| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /home/devsafetybis/backups.dev.safetybis.com/ |
| Current File : /home/devsafetybis/backups.dev.safetybis.com/denverhe_den.sql |
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Aug 22, 2024 at 06:30 PM
-- Server version: 10.6.18-MariaDB-cll-lve
-- PHP Version: 8.3.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: `denverhe_den`
--
-- --------------------------------------------------------
--
-- 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) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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, 'Mr WordPress', '', 'https://wordpress.org/', '', '2016-01-14 23:54:46', '2016-01-14 23:54:46', 'Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.', 0, '1', '', 'comment', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_dhvc_form_entry_data`
--
CREATE TABLE `wp_dhvc_form_entry_data` (
`id` bigint(20) UNSIGNED NOT NULL,
`form_id` bigint(20) UNSIGNED NOT NULL,
`post_id` bigint(20) UNSIGNED NOT NULL,
`user_id` bigint(20) UNSIGNED NOT NULL,
`form_url` varchar(512) NOT NULL,
`referer` varchar(512) NOT NULL,
`entry_data` longtext NOT NULL,
`readed` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
`submitted` datetime NOT NULL,
`ip_address` varchar(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_dhvc_form_entry_note`
--
CREATE TABLE `wp_dhvc_form_entry_note` (
`id` bigint(20) UNSIGNED NOT NULL,
`entry_id` bigint(20) UNSIGNED NOT NULL,
`user_id` bigint(20) UNSIGNED NOT NULL,
`message` text NOT NULL,
`created` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_eab_bookings`
--
CREATE TABLE `wp_eab_bookings` (
`id` bigint(20) NOT NULL,
`event_id` bigint(20) NOT NULL,
`user_id` bigint(20) NOT NULL,
`timestamp` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`status` enum('paid','yes','maybe','no') NOT NULL DEFAULT 'no'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_eab_booking_meta`
--
CREATE TABLE `wp_eab_booking_meta` (
`id` bigint(20) NOT NULL,
`booking_id` bigint(20) NOT NULL,
`meta_key` varchar(255) NOT NULL,
`meta_value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_iwp_backup_status`
--
CREATE TABLE `wp_iwp_backup_status` (
`ID` int(11) NOT NULL,
`historyID` int(11) NOT NULL,
`taskName` varchar(255) NOT NULL,
`action` varchar(50) NOT NULL,
`type` varchar(50) NOT NULL,
`category` varchar(50) NOT NULL,
`stage` varchar(255) NOT NULL,
`status` varchar(255) NOT NULL,
`finalStatus` varchar(50) DEFAULT NULL,
`statusMsg` longtext DEFAULT NULL,
`requestParams` text NOT NULL,
`responseParams` longtext DEFAULT NULL,
`taskResults` text DEFAULT NULL,
`startTime` int(11) DEFAULT NULL,
`endTime` int(11) NOT NULL,
`lastUpdateTime` int(10) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_links`
--
CREATE TABLE `wp_links` (
`link_id` bigint(20) UNSIGNED NOT NULL,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_options`
--
CREATE TABLE `wp_options` (
`option_id` bigint(20) UNSIGNED NOT NULL,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://denverheirlooms.com', 'yes'),
(2, 'home', 'https://denverheirlooms.com', 'yes'),
(3, 'blogname', 'Denver Heirlooms', 'yes'),
(4, 'blogdescription', 'Denver Area Real Estate', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'info@highelevation.net', 'yes'),
(7, 'start_of_week', '0', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'closed', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'jS F Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'jS F Y g:i a', 'yes'),
(26, 'comment_moderation', '', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'hack_file', '0', 'yes'),
(30, 'blog_charset', 'UTF-8', 'yes'),
(31, 'moderation_keys', '', 'no'),
(32, 'active_plugins', 'a:19:{i:0;s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";i:1;s:35:\"awesome-weather/awesome-weather.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:49:\"ct-mortgage-calculator/ct-mortgage-calculator.php\";i:4;s:23:\"dhvc-form/dhvc-form.php\";i:5;s:33:\"duplicate-post/duplicate-post.php\";i:6;s:35:\"easy-tables-vc/vc-table-manager.php\";i:7;s:27:\"js_composer/js_composer.php\";i:8;s:30:\"optima-express/iHomefinder.php\";i:9;s:23:\"revslider/revslider.php\";i:10;s:45:\"speedup-optimization/speedup-optimization.php\";i:11;s:39:\"symple-shortcodes/symple-shortcodes.php\";i:12;s:25:\"templatera/templatera.php\";i:13;s:31:\"toolset-reset/toolset-reset.php\";i:14;s:39:\"ultimatum-library/ultimatum-library.php\";i:15;s:33:\"ultimatum-social-share/plugin.php\";i:16;s:25:\"wp-smush-pro/wp-smush.php\";i:17;s:67:\"wp-website-antivirus-protection/wp-website-antivirus-protection.php\";i:18;s:40:\"wpmudev-updates/update-notifications.php\";}', 'yes'),
(33, 'category_base', '', 'yes'),
(34, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(35, 'comment_max_links', '2', 'yes'),
(36, 'gmt_offset', '', 'yes'),
(37, 'default_email_category', '1', 'yes'),
(38, 'recently_edited', '', 'no'),
(39, 'template', 'ultimatum', 'yes'),
(40, 'stylesheet', 'ultimatum-child-theme', 'yes'),
(43, 'comment_registration', '', 'yes'),
(44, 'html_type', 'text/html', 'yes'),
(45, 'use_trackback', '0', 'yes'),
(46, 'default_role', 'subscriber', 'yes'),
(47, 'db_version', '57155', 'yes'),
(48, 'uploads_use_yearmonth_folders', '1', 'yes'),
(49, 'upload_path', '', 'yes'),
(50, 'blog_public', '1', 'yes'),
(51, 'default_link_category', '2', 'yes'),
(52, 'show_on_front', 'page', 'yes'),
(53, 'tag_base', '', 'yes'),
(54, 'show_avatars', '1', 'yes'),
(55, 'avatar_rating', 'G', 'yes'),
(56, 'upload_url_path', '', 'yes'),
(57, 'thumbnail_size_w', '150', 'yes'),
(58, 'thumbnail_size_h', '150', 'yes'),
(59, 'thumbnail_crop', '1', 'yes'),
(60, 'medium_size_w', '300', 'yes'),
(61, 'medium_size_h', '300', 'yes'),
(62, 'avatar_default', 'mystery', 'yes'),
(63, 'large_size_w', '1024', 'yes'),
(64, 'large_size_h', '1024', 'yes'),
(65, 'image_default_link_type', 'none', 'yes'),
(66, 'image_default_size', '', 'yes'),
(67, 'image_default_align', '', 'yes'),
(68, 'close_comments_for_old_posts', '1', 'yes'),
(69, 'close_comments_days_old', '28', 'yes'),
(70, 'thread_comments', '1', 'yes'),
(71, 'thread_comments_depth', '5', 'yes'),
(72, 'page_comments', '', 'yes'),
(73, 'comments_per_page', '50', 'yes'),
(74, 'default_comments_page', 'newest', 'yes'),
(75, 'comment_order', 'asc', 'yes'),
(76, 'sticky_posts', 'a:0:{}', 'yes'),
(77, 'widget_categories', 'a:2:{i:2;a:9:{s:5:\"title\";s:15:\"Blog Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_text', 'a:6:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:12:\"Testimonials\";s:4:\"text\";s:19:\"[show_testimonials]\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:12:\"CONTACT INFO\";s:4:\"text\";s:131:\"864-646-9300 Phone</br>\r\n866-506-4397 Fax</br>\r\nEmail: <a href=\"mailto:info@dunlapteam.com\" target=\"_blank\">info@dunlapteam.com</a>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:18:\"DUNLAP REAL ESTATE\";s:4:\"text\";s:102:\"<STRONG>Dunlap Team Real Estate, LLC</STRONG></br>\r\n150 Exchange Street</br>\r\nPendleton, SC 29670</br>\";s:6:\"filter\";b:0;}i:5;a:8:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:9:\"CALL NOW!\";s:6:\"filter\";b:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'uninstall_plugins', 'a:4:{s:25:\"adminimize/adminimize.php\";s:24:\"_mw_adminimize_uninstall\";s:40:\"wpmudev-updates/update-notifications.php\";a:2:{i:0;s:17:\"WPMUDEV_Dashboard\";i:1;s:16:\"uninstall_plugin\";}s:67:\"wp-website-antivirus-protection/wp-website-antivirus-protection.php\";s:17:\"plgwap2_uninstall\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}', 'no'),
(81, 'timezone_string', 'America/Denver', 'yes'),
(82, 'page_for_posts', '3611', 'yes'),
(83, 'page_on_front', '42', 'yes'),
(84, 'default_post_format', '0', 'yes'),
(85, 'link_manager_enabled', '0', 'yes'),
(86, 'finished_splitting_shared_terms', '1', 'yes'),
(87, 'site_icon', '0', 'yes'),
(88, 'medium_large_size_w', '768', 'yes'),
(89, 'medium_large_size_h', '0', 'yes'),
(90, 'initial_db_version', '35700', 'yes'),
(91, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:86:{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:10:\"copy_posts\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:13:\"edit_dhvcform\";b:1;s:13:\"read_dhvcform\";b:1;s:15:\"delete_dhvcform\";b:1;s:14:\"edit_dhvcforms\";b:1;s:21:\"edit_others_dhvcforms\";b:1;s:17:\"publish_dhvcforms\";b:1;s:22:\"read_private_dhvcforms\";b:1;s:16:\"delete_dhvcforms\";b:1;s:24:\"delete_private_dhvcforms\";b:1;s:26:\"delete_published_dhvcforms\";b:1;s:23:\"delete_others_dhvcforms\";b:1;s:22:\"edit_private_dhvcforms\";b:1;s:24:\"edit_published_dhvcforms\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:45:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:20:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:15:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:5:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}}', 'yes'),
(92, 'WPLANG', '', 'yes'),
(93, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(94, 'widget_recent-posts', 'a:2:{i:2;a:8:{s:5:\"title\";s:17:\"Recent Blog Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_archives', 'a:2:{i:2;a:8:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:8:\"dropdown\";i:1;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:8:{s:18:\"orphaned_widgets_1\";a:1:{i:0;s:22:\"awesomeweatherwidget-4\";}s:18:\"orphaned_widgets_3\";a:1:{i:0;s:23:\"ct_mortgagecalculator-4\";}s:19:\"wp_inactive_widgets\";a:9:{i:0;s:6:\"text-2\";i:1;s:22:\"awesomeweatherwidget-3\";i:2;s:23:\"ct_mortgagecalculator-3\";i:3;s:6:\"text-3\";i:4;s:6:\"text-4\";i:5;s:22:\"awesomeweatherwidget-2\";i:6;s:23:\"ct_mortgagecalculator-2\";i:7;s:6:\"text-5\";i:8;s:8:\"search-2\";}s:21:\"ultimatum-blogsidebar\";a:3:{i:0;s:12:\"categories-2\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";}s:21:\"ultimatum-pagesidebar\";a:1:{i:0;s:23:\"ct_mortgagecalculator-5\";}s:30:\"ultimatum-communityinfosidebar\";a:1:{i:0;s:22:\"awesomeweatherwidget-5\";}s:12:\"sidebar-14-2\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(100, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'cron', 'a:19:{i:1721240231;a:1:{s:19:\"speedup01_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1721242107;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1721242583;a:1:{s:18:\"eab_scheduled_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1721243252;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1721254068;a:1:{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:1721254149;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:1721256489;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:1721256984;a:1:{s:22:\"wpmudev_scheduled_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1721260486;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1721260496;a:1:{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;}}}i:1721260800;a:1:{s:22:\"wdev_logger_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1721261040;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1721261054;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1721277894;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1721316529;a:1:{s:15:\"wphb_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1721318852;a:2:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:26:\"wordfence_daily_autoUpdate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1721325126;a:1:{s:30:\"popmake_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1721796692;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(107, 'nonce_key', 'Frfst>~E@P~kj+<hC8>M>1.P]j3I4Z%Lm|%$@c,W^j2/DQ+`# vnc:~7AEnp;n_C', 'yes'),
(108, 'nonce_salt', 'o7FZ9m*&wCALNh|j_X&BK=L#afA+1-*rQ;fH1JlGKvg5(0YjN)ptUeOHe`hHcyD$', 'yes'),
(117, 'auth_key', '-k^ [tz~,N~Gb3L5cGIU+05u+?cKk(st@N]S4B!_]CrcsQhbkCwjpPa/&81c x.b', 'yes'),
(118, 'auth_salt', 'E,>-?Rv2c0^y/5IB[!w*S=k=?coLKYD.(`O?){nI-FZsaja2e.N(-L|xR3?y=[a=', 'yes'),
(119, 'logged_in_key', 'jPE3{rgUe5KDDD(Sn<>xl~)ftrXM=xvUwDJz9|c30hcN79 tPu:KvD%EYITq2X)}', 'yes'),
(120, 'logged_in_salt', 'yob/}K4Qio/J>UQ[:P|J<?>QosC/NY9p4[u]+Ua{ZTx,DtqU4-?tPAmY@ozlLpCv', 'yes'),
(141, 'theme_mods_twentysixteen', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1452815705;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}', 'no'),
(142, 'current_theme', 'Ultimatum Child Theme', 'yes'),
(143, 'theme_mods_realestate-5', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1454631581;s:4:\"data\";a:17:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:22:\"awesomeweatherwidget-2\";i:1;s:29:\"eab_calendarupcoming_widget-2\";i:2;s:23:\"ct_mortgagecalculator-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:9:\"sidebar-8\";a:0:{}s:9:\"sidebar-9\";a:0:{}s:10:\"sidebar-10\";a:0:{}s:10:\"sidebar-11\";a:0:{}s:10:\"sidebar-12\";a:0:{}s:10:\"sidebar-13\";a:0:{}s:10:\"sidebar-14\";a:4:{i:0;s:6:\"text-4\";i:1;s:6:\"text-3\";i:2;s:11:\"ct_social-2\";i:3;s:11:\"ct_search-2\";}s:10:\"sidebar-15\";a:1:{i:0;s:6:\"text-2\";}s:10:\"sidebar-16\";a:0:{}}}}', 'no'),
(144, 'theme_switched', '', 'yes'),
(145, 'widget_ct_tabs', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(146, 'widget_ct_adwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(147, 'widget_ct_agentinfo', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(148, 'widget_ct_agentsotherlistings', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(149, 'widget_ct_blogauthorinfo', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(150, 'widget_ct_brokerinfo', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(151, 'widget_ct_flickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(152, 'widget_ct_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:11:\"SEARCH SITE\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(153, 'widget_ct_latest', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(154, 'widget_ct_listings', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(155, 'widget_ct_listingscontact', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(156, 'widget_ct_listingssearch', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(157, 'widget_ct_contactinfo', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(158, 'widget_ct_social', 'a:2:{i:2;a:30:{s:5:\"title\";s:9:\"FOLLOW US\";s:9:\"delicious\";s:0:\"\";s:4:\"digg\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:1:\"#\";s:6:\"flickr\";s:0:\"\";s:6:\"forrst\";s:0:\"\";s:10:\"foursquare\";s:0:\"\";s:6:\"github\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:6:\"lastfm\";s:0:\"\";s:8:\"linkedin\";s:1:\"#\";s:7:\"myspace\";s:0:\"\";s:6:\"paypal\";s:0:\"\";s:6:\"picasa\";s:0:\"\";s:9:\"pinterest\";s:1:\"#\";s:5:\"skype\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:7:\"spotify\";s:0:\"\";s:7:\"twitter\";s:1:\"#\";s:5:\"vimeo\";s:0:\"\";s:4:\"virb\";s:0:\"\";s:9:\"wordpress\";s:0:\"\";s:5:\"yahoo\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:5:\"links\";s:6:\"_blank\";s:4:\"size\";s:4:\"32px\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(160, 'notifier-cache', '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<notifier>\r\n <latest>1.4.0</latest>\r\n <changelog>\r\n <![CDATA[\r\n <h4><strong>v1.3.9</strong> 1/28/2015</h4> \r\n <ol>\r\n <li>Fixed single post title bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > content.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol> \r\n <h4><strong>v1.3.8</strong> 8/18/2014</h4> \r\n <ol>\r\n <li>Fixed single listings map bug when using lat/long coordinates\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Added option to turn off automatic lat/long coordinates for mapping\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > functions > functions.options.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol> \r\n <h4><strong>v1.3.7</strong> 6/27/2014</h4> \r\n <ol>\r\n <li>Updated respond.js for IE8 media queries compatibility\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > js > respond.min.js</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol> \r\n <h4><strong>v1.3.6</strong> 4/28/2014</h4> \r\n <ol>\r\n <li>Updated Symple Shortcodes plugin for 3.9 compatiblilty\r\n <ul>\r\n <li><strong>File updated:</strong> realestate-5 > admin > plugins > symple-shortcodes.zip</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.3.5</strong> 4/25/2014</h4> \r\n <ol>\r\n <li>Fixed form submission from and name not coming through bugs\r\n <ul>\r\n <li><strong>File added:</strong> realestate-5 > includes > ajax-submit-contact.php</li>\r\n <li><strong>File added:</strong> realestate-5 > includes > ajax-submit-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Fixed testimonials page template bug \r\n <ul>\r\n <li><strong>File added:</strong> realestate-5 > template-testimonials.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.3.4</strong> 4/23/2014</h4> \r\n <ol>\r\n <li>Fixed font awesome icons bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > font-awesome.css</li>\r\n </ul>\r\n </li>\r\n <li>Fixed google maps api bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.3.3</strong> 4/12/2014</h4> \r\n <ol>\r\n <li>Fixed geocoding limit issue\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.3.2</strong> 3/26/2014</h4> \r\n <ol>\r\n <li>Added styles for dsIDXpress Pro \r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > dsidxpress.css</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.3.1</strong> 1/22/2014</h4> \r\n <ol>\r\n <li>Fixed WPML bugs\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n <li><strong>File affected:</strong> realestate-5 > template-sitemap.php</li>\r\n </ul>\r\n </li>\r\n <li>Fixed double lot size bug in Listings widget\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > widgets > ct-widget-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.3.0</strong> 11/12/2013</h4> \r\n <ol>\r\n <li>Fixed bug on listings publish/update\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.9</strong> 10/10/2013</h4> \r\n <ol>\r\n <li>Fixed single post options bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > functions > functions.options.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > content.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated post social share links style\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n <li><strong>File affected:</strong> realestate-5 > css > base.css</li>\r\n <li><strong>File affected:</strong> realestate-5 > includes > post-social.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated comment reply button style\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > comments.css</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.8</strong> 10/9/2013</h4> \r\n <ol>\r\n <li>Updated/Improved styling for mobile\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.7</strong> 10/2/2013</h4> \r\n <ol>\r\n <li>Replaced site_url with home_url\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > widgets > ct-widget-agentinfo.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.6</strong> 9/10/2013</h4> \r\n <ol>\r\n <li>Fixed user profile image bug in admin\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > profile-fields.php</li>\r\n </ul>\r\n </li>\r\n <li>Fixed Google maps infowindow image width bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n </ul>\r\n </li>\r\n <li>Fixed Google Maps default UI display and copyright bugs\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n </ul>\r\n </li>\r\n <li>Added more right margin to additional features lists\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > ct-custom-taxonomies.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated map pin style\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > images > map-pin.png</li>\r\n </ul>\r\n </li>\r\n <li>Tightened up header bottom margin\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > ct-widget-latestposts.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.5</strong> 9/6/2013</h4> \r\n <ol>\r\n <li>Fixed JS bug when using line breaks in the contact success message, all line breaks no get removed and turned into spaces.\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.4</strong> 9/5/2013</h4> \r\n <ol>\r\n <li>Added WPML language switcher to header\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > header.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n </ul>\r\n </li>\r\n <li>Fixed acres, sq ft, sq meters option bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > functions > functions.options.php</li>\r\n </ul>\r\n </li>\r\n <li>Added clear after featured block on homepage\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > index.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.3</strong> 9/4/2013</h4> \r\n <ol>\r\n <li>Added Big Map custom page template\r\n <ul>\r\n <li><strong>File added:</strong> realestate-5 > template-big-map.php</li>\r\n </ul>\r\n </li>\r\n <li>Added option to disable Google Maps sitewide for listings\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > functions > functions.options.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > search-listings.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > single-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.2</strong> 9/3/2013</h4> \r\n <ol>\r\n <li>Increased homepage slider image quality\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.1</strong> 8/27/2013</h4> \r\n <ol>\r\n <li>Adding option to randomly sort testimonials on the homepage\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > functions > functions.options.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > includes > testimonials.php</li>\r\n </ul>\r\n </li>\r\n <li>Added a clear after every four featured listings on the homepage\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > featured-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.2.0</strong> 8/27/2013</h4> \r\n <ol>\r\n <li>Corrected low quality issue with carousel thumbs\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Optimized code for featured listings on homepage\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > featured-listings.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > js > base.js</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.9</strong> 8/26/2013</h4> \r\n <ol>\r\n <li>Fixed create a skin bugs, body bg, top bar & header background colors\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > custom-stylesheet.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.8</strong> 8/22/2013</h4> \r\n <ol>\r\n <li>Fixed left sidebar widget content bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > single-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Added Sq Ft to Lot Size options\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > admin > functions > functions.options.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated dummy data XML\r\n <ul>\r\n <li><strong>File affected:</strong> wpprorealestate5.wordpress.2013-08-22.xml</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.7</strong> 8/21/2013</h4> \r\n <ol>\r\n <li>Fixed layout bug when left sidebar is chosen\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > search-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Optimized carousel image height\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > single-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.6</strong> 8/20/2013</h4> \r\n <ol>\r\n <li>Added Pinterest & Instagram as options for top social bar\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > functions > functions.options.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n <li><strong>File affected:</strong> realestate-5 > css > font-awesome.css</li>\r\n <li><strong>Folder affected:</strong> realestate-5 > css > fonts > update all files</li>\r\n <li><strong>File affected:</strong> realestate-5 > header.php</li>\r\n </ul>\r\n </li>\r\n <li>Added default style for blog posts without featured images\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n <li><strong>File affected:</strong> realestate-5 > content.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.5</strong> 8/16/2013</h4> \r\n <ol>\r\n <li>Fixed status search bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > advanced-search.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > includes > widgets > ct-widget-listingssearch.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > search-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.4</strong> 8/15/2013</h4> \r\n <ol>\r\n <li>Corrected layout bug in grid view\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > layouts > grid.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > js > base.js</li>\r\n </ul>\r\n </li>\r\n <li>Corrected image bug in agents template\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > template-agents.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.3</strong> 8/14/2013</h4> \r\n <ol>\r\n <li>Added native support for the http://dsidxpress.com plugin\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > css > base.css</li>\r\n <li><strong>File added:</strong> realestate-5 > css > dsidxpress.css</li>\r\n <li><strong>File added:</strong> realestate-5 > template-dsidxpress.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.2</strong> 8/7/2013</h4> \r\n <ol>\r\n <li>Fixed featured listings bug\r\n <p><strong>NOTE:</strong> This bug fix isn\'t required unless you utilize the Page Builder under the Appearance panel, if you don\'t utilize that feature ignore this update. If you do however once you\'ve uploaded this bug fix you\'ll need to go back through your listings and retag the all the statuses, ex: Featured, For Sale, For Rent, Etc…</p>\r\n <ul>\r\n <li><strong>Plugin affected:</strong> realestate-5 > admin > plugins > ct-re-custom-posts.zip\r\n <ul>\r\n <li>Unzip the plugin and upload via FTP to your wp-content > plugins directory</li>\r\n </ul>\r\n </li>\r\n <li><strong>File affected:</strong> realestate-5 > admin > custom-taxonomies.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > includes > featured-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.1</strong> 8/6/2013</h4> \r\n <ol>\r\n <li>Fixed list layout issue on mobile\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n </ul>\r\n </li>\r\n <li>Fixed header background color bug in Create a Skin\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > custom-stylesheet.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.1.0</strong> 7/31/2013</h4> \r\n <ol>\r\n <li>Fixed testimonials margin bug on homepage\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > testimonials.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > js > base.js</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.9</strong> 7/30/2013</h4> \r\n <ol>\r\n <li>Fixed changelog and documentation links in options panel\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > front-end > options.php</li>\r\n </ul>\r\n </li>\r\n <li>Fixed homepage testimonials layout bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > testimonials.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.8</strong> 7/29/2013</h4> \r\n <ol>\r\n <li>Fixed listing double price bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > includes > widgets > ct-widget-listings.php</li>\r\n </ul>\r\n </li>\r\n <li>Fixed update notification bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > update-notifier.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.7</strong> 7/23/2013</h4> \r\n <ol>\r\n <li>Fixed listing status bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > ct-custom-taxonomies.php</li>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.6</strong> 7/22/2013</h4> \r\n <ol>\r\n <li>Fixed page builder template tabs bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > ct-custom-taxonomies.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.5</strong> 7/16/2013</h4> \r\n <ol>\r\n <li>Fixed featured listings bug when more than 4 items are set\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > layout.css</li>\r\n <li><strong>File affected:</strong> realestate-5 > js > base.js</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.4</strong> 7/15/2013</h4> \r\n <ol>\r\n <li>Fixed carousel image height bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Added strings to lang file\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > languages > en_US.po</li>\r\n <li><strong>File affected:</strong> realestate-5 > languages > en_US.mo</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.3</strong> 7/12/2013</h4> \r\n <ol>\r\n <li>Fixed more link bug in homepage slider\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > css > flexslider.css</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.2</strong> 7/8/2013</h4> \r\n <ol>\r\n <li>Fixed documentation link in options panel\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > front-end > options.php</li>\r\n </ul>\r\n </li>\r\n <li>Removed unused layout options\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > admin > functions > functions-options.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.1</strong> 7/3/2013</h4> \r\n <ol>\r\n <li>Fixed slider height bug\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-5 > theme-functions.php</li>\r\n </ul>\r\n </li>\r\n <li>Updated version number\r\n <ul>\r\n <li><strong>File affected:</strong> realestate-4 > style.css</li>\r\n </ul>\r\n </li>\r\n </ol>\r\n <h4><strong>v1.0.0</strong> 6/27/2013</h4>\r\n <ol>\r\n <li>Theme Released!</li>\r\n </ol>\r\n ]]>\r\n </changelog>\r\n</notifier>', 'yes'),
(161, 'notifier-cache-last-updated', '1454630833', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(162, 'WP Pro Real Estate 5_options', 'a:76:{s:9:\"ct_topbar\";s:3:\"Yes\";s:14:\"ct_topbar_text\";s:23:\"CALL US AT 864-646-9300\";s:9:\"ct_fb_url\";s:1:\"#\";s:14:\"ct_twitter_url\";s:1:\"#\";s:15:\"ct_linkedin_url\";s:1:\"#\";s:17:\"ct_googleplus_url\";s:1:\"#\";s:16:\"ct_pinterest_url\";s:0:\"\";s:16:\"ct_instagram_url\";s:0:\"\";s:14:\"ct_contact_url\";s:1:\"#\";s:8:\"ct_boxed\";s:10:\"Full Width\";s:9:\"ct_layout\";s:13:\"right-sidebar\";s:15:\"ct_heading_font\";s:9:\"Open Sans\";s:12:\"ct_body_font\";s:9:\"Open Sans\";s:7:\"ct_logo\";s:68:\"http://denverheirlooms.com/wp-content/uploads/2016/01/dunlaplogo.png\";s:12:\"ct_text_logo\";s:2:\"No\";s:17:\"ct_excerpt_length\";s:2:\"25\";s:12:\"ct_read_more\";s:22:\"Read More <em>→</em>\";s:18:\"ct_homepage_layout\";a:2:{s:8:\"disabled\";a:6:{s:7:\"placebo\";s:7:\"placebo\";s:15:\"listings_search\";s:15:\"Listings Search\";s:17:\"featured_listings\";s:17:\"Featured Listings\";s:7:\"widgets\";s:23:\"Four Column Widget Area\";s:3:\"cta\";s:14:\"Call To Action\";s:12:\"testimonials\";s:12:\"Testimonials\";}s:7:\"enabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:6:\"slider\";s:6:\"Slider\";s:7:\"builder\";s:12:\"Page Builder\";}}s:22:\"ct_homepage_adv_search\";a:2:{s:8:\"disabled\";a:6:{s:7:\"placebo\";s:7:\"placebo\";s:19:\"additional_features\";s:19:\"Additional Features\";s:4:\"type\";s:4:\"Type\";s:5:\"state\";s:5:\"State\";s:6:\"status\";s:6:\"Status\";s:3:\"mls\";s:3:\"MLS\";}s:7:\"enabled\";a:7:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"city\";s:4:\"City\";s:7:\"zipcode\";s:7:\"Zipcode\";s:4:\"beds\";s:4:\"Beds\";s:5:\"baths\";s:5:\"Baths\";s:10:\"price_from\";s:10:\"Price From\";s:8:\"price_to\";s:8:\"Price To\";}}s:14:\"ct_flex_height\";s:3:\"300\";s:14:\"ct_flex_slider\";a:5:{i:1;a:6:{s:5:\"order\";s:1:\"1\";s:5:\"title\";s:45:\"The Upstate... A Wonderful Place to Call Home\";s:3:\"url\";s:68:\"http://denverheirlooms.com/wp-content/uploads/2016/01/DSC_0556-1.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:208:\"EXPERTS IN THE ANDERSON · CLEMSON · SENECA · GREENVILLE, SOUTH CAROLINA REAL ESTATE MARKETS\r\n<br class=\"hbbr\" />\r\n<a href=\"#test\">SEARCH PROPERTIES</a> <span class=\"hbbrk\"/> <a href=\"#b\">ABOUT OUR TEAM</a>\";s:5:\"embed\";s:0:\"\";}i:2;a:6:{s:5:\"order\";s:1:\"2\";s:5:\"title\";s:13:\"Slide 2 Title\";s:3:\"url\";s:66:\"http://denverheirlooms.com/wp-content/uploads/2016/01/DSC_0189.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:119:\"description \r\n<br class=\"hbbr\" />\r\n<a href=\"#test\">Test Button</a> <span class=\"hbbrk\"/> <a href=\"#b\">Test Button 2</a>\";s:5:\"embed\";s:0:\"\";}i:3;a:6:{s:5:\"order\";s:1:\"3\";s:5:\"title\";s:13:\"Slide 3 Title\";s:3:\"url\";s:68:\"http://denverheirlooms.com/wp-content/uploads/2016/01/DSC_0195-1.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:16:\"description \r\n\r\n\";s:5:\"embed\";s:0:\"\";}i:4;a:6:{s:5:\"order\";s:1:\"4\";s:5:\"title\";s:13:\"Slide 4 Title\";s:3:\"url\";s:67:\"http://denverheirlooms.com/wp-content/uploads/2016/01/DSC_02061.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:16:\"description \r\n\r\n\";s:5:\"embed\";s:0:\"\";}i:5;a:6:{s:5:\"order\";s:1:\"5\";s:5:\"title\";s:13:\"Slide 5 Title\";s:3:\"url\";s:66:\"http://denverheirlooms.com/wp-content/uploads/2016/01/DSC_0215.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:14:\"description \r\n\";s:5:\"embed\";s:0:\"\";}}s:6:\"ct_cta\";s:186:\"<h1>A Responsive & Feature Rich Real Estate Theme for WordPress!</h1><p class=\"lead\">Chock full of awesomeness, this is one you can\'t afford to pass up, <a href=\"#\">Buy It Today</a>!</p>\";s:20:\"ct_home_featured_num\";s:1:\"3\";s:25:\"ct_home_page_builder_slug\";s:2:\"15\";s:19:\"ct_testimonial_lead\";s:189:\"<h1><strong><span>What Our Clients Are Saying</span></strong></h1><p class=\'lead marB80 center\'>Since 2008 we\'ve gained the trust of 10,000+ customers, so you know we\'re pretty awesome.</p>\";s:23:\"ct_home_testimonial_num\";s:1:\"4\";s:24:\"ct_home_testimonial_rand\";s:4:\"none\";s:17:\"ct_flex_animation\";s:4:\"Fade\";s:17:\"ct_flex_direction\";s:10:\"Horizontal\";s:13:\"ct_flex_speed\";s:4:\"7000\";s:16:\"ct_flex_duration\";s:3:\"600\";s:17:\"ct_flex_randomize\";s:5:\"False\";s:13:\"ct_use_styles\";s:3:\"Yes\";s:16:\"ct_body_bg_color\";s:7:\"#ffffff\";s:19:\"ct_background_image\";s:1:\"0\";s:16:\"ct_body_bg_image\";s:0:\"\";s:14:\"ct_body_bg_pos\";s:8:\"top left\";s:17:\"ct_body_bg_repeat\";s:9:\"no-repeat\";s:19:\"ct_header_bar_color\";s:7:\"#d6bf7e\";s:20:\"ct_header_background\";s:7:\"#64bfc9\";s:13:\"ct_link_color\";s:7:\"#5b97c7\";s:16:\"ct_visited_color\";s:7:\"#006d80\";s:14:\"ct_hover_color\";s:7:\"#5764c2\";s:15:\"ct_active_color\";s:7:\"#006d80\";s:26:\"ct_footer_border_top_color\";s:7:\"#d6bf7e\";s:27:\"ct_footer_widget_background\";s:7:\"#e0d7ce\";s:20:\"ct_footer_background\";s:7:\"#5fb8c2\";s:13:\"ct_custom_css\";s:0:\"\";s:18:\"ct_listings_layout\";s:4:\"List\";s:22:\"ct_disable_google_maps\";s:2:\"No\";s:19:\"ct_listing_lat_long\";s:2:\"On\";s:21:\"ct_listing_search_num\";s:2:\"10\";s:5:\"ct_sq\";s:5:\"Sq Ft\";s:8:\"ct_acres\";s:5:\"Acres\";s:11:\"ct_currency\";s:1:\"$\";s:13:\"ct_map_center\";s:24:\"32.7153292, -117.1572551\";s:13:\"ct_post_thumb\";s:3:\"Yes\";s:14:\"ct_date_format\";s:7:\"F jS, Y\";s:14:\"ct_post_social\";s:3:\"Yes\";s:16:\"ct_post_comments\";s:3:\"Yes\";s:16:\"ct_contact_email\";s:0:\"\";s:18:\"ct_contact_subject\";s:0:\"\";s:18:\"ct_contact_success\";s:0:\"\";s:14:\"ct_contact_map\";s:3:\"Yes\";s:19:\"ct_contact_map_type\";s:7:\"Roadmap\";s:23:\"ct_contact_map_location\";s:42:\"350 Camino De La Reina San Diego, CA 92108\";s:27:\"ct_contact_details_location\";s:47:\"350 Camino De La Reina<br />San Diego, CA 92108\";s:24:\"ct_contact_details_phone\";s:14:\"(619) 555-4236\";s:22:\"ct_contact_details_fax\";s:14:\"(619) 555-4237\";s:24:\"ct_contact_details_email\";s:20:\"info@yourcompany.com\";s:16:\"ct_footer_widget\";s:3:\"Yes\";s:16:\"ct_tracking_code\";s:0:\"\";s:14:\"ct_footer_text\";s:258:\"<p>Copyright © \r\n<script type=\"text/javascript\">// <![CDATA[\r\nvar today = new Date()\r\nvar year = today.getFullYear()\r\ndocument.write(year)\r\n// ]]></script>\r\nby The Dunlap Team Real Estate. Design by <a href=\"http://highelevation.net\">High Elevation.</a></p>\";s:14:\"ct_presstrends\";s:2:\"No\";s:24:\"ct_custom_framework_name\";s:0:\"\";s:22:\"ct_changelog_doc_links\";s:2:\"No\";}', 'yes'),
(171, 'widget_ct_mortgagecalculator', 'a:5:{i:2;a:2:{s:5:\"title\";s:19:\"Mortgage Calculator\";s:8:\"currency\";s:1:\"$\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:8:\"currency\";s:1:\"$\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:4;a:7:{s:5:\"title\";s:0:\"\";s:8:\"currency\";s:1:\"$\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:5;a:7:{s:5:\"title\";s:19:\"Mortgage Calculator\";s:8:\"currency\";s:3:\"USD\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(174, 'recently_activated', 'a:1:{s:33:\"wp-hummingbird/wp-hummingbird.php\";i:1642711900;}', 'yes'),
(217, 'vc_version', '6.5.0', 'yes'),
(249, 'ultimate_row', 'enable', 'yes'),
(250, 'ultimate_animation', 'disable', 'yes'),
(251, 'ultimate_vc_addons_redirect', '', 'yes'),
(252, 'ultimate_js', 'enable', 'yes'),
(253, 'ultimate_css', 'enable', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(254, 'ultimate_google_fonts', 'a:733:{i:0;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"ABeeZee\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/abeezee/v9/mE5BOuZKGln_Ex0uYKpIaw.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/abeezee/v9/kpplLynmYgP0YtlJA3atRw.ttf\";}}i:1;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Abel\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/abel/v6/RpUKfqNxoyNe_ka23bzQ2A.ttf\";}}i:2;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:3;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Aclonica\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/aclonica/v6/M6pHZMPwK3DiBSlo3jwAKQ.ttf\";}}i:4;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Acme\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/acme/v5/-J6XNtAHPZBEbsifCdBt-g.ttf\";}}i:5;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Actor\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/actor/v6/ugMf40CrRK6Jf6Yz_xNSmQ.ttf\";}}i:6;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Adamina\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/adamina/v8/RUQfOodOMiVVYqFZcSlT9w.ttf\";}}i:7;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Advent Pro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:5:\"greek\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/adventpro/v4/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/adventpro/v4/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/adventpro/v4/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/adventpro/v4/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/adventpro/v4/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/adventpro/v4/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/adventpro/v4/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:8;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/aguafinascript/v5/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf\";}}i:9;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Akronim\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/akronim/v5/qA0L2CSArk3tuOWE1AR1DA.ttf\";}}i:10;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Aladin\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/aladin/v5/PyuJ5cVHkduO0j5fAMKvAA.ttf\";}}i:11;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Aldrich\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/aldrich/v6/kMMW1S56gFx7RP_mW1g-Eg.ttf\";}}i:12;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Alef\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/alef/v6/ENvZ_P0HBDQxNZYCQO0lUA.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/alef/v6/VDgZJhEwudtOzOFQpZ8MEA.ttf\";}}i:13;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Alegreya\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/alegreya/v7/62J3atXd6bvMU4qO_ca-eA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf\";}}i:14;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf\";s:3:\"900\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf\";s:9:\"900italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf\";}}i:15;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf\";s:9:\"100italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf\";s:3:\"300\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf\";s:3:\"800\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf\";s:9:\"800italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf\";s:3:\"900\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf\";s:9:\"900italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf\";}}i:16;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf\";s:9:\"100italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf\";s:3:\"300\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf\";s:9:\"300italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf\";s:3:\"800\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf\";s:9:\"800italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf\";s:3:\"900\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf\";s:9:\"900italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf\";}}i:17;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Alex Brush\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/alexbrush/v6/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:18;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/alfaslabone/v5/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:19;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Alice\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/alice/v7/wZTAfivekBqIg-rk63nFvQ.ttf\";}}i:20;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Alike\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/alike/v8/Ho8YpRKNk_202fwDiGNIyw.ttf\";}}i:21;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Alike Angular\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/alikeangular/v6/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf\";}}i:22;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Allan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/allan/v7/T3lemhgZmLQkQI2Qc2bQHA.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/allan/v7/zSxQiwo7wgnr7KkMXhSiag.ttf\";}}i:23;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Allerta\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/allerta/v7/s9FOEuiJFTNbMe06ifzV8g.ttf\";}}i:24;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/allertastencil/v7/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf\";}}i:25;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Allura\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/allura/v4/4hcqgZanyuJ2gMYWffIR6A.ttf\";}}i:26;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Almendra\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/almendra/v8/PDpbB-ZF7deXAAEYPkQOeg.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/almendra/v8/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/almendra/v8/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/almendra/v8/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:27;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Almendra Display\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/almendradisplay/v6/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf\";}}i:28;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Almendra SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/almendrasc/v6/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:29;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Amarante\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amarante/v4/2dQHjIBWSpydit5zkJZnOw.ttf\";}}i:30;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Amaranth\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amaranth/v6/7VcBog22JBHsHXHdnnycTA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/amaranth/v6/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/amaranth/v6/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/amaranth/v6/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:31;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Amatic SC\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amaticsc/v8/MldbRWLFytvqxU1y81xSVg.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/amaticsc/v8/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:32;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Amethysta\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/amethysta/v4/1jEo9tOFIJDolAUpBnWbnA.ttf\";}}i:33;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Amiri\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2015-04-07\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/amiri/v7/ATARrPmSew75SlpOw2YABQ.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/amiri/v7/3t1yTQlLUXBw8htrqlXBrw.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/amiri/v7/WQsR_moz-FNqVwGYgptqiA.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/amiri/v7/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:34;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Amita\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-06-03\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/amita/v1/RhdhGBXSJqkHo6g7miTEcQ.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/amita/v1/cIYA2Lzp7l2pcGsqpUidBg.ttf\";}}i:35;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Anaheim\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/anaheim/v4/t-z8aXHMpgI2gjN_rIflKA.ttf\";}}i:36;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Andada\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/andada/v7/rSFaDqNNQBRw3y19MB5Y4w.ttf\";}}i:37;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Andika\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-24\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/andika/v7/oe-ag1G0lcqZ3IXfeEgaGg.ttf\";}}i:38;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Angkor\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/angkor/v8/DLpLgIS-8F10ecwKqCm95Q.ttf\";}}i:39;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/annieuseyourtelescope/v6/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf\";}}i:40;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v8/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v8/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v8/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v8/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf\";}}i:41;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Antic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/antic/v7/hEa8XCNM7tXGzD0Uk0AipA.ttf\";}}i:42;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Antic Didone\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/anticdidone/v4/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:43;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Antic Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/anticslab/v4/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:44;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Anton\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/anton/v7/XIbCenm-W0IRHWYIh7CGUQ.ttf\";}}i:45;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Arapey\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/arapey/v5/dqu823lrSYn8T2gApTdslA.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/arapey/v5/pY-Xi5JNBpaWxy2tZhEm5A.ttf\";}}i:46;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Arbutus\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/arbutus/v5/Go_hurxoUsn5MnqNVQgodQ.ttf\";}}i:47;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/arbutusslab/v4/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:48;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/architectsdaughter/v6/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf\";}}i:49;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Archivo Black\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/archivoblack/v4/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf\";}}i:50;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf\";}}i:51;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Arimo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:6:\"hebrew\";i:7;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/arimo/v9/Gpeo80g-5ji2CcyXWnzh7g.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/arimo/v9/_OdGbnX2-qQ96C4OjhyuPw.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/arimo/v9/ZItXugREyvV9LnbY_gxAmw.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/arimo/v9/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf\";}}i:52;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Arizonia\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/arizonia/v6/yzJqkHZqryZBTM7RKYV9Wg.ttf\";}}i:53;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Armata\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/armata/v6/1H8FwGgIRrbYtxSfXhOHlQ.ttf\";}}i:54;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Artifika\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/artifika/v6/Ekfp4H4QG7D-WsABDOyj8g.ttf\";}}i:55;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Arvo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/vvWPwz-PlZEwjOOIKqoZzA.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/id5a4BCjbenl5Gkqonw_Rw.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/OB3FDST7U38u3OjPK_vvRQ.ttf\";s:9:\"700italic\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/Hvl2MuWoXLaCy2v6MD4Yvw.ttf\";}}i:56;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Arya\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-05-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/arya/v1/xEVqtU3v8QLospHKpDaYEw.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/arya/v1/N13tgOvG7VTXawiI-fJiQA.ttf\";}}i:57;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Asap\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/asap/v4/2lf-1MDR8tsTpEtvJmr2hA.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/asap/v4/mwxNHf8QS8gNWCAMwkJNIg.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/asap/v4/o5RUA7SsJ80M8oDFBnrDbg.ttf\";s:9:\"700italic\";s:61:\"http://fonts.gstatic.com/s/asap/v4/_rZz9y2oXc09jT5T6BexLQ.ttf\";}}i:58;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Asar\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-06-17\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/asar/v1/mSmn3H5CcMA84CZ586X7WQ.ttf\";}}i:59;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Asset\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/asset/v6/hfPmqY-JzuR1lULlQf9iTg.ttf\";}}i:60;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Astloch\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/astloch/v6/fmbitVmHYLQP7MGPuFgpag.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/astloch/v6/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:61;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Asul\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/asul/v5/9qpsNR_OOwyOYyo2N0IbBw.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/asul/v5/uO8uNmxaq87-DdPmkEg5Gg.ttf\";}}i:62;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Atomic Age\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/atomicage/v7/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:63;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Aubrey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/aubrey/v8/zo9w8klO8bmOQIMajQ2aTA.ttf\";}}i:64;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Audiowide\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/audiowide/v4/yGcwRZB6VmoYhPUYT-mEow.ttf\";}}i:65;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Autour One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/autourone/v4/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:66;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Average\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/average/v4/aHUibBqdDbVYl5FM48pxyQ.ttf\";}}i:67;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Average Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/averagesans/v4/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:68;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/averiagruesalibre/v4/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf\";}}i:69;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Averia Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf\";}}i:70;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf\";s:9:\"300italic\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf\";s:9:\"700italic\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf\";}}i:71;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf\";}}i:72;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Bad Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/badscript/v5/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:73;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Balthazar\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/balthazar/v5/WgbaSIs6dJAGXJ0qbz2xlw.ttf\";}}i:74;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Bangers\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/bangers/v8/WAffdge5w99Xif-DLeqmcA.ttf\";}}i:75;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Basic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/basic/v6/hNII2mS5Dxw5C0u_m3mXgA.ttf\";}}i:76;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Battambang\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/battambang/v9/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/battambang/v9/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:77;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Baumans\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/baumans/v5/o0bFdPW1H5kd5saqqOcoVg.ttf\";}}i:78;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bayon\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bayon/v8/yTubusjTnpNRZwA4_50iVw.ttf\";}}i:79;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Belgrano\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/belgrano/v6/iq8DUa2s7g6WRCeMiFrmtQ.ttf\";}}i:80;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Belleza\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/belleza/v4/wchA3BWJlVqvIcSeNZyXew.ttf\";}}i:81;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"BenchNine\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/benchnine/v4/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/benchnine/v4/h3OAlYqU3aOeNkuXgH2Q2w.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/benchnine/v4/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:82;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Bentham\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/bentham/v6/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf\";}}i:83;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/berkshireswash/v4/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf\";}}i:84;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bevan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bevan/v7/Rtg3zDsCeQiaJ_Qno22OJA.ttf\";}}i:85;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/bigelowrules/v4/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf\";}}i:86;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Bigshot One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/bigshotone/v6/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:87;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bilbo\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bilbo/v6/-ty-lPs5H7OIucWbnpFrkA.ttf\";}}i:88;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/bilboswashcaps/v7/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf\";}}i:89;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Biryani\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-04-22\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:85:\"http://fonts.gstatic.com/s/biryani/v1/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/biryani/v1/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/biryani/v1/W7bfR8-IY76Xz0QoB8L2xw.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/biryani/v1/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/biryani/v1/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/biryani/v1/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"900\";s:85:\"http://fonts.gstatic.com/s/biryani/v1/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:90;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Bitter\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/bitter/v7/w_BNdJvVZDRmqy5aSfB2kQ.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/bitter/v7/TC0FZEVzXQIGgzmRfKPZbA.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/bitter/v7/4dUtr_4BvHuoRU35suyOAg.ttf\";}}i:91;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Black Ops One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/blackopsone/v7/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:92;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bokor\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bokor/v8/uAKdo0A85WW23Gs6mcbw7A.ttf\";}}i:93;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Bonbon\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/bonbon/v7/IW3u1yzG1knyW5oz0s9_6Q.ttf\";}}i:94;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Boogaloo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/boogaloo/v6/4Wu1tvFMoB80fSu8qLgQfQ.ttf\";}}i:95;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Bowlby One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/bowlbyone/v7/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf\";}}i:96;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/bowlbyonesc/v8/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf\";}}i:97;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Brawler\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/brawler/v6/3gfSw6imxQnQxweVITqUrg.ttf\";}}i:98;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Bree Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/breeserif/v5/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:99;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/bubblegumsans/v5/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf\";}}i:100;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Bubbler One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/bubblerone/v4/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:101;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Buda\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:3:\"300\";s:61:\"http://fonts.gstatic.com/s/buda/v6/hLtAmNUmEMJH2yx7NGUjnA.ttf\";}}i:102;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Buenard\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/buenard/v7/NSpMPGKAUgrLrlstYVvIXQ.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/buenard/v7/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:103;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Butcherman\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/butcherman/v7/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:104;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/butterflykids/v4/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf\";}}i:105;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cabin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cabin/v8/XeuAFYo2xAPHxZGBbQtHhA.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/cabin/v8/0tJ9k3DI5xC4GBgs1E_Jxw.ttf\";s:3:\"500\";s:62:\"http://fonts.gstatic.com/s/cabin/v8/HgsCQ-k3_Z_uQ86aFolNBg.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/cabin/v8/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"600\";s:62:\"http://fonts.gstatic.com/s/cabin/v8/eUDAvKhBtmTCkeVBsFk34A.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/cabin/v8/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/cabin/v8/4EKhProuY1hq_WCAomq9Dg.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/cabin/v8/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:106;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/cabincondensed/v7/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/cabincondensed/v7/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/cabincondensed/v7/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/cabincondensed/v7/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf\";}}i:107;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/cabinsketch/v8/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/cabinsketch/v8/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf\";}}i:108;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/caesardressing/v5/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf\";}}i:109;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Cagliostro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cagliostro/v5/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:110;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/calligraffitti/v7/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf\";}}i:111;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cambay\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cambay/v1/etU9Bab4VuhzS-OKsb1VXg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/cambay/v1/ZEz9yNqpEOgejaw1rBhugQ.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/cambay/v1/jw9niBxa04eEhnSwTWCEgw.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/cambay/v1/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:112;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cambo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cambo/v5/PnwpRuTdkYCf8qk4ajmNRA.ttf\";}}i:113;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Candal\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/candal/v6/x44dDW28zK7GR1gGDBmj9g.ttf\";}}i:114;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Cantarell\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/cantarell/v6/p5ydP_uWQ5lsFzcP_XVMEw.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/cantarell/v6/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/cantarell/v6/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/cantarell/v6/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:115;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Cantata One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cantataone/v5/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:116;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Cantora One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cantoraone/v5/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:117;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Capriola\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/capriola/v4/JxXPlkdzWwF9Cwelbvi9jA.ttf\";}}i:118;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cardo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:5:\"greek\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cardo/v8/jbkF2_R0FKUEZTq5dwSknQ.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/cardo/v8/pcv4Np9tUkq0YREYUcEEJQ.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/cardo/v8/lQN30weILimrKvp8rZhF1w.ttf\";}}i:119;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Carme\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/carme/v7/08E0NP1eRBEyFRUadmMfgA.ttf\";}}i:120;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/carroisgothic/v4/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf\";}}i:121;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/carroisgothicsc/v4/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf\";}}i:122;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Carter One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/carterone/v8/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:123;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Catamaran\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:5:\"tamil\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-08-06\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/catamaran/v1/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/catamaran/v1/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/catamaran/v1/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/catamaran/v1/MdNkM-DU8f6R-25Nxpr_XA.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/catamaran/v1/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/catamaran/v1/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/catamaran/v1/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/catamaran/v1/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/catamaran/v1/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf\";}}i:124;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Caudex\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:5:\"greek\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/caudex/v6/PWEexiHLDmQbn2b1OPZWfg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/caudex/v6/XjMZF6XCisvV3qapD4oJdw.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/caudex/v6/PetCI4GyQ5Q3LiOzUu_mMg.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/caudex/v6/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:125;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Caveat\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-10-05\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/caveat/v1/8I23b6N-6rRVbh-C_Vx3yA.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/caveat/v1/LkaFtQENGJry2eUMwGRTeA.ttf\";}}i:126;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-10-05\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/caveatbrush/v1/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:127;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/cedarvillecursive/v7/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf\";}}i:128;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Ceviche One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-24\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cevicheone/v7/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:129;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Changa One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/changaone/v9/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/changaone/v9/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:130;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Chango\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/chango/v5/3W3AeMMtRTH08t5qLOjBmg.ttf\";}}i:131;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/chauphilomeneone/v4/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/chauphilomeneone/v4/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf\";}}i:132;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Chela One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-24\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chelaone/v5/h5O0dEnpnIq6jQnWxZybrA.ttf\";}}i:133;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/chelseamarket/v4/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf\";}}i:134;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Chenla\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/chenla/v9/aLNpdAUDq2MZbWz2U1a16g.ttf\";}}i:135;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/cherrycreamsoda/v6/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf\";}}i:136;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/cherryswash/v4/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/cherryswash/v4/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf\";}}i:137;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Chewy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/chewy/v7/hcDN5cvQdIu6Bx4mg_TSyw.ttf\";}}i:138;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Chicle\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/chicle/v5/xg4q57Ut9ZmyFwLp51JLgg.ttf\";}}i:139;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Chivo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/chivo/v7/L88PEuzS9eRfHRZhAPhZyw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/chivo/v7/Oe3-Q-a2kBzPnhHck_baMg.ttf\";s:3:\"900\";s:62:\"http://fonts.gstatic.com/s/chivo/v7/JAdkiWd46QCW4vOsj3dzTA.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/chivo/v7/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:140;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Chonburi\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-08-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chonburi/v1/jd9PfbW0x_8Myt_XeUxvSQ.ttf\";}}i:141;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cinzel\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cinzel/v4/GF7dy_Nc-a6EaHYSyGd-EA.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/cinzel/v4/nYcFQ6_3pf_6YDrOFjBR8Q.ttf\";s:3:\"900\";s:63:\"http://fonts.gstatic.com/s/cinzel/v4/FTBj72ozM2cEOSxiVsRb3A.ttf\";}}i:142;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf\";s:3:\"900\";s:94:\"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf\";}}i:143;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Clicker Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/clickerscript/v4/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf\";}}i:144;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Coda\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/coda/v11/yHDvulhg-P-p2KRgRrnUYw.ttf\";s:3:\"800\";s:62:\"http://fonts.gstatic.com/s/coda/v11/6ZIw0sbALY0KTMWllZB3hQ.ttf\";}}i:145;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Coda Caption\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:3:\"800\";s:89:\"http://fonts.gstatic.com/s/codacaption/v9/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf\";}}i:146;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Codystar\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/codystar/v4/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/codystar/v4/EN-CPFKYowSI7SuR7-0cZA.ttf\";}}i:147;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Combo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/combo/v5/Nab98KjR3JZSSPGtzLyXNw.ttf\";}}i:148;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Comfortaa\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/comfortaa/v7/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/comfortaa/v7/lZx6C1VViPgSOhCBUP7hXA.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/comfortaa/v7/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:149;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Coming Soon\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/comingsoon/v6/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:150;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Concert One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/concertone/v7/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:151;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Condiment\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/condiment/v4/CstmdiPpgFSV0FUNL5LrJA.ttf\";}}i:152;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Content\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/content/v8/l8qaLjygvOkDEU2G6-cjfQ.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/content/v8/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:153;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Contrail One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/contrailone/v6/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:154;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Convergence\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/convergence/v5/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:155;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cookie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cookie/v7/HxeUC62y_YdDbiFlze357A.ttf\";}}i:156;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Copse\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/copse/v6/wikLrtPGjZDvZ5w2i5HLWg.ttf\";}}i:157;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Corben\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/corben/v9/tTysMZkt-j8Y5yhkgsoajQ.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/corben/v9/lirJaFSQWdGQuV--fksg5g.ttf\";}}i:158;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Courgette\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/courgette/v4/2YO0EYtyE9HUPLZprahpZA.ttf\";}}i:159;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Cousine\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:6:\"hebrew\";i:7;s:12:\"cyrillic-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/cousine/v10/GYX4bPXObJNJo63QJEUnLg.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/cousine/v10/1WtIuajLoo8vjVwsrZ3eOg.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/cousine/v10/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/cousine/v10/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:160;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Coustard\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/coustard/v6/iO2Rs5PmqAEAXoU3SkMVBg.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/coustard/v6/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:161;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/coveredbyyourgrace/v6/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf\";}}i:162;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/craftygirls/v5/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:163;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Creepster\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/creepster/v5/0vdr5kWJ6aJlOg5JvxnXzQ.ttf\";}}i:164;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Crete Round\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/creteround/v5/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/creteround/v5/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf\";}}i:165;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Crimson Text\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf\";s:3:\"600\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf\";}}i:166;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Croissant One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/croissantone/v4/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:167;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Crushed\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/crushed/v6/aHwSejs3Kt0Lg95u7j32jA.ttf\";}}i:168;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cuprum\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cuprum/v7/JgXs0F_UiaEdAS74msmFNg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/cuprum/v7/cLEz0KV6OxInnktSzpk58g.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/cuprum/v7/6tl3_FkDeXSD72oEHuJh4w.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/cuprum/v7/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:169;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cutive\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cutive/v8/G2bW-ImyOCwKxBkLyz39YQ.ttf\";}}i:170;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cutivemono/v4/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:171;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Damion\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/damion/v6/13XtECwKxhD_VrOqXL4SiA.ttf\";}}i:172;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Dancing Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/dancingscript/v6/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/dancingscript/v6/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf\";}}i:173;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Dangrek\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/dangrek/v8/LOaFhBT-EHNxZjV8DAW_ew.ttf\";}}i:174;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/dawningofanewday/v7/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf\";}}i:175;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Days One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/daysone/v6/kzwZjNhc1iabMsrc_hKBIA.ttf\";}}i:176;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Dekko\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/dekko/v2/AKtgABKC1rUxgIgS-bpojw.ttf\";}}i:177;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Delius\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/delius/v6/TQA163qafki2-gV-B6F_ag.ttf\";}}i:178;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/deliusswashcaps/v8/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf\";}}i:179;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/deliusunicase/v9/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/deliusunicase/v9/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf\";}}i:180;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Della Respira\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/dellarespira/v4/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf\";}}i:181;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Denk One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/denkone/v4/TdXOeA4eA_hEx4W8Sh9wPw.ttf\";}}i:182;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Devonshire\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/devonshire/v5/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:183;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Dhurjati\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/dhurjati/v4/uV6jO5e2iFMbGB0z79Cy5g.ttf\";}}i:184;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:5:\"greek\";i:5;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/didactgothic/v7/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf\";}}i:185;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Diplomata\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/diplomata/v6/u-ByBiKgN6rTMA36H3kcKg.ttf\";}}i:186;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/diplomatasc/v5/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:187;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Domine\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/domine/v4/wfVIgamVFjMNQAEWurCiHA.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/domine/v4/phBcG1ZbQFxUIt18hPVxnw.ttf\";}}i:188;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Donegal One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/donegalone/v4/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:189;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Doppio One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/doppioone/v4/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:190;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Dorsa\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/dorsa/v7/wCc3cUe6XrmG2LQE6GlIrw.ttf\";}}i:191;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Dosis\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:62:\"http://fonts.gstatic.com/s/dosis/v4/ztftab0r6hcd7AeurUGrSQ.ttf\";s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/dosis/v4/awIB6L0h5mb0plIKorXmuA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/dosis/v4/rJRlixu-w0JZ1MyhJpao_Q.ttf\";s:3:\"500\";s:62:\"http://fonts.gstatic.com/s/dosis/v4/ruEXDOFMxDPGnjCBKRqdAQ.ttf\";s:3:\"600\";s:62:\"http://fonts.gstatic.com/s/dosis/v4/KNAswRNwm3tfONddYyidxg.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/dosis/v4/AEEAj0ONidK8NQQMBBlSig.ttf\";s:3:\"800\";s:62:\"http://fonts.gstatic.com/s/dosis/v4/nlrKd8E69vvUU39XGsvR7Q.ttf\";}}i:192;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/drsugiyama/v5/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:193;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Droid Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/droidsans/v6/rS9BT6-asrfjpkcV3DXf__esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMQJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:194;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Droid Sans Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/droidsansmono/v7/ns-m2xQYezAtqh7ai59hJcwD6PD0c3_abh9zHKQtbGU.ttf\";}}i:195;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Droid Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/DgAtPy6rIVa2Zx3Xh9KaNaCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/cj2hUnSRBhwmSPr9kS5890eOrDcLawS7-ssYqLr2Xp4.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/QQt14e8dY39u-eYBZmppwXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/c92rD_x0V1LslSFt3-QEps_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:196;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Duru Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/durusans/v9/xn7iYH8xwmSyTvEV_HOxTw.ttf\";}}i:197;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Dynalight\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/dynalight/v5/-CWsIe8OUDWTIHjSAh41kA.ttf\";}}i:198;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"EB Garamond\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/ebgaramond/v7/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:199;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/eaglelake/v4/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:200;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Eater\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/eater/v5/gm6f3OmYEdbs3lPQtUfBkA.ttf\";}}i:201;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Economica\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/economica/v4/G4rJRujzZbq9Nxngu9l3hg.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/economica/v4/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/economica/v4/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/economica/v4/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:202;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Eczar\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-24\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/eczar/v4/uKZcAQ5JBBs1UbeXFRbBRg.ttf\";s:3:\"500\";s:62:\"http://fonts.gstatic.com/s/eczar/v4/Ooe4KaPp2594tF8TbMfdlQ.ttf\";s:3:\"600\";s:62:\"http://fonts.gstatic.com/s/eczar/v4/IjQsWW0bmgkZ6lnN72cnTQ.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/eczar/v4/ELC8RVXfBMb3VuuHtMwBOA.ttf\";s:3:\"800\";s:62:\"http://fonts.gstatic.com/s/eczar/v4/9Uyt6nTZLx_Qj5_WRah-iQ.ttf\";}}i:203;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Ek Mukta\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/crtkNHh5JcM3VJKG0E-B36CWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/mpaAv7CIyk0VnZlqSneVxKCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/ekmukta/v7/aFcjXdC5jyJ1p8w54wIIrg.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/PZ1y2MstFczWvBlFSgzMyaCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/Z5Mfzeu6M3emakcJO2QeTqCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/4ugcOGR28Jn-oBIn0-qLYaCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/O68TH5OjEhVmn9_gIrcfS6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:204;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Electrolize\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/electrolize/v5/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:205;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Elsie\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/elsie/v5/gwspePauE45BJu6Ok1QrfQ.ttf\";s:3:\"900\";s:62:\"http://fonts.gstatic.com/s/elsie/v5/1t-9f0N2NFYwAgN7oaISqg.ttf\";}}i:206;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/elsieswashcaps/v4/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf\";s:3:\"900\";s:92:\"http://fonts.gstatic.com/s/elsieswashcaps/v4/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf\";}}i:207;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Emblema One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/emblemaone/v5/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:208;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/emilyscandy/v4/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf\";}}i:209;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Engagement\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/engagement/v5/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:210;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Englebert\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/englebert/v4/sll38iOvOuarDTYBchlP3Q.ttf\";}}i:211;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Enriqueta\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/enriqueta/v5/_p90TrIwR1SC-vDKtmrv6A.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/enriqueta/v5/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:212;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Erica One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-24\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ericaone/v7/cIBnH2VAqQMIGYAcE4ufvQ.ttf\";}}i:213;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Esteban\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/esteban/v4/ESyhLgqDDyK5JcFPp2svDw.ttf\";}}i:214;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/euphoriascript/v4/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf\";}}i:215;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Ewert\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/ewert/v4/Em8hrzuzSbfHcTVqMjbAQg.ttf\";}}i:216;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Exo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:60:\"http://fonts.gstatic.com/s/exo/v4/RI7A9uwjRmPbVp0n8e-Jvg.ttf\";s:9:\"100italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/qtGyZZlWb2EEvby3ZPosxw.ttf\";s:3:\"200\";s:60:\"http://fonts.gstatic.com/s/exo/v4/F8OfC_swrRRxpFt-tlXZQg.ttf\";s:9:\"200italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/fr4HBfXHYiIngW2_bhlgRw.ttf\";s:3:\"300\";s:60:\"http://fonts.gstatic.com/s/exo/v4/SBrN7TKUqgGUvfxqHqsnNw.ttf\";s:9:\"300italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/3gmiLjBegIfcDLISjTGA1g.ttf\";s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/exo/v4/eUEzTFueNXRVhbt4PEB8kQ.ttf\";s:6:\"italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/cfgolWisMSURhpQeVHl_NA.ttf\";s:3:\"500\";s:60:\"http://fonts.gstatic.com/s/exo/v4/jCg6DmGGXt_OVyp5ofQHPw.ttf\";s:9:\"500italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/lo5eTdCNJZQVN08p8RnzAQ.ttf\";s:3:\"600\";s:60:\"http://fonts.gstatic.com/s/exo/v4/q_SG5kXUmOcIvFpgtdZnlw.ttf\";s:9:\"600italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/0cExa8K_pxS2lTuMr68XUA.ttf\";s:3:\"700\";s:60:\"http://fonts.gstatic.com/s/exo/v4/3_jwsL4v9uHjl5Q37G57mw.ttf\";s:9:\"700italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/0me55yJIxd5vyQ9bF7SsiA.ttf\";s:3:\"800\";s:60:\"http://fonts.gstatic.com/s/exo/v4/yLPuxBuV0lzqibRJyooOJg.ttf\";s:9:\"800italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/n3LejeKVj_8gtZq5fIgNYw.ttf\";s:3:\"900\";s:60:\"http://fonts.gstatic.com/s/exo/v4/97d0nd6Yv4-SA_X92xAuZA.ttf\";s:9:\"900italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/JHTkQVhzyLtkY13Ye95TJQ.ttf\";}}i:217;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Exo 2\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/oVOtQy53isv97g4UhBUDqg.ttf\";s:9:\"100italic\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/LNYVgsJcaCxoKFHmd4AZcg.ttf\";s:3:\"200\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/qa-Ci2pBwJdCxciE1ErifQ.ttf\";s:9:\"200italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"300\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/nLUBdz_lHHoVIPor05Byhw.ttf\";s:9:\"300italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/Pf_kZuIH5c5WKVkQUaeSWQ.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/xxA5ZscX9sTU6U0lZJUlYA.ttf\";s:3:\"500\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/oM0rzUuPqVJpW-VEIpuW5w.ttf\";s:9:\"500italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"600\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/YnSn3HsyvyI1feGSdRMYqA.ttf\";s:9:\"600italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/2DiK4XkdTckfTk6we73-bQ.ttf\";s:9:\"700italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"800\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/IVYl_7dJruOg8zKRpC8Hrw.ttf\";s:9:\"800italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"900\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/e8csG8Wnu87AF6uCndkFRQ.ttf\";s:9:\"900italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:218;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf\";}}i:219;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/fanwoodtext/v6/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/fanwoodtext/v6/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf\";}}i:220;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fascinate\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/fascinate/v5/ZE0637WWkBPKt1AmFaqD3Q.ttf\";}}i:221;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/fascinateinline/v6/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf\";}}i:222;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Faster One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/fasterone/v6/YxTOW2sf56uxD1T7byP5K_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:223;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Fasthand\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fasthand/v7/6XAagHH_KmpZL67wTvsETQ.ttf\";}}i:224;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fauna One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/faunaone/v4/8kL-wpAPofcAMELI_5NRnQ.ttf\";}}i:225;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Federant\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-24\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/federant/v8/tddZFSiGvxICNOGra0i5aA.ttf\";}}i:226;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Federo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/federo/v8/JPhe1S2tujeyaR79gXBLeQ.ttf\";}}i:227;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Felipa\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/felipa/v4/SeyfyFZY7abAQXGrOIYnYg.ttf\";}}i:228;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Fenix\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/fenix/v4/Ak8wR3VSlAN7VN_eMeJj7Q.ttf\";}}i:229;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Finger Paint\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/fingerpaint/v4/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:230;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fira Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/firamono/v3/WQOm1D4RO-yvA9q9trJc8g.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/firamono/v3/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:231;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fira Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/firasans/v5/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"300italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v5/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/firasans/v5/nsT0isDy56OkSX99sFQbXw.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v5/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/firasans/v5/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"500italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v5/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/firasans/v5/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v5/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:232;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Fjalla One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/fjallaone/v4/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:233;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fjord One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fjordone/v5/R_YHK8au2uFPw5tNu5N7zw.ttf\";}}i:234;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Flamenco\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/flamenco/v6/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/flamenco/v6/HC0ugfLLgt26I5_BWD1PZA.ttf\";}}i:235;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Flavors\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/flavors/v5/SPJi5QclATvon8ExcKGRvQ.ttf\";}}i:236;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Fondamento\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/fondamento/v5/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/fondamento/v5/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:237;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/fontdinerswanky/v6/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf\";}}i:238;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Forum\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/forum/v7/MZUpsq1VfLrqv8eSDcbrrQ.ttf\";}}i:239;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Francois One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/francoisone/v9/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:240;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Freckle Face\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/freckleface/v4/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:241;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/frederickathegreat/v5/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf\";}}i:242;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Fredoka One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/fredokaone/v4/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:243;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Freehand\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/freehand/v8/uEBQxvA0lnn_BrD6krlxMw.ttf\";}}i:244;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Fresca\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/fresca/v5/2q7Qm9sCo1tWvVgSDVWNIw.ttf\";}}i:245;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Frijole\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/frijole/v5/L2MfZse-2gCascuD-nLhWg.ttf\";}}i:246;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Fruktur\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/fruktur/v8/PnQvfEi1LssAvhJsCwH__w.ttf\";}}i:247;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fugaz One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fugazone/v6/5tteVDCwxsr8-5RuSiRWOw.ttf\";}}i:248;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"GFS Didot\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gfsdidot/v6/jQKxZy2RU-h9tkPZcRVluA.ttf\";}}i:249;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf\";}}i:250;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Gabriela\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gabriela/v4/B-2ZfbAO3HDrxqV6lR5tdA.ttf\";}}i:251;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Gafata\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gafata/v5/aTFqlki_3Dc3geo-FxHTvQ.ttf\";}}i:252;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Galdeano\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/galdeano/v6/ZKFMQI6HxEG1jOT0UGSZUg.ttf\";}}i:253;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Galindo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/galindo/v4/2lafAS_ZEfB33OJryhXDUg.ttf\";}}i:254;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf\";}}i:255;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf\";}}i:256;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Geo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/geo/v8/mJuJYk5Pww84B4uHAQ1XaA.ttf\";s:6:\"italic\";s:60:\"http://fonts.gstatic.com/s/geo/v8/8_r1wToF7nPdDuX1qxel6Q.ttf\";}}i:257;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Geostar\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/geostar/v6/A8WQbhQbpYx3GWWaShJ9GA.ttf\";}}i:258;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/geostarfill/v6/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf\";}}i:259;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Germania One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/germaniaone/v4/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:260;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Gidugu\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gidugu/v3/Ey6Eq3hrT6MM58iFItFcgw.ttf\";}}i:261;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Gilda Display\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/gildadisplay/v4/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf\";}}i:262;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Give You Glory\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/giveyouglory/v6/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf\";}}i:263;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/glassantiqua/v4/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf\";}}i:264;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Glegoo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/glegoo/v5/2tf-h3n2A_SNYXEO0C8bKw.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/glegoo/v5/TlLolbauH0-0Aiz1LUH5og.ttf\";}}i:265;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/gloriahallelujah/v8/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf\";}}i:266;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Goblin One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/goblinone/v6/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:267;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/gochihand/v7/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:268;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Gorditas\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gorditas/v4/uMgZhXUyH6qNGF3QsjQT5Q.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/gorditas/v4/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:269;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/goudybookletter1911/v6/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf\";}}i:270;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Graduate\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/graduate/v4/JpAmYLHqcIh9_Ff35HHwiA.ttf\";}}i:271;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/grandhotel/v4/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:272;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Gravitas One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/gravitasone/v6/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:273;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Great Vibes\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/greatvibes/v4/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:274;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Griffy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/griffy/v4/vWkyYGBSyE5xjnShNtJtzw.ttf\";}}i:275;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Gruppo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gruppo/v7/pS_JM0cK_piBZve-lfUq9w.ttf\";}}i:276;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Gudea\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/gudea/v4/S-4QqBlkMPiiA3jNeCR5yw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/gudea/v4/7mNgsGw_vfS-uUgRVXNDSw.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/gudea/v4/lsip4aiWhJ9bx172Y9FN_w.ttf\";}}i:277;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Gurajada\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gurajada/v4/6Adfkl4PCRyq6XTENACEyA.ttf\";}}i:278;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Habibi\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/habibi/v5/YYyqXF6pWpL7kmKgS_2iUA.ttf\";}}i:279;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Halant\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:63:\"http://fonts.gstatic.com/s/halant/v1/dM3ItAOWNNod_Cf3MnLlEg.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/halant/v1/rEs7Jk3SVyt3cTx6DoTu1w.ttf\";s:3:\"500\";s:63:\"http://fonts.gstatic.com/s/halant/v1/tlsNj3K-hJKtiirTDtUbkQ.ttf\";s:3:\"600\";s:63:\"http://fonts.gstatic.com/s/halant/v1/zNR2WvI_V8o652vIZp3X4Q.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/halant/v1/D9FN7OH89AuCmZDLHbPQfA.ttf\";}}i:280;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/hammersmithone/v7/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:281;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Hanalei\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/hanalei/v6/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf\";}}i:282;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/hanaleifill/v5/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:283;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Handlee\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/handlee/v5/6OfkXkyC0E5NZN80ED8u3A.ttf\";}}i:284;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Hanuman\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/hanuman/v9/hRhwOGGmElJSl6KSPvEnOQ.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/hanuman/v9/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:285;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/happymonkey/v5/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:286;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Headland One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/headlandone/v4/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:287;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Henny Penny\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/hennypenny/v4/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:288;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/herrvonmuellerhoff/v6/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf\";}}i:289;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Hind\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:61:\"http://fonts.gstatic.com/s/hind/v5/qa346Adgv9kPDXoD1my4kA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/hind/v5/mktFHh5Z5P9YjGKSslSUtA.ttf\";s:3:\"500\";s:61:\"http://fonts.gstatic.com/s/hind/v5/2cs8RCVcYtiv4iNDH1UsQQ.ttf\";s:3:\"600\";s:61:\"http://fonts.gstatic.com/s/hind/v5/TUKUmFMXSoxloBP1ni08oA.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/hind/v5/cXJJavLdUbCfjxlsA6DqTw.ttf\";}}i:290;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:7:\"bengali\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-09-09\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v1/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v1/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v1/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v1/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v1/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf\";}}i:291;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"gujarati\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-09-09\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:90:\"http://fonts.gstatic.com/s/hindvadodara/v1/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/hindvadodara/v1/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/hindvadodara/v1/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/hindvadodara/v1/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/hindvadodara/v1/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf\";}}i:292;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/holtwoodonesc/v7/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf\";}}i:293;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/homemadeapple/v6/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf\";}}i:294;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Homenaje\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/homenaje/v5/v0YBU0iBRrGdVjDNQILxtA.ttf\";}}i:295;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/imfelldwpica/v6/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/imfelldwpica/v6/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf\";}}i:296;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/imfelldwpicasc/v6/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf\";}}i:297;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/imfelldoublepica/v6/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/imfelldoublepica/v6/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf\";}}i:298;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/imfelldoublepicasc/v6/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf\";}}i:299;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"IM Fell English\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/imfellenglish/v6/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/imfellenglish/v6/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf\";}}i:300;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf\";}}i:301;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf\";}}i:302;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v6/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf\";}}i:303;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/imfellgreatprimer/v6/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/imfellgreatprimer/v6/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf\";}}i:304;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/imfellgreatprimersc/v6/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf\";}}i:305;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Iceberg\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/iceberg/v4/p2XVm4M-N0AOEEOymFKC5w.ttf\";}}i:306;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Iceland\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/iceland/v5/kq3uTMGgvzWGNi39B_WxGA.ttf\";}}i:307;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Imprima\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/imprima/v4/eRjquWLjwLGnTEhLH7u3kA.ttf\";}}i:308;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Inconsolata\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/inconsolata/v12/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/inconsolata/v12/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:309;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Inder\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/inder/v5/C38TwecLTfKxIHDc_Adcrw.ttf\";}}i:310;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Indie Flower\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf\";}}i:311;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Inika\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/inika/v4/eZCrULQGaIxkrRoGz_DjhQ.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/inika/v4/bl3ZoTyrWsFun2zYbsgJrA.ttf\";}}i:312;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf\";s:3:\"800\";s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf\";}}i:313;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Irish Grover\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/irishgrover/v6/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:314;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Istok Web\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/istokweb/v10/RYLSjEXQ0nNtLLc4n7--dQ.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/istokweb/v10/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/istokweb/v10/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/istokweb/v10/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:315;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Italiana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/italiana/v4/dt95fkCSTOF-c6QNjwSycA.ttf\";}}i:316;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Italianno\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/italianno/v6/HsyHnLpKf8uP7aMpDQHZmg.ttf\";}}i:317;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Itim\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-08-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/itim/v1/HHV9WK2x5lUkc5bxMXG8Tw.ttf\";}}i:318;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/jacquesfrancois/v4/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf\";}}i:319;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v4/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf\";}}i:320;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Jaldi\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2015-06-10\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/jaldi/v2/x1vR-bPW9a1EB-BUVqttCw.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/jaldi/v2/OIbtgjjEp3aVWtjF6WY8mA.ttf\";}}i:321;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/jimnightshade/v4/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf\";}}i:322;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Jockey One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/jockeyone/v6/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:323;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/jollylodger/v4/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:324;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"100\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf\";s:9:\"100italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf\";s:3:\"300\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf\";s:3:\"600\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf\";}}i:325;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"100\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf\";s:9:\"100italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf\";s:3:\"300\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf\";s:3:\"600\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf\";}}i:326;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Joti One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/jotione/v4/P3r_Th0ESHJdzunsvWgUfQ.ttf\";}}i:327;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Judson\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/judson/v9/znM1AAs0eytUaJzf1CrYZQ.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/judson/v9/GVqQW9P52ygW-ySq-CLwAA.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/judson/v9/he4a2LwiPJc7r8x0oKCKiA.ttf\";}}i:328;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Julee\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/julee/v6/CAib-jsUsSO8SvVRnE9fHA.ttf\";}}i:329;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/juliussansone/v5/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:330;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Junge\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/junge/v4/j4IXCXtxrw9qIBheercp3A.ttf\";}}i:331;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Jura\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";}s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"300\";s:61:\"http://fonts.gstatic.com/s/jura/v7/Rqx_xy1UnN0C7wD3FUSyPQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/jura/v7/YAWMwF3sN0KCbynMq-Yr_Q.ttf\";s:3:\"500\";s:61:\"http://fonts.gstatic.com/s/jura/v7/16xhfjHCiaLj3tsqqgmtGg.ttf\";s:3:\"600\";s:61:\"http://fonts.gstatic.com/s/jura/v7/iwseduOwJSdY8wQ1Y6CJdA.ttf\";}}i:332;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/justanotherhand/v7/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf\";}}i:333;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/justmeagaindownhere/v8/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf\";}}i:334;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kadwa\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-06-17\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kadwa/v1/VwEN8oKGqaa0ug9kRpvSSg.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/kadwa/v1/NFPZaBfekj_Io-7vUMz4Ww.ttf\";}}i:335;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kalam\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/kalam/v7/MgQQlk1SgPEHdlkWMNh7Jg.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kalam/v7/hNEJkp2K-aql7e5WQish4Q.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/kalam/v7/95nLItUGyWtNLZjSckluLQ.ttf\";}}i:336;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Kameron\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/kameron/v7/9r8HYhqDSwcq9WMjupL82A.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/kameron/v7/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:337;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kanit\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-12-10\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/CYl4qOK-NWwZp3iTKW1eIA.ttf\";s:9:\"100italic\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/NLNtc56MpXmHl1yOrop8oQ.ttf\";s:3:\"200\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/wfLWkj1C4tYl7MoiFWS3bA.ttf\";s:9:\"200italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/D8gkrAAM2bvNJ-1i4ot-1_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/SM5qHynYGdOmMKEwGUFIPA.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/IePislKOKy3Bqfpb9V5VM_esZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/L6VKvM17ZmevDynOiw7H9w.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/sHLq5U0-T0oSMTnwTKgv-A.ttf\";s:3:\"500\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/GxoU_USIJyIy8WIcYSUO2g.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/hrCiWCaNv9AaF0mDY1F2zPesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"600\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/n_qoIVxojeQY0D1pvoNDhA.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/9BkP85yRDoVayTWQwdGLqPesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/kEGmYvO8My36j5ILmbUPRg.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/WNo3ZZ9xtOZJknNlvHAFWfesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"800\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/YTp-zAuKXxwnA1YnJIF1rg.ttf\";s:9:\"800italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/qiTGrW5sCa9UQp841fWjc_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"900\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/1NIEkusi3bG3GgO9Hor3fQ.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/ogN5dFD1r4BfxNV4Nb-TXfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:338;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kantumruy\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/kantumruy/v3/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/kantumruy/v3/kQfXNYElQxr5dS8FyjD39Q.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/kantumruy/v3/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf\";}}i:339;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Karla\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/karla/v5/78UgGRwJFkhqaoFimqoKpQ.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/karla/v5/51UBKly9RQOnOkj95ZwEFw.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/karla/v5/JS501sZLxZ4zraLQdncOUA.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/karla/v5/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:340;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Karma\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/karma/v5/lH6ijJnguWR2Sz7tEl6MQQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/karma/v5/wvqTxAGBUrTqU0urTEoPIw.ttf\";s:3:\"500\";s:62:\"http://fonts.gstatic.com/s/karma/v5/9YGjxi6Hcvz2Kh-rzO_cAw.ttf\";s:3:\"600\";s:62:\"http://fonts.gstatic.com/s/karma/v5/h_CVzXXtqSxjfS2sIwaejA.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/karma/v5/smuSM08oApsQPPVYbHd1CA.ttf\";}}i:341;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/kaushanscript/v4/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf\";}}i:342;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kavoon\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-24\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kavoon/v5/382m-6baKXqJFQjEgobt6Q.ttf\";}}i:343;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/kdamthmor/v3/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:344;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Keania One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/keaniaone/v4/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:345;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/kellyslab/v6/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf\";}}i:346;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kenia\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kenia/v8/OLM9-XfITK9PsTLKbGBrwg.ttf\";}}i:347;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Khand\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/khand/v4/072zRl4OU9Pinjjkg174LA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/khand/v4/HdLdTNFqNIDGJZl1ZEj84w.ttf\";s:3:\"500\";s:62:\"http://fonts.gstatic.com/s/khand/v4/46_p-SqtuMe56nxQdteWxg.ttf\";s:3:\"600\";s:62:\"http://fonts.gstatic.com/s/khand/v4/zggGWYIiPJyMTgkfxP_kaA.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/khand/v4/0I0UWaN-X5QBmfexpXKhqg.ttf\";}}i:348;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Khmer\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/khmer/v9/vWaBJIbaQuBNz02ALIKJ3A.ttf\";}}i:349;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Khula\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/khula/v1/_1LySU5Upq-sc4OZ1b_GIw.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/khula/v1/izcPIFyCSd16XI1Ak_Wk7Q.ttf\";s:3:\"600\";s:62:\"http://fonts.gstatic.com/s/khula/v1/4ZH86Hce-aeFDaedTnbkbg.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/khula/v1/UGVExGl-Jjs-YPpGv-MZ6w.ttf\";s:3:\"800\";s:62:\"http://fonts.gstatic.com/s/khula/v1/Sccp_oOo8FWgbx5smie7xQ.ttf\";}}i:350;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Kite One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/kiteone/v4/8ojWmgUc97m0f_i6sTqLoQ.ttf\";}}i:351;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Knewave\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/knewave/v5/KGHM4XWr4iKnBMqzZLkPBg.ttf\";}}i:352;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kotta One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kottaone/v4/AB2Q7hVw6niJYDgLvFXu5w.ttf\";}}i:353;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Koulen\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/koulen/v10/AAYOK8RSRO7FTskTzFuzNw.ttf\";}}i:354;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kranky\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kranky/v6/C8dxxTS99-fZ84vWk8SDrg.ttf\";}}i:355;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kreon\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/kreon/v9/HKtJRiq5C2zbq5N1IX32sA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kreon/v9/zA_IZt0u0S3cvHJu-n1oEg.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/kreon/v9/jh0dSmaPodjxISiblIUTkw.ttf\";}}i:356;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kristi\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kristi/v7/aRsgBQrkQkMlu4UPSnJyOQ.ttf\";}}i:357;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Krona One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kronaone/v4/zcQj4ljqTo166AdourlF9w.ttf\";}}i:358;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kurale\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";i:3;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-05-14\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kurale/v1/rxeyIcvQlT4XAWwNbXFCfw.ttf\";}}i:359;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/labelleaurore/v7/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf\";}}i:360;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Laila\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/laila/v1/bLbIVEZF3IWSZ-in72GJvA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/laila/v1/6iYor3edprH7360qtBGoag.ttf\";s:3:\"500\";s:62:\"http://fonts.gstatic.com/s/laila/v1/tkf8VtFvW9g3VsxQCA6WOQ.ttf\";s:3:\"600\";s:62:\"http://fonts.gstatic.com/s/laila/v1/3EMP2L6JRQ4GaHIxCldCeA.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/laila/v1/R7P4z1xjcjecmjZ9GyhqHQ.ttf\";}}i:361;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lakkireddy/v3/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:362;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Lancelot\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lancelot/v6/XMT7T_oo_MQUGAnU2v-sdA.ttf\";}}i:363;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Lateef\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/lateef/v10/PAsKCgi1qc7XPwvzo_I-DQ.ttf\";}}i:364;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Lato\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"100\";s:62:\"http://fonts.gstatic.com/s/lato/v11/Upp-ka9rLQmHYCsFgwL-eg.ttf\";s:9:\"100italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/zLegi10uS_9-fnUDISl0KA.ttf\";s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/lato/v11/Ja02qOppOVq9jeRjWekbHg.ttf\";s:9:\"300italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/dVebFcn7EV7wAKwgYestUg.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/lato/v11/h7rISIcQapZBpei-sXwIwg.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/P_dJOFJylV3A870UIOtr0w.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/lato/v11/iX_QxBBZLhNj5JHlTzHQzg.ttf\";s:9:\"700italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/WFcZakHrrCKeUJxHA4T_gw.ttf\";s:3:\"900\";s:62:\"http://fonts.gstatic.com/s/lato/v11/8TPEV6NbYWZlNsXjbYVv7w.ttf\";s:9:\"900italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/draWperrI7n2xi35Cl08fA.ttf\";}}i:365;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"League Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/leaguescript/v7/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf\";}}i:366;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Leckerli One\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/leckerlione/v7/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:367;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ledger\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ledger/v4/G432jp-tahOfWHbCYkI0jw.ttf\";}}i:368;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Lekton\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/lekton/v7/r483JYmxf5PjIm4jVAm8Yg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/lekton/v7/_UbDIPBA1wDqSbhp-OED7A.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/lekton/v7/WZw-uL8WTkx3SBVfTlevXQ.ttf\";}}i:369;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Lemon\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/lemon/v5/wed1nNu4LNSu-3RoRVUhUw.ttf\";}}i:370;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/librebaskerville/v4/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/librebaskerville/v4/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf\";}}i:371;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Life Savers\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lifesavers/v6/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/lifesavers/v6/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:372;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Lilita One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/lilitaone/v4/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:373;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Lily Script One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/lilyscriptone/v4/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:374;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Limelight\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/limelight/v7/5dTfN6igsXjLjOy8QQShcg.ttf\";}}i:375;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Linden Hill\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lindenhill/v6/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/lindenhill/v6/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf\";}}i:376;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Lobster\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:8:\"cyrillic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lobster/v16/9LpJGtNuM1D8FAZ2BkJH2Q.ttf\";}}i:377;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Lobster Two\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v8/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v8/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v8/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v8/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:378;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/londrinaoutline/v5/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf\";}}i:379;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/londrinashadow/v4/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf\";}}i:380;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/londrinasketch/v4/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf\";}}i:381;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/londrinasolid/v4/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf\";}}i:382;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Lora\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/lora/v9/aXJ7KVIGcejEy1abawZazg.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/lora/v9/AN2EZaj2tFRpyveuNn9BOg.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/lora/v9/enKND5SfzQKkggBA_VnT1A.ttf\";s:9:\"700italic\";s:61:\"http://fonts.gstatic.com/s/lora/v9/ivs9j3kYU65pR9QD9YFdzQ.ttf\";}}i:383;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/loveyalikeasister/v7/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf\";}}i:384;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Loved by the King\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/lovedbytheking/v6/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf\";}}i:385;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/loversquarrel/v4/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf\";}}i:386;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/luckiestguy/v6/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:387;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Lusitana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lusitana/v4/l1h9VDomkwbdzbPdmLcUIw.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/lusitana/v4/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:388;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Lustria\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/lustria/v4/gXAk0s4ai0X-TAOhYzZd1w.ttf\";}}i:389;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Macondo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/macondo/v5/G6yPNUscRPQ8ufBXs_8yRQ.ttf\";}}i:390;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/macondoswashcaps/v4/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf\";}}i:391;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Magra\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/magra/v4/hoZ13bwCXBxuGZqAudgc5A.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/magra/v4/6fOM5sq5cIn8D0RjX8Lztw.ttf\";}}i:392;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/maidenorange/v6/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:393;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mako\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mako/v7/z5zSLmfPlv1uTVAdmJBLXg.ttf\";}}i:394;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Mallanna\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/mallanna/v4/krCTa-CfMbtxqF0689CbuQ.ttf\";}}i:395;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Mandali\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/mandali/v4/0lF8yJ7fkyjXuqtSi5bWbQ.ttf\";}}i:396;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Marcellus\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/marcellus/v4/UjiLZzumxWC9whJ86UtaYw.ttf\";}}i:397;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/marcellussc/v4/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:398;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Marck Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/marckscript/v7/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf\";}}i:399;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Margarine\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/margarine/v5/DJnJwIrcO_cGkjSzY3MERw.ttf\";}}i:400;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Marko One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/markoone/v6/hpP7j861sOAco43iDc4n4w.ttf\";}}i:401;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Marmelad\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/marmelad/v6/jI0_FBlSOIRLL0ePWOhOwQ.ttf\";}}i:402;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Martel\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-04-22\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:63:\"http://fonts.gstatic.com/s/martel/v1/_wfGdswZbat7P4tupHLA1w.ttf\";s:3:\"300\";s:63:\"http://fonts.gstatic.com/s/martel/v1/SghoV2F2VPdVU3P0a4fa9w.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/martel/v1/9ALu5czkaaf5zsYk6GJEnQ.ttf\";s:3:\"600\";s:63:\"http://fonts.gstatic.com/s/martel/v1/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/martel/v1/4OzIiKB5wE36xXL2U0vzWQ.ttf\";s:3:\"800\";s:63:\"http://fonts.gstatic.com/s/martel/v1/RVF8drcQoRkRL7l_ZkpTlQ.ttf\";s:3:\"900\";s:63:\"http://fonts.gstatic.com/s/martel/v1/iS0YUpFJoiLRlnyl40rpEA.ttf\";}}i:403;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Martel Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2015-12-08\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf\";s:3:\"300\";s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/martelsans/v2/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"600\";s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:3:\"800\";s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf\";s:3:\"900\";s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf\";}}i:404;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Marvel\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/marvel/v6/Fg1dO8tWVb-MlyqhsbXEkg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/marvel/v6/HzyjFB-oR5usrc7Lxz9g8w.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/marvel/v6/WrHDBL1RupWGo2UcdgxB3Q.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/marvel/v6/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:405;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mate\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mate/v5/ooFviPcJ6hZP5bAE71Cawg.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/mate/v5/5XwW6_cbisGvCX5qmNiqfA.ttf\";}}i:406;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Mate SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/matesc/v5/-YkIT2TZoPZF6pawKzDpWw.ttf\";}}i:407;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Maven Pro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/mavenpro/v7/sqPJIFG4gqsjl-0q_46Gbw.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/mavenpro/v7/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/mavenpro/v7/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/mavenpro/v7/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:408;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"McLaren\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/mclaren/v4/OprvTGxaiINBKW_1_U0eoQ.ttf\";}}i:409;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Meddon\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2015-08-12\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/meddon/v9/f8zJO98uu2EtSj9p7ci9RA.ttf\";}}i:410;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/medievalsharp/v8/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf\";}}i:411;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Medula One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/medulaone/v6/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:412;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Megrim\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/megrim/v7/e-9jVUC9lv1zxaFQARuftw.ttf\";}}i:413;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Meie Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/meiescript/v4/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:414;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Merienda\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/merienda/v4/MYY6Og1qZlOQtPW2G95Y3A.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/merienda/v4/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:415;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Merienda One\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/meriendaone/v7/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:416;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Merriweather\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v11/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf\";s:9:\"900italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf\";}}i:417;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"300\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v7/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v7/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v7/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v7/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v7/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v7/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf\";s:3:\"800\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v7/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf\";s:9:\"800italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v7/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf\";}}i:418;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Metal\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/metal/v9/zA3UOP13ooQcxjv04BZX5g.ttf\";}}i:419;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Metal Mania\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/metalmania/v6/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:420;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Metamorphous\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/metamorphous/v6/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf\";}}i:421;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Metrophobic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/metrophobic/v6/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:422;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Michroma\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/michroma/v7/0c2XrW81_QsiKV8T9thumA.ttf\";}}i:423;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Milonga\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/milonga/v4/dzNdIUSTGFmy2ahovDRcWg.ttf\";}}i:424;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Miltonian\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/miltonian/v9/Z4HrYZyqm0BnNNzcCUfzoQ.ttf\";}}i:425;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/miltoniantattoo/v10/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf\";}}i:426;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Miniver\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/miniver/v5/4yTQohOH_cWKRS5laRFhYg.ttf\";}}i:427;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/missfajardose/v6/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf\";}}i:428;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Modak\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/modak/v1/lMsN0QIKid-pCPvL0hH4nw.ttf\";}}i:429;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/modernantiqua/v6/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf\";}}i:430;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Molengo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/molengo/v7/jcjgeGuzv83I55AzOTpXNQ.ttf\";}}i:431;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Molle\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/molle/v4/9XTdCsjPXifLqo5et-YoGA.ttf\";}}i:432;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Monda\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/monda/v4/qFMHZ9zvR6B_gnoIgosPrw.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/monda/v4/EVOzZUyc_j1w2GuTgTAW1g.ttf\";}}i:433;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Monofett\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/monofett/v6/C6K5L799Rgxzg2brgOaqAw.ttf\";}}i:434;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Monoton\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/monoton/v6/aCz8ja_bE4dg-7agSvExdw.ttf\";}}i:435;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/monsieurladoulaise/v5/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf\";}}i:436;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Montaga\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/montaga/v4/PwTwUboiD-M4-mFjZfJs2A.ttf\";}}i:437;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Montez\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/montez/v6/kx58rLOWQQLGFM4pDHv5Ng.ttf\";}}i:438;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Montserrat\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/montserrat/v6/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:439;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/montserratalternates/v4/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/montserratalternates/v4/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf\";}}i:440;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/montserratsubrayada/v4/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf\";s:3:\"700\";s:97:\"http://fonts.gstatic.com/s/montserratsubrayada/v4/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf\";}}i:441;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Moul\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/moul/v8/Kb0ALQnfyXawP1a_P_gpTQ.ttf\";}}i:442;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Moulpali\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/moulpali/v9/diD74BprGhmVkJoerKmrKA.ttf\";}}i:443;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/mountainsofchristmas/v8/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/mountainsofchristmas/v8/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf\";}}i:444;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mousememoirs/v4/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf\";}}i:445;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/mrbedfort/v5/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:446;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/mrdafoe/v5/s32Q1S6ZkT7EaX53mUirvQ.ttf\";}}i:447;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mrdehaviland/v5/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf\";}}i:448;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/mrssaintdelafield/v4/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf\";}}i:449;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mrssheppards/v5/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf\";}}i:450;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Muli\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"300\";s:61:\"http://fonts.gstatic.com/s/muli/v7/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf\";s:9:\"300italic\";s:61:\"http://fonts.gstatic.com/s/muli/v7/s-NKMCru8HiyjEt0ZDoBoA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/muli/v7/KJiP6KznxbALQgfJcDdPAw.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/muli/v7/Cg0K_IWANs9xkNoxV7H1_w.ttf\";}}i:451;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mysteryquest/v4/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf\";}}i:452;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"NTR\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/ntr/v4/e7H4ZLtGfVOYyOupo6T12g.ttf\";}}i:453;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Neucha\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/neucha/v8/bijdhB-TzQdtpl0ykhGh4Q.ttf\";}}i:454;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Neuton\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:63:\"http://fonts.gstatic.com/s/neuton/v8/DA3Mkew3XqSkPpi1f4tJow.ttf\";s:3:\"300\";s:63:\"http://fonts.gstatic.com/s/neuton/v8/xrc_aZ2hx-gdeV0mlY8Vww.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/neuton/v8/9R-MGIOQUdjAVeB6nE6PcQ.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/neuton/v8/uVMT3JOB5BNFi3lgPp6kEg.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/neuton/v8/gnWpkWY7DirkKiovncYrfg.ttf\";s:3:\"800\";s:63:\"http://fonts.gstatic.com/s/neuton/v8/XPzBQV4lY6enLxQG9cF1jw.ttf\";}}i:455;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"New Rocker\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/newrocker/v5/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf\";}}i:456;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"News Cycle\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2015-04-16\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/newscycle/v13/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/newscycle/v13/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:457;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Niconne\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/niconne/v6/ZA-mFw2QNXodx5y7kfELBg.ttf\";}}i:458;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nixie One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/nixieone/v7/h6kQfmzm0Shdnp3eswRaqQ.ttf\";}}i:459;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Nobile\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/nobile/v7/lC_lPi1ddtN38iXTCRh6ow.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/nobile/v7/vGmrpKzWQQSrb-PR6FWBIA.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/nobile/v7/9p6M-Yrg_r_QPmSD1skrOg.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/nobile/v7/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:460;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Nokora\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/nokora/v9/dRyz1JfnyKPNaRcBNX9F9A.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/nokora/v9/QMqqa4QEOhQpiig3cAPmbQ.ttf\";}}i:461;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Norican\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/norican/v4/SHnSqhYAWG5sZTWcPzEHig.ttf\";}}i:462;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Nosifer\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/nosifer/v5/7eJGoIuHRrtcG00j6CptSA.ttf\";}}i:463;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/nothingyoucoulddo/v6/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf\";}}i:464;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Noticia Text\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf\";}}i:465;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Noto Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:10:\"devanagari\";i:5;s:8:\"cyrillic\";i:6;s:5:\"greek\";i:7;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/notosans/v6/0Ue9FiUJwVhi4NGfHJS5uA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/notosans/v6/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:466;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Noto Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf\";}}i:467;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Nova Cut\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/novacut/v8/6q12jWcBvj0KO2cMRP97tA.ttf\";}}i:468;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Flat\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novaflat/v8/pK7a0CoGzI684qe_XSHBqQ.ttf\";}}i:469;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novamono/v7/6-SChr5ZIaaasJFBkgrLNw.ttf\";}}i:470;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Oval\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novaoval/v8/VuukVpKP8BwUf8o9W5LYQQ.ttf\";}}i:471;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Nova Round\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/novaround/v8/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:472;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Nova Script\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/novascript/v8/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:473;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Slim\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novaslim/v8/rPYXC81_VL2EW-4CzBX65g.ttf\";}}i:474;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Nova Square\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/novasquare/v8/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:475;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Numans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/numans/v6/g5snI2p6OEjjTNmTHyBdiQ.ttf\";}}i:476;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Nunito\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:63:\"http://fonts.gstatic.com/s/nunito/v7/zXQvrWBJqUooM7Xv98MrQw.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/nunito/v7/ySZTeT3IuzJj0GK6uGpbBg.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/nunito/v7/aEdlqgMuYbpe4U3TnqOQMA.ttf\";}}i:477;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/odormeanchey/v8/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf\";}}i:478;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Offside\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/offside/v4/v0C913SB8wqQUvcu1faUqw.ttf\";}}i:479;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v7/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v7/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v7/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf\";}}i:480;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Oldenburg\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/oldenburg/v4/dqA_M_uoCVXZbCO-oKBTnQ.ttf\";}}i:481;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Oleo Script\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/oleoscript/v5/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/oleoscript/v5/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:482;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf\";s:3:\"700\";s:97:\"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf\";}}i:483;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Open Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:12:\"cyrillic-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"300italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/opensans/v13/IgZJs4-7SA1XX_edsoXWog.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"600italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"800italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf\";}}i:484;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:12:\"cyrillic-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf\";s:9:\"300italic\";s:96:\"http://fonts.gstatic.com/s/opensanscondensed/v10/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf\";}}i:485;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/oranienbaum/v5/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:486;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Orbitron\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/orbitron/v7/DY8swouAZjR3RaUPRf0HDQ.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/orbitron/v7/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/orbitron/v7/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/orbitron/v7/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:487;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Oregano\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/oregano/v4/UiLhqNixVv2EpjRoBG6axA.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/oregano/v4/_iwqGEht6XsAuEaCbYG64Q.ttf\";}}i:488;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Orienta\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/orienta/v4/_NKSk93mMs0xsqtfjCsB3Q.ttf\";}}i:489;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Original Surfer\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/originalsurfer/v5/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf\";}}i:490;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Oswald\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:64:\"http://fonts.gstatic.com/s/oswald/v10/y3tZpCdiRD4oNRRYFcAR5Q.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/oswald/v10/uLEd2g2vJglLPfsBF91DCg.ttf\";s:3:\"700\";s:64:\"http://fonts.gstatic.com/s/oswald/v10/7wj8ldV_5Ti37rHa0m1DDw.ttf\";}}i:491;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/overtherainbow/v7/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf\";}}i:492;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Overlock\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/overlock/v5/Z8oYsGi88-E1cUB8YBFMAg.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf\";}}i:493;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Overlock SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/overlocksc/v5/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:494;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Ovo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/ovo/v7/mFg27dimu3s9t09qjCwB1g.ttf\";}}i:495;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Oxygen\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:63:\"http://fonts.gstatic.com/s/oxygen/v5/lZ31r0bR1Bzt_DfGZu1S8A.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/oxygen/v5/uhoyAE7XlQL22abzQieHjw.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/oxygen/v5/yLqkmDwuNtt5pSqsJmhyrg.ttf\";}}i:496;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/oxygenmono/v4/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:497;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"PT Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ptmono/v4/QUbM8H9yJK5NhpQ0REO6Wg.ttf\";}}i:498;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"PT Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ptsans/v8/UFoEz2uiuMypUGZL1NKoeg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/ptsans/v8/yls9EYWOd496wiu7qzfgNg.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/ptsans/v8/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:499;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/ptsanscaption/v9/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/ptsanscaption/v9/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf\";}}i:500;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf\";}}i:501;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"PT Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/ptserif/v8/sAo427rn3-QL9sWCbMZXhA.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/ptserif/v8/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/ptserif/v8/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/ptserif/v8/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:502;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/ptserifcaption/v8/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/ptserifcaption/v8/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf\";}}i:503;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Pacifico\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/pacifico/v7/GIrpeRY1r5CzbfL8r182lw.ttf\";}}i:504;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Palanquin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/palanquin/v1/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/palanquin/v1/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/palanquin/v1/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/palanquin/v1/xCwBUoAEV0kzCDwerAZ0Aw.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/palanquin/v1/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/palanquin/v1/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/palanquin/v1/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:505;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf\";}}i:506;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Paprika\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/paprika/v4/b-VpyoRSieBdB5BPJVF8HQ.ttf\";}}i:507;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Parisienne\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/parisienne/v4/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:508;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Passero One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/passeroone/v8/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:509;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Passion One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/passionone/v6/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:3:\"900\";s:88:\"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf\";}}i:510;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf\";}}i:511;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/patrickhand/v10/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:512;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/patrickhandsc/v4/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf\";}}i:513;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Patua One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/patuaone/v6/njZwotTYjswR4qdhsW-kJw.ttf\";}}i:514;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Paytone One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/paytoneone/v8/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:515;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Peddana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/peddana/v4/zaSZuj_GhmC8AOTugOROnA.ttf\";}}i:516;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Peralta\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/peralta/v4/cTJX5KEuc0GKRU9NXSm-8Q.ttf\";}}i:517;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/permanentmarker/v5/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf\";}}i:518;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/petitformalscript/v4/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf\";}}i:519;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Petrona\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/petrona/v5/nnQwxlP6dhrGovYEFtemTg.ttf\";}}i:520;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Philosopher\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/philosopher/v7/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/philosopher/v7/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/philosopher/v7/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/philosopher/v7/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:521;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Piedra\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/piedra/v5/owf-AvEEyAj9LJ2tVZ_3Mw.ttf\";}}i:522;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/pinyonscript/v6/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf\";}}i:523;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Pirata One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/pirataone/v4/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:524;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Plaster\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/plaster/v7/O4QG9Z5116CXyfJdR9zxLw.ttf\";}}i:525;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Play\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/play/v7/GWvfObW8LhtsOX333MCpBg.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/play/v7/crPhg6I0alLI-MpB3vW-zw.ttf\";}}i:526;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Playball\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/playball/v6/3hOFiQm_EUzycTpcN9uz4w.ttf\";}}i:527;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Playfair Display\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf\";s:3:\"900\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf\";s:9:\"900italic\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf\";}}i:528;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf\";s:3:\"700\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf\";s:9:\"700italic\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf\";s:3:\"900\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf\";s:9:\"900italic\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf\";}}i:529;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Podkova\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/podkova/v8/eylljyGVfB8ZUQjYY3WZRQ.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/podkova/v8/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:530;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Poiret One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/poiretone/v4/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:531;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Poller One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/pollerone/v6/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:532;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Poly\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/poly/v7/bcMAuiacS2qkd54BcwW6_Q.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/poly/v7/Zkx-eIlZSjKUrPGYhV5PeA.ttf\";}}i:533;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Pompiere\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/pompiere/v6/o_va2p9CD5JfmFohAkGZIA.ttf\";}}i:534;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/pontanosans/v4/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:535;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Poppins\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/poppins/v1/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/poppins/v1/hlvAxH6aIdOjWlLzgm0jqg.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/poppins/v1/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/poppins/v1/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/poppins/v1/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:536;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/portlligatsans/v5/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf\";}}i:537;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/portlligatslab/v5/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf\";}}i:538;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2015-06-10\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/pragatinarrow/v2/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/pragatinarrow/v2/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf\";}}i:539;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Prata\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/prata/v6/3gmx8r842loRRm9iQkCDGg.ttf\";}}i:540;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Preahvihear\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/preahvihear/v8/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:541;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/pressstart2p/v4/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf\";}}i:542;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/princesssofia/v4/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf\";}}i:543;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Prociono\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/prociono/v6/43ZYDHWogdFeNBWTl6ksmw.ttf\";}}i:544;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Prosto One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/prostoone/v5/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:545;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Puritan\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/puritan/v8/wv_RtgVBSCn-or2MC0n4Kg.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/puritan/v8/BqZX8Tp200LeMv1KlzXgLQ.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/puritan/v8/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/puritan/v8/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:546;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Purple Purse\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/purplepurse/v5/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:547;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Quando\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/quando/v4/03nDiEZuO2-h3xvtG6UmHg.ttf\";}}i:548;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Quantico\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/quantico/v5/pwSnP8Xpaix2rIz99HrSlQ.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/quantico/v5/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/quantico/v5/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/quantico/v5/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:549;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Quattrocento\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/quattrocento/v7/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/quattrocento/v7/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf\";}}i:550;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v8/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v8/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v8/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v8/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf\";}}i:551;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Questrial\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/questrial/v6/MoHHaw_WwNs_hd9ob1zTVw.ttf\";}}i:552;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Quicksand\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/quicksand/v5/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/quicksand/v5/Ngv3fIJjKB7sD-bTUGIFCA.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/quicksand/v5/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:553;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Quintessential\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/quintessential/v4/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf\";}}i:554;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Qwigley\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/qwigley/v6/aDqxws-KubFID85TZHFouw.ttf\";}}i:555;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/racingsansone/v4/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:556;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Radley\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/radley/v9/FgE9di09a-mXGzAIyI6Q9Q.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/radley/v9/Z_JcACuPAOO2f9kzQcGRug.ttf\";}}i:557;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Rajdhani\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rajdhani/v5/Wfy5zp4PGFAFS7-Wetehzw.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:558;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Raleway\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:65:\"http://fonts.gstatic.com/s/raleway/v10/UDfD6oxBaBnmFJwQ7XAFNw.ttf\";s:9:\"100italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/hUpHtml6IPNuUR-FwVi2UKCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"200italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/N2DIbZG4399cPGfifZUEQi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"300italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/TVSB8ogXDKMcnAAJ5CqrUi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/raleway/v10/_dCzxpXzIS3sL-gdJWAP8A.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/raleway/v10/utU2m1gdZSfuQpArSy5Dbw.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"500italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/S7vGLZZ40c85SJgiptJGVy3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"600italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/OY22yoG8EJ3IN_muVWm29C3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/lFxvRPuGFG5ktd7P0WRwKi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"800\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"800italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/us4LjTCmlYgh3W8CKujEJi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v10/oY2RadnkHfshu5f0FLsgVS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:559;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/ralewaydots/v4/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:560;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/ramabhadra/v5/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:561;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Ramaraja\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ramaraja/v1/XIqzxFapVczstBedHdQTiw.ttf\";}}i:562;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rambla\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rambla/v4/YaTmpvm5gFg_ShJKTQmdzg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/rambla/v4/mhUgsKmp0qw3uATdDDAuwA.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/rambla/v4/C5VZH8BxQKmnBuoC00UPpw.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/rambla/v4/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:563;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Rammetto One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/rammettoone/v5/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:564;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Ranchers\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ranchers/v4/9ya8CZYhqT66VERfjQ7eLA.ttf\";}}i:565;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rancho\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rancho/v6/ekp3-4QykC4--6KaslRgHA.ttf\";}}i:566;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Ranga\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/ranga/v1/xpW6zFTNzY1JykoBIqE1Zg.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/ranga/v1/h8G_gEUH7vHKH-NkjAs34A.ttf\";}}i:567;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rationale\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/rationale/v7/7M2eN-di0NGLQse7HzJRfg.ttf\";}}i:568;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/raviprakash/v3/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:569;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Redressed\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/redressed/v6/3aZ5sTBppH3oSm5SabegtA.ttf\";}}i:570;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/reeniebeanie/v7/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:571;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Revalia\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/revalia/v4/1TKw66fF5_poiL0Ktgo4_A.ttf\";}}i:572;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-06-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/rhodiumlibre/v1/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:573;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ribeye\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ribeye/v5/e5w3VE8HnWBln4Ll6lUj3Q.ttf\";}}i:574;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/ribeyemarrow/v6/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf\";}}i:575;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Righteous\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/righteous/v5/0nRRWM_gCGCt2S-BCfN8WQ.ttf\";}}i:576;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Risque\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/risque/v4/92RnElGnl8yHP97-KV3Fyg.ttf\";}}i:577;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Roboto\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:12:\"cyrillic-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"100\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/7MygqTe2zs9YkP0adA9QQQ.ttf\";s:9:\"100italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"300\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/dtpHsbgPEm2lVWciJZ0P-A.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/hcKoSgxdnKlbH5dlTwKbow.ttf\";s:3:\"500\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/Uxzkqj-MIMWle-XP2pDNAA.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/bdHGHleUa-ndQCOrdpfxfw.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"900\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/H1vB34nOKWXqzKotq25pcg.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:578;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:12:\"cyrillic-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf\";}}i:579;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2015-05-28\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"100\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf\";s:9:\"100italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf\";s:3:\"300\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf\";s:9:\"300italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf\";s:3:\"500\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:580;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"100\";s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf\";s:3:\"300\";s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:581;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rochester\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/rochester/v6/bnj8tmQBiOkdji_G_yvypg.ttf\";}}i:582;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rock Salt\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rocksalt/v6/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf\";}}i:583;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Rokkitt\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-24\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rokkitt/v10/GMA7Z_ToF8uSvpZAgnp_VQ.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/rokkitt/v10/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf\";}}i:584;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Romanesco\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/romanesco/v5/2udIjUrpK_CPzYSxRVzD4Q.ttf\";}}i:585;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ropasans/v5/Gba7ZzVBuhg6nX_AoSwlkQ.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/ropasans/v5/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:586;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Rosario\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rosario/v11/bL-cEh8dXtDupB2WccA2LA.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/rosario/v11/pkflNy18HEuVVx4EOjeb_Q.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/rosario/v11/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/rosario/v11/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:587;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Rosarivo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rosarivo/v4/EmPiINK0qyqc7KSsNjJamA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/rosarivo/v4/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:588;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Rouge Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/rougescript/v5/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:589;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rozha One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rozhaone/v2/PyrMHQ6lucEIxwKmhqsX8A.ttf\";}}i:590;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Rubik\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-07-22\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/rubik/v1/o1vXYO8YwDpErHEAPAxpOg.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v1/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/rubik/v1/4sMyW_teKWHB3K8Hm-Il6A.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/rubik/v1/elD65ddI0qvNcCh42b1Iqg.ttf\";s:3:\"500\";s:62:\"http://fonts.gstatic.com/s/rubik/v1/D4HihERG27s-BJrQ4dvkbw.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v1/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/rubik/v1/m1GGHcpLe6Mb0_sAyjXE4g.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v1/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"900\";s:62:\"http://fonts.gstatic.com/s/rubik/v1/mOHfPRl5uP4vw7-5-dbnng.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v1/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:591;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/rubikmonoone/v5/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf\";}}i:592;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rubik One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rubikone/v4/Zs6TtctNRSIR8T5PO018rQ.ttf\";}}i:593;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Ruda\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/ruda/v7/jPEIPB7DM2DNK_uBGv2HGw.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/ruda/v7/JABOu1SYOHcGXVejUq4w6g.ttf\";s:3:\"900\";s:61:\"http://fonts.gstatic.com/s/ruda/v7/Uzusv-enCjoIrznlJJaBRw.ttf\";}}i:594;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rufina\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rufina/v4/s9IFr_fIemiohfZS-ZRDbQ.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/rufina/v4/D0RUjXFr55y4MVZY2Ww_RA.ttf\";}}i:595;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/rugeboogie/v7/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:596;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ruluko\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ruluko/v4/lv4cMwJtrx_dzmlK5SDc1g.ttf\";}}i:597;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/rumraisin/v4/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:598;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/ruslandisplay/v7/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf\";}}i:599;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Russo One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/russoone/v5/zfwxZ--UhUc7FVfgT21PRQ.ttf\";}}i:600;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ruthie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ruthie/v6/vJ2LorukHSbWYoEs5juivg.ttf\";}}i:601;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Rye\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/rye/v4/VUrJlpPpSZxspl3w_yNOrQ.ttf\";}}i:602;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sacramento\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/sacramento/v4/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:603;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sahitya\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-06-17\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sahitya/v1/wQWULcDbZqljdTfjOUtDvw.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/sahitya/v1/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:604;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Sail\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-24\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/sail/v7/iuEoG6kt-bePGvtdpL0GUQ.ttf\";}}i:605;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Salsa\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/salsa/v6/BnpUCBmYdvggScEPs5JbpA.ttf\";}}i:606;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sanchez\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sanchez/v4/BEL8ao-E2LJ5eHPLB2UAiw.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/sanchez/v4/iSrhkWLexUZzDeNxNEHtzA.ttf\";}}i:607;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Sancreek\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/sancreek/v7/8ZacBMraWMvHly4IJI3esw.ttf\";}}i:608;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Sansita One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/sansitaone/v6/xWqf68oB50JXqGIRR0h2hqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:609;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Sarala\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-06-17\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sarala/v1/ohip9lixCHoBab7hTtgLnw.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/sarala/v1/hpc9cz8KYsazwq2In_oJYw.ttf\";}}i:610;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Sarina\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sarina/v5/XYtRfaSknHIU3NHdfTdXoQ.ttf\";}}i:611;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Sarpanch\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/sarpanch/v1/YMBZdT27b6O5a1DADbAGSg.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"800\";s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:612;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Satisfy\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/satisfy/v6/PRlyepkd-JCGHiN8e9WV2w.ttf\";}}i:613;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Scada\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/scada/v4/iZNC3ZEYwe3je6H-28d5Ug.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/scada/v4/PCGyLT1qNawkOUQ3uHFhBw.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/scada/v4/t6XNWdMdVWUz93EuRVmifQ.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/scada/v4/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:614;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Scheherazade\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2015-08-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/scheherazade/v11/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/scheherazade/v11/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf\";}}i:615;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Schoolbell\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/schoolbell/v6/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:616;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/seaweedscript/v4/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf\";}}i:617;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Sevillana\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/sevillana/v4/6m1Nh35oP7YEt00U80Smiw.ttf\";}}i:618;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Seymour One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/seymourone/v4/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:619;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/shadowsintolight/v6/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf\";}}i:620;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/shadowsintolighttwo/v4/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf\";}}i:621;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Shanti\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/shanti/v8/lc4nG_JG6Q-2FQSOMMhb_w.ttf\";}}i:622;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Share\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/share/v5/1ytD7zSb_-g9I2GG67vmVw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/share/v5/a9YGdQWFRlNJ0zClJVaY3Q.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/share/v5/XrU8e7a1YKurguyY2azk1Q.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/share/v5/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf\";}}i:623;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Share Tech\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sharetech/v4/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:624;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sharetechmono/v5/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf\";}}i:625;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Shojumaru\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/shojumaru/v4/WP8cxonzQQVAoI3RJQ2wug.ttf\";}}i:626;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Short Stack\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/shortstack/v6/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:627;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Siemreap\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/siemreap/v9/JSK-mOIsXwxo-zE9XDDl_g.ttf\";}}i:628;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sigmar One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sigmarone/v6/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf\";}}i:629;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Signika\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/signika/v6/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/signika/v6/WvDswbww0oAtvBg2l1L-9w.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/signika/v6/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/signika/v6/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:630;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Signika Negative\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf\";}}i:631;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Simonetta\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/simonetta/v5/fN8puNuahBo4EYMQgp12Yg.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/simonetta/v5/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/simonetta/v5/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"900italic\";s:87:\"http://fonts.gstatic.com/s/simonetta/v5/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf\";}}i:632;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sintony\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sintony/v4/IDhCijoIMev2L6Lg5QsduQ.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/sintony/v4/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:633;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/sirinstencil/v5/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf\";}}i:634;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Six Caps\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sixcaps/v7/_XeDnO0HOV8Er9u97If1tQ.ttf\";}}i:635;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Skranji\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/skranji/v4/jnOLPS0iZmDL7dfWnW3nIw.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/skranji/v4/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:636;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/slabo13px/v3/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:637;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/slabo27px/v3/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:638;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Slackey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/slackey/v6/evRIMNhGVCRJvCPv4kteeA.ttf\";}}i:639;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Smokum\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/smokum/v6/8YP4BuAcy97X8WfdKfxVRw.ttf\";}}i:640;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Smythe\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/smythe/v7/yACD1gy_MpbB9Ft42fUvYw.ttf\";}}i:641;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sniglet\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sniglet/v7/XWhyQLHH4SpCVsHRPRgu9w.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/sniglet/v7/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:642;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Snippet\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/snippet/v6/eUcYMLq2GtHZovLlQH_9kA.ttf\";}}i:643;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Snowburst One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/snowburstone/v4/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:644;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sofadi One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sofadione/v4/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf\";}}i:645;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Sofia\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/sofia/v5/Imnvx0Ag9r6iDBFUY5_RaQ.ttf\";}}i:646;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sonsie One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sonsieone/v5/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:647;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/sortsmillgoudy/v6/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/sortsmillgoudy/v6/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf\";}}i:648;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf\";s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf\";}}i:649;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf\";s:9:\"200italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf\";s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf\";s:9:\"600italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf\";s:9:\"900italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf\";}}i:650;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf\";}}i:651;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Special Elite\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/specialelite/v6/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:652;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/spicyrice/v5/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:653;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Spinnaker\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/spinnaker/v8/MQdIXivKITpjROUdiN6Jgg.ttf\";}}i:654;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Spirax\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/spirax/v5/IOKqhk-Ccl7y31yDsePPkw.ttf\";}}i:655;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Squada One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/squadaone/v5/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:656;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/sreekrushnadevaraya/v4/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf\";}}i:657;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Stalemate\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/stalemate/v4/wQLCnG0qB6mOu2Wit2dt_w.ttf\";}}i:658;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Stalinist One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/stalinistone/v8/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf\";}}i:659;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/stardosstencil/v6/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/stardosstencil/v6/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf\";}}i:660;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/stintultracondensed/v5/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf\";}}i:661;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/stintultraexpanded/v4/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf\";}}i:662;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Stoke\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:3:\"300\";s:62:\"http://fonts.gstatic.com/s/stoke/v6/Sell9475FOS8jUqQsfFsUQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/stoke/v6/A7qJNoqOm2d6o1E6e0yUFg.ttf\";}}i:663;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Strait\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/strait/v4/m4W73ViNmProETY2ybc-Bg.ttf\";}}i:664;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/sueellenfrancisco/v7/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf\";}}i:665;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Sumana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-05-04\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sumana/v1/wgdl__wAK7pzliiWs0Nlog.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/sumana/v1/8AcM-KAproitONSBBHj3sQ.ttf\";}}i:666;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Sunshiney\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/sunshiney/v6/kaWOb4pGbwNijM7CkxK1sQ.ttf\";}}i:667;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Supermercado One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/supermercadoone/v6/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf\";}}i:668;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Sura\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-06-17\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/sura/v1/jznKrhTH5NezYxb0-Q5zzA.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/sura/v1/Z5bXQaFGmoWicN1WlcncxA.ttf\";}}i:669;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Suranna\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/suranna/v4/PYmfr6TQeTqZ-r8HnPM-kA.ttf\";}}i:670;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Suravaram\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/suravaram/v3/G4dPee4pel_w2HqzavW4MA.ttf\";}}i:671;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2015-04-06\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/suwannaphum/v9/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:672;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/swankyandmoomoo/v6/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf\";}}i:673;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Syncopate\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/syncopate/v7/RQVwO52fAH6MI764EcaYtw.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/syncopate/v7/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:674;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Tangerine\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/tangerine/v7/DTPeM3IROhnkz7aYG2a9sA.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/tangerine/v7/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf\";}}i:675;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Taprom\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2015-04-03\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/taprom/v8/-KByU3BaUsyIvQs79qFObg.ttf\";}}i:676;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Tauri\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/tauri/v4/XIWeYJDXNqiVNej0zEqtGg.ttf\";}}i:677;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Teko\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:61:\"http://fonts.gstatic.com/s/teko/v5/OobFGE9eo24rcBpN6zXDaQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/teko/v5/UtekqODEqZXSN2L-njejpA.ttf\";s:3:\"500\";s:61:\"http://fonts.gstatic.com/s/teko/v5/FQ0duU7gWM4cSaImOfAjBA.ttf\";s:3:\"600\";s:61:\"http://fonts.gstatic.com/s/teko/v5/QDx_i8H-TZ1IK1JEVrqwEQ.ttf\";s:3:\"700\";s:61:\"http://fonts.gstatic.com/s/teko/v5/xKfTxe_SWpH4xU75vmvylA.ttf\";}}i:678;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Telex\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/telex/v4/24-3xP9ywYeHOcFU3iGk8A.ttf\";}}i:679;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/tenaliramakrishna/v3/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf\";}}i:680;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/tenorsans/v7/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:681;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Text Me One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/textmeone/v4/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:682;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/thegirlnextdoor/v7/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf\";}}i:683;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Tienne\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/tienne/v8/-IIfDl701C0z7-fy2kmGvA.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/tienne/v8/JvoCDOlyOSEyYGRwCyfs3g.ttf\";s:3:\"900\";s:63:\"http://fonts.gstatic.com/s/tienne/v8/FBano5T521OWexj2iRYLMw.ttf\";}}i:684;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Tillana\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/tillana/v1/zN0D-jDPsr1HzU3VRFLY5g.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/tillana/v1/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/tillana/v1/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/tillana/v1/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/tillana/v1/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:685;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Timmana\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/timmana/v1/T25SicsJUJkc2s2sbBsDnA.ttf\";}}i:686;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Tinos\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:8:\"cyrillic\";i:5;s:5:\"greek\";i:6;s:6:\"hebrew\";i:7;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/tinos/v9/EqpUbkVmutfwZ0PjpoGwCg.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/tinos/v9/slfyzlasCr9vTsaP4lUh9A.ttf\";s:3:\"700\";s:62:\"http://fonts.gstatic.com/s/tinos/v9/vHXfhX8jZuQruowfon93yQ.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/tinos/v9/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:687;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Titan One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/titanone/v4/FbvpRvzfV_oipS0De3iAZg.ttf\";}}i:688;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Titillium Web\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":11:{s:3:\"200\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf\";s:9:\"200italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf\";s:3:\"300\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf\";s:3:\"900\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf\";}}i:689;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Trade Winds\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/tradewinds/v5/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:690;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trocchi\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trocchi/v4/uldNPaKrUGVeGCVsmacLwA.ttf\";}}i:691;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trochut\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trochut/v4/6Y65B0x-2JsnYt16OH5omw.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/trochut/v4/pczUwr4ZFvC79TgNO5cZng.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/trochut/v4/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:692;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trykker\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trykker/v5/YiVrVJpBFN7I1l_CWk6yYQ.ttf\";}}i:693;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Tulpen One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/tulpenone/v6/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:694;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ubuntu\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:5:\"greek\";i:5;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"300\";s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/7-wH0j2QCTHKgp7vLh9-sQ.ttf\";s:9:\"300italic\";s:84:\"http://fonts.gstatic.com/s/ubuntu/v9/j-TYDdXcC_eQzhhp386SjaCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/lhhB5ZCwEkBRbHMSnYuKyA.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/b9hP8wd30SygxZjGGk4DCQ.ttf\";s:3:\"500\";s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/bMbHEMwSUmkzcK2x_74QbA.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/ubuntu/v9/NWdMogIO7U6AtEM4dDdf_aCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"700\";s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/B7BtHjNYwAp3HgLNagENOQ.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/ubuntu/v9/pqisLQoeO9YTDCNnlQ9bf6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:695;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:5:\"greek\";i:5;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf\";}}i:696;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:5:\"greek\";i:5;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:697;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Ultra\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/ultra/v8/OW8uXkOstRADuhEmGOFQLA.ttf\";}}i:698;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/uncialantiqua/v4/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf\";}}i:699;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Underdog\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/underdog/v5/gBv9yjez_-5PnTprHWq0ig.ttf\";}}i:700;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Unica One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/unicaone/v4/KbYKlhWMDpatWViqDkNQgA.ttf\";}}i:701;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/unifrakturcook/v8/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf\";}}i:702;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/unifrakturmaguntia/v7/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf\";}}i:703;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Unkempt\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/unkempt/v7/NLLBeNSspr0RGs71R5LHWA.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/unkempt/v7/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:704;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Unlock\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/unlock/v6/rXEQzK7uIAlhoyoAEiMy1w.ttf\";}}i:705;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Unna\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/unna/v8/UAS0AM7AmbdCNY_80xyAZQ.ttf\";}}i:706;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"VT323\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/vt323/v7/ITU2YQfM073o1iYK3nSOmQ.ttf\";}}i:707;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Vampiro One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/vampiroone/v7/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:708;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Varela\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/varela/v7/ON7qs0cKUUixhhDFXlZUjw.ttf\";}}i:709;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Varela Round\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/varelaround/v6/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf\";}}i:710;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/vastshadow/v6/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:711;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2015-06-03\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/vesperlibre/v7/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"500\";s:89:\"http://fonts.gstatic.com/s/vesperlibre/v7/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/vesperlibre/v7/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf\";s:3:\"900\";s:89:\"http://fonts.gstatic.com/s/vesperlibre/v7/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf\";}}i:712;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Vibur\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/vibur/v7/xB9aKsUbJo68XP0bAg2iLw.ttf\";}}i:713;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Vidaloka\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/vidaloka/v8/C6Nul0ogKUWkx356rrt9RA.ttf\";}}i:714;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Viga\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/viga/v5/uD87gDbhS7frHLX4uL6agg.ttf\";}}i:715;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Voces\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/voces/v5/QoBH6g6yKgNIgvL8A2aE2Q.ttf\";}}i:716;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Volkhov\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/volkhov/v8/MDIZAofe1T_J3un5Kgo8zg.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/volkhov/v8/1rTjmztKEpbkKH06JwF8Yw.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/volkhov/v8/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/volkhov/v8/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:717;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Vollkorn\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/vollkorn/v6/IiexqYAeh8uII223thYx3w.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/vollkorn/v6/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/vollkorn/v6/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/vollkorn/v6/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:718;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Voltaire\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/voltaire/v6/WvqBzaGEBbRV-hrahwO2cA.ttf\";}}i:719;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/waitingforthesunrise/v7/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf\";}}i:720;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Wallpoet\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/wallpoet/v8/hmum4WuBN4A0Z_7367NDIg.ttf\";}}i:721;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/walterturncoat/v6/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf\";}}i:722;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Warnes\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/warnes/v6/MXG7_Phj4YpzAXxKGItuBw.ttf\";}}i:723;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Wellfleet\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/wellfleet/v4/J5tOx72iFRPgHYpbK9J4XQ.ttf\";}}i:724;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Wendy One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/wendyone/v4/R8CJT2oDXdMk_ZtuHTxoxw.ttf\";}}i:725;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Wire One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/wireone/v7/sRLhaQOQpWnvXwIx0CycQw.ttf\";}}i:726;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Work Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2015-12-08\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:86:\"http://fonts.gstatic.com/s/worksans/v2/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/worksans/v2/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/worksans/v2/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/worksans/v2/zVvigUiMvx7JVEnrJgc-5Q.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/worksans/v2/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/worksans/v2/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"800\";s:86:\"http://fonts.gstatic.com/s/worksans/v2/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/worksans/v2/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:727;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"200\";s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf\";s:3:\"300\";s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf\";}}i:728;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Yantramanav\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2015-06-03\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"100\";s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf\";s:3:\"300\";s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf\";s:3:\"500\";s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:3:\"900\";s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf\";}}i:729;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Yellowtail\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/yellowtail/v6/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:730;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Yeseva One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/yesevaone/v10/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:731;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Yesteryear\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/yesteryear/v5/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:732;O:8:\"stdClass\":8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Zeyada\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-02-23\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/zeyada/v6/hmonmGYYFwqTZQfG2nRswQ.ttf\";}}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'ultimate_selected_google_fonts', 'a:3:{i:0;a:4:{s:11:\"font_family\";s:6:\"Oswald\";s:9:\"font_name\";s:6:\"Oswald\";s:8:\"variants\";a:2:{i:0;a:2:{s:13:\"variant_value\";s:3:\"300\";s:16:\"variant_selected\";s:4:\"true\";}i:1;a:2:{s:13:\"variant_value\";s:3:\"700\";s:16:\"variant_selected\";s:4:\"true\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:12:\"subset_value\";s:9:\"latin-ext\";s:15:\"subset_selected\";s:5:\"false\";}i:1;a:2:{s:12:\"subset_value\";s:5:\"latin\";s:15:\"subset_selected\";s:5:\"false\";}}}i:1;a:4:{s:11:\"font_family\";s:9:\"Open+Sans\";s:9:\"font_name\";s:9:\"Open Sans\";s:8:\"variants\";a:9:{i:0;a:2:{s:13:\"variant_value\";s:3:\"300\";s:16:\"variant_selected\";s:4:\"true\";}i:1;a:2:{s:13:\"variant_value\";s:9:\"300italic\";s:16:\"variant_selected\";s:4:\"true\";}i:2;a:2:{s:13:\"variant_value\";s:6:\"italic\";s:16:\"variant_selected\";s:4:\"true\";}i:3;a:2:{s:13:\"variant_value\";s:3:\"600\";s:16:\"variant_selected\";s:4:\"true\";}i:4;a:2:{s:13:\"variant_value\";s:9:\"600italic\";s:16:\"variant_selected\";s:4:\"true\";}i:5;a:2:{s:13:\"variant_value\";s:3:\"700\";s:16:\"variant_selected\";s:4:\"true\";}i:6;a:2:{s:13:\"variant_value\";s:9:\"700italic\";s:16:\"variant_selected\";s:4:\"true\";}i:7;a:2:{s:13:\"variant_value\";s:3:\"800\";s:16:\"variant_selected\";s:4:\"true\";}i:8;a:2:{s:13:\"variant_value\";s:9:\"800italic\";s:16:\"variant_selected\";s:4:\"true\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:12:\"subset_value\";s:9:\"latin-ext\";s:15:\"subset_selected\";s:5:\"false\";}i:1;a:2:{s:12:\"subset_value\";s:9:\"greek-ext\";s:15:\"subset_selected\";s:5:\"false\";}i:2;a:2:{s:12:\"subset_value\";s:5:\"latin\";s:15:\"subset_selected\";s:5:\"false\";}i:3;a:2:{s:12:\"subset_value\";s:10:\"vietnamese\";s:15:\"subset_selected\";s:5:\"false\";}i:4;a:2:{s:12:\"subset_value\";s:8:\"cyrillic\";s:15:\"subset_selected\";s:5:\"false\";}i:5;a:2:{s:12:\"subset_value\";s:5:\"greek\";s:15:\"subset_selected\";s:5:\"false\";}i:6;a:2:{s:12:\"subset_value\";s:12:\"cyrillic-ext\";s:15:\"subset_selected\";s:5:\"false\";}}}i:2;a:4:{s:11:\"font_family\";s:6:\"Cinzel\";s:9:\"font_name\";s:6:\"Cinzel\";s:8:\"variants\";a:2:{i:0;a:2:{s:13:\"variant_value\";s:3:\"700\";s:16:\"variant_selected\";s:4:\"true\";}i:1;a:2:{s:13:\"variant_value\";s:3:\"900\";s:16:\"variant_selected\";s:4:\"true\";}}s:7:\"subsets\";N;}}', 'yes'),
(258, 'ultimate_updater', 'disabled', 'yes'),
(259, 'ultimate_constants', 'a:3:{s:24:\"ULTIMATE_NO_UPDATE_CHECK\";b:0;s:28:\"ULTIMATE_NO_EDIT_PAGE_NOTICE\";b:0;s:30:\"ULTIMATE_NO_PLUGIN_PAGE_NOTICE\";b:0;}', 'yes'),
(260, 'ultimate_modules', 'a:39:{i:0;s:18:\"ultimate_animation\";i:1;s:16:\"ultimate_buttons\";i:2;s:18:\"ultimate_countdown\";i:3;s:17:\"ultimate_flip_box\";i:4;s:20:\"ultimate_google_maps\";i:5;s:22:\"ultimate_google_trends\";i:6;s:17:\"ultimate_headings\";i:7;s:22:\"ultimate_icon_timeline\";i:8;s:17:\"ultimate_info_box\";i:9;s:20:\"ultimate_info_circle\";i:10;s:18:\"ultimate_info_list\";i:11;s:20:\"ultimate_info_tables\";i:12;s:28:\"ultimate_interactive_banners\";i:13;s:29:\"ultimate_interactive_banner_2\";i:14;s:15:\"ultimate_modals\";i:15;s:17:\"ultimate_parallax\";i:16;s:23:\"ultimate_pricing_tables\";i:17;s:15:\"ultimate_spacer\";i:18;s:22:\"ultimate_stats_counter\";i:19;s:20:\"ultimate_swatch_book\";i:20;s:14:\"ultimate_icons\";i:21;s:18:\"ultimate_list_icon\";i:22;s:17:\"ultimate_carousel\";i:23;s:18:\"ultimate_fancytext\";i:24;s:22:\"ultimate_highlight_box\";i:25;s:20:\"ultimate_info_banner\";i:26;s:15:\"ultimate_ihover\";i:27;s:16:\"ultimate_hotspot\";i:28;s:21:\"ultimate_video_banner\";i:29;s:11:\"woocomposer\";i:30;s:20:\"ultimate_dual_button\";i:31;s:13:\"ultimate_link\";i:32;s:19:\"ultimate_fancy_text\";i:33;s:23:\"ultimate_hightlight_box\";i:34;s:20:\"ultimate_content_box\";i:35;s:24:\"ultimate_image_separator\";i:36;s:27:\"ultimate_expandable_section\";i:37;s:12:\"ultimate_tab\";i:38;s:13:\"ultimate_team\";}', 'yes'),
(261, 'smile_fonts', 'a:1:{s:8:\"Defaults\";a:4:{s:7:\"include\";s:20:\"smile_fonts/Defaults\";s:6:\"folder\";s:20:\"smile_fonts/Defaults\";s:5:\"style\";s:21:\"Defaults/Defaults.css\";s:6:\"config\";s:11:\"charmap.php\";}}', 'yes'),
(266, 'brainstrom_products', 'a:1:{s:7:\"plugins\";a:1:{i:6892199;a:19:{s:8:\"template\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:6:\"remote\";s:7:\"3.19.21\";s:7:\"version\";s:6:\"3.19.8\";s:12:\"purchase_key\";s:0:\"\";s:6:\"status\";s:14:\"not-registered\";s:7:\"message\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:7:\"6892199\";s:12:\"product_name\";s:41:\"Ultimate Addons for WPBakery Page Builder\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:4:\"true\";s:15:\"is_product_free\";s:5:\"false\";s:10:\"short_name\";s:0:\"\";s:13:\"changelog_url\";s:47:\"https://ultimate.brainstormforce.com/changelog/\";s:12:\"purchase_url\";s:74:\"https://codecanyon.net/cart/add_items?item_ids=6892199&ref=BrainstormForce\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:12:\"download_url\";s:0:\"\";s:6:\"tested\";s:3:\"6.6\";}}}', 'yes'),
(280, 'testimonial_slider_scounter', '1', 'yes'),
(283, 'widget_testimonial_sslider_wid', 'a:2:{i:2;a:2:{s:9:\"slider_id\";s:1:\"2\";s:3:\"set\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(284, 'widget_testimonial_ssliderc_wid', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(285, 'widget_testimonial_ssliderr_wid', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(306, 'duplicate_post_copyexcerpt', '1', 'yes'),
(307, 'duplicate_post_copyattachments', '', 'yes'),
(308, 'duplicate_post_copychildren', '', 'yes'),
(309, 'duplicate_post_copystatus', '', 'yes'),
(310, 'duplicate_post_taxonomies_blacklist', '', 'yes'),
(315, 'duplicate_post_copydate', '', 'yes'),
(316, 'duplicate_post_blacklist', '', 'yes'),
(317, 'duplicate_post_title_prefix', '', 'yes'),
(318, 'duplicate_post_title_suffix', '', 'yes'),
(319, 'duplicate_post_roles', 'a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}', 'yes'),
(350, 'soliloquy_upgrade', '1', 'yes'),
(365, 'widget_cyclone-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(543, 'widget_awesomeweatherwidget', 'a:5:{i:2;a:13:{s:8:\"location\";s:13:\"Pendleton, SC\";s:11:\"owm_city_id\";s:7:\"4590762\";s:14:\"override_title\";s:21:\"Pendleton, SC Weather\";s:12:\"widget_title\";s:12:\"Area Weather\";s:5:\"units\";s:1:\"F\";s:4:\"size\";s:4:\"tall\";s:13:\"forecast_days\";s:1:\"5\";s:10:\"background\";s:0:\"\";s:15:\"custom_bg_color\";s:7:\"#0D5B72\";s:10:\"text_color\";s:7:\"#ffffff\";s:21:\"background_by_weather\";i:0;s:10:\"hide_stats\";i:0;s:9:\"show_link\";i:1;}i:3;a:18:{s:8:\"location\";s:13:\"Pendleton, SC\";s:11:\"owm_city_id\";s:7:\"4590762\";s:14:\"override_title\";s:21:\"Pendleton, SC Weather\";s:12:\"widget_title\";s:0:\"\";s:5:\"units\";s:1:\"F\";s:4:\"size\";s:4:\"wide\";s:13:\"forecast_days\";s:1:\"5\";s:10:\"background\";s:0:\"\";s:15:\"custom_bg_color\";s:7:\"#FFFFFF\";s:10:\"text_color\";s:7:\"#000000\";s:21:\"background_by_weather\";i:0;s:10:\"hide_stats\";i:0;s:9:\"show_link\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:4;a:18:{s:8:\"location\";s:13:\"Pendleton, SC\";s:11:\"owm_city_id\";s:7:\"4590762\";s:14:\"override_title\";s:21:\"PENDLETON, SC WEATHER\";s:12:\"widget_title\";s:0:\"\";s:5:\"units\";s:1:\"F\";s:4:\"size\";s:4:\"wide\";s:13:\"forecast_days\";s:1:\"5\";s:10:\"background\";s:0:\"\";s:15:\"custom_bg_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#0d5b73\";s:21:\"background_by_weather\";i:0;s:10:\"hide_stats\";i:0;s:9:\"show_link\";i:1;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:5;a:18:{s:8:\"location\";s:20:\"Colorado Springs, CO\";s:11:\"owm_city_id\";s:7:\"5417598\";s:14:\"override_title\";s:24:\"Colorado Springs Weather\";s:12:\"widget_title\";s:0:\"\";s:5:\"units\";s:1:\"F\";s:4:\"size\";s:4:\"tall\";s:13:\"forecast_days\";s:1:\"5\";s:10:\"background\";s:0:\"\";s:15:\"custom_bg_color\";s:7:\"#adadad\";s:10:\"text_color\";s:7:\"#ffffff\";s:21:\"background_by_weather\";i:0;s:10:\"hide_stats\";i:0;s:9:\"show_link\";i:1;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(551, 'event_default', 'a:0:{}', 'yes'),
(552, 'widget_incsub_event_attendees', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(553, 'widget_incsub_event_popular', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(554, 'widget_incsub_event_upcoming', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(555, 'widget_eab_calendarupcoming_widget', 'a:4:{i:2;a:4:{s:5:\"title\";s:24:\"Upcoming Events Calendar\";s:4:\"date\";s:0:\"\";s:7:\"network\";s:0:\"\";s:8:\"category\";b:0;}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"date\";s:0:\"\";s:7:\"network\";s:0:\"\";s:8:\"category\";b:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"date\";s:0:\"\";s:7:\"network\";s:0:\"\";s:8:\"category\";b:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(557, 'wdp_un_activated_flag', '0', 'yes'),
(558, 'open-weather-key', '1068d4ff985ea8261700d904500b18cd', 'yes'),
(559, 'aw-error-handling', 'source', 'yes'),
(565, 'wdp_un_local_themes', 'a:0:{}', 'yes'),
(566, 'wdp_un_local_projects', 'a:2:{i:249;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"1.9.1\";s:8:\"filename\";s:43:\"events-and-bookings/events-and-bookings.php\";}i:119;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"4.0.6\";s:8:\"filename\";s:40:\"wpmudev-updates/update-notifications.php\";}}', 'yes'),
(570, 'wdp_un_refresh_updates_flag', '0', 'yes'),
(575, 'wdp_un_hide_upgrades', '0', 'yes'),
(576, 'wdp_un_hide_notices', '0', 'yes'),
(577, 'wdp_un_hide_releases', '0', 'yes'),
(578, 'wdp_un_autoactivated', '0', 'yes'),
(579, 'wdp_un_redirected', '1', 'yes'),
(807, 'wpmudev_apikey', '0d2af814e0e5a70f83ce9368f8f2fc8c49ce581c', 'no'),
(814, 'wdp_un_refresh_local_flag', '', 'yes'),
(832, 'wdp_un_autoupdate_schedule', 'a:7:{i:0;i:119;i:1;i:119;i:2;i:119;i:3;i:119;i:4;i:119;i:5;i:119;i:6;i:119;}', 'yes'),
(838, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(854, 'revslider-update-check-short', '1721236032', 'yes'),
(855, 'revslider-templates-check', '1721236032', 'yes'),
(860, 'revslider-global-settings', '{\"version\":\"6.2.0\",\"permission\":\"admin\",\"includeids\":\"\",\"script\":{\"footer\":false,\"defer\":false,\"full\":false},\"fonturl\":\"\",\"size\":{\"desktop\":1240,\"notebook\":1024,\"tablet\":778,\"mobile\":480}}', 'yes'),
(861, 'revslider_update_version', '6.2.0', 'yes'),
(862, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(872, 'license_key_token', '', 'yes'),
(873, 'wpb_js_js_composer_purchase_code', '5b06c48e-875d-4e89-a53e-f915fbe6054c', 'yes'),
(943, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"info@highelevation.net\";s:7:\"version\";s:3:\"6.6\";s:9:\"timestamp\";i:1721148525;}', 'no'),
(960, 'revslider-connection', '1', 'yes'),
(961, 'revslider-latest-version', '6.7.15', 'yes'),
(962, 'revslider-stable-version', '4.2.0', 'yes'),
(963, 'revslider-notices', 'a:1:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:964:\"<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:{}}}', 'yes'),
(964, 'revslider-dashboard', 'a:0:{}', 'yes'),
(1047, 'theme_mods_themify-ultra', 'a:29:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:8:\"main-nav\";i:2;}s:21:\"headerwrap_background\";s:38:\"{\"noimage\":\"noimage\",\"color\":\"5fb7c2\"}\";s:15:\"site-logo_image\";s:150:\"{\"mode\":\"image\",\"id\":49,\"src\":\"http://denverheirlooms.com/wp-content/uploads/2016/02/logo.png\",\"imgwidth\":\"221\",\"imgheight\":\"132\",\"link\":\"/index.php\"}\";s:12:\"site-tagline\";s:15:\"{\"mode\":\"none\"}\";s:18:\"main_nav_link_font\";s:110:\"{\"sizenum\":\"16\",\"family\":{\"fonttype\":\"google\",\"name\":\"Open Sans\"},\"texttransform\":\"uppercase\",\"align\":\"right\"}\";s:21:\"main_nav_link_padding\";s:156:\"{\"top\":{\"width\":\"40\",\"unit\":\"px\"},\"left\":{\"width\":\"\",\"unit\":\"px\"},\"bottom\":{\"width\":\"\",\"unit\":\"px\"},\"right\":{\"width\":\"\",\"unit\":\"px\"},\"same\":\"\",\"width\":\"40\"}\";s:15:\"page_title_font\";s:15:\"{\"family\":null}\";s:14:\"pagewrap_width\";s:42:\"{\"width\":\"1200\",\"unit\":\"px\",\"auto\":\"auto\"}\";s:19:\"main_nav_link_color\";s:18:\"{\"color\":\"0d5b73\"}\";s:21:\"page_title_background\";s:38:\"{\"noimage\":\"noimage\",\"transparent\":\"\"}\";s:20:\"body_skin_background\";s:21:\"{\"noimage\":\"noimage\"}\";s:14:\"body_skin_font\";s:51:\"{\"family\":{\"fonttype\":\"google\",\"name\":\"Open Sans\"}}\";s:20:\"body_skin_font_color\";s:35:\"{\"color\":\"7a7a7a\",\"opacity\":\"1.00\"}\";s:20:\"body_skin_link_color\";s:35:\"{\"color\":\"e60505\",\"opacity\":\"1.00\"}\";s:17:\"heading_skin_font\";s:15:\"{\"family\":null}\";s:15:\"body_background\";s:38:\"{\"id\":\"\",\"src\":\"\",\"style\":\"fullcover\"}\";s:9:\"body_font\";s:66:\"{\"family\":{\"fonttype\":\"google\",\"name\":\"Open Sans\"},\"sizenum\":\"14\"}\";s:17:\"headerwrap_border\";s:248:\"{\"top\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"left\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"bottom\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"right\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"style\":\"\",\"same\":\"same\"}\";s:18:\"headerwrap_padding\";s:156:\"{\"top\":{\"width\":\"\",\"unit\":\"px\"},\"left\":{\"width\":\"\",\"unit\":\"px\"},\"bottom\":{\"width\":\"\",\"unit\":\"px\"},\"right\":{\"width\":\"\",\"unit\":\"px\"},\"width\":\"\",\"same\":\"same\"}\";s:17:\"headerwrap_margin\";s:156:\"{\"top\":{\"width\":\"\",\"unit\":\"px\"},\"left\":{\"width\":\"\",\"unit\":\"px\"},\"bottom\":{\"width\":\"\",\"unit\":\"px\"},\"right\":{\"width\":\"\",\"unit\":\"px\"},\"width\":\"\",\"same\":\"same\"}\";s:22:\"headerinner_background\";s:18:\"{\"id\":\"\",\"src\":\"\"}\";s:11:\"header_font\";s:66:\"{\"sizenum\":\"12\",\"family\":{\"fonttype\":\"google\",\"name\":\"Open Sans\"}}\";s:17:\"main_nav_position\";s:15:\"{\"position\":\"\"}\";s:19:\"main_nav_background\";s:45:\"{\"noimage\":\"noimage\",\"color\":\"\",\"opacity\":\"\"}\";s:28:\"main_nav_dropdown_background\";s:38:\"{\"noimage\":\"noimage\",\"color\":\"d6be7e\"}\";s:27:\"main_nav_dropdown_link_font\";s:66:\"{\"family\":{\"fonttype\":\"google\",\"name\":\"Open Sans\"},\"sizenum\":\"12\"}\";s:28:\"main_nav_dropdown_link_color\";s:18:\"{\"color\":\"0d5b73\"}\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1454641748;s:4:\"data\";a:12:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:8:\"search-2\";}s:12:\"sidebar-main\";a:3:{i:0;s:22:\"awesomeweatherwidget-2\";i:1;s:29:\"eab_calendarupcoming_widget-2\";i:2;s:23:\"ct_mortgagecalculator-2\";}s:13:\"social-widget\";a:0:{}s:20:\"footer-social-widget\";a:0:{}s:15:\"header-widget-1\";a:0:{}s:15:\"header-widget-2\";a:0:{}s:15:\"header-widget-3\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:15:\"footer-widget-3\";a:0:{}s:18:\"orphaned_widgets_1\";a:2:{i:0;s:6:\"text-4\";i:1;s:6:\"text-3\";}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:6:\"text-2\";}}}}', 'no'),
(1048, 'themify_migrate_settings_name', '1', 'yes'),
(1049, 'themify_clear_legacy', '1', 'yes'),
(1050, 'builder_cpt', 'a:1:{i:0;s:11:\"testimonial\";}', 'yes'),
(1051, 'widget_themify-feature-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1052, 'widget_themify-list-pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1053, 'widget_themify-list-categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1054, 'widget_themify-recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1055, 'widget_themify-social-links', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1056, 'widget_themify-twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1057, 'widget_themify-flickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1058, 'widget_themify-most-commented', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1059, 'themify_flush_rewrite_rules_after_manual_update', '1', 'yes'),
(1061, 'themify_builder_cleanup_builtin_layouts', 'yes', 'yes'),
(1062, 'builder_154_update_done', 'yes', 'yes'),
(1067, 'themify-ultra_themify_import_notice', '0', 'yes'),
(1070, 'themify_data', 'a:155:{s:15:\"setting-favicon\";s:0:\"\";s:23:\"setting-custom_feed_url\";s:0:\"\";s:19:\"setting-header_html\";s:0:\"\";s:19:\"setting-footer_html\";s:0:\"\";s:23:\"setting-search_settings\";s:0:\"\";s:21:\"setting-feed_settings\";s:0:\"\";s:21:\"setting-webfonts_list\";s:4:\"full\";s:24:\"setting-webfonts_subsets\";s:0:\"\";s:22:\"setting-default_layout\";s:12:\"sidebar-none\";s:27:\"setting-default_post_layout\";s:9:\"list-post\";s:27:\"setting-post_content_layout\";s:0:\"\";s:23:\"setting-disable_masonry\";s:2:\"no\";s:19:\"setting-post_gutter\";s:6:\"gutter\";s:18:\"setting-more_posts\";s:8:\"infinite\";s:30:\"setting-default_layout_display\";s:7:\"excerpt\";s:25:\"setting-default_more_text\";s:4:\"More\";s:21:\"setting-index_orderby\";s:4:\"date\";s:19:\"setting-index_order\";s:4:\"DESC\";s:26:\"setting-default_post_title\";s:0:\"\";s:33:\"setting-default_unlink_post_title\";s:0:\"\";s:25:\"setting-default_post_meta\";s:0:\"\";s:32:\"setting-default_post_meta_author\";s:0:\"\";s:34:\"setting-default_post_meta_category\";s:0:\"\";s:33:\"setting-default_post_meta_comment\";s:0:\"\";s:29:\"setting-default_post_meta_tag\";s:0:\"\";s:25:\"setting-default_post_date\";s:0:\"\";s:30:\"setting-default_media_position\";s:5:\"above\";s:26:\"setting-default_post_image\";s:0:\"\";s:33:\"setting-default_unlink_post_image\";s:0:\"\";s:31:\"setting-image_post_feature_size\";s:5:\"blank\";s:24:\"setting-image_post_width\";s:0:\"\";s:25:\"setting-image_post_height\";s:0:\"\";s:32:\"setting-default_page_post_layout\";s:8:\"sidebar1\";s:31:\"setting-default_page_post_title\";s:2:\"no\";s:38:\"setting-default_page_unlink_post_title\";s:2:\"no\";s:30:\"setting-default_page_post_meta\";s:0:\"\";s:37:\"setting-default_page_post_meta_author\";s:0:\"\";s:39:\"setting-default_page_post_meta_category\";s:0:\"\";s:38:\"setting-default_page_post_meta_comment\";s:3:\"yes\";s:34:\"setting-default_page_post_meta_tag\";s:3:\"yes\";s:30:\"setting-default_page_post_date\";s:2:\"no\";s:31:\"setting-default_page_post_image\";s:2:\"no\";s:38:\"setting-default_page_unlink_post_image\";s:0:\"\";s:38:\"setting-image_post_single_feature_size\";s:5:\"blank\";s:31:\"setting-image_post_single_width\";s:0:\"\";s:32:\"setting-image_post_single_height\";s:0:\"\";s:27:\"setting-default_page_layout\";s:8:\"sidebar1\";s:23:\"setting-hide_page_title\";s:2:\"no\";s:23:\"setting-hide_page_image\";s:0:\"\";s:22:\"setting-comments_pages\";s:2:\"on\";s:38:\"setting-default_portfolio_index_layout\";s:12:\"sidebar-none\";s:43:\"setting-default_portfolio_index_post_layout\";s:5:\"grid3\";s:33:\"setting-portfolio_disable_masonry\";s:3:\"yes\";s:39:\"setting-default_portfolio_index_display\";s:4:\"none\";s:37:\"setting-default_portfolio_index_title\";s:0:\"\";s:49:\"setting-default_portfolio_index_unlink_post_title\";s:0:\"\";s:50:\"setting-default_portfolio_index_post_meta_category\";s:3:\"yes\";s:49:\"setting-default_portfolio_index_unlink_post_image\";s:3:\"yes\";s:48:\"setting-default_portfolio_index_image_post_width\";s:0:\"\";s:49:\"setting-default_portfolio_index_image_post_height\";s:0:\"\";s:38:\"setting-default_portfolio_single_title\";s:0:\"\";s:50:\"setting-default_portfolio_single_unlink_post_title\";s:0:\"\";s:51:\"setting-default_portfolio_single_post_meta_category\";s:0:\"\";s:50:\"setting-default_portfolio_single_unlink_post_image\";s:3:\"yes\";s:49:\"setting-default_portfolio_single_image_post_width\";s:0:\"\";s:50:\"setting-default_portfolio_single_image_post_height\";s:0:\"\";s:22:\"themify_portfolio_slug\";s:7:\"project\";s:24:\"setting-gallery_lightbox\";s:8:\"lightbox\";s:20:\"setting-color_design\";s:7:\"default\";s:19:\"setting-font_design\";s:7:\"default\";s:21:\"setting-header_design\";s:17:\"header-horizontal\";s:28:\"setting-exclude_site_tagline\";s:2:\"on\";s:30:\"setting-exclude_header_widgets\";s:2:\"on\";s:22:\"setting-header_widgets\";s:17:\"headerwidget-3col\";s:21:\"setting-footer_design\";s:7:\"default\";s:22:\"setting-footer_widgets\";s:17:\"footerwidget-3col\";s:30:\"setting-footer_widget_position\";s:3:\"top\";s:27:\"setting-imagefilter_options\";s:0:\"\";s:33:\"setting-imagefilter_options_hover\";s:0:\"\";s:27:\"setting-imagefilter_applyto\";s:12:\"featuredonly\";s:29:\"setting-color_animation_speed\";s:1:\"5\";s:20:\"setting-color_stop_1\";s:0:\"\";s:20:\"setting-color_stop_2\";s:0:\"\";s:20:\"setting-color_stop_3\";s:0:\"\";s:20:\"setting-color_stop_4\";s:0:\"\";s:20:\"setting-color_stop_5\";s:0:\"\";s:20:\"setting-color_stop_6\";s:0:\"\";s:20:\"setting-color_stop_7\";s:0:\"\";s:29:\"setting-relationship_taxonomy\";s:8:\"category\";s:37:\"setting-relationship_taxonomy_entries\";s:1:\"3\";s:45:\"setting-relationship_taxonomy_display_content\";s:4:\"none\";s:19:\"setting-entries_nav\";s:8:\"numbered\";s:24:\"setting-footer_text_left\";s:1:\" \";s:25:\"setting-footer_text_right\";s:282:\"Copyright © \r\n<script language=\"javascript\">// <![CDATA[\r\nvar today = new Date()\r\nvar year = today.getFullYear()\r\ndocument.write(year)\r\n// ]]></script> by Dunlap Team Real Estate. All Rights Reserved. Design by <a href=\"http://highelevation.net\" target=\"_blank\">High Elevation</a>\";s:27:\"setting-global_feature_size\";s:5:\"blank\";s:22:\"setting-link_icon_type\";s:9:\"font-icon\";s:32:\"setting-link_type_themify-link-0\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-0\";s:7:\"Twitter\";s:32:\"setting-link_link_themify-link-0\";s:0:\"\";s:31:\"setting-link_img_themify-link-0\";s:89:\"http://denverheirlooms.com/wp-content/themes/themify-ultra/themify/img/social/twitter.png\";s:32:\"setting-link_type_themify-link-1\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-1\";s:8:\"Facebook\";s:32:\"setting-link_link_themify-link-1\";s:0:\"\";s:31:\"setting-link_img_themify-link-1\";s:90:\"http://denverheirlooms.com/wp-content/themes/themify-ultra/themify/img/social/facebook.png\";s:32:\"setting-link_type_themify-link-2\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-2\";s:7:\"Google+\";s:32:\"setting-link_link_themify-link-2\";s:0:\"\";s:31:\"setting-link_img_themify-link-2\";s:93:\"http://denverheirlooms.com/wp-content/themes/themify-ultra/themify/img/social/google-plus.png\";s:32:\"setting-link_type_themify-link-3\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-3\";s:7:\"YouTube\";s:32:\"setting-link_link_themify-link-3\";s:0:\"\";s:31:\"setting-link_img_themify-link-3\";s:89:\"http://denverheirlooms.com/wp-content/themes/themify-ultra/themify/img/social/youtube.png\";s:32:\"setting-link_type_themify-link-4\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-4\";s:9:\"Pinterest\";s:32:\"setting-link_link_themify-link-4\";s:0:\"\";s:31:\"setting-link_img_themify-link-4\";s:91:\"http://denverheirlooms.com/wp-content/themes/themify-ultra/themify/img/social/pinterest.png\";s:32:\"setting-link_type_themify-link-5\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-5\";s:7:\"Twitter\";s:32:\"setting-link_link_themify-link-5\";s:18:\"http://twitter.com\";s:33:\"setting-link_ficon_themify-link-5\";s:10:\"fa-twitter\";s:35:\"setting-link_ficolor_themify-link-5\";s:6:\"ffffff\";s:37:\"setting-link_fibgcolor_themify-link-5\";s:0:\"\";s:32:\"setting-link_type_themify-link-6\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-6\";s:8:\"Facebook\";s:32:\"setting-link_link_themify-link-6\";s:19:\"http://facebook.com\";s:33:\"setting-link_ficon_themify-link-6\";s:11:\"fa-facebook\";s:35:\"setting-link_ficolor_themify-link-6\";s:6:\"ffffff\";s:37:\"setting-link_fibgcolor_themify-link-6\";s:0:\"\";s:32:\"setting-link_type_themify-link-7\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-7\";s:7:\"Google+\";s:32:\"setting-link_link_themify-link-7\";s:0:\"\";s:33:\"setting-link_ficon_themify-link-7\";s:14:\"fa-google-plus\";s:35:\"setting-link_ficolor_themify-link-7\";s:0:\"\";s:37:\"setting-link_fibgcolor_themify-link-7\";s:0:\"\";s:32:\"setting-link_type_themify-link-8\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-8\";s:7:\"YouTube\";s:32:\"setting-link_link_themify-link-8\";s:0:\"\";s:33:\"setting-link_ficon_themify-link-8\";s:10:\"fa-youtube\";s:35:\"setting-link_ficolor_themify-link-8\";s:0:\"\";s:37:\"setting-link_fibgcolor_themify-link-8\";s:0:\"\";s:32:\"setting-link_type_themify-link-9\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-9\";s:9:\"Pinterest\";s:32:\"setting-link_link_themify-link-9\";s:0:\"\";s:33:\"setting-link_ficon_themify-link-9\";s:12:\"fa-pinterest\";s:35:\"setting-link_ficolor_themify-link-9\";s:0:\"\";s:37:\"setting-link_fibgcolor_themify-link-9\";s:0:\"\";s:22:\"setting-link_field_ids\";s:341:\"{\"themify-link-0\":\"themify-link-0\",\"themify-link-1\":\"themify-link-1\",\"themify-link-2\":\"themify-link-2\",\"themify-link-3\":\"themify-link-3\",\"themify-link-4\":\"themify-link-4\",\"themify-link-5\":\"themify-link-5\",\"themify-link-6\":\"themify-link-6\",\"themify-link-7\":\"themify-link-7\",\"themify-link-8\":\"themify-link-8\",\"themify-link-9\":\"themify-link-9\"}\";s:23:\"setting-link_field_hash\";s:2:\"10\";s:30:\"setting-page_builder_is_active\";s:6:\"enable\";s:37:\"setting-twitter_settings_consumer_key\";s:0:\"\";s:40:\"setting-twitter_settings_consumer_secret\";s:0:\"\";s:24:\"setting-hooks-1-location\";s:18:\"themify_body_start\";s:26:\"setting-hooks-1-visibility\";s:0:\"\";s:20:\"setting-hooks-1-code\";s:0:\"\";s:23:\"setting-hooks_field_ids\";s:3:\"[1]\";}', 'yes'),
(1088, 'revslider-valid-notice', 'false', 'yes'),
(1095, 'themify_customizer_stylesheet_timestamp', '16.02.05.01.09.51', 'yes'),
(1096, 'themify_customizer', 'advanced', 'yes'),
(1147, 'theme_mods_themifyflow', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:8:\"main-nav\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1454644046;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:8:\"search-2\";}s:12:\"main-sidebar\";a:3:{i:0;s:22:\"awesomeweatherwidget-2\";i:1;s:29:\"eab_calendarupcoming_widget-2\";i:2;s:23:\"ct_mortgagecalculator-2\";}s:18:\"orphaned_widgets_1\";a:2:{i:0;s:6:\"text-4\";i:1;s:6:\"text-3\";}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:6:\"text-2\";}}}}', 'no'),
(1152, 'eab_events_category_children', 'a:0:{}', 'yes'),
(1153, 'portfolio-category_children', 'a:0:{}', 'yes'),
(1154, 'tf_stylesheet_global_timestamp', '16.02.05.03.29.17', 'yes'),
(1176, 'theme_mods_ultimatum', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:8:\"main-nav\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1455060609;s:4:\"data\";a:9:{s:18:\"orphaned_widgets_1\";a:0:{}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:6:\"text-2\";}s:19:\"wp_inactive_widgets\";a:27:{i:0;s:8:\"search-3\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:18:\"ultimatumcontent-2\";i:4;s:18:\"ultimatumcontent-4\";i:5;s:18:\"ultimatumcontent-5\";i:6;s:18:\"ultimatumcontent-7\";i:7;s:15:\"ultimatumlogo-2\";i:8;s:15:\"ultimatumlogo-3\";i:9;s:15:\"ultimatumlogo-4\";i:10;s:18:\"ultimatumwysiwyg-2\";i:11;s:18:\"ultimatumwysiwyg-3\";i:12;s:18:\"ultimatumwysiwyg-4\";i:13;s:18:\"ultimatumwysiwyg-5\";i:14;s:15:\"ultimatummenu-2\";i:15;s:15:\"ultimatummenu-3\";i:16;s:15:\"ultimatummenu-4\";i:17;s:17:\"ultimatumsocial-2\";i:18;s:17:\"ultimatumsocial-3\";i:19;s:22:\"awesomeweatherwidget-2\";i:20;s:23:\"ct_mortgagecalculator-2\";i:21;s:29:\"eab_calendarupcoming_widget-2\";i:22;s:6:\"meta-2\";i:23;s:6:\"text-5\";i:24;s:6:\"text-6\";i:25;s:6:\"text-7\";i:26;s:8:\"search-2\";}s:18:\"ultimatum-blogpage\";a:0:{}s:21:\"ultimatum-contactpage\";a:0:{}s:21:\"ultimatum-contentpage\";a:0:{}s:17:\"ultimatum-custom1\";a:1:{i:0;s:23:\"ct_mortgagecalculator-3\";}s:17:\"ultimatum-custom2\";a:1:{i:0;s:29:\"eab_calendarupcoming_widget-3\";}s:17:\"ultimatum-custom3\";a:1:{i:0;s:22:\"awesomeweatherwidget-3\";}}}}', 'no'),
(1177, 'ultimatum_extras', 'a:12:{s:15:\"ultimatum_forms\";b:0;s:20:\"ultimatum_slideshows\";b:1;s:20:\"ultimatum_shortcodes\";b:1;s:24:\"ultimatum_visualcomposer\";b:0;s:21:\"ultimatum_layerslider\";b:0;s:20:\"ultimatum_revolution\";b:0;s:17:\"ultimatum_showbiz\";b:0;s:18:\"ultimatum_postgals\";b:1;s:13:\"ultimatum_pto\";b:0;s:16:\"element_position\";b:0;s:11:\"woocommerce\";b:0;s:27:\"ultimatum_shortcodes_legacy\";b:0;}', 'yes'),
(1178, 'ultimatum_general', 'a:5:{s:9:\"text_logo\";b:1;s:4:\"logo\";s:0:\"\";s:17:\"display_site_desc\";b:1;s:7:\"favicon\";s:65:\"http://denverheirlooms.com/wp-content/uploads/2018/12/favicon.png\";s:7:\"noimage\";s:0:\"\";}', 'yes'),
(1179, 'ult_installed', 'DONE', 'yes'),
(1180, 'ultimatum_version', '2.8', 'yes'),
(1181, 'ultimatum_template_1_css', 'a:11:{s:7:\"cssvar1\";a:11:{s:16:\"background-color\";s:7:\"#f2f2f2\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"top left\";s:17:\"background-repeat\";s:6:\"repeat\";s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"line-height\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}s:7:\"cssvar2\";a:2:{s:10:\"margin-top\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"0\";}s:7:\"cssvar3\";a:7:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"line-height\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}s:7:\"cssvar4\";a:7:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"line-height\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}s:7:\"cssvar5\";a:7:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"line-height\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}s:7:\"cssvar6\";a:7:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"line-height\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}s:7:\"cssvar7\";a:7:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"line-height\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}s:7:\"cssvar8\";a:7:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"line-height\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}s:9:\"cssvar110\";a:7:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"line-height\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}s:7:\"cssvar9\";a:4:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}s:8:\"cssvar10\";a:4:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:7:\"inherit\";s:15:\"text-decoration\";s:7:\"inherit\";}}', 'yes'),
(1182, 'ult_messed_widget_ids', 'a:9:{s:20:\"widget_ultimatummenu\";i:13;s:23:\"widget_ultimatumcontent\";i:12;s:11:\"widget_text\";i:7;s:22:\"widget_ultimatumsocial\";i:8;s:20:\"widget_ultimatumlogo\";i:3;s:11:\"widget_meta\";i:3;s:22:\"widget_ultimatumstitle\";i:8;s:24:\"widget_ultimatumsidebars\";i:4;s:23:\"widget_ultimatumwysiwyg\";i:22;}', 'yes'),
(1183, 'widget_ultimatummenu', 'a:12:{i:2;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:1:\"h\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:5:\"right\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"0\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:1:\"0\";s:15:\"responsive_type\";s:9:\"selection\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";N;s:18:\"sidr_bottom_widget\";N;s:21:\"ultimatum_menu_search\";s:2:\"no\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:2:\"no\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:3;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:4:\"sidr\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:5:\"right\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"1\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:1:\"0\";s:15:\"responsive_type\";s:4:\"sidr\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:2:\"no\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:3:\"yes\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:5;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:14:\"ultimatum-menu\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:4:\"left\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"0\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:3:\"480\";s:15:\"responsive_type\";s:4:\"sidr\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:6:\"search\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:2:\"no\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:6;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:14:\"ultimatum-menu\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:4:\"left\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"0\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:3:\"480\";s:15:\"responsive_type\";s:9:\"selection\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:6:\"search\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:2:\"no\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:7;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:3:\"mdm\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:5:\"right\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"1\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:1:\"0\";s:15:\"responsive_type\";s:9:\"selection\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:2:\"no\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:3:\"yes\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:8;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:3:\"vnd\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:4:\"left\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"0\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:1:\"0\";s:15:\"responsive_type\";s:9:\"selection\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:2:\"no\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:2:\"no\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:9;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:7:\"vermega\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:2;s:12:\"only_related\";i:1;s:5:\"float\";s:4:\"left\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"0\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:1:\"0\";s:15:\"responsive_type\";s:9:\"selection\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:2:\"no\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:2:\"no\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:10;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:14:\"ultimatum-menu\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:4:\"left\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"0\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:3:\"480\";s:15:\"responsive_type\";s:4:\"sidr\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:6:\"search\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:2:\"no\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:11;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:4:\"sidr\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:5:\"right\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"1\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:1:\"0\";s:15:\"responsive_type\";s:9:\"selection\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:2:\"no\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:3:\"yes\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:12;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:14:\"ultimatum-menu\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:4:\"left\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"0\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:3:\"480\";s:15:\"responsive_type\";s:4:\"sidr\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:6:\"search\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:2:\"no\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:13;a:40:{s:5:\"title\";s:0:\"\";s:9:\"menustyle\";s:3:\"mdm\";s:8:\"nav_menu\";i:2;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:9:\"direction\";s:5:\"right\";s:4:\"skin\";N;s:5:\"speed\";s:6:\"normal\";s:6:\"effect\";s:5:\"slide\";s:9:\"vrowItems\";s:1:\"1\";s:10:\"vdirection\";s:5:\"right\";s:6:\"vspeed\";s:6:\"normal\";s:7:\"veffect\";s:5:\"slide\";s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:5:\"float\";s:5:\"right\";s:8:\"hndfloat\";s:4:\"left\";s:8:\"tbsstyle\";s:5:\"false\";s:11:\"tbsposition\";s:5:\"false\";s:7:\"tbslogo\";s:1:\"0\";s:9:\"tbssearch\";s:1:\"1\";s:13:\"tbsresponsive\";N;s:12:\"responsivepx\";s:1:\"0\";s:15:\"responsive_type\";s:9:\"selection\";s:9:\"sidr_type\";s:5:\"light\";s:13:\"sidr_position\";s:4:\"left\";s:15:\"sidr_top_widget\";s:1:\"0\";s:18:\"sidr_bottom_widget\";s:1:\"0\";s:21:\"ultimatum_menu_search\";s:2:\"no\";s:23:\"ultimatum_menu_wc_login\";N;s:22:\"ultimatum_menu_wc_cart\";N;s:11:\"mobilelabel\";s:4:\"Menu\";s:8:\"mdmlabel\";s:4:\"Menu\";s:8:\"mdmfloat\";s:4:\"left\";s:9:\"mdmparent\";s:3:\"yes\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1184, 'ultimatum_sidebars_widgets', 'a:102:{s:11:\"sidebar-1-1\";a:0:{}s:11:\"sidebar-2-1\";a:1:{i:0;s:18:\"ultimatumcontent-2\";}s:11:\"sidebar-3-1\";a:1:{i:0;s:6:\"text-5\";}s:11:\"sidebar-3-2\";a:1:{i:0;s:17:\"ultimatumsocial-2\";}s:11:\"sidebar-4-1\";a:1:{i:0;s:15:\"ultimatumlogo-2\";}s:11:\"sidebar-4-2\";a:1:{i:0;s:15:\"ultimatummenu-2\";}s:11:\"sidebar-5-1\";a:0:{}s:11:\"sidebar-5-2\";a:0:{}s:11:\"sidebar-6-1\";a:0:{}s:11:\"sidebar-6-2\";a:0:{}s:11:\"sidebar-7-1\";a:1:{i:0;s:19:\"ultimatumwysiwyg-19\";}s:11:\"sidebar-8-1\";a:0:{}s:12:\"sidebar-10-1\";a:1:{i:0;s:18:\"ultimatumcontent-4\";}s:12:\"sidebar-10-2\";a:1:{i:0;s:19:\"ultimatumsidebars-2\";}s:12:\"sidebar-11-1\";a:1:{i:0;s:18:\"ultimatumcontent-5\";}s:11:\"sidebar-9-1\";a:1:{i:0;s:18:\"ultimatumcontent-8\";}s:12:\"sidebar-12-1\";a:1:{i:0;s:18:\"ultimatumwysiwyg-5\";}s:12:\"sidebar-12-2\";a:1:{i:0;s:18:\"ultimatumwysiwyg-2\";}s:12:\"sidebar-12-3\";a:1:{i:0;s:18:\"ultimatumwysiwyg-3\";}s:12:\"sidebar-12-4\";a:1:{i:0;s:18:\"ultimatumwysiwyg-4\";}s:12:\"sidebar-13-1\";a:0:{}s:12:\"sidebar-14-1\";a:1:{i:0;s:18:\"ultimatumwysiwyg-8\";}s:12:\"sidebar-14-2\";a:0:{}s:12:\"sidebar-15-1\";a:0:{}s:12:\"sidebar-16-1\";a:1:{i:0;s:18:\"ultimatumcontent-9\";}s:12:\"sidebar-17-1\";a:1:{i:0;s:19:\"ultimatumcontent-10\";}s:12:\"sidebar-17-2\";a:1:{i:0;s:19:\"ultimatumsidebars-3\";}s:12:\"sidebar-18-1\";a:0:{}s:12:\"sidebar-19-1\";a:1:{i:0;s:17:\"ultimatumstitle-3\";}s:12:\"sidebar-20-1\";a:1:{i:0;s:17:\"ultimatumstitle-4\";}s:12:\"sidebar-21-1\";a:1:{i:0;s:17:\"ultimatumstitle-5\";}s:12:\"sidebar-22-1\";a:1:{i:0;s:19:\"ultimatumcontent-11\";}s:12:\"sidebar-22-2\";a:1:{i:0;s:19:\"ultimatumsidebars-4\";}s:12:\"sidebar-23-1\";a:0:{}s:12:\"sidebar-23-2\";a:0:{}s:12:\"sidebar-23-3\";a:0:{}s:12:\"sidebar-24-1\";a:0:{}s:12:\"sidebar-24-2\";a:1:{i:0;s:18:\"ultimatumwysiwyg-6\";}s:12:\"sidebar-24-3\";a:0:{}s:12:\"sidebar-25-1\";a:0:{}s:12:\"sidebar-25-2\";a:0:{}s:12:\"sidebar-26-1\";a:0:{}s:12:\"sidebar-26-2\";a:1:{i:0;s:16:\"ultimatumbcumb-2\";}s:12:\"sidebar-27-1\";a:0:{}s:12:\"sidebar-27-2\";a:1:{i:0;s:16:\"ultimatumbcumb-3\";}s:12:\"sidebar-28-1\";a:0:{}s:12:\"sidebar-28-2\";a:1:{i:0;s:15:\"ultimatummenu-3\";}s:12:\"sidebar-28-3\";a:0:{}s:12:\"sidebar-29-1\";a:0:{}s:12:\"sidebar-30-1\";a:0:{}s:12:\"sidebar-31-1\";a:1:{i:0;s:18:\"ultimatumwysiwyg-9\";}s:12:\"sidebar-31-2\";a:1:{i:0;s:17:\"ultimatumsocial-5\";}s:12:\"sidebar-32-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-10\";}s:12:\"sidebar-33-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-11\";}s:12:\"sidebar-34-2\";a:1:{i:0;s:15:\"ultimatummenu-7\";}s:12:\"sidebar-35-1\";a:1:{i:0;s:15:\"ultimatummenu-6\";}s:12:\"sidebar-35-2\";a:1:{i:0;s:17:\"ultimatumsocial-6\";}s:12:\"sidebar-32-1\";a:0:{}s:12:\"sidebar-32-3\";a:0:{}s:12:\"sidebar-33-1\";a:0:{}s:12:\"sidebar-33-3\";a:0:{}s:12:\"sidebar-34-1\";a:0:{}s:12:\"sidebar-34-3\";a:0:{}s:12:\"sidebar-36-1\";a:0:{}s:12:\"sidebar-36-2\";a:0:{}s:12:\"sidebar-37-1\";a:1:{i:0;s:17:\"ultimatumstitle-2\";}s:12:\"sidebar-38-1\";a:1:{i:0;s:17:\"ultimatumstitle-6\";}s:12:\"sidebar-39-1\";a:1:{i:0;s:17:\"ultimatumstitle-7\";}s:12:\"sidebar-40-1\";a:1:{i:0;s:17:\"ultimatumstitle-8\";}s:12:\"sidebar-41-1\";a:0:{}s:12:\"sidebar-42-1\";a:0:{}s:12:\"sidebar-42-2\";a:1:{i:0;s:19:\"ultimatumcontent-13\";}s:12:\"sidebar-44-1\";a:1:{i:0;s:15:\"ultimatummenu-8\";}s:12:\"sidebar-44-2\";a:1:{i:0;s:19:\"ultimatumcontent-12\";}s:12:\"sidebar-45-1\";a:1:{i:0;s:19:\"ultimatumcontent-14\";}s:12:\"sidebar-46-1\";a:2:{i:0;s:19:\"ultimatumwysiwyg-13\";i:1;s:15:\"ultimatummenu-9\";}s:12:\"sidebar-47-1\";a:0:{}s:12:\"sidebar-47-2\";a:0:{}s:12:\"sidebar-48-1\";a:1:{i:0;s:19:\"ultimatumwysiwyg-14\";}s:12:\"sidebar-48-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-15\";}s:12:\"sidebar-49-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-16\";}s:12:\"sidebar-50-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-17\";}s:12:\"sidebar-51-2\";a:1:{i:0;s:16:\"ultimatummenu-11\";}s:12:\"sidebar-49-1\";a:0:{}s:12:\"sidebar-49-3\";a:0:{}s:12:\"sidebar-50-1\";a:0:{}s:12:\"sidebar-50-3\";a:0:{}s:12:\"sidebar-51-1\";a:0:{}s:12:\"sidebar-51-3\";a:0:{}s:12:\"sidebar-52-1\";a:1:{i:0;s:16:\"ultimatummenu-10\";}s:12:\"sidebar-52-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-18\";}s:12:\"sidebar-53-1\";a:1:{i:0;s:16:\"ultimatummenu-12\";}s:12:\"sidebar-53-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-20\";}s:12:\"sidebar-54-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-21\";}s:12:\"sidebar-55-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-22\";}s:12:\"sidebar-56-2\";a:1:{i:0;s:16:\"ultimatummenu-13\";}s:12:\"sidebar-57-1\";a:1:{i:0;s:15:\"ultimatummenu-5\";}s:12:\"sidebar-57-2\";a:1:{i:0;s:19:\"ultimatumwysiwyg-23\";}s:12:\"sidebar-60-1\";a:1:{i:0;s:19:\"ultimatumwysiwyg-24\";}s:12:\"sidebar-61-1\";a:1:{i:0;s:18:\"ultimatumwysiwyg-7\";}s:12:\"sidebar-62-1\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(1185, 'widget_ultimatumcontent', 'a:11:{i:2;a:50:{s:6:\"single\";s:6:\"nimage\";s:7:\"singlew\";s:3:\"220\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:4:\"true\";s:4:\"meta\";s:6:\"atitle\";s:4:\"date\";s:4:\"true\";s:6:\"author\";s:4:\"true\";s:8:\"comments\";s:4:\"true\";s:18:\"show_comments_form\";s:4:\"true\";s:4:\"cats\";s:8:\"acontent\";s:7:\"gallery\";s:5:\"false\";s:6:\"thumbs\";s:1:\"3\";s:11:\"nivo_effect\";s:6:\"random\";s:13:\"nivo_segments\";s:2:\"10\";s:14:\"nivo_animspeed\";s:3:\"700\";s:14:\"nivo_pausetime\";s:4:\"4000\";s:8:\"nivo_nav\";s:4:\"true\";s:13:\"nivo_navhover\";s:4:\"true\";s:13:\"nivo_controls\";s:4:\"true\";s:15:\"nivo_pausehover\";s:4:\"true\";s:13:\"nivo_captions\";s:4:\"true\";s:20:\"nivo_captionsopacity\";s:3:\"0.5\";s:10:\"nivo_color\";s:4:\"grey\";s:7:\"perpage\";s:2:\"10\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:7:\"1-col-n\";s:9:\"multipleh\";s:3:\"220\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"aimage\";s:5:\"mdate\";s:4:\"true\";s:7:\"mauthor\";s:4:\"true\";s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";s:4:\"true\";s:5:\"mcats\";s:8:\"acontent\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:3:\"100\";s:9:\"mreadmore\";s:5:\"right\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";s:2:\"30\";s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:4:\"true\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:8:\"showtime\";s:0:\"\";s:9:\"mshowtime\";s:0:\"\";s:14:\"shownopostsmsg\";s:0:\"\";s:10:\"nopostsmsg\";s:0:\"\";}i:4;a:44:{s:6:\"single\";s:6:\"limage\";s:7:\"singlew\";s:3:\"300\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:5:\"false\";s:4:\"meta\";s:6:\"atitle\";s:4:\"date\";N;s:6:\"author\";N;s:8:\"comments\";N;s:4:\"cats\";s:8:\"acontent\";s:7:\"gallery\";s:5:\"false\";s:6:\"imgpos\";s:6:\"btitle\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:7:\"1-col-i\";s:9:\"multipleh\";s:3:\"220\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"atitle\";s:5:\"mdate\";N;s:7:\"mauthor\";N;s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";N;s:5:\"mcats\";s:5:\"false\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:3:\"100\";s:9:\"mreadmore\";s:5:\"right\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";N;s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:4:\"true\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:18:\"show_comments_form\";s:5:\"false\";s:8:\"showtime\";N;s:9:\"mshowtime\";N;s:8:\"newmetas\";s:11:\"author,date\";s:9:\"newmetasm\";s:13:\"date,comments\";s:14:\"postnavigation\";s:5:\"ontop\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:5;a:44:{s:6:\"single\";s:6:\"nimage\";s:7:\"singlew\";s:3:\"220\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:5:\"false\";s:4:\"meta\";s:5:\"false\";s:4:\"date\";N;s:6:\"author\";N;s:8:\"comments\";N;s:4:\"cats\";s:5:\"false\";s:7:\"gallery\";s:5:\"false\";s:6:\"imgpos\";s:6:\"btitle\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:7:\"1-col-i\";s:9:\"multipleh\";s:3:\"220\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"atitle\";s:5:\"mdate\";N;s:7:\"mauthor\";N;s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";N;s:5:\"mcats\";s:5:\"false\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:3:\"100\";s:9:\"mreadmore\";s:5:\"right\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";N;s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:5:\"false\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:18:\"show_comments_form\";s:5:\"false\";s:8:\"showtime\";N;s:9:\"mshowtime\";N;s:8:\"newmetas\";s:13:\"date,comments\";s:9:\"newmetasm\";s:13:\"date,comments\";s:14:\"postnavigation\";s:5:\"false\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:8;a:44:{s:6:\"single\";s:6:\"nimage\";s:7:\"singlew\";s:3:\"220\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:5:\"false\";s:4:\"meta\";s:5:\"false\";s:4:\"date\";N;s:6:\"author\";N;s:8:\"comments\";N;s:4:\"cats\";s:5:\"false\";s:7:\"gallery\";s:5:\"false\";s:6:\"imgpos\";s:6:\"btitle\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:7:\"1-col-i\";s:9:\"multipleh\";s:3:\"220\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"atitle\";s:5:\"mdate\";N;s:7:\"mauthor\";N;s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";N;s:5:\"mcats\";s:5:\"false\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:3:\"100\";s:9:\"mreadmore\";s:5:\"right\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";N;s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:4:\"true\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:18:\"show_comments_form\";s:5:\"false\";s:8:\"showtime\";N;s:9:\"mshowtime\";N;s:8:\"newmetas\";s:13:\"date,comments\";s:9:\"newmetasm\";s:13:\"date,comments\";s:14:\"postnavigation\";s:5:\"false\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:9;a:44:{s:6:\"single\";s:6:\"nimage\";s:7:\"singlew\";s:3:\"220\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:5:\"false\";s:4:\"meta\";s:5:\"false\";s:4:\"date\";N;s:6:\"author\";N;s:8:\"comments\";N;s:4:\"cats\";s:5:\"false\";s:7:\"gallery\";s:5:\"false\";s:6:\"imgpos\";s:6:\"btitle\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:7:\"1-col-i\";s:9:\"multipleh\";s:3:\"220\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"atitle\";s:5:\"mdate\";N;s:7:\"mauthor\";N;s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";N;s:5:\"mcats\";s:5:\"false\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:3:\"100\";s:9:\"mreadmore\";s:5:\"right\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";N;s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:4:\"true\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:18:\"show_comments_form\";s:5:\"false\";s:8:\"showtime\";N;s:9:\"mshowtime\";N;s:8:\"newmetas\";s:13:\"date,comments\";s:9:\"newmetasm\";s:13:\"date,comments\";s:14:\"postnavigation\";s:5:\"false\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:10;a:44:{s:6:\"single\";s:6:\"limage\";s:7:\"singlew\";s:3:\"300\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:4:\"true\";s:4:\"meta\";s:6:\"atitle\";s:4:\"date\";N;s:6:\"author\";N;s:8:\"comments\";N;s:4:\"cats\";s:8:\"acontent\";s:7:\"gallery\";s:5:\"false\";s:6:\"imgpos\";s:6:\"btitle\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:8:\"1-col-li\";s:9:\"multipleh\";s:3:\"175\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"atitle\";s:5:\"mdate\";N;s:7:\"mauthor\";N;s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";N;s:5:\"mcats\";s:5:\"ameta\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:2:\"50\";s:9:\"mreadmore\";s:4:\"left\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";N;s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:4:\"true\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:18:\"show_comments_form\";s:5:\"false\";s:8:\"showtime\";N;s:9:\"mshowtime\";N;s:8:\"newmetas\";s:11:\"author,date\";s:9:\"newmetasm\";s:11:\"date,author\";s:14:\"postnavigation\";s:5:\"false\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:11;a:44:{s:6:\"single\";s:6:\"nimage\";s:7:\"singlew\";s:3:\"300\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:5:\"false\";s:4:\"meta\";s:5:\"false\";s:4:\"date\";N;s:6:\"author\";N;s:8:\"comments\";N;s:4:\"cats\";s:5:\"false\";s:7:\"gallery\";s:5:\"false\";s:6:\"imgpos\";s:6:\"btitle\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:7:\"1-col-i\";s:9:\"multipleh\";s:3:\"220\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"atitle\";s:5:\"mdate\";N;s:7:\"mauthor\";N;s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";N;s:5:\"mcats\";s:5:\"false\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:3:\"100\";s:9:\"mreadmore\";s:5:\"right\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";N;s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:4:\"true\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:18:\"show_comments_form\";s:5:\"false\";s:8:\"showtime\";N;s:9:\"mshowtime\";N;s:8:\"newmetas\";s:11:\"author,date\";s:9:\"newmetasm\";s:13:\"date,comments\";s:14:\"postnavigation\";s:5:\"false\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:12;a:44:{s:6:\"single\";s:6:\"nimage\";s:7:\"singlew\";s:3:\"220\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:5:\"false\";s:4:\"meta\";s:5:\"false\";s:4:\"date\";N;s:6:\"author\";N;s:8:\"comments\";N;s:4:\"cats\";s:5:\"false\";s:7:\"gallery\";s:5:\"false\";s:6:\"imgpos\";s:6:\"btitle\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:7:\"1-col-i\";s:9:\"multipleh\";s:3:\"220\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"atitle\";s:5:\"mdate\";N;s:7:\"mauthor\";N;s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";N;s:5:\"mcats\";s:5:\"false\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:3:\"100\";s:9:\"mreadmore\";s:5:\"right\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";N;s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:5:\"false\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:18:\"show_comments_form\";s:5:\"false\";s:8:\"showtime\";N;s:9:\"mshowtime\";N;s:8:\"newmetas\";s:13:\"date,comments\";s:9:\"newmetasm\";s:13:\"date,comments\";s:14:\"postnavigation\";s:5:\"false\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:13;a:44:{s:6:\"single\";s:6:\"nimage\";s:7:\"singlew\";s:3:\"220\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:5:\"false\";s:4:\"meta\";s:5:\"false\";s:4:\"date\";N;s:6:\"author\";N;s:8:\"comments\";N;s:4:\"cats\";s:5:\"false\";s:7:\"gallery\";s:5:\"false\";s:6:\"imgpos\";s:6:\"btitle\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:7:\"1-col-i\";s:9:\"multipleh\";s:3:\"220\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"atitle\";s:5:\"mdate\";N;s:7:\"mauthor\";N;s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";N;s:5:\"mcats\";s:5:\"false\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:3:\"100\";s:9:\"mreadmore\";s:5:\"right\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";N;s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:4:\"true\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:18:\"show_comments_form\";s:5:\"false\";s:8:\"showtime\";N;s:9:\"mshowtime\";N;s:8:\"newmetas\";s:13:\"date,comments\";s:9:\"newmetasm\";s:13:\"date,comments\";s:14:\"postnavigation\";s:5:\"false\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:14;a:44:{s:6:\"single\";s:6:\"nimage\";s:7:\"singlew\";s:3:\"220\";s:7:\"singleh\";s:3:\"220\";s:5:\"title\";s:5:\"false\";s:4:\"meta\";s:5:\"false\";s:4:\"date\";N;s:6:\"author\";N;s:8:\"comments\";N;s:4:\"cats\";s:5:\"false\";s:7:\"gallery\";s:5:\"false\";s:6:\"imgpos\";s:6:\"btitle\";s:10:\"mseperator\";s:1:\"|\";s:8:\"multiple\";s:7:\"1-col-i\";s:9:\"multipleh\";s:3:\"220\";s:9:\"multiplew\";s:3:\"220\";s:6:\"atitle\";s:2:\"ON\";s:6:\"mtitle\";s:4:\"true\";s:6:\"mvideo\";s:5:\"false\";s:5:\"mmeta\";s:6:\"atitle\";s:5:\"mdate\";N;s:7:\"mauthor\";N;s:7:\"mimgpos\";s:6:\"btitle\";s:9:\"mcomments\";N;s:5:\"mcats\";s:5:\"false\";s:7:\"excerpt\";s:4:\"true\";s:13:\"excerptlength\";s:3:\"100\";s:9:\"mreadmore\";s:5:\"right\";s:6:\"rmtext\";s:9:\"Read More\";s:7:\"mmargin\";N;s:11:\"mmseperator\";s:1:\"|\";s:7:\"noimage\";s:4:\"true\";s:8:\"mnoimage\";s:4:\"true\";s:10:\"navigation\";s:7:\"numeric\";s:18:\"show_comments_form\";s:5:\"false\";s:8:\"showtime\";N;s:9:\"mshowtime\";N;s:8:\"newmetas\";s:13:\"date,comments\";s:9:\"newmetasm\";s:13:\"date,comments\";s:14:\"postnavigation\";s:5:\"false\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(1186, 'ultimatum_2_css', '', 'yes'),
(1187, 'ultimatum_layouts_installed', 'DONE', 'yes'),
(1190, 'widget_ultimatumstitle', 'a:8:{i:2;a:7:{s:5:\"title\";s:8:\"Our Blog\";s:5:\"style\";s:0:\"\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:3;a:7:{s:5:\"title\";s:0:\"\";s:5:\"style\";s:0:\"\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:4;a:7:{s:5:\"title\";s:0:\"\";s:5:\"style\";s:0:\"\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:5;a:7:{s:5:\"title\";s:0:\"\";s:5:\"style\";s:0:\"\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:6;a:7:{s:5:\"title\";s:0:\"\";s:5:\"style\";s:0:\"\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:7;a:7:{s:5:\"title\";s:0:\"\";s:5:\"style\";s:0:\"\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;i:8;a:7:{s:5:\"title\";s:0:\"\";s:5:\"style\";s:0:\"\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}}', 'yes'),
(1191, 'widget_ultimatumtwitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1192, 'widget_ultimatumvideo', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1193, 'widget_ultimatumrecent', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1194, 'widget_ultimatumsearch', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1195, 'widget_ultimatumimage', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1196, 'widget_ultimatumlogo', 'a:2:{i:2;a:9:{s:5:\"title\";s:0:\"\";s:8:\"logotext\";s:0:\"\";s:7:\"logotag\";s:0:\"\";s:9:\"logoimage\";s:68:\"http://denverheirlooms.com/wp-content/uploads/2016/01/dunlaplogo.png\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(1197, 'widget_ultimate_recent_comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1198, 'widget_ultimatumwysiwyg', 'a:23:{i:2;a:8:{s:5:\"title\";s:9:\"YOUR NAME\";s:7:\"content\";s:141:\"<p>[symple_divider style=\"solid\" margin_top=\"10\" margin_bottom=\"10\"] <strong>Your Company</strong> 123 Main Street Anywhere, USA 12345</p>\";s:12:\"output_title\";i:1;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:3;a:8:{s:5:\"title\";s:12:\"CONTACT INFO\";s:7:\"content\";s:184:\"<p>[symple_divider style=\"solid\" margin_top=\"10\" margin_bottom=\"10\"]</p><p>111-222-3333 Phone<br />111-222-4444 Fax<br />Email: <a href=\"\" target=\"_blank\">you@yourdomain.com</a></p>\";s:12:\"output_title\";i:1;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:4;a:8:{s:5:\"title\";s:9:\"FOLLOW US\";s:7:\"content\";s:441:\"<p>[symple_divider style=\"solid\" margin_top=\"10\" margin_bottom=\"10\"]</p><p>[symple_social icon=\"facebook\" url=\"facebook.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"twitter\" url=\"twitter.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"linkedin\" url=\"linkedin.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"googleplus\" url=\"plus.google.com\" title=\"Follow Me\" target=\"self\" rel=\"\"]</p>\";s:12:\"output_title\";i:1;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:5;a:8:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:222:\"<p><img class=\"alignnone size-full wp-image-4067\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_Logo_170x140.jpg\" alt=\"Placeholder_Logo_170x140\" width=\"170\" height=\"140\" /></p>\";s:12:\"output_title\";i:1;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:6;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:456:\"<p style=\"text-align: center;\">[symple_social icon=\"facebook\" url=\"facebook.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"twitter\" url=\"twitter.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"linkedin\" url=\"linkedin.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"googleplus\" url=\"plus.google.com\" title=\"Follow Me\" target=\"self\" rel=\"\"]</p><p style=\"text-align: center;\">CALL US AT 111-222-3333</p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:7;a:8:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:204:\"<p><a href=\"https://denverheirlooms.com/\"><img class=\"wp-image-4781 aligncenter\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/11/logo_11-29-2022.png\" alt=\"\" width=\"390\" height=\"140\" /></a></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:8;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:204:\"<p><a href=\"https://denverheirlooms.com/\"><img class=\"alignnone wp-image-4781\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/11/logo_11-29-2022.png\" alt=\"\" width=\"382\" height=\"137\" /></a> </p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:9;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:227:\"<p><a href=\"http://denverheirlooms.com/\"><img class=\"alignnone wp-image-4060 size-full\" src=\"http://denverheirlooms.com/wp-content/uploads/2016/02/Placeholder_Logo.jpg\" alt=\"Placeholder_Logo\" width=\"435\" height=\"116\" /></a></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:10;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:756:\"<p style=\"text-align: center;\">[symple_social icon=\"facebook\" url=\"facebook.com/randy.reynolds.1466\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"twitter\" url=\"twitter.com/RandyCOS\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"linkedin\" url=\"linkedin.com/in/randy-reynolds-920275a?authType=NAME_SEARCH&authToken=OfjG&locale=en_US&trk=tyah&trkInfo=clickedVertical%3Amynetwork%2CclickedEntityId%3A30512616%2CauthType%3ANAME_SEARCH%2Cidx%3A1-1-1%2CtarId%3A1455678533287%2Ctas%3Arandy%20reyn\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"googleplus\" url=\"plus.google.com/112021138556287096541\" title=\"Follow Me\" target=\"self\" rel=\"\"]</p><p style=\"text-align: center;\">CALL US AT 719-575-1434</p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:11;a:8:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:237:\"<p><a href=\"http://denverheirlooms.com/\"><img class=\"size-medium wp-image-4060 aligncenter\" src=\"http://denverheirlooms.com/wp-content/uploads/2016/02/Placeholder_Logo-300x80.jpg\" alt=\"Placeholder_Logo\" width=\"300\" height=\"80\" /></a></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:13;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:179:\"<p><img class=\"wp-image-4085 aligncenter\" src=\"http://denverheirlooms.com/wp-content/uploads/2016/02/Placeholder_PersonalPhoto_240x300-1.jpg\" alt=\"\" width=\"254\" height=\"82\" /></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:14;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:261:\"<a href=\"http://highelevation.biz/group1/denverheirlooms\"><img class=\"alignnone wp-image-4060 size-full\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_Logo.jpg\" alt=\"Placeholder_Logo\" width=\"435\" height=\"116\" /></a>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:15;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:60:\"<h1 style=\"text-align: right;\">Call Today! 111-222-3333</h1>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:16;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:456:\"<p style=\"text-align: center;\">[symple_social icon=\"facebook\" url=\"facebook.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"twitter\" url=\"twitter.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"linkedin\" url=\"linkedin.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"googleplus\" url=\"plus.google.com\" title=\"Follow Me\" target=\"self\" rel=\"\"]</p><p style=\"text-align: center;\">CALL US AT 111-222-3333</p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:17;a:8:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:278:\"<p><a href=\"http://highelevation.biz/group1/denverheirlooms\"><img class=\"size-medium wp-image-4060 aligncenter\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_Logo-300x80.jpg\" alt=\"Placeholder_Logo\" width=\"300\" height=\"80\" /></a></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:18;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:251:\"<p style=\"text-align: right;\">TEL: <a href=\"tel:720-350-5948\" target=\"_blank\" rel=\"noopener\">(720) 350-5948</a> | EMAIL: <a href=\"mailto:TRICIA.POTUCEK@LIVSOTHEBYSREALTY.COM\" target=\"_blank\" rel=\"noopener\">TRICIA.POTUCEK@LIVSOTHEBYSREALTY.COM</a></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:19;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:1283:\"<em>Sotheby’s International Realty®️ and the Sotheby’s International Realty Logo are service marks licensed to Sotheby’s International Realty Affiliates LLC and used with permission. LIV Sotheby’s International Realty fully supports the principles of the Fair Housing Act and the Equal Opportunity Act. Each office is independently owned and operated. Any services or products provided by independently owned and operated franchisees are not provided by, affiliated with or related to Sotheby’s International Realty Affiliates LLC nor any of its affiliated companies.</em>\r\n</br>\r\n<div style=\"text-align: center; line-height: 1.5;\">Copyright © <script language=\"javascript\" type=\"text/javascript\">\r\nvar today = new Date()\r\nvar year = today.getFullYear()\r\ndocument.write(year)\r\n</script> by Tricia Potucek. All rights reserved. Website Design by <strong><a href=\"https://highelevationweb.com\">High Elevation. </a></strong></div>\r\n</br>\r\n<p style=\"text-align: center;\"><img style=\"margin-right: 15px;\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/10/Equal-Housing-Logo-Black_sm.png\" alt=\"\" width=\"51\" height=\"50\" /> <img class=\"alignnone\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/10/office_R_white_sm.png\" alt=\"\" width=\"43\" height=\"50\" /></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:20;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:421:\"<p><img class=\"alignnone size-full wp-image-4155\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Phone_cutout.png\" alt=\"\" width=\"17\" height=\"26\" /> TEL: (720) 350-5948 | <img class=\"alignnone size-full wp-image-4153\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Email_cutout-1.png\" alt=\"\" width=\"24\" height=\"15\" /> EMAIL: TRICIA@TRICIAPOTUCEK.COM</p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:21;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:456:\"<p style=\"text-align: center;\">[symple_social icon=\"facebook\" url=\"facebook.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"twitter\" url=\"twitter.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"linkedin\" url=\"linkedin.com\" title=\"Follow Me\" target=\"blank\" rel=\"\"][symple_social icon=\"googleplus\" url=\"plus.google.com\" title=\"Follow Me\" target=\"self\" rel=\"\"]</p><p style=\"text-align: center;\">CALL US AT 111-222-3333</p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:22;a:8:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:278:\"<p><a href=\"http://highelevation.biz/group1/denverheirlooms\"><img class=\"size-medium wp-image-4060 aligncenter\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_Logo-300x80.jpg\" alt=\"Placeholder_Logo\" width=\"300\" height=\"80\" /></a></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:23;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:251:\"<p style=\"text-align: right;\">TEL: <a href=\"tel:720-350-5948\" target=\"_blank\" rel=\"noopener\">(720) 350-5948</a> | EMAIL: <a href=\"mailto:TRICIA.POTUCEK@LIVSOTHEBYSREALTY.COM\" target=\"_blank\" rel=\"noopener\">TRICIA.POTUCEK@LIVSOTHEBYSREALTY.COM</a></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:24;a:8:{s:5:\"title\";s:9:\"New title\";s:7:\"content\";s:204:\"<p><a href=\"https://denverheirlooms.com/\"><img class=\"wp-image-4781 aligncenter\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/11/logo_11-29-2022.png\" alt=\"\" width=\"382\" height=\"137\" /></a></p>\";s:12:\"output_title\";i:0;s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(1199, 'widget_ultimatumpcontent', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1200, 'widget_ult_templetera_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1201, 'widget_ultimatumbcumb', 'a:3:{i:2;a:6:{s:5:\"title\";s:0:\"\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:3;a:6:{s:5:\"title\";s:0:\"\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(1202, 'widget_ultimatumsocial', 'a:4:{i:2;a:12:{s:5:\"title\";s:0:\"\";s:4:\"size\";s:2:\"32\";s:12:\"enable_sites\";a:2:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";}s:5:\"style\";s:6:\"circle\";s:5:\"align\";s:5:\"right\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;s:8:\"facebook\";s:19:\"http://facebook.com\";s:7:\"twitter\";s:18:\"http://twitter.com\";}i:5;a:12:{s:5:\"title\";s:0:\"\";s:4:\"size\";s:2:\"48\";s:12:\"enable_sites\";a:2:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";}s:5:\"style\";s:6:\"circle\";s:5:\"align\";s:5:\"right\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";}i:6;a:12:{s:5:\"title\";s:0:\"\";s:4:\"size\";s:2:\"32\";s:12:\"enable_sites\";a:2:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";}s:5:\"style\";s:6:\"circle\";s:5:\"align\";s:5:\"right\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";s:7:\"default\";s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(1203, 'widget_ultimatumsidebars', 'a:4:{i:2;a:6:{s:7:\"sidebar\";s:11:\"blogsidebar\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:3;a:6:{s:7:\"sidebar\";s:11:\"blogsidebar\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}i:4;a:6:{s:7:\"sidebar\";s:11:\"pagesidebar\";s:11:\"ult_classes\";s:0:\"\";s:12:\"ult_template\";N;s:18:\"ult_hidden_desktop\";N;s:17:\"ult_hidden_tablet\";N;s:17:\"ult_hidden_mobile\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(1204, 'widget_ultimatumcustomcontent', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1207, 'ult_mobile_table', 'DONE', 'yes'),
(1209, 'ultimatum_template_2_css', 'a:31:{s:7:\"cssvar1\";a:18:{s:16:\"background-color\";s:7:\"#ffffff\";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:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:9:\"cssvar141\";a:6:{s:16:\"background-color\";s:7:\"#5fb7c2\";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:9:\"cssvar142\";a:6:{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:0:\"\";}s:7:\"cssvar3\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"32\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar4\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#5fb7c2\";}s:7:\"cssvar5\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"18\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar6\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:4:\"bold\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar7\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:3:\"900\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar8\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:4:\"bold\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:9:\"cssvar110\";a:12:{s:11:\"font-family\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar9\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#db3613\";}s:8:\"cssvar10\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#ff6815\";}s:7:\"cssvar2\";a:2:{s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}s:8:\"cssvar48\";a:2:{s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}s:8:\"cssvar49\";a:1:{s:5:\"width\";s:3:\"200\";}s:8:\"cssvar50\";a:1:{s:16:\"background-color\";s:0:\"\";}s:8:\"cssvar51\";a:1:{s:16:\"background-color\";s:7:\"#d6be7e\";}s:9:\"cssvar115\";a:1:{s:16:\"background-color\";s:0:\"\";}s:8:\"cssvar52\";a:1:{s:16:\"background-color\";s:7:\"#0d5b73\";}s:8:\"cssvar53\";a:11:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:2:\"18\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#0d5b73\";}s:9:\"cssvar116\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#0d5b73\";}s:8:\"cssvar54\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#f7f7f7\";}s:8:\"cssvar55\";a:11:{s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#969696\";}s:8:\"cssvar56\";a:4:{s:11:\"font-weight\";s:3:\"200\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#969696\";}s:9:\"cssvar108\";a:12:{s:11:\"font-family\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:9:\"cssvar109\";a:12:{s:11:\"font-family\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:9:\"cssvar135\";a:2:{s:5:\"color\";s:7:\"#0d5b73\";s:9:\"font-size\";s:0:\"\";}s:9:\"cssvar137\";a:1:{s:16:\"background-color\";s:7:\"#0d5b73\";}s:9:\"cssvar136\";a:1:{s:5:\"color\";s:0:\"\";}s:9:\"cssvar138\";a:1:{s:5:\"color\";s:0:\"\";}s:9:\"cssvar139\";a:2:{s:5:\"color\";s:0:\"\";s:16:\"background-color\";s:7:\"#d6be7e\";}}', 'yes'),
(1210, 'ultimatum_5_css', '', 'yes'),
(1211, 'ultimatum_6_css', '', 'yes'),
(1212, 'ultimatum_7_css', '', 'yes'),
(1262, 'ultimatum_sidebars', 'a:1:{s:8:\"sidebars\";s:67:\"Blog Page; Contact Page; Content Page; Custom 1; Custom 2; Custom 3\";}', 'yes'),
(1284, 'ultimatum_custom_template_css_2', '/** TABLE LINKS **/\r\ntable a:not(.btn), .table a:not(.btn) {\r\n color: #db3613;\r\n text-decoration: underline;\r\n}', 'yes'),
(1295, 'templatera_migrated_templates', 'yes', 'yes'),
(1298, 'wpb_js_content_types', 'a:3:{i:0;s:4:\"page\";i:1;s:8:\"dhvcform\";i:2;s:10:\"templatera\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1452, 'ultimatum-child-theme_template_2_css', 'a:66:{s:7:\"cssvar1\";a:18:{s:16:\"background-color\";s:7:\"#ffffff\";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:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:9:\"cssvar141\";a:6:{s:16:\"background-color\";s:7:\"#4c4d4f\";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:9:\"cssvar142\";a:6:{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:0:\"\";}s:7:\"cssvar3\";a:12:{s:11:\"font-family\";s:40:\"google-Cinzel-css-Cinzel:regular,700,900\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"32\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar4\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"20\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";}s:7:\"cssvar5\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"18\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar6\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:4:\"bold\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar7\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"20\";s:11:\"line-height\";s:2:\"24\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar8\";a:12:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:3:\"200\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"12\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:9:\"cssvar110\";a:12:{s:11:\"font-family\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:7:\"cssvar9\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:5:\"color\";s:7:\"#dd3333\";}s:8:\"cssvar10\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:5:\"color\";s:7:\"#a0a0a0\";}s:7:\"cssvar2\";a:2:{s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}s:8:\"cssvar48\";a:2:{s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:2:\"10\";}s:8:\"cssvar49\";a:1:{s:5:\"width\";s:3:\"200\";}s:8:\"cssvar50\";a:1:{s:16:\"background-color\";s:0:\"\";}s:8:\"cssvar51\";a:1:{s:16:\"background-color\";s:7:\"#d6be7e\";}s:9:\"cssvar115\";a:1:{s:16:\"background-color\";s:0:\"\";}s:8:\"cssvar52\";a:1:{s:16:\"background-color\";s:7:\"#0d5b73\";}s:8:\"cssvar53\";a:11:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:2:\"20\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#0d5b73\";}s:9:\"cssvar116\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#0d5b73\";}s:8:\"cssvar54\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#f7f7f7\";}s:8:\"cssvar55\";a:11:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"50\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:8:\"cssvar56\";a:4:{s:11:\"font-weight\";s:3:\"200\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:9:\"cssvar108\";a:12:{s:11:\"font-family\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:9:\"cssvar109\";a:12:{s:11:\"font-family\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#545454\";}s:9:\"cssvar135\";a:2:{s:5:\"color\";s:7:\"#000000\";s:9:\"font-size\";s:2:\"24\";}s:9:\"cssvar137\";a:1:{s:16:\"background-color\";s:7:\"#000000\";}s:9:\"cssvar136\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:9:\"cssvar138\";a:1:{s:5:\"color\";s:7:\"#000000\";}s:9:\"cssvar139\";a:2:{s:5:\"color\";s:7:\"#8e8e8e\";s:16:\"background-color\";s:7:\"#ffffff\";}s:9:\"cssvar123\";a:2:{s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}s:9:\"cssvar124\";a:1:{s:11:\"line-height\";s:2:\"35\";}s:9:\"cssvar125\";a:1:{s:13:\"padding-right\";s:1:\"0\";}s:9:\"cssvar126\";a:1:{s:4:\"size\";s:3:\"200\";}s:9:\"cssvar128\";a:12:{s:16:\"background-color\";s:7:\"#4c4d4f\";s:11:\"font-family\";s:40:\"google-Cinzel-css-Cinzel:regular,700,900\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"20\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:9:\"cssvar129\";a:5:{s:16:\"background-color\";s:7:\"#878787\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:9:\"cssvar132\";a:1:{s:16:\"background-color\";s:7:\"#c4c4c4\";}s:9:\"cssvar133\";a:1:{s:16:\"background-color\";s:7:\"#a0a0a0\";}s:9:\"cssvar134\";a:1:{s:12:\"border-color\";s:7:\"#d6d5d4\";}s:9:\"cssvar127\";a:11:{s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:9:\"cssvar130\";a:11:{s:11:\"font-family\";s:101:\"google-Open Sans-css-Open Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"20\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";}s:9:\"cssvar131\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";}s:8:\"cssvar74\";a:2:{s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}s:8:\"cssvar75\";a:1:{s:16:\"background-color\";s:7:\"#878787\";}s:8:\"cssvar76\";a:1:{s:16:\"background-color\";s:7:\"#c6c6c6\";}s:9:\"cssvar117\";a:1:{s:16:\"background-color\";s:0:\"\";}s:8:\"cssvar77\";a:1:{s:16:\"background-color\";s:7:\"#e0e0e0\";}s:8:\"cssvar78\";a:11:{s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:9:\"cssvar118\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:8:\"cssvar79\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:8:\"cssvar80\";a:11:{s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:8:\"cssvar81\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:8:\"cssvar63\";a:2:{s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}s:9:\"cssvar113\";a:1:{s:16:\"background-color\";s:7:\"#515151\";}s:8:\"cssvar64\";a:1:{s:16:\"background-color\";s:7:\"#7c7c7c\";}s:8:\"cssvar65\";a:12:{s:16:\"background-color\";s:7:\"#b5b5b5\";s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:8:\"cssvar66\";a:1:{s:16:\"background-color\";s:0:\"\";}s:8:\"cssvar67\";a:11:{s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:9:\"cssvar114\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:8:\"cssvar68\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:8:\"cssvar72\";a:11:{s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:8:\"cssvar73\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:8:\"cssvar69\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:8:\"cssvar70\";a:11:{s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:12:\"word-spacing\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:8:\"cssvar71\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:5:\"color\";s:0:\"\";}}', 'yes'),
(1454, 'theme_mods_ultimatum-child-theme', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:8:\"main-nav\";i:2;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(1465, 'ultimatum_postgals', 'a:3:{s:4:\"page\";b:0;s:4:\"post\";b:1;s:12:\"incsub_event\";b:0;}', 'yes'),
(1477, 'ultimatum_refresh_updates_flag', '0', 'no'),
(1480, 'utoolset_last_run', '1681838823', 'no'),
(1481, 'ultimatum_updates_available', 'a:0:{}', 'no'),
(1498, 'ultimatum-child-theme_sidebars', 'a:1:{s:8:\"sidebars\";s:50:\"Blog Sidebar; Page Sidebar; Community Info Sidebar\";}', 'yes'),
(1580, 'category_children', 'a:0:{}', 'yes'),
(1636, 'my_option_name', 'a:6:{s:4:\"mode\";s:10:\"horizontal\";s:5:\"speed\";s:3:\"500\";s:8:\"controls\";s:5:\"false\";s:5:\"pager\";s:4:\"true\";s:11:\"randomstart\";s:5:\"false\";s:4:\"auto\";s:4:\"true\";}', 'yes'),
(3699, 'ihf-option-layout-type', 'responsive', 'yes'),
(3700, 'widget_ihomefinderpropertiesgallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3701, 'widget_ihomefinderquicksearchwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3702, 'widget_ihomefindersearchbyaddresswidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3703, 'widget_ihomefindersearchbylistingidwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3704, 'widget_ihomefinderagentbiowidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3705, 'widget_ihomefindersocialwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3706, 'ihf-css-override', '<style type=\"text/css\">\n\n</style>', 'yes'),
(3707, 'ihf_css_override_migrated', '1', 'yes'),
(3712, 'ihf_activation_token', '73E5C5D3-1EC9-35FB-A3D1E8567F895C4F', 'yes'),
(3713, 'ihf_authentication_token', '42346e56-f672-4b95-8a30-b97dca0d8a45', 'yes'),
(3718, 'ihf_permissions', 'O:8:\"stdClass\":32:{s:18:\"featuredProperties\";s:4:\"true\";s:9:\"organizer\";s:4:\"true\";s:12:\"emailUpdates\";s:4:\"true\";s:11:\"saveListing\";s:4:\"true\";s:10:\"saveSearch\";s:4:\"true\";s:8:\"hotSheet\";s:4:\"true\";s:6:\"office\";s:5:\"false\";s:8:\"agentBio\";s:5:\"false\";s:11:\"soldPending\";s:4:\"true\";s:9:\"valuation\";s:4:\"true\";s:11:\"contactForm\";s:4:\"true\";s:20:\"supplementalListings\";s:4:\"true\";s:14:\"communityPages\";s:4:\"true\";s:12:\"seoCityLinks\";s:4:\"true\";s:9:\"mapSearch\";s:4:\"true\";s:11:\"basicSearch\";s:4:\"true\";s:14:\"advancedSearch\";s:4:\"true\";s:14:\"openHomeSearch\";s:4:\"true\";s:14:\"listingResults\";s:4:\"true\";s:14:\"listingDetails\";s:4:\"true\";s:14:\"pendingAccount\";s:5:\"false\";s:18:\"activeTrialAccount\";s:5:\"false\";s:22:\"automatedFeaturedSolds\";s:5:\"false\";s:21:\"hotSheetListingReport\";s:4:\"true\";s:22:\"hotSheetOpenHomeReport\";s:4:\"true\";s:20:\"hotSheetMarketReport\";s:4:\"true\";s:21:\"soldListingsInWidgets\";s:4:\"true\";s:10:\"mlsDisplay\";s:5:\"false\";s:17:\"mlsAgentDirectory\";s:5:\"false\";s:12:\"eurekaSearch\";s:4:\"true\";s:13:\"kestrelDetail\";s:5:\"false\";s:10:\"kestrelAll\";s:5:\"false\";}', 'yes'),
(3719, 'ihf_links_created', 'true', 'yes'),
(3721, 'widget_ihomefindercontactformwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3722, 'widget_ihomefindermoreinfowidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3723, 'widget_ihomefinderhotsheetlistwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3724, 'widget_ihomefinderemailsignupformwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3727, 'ihf_version_option', '7.3.1', 'yes'),
(3953, 'ultimatum_scripts', 'a:11:{s:12:\"head_scripts\";s:333:\"<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\\\"https://www.googletagmanager.com/gtag/js?id=UA-114748010-1\\\"></script>\r\n<script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag(\\\'js\\\', new Date());\r\n\r\n gtag(\\\'config\\\', \\\'UA-114748010-1\\\');\r\n</script>\r\n\";s:14:\"footer_scripts\";s:0:\"\";s:10:\"combinedjs\";b:0;s:9:\"cdnsource\";b:0;s:15:\"tw_consumer_key\";s:0:\"\";s:18:\"tw_consumer_secret\";s:0:\"\";s:15:\"tw_access_token\";s:0:\"\";s:16:\"tw_access_secret\";s:0:\"\";s:7:\"pptheme\";s:8:\"facebook\";s:14:\"google_charset\";b:0;s:10:\"typekit_id\";s:0:\"\";}', 'yes'),
(4257, 'theme_mods_child-theme', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:8:\"main-nav\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1455831326;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:38:{i:0;s:17:\"ultimatumstitle-2\";i:1;s:17:\"ultimatumstitle-3\";i:2;s:17:\"ultimatumstitle-4\";i:3;s:17:\"ultimatumstitle-5\";i:4;s:17:\"ultimatumstitle-6\";i:5;s:18:\"ultimatumcontent-2\";i:6;s:18:\"ultimatumcontent-4\";i:7;s:18:\"ultimatumcontent-5\";i:8;s:18:\"ultimatumcontent-8\";i:9;s:18:\"ultimatumcontent-9\";i:10;s:19:\"ultimatumcontent-10\";i:11;s:19:\"ultimatumcontent-11\";i:12;s:15:\"ultimatumlogo-2\";i:13;s:18:\"ultimatumwysiwyg-2\";i:14;s:18:\"ultimatumwysiwyg-3\";i:15;s:18:\"ultimatumwysiwyg-4\";i:16;s:18:\"ultimatumwysiwyg-5\";i:17;s:18:\"ultimatumwysiwyg-6\";i:18;s:18:\"ultimatumwysiwyg-7\";i:19;s:18:\"ultimatumwysiwyg-8\";i:20;s:16:\"ultimatumbcumb-2\";i:21;s:16:\"ultimatumbcumb-3\";i:22;s:15:\"ultimatummenu-2\";i:23;s:15:\"ultimatummenu-3\";i:24;s:15:\"ultimatummenu-4\";i:25;s:17:\"ultimatumsocial-2\";i:26;s:17:\"ultimatumsocial-3\";i:27;s:19:\"ultimatumsidebars-2\";i:28;s:19:\"ultimatumsidebars-3\";i:29;s:19:\"ultimatumsidebars-4\";i:30;s:6:\"text-3\";i:31;s:6:\"text-4\";i:32;s:22:\"awesomeweatherwidget-2\";i:33;s:23:\"ct_mortgagecalculator-2\";i:34;s:6:\"text-5\";i:35;s:6:\"text-6\";i:36;s:6:\"text-7\";i:37;s:8:\"search-2\";}s:10:\"ultimatum-\";a:1:{i:0;s:6:\"text-2\";}s:18:\"orphaned_widgets_1\";a:1:{i:0;s:23:\"ct_mortgagecalculator-3\";}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:22:\"awesomeweatherwidget-3\";}s:18:\"orphaned_widgets_3\";a:1:{i:0;s:22:\"awesomeweatherwidget-4\";}s:18:\"orphaned_widgets_4\";a:1:{i:0;s:23:\"ct_mortgagecalculator-4\";}s:18:\"orphaned_widgets_5\";a:3:{i:0;s:12:\"categories-2\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";}s:18:\"orphaned_widgets_6\";a:2:{i:0;s:30:\"ihomefinderquicksearchwidget-2\";i:1;s:23:\"ct_mortgagecalculator-5\";}s:18:\"orphaned_widgets_7\";a:1:{i:0;s:22:\"awesomeweatherwidget-5\";}}}}', 'no'),
(4344, 'cd_update_1.6.8', '1', 'yes'),
(4345, 'cd_active_plugins', 'a:15:{i:0;s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";i:1;s:35:\"awesome-weather/awesome-weather.php\";i:2;s:27:\"client-dash/client-dash.php\";i:3;s:49:\"ct-mortgage-calculator/ct-mortgage-calculator.php\";i:4;s:23:\"dhvc-form/dhvc-form.php\";i:5;s:33:\"duplicate-post/duplicate-post.php\";i:6;s:25:\"duplicator/duplicator.php\";i:7;s:35:\"easy-tables-vc/vc-table-manager.php\";i:8;s:27:\"js_composer/js_composer.php\";i:9;s:30:\"optima-express/iHomefinder.php\";i:10;s:23:\"revslider/revslider.php\";i:11;s:39:\"symple-shortcodes/symple-shortcodes.php\";i:12;s:25:\"templatera/templatera.php\";i:13;s:39:\"ultimatum-library/ultimatum-library.php\";i:14;s:33:\"ultimatum-social-share/plugin.php\";}', 'yes'),
(4346, 'cd_initial_reset', '1', 'yes'),
(4347, 'cd_existing_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:86:{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:10:\"copy_posts\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:13:\"edit_dhvcform\";b:1;s:13:\"read_dhvcform\";b:1;s:15:\"delete_dhvcform\";b:1;s:14:\"edit_dhvcforms\";b:1;s:21:\"edit_others_dhvcforms\";b:1;s:17:\"publish_dhvcforms\";b:1;s:22:\"read_private_dhvcforms\";b:1;s:16:\"delete_dhvcforms\";b:1;s:24:\"delete_private_dhvcforms\";b:1;s:26:\"delete_published_dhvcforms\";b:1;s:23:\"delete_others_dhvcforms\";b:1;s:22:\"edit_private_dhvcforms\";b:1;s:24:\"edit_published_dhvcforms\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:45:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:20:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:15:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:5:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:35:\"vc_access_rules_post_types/dhvcform\";b:1;}}}', 'yes'),
(4356, 'cd_active_widgets', 'a:8:{s:19:\"dashboard_right_now\";a:4:{s:5:\"title\";s:11:\"At a Glance\";s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"core\";s:8:\"callback\";s:22:\"wp_dashboard_right_now\";}s:18:\"dashboard_activity\";a:4:{s:5:\"title\";s:8:\"Activity\";s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"core\";s:8:\"callback\";s:26:\"wp_dashboard_site_activity\";}s:21:\"dashboard_quick_press\";a:4:{s:5:\"title\";s:85:\"<span class=\"hide-if-no-js\">Quick Draft</span> <span class=\"hide-if-js\">Drafts</span>\";s:7:\"context\";s:4:\"side\";s:8:\"priority\";s:4:\"core\";s:8:\"callback\";s:24:\"wp_dashboard_quick_press\";}s:17:\"dashboard_primary\";a:4:{s:5:\"title\";s:14:\"WordPress News\";s:7:\"context\";s:4:\"side\";s:8:\"priority\";s:4:\"core\";s:8:\"callback\";s:20:\"wp_dashboard_primary\";}s:10:\"cd_account\";a:5:{s:5:\"title\";s:7:\"Account\";s:2:\"ID\";s:10:\"cd_account\";s:11:\"description\";s:34:\"The core Client Dash account page.\";s:8:\"callback\";a:2:{i:0;s:25:\"ClientDash_Widget_Account\";i:1;s:14:\"widget_content\";}s:8:\"_cd_core\";s:1:\"1\";}s:7:\"cd_help\";a:5:{s:5:\"title\";s:4:\"Help\";s:2:\"ID\";s:7:\"cd_help\";s:11:\"description\";s:31:\"The core Client Dash help page.\";s:8:\"callback\";a:2:{i:0;s:22:\"ClientDash_Widget_Help\";i:1;s:14:\"widget_content\";}s:8:\"_cd_core\";s:1:\"1\";}s:10:\"cd_reports\";a:5:{s:5:\"title\";s:7:\"Reports\";s:2:\"ID\";s:10:\"cd_reports\";s:11:\"description\";s:34:\"The core Client Dash reports page.\";s:8:\"callback\";a:2:{i:0;s:25:\"ClientDash_Widget_Reports\";i:1;s:14:\"widget_content\";}s:8:\"_cd_core\";s:1:\"1\";}s:12:\"cd_webmaster\";a:5:{s:5:\"title\";s:9:\"Webmaster\";s:2:\"ID\";s:12:\"cd_webmaster\";s:11:\"description\";s:36:\"The core Client Dash webmaster page.\";s:8:\"callback\";a:2:{i:0;s:27:\"ClientDash_Widget_Webmaster\";i:1;s:14:\"widget_content\";}s:8:\"_cd_core\";s:1:\"1\";}}', 'yes'),
(4365, 'widget_dashboard_right_now', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4366, 'widget_dashboard_activity', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4367, 'widget_dashboard_quick_press', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4368, 'widget_dashboard_primary', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4378, 'agca_custom_title', '', 'yes'),
(4387, 'agca_remove_site_link', '', 'yes'),
(4425, 'agca_admin_bar_frontend', '', 'yes'),
(4426, 'agca_admin_bar_frontend_hide', '', 'yes'),
(4427, 'agca_login_register_remove', '', 'yes'),
(4428, 'agca_login_register_href', '', 'yes'),
(4429, 'agca_login_lostpassword_remove', '', 'yes'),
(4430, 'agca_admin_capability', 'edit_dashboard', 'yes'),
(4434, 'agca_admin_menu_separators', '', 'yes'),
(4436, 'agca_admin_menu_collapse_button', '', 'yes'),
(4465, 'ultimatebranding_activated_modules', 'a:3:{s:20:\"custom-admin-bar.php\";s:3:\"yes\";s:31:\"remove-wp-dashboard-widgets.php\";s:3:\"yes\";s:25:\"global-header-content.php\";s:3:\"yes\";}', 'yes'),
(4466, 'ub_admin_bar_version', '1.5.1', 'yes'),
(4467, 'ub_admin_bar_order', '', 'yes'),
(4468, 'wdcab', 'a:3:{s:7:\"enabled\";s:1:\"0\";s:14:\"disabled_menus\";a:4:{i:0;s:7:\"wp-logo\";i:1;s:8:\"my-sites\";i:2;s:8:\"comments\";i:3;s:7:\"updates\";}s:13:\"wp_menu_roles\";a:4:{s:6:\"Editor\";s:6:\"editor\";s:6:\"Author\";s:6:\"author\";s:11:\"Contributor\";s:11:\"contributor\";s:10:\"Subscriber\";s:10:\"subscriber\";}}', 'yes'),
(4469, 'ub_admin_bar_style', '', 'yes'),
(4470, 'ub_admin_bar_menus', 'a:0:{}', 'yes'),
(4471, 'rwp_active_dashboard_widgets', 'a:4:{s:25:\"dashboard_recent_comments\";s:25:\"dashboard_recent_comments\";s:17:\"dashboard_plugins\";s:17:\"dashboard_plugins\";s:17:\"dashboard_primary\";s:17:\"dashboard_primary\";s:19:\"dashboard_secondary\";s:19:\"dashboard_secondary\";}', 'yes'),
(4477, 'nav_menu_roles_db_version', '1.7.6', 'yes'),
(4539, 'widget_ultimatumslide', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4681, 'mw_adminimize', 'a:93:{s:29:\"mw_adminimize_admin_bar_nodes\";a:23:{s:12:\"user-actions\";O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"user-actions\";s:5:\"title\";b:0;s:6:\"parent\";s:10:\"my-account\";s:4:\"href\";b:0;s:5:\"group\";b:1;s:4:\"meta\";a:0:{}}s:9:\"user-info\";O:8:\"stdClass\":6:{s:2:\"id\";s:9:\"user-info\";s:5:\"title\";s:332:\"<img alt=\'\' src=\'http://2.gravatar.com/avatar/274e526c480d089e4150cfa87816f4d2?s=64&d=mm&r=g\' srcset=\'http://2.gravatar.com/avatar/274e526c480d089e4150cfa87816f4d2?s=128&d=mm&r=g 2x\' class=\'avatar avatar-64 photo\' height=\'64\' width=\'64\' /><span class=\'display-name\'>Admin</span><span class=\'username\'>shaase</span>\";s:6:\"parent\";s:12:\"user-actions\";s:4:\"href\";s:47:\"http://denverheirlooms.com/wp-admin/profile.php\";s:5:\"group\";b:0;s:4:\"meta\";a:1:{s:8:\"tabindex\";i:-1;}}s:12:\"edit-profile\";O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"edit-profile\";s:5:\"title\";s:15:\"Edit My Profile\";s:6:\"parent\";s:12:\"user-actions\";s:4:\"href\";s:47:\"http://denverheirlooms.com/wp-admin/profile.php\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:6:\"logout\";O:8:\"stdClass\":6:{s:2:\"id\";s:6:\"logout\";s:5:\"title\";s:7:\"Log Out\";s:6:\"parent\";s:12:\"user-actions\";s:4:\"href\";s:77:\"http://denverheirlooms.com/wp-login.php?action=logout&_wpnonce=840b2f5acc\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:11:\"menu-toggle\";O:8:\"stdClass\":6:{s:2:\"id\";s:11:\"menu-toggle\";s:5:\"title\";s:73:\"<span class=\"ab-icon\"></span><span class=\"screen-reader-text\">Menu</span>\";s:6:\"parent\";b:0;s:4:\"href\";s:1:\"#\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:10:\"my-account\";O:8:\"stdClass\":6:{s:2:\"id\";s:10:\"my-account\";s:5:\"title\";s:268:\"Howdy, Admin<img alt=\'\' src=\'http://2.gravatar.com/avatar/274e526c480d089e4150cfa87816f4d2?s=26&d=mm&r=g\' srcset=\'http://2.gravatar.com/avatar/274e526c480d089e4150cfa87816f4d2?s=52&d=mm&r=g 2x\' class=\'avatar avatar-26 photo\' height=\'26\' width=\'26\' />\";s:6:\"parent\";s:13:\"top-secondary\";s:4:\"href\";s:47:\"http://denverheirlooms.com/wp-admin/profile.php\";s:5:\"group\";b:0;s:4:\"meta\";a:1:{s:5:\"class\";s:11:\"with-avatar\";}}s:7:\"wp-logo\";O:8:\"stdClass\":6:{s:2:\"id\";s:7:\"wp-logo\";s:5:\"title\";s:84:\"<span class=\"ab-icon\"></span><span class=\"screen-reader-text\">About WordPress</span>\";s:6:\"parent\";b:0;s:4:\"href\";s:45:\"http://denverheirlooms.com/wp-admin/about.php\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:5:\"about\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"about\";s:5:\"title\";s:15:\"About WordPress\";s:6:\"parent\";s:7:\"wp-logo\";s:4:\"href\";s:45:\"http://denverheirlooms.com/wp-admin/about.php\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:5:\"wporg\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"wporg\";s:5:\"title\";s:13:\"WordPress.org\";s:6:\"parent\";s:16:\"wp-logo-external\";s:4:\"href\";s:22:\"https://wordpress.org/\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:13:\"documentation\";O:8:\"stdClass\":6:{s:2:\"id\";s:13:\"documentation\";s:5:\"title\";s:13:\"Documentation\";s:6:\"parent\";s:16:\"wp-logo-external\";s:4:\"href\";s:28:\"https://codex.wordpress.org/\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:14:\"support-forums\";O:8:\"stdClass\":6:{s:2:\"id\";s:14:\"support-forums\";s:5:\"title\";s:14:\"Support Forums\";s:6:\"parent\";s:16:\"wp-logo-external\";s:4:\"href\";s:30:\"https://wordpress.org/support/\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:8:\"feedback\";O:8:\"stdClass\":6:{s:2:\"id\";s:8:\"feedback\";s:5:\"title\";s:8:\"Feedback\";s:6:\"parent\";s:16:\"wp-logo-external\";s:4:\"href\";s:57:\"https://wordpress.org/support/forum/requests-and-feedback\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:9:\"site-name\";O:8:\"stdClass\":6:{s:2:\"id\";s:9:\"site-name\";s:5:\"title\";s:14:\"Randy Reynolds\";s:6:\"parent\";b:0;s:4:\"href\";s:27:\"http://denverheirlooms.com/\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:9:\"view-site\";O:8:\"stdClass\":6:{s:2:\"id\";s:9:\"view-site\";s:5:\"title\";s:10:\"Visit Site\";s:6:\"parent\";s:9:\"site-name\";s:4:\"href\";s:27:\"http://denverheirlooms.com/\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:8:\"comments\";O:8:\"stdClass\":6:{s:2:\"id\";s:8:\"comments\";s:5:\"title\";s:116:\"<span class=\"ab-icon\"></span><span id=\"ab-awaiting-mod\" class=\"ab-label awaiting-mod pending-count count-0\">0</span>\";s:6:\"parent\";b:0;s:4:\"href\";s:53:\"http://denverheirlooms.com/wp-admin/edit-comments.php\";s:5:\"group\";b:0;s:4:\"meta\";a:1:{s:5:\"title\";s:30:\"0 comments awaiting moderation\";}}s:11:\"new-content\";O:8:\"stdClass\":6:{s:2:\"id\";s:11:\"new-content\";s:5:\"title\";s:62:\"<span class=\"ab-icon\"></span><span class=\"ab-label\">New</span>\";s:6:\"parent\";b:0;s:4:\"href\";s:48:\"http://denverheirlooms.com/wp-admin/post-new.php\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:8:\"new-post\";O:8:\"stdClass\":6:{s:2:\"id\";s:8:\"new-post\";s:5:\"title\";s:4:\"Post\";s:6:\"parent\";s:11:\"new-content\";s:4:\"href\";s:48:\"http://denverheirlooms.com/wp-admin/post-new.php\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:9:\"new-media\";O:8:\"stdClass\":6:{s:2:\"id\";s:9:\"new-media\";s:5:\"title\";s:5:\"Media\";s:6:\"parent\";s:11:\"new-content\";s:4:\"href\";s:49:\"http://denverheirlooms.com/wp-admin/media-new.php\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:8:\"new-page\";O:8:\"stdClass\":6:{s:2:\"id\";s:8:\"new-page\";s:5:\"title\";s:4:\"Page\";s:6:\"parent\";s:11:\"new-content\";s:4:\"href\";s:63:\"http://denverheirlooms.com/wp-admin/post-new.php?post_type=page\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:17:\"new-ult_slideshow\";O:8:\"stdClass\":6:{s:2:\"id\";s:17:\"new-ult_slideshow\";s:5:\"title\";s:9:\"Slideshow\";s:6:\"parent\";s:11:\"new-content\";s:4:\"href\";s:72:\"http://denverheirlooms.com/wp-admin/post-new.php?post_type=ult_slideshow\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:8:\"new-user\";O:8:\"stdClass\":6:{s:2:\"id\";s:8:\"new-user\";s:5:\"title\";s:4:\"User\";s:6:\"parent\";s:11:\"new-content\";s:4:\"href\";s:48:\"http://denverheirlooms.com/wp-admin/user-new.php\";s:5:\"group\";b:0;s:4:\"meta\";a:0:{}}s:13:\"top-secondary\";O:8:\"stdClass\":6:{s:2:\"id\";s:13:\"top-secondary\";s:5:\"title\";b:0;s:6:\"parent\";b:0;s:4:\"href\";b:0;s:5:\"group\";b:1;s:4:\"meta\";a:1:{s:5:\"class\";s:16:\"ab-top-secondary\";}}s:16:\"wp-logo-external\";O:8:\"stdClass\":6:{s:2:\"id\";s:16:\"wp-logo-external\";s:5:\"title\";b:0;s:6:\"parent\";s:7:\"wp-logo\";s:4:\"href\";b:0;s:5:\"group\";b:1;s:4:\"meta\";a:1:{s:5:\"class\";s:16:\"ab-sub-secondary\";}}}s:52:\"mw_adminimize_disabled_admin_bar_administrator_items\";a:0:{}s:45:\"mw_adminimize_disabled_admin_bar_editor_items\";a:0:{}s:45:\"mw_adminimize_disabled_admin_bar_author_items\";a:0:{}s:50:\"mw_adminimize_disabled_admin_bar_contributor_items\";a:0:{}s:49:\"mw_adminimize_disabled_admin_bar_subscriber_items\";a:0:{}s:38:\"mw_adminimize_admin_bar_frontend_nodes\";N;s:61:\"mw_adminimize_disabled_admin_bar_frontend_administrator_items\";a:0:{}s:54:\"mw_adminimize_disabled_admin_bar_frontend_editor_items\";a:0:{}s:54:\"mw_adminimize_disabled_admin_bar_frontend_author_items\";a:0:{}s:59:\"mw_adminimize_disabled_admin_bar_frontend_contributor_items\";a:0:{}s:58:\"mw_adminimize_disabled_admin_bar_frontend_subscriber_items\";a:0:{}s:24:\"_mw_adminimize_user_info\";i:0;s:21:\"_mw_adminimize_footer\";i:0;s:21:\"_mw_adminimize_header\";i:0;s:34:\"_mw_adminimize_exclude_super_admin\";i:0;s:24:\"_mw_adminimize_tb_window\";i:0;s:23:\"_mw_adminimize_cat_full\";i:0;s:26:\"_mw_adminimize_db_redirect\";i:0;s:26:\"_mw_adminimize_ui_redirect\";i:0;s:21:\"_mw_adminimize_advice\";i:0;s:25:\"_mw_adminimize_advice_txt\";s:0:\"\";s:24:\"_mw_adminimize_timestamp\";i:0;s:30:\"_mw_adminimize_db_redirect_txt\";s:0:\"\";s:47:\"mw_adminimize_disabled_menu_administrator_items\";a:11:{i:0;s:2:\"25\";i:1;s:2:\"26\";i:2;s:4:\"50.5\";i:3;s:6:\"58.998\";i:4;s:2:\"65\";i:5;s:2:\"75\";i:6;s:2:\"76\";i:7;s:2:\"80\";i:8;s:3:\"100\";i:9;s:3:\"102\";i:10;s:3:\"200\";}s:50:\"mw_adminimize_disabled_submenu_administrator_items\";a:6:{i:0;s:13:\"themes.php__5\";i:1;s:13:\"themes.php__6\";i:2;s:13:\"themes.php__7\";i:3;s:14:\"themes.php__11\";i:4;s:12:\"users.php__5\";i:5;s:13:\"users.php__10\";}s:40:\"mw_adminimize_disabled_menu_editor_items\";a:10:{i:0;s:2:\"25\";i:1;s:2:\"26\";i:2;s:4:\"50.5\";i:3;s:6:\"58.998\";i:4;s:2:\"65\";i:5;s:2:\"75\";i:6;s:2:\"76\";i:7;s:2:\"80\";i:8;s:3:\"100\";i:9;s:3:\"102\";}s:43:\"mw_adminimize_disabled_submenu_editor_items\";a:13:{i:0;s:13:\"themes.php__5\";i:1;s:13:\"themes.php__6\";i:2;s:13:\"themes.php__7\";i:3;s:14:\"themes.php__11\";i:4;s:12:\"users.php__5\";i:5;s:13:\"users.php__10\";i:6;s:18:\"ihf-information__0\";i:7;s:18:\"ihf-information__1\";i:8;s:18:\"ihf-information__3\";i:9;s:18:\"ihf-information__4\";i:10;s:18:\"ihf-information__5\";i:11;s:18:\"ihf-information__6\";i:12;s:18:\"ihf-information__7\";}s:40:\"mw_adminimize_disabled_menu_author_items\";a:0:{}s:43:\"mw_adminimize_disabled_submenu_author_items\";a:0:{}s:45:\"mw_adminimize_disabled_menu_contributor_items\";a:0:{}s:48:\"mw_adminimize_disabled_submenu_contributor_items\";a:0:{}s:44:\"mw_adminimize_disabled_menu_subscriber_items\";a:0:{}s:47:\"mw_adminimize_disabled_submenu_subscriber_items\";a:0:{}s:56:\"mw_adminimize_disabled_global_option_administrator_items\";a:0:{}s:57:\"mw_adminimize_disabled_metaboxes_post_administrator_items\";a:0:{}s:57:\"mw_adminimize_disabled_metaboxes_page_administrator_items\";a:0:{}s:61:\"mw_adminimize_disabled_metaboxes_dhvcform_administrator_items\";a:0:{}s:54:\"mw_adminimize_disabled_link_option_administrator_items\";a:0:{}s:58:\"mw_adminimize_disabled_nav_menu_option_administrator_items\";a:0:{}s:56:\"mw_adminimize_disabled_widget_option_administrator_items\";a:0:{}s:59:\"mw_adminimize_disabled_dashboard_option_administrator_items\";a:0:{}s:49:\"mw_adminimize_disabled_global_option_editor_items\";a:0:{}s:50:\"mw_adminimize_disabled_metaboxes_post_editor_items\";a:0:{}s:50:\"mw_adminimize_disabled_metaboxes_page_editor_items\";a:0:{}s:54:\"mw_adminimize_disabled_metaboxes_dhvcform_editor_items\";a:0:{}s:47:\"mw_adminimize_disabled_link_option_editor_items\";a:0:{}s:51:\"mw_adminimize_disabled_nav_menu_option_editor_items\";a:0:{}s:49:\"mw_adminimize_disabled_widget_option_editor_items\";a:0:{}s:52:\"mw_adminimize_disabled_dashboard_option_editor_items\";a:0:{}s:49:\"mw_adminimize_disabled_global_option_author_items\";a:0:{}s:50:\"mw_adminimize_disabled_metaboxes_post_author_items\";a:0:{}s:50:\"mw_adminimize_disabled_metaboxes_page_author_items\";a:0:{}s:54:\"mw_adminimize_disabled_metaboxes_dhvcform_author_items\";a:0:{}s:47:\"mw_adminimize_disabled_link_option_author_items\";a:0:{}s:51:\"mw_adminimize_disabled_nav_menu_option_author_items\";a:0:{}s:49:\"mw_adminimize_disabled_widget_option_author_items\";a:0:{}s:52:\"mw_adminimize_disabled_dashboard_option_author_items\";a:0:{}s:54:\"mw_adminimize_disabled_global_option_contributor_items\";a:0:{}s:55:\"mw_adminimize_disabled_metaboxes_post_contributor_items\";a:0:{}s:55:\"mw_adminimize_disabled_metaboxes_page_contributor_items\";a:0:{}s:59:\"mw_adminimize_disabled_metaboxes_dhvcform_contributor_items\";a:0:{}s:52:\"mw_adminimize_disabled_link_option_contributor_items\";a:0:{}s:56:\"mw_adminimize_disabled_nav_menu_option_contributor_items\";a:0:{}s:54:\"mw_adminimize_disabled_widget_option_contributor_items\";a:0:{}s:57:\"mw_adminimize_disabled_dashboard_option_contributor_items\";a:0:{}s:53:\"mw_adminimize_disabled_global_option_subscriber_items\";a:0:{}s:54:\"mw_adminimize_disabled_metaboxes_post_subscriber_items\";a:0:{}s:54:\"mw_adminimize_disabled_metaboxes_page_subscriber_items\";a:0:{}s:58:\"mw_adminimize_disabled_metaboxes_dhvcform_subscriber_items\";a:0:{}s:51:\"mw_adminimize_disabled_link_option_subscriber_items\";a:0:{}s:55:\"mw_adminimize_disabled_nav_menu_option_subscriber_items\";a:0:{}s:53:\"mw_adminimize_disabled_widget_option_subscriber_items\";a:0:{}s:56:\"mw_adminimize_disabled_dashboard_option_subscriber_items\";a:0:{}s:25:\"_mw_adminimize_own_values\";s:0:\"\";s:26:\"_mw_adminimize_own_options\";s:0:\"\";s:30:\"_mw_adminimize_own_post_values\";s:0:\"\";s:31:\"_mw_adminimize_own_post_options\";s:0:\"\";s:30:\"_mw_adminimize_own_page_values\";s:0:\"\";s:31:\"_mw_adminimize_own_page_options\";s:0:\"\";s:34:\"_mw_adminimize_own_values_dhvcform\";s:0:\"\";s:35:\"_mw_adminimize_own_options_dhvcform\";s:0:\"\";s:30:\"_mw_adminimize_own_link_values\";s:0:\"\";s:31:\"_mw_adminimize_own_link_options\";s:0:\"\";s:34:\"_mw_adminimize_own_nav_menu_values\";s:0:\"\";s:35:\"_mw_adminimize_own_nav_menu_options\";s:0:\"\";s:32:\"_mw_adminimize_own_widget_values\";s:0:\"\";s:33:\"_mw_adminimize_own_widget_options\";s:0:\"\";s:35:\"_mw_adminimize_own_dashboard_values\";s:0:\"\";s:36:\"_mw_adminimize_own_dashboard_options\";s:0:\"\";s:31:\"mw_adminimize_dashboard_widgets\";a:4:{s:19:\"dashboard_right_now\";a:4:{s:2:\"id\";s:19:\"dashboard_right_now\";s:5:\"title\";s:11:\"At a Glance\";s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"core\";}s:18:\"dashboard_activity\";a:4:{s:2:\"id\";s:18:\"dashboard_activity\";s:5:\"title\";s:8:\"Activity\";s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"core\";}s:21:\"dashboard_quick_press\";a:4:{s:2:\"id\";s:21:\"dashboard_quick_press\";s:5:\"title\";s:0:\"\";s:7:\"context\";s:4:\"side\";s:8:\"priority\";s:4:\"core\";}s:17:\"dashboard_primary\";a:4:{s:2:\"id\";s:17:\"dashboard_primary\";s:5:\"title\";s:14:\"WordPress News\";s:7:\"context\";s:4:\"side\";s:8:\"priority\";s:4:\"core\";}}s:26:\"mw_adminimize_default_menu\";a:21:{i:2;a:7:{i:0;s:9:\"Dashboard\";i:1;s:4:\"read\";i:2;s:9:\"index.php\";i:3;s:0:\"\";i:4;s:57:\"menu-top menu-top-first menu-icon-dashboard menu-top-last\";i:5;s:14:\"menu-dashboard\";i:6;s:19:\"dashicons-dashboard\";}i:4;a:5:{i:0;s:0:\"\";i:1;s:4:\"read\";i:2;s:10:\"separator1\";i:3;s:0:\"\";i:4;s:17:\"wp-menu-separator\";}i:5;a:7:{i:0;s:5:\"Posts\";i:1;s:10:\"edit_posts\";i:2;s:8:\"edit.php\";i:3;s:0:\"\";i:4;s:52:\"menu-top menu-icon-post open-if-no-js menu-top-first\";i:5;s:10:\"menu-posts\";i:6;s:20:\"dashicons-admin-post\";}i:10;a:7:{i:0;s:5:\"Media\";i:1;s:12:\"upload_files\";i:2;s:10:\"upload.php\";i:3;s:0:\"\";i:4;s:24:\"menu-top menu-icon-media\";i:5;s:10:\"menu-media\";i:6;s:21:\"dashicons-admin-media\";}i:20;a:7:{i:0;s:5:\"Pages\";i:1;s:10:\"edit_pages\";i:2;s:23:\"edit.php?post_type=page\";i:3;s:0:\"\";i:4;s:23:\"menu-top menu-icon-page\";i:5;s:10:\"menu-pages\";i:6;s:20:\"dashicons-admin-page\";}i:25;a:7:{i:0;s:87:\"Comments <span class=\"awaiting-mod count-0\"><span class=\"pending-count\">0</span></span>\";i:1;s:10:\"edit_posts\";i:2;s:17:\"edit-comments.php\";i:3;s:0:\"\";i:4;s:27:\"menu-top menu-icon-comments\";i:5;s:13:\"menu-comments\";i:6;s:24:\"dashicons-admin-comments\";}i:26;a:7:{i:0;s:10:\"Slideshows\";i:1;s:10:\"edit_posts\";i:2;s:32:\"edit.php?post_type=ult_slideshow\";i:3;s:0:\"\";i:4;s:32:\"menu-top menu-icon-ult_slideshow\";i:5;s:24:\"menu-posts-ult_slideshow\";i:6;s:104:\"http://denverheirlooms.com/wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/slider_menu.png\";}s:4:\"50.5\";a:7:{i:0;s:5:\"Forms\";i:1;s:14:\"edit_dhvcforms\";i:2;s:9:\"dhvc-form\";i:3;s:5:\"Forms\";i:4;s:32:\"menu-top toplevel_page_dhvc-form\";i:5;s:23:\"toplevel_page_dhvc-form\";i:6;s:89:\"http://denverheirlooms.com/wp-content/plugins/dhvc-form/assets/images/visual_composer.png\";}s:6:\"58.998\";a:7:{i:0;s:101:\"Ultimatum Child Theme <span class=\'update-plugins count-0\'><span class=\'plugin-count\'>0</span></span>\";i:1;s:14:\"manage_options\";i:2;s:21:\"ultimatum-child-theme\";i:3;s:21:\"Ultimatum Child Theme\";i:4;s:58:\"menu-top toplevel_page_ultimatum-child-theme menu-top-last\";i:5;s:35:\"toplevel_page_ultimatum-child-theme\";i:6;s:107:\"http://denverheirlooms.com/wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/ultimatum-icon.png\";}i:59;a:5:{i:0;s:0:\"\";i:1;s:4:\"read\";i:2;s:10:\"separator2\";i:3;s:0:\"\";i:4;s:17:\"wp-menu-separator\";}i:60;a:7:{i:0;s:10:\"Appearance\";i:1;s:13:\"switch_themes\";i:2;s:10:\"themes.php\";i:3;s:0:\"\";i:4;s:44:\"menu-top menu-icon-appearance menu-top-first\";i:5;s:15:\"menu-appearance\";i:6;s:26:\"dashicons-admin-appearance\";}i:65;a:7:{i:0;s:87:\"Plugins <span class=\'update-plugins count-1\'><span class=\'plugin-count\'>1</span></span>\";i:1;s:16:\"activate_plugins\";i:2;s:11:\"plugins.php\";i:3;s:0:\"\";i:4;s:26:\"menu-top menu-icon-plugins\";i:5;s:12:\"menu-plugins\";i:6;s:23:\"dashicons-admin-plugins\";}i:70;a:7:{i:0;s:5:\"Users\";i:1;s:10:\"list_users\";i:2;s:9:\"users.php\";i:3;s:0:\"\";i:4;s:24:\"menu-top menu-icon-users\";i:5;s:10:\"menu-users\";i:6;s:21:\"dashicons-admin-users\";}i:75;a:7:{i:0;s:5:\"Tools\";i:1;s:10:\"edit_posts\";i:2;s:9:\"tools.php\";i:3;s:0:\"\";i:4;s:24:\"menu-top menu-icon-tools\";i:5;s:10:\"menu-tools\";i:6;s:21:\"dashicons-admin-tools\";}i:76;a:7:{i:0;s:15:\"Visual Composer\";i:1;s:5:\"exist\";i:2;s:10:\"vc-general\";i:3;s:15:\"Visual Composer\";i:4;s:33:\"menu-top toplevel_page_vc-general\";i:5;s:24:\"toplevel_page_vc-general\";i:6;s:87:\"http://denverheirlooms.com/wp-content/plugins/js_composer/assets/vc/visual_composer.png\";}i:80;a:7:{i:0;s:8:\"Settings\";i:1;s:14:\"manage_options\";i:2;s:19:\"options-general.php\";i:3;s:0:\"\";i:4;s:41:\"menu-top menu-icon-settings menu-top-last\";i:5;s:13:\"menu-settings\";i:6;s:24:\"dashicons-admin-settings\";}i:99;a:5:{i:0;s:0:\"\";i:1;s:4:\"read\";i:2;s:14:\"separator-last\";i:3;s:0:\"\";i:4;s:17:\"wp-menu-separator\";}i:100;a:7:{i:0;s:10:\"Duplicator\";i:1;s:6:\"export\";i:2;s:10:\"duplicator\";i:3;s:17:\"Duplicator Plugin\";i:4;s:48:\"menu-top toplevel_page_duplicator menu-top-first\";i:5;s:24:\"toplevel_page_duplicator\";i:6;s:1378:\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQXJ0d29yayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMy4yNXB4IiBoZWlnaHQ9IjIyLjM3NXB4IiB2aWV3Qm94PSIwIDAgMjMuMjUgMjIuMzc1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMy4yNSAyMi4zNzUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM5Q0ExQTYiIGQ9Ik0xOC4wMTEsMS4xODhjLTEuOTk1LDAtMy42MTUsMS42MTgtMy42MTUsMy42MTRjMCwwLjA4NSwwLjAwOCwwLjE2NywwLjAxNiwwLjI1TDcuNzMzLDguMTg0QzcuMDg0LDcuNTY1LDYuMjA4LDcuMTgyLDUuMjQsNy4xODJjLTEuOTk2LDAtMy42MTUsMS42MTktMy42MTUsMy42MTRjMCwxLjk5NiwxLjYxOSwzLjYxMywzLjYxNSwzLjYxM2MwLjYyOSwwLDEuMjIyLTAuMTYyLDEuNzM3LTAuNDQ1bDIuODksMi40MzhjLTAuMTI2LDAuMzY4LTAuMTk4LDAuNzYzLTAuMTk4LDEuMTczYzAsMS45OTUsMS42MTgsMy42MTMsMy42MTQsMy42MTNjMS45OTUsMCwzLjYxNS0xLjYxOCwzLjYxNS0zLjYxM2MwLTEuOTk3LTEuNjItMy42MTQtMy42MTUtMy42MTRjLTAuNjMsMC0xLjIyMiwwLjE2Mi0xLjczNywwLjQ0M2wtMi44OS0yLjQzNWMwLjEyNi0wLjM2OCwwLjE5OC0wLjc2MywwLjE5OC0xLjE3M2MwLTAuMDg0LTAuMDA4LTAuMTY2LTAuMDEzLTAuMjVsNi42NzYtMy4xMzNjMC42NDgsMC42MTksMS41MjUsMS4wMDIsMi40OTUsMS4wMDJjMS45OTQsMCwzLjYxMy0xLjYxNywzLjYxMy0zLjYxM0MyMS42MjUsMi44MDYsMjAuMDA2LDEuMTg4LDE4LjAxMSwxLjE4OHoiLz48L3N2Zz4=\";}i:101;a:7:{i:0;s:14:\"Optima Express\";i:1;s:14:\"manage_options\";i:2;s:15:\"ihf-information\";i:3;s:14:\"Optima Express\";i:4;s:56:\"menu-top menu-icon-generic toplevel_page_ihf-information\";i:5;s:29:\"toplevel_page_ihf-information\";i:6;s:23:\"dashicons-admin-generic\";}i:102;a:7:{i:0;s:17:\"Slider Revolution\";i:1;s:14:\"manage_options\";i:2;s:9:\"revslider\";i:3;s:17:\"Slider Revolution\";i:4;s:32:\"menu-top toplevel_page_revslider\";i:5;s:23:\"toplevel_page_revslider\";i:6;s:16:\"dashicons-update\";}i:200;a:7:{i:0;s:8:\"Ultimate\";i:1;s:13:\"administrator\";i:2;s:14:\"about-ultimate\";i:3;s:8:\"Ultimate\";i:4;s:69:\"menu-top menu-icon-generic toplevel_page_about-ultimate menu-top-last\";i:5;s:28:\"toplevel_page_about-ultimate\";i:6;s:23:\"dashicons-admin-generic\";}}s:29:\"mw_adminimize_default_submenu\";a:22:{s:9:\"index.php\";a:2:{i:0;a:3:{i:0;s:4:\"Home\";i:1;s:4:\"read\";i:2;s:9:\"index.php\";}i:10;a:3:{i:0;s:111:\"Updates <span class=\'update-plugins count-1\' title=\'1 Plugin Update\'><span class=\'update-count\'>1</span></span>\";i:1;s:11:\"update_core\";i:2;s:15:\"update-core.php\";}}s:10:\"upload.php\";a:2:{i:5;a:3:{i:0;s:7:\"Library\";i:1;s:12:\"upload_files\";i:2;s:10:\"upload.php\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:12:\"upload_files\";i:2;s:13:\"media-new.php\";}}s:8:\"edit.php\";a:4:{i:5;a:3:{i:0;s:9:\"All Posts\";i:1;s:10:\"edit_posts\";i:2;s:8:\"edit.php\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:10:\"edit_posts\";i:2;s:12:\"post-new.php\";}i:15;a:3:{i:0;s:10:\"Categories\";i:1;s:17:\"manage_categories\";i:2;s:31:\"edit-tags.php?taxonomy=category\";}i:16;a:3:{i:0;s:4:\"Tags\";i:1;s:17:\"manage_categories\";i:2;s:31:\"edit-tags.php?taxonomy=post_tag\";}}s:23:\"edit.php?post_type=page\";a:2:{i:5;a:3:{i:0;s:9:\"All Pages\";i:1;s:10:\"edit_pages\";i:2;s:23:\"edit.php?post_type=page\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:10:\"edit_pages\";i:2;s:27:\"post-new.php?post_type=page\";}}s:32:\"edit.php?post_type=ult_slideshow\";a:2:{i:5;a:3:{i:0;s:10:\"Slideshows\";i:1;s:10:\"edit_posts\";i:2;s:32:\"edit.php?post_type=ult_slideshow\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:10:\"edit_posts\";i:2;s:36:\"post-new.php?post_type=ult_slideshow\";}}s:10:\"themes.php\";a:5:{i:5;a:3:{i:0;s:6:\"Themes\";i:1;s:13:\"switch_themes\";i:2;s:10:\"themes.php\";}i:6;a:5:{i:0;s:9:\"Customize\";i:1;s:9:\"customize\";i:2;s:107:\"customize.php?return=%2Frandyreynolds%2Fwp-admin%2Foptions-general.php%3Fpage%3Dadminimize%2Fadminimize.php\";i:3;s:0:\"\";i:4;s:20:\"hide-if-no-customize\";}i:7;a:3:{i:0;s:7:\"Widgets\";i:1;s:18:\"edit_theme_options\";i:2;s:11:\"widgets.php\";}i:10;a:3:{i:0;s:5:\"Menus\";i:1;s:18:\"edit_theme_options\";i:2;s:13:\"nav-menus.php\";}i:11;a:4:{i:0;s:6:\"Editor\";i:1;s:11:\"edit_themes\";i:2;s:16:\"theme-editor.php\";i:3;s:6:\"Editor\";}}s:11:\"plugins.php\";a:3:{i:5;a:3:{i:0;s:17:\"Installed Plugins\";i:1;s:16:\"activate_plugins\";i:2;s:11:\"plugins.php\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:15:\"install_plugins\";i:2;s:18:\"plugin-install.php\";}i:15;a:3:{i:0;s:6:\"Editor\";i:1;s:12:\"edit_plugins\";i:2;s:17:\"plugin-editor.php\";}}s:9:\"users.php\";a:3:{i:5;a:3:{i:0;s:9:\"All Users\";i:1;s:10:\"list_users\";i:2;s:9:\"users.php\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:12:\"create_users\";i:2;s:12:\"user-new.php\";}i:15;a:3:{i:0;s:12:\"Your Profile\";i:1;s:4:\"read\";i:2;s:11:\"profile.php\";}}s:9:\"tools.php\";a:3:{i:5;a:3:{i:0;s:15:\"Available Tools\";i:1;s:10:\"edit_posts\";i:2;s:9:\"tools.php\";}i:10;a:3:{i:0;s:6:\"Import\";i:1;s:6:\"import\";i:2;s:10:\"import.php\";}i:15;a:3:{i:0;s:6:\"Export\";i:1;s:6:\"export\";i:2;s:10:\"export.php\";}}s:19:\"options-general.php\";a:9:{i:10;a:3:{i:0;s:7:\"General\";i:1;s:14:\"manage_options\";i:2;s:19:\"options-general.php\";}i:15;a:3:{i:0;s:7:\"Writing\";i:1;s:14:\"manage_options\";i:2;s:19:\"options-writing.php\";}i:20;a:3:{i:0;s:7:\"Reading\";i:1;s:14:\"manage_options\";i:2;s:19:\"options-reading.php\";}i:25;a:3:{i:0;s:10:\"Discussion\";i:1;s:14:\"manage_options\";i:2;s:22:\"options-discussion.php\";}i:30;a:3:{i:0;s:5:\"Media\";i:1;s:14:\"manage_options\";i:2;s:17:\"options-media.php\";}i:40;a:3:{i:0;s:10:\"Permalinks\";i:1;s:14:\"manage_options\";i:2;s:21:\"options-permalink.php\";}i:41;a:4:{i:0;s:10:\"Adminimize\";i:1;s:14:\"manage_options\";i:2;s:25:\"adminimize/adminimize.php\";i:3;s:18:\"Adminimize Options\";}i:42;a:4:{i:0;s:14:\"Duplicate Post\";i:1;s:14:\"manage_options\";i:2;s:13:\"duplicatepost\";i:3;s:22:\"Duplicate Post Options\";}i:43;a:4:{i:0;s:15:\"Awesome Weather\";i:1;s:14:\"manage_options\";i:2;s:15:\"awesome-weather\";i:3;s:16:\"Awesome Weather \";}}s:9:\"dhvc-form\";a:3:{i:0;a:4:{i:0;s:5:\"Forms\";i:1;s:14:\"edit_dhvcforms\";i:2;s:27:\"edit.php?post_type=dhvcform\";i:3;s:5:\"Forms\";}i:1;a:4:{i:0;s:7:\"Entries\";i:1;s:14:\"edit_dhvcforms\";i:2;s:15:\"dhvc-form-entry\";i:3;s:7:\"Entries\";}i:2;a:4:{i:0;s:8:\"Settings\";i:1;s:14:\"edit_dhvcforms\";i:2;s:17:\"dhvc-form-setting\";i:3;s:8:\"Settings\";}}s:10:\"duplicator\";a:6:{i:0;a:4:{i:0;s:8:\"Packages\";i:1;s:6:\"export\";i:2;s:10:\"duplicator\";i:3;s:8:\"Packages\";}i:1;a:4:{i:0;s:8:\"Settings\";i:1;s:14:\"manage_options\";i:2;s:19:\"duplicator-settings\";i:3;s:8:\"Settings\";}i:2;a:4:{i:0;s:5:\"Tools\";i:1;s:14:\"manage_options\";i:2;s:16:\"duplicator-tools\";i:3;s:5:\"Tools\";}i:3;a:4:{i:0;s:4:\"Help\";i:1;s:14:\"manage_options\";i:2;s:15:\"duplicator-help\";i:3;s:4:\"Help\";}i:4;a:4:{i:0;s:5:\"About\";i:1;s:14:\"manage_options\";i:2;s:16:\"duplicator-about\";i:3;s:5:\"About\";}i:5;a:4:{i:0;s:42:\"<span style=\"color:#f18500\">Go Pro!</span>\";i:1;s:14:\"manage_options\";i:2;s:16:\"duplicator-gopro\";i:3;s:42:\"<span style=\"color:#f18500\">Go Pro!</span>\";}}s:10:\"vc-general\";a:10:{i:0;a:4:{i:0;s:16:\"General Settings\";i:1;s:14:\"manage_options\";i:2;s:10:\"vc-general\";i:3;s:16:\"General Settings\";}i:1;a:4:{i:0;s:12:\"Role Manager\";i:1;s:14:\"manage_options\";i:2;s:8:\"vc-roles\";i:3;s:12:\"Role Manager\";}i:2;a:4:{i:0;s:14:\"Design Options\";i:1;s:14:\"manage_options\";i:2;s:8:\"vc-color\";i:3;s:14:\"Design Options\";}i:3;a:4:{i:0;s:10:\"Custom CSS\";i:1;s:14:\"manage_options\";i:2;s:13:\"vc-custom_css\";i:3;s:10:\"Custom CSS\";}i:4;a:4:{i:0;s:15:\"Product License\";i:1;s:14:\"manage_options\";i:2;s:10:\"vc-updater\";i:3;s:15:\"Product License\";}i:5;a:4:{i:0;s:16:\"Shortcode Mapper\";i:1;s:14:\"manage_options\";i:2;s:13:\"vc-automapper\";i:3;s:16:\"Shortcode Mapper\";}i:6;a:4:{i:0;s:10:\"Templatera\";i:1;s:14:\"manage_options\";i:2;s:10:\"templatera\";i:3;s:10:\"Templatera\";}i:7;a:4:{i:0;s:12:\"Grid Builder\";i:1;s:10:\"edit_posts\";i:2;s:31:\"edit.php?post_type=vc_grid_item\";i:3;s:12:\"Grid Builder\";}i:8;a:4:{i:0;s:9:\"Templates\";i:1;s:14:\"manage_options\";i:2;s:29:\"edit.php?post_type=templatera\";i:3;s:9:\"Templates\";}i:9;a:4:{i:0;s:5:\"About\";i:1;s:5:\"exist\";i:2;s:10:\"vc-welcome\";i:3;s:5:\"About\";}}s:15:\"ihf-information\";a:8:{i:0;a:4:{i:0;s:11:\"Information\";i:1;s:14:\"manage_options\";i:2;s:15:\"ihf-information\";i:3;s:11:\"Information\";}i:1;a:4:{i:0;s:8:\"Register\";i:1;s:14:\"manage_options\";i:2;s:19:\"ihf-option-activate\";i:3;s:8:\"Register\";}i:2;a:4:{i:0;s:17:\"IDX Control Panel\";i:1;s:14:\"manage_options\";i:2;s:21:\"ihf-idx-control-panel\";i:3;s:17:\"IDX Control Panel\";}i:3;a:4:{i:0;s:9:\"IDX Pages\";i:1;s:14:\"manage_options\";i:2;s:16:\"ihf-option-pages\";i:3;s:9:\"IDX Pages\";}i:4;a:4:{i:0;s:13:\"Configuration\";i:1;s:14:\"manage_options\";i:2;s:15:\"ihf-config-page\";i:3;s:13:\"Configuration\";}i:5;a:4:{i:0;s:10:\"Bio Widget\";i:1;s:14:\"manage_options\";i:2;s:12:\"ihf-bio-page\";i:3;s:10:\"Bio Widget\";}i:6;a:4:{i:0;s:13:\"Social Widget\";i:1;s:14:\"manage_options\";i:2;s:15:\"ihf-social-page\";i:3;s:13:\"Social Widget\";}i:7;a:4:{i:0;s:14:\"Email Branding\";i:1;s:14:\"manage_options\";i:2;s:23:\"ihf-email-branding-page\";i:3;s:14:\"Email Branding\";}}s:9:\"revslider\";a:2:{i:0;a:4:{i:0;s:17:\"Slider Revolution\";i:1;s:14:\"manage_options\";i:2;s:9:\"revslider\";i:3;s:17:\"Slider Revolution\";}i:1;a:4:{i:0;s:17:\"Navigation Editor\";i:1;s:14:\"manage_options\";i:2;s:20:\"revslider_navigation\";i:3;s:17:\"Navigation Editor\";}}s:0:\"\";a:10:{i:0;a:4:{i:0;s:15:\"Layout Assigner\";i:1;s:14:\"manage_options\";i:2;s:15:\"layout-assigner\";i:3;s:15:\"Layout Assigner\";}i:1;a:4:{i:0;s:14:\"Layout Creator\";i:1;s:14:\"manage_options\";i:2;s:13:\"layout-create\";i:3;s:14:\"Layout Creator\";}i:2;a:4:{i:0;s:19:\"ShortCode Generator\";i:1;s:10:\"edit_posts\";i:2;s:16:\"shortcode-create\";i:3;s:19:\"ShortCode Generator\";}i:3;a:4:{i:0;s:18:\"Row Style Selector\";i:1;s:14:\"manage_options\";i:2;s:21:\"ultimatum-row-layouts\";i:3;s:18:\"Row Style Selector\";}i:4;a:4:{i:0;s:14:\"Layout Options\";i:1;s:14:\"manage_options\";i:2;s:24:\"ultimatum-layout-options\";i:3;s:14:\"Layout Options\";}i:5;a:4:{i:0;s:10:\"Custom CSS\";i:1;s:14:\"manage_options\";i:2;s:20:\"ultimatum-custom-css\";i:3;s:10:\"Custom CSS\";}i:6;a:4:{i:0;s:15:\"CSS Regenerator\";i:1;s:14:\"manage_options\";i:2;s:19:\"ultimatum-css-regen\";i:3;s:15:\"CSS Regenerator\";}i:7;a:4:{i:0;s:13:\"CSS Generator\";i:1;s:14:\"manage_options\";i:2;s:17:\"ultimatum-css-gen\";i:3;s:13:\"CSS Generator\";}i:8;a:4:{i:0;s:19:\"Mobile App Assigner\";i:1;s:14:\"manage_options\";i:2;s:23:\"ultimatum-mobile-assign\";i:3;s:19:\"Mobile App Assigner\";}i:9;a:4:{i:0;s:8:\"Exporter\";i:1;s:14:\"manage_options\";i:2;s:16:\"ultimatum-export\";i:3;s:8:\"Exporter\";}}s:21:\"ultimatum-child-theme\";a:6:{i:0;a:4:{i:0;s:8:\"Settings\";i:1;s:14:\"manage_options\";i:2;s:21:\"ultimatum-child-theme\";i:3;s:8:\"Settings\";}i:1;a:4:{i:0;s:9:\"Templates\";i:1;s:14:\"manage_options\";i:2;s:16:\"wonder-templates\";i:3;s:9:\"Templates\";}i:2;a:4:{i:0;s:17:\"Custom Post Types\";i:1;s:14:\"manage_options\";i:2;s:12:\"wonder-types\";i:3;s:17:\"Custom Post Types\";}i:3;a:4:{i:0;s:7:\"Library\";i:1;s:14:\"manage_options\";i:2;s:14:\"wonder-library\";i:3;s:7:\"Library\";}i:4;a:4:{i:0;s:93:\"System Report <span class=\'update-plugins count-0\'><span class=\'plugin-count\'>0</span></span>\";i:1;s:14:\"manage_options\";i:2;s:12:\"wonder-notes\";i:3;s:13:\"System Report\";}i:5;a:4:{i:0;s:12:\"Social Share\";i:1;s:14:\"manage_options\";i:2;s:15:\"ut_social_share\";i:3;s:12:\"Social Share\";}}s:16:\"wonder-templates\";a:2:{i:0;a:4:{i:0;s:15:\"Layout Settings\";i:1;s:14:\"manage_options\";i:2;s:13:\"wonder-layout\";i:3;s:15:\"Layout Settings\";}i:1;a:4:{i:0;s:10:\"CSS Editor\";i:1;s:14:\"manage_options\";i:2;s:10:\"wonder-css\";i:3;s:10:\"CSS Editor\";}}s:14:\"wonder-library\";a:1:{i:0;a:4:{i:0;s:13:\"Fonts Library\";i:1;s:14:\"manage_options\";i:2;s:12:\"wonder-fonts\";i:3;s:13:\"Fonts Library\";}}s:14:\"about-ultimate\";a:7:{i:0;a:4:{i:0;s:5:\"About\";i:1;s:13:\"administrator\";i:2;s:14:\"about-ultimate\";i:3;s:8:\"Ultimate\";}i:1;a:4:{i:0;s:7:\"Modules\";i:1;s:13:\"administrator\";i:2;s:18:\"ultimate-dashboard\";i:3;s:7:\"Modules\";}i:2;a:4:{i:0;s:13:\"Smooth Scroll\";i:1;s:13:\"administrator\";i:2;s:21:\"ultimate-smoothscroll\";i:3;s:13:\"Smooth Scroll\";}i:3;a:4:{i:0;s:16:\"Scripts & Styles\";i:1;s:13:\"administrator\";i:2;s:27:\"ultimate-scripts-and-styles\";i:3;s:16:\"Scripts & Styles\";}i:4;a:4:{i:0;s:9:\"Resources\";i:1;s:13:\"administrator\";i:2;s:18:\"ultimate-resources\";i:3;s:9:\"Resources\";}i:5;a:4:{i:0;s:12:\"Icon Manager\";i:1;s:13:\"administrator\";i:2;s:21:\"bsf-font-icon-manager\";i:3;s:12:\"Icon Manager\";}i:6;a:4:{i:0;s:12:\"Google Fonts\";i:1;s:13:\"administrator\";i:2;s:23:\"bsf-google-font-manager\";i:3;s:19:\"Google Font Manager\";}}s:8:\"NOATTACH\";a:1:{i:0;a:4:{i:0;s:5:\"Debug\";i:1;s:13:\"administrator\";i:2;s:23:\"ultimate-debug-settings\";i:3;s:5:\"Debug\";}}s:15:\"imedica_options\";a:1:{i:0;a:4:{i:0;s:10:\"Extensions\";i:1;s:14:\"manage_options\";i:2;s:14:\"bsf-extensions\";i:3;s:10:\"Extensions\";}}}}', 'yes'),
(4814, 'widget_ihomefinderlinkwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(5886, 'manage-multiple-blogs', 'a:2:{s:5:\"blogs\";a:0:{}s:12:\"current_blog\";a:1:{s:4:\"type\";N;}}', 'yes'),
(5888, 'iwp_backup_table_version', '1.1.4', 'yes'),
(5889, 'iwp_client_replaced_old_hash_backup_files', '1', 'yes'),
(5896, 'wordfence_version', '6.1.10', 'yes'),
(5897, 'wordfenceActivated', '1', 'yes'),
(5898, 'wf_plugin_act_error', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(6216, 'rewrite_rules', 'a:266:{s:40:\"^homes-for-sale-search-advanced/([^/]+)$\";s:85:\"index.php?pagename=non_existent_page&ihf-type=idx-advanced-search&boardId=$matches[1]\";s:32:\"^homes-for-sale-search-advanced$\";s:65:\"index.php?pagename=non_existent_page&ihf-type=idx-advanced-search\";s:13:\"^office-list$\";s:61:\"index.php?pagename=non_existent_page&ihf-type=idx-office-list\";s:24:\"^mls-portal-office-list$\";s:72:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-office-list\";s:41:\"^mls-portal-office-list-name-starts-with$\";s:88:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-board-list-name-starts-with\";s:31:\"^office-detail/([^/]+)/([^/]+)$\";s:107:\"index.php?pagename=non_existent_page&ihf-type=idx-office-detail&officeName=$matches[1]&officeId=$matches[2]\";s:42:\"^mls-portal-office-detail/([^/]+)/([^/]+)$\";s:121:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-office&boardOfficeName=$matches[1]&boardOfficeId=$matches[2]\";s:12:\"^agent-list$\";s:60:\"index.php?pagename=non_existent_page&ihf-type=idx-agent-list\";s:23:\"^mls-portal-agent-list$\";s:71:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-agent-list\";s:45:\"^mls-portal-agent-list-last-name-starts-with$\";s:93:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-agent-list-last-name-starts-with\";s:26:\"^mls-portal-office-search$\";s:74:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-office-search\";s:25:\"^mls-portal-agent-search$\";s:73:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-agent-search\";s:30:\"^agent-detail/([^/]+)/([^/]+)$\";s:104:\"index.php?pagename=non_existent_page&ihf-type=idx-agent-detail&agentName=$matches[1]&agentId=$matches[2]\";s:34:\"^mls-portal-agent/([^/]+)/([^/]+)$\";s:120:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-agent&boardMemberName=$matches[1]&boardMemberId=$matches[2]\";s:14:\"^contact-form$\";s:62:\"index.php?pagename=non_existent_page&ihf-type=idx-contact-form\";s:16:\"^valuation-form$\";s:64:\"index.php?pagename=non_existent_page&ihf-type=idx-valuation-form\";s:21:\"^mortgage-calculator$\";s:69:\"index.php?pagename=non_existent_page&ihf-type=idx-mortgage-calculator\";s:18:\"^open-home-search$\";s:71:\"index.php?pagename=non_existent_page&ihf-type=idx-open-home-search-form\";s:23:\"^sold-featured-listing$\";s:71:\"index.php?pagename=non_existent_page&ihf-type=idx-sold-featured-listing\";s:26:\"^pending-featured-listing$\";s:74:\"index.php?pagename=non_existent_page&ihf-type=idx-pending-featured-listing\";s:22:\"^supplemental-listing$\";s:70:\"index.php?pagename=non_existent_page&ihf-type=idx-supplemental-listing\";s:23:\"^homes-for-sale-search$\";s:56:\"index.php?pagename=non_existent_page&ihf-type=idx-search\";s:27:\"^homes-for-sale-map-search$\";s:60:\"index.php?pagename=non_existent_page&ihf-type=idx-map-search\";s:47:\"^property-organizer-delete-saved-search-submit$\";s:95:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-delete-saved-search-submit\";s:56:\"^property-organizer-delete-saved-listing-submit/([^/]+)$\";s:116:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-delete-saved-listing&savedListingId=$matches[1]\";s:22:\"^email-alerts/([^/]+)$\";s:106:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-edit-saved-search&boardId=$matches[1]\";s:14:\"^email-alerts$\";s:86:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-edit-saved-search\";s:45:\"^property-organizer-edit-saved-search-submit$\";s:93:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-edit-saved-search-submit\";s:28:\"^email-updates-confirmation$\";s:90:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-email-updates-success\";s:25:\"^property-organizer-help$\";s:73:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-help\";s:36:\"^property-organizer-edit-subscriber$\";s:84:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-edit-subscriber\";s:26:\"^property-organizer-login$\";s:74:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-login\";s:27:\"^property-organizer-logout$\";s:75:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-logout\";s:46:\"^property-organizer-view-saved-search/([^/]+)$\";s:114:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-view-saved-search&searchProfileId=$matches[1]\";s:43:\"^property-organizer-view-saved-search-list$\";s:88:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-view-saved-searches\";s:35:\"^property-organizer-saved-listings$\";s:88:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-view-saved-listings\";s:46:\"^property-organizer-resend-confirmation-email$\";s:94:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-resend-confirmation-email\";s:29:\"^property-organizer-activate$\";s:88:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-activate-subscriber\";s:31:\"^property-organizer-send-login$\";s:79:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-send-login\";s:32:\"^listing-report/([^/]+)/([^/]+)$\";s:113:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheets&savedSearchName=$matches[1]&savedSearchId=$matches[2]\";s:34:\"^open-home-report/([^/]+)/([^/]+)$\";s:129:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheet-open-home-report&savedSearchName=$matches[1]&savedSearchId=$matches[2]\";s:31:\"^market-report/([^/]+)/([^/]+)$\";s:126:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheet-market-report&savedSearchName=$matches[1]&savedSearchId=$matches[2]\";s:25:\"^homes-for-sale-toppicks$\";s:64:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheets-list\";s:53:\"^homes-for-sale-sold-details/([^/]+)/([^/]+)/([^/]+)$\";s:134:\"index.php?pagename=non_existent_page&ihf-type=idx-sold-detail&listingAddress=$matches[1]&listingNumber=$matches[2]&boardId=$matches[3]\";s:48:\"^homes-for-sale-details/([^/]+)/([^/]+)/([^/]+)$\";s:129:\"index.php?pagename=non_existent_page&ihf-type=idx-detail&listingAddress=$matches[1]&listingNumber=$matches[2]&boardId=$matches[3]\";s:24:\"^homes-for-sale-results$\";s:57:\"index.php?pagename=non_existent_page&ihf-type=idx-results\";s:25:\"^homes-for-sale-featured$\";s:65:\"index.php?pagename=non_existent_page&ihf-type=idx-featured-search\";s:24:\"^listing-report/([^/]+)$\";s:85:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheets&savedSearchId=$matches[1]\";s:41:\"^homes-for-sale-toppicks/([^/]+)/([^/]+)$\";s:113:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheets&savedSearchName=$matches[1]&savedSearchId=$matches[2]\";s:25:\"^address-listing-results$\";s:57:\"index.php?pagename=non_existent_page&ihf-type=idx-results\";s:20:\"^id-listing-results$\";s:57:\"index.php?pagename=non_existent_page&ihf-type=idx-results\";s:33:\"^property-organizer-login-submit$\";s:74:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-login\";s:50:\"^index.php/homes-for-sale-search-advanced/([^/]+)$\";s:85:\"index.php?pagename=non_existent_page&ihf-type=idx-advanced-search&boardId=$matches[1]\";s:42:\"^index.php/homes-for-sale-search-advanced$\";s:65:\"index.php?pagename=non_existent_page&ihf-type=idx-advanced-search\";s:23:\"^index.php/office-list$\";s:61:\"index.php?pagename=non_existent_page&ihf-type=idx-office-list\";s:34:\"^index.php/mls-portal-office-list$\";s:72:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-office-list\";s:51:\"^index.php/mls-portal-office-list-name-starts-with$\";s:88:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-board-list-name-starts-with\";s:41:\"^index.php/office-detail/([^/]+)/([^/]+)$\";s:107:\"index.php?pagename=non_existent_page&ihf-type=idx-office-detail&officeName=$matches[1]&officeId=$matches[2]\";s:52:\"^index.php/mls-portal-office-detail/([^/]+)/([^/]+)$\";s:121:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-office&boardOfficeName=$matches[1]&boardOfficeId=$matches[2]\";s:22:\"^index.php/agent-list$\";s:60:\"index.php?pagename=non_existent_page&ihf-type=idx-agent-list\";s:33:\"^index.php/mls-portal-agent-list$\";s:71:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-agent-list\";s:55:\"^index.php/mls-portal-agent-list-last-name-starts-with$\";s:93:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-agent-list-last-name-starts-with\";s:36:\"^index.php/mls-portal-office-search$\";s:74:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-office-search\";s:35:\"^index.php/mls-portal-agent-search$\";s:73:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-agent-search\";s:40:\"^index.php/agent-detail/([^/]+)/([^/]+)$\";s:104:\"index.php?pagename=non_existent_page&ihf-type=idx-agent-detail&agentName=$matches[1]&agentId=$matches[2]\";s:44:\"^index.php/mls-portal-agent/([^/]+)/([^/]+)$\";s:120:\"index.php?pagename=non_existent_page&ihf-type=idx-mls-portal-agent&boardMemberName=$matches[1]&boardMemberId=$matches[2]\";s:24:\"^index.php/contact-form$\";s:62:\"index.php?pagename=non_existent_page&ihf-type=idx-contact-form\";s:26:\"^index.php/valuation-form$\";s:64:\"index.php?pagename=non_existent_page&ihf-type=idx-valuation-form\";s:31:\"^index.php/mortgage-calculator$\";s:69:\"index.php?pagename=non_existent_page&ihf-type=idx-mortgage-calculator\";s:28:\"^index.php/open-home-search$\";s:71:\"index.php?pagename=non_existent_page&ihf-type=idx-open-home-search-form\";s:33:\"^index.php/sold-featured-listing$\";s:71:\"index.php?pagename=non_existent_page&ihf-type=idx-sold-featured-listing\";s:36:\"^index.php/pending-featured-listing$\";s:74:\"index.php?pagename=non_existent_page&ihf-type=idx-pending-featured-listing\";s:32:\"^index.php/supplemental-listing$\";s:70:\"index.php?pagename=non_existent_page&ihf-type=idx-supplemental-listing\";s:33:\"^index.php/homes-for-sale-search$\";s:56:\"index.php?pagename=non_existent_page&ihf-type=idx-search\";s:37:\"^index.php/homes-for-sale-map-search$\";s:60:\"index.php?pagename=non_existent_page&ihf-type=idx-map-search\";s:57:\"^index.php/property-organizer-delete-saved-search-submit$\";s:95:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-delete-saved-search-submit\";s:66:\"^index.php/property-organizer-delete-saved-listing-submit/([^/]+)$\";s:116:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-delete-saved-listing&savedListingId=$matches[1]\";s:32:\"^index.php/email-alerts/([^/]+)$\";s:106:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-edit-saved-search&boardId=$matches[1]\";s:24:\"^index.php/email-alerts$\";s:86:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-edit-saved-search\";s:55:\"^index.php/property-organizer-edit-saved-search-submit$\";s:93:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-edit-saved-search-submit\";s:38:\"^index.php/email-updates-confirmation$\";s:90:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-email-updates-success\";s:35:\"^index.php/property-organizer-help$\";s:73:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-help\";s:46:\"^index.php/property-organizer-edit-subscriber$\";s:84:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-edit-subscriber\";s:36:\"^index.php/property-organizer-login$\";s:74:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-login\";s:37:\"^index.php/property-organizer-logout$\";s:75:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-logout\";s:56:\"^index.php/property-organizer-view-saved-search/([^/]+)$\";s:114:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-view-saved-search&searchProfileId=$matches[1]\";s:53:\"^index.php/property-organizer-view-saved-search-list$\";s:88:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-view-saved-searches\";s:45:\"^index.php/property-organizer-saved-listings$\";s:88:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-view-saved-listings\";s:56:\"^index.php/property-organizer-resend-confirmation-email$\";s:94:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-resend-confirmation-email\";s:39:\"^index.php/property-organizer-activate$\";s:88:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-activate-subscriber\";s:41:\"^index.php/property-organizer-send-login$\";s:79:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-send-login\";s:42:\"^index.php/listing-report/([^/]+)/([^/]+)$\";s:113:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheets&savedSearchName=$matches[1]&savedSearchId=$matches[2]\";s:44:\"^index.php/open-home-report/([^/]+)/([^/]+)$\";s:129:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheet-open-home-report&savedSearchName=$matches[1]&savedSearchId=$matches[2]\";s:41:\"^index.php/market-report/([^/]+)/([^/]+)$\";s:126:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheet-market-report&savedSearchName=$matches[1]&savedSearchId=$matches[2]\";s:35:\"^index.php/homes-for-sale-toppicks$\";s:64:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheets-list\";s:63:\"^index.php/homes-for-sale-sold-details/([^/]+)/([^/]+)/([^/]+)$\";s:134:\"index.php?pagename=non_existent_page&ihf-type=idx-sold-detail&listingAddress=$matches[1]&listingNumber=$matches[2]&boardId=$matches[3]\";s:58:\"^index.php/homes-for-sale-details/([^/]+)/([^/]+)/([^/]+)$\";s:129:\"index.php?pagename=non_existent_page&ihf-type=idx-detail&listingAddress=$matches[1]&listingNumber=$matches[2]&boardId=$matches[3]\";s:34:\"^index.php/homes-for-sale-results$\";s:57:\"index.php?pagename=non_existent_page&ihf-type=idx-results\";s:35:\"^index.php/homes-for-sale-featured$\";s:65:\"index.php?pagename=non_existent_page&ihf-type=idx-featured-search\";s:34:\"^index.php/listing-report/([^/]+)$\";s:85:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheets&savedSearchId=$matches[1]\";s:51:\"^index.php/homes-for-sale-toppicks/([^/]+)/([^/]+)$\";s:113:\"index.php?pagename=non_existent_page&ihf-type=idx-hotsheets&savedSearchName=$matches[1]&savedSearchId=$matches[2]\";s:35:\"^index.php/address-listing-results$\";s:57:\"index.php?pagename=non_existent_page&ihf-type=idx-results\";s:30:\"^index.php/id-listing-results$\";s:57:\"index.php?pagename=non_existent_page&ihf-type=idx-results\";s:43:\"^index.php/property-organizer-login-submit$\";s:74:\"index.php?pagename=non_existent_page&ihf-type=idx-property-organizer-login\";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:41:\"ult_slideshow/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"ult_slideshow/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"ult_slideshow/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"ult_slideshow/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"ult_slideshow/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"ult_slideshow/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"ult_slideshow/([^/]+)/embed/?$\";s:61:\"index.php?post_type=ult_slideshow&name=$matches[1]&embed=true\";s:34:\"ult_slideshow/([^/]+)/trackback/?$\";s:55:\"index.php?post_type=ult_slideshow&name=$matches[1]&tb=1\";s:42:\"ult_slideshow/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_type=ult_slideshow&name=$matches[1]&paged=$matches[2]\";s:49:\"ult_slideshow/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?post_type=ult_slideshow&name=$matches[1]&cpage=$matches[2]\";s:38:\"ult_slideshow/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?post_type=ult_slideshow&name=$matches[1]&page=$matches[2]\";s:30:\"ult_slideshow/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"ult_slideshow/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"ult_slideshow/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"ult_slideshow/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"ult_slideshow/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"ult_slideshow/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:36:\"dhvcform/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"dhvcform/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"dhvcform/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dhvcform/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dhvcform/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"dhvcform/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"dhvcform/([^/]+)/embed/?$\";s:41:\"index.php?dhvcform=$matches[1]&embed=true\";s:29:\"dhvcform/([^/]+)/trackback/?$\";s:35:\"index.php?dhvcform=$matches[1]&tb=1\";s:37:\"dhvcform/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?dhvcform=$matches[1]&paged=$matches[2]\";s:44:\"dhvcform/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?dhvcform=$matches[1]&cpage=$matches[2]\";s:33:\"dhvcform/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?dhvcform=$matches[1]&page=$matches[2]\";s:25:\"dhvcform/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"dhvcform/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"dhvcform/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dhvcform/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dhvcform/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"dhvcform/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"templatera/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"templatera/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"templatera/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"templatera/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"templatera/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"templatera/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"templatera/([^/]+)/embed/?$\";s:43:\"index.php?templatera=$matches[1]&embed=true\";s:31:\"templatera/([^/]+)/trackback/?$\";s:37:\"index.php?templatera=$matches[1]&tb=1\";s:39:\"templatera/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?templatera=$matches[1]&paged=$matches[2]\";s:46:\"templatera/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?templatera=$matches[1]&cpage=$matches[2]\";s:35:\"templatera/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?templatera=$matches[1]&page=$matches[2]\";s:27:\"templatera/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"templatera/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"templatera/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"templatera/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"templatera/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"templatera/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s: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=42&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(6252, 'db_upgraded', '', 'yes'),
(7854, 'widget_ihomefindervaluationwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8765, 'ihf_database_cache_test', '648937d685cfa', 'yes'),
(9757, 'duplicate_post_copytitle', '1', 'yes'),
(9758, 'duplicate_post_copyslug', '1', 'yes'),
(9759, 'duplicate_post_copycontent', '1', 'yes'),
(9760, 'duplicate_post_copypassword', '0', 'yes'),
(9761, 'duplicate_post_copycomments', '0', 'yes'),
(9762, 'duplicate_post_types_enabled', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'yes'),
(9814, 'bsf_local_transient_bundled', '1599069904', 'yes'),
(11164, 'duplicate_post_copythumbnail', '1', 'yes'),
(11165, 'duplicate_post_copytemplate', '1', 'yes'),
(11166, 'duplicate_post_copyformat', '1', 'yes'),
(11167, 'duplicate_post_copyauthor', '0', 'yes'),
(11168, 'duplicate_post_copymenuorder', '1', 'yes'),
(11441, 'fresh_site', '0', 'yes'),
(12066, 'ultimatum-child-theme_18_options', 'a:6:{s:4:\"type\";s:7:\"fluidsl\";s:10:\"stickwidth\";s:3:\"300\";s:10:\"breakpoint\";s:3:\"992\";s:6:\"header\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:5:\"class\";s:0:\"\";}', 'yes'),
(12073, 'ultimatum-child-theme_17_options', 'a:6:{s:4:\"type\";s:5:\"basic\";s:10:\"stickwidth\";s:3:\"300\";s:10:\"breakpoint\";s:3:\"992\";s:6:\"header\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:5:\"class\";s:0:\"\";}', 'yes'),
(12617, 'widget_ihomefinderloginwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(13948, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(13949, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(13950, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(14677, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(14688, 'bsf_skip_braisntorm_menu', '1', 'no'),
(15801, 'dhvc_form_db_version', '2.0.0', 'yes'),
(15804, 'bsf_local_transient', '1599217820', 'yes'),
(16382, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(17784, 'new_admin_email', 'info@highelevation.net', 'yes'),
(17785, 'mm_cache_settings', 'a:2:{s:4:\"page\";s:7:\"enabled\";s:7:\"browser\";s:7:\"enabled\";}', 'yes'),
(17786, 'ebc_filetype_expirations', 'a:9:{s:9:\"image/jpg\";s:7:\"6 hours\";s:10:\"image/jpeg\";s:7:\"6 hours\";s:9:\"image/gif\";s:7:\"6 hours\";s:9:\"image/png\";s:7:\"6 hours\";s:8:\"text/css\";s:7:\"6 hours\";s:15:\"application/pdf\";s:6:\"1 week\";s:15:\"text/javascript\";s:7:\"6 hours\";s:9:\"text/html\";s:10:\"10 minutes\";s:7:\"default\";s:7:\"3 hours\";}', 'yes'),
(17787, 'endurance_cache_level', '2', 'yes'),
(17944, 'revslider_servers', 'a:3:{i:0;s:22:\"themepunch-ext-c.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";}', 'yes'),
(17945, 'revslider_server_refresh', '1720330536', 'yes'),
(17946, 'revslider-library-check', '1720611206', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(17947, '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\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(17948, 'revslider_checktables', '1', 'yes'),
(17949, 'rs_tables_created', '1', 'yes'),
(17950, 'revslider_table_version', '1.0.8', 'yes'),
(17956, 'rs_cache_overlay', '6.3.9', 'yes'),
(18215, 'revslider-addons', 'O:8:\"stdClass\":30:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"352\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.3.0\";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:\"2.3.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:\"2021-03-17\";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:\"351\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:6:\"6.2.50\";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:\"2.2.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:\"2021-01-20\";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:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"350\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:6:\"6.2.50\";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:6:\"2.0.10\";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:\"2020-10-30\";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:\"354\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"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:2:\"50\";s:11:\"last_update\";s:10:\"2020-12-04\";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:\"307\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";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:\"2.0.8\";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:\"2020-10-15\";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:2:\"75\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.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:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";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:\"309\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.3.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:\"2.0.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:2:\"80\";s:11:\"last_update\";s:10:\"2020-12-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:2:\"77\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.9\";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:\"2020-06-14\";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-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"311\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.6\";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:\"2020-05-05\";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:2:\"64\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.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:\"125\";s:11:\"last_update\";s:10:\"2021-01-05\";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:2:\"58\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.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:\"127\";s:11:\"last_update\";s:10:\"2020-12-15\";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:\"312\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.2.3\";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:\"2.1.0\";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:\"2020-01-01\";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:2:\"70\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"2.1.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:\"2020-10-07\";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:\"310\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";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:\"2.0.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:\"2021-02-24\";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:\"353\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.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:\"150\";s:11:\"last_update\";s:10:\"2020-12-04\";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:2:\"57\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";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:\"2020-02-20\";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:\"308\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.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:\"2.2.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:\"2021-01-15\";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:2:\"61\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";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:\"2020-01-01\";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:2:\"73\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";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:\"2020-01-01\";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:2:\"59\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.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:\"380\";s:11:\"last_update\";s:10:\"2020-12-04\";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:2:\"54\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"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:\"430\";s:11:\"last_update\";s:10:\"2020-12-04\";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:2:\"65\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"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:\"650\";s:11:\"last_update\";s:10:\"2020-12-04\";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:2:\"66\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"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:\"660\";s:11:\"last_update\";s:10:\"2020-12-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_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:2:\"69\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"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:\"690\";s:11:\"last_update\";s:10:\"2020-12-04\";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:2:\"71\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";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:\"2020-01-01\";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:{}}}', 'yes'),
(19911, 'ultimatum-child-theme_14_options', 'a:6:{s:4:\"type\";s:5:\"basic\";s:10:\"stickwidth\";s:3:\"300\";s:10:\"breakpoint\";s:3:\"992\";s:6:\"header\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:5:\"class\";s:0:\"\";}', 'yes'),
(19916, 'ultimatum-child-theme_13_options', 'a:6:{s:4:\"type\";s:5:\"basic\";s:10:\"stickwidth\";s:3:\"300\";s:10:\"breakpoint\";s:3:\"992\";s:6:\"header\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:5:\"class\";s:0:\"\";}', 'yes'),
(19921, 'ultimatum-child-theme_7_options', 'a:6:{s:4:\"type\";s:5:\"basic\";s:10:\"stickwidth\";s:3:\"300\";s:10:\"breakpoint\";s:3:\"992\";s:6:\"header\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:5:\"class\";s:0:\"\";}', 'yes'),
(20743, '_mm_refresh_token', '5a58e960-f3e0-4e29-988d-083b0a141f3e', 'yes'),
(21224, 'wp-smush-install-type', 'existing', 'no'),
(21225, 'wp-smush-version', '3.12.6', 'no'),
(21228, 'smush_global_stats', 'a:9:{s:11:\"size_before\";i:11360910;s:10:\"size_after\";i:10620523;s:7:\"percent\";d:6.5;s:5:\"human\";s:8:\"723.0 KB\";s:5:\"bytes\";i:740387;s:12:\"total_images\";i:188;s:14:\"resize_savings\";i:0;s:12:\"resize_count\";i:0;s:18:\"conversion_savings\";i:0;}', 'no'),
(21230, 'wp_smush_api_auth', 'a:1:{s:40:\"0d2af814e0e5a70f83ce9368f8f2fc8c49ce581c\";a:2:{s:8:\"validity\";s:5:\"valid\";s:9:\"timestamp\";i:1721526309;}}', 'off'),
(21236, 'dir_smush_stats', 'a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";s:1:\"0\";s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}', 'no'),
(21237, 'skip-smush-setup', '1', 'no'),
(21953, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:37:\"popup-maker/includes/pum-sdk/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.1.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1536155288;s:11:\"plugin_path\";s:27:\"popup-maker/popup-maker.php\";}}s:7:\"abspath\";s:34:\"/home/denverheirlooms/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:27:\"popup-maker/popup-maker.php\";s:8:\"sdk_path\";s:37:\"popup-maker/includes/pum-sdk/freemius\";s:7:\"version\";s:5:\"2.1.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1536155288;}}', 'yes'),
(21954, 'fs_debug_mode', '', 'yes'),
(21955, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:1:{i:147;a:3:{s:4:\"slug\";s:11:\"popup-maker\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:27:\"popup-maker/popup-maker.php\";}}s:11:\"plugin_data\";a:1:{s:11:\"popup-maker\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:27:\"popup-maker/popup-maker.php\";}s:17:\"install_timestamp\";i:1536155818;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.1.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"1.7.29\";s:14:\"plugin_version\";s:6:\"1.7.30\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:19:\"denverheirlooms.com\";s:9:\"server_ip\";s:15:\"207.244.105.103\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1536164200;s:7:\"version\";s:6:\"1.7.29\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;}}s:13:\"file_slug_map\";a:1:{s:27:\"popup-maker/popup-maker.php\";s:11:\"popup-maker\";}s:7:\"plugins\";a:1:{s:11:\"popup-maker\";O:9:\"FS_Plugin\":18:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:11:\"Popup Maker\";s:4:\"slug\";s:11:\"popup-maker\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:4:\"file\";s:27:\"popup-maker/popup-maker.php\";s:7:\"version\";s:6:\"1.7.30\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:7:\"is_live\";b:1;s:10:\"public_key\";s:32:\"pk_0a02cbd99443e0ab7211b19222fe3\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"147\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"6be19606d6daebe7827e0c158dcddb9b\";s:13:\"admin_notices\";a:1:{s:11:\"popup-maker\";a:1:{s:15:\"connect_account\";a:8:{s:7:\"message\";s:156:\"We made a few tweaks to the plugin, <b><a href=\"http://denverheirlooms.com/wp-admin/admin.php?page=popup-maker\">Opt in to make \"Popup Maker\" Better!</a></b>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:10:\"update-nag\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"connect_account\";s:10:\"manager_id\";s:11:\"popup-maker\";s:6:\"plugin\";s:11:\"Popup Maker\";s:10:\"wp_user_id\";N;}}}}', 'yes'),
(21958, 'popmake_settings', 'a:1:{s:26:\"disable_popup_category_tag\";i:1;}', 'yes'),
(21959, 'pum_ver', '1.7.30', 'yes'),
(21960, 'fs_api_cache', 'a:0:{}', 'yes'),
(21968, 'popmake_default_theme', '4369', 'yes'),
(21979, '_pum_installed_themes', 'a:5:{i:0;s:8:\"lightbox\";i:1;s:15:\"enterprise-blue\";i:2;s:9:\"hello-box\";i:3;s:12:\"cutting-edge\";i:4;s:13:\"framed-border\";}', 'yes'),
(21983, 'pum_reviews_installed_on', '2018-02-07 17:51:40', 'yes'),
(21984, 'pum_db_ver', '8', 'yes'),
(21990, '_transient_popmake_theme_styles', '/* Popup Google Fonts */\r\n@import url(\'//fonts.googleapis.com/css?family=Acme|Montserrat\');\r\n\r\n/* Popup Theme 4374: Framed Border */\r\n.pum-theme-4374, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } \r\n.pum-theme-4374 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } \r\n.pum-theme-4374 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } \r\n.pum-theme-4374 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit } \r\n.pum-theme-4374 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Acme; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } \r\n\r\n/* Popup Theme 4373: Cutting Edge */\r\n.pum-theme-4373, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } \r\n.pum-theme-4373 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } \r\n.pum-theme-4373 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-size: 26px; line-height: 28px } \r\n.pum-theme-4373 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit } \r\n.pum-theme-4373 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: inherit; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } \r\n\r\n/* Popup Theme 4372: Hello Box */\r\n.pum-theme-4372, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } \r\n.pum-theme-4372 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } \r\n.pum-theme-4372 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-size: 32px; line-height: 36px } \r\n.pum-theme-4372 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit } \r\n.pum-theme-4372 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: inherit; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } \r\n\r\n/* Popup Theme 4371: Enterprise Blue */\r\n.pum-theme-4371, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } \r\n.pum-theme-4371 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } \r\n.pum-theme-4371 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 34px; line-height: 36px } \r\n.pum-theme-4371 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit } \r\n.pum-theme-4371 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: inherit; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } \r\n\r\n/* Popup Theme 4370: Light Box */\r\n.pum-theme-4370, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } \r\n.pum-theme-4370 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } \r\n.pum-theme-4370 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } \r\n.pum-theme-4370 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit } \r\n.pum-theme-4370 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { height: 30px; width: 30px; left: auto; right: -24px; bottom: auto; top: -24px; padding: 0px; color: #ffffff; font-family: inherit; font-size: 24px; line-height: 26px; border: 2px solid #ffffff; border-radius: 30px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } \r\n\r\n/* Popup Theme 4369: Default Theme */\r\n.pum-theme-4369, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } \r\n.pum-theme-4369 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } \r\n.pum-theme-4369 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: inherit; font-size: 32px; font-style: normal; line-height: 36px } \r\n.pum-theme-4369 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: inherit; font-style: normal } \r\n.pum-theme-4369 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: inherit; font-size: 12px; font-style: normal; line-height: 14px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } \r\n\r\n', 'yes'),
(22080, 'pum_total_open_count', '10', 'yes'),
(23882, 'ultimatum-child-theme_custom_template_css_2', '/** MENU ALIGNMENT **/\r\n.nav-holder {\r\n float: left;\r\n z-index: 99997;\r\n}\r\n\r\n.ultimatum-menu .nav-holder .navigation > li >a {\r\n padding-top: 15px;\r\n}\r\n\r\n/** TABLE LINKS **/\r\ntable a:not(.btn), .table a:not(.btn) {\r\n color: #db3613;\r\n text-decoration: underline;\r\n}\r\n\r\n/** BREADCRUMBS **/\r\n.breadcrumb {\r\n padding: 8px 0px;\r\n margin-bottom: 0px;\r\n list-style: none;\r\n border-radius: 4px;\r\n background-color: #e6e6e6;\r\n text-align: right;\r\n}\r\n\r\n.breadcrumb > .active {\r\n color: #8e8e8e;\r\n}\r\n\r\n/** TESTIMONIALS **/\r\n.symple-testimonial-content {\r\n background: #dadada;\r\n color: #666;\r\n}\r\n\r\n.symple-testimonial-content:after {\r\n border-right: 15px solid #dadada;\r\n font-size: 0px;\r\n}\r\n\r\n.symple-testimonial-content:before {\r\n content: \\\"\\\";\r\n position: absolute;\r\n left: 15px;\r\n bottom: -15px;\r\n width: 0px;\r\n height: 0px;\r\n border-bottom: 15px solid rgba(255,255,255,0);\r\n border-top: 15px solid rgba(255,255,255,0);\r\n border-right: 15px solid #dadada;\r\n font-size: 0px;\r\n line-height: 0px;\r\n}\r\n\r\n/** FORM SUBMISSIONS MESSAGE **/\r\n.dhvc-form-message {\r\n padding: 0px 0 15px;\r\n color: #ff0000;\r\n font-size: 24px;\r\n}\r\n\r\n/** SLIDER INDEX **/\r\n.rev_slider_wrapper {\r\n width: 100%;\r\n z-index: -1;\r\n}\r\n\r\n/** LAYERS **/\r\n.class10 {\r\n z-index: 10;\r\n}\r\n\r\n.class20 {\r\n z-index: 20;\r\n}\r\n\r\n.class5 {\r\n z-index: 5;\r\n}\r\n\r\n/** GREYSCALE EFFECT **/\r\n.primary {\r\n cursor: pointer;\r\n}\r\n\r\n.primary img {\r\n filter: url(\\\"data:image/svg+xml;utf8,<svg xmlns=\\\'http://www.w3.org/2000/svg\\\'><filter id=\\\'grayscale\\\'><feColorMatrix type=\\\'matrix\\\' values=\\\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\\\'/></filter></svg>#grayscale\\\");\r\n /* Firefox 10+, Firefox on Android */\r\n -webkit-filter: grayscale(100%);\r\n filter: grayscale(100%);\r\n filter: gray;\r\n /* IE 6-9 */\r\n -moz-transition: all 0.2s ease-in;\r\n -o-transition: all 0.2s ease-in;\r\n -webkit-transition: all 0.2s ease-in;\r\n transition: all 0.2s ease-in;\r\n}\r\n\r\n.primary:hover img {\r\n filter: url(\\\"data:image/svg+xml;utf8,<svg xmlns=\\\'http://www.w3.org/2000/svg\\\'><filter id=\\\'grayscale\\\'><feColorMatrix type=\\\'matrix\\\' values=\\\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\\\'/></filter></svg>#grayscale\\\");\r\n -webkit-filter: none;\r\n filter: none;\r\n}\r\n\r\n/** INTERACTIVE BANNER **/\r\n#interactive-banner-wrap-9886 .ult-new-ib-title {\r\n font-size: 20px !important;\r\n}\r\n\r\n/** FLUID WRAPPER **/\r\n.fluid-wrapper {\r\n width: 100%;\r\n margin: 0 auto;\r\n}\r\n\r\n/** SEARCH - IFRAME **/\r\ndiv#container\r\n{\r\n width:100%;\r\n height:1550px;\r\n overflow:scroll; /* if you don\\\'t want a scrollbar, set to hidden */\r\n overflow-x:hidden; /* hides horizontal scrollbar on newer browsers */\r\n\r\n /* resize and min-height are optional, allows user to resize viewable area */\r\n -webkit-resize:vertical; \r\n -moz-resize:vertical;\r\n resize:vertical;\r\n min-height:317px;\r\n}\r\n\r\niframe#search\r\n{\r\n width:100%; /* set this to approximate width of entire page you\\\'re embedding */\r\n height:1800px; /* determines where the bottom of the page cuts off */\r\n margin-left:-5px; /* clipping left side of page */\r\n margin-top:-244px; /* clipping top of page */\r\n overflow:hidden;\r\n\r\n /* resize seems to inherit in at least Firefox */\r\n -webkit-resize:none;\r\n -moz-resize:none;\r\n resize:none;\r\n}\r\n\r\n/** PINNACLE FONTS SIZES **/\r\n.uavc-list-content span.uavc-list-desc {\r\n font-size: 16px;\r\n}', 'yes'),
(24717, 'ultimatum-child-theme_custom_css_17', '/** SLIDER **/\r\n.rev_slider_wrapper {\r\n width: 100%;\r\n z-index: 20;\r\n}', 'yes'),
(27032, 'pum_initial_version', '1.6.6', 'yes'),
(27033, 'pum_ver_upgraded_from', '1.7.29', 'yes'),
(27042, 'pum-has-cached-css', '1540228094', 'yes'),
(27043, 'pum-has-cached-js', '1540228094', 'yes'),
(29578, 'pum_completed_upgrades', 'a:2:{i:0;s:16:\"core-v1_7-popups\";i:1;s:18:\"core-v1_7-settings\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(33105, 'wdp_un_updates_data', 'a:5:{s:8:\"projects\";a:18:{i:3953609;a:31:{s:2:\"id\";i:3953609;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:38:\"Forminator Stripe Subscriptions Add-on\";s:8:\"released\";i:1628782736;s:7:\"updated\";i:1716901279;s:9:\"downloads\";s:5:\"23049\";s:10:\"popularity\";s:4:\"3890\";s:17:\"short_description\";s:124:\"The Stripe subscription add-on lets you collect recurring/subscription payments with Forminator Pro on your WordPress sites.\";s:16:\"long_description\";s:240:\"Add the ability to collect recurring/subscription payments with Forminator. Create Stripe subscription plans directly from your Forminator dashboard and use conditional logic to process any of your payment fields based on form field values.\";s:8:\"features\";a:4:{i:0;s:71:\"Create and manage one-time and recurring Stripe payments in Forminator.\";i:1;s:44:\"Setup products in Forminator within minutes.\";i:2;s:69:\"Offer users a trial period for your product before they start paying.\";i:3;s:75:\"Use conditional logic to process payments based on form input field values.\";}s:7:\"version\";s:3:\"1.1\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:46:\"https://wpmudev.com/project/forminator-stripe/\";s:9:\"thumbnail\";s:73:\"https://wpmudev.com/wp-content/uploads/2021/08/forminator-stripe-logo.png\";s:16:\"thumbnail_square\";s:79:\"https://wpmudev.com/wp-content/uploads/2021/08/forminator-stripe-logo-90x90.png\";s:15:\"thumbnail_large\";s:73:\"https://wpmudev.com/wp-content/uploads/2021/08/forminator-stripe-logo.png\";s:4:\"icon\";s:57:\"https://wpmudev.com/wp-content/uploads/2021/08/Stripe.png\";s:9:\"banner_1x\";s:66:\"https://wpmudev.com/wp-content/uploads/2022/04/ForminatorAddOn.png\";s:9:\"banner_2x\";s:69:\"https://wpmudev.com/wp-content/uploads/2022/04/ForminatorAddOn@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:51:\"admin.php?page=forminator-settings§ion=payments\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:1;s:6:\"_order\";i:1;}i:4262971;a:31:{s:2:\"id\";i:4262971;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:31:\"Forminator PDF Generator Add-on\";s:8:\"released\";i:1691653002;s:7:\"updated\";i:1719404560;s:9:\"downloads\";s:5:\"13422\";s:10:\"popularity\";s:4:\"5151\";s:17:\"short_description\";s:112:\"Generate and send PDF files (e.g., form entries, receipts, invoices, quotations) to users after form submission.\";s:16:\"long_description\";s:0:\"\";s:8:\"features\";a:5:{i:0;s:63:\"No limit on the number of PDFs you can generate for your forms.\";i:1;s:74:\"Generate PDF files in seconds with our easy-to-use pre-designed templates.\";i:2;s:80:\"Send customized email Notifications to admins and visitors with PDF attachments.\";i:3;s:66:\"Download the PDFs of the form submissions on the Submissions page.\";i:4;s:39:\"Generate payment receipts and invoices.\";}s:7:\"version\";s:3:\"1.3\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:53:\"https://wpmudev.com/project/forminator-pdf-generator/\";s:9:\"thumbnail\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Project-pdf-logo.png\";s:16:\"thumbnail_square\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Project-pdf-logo.png\";s:15:\"thumbnail_large\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Project-pdf-logo.png\";s:4:\"icon\";s:59:\"https://wpmudev.com/wp-content/uploads/2024/05/pdf-logo.png\";s:9:\"banner_1x\";s:59:\"https://wpmudev.com/wp-content/uploads/2023/07/banner-1.png\";s:9:\"banner_2x\";s:60:\"https://wpmudev.com/wp-content/uploads/2023/07/banner@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:1;s:6:\"_order\";i:2;}i:4276231;a:31:{s:2:\"id\";i:4276231;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:29:\"Forminator Geolocation Add-on\";s:8:\"released\";i:1693921360;s:7:\"updated\";i:1719404566;s:9:\"downloads\";s:4:\"9243\";s:10:\"popularity\";s:4:\"2972\";s:17:\"short_description\";s:110:\"Collect your form submitters\' location information, and provide address auto-completion using Google Maps API.\";s:16:\"long_description\";s:0:\"\";s:8:\"features\";a:3:{i:0;s:54:\"Collect and store your users\' geolocation information.\";i:1;s:60:\"Add address auto-suggestion to your forms\' address field(s).\";i:2;s:43:\"See your users\' geolocation on Google Maps.\";}s:7:\"version\";s:3:\"1.3\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:51:\"https://wpmudev.com/project/forminator-geolocation/\";s:9:\"thumbnail\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-logo.png\";s:16:\"thumbnail_square\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-logo.png\";s:15:\"thumbnail_large\";s:67:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-logo.png\";s:4:\"icon\";s:67:\"https://wpmudev.com/wp-content/uploads/2024/05/geolocation-logo.png\";s:9:\"banner_1x\";s:69:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-banner.png\";s:9:\"banner_2x\";s:72:\"https://wpmudev.com/wp-content/uploads/2023/08/Geolocation-banner@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:1;s:6:\"_order\";i:3;}i:119;a:32:{s:2:\"id\";i:119;s:4:\"paid\";s:4:\"free\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"WPMU DEV Dashboard\";s:8:\"released\";i:1261092923;s:7:\"updated\";i:1712153136;s:9:\"downloads\";s:8:\"11228382\";s:10:\"popularity\";s:6:\"543277\";s:17:\"short_description\";s:80:\"Instant access to brilliant support and one-click plugin and theme installation.\";s:16:\"long_description\";s:188:\"Instant access to expert support and one-click plugin/theme installation. Unlock better security, backups, performance optimization, one-click installations, automated updates and reports.\";s:8:\"features\";a:35:{i:0;s:23:\"One-click installations\";i:1;s:36:\"Hub and Hosting Single Sign-On (SSO)\";i:2;s:19:\"Unbranded analytics\";i:3;s:35:\"Dashboard plugin browse and install\";i:4;s:34:\"Dashboard theme browse and install\";i:5;s:21:\"Simply login to setup\";i:6;s:42:\"Instant Google account login (COMING SOON)\";i:7;s:30:\"Integrated badge notifications\";i:8;s:17:\"One-click updates\";i:9;s:50:\"Enable automatic WPMU DEV Dashboard plugin updates\";i:10;s:28:\"WPMU DEV dashboard news feed\";i:11;s:28:\"Dashboard widget quick links\";i:12;s:25:\"New release notifications\";i:13;s:20:\"Update notifications\";i:14;s:18:\"Membership manager\";i:15;s:34:\"Hide/Remove WPMU DEV hero branding\";i:16;s:18:\"Background updates\";i:17;s:18:\"Hide notifications\";i:18;s:30:\"Limit to Multisite Super Admin\";i:19;s:21:\"See reputation points\";i:20;s:27:\"Built-in conflict avoidance\";i:21;s:39:\"Occasional special membership discounts\";i:22;s:33:\"Participate in WPMU DEV community\";i:23;s:19:\"Access forum search\";i:24;s:22:\"Fast access to Q&A\";i:25;s:39:\"Grant temporary access to support staff\";i:26;s:34:\"Direct links to usage instructions\";i:27;s:35:\"Installed theme version information\";i:28;s:36:\"Installed plugin version information\";i:29;s:22:\"Post support questions\";i:30;s:29:\"System information quick view\";i:31;s:29:\"PHP configuration information\";i:32;s:17:\"MySQL information\";i:33;s:18:\"Server information\";i:34;s:35:\"White label plugin titles and icons\";}s:7:\"version\";s:7:\"4.11.26\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:47:\"WordPress 6.6, Multisite 6.6, BuddyPress 14.0.0\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:47:\"https://wpmudev.com/project/wpmu-dev-dashboard/\";s:9:\"thumbnail\";s:68:\"https://wpmudev.com/wp-content/uploads/2009/12/Dashboard-280x158.png\";s:16:\"thumbnail_square\";s:66:\"https://wpmudev.com/wp-content/uploads/2009/12/Dashboard-90x90.png\";s:15:\"thumbnail_large\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/12/Dashboard.png\";s:4:\"icon\";s:62:\"https://wpmudev.com/wp-content/uploads/2009/12/Dashboard-1.png\";s:9:\"banner_1x\";s:58:\"https://wpmudev.com/wp-content/uploads/2022/04/WPMUDEV.png\";s:9:\"banner_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2022/04/WPMUDEV@2x.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/irz1r2ze9m\";s:13:\"wp_config_url\";s:31:\"admin.php?page=wpmudev-settings\";s:13:\"ms_config_url\";s:31:\"admin.php?page=wpmudev-settings\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:3:{i:0;a:2:{s:3:\"url\";s:85:\"https://wpmudev.com/wp-content/uploads/projects/119/screenshots/dashboard-support.png\";s:4:\"desc\";s:21:\"Secure support access\";}i:1;a:2:{s:3:\"url\";s:84:\"https://wpmudev.com/wp-content/uploads/projects/119/screenshots/dashboard-access.png\";s:4:\"desc\";s:41:\"Quick access from the WordPress dashboard\";}i:2;a:2:{s:3:\"url\";s:86:\"https://wpmudev.com/wp-content/uploads/projects/119/screenshots/96343734_analitics.png\";s:4:\"desc\";s:19:\"Unbranded Analytics\";}}s:6:\"_order\";i:4;}i:3779636;a:32:{s:2:\"id\";i:3779636;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"The Hub Client\";s:8:\"released\";i:1597667386;s:7:\"updated\";i:1713181199;s:9:\"downloads\";s:5:\"50384\";s:10:\"popularity\";s:4:\"6390\";s:17:\"short_description\";s:102:\"White label WPMU DEV and give your clients their own Hub experience on your site, with your branding. \";s:16:\"long_description\";s:182:\"Provide your clients with a completely white label WPMU DEV experience on your own domain. Including everything we offer for you to rebrand and resell, with your own hosting or ours.\";s:8:\"features\";a:7:{i:0;s:30:\"Completely white label The Hub\";i:1;s:31:\"Run entirely on your own domain\";i:2;s:30:\"Control all user access levels\";i:3;s:34:\"Free with your WPMU DEV membership\";i:4;s:39:\"Easy to set up, just install the plugin\";i:5;s:20:\"Use any host (or us)\";i:6;s:51:\"Sell your clients different levels of subscriptions\";}s:7:\"version\";s:5:\"2.2.1\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:43:\"https://wpmudev.com/project/the-hub-client/\";s:9:\"thumbnail\";s:76:\"https://wpmudev.com/wp-content/uploads/2020/08/gfx-project-thumb-280x158.png\";s:16:\"thumbnail_square\";s:74:\"https://wpmudev.com/wp-content/uploads/2020/08/gfx-project-thumb-90x90.png\";s:15:\"thumbnail_large\";s:68:\"https://wpmudev.com/wp-content/uploads/2020/08/gfx-project-thumb.png\";s:4:\"icon\";s:63:\"https://wpmudev.com/wp-content/uploads/2020/08/TheHubClient.png\";s:9:\"banner_1x\";s:0:\"\";s:9:\"banner_2x\";s:0:\"\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:26:\"admin.php?page=wpmudev-hub\";s:13:\"ms_config_url\";s:26:\"admin.php?page=wpmudev-hub\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:80:\"https://wpmudev.com/wp-content/uploads/projects/3779636/screenshots/gfx-hero.png\";s:4:\"desc\";s:0:\"\";}i:1;a:2:{s:3:\"url\";s:82:\"https://wpmudev.com/wp-content/uploads/projects/3779636/screenshots/gfx-styled.png\";s:4:\"desc\";s:0:\"\";}i:2;a:2:{s:3:\"url\";s:87:\"https://wpmudev.com/wp-content/uploads/projects/3779636/screenshots/gfx-user-access.png\";s:4:\"desc\";s:0:\"\";}i:3;a:2:{s:3:\"url\";s:81:\"https://wpmudev.com/wp-content/uploads/projects/3779636/screenshots/gfx-roles.png\";s:4:\"desc\";s:0:\"\";}}s:6:\"_order\";i:5;}i:912164;a:32:{s:2:\"id\";i:912164;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"released\";i:1416874433;s:7:\"updated\";i:1718882858;s:9:\"downloads\";s:7:\"3137523\";s:10:\"popularity\";s:6:\"424907\";s:17:\"short_description\";s:101:\"User\'s choice, award-winning, and benchmark tested – The best image optimizer plugin for WordPress.\";s:16:\"long_description\";s:223:\"The most installed, and number one image optimization plugin for WordPress. Optimize unlimited images, lazy load, resize, compress, and resolve Google PageSpeed recommendations - all from one simple and intuitive dashboard.\";s:8:\"features\";a:28:{i:0;s:31:\"Double savings with Super-Smush\";i:1;s:28:\"Automatic optimize on upload\";i:2;s:20:\"Smush Pro global CDN\";i:3;s:31:\"Compress huge photos up to 32MB\";i:4;s:29:\"Perfect-fit auto image resize\";i:5;s:33:\"Lazy Loading for offscreen images\";i:6;s:29:\"WebP next-gen file conversion\";i:7;s:31:\"PNG to lossy JPEG smart convert\";i:8;s:34:\"One-click compress existing images\";i:9;s:35:\"Retain rights to every file forever\";i:10;s:29:\"Optimize images in any folder\";i:11;s:34:\"Smush or save original image files\";i:12;s:37:\"Multisite global and subsite settings\";i:13;s:42:\"Lossy compression with little quality loss\";i:14;s:28:\"Amazon S3 plugin integration\";i:15;s:26:\"NextGEN Gallery compatible\";i:16;s:18:\"Preserve EXIF data\";i:17;s:27:\"WP Retina 2x plugin support\";i:18;s:22:\"Envira Gallery Support\";i:19;s:28:\"Avada Fusion Builder Support\";i:20;s:26:\"Dedicated smushing servers\";i:21;s:35:\"HTTPS encrypted browsing compatible\";i:22;s:21:\"WPML media compatible\";i:23;s:20:\"Lossless compression\";i:24;s:39:\"Strip unused colors from indexed images\";i:25;s:30:\"Progress and savings reporting\";i:26;s:26:\"Compress individual images\";i:27;s:32:\"Instant asynchronous compression\";}s:7:\"version\";s:6:\"3.16.5\";s:17:\"free_version_slug\";s:23:\"wp-smushit/wp-smush.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:62:\"WordPress 6.6, Multisite 6.6, BuddyPress 14.0.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:41:\"https://wpmudev.com/project/wp-smush-pro/\";s:9:\"thumbnail\";s:72:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2016_02-280x158.png\";s:16:\"thumbnail_square\";s:70:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2016_02-90x90.png\";s:15:\"thumbnail_large\";s:64:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2016_02.png\";s:4:\"icon\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush-2.png\";s:9:\"banner_1x\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush-1.png\";s:9:\"banner_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush@2x-1.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:20:\"admin.php?page=smush\";s:13:\"ms_config_url\";s:20:\"admin.php?page=smush\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_1-1.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_1@2x-1.png\";s:4:\"desc\";s:116:\"The Bulk Smush feature allows you to apply all your enabled features to any uncompressed images with a single click.\";}i:1;a:3:{s:3:\"url\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2.png\";s:6:\"url_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_2@2x.png\";s:4:\"desc\";s:25:\"Smush Dashboard preview. \";}i:2;a:3:{s:3:\"url\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_3.png\";s:6:\"url_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_3@2x.png\";s:4:\"desc\";s:51:\"Bulk Smush an unlimited number of images at a time.\";}i:3;a:3:{s:3:\"url\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_4.png\";s:6:\"url_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_4@2x.png\";s:4:\"desc\";s:131:\"Super-Smush advanced multi-pass lossy compression increases savings by more than 2x on average without any visible loss in quality.\";}i:4;a:3:{s:3:\"url\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_5.png\";s:6:\"url_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush_5@2x.png\";s:4:\"desc\";s:79:\"Lazy Load stops offscreen images from loading until a visitor scrolls to them. \";}}s:6:\"_order\";i:6;}i:1081721;a:32:{s:2:\"id\";i:1081721;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Hummingbird Pro\";s:8:\"released\";i:1456236462;s:7:\"updated\";i:1720613999;s:9:\"downloads\";s:7:\"1955263\";s:10:\"popularity\";s:6:\"143622\";s:17:\"short_description\";s:56:\"Everything you need to get your site running super fast.\";s:16:\"long_description\";s:172:\"The all-in-one performance plugin for all users - whether you’re looking for simple, one-click solutions, or to fine-tune your site performance down to the last CSS file.\";s:8:\"features\";a:16:{i:0;s:28:\"Generate performance reports\";i:1;s:30:\"Recommended speed improvements\";i:2;s:15:\"Browser caching\";i:3;s:17:\"Full-page caching\";i:4;s:16:\"Gravatar caching\";i:5;s:11:\"RSS caching\";i:6;s:12:\"Minify files\";i:7;s:13:\"Combine files\";i:8;s:17:\"Set load position\";i:9;s:21:\"Included output graph\";i:10;s:25:\"Simple GZIP configuration\";i:11;s:30:\"Advanced Minification controls\";i:12;s:31:\"Bonus: Sync with Uptime monitor\";i:13;s:32:\"Down and slow load notifications\";i:14;s:23:\"Track average pagespeed\";i:15;s:32:\"Better search engine positioning\";}s:7:\"version\";s:5:\"3.9.1\";s:17:\"free_version_slug\";s:42:\"hummingbird-performance/wp-hummingbird.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:43:\"WordPress 6.6, Multisite 6.6, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:43:\"https://wpmudev.com/project/wp-hummingbird/\";s:9:\"thumbnail\";s:70:\"https://wpmudev.com/wp-content/uploads/2016/02/HummingBird-280x158.png\";s:16:\"thumbnail_square\";s:68:\"https://wpmudev.com/wp-content/uploads/2016/02/HummingBird-90x90.png\";s:15:\"thumbnail_large\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/02/HummingBird.png\";s:4:\"icon\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird.png\";s:9:\"banner_1x\";s:62:\"https://wpmudev.com/wp-content/uploads/2022/04/Hummingbird.png\";s:9:\"banner_2x\";s:65:\"https://wpmudev.com/wp-content/uploads/2022/04/Hummingbird@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:19:\"admin.php?page=wphb\";s:13:\"ms_config_url\";s:19:\"admin.php?page=wphb\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_1.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_1@2x.png\";s:4:\"desc\";s:80:\"Automatically optimize your site with “Speedy” or “Basic” optimization. \";}i:1;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_2.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_2@2x.png\";s:4:\"desc\";s:116:\"Uptime monitors your server response time and lets you know when your website is down or too slow for your visitors.\";}i:2;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_3.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_3@2x.png\";s:4:\"desc\";s:108:\"See how well your website currently performs and what can be improved with Hummingbird’s Performance Test.\";}i:3;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_4.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_4@2x.png\";s:4:\"desc\";s:30:\"Hummingbird Dashboard preview.\";}i:4;a:3:{s:3:\"url\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_5.png\";s:6:\"url_2x\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird_5@2x.png\";s:4:\"desc\";s:86:\"Enhance your site performance with Hummingbird Caching (Browser, Page, RSS, Gravatar).\";}}s:6:\"_order\";i:7;}i:1081723;a:32:{s:2:\"id\";i:1081723;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Defender Pro\";s:8:\"released\";i:1456855142;s:7:\"updated\";i:1721039277;s:9:\"downloads\";s:7:\"1848565\";s:10:\"popularity\";s:6:\"208460\";s:17:\"short_description\";s:104:\"Regular security scans, vulnerability reports, safety recommendations and security tweaks for WordPress.\";s:16:\"long_description\";s:154:\"The one-stop security plugin that keeps your websites safe in a few clicks. Scan, secure, and monitor your sites for hacks from one easy-to-use interface.\";s:8:\"features\";a:20:{i:0;s:21:\"Analyze site security\";i:1;s:30:\"Security tweak recommendations\";i:2;s:27:\"Resolve issues with a click\";i:3;s:31:\"Manual and automatic IP lockout\";i:4;s:18:\"Filterable IP logs\";i:5;s:27:\"Scan core files for changes\";i:6;s:25:\"2-Factor Authentification\";i:7;s:24:\"Customize 2-factor email\";i:8;s:19:\"Vulnerability scans\";i:9;s:14:\"Schedule scans\";i:10;s:28:\"Repair/restore changed files\";i:11;s:25:\"Choose file types to scan\";i:12;s:29:\"Skip files based on file size\";i:13;s:21:\"Receive email reports\";i:14;s:21:\"Set report recipients\";i:15;s:27:\"Google blocklist monitoring\";i:16;s:17:\"Automated backups\";i:17;s:20:\"Full website backups\";i:18;s:13:\"Cloud backups\";i:19;s:30:\"Site interactions with logging\";}s:7:\"version\";s:3:\"4.8\";s:17:\"free_version_slug\";s:33:\"defender-security/wp-defender.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:62:\"WordPress 6.6, Multisite 6.6, BuddyPress 14.0.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:40:\"https://wpmudev.com/project/wp-defender/\";s:9:\"thumbnail\";s:67:\"https://wpmudev.com/wp-content/uploads/2016/02/Defender-280x158.png\";s:16:\"thumbnail_square\";s:65:\"https://wpmudev.com/wp-content/uploads/2016/02/Defender-90x90.png\";s:15:\"thumbnail_large\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/02/Defender.png\";s:4:\"icon\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender.png\";s:9:\"banner_1x\";s:59:\"https://wpmudev.com/wp-content/uploads/2022/04/Defender.png\";s:9:\"banner_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2022/04/Defender@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:26:\"admin.php?page=wp-defender\";s:13:\"ms_config_url\";s:26:\"admin.php?page=wp-defender\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_1.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_1@2x.png\";s:4:\"desc\";s:27:\"Defender Dashboard preview.\";}i:1;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_2.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_2@2x.png\";s:4:\"desc\";s:80:\"See your latest event logs that showed what has been happening behind the scenes\";}i:2;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_3.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_3@2x.png\";s:4:\"desc\";s:90:\"Add IP addresses you want to permanently ban from, or always allow access to your website.\";}i:3;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_4.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_4@2x.png\";s:4:\"desc\";s:94:\"Catch and remove any suspicious and potentially harmful files with Defender Malware Scanning. \";}i:4;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_5.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2016/03/Defender_5@2x.png\";s:4:\"desc\";s:150:\"Protect your site against password leak attacks and block logins from users using a known compromised password that exists in database breach records.\";}}s:6:\"_order\";i:8;}i:1107020;a:32:{s:2:\"id\";i:1107020;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Hustle Pro\";s:8:\"released\";i:1471315160;s:7:\"updated\";i:1715185849;s:9:\"downloads\";s:6:\"480767\";s:10:\"popularity\";s:5:\"27572\";s:17:\"short_description\";s:100:\"Grow your business and audience with this super easy, super slick email opt-in and marketing plugin.\";s:16:\"long_description\";s:0:\"\";s:8:\"features\";a:12:{i:0;s:59:\"Pop-ups, slide-ins, widgets, embeds, and after post opt-ins\";i:1;s:35:\"All the social share icons you need\";i:2;s:46:\"Easily customize designs with in built editing\";i:3;s:34:\"Color match your brand, like magic\";i:4;s:64:\"Show your stuff in style with smooth built-in display animations\";i:5;s:210:\"Integrate with your favorite providers including: Aweber, MailChimp, Constant Contacts, Sendy, ActiveCampaign, Brevo, Hubspot, Keap, Mad Mimi, ConvertKit, MailerLite, iContact, GetResponse, and Campaign Monitor\";i:6;s:58:\"Manage who sees your hustle with super powerful conditions\";i:7;s:47:\"Track how many times your material is displayed\";i:8;s:42:\"See submissions straight through WordPress\";i:9;s:55:\"Conversion rates overview to make your clients ecstatic\";i:10;s:36:\"Great default layouts to choose from\";i:11;s:25:\"Easy management dashboard\";}s:7:\"version\";s:5:\"7.8.4\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:35:\"https://wpmudev.com/project/hustle/\";s:9:\"thumbnail\";s:68:\"https://wpmudev.com/wp-content/uploads/2016/08/hustle-01-280x158.png\";s:16:\"thumbnail_square\";s:66:\"https://wpmudev.com/wp-content/uploads/2016/08/hustle-01-90x90.png\";s:15:\"thumbnail_large\";s:60:\"https://wpmudev.com/wp-content/uploads/2016/08/hustle-01.png\";s:4:\"icon\";s:57:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle.png\";s:9:\"banner_1x\";s:57:\"https://wpmudev.com/wp-content/uploads/2022/04/Hustle.png\";s:9:\"banner_2x\";s:60:\"https://wpmudev.com/wp-content/uploads/2022/04/Hustle@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_1.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_1@2x.png\";s:4:\"desc\";s:46:\"Choose from our pre-designed pop-up templates.\";}i:1;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_2.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_2@2x.png\";s:4:\"desc\";s:40:\"Track pop-up views and conversion rates.\";}i:2;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_3.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_3@2x.png\";s:4:\"desc\";s:61:\"Connect and send leads to over 1000 third party applications.\";}i:3;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_4.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_4@2x.png\";s:4:\"desc\";s:48:\"Use different triggers to activate your pop-ups.\";}i:4;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_5.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/08/Hustle_5@2x.png\";s:4:\"desc\";s:84:\"Drive seasonal sales with Black Friday, Valentine, Christmas and New Year templates.\";}}s:6:\"_order\";i:9;}i:2097296;a:32:{s:2:\"id\";i:2097296;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"Forminator Pro\";s:8:\"released\";i:1519137568;s:7:\"updated\";i:1721213602;s:9:\"downloads\";s:6:\"800027\";s:10:\"popularity\";s:5:\"76593\";s:17:\"short_description\";s:135:\"Drag and drop WordPress form builder plugin with interactive polls and quizzes for increasing user engagement and building a following.\";s:16:\"long_description\";s:148:\"Interactive forms, polls, and quizzes to increase user engagement. Create new campaigns in minutes with the easy-to-use, drag-and-drop form builder.\";s:8:\"features\";a:42:{i:0;s:31:\"Responsive fit for every screen\";i:1;s:13:\"Developer API\";i:2;s:15:\"Stripe Payments\";i:3;s:18:\"PayPal integration\";i:4;s:22:\"SCA Compliant Payments\";i:5;s:12:\"Calculations\";i:6;s:16:\"Google ReCAPTCHA\";i:7;s:26:\"Drag-and-drop form builder\";i:8;s:26:\"Forms for every situation\";i:9;s:15:\"+15 Form blocks\";i:10;s:36:\"Email routing and conditional emails\";i:11;s:17:\"Form pre-populate\";i:12;s:22:\"Toggle styling options\";i:13;s:16:\"Campaign Monitor\";i:14;s:7:\"HubSpot\";i:15;s:14:\"ActiveCampaign\";i:16;s:13:\"Google Sheets\";i:17;s:31:\"Zapier (connects to +1000 apps)\";i:18;s:18:\"Trello Integration\";i:19;s:9:\"MailChimp\";i:20;s:6:\"AWeber\";i:21;s:17:\"Interactive polls\";i:22;s:18:\"Pagination options\";i:23;s:23:\"Collect and track stats\";i:24;s:23:\"No wrong answer quizzes\";i:25;s:21:\"Submissions dashboard\";i:26;s:15:\"Knowledge tests\";i:27;s:12:\"Live preview\";i:28;s:15:\"Knowledge tests\";i:29;s:24:\"Gutenberg block included\";i:30;s:10:\"GDPR ready\";i:31;s:13:\"Hidden fields\";i:32;s:27:\"Customized submission forms\";i:33;s:32:\"Schedule form submission reports\";i:34;s:16:\"Privacy settings\";i:35;s:29:\"Advanced email configurations\";i:36;s:35:\"Custom login and registration forms\";i:37;s:37:\"Instant migration from Contact Form 7\";i:38;s:42:\"Pass form data (variables) to another page\";i:39;s:26:\"Add E-signature form field\";i:40;s:35:\"Multiple file, drag and drop upload\";i:41;s:34:\"Advanced Datepicker field settings\";}s:7:\"version\";s:4:\"1.34\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:43:\"https://wpmudev.com/project/forminator-pro/\";s:9:\"thumbnail\";s:77:\"https://wpmudev.com/wp-content/uploads/2018/02/forminator-feature-280x158.png\";s:16:\"thumbnail_square\";s:75:\"https://wpmudev.com/wp-content/uploads/2018/02/forminator-feature-90x90.png\";s:15:\"thumbnail_large\";s:69:\"https://wpmudev.com/wp-content/uploads/2018/02/forminator-feature.png\";s:4:\"icon\";s:61:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator.png\";s:9:\"banner_1x\";s:61:\"https://wpmudev.com/wp-content/uploads/2022/04/Forminator.png\";s:9:\"banner_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2022/04/Forminator@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:25:\"admin.php?page=forminator\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_1.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_1@2x.png\";s:4:\"desc\";s:64:\"Build a form from scratch or select from our pre-made templates.\";}i:1;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_2.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_2@2x.png\";s:4:\"desc\";s:55:\"Build a Hotel Booking and payment form with Forminator.\";}i:2;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_3.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_3@2x.png\";s:4:\"desc\";s:25:\"Capture leads in quizzes.\";}i:3;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_4.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_4@2x.png\";s:4:\"desc\";s:55:\"Connect and send form data to third party applications.\";}i:4;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_5.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2018/02/Forminator_5@2x.png\";s:4:\"desc\";s:50:\"Preview, sort, filter and export form submissions.\";}}s:6:\"_order\";i:10;}i:167;a:32:{s:2:\"id\";i:167;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"SmartCrawl Pro\";s:8:\"released\";i:1298584937;s:7:\"updated\";i:1720536000;s:9:\"downloads\";s:7:\"1080672\";s:10:\"popularity\";s:6:\"104357\";s:17:\"short_description\";s:100:\"Boost your PageRank and drive more traffic to your site with little effort and simple configuration.\";s:16:\"long_description\";s:216:\"Take the guesswork out of SEO. With SmartCrawl’s automated SEO scanning, detailed audits/reports, and one-click recommendations, you’ll be on the fast-track to optimizing your sites for search and ranking higher.\";s:8:\"features\";a:33:{i:0;s:22:\"Simple guided settings\";i:1;s:30:\"Offer SEO options by user role\";i:2;s:39:\"Direct interaction with Google and Bing\";i:3;s:48:\"Send sitemap updates automatic to search engines\";i:4;s:63:\"Custom post titles and meta descriptions (per custom post type)\";i:5;s:32:\"Title and meta data optimization\";i:6;s:26:\"Automatic sitewide linking\";i:7;s:24:\"Complete Moz integration\";i:8;s:38:\"Multisite and BuddyPress compatibility\";i:9;s:36:\"Process posts and pages individually\";i:10;s:17:\"Process RSS feeds\";i:11;s:31:\"Conduct case sensitive matching\";i:12;s:23:\"Prevent duplicate links\";i:13;s:28:\"Open links in new tab/window\";i:14;s:35:\"Exclude posts or pages from sitemap\";i:15;s:40:\"Exclude custom post types and taxonomies\";i:16;s:27:\"Exclude categories and tags\";i:17;s:41:\"Include or exclude images and stylesheets\";i:18;s:46:\"Include or remove the sitemap dashboard widget\";i:19;s:33:\"Disable automatic sitemap updates\";i:20;s:65:\"Post categories, tags and custom taxonomy title and meta defaults\";i:21;s:17:\"Custom home title\";i:22;s:21:\"Home meta description\";i:23;s:8:\"Keywords\";i:24;s:51:\"Import/export to quickly add SmartCrawl to any site\";i:25;s:39:\"Yoast SEO settings and content importer\";i:26;s:44:\"All in One SEO settings and content importer\";i:27;s:37:\"Main blog archive meta robots options\";i:28;s:29:\"Post and media title defaults\";i:29;s:40:\"Post and media meta description defaults\";i:30;s:53:\"Post categories, tags and custom taxonomy robots tags\";i:31;s:24:\"Author and date archives\";i:32;s:39:\"404 page title and description defaults\";}s:7:\"version\";s:6:\"3.10.9\";s:17:\"free_version_slug\";s:31:\"smartcrawl-seo/wpmu-dev-seo.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:62:\"WordPress 6.6, Multisite 6.6, BuddyPress 14.0.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:53:\"https://wpmudev.com/project/smartcrawl-wordpress-seo/\";s:9:\"thumbnail\";s:98:\"https://wpmudev.com/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470-280x158.png\";s:16:\"thumbnail_square\";s:96:\"https://wpmudev.com/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470-90x90.png\";s:15:\"thumbnail_large\";s:90:\"https://wpmudev.com/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470.png\";s:4:\"icon\";s:61:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl.png\";s:9:\"banner_1x\";s:61:\"https://wpmudev.com/wp-content/uploads/2022/04/SmartCrawl.png\";s:9:\"banner_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2022/04/SmartCrawl@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:25:\"admin.php?page=wds_wizard\";s:13:\"ms_config_url\";s:35:\"admin.php?page=wds_network_settings\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_1.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_1@2x.png\";s:4:\"desc\";s:21:\"SmartCrawl Dashboard.\";}i:1;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_2.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_2@2x.png\";s:4:\"desc\";s:78:\"SEO Health - See issues that affect your site’s search engine optimizations.\";}i:2;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_3.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_3@2x.png\";s:4:\"desc\";s:59:\"Customize your page titles, descriptions, and meta options.\";}i:3;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_4.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_4@2x.png\";s:4:\"desc\";s:110:\"URL Redirect - Temporarily or permanently redirect broken page links to new ones while retaining site traffic.\";}i:4;a:3:{s:3:\"url\";s:63:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_5.png\";s:6:\"url_2x\";s:66:\"https://wpmudev.com/wp-content/uploads/2011/02/SmartCrawl_5@2x.png\";s:4:\"desc\";s:50:\"Add Schema types you want to enable for your site.\";}}s:6:\"_order\";i:11;}i:3760011;a:32:{s:2:\"id\";i:3760011;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Snapshot Pro\";s:8:\"released\";i:1592204194;s:7:\"updated\";i:1721136643;s:9:\"downloads\";s:6:\"478555\";s:10:\"popularity\";s:5:\"66484\";s:17:\"short_description\";s:104:\"Make and schedule incremental backups of your WordPress websites and store them on secure cloud storage.\";s:16:\"long_description\";s:212:\"Automated and space-efficient backups with secure off-site storage. Schedule automated backups to suit your preference, restore with a click, keep backups for 50 days, and back up to reliable third-party storage.\";s:8:\"features\";a:15:{i:0;s:30:\"10GB of WPMU DEV cloud storage\";i:1;s:32:\"Manage your backups from The Hub\";i:2;s:17:\"Redundant backups\";i:3;s:32:\"Multisite Global file exclusions\";i:4;s:17:\"Scheduled backups\";i:5;s:19:\"Set backup interval\";i:6;s:13:\"Manual backup\";i:7;s:20:\"Multisite compatible\";i:8;s:18:\"Backup entire site\";i:9;s:34:\"Exclude specific files and folders\";i:10;s:22:\"Downloadable log files\";i:11;s:24:\"Simple one-click restore\";i:12;s:31:\"30 backups automatically stored\";i:13;s:15:\"Dynamic scaling\";i:14;s:19:\"Backup zipstreaming\";}s:7:\"version\";s:4:\"4.27\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:37:\"https://wpmudev.com/project/snapshot/\";s:9:\"thumbnail\";s:74:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin-280x158.png\";s:16:\"thumbnail_square\";s:72:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin-90x90.png\";s:15:\"thumbnail_large\";s:66:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin.png\";s:4:\"icon\";s:59:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot.png\";s:9:\"banner_1x\";s:59:\"https://wpmudev.com/wp-content/uploads/2022/04/Snapshot.png\";s:9:\"banner_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2022/04/Snapshot@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_1.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_1@2x.png\";s:4:\"desc\";s:55:\"Schedule automatic backups to your preferred frequency.\";}i:1;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_2.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_2@2x.png\";s:4:\"desc\";s:27:\"Snapshot Dashboard preview.\";}i:2;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_3.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_3@2x.png\";s:4:\"desc\";s:87:\"Get back up and running quickly with one-click restore through Snapshot Backup feature.\";}i:3;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_4.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_4@2x.png\";s:4:\"desc\";s:51:\"View and manage your available backup destinations.\";}i:4;a:3:{s:3:\"url\";s:61:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_5.png\";s:6:\"url_2x\";s:64:\"https://wpmudev.com/wp-content/uploads/2020/06/Snapshot_5@2x.png\";s:4:\"desc\";s:96:\"Set up the number of backups and choose which data center you want to use to store your backups.\";}}s:6:\"_order\";i:12;}i:257;a:32:{s:2:\"id\";i:257;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Snapshot Pro\";s:8:\"released\";i:1328745252;s:7:\"updated\";i:1642062869;s:9:\"downloads\";s:6:\"748427\";s:10:\"popularity\";s:5:\"11198\";s:17:\"short_description\";s:96:\"The automated, on-demand time-traveler that snaps and stores backups for one-click restoration. \";s:16:\"long_description\";s:364:\"It’s time to call for backup! But who do you call?! Introducing Snapshot, the smart, automated, ready on-demand time-traveler from WPMU DEV.\r\n<br><br>\r\nHe’ll snap and securely store all of your WordPress and Multisite backups in his private cloud vault. The backup protection you need with simple one-click restoration. Snapshot’s got your back...every time.\";s:8:\"features\";a:28:{i:0;s:30:\"10GB of WPMU DEV cloud storage\";i:1;s:22:\"The Hub backup manager\";i:2;s:17:\"Redundant backups\";i:3;s:22:\"Server info quick view\";i:4;s:19:\"Manage memory usage\";i:5;s:32:\"Multisite Global file exclusions\";i:6;s:10:\"ZipArchive\";i:7;s:6:\"PclZip\";i:8;s:35:\"Size segmenting eliminates timeouts\";i:9;s:17:\"Scheduled backups\";i:10;s:19:\"Set backup interval\";i:11;s:13:\"Manual backup\";i:12;s:20:\"Multisite compatible\";i:13;s:18:\"Backup entire site\";i:14;s:19:\"Include media files\";i:15;s:22:\"Exclude specific files\";i:16;s:18:\"Annotate snapshots\";i:17;s:25:\"Set custom backup folders\";i:18;s:22:\"Downloadable log files\";i:19;s:24:\"Simple one-click restore\";i:20;s:26:\"Utilize standard WP tables\";i:21;s:11:\"Mirror sync\";i:22;s:30:\"Set number of backups to store\";i:23;s:34:\"Automatically remove oldest backup\";i:24;s:19:\"Dropbox integration\";i:25;s:21:\"Amazon S3 integration\";i:26;s:24:\"FTP and SFTP integration\";i:27;s:24:\"Google Drive integration\";}s:7:\"version\";s:5:\"3.3.2\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:62:\"WordPress 6.6, Multisite 6.6, BuddyPress 14.0.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"5.6\";s:3:\"url\";s:40:\"https://wpmudev.com/project/snapshot-v3/\";s:9:\"thumbnail\";s:74:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin-280x158.png\";s:16:\"thumbnail_square\";s:72:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin-90x90.png\";s:15:\"thumbnail_large\";s:66:\"https://wpmudev.com/wp-content/uploads/2012/02/Snapshot_plugin.png\";s:4:\"icon\";b:0;s:9:\"banner_1x\";s:0:\"\";s:9:\"banner_2x\";s:0:\"\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/7x4kcv4j15\";s:13:\"wp_config_url\";s:37:\"admin.php?page=snapshot_pro_dashboard\";s:13:\"ms_config_url\";s:37:\"admin.php?page=snapshot_pro_dashboard\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:94:\"https://wpmudev.com/wp-content/uploads/projects/257/screenshots/1315522110_schedule-backup.jpg\";s:4:\"desc\";s:30:\"Schedule backups with Snapshot\";}i:1;a:2:{s:3:\"url\";s:97:\"https://wpmudev.com/wp-content/uploads/projects/257/screenshots/882714582_destinations-backup.jpg\";s:4:\"desc\";s:20:\"Choose a destination\";}i:2;a:2:{s:3:\"url\";s:91:\"https://wpmudev.com/wp-content/uploads/projects/257/screenshots/905771522_snapshot-dash.jpg\";s:4:\"desc\";s:18:\"Snapshot Dashboard\";}i:3;a:2:{s:3:\"url\";s:94:\"https://wpmudev.com/wp-content/uploads/projects/257/screenshots/1953204640_managed-backups.jpg\";s:4:\"desc\";s:15:\"Managed Backups\";}}s:6:\"_order\";i:13;}i:2175128;a:32:{s:2:\"id\";i:2175128;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Shipper Pro\";s:8:\"released\";i:1548285368;s:7:\"updated\";i:1707290702;s:9:\"downloads\";s:6:\"204065\";s:10:\"popularity\";s:5:\"12818\";s:17:\"short_description\";s:146:\"Shipper Pro moves WordPress websites with one-click, from host to host, local to production, development to live, top to bottom without using FTP.\";s:16:\"long_description\";s:222:\"Site and multisite migration made easy and convenient. Shipper Pro is the super-transporter that securely moves your entire site (or multisite) to any location. It only takes a few clicks and everything is handled for you.\";s:8:\"features\";a:20:{i:0;s:17:\"Import and export\";i:1;s:18:\"No FTP/SFTP needed\";i:2;s:23:\"Secure dedicated server\";i:3;s:16:\"Pre-flight check\";i:4;s:21:\"Zip package migration\";i:5;s:21:\"File find and replace\";i:6;s:21:\"Files-by-file porting\";i:7;s:20:\"Large file detection\";i:8;s:22:\"Move from host to host\";i:9;s:23:\"Push from local to live\";i:10;s:21:\"Detailed Shipper Logs\";i:11;s:26:\"Display system Information\";i:12;s:22:\"Runs in the background\";i:13;s:38:\"Destination server configuration check\";i:14;s:18:\"Package size check\";i:15;s:12:\"Source check\";i:16;s:14:\"Location check\";i:17;s:13:\"Package check\";i:18;s:17:\"Migration Filters\";i:19;s:0:\"\";}s:7:\"version\";s:6:\"1.2.16\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:40:\"https://wpmudev.com/project/shipper-pro/\";s:9:\"thumbnail\";s:74:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper-Feature-280x158.png\";s:16:\"thumbnail_square\";s:72:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper-Feature-90x90.png\";s:15:\"thumbnail_large\";s:66:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper-Feature.png\";s:4:\"icon\";s:58:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper.png\";s:9:\"banner_1x\";s:58:\"https://wpmudev.com/wp-content/uploads/2022/04/Shipper.png\";s:9:\"banner_2x\";s:61:\"https://wpmudev.com/wp-content/uploads/2022/04/Shipper@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:22:\"admin.php?page=shipper\";s:13:\"ms_config_url\";s:22:\"admin.php?page=shipper\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_1.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_1@2x.png\";s:4:\"desc\";s:26:\"Shipper Dashboard preview.\";}i:1;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_2.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_2@2x.png\";s:4:\"desc\";s:63:\"Use Shipper’s latest logs to debug any issues you are having.\";}i:2;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_3.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_3@2x.png\";s:4:\"desc\";s:93:\"Use the up-to-date system information if you are having issues with Shipper and server setup.\";}i:3;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_4.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_4@2x.png\";s:4:\"desc\";s:58:\"Export your site to another server or import another site.\";}i:4;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_5.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2019/01/Shipper_5@2x.png\";s:4:\"desc\";s:65:\"Cut lengthy migration times down to size, with Package Migration.\";}}s:6:\"_order\";i:14;}i:9135;a:32:{s:2:\"id\";i:9135;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Branda Pro\";s:8:\"released\";i:1339280384;s:7:\"updated\";i:1720613596;s:9:\"downloads\";s:6:\"845905\";s:10:\"popularity\";s:5:\"66739\";s:17:\"short_description\";s:87:\"White label WordPress branding for both the front and back end of your site or network.\";s:16:\"long_description\";s:209:\"Rebrand the front and back-end of your site with ease. Transform your dashboard, customize system emails, change every aspect of your login screen, remove or replace logos, create color schemes, and much more.\";s:8:\"features\";a:43:{i:0;s:25:\"Remove WordPress branding\";i:1;s:21:\"Highlight your design\";i:2;s:32:\"Add custom logo to the Admin Bar\";i:3;s:33:\"Simple WordPress logo replacement\";i:4;s:26:\"Create custom login screen\";i:5;s:28:\"Replace the word \"WordPress\"\";i:6;s:21:\"Simple brand matching\";i:7;s:21:\"Import/Export setting\";i:8;s:26:\"Reorganize Admin Bar menus\";i:9;s:26:\"Set custom Admin Bar menus\";i:10;s:28:\"Add a direct link to support\";i:11;s:16:\"Add help buttons\";i:12;s:29:\"Send system emails using SMTP\";i:13;s:29:\"Remove core Dashboard widgets\";i:14;s:32:\"Hide 3rd-party dashboard widgets\";i:15;s:29:\"Replace the WordPress \'Howdy\'\";i:16;s:28:\"Coming Soon/Maintenance Mode\";i:17;s:30:\"Customize \'Admin Help Content\'\";i:18;s:32:\"Increase site security and speed\";i:19;s:27:\"One plugin for all settings\";i:20;s:25:\"Create a custom admin bar\";i:21;s:24:\"Set \"From\" Email address\";i:22;s:15:\"Multisite ready\";i:23;s:26:\"Customize/add help content\";i:24;s:20:\"Custom global footer\";i:25;s:20:\"Custom global header\";i:26;s:23:\"Custom dashboard footer\";i:27;s:23:\"Rebrand the meta widget\";i:28;s:22:\"Protect site structure\";i:29;s:28:\"Custom DB error landing page\";i:30;s:27:\"Hide \'Permalinks\' menu item\";i:31;s:25:\"Replace WordPress in HTML\";i:32;s:26:\"Replace any word or phrase\";i:33;s:20:\"Set a custom Favicon\";i:34;s:28:\"Easily insert tracking codes\";i:35;s:25:\"Custom Multisite Favicons\";i:36;s:19:\"Customize admin CSS\";i:37;s:21:\"Uses CSS child fields\";i:38;s:22:\"Hide WordPress welcome\";i:39;s:34:\"Add custom dashboard color schemes\";i:40;s:29:\"Display custom admin messages\";i:41;s:30:\"Add Author Boxes to your posts\";i:42;s:31:\"Fully customize your admin menu\";}s:7:\"version\";s:6:\"3.4.19\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:62:\"WordPress 6.6, Multisite 6.6, BuddyPress 14.0.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:46:\"https://wpmudev.com/project/ultimate-branding/\";s:9:\"thumbnail\";s:71:\"https://wpmudev.com/wp-content/uploads/2012/06/branda-large-280x158.png\";s:16:\"thumbnail_square\";s:69:\"https://wpmudev.com/wp-content/uploads/2012/06/branda-large-90x90.png\";s:15:\"thumbnail_large\";s:63:\"https://wpmudev.com/wp-content/uploads/2012/06/branda-large.png\";s:4:\"icon\";s:57:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda.png\";s:9:\"banner_1x\";s:57:\"https://wpmudev.com/wp-content/uploads/2022/04/Branda.png\";s:9:\"banner_2x\";s:60:\"https://wpmudev.com/wp-content/uploads/2022/04/Branda@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:23:\"admin.php?page=branding\";s:13:\"ms_config_url\";s:23:\"admin.php?page=branding\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_1.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_1@2x.png\";s:4:\"desc\";s:24:\"Set admin color schemes.\";}i:1;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_2.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_2@2x.png\";s:4:\"desc\";s:21:\"Customize admin menu.\";}i:2;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_3.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_3@2x.png\";s:4:\"desc\";s:51:\"Customize login screen with pre-designed templates.\";}i:3;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_4.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_4@2x.png\";s:4:\"desc\";s:27:\"Add tracking code to pages.\";}i:4;a:3:{s:3:\"url\";s:59:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_5.png\";s:6:\"url_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2012/06/Branda_5@2x.png\";s:4:\"desc\";s:51:\"Customize emails with pre-designed email templates.\";}}s:6:\"_order\";i:15;}i:51;a:32:{s:2:\"id\";i:51;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Beehive Pro\";s:8:\"released\";i:1235347220;s:7:\"updated\";i:1713357391;s:9:\"downloads\";s:6:\"712598\";s:10:\"popularity\";s:5:\"42999\";s:17:\"short_description\";s:94:\"Customizable Google Analytics dashboards, statistics, and reports for WordPress and Multisite.\";s:16:\"long_description\";s:204:\"The quickest and easiest way to integrate Google Analytics with your WordPress sites. Beehive Pro adds a customizable GA dashboard to WordPress so you can track user behavior from one convenient location.\";s:8:\"features\";a:18:{i:0;s:29:\"Simple one-click setup wizard\";i:1;s:30:\"Powerful Multisite integration\";i:2;s:39:\"One tracking code for an entire network\";i:3;s:38:\"Individual post/page statistics viewer\";i:4;s:17:\"Customize reports\";i:5;s:20:\"Anonymize IP masking\";i:6;s:26:\"Analytics dashboard widget\";i:7;s:38:\"Google Display Advertising integration\";i:8;s:26:\"Statistics overview screen\";i:9;s:31:\"Limit access based on user role\";i:10;s:28:\"Toggle statistics date range\";i:11;s:35:\"Track visits, page views and trends\";i:12;s:34:\"See visit duration and bounce rate\";i:13;s:41:\"Track top post, pages and referring links\";i:14;s:34:\"World map with visitors by country\";i:15;s:32:\"Graphs for fast visual reference\";i:16;s:23:\"Collect sub-domain data\";i:17;s:21:\"Tracks mapped domains\";}s:7:\"version\";s:6:\"3.4.12\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:50:\"https://wpmudev.com/project/beehive-analytics-pro/\";s:9:\"thumbnail\";s:87:\"https://wpmudev.com/wp-content/uploads/2019/10/beehive-featured-placeholder-280x158.png\";s:16:\"thumbnail_square\";s:85:\"https://wpmudev.com/wp-content/uploads/2019/10/beehive-featured-placeholder-90x90.png\";s:15:\"thumbnail_large\";s:79:\"https://wpmudev.com/wp-content/uploads/2019/10/beehive-featured-placeholder.png\";s:4:\"icon\";s:58:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive.png\";s:9:\"banner_1x\";s:59:\"https://wpmudev.com/wp-content/uploads/2022/04/Beehaive.png\";s:9:\"banner_2x\";s:62:\"https://wpmudev.com/wp-content/uploads/2022/04/Beehaive@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:22:\"admin.php?page=beehive\";s:13:\"ms_config_url\";s:22:\"admin.php?page=beehive\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_1.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_1@2x.png\";s:4:\"desc\";s:25:\"Google Analytics preview.\";}i:1;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_2.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_2@2x.png\";s:4:\"desc\";s:65:\"Google Analytics with Top Countries and Social Media information.\";}i:2;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_3.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_3@2x.png\";s:4:\"desc\";s:31:\"Google Tag Manager integration.\";}i:3;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_4.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_4@2x.png\";s:4:\"desc\";s:18:\"Dashboard Preview.\";}i:4;a:3:{s:3:\"url\";s:60:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_5.png\";s:6:\"url_2x\";s:63:\"https://wpmudev.com/wp-content/uploads/2009/02/Beehive_5@2x.png\";s:4:\"desc\";s:33:\"Visitors widget in the Dashboard.\";}}s:6:\"_order\";i:16;}i:248;a:32:{s:2:\"id\";i:248;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Integrated Video Tutorials\";s:8:\"released\";i:1318459013;s:7:\"updated\";i:1702987719;s:9:\"downloads\";s:6:\"198775\";s:10:\"popularity\";s:4:\"9014\";s:17:\"short_description\";s:81:\"Complete, quality, always up-to-date list of unbranded WordPress training videos.\";s:16:\"long_description\";s:182:\"45+ white label WordPress training videos for your clients. Add these videos to your WordPress dashboard via tooltips, help drop-downs, top-level menus, the content editor, and more.\";s:8:\"features\";a:23:{i:0;s:20:\"Register your domain\";i:1;s:32:\"+45 included WordPress tutorials\";i:2;s:32:\"Automatically add videos to help\";i:3;s:17:\"Verify connection\";i:4;s:14:\"Hide menu item\";i:5;s:19:\"Customize menu name\";i:6;s:30:\"Give setup permission to users\";i:7;s:32:\"Hide access to individual videos\";i:8;s:17:\"Add custom videos\";i:9;s:14:\"Wistia support\";i:10;s:15:\"YouTube support\";i:11;s:13:\"Vimeo support\";i:12;s:21:\"Shortcode embed codes\";i:13;s:22:\"Customizable playlists\";i:14;s:11:\"Group embed\";i:15;s:15:\"Front end embed\";i:16;s:18:\"Quality production\";i:17;s:25:\"Automatic content updates\";i:18;s:20:\"White label branding\";i:19;s:19:\"Unlimited bandwidth\";i:20;s:15:\"Unlimited plays\";i:21;s:14:\"SSL compatible\";i:22;s:21:\"Multisite integration\";}s:7:\"version\";s:6:\"1.8.14\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:47:\"WordPress 6.6, Multisite 6.6, BuddyPress 14.0.0\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"7.4\";s:3:\"url\";s:54:\"https://wpmudev.com/project/unbranded-video-tutorials/\";s:9:\"thumbnail\";s:86:\"https://wpmudev.com/wp-content/uploads/2011/10/Integration-Video-Tutorials-280x158.png\";s:16:\"thumbnail_square\";s:84:\"https://wpmudev.com/wp-content/uploads/2011/10/Integration-Video-Tutorials-90x90.png\";s:15:\"thumbnail_large\";s:78:\"https://wpmudev.com/wp-content/uploads/2011/10/Integration-Video-Tutorials.png\";s:4:\"icon\";s:77:\"https://wpmudev.com/wp-content/uploads/2011/10/IntegratedVideoTututorials.png\";s:9:\"banner_1x\";s:54:\"https://wpmudev.com/wp-content/uploads/2022/04/IVT.png\";s:9:\"banner_2x\";s:57:\"https://wpmudev.com/wp-content/uploads/2022/04/IVT@2x.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:29:\"admin.php?page=wpmudev-videos\";s:13:\"ms_config_url\";s:29:\"admin.php?page=wpmudev-videos\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:11:\"screenshots\";a:5:{i:0;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_1.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_1@2x.png\";s:4:\"desc\";s:45:\"Integrated Video Tutorials’ Hero Character.\";}i:1;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_2.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_2@2x.png\";s:4:\"desc\";s:37:\"Integrated Video Tutorials Dashboard.\";}i:2;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_3.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_3@2x.png\";s:4:\"desc\";s:23:\"Add custom video Modal.\";}i:3;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_4.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_4@2x.png\";s:4:\"desc\";s:21:\"All videos list page.\";}i:4;a:3:{s:3:\"url\";s:56:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_5.png\";s:6:\"url_2x\";s:59:\"https://wpmudev.com/wp-content/uploads/2011/10/IVT_5@2x.png\";s:4:\"desc\";s:21:\"Video Tutorials Page.\";}}s:6:\"_order\";i:17;}i:938297;a:31:{s:2:\"id\";i:938297;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:5:\"theme\";s:4:\"name\";s:7:\"Upfront\";s:8:\"released\";i:1421124646;s:7:\"updated\";i:1524768151;s:9:\"downloads\";s:6:\"121721\";s:10:\"popularity\";s:4:\"1250\";s:17:\"short_description\";s:145:\"A versatile and infinitely customizable drag-and-drop WordPress theme platform for use with any child theme in the growing Upfront theme library.\";s:16:\"long_description\";s:104:\"a User-friendly, extremely versatile and infinitely customizable drag-and-drop WordPress theme platform.\";s:8:\"features\";a:0:{}s:7:\"version\";s:5:\"1.9.4\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:28:\"WordPress 6.6, Multisite 6.6\";s:8:\"requires\";s:2:\"wp\";s:16:\"requires_min_php\";s:3:\"5.6\";s:3:\"url\";s:47:\"https://wpmudev.com/?post_type=project&p=938297\";s:9:\"thumbnail\";s:66:\"https://wpmudev.com/wp-content/uploads/2015/01/upfront-280x158.jpg\";s:16:\"thumbnail_square\";s:64:\"https://wpmudev.com/wp-content/uploads/2015/01/upfront-90x90.jpg\";s:15:\"thumbnail_large\";s:58:\"https://wpmudev.com/wp-content/uploads/2015/01/upfront.jpg\";s:4:\"icon\";N;s:9:\"banner_1x\";s:0:\"\";s:9:\"banner_2x\";s:0:\"\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:15:\"is_plugin_addon\";b:0;s:6:\"_order\";i:18;}}s:11:\"plugin_tags\";a:6:{i:489;a:3:{s:4:\"name\";s:31:\"BuddyPress Plugins & Themes\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:3:\"167\";i:1;s:4:\"9135\";i:2;s:3:\"257\";i:3;s:2:\"51\";i:4;s:3:\"248\";}}i:32;a:3:{s:4:\"name\";s:26:\"WordPress Business Plugins\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:4:\"9135\";i:3;s:3:\"248\";i:4;s:7:\"2097296\";}}i:498;a:3:{s:4:\"name\";s:27:\"WordPress Marketing Plugins\";s:5:\"count\";i:3;s:4:\"pids\";a:3:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:7:\"2097296\";}}i:16;a:3:{s:4:\"name\";s:27:\"WordPress Multisite Plugins\";s:5:\"count\";i:9;s:4:\"pids\";a:9:{i:0;s:6:\"912164\";i:1;s:7:\"1081721\";i:2;s:7:\"1081723\";i:3;s:3:\"167\";i:4;s:3:\"257\";i:5;s:7:\"1107020\";i:6;s:4:\"9135\";i:7;s:2:\"51\";i:8;s:3:\"248\";}}i:31;a:3:{s:4:\"name\";s:28:\"WordPress Publishing Plugins\";s:5:\"count\";i:3;s:4:\"pids\";a:3:{i:0;s:6:\"912164\";i:1;s:3:\"167\";i:2;s:3:\"257\";}}i:50;a:3:{s:4:\"name\";s:21:\"WordPress SEO Plugins\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:7:\"1081721\";i:3;s:4:\"9135\";i:4;s:2:\"51\";}}}s:11:\"free_notice\";N;s:13:\"single_notice\";N;s:11:\"full_notice\";a:3:{s:4:\"time\";i:1509947375;s:3:\"msg\";s:262:\"<strong>We\'ve pushed all-new updates to The Hub!</strong><br />What\'s The Hub? Only the best way to manage all your sites in one place! Login to your WPMU DEV account to check out the new features. <a href=\"https://wpmudev.com/hub/my-websites/\">Go to The Hub</a>\";s:6:\"author\";i:164650;}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(33108, 'wdp_un_notifications', 'a:1:{i:1509947375;a:6:{s:2:\"id\";i:1509947375;s:7:\"content\";s:270:\"<strong>We\'ve pushed all-new updates to The Hub!</strong><br />What\'s The Hub? Only the best way to manage all your sites in one place! Login to your WPMU DEV account to check out the new features. <a href=\"https://premium.wpmudev.org/hub/my-websites/\">Go to The Hub</a>\";s:9:\"dismissed\";b:1;s:11:\"can_dismiss\";b:1;s:3:\"cta\";s:0:\"\";s:11:\"time_create\";i:1525799867;}}', 'no'),
(33110, 'wdp_un_profile_data', 'a:3:{s:5:\"forum\";a:1:{s:15:\"support_threads\";a:5:{i:0;a:7:{s:5:\"title\";s:39:\"Form submissions failing intermittently\";s:4:\"link\";s:73:\"https://wpmudev.com/forums/topic/form-submissions-failing-intermittently/\";s:9:\"timestamp\";s:10:\"1591256943\";s:4:\"user\";s:3:\"Nav\";s:6:\"status\";s:12:\"not_resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:1;}i:1;a:7:{s:5:\"title\";s:56:\"[HUSTLE] Pop up. Something went wrong. Please try again.\";s:4:\"link\";s:85:\"https://wpmudev.com/forums/topic/hustle-pop-up-something-went-wrong-please-try-again/\";s:9:\"timestamp\";s:10:\"1549398905\";s:4:\"user\";s:6:\"Nithin\";s:6:\"status\";s:12:\"not_resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:4;}i:2;a:7:{s:5:\"title\";s:54:\"[WP password protection] Multiple Password Protection\";s:4:\"link\";s:85:\"https://wpmudev.com/forums/topic/wp-password-protection-multiple-password-protection/\";s:9:\"timestamp\";s:10:\"1533588248\";s:4:\"user\";s:15:\"Kasia Swiderska\";s:6:\"status\";s:12:\"not_resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:1;}i:3;a:7:{s:5:\"title\";s:35:\"Hummingbird Optima Express conflict\";s:4:\"link\";s:69:\"https://wpmudev.com/forums/topic/hummingbird-optima-express-conflict/\";s:9:\"timestamp\";s:10:\"1529385289\";s:4:\"user\";s:4:\"Adam\";s:6:\"status\";s:12:\"not_resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:5;}i:4;a:7:{s:5:\"title\";s:66:\"Uptime: Reports site down when Optima Express IDX plugin is active\";s:4:\"link\";s:99:\"https://wpmudev.com/forums/topic/uptime-reports-site-down-when-optima-express-idx-plugin-is-active/\";s:9:\"timestamp\";s:10:\"1524891301\";s:4:\"user\";s:7:\"JMorris\";s:6:\"status\";s:12:\"not_resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:1;}}}s:7:\"profile\";a:6:{s:2:\"id\";i:134761;s:4:\"name\";s:5:\"Steve\";s:9:\"user_name\";s:23:\"steve@highelevation.net\";s:12:\"member_since\";i:1355342594;s:6:\"avatar\";s:170:\"https://wpmudev.com/avatar/21cfc0f2d05b343eaa758d7f578849a7?s=150&d=https%3A%2F%2Fwpmudev.com%2Fwp-content%2Fthemes%2Fwpmudev-2015-1%2Fassets%2Fimg%2Favatars%2F2.png&r=pg\";s:5:\"title\";s:4:\"Gold\";}s:6:\"points\";a:4:{s:10:\"rep_points\";i:65;s:7:\"history\";a:5:{i:0;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1591256959\";s:6:\"points\";s:1:\"5\";s:11:\"reason_code\";s:10:\"forum_post\";s:6:\"reason\";s:154:\"You started the discussion <a href=\'https://wpmudev.com/forums/topic/form-submissions-failing-intermittently/\'>Form submissions failing intermittently</a>\";s:9:\"object_id\";s:7:\"3769640\";s:9:\"from_user\";N;}i:1;a:7:{s:4:\"type\";s:4:\"hero\";s:9:\"timestamp\";s:10:\"1591256959\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:14:\"daily_activity\";s:6:\"reason\";s:27:\"You were active on WPMU DEV\";s:9:\"object_id\";N;s:9:\"from_user\";N;}i:2;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1549909274\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:200:\"You commented on the discussion <a href=\'https://wpmudev.com/forums/topic/hustle-pop-up-something-went-wrong-please-try-again#post-1375798\'>[HUSTLE] Pop up. Something went wrong. Please try again.</a>\";s:9:\"object_id\";s:7:\"3634157\";s:9:\"from_user\";s:1:\"0\";}i:3;a:7:{s:4:\"type\";s:4:\"hero\";s:9:\"timestamp\";s:10:\"1549909274\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:14:\"daily_activity\";s:6:\"reason\";s:27:\"You were active on WPMU DEV\";s:9:\"object_id\";N;s:9:\"from_user\";N;}i:4;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1549748950\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:200:\"You commented on the discussion <a href=\'https://wpmudev.com/forums/topic/hustle-pop-up-something-went-wrong-please-try-again#post-1375461\'>[HUSTLE] Pop up. Something went wrong. Please try again.</a>\";s:9:\"object_id\";s:7:\"3634153\";s:9:\"from_user\";s:1:\"0\";}}s:11:\"hero_points\";i:67;s:9:\"rep_level\";a:4:{s:4:\"base\";i:50;s:5:\"level\";i:3;s:4:\"name\";s:0:\"\";s:5:\"title\";s:26:\"Design Lord, Child of Thor\";}}}', 'no'),
(33133, 'wdp_un_updates_available', 'a:3:{i:1081721;a:10:{s:3:\"url\";s:43:\"https://wpmudev.com/project/wp-hummingbird/\";s:4:\"type\";s:6:\"plugin\";s:16:\"instructions_url\";s:50:\"https://wpmudev.com/api/dashboard/v2/usage/1081721\";s:4:\"name\";s:15:\"Hummingbird Pro\";s:8:\"filename\";s:33:\"wp-hummingbird/wp-hummingbird.php\";s:9:\"thumbnail\";s:62:\"https://wpmudev.com/wp-content/uploads/2016/02/Hummingbird.png\";s:7:\"version\";s:5:\"3.4.6\";s:11:\"new_version\";s:5:\"3.9.1\";s:9:\"changelog\";a:0:{}s:10:\"autoupdate\";i:1;}i:912164;a:10:{s:3:\"url\";s:41:\"https://wpmudev.com/project/wp-smush-pro/\";s:4:\"type\";s:6:\"plugin\";s:16:\"instructions_url\";s:49:\"https://wpmudev.com/api/dashboard/v2/usage/912164\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"filename\";s:25:\"wp-smush-pro/wp-smush.php\";s:9:\"thumbnail\";s:58:\"https://wpmudev.com/wp-content/uploads/2014/11/Smush-2.png\";s:7:\"version\";s:6:\"3.12.6\";s:11:\"new_version\";s:6:\"3.16.5\";s:9:\"changelog\";a:0:{}s:10:\"autoupdate\";i:1;}i:119;a:10:{s:3:\"url\";s:47:\"https://wpmudev.com/project/wpmu-dev-dashboard/\";s:4:\"type\";s:6:\"plugin\";s:16:\"instructions_url\";s:46:\"https://wpmudev.com/api/dashboard/v2/usage/119\";s:4:\"name\";s:18:\"WPMU DEV Dashboard\";s:8:\"filename\";s:40:\"wpmudev-updates/update-notifications.php\";s:9:\"thumbnail\";s:62:\"https://wpmudev.com/wp-content/uploads/2009/12/Dashboard-1.png\";s:7:\"version\";s:7:\"4.11.22\";s:11:\"new_version\";s:7:\"4.11.26\";s:9:\"changelog\";a:0:{}s:10:\"autoupdate\";i:1;}}', 'off'),
(33140, 'wdp_un_membership_data', 'a:8:{s:17:\"is_tickets_hidden\";b:0;s:22:\"membership_access_type\";s:4:\"paid\";s:10:\"membership\";s:4:\"full\";s:21:\"membership_full_level\";s:4:\"gold\";s:28:\"membership_excluded_projects\";a:0:{}s:17:\"membership_access\";b:1;s:8:\"services\";a:3:{s:6:\"uptime\";b:1;s:8:\"automate\";b:0;s:7:\"reports\";i:0;}s:11:\"hub_site_id\";s:6:\"926330\";}', 'no'),
(44823, 'fs_gdpr', 'a:1:{s:2:\"u0\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(50124, 'pum_installed_on', '2018-02-07 17:51:40', 'yes'),
(50125, 'pum_previously_opted_using_freemius', '0', 'yes'),
(51256, 'smush-directory-path-hash-updated', '1', 'yes'),
(57669, 'wp_page_for_privacy_policy', '0', 'yes'),
(57670, 'show_comments_cookies_opt_in', '0', 'yes'),
(59387, 'wp-smush-settings', 'a:15:{s:11:\"networkwide\";b:0;s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;}', 'no'),
(59534, 'wp-smush-cdn_status', 'O:8:\"stdClass\":11:{s:5:\"limit\";i:32;s:11:\"cdn_enabled\";b:0;s:12:\"cdn_enabling\";b:0;s:7:\"site_id\";i:926330;s:12:\"endpoint_url\";s:0:\"\";s:14:\"bandwidth_plan\";i:50;s:23:\"bandwidth_plan_in_bytes\";i:53687091200;s:23:\"user_bandwidth_in_bytes\";i:1029917337;s:9:\"bandwidth\";i:0;s:4:\"hits\";i:0;s:12:\"cache_misses\";i:0;}', 'off'),
(79318, 'secure_auth_key', '=4J,C.2ZB#=OWgrng 1>xb{L!#Hs[ezcks*,J`O }js&vA%Z&QsX(HGFrX,]HWmU', 'no'),
(79319, 'secure_auth_salt', '+nKN)v!<+7kFr(nA} =-Irmcxh>j<&4 EkX/aV><`>pt09,.Yz* nR:6kn/I<&Ro', 'no'),
(79536, 'wp-smush-last_run_sync', 'a:2:{s:4:\"time\";i:1721526309;s:5:\"fails\";i:0;}', 'off'),
(87615, 'recovery_keys', 'a:0:{}', 'yes'),
(92392, 'wphb_settings', 'a:12:{s:6:\"minify\";a:20:{s:7:\"enabled\";b:0;s:7:\"use_cdn\";b:1;s:3:\"log\";b:0;s:9:\"file_path\";s:0:\"\";s:11:\"minify_blog\";b:1;s:4:\"view\";s:5:\"basic\";s:4:\"type\";s:6:\"speedy\";s:9:\"do_assets\";a:2:{s:6:\"styles\";b:1;s:7:\"scripts\";b:1;}s:5:\"block\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:11:\"dont_minify\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:12:\"dont_combine\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:8:\"position\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"defer\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:6:\"inline\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"nocdn\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"fonts\";a:0:{}s:7:\"preload\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"async\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:6:\"minify\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:7:\"combine\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}}s:6:\"uptime\";a:3:{s:7:\"enabled\";b:0;s:13:\"notifications\";a:3:{s:7:\"enabled\";b:1;s:9:\"threshold\";i:30;s:10:\"recipients\";a:1:{i:0;a:6:{s:4:\"name\";s:5:\"Steve\";s:5:\"email\";s:23:\"steve@highelevation.net\";s:13:\"is_subscribed\";b:1;s:10:\"is_pending\";b:0;s:2:\"id\";i:0;s:4:\"role\";s:0:\"\";}}}s:7:\"reports\";a:5:{s:7:\"enabled\";b:0;s:9:\"frequency\";i:7;s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:5:\"14:00\";s:10:\"recipients\";a:0:{}}}s:8:\"gravatar\";a:1:{s:7:\"enabled\";b:0;}s:10:\"page_cache\";a:7:{s:7:\"enabled\";b:0;s:10:\"cache_blog\";b:1;s:9:\"detection\";s:4:\"auto\";s:12:\"pages_cached\";i:0;s:12:\"integrations\";a:2:{s:7:\"varnish\";b:0;s:7:\"opcache\";b:0;}s:7:\"preload\";b:0;s:12:\"preload_type\";a:2:{s:9:\"home_page\";b:1;s:8:\"on_clear\";b:1;}}s:7:\"caching\";a:4:{s:10:\"expiry_css\";s:10:\"8d/A691200\";s:17:\"expiry_javascript\";s:10:\"8d/A691200\";s:12:\"expiry_media\";s:10:\"8d/A691200\";s:13:\"expiry_images\";s:10:\"8d/A691200\";}s:10:\"cloudflare\";a:13:{s:7:\"enabled\";b:0;s:9:\"connected\";b:0;s:10:\"last_check\";b:0;s:5:\"email\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:10:\"account_id\";s:0:\"\";s:4:\"zone\";s:0:\"\";s:9:\"zone_name\";s:0:\"\";s:4:\"plan\";b:0;s:10:\"page_rules\";a:0:{}s:12:\"cache_expiry\";i:691200;s:8:\"apo_paid\";b:0;s:3:\"apo\";a:0:{}}s:11:\"performance\";a:3:{s:7:\"reports\";a:9:{s:7:\"enabled\";b:0;s:9:\"frequency\";i:7;s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:4:\"2:00\";s:10:\"recipients\";a:0:{}s:4:\"type\";s:7:\"desktop\";s:7:\"metrics\";b:1;s:6:\"audits\";b:1;s:8:\"historic\";b:1;}s:13:\"subsite_tests\";b:1;s:9:\"dismissed\";b:0;}s:8:\"advanced\";a:8:{s:12:\"query_string\";b:0;s:20:\"query_strings_global\";b:0;s:5:\"emoji\";b:0;s:12:\"emoji_global\";b:0;s:8:\"prefetch\";a:0:{}s:10:\"preconnect\";a:0:{}s:14:\"cart_fragments\";b:0;s:9:\"lazy_load\";a:4:{s:7:\"enabled\";b:0;s:6:\"method\";s:5:\"click\";s:6:\"button\";a:3:{s:10:\"dimensions\";a:3:{s:6:\"height\";i:0;s:5:\"width\";i:0;s:6:\"radius\";i:0;}s:5:\"color\";a:3:{s:10:\"background\";s:0:\"\";s:6:\"border\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:9:\"alignment\";a:6:{s:5:\"align\";s:6:\"center\";s:10:\"full_width\";s:2:\"on\";s:4:\"left\";i:0;s:5:\"right\";i:0;s:3:\"top\";i:0;s:6:\"bottom\";i:0;}}s:9:\"threshold\";i:10;}}s:3:\"rss\";a:2:{s:7:\"enabled\";b:1;s:8:\"duration\";i:3600;}s:8:\"settings\";a:5:{s:17:\"accessible_colors\";b:0;s:15:\"remove_settings\";b:0;s:11:\"remove_data\";b:0;s:8:\"tracking\";b:0;s:7:\"control\";b:0;}s:5:\"redis\";a:1:{s:7:\"enabled\";b:0;}s:8:\"database\";a:1:{s:7:\"reports\";a:3:{s:7:\"enabled\";b:0;s:9:\"frequency\";i:7;s:6:\"tables\";a:6:{s:9:\"revisions\";b:1;s:6:\"drafts\";b:1;s:5:\"trash\";b:1;s:4:\"spam\";b:1;s:13:\"trash_comment\";b:1;s:18:\"expired_transients\";b:1;}}}}', 'yes'),
(92761, 'wphb_version', '3.3.0', 'no'),
(92762, 'wphb-notice-uptime-info-show', 'yes', 'no'),
(124936, 'admin_email_lifespan', '1697390807', 'yes'),
(130607, 'duplicate_post_show_original_column', '0', 'yes'),
(130608, 'duplicate_post_show_original_in_post_states', '0', 'yes'),
(130609, 'duplicate_post_show_original_meta_box', '0', 'yes'),
(147958, 'wdp_un_translation_updates_available', 'a:0:{}', 'no'),
(152427, '_transient_health-check-site-status-result', '{\"good\":17,\"recommended\":5,\"critical\":1}', 'yes'),
(156059, 'bsf_skip_author', '', 'no'),
(179569, 'rs-templates-new', '', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(179570, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"d18c36e2537bd40f9c1fd848b227cfb1\";s:6:\"slider\";a:730:{i:0;a:24:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:147:\"http://revolution.themepunch.com/carousel-slider-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=carousel-slider-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:24:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:157:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-slideshow-gallery\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:24:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:161:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-tabs-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:25:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:149:\"http://revolution.themepunch.com/wordpress-facebook-feed/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-facebook-feed\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:24:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:165:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-one-page-slider-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:24:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:149:\"http://revolution.themepunch.com/wordpress-flickr-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-flickr-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:25:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:153:\"http://revolution.themepunch.com/one-page-wordpress-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=one-page-wordpress-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:24:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:147:\"http://revolution.themepunch.com/wordpress-swipe-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-swipe-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:24:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:159:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-slideshow\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:24:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:143:\"http://revolution.themepunch.com/wordpress-hero-image/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-hero-image\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:25:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:157:\"http://revolution.themepunch.com/wordpress-instagram-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-instagram-gallery\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:25:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:161:\"http://revolution.themepunch.com/wordpress-front-page-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-front-page-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:25:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:127:\"http://revolution.themepunch.com/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:26:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:163:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-media-gallery-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:14;a:25:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:149:\"http://revolution.themepunch.com/wordpress-media-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-media-gallery\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:25:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:151:\"http://revolution.themepunch.com/wordpress-content-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-blocks\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:25:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:147:\"http://revolution.themepunch.com/wordpress-news-rotator/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-news-rotator\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:25:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:145:\"http://revolution.themepunch.com/wordpress-post-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-post-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:25:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:151:\"http://revolution.themepunch.com/wordpress-content-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:25:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:151:\"http://revolution.themepunch.com/wordpress-content-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-blocks\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:25:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:157:\"http://revolution.themepunch.com/wordpress-newsletter-signup/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-newsletter-signup\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:25:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:157:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-fullscreen-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:25:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:159:\"http://revolution.themepunch.com/wordpress-photography-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-photography-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:25:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:149:\"http://revolution.themepunch.com/wordpress-photo-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-photo-gallery\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:25:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:155:\"http://revolution.themepunch.com/wordpress-search-form-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-search-form-hero\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:25:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:159:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-cover-flow-gallery\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:25:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:143:\"http://revolution.themepunch.com/wordpress-image-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-hero\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:25:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:149:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-vimeo-gallery\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:25:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:143:\"http://revolution.themepunch.com/wordpress-hero-vimeo/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-hero-vimeo\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:25:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:155:\"http://revolution.themepunch.com/wordpress-frontpage-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-frontpage-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:25:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:147:\"http://revolution.themepunch.com/wordpress-header-image/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-header-image\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:25:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:143:\"http://revolution.themepunch.com/hero-image-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-image-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:25:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:143:\"http://revolution.themepunch.com/wordpress-cover-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-cover-page\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:25:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:153:\"http://revolution.themepunch.com/wordpress-youtube-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-youtube-gallery\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:26:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:151:\"http://revolution.themepunch.com/wordpress-youtube-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-youtube-header\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:36;a:25:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:155:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=big-bold-fullscreen-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:25:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:141:\"http://revolution.themepunch.com/content-zoom-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=content-zoom-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:25:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:143:\"http://revolution.themepunch.com/food-carousel-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-carousel-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:25:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:135:\"http://revolution.themepunch.com/travel-slideshow/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=travel-slideshow\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:25:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:157:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fullscreen-wordpress-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:25:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:157:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-sidebar-slideshow\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:25:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:147:\"http://revolution.themepunch.com/wordpress-touch-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-touch-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:25:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:145:\"http://revolution.themepunch.com/wordpress-3d-parallax/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-3d-parallax\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:25:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:157:\"http://revolution.themepunch.com/responsive-wordpress-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=responsive-wordpress-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:25:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:139:\"http://revolution.themepunch.com/wordpress-3d-scene/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-3d-scene\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:25:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:139:\"http://revolution.themepunch.com/woocommerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:25:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:139:\"http://revolution.themepunch.com/woocommerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:25:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:147:\"http://revolution.themepunch.com/restaurant-hero-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=restaurant-hero-header\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:25:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:155:\"http://revolution.themepunch.com/agency-website-hero-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=agency-website-hero-header\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:25:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:183:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=thumbnail-hover-slider-revolution-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:25:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:201:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=thumbnail-hover-carousel-slider-revolution-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:26:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:223:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fullscreen-4k-youtube-video-gallery-slider-revolution-plugin\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:54;a:25:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:147:\"http://revolution.themepunch.com/fullscreen-hero-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fullscreen-hero-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:25:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:193:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coming-soon-wordpress-under-construction-site\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:25:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:143:\"http://revolution.themepunch.com/christmas-snow-scene/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-snow-scene\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:25:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:195:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rock-band-music-theme-slider-revolution-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:25:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:175:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-free-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:25:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:163:\"http://revolution.themepunch.com/app-landing-page-free-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-landing-page-free-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:25:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:133:\"http://revolution.themepunch.com/hero-desk-scene/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-desk-scene\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:25:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:145:\"http://revolution.themepunch.com/wordpress-news-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-news-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:25:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:163:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-photo-gallery-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:25:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:163:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-photo-gallery-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:25:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:145:\"http://revolution.themepunch.com/wordpress-news-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-news-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:25:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:189:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=interactive-whiteboard-animation-free-addon\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:25:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=best-wordpress-slider-plugin-2016\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:28:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:28:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:28:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:28:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:28:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:28:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:28:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:28:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:28:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:28:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:28:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:28:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:28:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:28:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:28:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:28:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:25:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:25:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:146:\"https://revolution.themepunch.com/car-dealership-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=car-dealership-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:25:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-fullscreen-menu\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:25:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:146:\"https://revolution.themepunch.com/best-wordpress-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=best-wordpress-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:95;a:25:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:169:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-effect-wordpress-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:25:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/wordpress-header-image-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-header-image-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:28:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:28:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:28:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:28:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:28:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:25:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/wordpress-theme-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme-header\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:25:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/wordpress-magazine-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-magazine-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:25:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:146:\"https://revolution.themepunch.com/wordpress-news-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-news-header\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:28:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:107;a:28:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:28:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:25:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:158:\"https://revolution.themepunch.com/wordpress-typewriter-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-typewriter-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:25:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/blend-mode-hero-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=blend-mode-hero-header\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:28:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:28:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:28:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:28:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:28:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:28:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:28:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:28:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:28:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:28:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:28:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:28:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:28:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:28:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:28:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:28:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:28:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:28:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:28:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:28:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:25:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/80s-style-intro/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=80s-style-intro\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:25:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:140:\"https://revolution.themepunch.com/blur-effect-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=blur-effect-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:24:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:140:\"https://revolution.themepunch.com/coming-soon-add-on/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coming-soon-add-on\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:28:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:24:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:140:\"https://revolution.themepunch.com/snow-effect-add-on/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=snow-effect-add-on\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:25:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/particle-effect-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=particle-effect-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Increase Engagement with Particle Effects and Blend Mode [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-increase-engagement-with-particle-effects-and-blend-mode/\";s:9:\"guide_img\";s:32:\"tutorial/particle-effect-one.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:24:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:146:\"https://revolution.themepunch.com/particle-effect-intro/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=particle-effect-intro\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:25:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/particle-background-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=particle-background-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:25:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-portfolio-plugin\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:24:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-showcase-wordpress-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:24:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=best-wordpress-slider-plugin-2017\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Create an Exciting Action Shot for Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-exciting-action-shot-for-your-hero-image/\";s:9:\"guide_img\";s:26:\"tutorial/gravitydesign.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:24:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/404-error-page-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-error-page-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:24:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/wordpress-carousel-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-carousel-gallery\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:24:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:129:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ ?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content= \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:24:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/space-opera-presentation/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=space-opera-presentation\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:24:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:164:\"https://revolution.themepunch.com/website-intro-wordpress-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=website-intro-wordpress-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Slider Animation Effect Your Visitors Won’t Forget [Tutorial]\";s:9:\"guide_url\";s:83:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-slider-animation-effect/\";s:9:\"guide_img\";s:25:\"tutorial/websiteintro.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:24:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:146:\"https://revolution.themepunch.com/minimal-mask-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-mask-showcase\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:24:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:178:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-zoom-slices-wordpress-plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:25:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-double-exposure-effect\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:150;a:24:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=mountain-wordpress-parallax-header\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:62:\"How to Place Text Behind Objects in Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:69:\"https://www.sliderrevolution.com/tutorials/place-text-behind-objects/\";s:9:\"guide_img\";s:35:\"tutorial/mountainparallaxheader.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:28:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:28:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:28:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:28:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:29:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:156;a:29:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:157;a:28:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:28:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:28:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:28:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:28:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:28:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:28:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:28:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:28:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:27:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:142:\"https://revolution.themepunch.com/before-after-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=before-after-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;s:10:\"push_image\";b:1;}i:167;a:24:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-product-showcase-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:25:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:164:\"https://revolution.themepunch.com/overexposure-transition-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=overexposure-transition-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:24:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:134:\"https://revolution.themepunch.com/parallax-scroll/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-scroll\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:28:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:28:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:28:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:28:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:28:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:28:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:28:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:28:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:28:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:24:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-live-weather-add-on\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:167:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:24:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=360-degree-real-estate-virtual-tour\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:24:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-duotone-effect-add-on\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:24:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:166:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-reveal-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:28:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:28:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:28:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:28:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:28:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:28:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:28:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:25:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:174:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=funky-intro-slider-wordpress-plugin\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:28:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:28:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:28:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:28:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:28:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:28:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:28:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:28:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:28:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:28:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:28:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:28:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:28:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:28:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:24:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clean-landing-page-for-wordpress\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:24:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:186:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-cut-portfolio-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:28:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:28:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:28:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:28:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:28:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:28:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:24:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:184:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=bubble-morph-effect-add-on-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:24:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:180:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=distortion-effect-add-on-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:24:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:196:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=club-flyer-landing-page-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:25:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:180:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=paintbrush-effect-add-on-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:87:\"How to Add a Unique Paintbrush Effect to Your Website with Slider Revolution [Tutorial]\";s:9:\"guide_url\";s:68:\"https://www.sliderrevolution.com/tutorials/unique-paintbrush-effect/\";s:9:\"guide_img\";s:28:\"tutorial/paintbrushaddon.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:236;a:28:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:176:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-one-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:28:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:176:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-one-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:28:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:176:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-one-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:28:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:176:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-one-page-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:28:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:28:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:28:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:28:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:28:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:28:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:28:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:25:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=news-magazine-slider-for-wordpress\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:248;a:24:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=real-estate-slider-for-wordpress\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:24:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:184:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-shop-header-slider-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:24:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:194:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=seasonal-offer-christmas-header-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:28:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:28:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:28:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:28:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:28:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:28:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:28:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:28:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:28:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:24:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fitness-club-header-for-wordpress\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:24:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=soccer-club-slider-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:24:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/music-band-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=music-band-template-for-wordpress\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:24:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:176:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=restaurant-menu-slider-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a Digital Menu Teaser for Your Foodie Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-menu-teaser-for-your-foodie-website/\";s:9:\"guide_img\";s:28:\"tutorial/restaurant-menu.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:24:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/cinematic-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:24:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=3d-parallax-cubes-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:28:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:28:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:28:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:28:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:28:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:28:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:28:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:28:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:28:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:28:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:28:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:28:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:28:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:28:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:28:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:28:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:28:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:28:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:28:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:286;a:29:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/minimal-portfolio-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-portfolio-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:287;a:28:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/minimal-portfolio-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-portfolio-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:28:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:28:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:28:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:28:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:28:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:28:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:28:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:28:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:24:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:157:\"http://revolution.themepunch.com/retouch-before-after-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=retouch-before-after-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:24:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:161:\"http://revolution.themepunch.com/tech-showcase-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tech-showcase-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:28:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:28:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:28:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:28:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:28:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:304;a:28:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:28:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:28:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:28:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:28:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:28:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:28:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:29:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:312;a:28:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:28:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:24:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:164:\"https://revolution.themepunch.com/cube-animation-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cube-animation-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:28:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:29:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:317;a:28:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:28:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:28:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:28:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:28:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:28:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:28:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:28:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:24:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:147:\"http://revolution.themepunch.com/nature-explorer-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nature-explorer-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Design a Featured Post Slider That Impresses Readers [Tutorial]\";s:9:\"guide_url\";s:64:\"https://www.sliderrevolution.com/tutorials/featured-post-slider/\";s:9:\"guide_img\";s:26:\"tutorial/nature-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:25:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:158:\"https://revolution.themepunch.com/art-gallery-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=art-gallery-slider-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"Promote Your Most Recent Content with a Colorful Hero Design [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/promote-your-most-recent-content-with-a-colorful-hero-design/\";s:9:\"guide_img\";s:31:\"tutorial/Art-Gallery-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:327;a:28:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:28:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:28:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:28:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:28:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:28:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:11:\"zindex=\"10\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:28:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:25:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:164:\"https://revolution.themepunch.com/classic-cars-before-after-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=classic-cars-before-after-hero\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Create an Interactive Before-and-After Image Slider [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-interactive-before-and-after-image-slider/\";s:9:\"guide_img\";s:35:\"tutorial/Classic-Cars-Evolution.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:335;a:24:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:132:\"https://revolution.themepunch.com/404-error-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-error-page\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Create a 404 Page That Will Convert Instead of Cost You Visitors [Tutorial]\";s:9:\"guide_url\";s:68:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-404-page/\";s:9:\"guide_img\";s:34:\"tutorial/404-Error-Space-Theme.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:28:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:28:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:28:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:28:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:28:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:28:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:28:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:28:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:28:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:28:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:27:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:27:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:27:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:27:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:27:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:27:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:27:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:27:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:27:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:27:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:27:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:27:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:27:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:27:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:27:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:27:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:27:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:27:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:27:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:27:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:367;a:27:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:27:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:27:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:27:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:27:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:27:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:27:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:27:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:27:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:27:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:27:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:27:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:27:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:27:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:27:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:27:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:27:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:27:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:27:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:27:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:27:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:27:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:27:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:27:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:27:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:27:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:27:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:27:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:27:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:27:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:27:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:27:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:27:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:27:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:27:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:27:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:27:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:27:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:27:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:24:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"real-estate-showcase-slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:158:\"https://revolution.themepunch.com/real-estate-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=real-estate-showcase-slider\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:24:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:136:\"https://revolution.themepunch.com/isometric-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=isometric-slider\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:27:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:142:\"https://revolution.themepunch.com/woo-commerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woo-commerce-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:27:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:142:\"https://revolution.themepunch.com/woo-commerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woo-commerce-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:27:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:142:\"https://revolution.themepunch.com/woo-commerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woo-commerce-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:24:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:151:\"https://www.sliderrevolution.com/templates/woo-commerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woo-commerce-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:27:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:28:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:414;a:27:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:27:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:27:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:27:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:27:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:27:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:27:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:27:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:27:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:27:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:27:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:27:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:24:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:24:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:24:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:24:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:24:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:24:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:158:\"https://revolution.themepunch.com/wordpress-hero-image-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-hero-image-header\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:24:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/launching-soon-countdown/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=launching-soon-countdown\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:24:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:140:\"https://revolution.themepunch.com/under-construction/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=under-construction\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:88:\"Create an Under Construction Page That’ll Entertain Visitors While You Work [Tutorial]\";s:9:\"guide_url\";s:121:\"https://www.sliderrevolution.com/tutorials/create-an-under-construction-page-that-will-entertain-visitors-while-you-work/\";s:9:\"guide_img\";s:31:\"tutorial/Under-Construction.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:24:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:142:\"https://revolution.themepunch.com/snow-particle-scene/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=snow-particle-scene\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:24:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:146:\"https://revolution.themepunch.com/cyber-particle-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-particle-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Create a Retro-Inspired Design for the Hero Section [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-retro-inspired-design-for-the-hero-section/\";s:9:\"guide_img\";s:30:\"tutorial/Particle-Effect-2.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:27:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:27:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:27:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:28:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:440;a:27:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:28:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:442;a:27:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:27:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:28:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:445;a:27:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:24:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:158:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=big-summer-sale-shop-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:60:\"How to Add an Animated Headline to Your Home Page [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-add-an-animated-headline-to-your-home-page-tutorial/\";s:9:\"guide_img\";s:28:\"tutorial/big-summer-sale.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:26:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:144:\"https://revolution.themepunch.com/travel-blog-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=travel-blog-carousel\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create an Engaging Product Carousel for Your Online Shop [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-engaging-product-carousel-for-your-online-shop/\";s:9:\"guide_img\";s:31:\"tutorial/traveller-carousel.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:448;a:24:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:136:\"https://revolution.themepunch.com/project-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=project-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:24:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:130:\"https://revolution.themepunch.com/news-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=news-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:27:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:27:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:27:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:27:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:27:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:27:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:27:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:27:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:27:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:27:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:24:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:137:\"https://www.sliderrevolution.com/templates/mini-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=mini-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:25:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:149:\"https://www.sliderrevolution.com/templates/food-delivery-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-delivery-hero\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:462;a:24:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=slider-with-illustrations\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:27:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:28:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:465;a:27:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:27:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:27:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:27:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:27:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:27:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:27:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:27:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:24:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=paintbrush-effect-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:482;a:25:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/black-friday-scroll-video/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=black-friday-scroll-video\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:369:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"Spice Up Your Sales Promotions with a Video Scroll Animation [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/spice-up-your-sales-promotions-with-a-video-scroll-animation/\";s:9:\"guide_img\";s:38:\"tutorial/black-friday-scroll-video.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:484;a:27:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:27:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:86:\" offset=\"t:90px,80px,70px,70px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:27:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:27:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:27:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:27:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:27:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:27:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:27:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:27:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:27:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:24:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:155:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-hero-titles\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image/\";s:9:\"guide_url\";s:70:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image/\";s:9:\"guide_img\";s:34:\"tutorial/cinematic-hero-titles.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:25:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=design-dna-scroll-video\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:543:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:497;a:24:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-delivery-lottie-scroll\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Design a Scroll Animation on Your Own Using Lottie [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-scroll-animation-on-your-own-using-lottie-tutorial/\";s:9:\"guide_img\";s:40:\"tutorial/food-delivery-lottie-scroll.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:499;a:27:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-recipe-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:27:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-recipe-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:27:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:502;a:27:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-recipe-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:503;a:27:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:28:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:505;a:27:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:506;a:27:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:168:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:91:\"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]\";s:9:\"guide_url\";s:124:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading/\";s:9:\"guide_img\";s:41:\"tutorial/Cyber-Carousel-With-Lightbox.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:28:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:168:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:91:\"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]\";s:9:\"guide_url\";s:124:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading/\";s:9:\"guide_img\";s:41:\"tutorial/Cyber-Carousel-With-Lightbox.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:508;a:27:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:168:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:91:\"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]\";s:9:\"guide_url\";s:124:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading/\";s:9:\"guide_img\";s:41:\"tutorial/Cyber-Carousel-With-Lightbox.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:509;a:27:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:27:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:155:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:27:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:27:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:155:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:27:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:514;a:27:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:155:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:515;a:24:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:162:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]\";s:9:\"guide_url\";s:92:\"https://www.sliderrevolution.com/tutorials/how-to-draw-attention-to-your-ecommerce-products/\";s:9:\"guide_img\";s:30:\"tutorial/woo-liquid-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:516;a:24:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:162:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]\";s:9:\"guide_url\";s:92:\"https://www.sliderrevolution.com/tutorials/how-to-draw-attention-to-your-ecommerce-products/\";s:9:\"guide_img\";s:30:\"tutorial/woo-liquid-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:517;a:27:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:518;a:27:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:519;a:24:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/creative-hero-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-hero-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create an Engaging Hero Section Without Any Photos or Videos [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-engaging-hero-section-without-any-photos-or-videos/\";s:9:\"guide_img\";s:37:\"tutorial/Creative-Hero-Collection.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:24:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:185:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-and-videographer-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Customized Transition Effect for Your Hero Section [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-customized-transition-effect-for-your-hero-section/\";s:9:\"guide_img\";s:32:\"tutorial/photographer-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:24:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=real-estate-showcase-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Stunning Hero Slider for Your Real Estate Website [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-stunning-hero-slider-for-your-real-estate-website/\";s:9:\"guide_img\";s:30:\"tutorial/realestate-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:522;a:24:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:151:\"https://www.sliderrevolution.com/templates/saas-product-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=saas-product-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:523;a:28:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-wildlife-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/\";s:9:\"guide_img\";s:31:\"tutorial/Cinematic-Wildlife.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:524;a:28:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-wildlife-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/\";s:9:\"guide_img\";s:31:\"tutorial/Cinematic-Wildlife.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:525;a:28:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-wildlife-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/\";s:9:\"guide_img\";s:31:\"tutorial/Cinematic-Wildlife.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:526;a:25:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charts-addon-presentation-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Digital Report Teaser with Slider Revolution [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-report-teaser-with-slider-revolution/\";s:9:\"guide_img\";s:45:\"tutorial/gaming-stats-presentation-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:527;a:25:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-shop-split-screen-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:528;a:24:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-showreel-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Add a Beautiful Video Background to Your Website [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-beautiful-video-background-to-your-website-tutorial/\";s:9:\"guide_img\";s:28:\"tutorial/showreel-slider.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:529;a:25:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-art-forms-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:530;a:24:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:179:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=background-effect-hero-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:703:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:60:\"How to Create a Unique Gradient Background Design [Tutorial]\";s:9:\"guide_url\";s:63:\"https://www.sliderrevolution.com/tutorials/gradient-background/\";s:9:\"guide_img\";s:27:\"tutorial/bg-effect-hero.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:531;a:24:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-glitch-effect-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:361:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:72:\"How to Create a Futuristic-looking Website for a Tech Company [Tutorial]\";s:9:\"guide_url\";s:105:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-futuristic-looking-website-for-a-tech-company/\";s:9:\"guide_img\";s:22:\"tutorial/cyberfunk.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:532;a:25:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=motion-blur-portfolio-showcase\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:238:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu its ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:75:\"A Different Way to Wow Shoppers with an eCommerce Product Slider [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/a-different-way-to-wow-shoppers-with-an-ecommerce-product-slider/\";s:9:\"guide_img\";s:34:\"tutorial/motion-blur-portfolio.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:533;a:25:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=portal-effect-hero-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:67:\"Demystifying the Slider Revolution Builder and Templates [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/demystifying-the-slider-revolution-builder-and-templates-tutorial/\";s:9:\"guide_img\";s:31:\"tutorial/portal-effect-hero.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:534;a:24:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=winery-timeline-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Vertical Slider Timeline That Tells Your Brand Story [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-vertical-slider-timeline-that-tells-your-brand-story/\";s:9:\"guide_img\";s:28:\"tutorial/winery-timeline.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:535;a:27:{s:2:\"id\";s:3:\"569\";s:5:\"title\";s:25:\"Smart Living One Pager V1\";s:5:\"alias\";s:25:\"smart-living-one-pager-v1\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:33:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:536;a:27:{s:2:\"id\";s:3:\"570\";s:5:\"title\";s:25:\"Smart Living One Pager V2\";s:5:\"alias\";s:25:\"smart-living-one-pager-v2\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v2\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:38:21\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:537;a:27:{s:2:\"id\";s:3:\"571\";s:5:\"title\";s:25:\"Smart Living One Pager V3\";s:5:\"alias\";s:25:\"smart-living-one-pager-v3\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v3\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:39:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:538;a:27:{s:2:\"id\";s:3:\"572\";s:5:\"title\";s:6:\"Menu 1\";s:5:\"alias\";s:6:\"menu-1\";s:3:\"zip\";s:16:\"packs/menu-1.zip\";s:3:\"uid\";s:32:\"6e5038d711f2ee8326c79c3a9e06ded4\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:41:12\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:539;a:28:{s:2:\"id\";s:3:\"573\";s:5:\"title\";s:6:\"Hero 1\";s:5:\"alias\";s:14:\"onepage-hero-1\";s:3:\"zip\";s:24:\"packs/onepage-hero-1.zip\";s:3:\"uid\";s:32:\"9f5fec6956bd2e1e1ecc553a8b7471b0\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:48:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:540;a:27:{s:2:\"id\";s:3:\"574\";s:5:\"title\";s:7:\"About 1\";s:5:\"alias\";s:6:\"about1\";s:3:\"zip\";s:16:\"packs/about1.zip\";s:3:\"uid\";s:32:\"fc4962093f61124101c05ceb506fa5d2\";s:3:\"img\";s:17:\"about1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:50:54\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:541;a:27:{s:2:\"id\";s:3:\"575\";s:5:\"title\";s:10:\"Services 1\";s:5:\"alias\";s:9:\"services1\";s:3:\"zip\";s:19:\"packs/services1.zip\";s:3:\"uid\";s:32:\"08f72a81aeb9afdaa57f544e4331a6da\";s:3:\"img\";s:20:\"services1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:52:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:542;a:27:{s:2:\"id\";s:3:\"576\";s:5:\"title\";s:10:\"Projects 1\";s:5:\"alias\";s:9:\"projects1\";s:3:\"zip\";s:19:\"packs/projects1.zip\";s:3:\"uid\";s:32:\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:01:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:543;a:27:{s:2:\"id\";s:3:\"577\";s:5:\"title\";s:8:\"Footer 1\";s:5:\"alias\";s:8:\"footer-1\";s:3:\"zip\";s:18:\"packs/footer-1.zip\";s:3:\"uid\";s:32:\"947fac99689a985c7f0f7dfec4311f6b\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:05:00\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:544;a:28:{s:2:\"id\";s:3:\"578\";s:5:\"title\";s:24:\"Explainer Block 1 Part 1\";s:5:\"alias\";s:23:\"explainer-block-1-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part1.zip\";s:3:\"uid\";s:32:\"731980bef0ea06263d05b286b5a75dfe\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:06:07\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:545;a:28:{s:2:\"id\";s:3:\"579\";s:5:\"title\";s:24:\"Explainer Block 1 Part 2\";s:5:\"alias\";s:23:\"explainer-block-1-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part2.zip\";s:3:\"uid\";s:32:\"ded730f13551f78b9a87b159b72d8ce8\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:07:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:546;a:27:{s:2:\"id\";s:3:\"580\";s:5:\"title\";s:16:\"Projects Modal 1\";s:5:\"alias\";s:16:\"projects-modal-1\";s:3:\"zip\";s:26:\"packs/projects-modal-1.zip\";s:3:\"uid\";s:32:\"b17af2f4e21786711a2ce4ac0c4436ad\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:08:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:547;a:27:{s:2:\"id\";s:3:\"581\";s:5:\"title\";s:6:\"Menu 2\";s:5:\"alias\";s:6:\"menu-2\";s:3:\"zip\";s:16:\"packs/menu-2.zip\";s:3:\"uid\";s:32:\"a8d103f753ee50d4f81aa4100df8b7f9\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:20:20\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:548;a:27:{s:2:\"id\";s:3:\"582\";s:5:\"title\";s:6:\"Hero 2\";s:5:\"alias\";s:6:\"hero-2\";s:3:\"zip\";s:16:\"packs/hero-2.zip\";s:3:\"uid\";s:32:\"7e56900f8c4b6e12435b70e141accaa8\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 15:27:59\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:549;a:27:{s:2:\"id\";s:3:\"583\";s:5:\"title\";s:10:\"Services 2\";s:5:\"alias\";s:10:\"services-2\";s:3:\"zip\";s:20:\"packs/services-2.zip\";s:3:\"uid\";s:32:\"da2d588b291a7754096ac77746ba1da5\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:29:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:550;a:27:{s:2:\"id\";s:3:\"584\";s:5:\"title\";s:7:\"About 2\";s:5:\"alias\";s:7:\"about-2\";s:3:\"zip\";s:17:\"packs/about-2.zip\";s:3:\"uid\";s:32:\"8e9e84d1aec08de6e099473683bf0e57\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:30:15\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:551;a:27:{s:2:\"id\";s:3:\"585\";s:5:\"title\";s:10:\"Projects 2\";s:5:\"alias\";s:10:\"projects-2\";s:3:\"zip\";s:20:\"packs/projects-2.zip\";s:3:\"uid\";s:32:\"99bc6ca75f6d5e018701aef5f5b22b27\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:32:06\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:552;a:27:{s:2:\"id\";s:3:\"586\";s:5:\"title\";s:8:\"Footer 2\";s:5:\"alias\";s:7:\"footer2\";s:3:\"zip\";s:17:\"packs/footer2.zip\";s:3:\"uid\";s:32:\"99df496d2fd9e897a2debb66958cb610\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:34:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:553;a:27:{s:2:\"id\";s:3:\"587\";s:5:\"title\";s:24:\"Explainer Block 2 Part 1\";s:5:\"alias\";s:23:\"explainer-block-2-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part1.zip\";s:3:\"uid\";s:32:\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:35:48\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:554;a:27:{s:2:\"id\";s:3:\"588\";s:5:\"title\";s:24:\"Explainer Block 2 Part 2\";s:5:\"alias\";s:23:\"explainer-block-2-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part2.zip\";s:3:\"uid\";s:32:\"b12ac82484c5d2609994978f95026057\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:37:05\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:555;a:27:{s:2:\"id\";s:3:\"589\";s:5:\"title\";s:16:\"Projects Modal 2\";s:5:\"alias\";s:16:\"projects-modal-2\";s:3:\"zip\";s:26:\"packs/projects-modal-2.zip\";s:3:\"uid\";s:32:\"ac164d7043a8958ae2931e4be54bf56e\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:38:22\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:556;a:27:{s:2:\"id\";s:3:\"590\";s:5:\"title\";s:6:\"Menu 3\";s:5:\"alias\";s:6:\"menu-3\";s:3:\"zip\";s:16:\"packs/menu-3.zip\";s:3:\"uid\";s:32:\"7300529d564642c76e61890cf0ef57cf\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:42:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:557;a:27:{s:2:\"id\";s:3:\"591\";s:5:\"title\";s:6:\"Hero 3\";s:5:\"alias\";s:6:\"hero-3\";s:3:\"zip\";s:16:\"packs/hero-3.zip\";s:3:\"uid\";s:32:\"08db05794abf4e6c10788cbd423f92b2\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:46:06\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:558;a:27:{s:2:\"id\";s:3:\"592\";s:5:\"title\";s:7:\"About 3\";s:5:\"alias\";s:7:\"about-3\";s:3:\"zip\";s:17:\"packs/about-3.zip\";s:3:\"uid\";s:32:\"dac01fc9b9d664f271e1ea6a1bbb850c\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:47:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:559;a:27:{s:2:\"id\";s:3:\"593\";s:5:\"title\";s:10:\"Services 3\";s:5:\"alias\";s:10:\"services-3\";s:3:\"zip\";s:20:\"packs/services-3.zip\";s:3:\"uid\";s:32:\"4bad1c4a765cef7d93d3c7e2a0e76b83\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:50:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:560;a:27:{s:2:\"id\";s:3:\"594\";s:5:\"title\";s:10:\"Projects 3\";s:5:\"alias\";s:10:\"projects-3\";s:3:\"zip\";s:20:\"packs/projects-3.zip\";s:3:\"uid\";s:32:\"e3337a84122e580679474dea8d7bf37c\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:51:31\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:561;a:27:{s:2:\"id\";s:3:\"595\";s:5:\"title\";s:8:\"Footer 3\";s:5:\"alias\";s:8:\"footer-3\";s:3:\"zip\";s:18:\"packs/footer-3.zip\";s:3:\"uid\";s:32:\"524f4445a5565bf3ef1dcd7b2f0228cc\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:53:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:562;a:27:{s:2:\"id\";s:3:\"596\";s:5:\"title\";s:24:\"Explainer Block 3 Part 1\";s:5:\"alias\";s:23:\"explainer-block-3-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part1.zip\";s:3:\"uid\";s:32:\"b1469a955fecb4e1d645a604804716de\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:54:20\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:563;a:27:{s:2:\"id\";s:3:\"597\";s:5:\"title\";s:24:\"Explainer Block 3 Part 2\";s:5:\"alias\";s:23:\"explainer-block-3-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part2.zip\";s:3:\"uid\";s:32:\"3faa6f1dc248ef2ba3d50cc60db557b1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:55:33\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:564;a:27:{s:2:\"id\";s:3:\"598\";s:5:\"title\";s:16:\"Projects Modal 3\";s:5:\"alias\";s:16:\"projects-modal-3\";s:3:\"zip\";s:26:\"packs/projects-modal-3.zip\";s:3:\"uid\";s:32:\"b22bb57c30e75bf7d7ba7d240a21b3fe\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:57:05\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:565;a:24:{s:2:\"id\";s:3:\"599\";s:5:\"title\";s:25:\"Urban Street Skate Slider\";s:5:\"alias\";s:25:\"urban-street-skate-slider\";s:3:\"zip\";s:29:\"urban-street-skate-slider.zip\";s:3:\"uid\";s:32:\"14b18e98ac51aa922a264b74518d6f25\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";s:7:\"preview\";s:191:\"https://www.sliderrevolution.com/templates/urban-street-skate-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=urban-street-skate-slider-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-14 18:54:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:73:\"How to Create a Modern Slider Design for Your Medical Practice [Tutorial]\";s:9:\"guide_url\";s:106:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-modern-slider-design-for-your-medical-practice/\";s:9:\"guide_img\";s:38:\"tutorial/urban-street-skate-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:566;a:24:{s:2:\"id\";s:3:\"600\";s:5:\"title\";s:34:\"Fast Food Burger Restaurant Slider\";s:5:\"alias\";s:13:\"yummy-burgers\";s:3:\"zip\";s:17:\"yummy-burgers.zip\";s:3:\"uid\";s:32:\"3de3520af809748281f3aaa16d8c2222\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fast-food-burger-restaurant-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-11 12:47:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"How to Creatively Display Ingredients and Nutrition Info on Your Website [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/how-to-creatively-display-ingredients-and-nutrition-info-on-your-website/\";s:9:\"guide_img\";s:26:\"tutorial/yummy-burgers.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:567;a:27:{s:2:\"id\";s:3:\"601\";s:5:\"title\";s:37:\"Tattoo Event Website Template Package\";s:5:\"alias\";s:37:\"tattoo-event-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"tattoo-event-website-template-package\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-12 14:37:06\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:568;a:27:{s:2:\"id\";s:3:\"602\";s:5:\"title\";s:24:\"Tattoo Event Hero Slider\";s:5:\"alias\";s:24:\"tattoo-event-hero-slider\";s:3:\"zip\";s:34:\"packs/tattoo-event-hero-slider.zip\";s:3:\"uid\";s:32:\"3a4eb0f2f1de6b9a644d626c4472208b\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:11:21\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:569;a:27:{s:2:\"id\";s:3:\"603\";s:5:\"title\";s:18:\"Tattoo Event About\";s:5:\"alias\";s:18:\"tattoo-event-about\";s:3:\"zip\";s:28:\"packs/tattoo-event-about.zip\";s:3:\"uid\";s:32:\"ae8aaf2b1aeb84036c35ac3d4a178ed6\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:14:35\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:570;a:27:{s:2:\"id\";s:3:\"604\";s:5:\"title\";s:20:\"Tattoo Event Artists\";s:5:\"alias\";s:20:\"tattoo-event-artists\";s:3:\"zip\";s:30:\"packs/tattoo-event-artists.zip\";s:3:\"uid\";s:32:\"e11b6508214396963c856afc1b604e58\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:16:36\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:571;a:27:{s:2:\"id\";s:3:\"605\";s:5:\"title\";s:21:\"Tattoo Event Schedule\";s:5:\"alias\";s:21:\"tattoo-event-schedule\";s:3:\"zip\";s:31:\"packs/tattoo-event-schedule.zip\";s:3:\"uid\";s:32:\"73be4b953a719fc9abfadc447e88b906\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:19:17\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:572;a:27:{s:2:\"id\";s:3:\"606\";s:5:\"title\";s:17:\"Tattoo Event News\";s:5:\"alias\";s:17:\"tattoo-event-news\";s:3:\"zip\";s:27:\"packs/tattoo-event-news.zip\";s:3:\"uid\";s:32:\"80eafaaaa2f1844cac7c5c1efb0912d1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:21:56\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:573;a:27:{s:2:\"id\";s:3:\"607\";s:5:\"title\";s:19:\"Tattoo Event Footer\";s:5:\"alias\";s:19:\"tattoo-event-footer\";s:3:\"zip\";s:29:\"packs/tattoo-event-footer.zip\";s:3:\"uid\";s:32:\"0c16f7290794f2e26566c8a8ca8f6493\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:23:18\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:574;a:27:{s:2:\"id\";s:3:\"608\";s:5:\"title\";s:24:\"Startup Website Template\";s:5:\"alias\";s:24:\"startup-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"startup-website-template\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:29:34\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:575;a:27:{s:2:\"id\";s:3:\"609\";s:5:\"title\";s:12:\"Startup Menu\";s:5:\"alias\";s:12:\"startup-menu\";s:3:\"zip\";s:22:\"packs/startup-menu.zip\";s:3:\"uid\";s:32:\"10b7853c05d47a99e61a68ec7ef0a0ea\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:32:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:576;a:27:{s:2:\"id\";s:3:\"610\";s:5:\"title\";s:12:\"Startup Hero\";s:5:\"alias\";s:12:\"startup-hero\";s:3:\"zip\";s:22:\"packs/startup-hero.zip\";s:3:\"uid\";s:32:\"7a41e68bac8bc7f937b7eb957e01eb11\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:34:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:577;a:27:{s:2:\"id\";s:3:\"611\";s:5:\"title\";s:13:\"Startup About\";s:5:\"alias\";s:13:\"startup-about\";s:3:\"zip\";s:23:\"packs/startup-about.zip\";s:3:\"uid\";s:32:\"22a816ba986476a36fef3887ff4d1ea1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:36:55\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:578;a:27:{s:2:\"id\";s:3:\"612\";s:5:\"title\";s:18:\"Startup Features 1\";s:5:\"alias\";s:18:\"startup-features-1\";s:3:\"zip\";s:28:\"packs/startup-features-1.zip\";s:3:\"uid\";s:32:\"4b0b7b8773ba30bdc58b862442155faa\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:39:11\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:579;a:27:{s:2:\"id\";s:3:\"613\";s:5:\"title\";s:18:\"Startup Features 2\";s:5:\"alias\";s:18:\"startup-features-2\";s:3:\"zip\";s:28:\"packs/startup-features-2.zip\";s:3:\"uid\";s:32:\"7a686556ca8c4355fea931b3e946a3d0\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:40:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:580;a:27:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:12:\"Startup Team\";s:5:\"alias\";s:12:\"startup-team\";s:3:\"zip\";s:22:\"packs/startup-team.zip\";s:3:\"uid\";s:32:\"7969f1f556fd276ec04dcbf49144d2f8\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:42:12\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:581;a:27:{s:2:\"id\";s:3:\"615\";s:5:\"title\";s:15:\"Startup Reviews\";s:5:\"alias\";s:15:\"startup-reviews\";s:3:\"zip\";s:25:\"packs/startup-reviews.zip\";s:3:\"uid\";s:32:\"4d5253028165c237cda5f42c3f721c09\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:43:42\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:582;a:27:{s:2:\"id\";s:3:\"616\";s:5:\"title\";s:11:\"Startup CTA\";s:5:\"alias\";s:11:\"startup-cta\";s:3:\"zip\";s:21:\"packs/startup-cta.zip\";s:3:\"uid\";s:32:\"bfe7cb2a94dd8292179e16a986cf2748\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:45:02\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:583;a:27:{s:2:\"id\";s:3:\"617\";s:5:\"title\";s:14:\"Startup Footer\";s:5:\"alias\";s:14:\"startup-footer\";s:3:\"zip\";s:24:\"packs/startup-footer.zip\";s:3:\"uid\";s:32:\"d73466042d108699d366bf9cab2beaa8\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:46:31\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:584;a:27:{s:2:\"id\";s:3:\"618\";s:5:\"title\";s:19:\"Startup Video Modal\";s:5:\"alias\";s:19:\"startup-video-modal\";s:3:\"zip\";s:29:\"packs/startup-video-modal.zip\";s:3:\"uid\";s:32:\"5fd53a8ad93456a152c25079f6437377\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:47:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:585;a:27:{s:2:\"id\";s:3:\"619\";s:5:\"title\";s:32:\"Christmas Gift Card Landing Page\";s:5:\"alias\";s:32:\"christmas-gift-card-landing-page\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"christmas-gift-card-landing-page\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-gift-card-landing-page\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:05:33\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:586;a:27:{s:2:\"id\";s:3:\"620\";s:5:\"title\";s:24:\"Christmas Landing Page 1\";s:5:\"alias\";s:24:\"christmas-landing-page-1\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-1.zip\";s:3:\"uid\";s:32:\"17eb656138d076ca1dc2d9fa5cefb1b8\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-gift-card-landing-page\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:08:37\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:587;a:27:{s:2:\"id\";s:3:\"621\";s:5:\"title\";s:24:\"Christmas Landing Page 2\";s:5:\"alias\";s:24:\"christmas-landing-page-2\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-2.zip\";s:3:\"uid\";s:32:\"ea0d2cfdba50c8060c66ee7b979c3b83\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-gift-card-landing-page\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:341:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:10:54\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:588;a:28:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:25:\"Minimal Portfolio Website\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-website\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/minimal-portfolio-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-portfolio-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:589;a:24:{s:2:\"id\";s:3:\"622\";s:5:\"title\";s:12:\"Image Slider\";s:5:\"alias\";s:12:\"image-slider\";s:3:\"zip\";s:16:\"image-slider.zip\";s:3:\"uid\";s:32:\"85a8fcfa9220809176bd3d6bc70b4abf\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/newborn-image-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=newborn-image-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:213:\"<span class=\"ttm_content\">Get an instant \"wow\" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-04 09:45:41\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:590;a:24:{s:2:\"id\";s:3:\"623\";s:5:\"title\";s:17:\"Full Width Slider\";s:5:\"alias\";s:17:\"full-width-slider\";s:3:\"zip\";s:21:\"full-width-slider.zip\";s:3:\"uid\";s:32:\"e2792804e7a1f3ec9806f6a6225a559d\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/delicious-full-width-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=delicious-full-width-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">We\'ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-10 11:40:04\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Visually Promote Products and Their Unique Scent Profiles Online [Tutorial]\";s:9:\"guide_url\";s:115:\"https://www.sliderrevolution.com/tutorials/how-to-visually-promote-products-and-their-unique-scent-profiles-online/\";s:9:\"guide_img\";s:30:\"tutorial/full-width-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:591;a:27:{s:2:\"id\";s:3:\"624\";s:5:\"title\";s:20:\"App Website Template\";s:5:\"alias\";s:20:\"app-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"app-website-template\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:22:53\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:592;a:27:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:16:\"App Website Menu\";s:5:\"alias\";s:16:\"app-website-menu\";s:3:\"zip\";s:26:\"packs/app-website-menu.zip\";s:3:\"uid\";s:32:\"c3c100db368c091d01852df9851b9840\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:26:14\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:593;a:27:{s:2:\"id\";s:3:\"626\";s:5:\"title\";s:16:\"App Website Hero\";s:5:\"alias\";s:16:\"app-website-hero\";s:3:\"zip\";s:26:\"packs/app-website-hero.zip\";s:3:\"uid\";s:32:\"4b42974b08f2923986932ed529974d6f\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:29:00\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:13:\" zindex=\"300\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:594;a:27:{s:2:\"id\";s:3:\"627\";s:5:\"title\";s:20:\"App Download Buttons\";s:5:\"alias\";s:20:\"app-download-buttons\";s:3:\"zip\";s:30:\"packs/app-download-buttons.zip\";s:3:\"uid\";s:32:\"d5ecce65284cc95c506185e6f6291d55\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:31:22\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:595;a:27:{s:2:\"id\";s:3:\"628\";s:5:\"title\";s:17:\"App Website About\";s:5:\"alias\";s:17:\"app-website-about\";s:3:\"zip\";s:27:\"packs/app-website-about.zip\";s:3:\"uid\";s:32:\"984477b3ea7c943a7c6be78950754e3c\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:33:06\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:596;a:27:{s:2:\"id\";s:3:\"629\";s:5:\"title\";s:20:\"App Website Features\";s:5:\"alias\";s:20:\"app-website-features\";s:3:\"zip\";s:30:\"packs/app-website-features.zip\";s:3:\"uid\";s:32:\"206a0f73553c974ad86790fba6a13efd\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:35:08\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:597;a:27:{s:2:\"id\";s:3:\"630\";s:5:\"title\";s:21:\"App Website Video Cta\";s:5:\"alias\";s:21:\"app-website-video-cta\";s:3:\"zip\";s:31:\"packs/app-website-video-cta.zip\";s:3:\"uid\";s:32:\"19b2930f9cd9840dccbe94cb1cc435e2\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:36:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:598;a:27:{s:2:\"id\";s:3:\"631\";s:5:\"title\";s:23:\"App Website Screenshots\";s:5:\"alias\";s:23:\"app-website-screenshots\";s:3:\"zip\";s:33:\"packs/app-website-screenshots.zip\";s:3:\"uid\";s:32:\"94ce8eeecb7ffad62adc2d29b203f9d2\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:38:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:599;a:27:{s:2:\"id\";s:3:\"632\";s:5:\"title\";s:22:\"App Testimonials Title\";s:5:\"alias\";s:22:\"app-testimonials-title\";s:3:\"zip\";s:32:\"packs/app-testimonials-title.zip\";s:3:\"uid\";s:32:\"bea74fa6e180fe23007c3d215b1b0704\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:40:21\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:600;a:27:{s:2:\"id\";s:3:\"633\";s:5:\"title\";s:24:\"App Website Testimonials\";s:5:\"alias\";s:24:\"app-website-testimonials\";s:3:\"zip\";s:34:\"packs/app-website-testimonials.zip\";s:3:\"uid\";s:32:\"e7438a870ac1007da4c7821056d511fc\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:41:59\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:107:\" offset=\"t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\" zindex=\"300\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:601;a:27:{s:2:\"id\";s:3:\"634\";s:5:\"title\";s:16:\"App Website Team\";s:5:\"alias\";s:16:\"app-website-team\";s:3:\"zip\";s:26:\"packs/app-website-team.zip\";s:3:\"uid\";s:32:\"d9013f2968e43f696f8cc33fa3524071\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:43:40\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:94:\" offset=\"t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:602;a:27:{s:2:\"id\";s:3:\"635\";s:5:\"title\";s:18:\"App Website Footer\";s:5:\"alias\";s:18:\"app-website-footer\";s:3:\"zip\";s:28:\"packs/app-website-footer.zip\";s:3:\"uid\";s:32:\"5e13126b929feb389f9e083f3476ec46\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:45:12\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:603;a:27:{s:2:\"id\";s:3:\"636\";s:5:\"title\";s:15:\"App Video Modal\";s:5:\"alias\";s:15:\"app-video-modal\";s:3:\"zip\";s:25:\"packs/app-video-modal.zip\";s:3:\"uid\";s:32:\"7fe8115d0b6158c90fe92d1144ed7b01\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:46:49\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:604;a:27:{s:2:\"id\";s:3:\"637\";s:5:\"title\";s:25:\"Testimonial Carousel Pack\";s:5:\"alias\";s:25:\"testimonial-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"testimonial-carousel-pack\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:38:17\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:605;a:27:{s:2:\"id\";s:3:\"638\";s:5:\"title\";s:22:\"Testimonial Carousel 1\";s:5:\"alias\";s:22:\"testimonial-carousel-1\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-1.zip\";s:3:\"uid\";s:32:\"1cc1f92edb4edd47f880c0b4f77e343d\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:41:02\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:606;a:27:{s:2:\"id\";s:3:\"639\";s:5:\"title\";s:22:\"Testimonial Carousel 2\";s:5:\"alias\";s:22:\"testimonial-carousel-2\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-2.zip\";s:3:\"uid\";s:32:\"b6ad1675b8d14c0ccc63ffc01b221aac\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:43:25\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:607;a:27:{s:2:\"id\";s:3:\"640\";s:5:\"title\";s:22:\"Testimonial Carousel 3\";s:5:\"alias\";s:22:\"testimonial-carousel-3\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-3.zip\";s:3:\"uid\";s:32:\"cb4a72fb40fc400a71754f71b9bb2d6e\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:46:01\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:608;a:27:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:22:\"Testimonial Carousel 4\";s:5:\"alias\";s:22:\"testimonial-carousel-4\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-4.zip\";s:3:\"uid\";s:32:\"bfca98d6b4042b38df044e9e2a6ca983\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:47:57\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:609;a:27:{s:2:\"id\";s:3:\"642\";s:5:\"title\";s:22:\"Testimonial Carousel 5\";s:5:\"alias\";s:22:\"testimonial-carousel-5\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-5.zip\";s:3:\"uid\";s:32:\"4a9b9c72b51628e1343adde9bff3915f\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:49:27\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:610;a:24:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:28:\"Deep Dive Ocean Water Effect\";s:5:\"alias\";s:9:\"deep-dive\";s:3:\"zip\";s:13:\"deep-dive.zip\";s:3:\"uid\";s:32:\"5cc0599857b0108fe4e76adc7fbf9a16\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/deep-dive-ocean-water-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=deep-dive-ocean-water-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\r\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:23:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"How to Create a Digital Underwater Scene for Your Water Sports Website [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-underwater-scene-for-your-water-sports-website/\";s:9:\"guide_img\";s:41:\"tutorial/Deep-Dive-Ocean-Water-Effect.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:611;a:25:{s:2:\"id\";s:3:\"644\";s:5:\"title\";s:22:\"Particle Wave Showcase\";s:5:\"alias\";s:22:\"particle-wave-showcase\";s:3:\"zip\";s:26:\"particle-wave-showcase.zip\";s:3:\"uid\";s:32:\"1c9ac477fd636078d1812d8d98060899\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/particle-wave-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=particle-wave-showcase\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:307:\"<span class=\"ttm_content\">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:30:08\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Design a Hero Image That Feels Alive and Three-Dimensional [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image-that-feels-alive-and-three-dimensional/\";s:9:\"guide_img\";s:35:\"tutorial/particle-wave-showcase.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:612;a:24:{s:2:\"id\";s:3:\"645\";s:5:\"title\";s:17:\"Video Hero Header\";s:5:\"alias\";s:17:\"video-hero-header\";s:3:\"zip\";s:21:\"video-hero-header.zip\";s:3:\"uid\";s:32:\"f6a715d4b10e0746f7eb5100836ba1ab\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";s:7:\"preview\";s:147:\"https://www.sliderrevolution.com/templates/video-hero-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=video-hero-header\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\r\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:33:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Trippy Hero Image Backdrop with Particle Animation [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-trippy-hero-image-backdrop-with-particle-animation/\";s:9:\"guide_img\";s:30:\"tutorial/video-hero-header.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:613;a:24:{s:2:\"id\";s:3:\"646\";s:5:\"title\";s:28:\"Solar System Showcase Slider\";s:5:\"alias\";s:28:\"solar-system-showcase-slider\";s:3:\"zip\";s:32:\"solar-system-showcase-slider.zip\";s:3:\"uid\";s:32:\"40f7b26ea7f8228d40e8e9cf0f34b5e8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/solar-system-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=solar-system-showcase-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Want to amaze your users ? Look no further. Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. </span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:366:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:50:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:614;a:24:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:26:\"Optic Shop Showcase Slider\";s:5:\"alias\";s:26:\"Optic-shop-showcase-slider\";s:3:\"zip\";s:30:\"Optic-shop-showcase-slider.zip\";s:3:\"uid\";s:32:\"01509228c996ad45c2179d03654f499b\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/optic-shop-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=optic-shop-showcase-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It\'s not just made for your optic showcase but also a great fit for any modern product presentation.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-02-16 16:41:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"How to Create an Awesome Product Slider with a Built-in Variant Switcher [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-awesome-product-slider-with-a-built-in-variant-switcher/\";s:9:\"guide_img\";s:39:\"tutorial/Optic-shop-showcase-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:615;a:24:{s:2:\"id\";s:3:\"648\";s:5:\"title\";s:27:\"WordPress Charts And Graphs\";s:5:\"alias\";s:24:\"charts-template-showcase\";s:3:\"zip\";s:28:\"charts-template-showcase.zip\";s:3:\"uid\";s:32:\"4ae2fe61830f96c6c5b316368c1ad2c6\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/wordpress-charts-and-graphs/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-charts-and-graphs\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.17\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Who says data has to look boring? With our WordPress charts addon, you can create eye-catching sliders and hero sections with interactive and stunning-looking charts.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:347:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-03 15:55:16\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Create Interactive Charts and Graphs for WordPress [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/how-to-create-interactive-charts-and-graphs-for-wordpress/\";s:9:\"guide_img\";s:37:\"tutorial/charts-template-showcase.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:616;a:27:{s:2:\"id\";s:3:\"649\";s:5:\"title\";s:31:\"Fashion Website Slider Template\";s:5:\"alias\";s:31:\"fashion-website-slider-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"fashion-website-slider-template\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/fashion-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:00:36\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/\";s:9:\"guide_img\";s:35:\"tutorial/Fashion-Website-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:617;a:27:{s:2:\"id\";s:3:\"650\";s:5:\"title\";s:22:\"Fashion Website Slider\";s:5:\"alias\";s:22:\"fashion-website-slider\";s:3:\"zip\";s:32:\"packs/fashion-website-slider.zip\";s:3:\"uid\";s:32:\"8fb8379f47346173fa0dd402dda37360\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/fashion-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:04:56\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/\";s:9:\"guide_img\";s:35:\"tutorial/Fashion-Website-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:618;a:27:{s:2:\"id\";s:3:\"651\";s:5:\"title\";s:28:\"Fashion Website Slider Modal\";s:5:\"alias\";s:28:\"fashion-website-slider-modal\";s:3:\"zip\";s:38:\"packs/fashion-website-slider-modal.zip\";s:3:\"uid\";s:32:\"788f34043b6a5fcbfa5fc1c3322fb502\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/fashion-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:08:21\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/\";s:9:\"guide_img\";s:35:\"tutorial/Fashion-Website-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:619;a:24:{s:2:\"id\";s:3:\"652\";s:5:\"title\";s:24:\"Furniture Website Slider\";s:5:\"alias\";s:24:\"furniture-website-slider\";s:3:\"zip\";s:28:\"furniture-website-slider.zip\";s:3:\"uid\";s:32:\"8575493ed5fd1ee2e671e67479fdeccb\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/furniture-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=furniture-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Promote products or create stunning landing pages with the Furniture Website Slider. Each slide comes with a different layout that can be used as a hero module or on an individual section on your website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-23 14:05:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Quickly Build a Great-Looking Microsite for Your Product [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-quickly-build-a-great-looking-microsite-for-your-product/\";s:9:\"guide_img\";s:37:\"tutorial/furniture-website-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:620;a:24:{s:2:\"id\";s:3:\"653\";s:5:\"title\";s:26:\"Fitness Gym Website Slider\";s:5:\"alias\";s:26:\"fitness-gym-website-slider\";s:3:\"zip\";s:30:\"fitness-gym-website-slider.zip\";s:3:\"uid\";s:32:\"86894d98e34a590e80a1d0cd3d7dc819\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/fitness-gym-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fitness-gym-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">Make your website visitors want to hit the gym once they see this fitness website slider. The background videos and unique, masked slide transitions make this module stand out!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-04-19 11:02:01\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Multimedia Slider that Lures in More Clients [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-multimedia-slider-that-lures-in-more-clients/\";s:9:\"guide_img\";s:39:\"tutorial/fitness-gym-website-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:621;a:27:{s:2:\"id\";s:3:\"654\";s:5:\"title\";s:36:\"Ai & Robotics Webside Slider Package\";s:5:\"alias\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-and-robotics-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:12:25\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/\";s:9:\"guide_img\";s:24:\"tutorial/Ai-Robotics.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:622;a:28:{s:2:\"id\";s:3:\"655\";s:5:\"title\";s:28:\"Ai & Robotics Website Slider\";s:5:\"alias\";s:30:\"ai-and-robotics-website-slider\";s:3:\"zip\";s:40:\"packs/ai-and-robotics-website-slider.zip\";s:3:\"uid\";s:32:\"e40b7296d1519972029e9744a0c09b29\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-and-robotics-website-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:16:48\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/\";s:9:\"guide_img\";s:24:\"tutorial/Ai-Robotics.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:623;a:27:{s:2:\"id\";s:3:\"656\";s:5:\"title\";s:14:\"AI Video Modal\";s:5:\"alias\";s:14:\"ai-video-modal\";s:3:\"zip\";s:24:\"packs/ai-video-modal.zip\";s:3:\"uid\";s:32:\"aab36a599413b7e66dfdda8f517b47b1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-and-robotics-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:20:55\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/\";s:9:\"guide_img\";s:24:\"tutorial/Ai-Robotics.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:624;a:25:{s:2:\"id\";s:3:\"657\";s:5:\"title\";s:33:\"Minimal Typography Website Slider\";s:5:\"alias\";s:33:\"minimal-typography-website-slider\";s:3:\"zip\";s:37:\"minimal-typography-website-slider.zip\";s:3:\"uid\";s:32:\"43cf63d6541d33b7d4e59350935d73bf\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";s:7:\"preview\";s:179:\"https://www.sliderrevolution.com/templates/minimal-typography-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-typography-website-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">Make the hero section on your website stand out with this minimal, typography-based hero slider, featuring cool parallax bubble effects and fluid slide transitions.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-25 14:39:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Transform the Mood of Your Home Page with Duotones [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/how-to-transform-the-mood-of-your-home-page-with-duotones/\";s:9:\"guide_img\";s:46:\"tutorial/duotone-typography-website-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:625;a:24:{s:2:\"id\";s:3:\"658\";s:5:\"title\";s:19:\"404 Page Collection\";s:5:\"alias\";s:19:\"404-page-collection\";s:3:\"zip\";s:23:\"404-page-collection.zip\";s:3:\"uid\";s:32:\"3f0b25b5e893b170536a498939465a1a\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";s:7:\"preview\";s:151:\"https://www.sliderrevolution.com/templates/404-page-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-page-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.21\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:167:\"<span class=\"ttm_content\">Show your lost website visitors a funny and lighthearted message with our 404 page template collection.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-05-04 11:30:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Create an Effective Thank You Page for Your Website [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-effective-thank-you-page-for-your-website/\";s:9:\"guide_img\";s:32:\"tutorial/404-page-collection.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:626;a:24:{s:2:\"id\";s:3:\"659\";s:5:\"title\";s:24:\"eCommerce Product Slider\";s:5:\"alias\";s:21:\"ecommerce-sale-slider\";s:3:\"zip\";s:25:\"ecommerce-sale-slider.zip\";s:3:\"uid\";s:32:\"49ca4743090cddca705ee108eae967c5\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/ecommerce-product-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ecommerce-product-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">So you have an eCommerce shop and are looking for the ultimate sales pitch on your landing page? Trying to convert your precious visitors into more sales? Look no further than our eCommerce Product Slider!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-05-17 14:22:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:65:\"How to Get More Eyes on Your eCommerce Sales Promotion [Tutorial]\";s:9:\"guide_url\";s:98:\"https://www.sliderrevolution.com/tutorials/how-to-get-more-eyes-on-your-ecommerce-sales-promotion/\";s:9:\"guide_img\";s:34:\"tutorial/ecommerce-sale-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:627;a:24:{s:2:\"id\";s:3:\"660\";s:5:\"title\";s:19:\"Fashion Shop Slider\";s:5:\"alias\";s:19:\"fashion-shop-slider\";s:3:\"zip\";s:23:\"fashion-shop-slider.zip\";s:3:\"uid\";s:32:\"e488e9126dbe4a34c02c89a1115f4ff9\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";s:7:\"preview\";s:151:\"https://www.sliderrevolution.com/templates/fashion-shop-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-shop-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">Customize texts, images, and colors in seconds and have this beast of a shop slider running on your own website in no time.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:24:56\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:73:\"How to Create a Colorful Retro Effect for the Home Page Slider [Tutorial]\";s:9:\"guide_url\";s:106:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-colorful-retro-effect-for-the-home-page-slider/\";s:9:\"guide_img\";s:32:\"tutorial/fashion-shop-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:628;a:25:{s:2:\"id\";s:3:\"661\";s:5:\"title\";s:29:\"Lingerie Store Website Slider\";s:5:\"alias\";s:29:\"lingerie-store-website-slider\";s:3:\"zip\";s:33:\"lingerie-store-website-slider.zip\";s:3:\"uid\";s:32:\"7bdad27521b7c9b171b618dff2fa0315\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/lingerie-store-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=lingerie-store-website-slider\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">This hero slider also includes optional menu navigation and links, in case you want to use it as a standalone landing page.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:28:21\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:629;a:25:{s:2:\"id\";s:3:\"662\";s:5:\"title\";s:28:\"Beach Events Hero Collection\";s:5:\"alias\";s:28:\"beach-events-hero-collection\";s:3:\"zip\";s:32:\"beach-events-hero-collection.zip\";s:3:\"uid\";s:32:\"cf87cd65572e9bc4ee019cceae1c75f8\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";s:7:\"preview\";s:182:\"https://www.sliderrevolution.com/templates/summer-beach-events-hero-collection?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=summer-beach-events-hero-collection\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">These hero image templates offer a high-octane mix of headlines, images, and special effects.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 16:56:11\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"Sell More Event Tickets with a High-Energy Hero Section [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/sell-more-event-tickets-with-a-high-energy-hero-section/\";s:9:\"guide_img\";s:41:\"tutorial/beach-events-hero-collection.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:630;a:27:{s:2:\"id\";s:3:\"663\";s:5:\"title\";s:41:\"Creative Portfolio Website Slider Package\";s:5:\"alias\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:00:43\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:631;a:27:{s:2:\"id\";s:3:\"664\";s:5:\"title\";s:30:\"Creative Portfolio Main Slider\";s:5:\"alias\";s:30:\"creative-portfolio-main-slider\";s:3:\"zip\";s:40:\"packs/creative-portfolio-main-slider.zip\";s:3:\"uid\";s:32:\"2b01de6e46611e4353f1687609aa6783\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:03:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:632;a:27:{s:2:\"id\";s:3:\"665\";s:5:\"title\";s:28:\"Creative Portfolio Project 1\";s:5:\"alias\";s:28:\"creative-portfolio-project-1\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-1.zip\";s:3:\"uid\";s:32:\"f1e3a170d3f06d7162445fe9cce99335\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:07:45\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:633;a:27:{s:2:\"id\";s:3:\"666\";s:5:\"title\";s:28:\"Creative Portfolio Project 2\";s:5:\"alias\";s:28:\"creative-portfolio-project-2\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-2.zip\";s:3:\"uid\";s:32:\"59369faef5b4a0571cd5fd72432d2d20\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:12:09\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:634;a:27:{s:2:\"id\";s:3:\"667\";s:5:\"title\";s:28:\"Creative Portfolio Project 3\";s:5:\"alias\";s:28:\"creative-portfolio-project-3\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-3.zip\";s:3:\"uid\";s:32:\"ac6823b9ffeba97c56aa6f4593109e5f\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:14:02\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:635;a:27:{s:2:\"id\";s:3:\"668\";s:5:\"title\";s:28:\"Creative Portfolio Project 4\";s:5:\"alias\";s:28:\"creative-portfolio-project-4\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-4.zip\";s:3:\"uid\";s:32:\"31f5cc4c9d13af7b56adfa7b7c84dce9\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:16:40\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:636;a:27:{s:2:\"id\";s:3:\"669\";s:5:\"title\";s:28:\"Creative Portfolio Project 5\";s:5:\"alias\";s:28:\"creative-portfolio-project-5\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-5.zip\";s:3:\"uid\";s:32:\"23c8e18d556da040ef6ac2382d4a7b94\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:20:22\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:637;a:27:{s:2:\"id\";s:3:\"670\";s:5:\"title\";s:28:\"Creative Portfolio Project 6\";s:5:\"alias\";s:28:\"creative-portfolio-project-6\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-6.zip\";s:3:\"uid\";s:32:\"518434a06d7a959bd3f3e0905e252209\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:21:51\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:638;a:27:{s:2:\"id\";s:3:\"671\";s:5:\"title\";s:28:\"Creative Portfolio Project 7\";s:5:\"alias\";s:28:\"creative-portfolio-project-7\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-7.zip\";s:3:\"uid\";s:32:\"bb1552746859766efbe319d7c0a1978e\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:24:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:639;a:25:{s:2:\"id\";s:3:\"672\";s:5:\"title\";s:24:\"AI Particle Cluster Hero\";s:5:\"alias\";s:19:\"ai-particle-cluster\";s:3:\"zip\";s:23:\"ai-particle-cluster.zip\";s:3:\"uid\";s:32:\"e47971fc290d738faca66e100cc7da74\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/ai-particle-cluster-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-particle-cluster-hero\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">If you are looking for a stunning, interactive particles animation for your WordPress website, this Slider Revolution template surely is a unique eye-catcher.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:25:01\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:86:\"Make Visitors Want to Stop and Play with Your Particle Animation Hero Image [Tutorial]\";s:9:\"guide_url\";s:119:\"https://www.sliderrevolution.com/tutorials/make-visitors-want-to-stop-and-play-with-your-particle-animation-hero-image/\";s:9:\"guide_img\";s:32:\"tutorial/ai-particle-cluster.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:640;a:25:{s:2:\"id\";s:3:\"673\";s:5:\"title\";s:24:\"Artistic Parallax Slider\";s:5:\"alias\";s:24:\"artistic-parallax-slider\";s:3:\"zip\";s:28:\"artistic-parallax-slider.zip\";s:3:\"uid\";s:32:\"a1488f5f4d3ffd2912f9520bba2a2418\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/artistic-parallax-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=artistic-parallax-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Gorgeous visuals and clear typography, paired with scroll-based slide navigation, make this WordPress parallax slider template a winner for a wide range of use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:29:34\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:61:\"How to Create a Surreal Design for Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:94:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-surreal-design-for-your-hero-image/\";s:9:\"guide_img\";s:37:\"tutorial/artistic-parallax-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:641;a:25:{s:2:\"id\";s:3:\"674\";s:5:\"title\";s:23:\"Magazine Content Slider\";s:5:\"alias\";s:23:\"magazine-content-slider\";s:3:\"zip\";s:27:\"magazine-content-slider.zip\";s:3:\"uid\";s:32:\"6701ec2aab76c253004d6ed5755cf9f6\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";s:7:\"preview\";s:158:\"https://www.sliderrevolution.com/templates/magazine-content-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:259:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if its not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:32:38\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-promote-your-top-content-with-a-magazine-style-slider/\";s:9:\"guide_img\";s:36:\"tutorial/Magazine-Content-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:642;a:25:{s:2:\"id\";s:3:\"675\";s:5:\"title\";s:30:\"Magazine Content Slider Static\";s:5:\"alias\";s:30:\"magazine-content-slider-static\";s:3:\"zip\";s:34:\"magazine-content-slider-static.zip\";s:3:\"uid\";s:32:\"3b1f7d279064fa1fb90bb2000e9ebc7b\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";s:7:\"preview\";s:158:\"https://www.sliderrevolution.com/templates/magazine-content-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:260:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if it\'s not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:35:12\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-promote-your-top-content-with-a-magazine-style-slider/\";s:9:\"guide_img\";s:36:\"tutorial/Magazine-Content-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:643;a:25:{s:2:\"id\";s:3:\"676\";s:5:\"title\";s:24:\"Masonry Gallery Carousel\";s:5:\"alias\";s:24:\"Masonry-Gallery-Carousel\";s:3:\"zip\";s:28:\"Masonry-Gallery-Carousel.zip\";s:3:\"uid\";s:32:\"c189884a358e4984c8f300916909f54b\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/masonry-gallery-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=masonry-gallery-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">This masonry gallery template for Slider Revolution has three different masonry layouts, which can be mixed & matched and are easily customized. The headline and description captions make this template very flexible, with many use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 12:39:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Horizontal Masonry Layout for Your Work [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-horizontal-masonry-layout-for-your-work/\";s:9:\"guide_img\";s:37:\"tutorial/Masonry-Gallery-Carousel.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:644;a:25:{s:2:\"id\";s:3:\"677\";s:5:\"title\";s:31:\"Neon WordPress Slider With Text\";s:5:\"alias\";s:21:\"neon-wordpress-slider\";s:3:\"zip\";s:25:\"neon-wordpress-slider.zip\";s:3:\"uid\";s:32:\"9d620dfc8df1be5b956a70106a4ca5d7\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/neon-wordpress-slider-with-text/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=neon-wordpress-slider-with-text\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This is not your average WordPress slider with text and image. Stunning, AI generated images paired with crisp & snappy animations make this Slider Revolution template a winner!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:41:29\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"Break Down Your Process with a Colorful Image Slider [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/break-down-your-process-with-a-colorful-image-slider/\";s:9:\"guide_img\";s:34:\"tutorial/neon-wordpress-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:645;a:25:{s:2:\"id\";s:3:\"678\";s:5:\"title\";s:27:\"Restaurant One Page Website\";s:5:\"alias\";s:27:\"Restaurant-One-Page-Website\";s:3:\"zip\";s:31:\"Restaurant-One-Page-Website.zip\";s:3:\"uid\";s:32:\"747730efa359467cb5627ae123839090\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";s:7:\"preview\";s:185:\"https://www.sliderrevolution.com/templates/kostlich-restaurant-one-page-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=kostlich-restaurant-one-page-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:285:\"<span class=\"ttm_content\">A restaurant WordPress template can easily be overloaded with features that no one really needs. The Köstlich Restaurant One Page Website template for Slider Revolution focuses on the information, a visitor wants to see.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 12:43:57\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Fast and Easy Way to Create a Good Looking One-Page Restaurant Website [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-fast-and-easy-way-to-create-a-good-looking-one-page-restaurant-website/\";s:9:\"guide_img\";s:40:\"tutorial/Restaurant-One-Page-Website.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:646;a:25:{s:2:\"id\";s:3:\"679\";s:5:\"title\";s:18:\"WooCommerce Slider\";s:5:\"alias\";s:18:\"woocommerce-slider\";s:3:\"zip\";s:22:\"woocommerce-slider.zip\";s:3:\"uid\";s:32:\"5f354f9d17d3b8562e7dfbac0b289ab3\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=sneaker-woocommerce-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:47:34\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-3d-woocommerce-product-slider/\";s:9:\"guide_img\";s:38:\"tutorial/woocommerce-slider-static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:647;a:25:{s:2:\"id\";s:3:\"680\";s:5:\"title\";s:25:\"WooCommerce Slider Static\";s:5:\"alias\";s:25:\"woocommerce-slider-static\";s:3:\"zip\";s:29:\"woocommerce-slider-static.zip\";s:3:\"uid\";s:32:\"66d86a41303223abecec3c4820bcd8f0\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=sneaker-woocommerce-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:50:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-3d-woocommerce-product-slider/\";s:9:\"guide_img\";s:38:\"tutorial/woocommerce-slider-static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:648;a:25:{s:2:\"id\";s:3:\"681\";s:5:\"title\";s:21:\"WordPress Post Slider\";s:5:\"alias\";s:21:\"wordpress-post-slider\";s:3:\"zip\";s:25:\"wordpress-post-slider.zip\";s:3:\"uid\";s:32:\"c854a5e0be29cb28893b0bb98d9e6740\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=superhero-wordpress-post-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"postbased\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:52:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider/\";s:9:\"guide_img\";s:41:\"tutorial/WordPress-Post-Slider-Static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:649;a:25:{s:2:\"id\";s:3:\"682\";s:5:\"title\";s:28:\"WordPress Post Slider Static\";s:5:\"alias\";s:28:\"WordPress-Post-Slider-Static\";s:3:\"zip\";s:32:\"WordPress-Post-Slider-Static.zip\";s:3:\"uid\";s:32:\"edbb9e724f7758aff215ab3e743abd9e\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=superhero-wordpress-post-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:53:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider/\";s:9:\"guide_img\";s:41:\"tutorial/WordPress-Post-Slider-Static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:650;a:25:{s:2:\"id\";s:3:\"683\";s:5:\"title\";s:22:\"Wordpress Video Slider\";s:5:\"alias\";s:22:\"wordpress-video-slider\";s:3:\"zip\";s:26:\"wordpress-video-slider.zip\";s:3:\"uid\";s:32:\"fd50cf2c76a1fe0bf8bd35e727a00bb7\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/wordpress-video-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-video-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">The WordPress Video Slider template for Slider Revolution offers a cinematic video viewing experience. With it is stylish, blurred background videos and a video player modal, this template is a fitting hero module choice for many websites.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:55:51\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Create Good Vibes on Your Website with a Background Video Slider [Tutorial]\";s:9:\"guide_url\";s:115:\"https://www.sliderrevolution.com/tutorials/how-to-create-good-vibes-on-your-website-with-a-background-video-slider/\";s:9:\"guide_img\";s:35:\"tutorial/wordpress-video-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:651;a:27:{s:2:\"id\";s:3:\"684\";s:5:\"title\";s:37:\"Architecture Website Template Package\";s:5:\"alias\";s:37:\"architecture-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"architecture-website-template-package\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 12:59:17\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:652;a:28:{s:2:\"id\";s:3:\"685\";s:5:\"title\";s:17:\"Architecture Menu\";s:5:\"alias\";s:17:\"architecture-menu\";s:3:\"zip\";s:27:\"packs/architecture-menu.zip\";s:3:\"uid\";s:32:\"a8c46db54ab5fdbb104aacc0cb26d48a\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:10:25\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:653;a:28:{s:2:\"id\";s:3:\"686\";s:5:\"title\";s:26:\"Architecture Header Slider\";s:5:\"alias\";s:26:\"architecture-header-slider\";s:3:\"zip\";s:36:\"packs/architecture-header-slider.zip\";s:3:\"uid\";s:32:\"e13d9d910db3371527ceb9f92a27057d\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:12:12\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:654;a:28:{s:2:\"id\";s:3:\"687\";s:5:\"title\";s:23:\"Architecture Text Block\";s:5:\"alias\";s:23:\"architecture-text-block\";s:3:\"zip\";s:33:\"packs/architecture-text-block.zip\";s:3:\"uid\";s:32:\"c130dd8a5faf7c292c54b99c82226c72\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:15:46\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:655;a:28:{s:2:\"id\";s:3:\"688\";s:5:\"title\";s:18:\"Architecture About\";s:5:\"alias\";s:18:\"architecture-about\";s:3:\"zip\";s:28:\"packs/architecture-about.zip\";s:3:\"uid\";s:32:\"5f589ec1e639ed4aa9b44542659cb2e9\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:17:04\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:656;a:28:{s:2:\"id\";s:3:\"689\";s:5:\"title\";s:26:\"Architecture Process Title\";s:5:\"alias\";s:26:\"architecture-process-title\";s:3:\"zip\";s:36:\"packs/architecture-process-title.zip\";s:3:\"uid\";s:32:\"6ca17bec2dc410a6c8a80a138c603a3c\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:18:48\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:657;a:28:{s:2:\"id\";s:3:\"690\";s:5:\"title\";s:20:\"Architecture Process\";s:5:\"alias\";s:20:\"architecture-process\";s:3:\"zip\";s:30:\"packs/architecture-process.zip\";s:3:\"uid\";s:32:\"df6202f061079192fde61c7756624c6c\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:20:31\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:658;a:28:{s:2:\"id\";s:3:\"691\";s:5:\"title\";s:22:\"Architecture Portfolio\";s:5:\"alias\";s:22:\"architecture-portfolio\";s:3:\"zip\";s:32:\"packs/architecture-portfolio.zip\";s:3:\"uid\";s:32:\"444b7a502897a53a16eea5ec3cb7f08c\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:22:15\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:659;a:28:{s:2:\"id\";s:3:\"692\";s:5:\"title\";s:28:\"Architecture Portfolio Modal\";s:5:\"alias\";s:28:\"architecture-portfolio-modal\";s:3:\"zip\";s:38:\"packs/architecture-portfolio-modal.zip\";s:3:\"uid\";s:32:\"59994ba13c87a5409d75fdcbc7f58005\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:23:38\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:660;a:28:{s:2:\"id\";s:3:\"693\";s:5:\"title\";s:20:\"Architecture Contact\";s:5:\"alias\";s:20:\"architecture-contact\";s:3:\"zip\";s:30:\"packs/architecture-contact.zip\";s:3:\"uid\";s:32:\"b1ff4cf0d6530d79f7d67540ffdcd98d\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:25:49\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:661;a:24:{s:2:\"id\";s:3:\"694\";s:5:\"title\";s:23:\"Image Comparison Slider\";s:5:\"alias\";s:23:\"image-comparison-slider\";s:3:\"zip\";s:27:\"image-comparison-slider.zip\";s:3:\"uid\";s:32:\"c5af5832be50fc581c3a5ae31b09e5ab\";s:3:\"img\";s:34:\"image-comparison-slider/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/image-comparison-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=image-comparison-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">Create amazing before and after animations for your website with the image comparison slider template. We made sure to include multiple exciting examples for you to customize to your liking.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:13:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"Boost Interactions with a Before-and-After Image Slider [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/boost-interactions-with-a-before-and-after-image-slider/\";s:9:\"guide_img\";s:36:\"tutorial/image-comparison-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:662;a:27:{s:2:\"id\";s:3:\"695\";s:5:\"title\";s:37:\"Wedding Photo Slider Template Package\";s:5:\"alias\";s:37:\"wedding-photo-slider-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"wedding-photo-slider-template-package\";s:3:\"img\";s:41:\"packages/Wedding-Photo-Slider-Package.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wedding-photo-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:300:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout. </span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:19:04\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/\";s:9:\"guide_img\";s:33:\"tutorial/Wedding-Photo-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:663;a:27:{s:2:\"id\";s:3:\"696\";s:5:\"title\";s:20:\"Wedding Photo Slider\";s:5:\"alias\";s:20:\"wedding-photo-slider\";s:3:\"zip\";s:30:\"packs/wedding-photo-slider.zip\";s:3:\"uid\";s:32:\"490b30ad46586bbf7034e50651b248a7\";s:3:\"img\";s:31:\"wedding-photo-slider/slide1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wedding-photo-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:24:38\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/\";s:9:\"guide_img\";s:33:\"tutorial/Wedding-Photo-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:664;a:27:{s:2:\"id\";s:3:\"697\";s:5:\"title\";s:26:\"Wedding Photo Slider Modal\";s:5:\"alias\";s:26:\"wedding-photo-slider-modal\";s:3:\"zip\";s:36:\"packs/wedding-photo-slider-modal.zip\";s:3:\"uid\";s:32:\"56b40b3a73b786f5320f8814cddd3fda\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wedding-photo-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:27:53\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/\";s:9:\"guide_img\";s:33:\"tutorial/Wedding-Photo-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:665;a:24:{s:2:\"id\";s:3:\"698\";s:5:\"title\";s:25:\"Travel Agency Card Slider\";s:5:\"alias\";s:24:\"destinations-card-slider\";s:3:\"zip\";s:28:\"destinations-card-slider.zip\";s:3:\"uid\";s:32:\"59af2d3ac72375f6764f224d93d600ac\";s:3:\"img\";s:35:\"destinations-card-slider/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/travel-agency-card-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=travel-agency-card-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The destination of your travel blog or travel booking website, definitely is \"above & beyond\" with this tastefully modern card slider template for Slider Revolution.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:31:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:84:\"How to Make Your Product Comparison Pages More Attractive and Trustworthy [Tutorial]\";s:9:\"guide_url\";s:117:\"https://www.sliderrevolution.com/tutorials/how-to-make-your-product-comparison-pages-more-attractive-and-trustworthy/\";s:9:\"guide_img\";s:37:\"tutorial/destinations-card-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:666;a:24:{s:2:\"id\";s:3:\"699\";s:5:\"title\";s:29:\"Kitchen Knives Product Slider\";s:5:\"alias\";s:21:\"knives-product-slider\";s:3:\"zip\";s:25:\"knives-product-slider.zip\";s:3:\"uid\";s:32:\"b1d2db8fcd3e6bb1e949d00c90fd6ec0\";s:3:\"img\";s:32:\"knives-product-slider/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/kitchen-knives-product-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=kitchen-knives-product-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:281:\"<span class=\"ttm_content\">Even if you\'re not into the knives selling business, this product slider template is easily customized to fit any use-case. The beautifully animated parallax elements, can be replaced with your own .png\'s, in no time!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:34:48\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Promote Subscription Boxes with a Unique Product Slider Design [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-promote-subscription-boxes-with-a-unique-product-slider-design/\";s:9:\"guide_img\";s:34:\"tutorial/knives-product-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:667;a:25:{s:2:\"id\";s:3:\"700\";s:5:\"title\";s:16:\"Tiny Slider Dark\";s:5:\"alias\";s:16:\"tiny-slider-dark\";s:3:\"zip\";s:20:\"tiny-slider-dark.zip\";s:3:\"uid\";s:32:\"57f5cd4e698621f5b7e09bc0bb172d72\";s:3:\"img\";s:27:\"tiny-slider-dark/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-booking-tiny-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-12-20 13:51:32\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Design an Event Booking Page That Sells More Tickets [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-design-an-event-booking-page-that-sells-more-tickets/\";s:9:\"guide_img\";s:29:\"tutorial/tiny-slider-dark.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:668;a:25:{s:2:\"id\";s:3:\"701\";s:5:\"title\";s:17:\"Tiny Slider Light\";s:5:\"alias\";s:17:\"tiny-slider-light\";s:3:\"zip\";s:21:\"tiny-slider-light.zip\";s:3:\"uid\";s:32:\"67e9640a0dd7ac7c04342a323abb054a\";s:3:\"img\";s:28:\"tiny-slider-light/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-booking-tiny-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-12-20 13:56:22\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:669;a:25:{s:2:\"id\";s:3:\"702\";s:5:\"title\";s:24:\"Pet Store Product Slider\";s:5:\"alias\";s:24:\"pet-store-product-slider\";s:3:\"zip\";s:28:\"pet-store-product-slider.zip\";s:3:\"uid\";s:32:\"6f847227958900311108951a77721e29\";s:3:\"img\";s:35:\"pet-store-product-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/pet-store-product-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=pet-store-product-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">The Pet Store Product Slider template is a professional and eye-catching way to showcase your pet store\'s products on your website or social media. With this template, you can easily create a dynamic and interactive slider featuring your most popular pet products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-20 14:02:59\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:75:\"How to Design More Engaging Product Pages for eCommerce Websites [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/how-to-design-more-engaging-product-pages-for-ecommerce-websites/\";s:9:\"guide_img\";s:37:\"tutorial/pet-store-product-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:670;a:24:{s:2:\"id\";s:3:\"703\";s:5:\"title\";s:18:\"Material UI Slider\";s:5:\"alias\";s:18:\"material-ui-slider\";s:3:\"zip\";s:22:\"material-ui-slider.zip\";s:3:\"uid\";s:32:\"7e7909a030545f80c8ba8101c5b9bbd7\";s:3:\"img\";s:29:\"material-ui-slider/slide1.jpg\";s:7:\"preview\";s:149:\"https://www.sliderrevolution.com/templates/material-ui-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=material-ui-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">The Material UI Slider Template is easy to use and requires no coding skills. You can quickly and easily create a professional-looking slider to showcase your products, services, or information in a visually appealing and engaging way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-20 14:06:25\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Promote Your Digital Agency’s Services in a Unique Way [Tutorial]\";s:9:\"guide_url\";s:105:\"https://www.sliderrevolution.com/tutorials/how-to-promote-your-digital-agency-s-services-in-a-unique-way/\";s:9:\"guide_img\";s:31:\"tutorial/material-ui-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:671;a:25:{s:2:\"id\";s:3:\"704\";s:5:\"title\";s:19:\"Happy Holidays Hero\";s:5:\"alias\";s:19:\"happy-holidays-hero\";s:3:\"zip\";s:23:\"happy-holidays-hero.zip\";s:3:\"uid\";s:32:\"aabe32f963bc66d36f617c595ca2f1fd\";s:3:\"img\";s:30:\"happy-holidays-hero/slide1.jpg\";s:7:\"preview\";s:151:\"https://www.sliderrevolution.com/templates/happy-holidays-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=happy-holidays-hero\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Wish everyone happy holidays with our newest Christmas inspired hero section.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:366:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-22 09:27:59\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Hero Image Template to Use for Holidays and Sales [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-hero-image-template-to-use-for-holidays-and-sales/\";s:9:\"guide_img\";s:32:\"tutorial/happy-holidays-hero.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:672;a:24:{s:2:\"id\";s:3:\"705\";s:5:\"title\";s:34:\"Space & Sci-Fi Presentation Slider\";s:5:\"alias\";s:36:\"space-and-sci-fi-presentation-slider\";s:3:\"zip\";s:40:\"space-and-sci-fi-presentation-slider.zip\";s:3:\"uid\";s:32:\"6f8a89cfaa624a4ac799901fc85b802d\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide1.png\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/space-sci-fi-presentation-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=space-sci-fi-presentation-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">This is a perfect choice for technology companies, science fiction writers, space enthusiasts and much more.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-01-24 12:57:45\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:86:\"How to Transport Your Visitors to Another Time or Place with Layered Images [Tutorial]\";s:9:\"guide_url\";s:119:\"https://www.sliderrevolution.com/tutorials/how-to-transport-your-visitors-to-another-time-or-place-with-layered-images/\";s:9:\"guide_img\";s:49:\"tutorial/space-and-sci-fi-presentation-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:673;a:24:{s:2:\"id\";s:3:\"706\";s:5:\"title\";s:21:\"Claymorphism Carousel\";s:5:\"alias\";s:21:\"Claymorphism-Carousel\";s:3:\"zip\";s:25:\"Claymorphism-Carousel.zip\";s:3:\"uid\";s:32:\"8faec9adf09737acd8efdad7a1ccb673\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide1.jpg\";s:7:\"preview\";s:155:\"https://www.sliderrevolution.com/templates/claymorphism-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=claymorphism-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:195:\"<span class=\"ttm_content\">The Claymorphism Carousel template for Slider Revolution is a visually striking slider that features the unique claymorphism style.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-01-24 13:01:22\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Create a 3D Space for Your Portfolio Highlight Reel [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-space-for-your-portfolio-highlight-reel/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:674;a:24:{s:2:\"id\";s:3:\"707\";s:5:\"title\";s:24:\"404 Page Hero Collection\";s:5:\"alias\";s:24:\"404-page-hero-collection\";s:3:\"zip\";s:28:\"404-page-hero-collection.zip\";s:3:\"uid\";s:32:\"a614db3d61935fdf249d7de2ff1f2d8f\";s:3:\"img\";s:35:\"404-page-hero-collection/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/404-page-hero-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-page-hero-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:212:\"<span class=\"ttm_content\">With the 404 Page Hero Collection template for Slider Revolution, you have several creative solutions at your disposal, to make your 404 page shine!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-02-22 16:28:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:675;a:24:{s:2:\"id\";s:3:\"708\";s:5:\"title\";s:32:\"Furniture Store Isometric Slider\";s:5:\"alias\";s:32:\"furniture-store-isometric-slider\";s:3:\"zip\";s:36:\"furniture-store-isometric-slider.zip\";s:3:\"uid\";s:32:\"385f8e4dac9f84ea72388f656b200251\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/furniture-store-isometric-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=furniture-store-isometric-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A furniture store slider template with stunning and versatile visuals! With bold and beautiful 3D isometric graphics, it\'s the perfect way to showcase modern furniture pieces and room designs.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-02-22 16:35:11\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:676;a:27:{s:2:\"id\";s:3:\"709\";s:5:\"title\";s:36:\"Woodworking Website Template Package\";s:5:\"alias\";s:36:\"woodworking-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"woodworking-website-template-package\";s:3:\"img\";s:41:\"packages/Woodworking-Website-Template.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 10:54:05\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:677;a:27:{s:2:\"id\";s:3:\"710\";s:5:\"title\";s:22:\"Wood Art One Page Hero\";s:5:\"alias\";s:22:\"wood-art-one-page-hero\";s:3:\"zip\";s:32:\"packs/wood-art-one-page-hero.zip\";s:3:\"uid\";s:32:\"4236270d46058389ddb032f6c68d63dc\";s:3:\"img\";s:33:\"wood-art-one-page-hero/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:15:10\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:678;a:27:{s:2:\"id\";s:3:\"711\";s:5:\"title\";s:23:\"Wood Art One Page About\";s:5:\"alias\";s:23:\"wood-art-one-page-about\";s:3:\"zip\";s:33:\"packs/wood-art-one-page-about.zip\";s:3:\"uid\";s:32:\"c14fe92fa107d914dab4826681db8d1d\";s:3:\"img\";s:34:\"wood-art-one-page-about/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:19:12\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:679;a:27:{s:2:\"id\";s:3:\"712\";s:5:\"title\";s:22:\"Wood Art One Page Work\";s:5:\"alias\";s:22:\"wood-art-one-page-work\";s:3:\"zip\";s:32:\"packs/wood-art-one-page-work.zip\";s:3:\"uid\";s:32:\"a5d98ff9e7ecc52e9c8f5cb69e13fab9\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:23:03\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:680;a:27:{s:2:\"id\";s:3:\"713\";s:5:\"title\";s:30:\"Wood Art One Page Testimonials\";s:5:\"alias\";s:30:\"wood-art-one-page-testimonials\";s:3:\"zip\";s:40:\"packs/wood-art-one-page-testimonials.zip\";s:3:\"uid\";s:32:\"10cc4a93223c739cdd72a6f29ddfdbdc\";s:3:\"img\";s:41:\"wood-art-one-page-testimonials/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:32:12\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:681;a:27:{s:2:\"id\";s:3:\"714\";s:5:\"title\";s:24:\"Wood Art One Page Events\";s:5:\"alias\";s:24:\"wood-art-one-page-events\";s:3:\"zip\";s:34:\"packs/wood-art-one-page-events.zip\";s:3:\"uid\";s:32:\"caf1318cca92472611d1bff75de2834e\";s:3:\"img\";s:35:\"wood-art-one-page-events/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:35:58\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:682;a:27:{s:2:\"id\";s:3:\"715\";s:5:\"title\";s:24:\"Wood Art One Page Footer\";s:5:\"alias\";s:24:\"wood-art-one-page-footer\";s:3:\"zip\";s:34:\"packs/wood-art-one-page-footer.zip\";s:3:\"uid\";s:32:\"096eb58a1bdc1da5f228ee26f44cc35e\";s:3:\"img\";s:35:\"wood-art-one-page-footer/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:38:37\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:683;a:27:{s:2:\"id\";s:3:\"716\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 1\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery1\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery1.zip\";s:3:\"uid\";s:32:\"9692c155e32743e6ad5656ff98fc1854\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:43:14\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:684;a:27:{s:2:\"id\";s:3:\"717\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 2\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery2\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery2.zip\";s:3:\"uid\";s:32:\"63487dd51eb68d1f748cbdc01d1659aa\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:46:52\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:685;a:27:{s:2:\"id\";s:3:\"718\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 3\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery3\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery3.zip\";s:3:\"uid\";s:32:\"4d907965c605272fdb037aadd150e533\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:49:44\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:686;a:27:{s:2:\"id\";s:3:\"719\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 4\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery4\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery4.zip\";s:3:\"uid\";s:32:\"1ea74ff7001db07847cb98f505f62569\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:53:19\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:687;a:27:{s:2:\"id\";s:3:\"720\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 5\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery5\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery5.zip\";s:3:\"uid\";s:32:\"f7c9b11f559f69fb2fdff1ca96ff9c4d\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:56:28\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:688;a:24:{s:2:\"id\";s:3:\"721\";s:5:\"title\";s:35:\"Hero Template With Cursor Animation\";s:5:\"alias\";s:35:\"Hero-Template-With-Cursor-Animation\";s:3:\"zip\";s:39:\"Hero-Template-With-Cursor-Animation.zip\";s:3:\"uid\";s:32:\"a0b666db728eb8585980a43443fb30bf\";s:3:\"img\";s:46:\"Hero-Template-With-Cursor-Animation/slide1.jpg\";s:7:\"preview\";s:183:\"https://www.sliderrevolution.com/templates/hero-template-with-cursor-animation/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-template-with-cursor-animation\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Elevate your website with our hero template that features a captivating cursor animation. Perfect for any website design project.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-28 11:18:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:65:\"How to Create a Mesmerizing Effect for Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:98:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-mesmerizing-effect-for-your-hero-image/\";s:9:\"guide_img\";s:48:\"tutorial/Hero-Template-With-Cursor-Animation.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:689;a:25:{s:2:\"id\";s:3:\"722\";s:5:\"title\";s:26:\"Modern Hair Salon Showcase\";s:5:\"alias\";s:28:\"futuristic-hairstyles-slider\";s:3:\"zip\";s:32:\"futuristic-hairstyles-slider.zip\";s:3:\"uid\";s:32:\"29d22b07310f9f2a9e504f565bca3864\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/modern-hair-salon-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-hair-salon-showcase\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:331:\"<span class=\"ttm_content\">Showcase your salon\'s unique services, talented stylists, and stunning transformations with high-quality images, videos, and testimonials. Engage your audience with interactive sliders, sleek animations, and an intuitive design that highlights your salon\'s expertise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-04-17 11:43:56\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"A Creative Way to Display Different Options and Offerings on Your Site [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-display-different-options-and-offerings-on-your-site/\";s:9:\"guide_img\";s:41:\"tutorial/futuristic-hairstyles-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:690;a:28:{s:2:\"id\";s:3:\"723\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 1\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-1\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-1.zip\";s:3:\"uid\";s:32:\"28ab921107c8748e1f67185448e4488c\";s:3:\"img\";s:39:\"instagram-gallery-carousel-1/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 11:49:21\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:691;a:28:{s:2:\"id\";s:3:\"724\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 2\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-2\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-2.zip\";s:3:\"uid\";s:32:\"b6508dd2b1621eb44fc191906712730a\";s:3:\"img\";s:39:\"instagram-gallery-carousel-2/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 11:59:00\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:692;a:28:{s:2:\"id\";s:3:\"725\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 3\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-3\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-3.zip\";s:3:\"uid\";s:32:\"bbddb7776d56f9417a5aa1ffd336580c\";s:3:\"img\";s:39:\"instagram-gallery-carousel-3/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 12:00:51\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:693;a:28:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 4\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-4\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-4.zip\";s:3:\"uid\";s:32:\"191c6f2fc6b1b4d922ac59df22637f04\";s:3:\"img\";s:39:\"instagram-gallery-carousel-4/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 12:02:42\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:694;a:28:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"modern-portfolio-website\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:695;a:27:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"brutal-website-template\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:696;a:28:{s:2:\"id\";s:3:\"727\";s:5:\"title\";s:31:\"Instagram Gallery Carousel Pack\";s:5:\"alias\";s:31:\"instagram-gallery-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"instagram-gallery-carousel-pack\";s:3:\"img\";s:39:\"packages/Instagram-Gallery-Carousel.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-03 08:57:11\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:697;a:25:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:29:\"Storytelling Website Template\";s:5:\"alias\";s:29:\"Storytelling-Website-Template\";s:3:\"zip\";s:33:\"Storytelling-Website-Template.zip\";s:3:\"uid\";s:32:\"43a1d7c46025ab8f0b9fc49837f068de\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide1.jpg\";s:7:\"preview\";s:170:\"https://www.sliderrevolution.com/templates/storytelling-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=storytelling-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">The ultimate solution to captivate your audience with immersive and interactive storytelling experiences.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-05-04 12:49:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:698;a:28:{s:2:\"id\";s:3:\"729\";s:5:\"title\";s:32:\"Generative AI Wordpress Template\";s:5:\"alias\";s:32:\"generative-ai-wordpress-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"generative-ai-wordpress-template\";s:3:\"img\";s:45:\"packages/Generative-AI-Wordpress-Template.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:535:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-05-19 11:03:15\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:699;a:28:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:9:\"G AI Hero\";s:5:\"alias\";s:9:\"G-AI-Hero\";s:3:\"zip\";s:19:\"packs/G-AI-Hero.zip\";s:3:\"uid\";s:32:\"bddbaf321d5e7fd3c46ad3cf7b684934\";s:3:\"img\";s:20:\"G-AI-Hero/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:06:43\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:700;a:28:{s:2:\"id\";s:3:\"731\";s:5:\"title\";s:10:\"G AI Intro\";s:5:\"alias\";s:10:\"G-AI-Intro\";s:3:\"zip\";s:20:\"packs/G-AI-Intro.zip\";s:3:\"uid\";s:32:\"c260d21743606248a98ebc9fe0f7daa0\";s:3:\"img\";s:21:\"G-AI-Intro/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:09:41\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:701;a:28:{s:2:\"id\";s:3:\"732\";s:5:\"title\";s:10:\"G AI Logos\";s:5:\"alias\";s:10:\"G-AI-Logos\";s:3:\"zip\";s:20:\"packs/G-AI-Logos.zip\";s:3:\"uid\";s:32:\"5e701af3844551f18cf4d45a6853cedd\";s:3:\"img\";s:21:\"G-AI-Logos/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:12:16\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:702;a:28:{s:2:\"id\";s:3:\"733\";s:5:\"title\";s:11:\"G AI Images\";s:5:\"alias\";s:11:\"G-AI-Images\";s:3:\"zip\";s:21:\"packs/G-AI-Images.zip\";s:3:\"uid\";s:32:\"8862e4e3ce5c3d67f80809d892df54f5\";s:3:\"img\";s:22:\"G-AI-Images/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:14:32\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:703;a:28:{s:2:\"id\";s:3:\"734\";s:5:\"title\";s:9:\"G AI Copy\";s:5:\"alias\";s:9:\"G-AI-Copy\";s:3:\"zip\";s:19:\"packs/G-AI-Copy.zip\";s:3:\"uid\";s:32:\"067c9615856d2ec6be31b066d82c2306\";s:3:\"img\";s:20:\"G-AI-Copy/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:17:03\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:704;a:28:{s:2:\"id\";s:3:\"735\";s:5:\"title\";s:10:\"G AI Tools\";s:5:\"alias\";s:10:\"G-AI-Tools\";s:3:\"zip\";s:20:\"packs/G-AI-Tools.zip\";s:3:\"uid\";s:32:\"23805fec299a8ca82659c030a4f16ce5\";s:3:\"img\";s:21:\"G-AI-Tools/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-05-19 11:18:36\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:705;a:28:{s:2:\"id\";s:3:\"736\";s:5:\"title\";s:10:\"G AI Cases\";s:5:\"alias\";s:10:\"G-AI-Cases\";s:3:\"zip\";s:20:\"packs/G-AI-Cases.zip\";s:3:\"uid\";s:32:\"7b474fb1cbc351d00732a51524cc0ae0\";s:3:\"img\";s:21:\"G-AI-Cases/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:22:41\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:706;a:28:{s:2:\"id\";s:3:\"737\";s:5:\"title\";s:18:\"G AI Gallery Title\";s:5:\"alias\";s:18:\"G-AI-Gallery-Title\";s:3:\"zip\";s:28:\"packs/G-AI-Gallery-Title.zip\";s:3:\"uid\";s:32:\"6e28c3f7027e58537782b95d0290b16e\";s:3:\"img\";s:29:\"G-AI-Gallery-Title/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:24:20\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:707;a:28:{s:2:\"id\";s:3:\"738\";s:5:\"title\";s:12:\"G AI Gallery\";s:5:\"alias\";s:12:\"G-AI-Gallery\";s:3:\"zip\";s:22:\"packs/G-AI-Gallery.zip\";s:3:\"uid\";s:32:\"9ce2e0db0c4af129329b42169133de12\";s:3:\"img\";s:23:\"G-AI-Gallery/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:26:02\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:708;a:28:{s:2:\"id\";s:3:\"739\";s:5:\"title\";s:17:\"G AI Testimonials\";s:5:\"alias\";s:17:\"G-AI-Testimonials\";s:3:\"zip\";s:27:\"packs/G-AI-Testimonials.zip\";s:3:\"uid\";s:32:\"2bdff749f895cf484919fa379daa4ce1\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:29:00\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:709;a:28:{s:2:\"id\";s:3:\"740\";s:5:\"title\";s:11:\"G AI Footer\";s:5:\"alias\";s:11:\"G-AI-Footer\";s:3:\"zip\";s:21:\"packs/G-AI-Footer.zip\";s:3:\"uid\";s:32:\"756676ee2fb920253d84e0558b9e5c43\";s:3:\"img\";s:22:\"G-AI-Footer/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:31:24\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:710;a:28:{s:2:\"id\";s:3:\"741\";s:5:\"title\";s:23:\"Visual Design One-Pager\";s:5:\"alias\";s:23:\"visual-design-one-pager\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"visual-design-one-pager\";s:3:\"img\";s:36:\"packages/Visual-Design-One-Pager.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-05 13:01:18\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:711;a:28:{s:2:\"id\";s:3:\"742\";s:5:\"title\";s:20:\"Visual Designer Menu\";s:5:\"alias\";s:20:\"visual-designer-menu\";s:3:\"zip\";s:30:\"packs/visual-designer-menu.zip\";s:3:\"uid\";s:32:\"5c5177905993ce5e7919d1360f0a264b\";s:3:\"img\";s:31:\"visual-designer-menu/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:04:41\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:712;a:28:{s:2:\"id\";s:3:\"743\";s:5:\"title\";s:22:\"Visual Designer Slider\";s:5:\"alias\";s:22:\"visual-designer-slider\";s:3:\"zip\";s:32:\"packs/visual-designer-slider.zip\";s:3:\"uid\";s:32:\"9a48f4a2546c87d311f692aa1a2d70a4\";s:3:\"img\";s:33:\"visual-designer-slider/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-05 13:06:26\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:713;a:28:{s:2:\"id\";s:3:\"744\";s:5:\"title\";s:25:\"Visual Designer Portfolio\";s:5:\"alias\";s:25:\"Visual-Designer-Portfolio\";s:3:\"zip\";s:35:\"packs/Visual-Designer-Portfolio.zip\";s:3:\"uid\";s:32:\"d53dbb86df1fca5ac940eb98a045b7f7\";s:3:\"img\";s:36:\"Visual-Designer-Portfolio/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-05 13:08:57\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:714;a:27:{s:2:\"id\";s:3:\"745\";s:5:\"title\";s:21:\"Visual Designer About\";s:5:\"alias\";s:21:\"Visual-Designer-About\";s:3:\"zip\";s:31:\"packs/Visual-Designer-About.zip\";s:3:\"uid\";s:32:\"0968eb1bf48e95ddccc9fb7555752099\";s:3:\"img\";s:32:\"Visual-Designer-About/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:10:45\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:715;a:28:{s:2:\"id\";s:3:\"746\";s:5:\"title\";s:22:\"Visual Designer Footer\";s:5:\"alias\";s:22:\"visual-designer-footer\";s:3:\"zip\";s:32:\"packs/visual-designer-footer.zip\";s:3:\"uid\";s:32:\"e6027c38009d73cf8ddaeb70ea48d8a8\";s:3:\"img\";s:33:\"visual-designer-footer/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:12:21\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:716;a:28:{s:2:\"id\";s:3:\"747\";s:5:\"title\";s:27:\"Visual Designer Detail View\";s:5:\"alias\";s:27:\"Visual-Designer-Detail-View\";s:3:\"zip\";s:37:\"packs/Visual-Designer-Detail-View.zip\";s:3:\"uid\";s:32:\"1faa6ce0fc43a08f3800acace5eb2925\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:14:05\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:717;a:25:{s:2:\"id\";s:3:\"748\";s:5:\"title\";s:24:\"Online Watch Shop Slider\";s:5:\"alias\";s:24:\"online-watch-shop-slider\";s:3:\"zip\";s:28:\"online-watch-shop-slider.zip\";s:3:\"uid\";s:32:\"bbe52119b342d63ead804a91e2ade96d\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/online-watch-shop-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=online-watch-shop-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:524:\"<span class=\"ttm_content\">The \"Online Watch Shop Slider\" is a stunning design tailored specifically for watch retailers and enthusiasts. With its sleek and modern layout, this template allows you to showcase your collection of timepieces in a visually captivating manner. Featuring smooth transitions and customizable slides, this template provides a seamless browsing experience for your customers, making it an ideal choice for online watch shops aiming to leave a lasting impression.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-12 08:36:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Create a Product Comparison Slider for Your Shop’s Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-product-comparison-slider-for-your-shop-s-home-page/\";s:9:\"guide_img\";s:37:\"tutorial/Online-Watch-Shop-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:718;a:25:{s:2:\"id\";s:3:\"749\";s:5:\"title\";s:31:\"Brewery Website Slider Template\";s:5:\"alias\";s:31:\"Brewery-Website-Slider-Template\";s:3:\"zip\";s:35:\"Brewery-Website-Slider-Template.zip\";s:3:\"uid\";s:32:\"bcf9213d1ba9c2c41382433c124adf30\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/brewery-website-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brewery-website-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:421:\"<span class=\"ttm_content\">The Brewery Website Slider Template offers a visually appealing and versatile design, perfect for showcasing the unique offerings of any brewery. With its captivating imagery, smooth transitions, and customizable elements, this template creates an engaging experience that entices visitors to explore the brewery\'s story and discover its exceptional brews. </span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-23 11:27:46\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:61:\"How to Market Drink Products with a Stylish Slider [Tutorial]\";s:9:\"guide_url\";s:94:\"https://www.sliderrevolution.com/tutorials/how-to-market-drink-products-with-a-stylish-slider/\";s:9:\"guide_img\";s:44:\"tutorial/Brewery-Website-Slider-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:719;a:26:{s:2:\"id\";s:3:\"750\";s:5:\"title\";s:40:\"Hero Slider with Midjourney Image Effect\";s:5:\"alias\";s:40:\"Hero-Slider-with-Midjourney-Image-Effect\";s:3:\"zip\";s:44:\"Hero-Slider-with-Midjourney-Image-Effect.zip\";s:3:\"uid\";s:32:\"45db238a0a64622e4d39f1993106d5e6\";s:3:\"img\";s:51:\"Hero-Slider-with-Midjourney-Image-Effect/slide1.jpg\";s:7:\"preview\";s:193:\"https://www.sliderrevolution.com/templates/hero-slider-with-midjourney-image-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-slider-with-midjourney-image-effect\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:427:\"<span class=\"ttm_content\">Experience the magic of our new Hero Slider template, featuring the innovative Midjourney Image Effect. This unique template brings the style of an action movie poster to your website, offering an interactive intro that iss sure to captivate visitors. The Midjourney Image sequence, with its subtle variations, adds a dynamic touch, making your website stand out.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-28 13:47:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"How to Design a High Impact Image for Your Fitness Website’s Home Page [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-high-impact-image-for-your-fitness-website-s-home-page/\";s:9:\"guide_img\";s:53:\"tutorial/Hero-Slider-with-Midjourney-Image-Effect.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:720;a:25:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:31:\"Highlight Hero Section Template\";s:5:\"alias\";s:31:\"Highlight-Hero-Section-Template\";s:3:\"zip\";s:35:\"Highlight-Hero-Section-Template.zip\";s:3:\"uid\";s:32:\"e16c375827f3c54cdd224ef612e3e31a\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/highlight-hero-section-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=highlight-hero-section-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:334:\"<span class=\"ttm_content\">Introducing the Highlight Hero Section Template for Slider Revolution. Make a bold first impression with stunning visuals and seamless animations. Customize every aspect effortlessly and engage your visitors instantly. Elevate your website with this remarkable template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-07-06 10:07:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Attract Customers to Your Store with a Highlight Hero Section [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-attract-customers-to-your-store-with-a-highlight-hero-section/\";s:9:\"guide_img\";s:44:\"tutorial/Highlight-Hero-Section-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:721;a:25:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:36:\"Samurai Fullscreen Carousel Template\";s:5:\"alias\";s:36:\"Samurai-Fullscreen-Carousel-Template\";s:3:\"zip\";s:40:\"Samurai-Fullscreen-Carousel-Template.zip\";s:3:\"uid\";s:32:\"8b5c5483aa54c09be24bb18a20ec98a5\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide1.jpg\";s:7:\"preview\";s:185:\"https://www.sliderrevolution.com/templates/samurai-fullscreen-carousel-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=samurai-fullscreen-carousel-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:318:\"<span class=\"ttm_content\">Experience the power of our Samurai Fullscreen Carousel Template. With large, bold captions, call-to-action buttons, and tab navigation, it iss a visual feast. Seamlessly pan across a panorama of samurai warriors, thanks to Midjourneys new \"pan\" feature.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-07-10 12:21:25\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:64:\"How to Create a Beautiful Fullscreen Product Carousel [Tutorial]\";s:9:\"guide_url\";s:97:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-fullscreen-product-carousel/\";s:9:\"guide_img\";s:49:\"tutorial/Samurai-Fullscreen-Carousel-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:722;a:28:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:32:\"Surf Scroll Based Story Template\";s:5:\"alias\";s:32:\"surf-scroll-based-story-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"surf-scroll-based-story-template\";s:3:\"img\";s:45:\"packages/surf-scroll-based-story-template.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:45:39\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:723;a:28:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:18:\"Surf Template Logo\";s:5:\"alias\";s:18:\"Surf-Template-Logo\";s:3:\"zip\";s:28:\"packs/Surf-Template-Logo.zip\";s:3:\"uid\";s:32:\"8bf655d46efa183455bffc8ea5ddd18f\";s:3:\"img\";s:29:\"Surf-Template-Logo/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-08-04 10:48:52\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:724;a:28:{s:2:\"id\";s:3:\"755\";s:5:\"title\";s:15:\"Surf Template 1\";s:5:\"alias\";s:15:\"Surf-Template-1\";s:3:\"zip\";s:25:\"packs/Surf-Template-1.zip\";s:3:\"uid\";s:32:\"4a532d7cbbe52544f41a6a81023a3879\";s:3:\"img\";s:26:\"Surf-Template-1/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:52:16\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:725;a:28:{s:2:\"id\";s:3:\"756\";s:5:\"title\";s:15:\"Surf Template 2\";s:5:\"alias\";s:15:\"Surf-Template-2\";s:3:\"zip\";s:25:\"packs/Surf-Template-2.zip\";s:3:\"uid\";s:32:\"7d76218ed2d5144b9dcc0669bb3e346a\";s:3:\"img\";s:26:\"Surf-Template-2/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:54:13\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:726;a:28:{s:2:\"id\";s:3:\"757\";s:5:\"title\";s:15:\"Surf Template 3\";s:5:\"alias\";s:15:\"Surf-Template-3\";s:3:\"zip\";s:25:\"packs/Surf-Template-3.zip\";s:3:\"uid\";s:32:\"a42b54df91b2c3987bbe22280c26b40d\";s:3:\"img\";s:26:\"Surf-Template-3/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:56:13\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:727;a:28:{s:2:\"id\";s:3:\"758\";s:5:\"title\";s:15:\"Surf Template 4\";s:5:\"alias\";s:15:\"Surf-Template-4\";s:3:\"zip\";s:25:\"packs/Surf-Template-4.zip\";s:3:\"uid\";s:32:\"017fb0dca11e63421427315718464823\";s:3:\"img\";s:26:\"Surf-Template-4/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:58:06\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:728;a:26:{s:2:\"id\";s:3:\"759\";s:5:\"title\";s:33:\"50/50 Split Screen Website Design\";s:5:\"alias\";s:33:\"50-50-Split-Screen-Website-Design\";s:3:\"zip\";s:37:\"50-50-Split-Screen-Website-Design.zip\";s:3:\"uid\";s:32:\"e524d518ac23d3f408fca3caddf2dac3\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/split-screen-website-design/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=split-screen-website-design\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:442:\"<span class=\"ttm_content\">Introducing the 50/50 Split Screen Website Design template: A dynamic showcase that seamlessly balances content and visuals. With a sleek half-and-half layout, captivate your audience with contrasting elements while delivering a clear and engaging message. Customize effortlessly and elevate your web presence with this modern, user-friendly design, only with Slider Revolution.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-08 12:22:38\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Design a Unique Split Screen Layout for Your Homepage [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-unique-split-screen-layout-for-your-homepage/\";s:9:\"guide_img\";s:46:\"tutorial/50-50-Split-Screen-Website-Design.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:729;a:25:{s:2:\"id\";s:3:\"760\";s:5:\"title\";s:33:\"Food Presentation Template Slider\";s:5:\"alias\";s:33:\"Food-Presentation-Template-Slider\";s:3:\"zip\";s:37:\"Food-Presentation-Template-Slider.zip\";s:3:\"uid\";s:32:\"7ebe00aee026ff7baeffaad909e6ee24\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide1.jpg\";s:7:\"preview\";s:179:\"https://www.sliderrevolution.com/templates/food-presentation-template-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-presentation-template-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:422:\"<span class=\"ttm_content\">Unveil the essence of your cuisine with the \"Food Presentation Template Slider.\" Elevate your dishes through seamless transitions, vibrant imagery, and enticing descriptions in this captivating slider. Engage your audience, tantalize their taste buds, and showcase your culinary artistry effortlessly. Now available in the Slider Revolution template library.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-18 11:56:17\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Classy Product Slider for Your Shop’s Home Page [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-classy-product-slider-for-your-shop-s-home-page/\";s:9:\"guide_img\";s:46:\"tutorial/Food-Presentation-Template-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:730;a:25:{s:2:\"id\";s:3:\"761\";s:5:\"title\";s:38:\"FutureSight Digital Marketing Template\";s:5:\"alias\";s:38:\"FutureSight-Digital-Marketing-Template\";s:3:\"zip\";s:42:\"FutureSight-Digital-Marketing-Template.zip\";s:3:\"uid\";s:32:\"9bfd6be89aca94230967563d61b796b3\";s:3:\"img\";s:49:\"FutureSight-Digital-Marketing-Template/slide1.jpg\";s:7:\"preview\";s:189:\"https://www.sliderrevolution.com/templates/futuresight-digital-marketing-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=futuresight-digital-marketing-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:276:\"<span class=\"ttm_content\">Embrace the future with FutureSight - a template designed for visionary marketers. Its sleek design, combined with dynamic animations, offers a seamless user experience. Perfect for agencies aiming for the stars.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-23 10:38:17\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"How to Create an Eye-Catching Hero with Gradients and Particle Effects [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-eye-catching-hero-with-gradients-and-particle-effects/\";s:9:\"guide_img\";s:51:\"tutorial/FutureSight-Digital-Marketing-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:731;a:25:{s:2:\"id\";s:3:\"762\";s:5:\"title\";s:40:\"Starry Night Parallax Zoom Effect Slider\";s:5:\"alias\";s:40:\"Starry-Night-Parallax-Zoom-Effect-Slider\";s:3:\"zip\";s:44:\"Starry-Night-Parallax-Zoom-Effect-Slider.zip\";s:3:\"uid\";s:32:\"dd0a9034a10397ba5b0b76fb8d7e203c\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide1.jpg\";s:7:\"preview\";s:193:\"https://www.sliderrevolution.com/templates/starry-night-parallax-zoom-effect-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=starry-night-parallax-zoom-effect-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:498:\"<span class=\"ttm_content\">The \"Starry Night Parallax Zoom Effect Slider\" is a captivating template that transforms your website slider into a mesmerizing journey through a celestial dreamscape. With stunning parallax and zoom effects, it immerses your audience in a starry night sky, creating a visually stunning and engaging user experience that will leave a lasting impression. Perfect for showcasing your content or products with a touch of celestial magic.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-09-13 11:16:06\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:75:\"How to Create an Eye-catching Slider with a Parallax Zoom Effect [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-eye-catching-slider-with-a-parallax-zoom-effect/\";s:9:\"guide_img\";s:53:\"tutorial/Starry-Night-Parallax-Zoom-Effect-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:732;a:25:{s:2:\"id\";s:3:\"763\";s:5:\"title\";s:44:\"Beyond The Void Parallax Hero With Particles\";s:5:\"alias\";s:15:\"beyond-the-void\";s:3:\"zip\";s:19:\"beyond-the-void.zip\";s:3:\"uid\";s:32:\"c7f47a117b31c76d7f3ad52440abed86\";s:3:\"img\";s:26:\"beyond-the-void/slide1.jpg\";s:7:\"preview\";s:201:\"https://www.sliderrevolution.com/templates/beyond-the-void-parallax-hero-with-particles/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=beyond-the-void-parallax-hero-with-particles\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:384:\"<span class=\"ttm_content\">Journey beyond the stars with our latest template. An astronaut, after landing on a distant asteroid, unveils an alien anomaly. This parallax hero design, reminiscent of a cinematic sci-fi poster, promises a visual treat. \"Beyond the stars, he found the unknown. Now it is coming home.\" Experience the magic of the void.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:357:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-09-19 14:42:06\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Enhance Your Hero Image Design with Special Effects [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-enhance-your-hero-image-design-with-special-effects/\";s:9:\"guide_img\";s:28:\"tutorial/beyond-the-void.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:733;a:25:{s:2:\"id\";s:3:\"764\";s:5:\"title\";s:46:\"Extravaganza Ecommerce Product Carousel Static\";s:5:\"alias\";s:33:\"Static-Ecommerce-Product-Carousel\";s:3:\"zip\";s:37:\"Static-Ecommerce-Product-Carousel.zip\";s:3:\"uid\";s:32:\"6bb030f4419e247edfaf94478aa6578e\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide1.jpg\";s:7:\"preview\";s:191:\"https://www.sliderrevolution.com/templates/extravaganza-ecommerce-product-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=extravaganza-ecommerce-product-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Step up your online store with the Extravaganza Ecommerce Product Carousel. Crafted for the contemporary shop, it flaunts products in their full glory, enveloped in a dark, sleek aesthetic. There is a WooCommerce version and a static version available, which you can adapt to work with any WordPress website.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-10-04 11:56:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:60:\"How to Create a Beautiful Product Carousel Design [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-product-carousel-design-tutorial/\";s:9:\"guide_img\";s:39:\"tutorial/ecommerce-product-carousel.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:734;a:25:{s:2:\"id\";s:3:\"765\";s:5:\"title\";s:43:\"Extravaganza Ecommerce Product Carousel Woo\";s:5:\"alias\";s:30:\"woo-ecommerce-product-carousel\";s:3:\"zip\";s:34:\"woo-ecommerce-product-carousel.zip\";s:3:\"uid\";s:32:\"51b63bf649fdff61634fe888f51ddb4d\";s:3:\"img\";s:41:\"woo-ecommerce-product-carousel/slide1.jpg\";s:7:\"preview\";s:191:\"https://www.sliderrevolution.com/templates/extravaganza-ecommerce-product-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=extravaganza-ecommerce-product-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Step up your online store with the Extravaganza Ecommerce Product Carousel. Crafted for the contemporary shop, it flaunts products in their full glory, enveloped in a dark, sleek aesthetic. There is a WooCommerce version and a static version available, which you can adapt to work with any WordPress website.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-10-04 12:00:08\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:60:\"How to Create a Beautiful Product Carousel Design [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-product-carousel-design-tutorial/\";s:9:\"guide_img\";s:39:\"tutorial/ecommerce-product-carousel.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:735;a:25:{s:2:\"id\";s:3:\"766\";s:5:\"title\";s:31:\"Serenity Hero With Focus Effect\";s:5:\"alias\";s:31:\"Serenity-Hero-With-Focus-Effect\";s:3:\"zip\";s:35:\"Serenity-Hero-With-Focus-Effect.zip\";s:3:\"uid\";s:32:\"f0c6d9090236c20b1d7536aedc3d8cf8\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/serenity-hero-with-focus-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=serenity-hero-with-focus-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:578:\"<span class=\"ttm_content\">Enhance your websites visual appeal with the \"Serenity Hero With Focus Effect\" Slider Revolution template. This mesmerizing slider seamlessly combines tranquil backgrounds with dynamic focus effects, guiding your audiences attention to vital elements of your content. Impress with engaging animations, ensure responsive design across all devices, and customize effortlessly to match your brands style. Create a captivating user experience that converts visitors into devoted followers with this exceptional slider.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-10-04 12:03:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Create a Focus Effect to Draw Attention to Your Product Images [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-focus-effect-to-draw-attention-to-your-product-images/\";s:9:\"guide_img\";s:44:\"tutorial/Serenity-Hero-With-Focus-Effect.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:736;a:25:{s:2:\"id\";s:3:\"767\";s:5:\"title\";s:29:\"OakGrove Wine Slider Template\";s:5:\"alias\";s:29:\"OakGrove-Wine-Slider-Template\";s:3:\"zip\";s:33:\"OakGrove-Wine-Slider-Template.zip\";s:3:\"uid\";s:32:\"151ae1d2e6e7b84873f8b62ba57f829c\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/oakgrove-wine-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=oakgrove-wine-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.18\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:421:\"<span class=\"ttm_content\">Unveil the allure of your wines with the \"OakGrove Wine Slider Template.\" Infused with rustic elegance and smooth transitions, this template offers a captivating journey through your vineyards legacy. Whether you are a boutique winery or an established vineyard, this slider is the ideal tool to showcase your finest vintages and unique tasting experiences.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-11-03 15:34:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Mysterious Splash Page for Your Website [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-mysterious-splash-page-for-your-website/\";s:9:\"guide_img\";s:42:\"tutorial/OakGrove-Wine-Slider-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:737;a:25:{s:2:\"id\";s:3:\"768\";s:5:\"title\";s:32:\"Geometric Slider Design Template\";s:5:\"alias\";s:32:\"Geometric-Slider-Design-Template\";s:3:\"zip\";s:36:\"Geometric-Slider-Design-Template.zip\";s:3:\"uid\";s:32:\"f024549e5a43b79c185def088f00e42f\";s:3:\"img\";s:43:\"Geometric-Slider-Design-Template/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/geometric-slider-design-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=geometric-slider-design-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.18\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:446:\"<span class=\"ttm_content\">Immerse your audience in contemporary visual sophistication with our Geometric Slider Design Template. This dynamic slider combines sleek geometric patterns with a modern aesthetic, creating a captivating visual experience. With its seamless integration and customizable features, effortlessly elevate your websites allure and engage your visitors in a cutting-edge digital journey.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-11-14 10:25:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:75:\"How to Create an Eye-catching Geometric Design for Your Homepage [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-eye-catching-geometric-design-for-your-homepage/\";s:9:\"guide_img\";s:45:\"tutorial/Geometric-Slider-Design-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:738;a:25:{s:2:\"id\";s:3:\"769\";s:5:\"title\";s:43:\"Chocolate Bar Product Presentation Template\";s:5:\"alias\";s:43:\"Chocolate-Bar-Product-Presentation-Template\";s:3:\"zip\";s:47:\"Chocolate-Bar-Product-Presentation-Template.zip\";s:3:\"uid\";s:32:\"dc30a3d883c8d16de25544e94640c982\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide1.jpg\";s:7:\"preview\";s:199:\"https://www.sliderrevolution.com/templates/chocolate-bar-product-presentation-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=chocolate-bar-product-presentation-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.18\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:346:\"<span class=\"ttm_content\">Unwrap the \"Chocolate Bar Product Presentation Template\" – a delectable, visually captivating showcase for your irresistible chocolate creations. Whether you are a chocolatier or a gourmet brand, this template is the key to presenting your products with a touch of sophistication.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-11-14 10:29:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:75:\"How to Create a Unique Product Presentation Slider for Your Site [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-unique-product-presentation-slider-for-your-site/\";s:9:\"guide_img\";s:56:\"tutorial/Chocolate-Bar-Product-Presentation-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:739;a:25:{s:2:\"id\";s:3:\"770\";s:5:\"title\";s:30:\"Fluid Dynamics Effect Showcase\";s:5:\"alias\";s:30:\"Fluid-Dynamics-Effect-Showcase\";s:3:\"zip\";s:34:\"Fluid-Dynamics-Effect-Showcase.zip\";s:3:\"uid\";s:32:\"cdd9213edf970f1fe04ded427fb2ada8\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide1.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/fluid-dynamics-effect-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fluid-dynamics-effect-showcase\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.18\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:312:\"<span class=\"ttm_content\">Introducing the Fluid Dynamics Effect Showcase - a mesmerizing journey through liquid/gas wonders. Delve into cyber flows, chromatic ripples, ethereal jungle spirits, and cosmic collisions. Crafted for those who appreciate the magic in every pixel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:181:\"[{\"path\":\"revslider-fluiddynamics-addon\\/revslider-fluiddynamics-addon.php\",\"name\":\"Fluid Dynamics AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-11-14 10:32:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"Add Some Magic to Your Hero Section with Liquid Animation Effects [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/add-some-magic-to-your-hero-section-with-liquid-animation-effects/\";s:9:\"guide_img\";s:43:\"tutorial/Fluid-Dynamics-Effect-Showcase.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:740;a:24:{s:2:\"id\";s:3:\"771\";s:5:\"title\";s:39:\"Spotlight Hero Header With Fluid Effect\";s:5:\"alias\";s:39:\"Spotlight-Hero-Header-With-Fluid-Effect\";s:3:\"zip\";s:43:\"Spotlight-Hero-Header-With-Fluid-Effect.zip\";s:3:\"uid\";s:32:\"c15c375d48a9368fcb61f6a732fb9b9b\";s:3:\"img\";s:50:\"Spotlight-Hero-Header-With-Fluid-Effect/slide1.jpg\";s:7:\"preview\";s:191:\"https://www.sliderrevolution.com/templates/spotlight-hero-header-with-fluid-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spotlight-hero-header-with-fluid-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:355:\"<span class=\"ttm_content\">The \"Spotlight Hero Header With Fluid Effect\" is a dynamic and visually engaging website header template, perfect for making a bold first impression. Ideal for creative agencies, product showcases, or promotional campaigns, it blends drama with functionality for a memorable user experience.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:510:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-fluiddynamics-addon\\/revslider-fluiddynamics-addon.php\",\"name\":\"Fluid Dynamics AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-12-20 16:48:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:62:\"How to Create an Innovative Typography Hero Section [Tutorial]\";s:9:\"guide_url\";s:95:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-innovative-typography-hero-section/\";s:9:\"guide_img\";s:52:\"tutorial/Spotlight-Hero-Header-With-Fluid-Effect.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:741;a:25:{s:2:\"id\";s:3:\"772\";s:5:\"title\";s:38:\"Suits Product Showcase Slider Template\";s:5:\"alias\";s:38:\"Suits-Product-Showcase-Slider-Template\";s:3:\"zip\";s:42:\"Suits-Product-Showcase-Slider-Template.zip\";s:3:\"uid\";s:32:\"f15dcfc11bbadfd8973ea38627d3ede6\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide1.jpg\";s:7:\"preview\";s:189:\"https://www.sliderrevolution.com/templates/suits-product-showcase-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=suits-product-showcase-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:494:\"<span class=\"ttm_content\">The \"Suits Product Showcase Slider Template\" is a sleek and professional slider design tailored for highlighting high-end products, especially suits. It features clean, elegant lines with a minimalist layout, ensuring the products are the focal point. This template is perfect for fashion retailers or businesses looking to showcase their products with sophistication and style, offering an intuitive and engaging user experience.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-12-20 16:51:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create an Eye-Catching Slider for Your Ecommerce Home Page [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-eye-catching-slider-for-your-ecommerce-home-page/\";s:9:\"guide_img\";s:51:\"tutorial/Suits-Product-Showcase-Slider-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:742;a:25:{s:2:\"id\";s:3:\"773\";s:5:\"title\";s:41:\"Beards Full Width Image Carousel Template\";s:5:\"alias\";s:41:\"Beards-Full-Width-Image-Carousel-Template\";s:3:\"zip\";s:45:\"Beards-Full-Width-Image-Carousel-Template.zip\";s:3:\"uid\";s:32:\"98de06abfddd962e725202ceac02a952\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/beards-full-width-image-carousel-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=beards-full-width-image-carousel-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:637:\"<span class=\"ttm_content\">The \"Beards Full Width Image Carousel Template\" is a modern and stylish carousel design, ideal for showcasing wide-ranging images, especially focusing on beard styles and grooming products. This template features a full-width layout, giving each image maximum screen space for a more immersive visual experience. Its sleek and user-friendly interface allows for smooth navigation through the carousel, making it perfect for barber shops, grooming blogs, or lifestyle brands that want to highlight their work or products in a visually appealing and easily accessible format.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-12-20 16:54:46\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"Give Your Customers Different Choices with a Full-Width Image Carousel [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/give-your-customers-different-choices-with-a-full-width-image-carousel/\";s:9:\"guide_img\";s:54:\"tutorial/Beards-Full-Width-Image-Carousel-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:743;a:25:{s:2:\"id\";s:3:\"774\";s:5:\"title\";s:29:\"Animated Type Hero Collection\";s:5:\"alias\";s:29:\"Animated-Type-Hero-Collection\";s:3:\"zip\";s:33:\"Animated-Type-Hero-Collection.zip\";s:3:\"uid\";s:32:\"b939ae94fc4bcc2cf2aad050dc14a2f9\";s:3:\"img\";s:40:\"Animated-Type-Hero-Collection/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/animated-type-hero-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=animated-type-hero-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:310:\"<span class=\"ttm_content\">Elevate your websites first impression with dynamic, animated typography. Perfect for impactful hero sections, these template is versatile, easily customizable, and designed to make your message stand out, ensuring a memorable visitor experience.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-04-05 14:32:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:744;a:25:{s:2:\"id\";s:3:\"775\";s:5:\"title\";s:37:\"Horoscope Slider with Zodiac Showcase\";s:5:\"alias\";s:37:\"Horoscope-Slider-with-Zodiac-Showcase\";s:3:\"zip\";s:41:\"Horoscope-Slider-with-Zodiac-Showcase.zip\";s:3:\"uid\";s:32:\"e896ce65076384fc81834b389dd90385\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide1.jpg\";s:7:\"preview\";s:187:\"https://www.sliderrevolution.com/templates/horoscope-slider-with-zodiac-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=horoscope-slider-with-zodiac-showcase\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:483:\"<span class=\"ttm_content\">The \"Horoscope Slider with Zodiac Showcase\" is an engaging Slider Revolution template that brings the magic of astrology to your website. It offers a sleek, interactive experience with beautiful visuals of all twelve zodiac signs, providing users with insightful astrological information. Perfect for adding a celestial touch to any site, this template makes exploring the zodiac both informative and visually stunning.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:545:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-04-05 14:35:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Create an Employee Spotlight Presentation Using a Website Slider [Tutorial]\";s:9:\"guide_url\";s:115:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-employee-spotlight-presentation-using-a-website-slider/\";s:9:\"guide_img\";s:50:\"tutorial/Horoscope-Slider-with-Zodiac-Showcase.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:745;a:25:{s:2:\"id\";s:3:\"776\";s:5:\"title\";s:32:\"Urban Oven Pizza Slider Template\";s:5:\"alias\";s:32:\"Urban-Oven-Pizza-Slider-Template\";s:3:\"zip\";s:36:\"Urban-Oven-Pizza-Slider-Template.zip\";s:3:\"uid\";s:32:\"630e123eb690fcf2f9a8807f64e24855\";s:3:\"img\";s:43:\"Urban-Oven-Pizza-Slider-Template/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/urban-oven-pizza-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=urban-oven-pizza-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:514:\"<span class=\"ttm_content\">Elevate your pizzerias online presence with the \"Urban Oven Pizza Slider\", a modern and sleek website slider designed to showcase the irresistible appeal of freshly baked pizzas. This template captivates with vivid imagery and smooth transitions, highlighting your culinary creations and enticing food enthusiasts with every slide. Perfect for any food-oriented website looking to engage and attract customers with a taste of urban dining excellence.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-04-05 14:43:14\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:746;a:28:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:42:\"Modern Web Agency Website Template Package\";s:5:\"alias\";s:42:\"modern-web-agency-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:42:\"modern-web-agency-website-template-package\";s:3:\"img\";s:47:\"packages/Modern-Web-Agency-Website-Template.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-fluiddynamics-addon\\/revslider-fluiddynamics-addon.php\",\"name\":\"Fluid Dynamics AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-04-05 14:46:51\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:747;a:28:{s:2:\"id\";s:3:\"778\";s:5:\"title\";s:22:\"Modern Web Agency Hero\";s:5:\"alias\";s:22:\"Modern-Web-Agency-Hero\";s:3:\"zip\";s:32:\"packs/Modern-Web-Agency-Hero.zip\";s:3:\"uid\";s:32:\"c7c212ffd591dc749821824acfed9b1e\";s:3:\"img\";s:33:\"Modern-Web-Agency-Hero/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:181:\"[{\"path\":\"revslider-fluiddynamics-addon\\/revslider-fluiddynamics-addon.php\",\"name\":\"Fluid Dynamics AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-04-05 14:50:46\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:748;a:28:{s:2:\"id\";s:3:\"779\";s:5:\"title\";s:24:\"Modern Web Agency Brands\";s:5:\"alias\";s:24:\"Modern-Web-Agency-Brands\";s:3:\"zip\";s:34:\"packs/Modern-Web-Agency-Brands.zip\";s:3:\"uid\";s:32:\"1264d8fefc943dbcc791458e6cee7ce8\";s:3:\"img\";s:35:\"Modern-Web-Agency-Brands/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-04-05 14:53:18\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:749;a:28:{s:2:\"id\";s:3:\"780\";s:5:\"title\";s:23:\"Modern Web Agency About\";s:5:\"alias\";s:23:\"Modern-Web-Agency-About\";s:3:\"zip\";s:33:\"packs/Modern-Web-Agency-About.zip\";s:3:\"uid\";s:32:\"28af788973472a5b8d1d9f4bc9200667\";s:3:\"img\";s:34:\"Modern-Web-Agency-About/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-04-05 14:55:45\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:750;a:28:{s:2:\"id\";s:3:\"781\";s:5:\"title\";s:26:\"Modern Web Agency Projects\";s:5:\"alias\";s:26:\"Modern-Web-Agency-Projects\";s:3:\"zip\";s:36:\"packs/Modern-Web-Agency-Projects.zip\";s:3:\"uid\";s:32:\"ff5c528962fcbff1c39184d538a32a6a\";s:3:\"img\";s:37:\"Modern-Web-Agency-Projects/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-04-05 14:57:15\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:751;a:28:{s:2:\"id\";s:3:\"782\";s:5:\"title\";s:32:\"Modern Web Agency Title Projects\";s:5:\"alias\";s:32:\"Modern-Web-Agency-Title-Projects\";s:3:\"zip\";s:42:\"packs/Modern-Web-Agency-Title-Projects.zip\";s:3:\"uid\";s:32:\"ff9fe269ad43f301274963920944b903\";s:3:\"img\";s:43:\"Modern-Web-Agency-Title-Projects/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-04-05 15:00:22\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:752;a:28:{s:2:\"id\";s:3:\"783\";s:5:\"title\";s:26:\"Modern Web Agency Services\";s:5:\"alias\";s:26:\"Modern-Web-Agency-Services\";s:3:\"zip\";s:36:\"packs/Modern-Web-Agency-Services.zip\";s:3:\"uid\";s:32:\"f307d3db154e238ca0de95dac9401963\";s:3:\"img\";s:37:\"Modern-Web-Agency-Services/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-04-05 15:02:05\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:753;a:28:{s:2:\"id\";s:3:\"784\";s:5:\"title\";s:25:\"Modern Web Agency Contact\";s:5:\"alias\";s:25:\"Modern-Web-Agency-Contact\";s:3:\"zip\";s:35:\"packs/Modern-Web-Agency-Contact.zip\";s:3:\"uid\";s:32:\"ffba037192afa45656e9f4f7bc425b3c\";s:3:\"img\";s:36:\"Modern-Web-Agency-Contact/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-04-05 15:03:27\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:754;a:28:{s:2:\"id\";s:3:\"785\";s:5:\"title\";s:23:\"Modern Agency Project 1\";s:5:\"alias\";s:23:\"Modern-Agency-Project-1\";s:3:\"zip\";s:33:\"packs/Modern-Agency-Project-1.zip\";s:3:\"uid\";s:32:\"a894e6ba97e8176be1e66abebcaaf986\";s:3:\"img\";s:34:\"Modern-Agency-Project-1/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-04-05 15:04:46\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:755;a:27:{s:2:\"id\";s:3:\"786\";s:5:\"title\";s:23:\"Modern Agency Project 2\";s:5:\"alias\";s:23:\"Modern-Agency-Project-2\";s:3:\"zip\";s:33:\"packs/Modern-Agency-Project-2.zip\";s:3:\"uid\";s:32:\"a6a6f6cdd82579808bbff580261adfdf\";s:3:\"img\";s:34:\"Modern-Agency-Project-2/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-04-05 15:08:30\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:756;a:28:{s:2:\"id\";s:3:\"787\";s:5:\"title\";s:23:\"Modern Agency Project 3\";s:5:\"alias\";s:23:\"Modern-Agency-Project-3\";s:3:\"zip\";s:33:\"packs/Modern-Agency-Project-3.zip\";s:3:\"uid\";s:32:\"77b68af53a2d6ed705e8118334144fa8\";s:3:\"img\";s:34:\"Modern-Agency-Project-3/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-04-05 15:10:19\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:757;a:28:{s:2:\"id\";s:3:\"788\";s:5:\"title\";s:23:\"Modern Agency Project 4\";s:5:\"alias\";s:23:\"Modern-Agency-Project-4\";s:3:\"zip\";s:33:\"packs/Modern-Agency-Project-4.zip\";s:3:\"uid\";s:32:\"347d38dd2ddf98497ef7a621b0d6ec1f\";s:3:\"img\";s:34:\"Modern-Agency-Project-4/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/modern-web-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:708:\"<span class=\"ttm_content\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-04-05 15:11:56\";s:7:\"package\";s:42:\"Modern Web Agency Website Template Package\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"66\";s:9:\"installed\";b:0;}i:758;a:24:{s:2:\"id\";s:3:\"789\";s:5:\"title\";s:27:\"Dog Shelter Showcase Slider\";s:5:\"alias\";s:33:\"Dog-Shelter-Puppy-Showcase-Slider\";s:3:\"zip\";s:31:\"Dog-Shelter-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"7c301fa0df88e2a143a3e166c5610ad2\";s:3:\"img\";s:38:\"Dog-Shelter-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/dog-shelter-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dog-shelter-showcase-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:582:\"<span class=\"ttm_content\">Discover the \"Dog Shelter Showcase Slider,\" a captivating slider template crafted for dog shelters aiming to connect puppies with their forever homes. Featuring engaging slides with high-quality images and essential puppy details, this template highlights the unique personalities of each adorable canine. It\'s user-friendly, fully responsive, and designed to inspire potential adopters, making it an essential addition to any dog adoption website. Bring stories to life and help puppies find their families with ease.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-04-30 16:03:57\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:759;a:24:{s:2:\"id\";s:3:\"790\";s:5:\"title\";s:34:\"Velocity Elegant Fullscreen Slider\";s:5:\"alias\";s:34:\"Velocity-Elegant-Fullscreen-Slider\";s:3:\"zip\";s:38:\"Velocity-Elegant-Fullscreen-Slider.zip\";s:3:\"uid\";s:32:\"bfaea7a4e5e15981e2ec432b2f6bb0c2\";s:3:\"img\";s:45:\"Velocity-Elegant-Fullscreen-Slider/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.7.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:550:\"<span class=\"ttm_content\">Elevate your website with our Elegant Fullscreen Slider, a visually striking presentation tool designed specifically for showcasing bicycles. This slider captures the essence of both style and functionality, offering fullscreen visuals that bring your cycling products to life. With seamless transitions and a clean design, it is perfect for cycling shops, manufacturers, or any enthusiast looking to highlight their passion for bicycles through a dynamic and engaging online experience</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-04-30 16:08:01\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:760;a:24:{s:2:\"id\";s:3:\"791\";s:5:\"title\";s:37:\"Professional Training Slider Template\";s:5:\"alias\";s:37:\"Professional-Training-Slider-Template\";s:3:\"zip\";s:41:\"Professional-Training-Slider-Template.zip\";s:3:\"uid\";s:32:\"27bb0e841e8b508883dd4db3d65e342b\";s:3:\"img\";s:48:\"Professional-Training-Slider-Template/slide1.jpg\";s:7:\"preview\";s:187:\"https://www.sliderrevolution.com/templates/professional-training-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=professional-training-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.10\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:618:\"<span class=\"ttm_content\">Capture the essence of expertise with this Professional Training Slider Template, designed to showcase educational or training services in a compelling and visually engaging manner. Perfect for institutions, trainers, and educational programs looking to highlight their offerings, this template features sleek design elements and intuitive layouts that guide potential clients through your services. Its versatile structure ensures it can be adapted to various professional settings, enhancing user experience and emphasizing key information effectively.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-05-06 14:27:37\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:761;a:25:{s:2:\"id\";s:3:\"792\";s:5:\"title\";s:31:\"Modern Restaurant Slider Design\";s:5:\"alias\";s:31:\"Modern-Restaurant-Slider-Design\";s:3:\"zip\";s:35:\"Modern-Restaurant-Slider-Design.zip\";s:3:\"uid\";s:32:\"460679aa4879a6ed62b489fb9198169e\";s:3:\"img\";s:42:\"Modern-Restaurant-Slider-Design/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/modern-restaurant-slider-design/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-restaurant-slider-design\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:435:\"<span class=\"ttm_content\">Elevate your restaurants online presence with the Modern Restaurant Slider Design, an exquisite template that seamlessly blends stunning visuals of signature dishes with elegant typography and refined design elements. Ideal for fine dining establishments, bistros, and cafes, this slider is designed to captivate your audience and turn online visitors into loyal patrons.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-05-24 11:03:17\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:762;a:28:{s:2:\"id\";s:3:\"793\";s:5:\"title\";s:32:\"Coworking Space Website Template\";s:5:\"alias\";s:32:\"coworking-space-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"coworking-space-website-template\";s:3:\"img\";s:45:\"packages/coworking-space-website-template.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:730:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 16:43:56\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:763;a:28:{s:2:\"id\";s:3:\"794\";s:5:\"title\";s:20:\"Coworking Space Menu\";s:5:\"alias\";s:20:\"Coworking-Space-Menu\";s:3:\"zip\";s:30:\"packs/Coworking-Space-Menu.zip\";s:3:\"uid\";s:32:\"a54d7136ad9469944a75b7a1ac1e9cad\";s:3:\"img\";s:31:\"Coworking-Space-Menu/slide1.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:732:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 16:46:22\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:764;a:27:{s:2:\"id\";s:3:\"795\";s:5:\"title\";s:20:\"Coworking Space Hero\";s:5:\"alias\";s:20:\"Coworking-Space-Hero\";s:3:\"zip\";s:30:\"packs/Coworking-Space-Hero.zip\";s:3:\"uid\";s:32:\"b64e93198eb2b9f1662d11da891833a3\";s:3:\"img\";s:31:\"Coworking-Space-Hero/slide1.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:730:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 16:48:26\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:765;a:28:{s:2:\"id\";s:3:\"796\";s:5:\"title\";s:23:\"Coworking Space Counter\";s:5:\"alias\";s:23:\"Coworking-Space-Counter\";s:3:\"zip\";s:33:\"packs/Coworking-Space-Counter.zip\";s:3:\"uid\";s:32:\"779df7e1cfd3e20813f4e2cfe75351e1\";s:3:\"img\";s:34:\"Coworking-Space-Counter/slide1.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:730:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 16:50:21\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:766;a:28:{s:2:\"id\";s:3:\"797\";s:5:\"title\";s:26:\"Coworking Space Why Choose\";s:5:\"alias\";s:26:\"Coworking-Space-Why-Choose\";s:3:\"zip\";s:36:\"packs/Coworking-Space-Why-Choose.zip\";s:3:\"uid\";s:32:\"0148f542b5884b5508355508afc21790\";s:3:\"img\";s:37:\"Coworking-Space-Why-Choose/slide1.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:730:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 16:52:24\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:767;a:28:{s:2:\"id\";s:3:\"798\";s:5:\"title\";s:25:\"Coworking Space Amenities\";s:5:\"alias\";s:25:\"Coworking-Space-Amenities\";s:3:\"zip\";s:35:\"packs/Coworking-Space-Amenities.zip\";s:3:\"uid\";s:32:\"f0c9d57fad0574ad61d55818d7fe2384\";s:3:\"img\";s:36:\"Coworking-Space-Amenities/slide1.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:730:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 16:54:02\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:768;a:28:{s:2:\"id\";s:3:\"799\";s:5:\"title\";s:21:\"Coworking Space Plans\";s:5:\"alias\";s:21:\"Coworking-Space-Plans\";s:3:\"zip\";s:31:\"packs/Coworking-Space-Plans.zip\";s:3:\"uid\";s:32:\"d0bd67ed8369c905fab8d162e90d909c\";s:3:\"img\";s:32:\"Coworking-Space-Plans/slide1.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:730:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 16:57:42\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:769;a:28:{s:2:\"id\";s:3:\"800\";s:5:\"title\";s:28:\"Coworking Space Testimonials\";s:5:\"alias\";s:28:\"Coworking-Space-Testimonials\";s:3:\"zip\";s:38:\"packs/Coworking-Space-Testimonials.zip\";s:3:\"uid\";s:32:\"4c0f0d009ffff4a2e5bcb763ba3b59df\";s:3:\"img\";s:39:\"Coworking-Space-Testimonials/slide1.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:730:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 16:59:24\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:770;a:28:{s:2:\"id\";s:3:\"801\";s:5:\"title\";s:20:\"Coworking Space Join\";s:5:\"alias\";s:20:\"Coworking-Space-Join\";s:3:\"zip\";s:30:\"packs/Coworking-Space-Join.zip\";s:3:\"uid\";s:32:\"3ce0b13b8345324a396dc82e10b1d6d7\";s:3:\"img\";s:31:\"Coworking-Space-Join/slide1.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:730:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 17:01:34\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:771;a:28:{s:2:\"id\";s:3:\"802\";s:5:\"title\";s:22:\"Coworking Space Footer\";s:5:\"alias\";s:22:\"Coworking-Space-Footer\";s:3:\"zip\";s:32:\"packs/Coworking-Space-Footer.zip\";s:3:\"uid\";s:32:\"ca80282c2de127b26fd753897c9e6fe0\";s:3:\"img\";s:33:\"Coworking-Space-Footer/slide1.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.7.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:730:\"<span class=\"ttm_content\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2024-06-17 17:02:36\";s:7:\"package\";s:40:\"Coworking Space Website Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"67\";s:9:\"installed\";b:0;}i:772;a:27:{s:2:\"id\";s:3:\"803\";s:5:\"title\";s:22:\"Seafood Store Template\";s:5:\"alias\";s:22:\"Seafood-Store-Template\";s:3:\"zip\";s:26:\"Seafood-Store-Template.zip\";s:3:\"uid\";s:32:\"32f8d8f6925c45d5c049b46c83616d8c\";s:3:\"img\";s:33:\"Seafood-Store-Template/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/seafood-store-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=seafood-store-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.7.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:757:\"<span class=\"ttm_content\">Introducing the Seafood Store Template, a visually stunning and highly informative slider designed specifically for fish and seafood businesses. This template features five beautifully crafted slides, each showcasing a different type of fresh fish with high-resolution images, detailed descriptions, and engaging calls to action. Perfect for seafood markets, online fish stores, and restaurants, this template combines coastal aesthetics with modern design elements to create an appealing and user-friendly experience. With easy customization options and responsive design, the Seafood Store Template is the ideal solution for highlighting your premium seafood products and enticing customers.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2024-07-08 12:16:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;s:10:\"push_image\";b:1;}}s:6:\"slides\";a:752:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:19:\"Photographer-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";}}s:27:\"Photographer-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";}}s:21:\"Photographer-Showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";}}s:22:\"Photographer-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";}}s:21:\"Photographer-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";}}s:19:\"Photographer-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";}}s:18:\"Photographer-Modal\";a:1:{i:0;a:2:{s:5:\"title\";s:8:\"Slider 1\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}s:25:\"smart-living-one-pager-v1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";}}s:25:\"smart-living-one-pager-v2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";}}s:25:\"smart-living-one-pager-v3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";}}s:6:\"menu-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";}}s:14:\"onepage-hero-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";}}s:6:\"about1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"about1/slide1.jpg\";}}s:9:\"services1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"services1/slide1.jpg\";}}s:9:\"projects1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"projects1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"projects1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"projects1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"projects1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:20:\"projects1/slide6.jpg\";}}s:8:\"footer-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";}}s:23:\"explainer-block-1-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";}}s:23:\"explainer-block-1-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";}}s:16:\"projects-modal-1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-1/slide6.jpg\";}}s:6:\"menu-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";}}s:6:\"hero-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";}}s:10:\"services-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";}}s:7:\"about-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";}}s:10:\"projects-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"projects-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"projects-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:21:\"projects-2/slide6.jpg\";}}s:7:\"footer2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";}}s:23:\"explainer-block-2-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";}}s:23:\"explainer-block-2-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";}}s:16:\"projects-modal-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-2/slide6.jpg\";}}s:6:\"menu-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";}}s:6:\"hero-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:17:\"hero-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:17:\"hero-3/slide3.jpg\";}}s:7:\"about-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";}}s:10:\"services-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";}}s:10:\"projects-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-3/slide3.jpg\";}}s:8:\"footer-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";}}s:23:\"explainer-block-3-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";}}s:23:\"explainer-block-3-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";}}s:16:\"projects-modal-3\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-3/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-3/slide6.jpg\";}}s:25:\"urban-street-skate-slider\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide12.jpg\";}}s:13:\"yummy-burgers\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"yummy-burgers/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"yummy-burgers/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"yummy-burgers/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"yummy-burgers/slide5.jpg\";}}s:37:\"tattoo-event-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";}}s:24:\"tattoo-event-hero-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide3.jpg\";}}s:18:\"tattoo-event-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";}}s:20:\"tattoo-event-artists\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"tattoo-event-artists/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"tattoo-event-artists/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"tattoo-event-artists/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"tattoo-event-artists/slide5.jpg\";}}s:21:\"tattoo-event-schedule\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide3.jpg\";}}s:17:\"tattoo-event-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";}}s:19:\"tattoo-event-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";}}s:24:\"startup-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";}}s:12:\"startup-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";}}s:12:\"startup-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";}}s:13:\"startup-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";}}s:18:\"startup-features-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";}}s:18:\"startup-features-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";}}s:12:\"startup-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";}}s:15:\"startup-reviews\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";}}s:11:\"startup-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";}}s:14:\"startup-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";}}s:19:\"startup-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";}}s:32:\"christmas-gift-card-landing-page\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";}}s:24:\"christmas-landing-page-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";}}s:24:\"christmas-landing-page-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";}}s:12:\"image-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"image-slider/slide-2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"image-slider/slide-3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"image-slider/slide-4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"image-slider/slide-5.jpg\";}}s:17:\"full-width-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"full-width-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"full-width-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"full-width-slider/slide4.jpg\";}}s:20:\"app-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";}}s:16:\"app-website-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";}}s:16:\"app-website-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";}}s:20:\"app-download-buttons\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";}}s:17:\"app-website-about\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"app-website-about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"app-website-about/slide3.jpg\";}}s:20:\"app-website-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";}}s:21:\"app-website-video-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";}}s:23:\"app-website-screenshots\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"app-website-screenshots/slide2.jpg\";}}s:22:\"app-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";}}s:24:\"app-website-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";}}s:16:\"app-website-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";}}s:18:\"app-website-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";}}s:15:\"app-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";}}s:25:\"testimonial-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";}}s:22:\"testimonial-carousel-1\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide4.jpg\";}}s:22:\"testimonial-carousel-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide5.jpg\";}}s:22:\"testimonial-carousel-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide3.jpg\";}}s:22:\"testimonial-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";}}s:22:\"testimonial-carousel-5\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide4.jpg\";}}s:9:\"deep-dive\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";}}s:22:\"particle-wave-showcase\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"particle-wave-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"particle-wave-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"particle-wave-showcase/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"particle-wave-showcase/slide5.jpg\";}}s:17:\"video-hero-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";}}s:28:\"solar-system-showcase-slider\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide9.jpg\";}}s:26:\"Optic-shop-showcase-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide5.jpg\";}}s:24:\"charts-template-showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";}}s:31:\"fashion-website-slider-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";}}s:22:\"fashion-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fashion-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"fashion-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"fashion-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"fashion-website-slider/slide5.jpg\";}}s:28:\"fashion-website-slider-modal\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide5.jpg\";}}s:24:\"furniture-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"furniture-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"furniture-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"furniture-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"furniture-website-slider/slide5.jpg\";}}s:26:\"fitness-gym-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide5.jpg\";}}s:35:\"ai--robotics-webside-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";}}s:30:\"ai-and-robotics-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide4.jpg\";}}s:14:\"ai-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";}}s:33:\"minimal-typography-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide4.jpg\";}}s:19:\"404-page-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"404-page-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"404-page-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"404-page-collection/slide4.jpg\";}}s:21:\"ecommerce-sale-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide4.jpg\";}}s:19:\"fashion-shop-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"fashion-shop-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"fashion-shop-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"fashion-shop-slider/slide4.jpg\";}}s:29:\"lingerie-store-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide5.jpg\";}}s:28:\"beach-events-hero-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide4.jpg\";}}s:41:\"creative-portfolio-website-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";}}s:30:\"creative-portfolio-main-slider\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide8.jpg\";}}s:28:\"creative-portfolio-project-1\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide5.jpg\";}}s:28:\"creative-portfolio-project-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide5.jpg\";}}s:28:\"creative-portfolio-project-3\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide5.jpg\";}}s:28:\"creative-portfolio-project-4\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide5.jpg\";}}s:28:\"creative-portfolio-project-5\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide5.jpg\";}}s:28:\"creative-portfolio-project-6\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide5.jpg\";}}s:28:\"creative-portfolio-project-7\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide5.jpg\";}}s:19:\"ai-particle-cluster\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"ai-particle-cluster/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"ai-particle-cluster/slide3.jpg\";}}s:24:\"artistic-parallax-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide4.jpg\";}}s:23:\"magazine-content-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";}}s:30:\"magazine-content-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide4.jpg\";}}s:24:\"Masonry-Gallery-Carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide3.jpg\";}}s:21:\"neon-wordpress-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide5.jpg\";}}s:27:\"Restaurant-One-Page-Website\";a:11:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide11.jpg\";}}s:18:\"woocommerce-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"woocommerce-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"woocommerce-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"woocommerce-slider/slide4.jpg\";}}s:25:\"woocommerce-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide4.jpg\";}}s:21:\"wordpress-post-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";}}s:28:\"WordPress-Post-Slider-Static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide6.jpg\";}}s:22:\"wordpress-video-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"wordpress-video-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"wordpress-video-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"wordpress-video-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"wordpress-video-slider/slide5.jpg\";}}s:37:\"architecture-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";}}s:17:\"architecture-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";}}s:26:\"architecture-header-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"architecture-header-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"architecture-header-slider/slide3.jpg\";}}s:23:\"architecture-text-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";}}s:18:\"architecture-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";}}s:26:\"architecture-process-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";}}s:20:\"architecture-process\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"architecture-process/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"architecture-process/slide3.jpg\";}}s:22:\"architecture-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";}}s:28:\"architecture-portfolio-modal\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide4.jpg\";}}s:20:\"architecture-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";}}s:23:\"image-comparison-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"image-comparison-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"image-comparison-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"image-comparison-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"image-comparison-slider/slide4.jpg\";}}s:37:\"wedding-photo-slider-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/Wedding-Photo-Slider-Package.jpg\";}}s:20:\"wedding-photo-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wedding-photo-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"wedding-photo-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"wedding-photo-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"wedding-photo-slider/slide4.jpg\";}}s:26:\"wedding-photo-slider-modal\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide4.jpg\";}}s:24:\"destinations-card-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"destinations-card-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"destinations-card-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"destinations-card-slider/slide3.jpg\";}}s:21:\"knives-product-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"knives-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"knives-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"knives-product-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"knives-product-slider/slide4.jpg\";}}s:16:\"tiny-slider-dark\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"tiny-slider-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"tiny-slider-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"tiny-slider-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"tiny-slider-dark/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"tiny-slider-dark/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"tiny-slider-dark/slide6.jpg\";}}s:17:\"tiny-slider-light\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tiny-slider-light/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"tiny-slider-light/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"tiny-slider-light/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"tiny-slider-light/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"tiny-slider-light/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"tiny-slider-light/slide6.jpg\";}}s:24:\"pet-store-product-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"pet-store-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"pet-store-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"pet-store-product-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"pet-store-product-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"pet-store-product-slider/slide5.jpg\";}}s:18:\"material-ui-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"material-ui-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"material-ui-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"material-ui-slider/slide3.jpg\";}}s:19:\"happy-holidays-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"happy-holidays-hero/slide1.jpg\";}}s:36:\"space-and-sci-fi-presentation-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide4.png\";}}s:21:\"Claymorphism-Carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide4.jpg\";}}s:24:\"404-page-hero-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"404-page-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"404-page-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"404-page-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"404-page-hero-collection/slide4.jpg\";}}s:32:\"furniture-store-isometric-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide4.jpg\";}}s:36:\"woodworking-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/Woodworking-Website-Template.jpg\";}}s:22:\"wood-art-one-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wood-art-one-page-hero/slide1.jpg\";}}s:23:\"wood-art-one-page-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"wood-art-one-page-about/slide1.jpg\";}}s:22:\"wood-art-one-page-work\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide5.jpg\";}}s:30:\"wood-art-one-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"wood-art-one-page-testimonials/slide1.jpg\";}}s:24:\"wood-art-one-page-events\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"wood-art-one-page-events/slide1.jpg\";}}s:24:\"wood-art-one-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"wood-art-one-page-footer/slide1.jpg\";}}s:26:\"wood-art-one-page-gallery1\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery2\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery4\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery5\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide3.jpg\";}}s:35:\"Hero-Template-With-Cursor-Animation\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:46:\"Hero-Template-With-Cursor-Animation/slide1.jpg\";}}s:28:\"futuristic-hairstyles-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide5.jpg\";}}s:28:\"instagram-gallery-carousel-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-1/slide1.jpg\";}}s:28:\"instagram-gallery-carousel-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-2/slide1.jpg\";}}s:28:\"instagram-gallery-carousel-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-3/slide1.jpg\";}}s:28:\"instagram-gallery-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-4/slide1.jpg\";}}s:31:\"instagram-gallery-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/Instagram-Gallery-Carousel.jpg\";}}s:29:\"Storytelling-Website-Template\";a:16:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide12.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide13.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide14.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide15.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide16.jpg\";}}s:32:\"generative-ai-wordpress-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/Generative-AI-Wordpress-Template.jpg\";}}s:9:\"G-AI-Hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"G-AI-Hero/slide1.jpg\";}}s:10:\"G-AI-Intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Intro/slide1.jpg\";}}s:10:\"G-AI-Logos\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Logos/slide1.jpg\";}}s:11:\"G-AI-Images\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"G-AI-Images/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"G-AI-Images/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"G-AI-Images/slide3.jpg\";}}s:9:\"G-AI-Copy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"G-AI-Copy/slide1.jpg\";}}s:10:\"G-AI-Tools\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Tools/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"G-AI-Tools/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"G-AI-Tools/slide3.jpg\";}}s:10:\"G-AI-Cases\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Cases/slide1.jpg\";}}s:18:\"G-AI-Gallery-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"G-AI-Gallery-Title/slide1.jpg\";}}s:12:\"G-AI-Gallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"G-AI-Gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"G-AI-Gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"G-AI-Gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"G-AI-Gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"G-AI-Gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"G-AI-Gallery/slide6.jpg\";}}s:17:\"G-AI-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide3.jpg\";}}s:11:\"G-AI-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"G-AI-Footer/slide1.jpg\";}}s:23:\"visual-design-one-pager\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"packages/Visual-Design-One-Pager.jpg\";}}s:20:\"visual-designer-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"visual-designer-menu/slide1.jpg\";}}s:22:\"visual-designer-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"visual-designer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"visual-designer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"visual-designer-slider/slide3.jpg\";}}s:25:\"Visual-Designer-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"Visual-Designer-Portfolio/slide1.jpg\";}}s:21:\"Visual-Designer-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Visual-Designer-About/slide1.jpg\";}}s:22:\"visual-designer-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"visual-designer-footer/slide1.jpg\";}}s:27:\"Visual-Designer-Detail-View\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide7.jpg\";}}s:24:\"online-watch-shop-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide4.jpg\";}}s:31:\"Brewery-Website-Slider-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide4.jpg\";}}s:40:\"Hero-Slider-with-Midjourney-Image-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"Hero-Slider-with-Midjourney-Image-Effect/slide1.jpg\";}}s:31:\"Highlight-Hero-Section-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide4.jpg\";}}s:36:\"Samurai-Fullscreen-Carousel-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide4.jpg\";}}s:32:\"surf-scroll-based-story-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/surf-scroll-based-story-template.jpg\";}}s:18:\"Surf-Template-Logo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Surf-Template-Logo/slide1.jpg\";}}s:15:\"Surf-Template-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Surf-Template-1/slide1.jpg\";}}s:15:\"Surf-Template-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Surf-Template-2/slide1.jpg\";}}s:15:\"Surf-Template-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Surf-Template-3/slide1.jpg\";}}s:15:\"Surf-Template-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Surf-Template-4/slide1.jpg\";}}s:33:\"50-50-Split-Screen-Website-Design\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide4.jpg\";}}s:33:\"Food-Presentation-Template-Slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide4.jpg\";}}s:38:\"FutureSight-Digital-Marketing-Template\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:49:\"FutureSight-Digital-Marketing-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:49:\"FutureSight-Digital-Marketing-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:49:\"FutureSight-Digital-Marketing-Template/slide3.jpg\";}}s:40:\"Starry-Night-Parallax-Zoom-Effect-Slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide4.jpg\";}}s:15:\"beyond-the-void\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"beyond-the-void/slide1.jpg\";}}s:33:\"Static-Ecommerce-Product-Carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide4.jpg\";}}s:30:\"woo-ecommerce-product-carousel\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"woo-ecommerce-product-carousel/slide1.jpg\";}}s:31:\"Serenity-Hero-With-Focus-Effect\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide5.jpg\";}}s:29:\"OakGrove-Wine-Slider-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide4.jpg\";}}s:32:\"Geometric-Slider-Design-Template\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"Geometric-Slider-Design-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"Geometric-Slider-Design-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"Geometric-Slider-Design-Template/slide3.jpg\";}}s:43:\"Chocolate-Bar-Product-Presentation-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide4.jpg\";}}s:30:\"Fluid-Dynamics-Effect-Showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide4.jpg\";}}s:39:\"Spotlight-Hero-Header-With-Fluid-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:50:\"Spotlight-Hero-Header-With-Fluid-Effect/slide1.jpg\";}}s:38:\"Suits-Product-Showcase-Slider-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide4.jpg\";}}s:41:\"Beards-Full-Width-Image-Carousel-Template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide5.jpg\";}}s:29:\"Animated-Type-Hero-Collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"Animated-Type-Hero-Collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"Animated-Type-Hero-Collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"Animated-Type-Hero-Collection/slide3.jpg\";}}s:37:\"Horoscope-Slider-with-Zodiac-Showcase\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:48:\"Horoscope-Slider-with-Zodiac-Showcase/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:49:\"Horoscope-Slider-with-Zodiac-Showcase/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:49:\"Horoscope-Slider-with-Zodiac-Showcase/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:49:\"Horoscope-Slider-with-Zodiac-Showcase/slide12.jpg\";}}s:32:\"Urban-Oven-Pizza-Slider-Template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"Urban-Oven-Pizza-Slider-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"Urban-Oven-Pizza-Slider-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"Urban-Oven-Pizza-Slider-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"Urban-Oven-Pizza-Slider-Template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"Urban-Oven-Pizza-Slider-Template/slide5.jpg\";}}s:42:\"modern-web-agency-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:47:\"packages/Modern-Web-Agency-Website-Template.jpg\";}}s:22:\"Modern-Web-Agency-Hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Modern-Web-Agency-Hero/slide1.jpg\";}}s:24:\"Modern-Web-Agency-Brands\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Modern-Web-Agency-Brands/slide1.jpg\";}}s:23:\"Modern-Web-Agency-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Modern-Web-Agency-About/slide1.jpg\";}}s:26:\"Modern-Web-Agency-Projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Modern-Web-Agency-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Modern-Web-Agency-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Modern-Web-Agency-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"Modern-Web-Agency-Projects/slide4.jpg\";}}s:32:\"Modern-Web-Agency-Title-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"Modern-Web-Agency-Title-Projects/slide1.jpg\";}}s:26:\"Modern-Web-Agency-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Modern-Web-Agency-Services/slide1.jpg\";}}s:25:\"Modern-Web-Agency-Contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"Modern-Web-Agency-Contact/slide1.jpg\";}}s:23:\"Modern-Agency-Project-1\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Modern-Agency-Project-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"Modern-Agency-Project-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"Modern-Agency-Project-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"Modern-Agency-Project-1/slide4.jpg\";}}s:23:\"Modern-Agency-Project-2\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Modern-Agency-Project-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"Modern-Agency-Project-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"Modern-Agency-Project-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"Modern-Agency-Project-2/slide4.jpg\";}}s:23:\"Modern-Agency-Project-3\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Modern-Agency-Project-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"Modern-Agency-Project-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"Modern-Agency-Project-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"Modern-Agency-Project-3/slide4.jpg\";}}s:23:\"Modern-Agency-Project-4\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Modern-Agency-Project-4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"Modern-Agency-Project-4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"Modern-Agency-Project-4/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"Modern-Agency-Project-4/slide4.jpg\";}}s:33:\"Dog-Shelter-Puppy-Showcase-Slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Dog-Shelter-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Dog-Shelter-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Dog-Shelter-Showcase-Slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Dog-Shelter-Showcase-Slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Dog-Shelter-Showcase-Slider/slide5.jpg\";}}s:34:\"Velocity-Elegant-Fullscreen-Slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"Velocity-Elegant-Fullscreen-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:45:\"Velocity-Elegant-Fullscreen-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:45:\"Velocity-Elegant-Fullscreen-Slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:45:\"Velocity-Elegant-Fullscreen-Slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:45:\"Velocity-Elegant-Fullscreen-Slider/slide5.jpg\";}}s:37:\"Professional-Training-Slider-Template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:48:\"Professional-Training-Slider-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:48:\"Professional-Training-Slider-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:48:\"Professional-Training-Slider-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:48:\"Professional-Training-Slider-Template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:48:\"Professional-Training-Slider-Template/slide5.jpg\";}}s:31:\"Modern-Restaurant-Slider-Design\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"Modern-Restaurant-Slider-Design/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"Modern-Restaurant-Slider-Design/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"Modern-Restaurant-Slider-Design/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"Modern-Restaurant-Slider-Design/slide4.jpg\";}}s:32:\"coworking-space-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/coworking-space-website-template.jpg\";}}s:20:\"Coworking-Space-Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Coworking-Space-Menu/slide1.jpg\";}}s:20:\"Coworking-Space-Hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Coworking-Space-Hero/slide1.jpg\";}}s:23:\"Coworking-Space-Counter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Coworking-Space-Counter/slide1.jpg\";}}s:26:\"Coworking-Space-Why-Choose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Coworking-Space-Why-Choose/slide1.jpg\";}}s:25:\"Coworking-Space-Amenities\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"Coworking-Space-Amenities/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"Coworking-Space-Amenities/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"Coworking-Space-Amenities/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"Coworking-Space-Amenities/slide4.jpg\";}}s:21:\"Coworking-Space-Plans\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Coworking-Space-Plans/slide1.jpg\";}}s:28:\"Coworking-Space-Testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Coworking-Space-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Coworking-Space-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Coworking-Space-Testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"Coworking-Space-Testimonials/slide4.jpg\";}}s:20:\"Coworking-Space-Join\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Coworking-Space-Join/slide1.jpg\";}}s:22:\"Coworking-Space-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Coworking-Space-Footer/slide1.jpg\";}}s:22:\"Seafood-Store-Template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Seafood-Store-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Seafood-Store-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Seafood-Store-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"Seafood-Store-Template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"Seafood-Store-Template/slide5.jpg\";}}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(179920, 'disallowed_keys', '', 'no'),
(179921, 'comment_previously_approved', '1', 'yes'),
(179922, 'auto_plugin_theme_update_emails', 'a:1:{s:40:\"wpmudev-updates/update-notifications.php\";s:7:\"4.11.26\";}', 'no'),
(179923, 'finished_updating_comment_type', '1', 'yes'),
(180145, 'epc_filetype_expirations', 'a:9:{s:9:\"image/jpg\";s:8:\"24 hours\";s:10:\"image/jpeg\";s:8:\"24 hours\";s:9:\"image/gif\";s:8:\"24 hours\";s:9:\"image/png\";s:8:\"24 hours\";s:8:\"text/css\";s:8:\"24 hours\";s:15:\"application/pdf\";s:6:\"1 week\";s:15:\"text/javascript\";s:8:\"24 hours\";s:9:\"text/html\";s:9:\"5 minutes\";s:7:\"default\";s:8:\"24 hours\";}', 'yes'),
(180162, 'ultimatum_toolset', 'a:2:{s:12:\"allowed_user\";i:4;s:6:\"apikey\";s:32:\"66055bb0d7020999d9707e3cbf1db54c\";}', 'no'),
(180182, 'bsf-updater-version', '1.27.13', 'yes'),
(180242, 'wphb_run_onboarding', '1', 'no'),
(180243, 'bsf_force_check_extensions', '', 'no'),
(180246, 'wdp_un_remote_access', '', 'no'),
(180260, 'brainstrom_bundled_products', 'a:0:{}', 'yes'),
(180822, 'revslider-update-hash', 'b1514b53f985608abb22b9f48e3368d5', 'yes'),
(180823, 'revslider-templates-hash', 'c127af9850eac347fcc2fc148d578495', 'yes'),
(183590, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes'),
(185502, 'auto_update_themes', 'a:2:{i:0;s:12:\"twentytwenty\";i:1;s:9:\"ultimatum\";}', 'no'),
(185518, 'recovery_mode_email_last_sent', '1637189745', 'yes'),
(185521, 'bsf_last_update_check', '1721213812', 'yes'),
(185522, 'bsf_analytics_installed_time', '1599239660', 'no'),
(185575, 'revslider-additions', 'O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}', 'yes'),
(186610, 'rs-templates-counter', '0', 'off'),
(186620, 'wphb_show_upgrade_summary', '1', 'no'),
(186621, 'wphb-minification-show-config_modal', '1', 'yes'),
(188627, 'bsf_analytics_optin', 'yes', 'no'),
(189234, 'rs-addons-counter', '1', 'yes'),
(191260, 'wp-smush-show_upgrade_modal', '1', 'no'),
(205491, 'auto_update_core_dev', 'enabled', 'yes'),
(205492, 'auto_update_core_minor', 'enabled', 'yes'),
(205493, 'auto_update_core_major', 'unset', 'yes'),
(218285, 'duplicate_post_show_link', 'a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}', 'yes'),
(218286, 'duplicate_post_show_link_in', 'a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}', 'yes'),
(223706, 'https_detection_errors', 'a:0:{}', 'yes'),
(231264, 'revslider_update_revision_current', '6.2.0', 'yes'),
(251451, 'auto_update_plugins', 'a:1:{i:0;s:40:\"wpmudev-updates/update-notifications.php\";}', 'no'),
(251767, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(257424, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(271295, 'wphb-show-black-friday', '1', 'no'),
(271429, 'dhvc_form', 'a:24:{s:22:\"allowed_file_extension\";s:62:\"zip,rar,tar,7z,jpg,jpeg,png,gif,pdf,doc,docx,ppt,pptx,xls,xlsx\";s:11:\"date_format\";s:5:\"Y/m/d\";s:11:\"time_format\";s:3:\"H:i\";s:16:\"time_picker_step\";s:2:\"60\";s:19:\"datetimepicker_lang\";s:2:\"en\";s:15:\"container_class\";s:13:\".vc_row-fluid\";s:10:\"user_login\";s:0:\"\";s:23:\"user_logout_redirect_to\";s:0:\"\";s:12:\"user_regiter\";s:0:\"\";s:14:\"user_forgotten\";s:0:\"\";s:25:\"woocommerce_login_page_id\";s:0:\"\";s:33:\"woocommerce_lost_password_page_id\";s:0:\"\";s:12:\"email_method\";s:7:\"default\";s:9:\"smtp_host\";s:0:\"\";s:9:\"smtp_post\";s:0:\"\";s:15:\"smtp_encryption\";s:0:\"\";s:13:\"smtp_username\";s:0:\"\";s:13:\"smtp_password\";s:0:\"\";s:20:\"recaptcha_public_key\";s:40:\"6LfHzz8dAAAAAFEn8_rZk3Vkie6EEUC-9FLKGkJI\";s:21:\"recaptcha_private_key\";s:40:\"6LfHzz8dAAAAAHHmtRCzOPsfcp5zy9hgD8BywXz2\";s:13:\"mailchimp_api\";s:0:\"\";s:14:\"mailchimp_list\";s:0:\"\";s:20:\"mailchimp_group_name\";s:0:\"\";s:15:\"mailchimp_group\";s:0:\"\";}', 'yes'),
(279472, 'duplicate_post_show_notice', '0', 'no'),
(289555, 'wdp_un_general', 'a:9:{s:7:\"version\";s:7:\"4.11.22\";s:13:\"limit_to_user\";a:1:{i:0;i:4;}s:16:\"last_run_updates\";i:1721214294;s:16:\"last_run_profile\";s:10:\"1632980691\";s:13:\"last_run_sync\";a:3:{s:4:\"time\";i:1721235418;s:4:\"hash\";s:32:\"0d2fdd44f941f5940f61767b218d9958\";s:5:\"fails\";i:0;}s:11:\"staff_notes\";s:0:\"\";s:9:\"auth_user\";s:23:\"steve@highelevation.net\";s:9:\"hub_nonce\";d:1686714315.9321000576019287109375;s:9:\"site_info\";a:7:{s:10:\"wp_version\";s:5:\"6.5.5\";s:11:\"php_version\";s:6:\"7.3.33\";s:8:\"wp_debug\";b:0;s:12:\"issues_total\";i:7;s:10:\"php_memory\";s:4:\"512M\";s:12:\"is_multisite\";b:0;s:9:\"server_ip\";s:12:\"198.7.59.150\";}}', 'off'),
(289556, 'wdp_un_flags', 'a:7:{s:13:\"redirected_v4\";s:1:\"0\";s:19:\"refresh_remote_flag\";s:1:\"0\";s:20:\"refresh_profile_flag\";s:1:\"0\";s:20:\"autoupdate_dashboard\";s:1:\"1\";s:27:\"uninstall_preserve_settings\";s:1:\"1\";s:19:\"uninstall_keep_data\";s:1:\"1\";s:14:\"refresh_remote\";b:0;}', 'no'),
(289557, 'wdp_un_whitelabel', 'a:6:{s:7:\"enabled\";s:0:\"\";s:16:\"branding_enabled\";s:0:\"\";s:14:\"branding_image\";s:0:\"\";s:14:\"footer_enabled\";s:0:\"\";s:11:\"footer_text\";s:0:\"\";s:17:\"doc_links_enabled\";s:0:\"\";}', 'no'),
(289558, 'wdp_un_analytics', 'a:2:{s:7:\"enabled\";s:0:\"\";s:4:\"role\";s:13:\"administrator\";}', 'no'),
(313441, 'user_count', '2', 'no'),
(334181, 'duplicate_post_version', '4.5', 'yes'),
(373896, 'wp_smush_pre_3_12_6_site', '3.12.3', 'no'),
(398035, 'wp_attachment_pages_enabled', '1', 'yes'),
(426577, '_site_transient_timeout_php_check_0260183cef5829810c63d4ec9ff87fd1', '1721264941', 'no'),
(426578, '_site_transient_php_check_0260183cef5829810c63d4ec9ff87fd1', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}', 'no'),
(427274, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.6\";s:7:\"version\";s:3:\"6.6\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1721235412;s:15:\"version_checked\";s:3:\"6.6\";s:12:\"translations\";a:0:{}}', 'off'),
(427493, '_site_transient_timeout_ultimatum_local_projects', '1721214593', 'off'),
(427494, '_site_transient_ultimatum_local_projects', 'a:9:{i:15;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:6:\"3.19.8\";s:8:\"filename\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";}i:34;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"2.3.1\";s:8:\"filename\";s:23:\"dhvc-form/dhvc-form.php\";}i:10;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"2.0.1\";s:8:\"filename\";s:35:\"easy-tables-vc/vc-table-manager.php\";}i:5;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"6.5.0\";s:8:\"filename\";s:27:\"js_composer/js_composer.php\";}i:6;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"6.3.9\";s:8:\"filename\";s:23:\"revslider/revslider.php\";}i:11;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"2.0.4\";s:8:\"filename\";s:25:\"templatera/templatera.php\";}i:2;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:3:\"1.0\";s:8:\"filename\";s:39:\"ultimatum-library/ultimatum-library.php\";}i:25;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"filename\";s:33:\"ultimatum-social-share/plugin.php\";}i:1;a:3:{s:4:\"type\";s:5:\"theme\";s:8:\"filename\";s:9:\"ultimatum\";s:7:\"version\";s:7:\"2.9.1.5\";}}', 'off'),
(427555, '_site_transient_timeout_theme_roots', '1721237216', 'off'),
(427556, '_site_transient_theme_roots', 'a:5:{s:19:\"rainier-child-theme\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:21:\"ultimatum-child-theme\";s:7:\"/themes\";s:9:\"ultimatum\";s:7:\"/themes\";}', 'off'),
(427557, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1721235416;s:7:\"checked\";a:5:{s:19:\"rainier-child-theme\";s:5:\"0.1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:21:\"ultimatum-child-theme\";s:5:\"0.1.0\";s:9:\"ultimatum\";s:7:\"2.9.1.5\";}s:8:\"response\";a:2:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.2.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.5.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off'),
(427558, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1721235417;s:8:\"response\";a:4:{s:30:\"optima-express/iHomefinder.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:28:\"w.org/plugins/optima-express\";s:4:\"slug\";s:14:\"optima-express\";s:6:\"plugin\";s:30:\"optima-express/iHomefinder.php\";s:11:\"new_version\";s:5:\"7.6.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/optima-express/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/optima-express.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/optima-express/assets/icon-256x256.png?rev=2288316\";s:2:\"1x\";s:67:\"https://ps.w.org/optima-express/assets/icon-128x128.png?rev=2288316\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/optima-express/assets/banner-1544x500.png?rev=2772295\";s:2:\"1x\";s:69:\"https://ps.w.org/optima-express/assets/banner-772x250.png?rev=2772295\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.2.0\";s:6:\"tested\";s:5:\"6.4.5\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:73:\"<ul>\n<li>Removed City Links and Community Pages widgets in v10</li>\n</ul>\";}s:49:\"ct-mortgage-calculator/ct-mortgage-calculator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/ct-mortgage-calculator\";s:4:\"slug\";s:22:\"ct-mortgage-calculator\";s:6:\"plugin\";s:49:\"ct-mortgage-calculator/ct-mortgage-calculator.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/ct-mortgage-calculator/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/ct-mortgage-calculator.1.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/ct-mortgage-calculator/assets/icon-256x256.png?rev=2494706\";s:2:\"1x\";s:75:\"https://ps.w.org/ct-mortgage-calculator/assets/icon-256x256.png?rev=2494706\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"6.5.5\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"7.7.2\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:1;s:4:\"name\";s:21:\"WPBakery Page Builder\";}s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"6892199\";s:4:\"slug\";s:18:\"Ultimate_VC_Addons\";s:6:\"plugin\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:14:\"upgrade_notice\";s:59:\" Please activate your license to receive automatic updates.\";s:11:\"new_version\";s:7:\"3.19.21\";s:3:\"url\";s:74:\"https://codecanyon.net/cart/add_items?item_ids=6892199&ref=BrainstormForce\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:3:\"6.6\";s:12:\"requires_php\";s:0:\"\";s:5:\"icons\";a:3:{s:2:\"1x\";s:0:\"\";s:2:\"2x\";s:0:\"\";s:7:\"default\";s:0:\"\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";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.3.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:45:\"speedup-optimization/speedup-optimization.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/speedup-optimization\";s:4:\"slug\";s:20:\"speedup-optimization\";s:6:\"plugin\";s:45:\"speedup-optimization/speedup-optimization.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/speedup-optimization/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/speedup-optimization.1.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/speedup-optimization/assets/icon-256x256.png?rev=2675687\";s:2:\"1x\";s:73:\"https://ps.w.org/speedup-optimization/assets/icon-128x128.png?rev=2675687\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/speedup-optimization/assets/banner-772x250.png?rev=2675687\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.0\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"4.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}}}', 'off'),
(427559, '_site_transient_timeout_wdp_un_local_projects', '1721235717', 'off'),
(427560, '_site_transient_wdp_un_local_projects', 'a:3:{i:1081721;a:7:{s:3:\"pid\";s:7:\"1081721\";s:4:\"name\";s:15:\"Hummingbird Pro\";s:8:\"filename\";s:33:\"wp-hummingbird/wp-hummingbird.php\";s:4:\"path\";s:86:\"/home/denverheirlooms/public_html/wp-content/plugins/wp-hummingbird/wp-hummingbird.php\";s:7:\"version\";s:5:\"3.4.6\";s:4:\"slug\";s:23:\"wpmudev_install-1081721\";s:4:\"type\";s:6:\"plugin\";}i:912164;a:7:{s:3:\"pid\";s:6:\"912164\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"filename\";s:25:\"wp-smush-pro/wp-smush.php\";s:4:\"path\";s:78:\"/home/denverheirlooms/public_html/wp-content/plugins/wp-smush-pro/wp-smush.php\";s:7:\"version\";s:6:\"3.12.6\";s:4:\"slug\";s:22:\"wpmudev_install-912164\";s:4:\"type\";s:6:\"plugin\";}i:119;a:7:{s:3:\"pid\";s:3:\"119\";s:4:\"name\";s:18:\"WPMU DEV Dashboard\";s:8:\"filename\";s:40:\"wpmudev-updates/update-notifications.php\";s:4:\"path\";s:93:\"/home/denverheirlooms/public_html/wp-content/plugins/wpmudev-updates/update-notifications.php\";s:7:\"version\";s:7:\"4.11.22\";s:4:\"slug\";s:19:\"wpmudev_install-119\";s:4:\"type\";s:6:\"plugin\";}}', 'off'),
(427584, '_transient_timeout_ihf_cache_09ffa5e48d19d6bad66c66e2ca8529b4', '1721279345', 'off'),
(427585, '_transient_ihf_cache_09ffa5e48d19d6bad66c66e2ca8529b4', 'a:6:{s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:7:{s:4:\"date\";s:29:\"Thu, 18 Jul 2024 04:09:05 GMT\";s:14:\"content-length\";s:1:\"0\";s:3:\"p3p\";s:68:\"CP=\"NOI DSP COR CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT STA\"\";s:15:\"cf-cache-status\";s:7:\"DYNAMIC\";s:10:\"set-cookie\";s:233:\"__cf_bm=l9gA6zjYVxzBeKNAvwgjJFUQPxR57KoJm9OVfhu77H4-1721275745-1.0.1.1-SAMyHs2BUMkGfqM72fi0IrMmqwf9443VUZxddYuiDPXlDNj.XpGXR_G0TVXx9fPazmx4ItQaU1aBH7LsFcOkDw; path=/; expires=Thu, 18-Jul-24 04:39:05 GMT; domain=.idxhome.com; HttpOnly\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"8a4f9d41eb9f825c-IAD\";}}s:4:\"body\";s:0:\"\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":7:{s:4:\"name\";s:7:\"__cf_bm\";s:5:\"value\";s:149:\"l9gA6zjYVxzBeKNAvwgjJFUQPxR57KoJm9OVfhu77H4-1721275745-1.0.1.1-SAMyHs2BUMkGfqM72fi0IrMmqwf9443VUZxddYuiDPXlDNj.XpGXR_G0TVXx9fPazmx4ItQaU1aBH7LsFcOkDw\";s:7:\"expires\";i:1721277545;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:11:\"idxhome.com\";s:4:\"port\";N;s:9:\"host_only\";b:0;}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:23:\"WpOrg\\Requests\\Response\":10:{s:4:\"body\";s:0:\"\";s:3:\"raw\";s:492:\"HTTP/1.1 200 OK\r\nDate: Thu, 18 Jul 2024 04:09:05 GMT\r\nContent-Length: 0\r\nConnection: close\r\nP3P: CP=\"NOI DSP COR CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT STA\"\r\nCF-Cache-Status: DYNAMIC\r\nSet-Cookie: __cf_bm=l9gA6zjYVxzBeKNAvwgjJFUQPxR57KoJm9OVfhu77H4-1721275745-1.0.1.1-SAMyHs2BUMkGfqM72fi0IrMmqwf9443VUZxddYuiDPXlDNj.XpGXR_G0TVXx9fPazmx4ItQaU1aBH7LsFcOkDw; path=/; expires=Thu, 18-Jul-24 04:39:05 GMT; domain=.idxhome.com; HttpOnly\r\nServer: cloudflare\r\nCF-RAY: 8a4f9d41eb9f825c-IAD\r\n\r\n\";s:7:\"headers\";O:31:\"WpOrg\\Requests\\Response\\Headers\":1:{s:7:\"\0*\0data\";a:7:{s:4:\"date\";a:1:{i:0;s:29:\"Thu, 18 Jul 2024 04:09:05 GMT\";}s:14:\"content-length\";a:1:{i:0;s:1:\"0\";}s:3:\"p3p\";a:1:{i:0;s:68:\"CP=\"NOI DSP COR CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT STA\"\";}s:15:\"cf-cache-status\";a:1:{i:0;s:7:\"DYNAMIC\";}s:10:\"set-cookie\";a:1:{i:0;s:233:\"__cf_bm=l9gA6zjYVxzBeKNAvwgjJFUQPxR57KoJm9OVfhu77H4-1721275745-1.0.1.1-SAMyHs2BUMkGfqM72fi0IrMmqwf9443VUZxddYuiDPXlDNj.XpGXR_G0TVXx9fPazmx4ItQaU1aBH7LsFcOkDw; path=/; expires=Thu, 18-Jul-24 04:39:05 GMT; domain=.idxhome.com; HttpOnly\";}s:6:\"server\";a:1:{i:0;s:10:\"cloudflare\";}s:6:\"cf-ray\";a:1:{i:0;s:20:\"8a4f9d41eb9f825c-IAD\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:171:\"http://www.idxhome.com/service/wordpress?requestType=resources&authenticationToken=42346e56-f672-4b95-8a30-b97dca0d8a45&version=7.3.1&leadCaptureSupport=true&phpStyle=true\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:25:\"WpOrg\\Requests\\Cookie\\Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:7:\"__cf_bm\";O:21:\"WpOrg\\Requests\\Cookie\":5:{s:4:\"name\";s:7:\"__cf_bm\";s:5:\"value\";s:149:\"l9gA6zjYVxzBeKNAvwgjJFUQPxR57KoJm9OVfhu77H4-1721275745-1.0.1.1-SAMyHs2BUMkGfqM72fi0IrMmqwf9443VUZxddYuiDPXlDNj.XpGXR_G0TVXx9fPazmx4ItQaU1aBH7LsFcOkDw\";s:10:\"attributes\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:4:{s:4:\"path\";s:1:\"/\";s:7:\"expires\";i:1721277545;s:6:\"domain\";s:11:\"idxhome.com\";s:8:\"httponly\";b:1;}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1721275745;s:11:\"last-access\";i:1721275745;s:10:\"persistent\";b:0;s:9:\"host-only\";b:0;}s:14:\"reference_time\";i:1721275745;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}', 'off'),
(427586, '_transient_doing_cron', '1721526309.9862298965454101562500', 'on'),
(427609, '_site_transient_timeout_bsf_analytics_track', '1721562798', 'off'),
(427610, '_site_transient_bsf_analytics_track', '1', 'off'),
(427611, '_site_transient_timeout_ultimatum_notifications_data', '1721433200', 'off'),
(427612, '_site_transient_ultimatum_notifications_data', '0', 'off'),
(427619, '_site_transient_timeout_wp_theme_files_patterns-8154fbdcd42456bd9992b84f511a0545', '1721528109', 'off'),
(427620, '_site_transient_wp_theme_files_patterns-8154fbdcd42456bd9992b84f511a0545', 'a:2:{s:7:\"version\";s:5:\"0.1.0\";s:8:\"patterns\";a:0:{}}', 'off'),
(427621, '_site_transient_timeout_wp_theme_files_patterns-f3e1dd7fe92f2299d921b6e5a581b0aa', '1721528109', 'off'),
(427622, '_site_transient_wp_theme_files_patterns-f3e1dd7fe92f2299d921b6e5a581b0aa', 'a:2:{s:7:\"version\";s:7:\"2.9.1.5\";s:8:\"patterns\";a:0:{}}', 'off'),
(427623, '_transient_timeout_ihf_cache_0c3be1142fcb46f7640acabdb370fc6e', '1721529909', 'off'),
(427624, '_transient_ihf_cache_0c3be1142fcb46f7640acabdb370fc6e', 'a:6:{s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:7:{s:4:\"date\";s:29:\"Sun, 21 Jul 2024 01:45:09 GMT\";s:14:\"content-length\";s:1:\"0\";s:3:\"p3p\";s:68:\"CP=\"NOI DSP COR CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT STA\"\";s:15:\"cf-cache-status\";s:7:\"DYNAMIC\";s:10:\"set-cookie\";s:256:\"__cf_bm=VDLj6f_BHQpcISQC7ptoS60OIdz_yjQM.tUnZcij4xE-1721526309-1.0.1.1-VWPvki6.QpqiwhtJuguK7B9G_pchd2TFfzqkgiZ2BYxhx5DoaNMmFqApLygX0lbQi9q6ebZtIFbMomAetZYlGQ; path=/; expires=Sun, 21-Jul-24 02:15:09 GMT; domain=.idxhome.com; HttpOnly; Secure; SameSite=None\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"8a67828b4d0d883c-IAD\";}}s:4:\"body\";s:0:\"\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":7:{s:4:\"name\";s:7:\"__cf_bm\";s:5:\"value\";s:149:\"VDLj6f_BHQpcISQC7ptoS60OIdz_yjQM.tUnZcij4xE-1721526309-1.0.1.1-VWPvki6.QpqiwhtJuguK7B9G_pchd2TFfzqkgiZ2BYxhx5DoaNMmFqApLygX0lbQi9q6ebZtIFbMomAetZYlGQ\";s:7:\"expires\";i:1721528109;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:11:\"idxhome.com\";s:4:\"port\";N;s:9:\"host_only\";b:0;}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:23:\"WpOrg\\Requests\\Response\":10:{s:4:\"body\";s:0:\"\";s:3:\"raw\";s:515:\"HTTP/1.1 200 OK\r\nDate: Sun, 21 Jul 2024 01:45:09 GMT\r\nContent-Length: 0\r\nConnection: close\r\nP3P: CP=\"NOI DSP COR CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT STA\"\r\nCF-Cache-Status: DYNAMIC\r\nSet-Cookie: __cf_bm=VDLj6f_BHQpcISQC7ptoS60OIdz_yjQM.tUnZcij4xE-1721526309-1.0.1.1-VWPvki6.QpqiwhtJuguK7B9G_pchd2TFfzqkgiZ2BYxhx5DoaNMmFqApLygX0lbQi9q6ebZtIFbMomAetZYlGQ; path=/; expires=Sun, 21-Jul-24 02:15:09 GMT; domain=.idxhome.com; HttpOnly; Secure; SameSite=None\r\nServer: cloudflare\r\nCF-RAY: 8a67828b4d0d883c-IAD\r\n\r\n\";s:7:\"headers\";O:31:\"WpOrg\\Requests\\Response\\Headers\":1:{s:7:\"\0*\0data\";a:7:{s:4:\"date\";a:1:{i:0;s:29:\"Sun, 21 Jul 2024 01:45:09 GMT\";}s:14:\"content-length\";a:1:{i:0;s:1:\"0\";}s:3:\"p3p\";a:1:{i:0;s:68:\"CP=\"NOI DSP COR CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT STA\"\";}s:15:\"cf-cache-status\";a:1:{i:0;s:7:\"DYNAMIC\";}s:10:\"set-cookie\";a:1:{i:0;s:256:\"__cf_bm=VDLj6f_BHQpcISQC7ptoS60OIdz_yjQM.tUnZcij4xE-1721526309-1.0.1.1-VWPvki6.QpqiwhtJuguK7B9G_pchd2TFfzqkgiZ2BYxhx5DoaNMmFqApLygX0lbQi9q6ebZtIFbMomAetZYlGQ; path=/; expires=Sun, 21-Jul-24 02:15:09 GMT; domain=.idxhome.com; HttpOnly; Secure; SameSite=None\";}s:6:\"server\";a:1:{i:0;s:10:\"cloudflare\";}s:6:\"cf-ray\";a:1:{i:0;s:20:\"8a67828b4d0d883c-IAD\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:172:\"https://www.idxhome.com/service/wordpress?requestType=resources&authenticationToken=42346e56-f672-4b95-8a30-b97dca0d8a45&version=7.3.1&leadCaptureSupport=true&phpStyle=true\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:25:\"WpOrg\\Requests\\Cookie\\Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:7:\"__cf_bm\";O:21:\"WpOrg\\Requests\\Cookie\":5:{s:4:\"name\";s:7:\"__cf_bm\";s:5:\"value\";s:149:\"VDLj6f_BHQpcISQC7ptoS60OIdz_yjQM.tUnZcij4xE-1721526309-1.0.1.1-VWPvki6.QpqiwhtJuguK7B9G_pchd2TFfzqkgiZ2BYxhx5DoaNMmFqApLygX0lbQi9q6ebZtIFbMomAetZYlGQ\";s:10:\"attributes\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:6:{s:4:\"path\";s:1:\"/\";s:7:\"expires\";i:1721528109;s:6:\"domain\";s:11:\"idxhome.com\";s:8:\"httponly\";b:1;s:6:\"secure\";b:1;s:8:\"samesite\";s:4:\"None\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1721526309;s:11:\"last-access\";i:1721526309;s:10:\"persistent\";b:0;s:9:\"host-only\";b:0;}s:14:\"reference_time\";i:1721526309;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}', 'off');
-- --------------------------------------------------------
--
-- Table structure for table `wp_plgwap2_config`
--
CREATE TABLE `wp_plgwap2_config` (
`id` int(11) NOT NULL,
`var_name` char(255) NOT NULL,
`var_value` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `wp_plgwap2_config`
--
INSERT INTO `wp_plgwap2_config` (`id`, `var_name`, `var_value`) VALUES
(1, 'last_core_update', '2024-07-21'),
(2, 'email_for_notifications', 'info@highelevation.net'),
(3, 'send_notifications', '1'),
(4, 'access_key', '02b02fa8214e6415b2e4e67ce8d23ca4'),
(5, 'show_protectedby', '1'),
(6, 'protect_login_page', '1'),
(7, 'captcha_secret_key', '6Ld-vG4UAAAAAB3P5AKmtRWfQtrRdhvjNMEBRH7Z'),
(8, 'captcha_site_key', '6Ld-vG4UAAAAAGG5_2lsJYLUGn6KzK1zpRnOcoHd'),
(9, 'rules_blocked_ip', ''),
(10, 'rules_allowed_ip', ''),
(11, 'rules_blocked_files', ''),
(12, 'rules_blocked_urls', ''),
(13, 'enable_access_notification', ''),
(14, 'enable_2fa', ''),
(15, 'send_notification_success', ''),
(16, 'send_notification_failed', ''),
(17, 'notification_email', 'info@highelevation.net'),
(18, 'send_by_telegram', ''),
(19, 'telegram_bot_api_token', ''),
(20, 'chat_id', ''),
(21, 'reg_code', '');
-- --------------------------------------------------------
--
-- 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) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4, 6, '_edit_last', '1'),
(5, 6, '_edit_lock', '1453062285:1'),
(20, 15, 'aq_block_1', 'a:10:{s:5:\"title\";s:7:\"Welcome\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"0\";s:7:\"id_base\";s:13:\"aq_text_block\";s:4:\"name\";s:4:\"Text\";s:5:\"order\";s:1:\"1\";s:4:\"size\";s:6:\"span12\";s:6:\"parent\";s:1:\"0\";s:6:\"number\";s:1:\"1\";s:11:\"template_id\";s:2:\"15\";}'),
(22, 15, 'aq_block_2', 'a:10:{s:5:\"title\";s:0:\"\";s:3:\"img\";s:88:\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/01/DSC_02061.jpg\";s:6:\"height\";s:2:\"80\";s:7:\"id_base\";s:14:\"aq_image_block\";s:4:\"name\";s:5:\"Image\";s:5:\"order\";s:1:\"2\";s:4:\"size\";s:5:\"span4\";s:6:\"parent\";s:1:\"0\";s:6:\"number\";s:1:\"2\";s:11:\"template_id\";s:2:\"15\";}'),
(23, 15, 'aq_block_3', 'a:10:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1765:\" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt magna quis est lobortis, vitae aliquet lorem feugiat. Nam vitae tempus lacus. Pellentesque laoreet est id nunc dapibus vestibulum. Integer ut lobortis est. Vestibulum vitae elementum magna. Donec commodo lorem at lectus ullamcorper suscipit. Sed mollis libero libero, id vehicula dui feugiat viverra.\n\nNullam pellentesque, erat ac pulvinar sodales, lacus nisl bibendum mauris, vel facilisis felis sapien quis nisl. Sed sit amet mi tincidunt, mollis nisi vitae, varius orci. Duis rhoncus id lectus sed lobortis. Praesent sollicitudin sed turpis non tincidunt. Sed dictum elit eget faucibus molestie. Nam vel maximus ipsum, a dignissim augue. Cras rutrum diam in malesuada semper. Fusce pellentesque vitae est at pretium. Donec ac aliquet elit, in commodo mauris. Nunc tempus odio quam, sit amet interdum velit maximus ut. Cras efficitur nulla justo, nec viverra nisi lacinia eget. Nulla a magna est. Mauris sodales nulla non tortor varius gravida.\n\nEtiam nec justo tellus. Quisque vulputate varius nulla ut porta. Suspendisse potenti. Ut pulvinar hendrerit eros, ut volutpat risus laoreet in. Nulla eget lectus dignissim, volutpat neque eget, pellentesque mauris. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi porta augue quis felis venenatis ultricies. Etiam suscipit aliquam vehicula. Nulla pulvinar odio enim, eget vulputate arcu eleifend vitae. Donec tempor, eros vel aliquam ornare, odio quam efficitur turpis, consectetur volutpat velit nibh eu metus. Donec congue turpis eget rhoncus aliquet. Nam elit turpis, laoreet in pretium eget, porttitor eu nibh. Etiam maximus in urna ut facilisis. Donec ullamcorper dolor eu sem auctor maximus. \";s:6:\"filter\";s:1:\"0\";s:7:\"id_base\";s:13:\"aq_text_block\";s:4:\"name\";s:4:\"Text\";s:5:\"order\";s:1:\"3\";s:4:\"size\";s:5:\"span8\";s:6:\"parent\";s:1:\"0\";s:6:\"number\";s:1:\"3\";s:11:\"template_id\";s:2:\"15\";}'),
(24, 15, 'aq_block_4', 'a:9:{s:5:\"title\";s:0:\"\";s:7:\"sidebar\";s:9:\"sidebar-1\";s:7:\"id_base\";s:16:\"aq_widgets_block\";s:4:\"name\";s:7:\"Widgets\";s:5:\"order\";s:1:\"4\";s:4:\"size\";s:6:\"span12\";s:6:\"parent\";s:1:\"0\";s:6:\"number\";s:1:\"4\";s:11:\"template_id\";s:2:\"15\";}'),
(29, 6, '_testimonial_by', 'example user'),
(30, 6, '_testimonial_site', 'Example company'),
(31, 6, '_testimonial_star', '5'),
(32, 6, '_testimonial_sslider_nolink', '1'),
(35, 15, 'aq_block_5', 'a:9:{s:5:\"title\";s:0:\"\";s:7:\"sidebar\";s:10:\"sidebar-16\";s:7:\"id_base\";s:16:\"aq_widgets_block\";s:4:\"name\";s:7:\"Widgets\";s:5:\"order\";s:1:\"5\";s:4:\"size\";s:6:\"span12\";s:6:\"parent\";s:1:\"0\";s:6:\"number\";s:1:\"5\";s:11:\"template_id\";s:2:\"15\";}'),
(38, 22, '_edit_last', '1'),
(39, 22, '_edit_lock', '1453062636:1'),
(40, 22, '_testimonial_by', 'example user'),
(41, 22, '_testimonial_site', 'Example company'),
(42, 22, '_testimonial_star', '5'),
(43, 22, '_testimonial_sslider_nolink', '1'),
(44, 22, '_dp_original', '6'),
(45, 23, '_edit_last', '1'),
(46, 23, '_edit_lock', '1453063316:1'),
(47, 23, '_testimonial_by', 'example user'),
(48, 23, '_testimonial_site', 'Example company'),
(49, 23, '_testimonial_star', '5'),
(50, 23, '_testimonial_sslider_nolink', '1'),
(52, 23, '_dp_original', '22'),
(53, 24, '_edit_last', '1'),
(54, 24, '_edit_lock', '1453063130:1'),
(55, 24, '_link', ''),
(56, 25, '_edit_last', '1'),
(57, 25, '_edit_lock', '1453063145:1'),
(58, 25, '_link', ''),
(59, 25, '_dp_original', '24'),
(60, 26, '_edit_last', '1'),
(61, 26, '_edit_lock', '1453063311:1'),
(62, 26, '_link', ''),
(64, 26, '_dp_original', '25'),
(65, 27, '_edit_last', '1'),
(66, 27, '_edit_lock', '1453209139:1'),
(67, 15, 'aq_block_6', 'a:10:{s:15:\"horizontal_line\";s:6:\"single\";s:6:\"height\";s:1:\"1\";s:10:\"line_color\";s:7:\"#c1aa74\";s:7:\"id_base\";s:14:\"aq_clear_block\";s:4:\"name\";s:5:\"Clear\";s:5:\"order\";s:1:\"6\";s:4:\"size\";s:6:\"span12\";s:6:\"parent\";s:1:\"0\";s:6:\"number\";s:1:\"6\";s:11:\"template_id\";s:2:\"15\";}'),
(70, 31, '_edit_last', '1'),
(71, 31, '_edit_lock', '1454735761:1'),
(72, 31, 'incsub_event_venue', 'Clemson, SC'),
(73, 31, 'incsub_event_status', 'archived'),
(74, 31, 'incsub_event_paid', '1'),
(75, 31, 'incsub_event_fee', '240'),
(76, 31, 'eab_event_recurring', ''),
(77, 31, 'eab_event_recurrence_parts', 'a:6:{s:5:\"month\";s:1:\"1\";s:3:\"day\";s:0:\"\";s:7:\"weekday\";s:6:\"Monday\";s:4:\"week\";s:1:\"1\";s:4:\"time\";s:0:\"\";s:8:\"duration\";s:0:\"\";}'),
(78, 31, 'eab_event_recurrence_starts', '1453420800'),
(79, 31, 'eab_event_recurrence_ends', '1456099200'),
(84, 15, 'aq_block_7', 'a:9:{s:5:\"title\";s:0:\"\";s:7:\"sidebar\";s:10:\"sidebar-15\";s:7:\"id_base\";s:16:\"aq_widgets_block\";s:4:\"name\";s:7:\"Widgets\";s:5:\"order\";s:1:\"7\";s:4:\"size\";s:6:\"span12\";s:6:\"parent\";s:1:\"0\";s:6:\"number\";s:1:\"7\";s:11:\"template_id\";s:2:\"15\";}'),
(93, 42, '_edit_last', '4'),
(94, 42, '_wp_page_template', 'default'),
(95, 42, '_edit_lock', '1669750285:4'),
(105, 42, 'layout', 'list-post'),
(106, 42, 'content_width', 'default_width'),
(107, 42, 'imagefilter_options', 'initial'),
(108, 42, 'imagefilter_options_hover', 'initial'),
(109, 42, 'imagefilter_applyto', 'initial'),
(110, 42, 'body_background_repeat', 'fullcover'),
(111, 42, 'color_scheme_mode', 'color-presets'),
(112, 42, 'color_design', 'default'),
(113, 42, 'typography_mode', 'typography-presets'),
(114, 42, 'font_design', 'default'),
(115, 42, 'body_font', 'default'),
(116, 42, 'heading_font', 'default'),
(117, 42, 'header_design', 'header-horizontal'),
(118, 42, 'fixed_header', 'yes'),
(119, 42, 'full_height_header', 'default'),
(120, 42, 'header_wrap', 'solid'),
(121, 42, 'background_repeat', 'fullcover'),
(122, 42, 'footer_design', 'default'),
(123, 42, 'page_layout', 'sidebar-none'),
(124, 42, 'hide_page_title', 'yes'),
(125, 42, 'order', 'desc'),
(126, 42, 'orderby', 'content'),
(127, 42, 'display_content', 'content'),
(128, 42, 'feature_size_page', 'blank'),
(129, 42, 'hide_title', 'default'),
(130, 42, 'unlink_title', 'default'),
(131, 42, 'hide_date', 'default'),
(132, 42, 'hide_image', 'default'),
(133, 42, 'unlink_image', 'default'),
(134, 42, 'hide_navigation', 'default'),
(135, 42, 'portfolio_order', 'desc'),
(136, 42, 'portfolio_orderby', 'content'),
(137, 42, 'portfolio_layout', 'list-post'),
(138, 42, 'portfolio_display_content', 'content'),
(139, 42, 'portfolio_feature_size_page', 'blank'),
(140, 42, 'portfolio_hide_title', 'default'),
(141, 42, 'portfolio_unlink_title', 'default'),
(142, 42, 'portfolio_hide_meta_all', 'default'),
(143, 42, 'portfolio_hide_image', 'default'),
(144, 42, 'portfolio_unlink_image', 'default'),
(145, 42, 'portfolio_hide_navigation', 'default'),
(146, 42, 'builder_switch_frontend', '0'),
(148, 42, '_wpb_vc_js_status', 'true'),
(150, 42, 'exclude_site_logo', 'no'),
(151, 42, 'exclude_social_widget', 'no'),
(152, 42, 'exclude_menu_navigation', 'no'),
(153, 42, 'footer_widget_position', 'top'),
(155, 50, '_menu_item_type', 'post_type'),
(156, 50, '_menu_item_menu_item_parent', '0'),
(157, 50, '_menu_item_object_id', '42'),
(158, 50, '_menu_item_object', 'page'),
(159, 50, '_menu_item_target', ''),
(160, 50, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(161, 50, '_menu_item_xfn', ''),
(162, 50, '_menu_item_url', ''),
(175, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(176, 53, '_edit_last', '1'),
(177, 53, '_edit_lock', '1454635307:1'),
(183, 3424, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(185, 3424, 'post_image', NULL),
(186, 3424, 'theme_info', 'a:9:{s:20:\"tf_theme_description\";s:195:\"Hi, I\'m the Base theme generated by Themify Flow. Feel free to duplicate me and start customizing it. When you are done, you can export it to any WordPress site that has Flow installed. Have fun!\";s:15:\"tf_theme_author\";s:4:\"Flow\";s:20:\"tf_theme_author_link\";s:22:\"http://themifyflow.com\";s:16:\"tf_theme_version\";s:5:\"1.0.1\";s:19:\"tf_theme_screenshot\";s:10:\"screenshot\";s:29:\"tf_theme_screenshot_attach_id\";s:4:\"3488\";s:32:\"tf_import_base_template_and_part\";b:0;s:19:\"tf_theme_form_state\";s:4:\"edit\";s:9:\"_theme_id\";s:4:\"3424\";}'),
(187, 3424, 'tf_theme_style_global', 'a:1:{s:6:\"global\";a:2:{s:6:\"module\";s:6:\"global\";s:8:\"settings\";a:16:{s:9:\"body_main\";a:3:{s:18:\"tf_font_properties\";s:115:\"{\"color\":\"000000\",\"opacity\":\"1.00\",\"family\":{\"name\":\"Domine\",\"variant\":\"regular\",\"subsets\":\"\",\"fonttype\":\"google\"}}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";s:23:\"tf_customcss_properties\";s:10:\"{\"css\":\"\"}\";}s:9:\"body_link\";a:2:{s:18:\"tf_font_properties\";s:102:\"{\"color\":\"000000\",\"opacity\":\"1.00\",\"italic\":\"\",\"bold\":\"\",\"underline\":\"\",\"linethrough\":\"\",\"nostyle\":\"\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:8:\"heading1\";a:2:{s:18:\"tf_font_properties\";s:33:\"{\"color\":\"none\",\"opacity\":\"1.00\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:8:\"heading2\";a:2:{s:18:\"tf_font_properties\";s:33:\"{\"color\":\"none\",\"opacity\":\"1.00\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:8:\"heading3\";a:2:{s:18:\"tf_font_properties\";s:33:\"{\"color\":\"none\",\"opacity\":\"1.00\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:8:\"heading4\";a:2:{s:18:\"tf_font_properties\";s:33:\"{\"color\":\"none\",\"opacity\":\"1.00\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:8:\"heading5\";a:2:{s:18:\"tf_font_properties\";s:33:\"{\"color\":\"none\",\"opacity\":\"1.00\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:8:\"heading6\";a:2:{s:18:\"tf_font_properties\";s:33:\"{\"color\":\"none\",\"opacity\":\"1.00\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:10:\"form_input\";a:2:{s:20:\"tf_border_properties\";s:77:\"{\"same\":\"same\",\"color\":\"9e9e9e\",\"opacity\":\"1.00\",\"style\":\"solid\",\"width\":\"1\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:11:\"form_button\";a:2:{s:18:\"tf_font_properties\";s:63:\"{\"color\":\"ffffff\",\"opacity\":\"1.00\",\"texttransform\":\"uppercase\"}\";s:24:\"tf_background_properties\";s:55:\"{\"color\":\"000000\",\"opacity\":\"1.00\",\"style\":\"fullcover\"}\";}s:15:\"body_link_hover\";a:2:{s:18:\"tf_font_properties\";s:99:\"{\"italic\":\"\",\"bold\":\"\",\"underline\":\"\",\"linethrough\":\"\",\"nostyle\":\"\",\"color\":false,\"opacity\":\"1.00\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:17:\"form_button_hover\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:11:\"header_main\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:12:\"sidebar_main\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:11:\"footer_main\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:8:\"pagewrap\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}}'),
(188, 3424, '_wp_attached_file', '2015/06/screenshot.png'),
(189, 3424, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2015/06/screenshot.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"screenshot-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"screenshot-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),
(190, 3477, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(191, 3477, 'tf_template_header_option', 'default'),
(192, 3477, 'tf_template_sidebar_option', 'sidebar_none'),
(193, 3477, 'tf_template_footer_option', 'default'),
(194, 3477, 'tf_template_type', 'page'),
(195, 3477, 'tf_template_assign', 'a:1:{s:4:\"page\";a:1:{i:404;s:2:\"on\";}}'),
(196, 3477, 'tf_template_custom_css_class', ''),
(197, 3477, 'associated_theme', 'base'),
(198, 3477, 'tf_template_region_header', 'base-header'),
(199, 3477, 'tf_template_region_sidebar', ''),
(200, 3477, 'tf_template_region_footer', 'base-footer'),
(201, 3477, 'tf_template_style_modules', 'a:1:{s:13:\"55652a7076f6d\";a:2:{s:6:\"module\";s:3:\"row\";s:8:\"settings\";a:1:{s:16:\"tf_row_container\";a:2:{s:18:\"tf_font_properties\";s:18:\"{\"align\":\"center\"}\";s:21:\"tf_padding_properties\";s:99:\"{\"top\":{\"unit\":\"%\",\"width\":\"8\"},\"unit\":\"%\",\"same\":\"\",\"width\":\"8\",\"bottom\":{\"width\":\"8\",\"unit\":\"%\"}}\";}}}}'),
(202, 3477, '_edit_lock', '1433473985:1'),
(203, 3431, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(204, 3431, 'tf_template_header_option', 'default'),
(205, 3431, 'tf_template_sidebar_option', 'sidebar_none'),
(206, 3431, 'tf_template_footer_option', 'default'),
(207, 3431, 'tf_template_type', 'page'),
(208, 3431, 'tf_template_assign', 'a:1:{s:4:\"page\";a:1:{s:4:\"home\";s:2:\"on\";}}'),
(209, 3431, 'tf_template_custom_css_class', ''),
(210, 3431, 'associated_theme', 'base'),
(211, 3431, 'tf_template_region_header', 'base-header'),
(212, 3431, 'tf_template_region_sidebar', ''),
(213, 3431, 'tf_template_region_footer', 'base-footer'),
(214, 3431, 'tf_template_style_modules', 'a:0:{}'),
(215, 3431, '_edit_lock', '1433473980:1'),
(216, 3430, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(217, 3430, 'tf_template_header_option', 'default'),
(218, 3430, 'tf_template_sidebar_option', 'sidebar_right'),
(219, 3430, 'tf_template_footer_option', 'default'),
(220, 3430, 'tf_template_type', 'archive'),
(221, 3430, 'tf_template_assign', 'a:1:{s:7:\"archive\";a:1:{s:7:\"archive\";a:1:{s:9:\"is_search\";s:2:\"on\";}}}'),
(222, 3430, 'tf_template_custom_css_class', ''),
(223, 3430, 'associated_theme', 'base'),
(224, 3430, 'tf_template_region_header', 'base-header'),
(225, 3430, 'tf_template_region_sidebar', 'base-sidebar'),
(226, 3430, 'tf_template_region_footer', 'base-footer'),
(227, 3430, 'tf_template_style_modules', 'a:0:{}'),
(228, 3430, '_edit_lock', '1433577172:1'),
(229, 3429, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(230, 3429, 'tf_template_header_option', 'default'),
(231, 3429, 'tf_template_sidebar_option', 'sidebar_right'),
(232, 3429, 'tf_template_footer_option', 'default'),
(233, 3429, 'tf_template_type', 'single'),
(234, 3429, 'tf_template_assign', 'a:1:{s:6:\"single\";a:2:{s:8:\"category\";a:1:{s:3:\"all\";s:2:\"on\";}s:9:\"post_type\";a:2:{s:4:\"post\";s:2:\"on\";s:10:\"attachment\";s:2:\"on\";}}}'),
(235, 3429, 'tf_template_custom_css_class', ''),
(236, 3429, 'associated_theme', 'base'),
(237, 3429, 'tf_template_region_header', 'base-header'),
(238, 3429, 'tf_template_region_sidebar', 'base-sidebar'),
(239, 3429, 'tf_template_region_footer', 'base-footer'),
(240, 3429, 'tf_template_style_modules', 'a:4:{s:13:\"555fb10e5a22c\";a:2:{s:6:\"module\";s:8:\"comments\";s:8:\"settings\";a:2:{s:28:\"tf_module_comments_container\";a:3:{s:20:\"tf_border_properties\";s:164:\"{\"color\":\"ebebeb\",\"top\":{\"style\":\"solid\",\"color\":\"ebebeb\",\"opacity\":\"1.00\",\"width\":\"3\"},\"style\":\"solid\",\"same\":\"\",\"opacity\":\"1.00\",\"width\":\"3\",\"right\":{\"color\":\"\"}}\";s:21:\"tf_padding_properties\";s:45:\"{\"top\":{\"width\":\"20\"},\"width\":\"20\",\"same\":\"\"}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:24:\"tf_module_comments_title\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}s:13:\"555fb0e752c74\";a:2:{s:6:\"module\";s:10:\"author-box\";s:8:\"settings\";a:4:{s:30:\"tf_module_author_box_container\";a:1:{s:24:\"tf_background_properties\";s:51:\"{\"style\":\"fullcover\",\"color\":\"88\",\"opacity\":\"1.00\"}\";}s:25:\"tf_module_author_box_name\";a:2:{s:24:\"tf_background_properties\";s:52:\"{\"style\":\"fullcover\",\"color\":false,\"opacity\":\"1.00\"}\";s:18:\"tf_font_properties\";s:30:\"{\"sizenum\":\"\",\"sizeunit\":\"em\"}\";}s:24:\"tf_module_author_box_bio\";a:1:{s:24:\"tf_background_properties\";s:52:\"{\"style\":\"fullcover\",\"color\":false,\"opacity\":\"1.00\"}\";}s:27:\"tf_module_author_box_avatar\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}s:13:\"555fb0fe7c100\";a:2:{s:6:\"module\";s:14:\"next_prev_post\";s:8:\"settings\";a:1:{s:34:\"tf_module_prev_next_post_container\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}s:13:\"555fb0be559a0\";a:2:{s:6:\"module\";s:11:\"single-loop\";s:8:\"settings\";a:1:{s:31:\"tf_module_single_loop_container\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}}'),
(241, 3429, '_edit_lock', '1433897968:1'),
(242, 3563, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(243, 3563, 'tf_template_header_option', 'default'),
(244, 3563, 'tf_template_sidebar_option', 'sidebar_right'),
(245, 3563, 'tf_template_footer_option', 'default'),
(246, 3563, 'tf_template_type', 'archive'),
(247, 3563, 'tf_template_assign', 'a:1:{s:7:\"archive\";a:4:{s:8:\"category\";a:1:{s:3:\"all\";s:2:\"on\";}s:8:\"post_tag\";a:1:{s:3:\"all\";s:2:\"on\";}s:7:\"archive\";a:8:{s:9:\"is_search\";s:2:\"on\";s:7:\"is_date\";s:2:\"on\";s:9:\"is_author\";s:2:\"on\";s:7:\"is_year\";s:2:\"on\";s:6:\"is_day\";s:2:\"on\";s:8:\"is_month\";s:2:\"on\";s:7:\"is_home\";s:2:\"on\";s:9:\"post_type\";a:2:{s:4:\"post\";s:2:\"on\";s:10:\"attachment\";s:2:\"on\";}}s:3:\"tax\";a:1:{s:11:\"post_format\";s:2:\"on\";}}}'),
(248, 3563, 'tf_template_custom_css_class', ''),
(249, 3563, 'associated_theme', 'base'),
(250, 3563, '_edit_lock', '1434590758:1'),
(251, 3563, 'tf_template_style_modules', 'a:3:{s:13:\"5565131f9df72\";a:2:{s:6:\"module\";s:14:\"category-title\";s:8:\"settings\";a:1:{s:24:\"tf_module_category_title\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}s:13:\"555fafd5c2f06\";a:1:{s:6:\"module\";s:12:\"archive-loop\";}s:13:\"557110d634d1d\";a:2:{s:6:\"module\";s:12:\"archive-loop\";s:8:\"settings\";a:1:{s:30:\"tf_module_archive_loop_wrapper\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}}'),
(252, 3563, 'tf_template_region_footer', 'base-footer'),
(253, 3563, 'tf_template_region_sidebar', 'base-sidebar'),
(254, 3563, 'tf_template_region_header', 'base-header'),
(255, 3556, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(256, 3556, 'associated_theme', 'base'),
(257, 3556, 'tf_template_part_custom_css_class', ''),
(258, 3556, 'tf_template_style_modules', 'a:5:{s:13:\"5570f249385dd\";a:2:{s:6:\"module\";s:9:\"site-logo\";s:8:\"settings\";a:2:{s:29:\"tf_module_site_logo_container\";a:2:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";s:20:\"tf_margin_properties\";s:35:\"{\"bottom\":{\"width\":\"20\"},\"same\":\"\"}\";}s:19:\"tf_module_site_logo\";a:2:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";s:18:\"tf_font_properties\";s:83:\"{\"family\":{\"variant\":\"\"},\"texttransform\":\"uppercase\",\"sizenum\":\"3\",\"sizeunit\":\"em\"}\";}}}s:13:\"5570f244b586f\";a:2:{s:6:\"module\";s:3:\"row\";s:8:\"settings\";a:1:{s:16:\"tf_row_container\";a:3:{s:24:\"tf_background_properties\";s:58:\"{\"style\":\"fullcover\",\"color\":\"5FB7C2\",\"noimage\":\"noimage\"}\";s:18:\"tf_font_properties\";s:18:\"{\"align\":\"center\"}\";s:21:\"tf_padding_properties\";s:102:\"{\"top\":{\"width\":\"3\",\"unit\":\"em\"},\"width\":\"3\",\"same\":\"\",\"unit\":\"em\",\"bottom\":{\"width\":\"1\",\"unit\":\"em\"}}\";}}}s:13:\"5570f29739427\";a:2:{s:6:\"module\";s:4:\"menu\";s:8:\"settings\";a:5:{s:24:\"tf_module_menu_container\";a:2:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";s:18:\"tf_font_properties\";s:17:\"{\"align\":\"right\"}\";}s:28:\"tf_module_menu_dropdown_link\";a:2:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";s:18:\"tf_font_properties\";s:35:\"{\"color\":\"000000\",\"opacity\":\"1.00\"}\";}s:34:\"tf_module_menu_dropdown_link_hover\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:19:\"tf_module_menu_link\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}s:33:\"tf_module_menu_dropdown_container\";a:1:{s:24:\"tf_background_properties\";s:55:\"{\"style\":\"fullcover\",\"color\":\"ffffff\",\"opacity\":\"1.00\"}\";}}}s:13:\"56b412bd85858\";a:2:{s:6:\"module\";s:3:\"row\";s:8:\"settings\";a:1:{s:16:\"tf_row_container\";a:3:{s:24:\"tf_background_properties\";s:58:\"{\"style\":\"fullcover\",\"color\":\"D6BE7E\",\"noimage\":\"noimage\"}\";s:18:\"tf_font_properties\";s:31:\"{\"align\":\"center\",\"linenum\":\"\"}\";s:21:\"tf_padding_properties\";s:99:\"{\"top\":{\"width\":\"\",\"unit\":\"em\"},\"width\":\"\",\"same\":\"\",\"unit\":\"em\",\"bottom\":{\"width\":\"\",\"unit\":\"em\"}}\";}}}s:13:\"56b412bd86028\";a:2:{s:6:\"module\";s:4:\"icon\";s:8:\"settings\";a:3:{s:24:\"tf_module_icon_container\";a:3:{s:24:\"tf_background_properties\";s:41:\"{\"style\":\"fullcover\",\"noimage\":\"noimage\"}\";s:20:\"tf_margin_properties\";s:33:\"{\"bottom\":{\"width\":\"\"},\"same\":\"\"}\";s:18:\"tf_font_properties\";s:17:\"{\"align\":\"right\"}\";}s:19:\"tf_module_icon_icon\";a:2:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";s:19:\"tf_float_properties\";s:12:\"{\"float\":\"\"}\";}s:20:\"tf_module_icon_label\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}}'),
(259, 3556, '_edit_lock', '1434745328:26'),
(260, 3428, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(261, 3428, 'tf_template_style_modules', 'a:1:{s:13:\"555fa673799d0\";a:2:{s:6:\"module\";s:11:\"widget_area\";s:8:\"settings\";a:1:{s:31:\"tf_module_widget_area_container\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}}'),
(262, 3428, 'tf_template_part_custom_css_class', ''),
(263, 3428, 'associated_theme', 'base'),
(264, 3427, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(265, 3427, 'tf_template_style_modules', 'a:7:{s:13:\"555fa4726324e\";a:2:{s:6:\"module\";s:3:\"row\";s:8:\"settings\";a:1:{s:16:\"tf_row_container\";a:3:{s:24:\"tf_background_properties\";s:55:\"{\"align\":\"center\",\"color\":\"f2f2f2\",\"style\":\"fullcover\"}\";s:18:\"tf_font_properties\";s:16:\"{\"align\":\"left\"}\";s:21:\"tf_padding_properties\";s:125:\"{\"top\":{\"width\":\"3\",\"unit\":\"em\"},\"width\":\"3\",\"same\":\"\",\"unit\":\"em\",\"bottom\":{\"width\":\"1.2\",\"unit\":\"em\"},\"right\":{\"width\":\"\"}}\";}}}s:13:\"555fa47d6d154\";a:2:{s:6:\"module\";s:4:\"text\";s:8:\"settings\";a:1:{s:24:\"tf_module_text_container\";a:4:{s:18:\"tf_font_properties\";s:33:\"{\"sizenum\":\".85\",\"sizeunit\":\"em\"}\";s:20:\"tf_border_properties\";s:122:\"{\"top\":{\"color\":\"\",\"opacity\":\"1.01\",\"style\":\"\",\"width\":\"\"},\"color\":false,\"opacity\":\"1.01\",\"same\":\"\",\"style\":\"\",\"width\":\"\"}\";s:21:\"tf_padding_properties\";s:65:\"{\"top\":{\"width\":\"\"},\"width\":\"\",\"same\":\"\",\"bottom\":{\"width\":\"10\"}}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}s:13:\"55652817d2ad2\";a:2:{s:6:\"module\";s:4:\"text\";s:8:\"settings\";a:1:{s:24:\"tf_module_text_container\";a:4:{s:18:\"tf_font_properties\";s:49:\"{\"sizenum\":\".85\",\"sizeunit\":\"em\",\"align\":\"right\"}\";s:20:\"tf_border_properties\";s:123:\"{\"top\":{\"color\":\"\",\"opacity\":\"1.01\",\"style\":\"\",\"width\":\"\"},\"color\":\"none\",\"opacity\":\"1.01\",\"same\":\"\",\"style\":\"\",\"width\":\"\"}\";s:21:\"tf_padding_properties\";s:64:\"{\"top\":{\"width\":\"\"},\"width\":\"\",\"same\":\"\",\"bottom\":{\"width\":\"5\"}}\";s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}s:13:\"5565286e75dcb\";a:2:{s:6:\"module\";s:7:\"divider\";s:8:\"settings\";a:1:{s:10:\"tf_divider\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}s:13:\"556525aa30ee7\";a:2:{s:6:\"module\";s:6:\"widget\";s:8:\"settings\";a:1:{s:26:\"tf_module_widget_container\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}s:13:\"556525bc957d9\";a:2:{s:6:\"module\";s:6:\"widget\";s:8:\"settings\";a:1:{s:26:\"tf_module_widget_container\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}s:13:\"557e375570b89\";a:2:{s:6:\"module\";s:6:\"widget\";s:8:\"settings\";a:1:{s:26:\"tf_module_widget_container\";a:1:{s:24:\"tf_background_properties\";s:21:\"{\"style\":\"fullcover\"}\";}}}}'),
(266, 3427, 'tf_template_part_custom_css_class', ''),
(267, 3427, 'associated_theme', 'base'),
(270, 3424, 'tf_active_theme', 'true'),
(289, 42, 'ultimatum_layout', '5'),
(294, 42, '_wpb_shortcodes_custom_css', '.vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1515624803642{margin-bottom: 30px !important;}.vc_custom_1517081851948{background-color: #dddddd !important;}.vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669746921851{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1532564874100{margin-top: -10px !important;}'),
(295, 31, 'ultimatum_video', ''),
(296, 31, 'ultimatum_author', 'false'),
(297, 31, 'ultimatum_layout', ''),
(298, 31, 'slide_template', 'default'),
(299, 31, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(324, 31, 'incsub_event_start', '2016-02-27 00:01:00'),
(325, 31, 'incsub_event_no_start', '1'),
(326, 31, 'incsub_event_end', '2016-02-27 23:59:00'),
(327, 31, 'incsub_event_no_end', '1'),
(359, 3604, '_menu_item_type', 'custom'),
(360, 3604, '_menu_item_menu_item_parent', '0'),
(361, 3604, '_menu_item_object_id', '3604'),
(362, 3604, '_menu_item_object', 'custom'),
(363, 3604, '_menu_item_target', ''),
(364, 3604, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(365, 3604, '_menu_item_xfn', ''),
(366, 3604, '_menu_item_url', ''),
(368, 3604, '_menu_item_ultimatum_megamenu_status', ''),
(369, 3604, '_menu_item_ultimatum_megamenu_width', ''),
(370, 3604, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(371, 3604, '_menu_item_ultimatum_megamenu_title', ''),
(372, 3604, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(373, 3604, '_menu_item_ultimatum_megamenu_icon', ''),
(374, 3604, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(375, 50, '_menu_item_ultimatum_megamenu_status', ''),
(376, 50, '_menu_item_ultimatum_megamenu_width', ''),
(377, 50, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(378, 50, '_menu_item_ultimatum_megamenu_title', ''),
(379, 50, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(380, 50, '_menu_item_ultimatum_megamenu_icon', ''),
(381, 50, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(400, 3606, '_menu_item_type', 'custom'),
(401, 3606, '_menu_item_menu_item_parent', '0'),
(402, 3606, '_menu_item_object_id', '3606'),
(403, 3606, '_menu_item_object', 'custom'),
(404, 3606, '_menu_item_target', ''),
(405, 3606, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(406, 3606, '_menu_item_xfn', ''),
(407, 3606, '_menu_item_url', ''),
(409, 3606, '_menu_item_ultimatum_megamenu_status', ''),
(410, 3606, '_menu_item_ultimatum_megamenu_width', ''),
(411, 3606, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(412, 3606, '_menu_item_ultimatum_megamenu_title', ''),
(413, 3606, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(414, 3606, '_menu_item_ultimatum_megamenu_icon', ''),
(415, 3606, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(434, 3608, '_menu_item_type', 'custom'),
(435, 3608, '_menu_item_menu_item_parent', '0'),
(436, 3608, '_menu_item_object_id', '3608'),
(437, 3608, '_menu_item_object', 'custom'),
(438, 3608, '_menu_item_target', ''),
(439, 3608, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(440, 3608, '_menu_item_xfn', ''),
(441, 3608, '_menu_item_url', ''),
(443, 3608, '_menu_item_ultimatum_megamenu_status', ''),
(444, 3608, '_menu_item_ultimatum_megamenu_width', ''),
(445, 3608, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(446, 3608, '_menu_item_ultimatum_megamenu_title', ''),
(447, 3608, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(448, 3608, '_menu_item_ultimatum_megamenu_icon', ''),
(449, 3608, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(487, 3611, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(488, 3611, '_edit_last', '1'),
(489, 3611, 'slide_template', 'default'),
(490, 3611, '_wpb_vc_js_status', 'false'),
(491, 3611, 'ultimatum_layout', '7'),
(492, 3611, '_edit_lock', '1456017624:4'),
(510, 42, 'ultimatum-child-theme_layout', '17'),
(511, 3611, 'ultimatum-child-theme_layout', '13'),
(512, 1, '_edit_last', '1'),
(515, 1, 'slide_template', ''),
(516, 1, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(517, 1, '_edit_lock', '1456017895:4'),
(525, 1, 'ultimatum_video', ''),
(526, 1, 'ultimatum_author', 'false'),
(527, 1, 'ultimatum-child-theme_layout', ''),
(528, 1, 'textfalse', ''),
(540, 3626, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(541, 3626, '_edit_last', '1'),
(542, 3626, '_edit_lock', '1456018170:4'),
(545, 3626, 'slide_template', ''),
(546, 3626, 'textfalse', ''),
(547, 3626, 'ultimatum_video', ''),
(548, 3626, 'ultimatum_author', 'false'),
(549, 3626, 'ultimatum-child-theme_layout', ''),
(550, 3628, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(551, 3628, '_edit_last', '4'),
(552, 3628, '_edit_lock', '1456017879:4'),
(558, 3628, 'slide_template', 'default'),
(559, 3628, 'textfalse', ''),
(560, 3628, 'ultimatum_video', ''),
(561, 3628, 'ultimatum_author', 'false'),
(562, 3628, 'ultimatum-child-theme_layout', ''),
(565, 1, '_wp_old_slug', 'hello-world'),
(569, 3631, '_edit_last', '4'),
(570, 3631, '_edit_lock', '1669751848:4'),
(572, 3631, '_wpb_vc_js_status', 'true'),
(573, 3631, 'ultimatum-child-theme_layout', '7'),
(575, 3633, '_menu_item_type', 'post_type'),
(576, 3633, '_menu_item_menu_item_parent', '0'),
(577, 3633, '_menu_item_object_id', '3631'),
(578, 3633, '_menu_item_object', 'page'),
(579, 3633, '_menu_item_target', ''),
(580, 3633, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(581, 3633, '_menu_item_xfn', ''),
(582, 3633, '_menu_item_url', ''),
(584, 3633, '_menu_item_ultimatum_megamenu_status', ''),
(585, 3633, '_menu_item_ultimatum_megamenu_width', ''),
(586, 3633, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(587, 3633, '_menu_item_ultimatum_megamenu_title', ''),
(588, 3633, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(589, 3633, '_menu_item_ultimatum_megamenu_icon', ''),
(590, 3633, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(593, 3631, '_wpb_shortcodes_custom_css', '.vc_custom_1455070560433{margin-top: 20px !important;}.vc_custom_1455068949795{margin-bottom: 10px !important;}'),
(595, 3653, '_edit_last', '4'),
(596, 3653, '_save_data', '1'),
(597, 3653, '_use_ajax', '1'),
(598, 3653, '_action_type', 'default'),
(599, 3653, '_method', 'post'),
(600, 3653, '_on_success', 'message'),
(601, 3653, '_message', '<h2 style=\"dd3333;\">Your message has been sent. Thanks!</h2>'),
(602, 3653, '_message_position', 'bottom'),
(603, 3653, '_redirect_to', 'to_page'),
(604, 3653, '_page', '3611'),
(605, 3653, '_post', '3628'),
(606, 3653, '_notice', '1'),
(607, 3653, '_notice_name', 'Tricia Potucek'),
(608, 3653, '_notice_email_type', 'email_field'),
(609, 3653, '_notice_email', 'guest@denverheirlooms.com'),
(610, 3653, '_notice_recipients', 'a:1:{i:0;s:36:\"Tricia.Potucek@livsothebysrealty.com\";}'),
(611, 3653, '_notice_subject', 'New Contact Form Submission'),
(612, 3653, '_notice_body', '<h1 style=\"font-size: 36px\">Tricia Potucek</h1>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"color: #777777;\">Submitted from [form_title]</span></h2>\r\n\r\n<div style=\"line-height: 30px; font-family: Open Sans, Helvetica, Georgia; font-size: 15px\">\r\n<strong>NAME:</strong> [name]\r\n<strong>EMAIL:</strong> [email]\r\n<strong>PHONE:</strong> [phone]\r\n<strong>COMMENTS:</strong> [comments]\r\n<br><br>\r\n</div>'),
(613, 3653, '_reply_name', 'Dunlap Team'),
(614, 3653, '_reply_email', 'dunlaptemp@upfrontideas.net'),
(615, 3653, '_reply_subject', 'Just Confirming'),
(616, 3653, '_reply_body', 'This is just a confirmation message. We have received you reply.'),
(617, 3653, '_form_popup_width', '600'),
(618, 3653, '_form_popup_auto_open_delay', '2000'),
(619, 3653, '_form_popup_auto_close_delay', '10000'),
(620, 3653, '_form_layout', 'vertical'),
(621, 3653, '_input_icon_position', 'right'),
(623, 3653, '_edit_lock', '1669750142:4'),
(624, 3653, '_form_control', 'a:5:{s:4:\"name\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:4:\"Name\";s:12:\"control_name\";s:4:\"name\";s:11:\"placeholder\";s:4:\"Name\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:5:\"email\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:5:\"Email\";s:12:\"control_name\";s:5:\"email\";s:11:\"placeholder\";s:5:\"Email\";s:3:\"tag\";s:15:\"dhvc_form_email\";}s:5:\"phone\";a:4:{s:13:\"control_label\";s:5:\"Phone\";s:12:\"control_name\";s:5:\"phone\";s:11:\"placeholder\";s:5:\"Phone\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:8:\"comments\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:26:\"Question/Comments/Requests\";s:12:\"control_name\";s:8:\"comments\";s:11:\"placeholder\";s:13:\"Add text here\";s:3:\"tag\";s:18:\"dhvc_form_textarea\";}s:7:\"captcha\";a:3:{s:13:\"control_label\";s:17:\"Security Question\";s:12:\"control_name\";s:7:\"captcha\";s:3:\"tag\";s:19:\"dhvc_form_recaptcha\";}}'),
(625, 3653, '_wpb_vc_js_status', 'true'),
(630, 3676, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(631, 3676, '_wpb_shortcodes_custom_css', '.vc_custom_1455070560433{margin-top: 20px !important;}.vc_custom_1455068949795{margin-bottom: 10px !important;}'),
(657, 3683, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(658, 3683, '_wpb_shortcodes_custom_css', '.vc_custom_1455121121327{margin-top: 30px !important;margin-bottom: 40px !important;}'),
(709, 3742, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(710, 3742, '_wpb_shortcodes_custom_css', '.vc_custom_1455124394566{margin-top: 30px !important;}.vc_custom_1455124425067{margin-top: 10px !important;}.vc_custom_1455124520885{margin-bottom: 60px !important;}.vc_custom_1455124492457{margin-top: 20px !important;}.vc_custom_1455124991523{margin-top: 10px !important;}.vc_custom_1455124520885{margin-bottom: 60px !important;}.vc_custom_1455124492457{margin-top: 20px !important;}.vc_custom_1455125094323{margin-top: 10px !important;}.vc_custom_1455124520885{margin-bottom: 60px !important;}.vc_custom_1455124492457{margin-top: 20px !important;}.vc_custom_1455230160739{margin-top: 10px !important;}.vc_custom_1455124520885{margin-bottom: 60px !important;}.vc_custom_1455124492457{margin-top: 20px !important;}.vc_custom_1455231160026{margin-top: 10px !important;}.vc_custom_1455124520885{margin-bottom: 60px !important;}.vc_custom_1455124492457{margin-top: 20px !important;}.vc_custom_1455230985358{margin-top: 10px !important;}.vc_custom_1455124520885{margin-bottom: 60px !important;}.vc_custom_1455124492457{margin-top: 20px !important;}.vc_custom_1455231191112{margin-top: 10px !important;}.vc_custom_1455124520885{margin-bottom: 60px !important;}.vc_custom_1455124492457{margin-top: 20px !important;}.vc_custom_1455232120213{margin-top: 10px !important;}.vc_custom_1455124520885{margin-bottom: 60px !important;}.vc_custom_1455124492457{margin-top: 20px !important;}.vc_custom_1455231522280{margin-top: 10px !important;}'),
(714, 3744, '_edit_last', '4'),
(715, 3744, '_edit_lock', '1646689971:4'),
(717, 3744, '_wpb_vc_js_status', 'true'),
(718, 3744, 'ultimatum-child-theme_layout', '7'),
(787, 3757, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(790, 3759, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(791, 3759, '_edit_last', '1'),
(792, 3759, 'slide_template', ''),
(793, 3759, '_wpb_vc_js_status', 'true'),
(794, 3759, 'ultimatum-child-theme_layout', '14'),
(795, 3759, '_edit_lock', '1489169527:4'),
(797, 3764, '_edit_last', '4'),
(798, 3764, '_form_control', 'a:14:{s:15:\"property_status\";a:4:{s:13:\"control_label\";s:15:\"Property Status\";s:7:\"options\";s:308:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJGaXgtdXAiLCJ2YWx1ZSI6IkZpeC11cCJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJTaG9ydCBTYWxlIiwidmFsdWUiOiJTaG9ydCBTYWxlIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkhVRCIsInZhbHVlIjoiSFVEIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxlbmRlciBPd25lZCAoUkVPKSIsInZhbHVlIjoiTGVuZGVyIE93bmVkIChSRU8pIn1d\";s:12:\"control_name\";s:15:\"property_status\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:13:\"property_type\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:13:\"Property Type\";s:12:\"control_name\";s:13:\"property_type\";s:7:\"options\";s:316:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\";s:3:\"tag\";s:18:\"dhvc_form_checkbox\";}s:8:\"bedrooms\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:8:\"Bedrooms\";s:12:\"control_name\";s:8:\"bedrooms\";s:7:\"options\";s:288:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:9:\"bathrooms\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:9:\"Bathrooms\";s:12:\"control_name\";s:9:\"bathrooms\";s:7:\"options\";s:288:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:11:\"price_range\";a:4:{s:13:\"control_label\";s:11:\"Price Range\";s:12:\"control_name\";s:11:\"price_range\";s:11:\"placeholder\";s:11:\"Price range\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:11:\"when_buying\";a:4:{s:13:\"control_label\";s:28:\"When are you looking to buy?\";s:12:\"control_name\";s:11:\"when_buying\";s:7:\"options\";s:404:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\";s:3:\"tag\";s:16:\"dhvc_form_select\";}s:13:\"house_to_sell\";a:4:{s:13:\"control_label\";s:28:\"Do you have a house to sell?\";s:12:\"control_name\";s:13:\"house_to_sell\";s:7:\"options\";s:120:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:4:\"area\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:17:\"City / Area / Zip\";s:12:\"control_name\";s:4:\"area\";s:11:\"placeholder\";s:17:\"city / area / zip\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:8:\"comments\";a:4:{s:13:\"control_label\";s:93:\"Please Tell us about anything else you are looking for: Location, Schools, Views, Style, etc.\";s:12:\"control_name\";s:8:\"comments\";s:11:\"placeholder\";s:13:\"Comments here\";s:3:\"tag\";s:18:\"dhvc_form_textarea\";}s:4:\"name\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:4:\"Name\";s:11:\"placeholder\";s:4:\"Name\";s:12:\"control_name\";s:4:\"name\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:5:\"email\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:5:\"Email\";s:12:\"control_name\";s:5:\"email\";s:11:\"placeholder\";s:13:\"Email address\";s:3:\"tag\";s:15:\"dhvc_form_email\";}s:5:\"phone\";a:4:{s:13:\"control_label\";s:5:\"Phone\";s:12:\"control_name\";s:5:\"phone\";s:11:\"placeholder\";s:5:\"Phone\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:18:\"contact_preference\";a:4:{s:13:\"control_label\";s:18:\"Contact Preference\";s:12:\"control_name\";s:18:\"contact_preference\";s:7:\"options\";s:148:\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:7:\"capthca\";a:4:{s:13:\"control_label\";s:17:\"Security Question\";s:12:\"control_name\";s:7:\"capthca\";s:11:\"placeholder\";s:17:\"Type text in here\";s:3:\"tag\";s:17:\"dhvc_form_captcha\";}}'),
(799, 3764, '_save_data', '1'),
(800, 3764, '_use_ajax', '1'),
(801, 3764, '_action_type', 'default'),
(802, 3764, '_method', 'post'),
(803, 3764, '_on_success', 'message'),
(804, 3764, '_message', '<h2 style=\"dd3333;\">Your message has been sent. Thanks!</h2>'),
(805, 3764, '_message_position', 'bottom'),
(806, 3764, '_redirect_to', 'to_page'),
(807, 3764, '_page', '3611'),
(808, 3764, '_post', '3628'),
(809, 3764, '_notice', '1'),
(810, 3764, '_notice_name', 'Tricia Potucek'),
(811, 3764, '_notice_email_type', 'email_field'),
(812, 3764, '_notice_email', 'guest@denverheirlooms.com'),
(813, 3764, '_notice_recipients', 'a:1:{i:0;s:36:\"Tricia.Potucek@livsothebysrealty.com\";}'),
(814, 3764, '_notice_subject', 'Relocation Package Request Submission'),
(815, 3764, '_notice_body', '<h1 style=\"font-size: 36px\">Tricia Potucek</h1>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"color: #777777;\">Submitted from [form_title]</span></h2>\r\n\r\n<div style=\"line-height: 30px; font-family: Open Sans, Helvetica, Georgia; font-size: 15px\">\r\n<strong>NAME:</strong> [name]\r\n<strong>EMAIL:</strong> [email]\r\n<strong>PHONE:</strong> [phone]\r\n<strong>CONTACT PREFERENCE:</strong> [contact_preference]\r\n<hr>\r\n<strong>PROPERTY TYPE:</strong> [property_type]\r\n<strong>PROPERTY STATUS:</strong> [property_status]\r\n<strong>BEDROOMS:</strong> [bedrooms]\r\n<strong>BATHROOMS:</strong> [bathrooms]\r\n<strong>PRICE RANGE:</strong> [price_range]\r\n<strong>WHEN BUYING?:</strong> [when_buying]\r\n<strong>DO YOU HAVE A HOUSE TO SELL:</strong> [house-to-sell]\r\n<strong>CITY/AREA/ZIP:</strong> [area]\r\n<strong>OTHER DESIRED PROPERTY FEATURES:</strong> [comments]\r\n<br><br>\r\n</div>'),
(816, 3764, '_reply_name', 'Dunlap Team'),
(817, 3764, '_reply_email', 'dunlaptemp@upfrontideas.net'),
(818, 3764, '_reply_subject', 'Just Confirming'),
(819, 3764, '_reply_body', 'This is just a confirmation message. We have received you reply.'),
(820, 3764, '_form_popup_width', '600'),
(821, 3764, '_form_popup_auto_open_delay', '2000'),
(822, 3764, '_form_popup_auto_close_delay', '10000'),
(823, 3764, '_form_layout', 'vertical'),
(824, 3764, '_input_icon_position', 'right'),
(826, 3764, '_wpb_vc_js_status', 'true'),
(827, 3764, '_edit_lock', '1666206539:4'),
(859, 3771, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(860, 3771, '_edit_last', '1'),
(861, 3771, '_edit_lock', '1455495047:1'),
(862, 3771, 'slide_template', ''),
(863, 3771, '_wpb_vc_js_status', 'true'),
(864, 3771, 'ultimatum-child-theme_layout', '14'),
(867, 3773, '_edit_last', '4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(868, 3773, '_form_control', 'a:14:{s:15:\"property_status\";a:4:{s:13:\"control_label\";s:15:\"Property Status\";s:7:\"options\";s:308:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJGaXgtdXAiLCJ2YWx1ZSI6IkZpeC11cCJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJTaG9ydCBTYWxlIiwidmFsdWUiOiJTaG9ydCBTYWxlIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkhVRCIsInZhbHVlIjoiSFVEIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxlbmRlciBPd25lZCAoUkVPKSIsInZhbHVlIjoiTGVuZGVyIE93bmVkIChSRU8pIn1d\";s:12:\"control_name\";s:15:\"property_status\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:13:\"property_type\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:13:\"Property Type\";s:12:\"control_name\";s:13:\"property_type\";s:7:\"options\";s:316:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\";s:3:\"tag\";s:18:\"dhvc_form_checkbox\";}s:8:\"bedrooms\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:8:\"Bedrooms\";s:12:\"control_name\";s:8:\"bedrooms\";s:7:\"options\";s:288:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:9:\"bathrooms\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:9:\"Bathrooms\";s:12:\"control_name\";s:9:\"bathrooms\";s:7:\"options\";s:288:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:11:\"price_range\";a:4:{s:13:\"control_label\";s:11:\"Price Range\";s:12:\"control_name\";s:11:\"price_range\";s:11:\"placeholder\";s:11:\"Price range\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:11:\"when_buying\";a:4:{s:13:\"control_label\";s:28:\"When are you looking to buy?\";s:12:\"control_name\";s:11:\"when_buying\";s:7:\"options\";s:404:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\";s:3:\"tag\";s:16:\"dhvc_form_select\";}s:13:\"house_to_sell\";a:4:{s:13:\"control_label\";s:28:\"Do you have a house to sell?\";s:12:\"control_name\";s:13:\"house_to_sell\";s:7:\"options\";s:120:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:4:\"area\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:17:\"City / Area / Zip\";s:12:\"control_name\";s:4:\"area\";s:11:\"placeholder\";s:17:\"city / area / zip\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:8:\"comments\";a:4:{s:13:\"control_label\";s:93:\"Please Tell us about anything else you are looking for: Location, Schools, Views, Style, etc.\";s:12:\"control_name\";s:8:\"comments\";s:11:\"placeholder\";s:13:\"Comments here\";s:3:\"tag\";s:18:\"dhvc_form_textarea\";}s:4:\"name\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:4:\"Name\";s:11:\"placeholder\";s:4:\"Name\";s:12:\"control_name\";s:4:\"name\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:5:\"email\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:5:\"Email\";s:12:\"control_name\";s:5:\"email\";s:11:\"placeholder\";s:13:\"Email address\";s:3:\"tag\";s:15:\"dhvc_form_email\";}s:5:\"phone\";a:4:{s:13:\"control_label\";s:5:\"Phone\";s:12:\"control_name\";s:5:\"phone\";s:11:\"placeholder\";s:5:\"Phone\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:18:\"contact_preference\";a:4:{s:13:\"control_label\";s:18:\"Contact Preference\";s:12:\"control_name\";s:18:\"contact_preference\";s:7:\"options\";s:148:\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:7:\"captcha\";a:4:{s:13:\"control_label\";s:17:\"Security Question\";s:12:\"control_name\";s:7:\"captcha\";s:11:\"placeholder\";s:17:\"Type in text here\";s:3:\"tag\";s:17:\"dhvc_form_captcha\";}}'),
(869, 3773, '_save_data', '1'),
(870, 3773, '_use_ajax', '1'),
(871, 3773, '_action_type', 'default'),
(872, 3773, '_method', 'post'),
(873, 3773, '_on_success', 'message'),
(874, 3773, '_message', '<h2 style=\"dd3333;\">Your message has been sent. Thanks!</h2>'),
(875, 3773, '_message_position', 'bottom'),
(876, 3773, '_redirect_to', 'to_page'),
(877, 3773, '_page', '3611'),
(878, 3773, '_post', '3628'),
(879, 3773, '_notice', '1'),
(880, 3773, '_notice_name', 'Tricia Potucek'),
(881, 3773, '_notice_email_type', 'email_field'),
(882, 3773, '_notice_email', 'guest@denverheirlooms.com'),
(883, 3773, '_notice_recipients', 'a:1:{i:0;s:36:\"Tricia.Potucek@livsothebysrealty.com\";}'),
(884, 3773, '_notice_subject', 'Dream Home Form Submission'),
(885, 3773, '_notice_body', '<h1 style=\"font-size: 36px\">Tricia Potucek</h1>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"color: #777777;\">Submitted from [form_title]</span></h2>\r\n\r\n<div style=\"line-height: 30px; font-family: Open Sans, Helvetica, Georgia; font-size: 15px\">\r\n<strong>NAME:</strong> [name]\r\n<strong>EMAIL:</strong> [email]\r\n<strong>PHONE:</strong> [phone]\r\n<strong>CONTACT PREFERENCE:</strong> [contact_preference]\r\n<hr>\r\n<strong>PROPERTY TYPE:</strong> [property_type]\r\n<strong>BEDROOMS:</strong> [bedrooms]\r\n<strong>BATHROOMS:</strong> [bathrooms]\r\n<strong>PRICE RANGE:</strong> [price_range]\r\n<strong>WHEN BUYING?:</strong> [when_buying]\r\n<strong>DO YOU HAVE A HOUSE TO SELL:</strong> [house-to-sell]\r\n<strong>CITY/AREA/ZIP:</strong> [area]\r\n<strong>OTHER DESIRED PROPERTY FEATURES:</strong> [comments]\r\n<br><br>\r\n</div>'),
(886, 3773, '_reply_name', 'Dunlap Team'),
(887, 3773, '_reply_email', 'dunlaptemp@upfrontideas.net'),
(888, 3773, '_reply_subject', 'Just Confirming'),
(889, 3773, '_reply_body', 'This is just a confirmation message. We have received you reply.'),
(890, 3773, '_form_popup_width', '600'),
(891, 3773, '_form_popup_auto_open_delay', '2000'),
(892, 3773, '_form_popup_auto_close_delay', '10000'),
(893, 3773, '_form_layout', 'vertical'),
(894, 3773, '_input_icon_position', 'right'),
(896, 3773, '_wpb_vc_js_status', 'true'),
(897, 3773, '_edit_lock', '1666206600:4'),
(898, 3773, '_dp_original', '3764'),
(918, 3771, '_wpb_shortcodes_custom_css', '.vc_custom_1455327734976{margin-top: 20px !important;}'),
(923, 3783, '_wp_attached_file', '2016/02/Pic3-150x120.jpg'),
(924, 3783, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:120;s:4:\"file\";s:24:\"2016/02/Pic3-150x120.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Pic3-150x120-150x120.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(925, 3785, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(926, 3785, '_wpb_shortcodes_custom_css', '.vc_custom_1455327734976{margin-top: 20px !important;}'),
(928, 3787, '_wp_attached_file', '2016/02/Pic2-150x150.jpg'),
(929, 3787, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:24:\"2016/02/Pic2-150x150.jpg\";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:{}}}'),
(930, 3789, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(931, 3790, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(932, 3790, '_edit_last', '1'),
(933, 3790, '_edit_lock', '1455494993:1'),
(935, 3792, '_wp_attached_file', '2016/02/buyerschecklist.pdf'),
(936, 3790, 'slide_template', ''),
(937, 3790, '_wpb_vc_js_status', 'true'),
(938, 3790, 'ultimatum-child-theme_layout', '14'),
(959, 3812, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(960, 3813, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(961, 3813, '_edit_last', '1'),
(962, 3813, '_edit_lock', '1455495003:1'),
(963, 3813, 'slide_template', ''),
(964, 3813, '_wpb_vc_js_status', 'true'),
(965, 3813, 'ultimatum-child-theme_layout', '14'),
(983, 3816, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(984, 3817, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(985, 3817, '_edit_last', '1'),
(986, 3817, '_edit_lock', '1455495017:1'),
(987, 3817, 'slide_template', ''),
(988, 3817, '_wpb_vc_js_status', 'true'),
(989, 3817, 'ultimatum-child-theme_layout', '14'),
(1007, 3820, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1008, 3821, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1009, 3821, '_edit_last', '1'),
(1010, 3821, '_edit_lock', '1455495028:1'),
(1011, 3821, 'slide_template', ''),
(1012, 3821, '_wpb_vc_js_status', 'true'),
(1013, 3821, 'ultimatum-child-theme_layout', '14'),
(1047, 3825, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1048, 3825, '_edit_last', '1'),
(1049, 3825, '_edit_lock', '1455495036:1'),
(1050, 3826, '_wp_attached_file', '2016/02/Pic11-240x150.jpg'),
(1051, 3826, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:240;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2016/02/Pic11-240x150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Pic11-240x150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1052, 3825, 'slide_template', ''),
(1053, 3825, '_wpb_vc_js_status', 'true'),
(1054, 3825, 'ultimatum-child-theme_layout', '14'),
(1108, 3830, '_edit_last', '4'),
(1109, 3830, '_form_control', 'a:14:{s:13:\"property_type\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:13:\"Property Type\";s:12:\"control_name\";s:13:\"property_type\";s:7:\"options\";s:316:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\";s:3:\"tag\";s:18:\"dhvc_form_checkbox\";}s:8:\"bedrooms\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:8:\"Bedrooms\";s:12:\"control_name\";s:8:\"bedrooms\";s:7:\"options\";s:288:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:9:\"bathrooms\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:9:\"Bathrooms\";s:12:\"control_name\";s:9:\"bathrooms\";s:7:\"options\";s:288:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:7:\"address\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:7:\"Address\";s:12:\"control_name\";s:7:\"address\";s:11:\"placeholder\";s:7:\"Address\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:4:\"city\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:4:\"City\";s:12:\"control_name\";s:4:\"city\";s:11:\"placeholder\";s:4:\"City\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:12:\"when_selling\";a:4:{s:13:\"control_label\";s:29:\"When are you looking to sell?\";s:12:\"control_name\";s:12:\"when_selling\";s:7:\"options\";s:404:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\";s:3:\"tag\";s:16:\"dhvc_form_select\";}s:15:\"estimated_value\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:15:\"Estimated Value\";s:12:\"control_name\";s:15:\"estimated_value\";s:11:\"placeholder\";s:5:\"Value\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:12:\"buying_again\";a:4:{s:13:\"control_label\";s:47:\"Are you looking to buy again in the local area?\";s:12:\"control_name\";s:12:\"buying_again\";s:7:\"options\";s:120:\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:8:\"comments\";a:4:{s:13:\"control_label\";s:86:\"Please tell us about anything other outstanding property features, Pool, Acreage, etc.\";s:12:\"control_name\";s:8:\"comments\";s:11:\"placeholder\";s:13:\"Comments here\";s:3:\"tag\";s:18:\"dhvc_form_textarea\";}s:4:\"name\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:4:\"Name\";s:11:\"placeholder\";s:4:\"Name\";s:12:\"control_name\";s:4:\"name\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:5:\"email\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:5:\"Email\";s:12:\"control_name\";s:5:\"email\";s:11:\"placeholder\";s:13:\"Email address\";s:3:\"tag\";s:15:\"dhvc_form_email\";}s:5:\"phone\";a:4:{s:13:\"control_label\";s:5:\"Phone\";s:12:\"control_name\";s:5:\"phone\";s:11:\"placeholder\";s:5:\"Phone\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:18:\"contact_preference\";a:4:{s:13:\"control_label\";s:18:\"Contact Preference\";s:12:\"control_name\";s:18:\"contact_preference\";s:7:\"options\";s:148:\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\";s:3:\"tag\";s:15:\"dhvc_form_radio\";}s:7:\"captcha\";a:4:{s:13:\"control_label\";s:17:\"Security Question\";s:12:\"control_name\";s:7:\"captcha\";s:11:\"placeholder\";s:17:\"Type in text here\";s:3:\"tag\";s:17:\"dhvc_form_captcha\";}}'),
(1110, 3830, '_save_data', '1'),
(1111, 3830, '_use_ajax', '1'),
(1112, 3830, '_action_type', 'default'),
(1113, 3830, '_method', 'post'),
(1114, 3830, '_on_success', 'message'),
(1115, 3830, '_message', '<h2 style=\"dd3333;\">Your message has been sent. Thanks!</h2>'),
(1116, 3830, '_message_position', 'bottom'),
(1117, 3830, '_redirect_to', 'to_page'),
(1118, 3830, '_page', '3611'),
(1119, 3830, '_post', '3628'),
(1120, 3830, '_notice', '1'),
(1121, 3830, '_notice_name', 'Tricia Potucek'),
(1122, 3830, '_notice_email_type', 'email_field'),
(1123, 3830, '_notice_email', 'guest@denverheirlooms.com'),
(1124, 3830, '_notice_recipients', 'a:1:{i:0;s:36:\"Tricia.Potucek@livsothebysrealty.com\";}'),
(1125, 3830, '_notice_subject', 'Market Analysis Request'),
(1126, 3830, '_notice_body', '<h1 style=\"font-size: 36px\">Tricia Potucek</h1>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"color: #777777;\">Submitted from [form_title]</span></h2>\r\n\r\n<div style=\"line-height: 30px; font-family: Open Sans, Helvetica, Georgia; font-size: 15px\">\r\n<strong>NAME:</strong> [name]\r\n<strong>EMAIL:</strong> [email]\r\n<strong>PHONE:</strong> [phone]\r\n<strong>CONTACT PREFERENCE:</strong> [contact_preference]\r\n<hr>\r\n<strong>PROPERTY TYPE:</strong> [property_type]\r\n<strong>BEDROOMS:</strong> [bedrooms]\r\n<strong>BATHROOMS:</strong> [bathrooms]\r\n<strong>ADDRESS:</strong> [address]\r\n<strong>CITY:</strong> [city]\r\n<strong>WHEN SELLING?:</strong> [when_selling]\r\n<strong>ESTIMATED VALUE:</strong> [estimated_value]\r\n<strong>BUYING AGAIN?:</strong> [buying_again]\r\n<strong>PROPERTY FEATURES:</strong> [comments]\r\n<br><br>\r\n</div>'),
(1127, 3830, '_reply_name', 'Dunlap Team'),
(1128, 3830, '_reply_email', 'dunlaptemp@upfrontideas.net'),
(1129, 3830, '_reply_subject', 'Just Confirming'),
(1130, 3830, '_reply_body', 'This is just a confirmation message. We have received you reply.'),
(1131, 3830, '_form_popup_width', '600'),
(1132, 3830, '_form_popup_auto_open_delay', '2000'),
(1133, 3830, '_form_popup_auto_close_delay', '10000'),
(1134, 3830, '_form_layout', 'vertical'),
(1135, 3830, '_input_icon_position', 'right'),
(1137, 3830, '_wpb_vc_js_status', 'true'),
(1138, 3830, '_edit_lock', '1666206526:4'),
(1139, 3830, '_dp_original', '3764'),
(1142, 3835, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1143, 3835, '_edit_lock', '1455485259:1'),
(1144, 3836, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1145, 3836, '_edit_last', '2'),
(1146, 3836, '_edit_lock', '1455830414:2'),
(1147, 3836, 'slide_template', 'default'),
(1148, 3836, '_wpb_vc_js_status', 'true'),
(1149, 3836, 'ultimatum-child-theme_layout', '14'),
(1167, 3839, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1168, 3839, '_edit_last', '1'),
(1169, 3839, '_edit_lock', '1455495080:1'),
(1170, 3839, 'slide_template', ''),
(1171, 3839, '_wpb_vc_js_status', 'true'),
(1172, 3839, 'ultimatum-child-theme_layout', '14'),
(1191, 3843, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1192, 3844, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1193, 3844, '_edit_last', '1'),
(1194, 3844, '_edit_lock', '1455488005:1'),
(1195, 3845, '_wp_attached_file', '2016/02/Pic9.jpg'),
(1196, 3845, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:298;s:6:\"height\";i:198;s:4:\"file\";s:16:\"2016/02/Pic9.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Pic9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1197, 3844, 'slide_template', 'default'),
(1198, 3844, '_wpb_vc_js_status', 'true'),
(1199, 3844, 'ultimatum-child-theme_layout', '14'),
(1219, 3848, '_edit_last', '4'),
(1220, 3848, '_save_data', '1'),
(1221, 3848, '_use_ajax', '1'),
(1222, 3848, '_action_type', 'default'),
(1223, 3848, '_method', 'post'),
(1224, 3848, '_on_success', 'message'),
(1225, 3848, '_message', '<h2 style=\"dd3333;\">Your message has been sent. Thanks!</h2>'),
(1226, 3848, '_message_position', 'bottom'),
(1227, 3848, '_redirect_to', 'to_page'),
(1228, 3848, '_page', '3611'),
(1229, 3848, '_post', '3628'),
(1230, 3848, '_notice', '1'),
(1231, 3848, '_notice_name', 'Tricia Potucek'),
(1232, 3848, '_notice_email_type', 'email_field'),
(1233, 3848, '_notice_email', 'guest@denverheirlooms.com'),
(1234, 3848, '_notice_recipients', 'a:1:{i:0;s:36:\"Tricia.Potucek@livsothebysrealty.com\";}'),
(1235, 3848, '_notice_subject', 'Service Providers Request'),
(1236, 3848, '_notice_body', '<h1 style=\"font-size: 36px\">Tricia Potucek</h1>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"color: #777777;\">Submitted from [form_title]</span></h2>\r\n\r\n<div style=\"line-height: 30px; font-family: Open Sans, Helvetica, Georgia; font-size: 15px\">\r\n<strong>NAME:</strong> [name]\r\n<strong>EMAIL:</strong> [email]\r\n<strong>PHONE:</strong> [phone]\r\n<strong>RECEIVE PROVIDER LIST?:</strong> [request-providers]\r\n<strong>COMMENTS:</strong> [comments]\r\n<br><br>\r\n</div>'),
(1237, 3848, '_reply_name', 'Dunlap Team'),
(1238, 3848, '_reply_email', 'dunlaptemp@upfrontideas.net'),
(1239, 3848, '_reply_subject', 'Just Confirming'),
(1240, 3848, '_reply_body', 'This is just a confirmation message. We have received you reply.'),
(1241, 3848, '_form_popup_width', '600'),
(1242, 3848, '_form_popup_auto_open_delay', '2000'),
(1243, 3848, '_form_popup_auto_close_delay', '10000'),
(1244, 3848, '_form_layout', 'vertical'),
(1245, 3848, '_input_icon_position', 'right'),
(1247, 3848, '_edit_lock', '1666207211:4'),
(1248, 3848, '_form_control', 'a:6:{s:4:\"name\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:4:\"Name\";s:12:\"control_name\";s:4:\"name\";s:11:\"placeholder\";s:4:\"Name\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:5:\"email\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:5:\"Email\";s:12:\"control_name\";s:5:\"email\";s:11:\"placeholder\";s:5:\"Email\";s:3:\"tag\";s:15:\"dhvc_form_email\";}s:5:\"phone\";a:4:{s:13:\"control_label\";s:5:\"Phone\";s:12:\"control_name\";s:5:\"phone\";s:11:\"placeholder\";s:5:\"Phone\";s:3:\"tag\";s:14:\"dhvc_form_text\";}s:17:\"request-providers\";a:4:{s:13:\"control_label\";s:57:\"Would you like to receive our full Service Provider List?\";s:12:\"control_name\";s:17:\"request-providers\";s:7:\"options\";s:120:\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\";s:3:\"tag\";s:18:\"dhvc_form_checkbox\";}s:8:\"comments\";a:5:{s:8:\"required\";s:1:\"1\";s:13:\"control_label\";s:26:\"Question/Comments/Requests\";s:12:\"control_name\";s:8:\"comments\";s:11:\"placeholder\";s:13:\"Add text here\";s:3:\"tag\";s:18:\"dhvc_form_textarea\";}s:8:\"security\";a:4:{s:13:\"control_label\";s:17:\"Security Question\";s:12:\"control_name\";s:8:\"security\";s:11:\"placeholder\";s:17:\"Type in text here\";s:3:\"tag\";s:17:\"dhvc_form_captcha\";}}'),
(1249, 3848, '_wpb_vc_js_status', 'true'),
(1250, 3848, '_dp_original', '3653'),
(1251, 3850, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1254, 3852, '_edit_last', '4'),
(1255, 3852, '_edit_lock', '1597934881:4'),
(1256, 3852, 'slide_template', 'default'),
(1257, 3852, '_wpb_vc_js_status', 'true'),
(1258, 3852, 'ultimatum-child-theme_layout', '7'),
(1276, 3864, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1277, 3865, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1278, 3865, '_edit_last', '1'),
(1279, 3865, '_edit_lock', '1455495071:1'),
(1280, 3865, 'slide_template', ''),
(1281, 3865, '_wpb_vc_js_status', 'true'),
(1282, 3865, 'ultimatum-child-theme_layout', '14'),
(1300, 3870, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1324, 3876, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1325, 3876, '_edit_last', '1'),
(1326, 3876, '_edit_lock', '1455494956:1'),
(1327, 3876, 'slide_template', ''),
(1328, 3876, '_wpb_vc_js_status', 'false'),
(1329, 3876, 'ultimatum-child-theme_layout', ''),
(1331, 3878, '_edit_last', '4'),
(1333, 3878, '_wpb_vc_js_status', 'true'),
(1334, 3878, 'ultimatum-child-theme_layout', '7'),
(1335, 3878, '_edit_lock', '1669749720:4'),
(1336, 3880, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1337, 3880, '_edit_last', '4'),
(1338, 3880, 'slide_template', 'default'),
(1339, 3880, '_wpb_vc_js_status', 'true'),
(1340, 3880, 'ultimatum-child-theme_layout', '14'),
(1341, 3880, '_edit_lock', '1596647905:4'),
(1342, 3882, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1343, 3882, '_edit_last', '1'),
(1344, 3882, 'slide_template', 'default'),
(1345, 3882, '_wpb_vc_js_status', 'false'),
(1346, 3882, 'ultimatum-child-theme_layout', ''),
(1347, 3882, '_edit_lock', '1455495123:1'),
(1348, 3884, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1349, 3884, '_edit_last', '2'),
(1350, 3884, '_edit_lock', '1455674089:2'),
(1351, 3884, 'slide_template', 'default'),
(1352, 3884, '_wpb_vc_js_status', 'false'),
(1353, 3884, 'ultimatum-child-theme_layout', '14'),
(1354, 3886, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1355, 3886, '_edit_last', '4'),
(1356, 3886, '_edit_lock', '1596646643:4'),
(1357, 3886, 'slide_template', 'default'),
(1358, 3886, '_wpb_vc_js_status', 'true'),
(1359, 3886, 'ultimatum-child-theme_layout', '7'),
(1360, 3888, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1361, 3888, '_edit_last', '2'),
(1362, 3888, '_edit_lock', '1455674397:2'),
(1363, 3888, 'slide_template', 'default'),
(1364, 3888, '_wpb_vc_js_status', 'true'),
(1365, 3888, 'ultimatum-child-theme_layout', '14'),
(1366, 3890, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1367, 3890, '_edit_last', '2'),
(1368, 3890, '_edit_lock', '1455674481:2'),
(1369, 3890, 'slide_template', 'default'),
(1370, 3890, '_wpb_vc_js_status', 'true'),
(1371, 3890, 'ultimatum-child-theme_layout', '14'),
(1459, 3910, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1460, 3910, '_menu_item_type', 'custom'),
(1461, 3910, '_menu_item_menu_item_parent', '0'),
(1462, 3910, '_menu_item_object_id', '3910'),
(1463, 3910, '_menu_item_object', 'custom'),
(1464, 3910, '_menu_item_target', ''),
(1465, 3910, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1466, 3910, '_menu_item_xfn', ''),
(1467, 3910, '_menu_item_url', '/randyreynolds'),
(1468, 3910, '_menu_item_ultimatum_megamenu_status', ''),
(1469, 3910, '_menu_item_ultimatum_megamenu_width', ''),
(1470, 3910, '_menu_item_ultimatum_megamenu_columns', ''),
(1471, 3910, '_menu_item_ultimatum_megamenu_title', ''),
(1472, 3910, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1473, 3910, '_menu_item_ultimatum_megamenu_icon', ''),
(1474, 3910, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1475, 3911, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1476, 3911, '_menu_item_type', 'custom'),
(1477, 3911, '_menu_item_menu_item_parent', '0'),
(1478, 3911, '_menu_item_object_id', '3911'),
(1479, 3911, '_menu_item_object', 'custom'),
(1480, 3911, '_menu_item_target', ''),
(1481, 3911, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1482, 3911, '_menu_item_xfn', ''),
(1483, 3911, '_menu_item_url', '/randyreynolds/homes-for-sale-featured/'),
(1484, 3911, '_menu_item_ultimatum_megamenu_status', ''),
(1485, 3911, '_menu_item_ultimatum_megamenu_width', ''),
(1486, 3911, '_menu_item_ultimatum_megamenu_columns', ''),
(1487, 3911, '_menu_item_ultimatum_megamenu_title', ''),
(1488, 3911, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1489, 3911, '_menu_item_ultimatum_megamenu_icon', ''),
(1490, 3911, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1491, 3912, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1492, 3912, '_menu_item_type', 'custom'),
(1493, 3912, '_menu_item_menu_item_parent', '0'),
(1494, 3912, '_menu_item_object_id', '3912'),
(1495, 3912, '_menu_item_object', 'custom'),
(1496, 3912, '_menu_item_target', ''),
(1497, 3912, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1498, 3912, '_menu_item_xfn', ''),
(1499, 3912, '_menu_item_url', '#'),
(1500, 3912, '_menu_item_ultimatum_megamenu_status', ''),
(1501, 3912, '_menu_item_ultimatum_megamenu_width', ''),
(1502, 3912, '_menu_item_ultimatum_megamenu_columns', ''),
(1503, 3912, '_menu_item_ultimatum_megamenu_title', ''),
(1504, 3912, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1505, 3912, '_menu_item_ultimatum_megamenu_icon', ''),
(1506, 3912, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1507, 3913, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1508, 3913, '_menu_item_type', 'custom'),
(1509, 3913, '_menu_item_menu_item_parent', '3912'),
(1510, 3913, '_menu_item_object_id', '3913'),
(1511, 3913, '_menu_item_object', 'custom'),
(1512, 3913, '_menu_item_target', ''),
(1513, 3913, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1514, 3913, '_menu_item_xfn', ''),
(1515, 3913, '_menu_item_url', '/randyreynolds/homes-for-sale-search/'),
(1516, 3913, '_menu_item_ultimatum_megamenu_status', ''),
(1517, 3913, '_menu_item_ultimatum_megamenu_width', ''),
(1518, 3913, '_menu_item_ultimatum_megamenu_columns', ''),
(1519, 3913, '_menu_item_ultimatum_megamenu_title', ''),
(1520, 3913, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1521, 3913, '_menu_item_ultimatum_megamenu_icon', ''),
(1522, 3913, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1523, 3914, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1524, 3914, '_menu_item_type', 'custom'),
(1525, 3914, '_menu_item_menu_item_parent', '3912'),
(1526, 3914, '_menu_item_object_id', '3914'),
(1527, 3914, '_menu_item_object', 'custom'),
(1528, 3914, '_menu_item_target', ''),
(1529, 3914, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1530, 3914, '_menu_item_xfn', ''),
(1531, 3914, '_menu_item_url', '/randyreynolds/open-home-search/'),
(1532, 3914, '_menu_item_ultimatum_megamenu_status', ''),
(1533, 3914, '_menu_item_ultimatum_megamenu_width', ''),
(1534, 3914, '_menu_item_ultimatum_megamenu_columns', ''),
(1535, 3914, '_menu_item_ultimatum_megamenu_title', ''),
(1536, 3914, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1537, 3914, '_menu_item_ultimatum_megamenu_icon', ''),
(1538, 3914, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1539, 3915, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1540, 3915, '_menu_item_type', 'custom'),
(1541, 3915, '_menu_item_menu_item_parent', '3912'),
(1542, 3915, '_menu_item_object_id', '3915'),
(1543, 3915, '_menu_item_object', 'custom'),
(1544, 3915, '_menu_item_target', ''),
(1545, 3915, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1546, 3915, '_menu_item_xfn', ''),
(1547, 3915, '_menu_item_url', '/randyreynolds/homes-for-sale-search-advanced/'),
(1548, 3915, '_menu_item_ultimatum_megamenu_status', ''),
(1549, 3915, '_menu_item_ultimatum_megamenu_width', ''),
(1550, 3915, '_menu_item_ultimatum_megamenu_columns', ''),
(1551, 3915, '_menu_item_ultimatum_megamenu_title', ''),
(1552, 3915, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1553, 3915, '_menu_item_ultimatum_megamenu_icon', ''),
(1554, 3915, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1555, 3916, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1556, 3916, '_menu_item_type', 'custom'),
(1557, 3916, '_menu_item_menu_item_parent', '0'),
(1558, 3916, '_menu_item_object_id', '3916'),
(1559, 3916, '_menu_item_object', 'custom'),
(1560, 3916, '_menu_item_target', ''),
(1561, 3916, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1562, 3916, '_menu_item_xfn', ''),
(1563, 3916, '_menu_item_url', '/randyreynolds/email-alerts/'),
(1564, 3916, '_menu_item_ultimatum_megamenu_status', ''),
(1565, 3916, '_menu_item_ultimatum_megamenu_width', ''),
(1566, 3916, '_menu_item_ultimatum_megamenu_columns', ''),
(1567, 3916, '_menu_item_ultimatum_megamenu_title', ''),
(1568, 3916, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1569, 3916, '_menu_item_ultimatum_megamenu_icon', ''),
(1570, 3916, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1571, 3917, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1572, 3917, '_menu_item_type', 'custom'),
(1573, 3917, '_menu_item_menu_item_parent', '0'),
(1574, 3917, '_menu_item_object_id', '3917'),
(1575, 3917, '_menu_item_object', 'custom'),
(1576, 3917, '_menu_item_target', ''),
(1577, 3917, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1578, 3917, '_menu_item_xfn', ''),
(1579, 3917, '_menu_item_url', '#'),
(1580, 3917, '_menu_item_ultimatum_megamenu_status', ''),
(1581, 3917, '_menu_item_ultimatum_megamenu_width', ''),
(1582, 3917, '_menu_item_ultimatum_megamenu_columns', ''),
(1583, 3917, '_menu_item_ultimatum_megamenu_title', ''),
(1584, 3917, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1585, 3917, '_menu_item_ultimatum_megamenu_icon', ''),
(1586, 3917, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1587, 3918, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1588, 3918, '_menu_item_type', 'custom'),
(1589, 3918, '_menu_item_menu_item_parent', '3917'),
(1590, 3918, '_menu_item_object_id', '3918'),
(1591, 3918, '_menu_item_object', 'custom'),
(1592, 3918, '_menu_item_target', ''),
(1593, 3918, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1594, 3918, '_menu_item_xfn', ''),
(1595, 3918, '_menu_item_url', '/randyreynolds/property-organizer-login/'),
(1596, 3918, '_menu_item_ultimatum_megamenu_status', ''),
(1597, 3918, '_menu_item_ultimatum_megamenu_width', ''),
(1598, 3918, '_menu_item_ultimatum_megamenu_columns', ''),
(1599, 3918, '_menu_item_ultimatum_megamenu_title', ''),
(1600, 3918, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1601, 3918, '_menu_item_ultimatum_megamenu_icon', ''),
(1602, 3918, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1603, 3919, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1604, 3919, '_menu_item_type', 'custom'),
(1605, 3919, '_menu_item_menu_item_parent', '3917'),
(1606, 3919, '_menu_item_object_id', '3919'),
(1607, 3919, '_menu_item_object', 'custom'),
(1608, 3919, '_menu_item_target', ''),
(1609, 3919, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1610, 3919, '_menu_item_xfn', ''),
(1611, 3919, '_menu_item_url', '/randyreynolds/valuation-form/'),
(1612, 3919, '_menu_item_ultimatum_megamenu_status', ''),
(1613, 3919, '_menu_item_ultimatum_megamenu_width', ''),
(1614, 3919, '_menu_item_ultimatum_megamenu_columns', ''),
(1615, 3919, '_menu_item_ultimatum_megamenu_title', ''),
(1616, 3919, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1617, 3919, '_menu_item_ultimatum_megamenu_icon', ''),
(1618, 3919, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1619, 3920, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1620, 3920, '_menu_item_type', 'custom'),
(1621, 3920, '_menu_item_menu_item_parent', '0'),
(1622, 3920, '_menu_item_object_id', '3920'),
(1623, 3920, '_menu_item_object', 'custom'),
(1624, 3920, '_menu_item_target', ''),
(1625, 3920, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1626, 3920, '_menu_item_xfn', ''),
(1627, 3920, '_menu_item_url', '/randyreynolds/contact-form/'),
(1628, 3920, '_menu_item_ultimatum_megamenu_status', ''),
(1629, 3920, '_menu_item_ultimatum_megamenu_width', ''),
(1630, 3920, '_menu_item_ultimatum_megamenu_columns', ''),
(1631, 3920, '_menu_item_ultimatum_megamenu_title', ''),
(1632, 3920, '_menu_item_ultimatum_megamenu_widgetarea', ''),
(1633, 3920, '_menu_item_ultimatum_megamenu_icon', ''),
(1634, 3920, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1669, 3880, '_wp_page_template', 'default'),
(1672, 3653, '_notice_variables', 'email'),
(1673, 3773, '_notice_variables', 'email'),
(1674, 3830, '_notice_variables', 'email'),
(1675, 3848, '_notice_variables', 'email'),
(1679, 3956, '_menu_item_type', 'post_type'),
(1680, 3956, '_menu_item_menu_item_parent', '3608'),
(1681, 3956, '_menu_item_object_id', '3878'),
(1682, 3956, '_menu_item_object', 'page'),
(1683, 3956, '_menu_item_target', ''),
(1684, 3956, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1685, 3956, '_menu_item_xfn', ''),
(1686, 3956, '_menu_item_url', ''),
(1688, 3956, '_menu_item_ultimatum_megamenu_status', 'enabled'),
(1689, 3956, '_menu_item_ultimatum_megamenu_width', ''),
(1690, 3956, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(1691, 3956, '_menu_item_ultimatum_megamenu_title', ''),
(1692, 3956, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(1693, 3956, '_menu_item_ultimatum_megamenu_icon', ''),
(1694, 3956, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(1710, 3975, '_wp_attached_file', '2016/02/mountains-1.png'),
(1711, 3975, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1162;s:6:\"height\";i:121;s:4:\"file\";s:23:\"2016/02/mountains-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"mountains-1-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"mountains-1-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"mountains-1-768x80.png\";s:5:\"width\";i:768;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"mountains-1-1024x107.png\";s:5:\"width\";i:1024;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1721, 3991, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1722, 3991, '_wpb_shortcodes_custom_css', '.vc_custom_1455677089809{margin-bottom: -10px !important;}.vc_custom_1455677001349{margin-top: -20px !important;padding-top: 0px !important;}'),
(1723, 3992, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1724, 3993, '_wp_attached_file', '2016/02/favicon.png'),
(1725, 3993, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2016/02/favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2722, 4058, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2723, 4058, '_menu_item_type', 'cd_nav_menu'),
(2724, 4058, '_menu_item_original_title', 'Dashboard'),
(2725, 4058, '_menu_item_object', 'custom'),
(2726, 4058, '_menu_item_object_id', '4058'),
(2727, 4058, '_menu_item_cd_type', 'wp_core'),
(2728, 4058, '_menu_item_cd_page_title', ''),
(2729, 4058, '_menu_item_cd_submenu_parent', ''),
(2730, 4058, '_menu_item_menu_item_parent', '0'),
(2731, 4058, '_menu_item_url', 'index.php'),
(2732, 4058, '_menu_item_cd_icon', 'dashicons-dashboard'),
(2733, 4058, '_menu_item_cd_params', ''),
(2734, 4058, '_menu_item_classes', ''),
(2736, 4060, '_wp_attached_file', '2016/02/Placeholder_Logo.jpg'),
(2737, 4060, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:435;s:6:\"height\";i:116;s:4:\"file\";s:28:\"2016/02/Placeholder_Logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Placeholder_Logo-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Placeholder_Logo-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2740, 4062, '_wp_attached_file', '2016/02/Number_1.png'),
(2741, 4062, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:27;s:6:\"height\";i:27;s:4:\"file\";s:20:\"2016/02/Number_1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2742, 4063, '_wp_attached_file', '2016/02/Placeholder_Slider.jpg'),
(2743, 4063, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2016/02/Placeholder_Slider.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Placeholder_Slider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Placeholder_Slider-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Placeholder_Slider-768x276.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Placeholder_Slider-1024x368.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2744, 4064, '_wp_attached_file', '2016/02/Placeholder_Image_300x220.jpg'),
(2745, 4064, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:220;s:4:\"file\";s:37:\"2016/02/Placeholder_Image_300x220.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Placeholder_Image_300x220-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Placeholder_Image_300x220-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2746, 4067, '_wp_attached_file', '2016/02/Placeholder_Logo_170x140.jpg'),
(2747, 4067, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:170;s:6:\"height\";i:140;s:4:\"file\";s:36:\"2016/02/Placeholder_Logo_170x140.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Placeholder_Logo_170x140-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2748, 4069, '_wp_attached_file', '2016/02/Placeholder_PersonalPhoto.jpg'),
(2749, 4069, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:288;s:6:\"height\";i:360;s:4:\"file\";s:37:\"2016/02/Placeholder_PersonalPhoto.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Placeholder_PersonalPhoto-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Placeholder_PersonalPhoto-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2750, 4074, '_wp_attached_file', '2016/02/favicon.jpg'),
(2751, 4074, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2016/02/favicon.jpg\";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:{}}}'),
(2822, 4081, '_wp_attached_file', '2016/02/Placeholder_PersonalPhoto_240x300.jpg'),
(2823, 4081, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:240;s:6:\"height\";i:300;s:4:\"file\";s:45:\"2016/02/Placeholder_PersonalPhoto_240x300.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Placeholder_PersonalPhoto_240x300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Placeholder_PersonalPhoto_240x300-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2827, 4085, '_wp_attached_file', '2016/02/Placeholder_PersonalPhoto_240x300-1.jpg'),
(2828, 4085, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:440;s:6:\"height\";i:140;s:4:\"file\";s:47:\"2016/02/Placeholder_PersonalPhoto_240x300-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Placeholder_PersonalPhoto_240x300-1-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Placeholder_PersonalPhoto_240x300-1-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2829, 4086, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2830, 4086, '_edit_last', '4'),
(2831, 4086, '_edit_lock', '1456769017:4'),
(2842, 4128, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2843, 4128, '_wpb_shortcodes_custom_css', '.vc_custom_1457304801774{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1457305058310{margin-bottom: 40px !important;padding-top: 40px !important;padding-bottom: 20px !important;}.vc_custom_1457305604224{margin-bottom: 20px !important;}.vc_custom_1457305727621{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1457304567410{margin-top: 60px !important;margin-bottom: 40px !important;}.vc_custom_1456011534564{margin-bottom: 40px !important;}.vc_custom_1456011512321{margin-bottom: 40px !important;}.vc_custom_1456011497216{margin-bottom: 40px !important;}'),
(2869, 4136, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2870, 4136, 'templatera', 'a:0:{}'),
(2871, 4137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2872, 4137, 'templatera', 'a:0:{}'),
(2873, 4138, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2874, 4138, 'templatera', 'a:0:{}'),
(2875, 4139, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2876, 4139, 'templatera', 'a:0:{}'),
(2877, 4140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2878, 4140, 'templatera', 'a:0:{}'),
(2879, 4141, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2880, 4141, 'templatera', 'a:0:{}'),
(2881, 4142, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2882, 4142, 'templatera', 'a:0:{}'),
(2883, 3848, '_notice_html', '1'),
(2884, 3830, '_notice_html', '1'),
(2885, 3773, '_notice_html', '1'),
(2886, 3764, '_notice_variables', 'email'),
(2887, 3764, '_notice_html', '1'),
(2888, 3653, '_notice_html', '1'),
(2894, 4153, '_wp_attached_file', '2018/01/Email_cutout-1.png'),
(2895, 4153, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:24;s:6:\"height\";i:15;s:4:\"file\";s:26:\"2018/01/Email_cutout-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2898, 4155, '_wp_attached_file', '2018/01/Phone_cutout.png'),
(2899, 4155, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:17;s:6:\"height\";i:26;s:4:\"file\";s:24:\"2018/01/Phone_cutout.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2900, 4157, '_wp_attached_file', '2018/01/Logo_Website.jpg'),
(2901, 4157, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:24:\"2018/01/Logo_Website.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Logo_Website-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Logo_Website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2902, 4158, '_wp_attached_file', '2018/01/FrontPage_photo1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2903, 4158, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:28:\"2018/01/FrontPage_photo1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2904, 4161, '_wp_attached_file', '2018/01/FrontPage_photo2.jpg'),
(2905, 4161, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:28:\"2018/01/FrontPage_photo2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2906, 4162, '_wp_attached_file', '2018/01/FrontPage_photo3.jpg'),
(2907, 4162, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:28:\"2018/01/FrontPage_photo3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2908, 4163, '_wp_attached_file', '2018/01/FrontPage_photo4.jpg'),
(2909, 4163, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:28:\"2018/01/FrontPage_photo4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2910, 4164, '_wp_attached_file', '2018/01/FrontPage_photo5.jpg'),
(2911, 4164, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:28:\"2018/01/FrontPage_photo5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"FrontPage_photo5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2912, 4166, '_wp_attached_file', '2018/01/FrontPage_slider1.jpg'),
(2913, 4166, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1281;s:6:\"height\";i:1047;s:4:\"file\";s:29:\"2018/01/FrontPage_slider1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FrontPage_slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"FrontPage_slider1-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"FrontPage_slider1-768x628.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"FrontPage_slider1-1024x837.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:837;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2914, 4167, '_wp_attached_file', '2018/01/Pinnacle-Stock_32.jpg'),
(2915, 4167, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2018/01/Pinnacle-Stock_32.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_32-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_32-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_32-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2916, 4168, '_wp_attached_file', '2018/01/Pinnacle-Stock_29.jpg'),
(2917, 4168, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2018/01/Pinnacle-Stock_29.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_29-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_29-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_29-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2918, 4169, '_wp_attached_file', '2018/01/Pinnacle-Stock_41.jpg'),
(2919, 4169, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:29:\"2018/01/Pinnacle-Stock_41.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_41-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_41-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_41-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2922, 4171, '_wp_attached_file', '2018/01/Kentwood_Logo.png'),
(2923, 4171, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:256;s:6:\"height\";i:197;s:4:\"file\";s:25:\"2018/01/Kentwood_Logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Kentwood_Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2928, 4188, '_wp_attached_file', '2018/01/1650-FIllmore_06.jpg'),
(2929, 4188, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1666;s:4:\"file\";s:28:\"2018/01/1650-FIllmore_06.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"1650-FIllmore_06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"1650-FIllmore_06-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"1650-FIllmore_06-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"1650-FIllmore_06-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Joseph Deats\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1509296073\";s:9:\"copyright\";s:15:\"Luminance Tours\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2930, 4189, '_wp_attached_file', '2018/01/Pinnacle-Stock_38.jpg'),
(2931, 4189, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:29:\"2018/01/Pinnacle-Stock_38.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_38-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_38-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_38-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2932, 4190, '_wp_attached_file', '2018/01/Pinnacle-Stock_44.jpg'),
(2933, 4190, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:29:\"2018/01/Pinnacle-Stock_44.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_44-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_44-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_44-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_44-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2937, 4271, '_wp_attached_file', '2018/01/Panel-Lifestyle.png'),
(2938, 4271, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:760;s:6:\"height\";i:250;s:4:\"file\";s:27:\"2018/01/Panel-Lifestyle.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Panel-Lifestyle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Panel-Lifestyle-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2939, 4274, '_wp_attached_file', '2018/01/Panel-Pinnacle.png'),
(2940, 4274, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:760;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2018/01/Panel-Pinnacle.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Panel-Pinnacle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Panel-Pinnacle-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2941, 4276, '_wp_attached_file', '2018/01/Panel-Market.png'),
(2942, 4276, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:760;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2018/01/Panel-Market.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Panel-Market-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Panel-Market-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2943, 4278, '_wp_attached_file', '2018/01/Panel-OurListings.png'),
(2944, 4278, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:760;s:6:\"height\";i:250;s:4:\"file\";s:29:\"2018/01/Panel-OurListings.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Panel-OurListings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Panel-OurListings-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2945, 4280, '_wp_attached_file', '2018/01/Panel-ContactTricia.png'),
(2946, 4280, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:760;s:6:\"height\";i:250;s:4:\"file\";s:31:\"2018/01/Panel-ContactTricia.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Panel-ContactTricia-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Panel-ContactTricia-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2953, 4287, '_wp_attached_file', '2018/01/Pinnacle-Stock_12.jpg'),
(2954, 4287, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2018/01/Pinnacle-Stock_12.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_12-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_12-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2955, 4288, '_wp_attached_file', '2018/01/Pinnacle-Stock_27.jpg'),
(2956, 4288, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:29:\"2018/01/Pinnacle-Stock_27.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_27-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_27-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_27-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2961, 4291, '_wp_attached_file', '2018/01/Pane_1.jpg'),
(2962, 4291, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:18:\"2018/01/Pane_1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Pane_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Pane_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2963, 4292, '_wp_attached_file', '2018/01/Pane_2.jpg'),
(2964, 4292, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:18:\"2018/01/Pane_2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Pane_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Pane_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2965, 4293, '_wp_attached_file', '2018/01/Pane_3.jpg'),
(2966, 4293, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:18:\"2018/01/Pane_3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Pane_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Pane_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2967, 4294, '_wp_attached_file', '2018/01/Pane_4.jpg'),
(2968, 4294, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:18:\"2018/01/Pane_4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Pane_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Pane_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2969, 4297, '_wp_attached_file', '2018/01/Denver_Skyline_Dusk.jpg'),
(2970, 4297, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2738;s:6:\"height\";i:1825;s:4:\"file\";s:31:\"2018/01/Denver_Skyline_Dusk.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Denver_Skyline_Dusk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Denver_Skyline_Dusk-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Denver_Skyline_Dusk-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Denver_Skyline_Dusk-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2973, 4299, '_wpb_shortcodes_custom_css', '.vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1519175034732{margin-bottom: 10px !important;}.vc_custom_1669750873402{margin-top: 20px !important;}'),
(2974, 4299, '_wp_page_template', 'default'),
(2975, 4299, 'layout', 'list-post'),
(2976, 4299, 'content_width', 'default_width'),
(2977, 4299, 'imagefilter_options', 'initial'),
(2978, 4299, 'imagefilter_options_hover', 'initial'),
(2979, 4299, 'imagefilter_applyto', 'initial'),
(2980, 4299, 'body_background_repeat', 'fullcover'),
(2981, 4299, 'color_scheme_mode', 'color-presets'),
(2982, 4299, 'color_design', 'default'),
(2983, 4299, 'typography_mode', 'typography-presets'),
(2984, 4299, 'font_design', 'default'),
(2985, 4299, 'body_font', 'default'),
(2986, 4299, 'heading_font', 'default'),
(2987, 4299, 'header_design', 'header-horizontal'),
(2988, 4299, 'fixed_header', 'yes'),
(2989, 4299, 'full_height_header', 'default'),
(2990, 4299, 'header_wrap', 'solid'),
(2991, 4299, 'background_repeat', 'fullcover'),
(2992, 4299, 'footer_design', 'default'),
(2993, 4299, 'page_layout', 'sidebar-none'),
(2994, 4299, 'hide_page_title', 'yes'),
(2995, 4299, 'order', 'desc'),
(2996, 4299, 'orderby', 'content'),
(2997, 4299, 'display_content', 'content'),
(2998, 4299, 'feature_size_page', 'blank'),
(2999, 4299, 'hide_title', 'default'),
(3000, 4299, 'unlink_title', 'default'),
(3001, 4299, 'hide_date', 'default'),
(3002, 4299, 'hide_image', 'default'),
(3003, 4299, 'unlink_image', 'default'),
(3004, 4299, 'hide_navigation', 'default'),
(3005, 4299, 'portfolio_order', 'desc'),
(3006, 4299, 'portfolio_orderby', 'content'),
(3007, 4299, 'portfolio_layout', 'list-post'),
(3008, 4299, 'portfolio_display_content', 'content'),
(3009, 4299, 'portfolio_feature_size_page', 'blank'),
(3010, 4299, 'portfolio_hide_title', 'default'),
(3011, 4299, 'portfolio_unlink_title', 'default'),
(3012, 4299, 'portfolio_hide_meta_all', 'default'),
(3013, 4299, 'portfolio_hide_image', 'default'),
(3014, 4299, 'portfolio_unlink_image', 'default'),
(3015, 4299, 'portfolio_hide_navigation', 'default'),
(3016, 4299, 'builder_switch_frontend', '0'),
(3018, 4299, '_wpb_vc_js_status', 'true'),
(3020, 4299, 'exclude_site_logo', 'no'),
(3021, 4299, 'exclude_social_widget', 'no'),
(3022, 4299, 'exclude_menu_navigation', 'no'),
(3023, 4299, 'footer_widget_position', 'top'),
(3024, 4299, 'ultimatum_layout', '5'),
(3025, 4299, '_wpb_shortcodes_custom_css', '.vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1519175034732{margin-bottom: 10px !important;}.vc_custom_1669750873402{margin-top: 20px !important;}'),
(3026, 4299, 'ultimatum-child-theme_layout', '17'),
(3027, 4299, '_dp_original', '42'),
(3028, 4299, '_edit_lock', '1669751845:4'),
(3029, 4299, '_edit_last', '4'),
(3031, 4302, '_menu_item_type', 'post_type'),
(3032, 4302, '_menu_item_menu_item_parent', '4533'),
(3033, 4302, '_menu_item_object_id', '4299'),
(3034, 4302, '_menu_item_object', 'page'),
(3035, 4302, '_menu_item_target', ''),
(3036, 4302, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3037, 4302, '_menu_item_xfn', ''),
(3038, 4302, '_menu_item_url', ''),
(3040, 4302, '_menu_item_ultimatum_megamenu_status', 'enabled'),
(3041, 4302, '_menu_item_ultimatum_megamenu_width', ''),
(3042, 4302, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(3043, 4302, '_menu_item_ultimatum_megamenu_title', ''),
(3044, 4302, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(3045, 4302, '_menu_item_ultimatum_megamenu_icon', ''),
(3046, 4302, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(3053, 4309, '_wp_attached_file', '2018/01/FrontPage_slider_cutout-1.png'),
(3054, 4309, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2018/01/FrontPage_slider_cutout-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"FrontPage_slider_cutout-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"FrontPage_slider_cutout-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"FrontPage_slider_cutout-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"FrontPage_slider_cutout-1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3055, 4322, '_wp_attached_file', '2018/01/Pane_5.jpg'),
(3056, 4322, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:18:\"2018/01/Pane_5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Pane_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Pane_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3057, 4326, '_wp_attached_file', '2018/01/Pinnacle-Stock_02.jpg'),
(3058, 4326, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:29:\"2018/01/Pinnacle-Stock_02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_02-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_02-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3059, 4327, '_wp_attached_file', '2018/01/Pinnacle-Stock_15.jpg'),
(3060, 4327, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:29:\"2018/01/Pinnacle-Stock_15.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_15-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_15-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3061, 4328, '_wp_attached_file', '2018/01/FrontPage_photo5-1.jpg'),
(3062, 4328, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:30:\"2018/01/FrontPage_photo5-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"FrontPage_photo5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"FrontPage_photo5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3065, 4331, '_wp_attached_file', '2018/01/Slider_Downtown.jpg'),
(3066, 4331, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:27:\"2018/01/Slider_Downtown.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Slider_Downtown-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Slider_Downtown-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Slider_Downtown-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Slider_Downtown-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3067, 4332, '_wp_attached_file', '2018/01/Slider_House.jpg'),
(3068, 4332, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2018/01/Slider_House.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Slider_House-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Slider_House-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Slider_House-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Slider_House-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3069, 4333, '_wp_attached_file', '2018/01/Slider_Lifestyle.jpg'),
(3070, 4333, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2018/01/Slider_Lifestyle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Slider_Lifestyle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Slider_Lifestyle-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Slider_Lifestyle-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Slider_Lifestyle-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3071, 4334, '_wp_attached_file', '2018/01/Slider_Lodo.jpg'),
(3072, 4334, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:23:\"2018/01/Slider_Lodo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Slider_Lodo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Slider_Lodo-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Slider_Lodo-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Slider_Lodo-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3073, 4335, '_wp_attached_file', '2018/01/Slider_Skiing.jpg'),
(3074, 4335, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2018/01/Slider_Skiing.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Slider_Skiing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Slider_Skiing-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Slider_Skiing-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Slider_Skiing-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3075, 4336, '_wp_attached_file', '2018/01/Panel-SearchHomes2.png'),
(3076, 4336, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:760;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2018/01/Panel-SearchHomes2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Panel-SearchHomes2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Panel-SearchHomes2-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3079, 4339, '_wp_attached_file', '2018/01/logo.png'),
(3080, 4339, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:425;s:6:\"height\";i:141;s:4:\"file\";s:16:\"2018/01/logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x141.png\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3081, 4340, '_wp_attached_file', '2018/01/logo-1.png'),
(3082, 4340, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:425;s:6:\"height\";i:141;s:4:\"file\";s:18:\"2018/01/logo-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-1-150x141.png\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3083, 4341, '_wp_attached_file', '2018/01/Tagline_FrontPage.jpg'),
(3084, 4341, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1187;s:6:\"height\";i:70;s:4:\"file\";s:29:\"2018/01/Tagline_FrontPage.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Tagline_FrontPage-150x70.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Tagline_FrontPage-300x18.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Tagline_FrontPage-768x45.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Tagline_FrontPage-1024x60.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3087, 4345, '_wp_attached_file', '2018/01/1650-FIllmore_PinnacleSlider.jpg'),
(3088, 4345, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:993;s:6:\"height\";i:631;s:4:\"file\";s:40:\"2018/01/1650-FIllmore_PinnacleSlider.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"1650-FIllmore_PinnacleSlider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"1650-FIllmore_PinnacleSlider-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"1650-FIllmore_PinnacleSlider-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3089, 4346, '_wp_attached_file', '2018/01/1650-FIllmore_Slider.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3090, 4346, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1393;s:6:\"height\";i:726;s:4:\"file\";s:32:\"2018/01/1650-FIllmore_Slider.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"1650-FIllmore_Slider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"1650-FIllmore_Slider-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"1650-FIllmore_Slider-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"1650-FIllmore_Slider-1024x534.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3092, 4346, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.0162850193581601070114128759769300813786685466766357421875;s:5:\"bytes\";i:31;s:11:\"size_before\";i:190359;s:10:\"size_after\";i:190328;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7213;s:10:\"size_after\";i:7213;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13956;s:10:\"size_after\";i:13956;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:31;s:11:\"size_before\";i:64920;s:10:\"size_after\";i:64889;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104270;s:10:\"size_after\";i:104270;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3093, 4345, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.596967309150899350100871743052266538143157958984375;s:5:\"bytes\";i:24376;s:11:\"size_before\";i:677682;s:10:\"size_after\";i:653306;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6678;s:10:\"size_after\";i:6678;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14970;s:10:\"size_after\";i:14970;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:393;s:11:\"size_before\";i:70470;s:10:\"size_after\";i:70077;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:23983;s:11:\"size_before\";i:585564;s:10:\"size_after\";i:561581;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),
(3095, 4341, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.38394989411075552965257884352467954158782958984375;s:5:\"bytes\";i:751;s:11:\"size_before\";i:22193;s:10:\"size_after\";i:21442;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1379;s:10:\"size_after\";i:1379;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1653;s:10:\"size_after\";i:1653;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:292;s:11:\"size_before\";i:7589;s:10:\"size_after\";i:7297;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:459;s:11:\"size_before\";i:11572;s:10:\"size_after\";i:11113;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3096, 4340, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.474109796272546901718669687397778034210205078125;s:5:\"bytes\";i:26662;s:11:\"size_before\";i:130223;s:10:\"size_after\";i:103561;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7094;s:11:\"size_before\";i:21383;s:10:\"size_after\";i:14289;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5610;s:11:\"size_before\";i:38911;s:10:\"size_after\";i:33301;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:13958;s:11:\"size_before\";i:69929;s:10:\"size_after\";i:55971;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),
(3097, 4339, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.474109796272546901718669687397778034210205078125;s:5:\"bytes\";i:26662;s:11:\"size_before\";i:130223;s:10:\"size_after\";i:103561;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7094;s:11:\"size_before\";i:21383;s:10:\"size_after\";i:14289;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5610;s:11:\"size_before\";i:38911;s:10:\"size_after\";i:33301;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:13958;s:11:\"size_before\";i:69929;s:10:\"size_after\";i:55971;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3098, 4336, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.967647326481966274513979442417621612548828125;s:5:\"bytes\";i:74959;s:11:\"size_before\";i:626347;s:10:\"size_after\";i:551388;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6275;s:11:\"size_before\";i:52202;s:10:\"size_after\";i:45927;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:9053;s:11:\"size_before\";i:75799;s:10:\"size_after\";i:66746;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:59631;s:11:\"size_before\";i:498346;s:10:\"size_after\";i:438715;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}}}'),
(3099, 4335, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.5786025292006959919177688789204694330692291259765625;s:5:\"bytes\";i:695;s:11:\"size_before\";i:120117;s:10:\"size_after\";i:119422;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4829;s:10:\"size_after\";i:4829;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8581;s:10:\"size_after\";i:8581;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:323;s:11:\"size_before\";i:40757;s:10:\"size_after\";i:40434;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:372;s:11:\"size_before\";i:65950;s:10:\"size_after\";i:65578;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),
(3100, 4334, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.39891436293259463496951866545714437961578369140625;s:5:\"bytes\";i:13356;s:11:\"size_before\";i:392949;s:10:\"size_after\";i:379593;s:4:\"time\";d:0.210000000000000019984014443252817727625370025634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:136;s:11:\"size_before\";i:10604;s:10:\"size_after\";i:10468;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:699;s:11:\"size_before\";i:24062;s:10:\"size_after\";i:23363;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:4791;s:11:\"size_before\";i:134020;s:10:\"size_after\";i:129229;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:7730;s:11:\"size_before\";i:224263;s:10:\"size_after\";i:216533;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),
(3101, 4333, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.046815383699053025878811240545473992824554443359375;s:5:\"bytes\";i:5842;s:11:\"size_before\";i:285419;s:10:\"size_after\";i:279577;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.81999999999999995115018691649311222136020660400390625;s:5:\"bytes\";i:82;s:11:\"size_before\";i:9970;s:10:\"size_after\";i:9888;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:567;s:11:\"size_before\";i:21478;s:10:\"size_after\";i:20911;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2209;s:11:\"size_before\";i:99072;s:10:\"size_after\";i:96863;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:2984;s:11:\"size_before\";i:154899;s:10:\"size_after\";i:151915;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3102, 4332, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.217566960262981723417397006414830684661865234375;s:5:\"bytes\";i:18488;s:11:\"size_before\";i:438357;s:10:\"size_after\";i:419869;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:165;s:11:\"size_before\";i:11514;s:10:\"size_after\";i:11349;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:912;s:11:\"size_before\";i:26232;s:10:\"size_after\";i:25320;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:6377;s:11:\"size_before\";i:148861;s:10:\"size_after\";i:142484;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:11034;s:11:\"size_before\";i:251750;s:10:\"size_after\";i:240716;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),
(3103, 4331, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.81214106054957546643180421597207896411418914794921875;s:5:\"bytes\";i:1721;s:11:\"size_before\";i:211909;s:10:\"size_after\";i:210188;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7563;s:10:\"size_after\";i:7563;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:40;s:11:\"size_before\";i:15471;s:10:\"size_after\";i:15431;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:690;s:11:\"size_before\";i:72649;s:10:\"size_after\";i:71959;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.84999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:991;s:11:\"size_before\";i:116226;s:10:\"size_after\";i:115235;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(3104, 4328, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9400801475733098211406968403025530278682708740234375;s:5:\"bytes\";i:305;s:11:\"size_before\";i:15721;s:10:\"size_after\";i:15416;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2263;s:10:\"size_after\";i:2263;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:107;s:11:\"size_before\";i:6169;s:10:\"size_after\";i:6062;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:198;s:11:\"size_before\";i:7289;s:10:\"size_after\";i:7091;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3105, 4327, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.58102059086839741297580985701642930507659912109375;s:5:\"bytes\";i:9960;s:11:\"size_before\";i:278133;s:10:\"size_after\";i:268173;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:125;s:11:\"size_before\";i:7582;s:10:\"size_after\";i:7457;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:634;s:11:\"size_before\";i:18310;s:10:\"size_after\";i:17676;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:3414;s:11:\"size_before\";i:93865;s:10:\"size_after\";i:90451;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:5787;s:11:\"size_before\";i:158376;s:10:\"size_after\";i:152589;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),
(3106, 4326, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.15905052945775022266161613515578210353851318359375;s:5:\"bytes\";i:4557;s:11:\"size_before\";i:211065;s:10:\"size_after\";i:206508;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5945;s:10:\"size_after\";i:5945;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:9;s:11:\"size_before\";i:14091;s:10:\"size_after\";i:14082;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1614;s:11:\"size_before\";i:71569;s:10:\"size_after\";i:69955;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2934;s:11:\"size_before\";i:119460;s:10:\"size_after\";i:116526;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3107, 4322, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.99822395448141065799063653685152530670166015625;s:5:\"bytes\";i:5554;s:11:\"size_before\";i:185243;s:10:\"size_after\";i:179689;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.67000000000000003996802888650563545525074005126953125;s:5:\"bytes\";i:59;s:11:\"size_before\";i:8794;s:10:\"size_after\";i:8735;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:798;s:11:\"size_before\";i:30886;s:10:\"size_after\";i:30088;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4697;s:11:\"size_before\";i:145563;s:10:\"size_after\";i:140866;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(3108, 4309, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.08220323967547800425581527861140784807503223419189453125;s:5:\"bytes\";i:682;s:11:\"size_before\";i:829651;s:10:\"size_after\";i:828969;s:4:\"time\";d:6.839999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:69;s:11:\"size_before\";i:23796;s:10:\"size_after\";i:23727;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.409999999999999975575093458246556110680103302001953125;s:5:\"bytes\";i:210;s:11:\"size_before\";i:50817;s:10:\"size_after\";i:50607;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:173;s:11:\"size_before\";i:284378;s:10:\"size_after\";i:284205;s:4:\"time\";d:2.3300000000000000710542735760100185871124267578125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:230;s:11:\"size_before\";i:470660;s:10:\"size_after\";i:470430;s:4:\"time\";d:3.899999999999999911182158029987476766109466552734375;}}}'),
(3109, 4297, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9680125768002951769375385993043892085552215576171875;s:5:\"bytes\";i:6134;s:11:\"size_before\";i:311685;s:10:\"size_after\";i:305551;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8129;s:10:\"size_after\";i:8129;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:253;s:11:\"size_before\";i:19528;s:10:\"size_after\";i:19275;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:105536;s:10:\"size_after\";i:103369;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3714;s:11:\"size_before\";i:178492;s:10:\"size_after\";i:174778;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),
(3110, 4294, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.8647120107158803303804006645805202424526214599609375;s:5:\"bytes\";i:581;s:11:\"size_before\";i:67190;s:10:\"size_after\";i:66609;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8084;s:10:\"size_after\";i:8084;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:139;s:11:\"size_before\";i:24149;s:10:\"size_after\";i:24010;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:442;s:11:\"size_before\";i:34957;s:10:\"size_after\";i:34515;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3111, 4293, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.3443167658867505309672196744941174983978271484375;s:5:\"bytes\";i:971;s:11:\"size_before\";i:72230;s:10:\"size_after\";i:71259;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:7;s:11:\"size_before\";i:8667;s:10:\"size_after\";i:8660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:307;s:11:\"size_before\";i:25732;s:10:\"size_after\";i:25425;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:657;s:11:\"size_before\";i:37831;s:10:\"size_after\";i:37174;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3112, 4292, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.46473565198664790187876860727556049823760986328125;s:5:\"bytes\";i:2289;s:11:\"size_before\";i:92870;s:10:\"size_after\";i:90581;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5500000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:159;s:11:\"size_before\";i:10266;s:10:\"size_after\";i:10107;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:856;s:11:\"size_before\";i:33182;s:10:\"size_after\";i:32326;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1274;s:11:\"size_before\";i:49422;s:10:\"size_after\";i:48148;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3113, 4291, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.371396513032971054002473465516231954097747802734375;s:5:\"bytes\";i:2198;s:11:\"size_before\";i:92688;s:10:\"size_after\";i:90490;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:183;s:11:\"size_before\";i:10311;s:10:\"size_after\";i:10128;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:843;s:11:\"size_before\";i:33144;s:10:\"size_after\";i:32301;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:49233;s:10:\"size_after\";i:48061;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3114, 4288, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.51819230549914241379383383900858461856842041015625;s:5:\"bytes\";i:5741;s:11:\"size_before\";i:227981;s:10:\"size_after\";i:222240;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:65;s:11:\"size_before\";i:6908;s:10:\"size_after\";i:6843;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:443;s:11:\"size_before\";i:15981;s:10:\"size_after\";i:15538;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1950;s:11:\"size_before\";i:76907;s:10:\"size_after\";i:74957;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3283;s:11:\"size_before\";i:128185;s:10:\"size_after\";i:124902;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3115, 4287, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.231097797330303222906877635978162288665771484375;s:5:\"bytes\";i:11243;s:11:\"size_before\";i:265723;s:10:\"size_after\";i:254480;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:26;s:11:\"size_before\";i:6692;s:10:\"size_after\";i:6666;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:383;s:11:\"size_before\";i:15468;s:10:\"size_after\";i:15085;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3677;s:11:\"size_before\";i:88424;s:10:\"size_after\";i:84747;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:7157;s:11:\"size_before\";i:155139;s:10:\"size_after\";i:147982;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(3116, 4280, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.48901864603816846965855802409350872039794921875;s:5:\"bytes\";i:51889;s:11:\"size_before\";i:415477;s:10:\"size_after\";i:363588;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4822;s:11:\"size_before\";i:39849;s:10:\"size_after\";i:35027;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7162;s:11:\"size_before\";i:58501;s:10:\"size_after\";i:51339;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:39905;s:11:\"size_before\";i:317127;s:10:\"size_after\";i:277222;s:4:\"time\";d:0.81999999999999995115018691649311222136020660400390625;}}}'),
(3117, 4278, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.2281070842077053129060004721395671367645263671875;s:5:\"bytes\";i:53631;s:11:\"size_before\";i:376937;s:10:\"size_after\";i:323306;s:4:\"time\";d:1.729999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4423;s:11:\"size_before\";i:37294;s:10:\"size_after\";i:32871;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6250;s:11:\"size_before\";i:51128;s:10:\"size_after\";i:44878;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:42958;s:11:\"size_before\";i:288515;s:10:\"size_after\";i:245557;s:4:\"time\";d:1.3300000000000000710542735760100185871124267578125;}}}'),
(3118, 4276, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2270736234965653466133517213165760040283203125;s:5:\"bytes\";i:63202;s:11:\"size_before\";i:477823;s:10:\"size_after\";i:414621;s:4:\"time\";d:1.140000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:5771;s:11:\"size_before\";i:44394;s:10:\"size_after\";i:38623;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7098;s:11:\"size_before\";i:57215;s:10:\"size_after\";i:50117;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:50333;s:11:\"size_before\";i:376214;s:10:\"size_after\";i:325881;s:4:\"time\";d:0.75;}}}'),
(3119, 4274, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.588455350485933337267852039076387882232666015625;s:5:\"bytes\";i:57744;s:11:\"size_before\";i:458706;s:10:\"size_after\";i:400962;s:4:\"time\";d:1.060000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:6162;s:11:\"size_before\";i:46941;s:10:\"size_after\";i:40779;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7439;s:11:\"size_before\";i:59760;s:10:\"size_after\";i:52321;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:44143;s:11:\"size_before\";i:352005;s:10:\"size_after\";i:307862;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;}}}'),
(3120, 4271, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.3084220209812063018262051627971231937408447265625;s:5:\"bytes\";i:63075;s:11:\"size_before\";i:473948;s:10:\"size_after\";i:410873;s:4:\"time\";d:1.060000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6169;s:11:\"size_before\";i:45182;s:10:\"size_after\";i:39013;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:8227;s:11:\"size_before\";i:62766;s:10:\"size_after\";i:54539;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:48679;s:11:\"size_before\";i:366000;s:10:\"size_after\";i:317321;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}}}'),
(3122, 4190, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.20170204440966443826255272142589092254638671875;s:5:\"bytes\";i:21556;s:11:\"size_before\";i:347582;s:10:\"size_after\";i:326026;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:649;s:11:\"size_before\";i:9042;s:10:\"size_after\";i:8393;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1441;s:11:\"size_before\";i:21643;s:10:\"size_after\";i:20202;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:7345;s:11:\"size_before\";i:117911;s:10:\"size_after\";i:110566;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12121;s:11:\"size_before\";i:198986;s:10:\"size_after\";i:186865;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),
(3123, 4189, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4182008200016067434034994221292436122894287109375;s:5:\"bytes\";i:19959;s:11:\"size_before\";i:310975;s:10:\"size_after\";i:291016;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:709;s:11:\"size_before\";i:9496;s:10:\"size_after\";i:8787;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:21697;s:10:\"size_after\";i:20122;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:7084;s:11:\"size_before\";i:106914;s:10:\"size_after\";i:99830;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:10591;s:11:\"size_before\";i:172868;s:10:\"size_after\";i:162277;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),
(3124, 4188, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.713170743812933327632208602153696119785308837890625;s:5:\"bytes\";i:5985;s:11:\"size_before\";i:161183;s:10:\"size_after\";i:155198;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:309;s:11:\"size_before\";i:5686;s:10:\"size_after\";i:5377;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:484;s:11:\"size_before\";i:12581;s:10:\"size_after\";i:12097;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1888;s:11:\"size_before\";i:54871;s:10:\"size_after\";i:52983;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:3304;s:11:\"size_before\";i:88045;s:10:\"size_after\";i:84741;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(3125, 4171, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.721569336467183575223316438496112823486328125;s:5:\"bytes\";i:5454;s:11:\"size_before\";i:27655;s:10:\"size_after\";i:22201;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4987;s:11:\"size_before\";i:21406;s:10:\"size_after\";i:16419;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:467;s:11:\"size_before\";i:6249;s:10:\"size_after\";i:5782;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3126, 4169, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.4823564188148932174726724042557179927825927734375;s:5:\"bytes\";i:30375;s:11:\"size_before\";i:405955;s:10:\"size_after\";i:375580;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:898;s:11:\"size_before\";i:10445;s:10:\"size_after\";i:9547;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1928;s:11:\"size_before\";i:24432;s:10:\"size_after\";i:22504;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:10423;s:11:\"size_before\";i:138934;s:10:\"size_after\";i:128511;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:17126;s:11:\"size_before\";i:232144;s:10:\"size_after\";i:215018;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3127, 4168, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.73927657213676933878332420135848224163055419921875;s:5:\"bytes\";i:17690;s:11:\"size_before\";i:308227;s:10:\"size_after\";i:290537;s:4:\"time\";d:0.169999999999999984456877655247808434069156646728515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:614;s:11:\"size_before\";i:8945;s:10:\"size_after\";i:8331;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1389;s:11:\"size_before\";i:20876;s:10:\"size_after\";i:19487;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6008;s:11:\"size_before\";i:105189;s:10:\"size_after\";i:99181;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9679;s:11:\"size_before\";i:173217;s:10:\"size_after\";i:163538;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(3128, 4167, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.008471103958612502538016997277736663818359375;s:5:\"bytes\";i:8120;s:11:\"size_before\";i:202571;s:10:\"size_after\";i:194451;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:295;s:11:\"size_before\";i:5711;s:10:\"size_after\";i:5416;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:612;s:11:\"size_before\";i:13082;s:10:\"size_after\";i:12470;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2638;s:11:\"size_before\";i:68216;s:10:\"size_after\";i:65578;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4575;s:11:\"size_before\";i:115562;s:10:\"size_after\";i:110987;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),
(3129, 4166, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.773702228743100572927460234495811164379119873046875;s:5:\"bytes\";i:6352;s:11:\"size_before\";i:229008;s:10:\"size_after\";i:222656;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:405;s:11:\"size_before\";i:7426;s:10:\"size_after\";i:7021;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:850;s:11:\"size_before\";i:19088;s:10:\"size_after\";i:18238;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2224;s:11:\"size_before\";i:79736;s:10:\"size_after\";i:77512;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2873;s:11:\"size_before\";i:122758;s:10:\"size_after\";i:119885;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(3130, 4164, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.950561922161323735736004891805350780487060546875;s:5:\"bytes\";i:1978;s:11:\"size_before\";i:18063;s:10:\"size_after\";i:16085;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:450;s:11:\"size_before\";i:2980;s:10:\"size_after\";i:2530;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1283;s:11:\"size_before\";i:7211;s:10:\"size_after\";i:5928;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:245;s:11:\"size_before\";i:7872;s:10:\"size_after\";i:7627;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3131, 4163, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.925224646983311860282128691324032843112945556640625;s:5:\"bytes\";i:1823;s:11:\"size_before\";i:62320;s:10:\"size_after\";i:60497;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:602;s:11:\"size_before\";i:8386;s:10:\"size_after\";i:7784;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1221;s:11:\"size_before\";i:22745;s:10:\"size_after\";i:21524;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31189;s:10:\"size_after\";i:31189;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3132, 4162, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2508461209870862518300782539881765842437744140625;s:5:\"bytes\";i:1370;s:11:\"size_before\";i:60866;s:10:\"size_after\";i:59496;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:489;s:11:\"size_before\";i:7771;s:10:\"size_after\";i:7282;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:881;s:11:\"size_before\";i:21747;s:10:\"size_after\";i:20866;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31348;s:10:\"size_after\";i:31348;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3133, 4161, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.793235260048650303588146925903856754302978515625;s:5:\"bytes\";i:4138;s:11:\"size_before\";i:86330;s:10:\"size_after\";i:82192;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:825;s:11:\"size_before\";i:10350;s:10:\"size_after\";i:9525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2130;s:11:\"size_before\";i:30806;s:10:\"size_after\";i:28676;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1183;s:11:\"size_before\";i:45174;s:10:\"size_after\";i:43991;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3134, 4158, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.262381522336880834700423292815685272216796875;s:5:\"bytes\";i:2017;s:11:\"size_before\";i:61826;s:10:\"size_after\";i:59809;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:525;s:11:\"size_before\";i:8113;s:10:\"size_after\";i:7588;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:22522;s:10:\"size_after\";i:21315;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.91000000000000003108624468950438313186168670654296875;s:5:\"bytes\";i:285;s:11:\"size_before\";i:31191;s:10:\"size_after\";i:30906;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3135, 4157, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.085968401040187103490097797475755214691162109375;s:5:\"bytes\";i:2785;s:11:\"size_before\";i:45761;s:10:\"size_after\";i:42976;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:575;s:11:\"size_before\";i:6680;s:10:\"size_after\";i:6105;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1492;s:11:\"size_before\";i:17113;s:10:\"size_after\";i:15621;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:718;s:11:\"size_before\";i:21968;s:10:\"size_after\";i:21250;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3136, 4155, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.23691460055096769110605237074196338653564453125;s:5:\"bytes\";i:205;s:11:\"size_before\";i:726;s:10:\"size_after\";i:521;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:205;s:11:\"size_before\";i:726;s:10:\"size_after\";i:521;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3137, 4153, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:43.60902255639097546691118623130023479461669921875;s:5:\"bytes\";i:290;s:11:\"size_before\";i:665;s:10:\"size_after\";i:375;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:290;s:11:\"size_before\";i:665;s:10:\"size_after\";i:375;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3138, 4085, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5930;s:10:\"size_after\";i:5930;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2086;s:10:\"size_after\";i:2086;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1577;s:10:\"size_after\";i:1577;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2267;s:10:\"size_after\";i:2267;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3139, 4081, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7824;s:10:\"size_after\";i:7824;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1846;s:10:\"size_after\";i:1846;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3111;s:10:\"size_after\";i:3111;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2867;s:10:\"size_after\";i:2867;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3140, 4074, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:501;s:10:\"size_after\";i:501;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:501;s:10:\"size_after\";i:501;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3141, 4069, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.11112060859902554710298971940574119798839092254638671875;s:5:\"bytes\";i:13;s:11:\"size_before\";i:11699;s:10:\"size_after\";i:11686;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2446;s:10:\"size_after\";i:2446;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:13;s:11:\"size_before\";i:4378;s:10:\"size_after\";i:4365;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4875;s:10:\"size_after\";i:4875;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3142, 4067, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4580;s:10:\"size_after\";i:4580;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2513;s:10:\"size_after\";i:2513;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2067;s:10:\"size_after\";i:2067;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3143, 4064, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7821;s:10:\"size_after\";i:7821;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1970;s:10:\"size_after\";i:1970;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3044;s:10:\"size_after\";i:3044;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2807;s:10:\"size_after\";i:2807;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3144, 4063, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11002;s:10:\"size_after\";i:11002;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:863;s:10:\"size_after\";i:863;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:835;s:10:\"size_after\";i:835;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3507;s:10:\"size_after\";i:3507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5797;s:10:\"size_after\";i:5797;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3145, 4062, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:47.64595103578154322576665435917675495147705078125;s:5:\"bytes\";i:253;s:11:\"size_before\";i:531;s:10:\"size_after\";i:278;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:253;s:11:\"size_before\";i:531;s:10:\"size_after\";i:278;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3146, 4060, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6478;s:10:\"size_after\";i:6478;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2327;s:10:\"size_after\";i:2327;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1794;s:10:\"size_after\";i:1794;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2357;s:10:\"size_after\";i:2357;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3147, 3993, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.981735159817350933053603512234985828399658203125;s:5:\"bytes\";i:140;s:11:\"size_before\";i:876;s:10:\"size_after\";i:736;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:140;s:11:\"size_before\";i:876;s:10:\"size_after\";i:736;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3148, 3975, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.633391594844286753840378878521732985973358154296875;s:5:\"bytes\";i:6117;s:11:\"size_before\";i:232286;s:10:\"size_after\";i:226169;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:395;s:11:\"size_before\";i:31563;s:10:\"size_after\";i:31168;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:365;s:11:\"size_before\";i:12044;s:10:\"size_after\";i:11679;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1984;s:11:\"size_before\";i:69012;s:10:\"size_after\";i:67028;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.819999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:3373;s:11:\"size_before\";i:119667;s:10:\"size_after\";i:116294;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3149, 3845, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.8678039783954683006328423289232887327671051025390625;s:5:\"bytes\";i:527;s:11:\"size_before\";i:60728;s:10:\"size_after\";i:60201;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8826;s:10:\"size_after\";i:8826;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:527;s:11:\"size_before\";i:51902;s:10:\"size_after\";i:51375;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3150, 3826, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.8004107100544981534540056600235402584075927734375;s:5:\"bytes\";i:1722;s:11:\"size_before\";i:25322;s:10:\"size_after\";i:23600;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:489;s:11:\"size_before\";i:10314;s:10:\"size_after\";i:9825;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1233;s:11:\"size_before\";i:15008;s:10:\"size_after\";i:13775;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3151, 3787, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.65476190476190510025844560004770755767822265625;s:5:\"bytes\";i:559;s:11:\"size_before\";i:8400;s:10:\"size_after\";i:7841;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:559;s:11:\"size_before\";i:8400;s:10:\"size_after\";i:7841;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3153, 4368, '_wp_attached_file', '2018/02/Slider_House_2.jpg'),
(3154, 4368, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"1340\";s:6:\"height\";s:3:\"750\";s:4:\"file\";s:26:\"2018/02/Slider_House_2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Slider_House_2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Slider_House_2-300x168.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"168\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Slider_House_2-768x430.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"430\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Slider_House_2-1024x573.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"573\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3155, 4368, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.092576861034486146451172317028976976871490478515625;s:5:\"bytes\";i:9720;s:11:\"size_before\";i:314301;s:10:\"size_after\";i:304581;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.84999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:77;s:11:\"size_before\";i:9110;s:10:\"size_after\";i:9033;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:533;s:11:\"size_before\";i:19366;s:10:\"size_after\";i:18833;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3440;s:11:\"size_before\";i:107370;s:10:\"size_after\";i:103930;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:5670;s:11:\"size_before\";i:178455;s:10:\"size_after\";i:172785;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),
(3156, 4369, '_pum_built_in', 'default-theme'),
(3157, 4369, '_pum_default_theme', '1'),
(3158, 4369, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3159, 4369, 'popup_theme_overlay_background_color', '#ffffff'),
(3160, 4369, 'popup_theme_overlay_background_opacity', '100'),
(3161, 4369, 'popup_theme_container_padding', '18'),
(3162, 4369, 'popup_theme_container_background_color', '#f9f9f9'),
(3163, 4369, 'popup_theme_container_background_opacity', '100'),
(3164, 4369, 'popup_theme_container_border_style', 'none'),
(3165, 4369, 'popup_theme_container_border_color', '#000000'),
(3166, 4369, 'popup_theme_container_border_width', '1'),
(3167, 4369, 'popup_theme_container_border_radius', '0'),
(3168, 4369, 'popup_theme_container_boxshadow_inset', 'no'),
(3169, 4369, 'popup_theme_container_boxshadow_horizontal', '1'),
(3170, 4369, 'popup_theme_container_boxshadow_vertical', '1'),
(3171, 4369, 'popup_theme_container_boxshadow_blur', '3'),
(3172, 4369, 'popup_theme_container_boxshadow_spread', '0'),
(3173, 4369, 'popup_theme_container_boxshadow_color', '#020202'),
(3174, 4369, 'popup_theme_container_boxshadow_opacity', '23'),
(3175, 4369, 'popup_theme_title_font_color', '#000000'),
(3176, 4369, 'popup_theme_title_line_height', '36'),
(3177, 4369, 'popup_theme_title_font_size', '32'),
(3178, 4369, 'popup_theme_title_font_family', 'inherit'),
(3179, 4369, 'popup_theme_title_font_weight', 'inherit'),
(3180, 4369, 'popup_theme_title_font_style', 'normal'),
(3181, 4369, 'popup_theme_title_text_align', 'left'),
(3182, 4369, 'popup_theme_title_textshadow_horizontal', '0'),
(3183, 4369, 'popup_theme_title_textshadow_vertical', '0'),
(3184, 4369, 'popup_theme_title_textshadow_blur', '0'),
(3185, 4369, 'popup_theme_title_textshadow_color', '#020202'),
(3186, 4369, 'popup_theme_title_textshadow_opacity', '23'),
(3187, 4369, 'popup_theme_content_font_color', '#8c8c8c'),
(3188, 4369, 'popup_theme_content_font_family', 'inherit'),
(3189, 4369, 'popup_theme_content_font_weight', 'inherit'),
(3190, 4369, 'popup_theme_content_font_style', 'normal'),
(3191, 4369, 'popup_theme_close_text', 'CLOSE'),
(3192, 4369, 'popup_theme_close_location', 'topright'),
(3193, 4369, 'popup_theme_close_position_top', '0'),
(3194, 4369, 'popup_theme_close_position_left', '0'),
(3195, 4369, 'popup_theme_close_position_bottom', '0'),
(3196, 4369, 'popup_theme_close_position_right', '0'),
(3197, 4369, 'popup_theme_close_padding', '8'),
(3198, 4369, 'popup_theme_close_height', '0'),
(3199, 4369, 'popup_theme_close_width', '0'),
(3200, 4369, 'popup_theme_close_background_color', '#00b7cd'),
(3201, 4369, 'popup_theme_close_background_opacity', '100'),
(3202, 4369, 'popup_theme_close_font_color', '#ffffff'),
(3203, 4369, 'popup_theme_close_line_height', '14'),
(3204, 4369, 'popup_theme_close_font_size', '12'),
(3205, 4369, 'popup_theme_close_font_family', 'inherit'),
(3206, 4369, 'popup_theme_close_font_weight', 'inherit'),
(3207, 4369, 'popup_theme_close_font_style', 'normal'),
(3208, 4369, 'popup_theme_close_border_style', 'none'),
(3209, 4369, 'popup_theme_close_border_color', '#ffffff'),
(3210, 4369, 'popup_theme_close_border_width', '1'),
(3211, 4369, 'popup_theme_close_border_radius', '0'),
(3212, 4369, 'popup_theme_close_boxshadow_inset', 'no'),
(3213, 4369, 'popup_theme_close_boxshadow_horizontal', '0'),
(3214, 4369, 'popup_theme_close_boxshadow_vertical', '0'),
(3215, 4369, 'popup_theme_close_boxshadow_blur', '0'),
(3216, 4369, 'popup_theme_close_boxshadow_spread', '0'),
(3217, 4369, 'popup_theme_close_boxshadow_color', '#020202'),
(3218, 4369, 'popup_theme_close_boxshadow_opacity', '23'),
(3219, 4369, 'popup_theme_close_textshadow_horizontal', '0'),
(3220, 4369, 'popup_theme_close_textshadow_vertical', '0'),
(3221, 4369, 'popup_theme_close_textshadow_blur', '0'),
(3222, 4369, 'popup_theme_close_textshadow_color', '#000000'),
(3223, 4369, 'popup_theme_close_textshadow_opacity', '23'),
(3224, 4370, 'popup_theme_overlay', 'a:2:{s:16:\"background_color\";s:7:\"#000000\";s:18:\"background_opacity\";s:2:\"60\";}'),
(3225, 4370, 'popup_theme_container', 'a:14:{s:16:\"background_color\";s:7:\"#ffffff\";s:7:\"padding\";s:2:\"18\";s:18:\"background_opacity\";s:3:\"100\";s:13:\"border_radius\";s:1:\"3\";s:12:\"border_color\";s:7:\"#000000\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";s:1:\"8\";s:15:\"boxshadow_inset\";s:2:\"no\";s:20:\"boxshadow_horizontal\";s:1:\"0\";s:18:\"boxshadow_vertical\";s:1:\"0\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:14:\"boxshadow_blur\";s:2:\"30\";s:17:\"boxshadow_opacity\";s:3:\"100\";s:16:\"boxshadow_spread\";s:1:\"0\";}'),
(3226, 4370, 'popup_theme_title', 'a:12:{s:11:\"line_height\";s:2:\"36\";s:9:\"font_size\";s:2:\"32\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:21:\"textshadow_horizontal\";s:1:\"0\";s:19:\"textshadow_vertical\";s:1:\"0\";s:15:\"textshadow_blur\";s:1:\"0\";s:18:\"textshadow_opacity\";s:2:\"23\";s:10:\"font_color\";s:7:\"#000000\";s:16:\"textshadow_color\";s:7:\"#020202\";}'),
(3227, 4370, 'popup_theme_content', 'a:4:{s:10:\"font_color\";s:7:\"#000000\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";}'),
(3228, 4370, 'popup_theme_close', 'a:33:{s:4:\"text\";s:2:\"×\";s:15:\"position_bottom\";s:1:\"0\";s:14:\"position_right\";s:3:\"-24\";s:11:\"line_height\";s:2:\"26\";s:13:\"position_left\";s:1:\"0\";s:12:\"position_top\";s:3:\"-24\";s:7:\"padding\";s:1:\"0\";s:6:\"height\";s:2:\"30\";s:5:\"width\";s:2:\"30\";s:9:\"font_size\";s:2:\"24\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:13:\"border_radius\";s:2:\"30\";s:10:\"font_style\";s:0:\"\";s:12:\"border_color\";s:7:\"#ffffff\";s:8:\"location\";s:8:\"topright\";s:12:\"border_style\";s:5:\"solid\";s:21:\"textshadow_horizontal\";s:1:\"0\";s:12:\"border_width\";s:1:\"2\";s:19:\"textshadow_vertical\";s:1:\"0\";s:15:\"textshadow_blur\";s:1:\"0\";s:15:\"boxshadow_inset\";s:2:\"no\";s:10:\"font_color\";s:7:\"#ffffff\";s:20:\"boxshadow_horizontal\";s:1:\"0\";s:18:\"boxshadow_vertical\";s:1:\"0\";s:14:\"boxshadow_blur\";s:2:\"15\";s:16:\"boxshadow_spread\";s:1:\"1\";s:16:\"background_color\";s:7:\"#000000\";s:18:\"background_opacity\";s:3:\"100\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:17:\"boxshadow_opacity\";s:2:\"75\";s:16:\"textshadow_color\";s:7:\"#000000\";s:18:\"textshadow_opacity\";s:2:\"23\";}'),
(3229, 4370, '_pum_built_in', 'lightbox'),
(3230, 4370, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3231, 4371, 'popup_theme_overlay', 'a:2:{s:16:\"background_color\";s:7:\"#000000\";s:18:\"background_opacity\";s:2:\"70\";}'),
(3232, 4371, 'popup_theme_container', 'a:14:{s:16:\"background_color\";s:7:\"#ffffff\";s:7:\"padding\";s:2:\"28\";s:18:\"background_opacity\";s:3:\"100\";s:13:\"border_radius\";s:1:\"5\";s:12:\"border_color\";s:7:\"#000000\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"1\";s:15:\"boxshadow_inset\";s:2:\"no\";s:20:\"boxshadow_horizontal\";s:1:\"0\";s:18:\"boxshadow_vertical\";s:2:\"10\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:14:\"boxshadow_blur\";s:2:\"25\";s:17:\"boxshadow_opacity\";s:2:\"50\";s:16:\"boxshadow_spread\";s:1:\"4\";}'),
(3233, 4371, 'popup_theme_title', 'a:12:{s:11:\"line_height\";s:2:\"36\";s:9:\"font_size\";s:2:\"34\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:21:\"textshadow_horizontal\";s:1:\"0\";s:19:\"textshadow_vertical\";s:1:\"0\";s:15:\"textshadow_blur\";s:1:\"0\";s:18:\"textshadow_opacity\";s:2:\"23\";s:10:\"font_color\";s:7:\"#315b7c\";s:16:\"textshadow_color\";s:7:\"#020202\";}'),
(3234, 4371, 'popup_theme_content', 'a:4:{s:10:\"font_color\";s:7:\"#2d2d2d\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";}'),
(3235, 4371, 'popup_theme_close', 'a:33:{s:4:\"text\";s:2:\"×\";s:15:\"position_bottom\";s:1:\"0\";s:14:\"position_right\";s:1:\"8\";s:11:\"line_height\";s:2:\"20\";s:13:\"position_left\";s:1:\"0\";s:12:\"position_top\";s:1:\"8\";s:7:\"padding\";s:1:\"4\";s:6:\"height\";s:2:\"28\";s:5:\"width\";s:2:\"28\";s:9:\"font_size\";s:2:\"20\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:13:\"border_radius\";s:2:\"42\";s:10:\"font_style\";s:0:\"\";s:12:\"border_color\";s:7:\"#ffffff\";s:8:\"location\";s:8:\"topright\";s:12:\"border_style\";s:4:\"none\";s:21:\"textshadow_horizontal\";s:1:\"0\";s:12:\"border_width\";s:1:\"1\";s:19:\"textshadow_vertical\";s:1:\"0\";s:15:\"textshadow_blur\";s:1:\"0\";s:15:\"boxshadow_inset\";s:2:\"no\";s:10:\"font_color\";s:7:\"#ffffff\";s:20:\"boxshadow_horizontal\";s:1:\"0\";s:18:\"boxshadow_vertical\";s:1:\"0\";s:14:\"boxshadow_blur\";s:1:\"0\";s:16:\"boxshadow_spread\";s:1:\"0\";s:16:\"background_color\";s:7:\"#315b7c\";s:18:\"background_opacity\";s:3:\"100\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:17:\"boxshadow_opacity\";s:2:\"23\";s:16:\"textshadow_color\";s:7:\"#000000\";s:18:\"textshadow_opacity\";s:2:\"23\";}'),
(3236, 4371, '_pum_built_in', 'enterprise-blue'),
(3237, 4371, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3238, 4372, 'popup_theme_overlay', 'a:2:{s:16:\"background_color\";s:7:\"#000000\";s:18:\"background_opacity\";s:2:\"75\";}'),
(3239, 4372, 'popup_theme_container', 'a:14:{s:16:\"background_color\";s:7:\"#ffffff\";s:7:\"padding\";s:2:\"30\";s:18:\"background_opacity\";s:3:\"100\";s:13:\"border_radius\";s:2:\"80\";s:12:\"border_color\";s:7:\"#81d742\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";s:2:\"14\";s:15:\"boxshadow_inset\";s:2:\"no\";s:20:\"boxshadow_horizontal\";s:1:\"0\";s:18:\"boxshadow_vertical\";s:1:\"0\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:14:\"boxshadow_blur\";s:1:\"0\";s:17:\"boxshadow_opacity\";s:1:\"0\";s:16:\"boxshadow_spread\";s:1:\"0\";}'),
(3240, 4372, 'popup_theme_title', 'a:12:{s:11:\"line_height\";s:2:\"36\";s:9:\"font_size\";s:2:\"32\";s:11:\"font_family\";s:10:\"Montserrat\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:21:\"textshadow_horizontal\";s:1:\"0\";s:19:\"textshadow_vertical\";s:1:\"0\";s:15:\"textshadow_blur\";s:1:\"0\";s:18:\"textshadow_opacity\";s:2:\"23\";s:10:\"font_color\";s:7:\"#2d2d2d\";s:16:\"textshadow_color\";s:7:\"#020202\";}'),
(3241, 4372, 'popup_theme_content', 'a:4:{s:10:\"font_color\";s:7:\"#2d2d2d\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";}'),
(3242, 4372, 'popup_theme_close', 'a:33:{s:4:\"text\";s:2:\"×\";s:15:\"position_bottom\";s:1:\"0\";s:14:\"position_right\";s:3:\"-30\";s:11:\"line_height\";s:2:\"28\";s:13:\"position_left\";s:3:\"-30\";s:12:\"position_top\";s:3:\"-30\";s:7:\"padding\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:9:\"font_size\";s:2:\"32\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:13:\"border_radius\";s:2:\"28\";s:10:\"font_style\";s:0:\"\";s:12:\"border_color\";s:7:\"#ffffff\";s:8:\"location\";s:8:\"topright\";s:12:\"border_style\";s:4:\"none\";s:21:\"textshadow_horizontal\";s:1:\"0\";s:12:\"border_width\";s:1:\"1\";s:19:\"textshadow_vertical\";s:1:\"0\";s:15:\"textshadow_blur\";s:1:\"0\";s:15:\"boxshadow_inset\";s:2:\"no\";s:10:\"font_color\";s:7:\"#2d2d2d\";s:20:\"boxshadow_horizontal\";s:1:\"0\";s:18:\"boxshadow_vertical\";s:1:\"0\";s:14:\"boxshadow_blur\";s:1:\"0\";s:16:\"boxshadow_spread\";s:1:\"0\";s:16:\"background_color\";s:7:\"#ffffff\";s:18:\"background_opacity\";s:3:\"100\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:17:\"boxshadow_opacity\";s:2:\"23\";s:16:\"textshadow_color\";s:7:\"#000000\";s:18:\"textshadow_opacity\";s:2:\"23\";}'),
(3243, 4372, '_pum_built_in', 'hello-box'),
(3244, 4372, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3245, 4373, 'popup_theme_overlay', 'a:2:{s:16:\"background_color\";s:7:\"#000000\";s:18:\"background_opacity\";s:2:\"50\";}'),
(3246, 4373, 'popup_theme_container', 'a:14:{s:16:\"background_color\";s:7:\"#1e73be\";s:7:\"padding\";s:2:\"18\";s:18:\"background_opacity\";s:3:\"100\";s:13:\"border_radius\";s:1:\"0\";s:12:\"border_color\";s:7:\"#000000\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_width\";s:1:\"1\";s:15:\"boxshadow_inset\";s:2:\"no\";s:20:\"boxshadow_horizontal\";s:1:\"0\";s:18:\"boxshadow_vertical\";s:2:\"10\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:14:\"boxshadow_blur\";s:2:\"25\";s:17:\"boxshadow_opacity\";s:2:\"50\";s:16:\"boxshadow_spread\";s:1:\"0\";}'),
(3247, 4373, 'popup_theme_title', 'a:12:{s:11:\"line_height\";s:2:\"28\";s:9:\"font_size\";s:2:\"26\";s:11:\"font_family\";s:10:\"Sans-Serif\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:21:\"textshadow_horizontal\";s:1:\"0\";s:19:\"textshadow_vertical\";s:1:\"0\";s:15:\"textshadow_blur\";s:1:\"0\";s:18:\"textshadow_opacity\";s:2:\"23\";s:10:\"font_color\";s:7:\"#ffffff\";s:16:\"textshadow_color\";s:7:\"#020202\";}'),
(3248, 4373, 'popup_theme_content', 'a:4:{s:10:\"font_color\";s:7:\"#ffffff\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";}'),
(3249, 4373, 'popup_theme_close', 'a:33:{s:4:\"text\";s:2:\"×\";s:15:\"position_bottom\";s:1:\"0\";s:14:\"position_right\";s:1:\"0\";s:11:\"line_height\";s:2:\"24\";s:13:\"position_left\";s:1:\"0\";s:12:\"position_top\";s:1:\"0\";s:7:\"padding\";s:1:\"0\";s:6:\"height\";s:2:\"24\";s:5:\"width\";s:2:\"24\";s:9:\"font_size\";s:2:\"32\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:13:\"border_radius\";s:1:\"0\";s:10:\"font_style\";s:0:\"\";s:12:\"border_color\";s:7:\"#ffffff\";s:8:\"location\";s:8:\"topright\";s:12:\"border_style\";s:4:\"none\";s:21:\"textshadow_horizontal\";s:2:\"-1\";s:12:\"border_width\";s:1:\"1\";s:19:\"textshadow_vertical\";s:1:\"1\";s:15:\"textshadow_blur\";s:1:\"1\";s:15:\"boxshadow_inset\";s:2:\"no\";s:10:\"font_color\";s:7:\"#1e73be\";s:20:\"boxshadow_horizontal\";s:2:\"-1\";s:18:\"boxshadow_vertical\";s:1:\"1\";s:14:\"boxshadow_blur\";s:1:\"1\";s:16:\"boxshadow_spread\";s:1:\"0\";s:16:\"background_color\";s:7:\"#eeee22\";s:18:\"background_opacity\";s:3:\"100\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:17:\"boxshadow_opacity\";s:2:\"10\";s:16:\"textshadow_color\";s:7:\"#000000\";s:18:\"textshadow_opacity\";s:2:\"10\";}'),
(3250, 4373, '_pum_built_in', 'cutting-edge'),
(3251, 4373, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3252, 4374, 'popup_theme_overlay', 'a:2:{s:16:\"background_color\";s:7:\"#ffffff\";s:18:\"background_opacity\";s:2:\"50\";}'),
(3253, 4374, 'popup_theme_container', 'a:14:{s:16:\"background_color\";s:7:\"#fffbef\";s:7:\"padding\";s:2:\"18\";s:18:\"background_opacity\";s:3:\"100\";s:13:\"border_radius\";s:1:\"0\";s:12:\"border_color\";s:7:\"#dd3333\";s:12:\"border_style\";s:6:\"outset\";s:12:\"border_width\";s:2:\"20\";s:15:\"boxshadow_inset\";s:3:\"yes\";s:20:\"boxshadow_horizontal\";s:1:\"1\";s:18:\"boxshadow_vertical\";s:1:\"1\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:14:\"boxshadow_blur\";s:1:\"3\";s:17:\"boxshadow_opacity\";s:2:\"97\";s:16:\"boxshadow_spread\";s:1:\"0\";}'),
(3254, 4374, 'popup_theme_title', 'a:12:{s:11:\"line_height\";s:2:\"36\";s:9:\"font_size\";s:2:\"32\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:21:\"textshadow_horizontal\";s:1:\"0\";s:19:\"textshadow_vertical\";s:1:\"0\";s:15:\"textshadow_blur\";s:1:\"0\";s:18:\"textshadow_opacity\";s:2:\"23\";s:10:\"font_color\";s:7:\"#000000\";s:16:\"textshadow_color\";s:7:\"#020202\";}'),
(3255, 4374, 'popup_theme_content', 'a:4:{s:10:\"font_color\";s:7:\"#2d2d2d\";s:11:\"font_family\";s:7:\"inherit\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";}'),
(3256, 4374, 'popup_theme_close', 'a:33:{s:4:\"text\";s:2:\"×\";s:15:\"position_bottom\";s:1:\"0\";s:14:\"position_right\";s:3:\"-20\";s:11:\"line_height\";s:2:\"20\";s:13:\"position_left\";s:3:\"-20\";s:12:\"position_top\";s:3:\"-20\";s:7:\"padding\";s:1:\"0\";s:6:\"height\";s:2:\"20\";s:5:\"width\";s:2:\"20\";s:9:\"font_size\";s:2:\"20\";s:11:\"font_family\";s:4:\"Acme\";s:11:\"font_weight\";s:0:\"\";s:13:\"border_radius\";s:1:\"0\";s:10:\"font_style\";s:0:\"\";s:12:\"border_color\";s:7:\"#ffffff\";s:8:\"location\";s:8:\"topright\";s:12:\"border_style\";s:4:\"none\";s:21:\"textshadow_horizontal\";s:1:\"0\";s:12:\"border_width\";s:1:\"1\";s:19:\"textshadow_vertical\";s:1:\"0\";s:15:\"textshadow_blur\";s:1:\"0\";s:15:\"boxshadow_inset\";s:2:\"no\";s:10:\"font_color\";s:7:\"#ffffff\";s:20:\"boxshadow_horizontal\";s:1:\"0\";s:18:\"boxshadow_vertical\";s:1:\"0\";s:14:\"boxshadow_blur\";s:1:\"0\";s:16:\"boxshadow_spread\";s:1:\"0\";s:16:\"background_color\";s:7:\"#000000\";s:18:\"background_opacity\";s:2:\"55\";s:15:\"boxshadow_color\";s:7:\"#020202\";s:17:\"boxshadow_opacity\";s:2:\"23\";s:16:\"textshadow_color\";s:7:\"#000000\";s:18:\"textshadow_opacity\";s:2:\"23\";}'),
(3257, 4374, '_pum_built_in', 'framed-border'),
(3258, 4374, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3259, 4375, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3260, 4375, '_edit_last', '4'),
(3261, 4375, '_edit_lock', '1518053591:4'),
(3262, 4375, 'slide_template', 'default'),
(3263, 4375, 'popup_display', 'a:5:{s:20:\"responsive_min_width\";s:0:\"\";s:20:\"responsive_max_width\";s:0:\"\";s:15:\"position_bottom\";s:1:\"0\";s:13:\"position_left\";s:1:\"0\";s:14:\"position_right\";s:1:\"0\";}'),
(3265, 4375, 'popup_title', 'Kentwood - Property Search'),
(3268, 4375, 'popup_cookies', 'a:0:{}'),
(3269, 4375, 'popup_conditions', 'a:0:{}'),
(3271, 4377, '_menu_item_type', 'custom'),
(3272, 4377, '_menu_item_menu_item_parent', '3604'),
(3273, 4377, '_menu_item_object_id', '4377'),
(3274, 4377, '_menu_item_object', 'custom'),
(3275, 4377, '_menu_item_target', '_blank'),
(3276, 4377, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3277, 4377, '_menu_item_xfn', ''),
(3278, 4377, '_menu_item_url', 'https://www.livsothebysrealty.com/eng/advanced-search/sales/denver-co-usa/denver-co-usa-servicearea'),
(3280, 4377, '_menu_item_ultimatum_megamenu_status', 'enabled'),
(3281, 4377, '_menu_item_ultimatum_megamenu_width', ''),
(3282, 4377, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(3283, 4377, '_menu_item_ultimatum_megamenu_title', ''),
(3284, 4377, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(3285, 4377, '_menu_item_ultimatum_megamenu_icon', ''),
(3286, 4377, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(3288, 4375, 'popup_open_count', '5'),
(3289, 4375, 'popup_open_count_total', '5'),
(3290, 4375, 'popup_last_opened', '1518026891'),
(3291, 4375, 'ultimatum_video', ''),
(3292, 4375, 'ultimatum_author', 'false'),
(3293, 4375, 'ultimatum-child-theme_layout', ''),
(3294, 3886, '_wp_page_template', 'default'),
(3296, 4381, '_menu_item_type', 'custom'),
(3297, 4381, '_menu_item_menu_item_parent', '3604'),
(3298, 4381, '_menu_item_object_id', '4381'),
(3299, 4381, '_menu_item_object', 'custom'),
(3300, 4381, '_menu_item_target', '_blank'),
(3301, 4381, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3302, 4381, '_menu_item_xfn', ''),
(3303, 4381, '_menu_item_url', 'https://triciapotucek.livsothebysrealty.com/eng'),
(3305, 4381, '_menu_item_ultimatum_megamenu_status', 'enabled'),
(3306, 4381, '_menu_item_ultimatum_megamenu_width', ''),
(3307, 4381, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(3308, 4381, '_menu_item_ultimatum_megamenu_title', ''),
(3309, 4381, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(3310, 4381, '_menu_item_ultimatum_megamenu_icon', ''),
(3311, 4381, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(3329, 3878, '_wp_page_template', 'default'),
(3347, 4385, '_wp_attached_file', '2018/02/tricia.jpg'),
(3348, 4385, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";s:3:\"144\";s:6:\"height\";s:2:\"72\";s:4:\"file\";s:18:\"2018/02/tricia.jpg\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3349, 4385, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1921;s:10:\"size_after\";i:1921;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1921;s:10:\"size_after\";i:1921;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3350, 4387, '_wp_attached_file', '2018/02/Tricia_w_tree.jpg'),
(3351, 4387, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"3000\";s:4:\"file\";s:25:\"2018/02/Tricia_w_tree.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Tricia_w_tree-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Tricia_w_tree-200x300.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"300\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Tricia_w_tree-768x1152.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1152\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Tricia_w_tree-683x1024.jpg\";s:5:\"width\";s:3:\"683\";s:6:\"height\";s:4:\"1024\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3352, 4387, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.89947656676300002942525679827667772769927978515625;s:5:\"bytes\";i:11577;s:11:\"size_before\";i:296886;s:10:\"size_after\";i:285309;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5500000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:37;s:11:\"size_before\";i:6750;s:10:\"size_after\";i:6713;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:518;s:11:\"size_before\";i:16140;s:10:\"size_after\";i:15622;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6623;s:11:\"size_before\";i:150365;s:10:\"size_after\";i:143742;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:4399;s:11:\"size_before\";i:123631;s:10:\"size_after\";i:119232;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),
(3354, 4398, '_wp_attached_file', '2018/02/Artboard-1SM.jpg'),
(3355, 4398, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"864\";s:6:\"height\";s:3:\"360\";s:4:\"file\";s:24:\"2018/02/Artboard-1SM.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Artboard-1SM-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Artboard-1SM-300x125.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"125\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Artboard-1SM-768x320.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"320\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3356, 4398, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:80.5093044687151433436156366951763629913330078125;s:5:\"bytes\";i:2343080;s:11:\"size_before\";i:2910322;s:10:\"size_after\";i:567242;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:97.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:580094;s:11:\"size_before\";i:597010;s:10:\"size_after\";i:16916;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:95.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:580975;s:11:\"size_before\";i:609418;s:10:\"size_after\";i:28443;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:587525;s:11:\"size_before\";i:718234;s:10:\"size_after\";i:130709;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:594486;s:11:\"size_before\";i:985660;s:10:\"size_after\";i:391174;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),
(3357, 4400, '_wp_attached_file', '2018/02/Logo_Website_alt.jpg'),
(3358, 4400, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"321\";s:6:\"height\";s:3:\"321\";s:4:\"file\";s:28:\"2018/02/Logo_Website_alt.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Logo_Website_alt-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Logo_Website_alt-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3359, 4400, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.55019964226995998757274719537235796451568603515625;s:5:\"bytes\";i:1965;s:11:\"size_before\";i:55349;s:10:\"size_after\";i:53384;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1799999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:82;s:11:\"size_before\";i:6954;s:10:\"size_after\";i:6872;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:845;s:11:\"size_before\";i:21352;s:10:\"size_after\";i:20507;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:27043;s:10:\"size_after\";i:26005;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(3366, 3744, '_wp_page_template', 'default'),
(3368, 4408, '_menu_item_type', 'custom'),
(3369, 4408, '_menu_item_menu_item_parent', '3606'),
(3370, 4408, '_menu_item_object_id', '4408'),
(3371, 4408, '_menu_item_object', 'custom'),
(3372, 4408, '_menu_item_target', '_blank'),
(3373, 4408, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3374, 4408, '_menu_item_xfn', ''),
(3375, 4408, '_menu_item_url', 'https://www.livsothebysrealty.com/eng/communities'),
(3377, 4408, '_menu_item_ultimatum_megamenu_status', 'enabled'),
(3378, 4408, '_menu_item_ultimatum_megamenu_width', ''),
(3379, 4408, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(3380, 4408, '_menu_item_ultimatum_megamenu_title', ''),
(3381, 4408, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(3382, 4408, '_menu_item_ultimatum_megamenu_icon', ''),
(3383, 4408, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(3673, 4428, '_wp_attached_file', '2018/02/Panel-SearchHomes3.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3674, 4428, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"760\";s:6:\"height\";s:3:\"250\";s:4:\"file\";s:30:\"2018/02/Panel-SearchHomes3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Panel-SearchHomes3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Panel-SearchHomes3-300x99.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"99\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3675, 4428, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.83513248282630048180408266489394009113311767578125;s:5:\"bytes\";i:2889;s:11:\"size_before\";i:101900;s:10:\"size_after\";i:99011;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:178;s:11:\"size_before\";i:9354;s:10:\"size_after\";i:9176;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:299;s:11:\"size_before\";i:12466;s:10:\"size_after\";i:12167;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2412;s:11:\"size_before\";i:80080;s:10:\"size_after\";i:77668;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3676, 4430, '_wp_attached_file', '2018/02/Slider_Interior.jpg'),
(3677, 4430, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"1340\";s:6:\"height\";s:3:\"750\";s:4:\"file\";s:27:\"2018/02/Slider_Interior.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Slider_Interior-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Slider_Interior-300x168.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"168\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Slider_Interior-768x430.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"430\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Slider_Interior-1024x573.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"573\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3678, 4430, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.66437978077438686330680184255470521748065948486328125;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:253620;s:10:\"size_after\";i:251935;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3;s:11:\"size_before\";i:8860;s:10:\"size_after\";i:8857;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:224;s:11:\"size_before\";i:17924;s:10:\"size_after\";i:17700;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.91000000000000003108624468950438313186168670654296875;s:5:\"bytes\";i:792;s:11:\"size_before\";i:87087;s:10:\"size_after\";i:86295;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:666;s:11:\"size_before\";i:139749;s:10:\"size_after\";i:139083;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(3679, 4431, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3680, 4431, '_edit_last', '4'),
(3681, 4431, '_wp_page_template', 'default'),
(3682, 4431, 'slide_template', 'default'),
(3683, 4431, '_wpb_vc_js_status', 'true'),
(3684, 4431, 'ultimatum-child-theme_layout', '7'),
(3685, 4431, '_edit_lock', '1519176200:4'),
(3686, 4433, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3687, 4433, '_edit_last', '4'),
(3688, 4433, '_wp_page_template', 'default'),
(3689, 4433, 'slide_template', 'default'),
(3690, 4433, '_wpb_vc_js_status', 'true'),
(3691, 4433, 'ultimatum-child-theme_layout', '7'),
(3692, 4433, '_edit_lock', '1519175105:4'),
(3694, 4435, '_edit_last', '4'),
(3695, 4435, '_wp_page_template', 'default'),
(3697, 4435, '_wpb_vc_js_status', 'true'),
(3698, 4435, 'ultimatum-child-theme_layout', '7'),
(3699, 4435, '_edit_lock', '1646688531:4'),
(3701, 4441, '_menu_item_type', 'post_type'),
(3702, 4441, '_menu_item_menu_item_parent', '4533'),
(3703, 4441, '_menu_item_object_id', '4435'),
(3704, 4441, '_menu_item_object', 'page'),
(3705, 4441, '_menu_item_target', ''),
(3706, 4441, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3707, 4441, '_menu_item_xfn', ''),
(3708, 4441, '_menu_item_url', ''),
(3710, 4441, '_menu_item_ultimatum_megamenu_status', 'enabled'),
(3711, 4441, '_menu_item_ultimatum_megamenu_width', ''),
(3712, 4441, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(3713, 4441, '_menu_item_ultimatum_megamenu_title', ''),
(3714, 4441, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(3715, 4441, '_menu_item_ultimatum_megamenu_icon', ''),
(3716, 4441, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(3718, 4442, '_menu_item_type', 'post_type'),
(3719, 4442, '_menu_item_menu_item_parent', '4533'),
(3720, 4442, '_menu_item_object_id', '4433'),
(3721, 4442, '_menu_item_object', 'page'),
(3722, 4442, '_menu_item_target', ''),
(3723, 4442, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3724, 4442, '_menu_item_xfn', ''),
(3725, 4442, '_menu_item_url', ''),
(3727, 4442, '_menu_item_ultimatum_megamenu_status', 'enabled'),
(3728, 4442, '_menu_item_ultimatum_megamenu_width', ''),
(3729, 4442, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(3730, 4442, '_menu_item_ultimatum_megamenu_title', ''),
(3731, 4442, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(3732, 4442, '_menu_item_ultimatum_megamenu_icon', ''),
(3733, 4442, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(3735, 4443, '_menu_item_type', 'post_type'),
(3736, 4443, '_menu_item_menu_item_parent', '4533'),
(3737, 4443, '_menu_item_object_id', '4431'),
(3738, 4443, '_menu_item_object', 'page'),
(3739, 4443, '_menu_item_target', ''),
(3740, 4443, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3741, 4443, '_menu_item_xfn', ''),
(3742, 4443, '_menu_item_url', ''),
(3744, 4443, '_menu_item_ultimatum_megamenu_status', 'enabled'),
(3745, 4443, '_menu_item_ultimatum_megamenu_width', ''),
(3746, 4443, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(3747, 4443, '_menu_item_ultimatum_megamenu_title', ''),
(3748, 4443, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(3749, 4443, '_menu_item_ultimatum_megamenu_icon', ''),
(3750, 4443, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(3751, 4433, '_wpb_shortcodes_custom_css', '.vc_custom_1518131374636{margin-top: 20px !important;}.vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}.vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}.vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}.vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}.vc_custom_1518133297086{margin-top: -20px !important;margin-left: 30px !important;}.vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}.vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}'),
(3752, 4468, '_wp_attached_file', '2018/02/Pinnacle-Stock_37.jpg'),
(3753, 4468, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"682\";s:6:\"height\";s:4:\"1024\";s:4:\"file\";s:29:\"2018/02/Pinnacle-Stock_37.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_37-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_37-200x300.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"300\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_37-682x1024.jpg\";s:5:\"width\";s:3:\"682\";s:6:\"height\";s:4:\"1024\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3754, 4468, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.43901596466553183262249149265699088573455810546875;s:5:\"bytes\";i:7196;s:11:\"size_before\";i:162108;s:10:\"size_after\";i:154912;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6558;s:10:\"size_after\";i:6558;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:165;s:11:\"size_before\";i:13217;s:10:\"size_after\";i:13052;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:7031;s:11:\"size_before\";i:142333;s:10:\"size_after\";i:135302;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(3755, 4431, '_wpb_shortcodes_custom_css', '.vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}.vc_custom_1518135932814{margin-top: -20px !important;}.vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}.vc_custom_1518136360279{margin-top: -20px !important;margin-left: 60px !important;}.vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}'),
(3756, 4486, '_wp_attached_file', '2018/02/Botanic-Gardens.jpg'),
(3757, 4486, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:4:\"file\";s:27:\"2018/02/Botanic-Gardens.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Botanic-Gardens-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Botanic-Gardens-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3758, 4486, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.453923499533533725269762726384215056896209716796875;s:5:\"bytes\";i:3332;s:11:\"size_before\";i:96470;s:10:\"size_after\";i:93138;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:487;s:11:\"size_before\";i:12478;s:10:\"size_after\";i:11991;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1704;s:11:\"size_before\";i:35053;s:10:\"size_after\";i:33349;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1141;s:11:\"size_before\";i:48939;s:10:\"size_after\";i:47798;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3759, 4488, '_wp_attached_file', '2018/02/Zoo.jpg'),
(3760, 4488, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:4:\"file\";s:15:\"2018/02/Zoo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Zoo-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Zoo-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3761, 4488, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.5684686464300607866562131675891578197479248046875;s:5:\"bytes\";i:259;s:11:\"size_before\";i:45561;s:10:\"size_after\";i:45302;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3;s:11:\"size_before\";i:7443;s:10:\"size_after\";i:7440;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:256;s:11:\"size_before\";i:18487;s:10:\"size_after\";i:18231;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19631;s:10:\"size_after\";i:19631;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3762, 4492, '_wp_attached_file', '2018/02/NatureScience.jpg'),
(3763, 4492, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:4:\"file\";s:25:\"2018/02/NatureScience.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"NatureScience-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"NatureScience-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3764, 4492, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.088412986885406941173215500384685583412647247314453125;s:5:\"bytes\";i:36;s:11:\"size_before\";i:40718;s:10:\"size_after\";i:40682;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6417;s:10:\"size_after\";i:6417;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:22;s:11:\"size_before\";i:15943;s:10:\"size_after\";i:15921;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:14;s:11:\"size_before\";i:18358;s:10:\"size_after\";i:18344;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3765, 4496, '_wp_attached_file', '2018/02/Pinnacle_businessroom.jpg'),
(3766, 4496, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:4:\"file\";s:33:\"2018/02/Pinnacle_businessroom.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Pinnacle_businessroom-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Pinnacle_businessroom-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3767, 4496, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52053;s:10:\"size_after\";i:52053;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7092;s:10:\"size_after\";i:7092;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17327;s:10:\"size_after\";i:17327;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27634;s:10:\"size_after\";i:27634;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3768, 4497, '_wp_attached_file', '2018/02/Pinnacle_fireplace.jpg'),
(3769, 4497, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:4:\"file\";s:30:\"2018/02/Pinnacle_fireplace.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Pinnacle_fireplace-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Pinnacle_fireplace-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3770, 4497, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.448423073104543823408363323324010707437992095947265625;s:5:\"bytes\";i:271;s:11:\"size_before\";i:60434;s:10:\"size_after\";i:60163;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7412;s:10:\"size_after\";i:7412;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:60;s:11:\"size_before\";i:19607;s:10:\"size_after\";i:19547;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.63000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:211;s:11:\"size_before\";i:33415;s:10:\"size_after\";i:33204;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3771, 4498, '_wp_attached_file', '2018/02/Pinnacle_pool.jpg'),
(3772, 4498, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:4:\"file\";s:25:\"2018/02/Pinnacle_pool.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Pinnacle_pool-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Pinnacle_pool-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3773, 4498, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46301;s:10:\"size_after\";i:46301;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6144;s:10:\"size_after\";i:6144;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15720;s:10:\"size_after\";i:15720;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24437;s:10:\"size_after\";i:24437;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3774, 4499, '_wp_attached_file', '2018/02/Pinnacle_bbq.jpg'),
(3775, 4499, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:4:\"file\";s:24:\"2018/02/Pinnacle_bbq.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Pinnacle_bbq-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Pinnacle_bbq-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3776, 4499, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.4916658557268569484932640989427454769611358642578125;s:5:\"bytes\";i:1073;s:11:\"size_before\";i:71933;s:10:\"size_after\";i:70860;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2;s:11:\"size_before\";i:8740;s:10:\"size_after\";i:8738;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:392;s:11:\"size_before\";i:23450;s:10:\"size_after\";i:23058;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:679;s:11:\"size_before\";i:39743;s:10:\"size_after\";i:39064;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3777, 4500, '_wp_attached_file', '2018/02/Pinnacle_movieroom.jpg'),
(3778, 4500, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:4:\"file\";s:30:\"2018/02/Pinnacle_movieroom.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Pinnacle_movieroom-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Pinnacle_movieroom-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3779, 4500, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46602;s:10:\"size_after\";i:46602;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6608;s:10:\"size_after\";i:6608;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15841;s:10:\"size_after\";i:15841;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24153;s:10:\"size_after\";i:24153;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3781, 4504, '_wp_attached_file', '2018/02/Pinnacle-Stock_35.jpg'),
(3782, 4504, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"853\";s:4:\"file\";s:29:\"2018/02/Pinnacle-Stock_35.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_35-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_35-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_35-768x512.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"512\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_35-1024x682.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"682\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3783, 4504, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.23326819850112112675333264633081853389739990234375;s:5:\"bytes\";i:6933;s:11:\"size_before\";i:214427;s:10:\"size_after\";i:207494;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5690;s:10:\"size_after\";i:5690;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:269;s:11:\"size_before\";i:13338;s:10:\"size_after\";i:13069;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2267;s:11:\"size_before\";i:71309;s:10:\"size_after\";i:69042;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4397;s:11:\"size_before\";i:124090;s:10:\"size_after\";i:119693;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3784, 4506, '_wp_attached_file', '2018/02/Pinnacle-Stock_22.jpg'),
(3785, 4506, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"853\";s:4:\"file\";s:29:\"2018/02/Pinnacle-Stock_22.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_22-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_22-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_22-768x512.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"512\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_22-1024x682.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"682\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3786, 4506, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.012971773591346380527511428226716816425323486328125;s:5:\"bytes\";i:3774;s:11:\"size_before\";i:187484;s:10:\"size_after\";i:183710;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5590;s:10:\"size_after\";i:5590;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.460000000000000019984014443252817727625370025634765625;s:5:\"bytes\";i:60;s:11:\"size_before\";i:13021;s:10:\"size_after\";i:12961;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1300;s:11:\"size_before\";i:63025;s:10:\"size_after\";i:61725;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:2414;s:11:\"size_before\";i:105848;s:10:\"size_after\";i:103434;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(3787, 4507, '_wp_attached_file', '2018/02/Pinnacle-Stock_13.jpg'),
(3788, 4507, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"853\";s:4:\"file\";s:29:\"2018/02/Pinnacle-Stock_13.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_13-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_13-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_13-768x512.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"512\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_13-1024x682.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"682\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3789, 4507, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.223843465732401103451820745249278843402862548828125;s:5:\"bytes\";i:7205;s:11:\"size_before\";i:223491;s:10:\"size_after\";i:216286;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5841;s:10:\"size_after\";i:5841;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:209;s:11:\"size_before\";i:14052;s:10:\"size_after\";i:13843;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2432;s:11:\"size_before\";i:75089;s:10:\"size_after\";i:72657;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4564;s:11:\"size_before\";i:128509;s:10:\"size_after\";i:123945;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3790, 4511, '_wp_attached_file', '2018/02/Pinnacle-Stock_47.jpg'),
(3791, 4511, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"853\";s:4:\"file\";s:29:\"2018/02/Pinnacle-Stock_47.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_47-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_47-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_47-768x512.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"512\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_47-1024x682.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"682\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3792, 4511, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.4926844172420079548402327418443746864795684814453125;s:5:\"bytes\";i:3029;s:11:\"size_before\";i:202923;s:10:\"size_after\";i:199894;s:4:\"time\";d:0.12000000000000000943689570931383059360086917877197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6155;s:10:\"size_after\";i:6155;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.64000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:87;s:11:\"size_before\";i:13650;s:10:\"size_after\";i:13563;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:68584;s:10:\"size_after\";i:67572;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1930;s:11:\"size_before\";i:114534;s:10:\"size_after\";i:112604;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3793, 4512, '_wp_attached_file', '2018/02/Pinnacle-Stock_48.jpg'),
(3794, 4512, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"853\";s:4:\"file\";s:29:\"2018/02/Pinnacle-Stock_48.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_48-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_48-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_48-768x512.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"512\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_48-1024x682.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"682\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3795, 4512, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.09079943359613995568224709131754934787750244140625;s:5:\"bytes\";i:4784;s:11:\"size_before\";i:228812;s:10:\"size_after\";i:224028;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:67;s:11:\"size_before\";i:7047;s:10:\"size_after\";i:6980;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:330;s:11:\"size_before\";i:15837;s:10:\"size_after\";i:15507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1631;s:11:\"size_before\";i:77532;s:10:\"size_after\";i:75901;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2756;s:11:\"size_before\";i:128396;s:10:\"size_after\";i:125640;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),
(3796, 4515, '_wp_attached_file', '2018/02/Pinnacle-Stock_40.jpg'),
(3797, 4515, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"853\";s:4:\"file\";s:29:\"2018/02/Pinnacle-Stock_40.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_40-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_40-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pinnacle-Stock_40-768x512.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"512\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pinnacle-Stock_40-1024x682.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"682\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3798, 4515, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.698297031704779413985306746326386928558349609375;s:5:\"bytes\";i:6406;s:11:\"size_before\";i:237409;s:10:\"size_after\";i:231003;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6000;s:10:\"size_after\";i:6000;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:98;s:11:\"size_before\";i:13944;s:10:\"size_after\";i:13846;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2080;s:11:\"size_before\";i:78734;s:10:\"size_after\";i:76654;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4228;s:11:\"size_before\";i:138731;s:10:\"size_after\";i:134503;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3799, 3631, '_wp_page_template', 'default'),
(3800, 3653, '_dhvc_form_messages', 'a:30:{s:7:\"success\";s:45:\"Thank you for your message. It has been sent.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:17:\"invalid_recaptcha\";s:17:\"reCaptcha Invalid\";s:19:\"recaptcha_not_check\";s:39:\"Please verify that you are not a robot.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";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:5:\"error\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"invalid_required\";s:23:\"This field is required.\";s:13:\"invalid_email\";s:35:\"Please enter a valid email address.\";s:11:\"invalid_url\";s:76:\"Please enter a valid URL. Protocol is required (http://, https:// or ftp://)\";s:12:\"invalid_date\";s:26:\"Please enter a valid date.\";s:12:\"invalid_time\";s:0:\"\";s:14:\"invalid_number\";s:28:\"Please enter a valid number.\";s:15:\"invalid_number2\";s:67:\"Please use only numbers (0-9) or brackets (), dashes – and plus +\";s:14:\"invalid_digits\";s:25:\"Please enter only digits.\";s:11:\"invalid_max\";s:46:\"Please enter a value less than or equal to %s.\";s:11:\"invalid_min\";s:49:\"Please enter a value greater than or equal to %s.\";s:16:\"invalid_too_long\";s:0:\"\";s:17:\"invalid_too_short\";s:0:\"\";s:13:\"invalid_alpha\";s:51:\"Please use letters only (a-z or A-Z) in this field.\";s:16:\"invalid_alphanum\";s:116:\"Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.\";s:11:\"invalid_zip\";s:63:\"Please enter a valid zip code. For example 90602 or 90602-1234.\";s:11:\"invalid_fax\";s:76:\"Please enter a valid fax number. For example (123) 456-7890 or 123-456-7890.\";s:17:\"invalid_cpassword\";s:38:\"Please make sure your passwords match.\";s:14:\"invalid_cemail\";s:0:\"\";s:14:\"invalid_select\";s:23:\"Please select an option\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";}'),
(3801, 3653, '_paypal_currency', 'USD'),
(3806, 4533, '_menu_item_type', 'custom'),
(3807, 4533, '_menu_item_menu_item_parent', '0'),
(3808, 4533, '_menu_item_object_id', '4533'),
(3809, 4533, '_menu_item_object', 'custom'),
(3810, 4533, '_menu_item_target', ''),
(3811, 4533, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3812, 4533, '_menu_item_xfn', ''),
(3813, 4533, '_menu_item_url', ''),
(3815, 4533, '_menu_item_ultimatum_megamenu_status', ''),
(3816, 4533, '_menu_item_ultimatum_megamenu_width', ''),
(3817, 4533, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(3818, 4533, '_menu_item_ultimatum_megamenu_title', ''),
(3819, 4533, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(3820, 4533, '_menu_item_ultimatum_megamenu_icon', ''),
(3821, 4533, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(3822, 4537, '_wp_attached_file', '2018/02/Tagline_Pinnacle.jpg'),
(3823, 4537, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:4:\"1187\";s:6:\"height\";s:2:\"86\";s:4:\"file\";s:28:\"2018/02/Tagline_Pinnacle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Tagline_Pinnacle-150x86.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"86\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Tagline_Pinnacle-300x22.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"22\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Tagline_Pinnacle-768x56.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:2:\"56\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Tagline_Pinnacle-1024x74.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:2:\"74\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3824, 4537, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.66401949661750503395296618691645562648773193359375;s:5:\"bytes\";i:872;s:11:\"size_before\";i:23799;s:10:\"size_after\";i:22927;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1398;s:10:\"size_after\";i:1398;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1725;s:10:\"size_after\";i:1725;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:328;s:11:\"size_before\";i:8072;s:10:\"size_after\";i:7744;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:544;s:11:\"size_before\";i:12604;s:10:\"size_after\";i:12060;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3828, 4540, '_wp_attached_file', '2018/02/Slogan.png'),
(3829, 4540, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"267\";s:6:\"height\";s:3:\"107\";s:4:\"file\";s:18:\"2018/02/Slogan.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Slogan-150x107.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"107\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3830, 4540, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.819471573969362765410551219247281551361083984375;s:5:\"bytes\";i:2706;s:11:\"size_before\";i:9727;s:10:\"size_after\";i:7021;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:335;s:11:\"size_before\";i:2952;s:10:\"size_after\";i:2617;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:35;s:5:\"bytes\";i:2371;s:11:\"size_before\";i:6775;s:10:\"size_after\";i:4404;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3835, 4375, 'data_version', '3'),
(3840, 4564, '_wp_attached_file', '2018/04/Slider_711Humbolt.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3841, 4564, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.37683296021937895403652873937971889972686767578125;s:5:\"bytes\";i:11132;s:11:\"size_before\";i:329658;s:10:\"size_after\";i:318526;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:24;s:11:\"size_before\";i:8674;s:10:\"size_after\";i:8650;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:502;s:11:\"size_before\";i:19342;s:10:\"size_after\";i:18840;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3932;s:11:\"size_before\";i:111790;s:10:\"size_after\";i:107858;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:6674;s:11:\"size_before\";i:189852;s:10:\"size_after\";i:183178;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),
(3842, 4564, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:29:\"2018/04/Slider_711Humbolt.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Slider_711Humbolt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Slider_711Humbolt-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Slider_711Humbolt-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Slider_711Humbolt-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3843, 4566, '_wp_attached_file', '2018/04/Pane_711Humboldt.jpg'),
(3844, 4566, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.269463970983525147318005110719241201877593994140625;s:5:\"bytes\";i:3335;s:11:\"size_before\";i:146951;s:10:\"size_after\";i:143616;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:27;s:11:\"size_before\";i:8674;s:10:\"size_after\";i:8647;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:893;s:11:\"size_before\";i:30683;s:10:\"size_after\";i:29790;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2415;s:11:\"size_before\";i:107594;s:10:\"size_after\";i:105179;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3845, 4566, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:28:\"2018/04/Pane_711Humboldt.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Pane_711Humboldt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Pane_711Humboldt-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3846, 4375, 'popup_settings', 'a:16:{s:8:\"theme_id\";i:4369;s:4:\"size\";s:6:\"medium\";s:25:\"responsive_min_width_unit\";s:2:\"px\";s:25:\"responsive_max_width_unit\";s:2:\"px\";s:12:\"custom_width\";s:5:\"640px\";s:13:\"custom_height\";s:5:\"380px\";s:8:\"location\";s:10:\"center top\";s:12:\"position_top\";s:3:\"100\";s:14:\"animation_type\";s:4:\"fade\";s:15:\"animation_speed\";s:3:\"350\";s:16:\"animation_origin\";s:10:\"center top\";s:14:\"overlay_zindex\";s:10:\"1999999998\";s:6:\"zindex\";s:10:\"1999999999\";s:10:\"close_text\";s:0:\"\";s:18:\"close_button_delay\";s:1:\"0\";s:8:\"triggers\";a:1:{i:0;a:2:{s:4:\"type\";s:10:\"click_open\";s:8:\"settings\";a:3:{s:15:\"extra_selectors\";s:0:\"\";s:10:\"do_default\";N;s:6:\"cookie\";a:1:{s:4:\"name\";N;}}}}}'),
(3848, 4570, '_wp_attached_file', '2018/05/TriciaPotucek_11X11_Jan2018Stats.jpg'),
(3849, 4570, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.1438344668845861207273628679104149341583251953125;s:5:\"bytes\";i:27887;s:11:\"size_before\";i:250246;s:10:\"size_after\";i:222359;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:3020;s:11:\"size_before\";i:8214;s:10:\"size_after\";i:5194;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3694;s:11:\"size_before\";i:19391;s:10:\"size_after\";i:15697;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8499;s:11:\"size_before\";i:89262;s:10:\"size_after\";i:80763;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5;s:5:\"bytes\";i:12674;s:11:\"size_before\";i:133379;s:10:\"size_after\";i:120705;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),
(3850, 4570, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2112;s:6:\"height\";i:2032;s:4:\"file\";s:44:\"2018/05/TriciaPotucek_11X11_Jan2018Stats.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"TriciaPotucek_11X11_Jan2018Stats-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"TriciaPotucek_11X11_Jan2018Stats-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"TriciaPotucek_11X11_Jan2018Stats-768x739.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"TriciaPotucek_11X11_Jan2018Stats-1024x985.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3851, 4572, '_wp_attached_file', '2018/05/TriciaPotucek_11X11_April2018Stats.jpg'),
(3852, 4572, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.1019912999774721384937947732396423816680908203125;s:5:\"bytes\";i:17428;s:11:\"size_before\";i:115402;s:10:\"size_after\";i:97974;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:7608;s:10:\"size_after\";i:4513;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:3179;s:11:\"size_before\";i:10365;s:10:\"size_after\";i:7186;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4738;s:11:\"size_before\";i:38462;s:10:\"size_after\";i:33724;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:6416;s:11:\"size_before\";i:58967;s:10:\"size_after\";i:52551;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(3853, 4572, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2084;s:6:\"height\";i:926;s:4:\"file\";s:46:\"2018/05/TriciaPotucek_11X11_April2018Stats.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"TriciaPotucek_11X11_April2018Stats-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"TriciaPotucek_11X11_April2018Stats-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"TriciaPotucek_11X11_April2018Stats-768x341.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"TriciaPotucek_11X11_April2018Stats-1024x455.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3854, 4574, '_wp_attached_file', '2018/05/Pane_3201Washington.jpg'),
(3855, 4574, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.433541525260136229036334043485112488269805908203125;s:5:\"bytes\";i:3908;s:11:\"size_before\";i:160589;s:10:\"size_after\";i:156681;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.86999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:79;s:11:\"size_before\";i:9081;s:10:\"size_after\";i:9002;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:987;s:11:\"size_before\";i:31874;s:10:\"size_after\";i:30887;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2842;s:11:\"size_before\";i:119634;s:10:\"size_after\";i:116792;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3856, 4574, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:31:\"2018/05/Pane_3201Washington.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Pane_3201Washington-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Pane_3201Washington-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3858, 4589, '_wp_attached_file', '2018/08/TriciaPotucek_Aug2018_XL_Postcard_Stats.jpg'),
(3859, 4589, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.090367116410419612293480895459651947021484375;s:5:\"bytes\";i:53216;s:11:\"size_before\";i:203968;s:10:\"size_after\";i:150752;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:10946;s:11:\"size_before\";i:16545;s:10:\"size_after\";i:5599;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:11292;s:11:\"size_before\";i:21855;s:10:\"size_after\";i:10563;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:14526;s:11:\"size_before\";i:67666;s:10:\"size_after\";i:53140;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:16452;s:11:\"size_before\";i:97902;s:10:\"size_after\";i:81450;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),
(3860, 4589, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1871;s:6:\"height\";i:941;s:4:\"file\";s:51:\"2018/08/TriciaPotucek_Aug2018_XL_Postcard_Stats.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"TriciaPotucek_Aug2018_XL_Postcard_Stats-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"TriciaPotucek_Aug2018_XL_Postcard_Stats-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"TriciaPotucek_Aug2018_XL_Postcard_Stats-768x386.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"TriciaPotucek_Aug2018_XL_Postcard_Stats-1024x515.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3862, 4592, '_wp_attached_file', '2018/10/4521-Vrain-St_01.jpg'),
(3863, 4592, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2018/10/4521-Vrain-St_01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"4521-Vrain-St_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"4521-Vrain-St_01-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"4521-Vrain-St_01-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"4521-Vrain-St_01-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3864, 4592, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.29714891674944254873480531387031078338623046875;s:5:\"bytes\";i:18765;s:11:\"size_before\";i:297992;s:10:\"size_after\";i:279227;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:653;s:11:\"size_before\";i:9278;s:10:\"size_after\";i:8625;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1326;s:11:\"size_before\";i:18559;s:10:\"size_after\";i:17233;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:6506;s:11:\"size_before\";i:101982;s:10:\"size_after\";i:95476;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:10280;s:11:\"size_before\";i:168173;s:10:\"size_after\";i:157893;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(3865, 4593, '_wp_attached_file', '2018/10/4521-Vrain-St_33.jpg'),
(3866, 4593, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2018/10/4521-Vrain-St_33.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"4521-Vrain-St_33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"4521-Vrain-St_33-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"4521-Vrain-St_33-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"4521-Vrain-St_33-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3867, 4593, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.230023803584490593721056939102709293365478515625;s:5:\"bytes\";i:12370;s:11:\"size_before\";i:236519;s:10:\"size_after\";i:224149;s:4:\"time\";d:0.169999999999999984456877655247808434069156646728515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:511;s:11:\"size_before\";i:8039;s:10:\"size_after\";i:7528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:968;s:11:\"size_before\";i:16013;s:10:\"size_after\";i:15045;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4253;s:11:\"size_before\";i:81159;s:10:\"size_after\";i:76906;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:6638;s:11:\"size_before\";i:131308;s:10:\"size_after\";i:124670;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),
(3868, 4594, '_wp_attached_file', '2018/10/4521-Vrain-St_02.jpg'),
(3869, 4594, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2018/10/4521-Vrain-St_02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"4521-Vrain-St_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"4521-Vrain-St_02-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"4521-Vrain-St_02-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"4521-Vrain-St_02-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3870, 4594, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.039326360156362483166958554647862911224365234375;s:5:\"bytes\";i:16392;s:11:\"size_before\";i:271421;s:10:\"size_after\";i:255029;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:579;s:11:\"size_before\";i:8358;s:10:\"size_after\";i:7779;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:17779;s:10:\"size_after\";i:16556;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:5750;s:11:\"size_before\";i:93619;s:10:\"size_after\";i:87869;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8840;s:11:\"size_before\";i:151665;s:10:\"size_after\";i:142825;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),
(3871, 4595, '_wp_attached_file', '2018/10/Pane_4521StVrain.jpg'),
(3872, 4595, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:28:\"2018/10/Pane_4521StVrain.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Pane_4521StVrain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Pane_4521StVrain-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3873, 4595, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3754021509329898975693140528164803981781005859375;s:5:\"bytes\";i:952;s:11:\"size_before\";i:21758;s:10:\"size_after\";i:20806;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:284;s:11:\"size_before\";i:5778;s:10:\"size_after\";i:5494;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:668;s:11:\"size_before\";i:15980;s:10:\"size_after\";i:15312;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3875, 4598, '_wp_attached_file', '2018/12/Pinnacle-Stats-Image_2018YTD.jpg'),
(3876, 4598, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1275;s:4:\"file\";s:40:\"2018/12/Pinnacle-Stats-Image_2018YTD.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Pinnacle-Stats-Image_2018YTD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Pinnacle-Stats-Image_2018YTD-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Pinnacle-Stats-Image_2018YTD-768x408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Pinnacle-Stats-Image_2018YTD-1024x544.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3877, 4598, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.1487675484925556901316667790524661540985107421875;s:5:\"bytes\";i:17198;s:11:\"size_before\";i:169459;s:10:\"size_after\";i:152261;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:504;s:11:\"size_before\";i:6115;s:10:\"size_after\";i:5611;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:768;s:11:\"size_before\";i:11292;s:10:\"size_after\";i:10524;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5867;s:11:\"size_before\";i:59507;s:10:\"size_after\";i:53640;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:10059;s:11:\"size_before\";i:92545;s:10:\"size_after\";i:82486;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3878, 4601, '_wp_attached_file', '2018/12/favicon.png'),
(3879, 4601, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2018/12/favicon.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3880, 4601, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.7177177177177185285472660325467586517333984375;s:5:\"bytes\";i:118;s:11:\"size_before\";i:666;s:10:\"size_after\";i:548;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:118;s:11:\"size_before\";i:666;s:10:\"size_after\";i:548;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3881, 4602, '_wp_attached_file', '2018/12/Pane_1650Fillmore1804.jpg'),
(3882, 4602, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:33:\"2018/12/Pane_1650Fillmore1804.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Pane_1650Fillmore1804-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Pane_1650Fillmore1804-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3883, 4602, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.61307104535847845028229130548425018787384033203125;s:5:\"bytes\";i:1135;s:11:\"size_before\";i:24604;s:10:\"size_after\";i:23469;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:335;s:11:\"size_before\";i:6507;s:10:\"size_after\";i:6172;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:800;s:11:\"size_before\";i:18097;s:10:\"size_after\";i:17297;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3890, 4606, '_wp_attached_file', '2018/12/Slider_Capitol.jpg'),
(3891, 4606, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:26:\"2018/12/Slider_Capitol.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Slider_Capitol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Slider_Capitol-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Slider_Capitol-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Slider_Capitol-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3892, 4606, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.02932604188576082293593572103418409824371337890625;s:5:\"bytes\";i:5364;s:11:\"size_before\";i:133124;s:10:\"size_after\";i:127760;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:228;s:11:\"size_before\";i:4974;s:10:\"size_after\";i:4746;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:336;s:11:\"size_before\";i:9151;s:10:\"size_after\";i:8815;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1871;s:11:\"size_before\";i:45654;s:10:\"size_after\";i:43783;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2929;s:11:\"size_before\";i:73345;s:10:\"size_after\";i:70416;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3893, 4607, '_wp_attached_file', '2018/12/Slider_Aerial.jpg'),
(3894, 4607, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2018/12/Slider_Aerial.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Slider_Aerial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Slider_Aerial-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Slider_Aerial-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Slider_Aerial-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3895, 4607, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.330651282829816040020887157879769802093505859375;s:5:\"bytes\";i:20016;s:11:\"size_before\";i:316176;s:10:\"size_after\";i:296160;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:739;s:11:\"size_before\";i:9997;s:10:\"size_after\";i:9258;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:1537;s:11:\"size_before\";i:20480;s:10:\"size_after\";i:18943;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7182;s:11:\"size_before\";i:110625;s:10:\"size_after\";i:103443;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:10558;s:11:\"size_before\";i:175074;s:10:\"size_after\";i:164516;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(3896, 4608, '_wp_attached_file', '2018/12/Slider_1650Fillmore1804.jpg'),
(3897, 4608, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:35:\"2018/12/Slider_1650Fillmore1804.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Slider_1650Fillmore1804-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Slider_1650Fillmore1804-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Slider_1650Fillmore1804-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Slider_1650Fillmore1804-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3898, 4608, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.394550712252886182085376276518218219280242919921875;s:5:\"bytes\";i:4449;s:11:\"size_before\";i:131063;s:10:\"size_after\";i:126614;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:345;s:11:\"size_before\";i:6269;s:10:\"size_after\";i:5924;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:423;s:11:\"size_before\";i:10590;s:10:\"size_after\";i:10167;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1376;s:11:\"size_before\";i:44349;s:10:\"size_after\";i:42973;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2305;s:11:\"size_before\";i:69855;s:10:\"size_after\";i:67550;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3899, 4609, '_wp_attached_file', '2018/12/Slider_UnionStation.jpg'),
(3900, 4609, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:750;s:4:\"file\";s:31:\"2018/12/Slider_UnionStation.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Slider_UnionStation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Slider_UnionStation-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Slider_UnionStation-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Slider_UnionStation-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3901, 4609, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2798257203659062497536069713532924652099609375;s:5:\"bytes\";i:15705;s:11:\"size_before\";i:297453;s:10:\"size_after\";i:281748;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:642;s:11:\"size_before\";i:9015;s:10:\"size_after\";i:8373;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1189;s:11:\"size_before\";i:18693;s:10:\"size_after\";i:17504;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:5492;s:11:\"size_before\";i:102358;s:10:\"size_after\";i:96866;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:8382;s:11:\"size_before\";i:167387;s:10:\"size_after\";i:159005;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3905, 4613, '_wp_attached_file', '2019/10/2018YearInReview_PinnacleChart.jpg'),
(3906, 4613, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2245;s:6:\"height\";i:1356;s:4:\"file\";s:42:\"2019/10/2018YearInReview_PinnacleChart.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"2018YearInReview_PinnacleChart-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"2018YearInReview_PinnacleChart-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"2018YearInReview_PinnacleChart-768x464.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"2018YearInReview_PinnacleChart-1024x619.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),
(3907, 4613, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.634482284457074996453229687176644802093505859375;s:5:\"bytes\";i:18561;s:11:\"size_before\";i:174536;s:10:\"size_after\";i:155975;s:4:\"time\";d:0.70000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:518;s:11:\"size_before\";i:6766;s:10:\"size_after\";i:6248;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:945;s:11:\"size_before\";i:12609;s:10:\"size_after\";i:11664;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6463;s:11:\"size_before\";i:61030;s:10:\"size_after\";i:54567;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10635;s:11:\"size_before\";i:94131;s:10:\"size_after\";i:83496;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),
(3908, 4614, '_wp_attached_file', '2019/10/TriciaPotucek_2019_PinnacleStatsChart.jpg'),
(3909, 4614, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2245;s:6:\"height\";i:1357;s:4:\"file\";s:49:\"2019/10/TriciaPotucek_2019_PinnacleStatsChart.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"TriciaPotucek_2019_PinnacleStatsChart-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"TriciaPotucek_2019_PinnacleStatsChart-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"TriciaPotucek_2019_PinnacleStatsChart-768x464.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"TriciaPotucek_2019_PinnacleStatsChart-1024x619.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),
(3910, 4614, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.982996533908835345982879516668617725372314453125;s:5:\"bytes\";i:18318;s:11:\"size_before\";i:183492;s:10:\"size_after\";i:165174;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:416;s:11:\"size_before\";i:6042;s:10:\"size_after\";i:5626;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:719;s:11:\"size_before\";i:12075;s:10:\"size_after\";i:11356;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6180;s:11:\"size_before\";i:64783;s:10:\"size_after\";i:58603;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:11003;s:11:\"size_before\";i:100592;s:10:\"size_after\";i:89589;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3912, 4619, '_wp_attached_file', '2020/07/Pane_1699Fillmore.jpg'),
(3913, 4619, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:29:\"2020/07/Pane_1699Fillmore.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pane_1699Fillmore-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pane_1699Fillmore-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3914, 4619, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.843115386402713884450577097595669329166412353515625;s:5:\"bytes\";i:827;s:11:\"size_before\";i:21519;s:10:\"size_after\";i:20692;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:598;s:11:\"size_before\";i:15787;s:10:\"size_after\";i:15189;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:229;s:11:\"size_before\";i:5732;s:10:\"size_after\";i:5503;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3915, 4622, '_wp_attached_file', '2020/07/Pane_481SWashington.jpg'),
(3916, 4622, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:31:\"2020/07/Pane_481SWashington.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Pane_481SWashington-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Pane_481SWashington-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3917, 4624, '_wp_attached_file', '2020/07/1699-FIllmore-St-Tower-1_02.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3918, 4624, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1667;s:4:\"file\";s:39:\"2020/07/1699-FIllmore-St-Tower-1_02.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"1699-FIllmore-St-Tower-1_02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"1699-FIllmore-St-Tower-1_02-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"1699-FIllmore-St-Tower-1_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"1699-FIllmore-St-Tower-1_02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"1699-FIllmore-St-Tower-1_02-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"1699-FIllmore-St-Tower-1_02-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Joseph Deats\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1588005165\";s:9:\"copyright\";s:24:\"Joseph Deats Photography\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),
(3919, 4625, '_wp_attached_file', '2020/07/Pane_2990E17th.jpg'),
(3920, 4625, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:26:\"2020/07/Pane_2990E17th.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Pane_2990E17th-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Pane_2990E17th-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3921, 4625, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.971657654297967798839863462490029633045196533203125;s:5:\"bytes\";i:852;s:11:\"size_before\";i:21452;s:10:\"size_after\";i:20600;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:617;s:11:\"size_before\";i:15721;s:10:\"size_after\";i:15104;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:235;s:11:\"size_before\";i:5731;s:10:\"size_after\";i:5496;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3922, 4628, '_wp_attached_file', '2020/07/June2020_FoldoverMailer_REVISED_Page_2.png'),
(3923, 4628, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4497;s:6:\"height\";i:1745;s:4:\"file\";s:50:\"2020/07/June2020_FoldoverMailer_REVISED_Page_2.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"June2020_FoldoverMailer_REVISED_Page_2-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"June2020_FoldoverMailer_REVISED_Page_2-1024x397.png\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"June2020_FoldoverMailer_REVISED_Page_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"June2020_FoldoverMailer_REVISED_Page_2-768x298.png\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"June2020_FoldoverMailer_REVISED_Page_2-1536x596.png\";s:5:\"width\";i:1536;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:51:\"June2020_FoldoverMailer_REVISED_Page_2-2048x795.png\";s:5:\"width\";i:2048;s:6:\"height\";i:795;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3924, 4629, '_wp_attached_file', '2020/07/TriciaPotucek_December2020_YearEndReview_ver1.png'),
(3925, 4629, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1497;s:6:\"height\";i:909;s:4:\"file\";s:57:\"2020/07/TriciaPotucek_December2020_YearEndReview_ver1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"TriciaPotucek_December2020_YearEndReview_ver1-300x182.png\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"TriciaPotucek_December2020_YearEndReview_ver1-1024x622.png\";s:5:\"width\";i:1024;s:6:\"height\";i:622;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"TriciaPotucek_December2020_YearEndReview_ver1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"TriciaPotucek_December2020_YearEndReview_ver1-768x466.png\";s:5:\"width\";i:768;s:6:\"height\";i:466;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3926, 4629, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:43.223557243354292722870013676583766937255859375;s:5:\"bytes\";i:340207;s:11:\"size_before\";i:787087;s:10:\"size_after\";i:446880;s:4:\"time\";d:8.1500000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:23591;s:11:\"size_before\";i:53978;s:10:\"size_after\";i:30387;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:206481;s:11:\"size_before\";i:470705;s:10:\"size_after\";i:264224;s:4:\"time\";d:6.95000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.5;s:5:\"bytes\";i:10282;s:11:\"size_before\";i:24773;s:10:\"size_after\";i:14491;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:99853;s:11:\"size_before\";i:237631;s:10:\"size_after\";i:137778;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;}}}'),
(3927, 4628, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.1591569712134486280774581246078014373779296875;s:5:\"bytes\";i:952688;s:11:\"size_before\";i:2496617;s:10:\"size_after\";i:1543929;s:4:\"time\";d:33.469999999999998863131622783839702606201171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:11902;s:11:\"size_before\";i:34225;s:10:\"size_after\";i:22323;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:121100;s:11:\"size_before\";i:319403;s:10:\"size_after\";i:198303;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:8918;s:11:\"size_before\";i:23691;s:10:\"size_after\";i:14773;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:55186;s:11:\"size_before\";i:160920;s:10:\"size_after\";i:105734;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:207036;s:11:\"size_before\";i:570551;s:10:\"size_after\";i:363515;s:4:\"time\";d:8.2799999999999993605115378159098327159881591796875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:548546;s:11:\"size_before\";i:1387827;s:10:\"size_after\";i:839281;s:4:\"time\";d:23.67999999999999971578290569595992565155029296875;}}}'),
(3929, 4634, '_wp_attached_file', '2020/08/Website-and-E-Marketing.pdf'),
(3930, 4635, '_wp_attached_file', '2020/08/Enhance-Your-Home-For-Quick-Sale.pdf'),
(3931, 4636, '_wp_attached_file', '2020/08/Mortgage-Information.pdf'),
(3932, 4637, '_wp_attached_file', '2020/08/Kentwood_LockupRealEstate_Black-1.png'),
(3933, 4637, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2083;s:6:\"height\";i:1446;s:4:\"file\";s:45:\"2020/08/Kentwood_LockupRealEstate_Black-1.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Kentwood_LockupRealEstate_Black-1-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Kentwood_LockupRealEstate_Black-1-1024x711.png\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Kentwood_LockupRealEstate_Black-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Kentwood_LockupRealEstate_Black-1-768x533.png\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"Kentwood_LockupRealEstate_Black-1-1536x1066.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1066;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:47:\"Kentwood_LockupRealEstate_Black-1-2048x1422.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1422;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3934, 4637, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.3945340137905617439173511229455471038818359375;s:5:\"bytes\";i:43937;s:11:\"size_before\";i:238859;s:10:\"size_after\";i:194922;s:4:\"time\";d:6.0099999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:8209;s:10:\"size_after\";i:6517;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:7537;s:11:\"size_before\";i:37014;s:10:\"size_after\";i:29477;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:974;s:11:\"size_before\";i:4632;s:10:\"size_after\";i:3658;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.75;s:5:\"bytes\";i:5931;s:11:\"size_before\";i:26074;s:10:\"size_after\";i:20143;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:11093;s:11:\"size_before\";i:65088;s:10:\"size_after\";i:53995;s:4:\"time\";d:2.54999999999999982236431605997495353221893310546875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:16710;s:11:\"size_before\";i:97842;s:10:\"size_after\";i:81132;s:4:\"time\";d:1.6599999999999999200639422269887290894985198974609375;}}}'),
(3935, 4638, '_wp_attached_file', '2020/08/Kentwood_LockupRealEstate_Green.png'),
(3936, 4638, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:555;s:4:\"file\";s:43:\"2020/08/Kentwood_LockupRealEstate_Green.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Kentwood_LockupRealEstate_Green-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Kentwood_LockupRealEstate_Green-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Kentwood_LockupRealEstate_Green-768x533.png\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3937, 4638, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.300187151033213694972801022231578826904296875;s:5:\"bytes\";i:36443;s:11:\"size_before\";i:128773;s:10:\"size_after\";i:92330;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:7457;s:11:\"size_before\";i:22998;s:10:\"size_after\";i:15541;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:4238;s:11:\"size_before\";i:12106;s:10:\"size_after\";i:7868;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:24748;s:11:\"size_before\";i:93669;s:10:\"size_after\";i:68921;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}}}'),
(3939, 4644, '_wp_attached_file', '2020/08/CommonRealEstateTermsSeller.pdf'),
(3940, 4645, '_wp_attached_file', '2020/08/AgentResponsibilitiesSeller.pdf'),
(3941, 4646, '_wp_attached_file', '2020/08/KentwoodSalesProcess.pdf'),
(3942, 4647, '_wp_attached_file', '2020/08/CommonRealEstateTerms.pdf'),
(3943, 4648, '_wp_attached_file', '2020/08/AllAboutYourOffer.pdf'),
(3944, 4649, '_wp_attached_file', '2020/08/StepstoBuyingAHome.pdf'),
(3945, 4650, '_wp_attached_file', '2020/08/KentwoodBuyingProcess.pdf'),
(3947, 3852, '_wp_page_template', 'default'),
(3999, 3577, '_wpb_shortcodes_custom_css', '.vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1515624803642{margin-bottom: 30px !important;}.vc_custom_1517081851948{background-color: #dddddd !important;}.vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1597254397878{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1594665793374{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1532564874100{margin-top: -10px !important;}'),
(4001, 4662, '_wp_attached_file', '2020/09/Pane_DenverAerial.png'),
(4002, 4662, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:29:\"2020/09/Pane_DenverAerial.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pane_DenverAerial-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pane_DenverAerial-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4003, 4662, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.4589173818948228955605372902937233448028564453125;s:5:\"bytes\";i:30908;s:11:\"size_before\";i:229647;s:10:\"size_after\";i:198739;s:4:\"time\";d:1.729999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:24185;s:11:\"size_before\";i:178725;s:10:\"size_after\";i:154540;s:4:\"time\";d:1.3000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6723;s:11:\"size_before\";i:50922;s:10:\"size_after\";i:44199;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}}}'),
(4010, 4669, '_wp_attached_file', '2020/09/AgentResposibilitesBuyer1.pdf'),
(4079, 4679, '_wp_attached_file', '2020/09/KentwoodBuyingProcess2.pdf'),
(4080, 4680, '_wp_attached_file', '2020/09/StepstoBuyingAHome1.pdf'),
(4081, 4681, '_wp_attached_file', '2020/09/AllAboutYourOffer1.pdf'),
(4082, 4682, '_wp_attached_file', '2020/09/CommonRealEstateTerms1.pdf'),
(4083, 4683, '_wp_attached_file', '2020/09/Mortgage-Information1.pdf'),
(4084, 4684, '_wp_attached_file', '2020/09/AgentResponsibilitiesSeller1.pdf'),
(4085, 4684, '_edit_lock', '1600190948:4'),
(4086, 4685, '_wp_attached_file', '2020/09/KentwoodSalesProcess1.pdf'),
(4087, 4686, '_wp_attached_file', '2020/09/Website-and-E-Marketing1.pdf'),
(4088, 4687, '_wp_attached_file', '2020/09/Enhance-Your-Home-For-Quick-Sale1.pdf'),
(4089, 4688, '_wp_attached_file', '2020/09/CommonRealEstateTermsSeller1.pdf'),
(4090, 4689, '_wp_attached_file', '2020/09/Strategic-Pricing1.pdf'),
(4091, 4694, '_edit_lock', '1600725740:4'),
(4092, 4694, '_edit_last', '4'),
(4093, 4694, '_wp_page_template', 'default'),
(4094, 4694, 'slide_template', 'default'),
(4095, 4694, 'rs_page_bg_color', '#ffffff'),
(4096, 4694, '_wpb_vc_js_status', 'true'),
(4097, 4694, 'ultimatum-child-theme_layout', '7'),
(4099, 4704, '_menu_item_type', 'post_type'),
(4100, 4704, '_menu_item_menu_item_parent', '3608'),
(4101, 4704, '_menu_item_object_id', '3744'),
(4102, 4704, '_menu_item_object', 'page'),
(4103, 4704, '_menu_item_target', ''),
(4104, 4704, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4105, 4704, '_menu_item_xfn', ''),
(4106, 4704, '_menu_item_url', ''),
(4108, 4704, '_menu_item_ultimatum_megamenu_status', 'enabled'),
(4109, 4704, '_menu_item_ultimatum_megamenu_width', ''),
(4110, 4704, '_menu_item_ultimatum_megamenu_columns', 'auto'),
(4111, 4704, '_menu_item_ultimatum_megamenu_title', ''),
(4112, 4704, '_menu_item_ultimatum_megamenu_widgetarea', '0'),
(4113, 4704, '_menu_item_ultimatum_megamenu_icon', ''),
(4114, 4704, '_menu_item_ultimatum_megamenu_thumbnail', ''),
(4116, 3744, '_wpb_shortcodes_custom_css', '.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727880125{margin-top: 40px !important;}.vc_custom_1600727892735{margin-top: 40px !important;}.vc_custom_1600727906482{margin-top: 40px !important;}.vc_custom_1600727918859{margin-top: 40px !important;}'),
(4122, 4716, '_wp_attached_file', '2021/02/2021_Pinnacle_YearInReview_stats-002.pdf'),
(4123, 4717, '_wp_attached_file', '2021/02/Pinnacle-2020-Year-End-Stats.jpg'),
(4124, 4717, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:999;s:6:\"height\";i:784;s:4:\"file\";s:40:\"2021/02/Pinnacle-2020-Year-End-Stats.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Pinnacle-2020-Year-End-Stats-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Pinnacle-2020-Year-End-Stats-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Pinnacle-2020-Year-End-Stats-768x603.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4125, 4717, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.1601794431983112332318341941572725772857666015625;s:5:\"bytes\";i:8331;s:11:\"size_before\";i:90948;s:10:\"size_after\";i:82617;s:4:\"time\";d:0.09000000000000001054711873393898713402450084686279296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:14853;s:10:\"size_after\";i:13840;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:355;s:11:\"size_before\";i:5499;s:10:\"size_after\";i:5144;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:6963;s:11:\"size_before\";i:70596;s:10:\"size_after\";i:63633;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(4126, 4721, '_wp_attached_file', '2021/02/Pane_1621NHumboldt.jpg'),
(4127, 4721, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:30:\"2021/02/Pane_1621NHumboldt.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Pane_1621NHumboldt-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Pane_1621NHumboldt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4128, 4721, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.88900511718639574354483556817285716533660888671875;s:5:\"bytes\";i:2083;s:11:\"size_before\";i:35371;s:10:\"size_after\";i:33288;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1497;s:11:\"size_before\";i:26751;s:10:\"size_after\";i:25254;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:586;s:11:\"size_before\";i:8620;s:10:\"size_after\";i:8034;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(4131, 4724, '_wpb_shortcodes_custom_css', '.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727880125{margin-top: 40px !important;}.vc_custom_1600727892735{margin-top: 40px !important;}.vc_custom_1600727906482{margin-top: 40px !important;}.vc_custom_1600727918859{margin-top: 40px !important;}'),
(4132, 4725, '_wpb_shortcodes_custom_css', '.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727880125{margin-top: 40px !important;}.vc_custom_1600727892735{margin-top: 40px !important;}.vc_custom_1600727906482{margin-top: 40px !important;}.vc_custom_1600727918859{margin-top: 40px !important;}'),
(4133, 4726, '_wpb_shortcodes_custom_css', '.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727880125{margin-top: 40px !important;}.vc_custom_1600727892735{margin-top: 40px !important;}.vc_custom_1600727906482{margin-top: 40px !important;}.vc_custom_1600727918859{margin-top: 40px !important;}'),
(4137, 4730, '_wp_attached_file', '2021/04/Unit1603.png'),
(4138, 4730, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:20:\"2021/04/Unit1603.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Unit1603-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Unit1603-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Unit1603-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Unit1603-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"Unit1603-1536x1025.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4139, 4732, '_wp_attached_file', '2021/08/Pane_1777E39th.jpg'),
(4140, 4732, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:26:\"2021/08/Pane_1777E39th.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Pane_1777E39th-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Pane_1777E39th-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4141, 4732, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.88402851704893681272778849233873188495635986328125;s:5:\"bytes\";i:1514;s:11:\"size_before\";i:30999;s:10:\"size_after\";i:29485;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:23553;s:10:\"size_after\";i:22434;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:395;s:11:\"size_before\";i:7446;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(4145, 4737, '_wp_attached_file', '2021/11/Pane_2990E17th_1901.jpg'),
(4146, 4737, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:31:\"2021/11/Pane_2990E17th_1901.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Pane_2990E17th_1901-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Pane_2990E17th_1901-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4147, 4737, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.917500103747354689431858787429518997669219970703125;s:5:\"bytes\";i:944;s:11:\"size_before\";i:24097;s:10:\"size_after\";i:23153;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:677;s:11:\"size_before\";i:17802;s:10:\"size_after\";i:17125;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:267;s:11:\"size_before\";i:6295;s:10:\"size_after\";i:6028;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(4149, 4739, '_wp_attached_file', '2021/11/Staged-3_cropped.jpg'),
(4150, 4739, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1231;s:4:\"file\";s:28:\"2021/11/Staged-3_cropped.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Staged-3_cropped-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Staged-3_cropped-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Staged-3_cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Staged-3_cropped-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Staged-3_cropped-1536x945.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4151, 4739, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1889793349580823900168979889713227748870849609375;s:5:\"bytes\";i:12313;s:11:\"size_before\";i:386111;s:10:\"size_after\";i:373798;s:4:\"time\";d:0.360000000000000042188474935755948536098003387451171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:637;s:11:\"size_before\";i:13941;s:10:\"size_after\";i:13304;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3191;s:11:\"size_before\";i:103316;s:10:\"size_after\";i:100125;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:343;s:11:\"size_before\";i:6409;s:10:\"size_after\";i:6066;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2120;s:11:\"size_before\";i:64437;s:10:\"size_after\";i:62317;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6022;s:11:\"size_before\";i:198008;s:10:\"size_after\";i:191986;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(4152, 4740, '_wp_attached_file', '2021/11/Pinnacle-Community-Stock_2020_09_cropped.jpg'),
(4153, 4740, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:52:\"2021/11/Pinnacle-Community-Stock_2020_09_cropped.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Pinnacle-Community-Stock_2020_09_cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Pinnacle-Community-Stock_2020_09_cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4154, 4740, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.89423636716475840557905030436813831329345703125;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:25765;s:10:\"size_after\";i:24504;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:860;s:11:\"size_before\";i:19106;s:10:\"size_after\";i:18246;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:401;s:11:\"size_before\";i:6659;s:10:\"size_after\";i:6258;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(4155, 4741, '_wp_attached_file', '2021/11/Common-Areas-9_cropped.jpg'),
(4156, 4741, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:34:\"2021/11/Common-Areas-9_cropped.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Common-Areas-9_cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Common-Areas-9_cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4157, 4741, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.39264578761885804425446622190065681934356689453125;s:5:\"bytes\";i:1622;s:11:\"size_before\";i:30078;s:10:\"size_after\";i:28456;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:22322;s:10:\"size_after\";i:21199;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:499;s:11:\"size_before\";i:7756;s:10:\"size_after\";i:7257;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(4160, 3848, '_dhvc_form_messages', 'a:30:{s:7:\"success\";s:45:\"Thank you for your message. It has been sent.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:17:\"invalid_recaptcha\";s:17:\"reCaptcha Invalid\";s:19:\"recaptcha_not_check\";s:39:\"Please verify that you are not a robot.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";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:5:\"error\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"invalid_required\";s:23:\"This field is required.\";s:13:\"invalid_email\";s:35:\"Please enter a valid email address.\";s:11:\"invalid_url\";s:76:\"Please enter a valid URL. Protocol is required (http://, https:// or ftp://)\";s:12:\"invalid_date\";s:26:\"Please enter a valid date.\";s:12:\"invalid_time\";s:26:\"Please enter a valid time.\";s:14:\"invalid_number\";s:28:\"Please enter a valid number.\";s:15:\"invalid_number2\";s:67:\"Please use only numbers (0-9) or brackets (), dashes – and plus +\";s:14:\"invalid_digits\";s:25:\"Please enter only digits.\";s:11:\"invalid_max\";s:46:\"Please enter a value less than or equal to %s.\";s:11:\"invalid_min\";s:49:\"Please enter a value greater than or equal to %s.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:13:\"invalid_alpha\";s:51:\"Please use letters only (a-z or A-Z) in this field.\";s:16:\"invalid_alphanum\";s:116:\"Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.\";s:11:\"invalid_zip\";s:63:\"Please enter a valid zip code. For example 90602 or 90602-1234.\";s:11:\"invalid_fax\";s:76:\"Please enter a valid fax number. For example (123) 456-7890 or 123-456-7890.\";s:17:\"invalid_cpassword\";s:38:\"Please make sure your passwords match.\";s:14:\"invalid_cemail\";s:34:\"Please make sure your email match.\";s:14:\"invalid_select\";s:23:\"Please select an option\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";}'),
(4161, 3848, '_paypal_currency', 'USD'),
(4162, 3848, '_paypal_currency_position', 'left'),
(4163, 3848, 'rs_page_bg_color', ''),
(4164, 3830, '_dhvc_form_messages', 'a:30:{s:7:\"success\";s:45:\"Thank you for your message. It has been sent.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:17:\"invalid_recaptcha\";s:17:\"reCaptcha Invalid\";s:19:\"recaptcha_not_check\";s:39:\"Please verify that you are not a robot.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";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:5:\"error\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"invalid_required\";s:23:\"This field is required.\";s:13:\"invalid_email\";s:35:\"Please enter a valid email address.\";s:11:\"invalid_url\";s:76:\"Please enter a valid URL. Protocol is required (http://, https:// or ftp://)\";s:12:\"invalid_date\";s:26:\"Please enter a valid date.\";s:12:\"invalid_time\";s:26:\"Please enter a valid time.\";s:14:\"invalid_number\";s:28:\"Please enter a valid number.\";s:15:\"invalid_number2\";s:67:\"Please use only numbers (0-9) or brackets (), dashes – and plus +\";s:14:\"invalid_digits\";s:25:\"Please enter only digits.\";s:11:\"invalid_max\";s:46:\"Please enter a value less than or equal to %s.\";s:11:\"invalid_min\";s:49:\"Please enter a value greater than or equal to %s.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:13:\"invalid_alpha\";s:51:\"Please use letters only (a-z or A-Z) in this field.\";s:16:\"invalid_alphanum\";s:116:\"Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.\";s:11:\"invalid_zip\";s:63:\"Please enter a valid zip code. For example 90602 or 90602-1234.\";s:11:\"invalid_fax\";s:76:\"Please enter a valid fax number. For example (123) 456-7890 or 123-456-7890.\";s:17:\"invalid_cpassword\";s:38:\"Please make sure your passwords match.\";s:14:\"invalid_cemail\";s:34:\"Please make sure your email match.\";s:14:\"invalid_select\";s:23:\"Please select an option\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";}'),
(4165, 3830, '_paypal_currency', 'USD'),
(4166, 3830, '_paypal_currency_position', 'left'),
(4167, 3830, 'rs_page_bg_color', ''),
(4168, 3773, '_dhvc_form_messages', 'a:30:{s:7:\"success\";s:45:\"Thank you for your message. It has been sent.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:17:\"invalid_recaptcha\";s:17:\"reCaptcha Invalid\";s:19:\"recaptcha_not_check\";s:39:\"Please verify that you are not a robot.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";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:5:\"error\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"invalid_required\";s:23:\"This field is required.\";s:13:\"invalid_email\";s:35:\"Please enter a valid email address.\";s:11:\"invalid_url\";s:76:\"Please enter a valid URL. Protocol is required (http://, https:// or ftp://)\";s:12:\"invalid_date\";s:26:\"Please enter a valid date.\";s:12:\"invalid_time\";s:26:\"Please enter a valid time.\";s:14:\"invalid_number\";s:28:\"Please enter a valid number.\";s:15:\"invalid_number2\";s:67:\"Please use only numbers (0-9) or brackets (), dashes – and plus +\";s:14:\"invalid_digits\";s:25:\"Please enter only digits.\";s:11:\"invalid_max\";s:46:\"Please enter a value less than or equal to %s.\";s:11:\"invalid_min\";s:49:\"Please enter a value greater than or equal to %s.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:13:\"invalid_alpha\";s:51:\"Please use letters only (a-z or A-Z) in this field.\";s:16:\"invalid_alphanum\";s:116:\"Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.\";s:11:\"invalid_zip\";s:63:\"Please enter a valid zip code. For example 90602 or 90602-1234.\";s:11:\"invalid_fax\";s:76:\"Please enter a valid fax number. For example (123) 456-7890 or 123-456-7890.\";s:17:\"invalid_cpassword\";s:38:\"Please make sure your passwords match.\";s:14:\"invalid_cemail\";s:34:\"Please make sure your email match.\";s:14:\"invalid_select\";s:23:\"Please select an option\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";}'),
(4169, 3773, '_paypal_currency', 'USD'),
(4170, 3773, '_paypal_currency_position', 'left'),
(4171, 3773, 'rs_page_bg_color', ''),
(4172, 3764, '_dhvc_form_messages', 'a:30:{s:7:\"success\";s:45:\"Thank you for your message. It has been sent.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:17:\"invalid_recaptcha\";s:17:\"reCaptcha Invalid\";s:19:\"recaptcha_not_check\";s:39:\"Please verify that you are not a robot.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";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:5:\"error\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"invalid_required\";s:23:\"This field is required.\";s:13:\"invalid_email\";s:35:\"Please enter a valid email address.\";s:11:\"invalid_url\";s:76:\"Please enter a valid URL. Protocol is required (http://, https:// or ftp://)\";s:12:\"invalid_date\";s:26:\"Please enter a valid date.\";s:12:\"invalid_time\";s:26:\"Please enter a valid time.\";s:14:\"invalid_number\";s:28:\"Please enter a valid number.\";s:15:\"invalid_number2\";s:67:\"Please use only numbers (0-9) or brackets (), dashes – and plus +\";s:14:\"invalid_digits\";s:25:\"Please enter only digits.\";s:11:\"invalid_max\";s:46:\"Please enter a value less than or equal to %s.\";s:11:\"invalid_min\";s:49:\"Please enter a value greater than or equal to %s.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:13:\"invalid_alpha\";s:51:\"Please use letters only (a-z or A-Z) in this field.\";s:16:\"invalid_alphanum\";s:116:\"Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.\";s:11:\"invalid_zip\";s:63:\"Please enter a valid zip code. For example 90602 or 90602-1234.\";s:11:\"invalid_fax\";s:76:\"Please enter a valid fax number. For example (123) 456-7890 or 123-456-7890.\";s:17:\"invalid_cpassword\";s:38:\"Please make sure your passwords match.\";s:14:\"invalid_cemail\";s:34:\"Please make sure your email match.\";s:14:\"invalid_select\";s:23:\"Please select an option\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";}'),
(4173, 3764, '_paypal_currency', 'USD'),
(4174, 3764, '_paypal_currency_position', 'left'),
(4175, 3764, 'rs_page_bg_color', ''),
(4176, 3653, '_paypal_currency_position', 'left'),
(4177, 3653, 'rs_page_bg_color', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4182, 4746, '_wp_attached_file', '2021/11/Tricia-PotucekUpdateLogo_sm_alt.jpg'),
(4183, 4746, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:43:\"2021/11/Tricia-PotucekUpdateLogo_sm_alt.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Tricia-PotucekUpdateLogo_sm_alt-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tricia-PotucekUpdateLogo_sm_alt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4184, 4746, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.2077361903436756307428368018008768558502197265625;s:5:\"bytes\";i:1611;s:11:\"size_before\";i:14374;s:10:\"size_after\";i:12763;s:4:\"time\";d:0.060000000000000004718447854656915296800434589385986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:10306;s:10:\"size_after\";i:9116;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:421;s:11:\"size_before\";i:4068;s:10:\"size_after\";i:3647;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(4190, 4750, '_wp_attached_file', '2021/11/Tricia-PotucekUpdateLogo_heade_croppedr.jpg'),
(4191, 4750, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:736;s:6:\"height\";i:270;s:4:\"file\";s:51:\"2021/11/Tricia-PotucekUpdateLogo_heade_croppedr.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Tricia-PotucekUpdateLogo_heade_croppedr-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Tricia-PotucekUpdateLogo_heade_croppedr-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4192, 4750, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.4109412522696658243148704059422016143798828125;s:5:\"bytes\";i:1436;s:11:\"size_before\";i:17073;s:10:\"size_after\";i:15637;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:779;s:11:\"size_before\";i:10207;s:10:\"size_after\";i:9428;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:657;s:11:\"size_before\";i:6866;s:10:\"size_after\";i:6209;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(4193, 4751, '_wp_attached_file', '2021/11/TriciaOct2021YTPStats_sm.jpg'),
(4194, 4751, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:611;s:4:\"file\";s:36:\"2021/11/TriciaOct2021YTPStats_sm.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"TriciaOct2021YTPStats_sm-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"TriciaOct2021YTPStats_sm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"TriciaOct2021YTPStats_sm-768x469.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4195, 4751, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.3053312603440492267736772191710770130157470703125;s:5:\"bytes\";i:6624;s:11:\"size_before\";i:79756;s:10:\"size_after\";i:73132;s:4:\"time\";d:0.1399999999999999855671006798729649744927883148193359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:798;s:11:\"size_before\";i:12242;s:10:\"size_after\";i:11444;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:387;s:11:\"size_before\";i:5827;s:10:\"size_after\";i:5440;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5439;s:11:\"size_before\";i:61687;s:10:\"size_after\";i:56248;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),
(4196, 4754, '_wp_attached_file', '2022/01/Pane_1650Fillmore1807.jpg'),
(4197, 4754, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:33:\"2022/01/Pane_1650Fillmore1807.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Pane_1650Fillmore1807-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Pane_1650Fillmore1807-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4198, 4754, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.16930960459801891460074330097995698451995849609375;s:5:\"bytes\";i:1493;s:11:\"size_before\";i:28882;s:10:\"size_after\";i:27389;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:21518;s:10:\"size_after\";i:20408;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:383;s:11:\"size_before\";i:7364;s:10:\"size_after\";i:6981;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(4200, 4757, '_wp_attached_file', '2022/03/Pinnacle-Stats-2021YearEnd.png'),
(4201, 4757, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2202;s:6:\"height\";i:1357;s:4:\"file\";s:38:\"2022/03/Pinnacle-Stats-2021YearEnd.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Pinnacle-Stats-2021YearEnd-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Pinnacle-Stats-2021YearEnd-1024x631.png\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Pinnacle-Stats-2021YearEnd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Pinnacle-Stats-2021YearEnd-768x473.png\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Pinnacle-Stats-2021YearEnd-1536x947.png\";s:5:\"width\";i:1536;s:6:\"height\";i:947;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:40:\"Pinnacle-Stats-2021YearEnd-2048x1262.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1262;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4202, 4757, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:40.62057865206246987099802936427295207977294921875;s:5:\"bytes\";i:1222495;s:11:\"size_before\";i:3009546;s:10:\"size_after\";i:1787051;s:4:\"time\";d:13.699999999999999289457264239899814128875732421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:23684;s:11:\"size_before\";i:58012;s:10:\"size_after\";i:34328;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:194760;s:11:\"size_before\";i:488831;s:10:\"size_after\";i:294071;s:4:\"time\";d:1.7199999999999999733546474089962430298328399658203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10545;s:11:\"size_before\";i:26725;s:10:\"size_after\";i:16180;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:81726;s:11:\"size_before\";i:216073;s:10:\"size_after\";i:134347;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:237182;s:11:\"size_before\";i:629830;s:10:\"size_after\";i:392648;s:4:\"time\";d:3.9900000000000002131628207280300557613372802734375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:674598;s:11:\"size_before\";i:1590075;s:10:\"size_after\";i:915477;s:4:\"time\";d:7.29999999999999982236431605997495353221893310546875;}}}'),
(4203, 4760, '_wpb_shortcodes_custom_css', '.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727865220{margin-top: 40px !important;}.vc_custom_1600727880125{margin-top: 40px !important;}.vc_custom_1600727892735{margin-top: 40px !important;}.vc_custom_1600727906482{margin-top: 40px !important;}.vc_custom_1600727918859{margin-top: 40px !important;}'),
(4204, 4762, '_wp_attached_file', '2022/10/LIV_VertBW.png'),
(4205, 4762, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:172;s:6:\"height\";i:126;s:4:\"file\";s:22:\"2022/10/LIV_VertBW.png\";s:8:\"filesize\";s:4:\"5988\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"LIV_VertBW-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:4:\"5054\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4206, 4762, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.54689354966362913046395988203585147857666015625;s:5:\"bytes\";i:1746;s:11:\"size_before\";i:5054;s:10:\"size_after\";i:3308;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:1746;s:11:\"size_before\";i:5054;s:10:\"size_after\";i:3308;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}}}'),
(4215, 4767, '_wp_attached_file', '2022/10/Equal-Housing-Logo-Black_sm.png'),
(4216, 4767, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:102;s:6:\"height\";i:100;s:4:\"file\";s:39:\"2022/10/Equal-Housing-Logo-Black_sm.png\";s:8:\"filesize\";s:4:\"3658\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4217, 4767, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.630945872061236201489009545184671878814697265625;s:5:\"bytes\";i:901;s:11:\"size_before\";i:3658;s:10:\"size_after\";i:2757;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:901;s:11:\"size_before\";i:3658;s:10:\"size_after\";i:2757;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}}}'),
(4218, 4768, '_wp_attached_file', '2022/10/office_R_white_sm.png'),
(4219, 4768, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:85;s:6:\"height\";i:100;s:4:\"file\";s:29:\"2022/10/office_R_white_sm.png\";s:8:\"filesize\";s:4:\"2408\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4220, 4768, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.612956810631228421470950706861913204193115234375;s:5:\"bytes\";i:689;s:11:\"size_before\";i:2408;s:10:\"size_after\";i:1719;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:689;s:11:\"size_before\";i:2408;s:10:\"size_after\";i:1719;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(4221, 4769, '_wpb_shortcodes_custom_css', '.vc_custom_1455070560433{margin-top: 20px !important;}.vc_custom_1455068949795{margin-bottom: 10px !important;}'),
(4222, 4770, '_wpb_shortcodes_custom_css', '.vc_custom_1455070560433{margin-top: 20px !important;}.vc_custom_1455068949795{margin-bottom: 10px !important;}'),
(4227, 4774, '_wpb_shortcodes_custom_css', '.vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1515624803642{margin-bottom: 30px !important;}.vc_custom_1517081851948{background-color: #dddddd !important;}.vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1637194642432{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1532564874100{margin-top: -10px !important;}'),
(4231, 4776, '_wpb_shortcodes_custom_css', '.vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1515624803642{margin-bottom: 30px !important;}.vc_custom_1517081851948{background-color: #dddddd !important;}.vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669746625984{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1532564874100{margin-top: -10px !important;}'),
(4232, 4777, '_wp_attached_file', '2022/11/Logo_Website_11-29-2022_final.png'),
(4233, 4777, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:321;s:6:\"height\";i:321;s:4:\"file\";s:41:\"2022/11/Logo_Website_11-29-2022_final.png\";s:8:\"filesize\";s:5:\"46468\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Logo_Website_11-29-2022_final-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"65726\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Logo_Website_11-29-2022_final-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"19521\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4234, 4777, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.345865543655495599750793189741671085357666015625;s:5:\"bytes\";i:24164;s:11:\"size_before\";i:85247;s:10:\"size_after\";i:61083;s:4:\"time\";d:0.72000000000000008437694987151189707219600677490234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5578;s:11:\"size_before\";i:19521;s:10:\"size_after\";i:13943;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:18586;s:11:\"size_before\";i:65726;s:10:\"size_after\";i:47140;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}}}'),
(4235, 4778, '_wpb_shortcodes_custom_css', '.vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1515624803642{margin-bottom: 30px !important;}.vc_custom_1517081851948{background-color: #dddddd !important;}.vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669746921851{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1532564874100{margin-top: -10px !important;}'),
(4236, 50, '_wp_old_date', '2016-02-05'),
(4237, 3604, '_wp_old_date', '2016-02-06'),
(4238, 4377, '_wp_old_date', '2018-02-07'),
(4239, 4381, '_wp_old_date', '2018-02-07'),
(4240, 4533, '_wp_old_date', '2018-02-20'),
(4241, 4302, '_wp_old_date', '2018-01-18'),
(4242, 4442, '_wp_old_date', '2018-02-08'),
(4243, 4443, '_wp_old_date', '2018-02-08'),
(4244, 4441, '_wp_old_date', '2018-02-08'),
(4245, 3606, '_wp_old_date', '2016-02-06'),
(4246, 4408, '_wp_old_date', '2018-02-08'),
(4262, 3608, '_wp_old_date', '2016-02-06'),
(4263, 3956, '_wp_old_date', '2016-02-16'),
(4264, 4704, '_wp_old_date', '2020-09-21'),
(4265, 3633, '_wp_old_date', '2016-02-10'),
(4266, 4779, '_wpb_shortcodes_custom_css', '.vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1515624803642{margin-bottom: 30px !important;}.vc_custom_1517081851948{background-color: #dddddd !important;}.vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669746921851{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1532564874100{margin-top: -10px !important;}'),
(4267, 4780, '_wpb_shortcodes_custom_css', '.vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1519175034732{margin-bottom: 10px !important;}'),
(4268, 4781, '_wp_attached_file', '2022/11/logo_11-29-2022.png'),
(4269, 4781, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1751;s:6:\"height\";i:628;s:4:\"file\";s:27:\"2022/11/logo_11-29-2022.png\";s:8:\"filesize\";s:6:\"328856\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"logo_11-29-2022-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"44323\";}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"logo_11-29-2022-1024x367.png\";s:5:\"width\";i:1024;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"360894\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"logo_11-29-2022-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"25585\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"logo_11-29-2022-768x275.png\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"224414\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"logo_11-29-2022-1536x551.png\";s:5:\"width\";i:1536;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"727251\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4270, 4781, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.924572521441742622982928878627717494964599609375;s:5:\"bytes\";i:386048;s:11:\"size_before\";i:1382467;s:10:\"size_after\";i:996419;s:4:\"time\";d:5.56999999999999939603867460391484200954437255859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:8243;s:11:\"size_before\";i:25585;s:10:\"size_after\";i:17342;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12591;s:11:\"size_before\";i:44323;s:10:\"size_after\";i:31732;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:102378;s:11:\"size_before\";i:360894;s:10:\"size_after\";i:258516;s:4:\"time\";d:0.86999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.75;s:5:\"bytes\";i:64522;s:11:\"size_before\";i:224414;s:10:\"size_after\";i:159892;s:4:\"time\";d:2.029999999999999804600747665972448885440826416015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:198314;s:11:\"size_before\";i:727251;s:10:\"size_after\";i:528937;s:4:\"time\";d:1.9899999999999999911182158029987476766109466552734375;}}}'),
(4271, 4783, '_wpb_shortcodes_custom_css', '.vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1519175034732{margin-bottom: 10px !important;}'),
(4272, 4784, '_wpb_shortcodes_custom_css', '.vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1519175034732{margin-bottom: 10px !important;}.vc_custom_1669750573008{margin-top: 20px !important;}'),
(4273, 4785, '_wpb_shortcodes_custom_css', '.vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1519175034732{margin-bottom: 10px !important;}.vc_custom_1669750773336{margin-top: 20px !important;}'),
(4274, 4786, '_wpb_shortcodes_custom_css', '.vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1515624785799{margin-top: 30px !important;}.vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}.vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}.vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1519175034732{margin-bottom: 10px !important;}.vc_custom_1669750873402{margin-top: 20px !important;}'),
(4275, 4787, '_wpb_shortcodes_custom_css', '.vc_custom_1455070560433{margin-top: 20px !important;}.vc_custom_1455068949795{margin-bottom: 10px !important;}'),
(4276, 4788, '_wpb_shortcodes_custom_css', '.vc_custom_1455070560433{margin-top: 20px !important;}.vc_custom_1455068949795{margin-bottom: 10px !important;}'),
(4277, 4789, '_wpb_shortcodes_custom_css', '.vc_custom_1455070560433{margin-top: 20px !important;}.vc_custom_1455068949795{margin-bottom: 10px !important;}');
-- --------------------------------------------------------
--
-- 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 NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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
(1, 4, '2015-06-19 23:54:46', '2015-06-19 22:54:46', '<p style=\"text-align: justify;\">Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget mi eget eros gravida pharetra sit amet et ex. Maecenas ut viverra arcu. Duis fermentum, lectus vitae dignissim gravida, lectus libero sagittis tortor, a scelerisque leo enim vitae risus. Proin efficitur ante et accumsan luctus. Nulla turpis metus, faucibus nec vestibulum molestie, tincidunt eu lorem. Donec neque libero, laoreet a quam sed, mollis pulvinar odio. Duis et egestas lorem.</p>\r\n<p style=\"text-align: justify;\">Vivamus euismod iaculis augue ut elementum. Cras sagittis bibendum dui vel pretium. Ut ac velit in erat pretium posuere a quis nibh. Vivamus sit amet enim sollicitudin, ultricies enim et, sagittis tortor. Duis sit amet mi eu metus imperdiet commodo. Quisque pharetra rutrum elit id suscipit. Nam ultricies eu ante at pretium. Donec ac imperdiet felis.</p>', 'Meet Our Team!', '', 'publish', 'open', 'open', '', 'meet-our-team', '', '', '2016-02-10 01:23:00', '2016-02-10 01:23:00', '', 0, 'http://denverheirlooms.com/?p=1', 0, 'post', '', 1),
(4, 4, '2016-01-14 23:55:06', '0000-00-00 00:00:00', '', 'Ct Flex Slider', '', 'draft', 'closed', 'closed', '', 'of-ct_flex_slider', '', '', '2016-01-14 23:55:06', '0000-00-00 00:00:00', '', 0, 'http://denverheirlooms.com/?post_type=options&p=4', 0, 'options', '', 0),
(6, 4, '2016-01-15 22:48:18', '2016-01-15 22:48:18', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt magna quis est lobortis, vitae aliquet lorem feugiat. Nam vitae tempus lacus. Pellentesque laoreet est id nunc dapibus vestibulum. Integer ut lobortis est. Vestibulum vitae elementum magna. Donec commodo lorem at lectus ullamcorper suscipit. Sed mollis libero libero, id vehicula dui feugiat viverra. ', 'an example', '', 'publish', 'open', 'closed', '', 'test', '', '', '2016-01-17 19:57:51', '2016-01-17 19:57:51', '', 0, 'http://denverheirlooms.com/?post_type=testimonial&p=6', 0, 'testimonial', '', 0),
(15, 4, '2016-01-17 19:34:22', '2016-01-17 19:34:22', '', 'Welcome', '', 'publish', 'closed', 'closed', '', 'welcome', '', '', '2016-02-01 02:42:25', '2016-02-01 02:42:25', '', 0, 'http://denverheirlooms.com/?post_type=template&p=15', 0, 'template', '', 0),
(20, 4, '2016-01-17 19:57:40', '2016-01-17 19:57:40', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt magna quis est lobortis, vitae aliquet lorem feugiat. Nam vitae tempus lacus. Pellentesque laoreet est id nunc dapibus vestibulum. Integer ut lobortis est. Vestibulum vitae elementum magna. Donec commodo lorem at lectus ullamcorper suscipit. Sed mollis libero libero, id vehicula dui feugiat viverra. ', 'an example', '', 'inherit', 'closed', 'closed', '', '6-autosave-v1', '', '', '2016-01-17 19:57:40', '2016-01-17 19:57:40', '', 6, 'http://denverheirlooms.com/2016/01/17/6-autosave-v1/', 0, 'revision', '', 0),
(22, 4, '2016-01-17 20:27:33', '2016-01-17 20:27:33', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt magna quis est lobortis, vitae aliquet lorem feugiat. Nam vitae tempus lacus. Pellentesque laoreet est id nunc dapibus vestibulum. Integer ut lobortis est. Vestibulum vitae elementum magna. Donec commodo lorem at lectus ullamcorper suscipit. Sed mollis libero libero, id vehicula dui feugiat viverra. ', 'an example 2', '', 'publish', 'open', 'closed', '', 'an-example-2', '', '', '2016-01-17 20:32:55', '2016-01-17 20:32:55', '', 0, 'http://denverheirlooms.com/?post_type=testimonial&p=22', 0, 'testimonial', '', 0),
(23, 4, '2016-01-17 20:27:46', '2016-01-17 20:27:46', '3Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt magna quis est lobortis, vitae aliquet lorem feugiat. Nam vitae tempus lacus. Pellentesque laoreet est id nunc dapibus vestibulum. Integer ut lobortis est. Vestibulum vitae elementum magna. Donec commodo lorem at lectus ullamcorper suscipit. Sed mollis libero libero, id vehicula dui feugiat viverra. ', 'an example 3', '', 'publish', 'open', 'closed', '', 'an-example-3', '', '', '2016-01-17 20:33:08', '2016-01-17 20:33:08', '', 0, 'http://denverheirlooms.com/?post_type=testimonial&p=23', 0, 'testimonial', '', 0),
(24, 4, '2016-01-17 20:41:06', '2016-01-17 20:41:06', '3Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt magna quis est lobortis, vitae aliquet lorem feugiat. Nam vitae tempus lacus. Pellentesque laoreet est id nunc dapibus vestibulum. Integer ut lobortis est. Vestibulum vitae elementum magna. Donec commodo lorem at lectus ullamcorper suscipit. Sed mollis libero libero, id vehicula dui feugiat viverra. ', 'test 1', '', 'publish', 'closed', 'closed', '', 'test-1', '', '', '2016-01-17 20:41:06', '2016-01-17 20:41:06', '', 0, 'http://denverheirlooms.com/?post_type=testimonials&p=24', 0, 'testimonials', '', 0),
(25, 4, '2016-01-17 20:41:23', '2016-01-17 20:41:23', '3Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt magna quis est lobortis, vitae aliquet lorem feugiat. Nam vitae tempus lacus. Pellentesque laoreet est id nunc dapibus vestibulum. Integer ut lobortis est. Vestibulum vitae elementum magna. Donec commodo lorem at lectus ullamcorper suscipit. Sed mollis libero libero, id vehicula dui feugiat viverra. ', 'test 2', '', 'publish', 'closed', 'closed', '', 'test-2', '', '', '2016-01-17 20:41:23', '2016-01-17 20:41:23', '', 0, 'http://denverheirlooms.com/?post_type=testimonials&p=25', 0, 'testimonials', '', 0),
(26, 4, '2016-01-17 20:41:36', '2016-01-17 20:41:36', '3Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt magna quis est lobortis, vitae aliquet lorem feugiat. Nam vitae tempus lacus. Pellentesque laoreet est id nunc dapibus vestibulum. Integer ut lobortis est. Vestibulum vitae elementum magna. Donec commodo lorem at lectus ullamcorper suscipit. Sed mollis libero libero, id vehicula dui feugiat viverra. ', 'test 3', '', 'publish', 'closed', 'closed', '', 'test-3', '', '', '2016-01-17 20:41:36', '2016-01-17 20:41:36', '', 0, 'http://denverheirlooms.com/?post_type=testimonials&p=26', 0, 'testimonials', '', 0),
(27, 4, '2016-01-19 13:12:19', '0000-00-00 00:00:00', '', 'test', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-01-19 13:12:19', '2016-01-19 13:12:19', '', 0, 'http://denverheirlooms.com/?post_type=soliloquy&p=27', 0, 'soliloquy', '', 0),
(31, 4, '2016-01-22 23:16:37', '2016-01-22 23:16:37', 'This is a test event to show how it works.', 'Winter Carnival', '', 'publish', 'open', 'closed', '', 'test', '', '', '2016-02-06 04:04:05', '2016-02-06 04:04:05', '', 0, 'http://denverheirlooms.com/?post_type=incsub_event&p=31', 0, 'incsub_event', '', 0),
(42, 4, '2016-02-01 02:46:04', '2016-02-01 02:46:04', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1669746921851{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4754\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\" link=\"https://www.kentwood.com/ListingDetails/1650-Fillmore-Street-1807-Denver-CO-80206/3604834\"][vc_single_image image=\"4294\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4662\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4328\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" css=\".vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" link=\"/the-pinnacle/\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\" el_class=\"class20\"][vc_column_text][rev_slider alias=\"homepage\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4341\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624803642{margin-bottom: 30px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1532564874100{margin-top: -10px !important;}\"][vc_column_inner width=\"3/4\"][vc_column_text]An heirloom home makes your eyes light up! It could be a hundred years old or newly built! It’s the details that make the home distinctive. It might be in a high rise with a panoramic view or a 100 year old loft in LoDo. Maybe, a cottage in Sloans Lake or a 10,000 square foot Cherry Hills estate… updates could be lacking, but it has the “bones” to be a jewel.\r\n\r\nLet Tricia Potucek’s knowledge and expertise help you find or sell your Heirloom residence! Take time to explore Tricia’s website and learn about the technology, marketing tools, expertise and contacts she has available to help you find/sell your Denver Heirloom![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4762\" img_size=\"full\" alignment=\"right\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1 style=\"text-align: left;\">What Tricia\'s Clients Say About Her...</h1>\r\n[/vc_column_text][ultimate_carousel slide_to_scroll=\"single\" slides_on_desk=\"1\" slides_on_tabs=\"1\" slides_on_mob=\"1\" speed=\"1500\" autoplay_speed=\"6500\" arrow_color=\"#eeeeee\" next_icon=\"ultsl-arrow-right6\" prev_icon=\"ultsl-arrow-left6\" dots=\"off\"][symple_testimonial by=\"\"]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][symple_testimonial by=\"\"]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][symple_testimonial by=\"\"]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/ultimate_carousel][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1517081851948{background-color: #dddddd !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">What Would You Like To Do?</h1>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH FOR A HOME\" heading_tag=\"h5\" banner_image=\"id^4428|url^http://denverheirlooms.com/wp-content/uploads/2018/02/Panel-SearchHomes3.jpg|caption^null|alt^null|title^Panel-SearchHomes3|description^null\" banner_link=\"url:https%3A%2F%2Fwww.livsothebysrealty.com%2Feng%2Fadvanced-search%2Fsales%2Fco-usa%2Fco-usa-servicearea|title:Advanced%20Search|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"DENVER COMMUNITIES\" heading_tag=\"h5\" banner_image=\"id^4271|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Lifestyle.png|caption^null|alt^null|title^Panel-Lifestyle|description^null\" banner_link=\"url:https%3A%2F%2Fwww.livsothebysrealty.com%2Feng%2Fcommunities|title:Denver%20Communities|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".8\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VISIT THE PINNACLE\" heading_tag=\"h5\" banner_image=\"id^4274|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Pinnacle.png|caption^null|alt^null|title^Panel-Pinnacle|description^null\" banner_link=\"url:%2Fthe-pinnacle|title:THe%20Pinnacle||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VIEW MY LISTINGS\" heading_tag=\"h5\" banner_image=\"id^4278|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-OurListings.png|caption^null|alt^null|title^Panel-OurListings|description^null\" banner_link=\"url:https%3A%2F%2Ftriciapotucek.livsothebysrealty.com%2Feng|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH BY MAP\" heading_tag=\"h5\" banner_image=\"id^4276|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Market.png|caption^null|alt^null|title^Panel-Market|description^null\" banner_link=\"url:https%3A%2F%2Fwww.livsothebysrealty.com%2Feng%2Fadvanced-search%2Fsales%2Fco-usa-servicearea%2F40.381183--103.122703-39.35671--107.426598-map|title:Map%20Search|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"CONTACT TRICIA\" heading_tag=\"h5\" banner_image=\"id^4280|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-ContactTricia.png|caption^null|alt^null|title^Panel-ContactTricia|description^null\" banner_link=\"url:%2Fcontact-tricia|||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2022-11-29 11:47:31', '2022-11-29 18:47:31', '', 0, 'http://denverheirlooms.com/?page_id=42', 0, 'page', '', 0),
(50, 4, '2022-11-29 12:55:50', '2016-02-05 01:17:24', ' ', '', '', 'publish', 'closed', 'closed', '', '50', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=50', 1, 'nav_menu_item', '', 0),
(53, 4, '2016-02-05 01:21:47', '0000-00-00 00:00:00', '', 'Header', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-02-05 01:21:47', '2016-02-05 01:21:47', '', 0, 'http://denverheirlooms.com/?post_type=tbuilder_layout_part&p=53', 0, 'tbuilder_layout_part', '', 0),
(3424, 4, '2015-05-22 19:56:23', '2015-05-22 19:56:23', '', 'Base', '', 'publish', 'open', 'open', '', 'base', '', '', '2015-05-22 19:56:23', '2015-05-22 19:56:23', '', 0, 'http://www.test-flow.com/blog/theme/base/', 0, 'tf_theme', '', 0),
(3427, 4, '2015-05-22 21:49:37', '2015-05-22 21:49:37', '[tf_row class=\"\" gutter=\"tf_gutter_default\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"555fa4726324e\"][tf_column grid=\"fullwidth\" sc_id=\"555fa47263833\"][tf_sub_row class=\"\" gutter=\"tf_gutter_default\" sc_id=\"5565259b59ec6\"][tf_sub_column grid=\"3-1 first\" sc_id=\"5565259b5a354\"][tf_widget widget=\"WP_Widget_Recent_Comments\" tf_module_custom_css_class=\"\" sc_id=\"556525aa30ee7\" editable_markup=\"true\"][/tf_widget][/tf_sub_column][tf_sub_column grid=\"3-1\" sc_id=\"556526bd3008e\"][tf_widget widget=\"WP_Widget_Recent_Posts\" widget_data=\"\" tf_module_custom_css_class=\"\" sc_id=\"556525bc957d9\" editable_markup=\"true\"][/tf_widget][/tf_sub_column][tf_sub_column grid=\"3-1\" sc_id=\"556526bd32446\"][tf_widget widget=\"WP_Widget_Text\" widget_data=\"a:2:{s:5:"title";s:9:"Thank You";s:4:"text";s:263:"Thank you for using Flow, a free framework to make responsive themes for WordPress like this site. You can build templates with drag & drop interface. It is extremely powerful yet easy to learn. No PHP or CSS coding required. Check out our site at ThemifyFlow.com";}\" tf_module_custom_css_class=\"\" sc_id=\"557e375570b89\" editable_markup=\"true\"][/tf_widget][/tf_sub_column][/tf_sub_row][tf_divider layout=\"solid\" thinkness=\"1\" divider_color=\"d6d6d6_1.00\" tf_module_custom_css_class=\"\" sc_id=\"5565286e75dcb\" editable_markup=\"true\"][tf_sub_row class=\"\" gutter=\"tf_gutter_default\" sc_id=\"55678afcefc48\"][tf_sub_column grid=\"4-2 first\" sc_id=\"55678afcf00ad\"][tf_text tf_module_custom_css_separator=\"\" tf_module_custom_css_class=\"\" sc_id=\"555fa47d6d154\" editable_markup=\"true\"]Powered by <a href=\"http://wordpress.org\">WordPress</a> & <a href=\"http://themifyflow.com\">Themify Flow</a>[/tf_text][/tf_sub_column][tf_sub_column grid=\"4-2\" sc_id=\"55678b8258755\"][tf_text tf_module_custom_css_class=\"\" sc_id=\"55652817d2ad2\" editable_markup=\"true\"]© <a href=\"http://themifyflow.com\">Themify Flow</a> 2015[/tf_text][/tf_sub_column][/tf_sub_row][/tf_column][/tf_row]', 'Footer', '', 'publish', 'open', 'open', '', 'base-footer', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://www.test-flow.com/template-part/base-footer', 0, 'tf_template_part', '', 0),
(3428, 4, '2015-05-22 21:58:06', '2015-05-22 21:58:06', '[tf_row class=\"\" gutter=\"tf_gutter_default\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"555fa66e86fd3\"][tf_column grid=\"fullwidth\" sc_id=\"555fa66e87599\"][tf_widget_area area=\"main-sidebar\" tf_module_custom_css_separator=\"\" tf_module_custom_css_class=\"\" sc_id=\"555fa673799d0\" editable_markup=\"true\"][/tf_column][/tf_row]', 'Sidebar', '', 'publish', 'open', 'open', '', 'base-sidebar', '', '', '2015-05-22 21:58:06', '2015-05-22 21:58:06', '', 0, 'http://www.test-flow.com/template-part/base-sidebar', 0, 'tf_template_part', '', 0),
(3429, 4, '2015-05-22 22:42:01', '2015-05-22 22:42:01', '[tf_row class=\"\" gutter=\"tf_gutter_default\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"555fb0ba11ebf\"][tf_column grid=\"fullwidth\" sc_id=\"555fb0ba124a0\"][tf_single_loop tf_module_custom_css_class=\"\" sc_id=\"555fb0be559a0\" editable_markup=\"true\"][tf_back_row class=\"\" gutter=\"tf_gutter_default\" sc_id=\"5577733097f76\"][tf_back_column grid=\"fullwidth\" sc_id=\"5577733098440\"][tf_featured_image image_size=\"large\" image_width=\"\" image_height=\"\" image_link_to_post=\"no\"][tf_post_meta ][tf_post_date][/tf_post_meta][tf_post_title post_title_tag=\"h1\" post_title_link_to_post=\"yes\"][tf_post_meta ]by [tf_post_author] in [tf_post_category] | [tf_post_comment_count][/tf_post_meta][tf_post_excerpt_content post_display=\"content\"][/tf_back_column][/tf_back_row][/tf_single_loop][tf_author_box avatar_size=\"80\" tf_module_custom_css_separator=\"\" tf_module_custom_css_class=\"\" sc_id=\"555fb0e752c74\" editable_markup=\"true\"][tf_next_prev_post prev_post_label=\"Previous\" next_post_label=\"Next\" show_arrow=\"yes\" in_same_cat=\"\" tf_module_custom_css_separator=\"\" tf_module_custom_css_class=\"\" sc_id=\"555fb0fe7c100\" editable_markup=\"true\"][tf_comments comments_per_page=\"\" avatar_size=\"80\" tf_module_custom_css_separator=\"\" tf_module_custom_css_class=\"\" sc_id=\"555fb10e5a22c\" editable_markup=\"true\"][/tf_column][/tf_row]', 'Post Single', '', 'publish', 'open', 'open', '', 'base-post-single', '', '', '2015-05-22 22:42:01', '2015-05-22 22:42:01', '', 0, 'http://www.test-flow.com/templates/base-post-single', 0, 'tf_template', '', 0),
(3430, 4, '2015-05-22 22:48:54', '2015-05-22 22:48:54', '[tf_row class=\"\" gutter=\"tf_gutter_default\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"555fb256bf6f2\"][tf_column grid=\"fullwidth\" sc_id=\"555fb256bfcd0\"][tf_text tf_module_custom_css_separator=\"\" tf_module_custom_css_class=\"\" sc_id=\"555fb2b91ff34\" editable_markup=\"true\"]<h1>Search</h1>[/tf_text][/tf_column][/tf_row][tf_row class=\"\" gutter=\"tf_gutter_default\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"555fb256bf6f2\"][tf_column grid=\"fullwidth\" sc_id=\"555fb256bfcd0\"][tf_archive_loop layout=\"list_post\" post_per_page=\"12\" order=\"desc\" orderby=\"date\" pagination=\"yes\" tf_module_custom_css_separator=\"\" tf_module_custom_css_class=\"\" sc_id=\"555fb2663269e\" editable_markup=\"true\"][tf_back_row class=\"\" gutter=\"tf_gutter_default\" sc_id=\"555fb72b7983b\"][tf_back_column grid=\"fullwidth first\" sc_id=\"555fb72b79dc2\"][tf_post_title post_title_tag=\"h3\" post_title_link_to_post=\"yes\"][tf_post_excerpt_content post_display=\"excerpt\"][/tf_back_column][/tf_back_row][/tf_archive_loop][/tf_column][/tf_row]', 'Search', '', 'publish', 'closed', 'closed', '', 'base-search', '', '', '2015-05-22 22:48:54', '2015-05-22 22:48:54', '', 0, 'http://www.test-flow.com/templates/base-search', 0, 'tf_template', '', 0),
(3431, 4, '2015-05-22 23:42:43', '2015-05-22 23:42:43', '[tf_row class=\"\" gutter=\"tf_gutter_default\" grid=\"1-col\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"555fbef402d3b\"][tf_column grid=\"fullwidth first\" sc_id=\"555fbef403325\"][tf_page_content tf_module_custom_css_class=\"\" sc_id=\"56b414b9beab2\" editable_markup=\"true\"][/tf_column][/tf_row]', 'Page', '', 'publish', 'closed', 'closed', '', 'base-page', '', '', '2016-02-05 03:29:17', '2016-02-05 03:29:17', '', 0, 'http://www.test-flow.com/templates/base-page', 0, 'tf_template', '', 0),
(3477, 4, '2015-05-27 02:22:40', '2015-05-27 02:22:40', '[tf_row class=\"\" gutter=\"tf_gutter_default\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"55652a7076f6d\"][tf_column grid=\"fullwidth\" sc_id=\"55652a707745a\"][tf_text tf_module_custom_css_class=\"\" sc_id=\"55652a8107ba8\" editable_markup=\"true\"]<h1>404</h1>\nSorry, the file or page that you are looking for is not found.[/tf_text][/tf_column][/tf_row]', '404', '', 'publish', 'closed', 'closed', '', 'base-404', '', '', '2015-05-27 02:22:40', '2015-05-27 02:22:40', '', 0, 'http://themifyflow.com/demo/blog/templates/base-404/', 0, 'tf_template', '', 0),
(3556, 4, '2015-06-05 00:50:12', '2015-06-05 00:50:12', '[tf_row class=\"\" gutter=\"tf_gutter_default\" grid=\"1-col\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"56b412bd85858\"][tf_column grid=\"fullwidth first\" sc_id=\"56b412bd85d78\"][tf_icon size=\"large\" style=\"circle\" icons=\"3\" icons_order=\"_1,_2,_3\" icons__1_icon=\"fa-facebook\" icons__1_icon_color=\"\" icons__1_icon_bg=\"\" icons__1_label=\"\" icons__1_link=\"https://www.facebook.com/themify\" icons__2_icon=\"fa-youtube-play\" icons__2_icon_color=\"\" icons__2_icon_bg=\"\" icons__2_label=\"\" icons__2_link=\"https://www.youtube.com/user/themifyme\" icons__3_icon=\"fa-twitter\" icons__3_icon_color=\"\" icons__3_icon_bg=\"\" icons__3_label=\"\" icons__3_link=\"https://twitter.com/themify\" tf_module_custom_css_class=\"\" sc_id=\"56b412bd86028\" editable_markup=\"true\"][/tf_icon][/tf_column][/tf_row][tf_row class=\"\" gutter=\"tf_gutter_default\" grid=\"1-4_3-4\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"5570f244b586f\"][tf_column grid=\"4-1 first\" sc_id=\"5570f244b5d72\"][tf_site_logo logo_type=\"image\" title_tag=\"p\" logo_text=\"\" logo_image=\"logo\" width=\"\" height=\"\" logo_link=\"\" tf_module_custom_css_class=\"\" sc_id=\"5570f249385dd\" editable_markup=\"true\"][/tf_column][tf_column grid=\"4-3\" sc_id=\"56b4168e7af1a\"][tf_menu nav_menu=\"__default\" mobile_menu=\"yes\" mobile_menu_breakpoint=\"600\" tf_module_custom_css_class=\"\" sc_id=\"5570f29739427\" editable_markup=\"true\"][/tf_column][/tf_row][tf_row class=\"\" gutter=\"tf_gutter_default\" grid=\"1-col\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"56b4128fa69b5\"][tf_column grid=\"fullwidth\" sc_id=\"56b4128fa731e\"][/tf_column][/tf_row]', 'Header', '', 'publish', 'open', 'open', '', 'base-header', '', '', '2016-02-05 03:29:16', '2016-02-05 03:29:16', '', 0, 'http://themifyflow.com/demo/blog/template-part/base-header', 0, 'tf_template_part', '', 0),
(3563, 4, '2015-05-22 20:33:14', '2015-05-22 20:33:14', '[tf_row class=\"\" gutter=\"tf_gutter_default\" overlay_color=\"\" row_anchor=\"\" row_height=\"tf_row_height_default\" row_width=\"tf_row_width_default\" sc_id=\"555fafa835e0f\"][tf_column grid=\"fullwidth\" sc_id=\"555fafa83640d\"][tf_category_title title_tag=\"h1\" tf_module_custom_css_class=\"\" sc_id=\"5565131f9df72\" editable_markup=\"true\"][tf_archive_loop layout=\"list_post\" post_per_page=\"\" order=\"desc\" orderby=\"date\" pagination=\"yes\" tf_module_custom_css_class=\"\" sc_id=\"557110d634d1d\" editable_markup=\"true\"][tf_back_row class=\"\" gutter=\"tf_gutter_default\" sc_id=\"55726eeed8415\"][tf_back_column grid=\"4-1 first\" sc_id=\"55726eeed88c1\"][tf_featured_image image_size=\"medium\" image_width=\"\" image_height=\"\" image_link_to_post=\"yes\"][/tf_back_column][tf_back_column grid=\"4-3\" sc_id=\"55726eeed8adb\"][tf_post_meta ][tf_post_date][/tf_post_meta][tf_post_title post_title_tag=\"h2\" post_title_link_to_post=\"yes\"][tf_post_meta ]by [tf_post_author] in [tf_post_category] | [tf_post_comment_count][/tf_post_meta][tf_post_excerpt_content post_display=\"excerpt\"][/tf_back_column][/tf_back_row][/tf_archive_loop][/tf_column][/tf_row]', 'Post Archive', '', 'publish', 'closed', 'closed', '', 'base-post-archive', '', '', '2015-05-22 20:33:14', '2015-05-22 20:33:14', '', 0, 'http://themifyflow.com/demo/base/templates/base-post-archive/', 0, 'tf_template', '', 0),
(3577, 4, '2022-11-29 11:47:04', '2022-11-29 18:47:04', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1669746921851{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4754\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\" link=\"https://www.kentwood.com/ListingDetails/1650-Fillmore-Street-1807-Denver-CO-80206/3604834\"][vc_single_image image=\"4294\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4662\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4328\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" css=\".vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" link=\"/the-pinnacle/\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\" el_class=\"class20\"][vc_column_text][rev_slider alias=\"homepage\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4341\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624803642{margin-bottom: 30px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1532564874100{margin-top: -10px !important;}\"][vc_column_inner width=\"3/4\"][vc_column_text]An heirloom home makes your eyes light up! It could be a hundred years old or newly built! It’s the details that make the home distinctive. It might be in a high rise with a panoramic view or a 100 year old loft in LoDo. Maybe, a cottage in Sloans Lake or a 10,000 square foot Cherry Hills estate… updates could be lacking, but it has the “bones” to be a jewel.</p>\n<p>Let Tricia Potucek’s knowledge and expertise help you find or sell your Heirloom residence! Take time to explore Tricia’s website and learn about the technology, marketing tools, expertise and contacts she has available to help you find/sell your Denver Heirloom![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4762\" img_size=\"full\" alignment=\"right\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<h1 style=\"text-align: left;\">What Tricia\'s Clients Say About Her...</h1>\n<p>[/vc_column_text][ultimate_carousel slide_to_scroll=\"single\" slides_on_desk=\"1\" slides_on_tabs=\"1\" slides_on_mob=\"1\" speed=\"1500\" autoplay_speed=\"6500\" arrow_color=\"#eeeeee\" next_icon=\"ultsl-arrow-right6\" prev_icon=\"ultsl-arrow-left6\" dots=\"off\"][symple_testimonial by=\"\"]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][symple_testimonial by=\"\"]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][symple_testimonial by=\"\"]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/ultimate_carousel][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1517081851948{background-color: #dddddd !important;}\"][vc_column][vc_column_text]</p>\n<h1 style=\"text-align: center;\">What Would You Like To Do?</h1>\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH FOR A HOME\" heading_tag=\"h5\" banner_image=\"id^4428|url^http://denverheirlooms.com/wp-content/uploads/2018/02/Panel-SearchHomes3.jpg|caption^null|alt^null|title^Panel-SearchHomes3|description^null\" banner_link=\"url:https%3A%2F%2Fwww.livsothebysrealty.com%2Feng|title:Advanced%20Search|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"DENVER COMMUNITIES\" heading_tag=\"h5\" banner_image=\"id^4271|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Lifestyle.png|caption^null|alt^null|title^Panel-Lifestyle|description^null\" banner_link=\"url:https%3A%2F%2Fwww.livsothebysrealty.com%2Feng%2Fcommunities|title:Denver%20Communities|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".8\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VISIT THE PINNACLE\" heading_tag=\"h5\" banner_image=\"id^4274|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Pinnacle.png|caption^null|alt^null|title^Panel-Pinnacle|description^null\" banner_link=\"url:%2Fthe-pinnacle|title:THe%20Pinnacle||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VIEW MY LISTINGS\" heading_tag=\"h5\" banner_image=\"id^4278|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-OurListings.png|caption^null|alt^null|title^Panel-OurListings|description^null\" banner_link=\"url:https%3A%2F%2Ftriciapotucek.livsothebysrealty.com%2Feng|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH BY MAP\" heading_tag=\"h5\" banner_image=\"id^4276|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Market.png|caption^null|alt^null|title^Panel-Market|description^null\" banner_link=\"url:https%3A%2F%2Fwww.livsothebysrealty.com%2Feng%2Fadvanced-search%2Fsales%2Fco-usa-servicearea%2F40.381183--103.122703-39.35671--107.426598-map|title:Map%20Search|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"CONTACT TRICIA\" heading_tag=\"h5\" banner_image=\"id^4280|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-ContactTricia.png|caption^null|alt^null|title^Panel-ContactTricia|description^null\" banner_link=\"url:%2Fcontact-tricia|||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '42-autosave-v1', '', '', '2022-11-29 11:47:04', '2022-11-29 18:47:04', '', 42, 'http://denverheirlooms.com/2016/02/05/42-autosave-v1/', 0, 'revision', '', 0),
(3604, 4, '2022-11-29 12:55:50', '2016-02-06 07:00:23', '', 'Properties', '', 'publish', 'closed', 'closed', '', 'featured-listings', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=3604', 2, 'nav_menu_item', '', 0),
(3606, 4, '2022-11-29 12:55:50', '2016-02-06 07:02:10', '', 'About Denver', '', 'publish', 'closed', 'closed', '', 'resources', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=3606', 10, 'nav_menu_item', '', 0),
(3608, 4, '2022-11-29 12:55:50', '2016-02-06 07:02:10', '', 'My Story', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=3608', 12, 'nav_menu_item', '', 0),
(3611, 4, '2016-02-09 22:34:43', '2016-02-09 22:34:43', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2016-02-10 00:00:34', '2016-02-10 00:00:34', '', 0, 'http://denverheirlooms.com/?page_id=3611', 0, 'page', '', 0),
(3612, 4, '2016-02-09 22:34:43', '2016-02-09 22:34:43', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '3611-revision-v1', '', '', '2016-02-09 22:34:43', '2016-02-09 22:34:43', '', 3611, 'http://denverheirlooms.com/2016/02/09/3611-revision-v1/', 0, 'revision', '', 0),
(3618, 4, '2016-02-10 00:33:29', '2016-02-10 00:33:29', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2016-02-10 00:33:29', '2016-02-10 00:33:29', '', 1, 'http://denverheirlooms.com/2016/02/10/1-revision-v1/', 0, 'revision', '', 0),
(3621, 4, '2016-02-10 00:39:37', '2016-02-10 00:39:37', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Meet Our Team!', '', 'inherit', 'closed', 'closed', '', '1-autosave-v1', '', '', '2016-02-10 00:39:37', '2016-02-10 00:39:37', '', 1, 'http://denverheirlooms.com/2016/02/10/1-autosave-v1/', 0, 'revision', '', 0),
(3623, 4, '2016-02-10 00:39:55', '2016-02-10 00:39:55', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Meet Our Team!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2016-02-10 00:39:55', '2016-02-10 00:39:55', '', 1, 'http://denverheirlooms.com/2016/02/10/1-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3624, 4, '2016-02-10 01:00:10', '2016-02-10 01:00:10', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget mi eget eros gravida pharetra sit amet et ex. Maecenas ut viverra arcu. Duis fermentum, lectus vitae dignissim gravida, lectus libero sagittis tortor, a scelerisque leo enim vitae risus. Proin efficitur ante et accumsan luctus. Nulla turpis metus, faucibus nec vestibulum molestie, tincidunt eu lorem. Donec neque libero, laoreet a quam sed, mollis pulvinar odio. Duis et egestas lorem.\r\n\r\nVivamus euismod iaculis augue ut elementum. Cras sagittis bibendum dui vel pretium. Ut ac velit in erat pretium posuere a quis nibh. Vivamus sit amet enim sollicitudin, ultricies enim et, sagittis tortor. Duis sit amet mi eu metus imperdiet commodo. Quisque pharetra rutrum elit id suscipit. Nam ultricies eu ante at pretium. Donec ac imperdiet felis.', 'Meet Our Team!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2016-02-10 01:00:10', '2016-02-10 01:00:10', '', 1, 'http://denverheirlooms.com/2016/02/10/1-revision-v1/', 0, 'revision', '', 0),
(3625, 4, '2016-02-10 01:08:42', '2016-02-10 01:08:42', '<p style=\"text-align: justify;\">Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget mi eget eros gravida pharetra sit amet et ex. Maecenas ut viverra arcu. Duis fermentum, lectus vitae dignissim gravida, lectus libero sagittis tortor, a scelerisque leo enim vitae risus. Proin efficitur ante et accumsan luctus. Nulla turpis metus, faucibus nec vestibulum molestie, tincidunt eu lorem. Donec neque libero, laoreet a quam sed, mollis pulvinar odio. Duis et egestas lorem.</p>\r\n<p style=\"text-align: justify;\">Vivamus euismod iaculis augue ut elementum. Cras sagittis bibendum dui vel pretium. Ut ac velit in erat pretium posuere a quis nibh. Vivamus sit amet enim sollicitudin, ultricies enim et, sagittis tortor. Duis sit amet mi eu metus imperdiet commodo. Quisque pharetra rutrum elit id suscipit. Nam ultricies eu ante at pretium. Donec ac imperdiet felis.</p>', 'Meet Our Team!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2016-02-10 01:08:42', '2016-02-10 01:08:42', '', 1, 'http://denverheirlooms.com/2016/02/10/1-revision-v1/', 0, 'revision', '', 0),
(3626, 4, '2015-06-19 01:19:23', '2015-06-19 00:19:23', 'Just when we think that we have everything down pat, we find out that things are about to change. So, here we go again. On August 1, the way that most residential mortgage loans are closed across the country will drastically change. A new rule from the new consumer protection agency created by Congress after the financial crisis, the Consumer Financial Protection Bureau (\"CFPB\"), will take affect on that day.\r\n\r\nBecause of this Rule, there will be changes to the Loan Application Process, Changes to Closings, and to the Disclosures. Some of those changes that will affect the purchaser are:\r\n\r\n1) Your actual rate, payment, and cost could be higher. You will be given a Loan Estimate within 3 business days of applying for a loan. The Loan Estimate will provide you with more accurate closing estimates.\r\n\r\n2) The new Closing Disclosure will replace the HUD-1 or Settlement Statement that you sign at closing. The lender will be responsible for more of the information, therefore, they will need to be able to communicate with the real estate agent and brokers, title companies, attorney closers, settlement agents, and escrow agents much more frequently and earlier in the process.\r\n\r\n3) The new Closing Disclosure must be received by the consumer at least three business days before closing. Gone are the days of a client receiving the HUD-1 at the closing table. This change is meant to give consumers an opportunity to review their final numbers before closing in an unpressured environment. This could result in many closings being delayed, so that lenders can obtain the required information and send the Closing Disclosure a week prior to closing.\r\n\r\n4) Goodbye 30-Day Contracts. Lenders will more than likely need more time to ensure compliance with the Rule, and meet all their disclosure requirements before closing. Therefore, beginning on August 1, to avoid delays in the scheduled closing date that could have serious consequences for clients, it would be prudent to consider writing contracts with no less than 60 days to close.\r\n\r\nSorry to break the bad news to you, but if you are looking to make a home purchase this summer, you might want to get one under contract prior to August 1. For more information on this subject: visit <a href=\"http://www.consumerfinance.gov/knowbeforeyouowe\">www.consumberfinance.gov/knowbeforeyouowe</a>.\r\n\r\n<em>This information was taken from A Guide to the New Mortgage Disclosure Rules- For Real Estate Brokers and Agents by WFG National Title Insurance Company and attorney, Bradley K. Richardson, P.C. in Anderson, SC.</em>', 'Affective August 1, 2015: Changes to Mortgage Financing & Reporting', '', 'publish', 'closed', 'open', '', 'affective-august-1-2015-changes-to-mortgage-financing-reporting', '', '', '2016-02-10 01:23:24', '2016-02-10 01:23:24', '', 0, 'http://denverheirlooms.com/?p=3626', 0, 'post', '', 0),
(3627, 4, '2016-02-10 01:19:23', '2016-02-10 01:19:23', 'Just when we think that we have everything down pat, we find out that things are about to change. So, here we go again. On August 1, the way that most residential mortgage loans are closed across the country will drastically change. A new rule from the new consumer protection agency created by Congress after the financial crisis, the Consumer Financial Protection Bureau (\"CFPB\"), will take affect on that day.\r\n\r\nBecause of this Rule, there will be changes to the Loan Application Process, Changes to Closings, and to the Disclosures. Some of those changes that will affect the purchaser are:\r\n\r\n1) Your actual rate, payment, and cost could be higher. You will be given a Loan Estimate within 3 business days of applying for a loan. The Loan Estimate will provide you with more accurate closing estimates.\r\n\r\n2) The new Closing Disclosure will replace the HUD-1 or Settlement Statement that you sign at closing. The lender will be responsible for more of the information, therefore, they will need to be able to communicate with the real estate agent and brokers, title companies, attorney closers, settlement agents, and escrow agents much more frequently and earlier in the process.\r\n\r\n3) The new Closing Disclosure must be received by the consumer at least three business days before closing. Gone are the days of a client receiving the HUD-1 at the closing table. This change is meant to give consumers an opportunity to review their final numbers before closing in an unpressured environment. This could result in many closings being delayed, so that lenders can obtain the required information and send the Closing Disclosure a week prior to closing.\r\n\r\n4) Goodbye 30-Day Contracts. Lenders will more than likely need more time to ensure compliance with the Rule, and meet all their disclosure requirements before closing. Therefore, beginning on August 1, to avoid delays in the scheduled closing date that could have serious consequences for clients, it would be prudent to consider writing contracts with no less than 60 days to close.\r\n\r\nSorry to break the bad news to you, but if you are looking to make a home purchase this summer, you might want to get one under contract prior to August 1. For more information on this subject: visit <a href=\"http://www.consumerfinance.gov/knowbeforeyouowe\">www.consumberfinance.gov/knowbeforeyouowe</a>.\r\n\r\n<em>This information was taken from A Guide to the New Mortgage Disclosure Rules- For Real Estate Brokers and Agents by WFG National Title Insurance Company and attorney, Bradley K. Richardson, P.C. in Anderson, SC.</em>', 'Affective August 1, 2015: Changes to Mortgage Financing & Reporting', '', 'inherit', 'closed', 'closed', '', '3626-revision-v1', '', '', '2016-02-10 01:19:23', '2016-02-10 01:19:23', '', 3626, 'http://denverheirlooms.com/2016/02/10/3626-revision-v1/', 0, 'revision', '', 0),
(3628, 4, '2015-08-21 01:20:08', '2015-08-21 00:20:08', '183 E. Queen Street : MLS #20166993 : $194,900 : 4 bedrooms/3 baths : hardwoods : fireplace : huge den : enormous kitchen : Move-in Ready : large lot : within yards of the Historic Square : 2176 sq. ft.', 'OPEN HOUSE SUNDAY, AUGUST 23, 2 - 4 PM', '', 'publish', 'closed', 'open', '', 'open-house-sunday-august-23-2-4-pm', '', '', '2016-02-20 18:26:52', '2016-02-21 01:26:52', '', 0, 'http://denverheirlooms.com/?p=3628', 0, 'post', '', 0),
(3630, 4, '2016-02-10 01:22:16', '2016-02-10 01:22:16', '183 E. Queen Street : MLS #20166993 : $194,900 : 4 bedrooms/3 baths : hardwoods : fireplace : huge den : enormous kitchen : Move-in Ready : large lot : within yards of the Pendleton Historic Square : 2176 sq. ft.', 'OPEN HOUSE SUNDAY, AUGUST 23, 2 - 4 PM', '', 'inherit', 'closed', 'closed', '', '3628-revision-v1', '', '', '2016-02-10 01:22:16', '2016-02-10 01:22:16', '', 3628, 'http://denverheirlooms.com/2016/02/10/3628-revision-v1/', 0, 'revision', '', 0),
(3631, 4, '2016-02-10 01:30:54', '2016-02-10 08:30:54', '[vc_row][vc_column width=\"3/4\" css=\".vc_custom_1455070560433{margin-top: 20px !important;}\"][vc_column_text]If you would like to contact us, please fill in the form below, add in any comments or questions, and then press submit. We will receive your information immediately and respond as soon as possible.\r\n\r\nIf you need immediate information about any of our services, please feel free to send me an e-mail to <a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>, or give me a call at 720-350-5948.[/vc_column_text][dhvc_form id=\"3653\"][/vc_column][vc_column width=\"1/4\"][vc_column_text css=\".vc_custom_1455068949795{margin-bottom: 10px !important;}\"]\r\n<h3>Where We\'re Located</h3>\r\n[/vc_column_text][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwNzMuMTYyNzk1MTY0MTU3NiUyMTJkLTEwNC44OTcyMDM0OTk5OTk5OSUyMTNkMzkuNjIzNTM4MiUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDg3NmM4NmY5NGRlNmJjMGQlMjUzQTB4MTQ3YzE5MjQyZWVjOGIyZiUyMTJzODAwMCUyNTIwRSUyNTIwQmVsbGV2aWV3JTI1MjBBdmUlMjUyMCUyNTIzMjAwJTI1MkMlMjUyMEdyZWVud29vZCUyNTIwVmlsbGFnZSUyNTJDJTI1MjBDTyUyNTIwODAxMTElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnN1cyUyMTR2MTY2OTc1MTg2Mjc2OCUyMTVtMiUyMTFzZW4lMjEyc3VzJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUyMHJlZmVycmVycG9saWN5JTNEJTIybm8tcmVmZXJyZXItd2hlbi1kb3duZ3JhZGUlMjIlM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_column_text]\r\n<h6><a href=\"https://www.google.com/maps/place/215+St+Paul+St,+Denver,+CO+80206/@39.7196985,-104.9533876,17z/data=!3m1!4b1!4m5!3m4!1s0x876c7e977060c681:0x29fc109b4520b15c!8m2!3d39.7196985!4d-104.9511989\" target=\"_blank\" rel=\"noopener\">View Larger Map</a></h6>\r\n[/vc_column_text][vc_column_text]\r\n<h3>Contact Information</h3>\r\n<strong>Address:</strong>\r\nTRICIA POTUCEK\r\nLIV Sotheby\'s International Realty\r\n8000 E. Belleview Ave., Ste 200\r\nGreenwood Village, CO 80111\r\n\r\n<strong>Phone:</strong>\r\n720-350-5948 Phone\r\n\r\n<strong>Email:</strong>\r\n<a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>[/vc_column_text][/vc_column][/vc_row]', 'Contact Tricia', '', 'publish', 'closed', 'closed', '', 'contact-tricia', '', '', '2022-11-29 12:58:15', '2022-11-29 19:58:15', '', 0, 'http://denverheirlooms.com/?page_id=3631', 0, 'page', '', 0),
(3633, 4, '2022-11-29 12:55:50', '2016-02-10 01:31:21', ' ', '', '', 'publish', 'closed', 'closed', '', '3633', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=3633', 15, 'nav_menu_item', '', 0),
(3653, 4, '2016-02-10 02:04:00', '2016-02-10 02:04:00', '[vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" control_name=\"name\" placeholder=\"Name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea required=\"1\" control_label=\"Question/Comments/Requests\" control_name=\"comments\" placeholder=\"Add text here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_recaptcha control_label=\"Security Question\" control_name=\"captcha\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Contact Us Form', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2022-10-19 13:05:44', '2022-10-19 19:05:44', '', 0, 'http://denverheirlooms.com/?post_type=dhvcform&p=3653', 0, 'dhvcform', '', 0),
(3676, 4, '2016-02-10 16:07:55', '2016-02-10 16:07:55', '[vc_row][vc_column width=\"3/4\" css=\".vc_custom_1455070560433{margin-top: 20px !important;}\"][vc_column_text]If you would like to contact us, please fill in the form below, add in any comments or questions, and then press submit. We will receive your information immediately and respond as soon as possible.\n\nIf you need immediate information about any of our services, please feel free to send us an e-mail to <a href=\"mailto:info@dunlapteam.com\">info@dunlapteam.com</a>, or give us a call at 864-646-9300.[/vc_column_text][dhvc_form id=\"3653\"][/vc_column][vc_column width=\"1/4\"][vc_column_text css=\".vc_custom_1455068949795{margin-bottom: 10px !important;}\"]\n<h3>Where We\'re Located</h3>\n[/vc_column_text][ultimate_google_map lat=\"34.651063\" lng=\"-82.785187\" zoom=\"13\" marker_icon=\"custom\" icon_img=\"3636|http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/map_marker.png\" zoomcontrol=\"true\" gmap_margin=\"margin-bottom:0px;\"]Our Office[/ultimate_google_map][vc_column_text]\n<h6><a href=\"https://www.google.com/maps/place/150+Exchange+St,+Pendleton,+SC+29670/@34.651063,-82.7851877,17z/data=!3m1!4b1!4m2!3m1!1s0x88585d80d272c565:0x62086ab8e5862e72\" target=\"_blank\">View Larger Map</a></h6>\n[/vc_column_text][vc_column_text]\n<h3>Contact Information</h3>\n<strong>Address:</strong>\nDunlap Team Real Estate, LLC\n150 Exchange Street\nPendleton, SC 29670\n\n<strong>Phone:</strong>\nPh: 864-646-9300\nFax: 1-866-506-4397\n\n<strong>Email:</strong>\n<a href=\"mailto:info@dunlapteam.com\">info@dunlapteam.com</a>[/vc_column_text][/vc_column][/vc_row]', 'Contact Us Page', '', 'publish', 'closed', 'closed', '', 'contact-us-page', '', '', '2016-02-10 16:07:55', '2016-02-10 16:07:55', '', 0, 'http://denverheirlooms.com/templatera/contact-us-page/', 0, 'templatera', '', 0),
(3683, 4, '2016-02-10 16:20:23', '2016-02-10 16:20:23', '[vc_row css=\".vc_custom_1455121121327{margin-top: 30px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">Hello and thank you for visiting our website. We know that buying or selling a home is one of the most important things you will ever do, and we want to help make that experience as smooth and successful as possible.Our extensive experience and expertise in the Anderson, Clemson, and Seneca real estate market will benefit you whether you are looking to buy or sell a home in the area.</p>\n<p style=\"text-align: justify;\">Buying a home? We will help you find the home of your dreams by taking the time to listen and understand your needs and desires. Once we know what you want, we will work tirelessly to find the right home for you, because no one should have to compromise when it comes to such a huge purchase.</p>\n<p style=\"text-align: justify;\">Selling your home? Our expertise in the Pendleton, Anderson, Clemson, and Seneca real estate market will help ensure that you get the best price for your property. Our finely-tuned marketing program will make sure the right people see your home.</p>\n\n[/vc_column_text][/vc_column][/vc_row]', 'Standard Info Page', '', 'publish', 'closed', 'closed', '', 'standard-info-page', '', '', '2016-02-10 16:20:23', '2016-02-10 16:20:23', '', 0, 'http://denverheirlooms.com/templatera/standard-info-page/', 0, 'templatera', '', 0),
(3742, 4, '2016-02-11 23:10:12', '2016-02-11 23:10:12', '[vc_row css=\".vc_custom_1455124394566{margin-top: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3685\" img_size=\"medium\" css=\".vc_custom_1455124425067{margin-top: 10px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\n<h4>Bill R. Dunlap</h4>\nPartner, Broker-In-Charge\n\nEmail: <a href=\"mailto:bill@dunlapteam.com\" target=\"_blank\">bill@dunlapteam.com</a>\n\nCell: 864-506-4129\nOffice: 864-646-9300\nFax: 1-866-506-4397\n<p style=\"text-align: justify;\">My name is Bill Dunlap, Broker-In-Charge with DunlapTeam Real Estate LLC and Dunlap Property Management LLC. I have a daughter, Joy, a son, Cal, and a stepson, Jordan ; all that are married and out of the house. I have a deep care and concern to assist my clients in finding that perfect home. I strive continually to provide the upmost integrity within our companies.</p>\n<p style=\"text-align: justify;\">My background has drastically changed throughout the years. I grew up in Pendleton, SC, just 5 miles from Clemson, SC. I spent a lot of time on our beautiful lakes, Lake Hartwell and Lake Keowee. As a kid, It seemed like I was always in the water or participating in some sport in school. I think that we gain some advantage in being local, because of just knowing the people and area all around us. Growing up in this area, my blood was really orange. I graduated from Clemson University in 1981 with a BS in Parks and Recreation Administration and a minor in Wildlife Management. I then moved away from this area to work for the US Fish and Wildlife Service and the National Park Service, which I truly loved. Then I moved back to work for Clemson University as a Superintendent of a Special Needs Camp and Conference Center for 11 years. I have that adventurous type personality to reach out to other challenges and people. I then went back to Clemson University to earn my Teaching Certificate in Special Education. I taught and coached, mainly basketball, in a lot of schools in this area.</p>\n\nWhile my wife, Robin, and I were planning for our future, we decided to become real estate agents, so we can fulfill our passion to help others and enjoy meeting other people. We have a slogan above our door that states \"Enter as Strangers Leave as Friends\", which we truly mean.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator css=\".vc_custom_1455124520885{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1455124492457{margin-top: 20px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"3709\" img_size=\"medium\" css=\".vc_custom_1455124991523{margin-top: 10px !important;}\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\n<h4>Robin Dunlap</h4>\nRealtor®, Partner, owner, ePro®, SRES\n\nEmail: <a href=\"mailto:robin@dunlapteam.com\" target=\"_blank\">robin@dunlapteam.com</a>\n\nCell: 864-506-4828\nOffice: 864-646-9300\nFax: 1-866-506-4397\n<p style=\"text-align: justify;\">My husband, Bill, and I are owners of Dunlap Team Real Estate, LLC and Dunlap Property Management, LLC. We started Dunlap Team Real Estate in 2011, which as you know, was a bad economic time. We not only survived, but also have thrived. We are a multi-million dollar company whose sales have continued to increase every year. We won\'t say that it\'s been easy because it was not. Our company and our agents continue to be blessed!</p>\n<p style=\"text-align: justify;\">We truly believe that our agents are among the finest around. We all believe in working hard and diligently to provide the best service we can for our clients.</p>\n<p style=\"text-align: justify;\">Now, to tell you a little about myself. I have lived in the Tri-County area of the upstate of SC since 1979 when I moved here from Hickory, NC. I have held various positions in banking, but the last position I held was as Production Manager for the Division of Student Affairs at Clemson University. I was at CU for 23 years. While at Clemson, I decided to obtain my real estate license so that when I retired, I would already have a new career established. After being in real estate for 1 1/2 years, I decided that I really enjoyed it, so I left my comfy job and went into real estate full time. I have been a Realtor since 2006 and have loved every minute of it.</p>\n<p style=\"text-align: justify;\">My husband and I have three children, all of which are married. One of them lives in Pickens, one lives in Liberty, and one is in the Air Force and currently stationed in Las Vegas. In May, we were blessed with the birth of our first grandchild and have another one on the way this October. We have wonderful children and enjoy spending time with them and, now getting to spoil the grandbaby.</p>\n<p style=\"text-align: justify;\">We are proud to be residents of the upstate and know that you will too!</p>\n<p style=\"text-align: justify;\"><strong>Designations:</strong> Realtor®, ePro®, and SRES<em> (Seniors Real Estate Specialist)</em></p>\n<p style=\"text-align: justify;\"><strong>Course Work:</strong></p>\n\n<ul>\n <li style=\"text-align: justify;\">Real Estate License Law</li>\n <li style=\"text-align: justify;\">Negotiating For Your Buyer or Seller Client</li>\n <li style=\"text-align: justify;\">Buyer Representation in Real Estate</li>\n <li style=\"text-align: justify;\">Top Ten Ways To Be Disciplined</li>\n <li style=\"text-align: justify;\">Ethics for Success</li>\n <li style=\"text-align: justify;\">Risk Management Trifecta</li>\n <li style=\"text-align: justify;\">Paragon MLS Creating CMAs</li>\n <li style=\"text-align: justify;\">Tax Stategies for Business Professionals</li>\n <li style=\"text-align: justify;\">The National Association of Realtors Code of Ethics</li>\n <li style=\"text-align: justify;\">3D Real Estate Disclosure, Duties, Diligence</li>\n <li style=\"text-align: justify;\">Real World of Fair Housing</li>\n <li style=\"text-align: justify;\">Leadership Pendleton</li>\n <li style=\"text-align: justify;\">Buffini & Company 100 Days to Greatness</li>\n <li style=\"text-align: justify;\">Building a Better Credit Report</li>\n <li style=\"text-align: justify;\">Professional Expectations & Obligations</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_separator css=\".vc_custom_1455124520885{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1455124492457{margin-top: 20px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"3711\" img_size=\"medium\" css=\".vc_custom_1455125094323{margin-top: 10px !important;}\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\n<h4>Chris Greene</h4>\nRealtor®\n\nEmail: <a href=\"mailto:chrisgreene@dunlapteam.com\" target=\"_blank\">chrisgreene@dunlapteam.com</a>\n\nCell: 864-238-7460\nOffice: 864-646-9300\nFax: 1-866-506-4397\n<p style=\"text-align: justify;\">I was born and lived my early years in Sandy Springs before moving to Greenville in the early 70’s, where I lived until 2006 when I moved back into the area. Most of my career was spent in the purchasing field, until 2007, when I decided to get my real estate license. Having a local knowledge of the area along with its history is an asset I can offer my clients. I always strive to put the best interests of my clients first and foremost.</p>\n<p style=\"text-align: justify;\">My wife, Stephanie, and I are avid outdoors enthusiasts. We enjoy kayaking, cycling, hiking, and riding motorcycles. On the weekends you most likely either see us on the Chattooga or cycling in the back roads of the Pendleton/Sandy Springs area. We have two grown children, one living in Summerville, SC and the other in upstate SC.</p>\n<p style=\"text-align: justify;\">Having traveled the US from California to New York, I believe that the upstate of South Carolina is the best place in the country to live and look forward to serving you as your hometown agent.</p>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_separator css=\".vc_custom_1455124520885{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1455124492457{margin-top: 20px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"3726\" img_size=\"medium\" css=\".vc_custom_1455230160739{margin-top: 10px !important;}\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\n<h4>Elizabeth Morris</h4>\nRealtor® / Closing Coordinator\n\nEmail: <a href=\"mailto:elizabethmorris@dunlapteam.com\" target=\"_blank\">elizabethmorris@dunlapteam.com</a>\n\nOffice: 864-646-9300\nFax: 1-866-506-4397\n<p style=\"text-align: justify;\">I have lived in the upstate of SC since 1992. I\'m originally from Los Angeles, CA and was once a \"Valley Girl\" as I grew up in the San Fernando Valley. My husband Bill is an avid Clemson Tigers football fan and I am very blessed to have 2 wonderful children, Jacob & Abigail. Recently, my father moved from the LA area to join us and now lives in the Pendleton area. I am a dog lover, specifically, Doodle lover and have a Golden Doodle, Joy and an Aussie Doodle, Tibby. I love the upstate very much and have enjoyed living here for the last 21 years!</p>\n<p style=\"text-align: justify;\">I love being the closing coordinator at Dunlap Team Real Estate. I am also a new, licensed Realtor®. I decided to pursue my license for the sole purpose of being able to have as much knowledge of the real estate market as possible. I love what I do, so I want to be able to provide the highest level of service I can to our clients so their home buying or selling process is as stress-free as possible. I truly look forward to assisting you!</p>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_separator css=\".vc_custom_1455124520885{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1455124492457{margin-top: 20px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"3736\" img_size=\"medium\" css=\".vc_custom_1455231160026{margin-top: 10px !important;}\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\n<h4>Jeff Bennett</h4>\nRealtor®\n\nEmail: <a href=\"mailto:jeffbennett@dunlapteam.com\" target=\"_blank\">jeffbennett@dunlapteam.com</a>\n\nCell: 864-723-3890\nOffice: 864-646-9300\nFax: 1-866-506-4397\n<p style=\"text-align: justify;\">Hello! I appreciate the time you are taking to read about me. My name is Jeff Bennett and I have lived in Clemson, off and on, since I moved here as a 6 year old in 1967. After graduating from Clemson in 1982, I moved away to work in the video world until returning in 1998. As my Dad has said for years, “People spend 4 years trying to get out of Clemson, then the rest of their lives trying to get back”. I knew this was the place to come to raise a family after having lived in Nashville, TN, San Angelo, TX, Greenville, SC and the Cayman Islands…quite a variety! After working for Clemson University (producing my own daily TV show and more) and my own video production company, I now have the opportunity to be a real estate agent, something that I have thought about becoming for years. For me, this is very exciting because this part of the nation, also known as “God’s Country”, offers so many things that people are looking for…lakes, mountains, college atmosphere and beautiful bigger cities, plus close proximity to the beach and the really big cities.</p>\n\nI have 3 children...a daughter, Megan, who lives in Opelika, AL and sons Austin and Alex, both teenagers, who live in Clemson.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_separator css=\".vc_custom_1455124520885{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1455124492457{margin-top: 20px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"3734\" img_size=\"medium\" css=\".vc_custom_1455230985358{margin-top: 10px !important;}\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\n<h4>Kathi Shivar</h4>\nRealtor®\n\nEmail: <a href=\"mailto:kathishivar@dunlapteam.com\" target=\"_blank\">kathishivar@dunlapteam.com</a>\n\nCell: 864-710-6274\nOffice: 864-646-9300\nFax: 1-866-506-4397\n<p style=\"text-align: justify;\">Hello my name is Kathi Shivar and I am excited to start my return to working within Real Estate. I had an early start in my working career with Real Estate and although my career took me in a different direction, I have always remained interested in real estate and land development. I moved to Walhalla, SC in 1980 as a rising senior and graduated from Walhalla High in 1981. I remained in the Oconee county area until 2006 when I moved to Pickens County. My career has been at Clemson University where I have worked for 28 years and I am looking forward to working again within the Real Estate helm. My husband, Bill, and I have 6 children together and 5 grandchildren. We are expecting our 6th grandchild in August, 2014. My hobbies include being a homemaker, planting flowers, and watching HGTV and DIY networks, then taking those ideas and coming up with a new project. I have a fond interest in the real estate field because I like to work with people and help them find homes that best fit their needs; be it the first time home buyer looking to start out, the family that has out grown their home or the retired couple that now wants to downsize. A house is just a house made of wood and sheet rock, it\'s a home when people move in and make it their own. I want to be the Realtor that helps you find a house that you will call your home.</p>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_separator css=\".vc_custom_1455124520885{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1455124492457{margin-top: 20px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"3729\" img_size=\"medium\" css=\".vc_custom_1455231191112{margin-top: 10px !important;}\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\n<h4>Bob Lentz</h4>\nRealtor®\n\nEmail: <a href=\"mailto:drboblentz@gmail.com\" target=\"_blank\">drboblentz@gmail.com</a>\n\nCell: 864-506-4753\nOffice: 864-646-9300\nFax: 1-866-506-4397\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_separator css=\".vc_custom_1455124520885{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1455124492457{margin-top: 20px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"3739\" img_size=\"225x335\" css=\".vc_custom_1455232120213{margin-top: 10px !important;}\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\n<h4>Nancy Lentz</h4>\nRealtor®\n\nEmail: <a href=\"mailto:nancy@nancylentz.com\" target=\"_blank\">nancy@nancylentz.com</a>\n\nCell: 864-506-0859\nOffice: 864-646-9300\nFax: 1-866-506-4397\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_separator css=\".vc_custom_1455124520885{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1455124492457{margin-top: 20px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"3732\" img_size=\"medium\" css=\".vc_custom_1455231522280{margin-top: 10px !important;}\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\n<h4>Stephen Taylor</h4>\nRealtor®\n\nEmail: <a href=\"mailto:stephentaylor@dunlapteam.com\" target=\"_blank\">stephentaylor@dunlapteam.com</a>\n\nCell: 864-426-0615\nOffice: 864-646-9300\nFax: 1-866-506-4397\n<p style=\"text-align: justify;\">My name is Stephen Taylor, Agent with DunlapTeam Real Estate LLC and Dunlap Property Management LLC. I have a son, Hunter that my wife, Kacie and I truly enjoy as he is our first born and growing up way too fast! I have a desire to assist my clients in finding the perfect solution to their housing situation whether first time home buying or seasoned vets downsizing. My background has drastically changed throughout the years. I was born in Charlotte, NC and moved immediately to Cary, NC until the age of 9. After that, I moved to Greenville, SC and have been living in the Upstate (Greenville/Anderson Area) for the last 25 years.</p>\n\nAs a kid, it seemed like I was always participating in band activities at Travelers Rest High School. In 1997, I was name 1st Chair All County and All Region Snare Drummer and was undefeated in my 3 year Golden Regiment Drumline tenure. One advantage that I feel I have is that I have taught drumline music in several schools in the Greenville area and more recently have been involved in the Anderson/Pendleton areas. I am proud to have worked with the 2006 3A State Championship Blue Ridge HS Corp of Cadets as well as the following schools: Woodmont, Berea, T.R., Greenville, J.L. Mann, Wade Hampton and Easley. I am a 2 term (3 years) board member of CUTBA (Clemson University Tiger Band Association) and I am currently the Director of Regional Representatives which comprises of all counties within SC.\n\nGrowing up in the Upstate, my blood has always run orange. I attended Greenville Technical College, Clemson University and Franklin University, where I graduated with my Associates, Bachelors and Masters in Business Administration. At Clemson, I was on the Clemson Tiger Band Drumline for 2 years as a snare and tenor drummer. In regards to my professional career, I have worked in distribution, manufacturing and the hospitality industries for the last 15 or more years working as a shipping manager, quality manager, purchasing agent and server. Therefore, having a diverse background with extensive reach within the Upstate allows me to have one of the most outgoing personalities you will ever meet. I will put my clients trust and confidence directly into practice.\n\nWhile my wife, Kacie, and I were planning for our future, I decided to become a real estate agent, so we could fulfill our passion to help others and enjoy meeting other people. The Dunlap Team motto is very easy for me to follow: \"Enter as Strangers Leave as Friends\", and I am excited to work with such a great team. I am truly one phone call away at any given moment and would love to show you why having a Relator is so important in the home buying and selling process. Be blessed :)\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Agent Roster Page', '', 'publish', 'closed', 'closed', '', 'agent-roster-page', '', '', '2016-02-11 23:10:12', '2016-02-11 23:10:12', '', 0, 'http://denverheirlooms.com/templatera/agent-roster-page/', 0, 'templatera', '', 0),
(3744, 4, '2016-02-12 17:44:28', '2016-02-13 00:44:28', '[vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]“We had a great experience working with Tricia. As first time buyers, she talked us through the buying process and was an incredible advocate for us along the way. She quickly learned what we were looking for and helped us to narrow down our options without feeling overwhelmed. In the end, she helped us buy a beautiful home in an area we truly believe in that met all of our criteria.”[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]“Tricia provided outstanding service & professional advice in the sale of our property. She kept us well informed throughout the process and we couldn\'t be happier with the results! We highly recommend Tricia for your real estate needs.”[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727880125{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727892735{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727906482{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727918859{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/vc_column][/vc_row]', 'Testimonials', '', 'publish', 'closed', 'closed', '', 'testimonials', '', '', '2022-03-07 14:33:25', '2022-03-07 21:33:25', '', 0, 'http://denverheirlooms.com/?page_id=3744', 0, 'page', '', 0),
(3757, 4, '2016-02-12 18:41:56', '2016-02-12 18:41:56', '[vc_row][vc_column][vc_column_text][symple_testimonial by=\"The Dikers\" fade_in=\"false\"]\"It was our first house buying experience. We were living out of SC. We never saw our potential house. She showed us over SKYPE and her suggestions were critical. She was really helpful. Her team also worked hard for the closing procedure and everything was done before the closing date. Thanks!\"[/symple_testimonial][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][symple_testimonial by=\"N. Stansbury\" fade_in=\"false\"]\"I enjoyed working with Bill through my whole experience. This was my first home and Bill helped me understand the whole process. I was nervous and unsure about so many things before, but once I set down with the Dunlap team I was well informed about purchasing my first home. I recommend the Dunlap Team!\"[/symple_testimonial][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][symple_testimonial by=\"Photocarat\" fade_in=\"false\"]\"Everyone at the Dunlap team is absolutely wonderful! As first time home buyers they were great at explaining each step of the process and gave recommendations on everything from loan options to home inspectors. They even explained why they preferred certain companies over others so we could be fully informed about each decision we needed to make. When we were having trouble getting response from our loan officer Bill went down to the bank himself to find out why what was going on and made sure everything ran smoothly! Their closing coordinator Elizabeth has to be the most patient and happy person on the planet. Not only did she schedule everything from home inspections to meeting with the lawyer, but she made sure all of our questions were answered... and we had a lot of questions! Everyone was wonderful to work with and we HIGHLY recommend the Dunlap team!\"[/symple_testimonial][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][symple_testimonial by=\"iHuber\" fade_in=\"false\"]\"Bill has represented me as both a buyer and seller. He has outstanding understanding of the local area and neighborhoods. He is extremely personable, responsive and willing to go out of his way to help his clients. As a buyer he helped me find a great house and work the sale while I was still living out of town. He did a lot of extra legwork without hesitation and made the buying process extremely easy. As a seller, Bill sold my house in about a weeks time. He was able to bring a great buyer to the table and again went out of his way to make the selling process simple and anxiety free. I can only give Bill and his team the greatest endorsement and recommendation!\"[/symple_testimonial][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][symple_testimonial by=\"Unknown\" fade_in=\"false\"]\"Bill and Robin were excellent, They were warm and friendly and made a very stressful process very easy. Their team was available to answer questions even after hours as we were coming in from out of state. and needed to be here as time was winding down for the kids to be in school. Their enabled us to correspond and send files via email and phone. I was impressed by their quick response and attention to detail in all matters. They did not press on us any property we did not want neither did they try to sell us anything out of our budget they provided what we asked for. These are really good folk and took care of us after closing as well as we had some question. Full service, attention to detail and just plain nice people. I highly recommend them.\"[/symple_testimonial][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][symple_testimonial by=\"Debbie & Lou\" fade_in=\"false\"]\"We met Robin Dunlap through a friend in Pendleton, South Carolina. We had a lot of correspondence with the Dunlap Team, providing specifics to what we were looking for in housing. Being in south Florida we knew nothing of the area in South Carolina we were interested in. On our first meeting with the Dunlap Team we were provided with several houses that fit our criteria. We spent a day and a half with the Dunlap Team looking at every house until our decision was made. Once our decision was made we headed back to south Florida and left the details in the hands of the Dunlap Team. Within a short period of time, we were back in South Carolina for the closing on our new house. As from the first day meeting the Dunlap Team, the closing went very well, took no time at all. The Dunlap Team had done their homework, everything in place, all required documents/information available, all we had to do was sign. It is evident that Bill and Robin Dunlap truly care about the interest of their clients. We since have referred relatives to the Dunlap Team and will continue to do so. I guess at this point in time we could say they are on the same level as the Clemson Tigers, UNBEATABLE!\"[/symple_testimonial][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][symple_testimonial by=\"Joan\" fade_in=\"false\"]\"Since my family & I were moving from NJ to SC, & with very short notice, we had a lot to do in a very short time. We hit the jackpot when we met Bob! By far, his professionalism, integrity, knowledge of the Upstate, & detail-oriented nature surpass any realtor, & anyone in any other field, whom I\'ve done business with in my lifetime. He went above-&-beyond what he was responsible to do to ensure that every aspect of our purchase went smoothly. This included following up multiple times throughout the repairs process, checking in with me daily to see if he could assist me with any aspect of securing my mortgage & homeowners insurance, & assuring me that he would make sure all would go well with such a big move. He was even there to listen to my worries over my difficult sale up north. Also, his lovely wife, Nancy, is on his team, so it was reassuring to know that, as well. Bob is not just a great realtor; he\'s now a great friend.\"[/symple_testimonial][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][symple_testimonial by=\"Unknown\" fade_in=\"false\"]\"Nancy has helped us sell two houses and buy two houses and we have always been impressed with her! She is easy to work with, quick to respond, and works incredibly hard to get you exactly what you want. Above all, we value her opinion and advice and our ability to trust her completely has always made working with her a pleasure. We highly recommend her to all our friends and family!\"[/symple_testimonial][/vc_column_text][/vc_column][/vc_row]', 'Testimonials Page', '', 'publish', 'closed', 'closed', '', 'testimonials-page', '', '', '2016-02-12 18:41:56', '2016-02-12 18:41:56', '', 0, 'http://denverheirlooms.com/templatera/testimonials-page/', 0, 'templatera', '', 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
(3759, 4, '2016-02-13 00:07:22', '2016-02-13 00:07:22', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3787\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic2-150x150.jpg\" alt=\"Pic2-150x150\" width=\"150\" height=\"150\" />Because your move matters, you need quality information about the new area in order to find a new home that meets your needs. We will provide the crucial information you will need to help you gain a basic familiarity with the new city, work location, neighborhoods, schools, surrounding areas, and much more. With our assistance, you can make an educated decision, and save time and expenses during the search for your new home or a temporary living arrangement.</p>\r\n<p style=\"text-align: justify;\">Our focus is keeping it simple with a main point of contact that you can depend on. Our goal is to provide you with an overview of the new area, increase your enthusiasm for the move, and make the best use of your time when searching for a new place to call home.</p>\r\n<p style=\"text-align: justify;\">With the use of the latest information technologies, we will provide the quality of services you expect. When it comes to relocating, trust the real estate team that assists you in more ways than one.</p>\r\n\r\n<ul>\r\n <li>Immediate contact within 24 hours</li>\r\n <li>Home Finding Services: New Construction or Pre-existing</li>\r\n <li>Leasing Services: Short or Long Term Mortgage</li>\r\n <li>Information and Assistance Diligent Follow-up</li>\r\n</ul>\r\nComplete the form below and let us help you get a jump-start on your move.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Relocation Package Request Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3764\"][/vc_column][/vc_row]', 'Free Relocation Package', '', 'publish', 'closed', 'closed', '', 'free-relocation-package', '', '', '2016-02-15 00:10:56', '2016-02-15 00:10:56', '', 3876, 'http://denverheirlooms.com/?page_id=3759', 0, 'page', '', 0),
(3760, 4, '2016-02-13 00:07:22', '2016-02-13 00:07:22', '', 'Free Relocation Package', '', 'inherit', 'closed', 'closed', '', '3759-revision-v1', '', '', '2016-02-13 00:07:22', '2016-02-13 00:07:22', '', 3759, 'http://denverheirlooms.com/2016/02/13/3759-revision-v1/', 0, 'revision', '', 0),
(3761, 4, '2016-02-13 00:19:28', '2016-02-13 00:19:28', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-488\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic2-150x150.jpg\" alt=\"Pic2-150x150\" width=\"150\" height=\"150\" />Because your move matters, you need quality information about the new area in order to find a new home that meets your needs. We will provide the crucial information you will need to help you gain a basic familiarity with the new city, work location, neighborhoods, schools, surrounding areas, and much more. With our assistance, you can make an educated decision, and save time and expenses during the search for your new home or a temporary living arrangement.</p>\n<p style=\"text-align: justify;\">Our focus is keeping it simple with a main point of contact that you can depend on. Our goal is to provide you with an overview of the new area, increase your enthusiasm for the move, and make the best use of your time when searching for a new place to call home.</p>\n<p style=\"text-align: justify;\">With the use of the latest information technologies, we will provide the quality of services you expect. When it comes to relocating, trust the real estate team that assists you in more ways than one.</p>\n\n<ul>\n <li>Immediate contact within 24 hours</li>\n <li>Home Finding Services: New Construction or Pre-existing</li>\n <li>Leasing Services: Short or Long Term Mortgage</li>\n <li>Information and Assistance Diligent Follow-up</li>\n</ul>\nComplete the form below and let us help you get a jump-start on your move.[/vc_column_text][dhvc_form][/vc_column][/vc_row]', 'Free Relocation Package', '', 'inherit', 'closed', 'closed', '', '3759-autosave-v1', '', '', '2016-02-13 00:19:28', '2016-02-13 00:19:28', '', 3759, 'http://denverheirlooms.com/2016/02/13/3759-autosave-v1/', 0, 'revision', '', 0),
(3762, 4, '2016-02-13 00:10:23', '2016-02-13 00:10:23', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-488\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic2-150x150.jpg\" alt=\"Pic2-150x150\" width=\"150\" height=\"150\" />Because your move matters, you need quality information about the new area in order to find a new home that meets your needs. We will provide the crucial information you will need to help you gain a basic familiarity with the new city, work location, neighborhoods, schools, surrounding areas, and much more. With our assistance, you can make an educated decision, and save time and expenses during the search for your new home or a temporary living arrangement.</p>\r\n<p style=\"text-align: justify;\">Our focus is keeping it simple with a main point of contact that you can depend on. Our goal is to provide you with an overview of the new area, increase your enthusiasm for the move, and make the best use of your time when searching for a new place to call home.</p>\r\n<p style=\"text-align: justify;\">With the use of the latest information technologies, we will provide the quality of services you expect. When it comes to relocating, trust the real estate team that assists you in more ways than one.</p>\r\n<p style=\"text-align: justify;\">[su_list icon=\"icon: check\" icon_color=\"#216dbd\"]</p>\r\n\r\n<ul>\r\n<ul>\r\n <li>Immediate contact within 24 hours</li>\r\n <li>Home Finding Services: New Construction or Pre-existing</li>\r\n <li>Leasing Services: Short or Long Term Mortgage</li>\r\n <li>Information and Assistance Diligent Follow-up</li>\r\n</ul>\r\n</ul>\r\n[/su_list]\r\n\r\nComplete the form below and let us help you get a jump-start on your move.\r\n[/vc_column_text][/vc_column][/vc_row]', 'Free Relocation Package', '', 'inherit', 'closed', 'closed', '', '3759-revision-v1', '', '', '2016-02-13 00:10:23', '2016-02-13 00:10:23', '', 3759, 'http://denverheirlooms.com/2016/02/13/3759-revision-v1/', 0, 'revision', '', 0),
(3763, 4, '2016-02-13 00:18:24', '2016-02-13 00:18:24', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-488\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic2-150x150.jpg\" alt=\"Pic2-150x150\" width=\"150\" height=\"150\" />Because your move matters, you need quality information about the new area in order to find a new home that meets your needs. We will provide the crucial information you will need to help you gain a basic familiarity with the new city, work location, neighborhoods, schools, surrounding areas, and much more. With our assistance, you can make an educated decision, and save time and expenses during the search for your new home or a temporary living arrangement.</p>\r\n<p style=\"text-align: justify;\">Our focus is keeping it simple with a main point of contact that you can depend on. Our goal is to provide you with an overview of the new area, increase your enthusiasm for the move, and make the best use of your time when searching for a new place to call home.</p>\r\n<p style=\"text-align: justify;\">With the use of the latest information technologies, we will provide the quality of services you expect. When it comes to relocating, trust the real estate team that assists you in more ways than one.</p>\r\n\r\n<ul>\r\n <li>Immediate contact within 24 hours</li>\r\n <li>Home Finding Services: New Construction or Pre-existing</li>\r\n <li>Leasing Services: Short or Long Term Mortgage</li>\r\n <li>Information and Assistance Diligent Follow-up</li>\r\n</ul>\r\nComplete the form below and let us help you get a jump-start on your move.[/vc_column_text][/vc_column][/vc_row]', 'Free Relocation Package', '', 'inherit', 'closed', 'closed', '', '3759-revision-v1', '', '', '2016-02-13 00:18:24', '2016-02-13 00:18:24', '', 3759, 'http://denverheirlooms.com/2016/02/13/3759-revision-v1/', 0, 'revision', '', 0),
(3764, 4, '2016-02-13 00:48:18', '2016-02-13 00:48:18', '[vc_row][vc_column][dhvc_form_radio control_label=\"Property Status\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJGaXgtdXAiLCJ2YWx1ZSI6IkZpeC11cCJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJTaG9ydCBTYWxlIiwidmFsdWUiOiJTaG9ydCBTYWxlIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkhVRCIsInZhbHVlIjoiSFVEIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxlbmRlciBPd25lZCAoUkVPKSIsInZhbHVlIjoiTGVuZGVyIE93bmVkIChSRU8pIn1d\" control_name=\"property_status\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_checkbox required=\"1\" control_label=\"Property Type\" control_name=\"property_type\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bedrooms\" control_name=\"bedrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bathrooms\" control_name=\"bathrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Price Range\" control_name=\"price_range\" placeholder=\"Price range\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_select control_label=\"When are you looking to buy?\" control_name=\"when_buying\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Do you have a house to sell?\" control_name=\"house_to_sell\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"City / Area / Zip\" control_name=\"area\" placeholder=\"city / area / zip\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea control_label=\"Please Tell us about anything else you are looking for: Location, Schools, Views, Style, etc.\" control_name=\"comments\" placeholder=\"Comments here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" placeholder=\"Name\" control_name=\"name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email address\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Contact Preference\" control_name=\"contact_preference\" options=\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"capthca\" placeholder=\"Type text in here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Relocation Package Form', '', 'publish', 'closed', 'closed', '', 'relocation-package-form', '', '', '2022-10-19 13:08:26', '2022-10-19 19:08:26', '', 0, 'http://denverheirlooms.com/?post_type=dhvcform&p=3764', 0, 'dhvcform', '', 0),
(3765, 4, '2016-02-13 00:48:56', '2016-02-13 00:48:56', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-488\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic2-150x150.jpg\" alt=\"Pic2-150x150\" width=\"150\" height=\"150\" />Because your move matters, you need quality information about the new area in order to find a new home that meets your needs. We will provide the crucial information you will need to help you gain a basic familiarity with the new city, work location, neighborhoods, schools, surrounding areas, and much more. With our assistance, you can make an educated decision, and save time and expenses during the search for your new home or a temporary living arrangement.</p>\r\n<p style=\"text-align: justify;\">Our focus is keeping it simple with a main point of contact that you can depend on. Our goal is to provide you with an overview of the new area, increase your enthusiasm for the move, and make the best use of your time when searching for a new place to call home.</p>\r\n<p style=\"text-align: justify;\">With the use of the latest information technologies, we will provide the quality of services you expect. When it comes to relocating, trust the real estate team that assists you in more ways than one.</p>\r\n\r\n<ul>\r\n <li>Immediate contact within 24 hours</li>\r\n <li>Home Finding Services: New Construction or Pre-existing</li>\r\n <li>Leasing Services: Short or Long Term Mortgage</li>\r\n <li>Information and Assistance Diligent Follow-up</li>\r\n</ul>\r\nComplete the form below and let us help you get a jump-start on your move.[/vc_column_text][dhvc_form][/vc_column][/vc_row]', 'Free Relocation Package', '', 'inherit', 'closed', 'closed', '', '3759-revision-v1', '', '', '2016-02-13 00:48:56', '2016-02-13 00:48:56', '', 3759, 'http://denverheirlooms.com/2016/02/13/3759-revision-v1/', 0, 'revision', '', 0),
(3766, 4, '2016-02-13 00:49:14', '2016-02-13 00:49:14', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-488\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic2-150x150.jpg\" alt=\"Pic2-150x150\" width=\"150\" height=\"150\" />Because your move matters, you need quality information about the new area in order to find a new home that meets your needs. We will provide the crucial information you will need to help you gain a basic familiarity with the new city, work location, neighborhoods, schools, surrounding areas, and much more. With our assistance, you can make an educated decision, and save time and expenses during the search for your new home or a temporary living arrangement.</p>\r\n<p style=\"text-align: justify;\">Our focus is keeping it simple with a main point of contact that you can depend on. Our goal is to provide you with an overview of the new area, increase your enthusiasm for the move, and make the best use of your time when searching for a new place to call home.</p>\r\n<p style=\"text-align: justify;\">With the use of the latest information technologies, we will provide the quality of services you expect. When it comes to relocating, trust the real estate team that assists you in more ways than one.</p>\r\n\r\n<ul>\r\n <li>Immediate contact within 24 hours</li>\r\n <li>Home Finding Services: New Construction or Pre-existing</li>\r\n <li>Leasing Services: Short or Long Term Mortgage</li>\r\n <li>Information and Assistance Diligent Follow-up</li>\r\n</ul>\r\nComplete the form below and let us help you get a jump-start on your move.[/vc_column_text][dhvc_form id=\"3764\"][/vc_column][/vc_row]', 'Free Relocation Package', '', 'inherit', 'closed', 'closed', '', '3759-revision-v1', '', '', '2016-02-13 00:49:14', '2016-02-13 00:49:14', '', 3759, 'http://denverheirlooms.com/2016/02/13/3759-revision-v1/', 0, 'revision', '', 0),
(3771, 4, '2016-02-13 01:31:17', '2016-02-13 01:31:17', '[vc_row][vc_column][vc_column_text]<img class=\"alignleft size-full wp-image-3783\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic3-150x120.jpg\" alt=\"Pic3-150x120\" width=\"150\" height=\"120\" />Fill out the short form to give us more information about what type of dream home you are looking for! This information will help us to find that Dream Home for you. We will contact you as soon as we have found properties that meet your criteria![/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1455327734976{margin-top: 20px !important;}\"][vc_column][vc_column_text]\r\n<h3>Find Your Dream Home Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3773\"][/vc_column][/vc_row]', 'Find Your Dream Home', '', 'publish', 'closed', 'closed', '', 'find-your-dream-home', '', '', '2016-02-15 00:10:46', '2016-02-15 00:10:46', '', 3876, 'http://denverheirlooms.com/?page_id=3771', 0, 'page', '', 0),
(3772, 4, '2016-02-13 01:31:17', '2016-02-13 01:31:17', '[vc_row][vc_column][vc_column_text]<img class=\"alignleft size-full wp-image-495\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic3-150x120.jpg\" alt=\"Pic3-150x120\" width=\"150\" height=\"120\" />Fill out the short form to give us more information about what type of dream home you are looking for! This information will help us to find that Dream Home for you. We will contact you as soon as we have found properties that meet your criteria![/vc_column_text][dhvc_form][/vc_column][/vc_row]', 'Find Your Dream Home', '', 'inherit', 'closed', 'closed', '', '3771-revision-v1', '', '', '2016-02-13 01:31:17', '2016-02-13 01:31:17', '', 3771, 'http://denverheirlooms.com/2016/02/13/3771-revision-v1/', 0, 'revision', '', 0),
(3773, 4, '2016-02-13 01:32:52', '2016-02-13 01:32:52', '[vc_row][vc_column][dhvc_form_radio control_label=\"Property Status\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJGaXgtdXAiLCJ2YWx1ZSI6IkZpeC11cCJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJTaG9ydCBTYWxlIiwidmFsdWUiOiJTaG9ydCBTYWxlIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkhVRCIsInZhbHVlIjoiSFVEIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxlbmRlciBPd25lZCAoUkVPKSIsInZhbHVlIjoiTGVuZGVyIE93bmVkIChSRU8pIn1d\" control_name=\"property_status\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_checkbox required=\"1\" control_label=\"Property Type\" control_name=\"property_type\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bedrooms\" control_name=\"bedrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bathrooms\" control_name=\"bathrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Price Range\" control_name=\"price_range\" placeholder=\"Price range\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_select control_label=\"When are you looking to buy?\" control_name=\"when_buying\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Do you have a house to sell?\" control_name=\"house_to_sell\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"City / Area / Zip\" control_name=\"area\" placeholder=\"city / area / zip\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea control_label=\"Please Tell us about anything else you are looking for: Location, Schools, Views, Style, etc.\" control_name=\"comments\" placeholder=\"Comments here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" placeholder=\"Name\" control_name=\"name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email address\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Contact Preference\" control_name=\"contact_preference\" options=\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"captcha\" placeholder=\"Type in text here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Dream Home Form', '', 'publish', 'closed', 'closed', '', 'dream-home-form', '', '', '2022-10-19 13:09:27', '2022-10-19 19:09:27', '', 0, 'http://denverheirlooms.com/?post_type=dhvcform&p=3773', 0, 'dhvcform', '', 0),
(3776, 4, '2016-02-13 01:37:34', '2016-02-13 01:37:34', '[vc_row][vc_column][vc_column_text]<img class=\"alignleft size-full wp-image-495\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic3-150x120.jpg\" alt=\"Pic3-150x120\" width=\"150\" height=\"120\" />Fill out the short form to give us more information about what type of dream home you are looking for! This information will help us to find that Dream Home for you. We will contact you as soon as we have found properties that meet your criteria![/vc_column_text][dhvc_form id=\"3773\"][/vc_column][/vc_row]', 'Find Your Dream Home', '', 'inherit', 'closed', 'closed', '', '3771-revision-v1', '', '', '2016-02-13 01:37:34', '2016-02-13 01:37:34', '', 3771, 'http://denverheirlooms.com/2016/02/13/3771-revision-v1/', 0, 'revision', '', 0),
(3778, 4, '2016-02-13 01:40:35', '2016-02-13 01:40:35', '[vc_row][vc_column][vc_column_text]<img class=\"alignleft size-full wp-image-495\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic3-150x120.jpg\" alt=\"Pic3-150x120\" width=\"150\" height=\"120\" />Fill out the short form to give us more information about what type of dream home you are looking for! This information will help us to find that Dream Home for you. We will contact you as soon as we have found properties that meet your criteria![/vc_column_text][vc_empty_space height=\"20px\"][dhvc_form id=\"3773\"][/vc_column][/vc_row]', 'Find Your Dream Home', '', 'inherit', 'closed', 'closed', '', '3771-revision-v1', '', '', '2016-02-13 01:40:35', '2016-02-13 01:40:35', '', 3771, 'http://denverheirlooms.com/2016/02/13/3771-revision-v1/', 0, 'revision', '', 0),
(3779, 4, '2016-02-13 01:41:27', '2016-02-13 01:41:27', '[vc_row][vc_column][vc_column_text]<img class=\"alignleft size-full wp-image-495\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic3-150x120.jpg\" alt=\"Pic3-150x120\" width=\"150\" height=\"120\" />Fill out the short form to give us more information about what type of dream home you are looking for! This information will help us to find that Dream Home for you. We will contact you as soon as we have found properties that meet your criteria![/vc_column_text][vc_empty_space height=\"20px\"][dhvc_form id=\"3773\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Find Your Dream Home Form</h3>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Find Your Dream Home', '', 'inherit', 'closed', 'closed', '', '3771-revision-v1', '', '', '2016-02-13 01:41:27', '2016-02-13 01:41:27', '', 3771, 'http://denverheirlooms.com/2016/02/13/3771-revision-v1/', 0, 'revision', '', 0),
(3780, 4, '2016-02-13 01:41:50', '2016-02-13 01:41:50', '[vc_row][vc_column][vc_column_text]<img class=\"alignleft size-full wp-image-495\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic3-150x120.jpg\" alt=\"Pic3-150x120\" width=\"150\" height=\"120\" />Fill out the short form to give us more information about what type of dream home you are looking for! This information will help us to find that Dream Home for you. We will contact you as soon as we have found properties that meet your criteria![/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h3>Find Your Dream Home Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3773\"][/vc_column][/vc_row]', 'Find Your Dream Home', '', 'inherit', 'closed', 'closed', '', '3771-revision-v1', '', '', '2016-02-13 01:41:50', '2016-02-13 01:41:50', '', 3771, 'http://denverheirlooms.com/2016/02/13/3771-revision-v1/', 0, 'revision', '', 0),
(3781, 4, '2016-02-13 01:42:33', '2016-02-13 01:42:33', '[vc_row][vc_column][vc_column_text]<img class=\"alignleft size-full wp-image-495\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic3-150x120.jpg\" alt=\"Pic3-150x120\" width=\"150\" height=\"120\" />Fill out the short form to give us more information about what type of dream home you are looking for! This information will help us to find that Dream Home for you. We will contact you as soon as we have found properties that meet your criteria![/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1455327734976{margin-top: 20px !important;}\"][vc_column][vc_column_text]\r\n<h3>Find Your Dream Home Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3773\"][/vc_column][/vc_row]', 'Find Your Dream Home', '', 'inherit', 'closed', 'closed', '', '3771-revision-v1', '', '', '2016-02-13 01:42:33', '2016-02-13 01:42:33', '', 3771, 'http://denverheirlooms.com/2016/02/13/3771-revision-v1/', 0, 'revision', '', 0),
(3783, 4, '2016-02-13 01:45:59', '2016-02-13 01:45:59', '', 'Pic3-150x120', '', 'inherit', 'closed', 'closed', '', 'pic3-150x120', '', '', '2016-02-13 01:45:59', '2016-02-13 01:45:59', '', 3771, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic3-150x120.jpg', 0, 'attachment', 'image/jpeg', 0),
(3784, 4, '2016-02-13 01:46:16', '2016-02-13 01:46:16', '[vc_row][vc_column][vc_column_text]<img class=\"alignleft size-full wp-image-3783\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic3-150x120.jpg\" alt=\"Pic3-150x120\" width=\"150\" height=\"120\" />Fill out the short form to give us more information about what type of dream home you are looking for! This information will help us to find that Dream Home for you. We will contact you as soon as we have found properties that meet your criteria![/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1455327734976{margin-top: 20px !important;}\"][vc_column][vc_column_text]\r\n<h3>Find Your Dream Home Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3773\"][/vc_column][/vc_row]', 'Find Your Dream Home', '', 'inherit', 'closed', 'closed', '', '3771-revision-v1', '', '', '2016-02-13 01:46:16', '2016-02-13 01:46:16', '', 3771, 'http://denverheirlooms.com/2016/02/13/3771-revision-v1/', 0, 'revision', '', 0),
(3785, 4, '2016-02-13 01:46:46', '2016-02-13 01:46:46', '[vc_row][vc_column][vc_column_text]<img class=\"alignleft size-full wp-image-3783\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic3-150x120.jpg\" alt=\"Pic3-150x120\" width=\"150\" height=\"120\" />Fill out the short form to give us more information about what type of dream home you are looking for! This information will help us to find that Dream Home for you. We will contact you as soon as we have found properties that meet your criteria![/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1455327734976{margin-top: 20px !important;}\"][vc_column][vc_column_text]\n<h3>Find Your Dream Home Form</h3>\n[/vc_column_text][dhvc_form id=\"3773\"][/vc_column][/vc_row]', 'Find Your Dream Home Page', '', 'publish', 'closed', 'closed', '', 'find-your-dream-home-page', '', '', '2016-02-13 01:46:46', '2016-02-13 01:46:46', '', 0, 'http://denverheirlooms.com/templatera/find-your-dream-home-page/', 0, 'templatera', '', 0),
(3786, 4, '2016-02-13 01:50:49', '2016-02-13 01:50:49', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-488\" src=\"http://highelevation.biz/group1/coloradocraftbrokers/wp-content/uploads/2015/03/Pic2-150x150.jpg\" alt=\"Pic2-150x150\" width=\"150\" height=\"150\" />Because your move matters, you need quality information about the new area in order to find a new home that meets your needs. We will provide the crucial information you will need to help you gain a basic familiarity with the new city, work location, neighborhoods, schools, surrounding areas, and much more. With our assistance, you can make an educated decision, and save time and expenses during the search for your new home or a temporary living arrangement.</p>\r\n<p style=\"text-align: justify;\">Our focus is keeping it simple with a main point of contact that you can depend on. Our goal is to provide you with an overview of the new area, increase your enthusiasm for the move, and make the best use of your time when searching for a new place to call home.</p>\r\n<p style=\"text-align: justify;\">With the use of the latest information technologies, we will provide the quality of services you expect. When it comes to relocating, trust the real estate team that assists you in more ways than one.</p>\r\n\r\n<ul>\r\n <li>Immediate contact within 24 hours</li>\r\n <li>Home Finding Services: New Construction or Pre-existing</li>\r\n <li>Leasing Services: Short or Long Term Mortgage</li>\r\n <li>Information and Assistance Diligent Follow-up</li>\r\n</ul>\r\nComplete the form below and let us help you get a jump-start on your move.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1455328233334{margin-top: 20px !important;}\"][vc_column][vc_column_text]\r\n<h3>Relocation Package Request Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3764\"][/vc_column][/vc_row]', 'Free Relocation Package', '', 'inherit', 'closed', 'closed', '', '3759-revision-v1', '', '', '2016-02-13 01:50:49', '2016-02-13 01:50:49', '', 3759, 'http://denverheirlooms.com/2016/02/13/3759-revision-v1/', 0, 'revision', '', 0),
(3787, 4, '2016-02-13 01:53:25', '2016-02-13 01:53:25', '', 'Pic2-150x150', '', 'inherit', 'closed', 'closed', '', 'pic2-150x150', '', '', '2016-02-13 01:53:25', '2016-02-13 01:53:25', '', 3759, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic2-150x150.jpg', 0, 'attachment', 'image/jpeg', 0),
(3788, 4, '2016-02-13 01:53:53', '2016-02-13 01:53:53', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3787\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic2-150x150.jpg\" alt=\"Pic2-150x150\" width=\"150\" height=\"150\" />Because your move matters, you need quality information about the new area in order to find a new home that meets your needs. We will provide the crucial information you will need to help you gain a basic familiarity with the new city, work location, neighborhoods, schools, surrounding areas, and much more. With our assistance, you can make an educated decision, and save time and expenses during the search for your new home or a temporary living arrangement.</p>\r\n<p style=\"text-align: justify;\">Our focus is keeping it simple with a main point of contact that you can depend on. Our goal is to provide you with an overview of the new area, increase your enthusiasm for the move, and make the best use of your time when searching for a new place to call home.</p>\r\n<p style=\"text-align: justify;\">With the use of the latest information technologies, we will provide the quality of services you expect. When it comes to relocating, trust the real estate team that assists you in more ways than one.</p>\r\n\r\n<ul>\r\n <li>Immediate contact within 24 hours</li>\r\n <li>Home Finding Services: New Construction or Pre-existing</li>\r\n <li>Leasing Services: Short or Long Term Mortgage</li>\r\n <li>Information and Assistance Diligent Follow-up</li>\r\n</ul>\r\nComplete the form below and let us help you get a jump-start on your move.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Relocation Package Request Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3764\"][/vc_column][/vc_row]', 'Free Relocation Package', '', 'inherit', 'closed', 'closed', '', '3759-revision-v1', '', '', '2016-02-13 01:53:53', '2016-02-13 01:53:53', '', 3759, 'http://denverheirlooms.com/2016/02/13/3759-revision-v1/', 0, 'revision', '', 0),
(3789, 4, '2016-02-13 01:55:23', '2016-02-13 01:55:23', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3787\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic2-150x150.jpg\" alt=\"Pic2-150x150\" width=\"150\" height=\"150\" />Because your move matters, you need quality information about the new area in order to find a new home that meets your needs. We will provide the crucial information you will need to help you gain a basic familiarity with the new city, work location, neighborhoods, schools, surrounding areas, and much more. With our assistance, you can make an educated decision, and save time and expenses during the search for your new home or a temporary living arrangement.</p>\n<p style=\"text-align: justify;\">Our focus is keeping it simple with a main point of contact that you can depend on. Our goal is to provide you with an overview of the new area, increase your enthusiasm for the move, and make the best use of your time when searching for a new place to call home.</p>\n<p style=\"text-align: justify;\">With the use of the latest information technologies, we will provide the quality of services you expect. When it comes to relocating, trust the real estate team that assists you in more ways than one.</p>\n\n<ul>\n <li>Immediate contact within 24 hours</li>\n <li>Home Finding Services: New Construction or Pre-existing</li>\n <li>Leasing Services: Short or Long Term Mortgage</li>\n <li>Information and Assistance Diligent Follow-up</li>\n</ul>\nComplete the form below and let us help you get a jump-start on your move.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n<h3>Relocation Package Request Form</h3>\n[/vc_column_text][dhvc_form id=\"3764\"][/vc_column][/vc_row]', 'Free Relocation Package Page', '', 'publish', 'closed', 'closed', '', 'free-relocation-package-page', '', '', '2016-02-13 01:55:23', '2016-02-13 01:55:23', '', 0, 'http://denverheirlooms.com/templatera/free-relocation-package-page/', 0, 'templatera', '', 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
(3790, 4, '2016-02-14 19:17:01', '2016-02-14 19:17:01', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">Home Buyer\'s Checklist -</span><span style=\"font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span></p>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Asking%20Price,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Real%20Estate%20Taxes,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'publish', 'closed', 'closed', '', 'buyers-checklist', '', '', '2016-02-15 00:09:53', '2016-02-15 00:09:53', '', 3876, 'http://denverheirlooms.com/?page_id=3790', 0, 'page', '', 0),
(3792, 4, '2016-02-14 19:16:20', '2016-02-14 19:16:20', '', 'buyerschecklist', '', 'inherit', 'closed', 'closed', '', 'buyerschecklist-2', '', '', '2016-02-14 19:16:20', '2016-02-14 19:16:20', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf', 0, 'attachment', 'application/pdf', 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
(3793, 4, '2016-02-14 19:17:01', '2016-02-14 19:17:01', '[vc_row][vc_column][vc_column_text]<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>[/vc_column_text][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 19:17:01', '2016-02-14 19:17:01', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3797, 4, '2016-02-14 19:42:02', '2016-02-14 19:42:02', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\n\n<div align=\"center\">\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\" height=\"423\">\n<div style=\"text-align: left;\" align=\"center\">\n\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\n<div align=\"center\">\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\n<tbody>\n<tr bgcolor=\"#4b4c5e\">\n<td bgcolor=\"#48C7E7\">\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n</tr>\n<tr bgcolor=\"#4b4c5e\">\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr bgcolor=\"#4b4c5e\">\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n</div>\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b]The%20Basics,,,|Asking%20Price,%24___________,%24___________,%24___________|Real%20Estate%20Taxes,%24___________,%24___________,%24___________|[b]The%20Neighborhood,,,|Near%20Work,%3Cinput%20type%3D%22checkbox%22%20%2F%3E,%3Cinput%20type%3D%22checkbox%22%20%2F%3E,%3Cinput%20type%3D%22checkbox%22%20%2F%3E|,,,[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-autosave-v1', '', '', '2016-02-14 19:42:02', '2016-02-14 19:42:02', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3798, 4, '2016-02-14 19:42:30', '2016-02-14 19:42:30', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b]The%20Basics,,,|Asking%20Price,%24___________,%24___________,%24___________|Real%20Estate%20Taxes,%24___________,%24___________,%24___________|[b]The%20Neighborhood,,,|Near%20Work,%3Cinput%20type%3D%22checkbox%22%20%2F%3E,%3Cinput%20type%3D%22checkbox%22%20%2F%3E,%3Cinput%20type%3D%22checkbox%22%20%2F%3E|,,,[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 19:42:30', '2016-02-14 19:42:30', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3799, 4, '2016-02-14 19:55:42', '2016-02-14 19:55:42', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;border_left;border_right;border_top;border_bottom;bg#cecece]The%20Basics,[border_right;border_top;border_bottom;bg#cecece],[border_right;border_top;border_bottom;bg#cecece],[border_right;border_top;border_bottom;bg#cecece]|[borders_all]Asking%20Price,[borders_all]%24___________,[borders_all]%24___________,[borders_all]%24___________|[borders_all]Real%20Estate%20Taxes,[borders_all]%24___________,[borders_all]%24___________,[borders_all]%24___________|[b;border_left;border_right;border_top;border_bottom;bg#cecece]The%20Neighborhood,[border_right;border_top;border_bottom;bg#cecece],[border_right;border_top;border_bottom;bg#cecece],[border_right;border_top;border_bottom;bg#cecece]|[borders_all;borders_all]Near%20Work,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all;borders_all]Near%20Schools,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Shopping,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Expressways,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Public%20Transportation,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Doctors%2FDentists,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Churches,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Garbage%20Collection,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Street%20Lights,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Sidewalks,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Streets%2FAlleys%2FWell%20Maintained,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Traffic%20Volume,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Parks,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Neighbor\'s%20Property%20Well%20Maintained,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]All%20Utilities%20Installed,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Neighborhood%20Covenants%2FRestrictions,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20RTA%2FAirport,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Area%20Zoned%20Residential,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Industry,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Proposed%20Special%20Assessments,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Environment%20Concerns%2FInfluences,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;border_left;border_right;border_top;border_bottom;bg#cecece]The%20Home,[border_right;border_top;border_bottom;bg#cecece],[border_right;border_top;border_bottom;bg#cecece],[border_right;border_top;border_bottom;bg#cecece]|,,,|,,,|,,,|,,,|,,,[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 19:55:42', '2016-02-14 19:55:42', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3800, 4, '2016-02-14 19:57:32', '2016-02-14 19:57:32', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;border_left;border_right;border_top;border_bottom;bg]The%20Basics,[border_right;border_top;border_bottom;bg],[border_right;border_top;border_bottom;bg],[border_right;border_top;border_bottom;bg]|[borders_all]Asking%20Price,[borders_all]%24___________,[borders_all]%24___________,[borders_all]%24___________|[borders_all]Real%20Estate%20Taxes,[borders_all]%24___________,[borders_all]%24___________,[borders_all]%24___________|[b;border_left;border_right;border_top;border_bottom;bg]The%20Neighborhood,[border_right;border_top;border_bottom;bg],[border_right;border_top;border_bottom;bg],[border_right;border_top;border_bottom;bg]|[borders_all;borders_all]Near%20Work,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all;borders_all]Near%20Schools,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Shopping,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Expressways,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Public%20Transportation,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Doctors%2FDentists,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Churches,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Garbage%20Collection,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Street%20Lights,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Sidewalks,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Streets%2FAlleys%2FWell%20Maintained,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Traffic%20Volume,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Parks,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Neighbor\'s%20Property%20Well%20Maintained,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]All%20Utilities%20Installed,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Neighborhood%20Covenants%2FRestrictions,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20RTA%2FAirport,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Area%20Zoned%20Residential,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Industry,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Proposed%20Special%20Assessments,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Environment%20Concerns%2FInfluences,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;border_left;border_right;border_top;border_bottom;bg]The%20Home,[border_right;border_top;border_bottom;bg],[border_right;border_top;border_bottom;bg],[border_right;border_top;border_bottom;bg]|,,,|,,,|,,,|,,,|,,,[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 19:57:32', '2016-02-14 19:57:32', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3801, 4, '2016-02-14 20:03:28', '2016-02-14 20:03:28', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;border_left;border_top;bg]The%20Basics,[border_top;bg],[border_top;bg],[border_top;border_right;bg]|[borders_all]Asking%20Price,[borders_all]%24___________,[borders_all]%24___________,[borders_all]%24___________|[borders_all]Real%20Estate%20Taxes,[borders_all]%24___________,[borders_all]%24___________,[borders_all]%24___________|[b;border_left;bg]The%20Neighborhood,[bg],[bg],[border_right;bg]|[borders_all;borders_all]Near%20Work,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all;borders_all]Near%20Schools,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Shopping,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Expressways,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center;borders_all]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Public%20Transportation,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Doctors%2FDentists,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Churches,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Garbage%20Collection,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Street%20Lights,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Sidewalks,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Streets%2FAlleys%2FWell%20Maintained,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Traffic%20Volume,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Parks,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Neighbor\'s%20Property%20Well%20Maintained,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]All%20Utilities%20Installed,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Neighborhood%20Covenants%2FRestrictions,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20RTA%2FAirport,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Area%20Zoned%20Residential,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Near%20Industry,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Proposed%20Special%20Assessments,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Environment%20Concerns%2FInfluences,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;border_left;bg]The%20Home,[bg],[bg],[border_right;bg]|[borders_all]Age%20of%20Home,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[borders_all]Number%20of%20Stories,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[borders_all;align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|,,,|,,,|,,,[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:03:28', '2016-02-14 20:03:28', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3802, 4, '2016-02-14 20:04:44', '2016-02-14 20:04:44', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg]The%20Basics,[bg],[bg],[bg]|[]Asking%20Price,[]%24___________,[]%24___________,[]%24___________|[]Real%20Estate%20Taxes,[]%24___________,[]%24___________,[]%24___________|[b;bg]The%20Neighborhood,[bg],[bg],[bg]|[]Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg]The%20Home,[bg],[bg],[bg]|[]Age%20of%20Home,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[]Number%20of%20Stories,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|,,,|,,,|,,,[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:04:44', '2016-02-14 20:04:44', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3803, 4, '2016-02-14 20:06:58', '2016-02-14 20:06:58', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Asking%20Price,%24___________,%24___________,%24___________|Real%20Estate%20Taxes,%24___________,%24___________,%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Age%20of%20Home,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Number%20of%20Stories,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|,,,|,,,|,,,[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:06:58', '2016-02-14 20:06:58', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3804, 4, '2016-02-14 20:36:13', '2016-02-14 20:36:13', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Asking%20Price,%24___________,%24___________,%24___________|Real%20Estate%20Taxes,%24___________,%24___________,%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:36:13', '2016-02-14 20:36:13', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3805, 4, '2016-02-14 20:38:33', '2016-02-14 20:38:33', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3|Asking%20Price,%24___________,%24___________,%24___________|Real%20Estate%20Taxes,%24___________,%24___________,%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:38:33', '2016-02-14 20:38:33', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3806, 4, '2016-02-14 20:41:38', '2016-02-14 20:41:38', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"746\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" height=\"423\">\r\n<div style=\"text-align: left;\" align=\"center\">\r\n\r\n<span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span>\r\n<div align=\"center\">\r\n<table border=\"1\" width=\"100%\" cellspacing=\"0\" align=\"center\">\r\n<tbody>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Basics</strong></span></strong></div></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">1</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">2</span></strong></td>\r\n<td align=\"center\" bgcolor=\"#48C7E7\"><strong><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">3</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Asking Price</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Real Estate Taxes</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Neighborhood</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Work</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Schools</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Shopping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Expressways</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Public Transportation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Doctors/Dentists</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Churches</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Collection</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Street Lights</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sidewalks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Streets/Alleys Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Traffic Volume</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Parks</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighbor\'s Property Well Maintained</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">All Utilities Installed</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Neighborhood Covenants/Restrictions</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Trains/Airport</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Area Zoned Residential</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Near Industry</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Proposed Special Assessments</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Environment Concerns/Influences</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr bgcolor=\"#4b4c5e\">\r\n<td colspan=\"4\" align=\"left\" bgcolor=\"#48C7E7\">\r\n<div align=\"left\"><span style=\"color: #ffffff; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><strong>The Home</strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Home</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Stories</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Wood & Brick Frame</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Aluminum Siding</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Roof Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Foundation Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Overall Exterior Condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garage Size</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bathrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Closets</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">No. of Bedrooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Oil Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Gas Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Electric Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Hot Water Heat</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Insulation</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Central Air Conditioning</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Energy-Conservation Features</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Heating System</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Capacity of Water Heater</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Age of Electrical Wiring</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Plumbing condition</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Water Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Heating Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Estimated Electric Bill</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">$___________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Living Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Fireplace</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Separate Dining Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Family Room</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Drapes - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Carpeting - No. of Rooms</span></div></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n<td><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">____________</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Kitchen Eating Area</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Refrigerator</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Stove/Oven (Gas/Electric)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Garbage Disposal</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Dishwasher</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Broken Windows</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Storm Windows/Screens</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Washer/Dryer Outlets</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Laundry Space</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Finished Basement</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Attic</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Sump Pump/Drainage</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Connected to Sewer System</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Patio</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Backyard Fence</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Landscaping</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Property Boundaries</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Security (dead bolts, detectors)</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Building Code Compliance</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\">Ability to Expand/Enlarge House</span></div></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n<td align=\"center\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><input type=\"checkbox\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4|Asking%20Price,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Real%20Estate%20Taxes,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:41:38', '2016-02-14 20:41:38', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3807, 4, '2016-02-14 20:42:51', '2016-02-14 20:42:51', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span></p>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4|Asking%20Price,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Real%20Estate%20Taxes,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:42:51', '2016-02-14 20:42:51', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0),
(3808, 4, '2016-02-14 20:45:27', '2016-02-14 20:45:27', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: medium;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span></p>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Asking%20Price,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Real%20Estate%20Taxes,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:45:27', '2016-02-14 20:45:27', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3809, 4, '2016-02-14 20:47:50', '2016-02-14 20:47:50', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: large;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span></p>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Asking%20Price,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Real%20Estate%20Taxes,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:47:50', '2016-02-14 20:47:50', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0),
(3810, 4, '2016-02-14 20:48:49', '2016-02-14 20:48:49', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">Home Buyer\'s Checklist -</span><span style=\"color: black; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span></p>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Asking%20Price,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Real%20Estate%20Taxes,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:48:49', '2016-02-14 20:48:49', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3811, 4, '2016-02-14 20:49:52', '2016-02-14 20:49:52', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">Home Buyer\'s Checklist -</span><span style=\"font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span></p>\r\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Asking%20Price,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Real%20Estate%20Taxes,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyer\'s Checklist', '', 'inherit', 'closed', 'closed', '', '3790-revision-v1', '', '', '2016-02-14 20:49:52', '2016-02-14 20:49:52', '', 3790, 'http://denverheirlooms.com/2016/02/14/3790-revision-v1/', 0, 'revision', '', 0),
(3812, 4, '2016-02-14 20:51:20', '2016-02-14 20:51:20', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">This comprehensive checklist details some of the more important factors buyers look for when in the process of buying a home. It allows you to evaluate and compare up to 3 properties side-by-side, and assess condition, features, pricing and neighborhood. It will also help you think about your priorities and identify your ‘must-haves’. Feel free to print this checklist and take it along with you whenever you go home-shopping.</p>\n<p style=\"text-align: justify;\"><span style=\"font-size: large;\">Home Buyer\'s Checklist -</span><span style=\"font-size: small;\"><em>To download a printable version of this checklist for your personal use: <a title=\"Buyer\'s Checklist\" href=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/buyerschecklist.pdf\" target=\"_blank\">CLICK HERE</a>.</em></span></p>\n\n[/vc_column_text][vc_table vc_table_theme=\"classic\" allow_html=\"1\"][b;bg#dcdcdc]The%20Basics,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Asking%20Price,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Real%20Estate%20Taxes,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|[b;bg#dcdcdc]The%20Neighborhood,[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc],[bg#dcdcdc]|Near%20Work,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Schools,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Shopping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Expressways,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Public%20Transportation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Doctors%2FDentists,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Churches,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Collection,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Street%20Lights,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sidewalks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Streets%2FAlleys%2FWell%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Traffic%20Volume,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Parks,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighbor\'s%20Property%20Well%20Maintained,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|All%20Utilities%20Installed,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Neighborhood%20Covenants%2FRestrictions,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20RTA%2FAirport,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Area%20Zoned%20Residential,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Near%20Industry,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Proposed%20Special%20Assessments,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Environment%20Concerns%2FInfluences,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|[b;bg#dcdcdc]The%20Home,[bg#dcdcdc;align-center;b]1,[bg#dcdcdc;align-center;b]2,[bg#dcdcdc;align-center;b]3,[bg#dcdcdc;align-center;b]4,[bg#dcdcdc;align-center;b]5|Age%20of%20Home,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Stories,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Wood%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Wood%20%26%20Brick%20Frame,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Aluminum%20Siding,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Roof%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Foundation%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Overall%20Exterior%20Condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Garage%20Size,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bedrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Bathrooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Number%20of%20Closets,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Electric%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Gas%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Hot%20Water%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Oil%20Heat,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Insulation,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Central%20Air%20Conditioning,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Energy-Conservation%20Features,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Age%20of%20Heating%20System,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Capacity%20of%20Water%20Heater,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Age%20of%20Electrical%20Wiring,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Plumbing%20condition,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Estimated%20Water%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Heating%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Estimated%20Electric%20Bill,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________,[align-center]%24___________|Living%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Fireplace,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Separate%20Dining%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Family%20Room,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Drapes%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Carpeting%20%E2%80%93%20Number%20of%20Rooms,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________,[align-center]____________|Kitchen%20Eating%20Area,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Refrigerator,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Stove%2FOven%20(Gas%2FElectric),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Garbage%20Disposal,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Dishwasher,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Broken%20Windows,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Storm%20Windows%2FScreens,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Washer%2FDryer%20Outlets,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Laundry%20Space,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Finished%20Basement,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Attic,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Sump%20Pump%2FDrainage,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Connected%20to%20Sewer%20System,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Patio,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Backyard%20Fence,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Landscaping,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Property%20Boundaries,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Security%20(dead%20bolts%2C%20detectors),[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Building%20Code%20Compliance,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E|Ability%20to%20Expand%2FEnlarge%20House,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E,[align-center]%3Cinput%20type%3D%22checkbox%22%20%2F%3E[/vc_table][/vc_column][/vc_row]', 'Buyers Checklist Page', '', 'publish', 'closed', 'closed', '', 'buyers-checklist-page', '', '', '2016-02-14 20:51:20', '2016-02-14 20:51:20', '', 0, 'http://denverheirlooms.com/templatera/buyers-checklist-page/', 0, 'templatera', '', 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
(3813, 4, '2016-02-14 20:53:30', '2016-02-14 20:53:30', '[vc_row][vc_column][vc_column_text][symple_toggle title=\"How much house can you afford?\" state=\"closed\"]\r\n\r\nThere are several ways to gauge how much you can afford to spend on a house.\r\n\r\nBut, before you go house-hunting, get pre-qualified for a mortgage so you’ll know in what price range you can shop.\r\n\r\nIt is not unusual for first-time buyers to be somewhat baffled about how to estimate what mortgage payment they will be able to handle each month, plus how much money they’ll need for a down payment and closing costs.\r\n\r\nThat’s why it is a good idea to get pre-qualified through a lender before you even start to look for a home. Pre-qualification lets a buyer know exactly how much a lender is willing to loan them. With pre-qualification in hand, the buyer can save a lot of time-and frustration.\r\n\r\nPre-qualification does not obligate buyers to take a loan from the lender, nor should it involve any fees (until later, when they actually apply for the loan).\r\n\r\nAt the same time, you must understand that pre-qualification is not pre-approval for a loan either which is a much more involved formalized process that results in an actual letter of credit from a lending institution for a specific loan. Depending on your unique circumstances, you may wish to consider pre-approval as an option, but it is not necessary-consult with your real estate professional to decide what is right for you.\r\n\r\nThe less formal process of pre-qualifying on the other hand is a tremendous tool for buyers to have when making an offer. Usually, pre-qualified buyers have an edge when making a purchase offer because the seller knows that the buyer is pre-qualified, and that there is at least one lender ready to make it happen.\r\n\r\nIn addition, it allows you the flexibility to choose the mortgage that is best for you at the time of actual purchase-which is sometimes months down the road. That can be important given the volatility of interest rates.\r\n\r\nWhen a lender pre-qualifies, they are more concerned about the buyer’s paying ability than the price of the property.\r\n\r\nFor this reason, lenders are interested in more than just a buyer’s income. They also want to know how much existing debt a buyer has, what their on-going financial obligations happen to be, and what the buyer’s monthly budget looks like.\r\n\r\nLenders use an established debt-to-income ratio, usually between .28 to 1 and .38 to 1, to calculate the amount of the loan they are willing to give to a buyer. For instance, a lender who uses a .3 to 1 debt-to-income ratio has determined that payments toward debt reduction-including existing debt plus new debt associated with buying a home-cannot be more than 30% of they buyer’s gross monthly income.\r\n\r\nAn important factor that may influence a lender to authorize a loan with a higher debt-to-income ratio – (where debt payments take a higher percentage of a buyer’s income) – is a larger down payment. Buyers who put a larger percentage of the purchase price down (5%, 10%, 15%, 20%, etc.) are considered better “risks,” because the theory is that the more a person has actually invested in the purchase, the less likely they are to default on the loan.\r\n\r\nBuyers usually discover that the pre-qualification process will produce a home purchase price that is roughly 2 1/2 to 3 times their gross annual income. The 2 1/2 -to-3 guideline is only a general rule of thumb, however, and it doesn’t take a buyer’s full financial situation into consideration. Since the lender’s calculations will also consider a buyer’s actual debts and ongoing expenses, the loan pre-qualification amount may be higher or lower.\r\n\r\nRegardless of the price bracket a buyer targets, they should keep pre-qualification in mind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How much should you budget to own your own home?\" state=\"closed\"]\r\n\r\nAside from the down payment, the three largest expenditures involved with the purchase of a home are usually your monthly mortgage payment, insurance and taxes. Obviously, the amount of your mortgage payment depends upon your down payment, rate of interest and the price of the property.\r\n\r\nTake, for example, a home that has a $200,000 mortgage. An 7% fixed mortgage for 30 years, will run approximately $1330 per month. What about taxes? The rate will often times vary from city-to-city, but generally you might expect your yearly tax bill to total around 1.25% of the purchase price. That means, for a home with a market value of $250,000, yearly taxes might run around $3125. A local real estate agent can help prospective homeowners refine these figures.\r\n\r\nIn addition, it is important to keep in mind that there are many additional expenses incurred with home ownership, some of the most obvious are utilities and trash collection. Smart homeowners should also budget for one other item, maintenance and upkeep of the home. If possible, a small amount should be set aside each month to pay for those “rainy day” repairs such as painting, plumbing (hot water heaters, garbage disposals), adding storm windows (to improve energy usage), insulation (in attics), etc.\r\n\r\nBut home ownership is not just a one way street-that is, aside from spending money on repairs and maintenance, homeowners can profit from their property. The most significant benefit is the tax deduction. It is no secret that among the last real income tax deductions available to consumers today are the interest paid on the home loan, and the property taxes. This can amount to thousands of dollars in deductions each year.\r\n\r\nAnd, of course, the primary benefit of home ownership is appreciation-equity that builds every month. A home, aside from being a place that provides shelter, can be a profitable investment, and the rising value of the property oftentimes provides another “savings” account.\r\n\r\nSo, when it comes to buying a new home, remember one thing … the purchase of a property requires budgeting and planning.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How do you go about finding a mortgage?\" state=\"closed\"]\r\n\r\nThe commotion of house hunting is finally over. You found just the right house, and your offer has been accepted. It was a great buy. Now, just one more hurdle-getting a loan-and you’re home free.\r\n\r\nOften, buyers are so eager to get this “final detail” behind them, they rush through this portion of the transaction, and end up with less-than-ideal terms. Borrowers, however, have something lenders want-their business. This positions them to negotiate the best possible price (cost of loan), terms and service.\r\n\r\nLet’s look at price, or the cost of the loan. The first thing to do is find out what the current rates are, information readily available on the internet, in your newspaper or from your real estate agent. When comparing rates, figure the annual percentage rate (APR), which includes interest, extra fees and costs amortized over the life of the loan. Also determine the number of points, if any, that the lender will charge to make the loan. (A point is equal to one percent of the loan amount.)\r\n\r\nNext, consider what loan options the lender offers. There are six or seven basic types of loans, which vary in their duration. Check how rates are calculated (fixed versus variable), and whether charges are fully amortized over the life of the loan, or whether you’ll have to pay points up front and/or balloon payments at the end.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is there a pre-payment penalty clause?\" state=\"closed\"]\r\n\r\nWhich terms are best for you depends on such factors as what changes you expect in your income and what you predict will happen in loan rates in the years ahead.\r\n\r\nFor example, if you only plan to reside in the home for a year or two, starting with a lower Adjustable Rate Mortgage (ARM) might be the best choice. If you have no plans to move, and feel that inflation will rise rapidly, a fixed rate would obviously be better.\r\n\r\nFinally, and perhaps most importantly, consider speed and service. Buyers shouldn’t have to wait days for approval and weeks for closing just because the lender is slow.\r\n\r\nRemember, qualified buyers are great prospects for lenders – so give your business to the lender who demonstrates they not only want it, they deserve it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How difficult is it to qualify for a mortgage if you have a past credit problem?\" state=\"closed\"] Credit problems can make it harder to qualify, but it’s quite possible for buyers with poor credit to obtain a home loan.\r\n\r\nAnyone who has had a financial problem-whether it was a matter of late credit payment, delinquent taxes, or even a judgment that was filed-should expect this data to be a factor when applying for a mortgage.\r\nHow critical a factor?\r\nMinor lapses will probably have little or no effect. However, buyers with serious problems may still qualify for a loan, but they may have to pay a higher rate of interest or provide a larger down payment.\r\n\r\nThere are three steps that a person with past credit problems should take before applying for a loan.\r\n\r\nFirst, request a credit profile from one of three major credit reporting agencies. To get copies of your credit report, start at: Credit Now – Credit Reports\r\n\r\nSecond, the buyer should optimize his or her credit profile by citing prompt payment of rent, utilities, and other bills not reported on the credit profiles.\r\n\r\nFinally, the buyer should be prepared to provide comprehensive and candid explanations for any late payments to the loan officer. This is important because problems not reported by the buyer but discovered by the lender will reflect unfavorable.\r\n\r\nMany lenders are understanding about one-time problems such as the loss of a job, a medical emergency, etc.\r\n\r\nBuyers with patterns of delinquent payments might want to consider adding six months or a year of flawless credit to their track record before pursuing their home-buying plans.\r\n\r\nSo remember-if you are thinking about purchasing a home, but are worried about your past financial record-don’t give up.\r\n\r\nThere are solutions, lenders and agents who are in business to help.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What are the five most common mistakes made by first-time buyers, and how can you avoid them?\" state=\"closed\"]\r\n\r\nA good home-buying decision is one that fits your lifestyle and your budget-a house you’ll be able to resell when the time is right. Sound simple? Not always.\r\n\r\nFive common mistakes frequently made by first-time buyers.\r\n\r\n1. Looking outside your price range. To avoid disappointment, contact a real estate agent who can help you pre-qualify before you start looking for a home. The agent can also provide valuable insight on taxes and other expenses associated with a home (utility bills, etc.)\r\n\r\n2. Buying on impulse. Buyers-especially first-timers-may be impressed by the first two or three homes they view. Look at a good selection. List the positives and negatives. Narrow the prospects to three or four, and then return for a closer look. Evaluate more than just the property. Look at the surrounding area and community amenities. Is this what you-and your family-want and need?\r\n\r\n3. Not planning ahead. Think seriously about any personal changes you are planning in the next five to seven years.\r\n\r\nFor instance, if you are planning on having children, consider how the home will meet both your current and future needs. If a double-income is necessary to qualify for financing-and make your payments-do your plans foresee an income sufficient to continue making payments?\r\n\r\n4. Failure to focus on location. Don’t just focus on the house, examine the neighborhood. Is the area safe, well maintained, moderately quiet and close to work, stores, and schools?\r\n\r\nFind out about zoning and what new construction is planned on any vacant land in the immediate neighborhood.\r\n\r\nWill the property be easy to market when you are prepared to sell it?\r\n\r\n5. Failure to understand the home buying process. Once you select a home, get involved. Find a real estate agent willing to spend time with you, and don’t hesitate to ask questions. Have them explain the negotiation, financing and escrow processes and other elements involved in the transaction.\r\n\r\nHome-buying involves knowing the price, and what is inside and around the property. Consider all your options carefully. This may be the most important financial transaction of your life.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What’s the real difference between a new home and an old one?\" state=\"closed\"]\r\n\r\nWhile each offers its own style and charm, the difference usually boils down to two things:\r\n\r\n1. How the home fits into the buyer’s lifestyle.\r\n\r\n2. The condition of the property.\r\n\r\nHomes that are 10 years old or less are generally better insulated – or have dual-glazed windows or thermal panes – which translate into lower heating and cooling bills. And, in today’s rising energy cost environment, these considerations are significant. Although there are some exceptions, homes that have been built with all-electric systems, generally have higher utility bills.\r\n\r\nHomes that range between 15 and 20 years old may be in need of new water pipes, especially if the old ones were galvanized and if a water softener was used. Water softeners and galvanized pipe can be deadly and, after 15-20 years, re- plumbing is usually required. Have a plumber or general contractor inspect the pipes. Needless to say, it can be expensive to re-plumb an entire system. Check the built-in fixtures and appliances for any signs of damage.\r\n\r\nFlush toilets, test all the water taps and the electrical sockets, open and shut the windows, and try all the lights.\r\n\r\nA window that will not open may be a sign of a more significant problem-for example, a wall may have shifted, or worse yet, it could indicate a problem with the foundation itself.\r\n\r\nIt is also a good idea to ask the seller for copies of past utility bills. Examine them for some insight into what you can expect monthly gas and electric costs to be.\r\n\r\nAlthough newer homes may be free of significant physical or structural problems, there are other things to consider in making your decision.\r\n\r\nGenerally, room size and yard size tend to be smaller in some newer homes. While, on the other hand, they usually offer the benefit of the latest building and design technology. Many new homes also have more windows and natural light incorporated into their design plan, allowing for a more spacious feel and efficient energy usage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Should a buyer get a professional inspection for the home they are buying?\" state=\"closed\"]\r\n\r\nDefinitely. Hiring a professional home inspector can save a great deal of grief for buyers. The one exception would be when the home is new and carries a written warranty by the builder.\r\n\r\nMany buyers mistakenly believe that the only reason to have a home inspection is to make sure that the house they’re buying doesn’t have defects serious enough to warrant backing out of the transaction. But there’s more to it than that.\r\n\r\nCertainly, an inspection will usually reveal major problems that may even surprise the seller. The obvious ones are corroded plumbing, antiquated and unsafe electrical systems, or structural and foundation problems. And, the discovery of such problems may cause the buyer to re- think his or her offer.\r\n\r\nAlthough a competent inspector can uncover deal-crushing defects, these problems are usually not commonplace. Typically, the seller will already have told the buyer about anything major. More often, inspections reveal less serious problems; problems that may not be serious but can be aggravating.\r\n\r\nFor instance, there could be a minor electrical defect, or inferior ventilation of a heating system or fireplace. If so, the buyer is usually in the position of having the purchase price reduced, or the defect corrected. More important, it also prevents the minor problem from developing into a major disaster a year or two down the road.\r\n\r\nThere is, of course, the possibility that the home inspection will produce another outcome: everything is fine. In this case, they buyer gains piece of mind, confident about the major investment he or she is about to make. That, too, is an enormous benefit for the cost of the inspection.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How does a buyer find a home inspector?\" state=\"closed\"] By asking their real estate agent, friends, or lender. Inspectors are also listed in the Yellow Pages under “Home Inspection Services.” But, a word of advice, don’t hire a contractor. Contractors earn their living doing repair and renovation work, so their recommendations aren’t likely to be as objective as those of a professional inspector. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Is real estate a wise investment?\" state=\"closed\"]\r\n\r\nThere are fewer investments that have shown a better return. However, the key to investing wisely in real estate is understanding how the industry differs from others.\r\n\r\nFor example, when the defense industry dips, it usually shows a national decline and the stock prices of defense-oriented firms drop across the board. The same is true of most industries. They are impacted nationally.\r\n\r\nThat is not the case with real estate, which is actually an industry and investment driven by local conditions. One community may suddenly lose a manufacturing facility, and almost overnight the market is flooded with properties for sale. An excellent example is southern California. Several years ago, when defense cutbacks began an excess of homes went up for sale, increasing the supply and lowering demand. There, it was a buyer’s market. At the same time, Bakersfield, a community less than 150 miles from Los Angeles continued to experience high demand for real estate. With supply short, it was a seller’s market.\r\n\r\nObviously, the key to successful real estate investing, like stocks and bonds, is to buy low and sell high. But, how do you know when the “low” has been reached? Or, for that matter, how can you judge when you property may be peaking in value?\r\n\r\nSome investors rely partially on the media. They read the daily newspaper, watch television and follow the trends. Although the media provides a good deal of information, remember that by the time things are printed or broadcast, the news may be old.\r\n\r\nFor instance, you will find statistics frequently quoted in the media that have been supplied by the National Association of REALTORS (NAR). But, NAR statistics-like most- tell you where things have been, not where they are going.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"So, what can you do?\" state=\"closed\"]\r\n\r\nFirst, check local economic indicators. If, for example, a community depends on defense spending, and there is a government cutback, you can be assured that your area will be impacted.\r\n\r\nEven if the community does not have a major defense contractor, it may have subcontractors.\r\n\r\nThe local chamber of commerce can frequently help. They usually have information on which companies are moving in and out of an area.\r\n\r\nLogically, the relocation of a firm into a community generally indicates that demand for real estate in that marketplace will increase-while if firms are moving out of the area, housing demand will often shrink.\r\n\r\nAside from economic indicators, check real estate trends and cycles. Talk to a real estate agent. They can provide statistics on how quickly homes have sold, how prices have fluctuated in the past six to 12 months, and projections of future home sales. They can show you how today’s market compares to last year’s. Are sales headed up? Down? The same?\r\n\r\nThe answers will not only help you determine what the market is like in your area, but they will also be critically important in helping you determine when and where to make your real estate investment.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Does a home warranty protect a buyer in the event something goes wrong after they have purchased a property?\" state=\"closed\"]\r\n\r\nSometimes. That’s because home warranties are often times misunderstood and not every warranty provides the same protection. All warranty companies are not equal, either.\r\n\r\nWarranties, of course, were designed to protect buyers from problems that emerged after they moved into a dwelling. For example, if a major appliance breaks or the roof leaks, the ideal warranty kicks in and pays for the repairs.\r\n\r\nOn the surface, this sounds simple and straight-forward. But, most of the time it is not.\r\n\r\nFirst, all warranties differ. Aside form the obvious differences, the amount of deductible required, they may also vary as what is covered and what is not. For instance, with some warranties if the hot water heater works on the day of closing, but suddenly does not work six months later, then it may be covered. And, with other policies if the water heater was not in good working condition when the home was purchased, and it breaks a week or two later, there is no coverage.\r\n\r\nWarranties can be critically important when it comes to new construction, too. Obviously, the reputation of the builder is an important consideration. However, problems with new homes can be enormously expensive if they are not covered by a warranty.\r\n\r\nThere are two types of defects when it comes to new homes – patent or latent.\r\n\r\nPatent are those problems which can be seen. Cracked plaster, a fence that is off-kilter, etc.\r\n\r\nLatent problems develop later, and may not show up for five or six months. Ground shifting, for example. Latent problems are usually more expensive than patent problems.\r\n\r\nThus, the warranty for a new home can be one of the most important documents executed during the buying process.\r\n\r\nWhether you’re purchasing a new home or a resale, remember that warranties definitely have a place when it comes to protection and peace or mind in the real estate transaction, but make sure that you check them out carefully.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a final walk through, an inspection of the property by the buyer before they move in – really important?\" state=\"closed\"]\r\n\r\nYes, it is. The intent of a pre-closing inspection is to give the buyer one last opportunity to verify that they are getting all that was promised in the sales contract. Although buyers still have legal recourse if they discover-even after closing-that the condition of the home is not as it should be.\r\n\r\nThe best time to identify problems is before closing, when the seller will be motivated to correct any deficiencies in order to close the transaction.\r\n\r\nTypically, a buyer takes possession of a property one to three months after signing the sales agreement. But, a lot can happen before the actual move-in. Appliances and fixtures can break down, and walls, carpets and doors can be damaged during the seller’s move-out. Sometimes the seller will simply have forgotten that he or she had agreed to leave the refrigerator or window coverings with the house. Whatever the reason, problems identified before closing have the best chance of being remedied.\r\n\r\nIf possible, schedule the inspection right before the closing, such as the day before. Ask your real estate agent to attend the inspection with you. What should you be inspecting? Using a copy of the sales contract as a checklist, first make sure that all items that should be in place (appliances, built-in furniture, window coverings, fixtures, etc.) are there.\r\n\r\nTest each appliance to make sure they work properly. Test all electrical switches and the garage door opener, if there is one. Run the garbage disposal and turn on every water faucet, checking under the sinks for leaks. Flush the toilets. Inspect the floors, carpets, walls and doors for recent damage.\r\n\r\nIf you discover that something is damaged or missing, make a note of it and inform your agent immediately.\r\n\r\nIn most cases, the seller is usually able to take care of small problems immediately, either by making a needed repair or offering compensation to handle it. And, if there are major problems the seller can even sign a statement acknowledging the deficiency and agree to correct it. Although pre-closing inspections take time and may be inconvenient, they are important and well worth the buyer’s time.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What are “contingencies” and why are they important?\" state=\"closed\"]\r\n\r\nA “contingency,” is an escape-clause that is added in-writing to a contract which allows a buyer to back out of the transaction if certain conditions aren’t met.\r\n\r\nSome contingencies, often called “riders” – like attorney approval of the contract, or the passing of a home inspection-are obviously designed to protect buyers from a poorly written contract or a defective home.\r\n\r\nOther purchase contingencies may hinge on the buyer’s current living situation, or his or her cash-flow. For example, when it comes to contingencies many first-time buyers can be better prospects for a seller’s home than move-up buyers. Why? Because offers from homeowners usually are contingent upon the sale of their present home. And, even if a move-up buyer has an offer for their home in-hand, their buyer’s offer may be contingent on another contingency (or sale) and so on down the line. If one transaction in the chain falls through, they all might.\r\n\r\nCash offers can also be more attractive to sellers.\r\n\r\nWhy?\r\nAfter all, the seller will get their money at closing whether or not the buyer has cash or takes out a loan.\r\n\r\nTrue, but cash offers don’t require lender approval, and loan approval is never a certainty and may delay or prevent closing. (Incidentally, for this reason, buyers who get pre-qualified for a loan have an edge over other buyers. A pre-qualified buyer is the same as a cash buyer.)\r\n\r\nBuyers offering a larger-than-customary amount of “earnest money”, (a deposit that accompanies an offer) can be more appealing too. More money deposited with the signed contract often demonstrates greater sincerity and motivation to close the transaction.\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Buyer\'s FAQ\'s', '', 'publish', 'closed', 'closed', '', 'buyers-faqs', '', '', '2016-02-15 00:10:03', '2016-02-15 00:10:03', '', 3876, 'http://denverheirlooms.com/?page_id=3813', 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
(3814, 4, '2016-02-14 20:53:30', '2016-02-14 20:53:30', '[vc_row][vc_column][vc_column_text][symple_toggle title=\"How much house can you afford?\" state=\"closed\"]\r\n\r\nThere are several ways to gauge how much you can afford to spend on a house.\r\n\r\nBut, before you go house-hunting, get pre-qualified for a mortgage so you’ll know in what price range you can shop.\r\n\r\nIt is not unusual for first-time buyers to be somewhat baffled about how to estimate what mortgage payment they will be able to handle each month, plus how much money they’ll need for a down payment and closing costs.\r\n\r\nThat’s why it is a good idea to get pre-qualified through a lender before you even start to look for a home. Pre-qualification lets a buyer know exactly how much a lender is willing to loan them. With pre-qualification in hand, the buyer can save a lot of time-and frustration.\r\n\r\nPre-qualification does not obligate buyers to take a loan from the lender, nor should it involve any fees (until later, when they actually apply for the loan).\r\n\r\nAt the same time, you must understand that pre-qualification is not pre-approval for a loan either which is a much more involved formalized process that results in an actual letter of credit from a lending institution for a specific loan. Depending on your unique circumstances, you may wish to consider pre-approval as an option, but it is not necessary-consult with your real estate professional to decide what is right for you.\r\n\r\nThe less formal process of pre-qualifying on the other hand is a tremendous tool for buyers to have when making an offer. Usually, pre-qualified buyers have an edge when making a purchase offer because the seller knows that the buyer is pre-qualified, and that there is at least one lender ready to make it happen.\r\n\r\nIn addition, it allows you the flexibility to choose the mortgage that is best for you at the time of actual purchase-which is sometimes months down the road. That can be important given the volatility of interest rates.\r\n\r\nWhen a lender pre-qualifies, they are more concerned about the buyer’s paying ability than the price of the property.\r\n\r\nFor this reason, lenders are interested in more than just a buyer’s income. They also want to know how much existing debt a buyer has, what their on-going financial obligations happen to be, and what the buyer’s monthly budget looks like.\r\n\r\nLenders use an established debt-to-income ratio, usually between .28 to 1 and .38 to 1, to calculate the amount of the loan they are willing to give to a buyer. For instance, a lender who uses a .3 to 1 debt-to-income ratio has determined that payments toward debt reduction-including existing debt plus new debt associated with buying a home-cannot be more than 30% of they buyer’s gross monthly income.\r\n\r\nAn important factor that may influence a lender to authorize a loan with a higher debt-to-income ratio – (where debt payments take a higher percentage of a buyer’s income) – is a larger down payment. Buyers who put a larger percentage of the purchase price down (5%, 10%, 15%, 20%, etc.) are considered better “risks,” because the theory is that the more a person has actually invested in the purchase, the less likely they are to default on the loan.\r\n\r\nBuyers usually discover that the pre-qualification process will produce a home purchase price that is roughly 2 1/2 to 3 times their gross annual income. The 2 1/2 -to-3 guideline is only a general rule of thumb, however, and it doesn’t take a buyer’s full financial situation into consideration. Since the lender’s calculations will also consider a buyer’s actual debts and ongoing expenses, the loan pre-qualification amount may be higher or lower.\r\n\r\nRegardless of the price bracket a buyer targets, they should keep pre-qualification in mind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How much should you budget to own your own home?\" state=\"closed\"]\r\n\r\nAside from the down payment, the three largest expenditures involved with the purchase of a home are usually your monthly mortgage payment, insurance and taxes. Obviously, the amount of your mortgage payment depends upon your down payment, rate of interest and the price of the property.\r\n\r\nTake, for example, a home that has a $200,000 mortgage. An 7% fixed mortgage for 30 years, will run approximately $1330 per month. What about taxes? The rate will often times vary from city-to-city, but generally you might expect your yearly tax bill to total around 1.25% of the purchase price. That means, for a home with a market value of $250,000, yearly taxes might run around $3125. A local real estate agent can help prospective homeowners refine these figures.\r\n\r\nIn addition, it is important to keep in mind that there are many additional expenses incurred with home ownership, some of the most obvious are utilities and trash collection. Smart homeowners should also budget for one other item, maintenance and upkeep of the home. If possible, a small amount should be set aside each month to pay for those “rainy day” repairs such as painting, plumbing (hot water heaters, garbage disposals), adding storm windows (to improve energy usage), insulation (in attics), etc.\r\n\r\nBut home ownership is not just a one way street-that is, aside from spending money on repairs and maintenance, homeowners can profit from their property. The most significant benefit is the tax deduction. It is no secret that among the last real income tax deductions available to consumers today are the interest paid on the home loan, and the property taxes. This can amount to thousands of dollars in deductions each year.\r\n\r\nAnd, of course, the primary benefit of home ownership is appreciation-equity that builds every month. A home, aside from being a place that provides shelter, can be a profitable investment, and the rising value of the property oftentimes provides another “savings” account.\r\n\r\nSo, when it comes to buying a new home, remember one thing … the purchase of a property requires budgeting and planning.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How do you go about finding a mortgage?\" state=\"closed\"]\r\n\r\nThe commotion of house hunting is finally over. You found just the right house, and your offer has been accepted. It was a great buy. Now, just one more hurdle-getting a loan-and you’re home free.\r\n\r\nOften, buyers are so eager to get this “final detail” behind them, they rush through this portion of the transaction, and end up with less-than-ideal terms. Borrowers, however, have something lenders want-their business. This positions them to negotiate the best possible price (cost of loan), terms and service.\r\n\r\nLet’s look at price, or the cost of the loan. The first thing to do is find out what the current rates are, information readily available on the internet, in your newspaper or from your real estate agent. When comparing rates, figure the annual percentage rate (APR), which includes interest, extra fees and costs amortized over the life of the loan. Also determine the number of points, if any, that the lender will charge to make the loan. (A point is equal to one percent of the loan amount.)\r\n\r\nNext, consider what loan options the lender offers. There are six or seven basic types of loans, which vary in their duration. Check how rates are calculated (fixed versus variable), and whether charges are fully amortized over the life of the loan, or whether you’ll have to pay points up front and/or balloon payments at the end.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is there a pre-payment penalty clause?\" state=\"closed\"]\r\n\r\nWhich terms are best for you depends on such factors as what changes you expect in your income and what you predict will happen in loan rates in the years ahead.\r\n\r\nFor example, if you only plan to reside in the home for a year or two, starting with a lower Adjustable Rate Mortgage (ARM) might be the best choice. If you have no plans to move, and feel that inflation will rise rapidly, a fixed rate would obviously be better.\r\n\r\nFinally, and perhaps most importantly, consider speed and service. Buyers shouldn’t have to wait days for approval and weeks for closing just because the lender is slow.\r\n\r\nRemember, qualified buyers are great prospects for lenders – so give your business to the lender who demonstrates they not only want it, they deserve it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How difficult is it to qualify for a mortgage if you have a past credit problem?\" state=\"closed\"] Credit problems can make it harder to qualify, but it’s quite possible for buyers with poor credit to obtain a home loan.\r\n\r\nAnyone who has had a financial problem-whether it was a matter of late credit payment, delinquent taxes, or even a judgment that was filed-should expect this data to be a factor when applying for a mortgage.\r\nHow critical a factor?\r\nMinor lapses will probably have little or no effect. However, buyers with serious problems may still qualify for a loan, but they may have to pay a higher rate of interest or provide a larger down payment.\r\n\r\nThere are three steps that a person with past credit problems should take before applying for a loan.\r\n\r\nFirst, request a credit profile from one of three major credit reporting agencies. To get copies of your credit report, start at: Credit Now – Credit Reports\r\n\r\nSecond, the buyer should optimize his or her credit profile by citing prompt payment of rent, utilities, and other bills not reported on the credit profiles.\r\n\r\nFinally, the buyer should be prepared to provide comprehensive and candid explanations for any late payments to the loan officer. This is important because problems not reported by the buyer but discovered by the lender will reflect unfavorable.\r\n\r\nMany lenders are understanding about one-time problems such as the loss of a job, a medical emergency, etc.\r\n\r\nBuyers with patterns of delinquent payments might want to consider adding six months or a year of flawless credit to their track record before pursuing their home-buying plans.\r\n\r\nSo remember-if you are thinking about purchasing a home, but are worried about your past financial record-don’t give up.\r\n\r\nThere are solutions, lenders and agents who are in business to help.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What are the five most common mistakes made by first-time buyers, and how can you avoid them?\" state=\"closed\"]\r\n\r\nA good home-buying decision is one that fits your lifestyle and your budget-a house you’ll be able to resell when the time is right. Sound simple? Not always.\r\n\r\nFive common mistakes frequently made by first-time buyers.\r\n\r\n1. Looking outside your price range. To avoid disappointment, contact a real estate agent who can help you pre-qualify before you start looking for a home. The agent can also provide valuable insight on taxes and other expenses associated with a home (utility bills, etc.)\r\n\r\n2. Buying on impulse. Buyers-especially first-timers-may be impressed by the first two or three homes they view. Look at a good selection. List the positives and negatives. Narrow the prospects to three or four, and then return for a closer look. Evaluate more than just the property. Look at the surrounding area and community amenities. Is this what you-and your family-want and need?\r\n\r\n3. Not planning ahead. Think seriously about any personal changes you are planning in the next five to seven years.\r\n\r\nFor instance, if you are planning on having children, consider how the home will meet both your current and future needs. If a double-income is necessary to qualify for financing-and make your payments-do your plans foresee an income sufficient to continue making payments?\r\n\r\n4. Failure to focus on location. Don’t just focus on the house, examine the neighborhood. Is the area safe, well maintained, moderately quiet and close to work, stores, and schools?\r\n\r\nFind out about zoning and what new construction is planned on any vacant land in the immediate neighborhood.\r\n\r\nWill the property be easy to market when you are prepared to sell it?\r\n\r\n5. Failure to understand the home buying process. Once you select a home, get involved. Find a real estate agent willing to spend time with you, and don’t hesitate to ask questions. Have them explain the negotiation, financing and escrow processes and other elements involved in the transaction.\r\n\r\nHome-buying involves knowing the price, and what is inside and around the property. Consider all your options carefully. This may be the most important financial transaction of your life.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What’s the real difference between a new home and an old one?\" state=\"closed\"]\r\n\r\nWhile each offers its own style and charm, the difference usually boils down to two things:\r\n\r\n1. How the home fits into the buyer’s lifestyle.\r\n\r\n2. The condition of the property.\r\n\r\nHomes that are 10 years old or less are generally better insulated – or have dual-glazed windows or thermal panes – which translate into lower heating and cooling bills. And, in today’s rising energy cost environment, these considerations are significant. Although there are some exceptions, homes that have been built with all-electric systems, generally have higher utility bills.\r\n\r\nHomes that range between 15 and 20 years old may be in need of new water pipes, especially if the old ones were galvanized and if a water softener was used. Water softeners and galvanized pipe can be deadly and, after 15-20 years, re- plumbing is usually required. Have a plumber or general contractor inspect the pipes. Needless to say, it can be expensive to re-plumb an entire system. Check the built-in fixtures and appliances for any signs of damage.\r\n\r\nFlush toilets, test all the water taps and the electrical sockets, open and shut the windows, and try all the lights.\r\n\r\nA window that will not open may be a sign of a more significant problem-for example, a wall may have shifted, or worse yet, it could indicate a problem with the foundation itself.\r\n\r\nIt is also a good idea to ask the seller for copies of past utility bills. Examine them for some insight into what you can expect monthly gas and electric costs to be.\r\n\r\nAlthough newer homes may be free of significant physical or structural problems, there are other things to consider in making your decision.\r\n\r\nGenerally, room size and yard size tend to be smaller in some newer homes. While, on the other hand, they usually offer the benefit of the latest building and design technology. Many new homes also have more windows and natural light incorporated into their design plan, allowing for a more spacious feel and efficient energy usage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Should a buyer get a professional inspection for the home they are buying?\" state=\"closed\"]\r\n\r\nDefinitely. Hiring a professional home inspector can save a great deal of grief for buyers. The one exception would be when the home is new and carries a written warranty by the builder.\r\n\r\nMany buyers mistakenly believe that the only reason to have a home inspection is to make sure that the house they’re buying doesn’t have defects serious enough to warrant backing out of the transaction. But there’s more to it than that.\r\n\r\nCertainly, an inspection will usually reveal major problems that may even surprise the seller. The obvious ones are corroded plumbing, antiquated and unsafe electrical systems, or structural and foundation problems. And, the discovery of such problems may cause the buyer to re- think his or her offer.\r\n\r\nAlthough a competent inspector can uncover deal-crushing defects, these problems are usually not commonplace. Typically, the seller will already have told the buyer about anything major. More often, inspections reveal less serious problems; problems that may not be serious but can be aggravating.\r\n\r\nFor instance, there could be a minor electrical defect, or inferior ventilation of a heating system or fireplace. If so, the buyer is usually in the position of having the purchase price reduced, or the defect corrected. More important, it also prevents the minor problem from developing into a major disaster a year or two down the road.\r\n\r\nThere is, of course, the possibility that the home inspection will produce another outcome: everything is fine. In this case, they buyer gains piece of mind, confident about the major investment he or she is about to make. That, too, is an enormous benefit for the cost of the inspection.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How does a buyer find a home inspector?\" state=\"closed\"] By asking their real estate agent, friends, or lender. Inspectors are also listed in the Yellow Pages under “Home Inspection Services.” But, a word of advice, don’t hire a contractor. Contractors earn their living doing repair and renovation work, so their recommendations aren’t likely to be as objective as those of a professional inspector. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Is real estate a wise investment?\" state=\"closed\"]\r\n\r\nThere are fewer investments that have shown a better return. However, the key to investing wisely in real estate is understanding how the industry differs from others.\r\n\r\nFor example, when the defense industry dips, it usually shows a national decline and the stock prices of defense-oriented firms drop across the board. The same is true of most industries. They are impacted nationally.\r\n\r\nThat is not the case with real estate, which is actually an industry and investment driven by local conditions. One community may suddenly lose a manufacturing facility, and almost overnight the market is flooded with properties for sale. An excellent example is southern California. Several years ago, when defense cutbacks began an excess of homes went up for sale, increasing the supply and lowering demand. There, it was a buyer’s market. At the same time, Bakersfield, a community less than 150 miles from Los Angeles continued to experience high demand for real estate. With supply short, it was a seller’s market.\r\n\r\nObviously, the key to successful real estate investing, like stocks and bonds, is to buy low and sell high. But, how do you know when the “low” has been reached? Or, for that matter, how can you judge when you property may be peaking in value?\r\n\r\nSome investors rely partially on the media. They read the daily newspaper, watch television and follow the trends. Although the media provides a good deal of information, remember that by the time things are printed or broadcast, the news may be old.\r\n\r\nFor instance, you will find statistics frequently quoted in the media that have been supplied by the National Association of REALTORS (NAR). But, NAR statistics-like most- tell you where things have been, not where they are going.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"So, what can you do?\" state=\"closed\"]\r\n\r\nFirst, check local economic indicators. If, for example, a community depends on defense spending, and there is a government cutback, you can be assured that your area will be impacted.\r\n\r\nEven if the community does not have a major defense contractor, it may have subcontractors.\r\n\r\nThe local chamber of commerce can frequently help. They usually have information on which companies are moving in and out of an area.\r\n\r\nLogically, the relocation of a firm into a community generally indicates that demand for real estate in that marketplace will increase-while if firms are moving out of the area, housing demand will often shrink.\r\n\r\nAside from economic indicators, check real estate trends and cycles. Talk to a real estate agent. They can provide statistics on how quickly homes have sold, how prices have fluctuated in the past six to 12 months, and projections of future home sales. They can show you how today’s market compares to last year’s. Are sales headed up? Down? The same?\r\n\r\nThe answers will not only help you determine what the market is like in your area, but they will also be critically important in helping you determine when and where to make your real estate investment.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Does a home warranty protect a buyer in the event something goes wrong after they have purchased a property?\" state=\"closed\"]\r\n\r\nSometimes. That’s because home warranties are often times misunderstood and not every warranty provides the same protection. All warranty companies are not equal, either.\r\n\r\nWarranties, of course, were designed to protect buyers from problems that emerged after they moved into a dwelling. For example, if a major appliance breaks or the roof leaks, the ideal warranty kicks in and pays for the repairs.\r\n\r\nOn the surface, this sounds simple and straight-forward. But, most of the time it is not.\r\n\r\nFirst, all warranties differ. Aside form the obvious differences, the amount of deductible required, they may also vary as what is covered and what is not. For instance, with some warranties if the hot water heater works on the day of closing, but suddenly does not work six months later, then it may be covered. And, with other policies if the water heater was not in good working condition when the home was purchased, and it breaks a week or two later, there is no coverage.\r\n\r\nWarranties can be critically important when it comes to new construction, too. Obviously, the reputation of the builder is an important consideration. However, problems with new homes can be enormously expensive if they are not covered by a warranty.\r\n\r\nThere are two types of defects when it comes to new homes – patent or latent.\r\n\r\nPatent are those problems which can be seen. Cracked plaster, a fence that is off-kilter, etc.\r\n\r\nLatent problems develop later, and may not show up for five or six months. Ground shifting, for example. Latent problems are usually more expensive than patent problems.\r\n\r\nThus, the warranty for a new home can be one of the most important documents executed during the buying process.\r\n\r\nWhether you’re purchasing a new home or a resale, remember that warranties definitely have a place when it comes to protection and peace or mind in the real estate transaction, but make sure that you check them out carefully.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a final walk through, an inspection of the property by the buyer before they move in – really important?\" state=\"closed\"]\r\n\r\nYes, it is. The intent of a pre-closing inspection is to give the buyer one last opportunity to verify that they are getting all that was promised in the sales contract. Although buyers still have legal recourse if they discover-even after closing-that the condition of the home is not as it should be.\r\n\r\nThe best time to identify problems is before closing, when the seller will be motivated to correct any deficiencies in order to close the transaction.\r\n\r\nTypically, a buyer takes possession of a property one to three months after signing the sales agreement. But, a lot can happen before the actual move-in. Appliances and fixtures can break down, and walls, carpets and doors can be damaged during the seller’s move-out. Sometimes the seller will simply have forgotten that he or she had agreed to leave the refrigerator or window coverings with the house. Whatever the reason, problems identified before closing have the best chance of being remedied.\r\n\r\nIf possible, schedule the inspection right before the closing, such as the day before. Ask your real estate agent to attend the inspection with you. What should you be inspecting? Using a copy of the sales contract as a checklist, first make sure that all items that should be in place (appliances, built-in furniture, window coverings, fixtures, etc.) are there.\r\n\r\nTest each appliance to make sure they work properly. Test all electrical switches and the garage door opener, if there is one. Run the garbage disposal and turn on every water faucet, checking under the sinks for leaks. Flush the toilets. Inspect the floors, carpets, walls and doors for recent damage.\r\n\r\nIf you discover that something is damaged or missing, make a note of it and inform your agent immediately.\r\n\r\nIn most cases, the seller is usually able to take care of small problems immediately, either by making a needed repair or offering compensation to handle it. And, if there are major problems the seller can even sign a statement acknowledging the deficiency and agree to correct it. Although pre-closing inspections take time and may be inconvenient, they are important and well worth the buyer’s time.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What are “contingencies” and why are they important?\" state=\"closed\"]\r\n\r\nA “contingency,” is an escape-clause that is added in-writing to a contract which allows a buyer to back out of the transaction if certain conditions aren’t met.\r\n\r\nSome contingencies, often called “riders” – like attorney approval of the contract, or the passing of a home inspection-are obviously designed to protect buyers from a poorly written contract or a defective home.\r\n\r\nOther purchase contingencies may hinge on the buyer’s current living situation, or his or her cash-flow. For example, when it comes to contingencies many first-time buyers can be better prospects for a seller’s home than move-up buyers. Why? Because offers from homeowners usually are contingent upon the sale of their present home. And, even if a move-up buyer has an offer for their home in-hand, their buyer’s offer may be contingent on another contingency (or sale) and so on down the line. If one transaction in the chain falls through, they all might.\r\n\r\nCash offers can also be more attractive to sellers.\r\n\r\nWhy?\r\nAfter all, the seller will get their money at closing whether or not the buyer has cash or takes out a loan.\r\n\r\nTrue, but cash offers don’t require lender approval, and loan approval is never a certainty and may delay or prevent closing. (Incidentally, for this reason, buyers who get pre-qualified for a loan have an edge over other buyers. A pre-qualified buyer is the same as a cash buyer.)\r\n\r\nBuyers offering a larger-than-customary amount of “earnest money”, (a deposit that accompanies an offer) can be more appealing too. More money deposited with the signed contract often demonstrates greater sincerity and motivation to close the transaction.\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Buyer\'s FAQ\'s', '', 'inherit', 'closed', 'closed', '', '3813-revision-v1', '', '', '2016-02-14 20:53:30', '2016-02-14 20:53:30', '', 3813, 'http://denverheirlooms.com/2016/02/14/3813-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3816, 4, '2016-02-14 20:55:18', '2016-02-14 20:55:18', '[vc_row][vc_column][vc_column_text][symple_toggle title=\"How much house can you afford?\" state=\"closed\"]\n\nThere are several ways to gauge how much you can afford to spend on a house.\n\nBut, before you go house-hunting, get pre-qualified for a mortgage so you’ll know in what price range you can shop.\n\nIt is not unusual for first-time buyers to be somewhat baffled about how to estimate what mortgage payment they will be able to handle each month, plus how much money they’ll need for a down payment and closing costs.\n\nThat’s why it is a good idea to get pre-qualified through a lender before you even start to look for a home. Pre-qualification lets a buyer know exactly how much a lender is willing to loan them. With pre-qualification in hand, the buyer can save a lot of time-and frustration.\n\nPre-qualification does not obligate buyers to take a loan from the lender, nor should it involve any fees (until later, when they actually apply for the loan).\n\nAt the same time, you must understand that pre-qualification is not pre-approval for a loan either which is a much more involved formalized process that results in an actual letter of credit from a lending institution for a specific loan. Depending on your unique circumstances, you may wish to consider pre-approval as an option, but it is not necessary-consult with your real estate professional to decide what is right for you.\n\nThe less formal process of pre-qualifying on the other hand is a tremendous tool for buyers to have when making an offer. Usually, pre-qualified buyers have an edge when making a purchase offer because the seller knows that the buyer is pre-qualified, and that there is at least one lender ready to make it happen.\n\nIn addition, it allows you the flexibility to choose the mortgage that is best for you at the time of actual purchase-which is sometimes months down the road. That can be important given the volatility of interest rates.\n\nWhen a lender pre-qualifies, they are more concerned about the buyer’s paying ability than the price of the property.\n\nFor this reason, lenders are interested in more than just a buyer’s income. They also want to know how much existing debt a buyer has, what their on-going financial obligations happen to be, and what the buyer’s monthly budget looks like.\n\nLenders use an established debt-to-income ratio, usually between .28 to 1 and .38 to 1, to calculate the amount of the loan they are willing to give to a buyer. For instance, a lender who uses a .3 to 1 debt-to-income ratio has determined that payments toward debt reduction-including existing debt plus new debt associated with buying a home-cannot be more than 30% of they buyer’s gross monthly income.\n\nAn important factor that may influence a lender to authorize a loan with a higher debt-to-income ratio – (where debt payments take a higher percentage of a buyer’s income) – is a larger down payment. Buyers who put a larger percentage of the purchase price down (5%, 10%, 15%, 20%, etc.) are considered better “risks,” because the theory is that the more a person has actually invested in the purchase, the less likely they are to default on the loan.\n\nBuyers usually discover that the pre-qualification process will produce a home purchase price that is roughly 2 1/2 to 3 times their gross annual income. The 2 1/2 -to-3 guideline is only a general rule of thumb, however, and it doesn’t take a buyer’s full financial situation into consideration. Since the lender’s calculations will also consider a buyer’s actual debts and ongoing expenses, the loan pre-qualification amount may be higher or lower.\n\nRegardless of the price bracket a buyer targets, they should keep pre-qualification in mind.\n\n[/symple_toggle]\n\n[symple_toggle title=\"How much should you budget to own your own home?\" state=\"closed\"]\n\nAside from the down payment, the three largest expenditures involved with the purchase of a home are usually your monthly mortgage payment, insurance and taxes. Obviously, the amount of your mortgage payment depends upon your down payment, rate of interest and the price of the property.\n\nTake, for example, a home that has a $200,000 mortgage. An 7% fixed mortgage for 30 years, will run approximately $1330 per month. What about taxes? The rate will often times vary from city-to-city, but generally you might expect your yearly tax bill to total around 1.25% of the purchase price. That means, for a home with a market value of $250,000, yearly taxes might run around $3125. A local real estate agent can help prospective homeowners refine these figures.\n\nIn addition, it is important to keep in mind that there are many additional expenses incurred with home ownership, some of the most obvious are utilities and trash collection. Smart homeowners should also budget for one other item, maintenance and upkeep of the home. If possible, a small amount should be set aside each month to pay for those “rainy day” repairs such as painting, plumbing (hot water heaters, garbage disposals), adding storm windows (to improve energy usage), insulation (in attics), etc.\n\nBut home ownership is not just a one way street-that is, aside from spending money on repairs and maintenance, homeowners can profit from their property. The most significant benefit is the tax deduction. It is no secret that among the last real income tax deductions available to consumers today are the interest paid on the home loan, and the property taxes. This can amount to thousands of dollars in deductions each year.\n\nAnd, of course, the primary benefit of home ownership is appreciation-equity that builds every month. A home, aside from being a place that provides shelter, can be a profitable investment, and the rising value of the property oftentimes provides another “savings” account.\n\nSo, when it comes to buying a new home, remember one thing … the purchase of a property requires budgeting and planning.\n\n[/symple_toggle]\n\n[symple_toggle title=\"How do you go about finding a mortgage?\" state=\"closed\"]\n\nThe commotion of house hunting is finally over. You found just the right house, and your offer has been accepted. It was a great buy. Now, just one more hurdle-getting a loan-and you’re home free.\n\nOften, buyers are so eager to get this “final detail” behind them, they rush through this portion of the transaction, and end up with less-than-ideal terms. Borrowers, however, have something lenders want-their business. This positions them to negotiate the best possible price (cost of loan), terms and service.\n\nLet’s look at price, or the cost of the loan. The first thing to do is find out what the current rates are, information readily available on the internet, in your newspaper or from your real estate agent. When comparing rates, figure the annual percentage rate (APR), which includes interest, extra fees and costs amortized over the life of the loan. Also determine the number of points, if any, that the lender will charge to make the loan. (A point is equal to one percent of the loan amount.)\n\nNext, consider what loan options the lender offers. There are six or seven basic types of loans, which vary in their duration. Check how rates are calculated (fixed versus variable), and whether charges are fully amortized over the life of the loan, or whether you’ll have to pay points up front and/or balloon payments at the end.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Is there a pre-payment penalty clause?\" state=\"closed\"]\n\nWhich terms are best for you depends on such factors as what changes you expect in your income and what you predict will happen in loan rates in the years ahead.\n\nFor example, if you only plan to reside in the home for a year or two, starting with a lower Adjustable Rate Mortgage (ARM) might be the best choice. If you have no plans to move, and feel that inflation will rise rapidly, a fixed rate would obviously be better.\n\nFinally, and perhaps most importantly, consider speed and service. Buyers shouldn’t have to wait days for approval and weeks for closing just because the lender is slow.\n\nRemember, qualified buyers are great prospects for lenders – so give your business to the lender who demonstrates they not only want it, they deserve it.\n\n[/symple_toggle]\n\n[symple_toggle title=\"How difficult is it to qualify for a mortgage if you have a past credit problem?\" state=\"closed\"] Credit problems can make it harder to qualify, but it’s quite possible for buyers with poor credit to obtain a home loan.\n\nAnyone who has had a financial problem-whether it was a matter of late credit payment, delinquent taxes, or even a judgment that was filed-should expect this data to be a factor when applying for a mortgage.\nHow critical a factor?\nMinor lapses will probably have little or no effect. However, buyers with serious problems may still qualify for a loan, but they may have to pay a higher rate of interest or provide a larger down payment.\n\nThere are three steps that a person with past credit problems should take before applying for a loan.\n\nFirst, request a credit profile from one of three major credit reporting agencies. To get copies of your credit report, start at: Credit Now – Credit Reports\n\nSecond, the buyer should optimize his or her credit profile by citing prompt payment of rent, utilities, and other bills not reported on the credit profiles.\n\nFinally, the buyer should be prepared to provide comprehensive and candid explanations for any late payments to the loan officer. This is important because problems not reported by the buyer but discovered by the lender will reflect unfavorable.\n\nMany lenders are understanding about one-time problems such as the loss of a job, a medical emergency, etc.\n\nBuyers with patterns of delinquent payments might want to consider adding six months or a year of flawless credit to their track record before pursuing their home-buying plans.\n\nSo remember-if you are thinking about purchasing a home, but are worried about your past financial record-don’t give up.\n\nThere are solutions, lenders and agents who are in business to help.\n\n[/symple_toggle]\n\n[symple_toggle title=\"What are the five most common mistakes made by first-time buyers, and how can you avoid them?\" state=\"closed\"]\n\nA good home-buying decision is one that fits your lifestyle and your budget-a house you’ll be able to resell when the time is right. Sound simple? Not always.\n\nFive common mistakes frequently made by first-time buyers.\n\n1. Looking outside your price range. To avoid disappointment, contact a real estate agent who can help you pre-qualify before you start looking for a home. The agent can also provide valuable insight on taxes and other expenses associated with a home (utility bills, etc.)\n\n2. Buying on impulse. Buyers-especially first-timers-may be impressed by the first two or three homes they view. Look at a good selection. List the positives and negatives. Narrow the prospects to three or four, and then return for a closer look. Evaluate more than just the property. Look at the surrounding area and community amenities. Is this what you-and your family-want and need?\n\n3. Not planning ahead. Think seriously about any personal changes you are planning in the next five to seven years.\n\nFor instance, if you are planning on having children, consider how the home will meet both your current and future needs. If a double-income is necessary to qualify for financing-and make your payments-do your plans foresee an income sufficient to continue making payments?\n\n4. Failure to focus on location. Don’t just focus on the house, examine the neighborhood. Is the area safe, well maintained, moderately quiet and close to work, stores, and schools?\n\nFind out about zoning and what new construction is planned on any vacant land in the immediate neighborhood.\n\nWill the property be easy to market when you are prepared to sell it?\n\n5. Failure to understand the home buying process. Once you select a home, get involved. Find a real estate agent willing to spend time with you, and don’t hesitate to ask questions. Have them explain the negotiation, financing and escrow processes and other elements involved in the transaction.\n\nHome-buying involves knowing the price, and what is inside and around the property. Consider all your options carefully. This may be the most important financial transaction of your life.\n\n[/symple_toggle]\n\n[symple_toggle title=\"What’s the real difference between a new home and an old one?\" state=\"closed\"]\n\nWhile each offers its own style and charm, the difference usually boils down to two things:\n\n1. How the home fits into the buyer’s lifestyle.\n\n2. The condition of the property.\n\nHomes that are 10 years old or less are generally better insulated – or have dual-glazed windows or thermal panes – which translate into lower heating and cooling bills. And, in today’s rising energy cost environment, these considerations are significant. Although there are some exceptions, homes that have been built with all-electric systems, generally have higher utility bills.\n\nHomes that range between 15 and 20 years old may be in need of new water pipes, especially if the old ones were galvanized and if a water softener was used. Water softeners and galvanized pipe can be deadly and, after 15-20 years, re- plumbing is usually required. Have a plumber or general contractor inspect the pipes. Needless to say, it can be expensive to re-plumb an entire system. Check the built-in fixtures and appliances for any signs of damage.\n\nFlush toilets, test all the water taps and the electrical sockets, open and shut the windows, and try all the lights.\n\nA window that will not open may be a sign of a more significant problem-for example, a wall may have shifted, or worse yet, it could indicate a problem with the foundation itself.\n\nIt is also a good idea to ask the seller for copies of past utility bills. Examine them for some insight into what you can expect monthly gas and electric costs to be.\n\nAlthough newer homes may be free of significant physical or structural problems, there are other things to consider in making your decision.\n\nGenerally, room size and yard size tend to be smaller in some newer homes. While, on the other hand, they usually offer the benefit of the latest building and design technology. Many new homes also have more windows and natural light incorporated into their design plan, allowing for a more spacious feel and efficient energy usage.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Should a buyer get a professional inspection for the home they are buying?\" state=\"closed\"]\n\nDefinitely. Hiring a professional home inspector can save a great deal of grief for buyers. The one exception would be when the home is new and carries a written warranty by the builder.\n\nMany buyers mistakenly believe that the only reason to have a home inspection is to make sure that the house they’re buying doesn’t have defects serious enough to warrant backing out of the transaction. But there’s more to it than that.\n\nCertainly, an inspection will usually reveal major problems that may even surprise the seller. The obvious ones are corroded plumbing, antiquated and unsafe electrical systems, or structural and foundation problems. And, the discovery of such problems may cause the buyer to re- think his or her offer.\n\nAlthough a competent inspector can uncover deal-crushing defects, these problems are usually not commonplace. Typically, the seller will already have told the buyer about anything major. More often, inspections reveal less serious problems; problems that may not be serious but can be aggravating.\n\nFor instance, there could be a minor electrical defect, or inferior ventilation of a heating system or fireplace. If so, the buyer is usually in the position of having the purchase price reduced, or the defect corrected. More important, it also prevents the minor problem from developing into a major disaster a year or two down the road.\n\nThere is, of course, the possibility that the home inspection will produce another outcome: everything is fine. In this case, they buyer gains piece of mind, confident about the major investment he or she is about to make. That, too, is an enormous benefit for the cost of the inspection.\n\n[/symple_toggle]\n\n[symple_toggle title=\"How does a buyer find a home inspector?\" state=\"closed\"] By asking their real estate agent, friends, or lender. Inspectors are also listed in the Yellow Pages under “Home Inspection Services.” But, a word of advice, don’t hire a contractor. Contractors earn their living doing repair and renovation work, so their recommendations aren’t likely to be as objective as those of a professional inspector. [/symple_toggle]\n\n[symple_toggle title=\"Is real estate a wise investment?\" state=\"closed\"]\n\nThere are fewer investments that have shown a better return. However, the key to investing wisely in real estate is understanding how the industry differs from others.\n\nFor example, when the defense industry dips, it usually shows a national decline and the stock prices of defense-oriented firms drop across the board. The same is true of most industries. They are impacted nationally.\n\nThat is not the case with real estate, which is actually an industry and investment driven by local conditions. One community may suddenly lose a manufacturing facility, and almost overnight the market is flooded with properties for sale. An excellent example is southern California. Several years ago, when defense cutbacks began an excess of homes went up for sale, increasing the supply and lowering demand. There, it was a buyer’s market. At the same time, Bakersfield, a community less than 150 miles from Los Angeles continued to experience high demand for real estate. With supply short, it was a seller’s market.\n\nObviously, the key to successful real estate investing, like stocks and bonds, is to buy low and sell high. But, how do you know when the “low” has been reached? Or, for that matter, how can you judge when you property may be peaking in value?\n\nSome investors rely partially on the media. They read the daily newspaper, watch television and follow the trends. Although the media provides a good deal of information, remember that by the time things are printed or broadcast, the news may be old.\n\nFor instance, you will find statistics frequently quoted in the media that have been supplied by the National Association of REALTORS (NAR). But, NAR statistics-like most- tell you where things have been, not where they are going.\n\n[/symple_toggle]\n\n[symple_toggle title=\"So, what can you do?\" state=\"closed\"]\n\nFirst, check local economic indicators. If, for example, a community depends on defense spending, and there is a government cutback, you can be assured that your area will be impacted.\n\nEven if the community does not have a major defense contractor, it may have subcontractors.\n\nThe local chamber of commerce can frequently help. They usually have information on which companies are moving in and out of an area.\n\nLogically, the relocation of a firm into a community generally indicates that demand for real estate in that marketplace will increase-while if firms are moving out of the area, housing demand will often shrink.\n\nAside from economic indicators, check real estate trends and cycles. Talk to a real estate agent. They can provide statistics on how quickly homes have sold, how prices have fluctuated in the past six to 12 months, and projections of future home sales. They can show you how today’s market compares to last year’s. Are sales headed up? Down? The same?\n\nThe answers will not only help you determine what the market is like in your area, but they will also be critically important in helping you determine when and where to make your real estate investment.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Does a home warranty protect a buyer in the event something goes wrong after they have purchased a property?\" state=\"closed\"]\n\nSometimes. That’s because home warranties are often times misunderstood and not every warranty provides the same protection. All warranty companies are not equal, either.\n\nWarranties, of course, were designed to protect buyers from problems that emerged after they moved into a dwelling. For example, if a major appliance breaks or the roof leaks, the ideal warranty kicks in and pays for the repairs.\n\nOn the surface, this sounds simple and straight-forward. But, most of the time it is not.\n\nFirst, all warranties differ. Aside form the obvious differences, the amount of deductible required, they may also vary as what is covered and what is not. For instance, with some warranties if the hot water heater works on the day of closing, but suddenly does not work six months later, then it may be covered. And, with other policies if the water heater was not in good working condition when the home was purchased, and it breaks a week or two later, there is no coverage.\n\nWarranties can be critically important when it comes to new construction, too. Obviously, the reputation of the builder is an important consideration. However, problems with new homes can be enormously expensive if they are not covered by a warranty.\n\nThere are two types of defects when it comes to new homes – patent or latent.\n\nPatent are those problems which can be seen. Cracked plaster, a fence that is off-kilter, etc.\n\nLatent problems develop later, and may not show up for five or six months. Ground shifting, for example. Latent problems are usually more expensive than patent problems.\n\nThus, the warranty for a new home can be one of the most important documents executed during the buying process.\n\nWhether you’re purchasing a new home or a resale, remember that warranties definitely have a place when it comes to protection and peace or mind in the real estate transaction, but make sure that you check them out carefully.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Is a final walk through, an inspection of the property by the buyer before they move in – really important?\" state=\"closed\"]\n\nYes, it is. The intent of a pre-closing inspection is to give the buyer one last opportunity to verify that they are getting all that was promised in the sales contract. Although buyers still have legal recourse if they discover-even after closing-that the condition of the home is not as it should be.\n\nThe best time to identify problems is before closing, when the seller will be motivated to correct any deficiencies in order to close the transaction.\n\nTypically, a buyer takes possession of a property one to three months after signing the sales agreement. But, a lot can happen before the actual move-in. Appliances and fixtures can break down, and walls, carpets and doors can be damaged during the seller’s move-out. Sometimes the seller will simply have forgotten that he or she had agreed to leave the refrigerator or window coverings with the house. Whatever the reason, problems identified before closing have the best chance of being remedied.\n\nIf possible, schedule the inspection right before the closing, such as the day before. Ask your real estate agent to attend the inspection with you. What should you be inspecting? Using a copy of the sales contract as a checklist, first make sure that all items that should be in place (appliances, built-in furniture, window coverings, fixtures, etc.) are there.\n\nTest each appliance to make sure they work properly. Test all electrical switches and the garage door opener, if there is one. Run the garbage disposal and turn on every water faucet, checking under the sinks for leaks. Flush the toilets. Inspect the floors, carpets, walls and doors for recent damage.\n\nIf you discover that something is damaged or missing, make a note of it and inform your agent immediately.\n\nIn most cases, the seller is usually able to take care of small problems immediately, either by making a needed repair or offering compensation to handle it. And, if there are major problems the seller can even sign a statement acknowledging the deficiency and agree to correct it. Although pre-closing inspections take time and may be inconvenient, they are important and well worth the buyer’s time.\n\n[/symple_toggle]\n\n[symple_toggle title=\"What are “contingencies” and why are they important?\" state=\"closed\"]\n\nA “contingency,” is an escape-clause that is added in-writing to a contract which allows a buyer to back out of the transaction if certain conditions aren’t met.\n\nSome contingencies, often called “riders” – like attorney approval of the contract, or the passing of a home inspection-are obviously designed to protect buyers from a poorly written contract or a defective home.\n\nOther purchase contingencies may hinge on the buyer’s current living situation, or his or her cash-flow. For example, when it comes to contingencies many first-time buyers can be better prospects for a seller’s home than move-up buyers. Why? Because offers from homeowners usually are contingent upon the sale of their present home. And, even if a move-up buyer has an offer for their home in-hand, their buyer’s offer may be contingent on another contingency (or sale) and so on down the line. If one transaction in the chain falls through, they all might.\n\nCash offers can also be more attractive to sellers.\n\nWhy?\nAfter all, the seller will get their money at closing whether or not the buyer has cash or takes out a loan.\n\nTrue, but cash offers don’t require lender approval, and loan approval is never a certainty and may delay or prevent closing. (Incidentally, for this reason, buyers who get pre-qualified for a loan have an edge over other buyers. A pre-qualified buyer is the same as a cash buyer.)\n\nBuyers offering a larger-than-customary amount of “earnest money”, (a deposit that accompanies an offer) can be more appealing too. More money deposited with the signed contract often demonstrates greater sincerity and motivation to close the transaction.\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Buyers FAQs Page', '', 'publish', 'closed', 'closed', '', 'buyers-faqs-page', '', '', '2016-02-14 20:55:18', '2016-02-14 20:55:18', '', 0, 'http://denverheirlooms.com/templatera/buyers-faqs-page/', 0, 'templatera', '', 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
(3817, 4, '2016-02-14 20:59:36', '2016-02-14 20:59:36', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">As real estate professionals, it’s our job to make the real estate buying and selling process as easy as possible for everyone involved. That means providing quality information that can benefit you immediately. We care about this community and whether you’re buying or selling. We want to share some important information with you that will help you in your next move.</p>\r\nThe following reports will not only SAVE you money, but can make you money in real estate!\r\n\r\nPlease let us know if we may be of any further assistance!\r\n\r\n[symple_toggle title=\"10 Important Tips to Successful Real Estate Investing\" state=\"closed\"]\r\n\r\nWhen it comes to investing, everybody has certain goals and aspirations. However, we have found that there are certain guidelines every aspiring real estate investor needs to know:\r\n\r\n1. Compare Property Values and Rents\r\nFinancial statistics only go so far; the best measure of a property’s market value is often the sale prices of nearby properties. The same holds true for area rents. A low price can often be justified by a reasonable rent; renters who can afford a high rent can afford to buy instead, so reasonably priced rent is a need.\r\n\r\n2. Be careful – Tax laws may change\r\nDon’t base your tax investment on current tax laws. The tax code is constantly changing, and a good investment is a good investment regardless of the tax code. The right property with the right financing is what you should look for as an investor.\r\n\r\n3. Specialize in something you Know\r\nStart in a market segment you know. Whether you focus on fixer-uppers, foreclosures, starter homes, low-down payment properties, condominiums, or small apartment buildings, you’ll benefit from experience by specializing in one aspect of investment real estate properties.\r\n\r\n4. Know the Costs going in!\r\nKnow the financial statements inside out. What are operating expenses? What are loan payments? Vacancy costs? Taxes? What does the cash flow statement look like? These are key issues that must be addressed before making a solid investment.\r\n\r\n5. Know where your tenants are coming from\r\nIf the last rent increase was recent, your tenants may be considering a move. If tenants have a short-term lease, they may be living there simply to attract unsuspecting buyers. It is also important to collect the tenants’ security deposits at closing.\r\n\r\n6. Assess the tax situation\r\nTaxes are an integral part of successful real estate investing, and They often make the difference between a positive cash flow and a negative one. Know the tax situation, and see how it can be manipulated to your advantage. It may be a good idea to consult a tax advisor.\r\n\r\n7. Investigate insurance coverage\r\nIf seller’s coverage is based on lower-than-current replacement value, your insurance cost may increase when you pay a higher purchase price.\r\n\r\n8. Confirm Utility Costs\r\nAsk the local utilities to verify recent utility expenses, especially if any of these costs are included in your tenant’s rent.\r\n\r\n9. Consult Your Accountant\r\nTaxation is a key element of successful real estate investing, so be sure to find an accountant who is well-versed with the constantly evolving tax code.\r\n\r\n10. Inspect!\r\nMake sure that you always perform a thorough inspection of the property before buying it. Never, ever buy any property without at least examining the site. In some cases, hiring professional inspectors to examine the structural mechanical system may be a sound investment.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"5 Powerful Buying Strategies\" state=\"closed\"]\r\n\r\n1. Get “Pre-Approved” – Not “Pre-Qualified!”\r\nDo you want to get the best property you can for the least amount of money? Then make sure you are in the strongest negotiating position possible. Price is only one element in the negotiations, and not necessarily the most important one. Often other terms, such as the strength of the buyer or the length of escrow, are critical to a seller.\r\n\r\nIn years past, I always recommended that buyers get “pre-qualified” by a lender. This means that you spend a few minutes on the phone with a lender who asks you a few questions. Based on the answers, the lender pronounces you “pre-qualified” and issues a certificate that you can show to a seller. Sellers are aware that such certificates are WORTHLESS, and here’s why! None of the information has been verified!\r\n\r\nMany times unknown problems can come to the surface! Some of the problems I’ve seen include recorded judgments, alimony payments due, glitches on the credit report due to any number of reasons both accurately and inaccurately, down payments that have not been in the clients’ bank account long enough, etc.\r\n\r\nSo the way to make the strongest offer today is to get “pre-approved”. This happens AFTER all information has been checked and verified. You are actually APPROVED for the loan and the only loose end is the appraisal on the property. This process takes anywhere from a few days to a few weeks depending on your situation. It’s VERY POWERFUL and a weapon I recommend all my clients have in their negotiating arsenal.\r\n\r\n2. Sell Your Property First, Then Buy the House\r\nIf you have a house to sell, sell it before selecting a house to buy! Contingency sales aren’t nearly as strong as one that comes in with a ready, willing and able buyer. Consider this scenario: You’ve found the perfect house – now you have to go make an offer to the seller. You want the seller to reduce the price and wait until you sell your house. The seller figures that this is a risky deal, since he might pass up a buyer who DOESN’T have to sell a house while he’s waiting for you. So he says OK, he’ll do the contingency but it has to be a full price offer! You have now paid more for the house than you could have because of the contingency, and you have to sell your existing house in a hurry! Otherwise you lose the house! So to sell quickly you might take an offer that’s lower than if you had more time. The bottom line is that buying before selling might cost you THOUSANDS of dollars.\r\n\r\nIf you’re concerned that there is not a house on the market for you, then go on a window-shopping trip. You can identify possible houses and locations without falling in love with a specific house. If you feel confident after that then put your house on the market.\r\n\r\nAnother tactic is to make the sale “subject to seller finding suitable housing”. Adding this phrase to the listing means that WHEN YOU DO FIND A BUYER, you will have some time to find the new place. If you don’t find anything to your liking, you don’t have to sell your present home.\r\n\r\n3. Play the Game of Nines\r\nBefore house hunting, make a list of things you want in the new place. Then make a list of the things you don’t want. You can use this list as a guide to rate each property that you see. The one with the biggest score wins! This helps avoid confusion and keeps things in perspective when you’re comparing dozens of homes.\r\n\r\nWhen house hunting, keep in mind the difference between “STYLE AND SUBSTANCE”. The SUBSTANCE are things that cannot be changed such as the location, view, size of lot, noise in the area, school district, and floor plan. The STYLE represents easily changed surface finishes like carpet, wallpaper, color, and window coverings. Buy the house with good SUBSTANCE, because the STYLE can always be changed to match your tastes. I always recommend that you imagine each house as if it were vacant.\r\n\r\nConsider each house on its underlying merits, not the seller’s decorating skills.\r\n\r\n4. Don’t Be Pushed Into Any House\r\nYour agent should show you everything available that meets your requirements. Don’t make a decision on a house until you feel that you’ve seen enough to pick the best one.\r\n\r\nA decade ago, homes were selling quickly, usually a few days after listing. In that kind of market, agents advised their clients to make an offer ON THE SPOT if they liked the house. That was good advice at the time. Today there isn’t always this urgency, unless a home is drastically underpriced, and you’ll know if it is.\r\n\r\nDon’t forget to check into the SCHOOL DISTRICTS of the area you’re considering. Information is available on every school; such as class sizes, % of students that go on to college, SAT scores, etc. You can get this information from this web site.\r\n\r\n5. Stop Calling Ads!\r\nPlease note – ads are sometimes created to make the phone ring! Many of the homes have some drawback that’s not mentioned in the ad, such as traffic noise, power lines, or litigation in the community. What’s not mentioned in the ad is usually more important than what is.\r\n\r\nFor this reason, I want you to be very careful when reading ads. Remember that the person writing the ad is representing the seller and not you! The most important thing you can do is have someone on your side looking out for your best interests. Your own agent will critique the property with an eye towards how well it meets your needs and will point out any drawbacks you should know about. So whether you decide to work with me or not, pick an agent you feel comfortable with and enlist the services of that agent as a buyer’s broker. Then you become a client with all the rights, benefits, and privileges created by this agency relationship, and you’re no longer just a shopper. Did you know that many homes are sold WITHOUT A SIGN ever going up or an AD EVER BEING PUT IN THE PAPER? These “great deals” go to those people who are committed to working with one agent. When an agent hears of a great buy, who do you think he’s going to call? His client, who he has a legal obligation to work hard for you, or someone who just called on the phone and said “keep your eyes open”? So to get the best buy on a property, I always recommend that you hire your own agent and stick with him or her.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"A Few Points About Interest Rates\" state=\"closed\"]\r\n\r\nLess is more!\r\nIf you’re new to investing or real estate and don’t know the first thing about interest rates, here’s a good tip: the higher the interest rate, the more expensive it’s going to be. High interest rates mean you will have to pay back more on the money you borrow. Another good rule of thumb is that affordability increases if you use an adjustable rate mortgage (it’s easier to qualify this way). Of course, there will be a wide range of prices that you can choose from, depending on what kind of financing you choose..\r\n\r\nNot even the Fed knows for sure\r\nThe Fed holds a considerable amount of power, but they can’t control everything. Mortgage interest rates are affected by many unpredictable political, economic and social events. So there is no guarantee what direction interest rates will go, despite the forecasts of the experts. Therefore, make your financial decision based on where things are today including your budget, your needs and your future plans.\r\n\r\nLocking in rates assures your lowest interest\r\nIf you do decide you want to lock in at a certain interest rate, you will need to complete a loan application and send it to your lender as soon as possible. This must be done so that your commitment doesn’t runout before your loan is approved. Follow up and be se sure that the lender is receiving all of the necessary documentation. Get a property appraisal, which usually costs about $300, through your loan agent as soon as possible.\r\n\r\nDon’t obsess and miss a good real estate deal\r\nAlthough rising interest rates can create more problems for home buyers, waiting and hoping for low rates is not necessarily a smart move. You may end up paying a higher price. Also, refinancing is always an option in the event that interest rates come down.\r\nVisit again soon! I have more information that you will need!\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Finding the Best Agent For You\" state=\"closed\"]\r\n\r\nFinding the right real estate professional requires doing a little research and asking a few questions. You need to know everything about the selling process. What is the marketing strategy? What kind of advertising will be done? Is the REALTOR® capable and willing to communicate effectively? Can the REALTOR® effectively present and sell the less-noticeable assets of the property?\r\n\r\nReal estate professionals also need to be knowledgeable about the community. They need to have a feel for the history of the area and the approximate price that people will be willing to pay. Also, real estate agents should know what the competition is and how much it will effect your sale.\r\n\r\nNEVER choose a REALTOR® on price alone. Remember that a REALTOR® cannot magically raise the selling price of the house. Consider the buyer. The purchaser won’t willingly pay too much; it’s most likely that he or she will do research on the market and try to find the best product for the best price. The facts simply cannot be changed, no matter which REALTOR® you select. In spite of these unchangeable factors, the REALTOR® you select must still be diligent and knowledgable.\r\n\r\nIf your property does not elicit attention within several weeks, the cause can most likely be attributed to one of these three factors: location, condition, and price. The location obviously cannot be changed. You should consider examining the conditioning of your property and reevaluating the marketing strategy. Ask your REALTOR® to offer an explanation of the competition and your pricing strategy.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How to Make Money in Real Estate Investing\" state=\"closed\"]\r\n\r\nLower Your Taxes\r\nTax incentives for real estate investors can often make the difference in your tax rates. Deductions for rental property can often be used to offset wage income. Tax breaks can often enable investors to turn a loss into a profit.\r\n\r\nFor which items can investors get tax breaks? You could claim deductions for actual costs you incur for financing, managing and operating the rental property. This includes mortgage interest payments, real estate taxes, insurance, maintenance, repairs, property management fees, travel, advertising, and utilities (assuming the tenant doesn’t pay them). These expenses can be subtracted from your adjusted gross income when determining your personal income taxes. Of course, these deductions cannot exceed the amount of real estate income you receive. In addition to deductions for operating costs, you can also receive breaks for depreciation. Buildings naturally deteriorate over time, and these “losses” can be deducted regardless of the actual market value of the property. Because depreciation is a non-cash expense — you are not actually spending any money — the tax code can get a bit tricky. For more information about depreciation and various tax alternatives, ask your tax advisor about Section 1031 of the U.S. Tax Code.\r\n\r\nHave a Positive Cash Flow\r\nThere are two kinds of positive cash flows: pre-tax and after-tax. A pre-tax positive cash flow occurs when income received is greater than expenses incurred. This sort of situation is difficult to find, but they are usually a strong and safe investment. An after-tax positive cash flow may have expenses that outweigh collected income, but various tax breaks allow for a positive cash flow. This is more common, but it is generally not as strong or safe as a pre-tax positive cash flow.\r\n\r\nRegardless of what kind of real estate you choose to invest in, timely collections from your tenants is absolutely necessary. A positive cash flow — whether it be pre-tax or after-tax — requires rental income. Be sure to find quality tenants; a thorough credit and employment check is probably a good idea.\r\n\r\nUse Leverage\r\nOne of the most important factors in determining a solid investment is the amount of equity you are purchasing. Equity is the difference between the actual worth of the property and the balanced owed on the mortgage.\r\n\r\nBenefit from Growing Equity\r\nWhile investing in real estate is relatively complex, it is often worth the extra work. When compared to other financial investments, like bonds or CD’s, the return on investment for real estate purchases can often be greater.\r\n\r\nThe key to real estate investing is equity. Determine an amount of equity that you want to achieve. When you reach your goal, it’s time to sell or refinance. Determining the proper amount of equity may require the assistance of a real estate professional.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Moving Tips\" state=\"closed\"]\r\n\r\nEasing the Transition to Your New Home\r\nUse the right boxes, and pack them carefully. Professional moving companies use only sturdy, reinforced cartons. The boxes you can get at your neighborhood supermarket or liquor store might be free, but they are not nearly as strong or padded, and so can’t shield your valuables as well from harm in transit.\r\n\r\nUse sheets, blankets, pillows and towels to separate pictures and other fragile objects from each other and the sides of the carton. Pack plates and glass objects vertically, rather than flat and stacked.\r\n\r\nBe sure to point out to your mover the boxes in which you’ve packed fragile items, especially if those items are exceptionally valuable. The mover will advise you whether those valuables need to be repacked in sturdier, more appropriate boxes.\r\n\r\nThe heavier the item, the smaller the box it should occupy. A good rule of thumb is if you can’t lift the carton easily, it’s too heavy. Label your boxes, especially the one containing sheets and towels, so you can find everything you need the first night in your new home.\r\n\r\nFor your family’s safety and comfort\r\nTeach your children your new address. Let them practice writing it on packed cartons. You can lighten your load and reduce any storage space you need to rent by hosting a garage or yard sale.\r\n\r\nFill two “OPEN ME FIRST” cartons containing snacks, instant coffee or tea bags, soap, toilet paper, toothpaste and brushes, medicine and toiletry items (make sure caps are tightly secured), flashlight, screwdriver, pliers, can opener, paper plates, cups and utensils, a pan or two, paper towels, and any other items your family can’t do without. Ask your van foreman to load one of these boxes, so that it will be unloaded at your new home first. Why the second box? In case the movers are delayed getting to your house on the day of the move.\r\n\r\nKeep your pets out of packing boxes and away from all the activity on moving day.\r\n\r\nLet all your electrical gadgets return to room temperature before plugging them in.\r\n\r\nSince you may need to call old neighbors or businesses from your new home, pack your phone book.\r\n\r\nWork hand in hand with your mover\r\nGive the mover’s foreman your reach numbers and email addresses so you can stay in contact.\r\n\r\nRead the inventory form carefully, and ask the mover to explain anything you don’t understand. Make a note of your shipment’s registration number, and keep your Bill of Lading handy.\r\n\r\nIf you’re moving long distance, be aware that your property might share a truck with that of several other households. For this reason, your mover might have to warehouse your furniture and belongings for several days. Therefore, ask your mover whether your goods will remain on the truck until delivered. If they have to be stored, ask whether you can check the warehouse for security, organization and cleanliness.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"7 Selling Mistakes You Don’t Want to Make!\" state=\"closed\"]\r\n\r\nMistake #1 — Pricing Your Property Too High\r\nEvery seller obviously wants to get the most money for his or her product. Ironically, the best way to do this is NOT to list your product at an excessively high price! A high listing price will cause some prospective buyers to lose interest before even seeing your property. Also, it may lead other buyers to expect more than what you have to offer. As a result, overpriced properties tend to take an unusually long time to sell, and they end up being sold at a lower price.\r\n\r\nMistake #2 — Mistaking Re-finance Appraisals for the Market Value\r\nUnfortunately, a re-finance appraisal may have been stated at an untruthfully high price. Often, lenders estimate the value of your property to be higher than it actually is in order to encourage re-financing. The market value of your home could actually be lower. Your best bet is to ask your REALTOR® for the most recent information regarding property sales in your community. This will give you an up-to-date and factually accurate estimate of your property value.\r\n\r\nMistake #3 — Forgetting to “Showcase Your Home”\r\nIn spite of how frequently this mistake is addressed and how simple it is to avoid, its prevalence is still widespread. When attempting to sell your home to prospective buyers, do not forget to make your home look as pleasant as possible. Make necessary repairs. Clean. Make sure everything functions and looks presentable. A poorly kept home in need of repairs will surely lower the selling price of your property and will even turn away some buyers.\r\n\r\nMistake #4 — Trying to “Hard Sell” While Showing\r\nBuying a house is always an emotional and difficult decision. As a result, you should try to allow prospective buyers to comfortably examine your property. Don’t try haggling or forcefully selling. Instead, be friendly and hospitable. A good idea would be to point out any subtle amenities and be receptive to questions.\r\n\r\nMistake #5 — Trying to Sell to “Looky-Loos”\r\nA prospective buyer who shows interest because of a “for sale” sign he saw may not really be interested in your property. Often buyers who do not come through a REALTOR® are a good 6-9 months away from buying, and they are more interested in seeing what is out there than in actually making a purchase. They may still have to sell their house, or may not be able to afford a house yet. They may still even be unsure as to whether or not they want to relocate.\r\n\r\nYour REALTOR® should be able to distinguish realistic potential buyers from mere lookers. REALTOR®s should usually find out a prospective buyer’s savings, credit rating, and purchasing power in general. If your REALTOR® fails to find out this pertinent information, you should do some investigating and questioning on your own. This will help you avoid wasting valuable time marketing towards the wrong people. If you have to do this work yourself, consider finding a new REALTOR®.\r\n\r\nMistake #6 — Not Knowing Your Rights & Responsibilities\r\nIt is extremely important that you are well-informed of the details in your real estate contract. Real estate contracts are legally binding documents, and they can often be complex and confusing. Not being aware of the terms in your contract could cost you thousands for repairs and inspections. Know what you are responsible for before signing the contract. Can the property be sold “as is”? How will deed restrictions and local zoning laws will affect your transaction? Not knowing the answers to these kind of questions could end up costing you a considerable amount of money.\r\n\r\nMistake #7 — Limiting the Marketing and Advertising of the Property\r\nYour REALTOR® should employ a wide variety of marketing techniques. Your REALTOR® should also be committed to selling your property; he or she should be available for every phone call from a prospective buyer. Most calls are received, and open houses are scheduled, during business hours, so make sure that your REALTOR® is working on selling your home during these hours. Chances are that you have a job, too, so you may not be able to get in touch with many potential buyers.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Buyer\'s Report', '', 'publish', 'closed', 'closed', '', 'buyers-report', '', '', '2016-02-15 00:10:17', '2016-02-15 00:10:17', '', 3876, 'http://denverheirlooms.com/?page_id=3817', 0, 'page', '', 0),
(3818, 4, '2016-02-14 20:59:36', '2016-02-14 20:59:36', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">As real estate professionals, it’s our job to make the real estate buying and selling process as easy as possible for everyone involved. That means providing quality information that can benefit you immediately. We care about this community and whether you’re buying or selling. We want to share some important information with you that will help you in your next move.</p>\r\nThe following reports will not only SAVE you money, but can make you money in real estate!\r\n\r\nPlease let us know if we may be of any further assistance!\r\n\r\n[symple_toggle title=\"10 Important Tips to Successful Real Estate Investing\" state=\"closed\"]\r\n\r\nWhen it comes to investing, everybody has certain goals and aspirations. However, we have found that there are certain guidelines every aspiring real estate investor needs to know:\r\n\r\n1. Compare Property Values and Rents\r\nFinancial statistics only go so far; the best measure of a property’s market value is often the sale prices of nearby properties. The same holds true for area rents. A low price can often be justified by a reasonable rent; renters who can afford a high rent can afford to buy instead, so reasonably priced rent is a need.\r\n\r\n2. Be careful – Tax laws may change\r\nDon’t base your tax investment on current tax laws. The tax code is constantly changing, and a good investment is a good investment regardless of the tax code. The right property with the right financing is what you should look for as an investor.\r\n\r\n3. Specialize in something you Know\r\nStart in a market segment you know. Whether you focus on fixer-uppers, foreclosures, starter homes, low-down payment properties, condominiums, or small apartment buildings, you’ll benefit from experience by specializing in one aspect of investment real estate properties.\r\n\r\n4. Know the Costs going in!\r\nKnow the financial statements inside out. What are operating expenses? What are loan payments? Vacancy costs? Taxes? What does the cash flow statement look like? These are key issues that must be addressed before making a solid investment.\r\n\r\n5. Know where your tenants are coming from\r\nIf the last rent increase was recent, your tenants may be considering a move. If tenants have a short-term lease, they may be living there simply to attract unsuspecting buyers. It is also important to collect the tenants’ security deposits at closing.\r\n\r\n6. Assess the tax situation\r\nTaxes are an integral part of successful real estate investing, and They often make the difference between a positive cash flow and a negative one. Know the tax situation, and see how it can be manipulated to your advantage. It may be a good idea to consult a tax advisor.\r\n\r\n7. Investigate insurance coverage\r\nIf seller’s coverage is based on lower-than-current replacement value, your insurance cost may increase when you pay a higher purchase price.\r\n\r\n8. Confirm Utility Costs\r\nAsk the local utilities to verify recent utility expenses, especially if any of these costs are included in your tenant’s rent.\r\n\r\n9. Consult Your Accountant\r\nTaxation is a key element of successful real estate investing, so be sure to find an accountant who is well-versed with the constantly evolving tax code.\r\n\r\n10. Inspect!\r\nMake sure that you always perform a thorough inspection of the property before buying it. Never, ever buy any property without at least examining the site. In some cases, hiring professional inspectors to examine the structural mechanical system may be a sound investment.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"5 Powerful Buying Strategies\" state=\"closed\"]\r\n\r\n1. Get “Pre-Approved” – Not “Pre-Qualified!”\r\nDo you want to get the best property you can for the least amount of money? Then make sure you are in the strongest negotiating position possible. Price is only one element in the negotiations, and not necessarily the most important one. Often other terms, such as the strength of the buyer or the length of escrow, are critical to a seller.\r\n\r\nIn years past, I always recommended that buyers get “pre-qualified” by a lender. This means that you spend a few minutes on the phone with a lender who asks you a few questions. Based on the answers, the lender pronounces you “pre-qualified” and issues a certificate that you can show to a seller. Sellers are aware that such certificates are WORTHLESS, and here’s why! None of the information has been verified!\r\n\r\nMany times unknown problems can come to the surface! Some of the problems I’ve seen include recorded judgments, alimony payments due, glitches on the credit report due to any number of reasons both accurately and inaccurately, down payments that have not been in the clients’ bank account long enough, etc.\r\n\r\nSo the way to make the strongest offer today is to get “pre-approved”. This happens AFTER all information has been checked and verified. You are actually APPROVED for the loan and the only loose end is the appraisal on the property. This process takes anywhere from a few days to a few weeks depending on your situation. It’s VERY POWERFUL and a weapon I recommend all my clients have in their negotiating arsenal.\r\n\r\n2. Sell Your Property First, Then Buy the House\r\nIf you have a house to sell, sell it before selecting a house to buy! Contingency sales aren’t nearly as strong as one that comes in with a ready, willing and able buyer. Consider this scenario: You’ve found the perfect house – now you have to go make an offer to the seller. You want the seller to reduce the price and wait until you sell your house. The seller figures that this is a risky deal, since he might pass up a buyer who DOESN’T have to sell a house while he’s waiting for you. So he says OK, he’ll do the contingency but it has to be a full price offer! You have now paid more for the house than you could have because of the contingency, and you have to sell your existing house in a hurry! Otherwise you lose the house! So to sell quickly you might take an offer that’s lower than if you had more time. The bottom line is that buying before selling might cost you THOUSANDS of dollars.\r\n\r\nIf you’re concerned that there is not a house on the market for you, then go on a window-shopping trip. You can identify possible houses and locations without falling in love with a specific house. If you feel confident after that then put your house on the market.\r\n\r\nAnother tactic is to make the sale “subject to seller finding suitable housing”. Adding this phrase to the listing means that WHEN YOU DO FIND A BUYER, you will have some time to find the new place. If you don’t find anything to your liking, you don’t have to sell your present home.\r\n\r\n3. Play the Game of Nines\r\nBefore house hunting, make a list of things you want in the new place. Then make a list of the things you don’t want. You can use this list as a guide to rate each property that you see. The one with the biggest score wins! This helps avoid confusion and keeps things in perspective when you’re comparing dozens of homes.\r\n\r\nWhen house hunting, keep in mind the difference between “STYLE AND SUBSTANCE”. The SUBSTANCE are things that cannot be changed such as the location, view, size of lot, noise in the area, school district, and floor plan. The STYLE represents easily changed surface finishes like carpet, wallpaper, color, and window coverings. Buy the house with good SUBSTANCE, because the STYLE can always be changed to match your tastes. I always recommend that you imagine each house as if it were vacant.\r\n\r\nConsider each house on its underlying merits, not the seller’s decorating skills.\r\n\r\n4. Don’t Be Pushed Into Any House\r\nYour agent should show you everything available that meets your requirements. Don’t make a decision on a house until you feel that you’ve seen enough to pick the best one.\r\n\r\nA decade ago, homes were selling quickly, usually a few days after listing. In that kind of market, agents advised their clients to make an offer ON THE SPOT if they liked the house. That was good advice at the time. Today there isn’t always this urgency, unless a home is drastically underpriced, and you’ll know if it is.\r\n\r\nDon’t forget to check into the SCHOOL DISTRICTS of the area you’re considering. Information is available on every school; such as class sizes, % of students that go on to college, SAT scores, etc. You can get this information from this web site.\r\n\r\n5. Stop Calling Ads!\r\nPlease note – ads are sometimes created to make the phone ring! Many of the homes have some drawback that’s not mentioned in the ad, such as traffic noise, power lines, or litigation in the community. What’s not mentioned in the ad is usually more important than what is.\r\n\r\nFor this reason, I want you to be very careful when reading ads. Remember that the person writing the ad is representing the seller and not you! The most important thing you can do is have someone on your side looking out for your best interests. Your own agent will critique the property with an eye towards how well it meets your needs and will point out any drawbacks you should know about. So whether you decide to work with me or not, pick an agent you feel comfortable with and enlist the services of that agent as a buyer’s broker. Then you become a client with all the rights, benefits, and privileges created by this agency relationship, and you’re no longer just a shopper. Did you know that many homes are sold WITHOUT A SIGN ever going up or an AD EVER BEING PUT IN THE PAPER? These “great deals” go to those people who are committed to working with one agent. When an agent hears of a great buy, who do you think he’s going to call? His client, who he has a legal obligation to work hard for you, or someone who just called on the phone and said “keep your eyes open”? So to get the best buy on a property, I always recommend that you hire your own agent and stick with him or her.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"A Few Points About Interest Rates\" state=\"closed\"]\r\n\r\nLess is more!\r\nIf you’re new to investing or real estate and don’t know the first thing about interest rates, here’s a good tip: the higher the interest rate, the more expensive it’s going to be. High interest rates mean you will have to pay back more on the money you borrow. Another good rule of thumb is that affordability increases if you use an adjustable rate mortgage (it’s easier to qualify this way). Of course, there will be a wide range of prices that you can choose from, depending on what kind of financing you choose..\r\n\r\nNot even the Fed knows for sure\r\nThe Fed holds a considerable amount of power, but they can’t control everything. Mortgage interest rates are affected by many unpredictable political, economic and social events. So there is no guarantee what direction interest rates will go, despite the forecasts of the experts. Therefore, make your financial decision based on where things are today including your budget, your needs and your future plans.\r\n\r\nLocking in rates assures your lowest interest\r\nIf you do decide you want to lock in at a certain interest rate, you will need to complete a loan application and send it to your lender as soon as possible. This must be done so that your commitment doesn’t runout before your loan is approved. Follow up and be se sure that the lender is receiving all of the necessary documentation. Get a property appraisal, which usually costs about $300, through your loan agent as soon as possible.\r\n\r\nDon’t obsess and miss a good real estate deal\r\nAlthough rising interest rates can create more problems for home buyers, waiting and hoping for low rates is not necessarily a smart move. You may end up paying a higher price. Also, refinancing is always an option in the event that interest rates come down.\r\nVisit again soon! I have more information that you will need!\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Finding the Best Agent For You\" state=\"closed\"]\r\n\r\nFinding the right real estate professional requires doing a little research and asking a few questions. You need to know everything about the selling process. What is the marketing strategy? What kind of advertising will be done? Is the REALTOR® capable and willing to communicate effectively? Can the REALTOR® effectively present and sell the less-noticeable assets of the property?\r\n\r\nReal estate professionals also need to be knowledgeable about the community. They need to have a feel for the history of the area and the approximate price that people will be willing to pay. Also, real estate agents should know what the competition is and how much it will effect your sale.\r\n\r\nNEVER choose a REALTOR® on price alone. Remember that a REALTOR® cannot magically raise the selling price of the house. Consider the buyer. The purchaser won’t willingly pay too much; it’s most likely that he or she will do research on the market and try to find the best product for the best price. The facts simply cannot be changed, no matter which REALTOR® you select. In spite of these unchangeable factors, the REALTOR® you select must still be diligent and knowledgable.\r\n\r\nIf your property does not elicit attention within several weeks, the cause can most likely be attributed to one of these three factors: location, condition, and price. The location obviously cannot be changed. You should consider examining the conditioning of your property and reevaluating the marketing strategy. Ask your REALTOR® to offer an explanation of the competition and your pricing strategy.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How to Make Money in Real Estate Investing\" state=\"closed\"]\r\n\r\nLower Your Taxes\r\nTax incentives for real estate investors can often make the difference in your tax rates. Deductions for rental property can often be used to offset wage income. Tax breaks can often enable investors to turn a loss into a profit.\r\n\r\nFor which items can investors get tax breaks? You could claim deductions for actual costs you incur for financing, managing and operating the rental property. This includes mortgage interest payments, real estate taxes, insurance, maintenance, repairs, property management fees, travel, advertising, and utilities (assuming the tenant doesn’t pay them). These expenses can be subtracted from your adjusted gross income when determining your personal income taxes. Of course, these deductions cannot exceed the amount of real estate income you receive. In addition to deductions for operating costs, you can also receive breaks for depreciation. Buildings naturally deteriorate over time, and these “losses” can be deducted regardless of the actual market value of the property. Because depreciation is a non-cash expense — you are not actually spending any money — the tax code can get a bit tricky. For more information about depreciation and various tax alternatives, ask your tax advisor about Section 1031 of the U.S. Tax Code.\r\n\r\nHave a Positive Cash Flow\r\nThere are two kinds of positive cash flows: pre-tax and after-tax. A pre-tax positive cash flow occurs when income received is greater than expenses incurred. This sort of situation is difficult to find, but they are usually a strong and safe investment. An after-tax positive cash flow may have expenses that outweigh collected income, but various tax breaks allow for a positive cash flow. This is more common, but it is generally not as strong or safe as a pre-tax positive cash flow.\r\n\r\nRegardless of what kind of real estate you choose to invest in, timely collections from your tenants is absolutely necessary. A positive cash flow — whether it be pre-tax or after-tax — requires rental income. Be sure to find quality tenants; a thorough credit and employment check is probably a good idea.\r\n\r\nUse Leverage\r\nOne of the most important factors in determining a solid investment is the amount of equity you are purchasing. Equity is the difference between the actual worth of the property and the balanced owed on the mortgage.\r\n\r\nBenefit from Growing Equity\r\nWhile investing in real estate is relatively complex, it is often worth the extra work. When compared to other financial investments, like bonds or CD’s, the return on investment for real estate purchases can often be greater.\r\n\r\nThe key to real estate investing is equity. Determine an amount of equity that you want to achieve. When you reach your goal, it’s time to sell or refinance. Determining the proper amount of equity may require the assistance of a real estate professional.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Moving Tips\" state=\"closed\"]\r\n\r\nEasing the Transition to Your New Home\r\nUse the right boxes, and pack them carefully. Professional moving companies use only sturdy, reinforced cartons. The boxes you can get at your neighborhood supermarket or liquor store might be free, but they are not nearly as strong or padded, and so can’t shield your valuables as well from harm in transit.\r\n\r\nUse sheets, blankets, pillows and towels to separate pictures and other fragile objects from each other and the sides of the carton. Pack plates and glass objects vertically, rather than flat and stacked.\r\n\r\nBe sure to point out to your mover the boxes in which you’ve packed fragile items, especially if those items are exceptionally valuable. The mover will advise you whether those valuables need to be repacked in sturdier, more appropriate boxes.\r\n\r\nThe heavier the item, the smaller the box it should occupy. A good rule of thumb is if you can’t lift the carton easily, it’s too heavy. Label your boxes, especially the one containing sheets and towels, so you can find everything you need the first night in your new home.\r\n\r\nFor your family’s safety and comfort\r\nTeach your children your new address. Let them practice writing it on packed cartons. You can lighten your load and reduce any storage space you need to rent by hosting a garage or yard sale.\r\n\r\nFill two “OPEN ME FIRST” cartons containing snacks, instant coffee or tea bags, soap, toilet paper, toothpaste and brushes, medicine and toiletry items (make sure caps are tightly secured), flashlight, screwdriver, pliers, can opener, paper plates, cups and utensils, a pan or two, paper towels, and any other items your family can’t do without. Ask your van foreman to load one of these boxes, so that it will be unloaded at your new home first. Why the second box? In case the movers are delayed getting to your house on the day of the move.\r\n\r\nKeep your pets out of packing boxes and away from all the activity on moving day.\r\n\r\nLet all your electrical gadgets return to room temperature before plugging them in.\r\n\r\nSince you may need to call old neighbors or businesses from your new home, pack your phone book.\r\n\r\nWork hand in hand with your mover\r\nGive the mover’s foreman your reach numbers and email addresses so you can stay in contact.\r\n\r\nRead the inventory form carefully, and ask the mover to explain anything you don’t understand. Make a note of your shipment’s registration number, and keep your Bill of Lading handy.\r\n\r\nIf you’re moving long distance, be aware that your property might share a truck with that of several other households. For this reason, your mover might have to warehouse your furniture and belongings for several days. Therefore, ask your mover whether your goods will remain on the truck until delivered. If they have to be stored, ask whether you can check the warehouse for security, organization and cleanliness.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"7 Selling Mistakes You Don’t Want to Make!\" state=\"closed\"]\r\n\r\nMistake #1 — Pricing Your Property Too High\r\nEvery seller obviously wants to get the most money for his or her product. Ironically, the best way to do this is NOT to list your product at an excessively high price! A high listing price will cause some prospective buyers to lose interest before even seeing your property. Also, it may lead other buyers to expect more than what you have to offer. As a result, overpriced properties tend to take an unusually long time to sell, and they end up being sold at a lower price.\r\n\r\nMistake #2 — Mistaking Re-finance Appraisals for the Market Value\r\nUnfortunately, a re-finance appraisal may have been stated at an untruthfully high price. Often, lenders estimate the value of your property to be higher than it actually is in order to encourage re-financing. The market value of your home could actually be lower. Your best bet is to ask your REALTOR® for the most recent information regarding property sales in your community. This will give you an up-to-date and factually accurate estimate of your property value.\r\n\r\nMistake #3 — Forgetting to “Showcase Your Home”\r\nIn spite of how frequently this mistake is addressed and how simple it is to avoid, its prevalence is still widespread. When attempting to sell your home to prospective buyers, do not forget to make your home look as pleasant as possible. Make necessary repairs. Clean. Make sure everything functions and looks presentable. A poorly kept home in need of repairs will surely lower the selling price of your property and will even turn away some buyers.\r\n\r\nMistake #4 — Trying to “Hard Sell” While Showing\r\nBuying a house is always an emotional and difficult decision. As a result, you should try to allow prospective buyers to comfortably examine your property. Don’t try haggling or forcefully selling. Instead, be friendly and hospitable. A good idea would be to point out any subtle amenities and be receptive to questions.\r\n\r\nMistake #5 — Trying to Sell to “Looky-Loos”\r\nA prospective buyer who shows interest because of a “for sale” sign he saw may not really be interested in your property. Often buyers who do not come through a REALTOR® are a good 6-9 months away from buying, and they are more interested in seeing what is out there than in actually making a purchase. They may still have to sell their house, or may not be able to afford a house yet. They may still even be unsure as to whether or not they want to relocate.\r\n\r\nYour REALTOR® should be able to distinguish realistic potential buyers from mere lookers. REALTOR®s should usually find out a prospective buyer’s savings, credit rating, and purchasing power in general. If your REALTOR® fails to find out this pertinent information, you should do some investigating and questioning on your own. This will help you avoid wasting valuable time marketing towards the wrong people. If you have to do this work yourself, consider finding a new REALTOR®.\r\n\r\nMistake #6 — Not Knowing Your Rights & Responsibilities\r\nIt is extremely important that you are well-informed of the details in your real estate contract. Real estate contracts are legally binding documents, and they can often be complex and confusing. Not being aware of the terms in your contract could cost you thousands for repairs and inspections. Know what you are responsible for before signing the contract. Can the property be sold “as is”? How will deed restrictions and local zoning laws will affect your transaction? Not knowing the answers to these kind of questions could end up costing you a considerable amount of money.\r\n\r\nMistake #7 — Limiting the Marketing and Advertising of the Property\r\nYour REALTOR® should employ a wide variety of marketing techniques. Your REALTOR® should also be committed to selling your property; he or she should be available for every phone call from a prospective buyer. Most calls are received, and open houses are scheduled, during business hours, so make sure that your REALTOR® is working on selling your home during these hours. Chances are that you have a job, too, so you may not be able to get in touch with many potential buyers.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Buyer\'s Report', '', 'inherit', 'closed', 'closed', '', '3817-revision-v1', '', '', '2016-02-14 20:59:36', '2016-02-14 20:59:36', '', 3817, 'http://denverheirlooms.com/2016/02/14/3817-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3820, 4, '2016-02-14 21:01:17', '2016-02-14 21:01:17', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">As real estate professionals, it’s our job to make the real estate buying and selling process as easy as possible for everyone involved. That means providing quality information that can benefit you immediately. We care about this community and whether you’re buying or selling. We want to share some important information with you that will help you in your next move.</p>\n\nThe following reports will not only SAVE you money, but can make you money in real estate!\n\nPlease let us know if we may be of any further assistance!\n\n[symple_toggle title=\"10 Important Tips to Successful Real Estate Investing\" state=\"closed\"]\n\nWhen it comes to investing, everybody has certain goals and aspirations. However, we have found that there are certain guidelines every aspiring real estate investor needs to know:\n\n1. Compare Property Values and Rents\nFinancial statistics only go so far; the best measure of a property’s market value is often the sale prices of nearby properties. The same holds true for area rents. A low price can often be justified by a reasonable rent; renters who can afford a high rent can afford to buy instead, so reasonably priced rent is a need.\n\n2. Be careful – Tax laws may change\nDon’t base your tax investment on current tax laws. The tax code is constantly changing, and a good investment is a good investment regardless of the tax code. The right property with the right financing is what you should look for as an investor.\n\n3. Specialize in something you Know\nStart in a market segment you know. Whether you focus on fixer-uppers, foreclosures, starter homes, low-down payment properties, condominiums, or small apartment buildings, you’ll benefit from experience by specializing in one aspect of investment real estate properties.\n\n4. Know the Costs going in!\nKnow the financial statements inside out. What are operating expenses? What are loan payments? Vacancy costs? Taxes? What does the cash flow statement look like? These are key issues that must be addressed before making a solid investment.\n\n5. Know where your tenants are coming from\nIf the last rent increase was recent, your tenants may be considering a move. If tenants have a short-term lease, they may be living there simply to attract unsuspecting buyers. It is also important to collect the tenants’ security deposits at closing.\n\n6. Assess the tax situation\nTaxes are an integral part of successful real estate investing, and They often make the difference between a positive cash flow and a negative one. Know the tax situation, and see how it can be manipulated to your advantage. It may be a good idea to consult a tax advisor.\n\n7. Investigate insurance coverage\nIf seller’s coverage is based on lower-than-current replacement value, your insurance cost may increase when you pay a higher purchase price.\n\n8. Confirm Utility Costs\nAsk the local utilities to verify recent utility expenses, especially if any of these costs are included in your tenant’s rent.\n\n9. Consult Your Accountant\nTaxation is a key element of successful real estate investing, so be sure to find an accountant who is well-versed with the constantly evolving tax code.\n\n10. Inspect!\nMake sure that you always perform a thorough inspection of the property before buying it. Never, ever buy any property without at least examining the site. In some cases, hiring professional inspectors to examine the structural mechanical system may be a sound investment.\n\n[/symple_toggle]\n\n[symple_toggle title=\"5 Powerful Buying Strategies\" state=\"closed\"]\n\n1. Get “Pre-Approved” – Not “Pre-Qualified!”\nDo you want to get the best property you can for the least amount of money? Then make sure you are in the strongest negotiating position possible. Price is only one element in the negotiations, and not necessarily the most important one. Often other terms, such as the strength of the buyer or the length of escrow, are critical to a seller.\n\nIn years past, I always recommended that buyers get “pre-qualified” by a lender. This means that you spend a few minutes on the phone with a lender who asks you a few questions. Based on the answers, the lender pronounces you “pre-qualified” and issues a certificate that you can show to a seller. Sellers are aware that such certificates are WORTHLESS, and here’s why! None of the information has been verified!\n\nMany times unknown problems can come to the surface! Some of the problems I’ve seen include recorded judgments, alimony payments due, glitches on the credit report due to any number of reasons both accurately and inaccurately, down payments that have not been in the clients’ bank account long enough, etc.\n\nSo the way to make the strongest offer today is to get “pre-approved”. This happens AFTER all information has been checked and verified. You are actually APPROVED for the loan and the only loose end is the appraisal on the property. This process takes anywhere from a few days to a few weeks depending on your situation. It’s VERY POWERFUL and a weapon I recommend all my clients have in their negotiating arsenal.\n\n2. Sell Your Property First, Then Buy the House\nIf you have a house to sell, sell it before selecting a house to buy! Contingency sales aren’t nearly as strong as one that comes in with a ready, willing and able buyer. Consider this scenario: You’ve found the perfect house – now you have to go make an offer to the seller. You want the seller to reduce the price and wait until you sell your house. The seller figures that this is a risky deal, since he might pass up a buyer who DOESN’T have to sell a house while he’s waiting for you. So he says OK, he’ll do the contingency but it has to be a full price offer! You have now paid more for the house than you could have because of the contingency, and you have to sell your existing house in a hurry! Otherwise you lose the house! So to sell quickly you might take an offer that’s lower than if you had more time. The bottom line is that buying before selling might cost you THOUSANDS of dollars.\n\nIf you’re concerned that there is not a house on the market for you, then go on a window-shopping trip. You can identify possible houses and locations without falling in love with a specific house. If you feel confident after that then put your house on the market.\n\nAnother tactic is to make the sale “subject to seller finding suitable housing”. Adding this phrase to the listing means that WHEN YOU DO FIND A BUYER, you will have some time to find the new place. If you don’t find anything to your liking, you don’t have to sell your present home.\n\n3. Play the Game of Nines\nBefore house hunting, make a list of things you want in the new place. Then make a list of the things you don’t want. You can use this list as a guide to rate each property that you see. The one with the biggest score wins! This helps avoid confusion and keeps things in perspective when you’re comparing dozens of homes.\n\nWhen house hunting, keep in mind the difference between “STYLE AND SUBSTANCE”. The SUBSTANCE are things that cannot be changed such as the location, view, size of lot, noise in the area, school district, and floor plan. The STYLE represents easily changed surface finishes like carpet, wallpaper, color, and window coverings. Buy the house with good SUBSTANCE, because the STYLE can always be changed to match your tastes. I always recommend that you imagine each house as if it were vacant.\n\nConsider each house on its underlying merits, not the seller’s decorating skills.\n\n4. Don’t Be Pushed Into Any House\nYour agent should show you everything available that meets your requirements. Don’t make a decision on a house until you feel that you’ve seen enough to pick the best one.\n\nA decade ago, homes were selling quickly, usually a few days after listing. In that kind of market, agents advised their clients to make an offer ON THE SPOT if they liked the house. That was good advice at the time. Today there isn’t always this urgency, unless a home is drastically underpriced, and you’ll know if it is.\n\nDon’t forget to check into the SCHOOL DISTRICTS of the area you’re considering. Information is available on every school; such as class sizes, % of students that go on to college, SAT scores, etc. You can get this information from this web site.\n\n5. Stop Calling Ads!\nPlease note – ads are sometimes created to make the phone ring! Many of the homes have some drawback that’s not mentioned in the ad, such as traffic noise, power lines, or litigation in the community. What’s not mentioned in the ad is usually more important than what is.\n\nFor this reason, I want you to be very careful when reading ads. Remember that the person writing the ad is representing the seller and not you! The most important thing you can do is have someone on your side looking out for your best interests. Your own agent will critique the property with an eye towards how well it meets your needs and will point out any drawbacks you should know about. So whether you decide to work with me or not, pick an agent you feel comfortable with and enlist the services of that agent as a buyer’s broker. Then you become a client with all the rights, benefits, and privileges created by this agency relationship, and you’re no longer just a shopper. Did you know that many homes are sold WITHOUT A SIGN ever going up or an AD EVER BEING PUT IN THE PAPER? These “great deals” go to those people who are committed to working with one agent. When an agent hears of a great buy, who do you think he’s going to call? His client, who he has a legal obligation to work hard for you, or someone who just called on the phone and said “keep your eyes open”? So to get the best buy on a property, I always recommend that you hire your own agent and stick with him or her.\n\n[/symple_toggle]\n\n[symple_toggle title=\"A Few Points About Interest Rates\" state=\"closed\"]\n\nLess is more!\nIf you’re new to investing or real estate and don’t know the first thing about interest rates, here’s a good tip: the higher the interest rate, the more expensive it’s going to be. High interest rates mean you will have to pay back more on the money you borrow. Another good rule of thumb is that affordability increases if you use an adjustable rate mortgage (it’s easier to qualify this way). Of course, there will be a wide range of prices that you can choose from, depending on what kind of financing you choose..\n\nNot even the Fed knows for sure\nThe Fed holds a considerable amount of power, but they can’t control everything. Mortgage interest rates are affected by many unpredictable political, economic and social events. So there is no guarantee what direction interest rates will go, despite the forecasts of the experts. Therefore, make your financial decision based on where things are today including your budget, your needs and your future plans.\n\nLocking in rates assures your lowest interest\nIf you do decide you want to lock in at a certain interest rate, you will need to complete a loan application and send it to your lender as soon as possible. This must be done so that your commitment doesn’t runout before your loan is approved. Follow up and be se sure that the lender is receiving all of the necessary documentation. Get a property appraisal, which usually costs about $300, through your loan agent as soon as possible.\n\nDon’t obsess and miss a good real estate deal\nAlthough rising interest rates can create more problems for home buyers, waiting and hoping for low rates is not necessarily a smart move. You may end up paying a higher price. Also, refinancing is always an option in the event that interest rates come down.\nVisit again soon! I have more information that you will need!\n\n[/symple_toggle]\n\n[symple_toggle title=\"Finding the Best Agent For You\" state=\"closed\"]\n\nFinding the right real estate professional requires doing a little research and asking a few questions. You need to know everything about the selling process. What is the marketing strategy? What kind of advertising will be done? Is the REALTOR® capable and willing to communicate effectively? Can the REALTOR® effectively present and sell the less-noticeable assets of the property?\n\nReal estate professionals also need to be knowledgeable about the community. They need to have a feel for the history of the area and the approximate price that people will be willing to pay. Also, real estate agents should know what the competition is and how much it will effect your sale.\n\nNEVER choose a REALTOR® on price alone. Remember that a REALTOR® cannot magically raise the selling price of the house. Consider the buyer. The purchaser won’t willingly pay too much; it’s most likely that he or she will do research on the market and try to find the best product for the best price. The facts simply cannot be changed, no matter which REALTOR® you select. In spite of these unchangeable factors, the REALTOR® you select must still be diligent and knowledgable.\n\nIf your property does not elicit attention within several weeks, the cause can most likely be attributed to one of these three factors: location, condition, and price. The location obviously cannot be changed. You should consider examining the conditioning of your property and reevaluating the marketing strategy. Ask your REALTOR® to offer an explanation of the competition and your pricing strategy.\n\n[/symple_toggle]\n\n[symple_toggle title=\"How to Make Money in Real Estate Investing\" state=\"closed\"]\n\nLower Your Taxes\nTax incentives for real estate investors can often make the difference in your tax rates. Deductions for rental property can often be used to offset wage income. Tax breaks can often enable investors to turn a loss into a profit.\n\nFor which items can investors get tax breaks? You could claim deductions for actual costs you incur for financing, managing and operating the rental property. This includes mortgage interest payments, real estate taxes, insurance, maintenance, repairs, property management fees, travel, advertising, and utilities (assuming the tenant doesn’t pay them). These expenses can be subtracted from your adjusted gross income when determining your personal income taxes. Of course, these deductions cannot exceed the amount of real estate income you receive. In addition to deductions for operating costs, you can also receive breaks for depreciation. Buildings naturally deteriorate over time, and these “losses” can be deducted regardless of the actual market value of the property. Because depreciation is a non-cash expense — you are not actually spending any money — the tax code can get a bit tricky. For more information about depreciation and various tax alternatives, ask your tax advisor about Section 1031 of the U.S. Tax Code.\n\nHave a Positive Cash Flow\nThere are two kinds of positive cash flows: pre-tax and after-tax. A pre-tax positive cash flow occurs when income received is greater than expenses incurred. This sort of situation is difficult to find, but they are usually a strong and safe investment. An after-tax positive cash flow may have expenses that outweigh collected income, but various tax breaks allow for a positive cash flow. This is more common, but it is generally not as strong or safe as a pre-tax positive cash flow.\n\nRegardless of what kind of real estate you choose to invest in, timely collections from your tenants is absolutely necessary. A positive cash flow — whether it be pre-tax or after-tax — requires rental income. Be sure to find quality tenants; a thorough credit and employment check is probably a good idea.\n\nUse Leverage\nOne of the most important factors in determining a solid investment is the amount of equity you are purchasing. Equity is the difference between the actual worth of the property and the balanced owed on the mortgage.\n\nBenefit from Growing Equity\nWhile investing in real estate is relatively complex, it is often worth the extra work. When compared to other financial investments, like bonds or CD’s, the return on investment for real estate purchases can often be greater.\n\nThe key to real estate investing is equity. Determine an amount of equity that you want to achieve. When you reach your goal, it’s time to sell or refinance. Determining the proper amount of equity may require the assistance of a real estate professional.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Moving Tips\" state=\"closed\"]\n\nEasing the Transition to Your New Home\nUse the right boxes, and pack them carefully. Professional moving companies use only sturdy, reinforced cartons. The boxes you can get at your neighborhood supermarket or liquor store might be free, but they are not nearly as strong or padded, and so can’t shield your valuables as well from harm in transit.\n\nUse sheets, blankets, pillows and towels to separate pictures and other fragile objects from each other and the sides of the carton. Pack plates and glass objects vertically, rather than flat and stacked.\n\nBe sure to point out to your mover the boxes in which you’ve packed fragile items, especially if those items are exceptionally valuable. The mover will advise you whether those valuables need to be repacked in sturdier, more appropriate boxes.\n\nThe heavier the item, the smaller the box it should occupy. A good rule of thumb is if you can’t lift the carton easily, it’s too heavy. Label your boxes, especially the one containing sheets and towels, so you can find everything you need the first night in your new home.\n\nFor your family’s safety and comfort\nTeach your children your new address. Let them practice writing it on packed cartons. You can lighten your load and reduce any storage space you need to rent by hosting a garage or yard sale.\n\nFill two “OPEN ME FIRST” cartons containing snacks, instant coffee or tea bags, soap, toilet paper, toothpaste and brushes, medicine and toiletry items (make sure caps are tightly secured), flashlight, screwdriver, pliers, can opener, paper plates, cups and utensils, a pan or two, paper towels, and any other items your family can’t do without. Ask your van foreman to load one of these boxes, so that it will be unloaded at your new home first. Why the second box? In case the movers are delayed getting to your house on the day of the move.\n\nKeep your pets out of packing boxes and away from all the activity on moving day.\n\nLet all your electrical gadgets return to room temperature before plugging them in.\n\nSince you may need to call old neighbors or businesses from your new home, pack your phone book.\n\nWork hand in hand with your mover\nGive the mover’s foreman your reach numbers and email addresses so you can stay in contact.\n\nRead the inventory form carefully, and ask the mover to explain anything you don’t understand. Make a note of your shipment’s registration number, and keep your Bill of Lading handy.\n\nIf you’re moving long distance, be aware that your property might share a truck with that of several other households. For this reason, your mover might have to warehouse your furniture and belongings for several days. Therefore, ask your mover whether your goods will remain on the truck until delivered. If they have to be stored, ask whether you can check the warehouse for security, organization and cleanliness.\n\n[/symple_toggle]\n\n[symple_toggle title=\"7 Selling Mistakes You Don’t Want to Make!\" state=\"closed\"]\n\nMistake #1 — Pricing Your Property Too High\nEvery seller obviously wants to get the most money for his or her product. Ironically, the best way to do this is NOT to list your product at an excessively high price! A high listing price will cause some prospective buyers to lose interest before even seeing your property. Also, it may lead other buyers to expect more than what you have to offer. As a result, overpriced properties tend to take an unusually long time to sell, and they end up being sold at a lower price.\n\nMistake #2 — Mistaking Re-finance Appraisals for the Market Value\nUnfortunately, a re-finance appraisal may have been stated at an untruthfully high price. Often, lenders estimate the value of your property to be higher than it actually is in order to encourage re-financing. The market value of your home could actually be lower. Your best bet is to ask your REALTOR® for the most recent information regarding property sales in your community. This will give you an up-to-date and factually accurate estimate of your property value.\n\nMistake #3 — Forgetting to “Showcase Your Home”\nIn spite of how frequently this mistake is addressed and how simple it is to avoid, its prevalence is still widespread. When attempting to sell your home to prospective buyers, do not forget to make your home look as pleasant as possible. Make necessary repairs. Clean. Make sure everything functions and looks presentable. A poorly kept home in need of repairs will surely lower the selling price of your property and will even turn away some buyers.\n\nMistake #4 — Trying to “Hard Sell” While Showing\nBuying a house is always an emotional and difficult decision. As a result, you should try to allow prospective buyers to comfortably examine your property. Don’t try haggling or forcefully selling. Instead, be friendly and hospitable. A good idea would be to point out any subtle amenities and be receptive to questions.\n\nMistake #5 — Trying to Sell to “Looky-Loos”\nA prospective buyer who shows interest because of a “for sale” sign he saw may not really be interested in your property. Often buyers who do not come through a REALTOR® are a good 6-9 months away from buying, and they are more interested in seeing what is out there than in actually making a purchase. They may still have to sell their house, or may not be able to afford a house yet. They may still even be unsure as to whether or not they want to relocate.\n\nYour REALTOR® should be able to distinguish realistic potential buyers from mere lookers. REALTOR®s should usually find out a prospective buyer’s savings, credit rating, and purchasing power in general. If your REALTOR® fails to find out this pertinent information, you should do some investigating and questioning on your own. This will help you avoid wasting valuable time marketing towards the wrong people. If you have to do this work yourself, consider finding a new REALTOR®.\n\nMistake #6 — Not Knowing Your Rights & Responsibilities\nIt is extremely important that you are well-informed of the details in your real estate contract. Real estate contracts are legally binding documents, and they can often be complex and confusing. Not being aware of the terms in your contract could cost you thousands for repairs and inspections. Know what you are responsible for before signing the contract. Can the property be sold “as is”? How will deed restrictions and local zoning laws will affect your transaction? Not knowing the answers to these kind of questions could end up costing you a considerable amount of money.\n\nMistake #7 — Limiting the Marketing and Advertising of the Property\nYour REALTOR® should employ a wide variety of marketing techniques. Your REALTOR® should also be committed to selling your property; he or she should be available for every phone call from a prospective buyer. Most calls are received, and open houses are scheduled, during business hours, so make sure that your REALTOR® is working on selling your home during these hours. Chances are that you have a job, too, so you may not be able to get in touch with many potential buyers.\n\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Buyers Report Page', '', 'publish', 'closed', 'closed', '', 'buyers-report-page', '', '', '2016-02-14 21:01:17', '2016-02-14 21:01:17', '', 0, 'http://denverheirlooms.com/templatera/buyers-report-page/', 0, 'templatera', '', 0),
(3821, 4, '2016-02-14 21:03:26', '2016-02-14 21:03:26', '[vc_row][vc_column][vc_column_text][symple_toggle title=\"Top 10 Signs That You Are Ready to Buy a Home\" state=\"closed\"]\r\n\r\n10. You’re ready to stop paying your landlord’s mortgage payment, and start building wealth of your own.\r\n\r\n9. You could use the property tax and mortgage interest deductions.\r\n\r\n8. You want a vested interest in your community.\r\n\r\n7. It’s mid-August and you can no longer tolerate waiting for your landlord to send someone to fix your air conditioner.\r\n\r\n6. You are working at a job where you won’t leave the country every other year.\r\n\r\n5. You want to provide your family with a sense of stability and plant roots.\r\n\r\n4. There are more than twice as many people as bedrooms in your current residence.\r\n\r\n3. You want to paint the walls of your bedroom any color you please.\r\n\r\n2. You are tired of saving all your quarters for the laundromat.\r\n\r\n1. When you say you are “going home,” you want to really mean it!\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"10 Steps to Buying a Home\" state=\"closed\"]\r\n\r\nSTEP 1 – DEFINE NEEDS FOR YOUR NEW HOME\r\n\r\nCongratulations on your decision to purchase a new home! Your first step toward buying your new home will be to analyze your needs. Your real estate agent can help you determine exactly what you want your new home to look like and how it should function for you and your family.\r\n\r\nFirst, write down why you are looking for a new home. For example, are you currently renting and would like to begin building equity? Maybe you recently married and have outgrown your current residence. Or, maybe you received promotion that requires you to move to a new city. These factors will all have a bearing on how you approach your home search.\r\n\r\nSecond, establish a time frame for buying your home. Depending on your reasons for wanting a new property and the current state of the market in the area you are looking to buy, you should be able to come up with a rough guideline.\r\n\r\nFinally, you probably have a mental picture of what your dream house looks like. Turn these ideas into two lists: one should describe your dream home and the other should list features that are absolute must haves. In a perfect world, your new home would fulfill both lists 100 percent, but it is more likely the two lists will turn into a list of priorities, as you get clearer about what you want and what is available.\r\n\r\nSTEP 2 – PRE-APPROVAL VS. PRE-QUALIFICATION\r\n\r\nNow that you know what you want in a home, you need to find out what you can afford. There are two ways to go about this: prequalification or pre-approval for a loan. Either way, you can contact your agent about choosing a mortgage company. Prequalification is the simpler of the two processes. It can even be done online or over the phone. When you contact a mortgage company, they will ask you for some basic information about your finances ? how much money you earn, your debt load, etc. They will take this information and give you a rough estimate of how much of a loan you might qualify for.\r\n\r\nPre-approval is more a more in-depth process. The lender will perform an extensive check of your finances including your credit rating, whether or not you’re a first-time buyer, what your debt load is, how much money you have to put as a down payment, etc. This figure will be a much more reliable estimate of what you can afford.\r\n\r\nIn most markets, pre-approved buyers are preferred over those that are merely pre-qualified. Being pre-approved lets the seller know you have gone through an extensive financial background check and there should be no unexpected obstacles to you buying their home.\r\n\r\nSTEP 3 – NEIGHBORHOOD INFORMATION\r\n\r\nNow that you have your list of needs and wants and know how much you can afford to spend, it’s time to look at some houses, right?! Well, don’t forget, people don’t just buy a house; they buy the neighborhood the house is in. Think about that…if you found the perfect house but it was in a neighborhood that was not to your liking, would you make an offer on it?\r\n\r\nYou will need to make another list for the type of area you want to invest in. Consider things like drive time to work and major destinations, amenities such as swimming pools, tennis courts, parking, etc., area schools and the demographics of the surrounding area.\r\n\r\nSTEP 4 – HOME SEARCH\r\n\r\nAt this point you will have a good idea of what you can afford and the type of area you will want to invest in. Taking that information into consideration, you are ready to embark on your home search. If you don’t know much about the city to which you are moving, you will want to start by finding areas that meet your criteria and then narrowing your search to particular properties in those areas.\r\n\r\nThere are a few ways to go about this. Possibly the most efficient way to find homes is to allow your real estate agent to keep you up-to-date on available properties that meet your criteria, and then allow your agent to screen them for you. When your agent presents you with a home that interests you, he or she can arrange for you to tour it at your convenience.\r\n\r\nYou can find available homes by reading local real estate publications, contacting local Neighborhood Associations, visiting the local Chamber of Commerce, looking on the Internet, or driving through neighborhoods that meet your needs. Driving around a particular area looking for a home that is for sale is good because you can actually see the house, but it can be very time consuming and very “hit or miss.”\r\n\r\nSTEP 5 – MAKE AN OFFER\r\n\r\nNow that you’ve found your dream home, it’s time to make an offer. Your real estate agent will help you determine the offer price by reviewing recent sales of homes that are similar in size, quality, and conveniences and amenities. Your real estate agent will advise you on how to create an offer that will have the best chance of being accepted.\r\n\r\nAfter consultation with you, your agent will create a written contract with your offer that meets all the local and national legal requirements. This document details what needs to be done by both parties to execute the transaction. It should protect the interests of both parties and will ensure your financial position as the buyer.\r\n\r\nThe contract should include, but is not limited to, the following:\r\n\r\nLegal description of the home\r\nOffer price\r\nDown payment\r\nFinancial arrangements\r\nList of fees and who will pay them\r\nAmount of the deposit\r\nInspection rights and possible repair allowances\r\nAppliances and furnishings that will stay with the property\r\nSettlement date\r\nContingencies\r\n\r\nRemember the legalities of this phase are very important. If you have any questions or concerns, be certain to address them with your real estate agent right away.\r\n\r\nSTEP 6 – NEGOTIATING TO BUY\r\n\r\nOnce your offer is made you may need to negotiate with the seller to reach an agreement. Keep in mind almost everything is negotiable when you are buying a house. This can give you a great deal of leverage in the buying process, that is, if you have adequate information and you use it in an appropriate manner.\r\n\r\nSome things you may negotiate:\r\n* Price\r\n* Financing\r\n* Closing costs\r\n* Repairs\r\n* Appliances and fixtures\r\n* Landscaping\r\n* Painting\r\n* Occupancy time frame\r\n\r\nCounter offers happen frequently. Remain in close contact with your real estate agent so you can quickly review any changes from the seller. Remember…bargaining is not a winner-take-all deal. It is a business process that involves compromise and mutual respect.\r\n\r\nSTEP 7 – SERVICE PROVIDER COORDINATION\r\n\r\nAfter your offer is accepted, your agent will help you coordinate the activities of service providers and serve as your advocate when working with them. Your agent will make sure these vendors have access to the property to perform their procedures and will oversee the execution of those procedures on your behalf.\r\n\r\nOne service you may need is a home examination. An inspection of the property, the foundation, and the surrounding environmental may be needed to make sure the property meets the standards set forth in your written agreement. If there are issues or inconsistencies brought to light during this time, it may delay or even nullify the contract.\r\n\r\nInsurance is another item that will need to be taken care of. Experts recommend you obtain title insurance equal to the full replacement value of the home. This kind of insurance is purchased at closing and protects the buyers in the unlikely event that the title to the property becomes invalid. Homeowners insurance protects against theft, fire and liabilities. It often includes things such as bicycles, furniture and jewelry. Flood insurance is generally only necessary for flood-prone areas. The federal government issues this kind of insurance.\r\n\r\nIn addition to aforementioned types of insurance, you may want additional assurance for your new home. Home warranties are one way to protect yourself after you buy. Warranties for new homes protect against plumbing, wiring and structural defects. Existing home warranties cover things like major appliances and structural problems.\r\n\r\nHaving these procedures done in a timely and professional manner is a must. Investigate each service provider to make sure they are reputable and have a clean operational history. Your agent’s experience in this area will be invaluable.\r\n\r\nSTEP 8 – BEFORE YOU CLOSE\r\n\r\nAs the closing date (otherwise known as settlement or escrow) draws near you will need to be in contact with the escrow company or closing attorney and your lender to make sure all necessary documents are being prepared and will be delivered to the correct location on the appropriate date. Find out what form of payment you will need to bring to the closing for any unpaid fees. Make sure that your payment is made out to the appropriate party.\r\n\r\nThese days, buyers and sellers don’t even have to be in the same room to close a deal. Thanks to computer automation, signed paperwork can be delivered overnight to both parties.\r\n\r\nSTEP 9 – CLOSING ON A HOME\r\n\r\nClosing is where ownership of the home is legally transferred from the seller to the buyer. It is a formal meeting that most parties involved in the process will attend. Closing procedures are usually held at the title company’s or lawyer’s office. Your closing officer coordinates the document signing and the collection and disbursement of funds.\r\n\r\nIn order for the closing to go smoothly, each party involved should bring the necessary documentation and be prepared to pay any related fees (closing costs). There may be more than one form of acceptable payment for your closing costs so ask the closing officer which form of payment will be required and to whom it should be paid.\r\n\r\nSellers sometimes pay for a portion or all of the closing costs, depending on local market conditions, terms of the purchase contract, and the seller’s cash and timing considerations. Any such concessions should be acknowledged in writing. Most lenders will allow a credit from the seller to the buyer for the non-recurring closing costs. However, they usually won’t allow a credit that reduces the amount of the buyer’s down payment or any of the buyer’s recurring costs, such as expenses for fire insurance premiums, private mortgage insurance (PMI) or property taxes.\r\n\r\nSTEP 10 – POST-CLOSING\r\n\r\nCongratulations on the purchase of your new home!\r\n\r\nNow that you have taken ownership of it you will need to have your electricity, cable and phone set up. Also be aware of typical homeowner expenses such as Neighborhood Association fees, landscaping costs, and annual taxes and budget for them accordingly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Questions to Ask Your REALTOR®\" state=\"closed\"]\r\n\r\n1. Are you a full-time professional Realtor®? How long have you worked full time in real estate? How long have you been representing buyers? What professional designations do you have?\r\nKnowing whether or not your agent practices full time can help you determine potential scheduling conflicts and his or her commitment to your transaction. As with any profession, the number of years a person has been in the business does not necessarily reflect the level of service you can expect, but it is a good starting point for your discussion. The same issue can apply to professional designations.\r\n\r\n2. Do you have a personal assistant, team or staff to handle different parts of the purchase? What are their names and how will each of them help me in my transaction? How do I communicate with them?\r\nIt is not uncommon for agents who sell a lot of houses to hire people to work with them. They typically work on a referral basis, and, as their businesses grow, they must be able to deliver the same or higher quality service to more people.\r\n\r\nYou may want to know who on the team will take part in your transaction, and what role each person will play. You may even want to meet the other team members before you decide to work with the team. If you have a question about fees on your closing statement, who would handle that? Who will show up to your closing?\r\n\r\n3. Do you have a Website that will provide me with useful information? Can I have your URL address? Who responds to emails and how quickly? What’s your email address?\r\nMany homebuyers prefer to search online for homes because it’s available 24 hours a day and you can do it in the privacy of your own home. By searching your real estate agent’s Website you will get a clear picture of how much work you would be able to accomplish online.\r\n\r\n4. Will you show me properties from other companies’ listings?\r\nSome real estate companies do offer their buyers’ agents a higher commission if they are able to sell “in-house” listings. In such circumstances, there can be added incentive to limit the range of homes you are shown. This may impact your home search and how much your buyer agent’s fee will be.\r\n\r\n5. Will you represent me or will you represent the seller? May I have that in writing? How will you represent me, and what is the direct benefit of having you represent me?\r\nThe goal here is to ascertain to whom the real estate agent has legal fiduciary obligation, which may vary from state to state or even locale to locale. In the past, agents always worked for sellers. Then the listing broker was responsible for paying the agent or sub-agent that brought a suitable buyer for the home. And even though the buyer worked ‘with’ an agent, the agent still represented and owed their fiduciary duty to the seller.\r\n\r\nAlthough seller agencies still exists in certain areas, agents today almost always have a sense of moral obligation to buyers. Find out what is common in your area and understand what kind of agent you have before you begin to work with them.\r\n\r\n6. How will you get paid? How are your fees structured? May I have that in writing?\r\nIn many areas, the seller pays all agent commissions. Sometimes, agents will have other small fees, such as administrative or special service fees, that are charged to clients, regardless of whether they are buying or selling. Be aware of the big picture before you sign any agreements. Ask for an estimate of buyer costs from any agent you contemplate employing.\r\n\r\n7. What distinguishes you from other real estate agents? What is your negotiating style and how does it differ from others? What geographic areas do you specialize in?\r\nEach agent has unique methods of overcoming obstacles and negotiating deals. The most important thing is to make sure your agent is an effective advocate for you.\r\n\r\n8. Will you give me names of past clients?\r\nInterviewing an agent can be similar to interviewing someone to work in your office. Contacting references can be a reliable way for you to understand how he or she works, and whether or not this style is compatible with your own.\r\n\r\n9. Do you have a performance guarantee? If I am not satisfied with your performance, can I terminate our Buyer Agency Agreement?\r\nIn the heavily regulated world of real estate, it can be difficult for an agent to offer a performance guarantee. If your agent does not have a guarantee, it does not mean they are not committed to high standards. Typically, he or she will verbally outline what you can expect from their performance. New Era Realty understands the importance of win-win business relationships: the agent does not benefit if the client does not also benefit.\r\n\r\n10. How will you keep in contact with me during the buying process?\r\nSome agents may email, fax or call you daily to tell you about properties that meet your criteria, while others will keep in touch weekly. Asking this question can help you to reconcile your needs with your agent’s systems.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Should You Work With a Buyer’s Agent?…A Seller’s Agent?\" state=\"closed\"]\r\n\r\nIn the past, real estate agents always represented the seller, whether the agent helped a seller to market and sell a home or helped a buyer find and purchase a home. In other words, agents were at one time legally bound to represent the seller in a residential real estate transaction. In that scenario, the seller paid both the listing agent and the agent who brought the buyer.\r\n\r\nToday, agents either represent the buyer, or the seller. If you want to sell your home, you can work with a “seller’s agent.” If you want to buy a home, you can work with a “buyer’s agent.” Most states require real estate agents to disclose to consumers who they represent. Sometimes an agent will represent the buyer and the seller. A buyer who elects this situation should receive full disclosure on representation. The real estate agent you choose should fully disclose how they work with individuals and the options available to you.\r\n\r\nKeep in mind that real estate laws differ from state to state and even from locale to locale. For more in-depth answers, talk with a knowledgeable real estate professional and ask about local practices. Be sure you understand and are comfortable with the services of the real estate agent you engage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How to Make Your Move Easier on Your Family\" state=\"closed\"]\r\n\r\nPeople generally have two kinds of needs during a home purchase. First are the transactional needs, such as searching for a home, obtaining financing, negotiating the terms of purchase, completing paperwork and legal documents, and arranging the move. The second are emotional needs, which can be more stressful than the financial ones. The following are some tips to help ease the stress.\r\n\r\nPREPARE YOUR CHILDREN\r\n\r\nAlthough you may have lived in your current home for just a few years, four years is half the lifetime of an eight-year-old. Your home may be the only home your children remember. It’s where they feel safe and it’s probably the center of your son or daughter’s world.\r\n\r\nBe sure to announce the move in a completely upbeat way. You might talk about how beautiful the new neighborhood is and how good the schools are. Bring your children to the new house, if that’s possible or positively describe it to them. Find out what your children’s favorite things are in your current home, and then try to re-create them in the new house. Keep your children actively involved. For instance, take them shopping for paint, bedspreads, carpets, and other items for their new room.\r\n\r\nYour children are bound to have worries during the move. Help lessen these anxieties by finding ways to make parting pleasant. For example, plan a going-away party or create a photo album with pictures of neighbors, their house and the neighborhood.\r\n\r\nGAIN KNOWLEDGE\r\n\r\nAs you begin the process, you may start to feel out of control, as though other parties to the purchase transaction are running the show. Your mortgage company, the appraiser, the inspector, and the seller all have certain powers to approve or disapprove of your overall plan to purchase this home and move successfully. To alleviate your feelings of helplessness, one of the best things you can do is to understand as much of the purchase process as possible. Work with your real estate agent to prepare yourself for the unknown and tie down loose ends.\r\n\r\nTRUST THE PROCESS\r\n\r\nThere can be so much to do that it’s easy to panic. Buying a home may feel risky, but the truth is it’s an opportunity for you and your family. Even though you can’t predict what will happen every step of the way, your real estate agent helps people buy and sell homes as a profession! Your agent has been there before and understands that this is a major upheaval in your life. Trust that your agent is looking out for you on your way to a successful closing and move.\r\n\r\nBE FLEXIBLE\r\n\r\nAlthough your agent will do everything possible to prepare you for your home purchase, there is no such thing as a perfect world. The property inspection may reveal areas of concern, or closing may be delayed for some reason. Try to take a deep breath and be flexible in your thinking.\r\n\r\nSEEK ENTERTAINMENT\r\n\r\nWhenever you feel things are spinning out of control, find a diversion! Take a walk around your new neighborhood; go out of town or to a movie with your family. Whatever outlet works best for you, this is a good time to engage in it! Remember to take one “move” at a time.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Buyer\'s Tips', '', 'publish', 'closed', 'closed', '', 'buyers-tips', '', '', '2016-02-15 00:10:27', '2016-02-15 00:10:27', '', 3876, 'http://denverheirlooms.com/?page_id=3821', 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
(3822, 4, '2016-02-14 21:03:26', '2016-02-14 21:03:26', '[vc_row][vc_column][vc_column_text][symple_toggle title=\"Top 10 Signs That You Are Ready to Buy a Home\" state=\"closed\"]\r\n\r\n10. You’re ready to stop paying your landlord’s mortgage payment, and start building wealth of your own.\r\n\r\n9. You could use the property tax and mortgage interest deductions.\r\n\r\n8. You want a vested interest in your community.\r\n\r\n7. It’s mid-August and you can no longer tolerate waiting for your landlord to send someone to fix your air conditioner.\r\n\r\n6. You are working at a job where you won’t leave the country every other year.\r\n\r\n5. You want to provide your family with a sense of stability and plant roots.\r\n\r\n4. There are more than twice as many people as bedrooms in your current residence.\r\n\r\n3. You want to paint the walls of your bedroom any color you please.\r\n\r\n2. You are tired of saving all your quarters for the laundromat.\r\n\r\n1. When you say you are “going home,” you want to really mean it!\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"10 Steps to Buying a Home\" state=\"closed\"]\r\n\r\nSTEP 1 – DEFINE NEEDS FOR YOUR NEW HOME\r\n\r\nCongratulations on your decision to purchase a new home! Your first step toward buying your new home will be to analyze your needs. Your real estate agent can help you determine exactly what you want your new home to look like and how it should function for you and your family.\r\n\r\nFirst, write down why you are looking for a new home. For example, are you currently renting and would like to begin building equity? Maybe you recently married and have outgrown your current residence. Or, maybe you received promotion that requires you to move to a new city. These factors will all have a bearing on how you approach your home search.\r\n\r\nSecond, establish a time frame for buying your home. Depending on your reasons for wanting a new property and the current state of the market in the area you are looking to buy, you should be able to come up with a rough guideline.\r\n\r\nFinally, you probably have a mental picture of what your dream house looks like. Turn these ideas into two lists: one should describe your dream home and the other should list features that are absolute must haves. In a perfect world, your new home would fulfill both lists 100 percent, but it is more likely the two lists will turn into a list of priorities, as you get clearer about what you want and what is available.\r\n\r\nSTEP 2 – PRE-APPROVAL VS. PRE-QUALIFICATION\r\n\r\nNow that you know what you want in a home, you need to find out what you can afford. There are two ways to go about this: prequalification or pre-approval for a loan. Either way, you can contact your agent about choosing a mortgage company. Prequalification is the simpler of the two processes. It can even be done online or over the phone. When you contact a mortgage company, they will ask you for some basic information about your finances ? how much money you earn, your debt load, etc. They will take this information and give you a rough estimate of how much of a loan you might qualify for.\r\n\r\nPre-approval is more a more in-depth process. The lender will perform an extensive check of your finances including your credit rating, whether or not you’re a first-time buyer, what your debt load is, how much money you have to put as a down payment, etc. This figure will be a much more reliable estimate of what you can afford.\r\n\r\nIn most markets, pre-approved buyers are preferred over those that are merely pre-qualified. Being pre-approved lets the seller know you have gone through an extensive financial background check and there should be no unexpected obstacles to you buying their home.\r\n\r\nSTEP 3 – NEIGHBORHOOD INFORMATION\r\n\r\nNow that you have your list of needs and wants and know how much you can afford to spend, it’s time to look at some houses, right?! Well, don’t forget, people don’t just buy a house; they buy the neighborhood the house is in. Think about that…if you found the perfect house but it was in a neighborhood that was not to your liking, would you make an offer on it?\r\n\r\nYou will need to make another list for the type of area you want to invest in. Consider things like drive time to work and major destinations, amenities such as swimming pools, tennis courts, parking, etc., area schools and the demographics of the surrounding area.\r\n\r\nSTEP 4 – HOME SEARCH\r\n\r\nAt this point you will have a good idea of what you can afford and the type of area you will want to invest in. Taking that information into consideration, you are ready to embark on your home search. If you don’t know much about the city to which you are moving, you will want to start by finding areas that meet your criteria and then narrowing your search to particular properties in those areas.\r\n\r\nThere are a few ways to go about this. Possibly the most efficient way to find homes is to allow your real estate agent to keep you up-to-date on available properties that meet your criteria, and then allow your agent to screen them for you. When your agent presents you with a home that interests you, he or she can arrange for you to tour it at your convenience.\r\n\r\nYou can find available homes by reading local real estate publications, contacting local Neighborhood Associations, visiting the local Chamber of Commerce, looking on the Internet, or driving through neighborhoods that meet your needs. Driving around a particular area looking for a home that is for sale is good because you can actually see the house, but it can be very time consuming and very “hit or miss.”\r\n\r\nSTEP 5 – MAKE AN OFFER\r\n\r\nNow that you’ve found your dream home, it’s time to make an offer. Your real estate agent will help you determine the offer price by reviewing recent sales of homes that are similar in size, quality, and conveniences and amenities. Your real estate agent will advise you on how to create an offer that will have the best chance of being accepted.\r\n\r\nAfter consultation with you, your agent will create a written contract with your offer that meets all the local and national legal requirements. This document details what needs to be done by both parties to execute the transaction. It should protect the interests of both parties and will ensure your financial position as the buyer.\r\n\r\nThe contract should include, but is not limited to, the following:\r\n\r\nLegal description of the home\r\nOffer price\r\nDown payment\r\nFinancial arrangements\r\nList of fees and who will pay them\r\nAmount of the deposit\r\nInspection rights and possible repair allowances\r\nAppliances and furnishings that will stay with the property\r\nSettlement date\r\nContingencies\r\n\r\nRemember the legalities of this phase are very important. If you have any questions or concerns, be certain to address them with your real estate agent right away.\r\n\r\nSTEP 6 – NEGOTIATING TO BUY\r\n\r\nOnce your offer is made you may need to negotiate with the seller to reach an agreement. Keep in mind almost everything is negotiable when you are buying a house. This can give you a great deal of leverage in the buying process, that is, if you have adequate information and you use it in an appropriate manner.\r\n\r\nSome things you may negotiate:\r\n* Price\r\n* Financing\r\n* Closing costs\r\n* Repairs\r\n* Appliances and fixtures\r\n* Landscaping\r\n* Painting\r\n* Occupancy time frame\r\n\r\nCounter offers happen frequently. Remain in close contact with your real estate agent so you can quickly review any changes from the seller. Remember…bargaining is not a winner-take-all deal. It is a business process that involves compromise and mutual respect.\r\n\r\nSTEP 7 – SERVICE PROVIDER COORDINATION\r\n\r\nAfter your offer is accepted, your agent will help you coordinate the activities of service providers and serve as your advocate when working with them. Your agent will make sure these vendors have access to the property to perform their procedures and will oversee the execution of those procedures on your behalf.\r\n\r\nOne service you may need is a home examination. An inspection of the property, the foundation, and the surrounding environmental may be needed to make sure the property meets the standards set forth in your written agreement. If there are issues or inconsistencies brought to light during this time, it may delay or even nullify the contract.\r\n\r\nInsurance is another item that will need to be taken care of. Experts recommend you obtain title insurance equal to the full replacement value of the home. This kind of insurance is purchased at closing and protects the buyers in the unlikely event that the title to the property becomes invalid. Homeowners insurance protects against theft, fire and liabilities. It often includes things such as bicycles, furniture and jewelry. Flood insurance is generally only necessary for flood-prone areas. The federal government issues this kind of insurance.\r\n\r\nIn addition to aforementioned types of insurance, you may want additional assurance for your new home. Home warranties are one way to protect yourself after you buy. Warranties for new homes protect against plumbing, wiring and structural defects. Existing home warranties cover things like major appliances and structural problems.\r\n\r\nHaving these procedures done in a timely and professional manner is a must. Investigate each service provider to make sure they are reputable and have a clean operational history. Your agent’s experience in this area will be invaluable.\r\n\r\nSTEP 8 – BEFORE YOU CLOSE\r\n\r\nAs the closing date (otherwise known as settlement or escrow) draws near you will need to be in contact with the escrow company or closing attorney and your lender to make sure all necessary documents are being prepared and will be delivered to the correct location on the appropriate date. Find out what form of payment you will need to bring to the closing for any unpaid fees. Make sure that your payment is made out to the appropriate party.\r\n\r\nThese days, buyers and sellers don’t even have to be in the same room to close a deal. Thanks to computer automation, signed paperwork can be delivered overnight to both parties.\r\n\r\nSTEP 9 – CLOSING ON A HOME\r\n\r\nClosing is where ownership of the home is legally transferred from the seller to the buyer. It is a formal meeting that most parties involved in the process will attend. Closing procedures are usually held at the title company’s or lawyer’s office. Your closing officer coordinates the document signing and the collection and disbursement of funds.\r\n\r\nIn order for the closing to go smoothly, each party involved should bring the necessary documentation and be prepared to pay any related fees (closing costs). There may be more than one form of acceptable payment for your closing costs so ask the closing officer which form of payment will be required and to whom it should be paid.\r\n\r\nSellers sometimes pay for a portion or all of the closing costs, depending on local market conditions, terms of the purchase contract, and the seller’s cash and timing considerations. Any such concessions should be acknowledged in writing. Most lenders will allow a credit from the seller to the buyer for the non-recurring closing costs. However, they usually won’t allow a credit that reduces the amount of the buyer’s down payment or any of the buyer’s recurring costs, such as expenses for fire insurance premiums, private mortgage insurance (PMI) or property taxes.\r\n\r\nSTEP 10 – POST-CLOSING\r\n\r\nCongratulations on the purchase of your new home!\r\n\r\nNow that you have taken ownership of it you will need to have your electricity, cable and phone set up. Also be aware of typical homeowner expenses such as Neighborhood Association fees, landscaping costs, and annual taxes and budget for them accordingly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Questions to Ask Your REALTOR®\" state=\"closed\"]\r\n\r\n1. Are you a full-time professional Realtor®? How long have you worked full time in real estate? How long have you been representing buyers? What professional designations do you have?\r\nKnowing whether or not your agent practices full time can help you determine potential scheduling conflicts and his or her commitment to your transaction. As with any profession, the number of years a person has been in the business does not necessarily reflect the level of service you can expect, but it is a good starting point for your discussion. The same issue can apply to professional designations.\r\n\r\n2. Do you have a personal assistant, team or staff to handle different parts of the purchase? What are their names and how will each of them help me in my transaction? How do I communicate with them?\r\nIt is not uncommon for agents who sell a lot of houses to hire people to work with them. They typically work on a referral basis, and, as their businesses grow, they must be able to deliver the same or higher quality service to more people.\r\n\r\nYou may want to know who on the team will take part in your transaction, and what role each person will play. You may even want to meet the other team members before you decide to work with the team. If you have a question about fees on your closing statement, who would handle that? Who will show up to your closing?\r\n\r\n3. Do you have a Website that will provide me with useful information? Can I have your URL address? Who responds to emails and how quickly? What’s your email address?\r\nMany homebuyers prefer to search online for homes because it’s available 24 hours a day and you can do it in the privacy of your own home. By searching your real estate agent’s Website you will get a clear picture of how much work you would be able to accomplish online.\r\n\r\n4. Will you show me properties from other companies’ listings?\r\nSome real estate companies do offer their buyers’ agents a higher commission if they are able to sell “in-house” listings. In such circumstances, there can be added incentive to limit the range of homes you are shown. This may impact your home search and how much your buyer agent’s fee will be.\r\n\r\n5. Will you represent me or will you represent the seller? May I have that in writing? How will you represent me, and what is the direct benefit of having you represent me?\r\nThe goal here is to ascertain to whom the real estate agent has legal fiduciary obligation, which may vary from state to state or even locale to locale. In the past, agents always worked for sellers. Then the listing broker was responsible for paying the agent or sub-agent that brought a suitable buyer for the home. And even though the buyer worked ‘with’ an agent, the agent still represented and owed their fiduciary duty to the seller.\r\n\r\nAlthough seller agencies still exists in certain areas, agents today almost always have a sense of moral obligation to buyers. Find out what is common in your area and understand what kind of agent you have before you begin to work with them.\r\n\r\n6. How will you get paid? How are your fees structured? May I have that in writing?\r\nIn many areas, the seller pays all agent commissions. Sometimes, agents will have other small fees, such as administrative or special service fees, that are charged to clients, regardless of whether they are buying or selling. Be aware of the big picture before you sign any agreements. Ask for an estimate of buyer costs from any agent you contemplate employing.\r\n\r\n7. What distinguishes you from other real estate agents? What is your negotiating style and how does it differ from others? What geographic areas do you specialize in?\r\nEach agent has unique methods of overcoming obstacles and negotiating deals. The most important thing is to make sure your agent is an effective advocate for you.\r\n\r\n8. Will you give me names of past clients?\r\nInterviewing an agent can be similar to interviewing someone to work in your office. Contacting references can be a reliable way for you to understand how he or she works, and whether or not this style is compatible with your own.\r\n\r\n9. Do you have a performance guarantee? If I am not satisfied with your performance, can I terminate our Buyer Agency Agreement?\r\nIn the heavily regulated world of real estate, it can be difficult for an agent to offer a performance guarantee. If your agent does not have a guarantee, it does not mean they are not committed to high standards. Typically, he or she will verbally outline what you can expect from their performance. New Era Realty understands the importance of win-win business relationships: the agent does not benefit if the client does not also benefit.\r\n\r\n10. How will you keep in contact with me during the buying process?\r\nSome agents may email, fax or call you daily to tell you about properties that meet your criteria, while others will keep in touch weekly. Asking this question can help you to reconcile your needs with your agent’s systems.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Should You Work With a Buyer’s Agent?…A Seller’s Agent?\" state=\"closed\"]\r\n\r\nIn the past, real estate agents always represented the seller, whether the agent helped a seller to market and sell a home or helped a buyer find and purchase a home. In other words, agents were at one time legally bound to represent the seller in a residential real estate transaction. In that scenario, the seller paid both the listing agent and the agent who brought the buyer.\r\n\r\nToday, agents either represent the buyer, or the seller. If you want to sell your home, you can work with a “seller’s agent.” If you want to buy a home, you can work with a “buyer’s agent.” Most states require real estate agents to disclose to consumers who they represent. Sometimes an agent will represent the buyer and the seller. A buyer who elects this situation should receive full disclosure on representation. The real estate agent you choose should fully disclose how they work with individuals and the options available to you.\r\n\r\nKeep in mind that real estate laws differ from state to state and even from locale to locale. For more in-depth answers, talk with a knowledgeable real estate professional and ask about local practices. Be sure you understand and are comfortable with the services of the real estate agent you engage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"How to Make Your Move Easier on Your Family\" state=\"closed\"]\r\n\r\nPeople generally have two kinds of needs during a home purchase. First are the transactional needs, such as searching for a home, obtaining financing, negotiating the terms of purchase, completing paperwork and legal documents, and arranging the move. The second are emotional needs, which can be more stressful than the financial ones. The following are some tips to help ease the stress.\r\n\r\nPREPARE YOUR CHILDREN\r\n\r\nAlthough you may have lived in your current home for just a few years, four years is half the lifetime of an eight-year-old. Your home may be the only home your children remember. It’s where they feel safe and it’s probably the center of your son or daughter’s world.\r\n\r\nBe sure to announce the move in a completely upbeat way. You might talk about how beautiful the new neighborhood is and how good the schools are. Bring your children to the new house, if that’s possible or positively describe it to them. Find out what your children’s favorite things are in your current home, and then try to re-create them in the new house. Keep your children actively involved. For instance, take them shopping for paint, bedspreads, carpets, and other items for their new room.\r\n\r\nYour children are bound to have worries during the move. Help lessen these anxieties by finding ways to make parting pleasant. For example, plan a going-away party or create a photo album with pictures of neighbors, their house and the neighborhood.\r\n\r\nGAIN KNOWLEDGE\r\n\r\nAs you begin the process, you may start to feel out of control, as though other parties to the purchase transaction are running the show. Your mortgage company, the appraiser, the inspector, and the seller all have certain powers to approve or disapprove of your overall plan to purchase this home and move successfully. To alleviate your feelings of helplessness, one of the best things you can do is to understand as much of the purchase process as possible. Work with your real estate agent to prepare yourself for the unknown and tie down loose ends.\r\n\r\nTRUST THE PROCESS\r\n\r\nThere can be so much to do that it’s easy to panic. Buying a home may feel risky, but the truth is it’s an opportunity for you and your family. Even though you can’t predict what will happen every step of the way, your real estate agent helps people buy and sell homes as a profession! Your agent has been there before and understands that this is a major upheaval in your life. Trust that your agent is looking out for you on your way to a successful closing and move.\r\n\r\nBE FLEXIBLE\r\n\r\nAlthough your agent will do everything possible to prepare you for your home purchase, there is no such thing as a perfect world. The property inspection may reveal areas of concern, or closing may be delayed for some reason. Try to take a deep breath and be flexible in your thinking.\r\n\r\nSEEK ENTERTAINMENT\r\n\r\nWhenever you feel things are spinning out of control, find a diversion! Take a walk around your new neighborhood; go out of town or to a movie with your family. Whatever outlet works best for you, this is a good time to engage in it! Remember to take one “move” at a time.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Buyer\'s Tips', '', 'inherit', 'closed', 'closed', '', '3821-revision-v1', '', '', '2016-02-14 21:03:26', '2016-02-14 21:03:26', '', 3821, 'http://denverheirlooms.com/2016/02/14/3821-revision-v1/', 0, 'revision', '', 0),
(3825, 4, '2016-02-14 21:09:50', '2016-02-14 21:09:50', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3826\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic11-240x150.jpg\" alt=\"Pic11-240x150\" width=\"240\" height=\"150\" />A Comparative Market Analysis (CMA) involves collecting information on real estate activity in your area so you can arrive at a fair market value or listing price for your home. It is a key service your realtor provides to help you price your home competitively in the market. Most notably it would include looking at recent sales of properties similar to yours, though looking at recent expired listings and other properties offered for sale is also important to determine what price may be too high and what the competition is looking like.</p>\r\n<p style=\"text-align: justify;\">Preparing a CMA is not just about collecting recent activity in your neighborhood; it requires carefully selecting comparable properties and using good judgment when comparing and interpreting the data and information.</p>\r\n<p style=\"text-align: justify;\">For a full report including a detailed analysis and home valuation, enter your complete address and contact information using the form below. We provide this service free of charge as a first step to earning your trust and becoming your preferred Realtor.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Free Market Analysis Request Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3830\"][/vc_column][/vc_row]', 'Free Market Analysis', '', 'publish', 'closed', 'closed', '', 'free-market-analysis', '', '', '2016-02-15 00:10:36', '2016-02-15 00:10:36', '', 3876, 'http://denverheirlooms.com/?page_id=3825', 0, 'page', '', 0),
(3826, 4, '2016-02-14 21:07:04', '2016-02-14 21:07:04', '', 'Pic11-240x150', '', 'inherit', 'closed', 'closed', '', 'pic11-240x150', '', '', '2016-02-14 21:07:04', '2016-02-14 21:07:04', '', 3825, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic11-240x150.jpg', 0, 'attachment', 'image/jpeg', 0),
(3827, 4, '2016-02-14 21:09:50', '2016-02-14 21:09:50', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3826\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic11-240x150.jpg\" alt=\"Pic11-240x150\" width=\"240\" height=\"150\" />A Comparative Market Analysis (CMA) involves collecting information on real estate activity in your area so you can arrive at a fair market value or listing price for your home. It is a key service your realtor provides to help you price your home competitively in the market. Most notably it would include looking at recent sales of properties similar to yours, though looking at recent expired listings and other properties offered for sale is also important to determine what price may be too high and what the competition is looking like.</p>\r\n<p style=\"text-align: justify;\">Preparing a CMA is not just about collecting recent activity in your neighborhood; it requires carefully selecting comparable properties and using good judgment when comparing and interpreting the data and information.</p>\r\n<p style=\"text-align: justify;\">For a full report including a detailed analysis and home valuation, enter your complete address and contact information using the form below. We provide this service free of charge as a first step to earning your trust and becoming your preferred Realtor.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Free Market Analysis', '', 'inherit', 'closed', 'closed', '', '3825-revision-v1', '', '', '2016-02-14 21:09:50', '2016-02-14 21:09:50', '', 3825, 'http://denverheirlooms.com/2016/02/14/3825-revision-v1/', 0, 'revision', '', 0),
(3830, 4, '2016-02-14 21:13:58', '2016-02-14 21:13:58', '[vc_row][vc_column][dhvc_form_checkbox required=\"1\" control_label=\"Property Type\" control_name=\"property_type\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bedrooms\" control_name=\"bedrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bathrooms\" control_name=\"bathrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Address\" control_name=\"address\" placeholder=\"Address\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"City\" control_name=\"city\" placeholder=\"City\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_select control_label=\"When are you looking to sell?\" control_name=\"when_selling\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Estimated Value\" control_name=\"estimated_value\" placeholder=\"Value\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Are you looking to buy again in the local area?\" control_name=\"buying_again\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea control_label=\"Please tell us about anything other outstanding property features, Pool, Acreage, etc.\" control_name=\"comments\" placeholder=\"Comments here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" placeholder=\"Name\" control_name=\"name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email address\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Contact Preference\" control_name=\"contact_preference\" options=\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"captcha\" placeholder=\"Type in text here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Market Analysis Form', '', 'publish', 'closed', 'closed', '', 'market-analysis-form', '', '', '2022-10-19 13:09:53', '2022-10-19 19:09:53', '', 0, 'http://denverheirlooms.com/?post_type=dhvcform&p=3830', 0, 'dhvcform', '', 0),
(3833, 4, '2016-02-14 21:27:12', '2016-02-14 21:27:12', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3826\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic11-240x150.jpg\" alt=\"Pic11-240x150\" width=\"240\" height=\"150\" />A Comparative Market Analysis (CMA) involves collecting information on real estate activity in your area so you can arrive at a fair market value or listing price for your home. It is a key service your realtor provides to help you price your home competitively in the market. Most notably it would include looking at recent sales of properties similar to yours, though looking at recent expired listings and other properties offered for sale is also important to determine what price may be too high and what the competition is looking like.</p>\r\n<p style=\"text-align: justify;\">Preparing a CMA is not just about collecting recent activity in your neighborhood; it requires carefully selecting comparable properties and using good judgment when comparing and interpreting the data and information.</p>\r\n<p style=\"text-align: justify;\">For a full report including a detailed analysis and home valuation, enter your complete address and contact information using the form below. We provide this service free of charge as a first step to earning your trust and becoming your preferred Realtor.</p>\r\n[/vc_column_text][dhvc_form id=\"3830\"][/vc_column][/vc_row]', 'Free Market Analysis', '', 'inherit', 'closed', 'closed', '', '3825-revision-v1', '', '', '2016-02-14 21:27:12', '2016-02-14 21:27:12', '', 3825, 'http://denverheirlooms.com/2016/02/14/3825-revision-v1/', 0, 'revision', '', 0),
(3834, 4, '2016-02-14 21:28:12', '2016-02-14 21:28:12', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3826\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic11-240x150.jpg\" alt=\"Pic11-240x150\" width=\"240\" height=\"150\" />A Comparative Market Analysis (CMA) involves collecting information on real estate activity in your area so you can arrive at a fair market value or listing price for your home. It is a key service your realtor provides to help you price your home competitively in the market. Most notably it would include looking at recent sales of properties similar to yours, though looking at recent expired listings and other properties offered for sale is also important to determine what price may be too high and what the competition is looking like.</p>\r\n<p style=\"text-align: justify;\">Preparing a CMA is not just about collecting recent activity in your neighborhood; it requires carefully selecting comparable properties and using good judgment when comparing and interpreting the data and information.</p>\r\n<p style=\"text-align: justify;\">For a full report including a detailed analysis and home valuation, enter your complete address and contact information using the form below. We provide this service free of charge as a first step to earning your trust and becoming your preferred Realtor.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Free Market Analysis Request Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3830\"][/vc_column][/vc_row]', 'Free Market Analysis', '', 'inherit', 'closed', 'closed', '', '3825-revision-v1', '', '', '2016-02-14 21:28:12', '2016-02-14 21:28:12', '', 3825, 'http://denverheirlooms.com/2016/02/14/3825-revision-v1/', 0, 'revision', '', 0),
(3835, 4, '2016-02-14 21:29:12', '2016-02-14 21:29:12', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3826\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic11-240x150.jpg\" alt=\"Pic11-240x150\" width=\"240\" height=\"150\" />A Comparative Market Analysis (CMA) involves collecting information on real estate activity in your area so you can arrive at a fair market value or listing price for your home. It is a key service your realtor provides to help you price your home competitively in the market. Most notably it would include looking at recent sales of properties similar to yours, though looking at recent expired listings and other properties offered for sale is also important to determine what price may be too high and what the competition is looking like.</p>\n<p style=\"text-align: justify;\">Preparing a CMA is not just about collecting recent activity in your neighborhood; it requires carefully selecting comparable properties and using good judgment when comparing and interpreting the data and information.</p>\n<p style=\"text-align: justify;\">For a full report including a detailed analysis and home valuation, enter your complete address and contact information using the form below. We provide this service free of charge as a first step to earning your trust and becoming your preferred Realtor.</p>\n\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n<h3>Free Market Analysis Request Form</h3>\n[/vc_column_text][dhvc_form id=\"3830\"][/vc_column][/vc_row]', 'Free Market Analysis Page', '', 'publish', 'closed', 'closed', '', 'free-market-analysis-page', '', '', '2016-02-14 21:29:12', '2016-02-14 21:29:12', '', 0, 'http://denverheirlooms.com/templatera/free-market-analysis-page/', 0, 'templatera', '', 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
(3836, 4, '2016-02-14 21:33:01', '2016-02-14 21:33:01', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\r\n\r\n<h3>Getting Your House Ready To Sell</h3>\r\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\r\n\r\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Removing Clutter, Though You May Not Think of it as Clutter\" state=\"closed\"]\r\n\r\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\r\n\r\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\r\n\r\nKitchen Clutter\r\n\r\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\r\n\r\nYou see, home buyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\r\n\r\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\r\n\r\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\r\n\r\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a home buyer to hesitate in buying your home.\r\n\r\nCloset Clutter\r\n\r\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoe boxes full of “stuff” or other accumulated personal items, too.\r\n\r\nFurniture Clutter\r\n\r\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a home buyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\r\n\r\nStorage Area Clutter\r\n\r\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\r\n\r\nPlumbing and Fixtures\r\n\r\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\r\n\r\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\r\n\r\nCeilings, Walls and Painting\r\n\r\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\r\n\r\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\r\n\r\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\r\n\r\nCarpet and Flooring\r\n\r\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\r\n\r\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\r\n\r\nWindows and Doors\r\n\r\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\r\n\r\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\r\n\r\nOdor Control\r\n\r\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\r\n\r\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\r\n\r\nCosts of Repairs\r\n\r\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\r\n\r\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\r\n\r\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\r\n\r\nLandscaping\r\n\r\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\r\n\r\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\r\n\r\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\r\n\r\nAlways rake up loose leaves and grass cuttings.\r\n\r\nHouse Exterior\r\n\r\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\r\n\r\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\r\n\r\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\r\n\r\nThe Back Yard\r\n\r\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\r\n\r\nThe Front Door & Entryway\r\n\r\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\r\n\r\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\r\n\r\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\r\n\r\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\r\n\r\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\r\n\r\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\r\n\r\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\r\n\r\nIf the price is right.\r\n\r\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Types of Listings Contracts</h3>\r\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\r\n\r\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\r\n\r\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\r\n\r\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Details of a Listing Contract</h3>\r\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\r\n\r\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\r\n\r\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\r\n\r\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Lockbox – Yes or No?\" state=\"closed\"]\r\n\r\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\r\n\r\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\r\n\r\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Commission\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\r\n\r\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\r\n\r\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\r\n\r\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\r\n\r\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\r\n\r\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Listing Commissions and Related Issues</h3>\r\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\r\n\r\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\r\n\r\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\r\n\r\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\r\n\r\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\r\n\r\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\r\n\r\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House</h3>\r\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\r\n\r\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\r\n\r\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\r\n\r\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\r\n\r\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\r\n\r\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\r\n\r\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\r\n\r\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\r\n\r\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\r\n\r\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\r\n\r\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\r\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\r\n\r\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\r\n\r\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\r\n\r\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\r\n\r\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\r\n\r\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\r\n\r\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\r\n\r\nIt can be amazing to watch.\r\n\r\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\r\n\r\nBut some of them come back…with buyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\r\n\r\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\r\n\r\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\r\n\r\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\r\n\r\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\r\n\r\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\r\n\r\nMaybe.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\r\n\r\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\r\n\r\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\r\n\r\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\r\n\r\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\r\n\r\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\r\n\r\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\r\n\r\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\r\n\r\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\r\n\r\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\r\n\r\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\r\n\r\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\r\n\r\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\r\n\r\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\r\n\r\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\r\n\r\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\r\n\r\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\r\n\r\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\r\n\r\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\r\n\r\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\r\n\r\nThe announcements create “word of mouth” advertising, which is the best kind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\r\n\r\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\r\n\r\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\r\n\r\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\r\n\r\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\r\n\r\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\r\n\r\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Showing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\r\n\r\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\r\n\r\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Lighting, Fragrances, Pet Control and More\" state=\"closed\"]\r\n\r\nLighting\r\n\r\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\r\n\r\nFragrances\r\n\r\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\r\n\r\nPet Control\r\n\r\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\r\n\r\nThe Kitchen Trash\r\n\r\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>More Topics</h3>\r\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\r\n\r\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\r\n\r\nExperts recommend the following to make this a smooth transition:\r\n<ul>\r\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\r\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\r\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\r\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\r\n\r\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\r\n\r\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\r\n\r\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\r\n<ul>\r\n <li>Single Family Rental</li>\r\n <li>Multi-Family Rentals</li>\r\n <li>Farms/Ranches</li>\r\n <li>Raw Land</li>\r\n <li>Retail Offices</li>\r\n <li>Motels/Hotels</li>\r\n <li>Golf Course</li>\r\n <li>Industrial</li>\r\n <li>Leases of 30 years or more</li>\r\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\r\n</ul>\r\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\r\n\r\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\r\n\r\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\r\n\r\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\r\n\r\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\r\n\r\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\r\n\r\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\r\n\r\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\r\n\r\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\r\n\r\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\r\n\r\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\r\n\r\nMoving during the middle of the school year allows your children to make new friends right away.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\r\n<ul>\r\n <li>Make sure your entranceway says “Hey, look at me!”</li>\r\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\r\n <li>Check A/C and heating systems.</li>\r\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\r\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\r\n <li>Mow lawn, edge driveway and walkways.</li>\r\n <li>Throw out junk from garage and storage areas.</li>\r\n <li>Prune dead limbs from trees.</li>\r\n <li>Clean your windows.</li>\r\n <li>Vacuum drapes and carpets.</li>\r\n <li>Clear out closets.</li>\r\n <li>Remove excess furniture.</li>\r\n <li>Ensure windows, doors, and locks work smoothly.</li>\r\n <li>Weed flowerbeds and trim shrubs.</li>\r\n <li>If you have a pool, make it crystal clear.</li>\r\n <li>Clean lawn furniture.</li>\r\n <li>Keep cats and dogs out of visitors’ way.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\r\n\r\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\r\n\r\nLook for the word “REALTOR®”\r\n\r\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, your local Association of REALTOR®s).\r\n\r\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\r\n\r\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\r\n\r\nInterview potential REALTOR®s\r\n\r\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\r\n\r\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\r\n\r\n2. Are you a licensed REALTOR®? Are you a member of the local MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of your local MLS have access to all of the most current information and training on the real estate business. Members of the local MLS (Multiple Listing Service) can search through thousands of properties in your area to find a list of those that meet your specific needs.\r\n\r\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\r\n\r\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\r\n\r\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\r\n\r\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\r\n\r\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers', '', 'publish', 'closed', 'closed', '', 'advice-for-sellers', '', '', '2016-02-18 11:15:54', '2016-02-18 18:15:54', '', 3876, 'http://denverheirlooms.com/?page_id=3836', 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
(3837, 4, '2016-02-14 21:33:01', '2016-02-14 21:33:01', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\r\n\r\n<h3>Getting Your House Ready To Sell</h3>\r\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\r\n\r\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Removing Clutter, Though Yo May Not Think of it as Clutter\" state=\"closed\"]\r\n\r\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\r\n\r\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\r\n\r\nKitchen Clutter\r\n\r\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\r\n\r\nYou see, homebuyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\r\n\r\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\r\n\r\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\r\n\r\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a homebuyer to hesitate in buying your home.\r\n\r\nCloset Clutter\r\n\r\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoeboxes full of “stuff” or other accumulated personal items, too.\r\n\r\nFurniture Clutter\r\n\r\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a homebuyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\r\n\r\nStorage Area Clutter\r\n\r\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\r\n\r\nPlumbing and Fixtures\r\n\r\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\r\n\r\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\r\n\r\nCeilings, Walls and Painting\r\n\r\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\r\n\r\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\r\n\r\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\r\n\r\nCarpet and Flooring\r\n\r\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\r\n\r\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\r\n\r\nWindows and Doors\r\n\r\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\r\n\r\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\r\n\r\nOdor Control\r\n\r\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\r\n\r\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\r\n\r\nCosts of Repairs\r\n\r\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\r\n\r\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\r\n\r\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\r\n\r\nLandscaping\r\n\r\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\r\n\r\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\r\n\r\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\r\n\r\nAlways rake up loose leaves and grass cuttings.\r\n\r\nHouse Exterior\r\n\r\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\r\n\r\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\r\n\r\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\r\n\r\nThe Back Yard\r\n\r\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\r\n\r\nThe Front Door & Entryway\r\n\r\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\r\n\r\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\r\n\r\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\r\n\r\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\r\n\r\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\r\n\r\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\r\n\r\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\r\n\r\nIf the price is right.\r\n\r\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Types of Listings Contracts</h3>\r\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\r\n\r\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\r\n\r\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\r\n\r\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Details of a Listing Contract</h3>\r\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\r\n\r\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\r\n\r\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\r\n\r\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Lockbox – Yes of No?\" state=\"closed\"]\r\n\r\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\r\n\r\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\r\n\r\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Commision\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\r\n\r\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\r\n\r\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\r\n\r\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\r\n\r\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\r\n\r\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Listing Commissions and Related Issues</h3>\r\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\r\n\r\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\r\n\r\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\r\n\r\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\r\n\r\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\r\n\r\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\r\n\r\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House</h3>\r\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\r\n\r\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\r\n\r\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\r\n\r\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\r\n\r\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\r\n\r\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\r\n\r\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\r\n\r\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\r\n\r\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\r\n\r\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\r\n\r\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\r\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\r\n\r\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\r\n\r\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\r\n\r\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\r\n\r\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\r\n\r\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\r\n\r\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\r\n\r\nIt can be amazing to watch.\r\n\r\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\r\n\r\nBut some of them come back…with buyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\r\n\r\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\r\n\r\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\r\n\r\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\r\n\r\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\r\n\r\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\r\n\r\nMaybe.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\r\n\r\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\r\n\r\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\r\n\r\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\r\n\r\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\r\n\r\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\r\n\r\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\r\n\r\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\r\n\r\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\r\n\r\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\r\n\r\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\r\n\r\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\r\n\r\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\r\n\r\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\r\n\r\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\r\n\r\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\r\n\r\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\r\n\r\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\r\n\r\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\r\n\r\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\r\n\r\nThe announcements create “word of mouth” advertising, which is the best kind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\r\n\r\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\r\n\r\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\r\n\r\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\r\n\r\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\r\n\r\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\r\n\r\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Showing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\r\n\r\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\r\n\r\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Lighting, Fragrances, Pet Contro and More\" state=\"closed\"]\r\n\r\nLighting\r\n\r\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\r\n\r\nFragrances\r\n\r\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\r\n\r\nPet Control\r\n\r\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\r\n\r\nThe Kitchen Trash\r\n\r\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>More Topics</h3>\r\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\r\n\r\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\r\n\r\nExperts recommend the following to make this a smooth transition:\r\n<ul>\r\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\r\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\r\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\r\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\r\n\r\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\r\n\r\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\r\n\r\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\r\n<ul>\r\n <li>Single Family Rental</li>\r\n <li>Multi-Family Rentals</li>\r\n <li>Farms/Ranches</li>\r\n <li>Raw Land</li>\r\n <li>Retail Offices</li>\r\n <li>Motels/Hotels</li>\r\n <li>Golf Course</li>\r\n <li>Industrial</li>\r\n <li>Leases of 30 years or more</li>\r\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\r\n</ul>\r\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\r\n\r\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\r\n\r\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\r\n\r\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\r\n\r\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\r\n\r\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\r\n\r\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\r\n\r\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\r\n\r\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\r\n\r\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\r\n\r\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\r\n\r\nMoving during the middle of the school year allows your children to make new friends right away.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\r\n<ul>\r\n <li>Make sure your entranceway says “Hey, look at me!”</li>\r\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\r\n <li>Check A/C and heating systems.</li>\r\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\r\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\r\n <li>Mow lawn, edge driveway and walkways.</li>\r\n <li>Throw out junk from garage and storage areas.</li>\r\n <li>Prune dead limbs from trees.</li>\r\n <li>Clean your windows.</li>\r\n <li>Vacuum drapes and carpets.</li>\r\n <li>Clear out closets.</li>\r\n <li>Remove excess furniture.</li>\r\n <li>Ensure windows, doors, and locks work smoothly.</li>\r\n <li>Weed flowerbeds and trim shrubs.</li>\r\n <li>If you have a pool, make it crystal clear.</li>\r\n <li>Clean lawn furniture.</li>\r\n <li>Keep cats and dogs out of visitors’ way.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\r\n\r\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\r\n\r\nLook for the word “REALTOR®”\r\n\r\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, locally, the Houston Association of REALTOR®s).\r\n\r\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\r\n\r\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\r\n\r\nInterview potential REALTOR®s\r\n\r\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\r\n\r\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\r\n\r\n2. Are you a licensed REALTOR®? Are you a member of the Houston Association of REALTOR®s? Do you belong to the HAR MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of HAR have access to all of the most current information and training on the real estate business. Members of HAR’s MLS (Multiple Listing Service) can search through thousands of properties in Greater Houston to find a list of those that meet your specific needs.\r\n\r\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\r\n\r\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\r\n\r\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\r\n\r\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\r\n\r\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers', '', 'inherit', 'closed', 'closed', '', '3836-revision-v1', '', '', '2016-02-14 21:33:01', '2016-02-14 21:33:01', '', 3836, 'http://denverheirlooms.com/2016/02/14/3836-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3839, 4, '2016-02-14 21:56:46', '2016-02-14 21:56:46', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">There are many different steps in the selling process of a successful real estate transaction. You will want to know what is the right price, which means getting a Free Market Analysis done on your home. To get the price you want you will need to make your home look good. For instance just for starters, clean up the yard, plant some flowers, maybe a new coat of paint inside and out! And above all use a real estate professional! Sellers have to stay on top of the selling process.</p>\r\n[symple_toggle title=\"Setting A Price\" state=\"closed\"] When setting a price, the important thing is to be realistic. If the price is too high, you may not find a buyer. Too low, and you cheat yourself out of money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Appraisal\" state=\"closed\"] Regardless of what you originally paid for your home and the cost of improvements you have made, the only price that matters is what the market will bear at the time you decide to sell. You may consider hiring an independent real estate appraiser with specialized training and experience. Don’t rely on assessed valuations made for tax purposes. Such valuations may not be reliable indicators of value, as they are usually made using mass appraisal techniques. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Comparative Market Analysis\" state=\"closed\"] Whether or not you get an appraisal, your REALTOR® can develop a comparative market analysis. This analysis will describe homes in your area that have recently withdrawn from the market and may compare specific features of your home to others–the value of a corner lot, a city view, or an extra bedroom, for example. The analysis may also point out market fluctuations caused by the opening of a new school or business, as well as long-term trends. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Net Proceeds\" state=\"closed\"] Once you’ve decided on a price range, the REALTOR® can help you calculate an estimated amount you might net from the sale. If you have owned your home for several years, you may have built up sizable equity. Equity is the difference between the value of your home and the balance on your mortgage. After subtracting what you owe on your mortgage, ask your REALTOR® what costs you will incur in closing. These may include title fees, taxes, a penalty for prepaying your mortgage, brokerage commission, attorney fees, and charges for preparing and recording documents. Finally, ask your tax adviser or attorney about the tax implications of your proposed sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Signing a Listing Agreement\" state=\"closed\"]\r\n\r\nAfter you choose a REALTOR®, you will most likely sign a listing agreement–a contract in which you agree to allow a REALTOR® to sell your home during a given period and pay the REALTOR® a fee when your home sells. Most REALTORS® are independent contractors who work for a company operated by a licensed real estate broker.\r\n\r\nThe amount of compensation you pay a broker is negotiable, but the REALTOR® will generally follow the company’s policy regarding compensation. The amount of the fee will be spelled out in the listing agreement. Make sure you understand how the fee will be paid before signing.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Listings\" state=\"closed\"]\r\n\r\nMost REALTORS® will ask for an exclusive right-to-sell listing. This means that you will owe the broker a commission regardless of who finds a buyer during the listing period. In other words, if you decide to sell the house to your cousin, your broker still gets a commission. In an exclusive listing, the broker is usually motivated to work harder to sell your home.\r\n\r\nIt’s possible that a REALTOR® from another company will find a buyer for your home. In that case, your broker is the listing broker, and the second agent is the cooperating broker. Many times the listing broker will agree to pay the cooperating broker a fee from the amount you pay the listing broker. Your listing broker cooperates with other brokers who procure buyers interested in your property and offers to compensate the other brokers for procuring a buyer. Cooperating and compensating other brokers is discussed in the listing agreement you sign with the listing broker.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Length Of Listing\" state=\"closed\"]\r\n\r\nThe listing agreement will specify how long you agree to list your house with a company. You want a period that’s long enough to motivate your REALTOR® to advertise your home and respond to buyers, yet short enough to allow you to change to a different company if you become unhappy with the REALTOR®‘s service.\r\n\r\nRemember that the listing agreement is a contract. You should get a copy for your records. Your REALTOR® is bound to the terms just as you are. You can expect the REALTOR® to keep appropriate information confidential and effectively market your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Your Property\" state=\"closed\"]\r\n\r\nPreparing your home\r\n\r\nIn preparing your home for viewing by prospective buyers, remember that people buy on emotions. Your home has to feel right, or buyers will look elsewhere. Ask your REALTOR® and some honest friends to look at your home objectively and suggest ways to make your home more inviting and sellable. Consider both the exterior and interior. Since you will be appealing to buyers’ feelings, you need to pay attention to detail. An extra $50 you spend on red geraniums or new bath towels might mean a significant increase in a buyer’s offer.\r\n\r\nClean your home thoroughly and make minor repairs such as tightening towel racks and gluing wallpaper edges. For larger repairs, consult your REALTOR® as to whether repairing the item will generate a good return on the sale. Repainting the woodwork may be worth it, but replacing the carpet may not. Hire a professional inspector to examine your house for structural and mechanical defects. Get an inspection early, and you can avoid surprises.\r\n\r\nHonesty and candor\r\n\r\nIf your home has a major problem you don’t intend to correct, be candid about it. Don’t paint over the water marks on the ceiling to hide a leaky roof. Buyers will find out about the problems anyway, especially if they are smart shoppers and hire a professional to inspect your home. In an age when lawsuits are as common as family sit-down dinners, it pays to be open about everything.\r\n\r\nYou should consider including a one-year residential service contract with the sale of your home. This buyer perk is a common practice and helps ease concerns. Typically, after the first year, the buyer has the option of renewing the coverage at his or her expense. A residential service contract is simply an agreement with a company to repair certain items on the property if such items fail to function or are in need of repair (for example, air conditioning unit, heating equipment, plumbing system, etc.).\r\n\r\nAttracting and screening buyers\r\n\r\nAs part of the overall marketing strategy, your REALTOR® may arrange a tour of your home for local REALTORS® and perhaps schedule an open house for the public. Your REALTOR® may also run ads in local newspapers, Web sites, and other publications tailored specifically for the type of home you are selling. As responses come in, your REALTOR® will screen out sightseers and half-hearted inquirers and make appointments with the serious prospects.\r\n\r\nWhen the showings begin, keep your home clean and ready. Your REALTOR® will try to give you advance warning before showing your home but be prepared anyway. If people drop by and are not with a REALTOR®, it’s best not to show them your home. Ask for their names and phone numbers and refer them to your REALTOR®.\r\n\r\nPurposeful absence\r\n\r\nWhen a REALTOR® comes to show your home, it’s best if you are not there. Many buyers feel like intruders when the owner is present; they tend to hurry away. Letting the buyers walk through your property at their own pace will help put them at ease. They will feel free to look around and ask questions. If you must be there, let the REALTOR® handle the showing. Sit quietly and be courteous, but avoid engaging the buyer in conversation. The REALTOR® needs the buyer’s complete attention to show your home properly.\r\n\r\nFair housing\r\n\r\nREALTORS® are required by law to make your property available to all persons without regard to race, color, religion, national origin, sex, disability, or familial status. Your REALTOR® will not discuss any matter that may potentially discriminate against any person.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The Offer\" state=\"closed\"] When a buyer makes an offer on your home, your REALTOR® will contact you promptly. The REALTOR® will scrutinize the document, review it with you carefully, and answer your questions. The written offer lays out all the terms of the proposed transaction–the price the buyer is willing to pay and the financing terms–and becomes a binding contract if you sign it.The offer may be contingent on the buyer selling a home first or obtaining an inspection. Ask your REALTOR®how these terms affect you and whether the offer is in line with the market. The offer describes the property, states who pays for which closing costs, and specifies dates of closing and possession. Along with making the offer, the buyer may place some earnest money with the escrow agent as a sign of good faith. The earnest money will be kept in an escrow account and applied to the buyer’s down payment or closing costs when the sale closes. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Seller\' Disclosure\" state=\"closed\"]\r\n\r\nIn most residential sales, law requires that the seller deliver a seller’s disclosure notice to the buyer on or before the effective date of purchase. This document provides important information about the seller’s knowledge of the condition of the property. Complete the notice to the best of your knowledge and belief. Your REALTOR® will most likely ask that you complete the notice at the time the listing is first taken. Copies of the completed notice will be made available to those looking at your property.\r\n\r\nLead-based paint disclosure\r\n\r\nIf your property was built before 1978, federal law requires that before a buyer is obligated under a contract to buy the property, the seller shall: 1) provide the buyer with a lead hazard information pamphlet (as prescribed by EPA); 2) disclose the presence of any known lead-based paint or hazard; 3) provide the buyer with a lead hazard evaluation report or records available to the seller; and 4) permit the buyer to conduct a risk assessment or inspection for the presence of lead-based paint or hazards. A contract for the sale of property built before 1978 must contain a statutorily prescribed Lead Warning Statement to the buyer. Your REALTOR®will provide you with the forms necessary to comply with the law and will suggest procedures to follow in order to comply.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Accepting The Offer\" state=\"closed\"] Once you and the buyer agree on terms and sign the contract, the buyer will generally have to find a lender and apply for a loan. Your REALTOR® may monitor the loan process, which could last several weeks. During this time, your REALTOR® will also be busy coordinating other arrangements to prepare for the final sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Title Search\" state=\"closed\"] As part of the process, the title company may order a survey of your property and research the title to your home, making sure the chain of title is clear. Clearing the title may require paying off liens–that is, any monetary claims against your property. Examples are: mechanic’s liens, unpaid state and federal tax liens, court judgments, and probate considerations (if a co-owner has died). The product of the title search can be in the form of title insurance, abstract of title, or certificate of title, depending on what is commonly used in your area. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Inspection and Repairs\" state=\"closed\"] If the buyer requires it, your REALTOR® can coordinate an inspection of your home. A buyer may hire an inspector to review many items in the property such as the structural components, mechanical items, electrical systems, and plumbing systems. The inspector will report to the buyer the items that the inspector finds to be in need of repair. Most likely, the buyer will provide a copy of the inspection report to you and may ask you to complete certain repairs. Don’t be surprised if the inspection notes some items in need of repair. An inspector is trained to see items and defects that are not obvious to you and your REALTOR®. No matter how new or well-maintained a home is, an inspector may find some items in need of repair. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Closing The Deal\" state=\"closed\"] The sale formally ends at the closing table. In most transactions, the closing lasts less than an hour and often occurs at the title company office. Your REALTOR® and the buyer’s agent may be present. A title company officer or escrow agent will preside. Be sure to bring your driver’s license to the closing (DPS identification cards and passports are also acceptable). [/symple_toggle]\r\n\r\n[symple_toggle title=\"Basic Documents\" state=\"closed\"] The sale actually consists of two transactions: 1) transferring the property to the buyer, and 2) paying off the existing mortgage on your home (or allowing the buyer to assume your mortgage). To transfer the property, the title company will present documents proving that you have the title. Proceeds of the sale may be disbursed at closing or shortly thereafter, once all the paperwork and verifications have been processed. When you give your house key to the new owners, the sale is complete. [/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'The Selling Process', '', 'publish', 'closed', 'closed', '', 'the-selling-process', '', '', '2016-02-15 00:11:20', '2016-02-15 00:11:20', '', 3876, 'http://denverheirlooms.com/?page_id=3839', 0, 'page', '', 0),
(3840, 4, '2016-02-14 21:56:46', '2016-02-14 21:56:46', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">There are many different steps in the selling process of a successful real estate transaction. You will want to know what is the right price, which means getting a Free Market Analysis done on your home. To get the price you want you will need to make your home look good. For instance just for starters, clean up the yard, plant some flowers, maybe a new coat of paint inside and out! And above all use a real estate professional! Sellers have to stay on top of the selling process.</p>\r\n[symple_toggle title=\"Setting A Price\" state=\"closed\"] When setting a price, the important thing is to be realistic. If the price is too high, you may not find a buyer. Too low, and you cheat yourself out of money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Appraisal\" state=\"closed\"] Regardless of what you originally paid for your home and the cost of improvements you have made, the only price that matters is what the market will bear at the time you decide to sell. You may consider hiring an independent real estate appraiser with specialized training and experience. Don’t rely on assessed valuations made for tax purposes. Such valuations may not be reliable indicators of value, as they are usually made using mass appraisal techniques. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Comparative Market Analysis\" state=\"closed\"] Whether or not you get an appraisal, your REALTOR® can develop a comparative market analysis. This analysis will describe homes in your area that have recently withdrawn from the market and may compare specific features of your home to others–the value of a corner lot, a city view, or an extra bedroom, for example. The analysis may also point out market fluctuations caused by the opening of a new school or business, as well as long-term trends. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Net Proceeds\" state=\"closed\"] Once you’ve decided on a price range, the REALTOR® can help you calculate an estimated amount you might net from the sale. If you have owned your home for several years, you may have built up sizable equity. Equity is the difference between the value of your home and the balance on your mortgage. After subtracting what you owe on your mortgage, ask your REALTOR® what costs you will incur in closing. These may include title fees, taxes, a penalty for prepaying your mortgage, brokerage commission, attorney fees, and charges for preparing and recording documents. Finally, ask your tax adviser or attorney about the tax implications of your proposed sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Signing a Listing Agreement\" state=\"closed\"]\r\n\r\nAfter you choose a REALTOR®, you will most likely sign a listing agreement–a contract in which you agree to allow a REALTOR® to sell your home during a given period and pay the REALTOR® a fee when your home sells. Most REALTORS® are independent contractors who work for a company operated by a licensed real estate broker.\r\n\r\nThe amount of compensation you pay a broker is negotiable, but the REALTOR® will generally follow the company’s policy regarding compensation. The amount of the fee will be spelled out in the listing agreement. Make sure you understand how the fee will be paid before signing.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Listings\" state=\"closed\"]\r\n\r\nMost REALTORS® will ask for an exclusive right-to-sell listing. This means that you will owe the broker a commission regardless of who finds a buyer during the listing period. In other words, if you decide to sell the house to your cousin, your broker still gets a commission. In an exclusive listing, the broker is usually motivated to work harder to sell your home.\r\n\r\nIt’s possible that a REALTOR® from another company will find a buyer for your home. In that case, your broker is the listing broker, and the second agent is the cooperating broker. Many times the listing broker will agree to pay the cooperating broker a fee from the amount you pay the listing broker. Your listing broker cooperates with other brokers who procure buyers interested in your property and offers to compensate the other brokers for procuring a buyer. Cooperating and compensating other brokers is discussed in the listing agreement you sign with the listing broker.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Length Of Listing\" state=\"closed\"]\r\n\r\nThe listing agreement will specify how long you agree to list your house with a company. You want a period that’s long enough to motivate your REALTOR® to advertise your home and respond to buyers, yet short enough to allow you to change to a different company if you become unhappy with the REALTOR®‘s service.\r\n\r\nRemember that the listing agreement is a contract. You should get a copy for your records. Your REALTOR® is bound to the terms just as you are. You can expect the REALTOR® to keep appropriate information confidential and effectively market your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Your Property\" state=\"closed\"]\r\n\r\nPreparing your home\r\n\r\nIn preparing your home for viewing by prospective buyers, remember that people buy on emotions. Your home has to feel right, or buyers will look elsewhere. Ask your REALTOR® and some honest friends to look at your home objectively and suggest ways to make your home more inviting and sellable. Consider both the exterior and interior. Since you will be appealing to buyers’ feelings, you need to pay attention to detail. An extra $50 you spend on red geraniums or new bath towels might mean a significant increase in a buyer’s offer.\r\n\r\nClean your home thoroughly and make minor repairs such as tightening towel racks and gluing wallpaper edges. For larger repairs, consult your REALTOR® as to whether repairing the item will generate a good return on the sale. Repainting the woodwork may be worth it, but replacing the carpet may not. Hire a professional inspector to examine your house for structural and mechanical defects. Get an inspection early, and you can avoid surprises.\r\n\r\nHonesty and candor\r\n\r\nIf your home has a major problem you don’t intend to correct, be candid about it. Don’t paint over the water marks on the ceiling to hide a leaky roof. Buyers will find out about the problems anyway, especially if they are smart shoppers and hire a professional to inspect your home. In an age when lawsuits are as common as family sit-down dinners, it pays to be open about everything.\r\n\r\nYou should consider including a one-year residential service contract with the sale of your home. This buyer perk is a common practice and helps ease concerns. Typically, after the first year, the buyer has the option of renewing the coverage at his or her expense. A residential service contract is simply an agreement with a company to repair certain items on the property if such items fail to function or are in need of repair (for example, air conditioning unit, heating equipment, plumbing system, etc.).\r\n\r\nAttracting and screening buyers\r\n\r\nAs part of the overall marketing strategy, your REALTOR® may arrange a tour of your home for local REALTORS® and perhaps schedule an open house for the public. Your REALTOR® may also run ads in local newspapers, Web sites, and other publications tailored specifically for the type of home you are selling. As responses come in, your REALTOR® will screen out sightseers and half-hearted inquirers and make appointments with the serious prospects.\r\n\r\nWhen the showings begin, keep your home clean and ready. Your REALTOR® will try to give you advance warning before showing your home but be prepared anyway. If people drop by and are not with a REALTOR®, it’s best not to show them your home. Ask for their names and phone numbers and refer them to your REALTOR®.\r\n\r\nPurposeful absence\r\n\r\nWhen a REALTOR® comes to show your home, it’s best if you are not there. Many buyers feel like intruders when the owner is present; they tend to hurry away. Letting the buyers walk through your property at their own pace will help put them at ease. They will feel free to look around and ask questions. If you must be there, let the REALTOR® handle the showing. Sit quietly and be courteous, but avoid engaging the buyer in conversation. The REALTOR® needs the buyer’s complete attention to show your home properly.\r\n\r\nFair housing\r\n\r\nREALTORS® are required by law to make your property available to all persons without regard to race, color, religion, national origin, sex, disability, or familial status. Your REALTOR® will not discuss any matter that may potentially discriminate against any person.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The Offer\" state=\"closed\"] When a buyer makes an offer on your home, your REALTOR® will contact you promptly. The REALTOR® will scrutinize the document, review it with you carefully, and answer your questions. The written offer lays out all the terms of the proposed transaction–the price the buyer is willing to pay and the financing terms–and becomes a binding contract if you sign it.The offer may be contingent on the buyer selling a home first or obtaining an inspection. Ask your REALTOR®how these terms affect you and whether the offer is in line with the market. The offer describes the property, states who pays for which closing costs, and specifies dates of closing and possession. Along with making the offer, the buyer may place some earnest money with the escrow agent as a sign of good faith. The earnest money will be kept in an escrow account and applied to the buyer’s down payment or closing costs when the sale closes. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Seller\' Disclosure\" state=\"closed\"]\r\n\r\nIn most residential sales, law requires that the seller deliver a seller’s disclosure notice to the buyer on or before the effective date of purchase. This document provides important information about the seller’s knowledge of the condition of the property. Complete the notice to the best of your knowledge and belief. Your REALTOR® will most likely ask that you complete the notice at the time the listing is first taken. Copies of the completed notice will be made available to those looking at your property.\r\n\r\nLead-based paint disclosure\r\n\r\nIf your property was built before 1978, federal law requires that before a buyer is obligated under a contract to buy the property, the seller shall: 1) provide the buyer with a lead hazard information pamphlet (as prescribed by EPA); 2) disclose the presence of any known lead-based paint or hazard; 3) provide the buyer with a lead hazard evaluation report or records available to the seller; and 4) permit the buyer to conduct a risk assessment or inspection for the presence of lead-based paint or hazards. A contract for the sale of property built before 1978 must contain a statutorily prescribed Lead Warning Statement to the buyer. Your REALTOR®will provide you with the forms necessary to comply with the law and will suggest procedures to follow in order to comply.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Accepting The Offer\" state=\"closed\"] Once you and the buyer agree on terms and sign the contract, the buyer will generally have to find a lender and apply for a loan. Your REALTOR® may monitor the loan process, which could last several weeks. During this time, your REALTOR® will also be busy coordinating other arrangements to prepare for the final sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Title Search\" state=\"closed\"] As part of the process, the title company may order a survey of your property and research the title to your home, making sure the chain of title is clear. Clearing the title may require paying off liens–that is, any monetary claims against your property. Examples are: mechanic’s liens, unpaid state and federal tax liens, court judgments, and probate considerations (if a co-owner has died). The product of the title search can be in the form of title insurance, abstract of title, or certificate of title, depending on what is commonly used in your area. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Inspection and Repairs\" state=\"closed\"] If the buyer requires it, your REALTOR® can coordinate an inspection of your home. A buyer may hire an inspector to review many items in the property such as the structural components, mechanical items, electrical systems, and plumbing systems. The inspector will report to the buyer the items that the inspector finds to be in need of repair. Most likely, the buyer will provide a copy of the inspection report to you and may ask you to complete certain repairs. Don’t be surprised if the inspection notes some items in need of repair. An inspector is trained to see items and defects that are not obvious to you and your REALTOR®. No matter how new or well-maintained a home is, an inspector may find some items in need of repair. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Closing The Deal\" state=\"closed\"] The sale formally ends at the closing table. In most transactions, the closing lasts less than an hour and often occurs at the title company office. Your REALTOR® and the buyer’s agent may be present. A title company officer or escrow agent will preside. Be sure to bring your driver’s license to the closing (DPS identification cards and passports are also acceptable). [/symple_toggle]\r\n\r\n[symple_toggle title=\"Basic Documents\" state=\"closed\"] The sale actually consists of two transactions: 1) transferring the property to the buyer, and 2) paying off the existing mortgage on your home (or allowing the buyer to assume your mortgage). To transfer the property, the title company will present documents proving that you have the title. Proceeds of the sale may be disbursed at closing or shortly thereafter, once all the paperwork and verifications have been processed. When you give your house key to the new owners, the sale is complete. [/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'The Selling Process', '', 'inherit', 'closed', 'closed', '', '3839-revision-v1', '', '', '2016-02-14 21:56:46', '2016-02-14 21:56:46', '', 3839, 'http://denverheirlooms.com/2016/02/14/3839-revision-v1/', 0, 'revision', '', 0),
(3843, 4, '2016-02-14 21:58:56', '2016-02-14 21:58:56', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">There are many different steps in the selling process of a successful real estate transaction. You will want to know what is the right price, which means getting a Free Market Analysis done on your home. To get the price you want you will need to make your home look good. For instance just for starters, clean up the yard, plant some flowers, maybe a new coat of paint inside and out! And above all use a real estate professional! Sellers have to stay on top of the selling process.</p>\n\n[symple_toggle title=\"Setting A Price\" state=\"closed\"] When setting a price, the important thing is to be realistic. If the price is too high, you may not find a buyer. Too low, and you cheat yourself out of money. [/symple_toggle]\n\n[symple_toggle title=\"Appraisal\" state=\"closed\"] Regardless of what you originally paid for your home and the cost of improvements you have made, the only price that matters is what the market will bear at the time you decide to sell. You may consider hiring an independent real estate appraiser with specialized training and experience. Don’t rely on assessed valuations made for tax purposes. Such valuations may not be reliable indicators of value, as they are usually made using mass appraisal techniques. [/symple_toggle]\n\n[symple_toggle title=\"Comparative Market Analysis\" state=\"closed\"] Whether or not you get an appraisal, your REALTOR® can develop a comparative market analysis. This analysis will describe homes in your area that have recently withdrawn from the market and may compare specific features of your home to others–the value of a corner lot, a city view, or an extra bedroom, for example. The analysis may also point out market fluctuations caused by the opening of a new school or business, as well as long-term trends. [/symple_toggle]\n\n[symple_toggle title=\"Net Proceeds\" state=\"closed\"] Once you’ve decided on a price range, the REALTOR® can help you calculate an estimated amount you might net from the sale. If you have owned your home for several years, you may have built up sizable equity. Equity is the difference between the value of your home and the balance on your mortgage. After subtracting what you owe on your mortgage, ask your REALTOR® what costs you will incur in closing. These may include title fees, taxes, a penalty for prepaying your mortgage, brokerage commission, attorney fees, and charges for preparing and recording documents. Finally, ask your tax adviser or attorney about the tax implications of your proposed sale. [/symple_toggle]\n\n[symple_toggle title=\"Signing a Listing Agreement\" state=\"closed\"]\n\nAfter you choose a REALTOR®, you will most likely sign a listing agreement–a contract in which you agree to allow a REALTOR® to sell your home during a given period and pay the REALTOR® a fee when your home sells. Most REALTORS® are independent contractors who work for a company operated by a licensed real estate broker.\n\nThe amount of compensation you pay a broker is negotiable, but the REALTOR® will generally follow the company’s policy regarding compensation. The amount of the fee will be spelled out in the listing agreement. Make sure you understand how the fee will be paid before signing.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Exclusive Listings\" state=\"closed\"]\n\nMost REALTORS® will ask for an exclusive right-to-sell listing. This means that you will owe the broker a commission regardless of who finds a buyer during the listing period. In other words, if you decide to sell the house to your cousin, your broker still gets a commission. In an exclusive listing, the broker is usually motivated to work harder to sell your home.\n\nIt’s possible that a REALTOR® from another company will find a buyer for your home. In that case, your broker is the listing broker, and the second agent is the cooperating broker. Many times the listing broker will agree to pay the cooperating broker a fee from the amount you pay the listing broker. Your listing broker cooperates with other brokers who procure buyers interested in your property and offers to compensate the other brokers for procuring a buyer. Cooperating and compensating other brokers is discussed in the listing agreement you sign with the listing broker.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Length Of Listing\" state=\"closed\"]\n\nThe listing agreement will specify how long you agree to list your house with a company. You want a period that’s long enough to motivate your REALTOR® to advertise your home and respond to buyers, yet short enough to allow you to change to a different company if you become unhappy with the REALTOR®‘s service.\n\nRemember that the listing agreement is a contract. You should get a copy for your records. Your REALTOR® is bound to the terms just as you are. You can expect the REALTOR® to keep appropriate information confidential and effectively market your property.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Marketing Your Property\" state=\"closed\"]\n\nPreparing your home\n\nIn preparing your home for viewing by prospective buyers, remember that people buy on emotions. Your home has to feel right, or buyers will look elsewhere. Ask your REALTOR® and some honest friends to look at your home objectively and suggest ways to make your home more inviting and sellable. Consider both the exterior and interior. Since you will be appealing to buyers’ feelings, you need to pay attention to detail. An extra $50 you spend on red geraniums or new bath towels might mean a significant increase in a buyer’s offer.\n\nClean your home thoroughly and make minor repairs such as tightening towel racks and gluing wallpaper edges. For larger repairs, consult your REALTOR® as to whether repairing the item will generate a good return on the sale. Repainting the woodwork may be worth it, but replacing the carpet may not. Hire a professional inspector to examine your house for structural and mechanical defects. Get an inspection early, and you can avoid surprises.\n\nHonesty and candor\n\nIf your home has a major problem you don’t intend to correct, be candid about it. Don’t paint over the water marks on the ceiling to hide a leaky roof. Buyers will find out about the problems anyway, especially if they are smart shoppers and hire a professional to inspect your home. In an age when lawsuits are as common as family sit-down dinners, it pays to be open about everything.\n\nYou should consider including a one-year residential service contract with the sale of your home. This buyer perk is a common practice and helps ease concerns. Typically, after the first year, the buyer has the option of renewing the coverage at his or her expense. A residential service contract is simply an agreement with a company to repair certain items on the property if such items fail to function or are in need of repair (for example, air conditioning unit, heating equipment, plumbing system, etc.).\n\nAttracting and screening buyers\n\nAs part of the overall marketing strategy, your REALTOR® may arrange a tour of your home for local REALTORS® and perhaps schedule an open house for the public. Your REALTOR® may also run ads in local newspapers, Web sites, and other publications tailored specifically for the type of home you are selling. As responses come in, your REALTOR® will screen out sightseers and half-hearted inquirers and make appointments with the serious prospects.\n\nWhen the showings begin, keep your home clean and ready. Your REALTOR® will try to give you advance warning before showing your home but be prepared anyway. If people drop by and are not with a REALTOR®, it’s best not to show them your home. Ask for their names and phone numbers and refer them to your REALTOR®.\n\nPurposeful absence\n\nWhen a REALTOR® comes to show your home, it’s best if you are not there. Many buyers feel like intruders when the owner is present; they tend to hurry away. Letting the buyers walk through your property at their own pace will help put them at ease. They will feel free to look around and ask questions. If you must be there, let the REALTOR® handle the showing. Sit quietly and be courteous, but avoid engaging the buyer in conversation. The REALTOR® needs the buyer’s complete attention to show your home properly.\n\nFair housing\n\nREALTORS® are required by law to make your property available to all persons without regard to race, color, religion, national origin, sex, disability, or familial status. Your REALTOR® will not discuss any matter that may potentially discriminate against any person.\n\n[/symple_toggle]\n\n[symple_toggle title=\"The Offer\" state=\"closed\"] When a buyer makes an offer on your home, your REALTOR® will contact you promptly. The REALTOR® will scrutinize the document, review it with you carefully, and answer your questions. The written offer lays out all the terms of the proposed transaction–the price the buyer is willing to pay and the financing terms–and becomes a binding contract if you sign it.The offer may be contingent on the buyer selling a home first or obtaining an inspection. Ask your REALTOR®how these terms affect you and whether the offer is in line with the market. The offer describes the property, states who pays for which closing costs, and specifies dates of closing and possession. Along with making the offer, the buyer may place some earnest money with the escrow agent as a sign of good faith. The earnest money will be kept in an escrow account and applied to the buyer’s down payment or closing costs when the sale closes. [/symple_toggle]\n\n[symple_toggle title=\"Seller\' Disclosure\" state=\"closed\"]\n\nIn most residential sales, law requires that the seller deliver a seller’s disclosure notice to the buyer on or before the effective date of purchase. This document provides important information about the seller’s knowledge of the condition of the property. Complete the notice to the best of your knowledge and belief. Your REALTOR® will most likely ask that you complete the notice at the time the listing is first taken. Copies of the completed notice will be made available to those looking at your property.\n\nLead-based paint disclosure\n\nIf your property was built before 1978, federal law requires that before a buyer is obligated under a contract to buy the property, the seller shall: 1) provide the buyer with a lead hazard information pamphlet (as prescribed by EPA); 2) disclose the presence of any known lead-based paint or hazard; 3) provide the buyer with a lead hazard evaluation report or records available to the seller; and 4) permit the buyer to conduct a risk assessment or inspection for the presence of lead-based paint or hazards. A contract for the sale of property built before 1978 must contain a statutorily prescribed Lead Warning Statement to the buyer. Your REALTOR®will provide you with the forms necessary to comply with the law and will suggest procedures to follow in order to comply.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Accepting The Offer\" state=\"closed\"] Once you and the buyer agree on terms and sign the contract, the buyer will generally have to find a lender and apply for a loan. Your REALTOR® may monitor the loan process, which could last several weeks. During this time, your REALTOR® will also be busy coordinating other arrangements to prepare for the final sale. [/symple_toggle]\n\n[symple_toggle title=\"Title Search\" state=\"closed\"] As part of the process, the title company may order a survey of your property and research the title to your home, making sure the chain of title is clear. Clearing the title may require paying off liens–that is, any monetary claims against your property. Examples are: mechanic’s liens, unpaid state and federal tax liens, court judgments, and probate considerations (if a co-owner has died). The product of the title search can be in the form of title insurance, abstract of title, or certificate of title, depending on what is commonly used in your area. [/symple_toggle]\n\n[symple_toggle title=\"Inspection and Repairs\" state=\"closed\"] If the buyer requires it, your REALTOR® can coordinate an inspection of your home. A buyer may hire an inspector to review many items in the property such as the structural components, mechanical items, electrical systems, and plumbing systems. The inspector will report to the buyer the items that the inspector finds to be in need of repair. Most likely, the buyer will provide a copy of the inspection report to you and may ask you to complete certain repairs. Don’t be surprised if the inspection notes some items in need of repair. An inspector is trained to see items and defects that are not obvious to you and your REALTOR®. No matter how new or well-maintained a home is, an inspector may find some items in need of repair. [/symple_toggle]\n\n[symple_toggle title=\"Closing The Deal\" state=\"closed\"] The sale formally ends at the closing table. In most transactions, the closing lasts less than an hour and often occurs at the title company office. Your REALTOR® and the buyer’s agent may be present. A title company officer or escrow agent will preside. Be sure to bring your driver’s license to the closing (DPS identification cards and passports are also acceptable). [/symple_toggle]\n\n[symple_toggle title=\"Basic Documents\" state=\"closed\"] The sale actually consists of two transactions: 1) transferring the property to the buyer, and 2) paying off the existing mortgage on your home (or allowing the buyer to assume your mortgage). To transfer the property, the title company will present documents proving that you have the title. Proceeds of the sale may be disbursed at closing or shortly thereafter, once all the paperwork and verifications have been processed. When you give your house key to the new owners, the sale is complete. [/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Selling Process Page', '', 'publish', 'closed', 'closed', '', 'selling-process-page', '', '', '2016-02-14 21:58:56', '2016-02-14 21:58:56', '', 0, 'http://denverheirlooms.com/templatera/selling-process-page/', 0, 'templatera', '', 0),
(3844, 4, '2016-02-14 22:02:27', '2016-02-14 22:02:27', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3845\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic9.jpg\" alt=\"Pic9\" width=\"298\" height=\"198\" /></p>\r\n<p style=\"text-align: justify;\">After filling out the form for a list of service providers in the neighborhood of your choice, we will send you an important list of service providers with phone numbers that will save you time. This list will include such numbers as utilities, rubbish removal, churches, City and County important numbers and contact information, many other important numbers of service providers for your use that will save you time. If you are new to the area, this list is a must have.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Service Providers Request Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3848\"][/vc_column][/vc_row]', 'Service Providers', '', 'publish', 'closed', 'closed', '', 'service-providers', '', '', '2016-02-14 22:07:16', '2016-02-14 22:07:16', '', 0, 'http://denverheirlooms.com/?page_id=3844', 0, 'page', '', 0),
(3845, 4, '2016-02-14 22:01:32', '2016-02-14 22:01:32', '', 'Pic9', '', 'inherit', 'closed', 'closed', '', 'pic9', '', '', '2016-02-14 22:01:32', '2016-02-14 22:01:32', '', 3844, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic9.jpg', 0, 'attachment', 'image/jpeg', 0),
(3846, 4, '2016-02-14 22:02:27', '2016-02-14 22:02:27', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3845\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic9.jpg\" alt=\"Pic9\" width=\"298\" height=\"198\" /></p>\r\n<p style=\"text-align: justify;\">After filling out the form for a list of service providers in the neighborhood of your choice, we will send you an important list of service providers with phone numbers that will save you time. This list will include such numbers as utilities, rubbish removal, churches, City and County important numbers and contact information, many other important numbers of service providers for your use that will save you time. If you are new to the area, this list is a must have.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Service Providers Request Form</h3>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Service Providers', '', 'inherit', 'closed', 'closed', '', '3844-revision-v1', '', '', '2016-02-14 22:02:27', '2016-02-14 22:02:27', '', 3844, 'http://denverheirlooms.com/2016/02/14/3844-revision-v1/', 0, 'revision', '', 0),
(3848, 4, '2016-02-14 22:06:52', '2016-02-14 22:06:52', '[vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" control_name=\"name\" placeholder=\"Name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_checkbox control_label=\"Would you like to receive our full Service Provider List?\" control_name=\"request-providers\" options=\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea required=\"1\" control_label=\"Question/Comments/Requests\" control_name=\"comments\" placeholder=\"Add text here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"security\" placeholder=\"Type in text here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Service Providers', '', 'publish', 'closed', 'closed', '', 'service-providers', '', '', '2022-10-19 13:10:52', '2022-10-19 19:10:52', '', 0, 'http://denverheirlooms.com/?post_type=dhvcform&p=3848', 0, 'dhvcform', '', 0),
(3849, 4, '2016-02-14 22:07:16', '2016-02-14 22:07:16', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3845\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic9.jpg\" alt=\"Pic9\" width=\"298\" height=\"198\" /></p>\r\n<p style=\"text-align: justify;\">After filling out the form for a list of service providers in the neighborhood of your choice, we will send you an important list of service providers with phone numbers that will save you time. This list will include such numbers as utilities, rubbish removal, churches, City and County important numbers and contact information, many other important numbers of service providers for your use that will save you time. If you are new to the area, this list is a must have.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Service Providers Request Form</h3>\r\n[/vc_column_text][dhvc_form id=\"3848\"][/vc_column][/vc_row]', 'Service Providers', '', 'inherit', 'closed', 'closed', '', '3844-revision-v1', '', '', '2016-02-14 22:07:16', '2016-02-14 22:07:16', '', 3844, 'http://denverheirlooms.com/2016/02/14/3844-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3850, 4, '2016-02-14 22:08:18', '2016-02-14 22:08:18', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-3845\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Pic9.jpg\" alt=\"Pic9\" width=\"298\" height=\"198\" /></p>\n<p style=\"text-align: justify;\">After filling out the form for a list of service providers in the neighborhood of your choice, we will send you an important list of service providers with phone numbers that will save you time. This list will include such numbers as utilities, rubbish removal, churches, City and County important numbers and contact information, many other important numbers of service providers for your use that will save you time. If you are new to the area, this list is a must have.</p>\n\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n<h3>Service Providers Request Form</h3>\n[/vc_column_text][dhvc_form id=\"3848\"][/vc_column][/vc_row]', 'Service Providers Page', '', 'publish', 'closed', 'closed', '', 'service-providers-page', '', '', '2016-02-14 22:08:18', '2016-02-14 22:08:18', '', 0, 'http://denverheirlooms.com/templatera/service-providers-page/', 0, 'templatera', '', 0),
(3852, 4, '2016-02-14 22:16:19', '2016-02-14 22:16:19', '[vc_row][vc_column][vc_column_text]<iframe src=\"https://denverheirlooms.com/Calculators/index.htm\" name=\"cwindow\" width=\"100%\" height=\"1350\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Mortgage Calculators', '', 'publish', 'closed', 'closed', '', 'mortgage-calculators', '', '', '2020-08-20 08:49:53', '2020-08-20 14:49:53', '', 3876, 'http://denverheirlooms.com/?page_id=3852', 0, 'page', '', 0),
(3861, 4, '2016-02-14 23:01:20', '2016-02-14 23:01:20', '[vc_row][vc_column][vc_column_text]<iframe src=\"http://highelevation.biz/group1/denverheirlooms/Calculators/index.htm\" name=\"cwindow\" width=\"100%\" height=\"1150\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Mortgage Calculators', '', 'inherit', 'closed', 'closed', '', '3852-revision-v1', '', '', '2016-02-14 23:01:20', '2016-02-14 23:01:20', '', 3852, 'http://denverheirlooms.com/2016/02/14/3852-revision-v1/', 0, 'revision', '', 0),
(3862, 4, '2016-02-14 23:02:19', '2016-02-14 23:02:19', '[vc_row][vc_column][vc_column_text]<iframe src=\"http://highelevation.biz/group1/denverheirlooms/Calculators/index.htm\" name=\"cwindow\" width=\"100%\" height=\"1250\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Mortgage Calculators', '', 'inherit', 'closed', 'closed', '', '3852-revision-v1', '', '', '2016-02-14 23:02:19', '2016-02-14 23:02:19', '', 3852, 'http://denverheirlooms.com/2016/02/14/3852-revision-v1/', 0, 'revision', '', 0),
(3863, 4, '2016-02-14 23:02:57', '2016-02-14 23:02:57', '[vc_row][vc_column][vc_column_text]<iframe src=\"http://highelevation.biz/group1/denverheirlooms/Calculators/index.htm\" name=\"cwindow\" width=\"100%\" height=\"1350\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Mortgage Calculators', '', 'inherit', 'closed', 'closed', '', '3852-revision-v1', '', '', '2016-02-14 23:02:57', '2016-02-14 23:02:57', '', 3852, 'http://denverheirlooms.com/2016/02/14/3852-revision-v1/', 0, 'revision', '', 0),
(3864, 4, '2016-02-14 23:06:32', '2016-02-14 23:06:32', '[vc_row][vc_column][vc_column_text]<iframe src=\"http://highelevation.biz/group1/denverheirlooms/Calculators/index.htm\" name=\"cwindow\" width=\"100%\" height=\"1350\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Mortgage Calculators Page', '', 'publish', 'closed', 'closed', '', 'mortgage-calculators-page', '', '', '2016-02-14 23:06:32', '2016-02-14 23:06:32', '', 0, 'http://denverheirlooms.com/templatera/mortgage-calculators-page/', 0, 'templatera', '', 0),
(3865, 4, '2016-02-14 23:09:39', '2016-02-14 23:09:39', '[vc_row][vc_column][vc_column_text]<iframe src=\"http://highelevation.biz/group1/denverheirlooms/glossary/glossary_a.html\" width=\"100%\" height=\"1350\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Real Estate Terms', '', 'publish', 'closed', 'closed', '', 'real-estate-terms', '', '', '2016-02-15 00:11:11', '2016-02-15 00:11:11', '', 3876, 'http://denverheirlooms.com/?page_id=3865', 0, 'page', '', 0),
(3866, 4, '2016-02-14 23:09:39', '2016-02-14 23:09:39', '[vc_row][vc_column][vc_column_text]<iframe src=\"216.172.168.58/dunlapteam/glossary/glossary_a.html\" name=\"cwindow\" width=\"100%\" height=\"3000\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Real Estate Terms', '', 'inherit', 'closed', 'closed', '', '3865-revision-v1', '', '', '2016-02-14 23:09:39', '2016-02-14 23:09:39', '', 3865, 'http://denverheirlooms.com/2016/02/14/3865-revision-v1/', 0, 'revision', '', 0),
(3868, 4, '2016-02-14 23:13:31', '2016-02-14 23:13:31', '[vc_row][vc_column][vc_column_text]<iframe src=\"216.172.168.58/dunlapteam/glossary/glossary_a.html\" name=\"cwindow\" width=\"100%\" height=\"3000\" frameborder=\"0\"></iframe>\r\n\r\n<iframe src=\"http://highelevation.biz/group1/denverheirlooms/glossary/glossary_a.html\" name=\"cwindow\" width=\"100%\" height=\"1350\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Real Estate Terms', '', 'inherit', 'closed', 'closed', '', '3865-revision-v1', '', '', '2016-02-14 23:13:31', '2016-02-14 23:13:31', '', 3865, 'http://denverheirlooms.com/2016/02/14/3865-revision-v1/', 0, 'revision', '', 0),
(3869, 4, '2016-02-14 23:15:04', '2016-02-14 23:15:04', '[vc_row][vc_column][vc_column_text]<iframe src=\"http://highelevation.biz/group1/denverheirlooms/glossary/glossary_a.html\" width=\"100%\" height=\"1350\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Real Estate Terms', '', 'inherit', 'closed', 'closed', '', '3865-revision-v1', '', '', '2016-02-14 23:15:04', '2016-02-14 23:15:04', '', 3865, 'http://denverheirlooms.com/2016/02/14/3865-revision-v1/', 0, 'revision', '', 0),
(3870, 4, '2016-02-14 23:30:40', '2016-02-14 23:30:40', '[vc_row][vc_column][vc_column_text]<iframe src=\"http://highelevation.biz/group1/denverheirlooms/glossary/glossary_a.html\" width=\"100%\" height=\"1350\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Real Estate Terms Page', '', 'publish', 'closed', 'closed', '', 'real-estate-terms-page', '', '', '2016-02-14 23:30:40', '2016-02-14 23:30:40', '', 0, 'http://denverheirlooms.com/templatera/real-estate-terms-page/', 0, 'templatera', '', 0),
(3876, 4, '2016-02-15 00:08:25', '2016-02-15 00:08:25', '', 'Resources', '', 'publish', 'closed', 'closed', '', 'resources', '', '', '2016-02-15 00:09:16', '2016-02-15 00:09:16', '', 0, 'http://denverheirlooms.com/?page_id=3876', 0, 'page', '', 0),
(3877, 4, '2016-02-15 00:08:25', '2016-02-15 00:08:25', '', 'Resources', '', 'inherit', 'closed', 'closed', '', '3876-revision-v1', '', '', '2016-02-15 00:08:25', '2016-02-15 00:08:25', '', 3876, 'http://denverheirlooms.com/2016/02/15/3876-revision-v1/', 0, 'revision', '', 0),
(3878, 4, '2016-02-15 00:11:55', '2016-02-15 07:11:55', '[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"4387\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Meet Tricia Potucek</h2>\r\nTel: <a href=\"tel:720-350-5948\">(720) 350-5948</a>\r\nEmail: <a href=\"mailto:tricia.potucek@livsothebysrealty.com\">tricia.potucek@livsothebysrealty.com</a>\r\n\r\n<em>\"My number one commitment is to provide exceptional service in selling your personal cottage . . . or finding that once in a lifetime dream home!\" </em>\r\n\r\nTricia Potucek loves helping individuals and families achieve their personal and professional real estate dreams and goals. She began her highly successful Denver real estate career in 1993, building upon her 14 years of management in billion dollar quality service corporations spanning merchandising, operations and human resources. She believes in the proactive approach of making things happen and has learned from the best.\r\n\r\nTricia was promoted to 5 different cities in 10 years and understands the difficulties of moving into a new city/area and starting over . . . whether it be assistance in finding doctors, schools, plumbers, painters . . . she knows the people who will make your transition easier.\r\n\r\nTricia’s commitment to excellence is evident and her passion to exceed expectations is unwavering. Her success comes from an unique combination of warm, caring personality coupled with her extensive knowledge of the Metro Denver real estate market and financing.\r\n\r\nTricia Potucek’s strong work ethic, in addition to finely honed negotiation skills, ensure that transactions are executed with proficiency and tenacity, which are vital characteristics in today\'s challenging market.\r\n\r\nShe constantly works to stay ahead of the curve on technology and market trends.\r\n\r\nHer attention to detail, meticulous organization and excellent communication skills will keep you informed throughout the entire process.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u><span style=\"color: #003300;\">Neighborhoods Served</span></u></strong>\r\n\r\n<span style=\"color: #000000;\">Tricia Potucek services her clients throughout metro Denver. A few of the specific neighborhoods that Tricia specializes in are:</span>\r\n\r\nBelcaro <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Bonnie Brae <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_creek/\">Cherry Creek</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_hills_village/\">Cherry Hills</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Cheesman Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> City Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Congress Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Denver Country Club <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Grant Ranch <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/greenwood_village/\">Greenwood Village</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Highlands/LoHi <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/hilltop/\">Hilltop</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Homestead <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lonetree/\">Lone Tree</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lodo/\">Lower Downtown/Downtown</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /><a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lowry/\"> Lowry</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Mayfair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Montclair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/observatory/\">Observatory Park</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/park_hill/\">Park Hill</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Seventh Avenue District <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Sloans Lake <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/wash_park/\">Washington Park </a>\r\n\r\n<strong><u><span style=\"color: #003300;\"><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /></span></u><span style=\"color: #003300;\"> </span><u><span style=\"color: #003300;\">Community Involvement</span></u></strong>\r\n\r\nDuring free time Tricia believes in giving back to the community she loves. The following are a few of the organizations she has been involved with:\r\n<ul>\r\n <li><em>Anchor Center for Blind Children - Past Board member</em></li>\r\n <li><em>Visions of Love – benefiting Anchor Center for Blind Children - Chairperson</em></li>\r\n <li><em>Seventh Avenue Neighborhood Association – Past Board member</em></li>\r\n <li><em>Delta Gamma Denver Alumna – Past President</em></li>\r\n <li><em>Race for the Cure – Volunteer, walker</em></li>\r\n <li><em>Women’s Foundation of Colorado</em></li>\r\n <li><em>Denver Botanic Gardens</em></li>\r\n <li><em>National Association of Realtors (NAR)</em></li>\r\n <li><em>Colorado Association of Realtors (CAR)</em></li>\r\n <li><em>Denver Board of Realtors</em></li>\r\n</ul>\r\n<strong>Tricia Potucek’s thoughts on working with Buyers and Sellers:</strong>\r\n\r\n<em>\"I believe selling real estate is not about a single transaction, it\'s about building long term relationships. I love what I do. I am passionate about going to work and providing my clients with extraordinary service and the assistance they need to achieve their personal and professional goals. I take great pride in the fact 90% of my business is from past clients and/or referrals.<span style=\"color: #996600; font-family: wp_bogus_font;\">\"</span></em>\r\n\r\n<span style=\"color: #996600;\"><em> </em></span><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Sellers</u></strong>\r\n\r\n<em>\"My FOCUS is keeping the Seller’s property in the forefront of the potential Buyer, to receive an offer from a qualified Buyer, negotiate the best price for the home in the current economy, follow the transaction through to a successful close and then help my Sellers on with their new goals and dreams. When working for Sellers I use innovative marketing, technology, a large network of clients and persistence to get their property SOLD. My websites are some of the best in the business and I use search engine optimization and syndication to reach the largest audiences on the internet. Virtual tours, videos, on line property brochures, mobile phone apps, all enhance the on line presence of my listings. Statistics show 80% of buyers say they use the internet to find property.\"</em>\r\n\r\n<span style=\"color: #003300;\"><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Buyers</u></strong></span>\r\n\r\n<em>\"I understand by the time a buyer reaches my phone or doorstep there is a 98% chance they have already been on the internet searching for homes.</em>\r\n\r\n<em>My responsibility is to help the buyer find the right home at the right price. My goal is to save my buyers time and frustration by just looking on the internet or “driving the streets”. I take time to interview the buyer to get to know their needs and then I use my extensive knowledge of Denver neighborhoods and property types and trends to find a property that is best suited for them. I screen properties prior to showings, so my buyers see the properties that “fit” their individual needs. I work as a buyer agent or transaction broker and use my negotiating skills and expertise to represent the buyer throughout the buying process. I work to keep the process smooth, educational and many times even FUN!</em>\r\n\r\n<em>Thank you and I look forward to hearing from you !\"</em>\r\n\r\n<img class=\"alignnone size-full wp-image-4385\" src=\"http://denverheirlooms.com/wp-content/uploads/2018/02/tricia.jpg\" alt=\"\" width=\"144\" height=\"72\" />[/vc_column_text][/vc_column][/vc_row]', 'Tricia\'s Bio', '', 'publish', 'closed', 'closed', '', 'tricias-bio', '', '', '2022-11-29 12:09:23', '2022-11-29 19:09:23', '', 0, 'http://denverheirlooms.com/?page_id=3878', 0, 'page', '', 0),
(3880, 4, '2016-02-15 00:13:16', '2016-02-15 00:13:16', '[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tortor risus, tempor at dolor et, molestie sodales libero. Donec condimentum ut ante et volutpat. Aenean eget maximus quam. Maecenas nec purus tortor. Duis non mi elit. Vivamus dapibus enim et risus sagittis auctor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed viverra mollis libero, a lacinia sem faucibus ultrices.</p>\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tortor risus, tempor at dolor et, molestie sodales libero. Donec condimentum ut ante et volutpat. Aenean eget maximus quam. Maecenas nec purus tortor. Duis non mi elit. Vivamus dapibus enim et risus sagittis auctor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed viverra mollis libero, a lacinia sem faucibus ultrices.\r\n\r\nNulla quis volutpat metus. Mauris consequat nisi sem, nec malesuada ligula malesuada in. Suspendisse semper nibh sed justo maximus vehicula. Suspendisse interdum est et lorem feugiat bibendum. Aenean nec nunc sem. In quis ullamcorper velit. Nulla volutpat imperdiet faucibus. Cras metus purus, maximus in massa ut, venenatis aliquam diam. Fusce eros sem, convallis venenatis dignissim at, ultrices eleifend orci. Quisque orci elit, faucibus at cursus eget, euismod eget elit.\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\n<p style=\"text-align: justify;\">A trip to the Springs wouldn’t be complete without a trip to the Academy, which just celebrated it’s 50th anniversary.</p>\r\n<p style=\"text-align: justify;\">See the fabulous Cadet Chapel with it’s 17 sparkling spires that rise 150 feet into the air. The chapel is open Monday through Saturday for most of the year. It’s closed for a few days around graduation when many of the graduating officers have weddings there. See Arnold Hall and the Honor Court as well as Falcon Stadium.</p>\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\nDonec vel dui libero. Etiam malesuada nibh vel ligula sodales, sed auctor mi tristique. Phasellus vitae tortor tempor, lobortis nunc quis, commodo felis. Nullam convallis nulla quis augue rutrum congue. Aenean porttitor tortor non tortor sagittis sodales. Maecenas odio elit, accumsan non dictum quis, scelerisque sed lacus. Cras nec scelerisque arcu, ultrices maximus justo. Praesent lacus massa, placerat volutpat quam sit amet, porta mollis tortor. Nullam scelerisque condimentum porta. Sed vestibulum nisl quis ante dapibus, at commodo risus varius. Phasellus elit nisl, fermentum ornare posuere a, consequat id sapien. Ut malesuada diam eu mattis blandit. Integer mauris nisi, placerat sit amet enim at, bibendum volutpat diam. Duis erat velit, scelerisque vel ligula eleifend, tincidunt consectetur risus. Nulla porta tempus accumsan. Etiam ullamcorper imperdiet massa, et cursus ipsum hendrerit quis.\r\n\r\nCras accumsan neque non nisi venenatis iaculis. Suspendisse venenatis facilisis porttitor. Vestibulum sollicitudin malesuada sapien ut sagittis. Etiam mauris ex, congue in ultricies in, rutrum tincidunt urna. Morbi auctor ligula nisl, in interdum lectus cursus nec. In ornare diam purus, et facilisis metus iaculis ut. Sed porttitor porta purus, vitae accumsan quam blandit ac. Suspendisse pharetra mollis ligula facilisis malesuada. Nam ex justo, elementum vel elementum at, hendrerit a metus. Ut id enim libero.\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\nDonec vel dui libero. Etiam malesuada nibh vel ligula sodales, sed auctor mi tristique. Phasellus vitae tortor tempor, lobortis nunc quis, commodo felis. Nullam convallis nulla quis augue rutrum congue. Aenean porttitor tortor non tortor sagittis sodales. Maecenas odio elit, accumsan non dictum quis, scelerisque sed lacus. Cras nec scelerisque arcu, ultrices maximus justo. Praesent lacus massa, placerat volutpat quam sit amet, porta mollis tortor. Nullam scelerisque condimentum porta. Sed vestibulum nisl quis ante dapibus, at commodo risus varius. Phasellus elit nisl, fermentum ornare posuere a, consequat id sapien. Ut malesuada diam eu mattis blandit. Integer mauris nisi, placerat sit amet enim at, bibendum volutpat diam. Duis erat velit, scelerisque vel ligula eleifend, tincidunt consectetur risus. Nulla porta tempus accumsan. Etiam ullamcorper imperdiet massa, et cursus ipsum hendrerit quis.\r\n\r\nCras accumsan neque non nisi venenatis iaculis. Suspendisse venenatis facilisis porttitor. Vestibulum sollicitudin malesuada sapien ut sagittis. Etiam mauris ex, congue in ultricies in, rutrum tincidunt urna. Morbi auctor ligula nisl, in interdum lectus cursus nec. In ornare diam purus, et facilisis metus iaculis ut. Sed porttitor porta purus, vitae accumsan quam blandit ac. Suspendisse pharetra mollis ligula facilisis malesuada. Nam ex justo, elementum vel elementum at, hendrerit a metus. Ut id enim libero.\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\n<p style=\"text-align: justify;\">Sed pellentesque turpis eget dapibus iaculis. Pellentesque sed nisi ipsum. Mauris imperdiet mauris in odio condimentum mollis. Duis pellentesque imperdiet augue, a varius enim pellentesque sit amet. Praesent mollis augue nec nisl sollicitudin ullamcorper. Vivamus eget tortor quis ante ornare aliquet at et metus. Morbi turpis ex, faucibus nec purus ac, vehicula mattis diam. In fermentum, ligula sed hendrerit bibendum, tortor metus consequat mauris, sit amet hendrerit nisl nibh vitae arcu.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<p class=\"c9\"><span class=\"c6\"><a href=\"http://www.springsgov.com/\">City of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Utilities:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.csu.org/\" target=\"_blank\">Colorado Springs Utilities\r\n</a></span><span class=\"c8\"><a href=\"http://www.atmosenergy.com/\">Atmos Energy</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csu.org/\">Colorado Springs, CO, El Paso County</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/airportindex.aspx\">Colorado Springs Airport</a>\r\n</span><span class=\"c8\"><a href=\"http://www.visitcos.com/\">Colorado Springs & Pikes Peak Travel Information</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradospringschamber.org/\">Colorado Springs Chamber of Commerce</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Employment:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.ppwfc.org/\">Work Force Center</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Hospitals:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.memorialhealthsystem.com/wps/wcm/connect/MH\">Memorial Health System</a>\r\n</span><span class=\"c8\"><a href=\"http://www.penrosestfrancis.org/\">Penrose-St Francis Health Services\r\n</a></span><span class=\"c8\"><a href=\"http://www.localschooldirectory.com/city-schools/Colorado-Springs/CO?gclid=CLquu76KyaMCFUxb2god0lj9uA\">Colorado Springs Local School Directory</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Colleges:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.coloradocollege.edu/index.asp\">Colorado College\r\n</a></span><span class=\"c8\"><a href=\"http://www.uccs.edu/\">UCCS University of Colorado of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.ppcc.edu/\">Pikes Peak Community College\r\n</a></span><span class=\"c8\"><a href=\"http://www.remingtoncollege.edu/\">Remington College\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/College_America_Colorado_Springs.html\">College America of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/Everest_College_Colorado_Springs.html\">Everest College of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Our Military:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">United States Air Force Academy\r\n</a></span><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">Fort Carson army Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.peterson.af.mil/\">Peterson Air Force Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.schriever.af.mil/\">Shriever Air Force Base</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Places to go/Things to See:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gardenofgods.com/home/index.cfm?flash=1\">Garden Of The Gods\r\n</a></span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cheyenne Mountain Zoo</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cave of The Winds</a>\r\n</span><span class=\"c8\"><a href=\"http://www.sevenfalls.com/home/index.cfm\">Seven Falls</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cliffdwellingsmuseum.com/\">Manitou Cliff Dwellings</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cograilway.com/\">Pikes Peak COG Railway</a>\r\n</span><span class=\"c8\"><a href=\"http://www.manitousprings.org/pikes_peak_attractions.aspx\">Manitou Springs & Pikes Peak Attractions\r\n</a></span><span class=\"c8\"><a href=\"http://www.coloradosprings.com/\">Things to do in Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.gazette.com/sections/entertainment/\">Entertainment Listings in the Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Museums:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.prorodeohalloffame.com/joomla/\">Pro Rodeo Hall Of Fame</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/sectionindex.aspx?sectionid=38\">C.S. Pioneer Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.ghosttownmuseum.com/\">Ghost Town Wild West Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Fine Arts Center</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Western Museum of Mining & Industry</a>\r\n</span><span class=\"c8\"><a href=\"http://www.petemuseum.org/%20%C2%A0\">Petersen Air & Space Museum</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">TV News Services:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.newsfirst5.com/home/\">News First5</a>\r\n</span><span class=\"c8\"><a href=\"http://www.kktv.com/\">KKTV 11</a>\r\n</span><span class=\"c8\"><a href=\"http://www.krdo.com/index.html\">KRDO News Channel 13</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradoconnection.com/\">FOX 21</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Newspapers:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gazette.com/\">The Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Sports:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.minorleaguebaseball.com/index.jsp?sid=t551\">Sky Sox Baseball\r\n</a></span><span class=\"c8\"><a href=\"http://www.teamusa.org/\">Team USA Olympic Team</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Restaurants:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.restauranteur.com/co/cs/\">Restaurant Guide</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Nightlife:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.essortment.com/travel/nightlifeguide_slzt.htm\">Nightlife</a></span></p>\r\n[/vc_column_text][vc_widget_sidebar sidebar_id=\"ultimatum-communityinfosidebar\"][/vc_column][/vc_row]', 'Community Info', '', 'publish', 'closed', 'closed', '', 'community-info', '', '', '2016-02-20 17:29:47', '2016-02-21 00:29:47', '', 0, 'http://denverheirlooms.com/?page_id=3880', 0, 'page', '', 0),
(3881, 4, '2016-02-15 00:13:16', '2016-02-15 00:13:16', '', 'Communities', '', 'inherit', 'closed', 'closed', '', '3880-revision-v1', '', '', '2016-02-15 00:13:16', '2016-02-15 00:13:16', '', 3880, 'http://denverheirlooms.com/2016/02/15/3880-revision-v1/', 0, 'revision', '', 0),
(3882, 4, '2016-02-15 00:14:14', '2016-02-15 00:14:14', '', 'Properties', '', 'publish', 'closed', 'closed', '', 'properties', '', '', '2016-02-15 00:14:14', '2016-02-15 00:14:14', '', 0, 'http://denverheirlooms.com/?page_id=3882', 0, 'page', '', 0),
(3883, 4, '2016-02-15 00:14:14', '2016-02-15 00:14:14', '', 'Properties', '', 'inherit', 'closed', 'closed', '', '3882-revision-v1', '', '', '2016-02-15 00:14:14', '2016-02-15 00:14:14', '', 3882, 'http://denverheirlooms.com/2016/02/15/3882-revision-v1/', 0, 'revision', '', 0),
(3884, 4, '2016-02-15 00:14:56', '2016-02-15 00:14:56', '[optima_express_featured sortBy=\"pd\" propertyType=\"SFR,CND\" resultsPerPage=\"10\" header=\"true\" includeMap=\"true\"]', 'Featured Properties', '', 'publish', 'closed', 'closed', '', 'featured-properties', '', '', '2016-02-17 01:54:27', '2016-02-17 01:54:27', '', 3882, 'http://denverheirlooms.com/?page_id=3884', 0, 'page', '', 0),
(3885, 4, '2016-02-15 00:14:56', '2016-02-15 00:14:56', '', 'Featured Properties', '', 'inherit', 'closed', 'closed', '', '3884-revision-v1', '', '', '2016-02-15 00:14:56', '2016-02-15 00:14:56', '', 3884, 'http://denverheirlooms.com/2016/02/15/3884-revision-v1/', 0, 'revision', '', 0),
(3886, 4, '2016-02-15 00:15:28', '2016-02-15 00:15:28', '[vc_row][vc_column][vc_column_text]\r\n<div id=\"container\"><iframe id=\"search\" src=\"http://triciapotucek.denverrealestate.com/Search\" width=\"300\" height=\"150\"></iframe></div>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Property Search', '', 'publish', 'closed', 'closed', '', 'property-search', '', '', '2018-02-07 18:16:35', '2018-02-08 01:16:35', '', 3882, 'http://denverheirlooms.com/?page_id=3886', 0, 'page', '', 0),
(3887, 4, '2016-02-15 00:15:28', '2016-02-15 00:15:28', '', 'Property Search', '', 'inherit', 'closed', 'closed', '', '3886-revision-v1', '', '', '2016-02-15 00:15:28', '2016-02-15 00:15:28', '', 3886, 'http://denverheirlooms.com/2016/02/15/3886-revision-v1/', 0, 'revision', '', 0),
(3888, 4, '2016-02-15 00:16:06', '2016-02-15 00:16:06', '[vc_row][vc_column][vc_column_text]Fill in the form below to sign up for email updates delivered right to your email box.\r\n\r\n[optima_express_email_alerts][/vc_column_text][/vc_column][/vc_row]', 'Receive Email Alerts', '', 'publish', 'closed', 'closed', '', 'receive-email-alerts', '', '', '2016-02-17 02:01:36', '2016-02-17 02:01:36', '', 3882, 'http://denverheirlooms.com/?page_id=3888', 0, 'page', '', 0),
(3889, 4, '2016-02-15 00:16:06', '2016-02-15 00:16:06', '', 'Receive Email Alerts', '', 'inherit', 'closed', 'closed', '', '3888-revision-v1', '', '', '2016-02-15 00:16:06', '2016-02-15 00:16:06', '', 3888, 'http://denverheirlooms.com/2016/02/15/3888-revision-v1/', 0, 'revision', '', 0),
(3890, 4, '2016-02-15 00:16:42', '2016-02-15 00:16:42', '[vc_row][vc_column][vc_column_text][optima_express_organizer_login][/vc_column_text][/vc_column][/vc_row]', 'Property Organizer', '', 'publish', 'closed', 'closed', '', 'property-organizer', '', '', '2016-02-17 02:02:57', '2016-02-17 02:02:57', '', 3882, 'http://denverheirlooms.com/?page_id=3890', 0, 'page', '', 0),
(3891, 4, '2016-02-15 00:16:42', '2016-02-15 00:16:42', '', 'Property Organizer', '', 'inherit', 'closed', 'closed', '', '3890-revision-v1', '', '', '2016-02-15 00:16:42', '2016-02-15 00:16:42', '', 3890, 'http://denverheirlooms.com/2016/02/15/3890-revision-v1/', 0, 'revision', '', 0),
(3910, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Home', 'Home', 'Home', 'publish', 'closed', 'closed', '', 'home', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/home/', 0, 'nav_menu_item', '', 0),
(3911, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Featured Listings', 'Featured Listings', 'Featured Listings', 'publish', 'closed', 'closed', '', 'featured-listings-2', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/featured-listings-2/', 2, 'nav_menu_item', '', 0),
(3912, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Property Search', 'Property Search', 'Property Search', 'publish', 'closed', 'closed', '', 'property-search', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/property-search/', 3, 'nav_menu_item', '', 0),
(3913, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Search', 'Search', 'Search', 'publish', 'closed', 'closed', '', 'search', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/search/', 4, 'nav_menu_item', '', 0),
(3914, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Open Homes', 'Open Homes', 'Open Homes', 'publish', 'closed', 'closed', '', 'open-homes', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/open-homes/', 5, 'nav_menu_item', '', 0),
(3915, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Advanced Search', 'Advanced Search', 'Advanced Search', 'publish', 'closed', 'closed', '', 'advanced-search', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/advanced-search/', 6, 'nav_menu_item', '', 0),
(3916, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Email Alerts', 'Email Alerts', 'Email Alerts', 'publish', 'closed', 'closed', '', 'email-alerts', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/email-alerts/', 7, 'nav_menu_item', '', 0),
(3917, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Buyers & Sellers', 'Buyers & Sellers', 'Buyers & Sellers', 'publish', 'closed', 'closed', '', 'buyers-sellers', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/buyers-sellers/', 8, 'nav_menu_item', '', 0),
(3918, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Property Organizer', 'Property Organizer', 'Property Organizer', 'publish', 'closed', 'closed', '', 'property-organizer', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/property-organizer/', 9, 'nav_menu_item', '', 0),
(3919, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Valuation Request', 'Valuation Request', 'Valuation Request', 'publish', 'closed', 'closed', '', 'valuation-request', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/valuation-request/', 10, 'nav_menu_item', '', 0),
(3920, 4, '2016-02-17 00:44:26', '2016-02-17 00:44:26', 'Contact', 'Contact', 'Contact', 'publish', 'closed', 'closed', '', 'contact', '', '', '2016-02-17 00:44:26', '2016-02-17 00:44:26', '', 0, 'http://denverheirlooms.com/2016/02/17/contact/', 11, 'nav_menu_item', '', 0),
(3941, 4, '2016-02-17 01:54:27', '2016-02-17 01:54:27', '[optima_express_featured sortBy=\"pd\" propertyType=\"SFR,CND\" resultsPerPage=\"10\" header=\"true\" includeMap=\"true\"]', 'Featured Properties', '', 'inherit', 'closed', 'closed', '', '3884-revision-v1', '', '', '2016-02-17 01:54:27', '2016-02-17 01:54:27', '', 3884, 'http://denverheirlooms.com/2016/02/17/3884-revision-v1/', 0, 'revision', '', 0),
(3942, 4, '2016-02-17 01:57:49', '2016-02-17 01:57:49', '[optima_express_advanced_search]', 'Property Search', '', 'inherit', 'closed', 'closed', '', '3886-revision-v1', '', '', '2016-02-17 01:57:49', '2016-02-17 01:57:49', '', 3886, 'http://denverheirlooms.com/2016/02/17/3886-revision-v1/', 0, 'revision', '', 0),
(3943, 4, '2016-02-17 01:58:41', '2016-02-17 01:58:41', '[vc_row][vc_column][vc_column_text][optima_express_advanced_search][/vc_column_text][/vc_column][/vc_row]', 'Property Search', '', 'inherit', 'closed', 'closed', '', '3886-revision-v1', '', '', '2016-02-17 01:58:41', '2016-02-17 01:58:41', '', 3886, 'http://denverheirlooms.com/2016/02/17/3886-revision-v1/', 0, 'revision', '', 0),
(3944, 4, '2016-02-17 02:00:43', '2016-02-17 02:00:43', '[vc_row][vc_column][vc_column_text][optima_express_email_alerts][/vc_column_text][/vc_column][/vc_row]', 'Receive Email Alerts', '', 'inherit', 'closed', 'closed', '', '3888-revision-v1', '', '', '2016-02-17 02:00:43', '2016-02-17 02:00:43', '', 3888, 'http://denverheirlooms.com/2016/02/17/3888-revision-v1/', 0, 'revision', '', 0),
(3945, 4, '2016-02-17 02:01:36', '2016-02-17 02:01:36', '[vc_row][vc_column][vc_column_text]Fill in the form below to sign up for email updates delivered right to your email box.\r\n\r\n[optima_express_email_alerts][/vc_column_text][/vc_column][/vc_row]', 'Receive Email Alerts', '', 'inherit', 'closed', 'closed', '', '3888-revision-v1', '', '', '2016-02-17 02:01:36', '2016-02-17 02:01:36', '', 3888, 'http://denverheirlooms.com/2016/02/17/3888-revision-v1/', 0, 'revision', '', 0),
(3946, 4, '2016-02-17 02:02:57', '2016-02-17 02:02:57', '[vc_row][vc_column][vc_column_text][optima_express_organizer_login][/vc_column_text][/vc_column][/vc_row]', 'Property Organizer', '', 'inherit', 'closed', 'closed', '', '3890-revision-v1', '', '', '2016-02-17 02:02:57', '2016-02-17 02:02:57', '', 3890, 'http://denverheirlooms.com/2016/02/17/3890-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3948, 4, '2016-02-17 02:05:59', '2016-02-17 02:05:59', '[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Truly, there’s so much to see and do in Colorado Springs, that this list of ten should be a list of twenty. The Springs has become a sprawling city at the foot of Pikes Peak but still retains a certain small town flavor. There are malls and historic sites and natural beauty and museums and arts. There’s minor league baseball and great college hockey as well as an IMAX theater and a fabulous symphony. Many of the older parts of town have been refurbished and have new life. There are three military installations in the area as well.</p>\r\n<p style=\"text-align: justify;\">Hard to limit it to ten? You bet. But here we go - in no particular order.</p>\r\n<p style=\"text-align: justify;\"><strong>CHEYENNE MT. ZOO</strong>\r\nOne of the best zoos, if somewhat unknown, the Cheyenne Mountain Zoo sits on the side of a mountain at 6,800 feet above sea level. The zoo boasts more than 500 types of animal, many of which live in environments specifically built for them. The zoo is home, as well, to 30 endangered species including the Siberian tiger.</p>\r\n<p style=\"text-align: justify;\">Probably the most “famous” of the animals at this zoo are the giraffes, which are the most prolific captive herd in the world. There’s an antique carousel, built in the same year that the zoo was founded. Some of the more popular exhibits include Primate World which brings you up close and personal with an amazing variety of monkeys and apes, Wolf Woods with it’s endangered wolves in their mountainside habitat, Asian Highlands featuring Siberian tigers, Amur leopards and other cats in their natural habitats.</p>\r\n<p style=\"text-align: justify;\">All of this comes with a fabulous view of the city below. If you’re not up to the hiking, there’s a tram that you can ride all day for only $1.00. Ride up and walk down if you like.</p>\r\n<p style=\"text-align: justify;\"><strong>AIR FORCE ACADEMY</strong></p>\r\n<p style=\"text-align: justify;\">A trip to the Springs wouldn’t be complete without a trip to the Academy, which just celebrated it’s 50th anniversary.</p>\r\n<p style=\"text-align: justify;\">See the fabulous Cadet Chapel with it’s 17 sparkling spires that rise 150 feet into the air. The chapel is open Monday through Saturday for most of the year. It’s closed for a few days around graduation when many of the graduating officers have weddings there. See Arnold Hall and the Honor Court as well as Falcon Stadium.</p>\r\n<p style=\"text-align: justify;\"><strong>GARDEN OF THE GODS</strong>\r\nSpectacular - that’s the only way to describe the Garden of the Gods. It’s really the site you most see in advertisement for the Springs. (As a matter of fact, I saw a Colorado Spring travel poster featuring this rock garden when walking down the Champs Elysees in Paris.)</p>\r\n<p style=\"text-align: justify;\">The garden is made up of giant red sandstone formations worn smooth over millions of years by the elements. The park has a wide variety of nice, easy hiking trails. Or take a horseback ride through the park. (Some fools get married there)</p>\r\n<p style=\"text-align: justify;\">The beautiful, new visitor center offers maps and exhibits on the area as well as a cafeteria. Don’t miss the 12 minute theater presentation How Did Those Red Rocks Get There? ($2 adults, $1 children 5-12, free for children under 5). Technical rock climbing is allowed in some areas but climbers are required to register at the visitor center.</p>\r\n<p style=\"text-align: justify;\"><strong>PIKES PEAK</strong>\r\nPikes Peak towers over the city from it’s 14,110 foot height. This famous landmark is perhaps best known as the spot which inspired Katherine Lee Bates to write America the Beautiful. From the summit, one can indeed see spacious skies and off in the vast distance, amber waves of grain.</p>\r\n<p style=\"text-align: justify;\">There are two options for reaching the summit: the Pikes Peak highway or the Cog Railway. If you’ve driven from the plains, you may want to reconsider taking your car up the highway. Your carburetor will be set for a much lower altitude and your car may not like the trip. This trip is not for those with an extreme fear of heights and ESPECIALLY for those with heart or breathing problems. Even those in great shape may feel lightheaded - don’t hesitate to get help if that is the case. They keep plenty of oxygen handy for just that eventuality.</p>\r\n<p style=\"text-align: justify;\">The highway is paved for the first 7 miles then gravel from there to the top. There are 156 curves and, if you drive, you’ll come to appreciate those intrepid racers that speed up the mountain every July.</p>\r\n<p style=\"text-align: justify;\">The other alternative is the cog railway. From this very nice train, you can relax and enjoy the spectacular scenery, especially once you break out of the forest at timberline - 11,500 feet. Watch for the bighorn sheep and the marmots. The marmots, while cute, are a major pain to hikers and climbers alike. The 9-mile route takes 75 minutes. You’ll have 40 minutes at the top to enjoy the view, the restaurant and the gift shop. Then it’s down again in the Swiss built rail car.</p>\r\n<p style=\"text-align: justify;\">Remember, it’s likely to be cold and windy at the summit, even on the hottest summer days.</p>\r\n<p style=\"text-align: justify;\"><strong>THE BROADMOOR</strong></p>\r\n<p style=\"text-align: justify;\">Built by James Pourtales, a Prussian count, in 1891 as a casino, the Broadmoor has become one of the most famous luxury hotels in the Western U.S. It was purchased in 1916 by Spencer Penrose and turned into a world class resort. It’s pink stucco facade has become it’s trademark. The World Arena - home to Peggy Flemming is no longer there, replaced by another hotel wing. It’s rich, luxurious decor is worth a walk through, even if you can’t afford to stay there. The Penrose Room, with it’s French cuisine and dancing is just one of the eleven fabulous restaurants within the Broadmoor resort. And don’t miss the Golden Bee, a fun English pub with a ragtime pianist.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<p class=\"c9\"><span class=\"c6\"><a href=\"http://www.springsgov.com/\">City of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Utilities:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.csu.org/\" target=\"_blank\">Colorado Springs Utilities\r\n</a></span><span class=\"c8\"><a href=\"http://www.atmosenergy.com/\">Atmos Energy</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csu.org/\">Colorado Springs, CO, El Paso County</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/airportindex.aspx\">Colorado Springs Airport</a>\r\n</span><span class=\"c8\"><a href=\"http://www.visitcos.com/\">Colorado Springs & Pikes Peak Travel Information</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradospringschamber.org/\">Colorado Springs Chamber of Commerce</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Employment:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.ppwfc.org/\">Work Force Center</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Hospitals:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.memorialhealthsystem.com/wps/wcm/connect/MH\">Memorial Health System</a>\r\n</span><span class=\"c8\"><a href=\"http://www.penrosestfrancis.org/\">Penrose-St Francis Health Services\r\n</a></span><span class=\"c8\"><a href=\"http://www.localschooldirectory.com/city-schools/Colorado-Springs/CO?gclid=CLquu76KyaMCFUxb2god0lj9uA\">Colorado Springs Local School Directory</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Colleges:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.coloradocollege.edu/index.asp\">Colorado College\r\n</a></span><span class=\"c8\"><a href=\"http://www.uccs.edu/\">UCCS University of Colorado of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.ppcc.edu/\">Pikes Peak Community College\r\n</a></span><span class=\"c8\"><a href=\"http://www.remingtoncollege.edu/\">Remington College\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/College_America_Colorado_Springs.html\">College America of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/Everest_College_Colorado_Springs.html\">Everest College of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Our Military:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">United States Air Force Academy\r\n</a></span><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">Fort Carson army Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.peterson.af.mil/\">Peterson Air Force Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.schriever.af.mil/\">Shriever Air Force Base</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Places to go/Things to See:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gardenofgods.com/home/index.cfm?flash=1\">Garden Of The Gods\r\n</a></span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cheyenne Mountain Zoo</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cave of The Winds</a>\r\n</span><span class=\"c8\"><a href=\"http://www.sevenfalls.com/home/index.cfm\">Seven Falls</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cliffdwellingsmuseum.com/\">Manitou Cliff Dwellings</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cograilway.com/\">Pikes Peak COG Railway</a>\r\n</span><span class=\"c8\"><a href=\"http://www.manitousprings.org/pikes_peak_attractions.aspx\">Manitou Springs & Pikes Peak Attractions\r\n</a></span><span class=\"c8\"><a href=\"http://www.coloradosprings.com/\">Things to do in Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.gazette.com/sections/entertainment/\">Entertainment Listings in the Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Museums:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.prorodeohalloffame.com/joomla/\">Pro Rodeo Hall Of Fame</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/sectionindex.aspx?sectionid=38\">C.S. Pioneer Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.ghosttownmuseum.com/\">Ghost Town Wild West Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Fine Arts Center</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Western Museum of Mining & Industry</a>\r\n</span><span class=\"c8\"><a href=\"http://www.petemuseum.org/%20%C2%A0\">Petersen Air & Space Museum</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">TV News Services:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.newsfirst5.com/home/\">News First5</a>\r\n</span><span class=\"c8\"><a href=\"http://www.kktv.com/\">KKTV 11</a>\r\n</span><span class=\"c8\"><a href=\"http://www.krdo.com/index.html\">KRDO News Channel 13</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradoconnection.com/\">FOX 21</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Newspapers:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gazette.com/\">The Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Sports:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.minorleaguebaseball.com/index.jsp?sid=t551\">Sky Sox Baseball\r\n</a></span><span class=\"c8\"><a href=\"http://www.teamusa.org/\">Team USA Olympic Team</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Restaurants:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.restauranteur.com/co/cs/\">Restaurant Guide</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Nightlife:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.essortment.com/travel/nightlifeguide_slzt.htm\">Nightlife</a></span></p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Community Info', '', 'inherit', 'closed', 'closed', '', '3880-revision-v1', '', '', '2016-02-17 02:05:59', '2016-02-17 02:05:59', '', 3880, 'http://denverheirlooms.com/2016/02/17/3880-revision-v1/', 0, 'revision', '', 0),
(3952, 4, '2016-02-17 02:16:29', '2016-02-17 02:16:29', '[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Truly, there’s so much to see and do in Colorado Springs, that this list of ten should be a list of twenty. The Springs has become a sprawling city at the foot of Pikes Peak but still retains a certain small town flavor. There are malls and historic sites and natural beauty and museums and arts. There’s minor league baseball and great college hockey as well as an IMAX theater and a fabulous symphony. Many of the older parts of town have been refurbished and have new life. There are three military installations in the area as well.</p>\r\n<p style=\"text-align: justify;\">Hard to limit it to ten? You bet. But here we go - in no particular order.</p>\r\n<p style=\"text-align: justify;\"><strong>CHEYENNE MT. ZOO</strong>\r\nOne of the best zoos, if somewhat unknown, the Cheyenne Mountain Zoo sits on the side of a mountain at 6,800 feet above sea level. The zoo boasts more than 500 types of animal, many of which live in environments specifically built for them. The zoo is home, as well, to 30 endangered species including the Siberian tiger.</p>\r\n<p style=\"text-align: justify;\">Probably the most “famous” of the animals at this zoo are the giraffes, which are the most prolific captive herd in the world. There’s an antique carousel, built in the same year that the zoo was founded. Some of the more popular exhibits include Primate World which brings you up close and personal with an amazing variety of monkeys and apes, Wolf Woods with it’s endangered wolves in their mountainside habitat, Asian Highlands featuring Siberian tigers, Amur leopards and other cats in their natural habitats.</p>\r\n<p style=\"text-align: justify;\">All of this comes with a fabulous view of the city below. If you’re not up to the hiking, there’s a tram that you can ride all day for only $1.00. Ride up and walk down if you like.</p>\r\n<p style=\"text-align: justify;\"><strong>AIR FORCE ACADEMY</strong></p>\r\n<p style=\"text-align: justify;\">A trip to the Springs wouldn’t be complete without a trip to the Academy, which just celebrated it’s 50th anniversary.</p>\r\n<p style=\"text-align: justify;\">See the fabulous Cadet Chapel with it’s 17 sparkling spires that rise 150 feet into the air. The chapel is open Monday through Saturday for most of the year. It’s closed for a few days around graduation when many of the graduating officers have weddings there. See Arnold Hall and the Honor Court as well as Falcon Stadium.</p>\r\n<p style=\"text-align: justify;\"><strong>GARDEN OF THE GODS</strong>\r\nSpectacular - that’s the only way to describe the Garden of the Gods. It’s really the site you most see in advertisement for the Springs. (As a matter of fact, I saw a Colorado Spring travel poster featuring this rock garden when walking down the Champs Elysees in Paris.)</p>\r\n<p style=\"text-align: justify;\">The garden is made up of giant red sandstone formations worn smooth over millions of years by the elements. The park has a wide variety of nice, easy hiking trails. Or take a horseback ride through the park. (Some fools get married there)</p>\r\n<p style=\"text-align: justify;\">The beautiful, new visitor center offers maps and exhibits on the area as well as a cafeteria. Don’t miss the 12 minute theater presentation How Did Those Red Rocks Get There? ($2 adults, $1 children 5-12, free for children under 5). Technical rock climbing is allowed in some areas but climbers are required to register at the visitor center.</p>\r\n<p style=\"text-align: justify;\"><strong>PIKES PEAK</strong>\r\nPikes Peak towers over the city from it’s 14,110 foot height. This famous landmark is perhaps best known as the spot which inspired Katherine Lee Bates to write America the Beautiful. From the summit, one can indeed see spacious skies and off in the vast distance, amber waves of grain.</p>\r\n<p style=\"text-align: justify;\">There are two options for reaching the summit: the Pikes Peak highway or the Cog Railway. If you’ve driven from the plains, you may want to reconsider taking your car up the highway. Your carburetor will be set for a much lower altitude and your car may not like the trip. This trip is not for those with an extreme fear of heights and ESPECIALLY for those with heart or breathing problems. Even those in great shape may feel lightheaded - don’t hesitate to get help if that is the case. They keep plenty of oxygen handy for just that eventuality.</p>\r\n<p style=\"text-align: justify;\">The highway is paved for the first 7 miles then gravel from there to the top. There are 156 curves and, if you drive, you’ll come to appreciate those intrepid racers that speed up the mountain every July.</p>\r\n<p style=\"text-align: justify;\">The other alternative is the cog railway. From this very nice train, you can relax and enjoy the spectacular scenery, especially once you break out of the forest at timberline - 11,500 feet. Watch for the bighorn sheep and the marmots. The marmots, while cute, are a major pain to hikers and climbers alike. The 9-mile route takes 75 minutes. You’ll have 40 minutes at the top to enjoy the view, the restaurant and the gift shop. Then it’s down again in the Swiss built rail car.</p>\r\n<p style=\"text-align: justify;\">Remember, it’s likely to be cold and windy at the summit, even on the hottest summer days.</p>\r\n<p style=\"text-align: justify;\"><strong>THE BROADMOOR</strong></p>\r\n<p style=\"text-align: justify;\">Built by James Pourtales, a Prussian count, in 1891 as a casino, the Broadmoor has become one of the most famous luxury hotels in the Western U.S. It was purchased in 1916 by Spencer Penrose and turned into a world class resort. It’s pink stucco facade has become it’s trademark. The World Arena - home to Peggy Flemming is no longer there, replaced by another hotel wing. It’s rich, luxurious decor is worth a walk through, even if you can’t afford to stay there. The Penrose Room, with it’s French cuisine and dancing is just one of the eleven fabulous restaurants within the Broadmoor resort. And don’t miss the Golden Bee, a fun English pub with a ragtime pianist.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<p class=\"c9\"><span class=\"c6\"><a href=\"http://www.springsgov.com/\">City of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Utilities:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.csu.org/\" target=\"_blank\">Colorado Springs Utilities\r\n</a></span><span class=\"c8\"><a href=\"http://www.atmosenergy.com/\">Atmos Energy</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csu.org/\">Colorado Springs, CO, El Paso County</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/airportindex.aspx\">Colorado Springs Airport</a>\r\n</span><span class=\"c8\"><a href=\"http://www.visitcos.com/\">Colorado Springs & Pikes Peak Travel Information</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradospringschamber.org/\">Colorado Springs Chamber of Commerce</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Employment:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.ppwfc.org/\">Work Force Center</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Hospitals:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.memorialhealthsystem.com/wps/wcm/connect/MH\">Memorial Health System</a>\r\n</span><span class=\"c8\"><a href=\"http://www.penrosestfrancis.org/\">Penrose-St Francis Health Services\r\n</a></span><span class=\"c8\"><a href=\"http://www.localschooldirectory.com/city-schools/Colorado-Springs/CO?gclid=CLquu76KyaMCFUxb2god0lj9uA\">Colorado Springs Local School Directory</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Colleges:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.coloradocollege.edu/index.asp\">Colorado College\r\n</a></span><span class=\"c8\"><a href=\"http://www.uccs.edu/\">UCCS University of Colorado of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.ppcc.edu/\">Pikes Peak Community College\r\n</a></span><span class=\"c8\"><a href=\"http://www.remingtoncollege.edu/\">Remington College\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/College_America_Colorado_Springs.html\">College America of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/Everest_College_Colorado_Springs.html\">Everest College of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Our Military:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">United States Air Force Academy\r\n</a></span><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">Fort Carson army Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.peterson.af.mil/\">Peterson Air Force Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.schriever.af.mil/\">Shriever Air Force Base</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Places to go/Things to See:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gardenofgods.com/home/index.cfm?flash=1\">Garden Of The Gods\r\n</a></span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cheyenne Mountain Zoo</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cave of The Winds</a>\r\n</span><span class=\"c8\"><a href=\"http://www.sevenfalls.com/home/index.cfm\">Seven Falls</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cliffdwellingsmuseum.com/\">Manitou Cliff Dwellings</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cograilway.com/\">Pikes Peak COG Railway</a>\r\n</span><span class=\"c8\"><a href=\"http://www.manitousprings.org/pikes_peak_attractions.aspx\">Manitou Springs & Pikes Peak Attractions\r\n</a></span><span class=\"c8\"><a href=\"http://www.coloradosprings.com/\">Things to do in Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.gazette.com/sections/entertainment/\">Entertainment Listings in the Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Museums:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.prorodeohalloffame.com/joomla/\">Pro Rodeo Hall Of Fame</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/sectionindex.aspx?sectionid=38\">C.S. Pioneer Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.ghosttownmuseum.com/\">Ghost Town Wild West Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Fine Arts Center</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Western Museum of Mining & Industry</a>\r\n</span><span class=\"c8\"><a href=\"http://www.petemuseum.org/%20%C2%A0\">Petersen Air & Space Museum</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">TV News Services:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.newsfirst5.com/home/\">News First5</a>\r\n</span><span class=\"c8\"><a href=\"http://www.kktv.com/\">KKTV 11</a>\r\n</span><span class=\"c8\"><a href=\"http://www.krdo.com/index.html\">KRDO News Channel 13</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradoconnection.com/\">FOX 21</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Newspapers:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gazette.com/\">The Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Sports:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.minorleaguebaseball.com/index.jsp?sid=t551\">Sky Sox Baseball\r\n</a></span><span class=\"c8\"><a href=\"http://www.teamusa.org/\">Team USA Olympic Team</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Restaurants:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.restauranteur.com/co/cs/\">Restaurant Guide</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Nightlife:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.essortment.com/travel/nightlifeguide_slzt.htm\">Nightlife</a></span></p>\r\n<p class=\"c9\"><img class=\"alignnone size-full wp-image-3951\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/pic11.jpg\" alt=\"pic11\" width=\"223\" height=\"244\" /></p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Community Info', '', 'inherit', 'closed', 'closed', '', '3880-revision-v1', '', '', '2016-02-17 02:16:29', '2016-02-17 02:16:29', '', 3880, 'http://denverheirlooms.com/2016/02/17/3880-revision-v1/', 0, 'revision', '', 0),
(3953, 4, '2016-02-20 17:34:34', '2016-02-21 00:34:34', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">With over 30 years selling real estate in the Pikes Peak area, Randy knows Colorado Springs. “The city’s grown a lot over these last 30 years” says Randy. “Our military have continued to expand their presence here along with many large corporations.”</p>\n<p style=\"text-align: justify;\">Randy has helped hundreds of families buy and sell homes “and each one is special”, says Randy.</p>\n<p style=\"text-align: justify;\">Randy stays up on the latest trends through education as he has his GRI (Graduate of Realtor® Institute), CRS (Certified Residential Specialist), SFR (Short Sale & Foreclosure Resource), E-PRO (professional in internet marketing) and his MIRM (Member Institute of Residential Marketing, from NAHB).</p>\n<p style=\"text-align: justify;\">Randy spends time giving back to the industry he loves. In 2010 he was the President of the Colorado Association of Realtors® and he has stayed active in the political arena lobbying to keep the real estate industry and private property rights protected..</p>\n<p style=\"text-align: justify;\">For the past 25 years, Randy has taught the free-enterprise system in the classroom to kids K-12 through his involvement with Junior Achievement, educating the youth of today about entrepreneurship and financial literacy through hands-on programs.</p>\n<p style=\"text-align: justify;\">Let Randy Reynolds show you why so many of his past and future clients call on him when they have a real estate need!</p>\n[/vc_column_text][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '3878-autosave-v1', '', '', '2016-02-20 17:34:34', '2016-02-21 00:34:34', '', 3878, 'http://denverheirlooms.com/2016/02/16/3878-autosave-v1/', 0, 'revision', '', 0),
(3956, 4, '2022-11-29 12:55:50', '2016-02-17 02:34:25', '', 'Tricia’s Bio', '', 'publish', 'closed', 'closed', '', 'about-randy', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=3956', 13, 'nav_menu_item', '', 0),
(3968, 4, '2016-02-16 19:57:58', '2016-02-17 02:57:58', '[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Truly, there’s so much to see and do in Colorado Springs, that this list of ten should be a list of twenty. The Springs has become a sprawling city at the foot of Pikes Peak but still retains a certain small town flavor. There are malls and historic sites and natural beauty and museums and arts. There’s minor league baseball and great college hockey as well as an IMAX theater and a fabulous symphony. Many of the older parts of town have been refurbished and have new life. There are three military installations in the area as well.</p>\r\n<p style=\"text-align: justify;\">Hard to limit it to ten? You bet. But here we go - in no particular order.</p>\r\n<p style=\"text-align: justify;\"><strong>CHEYENNE MT. ZOO</strong>\r\nOne of the best zoos, if somewhat unknown, the Cheyenne Mountain Zoo sits on the side of a mountain at 6,800 feet above sea level. The zoo boasts more than 500 types of animal, many of which live in environments specifically built for them. The zoo is home, as well, to 30 endangered species including the Siberian tiger.</p>\r\n<p style=\"text-align: justify;\">Probably the most “famous” of the animals at this zoo are the giraffes, which are the most prolific captive herd in the world. There’s an antique carousel, built in the same year that the zoo was founded. Some of the more popular exhibits include Primate World which brings you up close and personal with an amazing variety of monkeys and apes, Wolf Woods with it’s endangered wolves in their mountainside habitat, Asian Highlands featuring Siberian tigers, Amur leopards and other cats in their natural habitats.</p>\r\n<p style=\"text-align: justify;\">All of this comes with a fabulous view of the city below. If you’re not up to the hiking, there’s a tram that you can ride all day for only $1.00. Ride up and walk down if you like.</p>\r\n<p style=\"text-align: justify;\"><strong>AIR FORCE ACADEMY</strong></p>\r\n<p style=\"text-align: justify;\">A trip to the Springs wouldn’t be complete without a trip to the Academy, which just celebrated it’s 50th anniversary.</p>\r\n<p style=\"text-align: justify;\">See the fabulous Cadet Chapel with it’s 17 sparkling spires that rise 150 feet into the air. The chapel is open Monday through Saturday for most of the year. It’s closed for a few days around graduation when many of the graduating officers have weddings there. See Arnold Hall and the Honor Court as well as Falcon Stadium.</p>\r\n<p style=\"text-align: justify;\"><strong>GARDEN OF THE GODS</strong>\r\nSpectacular - that’s the only way to describe the Garden of the Gods. It’s really the site you most see in advertisement for the Springs. (As a matter of fact, I saw a Colorado Spring travel poster featuring this rock garden when walking down the Champs Elysees in Paris.)</p>\r\n<p style=\"text-align: justify;\">The garden is made up of giant red sandstone formations worn smooth over millions of years by the elements. The park has a wide variety of nice, easy hiking trails. Or take a horseback ride through the park. (Some fools get married there)</p>\r\n<p style=\"text-align: justify;\">The beautiful, new visitor center offers maps and exhibits on the area as well as a cafeteria. Don’t miss the 12 minute theater presentation How Did Those Red Rocks Get There? ($2 adults, $1 children 5-12, free for children under 5). Technical rock climbing is allowed in some areas but climbers are required to register at the visitor center.</p>\r\n<p style=\"text-align: justify;\"><strong>PIKES PEAK</strong>\r\nPikes Peak towers over the city from it’s 14,110 foot height. This famous landmark is perhaps best known as the spot which inspired Katherine Lee Bates to write America the Beautiful. From the summit, one can indeed see spacious skies and off in the vast distance, amber waves of grain.</p>\r\n<p style=\"text-align: justify;\">There are two options for reaching the summit: the Pikes Peak highway or the Cog Railway. If you’ve driven from the plains, you may want to reconsider taking your car up the highway. Your carburetor will be set for a much lower altitude and your car may not like the trip. This trip is not for those with an extreme fear of heights and ESPECIALLY for those with heart or breathing problems. Even those in great shape may feel lightheaded - don’t hesitate to get help if that is the case. They keep plenty of oxygen handy for just that eventuality.</p>\r\n<p style=\"text-align: justify;\">The highway is paved for the first 7 miles then gravel from there to the top. There are 156 curves and, if you drive, you’ll come to appreciate those intrepid racers that speed up the mountain every July.</p>\r\n<p style=\"text-align: justify;\">The other alternative is the cog railway. From this very nice train, you can relax and enjoy the spectacular scenery, especially once you break out of the forest at timberline - 11,500 feet. Watch for the bighorn sheep and the marmots. The marmots, while cute, are a major pain to hikers and climbers alike. The 9-mile route takes 75 minutes. You’ll have 40 minutes at the top to enjoy the view, the restaurant and the gift shop. Then it’s down again in the Swiss built rail car.</p>\r\n<p style=\"text-align: justify;\">Remember, it’s likely to be cold and windy at the summit, even on the hottest summer days.</p>\r\n<p style=\"text-align: justify;\"><strong>THE BROADMOOR</strong></p>\r\n<p style=\"text-align: justify;\">Built by James Pourtales, a Prussian count, in 1891 as a casino, the Broadmoor has become one of the most famous luxury hotels in the Western U.S. It was purchased in 1916 by Spencer Penrose and turned into a world class resort. It’s pink stucco facade has become it’s trademark. The World Arena - home to Peggy Flemming is no longer there, replaced by another hotel wing. It’s rich, luxurious decor is worth a walk through, even if you can’t afford to stay there. The Penrose Room, with it’s French cuisine and dancing is just one of the eleven fabulous restaurants within the Broadmoor resort. And don’t miss the Golden Bee, a fun English pub with a ragtime pianist.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<p class=\"c9\"><span class=\"c6\"><a href=\"http://www.springsgov.com/\">City of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Utilities:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.csu.org/\" target=\"_blank\">Colorado Springs Utilities\r\n</a></span><span class=\"c8\"><a href=\"http://www.atmosenergy.com/\">Atmos Energy</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csu.org/\">Colorado Springs, CO, El Paso County</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/airportindex.aspx\">Colorado Springs Airport</a>\r\n</span><span class=\"c8\"><a href=\"http://www.visitcos.com/\">Colorado Springs & Pikes Peak Travel Information</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradospringschamber.org/\">Colorado Springs Chamber of Commerce</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Employment:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.ppwfc.org/\">Work Force Center</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Hospitals:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.memorialhealthsystem.com/wps/wcm/connect/MH\">Memorial Health System</a>\r\n</span><span class=\"c8\"><a href=\"http://www.penrosestfrancis.org/\">Penrose-St Francis Health Services\r\n</a></span><span class=\"c8\"><a href=\"http://www.localschooldirectory.com/city-schools/Colorado-Springs/CO?gclid=CLquu76KyaMCFUxb2god0lj9uA\">Colorado Springs Local School Directory</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Colleges:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.coloradocollege.edu/index.asp\">Colorado College\r\n</a></span><span class=\"c8\"><a href=\"http://www.uccs.edu/\">UCCS University of Colorado of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.ppcc.edu/\">Pikes Peak Community College\r\n</a></span><span class=\"c8\"><a href=\"http://www.remingtoncollege.edu/\">Remington College\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/College_America_Colorado_Springs.html\">College America of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/Everest_College_Colorado_Springs.html\">Everest College of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Our Military:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">United States Air Force Academy\r\n</a></span><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">Fort Carson army Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.peterson.af.mil/\">Peterson Air Force Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.schriever.af.mil/\">Shriever Air Force Base</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Places to go/Things to See:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gardenofgods.com/home/index.cfm?flash=1\">Garden Of The Gods\r\n</a></span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cheyenne Mountain Zoo</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cave of The Winds</a>\r\n</span><span class=\"c8\"><a href=\"http://www.sevenfalls.com/home/index.cfm\">Seven Falls</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cliffdwellingsmuseum.com/\">Manitou Cliff Dwellings</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cograilway.com/\">Pikes Peak COG Railway</a>\r\n</span><span class=\"c8\"><a href=\"http://www.manitousprings.org/pikes_peak_attractions.aspx\">Manitou Springs & Pikes Peak Attractions\r\n</a></span><span class=\"c8\"><a href=\"http://www.coloradosprings.com/\">Things to do in Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.gazette.com/sections/entertainment/\">Entertainment Listings in the Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Museums:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.prorodeohalloffame.com/joomla/\">Pro Rodeo Hall Of Fame</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/sectionindex.aspx?sectionid=38\">C.S. Pioneer Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.ghosttownmuseum.com/\">Ghost Town Wild West Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Fine Arts Center</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Western Museum of Mining & Industry</a>\r\n</span><span class=\"c8\"><a href=\"http://www.petemuseum.org/%20%C2%A0\">Petersen Air & Space Museum</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">TV News Services:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.newsfirst5.com/home/\">News First5</a>\r\n</span><span class=\"c8\"><a href=\"http://www.kktv.com/\">KKTV 11</a>\r\n</span><span class=\"c8\"><a href=\"http://www.krdo.com/index.html\">KRDO News Channel 13</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradoconnection.com/\">FOX 21</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Newspapers:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gazette.com/\">The Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Sports:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.minorleaguebaseball.com/index.jsp?sid=t551\">Sky Sox Baseball\r\n</a></span><span class=\"c8\"><a href=\"http://www.teamusa.org/\">Team USA Olympic Team</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Restaurants:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.restauranteur.com/co/cs/\">Restaurant Guide</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Nightlife:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.essortment.com/travel/nightlifeguide_slzt.htm\">Nightlife</a></span></p>\r\n[/vc_column_text][vc_widget_sidebar title=\"Colorado Springs Weather\" sidebar_id=\"ultimatum-communityinfosidebar\"][/vc_column][/vc_row]', 'Community Info', '', 'inherit', 'closed', 'closed', '', '3880-revision-v1', '', '', '2016-02-16 19:57:58', '2016-02-17 02:57:58', '', 3880, 'http://denverheirlooms.com/2016/02/16/3880-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3969, 4, '2016-02-16 20:00:54', '2016-02-17 03:00:54', '[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Truly, there’s so much to see and do in Colorado Springs, that this list of ten should be a list of twenty. The Springs has become a sprawling city at the foot of Pikes Peak but still retains a certain small town flavor. There are malls and historic sites and natural beauty and museums and arts. There’s minor league baseball and great college hockey as well as an IMAX theater and a fabulous symphony. Many of the older parts of town have been refurbished and have new life. There are three military installations in the area as well.</p>\r\n<p style=\"text-align: justify;\">Hard to limit it to ten? You bet. But here we go - in no particular order.</p>\r\n<p style=\"text-align: justify;\"><strong>CHEYENNE MT. ZOO</strong>\r\nOne of the best zoos, if somewhat unknown, the Cheyenne Mountain Zoo sits on the side of a mountain at 6,800 feet above sea level. The zoo boasts more than 500 types of animal, many of which live in environments specifically built for them. The zoo is home, as well, to 30 endangered species including the Siberian tiger.</p>\r\n<p style=\"text-align: justify;\">Probably the most “famous” of the animals at this zoo are the giraffes, which are the most prolific captive herd in the world. There’s an antique carousel, built in the same year that the zoo was founded. Some of the more popular exhibits include Primate World which brings you up close and personal with an amazing variety of monkeys and apes, Wolf Woods with it’s endangered wolves in their mountainside habitat, Asian Highlands featuring Siberian tigers, Amur leopards and other cats in their natural habitats.</p>\r\n<p style=\"text-align: justify;\">All of this comes with a fabulous view of the city below. If you’re not up to the hiking, there’s a tram that you can ride all day for only $1.00. Ride up and walk down if you like.</p>\r\n<p style=\"text-align: justify;\"><strong>AIR FORCE ACADEMY</strong></p>\r\n<p style=\"text-align: justify;\">A trip to the Springs wouldn’t be complete without a trip to the Academy, which just celebrated it’s 50th anniversary.</p>\r\n<p style=\"text-align: justify;\">See the fabulous Cadet Chapel with it’s 17 sparkling spires that rise 150 feet into the air. The chapel is open Monday through Saturday for most of the year. It’s closed for a few days around graduation when many of the graduating officers have weddings there. See Arnold Hall and the Honor Court as well as Falcon Stadium.</p>\r\n<p style=\"text-align: justify;\"><strong>GARDEN OF THE GODS</strong>\r\nSpectacular - that’s the only way to describe the Garden of the Gods. It’s really the site you most see in advertisement for the Springs. (As a matter of fact, I saw a Colorado Spring travel poster featuring this rock garden when walking down the Champs Elysees in Paris.)</p>\r\n<p style=\"text-align: justify;\">The garden is made up of giant red sandstone formations worn smooth over millions of years by the elements. The park has a wide variety of nice, easy hiking trails. Or take a horseback ride through the park. (Some fools get married there)</p>\r\n<p style=\"text-align: justify;\">The beautiful, new visitor center offers maps and exhibits on the area as well as a cafeteria. Don’t miss the 12 minute theater presentation How Did Those Red Rocks Get There? ($2 adults, $1 children 5-12, free for children under 5). Technical rock climbing is allowed in some areas but climbers are required to register at the visitor center.</p>\r\n<p style=\"text-align: justify;\"><strong>PIKES PEAK</strong>\r\nPikes Peak towers over the city from it’s 14,110 foot height. This famous landmark is perhaps best known as the spot which inspired Katherine Lee Bates to write America the Beautiful. From the summit, one can indeed see spacious skies and off in the vast distance, amber waves of grain.</p>\r\n<p style=\"text-align: justify;\">There are two options for reaching the summit: the Pikes Peak highway or the Cog Railway. If you’ve driven from the plains, you may want to reconsider taking your car up the highway. Your carburetor will be set for a much lower altitude and your car may not like the trip. This trip is not for those with an extreme fear of heights and ESPECIALLY for those with heart or breathing problems. Even those in great shape may feel lightheaded - don’t hesitate to get help if that is the case. They keep plenty of oxygen handy for just that eventuality.</p>\r\n<p style=\"text-align: justify;\">The highway is paved for the first 7 miles then gravel from there to the top. There are 156 curves and, if you drive, you’ll come to appreciate those intrepid racers that speed up the mountain every July.</p>\r\n<p style=\"text-align: justify;\">The other alternative is the cog railway. From this very nice train, you can relax and enjoy the spectacular scenery, especially once you break out of the forest at timberline - 11,500 feet. Watch for the bighorn sheep and the marmots. The marmots, while cute, are a major pain to hikers and climbers alike. The 9-mile route takes 75 minutes. You’ll have 40 minutes at the top to enjoy the view, the restaurant and the gift shop. Then it’s down again in the Swiss built rail car.</p>\r\n<p style=\"text-align: justify;\">Remember, it’s likely to be cold and windy at the summit, even on the hottest summer days.</p>\r\n<p style=\"text-align: justify;\"><strong>THE BROADMOOR</strong></p>\r\n<p style=\"text-align: justify;\">Built by James Pourtales, a Prussian count, in 1891 as a casino, the Broadmoor has become one of the most famous luxury hotels in the Western U.S. It was purchased in 1916 by Spencer Penrose and turned into a world class resort. It’s pink stucco facade has become it’s trademark. The World Arena - home to Peggy Flemming is no longer there, replaced by another hotel wing. It’s rich, luxurious decor is worth a walk through, even if you can’t afford to stay there. The Penrose Room, with it’s French cuisine and dancing is just one of the eleven fabulous restaurants within the Broadmoor resort. And don’t miss the Golden Bee, a fun English pub with a ragtime pianist.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<p class=\"c9\"><span class=\"c6\"><a href=\"http://www.springsgov.com/\">City of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Utilities:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.csu.org/\" target=\"_blank\">Colorado Springs Utilities\r\n</a></span><span class=\"c8\"><a href=\"http://www.atmosenergy.com/\">Atmos Energy</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csu.org/\">Colorado Springs, CO, El Paso County</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/airportindex.aspx\">Colorado Springs Airport</a>\r\n</span><span class=\"c8\"><a href=\"http://www.visitcos.com/\">Colorado Springs & Pikes Peak Travel Information</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradospringschamber.org/\">Colorado Springs Chamber of Commerce</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Employment:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.ppwfc.org/\">Work Force Center</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Hospitals:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.memorialhealthsystem.com/wps/wcm/connect/MH\">Memorial Health System</a>\r\n</span><span class=\"c8\"><a href=\"http://www.penrosestfrancis.org/\">Penrose-St Francis Health Services\r\n</a></span><span class=\"c8\"><a href=\"http://www.localschooldirectory.com/city-schools/Colorado-Springs/CO?gclid=CLquu76KyaMCFUxb2god0lj9uA\">Colorado Springs Local School Directory</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Colleges:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.coloradocollege.edu/index.asp\">Colorado College\r\n</a></span><span class=\"c8\"><a href=\"http://www.uccs.edu/\">UCCS University of Colorado of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.ppcc.edu/\">Pikes Peak Community College\r\n</a></span><span class=\"c8\"><a href=\"http://www.remingtoncollege.edu/\">Remington College\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/College_America_Colorado_Springs.html\">College America of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/Everest_College_Colorado_Springs.html\">Everest College of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Our Military:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">United States Air Force Academy\r\n</a></span><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">Fort Carson army Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.peterson.af.mil/\">Peterson Air Force Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.schriever.af.mil/\">Shriever Air Force Base</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Places to go/Things to See:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gardenofgods.com/home/index.cfm?flash=1\">Garden Of The Gods\r\n</a></span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cheyenne Mountain Zoo</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cave of The Winds</a>\r\n</span><span class=\"c8\"><a href=\"http://www.sevenfalls.com/home/index.cfm\">Seven Falls</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cliffdwellingsmuseum.com/\">Manitou Cliff Dwellings</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cograilway.com/\">Pikes Peak COG Railway</a>\r\n</span><span class=\"c8\"><a href=\"http://www.manitousprings.org/pikes_peak_attractions.aspx\">Manitou Springs & Pikes Peak Attractions\r\n</a></span><span class=\"c8\"><a href=\"http://www.coloradosprings.com/\">Things to do in Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.gazette.com/sections/entertainment/\">Entertainment Listings in the Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Museums:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.prorodeohalloffame.com/joomla/\">Pro Rodeo Hall Of Fame</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/sectionindex.aspx?sectionid=38\">C.S. Pioneer Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.ghosttownmuseum.com/\">Ghost Town Wild West Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Fine Arts Center</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Western Museum of Mining & Industry</a>\r\n</span><span class=\"c8\"><a href=\"http://www.petemuseum.org/%20%C2%A0\">Petersen Air & Space Museum</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">TV News Services:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.newsfirst5.com/home/\">News First5</a>\r\n</span><span class=\"c8\"><a href=\"http://www.kktv.com/\">KKTV 11</a>\r\n</span><span class=\"c8\"><a href=\"http://www.krdo.com/index.html\">KRDO News Channel 13</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradoconnection.com/\">FOX 21</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Newspapers:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gazette.com/\">The Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Sports:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.minorleaguebaseball.com/index.jsp?sid=t551\">Sky Sox Baseball\r\n</a></span><span class=\"c8\"><a href=\"http://www.teamusa.org/\">Team USA Olympic Team</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Restaurants:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.restauranteur.com/co/cs/\">Restaurant Guide</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Nightlife:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.essortment.com/travel/nightlifeguide_slzt.htm\">Nightlife</a></span></p>\r\n[/vc_column_text][vc_widget_sidebar sidebar_id=\"ultimatum-communityinfosidebar\"][/vc_column][/vc_row]', 'Community Info', '', 'inherit', 'closed', 'closed', '', '3880-revision-v1', '', '', '2016-02-16 20:00:54', '2016-02-17 03:00:54', '', 3880, 'http://denverheirlooms.com/2016/02/16/3880-revision-v1/', 0, 'revision', '', 0),
(3975, 4, '2016-02-17 00:42:32', '2016-02-17 07:42:32', '', 'mountains', '', 'inherit', 'closed', 'closed', '', 'mountains-2', '', '', '2016-02-17 00:42:32', '2016-02-17 07:42:32', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/mountains-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3981, 4, '2016-02-18 11:14:15', '2016-02-18 18:14:15', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\n\n<h3>Getting Your House Ready To Sell</h3>\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\n\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\n\n[symple_toggle title=\"Removing Clutter, Though You May Not Think of it as Clutter\" state=\"closed\"]\n\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\n\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\n\nKitchen Clutter\n\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\n\nYou see, home buyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\n\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\n\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\n\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a home buyer to hesitate in buying your home.\n\nCloset Clutter\n\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoe boxes full of “stuff” or other accumulated personal items, too.\n\nFurniture Clutter\n\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a home buyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\n\nStorage Area Clutter\n\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\n\nPlumbing and Fixtures\n\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\n\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\n\nCeilings, Walls and Painting\n\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\n\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\n\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\n\nCarpet and Flooring\n\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\n\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\n\nWindows and Doors\n\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\n\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\n\nOdor Control\n\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\n\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\n\nCosts of Repairs\n\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\n\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\n\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\n\nLandscaping\n\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\n\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\n\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\n\nAlways rake up loose leaves and grass cuttings.\n\nHouse Exterior\n\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\n\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\n\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\n\nThe Back Yard\n\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\n\nThe Front Door & Entryway\n\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\n\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\n\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\n\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\n\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\n\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\n\n[/symple_toggle]\n\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\n\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\n\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\n\nIf the price is right.\n\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Types of Listings Contracts</h3>\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\n\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\n\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\n\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\n\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Details of a Listing Contract</h3>\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\n\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\n\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\n\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Lockbox – Yes or No?\" state=\"closed\"]\n\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\n\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\n\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Real Estate Commission\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\n\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\n\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\n\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\n\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\n\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\n\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\n\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Listing Commissions and Related Issues</h3>\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\n\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\n\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\n\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\n\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\n\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\n\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\n\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>The Listing Agent – Marketing Your House</h3>\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\n\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\n\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\n\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\n\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\n\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\n\n[/symple_toggle]\n\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\n\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\n\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\n\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\n\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\n\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\n\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\n\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\n\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\n\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\n\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\n\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\n\nIt can be amazing to watch.\n\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\n\nBut some of them come back…with buyers.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\n\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\n\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\n\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\n\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\n\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\n\nMaybe.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\n\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\n\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\n\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\n\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\n\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\n\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\n\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\n\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\n\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\n\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\n\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\n\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\n\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\n\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\n\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\n\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\n\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\n\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\n\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\n\nThe announcements create “word of mouth” advertising, which is the best kind.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\n\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\n\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\n\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\n\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\n\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\n\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Showing Your House to Home Buyers</h3>\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\n\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\n\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\n\n[symple_toggle title=\"Lighting, Fragrances, Pet Control and More\" state=\"closed\"]\n\nLighting\n\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\n\nFragrances\n\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\n\nPet Control\n\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\n\nThe Kitchen Trash\n\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>More Topics</h3>\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\n\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\n\nExperts recommend the following to make this a smooth transition:\n<ul>\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\n</ul>\n[/symple_toggle]\n\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\n\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\n\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\n\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\n<ul>\n <li>Single Family Rental</li>\n <li>Multi-Family Rentals</li>\n <li>Farms/Ranches</li>\n <li>Raw Land</li>\n <li>Retail Offices</li>\n <li>Motels/Hotels</li>\n <li>Golf Course</li>\n <li>Industrial</li>\n <li>Leases of 30 years or more</li>\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\n</ul>\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\n\n[/symple_toggle]\n\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\n\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\n\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\n\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\n\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\n\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\n\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\n\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\n\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\n\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\n\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\n\nMoving during the middle of the school year allows your children to make new friends right away.\n\n[/symple_toggle]\n\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\n<ul>\n <li>Make sure your entranceway says “Hey, look at me!”</li>\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\n <li>Check A/C and heating systems.</li>\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\n <li>Mow lawn, edge driveway and walkways.</li>\n <li>Throw out junk from garage and storage areas.</li>\n <li>Prune dead limbs from trees.</li>\n <li>Clean your windows.</li>\n <li>Vacuum drapes and carpets.</li>\n <li>Clear out closets.</li>\n <li>Remove excess furniture.</li>\n <li>Ensure windows, doors, and locks work smoothly.</li>\n <li>Weed flowerbeds and trim shrubs.</li>\n <li>If you have a pool, make it crystal clear.</li>\n <li>Clean lawn furniture.</li>\n <li>Keep cats and dogs out of visitors’ way.</li>\n</ul>\n[/symple_toggle]\n\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\n\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\n\nLook for the word “REALTOR®”\n\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, in this state, the Colorado Association of REALTOR®s).\n\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\n\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\n\nInterview potential REALTOR®s\n\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\n\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\n\n2. Are you a licensed REALTOR®? Are you a member of the local MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of your local MLS have access to all of the most current information and training on the real estate business. Members of the PPAR MLS (Multiple Listing Service) can search through thousands of properties in your area to find a list of those that meet your specific needs.\n\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\n\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\n\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\n\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\n\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\n\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers', '', 'inherit', 'closed', 'closed', '', '3836-autosave-v1', '', '', '2016-02-18 11:14:15', '2016-02-18 18:14:15', '', 3836, 'http://denverheirlooms.com/2016/02/18/3836-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3982, 4, '2016-02-18 10:31:05', '2016-02-18 17:31:05', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\r\n\r\n<h3>Getting Your House Ready To Sell</h3>\r\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\r\n\r\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Removing Clutter, Though You May Not Think of it as Clutter\" state=\"closed\"]\r\n\r\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\r\n\r\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\r\n\r\nKitchen Clutter\r\n\r\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\r\n\r\nYou see, homebuyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\r\n\r\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\r\n\r\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\r\n\r\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a homebuyer to hesitate in buying your home.\r\n\r\nCloset Clutter\r\n\r\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoeboxes full of “stuff” or other accumulated personal items, too.\r\n\r\nFurniture Clutter\r\n\r\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a homebuyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\r\n\r\nStorage Area Clutter\r\n\r\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\r\n\r\nPlumbing and Fixtures\r\n\r\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\r\n\r\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\r\n\r\nCeilings, Walls and Painting\r\n\r\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\r\n\r\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\r\n\r\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\r\n\r\nCarpet and Flooring\r\n\r\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\r\n\r\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\r\n\r\nWindows and Doors\r\n\r\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\r\n\r\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\r\n\r\nOdor Control\r\n\r\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\r\n\r\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\r\n\r\nCosts of Repairs\r\n\r\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\r\n\r\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\r\n\r\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\r\n\r\nLandscaping\r\n\r\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\r\n\r\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\r\n\r\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\r\n\r\nAlways rake up loose leaves and grass cuttings.\r\n\r\nHouse Exterior\r\n\r\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\r\n\r\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\r\n\r\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\r\n\r\nThe Back Yard\r\n\r\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\r\n\r\nThe Front Door & Entryway\r\n\r\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\r\n\r\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\r\n\r\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\r\n\r\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\r\n\r\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\r\n\r\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\r\n\r\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\r\n\r\nIf the price is right.\r\n\r\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Types of Listings Contracts</h3>\r\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\r\n\r\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\r\n\r\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\r\n\r\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Details of a Listing Contract</h3>\r\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\r\n\r\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\r\n\r\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\r\n\r\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Lockbox – Yes or No?\" state=\"closed\"]\r\n\r\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\r\n\r\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\r\n\r\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Commision\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\r\n\r\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\r\n\r\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\r\n\r\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\r\n\r\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\r\n\r\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Listing Commissions and Related Issues</h3>\r\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\r\n\r\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\r\n\r\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\r\n\r\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\r\n\r\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\r\n\r\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\r\n\r\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House</h3>\r\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\r\n\r\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\r\n\r\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\r\n\r\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\r\n\r\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\r\n\r\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\r\n\r\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\r\n\r\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\r\n\r\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\r\n\r\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\r\n\r\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\r\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\r\n\r\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\r\n\r\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\r\n\r\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\r\n\r\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\r\n\r\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\r\n\r\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\r\n\r\nIt can be amazing to watch.\r\n\r\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\r\n\r\nBut some of them come back…with buyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\r\n\r\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\r\n\r\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\r\n\r\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\r\n\r\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\r\n\r\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\r\n\r\nMaybe.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\r\n\r\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\r\n\r\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\r\n\r\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\r\n\r\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\r\n\r\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\r\n\r\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\r\n\r\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\r\n\r\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\r\n\r\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\r\n\r\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\r\n\r\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\r\n\r\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\r\n\r\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\r\n\r\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\r\n\r\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\r\n\r\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\r\n\r\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\r\n\r\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\r\n\r\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\r\n\r\nThe announcements create “word of mouth” advertising, which is the best kind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\r\n\r\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\r\n\r\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\r\n\r\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\r\n\r\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\r\n\r\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\r\n\r\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Showing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\r\n\r\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\r\n\r\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Lighting, Fragrances, Pet Contro and More\" state=\"closed\"]\r\n\r\nLighting\r\n\r\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\r\n\r\nFragrances\r\n\r\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\r\n\r\nPet Control\r\n\r\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\r\n\r\nThe Kitchen Trash\r\n\r\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>More Topics</h3>\r\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\r\n\r\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\r\n\r\nExperts recommend the following to make this a smooth transition:\r\n<ul>\r\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\r\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\r\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\r\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\r\n\r\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\r\n\r\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\r\n\r\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\r\n<ul>\r\n <li>Single Family Rental</li>\r\n <li>Multi-Family Rentals</li>\r\n <li>Farms/Ranches</li>\r\n <li>Raw Land</li>\r\n <li>Retail Offices</li>\r\n <li>Motels/Hotels</li>\r\n <li>Golf Course</li>\r\n <li>Industrial</li>\r\n <li>Leases of 30 years or more</li>\r\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\r\n</ul>\r\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\r\n\r\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\r\n\r\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\r\n\r\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\r\n\r\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\r\n\r\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\r\n\r\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\r\n\r\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\r\n\r\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\r\n\r\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\r\n\r\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\r\n\r\nMoving during the middle of the school year allows your children to make new friends right away.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\r\n<ul>\r\n <li>Make sure your entranceway says “Hey, look at me!”</li>\r\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\r\n <li>Check A/C and heating systems.</li>\r\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\r\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\r\n <li>Mow lawn, edge driveway and walkways.</li>\r\n <li>Throw out junk from garage and storage areas.</li>\r\n <li>Prune dead limbs from trees.</li>\r\n <li>Clean your windows.</li>\r\n <li>Vacuum drapes and carpets.</li>\r\n <li>Clear out closets.</li>\r\n <li>Remove excess furniture.</li>\r\n <li>Ensure windows, doors, and locks work smoothly.</li>\r\n <li>Weed flowerbeds and trim shrubs.</li>\r\n <li>If you have a pool, make it crystal clear.</li>\r\n <li>Clean lawn furniture.</li>\r\n <li>Keep cats and dogs out of visitors’ way.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\r\n\r\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\r\n\r\nLook for the word “REALTOR®”\r\n\r\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, locally, the Houston Association of REALTOR®s).\r\n\r\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\r\n\r\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\r\n\r\nInterview potential REALTOR®s\r\n\r\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\r\n\r\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\r\n\r\n2. Are you a licensed REALTOR®? Are you a member of the Houston Association of REALTOR®s? Do you belong to the HAR MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of HAR have access to all of the most current information and training on the real estate business. Members of HAR’s MLS (Multiple Listing Service) can search through thousands of properties in Greater Houston to find a list of those that meet your specific needs.\r\n\r\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\r\n\r\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\r\n\r\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\r\n\r\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\r\n\r\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers', '', 'inherit', 'closed', 'closed', '', '3836-revision-v1', '', '', '2016-02-18 10:31:05', '2016-02-18 17:31:05', '', 3836, 'http://denverheirlooms.com/2016/02/18/3836-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3983, 4, '2016-02-18 10:39:28', '2016-02-18 17:39:28', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\r\n\r\n<h3>Getting Your House Ready To Sell</h3>\r\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\r\n\r\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Removing Clutter, Though You May Not Think of it as Clutter\" state=\"closed\"]\r\n\r\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\r\n\r\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\r\n\r\nKitchen Clutter\r\n\r\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\r\n\r\nYou see, homebuyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\r\n\r\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\r\n\r\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\r\n\r\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a homebuyer to hesitate in buying your home.\r\n\r\nCloset Clutter\r\n\r\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoeboxes full of “stuff” or other accumulated personal items, too.\r\n\r\nFurniture Clutter\r\n\r\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a homebuyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\r\n\r\nStorage Area Clutter\r\n\r\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\r\n\r\nPlumbing and Fixtures\r\n\r\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\r\n\r\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\r\n\r\nCeilings, Walls and Painting\r\n\r\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\r\n\r\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\r\n\r\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\r\n\r\nCarpet and Flooring\r\n\r\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\r\n\r\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\r\n\r\nWindows and Doors\r\n\r\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\r\n\r\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\r\n\r\nOdor Control\r\n\r\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\r\n\r\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\r\n\r\nCosts of Repairs\r\n\r\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\r\n\r\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\r\n\r\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\r\n\r\nLandscaping\r\n\r\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\r\n\r\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\r\n\r\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\r\n\r\nAlways rake up loose leaves and grass cuttings.\r\n\r\nHouse Exterior\r\n\r\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\r\n\r\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\r\n\r\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\r\n\r\nThe Back Yard\r\n\r\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\r\n\r\nThe Front Door & Entryway\r\n\r\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\r\n\r\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\r\n\r\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\r\n\r\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\r\n\r\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\r\n\r\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\r\n\r\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\r\n\r\nIf the price is right.\r\n\r\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Types of Listings Contracts</h3>\r\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\r\n\r\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\r\n\r\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\r\n\r\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Details of a Listing Contract</h3>\r\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\r\n\r\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\r\n\r\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\r\n\r\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Lockbox – Yes or No?\" state=\"closed\"]\r\n\r\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\r\n\r\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\r\n\r\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Commission\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\r\n\r\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\r\n\r\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\r\n\r\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\r\n\r\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\r\n\r\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Listing Commissions and Related Issues</h3>\r\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\r\n\r\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\r\n\r\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\r\n\r\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\r\n\r\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\r\n\r\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\r\n\r\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House</h3>\r\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\r\n\r\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\r\n\r\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\r\n\r\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\r\n\r\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\r\n\r\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\r\n\r\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\r\n\r\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\r\n\r\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\r\n\r\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\r\n\r\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\r\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\r\n\r\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\r\n\r\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\r\n\r\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\r\n\r\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\r\n\r\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\r\n\r\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\r\n\r\nIt can be amazing to watch.\r\n\r\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\r\n\r\nBut some of them come back…with buyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\r\n\r\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\r\n\r\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\r\n\r\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\r\n\r\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\r\n\r\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\r\n\r\nMaybe.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\r\n\r\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\r\n\r\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\r\n\r\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\r\n\r\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\r\n\r\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\r\n\r\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\r\n\r\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\r\n\r\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\r\n\r\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\r\n\r\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\r\n\r\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\r\n\r\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\r\n\r\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\r\n\r\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\r\n\r\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\r\n\r\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\r\n\r\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\r\n\r\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\r\n\r\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\r\n\r\nThe announcements create “word of mouth” advertising, which is the best kind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\r\n\r\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\r\n\r\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\r\n\r\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\r\n\r\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\r\n\r\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\r\n\r\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Showing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\r\n\r\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\r\n\r\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Lighting, Fragrances, Pet Contro and More\" state=\"closed\"]\r\n\r\nLighting\r\n\r\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\r\n\r\nFragrances\r\n\r\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\r\n\r\nPet Control\r\n\r\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\r\n\r\nThe Kitchen Trash\r\n\r\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>More Topics</h3>\r\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\r\n\r\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\r\n\r\nExperts recommend the following to make this a smooth transition:\r\n<ul>\r\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\r\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\r\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\r\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\r\n\r\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\r\n\r\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\r\n\r\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\r\n<ul>\r\n <li>Single Family Rental</li>\r\n <li>Multi-Family Rentals</li>\r\n <li>Farms/Ranches</li>\r\n <li>Raw Land</li>\r\n <li>Retail Offices</li>\r\n <li>Motels/Hotels</li>\r\n <li>Golf Course</li>\r\n <li>Industrial</li>\r\n <li>Leases of 30 years or more</li>\r\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\r\n</ul>\r\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\r\n\r\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\r\n\r\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\r\n\r\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\r\n\r\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\r\n\r\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\r\n\r\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\r\n\r\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\r\n\r\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\r\n\r\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\r\n\r\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\r\n\r\nMoving during the middle of the school year allows your children to make new friends right away.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\r\n<ul>\r\n <li>Make sure your entranceway says “Hey, look at me!”</li>\r\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\r\n <li>Check A/C and heating systems.</li>\r\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\r\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\r\n <li>Mow lawn, edge driveway and walkways.</li>\r\n <li>Throw out junk from garage and storage areas.</li>\r\n <li>Prune dead limbs from trees.</li>\r\n <li>Clean your windows.</li>\r\n <li>Vacuum drapes and carpets.</li>\r\n <li>Clear out closets.</li>\r\n <li>Remove excess furniture.</li>\r\n <li>Ensure windows, doors, and locks work smoothly.</li>\r\n <li>Weed flowerbeds and trim shrubs.</li>\r\n <li>If you have a pool, make it crystal clear.</li>\r\n <li>Clean lawn furniture.</li>\r\n <li>Keep cats and dogs out of visitors’ way.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\r\n\r\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\r\n\r\nLook for the word “REALTOR®”\r\n\r\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, locally, the Houston Association of REALTOR®s).\r\n\r\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\r\n\r\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\r\n\r\nInterview potential REALTOR®s\r\n\r\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\r\n\r\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\r\n\r\n2. Are you a licensed REALTOR®? Are you a member of the Houston Association of REALTOR®s? Do you belong to the HAR MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of HAR have access to all of the most current information and training on the real estate business. Members of HAR’s MLS (Multiple Listing Service) can search through thousands of properties in Greater Houston to find a list of those that meet your specific needs.\r\n\r\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\r\n\r\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\r\n\r\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\r\n\r\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\r\n\r\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers', '', 'inherit', 'closed', 'closed', '', '3836-revision-v1', '', '', '2016-02-18 10:39:28', '2016-02-18 17:39:28', '', 3836, 'http://denverheirlooms.com/2016/02/18/3836-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3984, 4, '2016-02-18 10:40:43', '2016-02-18 17:40:43', '[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Truly, there’s so much to see and do in Colorado Springs, that this list of ten should be a list of twenty. The Springs has become a sprawling city at the foot of Pikes Peak but still retains a certain small town flavor. There are malls and historic sites and natural beauty and museums and arts. There’s minor league baseball and great college hockey as well as an IMAX theater and a fabulous symphony. Many of the older parts of town have been refurbished and have new life. There are three military installations in the area as well.</p>\r\n<p style=\"text-align: justify;\">Hard to limit it to 4 or 5? You bet. But here we go - in no particular order.</p>\r\n<p style=\"text-align: justify;\"><strong>CHEYENNE MT. ZOO</strong>\r\nOne of the best zoos, if somewhat unknown, the Cheyenne Mountain Zoo sits on the side of a mountain at 6,800 feet above sea level. The zoo boasts more than 500 types of animal, many of which live in environments specifically built for them. The zoo is home, as well, to 30 endangered species including the Siberian tiger.</p>\r\n<p style=\"text-align: justify;\">Probably the most “famous” of the animals at this zoo are the giraffes, which are the most prolific captive herd in the world. There’s an antique carousel, built in the same year that the zoo was founded. Some of the more popular exhibits include Primate World which brings you up close and personal with an amazing variety of monkeys and apes, Wolf Woods with it’s endangered wolves in their mountainside habitat, Asian Highlands featuring Siberian tigers, Amur leopards and other cats in their natural habitats.</p>\r\n<p style=\"text-align: justify;\">All of this comes with a fabulous view of the city below. If you’re not up to the hiking, there’s a tram that you can ride all day for only $1.00. Ride up and walk down if you like.</p>\r\n<p style=\"text-align: justify;\"><strong>AIR FORCE ACADEMY</strong></p>\r\n<p style=\"text-align: justify;\">A trip to the Springs wouldn’t be complete without a trip to the Academy, which just celebrated it’s 50th anniversary.</p>\r\n<p style=\"text-align: justify;\">See the fabulous Cadet Chapel with it’s 17 sparkling spires that rise 150 feet into the air. The chapel is open Monday through Saturday for most of the year. It’s closed for a few days around graduation when many of the graduating officers have weddings there. See Arnold Hall and the Honor Court as well as Falcon Stadium.</p>\r\n<p style=\"text-align: justify;\"><strong>GARDEN OF THE GODS</strong>\r\nSpectacular - that’s the only way to describe the Garden of the Gods. It’s really the site you most see in advertisement for the Springs. (As a matter of fact, I saw a Colorado Spring travel poster featuring this rock garden when walking down the Champs Elysees in Paris.)</p>\r\n<p style=\"text-align: justify;\">The garden is made up of giant red sandstone formations worn smooth over millions of years by the elements. The park has a wide variety of nice, easy hiking trails. Or take a horseback ride through the park. (Some fools get married there)</p>\r\n<p style=\"text-align: justify;\">The beautiful, new visitor center offers maps and exhibits on the area as well as a cafeteria. Don’t miss the 12 minute theater presentation How Did Those Red Rocks Get There? ($2 adults, $1 children 5-12, free for children under 5). Technical rock climbing is allowed in some areas but climbers are required to register at the visitor center.</p>\r\n<p style=\"text-align: justify;\"><strong>PIKES PEAK</strong>\r\nPikes Peak towers over the city from it’s 14,110 foot height. This famous landmark is perhaps best known as the spot which inspired Katherine Lee Bates to write America the Beautiful. From the summit, one can indeed see spacious skies and off in the vast distance, amber waves of grain.</p>\r\n<p style=\"text-align: justify;\">There are two options for reaching the summit: the Pikes Peak highway or the Cog Railway. If you’ve driven from the plains, you may want to reconsider taking your car up the highway. Your carburetor will be set for a much lower altitude and your car may not like the trip. This trip is not for those with an extreme fear of heights and ESPECIALLY for those with heart or breathing problems. Even those in great shape may feel lightheaded - don’t hesitate to get help if that is the case. They keep plenty of oxygen handy for just that eventuality.</p>\r\n<p style=\"text-align: justify;\">The highway is paved for the first 7 miles then gravel from there to the top. There are 156 curves and, if you drive, you’ll come to appreciate those intrepid racers that speed up the mountain every July.</p>\r\n<p style=\"text-align: justify;\">The other alternative is the cog railway. From this very nice train, you can relax and enjoy the spectacular scenery, especially once you break out of the forest at timberline - 11,500 feet. Watch for the bighorn sheep and the marmots. The marmots, while cute, are a major pain to hikers and climbers alike. The 9-mile route takes 75 minutes. You’ll have 40 minutes at the top to enjoy the view, the restaurant and the gift shop. Then it’s down again in the Swiss built rail car.</p>\r\n<p style=\"text-align: justify;\">Remember, it’s likely to be cold and windy at the summit, even on the hottest summer days.</p>\r\n<p style=\"text-align: justify;\"><strong>THE BROADMOOR</strong></p>\r\n<p style=\"text-align: justify;\">Built by James Pourtales, a Prussian count, in 1891 as a casino, the Broadmoor has become one of the most famous luxury hotels in the Western U.S. It was purchased in 1916 by Spencer Penrose and turned into a world class resort. It’s pink stucco facade has become it’s trademark. The World Arena - home to Peggy Flemming is no longer there, replaced by another hotel wing. It’s rich, luxurious decor is worth a walk through, even if you can’t afford to stay there. The Penrose Room, with it’s French cuisine and dancing is just one of the eleven fabulous restaurants within the Broadmoor resort. And don’t miss the Golden Bee, a fun English pub with a ragtime pianist.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<p class=\"c9\"><span class=\"c6\"><a href=\"http://www.springsgov.com/\">City of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Utilities:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.csu.org/\" target=\"_blank\">Colorado Springs Utilities\r\n</a></span><span class=\"c8\"><a href=\"http://www.atmosenergy.com/\">Atmos Energy</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csu.org/\">Colorado Springs, CO, El Paso County</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/airportindex.aspx\">Colorado Springs Airport</a>\r\n</span><span class=\"c8\"><a href=\"http://www.visitcos.com/\">Colorado Springs & Pikes Peak Travel Information</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradospringschamber.org/\">Colorado Springs Chamber of Commerce</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Employment:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.ppwfc.org/\">Work Force Center</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Hospitals:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.memorialhealthsystem.com/wps/wcm/connect/MH\">Memorial Health System</a>\r\n</span><span class=\"c8\"><a href=\"http://www.penrosestfrancis.org/\">Penrose-St Francis Health Services\r\n</a></span><span class=\"c8\"><a href=\"http://www.localschooldirectory.com/city-schools/Colorado-Springs/CO?gclid=CLquu76KyaMCFUxb2god0lj9uA\">Colorado Springs Local School Directory</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Colleges:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.coloradocollege.edu/index.asp\">Colorado College\r\n</a></span><span class=\"c8\"><a href=\"http://www.uccs.edu/\">UCCS University of Colorado of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.ppcc.edu/\">Pikes Peak Community College\r\n</a></span><span class=\"c8\"><a href=\"http://www.remingtoncollege.edu/\">Remington College\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/College_America_Colorado_Springs.html\">College America of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/Everest_College_Colorado_Springs.html\">Everest College of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Our Military:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">United States Air Force Academy\r\n</a></span><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">Fort Carson army Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.peterson.af.mil/\">Peterson Air Force Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.schriever.af.mil/\">Shriever Air Force Base</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Places to go/Things to See:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gardenofgods.com/home/index.cfm?flash=1\">Garden Of The Gods\r\n</a></span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cheyenne Mountain Zoo</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cave of The Winds</a>\r\n</span><span class=\"c8\"><a href=\"http://www.sevenfalls.com/home/index.cfm\">Seven Falls</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cliffdwellingsmuseum.com/\">Manitou Cliff Dwellings</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cograilway.com/\">Pikes Peak COG Railway</a>\r\n</span><span class=\"c8\"><a href=\"http://www.manitousprings.org/pikes_peak_attractions.aspx\">Manitou Springs & Pikes Peak Attractions\r\n</a></span><span class=\"c8\"><a href=\"http://www.coloradosprings.com/\">Things to do in Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.gazette.com/sections/entertainment/\">Entertainment Listings in the Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Museums:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.prorodeohalloffame.com/joomla/\">Pro Rodeo Hall Of Fame</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/sectionindex.aspx?sectionid=38\">C.S. Pioneer Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.ghosttownmuseum.com/\">Ghost Town Wild West Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Fine Arts Center</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Western Museum of Mining & Industry</a>\r\n</span><span class=\"c8\"><a href=\"http://www.petemuseum.org/%20%C2%A0\">Petersen Air & Space Museum</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">TV News Services:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.newsfirst5.com/home/\">News First5</a>\r\n</span><span class=\"c8\"><a href=\"http://www.kktv.com/\">KKTV 11</a>\r\n</span><span class=\"c8\"><a href=\"http://www.krdo.com/index.html\">KRDO News Channel 13</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradoconnection.com/\">FOX 21</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Newspapers:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gazette.com/\">The Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Sports:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.minorleaguebaseball.com/index.jsp?sid=t551\">Sky Sox Baseball\r\n</a></span><span class=\"c8\"><a href=\"http://www.teamusa.org/\">Team USA Olympic Team</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Restaurants:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.restauranteur.com/co/cs/\">Restaurant Guide</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Nightlife:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.essortment.com/travel/nightlifeguide_slzt.htm\">Nightlife</a></span></p>\r\n[/vc_column_text][vc_widget_sidebar sidebar_id=\"ultimatum-communityinfosidebar\"][/vc_column][/vc_row]', 'Community Info', '', 'inherit', 'closed', 'closed', '', '3880-revision-v1', '', '', '2016-02-18 10:40:43', '2016-02-18 17:40:43', '', 3880, 'http://denverheirlooms.com/2016/02/18/3880-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3985, 4, '2016-02-18 10:42:43', '2016-02-18 17:42:43', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\r\n\r\n<h3>Getting Your House Ready To Sell</h3>\r\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\r\n\r\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Removing Clutter, Though You May Not Think of it as Clutter\" state=\"closed\"]\r\n\r\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\r\n\r\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\r\n\r\nKitchen Clutter\r\n\r\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\r\n\r\nYou see, homebuyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\r\n\r\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\r\n\r\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\r\n\r\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a homebuyer to hesitate in buying your home.\r\n\r\nCloset Clutter\r\n\r\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoeboxes full of “stuff” or other accumulated personal items, too.\r\n\r\nFurniture Clutter\r\n\r\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a homebuyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\r\n\r\nStorage Area Clutter\r\n\r\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\r\n\r\nPlumbing and Fixtures\r\n\r\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\r\n\r\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\r\n\r\nCeilings, Walls and Painting\r\n\r\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\r\n\r\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\r\n\r\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\r\n\r\nCarpet and Flooring\r\n\r\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\r\n\r\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\r\n\r\nWindows and Doors\r\n\r\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\r\n\r\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\r\n\r\nOdor Control\r\n\r\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\r\n\r\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\r\n\r\nCosts of Repairs\r\n\r\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\r\n\r\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\r\n\r\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\r\n\r\nLandscaping\r\n\r\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\r\n\r\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\r\n\r\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\r\n\r\nAlways rake up loose leaves and grass cuttings.\r\n\r\nHouse Exterior\r\n\r\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\r\n\r\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\r\n\r\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\r\n\r\nThe Back Yard\r\n\r\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\r\n\r\nThe Front Door & Entryway\r\n\r\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\r\n\r\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\r\n\r\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\r\n\r\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\r\n\r\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\r\n\r\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\r\n\r\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\r\n\r\nIf the price is right.\r\n\r\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Types of Listings Contracts</h3>\r\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\r\n\r\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\r\n\r\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\r\n\r\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Details of a Listing Contract</h3>\r\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\r\n\r\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\r\n\r\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\r\n\r\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Lockbox – Yes or No?\" state=\"closed\"]\r\n\r\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\r\n\r\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\r\n\r\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Commission\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\r\n\r\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\r\n\r\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\r\n\r\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\r\n\r\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\r\n\r\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Listing Commissions and Related Issues</h3>\r\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\r\n\r\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\r\n\r\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\r\n\r\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\r\n\r\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\r\n\r\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\r\n\r\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House</h3>\r\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\r\n\r\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\r\n\r\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\r\n\r\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\r\n\r\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\r\n\r\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\r\n\r\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\r\n\r\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\r\n\r\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\r\n\r\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\r\n\r\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\r\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\r\n\r\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\r\n\r\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\r\n\r\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\r\n\r\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\r\n\r\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\r\n\r\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\r\n\r\nIt can be amazing to watch.\r\n\r\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\r\n\r\nBut some of them come back…with buyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\r\n\r\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\r\n\r\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\r\n\r\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\r\n\r\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\r\n\r\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\r\n\r\nMaybe.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\r\n\r\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\r\n\r\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\r\n\r\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\r\n\r\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\r\n\r\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\r\n\r\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\r\n\r\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\r\n\r\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\r\n\r\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\r\n\r\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\r\n\r\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\r\n\r\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\r\n\r\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\r\n\r\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\r\n\r\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\r\n\r\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\r\n\r\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\r\n\r\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\r\n\r\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\r\n\r\nThe announcements create “word of mouth” advertising, which is the best kind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\r\n\r\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\r\n\r\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\r\n\r\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\r\n\r\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\r\n\r\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\r\n\r\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Showing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\r\n\r\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\r\n\r\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Lighting, Fragrances, Pet Control and More\" state=\"closed\"]\r\n\r\nLighting\r\n\r\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\r\n\r\nFragrances\r\n\r\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\r\n\r\nPet Control\r\n\r\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\r\n\r\nThe Kitchen Trash\r\n\r\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>More Topics</h3>\r\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\r\n\r\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\r\n\r\nExperts recommend the following to make this a smooth transition:\r\n<ul>\r\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\r\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\r\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\r\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\r\n\r\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\r\n\r\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\r\n\r\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\r\n<ul>\r\n <li>Single Family Rental</li>\r\n <li>Multi-Family Rentals</li>\r\n <li>Farms/Ranches</li>\r\n <li>Raw Land</li>\r\n <li>Retail Offices</li>\r\n <li>Motels/Hotels</li>\r\n <li>Golf Course</li>\r\n <li>Industrial</li>\r\n <li>Leases of 30 years or more</li>\r\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\r\n</ul>\r\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\r\n\r\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\r\n\r\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\r\n\r\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\r\n\r\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\r\n\r\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\r\n\r\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\r\n\r\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\r\n\r\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\r\n\r\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\r\n\r\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\r\n\r\nMoving during the middle of the school year allows your children to make new friends right away.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\r\n<ul>\r\n <li>Make sure your entranceway says “Hey, look at me!”</li>\r\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\r\n <li>Check A/C and heating systems.</li>\r\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\r\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\r\n <li>Mow lawn, edge driveway and walkways.</li>\r\n <li>Throw out junk from garage and storage areas.</li>\r\n <li>Prune dead limbs from trees.</li>\r\n <li>Clean your windows.</li>\r\n <li>Vacuum drapes and carpets.</li>\r\n <li>Clear out closets.</li>\r\n <li>Remove excess furniture.</li>\r\n <li>Ensure windows, doors, and locks work smoothly.</li>\r\n <li>Weed flowerbeds and trim shrubs.</li>\r\n <li>If you have a pool, make it crystal clear.</li>\r\n <li>Clean lawn furniture.</li>\r\n <li>Keep cats and dogs out of visitors’ way.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\r\n\r\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\r\n\r\nLook for the word “REALTOR®”\r\n\r\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, locally, the Houston Association of REALTOR®s).\r\n\r\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\r\n\r\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\r\n\r\nInterview potential REALTOR®s\r\n\r\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\r\n\r\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\r\n\r\n2. Are you a licensed REALTOR®? Are you a member of the Houston Association of REALTOR®s? Do you belong to the HAR MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of HAR have access to all of the most current information and training on the real estate business. Members of HAR’s MLS (Multiple Listing Service) can search through thousands of properties in Greater Houston to find a list of those that meet your specific needs.\r\n\r\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\r\n\r\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\r\n\r\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\r\n\r\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\r\n\r\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers', '', 'inherit', 'closed', 'closed', '', '3836-revision-v1', '', '', '2016-02-18 10:42:43', '2016-02-18 17:42:43', '', 3836, 'http://denverheirlooms.com/2016/02/18/3836-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3986, 4, '2016-02-18 11:09:33', '2016-02-18 18:09:33', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\r\n\r\n<h3>Getting Your House Ready To Sell</h3>\r\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\r\n\r\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Removing Clutter, Though You May Not Think of it as Clutter\" state=\"closed\"]\r\n\r\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\r\n\r\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\r\n\r\nKitchen Clutter\r\n\r\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\r\n\r\nYou see, home buyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\r\n\r\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\r\n\r\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\r\n\r\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a home buyer to hesitate in buying your home.\r\n\r\nCloset Clutter\r\n\r\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoe boxes full of “stuff” or other accumulated personal items, too.\r\n\r\nFurniture Clutter\r\n\r\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a home buyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\r\n\r\nStorage Area Clutter\r\n\r\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\r\n\r\nPlumbing and Fixtures\r\n\r\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\r\n\r\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\r\n\r\nCeilings, Walls and Painting\r\n\r\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\r\n\r\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\r\n\r\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\r\n\r\nCarpet and Flooring\r\n\r\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\r\n\r\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\r\n\r\nWindows and Doors\r\n\r\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\r\n\r\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\r\n\r\nOdor Control\r\n\r\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\r\n\r\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\r\n\r\nCosts of Repairs\r\n\r\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\r\n\r\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\r\n\r\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\r\n\r\nLandscaping\r\n\r\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\r\n\r\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\r\n\r\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\r\n\r\nAlways rake up loose leaves and grass cuttings.\r\n\r\nHouse Exterior\r\n\r\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\r\n\r\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\r\n\r\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\r\n\r\nThe Back Yard\r\n\r\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\r\n\r\nThe Front Door & Entryway\r\n\r\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\r\n\r\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\r\n\r\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\r\n\r\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\r\n\r\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\r\n\r\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\r\n\r\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\r\n\r\nIf the price is right.\r\n\r\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Types of Listings Contracts</h3>\r\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\r\n\r\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\r\n\r\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\r\n\r\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Details of a Listing Contract</h3>\r\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\r\n\r\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\r\n\r\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\r\n\r\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Lockbox – Yes or No?\" state=\"closed\"]\r\n\r\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\r\n\r\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\r\n\r\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Commission\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\r\n\r\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\r\n\r\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\r\n\r\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\r\n\r\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\r\n\r\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Listing Commissions and Related Issues</h3>\r\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\r\n\r\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\r\n\r\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\r\n\r\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\r\n\r\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\r\n\r\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\r\n\r\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House</h3>\r\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\r\n\r\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\r\n\r\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\r\n\r\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\r\n\r\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\r\n\r\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\r\n\r\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\r\n\r\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\r\n\r\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\r\n\r\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\r\n\r\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\r\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\r\n\r\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\r\n\r\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\r\n\r\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\r\n\r\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\r\n\r\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\r\n\r\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\r\n\r\nIt can be amazing to watch.\r\n\r\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\r\n\r\nBut some of them come back…with buyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\r\n\r\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\r\n\r\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\r\n\r\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\r\n\r\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\r\n\r\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\r\n\r\nMaybe.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\r\n\r\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\r\n\r\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\r\n\r\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\r\n\r\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\r\n\r\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\r\n\r\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\r\n\r\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\r\n\r\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\r\n\r\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\r\n\r\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\r\n\r\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\r\n\r\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\r\n\r\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\r\n\r\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\r\n\r\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\r\n\r\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\r\n\r\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\r\n\r\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\r\n\r\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\r\n\r\nThe announcements create “word of mouth” advertising, which is the best kind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\r\n\r\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\r\n\r\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\r\n\r\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\r\n\r\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\r\n\r\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\r\n\r\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Showing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\r\n\r\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\r\n\r\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Lighting, Fragrances, Pet Control and More\" state=\"closed\"]\r\n\r\nLighting\r\n\r\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\r\n\r\nFragrances\r\n\r\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\r\n\r\nPet Control\r\n\r\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\r\n\r\nThe Kitchen Trash\r\n\r\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>More Topics</h3>\r\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\r\n\r\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\r\n\r\nExperts recommend the following to make this a smooth transition:\r\n<ul>\r\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\r\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\r\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\r\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\r\n\r\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\r\n\r\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\r\n\r\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\r\n<ul>\r\n <li>Single Family Rental</li>\r\n <li>Multi-Family Rentals</li>\r\n <li>Farms/Ranches</li>\r\n <li>Raw Land</li>\r\n <li>Retail Offices</li>\r\n <li>Motels/Hotels</li>\r\n <li>Golf Course</li>\r\n <li>Industrial</li>\r\n <li>Leases of 30 years or more</li>\r\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\r\n</ul>\r\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\r\n\r\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\r\n\r\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\r\n\r\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\r\n\r\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\r\n\r\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\r\n\r\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\r\n\r\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\r\n\r\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\r\n\r\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\r\n\r\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\r\n\r\nMoving during the middle of the school year allows your children to make new friends right away.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\r\n<ul>\r\n <li>Make sure your entranceway says “Hey, look at me!”</li>\r\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\r\n <li>Check A/C and heating systems.</li>\r\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\r\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\r\n <li>Mow lawn, edge driveway and walkways.</li>\r\n <li>Throw out junk from garage and storage areas.</li>\r\n <li>Prune dead limbs from trees.</li>\r\n <li>Clean your windows.</li>\r\n <li>Vacuum drapes and carpets.</li>\r\n <li>Clear out closets.</li>\r\n <li>Remove excess furniture.</li>\r\n <li>Ensure windows, doors, and locks work smoothly.</li>\r\n <li>Weed flowerbeds and trim shrubs.</li>\r\n <li>If you have a pool, make it crystal clear.</li>\r\n <li>Clean lawn furniture.</li>\r\n <li>Keep cats and dogs out of visitors’ way.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\r\n\r\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\r\n\r\nLook for the word “REALTOR®”\r\n\r\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, locally, the Houston Association of REALTOR®s).\r\n\r\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\r\n\r\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\r\n\r\nInterview potential REALTOR®s\r\n\r\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\r\n\r\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\r\n\r\n2. Are you a licensed REALTOR®? Are you a member of the local MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of your local MLS have access to all of the most current information and training on the real estate business. Members of your local MLS (Multiple Listing Service) can search through thousands of properties in Greater Houston to find a list of those that meet your specific needs.\r\n\r\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\r\n\r\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\r\n\r\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\r\n\r\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\r\n\r\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers', '', 'inherit', 'closed', 'closed', '', '3836-revision-v1', '', '', '2016-02-18 11:09:33', '2016-02-18 18:09:33', '', 3836, 'http://denverheirlooms.com/2016/02/18/3836-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3987, 4, '2016-02-18 11:11:08', '2016-02-18 18:11:08', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\r\n\r\n<h3>Getting Your House Ready To Sell</h3>\r\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\r\n\r\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Removing Clutter, Though You May Not Think of it as Clutter\" state=\"closed\"]\r\n\r\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\r\n\r\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\r\n\r\nKitchen Clutter\r\n\r\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\r\n\r\nYou see, home buyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\r\n\r\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\r\n\r\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\r\n\r\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a home buyer to hesitate in buying your home.\r\n\r\nCloset Clutter\r\n\r\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoe boxes full of “stuff” or other accumulated personal items, too.\r\n\r\nFurniture Clutter\r\n\r\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a home buyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\r\n\r\nStorage Area Clutter\r\n\r\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\r\n\r\nPlumbing and Fixtures\r\n\r\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\r\n\r\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\r\n\r\nCeilings, Walls and Painting\r\n\r\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\r\n\r\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\r\n\r\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\r\n\r\nCarpet and Flooring\r\n\r\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\r\n\r\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\r\n\r\nWindows and Doors\r\n\r\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\r\n\r\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\r\n\r\nOdor Control\r\n\r\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\r\n\r\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\r\n\r\nCosts of Repairs\r\n\r\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\r\n\r\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\r\n\r\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\r\n\r\nLandscaping\r\n\r\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\r\n\r\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\r\n\r\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\r\n\r\nAlways rake up loose leaves and grass cuttings.\r\n\r\nHouse Exterior\r\n\r\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\r\n\r\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\r\n\r\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\r\n\r\nThe Back Yard\r\n\r\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\r\n\r\nThe Front Door & Entryway\r\n\r\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\r\n\r\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\r\n\r\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\r\n\r\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\r\n\r\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\r\n\r\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\r\n\r\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\r\n\r\nIf the price is right.\r\n\r\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Types of Listings Contracts</h3>\r\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\r\n\r\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\r\n\r\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\r\n\r\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Details of a Listing Contract</h3>\r\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\r\n\r\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\r\n\r\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\r\n\r\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Lockbox – Yes or No?\" state=\"closed\"]\r\n\r\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\r\n\r\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\r\n\r\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Commission\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\r\n\r\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\r\n\r\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\r\n\r\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\r\n\r\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\r\n\r\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Listing Commissions and Related Issues</h3>\r\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\r\n\r\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\r\n\r\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\r\n\r\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\r\n\r\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\r\n\r\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\r\n\r\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House</h3>\r\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\r\n\r\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\r\n\r\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\r\n\r\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\r\n\r\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\r\n\r\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\r\n\r\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\r\n\r\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\r\n\r\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\r\n\r\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\r\n\r\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\r\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\r\n\r\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\r\n\r\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\r\n\r\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\r\n\r\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\r\n\r\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\r\n\r\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\r\n\r\nIt can be amazing to watch.\r\n\r\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\r\n\r\nBut some of them come back…with buyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\r\n\r\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\r\n\r\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\r\n\r\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\r\n\r\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\r\n\r\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\r\n\r\nMaybe.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\r\n\r\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\r\n\r\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\r\n\r\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\r\n\r\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\r\n\r\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\r\n\r\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\r\n\r\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\r\n\r\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\r\n\r\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\r\n\r\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\r\n\r\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\r\n\r\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\r\n\r\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\r\n\r\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\r\n\r\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\r\n\r\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\r\n\r\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\r\n\r\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\r\n\r\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\r\n\r\nThe announcements create “word of mouth” advertising, which is the best kind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\r\n\r\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\r\n\r\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\r\n\r\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\r\n\r\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\r\n\r\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\r\n\r\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Showing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\r\n\r\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\r\n\r\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Lighting, Fragrances, Pet Control and More\" state=\"closed\"]\r\n\r\nLighting\r\n\r\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\r\n\r\nFragrances\r\n\r\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\r\n\r\nPet Control\r\n\r\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\r\n\r\nThe Kitchen Trash\r\n\r\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>More Topics</h3>\r\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\r\n\r\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\r\n\r\nExperts recommend the following to make this a smooth transition:\r\n<ul>\r\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\r\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\r\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\r\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\r\n\r\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\r\n\r\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\r\n\r\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\r\n<ul>\r\n <li>Single Family Rental</li>\r\n <li>Multi-Family Rentals</li>\r\n <li>Farms/Ranches</li>\r\n <li>Raw Land</li>\r\n <li>Retail Offices</li>\r\n <li>Motels/Hotels</li>\r\n <li>Golf Course</li>\r\n <li>Industrial</li>\r\n <li>Leases of 30 years or more</li>\r\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\r\n</ul>\r\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\r\n\r\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\r\n\r\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\r\n\r\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\r\n\r\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\r\n\r\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\r\n\r\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\r\n\r\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\r\n\r\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\r\n\r\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\r\n\r\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\r\n\r\nMoving during the middle of the school year allows your children to make new friends right away.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\r\n<ul>\r\n <li>Make sure your entranceway says “Hey, look at me!”</li>\r\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\r\n <li>Check A/C and heating systems.</li>\r\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\r\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\r\n <li>Mow lawn, edge driveway and walkways.</li>\r\n <li>Throw out junk from garage and storage areas.</li>\r\n <li>Prune dead limbs from trees.</li>\r\n <li>Clean your windows.</li>\r\n <li>Vacuum drapes and carpets.</li>\r\n <li>Clear out closets.</li>\r\n <li>Remove excess furniture.</li>\r\n <li>Ensure windows, doors, and locks work smoothly.</li>\r\n <li>Weed flowerbeds and trim shrubs.</li>\r\n <li>If you have a pool, make it crystal clear.</li>\r\n <li>Clean lawn furniture.</li>\r\n <li>Keep cats and dogs out of visitors’ way.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\r\n\r\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\r\n\r\nLook for the word “REALTOR®”\r\n\r\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, locally, the Houston Association of REALTOR®s).\r\n\r\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\r\n\r\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\r\n\r\nInterview potential REALTOR®s\r\n\r\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\r\n\r\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\r\n\r\n2. Are you a licensed REALTOR®? Are you a member of the local MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of your local MLS have access to all of the most current information and training on the real estate business. Members of your local MLS (Multiple Listing Service) can search through thousands of properties in your area to find a list of those that meet your specific needs.\r\n\r\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\r\n\r\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\r\n\r\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\r\n\r\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\r\n\r\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers', '', 'inherit', 'closed', 'closed', '', '3836-revision-v1', '', '', '2016-02-18 11:11:08', '2016-02-18 18:11:08', '', 3836, 'http://denverheirlooms.com/2016/02/18/3836-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3988, 4, '2016-02-18 11:15:54', '2016-02-18 18:15:54', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\r\n\r\n<h3>Getting Your House Ready To Sell</h3>\r\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\r\n\r\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Removing Clutter, Though You May Not Think of it as Clutter\" state=\"closed\"]\r\n\r\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\r\n\r\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\r\n\r\nKitchen Clutter\r\n\r\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\r\n\r\nYou see, home buyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\r\n\r\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\r\n\r\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\r\n\r\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a home buyer to hesitate in buying your home.\r\n\r\nCloset Clutter\r\n\r\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoe boxes full of “stuff” or other accumulated personal items, too.\r\n\r\nFurniture Clutter\r\n\r\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a home buyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\r\n\r\nStorage Area Clutter\r\n\r\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\r\n\r\nPlumbing and Fixtures\r\n\r\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\r\n\r\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\r\n\r\nCeilings, Walls and Painting\r\n\r\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\r\n\r\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\r\n\r\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\r\n\r\nCarpet and Flooring\r\n\r\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\r\n\r\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\r\n\r\nWindows and Doors\r\n\r\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\r\n\r\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\r\n\r\nOdor Control\r\n\r\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\r\n\r\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\r\n\r\nCosts of Repairs\r\n\r\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\r\n\r\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\r\n\r\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\r\n\r\nLandscaping\r\n\r\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\r\n\r\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\r\n\r\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\r\n\r\nAlways rake up loose leaves and grass cuttings.\r\n\r\nHouse Exterior\r\n\r\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\r\n\r\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\r\n\r\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\r\n\r\nThe Back Yard\r\n\r\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\r\n\r\nThe Front Door & Entryway\r\n\r\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\r\n\r\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\r\n\r\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\r\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\r\n\r\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\r\n\r\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\r\n\r\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\r\n\r\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\r\n\r\nIf the price is right.\r\n\r\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Types of Listings Contracts</h3>\r\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\r\n\r\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\r\n\r\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\r\n\r\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Details of a Listing Contract</h3>\r\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\r\n\r\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\r\n\r\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\r\n\r\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Lockbox – Yes or No?\" state=\"closed\"]\r\n\r\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\r\n\r\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\r\n\r\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Commission\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\r\n\r\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\r\n\r\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\r\n\r\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\r\n\r\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\r\n\r\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Listing Commissions and Related Issues</h3>\r\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\r\n\r\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\r\n\r\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\r\n\r\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\r\n\r\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\r\n\r\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\r\n\r\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\r\n\r\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House</h3>\r\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\r\n\r\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\r\n\r\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\r\n\r\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\r\n\r\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\r\n\r\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\r\n\r\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\r\n\r\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\r\n\r\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\r\n\r\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\r\n\r\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\r\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\r\n\r\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\r\n\r\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\r\n\r\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\r\n\r\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\r\n\r\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\r\n\r\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\r\n\r\nIt can be amazing to watch.\r\n\r\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\r\n\r\nBut some of them come back…with buyers.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\r\n\r\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\r\n\r\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\r\n\r\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\r\n\r\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\r\n\r\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\r\n\r\nMaybe.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\r\n\r\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\r\n\r\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\r\n\r\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\r\n\r\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\r\n\r\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\r\n\r\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\r\n\r\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\r\n\r\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\r\n\r\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\r\n\r\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\r\n\r\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\r\n\r\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\r\n\r\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\r\n\r\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\r\n\r\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\r\n\r\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\r\n\r\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\r\n\r\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\r\n\r\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\r\n\r\nThe announcements create “word of mouth” advertising, which is the best kind.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\r\n\r\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\r\n\r\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\r\n\r\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\r\n\r\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\r\n\r\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\r\n\r\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>Showing Your House to Home Buyers</h3>\r\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\r\n\r\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\r\n\r\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\r\n\r\n[symple_toggle title=\"Lighting, Fragrances, Pet Control and More\" state=\"closed\"]\r\n\r\nLighting\r\n\r\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\r\n\r\nFragrances\r\n\r\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\r\n\r\nPet Control\r\n\r\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\r\n\r\nThe Kitchen Trash\r\n\r\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\r\n\r\n[symple_spacing size=\"30\"]\r\n<h3>More Topics</h3>\r\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\r\n\r\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\r\n\r\nExperts recommend the following to make this a smooth transition:\r\n<ul>\r\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\r\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\r\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\r\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\r\n\r\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\r\n\r\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\r\n\r\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\r\n<ul>\r\n <li>Single Family Rental</li>\r\n <li>Multi-Family Rentals</li>\r\n <li>Farms/Ranches</li>\r\n <li>Raw Land</li>\r\n <li>Retail Offices</li>\r\n <li>Motels/Hotels</li>\r\n <li>Golf Course</li>\r\n <li>Industrial</li>\r\n <li>Leases of 30 years or more</li>\r\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\r\n</ul>\r\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\r\n\r\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\r\n\r\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\r\n\r\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\r\n\r\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\r\n\r\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\r\n\r\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\r\n\r\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\r\n\r\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\r\n\r\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\r\n\r\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\r\n\r\nMoving during the middle of the school year allows your children to make new friends right away.\r\n\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\r\n<ul>\r\n <li>Make sure your entranceway says “Hey, look at me!”</li>\r\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\r\n <li>Check A/C and heating systems.</li>\r\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\r\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\r\n <li>Mow lawn, edge driveway and walkways.</li>\r\n <li>Throw out junk from garage and storage areas.</li>\r\n <li>Prune dead limbs from trees.</li>\r\n <li>Clean your windows.</li>\r\n <li>Vacuum drapes and carpets.</li>\r\n <li>Clear out closets.</li>\r\n <li>Remove excess furniture.</li>\r\n <li>Ensure windows, doors, and locks work smoothly.</li>\r\n <li>Weed flowerbeds and trim shrubs.</li>\r\n <li>If you have a pool, make it crystal clear.</li>\r\n <li>Clean lawn furniture.</li>\r\n <li>Keep cats and dogs out of visitors’ way.</li>\r\n</ul>\r\n[/symple_toggle]\r\n\r\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\r\n\r\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\r\n\r\nLook for the word “REALTOR®”\r\n\r\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, your local Association of REALTOR®s).\r\n\r\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\r\n\r\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\r\n\r\nInterview potential REALTOR®s\r\n\r\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\r\n\r\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\r\n\r\n2. Are you a licensed REALTOR®? Are you a member of the local MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of your local MLS have access to all of the most current information and training on the real estate business. Members of the local MLS (Multiple Listing Service) can search through thousands of properties in your area to find a list of those that meet your specific needs.\r\n\r\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\r\n\r\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\r\n\r\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\r\n\r\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\r\n\r\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\r\n\r\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers', '', 'inherit', 'closed', 'closed', '', '3836-revision-v1', '', '', '2016-02-18 11:15:54', '2016-02-18 18:15:54', '', 3836, 'http://denverheirlooms.com/2016/02/18/3836-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3991, 4, '2016-02-18 14:21:49', '2016-02-18 21:21:49', '[vc_row css=\".vc_custom_1455677089809{margin-bottom: -10px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"3954\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1455677001349{margin-top: -20px !important;padding-top: 0px !important;}\"]\n<h3>Randy Reynolds</h3>\n<ul>\n <li>Prudential Legends Award</li>\n <li>Ranked in Top 1% Nationally</li>\n <li>Full-time Assistant</li>\n <li>Residential Sales</li>\n <li>New Homes</li>\n <li>Land</li>\n <li>2010 President of the Colorado Association of REALTORS</li>\n <li>Colorado Springs REALTOR since 1981</li>\n <li>1995 REALTOR of the Year</li>\n <li>1988 REALTOR Salesman of the Year</li>\n <li>Member Institute Residential Marketing (MIRM)</li>\n <li>Over 30 years experience in Real Estate Sales</li>\n <li>Actively involved in local & state REALTOR Board, Home Builders Assn, and Junior Achievement</li>\n <li>Hobbies include: Running, Biking, Hunting, Fishing and Motocross.</li>\n</ul>\n.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">With over 30 years selling real estate in the Pikes Peak area, Randy knows Colorado Springs. “The city’s grown a lot over these last 30 years” says Randy. “Our military have continued to expand their presence here along with many large corporations.”</p>\n<p style=\"text-align: justify;\">Randy has helped hundreds of families buy and sell homes “and each one is special”, says Randy.</p>\n<p style=\"text-align: justify;\">Randy stays up on the latest trends through education as he has his GRI (Graduate of Realtor® Institute), CRS (Certified Residential Specialist), SFR (Short Sale & Foreclosure Resource), E-PRO (professional in internet marketing) and his MIRM (Member Institute of Residential Marketing, from NAHB).</p>\n<p style=\"text-align: justify;\">Randy spends time giving back to the industry he loves. In 2010 he was the President of the Colorado Association of Realtors® and he has stayed active in the political arena lobbying to keep the real estate industry and private property rights protected..</p>\n<p style=\"text-align: justify;\">For the past 25 years, Randy has taught the free-enterprise system in the classroom to kids K-12 through his involvement with Junior Achievement, educating the youth of today about entrepreneurship and financial literacy through hands-on programs.</p>\n<p style=\"text-align: justify;\">Let Randy Reynolds show you why so many of his past and future clients call on him when they have a real estate need!</p>\n\n[/vc_column_text][/vc_column][/vc_row]', 'About Page', '', 'publish', 'closed', 'closed', '', 'about-page', '', '', '2016-02-18 14:21:49', '2016-02-18 21:21:49', '', 0, 'http://denverheirlooms.com/templatera/about-page/', 0, 'templatera', '', 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
(3992, 4, '2016-02-18 14:22:31', '2016-02-18 21:22:31', '[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><strong>If you are thinking of selling your home, chances are you’re caught up in a mass of emotions</strong>. You may be looking forward to moving up to a new home or facing the uncertainty of a major move across country. You may be reluctant to leave your memories behind or eager to start new and exciting adventures. Remember, we are here to help you with any of your needs. Call or e-mail us today!</p>\n\n<h3>Getting Your House Ready To Sell</h3>\n[symple_toggle title=\"Introduction: Emotion vs. Reason\" state=\"closed\"] When conversing with real estate agents, you will often find that when they talk to you about buying real estate, they will refer to your purchase as a “home.” Yet if you are selling property, they will often refer to it as a “house.” There is a reason for this. Buying real estate is often an emotional decision, but when selling real estate you need to remove emotion from the equation.You need to think of your house as a marketable commodity. Property. Real estate. Your goal is to get others to see it as their potential home, not yours. If you do not consciously make this decision, you can inadvertently create a situation where it takes longer to sell your property.The first step in getting your home ready to sell is to “de-personalize” it. [/symple_toggle]\n\n[symple_toggle title=\"De-Personalize the House\" state=\"closed\"] The reason you want to “de-personalize” your home is because you want buyers to view it as their potential home. When a potential homebuyer sees your family photos hanging on the wall, it puts your own brand on the home and momentarily shatters their illusions about owning the house. Therefore, put away family photos, sports trophies, collectible items, knick-knacks, and souvenirs. Put them in a box. Rent a storage area for a few months and put the box in the storage unit.Do not just put the box in the attic, basement, garage or a closet. Part of preparing a house for sale is to remove “clutter,” and that is the next step in preparing your house for sale. [/symple_toggle]\n\n[symple_toggle title=\"Removing Clutter, Though You May Not Think of it as Clutter\" state=\"closed\"]\n\nThis is the hardest thing for most people to do because they are emotionally attached to everything in the house. After years of living in the same home, clutter collects in such a way that may not be evident to the homeowner. However, it does affect the way buyers see the home, even if you do not realize it. Clutter collects on shelves, counter tops, drawers, closets, garages, attics, and basements.\n\nTake a step back and pretend you are a buyer. Let a friend help point out areas of clutter, as long as you can accept their views without getting defensive. Let your agent help you, too.\n\nKitchen Clutter\n\nThe kitchen is a good place to start removing clutter, because it is an easy place to start. First, get everything off the counters. Everything. Even the toaster. Put the toaster in a cabinet and take it out when you use it. Find a place where you can store everything in cabinets and drawers. Of course, you may notice that you do not have cabinet space to put everything. Clean them out. The dishes, pots and pans that rarely get used? Put them in a box and put that box in storage, too.\n\nYou see, home buyers will open all your cabinets and drawers, especially in the kitchen. They want to be sure there is enough room for their “stuff.” If your kitchen cabinets, pantries, and drawers look jammed full, it sends a negative message to the buyer and does not promote an image of plentiful storage space. The best way to do that is to have as much “empty space” as possible.\n\nFor that reason, if you have a “junk drawer,” get rid of the junk. If you have a rarely used crock pot, put it in storage. Do this with every cabinet and drawer. Create open space.\n\nIf you have a large amount of foodstuffs crammed into the shelves or pantry, begin using them – especially canned goods. Canned goods are heavy and you don’t want to be lugging them to a new house, anyway – or paying a mover to do so. Let what you have on the shelves determine your menus and use up as much as you can.\n\nBeneath the sink is very critical, too. Make sure the area beneath the sink is as empty as possible, removing all extra cleaning supplies. You should scrub the area down as well, and determine if there are any tell-tale signs of water leaks that may cause a home buyer to hesitate in buying your home.\n\nCloset Clutter\n\nClosets are great for accumulating clutter, though you may not think of it as clutter. We are talking about extra clothes and shoes – things you rarely wear but cannot bear to be without. Do without these items for a couple of months by putting them in a box, because these items can make your closets look “crammed full.” Sometimes there are shoe boxes full of “stuff” or other accumulated personal items, too.\n\nFurniture Clutter\n\nMany people have too much furniture in certain rooms – not too much for your own personal living needs – but too much to give the illusion of space that a home buyer would like to see. You may want to tour some builders’ models to see how they place furniture in the model homes. Observe how they place furniture in the models so you get some ideas on what to remove and what to leave in your house.\n\nStorage Area Clutter\n\nBasements, garages, attics, and sheds accumulate not only clutter, but junk. These areas should be as empty as possible so that buyers can imagine what they would do with the space. Remove anything that is not essential and take it to the storage area. Or have a garage sale.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Fixing Up the House Interior\" state=\"closed\"]\n\nPlumbing and Fixtures\n\nAll your sink fixtures should look shiny and new. If this cannot be accomplished by cleaning, buy new ones where needed. If you don’t buy something fancy, this can be accomplished inexpensively and they are fairly easy to install. Make sure all the hot and cold water knobs are easy to turn and that the faucets do not leak. If they do, replace the washers. It is not difficult at all.\n\nCheck to make sure you have good water pressure and that there are no stains on any of the porcelain. If you have a difficult stain to remove, one trick is to hire a cleaning crew to go through and clean your home on a one-time basis. They seem to be wonderful at making stains go away.\n\nCeilings, Walls and Painting\n\nCheck all the ceilings for water stains. Sometimes old leaks leave stains, even after you have repaired the leak. Of course, if you do have a leak, you will have to get it repaired, whether it is a plumbing problem or the roof leaks.\n\nYou should do the same for walls, looking for not only stains, but also areas where dirt has accumulated and you just may not have noticed. Plus, you may have an outdated color scheme.\n\nPainting can be your best investment when selling your home. It is not a very expensive operation and often you can do it yourself. Do not choose colors based on your own preferences, but based on what would appeal to the widest possible number of buyers. You should almost always choose an off-white color because white helps your rooms appear bright and spacious.\n\nCarpet and Flooring\n\nUnless your carpet appears old and worn, or it is definitely an outdated style or color, you probably should do nothing more than hire a good carpet cleaner. If you do choose to replace it, do so with something inexpensive in a fairly neutral color.\n\nRepair or replace broken floor tiles, but do not spend a lot of money on anything. Remember, you are not fixing up the place for yourself. You want to move. Your goal is simply to have as few negative impressions upon those who may want to purchase your property.\n\nWindows and Doors\n\nCheck all of your windows to make sure they open and close easily. If not, a spray of WD40 often helps. Make sure there are no cracked or broken windowpanes. If there are, replace them before you begin showing your home.\n\nDo the same things with the doors – make sure they open and close properly, without creaking. If they do, a shot of WD40 on the hinges usually makes the creak go away. Be sure the doorknobs turn easily, and that they are cleaned and polished to look sharp. As buyers go from room to room, someone opens each door and you want to do everything necessary to create a positive impression.\n\nOdor Control\n\nFor those who smoke, you might want to minimize smoking indoors while trying to sell your home. You could also purchase an ozone spray that helps to remove odors without creating a masking odor.\n\nPets of all kinds create odors that you may have become used to, but are immediately noticeable to those with more finely tuned olfactory senses. For those with cats, be sure to empty kitty litter boxes daily. There are also products that you can sprinkle in a layer below the kitty litter that helps to control odor. For those with dogs, keep the dog outdoors as much as possible. You might also try sprinkling carpet freshener on the carpet on a periodic basis.\n\nCosts of Repairs\n\nDo not do anything expensive, such as remodeling. If possible, use savings to pay for any repairs and improvements – do not go charging up credit cards or obtaining new loans. Remember that part of selling a house is also preparing to buy your next home. You do not want to do anything that will affect your credit scores or hurt your ability to qualify for your next mortgage.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Fixing Up Outside the House\" state=\"closed\"]\n\nMost real estate advice tells you to work on the outside of the house first, but unless there is a major project involved, we believe it is best to do it last. There are two main reasons for this. First, the first steps in preparing the interior of the house are easier. They also help develop the proper mind set required for selling – beginning to think of your “home” as a marketable commodity. Second, the exterior is the most important. A homebuyer’s first impression is based on his or her view of the house from the real estate agent’s car.\n\nSo take a walk across the street and take a good look at your house. Look at nearby houses, too, and see how yours compares.\n\nLandscaping\n\nIs your landscaping at least average for the neighborhood? If it is not, buy a few bushes and plant them. Do not put in trees. Mature trees are expensive, and you will not get back your investment. Also, immature trees do not really add much to the appearance value of the home.\n\nIf you have an area for flowers, buy mature colorful flowers and plant them. They add a splash of vibrancy and color, creating a favorable first impression. Do not buy bulbs or seeds and plant them. They will not mature fast enough to create the desired effect and you certainly don’t want a patch of brown earth for homebuyers to view.\n\nYour lawn should be evenly cut, freshly edged, well watered, and free of brown spots. If there are problems with your lawn, you should probably take care of them before working on the inside of your home. This is because certain areas may need re-soding, and you want to give it a chance to grow so that re-sod areas are not immediately apparent. Plus, you might want to give fertilizer enough time to be effective.\n\nAlways rake up loose leaves and grass cuttings.\n\nHouse Exterior\n\nThe big decision is whether to paint or not to paint. When you look at your house from across the street, does it look tired and faded? If so, a paint job may be in order. It is often a very good investment and really spruces up the appearance of a house, adding dollars to offers from potential homebuyers.\n\nWhen choosing a color, it should not be something garish and unusual, but a color that fits well in your neighborhood. Of course, the color also depends on the style of your house, too. For some reason, different shades of yellow seem to illicit the best response in homebuyers, whether it is in the trim or the basic color of the house.\n\nAs for the roof, if you know your house has an old leaky roof, replace it. If you do not replace a leaky roof, you are going to have to disclose it and the buyer will want a new roof, anyway. Otherwise, wait and see what the home inspector says. Why spend money unnecessarily?\n\nThe Back Yard\n\nThe back yard should be tidy. If you have a pool or spa, keep it freshly maintained and constantly cleaned. For those that have dogs, be sure to constantly keep the area clear of “debris.” If you have swing sets or anything elaborate for your kids, it probably makes more sense to remove them than to leave them in place. They take up room, and you want your back yard to appear as spacious as possible, especially in newer homes where the yards are not as large.\n\nThe Front Door & Entryway\n\nThe front door should be especially sharp, since it is the entryway into the house. Polish the door fixture so it gleams. If the door needs refinishing or repainting, make sure to get that done.\n\nIf you have a cute little plaque or shingle with your family name on it, remove it. Even if it is just on the mailbox. You can always put it up again once you move. Get a new plush door mat, too. This is something else you can take with you once you move.\n\nMake sure the lock works easily and the key fits properly. When a homebuyer comes to visit your home, the agent uses the key from the lock box to unlock the door. If there is trouble working the lock while everyone else stands around twiddling their thumbs, this sends a negative first impression to prospective homebuyers.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Want To Start Off With a High Sales Price? Beware!</h3>\n[symple_toggle title=\"Meeting With REALTORS®\" state=\"closed\"] So you’ve decided to sell your home and have a fairly good idea of what you think it is worth. Being a sensible home seller, you schedule appointments with three local listing agents who’ve been hanging stuff on your front doorknob for years. Each REALTOR® comes prepared with a “Competitive Market Analysis” on fancy paper and they each recommend a specific sales price.Amazingly, a couple of the REALTORS® have come up with prices that are lower than you expected. Although they back up their recommendations with recent sales data of similar homes, you remain convinced your house is worth more. When you interview the third agent’s figures, they are much more in line with your own anticipated value, or maybe even higher. Suddenly, you are a happy and excited home seller, already counting the money. [/symple_toggle]\n\n[symple_toggle title=\"Which REALTOR® Do You Choose?\" state=\"closed\"]\n\nIf you’re like many people, you pick REALTOR® number three. This is an agent who seems willing to listen to your input and work with you. This is an agent that cares about putting the most money in your pocket. This is an agent that is willing to start out at your price and if you need to drop the price later, you can do that easily, right? After all, everyone else does it!The truth is that you may have just met an agent engaging in a questionable sales practice called “buying a listing.” He “bought” the listing by suggesting you might be able to get a higher sales price than the other agents recommended. Most likely, he is quite doubtful that your home will actually sell at that price. The intention from the beginning is to eventually talk you into lowering the price.\n\nWhy do agents “buy” listings? There are basically two reasons. A well-meaning and hard working agent can feel pressure from a homeowner who has an inflated perception of his home’s value. On the other hand, there are some agents who engage in this sales practice routinely.\n\n[/symple_toggle]\n\n[symple_toggle title=\"What Happened Behind the Scenes?\" state=\"closed\"]\n\nWhichever the case, if you start out with too high a price on your home, you may have just added to your stress level, and selling a home is stressful enough. There will be a lot of “behind the scenes” action taking place that you don’t know about.\n\nContrary to popular opinion, the listing agent does not usually attempt to sell your home to a homebuyer. That isn’t very efficient. Listing agents market and promote your home to the hordes of other local agents who do work with homebuyers, dramatically increasing your personal sales force. During the first couple of weeks your home should be a flurry of activity with buyer’s agents coming to preview your home so they can sell it to their clients…if the price is right.\n\nIf the price is right.\n\nIf you and your agent have overpriced, fewer agents will preview your home. After all, they are Realtors, and it is their job to know local market conditions and home values. If your house is dramatically above market, why waste time? Their time is better spent previewing homes that are priced realistically.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Dropping Your Price…Too Late?\" state=\"closed\"] Later, when you drop your price, your house is “old news.” You will never be able to recapture that flurry of initial activity you would have had with a realistic price. Your house could take longer to sell. Even if you do successfully sell at an above market price, your buyer will need a mortgage. The mortgage lender requires an appraisal. If comparable sales for the last six months and current market conditions do not support your sales price, the house won’t appraise. Your deal falls apart. Of course, you can always attempt to renegotiate the price, but only if the buyer is willing to listen. Your house could go “back on the market.” Once your home has fallen out of escrow or sits on the market awhile, it is harder to get a good offer. Potential buyers will think you might be getting desperate, so they will make lower offers. By overpricing your home in the beginning, you could actually end up settling for a lower price than you would have normally received. [/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Types of Listings Contracts</h3>\n[symple_toggle title=\"Open Listings\" state=\"closed\"] The “open listing” is mostly used by people trying to sell their home by owner who are also willing to work with real estate agents. Basically, it gives a real estate agent the right to bring buyers around to view your home. If their client buys your home, the agent earns a commission. There is nothing exclusive about an open listing and a home seller can give out such listings to every agent who comes around.For that reason, no agent is going to market your home or put it in the Multiple Listing Service. If your home fits the criteria for one of their clients, and it is convenient, they may be willing to show it to their client. That is all an “open listing” is good for. [/symple_toggle]\n\n[symple_toggle title=\"One-Time Show\" state=\"closed\"] A “one-time show” is similar to an open listing in many respects, as it is most often used by real estate agents who are showing a FSBO (for sale by owner) to one of their clients. The home seller signs the agreement, which identifies the potential buyer and guarantees the agent a commission should that buyer purchase the home. This prevents the buyer and seller from negotiating directly later and trying to avoid paying the agent’s commission.As with an open listing, agents will not be spending money on marketing your home and it will not be placed in the Multiple Listing System. [/symple_toggle]\n\n[symple_toggle title=\"Exclusive Agency Listings\" state=\"closed\"]\n\nAn “exclusive agency” listing allows an agent to list and market your home, guaranteeing them a commission if the house sells through any real estate agent or company. It also allows sellers to seek out buyers on their own.This is not a popular type of listing agreement. The reason is that there is not much incentive for agents to spend money marketing your home. If you come up with your own buyer, they have spent money they cannot earn back through the real estate commission. Plus, it is too easy for a greedy buyer to go around the agent and negotiate directly with the seller.\n\nIf you find an agent willing to accept such a listing, do not expect too much from them. They will probably just place it in the Multiple Listing Service and sit around to see if something happens. A good agent would never accept such a listing, and you probably want a good agent.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Exclusive Right to Sell\" state=\"closed\"] Giving a real estate agent the “exclusive right to sell” your property does not mean that there will not be other agents involved. Your agent is the listing agent and part of his or her job is to market your home to other agents who work with buyers. Those agents will show your home to their clients. Regardless of who sells the home, even if you sell it yourself to a friend at work, your listing agent will earn a commission.An exclusive right to sell is the only type of listing an effective real estate agent will accept. This is because they have a reasonable expectation of earning back any money they spend on promoting and marketing your property. [/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Details of a Listing Contract</h3>\n[symple_toggle title=\"Price and Terms of Sale\" state=\"closed\"]\n\nWhen setting the terms of sale, the main thing you are concerned with is the price. You should have a basic idea of what your home is worth by keeping track of other sales in the neighborhood. Plus, you have probably interviewed at least two real estate agents and they have given you their own ideas. Exercise great care in determining your asking price, making sure not to set it too high or too low.\n\nIn addition to the price, you will disclose what personal property, if any, goes with the house when you sell it. Personal property is anything that is not attached or fixed to the home, such as washers, dryers, refrigerators, and so on.\n\nThere may be some item that is considered “real property” that you do not intend to include in the sale. Real property is anything that is attached to the home. For example, you may have a chandelier that has been in your family for generations and you take it from home to home when you move. Since the chandelier is attached to the house, it is considered “real property” and a reasonable buyer would normally expect it to go with the house.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Lockbox – Yes or No?\" state=\"closed\"]\n\nA lockbox is a basically a padlock with a cavity inside where a key to your home can be placed. Only someone with an electronic key or the combination can get into the lockbox and access the key. Having a lockbox available at your house makes it easy for other agents to get access to your house.\n\nWithout the lockbox, agents representing buyers would have to set appointments to meet you or your agent at the house so they could gain access and view the home. This would be inconvenient. Since almost every other house does have a lockbox available, if you do not allow one most agents will simply not show your property. You will miss out on lots of potential buyers.\n\nThe listing contract specifies whether you allow a lockbox or not. It is locked into place, usually on the front door and cannot be removed. Only other agents can access the key that is located within the lockbox.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Real Estate Commission\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\n\n[symple_toggle title=\"Multiple Listing Service\" state=\"closed\"] Your listing contract should specify whether or not the house will be listed with the local MLS (multiple listing service). It is definitely in your interest to have the house listed. This is because your sales force is automatically multiplied by however many agents are members of the local MLS. If your house is not listed, then you only have one agent working for you instead of many. [/symple_toggle]\n\n[symple_toggle title=\"Agency Duties of a Listing Agent\" state=\"closed\"]\n\nThe listing contract will specify that your agent is acting as a “seller’s agent.” This means that, in the sale of your house, they are working for you and only you. However, there may be times when your listing agent has a client who wants to buy your home. For that reason, there is a little “wiggle room” in the listing contract. If your agent also represents the buyer, the listing contract should specify that they provide an additional disclosure that details their duties as a dual agent.\n\nThe contract also provides permission for your listing agent to act as an agent for others on other transactions. They can continue to list other properties, and represent buyers looking at other homes.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Resolution of Disputes\" state=\"closed\"]\n\nThere are times when you and your agent have a disagreement that you cannot resolve by yourselves. Maybe the agent did a poor job or misrepresented something. Maybe your agent was really doing their job correctly, but you did not understand. Perhaps the agent will have a dispute with you.\n\nThe listing contract specifies what methods will be used to settle such disputes. You can choose to accept binding arbitration, which is usually cheaper than hiring a lawyer and going to court. Usually, matters that can be dealt with in a small claims court are excluded from having to go to binding arbitration.\n\nYou are not required to sign or initial the binding arbitration clause. This would leave you free to hire an attorney and pursue disputes in civil court instead of binding arbitration. Consult your attorney for advise on this legal matter.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Listing Commissions and Related Issues</h3>\n[symple_toggle title=\"Are Commissions Negotiable?\" state=\"closed\"] In some areas of the country there is a certain percentage that real estate agents expect to earn as a commission.This commission amount is a certain percent of the sales price. Or, some companies will charge a set fee for their services. However, just like anything else in real estate, this amount is negotiable.When completing the listing agreement, you and your agent will agree on the amount of the real estate commission. [/symple_toggle]\n\n[symple_toggle title=\"How and When the Commission is Earned\" state=\"closed\"]\n\nYour listing contract specifies a listing price. Your agent’s job is to bring a “ready, willing and able” buyer to present an offer. If you reach agreement with the buyer, then the agent has done his job and earned the commission. Once the sale has closed, the real estate broker gets paid from the proceeds of the sale.\n\nIf the buyer proves unable or unwilling to conclude the sale, the house is placed back on the market and the agent has to begin earning his or her commission all over again.\n\nHowever, if the seller backs out or does not accept an offer that meets the price and terms of the listing agreement, the listing broker has still earned the commission. They may want to be paid, even though you did not actually sell your home. Therefore, it is very important to carefully consider every detail when completing your listing contract and accepting an offer to buy your property.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Hot Market Under-Pricing Strategy – Commission Issues\" state=\"closed\"]\n\nDuring a “hot market” there is a certain marketing technique which, though very effective, could cause trouble because of the way the contract is written. This is the practice of “under-pricing” the home. In a hot market, a home that is under-priced gets a lot of attention from other Realtors, and they all start showing your home to their clients. Often, you get into a situation where multiple offers are presented and the price starts going up because of the frenzy. You end up selling the house above your asking price and perhaps above what you could have received if you had priced it traditionally.\n\nHowever, the technique does have the potential to backfire, so you should build safeguards to prevent having to pay a commission “just in case.”\n\nYou see, the listing contract usually states that if an offer is received that meets the terms presented in the contract (including price), the real estate agent has earned his or her commission – even if you decide not to sell. A reputable agent would never attempt to collect a commission if they were using the “under-pricing” technique and it backfired, even if they are technically entitled to one. For that reason, in the “additional terms” space on the listing contract, you should specify your true target price – when the agent has really earned the commission.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>The Listing Agent – Marketing Your House</h3>\n[symple_toggle title=\"The Real Role of a Listing Agent\" state=\"closed\"]\n\nWhen you bought your home, you probably used the services of a real estate agent. You found that agent through a referral from a friend or family member, or through some sort of advertising or marketing. The agent helped you in many ways and eventually you found the house of your dreams, made an offer, closed the deal, and moved in.\n\nFor whatever reason, now it is time to sell your home and you need a real estate agent again. Many home sellers, especially those selling their first home, tend to think all agents are similar to the one that helped them buy their home.\n\nAlthough real estate agents can (and do) work with both buyers and sellers, most tend to concentrate more on one than the other. They specialize. When you bought your home, you probably worked with a “selling agent” – an agent that works mostly with buyers. Because of the nature of real estate advertising and marketing, the public’s main image of the real estate profession is that of the selling agent.\n\nAs a result, many homeowners expect their listing agent to do the same things that a selling agent does – find someone to buy their home. After all, they do the things you would expect if they were searching for buyers. A sign goes up in the front yard. Ads are placed in the local newspaper and real estate magazines. Your agent holds an open house on the weekend. Your house is proudly displayed on the Internet.\n\nBut this is only “surface” marketing. More important activity occurs behind the scenes. After the “for sale” sign goes up and flyers are printed, your agent’s main job is to market your home to other agents, not to homebuyers.\n\n[/symple_toggle]\n\n[symple_toggle title=\"The “For Sale” Sign\" state=\"closed\"]\n\nIt seems fairly obvious that when you put your house up for sale that your agent will put a “for sale” sign in the front yard. The sign will identify the agent’s company, the agent, and have a phone number so prospective buyers can call and get information.\n\nSigns are great at generating phone calls, even if very few actually purchase the home they call about. However, you might be one of the lucky ones. For that reason, you should determine what happens when someone calls the number on the sign. Does a live person answer the phone or does the call go to a voicemail or recorder?\n\nYou want someone to answer the phone while the caller is “hot.” When buyers call the number on the sign, the call should go to a live person who can answer questions immediately. A potential buyer may be on the street outside your home, placing the call using a cell phone.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Flyers and a Brochure Box\" state=\"closed\"]\n\nYour agent should prepare a flyer that displays a photo and provides details about your house. There should also be a phone number so buyers can contact your agent to get additional information. The flyers should be displayed in a prominent location in your home and also in a brochure box attached to the “for sale” sign.\n\nThe brochure box is convenient for those buyers who drive by and just happen to see the “for sale” sign in front of your house. It provides enough information so they can determine if they want to follow up with a phone call or inform their own agent they are interested in your house.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>The Listing Agent – Marketing Your House to Other Agents</h3>\n[symple_toggle title=\"The Multiple Listing Service\" state=\"closed\"]\n\nEven before the sign is up and the brochures are ready, your agent should list your property with the local MLS (Multiple Listing Service). The MLS is a database of all the homes listed by local real estate agents who are members of the service, which is practically all of the local agents.\n\nImportant information about your property is listed here, from general data such as square footage and number of rooms, to such details as whether you have central air conditioning or hard wood flooring. There should also be a photo, and a short verbal description of what makes your house “special.”\n\nAgents search the database for homes that fit the price range and needs of their clients. They pay special attention to homes that have been recently placed on the market, which is one reason you get a lot of attention when your house is first listed. Many agents will want to preview the home before they show it to their clients.\n\nThe main point about having your house listed in the MLS is that you expand your sales force by the number of local MLS members. Instead of having just one agent working for you, now you may have hundreds or more, depending on the size of your community.\n\nThe listing agent’s main job to make sure that the other MLS members know about your house. This is accomplished through listing your house in the Multiple Listing Service, broker previews and advertising targeted toward other agents, not homebuyers.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Office Preview\" state=\"closed\"]\n\nIf your listing agent belongs to a fairly sizable office, an “office preview” will introduce your house to other agents working in the same office. In effect, they get a “head start” on selling your property. Once a week, the office’s agents will get together, share vehicles, and “caravan” to all of the new listings. They generally pull up in front of your house at about the same time (some even use a bus) then file quickly through your home like some bizarre “follow the leader” game.\n\nIt can be amazing to watch.\n\nThey go through very quickly, since most of them are familiar with similar models of your house. They are usually looking for anything memorable or different and to determine if your house is one they would be proud to show their clients. Then they all pile back into their cars and move on to the next house on the tour.\n\nBut some of them come back…with buyers.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Broker Previews and Culinary Delights\" state=\"closed\"]\n\nBroker preview is very similar to an office preview, except it is open to all the members of the local multiple listing service. It usually occurs within the first week your house is placed on the market, just after the office preview. However, there are lots of new listings to choose from, and not all the agents preview all the new listings each week. You may not get as many agents visiting your home as there were on the office preview.\n\nUnless your agent “entices” them to come. This is where you could provide some help, if you are so inclined.\n\nThough it may seem funny, nothing seems to attract a real estate agent like the offer of free food. So if your agent offers “free eats” at a broker preview, you are likely to get more visitors than if nothing is offered. Realize that many agents have been on this weekly circuit for years, so “boring” food does not really accomplish much. In other words, sandwiches supplied from the local grocery chain are not very enticing.\n\nIf you want to help your agent sell your home quickly, try and help them be creative and original in the choice of a culinary treat.\n\nOf course, some agents will actually to come look at your house, too – whether food is offered or not.\n\nMaybe.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Office Flyers\" state=\"closed\"]\n\nYour agent will undoubtedly prepare flyers about your property so that prospective homebuyers can be informed about the attractive features of your house. These flyers (or similar ones) should also be sent to all the local real estate offices, too. Most areas have a weekly flyer service that delivers advertisements to all of the local offices. Since agents get these flyers every week, they do not always look at them. However, a large percentage of them do. Some agents will keep the flyer and bring buyers to your house.\n\nThe flyer should be done professionally and photocopy well. Ask your agent to show you copies of office flyers they have done in the past.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Marketing Sessions\" state=\"closed\"]\n\nYour agent probably belongs to a local association of Realtors and they often have meetings once a month. At these meetings there is often a “marketing session” where some agents stand up and tell about their listings and other agents stand up and tell about their buyers. Your listing agent has an opportunity to “pitch” your house at these marketing sessions.\n\nAt the same time, these sessions may not be as effective as they were in the past. One reason is that they are often more social occasions than serious business meetings. Another reason is that, as technology has expanded, local associations have tended to merge and create larger Multiple Listing Services and Associations. Local meetings have become poorly attended gatherings.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>The Listing Agent – Marketing Your House to Home Buyers</h3>\n[symple_toggle title=\"The Purpose of Advertising in General\" state=\"closed\"]\n\nEvery home seller likes to be assured that their listing agent or the real estate company will run ads featuring their home. Newspaper ads could be large display ads with lots of listings or small classified ads featuring just your property. Ads may also appear in local real estate magazines and your listing will also show up on the Internet.\n\nOf course the agents and companies will run ads featuring your house, but not for the reasons you expect.\n\nYou see, the main job of advertising is not to sell your house directly. Advertising creates phone calls and some of those callers become clients of the agents answering the calls. This builds up a pool of homebuyers looking for property in general, all represented by selling agents. Multiply this by all the agents and companies who also advertise homes, and there is a large pool of homebuyers in the market at any given time – all of whom are represented by selling agents.\n\nThe agents representing those homebuyers know about your home because it is listed in the Multiple Listing Service, has been on office and broker preview, and because your agent may have also sent flyers to all the local real estate offices.\n\nThe agents match up their clients with available homes, one of which may be yours. Then they show the homes to their clients, who eventually make an offer on one. That is how your house gets sold. Ads create a pool of clients, one of which buys your home. Ads do not usually sell your house directly.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Real Estate Office Advertising\" state=\"closed\"]\n\nAs mentioned previously, advertising your home in newspapers and magazines rarely sells your home directly. More likely than not, the buyer who eventually purchases your home will have called on a totally different house. The same thing happens with buyers who call on your house. They will probably buy something else.\n\nYou still want to be certain the real estate company selling your house runs ads in the local and major newspapers, whether they feature your house or not. The ads generate phone calls to the real estate office, and if those agents viewed your house on the office preview, they will be familiar with it. This is how your property is sold.\n\nOr you could be one of the lucky ones – someone calling on your house may actually end up buying it.\n\nYou should also realize that when a company advertises the homes they have for sale, there is more than one objective. Sure, the real estate office wants to generate phone calls and sell houses, but the advertising also shows home sellers how effectively they market properties. This impresses not only you, but others who may be thinking of selling their home.\n\nThe advertising brings in more listings, which generate more ad calls, which produces more buyers….and that is how real estate advertising really works.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Individual Agent Advertising\" state=\"closed\"]\n\nIndividual agents may advertise your home for the same reasons as companies do. They usually advertise in classified ads or in specialty magazines featuring houses available for sale.\n\nAs in other types of advertising, these ads rarely sell your home. Once again, the main goals of advertising are to accumulate homebuyers as clients, and to impress you and future home sellers with how well they market their listings. Some agents actually do sell their own listings, but not that often.\n\nIt is much more productive and beneficial if your listing agent directs most of his or her marketing efforts toward other agents. Since this is “behind the scenes” marketing that you don’t actually see, it is often difficult for you to measure how hard the agent is working for you.\n\nIt is a mistake to measure your agent’s effectiveness solely by counting the number of newspaper and magazine ads featuring your property.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Neighborhood Announcements\" state=\"closed\"]\n\nWhen you first list your home many agents send “announcements” to all of the other houses in your neighborhood. This can be done in the form of postcards, a letter, or flyers left hanging on the front door. These are important because your neighbors might have friends who are looking to buy a house.\n\nThe announcements create “word of mouth” advertising, which is the best kind.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Open Houses\" state=\"closed\"]\n\nAn open house when your property is first placed on the market can be very important, but not for the reasons most homeowners think. Just like with advertising, most visitors to open houses rarely buy the house they come to look at. They may not even know the price of your home when they stop by to visit – they probably just followed an “Open House” sign to your door.\n\nAn open house performs a similar function to the neighborhood announcements – it lets all of your neighbors know that your house is for sale, and it practically invites them to come “take a look.” Being generally nosy, a lot of your neighbors will take advantage of the invitation.\n\nAnd they may tell their friends about your house, creating more “word of mouth” advertising.\n\nOf course, there are other reasons for holding open houses, too. Listing agents who “farm” a particular neighborhood use them as an opportunity to meet with other local homeowners who will someday be selling their home. Your agent may hope to list their homes in the future.\n\nOpen houses held after your home has been on the market awhile do not usually serve a useful purpose in selling your home. Most of the neighbors already know your house is for sale and open house visitors rarely buy the homes they visit.\n\nHowever, if you really want more open houses, your listing agent may allow other agents to hold it open. Open houses attract prospective homebuyers and agents hope to convince some of those homebuyers to become their clients.\n\n[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>Showing Your House to Home Buyers</h3>\n[symple_toggle title=\"Convenience and Availability\" state=\"closed\"]\n\nYour house should always be available for show, even though it may occasionally be inconvenient for you. Let your listing agent put a lock box in a convenient place, to make it easy for other agents to show your home to homebuyers. Otherwise, agents will have to schedule appointments, which is an inconvenience. Most will just skip your home to show the house of someone else who is more cooperative.\n\nMost agents will call and give you at least a couple of hours notice before showing your property. If you refuse to let them show it at that time, they will just skip your house. Even if they come back another time, it will probably be with different buyers and you may have just lost a chance to sell your home.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Why You Should Not Be Home\" state=\"closed\"] Homebuyers will feel like intruders if you are home when they visit, and they might not be as receptive toward viewing your home. Visit the local coffee house, yogurt shop, or take the kids to the local park. If you absolutely cannot leave, try to remain in an out of the way area of the house and do not move from room to room. Do not volunteer any information, but answer any questions the agent may ask. [/symple_toggle]\n\n[symple_toggle title=\"Lighting, Fragrances, Pet Control and More\" state=\"closed\"]\n\nLighting\n\nWhen you know someone is coming by to tour your home, turn on all the indoor and outdoor lights – even during the day. At night, a lit house gives a “homey” impression when viewed from the street. During the daytime, turning on the lights prevents harsh shadows from sunlight and it brightens up any dim areas. Your house looks more homey and cheerful with the lights on.\n\nFragrances\n\nDo not use scented sprays to prepare for visitors. It is too obvious and many people find the smells of those sprays offensive, not to mention that some may be allergic. If you want to have a pleasant aroma in your house, have a potpourri pot or something natural. Or turn on a stove burner for a moment and put a drop of vanilla extract on it. It will smell like you have been cooking.\n\nPet Control\n\nIf you have pets, make sure your listing agent puts a notice with your listing in the multiple listing service. The last thing you want is to have your pet running out the front door and getting lost. If you know someone is coming, it would be best to try to take the pets with you while the homebuyers tour your home. If you cannot do that, It is best to keep dogs in a penned area in the back yard. Try to keep indoor cats in a specific room when you expect visitors, and put a sign on the door. Most of the time, an indoor cat will hide when buyers come to view your property, but they may panic and try to escape.\n\nThe Kitchen Trash\n\nEspecially if your kitchen trash can does not have a lid, make sure you empty it every time someone comes to look at your home – even if your trash can is kept under the kitchen sink. Remember that you want to send a positive image about every aspect of your home. Kitchen trash does not send a positive message. You may go through more plastic bags than usual, but it will be worth it.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Keeping the House Tidy and Neat\" state=\"closed\"] Not everyone makes his or her bed every day, but when selling a home it is recommended that you develop the habit. Pick up papers, do not leave empty glasses in the family room, keep everything freshly dusted and vacuumed. Try your best to have it look like a model home – a home with furniture but nobody really lives there.[/symple_toggle]\n\n[symple_spacing size=\"30\"]\n<h3>More Topics</h3>\n[symple_toggle title=\"Handle With Care!\" state=\"closed\"]\n\nMany people rank moving as one of the top five causes of stress. How you handle your children before and during the sale of your home can reduce some of their stress - and yours!\n\nExperts recommend the following to make this a smooth transition:\n<ul>\n <li>Children should only be told of a planned move once the decision has been made. Discussing the possibility of a move beforehand only causes unnecessary anxiety, according to many child psychologists.</li>\n <li>Minimize the stress your children feel when moving by getting them involved in their favorite activities - sports, academic or artistic - BEFORE the move actually occurs. Children can use the Internet to find out about their favorite activities, events or teams, as well as other interesting facts about their new area.</li>\n <li>Another way to help children adjust to a new environment is to allow them to become familiar with the area before the move occurs. Take a vacation, or short trip to your new location to allow them to get to know the area. That way, it will seem familiar and reassuring once they\'ve moved.</li>\n <li>And finally, let your children stay with relatives or friends during the actual packing and loading process. That will relieve the stress of seeing their possessions packed into boxes and taken away.</li>\n</ul>\n[/symple_toggle]\n\n[symple_toggle title=\"Is a 1031 Exchange Right For You?\" state=\"closed\"]\n\nYou may have heard of people “exchanging” their investment property to avoid huge tax bites out of their sale proceeds. An exchange of real property can be a valuable tool to defer or avoid capital gains tax on real estate transactions.\n\nSection 1031 of the IRS Code offers real estate investors a great investment opportunity to build wealth and save taxes. By completing a 1031 exchange, you can dispose of investment property, use all of the equity to acquire replacement investment property, defer the capital gains tax that would ordinarily be paid, and leverage all of you equity into a replacement property.\n\nReplacement property acquired in an exchange must be of “like-kind” or similar to the property being sold. The following are examples of properties that could be eligible for a 1031 exchange:\n<ul>\n <li>Single Family Rental</li>\n <li>Multi-Family Rentals</li>\n <li>Farms/Ranches</li>\n <li>Raw Land</li>\n <li>Retail Offices</li>\n <li>Motels/Hotels</li>\n <li>Golf Course</li>\n <li>Industrial</li>\n <li>Leases of 30 years or more</li>\n <li>Properties NOT eligible under 1031 include foreign property and primary residences.</li>\n</ul>\n1031 exchanges are primarily designed for people interested in investment properties, not for typical home sellers and buyers looking to purchase a residence.\n\n[/symple_toggle]\n\n[symple_toggle title=\"After the SOLD Sign\" state=\"closed\"]\n\nYou’ve probably spent so much time and effort on making sure your home sells for the best price possible that you may not realize there’s more to do! Now that the SOLD sign is in your yard, here are some things you can do to get ready for the move.\n\nStop by your local post office to pick up a change of address form so your mail will be forwarded to your new home. If you’re not sure of your next permanent address, consider renting a post office box for a few months to guarantee your mail delivery will not be interrupted.\n\nBe sure to notify anyone who provides you with service at your home that you are moving – landscapers, home cleaners or window washers. If you are moving out of the area, ask for recommendations of service providers you could use at your new home.\n\nIt’s time to decide now which belongings have sentimental value, and which you can part with. Set a weekend aside to have a moving sale and arrange for a local charity to come by and pick up whatever doesn’t sell. This will make it much easier to pack and will also save you money, since movers generally charge by the pound.\n\nGetting started on these activities will ensure that you and your family experience a smooth transition to your next property.\n\n[/symple_toggle]\n\n[symple_toggle title=\"Quick Tips!\" state=\"closed\"]\n\nCall and schedule a date for termination of utilities, phone and cable services so you don’t pay for service after you move.\n\nGive children a job to do during moving preparations. Boxing up their books or toys gets them involved with, and excited about, the move.\n\nExchanges usually involve slightly greater costs than sales, so not every transaction should be an exchange.\n\nYour personal tax advisor can offer information specific to your situation and help you determine if a 1031 is right for you.\n\nDon’t pack your child’s security blanket or other favorite toy. It should travel with your child instead.\n\nMoving during the middle of the school year allows your children to make new friends right away.\n\n[/symple_toggle]\n\n[symple_toggle title=\"17 Simple Things to Make Your Home More Marketable\" state=\"closed\"]\n<ul>\n <li>Make sure your entranceway says “Hey, look at me!”</li>\n <li>Paint (or touch up) exterior, and repair screens and windows.</li>\n <li>Check A/C and heating systems.</li>\n <li>Fix leaky faucets, toilets, and faulty lights.</li>\n <li>Repair wall cracks, re-caulk bathrooms and kitchen.</li>\n <li>Mow lawn, edge driveway and walkways.</li>\n <li>Throw out junk from garage and storage areas.</li>\n <li>Prune dead limbs from trees.</li>\n <li>Clean your windows.</li>\n <li>Vacuum drapes and carpets.</li>\n <li>Clear out closets.</li>\n <li>Remove excess furniture.</li>\n <li>Ensure windows, doors, and locks work smoothly.</li>\n <li>Weed flowerbeds and trim shrubs.</li>\n <li>If you have a pool, make it crystal clear.</li>\n <li>Clean lawn furniture.</li>\n <li>Keep cats and dogs out of visitors’ way.</li>\n</ul>\n[/symple_toggle]\n\n[symple_toggle title=\"Choosing a REALTOR®\" state=\"closed\"]\n\nBuying or selling a home is a major decision in your life. Before you begin, find a professional you can trust. Your REALTOR® will be an important advisor during one of the most personal and exciting experiences of your life. It is OK to be very careful about choosing someone you feel comfortable with.\n\nLook for the word “REALTOR®”\n\nThe first factor to understand is the difference between a REALTOR® and a real estate agent. The word “REALTOR®” can only be used by professionals who are members of the National Association of REALTOR®s (and, your local Association of REALTOR®s).\n\nIn order to be a member, an agent must agree to abide by a strict code of ethics based on values of competency, fairness, and high integrity. Among other strict standards, REALTOR®s can not be parties to any plan or agreement to discriminate against a person or persons on the basis of race, color, religion, sex, handicap, familial status, or national origin.\n\nAn agent who has become a REALTOR® has committed to a higher standard of service and professionalism.\n\nInterview potential REALTOR®s\n\nWhen you meet a potential REALTOR®, be ready to interview him or her just as you would interview any person you might be hiring for a job. Here are some good questions to ask:\n\n1. How long have you worked in real estate? Is real estate your full-time job? Real estate is a complex business. Experience and commitment definitely count.\n\n2. Are you a licensed REALTOR®? Are you a member of the local MLS? Agents who cannot actually call themselves REALTOR®s have not sworn to uphold the profession’s code of ethics. REALTOR® members of your local MLS have access to all of the most current information and training on the real estate business. Members of the local MLS (Multiple Listing Service) can search through thousands of properties in your area to find a list of those that meet your specific needs.\n\n3. How many buyers and sellers have you worked with this year? How many of them have “closed a deal” with you? “Closing” on a home means seeing the process through to the final details of the contract and the transaction. The average agent closes 10 to 15 transactions a year. A REALTOR® who closes on a lot of homes may be able to help you buy or sell a property much quicker than others. On the other hand, a REALTOR® who only closes a few transactions a year may have more time to spend with you. The choice is yours.\n\n4. Do you have any assistants who work with you? What do they do? Some REALTOR®s have a team of staff people to help meet customers’ needs faster and more efficiently. If your REALTOR® does enough business to have assistants, make sure that the REALTOR® personally handles any negotiations including the contract and closing. It is perfectly OK for an assistant to handle paperwork and home tours.\n\n5. Do you have any designations, certifications or special training? REALTOR®s learn as much as they can about the real estate business with continuing education. Some kinds of education result in special designations for the REALTOR®. For example, if you are interested in a historic home, there are agents who have special designations and understand the unique market conditions of the older home.\n\n6. How do you stay in touch with your clients? If your REALTOR® prefers to send e-mail, but you want to be called on the telephone, the two of you will need to work out an agreeable communication plan.\n\nChoose your REALTOR® carefully, but once you have chosen, stay with that person. Do not sign a buyer’s agreement at your first meeting with a REALTOR®. Wait until you are certain you have made the best choice.\n\n[/symple_toggle][/vc_column_text][/vc_column][/vc_row]', 'Advice For Sellers Page', '', 'publish', 'closed', 'closed', '', 'advice-for-sellers-page', '', '', '2016-02-18 14:22:31', '2016-02-18 21:22:31', '', 0, 'http://denverheirlooms.com/templatera/advice-for-sellers-page/', 0, 'templatera', '', 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
(3993, 4, '2016-02-18 17:09:18', '2016-02-19 00:09:18', '', 'favicon', '', 'inherit', 'closed', 'closed', '', 'favicon', '', '', '2016-02-18 17:09:18', '2016-02-19 00:09:18', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/favicon.png', 0, 'attachment', 'image/png', 0),
(4058, 4, '2016-02-19 18:59:38', '2016-02-20 01:59:38', '', 'Dashboard', '', 'publish', 'closed', 'closed', '', 'dashboard-3', '', '', '2016-02-19 18:59:38', '2016-02-20 01:59:38', '', 0, 'http://denverheirlooms.com/2016/02/19/dashboard-3/', 0, 'nav_menu_item', '', 0),
(4060, 4, '2016-02-20 14:24:16', '2016-02-20 21:24:16', '', 'Placeholder_Logo', '', 'inherit', 'closed', 'closed', '', 'placeholder_logo', '', '', '2016-02-20 14:24:16', '2016-02-20 21:24:16', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(4062, 4, '2016-02-20 14:41:56', '2016-02-20 21:41:56', '', 'Number_1', '', 'inherit', 'closed', 'closed', '', 'number_1', '', '', '2016-02-20 14:41:56', '2016-02-20 21:41:56', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Number_1.png', 0, 'attachment', 'image/png', 0),
(4063, 4, '2016-02-20 14:49:01', '2016-02-20 21:49:01', '', 'Placeholder_Slider', '', 'inherit', 'closed', 'closed', '', 'placeholder_slider', '', '', '2016-02-20 14:49:01', '2016-02-20 21:49:01', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_Slider.jpg', 0, 'attachment', 'image/jpeg', 0),
(4064, 4, '2016-02-20 16:32:18', '2016-02-20 23:32:18', '', 'Placeholder_Image_300x220', '', 'inherit', 'closed', 'closed', '', 'placeholder_image_300x220', '', '', '2016-02-20 16:32:18', '2016-02-20 23:32:18', '', 42, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_Image_300x220.jpg', 0, 'attachment', 'image/jpeg', 0),
(4067, 4, '2016-02-20 16:48:56', '2016-02-20 23:48:56', '', 'Placeholder_Logo_170x140', '', 'inherit', 'closed', 'closed', '', 'placeholder_logo_170x140', '', '', '2016-02-20 16:48:56', '2016-02-20 23:48:56', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_Logo_170x140.jpg', 0, 'attachment', 'image/jpeg', 0),
(4068, 4, '2016-02-20 17:29:47', '2016-02-21 00:29:47', '[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tortor risus, tempor at dolor et, molestie sodales libero. Donec condimentum ut ante et volutpat. Aenean eget maximus quam. Maecenas nec purus tortor. Duis non mi elit. Vivamus dapibus enim et risus sagittis auctor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed viverra mollis libero, a lacinia sem faucibus ultrices.</p>\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tortor risus, tempor at dolor et, molestie sodales libero. Donec condimentum ut ante et volutpat. Aenean eget maximus quam. Maecenas nec purus tortor. Duis non mi elit. Vivamus dapibus enim et risus sagittis auctor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed viverra mollis libero, a lacinia sem faucibus ultrices.\r\n\r\nNulla quis volutpat metus. Mauris consequat nisi sem, nec malesuada ligula malesuada in. Suspendisse semper nibh sed justo maximus vehicula. Suspendisse interdum est et lorem feugiat bibendum. Aenean nec nunc sem. In quis ullamcorper velit. Nulla volutpat imperdiet faucibus. Cras metus purus, maximus in massa ut, venenatis aliquam diam. Fusce eros sem, convallis venenatis dignissim at, ultrices eleifend orci. Quisque orci elit, faucibus at cursus eget, euismod eget elit.\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\n<p style=\"text-align: justify;\">A trip to the Springs wouldn’t be complete without a trip to the Academy, which just celebrated it’s 50th anniversary.</p>\r\n<p style=\"text-align: justify;\">See the fabulous Cadet Chapel with it’s 17 sparkling spires that rise 150 feet into the air. The chapel is open Monday through Saturday for most of the year. It’s closed for a few days around graduation when many of the graduating officers have weddings there. See Arnold Hall and the Honor Court as well as Falcon Stadium.</p>\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\nDonec vel dui libero. Etiam malesuada nibh vel ligula sodales, sed auctor mi tristique. Phasellus vitae tortor tempor, lobortis nunc quis, commodo felis. Nullam convallis nulla quis augue rutrum congue. Aenean porttitor tortor non tortor sagittis sodales. Maecenas odio elit, accumsan non dictum quis, scelerisque sed lacus. Cras nec scelerisque arcu, ultrices maximus justo. Praesent lacus massa, placerat volutpat quam sit amet, porta mollis tortor. Nullam scelerisque condimentum porta. Sed vestibulum nisl quis ante dapibus, at commodo risus varius. Phasellus elit nisl, fermentum ornare posuere a, consequat id sapien. Ut malesuada diam eu mattis blandit. Integer mauris nisi, placerat sit amet enim at, bibendum volutpat diam. Duis erat velit, scelerisque vel ligula eleifend, tincidunt consectetur risus. Nulla porta tempus accumsan. Etiam ullamcorper imperdiet massa, et cursus ipsum hendrerit quis.\r\n\r\nCras accumsan neque non nisi venenatis iaculis. Suspendisse venenatis facilisis porttitor. Vestibulum sollicitudin malesuada sapien ut sagittis. Etiam mauris ex, congue in ultricies in, rutrum tincidunt urna. Morbi auctor ligula nisl, in interdum lectus cursus nec. In ornare diam purus, et facilisis metus iaculis ut. Sed porttitor porta purus, vitae accumsan quam blandit ac. Suspendisse pharetra mollis ligula facilisis malesuada. Nam ex justo, elementum vel elementum at, hendrerit a metus. Ut id enim libero.\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\nDonec vel dui libero. Etiam malesuada nibh vel ligula sodales, sed auctor mi tristique. Phasellus vitae tortor tempor, lobortis nunc quis, commodo felis. Nullam convallis nulla quis augue rutrum congue. Aenean porttitor tortor non tortor sagittis sodales. Maecenas odio elit, accumsan non dictum quis, scelerisque sed lacus. Cras nec scelerisque arcu, ultrices maximus justo. Praesent lacus massa, placerat volutpat quam sit amet, porta mollis tortor. Nullam scelerisque condimentum porta. Sed vestibulum nisl quis ante dapibus, at commodo risus varius. Phasellus elit nisl, fermentum ornare posuere a, consequat id sapien. Ut malesuada diam eu mattis blandit. Integer mauris nisi, placerat sit amet enim at, bibendum volutpat diam. Duis erat velit, scelerisque vel ligula eleifend, tincidunt consectetur risus. Nulla porta tempus accumsan. Etiam ullamcorper imperdiet massa, et cursus ipsum hendrerit quis.\r\n\r\nCras accumsan neque non nisi venenatis iaculis. Suspendisse venenatis facilisis porttitor. Vestibulum sollicitudin malesuada sapien ut sagittis. Etiam mauris ex, congue in ultricies in, rutrum tincidunt urna. Morbi auctor ligula nisl, in interdum lectus cursus nec. In ornare diam purus, et facilisis metus iaculis ut. Sed porttitor porta purus, vitae accumsan quam blandit ac. Suspendisse pharetra mollis ligula facilisis malesuada. Nam ex justo, elementum vel elementum at, hendrerit a metus. Ut id enim libero.\r\n<p style=\"text-align: justify;\"><strong>TITLE</strong></p>\r\n<p style=\"text-align: justify;\">Sed pellentesque turpis eget dapibus iaculis. Pellentesque sed nisi ipsum. Mauris imperdiet mauris in odio condimentum mollis. Duis pellentesque imperdiet augue, a varius enim pellentesque sit amet. Praesent mollis augue nec nisl sollicitudin ullamcorper. Vivamus eget tortor quis ante ornare aliquet at et metus. Morbi turpis ex, faucibus nec purus ac, vehicula mattis diam. In fermentum, ligula sed hendrerit bibendum, tortor metus consequat mauris, sit amet hendrerit nisl nibh vitae arcu.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<p class=\"c9\"><span class=\"c6\"><a href=\"http://www.springsgov.com/\">City of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Utilities:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.csu.org/\" target=\"_blank\">Colorado Springs Utilities\r\n</a></span><span class=\"c8\"><a href=\"http://www.atmosenergy.com/\">Atmos Energy</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csu.org/\">Colorado Springs, CO, El Paso County</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/airportindex.aspx\">Colorado Springs Airport</a>\r\n</span><span class=\"c8\"><a href=\"http://www.visitcos.com/\">Colorado Springs & Pikes Peak Travel Information</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradospringschamber.org/\">Colorado Springs Chamber of Commerce</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Employment:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.ppwfc.org/\">Work Force Center</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Hospitals:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.memorialhealthsystem.com/wps/wcm/connect/MH\">Memorial Health System</a>\r\n</span><span class=\"c8\"><a href=\"http://www.penrosestfrancis.org/\">Penrose-St Francis Health Services\r\n</a></span><span class=\"c8\"><a href=\"http://www.localschooldirectory.com/city-schools/Colorado-Springs/CO?gclid=CLquu76KyaMCFUxb2god0lj9uA\">Colorado Springs Local School Directory</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Colleges:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.coloradocollege.edu/index.asp\">Colorado College\r\n</a></span><span class=\"c8\"><a href=\"http://www.uccs.edu/\">UCCS University of Colorado of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.ppcc.edu/\">Pikes Peak Community College\r\n</a></span><span class=\"c8\"><a href=\"http://www.remingtoncollege.edu/\">Remington College\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/College_America_Colorado_Springs.html\">College America of Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.stateuniversity.com/universities/CO/Everest_College_Colorado_Springs.html\">Everest College of Colorado Springs</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Our Military:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">United States Air Force Academy\r\n</a></span><span class=\"c8\"><a href=\"http://www.usafa.af.mil/\">Fort Carson army Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.peterson.af.mil/\">Peterson Air Force Base\r\n</a></span><span class=\"c8\"><a href=\"http://www.schriever.af.mil/\">Shriever Air Force Base</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Places to go/Things to See:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gardenofgods.com/home/index.cfm?flash=1\">Garden Of The Gods\r\n</a></span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cheyenne Mountain Zoo</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cmzoo.org/\">Cave of The Winds</a>\r\n</span><span class=\"c8\"><a href=\"http://www.sevenfalls.com/home/index.cfm\">Seven Falls</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cliffdwellingsmuseum.com/\">Manitou Cliff Dwellings</a>\r\n</span><span class=\"c8\"><a href=\"http://www.cograilway.com/\">Pikes Peak COG Railway</a>\r\n</span><span class=\"c8\"><a href=\"http://www.manitousprings.org/pikes_peak_attractions.aspx\">Manitou Springs & Pikes Peak Attractions\r\n</a></span><span class=\"c8\"><a href=\"http://www.coloradosprings.com/\">Things to do in Colorado Springs\r\n</a></span><span class=\"c8\"><a href=\"http://www.gazette.com/sections/entertainment/\">Entertainment Listings in the Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Museums:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.prorodeohalloffame.com/joomla/\">Pro Rodeo Hall Of Fame</a>\r\n</span><span class=\"c8\"><a href=\"http://www.springsgov.com/sectionindex.aspx?sectionid=38\">C.S. Pioneer Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.ghosttownmuseum.com/\">Ghost Town Wild West Museum</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Fine Arts Center</a>\r\n</span><span class=\"c8\"><a href=\"http://www.csfineartscenter.org/\">Western Museum of Mining & Industry</a>\r\n</span><span class=\"c8\"><a href=\"http://www.petemuseum.org/%20%C2%A0\">Petersen Air & Space Museum</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">TV News Services:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.newsfirst5.com/home/\">News First5</a>\r\n</span><span class=\"c8\"><a href=\"http://www.kktv.com/\">KKTV 11</a>\r\n</span><span class=\"c8\"><a href=\"http://www.krdo.com/index.html\">KRDO News Channel 13</a>\r\n</span><span class=\"c8\"><a href=\"http://www.coloradoconnection.com/\">FOX 21</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Newspapers:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.gazette.com/\">The Gazette</a> </span></p>\r\n<p class=\"c9\"><span class=\"c6\">Sports:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.minorleaguebaseball.com/index.jsp?sid=t551\">Sky Sox Baseball\r\n</a></span><span class=\"c8\"><a href=\"http://www.teamusa.org/\">Team USA Olympic Team</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Restaurants:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.restauranteur.com/co/cs/\">Restaurant Guide</a></span></p>\r\n<p class=\"c9\"><span class=\"c6\">Nightlife:</span></p>\r\n<p class=\"c9\"><span class=\"c8\"><a href=\"http://www.essortment.com/travel/nightlifeguide_slzt.htm\">Nightlife</a></span></p>\r\n[/vc_column_text][vc_widget_sidebar sidebar_id=\"ultimatum-communityinfosidebar\"][/vc_column][/vc_row]', 'Community Info', '', 'inherit', 'closed', 'closed', '', '3880-revision-v1', '', '', '2016-02-20 17:29:47', '2016-02-21 00:29:47', '', 3880, 'http://denverheirlooms.com/2016/02/20/3880-revision-v1/', 0, 'revision', '', 0),
(4069, 4, '2016-02-20 17:33:08', '2016-02-21 00:33:08', '', 'Placeholder_PersonalPhoto', '', 'inherit', 'closed', 'closed', '', 'placeholder_personalphoto', '', '', '2016-02-20 17:33:08', '2016-02-21 00:33:08', '', 3878, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_PersonalPhoto.jpg', 0, 'attachment', 'image/jpeg', 0),
(4074, 4, '2016-02-20 17:51:17', '2016-02-21 00:51:17', '', 'favicon', '', 'inherit', 'closed', 'closed', '', 'favicon-2', '', '', '2016-02-20 17:51:17', '2016-02-21 00:51:17', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/favicon.jpg', 0, 'attachment', 'image/jpeg', 0),
(4077, 4, '2016-02-20 18:26:52', '2016-02-21 01:26:52', '183 E. Queen Street : MLS #20166993 : $194,900 : 4 bedrooms/3 baths : hardwoods : fireplace : huge den : enormous kitchen : Move-in Ready : large lot : within yards of the Historic Square : 2176 sq. ft.', 'OPEN HOUSE SUNDAY, AUGUST 23, 2 - 4 PM', '', 'inherit', 'closed', 'closed', '', '3628-revision-v1', '', '', '2016-02-20 18:26:52', '2016-02-21 01:26:52', '', 3628, 'http://denverheirlooms.com/2016/02/20/3628-revision-v1/', 0, 'revision', '', 0),
(4081, 4, '2016-02-20 18:50:21', '2016-02-21 01:50:21', '', 'Placeholder_PersonalPhoto_240x300', '', 'inherit', 'closed', 'closed', '', 'placeholder_personalphoto_240x300', '', '', '2016-02-20 18:50:21', '2016-02-21 01:50:21', '', 3878, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_PersonalPhoto_240x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(4085, 4, '2016-02-29 09:05:16', '2016-02-29 16:05:16', '', 'Placeholder_PersonalPhoto_240x300', '', 'inherit', 'closed', 'closed', '', 'placeholder_personalphoto_240x300-2', '', '', '2016-02-29 09:05:16', '2016-02-29 16:05:16', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2016/02/Placeholder_PersonalPhoto_240x300-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4086, 4, '2016-02-29 11:03:37', '0000-00-00 00:00:00', '', 'Featured Listings - Back End', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-02-29 11:03:37', '2016-02-29 18:03:37', '', 0, 'http://denverheirlooms.com/?page_id=4086', 0, 'page', '', 0),
(4128, 4, '2016-03-06 16:13:06', '2016-03-06 23:13:06', '[vc_row][vc_column][rev_slider alias=\"homepage\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1457304801774{margin-top: 30px !important;margin-bottom: 20px !important;}\"][vc_column][vc_column_text]\n<h1>Quick Search</h1>\n[optima_express_quick_search style=\"horizontal\" showPropertyType=\"true\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_type=\"bg_color\" css=\".vc_custom_1457305058310{margin-bottom: 40px !important;padding-top: 40px !important;padding-bottom: 20px !important;}\" bg_color_value=\"#f2f2f2\"][vc_column][ultimate_heading main_heading=\"This is your headline!\" main_heading_color=\"#777777\" sub_heading_color=\"#000000\" main_heading_font_family=\"font_family:Oswald|font_call:Oswald\" main_heading_font_size=\"desktop:54px;\" sub_heading_font_size=\"desktop:16px;\"]You can put your tagline description here.[/ultimate_heading][vc_row_inner css=\".vc_custom_1457304567410{margin-top: 60px !important;margin-bottom: 40px !important;}\"][vc_column_inner width=\"1/4\"][bsf-info-box icon=\"Defaults-home\" icon_size=\"32\" icon_style=\"circle\" icon_color_bg=\"#cccccc\" title=\"Feature Item 1\" read_more=\"title\" link=\"url:http%3A%2F%2F||\" pos=\"top\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris semper erat et odio mattis ornare.[/bsf-info-box][/vc_column_inner][vc_column_inner width=\"1/4\"][bsf-info-box icon=\"Defaults-home\" icon_size=\"32\" icon_style=\"circle\" icon_color_bg=\"#cccccc\" title=\"Feature Item 2\" read_more=\"title\" link=\"url:http%3A%2F%2F||\" pos=\"top\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris semper erat et odio mattis ornare.[/bsf-info-box][/vc_column_inner][vc_column_inner width=\"1/4\"][bsf-info-box icon=\"Defaults-home\" icon_size=\"32\" icon_style=\"circle\" icon_color_bg=\"#cccccc\" title=\"Feature Item 3\" read_more=\"title\" link=\"url:http%3A%2F%2F||\" pos=\"top\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris semper erat et odio mattis ornare.[/bsf-info-box][/vc_column_inner][vc_column_inner width=\"1/4\"][bsf-info-box icon=\"Defaults-home\" icon_size=\"32\" icon_style=\"circle\" icon_color_bg=\"#cccccc\" title=\"Feature Item 4\" read_more=\"title\" link=\"url:http%3A%2F%2F||\" pos=\"top\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris semper erat et odio mattis ornare.[/bsf-info-box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1457305604224{margin-bottom: 20px !important;}\"][vc_column][vc_column_text]\n<h1>Featured Listings</h1>\n \n\n[optima_express_gallery_slider height=\"455\" rows=\"1\" nav=\"bottom\" style=\"grid\" columns=\"3\" effect=\"slide\" auto=\"true\" maxResults=\"35\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_type=\"bg_color\" bg_color_value=\"#f2f2f2\" css=\".vc_custom_1457305727621{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][vc_column_text]\n<h1>What Clients Say...</h1>\n[/vc_column_text][ultimate_carousel slide_to_scroll=\"single\" slides_on_desk=\"1\" slides_on_tabs=\"1\" slides_on_mob=\"1\" speed=\"600\" autoplay_speed=\"8000\" arrows=\"off\"][vc_column_text css=\".vc_custom_1456011534564{margin-bottom: 40px !important;}\"]\n<h5><em>[symple_testimonial by=\"Client 1\" fade_in=\"false\"]“Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tortor risus, tempor at dolor et, molestie sodales libero. Donec condimentum ut ante et volutpat. Aenean eget maximus quam. Maecenas nec purus tortor. Duis non mi elit. Vivamus dapibus enim et risus sagittis auctor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. \" [/symple_testimonial]</em></h5>\n[/vc_column_text][vc_column_text css=\".vc_custom_1456011512321{margin-bottom: 40px !important;}\"]\n<h5><em>[symple_testimonial by=\"Client 2\" fade_in=\"false\"]“Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tortor risus, tempor at dolor et, molestie sodales libero. Donec condimentum ut ante et volutpat. Aenean eget maximus quam. Maecenas nec purus tortor. Duis non mi elit. Vivamus dapibus enim et risus sagittis auctor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed viverra mollis libero, a lacinia sem faucibus ultrices.”[/symple_testimonial]</em></h5>\n[/vc_column_text][vc_column_text css=\".vc_custom_1456011497216{margin-bottom: 40px !important;}\"]\n<h5><em>[symple_testimonial by=\"Client 3\" fade_in=\"false\"]“Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tortor risus, tempor at dolor et, molestie sodales libero. Donec condimentum ut ante et volutpat. Aenean eget maximus quam. Maecenas nec purus tortor. Duis non mi elit. Vivamus dapibus enim et risus sagittis auctor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed viverra mollis libero, a lacinia sem faucibus ultrices.”[/symple_testimonial]</em></h5>\n[/vc_column_text][/ultimate_carousel][/vc_column][/vc_row]', 'Home Page - Rainier', '', 'publish', 'closed', 'closed', '', 'home-page-rainier', '', '', '2016-03-06 16:13:06', '2016-03-06 23:13:06', '', 0, 'http://denverheirlooms.com/templatera/home-page-rainier/', 0, 'templatera', '', 0),
(4136, 4, '2016-04-25 11:18:03', '2016-04-25 17:18:03', '[vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" control_name=\"name\" placeholder=\"Name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea required=\"1\" control_label=\"Question/Comments/Requests\" control_name=\"comments\" placeholder=\"Add text here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"security\" placeholder=\"Type in text here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Contact Us Form', '', 'publish', 'closed', 'closed', '', 'contact-us-form', '', '', '2016-04-25 11:18:03', '2016-04-25 17:18:03', '', 0, 'http://denverheirlooms.com/templatera/contact-us-form/', 0, 'templatera', '', 0),
(4137, 4, '2016-04-25 11:18:10', '2016-04-25 17:18:10', '[vc_row][vc_column][dhvc_form_radio control_label=\"Property Status\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJGaXgtdXAiLCJ2YWx1ZSI6IkZpeC11cCJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJTaG9ydCBTYWxlIiwidmFsdWUiOiJTaG9ydCBTYWxlIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkhVRCIsInZhbHVlIjoiSFVEIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxlbmRlciBPd25lZCAoUkVPKSIsInZhbHVlIjoiTGVuZGVyIE93bmVkIChSRU8pIn1d\" control_name=\"property_status\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_checkbox required=\"1\" control_label=\"Property Type\" control_name=\"property_type\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bedrooms\" control_name=\"bedrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bathrooms\" control_name=\"bathrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Price Range\" control_name=\"price_range\" placeholder=\"Price range\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_select control_label=\"When are you looking to buy?\" control_name=\"when_buying\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Do you have a house to sell?\" control_name=\"house_to_sell\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"City / Area / Zip\" control_name=\"area\" placeholder=\"city / area / zip\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea control_label=\"Please Tell us about anything else you are looking for: Location, Schools, Views, Style, etc.\" control_name=\"comments\" placeholder=\"Comments here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" placeholder=\"Name\" control_name=\"name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email address\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Contact Preference\" control_name=\"contact_preference\" options=\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"captcha\" placeholder=\"Type in text here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Dream Home Form', '', 'publish', 'closed', 'closed', '', 'dream-home-form', '', '', '2016-04-25 11:18:10', '2016-04-25 17:18:10', '', 0, 'http://denverheirlooms.com/templatera/dream-home-form/', 0, 'templatera', '', 0),
(4138, 4, '2016-04-25 11:18:17', '2016-04-25 17:18:17', '[vc_row][vc_column][dhvc_form_radio control_label=\"Property Status\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJGaXgtdXAiLCJ2YWx1ZSI6IkZpeC11cCJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJTaG9ydCBTYWxlIiwidmFsdWUiOiJTaG9ydCBTYWxlIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkhVRCIsInZhbHVlIjoiSFVEIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxlbmRlciBPd25lZCAoUkVPKSIsInZhbHVlIjoiTGVuZGVyIE93bmVkIChSRU8pIn1d\" control_name=\"property_status\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_checkbox required=\"1\" control_label=\"Property Type\" control_name=\"property_type\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bedrooms\" control_name=\"bedrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bathrooms\" control_name=\"bathrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Price Range\" control_name=\"price_range\" placeholder=\"Price range\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_select control_label=\"When are you looking to buy?\" control_name=\"when_buying\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Do you have a house to sell?\" control_name=\"house_to_sell\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"City / Area / Zip\" control_name=\"area\" placeholder=\"city / area / zip\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea control_label=\"Please Tell us about anything else you are looking for: Location, Schools, Views, Style, etc.\" control_name=\"comments\" placeholder=\"Comments here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" placeholder=\"Name\" control_name=\"name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email address\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Contact Preference\" control_name=\"contact_preference\" options=\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"captcha\" placeholder=\"Type in text here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Email Updates Form', '', 'publish', 'closed', 'closed', '', 'email-updates-form', '', '', '2016-04-25 11:18:17', '2016-04-25 17:18:17', '', 0, 'http://denverheirlooms.com/templatera/email-updates-form/', 0, 'templatera', '', 0),
(4139, 4, '2016-04-25 11:18:24', '2016-04-25 17:18:24', '[vc_row][vc_column][dhvc_form_checkbox required=\"1\" control_label=\"Property Type\" control_name=\"property_type\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bedrooms\" control_name=\"bedrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bathrooms\" control_name=\"bathrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Address\" control_name=\"address\" placeholder=\"Address\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"City\" control_name=\"city\" placeholder=\"City\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_select control_label=\"When are you looking to sell?\" control_name=\"when_selling\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Estimated Value\" control_name=\"estimated_value\" placeholder=\"Value\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Are you looking to buy again in the local area?\" control_name=\"buying_again\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea control_label=\"Please tell us about anything other outstanding property features, Pool, Acreage, etc.\" control_name=\"comments\" placeholder=\"Comments here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" placeholder=\"Name\" control_name=\"name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email address\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Contact Preference\" control_name=\"contact_preference\" options=\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"captcha\" placeholder=\"Type in text here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Market Analysis Form', '', 'publish', 'closed', 'closed', '', 'market-analysis-form', '', '', '2016-04-25 11:18:24', '2016-04-25 17:18:24', '', 0, 'http://denverheirlooms.com/templatera/market-analysis-form/', 0, 'templatera', '', 0),
(4140, 4, '2016-04-25 11:18:31', '2016-04-25 17:18:31', '[vc_row][vc_column][dhvc_form_text required=\"1\" control_label=\"Name\" control_name=\"name\" placeholder=\"Name\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea required=\"1\" control_label=\"Question/Comments/Requests\" control_name=\"comments\" placeholder=\"Add text here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"security\" placeholder=\"Type in text here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Quick Contact Form', '', 'publish', 'closed', 'closed', '', 'quick-contact-form', '', '', '2016-04-25 11:18:31', '2016-04-25 17:18:31', '', 0, 'http://denverheirlooms.com/templatera/quick-contact-form/', 0, 'templatera', '', 0),
(4141, 4, '2016-04-25 11:18:39', '2016-04-25 17:18:39', '[vc_row][vc_column][dhvc_form_radio control_label=\"Property Status\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJGaXgtdXAiLCJ2YWx1ZSI6IkZpeC11cCJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJTaG9ydCBTYWxlIiwidmFsdWUiOiJTaG9ydCBTYWxlIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkhVRCIsInZhbHVlIjoiSFVEIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxlbmRlciBPd25lZCAoUkVPKSIsInZhbHVlIjoiTGVuZGVyIE93bmVkIChSRU8pIn1d\" control_name=\"property_status\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_checkbox required=\"1\" control_label=\"Property Type\" control_name=\"property_type\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJSZXNpZGVudGlhbCIsInZhbHVlIjoiUmVzaWRlbnRpYWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiVG93bmhvdXNlIC8gQ29uZG8iLCJ2YWx1ZSI6IlRvd25ob3VzZSAvIENvbmRvIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkiLCJ2YWx1ZSI6IkxhbmQgLyBBY3JlYWdlIC8gSG9yc2UgUHJvcGVydHkifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bedrooms\" control_name=\"bedrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio required=\"1\" control_label=\"Bathrooms\" control_name=\"bathrooms\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyIsInZhbHVlIjoiMSsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiMisiLCJ2YWx1ZSI6IjIrIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjMrIiwidmFsdWUiOiIzKyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiI0KyIsInZhbHVlIjoiNCsifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiNSsiLCJ2YWx1ZSI6IjUrIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Price Range\" control_name=\"price_range\" placeholder=\"Price range\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_select control_label=\"When are you looking to buy?\" control_name=\"when_buying\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJOb3ciLCJ2YWx1ZSI6Ik5vdyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJXSXRoaW4gMyBtb250aHMiLCJ2YWx1ZSI6IldpdGhpbiAzIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIzIHRvIDYgbW9udGhzIiwidmFsdWUiOiIzIHRvIDYgbW9udGhzIn0seyJpc19kZWZhdWx0IjowLCJsYWJlbCI6IjYgdG8gMTIgbW9udGhzIiwidmFsdWUiOiI2IHRvIDEyIG1vbnRocyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiIxKyB5ZWFycyIsInZhbHVlIjoiMSsgeWVhcnMifV0=\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Do you have a house to sell?\" control_name=\"house_to_sell\" options=\"W3siaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"City / Area / Zip\" control_name=\"area\" placeholder=\"city / area / zip\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea control_label=\"Please Tell us about anything else you are looking for: Location, Schools, Views, Style, etc.\" control_name=\"comments\" placeholder=\"Comments here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" placeholder=\"Name\" control_name=\"name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email address\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_radio control_label=\"Contact Preference\" control_name=\"contact_preference\" options=\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJCeSBFbWFpbCIsInZhbHVlIjoiQnkgRW1haWwifSx7ImlzX2RlZmF1bHQiOjAsImxhYmVsIjoiQnkgUGhvbmUiLCJ2YWx1ZSI6IkJ5IFBob25lIn1d\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"capthca\" placeholder=\"Type text in here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Relocation Package Form', '', 'publish', 'closed', 'closed', '', 'relocation-package-form', '', '', '2016-04-25 11:18:39', '2016-04-25 17:18:39', '', 0, 'http://denverheirlooms.com/templatera/relocation-package-form/', 0, 'templatera', '', 0),
(4142, 4, '2016-04-25 11:18:46', '2016-04-25 17:18:46', '[vc_row][vc_column width=\"1/2\"][dhvc_form_text required=\"1\" control_label=\"Name\" control_name=\"name\" placeholder=\"Name\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_email required=\"1\" control_label=\"Email\" control_name=\"email\" placeholder=\"Email\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dhvc_form_text control_label=\"Phone\" control_name=\"phone\" placeholder=\"Phone\"][/vc_column][vc_column width=\"1/2\"][dhvc_form_checkbox control_label=\"Would you like to receive our full Service Provider List?\" control_name=\"request-providers\" options=\"W3siaXNfZGVmYXVsdCI6MSwibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IlllcyJ9LHsiaXNfZGVmYXVsdCI6MCwibGFiZWwiOiJObyIsInZhbHVlIjoiTm8ifV0=\"][/vc_column][/vc_row][vc_row][vc_column][dhvc_form_textarea required=\"1\" control_label=\"Question/Comments/Requests\" control_name=\"comments\" placeholder=\"Add text here\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_captcha control_label=\"Security Question\" control_name=\"security\" placeholder=\"Type in text here\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dhvc_form_submit_button][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]', 'Service Providers Form', '', 'publish', 'closed', 'closed', '', 'service-providers-form', '', '', '2016-04-25 11:18:46', '2016-04-25 17:18:46', '', 0, 'http://denverheirlooms.com/templatera/service-providers-form/', 0, 'templatera', '', 0),
(4153, 4, '2018-01-10 13:19:53', '2018-01-10 20:19:53', '', 'Email_cutout', '', 'inherit', 'closed', 'closed', '', 'email_cutout-2', '', '', '2018-01-10 13:19:53', '2018-01-10 20:19:53', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Email_cutout-1.png', 0, 'attachment', 'image/png', 0),
(4155, 4, '2018-01-10 13:23:30', '2018-01-10 20:23:30', '', 'Phone_cutout', '', 'inherit', 'closed', 'closed', '', 'phone_cutout', '', '', '2018-01-10 13:23:30', '2018-01-10 20:23:30', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Phone_cutout.png', 0, 'attachment', 'image/png', 0),
(4157, 4, '2018-01-10 13:59:59', '2018-01-10 20:59:59', '', 'Logo_Website', '', 'inherit', 'closed', 'closed', '', 'logo_website', '', '', '2018-01-10 13:59:59', '2018-01-10 20:59:59', '', 42, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Logo_Website.jpg', 0, 'attachment', 'image/jpeg', 0),
(4158, 4, '2018-01-10 14:02:02', '2018-01-10 21:02:02', '', 'FrontPage_photo1', '', 'inherit', 'closed', 'closed', '', 'frontpage_photo1', '', '', '2018-01-10 14:02:02', '2018-01-10 21:02:02', '', 42, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/FrontPage_photo1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4161, 4, '2018-01-10 14:09:31', '2018-01-10 21:09:31', '', 'FrontPage_photo2', '', 'inherit', 'closed', 'closed', '', 'frontpage_photo2', '', '', '2018-01-10 14:09:31', '2018-01-10 21:09:31', '', 42, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/FrontPage_photo2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4162, 4, '2018-01-10 14:09:33', '2018-01-10 21:09:33', '', 'FrontPage_photo3', '', 'inherit', 'closed', 'closed', '', 'frontpage_photo3', '', '', '2018-01-10 14:09:33', '2018-01-10 21:09:33', '', 42, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/FrontPage_photo3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4163, 4, '2018-01-10 14:09:35', '2018-01-10 21:09:35', '', 'FrontPage_photo4', '', 'inherit', 'closed', 'closed', '', 'frontpage_photo4', '', '', '2018-01-10 14:09:35', '2018-01-10 21:09:35', '', 42, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/FrontPage_photo4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4164, 4, '2018-01-10 14:10:09', '2018-01-10 21:10:09', '', 'FrontPage_photo5', '', 'inherit', 'closed', 'closed', '', 'frontpage_photo5', '', '', '2018-01-10 14:10:09', '2018-01-10 21:10:09', '', 42, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/FrontPage_photo5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4166, 4, '2018-01-10 14:20:03', '2018-01-10 21:20:03', '', 'FrontPage_slider1', '', 'inherit', 'closed', 'closed', '', 'frontpage_slider1', '', '', '2018-01-10 14:20:03', '2018-01-10 21:20:03', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/FrontPage_slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4167, 4, '2018-01-10 14:22:08', '2018-01-10 21:22:08', '', 'Pinnacle Stock_32', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_32', '', '', '2018-01-10 14:22:08', '2018-01-10 21:22:08', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Pinnacle-Stock_32.jpg', 0, 'attachment', 'image/jpeg', 0),
(4168, 4, '2018-01-10 14:22:41', '2018-01-10 21:22:41', '', 'Pinnacle Stock_29', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_29', '', '', '2018-01-10 14:22:41', '2018-01-10 21:22:41', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Pinnacle-Stock_29.jpg', 0, 'attachment', 'image/jpeg', 0),
(4169, 4, '2018-01-10 14:22:45', '2018-01-10 21:22:45', '', 'Pinnacle Stock_41', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_41', '', '', '2018-01-10 14:22:45', '2018-01-10 21:22:45', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Pinnacle-Stock_41.jpg', 0, 'attachment', 'image/jpeg', 0),
(4171, 4, '2018-01-10 15:28:58', '2018-01-10 22:28:58', '', 'Kentwood_Logo', '', 'inherit', 'closed', 'closed', '', 'kentwood_logo', '', '', '2018-01-10 15:28:58', '2018-01-10 22:28:58', '', 42, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Kentwood_Logo.png', 0, 'attachment', 'image/png', 0),
(4188, 4, '2018-01-10 15:57:52', '2018-01-10 22:57:52', '', '1650 FIllmore_06', '', 'inherit', 'closed', 'closed', '', '1650-fillmore_06', '', '', '2018-01-10 15:57:52', '2018-01-10 22:57:52', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/1650-FIllmore_06.jpg', 0, 'attachment', 'image/jpeg', 0),
(4189, 4, '2018-01-10 15:57:56', '2018-01-10 22:57:56', '', 'Pinnacle Stock_38', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_38', '', '', '2018-01-10 15:57:56', '2018-01-10 22:57:56', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Pinnacle-Stock_38.jpg', 0, 'attachment', 'image/jpeg', 0),
(4190, 4, '2018-01-10 15:57:59', '2018-01-10 22:57:59', '', 'Pinnacle Stock_44', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_44', '', '', '2018-01-10 15:57:59', '2018-01-10 22:57:59', '', 0, 'http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Pinnacle-Stock_44.jpg', 0, 'attachment', 'image/jpeg', 0),
(4271, 4, '2018-01-17 17:03:23', '2018-01-18 00:03:23', '', 'Panel-Lifestyle', '', 'inherit', 'closed', 'closed', '', 'panel-lifestyle', '', '', '2018-01-17 17:03:23', '2018-01-18 00:03:23', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Lifestyle.png', 0, 'attachment', 'image/png', 0),
(4274, 4, '2018-01-17 17:11:33', '2018-01-18 00:11:33', '', 'Panel-Pinnacle', '', 'inherit', 'closed', 'closed', '', 'panel-pinnacle', '', '', '2018-01-17 17:11:33', '2018-01-18 00:11:33', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Pinnacle.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4276, 4, '2018-01-17 17:12:33', '2018-01-18 00:12:33', '', 'Panel-Market', '', 'inherit', 'closed', 'closed', '', 'panel-market', '', '', '2018-01-17 17:12:33', '2018-01-18 00:12:33', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Market.png', 0, 'attachment', 'image/png', 0),
(4278, 4, '2018-01-17 17:15:22', '2018-01-18 00:15:22', '', 'Panel-OurListings', '', 'inherit', 'closed', 'closed', '', 'panel-ourlistings', '', '', '2018-01-17 17:15:22', '2018-01-18 00:15:22', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-OurListings.png', 0, 'attachment', 'image/png', 0),
(4280, 4, '2018-01-17 17:18:24', '2018-01-18 00:18:24', '', 'Panel-ContactTricia', '', 'inherit', 'closed', 'closed', '', 'panel-contacttricia', '', '', '2018-01-17 17:18:24', '2018-01-18 00:18:24', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-ContactTricia.png', 0, 'attachment', 'image/png', 0),
(4287, 4, '2018-01-17 18:51:33', '2018-01-18 01:51:33', '', 'Pinnacle Stock_12', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_12', '', '', '2018-01-17 18:51:33', '2018-01-18 01:51:33', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Pinnacle-Stock_12.jpg', 0, 'attachment', 'image/jpeg', 0),
(4288, 4, '2018-01-17 18:52:30', '2018-01-18 01:52:30', '', 'Pinnacle Stock_27', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_27', '', '', '2018-01-17 18:52:30', '2018-01-18 01:52:30', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Pinnacle-Stock_27.jpg', 0, 'attachment', 'image/jpeg', 0),
(4291, 4, '2018-01-17 19:15:14', '2018-01-18 02:15:14', '', 'Pane_1', '', 'inherit', 'closed', 'closed', '', 'pane_1', '', '', '2018-01-17 19:15:14', '2018-01-18 02:15:14', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Pane_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4292, 4, '2018-01-17 19:15:16', '2018-01-18 02:15:16', '', 'Pane_2', '', 'inherit', 'closed', 'closed', '', 'pane_2', '', '', '2018-01-17 19:15:16', '2018-01-18 02:15:16', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Pane_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4293, 4, '2018-01-17 19:15:17', '2018-01-18 02:15:17', '', 'Pane_3', '', 'inherit', 'closed', 'closed', '', 'pane_3', '', '', '2018-01-17 19:15:17', '2018-01-18 02:15:17', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Pane_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4294, 4, '2018-01-17 19:15:19', '2018-01-18 02:15:19', '', 'Pane_4', '', 'inherit', 'closed', 'closed', '', 'pane_4', '', '', '2018-01-17 19:15:19', '2018-01-18 02:15:19', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Pane_4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4297, 4, '2018-01-17 19:28:34', '2018-01-18 02:28:34', '', 'Denver_Skyline_Dusk', '', 'inherit', 'closed', 'closed', '', 'denver_skyline_dusk', '', '', '2018-01-17 19:28:34', '2018-01-18 02:28:34', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Denver_Skyline_Dusk.jpg', 0, 'attachment', 'image/jpeg', 0),
(4299, 4, '2018-01-18 08:43:00', '2018-01-18 15:43:00', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" css=\".vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4161\" img_size=\"full\" css=\".vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4741\" img_size=\"full\" css=\".vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" css=\".vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4740\" img_size=\"full\" css=\".vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4322\" img_size=\"full\" css=\".vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\"][rev_slider alias=\"pinnacle\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4537\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h4><em>The Pinnacle at City Park Lifestyle…….. Pamper yourself everyday of the Week!</em></h4>\r\nThe Pinnacle at City Park South is a pair of premier residential high rises surrounded by 22 charming parkhomes in Denver, Colorado just across the street from Denver City Park.\r\n\r\nMost of the Pinnacle luxury condos boast “chamber of commerce” views of mountains, downtown and/or city park with amazing Colorado sunrises and sunsets! Steps to City Park, the Denver Zoo and the Denver Museum of Nature and Science. Enjoy City Park summer concerts situated next to the lake. Restaurants, coffee shops, cafes, shopping and much more are within walking/biking distance.\r\n\r\nUnsurpassed building amenities include concierge, outdoor heated swimming pool, hot tub, fully-equipped fitness center, media room, guest suites, secure parking structure with guest parking and much more.\r\n\r\nEnjoy the BEST of city living! <a href=\"http://denverheirlooms.com/the-pinnacle/the-pinnacle-lifestyle/\">CLICK HERE</a> for more details.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4540\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1519175034732{margin-bottom: 10px !important;}\"][vc_column_text css=\".vc_custom_1669750873402{margin-top: 20px !important;}\"]<img class=\"aligncenter wp-image-4762\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/10/LIV_VertBW.png\" alt=\"\" width=\"100\" height=\"73\" />[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle', '', 'publish', 'closed', 'closed', '', 'the-pinnacle', '', '', '2022-11-29 12:41:21', '2022-11-29 19:41:21', '', 0, 'http://denverheirlooms.com/?page_id=4299', 0, 'page', '', 0),
(4301, 4, '2018-02-20 17:55:50', '2018-02-21 00:55:50', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4400\" img_size=\"full\" css=\".vc_custom_1518111062182{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4161\" img_size=\"full\" css=\".vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4163\" img_size=\"full\" css=\".vc_custom_1516297485368{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" css=\".vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4162\" img_size=\"full\" css=\".vc_custom_1516297468290{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4322\" img_size=\"full\" css=\".vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\"][rev_slider alias=\"pinnacle\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4537\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_column_text]</p>\n<h4><em>The Pinnacle at City Park Lifestyle…….. Pamper yourself everyday of the Week!</em></h4>\n<p>The Pinnacle at City Park South is a pair of premier residential high rises surrounded by 22 charming parkhomes in Denver, Colorado just across the street from Denver City Park.</p>\n<p>Most of the Pinnacle luxury condos boast “chamber of commerce” views of mountains, downtown and/or city park with amazing Colorado sunrises and sunsets! Steps to City Park, the Denver Zoo and the Denver Museum of Nature and Science. Enjoy City Park summer concerts situated next to the lake. Restaurants, coffee shops, cafes, shopping and much more are within walking/biking distance.</p>\n<p>Unsurpassed building amenities include concierge, outdoor heated swimming pool, hot tub, fully-equipped fitness center, media room, guest suites, secure parking structure with guest parking and much more.</p>\n<p>Enjoy the BEST of city living! <a href=\"http://denverheirlooms.com/the-pinnacle/the-pinnacle-lifestyle/\">CLICK HERE</a> for more details.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter wp-image-4171\" src=\"http://highelevation.biz/group1/denverheirlooms/wp-content/uploads/2018/01/Kentwood_Logo.png\" alt=\"\" width=\"160\" height=\"123\" />[/vc_column_text][vc_single_image][/vc_column][/vc_row]</p>\n', 'The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4299-autosave-v1', '', '', '2018-02-20 17:55:50', '2018-02-21 00:55:50', '', 4299, 'http://denverheirlooms.com/4299-autosave-v1/', 0, 'revision', '', 0),
(4302, 4, '2022-11-29 12:55:50', '2018-01-18 16:28:15', '', 'About The Pinnacle', '', 'publish', 'closed', 'closed', '', '4302', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=4302', 6, 'nav_menu_item', '', 0),
(4309, 4, '2018-01-18 10:16:01', '2018-01-18 17:16:01', '', 'FrontPage_slider_cutout', '', 'inherit', 'closed', 'closed', '', 'frontpage_slider_cutout-2', '', '', '2018-01-18 10:16:01', '2018-01-18 17:16:01', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/FrontPage_slider_cutout-1.png', 0, 'attachment', 'image/png', 0),
(4322, 4, '2018-01-18 10:47:36', '2018-01-18 17:47:36', '', 'Pane_5', '', 'inherit', 'closed', 'closed', '', 'pane_5', '', '', '2018-01-18 10:47:36', '2018-01-18 17:47:36', '', 4299, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Pane_5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4326, 4, '2018-01-18 10:53:35', '2018-01-18 17:53:35', '', 'Pinnacle Stock_02', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_02', '', '', '2018-01-18 10:53:35', '2018-01-18 17:53:35', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Pinnacle-Stock_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(4327, 4, '2018-01-18 10:55:17', '2018-01-18 17:55:17', '', 'Pinnacle Stock_15', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_15', '', '', '2018-01-18 10:55:17', '2018-01-18 17:55:17', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Pinnacle-Stock_15.jpg', 0, 'attachment', 'image/jpeg', 0),
(4328, 4, '2018-01-18 11:01:26', '2018-01-18 18:01:26', '', 'FrontPage_photo5', '', 'inherit', 'closed', 'closed', '', 'frontpage_photo5-2', '', '', '2018-01-18 11:01:26', '2018-01-18 18:01:26', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/FrontPage_photo5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4331, 4, '2018-01-18 15:15:10', '2018-01-18 22:15:10', '', 'Slider_Downtown', '', 'inherit', 'closed', 'closed', '', 'slider_downtown', '', '', '2018-01-18 15:15:10', '2018-01-18 22:15:10', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Slider_Downtown.jpg', 0, 'attachment', 'image/jpeg', 0),
(4332, 4, '2018-01-18 15:15:24', '2018-01-18 22:15:24', '', 'Slider_House', '', 'inherit', 'closed', 'closed', '', 'slider_house', '', '', '2018-01-18 15:15:24', '2018-01-18 22:15:24', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Slider_House.jpg', 0, 'attachment', 'image/jpeg', 0),
(4333, 4, '2018-01-18 15:15:30', '2018-01-18 22:15:30', '', 'Slider_Lifestyle', '', 'inherit', 'closed', 'closed', '', 'slider_lifestyle', '', '', '2018-01-18 15:15:30', '2018-01-18 22:15:30', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Slider_Lifestyle.jpg', 0, 'attachment', 'image/jpeg', 0),
(4334, 4, '2018-01-18 15:15:37', '2018-01-18 22:15:37', '', 'Slider_Lodo', '', 'inherit', 'closed', 'closed', '', 'slider_lodo', '', '', '2018-01-18 15:15:37', '2018-01-18 22:15:37', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Slider_Lodo.jpg', 0, 'attachment', 'image/jpeg', 0),
(4335, 4, '2018-01-18 15:15:42', '2018-01-18 22:15:42', '', 'Slider_Skiing', '', 'inherit', 'closed', 'closed', '', 'slider_skiing', '', '', '2018-01-18 15:15:42', '2018-01-18 22:15:42', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Slider_Skiing.jpg', 0, 'attachment', 'image/jpeg', 0),
(4336, 4, '2018-01-18 15:32:00', '2018-01-18 22:32:00', '', 'Panel-SearchHomes2', '', 'inherit', 'closed', 'closed', '', 'panel-searchhomes2', '', '', '2018-01-18 15:32:00', '2018-01-18 22:32:00', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-SearchHomes2.png', 0, 'attachment', 'image/png', 0),
(4339, 4, '2018-01-18 17:56:54', '2018-01-19 00:56:54', '', 'logo', '', 'inherit', 'closed', 'closed', '', 'logo', '', '', '2018-01-18 17:56:54', '2018-01-19 00:56:54', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/logo.png', 0, 'attachment', 'image/png', 0),
(4340, 4, '2018-01-18 17:57:14', '2018-01-19 00:57:14', '', 'logo', '', 'inherit', 'closed', 'closed', '', 'logo-2', '', '', '2018-01-18 17:57:14', '2018-01-19 00:57:14', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/logo-1.png', 0, 'attachment', 'image/png', 0),
(4341, 4, '2018-01-18 19:47:36', '2018-01-19 02:47:36', '', 'Tagline_FrontPage', '', 'inherit', 'closed', 'closed', '', 'tagline_frontpage', '', '', '2018-01-18 19:47:36', '2018-01-19 02:47:36', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/01/Tagline_FrontPage.jpg', 0, 'attachment', 'image/jpeg', 0),
(4345, 4, '2018-01-26 15:45:45', '2018-01-26 22:45:45', '', '1650 FIllmore_PinnacleSlider', '', 'inherit', 'closed', 'closed', '', '1650-fillmore_pinnacleslider', '', '', '2018-01-26 15:45:45', '2018-01-26 22:45:45', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/1650-FIllmore_PinnacleSlider.jpg', 0, 'attachment', 'image/jpeg', 0),
(4346, 4, '2018-01-26 15:48:05', '2018-01-26 22:48:05', '', '1650 FIllmore_Slider', '', 'inherit', 'closed', 'closed', '', '1650-fillmore_slider', '', '', '2018-01-26 15:48:05', '2018-01-26 22:48:05', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/01/1650-FIllmore_Slider.jpg', 0, 'attachment', 'image/jpeg', 0),
(4368, 4, '2018-02-07 17:06:18', '2018-02-08 00:06:18', '', 'Slider_House_2', '', 'inherit', 'closed', 'closed', '', 'slider_house_2', '', '', '2018-02-07 17:06:18', '2018-02-08 00:06:18', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Slider_House_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4369, 1, '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 'Default Theme', '', 'publish', 'closed', 'closed', '', 'default-theme', '', '', '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 0, 'http://denverheirlooms.com/popup_theme/default-theme/', 0, 'popup_theme', '', 0),
(4370, 4, '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 'Light Box', '', 'publish', 'closed', 'closed', '', 'lightbox', '', '', '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 0, 'http://denverheirlooms.com/popup_theme/lightbox/', 0, 'popup_theme', '', 0),
(4371, 4, '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 'Enterprise Blue', '', 'publish', 'closed', 'closed', '', 'enterprise-blue', '', '', '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 0, 'http://denverheirlooms.com/popup_theme/enterprise-blue/', 0, 'popup_theme', '', 0),
(4372, 4, '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 'Hello Box', '', 'publish', 'closed', 'closed', '', 'hello-box', '', '', '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 0, 'http://denverheirlooms.com/popup_theme/hello-box/', 0, 'popup_theme', '', 0),
(4373, 4, '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 'Cutting Edge', '', 'publish', 'closed', 'closed', '', 'cutting-edge', '', '', '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 0, 'http://denverheirlooms.com/popup_theme/cutting-edge/', 0, 'popup_theme', '', 0),
(4374, 4, '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 'Framed Border', '', 'publish', 'closed', 'closed', '', 'framed-border', '', '', '2018-02-07 17:51:34', '2018-02-08 00:51:34', '', 0, 'http://denverheirlooms.com/popup_theme/framed-border/', 0, 'popup_theme', '', 0),
(4375, 4, '2018-02-07 18:00:58', '2018-02-08 01:00:58', '<iframe src=\"http://triciapotucek.denverrealestate.com/Search\" height=\"800\" width=\"100%\"></iframe>', 'Kentwood - Property Search', '', 'publish', 'closed', 'closed', '', 'kentwood-property-search', '', '', '2018-02-07 18:07:58', '2018-02-08 01:07:58', '', 0, 'http://denverheirlooms.com/?post_type=popup&p=4375', 0, 'popup', '', 0),
(4376, 4, '2018-02-07 18:00:58', '2018-02-08 01:00:58', '<iframe src=\"http://triciapotucek.denverrealestate.com/Search\" height=\"800\" width=\"1200\"></iframe>', 'Kentwood - Property Search', '', 'inherit', 'closed', 'closed', '', '4375-revision-v1', '', '', '2018-02-07 18:00:58', '2018-02-08 01:00:58', '', 4375, 'http://denverheirlooms.com/4375-revision-v1/', 0, 'revision', '', 0),
(4377, 4, '2022-11-29 12:55:50', '2018-02-08 01:02:53', '', 'Property Search', '', 'publish', 'closed', 'closed', '', 'property-search-2', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=4377', 3, 'nav_menu_item', '', 0),
(4378, 4, '2018-02-07 18:05:53', '2018-02-08 01:05:53', '<iframe src=\"http://triciapotucek.denverrealestate.com/Search\" height=\"800\" width=\"1000\"></iframe>', 'Kentwood - Property Search', '', 'inherit', 'closed', 'closed', '', '4375-revision-v1', '', '', '2018-02-07 18:05:53', '2018-02-08 01:05:53', '', 4375, 'http://denverheirlooms.com/4375-revision-v1/', 0, 'revision', '', 0),
(4379, 4, '2018-02-07 18:07:28', '2018-02-08 01:07:28', '<iframe src=\"http://triciapotucek.denverrealestate.com/Search\" height=\"800\" width=\"100%\"></iframe>', 'Kentwood - Property Search', '', 'inherit', 'closed', 'closed', '', '4375-revision-v1', '', '', '2018-02-07 18:07:28', '2018-02-08 01:07:28', '', 4375, 'http://denverheirlooms.com/4375-revision-v1/', 0, 'revision', '', 0),
(4380, 4, '2018-02-07 18:16:35', '2018-02-08 01:16:35', '[vc_row][vc_column][vc_column_text]\r\n<div id=\"container\"><iframe id=\"search\" src=\"http://triciapotucek.denverrealestate.com/Search\" width=\"300\" height=\"150\"></iframe></div>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Property Search', '', 'inherit', 'closed', 'closed', '', '3886-revision-v1', '', '', '2018-02-07 18:16:35', '2018-02-08 01:16:35', '', 3886, 'http://denverheirlooms.com/3886-revision-v1/', 0, 'revision', '', 0),
(4381, 4, '2022-11-29 12:55:50', '2018-02-08 01:36:29', '', 'My Listings', '', 'publish', 'closed', 'closed', '', 'my-listings', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=4381', 4, 'nav_menu_item', '', 0),
(4385, 4, '2018-02-07 18:41:05', '2018-02-08 01:41:05', '', 'tricia', '', 'inherit', 'closed', 'closed', '', 'tricia', '', '', '2018-02-07 18:41:05', '2018-02-08 01:41:05', '', 3878, 'http://denverheirlooms.com/wp-content/uploads/2018/02/tricia.jpg', 0, 'attachment', 'image/jpeg', 0),
(4387, 4, '2018-02-07 18:44:31', '2018-02-08 01:44:31', '', 'Tricia_w_tree', '', 'inherit', 'closed', 'closed', '', 'tricia_w_tree', '', '', '2018-02-07 18:44:31', '2018-02-08 01:44:31', '', 3878, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Tricia_w_tree.jpg', 0, 'attachment', 'image/jpeg', 0),
(4396, 4, '2018-02-08 10:09:03', '2018-02-08 17:09:03', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"wp-image-4387 alignleft\" src=\"http://denverheirlooms.com/wp-content/uploads/2018/02/Tricia_w_tree.jpg\" alt=\"\" width=\"288\" height=\"432\" /></p>\r\n\r\n<h2>Meet Tricia Potucek</h2>\r\n<em>\"My number one commitment is to provide exceptional service in selling your personal cottage . . . or finding that once in a lifetime dream home!\" </em>\r\n\r\nTricia Potucek loves helping individuals and families achieve their personal and professional real estate dreams and goals. She began her highly successful Denver real estate career in 1993, building upon her 14 years of management in billion dollar quality service corporations spanning merchandising, operations and human resources. She believes in the proactive approach of making things happen and has learned from the best.\r\n\r\nTricia was promoted to 5 different cities in 10 years and understands the difficulties of moving into a new city/area and starting over . . . whether it be assistance in finding doctors, schools, plumbers, painters . . . she knows the people who will make your transition easier.\r\n\r\nTricia’s commitment to excellence is evident and her passion to exceed expectations is unwavering. Her success comes from an unique combination of warm, caring personality coupled with her extensive knowledge of the Metro Denver real estate market and financing.\r\n\r\nTricia Potucek’s strong work ethic, in addition to finely honed negotiation skills, ensure that transactions are executed with proficiency and tenacity, which are vital characteristics in today\'s challenging market.\r\n\r\nShe constantly works to stay ahead of the curve on technology and market trends.\r\n\r\nHer attention to detail, meticulous organization and excellent communication skills will keep you informed throughout the entire process.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1518109447625{margin-top: 20px !important;}\"][vc_column][vc_column_text]<strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u><span style=\"color: #003300;\">Neighborhoods Served</span></u></strong>\r\n\r\n<span style=\"color: #000000;\">Tricia Potucek services her clients throughout metro Denver. A few of the specific neighborhoods that Tricia specializes in are:</span>\r\n\r\nBelcaro <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Bonnie Brae <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_creek/\">Cherry Creek</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_hills_village/\">Cherry Hills</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Cheesman Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> City Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Congress Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Denver Country Club <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Grant Ranch <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/greenwood_village/\">Greenwood Village</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Highlands/LoHi <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/hilltop/\">Hilltop</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Homestead <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lonetree/\">Lone Tree</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lodo/\">Lower Downtown/Downtown</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /><a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lowry/\"> Lowry</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Mayfair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Montclair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/observatory/\">Observatory Park</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/park_hill/\">Park Hill</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Seventh Avenue District <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Sloans Lake <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/wash_park/\">Washington Park </a>\r\n\r\n<strong><u><span style=\"color: #003300;\"><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /></span></u><span style=\"color: #003300;\"> </span><u><span style=\"color: #003300;\">Community Involvement</span></u></strong>\r\n\r\nDuring free time Tricia believes in giving back to the community she loves. The following are a few of the organizations she has been involved with:\r\n<ul>\r\n <li><em>Anchor Center for Blind Children - Past Board member</em></li>\r\n <li><em>Visions of Love – benefiting Anchor Center for Blind Children - Chairperson</em></li>\r\n <li><em>Seventh Avenue Neighborhood Association – Past Board member</em></li>\r\n <li><em>Delta Gamma Denver Alumna – Past President</em></li>\r\n <li><em>Race for the Cure – Volunteer, walker</em></li>\r\n <li><em>Women’s Foundation of Colorado</em></li>\r\n <li><em>Denver Botanic Gardens</em></li>\r\n <li><em>National Association of Realtors (NAR)</em></li>\r\n <li><em>Colorado Association of Realtors (CAR)</em></li>\r\n <li><em>Denver Board of Realtors</em></li>\r\n</ul>\r\n<strong>Tricia Potucek’s thoughts on working with Buyers and Sellers:</strong>\r\n\r\n<em>\"I believe selling real estate is not about a single transaction, it\'s about building long term relationships. I love what I do. I am passionate about going to work and providing my clients with extraordinary service and the assistance they need to achieve their personal and professional goals. I take great pride in the fact 90% of my business is from past clients and/or referrals.<span style=\"color: #996600; font-family: wp_bogus_font;\">\"</span></em>\r\n\r\n<span style=\"color: #996600;\"><em> </em></span><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Sellers</u></strong>\r\n\r\n<em>\"My FOCUS is keeping the Seller’s property in the forefront of the potential Buyer, to receive an offer from a qualified Buyer, negotiate the best price for the home in the current economy, follow the transaction through to a successful close and then help my Sellers on with their new goals and dreams. When working for Sellers I use innovative marketing, technology, a large network of clients and persistence to get their property SOLD. My websites are some of the best in the business and I use search engine optimization and syndication to reach the largest audiences on the internet. Virtual tours, videos, on line property brochures, mobile phone apps, all enhance the on line presence of my listings. Statistics show 80% of buyers say they use the internet to find property.\"</em>\r\n<h4><span style=\"color: #003300;\"><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>WORKING FOR BUYERS</u></strong></span></h4>\r\n<em>\"I understand by the time a buyer reaches my phone or doorstep there is a 98% chance they have already been on the internet searching for homes.</em>\r\n\r\n<em>My responsibility is to help the buyer find the right home at the right price. My goal is to save my buyers time and frustration by just looking on the internet or “driving the streets”. I take time to interview the buyer to get to know their needs and then I use my extensive knowledge of Denver neighborhoods and property types and trends to find a property that is best suited for them. I screen properties prior to showings, so my buyers see the properties that “fit” their individual needs. I work as a buyer agent or transaction broker and use my negotiating skills and expertise to represent the buyer throughout the buying process. I work to keep the process smooth, educational and many times even FUN!</em>\r\n\r\n<em>Thank you and I look forward to hearing from you !\"</em>\r\n\r\n<img class=\"alignnone size-full wp-image-4385\" src=\"http://denverheirlooms.com/wp-content/uploads/2018/02/tricia.jpg\" alt=\"\" width=\"144\" height=\"72\" />[/vc_column_text][/vc_column][/vc_row]', 'Tricia\'s Bio', '', 'inherit', 'closed', 'closed', '', '3878-revision-v1', '', '', '2018-02-08 10:09:03', '2018-02-08 17:09:03', '', 3878, 'http://denverheirlooms.com/3878-revision-v1/', 0, 'revision', '', 0),
(4397, 4, '2018-02-08 10:13:01', '2018-02-08 17:13:01', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><img class=\"wp-image-4387 alignleft\" src=\"http://denverheirlooms.com/wp-content/uploads/2018/02/Tricia_w_tree.jpg\" alt=\"\" width=\"288\" height=\"432\" /></p>\r\n\r\n<h2>Meet Tricia Potucek</h2>\r\nTel: <a href=\"tel:720-350-5948\">(720) 350-5948</a>\r\nEmail: <a href=\"mailto:tricia@triciapotucek.com\">tricia@triciapotucek.com</a>\r\n\r\n<em>\"My number one commitment is to provide exceptional service in selling your personal cottage . . . or finding that once in a lifetime dream home!\" </em>\r\n\r\nTricia Potucek loves helping individuals and families achieve their personal and professional real estate dreams and goals. She began her highly successful Denver real estate career in 1993, building upon her 14 years of management in billion dollar quality service corporations spanning merchandising, operations and human resources. She believes in the proactive approach of making things happen and has learned from the best.\r\n\r\nTricia was promoted to 5 different cities in 10 years and understands the difficulties of moving into a new city/area and starting over . . . whether it be assistance in finding doctors, schools, plumbers, painters . . . she knows the people who will make your transition easier.\r\n\r\nTricia’s commitment to excellence is evident and her passion to exceed expectations is unwavering. Her success comes from an unique combination of warm, caring personality coupled with her extensive knowledge of the Metro Denver real estate market and financing.\r\n\r\nTricia Potucek’s strong work ethic, in addition to finely honed negotiation skills, ensure that transactions are executed with proficiency and tenacity, which are vital characteristics in today\'s challenging market.\r\n\r\nShe constantly works to stay ahead of the curve on technology and market trends.\r\n\r\nHer attention to detail, meticulous organization and excellent communication skills will keep you informed throughout the entire process.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1518109447625{margin-top: 20px !important;}\"][vc_column][vc_column_text]<strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u><span style=\"color: #003300;\">Neighborhoods Served</span></u></strong>\r\n\r\n<span style=\"color: #000000;\">Tricia Potucek services her clients throughout metro Denver. A few of the specific neighborhoods that Tricia specializes in are:</span>\r\n\r\nBelcaro <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Bonnie Brae <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_creek/\">Cherry Creek</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_hills_village/\">Cherry Hills</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Cheesman Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> City Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Congress Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Denver Country Club <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Grant Ranch <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/greenwood_village/\">Greenwood Village</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Highlands/LoHi <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/hilltop/\">Hilltop</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Homestead <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lonetree/\">Lone Tree</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lodo/\">Lower Downtown/Downtown</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /><a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lowry/\"> Lowry</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Mayfair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Montclair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/observatory/\">Observatory Park</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/park_hill/\">Park Hill</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Seventh Avenue District <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Sloans Lake <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/wash_park/\">Washington Park </a>\r\n\r\n<strong><u><span style=\"color: #003300;\"><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /></span></u><span style=\"color: #003300;\"> </span><u><span style=\"color: #003300;\">Community Involvement</span></u></strong>\r\n\r\nDuring free time Tricia believes in giving back to the community she loves. The following are a few of the organizations she has been involved with:\r\n<ul>\r\n <li><em>Anchor Center for Blind Children - Past Board member</em></li>\r\n <li><em>Visions of Love – benefiting Anchor Center for Blind Children - Chairperson</em></li>\r\n <li><em>Seventh Avenue Neighborhood Association – Past Board member</em></li>\r\n <li><em>Delta Gamma Denver Alumna – Past President</em></li>\r\n <li><em>Race for the Cure – Volunteer, walker</em></li>\r\n <li><em>Women’s Foundation of Colorado</em></li>\r\n <li><em>Denver Botanic Gardens</em></li>\r\n <li><em>National Association of Realtors (NAR)</em></li>\r\n <li><em>Colorado Association of Realtors (CAR)</em></li>\r\n <li><em>Denver Board of Realtors</em></li>\r\n</ul>\r\n<strong>Tricia Potucek’s thoughts on working with Buyers and Sellers:</strong>\r\n\r\n<em>\"I believe selling real estate is not about a single transaction, it\'s about building long term relationships. I love what I do. I am passionate about going to work and providing my clients with extraordinary service and the assistance they need to achieve their personal and professional goals. I take great pride in the fact 90% of my business is from past clients and/or referrals.<span style=\"color: #996600; font-family: wp_bogus_font;\">\"</span></em>\r\n\r\n<span style=\"color: #996600;\"><em> </em></span><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Sellers</u></strong>\r\n\r\n<em>\"My FOCUS is keeping the Seller’s property in the forefront of the potential Buyer, to receive an offer from a qualified Buyer, negotiate the best price for the home in the current economy, follow the transaction through to a successful close and then help my Sellers on with their new goals and dreams. When working for Sellers I use innovative marketing, technology, a large network of clients and persistence to get their property SOLD. My websites are some of the best in the business and I use search engine optimization and syndication to reach the largest audiences on the internet. Virtual tours, videos, on line property brochures, mobile phone apps, all enhance the on line presence of my listings. Statistics show 80% of buyers say they use the internet to find property.\"</em>\r\n\r\n<span style=\"color: #003300;\"><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Buyers</u></strong></span>\r\n\r\n<em>\"I understand by the time a buyer reaches my phone or doorstep there is a 98% chance they have already been on the internet searching for homes.</em>\r\n\r\n<em>My responsibility is to help the buyer find the right home at the right price. My goal is to save my buyers time and frustration by just looking on the internet or “driving the streets”. I take time to interview the buyer to get to know their needs and then I use my extensive knowledge of Denver neighborhoods and property types and trends to find a property that is best suited for them. I screen properties prior to showings, so my buyers see the properties that “fit” their individual needs. I work as a buyer agent or transaction broker and use my negotiating skills and expertise to represent the buyer throughout the buying process. I work to keep the process smooth, educational and many times even FUN!</em>\r\n\r\n<em>Thank you and I look forward to hearing from you !\"</em>\r\n\r\n<img class=\"alignnone size-full wp-image-4385\" src=\"http://denverheirlooms.com/wp-content/uploads/2018/02/tricia.jpg\" alt=\"\" width=\"144\" height=\"72\" />[/vc_column_text][/vc_column][/vc_row]', 'Tricia\'s Bio', '', 'inherit', 'closed', 'closed', '', '3878-revision-v1', '', '', '2018-02-08 10:13:01', '2018-02-08 17:13:01', '', 3878, 'http://denverheirlooms.com/3878-revision-v1/', 0, 'revision', '', 0),
(4398, 4, '2018-02-08 10:19:08', '2018-02-08 17:19:08', '', 'Artboard 1SM', '', 'inherit', 'closed', 'closed', '', 'artboard-1sm', '', '', '2018-02-08 10:19:08', '2018-02-08 17:19:08', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Artboard-1SM.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
(4399, 4, '2018-02-08 10:22:20', '2018-02-08 17:22:20', '<p>[vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\"><img class=\"wp-image-4387 alignleft\" src=\"http://denverheirlooms.com/wp-content/uploads/2018/02/Tricia_w_tree.jpg\" alt=\"\" width=\"288\" height=\"432\" /></p>\r\n<h2>Meet Tricia Potucek</h2>\r\n<p>Tel: <a href=\"tel:720-350-5948\">(720) 350-5948</a><br />\r\nEmail: <a href=\"mailto:tricia@triciapotucek.com\">tricia@triciapotucek.com</a></p>\r\n<p><em>\"My number one commitment is to provide exceptional service in selling your personal cottage . . . or finding that once in a lifetime dream home!\" </em></p>\r\n<p>Tricia Potucek loves helping individuals and families achieve their personal and professional real estate dreams and goals. She began her highly successful Denver real estate career in 1993, building upon her 14 years of management in billion dollar quality service corporations spanning merchandising, operations and human resources. She believes in the proactive approach of making things happen and has learned from the best.</p>\r\n<p>Tricia was promoted to 5 different cities in 10 years and understands the difficulties of moving into a new city/area and starting over . . . whether it be assistance in finding doctors, schools, plumbers, painters . . . she knows the people who will make your transition easier.</p>\r\n<p>Tricia’s commitment to excellence is evident and her passion to exceed expectations is unwavering. Her success comes from an unique combination of warm, caring personality coupled with her extensive knowledge of the Metro Denver real estate market and financing.</p>\r\n<p>Tricia Potucek’s strong work ethic, in addition to finely honed negotiation skills, ensure that transactions are executed with proficiency and tenacity, which are vital characteristics in today\'s challenging market.</p>\r\n<p>She constantly works to stay ahead of the curve on technology and market trends.</p>\r\n<p>Her attention to detail, meticulous organization and excellent communication skills will keep you informed throughout the entire process.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u><span style=\"color: #003300;\">Neighborhoods Served</span></u></strong></p>\r\n<p><span style=\"color: #000000;\">Tricia Potucek services her clients throughout metro Denver. A few of the specific neighborhoods that Tricia specializes in are:</span></p>\r\n<p>Belcaro <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Bonnie Brae <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_creek/\">Cherry Creek</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_hills_village/\">Cherry Hills</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Cheesman Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> City Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Congress Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Denver Country Club <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Grant Ranch <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/greenwood_village/\">Greenwood Village</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Highlands/LoHi <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/hilltop/\">Hilltop</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Homestead <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lonetree/\">Lone Tree</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lodo/\">Lower Downtown/Downtown</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /><a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lowry/\"> Lowry</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Mayfair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Montclair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/observatory/\">Observatory Park</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/park_hill/\">Park Hill</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Seventh Avenue District <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Sloans Lake <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/wash_park/\">Washington Park </a></p>\r\n<p><strong><u><span style=\"color: #003300;\"><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /></span></u><span style=\"color: #003300;\"> </span><u><span style=\"color: #003300;\">Community Involvement</span></u></strong></p>\r\n<p>During free time Tricia believes in giving back to the community she loves. The following are a few of the organizations she has been involved with:</p>\r\n<ul>\r\n<li><em>Anchor Center for Blind Children - Past Board member</em></li>\r\n<li><em>Visions of Love – benefiting Anchor Center for Blind Children - Chairperson</em></li>\r\n<li><em>Seventh Avenue Neighborhood Association – Past Board member</em></li>\r\n<li><em>Delta Gamma Denver Alumna – Past President</em></li>\r\n<li><em>Race for the Cure – Volunteer, walker</em></li>\r\n<li><em>Women’s Foundation of Colorado</em></li>\r\n<li><em>Denver Botanic Gardens</em></li>\r\n<li><em>National Association of Realtors (NAR)</em></li>\r\n<li><em>Colorado Association of Realtors (CAR)</em></li>\r\n<li><em>Denver Board of Realtors</em></li>\r\n</ul>\r\n<p><strong>Tricia Potucek’s thoughts on working with Buyers and Sellers:</strong></p>\r\n<p><em>\"I believe selling real estate is not about a single transaction, it\'s about building long term relationships. I love what I do. I am passionate about going to work and providing my clients with extraordinary service and the assistance they need to achieve their personal and professional goals. I take great pride in the fact 90% of my business is from past clients and/or referrals.<span style=\"color: #996600; font-family: wp_bogus_font;\">\"</span></em></p>\r\n<p><span style=\"color: #996600;\"><em> </em></span><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Sellers</u></strong></p>\r\n<p><em>\"My FOCUS is keeping the Seller’s property in the forefront of the potential Buyer, to receive an offer from a qualified Buyer, negotiate the best price for the home in the current economy, follow the transaction through to a successful close and then help my Sellers on with their new goals and dreams. When working for Sellers I use innovative marketing, technology, a large network of clients and persistence to get their property SOLD. My websites are some of the best in the business and I use search engine optimization and syndication to reach the largest audiences on the internet. Virtual tours, videos, on line property brochures, mobile phone apps, all enhance the on line presence of my listings. Statistics show 80% of buyers say they use the internet to find property.\"</em></p>\r\n<p><span style=\"color: #003300;\"><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Buyers</u></strong></span></p>\r\n<p><em>\"I understand by the time a buyer reaches my phone or doorstep there is a 98% chance they have already been on the internet searching for homes.</em></p>\r\n<p><em>My responsibility is to help the buyer find the right home at the right price. My goal is to save my buyers time and frustration by just looking on the internet or “driving the streets”. I take time to interview the buyer to get to know their needs and then I use my extensive knowledge of Denver neighborhoods and property types and trends to find a property that is best suited for them. I screen properties prior to showings, so my buyers see the properties that “fit” their individual needs. I work as a buyer agent or transaction broker and use my negotiating skills and expertise to represent the buyer throughout the buying process. I work to keep the process smooth, educational and many times even FUN!</em></p>\r\n<p><em>Thank you and I look forward to hearing from you !\"</em></p>\r\n<p><img class=\"alignnone size-full wp-image-4385\" src=\"http://denverheirlooms.com/wp-content/uploads/2018/02/tricia.jpg\" alt=\"\" width=\"144\" height=\"72\" />[/vc_column_text][/vc_column][/vc_row]</p>\r\n', 'Tricia\'s Bio', '', 'inherit', 'closed', 'closed', '', '3878-revision-v1', '', '', '2018-02-08 10:22:20', '2018-02-08 17:22:20', '', 3878, 'http://denverheirlooms.com/3878-revision-v1/', 0, 'revision', '', 0),
(4400, 4, '2018-02-08 10:28:53', '2018-02-08 17:28:53', '', 'Logo_Website_alt', '', 'inherit', 'closed', 'closed', '', 'logo_website_alt', '', '', '2018-02-08 10:28:53', '2018-02-08 17:28:53', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Logo_Website_alt.jpg', 0, 'attachment', 'image/jpeg', 0),
(4407, 4, '2018-02-08 11:23:03', '2018-02-08 18:23:03', '[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"4387\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<h2>Meet Tricia Potucek</h2>\r\nTel: <a href=\"tel:720-350-5948\">(720) 350-5948</a>\r\nEmail: <a href=\"mailto:tricia@triciapotucek.com\">tricia@triciapotucek.com</a>\r\n\r\n<em>\"My number one commitment is to provide exceptional service in selling your personal cottage . . . or finding that once in a lifetime dream home!\" </em>\r\n\r\nTricia Potucek loves helping individuals and families achieve their personal and professional real estate dreams and goals. She began her highly successful Denver real estate career in 1993, building upon her 14 years of management in billion dollar quality service corporations spanning merchandising, operations and human resources. She believes in the proactive approach of making things happen and has learned from the best.\r\n\r\nTricia was promoted to 5 different cities in 10 years and understands the difficulties of moving into a new city/area and starting over . . . whether it be assistance in finding doctors, schools, plumbers, painters . . . she knows the people who will make your transition easier.\r\n\r\nTricia’s commitment to excellence is evident and her passion to exceed expectations is unwavering. Her success comes from an unique combination of warm, caring personality coupled with her extensive knowledge of the Metro Denver real estate market and financing.\r\n\r\nTricia Potucek’s strong work ethic, in addition to finely honed negotiation skills, ensure that transactions are executed with proficiency and tenacity, which are vital characteristics in today\'s challenging market.\r\n\r\nShe constantly works to stay ahead of the curve on technology and market trends.\r\n\r\nHer attention to detail, meticulous organization and excellent communication skills will keep you informed throughout the entire process.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u><span style=\"color: #003300;\">Neighborhoods Served</span></u></strong>\r\n\r\n<span style=\"color: #000000;\">Tricia Potucek services her clients throughout metro Denver. A few of the specific neighborhoods that Tricia specializes in are:</span>\r\n\r\nBelcaro <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Bonnie Brae <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_creek/\">Cherry Creek</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_hills_village/\">Cherry Hills</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Cheesman Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> City Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Congress Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Denver Country Club <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Grant Ranch <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/greenwood_village/\">Greenwood Village</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Highlands/LoHi <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/hilltop/\">Hilltop</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Homestead <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lonetree/\">Lone Tree</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lodo/\">Lower Downtown/Downtown</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /><a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lowry/\"> Lowry</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Mayfair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Montclair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/observatory/\">Observatory Park</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/park_hill/\">Park Hill</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Seventh Avenue District <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Sloans Lake <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/wash_park/\">Washington Park </a>\r\n\r\n<strong><u><span style=\"color: #003300;\"><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /></span></u><span style=\"color: #003300;\"> </span><u><span style=\"color: #003300;\">Community Involvement</span></u></strong>\r\n\r\nDuring free time Tricia believes in giving back to the community she loves. The following are a few of the organizations she has been involved with:\r\n<ul>\r\n <li><em>Anchor Center for Blind Children - Past Board member</em></li>\r\n <li><em>Visions of Love – benefiting Anchor Center for Blind Children - Chairperson</em></li>\r\n <li><em>Seventh Avenue Neighborhood Association – Past Board member</em></li>\r\n <li><em>Delta Gamma Denver Alumna – Past President</em></li>\r\n <li><em>Race for the Cure – Volunteer, walker</em></li>\r\n <li><em>Women’s Foundation of Colorado</em></li>\r\n <li><em>Denver Botanic Gardens</em></li>\r\n <li><em>National Association of Realtors (NAR)</em></li>\r\n <li><em>Colorado Association of Realtors (CAR)</em></li>\r\n <li><em>Denver Board of Realtors</em></li>\r\n</ul>\r\n<strong>Tricia Potucek’s thoughts on working with Buyers and Sellers:</strong>\r\n\r\n<em>\"I believe selling real estate is not about a single transaction, it\'s about building long term relationships. I love what I do. I am passionate about going to work and providing my clients with extraordinary service and the assistance they need to achieve their personal and professional goals. I take great pride in the fact 90% of my business is from past clients and/or referrals.<span style=\"color: #996600; font-family: wp_bogus_font;\">\"</span></em>\r\n\r\n<span style=\"color: #996600;\"><em> </em></span><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Sellers</u></strong>\r\n\r\n<em>\"My FOCUS is keeping the Seller’s property in the forefront of the potential Buyer, to receive an offer from a qualified Buyer, negotiate the best price for the home in the current economy, follow the transaction through to a successful close and then help my Sellers on with their new goals and dreams. When working for Sellers I use innovative marketing, technology, a large network of clients and persistence to get their property SOLD. My websites are some of the best in the business and I use search engine optimization and syndication to reach the largest audiences on the internet. Virtual tours, videos, on line property brochures, mobile phone apps, all enhance the on line presence of my listings. Statistics show 80% of buyers say they use the internet to find property.\"</em>\r\n\r\n<span style=\"color: #003300;\"><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Buyers</u></strong></span>\r\n\r\n<em>\"I understand by the time a buyer reaches my phone or doorstep there is a 98% chance they have already been on the internet searching for homes.</em>\r\n\r\n<em>My responsibility is to help the buyer find the right home at the right price. My goal is to save my buyers time and frustration by just looking on the internet or “driving the streets”. I take time to interview the buyer to get to know their needs and then I use my extensive knowledge of Denver neighborhoods and property types and trends to find a property that is best suited for them. I screen properties prior to showings, so my buyers see the properties that “fit” their individual needs. I work as a buyer agent or transaction broker and use my negotiating skills and expertise to represent the buyer throughout the buying process. I work to keep the process smooth, educational and many times even FUN!</em>\r\n\r\n<em>Thank you and I look forward to hearing from you !\"</em>\r\n\r\n<img class=\"alignnone size-full wp-image-4385\" src=\"http://denverheirlooms.com/wp-content/uploads/2018/02/tricia.jpg\" alt=\"\" width=\"144\" height=\"72\" />[/vc_column_text][/vc_column][/vc_row]', 'Tricia\'s Bio', '', 'inherit', 'closed', 'closed', '', '3878-revision-v1', '', '', '2018-02-08 11:23:03', '2018-02-08 18:23:03', '', 3878, 'http://denverheirlooms.com/3878-revision-v1/', 0, 'revision', '', 0),
(4408, 4, '2022-11-29 12:55:50', '2018-02-08 18:47:52', '', 'Communities', '', 'publish', 'closed', 'closed', '', 'communities', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=4408', 11, 'nav_menu_item', '', 0),
(4428, 4, '2018-02-08 14:53:54', '2018-02-08 21:53:54', '', 'Panel-SearchHomes3', '', 'inherit', 'closed', 'closed', '', 'panel-searchhomes3', '', '', '2018-02-08 14:53:54', '2018-02-08 21:53:54', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Panel-SearchHomes3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4430, 4, '2018-02-08 14:59:56', '2018-02-08 21:59:56', '', 'Slider_Interior', '', 'inherit', 'closed', 'closed', '', 'slider_interior', '', '', '2018-02-08 14:59:56', '2018-02-08 21:59:56', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Slider_Interior.jpg', 0, 'attachment', 'image/jpeg', 0),
(4431, 4, '2018-02-08 15:11:03', '2018-02-08 22:11:03', '[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"4486\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4488\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4515\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the 12th Avenue shops and restaurants……. Zorba’s, Bluepan Pizza, Sweet Cooies, to name just a few ( 1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk or drive to Cherry Creek North ( 2.2+ mile walk)[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Restaurants[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Boutique shopping[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135932814{margin-top: -20px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk, drive or take uber to Downtown Denver…….. theater, restaurants, museums….. ( 1.5+ mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the Denver Botanical Gardens (1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Light rail – take uber to the 40th and Colorado station[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Colfax – Bluebird theater, amazing restaurants, fun shops[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]17th Avenue – St. Mark’s coffee, Olive and Finch, Humboldt restaurant, on and on……[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Across the street from the Pinnacle to the North:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]City Park, pavilion, lake with serene walking path, running and biking path on outer perimeter[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Zoo[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Museum of Nature and Science including:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518136360279{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]IMAX[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Planetarium[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Several blocks from the Pinnacle to the West:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver East High School – stately building and grounds, built in 1924. East has been repeatedly honored as one of America\'s top high schools[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the new Denver Recreation Center with 2 indoor swimming pools, gym, outdoor climbing wall, on and on.[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]...and much, much more!!![/ultimate_icon_list_item][/ultimate_icon_list][vc_single_image image=\"4540\" img_size=\"full\" alignment=\"center\"][ultimate_heading main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" margin_design_tab_text=\"\" sub_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_font_size=\"desktop:24px;\"]To get more information about The Pinnacle, <a href=\"http://denverheirlooms.com/contact-tricia/\">contact Tricia today!</a>[/ultimate_heading][/vc_column][/vc_row]', 'Around The Pinnacle', '', 'publish', 'closed', 'closed', '', 'around-the-pinnacle', '', '', '2018-02-20 18:09:18', '2018-02-21 01:09:18', '', 4299, 'http://denverheirlooms.com/?page_id=4431', 0, 'page', '', 0),
(4433, 4, '2018-02-08 15:11:30', '2018-02-08 22:11:30', '[vc_row][vc_column][/vc_column][/vc_row][vc_row css=\".vc_custom_1518131374636{margin-top: 20px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4504\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4506\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4500\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4507\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4512\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_heading main_heading=\"Pamper Yourself ………… Every Day of the Week!\" alignment=\"left\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_margin=\"margin-bottom:30px;\" sub_heading_font_size=\"desktop:16px;\"]Come home, relax and enjoy living in the coveted Pinnacle! Enjoy unsurpassed building amenities including:[/ultimate_heading][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 7th floor/ Tower II, 6th floor (same floor)\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Fabulous outdoor heated pool with hot tub overlooking downtown Denver and the Rocky mountains[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Outdoor entertaining spaces with large firepit area[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]2 Wolf BBQ units on entertainment deck…… one overlooking City Park and the other overlooking mountains and city[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Inside on same floor enjoy:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Fully equipped workout center with mountain views[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Separate men and women changing rooms with showers, toilets, and lockers[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Club room off pool deck with gourmet kitchen and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Vending machine (for those late nights) – across from sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Business Center[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, fireplace and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Also includes:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Theater room[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Wine lockers w/ tasting room[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518133297086{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 1[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower II, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, expansive granite wine table, television, fireplace[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 2[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Extras\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Visitor parking inside secured garage[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Car wash and dog wash areas[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]The Pinnacle – a true vertical community filled with wonderful, amazing residents[/ultimate_icon_list_item][/ultimate_icon_list][vc_single_image image=\"4540\" img_size=\"full\" alignment=\"center\"][ultimate_heading main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:italic\" main_heading_style=\"font-style:italic;\" sub_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_font_size=\"desktop:24px;\"]To get more information about The Pinnacle, <a href=\"http://denverheirlooms.com/contact-tricia/\">contact Tricia today!</a>[/ultimate_heading][/vc_column][/vc_row]', 'The Pinnacle Lifestyle', '', 'publish', 'closed', 'closed', '', 'the-pinnacle-lifestyle', '', '', '2018-02-20 18:06:45', '2018-02-21 01:06:45', '', 4299, 'http://denverheirlooms.com/?page_id=4433', 0, 'page', '', 0),
(4435, 4, '2018-02-08 15:11:54', '2018-02-08 22:11:54', '[vc_row][vc_column][vc_tta_tabs style=\"modern\" active_section=\"1\" title=\"Current Statistics\"][vc_tta_section title=\"2021 - Year In Review\" tab_id=\"1525802206922-20754821-c264\"][vc_single_image image=\"4757\" img_size=\"full\" onclick=\"link_image\"][vc_column_text]<em>For the period January 1, 2020 through December 31, 2020</em>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][vc_column_text]<em>Based on information from REcolorado®, Inc.. Not all properties were listed and/or sold by Kentwood Real Estate. This representation is based in whole or in part on content supplied by REcolorado®, Inc. REcolorado®, Inc. does not guarantee nor is it in any way responsible for its accuracy. Content maintained by REcolorado®, Inc. may not reflect all real estate activity in the market. All information deemed reliable but not guaranteed and should be independently verified. All properties are subject to prior sale, change or withdrawal. Neither listing broker(s) nor Kentwood Real Estate shall be responsible for any typographical errors, misinformation, misprints and shall be held totally harmless.</em>[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle Statistics', '', 'publish', 'closed', 'closed', '', 'the-pinnacle-statistics', '', '', '2022-03-07 14:29:24', '2022-03-07 21:29:24', '', 4299, 'http://denverheirlooms.com/?page_id=4435', 0, 'page', '', 0),
(4441, 4, '2022-11-29 12:55:50', '2018-02-08 22:17:47', ' ', '', '', 'publish', 'closed', 'closed', '', '4441', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 4299, 'http://denverheirlooms.com/?p=4441', 9, 'nav_menu_item', '', 0),
(4442, 4, '2022-11-29 12:55:50', '2018-02-08 22:17:47', ' ', '', '', 'publish', 'closed', 'closed', '', '4442', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 4299, 'http://denverheirlooms.com/?p=4442', 7, 'nav_menu_item', '', 0),
(4443, 4, '2022-11-29 12:55:50', '2018-02-08 22:17:47', ' ', '', '', 'publish', 'closed', 'closed', '', '4443', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 4299, 'http://denverheirlooms.com/?p=4443', 8, 'nav_menu_item', '', 0),
(4444, 4, '2018-02-08 18:10:44', '2018-02-09 01:10:44', '<p>[vc_row][vc_column][/vc_column][/vc_row][vc_row css=\".vc_custom_1518131374636{margin-top: 20px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4468\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4468\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_heading main_heading=\"Pamper Yourself ………… Every Day of the Week!\" alignment=\"left\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_margin=\"margin-bottom:30px;\"]Come home, relax and enjoy living in the coveted Pinnacle! Enjoy unsurpassed building amenities including:[/ultimate_heading][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 7th floor/ Tower II, 6th floor (same floor)\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Fabulous outdoor heated pool with hot tub overlooking downtown Denver and the Rocky mountains[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Outdoor entertaining spaces with large firepit area[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]2 Wolf BBQ units on entertainment deck…… one overlooking City Park and the other overlooking mountains and city[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Inside on same floor enjoy:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Fully equipped workout center with mountain views[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Separate men and women changing rooms with showers, toilets, and lockers[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Club room off pool deck with gourmet kitchen and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Vending machine (for those late nights) – across from sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Business Center[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk ( 7am – 11pm ,7days a week) , night attendant 11 pm – 7 am[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, fireplace and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Also includes:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Theater room[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Wine lockers w/ tasting room[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518133297086{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 1[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower II, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, expansive granite wine table, television, fireplace[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk ( 7am – 11pm ,7days a week) , night attendant 11 pm – 7 am[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 2[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Extras\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Visitor parking inside secured garage[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Car wash and dog wash areas[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]The Pinnacle – a true vertical community filled with wonderful, amazing residents[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading=\"Come Home and Enjoy!!\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:italic\" main_heading_style=\"font-style:italic;\"][/ultimate_heading][/vc_column][/vc_row]</p>\n', 'The Pinnacle Lifestyle', '', 'inherit', 'closed', 'closed', '', '4433-autosave-v1', '', '', '2018-02-08 18:10:44', '2018-02-09 01:10:44', '', 4433, 'http://denverheirlooms.com/4433-autosave-v1/', 0, 'revision', '', 0),
(4468, 4, '2018-02-08 17:06:11', '2018-02-09 00:06:11', '', 'Pinnacle Stock_37', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_37', '', '', '2018-02-08 17:06:11', '2018-02-09 00:06:11', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle-Stock_37.jpg', 0, 'attachment', 'image/jpeg', 0),
(4475, 4, '2018-02-08 17:47:46', '2018-02-09 00:47:46', '<p>[vc_row][vc_column width=\"1/4\"][vc_single_image][/vc_column][vc_column width=\"3/4\"][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the 12th Avenue shops and restaurants……. Zorba’s, Bluepan Pizza, Sweet Cooies, to name just a few ( 1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk or drive to Cherry Creek North ( 2.2+ mile walk)[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Restaurants[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Boutique shopping[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135932814{margin-top: -20px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk, drive or take uber to Downtown Denver…….. theater, restaurants, museums….. ( 1.5+ mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the Denver Botanical Gardens (1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Light rail – take uber to the 40th and Colorado station[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Colfax – Bluebird theater, amazing restaurants, fun shops[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]17th Avenue – St. Mark’s coffee, Olive and Finch, Humboldt restaurant, on and on……[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Across the street from the Pinnacle to the North:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]City Park, pavilion, lake with serene walking path, running and biking path on outer perimeter[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Zoo[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Museum of Nature and Science including:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518136360279{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]IMAX[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Planetarium[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Several blocks from the Pinnacle to the West:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver East High School – stately building and grounds, built in 1924. East has been repeatedly honored as one of America\'s top high schools[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the new Denver Recreation Center with 2 indoor swimming pools, gym, outdoor climbing wall, on and on.[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading=\"………………. And much, much more!!!\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\"][/ultimate_heading][/vc_column][/vc_row]</p>\n', 'Around The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4431-autosave-v1', '', '', '2018-02-08 17:47:46', '2018-02-09 00:47:46', '', 4431, 'http://denverheirlooms.com/4431-autosave-v1/', 0, 'revision', '', 0),
(4486, 4, '2018-02-08 17:47:28', '2018-02-09 00:47:28', '', 'Botanic Gardens', 'Botanic Gardens', 'inherit', 'closed', 'closed', '', 'botanic-gardens', '', '', '2018-02-08 17:54:01', '2018-02-09 00:54:01', '', 4431, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Botanic-Gardens.jpg', 0, 'attachment', 'image/jpeg', 0),
(4488, 4, '2018-02-08 17:51:45', '2018-02-09 00:51:45', '', 'Zoo', 'Denver Zoo', 'inherit', 'closed', 'closed', '', 'zoo', '', '', '2018-02-08 17:54:31', '2018-02-09 00:54:31', '', 4431, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Zoo.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
(4491, 4, '2018-02-08 17:54:39', '2018-02-09 00:54:39', '[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"4486\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4488\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the 12th Avenue shops and restaurants……. Zorba’s, Bluepan Pizza, Sweet Cooies, to name just a few ( 1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk or drive to Cherry Creek North ( 2.2+ mile walk)[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Restaurants[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Boutique shopping[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135932814{margin-top: -20px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk, drive or take uber to Downtown Denver…….. theater, restaurants, museums….. ( 1.5+ mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the Denver Botanical Gardens (1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Light rail – take uber to the 40th and Colorado station[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Colfax – Bluebird theater, amazing restaurants, fun shops[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]17th Avenue – St. Mark’s coffee, Olive and Finch, Humboldt restaurant, on and on……[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Across the street from the Pinnacle to the North:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]City Park, pavilion, lake with serene walking path, running and biking path on outer perimeter[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Zoo[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Museum of Nature and Science including:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518136360279{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]IMAX[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Planetarium[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Several blocks from the Pinnacle to the West:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver East High School – stately building and grounds, built in 1924. East has been repeatedly honored as one of America\'s top high schools[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the new Denver Recreation Center with 2 indoor swimming pools, gym, outdoor climbing wall, on and on.[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading=\"………………. And much, much more!!!\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\"][/ultimate_heading][/vc_column][/vc_row]', 'Around The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4431-revision-v1', '', '', '2018-02-08 17:54:39', '2018-02-09 00:54:39', '', 4431, 'http://denverheirlooms.com/4431-revision-v1/', 0, 'revision', '', 0),
(4492, 4, '2018-02-08 17:57:38', '2018-02-09 00:57:38', '', 'NatureScience', 'Museum of Nature and Science', 'inherit', 'closed', 'closed', '', 'naturescience', '', '', '2018-02-08 17:58:24', '2018-02-09 00:58:24', '', 4431, 'http://denverheirlooms.com/wp-content/uploads/2018/02/NatureScience.jpg', 0, 'attachment', 'image/jpeg', 0),
(4493, 4, '2018-02-08 17:58:31', '2018-02-09 00:58:31', '[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"4486\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4488\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4492\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the 12th Avenue shops and restaurants……. Zorba’s, Bluepan Pizza, Sweet Cooies, to name just a few ( 1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk or drive to Cherry Creek North ( 2.2+ mile walk)[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Restaurants[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Boutique shopping[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135932814{margin-top: -20px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk, drive or take uber to Downtown Denver…….. theater, restaurants, museums….. ( 1.5+ mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the Denver Botanical Gardens (1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Light rail – take uber to the 40th and Colorado station[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Colfax – Bluebird theater, amazing restaurants, fun shops[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]17th Avenue – St. Mark’s coffee, Olive and Finch, Humboldt restaurant, on and on……[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Across the street from the Pinnacle to the North:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]City Park, pavilion, lake with serene walking path, running and biking path on outer perimeter[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Zoo[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Museum of Nature and Science including:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518136360279{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]IMAX[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Planetarium[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Several blocks from the Pinnacle to the West:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver East High School – stately building and grounds, built in 1924. East has been repeatedly honored as one of America\'s top high schools[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the new Denver Recreation Center with 2 indoor swimming pools, gym, outdoor climbing wall, on and on.[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading=\"………………. And much, much more!!!\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\"][/ultimate_heading][/vc_column][/vc_row]', 'Around The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4431-revision-v1', '', '', '2018-02-08 17:58:31', '2018-02-09 00:58:31', '', 4431, 'http://denverheirlooms.com/4431-revision-v1/', 0, 'revision', '', 0),
(4496, 4, '2018-02-08 18:10:07', '2018-02-09 01:10:07', '', 'Pinnacle_businessroom', '', 'inherit', 'closed', 'closed', '', 'pinnacle_businessroom', '', '', '2018-02-08 18:10:07', '2018-02-09 01:10:07', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle_businessroom.jpg', 0, 'attachment', 'image/jpeg', 0),
(4497, 4, '2018-02-08 18:10:13', '2018-02-09 01:10:13', '', 'Pinnacle_fireplace', '', 'inherit', 'closed', 'closed', '', 'pinnacle_fireplace', '', '', '2018-02-08 18:10:13', '2018-02-09 01:10:13', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle_fireplace.jpg', 0, 'attachment', 'image/jpeg', 0),
(4498, 4, '2018-02-08 18:10:19', '2018-02-09 01:10:19', '', 'Pinnacle_pool', '', 'inherit', 'closed', 'closed', '', 'pinnacle_pool', '', '', '2018-02-08 18:10:19', '2018-02-09 01:10:19', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle_pool.jpg', 0, 'attachment', 'image/jpeg', 0),
(4499, 4, '2018-02-08 18:12:12', '2018-02-09 01:12:12', '', 'Pinnacle_bbq', '', 'inherit', 'closed', 'closed', '', 'pinnacle_bbq', '', '', '2018-02-08 18:12:12', '2018-02-09 01:12:12', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle_bbq.jpg', 0, 'attachment', 'image/jpeg', 0),
(4500, 4, '2018-02-08 18:12:21', '2018-02-09 01:12:21', '', 'Pinnacle_movieroom', '', 'inherit', 'closed', 'closed', '', 'pinnacle_movieroom', '', '', '2018-02-08 18:12:21', '2018-02-09 01:12:21', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle_movieroom.jpg', 0, 'attachment', 'image/jpeg', 0),
(4504, 4, '2018-02-15 15:05:57', '2018-02-15 22:05:57', '', 'Pinnacle Stock_35', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_35', '', '', '2018-02-15 15:05:57', '2018-02-15 22:05:57', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle-Stock_35.jpg', 0, 'attachment', 'image/jpeg', 0),
(4506, 4, '2018-02-15 15:07:39', '2018-02-15 22:07:39', '', 'Pinnacle Stock_22', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_22', '', '', '2018-02-15 15:07:39', '2018-02-15 22:07:39', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle-Stock_22.jpg', 0, 'attachment', 'image/jpeg', 0),
(4507, 4, '2018-02-15 15:08:16', '2018-02-15 22:08:16', '', 'Pinnacle Stock_13', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_13', '', '', '2018-02-15 15:08:16', '2018-02-15 22:08:16', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle-Stock_13.jpg', 0, 'attachment', 'image/jpeg', 0),
(4511, 4, '2018-02-15 15:16:34', '2018-02-15 22:16:34', '', 'Pinnacle Stock_47', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_47', '', '', '2018-02-15 15:16:34', '2018-02-15 22:16:34', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle-Stock_47.jpg', 0, 'attachment', 'image/jpeg', 0),
(4512, 4, '2018-02-15 15:16:57', '2018-02-15 22:16:57', '', 'Pinnacle Stock_48', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_48', '', '', '2018-02-15 15:16:57', '2018-02-15 22:16:57', '', 4433, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle-Stock_48.jpg', 0, 'attachment', 'image/jpeg', 0),
(4513, 4, '2018-02-15 15:17:13', '2018-02-15 22:17:13', '[vc_row][vc_column][/vc_column][/vc_row][vc_row css=\".vc_custom_1518131374636{margin-top: 20px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4504\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4506\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4500\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4507\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4512\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_heading main_heading=\"Pamper Yourself ………… Every Day of the Week!\" alignment=\"left\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_margin=\"margin-bottom:30px;\" sub_heading_font_size=\"desktop:16px;\"]Come home, relax and enjoy living in the coveted Pinnacle! Enjoy unsurpassed building amenities including:[/ultimate_heading][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 7th floor/ Tower II, 6th floor (same floor)\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Fabulous outdoor heated pool with hot tub overlooking downtown Denver and the Rocky mountains[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Outdoor entertaining spaces with large firepit area[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]2 Wolf BBQ units on entertainment deck…… one overlooking City Park and the other overlooking mountains and city[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Inside on same floor enjoy:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Fully equipped workout center with mountain views[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Separate men and women changing rooms with showers, toilets, and lockers[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Club room off pool deck with gourmet kitchen and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Vending machine (for those late nights) – across from sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Business Center[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, fireplace and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Also includes:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Theater room[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Wine lockers w/ tasting room[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518133297086{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 1[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower II, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, expansive granite wine table, television, fireplace[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 2[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Extras\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Visitor parking inside secured garage[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Car wash and dog wash areas[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]The Pinnacle – a true vertical community filled with wonderful, amazing residents[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading=\"Come Home and Enjoy!!\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:italic\" main_heading_style=\"font-style:italic;\"][/ultimate_heading][/vc_column][/vc_row]', 'The Pinnacle Lifestyle', '', 'inherit', 'closed', 'closed', '', '4433-revision-v1', '', '', '2018-02-15 15:17:13', '2018-02-15 22:17:13', '', 4433, 'http://denverheirlooms.com/4433-revision-v1/', 0, 'revision', '', 0),
(4515, 4, '2018-02-15 15:21:20', '2018-02-15 22:21:20', '', 'Pinnacle Stock_40', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stock_40', '', '', '2018-02-15 15:21:20', '2018-02-15 22:21:20', '', 4431, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Pinnacle-Stock_40.jpg', 0, 'attachment', 'image/jpeg', 0),
(4516, 4, '2018-02-15 15:21:50', '2018-02-15 22:21:50', '[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"4486\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4488\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4515\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the 12th Avenue shops and restaurants……. Zorba’s, Bluepan Pizza, Sweet Cooies, to name just a few ( 1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk or drive to Cherry Creek North ( 2.2+ mile walk)[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Restaurants[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Boutique shopping[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135932814{margin-top: -20px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk, drive or take uber to Downtown Denver…….. theater, restaurants, museums….. ( 1.5+ mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the Denver Botanical Gardens (1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Light rail – take uber to the 40th and Colorado station[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Colfax – Bluebird theater, amazing restaurants, fun shops[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]17th Avenue – St. Mark’s coffee, Olive and Finch, Humboldt restaurant, on and on……[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Across the street from the Pinnacle to the North:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]City Park, pavilion, lake with serene walking path, running and biking path on outer perimeter[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Zoo[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Museum of Nature and Science including:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518136360279{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]IMAX[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Planetarium[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Several blocks from the Pinnacle to the West:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver East High School – stately building and grounds, built in 1924. East has been repeatedly honored as one of America\'s top high schools[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the new Denver Recreation Center with 2 indoor swimming pools, gym, outdoor climbing wall, on and on.[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading=\"………………. And much, much more!!!\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\"][/ultimate_heading][/vc_column][/vc_row]', 'Around The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4431-revision-v1', '', '', '2018-02-15 15:21:50', '2018-02-15 22:21:50', '', 4431, 'http://denverheirlooms.com/4431-revision-v1/', 0, 'revision', '', 0),
(4524, 4, '2018-02-16 16:05:49', '2018-02-16 23:05:49', '[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"4486\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4488\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4515\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the 12th Avenue shops and restaurants……. Zorba’s, Bluepan Pizza, Sweet Cooies, to name just a few ( 1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk or drive to Cherry Creek North ( 2.2+ mile walk)[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Restaurants[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Boutique shopping[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135932814{margin-top: -20px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk, drive or take uber to Downtown Denver…….. theater, restaurants, museums….. ( 1.5+ mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the Denver Botanical Gardens (1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Light rail – take uber to the 40th and Colorado station[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Colfax – Bluebird theater, amazing restaurants, fun shops[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]17th Avenue – St. Mark’s coffee, Olive and Finch, Humboldt restaurant, on and on……[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Across the street from the Pinnacle to the North:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]City Park, pavilion, lake with serene walking path, running and biking path on outer perimeter[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Zoo[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Museum of Nature and Science including:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518136360279{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]IMAX[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Planetarium[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Several blocks from the Pinnacle to the West:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver East High School – stately building and grounds, built in 1924. East has been repeatedly honored as one of America\'s top high schools[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the new Denver Recreation Center with 2 indoor swimming pools, gym, outdoor climbing wall, on and on.[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading=\"………………. And much, much more!!!\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" margin_design_tab_text=\"\" sub_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_font_size=\"desktop:24px;\"]To get more information about The Pinnacle, <a href=\"http://denverheirlooms.com/contact-tricia/\">contact Tricia today!</a>[/ultimate_heading][/vc_column][/vc_row]', 'Around The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4431-revision-v1', '', '', '2018-02-16 16:05:49', '2018-02-16 23:05:49', '', 4431, 'http://denverheirlooms.com/4431-revision-v1/', 0, 'revision', '', 0),
(4525, 4, '2018-02-16 16:07:35', '2018-02-16 23:07:35', '[vc_row][vc_column][/vc_column][/vc_row][vc_row css=\".vc_custom_1518131374636{margin-top: 20px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4504\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4506\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4500\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4507\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4512\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_heading main_heading=\"Pamper Yourself ………… Every Day of the Week!\" alignment=\"left\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_margin=\"margin-bottom:30px;\" sub_heading_font_size=\"desktop:16px;\"]Come home, relax and enjoy living in the coveted Pinnacle! Enjoy unsurpassed building amenities including:[/ultimate_heading][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 7th floor/ Tower II, 6th floor (same floor)\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Fabulous outdoor heated pool with hot tub overlooking downtown Denver and the Rocky mountains[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Outdoor entertaining spaces with large firepit area[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]2 Wolf BBQ units on entertainment deck…… one overlooking City Park and the other overlooking mountains and city[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Inside on same floor enjoy:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Fully equipped workout center with mountain views[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Separate men and women changing rooms with showers, toilets, and lockers[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Club room off pool deck with gourmet kitchen and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Vending machine (for those late nights) – across from sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Business Center[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, fireplace and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Also includes:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Theater room[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Wine lockers w/ tasting room[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518133297086{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 1[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower II, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, expansive granite wine table, television, fireplace[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 2[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Extras\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Visitor parking inside secured garage[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Car wash and dog wash areas[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]The Pinnacle – a true vertical community filled with wonderful, amazing residents[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading=\"Come Home and Enjoy!!\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:italic\" main_heading_style=\"font-style:italic;\" margin_design_tab_text=\"\"]To get more information about The Pinnacle, <a href=\"http://denverheirlooms.com/contact-tricia/\">contact Tricia today!</a>[/ultimate_heading][/vc_column][/vc_row]', 'The Pinnacle Lifestyle', '', 'inherit', 'closed', 'closed', '', '4433-revision-v1', '', '', '2018-02-16 16:07:35', '2018-02-16 23:07:35', '', 4433, 'http://denverheirlooms.com/4433-revision-v1/', 0, 'revision', '', 0),
(4526, 4, '2018-02-16 16:08:59', '2018-02-16 23:08:59', '[vc_row][vc_column][/vc_column][/vc_row][vc_row css=\".vc_custom_1518131374636{margin-top: 20px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4504\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4506\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4500\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4507\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4512\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_heading main_heading=\"Pamper Yourself ………… Every Day of the Week!\" alignment=\"left\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_margin=\"margin-bottom:30px;\" sub_heading_font_size=\"desktop:16px;\"]Come home, relax and enjoy living in the coveted Pinnacle! Enjoy unsurpassed building amenities including:[/ultimate_heading][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 7th floor/ Tower II, 6th floor (same floor)\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Fabulous outdoor heated pool with hot tub overlooking downtown Denver and the Rocky mountains[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Outdoor entertaining spaces with large firepit area[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]2 Wolf BBQ units on entertainment deck…… one overlooking City Park and the other overlooking mountains and city[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Inside on same floor enjoy:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Fully equipped workout center with mountain views[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Separate men and women changing rooms with showers, toilets, and lockers[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Club room off pool deck with gourmet kitchen and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Vending machine (for those late nights) – across from sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Business Center[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, fireplace and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Also includes:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Theater room[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Wine lockers w/ tasting room[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518133297086{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 1[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower II, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, expansive granite wine table, television, fireplace[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 2[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Extras\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Visitor parking inside secured garage[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Car wash and dog wash areas[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]The Pinnacle – a true vertical community filled with wonderful, amazing residents[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading=\"Come Home and Enjoy!!\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:italic\" main_heading_style=\"font-style:italic;\" margin_design_tab_text=\"\" sub_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_font_size=\"desktop:24px;\"]To get more information about The Pinnacle, <a href=\"http://denverheirlooms.com/contact-tricia/\">contact Tricia today!</a>[/ultimate_heading][/vc_column][/vc_row]', 'The Pinnacle Lifestyle', '', 'inherit', 'closed', 'closed', '', '4433-revision-v1', '', '', '2018-02-16 16:08:59', '2018-02-16 23:08:59', '', 4433, 'http://denverheirlooms.com/4433-revision-v1/', 0, 'revision', '', 0),
(4533, 4, '2022-11-29 12:55:50', '2018-02-20 19:30:59', '', 'The Pinnacle', '', 'publish', 'closed', 'closed', '', 'the-pinnacle', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'http://denverheirlooms.com/?p=4533', 5, 'nav_menu_item', '', 0),
(4537, 4, '2018-02-20 17:47:16', '2018-02-21 00:47:16', '', 'Tagline_Pinnacle', '', 'inherit', 'closed', 'closed', '', 'tagline_pinnacle', '', '', '2018-02-20 17:47:16', '2018-02-21 00:47:16', '', 4299, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Tagline_Pinnacle.jpg', 0, 'attachment', 'image/jpeg', 0),
(4540, 4, '2018-02-20 17:56:57', '2018-02-21 00:56:57', '', 'Slogan', '', 'inherit', 'closed', 'closed', '', 'slogan-2', '', '', '2018-02-20 17:56:57', '2018-02-21 00:56:57', '', 4299, 'http://denverheirlooms.com/wp-content/uploads/2018/02/Slogan.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4553, 4, '2018-02-20 18:06:25', '2018-02-21 01:06:25', '[vc_row][vc_column][/vc_column][/vc_row][vc_row css=\".vc_custom_1518131374636{margin-top: 20px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4504\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4506\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4500\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4507\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4512\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_heading main_heading=\"Pamper Yourself ………… Every Day of the Week!\" alignment=\"left\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_margin=\"margin-bottom:30px;\" sub_heading_font_size=\"desktop:16px;\"]Come home, relax and enjoy living in the coveted Pinnacle! Enjoy unsurpassed building amenities including:[/ultimate_heading][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 7th floor/ Tower II, 6th floor (same floor)\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Fabulous outdoor heated pool with hot tub overlooking downtown Denver and the Rocky mountains[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Outdoor entertaining spaces with large firepit area[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]2 Wolf BBQ units on entertainment deck…… one overlooking City Park and the other overlooking mountains and city[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Inside on same floor enjoy:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Fully equipped workout center with mountain views[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Separate men and women changing rooms with showers, toilets, and lockers[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Club room off pool deck with gourmet kitchen and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Vending machine (for those late nights) – across from sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Business Center[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, fireplace and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Also includes:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Theater room[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Wine lockers w/ tasting room[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518133297086{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 1[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower II, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, expansive granite wine table, television, fireplace[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 2[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Extras\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Visitor parking inside secured garage[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Car wash and dog wash areas[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]The Pinnacle – a true vertical community filled with wonderful, amazing residents[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_heading main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:italic\" main_heading_style=\"font-style:italic;\" margin_design_tab_text=\"\" sub_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_font_size=\"desktop:24px;\"]To get more information about The Pinnacle, <a href=\"http://denverheirlooms.com/contact-tricia/\">contact Tricia today!</a>[/ultimate_heading][vc_single_image image=\"4540\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]', 'The Pinnacle Lifestyle', '', 'inherit', 'closed', 'closed', '', '4433-revision-v1', '', '', '2018-02-20 18:06:25', '2018-02-21 01:06:25', '', 4433, 'http://denverheirlooms.com/4433-revision-v1/', 0, 'revision', '', 0),
(4554, 4, '2018-02-20 18:06:45', '2018-02-21 01:06:45', '[vc_row][vc_column][/vc_column][/vc_row][vc_row css=\".vc_custom_1518131374636{margin-top: 20px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4504\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4506\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4500\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4507\" img_size=\"large\" alignment=\"center\"][vc_single_image image=\"4512\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_heading main_heading=\"Pamper Yourself ………… Every Day of the Week!\" alignment=\"left\" main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_margin=\"margin-bottom:30px;\" sub_heading_font_size=\"desktop:16px;\"]Come home, relax and enjoy living in the coveted Pinnacle! Enjoy unsurpassed building amenities including:[/ultimate_heading][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 7th floor/ Tower II, 6th floor (same floor)\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Fabulous outdoor heated pool with hot tub overlooking downtown Denver and the Rocky mountains[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Outdoor entertaining spaces with large firepit area[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]2 Wolf BBQ units on entertainment deck…… one overlooking City Park and the other overlooking mountains and city[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Inside on same floor enjoy:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Fully equipped workout center with mountain views[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Separate men and women changing rooms with showers, toilets, and lockers[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Club room off pool deck with gourmet kitchen and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Vending machine (for those late nights) – across from sauna[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Business Center[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower I, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, fireplace and television[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Also includes:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518132525099{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Theater room[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Wine lockers w/ tasting room[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518133297086{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 1[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Tower II, 1st floor\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Large elegant club room with gourmet kitchen, expansive granite wine table, television, fireplace[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Concierge desk[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Mailboxes for tower 2[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Guest suite for overnight visitors (One of two suites available for guests)[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Extras\" title_font=\"font_family:Cinzel|font_call:Cinzel|variant:regular\" title_font_style=\"font-weight:normal;font-style:normal;\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"14\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518131916015{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Visitor parking inside secured garage[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Car wash and dog wash areas[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]The Pinnacle – a true vertical community filled with wonderful, amazing residents[/ultimate_icon_list_item][/ultimate_icon_list][vc_single_image image=\"4540\" img_size=\"full\" alignment=\"center\"][ultimate_heading main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:italic\" main_heading_style=\"font-style:italic;\" sub_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_font_size=\"desktop:24px;\"]To get more information about The Pinnacle, <a href=\"http://denverheirlooms.com/contact-tricia/\">contact Tricia today!</a>[/ultimate_heading][/vc_column][/vc_row]', 'The Pinnacle Lifestyle', '', 'inherit', 'closed', 'closed', '', '4433-revision-v1', '', '', '2018-02-20 18:06:45', '2018-02-21 01:06:45', '', 4433, 'http://denverheirlooms.com/4433-revision-v1/', 0, 'revision', '', 0),
(4555, 4, '2018-02-20 18:09:18', '2018-02-21 01:09:18', '[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"4486\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4488\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"4515\" img_size=\"full\" add_caption=\"yes\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the 12th Avenue shops and restaurants……. Zorba’s, Bluepan Pizza, Sweet Cooies, to name just a few ( 1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk or drive to Cherry Creek North ( 2.2+ mile walk)[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Restaurants[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Boutique shopping[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135932814{margin-top: -20px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk, drive or take uber to Downtown Denver…….. theater, restaurants, museums….. ( 1.5+ mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the Denver Botanical Gardens (1 mile walk)[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Light rail – take uber to the 40th and Colorado station[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Colfax – Bluebird theater, amazing restaurants, fun shops[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]17th Avenue – St. Mark’s coffee, Olive and Finch, Humboldt restaurant, on and on……[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Across the street from the Pinnacle to the North:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]City Park, pavilion, lake with serene walking path, running and biking path on outer perimeter[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Zoo[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver Museum of Nature and Science including:[/ultimate_icon_list_item][/ultimate_icon_list][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518136360279{margin-top: -20px !important;margin-left: 60px !important;}\"][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]IMAX[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-caret-right\" icon_color=\"#642236\"]Planetarium[/ultimate_icon_list_item][/ultimate_icon_list][bsf-info-box icon=\"Defaults-building-o\" icon_size=\"32\" icon_color=\"#642236\" title=\"Several blocks from the Pinnacle to the West:\" title_font=\"font_family:Cinzel|font_call:Cinzel\" title_font_size=\"desktop:18px;\"][/bsf-info-box][ultimate_icon_list icon_size=\"16\" icon_margin=\"5\" css_icon_list=\".vc_custom_1518135918327{margin-top: -20px !important;margin-left: 30px !important;}\"][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Denver East High School – stately building and grounds, built in 1924. East has been repeatedly honored as one of America\'s top high schools[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]Walk to the new Denver Recreation Center with 2 indoor swimming pools, gym, outdoor climbing wall, on and on.[/ultimate_icon_list_item][ultimate_icon_list_item icon=\"Defaults-crosshairs\" icon_color=\"#642236\"]...and much, much more!!![/ultimate_icon_list_item][/ultimate_icon_list][vc_single_image image=\"4540\" img_size=\"full\" alignment=\"center\"][ultimate_heading main_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" margin_design_tab_text=\"\" sub_heading_font_family=\"font_family:Open Sans|font_call:Open+Sans\" sub_heading_font_size=\"desktop:24px;\"]To get more information about The Pinnacle, <a href=\"http://denverheirlooms.com/contact-tricia/\">contact Tricia today!</a>[/ultimate_heading][/vc_column][/vc_row]', 'Around The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4431-revision-v1', '', '', '2018-02-20 18:09:18', '2018-02-21 01:09:18', '', 4431, 'http://denverheirlooms.com/4431-revision-v1/', 0, 'revision', '', 0),
(4564, 4, '2018-04-03 16:50:58', '2018-04-03 22:50:58', '', 'Slider_711Humbolt', '', 'inherit', 'closed', 'closed', '', 'slider_711humbolt', '', '', '2018-04-03 16:50:58', '2018-04-03 22:50:58', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/04/Slider_711Humbolt.jpg', 0, 'attachment', 'image/jpeg', 0),
(4566, 4, '2018-04-03 16:56:28', '2018-04-03 22:56:28', '', 'Pane_711Humboldt', '', 'inherit', 'closed', 'closed', '', 'pane_711humboldt', '', '', '2018-04-03 16:56:28', '2018-04-03 22:56:28', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/04/Pane_711Humboldt.jpg', 0, 'attachment', 'image/jpeg', 0),
(4570, 4, '2018-05-08 11:23:33', '2018-05-08 17:23:33', '', 'TriciaPotucek_11X11_Jan2018Stats', '', 'inherit', 'closed', 'closed', '', 'triciapotucek_11x11_jan2018stats', '', '', '2018-05-08 11:23:33', '2018-05-08 17:23:33', '', 4435, 'http://denverheirlooms.com/wp-content/uploads/2018/05/TriciaPotucek_11X11_Jan2018Stats.jpg', 0, 'attachment', 'image/jpeg', 0),
(4572, 4, '2018-05-08 11:27:08', '2018-05-08 17:27:08', '', 'TriciaPotucek_11X11_April2018Stats', '', 'inherit', 'closed', 'closed', '', 'triciapotucek_11x11_april2018stats', '', '', '2018-05-08 11:27:08', '2018-05-08 17:27:08', '', 4435, 'http://denverheirlooms.com/wp-content/uploads/2018/05/TriciaPotucek_11X11_April2018Stats.jpg', 0, 'attachment', 'image/jpeg', 0),
(4574, 4, '2018-05-08 11:45:24', '2018-05-08 17:45:24', '', 'Pane_3201Washington', '', 'inherit', 'closed', 'closed', '', 'pane_3201washington', '', '', '2018-05-08 11:45:24', '2018-05-08 17:45:24', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/05/Pane_3201Washington.jpg', 0, 'attachment', 'image/jpeg', 0),
(4589, 4, '2018-08-08 13:46:29', '2018-08-08 19:46:29', '', 'TriciaPotucek_Aug2018_XL_Postcard_Stats', '', 'inherit', 'closed', 'closed', '', 'triciapotucek_aug2018_xl_postcard_stats', '', '', '2018-08-08 13:46:29', '2018-08-08 19:46:29', '', 4435, 'http://denverheirlooms.com/wp-content/uploads/2018/08/TriciaPotucek_Aug2018_XL_Postcard_Stats.jpg', 0, 'attachment', 'image/jpeg', 0),
(4592, 4, '2018-10-31 10:28:08', '2018-10-31 16:28:08', '', '4521 Vrain St_01', '', 'inherit', 'closed', 'closed', '', '4521-vrain-st_01', '', '', '2018-10-31 10:28:08', '2018-10-31 16:28:08', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/10/4521-Vrain-St_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(4593, 4, '2018-10-31 10:28:19', '2018-10-31 16:28:19', '', '4521 Vrain St_33', '', 'inherit', 'closed', 'closed', '', '4521-vrain-st_33', '', '', '2018-10-31 10:28:19', '2018-10-31 16:28:19', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/10/4521-Vrain-St_33.jpg', 0, 'attachment', 'image/jpeg', 0),
(4594, 4, '2018-10-31 11:29:31', '2018-10-31 17:29:31', '', '4521 Vrain St_02', '', 'inherit', 'closed', 'closed', '', '4521-vrain-st_02', '', '', '2018-10-31 11:29:31', '2018-10-31 17:29:31', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/10/4521-Vrain-St_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(4595, 4, '2018-10-31 11:43:41', '2018-10-31 17:43:41', '', 'Pane_4521StVrain', '', 'inherit', 'closed', 'closed', '', 'pane_4521stvrain', '', '', '2018-10-31 11:43:41', '2018-10-31 17:43:41', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/10/Pane_4521StVrain.jpg', 0, 'attachment', 'image/jpeg', 0),
(4598, 4, '2018-12-14 14:32:20', '2018-12-14 21:32:20', '', 'Pinnacle Stats Image_2018YTD', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stats-image_2018ytd', '', '', '2018-12-14 14:32:20', '2018-12-14 21:32:20', '', 4435, 'http://denverheirlooms.com/wp-content/uploads/2018/12/Pinnacle-Stats-Image_2018YTD.jpg', 0, 'attachment', 'image/jpeg', 0),
(4601, 4, '2018-12-14 15:03:09', '2018-12-14 22:03:09', '', 'favicon', '', 'inherit', 'closed', 'closed', '', 'favicon-3', '', '', '2018-12-14 15:03:09', '2018-12-14 22:03:09', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/12/favicon.png', 0, 'attachment', 'image/png', 0),
(4602, 4, '2018-12-20 15:37:52', '2018-12-20 22:37:52', '', 'Pane_1650Fillmore1804', '', 'inherit', 'closed', 'closed', '', 'pane_1650fillmore1804', '', '', '2018-12-20 15:37:52', '2018-12-20 22:37:52', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2018/12/Pane_1650Fillmore1804.jpg', 0, 'attachment', 'image/jpeg', 0),
(4606, 4, '2018-12-20 16:06:03', '2018-12-20 23:06:03', '', 'Slider_Capitol', '', 'inherit', 'closed', 'closed', '', 'slider_capitol', '', '', '2018-12-20 16:06:03', '2018-12-20 23:06:03', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/12/Slider_Capitol.jpg', 0, 'attachment', 'image/jpeg', 0),
(4607, 4, '2018-12-20 16:08:40', '2018-12-20 23:08:40', '', 'Slider_Aerial', '', 'inherit', 'closed', 'closed', '', 'slider_aerial', '', '', '2018-12-20 16:08:40', '2018-12-20 23:08:40', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/12/Slider_Aerial.jpg', 0, 'attachment', 'image/jpeg', 0),
(4608, 4, '2018-12-20 16:10:24', '2018-12-20 23:10:24', '', 'Slider_1650Fillmore1804', '', 'inherit', 'closed', 'closed', '', 'slider_1650fillmore1804', '', '', '2018-12-20 16:10:24', '2018-12-20 23:10:24', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/12/Slider_1650Fillmore1804.jpg', 0, 'attachment', 'image/jpeg', 0),
(4609, 4, '2018-12-20 16:13:26', '2018-12-20 23:13:26', '', 'Slider_UnionStation', '', 'inherit', 'closed', 'closed', '', 'slider_unionstation', '', '', '2018-12-20 16:13:26', '2018-12-20 23:13:26', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2018/12/Slider_UnionStation.jpg', 0, 'attachment', 'image/jpeg', 0),
(4613, 4, '2019-10-15 14:11:07', '2019-10-15 20:11:07', '', '2018YearInReview_PinnacleChart', '', 'inherit', 'closed', 'closed', '', '2018yearinreview_pinnaclechart', '', '', '2019-10-15 14:11:07', '2019-10-15 20:11:07', '', 4435, 'http://denverheirlooms.com/wp-content/uploads/2019/10/2018YearInReview_PinnacleChart.jpg', 0, 'attachment', 'image/jpeg', 0),
(4614, 4, '2019-10-15 14:11:43', '2019-10-15 20:11:43', '', 'TriciaPotucek_2019_PinnacleStatsChart', '', 'inherit', 'closed', 'closed', '', 'triciapotucek_2019_pinnaclestatschart', '', '', '2019-10-15 14:11:43', '2019-10-15 20:11:43', '', 4435, 'http://denverheirlooms.com/wp-content/uploads/2019/10/TriciaPotucek_2019_PinnacleStatsChart.jpg', 0, 'attachment', 'image/jpeg', 0),
(4615, 4, '2021-02-11 18:02:39', '2021-02-12 01:02:39', '<p>[vc_row][vc_column][vc_tta_tabs style=\"modern\" active_section=\"1\" title=\"Current Statistics\"][vc_tta_section title=\"2020 - YTD\" tab_id=\"1525800278456-f4d495dd-0e92\"][vc_single_image image=\"4717\" img_size=\"full\"][vc_column_text]<em>For the period January 1, 2020 through December 31, 2020.</em>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"2020 - Year In Review\" tab_id=\"1525802206922-20754821-c264\"][vc_single_image image=\"4717\" img_size=\"full\" onclick=\"link_image\"][vc_column_text]<em>For the period January 1, 2019 through December 31, 2019</em>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][vc_column_text]<em>Based on information from REcolorado®, Inc.. Not all properties were listed and/or sold by Kentwood Real Estate. This representation is based in whole or in part on content supplied by REcolorado®, Inc. REcolorado®, Inc. does not guarantee nor is it in any way responsible for its accuracy. Content maintained by REcolorado®, Inc. may not reflect all real estate activity in the market. All information deemed reliable but not guaranteed and should be independently verified. All properties are subject to prior sale, change or withdrawal. Neither listing broker(s) nor Kentwood Real Estate shall be responsible for any typographical errors, misinformation, misprints and shall be held totally harmless.</em>[/vc_column_text][/vc_column][/vc_row]</p>\n', 'The Pinnacle Statistics', '', 'inherit', 'closed', 'closed', '', '4435-autosave-v1', '', '', '2021-02-11 18:02:39', '2021-02-12 01:02:39', '', 4435, 'http://denverheirlooms.com/4435-autosave-v1/', 0, 'revision', '', 0),
(4619, 4, '2020-07-13 12:19:12', '2020-07-13 18:19:12', '', 'Pane_1699Fillmore', '', 'inherit', 'closed', 'closed', '', 'pane_1699fillmore', '', '', '2020-07-13 12:19:12', '2020-07-13 18:19:12', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2020/07/Pane_1699Fillmore.jpg', 0, 'attachment', 'image/jpeg', 0),
(4622, 4, '2020-07-13 12:26:08', '2020-07-13 18:26:08', '', 'Pane_481SWashington', '', 'inherit', 'closed', 'closed', '', 'pane_481swashington', '', '', '2020-07-13 12:26:08', '2020-07-13 18:26:08', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2020/07/Pane_481SWashington.jpg', 0, 'attachment', 'image/jpeg', 0),
(4624, 4, '2020-07-13 12:34:30', '2020-07-13 18:34:30', '', '1699 FIllmore St Tower 1_02', '', 'inherit', 'closed', 'closed', '', '1699-fillmore-st-tower-1_02', '', '', '2020-07-13 12:34:30', '2020-07-13 18:34:30', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2020/07/1699-FIllmore-St-Tower-1_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(4625, 4, '2020-07-13 12:41:04', '2020-07-13 18:41:04', '', 'Pane_2990E17th', '', 'inherit', 'closed', 'closed', '', 'pane_2990e17th', '', '', '2020-07-13 12:41:04', '2020-07-13 18:41:04', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2020/07/Pane_2990E17th.jpg', 0, 'attachment', 'image/jpeg', 0),
(4628, 4, '2020-07-15 12:21:21', '2020-07-15 18:21:21', '', 'June2020_FoldoverMailer_REVISED_Page_2', '', 'inherit', 'closed', 'closed', '', 'june2020_foldovermailer_revised_page_2', '', '', '2020-07-15 12:21:21', '2020-07-15 18:21:21', '', 4435, 'http://denverheirlooms.com/wp-content/uploads/2020/07/June2020_FoldoverMailer_REVISED_Page_2.png', 0, 'attachment', 'image/png', 0),
(4629, 4, '2020-07-15 12:21:42', '2020-07-15 18:21:42', '', 'TriciaPotucek_December2020_YearEndReview_ver1', '', 'inherit', 'closed', 'closed', '', 'triciapotucek_december2020_yearendreview_ver1', '', '', '2020-07-15 12:21:42', '2020-07-15 18:21:42', '', 4435, 'http://denverheirlooms.com/wp-content/uploads/2020/07/TriciaPotucek_December2020_YearEndReview_ver1.png', 0, 'attachment', 'image/png', 0),
(4634, 4, '2020-08-05 12:52:56', '2020-08-05 18:52:56', '', 'Website and E-Marketing', '', 'inherit', 'closed', 'closed', '', 'website-and-e-marketing', '', '', '2020-08-05 12:52:56', '2020-08-05 18:52:56', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2020/08/Website-and-E-Marketing.pdf', 0, 'attachment', 'application/pdf', 0),
(4635, 4, '2020-08-05 12:53:15', '2020-08-05 18:53:15', '', 'Enhance Your Home For Quick Sale', '', 'inherit', 'closed', 'closed', '', 'enhance-your-home-for-quick-sale', '', '', '2020-08-05 12:53:15', '2020-08-05 18:53:15', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2020/08/Enhance-Your-Home-For-Quick-Sale.pdf', 0, 'attachment', 'application/pdf', 0),
(4636, 4, '2020-08-05 12:53:30', '2020-08-05 18:53:30', '', 'Mortgage Information', '', 'inherit', 'closed', 'closed', '', 'mortgage-information', '', '', '2020-08-05 12:53:30', '2020-08-05 18:53:30', '', 0, 'http://denverheirlooms.com/wp-content/uploads/2020/08/Mortgage-Information.pdf', 0, 'attachment', 'application/pdf', 0),
(4637, 4, '2020-08-07 11:34:47', '2020-08-07 17:34:47', '', 'Kentwood_LockupRealEstate_Black (1)', '', 'inherit', 'closed', 'closed', '', 'kentwood_lockuprealestate_black-1', '', '', '2020-08-07 11:34:47', '2020-08-07 17:34:47', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2020/08/Kentwood_LockupRealEstate_Black-1.png', 0, 'attachment', 'image/png', 0),
(4638, 4, '2020-08-07 11:35:58', '2020-08-07 17:35:58', '', 'Kentwood_LockupRealEstate_Green', '', 'inherit', 'closed', 'closed', '', 'kentwood_lockuprealestate_green', '', '', '2020-08-07 11:35:58', '2020-08-07 17:35:58', '', 42, 'http://denverheirlooms.com/wp-content/uploads/2020/08/Kentwood_LockupRealEstate_Green.png', 0, 'attachment', 'image/png', 0),
(4644, 4, '2020-08-19 10:09:33', '2020-08-19 16:09:33', '', 'CommonRealEstateTermsSeller', '', 'inherit', 'closed', 'closed', '', 'commonrealestatetermsseller', '', '', '2020-08-19 10:09:33', '2020-08-19 16:09:33', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/08/CommonRealEstateTermsSeller.pdf', 0, 'attachment', 'application/pdf', 0),
(4645, 4, '2020-08-19 10:09:46', '2020-08-19 16:09:46', '', 'AgentResponsibilitiesSeller', '', 'inherit', 'closed', 'closed', '', 'agentresponsibilitiesseller', '', '', '2020-08-19 10:09:46', '2020-08-19 16:09:46', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/08/AgentResponsibilitiesSeller.pdf', 0, 'attachment', 'application/pdf', 0),
(4646, 4, '2020-08-19 10:09:50', '2020-08-19 16:09:50', '', 'KentwoodSalesProcess', '', 'inherit', 'closed', 'closed', '', 'kentwoodsalesprocess', '', '', '2020-08-19 10:09:50', '2020-08-19 16:09:50', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/08/KentwoodSalesProcess.pdf', 0, 'attachment', 'application/pdf', 0),
(4647, 4, '2020-08-19 10:09:55', '2020-08-19 16:09:55', '', 'CommonRealEstateTerms', '', 'inherit', 'closed', 'closed', '', 'commonrealestateterms', '', '', '2020-08-19 10:09:55', '2020-08-19 16:09:55', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/08/CommonRealEstateTerms.pdf', 0, 'attachment', 'application/pdf', 0),
(4648, 4, '2020-08-19 10:10:08', '2020-08-19 16:10:08', '', 'AllAboutYourOffer', '', 'inherit', 'closed', 'closed', '', 'allaboutyouroffer', '', '', '2020-08-19 10:10:08', '2020-08-19 16:10:08', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/08/AllAboutYourOffer.pdf', 0, 'attachment', 'application/pdf', 0),
(4649, 4, '2020-08-19 10:10:13', '2020-08-19 16:10:13', '', 'StepstoBuyingAHome', '', 'inherit', 'closed', 'closed', '', 'stepstobuyingahome', '', '', '2020-08-19 10:10:13', '2020-08-19 16:10:13', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/08/StepstoBuyingAHome.pdf', 0, 'attachment', 'application/pdf', 0),
(4650, 4, '2020-08-19 10:10:19', '2020-08-19 16:10:19', '', 'Steps in the Kentwood Buying Process', 'Steps in the Kentwood Buying Process', 'inherit', 'closed', 'closed', '', 'kentwoodbuyingprocess', '', '', '2020-09-13 15:22:37', '2020-09-13 21:22:37', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/08/KentwoodBuyingProcess.pdf', 0, 'attachment', 'application/pdf', 0),
(4653, 4, '2020-08-19 10:59:49', '2020-08-19 16:59:49', '[vc_row][vc_column][vc_column_text]<iframe src=\"https://denverheirlooms.com/Calculators/index.htm\" name=\"cwindow\" width=\"100%\" height=\"1350\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Mortgage Calculators', '', 'inherit', 'closed', 'closed', '', '3852-autosave-v1', '', '', '2020-08-19 10:59:49', '2020-08-19 16:59:49', '', 3852, 'https://denverheirlooms.com/3852-autosave-v1/', 0, 'revision', '', 0),
(4654, 4, '2020-08-19 10:59:27', '2020-08-19 16:59:27', '[vc_row][vc_column][vc_column_text]<iframe src=\"https://denverheirlooms.com/Calculators/index.htm\" name=\"cwindow\" width=\"100%\" height=\"1350\" frameborder=\"0\"></iframe>[/vc_column_text][/vc_column][/vc_row]', 'Mortgage Calculators', '', 'inherit', 'closed', 'closed', '', '3852-revision-v1', '', '', '2020-08-19 10:59:27', '2020-08-19 16:59:27', '', 3852, 'https://denverheirlooms.com/3852-revision-v1/', 0, 'revision', '', 0),
(4662, 4, '2020-09-04 17:04:36', '2020-09-04 23:04:36', '', 'Pane_DenverAerial', '', 'inherit', 'closed', 'closed', '', 'pane_denveraerial', '', '', '2020-09-04 17:04:36', '2020-09-04 23:04:36', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/Pane_DenverAerial.png', 0, 'attachment', 'image/png', 0),
(4669, 4, '2020-09-10 12:43:19', '2020-09-10 18:43:19', '', 'AgentResposibilitesBuyer1', '', 'inherit', 'closed', 'closed', '', 'agentresposibilitesbuyer1', '', '', '2020-09-10 12:43:19', '2020-09-10 18:43:19', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/AgentResposibilitesBuyer1.pdf', 0, 'attachment', 'application/pdf', 0),
(4679, 4, '2020-09-15 10:21:27', '2020-09-15 16:21:27', '', 'KentwoodBuyingProcess2', '', 'inherit', 'closed', 'closed', '', 'kentwoodbuyingprocess2', '', '', '2020-09-15 10:21:27', '2020-09-15 16:21:27', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/KentwoodBuyingProcess2.pdf', 0, 'attachment', 'application/pdf', 0),
(4680, 4, '2020-09-15 10:58:03', '2020-09-15 16:58:03', '', 'StepstoBuyingAHome1', '', 'inherit', 'closed', 'closed', '', 'stepstobuyingahome1', '', '', '2020-09-15 10:58:03', '2020-09-15 16:58:03', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/StepstoBuyingAHome1.pdf', 0, 'attachment', 'application/pdf', 0),
(4681, 4, '2020-09-15 11:07:55', '2020-09-15 17:07:55', '', 'AllAboutYourOffer1', '', 'inherit', 'closed', 'closed', '', 'allaboutyouroffer1', '', '', '2020-09-15 11:07:55', '2020-09-15 17:07:55', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/AllAboutYourOffer1.pdf', 0, 'attachment', 'application/pdf', 0),
(4682, 4, '2020-09-15 11:16:50', '2020-09-15 17:16:50', '', 'CommonRealEstateTerms1', '', 'inherit', 'closed', 'closed', '', 'commonrealestateterms1', '', '', '2020-09-15 11:16:50', '2020-09-15 17:16:50', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/CommonRealEstateTerms1.pdf', 0, 'attachment', 'application/pdf', 0),
(4683, 4, '2020-09-15 11:21:51', '2020-09-15 17:21:51', '', 'Mortgage-Information1', '', 'inherit', 'closed', 'closed', '', 'mortgage-information1', '', '', '2020-09-15 11:21:51', '2020-09-15 17:21:51', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/Mortgage-Information1.pdf', 0, 'attachment', 'application/pdf', 0),
(4684, 4, '2020-09-15 11:28:16', '2020-09-15 17:28:16', '', 'AgentResponsibilitiesSeller1', '', 'inherit', 'closed', 'closed', '', 'agentresponsibilitiesseller1', '', '', '2020-09-15 11:28:16', '2020-09-15 17:28:16', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/AgentResponsibilitiesSeller1.pdf', 0, 'attachment', 'application/pdf', 0),
(4685, 4, '2020-09-15 11:36:38', '2020-09-15 17:36:38', '', 'KentwoodSalesProcess1', '', 'inherit', 'closed', 'closed', '', 'kentwoodsalesprocess1', '', '', '2020-09-15 11:36:38', '2020-09-15 17:36:38', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/KentwoodSalesProcess1.pdf', 0, 'attachment', 'application/pdf', 0),
(4686, 4, '2020-09-15 11:57:13', '2020-09-15 17:57:13', '', 'Website-and-E-Marketing1', '', 'inherit', 'closed', 'closed', '', 'website-and-e-marketing1', '', '', '2020-09-15 11:57:13', '2020-09-15 17:57:13', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/Website-and-E-Marketing1.pdf', 0, 'attachment', 'application/pdf', 0),
(4687, 4, '2020-09-15 12:02:22', '2020-09-15 18:02:22', '', 'Enhance-Your-Home-For-Quick-Sale1', '', 'inherit', 'closed', 'closed', '', 'enhance-your-home-for-quick-sale1', '', '', '2020-09-15 12:02:22', '2020-09-15 18:02:22', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/Enhance-Your-Home-For-Quick-Sale1.pdf', 0, 'attachment', 'application/pdf', 0),
(4688, 4, '2020-09-15 12:08:46', '2020-09-15 18:08:46', '', 'CommonRealEstateTermsSeller1', '', 'inherit', 'closed', 'closed', '', 'commonrealestatetermsseller1', '', '', '2020-09-15 12:08:46', '2020-09-15 18:08:46', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/CommonRealEstateTermsSeller1.pdf', 0, 'attachment', 'application/pdf', 0),
(4689, 4, '2020-09-15 16:42:11', '2020-09-15 22:42:11', '', 'Strategic Pricing1', '', 'inherit', 'closed', 'closed', '', 'strategic-pricing1', '', '', '2020-09-15 16:42:11', '2020-09-15 22:42:11', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2020/09/Strategic-Pricing1.pdf', 0, 'attachment', 'application/pdf', 0),
(4694, 4, '2020-09-21 15:48:14', '2020-09-21 21:48:14', '[vc_row][vc_column][ultimate_modal modal_title=\"Communities\" modal_on=\"onload\" onload_delay=\"1\" modal_size=\"medium\" overlay_bg_opacity=\"80\" img_size=\"80\" img_close_background_color=\"#000000\"]<iframe title=\"Iframe Example\" src=\"https://tpotucek.kentwood.com/Colorado-Communities\" width=\"100%\" height=\"3500\"></iframe>[/ultimate_modal][/vc_column][/vc_row]', 'Test Page', '', 'publish', 'closed', 'closed', '', 'test', '', '', '2020-09-21 16:00:58', '2020-09-21 22:00:58', '', 0, 'https://denverheirlooms.com/?page_id=4694', 0, 'page', '', 0),
(4697, 4, '2020-09-21 15:49:04', '2020-09-21 21:49:04', '<iframe src=\"https://tpotucek.kentwood.com/Colorado-Communities\" height=\"1500\" width=\"100%\" title=\"Iframe Example\"></iframe>\r\n', 'Test Page', '', 'inherit', 'closed', 'closed', '', '4694-autosave-v1', '', '', '2020-09-21 15:49:04', '2020-09-21 21:49:04', '', 4694, 'https://denverheirlooms.com/4694-autosave-v1/', 0, 'revision', '', 0),
(4698, 4, '2020-09-21 15:49:57', '2020-09-21 21:49:57', '<iframe src=\"https://tpotucek.kentwood.com/Colorado-Communities\" height=\"3500\" width=\"100%\" title=\"Iframe Example\"></iframe>\r\n', 'Test Page', '', 'inherit', 'closed', 'closed', '', '4694-revision-v1', '', '', '2020-09-21 15:49:57', '2020-09-21 21:49:57', '', 4694, 'https://denverheirlooms.com/4694-revision-v1/', 0, 'revision', '', 0),
(4699, 4, '2020-09-21 15:58:14', '2020-09-21 21:58:14', '[vc_row][vc_column][ultimate_modal modal_title=\"Communities\" modal_on=\"onload\" modal_size=\"container\" overlay_bg_opacity=\"80\" img_size=\"80\"]<iframe title=\"Iframe Example\" src=\"https://tpotucek.kentwood.com/Colorado-Communities\" width=\"100%\" height=\"3500\"></iframe>[/ultimate_modal][/vc_column][/vc_row]', 'Test Page', '', 'inherit', 'closed', 'closed', '', '4694-revision-v1', '', '', '2020-09-21 15:58:14', '2020-09-21 21:58:14', '', 4694, 'https://denverheirlooms.com/4694-revision-v1/', 0, 'revision', '', 0),
(4700, 4, '2020-09-21 15:58:56', '2020-09-21 21:58:56', '[vc_row][vc_column][ultimate_modal modal_title=\"Communities\" modal_on=\"onload\" modal_size=\"medium\" overlay_bg_opacity=\"80\" img_size=\"80\"]<iframe title=\"Iframe Example\" src=\"https://tpotucek.kentwood.com/Colorado-Communities\" width=\"100%\" height=\"3500\"></iframe>[/ultimate_modal][/vc_column][/vc_row]', 'Test Page', '', 'inherit', 'closed', 'closed', '', '4694-revision-v1', '', '', '2020-09-21 15:58:56', '2020-09-21 21:58:56', '', 4694, 'https://denverheirlooms.com/4694-revision-v1/', 0, 'revision', '', 0),
(4701, 4, '2020-09-21 15:59:39', '2020-09-21 21:59:39', '[vc_row][vc_column][ultimate_modal modal_title=\"Communities\" modal_on=\"onload\" modal_size=\"medium\" overlay_bg_opacity=\"80\" img_size=\"80\" img_close_background_color=\"#000000\"]<iframe title=\"Iframe Example\" src=\"https://tpotucek.kentwood.com/Colorado-Communities\" width=\"100%\" height=\"3500\"></iframe>[/ultimate_modal][/vc_column][/vc_row]', 'Test Page', '', 'inherit', 'closed', 'closed', '', '4694-revision-v1', '', '', '2020-09-21 15:59:39', '2020-09-21 21:59:39', '', 4694, 'https://denverheirlooms.com/4694-revision-v1/', 0, 'revision', '', 0),
(4702, 4, '2020-09-21 16:00:58', '2020-09-21 22:00:58', '[vc_row][vc_column][ultimate_modal modal_title=\"Communities\" modal_on=\"onload\" onload_delay=\"1\" modal_size=\"medium\" overlay_bg_opacity=\"80\" img_size=\"80\" img_close_background_color=\"#000000\"]<iframe title=\"Iframe Example\" src=\"https://tpotucek.kentwood.com/Colorado-Communities\" width=\"100%\" height=\"3500\"></iframe>[/ultimate_modal][/vc_column][/vc_row]', 'Test Page', '', 'inherit', 'closed', 'closed', '', '4694-revision-v1', '', '', '2020-09-21 16:00:58', '2020-09-21 22:00:58', '', 4694, 'https://denverheirlooms.com/4694-revision-v1/', 0, 'revision', '', 0),
(4704, 4, '2022-11-29 12:55:50', '2020-09-21 22:22:40', ' ', '', '', 'publish', 'closed', 'closed', '', '4704', '', '', '2022-11-29 12:55:50', '2022-11-29 19:55:50', '', 0, 'https://denverheirlooms.com/?p=4704', 14, 'nav_menu_item', '', 0),
(4706, 4, '2020-09-21 16:37:05', '2020-09-21 22:37:05', '<p>[vc_row][vc_column][symple_testimonial]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727822750{margin-top: 20px !important;}\"][vc_column][symple_testimonial]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][/vc_column][/vc_row][vc_row][vc_column][symple_testimonial]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][/vc_column][/vc_row][vc_row][vc_column][symple_testimonial]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][/vc_column][/vc_row][vc_row][vc_column][symple_testimonial]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][/vc_column][/vc_row][vc_row][vc_column][symple_testimonial]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/vc_column][/vc_row]</p>\n', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '3744-autosave-v1', '', '', '2020-09-21 16:37:05', '2020-09-21 22:37:05', '', 3744, 'https://denverheirlooms.com/3744-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4715, 4, '2021-02-10 17:16:21', '2021-02-11 00:16:21', '<p>[vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][/vc_column][/vc_row][vc_row][vc_column][symple_testimonial]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][symple_testimonial][/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727880125{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727892735{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727906482{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727918859{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/vc_column][/vc_row]</p>\n', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '3744-revision-v1', '', '', '2021-02-10 17:16:21', '2021-02-11 00:16:21', '', 3744, 'https://denverheirlooms.com/3744-revision-v1/', 0, 'revision', '', 0),
(4716, 4, '2021-02-10 17:36:49', '2021-02-11 00:36:49', '', '2021_Pinnacle_YearInReview_stats (002)', '', 'inherit', 'closed', 'closed', '', '2021_pinnacle_yearinreview_stats-002', '', '', '2021-02-10 17:36:49', '2021-02-11 00:36:49', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2021/02/2021_Pinnacle_YearInReview_stats-002.pdf', 0, 'attachment', 'application/pdf', 0),
(4717, 4, '2021-02-10 17:58:09', '2021-02-11 00:58:09', '', 'Pinnacle 2020 Year End Stats', '', 'inherit', 'closed', 'closed', '', 'pinnacle-2020-year-end-stats', '', '', '2021-02-10 17:58:09', '2021-02-11 00:58:09', '', 4435, 'https://denverheirlooms.com/wp-content/uploads/2021/02/Pinnacle-2020-Year-End-Stats.jpg', 0, 'attachment', 'image/jpeg', 0),
(4721, 4, '2021-02-11 17:11:08', '2021-02-12 00:11:08', '', 'Pane_1621NHumboldt', '', 'inherit', 'closed', 'closed', '', 'pane_1621nhumboldt', '', '', '2021-02-11 17:11:08', '2021-02-12 00:11:08', '', 42, 'https://denverheirlooms.com/wp-content/uploads/2021/02/Pane_1621NHumboldt.jpg', 0, 'attachment', 'image/jpeg', 0),
(4724, 4, '2021-02-11 17:28:36', '2021-02-12 00:28:36', '[vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][/vc_column][/vc_row][vc_row][vc_column][symple_testimonial]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727880125{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727892735{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727906482{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727918859{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '3744-revision-v1', '', '', '2021-02-11 17:28:36', '2021-02-12 00:28:36', '', 3744, 'https://denverheirlooms.com/3744-revision-v1/', 0, 'revision', '', 0),
(4725, 4, '2021-02-11 17:29:46', '2021-02-12 00:29:46', '[vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727880125{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727892735{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727906482{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727918859{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '3744-revision-v1', '', '', '2021-02-11 17:29:46', '2021-02-12 00:29:46', '', 3744, 'https://denverheirlooms.com/3744-revision-v1/', 0, 'revision', '', 0),
(4726, 4, '2021-02-11 17:30:28', '2021-02-12 00:30:28', '[vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727880125{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727892735{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727906482{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727918859{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '3744-revision-v1', '', '', '2021-02-11 17:30:28', '2021-02-12 00:30:28', '', 3744, 'https://denverheirlooms.com/3744-revision-v1/', 0, 'revision', '', 0),
(4727, 4, '2021-02-11 18:03:03', '2021-02-12 01:03:03', '[vc_row][vc_column][vc_tta_tabs style=\"modern\" active_section=\"1\" title=\"Current Statistics\"][vc_tta_section title=\"2020 - YTD\" tab_id=\"1525800278456-f4d495dd-0e92\"][vc_single_image image=\"4717\" img_size=\"full\"][vc_column_text]<em>For the period January 1, 2020 through December 31, 2020.</em>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"2020 - Year In Review\" tab_id=\"1525802206922-20754821-c264\"][vc_single_image image=\"4717\" img_size=\"full\" onclick=\"link_image\"][vc_column_text]<em>For the period January 1, 2020 through December 31, 2020</em>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][vc_column_text]<em>Based on information from REcolorado®, Inc.. Not all properties were listed and/or sold by Kentwood Real Estate. This representation is based in whole or in part on content supplied by REcolorado®, Inc. REcolorado®, Inc. does not guarantee nor is it in any way responsible for its accuracy. Content maintained by REcolorado®, Inc. may not reflect all real estate activity in the market. All information deemed reliable but not guaranteed and should be independently verified. All properties are subject to prior sale, change or withdrawal. Neither listing broker(s) nor Kentwood Real Estate shall be responsible for any typographical errors, misinformation, misprints and shall be held totally harmless.</em>[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle Statistics', '', 'inherit', 'closed', 'closed', '', '4435-revision-v1', '', '', '2021-02-11 18:03:03', '2021-02-12 01:03:03', '', 4435, 'https://denverheirlooms.com/4435-revision-v1/', 0, 'revision', '', 0),
(4730, 4, '2021-04-14 10:08:12', '2021-04-14 16:08:12', '', 'Unit1603', '', 'inherit', 'closed', 'closed', '', 'unit1603', '', '', '2021-04-14 10:08:12', '2021-04-14 16:08:12', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2021/04/Unit1603.png', 0, 'attachment', 'image/png', 0),
(4732, 4, '2021-08-16 15:03:09', '2021-08-16 21:03:09', '', 'Pane_1777E39th', '', 'inherit', 'closed', 'closed', '', 'pane_1777e39th', '', '', '2021-08-16 15:03:09', '2021-08-16 21:03:09', '', 42, 'https://denverheirlooms.com/wp-content/uploads/2021/08/Pane_1777E39th.jpg', 0, 'attachment', 'image/jpeg', 0),
(4737, 4, '2021-11-17 16:09:02', '2021-11-17 23:09:02', '', 'Pane_2990E17th_1901', '', 'inherit', 'closed', 'closed', '', 'pane_2990e17th_1901', '', '', '2021-11-17 16:09:02', '2021-11-17 23:09:02', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2021/11/Pane_2990E17th_1901.jpg', 0, 'attachment', 'image/jpeg', 0),
(4739, 4, '2021-11-17 16:16:07', '2021-11-17 23:16:07', '', 'Staged -3_cropped', '', 'inherit', 'closed', 'closed', '', 'staged-3_cropped', '', '', '2021-11-17 16:16:07', '2021-11-17 23:16:07', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2021/11/Staged-3_cropped.jpg', 0, 'attachment', 'image/jpeg', 0),
(4740, 4, '2021-11-17 16:23:29', '2021-11-17 23:23:29', '', 'Pinnacle Community Stock_2020_09_cropped', '', 'inherit', 'closed', 'closed', '', 'pinnacle-community-stock_2020_09_cropped', '', '', '2021-11-17 16:23:29', '2021-11-17 23:23:29', '', 4299, 'https://denverheirlooms.com/wp-content/uploads/2021/11/Pinnacle-Community-Stock_2020_09_cropped.jpg', 0, 'attachment', 'image/jpeg', 0),
(4741, 4, '2021-11-17 16:25:08', '2021-11-17 23:25:08', '', 'Common Areas -9_cropped', '', 'inherit', 'closed', 'closed', '', 'common-areas-9_cropped', '', '', '2021-11-17 16:25:08', '2021-11-17 23:25:08', '', 4299, 'https://denverheirlooms.com/wp-content/uploads/2021/11/Common-Areas-9_cropped.jpg', 0, 'attachment', 'image/jpeg', 0),
(4746, 4, '2021-11-17 17:16:43', '2021-11-18 00:16:43', '', 'Tricia PotucekUpdateLogo_sm_alt', '', 'inherit', 'closed', 'closed', '', 'tricia-potucekupdatelogo_sm_alt', '', '', '2021-11-17 17:16:43', '2021-11-18 00:16:43', '', 42, 'https://denverheirlooms.com/wp-content/uploads/2021/11/Tricia-PotucekUpdateLogo_sm_alt.jpg', 0, 'attachment', 'image/jpeg', 0),
(4750, 4, '2021-11-17 17:33:15', '2021-11-18 00:33:15', '', 'Tricia PotucekUpdateLogo_heade_croppedr', '', 'inherit', 'closed', 'closed', '', 'tricia-potucekupdatelogo_heade_croppedr', '', '', '2021-11-17 17:33:15', '2021-11-18 00:33:15', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2021/11/Tricia-PotucekUpdateLogo_heade_croppedr.jpg', 0, 'attachment', 'image/jpeg', 0),
(4751, 4, '2021-11-17 17:43:49', '2021-11-18 00:43:49', '', 'TriciaOct2021YTPStats_sm\'', '', 'inherit', 'closed', 'closed', '', 'triciaoct2021ytpstats_sm', '', '', '2021-11-17 17:43:49', '2021-11-18 00:43:49', '', 4435, 'https://denverheirlooms.com/wp-content/uploads/2021/11/TriciaOct2021YTPStats_sm.jpg', 0, 'attachment', 'image/jpeg', 0),
(4752, 4, '2021-11-17 17:44:10', '2021-11-18 00:44:10', '[vc_row][vc_column][vc_tta_tabs style=\"modern\" active_section=\"1\" title=\"Current Statistics\"][vc_tta_section title=\"Oct 2021 - YTD\" tab_id=\"1525800278456-f4d495dd-0e92\"][vc_single_image image=\"4751\" img_size=\"full\"][vc_column_text]<em>For the period January 1, 2021 through October 31, 2021.</em>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"2020 - Year In Review\" tab_id=\"1525802206922-20754821-c264\"][vc_single_image image=\"4717\" img_size=\"full\" onclick=\"link_image\"][vc_column_text]<em>For the period January 1, 2020 through December 31, 2020</em>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][vc_column_text]<em>Based on information from REcolorado®, Inc.. Not all properties were listed and/or sold by Kentwood Real Estate. This representation is based in whole or in part on content supplied by REcolorado®, Inc. REcolorado®, Inc. does not guarantee nor is it in any way responsible for its accuracy. Content maintained by REcolorado®, Inc. may not reflect all real estate activity in the market. All information deemed reliable but not guaranteed and should be independently verified. All properties are subject to prior sale, change or withdrawal. Neither listing broker(s) nor Kentwood Real Estate shall be responsible for any typographical errors, misinformation, misprints and shall be held totally harmless.</em>[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle Statistics', '', 'inherit', 'closed', 'closed', '', '4435-revision-v1', '', '', '2021-11-17 17:44:10', '2021-11-18 00:44:10', '', 4435, 'https://denverheirlooms.com/?p=4752', 0, 'revision', '', 0),
(4754, 4, '2022-01-20 15:06:51', '2022-01-20 22:06:51', '', 'Pane_1650Fillmore1807', '', 'inherit', 'closed', 'closed', '', 'pane_1650fillmore1807', '', '', '2022-01-20 15:06:51', '2022-01-20 22:06:51', '', 42, 'https://denverheirlooms.com/wp-content/uploads/2022/01/Pane_1650Fillmore1807.jpg', 0, 'attachment', 'image/jpeg', 0),
(4757, 4, '2022-03-02 12:26:45', '2022-03-02 19:26:45', '', 'Pinnacle Stats-2021YearEnd', '', 'inherit', 'closed', 'closed', '', 'pinnacle-stats-2021yearend', '', '', '2022-03-02 12:26:45', '2022-03-02 19:26:45', '', 4435, 'https://denverheirlooms.com/wp-content/uploads/2022/03/Pinnacle-Stats-2021YearEnd.png', 0, 'attachment', 'image/png', 0),
(4758, 4, '2022-03-02 12:27:22', '2022-03-02 19:27:22', '[vc_row][vc_column][vc_tta_tabs style=\"modern\" active_section=\"1\" title=\"Current Statistics\"][vc_tta_section title=\"Oct 2021 - YTD\" tab_id=\"1525800278456-f4d495dd-0e92\"][vc_single_image image=\"4751\" img_size=\"full\"][vc_column_text]<em>For the period January 1, 2021 through October 31, 2021.</em>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"2021 - Year In Review\" tab_id=\"1525802206922-20754821-c264\"][vc_single_image image=\"4757\" img_size=\"full\" onclick=\"link_image\"][vc_column_text]<em>For the period January 1, 2020 through December 31, 2020</em>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][vc_column_text]<em>Based on information from REcolorado®, Inc.. Not all properties were listed and/or sold by Kentwood Real Estate. This representation is based in whole or in part on content supplied by REcolorado®, Inc. REcolorado®, Inc. does not guarantee nor is it in any way responsible for its accuracy. Content maintained by REcolorado®, Inc. may not reflect all real estate activity in the market. All information deemed reliable but not guaranteed and should be independently verified. All properties are subject to prior sale, change or withdrawal. Neither listing broker(s) nor Kentwood Real Estate shall be responsible for any typographical errors, misinformation, misprints and shall be held totally harmless.</em>[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle Statistics', '', 'inherit', 'closed', 'closed', '', '4435-revision-v1', '', '', '2022-03-02 12:27:22', '2022-03-02 19:27:22', '', 4435, 'https://denverheirlooms.com/?p=4758', 0, 'revision', '', 0),
(4759, 4, '2022-03-07 14:29:24', '2022-03-07 21:29:24', '[vc_row][vc_column][vc_tta_tabs style=\"modern\" active_section=\"1\" title=\"Current Statistics\"][vc_tta_section title=\"2021 - Year In Review\" tab_id=\"1525802206922-20754821-c264\"][vc_single_image image=\"4757\" img_size=\"full\" onclick=\"link_image\"][vc_column_text]<em>For the period January 1, 2020 through December 31, 2020</em>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][vc_column_text]<em>Based on information from REcolorado®, Inc.. Not all properties were listed and/or sold by Kentwood Real Estate. This representation is based in whole or in part on content supplied by REcolorado®, Inc. REcolorado®, Inc. does not guarantee nor is it in any way responsible for its accuracy. Content maintained by REcolorado®, Inc. may not reflect all real estate activity in the market. All information deemed reliable but not guaranteed and should be independently verified. All properties are subject to prior sale, change or withdrawal. Neither listing broker(s) nor Kentwood Real Estate shall be responsible for any typographical errors, misinformation, misprints and shall be held totally harmless.</em>[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle Statistics', '', 'inherit', 'closed', 'closed', '', '4435-revision-v1', '', '', '2022-03-07 14:29:24', '2022-03-07 21:29:24', '', 4435, 'https://denverheirlooms.com/?p=4759', 0, 'revision', '', 0),
(4760, 4, '2022-03-07 14:33:25', '2022-03-07 21:33:25', '[vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]“We had a great experience working with Tricia. As first time buyers, she talked us through the buying process and was an incredible advocate for us along the way. She quickly learned what we were looking for and helped us to narrow down our options without feeling overwhelmed. In the end, she helped us buy a beautiful home in an area we truly believe in that met all of our criteria.”[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]“Tricia provided outstanding service & professional advice in the sale of our property. She kept us well informed throughout the process and we couldn\'t be happier with the results! We highly recommend Tricia for your real estate needs.”[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727865220{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727880125{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727892735{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727906482{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1600727918859{margin-top: 40px !important;}\"][vc_column][symple_testimonial]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '3744-revision-v1', '', '', '2022-03-07 14:33:25', '2022-03-07 21:33:25', '', 3744, 'https://denverheirlooms.com/?p=4760', 0, 'revision', '', 0),
(4762, 4, '2022-10-19 11:14:46', '2022-10-19 17:14:46', '', 'LIV_VertBW', '', 'inherit', 'closed', 'closed', '', 'liv_vertbw', '', '', '2022-10-19 11:14:46', '2022-10-19 17:14:46', '', 42, 'https://denverheirlooms.com/wp-content/uploads/2022/10/LIV_VertBW.png', 0, 'attachment', 'image/png', 0),
(4767, 4, '2022-10-19 11:59:49', '2022-10-19 17:59:49', '', 'Equal Housing Logo Black_sm', '', 'inherit', 'closed', 'closed', '', 'equal-housing-logo-black_sm', '', '', '2022-10-19 11:59:49', '2022-10-19 17:59:49', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2022/10/Equal-Housing-Logo-Black_sm.png', 0, 'attachment', 'image/png', 0),
(4768, 4, '2022-10-19 11:59:54', '2022-10-19 17:59:54', '', 'office_R_white_sm', '', 'inherit', 'closed', 'closed', '', 'office_r_white_sm', '', '', '2022-10-19 11:59:54', '2022-10-19 17:59:54', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2022/10/office_R_white_sm.png', 0, 'attachment', 'image/png', 0),
(4769, 4, '2022-10-19 13:03:41', '2022-10-19 19:03:41', '[vc_row][vc_column width=\"3/4\" css=\".vc_custom_1455070560433{margin-top: 20px !important;}\"][vc_column_text]If you would like to contact us, please fill in the form below, add in any comments or questions, and then press submit. We will receive your information immediately and respond as soon as possible.\r\n\r\nIf you need immediate information about any of our services, please feel free to send me an e-mail to <a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>, or give me a call at 720-350-5948.[/vc_column_text][dhvc_form id=\"3653\"][/vc_column][vc_column width=\"1/4\"][vc_column_text css=\".vc_custom_1455068949795{margin-bottom: 10px !important;}\"]\r\n<h3>Where We\'re Located</h3>\r\n[/vc_column_text][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwNjguODg4MDUyOTkwODgzJTIxMmQtMTA0Ljk1MzM4NzU4NDYyNTElMjEzZDM5LjcxOTY5ODQ3OTQ1MjMxJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODc2YzdlOTc3MDYwYzY4MSUyNTNBMHgyOWZjMTA5YjQ1MjBiMTVjJTIxMnMyMTUlMkJTdCUyQlBhdWwlMkJTdCUyNTJDJTJCRGVudmVyJTI1MkMlMkJDTyUyQjgwMjA2JTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzdXMlMjE0djE1MTg3MzgyMDg5NDclMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][vc_column_text]\r\n<h6><a href=\"https://www.google.com/maps/place/215+St+Paul+St,+Denver,+CO+80206/@39.7196985,-104.9533876,17z/data=!3m1!4b1!4m5!3m4!1s0x876c7e977060c681:0x29fc109b4520b15c!8m2!3d39.7196985!4d-104.9511989\" target=\"_blank\" rel=\"noopener\">View Larger Map</a></h6>\r\n[/vc_column_text][vc_column_text]\r\n<h3>Contact Information</h3>\r\n<strong>Address:</strong>\r\nTRICIA POTUCEK\r\nDenver Heirlooms\r\n215 St. Paul St.\r\nDenver, CO 80206\r\n\r\n<strong>Phone:</strong>\r\n720-350-5948 Phone\r\n303-331-1400 Office\r\n\r\n<strong>Email:</strong>\r\n<a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>[/vc_column_text][/vc_column][/vc_row]', 'Contact Tricia', '', 'inherit', 'closed', 'closed', '', '3631-revision-v1', '', '', '2022-10-19 13:03:41', '2022-10-19 19:03:41', '', 3631, 'https://denverheirlooms.com/?p=4769', 0, 'revision', '', 0),
(4770, 4, '2022-10-19 13:11:57', '2022-10-19 19:11:57', '[vc_row][vc_column width=\"3/4\" css=\".vc_custom_1455070560433{margin-top: 20px !important;}\"][vc_column_text]If you would like to contact us, please fill in the form below, add in any comments or questions, and then press submit. We will receive your information immediately and respond as soon as possible.\r\n\r\nIf you need immediate information about any of our services, please feel free to send me an e-mail to <a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>, or give me a call at 720-350-5948.[/vc_column_text][dhvc_form id=\"3653\"][/vc_column][vc_column width=\"1/4\"][vc_column_text css=\".vc_custom_1455068949795{margin-bottom: 10px !important;}\"]\r\n<h3>Where We\'re Located</h3>\r\n[/vc_column_text][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwNjguODg4MDUyOTkwODgzJTIxMmQtMTA0Ljk1MzM4NzU4NDYyNTElMjEzZDM5LjcxOTY5ODQ3OTQ1MjMxJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODc2YzdlOTc3MDYwYzY4MSUyNTNBMHgyOWZjMTA5YjQ1MjBiMTVjJTIxMnMyMTUlMkJTdCUyQlBhdWwlMkJTdCUyNTJDJTJCRGVudmVyJTI1MkMlMkJDTyUyQjgwMjA2JTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzdXMlMjE0djE1MTg3MzgyMDg5NDclMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][vc_column_text]\r\n<h6><a href=\"https://www.google.com/maps/place/215+St+Paul+St,+Denver,+CO+80206/@39.7196985,-104.9533876,17z/data=!3m1!4b1!4m5!3m4!1s0x876c7e977060c681:0x29fc109b4520b15c!8m2!3d39.7196985!4d-104.9511989\" target=\"_blank\" rel=\"noopener\">View Larger Map</a></h6>\r\n[/vc_column_text][vc_column_text]\r\n<h3>Contact Information</h3>\r\n<strong>Address:</strong>\r\nTRICIA POTUCEK\r\nLIV Sotheby\'s International Realty\r\n215 St. Paul St.\r\nDenver, CO 80206\r\n\r\n<strong>Phone:</strong>\r\n720-350-5948 Phone\r\n303-331-1400 Office\r\n\r\n<strong>Email:</strong>\r\n<a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>[/vc_column_text][/vc_column][/vc_row]', 'Contact Tricia', '', 'inherit', 'closed', 'closed', '', '3631-revision-v1', '', '', '2022-10-19 13:11:57', '2022-10-19 19:11:57', '', 3631, 'https://denverheirlooms.com/?p=4770', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4774, 4, '2022-11-29 11:24:08', '2022-11-29 18:24:08', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4746\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1637194642432{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4754\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\" link=\"https://www.kentwood.com/ListingDetails/1650-Fillmore-Street-1807-Denver-CO-80206/3604834\"][vc_single_image image=\"4294\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4662\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4328\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" css=\".vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" link=\"/the-pinnacle/\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\" el_class=\"class20\"][vc_column_text][rev_slider alias=\"homepage\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4341\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624803642{margin-bottom: 30px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1532564874100{margin-top: -10px !important;}\"][vc_column_inner width=\"3/4\"][vc_column_text]An heirloom home makes your eyes light up! It could be a hundred years old or newly built! It’s the details that make the home distinctive. It might be in a high rise with a panoramic view or a 100 year old loft in LoDo. Maybe, a cottage in Sloans Lake or a 10,000 square foot Cherry Hills estate… updates could be lacking, but it has the “bones” to be a jewel.\r\n\r\nLet Tricia Potucek’s knowledge and expertise help you find or sell your Heirloom residence! Take time to explore Tricia’s website and learn about the technology, marketing tools, expertise and contacts she has available to help you find/sell your Denver Heirloom![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4762\" img_size=\"full\" alignment=\"right\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1 style=\"text-align: left;\">What Tricia\'s Clients Say About Her...</h1>\r\n[/vc_column_text][ultimate_carousel slide_to_scroll=\"single\" slides_on_desk=\"1\" slides_on_tabs=\"1\" slides_on_mob=\"1\" speed=\"1500\" autoplay_speed=\"6500\" arrow_color=\"#eeeeee\" next_icon=\"ultsl-arrow-right6\" prev_icon=\"ultsl-arrow-left6\" dots=\"off\"][symple_testimonial by=\"\"]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][symple_testimonial by=\"\"]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][symple_testimonial by=\"\"]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/ultimate_carousel][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1517081851948{background-color: #dddddd !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">What Would You Like To Do?</h1>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH FOR A HOME\" heading_tag=\"h5\" banner_image=\"id^4428|url^http://denverheirlooms.com/wp-content/uploads/2018/02/Panel-SearchHomes3.jpg|caption^null|alt^null|title^Panel-SearchHomes3|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2Fhomes-for-sale|title:Advanced%20Search|target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"DENVER COMMUNITIES\" heading_tag=\"h5\" banner_image=\"id^4271|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Lifestyle.png|caption^null|alt^null|title^Panel-Lifestyle|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2FColorado-Communities|title:Denver%20Communities|target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".8\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VISIT THE PINNACLE\" heading_tag=\"h5\" banner_image=\"id^4274|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Pinnacle.png|caption^null|alt^null|title^Panel-Pinnacle|description^null\" banner_link=\"url:%2Fthe-pinnacle|title:THe%20Pinnacle||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VIEW MY LISTINGS\" heading_tag=\"h5\" banner_image=\"id^4278|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-OurListings.png|caption^null|alt^null|title^Panel-OurListings|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2Fbio%2Ftpotucek||target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH BY MAP\" heading_tag=\"h5\" banner_image=\"id^4276|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Market.png|caption^null|alt^null|title^Panel-Market|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2Fhomes-for-sale|title:Map%20Search|target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"CONTACT TRICIA\" heading_tag=\"h5\" banner_image=\"id^4280|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-ContactTricia.png|caption^null|alt^null|title^Panel-ContactTricia|description^null\" banner_link=\"url:%2Fcontact-tricia|||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-29 11:24:08', '2022-11-29 18:24:08', '', 42, 'https://denverheirlooms.com/?p=4774', 0, 'revision', '', 0),
(4776, 4, '2022-11-29 11:30:30', '2022-11-29 18:30:30', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4775\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1669746625984{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4754\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\" link=\"https://www.kentwood.com/ListingDetails/1650-Fillmore-Street-1807-Denver-CO-80206/3604834\"][vc_single_image image=\"4294\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4662\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4328\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" css=\".vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" link=\"/the-pinnacle/\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\" el_class=\"class20\"][vc_column_text][rev_slider alias=\"homepage\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4341\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624803642{margin-bottom: 30px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1532564874100{margin-top: -10px !important;}\"][vc_column_inner width=\"3/4\"][vc_column_text]An heirloom home makes your eyes light up! It could be a hundred years old or newly built! It’s the details that make the home distinctive. It might be in a high rise with a panoramic view or a 100 year old loft in LoDo. Maybe, a cottage in Sloans Lake or a 10,000 square foot Cherry Hills estate… updates could be lacking, but it has the “bones” to be a jewel.\r\n\r\nLet Tricia Potucek’s knowledge and expertise help you find or sell your Heirloom residence! Take time to explore Tricia’s website and learn about the technology, marketing tools, expertise and contacts she has available to help you find/sell your Denver Heirloom![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4762\" img_size=\"full\" alignment=\"right\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1 style=\"text-align: left;\">What Tricia\'s Clients Say About Her...</h1>\r\n[/vc_column_text][ultimate_carousel slide_to_scroll=\"single\" slides_on_desk=\"1\" slides_on_tabs=\"1\" slides_on_mob=\"1\" speed=\"1500\" autoplay_speed=\"6500\" arrow_color=\"#eeeeee\" next_icon=\"ultsl-arrow-right6\" prev_icon=\"ultsl-arrow-left6\" dots=\"off\"][symple_testimonial by=\"\"]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][symple_testimonial by=\"\"]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][symple_testimonial by=\"\"]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/ultimate_carousel][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1517081851948{background-color: #dddddd !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">What Would You Like To Do?</h1>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH FOR A HOME\" heading_tag=\"h5\" banner_image=\"id^4428|url^http://denverheirlooms.com/wp-content/uploads/2018/02/Panel-SearchHomes3.jpg|caption^null|alt^null|title^Panel-SearchHomes3|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2Fhomes-for-sale|title:Advanced%20Search|target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"DENVER COMMUNITIES\" heading_tag=\"h5\" banner_image=\"id^4271|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Lifestyle.png|caption^null|alt^null|title^Panel-Lifestyle|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2FColorado-Communities|title:Denver%20Communities|target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".8\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VISIT THE PINNACLE\" heading_tag=\"h5\" banner_image=\"id^4274|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Pinnacle.png|caption^null|alt^null|title^Panel-Pinnacle|description^null\" banner_link=\"url:%2Fthe-pinnacle|title:THe%20Pinnacle||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VIEW MY LISTINGS\" heading_tag=\"h5\" banner_image=\"id^4278|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-OurListings.png|caption^null|alt^null|title^Panel-OurListings|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2Fbio%2Ftpotucek||target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH BY MAP\" heading_tag=\"h5\" banner_image=\"id^4276|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Market.png|caption^null|alt^null|title^Panel-Market|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2Fhomes-for-sale|title:Map%20Search|target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"CONTACT TRICIA\" heading_tag=\"h5\" banner_image=\"id^4280|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-ContactTricia.png|caption^null|alt^null|title^Panel-ContactTricia|description^null\" banner_link=\"url:%2Fcontact-tricia|||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-29 11:30:30', '2022-11-29 18:30:30', '', 42, 'https://denverheirlooms.com/?p=4776', 0, 'revision', '', 0),
(4777, 4, '2022-11-29 11:34:55', '2022-11-29 18:34:55', '', 'Logo_Website_11-29-2022_final', '', 'inherit', 'closed', 'closed', '', 'logo_website_11-29-2022_final', '', '', '2022-11-29 11:34:55', '2022-11-29 18:34:55', '', 42, 'https://denverheirlooms.com/wp-content/uploads/2022/11/Logo_Website_11-29-2022_final.png', 0, 'attachment', 'image/png', 0),
(4778, 4, '2022-11-29 11:35:26', '2022-11-29 18:35:26', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1669746921851{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4754\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\" link=\"https://www.kentwood.com/ListingDetails/1650-Fillmore-Street-1807-Denver-CO-80206/3604834\"][vc_single_image image=\"4294\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4662\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4328\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" css=\".vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" link=\"/the-pinnacle/\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\" el_class=\"class20\"][vc_column_text][rev_slider alias=\"homepage\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4341\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624803642{margin-bottom: 30px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1532564874100{margin-top: -10px !important;}\"][vc_column_inner width=\"3/4\"][vc_column_text]An heirloom home makes your eyes light up! It could be a hundred years old or newly built! It’s the details that make the home distinctive. It might be in a high rise with a panoramic view or a 100 year old loft in LoDo. Maybe, a cottage in Sloans Lake or a 10,000 square foot Cherry Hills estate… updates could be lacking, but it has the “bones” to be a jewel.\r\n\r\nLet Tricia Potucek’s knowledge and expertise help you find or sell your Heirloom residence! Take time to explore Tricia’s website and learn about the technology, marketing tools, expertise and contacts she has available to help you find/sell your Denver Heirloom![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4762\" img_size=\"full\" alignment=\"right\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1 style=\"text-align: left;\">What Tricia\'s Clients Say About Her...</h1>\r\n[/vc_column_text][ultimate_carousel slide_to_scroll=\"single\" slides_on_desk=\"1\" slides_on_tabs=\"1\" slides_on_mob=\"1\" speed=\"1500\" autoplay_speed=\"6500\" arrow_color=\"#eeeeee\" next_icon=\"ultsl-arrow-right6\" prev_icon=\"ultsl-arrow-left6\" dots=\"off\"][symple_testimonial by=\"\"]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][symple_testimonial by=\"\"]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][symple_testimonial by=\"\"]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/ultimate_carousel][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1517081851948{background-color: #dddddd !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">What Would You Like To Do?</h1>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH FOR A HOME\" heading_tag=\"h5\" banner_image=\"id^4428|url^http://denverheirlooms.com/wp-content/uploads/2018/02/Panel-SearchHomes3.jpg|caption^null|alt^null|title^Panel-SearchHomes3|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2Fhomes-for-sale|title:Advanced%20Search|target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"DENVER COMMUNITIES\" heading_tag=\"h5\" banner_image=\"id^4271|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Lifestyle.png|caption^null|alt^null|title^Panel-Lifestyle|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2FColorado-Communities|title:Denver%20Communities|target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".8\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VISIT THE PINNACLE\" heading_tag=\"h5\" banner_image=\"id^4274|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Pinnacle.png|caption^null|alt^null|title^Panel-Pinnacle|description^null\" banner_link=\"url:%2Fthe-pinnacle|title:THe%20Pinnacle||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VIEW MY LISTINGS\" heading_tag=\"h5\" banner_image=\"id^4278|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-OurListings.png|caption^null|alt^null|title^Panel-OurListings|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2Fbio%2Ftpotucek||target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH BY MAP\" heading_tag=\"h5\" banner_image=\"id^4276|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Market.png|caption^null|alt^null|title^Panel-Market|description^null\" banner_link=\"url:https%3A%2F%2Ftpotucek.kentwood.com%2Fhomes-for-sale|title:Map%20Search|target:%20_blank|\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"CONTACT TRICIA\" heading_tag=\"h5\" banner_image=\"id^4280|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-ContactTricia.png|caption^null|alt^null|title^Panel-ContactTricia|description^null\" banner_link=\"url:%2Fcontact-tricia|||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-29 11:35:26', '2022-11-29 18:35:26', '', 42, 'https://denverheirlooms.com/?p=4778', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4779, 4, '2022-11-29 11:47:31', '2022-11-29 18:47:31', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1519173030117{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112139387{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1669746921851{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4754\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1642716430021{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\" link=\"https://www.kentwood.com/ListingDetails/1650-Fillmore-Street-1807-Denver-CO-80206/3604834\"][vc_single_image image=\"4294\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1522795941693{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1518111623539{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4662\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1599260702531{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4328\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" css=\".vc_custom_1519176821842{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" link=\"/the-pinnacle/\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1519172830868{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\" el_class=\"class20\"][vc_column_text][rev_slider alias=\"homepage\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4341\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624803642{margin-bottom: 30px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1532564874100{margin-top: -10px !important;}\"][vc_column_inner width=\"3/4\"][vc_column_text]An heirloom home makes your eyes light up! It could be a hundred years old or newly built! It’s the details that make the home distinctive. It might be in a high rise with a panoramic view or a 100 year old loft in LoDo. Maybe, a cottage in Sloans Lake or a 10,000 square foot Cherry Hills estate… updates could be lacking, but it has the “bones” to be a jewel.\r\n\r\nLet Tricia Potucek’s knowledge and expertise help you find or sell your Heirloom residence! Take time to explore Tricia’s website and learn about the technology, marketing tools, expertise and contacts she has available to help you find/sell your Denver Heirloom![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4762\" img_size=\"full\" alignment=\"right\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1 style=\"text-align: left;\">What Tricia\'s Clients Say About Her...</h1>\r\n[/vc_column_text][ultimate_carousel slide_to_scroll=\"single\" slides_on_desk=\"1\" slides_on_tabs=\"1\" slides_on_mob=\"1\" speed=\"1500\" autoplay_speed=\"6500\" arrow_color=\"#eeeeee\" next_icon=\"ultsl-arrow-right6\" prev_icon=\"ultsl-arrow-left6\" dots=\"off\"][symple_testimonial by=\"\"]\"Tricia was great in every aspect of the process, from advice on preparation for the sale, throughout the showing and offer processing, to completion of the sale and closing. She took time for us, patiently answered our questions, offered her great experience and knowledge which helped us feel confident we were in good hands and would not only get a great offer on our house, but help us to a fast and hassle-free close. We navigated all of this through the COVID restrictions and with the utmost care while also providing a calm and friendly guiding hand for us. She offered great ideas too, which helped us avoid unnecessary work and secured the best offer available. We highly recommend Tricia because she knows what she is doing but does it with courtesy, professionalism and creativity.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia’s expertise, knowledge, advice and counsel were invaluable to us during our home sale process. Tricia advocated for us and explained every step of the process to us. We highly recommend her!\"[/symple_testimonial][symple_testimonial by=\"\"]\"You know how they say that James Brown is the hardest working man in show business. Well Tricia is the hardest working agent in the real estate business and that\'s what you want if you are selling your home. From the very beginning of working with Tricia,, she was inventive,, proactive and on top of what needed to be done to sell our home. She put in immense effort and it paid off. We were able to get over asking price for our home. I would recommend her highly and she is a pleasure to work with.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia has worked on four separate real estate transactions for me over the past 4 years, and she has been wonderful to work with. Her firm but gentle approach to keeping all parties on target and moving through the process is greatly appreciated.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia was our realtor for the selling of our home as well as the purchase of our new home. Both were done during the beginning of the global pandemic. With much uncertainty, in both the country and certainly real estate, Tricia helped us navigate the nuances of listing and showing our home. She did it with ease. She over communicated, which was great, knew the details of our contracts very well, and highlighted issues of potential concern. We found Tricia to be very knowledgeable, professional and proactive. We have purchased homes in many cities throughout the US, and she is by far the best realtor we have worked with. In summary, we highly recommend Tricia.\"[/symple_testimonial][symple_testimonial by=\"\"]\"We love working with Tricia, she helped us buy the house that she currently helped us sell. We will always use her for our real estate needs! She has a great understanding of the Denver Metro market and was able to quickly sell our house. She was able to quickly tell us the things we should and shouldn\'t focus on to get the most money out of the house and was always available to answer any questions we had.\"[/symple_testimonial][symple_testimonial by=\"\"]\"Tricia is honest and informative. She guided us through every step and handled some very unusual situations with straightforward information and suggestions. We were extremely pleased with Tricia every step of the way. Thank you for your professionalism and hard work!\"[/symple_testimonial][/ultimate_carousel][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1517081851948{background-color: #dddddd !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">What Would You Like To Do?</h1>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH FOR A HOME\" heading_tag=\"h5\" banner_image=\"id^4428|url^http://denverheirlooms.com/wp-content/uploads/2018/02/Panel-SearchHomes3.jpg|caption^null|alt^null|title^Panel-SearchHomes3|description^null\" banner_link=\"url:https%3A%2F%2Fwww.livsothebysrealty.com%2Feng%2Fadvanced-search%2Fsales%2Fco-usa%2Fco-usa-servicearea|title:Advanced%20Search|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"DENVER COMMUNITIES\" heading_tag=\"h5\" banner_image=\"id^4271|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Lifestyle.png|caption^null|alt^null|title^Panel-Lifestyle|description^null\" banner_link=\"url:https%3A%2F%2Fwww.livsothebysrealty.com%2Feng%2Fcommunities|title:Denver%20Communities|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".8\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VISIT THE PINNACLE\" heading_tag=\"h5\" banner_image=\"id^4274|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Pinnacle.png|caption^null|alt^null|title^Panel-Pinnacle|description^null\" banner_link=\"url:%2Fthe-pinnacle|title:THe%20Pinnacle||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"VIEW MY LISTINGS\" heading_tag=\"h5\" banner_image=\"id^4278|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-OurListings.png|caption^null|alt^null|title^Panel-OurListings|description^null\" banner_link=\"url:https%3A%2F%2Ftriciapotucek.livsothebysrealty.com%2Feng|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"SEARCH BY MAP\" heading_tag=\"h5\" banner_image=\"id^4276|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-Market.png|caption^null|alt^null|title^Panel-Market|description^null\" banner_link=\"url:https%3A%2F%2Fwww.livsothebysrealty.com%2Feng%2Fadvanced-search%2Fsales%2Fco-usa-servicearea%2F40.381183--103.122703-39.35671--107.426598-map|title:Map%20Search|target:_blank\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][vc_column_inner width=\"1/3\"][interactive_banner_2 banner_title=\"CONTACT TRICIA\" heading_tag=\"h5\" banner_image=\"id^4280|url^http://denverheirlooms.com/wp-content/uploads/2018/01/Panel-ContactTricia.png|caption^null|alt^null|title^Panel-ContactTricia|description^null\" banner_link=\"url:%2Fcontact-tricia|||\" banner_style=\"style2\" el_class=\"primary\" banner_color_bg=\"#000000\" image_opacity=\".6\" image_opacity_on_hover=\".8\" enable_responsive=\"yes\" responsive_min=\"768\" responsive_max=\"900\" banner_title_font_family=\"font_family:Open Sans|font_call:Open+Sans|variant:300\" banner_title_style=\"font-weight:300;\" banner_title_font_size=\"desktop:20px;\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-29 11:47:31', '2022-11-29 18:47:31', '', 42, 'https://denverheirlooms.com/?p=4779', 0, 'revision', '', 0),
(4780, 4, '2022-11-29 11:51:55', '2022-11-29 18:51:55', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" css=\".vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4161\" img_size=\"full\" css=\".vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4741\" img_size=\"full\" css=\".vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" css=\".vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4740\" img_size=\"full\" css=\".vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4322\" img_size=\"full\" css=\".vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\"][rev_slider alias=\"pinnacle\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4537\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h4><em>The Pinnacle at City Park Lifestyle…….. Pamper yourself everyday of the Week!</em></h4>\r\nThe Pinnacle at City Park South is a pair of premier residential high rises surrounded by 22 charming parkhomes in Denver, Colorado just across the street from Denver City Park.\r\n\r\nMost of the Pinnacle luxury condos boast “chamber of commerce” views of mountains, downtown and/or city park with amazing Colorado sunrises and sunsets! Steps to City Park, the Denver Zoo and the Denver Museum of Nature and Science. Enjoy City Park summer concerts situated next to the lake. Restaurants, coffee shops, cafes, shopping and much more are within walking/biking distance.\r\n\r\nUnsurpassed building amenities include concierge, outdoor heated swimming pool, hot tub, fully-equipped fitness center, media room, guest suites, secure parking structure with guest parking and much more.\r\n\r\nEnjoy the BEST of city living! <a href=\"http://denverheirlooms.com/the-pinnacle/the-pinnacle-lifestyle/\">CLICK HERE</a> for more details.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4540\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1519175034732{margin-bottom: 10px !important;}\"][vc_column_text]<img class=\"aligncenter wp-image-4171\" src=\"https://denverheirlooms.com/wp-content/uploads/2018/01/Kentwood_Logo.png\" alt=\"\" width=\"160\" height=\"123\" />[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4299-revision-v1', '', '', '2022-11-29 11:51:55', '2022-11-29 18:51:55', '', 4299, 'https://denverheirlooms.com/?p=4780', 0, 'revision', '', 0),
(4781, 4, '2022-11-29 11:56:01', '2022-11-29 18:56:01', '', 'logo_11-29-2022', '', 'inherit', 'closed', 'closed', '', 'logo_11-29-2022', '', '', '2022-11-29 11:56:01', '2022-11-29 18:56:01', '', 0, 'https://denverheirlooms.com/wp-content/uploads/2022/11/logo_11-29-2022.png', 0, 'attachment', 'image/png', 0),
(4782, 4, '2022-11-29 12:09:23', '2022-11-29 19:09:23', '[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"4387\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Meet Tricia Potucek</h2>\r\nTel: <a href=\"tel:720-350-5948\">(720) 350-5948</a>\r\nEmail: <a href=\"mailto:tricia.potucek@livsothebysrealty.com\">tricia.potucek@livsothebysrealty.com</a>\r\n\r\n<em>\"My number one commitment is to provide exceptional service in selling your personal cottage . . . or finding that once in a lifetime dream home!\" </em>\r\n\r\nTricia Potucek loves helping individuals and families achieve their personal and professional real estate dreams and goals. She began her highly successful Denver real estate career in 1993, building upon her 14 years of management in billion dollar quality service corporations spanning merchandising, operations and human resources. She believes in the proactive approach of making things happen and has learned from the best.\r\n\r\nTricia was promoted to 5 different cities in 10 years and understands the difficulties of moving into a new city/area and starting over . . . whether it be assistance in finding doctors, schools, plumbers, painters . . . she knows the people who will make your transition easier.\r\n\r\nTricia’s commitment to excellence is evident and her passion to exceed expectations is unwavering. Her success comes from an unique combination of warm, caring personality coupled with her extensive knowledge of the Metro Denver real estate market and financing.\r\n\r\nTricia Potucek’s strong work ethic, in addition to finely honed negotiation skills, ensure that transactions are executed with proficiency and tenacity, which are vital characteristics in today\'s challenging market.\r\n\r\nShe constantly works to stay ahead of the curve on technology and market trends.\r\n\r\nHer attention to detail, meticulous organization and excellent communication skills will keep you informed throughout the entire process.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u><span style=\"color: #003300;\">Neighborhoods Served</span></u></strong>\r\n\r\n<span style=\"color: #000000;\">Tricia Potucek services her clients throughout metro Denver. A few of the specific neighborhoods that Tricia specializes in are:</span>\r\n\r\nBelcaro <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Bonnie Brae <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_creek/\">Cherry Creek</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/cherry_hills_village/\">Cherry Hills</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Cheesman Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> City Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Congress Park <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Denver Country Club <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Grant Ranch <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/greenwood_village/\">Greenwood Village</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Highlands/LoHi <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/hilltop/\">Hilltop</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Homestead <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lonetree/\">Lone Tree</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lodo/\">Lower Downtown/Downtown</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /><a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/lowry/\"> Lowry</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Mayfair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Montclair <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/observatory/\">Observatory Park</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/park_hill/\">Park Hill</a> <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Seventh Avenue District <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> Sloans Lake <img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <a title=\"\" href=\"http://triciapotucek.denverrealestate.com/community_presentations/wash_park/\">Washington Park </a>\r\n\r\n<strong><u><span style=\"color: #003300;\"><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /></span></u><span style=\"color: #003300;\"> </span><u><span style=\"color: #003300;\">Community Involvement</span></u></strong>\r\n\r\nDuring free time Tricia believes in giving back to the community she loves. The following are a few of the organizations she has been involved with:\r\n<ul>\r\n <li><em>Anchor Center for Blind Children - Past Board member</em></li>\r\n <li><em>Visions of Love – benefiting Anchor Center for Blind Children - Chairperson</em></li>\r\n <li><em>Seventh Avenue Neighborhood Association – Past Board member</em></li>\r\n <li><em>Delta Gamma Denver Alumna – Past President</em></li>\r\n <li><em>Race for the Cure – Volunteer, walker</em></li>\r\n <li><em>Women’s Foundation of Colorado</em></li>\r\n <li><em>Denver Botanic Gardens</em></li>\r\n <li><em>National Association of Realtors (NAR)</em></li>\r\n <li><em>Colorado Association of Realtors (CAR)</em></li>\r\n <li><em>Denver Board of Realtors</em></li>\r\n</ul>\r\n<strong>Tricia Potucek’s thoughts on working with Buyers and Sellers:</strong>\r\n\r\n<em>\"I believe selling real estate is not about a single transaction, it\'s about building long term relationships. I love what I do. I am passionate about going to work and providing my clients with extraordinary service and the assistance they need to achieve their personal and professional goals. I take great pride in the fact 90% of my business is from past clients and/or referrals.<span style=\"color: #996600; font-family: wp_bogus_font;\">\"</span></em>\r\n\r\n<span style=\"color: #996600;\"><em> </em></span><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Sellers</u></strong>\r\n\r\n<em>\"My FOCUS is keeping the Seller’s property in the forefront of the potential Buyer, to receive an offer from a qualified Buyer, negotiate the best price for the home in the current economy, follow the transaction through to a successful close and then help my Sellers on with their new goals and dreams. When working for Sellers I use innovative marketing, technology, a large network of clients and persistence to get their property SOLD. My websites are some of the best in the business and I use search engine optimization and syndication to reach the largest audiences on the internet. Virtual tours, videos, on line property brochures, mobile phone apps, all enhance the on line presence of my listings. Statistics show 80% of buyers say they use the internet to find property.\"</em>\r\n\r\n<span style=\"color: #003300;\"><strong><img src=\"http://media.kentwoodrealestate.com/pics/realtor/309/18175/\" alt=\"\" /> <u>Working for Buyers</u></strong></span>\r\n\r\n<em>\"I understand by the time a buyer reaches my phone or doorstep there is a 98% chance they have already been on the internet searching for homes.</em>\r\n\r\n<em>My responsibility is to help the buyer find the right home at the right price. My goal is to save my buyers time and frustration by just looking on the internet or “driving the streets”. I take time to interview the buyer to get to know their needs and then I use my extensive knowledge of Denver neighborhoods and property types and trends to find a property that is best suited for them. I screen properties prior to showings, so my buyers see the properties that “fit” their individual needs. I work as a buyer agent or transaction broker and use my negotiating skills and expertise to represent the buyer throughout the buying process. I work to keep the process smooth, educational and many times even FUN!</em>\r\n\r\n<em>Thank you and I look forward to hearing from you !\"</em>\r\n\r\n<img class=\"alignnone size-full wp-image-4385\" src=\"http://denverheirlooms.com/wp-content/uploads/2018/02/tricia.jpg\" alt=\"\" width=\"144\" height=\"72\" />[/vc_column_text][/vc_column][/vc_row]', 'Tricia\'s Bio', '', 'inherit', 'closed', 'closed', '', '3878-revision-v1', '', '', '2022-11-29 12:09:23', '2022-11-29 19:09:23', '', 3878, 'https://denverheirlooms.com/?p=4782', 0, 'revision', '', 0),
(4783, 4, '2022-11-29 12:35:25', '2022-11-29 19:35:25', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" css=\".vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4161\" img_size=\"full\" css=\".vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4741\" img_size=\"full\" css=\".vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" css=\".vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4740\" img_size=\"full\" css=\".vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4322\" img_size=\"full\" css=\".vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\"][rev_slider alias=\"pinnacle\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4537\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h4><em>The Pinnacle at City Park Lifestyle…….. Pamper yourself everyday of the Week!</em></h4>\r\nThe Pinnacle at City Park South is a pair of premier residential high rises surrounded by 22 charming parkhomes in Denver, Colorado just across the street from Denver City Park.\r\n\r\nMost of the Pinnacle luxury condos boast “chamber of commerce” views of mountains, downtown and/or city park with amazing Colorado sunrises and sunsets! Steps to City Park, the Denver Zoo and the Denver Museum of Nature and Science. Enjoy City Park summer concerts situated next to the lake. Restaurants, coffee shops, cafes, shopping and much more are within walking/biking distance.\r\n\r\nUnsurpassed building amenities include concierge, outdoor heated swimming pool, hot tub, fully-equipped fitness center, media room, guest suites, secure parking structure with guest parking and much more.\r\n\r\nEnjoy the BEST of city living! <a href=\"http://denverheirlooms.com/the-pinnacle/the-pinnacle-lifestyle/\">CLICK HERE</a> for more details.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4540\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1519175034732{margin-bottom: 10px !important;}\"][vc_column_text]<img class=\"alignnone wp-image-4762 size-full\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/10/LIV_VertBW.png\" alt=\"\" width=\"172\" height=\"126\" />[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4299-revision-v1', '', '', '2022-11-29 12:35:25', '2022-11-29 19:35:25', '', 4299, 'https://denverheirlooms.com/?p=4783', 0, 'revision', '', 0),
(4784, 4, '2022-11-29 12:36:18', '2022-11-29 19:36:18', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" css=\".vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4161\" img_size=\"full\" css=\".vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4741\" img_size=\"full\" css=\".vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" css=\".vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4740\" img_size=\"full\" css=\".vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4322\" img_size=\"full\" css=\".vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\"][rev_slider alias=\"pinnacle\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4537\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h4><em>The Pinnacle at City Park Lifestyle…….. Pamper yourself everyday of the Week!</em></h4>\r\nThe Pinnacle at City Park South is a pair of premier residential high rises surrounded by 22 charming parkhomes in Denver, Colorado just across the street from Denver City Park.\r\n\r\nMost of the Pinnacle luxury condos boast “chamber of commerce” views of mountains, downtown and/or city park with amazing Colorado sunrises and sunsets! Steps to City Park, the Denver Zoo and the Denver Museum of Nature and Science. Enjoy City Park summer concerts situated next to the lake. Restaurants, coffee shops, cafes, shopping and much more are within walking/biking distance.\r\n\r\nUnsurpassed building amenities include concierge, outdoor heated swimming pool, hot tub, fully-equipped fitness center, media room, guest suites, secure parking structure with guest parking and much more.\r\n\r\nEnjoy the BEST of city living! <a href=\"http://denverheirlooms.com/the-pinnacle/the-pinnacle-lifestyle/\">CLICK HERE</a> for more details.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4540\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1519175034732{margin-bottom: 10px !important;}\"][vc_column_text css=\".vc_custom_1669750573008{margin-top: 20px !important;}\"]<img class=\"wp-image-4762 size-full aligncenter\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/10/LIV_VertBW.png\" alt=\"\" width=\"172\" height=\"126\" />[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4299-revision-v1', '', '', '2022-11-29 12:36:18', '2022-11-29 19:36:18', '', 4299, 'https://denverheirlooms.com/?p=4784', 0, 'revision', '', 0),
(4785, 4, '2022-11-29 12:39:38', '2022-11-29 19:39:38', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" css=\".vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4161\" img_size=\"full\" css=\".vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4741\" img_size=\"full\" css=\".vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" css=\".vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4740\" img_size=\"full\" css=\".vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4322\" img_size=\"full\" css=\".vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\"][rev_slider alias=\"pinnacle\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4537\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h4><em>The Pinnacle at City Park Lifestyle…….. Pamper yourself everyday of the Week!</em></h4>\r\nThe Pinnacle at City Park South is a pair of premier residential high rises surrounded by 22 charming parkhomes in Denver, Colorado just across the street from Denver City Park.\r\n\r\nMost of the Pinnacle luxury condos boast “chamber of commerce” views of mountains, downtown and/or city park with amazing Colorado sunrises and sunsets! Steps to City Park, the Denver Zoo and the Denver Museum of Nature and Science. Enjoy City Park summer concerts situated next to the lake. Restaurants, coffee shops, cafes, shopping and much more are within walking/biking distance.\r\n\r\nUnsurpassed building amenities include concierge, outdoor heated swimming pool, hot tub, fully-equipped fitness center, media room, guest suites, secure parking structure with guest parking and much more.\r\n\r\nEnjoy the BEST of city living! <a href=\"http://denverheirlooms.com/the-pinnacle/the-pinnacle-lifestyle/\">CLICK HERE</a> for more details.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4540\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1519175034732{margin-bottom: 10px !important;}\"][vc_column_text css=\".vc_custom_1669750773336{margin-top: 20px !important;}\"]<img class=\"aligncenter wp-image-4762\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/10/LIV_VertBW.png\" alt=\"\" width=\"150\" height=\"110\" />[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4299-revision-v1', '', '', '2022-11-29 12:39:38', '2022-11-29 19:39:38', '', 4299, 'https://denverheirlooms.com/?p=4785', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4786, 4, '2022-11-29 12:41:21', '2022-11-29 19:41:21', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1517084579535{margin-top: 10px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1518112647188{margin-right: 10px !important;margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516215608440{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4777\" img_size=\"full\" css=\".vc_custom_1669747909690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4161\" img_size=\"full\" css=\".vc_custom_1516297452762{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4741\" img_size=\"full\" css=\".vc_custom_1637191519498{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1516214932922{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 5px !important;padding-bottom: 0px !important;padding-left: 5px !important;}\"][vc_single_image image=\"4158\" img_size=\"full\" css=\".vc_custom_1516215047342{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4740\" img_size=\"full\" css=\".vc_custom_1637191423359{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4322\" img_size=\"full\" css=\".vc_custom_1516297661992{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"3/4\" css=\".vc_custom_1517084632730{margin-right: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0\"][rev_slider alias=\"pinnacle\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1515624785799{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"4537\" img_size=\"full\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h4><em>The Pinnacle at City Park Lifestyle…….. Pamper yourself everyday of the Week!</em></h4>\r\nThe Pinnacle at City Park South is a pair of premier residential high rises surrounded by 22 charming parkhomes in Denver, Colorado just across the street from Denver City Park.\r\n\r\nMost of the Pinnacle luxury condos boast “chamber of commerce” views of mountains, downtown and/or city park with amazing Colorado sunrises and sunsets! Steps to City Park, the Denver Zoo and the Denver Museum of Nature and Science. Enjoy City Park summer concerts situated next to the lake. Restaurants, coffee shops, cafes, shopping and much more are within walking/biking distance.\r\n\r\nUnsurpassed building amenities include concierge, outdoor heated swimming pool, hot tub, fully-equipped fitness center, media room, guest suites, secure parking structure with guest parking and much more.\r\n\r\nEnjoy the BEST of city living! <a href=\"http://denverheirlooms.com/the-pinnacle/the-pinnacle-lifestyle/\">CLICK HERE</a> for more details.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4540\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1519175034732{margin-bottom: 10px !important;}\"][vc_column_text css=\".vc_custom_1669750873402{margin-top: 20px !important;}\"]<img class=\"aligncenter wp-image-4762\" src=\"https://denverheirlooms.com/wp-content/uploads/2022/10/LIV_VertBW.png\" alt=\"\" width=\"100\" height=\"73\" />[/vc_column_text][/vc_column][/vc_row]', 'The Pinnacle', '', 'inherit', 'closed', 'closed', '', '4299-revision-v1', '', '', '2022-11-29 12:41:21', '2022-11-29 19:41:21', '', 4299, 'https://denverheirlooms.com/?p=4786', 0, 'revision', '', 0),
(4787, 4, '2022-11-29 12:44:30', '2022-11-29 19:44:30', '[vc_row][vc_column width=\"3/4\" css=\".vc_custom_1455070560433{margin-top: 20px !important;}\"][vc_column_text]If you would like to contact us, please fill in the form below, add in any comments or questions, and then press submit. We will receive your information immediately and respond as soon as possible.\r\n\r\nIf you need immediate information about any of our services, please feel free to send me an e-mail to <a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>, or give me a call at 720-350-5948.[/vc_column_text][dhvc_form id=\"3653\"][/vc_column][vc_column width=\"1/4\"][vc_column_text css=\".vc_custom_1455068949795{margin-bottom: 10px !important;}\"]\r\n<h3>Where We\'re Located</h3>\r\n[/vc_column_text][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwNjguODg4MDUyOTkwODgzJTIxMmQtMTA0Ljk1MzM4NzU4NDYyNTElMjEzZDM5LjcxOTY5ODQ3OTQ1MjMxJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODc2YzdlOTc3MDYwYzY4MSUyNTNBMHgyOWZjMTA5YjQ1MjBiMTVjJTIxMnMyMTUlMkJTdCUyQlBhdWwlMkJTdCUyNTJDJTJCRGVudmVyJTI1MkMlMkJDTyUyQjgwMjA2JTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzdXMlMjE0djE1MTg3MzgyMDg5NDclMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][vc_column_text]\r\n<h6><a href=\"https://www.google.com/maps/place/215+St+Paul+St,+Denver,+CO+80206/@39.7196985,-104.9533876,17z/data=!3m1!4b1!4m5!3m4!1s0x876c7e977060c681:0x29fc109b4520b15c!8m2!3d39.7196985!4d-104.9511989\" target=\"_blank\" rel=\"noopener\">View Larger Map</a></h6>\r\n[/vc_column_text][vc_column_text]\r\n<h3>Contact Information</h3>\r\n<strong>Address:</strong>\r\nTRICIA POTUCEK\r\nLIV Sotheby\'s International Realty\r\n8000 E. Belleview Ave., Ste 200\r\nGreenwood Village, CO 80111\r\n\r\n<strong>Phone:</strong>\r\n720-350-5948 Phone\r\n303-331-1400 Office\r\n\r\n<strong>Email:</strong>\r\n<a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>[/vc_column_text][/vc_column][/vc_row]', 'Contact Tricia', '', 'inherit', 'closed', 'closed', '', '3631-revision-v1', '', '', '2022-11-29 12:44:30', '2022-11-29 19:44:30', '', 3631, 'https://denverheirlooms.com/?p=4787', 0, 'revision', '', 0),
(4788, 4, '2022-11-29 12:45:00', '2022-11-29 19:45:00', '[vc_row][vc_column width=\"3/4\" css=\".vc_custom_1455070560433{margin-top: 20px !important;}\"][vc_column_text]If you would like to contact us, please fill in the form below, add in any comments or questions, and then press submit. We will receive your information immediately and respond as soon as possible.\r\n\r\nIf you need immediate information about any of our services, please feel free to send me an e-mail to <a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>, or give me a call at 720-350-5948.[/vc_column_text][dhvc_form id=\"3653\"][/vc_column][vc_column width=\"1/4\"][vc_column_text css=\".vc_custom_1455068949795{margin-bottom: 10px !important;}\"]\r\n<h3>Where We\'re Located</h3>\r\n[/vc_column_text][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwNjguODg4MDUyOTkwODgzJTIxMmQtMTA0Ljk1MzM4NzU4NDYyNTElMjEzZDM5LjcxOTY5ODQ3OTQ1MjMxJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODc2YzdlOTc3MDYwYzY4MSUyNTNBMHgyOWZjMTA5YjQ1MjBiMTVjJTIxMnMyMTUlMkJTdCUyQlBhdWwlMkJTdCUyNTJDJTJCRGVudmVyJTI1MkMlMkJDTyUyQjgwMjA2JTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzdXMlMjE0djE1MTg3MzgyMDg5NDclMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][vc_column_text]\r\n<h6><a href=\"https://www.google.com/maps/place/215+St+Paul+St,+Denver,+CO+80206/@39.7196985,-104.9533876,17z/data=!3m1!4b1!4m5!3m4!1s0x876c7e977060c681:0x29fc109b4520b15c!8m2!3d39.7196985!4d-104.9511989\" target=\"_blank\" rel=\"noopener\">View Larger Map</a></h6>\r\n[/vc_column_text][vc_column_text]\r\n<h3>Contact Information</h3>\r\n<strong>Address:</strong>\r\nTRICIA POTUCEK\r\nLIV Sotheby\'s International Realty\r\n8000 E. Belleview Ave., Ste 200\r\nGreenwood Village, CO 80111\r\n\r\n<strong>Phone:</strong>\r\n720-350-5948 Phone\r\n\r\n<strong>Email:</strong>\r\n<a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>[/vc_column_text][/vc_column][/vc_row]', 'Contact Tricia', '', 'inherit', 'closed', 'closed', '', '3631-revision-v1', '', '', '2022-11-29 12:45:00', '2022-11-29 19:45:00', '', 3631, 'https://denverheirlooms.com/?p=4788', 0, 'revision', '', 0),
(4789, 4, '2022-11-29 12:58:15', '2022-11-29 19:58:15', '[vc_row][vc_column width=\"3/4\" css=\".vc_custom_1455070560433{margin-top: 20px !important;}\"][vc_column_text]If you would like to contact us, please fill in the form below, add in any comments or questions, and then press submit. We will receive your information immediately and respond as soon as possible.\r\n\r\nIf you need immediate information about any of our services, please feel free to send me an e-mail to <a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>, or give me a call at 720-350-5948.[/vc_column_text][dhvc_form id=\"3653\"][/vc_column][vc_column width=\"1/4\"][vc_column_text css=\".vc_custom_1455068949795{margin-bottom: 10px !important;}\"]\r\n<h3>Where We\'re Located</h3>\r\n[/vc_column_text][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwNzMuMTYyNzk1MTY0MTU3NiUyMTJkLTEwNC44OTcyMDM0OTk5OTk5OSUyMTNkMzkuNjIzNTM4MiUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDg3NmM4NmY5NGRlNmJjMGQlMjUzQTB4MTQ3YzE5MjQyZWVjOGIyZiUyMTJzODAwMCUyNTIwRSUyNTIwQmVsbGV2aWV3JTI1MjBBdmUlMjUyMCUyNTIzMjAwJTI1MkMlMjUyMEdyZWVud29vZCUyNTIwVmlsbGFnZSUyNTJDJTI1MjBDTyUyNTIwODAxMTElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnN1cyUyMTR2MTY2OTc1MTg2Mjc2OCUyMTVtMiUyMTFzZW4lMjEyc3VzJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUyMHJlZmVycmVycG9saWN5JTNEJTIybm8tcmVmZXJyZXItd2hlbi1kb3duZ3JhZGUlMjIlM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_column_text]\r\n<h6><a href=\"https://www.google.com/maps/place/215+St+Paul+St,+Denver,+CO+80206/@39.7196985,-104.9533876,17z/data=!3m1!4b1!4m5!3m4!1s0x876c7e977060c681:0x29fc109b4520b15c!8m2!3d39.7196985!4d-104.9511989\" target=\"_blank\" rel=\"noopener\">View Larger Map</a></h6>\r\n[/vc_column_text][vc_column_text]\r\n<h3>Contact Information</h3>\r\n<strong>Address:</strong>\r\nTRICIA POTUCEK\r\nLIV Sotheby\'s International Realty\r\n8000 E. Belleview Ave., Ste 200\r\nGreenwood Village, CO 80111\r\n\r\n<strong>Phone:</strong>\r\n720-350-5948 Phone\r\n\r\n<strong>Email:</strong>\r\n<a href=\"mailto:Tricia.Potucek@livsothebysrealty.com\" target=\"_blank\" rel=\"noopener noreferrer\">Tricia.Potucek@livsothebysrealty.com</a>[/vc_column_text][/vc_column][/vc_row]', 'Contact Tricia', '', 'inherit', 'closed', 'closed', '', '3631-revision-v1', '', '', '2022-11-29 12:58:15', '2022-11-29 19:58:15', '', 3631, 'https://denverheirlooms.com/?p=4789', 0, 'revision', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_revslider_css`
--
CREATE TABLE `wp_revslider_css` (
`id` int(9) NOT NULL,
`handle` text NOT NULL,
`settings` longtext DEFAULT NULL,
`hover` longtext DEFAULT NULL,
`params` longtext NOT NULL,
`advanced` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_revslider_css`
--
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `params`, `advanced`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(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', '{\"color\":\"#000\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(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', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-align\":\"center\"},\"hover\":\"\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}', '{\"idle\":[],\"hover\":\"\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(59, '.tp-caption.Gym-Display', '{\"translated\":5,\"type\":\"\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":[\"\"],\"hover\":\"\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":[\"\"],\"hover\":\"\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `params`, `advanced`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `params`, `advanced`) 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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_revslider_css_bkp`
--
CREATE TABLE `wp_revslider_css_bkp` (
`id` int(9) NOT NULL,
`handle` text NOT NULL,
`settings` longtext DEFAULT NULL,
`hover` longtext DEFAULT NULL,
`params` longtext NOT NULL,
`advanced` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_revslider_css_bkp`
--
INSERT INTO `wp_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `params`, `advanced`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),
(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', '{\"color\":\"#000\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(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', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}', '{\"idle\":{\"text-align\":\"center\"},\"hover\":\"\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}', '{\"idle\":[],\"hover\":\"\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":[],\"hover\":\"\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(59, '.tp-caption.Gym-Display', '{\"translated\":5,\"type\":\"\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":[\"\"],\"hover\":\"\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":[\"\"],\"hover\":\"\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}');
INSERT INTO `wp_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `params`, `advanced`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}');
INSERT INTO `wp_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `params`, `advanced`) 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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"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\":\"-\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),
(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\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"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\":\"-\"}', '{\"idle\":\"\",\"hover\":\"\"}');
-- --------------------------------------------------------
--
-- 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 DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_revslider_layer_animations_bkp`
--
CREATE TABLE `wp_revslider_layer_animations_bkp` (
`id` int(9) NOT NULL,
`handle` text NOT NULL,
`params` text NOT NULL,
`settings` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
-- --------------------------------------------------------
--
-- 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,
`css` longtext NOT NULL,
`markup` longtext NOT NULL,
`settings` longtext DEFAULT NULL,
`type` varchar(191) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_revslider_navigations_bkp`
--
CREATE TABLE `wp_revslider_navigations_bkp` (
`id` int(9) NOT NULL,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`css` longtext NOT NULL,
`markup` longtext NOT NULL,
`settings` longtext DEFAULT NULL,
`type` varchar(191) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_revslider_sliders`
--
CREATE TABLE `wp_revslider_sliders` (
`id` int(9) NOT NULL,
`title` tinytext NOT NULL,
`alias` tinytext DEFAULT NULL,
`params` longtext NOT NULL,
`settings` text DEFAULT NULL,
`type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_revslider_sliders`
--
INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Homepage', 'homepage', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homepage\\\\\\\"]\",\"layouttype\":\"auto\",\"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\":\"\",\"pageURL\":\"\",\"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\":\"6000\",\"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\":true,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"200\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1200,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":597,\"n\":550,\"t\":392,\"m\":200},\"overflow\":true,\"maxWidth\":\"\"},\"codes\":{\"css\":\"class20\",\"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\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"\",\"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\":\"smart\",\"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\":\"\",\"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\":3008,\"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\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"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.2.0\"}', '{\"version\":\"6.2.0\"}', ''),
(2, 'Pinnacle', 'pinnacle', '{\"addOns\":[],\"version\":\"6.2.0\",\"shortcode\":\"[rev_slider alias=\\\"pinnacle\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"auto\",\"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\":\"\",\"pageURL\":\"\",\"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\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"6000\",\"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\":true,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"200\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1200,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":597,\"n\":550,\"t\":392,\"m\":200},\"editorCache\":{\"d\":597,\"n\":550,\"t\":392,\"m\":200},\"overflow\":true,\"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\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"\",\"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\"},\"layerSelection\":false,\"observeWrap\":false,\"lazyLoad\":\"smart\",\"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\":\"1000\",\"preset\":\"default\",\"presets\":{\"bg-color\":\"rgba(0,0,0,0.5)\",\"bg-color-def\":false,\"bg-size\":\"40\",\"bg-size-def\":false,\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"20\",\"arrow-size-def\":false,\"hover-bg-color\":\"#000000\",\"hover-bg-color-def\":false,\"left-icon\":\"\\\\e82c\",\"left-icon-def\":false,\"right-icon\":\"\\\\e82d\",\"right-icon-def\":false},\"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\":3008,\"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\",\"alternateURLId\":false,\"debugMode\":false},\"parallax\":{\"set\":true,\"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},\"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=\\\"pinnacle\\\"][\\/rev_slider]\"}', '{\"version\":\"6.2.0\"}', '');
-- --------------------------------------------------------
--
-- Table structure for table `wp_revslider_sliders_bkp`
--
CREATE TABLE `wp_revslider_sliders_bkp` (
`id` int(9) NOT NULL,
`title` tinytext NOT NULL,
`alias` tinytext DEFAULT NULL,
`params` longtext NOT NULL,
`settings` text DEFAULT NULL,
`type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_revslider_sliders_bkp`
--
INSERT INTO `wp_revslider_sliders_bkp` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Homepage', 'homepage', '{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Homepage\",\"alias\":\"homepage\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homepage\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1200\",\"height\":\"597\",\"width_notebook\":\"1024\",\"height_notebook\":\"550\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"392\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"200\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"on\",\"auto_height\":\"on\",\"min_height\":\"200\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"6000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"square-old\",\"navigation_bullets_preset\":\"default\",\"ph-square-old-bullets-back-hover-color-rgba-def\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-square-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-bullet-size-custom-def\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"class20\",\"custom_javascript\":\"\"}', '{\"version\":5}', ''),
(2, 'Pinnacle', 'pinnacle', '{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Pinnacle\",\"alias\":\"pinnacle\",\"shortcode\":\"[rev_slider alias=\\\\\\\"pinnacle\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1200\",\"height\":\"597\",\"width_notebook\":\"1024\",\"height_notebook\":\"550\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"392\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"200\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"on\",\"auto_height\":\"on\",\"min_height\":\"200\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"6000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"square-old\",\"navigation_bullets_preset\":\"default\",\"ph-square-old-bullets-back-hover-color-rgba-def\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-square-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-bullet-size-custom-def\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}', '{\"version\":5}', '');
-- --------------------------------------------------------
--
-- 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=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_revslider_slides`
--
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 7, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/01\\/Slider_Downtown.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(6, 1, 4, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/01\\/Slider_Lifestyle.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(9, 2, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2021\\/11\\/Staged-3_cropped.jpg\",\"imageId\":4739,\"imageLib\":\"medialibrary\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"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}]},\"attributes\":{\"class\":\"1650fillmore\"},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"seo\":{\"set\":true,\"link\":\"http:\\/\\/triciapotucek.denverrealestate.com\\/property\\/336001892\\/1650-Fillmore-Street-#1804-Denver-CO-80206\",\"target\":\"_blank\"},\"nav\":{\"arrows\":{\"presets\":{\"bg-color\":\"rgba(0,0,0,0.5)\",\"bg-color-def\":false,\"bg-size\":\"40\",\"bg-size-def\":false,\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"20\",\"arrow-size-def\":false,\"hover-bg-color\":\"#000000\",\"hover-bg-color-def\":false,\"left-icon\":\"\\\\e82c\",\"left-icon-def\":false,\"right-icon\":\"\\\\e82d\",\"right-icon-def\":false}}}}', '{\"1\":{\"text\":\"\",\"alias\":\"Shape\",\"uid\":1,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"715px\",\"e\":true},\"n\":{\"v\":\"715px\"},\"t\":{\"v\":\"715px\"},\"m\":{\"v\":\"715px\"}},\"height\":{\"d\":{\"v\":\"86\",\"e\":true},\"n\":{\"v\":\"86\"},\"t\":{\"v\":\"86\"},\"m\":{\"v\":\"86\"}},\"originalWidth\":\"715px\",\"originalHeight\":\"86\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\"},\"t\":{\"v\":\"-1px\"},\"m\":{\"v\":\"-1px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"relative\",\"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\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":6000,\"startRelative\":5690,\"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\":10},{\"id\":\"frame_999\",\"start\":6000}],\"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\":{\"e\":true}},\"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.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}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/triciapotucek.denverrealestate.com\\/property\\/195062303\\/1650-Fillmore-Street-#1306-Denver-CO-80206\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"10\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"2\":{\"text\":\"2990 E. 17th, Unit 1901 | The Pinnacle\",\"alias\":\"1650 fillmore #906\",\"uid\":2,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"17px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"relative\",\"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\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":6000,\"startRelative\":5690,\"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\":10},{\"id\":\"frame_999\",\"start\":6000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"cinzel\",\"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,\"fontFamily\":\"Cinzel\",\"fontSize\":{\"d\":{\"v\":\"36px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"36px\"},\"m\":{\"v\":\"36px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/triciapotucek.denverrealestate.com\\/property\\/195062303\\/1650-Fillmore-Street-#1306-Denver-CO-80206\",\"link_open_in\":\"_blank\",\"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\"},\"type\":\"text\"},\"3\":{\"text\":\"2 BEDS | 2 BATHS | 1,248 SQUARE FEET | $950,000\",\"alias\":\"1bed + study | 1 bat...\",\"uid\":3,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-238px\",\"e\":true},\"n\":{\"v\":\"-238px\"},\"t\":{\"v\":\"-238px\"},\"m\":{\"v\":\"-238px\"}},\"y\":{\"d\":{\"v\":\"49px\",\"e\":true},\"n\":{\"v\":\"49px\"},\"t\":{\"v\":\"49px\"},\"m\":{\"v\":\"49px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"relative\",\"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\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":6000,\"startRelative\":5690,\"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\":10},{\"id\":\"frame_999\",\"start\":6000}],\"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,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"300\",\"e\":true},\"n\":{\"v\":\"300\"},\"t\":{\"v\":\"300\"},\"m\":{\"v\":\"300\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}', '{\"version\":\"6.2.0\"}'),
(19, 1, 2, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/12\\/Slider_Aerial.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(10, 2, 2, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/01\\/Pinnacle-Stock_44.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(11, 2, 4, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/01\\/Pinnacle-Stock_27.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(12, 2, 3, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/01\\/Pinnacle-Stock_15.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(13, 1, 8, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/01\\/Slider_Lodo.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(14, 1, 9, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/01\\/Slider_Skiing.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(16, 1, 1, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/12\\/Slider_Capitol.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(17, 1, 5, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/10\\/4521-Vrain-St_01.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(18, 1, 6, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/10\\/4521-Vrain-St_33.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(20, 1, 3, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/12\\/Slider_UnionStation.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_revslider_slides_bkp`
--
CREATE TABLE `wp_revslider_slides_bkp` (
`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=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_revslider_slides_bkp`
--
INSERT INTO `wp_revslider_slides_bkp` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 7, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/highelevation.us\\/denverheirlooms\\/wp-content\\/uploads\\/2018\\/01\\/Slider_Downtown.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4331\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(6, 1, 4, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/highelevation.us\\/denverheirlooms\\/wp-content\\/uploads\\/2018\\/01\\/Slider_Lifestyle.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4333\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(9, 2, 1, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"1650fillmore\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"http:\\/\\/triciapotucek.denverrealestate.com\\/property\\/336001892\\/1650-Fillmore-Street-#1804-Denver-CO-80206\",\"link_open_in\":\"new\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2020\\/07\\/1699-FIllmore-St-Tower-1_02.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4624\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0,0,0,0.5)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"715px\"},\"max_height\":{\"desktop\":\"86\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5690,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-1},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":316,\"height\":69,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"http:\\/\\/triciapotucek.denverrealestate.com\\/property\\/195062303\\/1650-Fillmore-Street-#1306-Denver-CO-80206\"],\"link_open_in\":[\"_blank\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[\"10\"],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"a\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}},{\"text\":\"2990 E. 17th, Unit 2203 | The Pinnacle\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5690,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":20},\"top\":{\"desktop\":17},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"1650 Fillmore #906\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"cinzel\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":619,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"36px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Cinzel\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"http:\\/\\/triciapotucek.denverrealestate.com\\/property\\/195062303\\/1650-Fillmore-Street-#1306-Denver-CO-80206\"],\"link_open_in\":[\"_blank\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[\"10\"],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}},{\"text\":\"2 BEDS | 2 BATHS | 1,453 SQUARE FEET | $850,000 - SOLD\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5690,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":142},\"top\":{\"desktop\":49},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"1Bed + Study | 1 Bat...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":429,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":7,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]', '\"\"'),
(19, 1, 2, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/12\\/Slider_Aerial.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4607\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(10, 2, 2, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/highelevation.us\\/denverheirlooms\\/wp-content\\/uploads\\/2018\\/01\\/Pinnacle-Stock_44.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4190\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"');
INSERT INTO `wp_revslider_slides_bkp` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(11, 2, 4, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/highelevation.us\\/denverheirlooms\\/wp-content\\/uploads\\/2018\\/01\\/Pinnacle-Stock_27.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4288\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(12, 2, 3, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/highelevation.us\\/denverheirlooms\\/wp-content\\/uploads\\/2018\\/01\\/Pinnacle-Stock_15.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4327\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(13, 1, 8, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/highelevation.us\\/denverheirlooms\\/wp-content\\/uploads\\/2018\\/01\\/Slider_Lodo.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4334\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(14, 1, 9, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/highelevation.us\\/denverheirlooms\\/wp-content\\/uploads\\/2018\\/01\\/Slider_Skiing.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4335\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(16, 1, 1, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/12\\/Slider_Capitol.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4606\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(17, 1, 5, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/10\\/4521-Vrain-St_01.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4592\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(18, 1, 6, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/10\\/4521-Vrain-St_33.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4593\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"'),
(20, 1, 3, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/216.172.168.58\\/dunlapteam\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/12\\/Slider_UnionStation.jpg\",\"slide_parallax_level\":\"-\",\"image_id\":\"4609\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-square-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-square-old-bullets-bullet-size-custom\":\"12\",\"ph-square-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-color-color-rgba\":\"#aaaaaa\",\"ph-square-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-square-old-bullets-border-color-color-rgba\":\"#e5e5e5\",\"ph-square-old-bullets-back-hover-color-rgba-slide\":\"off\",\"ph-square-old-bullets-back-hover-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}', '[]', '\"\"');
-- --------------------------------------------------------
--
-- 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=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_revslider_static_slides`
--
INSERT INTO `wp_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '{\"static\":{\"overflow\":\"visible\"},\"version\":\"6.2.0\"}', '{\"10\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":10,\"media\":{\"imageUrl\":\"http:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/01\\/FrontPage_slider_cutout-1.png\",\"imageId\":4309},\"size\":{\"width\":{\"d\":{\"v\":\"1500px\",\"e\":true},\"n\":{\"v\":\"1500px\"},\"t\":{\"v\":\"1500px\"},\"m\":{\"v\":\"1500px\"}},\"height\":{\"d\":{\"v\":\"900px\",\"e\":true},\"n\":{\"v\":\"900px\"},\"t\":{\"v\":\"900px\"},\"m\":{\"v\":\"900px\"}},\"originalWidth\":1500,\"originalHeight\":900},\"position\":{\"x\":{\"d\":{\"v\":\"-190px\",\"e\":true},\"n\":{\"v\":\"-190px\"},\"t\":{\"v\":\"-190px\"},\"m\":{\"v\":\"-190px\"}},\"y\":{\"d\":{\"v\":\"-60px\",\"e\":true},\"n\":{\"v\":\"-60px\"},\"t\":{\"v\":\"-60px\"},\"m\":{\"v\":\"-60px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":6000}],\"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\":{\"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\":{\"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\":{\"start\":6000,\"startRelative\":5690,\"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\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"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\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.2.0\"},\"12\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":12,\"size\":{\"width\":{\"d\":{\"v\":\"2000px\",\"e\":true},\"n\":{\"v\":\"2000px\"},\"t\":{\"v\":\"2000px\"},\"m\":{\"v\":\"2000px\"}},\"height\":{\"d\":{\"v\":\"150px\",\"e\":true},\"n\":{\"v\":\"150px\"},\"t\":{\"v\":\"150px\"},\"m\":{\"v\":\"150px\"}},\"scaleProportional\":true,\"originalWidth\":\"2000px\",\"originalHeight\":\"150px\"},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"530px\",\"e\":true},\"n\":{\"v\":\"530px\"},\"t\":{\"v\":\"530px\"},\"m\":{\"v\":\"530px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":6000}],\"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\":{\"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\":{\"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\":{\"start\":6000,\"startRelative\":5690,\"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\":{\"e\":true}},\"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.5)\",\"borderColor\":\"rgba(0, 0, 0, 0.7)\",\"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\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.2.0\"},\"13\":{\"text\":\"THE DENVER LIFESTYLE IS JUST PAST YOUR WINDOW!\",\"alias\":\"Caption text3\",\"uid\":13,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"554px\",\"e\":true},\"n\":{\"v\":\"554px\"},\"t\":{\"v\":\"554px\"},\"m\":{\"v\":\"554px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":6000}],\"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\":{\"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\":{\"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\":{\"start\":6000,\"startRelative\":5690,\"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\":\"Cinzel\",\"fontSize\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"28px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.2.0\"}}', '{\"0\":\"\",\"version\":\"6.2.0\"}'),
(2, 2, '{\"static\":{\"overflow\":\"visible\"},\"version\":\"6.2.0\"}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_revslider_static_slides_bkp`
--
CREATE TABLE `wp_revslider_static_slides_bkp` (
`id` int(9) NOT NULL,
`slider_id` int(9) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_revslider_static_slides_bkp`
--
INSERT INTO `wp_revslider_static_slides_bkp` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '{\"staticoverflow\":\"visible\",\"image_id\":\"\",\"image\":\"\"}', '[{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/denverheirlooms.com\\/wp-content\\/uploads\\/2018\\/01\\/FrontPage_slider_cutout-1.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"1500px\"},\"scaleY\":{\"desktop\":\"900px\"},\"originalWidth\":1500,\"originalHeight\":900,\"special_type\":\"static\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5690,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":10,\"left\":{\"desktop\":-190},\"top\":{\"desktop\":-60},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 3\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1500,\"height\":900,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"0\",\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0,0,0,0.5)\",\"border-color\":\"rgba(0, 0, 0, 0.7)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"2000px\"},\"max_height\":{\"desktop\":\"150px\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5690,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":12,\"left\":{\"desktop\":0},\"top\":{\"desktop\":530},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1200,\"height\":599,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"1\",\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"displaymode\":true,\"scaleProportional\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"THE DENVER LIFESTYLE IS JUST PAST YOUR WINDOW!\",\"type\":\"text\",\"special_type\":\"static\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5690,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":13,\"left\":{\"desktop\":0},\"top\":{\"desktop\":554},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"caption text3\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":729,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"28px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Cinzel\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"2\",\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":7,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]', '\"\"'),
(2, 2, '{\"staticoverflow\":\"visible\",\"image_id\":\"\",\"image\":\"\"}', '[]', '\"\"');
-- --------------------------------------------------------
--
-- Table structure for table `wp_smush_dir_images`
--
CREATE TABLE `wp_smush_dir_images` (
`id` mediumint(9) NOT NULL,
`path` text NOT NULL,
`resize` varchar(55) DEFAULT NULL,
`lossy` varchar(55) DEFAULT NULL,
`error` varchar(55) DEFAULT NULL,
`image_size` int(10) UNSIGNED DEFAULT NULL,
`orig_size` int(10) UNSIGNED DEFAULT NULL,
`file_time` int(10) UNSIGNED DEFAULT NULL,
`last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`meta` text DEFAULT NULL,
`path_hash` char(32) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- 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) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_terms`
--
CREATE TABLE `wp_terms` (
`term_id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'General News', 'general-news', 0),
(2, 'Main Menu', 'main-menu', 0),
(3, 'Uncategorized', 'uncategorized', 0),
(4, 'Real Estate News', 'real-estate-news', 0),
(5, 'Area News', 'area-news', 0),
(6, 'Finance News', 'finance-news', 0),
(7, 'Open House', 'open-house', 0),
(8, 'New Listing', 'new-listing', 0),
(9, 'Optima Express', 'optima-express', 0),
(11, 'Admin Menu', 'admin-menu', 0),
(12, 'Single Family Homes', 'single-family-homes', 0),
(13, '1', '1', 0),
(14, '2', '2', 0),
(15, '3', '3', 0),
(16, '1', '1', 0),
(17, '1.5', '1-5', 0),
(18, '2', '2', 0),
(19, '2.5', '2-5', 0),
(20, '3', '3', 0),
(21, 'For Sale', 'for-sale', 0),
(22, 'For Rent', 'for-rent', 0),
(23, 'Sold', 'sold', 0),
(24, 'Pending', 'pending', 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_ci;
--
-- Dumping data for table `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(42, 3, 0),
(50, 2, 0),
(50, 3, 0),
(51, 3, 0),
(3604, 2, 0),
(3606, 2, 0),
(3608, 2, 0),
(3626, 6, 0),
(3628, 7, 0),
(3633, 2, 0),
(3910, 9, 0),
(3911, 9, 0),
(3912, 9, 0),
(3913, 9, 0),
(3914, 9, 0),
(3915, 9, 0),
(3916, 9, 0),
(3917, 9, 0),
(3918, 9, 0),
(3919, 9, 0),
(3920, 9, 0),
(3956, 2, 0),
(4302, 2, 0),
(4377, 2, 0),
(4381, 2, 0),
(4408, 2, 0),
(4441, 2, 0),
(4442, 2, 0),
(4443, 2, 0),
(4533, 2, 0),
(4704, 2, 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) NOT NULL DEFAULT '',
`description` longtext 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_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, 1),
(2, 2, 'nav_menu', '', 0, 15),
(3, 3, 'portfolio-category', '', 0, 0),
(4, 4, 'category', '', 0, 0),
(5, 5, 'category', '', 0, 0),
(6, 6, 'category', '', 0, 1),
(7, 7, 'category', '', 0, 1),
(8, 8, 'category', '', 0, 0),
(9, 9, 'nav_menu', 'Optima Express default menu', 0, 11),
(11, 11, 'nav_menu', '', 0, 0),
(12, 12, 'property_type', '', 0, 0),
(13, 13, 'beds', '', 0, 0),
(14, 14, 'beds', '', 0, 0),
(15, 15, 'beds', '', 0, 0),
(16, 16, 'baths', '', 0, 0),
(17, 17, 'baths', '', 0, 0),
(18, 18, 'baths', '', 0, 0),
(19, 19, 'baths', '', 0, 0),
(20, 20, 'baths', '', 0, 0),
(21, 21, 'ct_status', '', 0, 0),
(22, 22, 'ct_status', '', 0, 0),
(23, 23, 'ct_status', '', 0, 0),
(24, 24, 'ct_status', '', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_classes`
--
CREATE TABLE `wp_ult25_classes` (
`id` int(11) NOT NULL,
`container` varchar(55) NOT NULL,
`user_class` varchar(255) NOT NULL,
`hidephone` varchar(20) NOT NULL,
`hidetablet` varchar(20) NOT NULL,
`hidedesktop` varchar(20) NOT NULL,
`layout_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_ult25_classes`
--
INSERT INTO `wp_ult25_classes` (`id`, `container`, `user_class`, `hidephone`, `hidetablet`, `hidedesktop`, `layout_id`) VALUES
(218, 'wrapper-12', '', '', '', '', 4),
(407, 'col-7-1', '', '', '', '', 4),
(410, 'wrapper-7', '', '', '', '', 4),
(211, 'wrapper-5', '', 'hidden-phone', '', '', 3),
(177, 'col-5-1', '', '', '', '', 3),
(214, 'col-5-2', '', '', '', '', 3),
(7, 'col-6-2', '', '', '', '', 3),
(294, 'col-36-1', 'class20', '', '', '', 3),
(150, 'wrapper-13', '', '', '', '', 4),
(367, 'col-14-2', '', '', '', '', 3),
(48, 'wrapper-15', '', '', 'hidden-tablet', 'hidden-desktop', 3),
(373, 'wrapper-14', 'class20 fluid-wrapper', 'hidden-phone', '', '', 3),
(42, 'col-15-1', '', '', '', '', 3),
(44, 'container-15', '', '', '', '', 3),
(56, 'col-18-1', '', '', '', '', 13),
(59, 'wrapper-21', '', '', '', '', 14),
(278, 'wrapper-22', '', '', '', '', 14),
(225, 'wrapper-23', '', '', 'hidden-tablet', 'hidden-desktop', 3),
(62, 'col-17-2', '', '', '', '', 13),
(276, 'wrapper-17', '', '', '', '', 13),
(187, 'col-24-2', '', '', '', '', 3),
(224, 'wrapper-24', '', '', 'hidden-tablet', 'hidden-desktop', 3),
(89, 'wrapper-18', '', '', '', '', 13),
(104, 'wrapper-25', '', '', '', '', 13),
(105, 'col-25-1', '', '', '', '', 13),
(103, 'col-25-2', '', '', '', '', 13),
(185, 'wrapper-26', '', '', '', '', 13),
(111, 'col-26-1', '', '', '', '', 13),
(227, 'col-26-2', '', '', '', '', 13),
(375, 'wrapper-27', 'fluid-wrapper', 'hidden-phone', '', '', 15),
(257, 'col-27-1', '', '', '', '', 15),
(370, 'col-27-2', '', '', '', '', 15),
(279, 'wrapper-11', '', '', '', '', 7),
(283, 'col-14-1', '', '', '', '', 3),
(140, 'col-24-3', '', '', '', '', 3),
(202, 'col-23-2', '', '', '', '', 3),
(406, 'wrapper-28', '', '', '', 'hidden-desktop', 3),
(199, 'col-28-2', '', '', '', '', 3),
(217, 'col-12-2', '', '', '', '', 4),
(184, 'col-22-1', '', '', '', '', 14),
(231, 'wrapper-29', '', '', '', '', 3),
(233, 'col-29-1', '', '', '', '', 3),
(303, 'col-36-2', '', '', '', '', 3),
(361, 'wrapper-36', '', 'hidden-phone', '', '', 3),
(284, 'wrapper-41', '', '', '', '', 17),
(395, 'wrapper-45', 'class5', '', '', '', 17),
(322, 'wrapper-46', 'class5', '', '', '', 19),
(323, 'col-42-1', '', '', '', '', 18),
(307, 'col-46-1', '', '', '', '', 19),
(319, 'col-42-2', '', '', '', '', 18),
(321, 'wrapper-42', '', '', '', '', 18),
(346, 'wrapper-47', '', 'hidden-phone', '', 'hidden-desktop', 20),
(326, 'col-47-1', 'class20', '', '', '', 20),
(342, 'col-47-2', '', '', '', '', 20),
(328, 'wrapper-48', 'class20', 'hidden-phone', '', '', 20),
(329, 'col-48-1', '', '', '', '', 20),
(330, 'col-48-2', '', '', '', '', 20),
(331, 'wrapper-49', '', '', 'hidden-tablet', 'hidden-desktop', 20),
(332, 'col-49-2', '', '', '', '', 20),
(333, 'col-49-3', '', '', '', '', 20),
(334, 'wrapper-50', '', '', 'hidden-tablet', 'hidden-desktop', 20),
(335, 'col-50-2', '', '', '', '', 20),
(402, 'wrapper-51', '', '', '', 'hidden-desktop', 20),
(337, 'col-51-2', '', '', '', '', 20),
(400, 'wrapper-52', 'fluid-wrapper', 'hidden-phone', 'hidden-tablet', '', 20),
(384, 'col-52-2', '', '', '', '', 20),
(391, 'wrapper-61', '', '', '', 'hidden-desktop', 3),
(398, 'wrapper-57', 'fluid-wrapper', 'hidden-phone', 'hidden-tablet', '', 3),
(393, 'col-57-2', '', '', '', '', 3),
(364, 'col-57-1', '', '', '', '', 3),
(372, 'container-57', 'fluid-wrapper', '', '', '', 3),
(374, 'container-14', 'fluid-wrapper', '', '', '', 3),
(376, 'container-27', 'fluid-wrapper', '', '', '', 15),
(380, 'container-52', 'fluid-wrapper', '', '', '', 20),
(388, 'wrapper-60', '', '', 'hidden-tablet', 'hidden-desktop', 20);
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_css`
--
CREATE TABLE `wp_ult25_css` (
`id` int(11) NOT NULL,
`container` varchar(255) NOT NULL,
`layout_id` int(11) NOT NULL,
`element` varchar(255) NOT NULL,
`properties` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_ult25_css`
--
INSERT INTO `wp_ult25_css` (`id`, `container`, `layout_id`, `element`, `properties`) VALUES
(2369, 'wrapper-12', 4, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2370, 'wrapper-12', 4, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4107, 'col-7-1', 4, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4105, 'col-7-1', 4, 'a', 'a:1:{s:5:\"color\";s:7:\"#ffffff\";}'),
(4104, 'col-7-1', 4, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4103, 'col-7-1', 4, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4102, 'col-7-1', 4, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4101, 'col-7-1', 4, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4098, 'col-7-1', 4, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(4099, 'col-7-1', 4, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4100, 'col-7-1', 4, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4140, 'wrapper-7', 4, '.button', 'a:1:{s:5:\"color\";s:7:\"#ffffff\";}'),
(4138, 'wrapper-7', 4, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4133, 'wrapper-7', 4, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4134, 'wrapper-7', 4, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4135, 'wrapper-7', 4, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4136, 'wrapper-7', 4, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4137, 'wrapper-7', 4, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4132, 'wrapper-7', 4, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4131, 'wrapper-7', 4, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(4130, 'wrapper-7', 4, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#4c4d4f\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"40\";s:13:\"margin-bottom\";s:2:\"50\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:9:\"font-size\";s:2:\"12\";s:11:\"line-height\";s:0:\"\";}'),
(2292, 'wrapper-5', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2293, 'wrapper-5', 3, 'h1', 'a:3:{s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2294, 'wrapper-5', 3, 'h2', 'a:3:{s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2295, 'wrapper-5', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2296, 'wrapper-5', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2297, 'wrapper-5', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2298, 'wrapper-5', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2299, 'wrapper-5', 3, 'a', 'a:1:{s:5:\"color\";s:7:\"#ffffff\";}'),
(2300, 'wrapper-5', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2301, 'wrapper-5', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1917, 'col-5-1', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:2:\"20\";s:10:\"margin-top\";s:2:\"10\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"14\";}'),
(1918, 'col-5-1', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(1919, 'col-5-1', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1920, 'col-5-1', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1921, 'col-5-1', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1922, 'col-5-1', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1923, 'col-5-1', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1924, 'col-5-1', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1925, 'col-5-1', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1926, 'col-5-1', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1927, 'col-5-1', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2324, 'col-5-2', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:1:\"5\";s:14:\"padding-bottom\";s:1:\"5\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2325, 'col-5-2', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2326, 'col-5-2', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2327, 'col-5-2', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2328, 'col-5-2', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2329, 'col-5-2', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2330, 'col-5-2', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2331, 'col-5-2', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2333, 'col-5-2', 3, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#adadad\";}'),
(2334, 'col-5-2', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(67, 'col-6-2', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"80\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#dd3333\";s:9:\"font-size\";s:2:\"18\";s:11:\"line-height\";s:0:\"\";}'),
(68, 'col-6-2', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(69, 'col-6-2', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(70, 'col-6-2', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(71, 'col-6-2', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(72, 'col-6-2', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(73, 'col-6-2', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(74, 'col-6-2', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(75, 'col-6-2', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(76, 'col-6-2', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(77, 'col-6-2', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3075, 'col-36-1', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3076, 'col-36-1', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3077, 'col-36-1', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3078, 'col-36-1', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3079, 'col-36-1', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3080, 'col-36-1', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3081, 'col-36-1', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3074, 'col-36-1', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2371, 'wrapper-12', 4, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2372, 'wrapper-12', 4, 'h3', 'a:3:{s:5:\"color\";s:7:\"#000000\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2373, 'wrapper-12', 4, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2374, 'wrapper-12', 4, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2375, 'wrapper-12', 4, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2376, 'wrapper-12', 4, 'a', 'a:1:{s:5:\"color\";s:7:\"#000000\";}'),
(2377, 'wrapper-12', 4, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#dadada\";}'),
(1621, 'wrapper-13', 4, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(1622, 'wrapper-13', 4, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1623, 'wrapper-13', 4, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1624, 'wrapper-13', 4, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1625, 'wrapper-13', 4, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1626, 'wrapper-13', 4, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1627, 'wrapper-13', 4, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1628, 'wrapper-13', 4, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1629, 'wrapper-13', 4, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1630, 'wrapper-13', 4, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1620, 'wrapper-13', 4, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#000000\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"0\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:2:\"10\";}'),
(2368, 'wrapper-12', 4, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#adadad\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3658, 'col-14-2', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3659, 'col-14-2', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3660, 'col-14-2', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3661, 'col-14-2', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3662, 'col-14-2', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3663, 'col-14-2', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3664, 'col-14-2', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3667, 'col-14-2', 3, '.button', 'a:1:{s:5:\"color\";s:7:\"#ffffff\";}'),
(518, 'wrapper-15', 3, 'general', 'a:18:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:10:\"center top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(519, 'wrapper-15', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(520, 'wrapper-15', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(521, 'wrapper-15', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(522, 'wrapper-15', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(523, 'wrapper-15', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(524, 'wrapper-15', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(525, 'wrapper-15', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(526, 'wrapper-15', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(527, 'wrapper-15', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(528, 'wrapper-15', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3723, 'wrapper-14', 3, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3724, 'wrapper-14', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3725, 'wrapper-14', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3726, 'wrapper-14', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3727, 'wrapper-14', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3728, 'wrapper-14', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3729, 'wrapper-14', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3730, 'wrapper-14', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3731, 'wrapper-14', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3732, 'wrapper-14', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3733, 'wrapper-14', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(452, 'col-15-1', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:10:\"center top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(453, 'col-15-1', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(454, 'col-15-1', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(455, 'col-15-1', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(456, 'col-15-1', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(457, 'col-15-1', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(458, 'col-15-1', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(459, 'col-15-1', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(460, 'col-15-1', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(461, 'col-15-1', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(462, 'col-15-1', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(474, 'container-15', 3, 'general', 'a:24:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:10:\"center top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(475, 'container-15', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(476, 'container-15', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(477, 'container-15', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(478, 'container-15', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(479, 'container-15', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(480, 'container-15', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(481, 'container-15', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(482, 'container-15', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(483, 'container-15', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(484, 'container-15', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(606, 'col-18-1', 13, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:1:\"8\";s:11:\"line-height\";s:0:\"\";}'),
(607, 'col-18-1', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(608, 'col-18-1', 13, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(609, 'col-18-1', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(610, 'col-18-1', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(611, 'col-18-1', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(612, 'col-18-1', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(613, 'col-18-1', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(614, 'col-18-1', 13, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(615, 'col-18-1', 13, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(616, 'col-18-1', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2435, 'wrapper-24', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2436, 'wrapper-24', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2434, 'wrapper-24', 3, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#cccccc\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:2:\"29\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2037, 'col-24-2', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2035, 'col-24-2', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2036, 'col-24-2', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2034, 'col-24-2', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2033, 'col-24-2', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2032, 'col-24-2', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2031, 'col-24-2', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2028, 'col-24-2', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2029, 'col-24-2', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2030, 'col-24-2', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2027, 'col-24-2', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:2:\"20\";s:10:\"margin-top\";s:2:\"10\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"14\";}'),
(2332, 'col-5-2', 3, 'a', 'a:1:{s:5:\"color\";s:7:\"#000000\";}'),
(2291, 'wrapper-5', 3, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#cccccc\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:2:\"29\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:7:\"#005772\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2455, 'wrapper-23', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(639, 'wrapper-21', 14, 'general', 'a:18:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"20\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2908, 'wrapper-22', 14, 'general', 'a:18:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"20\";s:13:\"margin-bottom\";s:2:\"30\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2447, 'wrapper-23', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2448, 'wrapper-23', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2449, 'wrapper-23', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2450, 'wrapper-23', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2451, 'wrapper-23', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2452, 'wrapper-23', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2453, 'wrapper-23', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2454, 'wrapper-23', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2446, 'wrapper-23', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3657, 'col-14-2', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"60\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"18\";s:11:\"line-height\";s:2:\"24\";}'),
(652, 'col-17-2', 13, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(653, 'col-17-2', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(654, 'col-17-2', 13, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(655, 'col-17-2', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(656, 'col-17-2', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(657, 'col-17-2', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(658, 'col-17-2', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(659, 'col-17-2', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(660, 'col-17-2', 13, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(661, 'col-17-2', 13, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(662, 'col-17-2', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2886, 'wrapper-17', 13, 'general', 'a:18:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"30\";s:13:\"margin-bottom\";s:2:\"40\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2887, 'wrapper-17', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2888, 'wrapper-17', 13, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2889, 'wrapper-17', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2890, 'wrapper-17', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2891, 'wrapper-17', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2892, 'wrapper-17', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2893, 'wrapper-17', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2894, 'wrapper-17', 13, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2895, 'wrapper-17', 13, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2896, 'wrapper-17', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2437, 'wrapper-24', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2438, 'wrapper-24', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2439, 'wrapper-24', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2440, 'wrapper-24', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2441, 'wrapper-24', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2442, 'wrapper-24', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2443, 'wrapper-24', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2444, 'wrapper-24', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(949, 'wrapper-18', 13, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#4bb4c1\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(950, 'wrapper-18', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(951, 'wrapper-18', 13, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(952, 'wrapper-18', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(953, 'wrapper-18', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(954, 'wrapper-18', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(955, 'wrapper-18', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(956, 'wrapper-18', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(957, 'wrapper-18', 13, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(958, 'wrapper-18', 13, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(959, 'wrapper-18', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1114, 'wrapper-25', 13, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#38b1c1\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:2:\"40\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1115, 'wrapper-25', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(1116, 'wrapper-25', 13, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1117, 'wrapper-25', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1118, 'wrapper-25', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1119, 'wrapper-25', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1120, 'wrapper-25', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1121, 'wrapper-25', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1122, 'wrapper-25', 13, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1123, 'wrapper-25', 13, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1124, 'wrapper-25', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1125, 'col-25-1', 13, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:2:\"10\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1126, 'col-25-1', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(1128, 'col-25-1', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1129, 'col-25-1', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1130, 'col-25-1', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1131, 'col-25-1', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1132, 'col-25-1', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1133, 'col-25-1', 13, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1134, 'col-25-1', 13, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1135, 'col-25-1', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1127, 'col-25-1', 13, 'h1', 'a:3:{s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:2:\"24\";}'),
(1104, 'col-25-2', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(1105, 'col-25-2', 13, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1106, 'col-25-2', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1107, 'col-25-2', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1108, 'col-25-2', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1109, 'col-25-2', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1110, 'col-25-2', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1111, 'col-25-2', 13, 'a', 'a:1:{s:5:\"color\";s:7:\"#d6be7e\";}'),
(1112, 'col-25-2', 13, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#005772\";}'),
(1113, 'col-25-2', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1103, 'col-25-2', 13, 'general', 'a:26:{s:16:\"background-color\";s:19:\"rgba(255,255,255,0)\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:9:\"right top\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"20\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"14\";}'),
(2005, 'wrapper-26', 13, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#000000\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:2:\"40\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2006, 'wrapper-26', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2007, 'wrapper-26', 13, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2008, 'wrapper-26', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2009, 'wrapper-26', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2010, 'wrapper-26', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2011, 'wrapper-26', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2012, 'wrapper-26', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2013, 'wrapper-26', 13, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2014, 'wrapper-26', 13, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2015, 'wrapper-26', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1191, 'col-26-1', 13, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:2:\"10\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1192, 'col-26-1', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(1193, 'col-26-1', 13, 'h1', 'a:3:{s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:2:\"24\";}'),
(1194, 'col-26-1', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1195, 'col-26-1', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1196, 'col-26-1', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1197, 'col-26-1', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1198, 'col-26-1', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1199, 'col-26-1', 13, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1200, 'col-26-1', 13, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1201, 'col-26-1', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2468, 'col-26-2', 13, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2469, 'col-26-2', 13, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2470, 'col-26-2', 13, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2471, 'col-26-2', 13, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2472, 'col-26-2', 13, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2473, 'col-26-2', 13, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2474, 'col-26-2', 13, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2476, 'col-26-2', 13, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#ffffff\";}'),
(2477, 'col-26-2', 13, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2467, 'col-26-2', 13, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"20\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"14\";}'),
(2475, 'col-26-2', 13, 'a', 'a:1:{s:5:\"color\";s:7:\"#adadad\";}'),
(3745, 'wrapper-27', 15, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#e6e6e6\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:2:\"30\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3746, 'wrapper-27', 15, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3747, 'wrapper-27', 15, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3748, 'wrapper-27', 15, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3749, 'wrapper-27', 15, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3750, 'wrapper-27', 15, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3751, 'wrapper-27', 15, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3752, 'wrapper-27', 15, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3753, 'wrapper-27', 15, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3754, 'wrapper-27', 15, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}');
INSERT INTO `wp_ult25_css` (`id`, `container`, `layout_id`, `element`, `properties`) VALUES
(3755, 'wrapper-27', 15, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2677, 'col-27-1', 15, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2678, 'col-27-1', 15, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2679, 'col-27-1', 15, 'h1', 'a:3:{s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2680, 'col-27-1', 15, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2681, 'col-27-1', 15, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2682, 'col-27-1', 15, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2683, 'col-27-1', 15, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2684, 'col-27-1', 15, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2685, 'col-27-1', 15, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2686, 'col-27-1', 15, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2687, 'col-27-1', 15, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3691, 'col-27-2', 15, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3692, 'col-27-2', 15, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3693, 'col-27-2', 15, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3694, 'col-27-2', 15, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3695, 'col-27-2', 15, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3696, 'col-27-2', 15, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3697, 'col-27-2', 15, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3698, 'col-27-2', 15, 'a', 'a:1:{s:5:\"color\";s:7:\"#773f51\";}'),
(3699, 'col-27-2', 15, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#000000\";}'),
(3700, 'col-27-2', 15, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2920, 'wrapper-11', 7, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2921, 'wrapper-11', 7, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2922, 'wrapper-11', 7, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2923, 'wrapper-11', 7, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2924, 'wrapper-11', 7, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2925, 'wrapper-11', 7, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2926, 'wrapper-11', 7, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2927, 'wrapper-11', 7, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2928, 'wrapper-11', 7, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2929, 'wrapper-11', 7, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2909, 'wrapper-22', 14, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2910, 'wrapper-22', 14, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2911, 'wrapper-22', 14, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2912, 'wrapper-22', 14, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2913, 'wrapper-22', 14, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2914, 'wrapper-22', 14, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2915, 'wrapper-22', 14, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2916, 'wrapper-22', 14, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2917, 'wrapper-22', 14, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2918, 'wrapper-22', 14, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2919, 'wrapper-11', 7, 'general', 'a:18:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"20\";s:13:\"margin-bottom\";s:2:\"30\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2445, 'wrapper-23', 3, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#adadad\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:2:\"16\";}'),
(2963, 'col-14-1', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"10\";s:13:\"margin-bottom\";s:1:\"0\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2964, 'col-14-1', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2965, 'col-14-1', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2966, 'col-14-1', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2967, 'col-14-1', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2968, 'col-14-1', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2969, 'col-14-1', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2970, 'col-14-1', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2971, 'col-14-1', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2972, 'col-14-1', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2973, 'col-14-1', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1510, 'col-24-3', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1511, 'col-24-3', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(1512, 'col-24-3', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1513, 'col-24-3', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1514, 'col-24-3', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1515, 'col-24-3', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1516, 'col-24-3', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1517, 'col-24-3', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1518, 'col-24-3', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1519, 'col-24-3', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(1520, 'col-24-3', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3666, 'col-14-2', 3, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#000000\";}'),
(2192, 'col-23-2', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:3:\"-26\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2193, 'col-23-2', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2194, 'col-23-2', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2195, 'col-23-2', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2196, 'col-23-2', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2197, 'col-23-2', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2198, 'col-23-2', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2199, 'col-23-2', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2200, 'col-23-2', 3, 'a', 'a:1:{s:5:\"color\";s:7:\"#552448\";}'),
(2201, 'col-23-2', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2202, 'col-23-2', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4086, 'wrapper-28', 3, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#cccccc\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4087, 'wrapper-28', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(4088, 'wrapper-28', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4089, 'wrapper-28', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4090, 'wrapper-28', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4091, 'wrapper-28', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4092, 'wrapper-28', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4093, 'wrapper-28', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4094, 'wrapper-28', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4095, 'wrapper-28', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4096, 'wrapper-28', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2159, 'col-28-2', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:2:\"16\";}'),
(2160, 'col-28-2', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2161, 'col-28-2', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2162, 'col-28-2', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2163, 'col-28-2', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2164, 'col-28-2', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2165, 'col-28-2', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2166, 'col-28-2', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2167, 'col-28-2', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2168, 'col-28-2', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2169, 'col-28-2', 3, '.button', 'a:1:{s:5:\"color\";s:7:\"#552448\";}'),
(4139, 'wrapper-7', 4, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#a0a0a0\";}'),
(2378, 'wrapper-12', 4, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2357, 'col-12-2', 4, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2358, 'col-12-2', 4, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2359, 'col-12-2', 4, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2360, 'col-12-2', 4, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2361, 'col-12-2', 4, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2362, 'col-12-2', 4, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2363, 'col-12-2', 4, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2365, 'col-12-2', 4, 'a', 'a:1:{s:5:\"color\";s:7:\"#000000\";}'),
(2366, 'col-12-2', 4, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#dadada\";}'),
(2367, 'col-12-2', 4, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2364, 'col-12-2', 4, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1994, 'col-22-1', 14, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"20\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1995, 'col-22-1', 14, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(1996, 'col-22-1', 14, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1997, 'col-22-1', 14, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1998, 'col-22-1', 14, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(1999, 'col-22-1', 14, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2000, 'col-22-1', 14, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2001, 'col-22-1', 14, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2002, 'col-22-1', 14, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2003, 'col-22-1', 14, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2004, 'col-22-1', 14, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4106, 'col-7-1', 4, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#000000\";}'),
(3665, 'col-14-2', 3, 'a', 'a:1:{s:5:\"color\";s:7:\"#773f51\";}'),
(2511, 'wrapper-29', 3, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#000000\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2512, 'wrapper-29', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2513, 'wrapper-29', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2514, 'wrapper-29', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2515, 'wrapper-29', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2516, 'wrapper-29', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2517, 'wrapper-29', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2518, 'wrapper-29', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2519, 'wrapper-29', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2520, 'wrapper-29', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2521, 'wrapper-29', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2533, 'col-29-1', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2534, 'col-29-1', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(2535, 'col-29-1', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2536, 'col-29-1', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2537, 'col-29-1', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2538, 'col-29-1', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2539, 'col-29-1', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2540, 'col-29-1', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(2541, 'col-29-1', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2542, 'col-29-1', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2543, 'col-29-1', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3173, 'col-36-2', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:1:\"7\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3174, 'col-36-2', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3175, 'col-36-2', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3176, 'col-36-2', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3177, 'col-36-2', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3178, 'col-36-2', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3179, 'col-36-2', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3180, 'col-36-2', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3182, 'col-36-2', 3, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#c9c9c9\";}'),
(3183, 'col-36-2', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3591, 'wrapper-36', 3, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#4c4d4f\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3592, 'wrapper-36', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3593, 'wrapper-36', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3594, 'wrapper-36', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3595, 'wrapper-36', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3596, 'wrapper-36', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3597, 'wrapper-36', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3598, 'wrapper-36', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3599, 'wrapper-36', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3600, 'wrapper-36', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3601, 'wrapper-36', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(2974, 'wrapper-41', 17, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3082, 'col-36-1', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3083, 'col-36-1', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3084, 'col-36-1', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3965, 'wrapper-45', 17, 'general', 'a:18:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3966, 'wrapper-45', 17, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3967, 'wrapper-45', 17, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3968, 'wrapper-45', 17, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3969, 'wrapper-45', 17, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3970, 'wrapper-45', 17, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3971, 'wrapper-45', 17, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3972, 'wrapper-45', 17, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3973, 'wrapper-45', 17, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3974, 'wrapper-45', 17, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3975, 'wrapper-45', 17, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3181, 'col-36-2', 3, 'a', 'a:1:{s:5:\"color\";s:7:\"#ffffff\";}'),
(3382, 'wrapper-46', 19, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#000000\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3383, 'wrapper-46', 19, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3384, 'wrapper-46', 19, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3385, 'wrapper-46', 19, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3386, 'wrapper-46', 19, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3387, 'wrapper-46', 19, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3388, 'wrapper-46', 19, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3389, 'wrapper-46', 19, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3390, 'wrapper-46', 19, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3391, 'wrapper-46', 19, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3392, 'wrapper-46', 19, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3393, 'col-42-1', 18, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3394, 'col-42-1', 18, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3395, 'col-42-1', 18, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3396, 'col-42-1', 18, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3397, 'col-42-1', 18, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3398, 'col-42-1', 18, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3399, 'col-42-1', 18, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3400, 'col-42-1', 18, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3401, 'col-42-1', 18, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3402, 'col-42-1', 18, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3403, 'col-42-1', 18, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3217, 'col-46-1', 19, 'general', 'a:26:{s:16:\"background-color\";s:7:\"#000000\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3218, 'col-46-1', 19, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3219, 'col-46-1', 19, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3220, 'col-46-1', 19, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3221, 'col-46-1', 19, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3222, 'col-46-1', 19, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3223, 'col-46-1', 19, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3224, 'col-46-1', 19, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3225, 'col-46-1', 19, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3226, 'col-46-1', 19, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3227, 'col-46-1', 19, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3349, 'col-42-2', 18, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3350, 'col-42-2', 18, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3351, 'col-42-2', 18, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3352, 'col-42-2', 18, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3353, 'col-42-2', 18, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3354, 'col-42-2', 18, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3355, 'col-42-2', 18, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3356, 'col-42-2', 18, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3357, 'col-42-2', 18, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3358, 'col-42-2', 18, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3359, 'col-42-2', 18, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3371, 'wrapper-42', 18, 'general', 'a:18:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3372, 'wrapper-42', 18, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3373, 'wrapper-42', 18, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3374, 'wrapper-42', 18, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3375, 'wrapper-42', 18, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3376, 'wrapper-42', 18, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3377, 'wrapper-42', 18, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3378, 'wrapper-42', 18, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3379, 'wrapper-42', 18, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3380, 'wrapper-42', 18, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3381, 'wrapper-42', 18, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3516, 'wrapper-47', 20, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#4c4d4f\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3416, 'col-47-1', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3472, 'col-47-2', 20, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"15\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"15\";s:11:\"line-height\";s:2:\"18\";}'),
(3418, 'wrapper-48', 20, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3419, 'col-48-1', 20, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"10\";s:13:\"margin-bottom\";s:1:\"0\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3420, 'col-48-2', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3421, 'wrapper-49', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3422, 'col-49-2', 20, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3423, 'col-49-3', 20, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3424, 'wrapper-50', 20, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3425, 'col-50-2', 20, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:3:\"-26\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4042, 'wrapper-51', 20, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#cccccc\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3427, 'col-51-2', 20, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:2:\"16\";}'),
(3473, 'col-47-2', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3474, 'col-47-2', 20, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3475, 'col-47-2', 20, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3476, 'col-47-2', 20, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3477, 'col-47-2', 20, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3478, 'col-47-2', 20, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3479, 'col-47-2', 20, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3480, 'col-47-2', 20, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3481, 'col-47-2', 20, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3482, 'col-47-2', 20, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3517, 'wrapper-47', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3518, 'wrapper-47', 20, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3519, 'wrapper-47', 20, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3520, 'wrapper-47', 20, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3521, 'wrapper-47', 20, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3522, 'wrapper-47', 20, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3523, 'wrapper-47', 20, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3524, 'wrapper-47', 20, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3525, 'wrapper-47', 20, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3526, 'wrapper-47', 20, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4020, 'wrapper-52', 20, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#4c4d4f\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4021, 'wrapper-52', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(4022, 'wrapper-52', 20, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4023, 'wrapper-52', 20, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4024, 'wrapper-52', 20, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4025, 'wrapper-52', 20, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4026, 'wrapper-52', 20, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4027, 'wrapper-52', 20, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4028, 'wrapper-52', 20, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4029, 'wrapper-52', 20, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4030, 'wrapper-52', 20, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}');
INSERT INTO `wp_ult25_css` (`id`, `container`, `layout_id`, `element`, `properties`) VALUES
(3844, 'col-52-2', 20, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"15\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"18\";}'),
(3845, 'col-52-2', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3846, 'col-52-2', 20, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3847, 'col-52-2', 20, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3848, 'col-52-2', 20, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3849, 'col-52-2', 20, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3850, 'col-52-2', 20, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3851, 'col-52-2', 20, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3853, 'col-52-2', 20, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#cccccc\";}'),
(3854, 'col-52-2', 20, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4097, 'col-7-1', 4, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"30\";s:13:\"margin-bottom\";s:2:\"20\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3929, 'wrapper-61', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3930, 'wrapper-61', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3931, 'wrapper-61', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3951, 'col-57-2', 3, 'a', 'a:1:{s:5:\"color\";s:7:\"#ffffff\";}'),
(3952, 'col-57-2', 3, 'ahover', 'a:1:{s:5:\"color\";s:7:\"#cccccc\";}'),
(3924, 'wrapper-61', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3925, 'wrapper-61', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3926, 'wrapper-61', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3927, 'wrapper-61', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3928, 'wrapper-61', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3921, 'wrapper-61', 3, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3922, 'wrapper-61', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3923, 'wrapper-61', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3998, 'wrapper-57', 3, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#4c4d4f\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3999, 'wrapper-57', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(4000, 'wrapper-57', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4001, 'wrapper-57', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4002, 'wrapper-57', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4003, 'wrapper-57', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4004, 'wrapper-57', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4005, 'wrapper-57', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4006, 'wrapper-57', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4007, 'wrapper-57', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4008, 'wrapper-57', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3943, 'col-57-2', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:2:\"15\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"18\";}'),
(3944, 'col-57-2', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3945, 'col-57-2', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3946, 'col-57-2', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3947, 'col-57-2', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3948, 'col-57-2', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3949, 'col-57-2', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3950, 'col-57-2', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3953, 'col-57-2', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3624, 'col-57-1', 3, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3625, 'col-57-1', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3626, 'col-57-1', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3627, 'col-57-1', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3628, 'col-57-1', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3629, 'col-57-1', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3630, 'col-57-1', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3631, 'col-57-1', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3632, 'col-57-1', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3633, 'col-57-1', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3634, 'col-57-1', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3690, 'col-27-2', 15, 'general', 'a:26:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:1:\"0\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:5:\"color\";s:7:\"#8e8e8e\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";}'),
(3712, 'container-57', 3, 'general', 'a:24:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3713, 'container-57', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3714, 'container-57', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3715, 'container-57', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3716, 'container-57', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3717, 'container-57', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3718, 'container-57', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3719, 'container-57', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3720, 'container-57', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3721, 'container-57', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3722, 'container-57', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3734, 'container-14', 3, 'general', 'a:24:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3735, 'container-14', 3, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3736, 'container-14', 3, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3737, 'container-14', 3, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3738, 'container-14', 3, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3739, 'container-14', 3, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3740, 'container-14', 3, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3741, 'container-14', 3, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3742, 'container-14', 3, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3743, 'container-14', 3, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3744, 'container-14', 3, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3756, 'container-27', 15, 'general', 'a:24:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3757, 'container-27', 15, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3758, 'container-27', 15, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3759, 'container-27', 15, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3760, 'container-27', 15, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3761, 'container-27', 15, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3762, 'container-27', 15, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3763, 'container-27', 15, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3764, 'container-27', 15, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3765, 'container-27', 15, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3766, 'container-27', 15, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3800, 'container-52', 20, 'general', 'a:24:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-width\";s:0:\"\";s:17:\"border-left-color\";s:0:\"\";s:17:\"border-left-style\";s:4:\"none\";s:18:\"border-right-width\";s:0:\"\";s:18:\"border-right-color\";s:0:\"\";s:18:\"border-right-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3801, 'container-52', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3802, 'container-52', 20, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3803, 'container-52', 20, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3804, 'container-52', 20, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3805, 'container-52', 20, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3806, 'container-52', 20, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3807, 'container-52', 20, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3808, 'container-52', 20, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3809, 'container-52', 20, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3810, 'container-52', 20, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3852, 'col-52-2', 20, 'a', 'a:1:{s:5:\"color\";s:7:\"#ffffff\";}'),
(4043, 'wrapper-51', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(4044, 'wrapper-51', 20, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4045, 'wrapper-51', 20, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4046, 'wrapper-51', 20, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4047, 'wrapper-51', 20, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4048, 'wrapper-51', 20, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4049, 'wrapper-51', 20, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(4050, 'wrapper-51', 20, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4051, 'wrapper-51', 20, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(4052, 'wrapper-51', 20, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3888, 'wrapper-60', 20, 'general', 'a:18:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:19:\"background-position\";s:8:\"left top\";s:17:\"background-repeat\";s:6:\"repeat\";s:16:\"border-top-width\";s:0:\"\";s:16:\"border-top-color\";s:0:\"\";s:16:\"border-top-style\";s:4:\"none\";s:19:\"border-bottom-width\";s:0:\"\";s:19:\"border-bottom-color\";s:0:\"\";s:19:\"border-bottom-style\";s:4:\"none\";s:10:\"min-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3889, 'wrapper-60', 20, '.inner-container', 'a:1:{s:13:\"margin-bottom\";s:0:\"\";}'),
(3890, 'wrapper-60', 20, 'h1', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3891, 'wrapper-60', 20, 'h2', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3892, 'wrapper-60', 20, 'h3', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3893, 'wrapper-60', 20, 'h4', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3894, 'wrapper-60', 20, 'h5', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3895, 'wrapper-60', 20, 'h6', 'a:3:{s:5:\"color\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}'),
(3896, 'wrapper-60', 20, 'a', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3897, 'wrapper-60', 20, 'ahover', 'a:1:{s:5:\"color\";s:0:\"\";}'),
(3898, 'wrapper-60', 20, '.button', 'a:1:{s:5:\"color\";s:0:\"\";}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_extra_rows`
--
CREATE TABLE `wp_ult25_extra_rows` (
`template_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`slug` varchar(55) NOT NULL,
`grid` varchar(55) DEFAULT NULL,
`amount` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_layout`
--
CREATE TABLE `wp_ult25_layout` (
`id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`theme` int(11) NOT NULL DEFAULT 1,
`type` varchar(11) NOT NULL DEFAULT '0',
`before` text DEFAULT NULL,
`after` text DEFAULT NULL,
`default` int(1) NOT NULL DEFAULT 0,
`rows` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_ult25_layout`
--
INSERT INTO `wp_ult25_layout` (`id`, `title`, `theme`, `type`, `before`, `after`, `default`, `rows`) VALUES
(3, 'Header-Content', 2, 'part', '[object Object]', '[object Object]', 0, 'row-57,row-14,row-61,row-28,row-62'),
(4, 'Footer', 2, 'part', '[object Object]', '[object Object]', 0, 'row-7'),
(7, 'Full Width', 2, 'full', 'layout-3,layout-15', 'layout-4', 0, 'row-39,row-11'),
(8, 'Header', 3, 'part', NULL, NULL, 0, NULL),
(9, 'Footer', 3, 'part', NULL, NULL, 0, NULL),
(10, 'Right SIdebar', 3, 'full', NULL, NULL, 0, NULL),
(11, 'Home', 3, 'full', NULL, NULL, 0, NULL),
(12, 'Full Width', 3, 'full', NULL, NULL, 0, NULL),
(13, 'Blog', 2, 'full', 'layout-3,layout-15', 'layout-4', 0, 'row-37,row-17'),
(15, 'Page Title - Breadcrumbs', 2, 'part', '[object Object]', '[object Object]', 0, 'row-27'),
(14, 'Right Sidebar', 2, 'full', 'layout-3,layout-15', 'layout-4', 1, 'row-38,row-22'),
(17, 'Home Page', 2, 'full', 'layout-20', 'layout-4', 0, 'row-45'),
(18, 'Sticky left column', 2, 'full', 'layout-19', '', 0, 'row-42'),
(19, 'Sticky Header', 2, 'part', '[object Object]', '[object Object]', 0, 'row-46'),
(20, 'Header-Homepage', 2, 'part', '[object Object]', '[object Object]', 0, 'row-52,row-60,row-51');
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_layout_assign`
--
CREATE TABLE `wp_ult25_layout_assign` (
`template` varchar(50) NOT NULL,
`post_type` varchar(55) NOT NULL,
`layout_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_ult25_layout_assign`
--
INSERT INTO `wp_ult25_layout_assign` (`template`, `post_type`, `layout_id`) VALUES
('ultimatum-child-theme', 'post-single', 13);
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_mobile`
--
CREATE TABLE `wp_ult25_mobile` (
`id` int(11) NOT NULL,
`device` varchar(255) NOT NULL,
`theme` varchar(255) NOT NULL,
`mpush` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_ult25_mobile`
--
INSERT INTO `wp_ult25_mobile` (`id`, `device`, `theme`, `mpush`) VALUES
(1, 'iPhone', '0', 0),
(2, 'iPad', '0', 0),
(3, 'iPod', '0', 0),
(4, 'Android', '0', 0),
(5, 'AndroidTablet', '0', 0),
(6, 'BlackBerry', '0', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_ptypes`
--
CREATE TABLE `wp_ult25_ptypes` (
`name` varchar(55) NOT NULL,
`properties` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_rows`
--
CREATE TABLE `wp_ult25_rows` (
`id` int(11) NOT NULL,
`layout_id` varchar(255) NOT NULL,
`type_id` varchar(55) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_ult25_rows`
--
INSERT INTO `wp_ult25_rows` (`id`, `layout_id`, `type_id`) VALUES
(14, '3', '8'),
(12, '4', '2'),
(13, '4', '1'),
(5, '3', '4'),
(6, '3', '10'),
(7, '4', '1'),
(24, '3', '3'),
(11, '7', '1'),
(15, '3', '1'),
(17, '13', '9'),
(18, '13', '1'),
(23, '3', '3'),
(20, '7', '1'),
(21, '14', '1'),
(22, '14', '9'),
(25, '13', '4'),
(26, '13', '10'),
(27, '15', '10'),
(28, '3', '3'),
(29, '3', '1'),
(36, '3', '9'),
(37, '13', '1'),
(38, '14', '1'),
(39, '7', '1'),
(40, '17', '1'),
(41, '17', '1'),
(42, '18', '8'),
(43, '19', '8'),
(44, '17', '8'),
(45, '17', '1'),
(46, '19', '1'),
(47, '20', '9'),
(48, '20', '8'),
(49, '20', '3'),
(50, '20', '3'),
(51, '20', '3'),
(52, '20', '11'),
(61, '3', '1'),
(57, '3', '11'),
(58, '15', '10'),
(59, '3', '37'),
(60, '20', '1'),
(62, '3', '1');
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_sc`
--
CREATE TABLE `wp_ult25_sc` (
`id` int(11) NOT NULL,
`type` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`properties` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_tax`
--
CREATE TABLE `wp_ult25_tax` (
`tname` varchar(55) NOT NULL,
`pname` varchar(255) NOT NULL,
`properties` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_ult25_templates`
--
CREATE TABLE `wp_ult25_templates` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`width` int(11) NOT NULL,
`margin` int(11) NOT NULL,
`mwidth` int(11) NOT NULL,
`mmargin` int(11) NOT NULL,
`swidth` int(11) NOT NULL,
`smargin` int(11) NOT NULL,
`gridwork` varchar(255) NOT NULL DEFAULT 'ultimatum',
`swatch` varchar(255) NOT NULL DEFAULT 'default',
`type` int(11) NOT NULL,
`dcss` varchar(3) NOT NULL DEFAULT 'no',
`default` int(11) NOT NULL,
`theme` varchar(255) NOT NULL,
`cdn` varchar(55) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_ult25_templates`
--
INSERT INTO `wp_ult25_templates` (`id`, `name`, `width`, `margin`, `mwidth`, `mmargin`, `swidth`, `smargin`, `gridwork`, `swatch`, `type`, `dcss`, `default`, `theme`, `cdn`) VALUES
(2, 'Denver Heirlooms Template', 1200, 20, 1200, 30, 744, 20, 'tbs3', 'Amelia', 1, 'no', 1, 'ultimatum-child-theme', 'no'),
(3, 'Basic', 1200, 20, 1200, 30, 744, 20, 'tbs3', 'default', 1, 'no', 1, 'child-theme', 'no');
-- --------------------------------------------------------
--
-- 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) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(95, 4, 'wp_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(96, 4, 'wp_user_level', '10'),
(97, 4, 'rich_editing', 'true'),
(98, 4, 'admin_color', 'fresh'),
(99, 4, 'nickname', 'masteradmin'),
(101, 4, 'wp_dashboard_quick_press_last_post_id', '4790'),
(103, 4, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=918&edit_element_vcUIPanelLeft=640px&edit_element_vcUIPanelTop=63px&imgsize=full&hidetb=1&template_window_vcUIPanelWidth=1706&template_window_vcUIPanelLeft=204px&template_window_vcUIPanelTop=74px'),
(104, 4, 'wp_user-settings-time', '1666206715'),
(105, 4, 'first_name', 'Editor'),
(106, 4, 'last_name', ''),
(107, 4, 'description', ''),
(108, 4, 'comment_shortcuts', 'false'),
(109, 4, 'use_ssl', '0'),
(110, 4, 'show_admin_bar_front', 'false'),
(111, 4, 'nav_menu_recently_edited', '2'),
(112, 4, 'managenav-menuscolumnshidden', 'a:3:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:11:\"description\";}'),
(113, 4, 'metaboxhidden_nav-menus', 'a:3:{i:0;s:27:\"add-post-type-ult_slideshow\";i:1;s:24:\"add-post-type-templatera\";i:2;s:12:\"add-post_tag\";}'),
(114, 4, 'dismissed_wp_pointers', 'vc_pointers_backend_editor,wp496_privacy,smush_pointer'),
(115, 4, 'session_tokens', 'a:1:{s:64:\"f43264d31d877399c5af46d7f98cefba8b4f3f9cf7be01ba786c3b5157748832\";a:4:{s:10:\"expiration\";i:1682011598;s:2:\"ip\";s:14:\"23.242.202.131\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\";s:5:\"login\";i:1681838798;}}'),
(117, 4, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"23.242.202.0\";}'),
(118, 4, 'syntax_highlighting', 'true'),
(119, 4, 'locale', ''),
(120, 5, 'wp_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(121, 5, 'wp_user_level', '10'),
(122, 5, 'active', '1'),
(123, 5, 'nickname', 'siteguarding'),
(124, 5, 'session_tokens', 'a:1:{s:64:\"f3c675299cf8865fe17f9a3d83b32ad30be6a4eb715c97eb6271c2d1adfecb70\";a:4:{s:10:\"expiration\";i:1632130166;s:2:\"ip\";s:13:\"37.45.154.117\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\";s:5:\"login\";i:1631957366;}}'),
(125, 5, 'wp_dashboard_quick_press_last_post_id', '4734'),
(126, 5, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"37.45.154.0\";}'),
(127, 5, 'dismissed_wp_pointers', 'wp496_privacy'),
(128, 5, 'first_name', ''),
(129, 5, 'last_name', ''),
(130, 5, 'description', ''),
(131, 5, 'rich_editing', 'true'),
(132, 5, 'syntax_highlighting', 'true'),
(133, 5, 'comment_shortcuts', 'false'),
(134, 5, 'admin_color', 'fresh'),
(135, 5, 'use_ssl', '0'),
(136, 5, 'show_admin_bar_front', 'true'),
(137, 5, 'locale', ''),
(138, 494, 'wp_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(139, 494, 'wp_user_level', '10'),
(140, 494, 'wp_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(141, 494, 'wp_user_level', '10'),
(142, 4, 'ss_vc_notice_dismiss', '1'),
(143, 4, 'closedpostboxes_page', 'a:0:{}'),
(144, 4, 'metaboxhidden_page', 'a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_users`
--
CREATE TABLE `wp_users` (
`ID` bigint(20) UNSIGNED NOT NULL,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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
(4, 'masteradmin', '$P$BLdw0r0QnUGprU6g5F2GKBKNM9E3Ph1', 'masteradmin', 'info@highelevation.net', '', '2016-02-20 14:08:50', '', 0, 'Editor'),
(5, 'siteguarding', '$P$BMkg3aUhv5e3i/YjQiqNYBM.MHWZ5K1', 'siteguarding', 'team@siteguarding.com', '', '0000-00-00 00:00:00', '', 0, 'siteguarding');
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfBadLeechers`
--
CREATE TABLE `wp_wfBadLeechers` (
`eMin` int(10) UNSIGNED NOT NULL,
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfBlockedIPLog`
--
CREATE TABLE `wp_wfBlockedIPLog` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`countryCode` varchar(2) NOT NULL,
`blockCount` int(10) UNSIGNED NOT NULL DEFAULT 0,
`unixday` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfBlocks`
--
CREATE TABLE `wp_wfBlocks` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`blockedTime` bigint(20) NOT NULL,
`reason` varchar(255) NOT NULL,
`lastAttempt` int(10) UNSIGNED DEFAULT 0,
`blockedHits` int(10) UNSIGNED DEFAULT 0,
`wfsn` tinyint(3) UNSIGNED DEFAULT 0,
`permanent` tinyint(3) UNSIGNED DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfBlocksAdv`
--
CREATE TABLE `wp_wfBlocksAdv` (
`id` int(10) UNSIGNED NOT NULL,
`blockType` char(2) NOT NULL,
`blockString` varchar(255) NOT NULL,
`ctime` int(10) UNSIGNED NOT NULL,
`reason` varchar(255) NOT NULL,
`totalBlocked` int(10) UNSIGNED DEFAULT 0,
`lastBlocked` int(10) UNSIGNED DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfConfig`
--
CREATE TABLE `wp_wfConfig` (
`name` varchar(100) NOT NULL,
`val` longblob DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `wp_wfConfig`
--
INSERT INTO `wp_wfConfig` (`name`, `val`) VALUES
('alertOn_critical', 0x31),
('alertOn_update', 0x30),
('alertOn_warnings', 0x31),
('alertOn_throttle', 0x30),
('alertOn_block', 0x30),
('alertOn_loginLockout', 0x30),
('alertOn_lostPasswdForm', 0x30),
('alertOn_adminLogin', 0x30),
('alertOn_nonAdminLogin', 0x30),
('liveTrafficEnabled', 0x31),
('advancedCommentScanning', 0x30),
('checkSpamIP', 0x30),
('spamvertizeCheck', 0x30),
('liveTraf_ignorePublishers', 0x31),
('scheduledScansEnabled', 0x31),
('scansEnabled_public', 0x30),
('scansEnabled_heartbleed', 0x31),
('scansEnabled_core', 0x31),
('scansEnabled_themes', 0x31),
('scansEnabled_plugins', 0x31),
('scansEnabled_malware', 0x31),
('scansEnabled_fileContents', 0x31),
('scansEnabled_database', 0x31),
('scansEnabled_posts', 0x31),
('scansEnabled_comments', 0x31),
('scansEnabled_passwds', 0x31),
('scansEnabled_diskSpace', 0x31),
('scansEnabled_options', 0x30),
('scansEnabled_dns', 0x31),
('scansEnabled_scanImages', 0x30),
('scansEnabled_highSense', 0x30),
('scansEnabled_oldVersions', 0x30),
('firewallEnabled', 0x31),
('blockFakeBots', 0x30),
('autoBlockScanners', 0x30),
('loginSecurityEnabled', 0x31),
('loginSec_lockInvalidUsers', 0x30),
('loginSec_maskLoginErrors', 0x31),
('loginSec_blockAdminReg', 0x31),
('loginSec_disableAuthorScan', 0x31),
('other_hideWPVersion', 0x31),
('other_noAnonMemberComments', 0x31),
('other_blockBadPOST', 0x30),
('other_scanComments', 0x31),
('other_pwStrengthOnUpdate', 0x31),
('other_WFNet', 0x31),
('other_scanOutside', 0x30),
('deleteTablesOnDeact', 0x30),
('autoUpdate', 0x31),
('disableCookies', 0x30),
('startScansRemotely', 0x30),
('addCacheComment', 0x30),
('disableCodeExecutionUploads', 0x30),
('allowHTTPSCaching', 0x30),
('debugOn', 0x30),
('email_summary_enabled', 0x31),
('email_summary_dashboard_widget_enabled', 0x31),
('ssl_verify', 0x31),
('securityLevel', 0x435553544f4d),
('alertEmails', 0x696e666f4068696768656c65766174696f6e2e6e6574),
('liveTraf_ignoreUsers', ''),
('liveTraf_ignoreIPs', ''),
('liveTraf_ignoreUA', ''),
('apiKey', 0x62623761383964313565626562313163623664333765653130376534353633633863633933633331373137313439316130383936393834613131303433613230336638383938393762336330613761323937316139336533313537366530383837343561386162333465333633663030333463346261336132343265323733646366653737316166613338613162636365663037623739333234303235393336),
('maxMem', 0x31303030),
('scan_exclude', ''),
('whitelisted', ''),
('bannedURLs', ''),
('maxExecutionTime', ''),
('howGetIPs', ''),
('actUpdateInterval', 0x32),
('alert_maxHourly', 0x30),
('loginSec_userBlacklist', ''),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564),
('loginSec_countFailMins', 0x35),
('loginSec_lockoutMins', 0x35),
('loginSec_strongPasswds', 0x70756273),
('loginSec_maxFailures', 0x3230),
('loginSec_maxForgotPasswd', 0x3230),
('maxGlobalRequests', 0x323430),
('maxGlobalRequests_action', 0x7468726f74746c65),
('maxRequestsCrawlers', 0x323430),
('maxRequestsCrawlers_action', 0x7468726f74746c65),
('maxRequestsHumans', 0x323430),
('maxRequestsHumans_action', 0x7468726f74746c65),
('max404Crawlers', 0x313230),
('max404Crawlers_action', 0x626c6f636b),
('max404Humans', 0x313230),
('max404Humans_action', 0x626c6f636b),
('maxScanHits', 0x3135),
('maxScanHits_action', 0x626c6f636b),
('blockedTime', 0x333030),
('email_summary_interval', 0x62697765656b6c79),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f776663616368652c77702d636f6e74656e742f706c7567696e732f776f726466656e63652f746d70),
('allowed404s', 0x2f66617669636f6e2e69636f0d0a2f6170706c652d746f7563682d69636f6e2a2e706e670d0a2f2a4032782e706e67),
('encKey', 0x31626330383533323734653634633064),
('cbl_restOfSiteBlocked', 0x31),
('vulnRegex', 0x2f283f3a776f726466656e63655f746573745f76756c6e5f6d617463687c5c2f74696d7468756d625c2e7068707c5c2f7468756d625c2e7068707c5c2f7468756d62735c2e7068707c5c2f7468756d626e61696c5c2e7068707c5c2f7468756d626e61696c735c2e7068707c5c2f7468756d6e61696c735c2e7068707c5c2f63726f707065725c2e7068707c5c2f70696373697a655c2e7068707c5c2f726573697a65725c2e7068707c636f6e6e6563746f72735c2f75706c6f6164746573745c2e68746d6c7c636f6e6e6563746f72735c2f746573745c2e68746d6c7c6d696e676c65666f72756d616374696f6e7c75706c6f61646966795c2e7068707c616c6c7765626d656e75732d776f726470726573732d6d656e752d706c7567696e7c77702d6379636c652d706c61796c6973747c636f756e742d7065722d6461797c77702d6175746f796f75747562657c7061792d776974682d74776565747c636f6d6d656e742d726174696e675c2f636b2d70726f636573736b61726d615c2e706870292f69),
('welcomeClosed', 0x31),
('disableConfigCaching', 0x30),
('cbl_action', ''),
('cbl_countries', ''),
('cbl_redirURL', ''),
('cbl_loggedInBlocked', ''),
('cbl_loginFormBlocked', ''),
('cbl_bypassRedirURL', ''),
('cbl_bypassRedirDest', ''),
('cbl_bypassViewURL', ''),
('scanSched', 0x613a303a7b7d),
('schedMode', ''),
('wf_summaryItems', 0x613a31363a7b733a31303a22746f74616c5573657273223b693a313b733a31303a22746f74616c5061676573223b733a323a223237223b733a31303a22746f74616c506f737473223b733a313a2233223b733a31333a22746f74616c436f6d6d656e7473223b733a313a2231223b733a31353a22746f74616c43617465676f72696573223b733a313a2236223b733a31313a22746f74616c5461626c6573223b693a35353b733a393a22746f74616c526f7773223b693a31343837383b733a31323a22746f74616c506c7567696e73223b693a31373b733a31303a226c617374557064617465223b693a313436383238383631353b733a31313a22746f74616c5468656d6573223b693a343b733a393a22746f74616c44617461223b733a393a223131392e3535204d42223b733a31303a22746f74616c46696c6573223b693a31303031373b733a393a22746f74616c44697273223b693a32313137393b733a31303a226c696e65734f66504850223b693a3832393632323b733a31303a226c696e65734f664a4348223b693a3532383739313b733a383a227363616e54696d65223b643a313436383235303733332e303830353338393838313133343033333230333132353b7d),
('tourClosed', 0x31),
('totalScansRun', 0x313431),
('wfKillRequested', 0x30),
('currentCronKey', 0x313436383238393331342c326135383462356433613261303839653363326333623564),
('wf_scanRunning', 0x31343638323838363036),
('wfStatusStartMsgs', 0x613a373a7b693a303b733a303a22223b693a313b733a303a22223b693a323b733a303a22223b693a333b733a36323a22436f6d706172696e6720636f726520576f726450726573732066696c657320616761696e7374206f726967696e616c7320696e207265706f7369746f7279223b693a343b733a36303a22436f6d706172696e67206f70656e20736f75726365207468656d657320616761696e737420576f726450726573732e6f7267206f726967696e616c73223b693a353b733a34393a22436f6d706172696e6720706c7567696e7320616761696e737420576f726450726573732e6f7267206f726967696e616c73223b693a363b733a33323a225363616e6e696e6720666f72206b6e6f776e206d616c776172652066696c6573223b7d),
('signatureUpdateTime', 0x31343635353830303433),
('scanFileProcessing', '');
INSERT INTO `wp_wfConfig` (`name`, `val`) VALUES
('wfsd_engine', 0x1f8b0800000000000003b4fd5b735d47b6a509d66f39ef0cf9dd97473ef9d532cb323b4f67a6b5f55b18444212224882058021e9d49fef6fac0d02fb064a51d575e24448a428ecbd7cb9cf39c6f439c7f8ef7fb5eeaffff6eb4ffff3fdcde7f9f9e7bbcfb7fff657bbfdf5ff7cfcab337ffdb7ffedf81ffc6fbfdc3cfe72fbf06fffe9bfffd57afe9dfb870f3fdd7e7e7ffb9ff96dfea5a27f69fbebbf3d3e3ddc7df978fbf9dffed3dd5f7dfa4f8f7fb5fca0a7fba79b8febeee3eda37e7b4bdef30fcaf3ef8fbb87fdb78bd9b6e3dfbe79bad97fbb6c7e0bce3fffa88f7c95c7fffed3bfffe77fd73f8cc9e56c4fffd1ffdeffb3fe51f036e4fddff2fa56f75fbedc7ef8ef9ff525fe8ddfdcf4085fdebdbffffc74fbf9e987a75f6e3fdd3efef0f5e3d3dda79ba7af9f7ef8f5fef387db879feebf7efef0f0fb0f371f3edd7dfee1e6f1f1f6e9f107fec4cffcd99fee1f3ebdbbf9f0e1e1f6f1f15dd8befcf6972f9f7fd68f76492b77bc3cffdbfbfb87dbf9f9e6c78fb71ffeed3ffdf8577d61572efed4978f5f59e8c7f33fb85dfcc1c3b7fde31ff8e9e6e3af37979f1c2ffee03f3edffffaf9f9fddcfcd5eb5586bffe9bbeb57e6d5d36fa2d6ff6353b2cc6e7db277ec63f7ef8fa78fbf0eef6c3ddd35fbefcf2458f9ff837b7d6c7c8d3cf10634bd1b6da42abbda6ea7cefd3da66da968df1c39a9072485b89319630fbec7e56a79fe3e3fe69779fdf7ffcfa81f57efff8f8c3273ee8e6dd3fef6e7f7d7cf7f0f4f12ffcdeb78f4cc535674c717d6c6ddb7c8c339a9c4bd1b79f5b284dbf3b4cd9d23431d6b12d9b82597db4926c77dfdedcc503deb1117e3b7eb8926b35befb65b7ec7af33d0fd35add5c307e269e6cd865f887c3e515bbe717d5acdcc7ec7c41d7ccfe70f9f4e1fee7dd270ecdbfdfddfef03f6e7582de3fdddd7f3efed0d5dae407c6e9868b7d64fe134c379e85b3a94cbed236526eadf42d876073d84c31d137138de9b9f7a3c77bf9d0bf3ffec02f6f3fddfffdee2f7f7f59489f72e7c4f9500b6faae565a38d657336cd8d2728715b2d059eaa4ceb568833e5d439a3632cef366bf74fca470bf9f279fbc1397ea8baf121db4c35c5d1bb4d79cc69678e218db4cc74d9cf32b7365b9a6d3adea99dabf614b2f5d5af7cd826dbf1471d8ee6619bfcf8f5e9e9fef3bb7b4ecbc35f7ebefbe9dba79ade36537d5a3c54728e87d99ab76cce313defd6c6559aeddde5bab66137d7adf75b9dbd4edf27ebbe3fe0f151f8f5eec3cf0486e3279b262fd34c0e6ea5bc9adff899bc9dc54e6bddd6d55c1e69e393460fbc23f6a971aef8c8ffc6cdd676b988df9eecf3d777ff7cfc166af4512137974ad8eca65db6f8b6239be44a193c193ba0f936f8a96b7afe2654efc308adf18921f55cfafebe82bfd8197fff3fbede12f9bedefd70fbd34fb7ef9fde3ddefdc7ed5ff82a475ba5db6d75175be321ea0c76ab61d93e56e7d079de980dcb992d0c56dcc4e0b487ecb0adf738520a2b5c3ca582c9f588326389cdb23b62efcdb2b7cb8cd904c32f472d63dbb61186f5a52d3793f53327b64be9b5baad6cddc7ef1fba7ef3fe97db1ffedbeffff3fffd5f8f3f3487d6891d659460cb2c3eb8512ae769b25dc848c3f1fac63436bab485554af1ce558e5bcab518ebf7b718c3c5d23edd7dfefdd3fbdb1f9ee3fd0fefef3f7db979f2bfed218e9dfbf1fee7e3c8e6d62c968f356bebc3e7b9cd117d9d69a5d9170f9fd931cb6c8d03926a8f99ef903934d6da184a1ffba30777164c3f92ccdefd7af3f11facf517b6d6bb0f0ff75f3e90058e9f9fadeb2c7139bbb6f5ec598e3dba39bf02bb27d6b4729ad34dcb02999efc36f38c3c7c0a7c395b0e27657b6bd1fffde6e1f1f687975810a3f771f38bd8ccd963bbf4343a29dc3a02392731869a13b160cd1489eca3b4594d2ec47c53d29a7f72ad95f7be28653fffced98e268a9664eac869b16f663735a444d44e6110e16a24a5d545c0b0847b9b3b8984a395c93581b7309cf9836ff1f80f7d878f773ffff2f4f3c3cdef3f3cc38ffd4b1cbdf16a9c273698346d8fd50ca27e4d9b33d39343e7f4632517baefd6a5442024422f824ccd962dc12ff7737592acb5b11eef9e6edfddf189e799d3b249d82ec90dcf46b26b9286c71833b2a589eaa4123e7e8b652672a6e248c8bce06d737118170fb1ca973fdee5bfdc3c7cbaf9f2f2c213a12ac4be0d625fd2436c3d84415e0d791196b618da0c26fb12bb6dc5b31b667700c1167a9c65e58b877cf9f0cf37ff7ca740798248ac1217e1b05a52d8224482364d5a1ec04044e215123a493f61f5be394fe44e8b0f021a106b86d9a3a44f9788e41026df7dbd7b77797037475e1e29cc40a88d8bcda433c46ee2f876c5c81ee3c66a6f6e90027c09359208adf531749b0f9bc9da139cfaf2a3e7dc7ce7cff740745afc4bcdeaab775f52651f4e030c206b674bb43735d6cc7f2b1889f419bd29d7e0c02126fcf2f4f4e578e180671b38605bc31164bd23026736a5cd0460c2ab19de7b7eb88bce7a62908dcde794967324d5d9ec2193c52bb8ea3cc2d7e63cef9dd793375ef8b2608a52d7802c7010a6f54477be7b7161f31e200226f040aa6aaa4d6cd2f46fcf18f8723fdc7f119a3ac9cf83452778e4b1b1828bdc6e6c205d66ef2b076b010a6a5ca156e0cf9a1b69b22dd6736331ecda82df3fcc96b31376777bfcf61731ba8ede0691baa6c94e8aad94e4899b2d46db6d613b72c83adb728ceedb465226496f7136177cdd7f8e397b455f21329f48c4df02383be3db6fbdfbb6ed1f09e89f6f3f1e3f6eabb1d409644b849699b7e25ba8a37ad6386e85486d264994789a32f0cbf0e91c6dd779e2360da0685fdbb3b046107d7a77f3e5eef8738c1d3115b21231b2f750011c00fde64d235e93b5c892ad8db58834e40b126776a32f9e38c7eeaaed7f168bfc74fff1c359e426f64525bd5a83f74468725fe9c6644bbe2e96a0a96526cad94cda06e0c645fc01d1dabc0838f390abb73f88dcafd9e3198fdd7efaf1f6c387db0fc780ac2d96b12d624823378f98b7e1ad71e4e46e3a47b35a3656eaaed560128bef9c5dec69904b1c3ea5ed08aabceeadf7f71fef1ff41716e0f6f957272923ac6500fb2d899814163601a895a817b869006f41b39db7315d245bb0ad9709764cd206b1c3e73f08e2e78fff824d38b5a94e5856eb6906f81c742af75a22f9b2715601d09c694ef0e8853d18dd007283731bd077b83d53d97c253abc9ca2e1d83b449fc1e9638b104e81ee1364276859ab08e34624f50992b908adeca7e2c5006d5fe6708ade04d2eeb7e3f7c6d9e45f27ae815b47763e6d9c5d0e8107c3fbb2363f9d61a7b275d95383ac18490d75b4d1532eb5fb7d09c3e547bdacda3bf2c3fdf127822c2cd1d5038ec93ed190870d8c07644986739314bcb2d8298f125940fec8129586ada4d24001fb27bab7f055fdfaf4cbfdc3099ee347b70246376e75425c02ba2d4832b42325dea1a05d035973305732638db04c2438141619b4638f36c9c913026059cfa7773f3fdcfe0eedfaf1c78fb7c78fe9b321fa28d137b72c7fd76b27e26c31e6c60fe69fc1e792107c015d40b82210cc56ce4e1ad52d7f0d46fefd99e5dd7ebcfd749c1833591c04095de000464ebc87f3c337265018965a61475ebc67b599a028c326be9b03d3b9be8851fb92a673b0fcbda8fb0aab94a31fee4fe26eec82ae5b229856d69780089fb45014cbd9f3a5ac0a6f220079281fa860c20913e7b334fe1fd45f2f8a122fdf4924e924a1250ebb8b61b6ad0e122f89c5acbef89121440e5ce05c564802786e15a8c106832a8d635ba0473d6e471597d7a0b3ffdd9e5376cc78865287106f8013f1d2d8a29ce7c999c93ce07013d416a681dd06827c32a11bb8fb72b56e3d359549c6fe5ac36549e2eed3cf370fb7378fbcd9f74f3ffcc8e181a2dc7cbefbf4ee9763169f6d160ef695f7cae9d8388150b134f83ad5c50905aaa074a1adc2f62506836c5d9e907852437c0e0cfe32839f3d242193f581f503ab785b6b33cd0d45a14606f38ea8135df61d960007276faf8df700942b394c5b0fc13c5e45a92f7be9d3e33bbd4dc2c31d19f5e9663f3d476f36b09b9da96b827f430bc5cf1515c7d7ac9187645b8f96e1c6d5f735cd9ca02ed5611cfbc0acb81fdaf8e723fbf3911627fc91d7f08fe3834cd819869d96fa0a23b2b86b82a8c1b61d144b702489b30500d60e26e87a56a007d2c1dcc1f590c4fd8dc7eb30e2753df6df6141fe79bac38d9fc1054b644fe2ddb0cd65c9f10045580368d703e3746ab6ecede4bd64087b9cfc0788b3b67ad86ef98f09e2978f779ffff18d1dbee28b329b9e2c79cbb682785bf187a81d48b20d5b093a54958846b6db448c0d307c38fed12668672e1291f6dba1907b51ca84e780ce860d3e2fc0ad2388102217c846609c80c94182a67088b6b135d023249cb5066d82cbebbc162f0fabcb72f2979308555570053795c2a60904461b2d487875b72a711be440cc76b999d50a18adc259c87656150007297c83f09ec4e6e35f7cf978f33beff5ec948116c204faf4aaf0950b187c926bbb1f2cec807284a81cbf253b8b85fd2778123813e8c29f80161ca5de8b6fb19792ee1fcee062ca80344203e41748be95055a2cc682599de0cbf20015b0af0329675b7be16f02fb8e20327c35a51d9debefefa6032d7cbcdc5060c150a05302861bdb96fc986a859e9a16036f7e2fb870ba27efbd1f082480ae0400502b26cc0b6275f3f8fbe7f7efbe7ef9787ff3e184c191d9a68ac23d5b82897522011c61deedf46c210fd2172fe49b649361a41c9dc66e9bbe6617cba14068ff85caca0b492da4753edcdaa474b3f9d5c936b69116c01e9036727b65a3b19d9a01fff61a3241bb8b3b00b1aed6ec8e3ef8f9afe735c93240be0a0e4443cb89e05bf838eaf21c97be85c8a1ec2db6369539d85fac2c207d26d2a448da9bf7007b8c3ea90e1a15a60908161cbda5caeeacec107e2f28dd74116e58f180dca96409dc9d168ca5a23caf21cf6f3fe70fa0c6a1bafc6ebf6e7a851d57c0069f0c0a27059005bd107e0b61d6c08901cf716cc0d1695ae09e2a472c4ca8a6b3d07342104046871b107789ee1e4fc01c207eb456549bf150c30691262b6933e5d6728c8dd363d8cb3a5cbe7a22d946480cec61521764f788a65fa6429ee8f482c002ec63496b64f646cfb1397e07e696b6093d5f1d8c2c360bae6b3080d2aaaf506bcf67b1c1ca65d0552c78a700bfafe709454ed1b30d61454555452201871d783af4b2362198fd2979dc2d24a3cb2c0f4e75755ba223eef82ee278b3bebeb14ff71f6e3f3e9eed5643cc7335958d3d5ff7fa359b691b44e042226dcb0ea200ef7502989b85d78229f2743c5e4989d5fe7e85f550d67e4da0cbf56a88e693e0163a7bb3c1de42f3fc6753f26a156e034b0dbab35049975d92555ce5916db938197bf6e2731f9f6e3e9eee446f1c3f45d583ae8a1b39d94d48ef22aa00d3f6ba1450d4ada8d00615e50576e2ad3301a430c7d5fae5c3ed3fef1ef73ace59f2b04bf8cb960c301860eb964027baf8522d228796390b4a662bd52cde1d0c190e846c547329b91db1a853def6e5f1cbdde7bfedd5da63e4c9e98a554856758b65d823557772d1e6346189816f139d4b604500c2667ce6c5923432277f58bbf664152e93d54591e347f6e97995a3b15f36410e28aeb1709d60ea9623d923ed987feb640b15fd4b6db126d039b8209acde416f238c49cf8afd09b2f370f4f64b0e3b7eb61c2cdcdc5a2975a55332e9ccc49c8819ac3193d1b870d00b9dc12dfcf6f93edd47be295b316690762f6f8d66effdf13a8976b57d230046e705635ec7b47584d8de4b4e08b442e0e2b67dc6c5e85aa0dfe16b75cfcdaf8f01ddb87b3e47c7c35f8c32389eae6c3e32fb7b74f27951b024def066a9cd98c8d7c3f174c546145b71ddd4cc877f2ae9505c380173b0faa75d6419a47b1ee4f56001efff9f2891de0c6898e0b364694a96e444b8a325b619311966dd1ed68caa10f0037cb310284ce36bb9ab6d4ba56b5faeefb3c40a22bd9c303b14a9af0a8c2ab4b7eaac6de549bc84d4caae91e0f9006441c4137b30b42c4b6af9c2a5865bc78769dd9d792e415fec8b6c825fba6aa7f75ce10dd806284f64d555dd20aa8be91cd75bbdcf555bc833dfbd9f7cba743700f9711f7e21cfdc2013e1ce2b3b304c9564902caec7848557ab2e98b44167a21ce2e880e7b6011bb74cd99c6c682131f93aed84982470cf27c97fdfaf1d7d78a047b36c2583888097ac69e268780f3ecd6671cd0a6b248928e3c0dc205b1e8da85f30a4bcd366ccf28e88fe1d7cbc7b5a80beb024f9d01b60fa80cba38dcac73db32c03d7e454464632d804215d01e263b958216f1eb0f40d7b78fdb1ff4e543219b80815a66e1011d690c869482ab870abadfdc4cdb88196cbb01e8fd0086b0da062a45248636ee4b698f36cfa7dff7c2ca09de8247f9c1db01df24e79613b31a81030ffcf2431d01638991e9887082f898c27ee5f592d8c7d8d25506a6d2d5fde7f3adb959a29581fa83a90c140f9a356043716d447670874956e993d30bd4f32006601047d31385429a3d5e0b405783eb799d7ea9d046bc6e1c7ade072490451b1c0bf5aab845945ffc6d81d582e808ffa0ebb4f16f956c93c997eba847dc2f5a8e1e2e1b0f372767e95e0ddac17390ec6bda96834d023f540404e3cccc7b6c0d0c1f55e569ce11907c5a47d9f904e93cdc7fd9ffe70bfcee08e1786021880aecd9461b0083e0d813452919fc6d8075aa3392ba79085297b65005a9f3d06c93ec2f68cef36dcebb5f6e4f69ce06831db397c816cc7e193746037158f647dd82fa21e6e8c618c0cf222b2969f3be0a5480b396bdbb28081daa5f377fbff9ed2cfb152b50da1c8029ab1100e2d00ac7b5f8ecbc0f2b46a7ab1ed031d0699ab27766004b1b29e370c5f1276e4bbff5045cf0460e118c3d917c7258248244c27022203991142af9a9851636ab70a376ab16463435386266f224e26b577f5fee3fddff003b7ff8fd04c6659820a97e7325c08389f3644397538ca0c3d2201113080769ca89a846aa9e052215bdd27f1bcf1b65bb1a20df3ffc2ed4f8c3cdc3fb5feefe794230e0087e7090acf0a3014a822ad8268050d77a18337036eb74d6400a224c26720ae0efc101f6ea76a87e9c3405fd5dd5acc74725e1778f4f0fb79f7f7efa85acf474b24d938700af40221e0e42e1728f6d3384cbb0b910ba755b9e2b2ede63ef7c2ae17ba97a0b3c61a70179f6441c2f5eeb491de4f1eee33f6f1ff65474fcfb7ff9ede665c9bb2e1ca1e54e0535e8a4cebf07ce02b3526ffbeded186abc1ac540ae385764c54eee66b375e2c21b2ce435273e7ebcfb707b5e0c9964f8aa2d6d5b55370f7cb18aae116a23608bd7ee27078513c92a34cb5b271670ae0240bea7e1dea8e4fe4189f1a5c0092ee507edd7639b42b881928ba717f017c07e53a30050962f50d48a1078e36ebf56dabc2bf16a99e0a4bfe5fdcdd3edcff7a77b1b4c3e2156aacbabe86296b3a1c376a0f1352ac4c28e091b81478fc17bbe03ff1b60814aa57cdd6b59f995b2ef9f7b7294789b64905c578692eb5d123fc85eb1ccda0d48a4af14166b5d6ae64c75dea95035096f8b02b67f96333cfe72f38ff38ac8f2fa403f1cc8098c35baae0a02af183a4d72e33b24c3efc15796ee0a2011fb32b3173290b7a737e2fd01493eb3daa378af67dc20460401181950b9afe57c29c40d32558b4065223b7824c006b7ba5cd3552c906e1ab870bc60994a61c0e6bb8b249dcbdacbf13eb4e97d1ea5ea52cb0351d93cd941b86099a0c64030263013a64d702b00249dfa1bd7c595c7cbd3bd496c592832279010ac41f29f9bf824a13887ad2aca46e73314ba5647eab1c057c35e2529add43c54335d3c9c5a309fbb07cfc1e9e16e4e25ed4ef25f20d46858b0ec6d27dac117362213ac630f8c96d70626871e9204f338201077f6d23e5a7342b3cad4255c2fe444327305e400c88cb7c5c074488ac329e5570bdc2a1010cebd7a561614850707c8bd45773e70debe755fbadf8ea9332fac169e62b42e2c1580f6239b4090d92c1f48329d445615cd953b338f0c2e27c6985a79a5cd1f3dd573c3e0979f1f6e3e9cd48ca06f1c23de33a484840f1a4d46df1da2d241692c6683aaf35ccbb6fde2669b6c4207b407fa8f72dc0f7971fdfee3c7afdf2edfaf311a1363e48ba715d97a3d93812d49b317e22558d1a8cb44b887bde797586bf19378677b5a2baa8f77ff6877fda31fbf7e7eb87b3cf9f4e34fe6cdc71938c0be1029414eb5d5d633c40252bbd4b0469cc99637cdc30316617a5a634009a7d0e6a3187af6c9efbedcbd5710bdf2b8a216bcb7eebb59a4fe4d2d07ba2ce793d9bdec4a5e3500020c4db8e39b5857cc3627ff1aef638d3d869edfb57ea759ee2748ebcb3f7df7f84967f3884a03fc460bb9369fc65ab5ea76868cced720d6a6cca6aec0dbb580a33664b745af6e91087e99bc01770807e97237df7dfa79af1aea8ef7f1bc65c0fb350109c44bf0252c676f24225feb5e1f700e0edcd4abe43675ce8dea8cea946b251367f287ae0b77891a9e7e7df778f3fe1f47e1000eee1274d18691402570e402e14884d9a672fa8247c5056d059964ce6eeeaac582db36e81de0a1be810bf4ace05b5db97de1e9ce33c7543421403bc8a3d51d35af731b6a8ce3b592ff016195ccb875ce0ee4b2f0e8e44d0b4103ae99e7e39abf0b005fd07b63f7e63e2a1000d665721c81b7340639515d4379a9fcc226829293af43e48d068e795e0ea2f97c9d7b7c745e4a0fa70de713743cd52e4d42af9e358298724cd4e10e8cf4ba0e077b82c138c5d36e1374dd57ace498f54c21af5c85bca66116f2ee3ff61bdcb35b0912601fda2bac5574a10cd2a3522ed8595d79930ca64e0b022e988b6fa13f916dae6c25c2d87145f44a9d57931b27819d409dac9bb3b898d8773eea2d1a326c36ab91fb37108dbac339b5200075ee55e86bd74d510b31bc1d0d9ecfe3b706a4c7a36840501ba4bb3a03087ad9027ccf96ef5f5cb2041d1337ce5eda5447afa112707deb13d8e1d5c71bfde17ef6f22c1c755aec1d01b005b6eb4f2cf42f47eb2bbac003ea3a988f48119cbc913fc08ddd0cbe1947dff01d2a993ab6d4364866642d82afd1b3dceb8d83a805b0f6f7a30fdad468610d0c417d8ebcbc0180f35d1dc06acdd5bd0e5497f3ef47cec5aa5441d089cb77af728c79e3831e7ffde97071f7da0f3dfbe48972f689f89c38c380b7496c9de00096d0d894b72d027dc204184faf50c739b11bc08ecfda7fce3940fd33ed83acf3c5f4890b15ac6f4c286ad206f117d509491cb6f8aaaefc59ba124030ea3d1fa50d1fd4563cb27ed75e45cb8770fee1e6f1973db21e877253bb8537eb740f2009b8b82b3e64518ed440e685ecc2fed9aa4fe03ff5f159d36c770eca129e29e0d514fe9ccd2e1237df99e307261901ea0515546d6e9bc3adbde2a906286fb79d68ab9db0940a431aaa6c81950e8d0deea2a4fdeea7af9fdf5fb49e125281ddb12917d80a5ab150660b22219c11133cac3aaaa123d5b25982bd106b5e36abf055e773d9f3cf5081f7371761a800763afb2401b8d29693ca9cbac3c84ebd2c2691a236563509b70c8d1ca8de56aa2769058247bd78ce9703ba97634e18351f42d65b6b3468065b73acaa02608fd6f2be1cb48615f5654c1779772d062204c10aba09be05b21d5dcb5c0979fff3feebc3fbd3bb4212c55c968ff36cd32df94caeacc45d28d4c6c281220910100e3206b17f83795512598466c750db65d3fcb742d397db07b0c6dde77f9c54eafaf2ce1bb5619bee59420839e19a83cf39594591a61695e4aa70de74c39389135102faeadda1f1f15f2adc1f38c995c23d8bda346707b285e6143e4260633af23eb9d2842d34b17aab90e7d514eb4490e0cd55055f73e82328a7eff47059f1f4cbdd392de139c4c8e175617138866799419b91045a898436f2055c59cae06d380e130410cc6bb22adfe57050e29fe825f8a219bfeb231aba9001832cc086771594a190e4351023289fc8a41506cac7efd386cd2635e187c951f221b0f3f6eba7437078bcfbf9f3d7936ef712b59255654955211da9195a5713c71574d382e1e99346822a87a874b5d5111006e766c2d7ebd546e9bfefcd1fa7d11d08d0593ff2a4f802f49c734eecaa6b4655e647b29a86ad9002804e529dc74c5e23090404fd5ce43a6f947e2692179d030fa71d3f202ba7eb39ce19fb90e4b197363831195e57a2b87b06c276c820d1468df0b13b129dea22ea82bbc4c9a7f58f9f9ebebcfbf2f5e1e46cb2fb6a220f43782c6bd9b64ea0837b396166d54148918e4863b386d5ea569b0a22fbd548e6555f0e67ee9352a48e1fef6f1e3e1c4772fe7d531b8173940964cbfc8a376a417435f959544fc9bad0e1806870b36a3035f3b0c05516b8b5a3d47125eafcd7fbf7374fa73db5c0fbd20f7de4d9136eaad81eac7a5ba0f469884296d74bac039703e4b28a3a71facd4295667a1e63f95ec5ee79aee4f41000c683f1ca3fd018e72c208b9d0eea000a43b3ec52138327850680264065f0f7bd0db595f6600fdd68ffd7d0c1b52e57502b8fdb1a0f4ee02b2a19cf140bb137b4a4be171da458d4060ebceed1e56812f4106a385bbd7eddff0c37c964f75ff83a9f5e8e8ee7546f303af2061f39346ab226fcabea2281b312ab868073e353e17e043e5e4a64b757f2b61ddefeff8175dede3fbd54e3c19ad9837800456adee5cb39b7b75571588816aa5d93dc1dfb2da910e78085bc16b0614c2d1e2ee4cf2912dfe6ebd3dd45af483663766244771d466f02ac750049342f0dd61d1a35094ad326c321a6ae07d8072bc271345c71087c7fa68febcbcf3ca336dfd1851178d38391864a1b834845d42be0ccdcd4c36d12384fd7502ee501c125642dbb2df51e2c8edba14e7479e571521bfff1ee67b5061e936bd81f0956cfc8faa9d03b3c71912c3a1de19c036bd5200965222a39d7f962fc2d41de9530d5c07f0d6a5f47644b6db5a3c35e34c30dce5b9e27317e74c25699b66e846975a56f7e334280cb41945259a579d0e8d5fd7b7af57ddcdda926020ee1dac77147ec2d6ebca90ed4073c479f6187b584440ef5ba9d525383dbaf3cb65add01d89fe3bfd75ee2dba79b0f374f37ef3edefcc7efca38a76568ce06200f029d2df92609f6a9ef9e7818d666d8999368bf5fbe05d21e98b36edeb1f843dcbc1e5ac4ced3ceb72eb14f771feff44b02c4df3e3dfcfc707bfbf9b8f407010395acaade3022e20011f009c2f9ba46250cd8d4a666b1868e2cd83f2838b04e703462f701f6be51857eb960f9c7dd971f553839da458460b24c2f2a72fb5e201129b16932e8a44763acf1aa17351555ab2b6aa1cb44c916d43e4fa28d7ff2d43cddfef6b487acd7d118b7f5493028e033750a71181b1c3136ddd8702e9aeeb1c9747a787511e5518090a017380ddc7c5e4388dfebac7d77f3f9c3bba3f6dae32633756a17d8536f226ad03551651270572b07807c8e10330412e434490f7d94cd439379efd12d732d45bdecb8d3fad131674c820b599f44f0d0204bf00089124064bde7c96326d5ad975a9440ee252d1006e993e3a54877c419df9c48386ed40778bb6d6b6184ded95420c0320bf46d71a2e06a6e2b61b1b6ae59c203bb4f17b76640af349eb0d651203e29ffe910dd7dfef9782b13b695544db7a96b3eb4f1dde35ea651ff35bb6a2ccb06b22b837f73de001afcd6ea4e57ebfe30e5f607ea16e704b5ed0d40a12c40c6606b4642a1efbafb4d0e30de54825d4330d7e8da6ef99aa16c31c029414387e2e64979ecef2f533bc7f53e07d7d6501cc1106213ab9f608c600df162a8949bb750813641d7e92461d27a882254f0c8dcadbfa81ba9b20102fd72afc1865fbe7efaf1f3cdddc7b3dd097507f601b6131cd41a62ce5e46f40d2cdf822a54c6c4b0926672bdd7281da9adab36c08aba7abdb1feeef65ac19a70dd52047e24cda1c4aa790ece2348c42a0c82aeaba43ca2940cd4174f8a734dfd9d249598e28ed5ae741cbd35e97c3943a0b1370fe58468a7a9e69ea49366962667d4594496d1a5f6def0b56c54bfd52a36aa9444b4ee176ff1d3e381179e027c984f31b1e5d4ba444e546ae44dbaaa99ab60c01ea26200125b20500023480f7b954c4db42517fddfa91c3d3de9ac1c47810a14d5f37230597330511e6ae46b107549a7801213277f03356ce0261b3a14846f9789c165dbe2353cfeed9ae9fed7cf7fbb7978b8fff5e48a8915b4c59a9ecb16c18089bdc3bbd404aead2df3c61bd82bb72c049e41652c1194aa4525c670083bf6ca35c00be0239c71a6a61d7597b1895d2565a3fbdc28620cb46767c53ca2ed8417626ae63b4cddb64693fb653fcbdf9f1fe8207971741879f34ead46a43fc7a68c3b0ae130f3e3746b33474b8944062a094d7d505d6da66169e2a5f843bbae3fbb6b7c7d67d76f1dd780498f46c675dd154dc4370868da86342f80b6c4659ed6c7207d825ca5c601f8af5e6208ba553e4ad2df69807cf7eb2f774fb7c705bf14a5e8e2c3b02102d4b387ae8179887321648d47da8dcd398441f87f0fe2d4d880a65923c1aa5c365e2a06bc1631be8d801c370d8b100c91931692899e23c847acb6658dae1a1e1580ebab1289663f1778846f51d89f33eb36f7a212f66d4ce0cbc3fd4f67e578cb9292f2b40d32905105c5a5fb48552a3cb46158d0b2864dad496d6b65290c41ff8988f0a74339febca8c0c9ff517325a72c3bf0beb2b602e19a9f525a9d731b93c846121aa0e7aa1101c05662f3989a36a5e7da9b406d4b7f48450f77bae725a1a84bc5a1296f28de4c6a54d3be98aad10e3b9bd5e885b8684ce4123fcde68288eae23bb9e28fea4f97e8e27ccc916fddab01c699fd6ce7c5a773124de48d15cd449163e1098452de5833ab12784c57730531d11fea3317e0f9f15907e9c7db0fef9e6ee1fababfbe1c054c00a2983aa4a4f154f0ef3279f092f9d8d4359790d40b2398b3b7f2daa94312c119b0ef61d3f1839e174e9e33f13152cfea29b7d1e6382b81b06f71f3d94b616954dea46ac591e494876e609d709503ea7acd472df0c68e1ebf3f77f8fca96fcd1df6b60861206755b82c4c64914900e85dcc367b095e011bf93ace8045c224c3f4aaee83a806cf03ab77e713a56a4138476ed1ac1681e053fd2fb9ed77f57e802b6cac90dce1d573292d88b4f63b2d93d9be69f0c6f39ad11d8fae9e75701c9ae87e782e4d1f6fa318373355a3d82a514753571030cda0f5e4c1a72a90b2afa4a9c42bdd47741d599537d25423f3d718ed190f7ab88744ff7e7b22d5c4d95037805694475553fbe2a91c09de00a50058aba99c30403eaca64875d2fc97eea809b0f3b0838e21f12e95f4f9f6d79379510e40d5940a00d0b14f922b8e5309ca52e673e4886d4e5da168ee9b8cabb66bf0cf046f45d54dae9dc72390f3f1e6f3cf8f47b7544e41a4f23840327014b9c8cd4cb20741b62891ae3dcdc3f48287af37d5812d248c05b6cdb56bacee9aaccaf99e014374384d376d701c485825b178b0786321101cca18247a627325aff4b10134baf88f4a55a09ef206927ba9d37efb9bbf1cf5ec1df7e94d179d425a5fc192e77356e35406af6a52d7a8cfa1b2c092f822ed079bb702a9e5d355d78ce5d09e73a21ff2f58bba664ec6f6d8ec36ee9dbfb5c38948ea9947594103497579f55691a99a9ab63445e0c004392dc367194bf8bb387fcf7752f7f74f6783b51c2c68f9b222c0bac8b74b57b4bada70bace90124a28aaff42dfac3333806a203c4e93b8e4c33f7118f6a2c0eded3f8e819aed4b337fc95550942e8d0119d94104d593beadba49f220cd8d84a56193e873aba36416b3c311e21e5fbed374f80d8c2bb85d99beec2ac28a181bdd7b15c2745922ac9cbf6ea416e28bb58e872d159c6e45ab0887aa33daa6eed48b2bc6bf7ffb9097beb13368a5ca159b7425e06960432e978d81446ae2c916133424edd4172588a016e6ae7141e356f342f07b40bfbc59b8acdea91241d4e3257fbe7cec19a5c3068c742a581649d3d558241cb820776a1cdb828ae6848bc8a257b74648964d5c2421170e41dd9f32902bf23a929993c24973a10195b721d2933b08bba716d493c213d746be86a04b7a41388e0cda0c9cc85d6f633d09e98764cd463cc999136e9ce382e1488084c80aae19b02de086aab2bac4e66d829c89f660feb54be0c14602343e1d2460c2f6dd9cf93cb07d3d6316187934d229225dc2043281507a8d0efed39c6a5e9e24239cc0899da98606bfdc36cd0eb89741b4b357fcd32dcf79a30bd66fe9fa0459da750053636678bea63d897faa270d5d18e97a9ee5cc7194ca2716505f77d1bbbcb2442f9e21c95519a82ff75ffc4977fd36250bd96336f02a4ebd44e7b6a1e644b595c29ea26e6fa67a31a553b6edb370829ab0ce90de1a7abb0cb83f7dbd383a206f3890c9519de7d9bb44e667f5861e6219bfe95a254dcbc7e421280b53cacda97231d59d71c86827f5d94bbc9534b19bec0620dd746fdc350b4eb2ee9aaa2b61a925a9ec6a9a4d9a9793f0e4c45dfb61603bfdd9cae8c3ed879f6ededf1e0742b7c858c375d0811af86667671aa95574536a662fcfb209b627b7acba6bfd0a5d8da084c5b241d7aed1836f1bf604f480126707f214763fc965e4a0312b58b084579cd76529515d7761a34cc93855294b3801ec08e4bb564f3fa1072fa0c01a087cf6a4dc441686c5fbaa467956b66d22982e548db3e59093571b4e3644981674df97d7f388f03173ddfbef9e6e7ebe18dab59bc66487ae3b58b2a60173b5c2036c326c55e3d8801ec97b8274665dd3ef5343913453ba8eced57bc5bd0c770efea1540492bc813b6295d62b303f2782f574baa79daa9737f23b3c6aa5ba79506b69bda905734be659f4f5ca90e90dd0e2f3bbf7ec4625e557a8c8a9691278085204532b1fd80506d953d5cd77da94b6a666aed48f0fdeea19f80a9024756f81cdf146b9fcf9651dfef2977d39cf2e168b8a7046a3140009de1fdf21478d7406a930c33c40a764c608b7096cc150c13d12ae292ef2e7b78b6a1c09e2c3edc7dba78352ce89a46785def028810d290205c69e5692b9ae8e00dcd10c42e760cc6845845beecd1371e0544df3d9db150c752e7d50a254cc20d1306b69ad02a553d2ec60f25e1595be9c6db3ce285547723228c30d29142756781ee6d22e1a722fea0a574b8d431118102c421336308dc9234bd83190d379d054f5da6c7636c14c09a44240ea8f6959fbf4dab5c3ff22b3ff30ee7efae987ff712b75eadb07329444af4f92e0266125103fa9a7b556a7f838f9c51a3513340e1cc7132403a79b6136783bdb68cd496c993199c344e91fcf277db87b38b489b1819f7ebfdea9c19151fb5d64d9b7e9e190de46dddc69cc75f2b22b3cd54b6522ab2022e50010825a59a42ab6adcb52d901023c17738ee1c62e5959088d70b329b53e38b724a7401ed3b816826f856ca196680055812c80d341eac968d0b25d5bec2b0cf2502238f960624227a9f3249b02ca66c9c88663a8fe67c89cdfacee09f86244dca87b06308ec6dfa530d9e23c2ae85ee9367879a5448201472ca437d09a77aafd09aab269d4f5c7ca452261614ff79a799bc0bb4244e7300d90e401299f05eeb79a45d4e7747a39da8d6ffba5b258aa9ae88d917821719bd32fcd162f2d1cde24dfc5bacaef6f1652ddc95d64b47e35c4be88669d703a70715a6359525e2d364a554ac20e61ef3f2970a73435ab0330d5001409bb58975acd9ab3a8db95e2e3057c7bfddce3c6b12c70c1a78401ccb0301b324a121d6956052bf6c92002b26b25d5b77168baaa10448ad80c07ed5a89faa4a5f37c44978014a460512545a6b178766ddb4bf040d4963642037063eb21f3c163d7537409f00123c91d82f0a762fbe3fb5f6e3f7c05a01e89dbaa19644df512f2f939f1c8b52836554d0973182dafd7eeeddb1ea2c0c92dac881d80860554f54715e5eb63f51f6e7fbaf9faf164a45e09aa26b58c03c76a601517db1770432ef1b3b5a41aa52e74200c061407f432508fa95237c1fa527442cd113b57beac5dd71a9c04569aa4ffd72863e97a3d95ec6d8344711881a8c6274995130fb61c9c864078cbde3c8f739f3ddd7f19fe0729057cbafdcbd36f2f3d1fa40a15dad886ba0670f0c62c3a330d0fc81ab622c0e3a01c3e7ac282ab76032758029b1ad94dbba81dbf7cdee3fbfddafcf8fe04c8ae92edaac1ea9a1aa0e3444279598af3ba39d5041b61c08411795946051da3d60f2bbdde23c2f67af6bfbcfb40163925124d53db5d05b7a6f1b0cef38813b24e99f0c9d1cef0aaa18b4009ceb31d22f85ea3084e93a64795a9d712f58ea38e01287f90b70f705fd060763d8798839e0085f009202e6f84b8c5de301cb9b1f75eac8d509e6d2eeea0a576fe2c0fb7bf3e9ce10a520cbcaea97f8c15679b6b8801fcd9a2e7074914bc9baedbcb7de02faae9778b9a04dca08784cc7d9b9f1dafd3e2f049bef56c694db4411234b39879a8693b386c8ec1a292f94880c5408858d06a04aed9e0f0bdd2fd389431ce0b09fcbd68d06137bc7b7cfafae3d13e1feab28ea482251948feba69fc1898c65b299c1d680cdb92cfcbd9b0889617648a1a295c5647d665b7caa9b4fcd9848b5336dd87f3da58d93605e95da022ad38d3d44d898a7ba5dab2a471c0b62478642f8d6eb0c55b770aafc1f1e5effec2dfbdb0b1a2be4df80a41780b9158a97996aa6157a01f8c33555873df96dab017201b9a1f454327f9781eba6bdf8854afb78667b36960f8de8c5a305709163892b3aef4a5abee02399e60a9cb92259da312058d79a5dbca61ccc1469b4758f11a70da3bba76d390bf1d9abb8efa338c60c8e0e7a9bebecbb9a5d62440ce0fefbcde9522dc906d934c2d4edd4292e89a9baa2cf5d971e18a6aeee3fd6777dc3f26598865fbae3ed934bca8ee4eb0bc09d94ab9b7733a88ca491bb7736a96ce8fe281c6800eaa3ce73d04df42f15118668fab31b6ab135352882e04698638189a0814e1b11241a485412edf54ccd384317fb61a22caa5acf7b78bb543eefefcd3fd49598258ac71273fbaba324001c01e57b32b308aae8b89ce162209cd4e624bec556199194b8990ebe7a5bb768dc7d103669edeab83e3383f1b6c5f6fca2489e6b1d76dc8700675c06d1249211a8359f67908f521eea03b3697f6f58b7f5cb0dcbb880e630ad761f5d29a110f8be3a9d62e61b684973827c41cb5f216df0b7173bfe68bcbe715d45515adadf6b993ea4a0ff6255e393a9a5f6e01be475fa1b2b83ec42521cca136107573f129929020ce4d7e49162e9b1aa9494cde6844b5113e326ca3ac6be753b9f6d3fd0e59a0fa7fb9fbe0ffe94e1a6d417f73ba3c4350fb755063485403ccd4dcb26709e4d2d0d4ef58c9303548f45c5d41b9c8d5a35eabae9d4b658d76aa38d9dd621727322bc0b68cac3e4abba475d2887135cf683c7fc84a9072f39544166a21ee494f6fb3d70a268722fc8f37a7d75140f69943ab85cd448ad0f85e30e474f2a114869b7af1227bc968de4d5d31b08938722318cde78e8db7e6b5eedfdfde7cbe36afd5bddd88db44561ec8aa704a4e7760a86d0021f85417ca2cdd02868b24749b40c6becb07c42eecb5935319a71fefbf9ed4d4380d5ec3bed969fd09dbe45758283f8fb8b52d76906605458a378d4e17d20809459202198e18dfd2a47e2d383ddddf7f7cbafb72a10068a22a2436c25046a8125817f19c6cd594fb60dfee9aec59ba1d6e1f9e9e1a04d98627ade6e33be2ef4ebf5da3fdb1f0806a67213780003649a7187ebad891ee8b46e972f1b1bc5cb5f990ca3b7f48426b64e951cab54dfa7c3ffde5fe6e2f129d7da227ff710e4b21d313adad5364223a44c95747e26322f211825cdbb5fbf912a3122d3be05742fb3ba88f97c9e3f25ee1e62bac5be38db797d70a9c114d9f06a0d73ec053b7dd3d22b4ac7c0565f3763629d5f26d330849aad72c02ac4ec23387fefef3dcf9ad40f6edc0bc7bfc22a4778e4f38e7cd4cdf8d06e0898665c2549205061026e2eca0a0b6a9b7376e848dc5c6b29a7c31466a9f875bb28b2ec3b3f197632f1669c8f4ea007532eb017a1b825dd5406592420acc7f8b4e3ae844e044fe894467dde326035558c73dc9d787cb5f638f65f566aec1075ea26607c8d7babad09c41962022e8aa687ab3a8f691d4bb54967a67f873e1aac9d42957bb7ffff550047f5dcc4aea97285e322a270c5de8aa0e498e9bf003b85932055c1000d62b42c579b8ecd42aa3eeaee52eb9fe4beebe7d3a9db391103f543a695654725b52ddc84e76091502c0e3147d0cc7548d77d9b812ed6683eb9114109f61e51b0a6f879475fb707d603bc0ae4376aca4eaa66c832db7dcf75e1532e52e88b0087f84e044d0c8ad6f7d6f1030512df4e50daecf2fd577fce3fde7f389bb46aa2e7bad78b12b06d91a9ecb33f1b36b6aac62de5524a0e043ba843285d03fac6393badda1b9e14f1ccf73b9a0d32f51a30a719cd026aada8a270c01caa422cde9e84027d615dc9b1d4cd96946440aeabef5a64b82f49666d1f746734fbf001b675fd911a56c9326b4054c4bac65ed13c775ecbdfd41027b52d090d88b95723870aeb631f31bcb7e0495ce27d735d42f37007e62e723e6b495bdbca9f7aac9452d6c7c74e1a5cbbc4d4391d654cd65ac8308ff11a43e72a6ba102aac805cf532c7366496060a933037a18730dc669052383f8eb067018904e1b43774baacf6444e8f3d62476f1b981d6cd38e990ab872dbfdd2725663f5d4645faa24b2c8e3a412b73ec83b84d8a949768d954749318e51fbe44cef9f7a65d2fa59c5ffe1f6cbc7dfcfdd3536a2aa1a28bbb1356f41665f122266ef4029245bdfd612ad8dd2de22dfb38ca125cd5cea41bf63d6738d535b0f267172888025c88f25a70d922d6d47c29e078573762453b3f808b648a95de63e5d1e5c04c383fee379cdf16d1d8df38c4a92b46b4bc94b69bd66f963e8be6d368d61b7241d095d9f7ad9c849dfc6b7a26ed022c5e1be1d642dfea5fed9db5fdf9cbc56fb25e16146c58fa646b646fa9aeaa6d5ed76f3203358bd856a35ad58c97949b630dae1201d577bcd5f51efe4b7ee1fcf86f5d485399dca59727ed244704f2b432f24f3698b87484c89581452de34ba4a4cb2a8e065830dfd61d8fb3b4e2adfed5438db75b5c5e1ecdec734c8ad30af0644b67072e245844cee13fd9c64986ce6ed8fe02b605dcd5db2d1390290171d779ff93e7bf7dbfbbba7bbd306ea99646263bb9a87d599a5a23b0f07a3215b4df09c8b704ccdaaacb44b1842725d486c7c22593a4801ffa9568d336df0d3871f84a52285de3502ac39ca3221100e13f1852ccf23c30dfa82577b69c0f3f8632d491228b4e643e5ef1c4a5ede209dde66c40ca582e2b836a591ab3bb2ce1618d25d2457f29c70a26233bc7d38f245b7de2af9dbb4beb5a79f45e95d59eed309671fbbfba7ba37d99f35429aa4a7d4ecb6e9b6244964408e9089e05ca1cd73cccd0778b57a026d39f0e82be5efd342cb3f6f3edeed1d5547bc206b127c5b1c29073f75bb0eb294e6971ebbaac1a7f3301cf3ae1e5a024983504353726a1a0bbecab23edc02162530f6e1ddd57be349be893222912eeee4e8b8b549598b08bd408e240aad65526db71abe9cbc34b59d862cd938713bcbe2617ffbf4f1e1cbfb13765af87a019a26730081259847d14da6d93831925cec413714bb7516a877a9a1d0c0cb6b910ef17611924f666acf1beea633fb7581061ce5ff3592ee8993653583dc2c1d61970d991be8516262c063689687305698f2a11fd59f1b66bda1aa741c8b8395389af31e145aba06f781887c584f96371601c4895035f81a043eaf0144682bd4821d0603ea6f941f5fda4ec4abbe759e1c9737a0f512a002b4972c86af4ee5a98b29fe52223c76acd1f2e2936d88c46739336e9e7791821d5787882f1c174fa5e403e02b4867077ee81b319e974926afea9ce098e4aa815175025a23312e0324d794cfcca30697af9dbc7fde3e3c9e2593bcb6c0976f24e44c2a6d557dfc4016e7dc028d007a41f7bef6d2a110bcc931bb5589418e92758cab7e8e0fb73fdf3d3e3ddc5c18d6e60041201e2dd05d0c5d177533a56937d267d6e04baddd250e9f669337a963ee9d45ada6c07729d7aaf02fb9f3e22236d926ab9f1e8384b9735177ef5235639f1a0085c17f935c8989d61a86869a91db36f25836d61e9eec4af1f664d86edf2b37bfabf7ebb83989944b92189add99ea7a1aba922d226752380786821a2c1fd64b599390463055afba9f40d1701800be20a03fdd3cfcf874f3f874f7fee240b08aa47d13375e1d274b7630d2dd1adbae1920d14436e85c32790d02ba7e696e77f2a86ac53fae491d3e4e5bffdde3fb87bb2fa7d54e80ad25df38359f9ba2bec51056df45f23b4037d8ec23276e6ec32c9d42368d6afe8168995d3e9487fea0994e73128fbf3f8200251a406a3a49c2aad4682cd5ca2a82bf2d4491a5db66190faa57b3cb5f5ab6525be99bc6198063cb1260d554791893fd9e54d3cdfbf7f70f1fee2ee6190269561a33d3ebee03b8995797ce8f83d7731c890cd61220ba94b1c4c79389bd4c5f0877e4dfc388c149a7cf8b81c45e2b7f2757ed933e7b968d0d0f532961c2e387277a2a4738c045d019e93201958810f1ae990d6817d9021c205eeac12532bd8d36def2f779dec9effe79f7e1f6c4944cbe35d5facdf276d76445415fc48d3a21a4deb336465604354226b24afcd6485aa3ada68bcab1aeb603bf35ed7d3402e4b602d62002a85ba4a805dec927a4cb924402c5b3caa7d0c920135e5caafaf1ca964ae15da991f55a49f9e47def8ea0a7af5a971066493968ad4d0aa072c3210e2da8b8868e962e09aaa411b32c8e487e4931632ea3a63c3f8f6e3d5f6e449ebb538e920909b7fba0f67369e9f04050a8c1cfef421524f92ed9d90e92e78c251d56323b6f5b0e1ab5da63cdb173eaf470f3f9f1e31e79df5d7361e09d116248836b83e807a998ab5163a95754aed6394ffe7f954e34f14e620d418a1b64d8a69e953f85772ecc64d909767741967e7e52b19c1fac74034054297b9fdc92a50da045734eab89581086217c7d1cf7c95d068ce79374c28f827668924824206e8c595c8383edd69530c46149959a1ee9f28aca9b94c0259a3176078ce74bad2b8e93471addf29d80a07d1b983beea596059197e407395425ac5482f1e0f30878d4ec93ecae93945460ca525891c566b16e13403b8c905d9590fd8b3a559e7eff78ca4aa48d3d34da2499c1ec2457c9e9931d525173bc06f96b4d7b134750d5bec20b73746c61be4d3ee0bd2b4f7a3ad7c13fdcffe6ddedc9882e6034cb7ac205e5d5d6720002b16135794838e658fa2cdf3e607a50a393ae6392e9aae14020af8e941c52cebb4b8d82023a17bf8d308e1984715b6e50df2c456f6d6457c50626a4c81b3526019adbe061238c849c7b0df2e96ee9e3ddfb5b8da8ef658e87f732b538eae9d0334500a4766f063dc8dec5b466a7a6b6f9c51cd279c939b3814050d01d1946818e0cd0ed99f4be31a77aa8b73eedf9ed35cc92af332c521fb422c7bdac00761924af123c2937ab1608da94af9ab0ec8079cf542c1917647390073871ce3c57a80a9514bd525b46aa2364152b71a125eb3d35c13ac92c121e7893315bf04a6bd227d648ac99b1b5ab77e8477774375fc99d7fb9fff964da176a111a6463f015659edc77f3413e461de7d038a28d94adb32620e56201915fbe0066971f32483c2a209fab0add9e023eb519840cc40bd64b07c6c86b90dc9875231cbb97f780e40756966c7fd99939693a800ef622c1113bbe321dfb2a1e7954c394ea6eea328e4a1acd906f0d810cd6ca3170aa8749d6d84779fbf2f2d4f81725ba1eea3eba5b2e70c18b86f2b3deca79cdb4a88d5d97b69a1c85e125bf58a7526d55e95aed1edea71949211005c749e97ae8ad110a353b780d407feb48ff72f7f933a7eea8a63877c5499282847a08caaafc882afb2c33604e00ec2e9aae46c6909d5e6ff255ae1d2bcbece9eaecc2c9fe3fec97e3cb06430e0852af2124f2bd895932935dec71205d5a648cea24dfd4fb22eca9be071d8b236459b299cbe2ce11a3fc74f7e1f3b14ee589405492c1468f9ab5ddd435b059794a49bfc7cabbc6ce2961144e85e8569364b5237342530a27757f8df600a09fc7dd4f6b476aa60d61cbb39be075d096fc538d264066ebea6d8da36c53767b814cb845d9166e52938312a57a81cfff7ecc064e6e3913309bd796416a6a3e33c1991c34682afb1c17816c591265b5282637a366e3402e1c8a278701a6f3a6d06b030b8f5f1fbea860fae178b76c52a5dcc2d84caa4280240339662d992c9b2637a70db64c1c07b94738f952a79dd379af4bd2c4d76ea7fefe3c857bfff7bb6f59e1bcc18fb008a8e94151b3075d8ff4d02bb0c5c33b8476d8166b6ecd7a2be6031b1920830aa0dc9e4ba17fe8377af2ab93866e7e3a2f89f0dff80e7b654395d622393a19d95b5d31e806d9cfe85473972020dc5073229b7f6e0638bf55fe86da8eafe5572f1a12534dcc2f3b569ad24b9038c4505dbf0337e694a5ab9a3f269ba794d862570b569bf3aa2bcd8ba0d4b1b42fec7e42a7263fcc68aebfe9e6580290e0f94d33b9ba27539797b3ea33b6c3c62a795f0d91cf439bf8dbdd4eaf354ee1e18359ccc5ad71f66a77804df8047f2ffb20be556303a86daab4ed083d15b8c3c1eb566681267a6d242769417b5504ef04f27f79b8ff59a447ed16a77b89142fd0441e2dc68fa5867f1f34ed0c62523504fa37e5242296a54209f990b741cc25319390dd5598fa7c7f72b54b306fd0097e1258d0384da49190335937abc059bc64d8970cc3a5a94c68dd4d255c8c2d4945e2badedf1f2cf74b1ee9ac6e18928a96326d587569ce6612d8ba840707d46793e6e85ef4f2bce458a3bcd1c03752ceb976564f9ae3af0da6f1c6aae63b85f6d517db67d60d51351a27cc4bcd82da81d25d0f53a5ce05da0b2c8c6ea0ed9bad1f17b0fc424ba649106d53ad9a20d074eda5f9f9bd5157c331241b5d9179f28aeeae81b3ea78dda0ed819cb65d2b2dbfb08f57958efb87773f9fa011598585b1384596fca58ecc126538c0cf6fae90cbda10dc0253cafd69ed63d7be4952178054cb551755c8dd87fb4f7f7b5ee4e75ffdf8fbd3ede3df3edcfef36f5f0fbf73f22db2ada433a22491774a7bafec0fc79edbbcd1684d956701e143d34c13bc34e45be3671fd0bfc3c4fe9ff0347d95baba38d1ce694c6a6fb3f19bcad135c3c278afe42633e4d2260bc06d882aed4db71e7c11f9d295504eb6bfbafe57c6c12fa6b33665d62df828056fd83c49bda4b8496153771755c174aba1cc2e0b8725dbb8044a1c3a78d95c7aa99e6aa01edf48c948bcb6e9d5efc5092a2cad94aea459c34bb60a90c3abf98f7fb486dcdd653320fd380fb27fa3ce78a4f648e0b87aa3ad33bc448de4ff9b66057d0d0d0c6f66f713e95683c5baa73223b2ca3ace70a509c24839f671b51ef6adc566ef867dee2f7aa76afcc924da202cea02721fd48d902f6f3590ad541e25944c78c99998151230aa6bbc40bc2daafad89f91e149e23bea373ef91ce80241630b45a2636e13e3abfca6918bb221e5f8adf14e83c4e82ae430833e3536e9a588ef0f19e9eae7dc3c9e0ac2110e643dabce3d3977cb1277b2ff071f43f89543383197046e35fc9674f904793751195e4d4e177be5d0a1742932916bd41853918906fc78f06a2472b1410e827c684d61cfaaf5963340a49037b90c0424811a24817541514e5c30af1a32d82107da997723f65a73cc4a274a70350ac14ee035a1304394e0d7d164724b49a025e9511c8ec1a923ca957684b3861a18016f46025e30cd1ce4f225d73cabd611f0e7902ca6dcb2898a1da60efeb57689d61098c7735766fe0396f9d3c79b93abaf5d67944595cff860114720536e559e13d2b0f6babfe3411b5465824247910ab35a7e8186cb3eb75d5cf4075c617f476bbbba4c984c625935e9b4173c5546626195b165a7e3d57f65345f07cf2c8be32a9b35dfa44777f5225ec1f5973bf50dfdf6f237c7e5c9a2f62be0b246ef8bf4bb5212f0b3ade95408f7c6b6ac66dd09b052194d32246bb28edca2ef7f12341c371cbf1481e5493836988c37527351fbbf857d016d219dc5491b0d1635a74b520fd38d0a0827ebd60c5c35cd9f8487577a9d8fc7070963ba8be2931a4bca6b0405b2b763e33411686056e4909cbd2d9c20ddca0525385d9baa11eea89870e62474a11dc8a94c21d52135d3d241439be54365dd2c0ce8a46ed32b890b3003248ac438f5e34a168ac8f86ca976a21d78c0f504858f5fceaa5b15a01eec5600b5655851d9cd0fe7a017eaad0186c8663d87a62dabe151095185c84aab11e120e29ace2b247f4a9ced4ef72c57d47b41074dc649d3aabbc026ce89b20b31a19842245c3e481c14a6bc64490e5bf7a3ea9625e9e5e7fe464a3b7fd5af032d2f9b4c32098d8c0c44196a3958c36900dd7b9bfdde8190832456b3311c68354e6dd66d102b18330ceb502d7a4378e49bbdc8b52ec7940d498b9f48c87212f067758db40d37e9a5b3e506674d629db56528119c1a50cc4776e848aaf36a0e3f0f59cfd72a378f2753560093d28d062855f39e15e89725b391d8c76cd87d3cafb09389c94bdd4faac3781922468d7dd643ea39fbe48ff7bbceffc9cd6be20360c656beceba3497f85d2a5247d8e43a663df14a5d542438afdb650f0a5e1a2828ab3f8fa79deee6e3e6f59307b2bae37559b6515b93b78930761618e1874f6916e8067991e680e2ea7fd6548637cbcac5651e5bb87e47f9f9ed56ad0ecbdfe42502966d5219d97aef230f78dd224ef334d580209ccd7cfa02bd24a83a27d9c86a3b3f0fa79eb75b5f718b2b1c0c36a128b36cb7c4b5bd840d659f4474dc741928b2a831c762256f6ed36abb7b6c85d6b66b3bf550efd8efe04eadad8ff422b3b13b6b6a2b93686b950ff804fe59bf0b70f9e40d00d7ac6592ee5dd4202370aae59717c1b55ac023a8f6bcc7ac48350d7a5b9ccc144bb79bf4fca1e036c9f233cec8490c53370b134e35c09b03d01ef2daf8cb6115cfdfe2b1c0e0b1b3aa6a60aa27c8959b9f4b28d987553abf6908f5a435cb3692e7b83acbac348241d0b23a011c1dccb34fb43c3e1da6f04f225adea4d09834a515ba2e27f9913958b1f73827e91ba4ae092a7e2a6f90735775b3220744a748bc27afb72d70dfb851fd74ff70de9cbed41a1ee07c4524242e4b7e4aae19691974e099db31b50c00b7e2654cd621097e5bea325429f75ac5eaadc1edc75b79699e14e3a13a2cdb415a137c6925dfe2b6e2405f6b69585b3ac0b25d972f715b9aaedec0c14407278d9a6b05e4d7d6c1ff76f77882c9266f702608ad5455eb56b726df927da4659781e7f1a6f7d2395d961860a4716c3635eeb89e86dd8f487a1bacbcb1e8dfec639ef7c051901f958f143a4afb543c5fa3f750874c5b38981aa7f71c59356caa056d0342ce31418871b707dbc1437a9b0bbff1759e2bf967db401a1e41292eb3d4e49e9537b91e3ad5bea389fa6896accfe613bc64c1f23cd0421e3875536fc0b59b835d12e5a5f2721a368c337282b745ed0456a3b635038c4c7370106258727a482245e5cb10221b07cc4211ad25a06c6d1d5dd7bd619f7374a0593df990b5e020a07e06f6164b2e696bd8df4a9af7764562136a47952392c689d4bd2c8bf5dcdd056dfbfb7379e9bc915e5bb5ebb5b23975a1ad3e08b5b305bde3c58236ce6ff79e8cd75d5067c05072af6be393ab3d4a356f770d6a55a5eaf4b743fdf798f94bb3a627405156e7af252b03753769f5387976ebd8ced855e7d77d909484e58d6205dcc8e5f66a69e9bc2de2199d9d7821651f65ee97c509757e3cb0c4a84c571a6f94333d07304662935d3e0f992c50828609acac150f15870bb1e963b9f87707bd8093f6ebdaf536a504df34deccc62572c861266a4ab49825ad12ddc6ec83f6533e2f201a697df5deaece694bc2eae3dd8fa766d7ad1e5ac36693f7e35e2093bba533eaf380fb07e9b3c05d0113f0475d732f48a5068a5c7b9623b822a9f3e3d71ff50a7ffcf97cc03767be6a9a72790dcec943792b436624c4c0eab24cd8483140a46483ec77adaad2d987b13b1fb4a37878244ba489de775704a53472adbea569aa035dc1507d0342b73e635c32bff4be1fcc80487cb25b0a04414df7d9b0d72c8f0ee11964d0563def15ce3d17223d50486ed64e635f712fb70a730db9d66c1c6dc975a4391361c6827a4bb43262ab87377639f2764988af62b0a5d60eb14e519b2437efb2ac8648728e3cf88e5bac6eb0392a32fc0ec0afc49f900148adc7d684dfbd893d0b0730b5205f15c0b1838844bf6d4192661cc032bdda49f8900a8b2a41da252ecb06a06d1aced484c2e5e679952de04c40c44fbb2fbc64c9337cad092328695893aa2df22610b8b63b69a995f82d3f986ab64cd871245893426ef35af8792b950bd07ffe703a222a23ec6d6e2adf5a3d0500706f679103ca90675f8028a4b9b55d0e80a3c5be03c9cda47e9167aef43cad29dde02be52af91ce7ca0f04ee19687fdd4623c8494c4be6361abb8aa386d27c917478b29a84167994b875381942bd16600fca7922496af77f89aac4ed0516dacc562b6080ccbbad2116e2748b1778bb92d524c6495a74c48da32bb112c003a8b1c5b75223a9eaf6b72f379f3f9c4f1464098182f95ac8ba2580e19a19485522b3162c9d9b527580eba96b395bf5b693507a0b460d906fc59c5f8f85ad8f6188cab543dd328de57286f0ece2d2cd08a1d43b2bbf52d58e938f1215310a029eed444484a83d37b35c568d5efa977fe111411c277d0a0434f08d6e0dcbaa7cd6c6b695070f185bade6b10b92112aa28e490fc100863de7c6e9988c6359ad7356fd5298326c2f8e42d58027211b3c6fb2b8a3efdb142790fa5b9044085c3644e92ff3991c15a58d71682d39d5b1df0b8c6742b66ec2dca6dfd456aaeaf960cfe9f2d5eb0136cd92e5dc002e11a267251c9e20eb9a7bef06505d8fcdea8ed7ee3f7e7bffcf1fcf9b3e61739a46953144d4c8984c6460b6c089c5db20050d36277cc2815aa498e981184b3db761d3c5c541e6e2ed2ede8ba90020d10ca270c5c85d472ee0a4ebb109bd4092ad91b49a53e97d36e94ecb8a3e0c5d3a4478fa9efafeaca2937acd4f45237523b0b12123c1998f6a503030279c59b732120696f718716c15f9e4b1638ae634780b690ef3dc537fa65872c5e5e158b1045ab036b14a5da102fe7de832b6869dcbdedc45f2ec74bba9ac9c6c65741d4cd7c5c6f07ec4a372edf576fa2be9d746f5020d75933b49bd83a7571cb616b73742ef3d7a6028f175f5adca93396dea477159c2b77f34167dee1275f7e9e71f9e9b168ebd0848731a0e6b41e3c9a467f95818076fef1d70aae292e7b88275242bb1f62bfe089cecd1fab23dab235fadc4bc0a92de3e7c7a4b8fd4e94e48d04c02b73296214d182b791659763876b2648cf2e6603c3113fe888b5e256695036bcb4717109707e8ddcde3ef9fdf9ff74e872065e6cdb6989c95ae1f1905d82e1b2342782a9560d0b7d2742d628694129b9c8c4d9684ca891ee3c9fddf15fd7e12a2273149c8766a585a4e1ac9ee966bb0fdcd4984acab1e2ee0eed4a16937c2167880c8fa1c82ceaec3f8fb0fa7081536c8a9189a375cec7d5396eecee1e8307b1337794fb92dcb92614ab49fa3d2808a4054909549975679d7875e4e641940867c6d560884a861247597aa0984dc41585d43120a2a0a49c8db5522aecd9c5b62975cdcc7a1c1ff4f392caa5ff0fae499d89473de95fd5a1304a05e6150048932e82a9953526535a19bfda0b65debe4b9dbd40ba9437d84ff5f6f53090ee71fd387f51c8209b0e7f54ff5b65af8db66959a82da049dd58456829897e041e575939d23eb228b8f0b3c7e22a9f959b3d84799d8825dc0bd1ad7033619a5958d3311e4bccac61167d67dceac108e0d42a7bb25f09d0f56c3d26b0f42ff9261e781305f29b8fbd1c51e255123f15832a2eb254ca200b1b1143764654980ec8610a09971afdedb317384c97f1b86be7cc3afca2267677200e7e0157048b67256e3bc9a927b767e05f0dee2bb405bfdb49be5251087aca68b4a2ef23b08e10d22f2f4ebdeaa756e06b1c01824b63cb3747ff5544138c458bdebac0b1df2f658eaf20017a9414a0d77f2834c66a5ab9dc287bc72a5a9c6913c262c62e9f24f57b846968a52305597858ccb9a067f64fe043b5a70f5a25bd09e652d96edb1bee4eb2bbd7d78bafbe94e45e02395fb0ad2b10b40a03bcc2d6d462e425b57601b92a992da8827a9c8eb8b3c2d0585fd7e95258556da6b094c27ef6745ec77af2df527557c004f0c92aa4c1ae8891b00cdd4a84a6508400e23efd3da638aba9ae3118306fd36d63e481de2d0a0f52f8f857cda87538ee43542314d977b499366ea062304b4a67a71dc0b102b70eab73585cbea729c9ccedf6cbbecd13a69c6be462c9f31cbc5b0a1f0f09081a2ad64e5645d9625598da0e9ae0ed00c0d81220856bad8a6b4eb53d2c08ee9e5d99ce5fac8c4cb39bd9e31c1cd0d36229b43b8b294ba63339090413496e64f87c96b0a89252f3106e8fd02d19bbd637c6be352ad708781f74ad1678fb8a93b7b03a090c8b629bd7e5d3476479af43db2c7789828b92ca9ca81b6252b47125b8bbd9c00691775f0e7c07ec21975c32e2fc14c9c631d65a3b35430e28b870c1ad2f83cf94d4a9b5d4f17e1615ed6a9e4697390453d196ff9e9e1f6f6c3fda75355ac5c881cd1f9ce4a81cc55fa325d718594486662e93211885f8fc567aeaa6ef0210f98a948602f96ec3959e82afc2c90554051d566b01a072816063a783b46a58e60a589b7a2fc3741d542ef321f6ed2af276b8c668e3543feb8c871dcf9b90df0ab7c78872eb9d7e844000e601b3b525591b512ac41b4c1b32ff9343e4fcb32971c4faf5efebc0e62cfcfbcb6db1f3edf483ee3344d38ab6ef3bc7b56a95964e96a74138a4b3c9667c34883925d61635a6653b3222cb268646c8574ad7ccfdabea153125795ed4390603becd3abbd08da28b9d0d9bd1abdf78e4460d6526f33ef5c36bb1afe68ba62681794eee8351eb75d46cea946165921be2a845361521e8044d262a481629ae627a598633d47bacf6cc857de107cb7a388fd2a96480c23cd7e3d71b24b7d9aa64e7c57540d019991e093847721ac816f90460557a87e0103d35cc758264aa7cdf74036da49f05fffed2f2f2f43ae14d6010742217989b7ac59a1323c11bcd765d9dcb3ee6c3eedc320f4244d066035ff66a947e597573d913375b9b041070a27a9003d5a22f26b88601f60f27043d735d8af11b512a2e483f9429c1ff974bab55d9d607d8976f707fdca6730f2f1b4f0b3569680b21ae392eac64e62f04b5305bcea6dab626ad1f119adea95f0ce57959696502eb8cd5c5cff7d6b237fba7938d7df91ae62d510c826e71238bc5a794652f107c8b0cf325999384aae8b9cab9ed865829427636df64005bfa3a1f75df3debf3c3dbd303309f7ba7dcc40aa67b593c0fc568129be67f91aceec80ba427f727b2a808891c885444927a18fcb40fff26dcecdbf3685f6c57f951141241267e9215b52a9c6afab535fbe9af4c6a6682109de01ce87f06700e1f696baf06bdc3af8451e6d7d560a46cfbf6f019364b10208f24ef301329f49a111b6a4b36ce4cb0521636fc9308ba797abcb31debb5e563f66b8d9f1549a0eb3818814f93c8e55ca6ab46a267a1ff83b69294b5b4d3da944d1063d4c529108cf28e5842a1c755d1e5f2e8a88750ed2845786088d6f9afa02c2eabe0c009fc1b2a6fa080890dc0ffb291a0214277c7774bd9664be150dceeeced8885935623031b08264cc0738b27c1995635dc01c9aa823664df92d7b05fa0acd1d95e7f2ed78639c80f3af4ff78f37ffbc3d49671ad7b6ab4c2f25d5a829101037204b1ee200e56d2c702a98959024f29353d06d928d21f76f50f92ce25e0e29aa4f53561fda1441d77293cde524c539396301d8e425d83df796bd0d402303d528dd2d326bec57d1ffb79ae717cd111def86a44e190de0cbef569eb6be6a1229dabcbb81041e844092c8679bd8b3cf55968535ef40c01e2ef7af5bcb9f59eb1cb7a0109174310789e09d8dcea6ee2414bf99b5972637d5b3d40bac5b1c4e1afc3449583bd7a8f9b70309382b5bbfde72ffe7fff5bffefdb55fc92d55d933343591a124fdd9d4fa2aa74259de0149d9195d714443f12a4fc86447bdb041fe216f14249f87c01eee8e252840c0a0e0d68d9c637d31fde06b296a959c110b2902383ec9224c2af4a00059ce6575d33f0f97ba332bd6dd2dec11da717ba260a01e3abe2a994fe37190ff186466bb881cf160602eb9c4c9f96a46ea1a638214930375098d8d43bbc419d078fb6a636fae3913dcd11879d9d461c37aaa37472e44e2de6553959064ab79a99d99432ed22284aa443f25d23efd33bfba8c91bfdcfff3f6e1bf7c7eba3ce56a74596a7d97ff90f01b486adb7b7cf926221d6c93a1bb092f8f4dcd7b13b361202be74d5d12d792ed491bf7e1fef8cac8f95ee5a8515ec71a7a20006f10649f83e64dc9744db2d14b924ab5d7b46b523a356674b51ab2306fa0babfbf7fb8fff2c3ffaeff3db19621996a6c71b33548ac8ffcc627f5b8f1611cfea91e6b8d11ca994dba23e08a0982e1d42c119f7ec4325edc02f74ace716ce6db4163543007ffaf9ec741ce53e4b4ca6c96b7b7b1258df78b0dabde6e0dddd8c9f124eb96a31470be7d4eba5966047e15f9c4ecba997c554f0ee18880c7cb5a752d9d7899ca00c71a093e86ae026069724b39beb9b9c447570ac8c2ee93775433b944ba7d6e6b9a963700220d3f4a2c1ab8d6002c92f9b4a4eceec0e87c98e1fbec7bf2bc81e4bbf5a2c7bb0fb7bbcce5a50858dd5b825ad2889995d7ecf092c9db0fa1663a88111ae482757378724e460295c05ae5a86ae6e524ffe50a5c2acf0f95c078f2064e49653a8e8c5a965c03bb6bb86d8334f656a4bf4120902abc7a0e8b342a3c5fe52dc3f6c34e7d3629386cd8b39bdd0615294d66ac995816734941d706e0b22c0b385e6f53d973484c461211b23bb455961104c37a186cbc32ff7da53df3fff87af7fe1f4f779f6e4f6f5af762f5a6a16432adaf441d00602c59ee781366d4241d0fa20232ede36246c0400654b6ac43383c2ff69ceb0cb79b53aff4aedb273224b04c625b525185381a4f6022a178557ce5ffdd644209175286510f3151db375b0fb715175a4ebb1eefb51bfb5144d2ab2e9208a14903c330bbdd4b701fdb495db0316908c14b332a7096d72870a9e67aae579ff0aceff6425544f2cc913863343d2ffd9aa88100129b2357f709c20294269eaaa91976f20dc226b17ea5d71c0fccef8abcc7ebf1f9514b7a166b5d5d6a222675cabd50c54e7eb82aa040fcd2e43b0e2e91559862c4e120c90884d4a7a694ab020dcf1617efae4428b0af8340c9729ddd69b2dce58c1aeb3ce14f0d4b3d48eb1312011432b156a9078e18d411399eab84e7d0f1f197fb87a7f7f71f4ef3a523e5c7ae3eecc1ee4ba3f04c093865a3af6afd20ae8fe9e68c95ada43245529b87863865507d30693ab9ad3cbdc5be98002254c7192d4c19c8e8499030db7050d7c8d250b1aac3aa95a69769f234515663d619d956077f508a2ea75864cf22c7768c12016850e702be89cabea3c91a4aa846fd3369d785abd2bc863604622e87600ed96144ef2e5bd65e56f08a6648510940525e9ed3e69c071a920a55fae3834b2e32d492fb48e8462d54daaa56430f8af12cdf715bedf3f5b59a1a2e14b0a40b9156705989d0f5a4ae63c3d9dae4379e48e91cdde91a09abeac603c2d97c65cd60c800cb75f898e3a69c8354d38530488698433f9a044e5707cd685489c457355c2468b3dbb1aabfdeeca668f27e4e7685699ce6c7ecb5407d6d12fcfdfdfdc76370c1e11cd2bd92f8d5def72d2362f565345914488e40fdd1254cd560d4785175df52d250f7e97a86c3f972173eb2e5cf5ab7a602c5288422d99c7acd4314bd42cd2e3b8d3d6e1a0a8992ad206769de265b0d46e72293bce7b68deb42902f4ed35f7e7e386f89996abb8621359927ca94413d450b5a4b64d964c92e94e1671822d1bb798dec15162fc15970eae1fef6cacccf7795305f9657f34dbca1be5be7b22bb26690d934c40fb7b6dd82718eb2df6bf17d5425539310188b4532cf0e627fd471f4321d72f82727db57569d1aa6dc861a98888705e63e27ec38cfdda2aba4dc37fe12bd54cd1ad0c76e4d7bdca9a1753ff5c7aff7bc4d1b54b81512b771a07c4541e296dd76e339223f692d3b3b5790719b362ed991570d105eae0b49a6efa4a167c98987f7bfec45d523712bb3d4ace8a0a65e9a272eab5f4dbc89a4b0377d481cba8842026349ff12f82fd1a8d2e0c07b4748eae4825a0ff9f5e9977724f7f7ffb8e8f6089cbfacfde2da20a6d50e51959695d5bdb10af1ad35c53d998d8406ef89f2f90354c337fca17878c53bf3956ddcfef413a0f1dde347b2ee7967a05c7a65be0af50758682c02dac1835a79434b105d767bd18212d5c73a520d56f2d004e4a591cf6b39f00ccd9cde0638bb54c852c71621c71f240a16f489a7071ff6a854e28a0b5dee1f2b07c5a7cac2375ec3fe71e9fc4aee7ba8f9d999ed309b7de5b23566554e0b2007c0aa9c08151f72a658c66ec44091a3222b2e295766c042dd8691ba5d979a60bdda03f1fafc3fffc7875b65e793ce13a2b92f72b994d380326429d2bfde061811823da00fba5e568c36de692821b017643a53a41d787479f5e7d4635f78bc3571658d77cf41a2e280f24ad38a46e3076c0072b62c540ba779abde49809125a9ab66f59a8c2bc6402fe3fe37bfdd7fbeff74d2241c8de91b21a854a9d4854972761a8f2d558e384656be43cd5e3c328941b3a612125cf24180cc6fc7b3a627804eece0d3cd037bfbf6ff73fbf074e218cd478656d5e49939b250e6040ad275a49e4783dc5dd74a704b71b64d97ecc42f80832792d59ebefd9c3fd85ccfa50ac9809c5ce75f5ee42fe2f0168bda3e7df4b24d0e6c7f5e38df50539a1e164338144d639d4df376c8665a866120697374bf76c9905ed7797ac9379264529505ac5530846ad6a9bea6012087026d1b516a2cb8bedba06c439a96c9a849fc2878fce188d585db01c975ab53e644bbc0a18762f7280148bf696420816100f5f2516c9b740c484b59ea1d927c0af398965c9379392fbd4acf922c1a052275a99108f9502d35bb90cec17b2cef263f285898759b14539b5946d7106e3c13af378feaffbcf97cf7c48b3cbd20956785fa4afd1cb9abc8d4baeec0484ba5071d4d8db04b7e36e8ca08bc98960c78a3e715e77801047795f8bbcf1f6e7f3b61d2c4423280c2c91a366eae92294d3312198459995d86d0a43ce53aec25ac0b80079a79c9f2f9e79acf315cfff4f80dae5c93c48b1ab026a74e033f6d9a569e44e4cd7539a90ef60c70897352615c7248b652069e1ba1885304c0df439e0de74ff55ab65ecea5bca4d5280733c0b2a43d24601413bc12e8ecab8ad85663194522b63d49d1a42a201dcc28bfef70727eff6a125baf2d793f0fbe37285606386659020a87a08fba7705945dae7223fa75528b15e3218713962ed9ce0b99fba6767caa28388ba2472cb2101d1bcba8f12531811cfcd298339105e867679c8935de7859d2ca023fe4f5ace074fc71dfa6fb4e35d6bbe4599b70735a2cd090aeba9a7f3adf9b9fbf7cd6a55fd98502ac5a3f082ea6188936f6c3c8dd95d63c7de6df6f7e7bf770fbf8e55e6277470c0b10193573ac5424d720d3e48e93447bb3aa1d35c0bea7eed7031caf7bf88348395c9d98368e25322e6fb14f763bff2aec39ca744e8dcc410e855946593386e11d79a12fb2abeeb2f3603719b2a46e01412adb7c9ef03bbee3fda69f7a108c3836f7ed123894b6b5147cd886a0f24df3e749d31cd5f42489acdac9f9508e9848e8d2e0ec3e6844df5c7cd0b74ec38b76140b67f14b4d3033a8d75f055c63797920b82c09ecbc45887d32b07ca7ec2f4a4cc80263918c8e8dd3aee0b79775e34778369f6ee596057012ec785b5356c5d25e22a306a9d1b2beb613948be7cf2f80b79a51566cd783d1a529534b799334b2462bd5ee41b2d4f0a706380e0a672a348b1267d5879b23ff24292faa26043bbf4009df22d14f5f3fef85cbd38bbb2e0f11e50dc9cdac26fb47d65f4dc6ea95cc4e17bb4622e6a9afa95e26b58fa9690558160ee2b66f18037d2b353d7e9143e7e32fb7b7a703801a25f5b5b3238a1ce94756ac9db2b88240050e95616d7948486a87e190c561ffea3104416cfdaaabfab593cc7bb0f004b8d95049df447eb4d4ab0ad115c258207059b562d679eee3fd99ff587218c025f22eaf9d2b891dbe7b787c3cf13f33b6ee3d81d939d5b5e7d6273445ed509a6890866ccd42f4e05aada1a62aa705f8269be46c938f6af947c3e3a77ed9492501d84952992e3900b3983c71802cc4aa4cf58279b9aea937656ea018e2bf44d28d88fd3c8690d7fa77cfe045b65e82934da303911c54d457b27415142b495f81270d091a49120662d1e43c111bb8b5eeb21fd7c8d85513a0e37dd1779828833855273420e164b1602d2199d830e6501f7a2a2bf3e19ce6c88769c4c093f9d338dcc7ff414ff6eea1fc4687d9ca33739440c5243075ada59865966c8395e073935893b8e0906a926c0f8041acf95403a886108e2a19272b7cb844dc7b01ae957c49eb7d774f22243b821578466d5b4957a0922514ebd9d36a8c1209e4396515a9d21861e7b90b21bd2df2f0ddbe8b778f9f74677bd47d619a8459dad8272301b3a54ace9615e7e87b8da9c411439fba928a65418e375eba975b7ce90de6b46fe5b391b1d381d8632d7fb2572eb1a821ac9363a0b8bc4e49e06cce103de3e443ac4ea86489793b9638207967196f1de636ed254f7909703c40dc41dda6016b293647f29a2c3d093304cc0e66d7a45d2416b5291c017a948f1ea1281d9a67ae88129eb3bd4341e34222859493d7deb1e7849c7350873894578619ec328241d0962a84fc2e6bc851ccee7debf8bea51cda69ce2b0bdfd110392d3bca6f2549827ba8402be3d028eb157eae4618f4a94eb127c8d1da9be4879c5ae5e6022baacd1e5dc8bd2936747c708998556c558a9a8006af34cf8bd5d0bebc69c931b2442e31eeb65a6591abb36c46d968f062f39606c315093df54abdf2af0c5a5fbaf8e51cc4a66aa36e4e49bebb5608e9d8828f8c8486826e6ec68c513a4b127ed8caf358dc1f593c7dfafa78f7fe98ea864d4d8d7934e88fbcd7161ca28210a68cf34ae4ec1407bd0f1287b58d3fab2b42098897ec6bb1070c0f087d36affee5e9d3c71700a01b09887457fba081b245f52d38379355cfeda64495d3b2c3c7346401c94326c9a34339813dee5a8c3f3cccb51eed55a495bee4a196bdc6b9001f01dc37e5d2ace9869e646157f52cab0769222c28fe366c8e1a6a3cba1439ee737d96e13badf4ecfe189b3aa776857a5e80ec725a0abb3c37fc8eb3525b23bd49b8140c141d30c3127f5d2d6fb5d5ef645cfff3e574ee7d8551884b6a050f66bf5621810dce846f5e2e4ca18be5817b87b48a528e419eb18d8d0f9d18ebb2fa7dc4cbdfdfff040478d982502d7d69973411161b270e1c2b69678e3810505d3c9b7a03631d841a91d8c44193b622efd03c5bea5ef69dbc9eefab72ab95d30ddc98d2f152a704476b4b64f930d66efce017d1b1c22f25e32ea614a7baefbd4b6abb0afbbd7efe572ec05f6ad192b4d945edafd5f3d4763b0d40c16d507f2fc9e703515e32d5f435c8011aac6fa4e80b0cd740207cb52a5e9843775b8cdf4ddffbbcc14bbbc3f5344ec2d4aa00d95556f42a83804e78f959a555f80511b175554c36a9deafe0e414032a83df11930e28e24de9d2e7dbf14f378ff79f2f74a1bb5416d478bc49c5181069e4b62c83aa0c230702665d81389e96a49a9a31aefbcad793177059ebb817eee47efce7dba7bb0ffea4ed40d5a6eaa5f0a302cfd68cb297e69bba0624fda1c183e813965d9a9e21f0073ed80115f36a974e182f9b6e774bfcf9e1feebe7939e27c82e6c016205d78093842213d13e14c3a704f4d8e656d2f66abf6a66aa6f4c6eb4c9c131c3ba2a757054abbedf3b817ef85fbf7fb93daaae699ea8b5c557761164e8fc48bcb40c00256f80fdf2ac805e31c042e6910019df23ab3384177b0caa0f8f78ffe5820355de801366ed1aab72d22b0b005cb7a5c68f970a8789d06ec2a14a89ea66a9bb7010b0b3cbbfe06819af3cd6ffb89106f5092fce8628d18a2ac0a91a7539f346f4166392295232b2d7d030944409d46dab6b3c355f251277b9b488f976c1f1e10c544242522b761210e4769387da25dc92ee073b9eec625945a897a447654ebdf6091aa3f6c304be3ca89e5e6df77b3d8b277d7f6f1c461eafcb28dd6eba369189c654654dd3f156157669df6f00a05df0c1eb626e25d2cede583cc6b3e0d5f968d7fe0d1e3fdfdf7f39297b4bdb9afc6983aedbd875d6b800ca03b69a20db2868e61c608065b6a096d4aa1188e975dd029378eeca3ffbac8b6180df3e9cd554ec64e99a570798e114862d72ee96642a5cc921d405c69a841949a0165d1546e5d8ec87e43f9f41c89bcde1c7369e4f179b699f3a9801989c38032159efa42b3e5d9b12f926f9c10e9d9cb73613a4f9a51ea9e0e157ec321b8e68f4b9cec2694b430337af21e45c37f9130fc27bb16c2f9e54572804f44c7c590781b43c9d5a707c4f12a9066e5d4325af87e4bf004d4ed51c42dbc0bf6c8c2233682b34d2d9fcc526d91583b6dc52b180979ca5e64d24176b87ba0b605ed5bc3bd1447eedb73f6b2b93a3a4b72a5526383314af686ea3c9df814536306a535a908df0ecceb0b5d4520aa070a34ab5f9b875e3edc4714410d6eaeab32f46a517fd628bb672284d61070391202653a6e27be989c4c1b1645ff1597d95f22c0574b6acffbc399d5c504ff2201abb25216ff5c235f2202c77634f408a8a8fbb013c99c8100bf936d6680898ffd32d427aa396790ecc7f793892b4ce923b61f3ab8d27ecb20aea41e47b2cefdcd6d4766bf62b4c27310ee90b37193436c7163adc4b5c1b693cd1027a65ec1a9d024138cd3d4cdfd8989b5e948e3e3f535e7ddafeea7a90d409206cc99e29a9e69f7cbd76e2cfda2b3e3dfc7ce8be3b1a94f0ddce3408519b5f1aa3de9cfca0931a2b95afd827446c56d6f662080c53ed7a290a72241259be761e5efab62f8a222d69e08b8340c834f000493794d00320736e43fe19b2a7d7f5be4fb3cddd4dcc722cac6edd4676d732ef4b7cf9e5e98940fe70ffdb4920252c4b2ba92ad7ae4c9cf49010a08de874b3aee9b29404562bd012685f39f65ebc458a0fdbb354f79583f0d230756e1eb049573346025790d8b587e6fb9485a783b58ba82ed3af0984951680b487c2ca645256a328335f63caa776625f9fee75f83fde3e5df4a1999025faa379293b9c9402d99ddde862a386be0db73b6cb3d4892c06815133cd22ce4f8973b7abddc657a2f7a79bcfbcdfd3061668d6dc0732f91f55b6b2334e8e89eae4ca04d55ce53a5f9a64dfb3a9320080b07bd949f04b7fedbdbed6797fbd6653a4a1e69e24e83d470196cb1e021ae90bbcd237cdb2adea3367236aee9fa03fbcdcb185a6c5a1f3b57ae8cbacec49669279a0518b84841d42942a6389b21c8426490c89481e0661ad086e54e90c2c52f21682c4d0fc716ff3b7d193fbf3e11d35df486691efdf40d91a28067867232573e337a3bb670b988870ef140ce054d35932204cb0027379a57e2a417b86a77c92a04a0beabad175b9105393da389c2bed8e8952ce94f4b0eacd4367072c5ada50ef983b8cfe9f08467fbb3939a4a62bc3139bb32dad491228f2d268cdeb328bdccd498ff2181e9ad0208a664b080cc54410f01c73b8aade8dfdf98edbaa5e6a43f0f89ed3ecba92960e8314ef3339a2d501141dd2e5b7ba41062974c063d40d7a8242585d47d64b599f23b38c6b2b67bdb011544c5ef19ef7b4f4ae08d26ad4f59a2c0fa129d92e8dc27413adec1e4c024935dd1a5e5c1172b4e583f575ef2af9e5fefef1f6e1a4b1545a5b235549ed0b0403582aa44ffeab4a1380864edcc8b96dfcae66f40a6762b77bd9bab3fbe3d97c0504beacdfb64939bfc8941c305fb28626416080105d7591190829ea293551826fc4ce31d972527c0a1a28b89673ae5cb29eade20614890dc8e0a2ed7daa918c9716249062d5b95b752735d4de414e25d3da02e6943be0ae2b79f00ff8b3ad06e7776c493238aa61021ed5a2aac8cbd62e1215946554b4840ca8b5d72c849826e9b03b89454df946c4ab4ffc2d461ecc7381b70fff3c8d8f1a7695b3b20bf24f62ef49bd0046306ad62c2c472b80584c8351edada6451673951c197601cfab439767d753fb6adfbc7f3a6b44932a89847e48b0ad02843477b87bbb814a0936d0e0f06c6816931b9113a29e3038dbe4e0cd433ff477e40ccfab99179563cd4b24cd3c36c94d4897c10f89629080d9426a816f5557c6240d03d886254a878033c32604305e6d563e75ac78795211834dc6ac1dca30a51dee068f108623a22afd45e778648e61eb242b5852d6687cd764582a0737ed3f2125fecbcdc3a79b2f6f188983a8f9d9a2bf7693f7b329bbf89efaae6578a34bf81cf47247221ea6e9a3945da6fc8cd43271912bde3fa800793a6ddf499d02f531caa518421ad4813125df3187e951a6c19a2964df106db38689b74664cd6333cf67f61c6aeb0af7e433349a5306e9cd8379551de8baadb3adafee96d508a1e57f655e9a36366fdeac053535f5f0005cc7b5b57c6b54ebe1f6bddc6c540d3b79ce180a69aecd1cede464ac0d1c0890eaea7e927481233d728c4b82a9d66c898a12b82e129d752ccf5b48ea521a5ebbc8ffb60791975d6be6a8fcb81449f340c50ddc5b7b2d2b0a046bc2b1f5e4758147781a36b754caaedfedd5599accbf700770fff7bbd72d5ca397d145c94404c919f003d94104de65b366996019c16aac4017bf5386697261af7247cdde5c2dc09e088dbcd74d8094dcfef2fee1c5923035ababeac6a9904c161fa614c396843d36b5584c25cec24b07ac917edcf08464d8beea55f9baeac8a7c777df2618c4019e6ece7c7bb4a4698104866c5196ac1d35c5c0ff4681468e6b212b49f5cc6ec98013b7a86154153b25035bde58e0a3c1b867ebb94f67f7580e42c88f1c32b797aca24adc0b126a6bd044534f0b54a4328b1ac8bbe73db0dc325122d1ceb7acbd4e59f1d7bbbf3cdd7f7dffcbbb2f20d85f4e14f3f629425d0c8660aa7c4267d665bb57c3b39a066c1a72215791511aba269169a1b47905c8e5a1ba7265d2e9f5a1e1243b7c3d7deaa8dbb364413e5292cbfc68b59858dd90c82e51b7f976f7022bf2f8aebbf884f5954f8e56b7f0fb625f69a0df0bd8521db9797af4eedd3f4fa81e1c5f32cf7d93023dc954eb09202b1262da145342015274be8e4c1a615f5ef3fe5554ad257bd0690e6f1fa15399c76b42be3c8a21cdd660ba34e7bd46ead54d43b02755e4beb1ac86bdbde9269c0f3415e40b48dc4252bc2b47d5ba377c148f9b9eba9af27955aa9ec9d5ca49804056906451784f546703f4480ef2261a2f3648be6a75399be3fac337cb52df3d5d7a484bca401323246f559ab29ac484e0b6c836974a8821dff2bf52368885633c5304f16dbcf9919fcd424e6ebdbe21793eed6c74b64b672d37ef179940ba05b2ba95412a315f65b2bd25d56e550becd5ea90e462079c07d7935ef78cf0afe9dcddfff87779e31ddb01265092aa5a8d186ff7ab3d08ae9ec7cd6efc9c591ece30a9a1699da85ae548236bc6cfa678b07d3aafc71c15effec77f39e1b4aaea9251e4321b797b61efd3b3957d04343152ae1f7903b265b7174607c9c08da95eac9eeb4154cf1ed6f6e9416228fcf7a4358fa4ecb6b5fb34929d9b5ce3e5716224d72dcd01508bb4327d97d198eac7d22b96dd70db2d962ff6e7f395c0bb9f6f097c3727fc2b8458648e6037893b675d9f4d9857341a1b2791d8540837bad271ba7e26b64393e17c718560e7a101f5bb26e71f1e6e9e99f3e90625ad24bf77201ecc05c9e456b11d442a8b66ddc6469d010f4a997bf72a186ef3032e3d7b7bd675ba7259fa6c81f770fbe5e3f1399493ddb2a5b79432e9911f4a6c294b46bab26908ba7b99009904e6d6ddba918d6a26876ba0333eabcb9cc5f7ebb259c3b39c329a650587e4958b9ab2813f7d13a6964123dc4f5757c6ce22f66b4bac5ecb2bdc7df9f6ce24084e2a104ac372929e0d9a49d6b09b633105d81b51c4aad316c4064db2c2b92c2a507097c8c89aaabd3aa17391b5408077371f55df793e774751468654812d59b369f2fd228db4b8344fa97b3fd5060901920a907c6d5e5ee4787acddbc8c178bb78d657a7fabda5ef4c0ad142a40179cecde6dd22514ff256dd7be8d4bb23e93e5b63eb053816a12c4552f62a0094755076fcce28d4b5b471124ebd346906748ccca5a6c8a910ebb666e76acb78a87c557f7351fb347fea30443f03af88fc7a01dfbfa58ce3b46461602e70fa73d32d9d4cc50c3ba46619b50f0d235949fc94a1f5cec432e2672864d2111577afc1da37fdd5ce547138742a2827e2f6826e55d08d0f92cc56ac26ae83b034886cb7256439d53fcbf98f4326b3b094ab57ba7ac4f7077598e3733ffd1011d864116e4c3543829602ecc1751f17c97e6e469aec5dd1d54d37659458a5ea0907bf54eb7aed3d3b37828f69c8b96d4fc1203a27ed91bc388eeafb55754837abd349de566ae516eaa2f1793086e78c8cab25a063bdb8b3e205084e83b651ee3682cb3688ef11ef4b94baa455c32bdfc95420864d332ea90917be52f285d47f50b1f8e359bd231ba3ab4cd32f23e978ce9bb442e41cceabd56d5d929c9ba22df8033e96b48d0baf3ba62ac985c559267bd46b75fbd3cacdc92437904d16cc4211522580489aa9f664624ed20000fb5462ac929fd575dd1899bfcecd3716eb79aada9d4fe69e4aad1ccf6768d052622a8033a25d977f1079720b6a21eaea595ed5ca46344b29cf91a425349bc498d6b706ac73bffb47090ba907ea52766d88d109a24a41ce48315fe2aa6b4f094bced1c50f7d6e94169baa0775100434eae3c6334ebc3260f4ebc5a4de515124dad4a251ebfae6c35a726c19511a089aba94b4d124086a16c74df9684c4db447d98aab95f559abe90d4bea63bdd7b3ad2b339a025869d5b1bc730d9e682318644ddab4067e526b4df3b0fbbe75299fd426072719652f60d7350cf71df7507eef6f1fee9f3e9f8e7b6a1e5061bb57b8f468ba2a9376b87cb0526fea8eb0b9cb23ac80619da4d2d85be41589934ed72f05f58f9efd6f9fee7e9336e1b1cead2f957f731fbaf35dd3d6ce6f9a13948b3bac5d1a74532a45ad9ace6f1869556f264b187bea5a687fe83f362bfdf5cb332bb8d23cd96473a38efec52a1378fbd0f9e8ea95943ef79c12bb819f58592a0c8e95243701eec50d52fa955878e86db994d60f26483a6828af0493ec82648afc11d99b094bc5e4107615b9d54cacd0842acd46e017f804d8b73febff55d5b3dbfb978a0218a00011823c262d988c2f305cca844dd756887a0d446c0d98c87e46c202fb5ca6fac18dd488f7273e1b44baf40433d21152c5cf26a9ad6afe4e4a575b872224e8c026fe1e6aaf739b46da73ea8e305e52c2e00b7f71882eebb9500318f5998a5d4f41fab8e4b30808924c4f2b9bd198188b988bdc4b0a548fefe6a4bca0be82ae4988b48b60fe41e5e2d980f6d31d0bfc74a2e2255fc8a1110aa89734611b2c4b68458538d25a01d036dda875f5354003a1bfba2422522fdde55e44e0fd86c89aab174445170a9c14dd71f1b30a0836e5027e967b151128eb427a6b92160f1660adee054d61c67d06f7705d73a511f00d6de8973285151c5258952b0401a2546b4dce5e08de8256607f5355fb2931184d3b6a18070293bba4938ee7f2aee8343f68db9ee121707bb2525e3146ca0b5b5dddca944ac31c327adced12d85355fd7544a444ca9718d6b46aba193b76b0672582df7e3a358a56c1034cdeebf024959d01b1e3a1ae8d9cd2032cdcefe385c5c8b8aaa762f9dcb5ab4a8efe5d65effd207e0bf5c7084546013d8c4d2373b9f079fc15fe2a7f18999c3b4926784575f926432b2a59bb15e19a304184d7ea79177441659f139ec799239955afed1ed40b6ff960f0403212d38b39c8be832368c872c4032f3518d124cead7dbe65bf8cb22f727667f9d3aaf410e51d04a375891fc5f29599a766484cb01a2ae0e84935b87592db0459ae3d1c7995f9aea5ecb3eb94c3b4f5eb5601c9d42ad49fcb56c3e6d5d6222d4e5586775d4235f45712b92108b33dbb07667b09e03882fdbcec2f7e150eb9bfff727a57c4ee93956c2188afaa526b8707c8fdaf881c2fe28da62a8acd26b53c39e512ec49a3368eea0817c1f3992fdf9f148e1a3f9c9dadfbd2aa02ca209a0e680eb4a7e728d1553b256b67425f43424443f340bb898469ee5ff1a6fce9e33f4fdaf975c62c2158de475dce71c96f008de47983bad0f0d243289a8591735f9fcd2e19bedabe8aabebea5ce7fff3b23297dad2271dd457f4f5d563c519ae9297c8b209df242ecb9e57c107621ed9169bd8bafa27551a95c9976d49542f6f7e1e9d88b30d736d3aacecae134bbe1a902bf6e1d675a1d9a297f4a8df2ff6613bd9c2829a2c61d94bea3f63e5d5fe75bc3daf54c6febfffedbfbe368917b00bc72e9077a151b0f36225ede0bb5865e5db4b7211e41e5c636f39afb9cf913472b424f9fe0775dd17f3f79b1f7fba07e85cc2a9a04e5c3156429ac661e54a6937d772eebb7ab6742e4b1e7222544f5b93d6d5ee432217ee98f7853d1f31fabe60daaeb177f7cfdb770fb73f3ddc3e9e981f02498be4bb600b723851e549ea7eda4cbaca25e8afa0694ebe2ec1c25869397675fed45460fc5767cbf6efa0ae970fb75f6e3f7fb8fdfcfe4cc730ef3e5859d558ddffdb598d46897a9540b32620e16a1ab9f2f286b2aa8daaf25ca79ca5d8779774ecb8ec7b6e8f534bdb2b92c64da882d95bd161d916c42cabaf99084e455d8399c756fb14a77b2faae9f26c3dabdf87d37874f3fefdfdc387bb9390244199b5c353f1e76c6d01116676ac75c36c0ae94db69de436f9cc57f1c36e5948dd7c2d17c6b51ae533a33d7449be8c8d9cd3a2222f34f217193ec3fc26ec125e3dcd162c8f932a599108b44b7e17b619485d9715519cad6d0705bef0fd56ff6fa23fef76087d26c7ec5621204886405787704a90b891cabe8b2ca56c3adb6eb706a2eba5aa7193f000f6d4c4f67ce3389dd8fdfdc4d7f8e5f877fef2f8ebab5b5daa839fa648a809325951573eb16b3673389b676447b17164caec3b07793332bded3eecde7cc79a98d79a812ee7674c9aea45e575aa3ca8b1b64da69dc5484f3d7ad96e0d1de824f30cd9bb10938d5431c714fe3c8c1c9dd5129e6e7e3e9ec5e3d5f495a4b52377e7e6549b0d120f08459617a23b96af00e1ccbb7e5aa8559ac4bbaa502af198e85e7fa3cf7640cf0ebe078eaf9ef1539f33eb87a632042cf5a0669744903e7ddddb1fd9b349ddcd6c31db37091df255faacb637c8d0b816192e60d8791fae8032c743523c73dbe0f30006b53caf55d43aaf8e7fd532602d1ce55db23e4b88af2cb34b945f6d0ed094f049339784e778757c61920eb161b451bd1fbb2fb18526c0a4c19d9d9404c23d4cdef72011174f741afd1a3b386b54fde9e1fed7cf7727597cefb59a43d78595906ed52e0b8db50af5c31b35a6a53697400cc705543f833a774901a12598eec53e7dfec8bb4f3fef239d17bdaa9a0c05a12879f3d517405903e5cd4c621e681764d7254f4fac9aac38e13c38d951c802378e382fef0f77c6f532587002d92158d21505ce2d559e978a98aa0ab564e4b00c3520de85224d036f663ab0938d7c26046d0f7be55c5cf8c4aae508a94779914bd87fcd4020d3c84483a84e191df2dfb677e38eaefb71e3c85b5d561ba4b04aaa07195d4543af6adaefae8f601b55d2646dd43603029b5b277ba7a27e15e9a8c9aadcea2e1a562d25b2945354af6a3612ae3376df337fe8dafbfdb9e0bf3fde7f7ef93a5e821ebbfaf4881cff0eb605207addea68809768b19934c8684b864e11142f91d29a746bbbf2a5f686882c7f7b7a4e34382a47d541e821862d952e39e3446e496cca0738e5c162836da703802619e419f582c615cbd56e8ee74dfb74fff3cf1f6fdf1d0afea79cd691bfc01e405d9b8bad5b33528499156297f30ca637a99bc4056c51eb48d81ac79f5f83e83844e3f89c5c9cce434fc599661eac4e62d4e264558dbdecde229dd1e259659690a3421c9c1cd3e966d665d9ccbe94cc779c6a67bf06e88fc68e6e7fe6c89cfac612544ad9a025d05799a53b0ee500886c6ee8c03bf293d16decde41448c8d6eac012c5d31fbe99f7dc4f32579f978f7fe5662264fbfbd54b23441616ae2cbeebed61c0b2f51738d2245bbcbb3108d8a882e5b7ad81c08ef4dd71ca06b7078beb69adf6d8c69925cb2d901646b9d722fdf5952d44da9e425e0946085261d09620d580cf4a9e128c2de4e6e2e6883ac38eeeffff1e9e6e11f1f6fcff5a98175cef3c6f639dfb9710824d86c44e4b30a86abeb59aa0c221423a420b44d699083055b7b963649974195702009a4638568af0e58b9b364c9dcea921098b3a66423aa56d8a8874dde8e6ed3e87d6b3e77d1f932a77b9640ba98207ffc960edf7dbd7b779029bbea1c4bb4534055c338b487a35cc33e1903b25c9be6cb97c4588b5c9f4bac323496c2cfdada5253d23c82cbd7a7384f0841cd2b135938fc1e362435ff02adb6dbd230f990d6388b5be5caa0852f92b530f28ef7cee97ef8082e9f44ba5feee4a7f2dbab483c6b2534b8a4366f65a4d265736b2516bd7969bc0d57fc068f26d082812a5f4ad75f9c06c2feb3b8e837c9edcf3fddfdfceef14687ee248205c0b8ae601a21b9ca125b3602c1873d6d48fc1932dfa65475592ef2a1d358fad65c074fcf43dbea1f1adcbf554f3e8ed775930b56d2b4a42149c9c92369c029bba42e4539236c41e68396d43cd438de3921f25d243bae7e552fe4f256f8253b4caf1c50e4a428c52fe1e2058ca9f24b90f093ea5b612f0f8055bb741eba25d84c09a1f918afc5974f8fdfa6de4efbe0a0481d6abead99892a55ea4c3a7412de74124e0267250e1ee8b8386907eae06cbd01f0da169fd5922e86e49f6e4e081c4f3362548b33d1980845b8928895046fa7a61aaa07f417ab7fa23eec01a1b2832705bf126bfab51876a4aef66daafb187e37c953a8b755ed0ef2cc503d7380b2d93fd2d563b7778eb7201a34437dd1b937bba4075fe7f134c8a96cf06e04f1b78fdf2ab947e1c5170df92f5e8eabd2fe51e1c315a8b1da83ac84eb886ec36e56630e21891dcb0d659f698647be65a7f18d3b1edfe67405e25225589eb30608572851488d38120accacc31d556155bbfe2c6a1052f8e9aba6960e86d0e734f59a0aae7e71124185b781804d6dcec5c08781dd9b5ccc7df7bb3c86b7abab60c5ae2c46124a2b7b0040903fe93ae860c4f328f6bdbac7e1545cd38907ec5720a46661355821c75d3b5bb6ba216ef22c02726723a12f0905c3a6c194009156572bc33cd7b6ce4a9487cbfd839ece79d7267ccd98a6a10e58ddca5a60bb012da4a9ac0b4c36724cec2e0d18cd053360cbbb2aaf01a2d4b37e8fbfcc1da757b4470943d7f7ace624d8c925a54bfbda38a94925f2ee56fa3edb4cc803ebe89f722ed5ba447402ed8c8373ed95b9bf23ed9c93ba87699a86aa6a7e82680f527e0812f86d927a02826f9a1003466d7b2b0a18517a663204d478f0db0e1cdfe68c8e6e2340996d93ce61d56dfd26f1149b006faaac4439d10fb6291f039509db2ed551e4ff91b6d5e4107971304fdd87afe55e594db82140016861c1e4fc2a7b35824cf44425cb426e1edea1ce8db9bcac14e5ab0ae2911df6d5e6e25716fccd64e474bf98c939ecbc0c55000cd96af1ba40a85eaa30c4f0269533f83f4f05e8d17095827dd88c04275689172bfadaaff4e14c76c4172f3ddda099b0b464a0a5a61aa97c0f893e81776dcb1c0db2d4a62220f0c656f5b82891b571ec15773531f1d7bff1377ffb72ffe5eb97131fe912796f41b67e7591e70d59d14b2d595aa9ea019bc9038bd57a2b8dbd6474ffda405c459ae35797f51574fffbcdc3e3ed0fe3ec59a7bacf41d3d28ee465825225693f7b90405ee488ccb2976dacd443790756ac55b6d949d66d87018b2bf3b78753a18eac8f8f672f927f49acd334f9eef0ced420b9c9434403b02446a29d71e09bd5c95552458279f735e0551a15781e9bb9dee4725a127c77777bbc6915dc4ad474a89733458c00d049a2e64ccc5974250a800d401d49f0550991ec6715bc153bc177a7341cff4b814e623769d0012cba84a8923c9fd216010ec5f0df2eb380a27043a628ad103381066c18deaa1fa11d95be5e6f031e4fa726e4e4c27ab8c1968c71ae2041802cf2b249f0c2696b7a9531937edf4bfca139156c38ef711edaaeaff625bede8aab3be8f3cdc76f8d42a78086fd0064063e685200b60b70a93ccd41b412d4049494e20e9f06b1aa3d4b0e4c6c35c9b63e1d7b175d4ce45de8ba6d42a5f224b2520e512d8fb755bc742e2bb0cc499646299ae82c1e3aa607b2c21a418650a5c3f6f8aedff7b702df8787fb2f1fee7f3d49824bfe0d12b814f6dee46db53439913c6c469a6f200f82b5baf8785c5252d4fc5a0f1a5601b81e2cc9cedb945ef6e333a63a51f957f203569047ada945f78c1a249657c8ac1a11313679a92df24aa50ecc99085b512b84da290f08e73876ef258b2bb3bc4617c36d037b926d62eabb31de1c5e6693493dd16aa3e7054be0da56d94a34c2369caea8ead62fdfe0cbd3ddfea6768ad3e16c8058d800e9d656a3119fa2442a4f3e1ff7f39d8895cb455d98c43ce6a645276a2735a11ecc92afdfaa7eba7b7c7f5267975fab64b5260782d3e40965327cf0ba94825db095b65d5ab94b55d388f8645996ab537ef6431bd0b9b6e6ab9ec60b46e378a9afd9e45e4a321cba29dc57da840ee91281070d33ab072af4bde95897634499a0f6c0fe47e9e0e272ec652f2695b0e521dd396620ebaef6943abc531e95d78b061134f5a1611aeb20111622079a58e4db7e95747eab1a9cace224835bb57e78e9a86f60ec3565af6c4651e192fd3da4cc4196db0899ce182562a262f3358de52f36e109ea3b3e5c9ccfe85cb76bb7446593b3db5939b99607d9ba421334f0a5bae16e1f54eb04b54548222b70207c7fc29dfcb2cbf2e88abcab3136454059953a498ee04c993c70126423ef55662268a9f05b5bd4ba6b7867e64d56adb95f5462fe1fafa28533cef900347a77f3e5ee3574efbff322da7b92368a2e47861cc9262f6b70068061135ac852abe119285809b633e49025fd5d2ac125685ff551af2a5dbc7a3edd9d0209a28bd128ddec80cf2c69d1acdcb0014009226a45840902c726e1ada929cfc965379afd84ba83d2c5b9a8d5350af5f4ebdda3daf64f49948cb37c0ed2880e1b477b0605e6324b810bb2b37651755d71b1dfaa9c59662068cbb6c1c64b45c8f36ee16316e172557be7047f3a21213ec34c1f2da05a93ee924d2230246275b04af4725b5a0471cb627fbb1abeb281f69b8a8b792be29b2966d4a55b199577a52dc5d9d4fc01f84ca8626f794cbbc705f46c914906d002fe5652b83ae271dadcf91e90ffb7a7fbbfdd9d2acdb05536352d552bf9f6dc74e70bff5d11d80970015447376d27f201c962670ff51e25fdd046312cf6b5d8734de14f2e58126e052cb4b605723d3c02d852d32e4e2fcfd431583f585bb79e630b299e80e24a58ecd6bcb99c875ae5fef28e364ad70898d385197fb5bb94750e3bee55ebe8267e4f5690226497b68d5169ca9a214d38d8ea215ff8ab97c2fb68e4b59112f939385d1a04f510a8f5c7772209c80950d8e462a1ee3bb64987d9408d6c1dba418414dba9f478edbee0a827e7e9e6e7bf7cfcfde1eefde389f89ad1f88b46b76695c5a33c5d8baa233240502b0cc90bcae91a8fdc78839be7cb705abbc4937d782edf9f93eb6fb8e9aa5223f1ab67ab6be611a52748e210d5540ba71a8f210f43760a3d790db4990eb6e26ba9a352d3e2c734e2f508ee8d0b3a1857456921b402291a7f97483cfb486e24a430afba5d575d42d7c290edc43f0b13a4a3568a4d0577732880bd317271126f76cbe3df6f1f4f8c6bc952b30b064aaf6b6502ded892b8b751471059b256f522cdadca8f40d25d84dc286b2fed83834af9db175f2fc96ad6ad02cfa451cf4365785a9f7e41b2f57c522227910c4977e952bdbb055c9340b9b4cac12857b9d92b1ffc7fdd3efdf05ffefd9fe9e4a222abf40ae56307fa0dcc91d79e99a05fd6f234a0503d8dc63dd304284218cbb6ed5309649693cae54557d50b99009441667b51133ac17f77b7816941309b1ce9e0d42405d5cfcbead5c8c2afcb698a202ab5a2439de9b2fefcf8eb4f07c4f1fa77c7be80661fa2842ff1528233aa92c8965a502d07ce9dbaa607ebbd817492045aeb26fb11cd2cf9da0fd9e95247e0a423e34896f0783c6790532597aa4e69a33976168f383aa580aba13541915146a823ad51f84ac692ad39b8c582080e15be3f6e5b78d1bfbcdab600652c56ed694d0234d04e69b87759923680b0e79d93134d5c00e3ee64e5106b94ef1ba11176f02c457389bc7eb9bd7978faf1f6e6c22195136112c7c12fd9d0ea52bf1551b9a4ae7875ad82395b98ce19176095322c9eb28249b2e8186f95da9e7e7df778733177e1b2c4b45ccfe0fde241af9638c4f1efd3aa5d6abfb7875df4ddbe0732034290e71d98ac482677bb4618ffbeb710c8c4e5d027066e7e50a7cfcde7bb4feffe7932bddaa6b5cbabbd8843cf19d418a251aff8d0ad214b6c65836ba75cacfb040df9003748c54333d30c1781efa46bebdaed02296958cda90dbf37df43e1d83feada8bbcdf2acf0f7095ccbb35bcd41de148deecd3e4b6e077fd6abdefc2aae6f134d67ac8a60610aa4823075732c9d004819142ae648ba4cd8534bc1a45dada473392dc56246b5f8e60c8f79b2dcfd1569e20d2be6535da38392f85397a25d665f98a59d6d54a625cb539d2ba8415c49d0d981ab0520eb7ede700fa9af9d513a0e8f1a72b2ab69baaa47185a8ea063bc9a97f04686989c6ea40cc5117f25b543d8b57bac282254981893fb7fda1a6e897dff706f6936b700beb6fbb0d9a463ef950609fdc630029a44d076e7010528e5075b10f49ebf3f8125876b2163fb6d7fc8e6cea5969b51b21cb688544ca26832750655c5e52d95103fe643707666f324cecd24df0ea7e8f527370de5ecb332f35c0bd6bf8d0347c24a9b2c0c856fddc43d26a85e4917cf35608b603bfcc94c866964eab0d72cf29ec5dd7b2840b38548772c4593c3a744d1d97714dd52822940e6e0c9ef57553d78d647f2db0735b1a15821b8000bd84f034fce9ca3e5943883c14fccf873aae21844f37276c443a65122452d7f5704d47b2e62cfa0ea59b12ae569fe8e64934d5c879b7c65c8185729cd004fe11a43d417ccf12bb1fef7e3c01ea702c458306618f9068e0c500df12444bef4e3d6adbd03c505c7695a2c97de364da555c2cd27bbeb8b5391c4d75965fd5ca729ad25755734f0dac6e02d6b074b12ff5df45928cba9820f81578d008f266021fd4efc8abbeb4da3c96873d3ffd614841d096ce11cbaa45b3f19439bc83c4ce5dea484dac4e0e4c20912a8d690f7c5767b66fee2d07c5d336ca87fbfb9f6f3ede5f3809db36e4980e0a523b352f4d937da542f5323b848536f2409b71b556e77e0c2482476808acbc0bfba1b087853daf83f8a231cb06188920b7a552ad49a1d712d2ac06fe0a9d634d89de6193d7a568d75a7d003009c487ded46bde97bb46c0ddfb9361982c01d4d9aa9fb2452052abed654b26ee37883db7aa54b59a203aa44b6825e41eacb520aefa96eefd978fcf58eb971b09cf3c9cd7f835c3d58bccbc1a9b3b40a0343305a1e340389e5797449b88bfecb8bd4634ab97ecb821a2ac79981cf9bfd919f62b79e525494b96a5f1684d8e855235046af5c1615383646753b373c4ec857a89732cf8d2453c1c5ba292f53b15c9335b21133429c2f2ca8d48f3476c0e78879a8bbd8c63dc304d02a44b83d85b096d26ab3eecaec68e7af07ffa138e0e1fee1e0e17b8371fef9e5e5d80c84b6ac8df526a5efab6cef8228539a2101c1486de833aec2dc861a8a5deeaabd6e408ffc1cc7855e1e8dbbcd5b7aec3778f5f1ef6d2cfd1269b2648334fb3cb6c22896b2cbb357808f8c087c65b0d3d640089a470247f1a64bf4dd0eb2a645f5ecded06d4fb07eeeb7b3c0635364dd6abe1ce55352da98dd936ebf40cf2d0f6fbc0bb3a8eba1a49d8d01c9d3162078586e74185ef1bb0e89af52de5f641bcae5386145258f37cf2f42a66130313f80fb6b9e4abaa01aceaf83a990446081c53da4fa95e257e57ece3b3edcba85d7de8e00699a5a9019fad29af4569164b1b56a391fc9e27d606d97bc90101885d0fa0f20a7efee5fe9fb70fffe5a02a7c741f1775a9a3c2842258e35b730660f17ceb353534ab66045d6d4e0b4288a5f0bb72716f62a7df1cd2aebb9a9eb5e89f0cf0ca45d3a75ddc6502e99205c6cb9a370351c1232a89d49157e6e515afdbe46484f9425615fe7884ee6a43d5b7bf393124d44a69439855b24ae4213ab3c0b1c1491e817f56351f4e7c92883278a44175e73e0e0f22d9fc35d071109b387e751065d04404baa8b997ec403a2412a8162001b92069f63c65554d02e12d0649f2017c5c5b5b5dd713e48bafd859369681f7b69b52c4c2cb93fb60356ac659aa5034d3825505c6732a9d869e86973a34314e9285715df527bde6ed70ac8924398b58d4b15cd511b649682a4f35e1a91fbcf02da2a4e99a04b139ad115adf252cacc187e1de2092a74d1baf1f975bac7307a4b20bec1279e29590bb34b39081011c35408cfac7d47e000deba9c909750377f47929057a1ad6de9dbb0a0707ce0026aa0995b3cd32ca23ce6d4d43221e724c2e0e3c0c2784e3a00b648d4b0df04d2706ce63b2feafcc417d3a9b855ad14c58cf66a4e1c9018728ae1441354bedf602c62cb72a9849526d767571deb5a3e772a8a49fcce61c95b34fb09c55d71bd17185449a36a515929023908998a7a640069e996a9996f4472f51be8313f65e54ac392a9bbfeadc1ca9879dde204749ae8176a212846c6e362bb62f81dc92d8353cd1f2c6e8c63f0681cae1adc44680c5eea00073d29bbd7fd0d95093728c865d34384586e71308292c48ab8943ec6697896caa84110e8c46f189d1b646d5b27cb68709aa74a54bf3047540ce3fec9df12f82691f6f7edfb3c5ce744ebab6dd24e35b4e425057005460db36b09f1a72977ad1c52b77261f965c4f49233916d9534a96eb2027741ee4cee731ff72f3de9f5ec364cdcaca88cfcbcf4037beab80f925b091d43b42806d593e769ddd2ea10843b827b04f591a5f0ee21cc6e54f8a494dd33e724718c41a75dd2559e18c26879e059e19bb132b3b38e9ca230b71e63c06489653348eabe8df6b813f19db90bb44adf017236dfbe8db54eba12e060b344f2a5a6926e861d8a56e74fdcb3f25a97496d65f17783d9b0d7e6ee03efed4cdf0be36d5ac36cdefc2a1c848d1926a090989086ac999a60fa0470ab19199652b2b27fb20d9b9eff5fafffaf1d71ff626dd67cbb113349501e2902709df27bb826faa03eaa6d41482935dd240309374c6595d29b0143383f7b2a41f8abff6a9a7539fe316b0f3b0bbe4bc761e4b79134c284be939a0b0a2e4d6a9f22cbb4591bb60b7ae3624ddd682ad966d8401f9eca934738db5bede50de9fe97c771b3441ca4175fb146d633b4e084f1a5636bd6a2435d1a526bf1e0fa4e6cf4af88715712b177f6c0ef33ad1b49300b9b21ea67e8e0980d1c09d64ffa32ce6a3745a6101c2fa5df7fa00d7656ad63f933cc752c54526eed1c0e6dcb457b50f4e25ea6f3fbfbfff70667f21fd56696113543319c9e7a53e01299b1b0bfa9780c928366e4bf791452eb5ba151ead37b670da8ee7b6be65af0b116ed7a7fcab655aa2b49cfb0c3dcec22654480d9a89868665998dc404aee96d53f7d050f3ae25d75d7b6f8784ac9876ceebe4b699f53a8653fff466a54550aaa877806b483a543a70f29894e08140558a193022e316f8c7b5f47ffede8e24470601252ae7493f9994007a9bb3966125e61cf9f643ca0aad6ca200e2319e1d59a4d3ad5613b7ae5d639db56c9e15ae9b8ac26a84d1a546f3d2d665f98a0470391835efaf4c37be65af58992c2f1a4856ad1274bd1c9d382a74debfbfbd393e6fa077bebc04aab74d7eb3bb6dd1040583a8147776cf04e01a1b278e456ecc2a37c2005c3787f9f573f125a52642cad7cfe7f578f081c4aaa0f9710330f8cec153d71479587da835f105341727331afe236b8fa189071990ca02eb0d9cf82d315e19b1018fc2f0a68309f99cc3d25494ee5a2678104a0c76f1c061724e9ecd14a94703f3b2e4b55668df7a57be2b91f1c208d97932e4b5ec3d4977456909b7ad4d9e538da7f06e36bb9516ff0a95a83238ef41add61100ee8f0717af95c3bfe1a633e4dd02198177b6493f5c8c093028a854a6785483136a5fc6ad2d40a9511fa05452019031cdda0f970ed74a383f92f876d9e6231441a6e124496e9e9da63be3495e22a3f2f204b5878b1a1721a4f62ebd0fb75f0e4a99df89001f2699df7e79afba2dd2e538dc9bbf2cae5f9a58b6aa89b82a2384401694b165f37a9e2199fe4a0c070c48f77244b29e57b2da871e0e95e1b7a5755febef5fbe7e7cbcb9b0be20aa3955a8245cb5e4c1e7360fc1ee0d4c688b7a0d38f16ae78ac00c238f2f0060ef127727bc1e80c677c4bfafc993ee1701c7d55cf5eb3823e90fe8a0c62aa41f3aaaeaeff083e28344e9e4dc577d95ebcd245b8e0e2cd97471e98f3b305eb7d76babc0bb57f9bbf33e48a9e1a82a3fb4a79d34f764f42511963e489a6a3d86ac8f3a76a10d70fce6215dcbdab45c98c7bed167627ba763f2d203d295ffde164314532b9d24e479d1d639f9b3d538dba6ea7b93ca479053f0d677079683ac8c3b7369bb54d2ada1381be5ce2063740e7ef6cb704040a2fb400e7b8a9cb8f6e194dce57b308b4c6625d745aa1cdf6aa957028d813683519aa29784b6e0dc014651259a49765a1e7011744338250e9a9c93a652dc88a14e1e1b578d8dcffbc15791c0ae07acc3b2a3dc8a572423f9bd9dbe66c98a13ca37f90985403e90a160917910d462eb87cb637bb579f235ef9441b0d880ee3d0f3f06d453f6a490cca5ae9fa202568bbc5bf95d642955cd926b4d32f9b4717f0df6ec35bcac904912e5e91a0c129e8c60b90c6b5e6c15b9f9b628953615b9058b2410a3fb2bbebb64457cbeac481c0b533e9e0daa2e5636f11ebbdabd2ae44062f5d2fa84449299818fb5f429557f4d8f48307912162b7b7940110f0e55e7062e27de58afd020fa25930c03524dc0271880ed7ad792ffde72b54ebd9a69032e3631f83a84e8d48567b33f38675fbd777dd32294edb486a4e835a15353a86a5a70c6a9ff24ea8a77cc11732851dd5fb0ac018400f94409eea7f9dc8b7559947b4d355fa40173fbeb9161eed98d841114f2852d07658773c87067c84504f22f1d32dbe40fc99a90d0f9b65006dd08f11ad772ee19c45e06e3d7c6892bc74b604b92bb4df58f24772fe7bc9749a43a06a22112cf5238baa1d82cf39a3652cbdbd0c41c3bf4b8b5eea846f0e9fe87c7a787db9b5317b7013c086b6b8e6353d461421875411501129d50d8926e72707c1d8557c8b4666a8b540f530ae9205ff4273a086f7f03badf7d3a8ef256361d2aa8d829eb3b625ddaf6b36165be042122a548de306864414d6363bffd56f3e6923fe2fe73fe9531acd7bbd877874ad415f7bc295f40afabc2b1c9697a9fa26959f3206a1fdd4da6d9604d4d6bb22a62ed46232ecb55c5da0386b2fe2c03bc5e890c352010c12062d1aae05bd77e56543ae40d876d11203958101650da929d4907f34b9c6f1e4a87e7b9f53bb2911fef7e7c841f7d3d31d2234d91d6c694661a5f455ac792be930ca73c99630175ec9d2b7d7064add9ba1f4b12bbd208f6dbf754734f5e3868e3719f763b6e05ec52af48a46e4e54f736a9dc0eb38f25ab9ddc10718daec274c3b855cd812b3d72944986cbe5712d504953e3dd0d6ff8e421d5f25c02b0334a8a210f63649c02f69ea3836ee01195b4b2d3d1262b58d0e156e5021bb24f875be8f0464bd5b92fce4975af4a530292416c92ad844e6bb64662a77c56613305b341a308139c1f99286bbcc8c2255de0acb5a32ae22931d488c1898eb4673dd4ceabdb80d07889646f79850180834459fc5aecd64d823b24330d34e4093e5543d238cc6b5c9be37bbd703abb156ea56fc5b19e6015db5a139db11a0ee30512f5b34951367b4ba39c4953e6f05c32b45c0b60f2710f13cffe497a94c777f75f3e9dba040f203df1b37a09e4b6a40e741e0f6292d5f966e451d8e163da9ebabe839e26a92fc8ca49f0ec88e4be24e3bbcf7cd6a1de7c182e3feabe907ce514beaf5211341a4ae2084860ae69eb909689ab09a4c4264949a6280456195c42eb6ab9d4143b699d3c8795eafad2c0848413782ac7c65f5533b53cc132ace6f0bad196992b3c4d8e6846aeac6e492d9f2c70415cfefebc1bdf7db97bff8f93bb0209a235c8b47c6a7ad12d5c6e841d1697f761f7ab39abc68514c8fed94805536d71db90ae337fec68e77ff778ffaa0d7974b44788446b4ef6a631458dcd0007eb1c40385632394db22e3e283b4e365cb71233c18d4db8fa9be6d45bd2708f5f3f3fdc3dde5e396fbba6552f712f906f1c27909c1fb2e8592666b94a5b35a86b64482a758eb822e3509063b7d0ec63779db76e2635f8f9f8fbe3d3eda7773f3d7d79bc67bdcfdc758866a94f5b001efc97c72785ac24e3a418c44fccc1868ab01634ebe0ab4c92ac5a28ec560fa3686f1b4bbfd2b5f71fefcedb2582b77648fd18ce5383e6e636c97826509e339ca6c53924614202d8e10b244e301d82ca5623cdcf76cf7fa0a0fa975fee9ffe71fbfb892814645fa53d4382ec2af7e7c6d9f71a8aec1ad9d8b323ac317409e21ab9422df993668d21f94333e9790a79cbd3e8e9f6b7d33af80026ec8a83ab4ca25a4bda7052301b7257e2904aa78d0d20855ac55d399f7599f2f4a0b6ca6b5595e7fdbdf3b41f0e5d5347e83a84bc82a477dbc63e1ad0ec5d055c7bba10de5af753fd385172c11d76ccbe331ae8d408f33207e3f0f3f29beedd38bdd79aba9bd924fa0702941c521abd14ce8a94f0668e12f33179e3486b1a5c450d3638bf35e02c506032e9a18dd39fc60a897abdd3c5ecf17d9724d0d429e854e0256eab6dda43074b91a585779990e1356ae8885893642ced0d63760ddcb0e39cffcb02c78fff7c754d6d64290952aa59416cc42c8d346f23d4aee8bba6eca1d5bebadc5637108b094d9eec24d3f0ec937c46f3ce4645791743334e2409af1912f85d6cba84cbb24885cb0520be132c827c697639131825edaab97bdfdbc5823e6f97dfee4e1c55205c6ae4ae9a994dd22a9a592601563e70520ae46bf7998d5113b6e51c0015a097b226e6b9eca1dbf7cf84819f6e2e9c5261c1e026d0b394759b9005dc6b039c6b1cdbf3083c9e7a73e14babe76c247532974f234a49e5a0c174522eb9a2cdf2224b7502b388a4c47176a4514b7e914864ce35c00075e12fb938a75fc129b6cd273e1de2924c886a51b67d5e8b3fd792cdc7fbd38912a99f915bbc2050cc55e1477ddb3ccf0633e1c976031bb05e489ae524ea821574c35035285bbf87ee0e05e3ebaaef3200003d4aac76e4259d2729cbcb607317e3ade4800e9997a93ab8b9b20bb656a4181766801ccc6b171a0f0755a6fd5ee8ddab51eb717713100e1628b30ec99598b99a09ea0796bfb8bc74faca7a4c3ed8e80240f64cd3157671918bd071ebfe6bd19abcf632b0f7eef1e9eb8fe79945f7cd9b84389c3c8af78a8e0d71af3f8502608f5a519219483ba8f8186b0f16fa6014010fba7f27a5e41d84bddebc1df56e4439fb691c814844ead026d204d6583267e594eead0fc98fe0e6d8fd8992e2ff94b09854cfffeccbbc40b4bc3512832d55ee0a5d56e50407c22aebaa69ee5df0d5ca8bb4a809a079a32a030c856c4b2a3dbe75b87a8773743ce3523baa26d8aa8a181a2856e750dbbd39f9075230b5ea3bc8a3f3496deac65533e51a9c2bfb27e5f35bbeeff1dc97b1041597a5a5f6adbffc242c2e59e3eaccf00265932095f2443a8b058a4deee94e4574f555667934256d005e4bd7e02859ff8842bc31537756a59a1a3606f742f5d7cef2f93442b316b84bd45aee9c85a4ea55d45901765d072f415d2f9b24af8f82c5f934b4f616398e877e7cd497388951405c431ce04dab87b6abbb42183b85126697fa8af49560fb22c27e8bb1499dae2fa701b2ed5906ec18229ecc0a1c945d4e949e7a25086fa2f863498f5243dffcc71206e2a60a47ee01e40f42ef25109b45c12b11036e4a9a8f7f503fff767370002b9fee7fbbbb552f041ce04889d4aaeb89f341c048e2607dbfec2ac510947905d3b40924822076b5d143c801e235c97787389a0f6db4573af8aff8bb5feda591b16d571892fc20d44acdd22d4a8245fd78191e67cbfe26da16768637e5974c34b56c0cd2c3b5f2f03f1e4f9719be267977e2a0839aad298d102108174a376ec99e9a7c2f194b6f7676df09c585358800d5f26cb5f896fff92efa72d1dabe4d0d2949079057bccf32772263596a4aeefb6c98ec20740f60345c2b817ab7344a2a9f31b6f23572ffeda89e56be6b617b6c9b3a1d007e7069c21f117d3690928a7eba569b32382b85279dc47eb9a6c5eed87487cf399935b9668d7cfac64cd8a7ced36cfb1d5d56f39aa6910c6c57d02b2f3392d434776728528095e973509579b1d7ae6a2f9f80974ff7ace9f94d531d519c5a968a504409b66e5b09c34a60abf5eeaa1916ce0073f56ad82944c4d192d96269c5f7ab9ecc7b99f325c443c8321932aeaa3465215bcd5558a8b646b47c36871fb23839298ba8a30d08a1ac1c5ae251b87e1ffa4d33fc84874635524b8d5d13086ed46df0ea7b2a6e120ca2747265c3320a30d0464d4349ffc8ab12b081740f55c3f332f59b8c8840f7fee3fdd7d329ff3a5325fdf2c0db4af201f121e629dde14eee1e236d2a9aebb1b2eea3b35ad19d257f9a6072b8943e7a8ee67b8fd5d96d838c18a1db4b7ea3d2269308d2329a8530711bfc47d26e1b277c5b31cad99d2ca7015b10beebcfd6575708cab92d9397927d80e9b8c12a122bd52fa65757743f2f753c39a1681622401ac2a8f29d5415873f3c0e0e2c17ee3647a2b117730f1936c5825536b4e1b3f8bb28f9ea39a519d937b544c86da73647e25ec6b1a54602f96e13ae1dc3b5537751803a7dc4c1a71875aad8240719204d902696848164ebddc1cfb3cea05628326798d5192de022cc2d90eebc56e73fec96fb83d6da31ad4c09d6d6f9f7342b4e8ce708104634cecd29147be4bdf23d247f91e4eeb94160534c6c263df855b380236bda9fee3e9eebd72ccda180a1aa25b5a9433e718a39e755e83469045cd501feb263dbb175cea14ca3f8c82c8dbe3d11c63f77269e9d8fafe1cb54bb4614a529d879c51e1660d93956633404bb0ca06b001ed7b46b0251bb6b567cc864a6d67078af1741e0e6c7fbaf4f17fe699235d09c812b92fb33ced4fd1e5f5af5a3344dda36c981812d25a0adcf913b246753cdce0780735edd3e20caaf4f77c7b65e0bd05655395b3374056ab965ea5a5e9686904e1b4c27f470d895603502d4dd72b3945dd2f2307ef42fe9d71ddeeeb5eb12321ebba3487a7bf3669162e5a90dc8c8dbb45eb3280b2adca4fa083bc87b879be630fc64db87c3b63a595da5de1f7e82967cb83fbda82298692e98340b21319083ac466b8d04c952c34a5f52e2ce415d7ac34001759742aede6d719f8586bf6752f4d3d3977757aa7beae46c3143d38b7a6895df55ca85f612e86a0e3a2a46ddae6ebf45d084ab2abc9b4095b4c88fc2d0e907ca9500fe75f7e5f4f38ab4475d378d5c0b21d1657ad7e59b514f8617a71e0b8a4596e214e730d6d83d1c2532af2f3a2f60f9c96de7cb9ce95110925edb06df50697a6eca223594060f3040b8bd37312b0aa8a90ea22fa5b4a04591dd0d2f60bd71c1f9fee1fecb0f9f6e1e4000b7fff9fee1ee3f4e6efe62ee1aa1ef1a22d3047d349a16f26a3d187247d7cd3e91c946a772a26d4513efd368660f9eb6fdd922f5c3cd7f9c7c2e3455a2bbb0687693ee999221bc6bb83175f0154f174b97ad95f485464f2e552313a56aa490daafcaa55cefacf9e9a77384e5e514d9ea84e7792b6537ebb70c12d840acf2e70b9c8c4df5d444182415c04c9c6ed4412c23c74bd1290ee3d76f82b3a7665ea1eb3e8d84afa99c19a1985d150bbf19e1fe1a2dfc92c79e72808269aa0c0d36729ba686d3bc76d7f0523f3c7d267895d477a52f34ab8c897639290dcb6974b8b6aefd5bb61936205d8d5ec35020218dee59bb3d1f497f05c0ed0d411f6f2e4a21ba3164655296345a4bd665abfb36d0b51aa5b6aa36af6dee9aca7a1ef0b8f4cccc24ea8bee1f53c8377a837fbd21d01db49a5e118ff13065bf466fa6257eba7cdf88284e06d0521f261b2f99f2eee28eb591523a1b58b2293379c2d4fe73ceb9c6f7e2edc18feeed4b6a3574189696542251aae9a59e470870a56abe666b2518d07cd8bcddba6f04c0107715ff2c5589c3663a2fc09fde23df3e3cdc3ffcedcbfdc7df89fd27750389def07c1b0c56865c127e4e20de2aeb1ab8a3c6f093a6427425a04bdd5dbf2e4d5e836c4cb7768193ce54efaf19854a6512f60a55b566106241dbc4c13835f7a57ef4a8990cc253884b660db0c08d8c1009964b9275479775975cef629808daee610ea2c30e24adbc4d7832664972cf4be1b34d3920f38f439699a7dcc07d4f39497afb70a7f4678a9a8fa713ccbcb926694b36554861b904a4dec8f06a3727fcabb9560af344fbb801a4a61c156cdaf8cf58db3ce8749d8f9fbd299063809650d85a0d942bd45e7c112c24604082382cbe6772373f5bb57332107c81640e5e3140a57698280a67ad4f5f58d0bd19565d269f7f7efa0562fb74c1346128d030e978168dc6c24ccc0ccb4a0d48b64e5b1794f006a40f7e5949b748f0362368da3d87f088f47dd33d3b65cf32d8d4001def257bb5657ab72a6f8fd739257401199136466b450d8b3d6fc2ef5e9727d9cb91e728febdf5fa5e7235d147932fbc9fdd7134c9a644526286e7d8fbf892c867040b45a94f835654af05f980bffbba2e02fbcd80f39f370f7707778b632f2cc2a8914a36bc430e6253ca968977a624e6d53fef4a3392a227652b7def24103c1a6ccb7cfcd512f4694ffd554d338d1c3a89f26fb537cd79a923b412ec54632155b27b52b266916bac33110acce1509f8bc2e06112e49cf2bd543e8e1ac167d2c3b1869377c2e103ac17e339581cb9c01e5577b4e47740b9d1cbbf5677bcfb3d4b88bd1d52d709e5fb16514f9208676693e492ee2c0d512b4ae812e6b16cd12006d1cc050d0d69583612df35d634a1278b6cea0e85cfebaa8c97a2b610abec9787ee0c20788d325f94d8a3e663b7c40f1fd01fe722bb5ce251b349aeca1949348f0e2fbf76a8d54b7ff378fff9e1f7f33efab205d99566cd24aa6774d3788cde167c441d983000a87b531b1bd97324d90f90fb817382cbe6623b9e75e75d198448fba806c1593901a647cc5ad149807faa81a3a512252c088a02bd8a2ba7c6d33b8dd649ccf378639c22802ff7279846fea3aec70d8e36d9fcd06495e5b3d48609655de37840feaaf02f55109811c7ac06a96d028bcdb57cf716953cd77c87bd39b6823a737995598e6d8910e2cc92bd0b20c3a8d497801e91f4632a108aa0906b839ab181dc05c3f9b6aa3b873cd998d3035f4494c011c5ca2e67a8ae19663320c20a938944355279ddd4d5a9e79fe071d775e69fa713ccf9623e9ecd5ad6e2acbadb72617ff33d81fff23d3464551588f68aa94f5057993980cec13edb261b9b4d1d8017e8f054b7faa437a31374cadccd7f5ad5844a727d579933bac505fec6bd91cf46553f00fec4e8ad8f14e5f851b7795484be888e9fee3e7c3ef2ecbc061a347e08f187d3e8f54156fc3ef891e43dea34e81c84125c2c6617e5d834ac08d00b7ab5cd3e5b347fdf8becd023fb7c2cde185e6f2aea789909aa477c81615aafc3cefd0eba093a79e82b683c6b1403fea56f19bb9742020ce85814ee0dadbd33f94b6844cf0a8cf2a92126f7a04b95a10ec22e53596b070748463936460db50d35e6c080a2067db64b17f7bf5f9bcc389a165eea7c6d657420bffa9c757d5766eb12b963676daa76c29a17ef7603bb8db160e65006af9a5ebdd442b9ffb2e3fe771fee1ef9dc737b4688a37a3139da26aba002f8f5318fe67c881c14220558d84ae56b46229194a17d908f0d904d42016f5c6d9cc893f0cf4e3cde8e37b5d338529601aacfbac356cf89f2ac57054f6e36557ef17c2ec9425d07b5685832a8535477f4d728cf9138d1cd97738380a1c1d201d1960e546053901b0c106d6f8893654dcf84fc519c446f9ac6878bccf5544cd78dc87147e14561f764d8535dae59e2315165237947c327a40a6d358508e2ae65233069ea669317a76c4603d10fda639e6562fd55c5b4435684a93e9ca6c66d2daff1794db68286c268ba994b46622864b22c03d804ee94c6bcdc8022343c4bd7b4cb57e6d8bdfc82cbedee16ff0ff85afcdfeb36be72093b22b88a434a60e2a12b789b780e5c8da334c07690fe7e6dd2e5e5bb0fbe367b7cf8ccce9260cc76187dbf6a6dfaf285649772f774fb96b806d8db6cbcce0a14e88d400130d740d3e4148554469bd2c7067ae518b642dee6abd628f31438f77886766706e3fbe79d69e226a9266c560aec69916e625e46b32e6e6e84aa25d966510c2303fb4a3484afcba46102389f8797af42ae6f76e6d70ad09aeee0ff748f35860f6a866b8e6c6735a814d44b911388288c08939640be86c59682d8ecf17998e76dc384af775214b8d0e031aa37c84c590d60bb1d82e412b2d3f349c65f4dd5a61b68abdce9a34c2262357653d9cd3f0bf2fe89ee6ad57dbe3e9e2af27a29384fd8ead886d1d8b79509db96a6d5051e98024655c58da26cb9a77112ec55ced135544e5763d33e38f532257a9662fd2e392e2b2fc32e192a776aa6beabc40b5ab1c574d58622b0a2cf44ac0ee4059e1f069d0c48e41a2f3f566adb45538e466aa05840f19a5c5443a16eb0c1172968846500c9accce1035b475af10b5461ccee5e1b24586afdb59dbacbce9c4ab6c3c09b270e18589b9ad2a449bd46900d8fba8760281bf01934015dd4c8ce24c0c7b6345219e3b1e1ce590dff4c96e588114bf73945d3ea26726d34d8074f909473c845e34036eb9f6471e6bcf1c2a6a61038b5830c1a8f1d0b5f71d2735fc27921a592115ab5ea18e5f481c733313e4c032f966be2eadbcec60b18114eab31603946248e0f18701c376efe71afcd391eaba02bab2ee309a024ac10d4652d0ee2058438f595b0d09c0197a079b657d32499b578a94050775597e194b9bebfbfffc7dd497033ec7d428f342f2734923dc153195dc0a852c666dd5cd711a92e4b9602d6c56bc855c33715e0bb27cf3f74ddbad0a6f8368a77ec79de6306cec34da6fce5122fdbca7c4e3516351e6a504e630353cd311570d6a524e33da149b8d05f4b7632a7f9fc81fdbb67d6d330d48d6655b3e6d1e5fe0229d11d256bdf865439344713253acbf91f36127ce521a721f526078bc359096f54262eb523cfde74ceec4d0748017fe6c0b105df93ceabdcdaa6ba504621d21a5dae69ac49d5a69a63220c25a8686a6f90de536dd0177a068f1e53ce5e49de7a40f82a9b24e3dcc62b75d076e9377a55c1dd546f74212e48f33e6a54f9d9ccf472e2e2358d3fdba91cb57339bf7b24060e462314e9b2a6ee93d74b67b43b7257d2bc058c34e856be6e6e39b7a4d5a7b37e2dccbe00973dce9e5db80fb56955889af5e24871ec063f32e5d1d056968d047f074893df8f9131cd24ba1a724d8ca4227335401ca90d1e5f82f701bc943335394b5303099e6674dba872ae813136a3cf49de875421fc1e4430d6c69e0680b6c3f0efa5d2d077d1f5d9ee094e9564752a3838f784cb48381b745fc1bc0008159cdbb64129c1459a4ad6f4ddd085193bd9e6e3dea53721d13efe7b1d0fed2ae804a5d138264d2dc9ecd8c9ce5470986a97f5d2d96d3259c94e9aecd24382556692413eb45f9f9fd4333ba087537c1f48c3dead22edb8e4614952cdd418634da42eb5bc44390349aaaba853511d1c36aea009b47c554d6a1f897a787c74572fc4cdde6a45925bae09794a8fbc542552a7b6431eafb2a36c82c004f5ee2a48977d4ec978d8db0ebc9f35163fdddc9d9683c896bb6fd29cba06aaea2a884de5faaefe7f02bafaec7879f2215753fd267715274900f66b5817975c7c003be6e1f6cbcddda9854b9177997c5b7221852599b7f32a74e54d28e1d3269006ec48188258836ed8afea2075012af3fc96dcd5cbe06f04f7b89181dc9bc612e828be12b635d93414d117ef2656d9b62c2f431796b0aaa742fee224d115b2a4fe2eea6adf348c8e649bce2c08ec26a365b686d0709390a9da9c256c671d0961c9b31466df246a0a63b321fa4c4233450e057e5c95a3b9260e7bd68f226778bfd2261602fe563b3711946cb4d25008501b75d602ea3224cbc9b2bb31a568048c2ec73d224763f7a0c71fef6f1e3e5c553695403ce45c64131c07c583b92f9e2507e299da33549e5d326e0da34e690d1699984a3e5c3eabd78af587e9dafb1fff4e9a38ee2792a7a026bd33b46f76f6f394734308ea2592aea90b09b6e702616f6d5e5dc66593e4d2ae2c590e23816ffa7c7d03abffebf72fb73ffccfcf773ffd747accd91ef20b7512218f727cafa47d408eab41823b019c224f554e82c9c438c14a3fa3d1f4675533c905bdbe90703dc7e67503dc198d706cde021549924b2386653310daa52bbb99a4b2625bd15c9f019df40e01f27ee5e76b90f30fbcbbbde8a2deb5211c48394912bab6d1422b9ddc0a9bad9b94f0cc1c2ab86f9c0f18e554c7eb184995743b2efd0b5fc1eb55ff01f2bb9c6ff77ee96e24d8067c6d7bb2abd01a98fa16651f3c4999a68c2c132f3f249e002bd8ccb568795c7e39982d9cb4497b2f65edbd518b0d54f4c3f8201fd8b049e2424dd0220ab77476cb3614ce34383b789f00a08b48f3f71319bcb38e48190b6db241f4d2d7156e0284b3694768b9ed5ad8353899de41e0e074298a0f0d59bd64038bb8bc0051cfdbfdcf67630cfc61a9c165f9a287e0add45a08a82325ed44cdb5c7d5d5d357c6549029ec13b89e5cea437d6e8b3c4b71f71785ab1e8b8c9140d6fb046711a835d3b34a6aabdae7c05ab38e54d092dcef54cd2ec2c864fbf48d7d5f42dee3facae3318dea53c375c56b02276cb3c90d02e629b316b52a72fc3a3c0018232780e41d8fef64d6dc08ee00287371ad737afb719642adbc363a506c2ce05e331a682e8ba5e40801b2bd46ac09e064a52abb5b4dd0c37974d9491ab2177702df6a9e07a99013fd83c90fda62dd8db5ca04e5eebaf253feb2cd75a9cd0d692f1519fb14185be1c52ddd17b73ada7644b1cf12dd5553aacd4a9d53854da86f927101b04003ea5585cc05b4e434171945a9b7b9f09526f01b3a0c030ecff384e78d0e6cc11fbf3e3de9f1aeddedaf21b73c22fe943690977611314b6eaf53ed0505f0ac21ca069381740733f661591e965ce06cbbf691af277afef6fef662674a940c4698a76e33933c0f7b0bea268719d9597d6493d89661817c25b08ba69c3876a6836c967f060f576f74f4ab533174f90f2c9236b463374609a43ad66b6eda0b8bf830e4c055372355d1ea85939666e078a15bbf3a6372ea25f25a97e6d806328aaa303294ee9a60c99c5d0216d85c4af55298542177dbd599e46164ac6af0a55bfba798ee5be37cc7a26f9ac8061ea83f02bed237c158b508cbac54956535d0164dc0aaec168ca44464b31b65810636bb9e10bedd891f16f8f83e3cebe6cbcad6249855a177cd85286537423127072831586a704429314ba621f2e772221c5407d639a8197ca72b90df7f3eff6f89134362a5ef38a447bc9682a6665125af6bb21b7c501b46967403c0223b6a9087845eb65df6f620fdf836ac18b7efa19f3ffce7fff5dffeeb0ff3f3d3ddd3dd6961d5c83a7b004b8decfc34e9e28183640c5831e1813cbe150e17b9412667108ae9491649f308848f79d539f1f0e08ffb77f8725a4fe1ac57ceb99f26953d060d795dab0f66e8c689a4a25c5425c8c8af136c3f872d83fcf90db5a15fbba154e9e684430c920edfbd96e17689c0e9210aaa4fc8a8692b2ec7e536704002fa832382934d205c7c6bbaad0c1711efd288e144155ef6651259e11d19401107949caaab2ad21730d3c2718bcce322b85b9edf9e302c49dfa4d1a1cbdb5d6dd7572d99a39daa7a2871a4eb8e533ddd7e5fbcb1f19bdd350df691392447ee341bb5b9c68f2f82a4fc4ff6e6527beef5853d084a9c363d776dee1849431e025438eb6cd3ad4842d6c0a081d03d5aeb97cc194a36562abe8355b502e107247f32557b91984876720d4a336da9f248211bc22afc447fcb2211ebf69a167c9063c8c744fe98511135ca79a81f1dbc3f2365f2e9fdc3ef5f4e07c1979f65c99aa28095935a3524f9ac1db22d78f906cd13ee042e6e1b216fa9495a26f65bf2211eb433cfdbcb4f8479be4d39bd3a1b5da3153c56a849d7f150b5d1a14a2a43c8c3a0d701a501e7960e5bd1a57beb4ef3d4852ca3d656ef6bf883b1dfc35fde7dba23ea5e28b5d9a819e3431b87f112d60250a5a96117c91baa4bb9cea652b25cf99600ab0ca5bcd7b6c887d6e413d5d9cb61360770eba4e3e208b3921704d477b64c9baaa9e7c92fb6692d80b810798c2ab5c4866d93bc0488f110ddce01e9c56df2355ca05c39327cb413d039dd10cc24522c642081f69844f923274772a5bc758d6ae4bed4eeb59c3bf68cbc0ce97b77e34960f3958ca0a9e44e9a34cb2689ff8177860aa86bd95c2210046eaa9e2f527a771d72a1c9df5d39f9220c7c931400609d0a0be6299fd76062dfa4f3ae7e9fe2c91f59f3e1db906818a85156118ddd218661f2f4b2f94af237ec47377edf1bcddb3ffffa745e6932470e125eed4ed3e049425a9b015b195345a088b5b5cbcf1cea29f30d95e74b2fa5b59c47b90cb06a01b97ff874f53daa9bcf11ec342b63aa5afe4c5aaad0e889d40c45aeda1565d27e7105c4e5db81853463945c3e364e7a4b44f82011f1bac489f592a59687b24dc22bdfbfa9d9d1e85a7c40324c15d19a434963c9ac723ab63458b66b3cbe1e3181e37bc6abc3d9a231a09d29d9ada0812e692466394df31133f8aa2e36186ad56aaf198afa55d756e4d53c474c5779fdb952e16957cdb6091bc75815ea8a1a9081c152c0a801325aecda9d9939965156066ea96d60f112a09176b4ab6fef54fcecf8ed113d4d13549209fbb452fbf372bc0b9bdc92d925353afd748dd9cb05cc3517d9b1dee664bed18fcb52fee575d8d92d6af41b8c472e1680b6ff1f75efdadd56921d0bfe15affb5da57ce74edf4ff9b4fb4e77bba6aadbf6cc172d888224565124cd473dfaaefbdf27e200a00010a440150079aaed9248b144e639997b47ecdc3b2252f631c4868571204bb3134ca7221eb8b14fbd1d8e8553c55b561b4098173c78bd10f5d3fadcde1adf3693c3011e4ba16082052807c1f1839dcde0c526080b6b8dae3ad4c30268035bd538f88a538b4b45e42f69857fbaded00af7bcd3a93801dd91e73a9ad9b33393064678d831ea92a59b36b59407ecdc0c140b345729b95b16d3e01b1c7f35fdbc19b8b1d501b1990099681c505204cea0211b4524f16d6cebd449016ab4258201b15f04d1277aabf2a235d53fbe16799e0fdcccf113e15dbe7ba80e49f1540e6b3d254a76d86639fccd26555d80b0025da94baf2c695ac474cd12335307621130addf751217db676998bee17ed39113c0e63916ab0dce206ff6900f14d52e786ba141f328b1e4c1c66ca375a26b2cee0c6c9e85a3c60e3cf0d48af9f177e7f3b87d620c2712d92d4b6e3eb57752b0ddd1989dcd901c3aa91d1b6ce031337fa88200d93be89bc7635acc0aec31fefdebf5fcd3d54fe7bb233c52620038ea48570cac49353ad9a6c63e3fa0d6ac100c29e3caf109fc4456593032f1d403f5c09b3b6581b6db24dfcfceeeb64a65d92825e0d474053620b4a0cb08e534c9acd8ba097c1d7fce3a27c74690c905a0a50a328a80272075ef0af59f15155eed3ac008f5d8d8e0189a239b880d9d3d87a059e4395123bb458a190c506b20d04e3fbda259a619bcc37766579dfc732bcfe2f2e4f12038453aab14201d0a38d387c30a0da5d80b6bb5d29c8841a60388a06b1f272b81f9d8e0c72ed86cd687deb659d7a74d32a47d4d19af32182e0fdba9d30fb0143682568fc7391ae3b07108fe4ed1a14b9c416228602de01beb73d9cf4d836d6e1fd0e848cb510a04e1f1591c482e8c3241f472c8205dd85738c6bc75ed4088f86c14ce85e03feb6e7d046db7c41239ed86d872a46e09d8940ada537e8db2f36c47cd8dcd767932b0cac45da2e96b32a8d681052a4543f99077e6b427357e4366d7b806420ec2860a0e4268801dec1ac4a4d0d81f1134e53040352330181da558ee03c206bbdfa990b67dc7f9f064d7ef748058f17353941d278d43ae8d385927f0cbc14ea59a959ddcd42c30a7cd9cb10b1c23006f0761902f241b9a129fbfb3bfe88d6443c799143a4e3ca01c704ec50644e807ae6c95b700010cca050e56761ca3d2bbc386722355eb813ff75683c3d1dc50e8293603a6e331b69e5b0377089d12e09142c7a3380566c26f130b9b332d5e06906112eaf35450d0fae438fa525c64539e4b975a4371964f136106508c8ebc81aaf8a924ac1d59dd94c16bc6aeb053e9854c75eb325d6d3e6241f3dfb6bd3746aebcf6659192d33fca4a2f0c21d40c6c52871b54c26ebc9ac5da7a65037aa3910ce89f5b5a8aec12035ff926915c9e5f7ec89758e5b664a6a6bffa7061b0418ffa420aec21008f536dbc66aa2083f5d1fecff2c636513f90bda7002b7eb425dedbd6d55b1bb75a48ee6e5feb34aa62d59c39a680e444716a24108733cf6b57d04db514806ec064354be2d89fa63ebbc96c275ae37deb2b7e70b05bfde6bbf7087b1fd7a54b02e25d6499998622f453a7d61080b5e265594c861a1805a0cd1b3a7024360248a49c5f0d08198bf2cff64401c0fbb61b20003a270907a23562b45456cc38658a45613b9a6984128fd9e63e90cd5a075991610165f01fd6619eea51d9440b0f6b2a80902097d8a7718ccc5bf55115e74b23b3b19290595da65697e5f5f2403c1fd8b2584e6fc93ea510f89ca4fa03d9e3a80e0336e5e3b375a23898a12ade61a2b0bbcfc8cc81d69ba1718a029c255a968ff1e47dd821abb9d2a1c6b7bb7cb534525dd3863089119ab64d7584044a5470a4f18dc1c98183d8452026b03fc77b50ea0c7266ad66eba5d1ec7e9856ba3f085bc0ce8748309c51c89160054032961d4182a893498d40b80c9819afcea992a71b6f24e95ceb26bfd3d65c79c670707b8a027f0d5e214b3e1e008e1d9e8977062a15567cb04e5a12b0ca05a487256bc441836f34a8c14875f45d006bea06b8fb78ffe9ede5ecfc62a73460a5409d4c17589eda298ee4d2d2f4ccb15ad2887d28828f406e2c4f8e1e7e0a4a944ad31bba674fb4d09dff76439dc92d673c7633f50c00dd00af1b762d100e58450663ee5a4de2f1bc81cc5153fc9b02ea60d31cf1c1ab45947dca3c7c1bd35ecf6eef3ebb2020d2814f2a501850b13a39000905a324d54c1ba98a8003e28b1f06a406c80a9c0ccc867729ec29cfb2179e7fd4bbf7c84eaa736c2e549cd4ca2208db60f02320008dc1ee8b224894940cab94d5a557a99ea6de6885c85cb4b79fed1920e666d86fa199e1bd96015042192c5af2b53a14703d351d12455dbbc1a3a61743cd6ef09a768039a5b2a3e7e4417af2a97669ba57824101d2d13192626b83b2609a26e9a9791cdf665891461e64c782e0c8d04cc422c531392e2a998f7bbf36c544a79b9c2dbc193cf217af7f401380d9411e2ae06d03a60506a3162eb0333bf739e701289a980655a3768da197b8df85371f24d0769da33894b360c01c5dc7df4f09de587c24f1150e0a0dd6a86881043e0e0c983d4eb38e823d579de8b2a8f6edae492d00eec31e46ea6615dc02ce4ed6c70a68ab53273581ed07bc2fe3e93ac47223b2ace69419ab44357506aabe5686ffdcdcb511f358f1452e4112a9063c1edf00670f5bd2556e9fc6591ce4322a1683e6827502f92844f6427f3b3ed127c0ece72af8135eb3880369e83a401fb1df83c1df9603e26d044cc099a48f25e204af712841d82ade306d2e060767e8a7b0f3de642a226ec375c0374a5b0810891844384565c24483778e6c5166088791ed9746534f8602244db4a6b30f9b99fa3e05f6078ddbad027b7699c2359a0d980074d8941ef0ca71c21044a5d3732c584006854dc1d7cc32b9328027606ca59bb57db2913c7ffd389f5f6c1020f1589e05550d3498479ce59818f1b1a5eb193da581531ab237b62b10122835852ebbe462389fbd675178b13977960cca98eccf63af0d470ef02f50db2b79d664d9824677104d99c23a92a3507fe96ef25e9f8ac879c1dd1f03bee553bebdff8075af5f9b44d323fecbea0063a322dae20db6ef6cc5f01448e584220e07a899e74030ef1780c1a910a70dc2cf2ee2feb7f96f77afdbf9fbf7affb25568818ff71be39ae4a592ed02e4e9b682aded3f798c71a10651288683673a20ba9b5f4d23849e0279d5110f918b45bdcfc6f5f97cece3e6e4417701c9c719f0057c1cc2d8e72a6f57048785331a7e60c27b60046b4629d8b81c85883736c4006dbd21b69b7b5eb67bbce6dc00ea061d82dcfde055ea74b21e333a09c8c26d846b93adee14c6dca60db6c7c291cfda352a1726eadd2b6952f6ef1fd3e6d5cfde1bf4e9454324594a5b4ed508273200b6f39c13b531434549c49ed93bb1dd66be8e001b80554b257d5f4dde685261000209cb2f8d68ccf15e4d823e337e57ae1b47b07f4a1c935c5e707cd43a90122164197d741e9f1adf0965ae556c735fe4afc2540df00cf424a6715f83abb0101001a55a71171982f01ab9017293644cd2e4a841298ec4b9bcfdfcd67eb595f38f3ad3de574f17cdbe895281d84238a4ede83d201f024c701819e28a58e04685cca34f46d753150b3cd4a1e9d8a076a10f8d3b32257ba6dd2341262632f7dc606b6e4c8512a855400ab002b591ef0bcb0e6d4300075dc95ef77efd3ad889ef0bd84a139d09b213bec1f6c1bc329ac3cf10495f56477027861da70a0b62c8f00d89b3af242df709b5cee98bfdb316e07e85d4173282901905e27ca157981cccb03200ccd16ae613d55dc819bd9d68d9455b22022005efb47017d52abda75ffee59dfe6253c7e76a4aa41f2e17926959e261e3d7d72d8afcce1043009c712972fb1d3e26b3c2ef23f888e6d1c7a5e1d028febc87e56c571771e747c26d089db0d1e77bacdfa1c03d193d6d4d4c81c8aa1f4fc5a385b6b17d46ab345b74d337fbc70a24f09b8db082326e2edc8de6d2e0074882187075d142907364b921a490d7645ea8d29ba4541f991799ea31083e2840cabf94a1041152dd359cd07b933b14dbd9d961a261931dd390e5fb073841d278fcefb961adfdd6c5d0c9d92f2f86b3c85a074a38a0116a9387f63334bcc0a873a6643bb67ddb0895440105f1894b0da9bd68a0e8f46b0d6efee5860436091ec6d0814644522e7c165122053e4a561e2a04307e17260d036d3bb32b8a1ecb2b0ea7606e95d6e050bbbfacdf447431d6c34a7bbc2fb52a06d048983b84df023e1f0050f683358b94b26d1110c808a5279a12c0773d6ab724f0b43f002d2d60cee8b5fb0ee400f000e88bb51b19390c403c5fe10abad507200b937e4a9892a287a6f3cb16ba68bc3ab9fce5fddcc2f380af48849188012a19a6cc5e1a27b103262f7428c2c9e26af26bb02bc11a501d2874818dca9018d27b150c17c8633ae70d4e2c99e5f5dce2eceef7e5f01aab5023ab5439a769cdd02466d91d6c2488338f748bea013d3f8baa32a28627ca6aa4f69236a124776d44c3fc6d3dafa6b7740d8cacfdcf4b3c7487b7a072059e365046a2a636fd1a93770f68a17e1d5294d4f52566cbb99d46c754f002c3b9a47c90c7ef9f0ea7ab6b87cdbea2b00632c9617f92d5a1f70f499b29bedf8b6a2d878db14c5347837c23d16261d256af47a051ce2d776d70615f978757337dd187cfe5632a80f17f144917811fe389389a80316456a4761248230de00023658cd71e942643446ce15917e3a488f1ff0f698d2ca647a5bca4da9902ae9363df4c0e63811ed38bb4c37303c4bc3623b089d8ada0d3af76501b2f323e2d9fba5cde65696a629ce4eae6a40020cde20a83f80960574e5680e02bfaaa05abe2347529b9cc4926d9f0381934a4ef84cc5d72eb4af36aec29f18c71f9a535e38f5bcac9d8a9ec355aa0083152055e27054aa3620ad8120482905318be32d9147d88c75f6ff65c7a4f50e4e67aaa62594340488ce715ea0ff4eb9daead8e59c55f17869f86e8eb25b16719318c95ae70510735d777567a97987bf5aa9030b444a44eceebc0ea1c202479610761d38014ea6692983c225924f3c47973abdd1a911d4ccfa60f8f3fe01eba08796ef869cb9384d4723e31d1d519a70ea23639fd09e04410018c8db08e20082940910007ac778ced67ad507b363a51194bc659c0fa0d89ae902d50b237dc3de610fb4a9945f2989ba638892e0f38a70a5224b01ccb775f2bcab7f6b75cdb573b447594da52b0a89815b692c1ff9669a3001b0e3fd161d525460bb4ac5976a7c1d8096740a18c7fed88779d965bd9165c03bfa64df4b7b177647447a5777d64723456d38eca911fa043f0535fc041c7aeaca0734018ad80561378c0fdf5f5d51f8f4919a6e004bcdc1c5da38b50d6867145088e0f820f620ef514896cd9093f0377b7201f210f71c19a5abeef1b0c1345db31492d9a2763904539c2939a5ee350f9f01dc7394c9f7ce009dea044609488bf343437b07448f60a30db6176590a66cf2742bc72a9bb08b6adab64f68bad76828814a6fb696f3a42d8db047e3529c17d1955232a1726c45014904eabc442a77860154b894477e722eb24e107a8345e3b10a8934b52858696ad315b80276b0dcb503d116f8a1f686a85170aa14650cc036b1abb193cc5a88df032bddde7e349b263cf44507fca91328571c84006ac0028592a12c87021609dbcb54b3e2015101dc0df055c7265f7afe6ce5b2adbbdad9f59cbf6cb4d4bad2913a339762801a388d2ede0e2c3a755d41428150730b013886c567169e803e3d3828dec86230731d9e51ca7223c62bc41953e88f498f028417a09e46f6e85857c67e4132465a2edd216424b60c45c43ceacc20bfca4b7a53705e76ef238b3d5b2901d5908b5b198543a69ca78c8a3f021236a21f1da919f658366541aae1418377fbb631affde430e5e60571c07a10610491d599ee07fd6f3b5bcb4083a488291ee421fa92895a3c75e62965bc18b6441a8a6b57603b48f50f73cee083053e54472661fc6a0c879c381f44e1571d422a48d61def184c2d0c766fb01d173f1a725e6079c323cd2e55d81eb7ccee3442db8ab85651c90da45e73fa3d934903b5bbc946178cc5713a16d485ba2e6074a08dda83e00f107c9da98bb0864b36e75a76c9314ba42d25f6a8a23933dd0b5dc21b041c6899ae8793ca5373f470e2ed939144474f45a96d4604f704047bb68f75cd9e267b199cc9312171a031f752415210f3380ce825159c5490dd64a709c4c91382f2208d397e6991b08f45f6fc378088477e4b5829b066054ca26329708105bec506a2d11b48858f0a4928498a2ced030206a47a3ad9e314791547fec27d183ebd9aacd9d07c05bd45286aa90c8f2c62860bec7c180a3c8a963cba023a4cf7543ab490a85d5433b8a4a2daa0fb320f5f2cf971d867ae645f3b4e83a7002af66d37d455c1b671cd7bf06d6043d00bbc0155344831b202bb25fd1357255ceaaf138d5ba76e2a8731b84f07a5ca9c32a0c643a8238bed83041a808b0038cd34540da0c2cbdec0114bd047b7145ed92af3af46dc765fa61653b0b466a81ad3f0aa3854c97d15681a45d1b8cc9567365e4be2d829855f548bd8c6c831691776d855e39b1c9bd78b7c5d2b507dfa4b36ab81ddf1a488fd5407d2a61d51718200880ccaa1786c29e562c8f869f085c4adebeebe4f0688cf212108821a7b1c349eaba2e8cb0895c22ab4b52dbc5a0b0b13ad8255919be3339e6d430c60f288f13f0c912ffb37d62afa99438f087a05f113e49a266ed11b306c2a762179d1379b42c94d510855c034f01eb1bf3a96e61642063b3a2af89db5de96baa4e07b281ec7cd66d079cb39375dd9b525bc8907b234f80cd56e066bb842c2a9d8dacb2641dbed5a7ded332e9820df06cae35090c7ebb00efb4c1b60aee1f0e2d8b298a7f5156f86a59693c71f532f149417c4d671285fcca32adee42bb38d747ca7e102feea2a42e37117f08303f63893911ab08cc8de2645fd55440f007a170c385972b123022ec6719f9e695e9f207b787a786a8deae238b5f48d996ee900a058a654488284a951e9a9fc0ca6d7140056d2a0090e5074f89d332b6bf5f45573eeabf717b30f5b95753a638a4e0e2040b2071266432447f20b2d6e261d4193115d79570924d45d6a99e366e02c9962988fd3ffc3bdf64fb3df5ecd1e77e8837821a9c74113e5d62dbb6f22052d35d08505ba60cb738b25704433f56916a14776a3896580ed8f8edb6a5697ddce5bbadc15df8922db26236c456d6944df541515d8eca628f5831c2c544745fa9c1a3732e568a9e94730f928f7af18deb213f5c3cdfcf7576fefdfbebd986f3d57ca9a09fd885494dc642008030ce014ea1e103600f1c4530b9ce6cf2a7180c72ba111b2c94861faf17dec86dffcfa774a74698b02c49bb2112c0ed192303d056060e359caf274444136e0e065c55ae929e502855d706e9fbadedab41ede8236c34af135e2470fa57172250343d2b58c367c1430055c03700b79f16e01a1a7bb19703fcf12ad5ecb0e3bda982eaf2eb79f67a17c090b4c20a685053c441a501e60664b6dc448d207a03f6a1bf433e434a40706f1c891d3ecc3ae68b6b1ca8d8ed4460926f6eb017d574e54d461c46922627680a82e9c26c9b427c0820287b2147d3b290ee8547dea9b7d166e5ba793964e3da5b694e9bd841c8e308c43176919562d984465f577d2368871b02bdc78b01a361905bdd068d9a39967b31162522ba467b5cb6950bf3f3b05741c1b9d3380f80380850e6a504694c230808b48479c31099d6dfa6b18fc210f4dc17475b3bc991e401c391f1ed9f0e53cb276609bb8c2660c14032dbc4a2e7411a87857381326f1da907d468d95e2f144017653816ad93ab0f1c9ed2e8985092fe21d9e71f1d850be016e5b406f3c8144a32497466ec898e099966ab82cc868bc880a40b053fef951687f38238eeef2c840b469655f68a40313383b085ea1b51c317ac19ecec117641261aa675ba91f5ef785d6f41397968fa2fa06bfc202f170f11d6d4aaeeaa063c103954951bd19cbab74802b44550e790f9ca61cb5530eaf85ea0c0b03c7a7b9f2741dfc6a295733bbbbb9bafd79b6d9ccd37b13cb39cc46d7d81133201c2013b5673d3056c4a7f05e137da1c5a69e62b57d9a1c027f59ea45ed5ef6620f4fab6662f965a3699dbdcbe03893e53a787b4610545a016db31a054c0014d2284e6d90523cf575690c84ed4028c7a1ff5d69fba134f1394cac33007a765564ee49e6c27086b0b166e833f57f92e3e525601d219f9fb67507e0c3a10d953ad812d71ef493b3ee60d14f4ebac71427f98c846f68081385b78ec2ba1a0e34e898e77ceda4cb4e70819088805f0c801e62e742da727b286b31deb645391a0202226a06655694164394a3d00b601c1e6d01d4cadaa740c5382d486c35e68e7dc491a9d893f68f68ecba54ce23adba460713ca1b71023446fa4001708185741e4af6cd768b3343f12fdb383ad2a8d3654aa5d9ce6ef3ee2736efcdf9fbf71b152ea62b62609328022f9d827f94ce2c9d94007b9ade19c8714875215a809fe49aa3acbe462869eb297beb45fe74bb297881b721fca9414c6931131de22c5644cb558f7dd12b6f3487aa1a816a04e63de4549358d42c9c437fa2eeb347385cbb136b585ae5c83be748ab58bae3b1f0d23cdd4e294ac091cd61277856c8c310a341ad275df585a2d5ee0615c4c3ad7e7d0271cb2a6151a550ed409cd0a2202783b51baf680ae958dba188ce58c891379d5a01d7aaeab143dd321efc3edf404200196db2d3a1da18e0786b0c72c236309020c716d840371f53295337801dc82cd9060cac17170ae3cfc99f6e5ed0001ee0682fe1b8c7b90252374045a936840456cc0a8dbf32ad17229bd570f07d338062c150dd690d5beee6ff8b57369dfaadfb2e6165872e625e797670779c92ea1b73360e4822e74164a7b38f8c0cf88b2355433639d1e668a1acf3ecb5f5ece267e4958796cd6d82d40086528d34722d4ad1102b0096445de9155a5aa11b102284e9f8964874bae16d4600b7097046bd9865fc7277dca2fd7877f19badb70a34018f015069d23ed4a2685059969a1b406d9ccf5064365914e57070a20b73a2de99c7573aeeb7db728f48e00091568d1a808bd4340e81486e90576d067b56c200147aaf23d3950b8f25b19b4523c6ebb01054df4e683b9515ce37bbbcb969694141d947276cf1503520795322759abe98480a393c4da0b1092331c6881453401cc98f6a05abf2e16359818e158047023634c454dd8b33481facb772008acdf21ac748d3d39af8be9b42531fd62e0311f84297f571abf1b3b39adb81dfb891104af15c5b8cd407e684ade54f343a95302caf40410fb520e28f80dd85df3576ce068eabae3de52fb9136c5c777a960b6881c73bd5c8de66449dde13f510339dcc11f981e0b0d9297e0e36d501d8a274ce0ee4ac765aa9f0f2786bc7c6040e4d5b70c337d51149013f346b9419f004708f131f3638bc5af651f7c053c46942f0262b0bbdb91d97f11fe7b39bbbb7f3d97a6437f4d6a5dc87a92e00570164194204a4d44244246449485d83e2d7de83a2663c69b1a068f4255c3755fbe293dc7a89602d861d3801071f381b20283b2aa0fad2c7d4d199d8139f271f42d64d1d328f3211a90f0caabbc7ee833f7d56efddea8fe5f81f5bf22dce9a00110c2a04d68063e89ce286a58772520a78d3d2eb000f9e7c753447b1ceb6769bb92d35f9f9e620168b378c1f3c818b75c0c4e0127d922691698df88ee857706ee8ddc686c010385a8ca83735422dbac577f4553e3cadd1a62a1f43355dee0c0e1a22ead4c54fcf341042c436fa4ed14d80e1854ed5d94e76e47a8175fc97c6903e4f54fc3ab9d3dd6d1928b48a6fdc2d922036f9a05282018ca2a7611f9afd38995d88583758d064328c9f6a0026d166554adc2989f539946ecc5b2218027b37c038bcb582349fa9d811592ea6024ea75e0d2509c9a8c11d3cc21a2bd093670336d31305c969275e9f9ffdbc317d8e67c832075805323b1b9749d485cd69766a0164872f07498603a84d09f835706e04df1f0107ffc51a38de92717db7091af1e69dae4cbff42bc45f0ebc08a8cc0dde91701bdb7e7d1ebc8001055394d700e201c51baed545e1533f5658fd7c43d82953d6d9b98bdc332c7d6d84e42134a639fcc8b5e229e16b24f2320931b279d68d05f922af77bcaf35485f5e5d9e9fcd363bb1810d0ca585238724293957032ffe90d51adb82f05dc12235a97b4905200d798686aa0cc660adf151b2d91c6bdc88f4488f9475c75fd6f0346a94ec713a2dfd5534492a5e089e8ea7739dc2779711400d7124b0f7b55d2a386e251b7ca3bb57b3ebf3cf85760a35a8a20b075c6371040524489c92b02c5e65879f43f33e1349550c4d44bb84a10dbebf2c6ccd9e28a9ae6e13168a5caff8e106114554630b29d02dd066f4b40053bc4f04c4c61a8b15a632ec6af64357b6dbf1be2a322b385acd4d8f522f80e1422a72431787e2a70846401f081ad85b834e67d947898e03ca42124df72a76b4e1fb59b0349c1d26169d87d9137a9170deee865eec7e1096dad8870d1ce258cf2d23545f9d704000478e8d063807a3b2d23154f33863d944b3aa1cedf23fb92567581fb8eac9f17298ba3fceb13b8669580584253a3d11d9e91a1a8587111f1d2813a5f42aa854577c22bb6e4a1e2cceb6daf2781b897da7ab6d82248c3305bc8ce0c62eb54c2523031acba21c8e1422df0039c16a29388cbcb95b1ffdb327d1d69d3f7289a52633b032de617281852684575ed078cdae6ffa3238e0054fad7d24657608d05106d84fab9dadec3bdee00259dadf1e0e84761493c67bc0436d94134038c4f719bed6cc7cc98657e446aa3551192de1b483e8d1b7c721d42c462d5e3ebeb760daeb1c0d40b222378b61a55f45c7be3ca04adbd88389151647b158ec2f6ce2d6398101968c6857156b293b93c0f27bfd767eb76531639a5793da5f00c98b54aee22d00c87cf5382989637a86803ad0e4dbe652802126e72bda9755fb54d3ebe3fe8a5fcee7bf7eeee3670e359a77a7808ae042e212620c85f9b05f9170a2601377e1ebad089e53f998d21c7a92a1f1bb6003a3e9c30e2abcf655d3fd0298256dd79a43b001dd1dfc2b6984c171c5c81b370e96706a081b3750f6b42ee432ddd6aa3ed3dcfffccb9f59c8bc98dd4ca3ef3b14d215c78d0c3026f217e8b4a510176898341c1d36b36029ba870cd089e5e449ed389b94630f384f7aa104b6534466076c463ac23aa6e6e184834dcd000d62bd905bcd55f45412b2f43c54d1563a5185c8f72a298d6587f453ace062dbb06cc3322108a2406e9d9518203b8053ad72c4be98664fd8c8eb1ca726f8135653c1786dc46e628bd5529274bb47056bfcaf7be094491a68739934406f31440eee533234544387557c2f830402fa0e004fd53c4e6265873cc849a2a9986cb05773d855b9981ee9bbf31972c8239bfb46814e22634edd67b6bb3b2066ca7b47c6d4dabbe65d04e07c4466e14ea6bb56067d57d9ef1c1fde1c5ba6e3e86cb33f65b83a39cc03da792a7e253a00817d0cca7f52445c455aa10d498d72ee79ea4bc40f329aa961592cdd06ec2b5beb874b37a037f148ab19642a03adf680803ad1633bc0a78aa3b72a102ca00da02b593a3185ce8a12ac0babe5fd7bd426bde30d73136c0e6cbd407b1472458af6e29582d96984206f68788a6c5879cd0240af8182a61ee869b06e3122b13d6bfff07d3f4b545f2d7c88b1913695fe0bab8754731307321f23a5f6a939a3e997054c0f10a7581f508234a648334ccb3e1796c6162a56617f06bf22128b118e473410d88ae501510ddbac7018335035822e1d8ac6e1a08384e3a23d0b3329553cb2c9932e0ce035ffe8766955b9a091d5638f206c212938f799f7f260512cea8165023064aa3650e87150a2bb1a4def36926ab2c386cd2820578b36ba6dd1a1e79cc49eb40f0331a4ae6f65578ee286ab244e745e51f49e1b0a4097a25a385b955d708819811c99ae1266a569ff34a35b259c8f378f3bb01086596d4f1df82b0d45c71c4b210efa3124c5411a4fb55bb060de2c72a494eedc46bb89702d6e7d765eabff7a73be6d778d07aca898273e490e89b2ba5139a4bb4270c44b18ec39def0e491a7d646c463608909b8e164ea5d370f0fb604eb5d2520488c76be82282a3a9736805fa0da11ac079f2a00c179b088415fa1c94dc2803923df746099b65097df717dbfde9bb8d10cc13c9d15c79938b20566055637f234a8ed3c15f3a34710a42a52e3e47da7eb4518a01af8ef80e5a7efb795b937da976f0187b62e91e27040efc036bca52bac2925aadb217c755328e9ea544592adf4f065dbd8a4ff5dc0d7719e1cf8ec8416166705b170f39a81ed38ae0217e001e2452081621b76f28d90784b157a4d427ba344fb0a0b8052c1279080c057c66206d5bfc4616fd183b4eb60b026e9f09d91c8c12339754e821272a1b54d003ea26a9050b2c28f44231424418a09e3d983492d06ba76b8443e81c41e1d0e443a202e85944a350eb0bc8c1d6f356b6d148f290981d353a12b3412c72ef88ac8fe49475bdcb61e90b6e6fe3f5fe9dfdd7dc69d8a83d38dd235b54ef22d02aa4cdb46b02087071138bd45d90443c50a9581d14c08cc7605d46dbda9e689047b767fb3f17c93b59e5e2f3475c26a4a016850d45f629340cc6ccf8b0011ecc90c1cefc91c74123b6d00a316d553af9fcd7c9f6e5f2d7d20765f47d63e4da3021a198bcc4bf3c06ea61d6b85b7fde05840ba636089c54cde1b8ded5c007734276d4fe9026ccc00fd74ffe91ae7f6578689f50a7d35d3043efb3d1abe4da0334ca20512ada5d9371dba4abc130184c3ebd4a6612b5660b8ac1492c2a3d8b7118fb6c822887d07e2d49e03aa8806c67ad35918cfc34703d0867c07209cc15c91ecada27453e46d26a7c1d362fe67ebda67b95fd71f26f98aca1a9193fde59953b020620c6f58025eb0b12d82b701e6765e80b02609b8481ec5f1cfb456f7d99a24dd4ed5bcfcaad44729263533284344b7cd92a8e5844f370eaee2bc226e2407c068e9863bf0cad8926eebae47b74429f3dfae67971be19cf4368fca02355f11f5ee9bd0b6c15bcf5de239f6c2b1945c383eca71bc621ae26c31c86d8f9d69a7c951c6717cfccbecf26c7326a413828c12a7fe202adbd3ff9d9a069133f615d8379acc706422963b108353b25ee230b6e379ae5f07ee70cfd97e909e718ac2db31b3771f29a15b45afac2c9d6ba29249abc0f86060b1f19bd5e082000174ca46ec94327834e61207a559001babd33572aa5e178079c09e0c16460983a9b486ed4609539a9720fcd0c186434d4aadf7ce6db3e7b71733b0af35f24ced854eddb864d8fc5f805082cf541b1ba2f967d82a1ca7c982e7c7c19a60346f0429c5b3ba46d8c94996d33b9bc72a809460030a56337c47fa93c63b34d33a5bd92a3d9abd8f34444242a45497765d52a6f33687557776ff6ece465d53af72feeba3b12857124eafe50d09123b7064b65412f1c121c556560f395d2c1200a5f94721517024539690dd0fd33277688a2c3ad9cee6538bcee68562369650c2716e84328acc861a07975608207e78b09cb6064ae50d90ae3cfcc1d16b187ca88ca571a6df75e6b663959ebc93c063d9479901b3110a851d4f8112499e0d6632b92b829c691acc204a694020bab7fb0d2fb39d59e1faece21fe71bfa98cd195b80d880ca2afbe26dc78793fc3ad545003a0d95c6e8449413dd8234f0701e5a156a0ec6c5c8cc6eff835f574aa71be721d4e0bb2f423b769f780963004cc97542e37c20c900a824523a2b309eedc29476c19ef5c4c4bb00db6759697cf6f6ece6fc7a534a2082c5455e3e8d40df088026cdb12e55e91e8925b25d3561b58806a01985d58281ff02946732525f5496bfac96b0cbf7cce0d03182606bf0c2262f543038df9abce256c22e4d2d177ae8583efa681c36521583e3b2684cde714bfb9cc2fe7fddcfefd7077d4b9b743f11162ae5041a59368e0c2f659db559715e40a8156ee82fc2c8c6f7cc2a3b03c4c2346175ddc10eaead1980cc011ff66f01806a76fcd2443b07e11417d229bb66c15ef1044cf24815c232e1a8b453b0865e3bbb2ea316387f9bc220ac59cb54a900b3192e29711e018de948d0bbd31ced8dcd0d045bc5427a007236024c4870b7e0cbdb0d905329e9d5f22a6aebfad7d1f2a44c1391ba05ce3860c38e463d7bfa9d62db264fc01823bd9941d4b5c3c1952e947558f4fddb27fc3fdf5edccf770cb8669e849403ed97b82acba243f0caa76126a991c9e45070ee032068a0365a210805212c2cd6ef3a1b1bfd293b6c4e0b75839115f0745d8b6cea1b602d5d546d9e119d43a019fbc23b8dfd81f485f4e789953a67fb16676397cc28edc32ff150d7a736924bc4706cee619aa74437f688b711aca84905b0e6f5d1b094789e6cded8c66fe8a6442bd6b2f3666c3a867ffacf1f36946e34e53eb1d5987d42a5a528a217d5bbbb02d91fb5d0ab0e2f1187502aa2190d26f0ed387ed144faee12e4c3397f52ea3dd211d22936f4247a17e2f9b17d3a3aaf8aafa5708e3d26cbee46f6cd6303b1558eb3cc8d5ac48f21e0ea59decd6e3658af997cc5f0a6a87a0562243235296aec0706eeba68fe639b45036bcaf47700f0147aa15402abc72f6d83fb6edc96f28e25e2304f3deba381b4033f149a2b60e307459d32ecc9ce4907e0cfd17c1f11805b8c496c6bdc85366767d888efa8d2bad5236429f9cdeb04b67e8147b2309348362c35b2f85291e81cf848a0b88fa5b4aaa71dda8856a5457be40ea9fc0d3eb2148a5ddf9723294afc76d7d841de1588a0b7064030214fd11384b6f6035807e192520bc27113366ad21620a6c7332af89ebfbd7fe419119dc940c608b134459d8e4fa0d5871954b6486d50a44813c6d3e5b34ce25af82968b000e0f458a17903b55cccdf6fa888f60474db38f184ec1ebc6595ab3807a802e48ed52a405bcfd1023dcd32509a8fda072e7392a82c85c47788b3aef4763fcdcef01a3efceb8c35cdcfdfd61b449362e8793d020e6d67595577247bfaee65e4063f64e084bb1600e1585da46a90c339e4dc4ad915c1d6cd05cf3ece5f8ff34d169b105034b0039d13749580685981ac91da3bc17aa03e90e1d5a79d1a7a183cf113519d4d2248bd3c2a394dc4eb81303fee98a1f88b17d0c96e3b27ac7537c00bec7da55086c34641f4e62c5a0120aea1812609e5db559924f6d612c34659fc11ec5d93f2c9141d888953204876bc4c6880d52d2a8bec8ae5f4d2b1b968c789fc18a8abca4d44a35684ed2583ddeee7ddee0ffa5c9b75e29160aaa70c6dec607539d0b2b4e1c467d04d1648b00ee573035e623b92c35a1dd59eaa5e084f3f2a85dc3e70cc5d3a07c5819c72a0815a0bf8f67ae0a552b20a2be21895a30abe9af4426ce07058a21de240f2e32b2d6b6f708bb7ac3c0eb640b6e15c8b30d581b002c35abca92a60b6e0783e53c99fc8179f054e647b333e09da427da65cbcdde9abf8618e6c37db2d3aab266736a4eeded348c4baaa64cfa94c1c4265849132203ebb6a912774651d1168b56a2ad28e8d02c4c6d1bfdcb8a755b94f6e00cd4c45ab4ed557b6b164d7ac07951c1c2705dcc366a2efb2d2532794e1157d42aee8bb56f580726fe62c2a6fac8af8dd579538194ec3dccc41f0aa59794078047875111c05c0b228562841d73beb2f15cc26e3e7d95754e1d7eb653bd913c3f0839e0b08299c59e6ac1fd82652120e1ebeb535957ebb3d02c423cde6e9e576079c5d4dedf86391b5c2f6c34f41a71a5e1a6db47652c0de0aa706834be081968d2edcf62a52fb038791bda395be5909dfabe264520c4aa8b7a9f5ceebc5cf1afb3cef1b50b0679a03d4caeb593b70a679d7c6e17b76871864740b90ad79474ed4898c245871f60ee9d226598cd66e08193cd25f665d7c9218ac38dcc0b994018d89432e386038f9232357d1ef1d3885128735b1cf3f20c625ba29efaa4b9ccdae676fcf2f1e59ecd536d8f89c1a316ca6429c01a04c4a3c6bcc14522a99d8418ba7791b0be63ee94a153dda70cad31413df8406da9bb7dd052f660404101a54b296abb502f6a19d1e2782b118bc15d0cadca8fe0eb8a2c051a8781678abf5a423f2e79be0b59e356ba8b73f52c53f9af7550045444485424a9aba09401558dfc8bd5286483b926ab6e0b2a6fe0565d5cf43f4ef6eaeaeb7bb7a00952b4ddb72e5643ecb70a5aa3e3510048fd842d57ebc5d0d4c8d843f10594069f14331ea6099d3438d4fa5da7ffddbdfbedfd148e0bc53c2e6494f81b7cabc84c71c3aabb92007d60a05ef13b5d1110468b69e91af7871d879ad39bdc92fde593e6a495955ec5f6d053cba26d38054994e375ad0559043bc10a0b2485d2c9fb1cf8442814e2cb62ff5b6a90d0b2840fdc5e9093cdd2b727f777e81f3c97efe0dbf944446dbc754f7cf9554da83d5245022ac3d9b4ac1b269ee11bc8a2a6abc2dcf88b881175576df62c2ed421e6de3e13b8b40c3b6a64ed5a31c01e01079c9130beffd13dd14a71dd81ba5be413eb0c135b87fc8803dfad93b8abbd96f8f5d5a04d0df2443f348d575676204aa74812d0f41b4467cada4a3e0319dc29ed4e90278e4987142887adc69bd18cada8e45381b8d56c3c8f30d7850c780984678cd5e02c4d0e86b230661ab3ea854f178e71438006a661d7f8aad7acb207aea4c5977b9a1f942e3801dc275a99cecc3b901c7689963d20052d901836203e5ca3966ca80e000d1f243f7455766d8eef079ee62ed6114e372f669e7c573a71ab6b688772a71d88f05283f3a8dba2ca02913169e478c06cbc5866e430f99cadf3420c25b7d84e91e6edce753e964b30ea5b5696c27d334f608da70f0038fce3bab348b4e9197e02ed16d5461bb70de073f4c40f4cfe062e5d1377b7808f7d71f6e66ef36e10e303e8f7d0fa302c90dd17d245641131056725d571c079aab53a722f29e3b36de97f0fe894ed36b85e14768f5ec0a01f129f5161c436a9e5a101db68a04aa7654765b81089709564ef3ac21b391a172d010a7955d731d4b0eb2ae70bbc11fcfe6af1eead06b333db4f0c9ba58d018af938af8d1d96f0d9aa3f1ed2af34d0368e79d410424efde020c793c079c4d20a369997bf080b57ac3ba7c1f8790d90f637b2cc82f66b2a504c8c4d9f103095a4f2c05f80084150735e20db0ed0afc08ecb5ec0ac4cfef67fc20d37edeb1958be74d68b69305a06a1ddc9de22e20d07e520142b8a4c9772f809c8172c34ab2a2a025db3c242d7cc31e67c1e7aa9c6757573f1365ac01c1da5c460832ac58d02fd708db331b968e9f278d4141099c37a4ea2ebe24454108cf717b0976e89d43f51baf6381d136f7c008009d5625d5587ba41c04e5aa2bfdcac768465c71c843ec64a71e9ba5f67d1d4899920de5ead7b7faeefccfc47fbd6ba04c03c18fa113501bbfb98d40fb86ca08c035c0a98973b480593c736180ec70ae1e5c829da4b4289f56bb736264590ddd6eaf1b2922bcb7494376786cf6985c50a09d6c64c76344a2c3ba3be7a2013d12b3064e63035aacb1a905bbd8c6d9c8395797579f36524e54dde986bf9583e5384aae2563d554520a9a9af0d14c7386b14e179f9d66c27443d22a5302537621aa5d9a326fcf3f7cb839dff009aa207851eb86831dc16e63e3957467780c8e443b71ee3154436be149c88c72d534c3a388a459141276743c3c3ed0ab8b82adea5760702e604b20499586894255513ceea949084b6c54f2757a02fd6c6a190871b944053e95c7e3e1e0e9b87e9c233a6f60388a490105d33230379c044e793a8e674962cc0499e70d2fa70469f0477b6ca4242071ce395177778d8dee081d0ffb85c3f18eba82be46e52a85b6690e2934f2132d16f8b7c5e9968bbde71d9b5315c02333e1c745b96bbb93e51973e38bf3b7b757efceef3fbdb9987f989d6d6c298ac522f137c3814aa786eabcee89dd7415102038701f35689b0b1c4d1cc0cee05ea11690a24e29e9a7a8dbdbfbbb3b5e3a6dd7872aff0ae7e9bcd1c101e8e30ce4448adfc1962951ebf1924d759c6b1895cdc5c15b36418db4546ddcb8c2db69f8bbf11d7110150be8893a4cc2ba3ddd983a282e5e5e03f80fbcd761adcfb091947db01ef1a2588fff5f2a053fd34af27ed3518fe48d62dc15e71287d21b53403a12314ce2d82c75fbcd0091cae0aa2db24464449b982d805b4c5fd2eeda9c68f87c93e673ec083c343e0b593570eae1f228825303a658d81a847d56a9f367f91e910c403b78430a2639bdc40d3beebbabc95c6e0dec224c178a0d08676f412da8f216c0aea65b3304350a4b81f92b1c3dded2b59241b4a4795154187dacffb225f5bbde555178eb4601c144196c3a8b5bf6e5319563a3d085c983941bd554f34892ac5fc6186c664b845a686e6e1197d524dcb6c9e4ece6ece3f92f9b7c9cf7e0885a14c98f7874d8969ec5d78a5853914226d907a310b6f12c42a4962b5b103b988d5654427f54317df8293edbee6ec474c9d65af699d315b0b25b24530a3fb1de3710e6a8dc4363124405df3bbead0d961e4d54a11c4bbd9b6dd3a5cd8ae27aa60288560d00906d31b4d1b2a5f216b646ec758a56040ec8974e848dcda190fb6d28ac155141deeebc61deede7b22ea6c7060eac4f47a462b032e3e8a08a1f84822882a85ab1a928863438a70bfa48d72e2ba6b1f2bdbc717a5c6edf745899cad1af76fbacb083b800f1800acaa49e088a8fc4992b2bc6883531662060e00f8b4702a4ca5751097f33cd27d3bafecd468911349c41677348c317a4446f282f99c1fe5d22f24b945405d804fdcc959661110f0444b19044f5011434686ce66bdad90d417da6471742f419e4b53d453679e1035001ba0408a71d93d3d48b3cdd6428d5a54dee87084dbcc804222f0b75feed83f26527d8f511607acae1dc075e1722c635df68b38a6fca263816371dc78c8799644aacf734dfa49f27188ddd21c0fbd3ea866d7d2c3663c30fe44b9eefeef144476ab521c2460baad7908e0c109cd5b15a1b28eea303bd1323ffc89a471c9bb21237e78f902a0264a2be02637640ec4720c17b2f86b204c88b1de84d402cd926a02418fc01f50a95a309415e6e90edebec4966602bfd1524d64c14474f3cfa87149c3d5fd82809b4d827576bd790059509356abcb414043c90591921a2acdd3c7d512f79fdee1ce1d9b2c903ef1dd4231843c97da168a665356870588a7aba60a5c821f4876ac0ced634deeb2f551677686aad92fcba9d1276bbea49d81f3fa8b41471dcc121f00a331e16e5bf81452955cd1d43e5240b686113d37f74cb9bbcddf3b72b1dea471e6a2ce8532d129b3d969af0fc14fecec0deb4883f13aa740d24dc48e1e406c8584c62131bd5fc90fecc1357248bea3380f0767317d6a75540c0b48da397caf2288734580ba11a3ca09105fc267af166bab919c8933a53fd9b2a296bf164eb4ae6ed8c378897f38dbdd9e98e4e99a3a8a22349ad844ba12081e39d92b27a007376e023a0283c70e0646c599673c0efd68ed9e777b7d5599d391c64e890301a3530f04e64d26fcdc0d69aa3fba55b2c2280da04410ec9911981737654a9896bd97de7bccedaac8e05baa35c2cd117367ed39926aa5ee1b5a511063d9ba8789a284d6011e170d64b62b9b431be3d5985985ed5b2696cdda89ab7dfe446957e681544df79602e9a56026a0bafb6004107702f601b05fad8905eed604d262e8c05bf3891be698c39bb3cfb78b5d1d96190e142a093155003766373ce010bb2eb1eb9b5a9d028724131f85258293113c61f16e10eef7659cbdabe825d58996d4c78219b22584a198942fa4a236c56ce0782644fe69f889b6e32da2880bb004d25d2cc31b077382ee725b6b5242796b4d13ce2031561903c8d34c4880ad64cc18eea3a7dd19c66a1c7b0d43fb5e42b4a04c68e03880445ff87b58b91c577997c09ae594a7f7575fd6973845b031c4c5ac9d66b60d5497cd71671dd397ac590be77b04c046ef6ccd1d947bb082883efdc9713b3db91641749daf4d5e91e2fdff648bdfe41c21b8b069f45b6060fa478a56781865a263da5511b8ea0a2073ac8ca580ebcc4e7be2719d99bdbd97bfcebee66bb12498d025f3d6f57110b114281fa400d90c1b3a3ac25965f3983953929e747a9583d16cb82830692cb8f0a178fda20b65a3771a44aa036662fa12b1a0b57444fe6501338b2aa12fb6141a42bbd69f1e9e033653d42136ac63f9e6c5ae9e65ddf5cf196707b528f8a7f4840769034e0d4db40af30137c634f3b92ae1235ed521f006e68b50e7e9a92331c964c3b6555177e139b1d8d0a184871648692808536df4e738080a51243f18e448177f06b4e0903ee0155d36ccbb30bb0acb752ad1d85d58ad6b933d53e2cb5ac5ae2257960a1b45209811bbe707a3bf3bbd3938707de4f62031c82e135fdc22f75fbce6165e177f12bf301ab311bb73aecce5794d9c3b96aac52500bb721b7370ae06abaa4061a672280131399d1912ff0e394613212d41a7e78f88e8f6deda68db969488f24265d638594d7c269cbc5786a2804042864894e639c467bc88a5c3eddea0ae5f0d85a58da7a4bd5674e76f1eba7d9e5f97baa2bfef6e9e2618bf84aaff90c1006a864b2171ee8429bdf116c4c13d9a3140bc50838ef82b067680609aca9567de75b2d55ac2cdd9eafaa116b085a39aae962834f9aba831baf52ed25aac967600249d8ad6c14e8f889aa6dc4157d54d5f1e61f2bc1ad6e19a6237039ff75cb4b023f7d0dd12a6a92e1b1b072848327aaa5497a02892ffa494ad15073abb8c8ffe1a973befd711d62cb687b0bf209c76d13f33948e448917e48ecc5e13502db555aa81d981a7cc0939151f4c58f85f1ac803eac0f273cbe0f5b26daf5c049d711d6ff400a8087ac74a7f5f0350267516001d4dc44f23f6277b6d3ba4a9838d8dac7f98b29703ead5536f536fd65fee9911962018c568e8d2860a97a20f4d389897d462eb3e7b553e32f06b074a08eca8aa0636b3ce229adbdfc63bddf1d3e5e9b9bc645ec509c840a4a6518bde86e5d006e0765361ba218e5218a7743b176c086280a4f051c20ebe3e2a2715b1afe41ee63ada5049fb99983db6ede060e3c5be480848d4b210a3a5c07805dd748d707629bb06b6d9078f5427ffa4c175b839843f099d691fc5675622195b87ee80d784004fe8bc808144def5423c26173c52188d11ebab51400e0b5eac81ef4d561db63a4532972d51af05c8ed7e29bbd9bffb6b96d04399e1539d61c552aa160514e74ced837d4bae3a526a7139ce66d6a367c8d44a596179db2271fdaa661009b38f1d400048c18f450b1b91b8a21d5e03a674d847a12c8bdd85a7432c3a9b0001dde8acd6d3118199e36aa78e2a6fe1aff7e7b339ffdbced0669b06f28f05b143295b695b3b49470188050547e62c3173b17aaef9cc4531cd30a94cc9b6692dd5a55ff4b0257db5142b314493d32f68f53fd3860c3d03c8b2ed754cc8dc6238d2026f11a1b64185f1ef13300b54f277b57b572e78cf726ca61a365b2482135f2be366423a0479e436140151301a66d7a8d0aa0990d75425a3078c0875ff446ed333c39bbc7779e6a344fb447e10122cf00ee55a3c274d70b106b63a03920ef2bd9381b6ded53d19a5b40780c1ccd7728b4b32b46be9bbf9fdd5fdced32c01e004edcd8423100e5283f5c1016909703f54b2b951b413af026a852cc2366bc0585ec9334e332ddeca6c6bf9d6f88cd70ba8d3ebed855601e944a8d953919e8cdd35055612ff588642db4c2f5f8a978e1ef3de237f69652bb62d40effb2f58f3794faa9200ba235292a256239a193b09e543939a64b6116c5c63e5edcb01c44ab4c2069aa4e2e0d51b63bcc1f72f8f616a6aa44b2ec62f22e834f22dce6405367cae8214e2ad01f83733499c7526f6ad0e63c70703281e19a5d9068b759c64fb7df7df8c7c326e65403ada2c5b65c796d3d4aa8d979f6bdd0a415a900c9103f566c94d2679b4d6cbc1d5316b4e2c91ee227a8e5e7b3338987d00e2469241a42be6429d96891089b0d8a52642d255656062f7658db99c4fff18ad3333a60b79baaf6b6b392c3b95615a24f48b048f0095c07a1be690f221b904bc13da6a241e9194810985d03a122922f647d1edfdf3f57b35d3b97999245da53f63351e4948c84b6a2b455a44db670a6a350fa0741a461f3f40c94ddd8c904286cd7c0c4b32a298f5b6d530cc154c5f380871b29b096b300e63b9013c089a16ac003b6488142a960ac9f9a3f6212e0ff6ed3f185abead67702646fd47140d269581b60188e69e78d42b5a9b21248df5ca1825041c418a95374ad14440d84a8c5c8dcb6eed533178057d7f3cbdbdb0d764d6114b0120b6ead11e98104c11c80e042a5587146ac8b9e2361bc7601f72d15ec05e7b7e812474e4bdda61d97f39380c9f2fdfeafb35567de7a8110dccf1a9c118e7c95c2ce511783304c187ab7833de1805245ac82848325f9888c439b4d30407cf74725ddc5cb9d0ae4eb9556e9208f20d2f4f2c34ab079f8bdb0af0551b5656e2cd52aad9e299a8260d5d98186538c50b492edfeb27fd086a8ebfa54b567e84d290ad043d7b64f778b88540334a903c150290034461c05d362154efe211fe0b1f7b1ac93ecb04b389226d476ebc1bac6c3a3a15d1fa9d1369cf5743066df59a6736fa2fc4a004d02686345440b07f7814f1dc73053b3382d8e7705bbf6eeaef4fd009f1edf3c806553e99d5773381134d6d27424b754f255ec2b446a63ef3bf21f605b199ce30391a4eb59294fb632fde3b7b35fde5ebe9addfe7e79b6d14dc497153c3d3b02072107022a22aba1c1cd744a2db04b06932193745465d18dc0a5f4061033eda4afeb8e3b9face3e68f86fde870a0c1e80559af50e694d65f05b851395a6e278eea203e034e810fe549628933a91199c8c4a57bdc8e1e5eca7a9b6db6832c5085bdd0d8a858b7afcc68d3fd5ccc62c537473fb9015e42f9e082ef6864483109072ad675f1bf876ff59063d80f8364669bf5527304c2d58a6df10919d3e84e265312b584281c802c14299f969bcaa6a816ed2346fcd0117b377fb5b89a583f29548689094963b2ed0207c69beb016c3fd12c288077281be228d9548e826bee1cece11435657816c5b517bd4746bf6ba4d627e5752a873ee94a430b0cca8c018b83a78137c7125d1e0eff462e6258a24b325b0e39fc5154a25aef520f461e3f8045357cf10496e2f0ebcf41c07d805bb2ce864e9c96dda491835c2042c02dd1058a0fdade1b70126216075ea64179bc59b33444ddce726b2341bb865810efa81f89906f025e29f5302d605aa29b8dd0b386eef2215276869a3a1453699c3356bdc581adb656d8dcb880faec63b0f50d69d0805d1a5ce96e12da573cc00ea09bf39ac9b3e32b06446943a5b54adbd0ce8b438d03c3aeceb52ba12d9efc845a08f84bed05abb1fc3f8441e417cd9624ba02519ad8685ac981ebd0a6d720384f6a2a09182aa7ae7612a99df3fe9b3416a1965b4794e1f02fa98b00eaa7422823e0e8d8c55836b05b0676d30032bc032e54c306ef9ebea97f26f62fec49377555b1595bed1ca9175635ace34d0a2fb63bd5160bdb72fd64d9c966054e92c4521621191179a7523925ca3f4fa9af671ae772a1c117090c47ad7ca62c2c074db095c07d917638e3c82aa442a843fce90a5f1f1befd317e3d33b32cdb33466eba6cf19244c3715bd4b44a2013b33dae354aa9423be791e5c25ddc15a34030006c81f0f02e1895a407967d16eb1691f843bd74537905e3a3609f12dd558004700f1a96ac69109c75e31fac06a048748ed28a0b766ada3f0ac901b4fa0e5715de2c1abf8577a4e2f9b44b7e23c034fe805e71f8f50299e996040d26b75c67036d681c2796256e4593e1637aaae1964b8014e95e7f1fee7590d80e1cbb3ed6b01ba0c019181d354aab40ff66e8ea9c12551ab33b6c83b00062d4d6df15a0169bc1685d5e3382d5a7eb69b8b56de7c17f3756aca9e0844329a3600fde0491724729fbb41c204db76bc0dae0c7255010e4743b3dd4a3370a4d256dafa10ed97cc33d745d947eb2653eb6492de02d64d966d267873d6089b075d36ecbb53bcaccc80356007008e60acb557a4dcb50acfb37d9b97f3fbbb9bd9c5462920b00c6848ec0787bb93e08090b102e90e01b75af4df01d48d583b8211ef80c6c8937c61176ca9ff83bfe89fffc7422be97ffccf192f44fff743fbe1aab2b7f863fa2e5edefd7e7bfedbdd7c7ef9fa6276f9e17efa29373effddf5d51dff22f7cffffbfc9f1501027ecebf4d5ff14f3f2ebee47ffccff37fd67cd62065df197e64f875f870e36fe21fd8558a49859a7854d14772d134af2a95e67a85c417681b5c1f7c0d04c057ece044550fdd3df611656b7a5e2cd47e7955ab21465e5bb2a76cf1b593c9d722781d7a65911ad60a3985696c725fb5007f0187021093cd2f8e7b9721517865575da45dd230d83914f777d3ca968280cfae6c1ad39cd4bf5effcbc36fbffbf5eafdfbc32f0a888a03499d793180d14aa04b2f6db439ee5d913c68ea18e8fe096004c4a9c224a70be4cd6bf43a2d6a19eb9e5dd47a8fefa117514b63e916985b53e59e32170adb89e3f808503528a1dabe29b179004d479da6c2890f964900c3f462cff9afde73b720061747da75a53864038e3376e1e0a8d62578529d162ad58e39102f258ed0c0a801e03d8d369183e3a81904a54d6bb37baced27328283bf194a1c15492e82e30268e1c754005aded04e0b3c88a5484e4c573a5f60796016008832093ea622e18f4603d6fa8ff45e06d232a52e0ddb74320749b00be9632bc0af6c1628545f4c931c12de84e368fd281cb4afadbbc5c1f1fbbd97dd63f7077f5723485221d3348e96166308f053630f3a7546392fdc5b19995e7e8902c5e069536d0ad44423862c56e45e14dffefca7dafffa63ffeeeeb723a4a2c2264815c1e46834007eeb28e6d0e90d6d5dd2ec19362d65b6fc8061a921cea59ea8ef04e08377b9886d7b2c68e9db797ba4bc034238f51c732a1d34090802f100e01e58897d2380a3b5691c759053a4262a8ce921535db1d3c966f15ef608d16bedcab777bf23a04dd0e9d0cbe1a5fae00c3ace41518095265092a80d3c79d18a2a3496a2bd2a299300c3593a0477c269422c6f659146ed1eb0e7e182e2d02b602387e554157e0129a1cca80280e354110d9741f910ba06fd547aa5de40a06a6d47ac28860edacba0a65e1cd4de9e5f7db8995d7ffcfd38fb2c607765500efad10d36c07272491bb065107819a0e5c0a99c12645312f05dd54835558155d249835a097b4281cf78f4f08b709956aa942f73d575e1562b84f71ca675006b602f813a6ef4bb0a66babd28b572fa520f0e6cecbd88754e7ee845b059a2d34e699266d13d0e35299429065b8af9d1eb2435f1f4fac66b6a143203f58c3552a775b1c1ec1e59f3bb23e0ff3274067d61b3343bf6263d1443191d6d8252940b0497541c3ad2ced238ad744bf9a988f52837f63ede58f9719ebe196c37eab4a9ef967a24ae7ac0165ab7d34b895506e1b03c5b57c07cb5a4a2a96ba5349df8c2e2e9fb3d9e3e38e4e7233e89361c653d0d5c37db96626901a91c301e7157974e1b368eeab3aacb6b206310c3785152d9d4260109de71b0617124f658cf5a5e3ffc2ad818c58b0e1a4b35d65a00be4ce62f83a719d1d827d646687d5b23627101ba9f2697f0ee0c354affcf43bbc257b0afdb5f3e1c61a789d20d9ba83a5f4d70a02c2ed91810ae009601bd023b71a8508a1cdf8c026251752484b10cae0932baf79b61663f9fcb71d2a10ed84a115b6524c36e78a5bbe1ae12df712a4aa18d9ea3f0a0f343eb5aa75b11a0fe5e7aa046dbde21f798344b31d846cbbb3a1f094834b201ed908204405d9b7982120ebdebb103b970481194454c369162f17b1315c0f99fe7bf4f5abfcb1b89cbd92fe71f265794a3c0fa0422afa3753168cd798c21e0879477e66094cf8d8eb43188d70801ba38e782d0688c6d739dbaf88bd713f6783d6737f8e5f6e3d552e4edf07179d1b9d3f0c372d0635205f6323c22f3642c5447918c3da7ace10d7527e9d4e0c3d923c5a74565c9edc1b8b68ae0875e8705578a1d89820dec004ed1c828d10d5e9272cf016ab1e32d606b51457c34bc17415ce3b46c1fceec1dc93810f8f3f9f5aba9b9fffd1558e4abf7e7bf1d6793d17d4e17361b97809fb1755e3ee01d50632f8beb9afa533a14f1968dc38874917b0fd4cb295feade916cc3eae0e0e09155665a66258ed9a44675372062eb8d1ea0c0bee10500cfd02fb5c4d1e8768f97c36bd7a1c1c2963b6c8f37b305ec8fc0e5e9e700f2e4738d783383d913b10b90d722b91b6a5c595da88b93925525735851983129f66dcc32e7eb7d30cc432be9c1df062822bda7001d014dd8c7e14751d4a3a14d6b4dd4e8183db7446b2380fd8ae89c6572a4c23ecc8b7a84dd23702d5cb00efde3f741cbdbaef04fc3bee7541d886c6b964370d437f054b5637f3e7b5b0ddb2e9be57512180a4599fe2060997c230e5e2d2e7650193d615b0161454f1dde9146f51c23c3e68a54dda50d864a9493025c910032663bb05b546aff6df5e968853bea9b82cb260e4c845c41da93a12781a404ca483357a43dc45b2708c4d422d28599501336a7ae160cd1efc1de09ef1f2a77478a582086bc9ae2c536e73c0b5223fbe0289e00b8dff1e9112b1b7b3b00ffa0a23818fbe853a743c87dff3b8965dc5d7dd1abb7577777ab99adc3172239c559aa963a6807a4298f363a3058730e89beb0515753a93cb081d5536186c65c5e023534cc1f2ee7cf2948709cb5690598d585dd8383a64e1cc145ea1f429d2b6c3dc063e7a969026ec6f64bab80d7e868c5819c493a66cf444917e7bb4f17fe28e95ea237c5524a5651f7d7072a35ba49109fd2c06372f66dd45c17aaa974cd86c230cca0537c0a69efd0cc33740424995ccc859e66a0272dd2ee0e012ca680d04019c6ea901b6944d1d84e4613a89c3bf268411a6ab5853f189ae7c7b87705255688c1a3265fb44f3d8741d86b5a56c2a967ba5d6a6ff05beae0469ca1c07e5d4aa2548a4a7c4df5befedbf7ffcf9ffefa2fc7a9de03055b536871ccde19b6d885687a99f469f082d864d929d33638c610b908438131a6251dfdf2c67c1f5ab920c7c7e1c64d716c36a4827f0d4b4d96c2c2927701248c1d4e05bf67eb3f707fb7d880c127f6f8195510c1dbfef17977283b527952e7421bcc49154683e817006357b2772625f6c8e8519d009aa568299e1443ce51621bf46198447cf7440147bc85a0e080345a8db3c74f10aee805e49320d0061aa644b615451000de10191a6ae134d14c3302cbe9ba3f2b9e9209e7c48f743b9471181081b1b3d8e9da692533f2343c4f7978c940ce9c564dacb558adf5243148411d90e9e1f62f781f332b0e4b1b89105d1f261945e7118bb03c80191df07ee08d315e4de024711e4a09ebe1da2120978af31ebf26207ffeed91eeb9a86d11abe2f40d2fe78a672f24bbc4adf3d547207e8acae32d75655ab01c2fd5ececea92471ee585c5bd78a4bbae1e1d369172b6d1ab90d6ae86c66019673c7204905c190198e3bb6a440aed6a9da54805769e642ff60c600f4627b767cbd6c7459fee31e08bab99f515c3352198e91c5532793844e53879831bcad84bd0f4d701061d5446512e1b503335f989ec79666ee6b3779fe6c7c98fe4c1b5162a16e3705077d50d1c189c1eea7f834b5ae340ebc538362a67644423a6881bb429b26dff62c54febe645c7781d1e90ca8b64570a888bca146b33d978af1aa918e80a9dcd68f0a843138ae0b23c86dd37cd5ed9e549d983911daf1b240945e3755108bfcdf75ce8640a16097ea66a5638432531b8e988548355b1a39072012ee2f77e593ef67bd55bce5e539d66d91a7ca4d574695677ab799ddd1c0b161cb5c6aa46615f351279c32bea7e20174a9f0430a58195599a8b76d9bbe3602d1cffd073fb4bffeed3bb23d4f67d33c9d3f643d99634bb96c5e5444f931a92e6f438cdbd9a94dee9fa0138d9ca24bf6f0cb56af78ec44b1dbb23b16213324d8894ca136de9bc8f506c0277462b1b8cad9a863eaa71b20b311878d329ce6e815476ce32fd1f2c03e77d39d9c39f90bc8c5da46113c8ac667f66bfce6faf108b7f9dcfb0de9bb58bfbad3f79f5f1e6bb4f571b6ba63e485e7cd53ffdc7e2abfee93f26b9bfd5da3dd7eebf4babd5b3496dfb3b6e7dbc78b26b399643d34840d20dc203bbef416bd82bdd530b546b122f3c7255e80784d0a13afdd2129b4e741d765129707b2d7e5215fa753e69437db8b9babf7c4741c3cb77bf7ff7d3f587d32f9d4afe2ac5e0f31051995e0fcd4dba0ebe82d5a5562671c81a42f01e9b39791aa94d973a098863d9679bfee07bbfbb79f3b71fbec9abb73a659edbd0548cc80899837625755af5512cc866c9c1d36341c768d80c698cd81c3db9970af630ebbfbc78f3d73f7f93f50fa43e7a7644ea24286c0390fa64b1603ac0c74e3d4cd602a8bb4b50d301999d709248f047f8b35d7cffa9f56fff28db48f3240b6ee09c6ce1a133879e840e6d285d55ceae01e878e51a600d58c1a089a6349727ef6bba1fb194b6eca0ffa381eefdf93779db8016b954ec6ed77d56a57615bba73644f68d33470dbb21c74119031a46faaaaad5bc9c0a927db00b7c11ed57073a40f1ebf3b3d9c5abdb3b32d96f12f168a12a534f7d0f05788a16766c824e490cd53800d1177391de827cb44ce705ef2d07ba83f2a91f6603cc2fbebbfe061bc0e7aef56871d401e0026ea928ae86f3c0abd5548d285ee3e592c96bf0e795ced0a184517cd76a1c28dc7fbc7ff3af7fff3607a0029dd91187ea6e716f09f85f9a56acab51ab838333dae0357328d9f5ac534d5a071f39a3dcfcaeb6b2e70ec0e957186c64b8a29161434ed3936155a81c5e8e0370858277b1761d0d1dc7fa28067faa93ab4df5d473dcd5def0d40ad72d6f4fbdced88d75a04bc105be3b7a892a1a5827a43103969d145d460ac04bc6ca95a6081d053038660eeaa10eb993bfc549b689a798d6129c7518d4d90172a93e540e095497815395a7ef2fc8af638b37bd46cd405ecba3f57298f5bfbf79337ef826eb3702eaae5b6d31a931294572b8d23b0b90c2d9961e90b7aab5a333c30f5f12ddb100ef6870d05c38ccfa6f7f79f363ff26eb4f76b2c4ad43a5044cc68e85a01cddce138239255686a5561cdd0652a5ecac671d11a0d5d20972715113f5d7a7f28ff8657ef30d13f904c92987619c9661a8a516c05ea8245814ad4c5b8fb4370ca20071a26f817aa7bc95135d01f30eb303e6b76ffa8fdf86b5160542e20dc5c66897a7bd8954f43226d22cc323c1e956007675906474ad2a200bd088c6e074647398f55f5fbcf9fecfdfe404b0f5ade940e5791e757a02d2b932f2f69517e399ffce6e32b1ef02b06711fba9eb6ce94f6e0f9401ceefdefce96fdfe4fd3b8e92839b626d7a88a92a16daaae8d8b54d8032bce4106305b85d06e74672cfd479b1c5512a63bc24d33f316b719a75669533b5644bd1c3645f64f05e0d6f7400a4951a6838cf81cd68b1b54b364df3aec1443a45adeabae1eb49cbede5d5afdf88aa70ec39968260464372578dea26d35d5970c2a36d38fdaccd273aab02e4784e4386a40adeb9c9a1ef1a0e7cc9cabfc18a357d1d230d47b2425ce77c27e5522452fc83ed564eb55cc0560cb3ddb094690081919e1561c0ae9e9d97acf8ece2eafe5b95e26c35469cf36cd3710cdb40b67550379a06f5a028da9a1229956639ad6342a0aa8e58f69ff5d5c088dd8f984e133bfeb4c71858cceaae12c098c2c9552351bbb98e494777500599d6b6c3140e1f1bde9ab1313e01dae431781b70fecf6e558a3780bfc8662cb977c27de581efd3886c1eaab996467f3f5579d798d94cc89313b5d3f81cc0f18152ffa26af94d521fed26b025a8e843b35771812a292074c1d13dc87b63296542ea1e056c5729ce114aa07719a8df1f0d891f67e717df2824727e2a1b076267a87f5c1a2bf68893d1752c8dc637c93bce133a933cbd3647d6d84a0d81a555eb0f497bbe45d20f9e0d7c03dc1d4f4171883a78c3771cacc53b46e8288889cc10c6e5a96e078e982387522abdde0e53bdfa78f34db6bd6b29f37a17acafb6c9ec2881e1682a03d8e8021831a07ea27fb909959fc691afa262b2083326a5972c7ed7b67f7773fe8f7f5cccbfcdce67bf5aabb48b0da0f3a0f2194ca7f92e4695ca3ee94e074a6b27578fe0c0012b5bd9d518f88c6a0782fb37f76f7ef836a53b57a3ee4326d3012a7be92ea1510e8f451f6492c21d1f8dcdc929447a4b650e3a535b0a5ef49e5eb2fe5d2f7f76f7e9eaf61a7ffa8dde7f506934c4735b817fc17a4417405edecc94e0ea08dda56ae995cee90b957d441274de4aaadd1bc9072add5edfbdf9fedbd09dd2542934d7053828d127a2236b9b72f4d34570176960ff114b76782aec9a08741f04381c0c8af68f42c3b737f3f93fbed5bb37486cbc87435c23bea7a762182a539538b74a3b0cde5b36c79d911ab5cfa9098750483921ad0f59ecfa16efbe0ae89dd6842e9676d50085403988720601c13afad1d6927d709dd3c935e7e4c1fc543508036ad40365bdd9b7e94ea8d634651a5b93e9bb0be0a363a2b528cd3e27c57dd5ad1e2008d58337210be684f5cbc8a4872a1ef2e07f8bac8f8427b129ecfea65342d01fd5d30da2bbac420ed61be75d5081335c891e682a07a0e3986d05635ad579bebe3be3f6fef2f21b51423099de006969579752e4ce8fa0c5dd83f023e0d751b4d7c07a8e164214daab5a079790137437311ca8c4f56efea67d9b223768bdb3f4ad059a53cdd55e74a381856dd975fa1ce12018964452d7a658576b4d86ee3966746a9ffe519e7336bbf846c5edea0c1d9c02f0eee4a4d9a2d188f331aace69395b3c1bfe2c106f512972cbd393c589f10120d1c63fd297f14deef384e9ddf6913252b97383f64b966c2fa4c9431d99beb6d67ca65b832fc43a234d2ad0a3d3aff690d5ec6f11e523fd05815690e30b821b189ba99c540dba391533a01c36bf4d48ffd438e4dc94d6a90e1711f4e972f19214b7bdea957feebb9590e7e94b5f78e5868a28087099661914c5ee65f8a2dd60f38d13c4ba00a81f8aaea5bae24b490ab4bed356e30f87f88b398545bfc541ef22c3516717b12b8c4e4b29aaef14827a7a07d4842320de21d501dcd94461a29144553fcd37b89784b847806e2146fe58a0e0442b2fdd00b7510bc7c69038166391d9d5b082b54f1e793652c12be3dc73cf6bc75e54e135561c0702b58bd6bb6f91dcaaf2264d068b3ad12dbc2165b5493f47f7561a25bf46569cf0c073c86c7700c2ad19f08f106005eabf3eb9ddcc78dabf099d2991a6b5941230897ded7db098dd7a5099f3925d1771ca5126b915ec08af02721fbe9e9e00632911760838ff2d5e7be70d5d4e1420005b099366bea2f7403643d1841d44df49e0603cdb36ba63d897218e779cd80087bcb6fc16ebd729e3a4f7d410e32a90ac6f66d081a6271aa5f46e1b07cf4c2f5e9508003c6cc6bfb5f89447502e1facffee9bb41b7b6934651f22345870cdf07ecf07af6879a7a4a65495ed852329a5595b695005a4a3e8e95b83bce4ce76736ae8b4973d9e03c28dc667b982bd76ba1cd000a63a0e1f38de54a656157dbf237e5f8d840422afac45bc377467f87cd9d33bbb7be8cbcc063d5304a00fb4c7e3c9b94c6d8f5ea3c7d399dc5c35a81075854332551bba871fa8f0b5287c7e9b3e07a199b70e3d66eaab24c488015008b4cc36ddc868593a9e64cb1ce13240c6d525f1437705bcbc6c5895afbfecb9bfb9393f9b5d7ea3da571243756c0b7c94338738c17a017b018c5d6a9c4b9b04ec5dee74f46440c954dbafc82725b7d1e4901cf85b840c3f42f5897dbaa1539555147d7c010d6d4c9dd6b8512b640cea25153f893d45cb3b53937d5661393ab927367e72fd8f44de4f53fe405cd47d0c505fd0209f031d5452c609afd9da40d90b404619c35b3226a0a6eef11094ead6a4e00ed4aafdfefc9b1cfb3292ebcad04e45408670b05be4c90650d6ce254f6d329f2bd9928ead55dd462ad4ccc38e88aeb53f7ad975777573397b77f56d0e3d0e356dfd12efaea6a33e4d6952c7b77b4a677895079b5ce8a8d65243fad4f410b6f8a0e6980e54f85af4f67d9397df70727b0f9c56cf78cf3e4b0f518116d3c0d3d2c3c3811395629803b2985c6aeb0547de25bae62e70c2eef59fddbdfa747573f761b2319a5d9cdd5fccf0ae5fcf6e4107b77a7ef89357fee79faeaffee92fcbffe89feac37fb46be1f8df6ae1fc019ef86ebb3ffd783a09b15f4551486a9481eada64ea4098c1e9ab915a761947bdf90e26a1b3e385370e4d01c4302e2dd5d1b72492bff0183eef86f9e59bbf3feaecfcd64f24f2debbb96a92d5d2b10b10f54b97d6b41926b0d51be071741f731cc899b4ecd1805ece5b9a9a6bb56ba676ef27f2dfea497830e4e2e208a0c621362d6cef1994063174621a54c7a7bdb729f8445635ea02e8dd9baebdb0d56ad738ee179ec477ffad1e0062a2a3eaae0131288655f111275b44db0ccda9634ad1473a0c8d46ad679329a1ea476e9c765f7209bf3b413c1f23f899ed3ae1b77e1aa68fc00e9861794fe4e91c6e8556f3bd68efcbd0ecfe05c3b636d64291269adcd1bb3186c0afdba530b1dfd3d82d2ff3ad9f871a2001c18491ac37204a2e70b61779b3a96cd911ae7d08add1ee96f62cad7b5e33459dd94e6c5d3c40e8bcfeef153a6d4fa5dae1bdaac94a959c1c201558671f9d6eeaa0e0a384a080b67d0c20e21594151145462665d5cff1a8aff8c1fe1b3d199fa81c2d80d06a20cf5a417601be1aecb5c93575db7b42f0a04eb90f02ce9d43d2e0230db9d9c7a550fccb92ca139226dffa49904c2b1d5500faa479440083361e494695c8466b475f4c2b31e7aca4c5825c2cf46906fc123d56331571e79378777f7d011e4d71adabdbbbb5d3b2f907affef1f14dfdeb36eea0f6435b7ddd3f7d8faf5b3d036430f35d78c09af870eb1b6d7ef8781cd62b4440afd82aa45d45a4446468cd141b46539e3d67a3807ae99e43f6dae314a5e9f03807b8d19fa397fbaef8a7d9c9962bb4e1b3000909905194a8ae34b53b811a3ba265734d1c8d5d72c3ae77754c9f4ec654bad2ead5bcff1f7bc13b47468eb66265828e5a056ac801013a35c02db04a1347d6a381624988951dd479381c6e1e744315a69143f7cbde19f7c2177c9aa5213e251cd181d01d288245531be315452b9c2dae83381b50421d0c558a71ae131bc1adf75d0fda141de265ee6c053eda8af1d6c43181bb3e8deaa7582ca87fae8d469dce18c51ef0a8a2ed540aebad56898636ea08d566097affe0697d2cd272b4e576e115c090c8fefd613a103e67f5c18a6b7660830ea0560f40fd1ea86b93c083a57a6b4ac2d94ecb71902dd7b22796fbd8c3e438e1d6471fb4ed197984d9c422731876add2229823e769e0c50171444a5350d1d945ad75c9b15b36373e07cb9efd415e5d5d3f2d467fa4a58640497ddf4694dc4c65981d056125186f6277add4aa27d7b308f021a5b6d258b8ef8a7a44f510a773673fc7d156cc8b5b4e5c522755722d31015f8274005c379bbd2d8a7263f4a9971ec1d53a3b5dc2d4c86c625d96ec9eb8ddd9fa413e5c5fbc32dfa99d9a70c7799b877041fba36ff3ee4d395dac0569a219bad2c382679b6244c702242478abaa0b8556e98931704a8306cd4ea09a755476ab39a5423944ac3d3b1d322ade8207251bc18f63a69c6f709d7e32807fb61b65b0852b27cc75129b9a16da2507fa4b19c084a585e71f5ceefcf664cb6df8e97599c460a428df5c49a166fc8ac70034549463bb414dda94964bea00bda404a37be45ddfc721f6f34ed9a7a3add856dda7aae86434653487c3cb482d05df6912341afec4d79835fd1d10aba8231e7330ae44fa592c58deee9af2f3a9e7ecead3a7abcbd3659ea074d3de655544b0a49c11924d041e2883d6229aa2679e4ec90ea1aa50f79db6d8a0011e7460587d8877fb6ef6a6fd5fa7034a65f8de0b28a9b8944055a87e311c185bf06c99c9a03bc83f78e1c9c800a3d5c58d80f38c7045bbc4431cdec79a56475b6ed236e9084468628eda48ad0eabd53674e5e84996a2a7d18acea1e13dcb54ec03f04046ea039f51cf15fb9edfca8b1ec993ed64ce02f7d25d71159bd734ddada110978ecd78efbc383d0c452d68f19740d24b0891b35faa1baf4738c47bbd3b1ddeaf532956fca0319bd4608758c023031ad7c147ad0c4fe7196b682f6d01a4a5b721dec508a2ae863fc4c1bdb97af3c3bf9deee0c661aaf1ce2a47cb8046f53d445f2ad7966c119fb14c700161ef4cc2ca1b7678a4cb3d2fb9fa6e57d6bd76f2e9f63036a347222d084daea7a4430f78a18e6fb583a2bbdc135e6feed6fa2ca3962a4605162314ddde433ec44b3dbb7d53ffdfd3655a36afd290cb2132d5ee6dee603a953755d954eb060e27965e586b614b2f30144dad4c1b9d58c3bca0e4f28c34f471aa49d5e8209207276d5aee21b60edc0f2ad3012069b602d4848453aa8bd8bbf487c017190b486c1f148aff686addd58b73c415e3a4d1a65e22d8dba81ddbd6d11f32d49214d06377f88ad662e8057f3490888612ea1bb370d10f5264fa387ff3a713024502c45ca7eb2180275056b11e2b06066c1d6cbd958e1523c36863ac032fa4180528bd4d8ee1a91f62c53b670d8fb662c45f0dc49fa9068be41962ede074c00c00c6de0242156b94ab019440a8af657048f1e7ae82c0e79817c327f17968bc767d4aa5fd4fd3aaefcf5fbdfdf0e6c305fee48df76fdebf7d9fe6f337fa3710c8c7ee87eaf3eaaf6e562b0fcb2b10b75abcf19f178feff9f9b78fbaabfcb08017d1c6e48d01c9034118bc10546c30a14692d3ba603f978c58658a6a86014b5903d0b19212f0cf97a2f003d068fe9682e3df7d44acdae56075e07545e31b036c281d10b023e5382a5ac62c40bb5e68ca0bfe6ab5a19a7101a9c3662f08ca05043ec9aac1f88bebc28777b38b8bf9cdebb7f7e717efa6757e777b37bfd6475fa1b685c6e139844eb98f6eecc80843524a31b1d0c6d9b319c65214be82cf2a7c005c889c8b2f8f3e3c7793f9cc0a97db97aff2e2fc2d45fc8fff2ec1cc0b501112a42a4df13a46c8d27b37032139d1536d728c4cb444b774bfa2f689b44acbd815937b3e933eecd1ebd9d9cfd3a9fc343bbf7cbd748eb838c18e0515a5289d7331dbe88190464ec9c4ea45a548975244dc5c23e2f1c81df05e9968221063b1aa58f1eab956bfc7e1e73dbe62f1efcf4d686ff9e163b3bf03af53267d23eb0c166152b771ba740623a55c65ea8386eaa1e360169d3dceedb0a92ad12188cad5a6673b561ebdcdbbabab8bdb53be45e44aec3cec4fad9af25957f04ea5592f0411d3f403aa2070bcaea1c0340eadf640c501741c0f44dae26a71cbf0fbe9b7c896cd8fefce7f399f42ea915385374178231113454541d21ade0862490108100e69a66a5bcb09b9320f4577a0dc40508ba7419a6e7acfa53d11708ebab4a0736cad95408be911620fe243af19494464ea32149d8b44bc2ae0dc81978c2c92a20e206cb6f6b067163c638a47687972e4eee03125e367cfdeb846c188142d6f5a46a4505a63e713b27d1e163b56e99e2abd8554f0a971bab2714b3ed741ba7b375e5c7db83afa4e1c89b74945a72ed866f88159d6c3c2122fab156de991162d9038d61f5441a4049613a75208c999a5bcf1178a988f13c209a388c2520ccd83d9721038c4aea86f44531ee46e154b6981b78799e34325963e72eeaab934cd43abf447d18b3afa0a33083eb338884495c1c571b219b812280d9bb28c5435953d0a8701ab64ead04bf01c7bd543963d36ee8be8e5f389bbf9e504ef6d42244127a373e3c85aa90a3b8e62e2a0f78572fb124a51beb3dfac445d3d479a23ef1f52304b8bbef07c21e709a4b2fae8f8190ee131b9884cac7276081f6d48021bf66d381c471569d4a923960e228cfdc83b4d6f7b1c1d5402606641939ebfdf7c8a264df63e6fcedea9999abd313efc66dcf12912f8411c806206a96d285b2a00184527c5db8c85f7da7a166300dc4096b29b2885c905a81cf411d4ea391586dd0bfee9bfeee737bfbfba3f7fecc376e0b5b528e0ba148b1529acbf695372cbbd74ddad20723a558752de018f821d83f31b53b41ff86f4c09f9596d8d2f6cd8cbf9affabbb7b3db1d1647075e64b5aa65103fe4b982609a3cdf6348120742d000a750c8e9b90255f74229c5e8ada29fa1f3140deecf4ed7efce82d7f39b9f6fdfb0d9e2f21376ecdd09d05976ca855669ca53a9f3ad9009383311e8d8dc52019a069206bfa55f7801a9e7bd3d382fc2932a60197bc2eaad54ffeafae6ea9535475f1df01936600497af2ccf0c4703da6e6bac25d5643556d24124901e4bd3a379a1061455b14c05492efb66fc47aff0d3ec123bf6d7ebe3bf3ea1ec83f734e128cd62df016e0fdda4241cbeee408147b69aca4fa951ccbdb010c9c271ab3637b5cbb7eee905fe74643c3d620c48dd7a94a92702f1d193302435d87d1f74a83e7394cd8752639169b63fd291334b1bba3edb4bbc73358b88f9dd7fdd9d5f1f7765934d602fa63a47eb18c410044a44cc4215072cad61674e1af32323b636a9aaf618a954859d9af3f8e3d9cf79feef64d90fb1131402590020bab416bb4958dff0406c0191320d0a4d47a1914c955a431a064c37b6c0ca5b90f29cc5c0175fe5daefbfe395ebb1d361023bafa03f8ab23a4157e36214d0250eaa27ad3944d10b8e5e07e696a08bb1819aa3b502e3e1cbfb9ea7f033ee3e6e4c3124af43170e4f83032209625f3a871f199151d11ba22391139521e18d1e2d36aa20ef3becd4b44c095f667f2b8c7d7f777e717ef7fbf1492d5530840a7ff8d1b541845113eb135bb15aa948e7321a002ae7e383a3dfbdb641cbd0c37bbd9c85765fcc74dbe4e8a86b027a6c296b1f2ab0756803648788391a6b683708ee10d883957b0d23a640ff4cc4c9ee0a87baeab22d27ec7bca3ee7b7cbf3cb9f663494be3d7a20114de08183a4ab53a6a75c8befdd8221740be6a0bc014c89d470a5fbaccb16d42f6385aa2a42b145e4b4cf5f283d31c17af072118bd1be68a1f6f0e40ed7b0c7aab6199f4594a487585071d041aab604689d35f2468cec153425ed09289f29bd9fa0ea8e948597a3acd21120188c266927e2dd4845ac770a39ad0c60ac645b8e1e29bc5a0348a62d183bbe68d10a185f80489e0bfcdb56c1873e7e01fcc00651095cbd366be8535b6b538953a36c35411acfc88206fc80b4af8cda901ab03bbdd438f6bc6178e68522b39de04e4c005c0a52169b4ca2ed21615776fa43699d15925f0558cb1a47d0e01406caef0b38a1322602bcd93f46f6ec69c8de980c5e14424b1224059c50444a4ec10a8801fd21621eb4c31a0845dee80854534a4cba654edb2fbbc2e48b85a5a76e713f9e7ff87881ffbf7b757bf5feee4df46fcea67fdee8dff409ae73c115bc35c6f3ea8bd5776a64e70a3ecb09265f91d59be6881ae0ebc01f543e2dde31715fb8149e15cb78c925d2ed2fc75d27a8f9f0c1dba014c77c06b0b8ce095c579944e5531ac35845571853bc14514326fb75cec973f33fa703bd33385dcf6e6e2fe6bfbfc201be7c37bbb8ba9c9f242e51000ec81284deb4a65cce9ad3cda27500122f822573f0106933d1fba5da02b03e28fe919df1711183fd1773e6fa5dd9bbf3d987cbabdbbbf3b3139412ab33c8288989847e753d209568f6d458152719281f936b7873c51b6e52d1210570acaebbf321fd818bdd45406214feff47447a79317ff6d3ecb7a9986f8ebe42d30245f913ed330b769f1d2a2940a3301408159d164be16448b0056bf716a0d5e24f1a9e4ba655fa0291ef8b5e19738f8b7c0abd235ccf555af40d303c3be6440b9edb7a62a1462b4345052ca759cf4e19827449993734e16b8b4d6f2feee71fa7c6a423670933a8976501d63ae885ad9a93cb233680f380fca133b8ad5749325eabeac0b5c301e774b1121c5e5adcb37564bb56f86e2a162af59b57af10622e67c72fab05c0f1c0e1f5e181e4428f3501cea986d347f90b104630428072849c6e1a16db41f3412c73c9cd07ddf77c953b2fd23ece2fae8f7ef44a5466e482fc5ee8fe822418253ae9be50033a6bc0d896107242065b0c4e55b064da5de349142cf659ebf2fd90ebd405740af84a5de0000e0c40ee2a400d9662014cb31d3551aca22be70cb5f10d222ad2fda00a929d5cd0064290ec79b9b6b66b3f5c5d7db898bf797773fecbfc4d70d7bf1dbfcecd227ec62a714429ec16b2ee42076a40175b7d9298b2ed94c56cbe3ac1ee75b10d1b1c1819dea77f513b1e37e8ebd9dbabfb1d7de0076f8b29ddeb9e626ddd7352439591bbc421788d605580679c5da18365ecbcaba1df4140700514086aa9616fbf9821be3b6e3dad85a66aa458b3e674f1302e73be9a6abc41274690c016adc2893115bc49d575e70a5b658d2bf939b1a1a7c0f5716fff42a9591019746a12b3d6c5e861b0c9a2f778632616c1b17223784735e2618c16d67979451693cf7beeb6b513e511468e7f1756a80fc7ee02ebc17b94ae5a80454a8c0d070b0747d7986228d87bba58ded55a6cc4444b1daae7c95e1324cfdd6a322cb2a876fce83f2c0047730a8c2f0483e393c48bb20d11d0491ad5b245df242d22b47e1b8ded912535802e9375f8e3b71166fae764b7110c7c34b2c64f1f0dfe9fb323c146a22f57790383708864eeb2aa0ad81221532488ef0119dd54b36f2be876bae3abfdeee193c7670cc0ce5e0f164a7935460bd3a6804239a30948461ccdfe11df397a8114883f8ed10e7025f04317e5651d0793eee3a7d93fae2e5f0577f437183398de006a8939f7a989bc792c86edba948146ec013c6b35029d51f08f43c7354424c5914d8b4ba9fbf8c52cbefd06579714d3afdfe13f7cffddedcd2f2768d2ceadb656a2941091d493d8ac119bd8630076417b5ebcc4c6e971647737a864c23660203985c814fe6823d7f1b99f50b59e5acb018cbdb4a60a362cce285d387debbc0fe44e6d802ad5a5dc6b011a6d62b97644e4f0c78a8ae63445453f9a4bca28bc18644837747241b03bc1d9b5cb558516795cc11a28479880babb28fc012293f6d6e63f1e6765fae76471d6db1c8a015fc261544035c2b1d39c79cdd600686cf7410907e51d16c8c89434af12bb9496ccd86f06f3f15b7d37bf9b9d9fb65fbb56565dec40c2a8c3d252c426a7d4241b6ddce8b995e6a9a1e9a25188babcf0a5c8349b9d8187d29e0bfd62c1f4d7abf7c76dbbef55b53cdd9b363732e52f0315204b4550c5eba33c642d03e035a53e2c55a08aa7cd586fa6895f5ebffdd1e9a6e0dfbc9ffe39d174531820ff55b720201baa04f0c1a02515641b4d8370c7922a284671ad8836c98115eba078748104977e3a4fb8293fdac6c72dd9e8e2006895e90827d11700595d343d22f0937338d8661042f08ceca8e765878a54310370b7602176dfa90990796ccf9bb3f9fddd7b79dd2fcfaede9d5f7e38fe29d44c8b3d5bf1c894061b2ff8681a160284a0b0704feb4371dd709069001f705e8de3208e9de061cfd18227c2cd71f323309c0c4417500cf60951b619581cdb2e1b9c43f1ac216253c6e9361f3bb3c64caf23e446217f7c39969b6a6d9fe697f7473f5ece81d40bf2d14427a28eaa78efb2b4e88a1500551b0340003bd6ea2855e3379edea43859be485fdcc2c4afbe6b7b7f31bb7ba3decca67fde3875921b36e0d78c1f3ef6261ad451639b868617ea6bf64306f04d62035801f5d4d89cbcad683d46e783aea99765a3de9e997176f6845cd7a1cb33238e60ab89ccf5c92bde4c983400439333a1f8e834efc7c1ab0b405c6c551225e833108277613f79c01d3fc0313bb9400b5930a4180682f934bf8a6d1a39991eb0c08a7327c8ed514fda4eaab2be8163a8ada359a8da73bee0f1d63c7261830363f82145bb584022cc080ae0c58c4ef3eb888579559bc76a8442803dd75454f4d906178cec3ba7b4d87c3fcd7e99dd9edd9c5f1fbf3ce8c50c2d19980a3940e50a8244ef33d7ac474ad08e4dccf47ca4fa94746f5263ad8a4ac5a576bb2cd8f87df13583e4bb9babebb757bf9d82f12222b2d88e5051b20a088e5507b64d22c771db913f8caaf135716aabc45bab2d27635c1d48e531beb00d6f99de8e5fa4c8aeb6aebb920ee004b26e740735620b1ef81f4073c44a229518350853513d024f1b5b0c952a0143f75cd65aa9fa24172a2e25d729fad63c02faa03a5f76acb9502eab5a1f2ba09771081fc94e5e6d9152ea8103c7a6e6e52dc38b2af0d3e5dff147ca5ac0de1265b41e6c6905590d25e2ec54ec36266f1d894574465834ddd92620b7c8072310b214b767f1fafe72598b387e3713a8f874854cbdc5d410d933394b54c3481a4ea5e1133b5db043c1ca1144a4467a05e8ee05db6fc1c9ed17731611f171633a223a084830f4240062184df3a967f0234a4dc7a2f01a6c9d7cb422ddf18c8d354710511d40d0e2418859f46fdecdf8bf1311b311534c05dc928364a35be0c26a424566f31c2f034d6d58acd79a525d1130c4744a1d60035b05f0fcaca7c73375b1879e88e3cb3318ef2d8e5541344f31a89079a1850cd600382a085a40ac6c88ff0acf40099056e6cc15a88d0981127d8b38f2928edef777d7a74867258a05460c86d3b4b9200e6a44745e2bb4343498e760d339624a4712479c343ab449bc960e456929feb337a1f9e9a438248130db5a6a72f48ed701eb0a03148746eac0f4a376849b646220b9ae74250d89f675c6289a31fd21b276ec96394e47732051191c30b03107048277d3a562b735ea22aa915990ce998a05e29bc2bb4dac1b2121d67dd7f654e1fdb8ef0d3f6202b612ce61e28599026cef797dd9f116812d27df97a4bc4af4c4f19ddeba7885c6199f942a5fdbb1c3f13e32b4e3c74b67807395afcefb6a28df589533dae582305259920c5436f46c36677d1a0839073f31d21045eacb3a769e2f539a2367064b17f7eac0cd58c11aae9612d9ba628237b5162395161e603b3568db14a00a038cb4a94970ec4945370b5d47167641e276368796a9a72a99adf2324d0934068e881d085e13c175c2606b4bcef8986f38b16975416eecdea3eec72d14a4cc06db5c9b01b1a6dc501a40ff268d045ce25b2b3a5088b1496a0399afd19f3b19af6328ce2eb3dade732a042bdc76af96dbf0243360d919246b36d0eae0b9bd802079b7d3c07082eb0689ccc78c6395b268650b585d6651c1221f38bbd45e7851e2be9efd7e3dbb38fe241f80882d592821994d6801097a1adacfc2ae07a02fdb47a0352d250ab1542c1dafb828b697e9250ffd825eeaae2039bffb38ff343ffe8011589a95d069921a438b80c9066f512b0fe818a25721d6316cf61d919132e6091f20b1198eb8e04fcca17adfe75b2e99072f960fa9b4b4f0e0399d680560b9aa6891e5441c5d2029aa34f9e8f68145d6905250d6209800ad14f32201a59554cdeb0ff3cbf9cdecf8b4ae046a98e89c85291cb883178d5451aa5e01b884d6c734a3e291dfc1b73d6f6d1cd5de8624128597f52431c2ecb6ee3a7c5371af0d6ba16b6fac86ff9230f042a6280fe455aa19a039c0d2889e78c58637e7c0339ae17525bcfd45febd99d77ee8b9fda57ff7e9dd71038b6e12c9560b00580d06d0a4e21b3b50ee9635c5927c3426fa2e3929f64a0be910b27c6883322207e8429a8b7dfffe64b7e3f40bb214570ec60f1cb7c67961c4cb5413a08b8c283893c098f4a3a914d2b7c028dee636921f756533b7e775d552c2ec623ebbbc3f41f94bf584dc5d6390385243281d1e9b747800505f3a3e626baa15ded81907b0c92dcc99db649d594dee7fc1bde2f14ddc714f1ecd10932fca1b84411fb4afc8028816cd144a7d260ea37ab06ed7b376264fe6ba1daf930a67dec99ee460bbfe7aba76b14ed139d523d81a308933b47b8c3ac964f2970b67f3075b34f010bc021a75a9040d7287706402d6fe953de09b2d559cfe3e7e15333b3590c6c270111805f19efd45850656aa0fcf7992d8b4add2852e07c64846649d14b34da28bd9579c3c30f40fa7b8036f3871227a682ba691926b964db0377d4c8537e321165e3506fca90c0e65a64ee15990d80ce0ad5e06cf16f065e0df4b1be3efae8eacfbd8b03a8b97a6cb50ae51505899541ca8504dced21dc859024e1a75160dc81913c04cb5a6763c96e58ddc8b6a2b67d7b3cbf9c52b27c7576f29d503573693895d5855072beacd664573560d2c9640cbe937e669aaa825d2650219c10debeaca25e6ebdbfcecf1af0f7ce06837224d8d20b186422d140221914d9e86a1a00a587b0793ad85adf1dac7c92ca57b7cac0f52a54efecdfbf97b3d3f3b51951a988558d3e20d02619642772a2edd5a5d04ec0161873afc78efd2b519c17bc95dd53246027ef5fb8e853fd9478e677182947f1079acf8d585c145fab89ddf9ccf2eceff7182749902ad1f7d0c5d00b043e3253a853dd957a4c0a2805bab101ee831d888e40abb7891454ad6232dbb56dc9e227d8b1c72e4fb659703121fc82ff2c0981a4ff27059a54ef9ab604ab329b3bb0190b40dacb770403c01bb76bcf2b8a742cff3efef54599223a51d1992fa9edd15c1eeb4b59b060cda68ce5941f43bc71d248d661c11782939056d22f0e9b2357effcbf4532dcbe8d13b7ee2084a6890d01dd8a20759c24f6c52155555ad8e63998da2a700af42e6af5a880a0856dacb6f9d3f5c5ddf5c1d3f6d204c360dc069385c535aaf11a0bb49a786cd0881b3f82591f4aacc0bf5a1711a131d2362b4a1e73fda1d7e7b36db61d473e89b6866c02aa3e86e8c01aeae3e77a362f1d1163f460632f72a0c9ff16f4b3fc09e0dd01cfdd5ac8a5fb9c855f7e2e2d713bcc9e0f1f2c0610b0f5e96ec6d6a7da88690d975224aa30591a309083d566d65fb3b300e13a8bcb0f2bb6b66f8e8e99e25f8544bcb81f5eb221d2f8eea11be79a0b85cddc88576f206e8b4500b478cef389105c1e7c10be1eb31ced4ce181f3aa44fd4cfa842ede0beba0f2365f4514ae7353bc5a52c5b7524856cd9d369a69ddc7bc517798b601b5dc703db33f27cce1eefeeae7e9e1fff5002cd38db8b72c2567e8a5f6b244a1732f66c4f5171d0a801a866cf127103b66b6e12666fbdc711f7ddafdbac7f7673f6f1fc97f977ff383f3e70a37404527b003d722afb1e7a0fa37aa1361fe568a3c392a28410da2492d9a356c65a8ea8442a81eea90eb24314f3b7b377c7bff304ea2cc5b06ba2037c8355450f8a9f42012ad32d699f5b4310ad2e96e804008717838003015b18ebf52f97d29f22cedbabe38f798b72a04c0a640a39c33555b4c13ec49b1c81232603e42af2b69a488d8d65b6658f8c8fed5c2cc9c79e3a83efe6efcf2f8fdf095874ad20f3ba449a36b0912070902265cf4b42a4bb3114384374585f065b1a889b4c85128ab8870b893dc1cb66923f6e5d0dacc7d04fcf449a1bb496f10a84ce747807d23a5943b3200e0ec81a0791d6e396c2c8f82456b9af1ae453ee5d87de738db7e4363adab6e267d71a60ab52dbad225d73ec3e8580e031baf61a1476d0744481c3e33502ca981755761fae8d8e9bb0c106c4591b74c48f1e940233c80129dc5ae54c482987dc91cfc1ca01c1b02d75a4e31c3218c88fed7acf92d9768c7f37bb9b9d64ec10b82a779fadadc30f36e3381c9956343bd44b4128ec082321d10d5eabc826b94a812b2caf00a8e8f1f2abe8336cc6bbf9f15ba25b54da16222ade15211c446f32381dd232c25ea3cde5e8d255048fd3d4c9b748cd9481aaa5abe534d3de82415cd8913b3c00f94b4db4ae31a036c8bf4d5955e8d0100cb8789362b599ee4c8acdc9d3b6428399362ad2d47c10063ecd34ff7a821ba296073216b07db1404f230bbba0810e738b75206680dbb8e11478baca6076347b1f8837c05bdd204fefd9a0f3a02a7b7e7c1c55836a9d92e802daa206451ef9aec0527547ec307ca193402e2265a3ef94cdaa0f7c71728099e94576220f91f18443ae881c00ef0127cdaa562bf89a786b130023054c103d5c350307b0047c0dde95b5a040b495cd0896cdb643b518cf03ff77a2e2ade6b8bdee0884911da8069ca6e55c90fe6c0be272b38104bc2bb03b4553a64ce9013c033c241b44ef2911f8042bbfbb995ddebe3fc1bb0dd1d5dc9cead9837627c030032ee08a062051de57a752e2ac9a2a8aea72c2bbcfca1ede6c1b4d8cf60ca56b95a3239fc56822eb60c04fbc16d2053fb14f6cb842ca4670350d71340eaf32608a54daf9d0971dbcbcb8b0c2925fe4344fd1b6e34365067dc1fe0360cec6609f3510b7c972dde1dd752c8386e491ec1a841ce845b41955755d8b5f9ec4b4fb6d9df37317e7fc14bb4016921eaf671c23fcf5f6d5edbb9f5fe187797d7b73f63ae3733fdad7e5feece7f9dd8f6c7ff9f3f9ed1d1b7c1e3f009cfa3f5d82469cdfcdffe3fb7f7af54f75fa0eab27e1f924c2776af520f8e56b3f07ffb347a5ce4e668aed08fe1d93d43c924a2507471dc8a034af56807590fe11a986465619214dedaeb6e23f5d809ab43b18bdec11d4c991fef5bfce6e3fbeae1fef2f7fe6effe84bff1e6fdec6cc75e38f8a3c851d36e73244a2ab90ea0807de0c108419a941b8d5785b6e7524657140407362a491797417b93cf8b1a85d6877816d80efdb7b3f935bb995ffff5eac7fbb38f7f3e7f3f3ffbfdec625e812cce3fdcdfccf8870f5f7582e70318e18dc156195129ead32a5dd9df6c2c0dda860a26822817f02fdd4a310d3baa058de7643d706433cf55009e783cf777571757b31da2a0075f1c1b6ce8ed3dc9670f44e9e13b02334dc01902a9d49fabe0cff101efdc3a502435ed11df7d8c4ba95ead5eb4baa75ffe8fbf5f9ebd1ee717f3cbd927bef05fe6373807a73c0c0dd884b738888c59257a43a6c0be5bfa81c798c539e481c4de9612b36e8df39159700a9a4bdd2b593e8fdda17ff7f3f870ff8f7f5ccc57bff069fccbe2b7df4fffd9eb3a3bfb38c7bf2f2ede224fd4d9e5f4891f91dbefe61f76181d1cfe00b481b88028a8830dd6044a1d9a143920546ce5349fd36cf751167bc3b1d3ac6b6b474b0897f4c8593e93dd20e6ab82e57fccb0b89bd7f9ed2d9ec2d9dd0ff3dbabfb9bb3f9e2d3277822c92e9ae89a56ecc9f61a81d2cb00fb32ca097287eda5043c899a242150083bd3bd8db529df8c35cb90f99227f2e42ef9717ef3cbf9d9fcf5ea213cfce64f7816ccfe952863e0315ddd9c64b7202c04674c698a77dbd45c50b62377e22405112a82d090def25cb13f8137dd852196535ac33dab16bdf568f09d6fe767fc5dbdf9fdfaee75eb3f9e6081c0e6358448ef27ef69638c58986892e8698a9132a2233d4e00ee5952909041dcd807678b06292ff52b42c43321f32f57efe617afff727f71777e3dbbb9fbfb3513c7ebc52f8504fd240702e9023447b9e4dce0cbec99629a82a458d813275569df1cef00f07f1ec912c9943d0eecd729d9dbe533d95d04fb0318e26ff34fd75737b39bdf7f98bf3bbf999fdd9d1238500f010c2f8c61b013b0152aaf83bc0be0efc0dd16f089d64d99a8ab68fcf1b0604f3d0e31208c79b5510e84b33f3f943f5dfe32bb387ff7f71ffe74d2a7a13a7608128695ee45219d0ce9c053030c4a190e6c7270bf8ed45536c32a0a483aedad37356adfd50191c6328b7c7e220fbf3b2103c9d60240523e32871e14522aafcdf46835380e0d1a3626b0f25a6de886186318449e8a1463242c654f5f44c29e4c21ff7a7777fdbadedf5c4cfffaf7f9cded69b64474296371601ad50bb6456a3604c60404d5e10d9899771ec0340fdbe9dfc9dee9485bf96065f4e5d5c61333245b8fe05f2611e5d7f9feeee3eb7fe3bf7768121e7e7da6f584d79c6a71e2ad01909242cfa4127dc800da553b9741198a899efebaa5659ab42a3acdb6257348bb8b945f8725f32d11f6f4efc5674ef0143ceb7a4af71129d3e74276ec0bc75201a443c6673cc855497648ead91430506fb3d7da4869de8e456e9097d0cbe737fa2a159cec01d86c4583258a64e09fd1b5e49ce9ab8ccdc006f1900a02c0647cd6a68be51aad45408808846d85886477abdfce07f0e6d6be79fbebbb3767579fae978668e7bcab3cff34bffbfd7a7efbdda2567ffc9577cafb470b68106ae78094b19a63612eb8a6864d4ed7d18ad0bd30996254c05302991e050942b44b07640e5b19908fe6627e372f57ef7e3f6516443a179608349e80a41a90f34c4ee09a8b1bc241c947cbc1acda06f064aede51f3336aebba1ae1d9cec18d6fbd1afb38d5abb660cd41a90860eb350b04f4e8c5411e9431302de586e01e1d83b9d02d2f468a6f44eba3751cae5e6cf217a4b32736f9cdfcf6faeaf2767eb285d3af02515c4d8e63894e80b5baea0612b99bda980469ce23a917bc5164fade7a4c25f9de8080817d16417ef7fdfc57160caeae7e3e9f2f7ff95fb36d7fc7c33f819a00f7e961e1a48ac11e304ee78480d7c003cd84f97bf225d3ba6320d3a76c942f2a28e4c7d8cb73173b7fa43c70e4652b9729dbe07449c683d292ea5131b1c7666a06c5edc50f76ed6b9ab5f2acfbe228959610da9c33c7aa9be64f6fcf3fdc5fdddffecbcdecf2aefcde3fcdce2ff2bb773819b7a70c7583e19ce3f688fbc9160564d378f3e0aa8f29bb604dc2ebe708b434c3aa1bf83118b4d635596597a2b64fc8a93d5908b8ba9e5fdede5e7c7776f9fed8f8bd2ba774aa62014755520347ba9a0c8a1743544221439503c80bc27cf7007e6914c72c57058fc12fd99d3e04e57dc467be9fdddce200b4f9fbd9fdc5dd7f7eba78f8a3c59f9c82eef126218fd8b2129b03539bd5434d86b678dda1da2e34a3b20310b097220df008e0877d75788efeb9a9952fe783f96ff80fc862b67b7f0e1f0546ac9a8d8c4503d55a6b44650bd03606e25e5115891e682f3b8e3af4966ba14a77d2cd6a47a32db5278761e9f7fe7a99d43eb1da73b653deecf0d52ecf498d0208a783062eb7b1d448c4d2384197b1fdbd6e1aaf3a47bcdce86af219309eb747baf7e60e58d9596ef37a337f87ffe27c7671bbfefb53de12381cf19a7bd71ce9ed6c9f31548c1cdadbde748aa380ba5a41b4079b73e07ec8068e4a626a00da2d675d01158e71f6ff44e8777936fffee6eafdf9c57ced099d32f82743d556247db6ca06508069f242d3683d547280ae0747650745e486afae154b3e6ce91329c33d370dfce5e3cf4fdfccffeb7e7e7b777675333f760c58701c191e7847541f16b12c606bc41c10ea8c92c1e6769e0e1a0d35eb11f33834631d62c758f27c39444178b51b2eef3f81e77e38cdbbee521c300e22b8411c8fe0baaee0fc1bdfc5b0fd2a514c28164dd75a76bbc4a8018123b5b0705e6c7f39fedbefcaecc8cb16cb329433bed640e74b83b36f8a9411ac0d0a798f9cde670ec16920e2821d81d31f41ec785936965a1a7bd1fa65f5ea4fff3615e84e720d6a0a15a35a00c0a9cd6537bc6fad574bb709e07a3b2a3b5d4a564a579f32300dd5798cc633484b9a9a0ec4db57175ab7af6fed2ba35478a5ec2bb5433cf1f0a4b6e3b082b3986aa9b1270eb13d8e8c4703862b5ae1a576331af5c66d8d6600f2f86aab07f7ad1d916ef1185e92fbbeb4b3fff5fc96f778ab5f4f56c30a894cb61bde761610f6ea32806cae803c38ce60b2197f22c0f34a1cc84fcb9e8aeb38ee6a20e6fbfee21ad69742dc8fe71f2e6777f7c70fee91fb5cb3c31928d6d1c6b10c47b554bcf9a081eb83762148f2bcd28988fc1509c0e34fa256352af3dc08cfee63be28c733849d0cade7117a62af97a6ceb0b5dd73a87cd49a4aa6b62678acb076ad5c7345951610f6462c93b9b105fa5d84f04367b063077027bab5428b6a96de35695af6e0ab8a226b7877116f1dbc6d9aba77a93a10548d6c4e6d13e0dcafb99f7bbe32fd19c4fdb0002fa7446cb536246fefb07243193d56e9bbad0e3c2e98d046723a3bf6fb5bfad755852818876b598cc90984f6e565fa2f75c45ddddefd75f669fef7dd9a2e87cf799cd8a2237d4360b3ca57dfb113dab0ca25ea6590ca23040637d911602b08c86b47364f488c4ae73d4bb36b0fe0f6f74fefaf2e7f3ff63e4f8a991cffa72a4700404d3877837dec4aeeb555bcdf645d8b930e96cf34b7065a4740775453b72bb6f2926cbe5ad9fc17fcc1ab77e7b7d7b33bc4b39bd73f2eff00eff8faea92ff55e797b4cf5fd1e66fef3fbcfe8f9bd9f5f5fcdd09ef63239d34383905801615e04c757ae836f9512470372021efe97647953b5562ea2a15e33c760b88b1b587cb70ace631fcfdcbcdd52ee18dc3df49341391d8004e81d2815f80fd8446943a18b6b9b15835a8ac153d671b7df4863a1522eca10dc9d6e75c2a76673826efe317685df5a2472f1647b766ed07f238423c76be4f123a605af02df6a14ca79066a465985234faabc196be6c4ad1877aa5dbfd17df5f5d9c9ffddeaeceee3fe16f3965a8b79401e04d5cc9d5f08202a8c626ec781590ff806681da7462ce933841bda18255da8d907b3475792da70f7231bd6a5f63d09f5dbe7bbd6c54c3c7976737f3bbf989bbd7ba07a41d55e8391b00e7a306d709b4490442882a7b24884065214d118c062c282a29e04105e6ef9703dbdabca44be54b90bfdfdc5cddfcb0bcd65a6f5a59fffc49ef30352b973e06cff277e4cc59e883fe07550fc7b498a4bac6795cf081ea63a90669a77b539d7d2809ea0356bf56ad8efcdc76fbe3e9f68ec9b1950ae693ba3632b9ab5405d65047ec1ea8ba07955209261bc12653544ea3a8f968d675600f796eb675ed5bdfdecdee4e77850fc0a7098095f7e0fc4882c0fbb447286c5eca59780b620de061d62580182127d0a6103cb00f2d75a1ebf384dff917da397f38ffe9f2dd6c7e8a7a07f2bc186fa59580e82fc9790dea1a7d6c6d202bb2c9b7b9a8acae1ac9c203f50254b1cf75b832c2b213e96597397b47c43f5f9d4d330fff7e7e7bce3dbefc755cfcfeebfcfcc3c71d7e0487c746d8c951b204ef15cd9c1212aa14b640173538ae5d8db3345c6bf4ac89126b52c3645d4b0f03b964c994f6ead4da8b29fddff7f39bdff3870f37f30fd3b99f9ed5e78f4f71bb49c18741bff2d653cf9cfdaa9a767976b85c5a0f9dcd106c7a166f738ca31bf0462dd34855595efbdb2f32e6d9bb7727b8c4ea526db1d98115d8a66c2fb9b1a3b957d353a3926e74a3b375cd95a09b6fc00d356490871e1ad9df73a2d52f7cbdc766b9c606a42c405a4a7480b951813c264f4ba55674cc59e546d443623b4a6cbae73e80873ba29beeab9d7ca461a7c52cdc02189ef4aa7e502dc3a7e074af890ad0061818508f952d0b505c630613ee513b7cd6e830252db022c4ca68ca9221da83a09e2f85bf656964f5ebf2d3a7bcfdeb39576c1a4166b721e51a5d06424400c823b14f95ca0ebc10560e4944467716a132da5ea5b167241f6e7670630b7d8b167797b93b3c0726e99bae874d2db301c625f08621a2ac4d71000f36c5e16fe39d8d2db096880f6c38746fe74313f33410718abd0094c71616fca354ced4f740ae941103983370428a3196d041382da86700ea131a8460d3502e64392ff684eada17e0d1df6eceaf2fe6a79979b1da7683055a4eb397e081fb478ed5bbac47d52dd350aa16df63f10358497bcbd66eef828b1256a264076c56ff7c257486337f839f77fee9d86dcca03383fdb81aa93d28674447da03b711f0c67d69e28a2978ad49905310234b4eb6801c11f0db2cc7ca1ccb6ac26a8c7a7677522e686b4556748e935c85721c81be3fd58891d4023d6538098887a3c0239041c68849b4d7560362805e2f2e0ebed8fdb884416c68788330c73cb0f6fb9391a100c8203e3905c41b1438836b21f35c5b3f22c7a89b1a1ef8cfa6e4f508a1e3bc34f0643c1913f1ebcb6b845fbce946ac9b861a8edde604e8eabcc8e44c2e911dcc7e4c4d9ed8daec7d73a082f4aad1d59a2485f3198d1ef62179e3c47dc55dc97e4d9e8b5f4e5c256ac3c6ce593e03c4e829d5e80a62bd03feb746b980779fd91aeabb4590488896f87310fe116a1013c6c1ef4aa67af1df673fdeddecd4893d7ca9a3d95c325d434c2f434583071240014b2f20fe54866f2620bf81e92840c711a4b451d812d7e2402239d448c3ed39dbf87ffb7471b21000b6539a89a5f086d0c97069e456e9fd12557526f019880b780823d2517d08be80bda2bc76895e8edcee7d8a8b42534ba0251fc5a801ed722d963429c7dca22890066cf5986c4eba3a9db38f1d1f62f18aea5a4badce434a67ac98023e35d5059694e0048f0281cf810a1be4778ef3b55a53006b44da7774f5d0b464c9a94b8c2ee66ead2f1c750ba165a58bb47c48b580ad1be40900ff6da9ff73d27b6467624652303e158770e862a79893022dd0a14a005aa075547135347a11214da4ee2ac5f2a2f5262e9fc94192e4a3e6c8c5e74ff9387ce4b893f7c376cd69909854aac00805c45121586a9339f90a28dd73003fd46d5236a3e3716a63e924f832d8f8456abd9c0b5f7dbcfcf0a4149a2a01d8281dec88dadca60fa56b8ca949b43819b5a74e8ce814be4c80b67d19384dc6c651f154fccb3b265f564f3cbea40cb043b221b6ae3a5659f530458cf2bc4169a1a782931322180528b5346c9fe08209190c32b8ac8e3517f7b7ababbfcc2e7f5f708993f60bcba43f5b7300bcb4a91ab686566f714a74b3de9be6c1a88d7136bbae7b41cc18d814c9b42281338447d31859fcb28496a73c22604720d91d84a3238bb831347ba9c19f9a33d57b49b60e8ed7d5a468dd1662afae26ca2e7b5356728e5abfa428fb07ba36fe855d1ae767d3a74ff17014e036d046edcdb9e842677766699c36c91664cb5b8547870732349d07fb480a4fd34f8d3dc948783906d9afe5f8c79fcfaf7f984f847c76aa93a382010bf73de488e81947982c7fc0ba4a1c3d22a1908396da7403f12e923ba28b1d520ad8595edac3b82f6e93d5a7961670c78e909c1472924d57789729b10f49959aea28005ca5860166eda5e1dd2b5e2b076fc0cd11417d6487963eb02ed5a36acb0fb3cb0f2785110d6c8a3a8ab16adf08a36818e79133b146070692f120acf2ca5a44476415bc686d2723f7eebc192b819597f08e679ec7c37d3bfbb3feeded4ff3b3bbdbd5e74ef130b27188fe4a632b53e435991c8ca35f2e2065c596a19e6dcaca56806f3c38c3a7656aa20796b8a5ffaf1c486c6621c093cfae4fa7b6a3bb564267713663022346fae90231c8b0605e861081f2e74053c3261d41d24d5291c649aac52872f081dbc58a8ede898de31f4034adab9ef7ad1aafd4351d7000a41b71de8266e03d2bc06ba702c8051085b03d73d86197c4f36519f14b7d27cb59abbfccef66d4e35e818625b0cebfccce2f666f2f4e011762549d46761ea1922ec3cdf9da4ca6474609800455e8a89c46318925995e29219c6344721862737cc1b4ed7a9b7a61fe3fc50de5a48d82c05f5ac94575f6613860c69a25d1f5b4f0a64965a3834660c88df6f4487a544deea62feb8f07a9b8ad640adbd5af9714d9e20727d1920916af8a95f5ea99f5544c9ed7f0e04b48f2053cc268a747b489664da57a6d86f6298769304b1d701465abd2c012f4490b0c5a28329c8d341c76c4745047c75633a1764aa1a6b4201d527d5002009f6f51b7e423b00e7044367bf6692faf1cdeded028e6e2fcf2e7a3776170a8b483def0272e6e78ed03cb8c78b52d21820985b14cc9a649b0d8ee7e00f0299dc0a54b0607900382da55a5a0cd6fcf6ece1f86ca679fe6a711580ce2f0d2ec083ea484c425a698d6caa00b6012a95951a737f5a26a4504f3c1591c03e020c949e3891db0c57003fefd6576f1feeae6d3fcddf7fff6e3dfbec19006327ed5b122ac57d2df44bb71c0421f4ced418bae4125e47dc33e6de38cc9a5d78023923cabee7d450a0f7a03b5ad36f2f0bb53b2e58198ef6ac4224bee6af80c84941db64af07a14efbc4b8045ec6ba7777b18f8ca5803753aedd4ebf715f583171d9e1fc10e3fcd06f6ceecee344768243a633a5574ce1d1133514e887dfc82752323647a5c74db93b745aa8932696f49a9563b7c51fb8a23b47f1df6ef97f3dfaec11ae6effe7d76717f522695c1848d1fc56671587246ac450eedca013547554517b0891268793c5c08bcd330e098a305571bfe39647d7acaa47f99dfdece3ee083f98c45d9a9905017b60c279905505c65b14681428d913ae79f02271c8d8ba29b6a61281b75ca6456c3817ef6561ab57e6a5c665339502572c1a526dd9af949407318ad902a5181335567472a15f9d50169999af94c5a72b414b65a47a11065b07ad04e105b262d40737a01a1784aa4e4ddef97b34f57efdede622fe0131f6797ef4e2adee541a901a57c0fb449ae25542499989cd1dee16d673c90d86906d65d00d370c83509789c159880dc73f809fe8550e1b143a434ad934586146772d325027724efacb74edba046b65206c8a6aee0d1c19a96fbe0e47b2fb50d370e5864da2c3a2fb4ee4f2e6b1d69f1a0b0e97dea43496fced02bb4a42834a00edd3be4521f94adc5185185831e3e97880fb52c479de5305da07737f3d9a7e52fa7009c39fb6c9b017c02c5c453b026f6de40a49d9869ca0fcfc083802250f2923776848c8480a938456657fd2d87eb70dfca0a8b5f2a9d7ace4ea6df85b3c1d9f6a48a51e01aadbbd1f1bb66050fc056adf070ba5457fa1862a2b7bae8e86889d0e2d222439b974c89ed89c17ffbfeeaf6eefb9b799bddcdfe3cbffc70f7917f3a7f377f37cd449db473da89261329551b89a151ed4565557368aef552884111372b0928e84b07b8f055a5dacb40e66d2b11b8833fa4c5155ebea0addfeffff6ebe5fc5df9fdffb9ba3fe99818326b673390f6005b0dd485b29e0a28ddb511803294b2290066097696242171c3892ab9648f4fe7e77ce37657a41661f3146dcf31032d745703afaf05e8d073f42b88b1217a105643dc6d35a115d36491d68130115862e9a92c0bb05f8b1bb6d58dfefca7dafffa633f7ad11d59d0823061d50008d6809c3b00c2d6c19ffa3036aaac53541a1ffb84e7833f4b2d808f9b314239b88cef66803c45b30f65ea68e74b8b74973449b736c1e8d2010d6d8d54b44d4a57851459c1304132421ca3ebee983b5f9e1dbf3420ce6edffb53e0430598148c516048a279b782dc2f780803c8c072323823ff63992e7525035cdcb20730e129192482a58bd96184ac97eddfb3777f3eff747ed72fefceef7ea788ef290a8fa9022afa80a826a1520705e4b0a7e0697aa9b565fdb50d9d10e0039e86a7844662f1798498db438fc24118f5f694ccca0a65f9f1291a9b7a1b9e266e9193e403f4c821c6812b34e70d994172b47af6be57253e3820a83aba8bbd25436d9143565c967a971ba5a8c5e74edbd4042c5c12edcb3dc77f1b35bc0b8b2bd67bf0886a552878ffdde56ef32098d2cd763cc39cf155cbac70a06bc9cf1312c76e05a645c30051b685e2a7363add7b2f1a679f6ac8b6e95c7b0c31b02f830ec629f24e922ed99d1dd45fe185f30512b5db1265d50b79ca1d01f4d39101860c40e82032e88833902e0ccda4ba3716af7d340dccdcf1e0b0199059434a259b21598503ce0b6cf7fe1d1bfc595342ca9444936047d4d4404c6dc426837776b5875a470690424cb5d166ba02f89c141b76d22a561e52236087dbc737e8ea0259c492877064cc80735a35466949174f50a1138202074df104aa2d9201214c1115f3c0318b384b7b6aad2c2fafaec193de9ce4eeaad8080468418f43ed36a81e1c904f2c318b781ab9205b14e7bc06376a147dd4397172c2e82c2ea9f67201b12f2583bfdf5c1c7dd18e164600f69c75c3a906ec6bd4c973746a1fa9d8649d4acaeb64a81209748423de84a6b734757fd626f4c9e13fdae3bdfe4fafd229285ca492bb16a03c3f46424eb325f0f585aa8a6735b407bc4a8438a221072a27035f89ac1702dde80f0a79d78ac3a7b869eb884b069c5572343a5102d9d1eb4ebba86dd2cae05dbb0e8c5bf91904775b4de1f5412ebe76bfba503af8b8dff73773fc6defce17f10b7be1dd29397d28b1530c2a03e4ebe101e494aa6e782593b081d574907596489967bd030b822f0ac5a01b00c0aa627a4845cc953de2a62de24963ba2067b7985a061fd445d1c7aa67b65db5009e102c0240f725c5407704e762c4e71330d3a8aefaa5eecb81dc007776b36f7d7cd27b5904aa42e18b567af026922c698ec5b59146d001f8188143a2530dfc1a3898ddcc1efc12bff0cae92beaaafb1da34592f8d19e5e195f87d0e86f5087a9a6512b948010ffcad81abe2251002e86316a77a62385d8665d49d84142d5be95f5f0e166a95785949594d429768506dc6badb26dc14ebd3be0879a4506ab47ca1426c487aa793cab541b105398be508c935693fd03a242e5e2ead7f7e7b727e9594bd1f416a98aebe97d305c0ad9d1f26234c95d07d3622b96028c8ec341da359a2009a881cf380e2fce9e4f0c499e3d48c09fce14c7e6082e1c820f3617204125e07d39021f3ad178bd15b0c182ffd60864142212e9b02a160304118c59c0ff74403dd9c58a3e9749a60f4ff120288900a804905b8cd680c3d618a7027326e044b7b52ba5b233d22200163fea4aa7e8a6a6ddd20e3e29fca865f5e88487f552c0c4aa83e59dd1a01a5a704884a50cfac28c6a80aa6498286cd42bdd618ff860b401218c2ff685da5b2beee8f2f0114b1f74f9c42990442724cac5887596bc0ec760f8ee001fb5ca430a98ffc003619eb4239815543aa064f6e6c4fc745772ba917960220a0a77a0e34ac1251db257fc8d32a57869d80c93727c440e1cc34a5612c81d133da2ccd20acebf647e8151f0eaf6f8a50ea427801a2b15092a5ad71d05943cd05e4a7e88576eb27375d90417d98556c3c8d27d477074a3047d5092f4a37d10463f45747322ae3664ae58f0ae42b21ec8a6cb34b8a3280f536a3351095e7216e0e4018cec261bd344afc3035a603d5bfb5b85fd550d7092493905d493d29a1d6ab2f6a35578cebd74a47890a881e01f8c570528c00f556d606305f56aa569ab3b704e3c648d7c03eb2dee4dfae5d9c5d5edf9e5876527eb292aa2c6681f9bc9397276be38ec93167231824461819772b7bd5ab1e2b4b5e04e48845d9023344286aefde5c0e04bfcf12979d5635f9f00e5a6a2a537aeae517bbee9ecbb6fe0472ed5d086cf9cfe1472a5d6e8a5581de206e052b5be1c92496f5f26ad9ec6a4aa724ab6e8d95bd39acfde8a19124388a24d4f36379b28ccec129891f5913ec80009928b07b1d6d56ad0a85a0f38e4f0001300943e5ebdfbfee6eab7df4f38e2c6bd312623c19cca003f1839d791810b3803a57a55dd6953b5d43cec34f11291499185ac6a405afd2bb6c7cbd5a6a8ce7f525329ab702cf0f27dd42ca480400fd30ae20278e168c90aa348736ae4124dd6ada9825d91c025ad77cb72e44bda35bf76feebd8695717bcfc51986b159d68d8ae68b03b003b02c7c032d26c68d9786b02b24f42ece8c8343a007249ff0a76f5e5d0313bfb8844b240957fbe3a514b46a2cf0c56ec8a6e316277b031d38147e27fb15bad3bb81775369a76bc6e50f89d556e448754626475cb747085f7bf9cdf32adfe383fbbbf419e5db4a89cb44e0b125190654706af6e49d8bf2ade2ae34c910440d6620d8a7d3ce0e02322d8e82174dec67e194a160596f8124cfa80b667f77757045d6f2e111d6eaf91384e22cbd4ab8bb9b1fbce65c712ac4996be2d009d355b640b9ab4798929f1a1b8ac5ac3c9b12a9a488df23da7e0b7c71f8f5e6ec78f5900989453d3f8724f2185d2abc6fbd2a011d8c7ceb3135f4a078e36894596a606767fb5f56b2e21be7cad76feb7f9a7eb0b00e8f5df9f1225d89035a39c4a59f99ea2d765f8cace9b688d56a5e3f01b3786ebc00e540fe8bda6da95552af0f3c7eab95cb35afcebd5dd8ff7d7d7573777a7bd9f71424fa65a63285247d7058c0ca0b26b102f5573b1c95883df454ba5ba4a23fa2019d1a2e4126c2d871f935d51af138dc94e5db6a9816bb150ac7012146fa423550b879698bb1914970113adec46c58330262306a4e0c4e543cab36161cb66edd56f4f821cb5b2427db652f862b30429ca33fbb10f4b0d131b2bce26168dc89115183b60153646ebb5c49a56b75107e964df1c117c8422179f3f695ea4362370a3ca211a2afa03404a6a6cccf174ef73d6c6922212a10b5d3776fb97ec59b40d31c852fefb4508f245e39327b3f38bccf3c18fc2abfb10632b8d03c7d9b818b127063094f60d8cdb05831d244dc27480ac51318c25d13a8cfed64e1a7ef428c1028443c4c3db366057a5925de90a34ad9da8528bee451b57e96e82c364b003404ea9b4e49c5a4c7bb8bd12c8c9f48991f4321d4687b2855ea4c88eaee335a7512914c30a3b6822551aa3ef21021be3fcdb6c2a115f2b8b6614fb45c2b8fad4d1b53e32e89c570e31dbb43e2c96d2aaf24864bd2bed01f0128794ccf0cdb0d3506a0b89d3d048fb80035fd55ab3b41da9ee244d031e5c24230303871bc012ab8949b31e06c7cfe91091b5430665e9c1e5e191bb8b29f8ba38baa4fa152a9a5fe470ebf3caff76cd52c789408bf1ce4bc3bf1ba52245374b69bc21c84b2a971139dcde34ad9293c9ec3e02c46f914acb359ab29cc23cb8d4d35a6fc0291e020858ead8ca6ee8a0d94994692c5a3c0e67f420b638b4beabe672f2858dd73602ee36cb3b1385937dac82cfc298e26f3390d9bb934f570199a58ea7a1b1e32b983daf484b8ea5759c00671b77830abec6d6aa7098bd00f8566f6d066992952d8f3984ead5a32ed2251f5ae1dbff757b7579fa5e9206ec56c16f80f4e328a35adf7d8855e17748e8d830262168f6900cdd2880067566ed030808b9cdb6e5aed107c1bbdb5564d02110c38d5af2a9e401816b2cc2a502c5b1ecb4f234e5a620a0aebd2107da92c744a74729a0d8be61d3b04082af56140c5c943f0ed76273f4ab66d31a15320b9b8adbc89ee5af60bc361554b9e88cbc2971a858113644513fa648c2929bb4a45757cdc7d9051757b7f737f3d3cda5a8982c5e72b400faa2b2f3482db947c17390aa294a2d35bb10a886855f8123d428469b2c783e6d79c324471be43d36b26da03458784cd8d445d7103dfbeb286ae0732da5731c0bb120631f60b367a51cb2aeae934d4db7e12b2aa25f42f66576f6f3d5fbf71cda428cfcfee3cdec76befcdcaa5bf31445a3d6c0740adb313c45141da1048e0cc88dce1cce44f86cb11aea40442a48c6eeb50d148ce9402172d0ca0882e2fd270ac3ad44c44ed1d01cbca4cc3bb56c55d3add0efb6b6d874b695278657d280dbbe255a1988d72089396a63f0d0464907049cbb2a23a72c20baa6100f3b0803e24101416a4d03332068187ca4cd30149813f0c181d3e44d6c115faf4096a88de396a36be6908764eb167aa7b5e7496f62f550ae7380194f245a4559ee166cec514b374522f6471d0690028709d144d7921aa068ae48a2c37f85b1d333c765954b7eb4a74b23049821753d38b1322296057e6d74ab5561a55509ab23c10065b54a040a3881b50f1b6cc6d98a5f83c75f542aa2d256beb999fdfef0e1298268edb99981b401c4598df12c23863c06502885a322f0840dd9c704d829c503b7e3289562835601c76cd1b7fbc5bac9727ae90c2f1b1f7efecdc9da5741b34a283d85e67c6fca34add9ad038a612c4e4647f80c458fa1adc43eb2580a85601b506d0c5f63be02567f71f0e54b3d4da780d55dbc114f74450d0b931d82a049b92b4f63c05c5308cde7ee14e0a8006a868a04224151df3e3d808b035ec03fff68161f828c9d8273985ab2c1a371c68546a41592cdac37fb914055a5216e509ed583cf0f850d1463689119d7a8529725d5c370d55d1d1b7f9bdd7c98df2dfa36c6d5cd9faf3ee02ffe7052a994443b833674d34efbdaad3880532d5181876455461a2e9a9627a5eb5287d4d4a2d79dc3723870cbcb4cf7923acf1f10b46ff3b7f71f38347c362750dbfae353a6625059d79077462b2c8a22ba8e3c2a426dd7224c4b3e4b92a86d01588b4ec5ecbaa33e410f0ad06da585795069c3d574f9eb6db7ed7c7d7df1fb240a3c3f4596a646974746ced6027a00aef636ba6988db3a0feb5d03b8237e2b365177c6a98efff94865443f42767b9689b7c5ef97bf9ea2af013c16b4146c4ef37e122cd5f72eb93816c27c75cedad1abd70151044cc633242b635ae98a73a75f3370f73221d45cff7cf2b260efc6b766e9681043692da61eca88de73fb83ae80d24ba0e825989d0ac8e459b9126914025c5f8d3f9c66e1bafdda8fe7ff3845380886359c61abab2ec5d04de606b789d6a32501b2060bbc1a40f18b112d85ad6fcd1aa0d482ed228b302a2f697e7841143df6da81371aa5356c280659216291ca7bdf33d919c56fd91653149d96f430ddd51cbcb1a15ab07e13f3cbdb9abed40e7374c999e191362559ef01a4273735bcc732aad2d8ce59383cd13d2be3d80686fe0fc1b6644c184019367f45ec7f69cbe3f627166b3e0545add3bc758808ffa61a5a75eb1ea3f6d6003db4ea284c0400afbd01bbb7aadb966b9b54c0110c9a7fb9e2fd49e5f74a8f257082845344d252f625c71c147528852eab31509d2f134971dc1ab15f98258ce0c5a7ba6a103fe0fcd0c364c9e7dffdbb658df314944c7b0754c8de370b1c2d83b98f815f032fb6a890259b3629758441178c11139cb4c9949b1377cb82c4610426d6ca574737fa1811cc72b8a68631d8df7e58b62a8033b8618a1b23d580ddad2ca04d36926df1a462a9668500e00e3e46f9c3fdc5fcb65fbebbbe3abfbcfbfee6ea97f3d334fa4a2bd24deaa23500b00d9912942a08568c30d811ed3b9e906709db8c6171f803072c07bb038b72ee0503c3cbb3feeff39bf3f7e76b177ca758a5ab290fe54bf7a5e8e68bd3ba20c0796d34c76526c12ddeee0d4f975115b4e2b53198b74a19ffc1578c53ed8ff4a7247f7b3edde86d40fed3cd101a956993c786b614e9a0de7a8db6870840541c68cfa047520602661353a228094e4e089aa336d12c62403810163e76a94d80eaab00d055d3272db1ea9d015d6e2af6e1bc208bb59acb500551c2628fe7d4941974dc050772072c413dbafa5e9614f2cd877bd6e54e09fd23488e51bce1aa5585ee53d208f2c6da4c37a0d6ba116af1456f59a10409a60d168539548a06a96291060e98148fde010ef4eef0da7da75b6811eb0c3040c1626d8b96be2063083db68d8ce2b3762575640119a384fe80020ed3b1b880bcab0bcd55605c7e7cb29e875a7269203f6cfcca1ca3aec5a94a89558d13101530411811d1d3d05d9517151c2d2fc5f8440bee25263607c4c46b8ddf8897ef6fe6b71f59335a2163e4499ad5af7dd549ee3b5da06390b4008428bd5405069854269f083e8a6a559a13555b53497cee7168cd1a5dce6d858e0f031f9f2c612f7ef9d3496e3f69461f2c3dec0763a692ee385901280900e1c00dcad0c01246041ba824104d2becc3a3ae935b9d237d0828b5a3bdea3fe66f995917d353f78bc6bb934655636a6fde218f8056e01c79a6cf085a09206253317c146928db829a7a66748cae770ed35427cb069243e2cc5d54c39c4698a67a5aa34962fba1f51c90e0e02d4dbb6d30d68f86746c34f65107918c5a75d72370db70aaafdc300eea5d7da296290939014ae54a9338257520810edd33824500c3cabe950c18d2907a46e09021adf71ae898f25eaa983dd9f4ca556b76f6f3fdf59b9bf90429811e8f2ed5c7eefdd4abe0c4c769043d879c8503a3a63740a96146cb3136bc52ca51751a0565dd329e810e6ea938b45747d8763ff1df7ebd3a91e050c67b69dafbde6b8d29a88453dc1d280315341af0324eb4203134d5a5d11d50294bab3422230b4cb9a78dc7ea53f3df90ffdf7cbcfb74f166fedbecd33536ede34f9da222da6207e42f01afd5d4164c2119a423a45281932f11b12d95919b02130063720cf4bae0c9242482f1e25e85a75c5c6eedede457f1ebcdecfafa84f62dc03fd67ad3a4348b1dde86ca7a148ebf2a2fa6d4e80d4eaba70732767761d5d4031604d70c5eff7258fc45434f5f08dfff3abbfd38fdebef77e727413bc366a994d522f5eb8d3ec095be2ea04f96167919b4d9054f51311b52113c03046d91548352dea683ba18fd68fff2ced319979ed8a7807ada221937b25d80dca02215a6ac532d8003691ae2aa94c08cbd414877ce245e2306308ae4f124ecd740bde75b1e57cca03fa8b3b7f9d9d5a9a4137cc2ab07093212736d3d074a0ea966055151e868420d724e55383ea81644833c746d008a2348957c05d47bd168c5f2736b9f3ae56d72019c2dec851e9c07c78909465a1a06f89f14992d4c888909272844304c03ca94e815d79af17dd5d7b4779eff3015d3defc3a7ffb6986f37073f4b9a1cc1e78a9d8ef963a8214c4b059b1d5bd00d873ce0da120d6e2adb14371d02b77fa6db6115346c23c6443fc975bfb4e36ef874c47e399ee0061859e2ca6697ca055282634e002af9a979263cd23224552db1569336787e899b43ab481c35653f49fcf2f7f3e49f1087406206914b0de8acc171cb29f00e28588d8a88a891174c777af0bfbe93bb248512d733cb01bbbeae93bc863586e0e648a557b635dfc85f8ccc9b645b0259b40f3a26af17fc38e68868a2a00dd8f14958fd95455e9356a101e689599e8b0c95b982ccb99c1038b10ed9c423ba968bf312525b17812cd7040a299619a8a1aa02180f21a1a8aea208d65e8c6769c22598b8d081b252edde5fd5e15b7cf54e1aff3bbd73f8ebf7d7f925288d215e1fdff63eeefbae3ba916551f4afec71df6d030920019cfb84cfd33eabddf6b1ddbdf6d82f1eb45892d8a658ba24d5b6d7afbf11b3aaf4fdc1928b936ab72492926c624e203322911991e60479f3d3641b3ce5bc9d6bc5d849bda9102642639b2a00510dabae0909a0727a261e1f0b3ea511b0ab03f1c3bd3bc11a11114cb00c1d54a1a44c2b4564c0e615b9d080e156ef52b5a525e313163e16cd8419baeb017fc7ef31b3fb2421fc9acb08f749f9a659e03e4eb133d4233715c1cc141a8e186f3be01e021932f898f88793ed6e34962da6a898c67f973f4483d44d66bfc4046ecc950e87055c98aec2e2b4b3d5a4367a404aa5d7910cef8acb31b506a251e62e3cea2737fe1e1afcbebd3e7fbcb9c2897ff9d17af2b4ca6e21ab3329081235577989584993240dead0c68a4311137ea3832a4c8bbc91f19853423c7cd9c87a7205915d35b07dffe34f0f560aecce045ea9f76147a7e7ad1f2097755a0fc42409c933961a09a1903b8608c21eb084297e462aefe809b5a50ecaeef8b99c9f3dbf5db7ed92b6971649df8b62e54db51489f43f65ef5db63c64382b42f988ec1b75ba6db73d53d138197798973909905c20d36e41ab6ab75b8a9522df8d189a0ce7938ec9ec31b83778bfe64d71ea43ef6db219a123623a6189893f1dae204f3e98fd96bad6b8dcac7d0be933ad9b101fab6f2d20ef9b305bf2825dc1710831d3ce943c22f3047d4a383308a21ea177ce58916e4f97423fda077fdf27841a299162a63d82452ba0b47308a3238490ed108a5823b9d206a5a71014a125d53858933453e3386e1a0410198ce19717376491fc79b56ca1be83ff96a0c03fc378176793020c0c921485d6e18aac89735fd863c98e7602a9423960ef83698729f47b91eafcfbf6d19222fe75b1d4d15f4a77eebd011bf6c5feb7d67850d3a5ec47ce7d78004cef7a49717a9f9022906b0d8e06d0c9f0b40402a5c8c817557c712e166db99d72c4f00d96b9ff755512116362434637ad34a484d8338867029574965577640dba408c86848a404add12e75481d95ca92fdd324fc2345f6e99b51a3315c743644ef6a448c6b1b78992efa38d94789be8aa4d96b765be2284a6125203484d33f902c0e9ec498bb1ef0836dc7750c45607380625c43a818d8d1fcd0069fb68aa6d8b46cf88889cd5281043a4fb7c94367bccaebab2773eb85b57ea5becb1ad411e8b18d6cdb01c37b2a12e71161f800085f7c20998a9702cac644479653b12a7772ad024d244522b27dcd7bb237ef16c73fbe7f35534262b0bcb600978b3735687ddcd9b064a54072a30667086d65ae1f542f5ecddf2b58080cd98a9e0bce747478966dd9d38af5417910a82e407b8b3220bdaa00a061598ebc3487d821f559dea6c1d9d3e9838dc94342ac88449efa17a769016e056585f52403d85fd67e9c28960e7b1e0c4ca3a4e836fbde2c9b8842792263e5ba6469dc5a318d46c566c1cb9af74b757735fd7d610efbc52931a9b208a70e84642a7a98915fac47b7a3e22f7bbd08008729dd2422eb3c60c1460f52fc975add118d27aa246bd89aa2d0003b219844d21eaa7ce189d0b3d2456d235780ec01a70e50a928c6811d59bbdaee44966f0f6b478afabf21a3b5ee531b8cc57174be4fd295e6f6d5d5d20ccef55ece4381ac29d41e84b2e97850758832460054fae7ec6f5caa77aeff640f87f3fbb3c60dfb730f11ac5447adb09af4eca12076a1874b92ca18ca519039c013cdab806686c9a73e2903f237283072c4ef570e578721deabeb9dcdc6e76b4f072f3fdafffde3cbabd599528fb480f2fc9de9b3839d24b39de281629b2188d600c7816824d54abcd4da4190b5868061053045a3afdc4f83b7890c25dd839b7eb8b7769a7c0c0906a715800045dabd9cb5c6c71bcc37649acaf0499d587640a0740a34fec7035b41b3fd4574ee18df4c6aef979fbdbe66adfc7ca5c7271bdae88710a54331b2ed596d55b9592b30dce8f3e4b74340fa703849a4cf94ae0903875e08f7bb5c54d6777cf25de29c6ec873dca8bdba7df941bbc762e71dd46ddd85928b0150b51db035e78674521ab43b6b1f48c6b4e6df3d296f116831082cd92a61bd59abadf0547e9557d6c137090f53b409a2570ac92508a4ac0d227cec2a83d4d444c84c81a352d99750cbce780579b83d832450c08451e2146249de48f6eb8fc8047decb8fd6ab2a8994eead5064180f811d6958f8741a9a20122447d78a428b078a8d0c806d3e130ab77200a2eff422c29dd0f47e977ffbfd373f2dfd696b8c680b729f49590da04236d1216c6173e32bf4f7ec3d8c903bd0423713073ccf586c045d0437eed580357c86f3d19d62dbdeb8647b3b9e3dbffd73cda806b69f658c0cd0982388a211b6dbc6dc7d73c2df41c00787722c9df9162b9853481e00328c580f8a4a9f36407b5fb5f4bea714f3e800c201f8877a9401dcb74df14e63cab5208c85697ca2a8743248632e95c25bb78680ad54b5d8d5818fe1c5ef9a4d605b5faef11223e85c6dc3b54005b9684a50f03f3b58fb257e7193420d585492360602d5c0224dafcdb739f70399f7338ef303481169e0dae338b454a8c27be78a40d60bebb93ee02c17042910822cb4d24e3239a687e3ad01a94dd468059a39745cdd5d82e33d4dc7f79da04d17b5a9f7d1118bc7b02e53481019bb214081f68e8ebd2e8ddd115877c8140937865d8742779ad30f621f26306fbe79fee2d7cb8b475f6df613b9ab0c161523dd146aa34b8ec314c3790084f5cc8e6b0f24564ca8ea59e24c64f989bf15806f695735f64de6a718c27ce3eeebbe639c6547c56ca10416f40ab6319e83b77438573b5a01240393cb21b74c7f57d74732390d5f349b50caf1fcff8ebc97f4653d55bc6a1d9bab0d1bad7da302a0c7a3a83df03cb8123bef417302f5cd9eb78261e2b134879d8260dfedc1d0f0846fffb5d47e76bef36a6b679797abf21587a46edd4c564070976b1f30ba85a50557fb8c3600d6772078d5e10a25d180fc2292a00b0a0074f2dbe005c5ef96f5fdf210d6880b43685a998058932aa5127504ced67030794c5efad6d4d83161295c90f167a9d7d173a99ce8aee594a9f1d3b7a44b85f4de33870c297495e9126aa9cdbae8405a68bd3003908fb7337314c183d9a4889393583bc51f36067c67fae30bc47713b6bfdcfe4ee1d955cfc8c421300647a28fdc8bcc901114d28885f3dcbe3636e46ab6ad8c4210558a1f40bed522a2ba7438232719517847d96049202b3c834c8b073ff00bb86c40de900ae44857a28887b2dcfe794bef3ac026d3a2c79f9a4ca8be15448af919ca4d9f1a2efc17d8c13aefdf72b8d83640e5ee0019ea48053ba0b2b328451dc509a8105b035a276c466ac1d3605b7ec21ec0a139e9e5d1bb4e6604cfaf7dbe8a9e8d3a903f8485dcb025d2cc3810c64f839c99cd4c3dfa699d234d46b0a8943a61db490488e68d71387ed2f453659fb5264d018adbf4aa9d6fba6449d9e013e98008ec28454e70a165eb3d5e3772641a89420ec8a094fdcaa61cafe4f391957fbb961bbcb1540a66e7a441e2ab5c88188dd623d275931d4540c1a1c11c671b312134a40126d11621a3e2f6fbffe4bd74e51168c44ddf5c5dac5be3a524accec971821803953cc66c2dd3dc955cd2fb8c0794594400b3cad9d1d56319527586de860709ee93d7bedbf5f6e6e60017f622a93f5c6f9f5efc7ab1b295dfecaeb00408ee043090b3f6d4a616835fc1a049b37c1e550a52c7a0b65f0e48112d83a164a510e02e409c48ec66c7b17ed8dedcee2e91d6c8960d91df2338e0c8d8a922829351399be23d2dfeaac1e318d2cb188e17cbae57ab9dd6076db6b937b9f59f0c13ef74a3df3b7d06f8d59966efa5d55943c0378c8d3cfca8015b3e822dd9664a136b411f9019fc18216a1b6906b7bf113ba13dc5fffb6273fde74fb7d7d8e7ab4ca8f72c36b98a3d9c8aedec9941d0f7e2bca933145f0878e270bed866f1405ce3d0ae1d09c4b2c9a17e7672487c50345aa2e17f6dfefc76dda33ea216c914b54cecb707a54ecd98de75f6c5f8a8473c8bd4e804eb7a016918754644453bf1e46a3f2138deb59aefcc9cc7cbf1dd35ca88517d3541b1ae8855269f5c926e8c0f74bbcd40c276ba262e733443da08d5b1ab1a0f0b4fce1fc2dd492c7bf6cd457fbbb8594399021867382313242000ebd0849929b18f5e07f57b628f359742f72fa4402cba20d615f06a447f408478c2398397c0f8923f56ab2097e8454563c67267040acc1e60af6ba4b855f2996a1c29abf556ebe4c88ec73e6915f0a9fb1ec33cb9adfb6e45fb5fd61b494b94871f16b037f7a6bd0d6367c964c04670fc7bcab62691621d96dff10cba44898916e82e9bfd54c17198e8aff799ffef6797ebf5d9c4b6f4cd44e30c255c267bca5a06a00ec69b8c3830d200712ec12efac7383b4093b5824c691409f6be6e157791f2e7edf6ef54d95f3375606f2023c4e039cf4c471f2a85d2039a0ae8882b0a68641d32487582bca1452b124ccdb920f73a4d77f43d7fdb91e3be41d2e01c81e23bf5c30dda33d54503b39919c618098b1b38fce0529603cb435b6c4af9a2399d75a3dd43abe9aeebeec7cd8213569f490e3e78899a64688d15945025460544f0600784c041263e35d18cac78eb9a95ef1da0c9d1f86a9e50f87ad74270efc2d75146e1456107ee05efcb2d8544bde38814e925270fb018a3afad4b202330be27d352ee61d90abb3be53b65c5771a4a11efb66bf448206e0bc589bcb02936aaa4e55e69445b5822c69e4f3516639befd647ecf831143b7c62bb1b5e457d0618fe0b86186b95872c2529963e618d26d30f3719ac3c644083c8d1d44139e4e244a277ad34b53d169ae67242f1604dfde929e40f740421ccafd60114a2507805805e8a03dcc569cdcd02cf06c32b4384364b517b1993159019b41a87e59754297b5bda695d86de21433f21a79f3dd91b77ae98d2aa60eb5befba4d341ca310df149dc2bb13e3278e09c2c104607638341500c8e1e4db4e33c380cd70e8313e7933ed4b25c2bedddcfc637bfb1d0fc6baa3d9d41b5c348dba55e443efd520141844fc811f56b1512a8875373abd075d04569e6ae36cdadadefde02438f9f5c2e9f7cf3757e717d787cfd740816656a4866e4bf096836400ca4a33c329bd16c549f2a08bd3672aa1db6682b0ef8a9c79b8367c3eb598cd2b9ebcea84a1b1de0868811756ca807aaa381a2117248802baacc56383e039d410d5d54ee7c714bd71d4bdc8ee33ee5b8f2aa53c8038740934a78b6e19466f85de8e3175ac5532e72f93cb314eadd6aada19ad1f52e873d9ed0831a5148f6f4df9f8c600895e238d00ef89f33949020eb68e76a6ce66ce15f832c18f902e664bea7b4825cf326dc5c6c1d6990a3019c63d38151ee6b2da769140be5d7f362b795e9e34b01d4b2b31b01f1005208a6a1470380812ec628adb445b96e5dabd2ab5ceaa6fa51ed41b4e02985f46ca7971490d8bf50225757be8940020614439a443555303a2e8e9e7691a30764c543c956c681a82958b78f02c10ebd0ddf162e99f185abaf7f9730a1db69173aa9d83b6132920169152a7d362dd6221d2b5e6525df46c4bd65468671940a147ff8c9370b74ad2f8e33987285e1b2c684f378f7e5ba5aa44dd6ba2c8140ce29dd02a073f85567d007d966e82377d785f47b7d1227f82464bc51fd2d871747635137f2792f18a49011b3dbdefb74dd9f26e000369f8001e3c698185cd3cc7f001fb5ea5476ce3d068ca891f6a53a834ce1a4b73723862e6f0032ffbbe03bb692ed0c5cdb44ce6179436889eda9616692c3960ba8a30ee048cc9d1875793c1fe46c4c39f1ef1a4786f99373ed855af2bd5d59378b6d32151831003da56f0c1a48244d6834b0def7ac4a88d1db9d382433b7a21e11dbbd6394e719f09eeecf2925ad60fe067ae885ad17b275daa2601fcc7762895802fc7a0b4c90932e97be57b9cb9774d60c7264e4b69effdc8a1398950d35b9de86f74a0af0b89731ce0d48804747d18bc6504e42d644631871111f6e81842c13b977a340884692917e5d0533a10ead33c933737ca4b495cca7f529565fd1d937d49d65b1f7240d830ce370a64030852e5b0a975892ac1480962ac2ba322703a2ac5b25f6bf8bd8fe86920d13e3bfebc5d1cac572da44e0e9d0cb18ac06aeac8a48f3ad5b800f0d0661c144dc76131d574c17191ea4024caa20d6af6c7e624bee6fb6730cf1e9d9d6ff6bfacd17813c80d22022adb752796dfe9a6066a585ab2b90205235b36c9c5463c21f62e7b053640946d11d1e68e7d671fd4ff7de72bab95db86379eee91400c7370dda916eafdc516e6c03350ec0acac8831d2859e28c14bd03871457673f944f4ec70edb8bebcbe5a7653e7bcd4320c139da2e6bf65a4a6b25783ac3541c7463ad055f16afd8ed93fdcac3db30727792445a1ccd37734ac1f0b72f1af7bfaefa38a86dd8026280f48907a28b5b82a75a9503636a8890bc6f2c969751964d7c838505a5718c4d633f9977a78df1f65d433dbb59e5d05370a0d60aac381a5e6440a08f42737b568e4c63eb61063fce84149cd04bac2eba9a8132b2e97f41d2f6a7bfd9557ae58609a0f27ef43291ad808290f6e97a012cd447e56d92311349df4edb13783eb2bc9bddc4d85919f90ceff5bf3c7bb0eec5791a8585f4ea73cb15afb7568a39579f1a1e459a96ddf915f100812e50329d0da952409f0bbeb2bf6a3aa991e4cb1136fc01cb7fe7e38b351ad0c22838d361f189d0eee60c7d29136787e7921b727c724991fe4df2414629410a4b497820141db0276cbf7b9fe0f5bd379d076d2d0c3281d9a9e8ecc08f695e340085c4d99469ad96bcf8d67a604d0c2c7ad2533acea2871bc79377ddfed766699ed85e3d59b35cac3522af814385e57f3e6557ab773d52bcb3174ab485c6b6c3545ca3a08b956a62ebbcace328cf119591fd04fee195dfbb4f662c3de3bcb3a5ce669a36a5927a2b2905a43275da39939fd95fd9db50ea0e54bceb12a907defc6770c33b4fe9e18b2f3f5933c9ab8f83fe488acc37017806bd9e6a355ec3ece03cd6a711088192b109a81f707776044655c71ea2fb2822bca66f8c037070d35df3a1f08ac48c4ef7bb145d8e94e96493a107150244cea606240c00c0392d76cfd4e09a0fb17a0154d4b62f98caaa337b6c429f179bcbf3f5b2679f9e4619654898952aea62f334c018c168017476a5032663e768a5f8ba079c9ed99b1679bb80a4bb4b1af7207a75df3526aaceb4423b44cd7453aaa18214259965044496c243052ec5bb6889da993b0c475a668836b9714485f56dd7e51f366b74e0e408981ff0ad9618c5e4eef1739fb550cc2ed0353cb0b3d07a03c4308b8401e6382dc07fe53cdebec27a926ac0a1c28a40d0b657ffd95cafa3e71627766f07ea3735d1ea12af0e68c88f842557309d3c4a4878023a068772bc35a0c3ddf22e2122699853765dbf5944bc771d53998041cee05d86ae12038f6dd2d81272c398f8b546e79b552064b6214571013b003478363c807d3a389dbcfb4b198f25bc5dae2a56acd958ca8e554a8e258fa805bc4337bd5cfd22e06218f133e0a17726188304909c8ec27976baa8dd71d4e6b573bef8c2dd7b673d2bbc88d92edb81f4d5c50cc1560f0d9008183755f119c0379938348f9c6c1e58ab20f9dbee10e477cbfa8c8c7fdf852c63dd08de39a9a92b4b149966e15e5dea3d6065584dd2d2a7018a99a033607965e620a0f994993e75ffcb9b852ce0983fd628674f71144e039c6d4b5f8328f6304e64b74ef04cecccd2fa404c6ba35486b3baf43e94e0ba07e93b609795bae577d885621debc1166b7076015034f4e6f3ecbe23a20fec808034edf388030c976ee1ec0bafbee3cfcd0ceadb9aaddd96f4195591cfb229f8f9faeceae6f1e69a92f5eb8ab44f53669cf4062fbcfe36d3f41c7ae0f540192e251a80b490798b18e985374de2e59268c8488807359353aabaecfec2cf4fafb7b7b7979cc15aee8b566b1640d8efd20a2f406c543610054e964e2cd758431d97d4136b85d20dc54cd87151670ca675122677621fcd57e6cf7e957b664ed663a9c145ea30b65623af9cfb6427fa6894ea2c2000a2aa882ec9396c11b6db85dc70ce7660488fb820fb8016e1bddf1c9b823c30951a4d942b03afa18b59d3deddd25eeb25b629a3d0c823611b80ed442900bdac1b9cb2bff61db7efb117b27af99535c381017fb38082bd00ee82d18c4e553313931f60789cc44d359b50074b042636d01d334cd6019a90e7fc8c39b44fb44b1d2e8dd7167916eb052131e5507d899dc24e14f79fa0b8d8edc8a0ad6acaecc428200f6c2ce388113d03c110fca1547272ad829d3bd64ec171d5f1dc065ed44c1e94f153aa0ff8568491a0e210897a6769242ad820d82b4be4347407e4e8990de5733a6dffc29c46dffcfae2c9bd77da856ca9dec22b3017b0f296b29d604bb6388f9dd2c01868bb2c15e729e5362d78d38cb55217b40e7ff2fb84fd35fae3e597af962be5753c219cb0890e008a6d03c203a239cab0ca5209252b023e70763863a8749fdc9069f1248aa692cc3e98cabd5ca57e706693adea2bc2d03623764430934a71ddd898a96cd367d2e62583ca14571041c7287848857292f4eef6a620beba2ec70bdd2eace4c7f1d3cf6b248da5b90a9b9de3781e301b34d9e562b3805027420540c91e87c51e080dbf24cbf9ade02a9687fcbaebb13da9d1cfbd3b67b246360aab44803d78a3a9837b2236966eda88bedb208d23c9cd3308586b3222230799a5f77c308d3da66a76e72dffd25879f5deb316430e5e0020b50dfa39d9e0330e760639f726063711f75c0f8e12b2a5347672e2fcfbd62630b49b9f5150ba9be0f1d979bf78f2babefd1aad36d8ea290cdadf0c4ee9c448653b9ce8c1d1467529576bd96a043aca3b373f3b0007dbcf2dd8bb1927ac50bc7bd7b2fbca1af4524603bf9620a1990426694024a7ab62ba17a446433f91c2467c2446f5654ac013016ee8887e7ad03c3b89cbe847f9f70166ee3efd760d1dd14939409b28eb4ec31c09b9f8d92a781720f8a00137fec9159fd4862701289a8126528b88aede657b7ab58f43a3e67dd79d91da28830778144c8e4092a18a8f26510ebc9780fc112bb0f5e4b0a7cf943e49290e6e158310128eb007db27c3ddce6749798dfb041ce291a9d1306a074baec38c31a85f17009c05f06f16699d0d466a3a27b86d8a39e465be39d87142259bddbafff1e2f27265fa242084659452aad19269da80f7887cd9925145f254c76c60a97254ea72a92401fcb2f7a0c996bd70d571e20577e6d70fc2ab71beb3ab89cea8954e90de550a2767e4c2d16ae86c618f6e0ab5df1c0e381e54c883378d205c3df5137a27bdaa57ef4bb2df6dce2f569ac6ead17806b4888c5f6d2cf4fd30004459251ba0451f7b17034828609ad3d76e7c681694a2778bc4715a81dc9d88c3ee97fda30085a2ded1aa15174ab9195f8a1ba9f8dad86a5c59c5ef800ba35aba45f866634460e43d0dc86373f84bad8d14c2be19f9941ecb879b8cbf014cae123069989c6a4a427f93dc92c7ea87059eae49922b0db839002f668069804a014648bd8612ca2cb40b3978cbde0b98fed02dc60164af4b2311292b70644c0c170d39515cc746f0d54f8e31e4a13d95182b2097f21ed31542ad3aa7b7f84387b2e54900f63b4d4d7fdf3eb978b426c08e0892627014ccd0ac59081aa88f329da12652122f2d46e02690b44903565bb1bb14e1a4d390ee9439e6a53ae4dbb072f70b98d81aaa2120dcaa1dd9232695dac764b34a28766ad234a8359b104d3456d7670ec1008f14ebe842ac8841fb2947bdeb58c3f3edcded2f971757bfdd7cc39f571b61a0a5acd4984d756d4665331f08168827624652e76bac232398e6485aaed66797b0e5a335009452ebf1f1f2e8b77eef357a804b4a7d449c69edb6681f6e0c7c9a3b88952d15b4a260cd4098d69434f0e65976a3b0749531efe8a2f376abc20aef9663d719f1cd2709338300d26da4fb6932959f900642b402d08c178e9450e2444a34d6635b9b52a23fb8c1dd4bd3e66b56798b5ee8fa5e79055b1a201a08a1736e6b0244810fb9d8a45a6f3a2d16a773b58ed0c0a2002be7a4ac4e4ab561c384f419e0e9ce4fe7fb17b7df3faedb1757e7eb7a2b76447799bda82f4005c1d998ed1c20526d11fdb0b9706627793503299396ac350c9f18fbba9471c450c7eb36793f5dd074678d2252c5773e3974641c356f5a4a264dc57e679feef4627acdc654d55c90fd077b3ea6c39f2e660ebf1f5a89a71fd5bb7781e099729a262d62ef151f19a01a4b69671303966933029b387a034c19b145df622b06d421d176fb74cda6cb15fc6e3deb0cef227d0f24b15a0b984fb1b44e2510460cf76316d7538d48f1e0064e6c48d8ed0e51df2328cc5a3e63dafd53ad886dbbfded62b3ff65b548e7abd351c5998a040708dbe812ba08d8189611681f5212b55f11f8460cbd8c44c5a3a1d5970e54f8194d29478da8fcf4e8e9e6d9d9bf763288eb5c20d9e03d02961b469371be174aa5795a2e0dfa0682fe1484b8c8b6d4a888828a644986c4db176083fb52fd2c8f1e21e8dffe70bdfdf572f36c5dc168009e64691bda8c35783e1d39204f50423f7bb7400d34201b8efd71200a2a51fa089ce8053e947a7c68fc54f9f4fbb317f7aff8815cb0b4dc8f105859abd90eafec488d3108bb1098f5d264872e3e705ddd9420b607996356974e2f14bc67ca0b285acf852b23e0054e749ad968853a434853b23396c1121c6882f93048563ac57a4414cf7ede9892922484bf32ceb986d9fa0c26672a60fb5464780a5b3435dec7a83e376c75a3a06ea1616539aa4b35186c6fec81d40a20839efefa68b7bd979f57bb3ee2ec3d20400173b7627312129dda1bd87c0b99be6a6666b0bd45d92367eaa2b0baeca99f98a32d271d4e581c625e57845c6356d352bf0a3f6a03d8510ed9983010d3934ef5a3560a7961f9b52a2db2eb28ece8af207d01885fe3e931ff7f9f6171d72f8757779fae3ab0e595d61fd9f55c62d5ee3a5b5611176b16cf3eef45333685981a07d4c374ec50026a46a804579827d430386083974d6acb08efdfb767eb88028d26c1949113c30310a06572a8745ba3e56248329ded66589b194b0a60b4935214b8ba4c6f0eb72ca7174ffdc7f6f65597da0fdbcb8b47abba0cd35bcf36ea76d91047a2367aec05cfa24906a89e544e32868c7056108a41ca849f115006d2c63e359ce6b1bcc393df2a15adfa587030a46627ea24c522937ef24d67a98132e25ee31497d8cc29556a64ba0c2e0046550bb6bc1f1638eabef99385b3f2e8f91a0163a4d0c6002a045c586e246336c976f11638c14fdf8c2b06b04a6b3536c639b02540bc5df10d50eaa4be6baffc66ca9327d79b278b28e20f4f9fbffa6c8d59a760a6eb4e9cdaa1ded25624e40cecd08c2fb1899d9d49a515c4d0682aeb6f88a85152c2c3cbfb59cea36ea83f46afb78c123f5f3cdb6c5fdcaed7e50f309cb4d3743174d1dc2cc5c3c0ad7ab175ca90c1913717d41b91e0013cd8d746dd2803289947be0fabcebd9cdce1f3fda7aba513f006c0c90cc6805cd24b9d03d1d0487403c1024fa083558270d3e1581a32ef88d8300a38428be79adcd162826ff4fef3cbf77e7da60d70014cdab982bc49631915447d55db47a935367ad17bb62650080bc8a2a805db1ef89fd9b7641d97188e0b04fdc57324cbb3dbcdaae1c0983c4d2cc51b03fc4475418a9f48f18bd340aec3d59e4209b6390a2b7a5d1ceb7caf3e6ac4c3d9cd087e323c3eda5e6f56bb25725abb4e50a199a8a48ebc8fb39e8795468ffad1e74468b3a00d63e2e769f0f539c021664985c594fd9df2497b523fd993fcb70d4ffa7ad7c9017cd84be4592f811dab762029521ed604e73c1895038a72133121e2e4d81c7be79c7875920567e688619fb738f4fcf9877de3c52ab74aa654a7a0c51a5b0356aef848eb183323b0c92c31e531e2c82d500d182c214b368e23fd74620d27bc28dee3c19772c8f8da8148ada8890c5cdc00f690bdcc347394c6f995587c024920466e196120b7c8d9053b9c880032852a4a8391b4771fb5f624ad87ef20e407d44eaf1348d07a4516a87414185441c1c188b3b826bed18261c63c4357354092ecd8e583d3882f1ec6698ff2aafed463f9dbd9cdabb196554976b3268e304b994808a9d2910d58c9e0fc448407276d9a828d23c63b9e23e45433a614cece06bbcf09a7b2edde9185beb9dcdc6e76de9b378779d9355249572ae12dca40222e24eb9035f0440c00c34418cc1610ba5b8fa899903e0baf65f18842ea14ce3908abad34deb26b4f5a80c57a89a4569f1391154b7406c7c5b0ef5bd2a44d4531ced1c8345bd08d0474511b48050e98203f7bcad3b6e304352936fce2f92fd79be7db65817fbefb95d570c604b6b08093c4937db46ac5861e6dc3999811e4ba0b760f8e0dd5d4a669558a7a1900cf20a32ebbe3fdcc3f302ffbe895acfa6a6b2fb678c4c361912f2d95f411345406b26c8ab9811bb891da9c81d30f9c1c74bece30b4b49600b2f779f544ae8dfb0987dd6de5ab6472df6f1fa418ef9a6afb7d82357723992a83163839034bbaa511c1d3cf286273f8664c6035c551bcdc8e794a42f17668d8b7b27ef3002dad1c07b3b65aebb13b46e774242268303624b0695666bbe36d0d8700e8652d6253a1cf1900284079be2ff7a27f6cf76ed65459787133b7d7ffb559b53219a2892137931a05db5b0fb1db5688b282d2f25573a5474b1d497d286ce5b3d1251a64058e021ecc194e51837b536c61578d6433ebdf2f6ef06f5d27b1a632bbb10568d4679af6b84625de10a6a6546dececeb7235e71c73c1a9e9bce11c461c390892c7e9bbbd3ed5c4b9e621724d393d02d89d724caed908ac893052e98e0b5c6628e8aa03980c8c26eb22620a5a4e5730c156197774b57cbab97c8eb7bd56cef0d8dddd0c432d4d04048d61148448ec78e0e784850158da28a9b7ead8e826ddd4047831ab1bb9e479c7553d7f74f93f17cf575b952979782705411f5c09692e21fa559a148364f626086da09b7ee09d0505974ea971bc4bc13abd31bd7c46c0fb641e78cdb46df7957f6c6f271bf4d60c7819afb765a01dac5e6aad2d99290005d22a68556069d948a38edc68aed8a6f87d5f383349ff957a50e13cdddccb1b43a187c2cbaa5deb038f24b6a86566451648529592e2bc8d614d3a03313b19c3359794b2a4c1469fc74476e015967c96150d27dfee1d0be5d62d35e4790672e8c6cfe462985e666040925e9c121650673c17bc65870f7d75ce1b1c7777faabfa71f5687b8e6cfff39fcfd708d8b9910015cac3810d5783774a239a94fd6c02d6ec8c20a3b194105b504b31b26653f2c18e5a423b5cd59fea09bc5650b9bcb8daf4b3dbb387306746347429f1aa656a0e4eac4c6f1c12d6e81cf5c914e49a0dac19893da8c922b1c7e287022817670fecf998ebfabf6af0fad38b5fd9eaf7ebba1597c9fb36e1bec90538714e647731f475f6d9610f453aa14feb103992f41980895ca8089f881ab1ef1b7ee2899c8e561257558a68d9413f3a570bed075860cc163161248ad313038e205af1f5018ecd345a59acac91ca7f2775777a4f95a9725bac113a6ca2f9ad4f3158dbf0524734bd97e27c36357a4ae9e65c8cf308a6ea78731d669db4ed28dacbcb0af5696497de2ec8befca86d2f2ff15456aac5d63e421a33e4c8fa89ab4a3cb5605f641333444c72c30076e17738e896103e1a7e2bf2b622e4a3db3bdfb98cbcded5d2786df5cd23c400ce706d9eddf7b2632cae03c383f824c10291298728922a10a301a34e3398524aa4599f467a6407ac5e9ace697addc103bd13417c7da081c37b573f5ff0267e8dfb876e10e94c3311b4df83088cc439340b58680be29d728c09cf201b0e471bbcdfd927db515a91e8dc81f89dc486e92d5448acbcb95e14071f021dfae4e6f41d8cb7351b7cf5a9fa22952d90404c1198a10e17c0f6c02c002d925ad1486957e40737f6325ba729a97da89e74ef97758908b8156fd50da9c6a79cc7c8beb2137680f757b171004672485a9ae9a6cfc246581c7a7d2934763ac6701025de5dceee7f59559958a578a6785b902d11fd66efb4282599022fae8b851be50a59618b958d0b2d932f8fa033ce5d21408f19f7dbc946ac5a18c38eb7cd1a6790f2eb00ffb1cb9c33e203163e67735a6a00312c6cede5b4af1b392ce5316c85b4bf893ee6a533cc6f970917d60856ebb1a1d043acd45ece6e689daeab55ec709785702e35dec787a5b5bbd7d92b304170e014d120f58d6c762ce924ee7ccbee6625f4e2d16e596b5c19187a10e20dda0c9ceb0bc16e9564695404d45baca7f485702354bc7d674bcd48f33a8d35d326bd2f59c5efce2e1f6faf9f6dcefff7777f5fb527b3db3ea3a876b29f8aa48790561c48908aad749f526dc626369e8588330126304273094f2ac7fda0db4934045ff6b72f09f0a78bf30de833fdb9d67910ae50801d913ef5446ff68494cffba28c0793e6983e67807ed6cef3042ba4ec439971f1e7abdec7c36ceb3dc965ed9bfed78cfa6ced2f5a69bd162506c369487a6ac411c1953c6f0f11ff9ba5459f546fb051e2ec8a3f483b9f764aa7be3d233834b9bfd193b00a39a212771be284fd796e84997060eca28d980181900e1c0d8992a577f9ccc00935cd6803b261d93bf5e513de992ce7a49fdd6e2642c6d91a617300fe876a9318d69262a08ee83400c454c7411e8c6da4dccbe480b81130874c67eb4a45d2927c3ca8d1de4b0bc2f7cfd9b7b4d0c3d566bf90314c8bac97d61e86055b9e66229398c5c32b456f6377acbfd55117bdfb393a82448c911ea607e58f53789c7f5003028fe9e2ec72c53695698ccbcaf8e99ae7e09f770dfc61022c075eb93a3005975a2b9151c3114cea54b677778e1dfba33b113e79b5f8aa25e1dedd20520ab32240f6680ce2a0a5b25a30583f166dd9c03587f7a4138ad8890862d89f31fc247a74ed33e0e387d67eef17c8786f6396e87b43328c0648b84dab15d03817a08781376f8789d666c948a51c94cf94cc18357ad9c542eb8e79cb7f59861967e0d1e6ecd7cbcd5bbfbd4af139363ba91c65d9d0e962e9e04db963eb035ce6d4c0ad04481460b34931a6e30479632c3d9f52dc4f7e7cba2fe9730681eefd36a61b76b1a69c04c80a71615a57830e102ae06b5b6b72dafc00bb18be51a5943396f8398149e3712c2bbfdb3eb9f769aee0330ef6a05e688b5a2b9530b0366779298e2c8f4febf438e749521cb6976605a9df2b4d7aee7a63fc7f36d75b7cafcf7fdd9e5d9f7ffdef9bfb2e81a59047a0032b70ada7760dbdb612b2bb992916163796a6295b16d5686a1b349a9418d002adce9cd27be980775f5c5f2ec5c0c307ab4df9b2be6529f84a2b72d0ff267d19d36fc85a88d4969a6f162410e7b8b6346b33544ff45e957e37e37073762a1af44ad4e6006dcaafdbebdbcdaa37e7b32497a26dca56d2843435a9363f531ba081b42d069a01d89b8a284fb33909ad370147aa1c8d7d29f6730aa6fc4eec3aa09a359f8703f129b5473c8a5c1b7d3a46c3af299428d2911401692884972917990d32bb0b74f19550121ea0ae7b8ff8edb3672f6e1f26e799d94305182c11aca907eb4d31deb39fa0fb924304797234ee306dfa2ad6e5ac7d74dbe8fa6d7ddfdd25e99d22ffab06839ffebcb9dd3ca336c22fe5c93aa5a4e4aa5a8948dc2db36a6413b8b21bc34a052f364d9b684fd522aa20b0d2cb9ed2085eabe06ff47da138fcb566fd7b9fd354353e193b4db0012f704cad8105412058aabc01ddd84506d304801b8079378defb46330403107638513dd8fbede51f0687b7dbd7974fb8f17cf7edd5c7fff98fd2537df5ed1b76fdf81beead88604a47f407b57fc9869fa5c8b525c5d016c5a0b1a8a74cefe4af0b3609bb3ed802a42711981d9ed8478d7eef33fb76737b7bffcfefc979bcdf68d4f56eb369380488f353819312a52844f437d40b66c0d69529c9b42139f5eca48d505b5cb5473f33a87e97d170ac3e77a34ddbbee09881af52ce85448e7dd5cf83d1b2f7d50c7a7ed940f07d2bff7c5e17437ec7edfc1e57aed657fef7ba202f162477adf873c36ea79e0b59549b5670d4ed8dd60ddece4b59d487184e8e9d7ac88ddd6cc5c13e0b04fb6d8cf98b4f92010c4c2f617fcdf7cb779b6bdf89f8bab27fbafad339796430b5340dd6b5684f63985ea86435ceaf8720587673fa16d380008f38e77803681f6021abbc39d7f3ec9b5f0ab09bde7cf3757e72b0ee701db628575d840c1fb02d8632c35ced81feea20720a613f130a2634c1c0adb796384931263c7f3f80cedbb3b4e55dc37c0cb6e2285174d9d1797085e99aa2d8d5387bc0df0d37453c98ab02d5a0940b963d08f9b11ae7473c729e43771cbfdebd8c5e1a6b7265b676a8e8da14d8d22872372d7a1d676863bcb029d4e70d9807d0ed0e69098d281e59dbc25705fc3fde7d5d97fce2e2e179cba26b571ae161cec4eb3617a7346c9d8e2ea9b225f01d3219cd7d87b4e01bfd512939ab573b053d484fdd8b195939cf377bba5096eae6e962988dbdd521f82ee94ec4b64dd2ab0fb6976a0d73cc47398c634ea30d4de0a3bff593b180a104ffd7430a1ae2d3a93efeba2743f9dfbf3f6b7cdd5aa7b26f6521b87000c7ba24712c9933a0d94bc2e1aa8fc1c113192afa966415c08add18c2c0b8be0fdf8ebb0bb09a1ee7e59b54f54c5c4c456fa549b0732a0ccf3444829d519ef5ca6345ae4fd90f1cb97a369c0c3c54b605299a7f60b38f4c7ec81ff1ad73f7ee0ade691288a67073e003e182d510b1b9030d88a9428a252274e0f5b275df36ca9043f982eb5135e8dbe659cb3ff753d793c2440ce4279a152b606af9ec6a6aefa20d9cbc40fc04a9b728dea42e9b606804a718b7b23d2e609d5e1de1b25ce76debd6b068a5680195937cc92038e8ab32214bd6f1444f6bd8d5c669b126204929cd3cd18ed2208e299a96339b5d1cab7dbf1ece2f69636c657b717b77f72c66e8d3193baf4cc145ad3fb29d32d0df5b14529a634d6fa7d4790b0d54d87a754c0b76c09d624479d65bf371cbcd3197985a61afb45a859b046cfb43d8878b129d278244b7223baf48ac91538aab548d7e2169c99057972226d80ff9b6a5d0efe732c7c3f89220e5a1edfbc2deab166820885ba3c3ea45e5bcea9b259308fe666c63f9ebaf149534c8d62f1bc2aa9263bca4b62abb0e7367d46b3c09d2bc73fbec02178b6eec01550419b09849a03d8364bc3591fa9871e8924f2144a3b3549888fa5b86e8dc7d9418a01fd6c7882f739a3dd378fcf5e5c1e6a66bb96818bff59a54c6ce92c849837a6cb834e01c449a34bc3ba4d4d6a1a3016b085c5d9b2ea630d7dda3e7b40dcf4b2a75b7713fb7a6b0eadfce3a76fd7a80a823f51f2527b031ea22d698f86a3e6c359560473499cbd1bb9769c16df8c4ed70dbe8e2091a249a7b5715fb48efefbfaecf9f375a4dc70fe874d5db4e464474d792a2263f5e40a788d887f0eb1927df5c8039cc0b67960f90049e2e33e0b9e6af14bbfd40fd7dbdbeda3ede51add526005d8b745d496eed92c18e88540f18950050b76eca50205cd419ca36b6d30a151e927b72c637c467bd0274ffcebeaf12f75e357ed279ca3e324e0d900398f14b28e0ad853632d8323d60440151f8b25c9426c2c963a25753a5bb075d26794228e6f217bd3ba768d4b24eafc85ee14f8c88c2a11ac311410a511b2c1b6e92d06c0a724598c3102844d5959b089e89b73c31eafb2fda973f2dde6f60c9be3ac5ff082e5e23fabec0de303800210a31f75f15d036b42521c1d670568b0002c50f932033298c25977fe1f5bc3b16d5d3f674afb4e346287987fde6e7f7a767679b9ea3c82efc92170d88c1d00668dc0d039a79badc3fba7034bb12d5323cb07d75d74ad75a300501e39a6f7fa1918ea6eedc82f11c37f764164a5367530a942071a35eac4794bed96a6cee7e2eac84e2365caed54d786a491122f679df72e57eca096eee82cf6811ba79b5db8b8f7e63aa7003a1a900753b7635430476bba4312156c83b6dc45b881009182f60c2e059ae974e65623967ba82b9c46156f79d9ffe7b15dd9b775762c39b858aa4b8bfc9d66444260850a3098fbc0c3c91ea984f64978bfa59350a4d994da90adf613961ddff16d3df49fbffcca1a1b9f8a91a34fb007cdf421c02928d90324b1c9dcf9940020c7ec544d2ecb102ad8b5502c1607018fed0894bc9fbd5a8a06ebd5d2ccaca0fe3336db800f839a8ecd2d96b564365bd93e7a613385f5b523e2c718b3cfd8f93e2101b472a8209db2bbfe65f8efdb676717ab56994bab9c1fa88b5139e0b29d412215684ab5ad002a02300236d18082769a78c963644bc9bf2049e7a1ea7e2241fd977790d464da89e9dfac7811a980466281fe007b90fd52309353a8b6494c3eb1a11619902a775e636082f00dcf60f69e4dcc0715afd3149a5f3e89efce9eaff8044ab7762487fce65927a0e3d8306cabe6c05a0d6e1ae0655a076467f0d5de329e953ac786f35af6f7d1776b317a7d187bcd1d6f5d75b94d11e989935531c5118c99b4a5c72283a668c372bbdc8bb5b4db30ad122b9610e23c74489fd22a0120780de09fba72bc9c9aee132faed001359bde3bd2bf9f20c21d4cd151e5530bcd55fc92fd0d8835c53dcd7dddaf8d3f9e03f8af7fbf965c42de0a5190f4016d6aa0bda41f3a70a0e937dd07905e28e273e04c7ea4ad701b38eea1e6996cfb8cc1823bd3c30fea651f10c1e10beb099e4690639779fb9290286b65cdb0a4802c998bf1ecaf679dccfac44c6913d50fab013cd050c31c070bd6637c27bffdfee572d760841d5470d61c0519bfe50108e0ed00024a432863da223649999c361994f00143eaea53f048060898bb8eec784405e5a3ea1b3f8ed2bf1b5f3f3bbfef8bc55ec06c19dd3a956ab16e4ae0db01c837f08a7bb3c1492acd4b69299a6e4dada3753132a7cee04f378dfba6d7d2e1c5ef3e5d85fea68a2868830f83f6630802d8d4e254860f6638faca0e4190949e03786003e9631e9cb61b2a56ee6be6a72808dc4199f1dbf3350b69d177bcfab8a82d82dd728a4c4228a1876a811e9b2b5e8c49d3ce6a4baac81846c5a835d831b9e67df78a3b2673fc8546f486ff0040f4e6bafc7e76fd00dde873e9d09e400b21743be732ccde93205ef8d992f548b788a0ce15eb8c3acf01b71039c10760d2db61279d6854f3b58ba85d78f9997dcc57b42e5ee0f5eab7d53564d74a05a496364cc09143e288ae0db0b11e4a6fc664c3c27428241a621a7520fa00f02cdd197b4ae1a7f775733c8078f044a86d05505ab57ad3708ad2f0a05c35e7801064f1708263ec1da6f2b104db462cd8400849d64af80c64f6f9f7ba6b30f4a2b96850176c2fa05d401a00e3acd7a70ad41a3cefbc894e5bcae068801a82679746c486722dec91aabb97fbcb0f22b31f376737dbab1f9e5e9fad89ca103d1ab99ab5be0c3cb0164608a907aae7202acbb45ebb1f16f9ccb17dd439f6c3bb96eae8aafb6286ff64fe7e7354f0e6f7c7f7be2ce1060722911c6b771a73e9d9751c8d5829863188444a9b4846158bb2cbb49c82add3d363af0e779400104b6cafe18e555e9d7aa91490a7cd39c8589a21dbd8585df4136cd3d29fcc8509405d0132686a583d606a8919784cee8b8fed3b997e38fb73ddfe4fdec52575190cbcdbaecef83633f633ef30b32b6c8eefad2d041d84ac7a8f67924b61991aa760c867e4cdbb47c1d778d71bd1709f2dd6e02729399a5391a1a4d4aa35d82ec3d3a3a3189af8249d1d873f0072a99f115c35b7c861308d21ee85d44f32d8fdf27e9b3b648dfeb6e94b5349ad790e38b73938156d1107c4589152b2e93386617d0421f305612ea7628764d0b55ecde945d35f1d96bd67fccb2fec3e5f133c986e428d0ed8d138190aceddfcf4bdb450e69c9ef3c2889da16b3343a8496ce9a31de8219e91330ec7e674568faf1e4edbbeb83cffc71687e6f78babf35d43c8aa8d91b3219a18b0d519b472031953849d1f969314381f53c519130a75567b8b9e82fba34a9081847952f3bb77bbee0fc86151635bf3b15064d70258fa9c7b98c94d9b7638ab876c824b531d485b8ba922dce621150f8eda42202bc8b6874872927ed1fdf1f9e7f5c5cf9b67cf2fcf6eef7de6c62330a6681de2828e52866daea947cc1c863d21b329a2299d5baa13c9cd965614640e0175d6305f0a719eb0adfe75d1985769e6f1f5e6e629c7545efbed552ec772b5d2a944a91266edecff60f790cbda42cd66da521c72315be992e2315162a71b454cc960b27fad0af6cadce7ecfafa6c3d4ba31a06e8c3b04b5567b4de6ba028a7c1ce10c44d44498a175298c0d75a4135c0e4874e1bc3b4d3a40327bd8ffefac38ed87f8e208a43f264957eea5cc03b8be9c357570561116f19316326302ee1b866d350a56544cb893f62f2c033a1364fce2def65fb8f52aafe706fc07e00e57afb6ce737beaa18a91bd46b679b8752c1b739c1f1904575ae47a54ab5d5a4b5009567ec074b00eb67884b88dddf139cb244faaa3fe0e547fff26be48d9c8d803482881b9759e5aac6bb49a58e914aea9921b5f661a36d0181d4008b22d282b2016f00c89f1087bda959b2289703677c7b5596feb19f2ff67ac6ebeab98e5c2465a340a0d1d944018a3e22181b796cd7581a2d7e9a996cb39b0e4476f846fd423610993bf64dec7cdff691f1e6e20adcf5d1d9e51a3da6c00ad35248ac818acc025a9af0fa0d4909de771550f5e68def08158dfde50509d5f4aab3b17c130f3da6a7ea1c7c8daf22165c9d5daefec6c50cab8306aa340201f5c825f16ed5c6a845e7105bb2b5a127efecf4de68031e0f782ef8739ac41eef2eff71e07de0a6f72fc9864057c5b7904cc0b26c468a0ca30345568e2b771ada94884411ba036e4821f99c0265daa4908fde77b7f1fe6baf7d698d3421c03fd2873a00223f00a3d83f638a458e002bafc239bce8bca71e8def5e9bd8ae691170a48fcceefcdf69373c7f5b84e6de95bb86ef8e999f151a847bb5b471c3969f29869872e78e4f3d34a0281da050239bdac9db0de5777619f03463470b89dcffb2260ab04d40a8357670e94815c5cc536ca2b6480fd4dc69f99811ff9ce5087fabc2214c3c0644fa828df119825d4770c97fbd6c8d5db5624739e24cf753a439ed33bb19757664fb544210c5bea90804cbe0a173436d99298de423fd1d9ce8f1cade9f2c496dae9f5ddcdcacd44052e9212ecde327cb1e528f801f479e38e4da9251d62c8550d89445ae69994dcd16f4020fac9f741cefc3bafd0f709f359a75c88603e91f796222150c57aac792817ab049ac695ebaf23abdb38f5a4d932c40d8d81bc5ecd50eee735a999e98eb741520ed012ce178000b368e6753c50dcc0aa12159718e3a6dc151fe66269b90183465a568e53420da0739ab93d45aee6aa44c492b4eadad77898520d91b7207bde1809e055973b9289792903963cbcba86ec7e6118b0c5a5a4d16a003709a1d9a323ea3847937897c8692ab27fb07c331e6d53166ca92bc50f9a94d6d889c0dc0526bc673887506872757964157df2d1e1bc2af47b4410ca6c95ad8cbfc9ec8b7feadb334fed835605c9c5dae5f9c7015d156708e38be06f6842793279e49c7c1c93c6d690cba4f0bfb09aad5ac6c6b1e60abe4ef7b17013da638f1c18e947bafc8392c48e794383881d0d94be2fab455e81f8afce19a33380b9a14086d828558e940db912d6cd69df09af0c3f587152d746b31922a6066eef8b5e65e103294d6c29c6703ce407ef535e05480567b5f02afb9ebb09eb34cb5dbfba2a1ffd8fef4e2d1d37f6dae6f564661a50b92ab8b66008c836e3804c5eac9bd47ac39cd382982a9c94e162c3b2d2528034ee7698d0727b5bb4d2a1deecadfc69f6be0ef44414b0d1a87c9834e396e82640d05fd04daf20d7c32b9002c960c4e0ab26b88da7de6353a1de38e6f4c3facf2fbb317b74f658d36a0c8cb4b0ffc9c8d6d2d563161912bb52908de6f732cc762bd14024bbd3aadb384cc0e82c939b43d5838b987f83fafae3737dbcbfff036e2ffbe3ebbbaad7f8e67671797e5fc1cbfb1ead5154b0d4dc7703d482796b608f5c105db72b0cae9b44981c48880107ca76c9c47f2cbd1d05d7be66386939ebfa5f1f1e34f658d9a12bef34999b46e62ae3120f6479fba08fb77709c6b35c306ce2e9bd25aaf3106a5bf2848a816e3c7d1f72f9f4cf7df6d1ffd76df392e87e969f397a61d4524185723004d3513f4728e8953e138771aa29d0668c876832c57a386012a31cda92b69bb05ad5153f5c02b62b09ee2c42255812273fa30fad9a88bd7388c6cb199f1284c9ad98c48d0cb3a92d41ee311baa6aff6f33f36b7dffc347ffee1bedf6aa313816fa53984e0308041faa0b6612899576b254617a86669a775da6be8c5dbc0461ff06a53733ea12ed16bc646fbc9d2f51a775a484ec56b9839aa1d2e019401a9a6684d05f345282fdd73f03a155f7d197580e5509504c7dc3ae99f01e1efdcbef28fb3671b00d947afe469d67b2eb62371974e192f503b0d38d8799923f583b816c90d7837c4929331a9b0e30f101f8825979a12cec9f10d4d77a6c6f75d15906a6966e5066507ba68c5ba4bb70d34a5c709e06a5a15310cfd6ce6a98078353a9340f6c2d0fd90dd2711ec192fc396ebf45f2eb74f56bb4c4fad60454623f8e7a09541007d0586c9026a3a3305aaa33788deb625ed3320c6d548bf3f71487c8769017b5f0a6d87b247db5ef166fde26a55e16ed1a803bb7eb0933923ba13da8de111f4133eb366d6e05bc53332c127019191a983862d7ee0cf1dae4e4e346efb367bf9afcd9fab5abf3693c0d08d1bc639ac36cd3210f98b46400149dd7236006b6f6dda52bbe63e3a150e078e093d9fee6bf8a89d5d2e0ab1ab0d1fe10d03d702a1d2efa4a7d8cd8c7808c8076d38cd915ba2c6963bc2021b3d4d60c305520736121b5776a8efa41647f7bde20eb203fc4ad317bc655780672d7d1fbd07bd77bd82ae071bc68cd5886bc88720ae43b4f5961260d1097bd0764d8b6b2a151a9cf64c59be095887ed3d42ca746c0b2d8398e75e1b2200f99dad88fe4dad05d74d089acab1aabd86653a51e37779f47cc5ea4d37a6742c063ca6d952c6ec0d4ca7d4d2c408b0be74af1df010d028f40c809093145b146ca8d71edc49b5ee972ba3fbbe0b8988e2232878ba6b00813de0cdfbae3163f7073b68f94ec1da80f438db32ec5381144578558455ef49fd29d0df9bd9f0f272f3e4ec725fafbab87ab26bac7a71bdfe2d22879a624878348d2dde3eb0d8dfaaa6927293cca26dacc89b13ac1771df9b2e888e5567c28648bb9b557fa46e2739d07daf8b03f76e00c8e66e5a09f85ec33400428bb416a02c52feb433079280002658d948639c015930da0ffd32279798dae3a007702d690df1dbfb9a679d0865c9e1dd36ea9f931fa5910282601ad9a45e9c09e0810800621747933c44ea7ddca1bfa34bb9b21c1b955c7bf0a602f02f92b50814d17104108f822a8e035421a44857c700fa9878499a92fa397b94324eaef2bdc740bb5fd6bc3576d6871865d2e2bc5b4a389bdae8ec6ed52009340021b173c6304b12e48d52ad346c8fd20199b0b3fe823ce74fffb06bdc5c702dce2acd9e953ee74c7eb42044261c530504d78652a9b2a2e085b12e838eb9ce52aa7929cb7a9ac9d7b7b7ff9ef67f532e2fce6ed6ab0170f53950574d2672fdd24eee810cfb8c3d259cfe1284806057e22dd6d89e4018679f1671e1a0e66def54d6ff8c59e96f6ffeb1bd5d26f0110f6edbeedfbfae560d4220c8114569cc281cf7ea995b258f8210502d50846b200f62bc9a6a3ba892527f0e0002b1543e832e7eaaf5ea87a7cf771fbd392fbd46fa406e34f40df23369342c07d95841104276a197ec5ce425df1ce095400635a548312ba4603372d6cfb0fb3da203ebbea972f7c2be21e08404e090690f15923308808894433bfb69948ee0831c2a0e196a057c3938fabfa5a319e2fbe5086fdc6a65a4e99295d118e98523dfd4b6350054b4c78a327ad3da1b966ea8609da6f7c81055db1c35fb5c747fe1f719d79aab8c56a8abd61315f6509570a7d3ba3597328184c2ecbe21191ad710ed58fc8f7d36ea15d59e397bf11961ef2f086aac2fa1116c6273295b5de8f440e5f63aa607022820cea67a324671a1311a803b956ef0dc3c76caacd40ef88cc1bd3b97ccff79b5f9e3f9e6d1ede6fc5f67972fd675116225dc08fd7fd9839f2a55ec877a4e58c454f0282ad823f266a63a0ba5ea42f13524c43e2ba2fb32d109eb65f43db8f7e66370e79a2a3641cc41cac4ab2e65f49902becc017070c60c2c000a95e6486634361196643c7042dacb961d5531f8d48de87d97c6721d61cc62b09e60060be311ef32488a8d863686a2f56001d9804459934daff47cb548f78dcdd927343378ab44bce8906ecefff97ccd4d9fb9bb83070cb4b169e70637582aa28049b3f7124d75b3588d099489be388813acac553c23a4433de175c24706365ffb5adf3cdaaea59492c10cd29889932548158aa491657222a3591c7c4a539598fbd48c4f9a502103a102aca28064dafdc5f989da03dfc544fbafd4171797e7eb6a49801d7a03e4400028d80eb5a6a04d7302c950a411cef5b27cee1c4d9482a591169e0e222a07d7ca2ec1a613d18a9d9057bbdc9c5def3497d620d33151b83103079a45ebdc584985729db44001346cc08809fcca089844c59fb0c316c5f1f12a614fa64fc435dfea1bfdfbc5159fc4ea2da38617c74e4bf2611a3bf101b836cbd10a88a5bc7bb13dfa42ab8c061a6a52b47d48cda01dc9807a7d46e3e01167654fc457d501303ec63a235e7e477045384dc147e4581009a49a1cbce7286f509fc0326ae0c1c0d6888d5d8335fae3077c3f661742dfd9977ad7f8641f35d62842d4c0b1ac1a7cb2da472b40d63d593a8fc6c19b3845389940143ad8a831c1a81a374a5b2ab86607abf418584552b5a5f0c1d98bdb2df5fc7e797e73bdc608af75cd8cd95c982118133a85103a00622aac49258b9d3f05d0c364cf3956e04cd34b921af108a448fa8c0aec719a43d7b7df5faf9c2b464124b066d4e9b222177643d1578b005a32fd038d17404a43592d6faacd4097749e15a4de62e6de37ec44eeb33b398c75dc67412f6da6b471ce16c47252c91549821dd369d68e4c50076fe40918041ba245f6280173a71826f6c83d3be9fdb479f4e2fae276d5868480e301dec4571b7bcc234fd6645566ee3639e15893c543cbc1b89c5578362259a935468049c709ed10f65b61f7cb8f9b2717888c6b64c930820ba0d719c021cd8c885fc9aeada345efcc8c0338219c64b508210058c0161909a1f5c4d6c5cfb9a3f924747a5b03f5e04efbd32db0c32aa3bd05b42be1b0b7458d927d4b61085bd794fa8c3ececc395e67714414fb2425824ba40bdb69a97242bff257757bded6fe7dcb09bf55c53010008ca931b23f252115da80a811b27588851a8b9b8b761dbd036acd202376e0405557022500a2bbaf04f2dde6f6e9965a53e5f272fbfb66551ca5b5cba4925206cf70a6c7024ad10b8269305a0270b6025c0fa1c5bb4fc9f082db79d0f9d4eb50134f6b79fd8685c25b27674d2f851c87b7068962bad04a0fd638e353efecf59b9223a26668b15605164943832b91d24b7d283d5bf7ca9477d30b3f9438ddb7fffd43dde963ac001b12cb6d00840e68819829b3f6ce81f08e25817536cf4e8e5100b29ba598525040e736135522f682d1f1142f7d5f96c087abd420539d3e399bb20ba53a6bf14e559a9ba24011ea0de0145bd327f876a261c2986cee1a8090c9ef03c06962e15b2e51577fae6c11c5f567d65b13f0527121b5520a2fea34b55eba6561d62f3eeed66908c3c7529053c12f720094daa585742a9d67f6322dd3399bcdcf7f3e5f2317d049321a5b089570706b2fd27da52718f3a1147519417111c98fc39664f127901f43c74929a9a7e39d82befd7ed599b3015a8cb8cd7b264b3d135187349f727439a9eb23d06a3822d7e1044c67bb05b13234194d3edb57068227bc86d82de99b7f02139627f868cdb94b90c461636dd982344e07a85ca40d4770eca2240dd157ea6204db07627c554ac7890150346cd9bd8ff2c9dbdd0bdf9d3d5fef3a3a8fee4524b22c408b4de9d80f2e0eca1d544648c4c856a666492055ecebd08974e18d073204ab3aba85f5035279bff25a6eef1db1daed6cabd2c7e859cbe2ab4cfed394ca06b9b1ab2d52cb618a958eb331e6342de0cfdb594a06a5f0ce9d5c75f4a07d319646de71f5e872fbdaecfeaa6e09a0850a4a64065b998aa43652abd14e0aa00c64000a392341b0ec209a5398aefa59b16fd8fb9be5332e778f3e28ef2a24ad776e901c350d80016a7f804f8dccc793dc8886c8c257e7f0405253102b75d84ea280502012c015786cf184265b7b04f1f7ed13fed87db64625ba098d878d1bca4bbc38e83d144a331ac126877333049a43248b9c2279d2d5d8765e79e702f6b5030efed8c6d07bef6e33c17be09ea8e036c1b12987a38cd8f225d8d843b0ce8d1e5d193252a556454306b5232e17b88772d2c9e5cc77932d3bfeb3ae389216643e762478ec6da7b4a10f54028c2d7be739d88ad0d0fcc0a399c9502fa94d4ef1ce40cb905336bb1e90f2aeaeb8fbe5ff39bb5eba1f5f7eb68654c1d288d5a90ee9258e01f2a425f769450c42a2293398908131bc3316c1d3f79e7d14602e058c3a1497e498b3ff17fa5efae6f9e6ea7c73f5e8cf6fafa830b9429b178b02a6a880540c76bd9aeccc6cc3362df40a40e08c998578806b20d31a049c7246c02e3c30930f129ba714fb784d66f33f48a197dbdf57ed7facb4a0ee2605fc33ab9ae112c0a700621597f1bbdee4697a531b92576491519d1fb33bcfbec03dc68a9fdc2f67e7e75b7ce5d76b7ad05d5e5cfdf6c6c7eb4d4e763f7c9b0e68c9e3bd4e1b0a1d2803b8147dbabdb188b079606d6d4871cd0d3f8635d64b7615a767b7da63cacfef5e442d6b7d76b64605054421cd549c70e45b939fc34bc99c8df5c1a88dc9ced627c0b49bd5157049a73db50690194307dd38a53ffbfb75c20eb7d3abeaf9832e537218c93e17ac1588a70c760176565ec6e4051532882444c8ac090f4a64008653f144c33ce8dbdc9b0ff7f2c94fc08a40db6b6c1290264b420dd45c90317b0fe01aa5e8b453ad6bde576f3d1856e25e49993dd1089fcbdd4dd3ba9f953bd525f5cda63dff6d45d2cd9ea758e94a3ff0a2430dad5a2c93161788757834dd80623990ccd9920a1e49f661a1a39c26db5fd11fa57ab37bd72bdae060532760fb89ff4fc09e395a01684404e015eb58c8a2c79bf4a9d8e6e7645d754e44499c844a5dc13d2638a68c76ba5ed835034361bfa7aa1d464c6be00d562c7075aec174ef62c4f38b9a6c06dd062668818edc82005b113d904ccc674c12de99577e484b9003b5ebe9083a5944934c3211e7a2d96c1ddb28813209c407c5b9a748eb7824b374aafd97c89061ba0322af72bc12d63f6f2f2e6fbef9e78fdf1eec2bd69010a8de834056e0802e2a4d8cb20d25066beb3262c82c595254096e48002ec09a1b15158bc141cba7eb6d7bbd0bf8e7ebcd861fac010a4b6909fc126cb88b04a135564d8ef0007bbf45da7964f54089c12031b851632e4a9f4a43b9ee79da3bc837eedb7652f4fba1da356fdb9a34f6a3d896b36b01fb820cbb20214eda9a46a0a48678d916cfc9e88ccbeaa207d7a4b642eb72686e3ba1c8ccbe548dafec3e5ab504d767125a38537f9f1e81a1f7849c52a44c00477c362d32e64cbd25ba8db91ae3143c26058818653f3bf2c902cbe14b379bb3eb474ff7bfacd1ddeaad38e35d6a0ed4c8b4de809c91145202158ac6519fbf05add596d82a76be0e1fe94c615bec753f477b9a36951d5cf83f8fe5756da53560a107240645b6c58e8068afb4732ac3532f0ce00020096111e82014055254118f8ce0fd885a00a3923f2577788729d7b3f35d3f028544566d7beed5f33c73fb1b805f67aa1b60512a89ea537d04c7bef92226b842d999e411248bf13806261f2c054f2235f53e21ddfd00e5df37574f6e9faeea39eb6c0b363aba07968ca0d0b2050c302553279063244eb07ddc8c1c32cb091cb3376fd89d5052af9f213473b7cb8ad547284de0156d45300c7e7a07386da3000fe5e29142913626fe97047994260e566700921cceb0f10dc1641739c29db0f65b2a9afdfae23fab688f1b45de33c882830d4786e2afbdd6da686354e8485d2b2befd98fde9dd34a9dc582b7ee12ad99c31db5b55e5be1aa45e59166a83ea903b48be03fec49d41cb3ce9842c31beba6b3b7665214b519ca495937800e7d016d3e0cc39c5c53e2bbb33ff67bfad5e1de9cafdb86454b370772d48360db22efb1d75fb536dedae7e89492922042317a19a3b17b119b830d1a0002e054c7efedf2e2f6e9aa8eb1bd37ca292282b556970c9f17a483d09d7309c19a5414f1bc5890415b594244d60322009deeb3dfb1517d5f0dfdfdf92f5bbcbb6717ffb3f9e6f0c16aa5d0515d76bc619f59a893982c5edf00862bf8ea2cad23a58f1981e6d53aacd82e0e4b80f8999ad021df57263b98a85f3cdbfcbcddfef4db66e55ec34997c29ca2ab5635f75ef00c00f78705132a95f382daaa00ddd6843d1f80f143ca081254194dc31d2e084e39d7f35675f06a5f205c6daea72bf23ab8b037322ba23c787f8c0ddcde011ed6247122fa970adc9badcf69648e840990b0da0ebab49f8a3d9d9f7c7b717d79dff744b377de02c9282e2111b8da41ec2472ac8b0d05d5c618e6f02e745e248ba3cc5026f19b7458de5be2ea9dd2c03ed6ed71cbf9c5192f0d77d7a96bec774d792c2e334e5dc7b1cf49b0bfc53a4a034e8f8780909f6c04f66fd8f78536f0d52344203d4ace9f81f38f1a52f8befcf000424a3a7a4da5e6c94bbf844cd010e2399994e7c81d2f9d6a5aa584d41917024d0bb36399a8540b167c782af76462ba0480f5ad4bb170b5a150444d73065c75b5f9618de93e81f78409401b7d9aa9610bb542494956cb39e70238650e97cb279914bf6b7d7467d1b35e853487c1e27930c926a4104783ba8c34620d0edab4de509968740a72e5de821769033c29e199d19e66af377dd7fbd43fb76737b7bf0047dc6cb6f73e351fd88f48399086579e6b7593ca81ecb7d551fc1c2dba09dc14691c019ec76b55e005c4ff3014a9f2f8bee4634ec4aa07a1496e2c0b2590fdde634b2cfc78eb2ae85e4a593bc83f0dbaa2f824624676454219d578ed25b5724ae3d61d36d83ebabdbeb8daac5c2342664cd183db378f7595d1acb78dfd48390e37a9468cad6e72e91539133ba14dc082da24640b4ee83ea350fe716030ded018fdeaf6d9bddf14b4286c284a7d50480a79c197d901a3ade691396a310b7eafb1bd024beea99ae99aed75f40910bd638bf9243d9a2fabe4ede98babdf36e72b96c65d72b960513d4f047baa6415d32a80919b5a2da286738197ee365529833264d27db625455b399172ba31e77d6478e5d3c93ff46899e45aa3f633dd28c54cfc5ac021ac7736196aee022c39dbe84e6bd8addc9c2fbc3e9b95eddb63d4e478eb9c8eb796b81392ba77bf77e43aa47d5e02810145432de1a61df12005054c362dd4998718a375b23e96670566e83ac7907d30f4777afbaf5705eedd8115a4cf218fc71c67e75540e9a00116c818f41867de216bb7c0be6c2063f0e05079213cd82d8617bb6bbff67762c7fb55dd37df97ee8262552e55ef5c441acf75448d884f9c4c76864354c151034fa29973c681979af12e2777e767283e7d2258bfdca0e0f9df9d71b8e8fce27af3e87655bf9b292071962bad26b0b9b667431550ca64b3ba6991c1aa9db1dac0a1233ca310db28b1cf20b99853def4bc51b83e7804aed20238706c67e6e87dd28a7f005513682f05b46d9e4ab15c8d2eb22fae7b5b41fa4ba47438627a9270c456df3f827b777f70ea67b4392c7e2e7d3afc1ac070118ba226a42330978ef33b2c1251f4ac6e210f8d02a24287a3e35d533f7573d5b69797bbfed655e4164266649a7841933dfd6a9182632888539df23bbd210bd32f1949d983a9846ab0a57b88c17677e8f7b99709e2b3f3b3db331cf7bf9f5d3f5955d8ad956ca6c7e310f15e750807897a00588d485e48cb556aa2120136c6f479a81b40b381daa0a035c51eaf86ffa9ae5f4e13b2c8b9c69d86cb1439638d227114c4b9ec73352e34a9c85900e77818c68ede80503b054fc5f0f2462d1e5aafe1941aa77bd5857f5e5f1c1a7a5eff780dce92d5ba5e1b85f06709c9e058b8e6b2689e23520912e13ef8368b8da90d6d60e633207e608f347798b23b89f2e107e517f090ce10302e0f320c6b040d0bd04293cb92ed324c4dfba4d83ce8cba42798ed96c3a8003ad51a7148843aad0b83832892833b61c1eb8da041bfe933360a1ed0c1aacdf11341b34d3b6773488943e82740cbd39a2d76c6043cb4a622b65a874363b0a982b4d152073a700058772ce6bc0602ffb5b9be787c71ff9ea7959351d4a5a2b6b70b519bd013097c0d473fd7cc46a7312b006d70f412f2888a254e040596fdbb3fa5b3f6dba5bc7de90e5fbe38bbbcf89f957b406b48357b6c6d6b67a6192cbe2026b958a4d986279026d94dc7a6b778261d7c1724cf0e5e1581f8dea730eafe411d14f457d5ed891dab1d1d4931023bcc2ed8127828159c489726d940cf050067aa67ea3414ccf45dd8ef51adf3f7151e5e69c53e80763828a0ab8a3c3ac12268b36e9053b041862eb31480c9d659f6c39612049925e1376b0107d694fb6c0791e193d6c30fa50f4e6a1f3e3e9482d69c40cdb6735848a62b6262517a93299e95026406604e99142a8862667121f412025d3c725c06fdd3f13aba779940bdeff20fd2e1c89a6b2db40dede0d11dc9d4870424ae9aa484ce596d224b502e2413900f3ab25ba97850e684eae92f8b813f02d77f37be7e767edf85507a079a44f7959e8596636a23186590840c3a40496c671508c1c3541954a8c02794457302a2d94fed2fba5af50bd4d8e5a0a241ad1f2056230127d69a0a2530bd1bbc42a5b14e763615f06860cfd4a3224c1a0ed79cce61ed20f1d89e9e5d3dd99cb378b0667fb4ebae7aa442b68ddb641beda19b1351ef8023b2005d9a66aac9a9465f1d4ec0b4d4802c5e813be7ee41f84fde05ec2fbe1e6375bf0011728fdf37541ace03160bc539d91c53808080128cba8024983dcb7d5629962f38cd8ea910c41afc4141315228c77b89ddbd0ff6de7b8053f308ca74474c6c8a19dd708230c4e810ddd80b63daa819114dc12f4b1713683998ad58f127bd057f5fb76bb9bd3d7bf4f4d9ca591fbbda78609c14791d8e0de0730700a2ccd62c194ca10ce47c4ffd814115a75453630b6cc2c1a0ccdff1a6bbc7f809b5b52e3b6ac1c9c5ba02c04ccb3151303ceb90d1009d7bc4e106101a91428f25d63e953e74b5d18e76e2770f55a6fb982dfdf9fac5d5a33360c2f52590830147d6005aa50381a04a703d538f21141327878dc3cc7e52af877c1b9b481c02a18b0198ba357bf2d1a1d798f4aef272df404062e911693e0e05e2e3dca8293efa61bb9624bdcc64348fd64206655aae1742ac48a2d6b0d8dc4f8989df4202bbb58debebedf54350a8ca564ab12ef7924731b637cecf16606210c7114118fc4edbd2002b2fb3f508b33ee3671f46ece6e8adf1869ad1e60ffc856566ea9b1bf7ebf5f677ec8517bb1eb3b53a4e8106f3a8a2dde31c28bbc8f1d25bb0125af139d17c15449a747b260d2da4a669548a5de1e0f87db7403ee5d8f577db47bf2d3fad264c43832d19dd969c39559e29729c2b96a7cdb95ae704731e8d061c0dd9857e5c79023c62c778df87dd9762e55eea2eefb650ed0ec937ffcfcdcb2fae51899cc899868d0136586a97146cfec1565b641b649159b30362ec523de5bfc45a01e2685dd54eabaac7d3a84f89fead378b0f20654cd1ea01b5020e43767ec66863a06ac5cc1c44f006d12050d427678e6702512374b8acb1c9a10a7b120ef9565265d3edfaf9b470aca8d4dac81601c3b5d078a4006f369f7c6e621149dc94d2aa1db945ec8c6ef23020dac5f94337f66954d05e0edabcd2f47a8fccd74e317815dd8634409ca205a872d9481fb156d32d1e41321c3c9bec3b1c6cbc704828483031f689844b6357dd5ff3dd9970bd3eab70df2d9429cf3c71d687f589bc2b0048176d0da07a20894c6bc222018d1c2a91b75860212659506a8da1aed0818f4ffe6bf3e70fd7dbff5cacf3ae35db149be93959ba7507a9c96bc91558a1cc2ab322664a890bb6a077137819a2e4e8a1c4c55261d78d7e2750f5fca573e77767b74fbfa9174f587e7fb2ca32254a175047156080eaa3015a42b69c4003931c7470d2d6bad4e9d4e46bf115f9b3531a11587b1c0c4a8fa1566fbef8fb3eb12966f0c0ce72476c81622ac8f8898ea55e1262bd50972b01170d5b26965eb2c4ee1a60a119d1da932aad2c99ad9d5d5d6dcecba3cb352ed35a451603deb745b5841a1998c0953a408ec1e91e12328216debe43b0c283185a46d2ca467be3f4e0b479f2c9bad7068eb62f56ad240c3b4d294632b6b0fae94272ae233a57890681ade4e094e34714fca33fab4e0e9af5943bbe1ed49cbc6f72b7a297716ef96c8d4cd62b52b9072aa6f3470ab9542f6dda68676eae796b6a2c193ba3f790ed18b381284c1089e91275ab8ebf665daeddd7288a463369f0328de0578ff706c89ac6d439015742abf453d5825d5f3abd99337e8772beeaabab2f3b2f8e12a23cb11cdfce1863737d9064baf961a5f144362802d78d9cd3c09370553d18a2c16725811a45407da6860eb8a316ecb0834d9928324d5000c2cff2aa6ed77f3ebffda68c9fd618aacb318d4661951c6d88a2006a2e075325f3fe488cb7115410bbdeb9896c076280a868297229161ce884c6ccfbd3fffe5e94c3f4edeed3f53ca362f18aa5f79ec24cc26a51f17491d24859c20ed467049951400b66cc0eb881cc79f6601d00b1d553cae01f7a962ef963f7d9aa9620827459e22cd646b5dab2cc1959674b9a035b8ffda44b63366d38e489d22d65ac8027c024b3ab3bdce03e59857ff59fbe67e918bb836cc1951a278d4b8083c0de954ed23d3bf05c53b2c727a0c2337911c742e11cac25efed268f51277ea30ec62fefa5bc1f6daf37af7fbc5a21cca9cb7881196f55a899904a4848f46cb8f33a018039596e29dd5cbd06b27ffc28113982fad67327af143f1fe6beefa2f8be6b7f74ab7095ba6a938a3ad80360741ed0a6f75a41ef8c80e5d792e3c4261f657ac7cb71479981a4bd1e91e2df0ee7f7de598aec6d54a6f498956a58788551c0cf824b267bcd356af540b0a529900bfe5000a407041e15717dd704e23fb9b20b24e63fbe7e7afbecf2be13afaba6792f39cd669bf52498d3b794b322ebd02b9a2240c32bdbc49c67e9366444e498c84a43b8e37aae3767e7cf365fdffe71cbf5847b75ba0e2d8a6f60122e09084806bd9ce20125acf505b9d6b56681d368dd6942d1504707d016ca975003f5e2fff2ffdfc3bcdb18bec7e491b24d4f569d4d9c857415c95a460a3e04a475d1d66bac3e28feb5165b22a414f1c0dc675c6edcad0b0a09e9bf367f7ef7e2e6b66e7e7abe79c41ec2555513b0132a78492ccde0ec8e8887e4b4f64ef10f99998eeb417d018f07d26fc0bd1243082393f10f37c7f15e3d771ba3b86f4e6b0af05a2f652ad270f438d21e9c1547dd4a065f033c1d41abad60b09e510f9f56ba15982658fbde82e99829a1d54819355e47f431986c29f255222d1426301900960065292f3441e27df77eaae911e4be554d2a66d443b1e2141ed9ef0cf5ddbbed48486cfaed4373f70e443b6b06a4ac897509ede200c146f5ae0c1339ec38baefbcfba7774276e18e2297fbc2eaf3edcded2f3b456c7eb89efe0bb0240ba65e0d7deef19667361a5bb209a1dd50ead4f336a2019a64d19471c05b3401b80c017fa6e36fe33ed6b8e4687c7e76fbe27ab326b00e090b8a45e640dc6631b90e0112e5b59cb1d9bb18ac7896657a4a852332aeb0c00a948ac450e741ece92483111f321259e8fa0d96bc5ef7e6349d83fe35d046c4827b0391a76e28086400d7597349dd995e3b6829be6879e36ffaac212bf09d39c23de3fc7afbfcd7ed1f6bdc3e6bf709c84599802aa09977ecf30eb175ce35e0ed562c02b9c858135acd45721bd20d47f7f1f543bfca4ace08f7ae70db13b212ad023b4794235eb254ceb986d15a09780e3d4e06ba9911099c51e4b5928403ff6ea6cf91403fd6a578d5426c16847c8bd72c71664b797c2d3418a467a2efddce815d036ad280ff466ec17851e3866dced274e53344df3e19075e3d94d72e17f7e597359f8dc711906e9109dba0ee55d29058c404bec559d2c9761fe4c464c1d447b2013f9a465b1d40409969c7dcfc311e74bbcbb6fbbe586e3159ac2be1fb9d542dec80e991c0cc67cff9ee29633a871ca0ad22e237b67be6bea89f95f4720cec546d066f9f80727e7ebd599a1c770236ab4e3d5901b8692c5683d866403bcd0694a84cd0a5961d7bd99a71b652ef1ab41ee0d78c490d24ce998ecf9914bfd3a3a92f1efdb6b92d97a48e7f8e3f2e6ed69d147796c351c6869994337021f79664c4809da1a283f2962d76f6754f5e59cd4193ba584c06ede907f523b752ebce4efde850bcdd7fbe5e130fb603ce8c336d0061a5e241b2634d94381d60c72de652345213163c1ab45b1a9892aa6dc587dcfc5e40f9a40320df9d877b574842340151c246688efaa138148d97123823dd17291aa62f9c2053c945074077486a9040809d1210d6e99d5bb968fcf8d7ceb4757bbd5a9f5b60533878839d2675b0c5c26ee16c63423ca5dbce08783ac6473c031065208e6984d7de78301631b77f865afa876b9c578ff7c3f7dffc70bd21e67a71bb39df7f751ded78ea6db8ea33426aa5b4f89468c7e408a941e2994d914467b3821f958ee78061c059d4126b23f5f119c612778aa83b31fd7d44fdf6aae021fd67f3f305d20d9b64574560e0db8eb6b651c1c380254675a1a42000a14e4dc936f5d07d2e99d9d975e0d252264dfd6628b23782759f165e7d7eb1461b8bb3b103016596492b60b56021ad7054b87b84c53c546707f7c491a0389694a04944d9f930b38f27c41677bada5b71cc1c311fa71ac9b12d5d304540a91105c13d7cee85da40427182942bb67ba0dc7ec0a9a1b414cd56f66a93f9b40a82cb5f59b3ec20de3b0e06260f126ab0e2c03eb73858596b261a1a731aac7d54132584a2b437f4080c3816ed2046f1199e43df6d9e3de2076be4ff6852d0913dc091b382d05f5ba45b4013ac355b0dcd7b05af8a2d781009051c075a2a4d739b076ffae36cf6ee5610dec1e9fd2f2bcac2dbeefa88b18956defc242fc35361da2784b90468eda6eb3ee06d4f2bcdf49eab0f951e7ce0dbba1796feab09e0de5d330adea4c7fb0cd97a999e92c0d8ec34d0c3525825c239a780327e72350ef63c18606803de555dbd63dde82d5390fbae06c71c814feaa895dac7a55113437b2e3ee1e02271773b28933538c74bd723f0033f057f288231ef3df4f2312370779d67e1a7ab6ae272d24d86520480127fac9bb990bdafa5d0939c7d6c93fe62e2a29b1c73a278b096c08a61f3070274d22ac92767170e1fec7f63cd309fe230a5b2a30dcfa2320e7aa5ab62a598b28b1e28c6670550c6b36bd1535478ceee9b1d11c940d3f136cc77b1915ae42157f291423433aa7946d7dd304044919709960244b61760bc6a69eb5e6806a2dd490b9d4674b5344938537bbbcd13d5587618e8bea385993a68b64b8813947ef5214eef2abdb35c2d7570e079cea25ae93d9a41084608145c32d6c576c268b1ef5a3a24befdafbbafae728990063da9c1fd2d90adc64621fd10103939ed974092c10225276533449a3e869acca2af2d1979e194a2538768b12f9f1e3e5faf99ad12060d33bc4174cc8a002ac5869642371c59a0f6f3cc4aa741560f545a33cd82f5b81c55e64164fdb4723baf0d46ee82e88106ac9b53c0eb90472b8d80a2063656800227d6144b57877d9313f031a0838c4405f6c241410fe8307bceee84e7e55329e5beebec0149531bb63ff6406eac4557192df21ed2bae18caf244cc89fb33615c4123a4b4599a62057587f6a9c71881b0792b8ff7c8dce838cc410cde048870fc9ba64c27483421ba5606b349941c2400031468cb0cd0a7f408d76e4d27ab0643dc67a8197cf080b3f5859454a89333a190bf4d26aafc4bf7ea6da8a8fbd2255f6365c431004f9cbde529b120059a254bcecb1b71f3e6a79df7eff0d78dfe6faf6e6ebe79b67f7be8f87710bb55331ce243508e24672553b2a4d12006f8a86a099a7dce394b7896460020840090765b1531aacbfae13ff8f179797eb6ac5070fac07a83c15e0c7534796139df457068b0009064fe664971d9df629d8f5488e91dd4166a622ba17123ec62e0baffbbe2fcfb490cf02b9f8595a6e11df68186cd2b7a157e47c718916a1207fc86d03d4af7680e18a1c3ffb6144f734a33c6f6a60bc6c96d87dbe1ebfaf864d7f6c9b3058aa4d58bf60e1da3d50ad82250aa5584b50f60f89d4990c2f893aedc34c3b8cb01cf396f736d2cf1fad91a563eee02d743e891109d821fe2276c501641b27890b87330ad62a94f4aad8cfd8eb484f6eda1efa5e50f7735bb65fdc5e5c5edc5e6c6e0ecddaabf548c5e1a8e352679bc82cbcd2daf9dd5a8e1ed48ea7e1f3e85add0ca9379b62c1817673602724a0dd71ca2ad63b7a1e3fbe400c7bb6aa8405d89b14d66a28e4a2938657c5c8b0006353c503da76cd3658eb28070856e358d04e3981de30cf1d51c57acbdcf0d0fcb7c6608e9138e96dd8d2ae50ad88631698cbaa47e26a1212525ce47439009a02c9478be3ddeb2c00b32e9f30b8bd7159f38fededb7cf9e5f6ea877b46e73af8f4ed839a5d383b6249a3d26e7421fd64ef015b60c2113c48c676363e933c51a336dd47d04780b87cbbcfbea95e8174f567687e2283a1ec60c1e41007424fb8405376732ad406247fe3654536e169b24a4e43ce7d9d9282a2e6b3df40b9de4a6f71de1c70fa83eae59f9ca357b1fbd2852c518265b3f3c2d500102ddec91be5a33bad2806c39fa01906bebd46c2a2003906f3be17de7bb611339e4e29a07682f888373b56836aceb32e8707ac0579cc5666177559ac14e334a4f21841672a8dd72d8cd7bbac578241ee04204df90e93cbf17c83c6562b96fc86878f3919a36db922047842ad422a71ccea0a8702f2352010944206b10ca94e7d815f052410ee478d6b3034804fc6b248d5ed4367a4115f09a164c991ce4aabe8ec53db10349849e8da50e58c816746f6283dbd841647b4a2714097c2720dcfb206bc2cb0b8d9698a58feeb03f472d5438c31b7423e6dc5b9bb17749228e9caf961aa487060c1ce667d80dfcf56b81fb7e26a26ca20e0884d2a2f11c5cf7bd345e6f07238e4af2a567e04511c08d54acb589ae992344d3aa7e34632e3a2c675f6dfe78ce16c16ffe73717dfbe2ecf207166b2efeb67db679cc59b1ebefaf9f9c5d513d7b9c5fdcfe74f69fcdf94fcb7dd9dc5e3ffbd7abbf4248f1cef9102cf9fbe5bff2bfc6eebff2bfbeedfffb7fedba875e7b2cee6bf7eab138e0fbb7beb5d7be9df7487d180d26263ca230151c588a978adcd0a538b0a4a94805c8231dcfaa1b17352276f456a48117fb7d3c78bff6c15bdfc5237e274f2fcffedcbeb8fdeac9f56673f535beb4f682b346eb11d939a66c066d902a3d3a9019ab441b3988d68bf5768401ca68c334c8034691376742a4b41fc3ce1ffe2e7eba3dbbdd7c777675f63e01971556cd8e0eac6d4a701442ee612214cc5eaa09f4d5e9c12764ff6cfc28be87926348b5e320d844491f991fbd0538f220fceb62f3fb6b07e10b3804808fc646495481c40778e34a1d2b9a0d9b48efc498227226bdb37375da8ac3096961d8a4823f563e2672f0de43f01582e857dbff6caeaf2fce370f710a6a01128cc99ba6991d3f340d038d02ae99808063202a707636003aced240af2733a70fc1d6a23dc58f790dbdf55dfc7e71fe64f3d6f8ef0a2b7440b294f388c21e00cae78e1c5be62468c18b4b80c5dd07164eb0e5231030225e9519e3f02da7548e38e7ffbef9e67273f6f87273fb95f93a7eed0e9f7dfdeff5dfabe124bf2e3d5a007935faa63a5a4f6039ddcd10abc1b1e66485ef404296127e8a7c37552648c2ee9cebfb09d17b76f2bfff7f2f36d77f7ef5e2e22bfbb535f8b61fbdb8b9dd3efbfad9c583c4f689c54e0e48c7e03d589f8908668eedcd237b60796c01372398b073c2ae09d0645dbcd5b361cb5ffd9814dbbbeffcfcece6e9afdbb3ebf30778cf8e252f5ec6b5da92f50d99da60e9d429c908edd47ece89ea63b1b097a9e930bd8d4ab5f36ac4a78f59817f6a77e33741f4bf797676fddbe6faab0bfcf5afe48faf9f5f3d59fb21a4ec1a3dff06a8fca00859c0d6077e03ea3789f7d7deb3d7c9e28d7bea9c6724751cf434fbb41af61ebff1fd97b9ef0bdbbb7563b373cd37bf6c1ea74726fd2241ff106f1ee201046ce706984ad0afd6d3127c788ad380d851021adc8e8a9c755a5b4a9ea526c480d215d4ae3be38edcefbf6eb7b7bc837cfe00fb1d99a8475a5878a42a894b2b3b6d60b06a3166a62cb90e366ee6c2fd9010c7459a4fd4a01c12cc2eaedd09c7bf01537fbd7cb101563d3b27c5788890061a3779ad9390adb4f31473308ebe50ea6b4034cf0dafd3b8965ab374f8ee93266395e20aa38cf6310fbdbbe1b6f2047fa76f6ecf2e2ebf00a8864d1da6b432538f9c8e4e767274140fc4f10ac70b0ebe9ae2ada77604727c695594777f0120669fd63f708df7ee967ff4747bb3b95a1dbb040470d5145b4ac176bc627ce3b9143a0736e3162beb9ee8782a5115814f91e33b9e0c27231d4ef86eb7df09acbf5ae4ee97af7729fd018eb8504d923ae5536c4bae54403231140529002625809e6b007da77f73cfc6cd6e14984d29440c48b3abf7fbf7375ebce788ef97fb0047da5055907daa1e3ccb098e6ba860151501da582309b18d3e90bcc789d4551d013cb536b662686ffbdbac0f18f57ee448af1eb95a42c24530a68043a1a76b653bb548b58efaea193bdc3b56a43d157347201e1727c553aec3ca1121fbb5efe25f67d71767bf5e6efeb95c56be7be5bc46ae4ac0205d00d0386c12909538c24c8941e374d8421d4997f036a35ba6dbc1a8c4758fec3c5cc6ebdf2dfc4e21fbf585bf7ad51fba6e5f85571a8770251eb95739d81ea898eec674d346076a29d57bce16c5a9783eb1d1a92bb450720b4067f58872d26bdfc503be6ce7c0a10b1826e58fc7d25fd8bd5713c0a853449a463a063801a11c60d8485711bb5c35565eb9b8fd2de5070c4def969fbf3b7bfec514526cac3364908d38384932259430d80f66caac2d74f61ff9a914b2c880a4d5e28b3227afa35c4e257c4c59f7a388fcd727bf3cbd78f2f4123f6ebfbad93ebefdc51af3cb66f9df2ff60f7cf210f87c02bb29960550827d9168054ceb6aad7eb06527b7964b0e9ac0cb62ce84e6a648690627a3d208fc089676760ecefd0e74e3170f8d833fbcaf6b708d3da1764c654bb166b12cb6a4e046aa8284070497069556e9c7d053ea3d391b62aea536efb12f900a8f08871f7e08f562fb106bcf086c9a9c3833fc28b4690284afa9d8896027480de0a9ae02dc8f9090258aa3f1b59611163966eb4e59767debfee10b8816d58ce69a0b2dcde61501c0212dd2c3151070c461993f55294668e3046e50d07a9f2d1dd1071de23f26f0f4fe22e46bdfcc7f2f5f79904d212674aca54e6000534a52c7595b9f2b903d836641908c7d9adcc1e6c06e3cd26889781655acdb7b297c6026ff93cbdebdfcfae75ed8e2e19e42503b1dcd08794b3980078102aa74eb8aadb4e5730802cef72178e1b4ebaac1b502c287d4cadbcaf9311b9ebb9d0c4a295f5c3df962a8adedc00436513d37202f86d0eaa8769ad667e210d7ec1c680638b6c08a382c6cf05429a3b48203b47739fec0ecf5bbac6f753a000cecbdafac509858a609c221f2220119104b10a4c0a8a1c5325c30749c68d9572226e4cb30c6c71a0f3e55c1790896c7fb4519adb11b7568eca669731d30a822eb9bd4b3332651ebcc97163237bde9614cdee21739dcb0dc2db8e16db2427576f9d5f3ebed93e54b37b77f5e3ec8b2b1404e5cf6d6b030cf8932c438651352eba1f5aacd040bde8ed89f679c614619d8061ab3915af60d351ff0e1bcdbb1fedbf6f6a7a79bcdedfe78ffb879bebdbefd028e77283622ab2590db8cad416f3650de62720815483079b666c4eea6526edf16a3065c29abd5eaf0c4c25f7f322f91e0f5f6f9e6faf6cfd76e645ffef9877832a3e630622551b2d14f5362d74c2ee57b6f8e16548d720cce5a6da3720a25f599539d1d4111c9f4af73a8a5c6c90df305ec139b6ca2da19fb79bba151b5c482a050a906990782a6689ec88c4e9122dba0904b048188c669357647a1f54e75b03d7fbafdfde2f6f67095f3fbd38bdbcd5757db5f9f3c04636a6c380bd6cd510336804b4448299b5c677241b1d0563218529896dad441bba3176ae45d2f8093fc7554b003483f6e6e5e5cdede7c01db6126f1c0428953763158f2066d75d628c918df91546c04c188437a4c59a76fae0030753b9135b331c7f4abecb6c393a56fef2bfca19b654b3cc43ea83d19a691293950ce982dac43b00102b02130c462fe6abdc58970b574c0427c095925b0523af73ed61f90e678ffaaf13bb7674faecf9e3dd89a41941d5281f48ec35f1db53e0b3e9b3e88e914f20210ae7624a3d1d42138161dbf818781178ebf1a3f2662fc1e84f4ea3aef01604244a4429ed3483f349d415d332c7b84e225590fb4902949035edc9a263667789b1b2db478ddb1b727fd80e5ce91bcf8ef5bfcad9f5efcfaece24b88feb41da2d356374888b6b17288dd0e3ac89ed69c628b02f0085290001084366b364a6423af116fe21e26df2dfabffa2ef6ba74ef11e15a03184dcea6f4e98207cde5f092c69a5a0309062a0a76b9009d9c48ce4d4a0089004b9ac251273f53d94f35dd69c91f868c3707c8f805ec8166a6673eebc694d682eb21052a622ec31d1130a9554a38041c8a948595c44a4583e039ff82f372caaed5b79af5be9027b498a1a7683820e44cd46ea36605866c96148ab5360eb3db1279253e70a066f369941e2dfb7a7717a4f9af3ca072fe9fb3ab475f58336f2f54321aa92620a8dabc186dd6374a1e265abb55c0abae11dcac671050113c153a981a67907a7af9d8f4e3c738f6f5e6fc21920862610683ecf8d6a76bcd44678a1fb9d71c017e8a71d38178b295d9659c299c1660a45a8701a0b007698b0fb8317ef8bb381c84abdfbebd7afc2055e559edb42de2c49b6971f4696316800506f51b5a72515cef3909675f41251ae5ac1054bd37c810c59b23da035edff1ff3efbe36f6757e7970fd3c13c8bf579d850d48de94b2d1619b207653bbf03200a807f3ef84a45a4d0721d355296a0811a8ce1c6bee3ed988ed5376e952f5f2c030c0f572fad5d3d35168b76a1634099b9013f212548f4d80860cc059bbe07bce581534e43e61ea243604426ddf7847cc0d9e3ce55e37d4de5dbf3877b0e1630c8e764ec5c34a27b8bb6d53c38e94b0d6c057b1e7eda903dbddbbcd2a30e677e88643cb42c1f336dbaf375124ffef5b3b3f70ea9add1f8e8c1f6d9aa1ca525d1d03a3e1ea1bbca865e1002babaf86a7d61012166e3f2d236340b908469f624f78a0d7ff17a8b7c77f51e0bc7555a6093eddd1660a319834a68c3d86eb28ddef73e469245e0c1813edba14e5d69bc67b5d8221ee9201ed16af0ef979dceb79b3f4099ae9e6c1ea2e7b77ab62d4bebaea97a336ca1e5340e3cb676f30699d0822577b5d4f44c1307007fc121f76333c416fed2bdd178767671497d9617cf09761ef0fc37df5bc2a2ddccb3a7846d3fd82e55074bce8d15e7d46a32331bfc9010b3cb3d856cd2a4ccd7310d80aff6fefa7b1b4799c242ac82daac219a229ce1ef2ca13babad178d8ee3f045b49520163c108c90fd56c17c549be6c3df0598f0038d2755703d456a9bf4c3906a42c7f61e825709ecaed8e920411d50877aee208980f91c5658c4fbf054f6b70647f78a8d2b1cea179b1f3fa469b006aa5994932a555a7d0e93aae4a07e05bca5b69886ca444207a2013ee7b57731bc13af886453a2eb796f5c75d75ba297251fce1fad7f05489f5dbe61ed5c1c9db54ba986b22bec7f9bc350a2542d1298f4c66200d00ee8dc8c530278aef9a8dbc991bcb66f2e37b79b2fab1f02c1ccd5896cdec2e880ac6aadf8d981e6702472ed1651af51c3c028d27ac26fc4c922b8d152cc107f04c47b95d1969db06ffabdddbe78f4f4a7df2f9e6f38c1f315a76dfd0324ba01f48e936db80112368634a38bdb4501d6cf55b29ba664ed2a8248c03e68cb92c9e4e0ae75b51f319cb62ffeae7fd51ff18d7b292d360925d7e807456a0b02bd1bc674ba27476b6d134f9d75003a7af87550fa0c52b73bf61f50707debbbf8fa01007a8d9c3cf7ca619cdc630e958d3dbe624dd1f2923fc4315d1c48e28026b48014e4eae01820dc31a5fbd720e98bdb2dc5d41f267fa54019f9546d02cc309c9c9d13310e4c95d23be0e5e0e1406c3da4eeba953ea5eb0cd9ced2dd6c7b739ebb556d3f348eb5fa922d4d8083710ef14828c3631c16c741859af95247c82df4d02568c88996ba8946444d5c2a07a7c90f38c9bebbe4470eff7fa8b14200ee2e6d783a5369a35a44329a0a9b7d9b52f1d015ca89825a60c9130fc48379e2372c18a9173948a8dea9d0f4a9bcb578439c2173bdf8956e54bfbe7179ff50892b7364985d5b8865ad8a2d11ec9cfeac6aa8d0254d388147d1f9309b64e67cf0b3d90aa07a8b87de9ebb762eede7552e9e3efeea30b3b2fe0c872f858a0048d032788d0546ee62ed925c9bd456a6c640ecacc85487e751e84803b86ed268c99823bb7bde3f5dfc002741c71c3b571403b8d6a81f94b346c072dfd32ca1e7e92a9521826f0d7056a389781e13b805502ecd23fabb3f74101e3fbe78b4f942ae214475dade81da04708c960a49414813355738a9e45aac162783e611ae2f1c3d14cbf7af92dade9bf503ea41770cfbaf4de13ec49d35414a9d533c22e3ec5aa837888416331000f29aa74a59e6303245353202680632401028d917ebf78a847723aa7802df3e7dbc18341e84341e009a22fa57df668dc10c0e207266cd246d29717029e5e53a3ba6e89ce141b1a1b39fd927b38c35edab8f774af41fabbc3d7bf6e2eae2f64ffeeebbfa8b6bdc5203bd8ee2e8434b4d4a5053101480f5c94c3f1538c86acf26bb015c5b294b5839f911a4d899ed3efcfda5fbb737afefbf90fb37268192328eb60346b04a476a75a0b4b9504c3ab9e06436207ddb5b715a6673a582d55717cda887c9afbb956d76c7ffcfcde5f32fa16fcb65762ba46ac429688c8dd583c38b33d3f558a83a1f4c02bb51cb3a3d8e88f10da87f4805cf05883c427762bf724ae8fdbaddfef625ac3e4c407b97283801606000f9027080cb83fe41f8398f32b162801d44041576007bf0540146cabece8fea717ef8bb5884d51e76ced1e345ea6c26200e589d69315403d7eb38eea5e22b3d230a44c023505a09945706e8b35d6ba8e388ecf76e3dfaff7d71f1e8b75de5e6e16ad160ba9c64c3c6568ff70ef4e36305bb65e3625a9c5914ac3d898ce8c11ef08052f1596cc8838eb6c7766cbd121c7908c520e324169f5ccdc983fe08e81e767449cee3581ba7f4510325a2ce4e4770f319383f754da9212dec4bb41fd01e7eebbbb8bdb8faf3d92384fba7af2e209f6eaf6f1f6dcf373f6d766e81dfb0df7dfbe40120804ed1cc3146bc40fc0c02e344d2703e0e01219c69e620c10dbb0c2965d2c26993a3b0908cbcb793f990cede91c9efa7cdd5f92b26f8c3d9cdcdefdbebf32f20130ef01ea9a1537f368d8e6391bacf063fab0e53c4b44eed49875c1016418b94660f2d8f2e21cffd2dcd073c77eef68ce666b1b1ff72aabb16efde9319cc51621ab37ae4cc8e5d91903b7c2a0ed0213515acde0b1863d62e3d8c5a3b5874de0f3cfdb5fe7f76b97fff1a85bab87af225b438f7d6a9c75b462ea011804fa5c6c1968eea8d4cba7e717e3af1ee36b7d24035936dc639b153dbf0fbd6863b6d967713c9f250eac5f6016f340b2042030e12aa7471f68f52f50aa890b41222b1bf0111648eec381a85b3c5ded989e783745bcd919351bb9ac95737cfaf01991e46b6294e31d159a1d5d204604c345ce12cb00dbcd4361a5c00964e6c612fa90b252a7930107343948f69b4deed20f4cde3b317975f4205a18dda4c9348cb6eeb902f103773a459df00a3b433584e8f8b5f363c1e57d1e87b9c4828d97bb79ff9bb63bbef7b70f343bc7e968acb74cef63aebe414dc1444fdd87ae05c60f2c3c511488d5a00b8caece94ac6949965fae98f299abcd1e6be140c5fdd80baaf9e5cfef9fce94340299bb9a2516498a635ab697548685212c5f9070034b0b22f7c16c89c2e2003d0a764317df736dbbfdef0bc4b015fcce42bc870aa329d84a0d3a780a836e2c835e2cb93d36fe092c9686d7661999e0fa9024f04e7ba733e7fcc9feee3179f67e7e717ece23abbfcead9e6f6e9f6fc66b964581f5526100233f0e6c1a37a63378bba6962ae0987a0cfec830c2d260239d1a8d796a5f571b690069e51d8ddfdea9d2aabefe64036b33e5cfe1b80827d8c4899c23c7b4c64cdbda422d548987d347ad2712e002764b2ab87b7c00ef1a2569c8963d4575fc787dbeb67fdecf6ec21568cef3fda2c99c34ad8e5b41c1604c13c817a4a740d40202116544a420893a196361c156572ccfd60507f8a8987ef9f6faef8d52f664a76cc58582fc431573f025924755222fd79cb049df09481d0d4e9de6ee7225f1a93e20fe0b10117fdf501c097e4ea6f9bcbe75fc01391d822bbbce8ef9193f2e63c041e0417c11b00947c6f7569eecc9cfbe32da4ab1afb30932568fdbc89a0b6e53cdcd5ed839497a5da116bef2653c6557ce40e4826e7d44daa355735d64a15dbacb1b9d8a09453521913f9b4b7bd14dc1177cbab2f30b4164cf3767ac34146fad880198309e4ae1ea86708db7811ff81f612ab850e24a104bbab167fa60879bfb8797e79f6e78f2f2e1fe6d6006826d064c20dce36e2f582e27097060338a4ae448ebdd52a2ad8ca830e1cc32fe27fde7016301fd132f0fa78ca8354cbdaf47954d3ad55766482ea3ba73d81f3a46683842e1cd86da0fd6608a51042f4211ba476105d0d7fa936caceecb347b70fdba71b237298f138c0d4a8cca52cbada599d09c87d4ea5d2705d8db06f046fba52bdb8bbd4fc521edfe7b89304f245f9e84bea9760b3fe624d529526d4886bc86408eb2077b955647b8bd04d8938c3665fe27eec0feb48915d2efb5bc4bb89badea996ba39a72bc72fbb7fc50380df0230571b127f8a54416ac6232c001675568352000ef68ad810624fdc2b42c3b7365ba393f5b0261fa163bc0b0c8fbf7af63073cfec86492d2065054b0fc654b307a215010c9c603dc523a7b9d152eab9b2d1bf1a4062cfce32cd4dc7f173edcf2f6838b5b9b97db81e0180164a1b0576fb0ccee58802c7e1e5d96e9c58f5866bee2eb0e4d33ad55f452b2f532d35248fcbe6e7eb67739036b0d5326cf4202f3579603210184ff7f156b0b973069a41e02f11518fb24e20f136e34fd7a9207dbbe37ca76cfe8150f77a4cfba0bfd81a6d516d62f98850a9b2d7239b585d0779ab94f98c0d4fa857f055b60280cf580de036ce2eee3b741f6f9f379978984a7ba071cc34a9ad1e7c45d0b276b0879daacc14ab008bcf79b6d8399f091e8ffd51c45b66bd1e12a03c62bc3da26dfb4ed1fca1ce7951ec7464ab1927ce76b6559542bebe82a5e174f38ec7cc0a469f159c1e04bff3bc343648a9eb3d1e3199c328fe187f64fdb65711e920e5cee32817ce21225bd9299e66ab73f8893cee294ded94ce62d509480cc2800173f734653ca278fd8ec2e993cbedcdcd57bf9ffd67f38b0bbf3cd6b324e99760cc43c99b86ce49e30040374d760c65d6e990522861e491ad38bc30c1d326c19f4798a7b4c7c81264389deef398e9b724a6970f34854cc785d13cdd677d419a9e56b224dfd3a015508d6de28394b28d86693b4ba6cc579f1de1301e6efcfd9def6a2e1ea6b71bdf68a6c72a73348897304a17bce012ba1a079432fd4ce06ed4f7165b7a0ba037d8dcec0ec5ffcc5f34d678bcfcef218d356cb5060475b118f6dea9ab2555cf29241732137c361dc92d21886b682eaae52516105b19e0ef7b97c4bbdd485ebc4f7ee881fb998ad8e08153bd2670734d2d1a9a40a9b13d604b344b61095017b0db3a3c2fa9c5f4d4679b3dab2df588f7ff11dde27da7fb83cc236ad1469108deb1d5d98cf666006652c99ea6323de76aa302de39107d1c06a474a5480d9526863b38eddee99cdf5981650f73be90de671328d44c355e2c195900a41e542665c0b93ac2047d0533d3401697670e7178fc321d67b39136eb5ecef0af3ca19fb697e7872e8ffdb3f9029e0bc281e9c3232238e07d90b716527503f1210f303f6b864923d43041f572a9013b4c9b0d6d50cacf9b7ec4442763e7d9f5e6ec878b47bfe11b79003a1b4870acc14a153120191974ebc667d2c0044ae1541e95db9ca99ee2cdadd27576500ab461f3f823b40adf1d5f7d2560f630577640b1d347878519f63419a40c83154aa93188d332eaa858a3e7ad9d704e1d87c2a7d6c1763d1e993fe2d6f2dd1adfeb92550f57e44be06e40bc813dbc69d6a660f6cdd50a300c82073e1fac33cd14da8f559675c4204158ce40c4e0f69275771365f9d000c4e5d99f9beb9b077220036575c07c76b1219add863424e1410025cca0447e757a202471924ac49a679a32255941bed0431dffcec6911fec657888b3ef520212b49c6d6c3e94961a516f755e87ba047a0fb83070146ab340ca20bdc351920979a2e608f6741211929f36db7671fb272fb01fe64a834360855ddedae969614289203936ca34a181e350728a7e55a9b880e0e8632d0600d2659c16b086232a97ef7c176b2b1574d6ab017fb1c3c978cb508dda91eb920bb6a85dace411df2c9030a0b3766c70e067cd0e60311ce735f77a8fc6fa12d6c07a9cdbc0ab34611ae9a11609b5ea88eab2b669e8149b9d10fc8115010dc7402fc29a53da2b4d1d3dc0fccfebcb07f4eda131e4c8cdda5eb043052446c181028b3642bb2a20b741d1ddcc29ed64eaa4e7589e733a363165f3793d1807b3a6875831f72e0d48a8ceaec8d4b58eec814c2c30ea18c5274e2a74b29ad0283388fd60439905c1db7439d62bf4d5fcf2fa3825e7510b76b39a104388d4ca05fa348a3085430a86efaa298eed3563480680cfc1e3155b1ce89a80d88e5005bc786b2ae9414c779066835371e063c6ce9975040f94da79af9e41e409bf0145015427bbc8c048a81485043d3395848ef4917b9593573fb3b6026f17d6d8813edaa02e9a37999c94e9879e11098f61d2cc1bfc9d6a0b8ab74d5b9deea2fa130ce1edbb87be2811cca41c47a25d4c6257d00825f91ed914933d88963aea672388cf68ca90de6a73486476c4a85346dfdb68dcf9fdafcebb3351174e287d0213926c009b8ae291790325bf66f3a3227023304b0022156b5db5065f8aa0277bd3dbbfa49c7ca01edf71f4f8f68be91ce374217d0693cd566ceacee742b9f839289e6c70201ac5505da7315945f4cbc8e6c621ebc5024aba0b73f9afb495ef8b10ac4b7c31adb5880fb620bc776195ae1b904fec720f126ebc2bdd078237e322d859457a0085a5c072f7c816c4b5ed98e0ff16367f98893c569e1adbe3732f4d90c291c280d972c2b1e0b01a08bb9f0511b0178ee1637fd8e85a604b61b4f3f324617fdc3cdbde5247ecf9f6eae641d08c00b3f926152f32764d0e513f01aa54dbab6dae8076d8527a431af4a4e0dd77a202966b72165b8f31defba86fc29792035a97e26dadb1b81c816b41bcd83729d81561243ca43cac8f7e809b682f2a993eab6329c8297ee7b8bac47b94b4fe73767971cee2f50395a6c2cc1c31905896496c5f2a50dd288a605884fa81de98ee2400bf676129b2741c091766c8d3ef672c4ea4588363b1b93a6fdbabc7177bc9d42f60830c4442278d73556caaee0991c1000cfb42de9a2690943543ad59a4e75bd382ec1a66c5f1496c4adc85c5bb2a77bcedceb43a03e89ac1d0a79499c406b3bc726448d393e9cdf332dbc61644c100bca5713c020432a49b1ed078af5372e732ed47ca740f6229a32181ce061b1200821adf270f431f25178204bf286b52af2418cb6b7a558f7d80d8e9928bfb46c43b4b943c3b7bbefcf47012259ab03215dbf10fc7b16334352edd84144015134769f4e372208500857808451d158c9c8b2011fd4811f85d69faab87331cc33b15acc994d4f10601f0a4269d255b0d42092e05c9d7624b9886fe302322d6fb199022420efb868cbb95215f759d2ca363cb65f5574fcf2e1f5f7290f6abebcd93179767d75fdfde3e5efd9d672988e96c32d028ea10c4c068d2c0c17758298e7b6b3dbb965cb6630e0734043800e2e867969edc117d576f08ff2f7ebb0fe5b007de8e55d6621609826610c3729b41e99b660a22b9270da24b1225c97841df6bee1dcf297bd70e53639fd963bdf750bbd8dcfcdf4b33cac3287048d364040c90b7d585cd085a7bb7c0ba8333b6b680e8f63e67c62901c4ed603ec30feb868d803fbb36057f5715b225b4adbeb34bafb478a8d8b848cc0228efea4c5911ce29a4958d3305b82ed01e2a50e53d0ca07d201c63cd3c888cdc69677fe49661fb08f9fb41aa9492c16602485934c932238da019592bf03506505cdac101df17e4ac14ccecad84116c9aa036075d9dbbbde1436fe1facddf2386b008b8b31d14bf4c999c8f09d3c76995599ba894f249c8de2603d1a6d267f288ecc8634734c37f00aabe362ff10540d3089c3e9a450cf720a481409da3afa645eb9ca35c229bc48d88e22d37ca2886c27b161c9431d30c4748297d78c72f72ef0fa49281245d2372740041f1c57014a0f4308b3336471b90d21a38bc5607b0d23276cc740eb9de552b7befa3bbc9cc7cc225f3814d31bd545d9424495111ede87f18524f82c7d3836d39554e0a01a51a574c348d3bc0cf387b2f45ec318a5aefa7b08ffe7c74b991871a879e8eb3ef60f16572e4630a1dff3801190c509dd69a6aeda0aaaa496b99f40e9fb3651e8f267b27236b4e333ec4b3f0cfe7a4f3375f188d0569693481cca534a7a919aa085403b88fa3c1c1f0ceb1d99c1832d8b796879344fb48900293f231c4eef552cfa1e59c038567b78f9e3ecc8d34c82acd5d70246c1c1e0f80f1606aaaa9143e8f91870770d0d6c0725ae59d0068bc76d685631fc7f8a87fd405e5f1c59317d70fe605338085280b8f670152a3d68c0edc133dbd30a48ba59d246fb8122711bd469dd5ab2cbaea6316ad4794baee347db07ea94fe7a81a1df26409d8f11a82051d8aa039f8c48b4e5f29b736bb058aa8404a231987ad01da8893705ca9efed4ace5b9f3f44a4b4a119e78df5941070891eca38fa6a5a47206831b3d724cde9a2f46c11322b18317d827c533b6a3de214bc6720e1ece6e6176bcc2f8fcf1f87479b5fec1ffe61461166995113b572a60b40c9662218c4a6154c287856f080940362c30065c86e966e8a9446cbd1ca39ebdde5cf5f19c17a4d90f00b0192b986c8de3cebbae7189a706461203e50a059a277b154040faa720fdf48946dcf62d4b6ea8bdd9bc8fcb50edd17cf9f5f6e9ee12f9e5d7e391dbad4e87775a496f044102c1b60d5c4117116bc890a6c9da5231f0a72498ca16944ea881ee923028a14ff79c3f73f6e7ea7e0d6830ddfc7a8b40a64c9af5930444681e41459a1869c62f2bdd244d12342a88dddb89e7cb2d43806f27aa9557dec68de6baffb61c14221a9f0c3690b93a35ba9d4d1f105ab11c7a20110e0e5235d308a3a8f73c11b411acd5a13471273fa32e1667bbbbe7cbb47164894cfc06a810c3bd6aaa6280dc2924752a0b918cde37aca481654b60e1ee7228065e67a4cbbf6a11368fbe2f6c5af9b2f61a8c549006346cc4f066ba6a09a4ca33816a0d893b5ff62a4d182a7288e42880a5ac5c666dbb4214bc4e3258af1be7fdb9c5f5c7d09abf72e81291970678ef1b8143a0e7a09256223d8614a9e2011b1e2850320b1acc851be8ac058b1fc64ca11affe3df6914bfdece1dad4b3cc493d8ec94e309fa6f11e58013851062001d361976c684ba3592271720e29547563d40924714c77e3eed5dffe7e717bfb80bafc58c8002598c44100fb7e522b8ccebf0875d32ddeeba603380699de95acc58ee62b4dd94d6935f5535e00bf66b5f5058100670182408fbd67c0a7bf5a376ae8313f443b52a0788b90b8104b8d5422cbd2a85dd800a1f7121c776eff3c77f8ff039552662ac07d6cc5374d8bb1f4d59ba961fbd3bda0f332405acebd44ba4c21de15f649213946a44271f32434f9c195097a4558c35157d6ce0a4e05bd907bd5ec2a525b09e0c47e5adb9a437e8820ca23fa59e700f83331ee09c2dd6c633f61d571f3f4ec7cfbfb83e4806191db583a95996bedd9f3eec08d3a9ca7f1608ea04a784a394ef6cee4cc41a508d2ec5ab1297f86d8e81b19f04146d47909c686b620145aaa52462f61ba4c3945c56137c5f11e09c451abc9c6602ff8d6543bbd64c51d31c9ba5ff293edf6c9e5e62bfca19b2f21ef0faed8b013a022d3293b81922f73f25ad82addac7a0539341d2cd8508ab6d092a0f5ee82456cd4e353dfeb90ef41869741ed12289b31b43b66eb4b1db5d30158d8121d6aac15e04e91d85d08139f527edc459060375c6da747fa37ff59fd21d03514702f0b225a679bfb00f5a7476c760954364da15f959b328109adccea1c6f981ce8cfb0d81c47bcf6371a02b63b73e407e806489cd36e2c6fd22851291d6cb5b0dd1b01bd22b201ca3936bf156346adc201c51e592105e409ae1da13e72bd41a2db7c7dfbc7ea048ed4740091f3f653168d99543483bb3b2d79e49a91dbc1ecfd62bf86ec05ae8ff3ce5c2f614c1f8ed72578533eeac175090af6670d6cd5a54b4000276d05a00d7435b4d8b29d01283fda8aed9d27504c6885ba90c9d067a51ee1b7f14e125fbdcfbfe2a52925c11dc552f06364b56ef1be6e6a90a93b7bdc015a1b000dd5924d379cfb9808f8f650d7fd4c51fcefb6d71bca293da07c2049b9c362924ba68b0be0272303cbb24c336c6a14ff2c3db3cf4d3b28ccb431255fa3753ea9ed47e8211f5a5b0ebe7a3b9cf60809fcf6613cc66a9ca680a515c4ad114c28c3398018ce21f6018652ad4a1084ec9ccd4851631aadd532636d6029f588a5bfef52ef7093f3106fdd49aa1edb1c877c8291ab14d7587e29ea6ce568ad7338f0d9d89a8c0fc37a1034f5a1a512b5547fcc95dec72e3394ff3cdc6546f7621c1545a2b5f456ad3a632f9283072c135e81533422c4199d7aa1eb14fe7cb4a5701fe432feba06f2bfce2e5f2c379a5fc85546ea1def1a6f9b8d9e402a14feae0380b54504bb4c357855f66ec7e2022556a5b7e6d5bbc970e177ec2ddd89bdbdb32f9e5e3c79baf4397e75b37d7cfb4b0cbf3c7ebcf1e111f6c703e96e89d79e10e8a7ede0a84104c9a000fc5447cb4de75ccab16875de1ae77a1f94912c093981021c807e479e923b20dcdfb78f57ef7905a2c9f44c007ca50f8a433c6860f478277814128273607bc1313fd09e3301ff0037e0e18c68432de508f98d8fd735762d000f72a9e1f1820b1b1db0a26872c4f370b357a55851ca159b00f0a1cd4089925c131103608346b714f9ed11530caf8383cdd58b0759ad9b852d4ed682bf4e2a67971e9bb1d92b7e67527904277f14b5d15b6bf09eb13738cc8e1ce1b209c7394ebf26acb33e04f05da4f89842a2d70fbde14b3200b77576e9c8873db3d5b701d302069640954555d27b6347549ffefa75f6ebfe9a20765f400ea8165030d133c824601d9a88f765ea1580d80ca4c041a04c176693d415ec086f4b73b681f346b7bfc1f0efdfec744d7bbcb97ab4d985ffe7b7d7678fdf21b136fd5fff9fff3efcc1fff5d3e6d18beb8bdb3f0f8b03ded2afedd7f6e5ea84ffa997ffde971fbdf3aa5b8a0371d954301530564ea52b627ad156806753afdd54e4f864d9e35d65680e099c8626bb6db8f2314ef3ea3f7f79f1ebabcf1a91ce3baff07e961790aa1c27116244c8e95c253291f1bef1656121a1668b880d2a83408675d6e12b885ccbda4234f56e6f6d59dee37ef1e85dae723fcb9282ac1369698964325b9adea7d1b5d001d08c9eb36fa0633980a0789b1290fcb099f494c53864ab8f6984bcfacfef71c89275bff9f5c525d8c92f7f6e2e2fdf533ebe9f651275cf5241a4ede83353a23a7378ac47661261036a460c4620166b86579cc88e030756e27218b297ab7e3f15796799bfbeb8bddd5e7df5e4faec1c3f6dfe5c698ddef7019a49d904face207af6c5a43a0ba848a7b8a99d6dd28e2660f786392c8d1f1356dcf01c8c7c4cc3e9adb8f296cee5a3737366ce3ea873793fcb1dc5c928be1a7cff7118ce064f8e0fe56946753a86cbaa0350610e6d1a01a85baa4497547b327b6dc70f8cc37d20defcf3c7bfff6dbbfdcf7b1a3fee67894c9ad598ccbb5cabbd0cefba8210b834cb082d23f80898c2b0c08c8689d5fb3c685f1dac041bcbc724f8deddb5678f7efb657345199bf3affffd7c8d57687d654d1ba066f4144b003314d0001f01fa04990fdb78463a4d0cf06843e3e9861d2ba0ce33813094bb9d4aeed87d5bf88b8baf6f9f6e9eeda699d7498b463276a99116aae39d7570603a20c042418fe90a5e25b5e20385388b695ce682fbe8191310873ed6adf1ea3fff9fcdd5f9f6fab52ffcfef8abdfcf1e7f7373fd68d9c24f6f6f9fafb469c14bb2203b00dd82edc656006792c3a6345540ddd896a6ca02d7a005ce1c93b7d43d8aa729a44f1f1d537d67d33ede5eff7e767dbef2be750032d507eb227b101cce26996a1f055b547a2679cf3d55ea301842dae0a2348fdf72c14c80dc63b0c04f8fcede6dc7be9f65a98c9aa2a3b0a1abc80cbc44af39582f4eb04ead1a4d0b3d4c24fe4a594859ba554db636c691f4639ad0ef2e0be7f05dcfb27b5a18ef1772020cf5a26d047cbfc88e026e690ca84829d895884540b03901b501b956ec54afbc6e9d78b51f6badfe50667c5988cbe197c79bc776f3e80375b8fb5972d1092aed3500d420987a0252a98e8a70d58292699a7cd76c992c2cb911c51aabb3e06f4db5f2318ef9a1d0ba5e50add3e115026a57e0b416abaf9c9300ad74a0134aefa95122b8077d3982b00b2aaa38045665e5cd8c63762ae59bdf3311713f0b8b80d83881814363a5d5eed8c9d32dc89f52d76934534a361daf12394203000d5eb09f400976e8a16e7cd7e0b983e367ff3efbe3c7cdb9d5af9f5c3c5e25e9e314f2f2c7da6691e70a0813a94633c9d5aa588d49c125015ca55cb768e809e0c089968267a277e789378831e7ffbdd9fc36ae6edf33d77c4f5bb345a95d11212bb35eb4c9faaec64bc28b2a9cdfa0ff73b59a2712e5cc5e4cec56a3edbcdcde573c3ed08ff5f6d6a4a2f68f9b9b17976bb1454bb64ea5c1390d2f7025f7a2c031de64a0ec0c8cd371d0fce8c5ce84dd3a4c0c403ba6663307b6e8c724193eb03d37d7d7db6b2b69a5b819ab26c3fed941690d5eb473482fb375189422d62e9977ef6016717aaac91b83f89a712aa3038c2d1f1bdbfc48aa78b7367f16f8cf076af3f7c4a884aa2162c1053ddbcb073205008e359dc1c668cf01b472e69244d88163b0ee990d7855caae1f1a4e3e45203f05556f6eb7d7ace13dbe788f9ee6bd1541f2ec003e466863ed23ab7019b911212a0dec02bc7f3f90468a2dbd4fde40202c59b69569abe23fa63af1ceb67ef985af2eb74fb65fa9ff43fd5a55100a1cab4dd9d2b4d9a669079541679c6db9918c4400084f89fe182ee6d112a7d8b1ee36e9697fb775ee5ff0a3edb3e7db9bcdf5374b95eeefdbb3f7e9fdded33a67a10c8ed7d1556ce8354a182c8e1466d0d41cd642438c51726b342e9bae828644805bfab1ee7b623fb591b959cf2f1e3f5e3502071f4aa23d0d100f7e98e63d87ff221d998cb70a30d769375e93614b3015224b43747271481ffb41597f1728fbec6c3538d701cdc0fe2aa862c54bf0b350e10ec0bb56ec4ed673866bb9556ad7623be2b8cee1fc3080b69343d4a7e1c8ffbe590de665366f02209491bcf3082f0d38cfb59955000872e916ecd1e1440e9c491c559aa85bc749faea52ea1fedf17a1b24fcf3f6e272ad2239c9530d1350db74dee135cab655b0606ad23af0912c5188f45a06e80b6228edc10136ef123044bddbc13bf4e422a45c5c3d5909b66a913208b9c7e4bd0d65f1bd4e832f14e40bc413ac17804859e600df1a1351a665603e5e7285163f366cf7ea3fffefd7f8d457b717cf36cf979bbbafcececfb7eff4dcdf13c663a08cd128f27d025f6c853e089d33e7b6231b66eb2849539b5fde36e010f62a518326aabaecdaecdda78a8eff7e4b81e79e127b7051670434e588e454fa6e6bd0deac25cf1dc9a8993d18f5591332a11404d63890183af385bb1b9afb5860f90f20facd37deb8afaeb15d7fbddc3efa6dade2b18069c5ded92d810c58aaf3d93401d2a1a0ce34a05813e1860fc63b8d9e5a8a1a5d99788ba5b6bd82e8a7a8e4c7d67e7175b11a3129346ec819fb8fc390b184e6e8cd27ec280092f19e0c3a771cca29be7ad79b745019e530b9eeb566ee442a9f6dae5efc72fbfb76a771bf1aa9540bdaa1324143025bff157c4ab358170414855ea3605c58f95824fc4952d4916057411afda8cae36bff79bcb7df1fff7799ff046cfbf6871f970ee895105b01a1ccec7ba1d79e9b75f689f49007a01938f2a840081170bb048ae4551c5857ffffd4fd0598965796350cf3b81712dcdde571c11fc5dd9d020aa7802a5c82bb3b81040bee6ec135b80477b7e0169cff1c929ef7edb566ba2b33efd47f7d7d5d33ddd9298afbbecf397bafb5b61cd9ec2256d5e60f58bdff6ad639058ef88e715d9a44c7374facc8e1141053a684032ea7d51e088745880c495fea0a87dd72566550d0685b40a09eb055ce4a0acbee1667d8e10b3923ce70f05f967b50b0ff36dd25d83a26d1dc4c582669240eb509822809b2880be1802bec758ba861733b64a1af3fe8b6bbbcd2add8ac3639a8df2be068d026e743d9ff5581fe3fbf5d4860ed223562447814964aff4507f6ffd2f973f9e4d805bf23e2108cc21fb28a6d19f23ae5b45981c7054d7449a14780d44020e28a78acdfcab65db27ad92e02e83f6a1b12a2377e732fdf7a0f023256487c9348ca6328e48ab843c27b08d41272c919e336e15fc47614d15eb81257d01eb085237228a36cacb187edc2bb7a45cc70faad825944fe55b1ee7fb28ed56364698c608765bb74685fa4469b1631819ef2ff27d682461c0e3958d8670d3b6c72b2b43514f2c81aac80cf1691128057840f8fc7e3f5d882e2df58bfdd0024d886d3657549679c3034f7ef1847621ccf80dd17b4f91db6a0e44b11bf9c2fe671c94e11814e7d61d92fe4156827e891353b022a582322ccc8264a9bdb1e7679ffe5d8c17fa167b56c1fdda589b549f4b7ff3471fee737bbfe2f2dad38a78230094f13160b26f87050de7ee3f1d8bf4d467739dc12b85be5a5469ed0b75bab0376975d5ed61e70083064f7fd8d3aa4966563da778a89abd1252ef1cea9431c437b4812df90cd2d16cd215e55869748d02d7c5340b82481cbc54ff85c1eab271096fde1e2e7228e80cbe6f7f923ce840900ff38a789f4524189cbbdae80f0abd6b0550e730fb843564f302888a42318f45b25ff90ad9b11d9e767173e4978259fcf2a4bab3cfebfaea9fc2f1a3aff2bded844163cb48aebd835b64522edcc6fa3cce4744fc121832e9fd8860266cb5b1d828231cbe1fd6295a40b92d78b3b83c2e1f83d769b5bc4158f1ceef38fe9d5092c42fa0f4324babdf8e170acf8b1981a1da2dbb74f2c25dd17f404c38242ca4b0205e4b1daad7e9f081f41a760263eab388abeb01c84199077cd873c62574782feb0df6a13b1d3eaf585fefbe5482d9bc5b8dcbe442e470a89bf4aac9970b121af4dde36640fca64ab2d6895a51d41b7d71bf25bad728ead57fc7b7f488056f12d82e20f88edecf2bafe8ea4e38f8b8b4eac7c96db6e97adb4418fc3e1728542c285b8c4aafabc6e7b40d6e0876d764120adaec837edce6d9323687c3e9bcb67758a4863b3fdcb2143fffc5e31723c61934eed63a2e305829510a86a747c7cf7168905809c36412cacb26c4e8e5bf3fadd727eab3f1270fb841f9517a4c99aba9055840f67c421a750f9e5e54c8248fa1cf2def0842bab52344e2465555e78ed92952ae23f2e390d2514f1898d17763b232e8fdf6f13a835127684ac4e7b445645ca6bef7db23c29120c88b3ea7026acbc9351dd3f668f2616fd0f84645f9dc71f0cc88b52041a97b781c82a4881791cb299cc1f96573b3a1cfea01cae2efc8e4d2c7120e077ca61b37f6956ff5640fea6e548009718051c029c7904ef70cae95d6e6fc01611b1dcebb7fa022171b604588d04ac2e6f28ec0f065d72206624e475b8c362370ab4e7f6857d0963c4723bc67feb93b32766f986c36113f0c41974dac52ef3fb1d82cd47025e0101e4cc1697dd16b606fc7252ac2f18f105fd5e890ec4c27a052e0d58037ff544fe5b5f29df4dfcc56d625b764ca4f7b20bd029bcba2d24d36c0e9727e074ca110d5e01bc6c8233ba3ddea0409f1171fee4a50611a986fbe50cf080c7262c767fc2f34edd5b06e23a768f6f1e9d68557d11872cfa7246043372fb7db25d4f781477407244875de032b1f3acd2cb889de9114b197205fd76afd32a2b90049c71ffabf9ddffe55fffbf7fc8ac3e8f4f1c297b44721d5bc869132c206c73babc3659006e1584df26fe8dfc29af2083ee4024e41314517850674050fd3f37a22381882c310e96d72f1cb9c3e90c38643013b13a2c5c9c2bec9744c0e111543014b209a7e2088bf02ce08a4df8469fdf1a0a8bc515bbf5cf0de8f8776caf70a2a0c740c86f1738301c74b8e44d2e5e1173c592d89c115f242c5ecf6773bb5d21bf2c1ab6c909514ebb4b60118fc3ed75fa0573fd9fa4e41df61e0e7b22c1469b203daea0c327ce5340f877873be2080bee2350875780a880dfe5907525369fc71d0946ac6247faeddfda863d365fd0eeb55a13562ef4ed7e937ffc53a0638f44f287413983cc2a60842f10f048215e84b488c71b12a1cd267c86ec3d914e5fb848bbd7e710912e28a8bbdfe613c72f607746fe651774c255964ed171b20ca17d4c8f44d30bdd628f5a5db2a5d3e98878e57dba2197d3272f3790d851f03aabbcb9449c42f105ec21b72cb571b93c36bfbcd945fc80fd5f5dddf89fc0aec4584ae1503c41b72ce81267d2edb6d98282c1b9c332e7197185c201c17bec229e87ed1e6bc01592a36943b248c1e6b4d902d6bf4a2a127a1eff4f61621d39a6e3cff39838627d381208076cc14848a68b3cc25946023e87d5ed9049c188bc6b5360e788bc175b0476b7476c6ab760434e797f8170a9bebfe8cebf558fe83d1d89f47abea05bc43881937ddf7a6004b1b3da9c01bf23e816d4db1bf6faec7601fb05cfb37b44d4135447f8d788d72f108b9c2ae7486047c95f08a56bfb76c18e5d63bbc4b5f94f26c5feefbc5fc466130844207fd9aae7b006c541f33a6dc2975a2376abe03e219bf03c4e4f50f05787bc1ecbed1191dce6f4da1d1e113afec177125a80f0edd2a08e3dbefd645cc7f67c2bd8ff9a5a261512bbdbeb106e261c09cb3204d93cfd2de129cb4ee55d2b21b7dbe7b45ac54fd9c33eab5f92058fdb23f6aafbbf518529f7e8b74e84c4d9a6de4828e2f7c94b5364ab4548527241e7fc8e902b24d88d3f1c740b3fe9152f25c0b3c06302bb89ff15f836f5cbe60804ff9eb781e86f73f7b0b9134bab767b6411cc3729c5eef287a48711a8da295e5a84cc80bcf94978db90c3e394173c8b8069f57e13cf225e3910e2aff7fc2fa6bafd3b755e0e08b1f97c9ee69ec4d5e7ad8293871d1e77c86db5063c024ffb5d6e8113641fbfcf2327140a601012e757deecfd6d653d4e81bde5a9f687038254fcb9b6ffee9dbb41116274d72e1da5f0dba4537c9c33b1540947d02aeb805c1197cb6a7589377084422ed98822af6a97f3ee035261b25ac539159ed6160c5a43c2d506c4b7111bd9eefd3b5d0ae5e2e3bb269a9775390551773a830101cb1d82bffb846f75855d11f10636bb003ed6a0df151471c6eb09873d4eb7e0fa5e7f28140cc982b680f0c2ff6a062fca2d71dfae65161ea8799736ddc4b317fad35028e63fbdd8e77fc91d5943815028620b85841b956d08dea0089b924f899debf00684030eb8c361d952eb118ccae6f087234e4fc8e5768765438a3561c2fdbfc2b171dfa6adb78be99918e145201b47c8e7f039425e97f8fff2e0c9d635bb5506177fc0e90a449c414f48a69ac42bfa0427b309c417b145644b8335f2b730c25f2a4630ba79ebc422fdb680db16b18b98120a382202cffa42418f5839a735e49389b3805d0e5a08cac1f17e01d2ad0247d89de2e43a64d2cd25685ac252a2ff8e95c4fda7f3f3ff9756341071fbdcc1802b206fc2f64b91cd6bf77bfc7eab232057cf63b5473c6e8758657194bde21fe5b0aeb05d66303c2e010113a625fef5c6fff0b48995c9170ec7260b4b1d5699adf70a27ea7789cd68f5bbe5aca9801ca926d091f0af724efcb7ca54e173054e10b4cbe1b386fe4ebfcd9f68b667a54453ddc2228058bdcea0cbe3b40b5f62934a95cbee77d8842f929743067d6e87575092902d68b50605447079c24147d0611534d3e770fc757756424685fc8baad344d24e43ee5058b02e8f3f1c92e44bd0a97050ce8c91f7fc88f029805fc8151408d616166cdae370061d119fc72508b4cd1f10cb9cb060f92dfdd2a54917d92d9c482fe60dbb038ea05c39b740aa52e0b1b92356112bc4361420de2f024524e87345ac3e7f24ec9423457c2e8fec59700837e5fa4be14950f9d7b7daa1784198abc6c42556e65e205489cf7c8190d721f08cd72776a4cb216f2676fae58df43ebfc72e53bc7ebfc00c7220a0cde9b686c2916f93ea9d11efdf497b2666901050db61b545c26ee1341c9e80232c209acb1e10e03b14f2fa052eb506ec7294ba3becf1da65bd8c080c41b9be01f1c65ed7bfbc8df76f4b57f19ddbb7492c021d708404ec0eba9c4ec1156d02db89d709595d721d4302b7baace29f03c148d81b0a3843367b44766bfac55789d81c82a279131efcff9332b0c40885821fba437254bc4b3cb6570e291250cdfb2d01e008047c11b7eca3750ad2e5123fe012a4cb1d08db6543aadb29eb3713deba2fa94774622540056a91156ae140d82abc882be8f7d9427e978065826b445c72b860c82d4fa953c4fe805382550179e4b8268ff867f1da09cf3cfdf3b225c68e9493fdddb2e2c0e9f38b231790937a84739460d4e60dcb91c001b7a04dee88dfed7644e4643c6bd02bdbf6bd41c15282091b12f21f8d17855b447789ae29e343fc7f76cfc1ff1224f5d83cee70405e05ec880405e8b4094ae872876565974dbc975544796f4000719b5858afdb6e8b84bc4ed7b7fca137e4f907534c48f1658be8f8d6cd3a46c725163cb30ac71892cf2f27f03b05acf6050530f10818eaf33805db75c90613ab2b1090b7398422ae88f0318232f9e41c3c97dfe349d879fb67aa98281c494ed5f7c92b2a05dbfd765da33368b359855b94ced027a7f9c96a61c180e50877a788247659de15b1f964addbdf183ef44f41bd4697e82e89451aac41b7802256416923027185fd61afdd650b8443b272c2e5700a7a245ca9c315962579f2bcf9ad6e8780a1419700d54187e72fec9990243dd56fb56c99c8c55bfea0bc2dcb117139c311afa0b4722ab553caac6ebf3b1cf288f7f6092e286262c0e70c58fd3e79b94240403457302467d8b81286b3ff55b4ff730727ca24347f2022e0a6d32910b4db2740b4372ca2bdf02756814a6df232d5b04380d0f0376463f586044af5383cf29e9d88cb664f6099d35f73ec0289c5935c569bcb2aab2aacc28d3a7c22f4d9bde2105ae56ddb4177c4e5773afcb6a0cb2d48afd7edf3f8ad629dad11af2b2cbca83b9c40c9a2ed5f03540bb76fd32da6665c74cb966d9a274e7c90890bbfdd1772b83c0ed9e8e40c056da1b0331cf876dd8f9c1eeeb0078332f32d7b7fc3763959ddebb087e4a5f27266eadf1a0bf21f863f2b47134b16960385044db78505df8b78dc919008de364fc82327de879d21a7372c1845d82b5caa4dbc78d8260ea52bec9666bbbc08f0ff8d2ad335119b6585f3b0869c6eb75b9c3c9fcbea910d9591805d30088148c33eaf27246f38098644d474ca09b1725a8fbc3ade2b03a3cbf92f6f32fbdb1423315658f81c8fc7ea0806c211a7cdedf189e3e9760a2c107207fc41abcf2e766a505635f8adb2b452444fb7eccb9017f6f9e4e0a63f93e2ffb62131b11ca9cf2a47b5fb05518cf8fc8227f904cbf786651e31246b99dd7ea7ccf907c3217bd82ee247c41f0af87cb23dd12b563bf4578effdff6e4fdd3fc4199818b4db42206397f36e20bb8ddb289c2e9920df836bfbc8224285ec52dc0b5c0a57272b76c60f33bad56f1668e40506c5b7fc06ef78722092b629023727b24968eeff0796415bad72fde29100eca8b46049a11e45d784e874f2aa1419f8878de70445ebd2c536f2187f4b182fa0b5e654d18cc96a7ab59c78e5d64056c62098556b788d34e59df2a0384e0e2029c7a43725cb0cc8f0a77e116f143847ab90d1d4ebb201a21791da62fe8b28505bcf124ac3c4f6ec632311dcb5595242931b04a48402d97dd65b587c34eaf700f1e7999826ca5b485be29a24ebf08833e11d5c392e1dabd116f28e80ed9e5543af115fee595e0ff1504fd477af4db787cf99fc4cd8eba45ccf6fa03026807045390d7057864e6336277cb4a0ce12ac5aa7ac53fbb85c1670d8484eb71da45cc900c4ac48d50c2b668db7faefa4d140c231e54300aa9848ad3e5f6469c2e11c86d5216f509e762f50812610f787c7ed9dde3b6865d0ebb2c810e84c5bb5b031167024b4fba41deb762b960b8728d7062b84bb75817ab35ec13d033e89057517905f70bba3dce88cbea8808b66b9713866d215748e019e154425ec1ee8356394341c053e7df4a12725ebbb99cb2d321d11c8ecb1612a7cd2f16495eebe17546040cf3fbec019bd3e9b2ba6d1eafbcb929e213902e1270f87db25a2ae40d06c38253b9426e9727613528ff87008bc8274746b6e89a6843a104270c7ac492f9824139e452ec4dd918628b443cf2ee6c419c5cdfaea2084544840f39a43de8923cc4ea7545040e0f269ce2ffd9f8d22a4684f636cdfded63e2124b357487c33e4125c471b3856d11bbc7ea8c88a3e90886e4ac6c6fd8ea7285eddf6ed1b5babc36afdde696b9ef60c8ed1010cd1af404132ef67e5bc4166da25bc5768cef22585322c57b3962c6e1f5fadc02a184c55bd85c9e9000296e9b081a769b3c958190d52fab9f5de1b0cb2d5e3c24dedaee8884ac41872b90f0020cf16fc5bf8e4fac85f3481aeb088743b2e44be0cfa0d7ed15b131202f3f14784c5e1be075dae46cb648d8e3140846448d7058363447ecc188ed2f68f6efb067970e9d128517847ce251ed221084e44d288218882817f0fb6c61bf2d20f881d7e60b860276411f6c82e38a70219ca69c541f14eed5eeb3fd8de6fafff8a760c7d8f82ed1b189a7a589370a7b0506b37a1d6eab37e094894c99d50d0ade130e05c3369fc7e9897844e8b7da4376b754eaad4e39a2dee671dbfebabd33414312be1db4e67fe6a913798280700e118f8462b203415e461ab4459c0e11ee058e1104dde10f88bde9f04464afb508fd62433aac5ebb5d18c2021138ed09f7267f3accd898ee895af5e474f90372cca5bcc842ce030cd8835ee10cc5a6f4455c6177d0e61568c5e117d834e0939dd902bfb9ac624d6d5679979fdbf53f2c5c8b8b894eac7a27a72764b787fe9c8f2068853324bbb0421ebf70382ebb2d14f4da4418b7897d2987958782724e74c82333ba02d44404a4fbef955ffe293725668bb2f0f74197d3eb96b7a5fbc5e9f4bb9c52cd758945b45b05e874c89c92d3232fd8f5795d3e8169dc76112a82e1a0dfebf0041338aeec3f8e65f7d61ddb24d66615dec5e11150d4e68a883d69b7da83218755f058874b5e2e2ac06850dec9225ed92ec243508e0e0e7b02419f336c95d3915c7f6b9677f03fbf37ea7f49ea0dbbecb21ccde370c856c1b0749f82bbbbe51d51721682d885723e92f0406e39544f047aabd5e393bd78723e8bed6fa4ca3a89ed59b34d9744039c1111b5bf0d1f93371a3b22566f38ec97b7b288e573058272566558704171d83c6281ac6e87d5e37204c21eb913236157e06f0d050cc6f5ec946857ccb8dd2ed91822dca44055218f578e227339046016e43ee80fd8bd2e11f802329116725a432e974f5e01ebb0cbfb03bc82ce274c28fbbf6fb168d1263e31af03f04a75428435abd7198e381c9e909c5515f606824e01bf824eb7db2ec278c8ebf48742a14024600d859c720ab4c31f0afb020eef5fe2cbdf98b1922803b904c0b28b6017f2c8c498d5e6b4ca5a50bb1cad6ef5d9e5749c6f3356c57173fbe5c57d61afd71674fa65d78cc0a109bca4eacfcd583dba4b22d67edabd56819a05bb0b7843fe402020e8ab4ddec7e5f109002a70bf3f68b579e48dad61afcbed96174e8b58272b6143ff2857fab7c0399166fb44dc62b7b922b20b52b6e5faed61b1049e80df19149ccd67938360c341bb0cca3233e4f1c8b2e480ac5df2bb7c2187c3fbb72e35fab30fa47b745cac409489378f3b22ef827686c276bfcd2ab65fc46b0f7dabd9090b7c2c6ff2f10880f96df09de43b620fcafb8c04900e89ad2ba0a5ebaf99d4ff8f92247ffe57226d555f3020478b05acf2de7b8fd5eff787651341c0ea911362a52ced13c824e271da9c1181d30461b00bfae070fb824ef1cdfe1a28f2df9a9f62fff69f444ec13b84ebf70b5c228281cde69493a87c5eab2011e188c7e575058539180ccbb6207993acd363f7386ce2b8ca0d2038a3ebaf6c434247007d9b00d82226bef9ff091589d3d864f58885f385042a138440b082b0bc1939e471ca4b389c01019eddb650c82536b5802cee906c1e0d85ada1b02b2cfc5258ac76c2da0bff4f3153978eb22d2dd1345e7b30e07338436e394dcce514af2050a835689777feb95d36ab43ee54b75bbc944726dec56e96c2b527e4963d5ba1d03f8a0bfe5d24fc8f3c7ca2bc53d01b160fec72595d36af433cb03d24fb43057276876cf20a3cd9e42c9c915d6adb1eb7ddeab2bb85ebb5f94538f1466c7fe9ba092609656312714efab756d77040ac4a58222fabd52e0e9fecdcb5ba9dae80dd1d09b8adc160c41f70da5c4167d82fd84f40a0029f947a1de2f51286ccfe2be79a18c8cc6bb3cb794cfea020b302ae38e538580169dc4e9b3d2cfc47d0e70ab885d16e0d4be0e9b10564514cc02e10b7542a3c7f67f466b9aadf9a95dbb749341530ec16cbe6b07b05e8f2c831cc8298862382eed8c436141c415e26e6f046243815bcc2edf406fd6e39bfd9237886c727d843c2e2ff3faea48cfb76997acf725d62e2a2136ff2ad4fac93c7e60ff9e47d77418f58248788493269e20e0742f21a2e39e637285b3f0201ab3d200e9c5784836048de5fe575fbfe3b378efc29c7774c2c84232f15714b79538a620e9bcbe672059cae885d4ec2f5ca3e08c174c5a993cd820e41e8e5e5b872bd43f2eef07f2439ff6d73ceff3daf30d026d1e6dccbca07b168019fdd65971767c82b6105ad9541de2beb945c3601563db66f2d3c820d85ecd6a05b10409f23ec170438927016d1a2992cfc48ace457c427bd869cc924cea060b27204bcd31a9045657671203d220438e47521e1604404753962ca26e54f9b20f61ebfff6f64dbbbb7acd831b19495a02d22a7f139acf2e60f813bdda1b0d36e0b066c2ebfc05d369bcd1d898444d81618cc2fb3986e59a0158c44ec72aa853be449782755d7d876b11dbbc746da245e0b9cd726dec9ea767cc3cf0eabc72730b2787ed94fe4915a925b009280df6db37aec41af886e4ea72c7315ebecf7fa9cd6b02d812d70ff3121ac454cb3ae89b570568fbc4c3ce07144fcc237da4372f29e35ecf3ca8b8c9ce2bffc8226caf25dc1f984d91df60b9a2bb885c3ebf207fc81bf0496841692b1301d1bdd2126be5374f34414e2035295708a38200241c8e9b7d9a5f060f7f8c3b256c9111156fbb79b79c2f2c21eabdbeaf6c9ab1b3c5e11dc83c1045e1bfa7f8d24fc3686f0cf91848955371f162ec4262fef0b7a7ca18000c87e57d0e5f504c55a077c82c48b7d2ab55dabdf2bd05bc016166c22687707fd0e81ce1cdebfca211318152a766cde2ea64595ae89865b6c5e1902fc9e60286c7308ca2ef50a6b44d605862322bc071d0ee144c3019fa0b256399bcb1914a757047ee18582febfc6a4fd5b114632dbc4c87ac9897461e1f70321d9061f92d973a7df1ef2ca991c02a1b87c228e092ae493a3c43c72bc8a388802d238843b0a06adeeff79ddea7f5c3191581a9a3f20484f28e2724954e690f7275845cc93452f1e6744ce1ef4c9311c624543be80c36ab3058341d9b923dcabd5e57078fe1b77148aff1ddba6651b498c12a71859be832c63710604e3f1b8c511f48b70600b3ac2f26622f1bae1a053c4063989c4e7f6599d11bfc72fcea3f03a2eb1be7fee504fc24a55ffe58083426d62dbb7894d2c75545e3a2487b88ae515b04536c7dbdcdf9a3c7ce2e504df0b3b9cb2d4c7e38fc889e8419f2720184748c4ffb0587dff5f74298119883feb081389e7daac2ee15f04ce7409c227f09a33ec0dfb44ccb4cb596b729eb4cfeef58a702f9b7aac364180fd218fcb65b70ac76b0b07227f07aff9ab964b2cbce696ed1b56794daf33e80d79ed22d67d9bc5201844443cb8d3e1b379c5e1f3b8651db920f66eabd711b4397d1e6738f88f8af9fff1ad598908bbc37e9fa0435e7fd8e30a7b05b0110b16b2476c7ec121c2feb0236875f8ac0ea755d00c090682118fc7233c9020f8f670c4e3f45b13b68c6de38b74e9d835ae669b4e89a32f851c624504ceb63bbc61f1ff3d56013e7d11bb5d76bf85c4ae8db88201bfc72e2f31f247bc2e39194f56840a8f6a73075d7f4d1cfbb76f256b790ab7ee12dd5cc0b444b9f6dc17f1097f6f738a279697d20b98ed0f04437ebf33e2f50892e7f0f92282d83a1d327516f45a83723283db13f17bbd62619d9e84a569697326c69b3984b30b8860ee901c2f1470d844f8974f1e8ac884b42fe80f08ba2b029f60f45eb7f88f5c5a5f58b0dd80c0747f5d1d91204e5baeaa6c324a2caa1e08c829fb7202830093a1b0bc8c5d6cbe90c0950177302c3099d71972fb6c0291797d4179515d44e05039b7d727d0e95f42cbbf657fe27009ead7bc5dc7ae5d0a390a3b0a5b13a9bfd6ee90b720f89c7e7945bb5b8e17138ed229ded526dba205c3f3daddf23a41799d40509208794b4dd0170c5bad4e9fe36fdc17fd67a147a2ad9a232c42b3d71172c965b0b9bfddeb6df30a6c6295493e11ae05db0d889774057d0e416eed221eb87dbeb0d51d0809df614de0585ef962ffdf731e09c121f13de3bfcd874eac965a79dd98dfe5898442022eb96c76bfd7ef768422be884dfa7397bc85de2b2f4ab2fb1d2214b8427681587cdef0b7f0f0d710cd84266c5b768ceb1e1dd722b18b218453906c489c308740cbce88dd2d076759dd41af4f76687a6c2e11a3fd2ebbbcb02c14f27ac4d6748a302d76b1709bff214624f47e1218209198172308471fb6dbad3e9fd8918180781db1764e9b4fe0480942c24e018e43219b802401792b54581c52bfbccfd315f0db852f72f9132e977df3291d3bc96be813ad373160f5fbad4ec1e25cce802f68b5dbac56afd89f12443b641999db2d76a6ec967259831119151c765bc01671d942616ff0af0be7feed60c27f872dffba0a3ab178adf0f861af20f02ebb3b20fe4f040201bd7c36297d063cb2b34ade7921bcaacb1e8c782381b0bc3cd0e6b706fd1e01c2ed9ebfd944fc6dbced5fb798254a100cfb04747649cdcf231bf82321a7a0e4c2af5ae555c27e799db0c71e08873cf29216abc7278751db5d61a7332836839cabfd772665c94ec53faf9c492c8ae70bca91181eb1545e8f2d62b5f90462b1dba5ef94737a64ad84d31df0797dd6901c5ce8b5c94272ab9c0eebf20a6ef03786d67d3b8ddf2ef28c6951ae6a621dc8805c094fc41712ae25620fbbad769f4b4097b0cd1f09b96d1e0130bdc2870a041771cb524fbf5f965ccb3b58c23eb77050d6ff3764ef1f77b32746fb8dc72ad098581dabd8aeeeb0d3610d5b459c902f6b93d3268211e147437e39a847785e11346d3eab5340208fd7f56d186cc2169486dcda9dff9fba4f382183dffff3d1afb2c227513b1b1d02ca09d8e309798332e369f3c9ca6bb727e40e58bdf28613b174b28ed7f9ad5432640b085b400e4df5cad27ac1771376d7c25f3b3831e27fc421769a5d226e6f485e3de39093dde5e1933306430101f6040212204ed64f38bcbe90c31eb68bf36893038dfc61cfdf2a6bfdc79d65eda3e3443c4c9c1d2a6767476c76110f228222597d1ea7d87e12d7f985d3b409471311ab236bae3d0e5bd825e76d0b18e40bba04c4090b98604bd8a53a221e7692e3ea12a796c7ef7209eaea967d8af68808f40e5f4876a0c899130e9b6cdf70053c1e11f81c922f85424ebf558479d9c02258952de44e5843f1bff3a2cd13b35efe5b6978c025a2b83b6c95a3255c6ebfd56d75b89db2613a60b73bbfcdee91144370e1903318f685ac569f003c02b2861dc18495c0fc5f15671d3ab54fbc82b3902c93102fe594bdb711af53b80d8fbc9c55c449afdde6f0b8ad3e9bdf21bc4cd86f75f9057bf4070540f70a8c27d6dafd57076302955d57a26558024ebf200bd688cb6115ab12966315e490c5805decd69094a745289457b5fae5f5275e9fcd2de8a3d52dc2844f0282c0dfe8a4fa670e5533a6479744b994d421bca3d36997f7cbdba422ed8fc891c272786424e0b33b6526d76913d15156b23a6439b34fd06001c2bd2e7bc0eb72fd8dd1192dfd7fa555aa7fcbaa24562b5c485692db1d820d05ddb23c592c4cc02edba44460f3dbdc0e9f585aab385f0167c817b08783227238e44c74bb3f620bfa22091730bea551bab91369208335ec97b790fb6529a7435e27205c4a28ec136f23d8bbcde90f08b0e290174589c3e6b30b5f1391333642816f37033aff1ad2faef5be0fe555e2cb1dca688e81e71a8acb2e1cfed11cc21e00bf95d52827787844f15a8cde677469c117903965f30fd90d8c6f2a6055997e6fbeb36c0bf5163d03556328aeaf276eb44ab1fb48603ae88cbea97b7183a058ef138ec72029ad52a8b7cc2f24279afc3e1fbc62c6cceb02c4ff3cb113d329e84bcc2c9fe2d04f327c4eed2a679bbc46b1e088903150988f32518904b26cbbcf2666bbb55de49265fc725a2be6010ae8043604db794bc6d6e9ff879bf4b8ee0f86b2c58828a28be91c24e89795da543963bbae59dd502568ae316b4bb03b6907c6c97db65b58b532a6b5c7d4e4f40108a80208dfe48d8261655044abb204ad684b1f9ffbb5ebe59c72ead13eb9a1abb5f84e9884ff6f0c979fa02a5583d119737242f6cf17c1bcb2b6fe38e04ac1e8f081cc2eaf4fb0446b505431179fbcbdfe93eaa9d78094cbfbc24cf1a10f0d3e97647c221d9086eb7dabdaea00c0121013d03f2da3c6b302c16362096d5e1777a9d76b764bbdea033811742748342adc4900bc3a18033ec95979459058a16af215395c24fd84484738abde990f3cd6c4ec1189cdf469a8aade9b23a432e59456ef5fd8d6ed3e6711d631331e5ecb0bb6cc170d8e609ca595f1147c815f6c8d10a9eb05b4eb416fe449c395b2064131ec511f189f70d59dd3eafdbe6f30b8fe3b126acfcf8ffa0e7e61ddb778c93570a251a82f6b9e5150061e125fc567f58f0529fcc58caf90a629346fc41bf2f245e53b2729bdb2ae75dcb6b05ed4111f20401fe0f1a9ba012f97ffc53d9e8f8d68985a4bdb6b03522a75b0a8829ab1eedcea0551c3797385fd6885856a76cc2b159436e799552c4ed89589d0197cd252f858a849c0914e9b1ab2891bca47092ee70241296b55892f1d805f210e12e2c7c86c729ef4e72dbc541b33ac261673068b7fb44acb37e836d4e8937c38eff370304132fd9197259c3deb053d0d390f0fb76bbf8df6e7bd0e79797ed09ee63173cc8eb12a75340b290ccf68ac0e7f3c8e258bf5b4e0f4b608afa1ffd0e893cab46b21b11d7fc76bf3b203ca7bc9454d0a490ac00f1cabe5b9fd317f2b9057b90043de8090a48e677f85dae703814b18682ee84034ee93e235ddbb7ff07334abc0a73591de8160b11b1470451b0874382fdd96d0111debc22d2fbad328b268e9f3720efbb0cfa5d8148c46a73c8c9d056bf2de473264c518a8b896ed121a670971e89c18824f0b27a0484b6f9a4b81474b96cb25f4fa676dd72d0acc71ff2f93d6e997b178754b622b9821177f8db1057e183fec6b515ff080d89746d85cd13100be077c93b289c7254a25716b788bd16b6393d6e47c0e113272b28af7f8a8404e09493dcdcc16ff5564e79fdb1fdef1420d7fa467e2ac527d63e140be1f8766395d86576e136834179efafcbed15ff2b649333bfc222b8bb6d821b78bc367126bfddd02567e6878262b10309a3e77f4585d631ed3b2512df11d13912f64905c8e1114ed217f6f99d1ebbbc27564ed9f33b42768fdf111054c727dc6640903ef1ff5dfe80087b3e9f37e4f325ecbde4666c29fc87f41b89b317c3018770f8cea0cb261ed3ed1740d323de50b811c14aedb248c2130cc9e13bb68044cb7e6758ac93ec1b9685e382f7d9ffde648ce8ee893567c7138ec82bef5c0e2900052382c0b83d82b2391cce80c72fe096ec5609bb859f100b17f2393c0244876c5ee13a24ae0e04ffc62c93ff18a29768333f84a70bf8c26171821c6e77485e041bf4cb01ce92d2f8059e0cd90356af0870c2ab38c26eafbc1a37e2f5daed821bb8fe1a4df03fbaf9f73f26b0168a8feed029d186b808a8ec120ec32b3cbdcf2bef2972f905d30bba44c8f37afd82d905c3dfaefe71dbe538b6809c31e10d5ba5b02b4f6bf82fe93621693dac17efdea645ab982e8974221d11c157c3763909dfe59003d6032e9fe07dc1885dfc9ba0559c4a4fc81d14004db859793197d8e121bf704e228c88fffe475b6602ef59fd86aba3ffffd0acef968364bdc2a15a9d11f1720e972cc772790568914384ed118f5738589bd766b5d922727ab5e04e56971c2a2c7ec4f5d7a52affe32298b844d504c5fad9c3725e54c4eff20997e4b085829180882aee90d3ed1284c92a884658acb6f841abacfc97795c39e3cd2abd973381fb17258a36721c5ffb6f456af11d6313e59a23ab5770826030ec7738e59d6a6157503823875b9079ab55fcb3474051bb4bce9c77da1c6247cbf67e01cbe5b037bf2312fa9b9772fde3ac2696b01b70783c36e17e1d81b0df13b17b1c528c70851d5e87cb6515ffe8b7baac7e01504341bb4f2ca8cf170c06dd768778338fcf1508272c2bf64fc26e622052391fd16d8b78c5a9147b506c4c9b439ccd90d72aef1e0d07037697cc24d9edce48d026de3ee4b0db83228286044d16b1c89bb0a974ff74195e611141ba36efd2352ee65b4a33717cab58b650c4e792945eac5850100877487079bf2b12b179ad7e974730227920c311095605e57778c30e9b403f56bbd8aa4e57c27cebbf723b89017d6c0eaf1c4b2e0861c01d1251c2168a84e4fd9a616b44d0774758a03b9f57de4322a71c789cdea03568737b9ce29f9db28d35613d80893466c227ef65103428ec923dee6221ac61412a02b2b33fecb3bb239243f904979517aa04acc1802bec8f045df20a796f30e471f912e634ffb956292eae63f72671312de362a4989628f4c2e3f20b5f294e55c41712e853de2466f5d99c5e9f387ef2a6207750044b974f6c489b2b20c2a33722cfebb7718a3235285fb3af7851bbf8fb93fc931898a44374fbeed17131a1e82ed1f23d6c364128ad457b0b27247e3489777a76f94ec203c8fffe667af9144d8ad00232ad7845a617fbd1a4541f25d3af1134a9d26621539e37641a497fa3ea521f32dda44755fdbe024d9ac993c8b4fd08993e28d1a4edf53b992ed027d4deaa87265df1da648a3424539bee68d2979943a661d7c9f447363419c24134992e17429365792334458d9949a6f995d094f4bb31644a79994ce9e9db27ad4a9f30699f35684ab6248e4ceb68b5931da44f98ecf376342577bd24937b13999a2c22d3ee94647a44cf95227f1732fd781a4ddf158e4253ca5c8bc9b4792b999e7d87a65477aaa3297589a4646ad3154d692c3dc994ac34999a6c23d3b24c684a5b7b1f99f62c23d351da4ce9caaf22538f21649afe9a4c73c2643a6621d3253ac8e9d3d2d3a7af32834c359a92e9142d6dfa33013465c874864cdb6b90e9573b9a326a6f91a902bd76c606efc8d4ad2f9a324dcd80a6cc799291c9f7894ccd7f23d3e82268ca5294ce5016ff293235a5239aa5031dd16c235a90e910edc2ec39df93c94fa7237b87a964ba4ace3d473a0a3a3972915fcdb1857674ae1625c934fc11999e6745539ed47444f354a5df95d77d964c355d648aff914c83e90ce5ddbb1a4df946aac8f4432c993e91b3caefa39fca5f9ebe7dfe3ae46af35f5a82a682c54792a9bd814cdd739069eb46323dae85a6426b1f93e97e633415ce4907a670c9c964aa789e4cfd090d155946dba4c82af200d6585a34eb04fa1bad9be792e9291d3e7b4e3ab5f633a5d0e44895994c5d7c64ba790c4d4e457932b5ba8626979af6976b9c9f4c070916b8e79353f05465538d8164da4b0fe1394aeed173fa269abc459d68f235ec4fa6efc9a5f9965208f0eda3bdea7b4fef58b45b7e322df982a66299c82117ebe726d3e6b5682a6efe4ca674d3c894e5249982cfc9b48d824ef1edcdc974fd069a4a6c4d4ea6aff4714adea40f5df2d3053495cafc154da52b6524d316fa5dfe5507c8748c8274301b45f7507e3d9ac2668a0ae143b43123b5688522ed096c452ed072443e50e42b131c46a6e1d1643a483ea76ce9b764aa47a0a6ec22da39e54a92eb28d7bd2099e611d3293fa5259a2a68893e54f07526d3f50768aa388e8e42a514147e2bf9db91a93339854a7d2fa1a972178aa2958711ada9bce21c994e564453958af4bdaa8ef940a61584dcab15ad49a6595a34555f3a0f4d35da13b7aaf1c77c34d5ccd0914c63fba1a956590ae5b5d6e9c87488b049ad9377d1543b42dcbd768fa5649a42ef58fb2239e43a6a727c755213cea9db92b05cdd69e4aceaaea20353770d1dabba6bad64da5e974c2f6817d6fdd20b4df51a93f7ad379f42797df77232f988fdd61f9b8b4cb30980d7df4db0a04180d063834a14741aeeeb84a64699c8af36fa89204613676a32d5a793d6a435b9a126b36d645a4ecbd1743e6dcca66be8219afe6a4453b47e2f99529036149db21999fa100d8c5e5d194dcdd2d2f66df623f9c2e6f573a2a945f17b64eac6a6b11e323da35dd8e20d81d398a85fc954632199b6d051883945fa44cc4dda982dd32521531762992d1713726fb9af0c99ee10e96fdda91a99bad3c76963fe9e4ce3c9dfb799e227d371da396d93d34fb56be825d30835997e2f80a6f69b56a2a983a718992a9643536c5f139906ae21d34efa38b10f482de8a8b842a66e149a3a4ea0d7eef89e7eaa938234984ed70859759e40be30ae0011f5787d073275a08d193f844e6dfc845364da461fba8b81c056970eb4a3bbc42527d3f23a645a4370a5ab760799aab526537372a25d67115eed9e332d99de1291ead1fa3099eed327ec3988deb1d7360d996e1005efad6b40a66c03c8649f42a67a2417f59e4d02689f4c74dcfbf62656fe7d7b829ddf9f2262f0fd0562e5fd32d0b1ea3f80c056ff6b240e0ef012e41fd09eb48e01dd69d106664f43a60ebdc9c4a46ce02882510377d13b0e3c463b67d01f84ac067dc88ea6c1ed4691a9337980c1a3288a0e9e48ac7cf095366ca28718528942c090c9e40b87d624d8397414091b43a711931e3a9d3eced0a31bd034cc51824c25c691a91b6dcc617db291690eb1b9e1d548bf1ffe85a8db08eb7a324da48d39e20ec9b7231ed0e11ba9a14d3eb233e57446b19636aa02a98aa34692671a5d8004aad145085a8fc9426e68ccd909647a49fb7eec8db2681aa72645645c1ba25be3d594911a9f92d671fc205274c7bf22b73da12865f026f426fe38e1f171344d8c7a41a602845727be1d8da64907285d3739496e32e5a53037b91e25f52677200161ca77b4da53c6938234e51239e429efeba369aa8718d8d4eb94029996fd10997211669a36e9199aa62725703abd1d3985e9c32923f5c391b6689a51d44ca6f2a4f2cfa8473ae68ce32463cdb842a76366a7aa64da4332d6ccaf04317e741526d318faf63f95a3d3f153e589689a9d8f90d5ec1a446267c7d03bce99482aec9c63746ae73624e43eef1e51ca9f2f121a9a9f8e7cf4fc7df4372e386643d342c57032f5203175e114cab02c7c48a2d2c24fd5d0b4289a7efda20ef7d1b4b81221d1c563fd649a422e6df16c4ac52f7e31024d4b7251aa61495e223f4b0b51d0593a9d58e6b25df4ed979d22e969d9194a5c2e7b7a914caf28342d57121f5a9e762c990a51d265791df200cbdbd03b2e9f45316df9494230cbef7526d32b62d22b4a12e95fb1b81599d6d29e5871f31734ad9c40386755414ab1ad6a4e49aa55ab09a5ada9d79e4c0d286eaf69d9844cc72804ac8da2775c5b9c04aab58bc9d5ae0b10c35f171d22d3568aa2eb3e90c8bbbe30d54f6ca842b466633672a21b43f4bb360ea7d3b1c945387a938b40f3a610e59a369d26656bd33d7a88cda328766c1e7d024d5b9c94dedcd2771699fad371ff250d7dfb6db1e43ab62ddb49a675f455b71da63fb8fd0e79a61d9c6bdae1a74fb8a35a0f32b525ceb7ab26c1955d93e920ef7a7a134dbb15e9c854710f996a5284d9dd8754d8dd23e8dbefde482ad99e7dc5d9f4104d7b8f52c0df7b9130f9fe4779d074202fade3816514c00e1c5a87a6833b09b9ff3a8704d02315e8858e742649ff6816fa5d47eb11333c7a9104e36355c87f1d6b46cefdd8307ac7e3c9e9771d2f4208f9786b52158f7722e0762227296e2746fc84a693d5a9d6e7e4cffc538b29769c2a4640f7b48d6486d3bfcc45d36fab292579a60a7d9cb31a129fcfaea07cc739773c997a13543cf71bc96be72b130b381f4d59caf3b1a4c15c3841557517ee1112bdd89ea8dba54c44d42ff527a470d94ea7e3f2163aee575457c934901cf25515154b5cb5114abb3a8196e35a14a18e6b2d62d074dd4b5fe27a909cfbf5f2549e717d38d54f5c5ff407994ed16adf6895824c3f5308b8d99c20c6cde924ccde6a42655cb73ad366ba3583927ab77653dcbeb5878ee81d3da92b770a90dc7d679b0d4df7b250c5c6bdb694caba5f8ca2d5839ba4203dfca5339a1e5988223dea4d7ff0f7b214d37ebf4359cac74652c01fb72626fdb867349a9e28290e3d194792d8d39274ac9e4ea29cceb3ea24333c6b4758ee7943c25fcf1f9153783189cee38b0d2480be6c31814c9dc97fbd4a4249bd5739e86f7c956328991a5016fcd55cfa84afa32949f5fa34edfbd7e76893bf394d1acc9b27a459bdcd48c5aa7fd4a233f4471c21853f5610127db79c04aa0f01dabe1f3a9007f8308204970f7f105cf9386b0d999e9373ffd49818fea7634fd0f4d9435991cf9589bb7fae497ae1e7137444bff809207d4d42f9b4af39d1d52a921441114ea1688e0859a1988f1159a1d883444aa1d4e13a2a94e53097a9508e47ad43a15c84451c0a25296e0a553d3c300a552c725185aa07fa0985aa1fffc189786014eae258a4ad504f4037a4d00cc5c4b8425b08bd9c425b1643b942fb11d53b854e8b15ec0a5d5904a70a5def6c64fa1103be427f897ecaf04b1534198b57205323144015c66e18dd15c60983d1649a87075961da444b6b3a82705861ba8905210ad3835468322b511a5098f361ec509883784415161d7d1c4b3214eb1596ec282b2b2c5dd0df2b2c836e93693da6791451a5d1df2ba29e61ad8f22ea0d6adb8a6493e90f26bb874854913c0df25a45f2d548f014c98fd23ba648413b3ae524147915299f213150a4fa198b9714a92ea240a548ad4700ae481d87228922757764278a34856817a6a981e0419166386ddf343fd3af4f9b01db0e14695da8172ad2d6c680af483b0af3568a741991102bd235c0148822dd1604818a74c7e86f4c9f0fc1a922bd15e3b6227d43fa84e9bbe7435386aa0861151926d279cc7089f644c61c5826a8c89807e99622636d141a151977613da622e31904948a8cefb0225b9129276ac88a4c8db0865291e93c064345a64bf43766de447e22f3668cb58a2c39686366f97e3699f60d4053d676c858155987dac8b414657845d64df425b2651844a61c980b50646b474f9fbd3885dfec37b0905391633766c1153987d3d2e6aa47d12a577dac2553e4ba4e0e26f73414bb14b9b790b3cad39c42539e73e47df3bc431aa8c85b0b53468abcb3510954e4bd45bf2b5f2aec1f52e48b2188916f0d0aec8afc9d2950e4df8635ba8a82cd0862147c8692aba250057ad442d5691d0bb54268ad28aca48d5938ea26993a27475391683aa245ce209356147947d1caaae886269b9b0298ad381d3edbef08ad15f67ac8b715f681e4441d5db0de44e13844cedda9203ce17c8b397c853b9af6bd7b19d6ae283cb930adaff014a36fef694e4fef6985d90785e72626cf145e37926b85771c2a810aef2cf24cde07a892297c6eda98be52987e52f8c6d096f3bda5d0547421e1e8a26710f22b8a7e463d47512c160bb414c52e91db2e1e4528ad780fda39c5a7927b2cbe02ab9e14c5ffa0535ba200f651284a8c26ef5b62c916326da67052622bc195125be9a495ac8aec5751f218e1c292cfc94797aab1994c4f69694b97c7120145e91b8473fc0dc9fb06faa10caf080cc0822345e003523745300da1ed60494ce028825db0844e11bc42fb2b74971e22f4106b1515e19d74b6232528cc956d4701acec4bd4d214e5d2a3b0a128d79a5853b94db431cb17c7e499a27c90be6a85ef08af56d88e65108a8ac5687f559c831a9fa25257acf75554ba406ea87284c069e58aa8a62b2a6fc3462d45950cb44daa6c9f8ba6aabf6173bba25a29546a14d58f1151af11c62a0b458d39984450d45410a3a8a5c22495a256262c9752d4aa403ea7764e82c3b557a258afa833f51499a663be4351e7331dd1ba7931f7aba85b9e207fdd5ee473ea52ea4f512f2966c115f5f25128af778a207fbd6b58dcaba89f943053fdada85a2b1af8c94f34184ffcb1c13a02e00d2e62de5dd1b0db0f64da411cb991993040230b9ded467e2ca051348aa55dd8682eb9c7464728f2350e8c2753753ab58d37d1666abc8d3498266b09d536b94cc7aa691c493c4d17510868360e332c8a661fb11f46d1bc3efd8dcd5ba112a8683e8bf49ce6f3c817365f8835ba8a16ed68d15a0ca33314a3224816330b353e45cbec84ef5b55c08a2045abfb7e323dc759168ad6df63c9b4a2f56c0ae5ad4f62c653d1fa16c58e36bbc903b4add0994ccb694fb43d419bbcdd307afa762bb0ca42d1ee374c792bda5d2604d3de4ba0b97d7d5244daefa2f3d87e3f9d8e0e1d09c27688c7b62945ec043a69b13b083cc4dec234b5a2e3595a8e4efb0904765e449e3c6e329ddaf87cc4b7e3bb11848ddf447b35fe209db4f8abb468f1af28ba772970074d5d33634e47d1f50f524ebbf5a06dd2ed7bd201ba57a350debd15e6f914dd779206d3e3203d44ef68420abd5761da42d14785656f8a3e2fb1de44d1b73dedd5be3fd279ecfbe467347dff868841bf99e444fbed222cd7ef0496392bfa9f4e4ea60bf410fd6f50141db09db0c9802b03d034d087a5ef8a81db08b80dbc43aae2a094a4460daa889932c5e08af48e835b60b18462f01402358317932c33f81121d121a588650ee94f0f31640dc5ed2187e90f0ef512ea18da9868cdd05ed8c6a8183a8cbed7d051bbd134ac29e189e169684f8cb8477875c4ef7486467cc60240c5c812e4b6476e5d43a6fd141f470d24f166d44592ce470f2061764c5b82fc63a6638f8162cc5c5257c66c226163ec03d273c6a5c1dcaf62dc16c213e35b634fbf62c26b12a82626294aa64ca4c24eac4d687bd2f153647a8cdd298ac923c9894e698a793e61a2179a7299bcdcd4d5b473a66e22656bea718a69d3e612b79a769ca8eeb40b84d2a66726b5737a095aede9e708aefc60a747fda123bdf68cfeb4a3673ca7af3a3342a2d28f532850fcb89448ff8f6b08cbfd3488c4d45953b0ce5d313b2de926b3ef11939ed38514a4391fe84bccfd40dcfde79498fb55fc9c83f4d59f5b617b92e2e7ebe4f8e6072994cf6fe840d38264a4922dc84d92eb82a6986d562c7888dd3c8a85a5e84b2c3c8305478a851fe9132eea483e67d17182648bae52ec58dc8f74dfc5ab89a82fad451c79e918222c4ba760f25fb1f42381f965cd2927bdac1316250813bdd0b249c445973d201cbddcb18b4c47c93daeb885ddae8a156f694facf463ed8a626534e51f575ea51cebaa1f09faac5a4bec77351597285647915358ed23b0b5ba3536582b5677a20a84d5e7b05842b1fa7d3534adc9857d148ab52969b5d7d5c30a2ac5ba65a45aaf5b499c6ffd727269eb3760ada262fd39da391b62b0ea5cb1613e85800d5be8286cf89d64ac8d7948f6db949a04844df309cb6d5e1e8da62ddfb1690a71d12d7b49e4dd1a35814c0e02355b6be1bc0ec5d62e74d27e2949bce397a69dc9d401ab4915bfbcc23a64c5b664b427b66526c4b7ad3e4916dbda93ecb7bd106180ed8db0f148b1434b92d88e36947dd831682e990e51aa616736caceef2c42746ba78bfceaaea7c4f97617c5b616c5ee3a741e77cf26bab5fb2016ab2af6d42025704f5772437b6bd3afdf5b878ed55e6a4857ec9b41452ffb161112ddb7984dcb487cdedf17e7d428f6bf23687da010fdc183bda8c2e5d7e4447e7efd9e548c4399c9d51e6a413ee7d014fa1287f6d18139f496fee06123c182c323083c1cc94e7bf5486edad1472a91447da41db9eda37652908eee23a7706c346dcc639bb0c34b71bc2d7dd5132929f29d284d5ac78986b4682746102e3cf12b39d1137789bb9f54130638c908e6747a2ab3399d8376f4e99c44624f17c2665ac56f1d286ff5db4f04a37e7b4a1ffacc38da5f67b661d9aee2cc6bfaf66773d0873edb8ac2c9d92194343e7b8aa2fbd94bb499ce69e8439fcb4948f45cbde4683adf95549ff35bc9b95f3c41b1f6d2289c8da5b8740b9b851497a328f25d2e4091ef4a37f2f75753918fbeda8fe4dbab434872bdba899eebda29ac26555c2f8ccdb48aeb1b4971bbd19a34ab1ba3491cbcb18130e68d2ba476deb41d24d335f298b782f442b7d3918478db46a590771494caba1bc6b270c5dd2ed879a6b83b8a0ef2dd9b04e6efde2531f5ee5b02a7f752d1c7b99f863219f70bd279bc5f826ab61e44b0074ff1601405e90763c8473fec4b14e9513efa848f8a10547c144f30fdd126822bbf97d84da60dc4b77f7f4a01ec7129daf78fcb5212e17175aa7a7abc0e4bdf158f0fd1a33ebe7e0a4d4fb25196f2493d0599f66161b5e2691dec6a503cbd3f004dcf38f23dfb8184c6e715483a7f51916499176b28cff7720821f7978f687fbd8aa2ecc3ab422476bd9a48151bafaed0967bdd9b8ee8eb85f4a1df1c2731e2ed26faa93f869200fac7fb35687ad7082beb15ef5a501af15d1b828aef669394f2ee1a21f7f71b29b3f8e1181de40f6789a87f5c4549978f1ba852fce349d2603ed5c32e23c5e7bcf4eb3f6fa2fdf525192dc797030474bfde406ea54c42f04e99a43eaa51ca24cd90a82b934cc3e9654a450b04224ac5f7e827948a2378ac948a47784495ca8228df2a958770009c52f919551fa52a39067ca5aa182a814a556924064ad5615c21a5da80397ca5ba10d6af2ad52ea4814a4d5344694acde18f647a48efa81d4b2ba49b8c7045a9db89d857a9cf8ae94da5de89f85ea92f8a604ba9f7d306d00f461aa8340c47155669d885e15769f81d8994d2581bb50ea5a913c23ba57900fd2e4b7974694a0bcd42545a96d1c6b4ec4748a68c2a89bc4319f5140f9f326919a46ecaa437689b24cb866aba32d9026cc05026af81993265f2cb180294df693195a5fc2e13ea00caef0e23b456a6dc8d491765eab4581fad4cedc0d60a659a3188dc95697d28e92bd35dc5649032bd8db66f7a1f264a94e93ba11355a61f4e5f22fd48f4d1caf46b500a56a63f910d4d19fad1b7cf3007157065866d18289419ef223354662a470f91b9122611945932a18aa1cc921583a1328b0d0192324b73a494ca2c9f713a8b326b26cc6e29b3d647fd5e99351aeb1e95593b635d87326b1f149f95598f61385166fb4c7f307b652452ca1c4590062a7374c46ca032c722143694399663164999e321865f654e2db6c82873d67841a656f4a1738e23879cf3296aa2ca5caf505554e67623d055e69e424f9fa71a96852bf334c39a07659e3648ae9579b6d1c7c9bb14734dcabce710c22af35f4688a12c500635646581aa14740a1c998ba68241f20005393e167a4b3ea7b08ea242e1d3c8a4954532225e5516a94767db9a8bbe97b52a26f594d611984e51da6e53b4b247212b57daf3a3d2ac74442317553ad663e5a0d2990c79add2a5413142e94e877058e91ec03fb51d61a7d2530893b34aef72ccfd2abd9b30fba0f41e47e2a9f4f5448d4f59d44f1ea0980b6ff051169b43deb7782dda3925b4e4144ab44438ac2c5999b649c9be984f53962e865c54e9ff959edeff3b76a82a037a025b813ee444033fd1e908cc466143197c4c9e3c541acbe895e1f15816ae0c4f268811f1d1068894a2f318a94548b44c250a3a6546a022a22c330de9a9b2ec480281e52a10fe2a57914e47b9f6047dcad7c0c102caf2cbc9af965f4158ae421bac395556f81e2b539515a613bcab709fc043453d8e0d52564c4300bc626ddaab15b79013ad54ff14993ae2300065256a5054563a4faf5db914a6d894551a50e4abb299a255d5229dd154dd4a88af664f6486cadae90993d76e48a63a117a883a5be8d7d72d448b56973d53bd4cd9c8949f0e72bdbef442f596621649595f8f2a99b27e2d547495f52fa1f6a86c901e2b53950d8a618980b24113f2260d8e29d0d4301fb25f65c33ea80d291b0ea463d5f01c3d6ac30f047d1ad5c70e2f65a303580cad6c52164710299b4c41e949d964235604299beca090d9b43eea39caa6b3b1f741d97437ce0055466723571b9d0f656565747154ef94d183290e35ab819d41c2842561cae64d886e35df48dcbdf9336c2053367f4fabdd6200a640943107c959c5dca6a56df9237d9c96e72964b6fc8c990c652b9a44ab6cdb8f4240dbf15896a46c3b0fa73829db1e41c54dd9f60ebd63dbf7f409db05e888b6db4ad0a77d2a2219edcbd1ef6a7f96fc5787002aa7ca0e23099bc4d6a0458b5d497fb0631afad01dab5068ea58c346a64e28fb293b6e263adf710bd659293b9e214ad9f12685f24e345247d9a91281c0ce7aac5d5176a6497bcab8647486e22ae2540f655c7f3f998e939f887b42603e3e3f419f2e0f69cb750d53aced5a96026bd70914c0baaec4fa68658f22d8b3a8ec114d71a84773229e3d3a911beaf113a9773df661d9aeb2d721da98bd2e61c25ed9eb0b2d5aef36d854a8ec9302755f659f8237d1f47d76cc8b2abfb761d5b9f2fbf644ddfac5d15eed370767fc2bfbe72670dabf26f9d5fe5b29fc0e0890e31b588262c7a09158b6ab1cb4988ed5a0b54462071f23263dc44b446a480c41d8a1c7e9430f3393e236cc898925e5b052585ea61c5605c57ae5b0d1e45787bda10833dc875d46cae145498d1ade9d7ce188ac748646eca6771cf105afe1508e2c85690be5c876e40146f6a3a71f3919c57ae5c81b744447d93013ab1c1524a5665427a281a306d1df38ea0085935137e86c8fba413b67f42862f86362e90f8e0d113118bb9dbeeab828ec74518eeb4b4c7a7cb50964fa8528d2f80fc41f2776a5533b6928e6919593a9f852397935d1d3c957c9294c31d1a99dea222570da72f213d34b1161f96114a18e1f269086fcc30c22653fccc171a5ca19d5288acee842c77dc663faf6331d58faae9c59ac3399ce11f9f9b121bdf64feb48bdfbe977a2cdb3b2d1d99e3d908ec29ca6f471e6b01c39377572323527d431f767c24c73cf93c4332f353dc4cff9b18652f9736992787e9e49d1fde71b985055fefc11db1895f3b3939abea029f1b4050bb01c4fb96033918c850fb11f59b9c84bb2f2a25ee4bf16f521dabce830919fc52a9c41a55cecc27a4ce5e20a580bab5c3c8d22df9282a4f22f1989050ecaa54acc6f2b970e5a43a6a184f8965da32fb13c0be561968fa2a55d7e8992672b4ce4e55698b1d549b9524d6e6865996c64aa4f817565034af3acec85bd94ca95c309f1adfc83d0e3aaa504c0d72427217b8d8df0ea1aba6145b96612fd8d6b97939f58bb028b5e94eb2ad1ef5a779860c17a3b16aa28d757248fb9e17b2cc6516e58482070c332c2001bde93f6b8d1884509ca8d4d09fb6eea47ac69b3166bef949bdb608980724b7bd214b6cca087f82535364e2a7f694408795b73c2bedb1504efb6a7a0bcd54e6ae752eebc4d1b73d720c25fbba61082d9b597b294bbbbce2553378a8fbb7fa3b8bda701d60328f70c23957fcf8a1768da571fcbb894fbc6119bdb5f88fee0fe97b48e07ea61e982f2c0551c6fa13cf098fcc4c171e4140e2e25d3afb9481a3864a2a370a422766f2a8f74251de0c86b8a56473350683a6aa3cce2b1ee38bb5b79ec1e363b2a8f7725e8732205968e2a4f64277f7f621d76362a4fa526da7caa28765b284feda6c877ba33059ddf8e12703b33988efb99e9b4bfce46d1493b770f1bdb94e7471077bf60c4b224e585d684d22e1ea70cdea59f09465d9e4022dce5eb446baeb450a0e96a7f4a8c5ff3e29c53e5f53fffe73f993e13eab8999a62edcd82847d6f36e29fa2fe47e5cd9ee4b66f2523b9fb5688f0fdad6558efabbcf5292f9a6ecf208871272b7dd53be508e7dc19837d01ca3bbf610d92f2ae0b8b1c95f74a121abad79fe4dbfb1f08343fe84a10f6c17592a81f3ca5029a4733e9d43e7a8b73d395bf67a600f67b2352447e1f4221f37139823e8ff710d57d7c884eda9318daab4ff76199b3f2d95092499f4fa2177a318930c08b2904dc5ed2fc2fe5ab1a240dbcea47e9f3576370b080f2d531a2a7af0d84c95f475152ef752b6ce650be5e44f0ee4d3702226f7e224de1ed2af2ab6f77d20afdd19e90fbbbd424b8bc1b4ceef1432a2ca2557ea847a9bf0ff388c37c4a4ff1f153266c03527e7e4dfbfecb3eac01577eb98875c8ca2fd789827ff94428ed6b8834f7afd1f8daaa2407f01e0395c2805e4ea52883bc56a55462378f4ad902eb3a54ca29a892a9944b30fba0525ec7498e2a550964272a157594a8d43950f653a90be26652a93b637a40a5b98d284da59d80158d2aed224c8ba9b47b1189aa7425f00ca9741104ba2a5d6d74c82abd132b07557a37325695fe15ea5fc284b1436548829c4f6598824741652c80115965ac88d92d9571367a2695f11e962ea84cafb0b84465ce4c4b6b6e71934c4bb0464465a943cf65f905d5289585462daaa2b2a1f755458d47f14615750039b22a456fc498aa140bb0ac52f55d417469aaef7a239e507db7947ed777b7e8a4a54c86545795f23e067c55aab228cba852d54378a74ad50cab5c55a993d33aa6ce8c505195da8ec84a957a04ede834fb31d7a44adb987674da7718ad54e90e61fe5195be29b20055fa7e58c6a54abf064b8055e92f60125495fe2b6dcc0c01da26199a230b50651889044f95e1070cd2aa8c46d46a5599daa3db5665ae48ef98792e2d6d96683f992663d24595e5267dc2acdf639f8e2aeb0974eeaaacd710e7a8b20d47a8a8caaec4d48c2a7b77e4dbaa1cc310b8a9726cc1c244554e27aa8aaa9c3e140755398f60fd842ad74c0cbfaadc26a494aadc3b50cf51e551231051e5b947db246f29e4b5aabce5b1f852954f8fc538aa7cbf23c15315c885452faa02b9117fa90a74a6a52de8a06855f030cecf5115bc88f54caa82d7b1f64e55f031720555a103884d5485fb53982bfc230a1baac22fe8b90a7f463ca12af21833fd2aeb41720a36174a622a5b23da13f67cb442f6d5c891558e41c8ad544e338e815639cb234c5739176309b0cab91a750095ebd300327d46a94ee589a175f495a015f28dc25a3255d12188a35545d7929f28b69d225ff1ee287fa88a2fc7f6375589a3a84fa84a5c44315555e2239684a94af6a19f2a551af1aaaa5439420aa5d6d3792c759d3c66e9ef71ec862a901529a52a980b51ad2ad8855c6d388ad6311c2410188ec33a05557820e68754e12d363445f2ce4553990d8401caec45155655ce814c47556e377dd57217e88896cf82235955e58b117828bf12f51c558514b47d2b6ab0345955711fd659a92abda740513919c1a8ca8fe84b5449420f51a514f9e82af5504c55559949c7aa0a4de25055ed879c4f55ad27edc26ae369d1aa2da59856bd3a96edaaaaefc5360d550dbad74d55631539f71a5be9216ac662465d552b2f419f5a65694fd41a43dea47665f213b5eb63e9a8aa7633acd850d589d079acdb9fa075dd7504adeba9b0e95e556fed29325d431d4055ef2976c5abeaafc4526e55fd4fa86dab1af8b0a85dd56038962faa1a30456a3800a57355c375983d55355a4b01bf7105e28f8def50986b9289984e9363b4b44d1f62c25e159d1f13f6aa68ba4a50151da20d101dc64c992a7a36a1c7e8d758fea36ad6895ea8d906dabecd0f517c6cfe80be578b0c84445b2ca228da6207e1e8163b3169ac6af19ca27b4c0e943655310db0f74115d31b53f1aa9885b4996216537c6ca9c3fe2155cb63c40c5bd3cd55aad6eb3101ad6a7d99f657eb277490db280904b62980a5b6aa364eec7f54b5cd4b2fd47629fdc1766e4243ed4a900768d78d3679fbd3b47d3b78511457c5a6218217db07bbcf55b18fc9fb762c826536aa4e570992751e4f51a1f325229e715589bac55da5ef15bf99b4a1f83be431bb9850e35375715214ed128fb564aaae75305fabea3a970e4cd7d544aebb1d25fed8fd1585df1e0ea2943dd7e23c3e55af4228afa97a6d216fd26bdf6e327da158dbbb0a0aecaadecb0933f55e418bd6670ca1a13e93b1f042d5e704d1873e34d04cf5bdc38fa67e0fc829f47b48ef38203d45e4011b09de0d54605dad6ae03852dc06d5215a3368153deaa083f4bb0677a59d33783079df211548fe187293a2d5d0fc741486eec4be4cd5d05b140c873ec2ca2ed57037660355c3c3746046cec5225ad5c84558c8a91a5598fcd7a872a42a8e4e42ac6974174c6ea8c63c22d23fb61ae95fe35a61d99b6abc7100996ebc40d3043f091b131e627a5335310d669154137f43355d35a90081c04921faf553da91d631b524a9d653eb12c19b3a3f1b990eae41d3b492586ea09ad68dc8f5f46d74f8a6efa7179a7e913ee10f2f28c2ccc847cb31c3598d4c6d3163a09af1927fea0fac5e53cdcc4c2ad9cc19f4716669e8516759b0ab41357b2d61cc39ad48089a5b0d338baab95dc821cf1d89c597aab9f3a2d1342f25399879015231e66da715fab904819a9febd0d32f284f046fc13a526a1666c0f4936ae13c4c5caa16fe4292fec2bda4592dfc8dd4bb459909632ed6538665b10b13f6aac5c348975bfc09cb92544b72d26b2fa94f4e7409f535a9961ca2fdb5b400d1d3a50b08032c8bc7d49f6a596f4cb1a9962da6c0bafc2585f2150d899dac6885750aaa15370950ae2c44d99a55790889ae1a470766d5653ac8ab2da46dafde47dad0ea43147ed7980975ac5943c170cd5a62f86b8ed2dfb8b63d967aa8d6fe4164715d5b2cbc50ad6fa940d3863ab401365c223162631a42db9b68e0946a5316fea9ce9445da5286f0fdd610690a5b7b915fdd3a8390c2d64358c5a3dafeb9339a7696a4bdba731589e2bb5660fd976acf086c5a55ed9943f9c77d7308afeecf8b955daafdbb6f92e92ded9c032948b33a309422f2814958bba23a708262ed4123b6bfa90ed6214f7ef010697c07df938ffeb52045ab5f2be2d451d521357d89436b49d03b5c9224c4c3d5e8e31c7162b981ea6851121a8f96c6b18daaa31bb1584275f42591b2632692068e15c6dbe955c776d2a31edf780a4d27a369479f5c4a82cbc9b538e55075720b05b05325e8889eea4bc1f0741b524e4f0fa5b87d7a143dfde9c384ef7f1b426ac1d9224445ce2d23a470be2a653ccf37c17275d5050d3687aa2edc224671711c05d68b1f090d5d3253e9c2a5dce4602e55a504ce956624345e3940dcfdaa9704f6ab749185eada4f044eafd7a7aa81eb27e9c0dc484330fd465b12366e7c210f70b33d05d69b8be9b8dfdc824d4caa5b4be9d7df3a4f0af82dea6c54dd2e4e21f3f6220a8677dd582ea5ba3b8448c6ddd954ba7097eb3aeebec7ca54d5bd3de4141e1c2499f4a19e7eeaa19b20d9c3e6b4b48f5a1078f87d173985dfef93e0f2f85336343d9d4bc2ec3307a1c767b144ca9edd2694f6fc20799317e9298bf43215165faa5ea6a333f4b25e35328d243de7e524f2d12fef525478358c9eebd52812365e9db3a1e9f519fa5dafef51a078938cc8f59be254c5f3a61f15d0bc194b2bf4e6016da6376f2861ff360b6df2b7348a58f5c736c2ab7ffc46a1e98ff7d882a57a970fafce50bd6b464af3bb717e34bd2f4bd1ea7d2712bb3e342215f6c3720a861f7ea1a4de8743441f3ed69e4ba62684b63fb6a0e7fa94e4059a3ec79267fad200db6d545f6652defdcb6c7ad42f6f48dbfe7a817efdd79b9477fffa00f54275927ef809d54966e31f5427d9865b4ead4a86e144ad56604456ab53e27954ab7fc43da156ef463ea4d694c133a4d64c4607a3d6ccc3be00b5e616d279b5568bb2b25aebc5b8add6964182a7d6b64440a9d66d454aa936644386af36d440c54d6d68b0064d463d6629d5c6e67886d4a6200ad96ad321fa836615565aaacd29b02a586d2e8500496dae8524436dbe8855d46acb0eccfca8a3aa617457472dc098a64eb60f053d75f203f4f4c9af61f9b53af9efb4015294c063a54e5109e9a93ac524142dd529ce63ae49fd5d6adabedf55c73e7c75ca494832d4a9d4584ba64e7512351875ea22484fd5a98be30848751a1bfd549ab1887dd569e6a1b6ad4ebb0ea3823aed5e5431d4e94663b7be3add0c6486ea748be8aba67b804ab33a7d7284b0eaf497b06d5d9de10a6df28ca5e9d767ec8bedbbea8c3403419df10aa25a75c64798325267ca40c73dd3ca53645a4d2b94e936b24c75a67b2889a9333dc38a467566237dfbccbbb0954e9de5393d6a967708b6d4599574b6b39a51b250670d90e3cb5a06151175d6c6b401b20e456ca2cee6224f9ebd2b4618758e0c18f0d53956212e54e7788854579d33172654d5393f90ebc895014bafd4b962507950e7dac47ff01a7d9cdcf9b06d4a9dfb37ace251e75163c854e7d5a010a4ce9b0d5545753e1b1d987ccf902caaf3b7c50a1775fe7698a65617e88e4a8dba607edae4054b6097a4ba602c622675c16e36327d42fd4b5d283f4a88ea427db097525db8016df222455097535b37d12eb4de46aaabb6fe41cf650ba0cea4b69dc1aa73b53dfb0432b542cea7b67f254feed8490fe1788f8925b5d38cc84aed6c84fd436a57724c6faa5d7968855c76727cae29a8f1a9dddd5042547b0c583bacf664c5d4b2dad39c3ea1a737795fcf41ec02517b8e611984da73116506b5f73b145cd4de6b383253ed4b87e054edeb8b744b5d743e218562414c5ba88bedef8ca6123990b1aa4be4422aa22e510f0b00d5255a13ea28a94786af2e79982046c96b982a55971a412f54ea2856f1a84bd7c2a655b53f2f4a886a7f37bc2641edff9900652040ae36d400e9a93a1c46954c1dae80faaa3a5c0bd99c3a3c5941a6f5e4b6c3f790ceab2347e9e9cb66c18c81ba5c7fe469ea721bb074415d6e0fd69ba8cb27257c5fbe27667ed4e547a20ea02ebf004bd5d4e557d3d296df40dea4fc7642a21556d026af989d96a36279f272157712feaaf8042fc652571a4e78b5f2110a27954fa384a8aed29bb049953f8894558d4a4fa6b4a816a8abc5d16a573b8daaa2bada231436d4351e624985baa6950e4ccd0a584ba6aed51e69b3bad6463a8fb5ee934babf596e04aedb4289ca96b17c49491bace78aca052d7594804afce1ac2137576d236a93b94f644ddb144f0ea4ec27c87baee1c3a1df53a638e555d2f1ec54175fd5e58e6acae3f91c862fd9f09d5d6ff4a70a5c1701423d40d5514f01b6521aadba834f60fa91b2da6fdd56807f1da4617c95935d1a2e0a26e1247d0bac94fa7d0d4741fedfb68ba6c48dd6c3ec5ede63951bf5737af836a94baf9402c6751c7a447b95b1dd3821c5f4c37da4c317d51ee56c7cca3478d598842903ae62d418c9657c9e7b4bc4ee7b1d512f25fadd362ee57dd262d01b736b7292ab42d4b34b0ed2b3a0aedea52286f371be746a9db2d2307d3ee143d7dfbfa7490dbcfa64ddea128669bd51ddadc24d35ac24cb143e8d4c6ae20d2dfd18f092f75c72913c874913640a752d865a4ee54112b53d59de6d149eb5c0f33d7eace4be9dbc79523ad236e3261f2b899989050c7ed23b5a04b730af85d7ec5899ceaae7b71c686ba5b763aa2dde6625195ba1bdd8da8eeb6837c61b733847dbb7bb18949ddbd16aab0ea1ec9b1be50ddc38fb94c758f78bc3941dde31712497a2ae8b57b7e42495fdd6b3aa93ebd9311bcebeb24b7ddb70d6180be5bc9c1f42b4fd8b77f1a2c7a510f0811631df8662e9a0637c6123af5e0c9581aa31e5a8cc0d6d04abbc9d492567b988ec2dcb086b44d8675245966581722b1c3c6d0411e4e73add5c32fd2df383219d692a9470e267578e47eacb5568ffc44fb7e545aec1e508f6a403e67d42fe4ac46bbb128413dba0f69a2a3fbd3f61d63a4f338a611268dd563b6d09718b393f8e3984724648f798d295cf5d8649dc93491bcdcb82738b34b3dbe3cedfbf15d706eba7a429020c68430bdf684c7843a260e22303f712f3601a82725230e33e91da1a1499f89ce4f6e48f46172335adac903b100503d79186688d5530a91c03ea51616f6a8a71c27a96e6a451282a676c51e16f5d4fe4429a7de5e83a6690328b04e5b4af461da15f24cd32d040ba6a7a1459b9e058760a87fc88265f4ea1f82440c667e47f98e99d1e46066b6249c33733009a03f7ac8f4930f079bab7f1a412ac6ace3b4ef67ff44d07af6334c66ab67bf25657e6e16d20be70688c3ccad44a46cde041282e62dc6c20bf5bc73a40dfdbc89b0c9fcc1049a171423c7b7a02da6bcd50b53133659d89382e192ef88952f298443e5d54b3692135db29b10cc922b58eba35eaaa1a3b0ec3cb6e6ab977dc6b237f50a237daf9541aca052afdc44487455180b2fd4ab6888a27ad514d290572dc70645f5ea82585ca25e5d954ec7ea8574d2562fae86a635e5e87badcd8e751deab567895bad3312965bf709abe1d5ebabd206585f8334e4f59d28a1babe2bd680ab371e205966e323527d36a9494bdb549394d34d2bc96d6f3a4e1acca6d3e4e5b6784886df528d9cd596ef09596d1d4859ca5f32d0a36e2b4a3ae6b6da58adacde3699848d6d34fd47bd7d2c9be81652f58e6594f9d971182bebd53bf3d226dfd98eb48e9d9329b3b8ab1809c6bbf66161a27a7743a294bb076043947af76672307b93111cde47b70aa8f795c2f94cea7d432834ed9f4d1b60ff216c9355ef7f4438fa4046fa1b0f5c279f73e03d9da18366f25f07ef514cfbb53a8ea756ffda944c872c9dc974807eeac8145a8ea39bb1705f7d6c36c1a863ef890f1ddf4330eaf83e3a56c76f129d3f5595f256a7ea1082395d9236d36f3f932c73e622a55dcf96c46e1ef5d9f97486ce2e226775ae1e059df366f2bee7ab53f2ff7c23e2c8e77b5255ca851e24b05f984030fdc25b8264176fd3feba549314a44bb34855bc9ccd4fa6f29403bb3c9300d2e559f410577ea2bd7ab5f529320d22547bf530c97ed7d652e4bbfe2b79931b7a0248379a51b9c18d61d85da7bef110672aa96f9ae8216e1622fdebe66152156f5ec661beea5b4968696f6d7f81a6db2afaa9db43b044537d7b0eed9cdb0b28badf294139c33bdd48b3ba739134bebbc509b8dd9d4a40f7ee35428ff72c447eeead21f9e3de013aa2f793100dbc1f4f69fdfbeb086cdd3f43a2d203bac35efd2035c5a1077309a53d6470fa681a49e78f4e60bba0faf7abb4c91fb72296f9b807c58ec777c9b93f5190e2f64449c9ff272d69e73c6d41e8f1e93c2c30553f5d4e50f1e96ac2264fd7e3dc02f5b31438b651fdbc3abde3f3d5d801ad7efe8668cd8b94a4e7bc384a9ad58b9758c7a77ed59b70e1abd3040b5eafa19f7a5385bed79b33c4e6ded6a11294b774b19ffaed34d24dde6e2235ea0f07557ffc318564e5f7f38836bf5f8595cfea0f1969853e38a8a0ed03cde4557f6842bef063eb68328d21fef8c940acfc938532b19f9a521cfa748976f4672d25083f8fa3a4dee797c4e6be64a3fa9c2f75b10347fda53f85802f374938fbaa2275e5eb47e4c81a45699452348a0d28fb691457d0af6a94b9511dd62869d2b146950e65068dfa082e8746d316918246d38efe46cd78747c1acd0f582da3d1ccc7920a8d86863b6ab4c711b86974df21c9d0e8f262bd89469f01bfaa465f16a5738d614d673419f3a1beaa311651a0c964443ea431d9d09b684c2bd033694c5b90e968ccf7d13369a2f662be5693f41a3a3e4dd2af481f34c9ac88ef35c9ce6054d024df898dcc9a14f9e951bfcb8da2a5e6bbfcd818a2f9aef24d34a5cc81f29a26e5137ad4546569e7a43a8d515493ea1daa519ad4f9d1c168d26c412945932113aafc9a0cd5d1fb6a3234417fafc9b0183d9326531c06694de6d4884d34997d981fd2646e435b2ef35a7aa1ccc750d8d064be8b5e4e938526566bb23892a3292bc50e4db67338615293dd484f9fdd83b53e9aec25e80c65af88991f4df6dfe82067bf8c414793230d12624d8e0c08b63439ba6345a326c71c0c739a1c4b71dc9f26c7195ada9c655024d1e46c479f30f76cda397973d1e9c8db17ab9e34f9b222f4d1e48bc610a0c99f8f5c6d81f6a8ae680acc43c8af29f81013389a42d4d2ad293c1d45254de15de41e8bdc20276a2b82ac5c63bf455fc2fe18a5018d233d52118d632cd22d8de3477256ce115866a3712970c88ac6351ca53a8deb25453ed71b6c35d7b8157460dc65b13446e3be896aa7c613758a4c611c57aaf154a13fe8bd45cbe1ab84452f1a5f3cd69c6a8a4ec091ac9a626d5109d414a3ba6d4d7105c5a1e29d91366b8a5fc28e254df1eb84014aba5168d4949c88545753721e9dda52e90790e9e90434955e4cfede9f1119ab26a0c2c9979ae0001c16ad0985b0d951131a822c5313be4f9b3c520585594d642ffd54990ca8346bca1c9a4ba6f37831a9a66c7bcc9d68ca4591272f371c53cb9af2ab286496ff447ea2c2cf083b351596d319aab01ab3229a8ad448a3a9980e05174d250342584da573589fa3a96cc442154de5d2e457aba4221f5da509aa519a2a5bfd68aab69e96b6da0ef226d5f5b4c9ab97c12a6a4d8d180a4d356e2161d1d4b883895e4dcde5a8216b6a0dc1b63c61229456fb25e6ad3475daa184a8a95b1893549a7a67b17343533f159dedfa55b00649537f054a3c9afa1fe91d1b8ea733d4283b3d44a3dfb01749d3781cd6216b1abfa1156a9207e9bca6497902354daa93738fce48e137ba39ed89e8de840ba3df626dbaa6d90cac84d3345b89a51e9a66eb91d76a9adda5d56e5e814073f378f25fcd5fd1b18a698a6c4e1373132bce342deb62a244d37211b98e56c951dbd6b4ea450eb9d56936bdc5d22b4debd614ad5acf424544d37a23058ad617e951db66c616194ddb7a5823a269db0195664ddbb7280e6ada27239fd37e0c4a629a0e1dc9b9c716a4df15db01653f4dec2ada001dad147e3b6ec372034da734e4ac3a752507d369183d7d6737f622693a4fc0aa3a4d1cb5a36ae246d2af8fef44c82a9eeeb9d674194951a1cbec6c649a8fa2b8a6cb325aedae0b08c1743d4ff4a11bf56f6bba395137d1f4c84c24a3472fac96d1f4ac4f5ca1672c39f79e4ba2d1d44b8f3d529a3ef9b0f741d3274840a44f2cbd639f7db4dadf3f430154d3ef22f99cfe15e81dfb2f422958d3ff29b64368fa7f40955f33504f717be01972c883266301b366d0094c236a0657a2cdc475699ac157b08e4f33a41239e4212fb16d4a33d4488b364c451860585e541535c306623f8c66f833dad1239ed2af1fd99e94ad91bf62db8166d4390a14a39bd03a8eee82f934cde8e91445476f24703afa3d563e6bc694a79f1a5305938d9a31fb09048e7949907f6c3ffa8463b7d0df382e393dfdb80066c135e3b693c43321356df20943e8b5275c251630711cf1da89af898a4c7a8aa2b866720e62bf93f3a2e4aa99bc8e9ce8e4edfc538788e14f498a95839aa9e5b0ce4a33f5679210a76e2771709a018bb435d3c2e460a64d241d607a415ada1f069234f0c35eccba697eb886830f353346636a5933631961a699392880cdfc83b0dccccfa433fd58828ed54f05c893fff400ab5c353ffd4e32d64f2f307baa996527d8392b44fe6bd6644cb16966fd8a730b34b32e624a5233271b7d89396ed286e60cc18e4bcd9cd9141fe71ca1a79f731d2bc535731e608fba66ee301210e66ec70a76cdbc25b4b4f30753ec98bf1687ac68e6dfc51a4acd020d660c340bb29214bcb0d51a32cd224cbef02429cd8bcc049a17e52408bba8323deaa256444516b5261fbda82fb9a1453769172e9e4b5071f13bf24c8b3f115c59c2d987259db07e55b36421e6e6344b5311a05c9a89b6c9523b61b9a51ed231972e26956c590ff213cb0f93f2b0c27e8a4c4d487958711f8bb435ab86607189664d3f0ae56b4660418866ed5652c0d71e27f6bbe13291d88d3908466d6c4aeaf0c611e473361e2362b0f11e56476a36652751695359f2e49baace255335da399ba6d149dbb41ccb0d349b4f117dd8a2269fb3259ef20a5b06936eb2e53ea18ead692877b27522e9d1db3e51d0d93e9b1cccf6a598e8d56c7f8aed959aedaf89e0ed784c1af28eb7845777e9e9abeeca423e7a574e42eebbf21070dbad24917777468aa2bb7760a99a66f74902357bd652f26ccf31faf57b9e5174df7b889676ef9ddd647a4dc77d5f0ee2dbfb93d26befe774dd81e29893d61ca05e24cd814ef4bd0e3cc986a683c988fd1edc46bbf0e06e721d87aa6091a3e6502fac84d31cce4b60fe7027f2f7c74612ec3c36914def49db3e6ea3a870bc12f989e374c186e6443392524e4651003b999cced0c98ea4939f9e4614e9b7a414e6ce14a6fcf69947d8a0a839f3015bf33567539307385b92b2816737d33b9e6b42a7f67c6ae20ae7fbd10a9ddf40e2e0f9ddc41f2fa8087f5da84741e7c27d720a17fd5895a2b9944541269a7ca9b93c1a4b2a34973fd02ebc329632fd575691cfb9b2813cd3b5a68444afb5274a79bd199bc66095abe6fa353ab537dc58a1a7b9511ca708686e50b785e6460f4a82dea05a1fcd8d59543570e31eb627696e15a59d73ab2ad6ae686efd46e0f4f633f272777ea0a3707704f63569eece2071f05e61520beef9299f76ef366d807bbf9353b83f82f6d7fdfd54bbf2c04e9bfcc166fa830f2bd3d23ebc47b8f0510afa5d8f4a5051c2a30839d147fd49b37ab48c1cf2a3d594e6f9bd3221bedf6328763cc94e8ffa64147dfb271b88d73e794200e96969129f9fc66105bbe6e969a2e0cf3212967b969390c2f395f4422f1c58a5af79518536d38b8558a1a779718cb2352faed2ce79f1823ef4cb9404d35f6620e5f4e5612c1cd3bc3c42f8ebe543d23a5ea5a1e3feaa0845e4573dc9afbefa914eedab75f4255e8f20d8f97a31b9edd76bb0e654f3264cfcf16d05ca9dbc3d4a4ce78f66e427de25a7a7fff088ced087c7247f7cbc8013a1349f9a52eaef53071c5ca1f9dc8330c017a58d4c454898fde2c06647cd97e674d2be3427f7f8a53789115f6610dafeb2949cc25735a624b5498e23f4d12a8ce8d2b48a4118b7b58a6be83ab4eadda8fb6a35f910176ab5c551e3d36aa72387d16aef61d0d16a3fa3b0a1d56dc69da3d51dc7b4be565f9a1e55bf19352badfe20ee55ad61376645b44615d6216b4d4e7a5453348a4a5a530bccc46a4d93117568cdb9b0514b6ba691015acb562cb4d346d57b41a6b6288969a37ae2bed7463dc05c8036594a7ac764f931b06a93bfc62cb836457e3ca2da145b5099d77e5708870b69bf6b8e350fda5455f1206b533547d4a14dbd0a35646d1a25f20e6d9a54884db46936d33ba6dd879d1bdab447908b6ad3be478fa94d9783be6a3a2b72776dbab91802b4e996a027d7a6bb493b277d6dac73d7a61f3f974c17b017499be1254ad4da0c1f300fa3cd980a038536631e54adb59972d081c934077b7eb49976223dd566da8b0aa5368b011b7cb4592e60e2529be53656a568b365475fa8cd3e1585206df6a388a3b539544845b4393a62c8d4e6588881429be3991f4db9f29c22d30f98dfd6e69a4b9b297734566369730f4398aecd331475726d9ec9183bb4799ea36ea2cd1bb7864c7499a836ef08faf5f95ae3480a6dbe8d18e6b4f97df4eb0b64c3a48bb6401e440ada02e7e88816f8b81b4d051514740a0551a1d45af7210bd05a9fd206b06544f6abb5eda35d682f8c62aad63e114b6db5f67398c9d0bab4746a5d3db1f15bebea4deed1b50131b9d6eda410e02e4befe8ae88397cad7b2aa26dad7b266aee5a375db3a7756f46895aeb3e810aa5d653181b69b49ed9d870a7f5ec464d41eb394b1fc76b474d41eb6d877dd25a6f177a54ef4f489bb5de03144e7ccb09d4f83e2298d716d5623e4d5bb430262eb5450f603b97b658014c48688b37c17a136d090f7dd51255295a954c430ea66400c52e6dc9defc07a7e390746da97c9844d096fa017314da527be8f0f953d111f5afc7ac9bd6ff95bc5c200bc5ed4053ac86d7069bd3d286b438bc4a1b6a400e39b416998e36dc016b90b4919b04c9cae4c16ca0b64c5c3632dd210453ce4cb8b05c4a6473da728d086396eb866337b4e5f663d2585bbe0b961b68cb7f44e4aead30195359da0a0f316da1adf486d050653dcab7daca695156d6564e87775b682bcfc564a3b6f23dcc2c6aabee53a0a95a5467322523a450bd1272186df521c874b4d5e79137a9be83bc6f8dd4843a6a1cc394b7b6a69fdc63cd2f28b8686b25a5ed5b2b2f16db6b6b95208054eb3d56fb696b97a7f05b7b3d2670b4b59fd38eaed31fd9afb6ce0c0a7375ce914babab224059d7402ca0ee783a8f75ef9153a85714353e6dbd5a285968eb3726d4517f0261ccfa4bb128545bff0ae1d5fa77280434188da2b8b651323f9952113168540dcbfbb58db3d206685c94d076e3e6d8bca76d12c17e776d93e92892689bfe414b1b1dc1762e6df475e28fcd52601997b6792dd4a3b52d32d31f6ce1c7a48b36262f7de8963e62862d07d2366995841eb5d55bdabeadcfac41539b6cd863a06d338362479b8514f9da96c776416ddb1be499dac550306c77958854bb3b73d1d43e44deb7433242561d0ad057ed301b93a0da0ecb5014d7c646a10aab8dbd442eade33d4c81683beb51b3d2766e42cebdf3669495b57115c803c45d27bc1a6f206415efc6f480367e2761b92e8db05855db6515f989aef90833750d60f25fdb2d39aa64da6e9bb03c56db7d217980ee27080e773f8ff2adb6fb57cc35697b16a30dd0b32dd6d4687b9ec316196dcf4b04617b3ec54cacb6d7702cc7d3f61a8b19296def8cf4a1fbea515ed3f6cd4fefd877096d93be6be80f7e4f6d07daefc7d311fdfe28e632b5fd0b108cea3f8ca27bff1f3123a5edff00870168078c231f3d600b39be81f3b027433bf02396546807cdc21a11ed901c58dba91de227573bd4449b69e849fa84c3fa12241bb61bcb46b4c393129e189e9648c6f09dc9c9749600e5889fc9c18c38444774c45b42ee2383843a46456396523bea38c97ea39e1231186d215830fa3b926f474fa7a830a60bd1d331d308598d994dcae9980f8444c76a08478f7d402f34ae2e16d16ac7b5c354a9765c6f92eac687489f18bf85166dfc058a5613d504e6278e248e3cf137c24c93b693fc31b9254598297ecc656aa7cca4a8306509a18e297bc9e74c794bd8776a2c6da669215aa1e9f9481c9c3e109354dae90749acffa10ea6c5b43fbca7d59ef1201b9a66d6c2f95fda99b1b4423f66a6a0f3e338721d3f65a7d3f15334b98e59368adbb3f6122b9fdd8e50edec09c487664fa354c3ec9d2492cc29444077ee7eda4cf35251a0f8b905f9e89f6f10129dafa4a3307f3939d1f9bfd036593013cb7fb40b8ed1d95ea8c19a2ded420b2683b40bd3d23a2e3c422e6d91128b42b58b5710df5ebc1aef8ad72e7e41a6250a223f4b5ad02e5c329ae0f0d22e98d4d32e3f418bb6c24508664553cac3acf8994edacad45867a55d9986449295548ea75d5989e0ca4a06942b5f915358959d567b552c21abd52dc947af494b7f704d8414f035033aa3696d13928bd6fe88ad02dab517b1ac52bbf63566e7b5eb5cc402d67dc1716cdaf516727ceb8b624985763d558969d757241ab8be069ddaf53bf90f5e26f179c34f240e6e3c4f1b73532d02ba9be6514e67b3121b8fb49bdf1340daa223497fcb1d4a6e6c3d88d50cdaad5f709e82f6978c2446fcf29c4eedb61ce4f8b63f9940a6a774b677f42652b6b33376366a779ea41dbdf30561805dc5694fec7a439869f74d72a27b622850ece94041674f3f12c5f72ca12db73717a1edbdcd89baed3d48ec77ef4df239fb0652f8dd379ebeeabe8558caaddd5f0d4b04b4fb1b9124b6ff30a93efb2f12423e909a96e3808752b807ee5376ebe022c2f7076936bcf6d73204ad7f1d4cfbfed04892190eeda2c37768372dda112da5b28e34274df4c8176cd6d61e55531ee6a817aba8b547eb13d339d6924492e359e8b98e37253f71424589cb133928d17bd24a0f713a37b1dfd35e524ecf2871caa1f65c53ac4dd79e6b4d21e0fc721210ce5fa334f5c5de3801507b494b998c4b56c2e497e8aa70eda52e84602eefc1c27dede577949cbd9a9788fab534c474ae95c79a2dedb5181b99c6125cb9de8a5cedf55f68e7dcfc8144cb5b7729f2dd4e494ef4763a3a56b7b31070bbdd8520ff9d3654e07077059da1fb6ae2a2f7bb620f8bf6fe5b2a67793898f6d7c32f44b71ea5261de0f765e4601e572069f3f132cac33cfe82bd0fda271dd79089ae11d23ecd8a554fda67df51ac7d969f8ec28bdca7d0f4b2e26e320da303f37236d6f1695f9e25f0f06a3a36f96a5feda30ffdba02d529bc6e480ee6f5574afdbdc947254e6faa12687ed39db8d59bde74d2de6e2637f44e4babfdae25d6936bdf752568fdbe2c79930f2eaaebf8509664ac0f1bb0055efbb123367d693f6ec10e68edc7bb04743f51ef83f6d378fa389f8ed0fefa748f30f9e75c74ac3e9725c8fff936f1a12fa548bdfb7291f21d5f53d366fa1a836a942ec968243fba243b11a5e9143afc123ae53cfa29e57284643ae5aeb96852b545355da7ae875154a7ed39004dba9c389548985071d3e976626b98ce60c32fa1334cc1e6179d613aba0e9d712a8af53ad3627a47f341a4a73af3af08447496345802acb3fc81844597343dd69cea92954437a44bb60989942ed905ccfce89217431cad4b7e16b995eebb5d28b8e8bebb8b914f97f23e3d7daa8cc85875a90a6060d5a5ea8ca059976a3cd6c1e852efc04909c284b9135d3a032d47ba4a58e6ac4bd70171b42e7d7aac37d1a55f4ffb2b43767430ba0c859036eb32d4448d4f97a1d1043465cc8f751dba8cc730e0eb32d9e8ab662a8eb53eba4cd36903643a845c5497b9038aa9bacc175073d7657e8d1e5397a5187d892c35d1c1e8b2d44136a7cbd213f9a32ecb62f4abbaacd5b0c04197cd8a22892e5b2b84fcbaec3b30f2e9b2bfa687c8d18e9c428ec1e8ef7539c6d3becf39883e61ce1d889974b97ec6b2115daecdb48eb9b661424297eb3c46055d6e3bfdae3c16c4f7ba3c3e2c7ad1e5d94d5f22afe926997e4612abcb5f0dd3fabafcbf2333d41588256755e0003d6aa1a488bf7485c238ab4e576811798042d7b1665e57e81926377485e7610a4457782db9b422bd30cfa72b3206b995aec8646414ba228b51b2d0598f20d0d5d914388b5a67db8635943adb57cc78eaec5accb1eaec8f90bbeb1c36c4be3ac73e4c95ea9cd95043d6394be0d43e9db31ec2029db3298e7fd2395fd15e75694ea1c94d605ee7d6601984ce3d0c079ae9dc5350c8d6b977d33b7a3458a3abf3aa5166d079172447936f01c547df7ee469baa2d9b391a905fdfaa28f106ce98a8d436143576c37ed9c122570b488ae4449ccfdea4a8cc6a2045d897d28e9eb4a3c273754b2c86e3255a7d52e5589e263e9cc28e9eb4a97c4825c5de931a850ea4a3f202f17cc4f5121581aabc474c12ff442a158f2e4a1e97460c2ad51b4d485e39149ebc22b31fba00b5fc2d2185df8399608e8224d90d7ea22a36d649a4bd83772975ebb0c75d8ebca4ca3452bfb0a550c5d391f6d93720f28fc96df4a48b4fc1f58f6a6ab909a305385fe38d04c57e113168feb2ae6c574b0aea20d35515da54b283eeb2a67c66ca0aef2038a3055a6479369067de82acb094655d55008a8da864253d5ad2fc8f48adc76b5c6847dabc7a2b2a5ab3e8f3c79f50f5898a8ab511a9b8f7535685ab8aec6477aed9a113f9a6a374006a6abdd827c749d51f4a1eb6ca133543780157ababa032690e912961ceaeae5c36a2c5dbdc7144eeab7c4fa555dfdc18486eaaf46715057ff282aa7bafae7c94f347011b76a507c009916a07cab6b70891c72c37a74b61bb93079a66b7482f07da347a875e81a7d4586af6b9297625a9358cc52ea9a6c2150d3642bc5c7a655b01341d7f4182d5af4023aeed18fc9d42c038af5ba662d50c6d2352f4b47b4f97d72ee2d92d35e6d910925445d8b4184605a1c2040199302f31dba98a384015a66c6149bae651cc1e1963b3071a96bf51d858056a5d94463a974adfec084bdaef5796c05d6b57e8a0295ae6d676c9bd2b5d3614db3aeddef04a3da67c6124d5dfb0144ddda3fa375ec301d25575d874b58c4a18b3d487eb563656cd3d075ac8ba531ba8e0db05842d7299e9042e72c98c0d1c50551c8d6c57da56018ff823c66971e38384cd7850602e9ba1c2246d1e53c3998ae4709ae743d86c2bfaeeb63f200dd1e12bceb6e2669a07b3acc36eb7a308eeed1815ebbc74f444f7bdc25b0d5b33da1c79e7dc821f7aa43f1b1570fe20abd86d027ecb500455e5dafad9828d1f5da83894b5deff9b4dabddf9127ef9396b8689fbc74f8fac4d349eb739ca04fdfd4c40cfb525b9eeefbd6f4bbfae5202ad2af381dbe7ed308cbf5bb4ac259bf7bd8e1a5eb9f8ffc57ffe3f4da03da92b235e00e71e4014fb0f35f37f0f06e340d4a4a32e9a05f88820f6e444c67705302a7430284e5861622383cec07720ac3e612841daea2a330424ba17c446bec5ad68d984a5f62e424823e23e760925d37ea38e19cd10308928dbe49886ff4234c79eb46bf259639a619d692e9c6b4c254836e6c6a4243636752001bfb08f369ba718369478f5b4d82f1b89374f8c62b499f187f8440e0f8ab046127e8299c4c9845df7ee2761c6bac9b4813e47593ca934e3e691539e4c9b1b48e93a763018d6e4a46f22653ea5308983211cbde7453c7e3246dddd4cb741ea73e268f39ad2a9dede96db1f945377d0ed1ad1f7252f8fd219688e78ca4d8eba69b11c23c9f6e460b720a33a8cf5037b30fe6e6743387d10698398502feccd3a4b9ff18a6a4cb8f750946fdf81893c6ba9f321351ff69127de89f361068fe690f7d89595ed25767dda3af3a7b1b819a398749279fdb640299f650289ffb1b3dc4cfb5b17b40375f836d1abaf95b883eccdf87ad61baf9f788232fdc491166b1012bd8758b69ba946e310d9dd42df90e4bf2754b3a90b35a32054b2a744b8b6289806e696f8a8f4bf712ef58fa854ccb37d3dfb88252a5ba15c57118b96e45272c5ed2ad18e727d3513aee2bee9064b1e21141eb95a9889dacec4c5f62e53552f9577d22c7b73a3b668875ab5b528459dd95b281ab379184b8260acbaf756bf211ec5ce3251563cd04823e6b66528270ad869663ed8fc47ed72ea474cada6b949b5bf780b8fbfa78ac40d0ad7f8283d6741ba2c8216f1849d16ac326cac46ed84eae63c36dcacd6d2c48a876235d1dabdbb48fc2efe652f4109bd7132bdf3293bed7d689d9d0f44b63a248bfeca175dc561e8bc775db6a9037d9164dac7c3bdd63a0dbde9cbec48e8c74147676a0a0b3732d419f5d55e988ee5a402173777b0ad2bb1751c26b4f23ca3fee69459f70cf06caf3edcd4d42f6deb8dd64da45c86a9f0a4b7674fb72516dc1bed8e164ea4734707f4dd2f80efc4852f0c10c5870a43b58070745ea0efe44a7e3d75c58f4a23b748954eb434f49093c92010b8e74477213f13c929be48f2363895c1f994ac1f0a892c4aea334075c77341f79b9a3d5b0cc4677ac06c5b463cfc8219fa84318e064140191937efaf62747103138399aa481932f88229d9e4fbfeb8c9210cc19ba4f4777262d0954672a511ee64c1c79803313295a9da51227dd593fe98567bb5126f66cff68328daf46a6b584dccffe4a4cfaec27727ce746d2be3f9f84fceaf99214b7cf97a284c48552a4635e3a415cf47255da72976b534af2f270f2269717505afff2110a73579ad23a5ee943d8f76a17ac7ad25ded4db4e65a1b82d6d71e93ebb83e83b0eff50784606ebaf1a62fddcd7a44f06e7620877c73318e92d2dd4a4572f72d0f71ab5b03c93ddece42f9da3b66aa37b9539fa2e89d2114c0ee4ca79ce19d5304b6eeaea52d77f70256cceaee65a287b8bf965ee8fe298a7cf7df9226fae01c9dda47cde8a43dba4ac2ece3c194297b928304f6272529ba3f594d1fe7e9489c39a87b7a96549f674969333dcb4082cbb3d5c4329fbd2611ee79453a69cf1fd28e7ed189cef6cb1d94a378d594149157cb68e7bc7a4bf0eed5577ac7d7766273afc7e1d036dd1b1f01dd37c7b0405ef7e60661a637376d687adbfd2699fad0197a3b9d04d0b77441a3ee0f039ded3f729d22d366fa38ef34040bdef5252cf7ee3ec5daf799494b7b9f153b1174ef975141dbfbabe4903f64226ff2a1f000347d8c227cfff12b3dc4a79644913e8dc2225adde734844d3e6f5590e92549c15f74e4dcbff427a8f8652929ba5fae5169cc570ded89afd52899fd95dab9745f1fd019fafa14c1835e410dfc7a05dd99ad574c41c4a757acc7ec965e7918cbf1f4cabba87fe9550d1133e9d5e9908bead534e550af1e8b284daf7e837045af49878a885e531291bb5e9b9a1e55eb4270aad77ec05be9f4baa9a804eaf51950d9d2ebf32247d6eb2fa1daa937a8f00ce90d01dcf77ac3174c2deb4d97113deacd35b1b24b6fde8a6957bdf913f221bd65145eabaab750939c3e6a32327c7dd4696c4fd2274d89dde7fa648de84b245b8bce4a9fbc333d7d8a91d8aaa94f711ff542fd7774f5b5febbb3b47352d951c6d2a76a88492a7daad1a820e953edc0748a3ed53144a2fad43a2c14d6a7ce8a42a33e7534b2397d9a789c42a74fd3750299d663fe519f360d62727dda99887df5e9dc58a8a24fe7c11c853e7d6d5a8ef423690364b885a44c9f3137fd54c6319858d2673c89685b9ff1371466f519cf606b983ee353acdad467ca8c839df4992620f6d567da42a736133545eb333da3e39ef90e6691f459952850e9b3ead147ebb30e4280a4cf66445ca8cf969c0e72f68d48c1f5d9372108d4e788a687c8419a953ec70464acfa1cb7b144539f8b4682e9738dc3a4b13ed73e4cb1e9731b69afe65e8b8d93fa3cad11e8eaf3ec233794b72042327dde08ea98fabce311fbeaf365c514ae3edf44fa5ef9cfd1792c6040515c5f2005a2217d8102b4990a4cc4ec96be607a44a2fa8227318da82ff81b0ad9fa42b51188e80b47d1b72feca0e35e782416eeeb8bb8b15c5d6fcd8684456fad8e445d6f6d8ffc516f7d8f3336f4b6de5888aeb70d26576bf7618980dede9b76b4fd29e242bd23097d42879282b4a335e22fbde334f92fe77e0599ce2000d73b7f47814aef1a831449ef5a47aec3f5021537bdfb3c4258bda72f8abc7acf44fad09e8be4e53c2f699b785347932917223ebdd749bfcb5b9bf6bd7730b213bdf73ca666f4de67a8afeabdaf3101adf7e5c2cca2de473d78faa25e4c36ea8baec54909fa620b5126d517bb467fb0783ed414f425d2a2a8a42fb180fc44a9ca4891f4a52ea352a32fdd17951a7de947d88ba42ffd94408dff0fa448fa400edad18149a820e903c7b0e4501f3a414b1b7a4308265c0719be3e1c438e2fbc09fb02f4e1b748aef591d698fbd597d12151d797c986ec445fa62d36d3eacb0cc27e3e7d990fb4da654b60465d5ff6f25c323d4789475fae0ac1a8720bb094485f3e236d93f279e813960f601984befc56621415f261ee445fa10839f70af1f4eb2bac25fc55e120ffd47dccc4ea2ba6c6366c7dc541386f485f71059bae1272af7497a255a58f58c7a7afdc0e7b45f45592e020197d956504b6aa1a50c5d0575d8c990c7db56a7e32f5c57a007db54bc858f5d56ed33bd6288bd9407d8dbe14156afc4c5ca1c6524cb2eb6b56c7b2117dcdd738b0455fcb43c1b0d62a5ab4da2909c1d4299c8d4cd770f687bece178a30750b5314ad1ba2f358f72239987ade9b68aa9f03b36efafa95e843d71f85fd56fafa6b5109d437b88e0295be6179acedd4379c4614bc51512cc6d137aa84452ffa46cd08df37fa4241ba717a0ae58d2b12df6edc19734dfac627299c34c98f79057d93b9c40c9b56c43cb23e3a256ab5fae83a2805eba327a382a48fde490fd1ac2651ca66db898a34379153683e03339efae6f3494a69be9af07df30d9834d6373f4ee1b74576da7231d9e921625eee4653cbdfe8abb62a4f2fd4aa3cf9e8d6b908ccb74945b4a6cd595aedb6d9700a8abe5d778a69edced0b1ead08cc49bd8145879a3ef6824e8d3b1b5024d9df21198efd41b653f7da72b44883bdd2587dcb9181613eae39a131589f71182892f432c33be033d6afc79828af1cf3181a3ef3207f3eefaae7e728fddcc9844d0774b4687afdb1a12f4baeda5bfb1db47721ddd5361a18abe879e56a8677d421dbdcb13eae8dd858867ef3f888af4892166d867256d93efbb1052f87e2a21ab7e05c821f7cf4b007c400adaf7038a13961bb01df57bfdc056a4b80d1c4c0779e0245274073e220e336825490383ded3ef1aacc114887e701cb180c12349e31b729c60d4902b0431865a493719fa95a2e8f0a4e43a8637a403333c1ef37cfa114969af8e88a3c837621b6da69111e2a223c7d2271cf93b0afffa5166f2f7a3f290743eea27d2994607481b1aaba1471d3b8736f93823f62be8c775a52d37ee37f2e4e38b611d9f7e7c09fa12e3cf11ea98f019ab0684690d9a26e9ab91a915d646e92775c5c4b87ed2cf4432263dc45a7efde430892493234458a6dca1a830b51f81e6a92b88514c5d450779ea47faf5d30ad2f79a5699c0e9b4195813a89f769ff6d7742b66a4f4d3eb10f4997e80f0fdf48b846aa7df2345f7875d14d366b423e969e659724333df9348f263123aee3f9626f7f8638d5364628c394b85c538fa59eb09cccfba4962d79cd41474e638498c98539774f2398d3043ac9f73865259738398c3d7cf6d8945edfa7975c917ce6b4fe771de0e7aed79b7e8517f3e4ebe70be85fcc47caa8dd2cf6f458e6f41469c78a15f78d04fa6e7e4a31765c0724ffd223b6ddf458de9b91677c1220efde2659dc9f49ed4bb2539b1b542bfe436a64af54b6763fd977ee95ef24ccbda611e59bfdc4fcae9f2a5a434afe83d174d2b8b92cf59598e9cfbca7a94c15bd90e9b98f42b5f6119aa7e9582d4f455732855ba6a637234ad8d272965ed751279d71523c7b79eae23d0af6759793d6791d67fc28cba7ec33202e01b569027df9881f6fdc6b55842a7df7800074ee937dea3e5d8948984b34d2f28fdb4e92dd6cceb37ebe8886ea6b951facd3f923eb1791d058acd6fb0825dbfa50629a75b8ed2c6dc729e68cd56ba9b5aff4b03ac1cd46fbb4df474473edabe3b7e218fb9d36c23d358c2723b7fa434cfce8be43a7615231cbd7b1cd616e8f73425d7b1a70df1a1bdcd5f906916e900fb62e96fdcf7139db4fda9487ada9f8f28f8fe1314b70f342165fe00dd1eae3f5811fb4ef4072713ad397819db18f5076f93a4ff6b093a8fbf96245ff8eb36f298877e1840a6ab948739eca1887cb815a9fc87bb127a3c7c8a36f9e12fa4031c2d443af9d10ae4738ea5a43874ac0c39f7638d69af1eb711293b5e86d8c971ba175c7fbc1965d48fc761c1a4fef844fa38c717504c3b1185955dfa1349c99b9ce849dfebc4519ceba33ff194f8e3c912946c3c799c0a094e7ec2966efda92184314f4d2461f6d419c213a7d39006737a0e9dc7d367e9d79f3e4f10e3b73184dc7fbb4c84e54c33e2ee6746d2be3fb390aa8bce5c201078e6fa1a349d4f4f452fe75be1e056fdf94fb4732ef4a475bc308fe8c3450721be8b2efa5e9772537cbcd48ca4cd4bebe8852ee7a787b8dc82d0f6e56944caae24259de9aa818a71ae9626e873b51241b2abd728cc5d6b4d3bfada0d059aae272350733d1729f3d787d3d9bea1226e75333d2dededcbb46877989ddcf99d8a38ee7ea62f71ff38f1ed073da8a8eac18968343dd413df7e588dc2dcc36e147e1f8e2195ec5141da008f5a50c0ff3d0a5b51f4bf67270de6f70614a49f64a28df9242fa9b04fa6111079f213a52d9eb623e2f9ec1a05c3e7df11e27b9e8e04aae7cb687fbde84c8eefa591bed7cb1ef4715e7ea5157acd055aafa7103178bd80ca205e2f2618f5fa2b258ddf8c2206f656437ef5ed501c1ba47ffb2b9555bebd4d59a4778d6947bf7b8f55e7faf7f5289cbcdf47d8f7fd1d0a861f66535ee1c35b62bf1fa7d06b7fca89a37ef49fb61078f8f486a0cfe7dc74f83e57c05b6ef59f390bfe2523493c5f2a525aec4b2562995fc691b0f1351d3dc4d7fee46abf9e26a6f3f50afe9421c910f44c06455efcf606451f9c746c502cc76d6250a5c2db930caa8298c930a87acd25d31a847706d553c4e406756e2cb637a81b63ac35a8db63cac8a03e8ae1d7a03561dad5a0ad86a292413b1f71a141970e21ac41d718ab5c0dba75881e0d7a0b7a2683be0e7a39837e1ef26d83fe029e2183418971c860e88f8d3406d3308c0a064b4a74a2064b33d4990c96c1b8e50c511f30b16448da1a59b9215937f4ab8664cf515330244f8f1a8c3021613124cf83058086e4e369afa6b882e1c490323996e31952d641d86948399c5628e519f4d18654b9b10ec6902a8443ac0da9ced1c749753b1b995e21ce31a40e63518221755d8ca286d4a310031852afc7bc8221ed54cc5c1bd21ea40393f60db24c433aaa5432a437a1d068487f1291952143596c1f316468812561860c1fb0fcda90518f43560c1993228c326474600ac490b1123d6ac6da38e2ca907120ad76a6dc98453264aa8e41da90b90e060a43e65b585465c8fc70379ab2d03d2c866cc950243164cf8b25c0861c4350fe30e4584c7f30c7693aa239cdb45773aec42cb821e7497afa9c1770e08121d714e4b5865cd36917e6fa886284214f038c8f863c34ffcb90370d569208134585bc3419da9077657234e51b8e90cc90bf263998fcf3b01ed3506021661f0c05f6d3112d580999b4a1603536ed47d46128d4112199a1d07e046e8642bf5238297404cb460c8553915f2d5c16abc40c850792972bbc1c6194a188132199a1c805d4270c8e4574b61d9b502f34388be35d9206e74c64e506572accba195c77c829b83e237533b883c8f90cee8688ef0d9ee958a862f05ae9e3f86c74147c0e7aaea25a24fd86a2663a1d45d362bd89a128d5fa188af6a28f53bc21664f0dc55bd3962b31804240c9ac980b30942c47f8ab64158ab525ab634789a1e419f298a52bd3f62d4d33e10ca53b61e7aca1f47054740da547237f34f8cb6215b521708b3e61508fe90143b01281c0e03bf25fa19f31d764088fc794b721fc2b56051b225ae43086c870059aca44a3366428d30e25574399aef4426556a1ca6f289b810e5fd98a3875c150cec5a645b457cb8f25085b7e0a3256430503edc20aa3285054fc8aa292a1d26adaab950713cea93c843066e5ed78e7aca1ca354cba18aab6c56b8e0dd5926326c3508dea6a0dd5161315a9d11aa527438db3a875186abca01050d34c98a96608fbe60c35d793dbaeb50ff52f43ed2882fcb533d111ad6b21ff55770c2a6e86ba97b087c550bf1ce1fbfa3be9b51b8cc4821043832558b66b68b0960258c392e4dc1b2e254cdea837b1b94663088936fa913040231a026b68741fa9aea1d1134c35181a37c35e3743934658296e68320c6b310c4d1da8c118a20b600595217a16418c6619e81336cb4c1bb3d9002252cda6d29e68f69056a879377aa1e6c3b009d3d0fc37da00cdff2000dec24f9ba9c5262cc631c4a869d15ac6632ec0d072e200329dc0a23d43abfc28181b5ab5214cde6a137de856d7e8abb67610456aedc1de6643eb0aa7d0d4660b26960c6d53d3196a7b81907bbbe384c9dbddc4ca7a43fb4e746adb1fa54fd8fe3d45bef61f0950c6d62706167b07abe10d1d0bd272744a89b91343273fedaf4e0d08a575ea46b0b3d3318a1d9ddd143b3a97c4296186ce6d295074ee8af5be86ce735fa0297e27bd501725968d18baac5883a6aedfe1f0176142e9dcd0b52c560e1abac661e58da1eb72822bddea929ed3ad39ad50b7492489753b89e2a0a17b7fe230dd17a0726ae8be09b3ba86ee1fb187c5d0a33fb6db187a16c6aa0143cf0dd87169e8f984c84faf02f4717a952351a95735a2babdded2cee99d02b54743effa44ae7b1fa1bfb14f772cbe34f4e947febecf7efad07d93139ee85b86c069df3184f8fa3ec28a7fc3f71adaf7df17a15df87d133a43dfaf2122f5fd36ac4336f42b4578b55f0f0235fd6e62db81a1bf070b980dfd6bd227ec3f9958c0001b367d1906dd25b16b8803732786219f88180ceb8ed71b1986cda790396c3d694323cae1752a86117d885b8d78882d0c86919d487019559390d5a84eb40b47bdc3f4a661d4173a8fa37b29d034c648387a4c3a94e10d63c6936a3d56878d6d86b183093d8ed313b71a174d9f707c6e6cfc368c6f42f474fc0e3ac8139362fdaa61e23592b12695a6803f690c85f249c73aa369b287c0d6e412581d69984cfda286297bf11211c3d48c044ea78e26cd6a1a0b08d31b6322cef0c3464cfe1b7e784e12f58cf458c5639859074b500c3307d179fc69273dd7ac9c84736639769369072dc7ac2f2459ccee8ee506c2840d0586d9e70888cca96f23d34e5ac739cf282acc6d8c450986b96d090dcd5d3d174df394a4afce4b4b72d1bc7db4b43f5fc73b370cf35d98c133cc6f83f947c3fc5d04dce69fa65f3fff33f9af0565c9c12c184b717bc11b0a4d0b57118c5a781673f88645519820342c2e9b1c4d4b9662e3a461c90962994b5b60519561691ff24c4ba760ad8f615956829dcbc653aa61f90b925256a4a150bea20a7dfb158b89bbaff848b4666572228b2b7311755b999b22f2ca63746a575da104ce1a173dfd9a5a2477aff94cb1766d903cd3da086503d7a9e80fae2b1e4da672d8066458f7856486f519e90f6ea4bb8c0c1b9b6102dab0319e74934d416c17346c6a4bc170d36002489b66102edcf4090b8e0c9bb3d1b7df9c9dbed7e602586663d8dc88bcef66bac9d7b0f9572c69356c69497e620b8bcf5ba6517a606b471cc562f825238970bf9421f56e473592657696c64e2ac34ebaecd1b06b297d9c5daf8895ef2e47a9bfdd93c9cbed5e44286df722f2d17b53d00bed5d4912f55e9a916dd857851cccbef5643a508ee4b503d528e57db02056211a0eb62631f560173adb0727d3a93df89088e7af7afa5dbf3624fe78680539e4c39f48703932231b9936607382e168168a1dc76a13333c768cc0fcf1f9a4fb9e284b62c4892d14914f9a08cb9d2c44e9cd937569b54fae27da7cf22c31b093cf48603fdd04db180da79b62ddb6e1f44e521e7e6b487ff04c392c08319c9dbf864cbf92c73c7b8ff49c732908339dcb46cf75ae02fdfa73bf104a3b778714a4f39dc8c15ca847f8fe4234fdc10bf3b05ece7061eb04345d8c2295eca2130b7b0c17cb10c9b8d891cef6c551f41097f252c2eb526b8a8f9786608fa7e1d233325d5e48cae9e52704c02f7fa07d7f2580132f0c57d693ce74e50a81d32bef299c5c2b4a7fe3b57a94fbbd164368fbda3e4243d7ffa03374631e11bc9b8d285172b3070954b777d372dc7e4179983b992934dd69479efc4e3cc5da3ba71468badb1feba30d777f25d879f719766e18ee6525ee7eaf32a52deeed22577b3f23552add5f44e0f4fe094ab13d484501ecc11e12c51f562138fc7020167c1b1e79493779b49d34abc7c308d43c9e819d7a86274ed23a9ebc2480f4341931e9a75989ea3e1d4fd1fde93ccaf43fdd4989b867013adbcfa650e1c5b35944c19f37255af37c2115aabc384b58eea59ad49597f1a46cbdaa4c79f7576b0889beda44bef0d5569c1e6b787581848d579749257b3d87d0f69b5184acdeea929389fa580defd414a4dfa52340f9ae0596421ade9da214eebbeb141fdf372056fefe207daf0f49e80c7d188a0de9860f3f90e9a38f922e9f82e4863ecf267afae53b2a5df842d76719be6c2389e7cb4e42435f739244fdb52205b0afcd90521a93644319de98e400be9051d1142186513500d528a3ea32024aa3ea296a1d46f59b9b68d24461bdaf517b07639a51970df7bd517702cf9051afc7fa7ba3de8fa1c96878144da62fa816184d2530fb603455c59069343542bc6a34edc34a25a3d98fb4c668d98005dfc6a499504a31262d6023530f1c636f4c3a01e3b631e96bece631262b8e6582c6643db171d298bc23bd50f2ad58f06d4c7e071d9f31453466ae8d2996a25467fc2e0566328cdf1dc2366ce377f73034195396434dc198aa197a1363aa1bf4a869f263c7a5314d415aa134adb039c198a62b66168d69e8425e639a3df48e698b629833a62b470726fd238c43c60c0db090c09861283a6463c6c3a8161833cd479766cc740b41b331cb388ceec66c3ae41dc66c23d1211bb3ad456dc8986d37fa1c63b6df3aa329fb77e8b68dd98f626d9431c761dabe392ead21d31ddad1395d58886eccdd9e0e729e8cb48e799e6062dc98af008eb832e63762998d317f7d0494c6fc24df1a0b94c7fc90b1c024fa1285c258bf6a2cb40a3180b1d02efa5e85ae227f34162e8fa1dc58a40cf942ab0d1570a3f51c6239a3f5134e3832da6b6306cfe8aa46bbd0b587dca3bb1bdea661f4e4413c61f4d08423a3e788024ddee308028dbeedc8f98c4595d8b46a2c9a8f7674f16c88a38dc573216b32960c227a34967a9c0d4da5d363b6d958fa27641446ff312ced3306a6a0a46f0caca0f01bcc802aac31d80a5b3e8cc14de427421f69e7848d98fa3386f7d173856946a331a241b5d31889a6f01bb98c092f63993a88d28c657a211c3696ed4fbfbeec522c9834967d8e6a81b15c007987b15c392452c6720b2876945b45beb07c1afaf5e54b21153196ef8de0d4587e354e3035565062a5a5b18296f65785ec04312aeea4c357692f321d63e545b4e52adf4649cc58650279cc2a8b515432566f8abcd6587d393256638d6ba8761a6bcea76058f33321be5a550862d4ce8cd280b1766e4c071b6bb7c3ca0863ed557414ea74475dce5837094ad4c6ba47b1cedd586f05964118ebedc3224763bd97040beaaf4109d1d820278593063e544e8d0d87d21f6cb889224ca3bcf4538d5a50006b740b4b348d8d535054683c0349bfb1c941da264d2de4a39bbea1d3113d1d93ecc6e89904a3a277d24344dfa4ed1bfd10251e638be42fc8d4929c424c151b991a217737c62cc4862863cc6254f98d2d69f0a1b1e568ac5f35b69c84c538c656b5e8d4b61a827a8eb1b58b3640ebc514e6dab442edd1d8e60856af19db5c4011ced8e60bb1a6b6d588e9b47d82751dc67603b1c2c5d86e228a5dc6f61a3a301d68588e31b61366588cb1cbe9d7c7eec70a1763c791b41c9db6d249eb5c09656563e79398fa33c699502635c645615ed418370cabea8cf1cf086d77f111eae872104bfb8c5d5e5268ea3614a52763b7ed049abb9da7d7eef600932ec6ee6370308ab1477202a73db252dceed981085ecfc984277aee24ead64b4b3a40af3ce41e7bd5a503d3ab134a62c65e438877f4da4c9fb0d7713f9a7a57a25fdf67d50434f5ed8fa919e3f7af28ccf55b9b1c4dfd6329800d9884b95fe3c013044e071dc6ea0fe390d484bf865cc0a642e3502d4a3cc6a143e821866ec2825ce3b05b981e308e484e4064c4716260a35458456d1c5d9f48c6e8adf4bbc6c4ef26d37edabee3e661bec3386939768118275d40d5da38e93901f0c905b0a8ca38b92dd6341b2777263c31f947da72935f6212d438753b96681aa76d260a3eed1356d519a74f23e8337d3eaae9c6e9afb0a0cdf8c3392c0831fe709b3ee10c2726c68589dcd08c85d8ce659cb19b10df8c3bd5c8f409e729187fac4dabfde30cacd932ce6e81f96de3ec8db427669f4551dc38273d691d732d1487e6a527c737cf4698695e3d8ab5f34651689ab790fcfdcf230933cd1f433f357f176d80f9f7e8f02de844fe6bc1482c7a312eac81a544c685c3f0965be3c25f08e72c3c465c61e1d99b685ad40c6b6a8c8bb61306584cd7121a170fc52e6fe372ba3bc5b83c48bb70a59784a0955e92525656210161650b02352b679e22d36654e68dab4cb4e556c712035bdd89befd9a532464af3d8d2abf715d7a6286ebb2bd40d3fa7c1461d687b15ac6b8be2281adf59db196dfb87e1e79a6f5ef09296c309182b4c142e7716371525736eec02a0be3c64304c936b5a70db0291667891937adc31c8571f344529036ff44fb6bf3aace64da4fcbb1f920058a2deb09926d6d8d5588c65fa20875fc9294f0fd361f4e11306edb886d1ac66dcfe6a2697b1562993bca621ed9b86314d63c1877bca777dcd90c47791a77be279961d7202cf632eea6390fc6dd350904ee3e451f678f87249e3dbb492dd8b387a8c89e27e41ef796a6c3b72f8a7ccebeddf48efb5e2ad0b4ff1d81d303bff8c9f49ce8fcc1a7f4257ecd45dcfdd7a35866633c940b7399c6435e3aa2879310893ddc8b18c5e14b98a6361e998fad61c6a32e92498fc551aae1585f8a56c77b9210747c1d819a13ad68479fec8b5d0dc693c368b54f4ea5d871ca805d92c6534b28e972ea3141d8d37929f29dee8d1567c6d30329cf777a2bd69c1a7fab4312cf1923893767a2703e80f14c4ac2f7677a5046eacc1ef2e4678d24059f3511a03c1b4bcb717629059db31f7078a8f15c124af39c9b452b743e03b6441acfd3f83ae3c5e73822c678f10591b2abd5b1f9c5787520c1a8abbb301d6cbc568c50edb54e584063bc769a62c7b5afc4c0ae6f202e7a630791fe1b774909bc598554c55bf5484dbf9d9920d9edbeb4c96fff4afeeb4e524a6edc294af8eb8e9f88e79d5ab4687706639585f1ce388a7c77e610a0bc9b1c4b3d8cf7bf52c07ff0112b5c8c8f0610a57c348c44f1475388e0fd1e4b7ae19316f48e4f5a615195f1493712c59f8e20a9eee931acab353e1b4382cbb355141f9fd72534f4a232d6cb195f702ee00555e8195f34a383fcb21e859397cf49eb78f981bcc9abfda4a5bd8921ecfb663bc1f43f0ad2277c5f9f20c687ac944ef950883ef4c76414323f8ea6c3f77106e5323f7d8f95cfc64fdbc8897ea26923c6cf15491dfe7c8202c5e79794aefb7a14056353121fba0e936225ee7b93e22a56c299940571939b946d11769a54e9d0a59954f37133995457e921d47ea4e0264d0481ae49d30403be493305e52293e616162f99b493a2d1a49f8724c3a45f84faaac9900b15249361006a4326c303cc94998ceb512431196fe2fe329962b14fc764fa09f9b6c99c11bd9cc9ecc6c06a325fa38f636939174d5183b1ebcf14351b93d9a6a434b7c094b41c7a2653d23918b74d49b762a98729e92fd878644afa15418d29f90a3c1da61419918199521445a26e4a519ef66a8a3b580c6d4af11a8f95e93b05862653caf1183b4ca9be439e664a458d34a65457309d624abd0319ab294d6bace333a5d5233631a55b8b85d5a6f4c3d0f19932ce416260ca78839e3ed33a6ccb33656e4c1b20ab1b099e29ab071371a6ac3730489bb2d9b1f7c1946d048253538e1a58f666ca71137500534e13060a53aeef3004987297429ddc94bb3e223e53ee1918d34c791a614436e5598900c994373d427e53dea2d8d560cadb1c119f295f18151153be96e499f2efc624bb29ff5ed4574df9af93e32b1044a5d95460db0432bda66d52e00ded8982bbb14ec154682ee26853a14598323215ae634393f5168ae2265b232c7d37d92f61b59fc9fe016b6a4c8e856c5a8a03354c8e3df442cec1587b67727f498e266f0d3a0abe10ad90ef77da00451752e42b66c06ca0a9d842cc369b8aad402dcd546c3d024a53f124a89c9a8a37c1f65d53f1ce48584cc54f5008281144de612a1944d8692a1583e52ca6d2db508c30051662419b29b0898274e0060aeca6e0734443a6e06bec93368572a142294cd89f660ad5c3848429b407199829741ffb744ce1eba8939b22dd11af9aca34c2262653d9ba147ecb8e4421db54f6269db47271a8a69bcafd46c7bddc43943f4ce53e5208a8a0c7f4a6a94247dae415266012c154e12596f79b2a66c78484a962073ac8156309ae547a491bb3b209a99ba9f2f77486aaf8e8d4566d8f68db54f512ca32a66a5d31616faa361e6bad4dd56620e437559b89a5b6a61ae3b14ec154b30ac1ce9aad6963d6ea4ff1b1d64bfa1b6b6b906e996aa747da6caabd0f6552539d7e14adea2ca3f858e73c9db4ba6b312d66aa770eb9bba97e5372dbf58f29c8f499307983e35813686aa841c9c2d4f07b3aa28deaa336646a3c9cfc57e3b1b47d1bdf476e656afc9c5ea8491fec323235f593eb68da91c043d31b285998a27f20e7deecc96e327d225fd8dc8db91353f38628a69a9a5f7841a647f4095b64a5601853850e5f4b232d47ab5aa8f1995abd20cfd47a378acfa6d67b09a5b5495f8d4cf3512f34b5d94160be5d2be27ced2de4d2dae7e29fda474734b61d2198d8def40763d7a38a618a7d45b8b06379ac003575dc8212b5a9f31c8a8f9d1fd1c7e9fc12733aa6ceef309d62eafc89a04fe74f985730c555a68f1337183378a6b8d9841ee333905f8dff9d0052d7bac4b7bb7641cdddd4cd4afbbe9b03eb6a4ddded04f9bbfbc9df77ef4ffbab474642433d271042eeb99a7c4eaf9ac4027aedc55e11536feade34f5598652b0a9cf2e62e5df2fc71cabe9fb5b1415fa25219ed62f177d89fe192994f7ff447fe3002b76529906eca0bf7160322c1d350d3a83b52ba6c19f29f20d4947717ba892c0fcd0d574b6879545ddd734acd929324d24f030bc32e6744cc3ef102c18f994e8fca8369891328dae875d0da6d1dde91d47f720cd6acc7af2d163af10ec1c3f028b254c13ca122e9c7019c541d3843fb0b7d934b126ca91a6499bc9934fba8ec538a6c9bd494a999292b8e894de04ada786496698d61ff3c8a66963687f4dfb8948c6f4a2746a7f38409efc87df08aeccc88fd57ea69913c97fcdd2d3a99d5503d316a659db285acd3a40f171d6739c616c9a738df0c4dc8a1491e7f6c0ec83696e6f020f7357114a9b779518d8cff731f5679aff80d48205347ed3b4e015b6d2991666a76fbf700bf9fb4579289c2c1a44c2c6e2ce58316b5a928abcef522be9134b3f52a058e6c35178a6e56e3a43cba79310b4fc116193953931876f5ab58022f2eaef714a8569cd1cfaf56bb3e2bd48a6b54dc9e7ac4b4f9ac2fa9ee4d2d6dfa623ba611691c50d3bc80d6d72132cd8bc123306a62dd94800dd528d02fed6cc443cb72ec52a7dd3b626e4f8b6f5a738b46d2d1196ed23b198d0b47d39d1f91dd47966daf93da6f54d3b8750dcde359bd0f6ee3cf4ed777b48c7dcf398bed7defd0444f61f1d80a60395b066cb7470057606997e1d467bf5d79704f90f15239dfc50182b794d877ecd46a69be4a30f3d257877e83d7993c3df53283f3c8fcef6e1d5741e8f64233de7480e52b68e2623ba757426e94c27a248423c919f9cd589684c5c9a4e501ad174e22071f7936ada002747dac9b48e82f4c9af5848603ab585d229a7bd04d34fb726d7713a9efec6d34328049c661078fa09d6c198cea4a78738338824d733c708639ead41c4f37c32823ee7675314bd989e4eedc54904902ed2ddaea68b1f89185c5a8d3d06a6cbeb899e5e294acac39583143bae4eb291e90cf18eab6f29b05ecb41dae3b589c4d3ae6d256f725d4f78e2fa985368bae9a50cdecdfe58d46eba3980b6c9ad42587963ba7594124bb71514616ebfc2b662d35d2371abbbcf8848dda32b214df76d7414ee97c7ca08d37d56efeecfc0ea5bd383d9e40b1f56a63ccca3ec04901ea72122f5b80681adc7afb17ed5f4a430edaf27e5f8a7f610ce7942452fa6a70b700682e9d9173a7ccfa3e8c03c6f493ac00b1f01a417d3295ffbf2169638995ed3e5aba6d70f0903bca17b454c6f069008f7473b0599be9284f82e4431ed7d3eac07307d284fbaef8703942afd14a463f5a90c85b94fd3280e7dae44a8e3f3d4e468fa9299fcd79742c487be2ca54dfeb530e189afed31a36e4e7204cbcbcc8a453841deacfc053b54cd2a35b64e9b556bf00c99559f110398d523f17b99755bb0e2dfacbb885911b37ec01a32fd844ec1acbf868a9bd960416ddb6cf81eb55ab36102fd8d463d2e9ad9b8997ebdf1574c2d9b4d9990a89b2d87b046c41c95829e2b695efa1b937931bb654e360d319339f9f7586a6bfe2e033dd777e5900f9953b6c364b6396507dc85e6541bf1209b53274734644edd0af184396d59ac3036a77d8ae307cce9d6619585397d524ce098d3bb309c98d3d745d5da9c7e0936c09ad3ff86e340cc1968149e39c35bfaa98ca3e874645c8fe307cc991ba25330676e81a4cc9cb927e2557396de980b3067e9836a8139cb593a30594b61bd9c39eb00d40bcd59b763a03067bd8ba4cc9c6d1cf26d73f6a1d84863cebe1669a039472fd4efcd3906200333e7cc4dcb91cb8398c99c6b31325673eefce8e5ccb91bd306c8fd847c4e9e7a583968ceb3109da839ef0aec2a35e74b41ef982f3baa8ae67c2e2ce332e7ab8fe4c79cdf843dc4e6026a4cba980bd4c794a4b9c007546acc852abd20d37c0cf8e6c26d315d672edc1d4b34cd851f20633517598580d25c847addcc457ec76068b6065099375bc7d0afb7efc5d60ab3d389dd6266a79f1cb2b30c0270b37330ada3ab00e22fb36b2f8279b33b163180d94d176d9adde3b0ddc6ecad8b0aa5d9fb914ead2f16c54173512bf24773d161481fcc45c760699fb9d84dc4e4e662f7689b945020cb3497684c4ea14457cc959b4b9c238f596a2636a49b4b6dc4c25773e936e41e030329a6052fa2c86b0eb546126b0e3bb06edb1c6e447b223c15f1bd39d200052a7364244a3ce63205512f349771572353715aed32d1280d98cbe64394662e7b04db3ecd654f230537976b47dfbe7c460abfe537d1d92ebf1b556b73854a04a32ab623bf5aa9143660982bd5225850a9197dc24a67c917561e88e2b3b9f24a4cfe9b2b7f266755c581458ee62a43109c9aabee41706aae568cbe7d353f6d931abb2918d6788e1a8cb9e60e14ceccb59621df36d7da40cf55eb179c3662ae3d1579adb9f6270af8757bd051a8fb9e8e42bd7ab4b4f526211f32d7db49dea47e4542560d9a621984b99119351873a3dcc874cc8d8a6161a2b9110d9c32374e8d559be6c685c90334ee43cbd178361de4c6eb09df37de4f0eb9c975d444cd4d93a28e696e9a859c55536a3333376d898cd5dc340e4bdfcd4d7fc21cbe393add0432f52680d4cc8a64d1dcec072c7c3537bb4548a1456afa122d5ed3d3c7103334b7dc8f74dedcf23d05fcd6115a8ed68d69e7b41e871d97e6d637e974b4a988ba9cb9cd6b8a696df3600eccdc361607e699dbf6c07c9ab95d3ac2d1ed3610ad693f843666fb652850993b5cc0dc893936378a11e6d8d274446377121cee981e1be5cd9dda92b3ea144bc8aad32dda399dfea080dfb906b6ad9be3da6331b439be106180f8b1f471e2976051bb397e2d167198e3b760e6da1cff1b91b2f8ebf425ba44a12c63eee2c68c81b9cb0a94cecd5df7a0b66dee7a025b35cdddcaa39666eed69a224cf7d1f4ed7b0430bd69ee518df6448f2984b67bacc2021a738f0d44457a5ec7da02739f41f4107d4ed8d0d45747d240df10361498bf4f4f51e1fb4f7460fa75235ad36f3ff1c7fe1509c20ee8463b67c0222c4d360fac4442d0c0ef4f91e92c3dd7a0d4e4d206f547f1d93c681779f24137089b0cfe481e73484efa84436e52281ffa04db0eccc3b612081c511a3b8dcd23e661d2d83cd240cb31d280d2b979541382e9a31661f6c13cba34c1ced1ad09c28e3e8e997ef398c6c461c6ccc2ecbc79cc624c6e98c76c272a3236378acfe6b1a749081afb02bbc5cce3aa6347af79dc4e8a8fe33390ab1d5f03d3e7e6f14db094c83cbefd00324d267837fe00e687cc13aa938a31610aed8909b74879985893d48249433079669e340273d2e6294508c24ea9498b36251a2b9fcd530e108e9e5a9180c8d495a86d9ba71d255830fd231d9819c9b1b8c43ca30149883306ad43d3ccc798f236ff388250da8f67c859cd2a83a93ff3ec28dad1b39792f434fb2d6dcc396db064da3c6732819ab97530af609e1b8b3395ccf33c2433ccf351609dd78236e6bc381223e64dc7ac9b79decf98e937cf5bfa824c3728d6ce0f60cac83c7f02d62a9a1714206cb22042abbdb03156c39b17b6a430b7f0166dcc45d7893e2cce598d4c5e8a1d8b0791cf599a9bb6ef521a7f6e5eda1bf356e665b549d05b36132be1cccb7e2246b13c0d2608cdcbaf9340b5ca409f70553d52ef562d23bfbaba0a11f5b575c875ac7b42fafdba2fb4e5d65723fcb53e1a9babccebe792cfd9d01e0b42cc1be2c8fb6e38865d6ce64d19892c6e6a8bd3decc9b8692e3db44ad02e62d7328e06f5511fedaea202168eb723a69bfccc01678f32f4f288a6eab8bb53ee66dc728b1b4bd0ea5077654c06cb379c745a20f3b8fd26bef56d3bedf5d9c04bd3d2dc80dede98935e0e63d3fe28410f3de3ec428f68e2388b1f7282dedbe2a73d1b4ff1539ab5f4f11d83a94050b09cc87d3d8c8749b5efbc8462c41311fb943c9b3a34909cc1fcd8bd320cc47c7d2273cd69f76f4b1d104c98e1d2761f6d86f947e3ade94befdf117f4714e6889529e6886bdf3e693bd49253bf5c68fa6d326ac6834ffb686a2e8999f89819ddd4b7af4b959446bce47912c73211911a90ba531bf6dbed0923cc0854e04572eec2245e46280fcc4c5a384ac2e4d2545e472768a0a577ad1d25ed94b07f9aa8e82e1d5ac44b7ae56a0b37db51349625707626dbaf99a8184c6ebf3c8755c5f4600e9fa5e72ee37f610e7bb598522cccd63249cdd3c499ad5add158d761beb584c2dcad5b440c6eef26f478e722f6ba99effe411ffa5e450222f7754488eff7a147bd3f114b3dccf70f514c7b908b12bd0f9544f01e4d262cf77bba68343dee477bf509dd66667eb29730d39343e43a9e9ca6f3f8e44172343d4d4f07e6e904f2854fff20d0fc2c037980e7e3c99b3c9f4e4cfa859354eb17fbb180c6fcb2011dbe5799c86dbfba404af3eb4684275e1fa63ff8a60a1d853fd660cb9af95d494a49be3b4beef17d14a5f5dff7a498f69eeec133bf7f4861eefd2b52ef3e98c8337d4c8255d4e68fed093c7c2a8eed5ce64f1f89c47ebe4e22c997940487bfd4c341cae6af6e8a305f5b638196f9eb2c92b1be5e40cf64516cc78d69512a112a5a94a591a85b94214c19599435d0295854c930316e519540426c5137c3ec9645fd123d8045d31beb142cda39588b61d1a5c21d6dd1f5c2536bd15bd0fb5af41f30945b0cf7d1c1588c51486b2cc6389cd965312dc68c94c5921bf1aa252a37b68f58a2f2212eb4442d417662495a060f8c25694f14792dc9db6242c292c28ffbcb92e2e73568faee08164b5852c660c8b4a4dc863a8025d55e6c58b1a4ee877a8e254d6a3c0a9634e9b16ec892261ec9a225ed69da72e946e1e54c960c9b918b5a325ad19b5832fa511bb264a4eb412c9934e8c92d99f2d343642a891508964c8db1badb92e92e56185b327dc6a49e2533cd72b5645d4c1f27472994bb2d395ba0866cc97dea149af20ec0886cc99706418d257f370c3a96fcf3118858f2bf458c692950061d9fa5400de47c96822a4456968299502fb4141c8ca57d96425f50c7b4145660b981a588927e7d1133aab0962255914859ec3db144d3621f878cc2e2288c3a93c5d190be97a3d704323da60fed2c89b9728bb309a2218b7337a26d8bf3130aff1657194c9e595c15b0f2c6e23a8c91cfe22e40bfde6d45506371fb110d59dcd390a85bdcaf90ea5a8aa6227f5fec33ce73b7144f4d2eadf878ac54b29418434ea1c47c0a60252e63aba6a5a483bc6fc9d288272c25ab2008b494dc83aa8fa5e469ec4eb1944a8ad9074ba94e484f2da5dea13a6c299d0b21bfa5741bcc655a4a0fa538547a0d822d4be9e7b40bfdf9b17ec2e28fa3e50814a1c8178ca7a8105c48d13d1c42d4610997a16815b9838aae25721f73279632aece64ba86c0cd52b63226b32d6567d35e2d979ef66ab9cf880b2de55f46a3a9624f2cffb154fe8c30dd52251539e42aabb04ec152b53d16a159aa6542ea66a9b680bc49f520769f5baa9f477c6fa9114727ad46573a4335ab6189a6a5568496a3b61a2b492cb59b9267aa1b46fe68a9db8cc249dd5fe9d4d62319de52bf351dd1fa93b3a1a9810b93ff9646162c3ab634f26126c3d2a82a9dc74603e9b51b9da54fd8b83fedc2c62bb0b8d7d2241b058a2663b031c4d2642d9dda260709c236cd4d80323a42f8abd94ebc07cfd2ec34edc216050916b4688ea2b8a5c54f047d62d252f88d498f9524969802b49962aade24d334cc8a586276d273c51c4751dcd2ca8812a2a5555ecc8b5a5a95dc4da6ea746a5b0d5290693685dfd63931f76b697d85fc44ebd758586d69ebc74caca56d75f2136d7f40adc3d26e37566359da77c75152960e3128a5583a1c25e41e9b1ae9bc25363be1d5d8dc98adb1c40ea1a3107b1fd362968e49b077ded2690826242c9da6a0f464e9b492fc4467ba74c5d2390b6ddf38139dc7b8ec0487e3ea12ad89eb8ac3f72c715f50e5b7c4ff4c2436fe3a05e9f847b44de2dfd3b7efa2243cd1ad08319dee5a8a0a3d1e612194a5672fe2db3de7637ba5a55741acf5b1f40a63bec3d27b19a1da3e3b50f7b5f4eb4a9bbcdf088a43fd26a26a6de9b7883653bf2d9832b2f4cf4e54a4ff4402f3fdd75443d380fb144e06fe4e4e74909ebec4e0744403070708fa0c0e61f6d432240dc5da219be90c0db98feab065582e0a60c3dad30618761fab062cc33e93271fbe8962c788a344294716a3c83732487e75544a1c366119d592b6dc981de431c71a51d0b38ccd89d3462c637bd1d91e3b1ffb1f2d63e91619cbd8dfb0fede329e9adb2d139291ab9d309c5cedc44ef48e13e3086c4d9c4dae6352492c24b04c6a4d02d5a4f3b44d2697206735790b2948532a123d9d329bb0c9947d28805aa6d527bc3abd1536915b7e988c2910cb8cf4a8df5b66d2558296993ad2d266e621f166e6158aee3f5ea4a8f053349dc7590b9293691f8970b37b60e5a065f6419252663f24c83faf0239f7793fa2ca6f99b7072b532d3fef220433df43ce6ac10fc4e61646b094c8b27827aac396c58731516259929d1cf29277c41f976a49e35b568edcf6cad5147456bea5f0bbea35895dab4f11405abb9390d5da7b041ed6d5c68a7fcbbaeeb48e1b3ad29ed830975668f30fa4a56d294f606bcb402c01b66c556339b165eb2c8251bfaca4a3f0cb673aa2db0b9137d9de18a573cbf68eb41c3b86d39ed8d98f1e62d75bc200bbcb9178b3273716aa58f64cc78a33cbde2872a27b4b625992656f573a7c7b7b6362dcb2f72de189fdbd08031c7c4b3cedd713e4010e3988191e2a4167e870f368322da154c3918ab4018ef427a673641dc1cea35d684f1cbd483ac0d1cf041e8ea948603ff60b0191e379b062c3726231a92b272bd21f3ce52091f7f4755ab4dff2512ee0b73a143b7e6b45f1f18c1933789633fb307d6e3973142ff5b19c2d46d0e7ec2bac4bb39ccb424ee1dc152c97b29caf4970f8fc29cad69cff42cad6053f51f00bdb315d67b970804eda8553b4732e6e23f9e38a97520d576e534cbb6a27a770bd7e3534dd188b83182c37e79253b89593724db78a636ad972ab3a965458eee4251f7d6719d6345beebc243f71b72dade3bd4758e060b95f92c0e97dff4d32c5d1ce79d0142bce2c0fe69260fce000bde3c39a582668793412cb502d8fc6618d9be5d15c8264bf6fa77dff7838a1a127d9e9203f3940c2c6d3523833c2f2ac01bdf6b3be58b46779f603f1b417492950bc4846c0edc5404ae0bcb452f6e1656592495fce2416f03a25ed89372d28e9f26630f18e37134853783b8d64e53f9a6113a6e58ff97414de072790298c0968cbfb46944ffb6025f9e3c322ec0bb07ccc41dad0c77644e73f4ea39cce272b6d934fa5b152c9f2e93dade367056ddfcfbf135cf9a2a5c8f7a503b1cc2fbd70726f54922608c9a2928cc33314a5e88a11264ab112495994328009fb28e57632a972a3ab8d5279d06346a9ce6172234a138dfe3e4ad3154b17a2342331391ba5bd841c264a57172fc68ad26dc4b81da5bb8c4263943e03a61aa2f415e913ea7be100b8284331fa5d461b1eab28e31fb857a34c8a0168329b10174699b3631f7e94d983e9cd2873519482a3cca331804559dad0df18f5087593a8a43614bba29277c1dc5c54f2a7a7d094a23c2aa75129d6d1a2a56c8d8a5b54cacd28a646a5d2227a8c4a5501d96f54aa1a580018958a8f426a1b86b9a8d4e75066884a7d1b67d545a53120aa8d4a93165953541a0f3d57ba4cf48ee92660762b2a4306d4f8a2328451ff8aca500115f0a80ce3e8e3642a8e9258d4ff8fac730ab3b35b8270267f8c6d7b622713dbb66d3b99d8b66ddbb6277632b193896df39ceb7a6fd793d9f9f6fa7a75575557afed1fa210c31030a8786308ac506dc8104ca0bf8a6208a6d0cbee0dc1138a7d0da1b87ad78021740561125e07c72a7c94126243b2d188fbe4061d2033a4c8a355c19032a5769b0d29b3e16ca72c12a64ba95228c337a4ea889848f50daf364d7fe51d86b40b555330a43ba0dd4043faa43a096a481f52e1cc907e9b22054386935a320d194721fb668aa344ca9029a19a8e0d99a629df36642eaf02822133c3244b12a56e862c39d53866c8d2005f3b4b13ad8f8688f8f88e114ca259cb6b1fd990f51e4a40d6b738dbd966a3cc65bba8332c861cb5554a31e4d88cf8cab9aa0996b6a8f668c8853b230cb9f6ea50a121773c9493dc8f71dcf3f6464acb7b4d4d55867c566de11a0a8c561b84a16032a5f38682d955d237146ca1d752198a76558a6428ba4b351843b195ea7c36143fada0d950fc1362a24466b5aa194a5c54646528391e3151f2a2f247439910f6be7c26e4e8f2a7b5e369a8d01695afc25465d2860a8bf0f41587a903c15029372a5fa5b54a320c95ee29e233547aa352b0a1d237a4a1cac3a3b0b40729ad8a49272e0d55dc380a5570159ea14a2b85fc862afd15b91baadd554a69a8195b87be0c35e3a0e8d49c86c4572b39d250adbc6ad032d4fa8c535b27085053a7bbdac20d758e0176d60d6cc65223a0a1bae0a2867a1d7416dc503f813a950cf57bea588ba151436d5b181a8d572e6a68dc07a8a3494395360d4dfeaae1c8d07431f6abe961409f66a9d53f6168764ceffe303437aa6a6d68115f7987a1c5482cb51ca6773d195a27451d6add54fbc886d63bd43c6e68bd0ba8a3fd3c6c7487adda5730748c5189dad0f1a5faa30d9d93eb208da17331409fcef351f0236b2ba53444f643128d3cae973a18226f00e876b9a4daa3a16b1164f2aedbb52365e8060795a1db02c457b7ed788fdda2d50865e8911845a767639ced9e9351587b8fd62113439f74ea6834f4298857db372e785abfb97acf83a1df72e489fe2391bffaafd6915b43ff18ecd780e34ae70d037b81650ebc8ed731a8358ed5a0a3da1e300c1eaa3d7cc3e0312afb1986ac53c9d530e429def6d083d89c618755e3330ccfaf3a93614442956f0d23d36b1fd930b296362e0d2307f20f5fa8226218950c457a147e0ad5303a39b2efe871ea30368c3e3e5997c6fc04a01cbb4b3b0686b11f10bee3c29086c6b7f980a549da6c344c8885609a1057556bc384f9c0f7936ae820a061527b148ac9a95571334cce833334b912c277f26ebd1bcb3019d3e78629e5d59f63985a095f686a53750d18a66e47c99c7a1a757b5a6d0091e91d017da6cf033198e107aa9dd1034f3f631414a499bd11d1b3e28223cf4e0a983ebb27b0dcec2ddaef30ccdeaab7b31866ef511b8461f6d9705d9af355a53ac39c9f38c8f3d2aaf86c98570d20707e26c86b0bec106f16d6d5a906c3c2cd509016ee562b9161511755610d8bf681d72e5ea4cd33c3926ad8c2a579f46e2cc3d2c9da7d302c4b8ff3b80c3f3766585e15dae3f26160f82bab832bac2ea71ab2617527a4a1d597c0c0563f5eac4b6bce6ba7ccb0b686b62d0ceb8a03afae6b0b4d61dd594875eb3e0316ac6fac9d32c3fa8ec0e41b9a80d76ecc08b8b2292d48c6667b132c0dae82a571487c9bd702766e3e0ad8b9f904f49cada921636ded009d697b3e50b7ed8f00617794d5ab160d3b46a0d6eedc0e18b52b35f0eaae7cf88ebbf78206eedd8b7fb5f718a494bd67a1e8ee2b817fb56f27c0c3febadae631ecef02487620bb4afa860335c0320fb4e2bf3a0e6415e582141c755afb4386a8a74056875d40568723213d1d5980ef78641192e8d15f408fc7b2a9ebc970bc110ef2e9f3c8726796e3c09ced0051e9ec26a818670f02c19cab1d89a501dad6379c1b1886a5cd6a0b379cfb01f1e6fc66bdcac070f18afeeaa1e1e2358087e83050a4e87e4856572be0f05dabae9d58c375abcec41aae770077bf89d17cc3cddc009437db20986e5900156f95d18ea7e1d63400b75b9fd53764b89d00b5e3b60119e0b61188efb6579b7a86db79751ec670bb89362e0db70721c86fafd0c6a5e1ce3635851aee1c4529bf9b1870e56e1fb57a18eece42e2bbe7002ebc9717afe3de5bd4dafb0e48faf73322b9dfaf0da9ee7e3bb093fb03516befefc1733dc88ea77f301e0d8918dc7d6b787803ffe3a3dc3a486378d41f4ce74921e0afa761407c4fc7a095f57415a2f0b96b30964669dbd5f0fc1500f88b7ada7737bc34a8f9d2f0da8a82ffba0b04bd37d9419bdfbaf13fbe7dacbe5ac3dbcf38dbefd2e8cca2e1fd29c4fdfb3f78691f7c10a83e948470f6b11724b14fddd1ddfa7402badce73030c32f4e48c15f6a20297cd9a5338b86afeb400cbebed63133c3d7dfd060be27c07efddc10a14bbf12e188fedaa88610c3af8ff88ebf0fa877c5f02719dad47f464186ffb3211a4b7b517eff5e0263fd97547db5867f191139ffa2f5d51a632551e46e0c732a0333c67ea6e5c4f85f7fe58fc6ff9eead936c6f9adb35bc6b88d14a519e32750c66a8c6f51d06c8c9f5c87438df19bab33d5187f95b2136382299abf8c090ee3e9137c5789c798e8981ab48c8973e98131266eb6194bcfb549654c925089ba314923ed7718931654bbba31e94f7c474381282c5553a868343c550a6e34195586379a13a8be6ab4fcd3e117a37536fe479b59799ad13e528981d1be5c4999d1fe56af3e353ae62bad313a136ab5323a3be89560465756454346575bcd72464ffe485df2eed4da61f455c0e6f8b7ab61d2e88f467c053273e98a566463307d112cddc4db0e7e557791317447539a313c2d8e68f8624d1dc664e7f44e3863f2b8ea4132a6e8a52abf31652915e18c298f6bf935a629ad60cb9866836639639a039aa38de912a8fe654c7742cbaf31dd1dcd72c6f4cdb4316e4cdf06ff63fa39da1633a63fa2ba9c31fd492485f44fd5eb63cc501c719f314c198531a343619431a35b5de7c68cf7d5866accf450f51c63e6a0f23463e6f70ad38d11e1d8898896da7f34460c5319cb18b145019231eb6fd5f88cd9b2a32a643baa6d4463b66f5af98cd98ba8ce64cc194bbb22c65c79956418735f55d7b931cf78edc318f3cc52d869ccb34b9bb3c67c75d5d863ccf75dfb56c6fc1f95c3180b94d449176381858ae58c05ee20be0a9b94a7190b7fd3f26b2ce2505e6b2cd25c399fb1f81b9cc712f0d4184b5cc67b2ce9d666b6b164566d19194bfe42ea28d557d989b1d414ed951b4baf56726d2cfd4249bfb1cc14a55bc6323370dccb1cd0f693b1fc773c5705bf027063c5446ac63156ea89a253392ef04415fc76b0b1ea494474b55e8a318dd56ea2e057376327aae3da2063f5d5fcc3afaa88186b1e550b8ab1668c921f63cd27a8a2b5f3281735d61eab1d4f63ed8fcaa48d75da227cebbc57246aacf3595545635d9f225163ddf42a6c18ebb65241cf58770b4a40fd698a578df5e7aa66656c50541b84c60667f03f368ca7c2acb1d128a5e0c6464b90991aad5052666c3c493da7c6c66f80e59a8e55b5c0d87c82721863abe9aa4f185bdd43756f1d5fc541639b38cadd8d6d4603c1b4ed8acd69db4d655263bbf54069edf622fb760c4306e868d5d95363c71dfc5707558433763caf86236327a7b6798c9d726953cfd8a984b61a8c9ddaab7c6becb40911dde98c0ef91a3bfb713a3acf02ec8cccad1cd918594fc9a231f206804897ae38695d7da8a25d0b6b3fcdd8f534d250d7b7aa0318bb19903aba5553edd1d8ad2bca5cf7ec2ab01bbb77d5913563cffbda7431f67cacf330c65ee9d4e060ec9d58fbb5c63ec90028fb1cd1b913633f838abcc67e6630c37eeda2b1345a99b4b1df5d00a47effd4ce62ec5f175bd87f2c724efff1c813036ae894a471c0446d6f1a07a65711ce38b0a336968c038f02040eda88f81a74531b97c6a1c5f4f60ce3d09fc85fc35aa2d60e3b0d18352c1af5717829bd3ed8387cac5a3d8c232aa30e8d0ca96e621c535227968c63d7c660692bf67eec71c4fdb82920b1e35f21ee27d4563fb971c21fb54b1927b6d2b6ab71626f1d76344e6a870333a95b04962ee9689871caf2302ea98bc738e51318ebd4ea388fd39e68a3d7383d49942ecd288cc437732c1e62b643cdd0c6d9f507ebd29cce08df39a351ade61546459e3704a079de521d5b37ce8fc4d2823cda58322ec4cfda1b17f6c4a95d38115f7be15695108d8bfe20d52e3ea2ed3ae3e2f340694b4e41eb58f2066c6ee912409f65755409342e1ba9961de3b21d5057963d43155d5eaa0a96dae0b82fff61d6a515ff41c5585102656e65b62658fa0820b22a2150c7aabf809dabffc3c7af89588ca50fe0436b07a90c6f5ce7c3415e3f1831b1611080c886e538431beeeaa5a6c68de13a4e6fdc581b4b9bdaeaf89b71d35bc87e9b5322756c4e8353bb39337675cb3d60cc6d9f7144b717474cec280b496c6772ede11b778e067fdc39031076e762ed491b7745e26bef6e88eabe7b0b827c4f6160df3d2b2050ed4d85c0dcfb018fbaaf88b65d8dfb3a62270eb4d16bf58c07ee85ebd2a152ea79304655012c88ea05e219b50099e9704e1cf7a31920de1c2d0b6270bc9bb6a98d272e411c3cf10f9ad5492778edc914daa4329ecc00fe78722e92c2a9a328bf672d4843e7d221bece15d4368ff1dc2550f0f3a3b535633c7f03afe3820798fcc255a4a18bcba16c456780e072793e40cde52f28d25762a911dd78250bc0c3d5723a9d62bc3a1e10f6ea5160cc5bd910abb79e219bdc36a1c2dc3e8cf37817bf8265bc970335ed5e591cf7fbcdb139f727023d3ec80c0a1e330c21f730398ec2c312c0390f2b81223dac8ceff8f8915a2a8c8f7f819e3ea988daf1e43d00e5d3edc8e44fa3009a9f7ec4e63c3b8d9d789e1daaf5f315c026cf5fe9748af1452a04c08bbfc0132fcfa33df06a300ac5ab3d0893d73e358e195fb754bb81f135a6798caf5f233dbee98c8f7fdb1201f0365a9d37c677ebd17d787f430df2c60f4d74aac1f8e11f14ca8fcd913a3ece01e4ff780bfaea97119010bf368212f8751c3a19dfcea971dff8eda2cea719bfb79b8ca52d6a54317edfade612e3f73d10d8bf7f41f8fe08e275fc6c868ed4cf9f682cfdc235aac65ff87d77e36f277a86bf7b03a5fd3e8833f437190497bfed4045feb62b82a50b3a5e69fc771c14e9df036db19962c55534648ab55309b129ac8cbe3453580b8d4253d85f3da2a6d8989d37c589af1b6d8a6354c9c214b7bed279537c601353fc6edafb35c51fa439da94a00b9e3e6116dd5553c2cbdab93625bcabc7dd94f0b1baf44d89b26b9633259aa6d63e53a2636a4a3025aea04e7153e2ca0a6a4c89db2838352549ae88cf9404bf986b3298d5e2643214d43c61321cd6883619dea824663266d3e36e326e55a9ce644aa445da647aa238da64eea4ca83c93c150160e9a312a2c9d25701a5c9b24b3d4826eb19252c265b221dd330d992aada69b2b9558535d922f059f67ef88ef679da503539c6e2d53a16aa1c6972dc8bd42567229d913239eb28723739ebaa95c8e49cadd8d7e46ea935cde41e87afedfeabdcdde449a4f29ac91b89c0f46556e7b3c9971f9be3bba9b611933f1b8e6860ab962653e0b936cf4c41e898a6a05791a829985b7f1cd3145e58fbb5a6f0c52ac299c22f2a4a3325aba80e7653b2b34a754dc9dfaae0624a61c37ea5f029ce31a518af5a9a29e57feac632a55ca2a60453ca9d5a9a4c299faa83dd946ab9ce0598523dc2db4e1da694d2943a021b9d7aac7a904ca9bf6b4fc7942641152c2d54779129ed7695fd4c69776a3134a533e8954da6747b946e99d25d568e6c4a6fc21fa63fa72a9929fd43a4ed0c4514cc9b3254543e64ca180f4f9f71ef605dca148cc6520b95654c991669c7d39439425bdea6ccf7b4fb60cad21dc194e516f63e2257942e65cd80b39d158aae29eb1ded499bb2be41adcd5647619429db4a24d16c870131b2d75021db94a3571896c62b0537e55caf64d1942b8dba194cb95aa1a6e51a80da916b022a4c9ece4a914c793621e4f2b64355c8879f67331568ae134ba60223f4c203538131a88f05ce23171678ac3ccd5430b61a394d056f2163168a5010682a7451c7b94c85ae010d15f6e22814ce0ee056b8935ad54c85bb6a57d7547885eaaba62221a4b422aff0a845ab28ef3015af8a2a5abca6ca0ca6e21d55fe30151f85a450fc0a0e4c89cec8ab251621df9778a84aa0a9c467354b984a4e5705dc546a044e6de9dc00a7a577e258958e514a692ad355c98fa9ec49f5219bcad9d419612ad7545d03a672f374b0cd546ef9072c9d557389a91c7e7cc2543e03ce76f98cda613195afaffe0953f96e0893f277b5b1642aff40099ea942311da53355a883835ca13e82a9c23abd5bc654e1a90a08a60a7fd45567aa88695753c5d2c81315ef006254fc8a28acf80d30aad254a0da4ad7b5c96eaa1c00eaa85c5f95795315cf642c35504dd454a5a5dedc6baa324e5d75a66a43509aaa2dc517aab603b0b3da53ed2b98aabd543a6faaf62e5c97aa87eba547a69aad543036d5ec06545bab85fe2682a95647fdbd4c53add9388fb5fb2293d749048054273198619d37c8ab757fa997cc54af300065fd5688fb06dd54ab3535e885ffb1c176b08006afc1ad1a5e417d6c3414d4adf170d5274c4d7680b1360dd30b064d4d270320351ba65782999a1d19ac4bcd2b6b5fc1d47cb3f6874c2d0cd89c16e9d58e676a310267a8652ce8132d7d48b5adcee9a48ba9756c14e9d6468811adf722d5b6b16027da34d75f8934b559814cdee6bacadda636cfb1d16d6b410768fb46ed2ca6767e3c44bb549bb1d41b75bbdd4d7cedf61781903b5e8bd4a54e9d81603a8dc51f767aaae336a6c862781d91fdb4b961ea9211f4a1cb6175c299ba2e551b84a9eb0a40ebaec7a046759b89ccd46d0d36ba7b2db5c6987a54d346afa9a70d7fd82b8b36414dbdde23f1f51ea212a2a9f77614e9de5ff45207539f6d48ee7df68278f61b8cf2db6f2abe50ff386a2532f52f0be4debfaf3a794dfd4faa7c6b1af01af86bc01ba4a181066dcd98063d41980cc22f619a06fdc6a30ec6adc9a6c185f4e77a4c83cb698fc234b835eaf6d0ffa0290c8b8dcc34bc056486e10f70b6474480488d9c890018554767fa4da347abf9d23426115ec71827e4c8313e75809ac676c3d38f1d80a57125d4d9651a9f4dfb30a6f12b3e60e924c0d6f8877869134aa03e4e58ab23b7a6092741f02696832436f11a949a891f206c4c4a85909b541f1579d2313396ae03e84ebea19630d3e4bbdaf9314dfea1ad06d394cb3a306c9a5a050779ea1afc8fd376a0a64d3fac7d2bd38c7ee0ee339668f7c134f30d72f4ac4ac013b32a83bbcfbaa3cd20d3ac876a5f34cdfaabce54d3ec94c885b39b0317ceeeaed7499a668fc54ecc5ea0e310a6d93f0161e72440459e138cc0524954be7933a09cce5b8234346f239e6bfe409ca105ad1663690f6262c173edd79a16bcc3162e4c0ee574610a94df451900b616ddd1f934d3e24a3a8c665a3c150c6cf10e680a4b7620292c6d8eeabef4a4f6ad4ccbc2ab60290750edf27e08f2e56750ca573e46725ff904dad0aa70b49f569d01be5ff543dbe7a6d593f0a86bae432f5cf30e6c6e6d57a4b4b55f2020acdbcba5939b75697d4524bef555b4a967da10d07ead69636ac0a88dabc091376e44c1dff8435bcba6cd19804437cfd09122d3963034e2b6a48ec1d26864a6ad65417eb68e4072df6642b7665b79f0daed83d115d9b10ff571e77a60809d5b1100bbacf8dabb164312db751cf97ed7392e3dd4915bd3ee9508933dffa975c1b467e81d5ddad702eacabe033a7660da771c1076df3fe0af030d91e50e8ec24e1c5c889838b81eede04339c275e9b0139d9f230d7484c17434883c71b43344cbe349001e8e6784ec77bc316ac7c96c68829eec897c7ff2b69a124c271f43eb38150d2c77ea920e1e994e974687e58c6b32966680d69cf9aeb7d998ce854313bd901c2ddc0b25759ada74a12ac49b0b0f413c2f864125bb9843c72b4dd1b170902ff9210e5e8a00b2bad41f09f9b2c78ca5ac78db971f4197bbfc0575e84a2a40fe2bb921f15ca9a9ae60d395e790ceaf7c434c5c1d0f1670750f74a66b718157af554726bf361324e37a7d24f7eb91d099ae7787c6777d0674801bd9716a6f94448ebe5910bda69b6d91446f250754bc555cef4234dd9a05d07c7b26e2eb4e66f5cb99ee0cd0ab914c77260246ddf515c15232a0c7bb0cb9bb15f03aee7980861e44c1ba10d300df31a62fb4b49811f84231f350d31eba75a8d0f4b01d80eea310b0dca3b67a7b99e9d13ea0b4c76575decaf42488207f3204c8ea09e66b4d4f8d481dcf72037f3ddb03aef0222d0ecc8b081dd330bd9ca783cca65771c0455fdd46efe4750089ef750f3cea9b5748b56f5ee10fdf46a0e0bfed83bd7f371042d0bb9b6a4c34bd7b82b3fd3e1ec2e4fd2be4e80f5375dac2f461253a061f56e33b7ecc06a4f0b11cc8f5c7767a0986e9e33334cf3e7e4617e96b2910cfaf9b07ebd2b7046086df8a03637eeb81c3f7bd825a474d3fdce819fea88584fc333e76e2a71bcff5ab3fd0d0afef0035bfad6853ffce0c66f87b070c21bf1f4240f8fb4efd72e658b3b5f96f0e3ba092ab39ec9e121673ec71da7d30c7dea0764ff37f49f57498ff2ba41660739cca7adccd713f61295e664530e678fdb4bb658ebf4df555738215ca6bcd097645e852c28afa3acc09dfaa89c39ce88962267362b3a23473e22eea973327bdac61624e7a4b83dc6ce8a810c36cd8a29285d9f0551537b331b59e5ab331438c2e994e6ace319bcf6aa3d76ce9ac7aa1d9d2438dfb666b058518666b77cd5f66eb4aec97f5804a03669b57e50fb36d97964cb33d6e3496de2a31303bac4a9bcd8ed42a0d989d26c598666777cd0066e73a45b566e76e1510ccce3f5574c9551f5fdbd55e4512b36ba7e242b3eb0236dafd54ed8b664f3a3525987df19581997dc92375c9ff4f4bb9399050d9af39300e792298467f85c11cacaba2923964c37e85b7525c680e3f839c93ec89b65dcdc9fee05193c1da674e6e531f8c39f95ead69e61401858ae69471b4276d4e1d812d4c735b4ba639cd2ba56ee6b4b570f8d2c5523c614e5755ad0be674b5544b33a79ba065ce9c8ef195be95566473fa732aa6fe7f493b9ee6f46fb58b644eff43db29e60c219cc70ca9c27529e336bced8c87b5736dce64527c6fce14521865ce945e950773a68e3ad764ce34060926cb661549cc11a5b5f567ce6a51fa60ceda467b14e6ac91facba1e6ac7794ea9ab33e555c68ce96407d1de66c0dd43662ced6591dd9e66c47548c30678fd6a93f730eaf76a4cc395aa9f3d99cf3b2b666cc399fe9e4993957568518e65c25906072b554126bce5d43f1bd39776be4d5dcf8b95773ee2e48b579536a5bdf9caf859a8ecdf9662293e79ba3c4d39c0f3ffe652e10a99e5373c14c088082f315de990b2ed519167361278e42e11d088022b191318b6c557dd55ce48df632cd45332a4236173b8812507c9ef687cc25da2b913297b8a38a88b954372485d24e8449e977ead033975988ea5ee694deb1612eebd2111973b9eca80ae5ce00885468857c5fa1bfea5fe60aa3b185153fe1c0542aa812a2b9d2685561cd95cba01856ae8fef58f9a1da04cd953fa20e5589502f86b9ca5ba594e62affb4af60ae1a5f5993b96a8a0f58caae84c55c1593ece6aa0f5091abe5441daa360f59aeda37149d1ae9554d37d7cc81a450b3b00ad9e69aaf945c9b6bd995b0986b7d5759c65cdb054c5ebb9df615cc75e202e7d4198ebc5a679f8abce63ad771b6eb3a5174eaa6543dc75cb73ef257dd03eac734d7c3c887b9de6014fc7a63d49a6cae770b3b513f2bca5cfdbc0035f597207c1b24512e6a6e381e99a951fd685d6adc0cf8bef167d599cc4da38b60e90e9255b32f48dbcd930175342fc97f3552250b738b4cd8c216bfb1d4f28a5e8b606e951287af559fc5bad43a4cdbc1e6d6d990315b2fc2eb68bd52674fcdadb70050b63e8e93d6a66438962a812cb6390b2cd7e64b155d6a5b43affb33b74ba7660973bb19da9132b7c75d9be6f66541e73b4c01aaed1844d1e9980ee5a46304404dc723c85f9d2f69cbdbdc3906fb157919673bf299f67ecd5dc27416c9dce53776b56b019549cd5d67a276742ba2571099bb9d5235cadced136a5ab7df209eddc9b7bbe7d2595d73f72948dbdd77a1f2f53080f4f7086a17c9dca31ea2b0474fe0fb1ecfc0b77bfc417aec750d38baf70f88377d97a3c2f46b89e3deaf23b25cbf7e6a1c330f78ae4339e681b810c83cb025d2f6c04188c24106e0c2410f51158694c3d91eb25f9b41e62151a8b5c38be0a58d0847aa1d39489df5e691aff52206f328fc38b979d44bed8a9847a75009d13cbaa576a4cca3dbe26c8f1ea07d05f3e82fea1a308fb1e10fc7e00a48f3d825ea13358f0be1b9c6ed035718df1aef71c268bd02d23c61875eec649ef05047b0cc13be01a54d1c8da43039bd8ec89827670682995c418d04e6c9eb0061a778cd58aa08403975afb61accd3367cc0d22e40d8e9ed9186a60f4085993e0c6ae78cf2909e66ecc6aeceba043d67d6ab26587a8fa330a7895a21cd732600afce99899736670fb8e89c93d060e6e601c39f5b527b4de6b9437060e6f5812c33ef9b5a04ccf387437c9e3f4f1d8de6f9e781c9e7df01f959900d39674111bced05f5c032173c423659b84fcdf6e685df90ef174f44442f5e837fb574ba767ecccb3dea2e322f9fa817b69857a4819abeb20068cdcafe6af530af1e08e561f520fc8fab27a38aaefe14a64b6bfc00cd6b1ba2d5b076bc3637ccebd2e9608879dd211083f559f110eb7f40eede30143ac006382dcd9b484f37ed037adc1c0f9869730260f2cd5e94b9cd4dc03b36bfd3769d79ab592d9ae6adb321d6ef488ab7bd2315a0f58eca00223b46e00bedbcaaed60f3ce3b48c8bb52e8f4a679f70054be3df1d56a6bdeb31f02c29e3310c5f7b6d41106f3de4e909ef66e42f9dd3743472bccfb9e0175ecffa8c60bf3812e80b007e380641c3caf37ab9a0fde829676281f8acea12a40ee87be40148ffa4fed19e6a8c46a0933476d81741ef50948f4c81610f5a3b750f08f1500bc3bb60a8aeef1816a1c331fff86547b02371c994fe40dc7d272b0cc9371501f4f3e05053f954e7d56e65323753cdc7cea03d4bb535f5032cfd4549b8df9cc04a0dab31963b0d408a9e39c0924e35c251d02309fbb0aa6733ebd3a95cce73ba0045cc88a8fbf305b9d5de60b47d52260bed815ff2a3a0d68cde564c8ab57c2d1a5bc921ea7e34a3fbdf0c07c2546c747cc5753e00d5dbda74300e66b71a2b194479d83e6ebf101c0afdbf187d71ba819c77c632b40f3cdeca843374ba39cdcc41dd9e65b8db9b402c2d9ed8d45b0b40b19e04e39759d9bef2640adbd9b00a8e3de7fea9835dfbb8bec7bdf081018f3528772cc31af81e51ed6034a7bd81b61f27032fadb0f8fab67cbfcb8271a5e8f9faa63c3fcf80522e7c92a358e999fa6c4d77e5a12d8f7e9f126baf46c0902e0d90dbcc717cdc01f5fb445fe7a712352975e0e8445e055712e7dc5c7bfce8fb6c5eb762899af0fa01bf8fab7bad7cc6f7aab83cafc76235a596f0f20fbbe3d06e2f9f631caeffbdda830efcf01937f1c89c4f7711c8ed5a7c1a05b9fa240883f2f80ecf779013a2c5f5323b97f6d87d4f1752a8ec2d7bd08ccaf37a0a57d2b0a99e17b05f0a1eff54088bff74115fd990add9a9fc511f73fdbea75cbe65fb87acbfccb036cf2ab3e1ef5577da48edfd9a192fdae022efaa72f64bf7f5e60cc7fe9b5225b6285a95a60895546a7fe2cb1fea8126889f54fbbba96b00c0aa32c61dbb56f65f9af837a7d2cffcdd3f76889b35785204b9c7f2a9c59e20ed62e9225de2ad5d22cf1ae28e7b3c47ba990df12bf9792584bfcbe9a862cf177e8d9b6c43fae131296048fb47658124e5281ca9270a326774b228c9a5b1225c7bf4adc5f23c792f838363a492675c35b924cd5595d4b9263da05b72479848f376cd186aac5fc44a18fc5525e5b6c16cb0b6c8ecda79aa8c5b65c718ec5f64bfd00167b0925fd16fb51ecaafd1d9ede7146d3b6c5d9534d6816e714cd7216975b0fb2c5d5021fef7aacce2e8b3b528fa8c53d5ea5018b7b9136112c9ec4ea98b5787aea151e16cf08bd33c2e239a4e3f416cf71bc0e6f619c34ef3e7c475f50d390c597294a97fc47542fb40406e2f005cee36d071e6ed6a5e051cdab96e00f95102da1ecd8c25001e5b596504b6c61a88b96134ba8ab4a3c96f082c839e1ed1039e1ed955c5bc287204f849f429824ab827f953c1c1933796925d79694f7f0d252855468b4a4eaa01d4f4baae961ba947aa6cec358d2a42882a5ee388f6926a8446d49db507fdac092fe62155dca305409b125c3142565960c8b506132a5519c63c99c5279ad2573cb702c45ea05f596cce7554bb364698e5d8de8af28cd12b146a9ae25023fce64c95a56454b4bd65d6adcb7647d826a95f513d276b68cda8ab764eba2028225475c8505961c1bb4736dc9595105174bce797869b9336aa7cc92bb9e36962cb9dbe81d67963c7e6c4e9e09da03b3e4b98a90cb7b176f285f267ced7c1b14d55af25d005cc9771d07a640056d2d5b0a6cd34689a5a055755f4b41bffaa32d050bea2de696825d91600a7ec7ab2d14ad8e0d4be162ea12b314aea1e8d15264925afb2c456e2857b014cd8c0453340a05bf68b4b2134bb1e4aa175a8a1f5031c2522217ea7689af2af1584ac5539669296542da2ed50ba0a6d42615f42ca5eee1a595ded04497cac446be2ff31f5e5a99b2a83065da2961b194cda142a3a55c7a9cda72a594d658ca4d02082c7746c51b4bb90f78d4f27395c45aca3f4615ade050266da9d05049bfa5c23c6d075b2afc0166aa981d19a0229a8d964a53f0f4954b0375541e889259f93a3240d51c80e955ef63efab0555c8b6544b8542510d3f4760a9f65005044bf536a80ad5317169a9be1a21577dbd6aa2961a3620989a4db57762a9f954b5474bcdf7aa345b6a35d1169ba5760f14e93a4d70d2eac5017da85f155fa8fe5860cc06b991311be602386d58155fbbe129248586af501f1be1d70e2c8da2f5362e4be3546a85b4342ea2dd664b93447a8192a54907351d5b9a76074c6f3a4dfb0a96a6b301579a5752ffaaa5f91f95b12c2d92e15fb5a80634d4f2a83a6f2c2dafa911ddd2ca866cd2caa6c6444bab752ab858da5401df6efb49e9bca55d0795ea2ced62d47166697f0187affd5bf0b40ef8c5234bc75eda75b3741aa19abba57327d56a2d9d6722cb75feaa3fe961898c87fd8acc0292d1a5247061d7efea4db774aba0631a966e5d91f8ba6dd76eb3a5db1e90c51e4751327bc0016ae909cbb4a5e7111cf75e09d5cd60e995568de8965ed350b77bbbc04e7aff46acf66da76d574bdfa1c8ab7d3f54c1d26f4461bfa920fdfde36a5bccd2bf03974eab6fc8326095da202c039ee13d0ef8816c323039cadcc014e158aa079d69602b04e6c031a843837368e3d23224a862bd65485a44e190fcc82643ca680bd732a4b20ef05b86f4d57ead656821884a43d76b57c43274b7caa496e13d7492ca32fc3b80eef07fe0a223ca6993ca32e2389e7e6461ed2c5a46ee44c88d3c14a64ba37c2827a3b2ab03c132aa15d0f6a82d11ba343a27f489d1f9d4e162195d0408797445e4c2d18bf9af767ed0a5312d1185637aabcbd532e63450c7d894909ec6aed4e94dcbd8fd6ab5b58cab8a6c320e0e76cbb81ea869e3a6e970bb653c7e42c0327e01b8e8048fde286c99d000046f424720be0933b4bb6599980492c5a4df48c853376a8fc232ad12dee3b443ea11b14c3b01c56d7a3a9ca1e96d81b6a78f41269ffe0dcc70c61be4af197fc08766ed52078265d66135425966fb74eacf327ba9760c2c7343daf0b2cc3da7be5acb3c1b30c0bc8ada90b0cc6b842a3a6f2d52c7fc06a843f357aae1c832ff16a270c110ed195a163ad4de6f59581de564e15094b98557504517ad2fa24b8be720752ca9838d5eb21e08796949c4c4d2a7e07ccb46a22a2cbb0c9961f93c90d8e59700b656c4c35158b11f596e652a24f795fb21cbac8ac44eacae8583bca621a4e0351d74b6d9b266abf6e62c6b3fab1bdeb27eac8e0a58d6af53ef8a65fd166480f5470157d65fd4db202c1b7220b96faca5dd53cbc675889c4d3d70f8362d4212dd741edc6ad32714e9cd15d46765d912bb099692e2d46e09075cd9721567686b0434abad39b0855bf383c36cad8bff71eb2d6ce1b6c2d8af6d37911eb7cf8410b4fd905a172cdbff80ceef78af2621cbce4f48c8bbee203dee7aa3560fcb9e46a87c7b86a3d6ee0d8118ecbda4b79759f66dc04eec7b8c8dde5f77339666a1e8ecdfa843139603d3d44a6439300f29ed905b6d1096437d511f0f0d07848d4a049211351de0e1f067d0f923e31098c72aa97dd1726c1174a6e329d54a64395e1644fda44bbd8a9693d971b64f79f06a4fe5534f8de5d45c34244e1d42cff04c5ca85167d201509ef98787388b7bad2de79283c49e1b0a547b6e929a8e2de776a32a9cfb8d06cef904a8c8177ae99501968b4e90c58ba35032a393a2eb165d08c27f743bc845d16bd19b8b3e8ff8ba340aaff672228087cbd900612f2f813e71f90a8af4e5a740b5571aa0345d1b015870ed353efeda1fecd70d3fb4a11b352163ddb80389e7660802e8cd01eaf8b7dc1c0cf07073082af2cd33c072b7ee402db8ed0693be8dcb262cb7cb40bdbbdd08c2ff6ddce468b9fd4bad1e963b3371b6ef6ec1d9beb71520f0de09741feedd4115bd770f09e6fe2035005aee3f059e789006aa4fcc7f6a0ab5c4c441932aa6094c090f7322c81fb6567fb4e5614764df47e9404f1fcd50afb5e549aa0fbaf474a2de6a6b79866bc62dcf464307789e126e86e7b371149e2f44ed78e151a792e505fb432f0ea91fd3f2e21682e9654a80e69755213ebfec0601f4656f78575ede43b27af91141fe2a1fc0d6ab9600baafd621d5beba88e3feda0029e5750bd4b4d71d5174de787484c1f2ae131a71efbaa03df0ee309affef9b4024f9f01aa0e663459d0bb07cacaf97b75b3e3603b2fad81da5fce362c0a84f3f80dcbf3446dafeb21984e56b3be0e8af9bd1f2fe3609e6a5efc55091bf378580f0a32c80ee8f9afc572df1857ebc049ef86940efe4770e24bedf79f5ce41cb9fdc1010fe7444e4fc59aaa33b96bfb11198ff2628dfb6c63aaecf658d3d47c183f5bf3c9ae5acffd550edd11a375c418d356e9466726bbc7ada2ab5c61b574597e287e95c80357e024deed6f85db40458e30fd5bebb35fe114d7cd604f134c8ad096a6877de9a609b06b935c113ec5782e75a6bad89ea689858132d52b46d4db44c7bd2d6c42f948a589326d0be95d550557fc4cd6af8a5bcd66accac6d0babb1814aae56e36535855a8daf5460b79a62e9ed655653ba3758aaa46d6aab699cf6f0ade6d83aa661b5b835c1582d3955bdb35a0aa89bd46a19a0bcd66a19a424c36a1bacc7dd6a5ba307c66adfaf24d6eac8858d767cd62923ab133f5c6475aec6a3ba3c0a90acaeac88555755cd7256570d9523adae3ed82f77459582adee1bd81cf70345c8564fb6302c9556566ef55c570463f53c547662f59911003e8fca45567ffac158faabc8ca1af8837f15dca374cb1a3cad30ca1a1aa549d41abaae92be357cab82666bf87e6db1fd7f49418d3559066d355893d5d51bedacc91b60ef93efc7ff9822ad0eef595344e8908935c5388551d614d39522595305709053adc04ea41da4fd5a6bda5f4856e93c3830e9c35472b5a6f7aa5a604d9f5645256bfaea4ab7ace9976bbbce9a1e8e466b86bb0aa3ac19632929b3662cac5cd49a713c4e47a69082406ba623483099b34763698f8a37d62c4df15959962bceb166d9ace6716b96ebaa6c5923427a539535a284b683ad59fd0a6aacd9b2ab03c19aad917632acd9f6a95a60cd9e5625576bf64c2aa65ab38fc0a9cdf149a5606b0eb496ad39636b0fcc9ad38928cc555c61a73557376c74ae43c839799a2a0bb0e6e98290cbfb41250b6bbe0588fbfc36f5c158f31750779135ff4265e5d60243741cc25af0afd2076ba17c5158daaa7d056ba17fca87ac855d28ac855322b91766dc17bea6ca83b5c8a8482c4d5309d15a74618c2e155bac8d716bb18dca32adc57e22a5158f57054b5980994adc501dc05ab22a8e7ba916ead1b5968ea54cc75a7a061ea2f42e6c61e93fc89865a6015995598ab75de6a8368dad6503a88fe5f36357cb97c2712f3f3e42972a6c50ef8ab5c27614fc0acf71f82aa651ee6ead78078159c9861c5df901804895a54a45ac55af6a87d85aed2a2a4cf52ea88fd5c7a9c667ad315a550c6b8dbf6a56b5d6bc83f25ba7231072c34920190d57ebd097b5e14ed501ac0dafe938aab5510320d126c995785a9b0cd3bea8b569490440d326d8fba64d41329a4ed4fea3b5e9621540ad4dcf4ed6a5666b91d29a7dd14bc8accdaf690bc4dafc9d364aac2de6a8bdccdae2b776d4ad2dffd3a69eb5a50d4ca76526ed94595b6e008e6e790cc7bd555ae09c5699d5626e6d955d8769adadfa0cd6a5d60b514e5aff538e6c6d1b42426e5b4905506b7bfce4a8b5fd79d4a10e5695d7ac1daaa9cdc6daa1b7f632ad1dafe075742aa236546ba74148b59dcea9ec67ed9c14e7b1f34575175923bbea6f355823c702f1457e68a24b5ddc60ac5d0ea8e266ed9a5465526bb72a665dea3112a8a3a7539d96d69e2580737a56424deb654060f6ee032cd7fb31ce509f0e006e7d0d803e7d7f6bebcfda7f28c07cffe1903f06b4f980a5f66aaab20ef88b3c313031cef6c0236a3ab60ebc849a36f03e367a506954d1419701e607fd44f61dec55438875701a60ccc13ff4f745ad43b2214c86965199d43af4028efbb05b3843c31341e219fe5c0550eb8858dadfb68e488f3734a20690d588ee48b52356230a4726d5b972ebc88200a7a31cdae7b38e6a051d60d42c24ab51e7b15fa31fa18a8e75aa17d63ab61fd2e3b87a888971fff47616ebf8222873136e829d4cb4e0b326ce833e31f123d2e3e491dab6b04e3e041d60ca4c7cd694836aabb44e6dada3add66969001ea64d443699b648bba7d619bd812766ac05b79a99086132731758f9ac7d28e573e2a9f86c9de3503fb9754e21edb15ae70c02069897553b52d679bd9014e6ddc3779cdf412fafb2ceefab5e7eebfc513a41685d50075464513988bc8b1a6a5bdfba3813bed0e23c38568beb43be5d7c295a97962451e9dcbaa428e26bc94e1c982547c16b97c6539ddcbaacbecaf0d6658fa1892e4f8daab0a203e0ca8a5d60992ba783f3addc8b6cb22a2b14dd355668566bca427c5e9b0f48616d2d908cb5cbf53770acebf283c4ae9b043cb1113fce64dd64d60bf3ac9bfce1580a0731d8940181b9a984de5669ddfc02eadd16fcae88754b2554be2d4da2b0d40118604b47e489ad4b20df6edd87dab1cd8a00d8f6099c6f7b5c48e73b1342b4dc991f32c3ce4260bfbbcee375ec2eae836dd6ddfba04fec3e8612b0fb04f2fd9e1ca8a27b72aa91c0ba37f9645ddaf705d0677f7f00cafd23f06af79fe21fde05f4d9ff113ae6813cc0be070600341f380d35ea606e9c8e83c3a1881c5c08b872f0bace77580f7e449be750077cfca183f8f8a8f5a8305131486987db620b0faf81607c14260eebd1022078c76ea0b971ec3314b7e3d580ac4e96505382f56457f4744e0ec4de9f9c803a74720682fc94417ddbd653b9b47d6e3dd50f45e7d402f49a4eadc2e13b9d24064b15b1aba797e16b9f7e04c1f84c03bdc3c57aa62592c299594856676ee05f9d2d009476ae13976e40e2395f58c7b9ac17d2a06e5fccaef37cd6e893d8fb4bf7f1af2ea7049eb8d21682de95a180e957de4124b9f21b12f5f55528ac37720021df68aa6d7debcdac88899b5791996e2d457be0764e04c0ed6538307757e87d43d6bb97a017de6f85caf760b9194b1bd595627df0f8832ec564576f81f56105b5e3591f5647dc3ffc0c9de9516584dca35e809d8f26ab47c4fa783540e0e3776ae3b23e3988f6c0d3b2c0134fbb00213febac93d9d61718c3b6be74037fbdcc82b7fdca026cf26a33aafbeb58a8dbafc3213dbdde07fcf5ee00d8ef7b03ded0fb9f78880fcb21057f2c8eccf4b11338f2c70f889c4fb151ad3e9d42dbe2734e94dfcf337498c3fab5180c0e5fef435ffdd61744fddb11c8a4df9b4207f851083ae68f4a203f3fce0334ff4c89a7fff90110f6f74a3cd7efafd073fe9405eff83356f5685bac78ca586db1ce68ddb685fd5340698b5d55a54ddb7f7d74736cff0dd3cdb1c569abe0c1162746dfb62d6e032506b6b81bb5b0dae235a882a5510a616d0936a896664b841f1cb4254da2c342b6a45ebd92c296b4991e645bd2617888a48bd44b66330cd29366332c56c1d8661ca094d2664aa0a5c9662aaf66099ba9b296139bd9a639da665eaa06799be5b35ece61b366528c69b31656b862b396d3990c9bf545b82ed9132b68b6d927a9906db3efc67ed95fa9abcee62cad05dfe66ca4d5dde6bcae7d519bcb82b8774dd4546bf30c537a6af39c57ddc4e6cd80cff276d31ebecd7b4135189baf3022c757479d7036bf5bdbfa363f86436dfed68a146cfe5b88af40512552b640694d1db6c04daddbb66016b5a1da828db5e1650bded466902d945a1bf6b6d046c585b6f0b2457429197e5add962c1be22bd9166d5bd8928f5194664b3e1da923f9012d14b6e427b97459c1962df90b04538a124db03452274a6c29c62b1fb2a538a854d796b25c34965a29e7b3a52aaa08d9967abafa996ca9dfaa22624b53129f95e68722645bdab7eaebb0a5dbafa6765bba28bc8e740ff1afd29740ac66288288ced04c31a62d23bcc3b68c7cdb998a2347671aa9e0d496b9975eaf6fcbd2196192a58b223e5b96a9485611033fe852d6217ab78c2deb7994a6ec27510c730475d0c1962385aac3b61c755015728cd44e992dc7366db1d9725cd70b2c6d3973a84dd0963b3d422e77569ceddc85541cb4e5d9ab06535bde062a18dbf2b654546bcbbb4221ac2d5f2154ab7c6df187f9ba68fbc9960f3f276ccbdf4699a1adc014756dda0ace5378672b6c5405c95638934ef4da0ae7513b9ead4853952c6c4522f9af7a2bfeb21599ab5d5d5bd1ae2accda8ace57ddd756ec1e9255f1d8f81f8b6f89d4a51259b4c96e2b3109a9b6c44cb52ed84af6d1b6abadd43e95e16da5d3a97fc256ba3df04469fc049dadf455fee13555dc6ca56f23a2cbfc873257662796caced241075bd99dcadd6de576006294bbabe4da56fe55155daa905b45125b8565381d957a0221579aa74e715ba5bf384395093b2b6704aaad520ca5a96a396d9ed9aa0e41e2ab561fc7bdda2f7c7ccd805acc6d35972bd5b5d5dc88945673870ac6b65a5b017d6a5d05feaa5d552f81b5d56e8e9da83d57ad44b63a83102675bd00cd756b2b03b3d56daefd345bddbec02675bfebc887adde7cb32ed5cf09e45e3f37fec7fa03f0a80d72e10b358c873cd170398a4ea3ee7a578aad1154455b93b86a70b03549ae1a8cadc928bd41cbd664820ef9da9aec5749dfd6342336a769511d74b035ad8a0cd0cc839ad66ca85ed1676b760fd9a4d927759cd99afdd22ba56dcd03a8eecddbc660e91ca86ef39b2a33d85a16c64eb45c04aed0325ab56d5bebcdda90b0b5998ed3d1e62cf6be6d7615bb6c6d47e91890ad5d85285d6a9f48e7f96ced9f36d1a50eb110261dcd3aa16aeb5803a5a9e3106d10da3aae040be8f8e0832e75ca8fc8894c84e31e591c3927b2b2da6c6c911d80602287800f45ced209685be43cc0bbc8dbda76b575cd80cad7358fb6076c5def21e4bac6e8bd18b66ed95028ba95020be8fe0161d2c30d7da2e74590b29eb7f1a83ddfab79c9d62b250e5fef6adadeb4f56ea5a315b6dee355b5b6f5be8a28ecd3114ca74fa44aaeb63eeb54e3b3f5eda45d705bdf4188afbedfc0e6fa850388f46b035ad36f1902b3df4164cc7ef71013fd17eb7d1db6013620be016bb467681bd85d3d35b6819bf4f658dba0b1d8e8213b807d87d643300ded84223df4198ec2b070d4dae1258186868f06d81a3e5bdbd4b611f1c14e460e830633722c18d8c805da62b38ddc8ee43e7227e27e540fd4ed514f74c6d336ba15f0fde807788fa35f217f8dfe841c3d76845eeb621b771300697c274888e39f037f8dff878f9f50753096aae16d4f18abc32fb68959517426fe46904fb2eae0916dd21375fbd9269f40ea98125bfd39b62957f4c60bdbd4cb88fb69715174a68d01089c51518d2ab6193781b6671e44999b790981392b1632c0ac2e901067578012387b0708de1c3b1e754e079cb4b929a13cccbda9c644db023f4ac082ec10661794d166906dc12975c2d916c6c3495bd81d8c62612f1d0cb12d8a83eabe2813f8f6e2066a8db12dee848f5f7c18296d4901d4a1255fd53c6e5bf20b4961590264df652362b07442af59b22dbb0f2d6d793214b0e5bd907356ccd75eb96dc501809a150f2163ad2c82e3beb22e8efbca3e7a1bbd6d553b70ab55a320b8acb62121af9e89cd59bd0832e99a6938a26b8e47e8d2dae4d89cb5b7006ad695569ba06ddd46e8beebffa8e5d0b62103d0f6863c80fc1b866a4bd2b6310271bfb13128f8c6c3da93b66d5aa7de61dbe6d660e59bbb698bcdb6790adef6e6dd00ba9baf412dd8fc1348744b5d1d91b16d8d8458bf7da45e456cdbfe004fbf03cd59db8e81c8ab3bee82a7ed2aa6fd6ddbae2940a2bb5e813fee6e1e8ea5f6c84cbbb7829eee89a7374cdaf6bcd70b946c7bf3a1dfb1b793368d6d7bbb54c1d243edbbdbf699b0abfb2aa25aed9f092965ff3ebcb40361d07d0f1443b3f1403d509103bb90860e4e55878bed504bb525d90e8d415288ea044d21ea21aafb613bc4c1c36d91140e9f0706389216717f6424aae891dd68521d2da2de28dbd1092873c712a0501cb3a1941fb383941d4b030676ac2b3f6bb6dad56dc72f21be4e5483d671220a02e8890780d627fb40ed3cb91fffe3a9180091536f27ebd2e9307cfc6987baea6ca76b203d9e5d8894762e1caaf5b96e20fde7362156cf37564fb3edfc4c80c0f3df40a42e74054fbb1807daf6c532c8f7171fe2285cfc01d411ed425b3f3a05363a3a2d4e6d741f6c61f405f4ada29fe0285c4a8eaf7d69b1fad26c97ae823f5eeeaffe09db9554e00a57ee03cc5ff9860473351e3aea57bfeb50a1ed5a223483ae8523635efb8bf27b3d4a470f6d377cc0f737566dd6a59b4b80dc6f9d42eff7d677f5a5d96ec74383f0761abd96ca76fb0410df9d02c0d1777a0076dedd8d2ee5bd847020dc6f0699e1fe34b8521ec4462e7c504ec7776d0fa601923d78a1c355b6180f0a454c3b00dd87e775eacff628393ac48fad8bb1341d61f2f8ad3aa86c4fbcc8134f1aeb9df5b6a74fd5b5697b561d84f8d925b5bdd99e378386fc7c1e44cbe7db2374e9c5733cd7cbc940302fa3b15f2f6f41087af9044af3ab5ac8f7af36e8808fedd5217ca1d789f1f16fc6a88dcbf66602a4a7b72371dcdfce439bfaed32fda127dbbbe980b0efb671e91c72e17b1bcef687c108800f7751a43f7a20467cc41c98ede30100f04f97d5e366fb6c41f9fddc1c75e8f364809acfeb71ac3e7fd1a11cdbe79f5057be18c1cabfa435ebd2b75868787d8ba56366b6ef095091bfaf836be0c715c4c48fb7d0607e8d8dc2d2791dd5b4fde91a83a59bd8d53ff7404fffae822ef7cf0c62f0af1d00f8bf3d6a31b7fdbb099cf3efb6fe26823d5619dd7b7bacdd5aa4ed616774a3edb19ba822628fbd4843ce1e7b9f965f7bec1f4a45ecb1ffea49b3ff7750c1a9fdbf1f9a90ed71f6ab326f8ff35d95077bdce24addec714b6a7cd9e325d2d4618f375081ae3dde52cd00f67837343ddae357d3226d4f1047a53a7b82f8aa63da1334c71b4ae8c0e624caa5ccd09ea8a416697be2673aa7634f5210df31c90c4569f6a42d34c1d893f655f79a3de989705d32c6551068377ec7c79b52e00b99a629c6b49be6a98a61375fd21faab39b7f29a8b15b32ea51b05b32a9bbc86ee985a7b7e6d1eb4aedd6def878eb62f517daad1ff4ee22bb2db74a62761b8433bb6dbe2664bbed83c228bbbd09fe47c7304d0a7607ee41b23b3faa35c6eecaa454c4eeaaaa9e2dbbeb1f92823b83e61cbbfb855237bb2789d634bb27b5f602ecdebcead8b0fb0c2a46d87d451580dbfd7b70f80219b4ab6b0fa6c24304c72359055f29f4b187eaaab2650fddd4316c7be88d62397b78080f115e0d19337c98920c7b78b40a7af6f0df4a29edc9bcaa5adb9365d2769d3dd932ad30f6646b902792e312587bf21b0ae6ed290aabb3de9e02a2b83d656305f3f694ed5473b7a71ca872b73d25060aec294f237fa57ca924d69eaaa0b2007baad64db03442c9a23d75768505f634f9b1943616e22bad55d5157b5a07de50da7deac5b0a74ba8cd597bbadcaa3ddad3955005c99e6e2bb25cbaa308b97467f01ed3674398a49fa9829e3de310457cf68c2b904d32de431dcaf416b930736a7577db339f40ddcefa5475397bb6302506f66cc9b4cf67cfd600c92adb4ba55bf6ece970f8b26751f9d69ebd001e357b09e5dbf61c26f59bd873644729cf9949257d7bce6c0af9ed398b2b3bb1e71ca64aa03d571e95c4ecb9baeab0903dd75924ab5c57d4ff65cf755f75137b9ef491ba94b78cce8ad8f3e7d0f6933d7f036da8daf3efc3e12b905cc98fbd400462b5c0007ced022bd472682f780b95af505d2565f6c2769cedc21750458b58104c459aebe0a4bd082e0db11719062052e4aa12037b91dfd8fba2161566ed4531bb652f9e1639ba442325c4f6925ff1b54bc7c6eb28dd4507a2eca51fe1a4950937eb52d928e4fbb27fb0abe54aa879c95eae8b1a85ede517aaca6f2fbf1da5a97c34184585d738c815e3e0d4564c8672527136e2ab4a4200dd2a6b7566d15e65a31a55ec5597aa45c05ef5931a85edd5c2b8d45b7b14f6ea19f0b6ab3757f7adbd7a2f9d6ab057bf893facd152aff3b6d7ac853354b3150a6bcdb96a1bb1d7ca84235aab3782a9f61ae489dabf9114eacc0391aab34355587bddea4a9bedf597ea5cb9bdfe054461839400e00db2a3803568060ed3e0019068c31228600d1ba0d6361c8d53dbf08b4ee1da1b955775c5de682236bad16aec6ae3d478b58d491f1abf47dc377116d1a5a67e6d48d89ba65399d4deb486ba5ced4da7aa286e6ff60a2fadb97d3396a254d8b037ffa0ad197b8badf8ac16c7f01e5b9cd30b6eec2d1eaa446d6ff119dcbdcd589ced36fbb15f6d737cc0524dd50beded9722afb6df8393d6013769db3b8c0631e8b01858aec352355ed83b96079ee8b84f0d0ef64e357414d8de69944ae7f64e5b2120748ac6dbee1c0646d1792cc07ce728d599ec917ea4b4c812d8e82e98f2b67779a6de027b571fb26fd7f4da93b677cda2e6387bb74cdacab2774f84baddbd0220598f24a8303df07bd2f61e4f91737a1607c6ecf9015cb4770224983e0694933e7bf4de157b9f5fda6bb2f7fd8c9cd3cf0940d9cfa7fabdbd5f517517d9fbf54406e89f1269a87f41ec7dffba00e0fd1b000ef78f5493a37d4079edf4db07dc5031d53e703a8af4c05d801803ff6903c73e089774da074dc6a30ebaad7360f6c17590ef87240715191aa38e0dfb3007ced0303ff49c61d555eeb60f8fa36e19fbf019380ac357203047ac51579d7da40f32c3c88748db634d88d5b11ed4edb1c9b0ab63f742c71c7b55670cece3e2a1488fcb8df438ae054ec7b8f1f8f871b3b05fe376a99bc13e3e0558d3f8225087c75743699a50596d6ff6098d807d27ec507bac7d625564f2499d41b7a6b8a0174e7540009d3a0aa57c6a940e15daa71ed74917fbd4478b75695a0264a6e9b52763a919426efa0484c98c94201933b2ab97cc3ee31e20c6ccde38c833f761bf66057086660dc3719fb31bb970ce7724d1b9b151b7e7ae04299bb7535bb8f6f965001e16c486c6b7602e82696118fec785c5904d16d6d4f6a67de15384c9a24a488f8b46435d5934074acda2afeaf5b12f89a3b72ed897a4033b59924ffbdbf6253520f22e9906bcbae4914e36da97568366b5b4991a1cec4b5ba1e9b22c13cef6f2117a1d887d455ec81fabfe2126d62447fe5a9355c7b9ec6b1a0076ae19a97616fbdae96a96b0af4b896ab5ee203a3feb4e229baccf86b3bd7ea036eced1b63a9ddd3bef1144eeda64ea8439bba21176e7aa7dd40fbe6923a5264df7c01d2f99635407c5bab6227b60e0691da3a112f6deb665485ad97115f5b5f20a56dcbadc631fbb61b40c8dbdbe2d46eef830ab3230e2acc8ecac0ab3b9ba16eefec06deb1ab2a367a573764805d0b2121ee3a8f26d51efc56837def0c88e2fbe60092ed3b08e1ecc07f38c807c2917d0fb6870673f02630f9c1afeaebb01ff2e37f3cf414fcf1f06c68308777a8fdc77ef847135d3a521c75e89851bbcdf66355b4f96f3f1619ad4bc7fba27b7afc354af9f177689e9d08aafdda7e620db2dc894dc0722776e0209f3a05ea763ab90e86d8cf2686027e360f34f7b35df45240fbd9be3856e74d101acf27873e717ea88e3ad9cfaf457c9d7f01d879fe3360e78530308a0b29d56f62bf901d68fb427de49c0b98adb15f34c660a91bcaefc519283a17ffa0ff18fd198179b90282fc725f04e6e5c1ea96b15f1ea1ce54fbe59b78db573216c1d24fd48e6b5eecc4b5c7686f5e0f80a75daf07aa7b7d1598e1f5c7fa8b47f61bcff527c2ec374bebf516f69bd3f44602fbcd7928e5370f4083b9f90fb17aab2692fbad7a7a7bbffdf6ecc1585a05fc75fbf4662cdd41ddbefd1674fef65f3810eea4c41bba531b05ecce03e49c7b091000f78c78fa7b27d19cbd3f452f8ab4df5fadd7d8db1fb8d4db697f3001cac3c3ece8a83f6c8406e1c30928f80fb785e9d2a3faead1b53fda8086c4a3d750ad1fbd8624f6b8288af4e3567aaf8ffd4971a4daa76900879fc6402f7cfa12fe9ca7ff1013cf4ee2583d6f0250f32269152ce5d1e94dfb8b8220d72fea20c85fe69e8c255cd46d7fd9526f5eb2bfda01f2f33a964e1adb5f97864efeba3a20d9eb3d28736f620175bc89049d7f33197d98b7dba0debdf3026dbfab86ccf46e2cf2fdbbd7f8daeff3e9b485fdfd7130c30fff21263e9485b2f5a192dec06cff18c2e67cfc84e6c6a75d28869fce802c7ece0d1cfdb90eba815fc2f01ebf9402e7fb5609c2d9b795380adfab4201ff910767e8c70574ca7e7cc6d9fed91d48f49719fdda5f45f5de15fbaf267a4790fdd751f8147e1d4530fdbafc014b5791bf7e0791b67ff7c7c7ffad89c8f95b2b0a4b8df0d2feb685fbe3ef1a3807ff1e87b3eb9f09a8e39f154fffefb4f6581db11a68603a628d5266e808c37db58ed84e451d8ed83df5b91cb1af6a2bdef19f5b7b998effd66917c91127a36e8e234e5ec5ab8e38b5b417e088735cdb628eb893b593e1883746599323de26458f8ef837f13f260857439b23412935253812cc5462e048f04eebb623610d9db874243ca1fa9723515f95191c893b45e852924cf842497629547424356b727724752b1f7224edac862347d2d5aa03380c563ddb0e037e99c36128abee3587a11f9ecb38577bf80e7325151a1d96240a6a1c964e881ccb66852b0e6b40753987b59c426b87f59d4e103aac7f15fb3a6ce5f49656876d85325687edaa9e5a873d38984b0872fb22cdd10efb23bd6bc0e1c8aecd5987b3a936c61dcede5a871cceb32a213a5c664db50ed759bdf1c2e1baa810c3e1bea71cc6e17eae20d0e189ab93670ecf1e05f30ecf6d2d270e6f67339636e88484c3bb571b250e5f072dd20edf041c3e7f57451d0eff384da28e400775e93b02b3107281738a441dc1c2da1673845268297784eeebf8ae23f451b189233c9efac91de19dd44eec4836305a97926fd4468923457195ea1c296f2203a47cab3ccd912a123b916abe0ad98e545795bb3b520f52d9cf917ab1c274479aee2a5938d27651038d23ed1555871d69afe35fa54b8d839c2e13f63e7d2655dc1ce9f7e258a53fae30ca91fe92f2474786250a021d193fa948e2c894147f98a9bfdaf11c993ba23e668e51739c234ba45a341d592e28da7664b9ac80d291e5a13a6f1c1161a8db111d95fd3a228ee93d488eac37555d7164fda7565b47b6cb6a997664df8b1c9d230362224719ec7d8ef7da3d75e46ca36d7d47ae701d6c73e4aaa734d0912b06e021776a64ccdcd9f517431cb94b2a7f74e41e13a94b797eeacd718ebcf9913af24ec346e79da51a9f23ef2b95491df9b6a858efc8774f119f237f2a753d39f2dfd23e8ca340777ced02b39581390aacc116161caff64547c1ebda3d7514ba8d32577830e04a911be1ba543484c02c9a4df51c47d11c6a9670141d868a5c74acdee0e0287a1b47b4587ac082627551158a0d53eae628b607c5b0d821e5ee8e12b355eb70945884582db5492f5a7394daa67d0547a93d3a66e6285d0e38a7f4606dea39ca9895e039cad44785299b5d7bd28eb295b55de728bb0670b8ec3535bd38ca59d499ea28971b18a0dc2a0453b9eb380ae5bba8abce51bea7cab78e8ab150dd2b76c077ac7801415ef1329eabf24f80f92a59d48ce3a8d204b9b06a0bc095aaad1085d556006c557ba1de2847f5c2f8ac1a29d525e6a8914bfbdb8e1a5b557377d41cd3044be3556874d45ca1ea8aa3e67915661db50cda8771d49aa39d0c47ed728018b5eb63576b472193d7c90d5256a78b8e023beabc5279cd51d7a06a81a3ee3c149d7abd8157eb8dd6ee96a3de1fed9d38ea5fd1e6aca3c130009106fbf1b61b3ac1a41b7ec3a96d6456c1c5d1282bc862a341c8f78deba886ec68bc080cbfc91280d326ab55087234391981a5c7480a4d130217362d1d86a589387c4d2f6a33dbd1ac2382a9f949846f8b64d1584aae8e4647cb5528272dbf60bf5a95daac4bad1de043ad0b15d1a5366e40b2367ed4a136b5516bdb9cc27b6c9b280a4b56a08eb6d99057dbfed61e98a35d2bbdb2c9d1ae3da2b0dd146dba38dadd40f8b67ba3b35b8ef6d9d566e3e8980838a75303149dc824da8076441653e1ccd165105e479799d8d52e578099ba0ed11688a3eb6324e46edd811ebb1dc71bea190baca96745ed523a7a36c2e6f48a0bd4d1ab29ea50af6540c8bd8ee128f4aea73e3e479fd478437df22126fa9c0336e9db5f6f5e72f44b01fcd5af875eeae0e85f0b75a87f039d4e710c68a4b7a03806e6d04e99636021b5083806ce872e37f03b28d2a031784383eb03040e5e8b471dfc1dc570884b07731d43e65dc6d20d04f9907b31ba347414f2ead0cda0ba43ffe0280cef030a3ebcbf76881dc3cf22c847fc5267aa636442f0da912b513b469d814832fa0cb0ef580b2af2d88338dbe33e02048e0f6ae7da313ea4174e39c69f43f84e70411d9ee0471d9a900a0069c24840c589a3c07e27e147c01d934a03fb4e3a0d1835b98c0e023aa698a09c4e19af0d2fc794f79065a6fc41669ada4bbd648ea963a1b94f3d02416fea23ecc4b414c813d3baa3764cefa997c939a6ff061a9a914c47cd1d33b6e9a5348e1987d43fe198e9c4decf8c86f230cb82ca376b88bab11cb387a869cf31fb86362e1d737a0363ce390820322f1794c0798501efe64fc6aece5f0594b6207124968668bfd6b1300988c1c2814db0f4133d8a45d5d4acea585403496171776d2d3b96bc8460bc3405bee352fc249163f94110f51526741f569c56239463c503a8052baba2d6aeac81905b3901f571951ddf71d594c158daaa4d3dc7ea5428e5ab0fa10eadfe840ab3a60c18c59a8f408feb7e0376ae5f8f82bf3e1a9bb3e125b4c78db1b415efd8380bec64e37210bc8d9ff5e74b1d9bd2213037e7054fdb5c190779735f9cb4cde375a4c8b1a50ada035bf6e81c8563cb5b6ce1d61280185bbba06fb5f513eae3b63048e7db62ebe0b7635b5d54986de3d09ad97606a763676ae09c9de50187773e001fdaf9103ac0ae16c839bbfaa931d1b1bb26e0dd9e385031f6e0e7b31c7bcaeba89363cf60753338f6568624b6af2bd2e33edc1ae3d89f06d977ffc5285d3ad00704efc060feab77c8980747eba880e350085178280b12f2a12293b1b434064b5f10f75105d444eb38422a72e4b0fe2682e3c835080847dba0b37874a75afb1c47a390bf8eb544b7e6d845e872c7adeaa1741ccfa93e51c7f16a3856278e2fc6d20f2835274be27f3c7518a0f9342e51749c71418f3e930d0ae5d9b8c04c674beb3c9fe31c8caf8e7319f487191ce78aa94fd471ee1a5a7fe76b23df5f7000755cc8aa463bc7859240db17ee4153b8981ec2ffc5ea7ae9a4e3625ffc61742f64cce835ead8705cba8cb8bfdc1dacfcf27a7cd69596f88ed7dae848a4e35a2794dfebefd516eeb8110206b8991590ec6613bd13ce71f31f68cdadd2e894ddea879ecead5deab576dc3a84a6deedda0022b757a3ccddb1a1d570b71be0caddede07cf73ec3e1723f8863753f938e2739ee8f44728f598f64157362b32e3dac8c207f580bddd3a70fb15fcfffd36931c7f39c38c8cfd70317bea86ac6526fd48e974114c397e551a45f4e04847d391b3dd6570571605e5501a57c550dc4f3751fa805af87424c7d7d02eaca9b848889b7357436d0f176aeba361defb6c149f2ee1a0ad8fb1ac8ab1f0aa82fcdf161349eebc3537ca18fb921f17c9c87d4f1f115cadc271f92d5a7f938b59f6f6127be3e027df816a657a839bef546ebefdb68f47ebfcdd0f124c7b7b95090bedfc477fcfe1600e967912abaf4abb08e86397e4d8dc0d223c4eaef5ac0f7bf47c396f4fb4ba42efdb3c08df5ef94869c33965dfb7cce58d9b419e48c5554df9033d676fd1f9d6115a2752976524d0aced83bb405e28c7d59253167ec975a919dff9d565dce19a78bba109d71de6be273c64da23be18cfb4ac50867dcbffa869cf1ba692fd3196fb5f61f9df16ee8db7626a8a930dd9930a8ae7367c2cc9a6a9d098be26b270a5705c9996880eaf7ce4493b085892eaab6ed4cdc52a18f338949fd4cce2445b4b3e84cd253d19033c927bdccc499b4919a5e9c491769a17026dda4a9d699f4827277a7214a6b87d3d852b982d334471b714ed32ec484f93f15959ce60a5a289c66cc8139cd7db4b9e1344f550ee3346f5158e0b48c53038dd37a45c7349cf6b52a3d391dcf1113ce820839674915bb9cce560ad39dae3c8abf9cee119adc9deef9eae3737a6e29d5757a136ae2737a33691a727a47284f73fa26e8ed064edf594db5ce405695109d81955a619cc1344830c10c38dbc15c2ad53983ff34893a43d31185a11388aff0b82a6339c317ab1ce90c5f87a3903c3b8e42ca490ae69da9d3282973a62ea98cd5997ab57218679ae26aac76a659af52b033cd4e1d3271a6eda155d499364669b3335d19bc8e74e594fc38d34dc2e14bb7038199bea6ea5fcef43b907d33ec5056eeccd852cbaf33d34ca4c74cf82d6f67e60c78faccd715f139b30c5165cb19315f3dbace8845385611f0cc3b2370cfbc33e28b1ada9c590ba9c0eecc3a4207b59c59a37086b259f1a8d9ca22e764bfab78c299fdbd7a6a9c39caab38e8ccd1507b27ce1c4d15f23b734c424acb11a52d4967cefa2afc3b733d6ca24bb99369bbce997bbf4a16ce3c6ebcda3c399190f33cc767e53d818c9937062f2d5ff32258daa5a2a533ff5324d1029b509a0a1cc5de17eca0fa97b3207e29da5970ad226467a10c788842edd49ee12cd45f6de1ce428391bf0a575731d559b88f76759d85a700fa14f1aa68e92cba5041b3b3583a35263a8b7553eeee2c5e49b54767f195c800c537a839ce5962258e42c94278d4926bd592ef2c55310a4b5f51024a9745262f635519cb59a6a4f6749c65ea2330cb0e06682efb4087009ce5722a777796cba51e4a67b90eea997796eb8e5a5bbe0a9255f94d807715b263ef2b265205dc5931255e47c51538db156f68d3d859292baa7be504d8fbcaa7f15c95bf22b957fe0b9456a582baea9c5546a29c5499035850f522be63b51cea8d72569b8963556db7de35e0ac7e16c7aa661cec6acddb5574a9560380ad5ac7814d6a7f500dc65977b3362e9df5cee3b9eaddd186bdb3c15055579c0d5763571b1e00966b545a47d69c8d53e9eca9b371791d3373361e8fa3d0f889727767d3612a513b9bde01d06d5619d8a4f938e09c16a9b52be26cd1546fe474b6f886d3d13a33a0626b18ab9d6d9602f1b5d9859d68f3030cac6d040052db76a8696de7a122b7cb8f206f8f3be19c1d9e6957d7d9d1a8e61267a71a3aefeeecd4864b33b447e1ecb40581d93917186be7beeae47576bea5161467e777aaf23b238d6014919b23b1b4078f1af95e3d22ce2ef154ff7276598fe3de65af5a2a9c5d8f00fa74eb03f9a31b7161b78d902cbac7d75b509cdd87a8f4e4ec7e4bad1ece1ef1548575f6fca27704397b9d0777ef63059ee813c4aef6e98357db372702b3ef5bf5d438fb8dc1def77baacd2067ff6e2a8a3bfbc720aff6ff868c3960198ec2805d281403eea954e71cf011c96a90515d29ce417da0620c1a80c43778a28e5638075f6da24b43aee0a40dad0cb03574b6760c9cc3eaa96bc039ec285ec77093ba5c9dc3d3227f0dcf0e6e35bc2bb0eff01eda34768ea801f166c4087cd6885d284d2363abf6e81c65515ba573545ee0e851d55585758e1aa69d7ee7a8ebdac9708e3602cb8d366b1fd9393a3b38dfe8454856a35720478f7e860a33261bded0d852aaf23bc77647151de7d256a973dc65bde8c339be9f9af69c13ba60bf2646a0184e2aa8c60be7e4848889c9adc0f9a6c4d7792be7f4597a4daf73fa6d7098199fd52ce19c995e9b08ce999d708666ae41f8ce8cc2799c154b1d7ace5986c9584aadad3fe7ac4ddaf971ce7e013175ae0570656e056d103ae71ec5719fd700113dbf2e58c082269bb1b453557ee7826fdae8752e2ca1170c3a175641a158d4033ac0a235da0e762edaa35d24e7e27d00354b62e35f2df5ab75c1b9b40288e7d2f6504496ee44f65d9604d964995da7709dcba3015756ec43b25a991e3bb1726c04964ea12aacbcae7e4ce7ca5f08f255c9d5cee25c950adc6a553194a655a7a016acfa80c3b7ba9bce783ad7a4d3310de71afc7ead73cd30549835fb7566d1b9e630caef9a6b80516b6ea3e8acad82585ddb4fbd64ceb5f711986b3fe36daffd8bc05c178d205fdf02306afd4c24e4f55b0057369cc5e1db7009e971c32b24988d71c0f037be43c760532ca8059bba20936f5a89efb8e915fff03b30c0a67fd0273647e3586dbe8764b5a5134eda963e80645bd6a017b0b5919a4b9c5b9f81956feb03fd7e475f483c3baeaa07dcb9e31d30c0ce4c6a4171ee5cac573f38775e02d8da750821b767381a717b07e274ec1b02897abf03f87eff446480fd939186f6cf01913a605763a2f3e01dbd75c119554add7ecec3b500740fbf84567ba41ca0cf9105e043c7faa23d70fc28b2c9c95ceae3739ecc0b987ef23652eda9a47aff84f3d4401d93759e1a051c7dea668c2e9d4e8bf7787a00949a33d1f842e7faa30e9d1f8be37e7e3e20c605dcd9e5bcd01668fb6273759c392f0e57eba8f3e21abd8dcb195d05993cba274a79f452f50d39a3b723a55d2a0b8277a9e2602c35555f9af3d24c9d64775e3a85b77d251e1a3857eea31974b52d9a1b57674098bde6474fe7da4800f06b2bd05abeb60905ffba073d9deb25d10bb891004af30d2302f3860b89ef466ec0e11bcb91ac6ebc515f9af3660e08b3374b435db955e103966a41b3ba5d1519e04e6e04c09d4228f8776a0192ddb905cdea6e51f08ebbe51113f78e417cbef71295efde5748aef7e340b3ba6f452ebc3f112dc907d351ad1e9cd69b389c314ebc8e988cc8000f2d60f80f2f03293cca1086a5c6a8b58fa643da7cdc1948e1f132e8e4cf62e3883e7b8a22fdbc81da769dcfcfaa5dcaf9a23f2af28bbf4830afe222c1bc8a424d7b1503a9eeb5532fa775bece0652f67a12e2ebf50a68436f8cea2f74befda97e4ce7bb166879bf1b09d6f4ee293a78ef6baae9d8f9fe271a84efff34d1a58f7510989f1a60a33f3505e7fbd45f670c9c9f70c7bff3cb6c54ab2f4bd028f9b21e15e6eb29a88adfa6e0f07d5b0f0cf0bd900e283abfd7c567fd70a1f3f3232398f44fbf9a099d3f03c0f7bf12e00bfd4a8300f8f5197696df3bb05fbf2fa0c9fefb0688c19f3320d77f5e23a2ffc6d7c16fe75f1f8efbdf0cc0397f97230aff6e464cfc4b8a5ed33f1730c0bf6ee030ff16eb2d87ce7fef9406ba6205150db96265d59e8e2bd61ec572aeb044da44708515d3a10957587d6de1bac27a876369904a4faeb0890a905cb1abe9db76fd575a6565579c48f580bbe29e539ce38ad7574dc7ae78df356dbbe287548c70c59fafe4c7157f97160a5702af426b5782016a00742578a68e5957e2292a8abb122fc2de2759a1d5dd9564a58a96aea4db3429b88cf1b522bb8c99f1868cd31000c6a74a1f5cc6f70ac05da62c8bb114a91a8ccbec52c6ea32dfd659709725a9ea002e4b767c214b03448ee586e61c9735b3667297cda09790b96c5bb4e8b8ec0ecd4c2efb2145302efb6b4d7c2e4713c5d12e575ae5302e8f4d155d976789722b97b7bff6e65cdeb96a1c73795729fb75f9aa69b7c6e5eba5faaacb370541ee1fab0295cb1f85b7ed3fa35d4a57a093e209573031de63b008fe3088f90e5770aa72775728be027057c8a79e795778796d78b9925553cba12bf9544d8faee4d3716a93dfc5db4ed1477d1dae143b900b53b922b1944b5ba5aed485f5062d57ea618ab65d69baea6539aeb497945bb9d25ec1d94ef75db9a82b8355f57b5786b4ca4e5c193e68857165f8a5229c2b630ed54d5c192be35133b542e4649e86939679aea25a57e67b5a7e5d598c4a755d591a28667265e9ab16605796f9480a118755007565f5eb354baeacb3f185b2fe4626cf9e4419982b7b21450aaeec1dd5f4e2ca3e5a87f75c39acc80039beaaf4e4ca994b698d2b6763444ece3d78dbb952281275e5caae3d0a57aeb1d8e8dc719478ba725f4569cafd4359b92bef348564aebc31d8e87c597086f20dd10bcd5cf90ba896e6ca3f57d5025781ad4aae5d05cea1c2148aa33a80aba80915b968b89a385cc50a294276156bc17f053796abd8b3305d2a11473b52ae121db4efee2ab1049f55b220ea76c9e3c898253f0cd6a5520105f3ae52759be852e9234aca5ca52fa0c2947ea012b5abf44f9ced3271b539eb2a9b1360ab6c5e9d6273959da6ea8aabec6295785ce5d2e0b897b7eb5d16aef26d11abe587ab28ee2a3f1785a2fc15e4fbf2ff706a2bd643dc576c89ea5e29adfaac5c9532ab4bdf55a9fc792c1d4069aabc1b6152a59d76625d5507a9c4e3aa7a1c69a8ea5de5c8ae6a361d9171555ba60295abda163568b9aaed41aaad9e11a9b67a462565aeea3bf51e1157f5dbd89ceadfb531eeaa91538994abc67415e15c3543809d355ba0ccd56ca76abaab96134f5fab060e5fedfd08933ab829c15577b15e1ae2aa571185b55e0da5baae7af5b585ebaa771428adde39bc8e7ab04bb9eac7d1691e57fdb96acf703548a3ae275783d2c04c0df1cb68ae8633814d1a6e52beed6af84c852057a31dc04c8d6baa7eef6a7c0485b5c917156f5c4d93aae6ee6a3a577b14aea66b546077357d898f6fde0094b27977d51e5dcd87220db5a8b3194b3df45e0c57cb7448ee2ddb690bd7d5b28fdae85d2d87ab1ce96a6d5247b6abf51035b5bbda24402e6cd30f09b96d2f95105d6dcf81fdb65babca83abdd66bd72ced5fe26a4810ee1a0221ddbaba5d5d5692be2abb3ef832e450e40be8f1c090c10790c48a18b0fccb0cb701d617075f5003c742d0170da75397061b78e902cba8d55a38aabdb36f0a1eec9509a7a84e36df768a8ee22578fa6c8133d2e8105f478a52345ae5e6ebcb45e3f80147ae70538ed5d0909b96f7d00a4be8d543076f5eba2bd4c57fff128bf03fe21d50efc80833c3809e48fc1fd23b07413f135c4a68a9b6b082c28aea1c35015868e01171d7a10956fd8770854c3ebe03c0e5f887c3f6215f8d0882fc83923d76aefc4353a0c6ad4e876c8e4a3f7e03c8eb1a1fc8e29ac5e6bd798814856e38eeadc896bfc55a08ef11f917326fc020b9868d33e8c6b624bbd28d23579869a5e5c937173af6b4a5684dc94191040a71cd7f90ed7d4abdaef704d4b0e196b5a36149d69fb8ae8d274038ee8f452c8e4331aa30ecdb423cbcdccae4e12d7cc4a909e66b6863838b30f18fe2c3f40cdac4e781db30d2827b31be9f0b16b76376dcdb8660f47e59bbd162476ce4dbdcac0352f25f2ea82d680c30b4d88e8851d10be0bcfe3d52eb2693bd8b5a82f2267d13860b9c54910988b97abf0ef5ab24f9b1baea5079127969911becba643c55876515bdeaee536d0f9e51e7cede543d4c5e35a154f8d2aae553ee0afd5d5d46fe25a531eff6a4d73bd41cbb5668b4e6eb8d652aa5b1b8412b8b6a60e15bad61ed7016bd7bac493b15445ad6aae75d5b5c3e25a17894cbeeea0f6b75debd7a2cc6dc889dab1b1222af2a64b40699b23506b3747a3c26c598dd7b1e5001e756b4aed48b9b636c04e6c1d089cb3f53c50dad64f08df6d43a03d6edb808fdf760315667b159dc2756defa5a328aeed1b10d13b1a0393efe88590db7117c1b4731152c7aed43a7deedab5052463d755a818bb3ee9f89b6b7715687cbbfbe934a26bf7a52abab4272504f63d43b1ab7b7ea993c4b5374f1896c622d5ee4b0699615f845a175cfbb3224cf68fd7a6b16bff2494dffd3ba0f11dc8adbe6dd781a928bf0736e2e30f46019c1eca047de2501334700e4d40fff1d03c408ca85828e551ada1cc47cdd1db595c51cf901e0f87e3741c2e84b6c5e1a960e587dfa1af70a4a0194b03d0e639320b55e1c811e0d5a3bf803a8e3981d28e9d54ab87ebb817717fbc0594d3e3c7f1d24edc41ad3d95075b78ea0264acd3bb00a3ce7680b0716e731496eee0749c0f01039c6f853774fe16cac9858e809d1716e8f5aeae8b699a60291d6a5a74b6682cf503848d5e80e7bae40061b9d41809f9526ba08ecbe9713aaeb8904dae66d04107d7d58510bbaed5575fadeb4622bd4fc175b31d94d39ba375ecc075db04547b3b1510dfedfb407cb73f4241ba930740e4ee4775fbb9eeed2d82a5e7407cf7bba022df5f883cf1c0804eff83a6781d0f0622721e4ce6d252c8a40f7681ea3eb88ad3f1e03554eb980a481d3193a1a6c7c400033cca8af4f8d88d2ff4b8965ab95d4fea81523e1d85dec9b3a490499f5dc2197a761522dcb317d889e7a581e59e77c1ae3e9f0d89fa455750dd972940fa5f5653c391eb55257563b95e4d8406f3ea19a0cfeb4c40a26f26a16df1660b1aaa6f2e019cbe23407a87df6d76bd3f0da8f8fe123a78efef4060ff6447beff140e85f253311cd14fb882c8f5693aced0a7db50443edfc3437c49a27675d7975a3ae6effa325aad90ae6f9321177d9b87fdfa5e5147d65c3fd3a021f173347a733ff74197fb7901e2f3af8c10e17e6780d8f5b7170c217faf000dfdabf14196dcb18aab03c11daba20aecee587555e373c76aa4d2a63bd60ce556ee589bf4a24877583bdd1c77d807ed0fb9638754da74c72ea2164d77ec924a75ddb117e9c4923bf652cdabeed847f5ee48f77f5ec500eeff1ae8d976c7b1e97b74c709298475c7dba311ed8ef7417d30eef86e45eeeef825b518bae34fd3307127d8a1fd5a7782bb0ac0dd09edea4a7127bca985d59d688d76aedd89176aa3c46d2889fd32d45401c16d68a2a9c36d68b1184bbd55cf711be3e33d1a8d1af76e630f3d7c6ed313357bb94d3f54be759b7e2b72779b1daa46b9cdb53421bbcdbb149cbacd2fd43ceeb6d45551dc6d19a35765b8adf3d48de5b6c5d3fce5b64dd054ebb6fd558383dbfe9f921fb723093ecbd15aed656e6721c4972bb61a09dcaef4da1571bb662aa574bb179975c9536232962aeb7082dbb34dbb486ecf4fcdd16eef1e55f9ddbe2678dbfe69f8da81828a27dc81b3da0c7207ae29bc73079e22a58506a945c01d3a81a74fd6144bc90b29f675a7b8a23d6977ca8edaf174a7dcaa64d19d26ad321d77dac6da8076a7ed80579b768736ecdd69a3b46de14e9758dbd4ee7470fbb9d315c2dea7ab82e49e6e030e72ba437ab1803b7d76f547bbd35f577f8e3bfd0745c8ee0cddb53eba336c5433a13b6352a522ee8c6d100019a7ab60ecceb8009f9529b6ea5fee4c4654d14c331534bb33cd559ce3ceb41c0726d31f05cdee2ca3b507e68e3035c1d24c5587dd117ff1afb26643edc8da1a9193b5aff687dcd91a2a5474673b823794fd12f27d8e64ca91dd39ff5380e4ced91cb930577245c8ee5c69b4fbe0cef558274adcb9f3a19ce4be81a7cf33097f98b71a5e6dbee2d8c2fc3635c7b9f357453015a8ade62577815378b50527a180159ca7fe4277c177aab8b90b1970140a355252e62eb444bbe0eec20124f7c2599422fd7f49a53a77e16eda3c73179ea3ca83bbf06fa08e221310bec56628df7617afaaa292bbf8c8482c3dd58b8adc258cc82625c6a9f5ca5d3219ca6fc9c2ea5f7597fc1da64ba5c2b49de22e95514999bb5465bd1adc5d6ab9a26d77691ff26ae94208b9d2c3501fcb44a0a695c98a98289347efc57097a9a44d177759fc76b0bbec23e4e8724d9199ca755392e12e5f1b19a0821dd5aa4205e4d54a86282ca5d7712e77a57e7869959601e7545a8ba5cab80ed75d6500806ed5206041d5b1aacbb9abe262a7ff2f0129542b0fe45ead318a74f5046a5675579fa5f4d45d231d6a6d8d1a7a0f92bb462d7c568d9e4aaedd35a047bb6bbc52a9ce5de3976a30ee9a77b4dfe1ae354e7d8feedaf70663e9014846ddbb88e87a4d8173ea1745beaf3f19e5b7fe49d4da060322b03457c7e9dd0d9ee33c36aca04d1777c355da6171372a8b5d6d34005fbb717cd57ddd8dc7e2a435dea81744b89b5c5761c3ddd4a68d2577d3622a50b99b9653b5d3dd7403b6b0e91bfcab66467504b99b9910becd4a800f351b073adfc28c1cdd622ece638b27e08fad5aa8c1d4dd7a2a984eebd508f2d62fd526e86efd13b5a34d5ac0f43637543076b78544ed6e3b57870add6dcf00cbb533a28ab66ba67aa1bbfd5cc45787bad03a3ad4d3194f77877ddadd727778ab5782b93b26d36b24dc1ddbab1eedeeb8540d34ee8e9fb0d19d6aea7c9abb53770466a74b78db9d1e8106766e188da55f6a1d75477aa0204576c3178a5c814cdec5c7a5202a5fd758a06e5dcda05b5d576bdfcaddbdbcaac3eeee97d4d4eeeefe0f18a0473a60cc1ec5501f7b5402afedb143fd98ee9e7d80147a1e8218d1f3374e47afeec072bd4b2026fa54441aea73535d3ceebe8dd59ee1eefb129a55bf6690eafaa7441aea9f410714ddfdb755d1a50195906a075403e91f50534748dd035622c10c7ca79e1af7c03f38c883a6006d0f198ca430643e2af29035c0be43be80e90c4d09e969686784dcd0d9da6b720fbd8cec3bacb57a44dcc363abf7ce3d3c29d2e3f0362801c3d76b7fdb3dfcba5e97e51e6142608ea8a9e612f7c896eafe708ff26a73d63d6aa89a1cdda3bbe0288ceea61d16f7986a603a633a01f28fb98c471debd766907bec0ce813e3ea81b08cdb87843cde8898181f8ee33efef1625d9a7000f46122a1cfa4b2381d93ea00b84dfa88289cbc4d7b14ee29b3a0504e598a3f9c16813734adb876f0dcd3daa929c13ded14949ae993716aa73f81ce3423529becee99b191d266cd42e59b7509447db61fb13a6703c4e7b97f20d6cf1b03d4316f1788d4fc20def6fcb96060f31703502ee8a29e79f7c2f6507d1676c7a32eec8bd7b1c8839d581480ccb0f81d0ef2d2f408cc652921b82cbf0076b2fc332adf8a7064a61591c8f72bba0362ac98a8174eb9570d42be5f750beaddaadb00baab070ec6d20fb52eb8d7783e60a90f0ad8da6b6a3075afdba737a1b9d7bd041059f70e75687dab702cfdc577dce052e3857b43451ddd716f4c8b0cb0b12f5a469b5a20336d2eb95997b6f48748b2e51390e8d64fa0badb53846169a8194bf741ca76340140da3910006927060adcbb6ea337b7bb8576d4ddbb1f6373f624826abd2785b670dd7b5dd0bff60e43c9dcbb0ce564ef6ec4c43e3768f3becc8018fb2aa318eebbafd605f7fe2070e1fe32208b079263270e6cc0e13b7416d8372a168a61544d1d9b72471d424a8bbaab5782b98fe4874a76e42f84a0a3db81bf8e958fc4d27048d4c78ee1e98fb7d7db89dd275aaad5c37d32bc892e9df242c63a554f6f2ef9ff1232c0e9bb888933a991c9cf4cc5679d1b8fb77d2e5a6f4a709f1f8c7f75fe215a33175262ef2fa4c11bba5012517861af1a2fdc17ee60ef2fce847873713648ecc5f3f8dad15e50b7e8543869d18d41fa2f250105bfd4582d28eecb3db113573e404ab91a1b5ffbaa158cf5ea23a4b46b7120d55d4b82ea7e2d393c0fd7ceaa4fd47ded235aded793432db87e192fed860d5fe8467900919b37b05fb7664227bf7306d4edce55c4d7dd6864ccfb13d543e97e3059ef8f76c72480cc10331a2da39897c0720f63e3203ff443f87f780089ef512650a44763a1d43cbaa2b36eeec7cfc0329fcc41ac3e39a8f66bf7d3e4c0e44f6bab63d6fd7409aafb33a37ae6ddcf4d781dcf27428d7abe0881f922273c222f72220a5f44023dbe788497f6f2b58e0ab85ffe83e6fe2a8e9adaddafea42b37a9d0298e9f53904f9ebbf28bf6f52eb750deeb72f004e3ffc437c7d2c8b4cfe310a79e2d30c1c984f5b70443f1dc2ae7ef6c3eaf17926e8c397d283b1d40a1d836f25d54deafed6581dd9ee6f037160beadc1bffa5e6a329626e1e9bf9f063dfd910dfcf1673348753f77aaddd3fdf331cee3aff83afbe0fe5d0621f79bfda1bf5fa275e95f7a1dfa72ffdb07bfc9bf6720fdfffe6a06f0c42aa4b28c27d63755573c6103d4e3e6095ba75d244fd80df5ae78fe336a73c31367b57e214fdcec8a733c716baa13ce13b787c2744fbc455aca3df136e9ae7ae21dd1f9474ffc30557d3cf1f3e26bc79facbcd6137fb176dd3cf157683079e2af53ab9a27fe23259e9e8471343d7a1215d4b1164fa2b1786989afa830eb493240cfb627a9571dc69ea49d554bf318ca6bcef1182aab78e331548fd0256345edfc78cc75f51a7b8fa5aeea4c1ecb3fd53a3cd6668a6a3dd691aade79acb3f48e338f75ae8a701edb44adc81e7b413c847db0361b3df62d7af83cf6ad665d72d453b9dbe31ca867dbe3fcaca5c9e36aa1971e795c6bb425e9713dd139308f7bb9664c8f7ba3e2688f6783c2028fe797f2478f17ea9dc7d74ad3b6c737518981c75f0487cfdf4dc9b52790073111e8a3b0c0134ca3530d9e6023b57a784261aa9279c23163e0090f2810f18467d0f2eb099fab00dc13be4c850d4ff2c2aa047a921751c3b727790d55023dc9cfabece7497e55f19727c5062d149e144fd4bde649b9058199729b56774faab4781da94aa9bbc8936aa0fa603ca95f6869f2a47ea798c993a6ca625d4a9b471d419eb4ed54a2f6a41da9c29927ed266d827ad21e53b4ed497b4991bb275d7cf5217bd2a7432ecc905b21ac27431794a68c07f0863257df8ca556aaaf7a325f50a9ce9305ce544f44660479c418fc8fd91cd8c26c59759ada933d193e2b7b77bca11c5e24851cc590ac720e537bac27e70465739e9c31c839b9e6a004e46ea36cce937b908a379edcb7907df3ec44d1c99b1518206f6bd5603c7937aa06e3c9fb0cf92b5f7dc5d19efc1590a3f30f550dd993ff2fb6b0400aa55b9e8267d4a7e0295418415e68144e6da1a9c88545fa2be9f714b904a450e423d050510c6b7b8a9604b22a5a1915a6688cda923cc51aa3e8149baacabca7783bed8b7a4ac45297bea7c469d5603c25cf21264a755335ca533a918ebf794acfe052140e5fd985d8d5b2fb50e6ca275377a4a77c6bbd6ed9537e8e9a2f3d1576a12a544c01ec5ba9b88e577a2a1752d5c753a539f2579528edb078aa1c8dd4a5aae1aa217baa462126aa2545b5aade00c7bd661ebd47c453b3ba36a03d3527eaf4a6a7e63e35aa786a9751b9db531bce674fed4b4ad43d75720189d6b569dfca53ef348e55fd2a78d4faa7811eebffc0716f904caf0ef434c80e16d0e013de63a3bb7ab990a77142bcb4268391149a1ed651734fd33ff88ecd26a845c0d36c35084bf3b62052cdbba8a9ddd3fc5e842eb538a4e28da7c50360df96cd94f47b5aa5d641074fabc73ad8e6699d5035054febe4da34f6b43e80d4d1fa82baea3ced6a03b8b56b0978d76ea87adc3cedd6e121daad5773afa7fd4530c30e15d5f9ece930422f75f07438a463b29e0ec7b1ab1de3aba7c6d3311da062c72b48db9d8aa886ece9b44d550c4fe71da88f911e75057bbafca73d1d4f97dee01d5d6090f774d90e10d875581496a2c0c0bad50184edde17d0bafb42e4d5eed128733dfae1a5f598a62a86a7e72660cc9e47d5e0e0e9f90ef9ab570402a0d73090c5defb10abbddf6a27d6d367343279dffb000f7dff82c4f66b0eb5a05f1b54e4fe19d546efe9df4a7b279efe1fa14f0cc887c819b00cffe3c024dafbf50cec80843c703052edc0394db0740e8ac8a0ecda3ef70c1a04083be805bee3e05cd8fbc1ab4103075f50c7ac674838b0dc90d1da0bf00c9da1c2ac675835e08961d38b60e90200d2f0d47aa98367782d04d3f015401dc33faa5ee819fe05f474f8771d6cf38cc8ac9d1fcf88422acc7a4634c3b11ad155c554cf88c9d027463c058c1af119306ae454b58d7846ce02a51c854eac67d42df5cb79462f40911efd43d561cf9829eaa0f28c2d89a330b66a152c7d32ebd2b8c80f58fa05983e3e07f0eac43ee043137f22294ceaa52647cfa47f2a187b26f703dd9abc55473e3c53762072a6960415997a09007c5a521dd5f44c4b076960da0f14b0e969f0f1d3cb819d4c6f0e263dc3a0dd07cf4c2360d4cc02902c6656565f8767e665b5397b66b9800166bd42699a5d09ef71767f20d1d9dfd497e69953199133a7bffa6a3d732681b0ccf901c9756e0ab0f2b9bb20f2ceeb820433af1730d3bc2fdad5f5cc2fa62abf677e2b60a6f9ebb549e5997f0b606b4141d0f905d35032172640f95d381032fca2993a48e3598c7b313c4b4be3752c2d0f4cbeb40620d93223cee3b2cc48dbcb3a43a15c5e11af76790dc8a4cb07e8ef6f7b561880605678f542c6ff2f8118acc8009eb6623854d89569d56ff2ff25c87e2b3b0316ac1c0978b7722620d9aacaea37f1acda0c1d60d54975047956dd017858dd06a57cf52104c01a0bc264cd321ce4b5555028d67645015b970da5695d3b1cab755111bab431139a2e9bc66327364dd0db173d9bfee00b6d6ea633fd9ecdf3d406e1d96252ab9a674b591cd12dbd003bb7fc43e2db9a0bc1b4f5b2fa273cdbb24339ddf60447617b7668a23baeab1bcbb333a59ae33c3b9fe958b167e73fd4ed5db5a189ee4ea2dd79cfee49f81f771f427b60f70904c09e7260bf7be64008da970d22ef814e60ac07f7e3c01c72032a1efa8e221d95094263d41b3542790e5f01403a62c7413e5208117d6401fa1d4756aa29d47364136ac7d162c0bec762eb8497e758a5db58ea0e06763cb3dacb3cc73fe1e94fa441b53a7150efbdf39c7442ec3ad946e7153c273bc660e90ec2f7547e04f9a915e07ca7add8fbd375701e4f37d6db463ca7f123489e3371b0d1679aa0ba9fc12fa47bcea606ea389b062177ae1f30f9b9f50081e79e800f9d5f0eb5e0fc6980f9f3efc1452f0c877076613992c2850350902ec60133bcd8586fd0f25cfc81ea1e9d0f303dba1d5840f43235437ba2774142bc741062d7a57310ce2e8fd5492acfe5136a86f65c290e987ea50ba0cf957e78fa2b6751caaf3cd6296fcfd5900e1f7bae65c5b1ba51381c4bad10f73726e120dfcc06a470b33d82fc568ec1586a0791f7d64275777b6ed753579de7f61db0803b13f187774e2330ef261f85a56ed0a3ef450046dd4f0bc272bf24c8cffd189d2bf7dc7faa5710791e38b05f0f0aa3d63e280dbaf5e0056ac7837740a231155187625643148f398c7670cc27e0af876ebcc7471570141eb5464c3c1a0f22f5087662cf939610c59f9c558f9be7c93d00a4a7e521643fed0afef8743072f4d3834d74e95973087acf3ea367f8fc2b58c08b0250445ebc44bfe365326493974551615ed58705e5d546408c5707a1aebcba0065eb753cc8a4aff14b729ed7932092bc8903a2fe26234ad31bfc54b8e74d5148886f468119beb540997f7b1256a27795a0f2bfeba8530d9ef7c95128de178170f6be9c0ed37ade37c0497b3f0db1fafe30e8e9c7ac68817cecb258973eed47b5fa9aaa0a963ae221be3e0233fcfa0e2affb7c268c57f1b8fe7faf605ddf96fffd43becf97e03d8e4477e9ca15f1540887fa70517fd9d0779e2f709e0e8dfbfd486eaf9d30019f3ef6464a6bfc7701effedd797e68d95590fb237561ba535de580bb521e18d755c5ba5de588fb4227bc3322942f6868d52afa237ec98caddded869742ed31bbbbe22516f6c4803deffbe4460e99f921f6f9c6e1a4cdeb86df586366fdc4dd1587aa278d51b6f844e9e79e3675395cc1bbfb21adabcf1c76882f1c67fa108c69b30a0ae4d6fc2de2a5a7a13ced57cef4d344ae787bc895d781d49b26b4af3264da74d506fd2b1dafcf71a07298ef61a0f6bfbc96bbcaeb4d96b72e3b3cc3df4f079cdfbb5ebe6b5e4579ee6b51cd5a3e0b55c518dcf6b75eb51f05aa7abb9c46b9da599dcebc8a2f61faf230f1ed5515447a7bd8eed085fc74d65865ec70b6c8ef33ca2d0790b3be1eaa122afd7855aebf5fcd2bceaf5fc1bac4bbefeda90f006fd8ad2bcc1fbd8afe02b2dd2de502a550bbca1cc4a16bda13bca61bcc92294f47b9345695ef526efa37aa137f964a50fdee4ebd446ef4dfe43d3b637453bf56c79539a5571f3a6fcaa97867853955652e64db54a071dbca9f6a9edcd9bda8497963aab5a80bd697a6a55f0a679a3977e7bd36e53adc39b7e94b64abde9f1f333def4cfb41be8cd605119de9ba193d2076f86e7381d198be37fccb844dd45de4cbdd47eedcdf446052a6fe6e2c8e499cbaa7ae7cd7c04c93df30f3c57161fce6396e9eaf7f546e45136e7cdda0d3b91b597822d6fd60fda6af066eb8090cbd60391931dbfbbe5cdde1dcf957d80a2346ff6554a7ebc39ee68dbd59be325e22be70cf5897a73f9959e7a73ed55f0e0cdf54271a1374f7c14fc3c63152a7af36cd38e8137dfef705dca5f11a53cff58ec44814b802b05bfa1c2148e5f054b1e3c6ae12baa7f798b345622e52d6ef980a5542a9d7b8b57d12baebcc587aae1c85bfc3bf25789faf8f812ed54dbf69698acf287b7e4134461a9ae31581a8097566aa0f687bca556a2c294fa88525edaa99e666fe95338a265be6abfd65b762eaa42d928e5dbde72bff059e51321f195f72863f5963f030c50a19676f0bc15ea6ac3cb5b619a4a9bde8a4591572bd994c3782b5dd0ceb5b77212bca1ca01a4a1ca0ff0862a3fd471416f95a0327c6f9574ca02bc550668cbc85be51c2a4c953bda03f356cdd0044b058101aa8e5183a9b7ea7c04538db8383035cc80183542a8c8358a204fd44a8594566b49982ed5feb14f97eae40052a873477bacde3a4f50f9ea1653bba7b7ee349493ba27b595e5ad7b0b31516f110a45bda52873f56eaac3c55b7f3902a0411c6599de06219506bc0d52005935cca3ccd0dbb02fa85be3aa78b54de2e0d4364da36a81b7e948a5cdde66731085cd2ee33c36af886cd2fcb45ef1ee6d5107e4a7454b648016bd91c95b8c07266f3950bb22de96bbd439e86dd51fdfb1d50810a9d695b51be86dbd5ad5616febc700cd6dfc2a347adb9456db88b7cd6764a6b6f955bdf3b62da9cabcb76d332498b69d91bfda2e003669bb4e9b7adeb6ef003bdb7546016b5f6931966aaa95c8db61ba7a61bd1dcbe30c757c09dadc290536a75331d4c74e0dd5aae6edbc06dcaaf346e813919dc1a4bb0c52cbb4b7cb7b15cebc5daf826f77ab8c87e8b60a9fd5fdb17691bc3d70abadb7677c0466cf6740a2bd76e07fec5d0887af772482a9f715ed35797b7fc771ef130d18d5e7323ebe5f46c444bf2bda7df0f67bab03c3defe1351f0fb6f0057e87f5f5b33defedf91b6078c811831b08fb666bc03b7a1a60dbcaedd07efc05fdab7f20ebaa17ab477f03de089c1f781a3873c4706183a4b353eefd00dda74f10efdae22af7798532f33f10e7361a347d4c04e8c58aef746794766d64e9977e46848162357e2888e3ca91d4fefa89cc04ca366803e8cf98e833c36ad5e98e71d5b16f2c7b8b46001e3baaae9d83b3e854e8b7927b890a327dc44269f38146768522260b949b762b0741f1973322c74dec965504e2657022c98fc1b24766a32809aa91d21894d7da01e4aef34971ae4bdd3aa6bbfc33b3d09f66b7ab8de48e09dde063b31bd8bba52bc3362236dcf1c05bc3aaba736cfbcb3ce02f1cdb642f79d1d02c9983d5c0d47de39b1b134b714f2fddca1109fe715d3a68b77de55ede17be77dc716ce4fafc67def7cfc86aa77fe28e0c2f96b0157e6af43c99cbf49ad1edef96f7144177443a158b00341be30276ac7c209d0a3172e86a6b0f02b5eed22934e357817ad824ab6d80e2cb73803f0d7927220784b2a60739674543b9e77c97a3cc4d2f8d0ef977604ea587a180069b913df71f93cf0ed15a5a2b15415896f456708ec2bfee9fca377e515f41556fe0cd3a555d9a0ccaf7a08a2beea990e577957fd429e586d46015b9d1532e9ea0a6a12f2ae7d0022b5be05826983176ae786361053374482776ca496b6c9805ed3262b64994d57d55fe8ddbc1d046ff335357178b72440306d598262b86537d4f42d1770d2b6872005ef3020dfefc8a67d3eef8ecaa87c3bd3e32176ce0770dbb5089bb3ebb2ba65bcbbeba96bc0bb7b00fa1dbb7f42e4ddd312c460cf46f5897af7dc412edcbb569becde7d17207fec6fa0d778790f66059b3bb80a0f71281b52daa1566a41f11eeaabb71279a3668335452d478f22eaa1ce23ff7f495d62dec33781868ed443723fd20ca2f8d159a86947a351ad8e5544f63dd65f7fc8c27bec08f0d7f1117a159ef7f812c0cee3afb0f72772230d9d3c8e02769a9ceff4241096d3539057cf36438239db1d69e8ec00355e78cf6ed2bebbf7dca00f5862b53ab757ddf0def327c1022ee444b5ba809fb3f35ec0909cf7624ee0e88b79a1475f2c031670b11ce2eb623d1d03f25edc012a12dd02742bba0394d3e8e148dbd10b50152e5543eab8d41868fbb217b8f0f2101d75f25efe8c5a7ba512e4c82b93d412e6bd9a14b2ccd52528bfd79243ffba56159d8c6b63b113d736a35a5d3badde4eef7593ba78bcd72723935f5f85b6ebf59fd0016e7820c2ddf00121dffc8487b89d43c7f2bcb717ab8bc77ba7109a08771622beeeec2ac225c87e779e411cbcdb191f7ff72c3efe5e3ee4d57b05c015eecdc1a9bdb71187ef7e43bca1fb8be0ebb87f1fc8eac108885d3199d498e88de9091d33e61490c2c32eeabef53eda8264f53833b4edc739004e1f3744ce798ca965efe30e0893c73d817d1fbfc6e17bfc170dc2277191a39f58c0b79fe4013b795215e7f1c97890b227d3e04a799a1092fed35aa0cdcf0c6aabf43ecba1163aefb35da8dbcff6a2043cb7ea151edee78d00a35e2c85a6f0e22d0edfcb84f8c397af004e5f95d7d953efab6e60bfaf26828bbec909c4f7a63a12f2db272814ef9ac2f3f0be0208f1fbcec8abef87e80c9ef7fd45681d1fe34207f898566732bc1f7be3747cfc80fed0e71074b92f2d21fc7fc1af577abf10337d0d037afc1a1ba7e36b2b28945f3be00fbfa7c371ff3e13cff5fd1114b71f3b91bf7eba2047fe5c0d1de09715b4f957196cf4afc6005bbf2fc1cef227965e70e3fd33585daedebfad0002ff2550e9c917abbe42325fac8b8a997c616d5540f0855d551b842f76a42a22bed8a7943ef8fe2bac9ccf17afacb6f57df1aaeaa8802fde231d29f225746a1df2255ca671ef4b7857cde3be44bfd5aae64b3c47478a7c495268afc99774951aa17cc6367808e34395827dc6778a607ca646dac3f7997f2b6bf2596a2b96f359e3a834e0b37ed63ce1b39d0ed7257b2e4d7c3efb34addb3efb536d9ef99c1935c1f89cb334cbf95c09f5d4fa5cdbf458f9dc479422f9dcdf9452fa3cd51588f83c67d538e6f315d0fce5f3b7d163e5f3f7504dd4e73fa01a9f2fd058cf902ff00d4f1faca945da17dcaca8c317caa93a802f5440857f5fe895e21c5fb85519ab2f3c059e2b3c85aa64be640b35e7f892bb94e1fb920f45aca6e8a6f6455f8add9ad27c290be05fa5aca5dcdd9772bcce3ffa52452a26f7a5baa169db97269c4bc574f6c19766aad6215fda58dac9f0a5edaef2872fdd1aedfcf8d2274682c95051519a2fc37e3c57860baaf1f932dcc34364f8acc2ac2fa34bad0bbe8c69d435e0cbb45a09b12fd33afc8f591a2a24f365f98d241a914c2d61be88b16a24f065b56bcbc897753802207b42a4b4ec49a2b15458efc6f2656fa978d597bd35d250f68dca327d394c788f396a6bddf6e5e8a9362e5f8e453856392394d7fa72b651e0e6cbf91b0939573d05a7bedc59f0f4b9ef200de539a0e0d497d7afc0cd97f7b1b2135fde4fd8af7c0955b5f6e5cf85cc947fb80a1bbe023974d4c95760abc24e5f412b3040c166f8f8423614fc421e1d3ef615caaf1ab2aff031bd05c557f8a1ceb0f88a14d109425f916a388f45be2329144da9ca96af585525eabe628755ecf215bb88c8299ea3089606a82ee72bf1254c974abaf5b6245fc9e92adefc7f495dfabe927b01444abe56e1cc573abeea00bed22664a6d201b54bf9ca988101ca645369d357e691f6ca7d65276ad3d857ae831a427ce54ee358957bab529dafdc776586bef2ff294ff3952fad42b6af425285c3be0abb22b184cb4c7c152314b9fb2ab64436a9381280b252091cf74aabb53de0ab8cbbd77c55722b75f3555905d05cb52f724ed5a50ae67d5571cda5af460cfeb0e67900915a6d95e1fb6a1d5452e6abbd5c27c67d754aa924e6ab0bebbbafee8b0fba54afb6fa577df57654c1d2431d94f7d51fa52289affe14ed3ef8ea5f47426ee006a368d09cffea9fb68c7c0d33e388361ca642b6af711068bbf16aedfcf81a3fd3fe90af4959e4c22615d4bde66b720f49b46925755afa9a56579dc9d72cab8acfbe66d555e2f135afac4e5e5ff37dda0ef6b5288e3cd1e223de50cb85c8132d4f03c2b62aa01d295fab8aeaa0f2b5da869d689d5427417d6db2a176b42da18e0d5fdb52dad4f3b59da2fd5a5ffb9aaa4ff8da5f41daee304f95075f87456ab4f3759abc59973a0f8cc0d220a4edc88eaa80fb221f6adfca17f91105ac4b561ce42e134162bb5c418eee725fbd77be2e7f81c9bb7e56d5dad72daf76a47cddeb8348751f85a51eb3b423e5eb710f49a1e737a0c75e11fa134ebe5ee390ef7b4d53add6d7eb123eabcf26557d7c7d8eead881afef21ed9df8fab940b7fa9d0351ef7f164c67c04684c9800f2aa6fa06fe87871858434571dfc09e6ac6f10d3ca9bd4cdfa0f83843830c201983bc889c413910264362a3180e3161a3872605241bda0fa5695812a48e61dd10d1c30ea2180edf0ea566f87394df11375471f38ddcafd2b96fe443e4fb515620ab51a9a03c8c31820f8d0de8cd4bbeb1a30190c63b9090c7bb90dcc78f04331c3f13df71c21cbd01d03731930ac6be8999816a27d655efb06fe218bc8e89b37eead2a45a903f269d00429edc03007c4a6b1d0df34db9a8d2a66f6a217cfcd4212a05fba6edd70b527dd38fe258cde803f4382b19026056578087d92d9160e694d646896f4e159df1f4cde938194b4fa37569ae4d7d1dbeb925b0d1739b6b7fc837177675dfdc1b387cf3d603752c98ab5d11df82c5f8da0bae43d05b185f9b1bbe8547227569514a64f2456b62b0b443fb30bec54d0763e90c97d061f12d6d83ff71e9719ddcf02d3dad230cbea5af70d296758094b26c2498f4b27f78b52bec10a8561485b4b9a22374df156fa00eaf2c88f3b8b291b6bc7d2b3b01e7ac9cab1601dfaa42f8f8d5b879c9b77ab4ba5c7d6bca01aeac9da71d62dfdabf78ae756e14b075e92159ac2b05ad76dd21fee16784effa64e01d1b73683fcdb7b1b8766b7c1bfbe940a76fe37620d18d3bc1e6366d8368b97904cee3966408cc2dbda1e76cdd8e5abbf50736677b1eb5ecf876c40598dfe9d7e901dfce94e0433baf80f3ed8ad1e6bf6f7762d0c0dd69d4a9e4db5d18556137aed6f5ed9eae83a6be3dc95058f7a4d1295cdf9e59388f7b62c091f766821ebd3702956f6f7ee0fbfd29a1291ca807f9f6603ba82b872602e81e9a0c9d3c6aaaba9e7c874b8561692e8ae1913308a6231700dc8e9ec4173a16c0db3e9616f4e158e6082c1d86f678bc085eedf146e0432707e0d49eca0d35fd54b32aba74da8ab83f5d0282de9930746bce049090cf8c06d53d9b0a2da3b3e5f187676b220acf3e03ea38171b4daaf3a5b509ea3b5f0e5adaf99688c2f34320a69e1f0a81ea825747f37d174ae00d5d980e267db11a54d88bb30090a233213d5e6a89ef78693cc4facb0dd465e1bb3c0e1b7df93b8ae195b6c80057e6417cbe9a517faeda77753dbaa757bf03475f7ba237daf9ae174473e3fa1b04e6f537f8da372d78b537036a73f6dd4a0d867f6b21ba22b73e4241ba3d5627117cb7f70180dfbe8f6a75673612f2dd6bea96f1dd6391bed71fc9fdde2b30d6fbe3b15ff72742987d90187d9807a3d546ef7b304e9d5dbe075bf5b7b27c317511f70f33aa47d7f7b01f38f2c38d60bf8f36e9054abe471f81c91fd78548f2782664d2c72f911e9fa447d1795a1f9ff52c3e04aa671d81149e4dd5d91adfb3332814cfcd2019cfbda8dbcf33a925dff77cd5602c6d8156fba2375af12f0e43e37b995a67b77c2f87e13cbe9cab1384be578500285f5d864cfaea218ae1eb04f8c33795507edfb445e27b73417f24d0f7e62ed0d0db4280776f2fabadd2f76e36e4a277a751f9debf47c87db8090df9635ec8321f2321b87c32a1c7fa290aa5fcd36f9cc7cf5e6ccee7a9d027be8cc2fff8e51c9efeeb77e4c26f0e6cceb73ae1baf43d1fcee38f9445b0b44e6f26f4fdcc898dfe550698fc573ba8e9bf46e2b37eaf8230fbfb352af29fb27addb2ef6f3dfce1df874056ff922130ff95540795ef5f3920f77fdff474f863d5d62b4ffcb11a2868f6c76aa57aa13fd61c4d30fe581f5597f3c7aeadfbe58fbd5d4b933ff625c526fe382595d7fae336d433e48f7b4c4bb93fee339506fcf100dcfcf14b6930f9e3b7d320f7c7efa1ad787f82d88ad2fc092c2accfa13e4d5513a7f82c1f84209f646ea52c2a1aa3dfa137d57b3aa3f7153959efc89872917f5279ead0cdf9ff865135d4a625466e84f324ef3843fc93cf56cf993ecd534e44f9a48c1833f695aad1dfea4e5953ffa936e512b91df701b0f6174e89cb4df18aede02bfb1acd621bfb11a1ec258439382dfd85d5387df781a1f6f4aa3b30f7e730f553bfde6f9ea67f29bb7e9bcbbdfd249b995df1a478981df96522dad7e7b01055b7efb6c1c64fb2ed5dcfd8e526a4cf4bb26aa90ed7717d6c4e7773747acba476877deef698df3e81baf02bbdf3741c541bf6f1b1ed5775cc51bbf3fa0c299dfdf5461813f3046fb43fe00ae46f207966833db1fd8a4f747fb8383f1f4c1fdda6bf2871cdae9f7877fc073250ba991c09f6c9d9af6fcc93d5ab7fdc98b6b73c39fbc9bdec1ee4f91176f28456715e1fc298e2984f5a79c86904bd53f0c4b37b0f7a97ba9eae34f3d57eb903ff509a4ed342995d7fad3a4d72aea4fb340671ffce90c2aa6fad3add4b6be3fdd396514fe74cf15f1f9d36757cee74f5f5995667ffadfeab3f267f84f256a7f06bb72647f8610ea5086cc2ac3fb33442a8cf26738a000c99f69943670fc99afe17fccd25b0bbe3fc2a572a43f22234e5ac46a853efeac13f0f159b7a148673d8ca56c16a4c76ce3b497e9cfb65fed2cfe6c51ea54f267fb8620cf9e0bb5233b24317ff63f78693932aa45c09f631792688e33aa80fb735c55c2e2cf19030493f391f6f9fcb96eea0ddffe5cff9060f2b44015cdd307e524cf1315a8fcf9920029e4cbabad197ffed82ae8f9f32f52ddd79f7fb7ea26fefc6f1013056c2a33f80b845414f7176886f25be0a7f645fd051328c1f317cc8ada517020724e41747efc857600e7147e0b085ba40e968ae27745fc459fe175148b0de853ac2e968a6f5469d35fd28b3c51ea0522bad427d4ed527f7594ce5fba0a9242e9a60048a5c7e06d97dea666427f9919ca3bfc657eaa9ee32f5b09d0a76c6594a6725bf1b5cbedc6e12b6f052e2c9f0e9f553e2b724e8501d1ba54312e4a53c5d2281415c7a907dc5f71aa4a75fe8a5781a32b99804d2aaf4199ab7c44fb56fe2ac5513baa74c7e9a89a1978a26a16fc61b51a6ad0f257db8bd751bda1fa86fc353a22be6a1e03c4a8355215247f2d087afe5a9f551bf2d70e00d4d46e8a6455273dce509da2dafaf3d7f9860c503725ce63dd199b75a99e03e0b45e6bfc61fd68551efc0decdad5f537a8b758971aae447d6c78540d0efe4656b584f91be12793fd8dc7a92ee76f1216a34b4d1daa7ff99b9652a792bf691b90eb66bff087cd076a33e8ff4b88c2e683f1f1cd67a0cc353fa2ed277ff3ebaa3cf85be4037d68f11338a7555b20e456f7d4f4e26f9d02b8b0751d55a3fcadbf23afb6890368dda63276a24d3fede0f9db9647916edb68b02eb57ba716737ffb1c2a80fadbff53cdcadfa11d927bc70c803e1df3e905e2fe8eddd43ceeef64504388bfd30d60804eb7558ef477fa05f0d0b90ede76e42b9ca12e7d7404cbdfe5003279b7163a11e7effe9f9aedfdddef6b03c7dfd3ada6177fcfc1da32f2f71c894cde2b2d44a55ebb54e5f7f7eea70d1c7f9f1b3a60edeffb5845717fbffb2a47fa07f8f11d07a0d9e81f30141076c05455effc0378d2061c5793907f9009e971503dfcabc145f01d8736c7160e5d899c336c0fb0dc7097761ffcc3cf21a287e32a75ff082bf4af11d981f846ecd786977fe45b10cf515e20ab5173516146cf45691a931652dd988778ae313fb5d9e81f7b4a8dc2feb1df11abe316813e8c7b82a509e53f60a9218269c262b5b3f8279601c39fb8154567e25994df497604e6a4caeae3f34f7a8fcf9a1caeee6effe4eeda20f44f9e8d0098bc07e8714a6170be29cb81aca6ec45019bf20b7af4d42c4869534fa969cf3f2db15ecee19fd61b54777a2430e6f47bd07d67c403b99e311032c38c7391ba3473944afafe99e3b4a3ee9f354dc734fcb376e33cceda037578d63b64b9d9d70057e62450a38a7f8e4f8daffe39a727ebd25c2f80eedc02284d733f816fcffda23d56ffbc4290d7e69746459eff144b0be2428359d00d72f78285eac8f62f780838bc103fb2e55f98135071613ff56dfb1719d42de35f540e0c7f514fa4b4452fa375697119b0ccc5f7b4c9ee5fd20c51b8e40ca4ba251775a0d3bf743978c7d2073830cb66aae1dbbf6c3ff0fdb28fda8af72fcfb1194b8da1de2d8fc4d3af88078cb9a217d0f68a4d78432b0740435e3904baefca0908df5575d519e15f350b61b27a0900e59a82d03ad60c058e5ef31df2c7da8c2860ebc29160d6b502545cef46db628347bd05fe0d4d410337ecc241de5805c87d63731dc0f06f5c839ab6f12a0aeba6046a71f26f9e0d04b3790554c52d6df1875b5601476f7dafb611ffb612408fdbca40bddbd610df71db35884adbee68fbdcbf3d52073afddb8fa0f3b3fd2c52ed8e46c8e43b17ab8ddebff30fb48e5df3406b762d04bcdbb552bbbafe5ddb74ccdfbfbb30bed0ee16d8afddbda1dfef490ae8b3a72e84d9bde17a2f867fef56c86bfb3082e5df570b1873df2c7cedfd3900b6f65785eebb7f1102f3405260b90325d49fe33ff49f8e0af80f35c5431cfa89fa18751969fb706d00a4c353019a8f1401753b1a1bf2edf14d685b1c3f01ea76e201d2f6891738b5274d3a1eee3fe945993b955c4735fda7caebdd0cfe53f5a1629ceaac0653ffa9d138a2670e01b89d2d83e47eb61628e5d93150c0cfee078e3e37442f34f39fdb8ebee879a7fa0bfde78b00e89e2f1285a5ce1f74e942629df1f45f380879edc251b4cf2f26c0c75f1c0e4de1e238f0a14bb7114c5746e37fbc5a07c8eaeac6305dba96178aeeb5e278ae6b534045ae2d43f85e7b81977623bf9a09fd37eac3e070a3235aa5373e4296b99917a7e3e63754f75bd9d4c1eebf9d065ffb76769d15f1df3e8220bfd3497f13d47f671baae89d7deac6f2dfb9063474370d84d9bbebd09bbb1b0534746fab8ec8f8efbf06967b500f18e0c179ecc483af788f31b1006163ea2298621aebf8883f6634bc0531b351c062b6e0e91fa642abe1610dc0e1873bb0138feac03ff1a8132adf234a3c8f2680783ec29d24fe4787500c1fbd8624f6b84b049658f09f2544cbe8797a54d1e77990ac9eb7061a7abe0e15e64562bd17c3ff623302f3c54ec86b2f170089be9a0131f5d5462835af8e98b1f41caea7d7f563b0f41e22ef9b6cc0d16ff0f3f1fe372bd1587a1383f4f8360cd9e42d6e0af5bfcd0b91e46d03ecd73b0fb0dcbb9ae819be3b0ad6f4610ab4da0fb350a43fdc8665e76369344a3e0ec6ebf8382252973e6547c87dea87e3feb901b8e8d71024eaaf29a0047e5d0fa4f06d037abf3f4aa255faa309da163f270016fc9c87bdfff91b11fd7b15c4d4dff7608df97352a7b2fc7f3ea063f0f79cdaaffdff2ae9c89affdf482835ffd64343feb71d9cefdf5e6856ff0e28aa0dc44aa30a7820562e156f02b1d628890dc4baae99291096538b6120ac9626e440d8cc26ba143b9b4661205e51ad8f81f8d9b4c51648985bab552051466d940412fdd04c1e48fc9fbeed40e27d0a1e0289afe85506ff5fd2bd0f247ea1b5369074b5aa0501438c3a1002c6f85ad302c6748a3a02c6e60a5702c6417a6002c66751ba640aa8c41330bf56ab47c0b202afc3f2515bf1016b7e0dcc80b5eb642cdd56c76cc0d65925d7806d84e6e8803d0d9ede9e4e1172c09154efed0c38b2a822127014507d22e0d8a28a6ec0f150f36ac0e5513d3ae04aa3a736e09a8928743d52fa10706755e21970cfd71f080ab8972a330c7812698209789361bfbcd9b47604bcf5547a0a7837ea5456c0574d55b280ef93f28e807fa9c2ce80ff20e23e381d1f1f3cafc92a107e470b6b20590ae5db81e48355000da4e8a5e42790b28942d8402ad8f102a9176cc6d276e51d81d4dff54702036922548309a4c9a6903f90a6bc52f0409a466ab40ba479af0e84403a1fbe76ba4aeae30ba4db8d8d4e1755044bc7d5f310c830509d5d810ce7b4220732fa55b20864cca4643190b1adaad6814c95f0af323d56ef4a2073240233f34a6560812c0b11d1599ee30d6579adbd8040d63a0ac902d92b6a290fe4c8ace53790630c7635c77264df1c17b03939532bea08e49c8e8c99732e5e6dce0538ee39b72a3108e42a8c90cbb543a14f20d77ded060672a7536415c87344e74503791fa92934902faffe245120df1764b9fc5590900bf489d4a58285955b050a7e54781728042a12289c0748a17005a08ec24d14f2070aff42ad2d320801506497b6a903457ea9981a289a5007ee0245f32ab90e146da5938d81a29db4e115287a0e9f55acbab2cc40714c2c054a6455b41d28795c85d940c9cb61ba54aa9a6ab581d25514e8064a37516e15283d5e55c540e9052886650ba0d69633a394975babf26da0dc5bd53103e5fd2886e59b2b770f5448a9ad9940c524da620b54ec86a7af5c48e5c840e5f2f81f2b774139a9dc1727adf2449db00f549e873fac8231c640d5d1005bd5d2e02854db8388ae9e0db8b07a576d1a076a76d2fe63a0e63cbd922250dba97a4ea04e01259e813aed75d83150a73b30669d8dca6b03f507e1211a2440da6e60568343a0c11b551e020db36aaf29d070b3b607028d120159359aa44ecb40d35c88fba613104ccde2a96e1268d607d0a7d9551cbe665781c99bbd55ba1568f60e7ca8b9533bfd81e693d5941068fe519b5481e65f1000cd7fe2b8b770a9f81c689152959a408b0138c82d7f63275ab547a168350670b8d55460f25633b4411868bd00e5a4f51660933627c115da26555926d06e09be63fb5edafc0fb45f88fdeae4539f68a0b31f28ad736b809ace2bd5a81288b4206d7749a28a48a04b01809aaed07d035d3be1c0743d0180d4f536c069b7cc2a3406ba5d0582e99e57af0e0c74df12ae4b3d0ba022f7ac0050d32b39be762fdc6715e8b512a5bcb70b39baf71a2098ded7756229d027bd4e1006fa64d77e5aa04f3fb58405fa8c56b74ca0af0d68a8af03a7b6df5940c57e2f557c0ef47ba53d9d40ff8240a2fd2baa1736d07f3e8ae180528889811921920cdc8f843cf03312dfa018bd772530389e2aba812153910b87cc1b8ca54f3830430b01920d8b8d04332c95b6cf03c30ee85d6281613ff0b647c44e8ea5f280c3233ee1d48e7ca4eec8c0689736a003a37d3a281f183d0de13b668e2aba813187b4d31f183b4ef5d5c0b876dade0c8c1f0e2c377e3296263540fe9a34447ddb814927803a26ff43299fd2027862da40e4896953f159d3ce03294c7b0dc63abd14f4c2e917f537a902d37f425e9b39182f6de67014c3d95e884ab35fe05fcd7904416f6e3704d3dc8328acf322b4c31298c7f338ff1690e88247dae6092caca1ad99c0c215d889857b20fb2d2aa5bd80c0a2cfeabe0d2c76a3fc2e5ea1fee8c01203f66bc9b1182cc57cd0a565150015970d04775f760be971d93fa82bcb0b016c2d1fa7cec1c0f2d93830cbaf0175ac080229ac188eafbd623190e8ca14da590cacec0b8cb97206aae8aaa450dc562d514f6060350c80813546e489355d20deac7989d7b1b62ff4af75b9519ad66d8796b66e072af2ba5f3856eb0b0003acaf074d747d63a0c7f54dd4331f587f025561430e1c850db7b1d11b7381106f6c8bcdd9f81d3867d346b54206366fd59f960a6c190db97b4b14bee396236a2e096c8d838cb9f5326ac7b6bc6060db5a6b4f3ab0ed9cba6f03db33809d6ccf8522bdbd1cb2eff6667a334e607b77e8bedbe701336dffadcefac08ecc6a9608ec288776ca8e96eac70cece8a5f30a811de3a1c2ee980be16cc751ed1007769c0570db190138bc33170ac5cee1507477ae53735c60e73d60a69dafb49719d895482f520eec4a02b17e5776b55e0576d5d69e7460d770ed2c06766d55cf69607716a0a1dda5f11e774f078cdabd044fbf7ba9194beb900b773f069ed8530b32e99e5a28277bc6a034ed998302b67714a0cfde6d3a7119d87b09d067ef2fed3607f655c0e9d8d7763197c0f9f62dd09f2d09ec5b8600d81f0f67687f2ab54206f6178442b9bf181a25fb6bea845760ff1ca4c7fd3ba09cee7f008ab4ff9dde1318d8ff2352970ec4998ca5042065078a23331da8805a7ba00a58f9816138690736a1501cd88c283c701805ffc04b35f6040e2684e47a7012549f839f20801efc8ededca1b8eaf60b1c1a8be73a341d9173683be2ebd077eda8070efd03598cf2610ba35242bc892a04952caa0900e561b82303475aa0cc1de982f03dd21b80f2c81dfee163bcb4a3067cd6d135e8d71e3d0ecc74f41ea4e0a30f81868e7ed5cb0a03c76a803f1e6b87f83a3605a9e3d80274ca8e5dc5a93d761d09f9d873f5e8068ebd40e53b5e12eaf0f132401dc76bc460696704968e40a03afe3b4a974ea445dc9f68a89ed3c0094c35044ebc023639f1156fe8c43fbda72670320e32f9c97ce8519c6c83537bb21b3afd27bb21e79c2e0f99e1746b9c8ed3cb5174ce50093c330b48e1ec562485b3efb15fe70e22cb9d8fada302810b49c04e2e8c45305d980dd27fe12476e2622f68a2d141e8bed199a150464f56db5b20fa86ce3e04a29f41848bfe883fbc5c1e99e9ca517475affc0270bbd60b98fcda3294b96bb7a075dc6ca2733a815ba5105fb71ae95469e0d66c2498dbf1a10edfde07d674a728c8cf9dc1d057ef5c0421bef316c9eaae0f2177ef07d482fbef40e71f9850a41f84e36d3f388dba1d7340c70e020ff3e92c65e0612f40d84746f8861e9910138fbe03623c4e8ea3f0240fc4d427e7c0c09e46a9bd3ff0f41a12f2b3b2e00acfbee0583db781eabe6807a1f165fdcd5862e57b89fbbf022f2fa05df70af34381579d80e55e2d835ef8ea3800f8ab1be8cdbdbe8fd3f1fa1768e09b96a00f6f3a6073de1cc6debf8d0338fcb68cce5b05de6ed71186c0dbb76af80ebceb8c63f5ae07f2c4bb41108cdf0f032cf8b00489efc331c8a41fb381e97c2cd0044bc3605df81488c4523664cc4fb9744235f0a913d0f6a7ddd0733e531af8e2d5cb0a035fba80c47ee9091df3cb16fda9b7c097431fb01413a64b5f0d4856dfea41a2fe9e0669e87b03e4c21f0e382d7f4cc7d3ff98abe36f811fb775cc2cf033252af2cf55006e3fbfaa7f35f0cb8c57fb6b1440cdaf0790ea7eef85f1e2cf01e4893fd7d115f99b15e8f1ef48344afe2ec419fa17175bf86f0e52edbf05f9b0f456794730566c7d43c158d555730f862dd2c00cc6cea55521187b8a1296e07fc9b43f148cb3444b7930ce79fd42c1388f55bf0fc64fa8ef3118bf069726ebb10a2648a209269808bf34114c1ca321174c9245ab5530496e25fdc124d594950793f4d7f9a160d2d23ac71a3464d398081a86e8d90e1a26abfb366838aca82368b81da14bc65ccad382c6215aad82a6d1da15099aa2b55a05cdb9b4e0072d25558d0a5adae8d59441cbc2285db2fd516415b41bd57c19b44fd11c1d742446f83a4aabaa18745c562c1774ba9522059d8555db0eba7a23565daf54560ebad329ea08baebaa001a7437d42a1a747757034dd09b071fef3ba376a9a03f2597a68563e90b22daff5b494630304ec97530b057358560e08d8a96c1506ecd85c1643b149b0493cf54e0164cbe5d6fe30aa61c3f194b97cc58baa14834983a9e92fe60ea90ba1083e92a22e4d27bb44807d3f7c7a3a6bfadba4930c3fc182c1dd28b8a82192eaa5a10cc704bdd1fc10c8ff05c19df696f2e9829911a858399c66b772b9869a7dab88259d22ae20b6619a70ebd6096e54a1f8211d5d548108cd8ab0268305b1565d2c16c5b70d2b28f573135987d97e2c2608e61388f399e291ffaff925a4783396ba8112a98f3037261ae68ed230773bdc11bca7d5b997430f713555782794c5ceaa05346c17ccb91bff26d454dcb5f08c93dffd02aba54c01686a592d8d50265d45b102cd047bd3ec102b3113905e6220d15cca8237ec142edf476bc60e1944aa48285572a910a166daa7e9360b1d3ea990f164f80fd2ade763396b6aa10142cbe57394cb0443f35a2074b0c57f1265862a4ca1fc19279d48b112c7950d949b0543c05a7c152ab80994a5d57fe182c1d5735be60e94eea7c0e9671e9bde9c132a954660896c1a866b06c7a0440d95b3af3132cfb411d7ac172b18027cab545ed28b7432dadc1f289b1ab1596ab032158f13f1cd18a69b4cd13ac584a095eb0e22aed06062be7078caa5c10b8b0ca0ad5ac82357c38a235d223afd6e8a48c22586300aa55cd08e4af9a4d701e6bc628030bd68e00a0acbd4335ab609d45ca32837553a8861cac3b1ba8b6ee4eb57a04ebfe506f41b0fe551cab062154be06a510be0dfae3c034c0504eb0217eae3ad8d0a31df560c34688af863bc0151a46e3b31a61c824d8e8121ea2494d55b6824dd6014f342da13ee460d391f81f9bc547696a760c27adf97400a4162fb4431c6c351f9fd57a20c2b7f53cbca1d6eb71865ae376e2609bfcaac104dbecc1e6b4390754db360f5840db1a38ee6d9b22eedbb647ea683b59ed9ec1760990e5da1507036bd753196bb0dd43d5bf82ed6df8c3f6e7c09a3af450d527d8612b0a45876778fa0ed0dc831d0f0334771e08a01b391da5bccb8c0fbad4751d125fb74bda4408f6c8a9a684608f1288891e5dc1ad7a8cd2b66bb0c73970f79e35f46ebf60cf7388e85eedf5e28a602fcc05047b4f00c4e8e3c051e8531459aecf529510837d0b2330fb4e07c1eb3b5b3b8bc10105d4e1121cd00bc87d606694808153f11e07a5507f4e70506a156f8283ceaa1b2b38e882ead1c141af00ad076fc3771c925c5d62c161b9917d871582b031ac2ab2c9b00e380ac376a92e171c9e101860780f6dce06470c057d189954db88c1917dd4a0151c053d3a386a8d1af783a3208905475f02771ffd17046fcc44edd604c72542ea18974b45dee0f84d6abc084ef0417998d059ed9ec1897f810b2705541d0e4eae882c377910b8e8e449da61094ebe8d0c30f92b5ec71434838253fe41b2985aa20a9622a1334d0fd3564370461d9cda19e351a467eec3799cf51c7975762418c59cdc3af91f9cd3069869ee72f59b04e7fd40129ddf1ef474413275af0517e4c2162e18080d66612264934539f5272a828b1300502eee0becbbe40a04aa25cf75763eb8d48c84bc2c8083bcfc21e27e6539b0809573d5881e5cf9149969553884d955cdd55c125c1d0b5c61f544d0e6355e758905d7e650a370706d45b0a6750974ce30b8ce8d64b56ea2f60c83eb37eba5a6c10dd5000b36ccd401b2e0c6a4208b9bdc50ad37950054dc34097875d34f1c85cd6b21336c3e8432b72d47132cb58660bcad87368382db86e93538c16de3b4f313dcb6133bb1ed1618d8f6d6c8f7dbbf434ad9fe1b0c7f870121b7b3821a00833b57a83f3ab8ab2552edaeb72814bb8fe388ee4d07e97c6f09a8d6fb46688725b86f2a12f2be93a8a2fb23d4e61cdc5f154ae0fe8310bbf6ff43723fe8ddac4b87d6e95074f0d056752004a312a1e04775d6be5530ea1d8acee142a8c847aa437b3cd21145fa680870f8685744e1b16e50748fe7e0d210e0c2134563b0541f3ad389a5284d27ce20c19cdc0082772a2b92d5a92d60aca77e22b99f8e567f74f0f41364cc3355212b9fe98936cf99636a730e9e39a54eb8e019e6fbb3f7d4911d3cd71618e07c7e9d0e0e5ecc89a273f11c0e4c74aac1581a084c7e2909c4e7cb4df4de82e01578b682578a839e5e19a7970206afe032cce0d547387cd73641d9ba9106dff1463114d61bc380ef6f554498dc6aaeadd2e06d1ef7db5591576f37059eb83d0a89eff61ebdfc3878fbaab6cf83b7df01fbde29a51df5e0fdfaa856f7bba2a7f3a0194e5a4c46f48762d874796806fe7ad818b1fa703c58e6c33d50611ffd80e2f6f83e98ce13874e3f059f74548f5bf0691e9cc7674321333c9ba21338c1672741ae9f7dc3177a6e454a7b9e5b6de1c1e7b5d12879de004acdf38ec05f2fda43f77d714a2d28c197b990f85e0e8484f8721482e9e54774dd5e95039d7fd51919f3157e8330f8ea633496fe027fbdf68352bece84b87ffd023ae61bbf194bbd114c6ffa437a7a9b525d16c1b703f087ef2ae251df77029ef86041607eac0168fdf921cef697e61079bf6cc07bfc3a4307f883df1a01167c9bd6044bb721507d7b82f7f8ed1318d8f70c00a73fc2813a7ec2441bfcd95fddf0c15f4db039bfe38763693548d9efdf91baf427131ef5cf54bde32cf867374ad39f377a6540f06f4df5a505ffcd54ed3114cbaa8db8502c10f550ac82ca9a42b1caea5108858529b90e85cdd5f80a852d543c110abba4d937f45f65553142ff8dd2faf8ff253d30a1ff90bf42ffbdd7241a8a5350a95b28ce127d69a1b8d3b4a685e2ee517c1f8a5f59d15028fe1855a34209ca28ef082528af78229460abbeed50c2d60ac942098fa86b3394f0be0ef8841225d1541b4af4598de8a1c425954885124f520b4a28f126ed368712bf5088114ae2c4461b42d868435b2d6021635105f321535cc5d121d305852b2173c20f589aaa4de390199dc590a5bb668090e52636c76656fc15b22d56701ab26dd5531bb26dc3d3db8e683609d93ee84c7fc8914dd376c85122024bc33589869cf9b547117256538c19722fc5e6b8715177c893220c4b87d47913f21e513414f2dd4060fac3d4f412f2a7531d20e49fa21a72c8bf54fb69213fae6b08f9af68bb2e142a8fe70a4d54de110a9dd709e8507863c5d1a1f04108ccf0516a380a25ebaf4e9250f254aadf879217d149bd50f2576ac70ba5b06a673194d2ad993c94f287e28950aab688af54bd90c9539dd5ee562875796d8286d27455913794b6b476f04269af6aad0da55babe02194be82f67e43197a6b7b3394d1a7adac50a6a2384399e6e33b669eab568f5016039e2b4b6e950642590a226d67e9a1782214b1520b7e28e22f2227e29fca7ea1ac05544b0b65ed8c239a752caa68d603d8c2ac37b51b18cade59c14328c75fe569a19c8975282794d3a63771847216d7019f50ce96aa7f85723994b084727d54721dcabd16a53cf759c5f7a13c05959485f255d7965128df3245b5a17c4f75b62694df84cdc95f45c15628ff2e553b43f9bfaa812654c08b472d585ec962a8e035bced82dff5679742855ea9453354b88c72f750e131aa33850a6f52512954c4a21262a8881709b9483e6d81848a14d529b65091e32afb858a66538d2f54b4187061b170408c1267102625bf6aa337542a16805ba9783aac1d2ab50d65aed4396d52854a3f427d2cfd517947a84c265531426506e26b972bad3a66a8dc5f60a6f25f903a2ac646d1a9781a85b5523abdde3554293bbe63a5393a9617aaf45a3bc4a1ca6554b40c559ea53a53a8ca7bd57d43d5b20150561bac6dd750b509aad484aa9fd2f679a8fa3fec6a0db8bb433502cae642359a9b75a9e67714d65af9f1b66bed0600afeb53cd3d54b7297061bd7c4a3c43f52a033c341cabbec750a37a387c8d7e6bfb3cd4d88ef7d8b80f02a0f17494a6a6b154b40c35ed81f2db743302a0e93f6d78859a7d52d53ad4721c4a40abba487cad16a134b56e8257db3a1209b9f52364cc361ee4e83639b4d7146ad31541de663c7061dbd2aade85da852393b74bae4de350fbb22801edfbeb284aa86315c444c70f488f9d6a16c1524700b74ee775be23d4e98d0ed3863a0f188ca5af40ee914955430e45faf9af66aa54178a9c031cddd58928ec5a5c559f50d7c1487cdd36016c75b7a87f22d4fd221ea2473384494f072852cf92c8f73de76aef37d4739d1a13433df7a9f72ed42b0810d82b3b927baf112a50857acd4206e89d512ff20bf56ea2ea4aa8f777e8267d0a000df52dae1edd50df83488f7d8f8178f6eba96a7aa8df7ed4a17ed7b49d121ab8165f687052a4edc19954270f0d6eae7327a12125903a86dc52153634b41c32e6b034d027866543300d2b046435ac1288d4f0dadac0090ddf0afc35620728d288f3c0d1232e03e88e2c00823772003e7ee4509dfb0d8d2e87fa38a61258e698112a2186c6ec0206181b0e0433361d6275dc0cbd043634ee0372e1b86fea420c8db701b88d9f8c233a21024f3f6112b4b409f390c9275c501f4c6862353cc4c48da0a79389572717407c4dbea6f7ae8426a32b129a9248bb0fa1294bd552f1ff2555f943536b82784efd04e43eed61b42e4dcf080433bd2d4ac08ca4c8f733bc60603322b511179a590ec46026ac90a1593f00d367df858030271bf2c49c6d1066e77cc3179a9b1d1960ee48a0b4b9efb50b1e9a5706fb35affd645d9a9f06876ffe087cd6fce5e056f3a3406be6c7204ce67f8668b9f0ee515d5a1488d2a5c51ef5ae8416ef53f37868c92ac81f4bb7033c2cfb0e2168457348c12bdaa9832ab4e2834e6e8456fac19a56e6d1465c6865699c8e950bb1d12b9fa86f28b4aa217662d54ced198656c7469e58dd0cbadcea03c8beab6336ebd29a18e4fbb591a80aeb5cead808adcb842abaae2a94e67553d42d135ab7502d3ba17597b5f91f5adf0aaf63434a1d1f096df8aeede0d0661b98ce666f0496a621036c9e8d82bf650434be2d7bb0395b13c76089eaddb68cd060b63d037fdcf61ec4607b2fc832dbf1a33ea1ed1b21466cbf0c8ab4b30fdee3cee7f8ac9d7fb4ad1fda65d7c9ecd0aee1ea1c0ced39a20dc2d0dee4102df7d6048ede3b128da5bd3b409bf787ebc86d68ff23e489037510000786ab173674b00b80eec16190100f4e04913ab408bda6280714dda856c02687b7000e1f65441f3da3970c878e3e05f13c5e0164f1f83654ab137d91c94fac6ca24b27c3903a4e6607663a5903f4e1d42e70ab538740ca4e5f00003f9b537f5f2174b61ce48f734644e1799ffe6057e87c7b50caf3aff4a2eed085bc28bf17f6e2212e9e068e8e2e8133143d1647349a45e75257354c862e9d80aa78f9244ec7e5db6ac70b5d7eaba684d015fc5e40e86a31a4a1ab25d4321dba3a2c5c97aeb5402fe0da7200ca6b5fd4751eba9e129ceffa637cc7eb3f81996e34034fbb711ae7f1e64cb58d846e350163bd531d1d833bb80b317467bf5e7c18ba6bc54edced06847c773a848dbb3f50326370f16128661784b3874dd1777fb806c7fd51629cda471ff55a97d0a35fd0571fa707b47e5c08c9ea710ff4611e0f83bcf67892ce36871eaf8452f3f83adafa4fbaa36df1640cd0e3936591585a07e1ecc92580f9a7261083677635ee879e1506597cee00057f5e1282cbf33d6ab50dbd0c406678950ac8fdd531f0c757572104bdce8753fbba32c0e9eb4e4830af9f432e7a330967fbcd1ebcc777d975c824f46e373eebdd413cfdbb27fa9bc6a177dff0d2def7c1fff87e2fc49b0f8de166f8100526fde111eae3c7a4c0131fd77dd0a54fa3711e3fb74639f9bc45ef7b0c7d790e86ff753bced0b73b10b2bf57060bf8de5a27c643dfb7e33d7edf0da5f9c726b0a61f1fc0157e46233dfeea8e96e4efb350747f5f00c9f8fd1591f3a72308cb9f4e90b1fe44a322ffc51d2ea1bf3db05fff8a4224f95717c8fd5f1b7dfaf0585535df87c7faa5fe89f0b0cd5ac0c2c3a2b46486c7cea27e93f0d8ef35eec3ff3bafe11b1e679c2285f0385b947886c7d9abca56789ccbff23ebbae36afedf681989ac1451d6dd7bdfc88a32b392c84a64654664cf10422522214a64265144d222be763625656f2233e9f7fbfb9c7f9f17b7cf7d7f9ef7f39c739ef37e5f9cc40a6a972560c86a08be4781551cf60e81d56924fd823ab1e8d912d4d983284d60bd167faf4950f72ee21c41bd2338e917d86c44054960938b604b50ff03627241c35e4832048da48873048d16a24757d0280ce522419377283308ec14c86b05763dd00825b02bc1339e027b11565f81fd60e4ee82a65dd0602a685a841449d0ac040fbf081c2ce96b3b3444794de0d01c11b2c021073b8ca0f92e1407052d1a200313b488c103b082166994e42d6e1930e4d40059b9c069078e24054e472d31d4b20ae996a0d5711c6e085a5dc6be2d68fd1af990a0ad064b87a0ad33ce9a046d532901043d70fa20102c40114e20d885130381b0265e9c2f107ea7cf123be0f85c203e8d10562069830c4c2011ba51683f327c812405a73502c96bc42602a92bce9105b2fda8500a6495b45e8aa5d80c052a3b741709d45bd10028501fa7bdada981130381b631426b81b60b567281ae17227781ce0bdb9c40b78f5e87ee10f62181fe9517860c06ca1c43319547c36b040f02a31f2db43104cff3098c6b717029301520381598de215210983ed076378b683f9a07e0005ae03c14c74f827622c49882f6b5919409dab742f787a03dddef2b70e94fedc46512b27281cb3e9ce10b5cced312ba906b53d06120d5d50e17a83575b849bdb6c33724d7828ef45323828e09a86c093a1d44ce27e8f40815374167012a2282ce727a439dd58427bab4a5f4ed62401c2de8124795bccb6f7a54b720146f046e19a918729f8b130381fb3a848a82ee4d91c40abaaf43f79aa07b1c6d981e2d10500a7ab5a7fcea1544ffb1571c1a2605bda58518eae38b5c54d0b76f1986fa2b907708fac79ea1d07564ac8201ed7229349faadcc0119498035f2300177856e08c55e0f592526ef04282058317e3c96cc1e07fa8800bbc1da86c7b5fc6bb9e04decf70fe2818e2492b31240a4538c1902c242c82a1d7502d100cbd4fb5d0c70591bbc0e7395ac204c31aa2b15a30ac13ce1f05c3e8374105c32dd10028181e46c57d78220a088211120222233a529a8c588727ec0523d753771fa52734346a366d2b5f77f4930b46d7433627181d85ac49303a0f2f9c12f88d43494ce01784d32d815f347dfc18193dd71813ea858231c968ff11f88b6971fc0fa3b429f0cf430154308e7e134130ee13c195f1d3893e8cbf4afb714273fa5713db529a4c14e0e05230d11d2f17124cf4a7e79a1844607e6224ca6b824973d0de2f08988332bc20e02bea3982c93418174c5e850309c1e4bd945f53948431a74c2364355583973a08a64ea0f73875365adf0553a3095a4fdd43bc639a821273fa0c541505d3d7d3b69a7e844adaf4e3847d674ca03d1428a68d3cb31f0a7a829983510117ccae439472761e558039d76877cca908c150b02d55b9e012da43731da835cded445477ee55fcb121c1bcc368a910ccfb43b570be08ad5782f9d9f45c0ba6d0432c88432d4db0a8059e7f142c32e18050b0e82e0aec82c57b08fa2ce98f8371c19223b4d3967ca7245f76833e6b79531c9e09569ca46ab2229d60c18a6cfcd10241c8726a142b5be0f59b82953a1440052b0711fb5d198b037bc1aa9654c957d72752b6ba391abe05a1ff50d912ac69417f71ad1dadfd3a0fbce5501066491036cc8b0065d870bc354610369332276c377a9a05eba3f0a083607d094edd041bb288c36c784b987ca3811e75a3815edac6ed54efc3a7a11552107e81b868f81d9c950bc2ef93a017fed20b4311ebe95f459c210e137902074b824d1fd1542588ba8eb30041d453faf8cd1dd0d721d8328c9874f416aa4c5b9b10c6dcba9c8ad5b626782e53b0cd5580a1984684e5628ee2985a105389e65ec176ba045610eb8e361bc18e7a54f8764cc141af606720ceb7053bb30817ee2c217cbfab1f61805dc7a89ac4b9d073ed667565cf3402e07b8ed1dac77b50f58d5f4a003c414c4c27610a718584bdd4e6f6e6932292b88a10ccbe9524c2ed1f884e1241522ca93e4915b4f60738990e2ca7a73ff08d88fac1cda4171e72a0853e349df2ebf03d6a9947e8d4b2e0c87daa9847fe500b38ba8f64d2a3e924fb253f4423a7e0983f9a970429b5487049b1c3c19220454aac29250687b382947dfc593770e22938de00078482e3a1387e121c276fa72055442a462a4d0305a9cb69094fd4c2f193e0840d3a660527dad02ce0443f2a6927a651634dd3e1e45a90b6856627a786e1ef51084e5da219c5a9624accd31ec44533c8572bc8d88b8325c199130474cfae27267d3692ded0d9049a189c7d4748e1ec1f7463093245b484994168b3116446e0705670ae9ada49969ede76d63e4256e7ebd2eb38df869a74b62da549762b829dd97b4855cce988de2841ee566299b9efa988e60da4569eb79716276f2f0d70f22dd10825c85f46ed24ff16b5a6fc27a493e797101fbab090b0dcc5cbd4f92e96100d2c684ee0a1404a1ca6603f95ed4b6fa93cfe3799f8d0d55694abd79ad17fbcf6838654d7ada8655e7f1d84a11bee689610dc584e38fac605cac21b776823df6c809669c1cd501a8bddda450f71eb2089f5859694d185f453a882425b529a0b57d17315c6e0e52f82c2a3681314149ea73754f80c5dae82db5ada1db7e7d376bf5393b8d59d341266efda13bebf3b9a40cdbd77d43bee8b4843bedf8f4ac77d3f42dbf74ffb63e8414fca9c47b7433054b48b9042f17b3c702728f1a2ef586a83a75304a54d09fb967a908254ba9d78c7b3a7543a9efd243aff7c0d49d42f53d1fe23787595d482d713f14489e0f52412d85f97e2951482d7e5d428deb42504f3e61125e6db35a44fbcdd4c33fc7726aa5fefda11247be74a8aeebb4fc4d3de9f232efafe3cfaa305ef2fd378e0fd0b7ab51fa444163ff4a06af2218406381feb124cff388f06e39f1404c93e0da202f3690ce5c4e7dbd41fbfe8899d7cf1a5242f2fa0e1ff5703a5efd7e3781a51f08d7b5a4533faac8af604442a46907cfbfd0a4d3c7f74c5b36e821f91f43a7eee2282f73383d6ebe703caaf9fdfa89afce299f42f2915ab5f23a9fdfeda48b2dfafbfe483f91d8a3e2bc19fc634cbfcb3192d3b824a2b4af24a1b6260951d484aa90ca425ac7c440f51594200bc924e2208fe8ea08efcd7b7904299240455f1a0b72a8c12b32a963040551c7dc7eac50444aa1f2157105a342ea39033b626a1c532b48d082df2700985169558f884966d6c29e48d9b4f683913256aa16528be0ea1e556a48142cb22ec0a42cb1f483c853516236111d620ffbdb0261da717d61c89ee0f61cdbb484f85352b908a086b35c0c62aac350b8b82b0f678e4dbc2dabb11930b6b9f441b97d06a0ba689d0ea345672619d66f4f1755a603314d6e98c8445586726ffc79778d24568dd04d989d05a89c60ba1f5152c1dc2ba42e4c8c2ba9dd13c2eacbb01718ed0a6112218a1cd17bc1450583f09779ab001fdfa88b0c170249ec246a938ad11362ac6698db0f132d444858d3f62cd11da06610313da1e41d421b4bd8cd857d86438360aa15d089232a1dd5dca55fb26d80c85f683703627b41f4e2b61ff1e2186b0291d0c1136f5a487687a00118cb0590b248b42877ab41f1d5c5126153af4420c2074d885685bd8fc0ccec0842d3251e415b6b881128fd0d193f690534334f70a9dded3166d3919a1b5b05504725161eb0558a385ad37e10c4cd87a3b720561eb5d388016b68e4396296c7d1febbdb04d8b5c0a91e754d8763cde0c2d14ae4423ba5022a79493c4d15f94ead0cb2f94eaa9fa4a9d29bfa4bdd1f524949e40ef9d50fa8d7255fa837687cc05454ba1d20f6f09132a2f5046ab36e2a057a8ae4119ad3e82534aa1666810859250d9126a9ee1a45fa8f5a32eaa7d4139a1fd82c453a8232d4da813d11e329c467fa1d0b8153518a1f1622a864c93d01b25346dc3eb40846627544e85ce8d9018089ddba28b47e81c890342a173144a0342e73894ea84ce1928cb089df3290bdbd541114ed8ae15654ebb4a2a8fed1ba29e236cafc569b3b0fd426a012eb5d0a720749150a975f1a597d6710a81ad8e4b91a7093baea4ffd82912255761e74e78aa54d8791d65a1ab272d61577fc213dd86a31552d86d0e7ac085dd5e225710ba3542122b748b44fb8fd0ed068acf42f7f588ef85ee2f709425ecfe9c1eb5c768bc1552d8d3966067af54fc255f619fd554f8fa44a1a94ad8270149bfb0cf3eaa001ebf91780afbd6c699a1b06f046a1dc2be69684d16f6b32384dccf0b399fb0df1fb41b08fb9ba84ef4ef43bba37fac1785d251c510f6cf2ca3d07b3484080718a8650ee84e1d66c008d4b68503dde95f7936c7d1b2d0f3220e5d849e5f28a307cdc5e310c2410928b8080795a0c154e8f50eb99570b003c1cec11ac2ab83dba19b41e83d11d54ea1f772eaa2de91c8c084dec96868130e0d27b832f428e5ead0abb438c3f6e0f516c2e1a554e586ffa28d3c4287e64be1887d547d478aa8de8f94a3f3593832228a42fb51da148efc46a06654202a48425f39e5bd6f2ffa42beb978725638ba1e7dfc6827cad5d152aae47e269482857e13e8b9fcd65365f24ba19cf0bb421dd9af9af6d0d830421dfe75517317fa0fa792e69f4910767c27aa5fe3bf126b9ad0b01c4313b585140aa1563ea92521ab00158187802e68c6114e3e43d5648a122ff1114eb7c3f3a2c2e95f29c9677446bd5038230e257d61605d827781cd71f2230c4c21fe38ab0b75bed981d4cae734a48a39278a3672f071aa4cc167517215cebd8f529d708105fe7c8370c15d22520b07a16547b8f012d5fbc51ea4882c698562bd70e93cc2854b9351a0122e4d474557b8ac3d9e0d142edb8a4628e1b2bd781c55b8ecad3f8696d3391de18a4996180a31938a11128fe74e842107a9ca855c42438870657d22652bcfa3f155b8ca800e63e12a2ff4a509573bd0e2ac8e45cbb4707515aa9dc2504baa00a18788eaaed1e3e13de19ad3b4f66b5521141a457c7bed0ab41b08d7a9f03e77e1ba72f4cb09c3e610c10b3b8162bd30ec0ed1d3f54b89956f7889d651e1c60d447e36fea0b21dcea43f3c8d0497f0e7d4d3c2cbe9b32284b445235e11e78b1c4ca43ff238ffab57f4f19bb650cbdc944c8c35aa33a1c72d9da8f0458fa6f7187d8264d2e8dfb4d03142dac831bf688b6eb7a6bebde31b1ac7843b6b928cb5b30e51919d2e2480ee8ca53489cbc6cbc885bb0fa3f142b8bb82fa507c6d2adbf1adbd28443fb2254c9051fb4d98460a65c27c222c09d1e88d12261ca15062431c070b1383a9462766910eb04f4d1063df0a4230fb4209c2eedb4c8b9334030f4409931612773f78831ee2d072da30872da92b1cf6a62d7a7815b1dfc329047d927dd1e4284c3e41f02e25a131868efba0894378fc28ed8e93a3a93f9e1c47b2f2c999f4864e2e230a9eb68d5a66fa666ad2e987d16e203cd504cfba094fb1747e3a9ed63e834ecefe3f44ac29c388633161c68f200c9d5d8e163a61e6491253332bf0a49ef0dc702aeee7aef0bffa8c337c61566f4256594b28efb3b6e1dd58c2ac879400594fd0f6263c5f41da63b6733985ae1270cb71a749464e2cbdda9ccbd445733e10e7cb5d40199dbb102f6210e62e4767bd30771dfedc9830b79836726e05a905797654a3f366d10c2c3f186dcec28b85f43a2ebe25fa50d084c862c1255afb4b35e96b5f6a422977b921f5b4cb32eaee9783a80c5d794c0decea5c4a93ab67f0b71a84578b70c62abcd686c0d635335e442abc369260fab535f4b6af4fa2227a3d809af4cd133458bad59ab8e8adeb94e4b7ee106d2e9c420cbf308ab4b4db9f68bdee34a09679e736d1c03b2fd0022cbceb42a2f8bd2ef485ee2da10d732f021da0c2fb7f090d3db0233cf1c01d5dfac207ddd119217cf015ed06c2873fa9493f5a4309f0d8119dcfc2c71de8211e0f2731a2682cad44f17ebc5942589c4e13cf27bdd1cd207c32913eebc94ccae8276ba9053c9d87673284a563a835956e1360a8ac067a448465f5e921ca5228279e8d2499e1d93e5afbe7f7a99a3c7f4cc2d98b1aa4f2bf684c32e98b2b44b75e4ea332f4f20215d15761b4615e45d3a4ec753baa4caf4fa23d43f8762a7a3184ef0248397d6f4f5de143435ac20f6be80d7d784f938c8f36b4121f878460e85310418c4f6bf1b0b6f0b31fadd7e71ce21d5f86a552c88f84ecf23ef4b6cb37d31b2acfa7b1fed70fc428becd247cffed350954dfbf1340fad99adee3cf3578859af0670281d35f853431f89d4ed5e47736e94c7fbe529da88c22b0f5d7852af9df95841eff6ea2d7f1f7269edc10fe7d459245d50d62acff548414fe7d40c942646185a62a914547c498228b3e58b64516d3d09828b2d88d4554642941c7acc8d288af4364e989e7614496a3f1c71e45960bfc297418e9a9a8a61aa722a29a06441da29a9370f3896a9ec4d1b2a8e6034456a25aeb30e544b5e370d420b2ea84584e64f50d4ff388ea18b10c89eaf4410795a84e282264519d3d385914d5c945c222aa938f8d5564dd03ddf022eb33b43875f5281789eab643e3aba8ae2bd26651dd93388915d5bd8c9d4f544f89c2aca8de44cc6851bd52faf87a1594133693b035891adcc4ca246ad41491a8a8512c0a54a24647f1565b51a37434b58b1a77c373d2a2c6f771a02ab29d4a5fc83608455e916d159a09454deaa35e286a9284935891dd504a00bb02c49822fbe1584d44f6593863153575c3cb98444d6f21f61535d3a2f02f6ad60e0bb2a8991f226451731b7450899ab7c08994a8f96b8451a2165a0481a216bf517011390eb4a5500a4ee7454e97b0658a5ace473796a8e57efa422de9ca00512b7fec0aa236a7113389da5c2ac7505b6b1c368ada8a708e2c123c43682d127cc4562e1236468a2412f9230814895623081489e2d1072312efc1062612e720121549ec715022922ec2236b22e94b541e44b2cfd415e4029c068ae42f508515299ca95829bed2de56f95005504550de6ba6bb516816bd34cd22ea0a9a83785848a4f985f32191ee33dec02cd23b504f335aa1082732daa752280bd52891b1828a8269045a1744a68d38e6f97f08f1aac8f41f6ac822d3232a7c663b945c45e6b638a514393b5377771e84460291f32dc213ce45f4b5dbdfa4aee0e2831715895c420888b86c40c62a7209c7119bc8a590fe558741688d117558894e2551c711b4d33a06a3562beaf81c45255127475ad54e7afada9dccb4453bc552ae76de80f287a8f335f4b8893a7f423d47d4a523d5fb2e6e38a61675c927b8d2e52d4145d7769400ae23a9ae7615a3f220eada17addca2ae4311a68bbaaec683cca26edda8e177fb5486217705956df7bd38dc10751f4250b1c7659436453d57224c17f53c85044fd4ab0e5a3445bd62710626eaf5922a40ef51e8eb10f50d441387a8ef72ea8f7d43d08222eafb05098ba86f250affa27e42fa8bfd5c71982dea378fc07cbf2d84f8fa1b5141120dd88adc5d3470008e5d45031391108b06dec5698dc873001aed449e2308347b26a1f02ff2ccc22182c8f33aba9e4483e8088368d06e7a8f8376a3bc261af40d050491f7540222de53a9497befa6ea3b640cedb4a103902c8a7c84380313f974241cedb387a89bcf21025b3ea9e8b2100dbf8acabc68e46ad4444523ffa3941b5565c090af034a8822df7d786a46e47b0469b3c8ef2c8ea9457e99d4f9c6d446f62b1a739f08cbd8a154b6c746d3db1e7b99d0b6ff48caaff123f1b71145e3cfa3cb4234612d4ee74513d7120b98d4849670524fdaa2932ee3c90dd1a44ac298011ee871134d2ea5d231f93b61df293b083c4c4bc0f3a2a2690f0b311438139d37a25935087fcdd2e3cc50346b125593593371d6249ab584f0fdac681c8c8b66a5e3a9195190133d44d0746a27b39be3bc4334c7400526d816bd2ba2e03154bf8233086c05ff47606bae146f4b12cd35a18c259aeb1945a158ea8ff36a12009fd70fa76ea279c3294de6cd224d615e364916f33ea112289af7871e628133aab0a2852ba83f2e6a8cd618d1220141eb455d7329748990c2626b62144bae11055ff21647a5a2a5e978d245b4f426d19aa5c5b4dd97d912965bb60e8d2aff0f91c4b3bc1355df15dda888ae48a4d614a2a6821cb299167aa53335b0955f88e0adaa8f12a268d55cbc1f40b4aa9c5675f5632a8fab3f515d0d0d260cb0e6126d85b55dd1cf245afb02e7eea2757af4c28ad695f863284c4e80326c0f01f0b08ff41e37ec425959b4e13065ce8607a8348b36eeba84a17023a56f78064e3c4511064a93083fd2ac22ae9124167193da49e40ecae84dbdf1c09d68532895ed4d714491a276d2aa46dda3fcdadc9068e0665efbcd055473363fc209b168731575982d0a4b0aada61abd2585fee296eb44aea3b5d41fa337db6268ab91d495adce386b126d5d828623d1d6c7a44fc4f4a02d1a738d36ccf60124596c1f4e22c9f699e85e13c54ea2bd1dfb949269e7651223763e25a8b82b02af1713c53911178df3a1ee1eb704af0311c5e5926e12f79264bfdd0a528777fb13898dff484521a103a9050973a83f262ca3c69af08d84a0bdeb0962ecbd4f3c2d31c58d4277a92b243ec36379a27d0d5229a42115767f18adc4fe5cda1d4922e20a4939c48792ae53021c98489f75b021add7413b229e874613663a34059d37a2235a3ce9223aea84c346d15115fe9a86e8a89930d3d1ee688e1325efc4f9b6283981aaefb12492c45202a895a75ca1394cca77dac8c7adcb3194da9e50476a0e5e6b2c4a5b4d383a2d9900527a2431d6537e44f04e37254537a33e15be0c0371858c2da4759c994bf4e14c2a55ccb311345738bb9d806ea62bfa7d45592a9a64642dc0ab1f4459d984c9cf0f2689fa7c6e0286b2d7e0654ca21c2941eb9c2cf4048a7227a0615294bb9cf4afbcc9f41df33be3d169517e6f421d176424cb5c184d2df342001a7b44174ee2305b74514e8adbc5deb4872e9e201058a0a3525b104484a5e00701914b36a4595db2214876a91135b04b5ea43c5cee4df5eb72188d07fe6b4e7de8bf58fa8bff5552925fe94aade9ca68a24857e9a096e8aac48b421e0444ae8ea4c5b93a9e663ad7161066baf6007dc8a2ebc7886eddb0203e742b9c54fe5bfba974dcca46ff97a8b01a6f8310dd6e40faeaed3ea463defe8f8afb1d67822b7706d117ba3387bafb9d3c5aaf3b1f686fdf3311febad78144a57b29440cee6fa09276ff143dc4838e84991ecc2050f3e04f10861e7a514f7be847dbfd21b3df87ab688b3eea1d85a1c75f498d2aa6dfa310156f478b93a8f8123afe4525a369ee5e728c3c0f4f579022f2349908f1d36f944ca5468277a5fd88789685a03b52f45c4310f6b93b11a91766f4478b5efc205dee654352615fee46bf89e8e503b4a18a5e56d1aabe2a25ebc2ebdaf486de78135278b39e26196f7e51e17bbb8104aa771de875bc5b4f95e9bd2bb580f7a7a9cd7db0226ef5c144d5e4d37b6ad29f5b52e67c1e44638b2feb68f3955f275dee2b5de529fa7a8ef2fe6b2e69c8df0288a8571ca0caf423831ee24726d5c25fee3475fbd587c603bf3cd07a25fa5549d4ed4f2d3238544a698b565ea3c65af98466147fb594007f8bf10099a8aa157da1aab60490aa6ed3d4adea1bed8e7f672931abffa29f5c6c6189631eb1453384fc628be628af892d16638d165bfec13a21aea1c0f62bae7908a781e25a295801c4b5ee210313d7b6c6e3a8e2dafdf0e499d86a379e90105b5dc36b5dc456d72d3164ad46f79ad87a13c20271ddfae88d12d74d420bb0b8ee2b0ad56b8fdc4a5ccf1b356471bd71c8adc4f54211c28aebfd40f428b691e0654c629b41683812dbf8211011dbccc48c16375884dd5ddc200f01a5b8e100bc4642dc70080e24c40d1721a31037aa83a556dce81bee3471637f1cc58b1b17625110db3e41c391b8c98e720ad16500e226a7f0178fc4768390bb8bed96201215db0fa0f4b55f8897bf889b7e42be2d766881a306b1c3025a6887dde8f511379f824a8db8f95a5afb16747c57dcc205a99bd8311d276562a739689712b7b447262d6e550b4b9ab8d57c243fe2d6ab114689db3c45a22e16dec40626167e468c29163746a420168f40f9432c8ea0a22059806aba58b2035b8058f28edea35448a543ea8e7c5b2ced9b4aa1626c2762590a525db1ec1c2a8162d95f6cbf62b91d7218b1b20e3ab2c5ca44bc195aacbc8b5d41acac74c390aa197677b16a192db47a288ef5c5ea24fa8f9a310831c49a4a843e629d94beb64e83636ab121058981d850894304b1711bde3f21365e40d55a6cfc8a0282d8644995c9d480437a0385dcf0bc95d8bc1549acd8d99d8a95f362342f89db5fa73ae1e28a6451ec928a1362710757c4abe20e51c8e6c41d9f23ef1077a28b2bc49deea30545dce935b5dfce8d51a012771e42bda37314ea4c625705fd47d7f1fcaf66d0da77f509a2d071b4bd89bb75448024ee36146f841277db4befb11b430cb76f782f86d87d15bdc7ee8e28938abb77431a28eebe062d61e2ee4f0946752ff3c2508f4654ac7a04e01590e21e9b69717afa51e6f49a4469d2b7233acec47d97e14c47dcf724bdda7e4ed461fa4da29ed66f2515d1fe4da90cf5ef81a44cdc3f1c4f658907e4e06134f1800afa8b03b7a25c24f61422f6157bae4427afd8eb020ea9c45e5f04181a5c03ed65626f2b5b0a99d00621f69e4aef71c860ea6943f6535d1d9247d577a896423e56787447ec63875c543c6c21927ef1b0c7141ade0b0550f1f0b5847386efa3a6332286eaea481b7ab523158401467aa1e0221e49bf442e1ed51a098b78d4254243be8ed44e7c7b9451680eed47dfeb782643ecb7892af9d856b45e63d750411efb912a807f47b4008bc7eba8498fa79fe2128f0fc091b7787c12f18ef169f41dc7df2046317115f1a1491b6809035613e70bd847e467f21a549ac5535da9744c5d8ed366f1b4bdf417a797222b17cf184fdf71c62b5402c58131a91462e833731b5e00279e7982d66b563daaabb352284d828e50e9083a86b28c78b61be1e8d97d508515cff6a09236fb027ac9c473ac89c3ccf1233e34670c4a62e239bf688b068f25f4189c83a604f1dc46388813cfed45bc76ee06aabe737370c82e9e6741a5639e2b9a68c5f30e903430af841aeb7c6ffaf805eba89a2c2843dd44bcd099166761c75c0aed401baa78e14bda308b9c687116cd42e7a078f123d22716bfa6aeb0c48a50da1239ca45e22559a8f28b973ea4b55fe6488d757943fa8ecb0f10a358d11ba527f18ac9e80710af08c731a278c5769482c52b2ee07840bca21007e3e210130e4ac421d350c61287cc27f9636577d4f8c4ab4271422c5e7d96522e548ff32171e8b6280cad9d89265af1da75a8218bd7bea0c45cf79a70e1ba6a4ab9b046846ac3a250e41587a5a31e2d0ecb40f956bcbe07fdc5f5be783650bc7e0695c78d754970d978a71c43e19628d68bc36bd256089f49ab1a7e80404df81ba26ee11f099347b4c1ebf5c5117938d61747cea2f61bb9034ff38823efd27edcf40fafdf144779a3cbf5ff21da4351c389516cd9446912dd115d03e2e8e99400d141688e13475fa1b5dfda931ad8d619e82e126fdd435071db11b4d089b79dc179ad38269cca50cc7fe88311c77c218967bb3d75d1ed2aea69dbe7d3db8eed48ba49ec0d128c635f90f8bcd316e7eee29dfe843a763ec0099e78e72bd24477be266920ae39ba3fc4f1aba8b1c6ffa6648aafa68e9ca0b0a5d0414adf8452b48d88f72ea17fb5f701f5b4c41274c38b132bbc30b4ef141e9a10efbb4c12e2fe7f949849a7889d24e5923e71c08e1ee2809efee281e178319df8801fa1da03a728a30fae43d793f890231ed4121f4aa4f778288d30e6a13b54a30f3fa6b53fca2feda8890a72b20d1a7bc4c7d2885c1f5f8a2e57f1f17f380313a7fec023b7e213b6a4c29e2825827772296d98938788649c7c80f36d715a43c2d169cbd14d2a4e7b83b78d88d34b08929d0a45b3aaf85411d59cd3066af8a747516b3afd9584b30c293d6ac6644243195388d6644c255c98b19732e7ec599a359da5bb49c5994e54ac3255f8a305e2ccc98473327793869cf98000f839234929e7fe928e99e540938c2c3109d95997d0dd2dcefa47639ef34924afe5cc41638f38d79e5a53ae921e35d795d63e3792084b6e09892479dd70d02bce1b453b2d6f012540be90b6687e6f62e5f9fd8848e5d3e92771fe797ab517c478924a7cb13f850ae613f62d48a6c257508a6609f1a560f49c8a2f55e31c597cb929ededfff61140ba9a4522c9d57ceaeed7569270762d9432e78613f5c71b4aca891be749bcb9d906ef38131736a26e55d894365fe14ae28fb78329c9eff4c063fee23bde347fbc732c8a42ef898adc5d4f3971770f359dbb17690e73f70171f7fb12b44c8befbbd086b93f9988d4fd9d96187a6041e0e1a19426780f9f53b77a741dddf0e2c7cda9883e0ea0c5795c809e6671d14da294c5a388f3151f25aafb641775852709f4b69fdc44fb8fb8444ea8a3643c01dd927c9a949594506b2af9450cffe9602ab54f3389193e7d4fada97427c195d243c4f9ca9ed27b7cb602fd85e2e799c49a5eca49eb78594c638b3796a43cbca90ac1d05b05f18eb72b8949bf1b5146a18bf46adf15920ef0be2e4d7ede3f45338ef8c30752023fcea1cffab89c7ac7c7af349cfd2427d5fa931fd59c4fdb89187c8ec7eb9fc4e59308d4942f228e5c1e82c7e9c55fed09cb7d55d2e6fb664dc4f39b01cffc882bb2e82ffee8429ae88f28f46d8b7f6c2601f4c701fa8b3f8ed12cf3e77d9a22fdba49d5e4b7044fbb8affcc263affe72de1fb3f1f686f57aea029d2dfbbd4e6fe561268ae325117ad9a4ef955359bb06fd55abce945fcaf11ad7df518fc611971f54ca2bad5c7bd2024b1a883ad4962a1c2ef28b1f0c0e3ce921a06843e921a8168e290d4dc89d85752730ffaa3253533f1726d49cdffd00723a9d508378ca456281a5524b5e270ee2ea9751f7787a4d63fcc2f49ed6fe8e29158b54145446235c21f43750622c193585761bd97d40dc201b4a46e112a0f927a4ab4094aea3dc2522bb189a0b5afdf9ed6be7e374c0049fd2fd8dd250d7a62c59434988cf04ed2b03f7dc786be08f9250dfdf0d881a4e1b15c0addc25196a4e11fe45692462b50ed9434aa40f02069ec81fd51d2781e7aad258dd7e1113f49e3b3585725b63d10de496ce3505d91d87ea49568d20eb9a8a4c933ac3912bb5254dc24f63b68f3d9ffa4cc69ba01ab89a49913321d49b307f8f3b8120707b45f4b1c4e207593341f634ba15578a199a4851f5a17242db2e83bb628a4b577b4a73de498826d4ee2781a698dc4a921721849cbff70fc24699582955cd266329e8893b4798e4044d27633aa3e92b63b28e5dafec2762211c870822711c829a3052a64e512c10c54e6254221826689504c29273c87f85e22ac46894722de8a7ab4449c49955cfcd68021c923048112e9053c4c2b9196e04976896c3a924589fc39f6218972310a0812e563e4c812d52604a712f51d246512cd402aee9acf489b25da5154e5b487d1be28d175445c28d17d44f956a2a7b98244ff0ae18ac47092aaafd185d6dee484604b621221d892989454ef4dc7e95f99e5883125e68ef43acc4ff1320089f37ab4aa499cafa05b59d2ce8497ef49da7540c7aca4fd104430928eef50d0937432e1893849a7358860249d8ad03f21e9bc04e70a922ed684145c85b4f6aef3a95174dd4fe0a11b390725ddfc505f95743b8d132989db32bcc243e2f684b2d0bd1f623989fb68d44425eee138c091b81fa7c2e75e48bdb6bb3fde1921e94ef7504abadf468a24e9618357b1487afc876e1949cf4e08e6253de7a09f49d2f3137a15253dbfa3902de9359f52aed726c226bdd2a97ef5ba4c6fbbb7080db9128f08ea691ee9383d95783cc79191a42ffd4ab7a45f280e5d24fd52913549fadb53caf56f4e8fdaff27ca0c9201feb48706fc41754532703d35564f7b6a739ea504b6bc8ea18752327820da3324de23d1e224f19e82a73725dee709800f75a5eeeea3c2d303129f0d688696f8a4e23845324c8ae327c9b003c8e624c3af112c186949006954323543df1d28fb497c4bd0912d19ed87be47c9e83de514ca470626195d4c1c66f477025ba37fa13420f1cbc4134b92318ba8de8fd94cf57eac2b75beb1e36855c7aea38a39369e1ed5bf356a30127f159521ff7c34134ac61d46038d645c3abdb4f19df00086643cddaa26197f8c9e7e42399e18974cf8872323c9a416844427bd41494c1240aaa224a01fba5224012594f793a5286d4a26c7a1494832b99a8ac2142b823e5396d3779cba360443d3e478105032dd8c179048660ca27612d8976a61e03af4cb4902e9774f25332752de072d49a0d02fd4572573b2f0a248c9dc089cc348e66ec1e186646e293a6625f327526b9a3f1707d092f9fba93c2e18471d66c14282640bd6d3da2ff84499b3b01649030b0fa3a42f59e44279bfe8075e422659bc9bb6d51207d24d9644103158b219676092250f51ec922c1d4fac69c517d49025217222c42123f1b4be24e429c1e19583719c2259d58cd0e3aa03240dacf6cba5500abdc7d545e84c95842e27a818ca0d7fcd3d4a93359528b04bd6cdc19191242c84c875d866ea8feb75040bd6f7a626bd21965e4738599c2411f3f1ccb524228c684dc449cad58867289d4b22eb12f9891c480bbd49482a46541362735161d491a336fb53288e848d2d5b88486dd941b5704b26b5df68351a5524d17a828ad1dd29bfa24388bb475fc6519624fa392198e8df3820946cada492b6ed3641b26daff03711243b26e2c848b2239090fb4e0d2aba929d03708820d9f58ed224ae23318ab849685d90ecae47ef71f73abcaf56b267223d7dfc205a89783f34f74ae20be9e313dcd1a12749f0a61690708664d28472340a4bf6ee204cbef70a958ebd57e93f26bec191a424f12361a67db624b8ec53137fdc77958a7b521daae4492e54909386945368235af2254995f8332f92837ae28f07e980a2e4503bea8f871ed1d73e6c419cef706b2a434796105238b29388d4916b44758f36c6832192a37d883627f7c391a424790a0eec25c96b487b4c0e43cf8324a50b15f7946adaeec78b09591dff4d7b2835801a6b6a1e1e2b96a43ec511ae24f59d1b864e18497c3eb19b20ec89ddf4f4270aa8c09c7c5648a12fc4d3d20af020a024ed296180f4a994d1a786513b39e54774feb42b0941a737d3ab3dfd84b8424613fa4219cdd1a42dc970c7a19ee48c88a481338370002d39934b44eaec6e82b0991bbc3074ce892ac03901d19a73734896397781923ccbb28c427dd0bb22c9da4c58ee7c4b2a56e7af5147ce594142504e084e1625b9e7888ae459932496b78d32272f8b9042fe6574a64af2ff90ac7cf114f1b48bf43b659282daf41f2f8949ebb8b4320443973fd216fd6f005e0027f9ef38cdc0fecb8fa2d0556a4d572a4879b8ea493bed6a0231fc6bebe951af7d23cc74ddd11f4337ba1038bd318f2ad3cd19c4ca6f6e22b1ebe6269a52de2c2592716b1689a98577d1b427b9ed409beff654c2abb78fd07ce8761125c0bd785b0a6590f270df926627f7e9574825f78f925ef86001a18e87f568711ef6c283a692c7f463a292c727a96f3ffe46da50512d1a3514d52769b3484114a9c89fde63d12feac8c5b529738ae9e74b25c5c9f4d28adfd1767fc2cdf0890f1e749094a848092ce940ada9a490424f2568f6929436a466586a4b1a5fe92174b8484a5309df97bda3c5799641bde3b93d9efa933c9f48d3c017bd08aebce845b2cc8bf9f4f12fcf133178e587d73f495e8da5fc7af58674dfd76a4af2d7dda8aebe7e4ff8fecd6d5244deba517ebd2323bae4bd9a1c08ef3bd0b67a9f4df8ebc3503cab2bf990437ace87773462fbd8990af2c701346af8b88f94d34fd6781c42f26933895d9fce10c3ffdc9a9eeb730f128c3f4fa2cf2a6fe746a138a2f35fc9b529f97a90f4fbaf7f896e7d6b44a4ff9b8aba7b45141eca9154bca226fdbd8872e2672f2a563f0712c6fc994e22c96f31fa5725bf930920fdcea65dfbfb1901a43f3d488cf8f39884c6ca4e34e8adacc2333f92bf2da8bbffed42e4e7ef1fd290abe8d4b2a46a20e57d552e493c55eff168bee45f5b1266ab05847dab3d69a7556f432a22b5a8838a88d4c21ae50fa9e5537c1dd21a4ef8a8d21a125c1c698d0814fea535e2f0b9a4356ee3d91a69cdc3a918b22ac0f180b48e06718eb48e17d642a9f5054c3969dd0fb8aa529be6688390dac462464b6d92b12848eb3742ea26adbf0b673ad2fae76971eadf8fc250a306f4108d0cd81fa58dee62924b1bcbd1922f6ddc1d07f6d2c6f443e752db4908a3a4b6610887a5b691a888489bd44623a7d4be168e5da5f67391e0499bbec1d362d266c7519f903a8cc293a052875bd887a4cd0fe1f454dafc1f9e15913ac6a03420757c854044eaf81dc508a9939656d5e9363d44cb9ad8dda52dbb61e990b67c8f7555daf203ce74a4add4e514aaa05c6d1d8c4841da261051ad5430985642300319985470069195547003550ca9e037524aa9d0153518a97028baf4a5c2f59472c2133820948aacd1232215c5d34388ce61e1938adee3650052b10ce50fa9782c024aa9381d41b354ea46b92add86a45f2abd4309201b49c54a96872d402abb826d4e2abb4b4b286f45e5514e87eea58a2ef46a151e88bfa48a68a4cd52e55daaf7aa1ad887a4aa5d084ea5eae1784c43aa9e41854ffd134f194935ae381f926ad6a2002ad56c444fa05413830c4caa6d853e64a97625955a9d8412407707a76e52dd7d1c9448757f10504af5ef29010ccea8804b0d3d685b1992107f498d4138d5951ac370a82735a971fc243585a2a824353ba1134e6ade8f84456a3e8d3e3ea9f35eda0aed6c7092216dd7055d16d2f642bc7350da5e8eca96b4bd915aa68b15de592f75d1d0777471a522ea926f8ba10e422a7c9d6448faa59d74a8d4483b151282e9bc98aa49e7449c8a48bb445333749d5488a1ae9668a19376ed4fe9db7522722b69d7574891a4dd12713e24ed760b9566a95b5394d7a46e33e80bb917a1df57eafe943ebe7b24bdb41ed768257a54a1134edab3bb25851ea27350da6b2e0affd2defb515594f6d98f005cead19790a8470cde5b20ed6b4d18a0ef332aeefdeae21c46da3f8f6a61ff6794260386d07a0d18854304e98065684d960e2847e2291de88f429074e02d2ab5037fa252231d74110563a9d720da565ee7090e0f5e894c5a3a38991afee063681b917a9fa4cd37a4175e08241d528ccc503a34121511e9d053d4c0867ea30636b402af80940e9b85772a49875d42ce271df607a560e9f074f4884847b4a134195140a066c41dda3023bdf14628e9c832bc46423a2a04c9b574d46b3ca8251df507cf2b487d5be22126e9e8bac8caa57ed708f28f698c62bd74cc323c022f1d7384d264cc319ce049c7ee45414feaef4ef5cbbf08077152ff4f784c433a6e18d5e871d7714c2d1dbf923acc84b9a8894a27d646fba274f26dc24c5306e030483a251be7b5d2299729efa70ea49736359dead7d457b415a6a5a02e279d5197ba7b6007626081cbbd28749d1a58e03fb4b348677521e239eb34b5b9593770262d0dea8a560f69d01c1c8c4b6727e10da6d239eb50e291ce39caa15328514b838d7870521a1c5ac6a1720aedc8c5d0dc22f4cb49e77e24243af7134e9ba5f3ea12969b17455b61de2b370a7da76d35bf0155b9f98df010b974fe4c3cb52c9d3f9b0af2fc6d381e90ce4ff1c7d0021dde9f235d701d9d4ad205afe9e317762748b6907ebc50ba701fb593453bf1cc8f74510eeddac5664a80c507f118a374f145344c4a97448750a8847aedd2d1840196aec1932ed2a56928644b972d27bebd7c0381ad15f57094255db9825edaca7d5114ba4f8c75d5453c862d5d3d8e70f4ea1b44ca424d786a461a9a40582ef41151a4d0626ae56bda10c9581b49ad695d6d94bba5ebd2d0b2235d7789ea7d585b1cc449c346138c5a6f81133ce97a07c2f7eb4bf0688574435bda561b8ed256d8380b27d7d28d4b70ba25dd48776c48c3ebd2aa867f206415fe190d47d20877b4124923f2a80f457cb6c45024dd992a8d6a88271ba551b329c9a3b289496f29a4bf18bd02c7c1d2e84c6273d155e8aa936e6d431accd6521c8b49b73ea70ab0ad94b05c8c3341c598d184996262e8b3b60be96bc72a7148258dfd40c9b4434c957cc720da1dbbbc69ed771dc0718a34ae3f95c7b834d2e576db119bdbdd91f489ddfed487f614e314491a6f479a7b7c3b7a1df10348a9891f89730569823f95b484a5248aefdd4d683bd183b642e2615ac2c4238499f6f5249177bf3de189fd2d2927f60bf17e13e9fe555460f66fc66b83a44969f486929e50333c301d8dafd28375a83c1e1c4265e8600035c3834b88ba1d76a1227a38930497c38524d51d394afff1480ec9ddc953a8c32447505748de4bcad6b1c594d1c7d6a0fd477aec0065e1b1bfb41f5316d1431cd791e47a7c3d91d8d4cd0444524f10264f7d44ade944281efb94a64dc5c37bd2b4a334ad49cfc1b1bef4941f11bc531b08de9daaa69a93d18828e5d93e68dc979e5d403b2d33923acc392311bc73519472590388ea662d410782342bac9c42fba9029c0fc01384d2f317a95b658f463bb1346736da04a5176b10bcbb684f6cae404a339d020551f0822ed4742e69898b5e3a8d1744482f65d3425fee4ca5f6f269d257ff4ba7d1cc953954acaed6a5ee7ed5071d54d26b67d1cf24bd5645a4ffda3fcad5eb1954bf6eec40fba2f4e62252c06fbe23f478b31cbd18d2c266d4280a7bd04b2b1c4390acf01149d485c5388a971656509adc7e40ab7aa713f1da3b4b089bdc598527ffa5772e501fbad79d90c2bdbdb484f7d534aebbbf9e40e083e6f4b51f1d3450e83a6dd14755b4388f1d89d63c2ea597f6b8929ebea80d09b3457de9d5164b88e9143f253da7243908434fdda9b83f7d5a86a1d23e84d2ca02a8953f732480f4ac803accb30f24ccbef0c64300d2973d09a5bdea481af22b4f4aa6571bd0f7287d554049feaa9808cb6b212df49b406abf6f96124f7bf3981ee2ed003ccc217d7b9194c0b71f6909df399002fe4e4714fcdd6842b5efe2e9b9defb12c6fc3098fad087b13477ff3c8de656e58c3abe2af194b7f46b318d1abed527b3c4b7ef34deac784b0e84ef6d68097f5850eff8d18af6d08f29d43b7ecca3c1d2cfebd4287efda656fefb0e15853f75e8a5fd49a002f3e721e9857f8a4907a854133dfd9b415df4ef171282fe5690be5a35875e47d54bd21eff4d450fa5f4df0c82c3d53eb4f9aae920a0cca22962729905fd828fcc62396239996524ce3b64969711d4c86abc422c27ab4957f5cb6aeec3f62bab350ed56159ad5874afc96ad3954db2da41f88664b55763339459694328340d2ba6ccea050a0832abcfc88764750a502695d5f98ebb5656e7178e5d6575aad08b21b3b6c699b4cc5a820e2a99f57004cd32eb23b48475d7a3442dab9b83755556af3fba1065f5621147cbea7dc009b1cc66014e62653657712021b3a9468383acbe8f17861ab8a3fd5ad6c08316ba01d9f1640d4a1046c91a06e3d5bab2864b510994354c408d4fd6e82c6e7759a373089a658ddb52fa36d6a3ca2f6b1c835051d638014b9accb625b61399ed0ea435b22673e90dd9cdc01a2db3fb8ef55e664f9787ca9a6ea0646a7a8e433770ae206be68bdd4ad6ec129e5994397ca402d3bc077d560b6b2c8fb216f568a7b598188521470754a3648e3a1c1acb1c77a04b4ce6d408755f99d3285444644e7bd13f2173ca4253a8ac5532bab164ad63e8d5b67e84c440d6ba02f1aaaccd2204cdb236df90e1cb046ea8c2ca04c31034cb44fd912ccac4b5e8a549a270302e93fc4053954cf20bf54299d4925e9a740a2a6e32e9721c52c9a407294d64efd1e62c937746682d934fc56b67658a1ea893cb143711b8c994dd695595f19400aabae8a194a916a12d49a64ec2c30932f5114a4c4d7b9c3ec834db507a92696ba14025d312e9976927512dd4c621e293e91c502f94e9da5146ebee5105d01fa39cd067d0ebd0ff441c2dd357e330486608c5fb0164c610142364c6506a27a6f5d4ad4c079177c8cc7dd02628736e82385ae6dc09077132e76754a3db4b083cb88451debbdca56ad2c197de76871bd4153a76a1fad5494478a253069a84649d5fe3ec57d6454ea5a3cb044a932ecf11fbca5c6b5346bbd643f428731de24fa1d3a859c9ba7647982eeb9a504ea144a4a7b26e0370ce2773eb8ce2a0ccbd261eaf94b95b21fb95b90f20e0e63e093de032f7e3f41d7b38d373f5a483dfb25edd688bf69a8eb29fac57144ea464bd6d0859f58ec0631ab2de7b500892f511e3005ad6474535a74f4f6414b23e630929f4a1f3b5b23ee5a8fbca3cda5a5248805444e6318790685fe2b5b2febd71862febbf823ebeff3e3c742feb9f444b386012b5b901bba8510c1c48856fe058caaf81e9c8f065034ba8950f7c411bc6b32e812dcf9df8031b32cf0f38f9910db2c24326b241d6e8d9920d2a1150e8237d472f476a735ef1a8b8c9bc52a8f079d31590b2218da9a40d3d446ccec79148868f9890bbcfa0040a6da3f5f2b98c8610d930fa4d2ad9302dbad764c34208cb0dbb80a319d9b0afa8e8ca46d447194b36b2214a75b291eda8238fec4cd864946d2e859aa18c251b451614996f2b548765be9d71ae20f31d4928cd773cb5b9d161d46bfd6a5049f393d0a38e5984229c6c4c2e65e19827446bc6fc4407826c6c320aec327f23fd47ffeb8486c639525d1dd711f51cd9b8cb78b9906cdc1faa39e3ebd3771caf248237be2f6d8509e768252625a3335536f90a8ecf65931fa0ea239ba2a22a372584a0f5d47ea86cc9a62e21703af52f1e3b904db3a17a3fe319babb658102d49065335bd243ccec87271164b30c682490cdda43591824a336377b0ec19539bdf0b4986cce53fa8bc1f15401e6d52062304f40b0739e1ccdf6b2793f09a52de84442d0023f82050b1bd3c72f54e3492ad9c20944fa17cec6bb9e648b064751a890dadc624bd2279624a66268697734dac99635c7f31db2e5f351f6932ddf468fbafc384e0c64cbbf10d50d3111170de980bfc2200b09c3419c2c643b3dea4a2535e9958748d05b3585b4a155dba8f3ad6e872349d9ea2ec428d6f4206cb2a637fa01646bfe5062ae9d88961dd9daab78465db62e045d75b2b069385790852d2da4501935fcf576c49a36c889e06d584dd2d3860caa4c1b7fd286098f21a01b1182f33459443ab5b9887fe81d96458ea08e1cf98cb06fe42fda569bcae86d47a969a7450d201ab8399b80ee96246a995b4af0c89a2c3a9db6c2d62f68bc906d4b27cd2ac693ca50cc6252adb7b7243cb1fd2d61cc1df74856deb9942ae6ce074458764d238572d7697a43bb72a9a4edba45f421ce923a4cdc516aac719984e5e2ae903abcfb0625c0eea72493ee69464b189f425b21fe018e2d6409223472ca122438e895252cc2b1986cafd29642e104611303f074b02c31904a47e26a1c9ec9f6d524b0b5cf88578bc8f637a7fab5bf030e546549ee441f9256e1d44d969486e671d9415bb4d9c80e920d4276701d5eaa253bf811476cb2438b09461da2bb3f64876be08de8b2c3d978ae5c7624c48d42d134c039b23d0843473bd2173a9a84260ed9513a3d204b7e528ea163dfa8491faf810e04d9711d7ac964c75752473e1e85f733c952a7e04904d98985e814979d54127a3cd9873efe640809ec69ad48c64a4b26789796472b91de8f44cbf4d738a5949df6a4bc3f1d4d58eef46d3c012dcb70a3f79871879eeb4c0f1249ce4c232ded4c382d61a60b95a14c6f5ac2cc3c1295cea9685072ce8f14caac0524b067ede5d04baabe595fe9e3cf47d1ec24db9d9e3e877e7c5596b3873079ce59623ab9027afadc6c62e5799ba9aee6d18f46c9f2a349b2b8d090848d0bdda98b5e184fa5e3a29124d7825c1ac41554d31bbae48bee22d9a500ea7cffb9126bfa2f8e80db95ff08b85d754ba5500581876bd978504b76dd1e2d28b2ebcfa8a7dda0cb0a6537e6d277bcf19b10dfcd162420dc5c477bfb96c99f420934f0baf5896873a1055e19202b7425ddb770070d5d6eeb09c1dc1e4c0970fb021e0d93dd69475de10efd08a5ec4e1065e1dd28bcba4676b79c40f3bd447420c81eb091e0819c4aed835802cd0fbe91caff7007419f877b08df3fdc879643d9c347c49a1e89d026287b1441fbf1d16e3c422a7bdc873498c79b08343fde4ecff5f82b0954459f49132d7621a5a6782ed5fbe2b9840b9fdc42f7adac640335d6d22154ac4a5f10387dae26a8f8424bbbf6457b02e02f62482f7c914c3ae68b6ff45c2feba03f47f6f2017a57642f3fa25349f67a03ba3665af2fd214fc7521bdda370d68d4f0a61f09416fbc89eabe95d3ee78fb9092e97d349e76957dd050c5fc309cf2eb63634af28f9369bb7f5a447de8530ee5c4a75282779fed69bb7ff62212fbf90a01ca2f8ba8c07c092719ab5c1a84a1af2b89487d13e28f29c8beed2709b1e230e1e88ae7d4617e2c46ff97ecc756928b7e5c25ade35712fef087ecd7232a69bf771282f9fd9cfee21f1de1893f99f4172b2d896556ba1045aafc4e73bebf124adfbffb2873aa7a509babda45939faaf83208c92d0c5814e4961adc1df21a2601857ae254445ee324d22d79ad5eb8aaf2da35f14081bcb6814393f0777ee4b59f235e955b35470423afd316e1b0bc8e9f2586ace9ce7ab97529625f793d052a81f27ad3501191d7db8e70456e43c7b9e4364958bfe4365f71602fafef49ebd568299edd9237ee8ed857de782a5a04e4b6cd0d186a128308596e674b1f6fd71fcb90dc2e0d9579b9bd25a54953bd2d859ea18943de6c304a29f266b178b646eed004f184dca1232a48f2e6029c8bca9bbb4751681a2218798b5694d12d3ad1ee68b11fd1b6bcc56fbcd645ee381bc51bb9e3666c2772c72db4f68e77d09e216f39155d62f256f3e95fb5de83134f79ebc3f4865a7f429d49deb60d826679db33680094b7cdc2419c5ce882266db9f02ed21ab9380007d07249336c8672891fce0ce5d2aea8dec9a5fd91c4caa5cb1147cba54568f8964bbf60b792cb0438b996cb6be254442e77448ba65c118c164db92212e522b92207a527b9f23b0224b9aa01763eb96a316272b9da07b9a85c5d447f51a3cfa5d0dd040a1553deeb22b0f3c97587714a29d7dba13d43ae1f86a7d8e4fabf78f5839c1d417243534a39832bb626b9a13ba20eb921835a80b13e25937120bd21b3922ab9791c9e47969b4fa20c2f375f40af8fbc9d2d0aecf276dba877b47b8c9e4079fb74ea8f2e03d0b42777391f82a10e3ea889ca3bac450154de81b421794747aae41dd7204a93bbce451d40ee9a8e6451de2d16e52279b7c3386c9477bb8af441deed29ce91e56e43a8debbcd45dfa3dc6d33ce9ae4ee35701a2877af471dc6bd3d3569f7abe83893776f88d35379f746f43aba4ff6a2d067dac83d76229693f7a8c621a8bce721d47de5bd2cd18d25efb50f15caff8710fbca7bd741e42eef3d068741f23e69386d967bfca4a7f7f88d4e1279ff8908d3e5fd2713b21af00a952df9c0182a1d03abf17a44b9e70754a3e4838ee2a8543ee8186d3eafe58499bc4a902ccabddee35114f9e01a68f7940f96a31d4f3ed89b2aa67736ce28e4439a2298970fe9484d7ac86d3c5a211fda1e0f01c887f627943674183243f9d0abd4457d9ea34d503eac034a9bf2613d69d70e9b46357a58165ef6251f194c8f3af23c81d39197a9208ffc8e1e11f9a8649c8ac847fd473567d4039c18c87d4f50e1f3cdc06bb3e5beef91e9c847671010f11b4835c72f8200e5182f3cb0221f6b89e2a07cac37adc4d8613892948f5d88829e7c6c141196b13938b0978f7d4cf8cbdf972ab9ff24bc6a51ee5f84733ef9786f0281138652924fbc4fe93bc982bed0a451f4850204b4aa01737152260f584c1820e00d91b2c9322a3093d5c8a4e5933b52324dde8be2a07cca581c48c8a736a0823cd54c9933b588d8efb439a820c9a72d215e3bdd069540f9f468025bd3f3a9464f2fa2bd3dbdbc1c4333ea13009fe18e0309f98c57b914fa8012a23cf0230e96e43397500598559390d5ac9a78fd807cd63242db41ee78f79a3c28991627e83faa5fb34fa30b513e47494c7ace7c6a3ac14a2a56c123097f0527a2582f9f9b8fe301f93c33bd8e79f1f89331f27905f485e62fa6adb0c04c0069c139bc9c43bee0153dfdc27994720b77a0a0275f984f3470919e1667514faa008b1ea1d22c5f5c9336dfe20eb4dd17c7506b5aee899a957cb91fdebd265f518fb0ef8a06548656f851cb5cb18830d38afb68dc97af78882abf7cd53834d0c8439bfb63686d53946fe5eb1ca90fada31f2d90af1b458c62dd4654f9e5ebc7135cd9b0080738f20d897877a47cc37ec2851b0dd4b7c383d1e2248f68491533d2067d0af2c8c4280a25936411558bd4822867223f5193d0752e8f5a87c30d79d43ec2725bb4d458b7f4a1cd17dd08b56d79740f2219d1cb88d6446750d3d9da0f8f99c9b716a1c345bead0e4e16e5dbd2682bc4f8d35688994e653b268ceaea4e3f5afb9df904c077bea204d8359ecad0ae6c1ccdc8e39a13ad896b8fc32079dc063430cbe3d289c3c4e55102ec5e4c1adfee68bc1641be3b0bed65f2dd95687b93ef5980c747e409134808dafb844aedbed3389c95ef3b5746a1a7b4f6497d48854dda4a602b892e9b90273d215073404de0e1a03f697c8746d0671d0ac0bb9ee447eea1eb5c7e544f7be8684742db47b371faf0ff10d1e6a3ef48434e1652494b76c343d1f2635b09af1eef8f361bf9091b9cf3c94f34a11a7d229218581a39f4e469c5786a469e56914aa11f38e793a7ff47e531fd0bedc753cc4e4e9b09599dee4abbe3743a2981a773d0752e3f33174733f2330fe80d9d79499f75564b683bb301ad44a6132553e6466ae5999124219e6b428cf55c37cae8739b88519cdf495031bb1195a1ec58225239726a27395d09f1e5e4535dcd4d263c91fb9a6a4eee176a3a792d4984cb93901298379e74ccbc29a4afe637c499a13cbf09494ff94d4939cd0f2561f6c270fa8e1736e26121f9c52134c0b9e863a0d01ed2440be8da59f9a5183c3f24bf5c9f16e7f22ada56ff3d214079a52941fe2bad08335d7b407ff1fa32bc93577e63083dea8d07b4456f1ea7f67bf303694385426af885afd17b27bf7d80d6fef623421d777a52f5bd534cdbea6e6f5a9cbba9a433dd7d4a5df46e3941eb7b5da992df9b4f25edde0382050f62a8233fac4924e3610b9a8a3c54d3eb78788072e2515f02e08ffca92b148d470782bcb8077a02e5c501f4104f2c896e95ac20cdbd248ca0e2d36492234be78760a8cc97aa6fd94c5290ca22a9c094c551252fbb804e25f9b321041e9e4dcea5d079d2739ef7a3c579fe9136df8b9978fc4dfe622e1e8994bf08a5d7f1e22a7ded576fdc30f4f6389e2891bf3d4f94f26d1e75be77ef68a77d7026a6f3d19ea4f38f6369eaf6f12fe1fb4f0d89f47f3a4d80f24b773c1822ffd20b0f02cabf4453e9f8b29f43d9b6182a6f84be0e7979349ad0e45f5b502dfc1a4b28edeb6e74fbc9bf1613d0fdb686b6c2b7082a1ddff61762a8424bf8ab620121ab8a121a8154fc2629e5fb0eeadb3ff26908fab39a460dbf8e13d8fadd808ae8ef86c4caff28d0b223ff1345568f3ff7099cfed5d186f99b472b51d591ea7dd558822b55338895ff13534efc33919ef36f0e4d91fe3da4b5af1e438f5aed8f775a2a2cb4387f54588c46414f6111837b4851631c7e21458d64ec698a1af7d019a1a8d909a57345cdc9d8ca15b58721d852d45e8872b7a2f626ec1d8ada7fb00f29ac97d0c75b933f5a51d71e5b80a26e2a163e85cd622c300a9b3cd47d15f56d91fc281a08d18ea7683004a56045035fdc0a8a067be86b37f88d9aa8a2612f9482158db478b442d1d8178ff92b1a6fc29aa368fc116181c2d603378cc2f62db626859d17a24785dd743cd8a6b01f88f45461bf178bbbc2fe32aa2b0afbdb88b6154dbb2291523473c1cda7683609418da2d942fa8bcd62a32874051b85a2d9756c4d0a07bb040a49d094a0689149dbcab1263a10148efb11ae289cd4e85452388da18ddcb2365e96a368a9c4f1b9a2e560faf85693f0dc9ca2d505cae8364dd1f4a210d4c346a110bc422b9142d883524e38360443a29af46a45f328ef45c5b4d0e201945fe26bb45ed27754146453d1dba9908521b752c892b0f3296455684253c82dd040a390efa5f495bf2ac39062126d3ea5155a9315ca25fcafb6d1765719d09aac500d458947a1698cb67085762a725185f6221e9c54e86f51cdd1ff463d47617c8c02bbc2f84140a10a370c992390ea2accbf51a256380f42a6a3709e820ab8c2f908d5e8f6de08ef14ed2b70c6aa705944bbd6a5880a4c8726f4853a4e4166a8e8b8136181a2d3381c8c2b3a85a190ade83c04119fa27335c24e451725fa0b155dc6a10341d1653d9e755374d98b93324597fdb46b5d7be3a93f85eb00fa78d783b412aeb7515452741d814c47d135113d0f8a6eeb6823bbe5232453b877c263070af78b94983dce50b1ea9981f61f45cf8f789059d1f317822d459f4184013c74d41f3dfca8e17bcc236cd2772f227745dfb3b4d3fae6d0aeed5b8d578229fa0da076d2ef23ba19140306a272aa185085a85631b010e77c0a4f5bd4b6159e1bd0b8aff03c83d307c5a0d938315078d5412aa2f0da812289c27b2201caa1170833f934a0edeed30a2f7754f8f443638fc2670ff20ec5b051286c28866da1bf38ec16ce3215c3f538ca520cff84605e31a23dd5d5116fd120af1865830aa56294c140a172144015a3875363f5ab1144a152aa986326e2ad0b8a316751f7558cf94a6568ac867687bf1ee7db0a7f4f742a29fc47e00f3d29fc03d094a01837089507c5b8bba8d52ac67da5c2377e18eaf78af1eff080a262823d3dfd44136a698a8989280e2a2656a290ad08a88fa66345400f74642b025208e80664d3db0ec8a6ed3ec5813e6b4a2b1c6e28a67cc1e99662aa1d6a308aa95954bfa69da0cc991e8c3e64c5f4a7f41d670ca3f59ab19f80c88cd385180afc4dcc70a69c98e1cc5e48d415b3acd04daa98d59050daac04ea69b31ed2e60b9a825a8722682631b0394d7096a99833847ada9ca178da4231872ef151cc394e38275849db2af8179a8e157385c461e63540abad625e2085e65bd0db9edf09c554c5fc7e38cc56ccf724eab6603e9eaf552cf4463d5ab1d08776edc2d7f45c8bb652b75ab48b20c6e269682f532ccea0c45c6247e06149397dfcd2be94ab4b37a0d0a858ba93c0fcb2147a88655f5039552cfb838aae62792f3c23a5583e9e948715dd4228e441256dc51162142b3ee22c5311a2a3c61a322917432bfdd084a658f999e8d6aac154c95725a102ae58bd8948d9ea4794aba136f48542c7925a10ba86186b6811edda351e444fd744a03546b1d697fee2daddf4d2d6fdc5dbcb14616d7120a1089b8cc631c5fa24b4852b362c22bc1afe80fa7684803a5fc45ff4c22a22f3d07dab88d211848dfa4c79bf65180e67155b2651926f998462bd223a8c0484e81d541eb73ad0c76f95d017dada0ded2c8aade58427b63952d3d9d6897a6d4c3322193172b48d28623ea0daa9d84ebfbba5d83e85dac9f68504f9b7c7966328d69d2ac0cef3c43b768da385de95408a485c18fa4415717f69d7ee9e4d687b4f139c3529f698a9c0ece98ae612457c377a8ff197d1d9a548584f1b26a192b8426203c2138931046a1233484a49bc452c605f5bfadafbee11dade6f4345617f071c7829f6a792d691749df6d08103d4910f364387b1e2a007dea7a03844b7bd290e9da0ce77e81cde08a538f48e32e7f01a9c51280eefc4b995e2f039ea0a475c2d317474039ec95024a712914a7e888e33c5b1a354315374386c54a4e809aea4dc88c2d07167cafbe31d89221d2fb6c5506a2b926552c3e80d9da84724f684e33b0c9d8ca25d9b16485a475a2ca1edf47af486d2bb132b4f9f419a42fa36a235a79c49603fd519c7ae8ad393a9e69c3e80e76114190ae26919d934a3382321e279e623098d674524469c75a701ce591f52dccede44739c22338f78c7393d5e9fa238f78bf057563382d6596e24c3672d1350681f8970e70df4d2ce3ba3434f71be27bd8ef3298499ce7f247538bb098970d9a1385055e4b4a194cb59405b3427068dd58a9ca4320adda03d94db84c4c1dc481c822a72a38919e6bec169a022b782522ecf09c7d48a3c77fada7921f4f47927f19a1245de5d9ae0e595e0ac5c91df8430e6c5204ab98226680b571428886f174411d52dc826ce575045f38e4b6aea8f974fd264f13ffa3915c515db040a9592ec77dd408de246231a19ddd4a0cf4a71d34c8adbadeef46a6f0591ea535897dac9ed7654276e7745ebbbe276182df49d95d445efc4522bbfdb8afee2dd858414ee5e263c71ef048996f7338935dd7f66c0d04367aabe0f2752797cb802cfb0281e6e200ef3f038e5c4235b7ad4470fa93f16e968ce57341c1d548aa2402ac8459bd01ca728ae4da4bfb82de985c5a3d126a8289e452b51bc80424fb26892f1e43275f792746aac4ff7a752e816091b4f4ba9053cfd82770d284a2dd0b5a92855129e284df6c750590d2aa265f90490ca7e13297b560fcd258a67f678fd80e2d94d9ab13e6f4293fee73388b03cbf45a3d2e7ef086cbd384a7bfbc5753c0ea178d98674f297ebf08484e265067dfc4bfa9166c5cb2274b8285eb5a566f8ea39759857af484c7d2d29a4d0137a43af4ba874bcfe401bf9f56f6a996ff4b4f9de04e3b900c55b2b526ade4a491b7a47d651c53b57823eefbd284ddecf0fc2d087a154f83efca371dd27057dfca76aa20f9f55c4d33e77a002f3f93c9a97145f8692c4f3e5324916e566caaff2a568e556941fa194fbb69876edb774026edf7ed388adc248cf55e1496caec297ba42c516d2142ab24843ae78441cf97b6b1295be2793e4fa6319c9913f1d695bfd3c415ac7cf5bd4457f56d0c4e0971d61805f5709e7fc7a4818f3f75c3c15aff87d167dc88a3f3a1aebff3111c4a8dc8e07861595b984272a1f90e4fab7095e5fa7f8eb4f99f3772a01f0bf8f49eeae92d016adf22301a16a0ae544553c79c9aa2e0b30f4cf819ae13f573212fc4b2464552d40a94e69d11ad561a5c5437c8f4acbb108dc9435c6200854d60c45715059f328ba1994b5a623b752d6fa81e9abac3d0dd54e65ed0f3864575a1d44f0a0b47a9f8ba13a46d4609475ae226355d6798e084659e7330e5495757e6171575a3be3844559773ada0d9475f7612d54d6b34748a6ac978817d329ebfd4340a9b4b98e279694f53ba380a0ac5f81f55ed9602c926b65c34e94138d6b21c153da9e40b397d2f6353daaed1b1cce2a9bf8d04b6b72091b85d2ce12698dd2ae03de3fa1b4abc2a6a3b477c2df2953da4fc3398cd2fe0b5a76944deb20d85236f5c5a9aeb2e9164acca6bb702eaa6cfa0badc9ca663b1029281d2ee1904ad95c8ab313657315b24c657335562665f39f280d285bf4c72345ca16275113553a5ae26d5c4a47075a7ba7ae5860fe1f42bcaa749a80333065abdd083b95ade751aeb65e4a4bd87608ea264a4103243f4ac11cec564ac13b742028853ff020a0525885bd432972a57f25ce41a55929598dd85729b9830d5f29b7a187904f400141295f434b283f854e12a5c283fe95d2825e9a3210a9885259849d4fa9fc876ae7ff4354c9555a84054a750dc4be4af55ad414941a62d24acd5c2a439a6df4afb42d51ec526afd116228b5d3f0c4b8523b3d0a437a5f9c2b280ddea8e7280d81945f46299ef0521adda96c9b9b219b539a2370c4a634c751b1329fc7d19fd2791f5ae894ce3ff0b67065fb06b46bdbf7a2556dbf1fcd38ca8e57a846775a8ed293b25316cec0949deea298aaec2cb5a5d00a6a279dd7511676cea40ad085ac574ad73a48ae95aead90bb2b5d8d54605c6711ea705d45c5bd6b73541e945d7fa28ea9ec6683176a28bbb5a2ffd84d44dbcaad37fe2491b27b2025668fde38f154f658422db367634a809e0e7859b4b2673c121665cf42943f943d89522a7b2d42e7a0b2b723722b65ef75a8a5293db484993c66a3835de9f10011b2b2af2bc26165df9e38e855f69b884e3865bf4084fccafe61d43b0634449ea61ca0a3263d60317adc94032ea15aa01cf01f7d21cf006a019e5b707aaaf4cca162e5f918871b4a4f72a52807255002781904146a8ff79b28bd16d2427b1dc239b2d28b7e8f4239781f3daaf71bbc5c4839b4375580a1c7d15da4f4d99b40a142421d3e8f515e530e33d3ab1d761f3d0fcae11a742b2b87bb2033548edc42b93af2b31b8646f50ba1901f6a8fca51b7500055fafae552681c5a2195be2f6825463b50b11a9d807a8e72f4175a7bbfce383150fa25524ff3bb4b1d668c1d81c0310ef485c6c891b12ac73ad3128e0da49ae31f8fd366e5b856440cc695a2b944393e10251ee58486545727dc448b9372e240420a1357a354a79c24a2c63a4989b29f72524f4acc497954b6273d43579d32e02095da806b380b5006bcc251a97272257dfc9446d402a6d6c503fccaa9cbd1bea89cfa1a07d0caa91f89494fab85673294d336107a9c968a1362e5b432aad1d39712660af4a0ce179840c52af036aa77ca990a4acc9983287366f544695319440e2ae56c155e50af9c9d820e3d65f0389c6e2983bf136b9abb9c50eddc15d445e7cfa4cf5ab080cad0826584d216e613fb5d748b327a713d520b16b7a5d2b1d88760fae260eaa28be712385dd2111537e5921082054bd269a1978e20ceb7742a0aa0ca654be96b2f3b8fee0fe5f254eaa2217aea43215b488359b98888d4aa97b6185afd97248bd008da1da17fd008a55c63459b6fcd0ac2856bcea01b4bb9e60a25d3da0074de28d75e212d6ded7702cdebee13245bf79ab642581f340929c3d2d040a30ccb2518b5de9544920d3b88366f48a7fcdaf08b14b78d2e0490365e428552193e0ac7d4caf0ffe85f45b4c1398c32b213b193c82ba49b44de44379632f209d1e6a82d28802a37a711efd8d293d237ba26edede85ad4dda3cfa3714cb97534debba2dcfa92fee23623a5efb6141223b64f28c7d00e7fc2be3b76119ddf918662bd72c70d7aae1d8fa9fdeeac4340642779b6943b47a34540b9330ff57b659c06c716ca3df1fe188a7f855e4565c26d828a7bb3e9b312c3a9cd256e230a9e48bf89a0dc272204b3cf9b1260df300386f607d2c7ef8fc4f19332a90f81f9a4e965183ab09dc49b8337e9b90e3e407f8ef2b08ef0c491c585183a6a4b5de1e85e020f4733a99a1ccd276136793d2981c92f49da3c1e806609e5f15968b3511e8f42e398f2c46c424327620904a6910150993e8c2046fa701cb129d3b7914e9efe0ba7baca53fdf00607e5a9283cd8a63c2dc4e9a932e32ca9d6679a50633dd39560d499a7a914aa26ea76b6116d85b3d769f39d2d25547bf63b95ed4c77d25733671231c84c47638f32cb8604aa2c137a31945931f485ce772294763e9104aaec8db461b25389e964175311cded45af2377347adc94796dd053a3ccdb49c82aef125580bc3b5490f37e1175cb6f43d3ad7c37f44f28f327e0f503cafca5e8db565ef81482a18b12aa7217bb92d27c910edc292f2e2441efe2734acc023b5aaf02135a3d94052e84dc0b120862141c20d65450420cffd2363412282fb7440fa5f2f279fa8bff3523b0f5df0dea5657ad8228544634f0ea0b025b57ff108cba568758c0f5e754866e1e24a27e4b4beff1d63ce28fb7ded3dadfd94dc4e05e3ff4d428efcbf0d8baf2c166bcb249f970209a12940f87539a3c5c4f39f1f89d0043452b08b917ff46638ff2898843125b0ac5135278720ebde9caa78f482d2815923e51769804e3b20a92f49f0d23eaf6ac92b6fbf3a951143a8657072a9fbf21bcfad24c5be195151aab95af7ce8b95e4d23fdfe754bcafbd783a99abca50305cab7558473ded10f5029dfd52104f3de9adac9fb5934ef789f4784e5a31ddab8941fcd94001f77d04a7c32a0a555f9d944b2f2e7e5d432bf6c2358f095f1d7d75324f27eb32235fd9b3325c037376ae5df8e51cda9b023e853719572f57b1cfa60943f3a5192ffb8816775953f7da928fcdc4509f02b8eb48e5f8f88bbfff98d761665652fe2db952b6934537985fa76e507d27dff8e4077a4f2ef7bd286aa06d3f8e9df68bc9357f92f9a1ea2ba94385ff527c4002a0b134efa55355cf0e95535bae0db56d5a02b8854359be0a3aa6af646954c55bb313630556d294e7555b577232953d54e43daacaa7d1f11b2ca6a11f2349555a62586ea6cc10ea3aaf3004d2f2aeb3ef4b5ad1330a355d6e7f1dc9caa6e0aee2155dd0714aa1786fd51552f03ebbdaade0564ac2a1b47c4e42a1b11da335436c7507051d5af8b1b4655ff03367c55032ffa570d8ab0faaa1ad64738ac6a284406a66a2841f2a36ab8025ba6aa61248e2d540dbfe0d842d5c8802e4455a353880b558dcfe14e5335198bec44652743cd4a65df189d4a2afba3489b55f6cfb0d4aa9ace440f92aa69296aa2aa660188e554cd7620c950354b40b8a27208c09ea6727888761655f30778f3a5ca311981aecaf1197af9554e023cb3a8727245f54ee574c9c0219c18a85a4e40f54ed57209367c55cb5d487e54ad4e61bd57b5fa80b767a85a3745c2a26af3c21f436de9ee2255db6024d72aa13a0143e29f7811834ae2865e3295e434c27495b4071a8e54b2d9f4a8b2ab54e5646fe86dcbe8e65e957c145e65a0922fc216a052cc434cae52cca70aa03c8d0d5fa5bc48c9a47c8e0e04952a02c1834a751cf1974af50c2d282af51c3c6aae522723ce51a9b31121abd43f915cabd4ffa8166abc50725569c6e25457a56d814a8d4a2b407d42a56d474d479b4b0d4c37133518953e8db68261203a5355869dd4320d8938205419dea22348657c813730ab4cdda83c9af290cda9cc4d70bca9327ba0414b65de831e1195398d6a8ef370dadbce3790e1abdadba04aa66adf088708aaf6b6381551b577463d5ad53e1e2d282a97e9286ca83ab44784acea30816a4e870a3cb6aeea781fad0baa4eeea86ca93a7da3d2d1b9198e66545de4380557757983532455d7407459a8ba5e40814ae5360d07382ab73db415dced506650756f8627f554dd2fe2d156550f3a78a4eae94b6fc84340a5c3c3879ab4c77e427cfdbe236d56f577a62fd47fa5178606aca7573b70251ec050798a71aea0f29c8d5311d5a09928e8a9bcacf157d6545e2ba828783d43c8af1adc893267f0097492a88648a8160ee9407d68c82cca1c1f3361729f00bc375de5f31fbda161fba9e90cabc283dfaae117f19a38d5c8e6a850aa4635c4398c6a949860c1a80dc415461da7bf38ea1cd253956f5b82e9be1d0988f8ce24dee17b058546d5e81d020c8dad41307dec1934a1a9fcfb53791cb78bf26bfc561cceaa26b4a4d731b109cea4551307a3c8ab9a181744a1df3847564d72a32d3a3902d528d5d411389c554d9b4ec57d7a3b74d6aba647d2734d7f4ac87d465b3c34a19a311107bdaa19a5c474028d51189a3904455ed5cc1f3874510535a1c2171444556ece60cafb3934e85505cf41d7b96aee3c54c954739f11e49f47b77baae677a51a3dbf3badfd025bc2ab0b8613005fa843ad43b5f03d15d1859f5179502db2a03ab16824eae4aa45b1047d16c512705b6c431b66f122a2484bdb51922f0dc6b9826a990f4e5854cb5f16626845180a41aa1517a862aef84040644539fdc5906ba9185aed802336d5eaaed4f0576fc281bd6af5a165147a441fbfb63d9e6b52aded4c95696d0c61a6b559944c6b7351e251adab8f42b66a5d2fca9cf5f36855d787f2bfda480579c389320c6dac45ad69a3031a13551b4712680e3f47f915d195607ac400d4315511770947473c250e1341670c5491e70992456653fdda748c0adfa677b46ba324285aaaa266a0d2acda728a3498680d2566f420126fa27da80244af2130bf957e7b53b5f52fe1af6d1d882b6c8bc3b36eaa987a54e562c6e1f5aeaa98c39118dade8c2ac0f6d6f4af62db122cd839868ad5cee378e456b5ab3b9a0955bbe2503a57edba41cd70d71fda56719628dfaae25404dc7637a24abe9beeee56edf64ca0d050c226bbf3a95b25b4b2a4d00baabe890d88c426b6a2a6b3af923267bf135effa4da7f021dc6aa24038e375549d1f4594997488d3ad08c0accc18ba4de1d7c84931fd5a16694ab8706e08f21ab0e25d04a1cb146dfa3ea48075afb231de95f1db52241efe86b2ac8c9ada95b25fb11684e2e2059e6d87edaee29fba8621e8f2788917a90f0eac9b9a40d9dfc8f6a619a9efa635a312d61da331240d30fe2b446957e97649953ceb412a77e50ca9daa220e737a1a296ea7cf5035399d879e1a5546e3720a9d20f923238758c0993654bfcef4a22a77369ad0f6b9050415b36ae2d156559680fa6356b81785f83b9eff41a523db12cf18a8b2db12b9ce09a09d961380c32055ce74b467a872d7d0bfca73221c9d37965a667e0b02f3f93b48a2cecf20987ec1162765aa0b0e54e52e6ca48d7c71114d582eaec5e9bcaa80b1dc652b1c2dab2e2f23da7cf9158983ff1970a0aafacf17a781aaff5208d55e6948d8e40a1d91515df5a0a2706d4a1485822827aeed220676ed1f4962d755c461ae7f21b9e84636b1cc9b5274a5a86ea9dc28f482bed0ad4adaa2b77f137db8a3411bbdeaae3b8ee25577e9d223d5dd3fc4911fc9a8c03cd612a07cbc86262c4522c298456bf1d8a7aab81671abe24304448a73497b7ca2a292f6e40529cd2533a8c394aca1947bba019dbcaaa711b4d0a517e9d5967547bf89aaec169e05573d3b448ffad29b5edacb61341f7ab53a88426f680fbd1d4a0dffed1efaacb707f0c60bd5db22aabeef22d0baa07a77068d50aaf72df16898eabd895ad3fb23f45cefdf510bf8b096eaea87627a439feed330e8532941c5cf93a8ae7e7e8ebe0ed59720129fcb3bd3c77fb3c589baea5b36bdb46f37892b54d850d9aed84c65e87b3f345faabe1f459f95eafb2fca9c1f12a20f3fe2e975fc384c69f2e307819a9f3d085aff8c43b3bdea27399f553fffd1abfd75054d42aa3f5202227f5e502dac742635aa721d4d4f2bf7d177acaca4a7ffdb84e0cadfc334c0a9aa412bf14f9c8ba16a3de1896a371a35548f407389aa3a865047f51b3469abaa7f2226575bf444739cdaa2009b8edae20f0ed9d5969df1b498bac62c5444d435e6a245405d839c37ea9a52046eea5a3db19aa86b556362aa6ba7e1b10375edcf28e9abad46e1a92cb55530e6aada2a143518759d3ed81fd5d622dca26aeb81682e515b47207850d71d896d4e5d3712350575dd4d9826ea7acb50e251d7bb83304a6d23c08184da468109a0b6f1452ca7b6d9877c5b6d7303557e757d2bdc8feafa3b71c2a26ed80eebbdbae16ec485ea4631d8cad58df6e3ddcaea4685060a3d4fc0506377dcdbeac613508657378e435aa3b6b5c196a9b65d8557ebaa6de3b16cabeddae2745edd74088ea9d54d1f605750372d428383bad918b4d1ab9b8d43654bddec089e875137fb8bca83dac10ae18ada4188305ded1088835e75f370ecc8ea1656d861d42d7ae3d169758b91d874d48e12c45f6ac7c994f78ee996147a823296daa9197d21a758a4cd6aa74ceca26aa79bb41f5bb6a2856ed91a652c75cbef544d5ad5a6e76ab53c8a42a9c8f0d5adaaa9f0b569814777d46d1e220d54b7ed826d4edd7623fa3ad46df762e7530bcc947282c1f41d85029c10ab85f311fbaa85df9019aa45812893aa45c7f10607b5e825f634b5d817454bb538098fb6aa253f51b5564be5f4b6a593b03faaa51b6855a55768c3486fa378a3964d44e9492ddb4429276fec4fa156c8b7d5f268ca1cc52be4696ae55e6ce56ae52b1c82aa5583a87e693cd136a2d6cca432a475477aaad68ea02aa7bd4aaf43b78c2a802e04bdc36add3aa45b6a5d12f55afd08543bd5c61128dfaa8dd1d4154c351104aa4d0ef85b0d6a73d3540c395fa147757e8bf441dd7e2395b4f6f7f13200b58b0227d76a9753685e527718e743a1606414ea0e59a834ab3b9ca70ed33119f54275a7bab4153a39a28d4bdd598706407567673484a83b07a06547dd251119abbacb3bfc8943b5eb68c272ae27a86f77b5a33ad155844a8dbaab9a7647d7dd48c1d55d33e92f767d8c1c46dd4d4799d3cd85b642b735844dba3da23de4b68f50addb61f4b8a9dd6e122473af87d7ebabdd87d0e6eb7e124792ea1e29543a7adae1285edd7b11a55cef30c4f7eade8f502553f79150afede34dbda34f15525db54705123c75bf36f4b5fbfbd0deee1f8fa71ad4fd8fa09f493d20855ad3a0e9f41f0727d1161d7c1c0ff8a807df429144eddd0b5dd46aef74da8f439d0a2924c5a9ae7aa81ecf35a97d4c04877d7653111d668f3a937ad87f9498c3de856068780d3cf7ab1e1e86164df5a81e68c7538f1a4cb466d46474afa97d2350fe508f0e245c383a077500b55f637476a9fdf6a0114a3d66398a37ea31a5046ac63aa27f42ed6f895795a9fd5da8e1fb77b2a4d0195444d4e3f2e95f8d7b80c2997adc737489a9c757d1769fb0128f43a827d6423d473d7134bdc78981544427e9f068ab7a5267aa399376d3e60b688ba2b87a723f14bbd493d7a253493d399a10cc543575d1a946b498aba76ec2aba4d453cff17ffc822e7df5342dda50d5812262bf333713c39fd51bcd12eaa06dd4f9827653a99d3d96bef6ec48427cc135e97504b7a45d1b3c923485e027a892a9e7be2dc3d0fc1e682450cf8f2040393f166fee552f2063b57ac1447adb0b6611b25af089b270d16a6a148bed71f2a35eec4e6471d90034d1aa97cda03ab12c9376dab2379413cb6b130b583e081570f5f2cdb4f9962750e10b9112510f99888a9b3a64370e96d42b838936af6a821601f5aa990490561da696b97a3b1eb75187baa363431d7a99e87ce853345faad75ad143acad4395692dcd3bd46ba7e10d0eeab561689752af7b4699b39e3ce0ea0d8f0975442cc4398c3ab20b7a7dd491e3492f8c5c407b7b532a51caa8d36837506f16d1c76fde436d6ecb180235d172fcc93e7574e8600c6d3d4b39b1f51c8af5ea6d7eb46b630e12c38f394bf461bb15f5daed45541462ada9e6c42ea58d1c7b8f6a4e6c7114853ed1d3ef68487b7b47108eebd4bb06a01f40bd6b3275f7384f9c9eaae3c2485388db406f687704e1c2dd19fcaffea29950bd474aec774f22eae4eaf8f5a4e7c427910817ff1eddb7eaf84fa43dc6ffa0cf4a482724ba57833654f5de2c523b1367a10f469db897f4af7d4a5afb7deb686fefcba04abe2f9baac9be2a3426aaf73721f9763f1d32511f98881774a90f44517e1db8481af2819b24f11c34a1655a7db0374e75d50747d3aa1e9c84c7ccd407df53653a549f54eb43ab089b1c8aa0ed7ea882f8e36117aa13873ba017567dd88b04d02325a41726f7a3cf4ade809e4075f256fa57c7bcf094a4fad81002bac79e912c93d29e40e0713b3c4cab3e7e8504bd542d0908270ea191407de22e8d2d4e76c34b73d5277d6904925607cf64a8d3aee752e82d097ae94729014ec989f39dba4c2b715a48db2ae33735e9334ba9239ff5c7b198fa6c393aced4998749c8cecc26689df9198f4da9cf85d27e3c7796a648d9cf6c29f49c549f9c68bcf54a9d93404f9f738014a49c6ff4f1397f0980e77a1284cd8d255939af378187bcd504adf3dbd3bfba309880db8545a4335d38485fe86263d2600a5691ea53709aaa4941394d580afe906e52404751d4976a91187139968ae87f2e041efedb4645f44a37da1d576e93d875f50635e96ba7f1588bfa7a5bb4f6a96f8c0ca1d04212666f5ca60273731d91eb5b4ed4586fa9f060aefad6335ad542672a1db7cb8995df698947b0d47726112cb8339346cb776e90f678578e037bf5ddf5d4adeecdc6bbb1d4f7ad683f3ee8494dfa612bea1d0f1f52d3797482ded0634bb4c7aa1fb724eefeb80751a4221b1a481435c64300ea220155cc625539869eb850f57d124394f2c96f3cc3a22ec9a6d7f1d486aa5ce96052284b7790e45a9a49ba6fd9186a27cffa0451680249d4cf66d3c73f7f4c64f1456fb472ab5f045132bdb843c4f365379a9dbc365952a82bb1df370ee80055bff1a08dfc564ce2f3db8e4488dfd5a6cef72e8a84a0f746f4e8aa3f641000ff24a2e7fa64a019c5670b3c18a2febc9626b15f2cfd29e448e9fb6515e5c4976f94395fc7a03d56fdf502e189aff748bca93091fba3228f439578644dfdbd2d7a3bd5df17a2a759fd3d9d8c043f36d3daff8821ecfbe30309673f0fd210e1573d9afcfc8aa4fcfa751bcf23ab7fa7100dfc23a7b7fd670f89cf7f2ed2da57d52305a92a8992a9ea3bc1a87fb3680ef32f9cdaefbf2cda1dff1e91f8fcafd480a1ea8dd432abd35099d7580cc2c2a7b11889d62b8da50d421f8d653e0ab39a1aa7b1166a6a36472eaaa9b90265194dcd55789652534b8b828ba6d648dcee9a5ab3b051686a7d44055c53fb030e5d3456be48d435566198ab1a6b5b3c90aeb1ee82aa8fa66e0052114dddebc87434f51aa0b14753ef1616648d8d0585eafb20b2d234588ec55dd3a01a19aba6e172bc5c5bd3b00aeb97a6911df2214da345080b34b66db1926b6cdf219dd734f98a1ab2c62e019195c6de0ed5288dfd14dcb51afb7948b734f667908b6aec3f22f4d134bd4a8bd3ac0ceb84c64182385ae3e04d4fef108b32a9c6e12d321d4d73150a7a9ae61938c9d034bf401ba6c5467adb2dd211ae685a1462c5d4386ad0cda0711c4569e2f403519aa665200a7a9a961588ac34ad16a130ab69a3401556d3661f8a111a8109a98846d0059d831a415fe4431ac100acd11ac10f14a83482aa961812ad42f54e23f647238146bc93ffd555440a1af1179c2c6a24ddf197ab34929e28b868a493e86d4b77e1f5031a59133c63a09105529593a5a354a791bda25d2bcfa56da548a50aa06c9a40a17b787447a3ea48c55d750ec18346dd0a119f46fd08098b46938e0d4ca3bf88da90465f42ff515f85004963bc816d4e63962038d598b7d2ee301fa1cc71be8b3283a6dd24c4009a76abf1bca8a65d5908865c1aa3bd4ce3128fbe214d07357adc341dc62172d774b849edb7c34b24ea9a8e0b7094a5e998882a86a6e30d04489a4e57a992773e863847d3a52325936b2b04819aae43113d6aba8ea7badaf5259a6835ddd6e01851d32d1c49bfa6fb129423353d1653a8a7358e2d343d235199d7f4da45bda3cf07344b683cda0828a44630aff1988a6284c623036d369abe0309c1f4ad44b384a65f0f145c34fdc6d3aeed7788765affebf4170736456d5b33d00fa7229a81df71c2a2f1f4a2fae53997eabd6731ba3f34832ea3fca119f487425e4da3303458884a8d66b01a87089ac19da9810d1e8806078d776d4a39efbed4a4bdfb134af34e2234e4fd0bcfbb6b866c423d5a3394ecd71a9f70fce5178dcf1df4df6b7c8aa9d48ec8a27a3fb227e5d7c8c3a8766a4659e29c4f334a4c5b61940fbdb4516751c8d6f8b6c2dfc9d0f85e25843c5a422fcd6f210e4a347e25f41efdde51651a63418b33760e7185b1e138e7d3f87746afa2665c144a169a711f51c8d68cdf411f3ffe14ea009af1df68774c70a7563eb1063dfd445bea5613a750499bb412cf946926bdc3cb0a3593fe51419e92475938ad0101f06977dc30349daea5d2ccc841515c13f89edadc4c099245cd4c334e293533dd08a5cdbc41856fe63bfa42b36ba2a75933bb395ed7a09963834c5a33a70ddacb3473da51b19a13420c6c4e562a854a082904f7a20213bc993e2bf8283af434c1c5546a832ba992cfed8eb29f66ee470386e6f953cb9c7718d515cdbc2be868d4cc37129d9f4fd340cdfce7681cd32c50a2a6a059908162bd6691273dc4621d1e5ad52cce434557b3c48168cd928df43a9656e3745eb3cc0e7513cdb2c36841d12ccba692b67c1b21ab1567a82bac5c4c906c651225d3ca4ae243ab842850695675a63ab1fa3815d15027b41c6a42e3d00aa9097d480d3ff4194e7e346bbce96bafb942af76ad27da59346b8b5067d2ac7d46b4795d33e256ebda10c15ba722b5605d0f3c5aa159f71efdd19ab009c458c3b209de851512125d3f8efae3fa7938ddd2acdf891316cdfa38d260361850c8d66cf0c71b1c341b0ad1b5a9d938005d039a7017aa5fe147a805841f41f3a526827e2f401321a01a1d21a4821c118d7e004da433d1adc88b945f91ff51c3df34132d159a4df369c36c3a8ebe0e4d54041a13359ba7527e6dbe4f4d3aba2941eb68152185e853540bb72e459ba066eb076a60db2a499fd856459fb5dd03cd259aedaba916c69a8948c5ce226c12bb9b36df8e19b461766cc46b24343b971059dcf91a67869a5dc9d4f0e37e50d3d9bd0d8d639af8eb96184a88a42c4c28a025dcdb9508dede447adb7b8fd04edbfb84b67b621921d17d81d428f6f7273c9124417fa1e6a09456f5e0647a8843ed48973bd485f0fda18778985673588ca604cde1a1b4f6872f1278387c8970ce111b1cfe6b8e8ca68d7ce41275ab231f680f1db5c209b1e658531295524c389dd71c1791ba727c248ea935a99dd175ae49adc069b3e684002f89d29cd84cddfdc416aaab274d54c9d3ced1daa74f238c99be8c28d2291b82051927a92b9cb1a4f1c0197b5231ceeca4fd78e61e1e75d29c29a50e73e607e5c4d9db943999c9b9147a4218334b4e6992e58dc36ccdf925f41fb35d094767d3f454933dc61f43397212e1725690ce942b218a943b0ea7f39a5cfa31054d7e4f62e5f987a9195e984144ea420ede9ea1b9f096f2eb625faa980593e9210aa693c85bf0841ee2b2234d7eae1ca6c67ae5ba1b853ee0c136cdb5f6f4f1d706d1debe3615e7a29a6be1a918ba9e476ae74db52d850ed04adc7c442de0969836ccad3f41182aec4c5ba170322d61610441c53b963428b9d39c36df1d09b1f23b2ac22677c8c5a3b9134ae2f39d5b04b6ee76a6f77877389aaa34f7e49426f7d2a9f0dddf4af8fe01cbb70f0389cd3d5c4fd8f7512db4be6b1e39a2eb5cf378024d039f58e3e927cd932178be4353d22281424212bb4ae61152781aeb85a1d26654864a5ba16d57532ae6504fa281a5be54b64b59eb286b4615b3cc8b805b591609c6cf66a11f40f32c9436df734f7a1d2f5cd133af79b190a6baaf2c6916f0ca173d0f9ad78f08c2be7522a5f9ed4c420aefb2280bdf6b28c9df9f27b0f5f17c21863e7721c6fa792d7ae6359f73899e7ecda2b1feb75f547d2b5aa3df44f3eb09bd8edf4b4800fd1d45e3e03f2d2801fe9ca2bff8e72f3d57650b6286951ec4caffaea08efc772b31e9bfb9e8d8d05439e075339a7f26623affeee209424db58a248bea81b8d05a8bfe38add15aacc3c9b5d6720a3afeb5969b11e86a6b283027b435a620a8d1d6a8c201b4b6e66d5c096dadfd3803d3d65e8c7792686b7f4109516bd5093b8cd6ea3056006d1d339e29d3d659800640adf5240e05e2bc566bbd0a279e5aeb18242c5aeb142cc85aebcfd8e6b4757b63efd0d67d8993586d3d2b74af69eb514e686d3ee08c42dbc00ae9a9b6c126bcdd40dbe019fdab868de875345c4d09d070275e37a36db80b335adb488cf55edbd80ff5426de32da820696d9b5216da4ec682acb5cd4342acb5fd8c9358addd5e1c366aed8a508dd2da27604fd3366d1c42a16968cfd0362d44d7a6b6e90b3412689b4df0a7d02d8405da16e329c95b1c40cca46d914539e1780fe18ad6f1215a2ab44e0329019c127020a16da945c955dbf23e163e6dab1e060a4da0a76f359db6682bfa11116deb0d6897d2b6a98dd280b66d7d74186bdb3ec4cea71508f047efb4020365a1a0335e08a415bc41ff9756b81d79ad56988b9abb56f800a1b55664853a80562c4054ab15bfa3c59178a130ab95f68da2d0a6720a9da34a2e9f80e33aad3c131b8556e1800743b4ca3678858756198a1329ad32996ab43203c554ad6a340ee2b4eadd389cd5aabfa2cca055ff46c39156d392b695661c153ecd36c4725aed3a44565a5d4b64015a5d5f84645add77da30fa78e4435ac3442a6986f98514fa4b05c6284543aed6184aedc464e146a1df6855d39afe51b7325bd34a989b50469bfbe1cc506b1e85ee48ad39118559ad7309b5f2769b5154d2b6a3df9bd3baecc403515a978fe8f5d176f040d547dba11f722b6d87f9d4f03b36229cd3e9368eebb49d4a7084abedbc9ef650177fdaa25d9ed0e2b8de451556eb7a0f8f7c685d9fd04a74bd4cd8a49b3dce3bb4dd5ae111066db72d68e2d076fb6e8b21b7960815b56e32e4c85ab7fe786988d6dd801375adfb412a0aee27f0449cb6bb1419abb6c7465afb1e4f502dd0f61c8b7291b667048ea9b53d4f200bd0f66985bc43dba7179e16d3f6994249ee319bda89473ced0e8f9704443c3ee27840db5788170b68fb86d0e2f43d402f6dc062a45b5acf79486bb4830468b3d10e7a80e360add72914b2b5de349dd77a77c533195aef6c54efb4430751331cea83b300ad8f1a155dad4f2c3dd7f003943923aca8cd8dec48f461e42c7a88919b90c46a479d49a5d0050294be72aa5fa37b12001fbb82ead7d8af5457fd3d706ea51da740d7a676bc159e58d28e1f4970657c2461b9f129688fd54e1453e64c6a80fe55ed24216aa2da4973e80b4d5a46d524a0128fe66b2737c2931bda297948aeb55367e32f0168a7ee45d55a3bdd033d6edac03978b2511b184fab1a788c184560064ef0b433fb113699b9141d08da59df696f07e9511ad006cd274c1e5440746b76135a89d9ed09decda94b6868ce7abc2a563bd70f5558edbc7b9426f39ea39d453bdfd69f421df1771fb4f3efa35942bb6030b5a6452d88352d0ac0d9af765104319dc5edf1c701b48b17a36ea25dfc88f6e39269447597aca05ebbcc99aaefb2819413cba6523559b61d4d68dae56a421d2b7a13ea5851842aac76650b1cfd6957cea7f7b87a3bd19ad5cf515ed3866e20d0bcc61b1524ed9a3202816b071b281440ac7ced2ddadbeb57e56268838a085ef87e4256e157883f86bfa33214d99c404de4393c9ea4dd54832878542cd1f9a85b14da7c8bd8ef1629fa27b45b4cd4e6b674417558bbe51401b7e88ed40ca3d370d4a08d2e2082b7b50b0ab3da6d0ae2c8dbe837c6b5db4e976128c693b868cc689c526a6366a090addd2ec4039ddad8f54491622fd21b8a2dc2a98876871581871d2d690fedd8427875a70b4ed4b53b27a29b41bb6b3201a4b8465444e37ad3168d4ba0f61b778fbe76dc53aa4cbb4fa2a2ab8d1f4d1f1f3f8ede50fc77ea30097ed40cf75a52fdda1b89de28edde2d24cbec7d40003cb12935e9c4fd2434ee6f82e774b449f789c31c7847dff1601f52610f0e24d879d09be0ca21571cb1690f79533b394c3f1ead3d7c979487c3e544e78f58e0a0447bc495b6c2919794264767900693dc065de7da64fa4d506df23c7a1d296be95fa564e37c5b7bbc1cbd51da540fda56a98308fa9c08a20e73623b75f71399f4f12707138739b917c703da93854475d316d34aa45d2fc7d0297b52314e77a7bd9da1a6ccc9e88a331ded1911ba65b467667a61e86c3cd19ab3af4983c96c8823496da62d95a1cc5ee870d166d1690bedf9c5781d8836bb1bc9dd3902aa0039130920e504e0792b6d5e025a5ab5f95eb4d0f9e412d3e6efb6a5d0356ae5f91554272e4ca79776b1190954177b1252b8389284a08ba3481a28a8449785f6d20712232eb747e3abf672317dd6e5723c51a2fdcf13efd8d0fe17487bfbbfa324a55ca941eaf09566a4175e994572d19503a9143a4f02c29522aa5fd7c6a0414b7bfd27a977d77f4661e8c6545ae81b340ed6de5c4460ebe6697f0a65a1eb5c7bab044da1dac2813490284c24525698440cbf308934d1c27b84ac6e5ba333427b7b1cbdeddbbf48e4bdb39f40f35d1dc9f0777b5111bd3b9e54c57b39c46bef7d453783f6fe5ebc04437bff0c31c3fbcfd044ab7df08d16fae190420c3dd2130678d48b20ffa327789a47fbb80ff1a1c79348682cb2c36b24b445efa8de176b696f174f2101e1c95a12e14a8613c32f594298bcb41f819ad2b904ad4bffa3a95b99903053999cfee2b3ba04619fd991d6f14ce086a1e751446b9e67d0e2bc184da5f6c53822c42fcee1717aed8b1b046a5ed622fcf532086df4da570b89e1bfb6a616f05a45dcfdb581348537f41baadab7e3a981bdb3a0fc7a7f8ea4cdf72f685bbdff80ae4ded077b2a0a1fba9156fb219044b88f75d175aefd984289f9c9067fe94bfb298834984f11785599f6d34d5ac2cffd89817d1e40d5e47324d19acffbe83b7e3e4a95e9f34742ee5fa691d0585e4a2bf1b511f5c7af63a9777c5d850e3dedd718b4556abf9e244cfecd9686a0152d889e7e6f830e63ed77776aacdf3d495df93e1bdd91daef0b0803fc684b6ac18fd7789059fbc79fd0d09f530457fefc47e8b13280fa76551de2ee55769472ff3ea3054567311659a6ceb210575557e310d2075d4d179ca7e96adec12fa4abd59afe62ad240435ba5aff9048e96a1bb049eb6a0fc749acaef661ac5fbadac7e8b96a3fc11aadabfd1995539d950ce18ace6a2102705d9d61b6149a88854f67dd04f1bdce7a33c2289df5314c725d3d5b14d875f57e232bd735f0c0f30aba0607b046eb1a146347d6356c86bb43d7a806f2215de30798abbac63fb1deeb9ad8e17840d7a41aeb84ceee26e6aacede0bb7bbce7e1baa773afb3dc8ca754d2fe19514ba666328739a15a190ad73688eea8ace418e2456e7d011eb97cee106ad6af3fd48b7742deae0c97f5d0b0532439da32fdafb754ed6a820e99cbc909de89c9ea272aa6b5913c7e7ba96cd1063ea5a7ad373b5bc5d86a156742e53d7ca84e041d7aa3382405d2b57943675add251c5d0b51e4affaaf5ac100a5da4ffd8e60e9a68756d2d11b8e9da26d167b5fd8b534a9d200c15709db03332569dd01be78f3a511d74a5e844097835b84ebc0a8f30e8c4af5053d049ba52a955c4a0f346a73c807c48a7aa81f35a9d6a17427e9dba3f0ea0751a472a569af754dcb527d0cbafd37e473155a733e39452a7bb482ba19f87f441a7cf47054967a013843ac33ef475e88cf370bca9336623a0d4993a23d5d5990a7178a63377a38d6cee8d6c4e674ea64661ce45f0a0337fc22332baf6c4c074eda370c2a2eb500b5980aec31d04baba8ec351f6d3751c4d5fa8632cd5c28e3ff1508eaef34b5afb2e165431bb04e23845d7250907f6ba2eb9e5147a4925cd554c2dc075034e4574ae47d030a9737d8a67ae755d9b2012d5754b43cd4ad7ed3bb2269d5b07d42774ee355126d5b9bf4342aceb3e4740a154da0a3ddee1c9595d8f7f94003dafe0bc56d76b08e56aaf14aa72bd175033ecbd89be63ef9bd4457b572089d5f5998f1056e72120f0e0b1893053bfa9b438fd76a0715fd7ef1b4e2975fd3721f6d50d38415b61a008c1bcceb337daaf759e8154f83c6ff953e817bd6d2f17bc394ee7358cd66b30ef34ef69786da3ce8737b2cf4e3c83a71b569772625843daa2c33ea308a71bd9961273641c123cdda832b41cea7cef7851e809d22ddde816389cd58d8e42578a6ef4dd200cf9d520e0e6178253249ddf0e428f7ee9a8a5e9fc2a086cf955e3a05737468bdab66e4c27aad1637620c3d78da12bb8756355f4b6c7d275a5bab1ed703ea41bfb9420c6d84f78e04ee75f0be5359dff4954b674e35ed0438c1f4f8c626235aac3ba004f220601a36923078452250fb880b35fdde46c3cfda49bf206cfc3e8a66a902ceaa60ec051966e6a1e319da937a9654e3b8b9e66ddf4f0040a45112e9ca145e55437731ea1b4992bd036a29bf9850adfac093887d1cd3a8f63575d909cf67690339e80d605f913f60d5a48f474761b4accd97d69d7ce8ea29d36fb0e2a0fba3922c2f7737aa112a80b1e89475b75c15b899dcc9d45ff716e7e2e851e10a899a746e95c372f8510f2fc853850d52d98807318dd029a82eb1636a766b8b829e5c492f15457975a123b591a85a33fddb22e2114f220f0b06c1491c5e57a0235cbf3292756a4a3d352b7b23ba5dcaaf7449b577d45a151b77a2ac1e1d0a6f4174353507ad2ad7984aa8f6e6d0dc24c6b1bd1175a7b90f489b50584f8c2765116863dc21fc5d0857da397b6de9b60e7461575ab8de1f41f3716d3b60ab7a096193e037d56baf0344a93f04caaab11737166a88b7884b771e9229d5126d54586d0c76f12e28938dd263355a6a85ae8d1d5459511ce897a456912f5962a66d46f82059b1712e4dfbc851afee6df4432b654e10511bae8d124336ced4e607e9b2515e46da19485dbe868856e5b2e1e6dd5c50c4697ab6ebb15e1afed27d0eda7db7e8fea6aac1d2d74ac8a34bed8c584a37784e1985ab72396ead78e52d2867635a75dbbab3fbdda5d7309faec5a40af368e3598b8366813d4c51da6948bcbc2a1b16ef7703c4aa7db5d4dd2e69e8e4432e24351d2d7c547d1a3c61fa07a1f7f901845fc75fa8b092e04b61213a835255ea604d8379b76ed7e0121befd37fc31942446afb52e298fd0d0c1c654900feea4ce77a807faef758706129e38b4086701ba43f904310e77271c7d388ae4a2c3f9c4618e34a15c3d62c7ffca441be6e83052748fee27e299dc923672721bda56c7dc69bd8ead26fe786c3735b0942e3874d1a5bca6ff787c1d4962a92fa8519cc8a5943bf18e56e2c42fca899376540b4fbe251536ad0d21d1b48f3402491f4cb2f2a9ae9426a7e651469fee45938c8cd6782a4b979149aa62c60dbc875277464208e68c94b2f0cc447a88b313482f3c1b82f746e9329d898a641ec793a0bacc0c9ac39c33135738d78588d4b951541ecf4da22952d64eda30e75de96b9f2f2258903d9c1a45f6494230d9e7895b653fa12e9a23226123a70fc1959c641cb2eb72eb5a6228ef36de6ea0cb37d17c28df135dc1bafcf568c8d5e51f20fa70a19276da453b3cb1a4bb388144b88255f41e2fb5a47f75e924358acb69440cfe5b43a0e6ca005a9cabb1780a4477f51655cc6b0e78b990eeda612265d725c487aecf2099e1560b92ea6ec553bd2f5c46b393db0e786e4e77c787eaeadd0de854d2ddb3a65cbdb78afee3fd9ea4ccdfdf860607ddfdefa42a3e34518d7e94461ffff807a9e945166841d11519491a28dae686a1e2e9a4623c6d1d42a14344299f7ea5bc2f0da6f42ddd8497f8e84a77117a2c2d2319ab4c482a7f592fbc8248f7cc8d78dab318bcfb43f7ec0cd5fbe701b438cfafd04e7bfe868ad5f36fb4ad5e5853e77bd19b439349da7c114fdbea450ae5d7cb56d4e65ece48c0d0eb3a944cafeb13a8793d8f88e7eb3cb45feb5edf24e2f96635eda1b7123c04a07bbb9240f3dbef34f27efb9b74a67789b914ba406fe883929af4471b1a487cdc4ebbf6e35b3c17a0fb3c8b68e0e732d2c9bf6c204a595e80be0e5d7931d187aff729c92b6ad258aca21575ab8a24faf88ad7041ebe1b89957fef470cfffb7cca89ef11a4937f7f45cafc0f672ab53f3ed04ce76707da8f3f7df1bc82ee67a880429ff0d605dd2f6b427cbf9aa3eb49f7ab0771be5fc93464ffdd8950c7ef6ef8e300badf05a4e8fe89a1ccf9934473d13f2fa802545aa0d94bf7574484f8ef0d1a3f556f2f8390de62241ecbd35b4cc5faa5b7f4c2bdadb7bc87ae3abde563e48ffa1a1e28a5e86b1c43c7bfbe66250ed9f535ab7188a0afb50b47b8fa5a25283de96b935b595fdb8409a0afed8237aae86b87a26d445f7b07ea007aabc1786f81de3a10779adeba086da8faba75b058e9ebb6c552abaf4bbf8aa2af7b0145257dbd16e879d0d78ba655b569404b58bf26361d7d7d7f44b5fa06c9f41e1b7c41955fdf70158aa9fa46d6886af58da660e9d0376e86685bdff8098eb2f44de8a617bddd14f40de9ed52700fe9edce224ad3db0f46b7b2be29392df5cdd2e86b37fb40cfe5a0c4d2a16f9e8d4057dffc36e5448bada80de91d4f6233d43b3543fca5776a8dbe0ebd930441b3dea91f3243bdd349f45aeb9dfe212cd0b79c8ca046dfea02223e7ddbf968f5d00be8c73af4c22594d1a2609c78eac5350a312419464b28a7134b7a790ad279bda20ede6fa257f8a29344af0a4298aed7d06f1aebb532f4fbeab57433b45e9b401b59bb0f698d5e6740d94faf5b4729a73b87d047afbf8ac4536fe88a0342bd61246d3e4319bd5a633b344cea4d4310b9eb4dc18873f4a64a3c49a56f174859d8fe36ed0e97add43b3aa8a8207768877c48dfa110a5017da726e8b5d677f1a546d1652e223e7d97544430fa2e25511872ad836a94de558c0368bd6b05ca91faae56f4f15de9de3b7dd75d3880d677fd802c53dfcd0749acbedb0cd41ef5ddb62210d177bb8e444aefe682f67ebdbb13e5aa7b02d5e8ee4769257a4ec433eafa5e079052ea7bfda5f5ea3d0421acbef7356a607dcc08dcf47d06a142a9ef3316099edee313b593bef768bbf773445b92be7f0d4aa6fe5978d1877e8080b6c2c01688f8f49e13a8d77ae6a23ea1f77c424574d07174b0ebbd74b4aa5ec750acd77b1d47cd5deff5145980deeb037a74f583b7e078533f381a0f7de9bd33a8f3793fa4863f4449d0c74788828bde270619857ed81a2a1dc3d651171d4ec721f4c347d07f1c4ebfefae1f41c777f5233d532944b771e9478fa26e35fa376d3ebf5b7841aa7ecc5642696352290bc74ea79a33f601adfdd83f4891f4fe132831c775a0323461236aeefa093f9194e9033a505d0d48a2f50aa8a6559dac47d7a67eca149cfdeaa7ec4337967e4a3575e4a93a6af8d3bfd3e2ccb0451d533fc31749bf7ec6356a27335e50fb0d34a03aac9fd9006f31d7cf3c485938b39cd66b961555b959f539348f3a5f503b54d3f54174d1ad3ee8288e53f47386a056ab0fee9540a1fdb4b783b3d073aa0f2e4551493fb7531985b2d1bca49ffb9770f4bcd32820e8177444e14cbfa0373dc4421b822b0b8f52035bd48bf6e392b6f41e97f6f1c7d0320dd5fb65ab083d2e4b222ebaec208187e5d3a8812d8f42794dbffc0c81e6155ed4c056fcc67360fa90154114da806a813ee414ce74f421bf285743aaa902ac3c481860d517aa5fabefe124561fba17c79bfa3576b4ddd704d1eb585b1f8533fddad328dfead7e6e29452bfae35c18275f4eb6ffa300d51f0f573d0cda05f4fb785ebd79fa606b6fe3ada50f51bdc70eaa6dfd89ab8fbc69dd415c2dbd14a84bfa3571be143ac296264088582e875440ec3c37bfac820a20f9bda5852680121984da1247f6cda8387abf49bde52b1daaca2bfb86536edb4e8c68486a2ed702eaa8f1e8a970be9a383d10aa98f115117dd2e211d20763881d3d8eb94393b7cd038a6dfb18a78c78e9de843d6ef38462bb153434d7a57232a43bb64f485764d207d625730fabff471d7082aee5e40f56bcf7e5afbf81ea4cb258ca7af9d908353117d42192de1de95049012471b28b48a1e22c99f186b5202c1e1a4bf047d0e84e27167fd810dd4580fec20f0707000719883f1684bd21f3c4b48e1d0521c53eb0f27d24a1c09472ba4fec836523b8f4ec441affe688c80429fd10fa03ffa9db230f93ef5c763ab491149b1c743e4fae319944ca9a768a14f78d1679db84ca134fadd407dda636260e93e78fd803e7d3b7a87f5e90fa9d79e567328989068c61e62ac679cf1a604fd9913380bd09ff5a2627536098f44ea334f908070ce9648d9393f4adf73b104f9cffdc0b1be3e6b3af5b4acb3386cd49f1f8c6e52fdf90324de64dba05f4e9fdd9924c49cb678c8579f1384c60b7dce22b4e3e97342d144abcfb94f6f283794ca635e6bc23917dce90b5d1844edf74228b5a60be1a4335d6c4345e1620faa85172712982fa885ce2e7d819456a2603d1eadd0ffe788b313fd7fb7a8e15f694d1f7fed0421851bed7118a4bf3196bed08dc9e518ba4967d4f537938994dd6e4dc9745b482aecedf124b0dfa19fe2d2dfa5231ffa7b89386bd2df3b8e1362fdbdfbf4f4f7adf0420dfdfda168dad33f48a6faf55085c657fda39a04c91efdc9c5d0e3dff41e8b7cf05483be2890e64345cb096c15ad418f88bee8e87c0c157b51712f5e47da50f10daa854f6a52fd7ad21edd0cfa279788643cb94624a3c4923672490f6a734f6fd0ab2da35fddd197b9d154a4ec0975beb20f24cb3cab8d3641fd330d41fee77549b37a614dc38d1773a881bd58490dffe512bc0f46fff20209672fafd0a3be3a43d38757f904875fb7a44afe5a8cfe68fdeb492477bf0e474b85fe8d23cd15dedca5fc7adb9406716fb3a9d7be2dc4a1b1fedd29aaab1fb6e26f53eb3fb540cf96fed321b42ee83f9fc553a5fa2f330d182a9790aa58ee465958ee459daf7c36e985e55b88ea961f437fa1feab944adad75378b78cfe6b162935dffa9318f16d24c1e16f93495efb3e8128e58fdd04ef7e0d21c1e5f70b2aee7f9e5257f8f3978641954a7adb956a9ad654ee265a53994d65a8f203d5e8bf3604a3fede222e5af50e1d1bfaaa0fb445ff59d1bffaf787684d7514b1a6ea3c7ad46afa1d627d75393d577535f24783c5776cf806cb89e8f73558aec61b850d3592b1f3196a64a1ea63a8dd1c9fde50bb0da69ca1b6015f9aa1760ace740c56fe68be34582d460f92a14e03d4b60d755aa10fc650a72b8e2d0c7536e348d250e720d609439d125c7b83f53fa48186bab3d1576ba81b8c2dc050f70c1eaf34d493e3bd8a867a3a4b0cd9b4c3d3e7061bfa356c834d105ed36bb0c9451f8cc1862ee730d4b7c39e66a85f44efb1c1009c35191abc402789a1a11e855943c37138873134cc46586068788f16a7e10fac268646c3f0377a0d8dee237830343e824dc7d0e4356200839d130a2e06bb203c4168b08bc38e6cb03b462b61ef8e4cc7d0cc0e27c40687a6a86d1b1ce85a1743f3d6881e0dcdd7637737342f40f0606861441a6868b18b72a2a58ade50cb2188600c2d1311fb1a5ab54217a2a1d541fc5560436b5b4aa6d685288a1bda8cc449aca1cd1a6c3a86b6fed8610c6de762113508ec6d2914889e4083b001bd6de127f4751844e3b0e11b441bd1ff6510e550ae8add70b064109f41add620fe4ef9257142c26290c8f048b741a2a22a271989b0c0201943c55de28f0ccc20ad4b254dda1a6552836c2a4e910cb235389d37c807204a33281ae114c9a070a2f4556c464069509cc49b680d4a473c386950ed47d8695015a762482da7b5d7fc4649dfa0fd8df8dea0eb8e3e64836e2125802e074999411f46abaadf410d4c9f888a9bc1d806ad0b0663183ace0cc6fd41183265a3ddc0607a8ec286c1dc8cb682d913cf951bcc8154449d6b20e93738fba0cfcad06e148e9f0ced8291a719da2da392d6ee27fa570dede5a8b8195c3c90781a5cc652d37109a2aee0f2110f27183a34a347edf80c051743a710448f86ced6a816183a7be154d7d0f931a25a43e7723c8265e8fc8bb67b979388310dae124230ae870933b9fec343f7866edba8d776cbc7c98fc1cd8770a1dbe45c0cb977a2e2ee7e01d56143f73a88ef0ddd1dfd29e4448bd3fd181e9c34f4a8454da7470fe456865efba858f5fa4399d3bb016d778f5454570c1e6709e7785c400fb8c1e3228abc86be776977f4fd872634433f27fa42fdada951f49f8ed651c3809538c0310c6c8f6e65c3c0ce48030d037b5168903d35562f0baaab5e0b50713378fd40f3b8617033740e1a06675257f0f6413667f05e4acfe5bd9572c2fb28e5d7901948880d4396500b183a149507834f479c221986754565cb306c3301f0e123f08c8161f82154c00dc36f5051185e89be5ac30843198582297d472c45279c614418aa3e861191f4f423e290f31946a5e160c930ea23812ddfaf060afdc2018ec16f20f534bf5394e463ca88e98cdd4dfbd15f47db7d9c2d15be711bd0906b98d0db8d425eb4aa137c08ae4c4c248237691ad5c2494b098804b4205c18b012cf821b023251f8374cbe8c62aa61f25b7a6953744416a77853324d1d4edf71ea6f82fcd31ee24d7b86e9a5944c332e10c30f1c8a07bf0d816b71986d083c459b6fe6350222b304e87031cc9a6149a1607a88207f54e60d41a709aecc1e4adb6af6137ab573b6517f9c93480f113c149d2486e0514416836389bacded40c86aee55bcb9d7307f07fdc7f971a85919160ec2118861517b14eb0d8b5ce8b9160d2318b528807493c556387f342cae4b7875716fbc0bd1b0780255a6c50128051b1647a321d7b038862ac092aea8cc1b968c224cbee42e6aa286a596f4b697d62618b5c296f8f68ac9383130846c46239421e453398656aec091a46155196a8f86d57a3c2b62089d82faaa21bc01caca8670275ae8f067d4f0231f11e4dfd48634ab4d46c2be9b26d2e244d5c26190216a1091b2a80f28fc1b36b744cf9661733aba190cd18d4228d405457143f439ca89e8bf94135bfb101adaba805662eb1f6ae5dbee1129db564c6b1fd39cf07dcc551cf318b66fa2d6143b07a7f386d8f3683730c456d2daeff8437b7be753740e1a7605d156886b82ce0843dc445b0cedde851303c3ee125a89ddcf092aee194709b06733d1d3781dbddaf86414b20d09f40bb086c478aa5ffbd6e2c8dbb0ef1a9e9336ec6f468478ff38da8ffb5fd367250da57a7f60236180438544910e3da08738dc8150c7e195540b0fc7918274a42d9af60c479cf15207c3510541eb635fd16e6048694f5d34a52309ecc7a578a2d7703c8832faf879523b533fd04aa47da4fe98ee43db3d7d2655ccf4a554d24edbd3763ffd9488c1e9aff45c1936d49133ba1336c9384d983ce30791d8338d89189c6942197d66109a5e0c678e93c07e564eda63e6425ae8ccbbe8b332645653b1ca5a8f07a20ce7fba289c370de93e4dbf393888b9ea7df34369cbf4c92fef9cfc487b24753bdcf5e441a4cf6354adf9c46041e72bc497aca8dc4f9a321af0b55a6fc15b4d0f959d4a4f3ff918a7141454cfa620f6a3a1773a8285cbc88a617438198d2a48013a0e0130dbc2ec5533bb9f40e9df586cb0de86bfff70a5dae862b6bd1a760b8f21487d9862b5fa93c5ebd455ce17a3595a11b838805dc28a49cb851447af4cd5104616ffea02d7afb151aed0cb77f50fbbdeb984b212fe256f71bd054e4816d0285c6517f7c389166600f67d378e0e153aa008f6cf14e71c3a3ae85187a7c9fb668514b3cdc6e284e2281fd89052198270e78b59ba16406c9914f2fd264f1e94d22194f1f505d2d4d1650e83b359db2281acd3ceb4e8cf579434243cf07e15924c38bfe443c5fdca6fdf8f2241ec030bca4dfa636bcd2d04abcfa4954f7f5312adb6f02690ef3e63dedc7b72a62f86fb55427dec6d220eedd4c34131ade0f77a350224962ef6fd0ae7dff9e5af9c74154c93fe691acfcf12b3a2d0d9f1c89367f72a251e9272d9aa10d9f7612aafd6ca05efbd99f60c1e705a4627cfe4b88ef4b4d62ace58708d47cdd4a95e95b1075be6ffb692a52212469a022087d1d86efd769e4fd63071ef133fc48c4631a869f4ada563ffbd07ffc9945aacf4f325e187edd24d0fcdb8766ac7fb80cfd698f27cf0c7f2e905c54398136dfdfb55427fe9ea29e56d595f6e3bf76682634fc1b4eedb73a04a18fd1e230d21a638d2688018c355e61cd31d6a8442a62ace98000c958f38a0143b5f2100d196bbd411c6dac6d81cabcb1b6351618a3d54f14108c7534e8a931d619885cc1687d145980d13a05e996b1ae1f324363dd8d386c34d69b484b586f29363063bd12e469469b86685533dad03dcd469bfd58ac8cf52fa3b1c7d8603cad57830a2c7cc6861eb81f8d0d5f618d36366a8318c0d87832a221a3ed30ecdb46db97389a313609a547b533e0e633da25d377b4ab40b1de68bf1e3d6e46fb4f945ff695c84e8ccdfe61c5343aac44fba2d1e120daaf8dcde927fb8c2d8c2817195b8c403c616c1186931f638b6df4f42db653e6383a5002384e4140696cd919b1afb1e51c6c60c6964f50c530b6529453a80f3a108cade6224236b6714701d4d8e6311ed534b629c13e646c1b81a306a3e03d025da3f0188e2d8ca279d81f8da2353850358a87e3f4c128fe88e4da28f1c3b38146c962daa2d26388ef8dd26f08448cb29ab4156412ca7bd976c4264659021e0536ca5e63cb34cafbd05f94bf41fb8f51fe8ef690e2289258a3b2060ab34665019e7f34aafcf0c887513d02e77c46f556142d8d1a17044846cd21842b466d34b513bd35b626a3de11dd0c467d2744a246fd02fa8e068f040c19e7e0754646e339bc34c4687c84834ba3e90e8253a3f324ecee46e793a8761adb15e37cdbd87e1cf5a1f67442c2d8fe37ca91c64e6d50f735765a4b6bdf790a427e63176b1ca718bb2c4585d2e8ea493bcd3582f2be6b2095a16e9df120b3d12d800a8c5b319a4b8cee49b46bdd0f213d35ba1f09c250f7dd38ae33f6e8851cc6d8632ca23463cf36f4a83dbb1352e839006da8c69eeb682bf44c42a663ec4db7da1a7b07e05cc1d8fb370e5d8c7db408dc8c7d8e53b7f2e88f266da3c72ba448468f9f5460fab644adc3d8773d1aa18c7de3d10661ecb70a550c63bfeb38a432f6bf456868e004eaee03ef9561c8d38d2ae6a046d47406255333f4ba8cc28671f04882b083572147360ebe484ddafb0afd47ef2be869360e6983c7b98c434ea335c638e407e27ba3cf0894d78c3eeb50d0330eeb441573980f6df76129a8a519873d45c1c5383c006dcec6e1c16808310e2f4451dc38428607308c2306d1a38ea8c2e9967164023dd7c82282c3be7dd0fd61f43d4e0579b42f9abd8ca31750ef187d8856754c7d9c6e19c734a592364684a306e3d887a9142aa65cf59f4e7bc8ffa80143e3f6117818ff3b1743135621af354e6c843e64e3c47568b3314eacc6df20344e3252024cea4fb91ae082f28771b20b2dcee4083caf609c7c170f3b1aa7b42ba75004bdc729bb50bf374e1d43856f6a30caf0c6a96951189a5e8b5af9f40a747619678cc081aa71c632fada335611590cb4a4559d398e70cecc7338de34ceb22304336b06359da07ae896310605a18bc718b4004720c6d951380d34cece207632877e00d4182c268217ec411d267826a549f06b621473f7122b9ffb99bafbbc154416e74f27683d3f9cfee2fc4d5431e7c7a2f86c5c708280ee820f94720b6538ef302ef242cbb471b18c28d29256547d979c215ab39c6e55332e7f46856f8501b534e38a1cda302b1d502e32aea4eb5d8dab2c494a5935058ff81957372488119a4d1c798d900adf9ad1945f6b8a89b1aea55f9233ae13e03d22c675a729c9c3e6d37f5cafa0afbd7e3d61b9f56f50ec326e1888b65de3c6515e147a4b9913ae41b9db18b1813672e459e2439bac70a06adc64435918658b661c63540fea0a51b3695b452da4dd1175843f2b136714c6cdb3d1e366dcfc941e758b98fad096489c5118b7ec22ae105d935a53b42f31b0e8b3f4105bafe0f8c9b8cd99b6fbb61e849063c4046163c6e2e16363cc3dfa8fdb9f111589a553dec6d82938cb34c62ec52332c61d7539d41f2d61c69db5a977c42da69cd81d40ff6af751ea437bdae1e0d2b82798f057bc25e94cf11309fac42fa79d167f9d449284449236139ee158dfb897dcf0c6bdc3082aee9d4f7c68ef7b527d1273a8bbef7b407d7b5f1535c3fda37088604cda44c4e040131cc51b0f6809341f3a46e2f3a1d3f4f447c4f41d8f5cc459b9f1e84a4a93e4bbc44e925f908a915c85f36d63ca155a8994efa447a75ae1d581c613cd29274e2ca40438718cb0dc899378b193f1e4713c18623c594edd2a6d3d6de4b49bd43bd2e793d6917e91f4fb5346aae4a78e51d93e7517dda4c68cd178cf963163257a1e8c196b715266ccb88697611acf3811e73beb9340a144dac8993f4984cbaca42c3cf7806a4e96048767c6ac02521eb2932957b3b3a8ca65bf4153bb31e726d1f9dc2e846af3fca9f3e5afc0f193317f2fe1e8fc737824d278e1097dd645b2e3192fba12febaf8164dc7c682f624a5147891d67149405be1d249faaccb9e3846345ede4944ea6a5d6aac57db1012bdba1d477fc6ab1f093d5e3b467ff1ba1581f9ebd1020cddb2444babf156224e888d852954270affd1eeb89d4c3cedce426a9977f5a4d4dc7d435be15e5dfc1124e3bd355431efdd24427c3f100f021a1f84a29dd8f8a094dadcc35fb4b71f752308fb680da5dca33d380e363e2aa6257c3c9a3485c71f49ab2d0aa58941513c7d56d11d2a7cc52afaac622de9d1c59da9b13e99491bb964288dd84a36d3a0a4e4305593a7beb4aa4f9fd3c797ee25b258361da7cdc6b21721187a26a492f66c18d58967ab2d291441ace9793441fe17c1c49a5eec2bc3d0cbed54ac5ee6e0e117e3eb2dc4455fef2631f5ed581279dfa6516b7ae7481de683905ec7472792233ffae2895ee3274d2e863e071331f89c4bc259795dd2efcb9b53b72a37506b2a3f4c44aafc29eddaaf9ea4637edd4a9ff5f529e5fdb72994f7df8ed3da577c21ce57514ef9f59d7eeacdf8fd34c1821f0e54907f0ca211dbcfa1e82533fe9c4440f7d7737aaedfa78881fdfe4ef8be52eb462117cad5ca9e684131566e242e5a79c116437f675219aab2220c5075996660ffda523bf9b7859861f5162ab5d525f86a4d1693714c6db29882360893c57edc0a268b6404f3268b34bc92d564e98f67c14d3546201f32d57844ffb16657ace4a69a23d1d36caab9048ff99b6a1ec62d6aaaf90907e3a65a557846ca64ed89ea8aa9ee37544e4df53cd02668aab70e556b930d99684d364771ec6aaaaf42e269aaef8ab77b9aea87e3094253fd744469a6060330e54c0d1e63193235aa4fffb1510734c89b1a8dc406666a741993c964db12a70f26db81b8874cb6be58994cb6d1781ed9647b14f9a3c9f63cbdc726be85144ac32d6ab2fb4deb65df1dfba3c97e046d057b3fd4274cf6fbd05465b2df8f060753d30894494d0ed3500137392ca4857648c7ea6b6a9e8afe42530b4f1ca7985ae451c871250e544d8e2751d1fd7f08f184c94986b65d93d325f4cb995a7644ec6b6af5066ba1a9753e958e366d114f98da6c45d8691234a1fd287045126b122cc28a69120e4005dc240c43f9c3243c88edc4242c4775c5244ac34b0a4c6217040f26496384fc2609fd9a8649528d12b549fa00efd830c9b229e5e48fb09d98e41ffc31a4188d928549e9828dc2a49c8d37389894df517031a9eaa3c06e523d400dd9a4ae8b40d7a44ea35cd534449261d2fc42c66ad236a7cda7955202683538df36e9b2f108bcc9d00015379361083d84e11c1a2f4c661bda1de631d474cc8b909d989c6ba0986a729e40ffd125966a61073f14ce4c1dc311769a3a6dc561b6a9b31dd22d53e7a6944c5d42f1348fa9cb07248b26d7811c9a4faddcb51a2199a96b4bda7c5df538213675f5a156de8d7e5adde46e81f2adc9fd1d720553f7a6387431753f47abdafd3d35d61ef48b0ea65ed3505534f55a411fdf6b27f5edde83d12464ea1d89c8ddd4fb2aaa51a6de8f90bb9bfac4224736f5f989f4c1e4618f58cee421423667eaeb1082a17ead50ac37f5b7433e64ea3f046da8a6fe6ba9d4f68fc0b982a97f642a856ea07fd534c0136f8f350df80fa99b69600d2a300337a078631a988b6e06d3c05214bb4c9e3369c37896a340651ae443c56a50013a5c4c831ea21268f22aa7f4f56e821e2493f71e6a01436ce9b986f4400e631ada154f0f98868e4559d9347411a1211f1bfa789f4e385934f91412da1ef69030e6f081541e474c4499c134220c0f749a46aea0d731ca866ab4af035af24dbeb3a9a7f9ee458faec9f7348a8326df4cb4e3997c7fa16dd7e4fb07f568d31821b5b9311b51ee368d93e20ccc34ceab3786c627a01a659ae049193d7106b5f289b3e96d4f1a80be6dd3a49bb9189aac43126b9a3c1dc703a6c98fd1f6669ad29336f2d49638dc304d2d2dc7d0b40ed44ea6f9d2169dee4b586efa069c4899a63fa49736c3dd92424b71386b0a6c4aad3cb00f01cac081e8a931055ec52358a6c087382831cdaa497c68d631828a41cfa974cc1e8c0a9269f668142d4dc1be78d39e29f8451986e60ea6fc9a67414d675e34f5daf9fb504234cd4fc60bfd4df373280b176cc31325a6853254ef4c0bc711385d644f2d739112a514d3a217a83399964453115dda08bd05a6a517a9812d7b4f556ef957aabe2b84b4615684e39ccf14b2147fb5c2147216755fd34a72df9a567aa2a7c6b4aa0a2de6a6d59f8230146a49953cd495ea44e80c62d26b0610335c934a4fbfd648af76ed469c8199d66e2188b1ce965ac0baeb4403c33c68bb872d45b397298c2e4937859d409fbb29ac0c254453d8772a0aebb35069366de8481860a39074938d32cac28d8fd140630a9f46c82a9cb4475344186d858803c41522e85a6353e4657ab59b76e1a8d4b4e939ce914d9bdbd246de1c5088a12d76d46bb748a97e6d698f8636d396cb8444a39f513b89fe9d8aa1ad2368edb71e27ec1b2322261db3876067ccef100c6d9f42606bfb75946f4db1a168c937c57e273122b6120f289a7648f0908969879634981d2ea8b99b762453b1da9141fb71c7237ab571a3a851c4ada29db6bb216969bb1d8965ee1e41406477023a404dbb530c18da934e1560cf23421df1cdf02e57537c67e2db0916a476262cc05fb731eded45af762f9d4f3325ce232092f814cf6498f69da3efb8ef21f5dafd16247fecef88ae60d3feafa40426a9a981254da6cc49da4b78e28094e4b5c3b638cc361d3e412de08815d1d3232da8c01c09e150196de4a3e368258e6ea5cd97ec45fa6af2066201c73cd1bf6a3ab687e8e931b25f9b8e15e0c123538a8a64f89421c40c8fc712ea387e8c1220cd44c02d6d26a905e9bd09dfa76f22ed31bd3a0a43a7fed2463edd838ac2e92c1c2c994ebf25953f434c0b9de14c953cc39594f98cf3e8a1349db1a05e7b66132553661a6dbeac344269d9cef46ab3b30829e4f03028b73b0e674db991b491734f93ba92e7438b93afa45e9bcf23a38b5acafb82817812c15470983adfa5c73850355d7a8bfe1cd3653bea30ffb5220473653ab1f22bc7284dae36a351d6b533246cdcac857351d3cdf154276eaea66275ab84f057a1051ecd371536a6ff58a8265e5b781add32a6db324accbb21b41fef791017bd178e6e19d3bd83682430dd57504edcf7a106f6a013690a0f5753923f72b3a5d078ea308fad48f72daa4fd5a488eebc3115dd218851f4801845f104a222c54968e332153fa539cc939568ed333d89a7e9d6935422b1255d698b960ca20d53320ac7e7a692adb48425a76982f7742c75bea7a709e794fea40428eb4a1ca66c117ae64d650f482d28fb87c79d4dcf84684d363d0fc5fb7d4dcf8fd1ccf045731acdbce840c8fd552c15e4d78ba85bbd5e4c22efebad243dbd8e2795ff4d7d7a1d6ffae2156aa6b7836955df5e40cbb4e9dd35eab5ef1ed22ce07d6f9a8abcdf4d50f1c319125c3e07e3a952d3e7749ae17f3d4115f39b2bd5fb8a663445fa3e944ac7f731d4327fd4a2bff8b311d1f99f9d68b0f4f3a10043bf1ad3c7ff6a470cecd7567ad4df6b6820f14745dff14faf720c557ad084e5af82a0f55f1555a6bf7368a7fd4da4b1c5df6ce20a554b4911a93a466deedf64122dff2dc2df2136559b482da85e4255aefa3ca69cd9c21e4f829a2d6fa09a6eb67c851cc65c43862e0b738d8ee8a134d7e889196daeb10c5fadb9c66d345e986bb6c313d0e69a7198bee65a7451b7d94a8daab5d92a14bba8d92a1c47dee63a4d70a1cd757e230b305b17e1db365b7f431dd36c5d914ba15f0890cc75257862dc5ccf1d49acb95e38b27273bd23285a9a6d8e60fd32db5cc7c1b8d986ce94991bb4c1399fb9a125022473430ddefd616e381e07bde686ab9105989b68d052616ef20c0192b9c9575490cc767d502635db1fc5dd616eaa4178676eda0efbb6b9693e6e77733303524a73b36d94be0e2d71a7991db270aa6b6edeb88c42e1e8bf37b750621f323bb647166076ec6ba0503e762bb353079cea9a9d02701864768aa36dd5ea17327c73eb17e8b332b771a0bfd8660d6adbe6366710769adbae4123a7b9ed7d04cde6b65f11179a055ef43a04eb711660161a10ae98c575a89a88bd5197334b9aa0a06796c6a0ee6b9616a24269960dc5d98959369e1e55768fb6a85c87463bb33c06cfe19b152d2931152e0861cd8adefc1fafe2d8d5ac94a0f26056fa50795406d07e54fec2a99b59658df8cbac5a8a2cc0ac5a4529a75a87a365b36a173d847a23ed6df53f5a55cd5cc41366cd45b4ff98b58e28779b75ef915b99f54b716668d6e72191321bbc68d71a8ed07e3486528131de43b26836fec3018ed9e44c5dc1e4878cd56c9e8ae0c16c8e46fc65765e8b38c7ecbc81768773156de4764abcfbc3dc6e2c6dd176ab505330bb902466763982e4c7ec721ec1a9b98300b189b98311afa53277e88f5a87b9c34ff4349b3bd5c7830ee64e2254efcc5dfca8bb7719178521d7a5f46abb5ae33ccddc5581f8dedcb527a56fd76994f7dd3ad017eab6855a805b0fc2006e53709e6676fb467ddb7d3b9e0231bbdfa1cf72ff80d8d7dcc385d2b7c72eea433d7d29317bbe255cd8cb024733e65ead9122997b6551a3e83dd092423e040b7a97a13868eed38b70619fa9689732f7598ef30eb3c7109c35993d02f0f08bd923023518b3c7639c1898fb6e403a6fee27a5fed8cf17950773ffa65431fb27e27cc83c601015ab015350fe300fecc5a173c891cd03abf13cb2d9b33fded863f6f441f263f6bc49afc36b02a59c5734d51caf183ce46bf63a4bdf71b0238eebcc8387e35cd43c783c0ed9cdde756809bda5d4d3bcb7d07bf43e896abad9fb14ea3966efcbf4b5872ca33ae193866297d9e702ed6d9f02fa8fc3ec690f0d0b447bbf79d83cf46c9987efa6bc1f7e0f673ae6e1ef7110671eb18390fb880c3c0b6e1e711efd72e69135909e9a47cea37632ea31d12d5f6f9c959b7d47e2450c665ffa9917f3682b6a73a31d7194651e2dc0d9af79747f1ceb9b472f476dc8ecb78bfea2df31ea0a631aa1bbdb3ca639c182314aea69630e109e182ba516305649c8cabf3f8e07ccfe6b886ffbe7d2428fcba2d634ee25def3601e6f451d79c2589c9d98274c41cdca3c61239ecb344fd889c333f3842b041e26a6c650e81acee6cc93ba50cb0c48f2a2d047a25b939d701c6c9e721cd515f3947b41189aea8b8756cd53a713ce99fa157d56e6693df0774fcdd3e87758ccd3fdf10e17f3f4546a86d3ff11c498e181266d73a0338aa9e6c0b3a8cc9b031f11729f7588d66b563691c559fff0bc823948448b13f4917262ce75d4b6cdc14c3c83970b28748f3485794eb4f9e6df24ae30ff3eb5b905dbfc31b4504ee074610f1c789917de25c962e12354c9cc8bbcd19a6c5e749b1ad8e2e3f86b9fe62506025b4b6fb951e80df1ed6575a9fa2e13114c5f761d2fc4362f2ba196b9dc8ea8ee72214e6bcccbe927afcccb1fe240c2bc228264999061d40242b6d11e0a794d4c7aa5058efecc2b05a44fac1c492c735557c2beabe651355975843e7e757f8277abf309af860ad126680e4da5ca14fa1bed65e635722ac86b46da5268075a34cd6b6712335ce7444d7a5d31c1f475e5387635af3f408d62fd15da30eb0b693f6e7040dbae79c31efc4d2af386ab84bf367c0fc1d0c6faf4d236bea49c084f4793a3396227d5e848094929911d083345bad31e8a1c4e556e534b74519b37dda49c88aa473911e564a0d02aca89a863844d366fc7318f794b77a2225be6145228165d03e6e88168253247d36f0f98a31f92ce14fd96167aeb604ab9ad9749dadc26e0500a8e40cc310ef4f131464af2d85d044e77ec256163a79960d4ae147a1dbb7b9663688f2555ccf833847d132c49db4e188d8371f3ded6f417f74a0850eed5a5522880b6fbde7d24cbecada0fd98a8a5829c789d34be7d9348da3cf08318d8c145846a0fada05e7bd848eb75b8238d1a8eb4a66a72ac011e93351f9b86f60cf3b133d46b5342686fa7ac273135857ee6c59cf29a323a3580f49c132bf0c09df9e468740e9ad34611984fb740ffaa397d181598f4f9f486d2d348f549bf401383f462c25fa7975205c81880f65873c64174339833f2a9c0645c270134e33755a6336a92c4cec453e9381b4c5ffbec5bd2ef33ed896e659e46df90393383f876662e49d499e58490cff950c53cb71a9d70e6ac8dc474b27e90ee7b3e8b2606d9748d9739fb10f1a19c5e688534e736a6bccff3c569b3392f97d63e7f249ae3ccf9074908ba309324ea0b89d4c00ad438d6371774a32cbc24f7a7d076dac897c7a093c47c793acd32ffdb80c79dcdff1d26ae707504294857932c29f49c64996b75692b5c73a439f235477aae6b1e847daff9a013ce7cad9044926b770847df584815e046142de18d5f7808c07cf330a1da5b3749eb2834d0db2e6c470cffb62d877434b7badd8e04d07b830980dfcba69cb8f7166f3a36dfef479ad5fd206a990f9a513b79b8108f73991fa6110678f88ab6fba3341a0f3c4a2339f2512591ebc774dcc6fcb810afca3017f5a05a587490206c5119292245aff0fa4d73d117b438998bede96b170f264cfec48c2741cd4f8e512b2fd1a20fc65cb28d96f0e950aad14f03f094b7f969411986ca3a0b28349c786d19dd5e662e7b4b65fbd931c239cf2e52bd7f3e104fc4999f2fa562f57c13bd8e17ad0850be50a3f7cefc620d6de497fef8abe6e6972194be2f7710a07cd58f76da2b6faabeafd653cd797d9fbc2b6fc249d07bf39a08cb5b3baa006f7b52f57dfb93c63ceffe47d675c7f5fc7e51a11022656754245bf4d97b7fa290ec11d9232385080959599119a5648528332b89cc245919917c4391925df1fbfd7dcebff7d5787f9ef77dee3de7dcf33c9f8eb4d0c583c8bb52128eb7abbb7f6e85473edc3ffb11b2fa1c4605b9d48fe4c8d279243d9566916fa86c3549d4e5f7a8d47eed4acae9d73d0118aa0825b055719ef2ebdb029ab17e77a6bff53d9514a4ef9f69d2ffc348c2ff8f5fe8f673fff18752eee75412237e7b5041fe3d98d6ebf77cb2c6fc098ac3506528a56fe53a4af22a0d95da2a6f2aee551bc330f4574e32d6dfa3b85e821a5dd04329b09888c924b0788ec924a8e980084650ab29a234412d2f34ab0a6a9d422a22a87d05b53481d57c649982baf3b1ca09ea5ec469a0a0ee2d8477827a1dd08d25a81782d36641bd35884d04f52e5850e821aae9026b11f24781b51ea56081b5277a3b05d683107f09acabf0ee484103156ab582866fb1d70a6c96a00c2fb05986d544607307d57441a38748f0048d1fe16846d0b8022531816d2f7463096c67d2dbb63d82145c607b01fdf702dba75886044d2c71c4266842b550d02409278b023b19c274815d0a6aee02bb8b28fc0bec2ee3bc43d0b435fdc7a611c84e04cdc65262365b8f470504cd27625110b4f042aa2b68311c2199a045892d865af6a4b7dd52464bd87202eabe82565d109b085a5dd360a8f50da48182d67750b312384c422bb7a04d220eb3056d5d500710b41d82730541bb85285908da15d1a3b66f8e3a80a0fd573c3f247054a13342e0389f52ce290de5228173076cac820e0aacd1820e8108d3051d6269713a14a0c82be8b807cbb6a063050ea0052e1d28993ad542542be894e248a12728fb093a5fa15fecb202c50841b7a3283d09ba1fa1f7d83d1db1afa0c75a2465821e0f0a28f40471b4a047212579cf9a28de087a76a63fdff31e6de45e0d682bf4ea82905fd0eb101e7410f47a851a8cc0ad051216811bdd6a2b70db8ca67681db153cd928702ba33ee4f61b877a82deada823f76e4d8fdabb1b8e1105bdd3d16623e8fd0619aba08f1bc228813bdd122670bf480f2128a6c62af2c2599340dc87baa8f8380e11049217289208a4d729bf64d7d329f4042199406e8fa61781fc139547e560c49802e51834aa08944ff19ca14045d72208d4d3d0bd26d00ca1c6aad9848e4681ae239e7513e8de230017e83ea13d56a017515dd507d21bd267202e14e83371c426d0bfc5c98fc050878a95c18cc61e81a13492427ff140bac0d8084f8c0b8c73a9b11a23f07bca04c652fcba6a81a9277505930e6f44179866e3985a60ba44a8c3bc92b6a8f9298e3705e6df68241078381040f218827377415f3d1585be7d69edfbaec401b4a09f098fa30afaa5a04025f05c1186212f1b4a4c2f19d52f2f3f1479055e61b487fad72580d4df1a79ada0ff1caaabfd375147ee5f862336c1004bc23903dbd4a7d056c298de63a928783f405b9260500d6a1483faa3862c18e48b037bc1a01dd40c073d421a28f019428dd56708eae482c1b750a0120c7e8e5a876008ddfa2e18f208d53bc1d010c29843b711da1e1a8fc28660d8459cc308866523e7fb7f08072582e12df15c80607835dea22918d10019be60640d4a935111049046b70da0d060d4bf04633ad1ae1d338a92c937887a876f3c0e4a04631be11119c1b84e446bc68d22383c2e9570e1b86c4aa6f183708820187f152f3c108c7f893a8060820dfa14041392885c4f4c414f8d60e21d54c904131fa1e75430692b1e02104cf9407c68ea712a0ad30ce842144c8ba2f63bfd38e1d519ae54b667ccc1937a02ff6aea7cb36ca9a4cd72a0c599355f43a1f3240dccf621083be72955a600253dfd5c1d6d85b977683f06aec12992206820490341db899e065d42414f1094816609c13c675ae8792369a7cd8bc64999605e262de1fc1a44c1e747a26d44b0a03d81e6e0d1845717d2e45ab0c8950acc227f3ce42b58741b553241482f945c058b2da9192e6e8697ad0a166753d3595c88e7c0044b0613e75bba13fd1382a597a8232fbd4b4acdd23794d1a137e921421f11785826c6e1bf60b91b01b7f0fa683710848fc091b7207c0e3abb04e11be86d872772280da5734178264e3204aba251ac17ac6e822336c1ea10d299d6c450a35873998ad59ab7c4a4238aa888aeb72184bcfe25853674a3edbec14062c4067f7aae0d87f10b36041be3a83c6e9a80b326c1a64f28d60b36eb08926dce2556bef9352566e4676a3a5bce51ca6d75a7fab5755432850e50ca457da73ab1ed2831e96d7f497bdcbe1dfdab829dae04d377d1571b0876f5a5f6bbeb103a0705bbefd1e68b9e833ab9203a8c907b743121be3d35719c2288a94bbc36e6344ef004b106421dfb5c2329d493786d1cdd462f884ba3ca146f8ca3d0532a69fbdde8b9f69fa1e74aa0039d8284486ad209fb08e81e686f4ba10104c90e75246475682cb180435b69250e25101f3a944c2ac6a1ab3861111c9e4c8ce2889aba7b623d4a93c460ea1d897fe9a51d3b4cc4f358091ef0111cb7a749c6f1683cef2e387e13cf6f0b9216520b3861456deec47afea9182a56270ae8a59d6c477bfb6419290fc931b44593f7f961e8ac633985fc708e2c3837003dcd82f31a923fce5f414babe0fc3fd23a5247139e489d4aab9a4adf392bb8508bfefc054b520b2e04f04f65e1d10ac1c5005ac24baed4742edfa06a72f9298efe04691ff10883e06a2baa005737e3d14341fa350248d724f4f4d7cee0cd71826b79fc8bc56869155cbf88a7660437e8ae27c10d066e99f12492dcac4f78f56606d5899b95f41f6fb911cbbc158fa7c504b70f129bbb339ec4c13bd78852de3d464d278b2e6516dc9f410242b69204bd6c2dd1f9ec39b46172b4d4f07366a3595590bb838048ee055aafdc5c025b8fe97a7dc16377fad88f0fd250ef891d097a4fc2482d78f21fe9724faf5081c9eb85de02415e01ba6504795ff0808fe0059d7513bc8c238efc321b7d1d8257e1446b5efd2ac0507e165e1f2c785d87e8e99b3b341e2870262255f08ee8d6db9984440b17d27b7c979a83a1ff1e91e0f2df3b4af2f795a4f17d90e2513ac18760b4090a3e9492f4f47104fdad625b52288b43696e557c91fe63c906bc1845507285c61625851a0c7d3a46a8e3b31b5a5a059f0752c32f3550a9fdb295dee397b30415bfa413f12cf325e5a19cee271794bfa7fe58e1497fbe622f31b08a02e2eedf061231f8968dd651c1775b470a1d26edf1873d69ee3ff6d34bfbe94675f5e776d26a7f56915ef83b86d6eb4f0d12f4fe08883ffe3941d5f7cf1302e095754896a9cc274856f98532a7aa1d7a1505d573680f55ef2575a5ba88cc127ffbe20857584389a32c618de0380ac5e14b135a58a10827b4d885145c58331e9bb4b066152e8eb0d651942c84b55dd0f524acbd10056361ed3fde18b2f4c6119bb08e3f1a4c8575e663cd11d62942c145586f167a5784d6a330bf84d6e3e96f594f41bd50685d885f78236cd08e96b0c1284c266183607433081b1cc6698db0c115ec30c2863f11470b6dba60fb15daec4503b3d0268672a2d16c44c8c2c65178e64768db14378cd07602bda1263dd083246c62c081bdb0c924ac26c2268578184d68d7380c43f6add17c296cda1fcd97c2a603b17e099b0da3fc6a9e43afa3f9df740cb5f04134246c79cc1643ada7a2942274a88fda90d0613c5626a1c3799ca80bdbd446f2236c2b40d55ad87623ce4e846d5f21cb14b67d8b0049d87e14927e617bcee8f65fd1f92c74acc4b22d74ea83e28dd02903f9a3d0e93dbab184ce93701a28740e446220748ea5c5713e8a904cd8e1066a56c20e55489b851d1370d22fec988e7c5be89286ce54612711bdc74e0ba8a4757641e554d8598ab053d8f928fa90855d1a23c41076191549a124bc844cd8e52de20961d77388f884dd34c8dd85dd0ea2535cd85d408bd33d1a8981b0fb7b54dc843d9a228915f630a1d352d8b309925861af9af41e7b35409390b0577b2a7c6e4b908109dda2d1612c747b83733ea1db0f04cdc2de794891847dbca82bf449443952d8e70e0aa0c23ef7d18120749723bc13ba1b69a1ddd722da160ae651a9151ca15515b6465959283a84fa845074023505a1e832ed3471076a60e2bbf4f412baa24f286d8d8e0da15488873984d27f483284f24004a7427910c228a17c057505f936a42242f93b549a858ac9c832854a3bc4e442a5178e3785ca387a43ca6f084e85aabdd47e5505285a0a5555d4f9d44d916408d57df06490509d824e38a1b6017577ed551c4808756a0281bae1d4f0756b11500af5269c9e0af589c8ad84fa0b781d88507f138d5042fd0b7a08fd2bf4d50af57fd1b62b349c444388d0f884babbb188109fc98a36b2a9319abd84a6401c490a4d25a85909cd15d4a43daea15a20f4c8a462e5f118cfba093dde5151e8db09856c615f154a03c2be9b683f7ad6a3e7f25c8ad32da1e71a54f9859ed1282a09bdec290bbde8c09db0ff5c7a1dfd1f528719d09dfed600317ac984037ee12d74c281ad092a7a1f20d431a829918c4111d4327dcee3d44de8730b2531e1e03ac89a8483c3f0949170f009f4d408073fa1ea3b448ef60ce1908f9413c30652811916844aa070d8156aacc39ea36d57385c4b4574f8787ab5236a13451ad980b2706400b580518350ab158e3a86628470f440749208474f4625503866228a37c231eba828f83aa0fb43e8cbccd0b73f9ac785be5329bfc62e45d94fe8b79270cef85a049ac70fa50a30a125918c09ee28d50927a6a3c34538a9058a83c2499ec41f278dc61b72859317e2bd2bc22929047da636255033ad230e2e85d37ae2444a38ed29bd8ee9b5890f4db7241835434c2070862f8e708533a6e0bd7742ffd168c713ce1c4b6b3fb3909e6b56126dd1d9bcad6657a3ba229c63451b26e024ce2884737712ef086c490d3fb03d35c34021e56ae021aa4c41ee38891506edc619853028862ac03cfa3a74e1bc33385812ce1f85d2a6707e2ab5f2059d895c2f4844355d185c93163a780f318a858d481159184a5464e1096ad221ceb41221f72901423ed1670ca9a0eebeb83f894a8bd7a22d49b8f40f35c3d083544d968f40794db8e220dea52f5cd98498e1cae66e146a8fbe34e1ca73f48be1b551981586bbe1fd13c25529a83d0ad72613ea581741552ea23bedc788b5841422bed1db5e1f4fc2c6864eb49137d2894be1461f9ca80b373224dbec4ea563b3a71f85c653938eac4b0f11d99d984e644fcac22d52520bb6e8a8166e99443d6dcb7602ba5b12e93d6eb5a53a119548abba4d424077db61dadbdbc36909b7efa2f4ddb19d0af28ec3a8df0b77fdc25b2a84bbfba3742edc3d93f27ef76f5274a307509bdbe383936be19e30aa857b228865eed94142d09e0cda0a7b0a698beeed4884786f7f4aa6bd71148a71c51312c2985984d262ae13428e29a79d165b13e70ac25829ad57ec51b4090af7ad28a0502c89bcfb32495f8d4bc7d99c30de4c1c79ff0e6a4d092d7194254c3883164d61c259da4309b7e32894436cee8023359d03abd1b1213ce84e6ceee0115a9c8357e96f1d9a4924e3d083000abd200a7eb83ffdc7c30fe83d1eb140c391f0484b4ab923064af2441742db89372c3074741b9e02111ebd40a5e3989efed6b1d3e866101e6f887603e17109498849519498273ae33133e1091fa248277612cb3c5146f82b79210d4a92ef537f4c998e4e7161ca7ea20f29a788649c72c1f9b6f0547f52284ff72075e5f42492c44eef2346716630adfd998924599c794c7ce86c011ea4119e1393ba72ee1001f0732968f6129e2b24f1e6fc593c19243c5f4e7835f51f11e20b2df1a617e1251b925c2fb522c5edd21f02a7977ba26d57783999a8c8e50784d2aeec27b872a580260669e466105ead4dfff1ea303cec28bcba887a5afa52daa2e9df69235feb4dd5e49a9e663a1975f1961d61c67634d10aafafa1a9db8d6db618cab4a24959a637d1d35b9371302ebcad276de8b62f55b9db655427eed4a0ff78a70f891177f2f04cbff0ee7e626077dfe18566c27b2d083ddea34bee84f7de92ea9365896e1961561b6a60596d88056479a0e55098b5975a5356251e6212dea76f5014de7f8eb78d08efbfa48967768f720ac5d180f0813df5ed07b1543a1eec430b8af0410af5a187ddd167f5ff5032851e129ec8ed45bb23f7114903b905246c3c1a4372f7a33ba4893efe44cff544404fff649423854229999e306b7a6aada1d0ae480c3d6b4655ee5902d1873c4be27ccfdb51e17b3196467f2f36e2b14fe18bf768e516be0c2462f03289dac9ab6654145e8d2559e65510a977afde9064917f8ec8f5eb5de84214be3e862724846f9c696e55b892f663611531e9777a1a36be9b80ee48e13b7f9aa7152da5414951060d5d8af269aafb61106dbe0f77f0324ce1c7ad687a117ebc43195d7c88766d713235c3e22caad1252524b87c722215e35300b1804fdb4924293d410ad2974539143a426b5fde0c1d8dc2f23678ec4058be98d2f7ab07c9f0df6ad246fea62319ebdb7fa4c27e0f24f2f39d4e9f0b7fd810c9f8914743d01ff93459fc514202e84f171a6efc3c4f0cff6736bd8e5fa76978f6bb885ac01f3f7233fc09211df3cf5feac895fda951546e201b44d535324255cbbc29b486d8dcdf950428ffd1778c0bff0d23dafc6f3aaa05a21a33b1238b6a2421bc13d5b4c4932ea25a16b86144b586624913d5aac60410d576c77a2faaed874e1291e56624d722cb93382116592dc75a28b2fa8c955c54d706dfa3a86e4b046ea2ba7d919489ea59e0ab15d533e1155722eb59d87444f583b120ff3f84d2b9a8fe5674b888ea9fa6256c20c5af9612355c8a5b54d43006e1b0a8e133bc484664a3c65993c86603561351234fac26a2466f91ea8a1ab7400d46d4f8266e6451e30a84d622db89f4b16d0fe3de16d9be429941649b8fca96c8ee1e6adb22bb0ae4c822fb86287f88ecc7623b11d997a0bc266afa05b7a8a8594bacaba26674e443d4bc413285fae0411a5173faba4451f35f28808a5a46a1f4246ae51f80a1d68311d58a5a0f413783a8f516c4982287ba28cc8a1c7a219b1339f8d173395421be17b56980c453d4ee0f223e51fb66789594a83d9d5015b52f433142e4781e6181c8a90e424591932d927e91932bb639d1ff910e85be619b1375f84099d3b13f9a71442ea3e8215cc6a08d4be43a08718ec875141518d75f54903b1b69c374ee4fdbbd4b31ba3f445dd7d34374eb496fbbdb002aa2ddf6d1dbee568a72b7a8bb2755b9ee9f10ae887a3c44055cd4e335ad57cf7ea8d58a7a8e416628ea5585aab5a8774b8451a2debb6971fa34a43d24d84c292748a0de21a4ef0e16094ba85b89aea25b4624ae435b54dc0f5d0322c972345f8a647f70e822927744642592cfc37b4444f28df410ca21f48bca51d43b94273414cac689a74895834c47a476406143a4be8fba8948d30ce743228d041d8d22cd636a73fac928218af43771102732f445c82f32cca02c34cc2604637886463b91d1c19b429350681419f3d17c29326d47ba25327f42d152e41180c04dd47715fd54bff6a89289faada14aee2944ab87c84b83e638d18071547dbd97e0a044e4fd9c927c50735a9c419d51ff120d9a858c42e4d39b3ea38f1fadd7e003f4d2061fa58f3d448fd7ea89866c43995434b43beddaa1df7022251a56812a9968d85f74df8a866ba9950f7f825aad68843d6180114178839668c462da7c23ce23f9118d3451171d39172544d1a8da78184d343a04877aa2d1d7906f8bc678e0bd05225f0bc272be75904889c64dc6339ea271c994397ef168d1148d5f88e671d184636839144d7c47b570524b74518b26b9a0a42f9ad413dd32a24983d054259ab49b80dbe4c5a8a68ba6f8115e9d721f29b8684a01a1a1a9efc228544ea1e923510812cd505177f73711d3f1cfc5698d68e634822bb32c50d013cddaed46a1f7b4f9665b50c39fbd9fd8c9ec9b488845735494be73d6d3ab0d6887c32051e07b2a304116f4b6e7a9682bcc7b881e5dd1fcdaa82a8ae61f269639ff081e92132d08c581976841143d5770673cbb250a5e48ad29f87b1c86164da2b55f5489e34d518815ea98a21032438b42b2d0ae2e5a5c9380dbe2dbf4534b2c69772c09c0598068c94e9ce08996bca6f2b8b43695daa5876825420bf1b268d1b249c40296eda5fd18d61c9d83a2b001f41e9777428ba668b98988e7f2be8414968f26a2be7c1bd5e8e5e7d12f275a513f99424f09f1ad4ca65078183a9f45e1b1a8fb8ac22f12260fcfc0f1b928fc36aad6a255ae540b5795127f5c6b453fb5b63b0e1144eb84782b9128c282984e8425092e112dd1d7218a58828772441bc64452e81995b48d36b48736dae19c4fb431947f2a9d30d3c632d40b459bfa107fdce4494861d304cafbcd03501d166d3e47c2d9e68f4445224308a545265349dbe2829abb688b842ad3d621544da20494f751cbd0992a8a0ac381aa689b84f27edb647a886d2f09ae6cfb4b3867c76a4a809d37510a16edb2a5eebe4b87071445bb26120bd8554cb073f71d6a60d133a8284427e0d058b4a72d7dec3d261cea8962bca8fdc6dca3948b9d401023f609358a7daed4dde37ae2e052143f9e00527c3ca56ffc0da2e009edcb29341d47b8a2030d48da3cd0142719a203db29e50ef6c5eff9111d9a4752f0e1587afac387683f1e3e1546a173d4918f58a0915374643bad6ae255e256c7da53cb3cbe9be04a520b125c92dae0b51ba2a44ad2444fd037ac884eec429785e8645dcafbe49a5427926d48bc49de4ab99a4ce7dd45290da8a7a5e849bd4bd9411f28652f01dd946c826429df08f29fb2419f95e8d42a621467422927ce7ca3ee7e361ae77ca2b33748f5397b9f96f05c309e31109d5b4248e1dc3aaa5fe7f610543cb78fd8ef793f9cc388cebfa706965a0327b1a2d421e80015a55e22aa7bc191aaef855e84272ec493f474713fce584517aba83c5e0a23d5e7720d34bd882ebbd2125e9653465fd984a707446927e86da7a5125c497b833330d1d5dae8aa135d6d4158eeea07bc415e94aea4dd91aea537742d8688fab5126a2719cd08e866b4a5d271fd148e8345375e52c3cf94e1b91351e65482c3993368a7657e22cc74b303d5c29b8f7328f495d6fe9613d5af5bf3f19899e8d6527ab5b7ced067bc7d8ce0caddebe8e211ddbb442b919545c0edbe1d0d5db21b926e92ad45c79928fb2c21d107cf49d07be844ade9e14d926f1f66d37c2837943672eeb6480c3d6a85c7f2448f4f53af7d928e6357d1b39e1a0a49d02322caf34dc7d0731f1cce8a9e4fa6edfe7c0dfad244cf2fd3de7e5e41b4f9c51c62862f96a21756f4228bc48857d678a040f46abd1f85720946e5d317808af245e8a911e50fa5f1403e5d5f27ca2f20a9eecd1a7a1d6fde124a2b38412a7f612f5ac24201a55ce178d2730a8f13917a3793f6f6bb05340279778688d4bba784868a5aa1554d54b48cf2ebbdbb2d854c3415793fa09c42dbd1572b7a7f165dfaa20f4d491af8e08efe55d1072f1a227c7847a4bfd883c4c1e238bcac5054a2441b84a8e41c2dcea708aa729fd791b255a623845cb682c675652ba9f3951513542c6f4498a9dc954060f914c2d15f05c491bf6e24f9e3eb76d2c92bfe120bf8f68164e5ef5694ab3f5424f2feac835f3e21fa49d7408b7eae46879ee8e7062252bf143477ff759ee643bfaae9e97fabe8177f4fa151d6ef05f43afe3c25d8f9a7ca0d43d5b5a99a54f7258c597d81c87575050191bf3df1c89ae8ef56da30ffa650d3f9978667a4c435da23c6145b78236111d76a81d366b1656bdcb562cbbde84a115b6dc6018eb84e18c202713d190e54c5f5fa61bd17d70bc7931b626b4bdc5662eb0e68f7145bbbe060496c3d0169b3b87e232ca2e2faae486bc4f587224216d74fc25a286e5086e0416c331d256ab1cd015a429b02cc0971a341a820891bd746c942dcb8075a04c4b6ed501315dbfa23b212db6e0fa3d043e44362db3f78c8576c4b66097193a7e8d810dbd921ef10dbab69bdec0762b112db7fc04a2e6e7a0629a5b869160e96c44ddfa252236e361cf1bdb8d93c0e7dc6d99cb839751871f3f8020cb57885605edcf2031677712b3f7463895b4fa4f7d8fa23c202b1830461bad86105ed3487a7f486daf4c2b198b8cd68cac23664a113b789405e2b6e6b892abfb86d777a696d77d39f6ffb111babb89d9caa49bb31944cedc8ab286edf16fbb6b8fd1cd401c48e6994be4e4e94984eabbd297400276562a7347a8fced98831c5ce5f50bd13775889d66471470b2cdb621715d266b14b7f7a54177f1c2d8b5db6238711bba4a28020eeb41bb9a8d8f500f62171e77414d8c55dc6a0d621ee328b364cd7594858c4dd3ae17c48dc6d3af24771b7c39426ddfea35fec9e481bb947473471887b48d2293400bfec51dceb149ae3c4bd2ea06356ec568f438da805b86d43d55adc5b496fa8f70c6a01bd57d356e8739ffe639f425a1cf78668d012bba7d2dabb5f41062676cfa5ca24dc8cb29f5858855c412c92a1402516d7a09f929cc76ba9c492fb041ea4b7a96ccb86a223482c77a58e2c37a338285608919e8a152194d18a50f4a68b95e9487ec42a2f4a395502f221b1ea1bfd4775353556cd69e40a626d77c4e4629d3535695d0b4a5f5d27c4d162dd66bc3f5aacbb448d423f1387d962d33e5444c4a693fc531928cc8acdfbd1842636a7119633a75377f7505265f2f0a425f4d88d6a94b86f1b6a3a7d9d2827fa162200177bba52eff0ec8d0679b1e77dfc0204b1971c998ed88b8ed38bbd8271a02aeeef4edbaa7f144eddc4034291b18a07c452ef18d89410ccc0a954ac062e2270ea3d8dded0200b02f383e6101cf6f1a3823cd80e89947870069232f1e02f3880160ffe49b5708815fdf9214104a386ac43f79a78e80e5a9c61022a7cc376a0c1543cec1b8546f82263158fa4998e7874674230a3f3a8588db174a4502fda43632aa9658ea944122bf66d48efd1d7130df262df08c226bebbd19726f6bd8e0e2af1580b2a0ae39a139e18b716556bf1c4c6b48413bba1aa289ed8df8f42e368234f9c8a92be78e2024269937ad34a4cfa4c1f68b2254aaee2c98d0a28d4195545f1e4701436c45386e23d5be2294ba83c4ef94e9f712a9942c5539391958ba7de27303f4d416b3fcd1b27eae2690b50d2174f5b86dc5d3cbd130e1bc5d3dda8fdce08c7218278c62fd427c4fead714825f64fa6f7e87f91eafd4c0961f259d6389112cff2a4e79a95456c2ee000ba9ec40197d0fe230eb8892310f15c550e86e675c37314e2794f68c3ccfb8ec657f1fc4a026e0bae50c55cf097d2247834ca58e2e01354c917aaf0cbc9c50b35688d112f9a48556e51387dec4557f0dc8978512e819a45df7150220e998c8713c44b6e5381595a4548347435b19365968473967d467d551c26a086bfdc05cfb088971fa35dbbfc0a9a2fc52bfaa2c02e5ea9c0abf0c4e15c99c277d07f0cdf8f362ef1aabe043156a7901ab5a63335b0b53eb4386b17a31947bc76471885ae511f5ae74612cfbae9788849bcee3ea1b488d6f4a81157d167258ef880c30df1fae538c910af2f45eba878fd6fcae80d6e6896106f9010afddb4119566f1a60b04a3226d7052268ef4250e135949bb634b5bbccc44bc6539add7d6520b0ed17e8cfa4a046fbb178ea9c53b0c2421ee18cf3fb595cae34e3b82643b6710ead8f59b36df6e19b580dd65f46a77ffc3f990788f159a5ec47bc6d27aed59885e32f1deb1d47e63e594beb19fe33014674745216e6c3285fc49c68a4b203d3a2e1ddddde2f84c34268af7d721b16b7f3d747689f7cf403f8038c18ab230c1913af2812c3cf82d3e50ec88a18387d03c2e3eb48b92e9503425f9a15f6e183a1c44bf78f81ff1eda305440c8e8d2050736c1ed1e624ba20557cd21a7d69e2932b7170294ebe4a7c28399338dfe937a4929d09231670760941b2b35ba8629e3d4f24e39c88f4c2f381e88d129f0fa29776be80b6c2796ef8a923a84e5c58918ea18b7509045eea487ae1a5cdd4d32eed279679b91b4eaec5576c89515c9941c5eaca29d26ad39cca29b4801491b460bc58409cf619ad6ae2ab2d89065ebd4144ea6a190d11d26b114c4ff7a68c4e5f88133c71fa259252ae79a3b54f7c6d314d7e325ad0426718a8ca653ca4bccfa8c47b90c4d7dbd0abbd3e98c4881baf70302ebeb99c50edcd185ae85bdb0b28b48f10ccadc7243ddd6e4435e7761555b93b6124f2def98e1e4af1dd9124e8dd3d4a8cf5de706af859b571e42dce5250c3cf8a21b9fbfe764af2fb4f49bfcf5e8467fac50f969252f360231e9c143f6c86c747c4b9dda8e9e4a67953e80709a08f7ad27b7cdc9c08f1e36e546a1f4f26b1eb71203dc4e305d4f01fdf2399e1893f4d6b9e14d0167d6aa6a6f3f406de6f227e9a8d572d8a9ff52282f76c175ee2237ef69c5879de0adaee79ff11e47f6e85e74ec4cfdbe1697df1f3a3944c2f9ae1dd91e2175b8910bf3c4eade9e56d4aa67c2d11cffc5be80015bf0ec45b21c56fe2d19f237e934f438482dec4320bb610cb2c784f0af85b3fda69858da92814e6d29fffaf2fadd77f17f0764f7191159ab4c545bda8e9144d418383b8683fc945ef5ba33b52fcbe3badea8774da1d1f9e11ddfae84c88afd897c616c59369ec5a6249a5b6a415da50c59fd6d2acfc532665e1a7625ad5cf6da93595866a30543e89085ef91192eacab3c80ff0b501f5edafc768092b5a526bfab684e8c3b7cd944cdfffa07b4dfce325f1da9f2184147ec5e3b5a0e25f2f68aafb5b48c4e0771a75f73f75481bfab392907b65735ad5ca50ea0a55f549b3aaf2c22f5f15572da40d532da1eafbf73b3dfdbf6dc4adfe15213d9558e461de4b2c0a51e597d4a443f7929aab50a991d492a2a620b19c8472b7c43205134062d51a8994c42a124dda12ab64dcb5923add70d828a9b31f8b82a46e3f7c6992baafe951ebbe8ec450bd0648ae25f5fa205e95584fc58184c47a39b67289f5337c8f92fa16e87b94346c8787ee250de9226549c36a2c1d129b9a08dc248d42713e2469fc035b93c4b60ee209896d992d869accc4de2169f21ac73c12bbd5c86124766751da94d887e2e693d8ffc15e2bb1afc60e2369ba097787a4e919040f92a67fb0f3499ab9e0584cd27c09bda1e6abb0d44a5ad8e3a854d2a29523865a5ae2745ed2b2bd05858620da96b452a2242669452767250e6de903399cc6e22e699386385ad2866ef692b41d8cb67049dbd928b848dad9507eb5b343f392a47d2d543124ed37a3bf50d27e0b5593f68f91ce4b1cdf221c963896e379648953018e6624ce6ed8f025ce1f91064a3a78a0582fe9104d4bd821114986a4e34a4af28e2fb10f495c9c69095d24685695b8f4453d47e21284955ce2ea8ce37389ab0b1505d7442a8faeef69093bab022874838a68977994855d555414ba8e44702ae93a072f9d9474bd83385ad22d197dee926e8f29a3bbbd468024e97e968a428fc3782da8a467373c0e21e9e983360849cf43d8ca253d531175487adda224efdd976a61ef8538c091f43e421fa84f029ec397f429c36ba924ee5bf1d8a744d0070f284a842da85b09fda8160a97e30d9312d143541e24e21d884d24e217a86d4bc4455457c5ef29572536280449249b516792486e20d391c866230d94c8b6a3242651b8d307529c40d22f51ce47862f51ee4cc7906a0c7251896a034e58249abe38af95e85ae0305ba2eb89c453a213a07823d15ba3a95da257e0a45fa23f4715d3a0421d536218493961ac896e3f89b1237a4424e6ee385892987b536b3267d11e327f49c690c7733c9423e99b41c8aa5f045a7624fda2a995f74b2310e8d91c4986c4f32a6139afb9b4adbc1ea35427e9bf17356449ff7b54ef0734a1251c3089727560632a6903db53251fd891d264603a522489f74cfa29ef5f78598e64d01ada7c3ee4a194f8c8f10099c4c79bcab64f2e921fc9904d541e8744a3c95132b410c74f92612f2873867f405a23195e4a7b7be42a24c492517d5083918cda8a72b76454358e2d24a3fde917c77443f62b197310352bc998c3e80790f8da1000f7f5c44b6025be9b904849c62d472148322e8eb6fbc42f3893964c122359944caa424d413295be344a3275028abc92a99308464dbd4818609a1a0d5a92693aca9c19967810503263313d84ff329c944966dae02113c9cc6d547d67d577a3900375d15967508e94cc3a4b9d6fd679145c24b36711fe9a1d40ad7cf601aa5f73dad14acc5944ad3ca036d1e600fa7e77c9dc3ee88c9004d6c531b524700031b0c0f5443202cfa13559129889c7cc2441bd29e582aed38699371e2d3b920501541e1744d043041f2fa7d07d1c9e49823fe3e45ab2d03600438b0404151791494812b22c8c426b39748ff27e7171018696b423e4bee43251a4d03ad43243b5d46b4373715a2359569f78dab2d9f4b7969d200121ec0beda1e5f61cea415d74f950b4854b9647e2285eb2fc2521bee5d5d474565ca2adb072066dd1f0383c0726093f8de3274978294e7e24abfc492e5a3315a7cd9235bf68d7aef98d8e0dc95a5722b16b8753415ebb152d4e9275eb8919aecb21bc1a5187848d080f4acc883b683892449452b18a2843b38464fd3d624d1be80e3dc98625944c1b2e386268e35f946f259b7a518dde7407c73c92cdedd17a25d93c87167a7300295b9ba38922457a115cd952800730245bfbe1005a12558b748028ba964a12658bfe1c495413a26edbe6e23048b2ddd60f433bfc882bec2a476d5bb27b2b2922d19df05b6424d1bda81646f7a18e1cbd9e7aed9e06384e91c4d4a3c48c694e743ee638919f981768c793c45a11c488ed428a5b6c5f8277b11368bdf67d23a21e47ae7349bc9112333e0ac56749fc0e42c8fbaf134adbff96a0e2fe627a43090b71382b39d09160e781e3386b921cec8cd778490eaea2ee7ea803c91f87fc48b53edc0bad1e92c3153859941cb940799fb89b9ace51298ef5254787e3c110c9f1c6a4cc9fc8a69a73a29adadcc9ef243426d7a6529b3c94766df221ea30c905a404a6d8a1bb4892328e323ae506e189530a2a30a7fc08169cda4d8b733a1e87a092d3f7f14891e4f477bc6d4472b60b919fb34ff0288ae4fc11e2eea9f58948a54ea31945ea31fc462d496a1e69dba93f08e8a6fe206678a10ea5dcc586c4dd2fdae2605c725180b624c9c5a1b484172f7853e80e5a8924972c883e5c5a40e0e1d25e2a30978751c5bcfc99a4ba2b741c5592d69d260669958460aedac651a81badc4b5bfd4153246505dcda07bc924d7fb93d078a32dba652499d3090d6586907096b9955635b384266537e98b9525379bdb52a82769c8b75ee1f05f724784b7d14bee64e2492ac95d1115abbb7b89fcdc4da53a91b58164bfac641a94dc6f40d8e4fe79f40e4bb28388b03c184cecf7412aa93e0f0a481ccc29a59af33085984eee07da56b97fa8b13e6a7112438f7d095a3fcea30478624fc5fd891f09544ffc09c23ef5c103fc92bcb5c40c9f478551e82eb1df174bf1dc89e44512bdda971acad5578d29c95fb52094f6ca05adb692570ba9fde6cb68c4f6ba8af6f69b2e54d2de88097fbdd947f4f4cd71cac2370f48852d70a4f95041674ab90201b5a6024fea7c05b3a9c0bcb5a7d2f1b605a1a1b7530862bc5d44d2e6db10eaee85f529f46e2b1e7e91bc3b4618e0dd89640cfdd788f489a21ab4d3de37a6857edf86bae87b3d698fef3d8905bc3f474fffbe805ac0c730020fc535d1f422297120245a12816609494914097a2531e8fe9094bc268af42910afb1977cda4ee3a74f47a9287cb6a446511645927e79630235e5415486be3a12e2fb3a8036ccd7839439156d49a2aef0a20174c57c3ccd23a9d88a5f2b21f9369f60faf786d445bfbfa4c5f9d9088d9c929f66da8f3f6f111ffa598c5ffc21f9f9952ad36f3f2a30bfd71115f9fd95bad5efbf844dfecc20aa5bed524e21571a8154f7a4c152752f1a5b540f245af3b7ae1b8566e2854092bf8b492df8bb9cf0d7df387a69ffb6928af1ef2081d37f57a87efd2b402c27ad618d337c698d1d686791d6388b15535ab30ccf524a6badc403fcff0f61d996d63a8e6c4e6af9311d43565db09a48ad0c8860a45647b0204bad1ee27c5b5ad7064999b4ee3c3c51f2ff102a6ed2ba7f705022ad978e8aaed47a02f247697d7bb41b481bb8e1904adaa805a6afb45134ee2169e3d99898d2c6f3507397da06225494da0663924b6dafe0510169130fcc2fa95d573c6422b51b8e377b49eda2508c90da3d433a2fb5df8ed2b9b499110fc9499b8da6476d9e8dc747a4cddfa054276d3100dbafb44508161869cb0d4891a42d2391194a5b3e47d152da6a1d2540ebe191140ac06190b4f55a6c99d2d67768a15b7f465c2875f0400fa5b4cd0f84fcd2b67b70ec2a6dd7885e5a3b3d165169bb30da30ed92f0ce4169bb53e89895b6ef80ce7a69fbb5e84b93b6a78ba7a58efef4b11d1371502275cca0b7ede48c0c5fea1484c440eadc0bad3152e739a8b94b9d6f23e497767c8fec44ea422e5769a734dadbae6d69a7755e8c605eda75072553b743780f92b47b432a563dd454997abcc5e22eed558b92bcd73184fcd25e27119b487b9d412945daeb7c32867ad7400c20ed9d8f0355699f867e144ac2e1acb4cf294ab93eff502d90bacf43bfaf54d813b1af5414826aa7545484173148c503f10a35a97813caca52319d02914a42b0654a25f40dd6524902fd47a935956d6913ecee52a9863a9fac05e255a9ec20624ca9ec1c0a7a525929aafc52791e7ae6a5f26fe884932afc918149159f29e594bd696f2ba7d2eb502da626ad962012956add2c30a4eb88aaa25437910a8cbe394a7552fd5cf4044af57128cc4a0dd328570d0b28ef0dc154730ccb68c318a5a829488d91686a979aede83f9a4369edcd07a85b990f5217f5e88e235c695f273ca22ced5b8c364169bf6f54573d9bd0d37b9a70bc29f57c46ddddab233243a9d7119c194abdce5387e93f022f6494f6a77b74a5fd37a14822edbf8572a2ff2394a8a503dc29010618701c2c1d7892daefc0ef3918f21e84fc51ea7d91bae8a05101145a86d379a98f872d85a622cb940e6e8ac29974f0705aafc1a938b6900e198a3aa674e82ecac2a157a9e60c6b87e28d745810ba5ca5c317d35618be097d30d2e147a84e0c4fa26638c28d3ed0880738fb958e2ca4e71af989c0e9a857a86c4947dbc761684c371436a4be7f29c9c736a3fd386e3ce5bd5f0324d752bfa978c640ea3793369fdf464aa609b7a8f04d28a43234310f4571e9e4fad4282667e224563af91df5da2974edac748a81bafb94601c9f4ba7d2bd77d2a9eb2827a64650639d7a0acdd0d2690b39948212b5747a7b94a8a5d31fd276f7ef411bc65f8b2aacd4ffb40643331df1fcb674e65a370a1da2d7313395dac9aca6e8fe90ce72a1fc9a95469f71d64314e1a4b37750639de3482070ce7494bba501f3708e2c0d584ce021e02b51f0805f2859480387e3444a1a18452917f8170d93d220672adb41ddd1a0259db70e8f5648e7a5d14acccba2dd31ef379a4ba4c1f568bd82e753650a5e4a7038389f60e7c27168bf962e9c81f7b94b175e20c96251113deae241b41516fba0d8255d1c45987c890acd25d2254389b02c998b2323e9b2dea84649973d28c7d0f2f394852bfaa0cb42baf23d1a5fa52bff1052084f42355d1afe9310dfaa12fad8ab6d8848ad6e4b29b7ba273ac5a5ab75945f6b5a111a5adb8f08f1da8938f194aedd441560ed16da69eb3aa23f47baee24ad6a8480ea7d440ca55c4421eabed2882262bf1bc612d0dd709ed8c9c6ce04d337469210b429148dd5d24d47f198ac747322bdedc8c6d46b23b7e16d49d2c8e3f4e7b7f8e17905e9965ccaaf2df938ca9246ad22f4b8cd9dd66b5b145a04a4db4ad01b25ddde8b2ad3f691a8fb4ab7fb935cb47d377a15a53bac1c29c40c7f470c35d61dd7886eedea4cb57057381ee097ee5a8db300e9aec3c41f777b921cb9bb84ded09eb9e87295ee9987d605e99e685a893df70803ec1d4c603e66136930b16ada56b11be86defb322f010d7020797d2b83034ed49e36b102e8cdf4b1820be940497f85f389090ee6f934ca19d54bff6271157d8ff8d5a6682057ad3a509d67851a434219658f9814954ac0eeca2853ed49af2ebd0343cb0223d749750daa1cfa4501e3e46fbf1c8567a6989feb4aa4757e25c417aac94d0d0b19f38de941eef470dff780085920478d2459a34835e4752140908493b70d8284d7a44552ea91c2d15d2a4bf546a4f78d18639719308cbc920740e4a4f6e46b79f3479107185e4347adb29b569169022a039cca94f44454e1b89ea9e5e4955eef42a9ce0494fc7910a7ba6092de1993594be67e2e9759c29408383f46c182198b305544dce99d22994477de87c33e2b5e79fa091409a3a108ff94b53d751f54ddd462fed828c64990b1ea46d5fb423d471e92e094197e96b7ba5576ac451c89ab8fbd5d584c9afeeb3c550fa60c24ce92978b78cf4da15fc2a2ee9b52cdaa2192d69e8923193d62b238280eef5a9046a3275e8c79466ce252a92b995fe63e61e1a2366e6d07fbc550747ded25bdba89ddca293ffd25be7703a2fbdddda1b43772b0934674d220c90f510ddddd2fb7b69d4903d94da6ff64a42303981a40ee7ac278891b3075d9bd29ce7e84294e6bc2552f6d095e6430ff7129ec89d44aa626e110d4a727f103679648f6609e9a39904d31fc512f979dc9660fae3b984311f27d3433c7e837616e9e30fa4343f395386a1a75ee854923ef5a661f6d36184149ecda36d95d789522e6f3815abbc8f78e456fafc0cbdc7e70f888a3cafc0039dd21777695bbd788bd7ba485f4ea55dfb721969692fe9a083f4e57baabeaf9c68aef0ca873ef6ab5f9485f95678fe519aff9bf6d0eb959498af0f8451e835a9646f4612d57db38f66e5058df1f493b4a0108fac49dfb6a3942b6c4d95a9d09dd2a4703ade1b257dd79408f1bbd5d4328b1ad3d317d15708483fc8f02ca5f4c3529a3f7ed86b81a18fb749ebf8f8815c031f7f13452a194b10a3641ffdc74f1e44583e7721a0fb793401cacf8b29273e3f24305f6a4b00e94b0c092e5faed09f2f6b4be8b1cc402a6c791221d1af3fd14a24fdfa872678dff269a0fa5d4545f4fb019ad77e2f2152f6e300e5fdcf68d20b7f595157f83586ded0af3202a7bf1b1124fb4d5f022eadac4b98a9f21ced8eca5754f8aa0610a0ac5a49d8a46a3f2579d54f421dd5b5698bfefd408df5df20e256ff5651deff2b40422cab21c46353328b7a682694598c426b8ccce2003a796535dd9164c86a9ec39493d53c8fda90ac66110e1164b522f11080acd64edcb5b25a59685f94d56e85f32159edf698d1324b23d61c99e502dc69322b77acf732ab7484d632ab5b58f8647504781e59566710be34599da7a893cbea4ec25bb965756762a995d52dc44621ab9784437699b51f5a8065f567e035aab2fa2b10d4c8eaffa3d7d160087a15650d27a1142cb3b1a234b171c2dd21b35982032f59a323e81b92356e4959d838193180ac71157218996d5d5afb2609587d6576e370f3c9ec27e3f44166bf83fea3fd6504f3b2a6b590fcc89a7aa1a14dd6fc20126259f387a8cbc99a3f436c226b5e86e851d6221ca735b2166f1050ca5a7cc0399facd510943f64ad46a28c256bdd12051759eb72a45b3287baa846c91ce622df963944e1f7f3c9da68d0732a6b5b1359b9acad3fbda1b673515d91b58d41cf96ac5d676c27b276239006cadafba3742e6b7f198ba8ccb123c26199632fdac88e9711d4c89c24f4f44e17dc285448f9e5bca41c431d4cd87e652e8d512d90b9340da3d00c44c8b24ecd7230e4ba069b8eacb335eddace6a74b0cb3a9b51ff9275be898e7f59b740b44ccbba5fa046d1c380584ed6631b15989e471150ca7a66e0bc56d66b0d1a0065bdde622b97b935448552e636804a6def8f489164ee1d50fe9009565305103c415d4e262c47a62313b54780241305ffa1d0356a73e2360514ea86244326dea0a1d0236aace2efa8aec82413500095491da96f4b0f537ec984684293c9d6d09f97cb710422932fa63faf68484d5ab10d39b24cd90229a54c69a4c5515da7ffa87a4efd51f59c6aa1da83aa89a639f22199660bad97b6372af3ff0f5187d17ea7c4d475c719be4c27ea4ba11df4817447d18222331ca0fe68788fea8accf00b1dc632631baaf7a61328dec8cc6350bd9379a450def7cda69ad3af3e357ccf7ad49a3c631047cbfa3ba0f82ceb1f4befb17f218ebc65032e51631d284691443670246d98814bd12f271b18466932f03a121699b79a2ab9772e4e7e6483cc2805cb7ce494723e13a8b10e3e40db6ac845298686eaa8620efd8a6aa76c58251ee7920d3f964ca1c7f8e513b291a3909dc8466eb843a16dc89a64a3e478b85d366a11a5c9a842148264a31ba01b4b36ba093a3664a38750771f3d05871bb2d13f090e8ff1c7dbcb646307a1cd5936d68f40cdd8bdf481c63e40e78d6c1c194c65133a2177974dd0d1b69ae06d8da1898ff00b1064137fb7c2d0a40e6884924d7a42ef71f231bce754362d1b6552d9b42f78e44336bd0fed8ee9f7503791cd784a95dc9f867ab299c32229b40c1511d9cc3db412b35c6d31343b8f00e51c379c65cae63ca0c40cf84c5b61ee30da0a736fe2f12459507d3425c8e6d9137898d70eadefb2797b71c2229b778190c2bcf738a5fc7f08bf224c367f07ce0264f34f12385dd093f27ec1742278c1cea817ca16ceb0a0104dca640b9fe35c41b6f0331e879085344737bc2c24a39842a5444f172f24e0b6c405755fd992752851cb9676a2e75a2a435149b674189e92942d5d8977a5c8420f51bd0ffd43746b991735fc65eb09a52d7727bcba7c309eca922d5f4b7078453c7e51b06cc51dda1d2b8ad0c92b0b6f8f3e6459f84a1c35c8c21fe28579b2f0024adfd5c3d036225bbd1e0f61ca5647d1daafe94a306acd60aae46be93b1b656bd5546ad7ee42195eb6f604e5fdda74fa40eb9e13988f08a4221a91485b61fd163c3d20dbd09090e84627421d1b37a1d22cdbf810c775b24d53095a6f3a830aa56c533655cc4d2f4983d9dc8c8ae8e60794399145c4ca233fd1dfdad28650c79634c2725b6e11c4d86a451accd60b38c397451da7c5d9de07e56ed9f6710431b62fc643d1b21d555401766a8948ed1a84de02d9ae555444770f27b573773c7a8765bb4f53cbdcfd0b9d37b2e8f6043ba3dfa3374ab6e776018662e6d22fc60693d8b56f35adc4beaba420edbb491520ee380eec6571f968dc97c5d720c138de161d8db278092935f1264243fbdf92dab9ff1fe5fd819ad4450fd853413e308512f39005d19a43cda9321db12359f9889054ebc4fe78d851969881272e65478fe33525b2a367fc3074acb137868e87e3ed2cb2a4d9d4a4935652b13a319d1ee2c46fd27392ed8851243b51d94eee436244b2026727b25381e5148aa697762a8dc8e2a95c928b4edb12ce392da2ad70fa2b9e44909d9150e938db14cd38b2b3afd661e89c149dbcb2737a5ad5734b482439f78ee8e9b922b4e4cbce7da1ba7a7e345e43283b3f9b5a536a337a1da95de975a46a282752575057b8b08756e2622392f42f9ea694bb34181db3b24b1770c426bb3c025d3cb2cb2ba8745c194c83922b49b46bd346103b49db4c24236d1f492957ada5143ab29b42cfa862a65793749ed183b842c67e0222198f68d75eef8c3700caae77a3f4cdb44443882c3383dadccd4f846a6f2d224876672869ee77aea2234876f729c91ff76ad07ce8be172198fbe7e8a5ddbf4b1275763bcae807de54601e0a48097c984adb3d7702e94cb9db68f33d1a4e89f9f806d5fb27cd880f3d194f7feb09dd56297bc64d3a2f8c60e7f3578b30f4a213c91f2f5b10fb7d19644ba1f5847d5f1ea6fccaff482df3b50be5ea6b319ac765af1752c37fe34edaf61b0f6abf6fa611cb2c584ef5bea08c14b7c2e684d2de0d2222f52e99867aff8da4bcffef045a766445aed4ca8b365332bd1f81073a65ef9f535dfdf0853ee3874ad2603e3a1257f828a6cdf7f13dcd618a1dd067252b5ec7a1a7f46a4bc6e0514d59891fd5c29273b4f69f22a92b7cee42fdf1f384300ae5d0c0ab742d0d70bea808d47cf123f1a62c198fe6cbca32080e97b7a4642a6fcb212dde82222bff4125ed6b5d9a187cdd4ac2594547d2272a9ed344aaa28864e56f2e24cc7e13a14b4cf6cd97daef7715e5ea4f7b4af25fdd6906f6eb1aadc4af6f3475fbbdb71585ced3defe33219942b30803fc594bbf587998248bca22922caa2c69d4507599d86fd555daee7ffd698bfee309f1bf0f28afc92ddc7009e53523515492d71e8654575e3b0277adbc76520e862cc5b81fe59681d8a4e5568db074c8eb44611795d749c5ed2eafb714ebbdbcde7e5c7b79bd6b5890e5f57e22c4905b0b702a22afaf42cba1bc7e266e0579c3361614fa0fb7a8dcc612fbb6dc464ecf65f309052ab94d390a54729b6af4d4fc3f844a8dbcd1468464f2c61bb195cb1bffc5137172db96a8d5ca6df5a833c96ddf622d943751a2f346dec4842a99bc49301a7be4762ee85e93dbb9e24696db1d47e5416ebf0549acdcbe1cb782dcfe176a30f2a67138f991374dc0fd286ffa0c61a7bc5920521179735b04f3f2e6a7ef60a85503ac00f256d1e84090b7a26b5de4adaee34696b7ee89304ade9aa401b983099553b9c3066c0172876b28f2cadbd8600b90b7998ae054de268312b3adeb050a2520a0943bde47a151eef8145dfa72c72a5a55a7fa4829e54e12ca2fa740f4aec89dad10aec89d47e30c4ceebc9e9ebe431d24d7f20e6954d23af6a3b7ddd197365fc70948a4e42e03b092cb5d8ea3682977b984a44cdee92df20eb9eb3baad1aeff9052ca3b5ba05427efdc838a68e71128c2c93b8fa33fdfb55f31856291fdcabb3e40dbaebc7b0f2aa2dd33e8b97ab4431d40dec3157d43f21e5a7421ca7b18716424ef710a098bbc471e1e6c93f72cc219bebc971041a0bc57a223859e50e1733b887842de5b319d4215e88697bbf7c65980dc7d0f5500f7bdf48604762821ca45fd9023cb4573a851882e2059948bd2a84e88e39136cbc5f7708a24177fd060481a80da905c7e088f9acbe56508efe48a7a3893962bc6a2242657dea07aafbc87260eb9aa37fab6e5ea5154d2d4710861e5ea525a558d800092c69b5eadb60ef5346d5bc4be727d02c23bb9a11f25a621811ed578118994dc780b556bb9298bde90594bebe5e189636ab9673455a60133ca3134d08a36b2b71d014a6f37b467c8bd4b504b930fba88c453ee634398c9e707b580c143a80c0d7e8f8371f910fa564df990f3b484436e10ec1cea9c4ca1085461e5c362f1ba06f9707bb48eca874f42de211f1e461f688403eda111b3f14cbf7ce401ea69a36468d2968fd6114a1b1d808743e5a3b308598d694a5938a613ceade4bef4ad61f2b1aba9058cd32089958f4ba397e6f79a3a8cdf775428e5e3bb52b19aa0252a32c98d7aeda4ffa8d44e6e455d61f26a7ab593e3e96f4d91125c997206f52ff994472817c9a77ca20d33f523fdd4b487d4d3a6d72ea0d07b94d7e433fa13619911819669f98c4c1cbac8fda7a21c29f70ff2c3d0cc7ad49a66d741cfbc7c7663c285733612000fe8ec4da124aa5f73ad70b0249fdb9170f4dcd50474e75e218c39b700dda4f2c0c1044e03bf13e40f32db52a82ff5c7a00189189ab70e4746f2f93da8c0cccf253c31bf1a6fcf902fd8859e1a7970600e86166a294d161ea79db6f032ce15e48b2c290b17fd408947bee86f1886421a53255fa2a5bebde4100a41f22549280eca43eb13bc0bcd2076129a8d364179580441feb0dfd491977be05101f98a203ca8255f514e5d213c8bdef62a4b8277ab1c29315779124c5fb5965662b50325e6ea35d474d674c1d1b27cad1a4fb2cbd78ee79f9a417065dd13923f22ce51faae37e27840be610915850d741c42bed10d6fbe946f14912cb3f93ece58e55b26d07bdc124a92c5d621d41fa35e5287d9de9aaadc8e4fc4ad768a70c82edfd58f10f2ae40b42ec8771f44e3857cf76b3cfe26dfe344cfb5e71deded98fa846a63e26825623ed04e8bada297b6ef153d7d5c6f9c64c8e3627016208f7b82272ee5f135885cc7dba042298fbf8f97e5c8f737a2c5d9df92aac97e57bc46559eb00ee71df2841ba4171e74ef42a161d4b70f3fa55f4cb441bf893c712249758987a90f1dd5e1ad57f2a3fd88811d1d8b5f2e273f1a872634f9f1c338dc901f7f447c28690cbda1a435a41726c55b50e83e81f913d104ad93ffe2858cf294daa4cba5c452494b394978f5f4747480cacff8916e72e60c8e40e467073ea7d038aa9867af901a75ee28adc4b962c24ce7bb50634d5d4cbf981a4e3971219160c125677a8f6962fad86929a4cba55da5227a752f81adf4e5843aaeed25989e1142953ce33595c78c77386d96675490b0715d42497edd8f00f88d3dc4026e5cc7ebfee499669c95cb33df120bb8e9d49742521cf4ca6f45d346bef58564d2db4fd1dc2bbfd39f44923bc3682bdc594684e5ce636a4d778a89e9644d2421286b06dab8e4597b28efef9f45878bfcfe233c8a22cf0ec403d6f2ecaf54311fcca3bafae02355cc9c006a14391594e40f87d0423f7c8ac75ae4b9cd69a173e36871726f502b7ff4959eeb4947da1d4f76d0123ef94ca5f6a91b95c7a7b134ca7afa08cd12f267f6d41f9fedc4719dfcd9519a053c2ba62e9a37945a795e0069ee796f7070297fee48eaf0f33554999eef44bba7fc8581dee38b79b4842fd69270f6e238b1cc9725a488bcaa4989f9ea317a0be4f97549c5c81f456f3b7f2e1e2093bf4ea38c7e338fa0e29ba361143a46a5f6cd2d82fc6fbed143149c260da6a098187e6133225285fda8cd1566503529cca7ddf1ce1f7deef277b3082abebb464ae0bbb7346af86f3481adffe248bdfbef1ee1d5ffb2d229f41c0fd3ca3fb8a2674bfe611ced8e0ff1444f3f645105f8904f7fbe584a18b3b8142d3bf292b9847d4b9652e72bb94c05f95377ea1d9fc36d31f4a51de9be5fc8f5242fdb492db3ec2fc90ce52be93f96271226ff7acc9a429f686e55319c52ae62031ef091574451b7aa384b6fe85b0d1a947c5b4442d0f70654277e28d1912dffb19e48ec8f43d4c07e16a19d45fe6b068d4a7f279663e8cf5792ce2b0d847dab26d186a97a8b3e7779d51f74f1c8abc7a0674b5e9d83061af9df45b46bff9652e1fb672046f12f1cf55585851b2693c2e2a237866aba204052d4ec861f48517b2cb60045ed4a541515b5abf10d292c0d28c2292c37629a282c13109c2aea84e2c45351e738167745dd2bc80214d673715b29acb3e9b9acdfd043d49f8d5b41513f08878d8afa09d87e150dfa601f523418440fd1602de6aac2e61eb22645a37d68115034a28be0158d2ab102281a7f463ca1b0ed80954961fb19fd138a26f570e0a568321d25314593626c600a3be73f14ea823aa6c2ae2b221885fd4bf4342bec7f602557347d416fbbd933a4f38ae6d9f4a8cd73e83db6d8815c41d1d282d2b7e5619c5b295a99915b295a1d45b8a268958cc440d1aa9a56c2e13a0e7a156d52b09a28da3c4056ae68f30ad190a24d051a2f146d05f4f46dabf05483c27111b65f855303b412299c47d367ecd019673a8a0e07d0b7ade8b809fbb6c2a529bd6d9723a8f22b5c3ea31aa570f981a843d16914ed8e4ec908ad15aeae544d3abfa46ad2a53b8e66145deb53ca756d8322afa2eb1e1c362abaf544c2a2e87614bf3144d13d4843a15da8b92b7a8ca12ddae3298279458f2a4acc5ec370acaf706b8a0799156e2db1fd2adc92719ea6e86389fc51d167133669857b2e8266856006c22885e0400086845ec83b14c2c938915208378dc490c811cf35294429283328c41d51b5568827537914a7a01ead904810332924be16149a87b28c42128b2a86429a41bf283b868052213bc1a1523c76a090cf42baa5902fa7b72dff138921852d552685279af614ca15389254a86653c554ddc7b19842ed80685ba1de46f9a5cea63aa1bd8e7291429b8b444aa1eb471d461744554e47673c15faf5088715862ea86c290c2a9cf42b0cb14891148663b438c6d3688656985ea1d6a1308f2ba7d07eaa131ee3d1ddadf0d84315c0e320024a45dfde843afa061760a85f000a1b8a7e6769c3f4cba782ec194f8be3998726478597351ad1155ebdd01fade83f044f792b061c478ba6624026b5cc812fa8467b2bd1f4a218740cd9afc2673cbd349fe35499063bd1aa0e9e8bf334c5e03caa2643dc09920d59866a8162482eba1914438a096d0f6b8f57522886a5d3671cee89d73528868fa6ff383203e56ec5a81604c0478fc3db5914a3c7c751880ec02a465fc4719d62f42d42b563ae11961b738dc0c3384b9c6428c67da176e2578b108c9f3d5593f113f1de02c584b1782f866242383256c584f3d4ca2746a0caaf9878921667d234fc6265c5a4b9c49a2677a2479d2c41b7b26272105580c92f504b534ca123458a298e6812524c39441f7bca5baaf75373e8a54d0ba65e3bed1a21e41913a9aefa6ba99af8f74337a9c23f857e71a6066565c5ac6ef4b1673d72c3d0eccdf88db98a396b09aecc5d8ad2b962ee37821881a351d85004be20cc14f806155d455022958e79bbd0cfa4985f072dad8af9f3a98b0677a59c0836111059d4cc964263d0a0a508b1a4f7b8d891a0e2e22954ef97f6c3f9a362691425c0d2ed84574357a2acac089b4fc82aac94dee3f206f48196fb53955b9e842e44c58abd28c32b5664e2150b8a95647152848fc06b1b15ab06e1157d8ad5ad0903ac79852349c59a121ca82ad64ec499b4621d5dc9aa583714674d8a751788cd459cc489a722e21285364cc429a562035d03add868a457bb710d7a15159bd6504e6cba4c586ef360a2e09b0f52718ffc4a746b8b2fd5892d395499b6b6218ebc5580ae60c5d6087a1d5bef918a1195808e6c4554016d85a82a34c82bb66f47efb062fb73aad13b76a06d44b1a302a53ac54e03c1cedd464256bb230b285444ab1aed46552e7a3a3d7d345dadab884e27d411fd1387a08a3d7509aeece98f2e44c51e6f5ad53d05447ef6b641a39d62ef4574b828f656e0150b8a98998401f6f523ceb76f303deabeeba4cbc53b9118115f4629b7bf31a1dafdf7f0126b454229de57ab38308336cc8140daa20795f46a0ffec31998e2702e7585c33f68258ec4d21e4a0c261d33f120e1d5c46304ad13cfe0a50e8ac45f933074d48aa0e2d1b6b4878eee89c4d0f156380c521cf7a4c2777c2e1ada14c76f10b44e52d37a251d24d92ff90675abe407c44e52eed3c74ef94af995f28ff4af539ec4454f6550df3e3d016f84529c7e48cac399183c64a238db8e20ffd9002252e7f6a2bf5091da8f8a55ea30a25ba92c2a5db2a19776691e89bc97ca89485d9e4fcac3e5302ac8972f51465fbe41cf75e503d1c0b49a94d169f678965291a6c7718a226d2655dfb4b9e81355a45da795b8da81e0dd55355ef7a7b8ba9d32fa6a16ce6114579f11384d772316906ec433528a6bd66886565c1b475998318a385f06f9601419bf29a36f28f1e48622b337ededcc1f440c6eeea7bcbfe54895fc766b1cd7296e6f24a470fb38b5a6fb578805646fa66295bd0f47b88a076369bb3fd89983a19c8df48b39ff114ccfed6c41a1302252b957a8e6e4fec149bfe291154da41eddc063eb8a475f49f67bdc9848ece34a34be2a9e3cc3e9bce2096393a756a4923d6d82a796154f6f111c7e46fe42c5b3d5d4dd9faf21e8f3f222b1df97652493beb2a3a77fb51187b38a57bb695cf72a81dee3ab426a27f9c708fbe6a7a3714c91ff9a1aebeb21d4745e6fc729b8e2f52d9ababdae22f2f36624d5fb3721c4870a3693daf9b60efdadb79e1a0a4d184aa1e58460de1e20fef8ae17edb4ff14343bf96f2d8d9ffe8b2264f5df37f4a62b8a96e2913545511a5ac2144515a40dbdcfa7bcff202ba79017d5fb0f0309047e188d7e1345b11f097ac59bdc28f496d85c49436ad2258dd122a02819474dba84eeec52941ca00656728e064b2597882b9494d008f7938337853ed39f2f6d4744aaf426358ad2bb44aebf3c23d9afac36d5d5b25e68a05194ffc00bba14154e24a554f8c5516806eded8a536831577c23db9be2db5d92eabe3b53d3f91e4e1ce6fb0e2aee3ffa1098ff21231cfd632221e49f3b696ffffc4e38e7d70fd2bf7e3bd208e48f843ef69f5d84272a2d1751a81d691d95150474ab4e5263ad4a477f8ea2da83b049b5376dd1bf1e78b180e25f17dadbff3c294dfe4da5cdf76f158207650d2f1c072b6b9c4448a6ac918cfe09658d2f7849a7d282e630ca9aed31c995354f22aa55d63e8f1c5969e98ade3ba5650a9e87515a1d4138acb4ba487fab4e07ac13caba93713f2aaddba1535c693d138fac29ad43f1e8a1b2fe3ddc7cca860dd04ba66c688fa059d9b025624c65c3db887394364e88dc9536c1380d54363a8d7d48d9b82b3a95948da3702ca6b43d8c685bd9a426d240659396b8dd9576061c8b29ed4250ff52daefc4099ed23e112bb9b2a90ebdc3caa6032d28341bcfe9289b7e40c4a76c368442cdf5f41e9bff444cae6cfe8b16a78525bda116422ceeca965dd1ffa56c3904154a652b57fcb24765ab7778459fb2f5704456cad611a8ae285befa73dd4fa30ce45956df6d2df6adbcd1643ede4b438ed56628751b64b4734a46c7f08a1b5d291ac0b4ac783b4f99ca6e13943a5b335bace95cedba9e6381fc3ef7d5076f0c353b8ca8e3db0ae2a3b4e41d8a97469867855e9b217e996d2e50a4e3c952eafa9c0b854a3bca6ece482531165a793f4f4aee368253aa7214c5776d1e3914865973788f8945d3da9fa760da0bddd35123d5bcaaeb1283e2bbbb923e45776a7e9a9b27b08326965f77cd4ac943d9454b67b18d0b4a7ec31196786ca9ece5d29144335bae75df4472bdd3ee1612165ef6ed8ca957d82d1f5a4ecb313652ca57b17547495eedd51da54baf7c5799ad2fd24bace95ee1f112029dd7f20d0550a445414049371d6a4144ec1798752b8981a85e823c202a5a804f555a538047572a5388a1e42e2429d4fba0a3d0f4a795bfa8cf26eb4aaf2b994d1f24b48ae95f2f738dc502adc1c292445db9b52b10929925265a0f455dbd2daabe3a874a80f521f52bfc9c19066350e11949abb783a58a9f542978552bb94fa9036947e51d700a70f4a1d5d04afd48f2550a3cfa11a6d70a5576bd88e931fa5514fffd1b41211b2d2e301ba06947d5b210d54f6ed8a5a87b2ef3c14ce947d7f51cde9e74838a75f20ca6bca7e37692bf4bb4b69e27986408d57072a8f5eb791fc28fb5ba0eeabec7f0e2f3351f6cf4745573980ac1eca01e1a83c2807fe450d46e9ed84df22a31c24403d47394883c359e5a0623c72abf4a9834e12a54f173cc4a4f4c9a3523bc40a2d9aca2133e8e987ddc1018e725821de42a71cee82d307e5f0d9441f460ca3641a7192faf6c8781ccd2847f70dc0d0180f6f0a2d446fa7d2771fd253e5582321d1b11b290bc76e4226ad1c9b476b3f6e049a68957e9dd024a4f4db1e46a143c415c6374777b772bc16ddcacaf13709c18cff85daa372421fea7c134650659ab00f27fdca0945484f9513fea2d8a59c684f9569a282d8c9441f14959413f7a134a09cf812cfc42a2739d1da4ff2a0a230f932add7e48fa82928a7ac24843ca588f27eea49747f28a7d5a45e3bcd48f9352d0ab55ae58c76b461662851d850fa97d04fcd4c44079572e6078205b3faa24553396b17ce0294b372d115ac0c78497562ee2c826473e9dbf29473efa01f4019d8912a66204dd495819e843a02975205088ca1ed1e188b0aa532f02da56f501faa39417d29a3e7ada34a3eef169e4552ce3f839630e5fc8f283d29e757a256ab5cb096f26b413171ab051594000b7ed3da07d337f82883af5292073fc0a18b32f83181d3e09ff486168ea5c2b7308270f4c253b4120bdf13085c54496c2e2488f22b24840a5fc8554acc90e738e6512eae40f3a572491ff46d2b976c20b8b2e4307deca552da1d4b27a2a2ab5c7a874ac7d2f78460962d40afa232cc91e869580f12e196d7230cb0a22791fe15726a272b1444a456ccc3a98872c55d126f564ec3498632fc12edb4554a3cdfa15c6d899332e5ea3c9c9e2a57ffa6e2beb627bdb4755d8882af9310265f974ced24621dcef09511af7106a65c6f495adafa0262141bba9000ba418a9e1ae586733831506e3c42357a9303d5af4dbd7106a6dc340abd77ca4d5f70faa0dc544e0fb1c54019bdd50b0f9a2ab7cea4d2115583bae8b6c994abdb8ef34fdda0c4dc96857e4ce50edb740a1512f1dc399b2ad3cebf384552eeb2a23fbf6b0c5580dd42bcfa41b97bb61b858e13a5dc9d46b91add88ba7b347dad9732ba02cd12cae86f78959472af8ca8dbde205ac2bdf44d5fca98a578e78d3226959e3e7631b5937dc9d4f0e3daa1174319371e2ffb52c62752e78bff4e447d7f5de28ffb7b12a0dcbf851072420d82b009b7e96f1d6889b372e58165785657796035358a03bf684671d091f4c2836ff18a05e56127d2010eaf45efb0f2480535d6c4a6d4158ef62648767425a92b478b498f3e66a42e7a2c813ee3b1db343b396e4535e7785d529a8f9fa23294d493aa49d2080a9d18435de1c4040d85f6e3105479b201a98a27af91007af21a6de4e42644295342680f9df221ee7eea08fdc75329e1183abd9572e28c96f4d533f389c39ced4554e4ac949aced901041eceb9529b3bff91562275308d8c52d753a3485d4f90ec8225adc405070a5da4ef0b505e1e428df5f22f1ae05ca945a8e3ca40fa8c57175181b95a4ea4ffda2fc2e4194d08896628a8925fdf4875f5fa1e02cdd7dfe1d522caeb7f28bf6e9ca1ae9039823e63e61a348e2933e30850de5c4512cfad9ad46b6fe909aedc7a44ddfd765bb4be2b6f8f257c7f7b3cffe234a2e0b72fe1d10ae5ddd1447eeeb5a4ba7a6f6e0086b2ae50fa667d41a38af27e05358aec1754efb35fd23c2dbb903e767611dacbfe1fa28efc2083a0e283bf8460723a5177cfd94f2bf1d02f924281d42872dbd39fcf0d25e096bb9dea57ee4e1aa7e47ea516f0c48c9656e59360fad84f2ed1d33f6b8b6609651e5d97a5cc9b4a74eb790f02bacf8524fbbdf0a38ffda2022d3bca17d534c27d799ac488574dd1d9a57c350c0f60285ff7a63ef4fa3faad105a1b48485fbd229749b5c0385398431df6da7c5f9cf96b8fb7fc7d0daa7fcaf8c42ef9be0c515ca8f37a91616b7c033eacae2002a43c53fd1aaa62cc92351bca492a66e9fe81660e5a770bcdf44f99965d2d29124057f998b67dd945f1610402a9392785326476b8cb2dc9af0ead731b4d32a82a96f576ca1fe58718c0671df4e504efc3886be6de58f347ad49ff4753dca9fa954c97f5e272cf7eb2025c06f3301f0df9124fbfd7e4703af3f8184e5fe7ca304a8d4906ba072352d74e52952b6aafb509afc75a31afdd7971491bf57f06e3fe5bf6554d2fe5da0d2f1ef1d75857f2598beaa1af3b17ea96a45a3e4aaaaf509673aaada99d81f5596e48657d5e9827e13551d159e9254d5dd8589a9aab7198188aa5e21fd2deb11886054d6b3b1e6a8ea2fc05eab6a50179349d5600eb61355431fc44caa86ff10a5a96c32515e5335b2c346a16adc01f9b6aa7110da46548d17e3e84fd5380a7787ca7603668eaac908ec56aa26d3f1508eaac9393430abeceaa0beaab29b8f6357957d7b14bb544d6be3b84ed57c34023755f3c7583a54cd9fd17ab57043215bd5b2364a16aa967a9cb0a85a4e4434a46af916b9a8aa751bf417aa5a4fc741afaa7508425855ebfd886054ad2f51c8611cf634559bc148ca546d4e23b956b59d8ed2b9aaed2e5a89763ec87e55edbb627954b53f8a2e4495e31224d72ac76df48bceb5d048a0729e405bd47933e544c7dea862a83a8e41338eaae339644daa8e37517950b95460ef5075525105e8548e0ab8aad31fb44ba95c6d7038ab727542bd50e5ba8e7eb1b3071ac7549df7e21531aa2ece783248d5ad592486bac721e957757f858aaeaa47279410553d85387d50f53a8c985ce5566581a1de06daeebd63b0d7aafa44a11743d5e72a4a16aa3e9f10c1a8dc43a858b93f46ab874ab092925c700407842aa13c87420bd1b3a5127e40ecab12b5a26d25724593a34a748d7a9a588ef36d9578ae378582916ea924b6d428240ba9194ac5c83255d213d474a4efd0f5a492b5427d55250bf5c390bc0d523795bc2b6d77b90f4ee7550a6f3cb9a152c422ef50292e527157be465ca8d2d853a3d05cc2e1864a978927a954fa5a884d54fa29388056e9e9be6d95613765b4a901ea262a733b84772a7314ce8754e653b46bcddfd09fa3f298881449d557440bddd71b652c55df3c2a8f7d3fa160acea778312d3d391b695d72f549054fd1d71f2a3eaff0791a86a4063144954039c912caa06e8a8b10eb81787a18143f1a0bc6ae07d7a88819fd059af1a5493fed6a0d37808403528931a858f129579954f24555f9fdb683a560dad8d5e7ed55033dea4ad1aba9e2ad3d052d4dc55c386e0605c352c990accb00caa4cc327d14e1bbe87d67e84338ec554236ba21ca91ad90f5d29aa91e3d0cda01a1d884e4bd59872aa726327d3128e3d81f60cd5384b1c82aac669683ffa35a4c6ead7388c422fa9778c6f437f6bbcaf1b853290d6a8c6d3a168d5f84f546a2790d352356919b226d5a43862279312a9744cfa8b0355d5644b022293e5f41927ef43615635651e01b729c7688b4e5d928ea1691b09af4e7b8aa365d5742ff476aaa693674b35c3481d66c638caaf19e9546afd27d1869969c649996a66248af5aa999f08c1cc72a45c9d9546ff71d67d82d6b3bed02fcef646794d35fb0ae1c23939b4aa010d50ab5505c4e2492ad5dc570487032b297d8386a302ae9a27c129a56ade686a14f38ea00ea09a1f495464fe13026ec1b509fa04d723e0167c1a0ddfaa855be83d2edc6341a138ea438bf610215e7494aac9a262ea5621dda8cd2d1e8dc333d5e204a2f38b8f7963287439d5fbd05f545757bca7645a3911a722aa9555787a40156e4f4d27bc056a30aa553a624dabb710aa5d13486f684d3a35e9b55b506752ad2bc241892a623cd5aff5c9b4121b7e5117ddd8108fb6aa36cae80d6d1c8cca966ae31402e01b43292736d95349db9c4c9f71731671be48662791fd09474746504e44be26b218594aff714b0cba6f555bdf5005d8fa91506d943721bea8798427a26ea202aeda6e851ab26a4707da563b5b13c4d825a0fdb86b3be1fb5dbc84bb9be2912255b41515e49809e8d952c54ca59a131344fb31663e35d698081cb2ab620e53b18ab98c034255ec4694bb55b1995431636fd27e8c7d1787a17d43d1cbaf8a7b4e983cbe165a8954f12a12e1e277e3c515aaf8388277fbb351db5625f4a12e9ab09dd86f423ec182835dd15ba03a184895e9e0151c81a80eb5a2643a94427bfb50199ec0511d5e461df9f04e52570e5f25b1ebf073bce34c75a42bb5ccc49ab41f137d098824d2dd91aaa36d29578fd9111a3ae646ddfdf860228bc7ef53793c9149197dd2cb964243a9239f5c4d34f0e43612794f46e3545775f214ed8ee4895414928fd173a5b8d3db4e91a245407566107a1e54677610083c938a3608d559317185b353d17ba73a174a05e6dc55a2f3e7fe90ac7cbe015e07a24aeda4a19082a4cd541d5af255a93b4924b9904ff5ebe272bc7a4b75710d15988b3194be17d3e9755c9e4918f3f2011ce0a8ae74205296d689548cb49b44a4ae06d19fbf1a4a9cef6a1615ab74176a14d796e3b900d5b5adb41faf8fc533b1aaeb6ff1808f2ab3311e93556506519bcb5c4b8d22331ae78faa9b1d4826bdb984eaeacd3c428f377fe2685975bb33499b7778347367399a715477222973eeeca76d7597be9943752f1f47deaaac0d84dcb3cee32d15aafb6da90cdd574652c8938ac2fd6b380d54ddff84760355b698d4e1ec79540bb3d7128279d0298042e3a9f03d5845bdf6c12bca9c9c081ca8aa724ae9d53e9c8e4376d5c395041e1eeea10161ee74ea7cb9d77198adca7d4b12f5a3b654901ff72212fb78091598c7fbd1f9ac7ad28db6c29308b408a89ed6c7d3c1aa67b509c23ed310517fb61f3d35aabc1ed4f9f2d6e27154d5734f2ac8cfdf52957bfe81fee3f372cafb1756f4532f965257781183df31aecaef467b3b5f480f913f8f16277f0b55dffcbfd4adde9c429785eacd67029405f984b60b7ed0677cdb91eaeadb47f4f485a194e4859ff1ae3ad5bb9654318bdaa2af5655944020b0e802cd32df77a2adf05e40aff6c3651a9e152f26fe58d216efe2517dda402aeca7271618fadc8c16fa731015bed2743409a9be342725f0cb1abc6b40f525961491327f524ecb9bd3bcb63c0edda4aaaf26aad15f27527e5508d0d3acaaa06f75527d1b4514e9db4472337c9f4758eefb4ec2abbf5613a5fc934854e44f2255f23ff934e9af1c485391cad3e42da81a4c0dff6f17c2f7ffb4d4f9fe95e01962758d332804a92d6cf178a5daa23b160575cd297829a0ba6622366975ad32370cd5ae83d5445d7b0bca45eada85b8d3d496d1381e505b7ec15dabb65a8aaf436d7512fba3daea075600759d5ac9141a87f36d759d442c30ea3a0ff1023875dd5ef8b6d575cd688350d75d867c485d4f84aa8fba7e4dfaa9fa0dfc28d4164f22a81b6cc529a5bac15f2c1dea866e2817a91b4a0b2834855e47c32a3c23a5b6998350516d73100f45ab6d9250d850dbdc446156dda82f966d75e31ab8ddd58db3115aab6d031193ab9b38220d5437f141b15edd6404b626759327a833a9edfa534ed885637954dbdd45d2afb67b8305596def8170456def894ab3da7e329621b5fd7eacabeaa669c891d5cd6ac761a8a51e8bbbbae52c3442a95bd1e58eea56349b53b7ae1f49a159c84ed4ad0fe31c59ede04babeab08f3ea3c3e3720afda2505b575a89b6e3107fa9db4d463ea46e7f1cabafbafdb51c0c39364554ab769c864363b5e316b442aa1de390fdaa1dffe01054edd419cf6ea99d7c5168543b5dc3ab58d44e1538ca5277a8895e4575c746b4ad5cc6d0ae7539433fd5a9160e2ed59d42d142a776f5c359b9da3510b534756767daa29d1fe0e447dd65083d7dd7566114ba81a292ba9b086fbc507753a2dcadeede01a988babb9112a0bb277dc61e7b7196a9ee399a72a2e774c4beea5ecdd037a4eed5058ff9ab7bdda696d9ebb32386dc6a230b50bb5952df768ba6eede7b22eaf7ea3ecbd14aa476774033a1dabd2bed47813d7e93af5a108c7351b52004bf2c4d2d884055512d388aa770d5422bca7b616fda4342237577e10a020fa2a18831d5a2116808518b9e11a8117d475ca8162b9195abc501f486c4256860564ba32831652df19e2db5bc05b539c539d4f8d48a6bb438ca4e54c995cbf148b75ab91e0d0e6a653e5211b56a130a676a35f121b5fa1a4e1fd4ea2f489bd59a226a149aaf48ddd49adf08f9d55a33fd79ed30bcb249ad3d81be47b57e1bf5217d027505fd692a1d86dae9143a4c496e9a85a365b5693bce7ed51e077116a0f648c18347ea7e62f49caafb8d2034e4b9154999daf31025b9570cb580fee7e8330e588b72917ac077a4946a6f573425a87d12f0ab33d43e4578ec40edf38be0dde0f578b6463df80dbdc7219de9cf0fe94aef7158198586a7508d1e5e480d6cc4165ae89137f08e20f5a85a548646b7a195189d8ba2b8dad7963080af0b6d3e5f2df5475f2f7a085f7f540bd4beb350a052fb3ea15c1ddb0f8d636abf3154f8c60b5127578f1fcf3fb50be71dea09729c48a927d2f7f3a92766a0a14d3de93feab593ade851270f4333b47a324916eac974918c7a8a15dea1a79e1241e0616a3d629953bda8fa4ef3a72d3a2d0a550cf5b4df3846544fdf85b637f58c5fd4cafded50c754fb5f48c6d0cc40e2a2b3eca80fcd1252499be5454d7ad6706a4db38ee3285e3deb19f18e596ff150b47ad65ffad8b3b7a00d423dfb3195ed39226a0173f454b6e74cc72f1a50070c4189473db70f7a0bd481bdf0f64575d0724269f36a13c998d705476ceaf935290b171c417b993ab8039e5a56077fc0d18c7a616d82d60b43a8742cdc82c2997ad1401c5ba817ddc3119b7ad17f387f548704516b0a3985ae14f562110ad9ea25162863a9972cc26fd5542fd98f7704a9977c42e15fbdf4034e7ed4a12ff17c873aac1d8aa9eab02ed4d3c2e2f0808f7a45131c10aa57a8a90fadd88bb739ab57eea087085f407d28fc14ffd45dbcba591d4e375ea857354193b67af56cfaf3abf7d0ae5d7d13efb556afb1a42d1a51134f36aa236612968b48a36eb57e14d5fbf5130963aea7c9a27a631829221bf7e3d0451de9425918d9976a746422ead1ea2d2ba8166ef94c45746b537417a9b71e250c10350867aceaa831f41051d5e518daf61c8741ea6d553887516fef4fd577c723b471a977bc263abfb327b1805db5f02cb87a97a705858e5003db9549524a74236a147bda53afddb3012fb156efa9b4c5504c3d522863d4840b6372a8bbc77a90d8151b43353af61e2981b14f4942dc379654b23847f429a8e394f410f1b94429f73f23ba953008dd91ea032da8051c78885fc4a33ed8068fadab0f95a09aae3ef407fd85eac32d69231f11926879e422fdf923f904c912bbe0584c9d7888207f620611a9c47bf41f13ffa3473d4adfa6a13eba9ab0c9b111f46a8f47a1f3597d3c8e36dff10b442993e4441693fa93309b340b07d0eaa4e7f4f427ae12d83a7994848de432daee29f5a920a7d02139750a9dd4539fba485bf4d45df4d5aa4f3fa19776fa0bbded33cd7080a33ea325847c86f1ead9d9c49ace1ea30f74ce816aceb95bc46bcfd7a3853e7f810497f3d544b752db5381b9a0a5c5b9904fb4e642390d4a2e2aa8195e9c44638b4b0252742f650560e8722915852b7968ec515fed4672e4d5b5f4b6d357d1daa73fa0a6935e4a0f71ed2d5a04d4194ea48966cce6104f6b324ea07f559d710a7d1dea8c323ccca1bebe89587966131c10aa33bdf1e0b7fae65b3439aa6f95e0d10af5ad9fe85350df3e83d353f5ed7fc47eef0c206475574068fbee6082777733d170a4ceaa4f1520ab3bb180acc55499b24a8918dc6f9143a17e24fbddcf218a94bb8d70cea36678d258fdc88ba66e8fbbd286792ca69578728a24ea27776834f3ac365effa47eb61e87c6ea673b093d3ebb421a5f5e6fd201f266d1123ee7e2fef2137e4facfa65054d88f3a554bff2479453680ed5fbfc8594abaf3d68a7bd8e24ecfb3a0ddd45ea373ba82814b4241058d096fe7cc1567adb05b7e875bc752354fb561447a19924f2be9d4be4faed39928bdee6129b7bfb893053613f12a80ac7127828dc4045e15d31eddaffb6a351585d144e05b9e82a0d5ddeffa5a9db075bc2721f37d270a37800d5afe251a40d95cc25985e1243b4a654431da674009af6d4a543a85b9535a23d541643f38ef20934d3f91a4865e8eb426a3a158d29992ac4f4e72ba2a8237f6b487feb7b0fe2c83f9dd156a9fee94d8ffa339218c54f1ed8ff72a5fef86b081e0556ff1a498ffa2b86d076a58e64d2aab91614fa40b5b07a1a4d6bfe8692fef5af055e5ca1fed78758c0bfbdc832353506e04f696aa4e1105463b10ed9afc6220ae7ee1a8b24370a3dc5018ea6e60e0e1d4310a8a9d5034fea696af9a030aba9b51675264dad07882734b59ea3eca7a9fd3b12439619f4107546a34eaea92b44a792a66e301ada34755722cbd4d41b807e394dbd38040f9a7ab75198d558ef41fbb5a6be03b25f4dfdd1f48bf5afe0f85cd34086c440d3e03e36694d839fb83b340d2763e9d034fc491fc8e630bd5a9babd8a43536d948dd343655e854d234ea8917a3681aed46efb0a6d12904359ac6ffe1711b4d934ff410760be863db45221ad2d865e10d211abb071a0cd96b5100d5d85f474caeb17f82c299a6a918454b4dd34328056b9a592310d1346b8e8052d3ac1f56394df3b638b6d034ff8e8e0d4df32aec699a16ded802342d1622ecd4b49c8a4290a6650902114d2bbafb56d3ba1eca1f9ad602547435adfdd00aa9691d8133438d434304a71a873ee853d0386cc6237e9a366204819a36e1e8abd5b4f540eaa669f7c61143ed7ba37cab69afa4d7e1d8168994c6d1115d031aa77f784197c6d91ecd711ae7a308ef34ce7f0b30d4e100a25a4dc76494d7349d0ed207721d88f84be37a028f1d683a7fa6f5ea164945a15b32fad234dd63e86df7ea46afb6d73c6cbf9a5e3f515ed3b88d44efb0c66d09ca919adedd51a0d2f4094180a411d0a5211a819e2aa66008bd47919e1e429c4d1b469c8b0dffff21aa13e217d4a4258b119c6a2447d08ea7919cc7e9bc46ea84a84323f5a68a296b493921f3465aa3918f427545a3d88e13298d22066f12d228235138d32893a96fabf6505150cf45fd5ea32ec5698d469386faaa463b96108c760bde3fa1d165e30844a3b7a21a6db0c3698dc6d01ec7621a635f420aa65ae51422fbb5c6ec8e9452e3d114addc1a8f6454a3341e5729013cf2700ea3e9770647591acfc178044be3194879ef1986eab0c62b8cdeb65732321d8d573a01cafe81c84e34fdaf133619708c1ac5800ae47c9a8165f41ebd37d0de1e64a2b2ed331099b4c6271f2dc09ac16df10640cde07b68bdd20c7e654ba14a821883ab2999864e401d4033cc86a0cf3031fa6034c3fae2e12acdb0f768dbd50c57a0daa9191e8ff347cd88c3c86134235ee1e163cdc81301181af505a9ae66b4888afbe8524acc310e5431c75ca36ae23b0069a0c6379cdeb6ef7a7a8fbe256e181a67465eabf1db46b5d0ef0825c0782fc213e3472029d38ccfa7c519ff995edac413d40226dec5ab0c34936ed1c79e42f287666a0f822bd3faa21ead99b6977adaf4e1c415a6afa2c49c7e9ccaf68c96b43833e8489166c6082206feaf5171d3ccdc4aaf63565d948235b32a5072d5ccaa246e35bb0b9e44d0ccde478c62f667d4993473d6e2f441131041791f380da7819ac004942c3481f9a87f6982ec69bd825c5153d0045552119df7988ae8fc5ed43b1698512ed2047721421c3c1ee55b4d70153ae1348b0610c458740705044d8899163a64058e07344b1c2873964c88a3500551caa54d88642cdd401b79d968aae461dda8de871dc6519666f95b2a562bfc68d7aed84edb6a6503624d2bd712ec5cb91e551fcdcacd3914da430d7fe501d457352bdfe2b95f4d781091d8f01d54f8c2cf9306137e9faa49387ddb9466753feaeeababf08e6ccd9a2378018966cd63faa9b5d66896d0ac9d48c87ddd711ca86ad6a5a1935713d189c0438488b642c461223f11253892d4acf7a58ebc7e273dc4facba4e7ac7f4ce9bb41466f7b8306e71d9a4d461c496a36fd44579d6633dde3a6d9bc946486c81c1ca86ab674211d60cb149cce6bb69c241815e54a7038aa0b0e4135db0ce867d26c5b431b66bb3521d1ed9be8e977b4a096b9e324fde2cebd840176f9d04fed5a86d2b9665704ba5234bb4aa8f3ed1e4a225c740774646ba2e9dbcc347b82f12c9266ef1a9ce16bf6a65341defb9e3872cc084accb85f84b6e36711e98f3f45b073ff62347b69126ae15c5493d018871b9a845f04020f3c227de2e052aad1872ca8351daaa43f7f448ed353cd9118f462688e9c45ffbd26d18db67b625f0248890984148ee650a338664f62c4f1509c9e6a92dc089b24653962e88427a5ef093fb4d9684e46e1a84173f216e1fb937f882c269790569bd2076df49a144f4243296388eaa68ca7ca74ba237ac0356772d015ac39d780e4ee7352f4636ace4da7cf786e35bdda540d3d44ea00620117aabd3174712bfa3135170ba9195e0a270a7ed995f6e3e5c1781f8ce67236b1a62b59242b5f29265c78e52b9a553569025215d3e6e0e9274d5a181196b470f4fb6ad2ae11fe4abb41cdf0ea691279af3e254d347d0421e46b8b08885c2ba6f4cdd05303cbb84cd2c0f525d4026e5ca46d95994eb2dfcd25f41e6faec7099ee6e669eab5370b88a7dd12a2674b73eb3d7198db59d4f0ef28895cdf51121cbe5740653bab157598accd6800d464c5520bb85f49924576336af8d9a748edccbe46282d670ed5d59c4bd415726e11c1cb75a50a901b4ffdf19115c1a847c3f1ca00cda373945f8ffe9278f33894e8d613330e2e354f565205783a92a65b4f73494bcbcb2659e685124ffd695ed0285ef3e22be5d7cb4422782fb309c2befc48c38dfc056838d2e4d397a66bf24b70f6ab794d7776695e7f26e8532024a858d00faf22d6142ca33754f08a8a7bc11baa726f1b51712f74a0565ea8a58728dc8fa78c34efc6d014e9dd5862bfff2d2529e5bfed544d8a9c69b45c7495ea7dd113026e45a50415df5b527ebd77a6bafa3e83467f1fba5179fcd0871ef5433a4db73ecad023a2f9389544b88fd3e9cf7f5c4940a4b8156dd19229d4d34a2a89b196da536b2a75a009cb9734fad8658e247f94ada23254b6c10f435f97d3aa5618cb297482084bc51d7a886f4afaf3dfe84c86e6672712237e8a68ecfa730e919f9f4bf15240cdaf3bc4ad7ed7a391d16f6b92197e0fa23af1c74050f1cf372a8fd55bf10b4934d5d7693ffe551229fbab0ea3902f9e5ad6fc3d8c571968fe662236d1d6e88687a2b516562820682d6e23c3d75a7cc3eaabadd90f95406dcd3338a4d2d64a40f4a8ad750c454b6d6d252ea1b6f64ef492696bff44e7a0d6720cb226ade572046e5a2b1d6a8f5aab1538f2d65a9dc173d25aab1c5a1cab6a843edaba2ea8d56aeb910aabb57642f2a3b55e8a9a95d63a05bba8b67e306ac8dafa17705ca76db0114986b6c17d74c2691b3c72a4d067bc4b4cdbf03672186da31ea86d6b1b7fcaa1d057dceeda26ede8179bacc1ada06d721b335a6be787f61fadfd6edc0a5afb180b0a3da6fc6aaa433bb1b6e910ac5fdaa657e90335bd8547fcb44d7fa18752db6c2542326db35d289c699b15e3b051dbdc1eb55a6df3d18890b5ad6adb52682696216d6b87640aad43f4a87590d2a33a0cc182ac6de3836c4edb66360e67b56d43100d69db6ea5c569fb080d0eda76b9d828b4ed7d28e59c248899b44e27683f3a87a3d94bebfc0f856c6d87de389dd776d02003d37618467ba8c354c439da0e49b4f61dcb34187269462fcdc5133564adcb01a4485a97c3880bb52ed7b119fe3f843a80d6a5240e439d74884db4aef550bfd7bace45f54eebfa1771a1b6f34e747669bb0e0fa0501ada89b5ddbaa166a5ed964c5ba1874f01867a7e4773afb6d7583c84a9edb50df52f6daf273851d7ba5dc3a3285ab78fc83bb4bdd554c9fbf4f4a6507fda567d22107f69fb64a20caf751f826655ad7b20aafc5af70dd4ad044554c94597912269c56728e5c417d0fea395d44029582b698287eeb5523dca325ad94bea43f2fa78f048ab3c4aa5569944abaaf247d38b56b592eabdea149ef1d4aaf2a94ea8ebd07657b7a097a61e89df6da155af460154abde45ed449d855e7eadc68676ade6166d18dd173cadafd5772380a4df840e50adfe1dca455afd17f47f690d522a7c864c44ee5aa304e1b0d6e88bd7b1694de3918a684d67716ea53515504136d1d78e6bcdb9f41f3d18b8f58ba65ad86f3f1efcd67aaad024a4f5f2a082ecb51ecdbdda81dde9a706baa134a01d380ec98fd69bbe72543be805eaf75a1f7764735a9fbba816687d2a28344484cc503b94241eedd0409465b443ffe008443bac0d35fc611e288969876d4615563bbc37b5dfe1eb7104a21d5e4d6f68c42b3c99ad1dd90e87d9da91d5b41546afa19f1a7d98caf698a6d4a47dc71187f17d898a9b766c077a1d636713daf6ab4f8939be13a5dcf8b1f4b7261c22583091bea2423be93cfdd4243affa89d5449c57d52351a68b4531b508d9e7a1a5545edb4ab28216aa7fd44b39776fa426af8d3b72359d4cea885f2ad768613deb3a59d21a0223a6321eded190b89c3cc7c8177346a677e254039bb2961dfd973285703daa256ab0d6c8a378e690317e345a4dac0edd41f03af10000faa8547fcb441221c236a838c9439f33da84ecc6700bee00dca0cdae0e77e147a1d89a18537a9d72efc4a1d79d121a294215da9ca8508f1989936640aa1a190e5b438215734185aba8ffe56e862da43cbac69bd9639e0744bbbac3d15be301fd4bfb4616104c0c35650bd0f7b82e2b336ec1dbda1152a6ad22bf4d4e656a4e25c41bbb23191d8953274b96a576ec21b4cb52befd37e0cb7a4f2185e1f3577edaa30f4766a57bf213eb4a60faab0dab57aaa266b3d5067d2ae0dc641af36621635b0f54d89d7aecfc62f40d0aeff838325ed8643844d36e4539a6c9c88b7726b376ea4eebe6909ba49b59b525013d56e5611c9887445e95c1b198a93586d643491fec84724636d2922a6b3f5155ef5a38dea4c3c2dea258970db9468c6d16edb4e9f71fb3f3c5da7ddd111470dda1df138d5d5eeb8447b689710b547edaeb33831d0ee76c589ba76f764aabebb2fd0daef2ea7b21d3dd90d437bde1131d86b49ec776f131453b57b1d08d4ec3552798cb98cd3076dcc1daa98b1715473f69da5bc8fdb4ba1f80d24a5ec6f8937bd68135ae37c489b709ea0754201a99d091f89d624fca4253cd88c70cec15e84270e7ea3ca74c89b36dfe1d661149a48c97478073dfdb14ec4618e3d2061f658050eecb5c765d4f08fcb49b2483a447a74d2453484684fb4a2f53a2944955f7b723ff1da93f70959255be181616d729205865246a2e7549bb281b6d5a9c1787c577bea38daafb5a7bb93f87c3a98faf6e96d1ce2a270660029ba678249ec3a9b4f8b73b6829ae1d96a42b5e743710ea34d95534ea43ea68cbee04928edc260aa98179650afbdd88c18eb45196943979e4462e8b21f918ccb9954902fdfc3b35bdacb3f707caebde24e78e2ca12a248571e90007ae51d5e65a0bd524c08e6ca2774b96aaf8dc08380da8cf7e8b5d65e1f830e17edf539de14da4972f7f55d68c9d7de984145f4c66f624d992b3414da4ca026f339ba82b5993fe8cfdf54107db8d59e14a45bbbe8d5de56e34d7bdadb3f8877dcf949f975f719fab6b5777fd186b91742d3ad7b2ba93c6635279291d58f74b9acf7a46264fd463fb936eb2fcdc0eeb7a3e7ba3f81aadcfd65f45cf777e30c5f9bbd0367f8da07fbd05ba07d70888a550edda3ab7d3891262cb9ffa8e93c3a489ac2933ae82ed23e51a23151fbf414c9dd4fcfa0cb559bb7900065de0e9249f3be5105783e8348d9f365540b5fd89028fe221cef73d7be78435ac7cb5e78764bfb721bdacbb42fcfd0ab7d1544a5e3d55ebc244a9b5f48b25ffe2f62d2f9bf0917be1e4eedf7f5d5740a7d2005e94d57c2be6ff6112e2c384b58aee02fb5b9b793f0b22f6de1009210df855033fc2f092df9daff1e12122d9a40eacafb70222c1f1c694af9e11395a1e2c184e58a67d0b62acea4cef7299f5ad3e76022fda535f1e486b6743751912fd6043bbfb4cba1502aa5c99767249d9759d34cba2c143da7daf2f96855d37eed855e7e6d4520eda16f0da8cd7df3a621fbb7438e18fa7e0f4fb1697f9ca3edfea3809af4cfa9c4917f86908af1338b28f8cfd704dc7e0988f4ff59440dac7234e1afcab754b6ab44c47eabc6e119036dd574ea435527688b5665507e5515102ca81e4274be7a36c1a8ea3be84cd5fe6d4c38e7af962ac0dfb3d4d3feb9e14963edbfef887d753546618dd6d598884fafb33886278d75355be3daeb6aaa113dea6a0d4030afabe58f5051576b3e7e465d6d5f2ca2ba3aa9b838baba124c4c5dbd1c1c22e8eafdc032a4b31e82f54b673d117b9ace7a0e7decfa3ff06deb1a1c45d8a96bf0192992aee171843eba86177108aa6b78093180ae611152379d8d35024a9d0d614c5da3bbb45e8d72708cf8ff10420c5da35c1c81e81a1f445d4e673b129182cef636ce58754dfaa02b58d76436ca913afba1580174f60bb192ebecd720b2d2d9df4363a2cefe1bb6135db3612820e89a45527e35ef1b46a135780e4cd7e23c4a16ba16371080eb5a35c3c6aa6b55198921871ef46a1d0408dc740e4294c4740e8bd12fa76bd3915e479b3f887d75ed2fa3d747e7488e339d5333342fe99c3ea1cca073fa8b0559e7cc3fe55c4559d841447ba8833fbdda0e5bd03aaaeb90e186a18e35905ceb3a4ab116ea3a5e44cd5de722a58770ed85aaa2ce35831ec2f50bea39bacea9d83b749defa0a0a7ebfc9512b38b3536435d9766385ad675b981ec44d7a59072b56b331c79ebba3aa300aaeb2a0bc0503737b4a1eabafd457545d73d1f35055df71f2877ebba57e3b9005d8ffa380dd4f5684c05b9c73094fd743de29119ea7a7643c942d7f33c4eca74bdfcd0d7a1eb3509adc93ab7d6c9140a4484acebdd01d54e5d9f8e38f1d4b977c7e199ce7d030aa03af768ecdb3a612d44a23a69771c5be86465a893eb64bf28a3e596b4d3e4e154efe589480375f20c7a438a0aa4483a65f7720a4d45af8f4e194b1840f992b2505d9b4a877626e2689d96ae45d0e994c85875ba01e8cfd1e9025137d1e94ed952e82efd947e1b6113fd57e4433aa3054a3c3a63000ee274c6fbc86174c63778784f67fc861c4667ac4608ab330da155355d421d406776a5ffe8f18f1a6bdf0eb4b7fba6522dec378b3ea3a7943a9fe74274cbe8bcac9077e8bceae07056e7d513e9bcce6b36812daf8704c9fadba040a5eb1f4c057950431c5cea0609d11fadf3e98216279d4f6fbcec4be7b384ea844f326a43bac15da96c0f96e1253ebac16309f10dfe843a806e487d3cc2a01ba2c0018e6ec82a4ab9219ba9bb0fbde64da1db84ac865be29452375c88278d75c357131a1a7e05c703bae18f09888c88e4502aea13ba917fd1d2aa1b455fbda81bf5181570dda83c1c35e846b7277837fa072a0fba319b703ea41bf311551f9def1eea1dbe17f098bf6eac0dd22dddd82ee853d08d1d41ed64ec05f4cbe9c65553c3f7535251f0e302e3470653ddf8608277e313711cac9b1087e7ad74134a7160af9b38994331a89be826a6a14d5037a90df5a149a729c9270710179dd29ef0d7147f14b2755366a1c6a79baac689946eea08aa72d3daa1b2a59bee1d89a1195369bbfbf7456940e73f8cc8b5ff175a55ff5f84f8662650519859884a8d6ed614947874b35710fb9d138afe2fdd9c83a8afeae65cc08393ba80bb449b031e50479ebb068f15ebe6ae43db9b2ed08d0a4c602a31fca01f543ae64da17632ef152de1022d6a43ba058b517ad2053b12ea08be480d3ff80badeac269e883d12d8c42ed51b7f005b5b945fed41f175da00a105245a876b184327a899ce0dd1233a5c9920ff45c4b2a5169d62d6d452c73692a95a1a50f89f42f2da53409ad47cf155a9ff044e8064a80d052943675cbba50f55db689d66b592c51ca65c7f12ca56ed9050281cbb2f164b62eac157dc6b05154dcc3f6e215efbae5d3885b2ddf4140243c908048f8376a4dabaee36451b7ba3765ceeae524afad2e26d0bcc68a92698d1acd38ba35de3821d6ad398cf30edd9a4aa2816b2aa920afdb4d80725d1e6aa2ba0d755172d56d48209d6963434acc8d1b9231b4a9350ec6759bba533bd9b416cf3ee8368f24492c92ceb0e8223fd3736d9940bac9965b8427b654104fdbba1695795d940d25e6b644fad8db1ed17bdc46e65edd8e1644f07644d267dc1189e373dd8eb33816d3ed3c81961dddaef10431761d2020b2eb683a86765f24a8187d879a4ef467bc105bb7a7069a55757bfaa06356b7e708358a3dffe10942ddded504f963ec08d5c6dca17a1f6ba2ba1abb90b8426c08de48a08bdd47f4619f8c2ae6be71d4c0f62d220174df1ed2a3e3f3f02a03ddfe553862d3edcf26bd306134fdf90371f4810e6492327f7005a1ed43834870393495b6e8a12b3829d31dfa4daff6f072623a87cfe0711bdd91fe94f7891f69f31d8d462f86ee185dffa43bb60e0f86e88e4fa00676fc0669db495d70a2ae3bb18694ad131f08f29fac4720f064473469eb4e46a2334297dc00afb0d5250ba90c25f7a56a924c3768e992cf5132a5dca36e75aa2d0954a794c4ad4e4d251df3f443c285a72b696474368990fbb90e787a40776e26c1cef37a12f4ce1f2671f0fc53ea0aa9369400a9f9de18bad09e80db451b62731793a98b5ecc22867fb180fad0a5101cc5eb2ed7a734b9bc8c9efef24d023597ab70daacbbf28da8c8954a12ebaf3ec3e1ac2e9d5c9bba7429f1b4f449446bae455281b9964075e25a225ef4a1bb3e066fd0d25dbf46d5e47a318924d7ff91ac7c832c02ba1bbf48a9c99c479c2f33a71c43370d04ef6eaea346716b7b1c857612b4be95463971db964ac71d130d83ee4c240c70b716e1e8bb569413775dd048a0bb3b84c0d6ddb96898d4dddd8d7629dddd8b44a4eedd25867fef395e5da3cb6a4378222b86c043d6636260d935882c6607931891fd02bf4240f72095e843ce40921073b612be7fd88a90c2c3d3d49173d7e3016b5dee4ebc2750f7e82b25f993eee8c8d63da11bd1754f7d49977bba92f6765e09b5b9bcefd4f05f5c2461f66537dadb2f1790e2f6f23e25c0abc934b97eb5ae80425769def1da9190e86b3aefae7b9d464fff3a9da6486ffad1f4e1cd115afb0257ea1d052adab5050b688c58504d8db5508cc6315de159129fdfdda6994ef1f31c0abd404b98aef83bd5d5120931c392f194989f2ca8e97c1a48d4ed930ff1b44f7ed4873e47d1aa7efe4b8f5ada168fb5e84ae3097f7d59422da02c9674a6b2734403cb9fa37949f7f50a75be8a3ed4742a06d2b6aa188eb77ae82af6d190ea9b96b6e8b772da0adfeb1282f921c5eb24753fe6d19fffb183a0e2afabb4617effa0d1cc9fcff4f49527d111a4abfc4a9a685567d227aae7d3eef877099579bd8537fea2de220fa1a2bee6115b0e2563a8560794d7f4b52a9165ea6be7e3d3eb2d7fe11119bdd56c6c277aab258827f47588c4eaeba460fdd2d7f986bd565f578f3d4d5ff7133d44bde73846d45bfbe2010cbdf5326c60fa06f15886f40d9e2047d637ac8d7763e91bfae3e84fdf301c9b8ebe61250aa07a9b11e8a9d1db4cc691a4be51311e0dd337ee4a8b631b8bbc43dfc480134fbd5d2fdcee7a7b337a15f5f6417807a8bee9613c4cab6ffa14ad31fa669750d9d2377b8ec7fcf5cd3e23fbd537abc062a56fde06ef37d1374f460d46dfc292de768b483c83a76f7900f51c7dab0648e7f5ad27d01b72a0ef0bd03b4ca3f475588a5457df86baa8be9d161d08fa7667698bb66f858a88deb131e5976331ce0cf54ef62859e89d3ae0bd3e7aa7309c2be89d5e621fd23ba7a2eaa377be4dc9e45c4809d07112a589cb0c1c0fe83bdb5146776d82685bdfb52772647d570de544d7a5b4d05df3b0cde9bbadc3d6a4ef2ea795e8ee49a5b6c74c7ab53d5e2138d5f7b4443ea4efe983d844df73188ae2fa9e779018e87bbdc20ea377eb4f95a9f726da0a7de4c891f5ee3d9181e90534b0d70be62131d00bc27100ad179001502f5c80565bbd68049258bde8219e75d38b47e2a5347a89451c85e6a1b2a597dc0cc0902c1d7dc87a59318e07f4f205f4d2e47908c9f4f2226a60f28f38c0d12b6a234cd72bbafa614869412d53e584fa845ed5290743ea506a73ea2c54b6f45a393256bd76009ae3f4fa21d4adf4e1f486f4db1150ea0d75683f1a1a21ced11beea079496fec437dc8788e5087c99f32c7944f45c1dc1c4d427af3319419f41ebe0828f57d8fa21f40df4f88d280bedf76b4aae9fb9d43a559ef598bc0966757942cf49e2ada7c9e014803f55e95d402fa6fa3cad4bf1287fffa01166114ea4ec8cadb0ed989dedb89ca90775714f4f4de3d092079afe2d051aa26de39b41f076da58c1e74803acca08b84bf063d21d431e80b2acdfac181a89be8079f253434f8812386863c4029453fec2c7598e10371e8a21f7e0129b87ef85b9c65ea47bc433d5a3ff2124efaf5a3ae232bd78f7a83936bfde812b42ee8c75ca03419f39af690af1acd127a5f0f420abe1bd1c1aef7bd46f4612c7db5817eec3ce20a634f529a8ceb8924563f6e3b4ef0f4e3e250ecd28ffb8f56d52f1a556bfdf85ea86debc7cb0b3034418242a37e027dad847ec24baa9813dda8f04d9a8077e8e9a7d44761563fa5193dc414239ec0d14f09452eaa9fb21c9d70faa95d5070d14f4d228831c38d7ada0c13759819f30862ccb84145d45f86d651bdff0d94eaf4fe85d46b670e25843cb3989e6bd67794e1f5731ae378403f874620fa4017da438181c461020f116b0abc84a33f7de035b42ee883d613a809da883a933ee81ad5d5a03bd428e6e9696fcf6f4f3867fe26d40bf50bac515fd52fb0a7045870122d4efa60ba77581ffc0de522fdc2a344f01675a216b0681c31b045ef097f85d425c81f425fbfac0f594ddd2a24838a68c875145cf48bdbd0e22ccea02c5c7282daefd250d490f54b1fe0904a1fda88bac2b254f46deb9717d2ee58e143c9b4d29e927ce5a8720add45ed511f1e44dc2afc25d5d5f00f44b75659502b5fe54ebd76751ff49be8570fa704587d9d1e757509bad7f46b5e504f5bdb9cd66bed6b02ba1101d415d60fc5e1bf7efd050d863628e80d6d988542a37ea3913267630a71ab8d1f28e536d5a0ccd964810355fda693681bd16f6e49957cb39e8841a42f75abc8e90118da728470f4d6b6289debb77ad3da6f6b4462d7f6602a0abb2ca9deef5e1849a14ba850ea777f27d01cdd101decfa68033d4474004ec1f57bfad3eed8331e2d02fa3db9b4d3f62ea29ab3379a2ad3de149cc3e8f71611668a9949ff31660efdc7d8b6a416c4fa52478ecda58d1c1744f53e5e4adc6aff719cb0e813ece9cf277c2535ea8037c9580716e1a45f7f504deb75b09478c7a189289deb0fed27a87878194e32f4878b88b01cfe4668e888050908892b28bf8ebaa0c1547f7405f58ea3277062a03f7a8708ded15f04158fc5913674ac188754fae363e9751c5f8b36087d526b9c65ea9314a416244d2491e4c45dda4327c7a0e7419fdc1287d9fa64072aa2c957d146af4fa985df67a83ff591f0ead926c415ceb645178ffeac335a0ef567fd7098ad3fbb93c0fcb96678cba1fe7c3bb41ceacfd3fd39faf3bbf0dbdff4a9eb89e1a7ee242c77a101de4ba6bfe0442ad9c55a38a4d25f74a2dd7171326df78bd7485ebbbc918afbe5fb6854d15ff988f750eaaffc42f3923e6d0161936bf5bd2944d7c4e9af0d24ea96618b164d7dc61e3c66a6cf384595e9fac6740afda4cf786320fdf99b31688fd5df5a84c657fd2d4630b7e93bf5f4b78b4807c8ba4faacf7d1dda6cf4f7f7d37fbc9f44252d7b0ae544f606fa40d9ef7114afcf5153e6e494d0767fd887c6160ffbe2c16ffdc347a44fe426917a977b711085f248b47cc43ad3a372e2ee8feba3cb42ff782af58ec7eb492e7a7c8964bfc76fe9211effa17aff34122dadfaa7db484d7fd68f80eeb355b438cfb692c0feec0f1e3dd4e7b5a46d95e741b5306f33cd9af28e12707bbe2e0c432f6a10b47e194214e96516418c57de24c3e77bfb51886e54d1bfb6a389d4eb3b546a0b9c89061668898b164c22b055f09c24b1b76769b0f4369d5ec7db3b44d4df7e27c8ff4e489befdd00aa85ff3950c3ffcf056f44d7ff1744d3adffd6d07afd974d53b7a22dd4d38a3ed14abcef87576fe93f5806506816098d1f6e13eff87819afd5d31737a034296e44ddaad883548ce2d394d19ffa5157f87405dd0cfa4f2fd0a0a5ff548e67d4f59febd0e27c6e485bf4734baa989ffd29013e4711bc2b6d4d83925231c195d2d384574b7fd21efab29fa062d95a529abf9af13608fdd73d44a42a86c661e81b7dcfb5fe9b0b61cc6fa3d138a6ff1e494cfa475d7a881fd3a98bfe581a49a17052ef7edc272af2d3b58042022a8f3f2369aafbf30a4962bffa1384fd6d81ae27fd6f33b5dfdf5e540b7f7f26d5e7f73762997f6a111cfe73040f28ea2b371352a85a4f795f6d4647b6be7a0a5191ea5584a3ab4b491dfeab2592f19715dd7f138864fc237bacfedf3d9a6efd2b45ef8aa1c613ecdb068b3a38a636584c45ba65b0988be5d160b10c856c83c54e9ca81b2cd271b861b0788bc30d43cd16d8f00d357de9516b3e45bc6aa8d50e1985a1d674946f0db58e9763a87653470c591ab02b182ca3e9335a66e24107831579b60c565148620d560f310b0d755a631735d4a9c6fe68a82b444dc15037148741867a1dd12362b04e414866b0be884ab3a17e2dac2686868b512d30348c4773afa1e16b6c8686861f10891a6cb620b732348a405c6868948a9bcf601b8908d9d064341e1f31d839a0306bb0db8518d3602f406668b0cfc8a1d075e4c806fb22241986a66614d80d4d87a391c0d0f4085e966368fa09673a86a63f68ed9be561ef30345f8214dcd0428d4ddad0620cfdf9965db058195af644e1dfd06a3c562683c341bce0c6d0a6ae8642839c29b48df2ab4d1ade2464686b894ddad07e353243839306fba3c1b90625408745a8501a3a8ec2bb950d1dfd1062183a16e3852d868e3f10a5195c7c9077185c7e5065ea5413afca3074ea4d2fad931e6760864eb3f1fb150c9dc2100e1b3a3da56de51a42dbddf507ed47d77f785ec1d0d944c5bd8b945e6d9771541ebb4ca7add06525ad6a97ac380c75bd844cc7d0cd190fb619baf5a6bcef964da5a3db037ab5dd2723d535f4ec4289d9538c7cc8d02b05752643afc788270c6ed588900dbd6be320ced0bb127526431f0d2aa706f71e9472c20c7a7ad1406a60e27aa8041ac40de951c5ce08440ce24b48ca0ce202247806890fa24783a48c165adad48d4202020fd2149cd618a417d08c63902d430e63907da6c5915b132c9007d1aacaa371386b905f428c69501c41ddc4a028463e6450c7a1b265d004a063d6a039893ab941f30a453883e603b5729d982086e104956da312153783c9979ecb9c801787193c5a111af208a0bded718a9a8ec75d4a80be93910518facdc0e996c17324127583e752c2395e1b90cd19bceea279c9e0554870a57f104e910cfdd751f51da041866f18708bf6b677289e0e36785f436e65f0cea5f23848472d73d028bc1fc0e0f39d9269687b74201886ea29ef878e89a4d044ea43c376e344dd30bc0575d1e1ede8750c1f487b68f82924ea8651167888c930aa1eca5886d1eb690947df44ce67185d8d32a9c177222a4806dfe9c8b70d63572187318c1b89364183df2ab4ff18fc5e527e8d37d34f8d9f8dc7470ce3d7a05bc63061251a8e0c13dee398da30e93fdab5933df0848461ca5014530d5357a097cc3075353269c3b4c6d44ea6b7c0299261fa40aae4d3b7d1ee98fe058d3d86e9d5d4c0664c40378361863feaf78619f445ae06ff9e546afdfba36a6d983903b9bb61963d55808008eab501b9d461e676c2e9a9616e7fbc58c0307700926bc3dcb9a87518e65e25301fd81f8f56180243d229b4da1b43414ef4b183c2e93d06fda6479dd716e7a286053ee811312cd88d629761c10102810b92515e332c788847810dc15d893f060fa63409fe8a6aba21b892526ea123f1b4852178f5a961e136ea568b76511686086c2974000fb71b16772424ba782d15ab253d69f32d494179cdb0e42e41c52515a8e81a968611f459ba8d5622f43a55dfb03ac46b97db53462f0f256cb2fc19e5c4f24ada302b6b102e5cb90afd00869515944cab76a2c3d8b02a1b4538c3aa627ab5ab7711d55d7d9c90fb9a895414d6cc27c8bfe639a92b6bfdd0626e58178abaaf216236ba780c1bc9ba60d8e84032c3c66c12a836b9e0c4c0b0692d1a5f0d9b55e837316c3eada1d07d54ef0c91ae24c2454610ced9321acf651ab684a05fceb0e533f5a12ddfe951a3f6e1952786ed296837306cff48a07947220a8d869ded685bedec4d49be5346b9ba4b8b5fb960d8b51ae7ee865d8f709e66d85397fee3de1e71143a8c17c019620ea2a46f887d8b87300dfb5a931cb9cf4c32c3be95389d37ec2b2529254e4a3b2d6e39b193f84e386335c40f2740191f4d2bb1bf0915be04297dc6031371f263383085c0d681405aaf03bb70b8613870104571c3c1dd24041d51131f3a1240552eb11675d1442d0e830c89bb494c4da4ef1f32249612914afc8bd62bc3d17fc4588ff5a0fd78dc81d495a40cd26092aa70426c38d18a36f2c92e8e184aae4b3256723ffad829c3a9d4a68cc443728614fab616c329170281a78610f939dd80b48ed37da8cd9d3e4965e88c31074367fbe09d1186b3064230e79a528d3eef419b2fd58392fc42132a561732d19664b8f000ed19868b8e24765d5c400dff62261e88325c2cc1ebc50c97a209885c4aa13677e50641d82b0fd09b6e480b250d266d2371f7b422c272576b132bbf5a170d2186ab1f89d7a65b51e6a4372216903e94a04fba1f2d4efa175afb8c35f41e33fed19fbfb19330e68ddd54bf6ebcc4cb000c377e50bdcf1cbc9b42c768d7de3c41ddea663e6de49b559439b72d88e9dcf1c04b1d0c77a2e9b9eeba5379bce7974c21fa3a74c3bdf7f45c59a7696c91758b6860563e958eec6882050fe6db622867078983b90ec4dd7397e2391d43ee3b3c686a78e489de3bc36317aa724f26a14fc1f0b42315d1a77a6a604f1f90a8f4b484065ecfaea139ce9047837143de6cc2d1cf7dd17963789e42d8f7f939fad8cf9f12917a252469f3d50702baf94a52745f9fa28c2e0ca14946e1435a9c77ee24a5bc1b4043aa7797492f7c974950f13f474adf220509b34557d19562781f4b72d1fb0cd2f8de67e3097bc3fb323c5c65f8684f1df9635f82d61ffda83f16afa1fc2a3e4b73ab922934ef28f1475fada1241c4f5c1a4a8a89777cb245ab87e19337d5894f27d331f4792ecd1f4b4d44164bfb11b22aa5ef62337ca9492a59992ffdc7b20b1c2a21d8f9b537d589af2349edfc3a320e43df3d69f8ff7d14eda1eff3e9d57ecfa3f4fdd18f78dacf61de18fad58e5af96f23690abff79054f7278feafd9f02cafbca766424a8ec483dad329dde76e573f4341baa72f06885a17a0ab1f2bfd5540bff8dc62fa931fc4b22d1f2df1754158d163f71b46cacd907ed06c69a81384e31d64cc12e6aac958e0e63636d39b27263ed5908c08d5669b8618c759c91191aeb44e1b5c6c63a1f31018c7507233835d673444866acf79a3eb67518ea5fc6fad57820cad8e005622663433b94068c0d4bb0f0196d866102186db271d71a6d4a68091b3543cc646c2cc6566e6cac471a686c1c8e35c7d8780db639a36d6ddcee46db9ed8dd8d4d9e20ea30da0d47ce676cfa184d8ec6665a24b1c6e66ac4f7c6e6fd11761a9b2fc5ad606c7e12c52e63f3f394abadaed0c76ef50999a1b1f51834b4195bafa39c689d824dc7e8500b3577a3c3450ab5f1c1cd676cb32d9942d7b1f319dbd64369c0d8369142edd7e1d7971a1dadf0a604a3a33365a163029abd8c8ed978aec9e8f811eb97d16902222ba3137d2fa5d1e9178a3746a7df78758dd1998e27199d17a1706674de8f3a80d1f9074a29c60e457881b8b1e351a40fc68ec7e8213ade432f86b1531ab27263a74aa43546576baa85ae3ed83b8cae097330d4390b9d5dc6ce9fe9b9ba44e3e16363971b387737764d4143aeb16b39825363b72c84b0c6ee53714661ec318e3e768f39b4dd7b8453a9edd9999ebea79e52cead0fce028cbdc7d1abed7d10c79bc63e19381633ba0f43e06674bf81b34ca3c4968aa8643b1a398dd2b6d461a47d50ec324afba235d9288dc2839346d9605a7bd97b849d464573d4998c0a3ae46b5439a3bdcca8ba4a39a17a698b21f5725a686d1f9c5b19b5666a01da40c4e4469d17bd6ddd099cea1af576d40c0d3571c66a34106b321a8268bb1bb62147361a7e51fa1a6da8bb1b5be11152a3a9560185462103339a3b10eaf0f8803283b19f9e9a61bf08eac89e975111317a7951e7f3da8a28cde87582bac280f354bf067c27cc34e02f1ad18d037fa38c65f4d6a2d3d2e89d86134fe3a0e6d47e7d1e5357f0294231d5e8f30d652ce3e065d43207ffa6a71f4227c68d433ea118611c7a985af9306b64bfc661fd90e11b478cc1efc0318ec827243ad289f6d0c891f4f42317e0e13de3c854420aa326d1ee18359d00e5a8abd4ca47d74516601c6d4f586ef4d9300a5dc2b3f3c6d105b41f7d9bd14bf33d8a8cd538561749a1149c0518c7857068335526bf86384f33fad9226d36facdc6e199d1af0c8f441afde8b268e344073c616f9c54882349e3e404ca8929ddf048b771ca0e8251535e52fd9ab603fd4cc6e983a8b84f8fa2e23e3d0b49ac71c65c546a8c3336e25565c619d928d61bfd875395f35f8eccd0e87f03952da3ff1374891967ce231038cb441469d63414108cb39e12ef989d873e18e39c95f45c7307a0b1c718541b0d47c6a0a9e80035ceab4bab3a6f0b5270e37c297da005e371ac6f0c56a3a9cab8f0021598855f50c73486b8d37b0cd94c1c26241af568e392406a604bbe51775f3a9540f3d248228b4b2f539d589a8b629731740e61b9d06d54ef97d7a782bcfc29e1d595f9f46ac32de817c3dfe31975e32a3f8264abaf5b60688d0a476cc635e770006d5cd7089579e33a7fda43ebdea167cbb8ee134ec18debaad0a8628c88a59f8aa82246b13e032dd3c6f5cc7436c939445fe66edcf4351d4391bd51ff32468e43f79a71cb5754288d5beb501f8a1a4022c9361d51b7ed17718a64dcf180f6d0ce8384ef77d525ad63d73e6a3abb5751caed8e276960f733fa5bbb7fa3bddf18dd8aea57b4092765c6e87b8486626c516037c61849b2885983c36c63cc515afb985f28e91b63efe2c4d3b8ef0415d17d99689834eefb8f2a535c239cb11ae35aa2986a8cf3a6258caf49603ede160f7318e3dd0230b4bf0eda7f8cfb0bd05363dcff9b8854422125d38185a80e1b0fc452113d70974ac72135a1ed43a5d4580f95e1c8c8787833fabf8c87b348fe3812860e3de3914d24041d794705f9c817e24347be13264f74245c7874337598a3c9de183af69e7ada71858642db28ef8f5f219921693aad7d522415e4a423d44e4e740ba3d04dcac2e4867e146a89d34063721b34261a93e7507e2527529d38d51527c4c653a7e8174f95925c74fa33deab683c1346ede4cc45fa8c67ae91a27bee2675bef3063c5b633cef4d1520d586fa63ea735afb0b0e94be1772a9cd5d0cc75b9c8c9734b41f2ff9d19fbff40b4db4c6cbb588ba5dee48ecf7f275daa257a613264f7b4794f2ea1992fdd2459498e9621249ae6d226e75bd153dc4f56dc4d3ae7fc129a531d387f4afcce7f4e76fd6a364ba798f60d4cdaf441f6eb9e3a952e39d6544faef4e415f87f15e2fe27cf7ce5141be9746b4266bb62d85ca484bcbfa4b44eabe100f4419ef6793ac9cdd098767c6ec21047db2e750e63ca8476f3be705a5efc341e8b5363e2ca4e1466e3d12237203e975e4c6e2a906e3231dadeaa33c3c9d627cec4699f32481f2eb592d6a60792d488eccd3925e98b7111dd9c6e7ce686a37be588e87398c2f6b50e6bcfc893343e3abfe7118caef4adc3d7f3035fc7c3f745019f317a38dcb98bf8a3053fe56da43f9fb28bff20fd3eb787d9738f29b37e8413216a8a974144ca2fe58b0181d54c6b7c3a949bf2d2546f1b6947647e14e42dbefc6504f7bb79038df7f36d49afecb26e05674c41143effbd040f5fd74aa851f2690e0f2f136918c92a6047d4ac69064f16904fdd4a760bc8ddef8d98716faf35baa39a56d49e5ff128b661ce397c33488fbf2963e501999978c65b7a98195bda296591e82a75d8de56f0975941713f9f96a47ddfd6b0891c50a6bf4041a2b3612eaa8b840fcf19b1dfde2370909c6dfcea0a5c2f8dd8d50edf761c4d3be9fc6e310c6ef3768baf5631fbae18d3f0ed0a3feb84e62c4ef0da4affed94b32fc9f3c4f0c55b5a61a5d358b3672d57d3cd560acb6a64a5e3d1c2d87c6ea50bc89c3589d4b72d1dfa1f48b7f4fa2e7c1f84f4a92ebbf027cb5a61afed8e64c35b6616b3259689194992cc2112a9a2cf2b0b89b2cca91ea9a6a8d46d5c754bb0d3a494c9683b0889a2c3763b732596e43ebbbc9f2354ef04c563a544e4d56c3d11e6bb20a47aa6baa3307f7b6a94e149e9234d5798b08c654d70d3193a96e6f7a88ba26245226eb99587d4dd6fb50b33259dfc3bd6daabf8956c2660afd54a32938c9f87f08d53b53634bacaba6c6170328741dcd9726db2ea8809b9a6c463796c94e8cfabdc9ce131985c96e0ece874c4d8761473635f7a7946b311ea748a61695f4f42d67237830b55a8fd62b53eb2fb8f94cadcb7024697278443fd586ce5b99dadca7b7dde6113a534d6dfba2ebdcd4d61f27eaa6764928649bdadde6d04f14bb4c8e49780b8ac9690bc20293f34b5ae88e5df0961d53c799d8584d2ee9e8c836b954a1cc60ea9483acdcd489befac7e4da0bdb89c955498bd379203a8c4d9d7752ca75de8be64b5397cb94135db2a9e674b5c089baa9eb170481a66e8be93d769f8c0ddfd4633b1a1c4c3d7ed07fecd59543227a1dbda210939b7add42c86f722b42d1d2e4568c1a9fc9ad94f2abf7391c409bfaf4a1fad5c75040a16c7a54776fca2ff7226c4d2681909650b8012531937017022493f030426b93301fc72926d1563c7c6c129b719c62122f4199c124f987fa84496a43754296887377935c801e4a93dc836ab4c28e6aa1c219757293c20d956693220acf949994eeb4f954ed280b5567f1ae14937a2f7a9a4dea6224c426cd1f448f266d5d6ae5da69284698b4b3a8746867a36bc0a4dd8b1a8c49fb16155d93ce87aaaf2e927a877e3a75057d1c8e834d8628249e26e37e9c9e9a8cb7105a9b8c79a83d9a8c65b41f4d2310049a4cbb913e984c6f1c3164ee808cd564cea664f2389d8ea1be9de83df64d421c6deae7465da19f06878da67e23d06e60ea771c71b4a9df1914074dfd0a51f735796970386bf2d25950e8309e7e320d98638ba1812d71ec6a1ae88e87394c035f5105f056a1266af2ee87bcd6e4fd0ee996c9bb0a4d42261f57f44f987c7ae0d8d5e4339c12d3672b0eff4d3e677228f41fca45a6c18dd0fe631adc85a0e290bd78e2d234e41d3269d3d0e6f4a843bbd05618ba09dda4a6e14a1cc59b467850b11a19880ab869f4723ca0681ad31e2f0636f92a882bf86ec5ef8731f97ea74a3ed616f52fd3d8ab8486c6fe45bf9c69dc482452a671f1a8939bc691286e1a47ae4d935f356a0aa6f1dd089b8cef8f8649d3846d5460266ea1bc9f18437562d275d43a4c9377e108d734a507758529b15460a60ec0f99069ea5dfaf3d37a104a9be18f9e40d38cf9381633f98fc5631aa699a928639966bec339b26956095191d951785ec134bb183505d39cbbf4b103ec501a30055a11c408f224421c3480365f502a15d1a00caa39415954a3e759a1b1da342f99167abe8c3acc024f5ae8e09128509982afa1306b5af81a954053c81cbc6bc01472388c429f894987fc2300bef803f5ed253508502e3980e28d696920aa64a6a58f68bb2fdb8fc2ac69b92badd7f2be549097f7a762b5dc1f5d4fa615a3888aac5840d564c51502a72b4a29575786e1812853b80db5df5561b4455715a363c3b47a3dc1f4d57b89a8af0d22d4b136164ffe9bd6b9e3d56ea6080575d1887be81c34453c24fa10515680a1f5ae383130addf462c73c37c9c9d98369c42c5cdb4816e2f336db4a162b5d18564ac8df7094f6cbc8fea9d69d3369cd698365ba34269da6cc72125e5d7e658b45498223b9110b4c50e674da62dc9d46bb72e472f8629aa310aeca6a835388a376d53e26513a6ede3d03662da1e4a9569878ec8e24e4bb4729b76be27b4bdab292a94a6dd7d0920454b6871a27d882b44af44cddd14fd8a20d99ef7f4b7f6d6218811738554b2580f2ab5b199a4c1eceb48bb76df3aeadb71dd08c2c60d24801497464f1ff787aa49fc0c7a88fd56b4b7f7dbe03ccdb4bf2d1e3435edef8fae3ad3fe57e8cf31250c20c69a301c1d1ba603a308621ca0536ca603f7700a6e3af09d58c01157742a9912ad881926a651fd3ada046773a6a395243e2705a0bbc894b488365fd20d2a0a275a52929f6885930cd3892554444f64e3b4c674a21aef8e349d6c415437398a9a74f285640ca59c40ff8429e52a4e454ca78ae8759c5e879669d3e9173890309dd111843d934495fccc65aaf7670dc4e6ceb5c78321a673fd692b9c9f44c0edfc268251e7ff5032a54ea79d96ba167dc8a6d4046f0a1d43ab87e94225f5da4be308885c0aa40e73298d88fae5ddc491af4c22f1e64a141e7430a57da54a7ed50a07e3a6aba308f1a5ebd331744d406972ed335ea963ca18462a7fc6189c9499322612d3c948a534c97840ad3ce33f12bbaeb746e7b3e9fa65aa39d7efe0b51ba61b013914caa32ccc3c8b4e5ed34d334975b75ad1f4e1763b8218b7f7900e70c785460d774653e8ee0e2a0a774f928498d51cad0ba6ac32fac5fbdb2899b2ed4956ce6e431396ec15248a677fa00ef3a017fdad070584d21ed6a61afdf036da0d4c8f9a51a378544e63b1c732d2149e36a57afff418c1a8a74fe8d53ed3e2b7f8999eada679dab35b046af2f268bb3f4f263de7859116e70513a917e3d1a7607a1144e8f1c57d1a23bea82299f4656b3c2d667a798af8e3cb7412665fb5c0a9aee995995853fe54a2ba6ffa4562a8a0099e92341518d039682af84812e2db0c425685064256854b08e8be6b4195e9bf203cc6682af22419ab288a8867d14b3cbc672a2a272dedbd25b593f73aaa13efe3284ddeff260cf0a12555f20f4a34b4993e68d1fe63faf0960638c59da9a415f7a43a513c99f650f166aaab25b58878960c2218f56908d5c2cf85c4324ba5544d4ae7a14dd054ba9dba7b691cf5da2fade96d7f115295fb729c98ce1732ee9bca8c347e2a1b4b7fbe2c958841792f74fb99cab71242feea84260ed3d721a47f7ddd42a2d2d7021a2d7f3b47e3a7efc134ddfabe9418c5f71778878be9e7680e2da2def1eb117dec5f5f4883a9bc484cbaf2096dd1aaebf41eab1d895b550fa2ae50bd9ed6abfa1eadc43f2b1ad7fdbb100621b3851d4a03668b3ed89acc1601b838668b602ca2668b6aac4ce69a6aa4f3e69a0b50c632d7f240a5c65c3b14a18fd9aa103fa3b94e03ec56e63a4b70239beb54a231d15cd70ef7a3b9ee35a481e67ace28519beb4d4319cb6c7d04253173fda6f4a8f5dbe3b632d7cf455b92b97e05bae1cd0d8a100e9b1bca109b981b9e2cc790cd1bfad88d14b815cc8db2dc30d4d81739b2b9311d8934db3ae2c4c06c3b1061a7b94957c4f7e62652fa8c4d9e60653237f98b5a87d96e1dfa01ccf63591fd9aed63f1a62ab3fd5b141acdcd3afb51680f9a25cccd8ee1d4cddcec1b4e03cdcd95f453cdbd284d9a7b236335b7d0d2ee68b916255773cb4ac426e65673d1e66c6e3d12673a6687fbf88d21e6362e785ed4dce63cb64c735b1f848ae6b67e48a4cc6d330b30d4ae713286dacfc1566e6e1fa5a150157ec39dd9792d9245b3f356447ce60e6b232974067b9ab9a32fe24273c740ec69e68e0b90369b3bdec63bcecc1defe014c9ecf29832daa58ad6abd3493c2161ee544e75c2d50f272c66d747a8a69b5dab506834771e42ebd5f9349a09cd9dafe378d3dcc59672b54b35762b73572fbc93c4dc35055d29e6ae6771d868eeca25adeb77c426e66e6eb618eade10f55573f74204f3e61ef6b41f7b4c46a06bee118d9abbb9a713220573cfdb0815cd3dbfa217c3dc2b841a985b4bb4f79bdd5ae750e81a2a0fe63e1e380333bbdb51fb75ff4ce92b98891601b370346226b3701a555f515d845166d16514f4cca272ea0a9218b4089825e7e921a4ebe821a4bb2d28144b6548a6a616201b42ed441685c7b9ccb22424c466f965bc60d0ac08a38aa98845178f59d916c77566a51ca54db3f221e5bdaa1ed240b3aa3f9a55cdeacef43ad41a5a09f508fec568d4a3cdea13c8adcc9a5042439a6882519a7f289c99752154b675b1c8f0cdba42643a66bd947a877e238a9666fd7b946fcd864a2a4346772a7c4635ca9166a301e769665337b4bd994d722adba67d784cc36cb62010688ec7e996d9c38656d5c317cdd0ff0f214c377bd6a182ecd99b0ab2e7123c606df62c411dc0ece58660deec25a65ff43a86ea8ad92b89b6a857298ea9cdfdeb5102f46f878e6c737f77740d98fb87204532f72f271cddff0f2df4801dc86bcd037ba257d13c7015ea13666ff2b899bd33d1eb63f6fe42bd63d041742098077da2e2ee138ec2ac79b037ea98e6c1c350a1340f2e4531c23cf8170a08e6219308c10c6d8ca306f3d0c5b4aa439fd0aa0efd409869982f8a37e66133d06b6d1ede85a0f50827828a2316531f1af1083d81e611e5286d9a47d6c4898179d468c2bea372d14a641ef59b5662f47caa26a3cfa0906df63d437f6b6c1f9c7798c77e441f8c799c0c3564f3b8e5d491fd3ae264d1ec7788dadcf82e78deca3c5e4068683ccd7ecd135ce9a7262cc0a99b79c23934559927e4a01a659eb88d437b692b4cbc4c09309961d4641fb412992727d3124e7e82667bf394bb788383793a5db4669e3e9eb0eff4c514f2d7a1d9cbecbf914ac7cc81383b31cf0aa1ea3beb0ce913b3dea3e7d43c87a66ee6804ea8cb99037ae7502812554573c07b2a0a736b1236995b871260ae3f290f730b28a3e72d89a3d0491c3f99e755917833bf252dcefc10e2c80b8251c6322fd8827603f3423a95655e388110f2c2c984bf16ee4557b079611e4a88e6107b9c789a4386a333c2bc780d55f2c57991185a6a83175798976ad043695e6aa696b9f433eda1d0d938ca3287eea15c5de6441573d92b9c6498975b9180b07c2ee5c4f26da8b99b971fc24189798523c9452b7ed1165db90aed2ce6957f08df87fbd1765f154908798d13ceddcd6bdbd11b5aa7a1645ad797327a5d1615be7539b4d3d6bd27241a91482f6dbd82f26b7d069a5ecc1be6933eb121594321ba80c4bc319b04978d1f88c36c7a44286db31b6dbecd6fe86f45d6277c1fb986d076642cde3662de2226956c4b01318aadb789c36cfd8ade287394a52385faa06a6d8e3a4f6f68fb6f7a8f3bec08d5ee1c4bac695722b5a6dd029c0f99770fc251bc79f72caa5fbb1752418eae85264773743cdea760ded301ed78e63d0c7df6945265da5b80d32df3dedfb45e7bab71f2638eb1c42b29cc31d6e83935c738d21b8a3191d6113b8543d70889c6de2aa7d007f4ae98f759507eed4b269eb6af8444cbf8b3441fe2d30962c43fc223f0e6fd31549013b249273fd0085daee6036b09cb1d88273474b0111e03321f9452c33fe4423dedd07282778916440c129fe39d83e6a35b889d1cdd4795e9e861829d47afe384d87c2c9ad2f7d8691cb1998f15a28dcb7c5c48ecf7b847008692ead2e64bea4b983c6925e5ea893d24a59cc8a13e74b23501b793ddd0d46e3e3986861bc9ab8819a6d4a0f798b280d22465255580944f341f3a1542f5ebd47e9a059c2a2395ec7477421da7a7a0d3d27ce6016d8533bf49f83f1b8dfe42f3d94bd4adce3525e5f4dc1adac8e71e138c3a5f4673bed43594bea92ff12bafcc170f51ca5da16fdf35a7ed22729d768300527a1d9265d297d386495f45e2f3b5fd68ab3467b4a11690b19f76ed0d3161df1b2a6ae5376691be7a63059e173567d6a116901945da50e65e3c8f6ccefc83fe2ff3cdbae914ba4fece47633cafbdb2b49edbcfd92065e77965105b813850786cd77f61157b8f38e0684590fa90f657da10f74bf0fe95ff7fb51efb89f44b25f763dda30d9dd687764ef23e929fb100da91e3ca63697d38e6a4e4e4f3c9565ce394d8425e70d71be872954991ee65246e7ced650289ee48f47ad09923d52d38ce251041ed5343f76465b92f9713129354fdcf118b6f9c9527afa277ba8653e394f70f8a93d65e1b387f48b794e341fcadb48d5242f011db3e6e7b349717bf10efd98e6976d488379b591aaefab681a07bf3a8dd62b73fe3ab4bd99f34f10127d1d4f55ee8d3f55b937f7f0d49fb96017fd62c12ef488980b8fd030e85d53fcae06f3bb781a2cfdd7351243451e84578b2e9360fcbe37d1878f7904c98a07517f2cfe4545b4c4990612256fe86d7f6e4375b574339925bed4418f9bb9ec3ae939653944aecbca09b8954ba920973f2229a5a237bd8e0a35ad6ac5541acd54ec26485671db9b420fc92cf1ed1a01dd6f1fe863ffb0c153cbe61f8dc22824223ef4c39fb6c28f3c526a7e94a377d8fce307cd877ef62216f053458cf5cf63b2b354d6264a59e94584a52a8ff650350ba0d53308aefc7d8008d9a3462a56130f0b470e85e27379d4dc8f96568fda723c9ce0513b01378c87a5043d351e563711e87ad49989b0d3a34e7a0086eadec60de351f72da689473d3b948b3cea1550c8ba167a1e3cacebd29faf3f1827fd1ef5e7e138d8a37e2882078ffa09b8913deabfc0a39a1ef5dfa136e4d1a009e2688f060928637934b88260cba341054a751e0dfea27fc2a36128b2138f869be86d374c45d4e1d1f013420c8f463628057b34f2c44aeed16837525d0fdb04dc431e4d462168f6b0f3c402e36157914ea17f887d3dec43116c7934ab8570d8a3d940748a7b34bb404bd8dc1d85468f966f91ba79b4ca44ffaa47ab426cd21ead5b21d0f5683d1e251e8fd6977134e3e1b08ab695430216778f364e1a0a9dc293a01e6d17e05d621eed5408ef3cdafd41a8e8d15e41ebd5fe1b8af51e8e8e08613d9ca66033f4707a880cdfc3b903a25a8f0e0ee866f0e8b00961a74787dbb4153a5a52faba34474ae9e1a2c3c6eae1d29f7fea224e1f3c5cca11c17874b2a46dd589fab687eb449c2c7a7451a283caa3cb66aa135d1b50327533208ef6e87682b668b77ba8477b742b44ecebd1bd3db6398fee99f41f7b5c4258e0d1838edb78f49c8c362e8f9eff23eb3ae372fedeb0acb28bcc32b2775999a1ac9ebdf7a0247b4442099515a244213f946ca1ac8894958414d92b648bac44f8ff5f5fd7dbf3d1e3fb9cef39f77dad739e44a48102d74378fd80c06d26e22f81db652a306e57304e2c707b8bdaf6ff8790ba097a35c623ca82de8d10c20a7a4fa485d927884a47dfe198ac17f41d85c75a047dc311ae08fa3e435149d06f205a0d827e637c68488c310841bff728e809dc6b23f615b87f42a42018300963a8820174b78c60c045aa00032751df1e4867ae0583ba214c170c4941f22318928e691981474394e1054397a3df2118fa042f03100c6b8d004930ac335237c1303dd22dc1b04b54bf868f424342309c2ecc130c7f4b1bc66b0e4db4d73b3ca72318d10779ad608404430982914368778c4c400f5f30f283028746cf40655e30fa316d85317f10890a04fd31a229104417e390b0162d72714bea56626fc285e25424ea024977bca94a206b8c9ea1405907099e40d91579ad4099415d54e547f04e45d7f308d40f91060a34d308af6ad250671268cee3697d81a6808abbe627fe6ea0403b155d5d812e940a8cde835aa6fe355a2002fd17541e04861668490a0c9d0a68484bb8d060a229342e24e863aa83e7d304a6ff307024302563e04860a28893c0f497d697d94c30dd124905d9524868dbf20cc52e81e51b61396b2d543104d6684c6c08ac3b31aa26b01662644730ae2efdab71aba9ca8d8ba63ff4a9857c5be0d30589a7c0a71715641f5fdaee3ef3690a7df2680a7de30892f92650fd1a9f8b2a86c0af076687057e64c50b2614a3ec279898869aa860f24cda0a53dc096c4dd98b9aa8604a31926bc1b4a628e90ba6ad40e54130ed263dfdcc1db43b66a6124f9b7588f0d7ac33a8210b665da276121049bb76ce4cda0a734ea2e62e98fb8c1679d05882c3f37b634848b0a006d5af058dd1291304b7c088a620a41946b905217e688b094272f000bf20e41dbaf382856fd0af158416d25a5d44d78c0b962c21b2b8e436c182b0ded4ca23d61287595a9356ced2ded46b9775a18ebcfc24d5c2e54f6899ac5c82a2b860651935e9c840aa0091f3f0a09620f21ec1a848fa393b41e47bfaacd51a9ae8d5eba895af75a3ceb7ae35f1a175f7093d4637272c17ed47003cfa2bf5a198d50490624710c9883d44353af618b5a60d5d89b16ef8447d7be30daaab7147a87ec57d40494c10bf14e56ec1a62da4e76cee4e5f7bcb78a2815b6e106149a843953ca139da1682ff843cf486e4b5ff3ea33523d8d696e8c3b6d9d44e768c24fcb5c38abea860c77aeac8895d6368e81946df053bf3a93c2637a68f4fee834e9920d99b5a40f261b42d04bb75b46b771fb4a1a18bb47c7717d292db9343a5764f0189377bdfd04cecab46a0797f5592eaf6bfa36678a03fe62704076692a077208cfae381ef981111a48427d2d02e6a01291f69560fb9d1b63a749600f8e17944298f0c41a35770c48fe63ed59164d2d436846a53e38818a426936e927601334882b4bf2e3874b42171d1a3f433ed82a3e1a93874ec0da92bc74a89511c1f4dd4edc43fb42d0427eb502b3f594e2de0941fc69c05a76610b43edd8e1ad899beb426ce6ca5ad7036905edad9dfb445333b5333ccdc43cc30f30e1e9d1664be2fc6a1737d08209deb4fad292b91f057b69a2a66b69154b2ec20fadae7c7604e4170418cc10bc185df98c7145c9c4a90ec520faae497ded3e45cde49afe3cac0321ad2d056c8ad8656a920b70ea93eb9e30862e44ea6e59b3b97ca766e11f1edbc1178544090379604f6bc3b54a3f32a685b5d1b8be125c1750d75f7eb14f816dca84f2bfa4603741605371ed0a3e6d7204a99bf07b31882fc03c4ad0a8e90c87bab071af682dbce24dedc1e47aaf5ed8dfc8769f4a84511649e156da13f2cda4ddceace205a397717d317ba3f1a2d49c1fddf54731e8c2486ff601ba619040fa3882b3c7c466bf56129a6b1048fc2d1a5143cda883fb2257832194f3f099eaca2befd248bcad0d35b243e3f33d0733d7b41c4a0d89dde76f1da5e34b40e2f751014efa33af1a23b8671042f2610dd7a419760084a0c44a45e45a0f92f7875817ac7abcb184111bc2a26c9e2752c1938afafd2b67a534a8be9ad031ede13bc3d44a8f6ed13f202de7e2265fe1dd3877789d4e6defdc5e882e07daf441af2a22ff4fe22b5930f63690f7d5c431f5fda965cddd2246aac9fe692d2fc2982fad0e7091872147c8e2652f6f93fd214ca9a6026505076804aed9704fc3118c15777aabe5fdde9a57d1d45b2df57052dccaf33f12a03c1d77dd458bf6d263ef4bd0b4975df7793c75a4e97740acaaf17e0d0cf91044e7fce21685d518dea44c5648ce40b2a96e3bdd6828a9da43c54e4d24bfbbd8b30f9ef0ca2f395b568d756d6c2688ca0b22f7585ca0052dc2ab793abfb27822af95f273296fe0692a3fe6f23ce84b0ca53f4ad84364978e84b58b508f55561b561286d0aabcd40d22fac96809452587d0a0a54c2ea7bb03c0a6b78e1c110618d6c5c72c21a1f710f096b3e42bc2ab4dd8fc76d84b6cfb7e190dd6614a88476c9f41dedf621a310d69ae8404329488885b5d27199086b7be3b939616d31ae7b619daa48588475b6d343d479800b4058875ab9b0ae9e1eb5ee4a9465847533905108eb7743c753587f3f3d6afdfb3e38d4a02e6adbc206fd31eb236c70006181d0be3ee61484f651181110361c43cbb751066e6461a37b5873848d1ea1d724741c8fdd5de83881e6def10daa64c2c651785586b0f15da4e0c2268d68729af861191236d985368fb069193643613335867184cd67600313b6e88ced57d862301e3211b6f0c2e22e6cb1028f86099d066217153a8d42a74ce8b481fe47e756a816089ddb2003133a0fc66366c296c3d01715b61e8c876985ad87d0a3b64e44a6236cd3030517619b27b4725c5622da16b6d521bc13b63d871d59d8ae1b1e2912b6b352cd69f717718eb0fd7b5ad11d56d01f76a4a4b8b0d360f43b849d66239b13767a9f8a439dfbe2113f61e7409ac2ce7750a91176d1e3011f61d7bdb461baada24ade2d0ad51561b733489184dd4a109c0a7b34443c21ecb1168f8f087b3c45042374ad4785cf554715d3d5077ff046d8ab182f3c10f66e863f9422ecbd13c312c2de15b426faeca0b7dde7341216615f073c4721ec1b86fa97b06f2175e4bedf50fe10ba57c5109ad03d831693fb0d84b0c20176685209074c416c221cf01a2f4f100e6c443331d08c7129e1c02fb456074d445c281c144e4b6e500a5237e1e0ee78538270703cade8c1053434241ea560a1c71e8218433da8490f1d8f8c4238f40415f7a1650138344c448d6218fd7e8770d855bc244a38ec27b5cce1b5d144100eaf8bb85038fc2e955a4f478c260b3d1766d350116ac842afa6c84585233bd0148eec4ef56be476fa42a344c80c85a3e651f51d7316ef08127a5f431f46e8fd15933742c178823e82c9282a0905df5085150a9d09c108efa389201496a1d92814d9a0682914f9d1de16fd87f10ca1e82866b684d2e648ca8452017d9634194d50a1f41f614cd9267a69b21d78f7ad5076847aad7c900b0d090904ca9f2003132ae2695695fd31bb22545543b95ba88a22e4aeba8caa8f50f58200b8aa04035a42f5345a399af7280409b56d08e86aa3e8b3b41ba9faeae2d16213ea7da935e993314125d49fa79da67f47ffca708d5893d1848946a131866aa1f11fdea92434b9e1b9ccff0f5125375da0f565ee8ab28cd0321ad9afd0b202cfbb0bad9ec5349480fa8470ec344f1ada88c10ba18f987aad4f241e6212fa6c41c145e8730ca573a16f5b945284e315c4f9fc67d217f22fc4b0bd70d20982e993472105174e198d816fe1949d446ba6eca6d231752421f7a961a8e708a73520e43ead35eded69edd057104e5f4c3867fa3314238433ccd45867f8e1d169e18c0568b20b675c46f74138d38d2ad34c35cdd74c1f829d33437bd1d079543b85332ba832cdda4efac4ac34fa1f036c0916045ca462155048dd7d762eeda1399d0933cd8946e14c38e72d5af1c2c0b7b415e67ad28699eb85eebc30e828c182a01334f74139184c14ceab4ed07afe706aacf347127a5c5087d6ea8250427cc13ef41d43c2a9a48594633242b8300593cfc28574044b185a0d8d38e1a2e69801172e7245df4ab8d81b1d62e1e228b42d848b0b31e0205ce284a7b2844b120820854550f50dbb8f17f00a231e52195a3a032f9b102ea59f66112e9b492d60f97f78d45cb8a22b4ad4c215333040235cf19084b3155fe921560e22eab6b29cf06a640b4c7f08237b508d8e1413ad59654b7aceaa0d0415573b600c421865479829aa2e3afdc2a8a604dcd655c1cc96307a296d98e87dd4e6d60751af5dbf80ea446c1695dad8e7783044185b421d39f61b91d80de904ef36c6d0a3c6eda6351177813e6bd35cc2399bc24854dab49964d2cdde447e361761a85db8653651ca2d3b51ee1626d851254f684cdb2aa19582869663ec4d989088371208132aa8ca6d3d4c2ce03f3b5a26ff75451f59f8df1a2a0adbaa91ecb73d9dd495ed8f31c92bdce148f52b7110da9bc2a40ef4a83b3b529dd8d99736f2ce6944f0761e229699ec8e0e9e30d99b104cb28216d3ae86613414493567b72dde7228dcdd1faf4714ee8e255571f77b2a437b6c48c5d82324a5668f3f55df3df483e2c27d4df0d651e1be60f44585fb9ba03f24dcdf1373c8c203da6c1a3a8be7878407d544620f1e432b5e78f035eded94c6443252fcd092141e6a8cc954e1a12698ff121eee457bfb484d7ab547c6d3e63b329d5047aa2d098da9730975a4a9885b1db5a3af7db43315e4a37fc8f9393699e0ddb145a4de1d3b8b5ea6f0f868e28f271c09f19d3841a5e3c40d8277276e622c4978e209a67884e91e4475d387933694be1f33bac2530524779fee4c08f934dd752e3cedef8243192b08e764cea16275ce064ffd09cfeda1cd97558504bdacaa247767b5a38599b50103dfc2acc30402b3e9ac9b30bb339ee71366afa6893e7fbd0c872e84921770c90b4d76e16543010d5da33fcc6945d837e731bdc72b33a8ca5dc924bbee4a2955b9dc387afaab0da946e71da02597779964d2bcc78431f32aa9205feb42dbea5a31a1daeb7309935f5f856eb3f0fa77bc244a78a32691eb1b2e449b6ffc470af88dcf34f7f94b4966283841cba430924a5ae13d727e6eb5a7e27eeb003dd7ad57313874bb17e19c22a6a7775a11efb8134ed2f9bddeb491ef65536bba7f9f98e1835c02a78f6a901af5289bcc8dc7aea934a4a1d2f1781c419fa70ed4029e8ea47affcc9bd48267d944329e9d27545b3c01b318c2e250d2278a733094207cce2ac60b0b89bc2fc6d31fbe38431bf9c5136a992fde13847d598bc8f5cb5bf4af4a7a931054128ef94261c93782e9af6a51e9784537e3085f9bc8347eb3948772a8b8bf8dc7f4adf0dd24fa42ef3bd067bd7727bcfafe2b358a0f5c443f0e24b2f83181b655a93f39eaa509d4284a1f9389f0a91d99b39f7454273e5b301d29fc5c4c1262592d0294658d6961965d2705a9ec364680855f6a61d647f8259376ed375772c1bf0d2446f15d4cb4f9bb1e6395c2f203441f7e05938af15b48adfcf705aa399552daee7fdae06957e19f5c9a893ff954c9ffbca026fdb719b1f2bf3f49cff9e780d8575465129a08a22a679122896c4ee0593791cd699c5551d5eab8ee45d52ea2c627aaf610cf3e88aa95239d17555722af15552f47614354c31b9b8ea8c66a04f3a29a7391b0886ace4bc421db86d8dd45b6ffa1862cb2fd8e6168915d77c413223b0d2e26919d1931b9c86e1adaae22bb39d8f045764b510914d945625710d53a8187e44475e7e3d13051dd6cfadaf517619448543f1657b4a8412d7aae065d90fd8a1ad02d02227b11bd47878368c4891a05225914393671a1a140c400a2c6b668bb8a1ad3d5f3a226115886444dc528808a9afec4862f6a560dcba3a8d96aa4f3a2e649f4b65b8cc17a2f6ab11a11b2a8c531d44d444ead6c68c88c7842e4f4133d4391b313861244ad9a210b10b5da1e40438f90498b5a5fc0f8b5a88d2f2df2b6f6689e89da85616a40d4514d2ba7a3162d2351c7b3d8f0459d9a222116756e86814951e70d78c25ed4792b4a88a22e0eb491bb0c452c27ea9240e5b14b19ea72a2aeab919489bafe40ef44d4ad3f4a03a2ee4634ff45dd77e2610e51f72b3485ddafa2132beafe132d5c518f31f8535c22d7e5a83d8a5c4fa10e20724bc7bcafa87757dac87daa50f5ed63873f7721ea63a645de2794966f5f8a988bfaad46b15ee42e45e949e47e1ae54891fb253c0b2eea5f152992a87f990287063444b95b34600f4245d1800fd858450367615c4a34703d55cc81bbe8b306fe40654b34a82a0a2ea24189a8218b067dc4c8a168f030aa5f435aa15223f2e84c2bdae322ed348f27e8788a3c9ed3db1eba0c19ab68e806cce88a86f9222e140df7a38a39fc2c0655449eff61a04de4551d2f801379f5a6f2e825a646e175823adf28334df4a8f778918c6834311dd1981668b189c60ca0eaebfd1e6f6a1709e623f91109fda96f0b23e97f149ea06e252cc5c88e482244ae2092dea43a21ab85685b24ff82444aa490109653c8a85829a351bd132937a3d621529d46495fa476c4b3482275274c0489d48f11e88ad4cf511c146996d07369e7233b1169ff520bd0b5e1a124c272bac7481f447a1b1423440629553943207a4d22035772f3a6181c1aaba6f535f636eaaba271ad51f7158d73438f4234ee020609443e76782598c8876e8e13f905a0a6209a308d36f2843998bc114d3841d564420ebd5afffa484544fe42a4a7227f33956dff0d28c289fc2b5169164dac45f56b9213a1ed498134d19337a0982a9a4c2147d1e4b378cfa9688a00dd53d1140b5593297eb472a6ccc73ca6686a773cb62e9ada970accb42ec84545d3c251ec12cd9889c967d18ca5a80d89663a10459ae9879ea168e61a627301a309f1cd3e8b445d34270f6519d19c5b049002cd2833880227e2b900d1dc1a68408be636213c31f73075ab2037da7c4193318e270ada408b695e65190ecdef8e42a368be80a670c105544e4521f5a89587f4402b5eb4b036d5d5850331b82f5aa823aeb070217ded853954e542af10330cbd47556ec95162d26174779128ec2f065f45e10f69dd877f233a1fb1016395a2a5c904e697cf2718b57c09d5d5e571444596efc44c8d68f92e4c04899667533b59fe94ffd5330c138a5604137d58f187bae8ca387ad495e731ac2a5af99c5ac0aa8e54a3574950a216ad9a87e90fd1ea46b4b7579fc5e098684d6714bb446b5c31a0255aa3c6c3c7a235d1d415a2bad0ba5f2b2230bfae0d1a4ba2e806f843e7a2e871a8c28aa2971115893e81b2b228465f40433ed4ca636613335cafc6d09e6883955ae6866d84dce38691a610ef4b602b7e09e900f12ba992c7df412f40b469183deaa669a49b6cba47b3ba99ae34146d698b57d788b6c42a6868871b0e2538d15a4dd882bfb42a4a38446a54c25bda0a5be7922cb375231ef3176d6b8e9aa8685b1bd24db6c553bddf9641d2d3f638e2a2db5f50fb4d6c46a026b145000d752bc6a1a4abb40a930aa83c26dda3b2bd7316a99d3b8fd386d9998567f044c9d530cf244af6a6b5ba2bc585862a518617edee4ebc63b79a36cc1e5f3c1924da13841e85686f4302227b87a0a32edabb9da8eede4c82b0fb1e1312ddf797faf67e192dccfd5af41f45fbfda9caedbf4980f2c05d74624507c817151d3c40d4ede02d125c52549837111dba4affea701d6aac87e388351d6980911dd1916bd415526b52634d9d8d06b428f5252623446943e9d5a65d252c77b435cdc4d19e68498a8eb991d078cc9d6499634fa8621e5f46fbf17821decd203a319a24d713620294272208889cbc4ef0eee47574ae45e9b1546a4ff5240a7e5a400bf3f47992fd4edfc64b1d4419970804665c2791e44c373c2f2a3ab38310cc5927bcc54974b60d4929671f63185a94d9823872a604af8a1565cea4e7ca2c26fc756e1b51a4ecbbd4e6b25f53cd392fa3293c9f4fa4ecc25812822e46d12abcf8046d31d1253702ba97eee3b913d1e5bb24e95ff12447eaca3634b34557bee1c561ff1f42a35794dbd68686baa14b29ca9d988a43575330e122ca5b42882f6f25b1cc6b55e8755cab4dcdf05a7d82fc371c89cddd10131abaf11f41eb1b892434deb843e0213f82d85c7e1901ca9b9fc86b2af427e7a7f00acd6a613e5aa5a2c23bb4be0adf91dc7dab038911b7a6624848742b802af9ad0fd4ad6e8b685bddb652e72baa4bc27f9181bef65d3d418cbb7331fe23ba9b4ddff16e112981f746d367dd4ba28d7c2f8de4b5fb026a4df7bfd25678589d58e6437b5a988f4ed34e7bdc9694c0c733a8353d59406bf5c97a1a7a5a4a64f1d9507a43cf5498ab153d339289f0cc4254e4d96ddaa2c58dc94e291e4b40a4f8159e91123d7f4a2bfa45375a5f2febf1903df1c7978b69e594cca6f258b2908a42c94282c3256bc8ef783d8274b9d7bbe8b35edfa7eafb6e2875e477a349ac7f378164e577d3a80fbdcba73ef49e7e1443f4fe1cf1a10f354942fcf09766f5631f3c562cfa38179383a28f0b1c70a8f41cbded323702946565a43d7ef12647ea8b0fb95b5f26d3ac7eb9837939d1b79664c47d1b4653f8bd23ade81f312434fed88fc75a44e5a3e9e3cba7610c55541e443256792e3dc4cf4f54f82ae8877844bfea5117fdc596d1af0998c714fdde4b38a7d2a60087fe34251cfd47453ef2dfe3a4a5fda35333a27fd2001ae2adf0af9428f8bf7f4888c5556c710188abacc48f17db6cc56e25b6b986cc505c7532c24e71d58db830c5558f63051057fd8b8f2aaebe83feb0fa75f4f9c4353a61ef10d7a840fc25ae698ff04e6cbb01d574b19d2d86d0c4b562d13c13d7ba8c7ab4b8d6077491c4b54fd2e4d47e8f6952719d3a6534148b75425ce711cd57dd2bb83bc4f554d8e6c4f5fe43c1455caf08bd4c71fd5b280d881d1ee3ba17370c40682d6ee48a9b4fecd812734362c738e4db62c71388e5c48ebf116d8b1b37a5c5d4780e5e12256e3c0fcd4671e364dc8fe22636489bc54d1a62711737598399797193ad489bc54d3d91238b9bd542bc2a6eb6078f8f889b6560e25fdc7c2d6a30e2e62fb077885b1c40ed51ec443fad2e76fa86c453ec3c1c7d1871abc6d81fc5adfc69f3b52ac42b6cc5ad9b62de44dc7a03de82226efd00fd6db10bfd4ca8d82500b50e71db8db4a2dbbea0c9e990885736893b64237013777885d844dcf10a167771a75af4879d06a2902deed21e79adb80b9d3e1777fd884c47dc6d2c661ec4ddfee2c14971f77a68fd89bb37a0add0a33f2abae21efb6961f6b8400bb3e738ecb5e29ec14803c5ae87d02a15bbd9d09a706b496fbb571b0494e25edda89af49a8b584edc2b13a18fb837e9f7e23ee3a84ef4794d05b9cf777afabe11f4107de3e87fec7b9d2a66bfe954d2fa3dc2cca9d85d4c1bd97d2c4d8efb49c4f762f7fb7853a8b87f13e4dbe2feeeb4000616a0e2261eb4035362e2c169c8a4c5832b6c70c823140192d823199195787816ed0ecf0ea803883d47d386f15c486d6ea41d8240f1c8e3a8d58a472da4d2317a3cd266f1e8626ad26346a16d211e330fd9af78cc1294fdc4de8310d58a05bb31412516d6a35a28fc8d9abb58540d01a55874949082b83d9e88138b29a12796a851c7144b9df19e07b1d4935eadd413b50eb1cc82b8502c17a0642196afcda6a12b544d14524f1aba8b2ea558694bcfa5ec43d557d59eb09caa27a66fc52a6f746bc4aa225af79a8e68d789353d69a235cf5053106bcf5233d4e6d1d7d6d917d0d05a5a13ba94321cd2d7c454b0586fa566687888d280d8f00dcd0db1d18edea3d117099ed8b89c408da908ad19b17929e673c4e67db43b2cf5085a5bc7525d1d27219ce3331d4342621fbac447ec73102d6fb1cf4914b2c5beee7842553c3e0a6552f1f867d4adfc6a50a9f59b4910d6ef186a0ae209260cdb8b27442329134fa8c0e085d87f28eae462ffad044efd5fd3fa9a684368686223bc3e453cb1319245f1c4c168d789273d44a94e3cb98b030d1dc3cc83784a73d4e5c453baa2e1259eb209952df19437f486a69413c4987a9120ecd4c78460a685d12a9c769096dcb46c42a2d31e51779fee4d3b6dfa619a9c192ef43fce9c8ddeaf78e64e7491c433df12ea98d51c1d75f1ac4282180142ea7cb3cfa07d2e9e7d851ad89c3ef41ee704e0e117f11c3a94230e94d21b0adc8b0ab8786e3bd4f8c473bba0b2259e3b8476dadc15688c8be71661d84b1c6483f2ad38680b3a19e2792ea8ae88e759f07221f13c5f223ff37ee1e93af1fce5d4a4e727a0d0289e9f8cd293783efd3e9f78c16c9ac2057f51cf1107efc37c8e38388d8a7bc858c239214bd1f1142f2ca7c5141a890e9e78b1153577f1e25f247f843990801076390c87c2e504dcc26fd04c2ced41dd7de95b171c5a668f794cf13223e939cb56113b59769468e072fa2967f18a5328df8a577643ab541cb91c0f5789230fd0ac467ea4cdb7ea0c75f755a5043b57dba0852b5e7d890accea3c9252565fa376b2c6886978f19a29a8d58ad7c4d3de5e9385579589d7bc26241a751f0f878ad7cea3595d1b4508267a3fd5c29881f43fc6acc3a387e2f57644dd620d3134b487f07d6c217185d8db98a2166f101252d8b016ef5d116f282234b4d196da6fdc00aa4c7199a43cc457d2224f684d10766b5f347ac5ffe931e122de9680d105f1f64b5490b75712bcdb114c9869c717eadb89d3e975240663ca429c548ca927f1ce3a185411efec894e9978a791fa76724ddac8c93b8865265fa4b7bdeb14661ec4bb5b12a0dcdd9644cb3d430903ecd946db7dcf653454c57b7da877eceb80510ff1fe5e7838417ca00195ed03a154010e54d0aca6842b68681fed8e43cd08891e5a488be9b007868ec58725a4161ccec56bcfc44722e85153979366955a828eba38cd4208266d2e6674c56995c4588fa663f0427cb4921afeb12604d38ffdc5f330e2e32d48433ea926e5e1e42d623ae947685b9dd2d31e3af591bac2e96a04ad4fdbe16944f16929f1dad3b388c466b8936a7db6355e572a3edb86ea44a62755a6cc429236cfb5a197766e37793a594b1d68680d4d61d656c213596f4824c97e415bf47c5faa13e7b5b4ee2f4a49e3bb64a06572692501914b99549972ee90e276650a95ed2b8bc902b9ba8d44f1ab4584b6af7ec26ca7f8da7ad23aae7da759bdbe84c8cf8d61640fdc1c4e46c9cdf3a4161458a8d7169ca66255f087aa6fa10b21984221c1e15b6a3c7129beb59e1ac5ad04428fb73e90b4797b169e9010df3eec894345353168272e8a46475d5c944460ebce759ac2bbb6f486ee75f6a1a1092451dfab20a4709fe5a2fb13a9813d1a480dff4928418c274ba86f3fad429eced3e3f4a84fcba93f16572501a1f8298187e775694d3cef4e9deff973da8f2fea11757b71057f104efcb20beda19771184111970cc3df8915972ca38728394bb6ebab683c65247e3d833efe9dd50687decfa3aef0fe066d98f705b4be3eeca2c2f7319f96c9c78744f03e7ec260b5b8b421865ec4a5b348552ccd2233a8f427de6623feb485bae8a70aa2949f0f61fc5a5c964326c2975b1890177fbd4938fa9b2fb5cc6fd1b46bbfc5e33120f1f7aea4b9ff90e07d1de21ffef486ca63e96bff7c4afdb1c29b0a72c53ada43bfec89ceffda482de0b71761b9df61c4b72bed68722a5b53b7aa5c809966f11f27eadb7f46600a51fc672cb1df3f052492fc0d23a0fbb780a8dbbfd6643ffdcba06af2ef39122949152fbc9e4752e53a8279894d209ed391546d8e4044526d642f1caa5e0501a5a47a04da2992eaafb005486ad447955f52937e9a5852d38c5b4152331a5fadc4f61b7d47bb9618da93d8b54dc5a15a91588624b576601643527b1d421f49ed07613854c7097539499d47f4b5eb1ab0a749eac6d2dcd77d8c8c42526f266a5692fa67702b48ec9be0516089fd5a6ce512fb04447c12fb1cbccd59d2508e92bea4e1716c4d12475b84d612c7e6653454849a82a4b118cbb6a4c95c94b1244d16a1fc2169f21fad89a65db1234b9a0ab035499ad544922169e684529da4795d440a921602141a252d36a3682971aa4b0bd369149e1e90388dc6922671cac1f62b71f6a0add0d21ecba3a4a50893839296622c309296496835485aeec7022369790f1d1649abe1d8c024ad429110ff7f0841a0a4f57c5a856d3a23ce91b8b442114ed2b62e1eb096b4cd47082b69fb0341a0a49d0e6d1e493b1f744f25edd7d24bebe088e45ad2611d2ae0920edb51a194744c42302fe914847c48d2290f6d5749e77598eb9074d982c85dd2f539661e24dd1ad07c755b858d55d2bd0a065f253d26628791f4d889c2bfa4c75ddaa23dbdd0a696f494d122775d48abd07525f50ed702ec56925ee128de487a95e0e17649ef39a86c497a6fa26dd5fb2b2d933edb90104bfa75a20ad06f09fd61bf1f882724eecb698bf6ef8e470f25fd7d9051480626a03420199881571049067fc56b5d24433cd0df9678d821aa95780422a8910ccda2cf1a7a198520c95072f024c39ea01e2d19f61ab30592e1f76926863fa355e8d99d3af2889a9826958cf4a7291ce5409f35ea0f1e77968c7646db55325a44657b4c03ea1d6366e0110689b777220e09bbd1921346d0d30be3302d231135a5a6238ac2e3bb1251261577b1c40587248d304d2a91bc2604230da75e2b5dd68b86e2503096c8b4685b48e4c3110e4be4629a55b99296afd285708e7205226489723b661525ca0a5abeaa3148a4242a29523789ba9216a6466c8343da49d4adb473a95be9f661c449a2f7c1c8a1445f44bdc3e0495bd410897c48623c4700c9d49a26daf41aef549258fc91a7492c11345fd679540bc7ed2334e4f38eb6bbaf1f357cdf70da8fbe0998e393f885201591f8e511a8f12ba27f35219ed0a37f4b5aabfef3f0071a25fe115473fc13a9a7f9dfc4bb3f24138750719f74908ae8a4aba83c4826fd263c31f923aa1892c99ff01890648a2726102453a23c69681feded2957a96f4fed43bd76da280235d3eea07026999e4def71c6370c424966f6a76e356b2eb5df80cd78cc4c326716b193c01684dce77e265a131445746b9e276adb927971b415e6d3fdf79205d5a8d42e684f84257800918ce0afc4d342ead2db0e998c990749c8425a00210768a2170ea586bf703866d325a1af087f859652955bb49a9e7ed15654e6258bf6d0eb587483bee3e25798ac972c694e5b61c958b479244bf2697d850dc05b6324e113689944b8d31b5a6ac65c8764e9b7621c5a66475b21d21315374964297ae592d5c134136b1e10008feae7434356dac851d7e96daf6b83bfb921894ec7489824a60526a82431e5043bd70fc53cb964fd36cccb49d63fc7ab7525b1375069966c68494077c36594d7241b3e63ae43125744a0265e84c96749fc613c1e2e89ff408d75d3209423259b3752afdd329cb8c296c94432b6cc43234eb2653135d62d850a1c4ae88b1101c93607c272db7268a2b71fa6b79de84a5d21f10b1e819724ad437150929446d824e93435b0e42168824a9273484b4b2e4fc5a15d6d694decda8b516ec92eba2c5ab27b28baba92bd55f1909c64ef2ceac8fb6bd043ec6f44e5717f67c22607425043961cf420389c524e6fe85017521e0e6dc4ec9de4d06e8cc74a0e37c094abe4703cde7e2d39d2033d30c91157f4022447c6938e79642aedb423bbd18893a486915e981a41b39ad68a16409a98f676da1dd26a8f76a7593dba2e91869e631a4b72ac07cdfdb17f613874b227dae792930ba981a51fa3ce776a230aff92d377683f9e4d206290b908f3989273ff11543c7791e0ddb9dbd415b24e91b2957586c49bac1c3c9423c9de44b426bb9c2a53f61fdadbe7ab512b3fef8c66b6e4fc194c6c482ed8621e40722111934a920b3bf1748ae4c25b928b2e76a0e27ef1213dd76511deb325b9ac2735ea326380cb99b4d3723653c5bc128d56a9e4ca293c2529b9f28b3eebaa86bed0d5085a1357b309fa5cdb4f2fedfa16ea1d371a117abcd183e843fe409aaffc205a39f94b89c4defc4a74bec082710349812fc1bb82a578ddb2a4a0bc00870aab53e928b4a39d56684f5fbbb035ffab2d78298de4d67f982491dc4aa32a773b86e0caedcf5499ee0c2ea3a17d0415ef4ec6a492e4ee74bc394e7237813acc3d777a88fbbb08c1dc3f40c2ecfd0a923f1ecc2654fb208db6c28372eadb0ffe102c78d8823c9d87645c4a1e56d0177ae486d928c9a340a2cd8f4e10b27a7406afcb923c2a2466f8d885e0f0132f020f4fa6930ef07412794dcf1c300d2f29a6848be4f93a62732f3c48377961a6f2f8d28304979727c9887b998df11f498903bded9251f41d5f8da066f85a4e95fcf5740c7b49de742689facd5d2a436f4a8864bcf5401f59f27617468025ef8ae96bbf37135c793f0f4f3f493e7421685dda9926a7d44a1a5fe935524e3fc969317d1a47dbea73738c38493ee7e089124959100191b26b0138f445487dfb4b26691d5feda8657e9d4592ebd77c72f0be4591eaf3bd25c6e825df7598e393fcf020dbe2871ff9303fa6119bfb711683d59272475a26e55b487029bf49b0b3fc1fc1f49f5d30eb23a9688ac1314905fde88aa44289a711251577c946acf84eebeb57f76c1a929236f4eb16665724953da94657f6a2b9af5c4005a67247310d1dc303fc927f81188492fc4b22bbee5f0e6ac8d22a8d10a64bab6cc0e22eadb21da527a94d47c439d2aab571c949ab79e2869156af8767caa4d5d588e5a4d53f20f491d6688f7d5b5af336a610a5b6027445a4768568104a6b79213d95d612a3bb25addd1ecf104bebb4c40305d23a19f81ea5752d982d90d6ab83d2a6b47e755cd1d2fa33903e48eb6fc532246d300961bab4c143cc474bedb55814a40e1d50ff923af4c26c94b461009e4f933672468a246d341a1bbeb4d11ff4b7a58eddb0c3481d57613c43da780536436993ea18aa9236396583434d0391234b9bbec1ac8fb45963f4f9a4cdb3b1a4499d7e208495b6a2230cd256993134740df990b4d5775a266dda21d095b6198c8c42ead219b189d4a53fde79236dfb1a0192b49d3b8a70d2768790f44b3ba4a28d28ed188c605edaa9069a1bd24ec7301d29ed6c87254dda793b367c69977a081ea45dce60c449da359c2a40d73854b6a45dff627849daed28d5896e77a90c75df8ac55ddabd0859a6b4c7142a303d3661225bda732eda6252d7da58efa5ae3d5269e820a68ba46e83f11cabd42d09e306d25ea154ac7ab7c54088b48f0a799ab4cf04da69fd4e20d892ba0fa4c5e43e122d6fa9fb720c434bdd0bd004950ecc47934a3a680abd8e41c5a8d44807952215910ea982d44d3a64181e4e907a68f0d48c74980139b274d84b9ae8e155153414437575f81d2a0a9ee47748bdee62ba48eaf591fa90d757c44cd2114dd061918ee88cfe9074c44a0c1d4b4724a1a6201d719ef6e348291e15908e7c4f7b68245d8e261d7595bed0a81b3e34741ba3efd23156042252ef41a82a4abd1f2242960a641812920aae20f1940a1ee2d5ba52e14a7a54610c2d39611c7dbcf01cea9852b1178a7052f15e820592be88bfa4d220071a7a416f5b361633e052d9613c442e955d44422c95e5534f936f45414faad88ffabd545983c096d2115d24a96a2095479584fab6ea192105f530fa1f35fda93c6aa664d3d02c9a09cd7c6401524d01d5426d4bfc5132a9f6396a69529d2395217d387a1452433bf4e6a4865f54448de35097931a57e1dd5852e34e246552e36194b1a4c6543424a4c6626abfa67d345fe6005a85d6d1f4a8d604aa85d6020c854aad3fe90b597f51e918db132d10a98f2bc633a43e83d0df96fa1c222ce7938d3712487d3e50631ddf0163e1d2f117314023f51b8bb74148fdf2a82b4c1887d94ee984bdd402269c409752eabf13d502a9ff034f1c9a483f3e219ddc8ceaeae44ea8c24a275f0ac0a129a9a8df4ba7a411d89ada143335d2a97ad460a45363512d904e65a03b6d2886bda4d326a3d8259d968e5e93747a6b6a4d3328ae2e9db99c3adf2c2b927ee9ecce8427e60c212215781a8520e9dc8f5431839a53bd9fb783fe70de0954f9a5f3d5843ae69fc64cb3747e39f58e059d51f59186cc276e15f28236724849180e2dacd10b874267a354270d8da6451e7a05b3e9d2c55e789856ba782ba63fa44be4a89b4897e8a8d42ec9a7e21ed686b868d837cc7548c3e9b72da4e16ef4b5c387d17c450ca25a18f186a8dbd246788b8074696b050d0d438b4dba34055558e9b26862f8cb4e11a35846bf89205d4e4751a42baad01e5a114add6a4505418c95a3a949af9c4aed2472105e7b268d1c81768a747514d5d5357e78819274cd2e7afab53dd0dc90ae1d44957ced44aa72ebe867daa5ebbe10788876a68f8fe941ff6a7d355a13eb57a0a22b8d6d863aa634762c358a0dbd498cd820c3988d74a3123381d2b8b9982e92c6ad25192bee1fa92bf17509fbc6af20e0b6299084a04d57311a23dd3c866ae1e664f44ea45b9ce80d6d39e84343d7898227e80888240410294bf84ded646b472a7c5b671296db3a9f1ac5d653b4a2ffdb440069473512957638d2174a5c4b939358407b3b6929e1e89d8e18d991ee9c87271ba53bd710add9594a7b7be777aa4cc9cda8cd25eb094fec7a46dad06e07faf83d952417eded45d577df6a4230fb9f51e73bd09bcae381c3a4031c7c8d17c94853ec6956539ad1ee48794b2aeca150aa7247f66058429ae64c8df5981bfde1b1b5b4614eda96d1901d3dd7c96e6822484f9e22ea962ea27f953e0e5d7069fa3292d7d2df11683eb590d6d7a9f568d749339ad3c7676cc7148f34e31266efa4671c48d03b5b9356e1d92efcaf7a10543cfb89f850e670022299d3308c23cd5c4d6a41e61f626059230862643721b0957d9c3eebbc17ededf366d260ce1f276c72b117b5808b13686f5fe981e79aa4b9c1a44fe4bea7157d75258697a47976447ef222a946e79db4c1a16b5f307821bd3e8c3c8aeb7e68c449afafa23a716304dee122bdd98d14915b33492fbc3d8c04d0dbcf306e202d9a86ee96b4e8303ac4d23b156419dded446cee6e31065fa5f774785395f4de06aa39f736636a537aef11a92bf7de914c7aaf9426e7810fd19a474e98d8903eda8ab170e9a344f4d3a48f9b13177dbc89eac493387a694f286f227db28f96ef93025abe4f3d488379f69bbac2b34afa8ec56f305b207d3e8478daf3d3984a91beb844ace9e53452ef5e0612ce29a94e2ca0642dd59c92345a72253984865e2d22c4f77a0661f2d7f9b4e4de58c84e795b9f70cedbb3f41ddf96518779ef9b4d43c124927c1844c5eae366c2e41faf624644faf13395edd25904b64a43690f959e256fee533d0c12483f752549ec530a51cacff1e44895ad21dde46b0f0cc84bbfbad2eef83a913498ef3be90d7ddf4d13fdfd38b1df1f66623ae5a3692b94e75017fd5995a6f0e730cc0d497f4ea1affdf326e6bfa43fdf115ead7022685dd1190f73487fc592d15ba9a7def1e738c9457f6f63965ffa4f8397a4cbaa04e3e693d9a460e193d9bcc4a79755f5c3f62bab66c0c486ac9a15152459f591b815643523500892d5dc81fa84cc3612ebaaccf63f04cd32db5be894c96c1f616e5b66fb152fa591d95547cb4866d7195375b25a744184ac764bb4536475eae27b94d5d9438f5a27172315b2ba74d984ac9e019553597d11a65264f567a6d2d017249eb20613515390357881f158997d7d5428650e7a14fe650e692817c91ab62cc0a14663115acb1af9d34c34a2fba3658e83b116ca1c4f61fe4be6781e4d2a596313a23459e3586c3ab2c61fc270a849d7441aea8d584ed66430ba6eb226b1781a51d6e41efaa2b266b698969135db4413ddac12ab89acf924a45bb2e66f71bbcb5aecc28e2c6b7112d53b9953672c0a32271d223e99731f8c2ec89cfd1063ca9ca3b1b8cb9cd368dd3b3fc350a8ccf9055acbb2567eb46b5b5b3149226b9d8b9849d6a63ffe4ca8accd02248b3297d6b46b5d86632854e6b21cef4090b9eca29968db895e6ddb55c832656defd1ab6dfb1959b9ac9d081babacdd3c14eb65ed05b461da47d16775b4c3b0aaac932d2ddf4e81d832659d36a3da29ebdc0f1b98ac4bb5621a8a443155d6f51e023759b73c7ad4eeef119cca7a8c419629eb3902afa694f5bc4ff5ab971ec397b25e5b10f2cb7aeb51b494f5b94d8fdad7164f52c9fa3ec02489ccfd08423299fb193ca12a737f8a6284ccbd18cfcecbfa3bd222efef4aeda4ff793c8f2cebff0fd1a36c401806c764032ee2b913d9a07a78665136e808f5c741191826940d694c9333e402caca328f45a859c93cae21c9900d6d411063e83ce4c8b2a187308b211b1642186058296df7e16e844d860f46b948363c0441b3ccab360a2e322f05de1226f35222b9967919697d797dc0db5964235b620e5936ca131d3cd9e8deb4c847cb110ecb46df44f54e36c68af2876ccc6eda56decda9e17b8723fb95791f45ba25135c2048261c41dd5d9886ec442672413d4726ea497b5b1c80d05a26fe859eb44c520de50f99c41d738f324939fda13499b682ac272d39592c3daa7c13b54cf91182184a09fe209c4cb909856c99da1989ba4c5d4af54b67c2d09e4c47873964fa7a54c9f55390b0c8f46b69be8c5dd1d39119575251309e434342666a4b30dd3c00d99ccc1c49dbddbc0ba99bccfc05f339328b9050ade506212bcb4d6abf632fa38d281b3704cf0fc9c62d2408ebb38220bf4f05ba22325f1f143664beb7e85f8def4c5d74fc105a5fe365d4cafd9a3ad0d0607a1d7ee198a2964d08462f4036610f5572ff55d40c27e611f4996cc05c876c72312d93c91fa8c04cae248c39e53b41b2a91d31e52a9b6ac6d388b2a947d075934d2dc48b226553dfa0e42a9b66a5899e3194bad58ce9984c95cdf849f56b662bdaee334fa119249bf98f56e1acda683fc966b542e54116e089a7076401026a73012b09cb0564d3760fb8475b74b61b71be394309aecc59441c26b00611f5c0d6b430030f521f0acca7853957485d74ee64cce8cae6d2cf54c9823a67d3d04f546a64f3af13d85a709bd076f0398218219da94687bca71abdf03aca7eb2852f08e7846a88b12e7a47357af14774aeff3f440fb1a42a6661654b66520558b28c7ada9255041e961c46b15e162e46595916d1984846443235fca54bf00c8b6ce97e2206cb9e52495bee44d864f914bc2c47b682ee1d96ad1843cb776514b5cc959fa95845c6e0150bb2c854ea30abba124a5b75907ada6a112a6eb235f6d49ad60c2da0a1dd18309545b52182173516257d591479d2b2a89344e7d77ea12ab7ee3ebd8e75ef4837898ea05a18bdc6868676d28a5edf0f53aeb2f5f388f3adff408d2236143d0a59ec7fb45637d8a19729db904f7575a32d06da6471833113288b9b4ac53dbe29f5c7785754ad65f107d07e926d8a29c6a1cd11c4d3b6ccc7e8826c4b39c65964097dd1e895fd178eb698ecbfcf981a906d0b264cbe6d3b3a19b2ed2e7841846cfb1052c9b6d36fe0c87658d00393ed0821e0b6e324319dc4eab4d392aa63a45596d4002361b29da3308c23dba989a1a1ef543a764591acbcc7811ad89e8df485f6350ea0a1006227fb36d2dede77180d09d9811b84f80ebc276c72a09cc0c3c1eeb4720e8e22e27970324d74ca422a0a29eb69d7a654a2692c3b548d7ac7a10904740f1d203c71e816863864878524f21e2ec08c88ec484b521e52d5d4e6d2d690c677b435868464c7e2a8461ffb88e6bfecb833dee3263b2ea53591eeee4243e369c9a51fc3d362b2f474aa72a76e525738ed42ffe36909660b64a75f93ce94e14e0f9171006d4459460635b08c22a2f3677ad0de3e6b4be2cd597f0294676f12293bfb99e62b73249eca929d4ba247cdd290309b15495e53563e09d9599554e5b2eb52f5cd2e42bf56764143d5e4821fd59c0b1164e05c78403ded4219a6656417f71361b9788f90d5a54918ff915d5a48c5ead235da8f9753680fe56453c3bfb299105f6e0b823eb93b09de5dcdc6938db2bcf1d4adaef541af5c762d849487eb3d30572bbbb191eac48d9bd4a46f54d286c9ef472b27ff3c15e49b726ae537f7a0272d2bd88626a8ac3087fad0ad5a44ca6ea9a9e1dfa25082ecf6497ad4dbb998f795154da52a57b4860065d1cd5e387447484f7f474ad0e76e6d5af7777b92137b7731d5e8bbd1a475dcdd8bb7d9c8ee9e43af5c76378b30d3fd5d54aceedf21f5eea10f793a0fb369f93eba4b62c4a38fb4301f572147ea711552b61e2ba9163e9e49cbe489080fbfc89ed992c6f7ac926a617156010e3d4f2449ffc56a2a7c2f979219f432832a53891db1a692e73439af0df4f46f7a918df8660261933751b456df3c2623ee6d5bbcf040f6763c2185b7537d6828865ad33bba5e4cf6ee2a7dfcbb52bce741f6fe27419f0f1ea4a57d1881e96ed9c75c3cb921fb78978a68a93bd5fb5233e913a59bc944284d26d6f4a93aeded4f2ef4b53f859163f0d98dd8efe7158486ca6465343416233bb22f126a015faee02577b2af8df13cb2ecab0711bcaffe444fbf2661ce5df6a31f85127ecc2561a3dc0d2f4691fd9c42ea708591acbf8aadb4987e3522a3e4571675e4df3349b2f87d8e9eab723a79e59549540bffd4c41384b23f13a802fc89a01afd3789bcb9bfa7694dfc1b4fdbfd5f25aa2bf22a2ed80ce5369b710ae5559d317f2faf5a88515b79b57ee8fdcaab7be2a93f79f544b4ebe435fadad0d0487c43f21a6b510994d7ac994a433770adca6d6dd1ef90db16e014ca6d8b11f2cbed121188c8ed92d1d493db95a2da29af3501578ebcd611849df2da5e78325b5e7b2e023779ed33a85acbebd444bd505ec719935df2bab601343403d50279bdf7d89ae4f5fb624196d71f847b48dea02aae7b798352f44ee4f63530622eb7ef8edd5d6e7f06f990dca12d9efa933b78d1eb6818813aa6bc51006200b9e3451466e58ef7b020cb9b78a017206f32971ea2c9495af7cd66217797370b420f4cde6c2fda16f2669f10d4fc7f8876478b95583ae42dfe620458eee489d118b9d33cd401e44e27502f943b3b204f933bdfa15975fe851d59de321ebbbbbce54d2a302d7f213691b7a25b50e4ad7e237890b7b9968d436d1ba1ec276f3b130d0979bb8118d296b7cba72fd4be1dd59cf663d0289177d8444fdfb10a9e0495774ac0522bef3c1fd989bccb365a855d2e636a40deb517da88f26ef5d10b90775351b1ea460a92bcdb5f2a0add4dc802e43df6222697f7788d1e85bca71b6ac8f29e77e97f74ed8d6109b9eb3a2a8f6e779151c8ddeea1d028ef2541b42defb314030ef23e5b10aec8fb6ad0d697f74d40a151de378fba55df57d86be5fd5a21c193f713a08b24777744a82877f7a60ae07e8c5a80fb53342ee5fdbfd09a18904ac56aa00649bf7c9085bef6a00708c9e443aaa3da291fe28250513ee42815ab2137a9167a68f0909cdc6309ba6ef2a16ba8650eab87985c3ecc1d119f7cd8291eba49133d7c154a2972af1c020f235ad07b1cd9001570f9c8960e34e445cb645416d589d162741fe4636e21cb940b9e61e05b2efc85e732e56225f521f1193cc72a17e7530590bc464b522ead8aea8a5c7a96eabd22848a95b2261ec0902befd0c7ab6aa32b225795a2fb205787a27e2f576f42234eaeb9464b4e5f05cffcc8f58b5073971b1650f53536c63c93dcb8040563b9f1057ae572d342641472533aad2fd32ba4cd72cb709a098b14434272eb10f461e4d667345f635de851c7ee4691573ef632add5718d31f7281fd78930d338fa255fb98f048f74cb7da44829e5be3d319828f73d4e8bdcf7110d8df7211630fe0caa6472bfbaa87fc9fd42502593fb2d46cb5beeff97d0f6c4de78ce503e712215be8933882b4c72a67f35298250ed942b546aa77a12ec9cd69d0adfb459b41fa75d4433483e5d44a46cfaf5181c9a1189d73fc9670d41194b3e4b807ead3cc0c693862c682cc9673747e5413edb1b8feec8e7d0ef78cae74c4527433e6716add53937518f96078ec0c0b73c3015d3ddf2b942dadb41f618c997073da3cf0afa8632967c5e1d7ab5f32613039b778098cebc27a8f2cbe70fc088937c41067a4df2e063849942aae09dbcf2103f2a302177e86b877c202ab270343a78f285ff50d99287faa29a2e0f5d871e983cf41e3d6ae87d7a8f8bfa52e15bec83011af9e2bdd41fc3dad14384f722a613cead29fc35d19a8876f48711327a88080db1a688c9c4282252a8d746a410f4595a8b18c55223e1d5a579544d963e2678b7fc49310eadf84a447da52d958e48ba92421eb902ad3f79e46f7445e4ab9e1131585d1be548f9eaa9681acb57e761704cbe662095a135fb0917aead4f5f7bed055aabeb46a0e1255fb7091d4ff9bab30a1c8aa19fd196afd7123d8d7573a1a1e184e562f753a98dcda0bdbd418a2121f986479837916f9c419869e31c3cdf218f13a15e288f3353d98e9b4635276e26e6d2e4f1b3a9d76ef2a50eb3697d010e6d1e44147cf33d02815bce92cc90308b64ac84c5f4d2b6c6d0dc6f4d451b51fe5f20ba0ff2ffb65211fd3f91a6a1577881b87cbb2f2ddf1d3f6d7028f92901f05d56faacdd6df0ca4cf99e468457f778d0b6da330f4ffdc9f74a682bec95d144efdd8a4ab37c5f0ffa57fb461051df9f4352dd811c2265076ea00c2f3fb80a9d45f9c1efe8f4cb530a480a4ea9a00e7368237dd6e159e88ac80f3fa0ba7aa40abdda231dd0f2961f598287a2e5a93bc368a884907b9a102f9495a78da3f69bf6084d5079da6f2ac847fbd3de3efa1c0fd2c88fff22dde4446ffc8d71f90933b5931379b4304feec5ac8f3c7d06d1d3f4542a56e945f43fa6bfa14a9efe8bb4c7f4dfb4564f49498d3a9549ace9b413091ba7d7e38f89ca4f1f256475fa2dadaf0c575a5f679e13ea38db83c4d4b35e44f0ce46509bcb5c4565287317c9585907a93c6647936675e151220e5db410eab8380f8d38f9a52ed4452f1dc5a09d3ca792b6d5954b185d90e78a08d45cd550d9be3a91d4a8ab3731582dcf73a2159db79c90fbf578d2efaf3fa3755f5041bdb63080b4c7c245d4286e89a99d14edc74885fcce029afb3bbb88fddef9858772e477134966b8efc54353892bdc8fa10df3b003c18287aea4593d5c4865e8e13a92951f1638d0d07b8c38c91ffd20b8f2b81f75d1c7d309293cc923f6fbe40ed1ad6775a9e63c6b870701e5cf6ed05a7df69076dab34fd4328b47d01e2a5666e3d0735f72f09e6f21d5e7c57334ffe52f63c81e78798a94d3127b922c4a96904efe4a4e7ce8f57dcc03c8dff851ef781344e4fa4d3461f2b783a802bc8da6caf4360d6323f277d549147f378a5ad3bb084ce8c9dfe510707bef47fbf1e320dac8a54a3c552a2f5d4b4af3a7d5f4879f4d78e443fef92c7185cf051830957f2e274da1cc9bfa76993f6690e45f4db461beee2248f66d3fa619e4df2f9306f3832ea897ffa0ab03e5e56bf0808fbcfc2975d1f28f84737eb62482f7f32166a3e415e7a83ffea6409bfc773ea619e495cd099c56ee25ada3f20799ec7fd7f8d0d07fa433fdfd4455ee5f6752f9ff5949e3fb178933a1a862c29b8e1555e270bb2baaa4e0325154f98c874c143626dc7c0a9b2c6c998aaa8db06c2baa4a50e35354bb83184051837e574451230c379fa2c649bc504351a314352b454d37b48c143543f0aa6b45cd54e4b50adbf6d8dd15b67d510750d8cec1d493c2360db50e855d5584fc8ada8d3181a0a87d15c54145ed67fcaf7e2b70a88e1af542459d79288a2beaec44f6aba8f392de63dd31587314f56ae2811545bd26581e15f514184355d45b8a192445fd726c998a064b694d34b882745ed1a0047b9ac27e186a430afbb128b02becafe1215f85433a723e45c38de8492b1a3e423348e11882c04de178086d4445e3fab4ad9a74407caf689282f54bd1e43be63a144d87a0cda368ea8532bca2e9519ad566dbd10b50341f4b9fd5a2031eb955388523f95138b740aea0707641ef44d1722dcd57abfa889914ad8f601155b4fe407bbb7505367c45eb3f08a3146d8e639b53b4c9c193b30a977948ca142ef1e8192a5cf6d3d3b76d825457d16e39827945bb4778ac58d1be25da298a0ec154143aeaa80c75b4d01eeae481de9ca2d3658c12293a11c153742aa716d0a91c31a6a2d32fe41d8ace8588bf145d9c10c128ba8ca4ffb1cb757a695dded0baef3ad0938666a379a6e8d60e432f8a6ec9c87e15dd3bd3ebe8d1963ebe67225e56a8e899831d59e11a4a7bc8751b3a060ad744b44014ae1f5371c8ed09c202456f67441d8ade53518453f40944c8afe8b31ab547459f14dac87de917db147d1f219152b8b7c72c86c23d19f3000af7b7b415fa2fa745de3f07f1aaa27f396df70139b42606fca0f23828892ac0603b6a3a830ba9e90c7e499f35240e8d5e85c77dda69436da94e0c1d8c48543154871a9f62e86284fc8aa1c7d087510c6b8a714fc5b074d4a3159e8f90cd29bcd662a442312606955385776b34a914de253634f405352b85b01b7abf0ae150171a1a43ff4a74949e5ef41be98342dc06c57a85d81d5d7085381599a14262a09226d98a6284425acb8786ea63185a214d45d2af90b545d6a490455205901526d2d02b8cbd29e49391ea2a14cd69ad2a2e1184553a102453f7a0faa509a305a039432b5a7b193d1d854e4d655bef836aa742bf988a823e97c09661082d4ce3215ad1c66c242c0af34be4690af317941015962b682c292c1f50bd5358be5235b12a88c35817107db02e22c86fdd85f132c5d8b6f41ec70613f61dfb9c56e1b86e784c43312e0553e70a9fc984447d0ee14904c57847d42714139610879910899452e16f4f7bdb3f91bea3ff370c712826caf0f66bc5c4f9988e544cfc4d657bd22daaf75376d2779c72944aed545f348d15d39ed3c74ff742355d31c31b3d0ac58c1fa8892a66b9524f9b654155511130028d12c5ec4c42a2730e63825d11d80f0f0b29e68a693fcefd494d3a6822ad89a09c621c9a771cd574c57c7b9a89f923e921e6cf42c14511bc0d6f4d56840c46975211321b73a28a85375199572caca057bb6820f1edc547a8622e7e45d5648900cf782ac27a50b10aeb8d814945780d347014e10d89a785c7e3a92c45f877eadb1193f1920245c495321c5aba94267a59739a89651e84e59637c14bb514cb6f53475ef9069d4545a42dd19ac845181b51ac8aa2feb8ea115a928ad51df1c08a62f5725a986be807a81451f3491a88ba4eac7c6d0f6abf6b4750775f5b84012d45f46e6a8631fd8881ad5f475d617d3ad5fbd8c7f4d262bfa005a2d8d00c03808a0d74998962c3218cf629363608c0a1f8c928772be21761684f117f807480f897d4a437374aa5a13ef486128651b14a10d0624a8821f69b709b48ffd64b1870506c2da7adb0ad3621986da10534b40a4fa82ab6259094b2ed0f81d31d1fd0155124c6d1d74eaa4b5424c997965c5218ead18aa468c2723bfd48f5d9798f1a58f2217a1dc98f6945ef9ac343af3041a5d8dd982ac0eeae686e28f6fc43f741b1f71b95b414ba04567168315ea9a338b48558e6a18fc40c0fdb523b397c90bac2e1b7b44c8eb83ad0d0684c772b8ed2cff62a8ebec55c87e2f82992194ebc24ba7572a40b0d2931cda048ef45d240ba3be64415e963487039b594cad0a92cdaeea79b53d3399d46ac3cc30fdd7945c661f4611499ed09ae6496d31f6689a965661da37a9f954de2e0c546613874791c695639b568c9e558a93ce64cc5231f8a9cb3b44c7255a447e7c6514fbb2a463f4d91d79efe30af0f6dd13c1fc200d7971251bf318c84a01b874896b9799026a7c099a6b060339ac68ac2a524c2dd1a4160eb560c01f05bcf494dbf2d22a07bfb01266615b79f64e3509118cf2b28eed8d0e6bba3c4c88ee24e28f1a1bbcd4969be1b46cad6dd63c4ddefd9517fbce746ace9fe6a929eeeffa505f0601e5e40a278443f3aac78dc9eb48ec7c9f4859eccc5df9a513c3949a8f6c979fac3a75ac2854f3330cda0787a811ac5b34544758b6d686f170fc6c3688a6219cd6a7114f18ee7ff3c71e8c560f23b5e9e20d4f1f20199542fdf61fc4751b2966486926dd4455fd5a76ef52a86d6eaeb2954275eafc0008de24d67f47e156f17a23baf787b8afef09d1fa9d6efee9002fe5e479ff57e0d6dd18f3d31baa0f868c2d08be2e3558c12294adb63245f512a2661e3932b5e60a9f87485aaefe7cfb498cae8c09da2ec3109545f2f108efe362a918644844dbe7d2259f9c720d2b67ff89048f223981aeb8f389ad57229fe36a2e267755abe3f5bc7d0d006fc554d45c51b3ccda3a8f844bbe3d70674c115bfeed11ffefa416daef217e631157ffe611e40f1773386429555da201f5256e985184069b31b3f5e69f30d9b8eb2ea50e48fcaaa47b1162aab6911f22bab4d413b58596d253ebdb25a0cea72ca1a0df0fa14658d66b86194359c503a57d61c8bb0405973097a014abb1a18f652da5d41014169f71a955365ada1f83b8bca5afb1d70a8760b54dc94b5e967aa94756a621952d6998112a2b2cef6001afa87ca83b26e3fbc175659ef00723e65fd89d84595f573917728ed7d501457da1f41f34ce91083a45fe97001ebbdb2e170cc75281d6b600a51d9781d821a6593a1c8dd954de6a0eeab6c72000b8cb26934aa77caa6df90192a9d4ee216553a65613b513a6b682b3847a251a2744e477356e97c1b3d4365cb2934d12def23c450b61a80c6b8b2951221bfb2b53dba81cad6f44be4cad6db50bd53b6712ea021baa85bd926051d75a58b01e54865db85d828fe3f844854d9ae393d6afb0ba8502a3b1421665276fc85d047d9a909225165275f34f5949dd753b1ea7c002f225576cec71c9fb2ab18cd0d65376f7a1d3d9d3138a6ec7905e18ad275361518d7e3a8ae28dd1e626355f6ee4355aeb7197b9ab2f74a330ef5594d5ba1cf3a6427cabe69b47cfb5e41bd50d9bf35822d65ff14f4d394039b60cb540e4cc43ca672902fbdc7415ff1549672f014946594436c3087ac1cf210c338ca2165c8ca951ec554448706d1ac0ed32a7068780d54a394c3c3113c283d03a99a7806635842e9b90eb521a5e70554b6945e9391a729bd5211212bbdee2310518e58869a8272645b249eca91749e4f39f2312264e5a8a168072b4785a3eba61cb5037fab41399a6e38528ea9825ea6724c75dadb636a2203537aefc00b4894de8ff0361ba5a005d279a5c01b61a752b00cf99052f0902ab9e023822da5a81aa6b194a25604a3447dd1d4538a2651f515072191528a2368914ba250f8574a6231e1a2948ec2ec9d529a8ae85129ef40f55ede91caa3dc1d63824a39251a95f24f280e2a158b69bb2b8ea0caaf54b6c7c0a452f91bd98952d511a573a54a850a925235074d17a57a1d415875328a5d4a6d7b7a7a6d30955a6d3895476d14f56ded172a8fbacdb4bef40694c494fa1cd4bf9486047adb860fb44c4cbd50f6539a83a8de5b8db4b7ade7f05253a5b502b56de5d810ea69632fa14ba91ca742fb5ce9e38a0aa5d2e7241edd51fa7c09c021df485a72bec9d4ca7d775325f7bd4d5dd4f737de52a11caf73a0a1fdb4eec7ff429157e93784dea3df245ad17ef46b79ca09fd89d64cd84e0f313193e66bd23074b794932250f6534e1661825d39957e335b397537ad9ca91f88644c9313f9997608ad3fe58c0c427c333f517f9c25a69e368bb28aca80b6840b03f4f4f401d330a7a00cc820e036bb29f58ed92df0dc8972b6855674503a9a08caa0b744b782fe50719f4767b794f32ea3a9a79cdf09e55be5fc50fcb53ce582286214c1d3f08cba32f80e1a4bca902e189057868c46014119b209053d65c84e82e921d73198a80ced40cc3034961a6be821fadaa12f3106a15cd48250daa2d544c1175da206b6783d5a0dcac55b89e02d194f7d7bc9431482946133d06b5246ac22b8b2d41bc325ca655da9e62c5b44ec77d903124996dfc6848b72456d0caa2857cca1efb8b2365a6ccac83798c856aef227d8b9ea3cbda15514a255ae7a475f68b533c18235fb888a448da5ed1e45c75a946b6351ab55ae6b46dc7ddd0462aceb2650af5db7970a5f743a9ede54465f46895a197d9b766d34f9a2ca9848b40794b155e8e96317dbd0d01b124962cb08926d70c624897243200ab3ca8d2e44ca36dec72094326e24b1a6b83784a3e3bb13518f97d2778cf7c790a3327e3ef5da4d2178d39e72530e1e64566e1e8ec7f2945b3a13c9d86226c165cb41347a955bee10f64d48a16ab27507d59cff0660965fb97d1071d1ed3ef4f4db8379e80c3dd78e56f4108931d41f13bf12424eaa87b13765527dbc5e4c99348084b3e42654a37715a1dbacdcf59116f99e4e249cedb9817e9a725f47342494fbbce83b1e584f4f7ff012da4fca8364ea29531aa158af4c198b3e9f32653ac18294150444521208751c1a4d80f2d00d82d687b5b4000ecf42a34479781da1a1c32524041d7e4528edc839d2a3535fd34e3bda87caf6d15b0538742c8cf6e3f16082e9c71791d27c3c951ad8494f9ae89352f4e694e94e182552a6bb11b74acfc20ca532fd2edebda63cd5984adaa969188d519e7a458df5f42d02ba1966c25f676ed3bacf8ca41a9db90f6d1e65e65df46194e7dc09209d53d2ab3db70c83d5ca73a98486b2a710c63c4ff70d29cfe7d1445f8820547b690d919f9c4de8062a730e922c736d0c71e4ebd596e2507e2b025b379de8d5de9cd50b870ac61210b9b58c94ada23e44b78ad6525d2dba8e1ebef28e3bd1ad3b4f8952deed45fbf16e1435fc7b53f06ca0f2c106923f1ea4d1673d78908a430fe753fd7ab8010f872a1f0d23dafc683cb95b4fa612057f124802c2930f0138f47406918ca7fbf1f888f25967fc6119e5b30be4fc3cfbe48243cf9b50c57c9e4720f0c5195ae42ff93d963811a07c3500330fca57df898bbe198e07ee946f94fcaff4840bdf5c2023ee6d634cfb29dfcd2289fadd2ecce7283fb4a38fffe04652f0c748fada1fcf90bdf9f11335b0cf0b310daffc5c4a4dba6c22c1a8b2c98490bf46930afb5d4670f8bb8a36f2771301f01fb5a862fea8878ebaf24707cc2a2a7ff4224cfeb32515ab9feda96cff9c4abde3673c71985f2308defd6e4be0f4f7d8181caa54d1c757fe471275e53192ce2b2f12ecfc530543c7ca3febe80bfdd94112f59fab44f0fe0ea2adf077089e3e57fe9d8f6965e5bf7ef487ff6230d8a3fc7712cf9da8aa2c42635c55250acbb6aaea713c0ea1aa7a1d7987aa6a39426b55b5156848a8aafd44c8afaa5e84bd4355630b1e2850d5f88aa44c652b466d48651b8bd8446577097d51955d2ec23b55ad0d580154b54fa121a1aa7310d1b6aace6bf4f05575ded2bfaa5b13755f555d4794b15475bb62bd57d5fd833c4d55ef202a5baa7adf3168a7aabfce13871a0423b252d90f42d0ac723882fd51d5b027ba22aa86e3114fa81a0db1a121baba46d5a892861c6b618751393a61fa56e5f80451adaab1128f86a99abc47c8af6a96594043579149ab9ad74388a172f6a27fe53c0a399faae5566cf8aa56c7d03354b5ee87604bd53a90de50eb136849aada4cc76ea5723989b685cae5063230555b3ae5ad6a674fcfd5ee11a25a557b1b8c2faadafba2efae6a1f88913055077f34ec551da6d01bea108429315587cf484f551dc3908aa83a7963b752751a4fd5a4532ecaa4aace3bd0285175fe86497155d76fd8a455dd3761da4fd5c389feb047220a7aaa9e7e88ac543da7a186ac72ed83dd5de56a41e352e536073bb2ca2d9d8a42afaaf87b4daadeb330c6a5ea1d84ca83aaef6eaa5f7df7a21eadea5b869d4fd5f73bd5af7edee85cff7f087500553f334db43b859754ee77ca68a89c76c700177a88410df0588b6a5047440aaa413284fcaac1b7f1d8816a487394bb55434231c8a91a92842c403524056181cac3865a80476d5457541e3b502f547994526b1a5a03c325aaa15d680a87f741c34b35dc838a82a70d8697549e7b50115179d1cf12aa463440195e35e209de07a31a25c5bb8b54a396a2caaf1af53015874677226c327a0335b0313dd164578d9940ffe3987dd4cac7e4d3a37a5743f6abf2a6df035379c762ae43e55d487f28d0d376174c42ad4325f881b13795b0809689b008fd4795c81d01a54af40a057695d80fb9bb4ad217c56795544ced44fa14bd4c956c088a242ad932347a55b2eb041ee43b6999a8b6a2c5a6529d47f2a3522ba888aad50a1af2c3ecb04a33116d31953682c0a9f63106ab553a0feac8baa3041ef4e309761adda8ca19cfa18ba4324da429343741814a65ee8df4416516519336efe53ffc80d6b2cafc8900b86507ea4c2acb155a4c6397506b1a974f6bd5c797809befcc001c1a1f8937e3a8c69fa221bfd6040bfc7a5333f41b808ebaca6f3ed52fbf7b841426a831f3a09ab01eb377aa09a9b4befcf712ce99d89bf8d0c43e98a0524dbc8f1a9f6a521cb193c9b9e8ceaba62463b25e3565373269d5d4d66819a9a655c588936a5a6d420ad37b1082993e9be8c30c1f220633fe43fb5c35230f39b26ae60eda43335f639c58356b182ddf802b543a02ee229d57cd3948dd3d508762846aae1faa51aab91f6901ccad40affcff432833a882aad17ccd0b451556353f975ad382ad34f7c1fd68e50487d0d307af477b40159c84a2922a3815dd1a5588032a35aa9001a87fa91636a752bb504c387ae124d427540bbf50255f748b36dfe251a8aea8162fa076b2a43115e47001b5ccf060eab511f6b426968ea62dbab49c16e6b22554e59685d32a5cee426f7bb93fa1b4e54fa832ada889c6a56a4524d1f9158731eda75a9141df71c53522d7912afa42912ba902446e24e8b3aa82d8c96a7b140755ab45e8e1ab564f46b553b5c699bac29a18aa5f51ac75ac1d454c3ae616d5fb9827541e6367d04bdb501b0f01a83624a37aa7da589520ffc634a2811b8b88786e2c27352aae1b8a96aab8fe34ab7121f45c714b88bbc745539d886f4b2f2dde9f2852fc3fea0a9bae93ceb4250e7d05d596c7f48709eef41009ea621aba5646437f0a70686bb5541cfa2f982ac07fdcd3b6a5d18ade76971e627b73aa133b84444f77c4d21fee3848306ac755ea43896e98a256255989cd25cd20cc94f40a035aaaa4326a27493f50be55ed9c828e816a6714fa43aa9d3b89fc24dba35fab4a9e4333911c44a536f93951a45de1444576fbd3badf2325a96ecf2fea1d7b1dd16b52ed5d8746af6aef5eaa39fbccd4c0f6cf457f4875404560fe8085fad0c1e5e8c4aa0edfc37301aac3ef08161cd1d1e41cd94adae3512b6aeeaa639df0260ed5b1bd84908f8f2166783c8984ece3a769ee4f44e36dbbaa933ed415d2f3a9a49d1a4b92c5e98e180156650ca0a693311da36aaa8c14c2856786515138a3a68e7ca6103322aab312720c325de86b672e24bd304b40e531eb3b5eadabba508f70ce8579a4de5dd8403cede2176201979ee3696ad5e5d5e83faa2eef27b892232699f44a0daad1b9f5d1b854e59e20d899b78f2a53de3ecc59a9f2fed1f2bd3e8c96dcf591b4d3ae1f2645e43add45adbab18bd4a81b69f4f137f2e9516f7c45775e95df9eba68fe66cc46a96edaa24ba9bad99e04f69b0f0829140c2315a3e005418cc2be54900bcf1184bdb5981ef5d6394f1c2aaa8bbf95a52a9211e42f5263784975670509b37736117abceb458df56e0211bcbb3944caee795233bcb711af3c51ddcba392767f3f29480f0ea3d3af7a50e283430f4f500b78f88820c6a3c554a31f1da4faf5e855220e3d7e4f0be08981f0d793af44a49eba60e641555c8dea57f10bda8fcfdb909df2a20f89962f66123178b191b6fbcbd954bf5e9693b255d2080f01a84a9a11e72b998a4ebfaa248516e6abcb04b65ed7254af93a9a7aedeb6f041edec80821bf3d8a4115d5bbe3f486de0763f246f53e9d5cddf7c5d4743e1c20e9fc431909d91f7fd214968e26e7fa733752adcbb613adf95283aac997edd4cabf36a51afd75111ed4527d8b27dfea5b2e46fb54dfb7e24558aa1f3569e5fc4822ade3c709823ee50eb4567f7e265c58b19176daaf3cf24efeaec37ca1ea5f47fac37f4f104fa8ab24a163a0b619814794d555f761c45c5ded39ce84ba46274cb9fe7f08ebaaba26dd4aa4ae9987ac5c5df30bfefa9bda2e12bb95bad61f64e5eadaebd1e855d7be8d4e99ba6e1bfaacbabe985554d79b8732a9bade5dfa1feb3b219e50d71f8b0b40dde027b64cb5fd5cacf76afb700c00aaede9b770d50e74ad8bbaa13d7ded86a5789d91bae15f5c396a476fc4f76ac700b4e2d58deb238751373e81685bddf834fa0aea26dbe9d53629c70495bae9713437d4cdbb2075533b2dc5d6a4768e0ea3a1fde80fa95bc5c5d0501e222b75ab67e82ba8dbb8a327ad6e730f81aedac519935d6a9791b415da4e4694a66ed71dd50275bb1358bfd4edebd217eae080a059dda103faa2ea0e4bb1b8ab3b06633b51774ca03fec781bc57a75a7c358bfd49d15c8b7d59dc3695b75ce431aa8eefc044d5075177becb5ea2ea7d11857771d842050dd351ac9a2badb04ec1dea6eb1985f5577bb88cd50ddbd091e055677ef83f746a95dab207257bb1a68a25d8f53cd71fd80ba89dacd1d3b8cba573dfa8ebd7a5381e93500f1bdbab73b0698d5bd975149ebfd13d99cba8f2f0626d57db662b857dde720e21c75dfb628a5a8fb35c73ea4ee371e151175bf7fd44edc7be32936b57b322d39f7646ce56af78bb461dcefe3496375ffc10857d4fd4ba9190e88c4f6ab1e5c888933f59039481fd44382e93d0e598207b5d41e6f1117aa8756a3471d4af73daa87aea38718e6840aa57ad8022a56c3fed2eb18ee86d047ed39134f48a83d636c70c8cb9e1abed768948bd45e0a4c63a9bdfcf118a3da2b92babbd739549ad55edf69e58c988f6109f5a8780cdbabc7c8f01080dafb335af16a611b071a2aa2f912bea45528da46ad5cbc9c9082a4018a836a09dde5aa964850f7554b7b6074412ded89905f2d95228e564b4b68485685beb6ac14fd21b57c1ba134456fb4bcd58a602a308a6cb4fed4ca1cd4efd5aaeba8c1a8550f9164a8ff0ff968a829aa9d6a756ffec3e90a1a22a94eadfe80e6bf5a7318f52fb5f624b200b5de9e369f7e16c115433a1e16521b67e325d66ad3006a27e6d1283eabcd89a862a8cda7f0aa32b5651abd6dab231e47555bdd69235bff62c0413d761d41b2b1655486c685d262f2e9811c46ed6b8b229cdad7894886af98108cef14bc405ced2724aee0379e7aed84a334f7fe53d00d54fb2f220c304944886f522835d649ab3020af9e9488e45a3d390a6506f5d466c86bd553fb13fe9a6ac4d4a67a6a1e7dfc3435e19c699504d3a7dba28ea99ede0c3d56f58c0aaaf7336d09b9cf3410319819899a957a662ce60bd5b3da53719f456a947ad6697ab5b3a30a7028d096765a601b7aaeb96bf1e4ac7aee01428f732f51af0d1a41852f682df58ea052d4bfd4f39d518555cf57624e413dff2cad89f96518a0512f184e93b3e0135e4ba50e7945ef71a10cbd5ff54223a1b48591e8fca817ae47bd501dda9736f2a24a8c25a917c7d14b0bdb482c33a237da4feaa5ede90f97eac368682cf5daa547e9d52e3b8a02a87ad90b8ceca89795a086ac5e51497d68656f8cffa8572651d389cca387583d8e58c0ea248ca1aa57e7d3acaefe43cc704d1ca6bbd56b761215895a48b0739d9c9055f401e20ad10f08e8c6183124a45e3f16ed14f5fa0aeab51ba6623242bd6141000e6d14e3655fea8db9d43be28652cd89d3d1ae8ddf43bb76d304a2a79b5ee26572eacd5be9b3365f20656b4b5d9219b6b8113bd91a4224e3bf0fd43bb655a1edbecd427d7bdb789aaf6d13d074516ffb408b69879a70e10eee563b5e10544c0ac31cb23ae9050ab3ea9d97f0a0837ae7757a88e41a186a5727cf238094bc1f731dea5d8d313aaadedd858ae89e684f1a3a47ad7caf0db5f2bdfeb4eef7961284dd97414fbf7f311e91511f684d0bf3c07aa26e075b10984f19884e863a6527298129e7e8e30f95e0092ff5917454d3d5692fa9b81fcdc22891fab802cd0df5f1a3449b4fa451e938918f47cdd5275ed0223f694fcbf7a41375abf412d2acd2ff51e9381540ffe3a9d9987c569fda4330ead411071c3abd8768cde9bd7868427d3a8f506dc66cd244cfcca1a73f731c0f31a9cfcec74b14d56743d0c0519f5d8836a2fa1c5d45ac3ef79bfa63d6286299590a8c13abb32f6372507dbe21d5c2f345242b5fa88797d2a82fb4265c78c14cddeac25d743cd5171ed1675d7c82291ef5c54a52a32e75202072691a3a65ea4b874966b8749faac96537520b720660a04d9d2322f293b30a330fea2b3348abbd928996a43ab71b9ee753e7fa12fbcdf52596997b9c3accb566b487ae8da6f575c384f909f58d65a4fae46752fb2d68477f58904dea5dc12d622785cd89a7152653cb2c4c268fa230b700876e1552f5bd4d47d6d4b77f53cd299a4eb272d106bc60505d544095e9ce50fa4277cf126bba47910af5fdc36853ab1f9ca71afdd08ea8c8c34aa26e8fec68bb3f32d1d77e7482f4c247e7a9023c26335bfd389f9efe898ee6ebe940aa4c4fd33178a17e7a8b64ace297b4c88b7f539d78ee42dbfd7918c945cfbfd3c7bfa82088f1b22f9ad9ea9713e8e95fae26adb6c49554eb57db6815be3a4212e2ab4b3138f45a4213fd760051f0b799444fdf752435fddd593c5da77edf0a6f2f5397da63945b5dba84ca76690aa1da4fb7f1c60bf5e7f6441f3ebf27b7a6ac1ab5dfb23e544dbeb850cbfc52491af2571bb279bedea457fbbd2f3dfdf75554acbe6fc27bd3d5dfffe24558ea1f9b08b8fdb88d47fcd4e51d095a97772180f47335f5a10a09b1a68a183ccca1fe750dafb157ffbe475358d918832aea4a31895d951198aa53572e25d8591945dff1cf2c524effac277be06f0b1b1aa288a6faaf0fe6b6d57fbfd2dbfed71b3394ea7f0232a0ff2dc1db0d3455066165d25491e322d754ad89d54453b52b76774db5f6c85835d5dd514cd5541f83f6a6a6fa21546a34d5efe37ed4542fc337a4a9511335644d8d044c7f686a94e1efe9686a3ec773271adb9e08313476f12859686a67a18da8a933123bb2a68e184fa768ea06a2e4aaa93719cbb6a6fe002c7c9afa9bf1d6054dfdcf28806a1a2cc2ab6b34f631988fd6d82720dfd638d0bd511a87675831350d25f4b51bdec6e0aba651194a4f9ac6279094699a7445c753d3d40ba5144dd3f5e83f6a9a5ec0a887a6f91894ea34cdc7a2a4af697e13f790a6852736304d8b35b8f9342d7620aad5b4788b5444e334046f08d138f9a128ae71f2c792a6710a4292a1712ac79ea671ae8ab040e3bc1a4bada665306aa29a56b33023a269750473db9a56e710896a5a6fa287685395de501b05fd619b694862356d721438e412839549e3b215a1b5c6e5069eb8d4b4fd41c5aa9d052f6dd3b4e3296c6f8b1a8ca6432f440a9a0edff01093a6e3030c986a3a8da0f5d5691c15984e97f1348fa67307f461349d3f633242d375044aae9aae62541e345da3113c68ba5ec3fea8e9fa1189baa69b1e51ada6bb1715abee8b7ad1500c3d7df78d788849d3e30b82538deb331f1c721b4f0bd32d1399a1c6ed0dc2744dafc91812d2f48a477d42d33b8e365f1f059a089a3e46fa57fd26d15a75af82a6b1c6bd09420c8d7b0a3a2c9afe75105a6bfa0f431354d35f8f4e99a6ff2454283503ec68c30cae8f911dcde03e08ef348365f4b687dca0d2317404e66034438f10061816838920cd703a24a7f1f4a7c6eab91795798d5726b2398dd705d444355ef9285a6a4688f1d8816684890adfa8d3543a464761e25f336636cab79a31c998abd508ccb44505b7a9e10b3d902269441368f38927a0caaf11df42495f237e8b72a4461a80597e8d348596af6c3e15777915743234f2509a1c39f16d8db2160ad91a15056834ea7e283368d44fa95b6996117ad4764106a6d155a7c6aabb8ad79468f4f50816e833e9d51ab311936b8cf7b371c8740e256a8da9888a95e93701248b2b8a4a1aab1de27b8d95ebaa750b1551eb15aa4c6353d103d38c2b44d152e3e34debde270baf0dd2f86663e858e3fb0ef542cdf83ed4ddc71710701bff9a568edf6ccce768fc52a8f04d08a795e33f0a8d388d7f062d93897486453371349edcd04cfc0fe39e9a4923318ba19974992ad3a46b685c6a264b51d2d74c5984d68c66aa15c541cdd4f5d4a4a729a9c04cdb86de89667a03d457353306538d9e19434064662cea009a598e54b6670d466f4e1350834a5ac01582fcb33ba14caa999d434b6ece4fb45334738f11d80a8a407d5533bf319ec1d32cf888f287267834ad9ce0eb182fd304e713b70ae94a0069a100c3389ad0d1f48642d7a326aa593483204618dd1eab09b7232a12be100f4469c277631c4f137e1a737c9a08fa85154dc47342c81174439b66696baaab4b4fd0c25c560f4f236a9679e3c123cdb29b046157c4526b5a791bcd0dcdca6784735616d3dc4796d214465690a6b0eaa4270ead7e492b67cd5022ea6b46119d5fb38476da9a04c2ab5155896f479dc0148f66ed26c285eb46d2ae5d7712c3389a757709d444dbe1ef7768a20528f168a235d46ba3cfa16aad8991a369ac89b1a2cda389594d14697d0b22b1ebc3d162d3ac672cb7fe22267935b1ae982dd0c46e245ab3b10a2d808d5f69eee372e86dc757a5a78f5f8787db35f1af31b4a7d9ec4113bd997e1456b3793bb5cccd5f683f6e09a1c594709cbe63c285181cda3e1d432f9a1d730947273e42b95b93740d0d2fcd4e57a2e03ba3485d49a62cbf66d74db4d834bbdba6d2d00caa5f7baea0d0a8d91b8526a8666f160aff9abd1f08deed73a27abf4f47c86adf31aa26fbe8f204cdfe2d5444f79f263474a007cdd7811b04c00f4a31a7a049d94ac4202583048494f754140eedc4a08ae648b3301a3a80b1374d6a77eaa2699de8b3d20a086da7bd22ec7bac19d1e6632dd13cd31c7b8fd105cdf1ae04ad8f77239271bc1fe1e8e3f3e90f4fd8602a4573a21ac63334271b10213e1947e021bd3f9a7a9af4bda450a6e7e0691ecda9faa4219fcef0c1a10c67c298679c68e59cd9817e9ae66c372278670f5103cbec4c7264665fc23999fd08596506119bcb2ca5ce772e8b74df736fe951b3cc34d159798401b2fe603a52936de0a113687869cefb620050737e3a29f3e77f104abbb08fd0f685f718a9d05cf84e8ec1c541682d6b2e6af02219cda56a54992ebda4267de92f5593cbbda919e60ca79296731f0f316972cae92172fe9278736519cd7dee77026e57fb60de5773750501caabc7c987c96bdc8b86d208b85dbb80f6b9e6fa00bc1450933f8954fefc22aa98373b928070b33b6dbe9b5b09ae148cc19090a62090a0cfed39982ed214cd44775e73670681ad3b85c4c0eebc230a7eef3ce94cf7bdb369e82415e4072b69913f48a552fba08404d087ad697d3dd4e3696acd63136d9827fef4869ed22d029a677d89e1178f2172fdfc2255cc172d885bbd1011cb7ce14754e4c54deadbaf7c88b1bea5cca9e65d3d026eef8aa805bcfb859eb4e6430a21988f3788e095d620a858ea417dbb74342d934ff3d034d67ca2dfa6d67cde8adeafe6f36fb207caeee28d2a9a6fc924a57cb792a9f77da3030d6550a3f87e8616d38f2d1899d6fca083b99a1f3788eafef885478a34e5238877941ba8fdfe1c85f9424dc50192ce2b6ed3f2fdd5360c877e4fc19498a6b22bf5dacab5f41eff44d2ebf8db1a330f9abf74d39ee6df21bcdf57f3af0209b1d6663e2e39ad4d1e4ac1daaaebd0e7d356cd4629455bed05f2216db5724c46686b7aa249a5ad391ddfa3d6568612b5b6560314d8b5b523715b696b6fc4a6a3add30ddb89b6ce6aac98da3a798857b5751df178b8b6de6fd41eb5f543703f6aeb1fc2dea1ad9f8d91436d8310b4cfb50dd6a1eca76d908e8d426b9f857c48db907edb42dba83b7a14da4637b18b6a1b952324d33ad2493dade32dfa428dbf616bd236a55f35d736cd441aa86dfa97feb07980828642f1288ab6792ee699b42d34b47c9dca3123a275ee4a2fcd79202d13e72d98c5d03a9fa275dfd21665066dcbf15801b4ad6aa3e6ae6de5889a82b6d56824c4da56129482b5adb4d8b7b5ad9f612a45db6603067bb46dbe23e9d7ba54c392a6755948cbb7ed195444b4ed3c103369dbd10fcc6adbddc55f94d7b66f817855dbbe272db9f68390a86bdb677ae250070536566d876918b3d17694e129496dc770f49ab41df368a775cc435946dba93b8a70da2efb116268bb6660384edbf5324d4eb78134f7dd8434f7dd0c54f87a2c42b4ad75a513e35ad75ca4f35ab72ec8f9b46eb7682bf4aa8be447dbdb4aa5b6f7223437b47d56a19da2ed1b4575b56f025237ad7b7ff402b4ee4be86bf76f8bf04e3be000c202ed400b722bedc071c8cab58379a7791ca4573b74362ddfa1c1884db4434fd1db1e9a830166edf02ae8f36987b746c54d3b7c289245ad674fdac85efda9fa7abd42234eebf5078533ed885ae80568475811fa6847eca5153d2a019540eda8bb8827b4a38554d246c720bed78e09a4baeadd1529b8d6db9f2a80a003def4a2151e45bcaa15d5448f552b9a80991aad680306c7b412093d97240ccf196aa556bc2f4d2be5ed2ecda35e2bbd476848d68f5e9a6c1e1275ad2c1f2531adfc118abc5ac536d4acb4ca9af4f4ca48da7cea9ec832b56a0d4132f51b0ce368b5d591fd6a755d50a1d4eaba51bdd775a7eeae9b801a9f56ef899e8e562f434f5aab3f8fe6ac569f870a92d6709c1ec2188f84456b7e816abad6d21cf509adf5103243edd8f6988cd08ebd4e0bc0673eaa645a9f048205be9f5d68e817d5fbf157a90cf9af4299413bb12fead1dac933a9ae4e29c7a492762afda2a976c60bd4c9b533430988cc7c8ee68676d6035af7b3a7c6d0d052c213738e122c08d451cd997b942af9dc22b4e2b541e1547d1754a3d2b1a006eda1052d916e69172ca057bbe037ad89e0de54144216a02ea70d598f01406dc85bfa420baba0c3a25dd80d234eda85c3e951178ea2b21dba1895666de879544eb5a1b978f59676911721ab457fe80b2d76a0595d7c80d0e392fa348561b55130d686ad4045441bfe976af43237aa4ccb84f4b6975d413aaf5d6ea08f5fd11cafded2ae984c0566c55c943fb42b3d505ed3ae52108c5a3dca0787d6e4a20fa38d52d04e8b2ac723cadab589e83e68d75ec5a09d76dd6f3c82a58d6e469d2f7a30b593683526a8b4d1f928de68637651498b49214d21269fea576c0f5abeb111a86c6963d331d3ac8d2da65518fb136349da8d0309af6e9c8a3918edc655f4b5371e21f41847911d6d9c3d51cab85d8460e2db532d8c9fe789439b4e629040bbe91b6a56dacd417875b376f30f22fd5b3ed2f24df84ef4f4bfc34475ffbb88d79f6b77986999243a1036499c87772a699336a18ca54dfa430566e72802ba3bd568526993eb1042def5957493dd538905ecfe461d798f19234eda3d5b6826f624600458bbb721fdab7db568260efc249271e057310e1df4252e9ab29d766dca654c2a6953283aaa3d24a72d7ae80201b7c39425d31ede819e8ef6700ec93247da62fa439b3a074355dad45ccc346bd3bca9e6a4056362439b76094f5b688f26a089a03dba0be33fdaa3f7d044d01e1f4575e2f86b2ac827ba52193a118957e1694f6c4045577b329904d0f4386286e979682268d38b89069e9a8ca927eda933a4039cae4d62c4692d6628b5a76f51afcd3881e7a4b5675df1f4b9f6ec4812f4ce1e20f9f6ec2b6a9999fd68f9660e463b457b6e1dc90ce74ed346ce4a255093f50ee38bdaac7f044eb3db10b2ca1e8fe6ac367b0a5e4aa3cd5e4c65fbbc2d61930b17a977e478e05160ed150d318adcdf68e16aaf46a355aacdeb1446431ea934642231226f3c66e6b57977482eba7693870a89955faf815696f6fa18e2b5d7afa2afa0cd9f462b3abf801aebcd31682c696fcec04326da0247f2020a8690325ff89ce6eb56092636b4b75da8c0dcd6a171a9bdbd07cf5b696fdf20b055e44b8a48d13192d78a7e6180597bf70c2df2bb45040beed1615aedfdcee8f46bef8b88193e082242fc6007d5c287f368a21f510445fba8842ac0e3a144759f742626fd6425a1ed27c9b4919f6af12a29edb3ea54579f8da68f2fde4412cff3b69e34d49e2ad30b27f4a4b52f9c79c88d18fe4b1702812f47d11496d4247652f2945eed2b13de67a57d351553e7dad753883ebc0ea0c5f4a6922ac0dbb398edd4be8ba205f0be3ead9cf7b14488df6f2626fde1198937a5d5e875943ea2c9f9f49718fee7bd04023f1f22baf5f92395c7b20bb415ca3e919d52f603cd6ced972dd9349447b0e0eb9b621cfadea78086fa93f0fffd3166c9b43f2e53e928af8b1114ed4f3955df0a1f5a4cbf7ad343fc925087f9f58f50ed6f67bc3e455bd98ff057e518cccc6bff9693d6f16f1782799d4d189e7fd455ed8f1e98ae9a17aafcba6aa7b04ee8aa7f4708abab91811b4657a388ffd50714b27535e7a39da2ab951f4343dfb10ce96af741fd4b57e736e2425ddd449c7b5ddd0214b275f57df162015dfd70743c75f557e222d7d54fa0afddc0116ba1aec102ac133afbd5f4b5edb7a180a073f0a7efe8108cbc56d7b02e9eb9d635ec86ab50d7c811f990aed163440a3ac775bd68281661a7cef10ea6b1748ebf1088e81a67a114ac6b320f61baaec9315490744d23514dd735fd4553d8ac182302bae68d91eaea9a5b50d8d039d7a615edbc8ba6d0f91cf2215d9b6634856d06a0c6a76b938021475d9be768f3e85cba211cd6b94810d4e8daffa347edd01a857f5d470fe47cba4e7310c2ea3a5f42b8a2eb7c19857f5d97b5785453d7e509e673745dbf24e2503701024a5df768a4f3ba1e2e287fe87a6868ddf708a505d0331bafcdd6b9f640bf43e72a41baa573552217d5b935a62974eb8b3eb2cecd8356b49b10ed4d9d9b0e1bbece6d011eb7d1f59e46cba4cf7ff4f47dffa213abebf70433e0bafe4710fae8063ca09736d08a7175dd204f946574836d511ad00d7e445b74487f1436744322e9e3879ca4b5ea71041bbeceeb0beda111666cacba91d3a8778c8a442eaa1b53155303ba313b9182ebc69cc3db0d7463ae62ca42e7dd885e9a7763bcfd47e7dd0695409db00a1a383aa1963e5e184d9f257c4a7f288a4756ae13dda63724f62ba3a16bb4d324526a60927b28a5e8a432d41e75b21db44c644f9082ebe4416840ebe4af508dd229ec508cd0a95e63ae56a7feeb80439a6d187bd369762008d4697d6d7048b71795539dde9dfa90fe0672189d41825eb9ce308b0ab2e102524a9db16e2a0d1d464b5267fc430f619a4a45d4341f35649d9964069db9073a3f3a735f341174e6e784732c74f24c675983be956eac135211ddd8b5f4a83e5308faf88d27e8e3771f257d9ddf6b148c7513eaa1bffdff21f4c074fe1de80bf99fa62537713841c5893ed43b26dbd38a9ee24bc57dca62b48c745336d0ba9f4abfeaa49bea82aaa26eea5a3cd7a49b168016886e7a276427bae90fa87e4dafa08f9fd10d998e6ec65eaae4330b3131ab9b45d7fde9663d4756ae0ba0fbd274b30766d3d0315ae4b31fa1a6a09be3447065ce11222c812654617581819824d105ae241c1d749caaef7c3f6a14f34b08f12d78408032d88e2852881dadfb90350a1c5a988eb459177a8290fba25fd445175f22e016d696be63d817a222e19b3113a88be8874e862e22183551ddd2c3c87e75cb5a52335c3e0e9d0cdd0a12a8749175a9e1478610e75b358768cdaa57c428560fc3c8b46ef50dd40b75ab2903ae5b431c59b7c6426b62cd3a7a1d519443d645cdc564aa6ead14850dddda107a8f6bdfa21aa58bd94e1b79bd074df47a9e89d8e534851b3251e3d36dec817ead6ea32b5e68a6db3880d6c4c691d445e30c68b1e9e2825073d7c53fa0bebda93de1fbcdcda8f06d6e4b0d6cf3163c67a84b7844ef31e129e189ad81a859e9b61ea0b9ffef3535d66d655414b667a15fabdb7e07cf3ee8b63fa786bf6313bdb41d0769be123df12e1e5d526d946f75490331eaa14bda820976dd4e570c12e8926b120b489e451d39399f08f1aeb754dcf764a04eaedbf30dbd13dd81579839d51dec4f4521a50d7a3aba94c368bbea528ebae0d0a1ae44fa0f6fc2388bee703e1e33d31dfe875aadee4801ad89232f695ba505a22ea73b3a8ebae8d171c4c08e56528139768b8ad5b177d40c8f9fa79938fe9360c1893bb4614edca30e73b203bdb49366f47474a70660c44977fa3c9ee9d79d7e4d1820a3069e9cd565d85357c8584c1b266323e1af337222c4676ea1a1aa3bf31c93cfbab333d133d4659a09636686e0fd98ba73e978c24b97b51e0fa3e9b2dba371a93bdf8430c0f925a8dfebcee7c6e0d0053bea1d17aed262ba1880c6a5eee24e12232ecd2145e472557a88cb79981cd4e50cc1d0b12ec74c2c2087a1cf15ba3342776514dae7badc3e782f862ecf420b33ef056930795fc270e8da587afa6b6b3131abbbbe02bd39ddf50f04d3f3fda888e6bf441354975f8eae88aec08cc2bfee561d922c6ed5a13274ab2ebded5ba9e8f3e96e7d44575757144090bf68091585a2549aaf3b4308b9df3d457ce85e3231fcfbeda9bbdf3713f4b93f09539bbafb9748da7c20a58f7ff094a8dbc391781183eea186c8f5c3200c2fe91e39129d7fdc9d16c093f1a4163cf5a276f2349100e5d3b7d43b9e7e29c6a1677bc9157956841937ddb30f7849a7ee79227185e7b9784790ee793ed5d517dcca5fd4a3a6f3826e0ad5bd184b55eec55662f82f9de83dbe32606c57f7aa5c8143af9d89bbbf9e4dcbf74d15ea306fd4f4a86f5268f9be292009f16d5d2a0aef42a83cbecb25c1e5fd6b9aaf0f0d6c68c895aadc8709787fb4eec359da301fcd24467c3c487ba8b46d010ddd25bfe3f31dd257bff4f4a4a1b198d9d27df1a74afe258c58c097bdf43abefad07bfcee80312edd8fdfe451542ca4af5d918817efe87ed5c0a3d3ba5fd7a85bfd6e82a927dd6f4fc213bfadd4742aab91da59194da5a37233bddaca2b8486fe24d2eef81b44a8e32f19d0babf8ff12e1edd3f674230ff848473fe5522aad557f98eb5505fb53db2267dd53dd815f4d556e0b9007df559982ed2d7e88301077d8d385c39fa1a69c80cf535dea326aaaf698f1e85bee6246cd27adbf988bff4b61fd0e6d1db3541c9426f770de75e6ff7035bb9be961c098bbed65f1aaa5d137ffa475fbb072640f5b5ef232cd0d789a089ae73046194beee104ca5e8eb06a284a8af9b84d8445f4f82e2b3be8119e9bcbe413a0626f5f61f306ea077b0411aa877588e4554eff0088fdbe81b26a352a377ec80528ade710ad2797de33ad8d3f48d77e12564faa655f0e0b7bec50074ddf44e9e34396d9e63afd5b7b5c522aaef380b6b8ebed315f458f59d7762fdd2779983070af45d3251bcd1775d8e22afbeeb115a395d4bf06c8dbe5b5b8cb3e8bb1fc3dea1efd188beb66b36f66d7defb66865e97b0763efd0f7ab490bd33d014d2a7dff41786e4edf7f3a6226fd804ec887f4033d308ea71fb4062d49fda0dd54860637c5e4a07ef0806c1a5a434343f6600bd00fad8f1127fd500d6226fdb085b456874ba9020cd751b11a3e1bd31ffae1bba80c79ed4130aff7ba4fcf3532035d70fdc807a85aeb4765d3448ff141e75a2fe88d4a8d5ee04e6b5560a28d2cbc43b32a1a8fd7d7e925b7a84e489b61cbd44bdb528d9666d1ca914b68be14b3a9de2b0d3e34f4014538bd2a094fa7e8d5461ad23fc76c94de9081dd5d6fb88f904c6f1a4bbbd61c4735c7fc13c1bcded2030f45ebadb5307aa5b77ad39ab02ea6dd31f614de81a0f71942f5de77029eadd18fa72b29f4e32b30f5a49f7085aac9840778f845ef9f456bd5ff0d2a94fa891d099b4c34227dd04f0c74c0a1493a0cabea27dd44f9433fa9881e75722f1410f493c722e4d74f5d83f7aee8a7c6a032af9fa6a5c999360e1524fdb424eadbd37ed2d34fef864ab37ea603358a99de54a3675743b3513f5b4a8d627618c62af573f62031d0cf798ecc501fe880f91c7d60147dedc00a3c50a09f4bf145fddc0bd46be75ec790907e9e332dcc797351edd4cf3b893aa67efe4382050beed14c043ba3acac0fee8db2b23ef82d21e410379afb90ad843a420e2259d48714532d5c588c1ab23ed484d2a63ed442e0347419ea13fa45b6e810eb179d479144bfe8270a2efac53569ad2e9e4d3867f17bccfbea97bca22e1a769efe55f8fc181aba89e6bf3efc0d81f9f02f540196dad2bf5ada1ce535fdd2c9c43b96d5a382bc4c487d7b993a00875636a5a2b0d21949ac3ed2133381fac8205ad191d198f6d3afee49cfb57a052d93d5c7886eade94e5d61cd7734ecf56b1ba3d1ab5f379bb0c9bae5d445a32720a5d447a7d3c7c72ca1be1db38de63ee6a30d0ead6f82c2bf7efd491410f4ebcf50e15bff152d367dac042374fad878d4bff41b0fe15937fdc60f6879ebe3bea280a08f37e3b939fd26297aacfa4d6154e536fb1298df1c889eb47ef31b14fef55bae5087d9f28d6622c19e9e7eab2f46aff45b171324dbba8c96efd63f44c1ff4ba589de5185f6e30e472219897f89fc240d218094341db50e7dd21cc2853b3ba02ca34f561093de1580baaf7ed7112a307b9ae26d5cfa3d6ba916ee29c1409b7e6f6b547df4fbfa530bd89f8aee83fec0700c5fea0f4410d33928c34c8d3e652f61b943b7895b1dfa47dbeaf01582b087dfd04b3be24a653bb52b2da6d4e9f4f1477f50653ab69216c0f109f4f4c717a002ae3ffe9c76ed49ba29417f32981653fa5ebc74527faa00bd5ffde9ee78d780fe740ae19c3317f134a23e331a85597de651a2489985d47ecff991fe75ee314903d94788d766f3e63bdf9e88e7f9484243e7371296bb709b1afec5ee2821ea2faa08cb5dd453b7bad4058f4eeb2fbdc3f31dfacb7530b8afbfdc391187729ee02d74fa2b3d3001aabf3200d30cfa2b7ff0f4803eb70155cc5cba77589fbb083d437d6e2c1585dc423c54a8cfbd4fc433af0d1196bc953e347491263aefe9191cbad686eac4b525d44eae2d274876ed216de46b8f88ce5f17f3901ff5a1eb170863dee88472b7fec67ffcaf4e1010b97196d66a7e63c2abf90bc368e830494f055569260a4691905d2022a6539048bba3703ffd616116e6a3f5b70a49d92a32107f2cfa4744fd8e3b86c7f57704240ddc1194e1d0bd05c491ef7d23d674bf1f2db9fbc9b4b71ff6a69af32809d31ffac76369d73eb1cbc6a1a7d144919e2653b17a7610b32bfae2c3f410c54f49c67a3e0bdd1afdf393046a9eff2694f66200e9be2fc288a7bd384a02d54b1d55df97ff68779438a249a52f698c9979fdab1a04315eddc51c8cfe553135d6d7ae3134b4991ee2cd7c8cc6e8dfac25e9e9cd332a0a6f3d3c696814c97e6ffd7ad1503c15e4b7ffd10278b78560fa87d5a4887c2ca126fd790075982f67097f7da5fb31f5df76109dfff69c3efec7505261cbe9f7adf4156104577ed72199f47725fa69fa3fa1544dfe8a882cfe9b8415c050c5119ba1a1ca600cbd18aa4cc15c87a1ca439c1c83cd2964d286aa5bd16d3654a71f4132544fc290a3a17a1ed62f836d014232839d0f4a7506bb3274620db55ba23563a87702039386fa4371ee0df51fa22365a8ff1ea1b5a1812d7d5603773cb062b0bf8ab4d9e060c5f092c121048bbbc161172e2683c33b7a88866330856868a8c630b4a1e179d4a30d8e076801349e8a07ac0d8d43d10b30345989d94e43d3af58c90dcd6622123534ff841173438b61a87f199ceaa0ce64706a886dcee0e4c8ff6a27f234434b275a002db31003185abe40ce6768750b4986a15539927e43eb70f4ca0dad2fa3f26068f30c856c43dbda587d0d6d37237a34b4df8c17dc183a74442a62e8d08dde768714ac39860ee768be3a9460ceddd0d186b642c7936848183a3547a460e89447ebbe33dda167e822c774b7a1cb34fadadd5a20f431740b4091d7d0ed22ca1f866e0f51673274f7c06e65e83e1df385861ecbf1a8b9a1471ada75861e67b0de1b7ad6a692e65a0f93a906d7deb4f95ce9f276839b1f86420d6eb108b60c6ec578bcd2d0eb0826950cbd6e62b2cbd0bb2bc261439fdeb4c8fbe4e3a55a86be83e97fec3b0cb53443df33b43bfa55a5ddd12f16c196a15f3c5593fe1456350c58826dce30e010f5a1014fe90f07ae43086b18b80309b16150577a8f83076117350c9e88d13ec39024a4228621bb696f0fd9835148c390a7b4d3869d430fcc30bc17cdd7f04b08900c9e3a5a399e0128f21abc4ea0ec6718d1be80869e534f1b59861cc630ca0b098b61d4156a01a387d2738d96214f33782b501a307847d1dc7baf47add6e0fd8efe50e081b4d9203882e0d42028a33224ea8204cf200aa43a21da8184d8201e46ffa3f80c1275836424c274833417198541b6882ab92c1cd37e06d94534540df2485a728ab378df904151887cc8a0da456f5b4d3f006ad00e230ca04da3bdadfb8e9ccf601c8f611c83a92e1e3b30985ae1397c83793c7505f3643c9e6430a7d2d39b2fc6e090c58f2a80b59ce67eec3f9aaf7129c538343e9810ccf8cf78a4c830fe0766e60dfe9409344c3c862cd33069141ef0314cba8b2cd330790eaa2b86c9b7f1c4b8614a38e1af29510428a71c42edd1305541b33af5039aec8669f7a8fa4e0f4085d2303d08635c86196f50d237ccac46d564666f24b1869967086204d851250fa84d702580ee38330414503b99bd01d574c3ecef840b67ff417dc23047833141c39c758444e75c208a14a8a35e1bb80de3ea86a05e686f1ae6ada3a633ef39a65c0df3dba04c6a081e8917881b826fa0f76b0811d29a08c9a7d6b4d0845e9321548af287217429cd7de82b74f00c8b8613f95934176552c3e21678d79321bc2acd57f8455abee14fa9b887ff70c0a18806546a234e62eed1b0f43dadd56535312c6158a6257aba6c1d55dfe53d315261582e4457c4b0a2095e8f685821a79db6e22ec1a8156568b11956ba6028c1b03288d063e47094650cab165105582371c1a1a8eeb4eed7fad3ba5f3b1d850dc3da1b78a2c4b0ae67000e45b7a3221a1d88fea321fa002af386f58b31b263d8b09a1e7563e7321a1a43cfb591ee6936c40f44afdc10bf83c0c3a643d49a36a7101adafc15cf7718b64c43afc9b0e53b46af0c5b2ae921127444911266e0310d43c20a74160dff29d07e326cfb8fcae3b68b846ab7939666d83e9d0af20e5bda698902d4900d8959b461920a4908da39903e6ba79ebe6372278c081892bba3bf6d48ee8f368f2179249ec337ec0ac75fe834ec6e41856f7717c272bbbd49ecda9d480879f77ed2bff61ca0fdb8b70155f2bd3a62bf7b9793ceb47739cdd7de27a80e1bf68dc628b7619f094f5b18f625911a75c08e96ef8199a8211b0ed05dd4860359a4501eb845bbf6e06e54d30d290eb4ad52da52494b11e3b16243ca1d0cc81b0e4d26247a681f418c233e98d8301c994f84383591ea449a86a04fda2c5a8547bbd07b3c9a4618f3e83d5ae447dff3bffa47dbea9886b6fb4931bd8e9317137128bd1aade8f4d9d487d297f1d07d6a60a746932e77ea166df7d3deb4f932a2a8e664c4938478269e60e7d9a6c49acebea4ad90c972d1b9aaf485b266103bc90e21cc7489ee4d375c76a2d271791d51a4cb2fe96be7f4200d264786969121673be939396731fa6ec8791a8643b96bf1c0b0213701cf6f1baea61070cb5b40c52a6f174975797954acf2dee3a91943de6f2aa2d70dd474f2eb92af903f8ecad0cd1e78bec370339644b882505a26058b49ab2d1c4d78e25647b207eef813ecbc6ba20273773a35d67bb7a97edd0fc75cade1fe23926f1f0cc6fb600c8fb8193e926218c7f068261183c78fa93f3ea61fbd333c61ade3c9722aee4f28066178da150fb6199efda0b75d3c0be35286e2e318aa32143f2650f36234867b0d2febd1767f79987c9897afd02034943425305f728e68f3eb14a222afd3896fbf1945eadd1b233dfd9b71d46bdf2453a378934ed8e46d07e28f6fe90e50c3db21546a3fb2c0fed115939686525f82fca58918b433947ec50318864f2d69317d6a4d15e0d3155a5f9fbed346fed28064bf2f9768237fd513c9f8ea4fbbe3bb3771abef090431be5f21c8ffa305793a3ff650252ff725125b4e3f1e6da850e0cd5e865fc964bbfeae4ad4adf22fc91f7fd7a01e6dacd2199d1f639545685b186d7c70ad1a6ddee04e33da54e0de36563d876a81b15a0d448fc6ea8bd09d37565f82a5c358fd351677638d9aa8631a6bd4a5ef584384e4c758631186978c354f239e30da46e09d7046dba5d8c08c76ebb1f319ed6e23ec34d6aa890a92b1d63c74588cb5b270e5186b2762ccd958fb20aa18c63a35b1c318ebec4573d658671f9a54c6ba640619eb75c75d6bace785fe90b1de2f4c471aebffc69b098d0d74584d8c0d82712b181b6462bd37daf7478064b41f84cdd0e8d01141b3d1a10f466d8d0ef3b0f0191de86a3763c39198ec3236a4df5035361a869691b111796046c77e6538d4f81e766463e34a34248c4d1aa1e0626ce28a7aa1b1c9a86c1a4ac5631ac626d908028d4d3d50a13436dd401bb9d976bcc2c3d8dc1ded27a353100a7a46a767880b8d4eaff1ae3aa3f3fd001c6a39158389c696af11af1a5b39a39a6e6c958f96b7b1f570da8f6d26a1fb606cb38e0a4c9bdba8891a5d4a517031b6ad4df5abed33acbec676b5b0a719dbf5444fc7d84eed4043feb4d33ad06f101a3bacc37b028d1d5230f564ec781c9bb4b1d351aa395d6c10c21abb1421fb3576ad83169bb1ab3fade86eef6d70a8bb2355a6ee7fa8caf5588d40c4d8231ba99bb1c70bfac39e3ada0a3df721f431f63c495fa8e7695aab3d4fd3627275c4fc84d1f5014d61af9334d1bd0bf06e2c639f2928df1afb6ca29ed6370f6ff530f6bd475db4df00aae4ee13d15035ba8752ef700fa5fdd8bf1e6dabfec3a8a4f55f8cd280b1ff3ae40ac641ad11471b07f5a78d3cc817499971106956c641c7d0fa330eba80a901e390c6d428863cc2b0aad1a33d3a78460f15ed218fb3f4f143f7bae0d0b00ada309e5d692646b6a6b91f198c08d938aa33619351a311de19478d274836ba3f7205e3986e08288d635478ef9d718c0989a751b091f084309d368c68141eb7318a4a51a1348a358427a455d16a30ca86d21792cdc433c446796fe4b546f96c6a3a6a579a55ed5414fe8d3a674cfc1b75c3519f30ea0d68e0188d75f1588bd1d817e996d1988ad928a329822aa6e93cfd8fa64b78b2d168ca47e1cc686e402dc03c0359a6d1e2412bdaf20ce983d14ac17de3d8e978e5af716c1e3a52c6718fe96dfbb8e20145a38f064f06197da6d322f71d85828bd1f7252a9446dfefb4a2c78fc7338bc6f1a1f45ce35fa3ed6af45b48b3ea978e468971a20ae535e3241d1229e3a444eaee93b72333344e7e8dc7348c93dfd3ae9d32249586bc095a4f798be6bf71ca179afba995f4b5a78f41dfdd38fd0c1585194fe97f9cd5984060c01c9afbd974bcd2387b0d9e5832ce5e4bc86af60b42b5b3bfd343047ad0ff18b88c9068e07354618d41ad682682dc08f105c9d17d300615f6a2a19f04ade7d54793ca382f9c1e75811c7513e38269d4f01704d1a3062f4305dc18bc9c9068702c0affc610bad5d618924f1c79612774918c0be3f1748a31d49eba6868676286a11e543143c7a0e56d0cdd85b6ab313483ea57e8755a268b26e0310de3e20628181b170be8b316cfa72dbaf82b2a48c6253aaa394b9660ccd9b8e41155f2b0c1b4adc2966218c718f6816054f844c239e1cf085985bf24261d31951a6b44242ddf88747ad4a5b53010625cea4d6568a90c9d58e3b2e698ec322e1f4c4b6eb999c8cff29bd4ca97df220c10b98090686408bda1c8344256abfa53255fe54593b3ca870af2aaa7f4b65717d3c7affe8aaaa2714d219ecb34465512aa5d57173d7c63cc0c5a13eb73a9ae6ecca16d15370d8f8f18e36ea0a16a8caf475f28be8f0b0d89690fc553d8deb8a902dd07e396f7184c34267c25956cab8cb0c97f4be9d56ef3a632b4dd11d391c6ed461b1cda914d4c67c74d5aab3bca8995273a10704b5415d0d07eaa4c89a7b27168e72422d7c939d4dd77d5a5b2bd3b902ad39e16b472f66c4743d5b8e72d8acfc63d1f08cbeddde48943fbea5203db174b8ac8c190301ada4d4f7fb090187e8a020576638a9618454a28c18294d7c49a0edb930877783ae9ab87f72b7028b52dcd6aea7c52b6d26cd03232a6dda70e73b4177a60c6a3e7d118371eab43a8e3582374328cc7c850351eaf43a8e3f86b52874f4692f270723b0908e9b3885ca7c750a94ddf8056a9f154177a8853699871339e0ea29a737a1761ccd3199879309efe42e2cde94a34708c192b4901cfb8168043678651b13a330ecd33e399ebf82b32c6b33954d232fb50d9cea41fa1346686d2cac98c2029e5dc280c981acf9da797762e971a6b96996a6176333c3d60cc6e958a43e78fd232b9509bb4b44b0a923f2e6fc3fcbdf1f2538c551aaf78109dcf3d4c93939b4d3ded6a10a6958d792d495dc973a7ad90174ef52b6f35b5df6b4a4c3318af7b607ed578e3244962f95d0959e58f472bde98bf94d063fe7542303797633ec7585093487f416b72320a8e9194521848a5e3962f29f3b73e12d5bd4d6ea0b1c889fad09deb5431ef7ad0c7df5d47ebeb6e3641d87bae3e347414cd7fe3bd9fe4e9dcaf4acf75df8bdac9fdfb841eef3fc36cbaf161273c426a7c188d67328c0fbf116179144cddfdd101c2854f82e93d3e09a762f5642badd527876534948b67b78ccfe26945170fa5865f3c19dd666371098924c56f093d169761dcc0f87c2d0191176dc9167bf1802af9cbc9047d5e3ec4f092f115fd06a1f1d5413c66667c5580a12ae3ab7282fcaf4750b77aed4386d7db28ccfb1adfeda205f07e0351f0f75bf1dc89b1d4965a53e9446a609f04f4a89f3424467c4a246bf9d3059a89cfeda8027cfe4210a3ac47310d2d209da96c1735e92f3ba8e97c3d438df54735ea0a3f1a129ef8d193f4af9fc36c68289d5cca9f45f41d2bc6935152719756e16f0941c5dfeb89fdfe4e21f1f9f755dadb95c12e34f483ca766525992e7f8e535dfd7301539bc63fd7484cfd3b94a8c8df336134f481a4ba7ffde87ffc37046506934d2be4b5269be148e74d36abf1ca1353551f5c85a66a7e7803a0a9da1aac98a6ea7bf01093a9fa79dceea61a2bf1a096a9c66adcb5a69a1771619a6cdd70c3986cd3110d99ec6c11d498ec12b10598ec7e61af35d56a837746986ac9cb68488fafc3545b8cafc3543b200087ea74dc8743756b231235d5ed80cbd754f7097d7cbde63439f5e2b1e19b1a9cc2f565b277c6a663b2a76668b28f4135dd647f09554593c35e2c7ca686df1c70a85112cdbd636384c32647fa4d1753933a34134d3620c63435b9823fa8646a3606036da6e647e8a535ff851dd9e4148c0282c9f92ead89563bb1a4995a5d44c1d8d4ea0eda16a6d61274914cad15985432b50e4340696ad3131d16539b7ef4872eeb312e656abb03099ea9432aa25a53a7c7b41f3b37a72fd4b925ededce6db051983af751d0d05c8c00ff7f088f7399ba2ca2add0b51aa6ea4c5dbd69ad763d8bf8cbd4f52a6a1da66e4368157617232c30753f8f7aa1a97b197618538f1a08b64c3d1be2c11093ab0b062f4c6e0da802b835406ddbe426a3e7721b8b0295c98d324826b7bf48914cbde621ea30f5de47dfb1772a4d4eef0a64f8a63e0fb1f399faf6a13dd4d7172f8135f58da632d4f715364353bf1e081e4cfd02d0a330f5fb850ccce47e08635c26f7742a30eeb9d8584d03a4a8e89a063ad0de1ed8879e6b602e95da81ef10fb9a065d42ddd734a88c3e7e70730494a6c14fd0a6360de98d4cc734e417660b4c1eae48a44c437fd2730d6b514c431769d70eefcd43bed4323d6d316867f29453a3f06a8b94d2e4b51c4d0493d7153c436c1ad18feafd889be8f399463ca59e3692ae5a348dbc80e8d134ca1f9d7ed3a8b928f1984685d2738dfa86b698698c900092f72dbc2ecb249842f325f849655bd813f9a34938847a8770041ea4310983f07e4c933814937026712c726493643b864b4c926cb45d4dd20ad47d4db21ec8284cb2c30428652730e76e9267f250290aec26c56ec272caeef4f4aa5e68829ad48369c9a92d541ed5e3d0b936a9f7f1bf2aa296a9fee080439a5db430b555e8d56acf513bd15e422dcda46b401b59178e57c498749fd04e31195ed24c18f3a95b99dad2d73625a2d068328f405dce647e875a9ac93201c508d3d82e044ec7f60da0a161844dc6aea41a3df604adfb71db88e9f86c420fcce47310951a93cf0d3c1065f21513b2f23d45357afc2ad4314d7ed3a965fa1d4447ca34a13dd5e80961c80c4dfead507c364d3c48dd7d9217d5c24951a8e798267b50e19b9c835122d3e42718c6314d51626cd734e508819a29e768ad4e7d4a5b74fa7d02f333d4a8899a6644622ecd34230a635ca699f7d1f931cd2ca3823ccb16ad65d3acd578b5ae69d62bda43b3be52410e588c3977d36c1dbdda394198e537cdb988529d29f012cacaa6b99da9e9ccf544fdde34578ef7e7988206a3a9670a0a4681ca34bf1b6df7f91fe82116bca6ff31b81d55f2600fd4604c0bbb10f459d4843adf22255eef6a5af41ee55bd3e21ea934f497d6ea9270bc56cfb42493d0d0922784a397bcc3dff9f9ff1001cab0d7b426c27e604ed414914c1c26e226da29a68847d47e237e17e0d0d2c6685c9a960a3085685a3e8178ed0a6fccd59a5684e22d15a695dbd03e374566538d5e3592ba6814fd4ab7292a9a5e6d541c46fb4c5187e8e3a3f2a99dac8ba46ab26e1f0954eb0e62ccc6142d428fd5147d88a8484c138c009b62c612a58c89a465b2de8bdee3fa34d2ac625f12dfde90480fb1b11f9eae336d4cc0cc96294e4f7b28ee3dc958f1a30888c42fa0c5141f4cdb7d53187ded4dbfa9a76dfa47bc634b35b4244d5b0ee27ddba604073cd6624a681643435d88e025aca2a1ad2ab4964d5bc7d1dbde9646046f5b3621d16d9731b569daf6cf0787b62be9e3b72f214ab93d85786de2394f1c4a1a818e812929982ae6ce01b4be92e7d0ee488ea63794fc991ac5aec6a4d4ec4a25f0b07b2ab5f2ddcba9faeef127d6b4b711f5b4bd8da816ee75c2dc9069af1a5d24d3def504b6f6a696d1d0453c5c65dad77f2b0d85a11b68da7f8abef64119359d94a6c4f00f893170643a944110e3c84aea0a47fec3e323a62385a433a5bea37f95761f0f749ad21ee3ed8ba6b457787db0e9687792528e8fc40ca5e9c4df301c3a7987b6c2a98e54c94fed2518759ad5e1d306629919429ad58cf184c933b8a465fc25f7e14c44000e9d6d83c7b04d673389b064ce266e752e99364cd65ec285d9b6680699b29df85f3da66275b106fa56a68b527a8f1717e0e973d3a526785acc74a9059ef9315dea46afe3521226824c97e848a4e9727334414d57f691269aeb4d0e4bee67bc07dc94cba2d2d5da44a4ae4e24d07c3589d86f5e0b6a607985b426aecda18a79c3488df5c6450c269af20712aabd594cb4b96039293505f9a93854d89eda5ce1147adb853198db36dd2a264079fb3be94cb77f66e3505173bcfec9549444e4face7f041eeefad01eba5b4270e55e1f8cec98ee1553f5bd9f4533f1d009ef96313d5a4ba5f6d12fe2568ff710c17bfc8c16e6e3371870303de94a85efc9405af74f1b629ad4f4544412f5d35c52449ecd27b9bbf8256d8517a3090dbddc4f9f5562430bb3a435818792d32477977cc09fe436bda2cb7c4daf2a69be5ebbd0d09bedb461de1dc593a0a6779768c9bd4f23f9f6fd05071afa86bf396bfa509d18c587f6d4a43f4410ecfc104d38e7432261930f3ff1c492e94325a9d61fedc9932e3d4395fcd3f8621a5a8eb124d3a7cdd461ca4cb400cae83e77d3976a24e97f9d4332d6d73cbc03c1f4b584e6fe5b7342b5df8693ebf66d0c55806fb3a85b7def4064f1c758322e7fcc22e0567e9356e1cf42ea30150662ac154f31e468aaf88dc7644dbff6e35de7a65f3954277ee5d1d3ffa6932ea64a0d998d959369dd572ec608b0e98f2d091b7f5c697dfdbd80e7f0cd55faa10c6fae1288fcd16c73d70687aa9bb03f9a6bb442ebcf6c3b09234e66bb25f8f466bb3f8873ccb5ba235137d75a848dd55cab1019abb9d62d14b2cd7526e3a965739d10bcb4cd5c2709f184b9ce0b5487cd7543519631dbbba13e61b63f8545d4ec90896bc2dcd005757273c3e158accc0d35184b32374cc1b76d6e7405355173a352ac4c66c7711844373b1ea1efe8780557b4b971004ac1e626afc270a8a9068994b969281e9b32378da2d7d134090f9a9a9bd9a01c696ee684b72f9a9b656108cddc7c144a88e6e65bd1ae33373f80e2b3b9850f2abae616ebe80bb5d84233e1e4859a82d9e911723eb3f3422c8f66e70244c86617397277b3cb38443066979be80598dbd2adc9e6765590d698db3544ce676e178295dcdcee101ea737b7774704636e3f1e850d73877ea87f993b8ca3f5d52105b52173c7c1a8899a3b4e40986eeef8073bb2b95375da1d9dbce8e33b05a32161eebc145ba6b94b1becb5e62e2a7a435dc6231f327759819a82b9cb792a7c5deed156e8da0683fbe6aedb915b99bbb5c538b1b95b4faae4dda4d8a4cddda230e56aeed9d407875c87e30511663719ade85e0dd02a35f772417dd5dceb13022473ef3284c3e6be03e9d5f65d809285b95f5f6427e67e1330e264ee174febbebf2d420c73fff61896300fac4b2f6da027ba22e6819118d0320f362351370f3e81c2acd96314752b0f0dfd8f43abd1761fd61ae50ff3f012945ccd9e63302f67f69c4c0dccf330c6e8cd5e521453cd5e26da0a5e4f51e2318f388530dd3ce22515e4115f69ee47e622e7338f1a405f7b740d3c8a621e3d07137ae6d1fcb6c71c442c671e7385b682f74564f866411cf26db3e0354db4685e310e894330d96516bf42fdcb2c1984bf2365968ca59990f8a1f76b961c455bdf2cada0c524fb8be112b3b21b0ac666e5206a01ea5054dccc9a428264da918414b4220c7b99b581a8939bb5b1e84899b56f6831e9c40490748b500035ebd661bcdfac4fa2f9d21fc5089d597f0ea560b3b10b921fb351471f6fdc49bdd6b40a736966ab816aa1751a1e1f318f5510421e7b8da0f5d837f459e3281a631eb708d502b36f2734eccdbe41f89b1b66df28fcf952b3ef376a3abee548e7cde3a71152187f9030e6f8fb18e4348f7f8bc92eb35f3e01ca09c1e8f4ff7f080d09b37f16e6d2ccfe57027068e23634d9cd93e6626edb3c693301ca49af514d374f0e4395cc3c39b18c864e12bc9b9c89ba9c797239a18e290b6972a60ec4fcbd79aa901ac5d4ff90959ba79da032343d8eb6e80c1bb45dcd337ad03299e146bb7686925af94c37bce8c33c731671be99b3d0de34cffc188343b326d3dccff64003da3c7b2d95edd97b518e34cfcea7ed3ea723fd8f736ea28c650ef420e813b88708dedcf6f4d2825498a236cfdb85928579be826ace823ea8df9b17d06df4e6607b8cc79a43d612635df818ad6573683f3c35635e94446d6e493fea43618cefc38ed2d3875d460fcc1c1e4870387c356ac8e6083d2a6ee6a5b604ef96bad21b5a16415464f90282642b3a500b58114f7c3b329bfed5aa3b54275695d3225fbd8898ce9af1e87798a30c285a9ad776a04abe36816ae1daeb28fb99a3c7d0db5eff91ba556c35142dcdb1436923c71a3040638e5d4eeb2bf63a0a54e60d0ef4f41b1a6164c7bc611515ab0db9d49a361e4779cd1ce743aa4fdc7ec200714f090ec717a3cf67dea4a59ab3e91dd1c0cd9308e826aca22fb4b50a919fad75a8c36c9d49cbe4bf8504b6fedb4c307d9b13f58e6d7b69776cdf4c3567c7040ca19913ef52bd4f7226e2b9338b166672371223929793d6b1cb8cc69279573c494fbbcee32949f3ae9fd46b771712a0dc5da2c0a13d35491bdae34d84654f10ed8e3d299e38b4f727adfb7d1d8882efcba13571a033b1a603dd695b1d1844a5f6c020420a071ba041683ee84ff8ebe06a025b0753e86ba734269699124e6f28259350daa1cec4870eedc00cb8f9f03412538fd04f8499531be1894b73ea503437cca9c55499524bd09030a739919696f614f57bf3d1c6d4288eba1178386a412fc07cb492bed031216aeee6633ba86f1faf4fb0f38403fa8fe6134104c94e3ca6ae70723435e9f437184437a7bf2785f2d466c2261977d1e7339f09a72577e6082d9333e7f03a6ff3d918e27c6773686f9f2da50273f637e673cce7aa12fe3a6724812a8bf24ce6ec3ab426b29da9b8678f205926fb2b91b2f33309b85d08a17f75817ec3de7c21153d56f3c50c2ab517dfd046be1484eebcf9d223822b977e61f2c67cb915359dcb46e21d97a3f1889ff9f2376a273933e97fccd98ac70eccb91d310661be1a82c92ef3d5342ac857cf63e6c19cd792263a6f2c15986b21d4e6ae6d2aa6a17bc46b6fd0cfe39a6f74c60c92f9c65074e7cd371279e821d5fb7c6f223f379bd1b6bab98134bec29ea4e7141ec9a6a1e3181e37179e22bc7acb059311e65b07f1e8a1f9d63552dc6e07917853648ff788988bd4443c8b5e128229fa87f71698efccc4fbf8cc7736e35d75e63bbb6856ef5ec6b881f99e9ce0ddbd9d4475ef9593447dff041eb935df2fa50df3408c312ef3836da4333dec4c16db633bea8f8f13f02e31f3e3edd4871e9fa215fdd483daeff38eb4615ed425fdfe8503f58e175d315e667ed98df4d59703680a5f4ea7477d994075b5643906dacc255104f94be2e93d96fc4784a5a49c16e62b570ce3985f8711c978bd96a6f08d9c76c79bcbe448bdfd428bfc5d1cad9c8fef694d7cfc4150b1d4911653a9110fdd9b3f05524f2bbb4aaaf5d7c6c491bf7523d4f16d165191efbe1871327fff4195fc474b3c5d67fe718a4caa1fffc816fbb99f64bf9f196453571c231fe6d77992067ebd237afabb3f11e2dfa164c455d6c77491b9b2290600cd9542faf83fbd52692894e8d69f6f04dcfe0e2668fd3792d8c9df13d4ddffd2f5c1e6bf4f71235baa7878e2904d162e134bd501c81f2d55a7a1da69a91a87e699a5da7efcf11c4bf5feb83b2cd5cfe19d24961aa7d00eb6d4ec886cce527323427e4bcdab78aac1626b450bd7627b3a0687ecdae292b3d8152336b1d4aa8aa7242db522b1cd596afd42f060a9d30f6bb4a5ce34b4112d75272124b3d45d48b35a3714ab89a59ebc8086e620c4b0d42387d8522f160f8658ea0f72a121312e394b83c548a42c0dfe615db5d83b6364c762df03c5418bfd58d4442d0ed1686f5a1ceea19f6671f883d5d7d2f01c1e92b3347c8a4e86a5d1607ab58d8e23c6b434ba88fbd1e2b81837b2c5318266a2b188de50e3fbc8b72d4dd6d3926b721e1d034b934bc8a42d4d6ea2476169d60af197a5d9544c89599aedc71a6d699685ecd7d27c3eb64c4bf358445696e6db91d6585a34427fc8d2c2054d3d4b0b57c47296169988902d2d5ed31e7272a4fae59444afc3a910b1afc5791da2214bcb6648e72d2d9d91195a5a6e41d46169b995f663cb72441d9656fe9871b3b40a44f46869b506ed604bebbac8ad2c6d94f84be416175f8ca0585c1ed0c7b7dd8d271b2dede80a6e4bbb07f4f1edffa3f2d8fe195ab8960e1d692377e84bebabc32a3c566ce9f81a239a96ce0654442c9d272377b77409475063e9924185af0b1d61b0741b8ec0cdd27d09daae969ed7e80bb93ec4148fc5f52d9534d72fa87558dce6524f73fb4e2bbad704aaf7bd4fa2f86ce9138d6aa7a5cf7a6abf7d9ef21f962266b2f4f545546b71df87a93a8b7b017d567fbacbd5d2ff0c8a4a9601dd695b0d90a3306b19b09bdac9809f28935a06f647826719389560c1c0b5b498066e461bd132a829ade841218934548206a165f011945c2d43aaa2e06219d28dbad59051d4ad86cc4143d5e2f11b7572cbd0627aae613f09fa789ea19ae3359a9095971885338bd742fa8e23fc11475b467ca03734b20306132d238fd38619a5c2a3f996d16de9a58dd6529b1b9d864161cbe84cf4f02da30b917758c66ca4fd38e628320a8bf7255ad1de15f48604eb688b0abea29f66113646c9c222cc4175c522fa84e4c7221e448f2a69108643d25fa8fb5a94e309cb2923d0b8b4283f50fb55cd2588a15a8ebf5264517da59da6de825a9a453b020d558bf627ea8516ed6f74b72cfa66d4adf49be80d1902906e598c1350d1b5184be90d990c28cc5acc1ac200160754e62d161981406b32b2268bf51a06e42d637de93b8e53108c1a7799509aaf3d4145dfa984c97d23f0f2178bef7d14492c7e8e5499fc12909e5afc1ea3c667999041b3ea4f8ea7c5ff2d61a6c9722aee9313d050b54cbe8ada90654a55071a22b1cb3225823accd40ee85158a6572120323d18cfea5aa6ef474dd4322303c3d096194fa96ccf72a4ed3eabd40587027a94d1d005aa4c015f50a9b1cc3e4070654e75a29473f6d3e69beb4fbd63ee553c2f6a99fb9df06a50141a9796a0e3b47282dea0e266993f0cafc2b3cc1f81928565415314ce2cc1373030690915104f0bcd426ddb12fa04e39e96c56b69bb2fbe82869765f1735a724bced3ae5d721f731d96b056047dc2a6a0146c09cb54d010fd049d25bc295593a5ad09df2f5d8a57785896d20158cbb26578e4c3b2ec1595b4e55d514bb3acb4c5bc8965e51e2a1d2b7f65e350e42be20aabda11a3583d86267af562c2e4518ee89e5aa2425371686d4bcc475bd646a29f66593712ed14cbba3528d559a29be1b9264b743794ce2dd10b8810c7903b6f8919409529e617a1a1f57d30a36b593f09c31296f52f49e2891d417d3b76199eefb0c416d3446fb86343433f08dfc7a5d114c6bd41abd4b24948dc6ad33602229b76a3146cd95484874c2c5b2c78658065cb5a9aaf2dbbd10db424cca23f4c48a159ddda85b4c76d7aaa72db7711a8d9519beaea0e1146fb2c3bd208892676a78d9c7888805b523d628649c368be765a312362d9e91f43432c0decdc8ef16bcbaecef4af762dc07491654f3d7a437b6ed3abdd6ba4feb8b790d4957d63d057b0ec93d286d927a7e2be6f069ab3967d5998a0b2ec7b8ee76b2dfbbb529bdb3f90d8c90147220607eb90b0713010e32c96941c822b87ec885c1ffa498cf5b02fb5f2235d48b33ad29d18c591ee1886b6a456a396993a9e3498d46518bcb01ced4372e471475abec7a7d2773cf19d58c0c991182fb39c54904e7ed2970065fa6c223fe917f00640cba90e54f84e0fa1ef9821a29e9671894060c60d0c4b58327e93e67e66221e81b79ced40ace96c0826102c673f1308cc6c978843e74610403aa7c19485e5dc54da8f59a330f666c93261dcc09295433a40763ec991e73b93987a5e4aaff6fc670235174651e7bb508907992d172584bf2eb5e2a1b5e40f5d566280c67239065d37cbe5a7013894b3891e2287320f962b9479b0e45621249aeb88eea925cf9ddee3b50ef410d7bc092a5e0bc3f3ee966b95a4175e0fa13fbc212135eac6140c565b6e7ca40e93ff8064d29bc37d682890ba7bc11e2adb05e5f4860a7fe1310dcbad46245ade9213472e6a4b2a46d121eaee77c710aabde743ffeade34c239f74e6396dff2e00b419f872ab2401eb52372fde8286180c7b730296e79e241e6c69368da434fe99e1acbd34012e19e8663c0c1f2f4302198a7e954279ead2572fd7ca302875ef852fd7a399d10dfcb9b642c95dc2338fc6a1ee1fb575b498379f5985af96b23fea49ae5cd5c2adb6fc2c9757bb38920c65b2f4caf59de5288c3f2ee2a49161fb650332c6d45da63694fa25ba5c3e86b7f9a44f2eda73f98cfb17c56911a55b69140cdd7dee4ba7d8da7eff8ed0ca964e5d5f032004bf9198c395b7e3ea70550614f0ff16b3c958e5f71049a7f4feb4543fb4843fe9d43e8f1f75b6ae595b7315465f9530befcfb1fc09a487f84bbfce65f967435ac7bf5df8c36b967f9711765a6d425107b05633e081026bf5469867b25657a3d16badbe039d6b6b0d2d32696b0d33be5a6b8de8021a3a805fdb6aeb88c0cd6a3714d989d5ce0b1985d56e19ae68abdd666c99d65a1afa42b5e7e2a9526bedd4541afa8695c95a6724d2796b9d0958f8ac75e270bb5beb1c45d5da5abf3e7a60d6fab958e5acf56fd2d3dbb7c3d261b54fc6d31656fb148c7a58edb3b032591d323c69e82ca234abc30dcc0d591b564177cbdab0ba0d0dc56303b336fc89b0c0dae832966d6ba397c828ac8d5e2182b1362a432bcbda886e1eb73afa2384b53a4e433e646d32159195b5e93ddceed6a6cf1003589b0d4781cadaec26ca32d6e666fc91076bf3a99871b3363f8dfea3b579266239ab93065d24abd305e4a256673fbce2caea4c5a9ad5b99c1ea265b3001a0ac3a6636db90b636fd65627b0ca595b1560efb0b67a8401076b6b470cd15adb9868f9b699813fb3676d73823eabcd039419ac2ebdf16898d56521da7556972d288959db266257b0b66b87e4dada6e06a2476bfb51d8adac1d7a2121b6768c412a62ed5c8681236b971fe8525abb2e42006eedba93f663d77d544dba45c5e050f7b634133d765281e97198ca504f0abe5a7bee469669ed7986caa36b1a5500d75be8e9585dff50c574ab830e9ed58daef0b0ba8da5ded16b031ef3b7f6ae4915b3f77cdaeebd9fd1ebe89b8c00c9eade0fa54dabfb04c426d6fe97a82bf427cddddaff097ded01a178e8de3af01b558041533170641dfc9d56ce90b9b4268656e22fc05a8747520518be05257debf03db4c8871f43ea66f594d3baf7fa518c4323ae204ab38ea8401fc63ad28e3e7ee4782a6923a7e01d2ed69111f85bb8d6915928de5847d20f9c59477ec00ca57574082d80d151d4ca473f40de611dd30aa1a275cc7f54a3bd476238ceea1d8be76badde7184bfbc3369917b3fa3b22db84d9f256c8a74cb2aba8cf4c12a6e4875421c8eccd02afe0f23ad56f1292419564937bcf8d02ad981c29955da00cd46abb421e109691a3daacc1159b9559e8d12b555518d3a8ca23ae11c45039a42753d0c1d5b35c7e8a5694fa08163d54d2308ab7f83c908ab79361ec0b05a9a6110ca6a89a01a6d3988a927abb53b3ac4d6710e289c59c739d2221ff792a6d02797969cef63c2d1e3bfa208679d301c098b75821ecd59eb84eb688158fdb504c9fc9753e9f03f81a104abff4ffce945eba47ae8d75a272fa24631793fa1a129fde8d54eb3a1f738ed143dfdb4f3c81fadd307a16d619dbe1dbd26ebf414c213d33f1152987115a9ae754611f5b49925e86e5967eda20a101084e922eb9c8618e2b0ce31d2ab9d3389f6d09c3528e95b03eb63fede1a78320c87e69ea4f63bf72fc1e12019a665ac41c7a9e6cc7b4b5d617e559a9cf97ff15ca675c14c5a5fc19928515b4356d0ee5898440566d16aa4f3d6c56f686f877b63c2c51a614f7822228ebef65267da8f4bc3a93c2e6f4824767920ca45d6e54f886eada887568335b2250a8dd6c84e3e34948cbebb35f209ca45d655eed46b578d4771d0ba2a8ef6f66a39c1a8d545d4f0d75cc1ccbc75cd07da7c518de8b3a20c44a4a22e127d887a85b69835ea1d4df45a1b54b6acebaa50338ca986d118ebfa2b54736217d3bf8add4065684315d40bad1b2288106f384c7b7b631b4c055be3f3086d6f0aa029dcbc961491cd25242a6dfe44b530418049256bc254fa42090954141276125cf9cf8ec0e97fad314860dd56979ae1367fda69db2ed0736d9f460b73fb743408ad3b5c0947ef9011ced9310ba3dcd61d7f693f26f6a03e9468a04a9e9448e571a78460c14e1f2a7cc93d08b9ef9a8d569675b79ae8fcee782278bbefd25add23c2a8ad758f01af62b1eeb5c5bc9cf5c022b4feac072ea2316e3df80b2d236b8a924060ca4ae2562967d1dcb01eb2a19573a803092e874ea0856b3d52dd81863ad2de4e5d81b69835cd997a47da465a13c71650bd3f768ff4afe3c3e86b1f9f43ebfef84e050deda5c9397e00239ad6136e9824b19e506102c17a622e35b0933df1889ff5e46c8c25594f6e4513d47af20c81e67413359df4a5a475a4a71106487f48af23fd33861cada7faa5d2d0209a9c53c1443c4f2fa0579bd10d8d5e6bc62c4c3358333230f4623d934c4bee6c2135d6b3af493acfdc410af8b97fb4beb226d162ca8ac7348335bb39b580f37154e5ce9f23a878414deadd8507f45c97aad37c5d1a46ade9f202c2d1974f61c2c59a5b83da6f6e6a0c0de55371bf6a43e4e76a089e45b2e6f543efd79a97464beeda6692826fbc45a3d77ae35b180eddac431be66610fec4a1f566240613ad37d7d3d317b4a3965920a59d56d886fec7c23022d7b7dbd04c1475a0de71d7a698868c0415ef4e2248767721e939771765e3d0fde5982eb2dedf88f97bebc361d4ad1efad3eb78f816a3b6d647f9f41e1fa751cb7cfc8418eb5319d1ada7e748417a7a019337d6e279681a5b5f44e36957eb8bf5b4565f6ea192f632057330d6974564ea95d4a4f92a694558aee41cfd8faf86e36dbbd657f30850be1112247b7b969af4bb26f43fbeff42d2e687a684ac3e0c2737f0c3712a431fb7a2b56c2d5d873977eba7aa9871b37e6a406fe8d30c92783e1591805066832783ac653a02226597c86bfae24925ed4b3451f06fc1a4e87e6f439befbb89f8d08f60623a3fb69358ffe3199e4eb196fbd21496af229c539e43ecf7a7882ac0cf3d54c97f5e25c3ebe71db2a92b6ca86c5734c7849eb5229404840afa61526b453eb922bfead1aefd35189337d6df5589d6fcee804751acbfad84b62b830847576e2588f1474aa5f68f157f89c9fa378d248bff9175dd71397f7f5442b223ab8cb265155f332b23b29251593d7bef654584ac06d98484cc52d95b29ab8864cb286494911de2f7fbfb9c7fefab9ee7f3dcfbbeeff739e77deefdfcab4bc1f42f195980a0b200098ba0f21dbc6d4460ef8537ee0becc723ce11d82f416628a8721f09b1a06a0d44a282aa2f70ee05d5eaa11c29a8769affea0b82078143033c902e70a0173e0b1ce2915c0b1c1271bb0b1c32b10e09aa57c7d33c02c72b68c917d488a6c9a991857d1841cd58ec2b086a59d15d24a8b501fd1382da7df09491a08e0e418da0ce366c2208eaf6c503d682ba41d88915d46b80594ee034139182c0692ba25a41fd0128c30beaafc0bc2aa8bf12056341fd1814b205f54b284c9cc9162e68e48e87a2058dbe20c6143476a400683c1593a8a0f16c14f4048d57233611349987fe1c41137a8da3a0493cde5c22687208ebb6a0c947a4ba82a6837d68e80a4da1cb189a0997684c3002d76d080205cd9c114f089abba10354d0c28922a74540060d4dc0242a68718fe6ab65552c14829603105909dc5be3dd450277013d572b672c4d82560db1e8085a79a0a620685d85f650eb978857056dbbd01e6ad797f2570723561881872736b3051ef3696f77deec4543c7d15629e89c8fac5cd02500cb89a06b7b8451826e25084e059e24e809bc648857055e65a89b08ba0760ad15740fc64eaca0476b749d0b7a74c66228e8d11b4f2208fe4ba145eb19882d6f41cfc50134f4814a402f034ae7825ed7d00b2be87d1d81aea04f3f2a147de8352f827ea3d0152ce8b704755f41bf043c5326f036229d17783f45fc25e83f9b42ae7f06364a04fd735096110c1a45757bd01f0a399fade83711f81ca2871852852667684b4ac8c31aa39e2318e68d6e19c1b028faace17668ef17f8b677a2a1e5780b8a60c46c5487052356a2902d18719fd2f68857881e052347d21e1a7986529a5f2cc5aadf0ed4ac047e3710170a467da004333a12698d608c9890d5183d4a2982317f90b008c67abad3d05b44b5027f5f7a88f1c514e40123d15e26088841a38a20a0040f900926aca6823fb1094258c1c4bea8d50a266ea0823fa9357264c1e464c2269333282904d7447fa1604a104a168229d994e5a6aea7fd3875077a4e05534fa30354302d8b9e2b6436a10ec1315a21613c1543d1340222a2b5541fc55a344b0824f154f025c9f4f4920a54ef045277130df5419221908a501a10c8fa109693bd442e2a903fc4d6b240f107798740f9186fa910a86ea0062350fda3c2aa8e4703b340fd8cb6bb760d05b9368e40a02e833e4b1f4c11ad3753e2330453853176451556609c48f5d1b8124f06098cbb50aa13980aa9d65a56a0234860f9445b74a60ba18e992d29f1cd9a8af2ad60ee41ec0f09e616603b58102a205830ef2825bef9aee87b14cc1f924643a978a24410e6184e43f31270684127b4080816cca55abb208276c7821bd847162cec8c4777040b8752755f3805c567c1c2ab940bc3eba09a2e086f84075604e19b083d865f2268bda839de3a2a58744f84438b5d289b2c7e4be931a23e55d188cee88f16445c23e016f18068cdd26601343425968654e8bd132c3d4c596ed95f8ad5e5622aac2b6a5330ade85748432351eb10acac445464650aea72822889170dbda30c103d9e4492e86c5aede83f653814f38820d92a0f34ab0a56e5a27949b07a1aededd5f30859ad5e82d618416c139afbd847847dd7f4c0c31c82b58be91bd74968a7ad53d13aaebf48bc766313a2a71bdb50dc6f1a813d7cc1a6e9fc571750b5166c8927d8b9650ffd555c659265e224782f9920ce849ae8ff8788516ced8e071d045b2791e0b275115585adf9c4b7b716a18159b0b58c0aebb656787bbf60db50d49005db9d29eee3a5846a77342499216106aab08204217dd6ceb1d86111ec8cc75696605777cad1bbc6d072ec5e444a60e22cfac6c4020af2bd6274af09f61ea7f9da7b091d8d82bd3fb09d22d8ff9592fb81f1e809141c5848bff1e062b4f6090eee205276b0186d4982242176290549066c9e0992f5689712242fa4ec9be24a0190b219ad3182d457e8fe10a471613ddcfd210e1dc9218c79f408365d04c77c69728e7d23007e3c9820ec7123e5fb1306b497094eaca79838514070e5e4084a4327e7d3739d7c8e674504272b08599dda8d9d0cc1e9f16824109c7e448b76fa1d9a7104677b129b3b378976daf958d23acea7a1b54f703e9d70f4f9020a930b3be907a54fcec3a18c1d141319e7f1a89320e33af6f904177578444670910eb60932af62d74d90d58f96f6521465934b47484dbf7294b6fb956c345e08ae352449ec9a3b819a6b4568ac16644fa0bfcade881d62c175bad25070fd2c91d8ebe994e56ed4a226c28d10ec230b6ee4609f4f906b47cf956b41178f207721c5d7cde7686711dcea890607c1ad32e230794709fbe65d71c7a1db03f0360841fe3b7c778a20ff3d81873b2d08cbddf1a65c7877213dc4bd2fa475dcb7d0443f684429ed01bd1f59f0f0373d7d41779aaf27eb28033ca53e9fe0e92c52879f25102e7c3e8182fcb99818d8f3148afbe7cf89a817d524c9a2681c493c454749bc29a2d7250a5e88297fbdd8842621c18b1c2a602f23485378b9110f86085eeea00cf0ea0b21f7e2d144298bd594278af7dbd1d089581c7a2da60ecb9b33145f6ffd68ee4ba6a0434f50b2831a71255708fb968e21f050ba19cf77084acf5000bc9f40d9f7bdc484431fc4c4f0cbeae0054a82322171d1b29f24207cde4b33f1a5379ead117cd94dc9ea6b2b6cfe0bbe175143f57b99170efd501136f9392180867610bcfbc9a8e327dd7a25f8f987d2637973bcb842f0cb95c8cfaf4e788a4df0fb3c11e23f9e4416ff682830ff5c75c2a18a203c1127f8db887abfffa4a86c092b85e28d0442bbad28640bed9278e829c6aad0ee23963961e53b489184f66d113c08ede9ce7aa1fd3c540285f637b11127ac62445023acda10b795b0ea6d943f84551f20c41056adc0f680b05a4b340a0bab2dc74e86d0a1079eb9163a04608e1656f743fd5e583d069df5c21a55504a11d608c48d2cac416f8a16d67c817b48584b81105658ab043180b07677ec360b6b8bb1bd29aca341862fac5b137b4dc2ba02ac5642a706c845854e6dd08f29748ac13c2174ba8f362e61fd100422c20693e8511ba4e05d4f42e7aa08a384ce2f11500a1bbdc09c236c3c0ce18ab0c9576cfe0b9bdae34e1336ed48432e07b0cc095d1ed2b6721d8dd54ae8ba146fb31136ab4c3fbb597d149f85cd1a534c349b8c6a81b0d972441dc2e67bf14c99b0f91ba422c216c1a89b085b5c40cc246ce946dfd8b213e20961cb55288a0bdd6660934ae816835e32a17b774a69adeaa33a2c6c958f4290b0f50e64e5c2d6c9d8f114b6fe8c02a8b08d07821a619bbe98b6856d22508617b697a30b51d83e8b26a7fd5714eb851dcaf04081d0e311856fe70114985df3f1808fb09b1e89bab0db157417093dd3b02325f47c8b0295d093eec7147ab5c0736042afb14888855e1f5069167afdc576b0b0fb0b2cd2c21e05a8a60bff6b8f2456f89f0e3bfdc29e57d0c02cece54c61d2b70aed34ef76885785de223c6d21f47ee08e43fdfb218c12f69f86b05338a07f2c0d4da01c3da8163ace84833c10760a07bda0d234b821de912d1cfc11d98970a81ba58e61324a0ac3bde9e9875f42cb8ed0f730adb6ef47aab523dc29178ee84ca57cc4ec3e383472318a9642bf4e5461fc0e237d108e7a453867f4302a3aa387e1e13de1681bc5c498a3544ec61451e51b3713a514e138f25909fd17610b57e8bf9242ce7f2be555ff02ece009fd3f2126178ed721cb14064c47379630c044d027e02b6df7497634ab93da51604ea257ab0b273f0bc7a1c0e6c8158441a5c89185530713c4983a11353ee154198ae2c2a94ac2005357f0c7efa4da31ad235224e1f44b48588433ae53660a7142bf9c30249c92bbf023059378007d96588e777f08c55b90a80b2587d10a29949c25f42815637f48289b40f3259b4e605e760d9dcf42c526c2d18a737867845071096f8e132add1370487505e535a1fa24dae8859a83d891126abb10aad5cd2340a94fc5435f42c3280a00432c5a2a848693e839151a9ba03624340d422148687620986e7e867aa1d0b20c7500a1a5840ad8ccf5440c6639d172ccda88dd07e1acf794dce78ea7c437f7370553a82f3af484a11a34000a4367e1997e61e8736c660be7352258306f21a5c7f9ceb445e7dbf000ac70fe3114f48461bbcb7068414342560ba4b4dae19529e416d526eab6a80725f7c5ceb4688bdbe1f137e1e291b4f9968ca56cb2a4041b12c225df882b447850f846f4a3821fb198c04344541a0e2d35a318215c368aa670f926d43a84cbcf50be5ffe0d8fc90a57f813b25aa174c7a1953bb077228cbc815e5861943fc56a7410ca91c2550178d9aa70951e7b60c235af69c3ac7d42c1b4de17fba2c20d41b4b41b7e632b5eb87120e5c28d91b4ad361ea2d4b1a92f4de1a60c54d3859b3e50dddedc8fb2c9e65d4403b7fcc0b3e0c2382525e46d0da8fc6e335109d8eed99f8624a8040ae36b111f8a6f4ce19ba00ea0a1a314f709245a0a77f6277d626732c195dd074911d9fd826a6de27642a2898f2856f70c26e0b6e72169567b97fae0d0be8128e809f7cd453f9370df62e256fb76529ed8b7973feb37be144378a039319d034f094f240d454f8d30690a21d1a4648a89e45a94b693f3f03509c2e437d8e9171eaa4d85e250063d7dea4894f485a974b7b230359910cc610141b2c3e1288a0b0f6762a74c78f815e59c231b08c21e3984b7ff088fd911003f5ed78b861aa1af43785c4478f5f85e7489094f1cc216aef0041d9b129e28a18a7c52477cfb24793b85a724d8a6169e5a44ab7d5a67c2a133f4761be199eb781b84f0ec666c820acfd5222e7a7e18092e176610fe4aef8667ca84e9fb691dd3af90609c114ddf98b997fe2a6b1431d6acf1544eb29ea12b587879383dfd1503a58e2bd9c4c0ae3cc0b3cdc2ab9d4954ba1a8d3654e1b53994efafad4347b630db8e34ab6cb2f70bb39f90e092fd9314dd9cb6842772661245ba3e8418fe8d26d8a310def0275e7be302beb44078b32f25859b63a976e4d5a42d9a974c43b7efd33ade2ea48fbffd16dd1fc2fca5f4a8771aa29d5878878e020bef7ca230b93b92d0e3dd132404ddbb8a266de183bb54611e6e0ac7a1471f08a53d1e9c414337e9e90b44686813169453727f5287f6f6933a6897123e5945f1f5d49e76c7d382041c7a3690e4dbe70e54879eebd1ab287cbe8b8048a1062dd3c217c728d5be0ce0a13f440c5e75418b93b0d88332667130b193d775a848bf762742fc7a10f515def8d1d05b278ac2b7a1847ddf56105e7d578332f9bb4252284b1cd183242c71a3f02d9982067961c9768afb92eba4cb953ec0b6abf07d0e45e1fb4f14f71f9a1363fd104588efc35ffac68fee24507d0ca794f66912c1824f1194313fe53ae1d097139431bf061306f85e9b44b8ef2dd05323fc3e8238df4f7faa56bfa2d06725fc6d2445e4f701aab5151a92ce2bac04e62b6693befa7702a1c7bf536823ff8da0fdf86f09c5eabf222c0122bb481449449567234f13555e890120b27f8dc286a8ca605c475195d5d8d31155a5cb4345558fe3394351354f94d7440e1a6c65891cf2501417555f848a9bc8b12eda1745351a23fe12d5f4c51220aa998e1e7051ad4b083b4575ea210610d58d456d4854af0f924551bded884d44f54ee11615d5cbc30c20aaf719eba3c8e935d65a91d31ffac706a3f078b8a8c16bf4c28a9ca7624d13396fc246afa86101c544e3bbf4574d9622bc1335ad876e195153ba8057d4f40bada3cb7ec4d1a2669590068a9a37c25b9c44cdfb60a75fd4a21a0aeca2162790068a5a3a239613b55c479fe5d60c1b1222b751e8f511b9edc3122072b7c7db4644ee7d11cb89dc75e8da14b947d3acbad3cde3a2566ee8b210b5ba8e4547d4fa2c965f51eb524c7ca236cd514112b55985e28da8cd73a494a276f7b08a8a3a64a12c23eaf001250b51c7100a130f776cbb8a3cda21d515796cc31220f228a13cd129899242e78114f75d9498a3455d8ed2e4746b9241435df080a2a85b1a5eea20f274469426f29c832553e4791cbb3522cf8f14395ecdb1228bbcc2511213793da57ceff5171d41a2ee265a8e9e17b09c887a1616e250afc11413bdf454287afd46794dd4bb25323051ef3054c944bd7753aaed9d8ca55cd4bb02fba2a23ef4ae2c519f62743d89fa4e44002eeabb8b66b5ef2fec2289fa358ca5a199f459fd7ea0be2aea5741dbcafb19fa0144fd57a0475734a0394de12077cabe837a2351170d2aa6a51d5c134da1229fe534d13e51547486d07b7e44430f9868e83c6d9861a178ca48345cef8343be63a95af9ae445e2bf2bd8a005c3432156d5c22bf2e94e5fc66d00f1af513b547d198aeb46863aed05618db14bb0fa2b11711b889c6de429157346e2b1edd1105cc40054934a13705d3a4e314e49337a0114a14d892ca5ce03434aa88026f52b20a2cc6734da2e06ae88e14055fc52e9268ca98341a8ac5d3c1a229f168da134d9d80dd2dd1d4b388ef45d31c2821cf28a4980891a1a42f12d0150b22615f771a1a40855518487b48ec8d9e6691e43d7a1e44929f283388a4b7d0992a9296a0674b24af8fad06917c1f6a5622650f2a27aa1d78d054a45e81763c91e603d287ff0f51e5d33641b553a49520af156967e15d9b226d045ed72032da131c361af1dd0322a309b9a8c8588e54576496d27e349fa57f3497d1375aaa1000b734270c60dd454f6fdb4c08d956821627d1cc03b41566eda26c32bb31fde36c012198392369bbcf594ea8766e4b4a30f38a91bb8be6ab2893cfb7d17c858d24a410564c7b68c121a2480bfea1c74db4b0379ec3172d5c887d64d1c29bd8e81585075014866fc1230ca2f0938460c21fa3b54fb4a83b5a04448bd6127f5cb49d52da927134854b36a0d352b42409bb94a225e7e837460c270e13b18a1e35229b3053c46d3b1c5aee89076944cb97a1d95eb43c1afb69a215efd04cf8ff211479452b9f50fe5af91dfb30a2c89ab41f23a7e0cd84a2c8e3781050149941602baa379a124451c5a8ae88a21ba1e35f141d867e3951f41ed41e45d1af486688fe814d2a514c4f6cea8962f651d159d58b1e75d56aecfc88561d431f8c68752bcabeabd750758fa5ebb244b10d502717c55a28dfaf15a0d22c5abb90d2e37a13e5fb0d7a4adb1b8d549a361ea39cb3f1097dfca6aea80e8b36e5a0a759b4793d85ef96356896106d398fbd72d1d661941eb71ea0cdb72d81f0d7f6ce28f28ab60fa35cb86304cdeacef6a40dedd45161dd1947bc7617b3b9dd5b494b4bfc47f4614f43d41e457bba925ab0f759000eeda3f72c8af62ba9e8ec5f4dff78e0253dd7410dd1ad243b1e8ac4b69828693dfa7344497f0892258b284c921f12123d3490c8cf213f92c4525f12f64d6b805d24d1e1e50934544a82dee19f78585b74c41d3d22a2a38a421a5a836e06d1b1082aacc783a8a61d9f8d6791442734c4c04ebca1c27a2a0c3da7a253179d70e8742c0954a70fa2022e3afd913eebec0a0aa6738994862eb892a27ba12315fc0bcb083c5c38538643196184602eee246123f33eb65d45599e5428b27a1059ccfa426a54d63fe2db975a5306b8741a6f83105dba8fad2cd1656acd88aeda51445feb4aa278765d421dd93e1472d98f4914cf6940bb23e72b4dce0d47771a6a8497b6896ebca2247ae32fdeb223bad9964ad34d153608453723a850dcdc4b79e2e6278ae85bf589fde675a26c92779f26277f3ea91877e663ab5474b71b0ff525a07b37038d2aa27bce8431ef8dc09308a2fb2df17e39d1fdf95e34748160e7839124593c882529e5c176c2390fdfe02910d1a3205adac7f43264d163ba155254d09164d2273589233f698dc631d193de78ea4ff4e4296d85a7dd88813d5d4270e5793ea1c7a25a94575fd8e32100d18b16d8fb15bd28c4469ce86535c2e4af0ea29357f42a8f727471336aa7149f42cf83e8cd3c348f8bdebc15e1d0db4c6a22bc73251cfdae1fd58e77fd2947974e2789a734894a53693a5eab272a7d849e2dd1fb9e84acde4f2521e8fd235ada0f95a9d5f02195d0d0276702229f9ad00a7df2a5eafeb9087bbfa22f3509af7ea1638ca22f2a42db5f7bd3a37edd42b0f3db462a99df1f524fe7477de2693f069148f2e32dd5c79f66ca00e52e5428ca575091feddd08e86b6524cfc598cad65d19f6fa4a5554c41db9ba86211894a15a7a994ffa57be6457fb7107afca745ff97e85f02fad2c495cc681d15dba56133485cb915725171653a2f2ab6af84861071153b248be22a7dd04922aef21d2dade2aa55503016573d8d3f485c3503575b5cf5193a36c4d5e6a0cf5dec108c161471f5db58ddc5d55fa18224767c8ce0f4ff4378924a5cb32ed65a71cdd758cac5b587630f4c5c3b0c098bb8f6161aaa73963eabae3b8a96e27a4e980bc5f5cea3f82c761a82e71fc5f52d48ddc40d7ae21e1237e8833d30b1b30e9182d879359626b1f301447ce2866d518c10371a42abdd28069182b8f10d6c538b1b7f41302f6efc172b8cb8c9208405629721d81511bbfa61934aecba18dd3262d76dd8c215bbfe423d47dc6c15925871b372aceee2e61d50c51037bf8de2f3ff8750c612bbf9d067b91d47482676ff82828bb85573a46ee2567eb4ad5a9da68ddc7a1536e2c4add36877b4a6573889dbc6626115b7bb82f95edcaec21d87dacfc2dbc2c5ed0bf10e17714709faa3c51e4b517b147bec43879eb8537f54c9c49d2b61911677be8a3d7c71573525abae7f3270a85b31ed474f278a68cfb1941e3dd368bb7b75c36e8dd86b091a8ec4dde720e917f7b8465be13f135ad5c43d97a32d49dc731b3a2dc5bd3a5290f7f2a20dd33b8cb67b9f34740d88fb3aa22426ee178a4854ec2da015f23e8cb556ec5d8812a2b8ff226c1989072c43679778e00a3c7d2e1ef802c9a278501cd22df1e066b48e436a52ac0e75a02a3af40c45e17009caa4e2e1ebb1fb201e5e8662bdd87723c5bd5f07441d62bf6714d1a38a11b98b47bda564357a44210d853ad1d04baa6963eee0f124f1587a39b9786c2e2551ffca784242ecbf906662524fca8593f621b2124fae8e4c473cd99192c2e4bafc57d128348a27bf479e260eb4474b8538702a4561500dec0588830ee07b58c453fed2444f1d40db6a6a099eb7124fd3c4d2d043ca00d3bfe13512e2194f11a68b43e2695b097b51c117f5470626160d4433b4581480078fc46267fa2cf173d40bc5d2eaa8cc8ba53fd05e26960da37f94f9a29422969da6822fff437fa5d8822d49b1e229eae462a508d528b16a05e555d50694cec56a77f4508ad5130959a93fa3e148ac09a0f9d21c44895aacef8d6d7db13e9692bbbe0c3577b1fe0bbebf436c184e3361ec8824566c0ca54c6ecc21246aea4025d3dc9190a8e52e0170cb0794bbc5d649483cc5d6c5f4a8d6db84d26c0b29ee6d1788e9ccac4621373389e0caacfa68d012cf72c5ab58c4b396a2e0229e45377b8967ddc4f3a2e259c5f41073aa10fe9ad3899676ce738a9cd09da89289e78510d89a97806a9478de277aaeb06a0415170e42f62b0e5f60c2a145e114be8be91258f19205785440bcbc35763cc5cbcbb1b3285ee9852a8678657fd431c52bd7a1b62d8e6c49602b7225b679c491e41d16479e2250135988dd2d7164311ed412470da49d16958bd2b938ea3d8a37e2e861c402a2c3b181238ea10bf3c4ab0c046a56d1c587e255fb50c714afb6d237aede42731f9b8dc2ac78ad3b5ec5225e3b9776edda70aa566b0f5244af2d42cb8e785d0485c9ba63b41cebcbf1024bf18609782f867843283624c41bc761bf43bc711365808df95402360d46a546bc2590c4882d0ad499c45b6e51b28aeb409313b7268d86aea24025de7a81249ead3fa9226fada0c0dcd68a38ccf6ff08b86d7f46d9247e2a6593f8bb0461e35fdbe1d08ea7b41c095a6c19897755417b8678d7270aa6dd5e68bc10effe862a99784f10ea85e23d522a3a7b5ee15d62e2bd6f297fed5b4fdb7ddff53c1c3a7891d631d98332d3a1e7e87011a75547f7ad38ed364903871b10a338bcac8c866ea2722a3ef298fef1983d85efb149f81a0ef1b12f84868e8ba8ba9f1c4080f26421e94ca746e24b90c4a77612a839f3004db4e2f3ad28339d4f4077a4f8c2366c108a2f9ca2d54e2fa7d5ce08a6c0cc1051e2cb88a03d9471808841c619424319749785f82235a0c5992e44fa33bd2972322fa25f4e9ce5460f9115824d63f1a589ee38743584ead0d57ce24357cb4979b85686fd2171b61e2fd61467cfa3df78dd9936f2f52b449baf3fc11688f8860ffa1ec537b65375bf9188ed73f18d7242c8b9f65e34a4a0cfca9d49d4ed666b92ce6fce261de0e64952156f96135ebd454764c4b7dc08fbde2ac0f37ce2bcaa78ac459c974968e88e3d4de19d40925cef2ca36fbcb38ee4db3b8769c3dcbd47eb784f835d24f1fd3ee8e415df1f4b19e07e20f6a4c5f7d3d0bc24beff8968e0835984991e1a7c68680e76aec50fcfe2b129f1e36324a6168c24845c70189dcfe2275e84909f3aa0a95dfcb439a5a1a7ed08c13cdb4235edd9317c5987f8795534aa889f5fc32e92b8e81471e41749b4dd5f564163a2b8b82de1afe24bd8a514bfee4e39faf508e2566f6249677a7393f8d0db93b4d3de8510f9795f42b0e0435d7afa0f5adaa21f6b12adf9f89bf0d72757aaa29f1e50ac96b5a30a53d69514ca323a79262e8ba4c652d90bb48d883ff72589e7f31342a25f7228c17cc9438faef82b4bfa5f77a3b15afc350d1bbde2ef23a8cc7d9f434d841f71043b7f2491a2fb53454ffff3046d98f276047d7e4fc4bbd7c4bfe711d5fd4d177489ff2c2084fce72b49c1158da834fd0d0da7a12422fdffaa112efc571fcd84e27fdba90ff32f015f5b22fe9781b54352a90a6e5149a55a01345417d99ca4520ac27449952e345475344a9b926aef30a2250ea14858240ed751f6933814a2d22ca9be1ea54d89e303ec0f496a56c6339e929af9783248522bd244437b30a225b5f6223895d4be84661c499dc5d8af95d4d982904c52773ceae492ba4118ab92ba27b12a48ea952187913879201a9238cd42fe28a99f89254052ff75060dfd46e15fd2809a2e92061a0c398973044a7512e7a5c89125ce2b0a71a8612794e1258dfe60ef44d238064ba6a469473ca62169fa149d37129760fad92e73b0cc495cb7205c91b8c6e1de963473c506b4a4b937be4b52d2fcb3130eb57047aa2b69d10fef4d97b4a48ebaa4e51c6c0649dcfc117f49dcb4c8c0246ec5282a49dcf3b18123693518418da4d50334a1495a7db5c3a1369db15a49da2c42abada44d3a4ac192b6b56369681bc23b49bbb3880b25ed1e51b26a3f034f65493a9cc04b27251d2e21c9907428a42ddab11e664c49c721d8a492749460cf50e21188e041e261454b85a4d352840592ce0d7d70a8db243cf629e9f6024d2f926e6558f0255ecde91bbd3a1ea5a16d88ac243dd65200f4d84a89af572d3455497a39e1111949afe3b43b7ad7a5a7efbd1a9d7092def168ab94f4be82b29fa48f1d167c491f431e0ef5dd8ae7ad24de3b11cc4bbc77218c9278a7a36421f1fe4851e8fd1bd53bc980049a8901f7a8a60dac834d2ac9c061d8fb950c9c83ca9664500714952483f5d8d595f82ca7b81f320ef19764682215d661bd116248864751ed18be157dc892e115a8fb4a7c77d046f67d4f1f3fe23bb6792423bb2170938c8c448b80c4ef281e4591f89da7f0f5fb83877224a33a215e958cf2a48d3c5a8eb72e484667d0b61a533f9c8652d08d2519730fd989646c0fc25f63fd680ac786635757326e063a5325e3a291494bfccdb461c64fa1581d3f959e2ba093170e4d70a399983090f6f684b954ad26b961af5c32c988f44132b98caa7b605ddac881a134ab811be9b9028f23b49604e9287f05a5a3822499d6983e6b9a95d2d0b474740e4aa60ba9f24d9f4f956f464be4ee92197d290dcd188f3d43c98c4d284648661c44f3b864c6615ac7191751979384dc21a4207041afa244300919be44104cb950a826182534a3ea2311ee27082bbc8f328344ec45e12b1e408f2aa9868c55221948f3256d8c1d29897c0c0137f96b5444244a1ffa46552f54c924aa584256ea2b843a747df08e20892e86708eeeb4130e19ec09fb1a14f4f1864528774b0c4b4d34944708d9b819fb4312d34c0a72f32874fc4bccb1a8cc4bccc7891858e87d9912eb704adbd6e7441f66e651ea98554aff383b1059b964f66dbc464232fb0fd5c73976148573de600b4432b7274ac192b9128afbd066c46142e7d38699578d00d23c0361df793ba8bacfef8c4e71c9fc8504f9e72710ad096b8b861049d84b94ce250bd613ec5c909286430b1bd2ee5838897ef6c2e984e5162a08342f7c4733b1a811e5c24562caab8be3d1d925597c91e27ec978747649960411b95e9248131d5107dd5892a57154dd97ee410d46b26c2b7dfcb213f48396b72080b4bc05da17252b182aae1c4df3b5b2804a665403c2ab51cd88e0454da6bd1d7502b54749d4755aeda85c5257a23b528e8ef6e121196193e8dd147231d5b12b2259e58bfd34c9aa9954e6625712e25bdf997ed0fa819460d69fc55e8064fd63c25f1bfaa0e754b2b1034dcec677f45c9bd414985b5a53a1d8e24909798b3fcdd7160176f0247135b1112789eb4200296e1105d3d6106cea49b686a1094db2ad05cdc43639c5d7f6403c6e23d9fe926aed8e18d44425098da98aee9c8bc721243b3fd2b6da454e4bc9ee00110dad24c52db11f7af9257b6bd314ee1b4fec64df74b4984bf6ad20feb8ef27e900fb67e0b900c9811a54ad0e38a1dc2d39e04c09e6800f21be033751ee961cac82a2b8e4603d42a2079fd37c250d24b298524e8f9a3a8e12726a30de8120393c9cb8fbe149e825931cf14317a2e458472f1a5a8c77fb498ebda4bf3aa9c363c592936b892c9ef2a1f93a7589e6eb4c20f60c25676b630b5772d6444f7fd64245e7ec02523bcfd9a3415e726e1df69125e743286d5f30904e9e3e9ec84ffa25f4924932a4246467a41352b8984145fae22334134a327b921e9d7986d276e66f9ad52c3569ee979cb18f2cb9a445cbb4e4929134d14b61d875935c0e2399f47222a5ed2bedd12d23b9f213ef1b925cd5d17ecc1e4c602b5b48d837fb31add0f52944886f58f1b22fc98d792434de788ef632c9ed01d4c9b8ed4f993cdf87b668fe36023577ec636968214903773e5101bb3b8df2fdddaf446bee3520e9fc9e2f11bc7bfb896fdf7b47dbea81273abb248faa52b27afc9dda4f4f624840784aefad913c3d4bc4e0e9659a9ca7f7a8f23d5b4b48f4d9219afb67ef89643c6f4251f8fc19493c8503296d17fa13a02c9c449d9fc2d384730a5f93b65dd49566b568169e779714c5a23d565294491262d115aadb2f6e50967b51427cfbe5dc421c7a5595b6c2abc6f4b35f05129e2836d3d317ef2595ecb53d6593d76f08cbbd7942fcf1dd17da43255d48552cf10dc7a152213d7d6928dab824a56b0834bf1750727f6f2019eba390b2ef271beddab29ac41fcb2664d0500e1183cf4b6969bf74a3adf0d5837ee3b7294e3414425ddd6f19243e7fbb49e4fabb9e9ab3dfcf5075ff719680db8f87f45c3f4a28dfffcca35656b9b70f0efdba432affaf779401fe04a2a94a52d19084c60a2fea51fc1d87ce67c9bf3da8474b2bc930634a2bedc39f2dadf41d2b8cb4b20ecf3549abcc46c222ad128684585a350b3d22d26a7a0c5fa9636bdc0a52c739589aa48eabd0a52fadd1987e508db648dda435a4e8a991d6588f464e698dcf08f9a535f7e0e555d29ac731d54a6bfdc693ffd2da9b902b486ba7204a93d67e807b485ae7a40887eace40082bad9b8a7d0569bdbb78765eea24403f93d4e90d4a75d2fabde91feb2f41ebbbb4714d4c0ad2c64d501d9636e94b73dfe436c26169d3c6b4b44d5b230b903655613194368dc1a223751989395aea62400d59dabc811d0dcda4296c198ec04ddaf200f24769cb37081ea46e497869aed47d1c1656a97b12aa0552f7638814a4ee152846485b0fc172226d5307bd9dd2367f682bb43d89e7e6a4ed9d9051483b1c466628ed701f0bbeb4a33d1adafe3f4479a2630db4554a3baec4ab45a41e1fd0032eedd41ff51c69a7090828a57cb9b6b473098a4ad22eb5f1d49fb46b18a66d69b7ab6826947ab542cbb4b4fb3dd4c9a5ff3922fe92fe370cd515e97fa198dca53ded68697bd6c56228ed69449d5cdaab37960069af53b41cbd23e9b3fa74c59229ede385e7f9a47de6d046eedb0ca57369df777849a7b41f69a252efe67887b1d43b9e3240ff5ad87491faf4a658f5d1d014fa102b970ed9821d29e9906cf4c24a87bc42038d74d8348ad56137514b930efb82e64be9f06244a2d2e125784c43ea3b1521acd4f7184a4f52dfcbd89a91fae653dd1ed11b2fcb918e30a11b4b3a229b7ee3c8097840513a722a4245e9c83b9490c7642321968e7d8fcabc745c6b64d2d271ed5097938ecb404388d47f14ea8552ffe9a85949fd57a28224f58fa164e5bf9666c2ff1195dff1cdb08b241d9f4abb23408c70583ac199b2ef047ab3b674623d6cf44a278df1c1a1c98588d2a481ced8d59506d2dd45d2a0ff50d890064da79d16f4918a747030d25369f057caab535c28eea708d1312b9dda9160c1d45484d6d2190b289842e6a30c2f0d7985fe09a9602ba534c176d460a4c2a609347499e25e32848088641cba65a4d201a8b849652b2829c88a6839e40d2872e4bfd0ef2b555e2320a2ea88929854f51a1b8452b51f2a6e52cd24fa2c4d019e33946aa3d0ab28d56da358d55d220ca0ff8b3283d4104e38c79084ae60a9b13eca0c52e3180222c67b54dd4d16e4a2524b2845a1e520310aeb7274e84967ada60c30fb081aa1a47347e3ad0bd2f9c3089bcc5f471960fe7b949ea461a3885184d1bd3ed2b02222190bd6a09b41bae000368da50b1ea06e225df007db75d2f09344ca16bf47eb95744947f459499744139e88b8858d5e69c43d42434badc4749639a35c245dd6862267792e9a84a42b0752be5f391a4fcd4857bea5ed1ed50ecd25d2280f02e0511751c896465da7f21b3d158fb54863b6a2f82c5d559590d52a010a8dd2d5f5d1ea215d3d087b3ad2d5719490d784d07e5cb3120550e99af5f4a86bbf52155dd791e8e93a0125987561049ad79d47f159ba2e1f9b2ed20df508e76c3849687b23bd7050ba7103eda14d2be81b371510ecdc721f6d10d22daf6926e204c46bb78aa9b06e7d4d25605b57da0adb7a12dfde3609f57be9b6b5a83349b7d7a66cb27d10c195f81094c4a43be4e134f48876c78ebfa83d4a779ea02cb7bb3daafcd2dd5d68267627a34c2a4d6c481b26f124c557e2458ae8c4df288a4bf7be419fbb74df44c28507d2a89c1ca41bf7a5491ef410c92768be924b885c1fca257692e2478c352d8e549fc3bdf03db1d2c321f4f447e8957dd2a353f0348ff4d805d2ac8edda0f4787c199eb6901e4fc21b1ca427d2f1149bf46408c91f2765f87e2be9a9f6947d4ffb12c33fbd8630d3e9f5547e4fef2619ebf42fc272671be11916e959370222673f13aa3d575f4443b309e79c3b814781a5e7bb12aa3d9f8607aca5171ca83e5e38453a66ba98be31fd2ca5a18c66040233d4c4d332e289485dac41c9eaa2098fad4b2fc692269ae98af73c48b3bcd02220cdda4284252b817493cb4de9075dde423cedf27daab5577e53bebffa8460fa3525d5c76b3f09a5e5d0eb25a5d747a15d4a7a7d2e65dfdc069444735df04a69696e7b4a8fb9beb4dd73e7d346cead20d471339164865b0e1934548b08de2d39eded5b45f4b3f3865282c97b4775287f223a49a4f92f09afde71a2827f673f49c177ee538ebedb92249ebb1a8a9c7b3e78a0537a2f027b60d27bfbf1260ee9fd3df48f0ffa119e789441a4fff1582f1a4a20be5de04610b66006dadea44f5ad1cf7e329598f4d34d84609eeea7e77a36006d23d267bb491c2c6c42cb51b80a2f0492162563175cfaa23d95b9174aa2ba2ff444ae5f8463bb4efab217a9fcaffa538e2ed612e22b8e2358f0fa366180b71fd0fd217da7248defdd29ca5f255549aa2bcdc6ee96b4f43e3ab2a5ef0f517dfcd890f2c4a7be447e3e85520628bb415a47d91d12ce3e07c7e2d0177a7382f4cb3ebc4744fae5109a38a45f1e112efcf29de0ddb713b487bea7dbd1d02322653f9cb1f72bfdb19f66f5a72771d19f2f29307f7ea3d2f47b03b1933f9e34ab15ceb4dd2b5a9334509149ca7cc52352d3ffd640d3b1f4af125d62d2bf072998fe7d437baccc2e0a779acc2e1fb39cac726bfc41b2ca9f705665f6fd70b565f663d1a229b317e30f92d9df449629ab928ec2bfac6a940987aa05a03420aba6449941e65003eb90cc61105ed12773788dab2dab2ec03c21abae42895a56fd23d634590d39c697ac463e220559cdda58f964357ba3cd4656733c1a09643573f028b0acd67404f3b25a6b30b9cb6ab7c5d421ab7d016506599d35a8b8c9ea14fbe050ddc12880caea3ec79e8eacde5b4c0a32a76a889065f51fd3dcd7ff82bb43e63c04d1a3ace16294ea648d87e3ee9035be84ad5259d34c34abca5c0ed0c7bbfc449144e62a44382c6b56098fa3ca9a5dc793a0b2e6db1075c89a9fc2db3364cd2f622997b5688ac734642da2683fb6784553d8a20c6194ac65269232999b37c5aa7b5bece9c8dcdba35223732fc42682acd5d0421a9a8b4c47d6da1b29b8acf550ca006d37208c92b53d403fa86d92170eb51b8a995cd68e6ee494b553a0f142d6ae00eba3ac7d04b69665edffd0eee8780eb54799472a725159a729d8c19375b2a1a746d669110a67b24eafe91fbb0da1d4d16dcc051ceade853266f799b48eddcfe2ed19b21e7529e7f4684bf9abc75d7ca98fecbf09487e64ffad46f428ebe94ee1db731b6df75e0d10f2cb7abf0bc7a17ef5d0de2feba7c6634032ef245aa10174d24536e01165b9815390a7c9062ec33b1a65836ae2d11dd9201f7afa4111088765833e50991bec46133d7810d22dd96019ed8ec1eb69267c1cd1612cf3994811ed7302dd7e329f535445875ca2c01c9a83ea8a6ce82fc4e4b2e183284f0c1f198b43231ad37c8dec8ec66ad948016ab5b29131f4a87e3ea859c9fc4623fb958d72c226bb6c14bd8a5e362a0089816c5438daaf65a38f53e51b938d7c4836b61b5a3d646357a03546367635ba2365630904cac605a09e231bb7c80e87fc3b21c990056c42242a9b2841dd5736d14c0966d2087a8849db28c14c2acbc3a1c9d5280a2777447a2a9b9c8c1056166846f95616d4048f44ca82e6a2722a9be247b9704a0441c5a9e3a8b04ebd8f4e71d9b445ee34741ac52ed9b40ad47d65d393a9344dff406868fa2f34eecb66d01590b219de688390cd4840e2299bb18fca5cc858e4a2b290a7d8769585fcc2ae9b4c58952647b81e8d0432612e5e2c20133910da16d5c3e6864cd491328068136d2b512aca0c32b113a15a09197b6492471439928fd8519749f5943a6443e907c9c94b2653b4447d55a6388c1a9f4c393780863ea3a02753d968265489943155895428d43af4aec8345569263475a8cc6906d16fd448902ccab49bb1fd24d33ea6daa1eb8d9d58992e8d52adfe21552b433f9419648603a862c80c65b46b8d8d08b8993ad1ac9a0e12893515517c99d3d0872cb3f4242265198ecabcccb295f6b6e53a2d9a55897d0599558f0c5f667b8b875f64333578bfaf6c6621619359ab89b0cc4a23be3d7b2a6593d97abc954836671daa2bb2b96d882cce9d87ae27d9dc7394d2e6e6a35c240bf5a4289cb70f551fd9bc54dadbf3ffa3609a3f9c2667c158f46dcb16e4a1ce245be84653b830b490868ea4e150783801f0453a3443cb16d1eb38658bed08882c0ea442b158833e77d992eae8c7942d61d8199144d03ae227b68365cb2e12ec5c6ea5d55e9149a96365736c78c956ea29cb4586d01e8a5c83daa32c3a140dccb2e8dfa8d5ca56894953583d8718feeaeb78c18d6cf57d6299ab7f11c95843d605d99a1af4a86bdc8810af194549618d9076c79a65a4a5ad6d408c75ed0c5aedf5e7a99c6ca8818772641b7be1e901d9a63dd864976dcac6e395ff1fa2fdb8c587d2769c96364cdc2c42695b67e3d130d9b60c9252e29994c577a2cf8aef8afd3459fc50521ee2add88791c5a7922cb36306e1e89dfda804ec4ca4d5de9548e467770dca26bb87e27b166589a1b46889ef4538b4a703cdea9ee1d8c397edad45f474ef099a897d5fb1d12b3b108c3d0ad9810a228b0703f140812ca93d5a636449c968009425bdc6bb5c65c91309ae1cba4ab930258ac862ca17aa1da93e687090a526931c99369d1858da0f3c7c2c3bec4685f5f047ec05c88ec829631ef94674ebe819ec94c98e7ea0c939b68ac2f784032198130be8379eac4b64f1e422d2444faea1847c7a32718533abd1602a3bdb9172ce593561f2b357e9379efd834d2ad9f95ee8bc919d5f8e4e38d9859154dd2f6ca3c9498f4737a92ca31b55858c0434e3c82e2e27a673f10c15d68b67096c6536a028cc74a5c9c92ca56d9555971e354b42c2595631a97797f7e1bb406457a650d3e56a001e3b905d7d427cfbea2fea3e5cb327352afb3836ff65390e84efafefa5fa78fd0c691d3734e89f90e53a1306c8f520009e9b8d5d5dd94d477420c86e9e42c799ecd67574f2ca6e7d42a7922ccf8992689e671e0dcd34d1d01aca13790f692bdc1e4902c26d0d41fedb4bd0e52abb7d8c84fffc3984bff2ef91be9aff846622ff0f5a806577dba277457637951ef5de3212fe1fc452abe1e13434e3c81e86e04917d94323da6c640f7f12aa7d5405ad57b2c755f07e4cd9e340d2901f5f447fb4ac603efaac64052b69be0aee52c97cd28410f21325319d27f154029e56d05f15dda55c58f48ce48f178154025ec828e7bc6a45f8ebd5304a30afee10a8296e4ee0e1752592825f2f21dafc661701dd376fb0272d7bbb01cd5eb2b73fb1992d7bf790ca6fe9096a52955ec44b69641f6a65d0900bfdec0f9389ea7e9c8c478a649f6693d6f1e9049580b2409206ca1ea0b35e56568ad7bbca3e1fa190fb9c4979f54b15ca395f1d08a57d539082f4238a765af978ca39e5318457cb63281796dfa276dd9fd6e8ed94fd794be5a4a23a71858a1b6934f48832c0df302a3affaa9198fa6f256969ffae05d05019660079a5da4891e49506616195578a44ec2baf740d51adbcd27b7c5479a5cfa850caed36208c92576e8f2127af4cfe55b9fd5eecc4caabb4c5899657198cc4405e6505661379d57eb8adfe3f842724e4557f2138953b4c44e95c5efd6b190dfdc0834772c7ee88ace4358e637cc96bfaa33420af492f8595d77c8b2c535eab33b64ae5756a20d095d759804c5a5ee702d266799d0a74fccbeb06613194d79d86362e79bd2dd84796d7233796dc2908d989dc498fd76ec81b7cc16c2277d6fbe050434f9495e50dcf201a923772c43c216fe48b5051de584bf3d5642d9edc90379d4993d3f4243670e44d0bb0db2c6ffa15d390bce90f0a0097e1b41c2e7b908ac85d929164c85dcab1212177fd818052deec3fec3ec89b6d40702a6ff69eb67bf3ce78804cde42415ba16529fdc696df1092c9dd048801e4ee6108efe4ee8fe9e35bd30d47f2d6bb511497b7c947c3a4bc4d314a9bf2760e58f9e4ed1a38e150070b56777987ada875c83b9c42422cef4847f3e51e528a420f39da63e59d6a23aa95775a891c46def91ca25a791731da6ce45d2b61099077ed4861d2b53736a9e45d658814e45dcb913ec8bbad467558eea5a00ad33d8a9242f71c3455c97bd8612743dec3908043ffbd43cd4adeb323f22179af7af81a0e792f1bc544af95d8ad91f7be8c2a99bc4f101203799f55d87695f7f5c13eb2bcdf226c66cbbded50e495f7ef89ea9dbcff22d4a3e5fd3f50acf6ff89fc513e6025e5af41d1089ae583ca1059c98714e0258af261dbb081231f1e4199c9d780a72de423c65336191187ad2cf9883caa0a23775266f2eb8c4ab37c54236c19c94705e32d3bf251d1e8db968f5a47e13bda8752c7682d7a1ee4a377d2d28e2e4273897c4c173caf201fb38f6adad85f8831e5e36ea01228f7ff83260e79c0327aae095d51f8974ff885f61ff9c4c98534a4a5c09c781aa53af9e4fd221c0af4a59f1d1886ac491e740c91a83ce82561936015eaf7f229a3b0b52c9f3a8f82695a047a3be5d32b53299f7194b0dc8c1cda7c21e3b1b9210f3949654e1840db4a988822af5cf892529a7805b239b96404cdbdb409e109e96a02cdd22b545865d5a804c8eea11b5e2e2bc02b29e47247da697217ca00f21e54d3146309c22a972015912b37a37350ae9a43385a759e825c3b9020bf56876451ae5d8eaab55ca74137a95cbf93c2c4188f32a9dcb494b289290d2dd372d311da56e650223f961f14f7d6dec4adacdbbd70c8d61f8f28cb6d7488493eab19f64ee4b36ee2711bf96c6fd401e4b3f750ed985384b2b23cd4834a79681f5a8e50016ab5f2d030130ecd6b904143cd516097cf0f21d03c5f890701e5f353507193cf7f42f115e64b08266c12cd7d582145ce8266289cc9170ec71ebe7cd14f020f8b7712385db21f8d50f2885d0402978a89b02c6b40b9709917cab7f265d4d5952f93a25a205f76195bb8f2e5ad09cc2fd7514d5bbe992667f90d9436e52b96a1fc215f598de856641b02cd91129465e491afe9e3a37e534c44574505491e2da5bd1dbd8cf26a4c535ac798ce28e9cb57a551ea58751a2fd490c7d6c3768a3c766d000eadad4213bdb62e61b9b5b32821af5d85f658f9ba3168d092af7f9c80431b02501d966f7c844d50f9a65e84e5363ba2442ddfdc197bd2f2b845b4d3e29650fe8a2b26a4b0751411cf6d41e8d8906f4ba5208f37dbe150421bec18c81306507a4c50a2d747bef31c3deaaef694dc778713aadd7dc91d871235248925cea70d93b818856c79621a7a28e589b9d83394ef71225966cf78ece1cbf7445312dda7a3a7dfb78690c2fe65943af697a1ff4b7ea01ecd57f200aa1d87dc28be0e29495e3b348f104c4a4b4aa2297de8b352e2b10b2e4f9d89f67e795a5dca39692fd19e213fbc8f4ac09165a8b9cb8f3c2539f2c82f52578efea5903b5e3d16874ea4e0f5c1f2132594ac4e5627ae70b219de3f213fd98932c0c979b4874eee27dde4343fd7e90ee826959f6946d0facc3052dcce4889e09d89c18334f2b35d5099979feb4704ef9c90b2c9b954d27dcfdd21e47ebe365585f34bd0e326bfe047e273fa56ca26e9d7a90ea53fa19d96fe01ed78f2f43ff4f11952347ccb2fba51b2baf89da07566530ab9cc01e84192674d279921eb2a41c52cba58537e691ef18e4b8fb16524bf7c113b65f22b75485db9124602c2d5c9e8d9925fcd218def5a1f0aa66be7a92ae45427fe987305df3d20bffe1f6956d7df1277bf31045d88f2dc0c6c82ca73f38822e57e23b9e8a685b2c9cd72345ec86f8d2739324f4931916724709a3717db4ff2db7e549a6eef21492cbf16698ff91df0ba0679fe514a8ff96ff070a8fc4e4b5290ee04d27ebc338378c7dd1b847def799134706f5f1a0edd6f431accfd01e8a194dfff44c1f4e00cb1cc8727b0732d7ff8897ed0a34a54a41f1da0b97f944685a2a03d9e2a95174c23b25820a7607a328e3eeb898526e7e9194a304fbf538e7e368384b3672748d97a769a30e6f3011426cf5f51692a5c405bb4680521e4a26452448aee5077aba88878c78b06785fadfc457f4a432f2712007fb99410f2ab6a680094bf0a37d1502601f0e206e81b92178fa7fd583cdf8786ae10f17c5d8b78da6b2976aee5aff7131579fd87548c37cd08e7bce947dceacd5a0a8037a7f0c657f99b9f34d16fc71082797bd50b87ded5a2207f2747bbbabc44832feb90973a52e494b6c4773fc94b7bd34394bea7457b3f947493f70a420a1f06527c7dd8824674f9c7c304a33ead2124fa693fc5c4e7ee84313fff209cf3f92fa1a12f2524c27dcba4e7fa1e924743516808917fdf4a5dddef07a9227f3f85d7e0c87fce2504f3339ef49cf216a47f95bb938050de9bc0c39f0678f1a1fccf5052effe6ca05afb2785505a05dd0825ff5b057d43f2bfdda8fcfe1d4aa9f6ef643b1a12d36ffc3b9f84d9bf39d451ff9b47abfd6f62380c292a1d436f81a25226267745654f110d6d47e0a6b07f87dc5d516502b6fe14551498271455f6222453547d8c1940512d1cb53485c34a24fd0ac70ea8ae281cf761c15738a662f741e1f8038f7d2a6a85e2442b6a5dc2d2a4a8bd1bef1151d4e98d544451e70f763c1575d7d25fd55d8f6729154e6b706f2b9c5e61d151d43f8a8052d1a0373a49140d2e2275533428c1ecab709e816f345534aa8baaa2a2517becfd2a1af9638f55d16829da3d158d6ba16d57d1b8356e18856b22ea138a660d9d68e801e22f45f391885715cd9fa24757d1a237c544cb1de8aa53b47c86e951e1968c5e4585db7d5a347721de9ea170ff418bd6aa2b4a3c8ad61968b555b4198ef441d1e63bd634455b214a168a762350bc51b4d3228c52b47f421ba6c376a4e08a0e0f90652a3afe878458e1510fcb9cc2e338b25f85c71bca399da9bda9e83a104bb9a29b0a1be38a6e5790492bbc1cb0ba2bbaeb2872bac7d086e97e9d56a84763ca003da6a166a5e8b1081b5e8a1e4728eeff3b48b9b06726967245efbe7859a1a2cf0bb47a28bcdd512553f46f803d30457fe2b58afe8f91192a06d44138ac18a0c032a718d4104bb96250047de3e02e6837500c36515518bc9332a64fdb581c1ad2884ac0d0003c26ab183a01bd188aa133b16e2b8655477f8e62d846143614c3e86ca062b892f6e3f045787fa162780676c115bed3d14eacf09561774be19b811d29c588b5144c2317d3d38f7c4c9bcfcf8e7e90df58aab57e3772706814bd5744316a12320ac528119245c5a84d78ca5b31a6072dc798f9a80328c676a69436ee321262c5b8f7944dfc4f531d1a3f8ac0c3f8eb841402c2d01aa30838417962c2622a4d933ee2697d45e02c24ea8ac042ca2641523c3ea2083a46b53658450f31652fe268c59452c2005317a2cf4a31f52ded8ee9a9e868544cff80fa8422a42e425885602b252bc1159a4241115551a13fc5aac895c096b837b65d15e2a1480c1492160134b49ff2aa7424e27b853493b6826c1e8a830a794d04cd0a79538a6865377459289402026eaa11e89f506894944d34b750b352e8c4ee34f415db750afd254a30a6792889292c35d086aab0a4d3375a3e53f6b57c45ad56615d4adbca1a85160185750d812d5b0c326985ad8230c04c2dade34c3da5b45902fac659b179349482444a31ab84e0ca9cc7044ee75460ef4431771f1a7b14a10350ff52845aa8b0ceab4253383f04399f22ac1e2585302bb640140b46e3712ec58248420a0b9e2233542c784f430b43d0b3a5587890984e783c2dc7a221688d512c7a44db6a51196dabc58de85117b7c0e3238ac591043116a7a222a258e240db2aa2172aba8a88f1d8ad5144ccc4feb6226205fa1e1511aba8f22d15e3d907c5d225a8f22b9649b105a2587102ad578a955d293057eea5908bb4cfc0a1a8d728c32ba2ab95d1900b76dd14ab1c0975acf6a7458bb5237612aba3475de34af06e4dbf041a5a40757bed20f46228d6323d5dd79436f2fa21682e516c08c31688624304e1898d41447537dec0033e8a4d55b1ffa8d8e4ea4343e5a8a62b365590ccb0b904fd5f8a2d55290ab79c41995411b785fe6a6b1ca5c7adf1288929b61d478b9362fb22eca729b6bfc79e8e227e0a9ed351ec188ee2a022e1054a628a9d5d517c56ec0c266cb2f308b6e2153b33514d57ec5211ad495c4f19203119cf822b12af5342de934a8c756f576cc52bf60ea072b23799f6f6be5394a30f5ca68d9cd49a02336904e95f490a2af849910415937e50424eaa20989edc0e957945f24aecfc2892f7929e937c008f142952fc29fba6cc88a5a123fc8f17e837a68ea26f4c3511844ddb423ffbf060f49c2a0e5f4297abe2c87e0235475ee27d0a8aa391e8b2501c3d4230fde83b6cba288e4fc3a68be2440bec51284eac258277e21c41b2533a0acc535f08899e96101a3a5d464b7b7628ba9515e7fcb08fac38f7d70b87ce27a09d4571fe32e5c20bd1b4d3329a63bb4e91d1833253868e806ec6592a60176b527dbcd8943053e648aa1d595d2972b24228e75cfa401f7f398a10cce57c22ea97ef13bebffc857ee3152161cc2be7f04081e2ca33da0a573e125cb9da18df71a9b8ba9448ecd5070444ae39dbd15010fa9914d78289e0656fa198c84ea3c497934480f2fa706273b9524256b9260281b9b7d1daa7b8f996e4c8dbaeb4b477bcf15c80e2ce6ee27c7783b0f3a3b81b850653c53d135a2115f72ca476de5b4face9de6b7c6197e2de1bd290efb72085f2be8110df832ea4fb3ea09729281edc435f87e2a11d9e9d573ca417b92a1e9f2aa3a17cdab54fde9344fde43749d44f079b70e8d9482a3acf0e92eefbbc2d6956cff5a43d3ecfa5e646d146caab45574996297a4c11fda225ed8e174b3370e8e53a82182f4f92ecf76a0a5598573ba8babf2a2275e55531364115af07d167bdde4ed0fa4d3b923fdedca50cf07618ededb752faab92bf543b4a7b90ca5f1a84176b2a4a1f5190bf8fc52b4f141f5ce9b33e4ca215fa908857d7283eaea172f2c901fd5f8ab268eae994a5d216fd6c24aef0f92845cee75ff4f15f9a53dafee2461be6cb4952dcbe5c27a8f8f5387de3d712ea3e7c53e6e1d0f77eb4917f5ea05cf8ab327de3afc9d46bfadd9d70f4ef4ce230151692fd2af229e7fcb55000fcab448dcb7f1da819f46f0451917f33a8ccfd5b4612f5bfd378b646f1ef2e4de1bf9f684151566a8d660965a57d780e4c6937074fc4292b2721525056a987aab5b26a7f4456caaa0598d294d53e63c753e970087d434a8742acb5caeaaee84152566f85d44d597d18b27265f5d7a8892a1dfbe2a2296be8b0cc296b26211c56d6aa8b2ba4acd53e00876a4fc62854d6b1c37e9ab22ebd064d59af3d223e65bd7908ad95f5b6d172d43b81c777954e4710b829eb3ba2e4aaacdf14bd18cafabd91ea2aebefc05683b2fe4d8c4265036f2cbfca06e1a8de299d7f638758d9f00d1e3c52366a80b28cb2b10b121665e312148c954d76e1b90065933cbc415ed9e40efd954b245605a54b343d84ab1e6506a56b32562b65b38ef8560165333d321d65b37d14f7cdeed3e4341f8ab28cb2b91ad390b27914f26d65f368f4762a5bf4c75333ca16c3f0e091b2e5005428952db5d89c55b67c463fdbed08aa054af7b9287629dda329e45a45a298aa6cb51abbcdcad67a249ecad6ab28265aefc26b11946d8a10ae28dbeec402a66c5b882540d9ee310a08ca0e7e941e3be829af76588db556d9e128ead1ca8e0311042a3b0e475946d971371630a54716cd57a786943a3adbd1aeedbc1d1bd0caaeceb4ddbbbec24e86b29b27225165b70be87a5276fb46dbca3300afa6547a866061557a5ea08decf909698df2bf1f6938d43308854665cf1d78da42d9bb3fd64765ef2314137d2e5169eadb8e6a5a5f03967265dfcd08ef947d6fa23355d9af0b167c65bfd1544efaad47f6abf4ae84e45ae9fd003b19cafebe881e950355b13834c889f6f6602d65b9c177e8217c2ee32dadca210114ab43edf11c9872a898b2ef306ffaf86103290a876d4162a0f46d8ff658a56f57d40b95231a61d74d3982de40a61c71030f5729fddcd03cae1ced628743630f15e2d0b8fe089a95e38653f88ef347194b394e87c60be5b870f4042afd4760af5c19f09be0cac4749aaf49b711e82a03a94dad0c7e443311fc9dfe718a2be27be5943668a9504ee989577828a7aea6f89a7a188d3dca6943bc68681cca6bcae9d509294c3f85d44d195287b655483dcaf721d7e91f05cde80709bca8e8087a504516bc22fc25f444e2a9149a09b8096d94bf842769c3883ba30aab14ff878636a55842e951fc8c7ea3c40ba527a564336a694ac9418a42491af6c094d2e694dc651e34f7723fbc694f29ff4093a3d051902b5ea13342a9f4a01caddc40e951f58efe4af5196d104ab59ae25ebd80b29c662cb25fa5d60e9bff4a5d13f4502a753602e0ba58bc5056a93b858e33a5be09e5427d3f222cfa440281fa7d141386aac4c00ceda9fc1abe53f9357ad3ac1a37d04c185f12ad317b51ac9a77a0774569ce279e66f989ae27a5b51381d3993529dfcf5c86d7b1296755607f4839bb2761dfd91504e6e7d6200433b70736549573532803840ea7150abd4018607e5bec0f29e7fbe0253ecaf909c415c256d067859da51210f6145532e5c233d86c542e2c429ba072e147ec522a17d9d15f2daa49fb71f11a421d8baf100d5c320d3b52ca25b1280e2a97e4524c440c234611518cf7fa28971e0fa7a1b7445896f5476d5bb93c9d20ec8acd14002b7bd067adbc477f15d987984e640cb607949109b4452377e2b9136554142d6dd4716c3f29a3f2099b44afa7241ad389e62b662021d198f154586376905ab06a2adeb2a35cf50bfb7ccad52348fe583d113564e56a153d6a6c5dfac7d81c420a6b1a501a5aeb843e18e55a1321e4f509f4101be8c5a4ca8dd309466d3c414064139d3d556eba4e7c3bae522c0df911918adb40bb76eb4ee269db8a137068fb70a294f11f88b1eea84171bf6337368d9509cb0989ee6c883608e5ce5c6286bb4f63c34bb9fb27f6b79589dd09b927f6a39948f4c6deaf32b1180d93ca3d41246deeb9888d4be59e5b9473f67ad0aceecdf3a2a14f8473f6f7436f9472ff40aadb07c2d0a8a23cb08e0ac5413a51a24c4a21e9e9d07cd4ef95a923b06fa54c7d8f560f65da130aa6b42202f3873f134c3ffc8b66f548283a36944763b083a73c1a47ecf7e80e0248c73e52009cec4159eee465823e277388829faa45117dfa316de4d3ffb02ba23c1387671f94671e102e3cfb0b6dbbca73eec49ace0d2461f6dc438a9cf3a95432d35b5099cbe848b39a31846054c6414ac89926e21d59134908ca1296e1d0a57a04442efd40b3d7ff87289b5c1e4a85e2723ec1952b219427ae562129f86a5fcaf757130a71e85a0e6de4ec95b4dad9e7e91fb3dfa033559913862d2365ce7952ef72dea1694f797d0151a4eb9b69bb5fdf83cd59e5f53b943aae97e1bdb0ff1fc2d796286f8c2388712300bbcdca1b53d13bacbce94ff175733371855b13f0c4b8329fee9651de29a74271770b3dd7dd722a99f756d1a2dd9f9941439114f7f75308503eb4a3c2fa301f5b6cca474309473fb2113d7db482a8c8a3cd240e3e3a4fc0ed7155bc2a43f97808318ac723d052a17cec4f49e1f17be20a05c308c11448a8c2146450c3abe017b51a9e78a37f42f98cce2b289f0fa77f2cba4fb5e3451a11e2e2b3b4d35e47e39d5dca37b30963be894677a4f24d1169db6fb57861b1f2ed93701c7a174305bfa43efdec925d140025f9540c4be7127f2c2d463b8bb2f40bdaaf95ef1b50c67c6fe6a155b4681f7c0368484a39fa432c494f1f8a29757c341147fed496fa0a9f16e2312065990b4d7499949efe732afa60949f3f5393ea5b00b1f26fe7d070a4fcfe84eaf6cf2168e250fe14514fe7d77aa248bfce5117e9b703693015ee843afe7a9364f1771fba8b947f2f53fbe95f1af574fe6563a1505532216151555a8bc94a55792efa6054955722cb54d967608251559d89ac49552d1e274755ed13c697ca6132fd95c34dfc8daaeab15858558e2d7172548ead1062a81c3db099ad72f4c2f680ca31075f27acaa3113434e5573950f0ed54ac48ca9aa7509655255adcb98c955b59ed244d7ae87463b55ed76e89753d55e8ba549553b0bc1bcaaae1f0a8daaba29880b55f5da20be57d593229d5739b546d0ac72f2c21eabcae935e655557d11363754f517232953d5cf44a0abaaff8e66a241255444540dd7a256ab6a44ef1f5235fa822abfaad16f1440558dab20ad51355e896d5755d3a60938e422a4cf72894362a06ad60e7bbfaa6613b135a36ab6003380aaf974ac30aae68578ac45d56211c5448ba5f4a82dde5298b4ec81161455cb50fad92d5fa3a6a072ab86877c556ea158b755ad0738e1501b2f5474556de7a02157d5ee01ca7eaaf65e1426edf5583255edffe0691e55872d789843d52111e9bcaaa304c55455c743883a541d1f61995379b8219b5375da886abaaa737d448faace4568be5475e985d857d5e513223e5557114aaeaaae1fb0f7abeafa9196d6b329f6dd559e6b518555791ea287f08a43d4a1ea5e17e53555f7606486aaee7994317b8811f1a97aac42c145d56b228a96aa5e7483bcaaf7786427aade579149abfad4e1215784c3aa3e4f299bf45d88b040d5f73abe344ae5dd1711b2cafb3d1e8954f597505e1dd01531806ad07014a85483ae2363550d2aa358f5d986d7f3a87cf2518e540d994c656e6815dac843035053500dd5100618ee44b563f818546155c34de8c6520db752311c3e17b19c6af825c472aa11a3290df93523d4e1779acaafdf7bfac651e3b08da81a7584b6fba837b487c6ec473f936acc756c95aac65ec11371aab1bf91e1abc635440d4635ce0d2f9c52f99fa43c31a101dea1a79ae049c97da2889e7ee27344dbaa498f443834f9178a5daac044bcf54a15d4011b71aaa03042694197b0e1a50a2aa5f80ade407b684a3f5aa129e9d8c2554dc9409ea69aea80b71ba8a60ea69d36d54648615a06d5dae93529c8a74bb115af9afe1b0550d58cd3e8605785b446354a1522a7a51534a41f246886fc512548c3eea94ae8423947d88f4ab970249500e17424652aa111a51495a8063abb54226f4aa2a2419427c493d0c9ab9204122493dc43f159255d8da60495742d1eca5149b7536992661196938d27bc2a4b220ea370404544a5688e9e2d9562056d77a5138a372ad515bcfc58a5f6c4db9254eaedd80353a91fe0e93a95fa752c0d7da3d2a4fe8d5a9a4ad394388c5688e2a04ae744a956f71fbe184ba53b409849ff1fa521bd84a08ffe1b954c433b4ab586328251a629f48da670544e55a61214495466079a2ff314a4e02acb4cfa2ceb2b8a555b5f7477ab6c6a3c6ea3b24510269f9947507176346dabb963e837864ea36f9c570d8d2aaa7967d07faf9a5f8d92425837cad1610a14535561f9c44ec21ed17c2df84e24636116919f703fa2818bdb51665adc010576d5e21e540216f7c186bd6af15a7c6b856af14eb467a896fc871e4ad5922c8ad588f3d8c15345bcc6be826ae9153c72ab5a4632966ad9465aede52978804cb5c291e26b4521b6b25431cec40c633a927813d30b6fd154c5f813e28b89a50c10b3869268cc37c2d1ab1cb183a75ad583a670d51e6cf4aa56afa294169b40a976cd5c74b8a8d63ca60058eb430979ed7b5ada750350ff52ad1f88479d541b66e2e150d58693f4f41baf10a0dcf8d10987366d2254bbb9096dd1cd1eb41536af40e554b5e51601b7b87114f7710944aee30a6826b66ec48321aa6da709756cbb4291b3dd4ab4393e8d24c41d67f028b06a574b82fcbb8753e5dbbd952865623b5487557bf2e837ee4da0dab1b788aad5bef1844df68908e7ec7b42abbddf9780dbfe97043bf7bfa1727240948643076711514f72237130691cc91fc936c2982923299ba4f8d37e4c09274c9e128be65e55ca53dab5690d882c1e9e4d4f7fb88482fc485ff429a88e2d27e873fc1c3a5c54a71a910a7bca9748ffa93368bf569d4e77a7a1efe88e549db1a37f3ce344eaf019ea8baacefa607b40758eeee4559d53e18d63aaf3d458529d7f827d05d5051515d60bb9946ad3375391ce984e8f7ab1272ddac5108ad5cc93f45799efb0edaaca3a4640e4524f923faefe87dd53d5d5f5241765cbd1c9abcacea66d95fd154f49aa724a89cee754501472e75a75b33615e99b49c4586f39a16f4875eb2edee1a2ca5b4c84f8766db4a1aaf21b62335b953f9a3eebce1992c4eefc24f67baf1b71d17bd38806de6f87a77055f78328ee1f5e208af4f0b30f0e3dfa4895af20926486a7bd498c78d6168ff9ab9e6da6bf7ade887ef6f360926f9fef20e056d80b8f7ca88a9e13b97ee1421d83173348b37a718a66e2d504ca85c57d0816148fa694f63a8856fbf553b425a9de742101e14d34c9586ff69154f7369a32f9dbebd4ef78fb0ded2caad28e940b4b8554f94a0b889e9616a29344f5be32a1daf7cd89babd7f9c81431fc2a85df7613b21850ff184e53eedc4332caa4fe7d0d9a52a9b4b60be6c017d56d97a9a9c6f51684a507d0fa0d4f17d22f6ca55dfe348b3fa7e9d7a733fffa3aaf0f323a5da9fe578ad8baa5c46e15b9e4995efb73b3dd7ef07783987ea4f55caf7158d89495764a2b740f5379c34d1bfa99444ff56d073fd6b84a7e255ff0cf8596abbe5f8ea0cb583180f73a81d4271a2d5d56fa15ca4ae5e1080438e2e18726ac7f1481fd435f66244ab6bf740c9555dc70f7b01ea3a71a875a8eb5c4230afae5b973eabae37261875dd38ecb1aaebe6e34d09eaba8f1033a9eb8dc79ca3ae370f4fe1aa9d9a615744dd6009c697dab9007d1dea86740d8eba5120aac3eac6f3e91f9b4cc1f852bb54c6a3746a976118ab6ad7c9e89f50bbce42ad43ed7a08f790bad9064cc8ea166a8c68758bc398efd52db29023ab5be4d072b8e7210353b7a21bedd4adb6233651b7ba880aa5bab5374a4fead636c4f7ea3695d0a4ad6e5307d53b759b410828d56d9753acb6cdc724aa6e37957647bbc368ed53b73b8f755bdd5e8adc4addc18af84bdd219dfed1231f6fd15477b243f4a8ee9c842050ddc53f1c87ba36a7d5ee1a8c8d5e75d755587ed55d3f238e5677ab8f528aba9b3fe25575b739e8e251779b8ff84bed1988284ded3510f9b6da2b1819abda6b2da234b5d719f433a97be8d0b4a7eeb1195d03ea1e69a820a97b14a1d0a8fe2f12451275cf6e2805ab7b3e42ff84bae70b4ceeeade6fd10babeee3842e6a751f09e5e83e336926fa4450feea7b0e0d0eea7eb71021abbd6723f154f7b7a082a41ee083a8563d60026de4019b50cf510fea83ad19f5e06688bfd483bd297c7dec90d7aa7d3a23bc53fb0ca362e8b3160563f5d041c84ed443531003a887a663c1570f3b8084453d7c2325e4e174b84aeddb85f284af964aa66f0caa2b6adf64146fd4bea548e7d523fba298aaf6a32bfad4a3bae34545ea511aca39a35351a0528fbe4e8f3afa169e03538fad43c5706c5fca26e32ae30596ea71ce4858d4fe43b1b1a4f63f4bbbd63f139b8dea8028e4eeea803c9ac28047e85d514ff0a5cd3761217de384535487265ca6d431d1401f3ff1139ef2564faa84d44d3dc9894ae6a4feb48726dda76f9c6c875a877af27ca422eac0509410d541c9b442411f28c8830fa5d1d04d3c2aa00efe8b62977a0a19e4d55336d2434cb9480f31351819857aea26ece0a9a775a434342d85e66b7a26cdfd0c310191193b9052aa67a4d3905049732f6a463947e48d2abf5a1c8bdd1ab578333683d4e227d87d508b8bb137a79638a1a8a496dcc1ee835a52e08543b218c239f2815428e4d3511a50cb37117d901f2670aa4845c942ad8c23e4aefc41a55cdd0fefed54ab9711be57afa3d2a4c947654bad1d8057b1a8b59368d76aafe1ddca6a5d0724656add4b5a5abd1fed0ec3673c8eaa36d6c243396a5327348ea94d46110d6551aab538604f5a6d75a7b8b755a2a5b5b95069b2f5c4eebcda760669b37a26dde4a89ef98a3e7e96133611d4b3fad04e9b15825d37f5ac3234a1a967fb60a74c3d3b96a0cfec1f94efe7ee2058106a2648163a9fa04f6822d5da79911413f3498d5287bdc2eea97a811f159d051262730bdea140f5ff214adb0bca29332d7c4f61b2e42ec5578413919f8860623a113a22fd4b1d289b2cf542654bbd7402ca58ea6503692b2c0b22b4bd6c0761b965c9f4f4cb3e103659f6176565f572112dedf2142252cbb3895caf5842db6ac56f421d2b7fa0554d1d19470926ba2d21f7e8ae541fa37d69bea2c50402a38b882bacda40a876b5176a69ead599683750c7ee46ffbd7a8d9108de9a158534b48e227acd795ac7757994dc37d420756543394df4a61e8473363b26d0d00c5487d59b77636349bd651831c3384fcaab7109c491b71a2826b6b5a234b46d353654d5db5761934a1d2f4667bd3a3e3e1c8776c49248b2e327cd7d82036180845ad89356efac437862e737ec52aa778d25c2b24be04e43726260bb8a0933edfa948743bb53509855272e23c89fb8926622f111e5d53d87895cef6515636f0abe2b4bbdaf36159dfd8b29e40e5c267672f007a5b4a4bd78be439ddc062dc0eae4291413c9a5d81f521f6a8dc75ad4871650913e144d892ff5127a7dd4694d68a2d3a662d3459d26a3593d2ca1dd71781b3deae12384b60f3fa53474d48d2af2d16e2851ab8f8ea5ca77b480b48e637f08501ecf263c71e23e1a13d5279752449f7c4789ef545f271a1a48a4ff948e7ee3698f581aea4648f45c30819a73c9f4a8e70534f717fa119b4b2fa100482fc513aaea8c26f4101916823e17b309d45cbc4efa57e626cad159cd286366b5a0ca97d58aa6f0725734eda9af94127db8ea86a617f5d53f7888497d6d061e335367bf267df57a23d201ae9fa69f7d23199bffea1b4728c1e48652f6bd598f2acc4dba244a7d2b9eca6f5e639ac2bc9dd88853e79d413bb13aef3de94cb7e968abfaf6132a86b75f1003cb1f83e74ed4f973a877927f1c1d8dea3ba7481ab8378458c0bd0f443cefbb5298dc3f48cd8dfba7f078b8fa7e3ac1e107ae24053f988d578ba81fc451dd7edc0b5f84a87ebc88a0f5e373f45c053da8f353308936cc1325edb42737e81b9f3c426bb2fa69333c22a37eda1fcfbbab9f56d05f3d3b867e00f5f3d7221c2a8c42db88ba484a82cb8b7ee8ff52bf88a1b87f1943ebf8328b74b9974f6977bc2ca21f547c9ed2e3eb5384c9df7ca02afab60f2ddadb59940bdfee2311eeed29d2a3df75c28321ea7733a88b5422203657b295b249c97b74afa94b5da8df514aef4f53bfef8e3712a83f3ca79ffde11536d9d51fe5b4da1fef52c87daa4e84f8930e7dc8ea4f73a8a9f7e9003ae1d49f9ea21d4ffde90f7a6ad46575498329eb4a5db7cfdb88527e09a2fee3d7f6846abf1ea53cf14d4ef0eefb342a273f1ae1d10af58fb568be54fff84215f9670f82513ffd0888fcfc4e7a4ef904eab0fc8aa1cee29f6caa56150aa2221533d1a3abaef884b768aaff4e474388fa6f261e20d354aa84bf5153a90daa3e1abbca687ad1d8956072d754cec23da4a97c1de75e63ef84de028d7d4714d835f64178a983c67e33be9f4f53251009b1a6caed001caae68192aba65a27dc8f1a8766d82ad5380cc5caa771188be2b3c62113f9b6c6816e7ad1d428a3e7aad90f0b98a6a60605634dcd4cdcc89adadd916f6b6af7c728d4d4d6621341537b36e6094ded4db89135b553e937d6b147e95c53f7208aa99a7a2d9177689cb4d8cad2d4a78bd6340d1aa38159d3c00d235ad320104b93a6c1346c22689c4fa17554e37cc78e869ee3b6d2346c4b3fbbe11da4949a86f4623f4da35064999a46b7bc70a8f1580aa62633104f689aa4a336a47109c1fbac34ae7e880134ae726cc4695c97a1eeab71fd83c2aca6590314a834cd16e369574db3437938d45c4701d07c2f4a759a1603dc69280d3da79a9625f4f16e35f15a3d8d5b47ec0568dce228c8dd4a29cbb56a4e7bbb755f740d685ac7532e6ce347f9abed542c3a9ab67351a0d2b433d3acb6db839849d3be09965f4dfb6f145f1d7c31df6b3afc436156d3b1031ef0d174ccc416aec6c311bd3e1a8f8e48c1351e63504cd5741a44a9a3735b843e9ace1eb41c9de3517ad27411d03f76b94455a16b08f64e34dd1c91e968baad4767aaa6db2e9a7bcf9b0828359e2f10df6bbc6aa1974ce33513edfd9a1e9b28dfffd70d89a7a6677f34da697a8e426ca2e9b904afded2f4dc86e76134bdbcd1caade9ed842f4ad1f4b1a1f4a4e9432fa0d2f4b94d91d3e7039e50d5f46d8bd7a86afa7e440aaef16e8496308d775fa4941aef08ca26fd072372d70c688a3742690604d1e40cb881fd0ecdc041d846d40cea80ad78cda029a88868064553451eb403ad6a9ac15af4936b7c3c11046a86d446915733640a55f7211294493543f6636751337403fa2734c3aa53140ebb8c985ce35b8bbed1b7004d689a11b37d68681e65f2116f283d8eaa8cec4433ea1665cc519f6826c6e4d38619aba6291c9b424f3f6e30926bcd38051a5534fe95294ff827e2d92dcdf8d66801d6048c43c8af09788d2d23cd8440da8f13e6d14c4c7443a54633b13d61b9891790236b2616503999e4449f35e91cf60234935db05ba3991c8e47ba358135e81b03a3e9b382afd2469ef2868ace543395dfa9f709b94f3b491063fa78bc9d58337d25a5b419bdd0eaa109a9472c20e4322151c100f4176a04cbf10c9e46984145477811f5558d484de851dc2a9686dae02d611af118fa2c892f7d9664147ae63592b154b7257bb1a7a3916ea5b99755a7599579a3f4a491f722f428ef8ffe7b8d723d150ae545e256ea48dadbea1234006ab47d5071d368e9d2108dee26fd95be25411f43282118430c6d51c31f4aee4677142334c6ab84734cd36856cdadd11ca7b13c34e19035c68b86b6d17eb4d9a3cf5d631b84f7c168664ea62c37339a92d5ccc7a8de69661d21f4382b97aac2ec7a4475675bf14e25cdecb9e85dd1cc7e4279357401b6cf35f3fa109e98a7252c37bf15d1d3f94194efe7ef442f8626ac7a210ded45414fb32084f6d002356d8545f5d06ea059d2869663c90c9ac2258769be969410178d188dbd4c4d4404de8da58988463b8b66e90a4ac84b4ba96e2fa357136b561cc37b31342b23f170bb66e54bece16b2205c4ad22259499a23cb1f5a789ba894d504df4436c486856bda45dbb7aa61d0ec5baa3cf4a137b99b0496c1931fc353b9c68e8039ef1d4ac0d2416b05647a9637d3d92b1d64f449157b36134fa7d351b8af01a1ccdc6ede883d16c3c4f896fd359daee9b250474b7742676b2650b4d61dc2e7ad46d1a548735dbf4a8216bb6f7a60a13df84125fbc0b5a0434f1ed5160d7249ca03d94504651b8730289833b6710ced95944507137bdc740b37b174962bb4f516026fea145db3383fe71ef1a222cfbe268e84030d5da03f4c65ccdc10dd8f1d41c24895a73f0061efcd624adc643729aa434624d87b6d114a60c20c125b5263d7daa8984a0d46fb43b8eeca2a53d3691f2ea710349752717a0e754734a934743e7481c3cdd9a30e699aa5432cf5c08a0a17cfac633e5d876d59c6d41bff16c30b64034e7c652724f5f489245fa3e8ae88bbb2921673245ca94d25f65fd87dd07cda53a94312feda1cfba7c9a6adae533b4f9ae1e88a5a1aff41bb3eb67d05033fad9d92a2a4dd946bc1c4d931389d7c56b722e522ebcde160dcc9a1bbbd043a9c96d8aee224dee10348e696e760ca1211b5eddacb9b914bd059a5b61844df2e845169abc2e68c6d1e44dc3c37b9a3c1dad63de7b5aa1fc21a421e7afa7ed9eff91c862fe0f2aac77dad2dcdfb5279dfcae373a3634f76e5226bfbf0f7d309afb74d793e66155d2991eae402381e6610175581e55a65cf8381ebb819a821154459fdc205cf8a4907ee3331752c09fcd423fa6e6591425be671bd083a4292c21d859349df06ad10562ac2f6b92cef42a088f316a5e4d2791a4b83fe94cc585d4627b5d932acc1b399e6ad0bc1b4e715fb287206c490185dc87282a991fc9e6acf9b89f04974f4b09297cee4218f3f3115ab4cff7a819f4454f71ffcd8bba22df2e93a6f07d16f1da1f35480afea1a15cf8e335f6b7353f0369397e9aa99c94d7c3aeaea6bc31d5c7f2606a3594cf40bf9ce6571534f76a2a6a119bab9090b0f1b716f1b4bfb749c6fafb8c32f9bf95e837d1dad9210bd0da2df6c2a1ca4bd085a8b52fc504a3ad32042bb2b68a04174d5bd51397565bf5321aa1b4d524e812d3569b856d316db52284515a87ddb868daead3509fd0568f41c158ebb8873ebec61474806a6ba8d125a6adf1021bf6da1a2fb1b06a6b4e44b9485bf30efaf8b4b512906f6beb5cc396b7b65e0ae209ad532b447c5aa748f416689de2b0186a9d3ea18d4bdba019cd6a83cee8c7d436e88bd44debec8b5541eb1c8971af753e8097c9699d4fa3674bdbd00541a0b6e139ccabff1f429b8db6d1768c7b6d6311aae9dac6b3ca70a8c92a2c60daa6b528565dde21a0d4ba5647a39dd6b52e3d84eb5874af695da78868281e2d875ad78bd89ad136ab8b4290b6f90794a8b52da4d831d0ba6d467558ebf61531b9d63d1dc541adfb2f2419da5643b1e3a96d25462f99b64d3cc24e6d5b1996266d5b05327c6ddb3f586bb5ed17a18ca56dbf11fbeedaf6e7e9af3ab4a289ee301d9ba0da0e27d012a6edb8080dccda8e4b1046693beea4bff2988c4d50adc7142c735a8f3778cc5fdba93565a62ebde9e3bbcc437f8eb64b3a05665767345569bbb9a0a6a0f59c40dfe8d5026552add73134c86bbd1ee2193c6d8f046cba68ff4ba212d04b8da059dbeb30c544ef3d5858b57d9c50e2d1f66d807ab4d67b3a4a625aef305444b4fd55b41f079c45d7807640168240edc0342a27037fa08d5e3ba829eda1c17e543b06ffa3e71a7613ddb75adf26a803684754a7e518e1431960e414f4206947527b53eb579f16cdef0a624ceda8de54914759e8378eae45b563b47b1a0d8d431f8c768c272dc7d8fe5445c71e46495febbf1acf3e68038622b2d24e7043fea89de08134503b611c6adbda89f5b079a69d389a76c7a47ad8b6d04e8a445eab9dfc1889943630970a6be03fd4b6b5417b287282ae23b7d20615a284a80dae867a8e36b8191ef1d306b7471cad0df6a4599db281827c5a575ac7693d2826a62da5bf9aee9047432d90a769a7c720dad64ebf4a5b74862ba1b410678ad510727669437a53ad0d7989385a2b9888afecd30a2ce80ad60a1ea1f55d2b5211d8127d42438856dc199dcf5a495374b86825a1b41c9232aa1dd255480cb4b200aa0af26cb41b6815ee14268a584a7c8a5bc8b7b5ca42b4b46a55c9c861b49a6534d19acbe87cd66aff230ca07d8c87abb4ba4e28206875423cedaad57da46ca23f841a8cd6204225506b984578c2b498369f6927c5aa99ae04d39a1fa124a6b59c4475456ba5230c5aeb11aa7cb60e28d66b67de2ea3a152f4206967ad245a333bc29d86d612989f9d89c7a6b4f3ae5160cebf80fd34edfc4734d16153e8b3c2b6d30a856da74211b68f1e352c99f6d08225846ac3a308b92f1a858d5eeda20768edd32eae4a286df154e2698b97a14f41bb4441a863490cf6d3b44b92a9e0472c43dd441b5141ebb82c90b8fb3213edede51da92a2ccf2186bffc1e61a615add152a15dd1869e6b858288d4caffec68e8171af7b551feb4da5141f4103131b442abfa50dcafa223a4dad5955013d5ae4e45814abb3a0be55bedea1cd4e5b46b1ae19932ed1a1fe2ee6b8fd3cf5ed7133dcdda0d74afb576c35f8a9c8dcda9226f147bd1d05c9219363e2252b6b998384cdc010adf6db15474b6edc406a1765b32f63bb4db9ea3c3451bbf8576da8e16a8806b773cc3231fda9da7b0dfa1dd359292fbaecf144cbbc711c4d8bd01454b6da21bc56ae23ac27289f7a98aee515001db738882696f6b3c5aa1dd7b8082699f134962fbb20268e83a5a9cb4fb6be1f170ed01059a2fb50732b099ad3d389690fbc125241725b5a1e74a5e8e8e6c6df23d1236928b0962a478925293328cf4c29410da1d290904d3538349094c2dc5f76e69d3ea91a6907618bbbadac3a328300f4fe6bf3213da3e328466f5c83ed2738efc43b3aaf6a8239a7bb5c78d947d4fb42318752282249e93463cdfa13dd581eae3e93a3413a7e79006733a158f4d694fff208871662d6dd1b3d5d0bda63dbb9226e79c0fa5a1730768a2cfaf216678a10ec5fd054fe26917e8a650ed850904572e6412244b17109b4b7f4b12e2c54a04312ed6a6ba7dd185f2eac5fb786a469be94d3a66e65b6c236ab33a521dcafa8f6499ac4d24de6425913490f59df0c4e54a14d197bb63ab547b59e0844357ca69beaeee16d1d025b45f6bafe9d03aaabd66a57fbc96411f9f5d85805bf66e4a8f391fb01dacbd6ec553a5daebd74811b951462520f738fa4db4b9af294fe47e2091e4e60c52d36f0d27b13ecf8de843de1c5261f33e924299bf9e2227ff2fc5c49d59e81bd2dec9a3ed7eaf33418c7b8348b2b8f79dd6f1fe2c8ae8fb2768d11e8c455382f6612d92651efa10337cb8893eeb511f3c6da17d749f8854813389244f2a13757bd23c9c86c4f4f14f32d02ea57d7209fba2daa7dcd379662468fdbc2949d4cfa51439cfe93cb2f67939e9f78547488d2aba4a33f16a241aa1b4afded050f1403cd8a62d56a3114a5bfc9c02f3f5435ada37ff68a7bd3d822737b46f3fa0a351fb6e3b818752177492684b15d47479bf9308f1872b94603e8968853e951157286b47fbb1ac03d1f92f63e851bfbea5bcfae32391d81f5ff08484f6e72f749268cbeb53f92d3f473256f93502bae5ef2929fc9a4448f4d715130e5574a78c59318f64f88a3c9ac28a6fc4f9fe2ad094a0fd37086dceda7f19f8f4baca760934548aabadb3cfc4bcaab37f85155967ff095187aeca4ce4eeba2a319873740e1d51dad455ef8e8052e7188c4d505d8d75b134b40125315dcd4e78464a57bb2196135d1d5fec94e9ea046230e9eac4e1091c9d532a12169d533e5e38a56bd0173dba3ae7d36867d139176009d0393fc394a66b3819ad7dba86b108d3758dfa221ad2351a8e9c4fd7f8195a3d744d5fa19b41e7e2484beb521f3d813a170f8c429d8b14e9a9cee50f16439dab16a988ae795544b5bae6f3113dea5af4413ca16b1989dc4ad7f23142589d9b275e62ad73f7c0ee96ce7d30421f9dfb70ac0aba569d28c85b79a3fca16b158a685bd77a03cd44ebc3688dd1b5be4f8bd6a61acaddbab6423c09aa6be7876451d76e0252115dbb9f286ce83a7ca145eb40a6765d47175a8e8e16e48f3a8f60743de93c346896d079c4a2b2a5f3d888a6049dc72e0af24ec30368a88822baf34414b2759d8f2091d2757e4533d1a52ada9c75dddc518cd075f34550a3f31c82b64a9d6726761f749e39d8dfd679bda7b8ffaf0ffdd57f8fb1bfadeb3905f197aee74cb4d9e87a16a27eafeba5a760eaed80e28daef772949e747d2e63b746d7a794927b5f09e2555ddf3894ea747d13286df7ab861ab2aedf736c66ebfafd417389aebf23fd55ffa508e675fdcf6375d7f5cfc25bdf7503e8ca26dd806d88e574031ea0e15b37b00c4da1ba412b90ceeb7cea6075d7f9aca10a33e412a5c7a117a9500c9b42d96418dd2ea5f39d80445de7bb0a75269def2d4a1d235e63475d37328432e6c80a5a47bf6a5e34a44172adf37b8e0701757edf106deb461fc3cb1374a36f53311c531b653fddd81914006325483c75636f22b2d28d7d48b13aae631e0d8dc2a6b1ce5f8d3d1d9d7f12ca0cba80094803750133d078a19bd8132dc0ba8999d876d54dbc83385a37b90f45cee458da8f815bf010932ec803db75baa07334d1c147443444c61e5d701601b729915402a63645d0ac9b4e0d1cddf40dd847d64dbf882737743386d14c84b440ef9d2ec4826fc1d285e450c885d0eb1b7482d5842704d9b4b705b7909de8442bd1a3ab1345a6d15061190e8947a1a6a01397a202ae935ca464251d4840577acb098764c7b185ab9315a0fb56270fa629941b290dc92d549115df90e1eb9413d024a453d953da56f52478a7ea855d119d3a93025373168ff8e93477d0fda1d3d9f0d49f4ec739dad08262d5f0101d083a43098a963aa30f2dadf12f859c69051e0cd1998de88cd099e9f09eceb2969095e531bac474d6ca288aebac0bd10dafb39e473952672d46daacb35510689e39896262a6185b46ba998b0947cfba445138ab0cb50eddec3dd8c9d0cdfeea834373ca137028544d711fba8e7e6368263dd782a52817e9166ca054bbe038a5c705f9045716fea3c4b724087bacba2529d890d0458ca51c1d614043882ec282ed27ddd2bed8efd02ddb4a31b12c95b0dcb223d8d3d1ada849d57dc520fa8d2be8764fdd8a55c47e577ec1be822eb22151911867aadb317b51c6d2ad9e48a876750a45e1ea14a2a7b18f4853585395b8fbda18ca39eb7cf0120cddba1c6299eb4ab0c3a25b5f155ba5baf5f7e8af3674c32e926ec363c2001b9ea35955b7e15f380e6d1e4233b1791ab1f22df7680f6df949b11a5789f2c4d60d4403b7bea46db5ad0d3dea36093dd7363a53a6dbb6073bc4baededb117a0db2e428552b73d371687e25b525588a7d7d0eae2e71040dab1968a7402dd0cad4b98e74e437b296d27fc2ec4a19d53d110a2dbbd962adfeec3c47e77df259c93789780c89e54d4b675fb1cf0d651ddbe58420a076aa17cab3be0848636dd814e94990e8ec3eb9675496b5169d6255f22fa70e8119e29d3a52ea0f94a3d4ed937cd050f6beb8eb8923470e4369efcd71df5c5835abaa342f403e88e1ea698387a9bb6c2b14c4a56c7bb106b3ade0bcf23eb4e449312786207c90c27cd546b4f2e46038deee4768ae893af09889caa827629dd990378ab87eeec71aa4367af101f3afb097bbfba734329035c184279e2820e3beaba0b87498fbef084d276fa3bda5619fde8513366d1c7676ca5e49e7188d849c613faf84c19091b9946ec0fe9323f60c740975515ddb7ba4bd904dc2e77a1ba7d79329ac77597b78968a89c249eab35f0d881ee6a372a3a57e751adbd4a57c5eaae45d076bf46479475d7ce921a75ed2ddecda0bb5646fa5776676cd8ebb2cf5369cae9445b34478fd6775d4e18a58e9c0f94efaf8fc3237eba1bb7b1a1aacb1d49983c773411f5dc6954b7736f5396bb35077b3aba5b8b485ecb5310aacddb41f0eeb68944b8fc6cf416e8ee245014de7d4b49f4de55daa2f7de10b9be7f1bdbaebafbf914bef71f7be1d0832a14d10fe424773f6c4084e5e940aa0a4f3751017b36068face90a8dd83dd5bd684190ecc56bdab52f5fe33b0875c54e940b8bdd089b141f429ba0eef53ee28f6ffa514a7bf38314a4b7425aedb79fa8e8bcfb4224b6a472000d1d429fbbaeb406da5075a5f5b14dad2b7d4335edc369e2b51fdbe12126ddc7c1e871d37d5c4079f5e33292233feec0932eba4f4124fb7d09238af4b53b3508bf0f47f7adeefb266ad7fdc82001f4a7193bd7ba9ff3a85bf3f31da18ef28e047dcaff23f0503e8614dd720501915fb3e9e9fff891ccf0278c9eeb6f55223f7fd753edf8178dffa8afec83ee0f7d652b0a54facabf50dbd6db37c464a5b7bf8a6d6a7d951a787c445fa52dce84de4187bd72bdc311f403e81df2109cea1d9d11d4e81db5d817d53b2ec42b20f58e71a8cceb1d77a222a277dc8573af77fc88d54a5fab0ab6fef4b55ba08d5e5fdb0b35057ded3528f1e8eb3ea715aaa7c2ecab776a8f755bef741e7787be7e1bac8ffa062db018ea9d9be32100bdf3155adac6eb9c70a8891cd5617d937cf403e89b862247d637dd8981a97771c0e4ae776dc5436db1bba577ed83da90be590dbc4655dfbc26722b7df3fd286dea5bc83129e85bea5166d0b72c4100ae776b89354def7e0513b2be5575771a0ac6435ffa56b33017ea5bc7638ed6b7cea56f6c638f6e067d5b1baac3fab66fb18ba46fdf1ecb9cbec35c0a720fbaa555ef31025187de631c0aec7a8f17581ff59d06a13b52dfe91152247de7406c49ea3b276039d17779823a93bedb7ae4437aafba584ef45efde8377adda558edee8b6c4edf7d1eedc71e0e2846e87bd446ad43df633236b3f53d6650e2ebf11ef9b6febf7f34f73d7d50b3d2f7a45b76f43d23b0b5acefb9144d09fa5e551050ea7b0dc78b6ef5bd72b0bfadefed8a3d697d9f8b081ef47de722efd0f7bd899d457ddfbb68bdd2f71b4039badf36bc9344dfef04daaff5fd1ea32b45efdd1b398cde3b907261ff8e3439fd431192e907b443a4a01f188fe2a07ee00df4dee9072da67c3f28114fcde8077d4600ae1f1c48713f381729927e682524fdfaa1e4ebd00fdd484961d82414c5f5c34ea0df443fdc0b09b17e78462c0ef90623aad58fb0c37327fa11cbd195a21fb12d0d87fce855237a3f39625fbddf392a60a3a621efd08fa19733e9c764500918d70cdb3cfa711d08038c2b468396de7f373a49f4fed948faf5e31ba3974c3f7e267218fdf85434aae8c753a74c1f60a42a1a908c5c413f71260a2efa492e04ef268fa77f9c5c84ad787d6016926b7d504ffaaca07388eff5c175d0c1ae0f76f1c2a1a9df2856a7fea0543bfd37cdd78c1f48aef52152428f219b0903086ad36f141ca059154e2da3215b380d5d404fb35ef404c9a25ecca956b28e62427204653fbdf431a55ab903955fc558bc114aaf9841b1aad888b28c5ef18752ad924eebeb55a7f1da20bdba3dd56df56634d0e83549d833d46bfba24b4cafd511f6d57e42c145af9b8e1d03bdbe2da50e7d67ec5be9f511280eea0dd591f4eb4d6b290a4d39043b4d5f69becc3d88d65872b063a0b70ec173e57aeb3224ea7a1bddf5a4b725503999a9a66f9cf5158f0bea671f2280349bae06d7cf09a4a2334741c1344747e5377422d5b4792d28dfcfdf45296dfe7b4adb61568afbf05a84b6c385780da17e919912cca2bb943117fda2edbe7812f6d3f48b4f10ec5cfc0c052a7d445b7459e8231209472f6d855e6bfdb226d84fd32f53a3715fbfbc0ec5d70a67c2002bfc895caf28f2c1a195f7d1bda65ff99ce869e452c213518e286ce8a37a501a8a4ae67f4c21be1d7582d076cc6a130eadf2a49fbdea119eccd6c79e2658107b9772e11a4f3c81a35fd39bf0fd9a5c02226b03b0d9a85fe78ea2b87e5d2f4adbeb8611df5eb7909e7efd0e02f3ebafa238a8df60a430d9f086f0c48652a2a71b5fe0750dfacdc1540236ebd08ea7df5c84d605fd9666142671f6940be37aa0d8a58f8b220616b7860a7e5c3aa5edad97e8b9e25712fb8d2f23356ae70162273b9f52aceeda83b624fd6e292198ddb3290d25f6a799d8338460c1de468401f6762629657f03c226fb83299b1c78864628fdc1e90138946c47a836b929caddfa438dd165a14fa94da42ca52d01dd94f5e8f8d7a7eca19948fd4eb523f527a58eb4dbe8a2d61ffe4b2ac6112f62bf47d4b41f8ffc44dfa3fea884e0ddb11684e58e6dc4f680fed835228bc733690f9da88c7d77fd8946a4339df040eba8fe542e9eb6d09f194d1acc193d4ae7fa3366dab5677e911871d6460170ae2a519173c18473ce29e8679f5b48cae9b925d8f1d49faf8607eef4e7ebd04c9caf8b1d62fdf9c6b4b7cf9fa15a7b61239e0ed6a7d3eb97f51965c4dd2fae22ae70318d90686615bcbf509f19828d4bfd65f246e92f7fcbc3a16b95083c5c6b885d4afdb5a14488af1511b2baf6c61d87b2afd0cfce2e259e961346fa44ce03fa8dd7c7d10add689c8143b9dd48c5b8f994b0c92d7bca5fb77612aabd3d83caefed8d6870d0df26ab873e7f30b65df5f997a8fcdef126ade3ce3f827777bdec68689e130edd5b43cafcfddd783a587fbf8c149107f124e83d1c423d8a47ee6837d03f0aa61cfde817819a8234427c055709df173c242ded691e65cc675b08043e3f484f5fd89f9ebef03261cca2f9e84bd3bf1011c17b410e3dfdcbcae8cfd1bfda847d2b7df1068afbe21b1485afcf11967b534a3ac09b7222526fff914efece93bef15d7f025befe610c928794fb4a6e417d5c7d2001a7aef4221f7a12d3a23f41f47501afa5487d0d0a72ef48f65529ae8cfcbb1b3a8ff9c8e9e07fde77f24df7ea945dbfdcb4c92bbbf3c25c1f8db139236bf0f214de1c742d2017e2ca23af4d38d105ff978bc8d4b5fbe8efef1d75a3c79a6ffed4b8ffa3b8e36ccefc7b4ddffe4a2db4f5fd10ccfc4ea2bd24d38f4b751190dcd2562f0ef08d26643a51a78c6c050e92b36a00d762ff050b4a1b214ebb6a1f22cb45f1b2aaf439785c1be3ee2424395bec8e60c55b448750d556627e050d54e886a0d5595f48fd55aa043cf50ed16fa990c0e6350b332384c44ef8ac1611aca4586ea4370d71a1cebe076373886a34862a8b11b2199a1463e6a8f869a63b18163a879bd90865ea221c4506b26f66b0db556f15fed46d06ca87d11bdd686daafb02161a8db111d2e86babd106218eafd87bbc3506f245224433d25c24e83933dcaf006a7d5286d1a9cd2d0e264a85f07af323034a84af3e5dc1111b2c1391191bba1e172441d8626e934134dae614fc7d07434f20e43d3f598860c4d1311891a5c82e9e35d8328ee5df5e87337b82ea7c969d61e7bbf8616cb91c41a5ac4a0bc6668518a7aa1c1ad035e5668709b2fa2a1f558dd0dee0db06e1bdc5f226836b46a4a13ddaa0be59cd6fec8280cadd3b19d6268fd8b365f9b4534856dd2513935b4c9446e65689b81f29aa15d32da3d0ded3d289bb43f839a95a1fd1f14360c1deaa3c7cdd06101165683872bfd6c8f5df4f41e9f912b183ac507d0d001e45686ce9b10d4183a6fa394d639199dbc862e7db05a19baa4d3e474a9401387c1f304da590cdd6f5106e8d18976478f4d78e4d6d0331b4f8c1b7a8d47a26ee8f59ab249ef6ac8740c7d26610fdfd02797f6769f57d81837f473a789f6ee85d5ddd05f4b7bbbbf319c86d6625bdf30801c418601bf5009340cfc8f6675e0600acc819350b3320c8ca72d3ab01cc9b561505faa8f3ef769a70ded851d16c3d015f48fc32a90951b863f467dd530a21d0aa086918790821b46cbf19d2e86d1f35068348c7145246a18a3a662386636a1a1b10d11041ac65ea5291cfb024f9f1bfc9d28cbf9aba93efa7fa030f1ff60c2a1f1adf1a08361fc2174181bc6975100044c2ac3a189f508a54dec8f50d130514f997ca21121ac615243145c0c937611ce99b41b952dc3a487c80c0d939e501a9a1c48c1345986bd3943603b8a89c0ddc8610c81f708e74c394b5071ca65742018a6ce4375c5306d6c1e0e4d8fb5c3a119f32993cf588407690c21ce949904c72830051729b90b1d09fa085b5239110ea67c2f34a2b469109e45266d100f42ab9a41328290952412f990417214650683f4be0f0d3da7bd2d7d471f2f73a1a7974f4135dd208f44b3974191968643caed28891954c3b1b56c50ada520573b115e550f4011cea0d6a04862506750f6d52ca132a739842d6f83e6361e3537e88ed0a3ead751f6351ca198301453ed30b645b5c0603c805a87c17895e08ab190aa956908caa406d3748a2f5318f6ca0de625e8e33398e9fdb5066b5562acd66e443cade3502e32d86a12cbb405a155cd30b30f9efc37cc14a3c7cd30d3463131339c70e1ac4ae81335cc2aa7a79f1d823d69c3ecdbc43b663fa5da316726add09c395445e7e6e21d7a86d060420aa15a0248a1099444e7ddc006a1617e35f4b819e6a7d1e4cc3f49f92b4c4de831ec2605d3c2e344cac2f78b70685117c2858b066383d0b0885c3c86c5330a69682dcdfde28368cf302c4e2530bf38136565c39297047423c611775f9e483f68c529d4ac0c2b03a9c2ac2c4791d710e9401f1fe949cc30329e548cc8f7f8f26843541dbc89d610b5117db586287a99bb21fa024de1eaff6877c41ea6241a7b92be714d0f02356b7ad07e5ceb8a7e4cc35a111e8832ac73c0269561fd05ecba193679a351c5b0790da9515b2c54e6b68463c7c0b0351ea573c3b6aff483b6ff44cddd101f402436be001bf6861d3f88b024cca3fab8cb8cfaaa61177f63e230fac7bd5bd1d168d8b7138fb518f61d27a4b0bf3545e17e6fca00fbe96d9f86836d29989206f3d039523192c5b4dd9317a3d3d2905c42f2daa1a624cb1c3a45f83e458af2ad217533da920c69cea85a1bd206a11e6d38ac204079985e436b38924b74fe68234a30c70c544e8e856363dc707c1876750dc7d753c93cfe1d3dba86e3e568ab349c50e01962c3897b763874d29ea4a79347b1fd6438799d96e3245d9969387d91f4d5b361787d8ae16c3af18eb357e9e9cf354677a4e1dc0ce2eee777a1a5c270418ebd1343fa406cf318d2df534c641c259e76713d21beccd3a45a67b1729ab5954a79560191b24b0194ac2efbfad0d022745918aed4c55ea6e1ea350a936b61d81f325cbb463bedda355ac76bb748f8cf5e84d62b43f643ec94196e44108cba710b5d8886dc62c213b7a661cbc8702b063d22865b4fa9d6e6eda399b85d193d3586dbfdb0696cb86d26b1eb7601c5c49d80581cbab78036ccbd032459dc6f4619f3fe09faab07e788ce3fb844f4e1c11b8a8947434d38f4b80e5a630c8fa7d27e7cbc9e36df137a0b96e189d409879eb6c3d38886a76b48147f568d4a79a11dc97e859349542aba9381432f76113178719570e18bdfa40dbdec8eb771195efa5357e4e5777450195ed520a4501c4df9bef8115e9663785d4069e88d8042eeed380a80776de967bffb81de0243c97c3ceb6628794a18a0b421f18ed25194f84a17501d2add4eca43e9765adad2bdd47d783f8a36cc8701a43c7c50108cfa108f5e6bc387fda4d57e3885de02c3c706a4167cdc811660c3c76212f43e75a616c82733a1da4fa9b4dd3f3d2350532626705ab691e48f2ff5896e7d712305e9ab3b95936f0514abdf4d345fdfdf93e2f6a3367a7d0c3f6605d0d01cca263fdb127ffcb99fbeb1dc88f7c118ca4fe0f111c3af81b4f97eada236e2af1252ad7ffb93c4f37b056180dfe45f35fcd94109f9cf43742a192a5cf040baa1c29d3079451a55e48a6bc415febe261df35f5b6a0ffceb4ae0f4df79acb5c64a36b42e182b2d44306fb41b8fdab6b1b23bdefe63ac3c016194d1de1343ce58653856186395502c27c62adb50563656bd89b5d6586d3c1e8a36569b82fe7b63b512046e468713289c191d4a51d932561f8284d8583d220f871c7dd0bc6474a4cbab8c355d30c88db5a211df1b6b4f40d06cac530fc1bcb10eb5838d75ed11a519eb4ab0c96eac1b4353588f3a064627256639630339524a6383fd48c18d0d8ea08fcfd8a008f790d1b921e61c63230bd6346393ff126868216e1863d36aa8801b9b66a1726a6c7a0defa236bad4c4ec6b749987cd6ca34b02ea1346d76c8a9c66fdb00f636ce68f49c1d86c3a0a67c6664b680f35db81c60b63f3fe88d28ccd87d11436d7a2d7c7d85c5f86432d22505d31b6d88dc299b1453aa26d63cb5494108d2d3330931bddbe23da36bafd4077b7d1bd1d4d8efb218ac256ad31d51a5b3ba207dcd8661da234639b52ec3f1adbdec01b428ced2f222e3476d88e58cee8510b49bfd14348abedb11fdb3c468f6c8a688f72da569dbe232433769e42c9aa8b3dde1c67ec528a05ccd8e53b9e6a30761352f6f51a84828bd14b453fc86b090a4146af27b461bad744b5c0d87d20a25a63f7c1289d1b7b8c4259d9f85f02227763af13f4b37b55a09fdcd8fb20420c639fa948038d7deb234236f66d8a45dad877144a4fc67ec3d1d066f4ae4f413ea009760c8c03d650aa1df0916675e0620435c641c7683f0e0e42e2691c9c484961f03764f8469f0494bb8d431a60d3c5386c2025d16174bb94715814ba5c8dc372106d1b8777c02ba58dc3257836d0e8abc0ebbc8dbe16e40ac6115e543b46a8b0f3631c518a8d5ee3c8f928cc1a47fe46578ad1af265a508c7e1da8c2f875c29ea1d16f0d5224a35f1a05e6a8c5d8b7328e1e8eb65de398109ae831afd049621caba2a2e3df1a4538a3ff3ebc55cde87f816adaf8fab43b025ad06f0c688daaa231408f92be3120128f311a2778e08912e3c45a28a5182787115208ec825d5d63e0643cfe660c9a8e5d3763908c7e63d0617afaa07f540c83ed4534b48b2af2143b24fdc629f5b0af609ce28ef4c1382504f555e3d4b978219051309e2a8c602b6ac8466165427cc291b48784fb5143368ac291a719457b90ea1ac5f42e5ca3783fd279a3a4324d8ea417ed474924a56d99803080dc93caafbc07a10ef970d4c98d4a012a5b4665019ea4322a2b6ee290aa25ed345528311dd54a64bf46d57aecce1bd56a2a271aba20d5a86d85274a8cda40222cdaf9a86218f585d88a37eabf2389351a2a11dd322c442ba4d1b02903878c9154f08d3954a4cd0dd1c869b434c1db048dd6de5415ac66b438196da1c4326d3b29a5cd5c46e061e601148c8d332fd36f9cf9187d43c6594d8806ceea46906c766d64d2c6d963d0d8630ccd41cdca18fa97aad5bcce78dac2386f26e19cb08ed8e8358675f3a1a16f9427c2fe10685ef00e8d50c685b5a92a844be81f1719d1f7685c9448d2c0e2d514728b4fa1f4645c5c4a5b748912f52f63445b1e1a4d542422122f063646c4a3b2655cfa844ac0b21f14becb6578a8d0b83c0d5ba5c6957d090dad1c43cfb5720aaab0c695fbf1521ae3cabbd85730462ea1bd1d1d43303dfa142585e81f54a463ec9d7068557dec651a578f247565f506d4868cabb3d155675ceb455464dd7cbc54deb8ee28d187f5edb15b635cbf1e1bbdc60dd7f1f23de3c6ae4475375a28b96fea475b6193157b01c6b8aab4da713ec491b77a9294b2f53b31fc6d0e94bfb68d2754bb4d4f5c615b3e9ecc366e7b4b397afb2c527de2ff629bdab8a32b3dc48e8168bc30269c2576b2538fad2ce3ae9e54f9762f2450b3fb2ef1a1c43e040b1267a0b3de982840c9d5987890e05de279fac6c4ebd82a35eea9438072af236aa2c6bd7f29f1edab45906cdf2bcaf707c6538539a8a2da91548718585223daee49c1685e322637cda321115a938dc96a6cf3180f69b0f76b3cb496c84fca1a9223533d8978a646d167a5ada79948bb4c28edf042da1d47b6d37c1d5b40dbead80a12078f6d21d471ec2d4afac6e3e45f359ee84e45e7c47e6201a72ee19527c653afc271e8cc203cfb603c2327ae70660f8924670a283d9e3f42f1753e9788e7856a34d1e9b548384b1f47393a5d847d5163fa6cd2bfd2df11d04d2fa7c9c97c4a339125a4d4913587b655d61de20a596f88d75eaa4cc5f052022deda5b3b4b72feb453874a52695b92b1a2a275707d2b6baa6a58fbff69aaa684e0f9a899c4594ef732ea1cbd578bd2e9efa335e5f89960ae3f50d54adae2751445f7f870d42e3f5f7c4f9725d690a73bb928090eb852e0b63ee62aadb379d8878de1c45d8e426bdcdcc78731f95a65b5a6c5c1af39a5245ceeb4919f3f60dec9e1af37d680fe5a7508f223f83b668fe1dbc7dd17827007d69c63b7aa2cd77d28948dd6d49b5e3ae0f76888d7717e3411ae3dd753485f75d48cfb9df8387866107cf789fcc38c6fbc594dc1faaf050b4f1a18e70cea33f261c7adc9ae2fe712a65b982b9c4020ac248a12c3842e0e14975c25f4fbcd1626e7c328220ff93422a4d4fad84909f9928893ecb23e1ff791342a2cf2fd03f3e7f4725a050868d7163e129ea0f153ea5ec5b14484d84a26cb4d11b8beef13fdec736b5f1452f1e3a5c88432faf6047ddf8aa2645ceab2994a35f2d2521e8751f52575ef72721e84d15faf8b7026a6ebc3350f92da944e9b1444ef9bea482c4c1d2eff82600e3fb248ad50fc369d77e584151f8b11575623fcea26cf2c9979eebf344aac89f2753b2fab28df8e3d70ba4887c2dc3bebbf15b2c4de10f4f129f7f9cc0b30fc61f9729307f1450c7e0e728f4f21bcb2f52fbbcfc07c9cabfdd09b9ff694b1adf9f23e8ec3256b8105cf93b9dd2e3dfd524c3ffbd42d8f7ef17b4681aff75a394f62f86d4957fab4956fef706452553251fdc43a64a464c0a26bbb998144c76741f8ca9f2616c2298ec53102a9aaa1dc6b93755a3b7db981c9c31724c8ed108c94c8ea548f04c35e81d38a65a213885a6da5d905c9beaf4c5769da94e243d579d4c643aa6ba64e332394dc6f693a97e772c14a6fa5731df9bea97a140656ab0140d80a6062928f1981a1cc35d6b725e4b3fc8f922620053433f1f1a32a0a9cad47001e21c5393aa984d4c4d6e23d83235dd8bfbd1d4f4305ed96472a1172b9b5ce2d0bf6a7249a28f6f5ec91d87dce94cbfa9d524bc6fc8d46a3ac57dabe7c8e64cad0b703f9adad442dbaea94d67848aa6b637907798da89517235b5b3d067b51f8af2ada943173c9361eaf016c9b5a9630e963993472d8a1c8f40da1d1ed3314f983ab5c286aaa9d334e4dba6ce067c5f80a97302920c53e757d81e3075d94a91d3e536fabf4c5d4ac369e88f170e750da36fecb61241a0c97315cdaa575b7ce9b0c96b008abca61e5bb1c2987acdc156bca9777b342f99fa0ca4cdd7e73d4a29a6bed1688636f5cd465a63ea7b1bf990a9df2c94954dde317938d4ff1d45e1800e1934148c64d134806e7c350dcac66307a6c141a8cb9906d33120d3e01c9ad5c19f502737f98cc72682c9671a761f4c430623b2320d15a0fbd634cc1d8fad9b86e951bd330dcba7471df6170576d37021e268936f5daa0abee369c3f83e40d6641ad11001a5c9cf0e8d2a263f1be26893df152a997e1f513935f97d43038d69540ff41698460dc593a0a6d10b68a24747d17e1c7d15951ad3e842d4314d63fc29eec7cca3b81f3b0db19c69ac15cd12a6b1bf105999c675a1cd37ae0f3dc4b8cda8d498c6fd457f8ec9bf25fa994cfe13b0fb60f297d30af9db6869fd530803f8a753988caf4a2137be27e189f1eb681dc7d32df9a60025d266d3846188c94d13d4789ba069c2623c84699a701cd574d3a456f45993bae2c97fd3246f4a0a93f6d3e69b5c9d60e7e4186c799b2627504a9bfc914a53605b54154d811fe9b38212a92a049da6590d7e476828f82bead1a6298da9764c09a23c316d19ba9e4cd34f6367d13463260a08a61957a9c208d2690a4551e8a93189f7d1d24a46a1b2659284a28468927c251c2d1d40c84a168e9a95493e0af555933c88128cfc011556f96f7a7ac5240a5fc5050248ea19b4ad347be81b75cdb11167d2b5a38fd7f93bd1502cd5214373ca4c867d683934193229cb192f8970c8d414bb3526734b42eee6d6e85d319927123b316f4161d6643e4a1bd95a9b00927521de19619aa90fa7a1337820dd34e7208aa9a6397708b9cfed45d57dee31c2aba1efb1eb669a1f8f9e07d3fc7d8431c3baa2cdc6b4c0810ac50239edc70597127068e10074a59816de419b8d297c0eea26a6450214494c8bdd284c16db88362fa9826e06d3d283045796bdc60b484ccb2752f95d59052557d3caa0321c8adc8afaaa29aa1fa18ea8f9940ba3259486a29fe3f93453cc172a1431df0916acba49d9648d3dbeebcfb4b623aa2ba6b57403b369ad82567bad1adbfaa6756ec458d7a5d05fad9f47e577fd1922781bb752b5da7885aac2267a0f8b69cb45740499b67ca4c88973c6268229ce07db4fa6b829947de3d6a0d7c7b4f533b6374ddbeee3b103d30e57d4ac4c092528fc9b7636c01312a69d9dd09f63da798a3e6bd716b4f69976db13b9defd1f3dd76e9589866611a54c6c42df98584c596ecf7e54154d7baf5031dcfbc50787f6d3db5a4c078ab183673ad815d561d3c191547e9382b121614afa4aca43b296223a391b2df9a643ce047d0e3d44338e29e533b1a6d409d84f33a55610684e8ba5dd71f86a210e1d794700fcd85eb4559a8e57a7cd77bc11fa0b4dc7efe21929d3f17f1426277a51c63c21a1d274e22db6114d27ab12be3f1984de28d3a9566884329d1a81a75d4da76454584f8f218c793a14efc8369d194575e8cc4ccaf767c2501d365df020bc7a4143a2657a0f9a89f4c134abe93e1472e90a7a88f408dab5178d0134b486c49b8b8708c25e7c493a539637ad63567ffac6ac09a8f29bb22611b2cada40dae3a59a783cdc74a90b51f04bf1b13874b93ec9ca57dc086c5d91629bc7746507e5afab5548bdbbda897493ab2b48dabcb68a105f7637daa2d9bdf0222c53f636da69d9df4943ce59421a72ce1fec109b6ed42261f6c6150af2dc159401720f116bba799850c7adcbe13894c7ccf0764392ea6ecf20b8c2970198ee3a62cbc8743705ad31a67b7f88943d3885e7c04c0fd2f13239d3c348a2488fbc29fb3e52539814ccc29bbd4c05bb499f284841ffbda9e00ec9dd4f62297c9f562191f7e9103c76607a5689684d610ef18e178d29be5eda538279d9173bb1a69723e8e95f6e2479edd51c223faf1651ed283e4ed0e7f54fd244df74a476ca9bb1680831bda3deafe95d4b7463994a5209c296d08912d387684a691f6b103bf9984c19a0ac326180cf3b28217fe94ed5fdeb2a9236bf5523e2f9ad3b76fa4ddfc6d1e6fb26220df9fb668251dfafd00a7d7f8ead52d38f1a94017e8e2166f873933b0d1d276da8bc1ae1e87233e589f2ab44a47eedc18347a65f69c4f07f5da659fddd126d36a6dfff1166fa3d83aac2ef3b0938f4672c61f23f56eac354b4c02bc14c151d2903540ca484fcb71129cd7fff10fbfdd71ffd00a67f23896efd9b454fff2f0f754c73a59e3813e64abe687a31573a8f662f73a51c9465cc95eb63dd3657f6421c6dae3c016fec31575e84863673e5bb586bcdf6d7d03f61aeda1bbb6ee6aac1784b98b9ea252c86e6aae51898e66ad5d0e366aeb615539ab95a124a036687dae879303b4890199a1d56a1726a763885e8d15c7d0d9626b3a30f7658cc8e2bb0c96e76dc8b877ccd8e6f507133d7ec84965673ad1ee8e537d7ee84077cccb5c3f094a4b936bdf6d25cb7293d57ddb679347401138cd929042dd3e6fae71020991bc420dd323bd7a0f0757646e1dfdc703c960073233b6cc59b1bd3415373e3db481fcc4d4db41c2ec3b0fc9a5d0e621fd9dcec23727773f36da820999bffc6da616e21c556a9b9450e3d6acb3c3cc2606ef908a1a2b9e507d473cc6e71a83399dd37604536bbc7a3f7cedcaa37325673ab9f6938d466111e7f33b779848a88b96d02fd63bb7bc8d3ccedab206d36b70f40ce67eed0075d75e60e71a8809b3b9cc3bea8b963654cc8e68e4accab668f0d9890cd1e6901347484b25c974c9afb2e97b1e898bb36c27bdccc5dbb23913277f546b862eefa10bb48e6ae5f290374fd8bf29ab9db2694fdccdd08219b3de78a68e832654caf59f483ba8fa054db7d12824073f739084ecd3d5a5272ef21c09a66fe6f18a5daffee52b2ead90191bbb9e741fa8dbd7db1cd63eed3162199b9cf0a8ac27e1d50c836f75b4cdbca7b337da3f70b046ee6fe224a1dfdd7a14065ee5f8c8cd53ca019fa44cd034ed3730d149970685014d5a1c1522a733e9f91f49b873ec24bbfcdbe2afad92387d2cff6f3c3368fd96f252a22e631abbc68288b10ccd8833e3494427862dc5cda56e362e9b9c65d467bac795c116de4f19363696819927ef3f82c14d8cde34b51a1348fff84c4d31c108612b5392019754cf3042d9a09cd13535140304fbc4ae57752185a3dcc939ee0953ae6c90128cb9883dc5166300759b1576e0efa148e43c123681da71c4116609ef298fe6aea297afa691f08ae4cfb856aa779fa7cca723396e2c97fb36018cdaa30968a8ef00f8107d104d4c9cda20d7860d82cb6a71c2dfe4ddb4ada909e4b1a4dc550ba17c554b334959e4bde00d515b3a2251e2a342b18ae28cc54611429d86c342b2a9ae290b21be57be548da7cca34ca72aaa7046a347aec9d9835f391ba99b57ef4f4da5c8a7bed1d54dcccba6934f7ba249452cc46213a10ccc62c4a69a6284a7ce6fb1400e66768b3319b3fd1c75b4f505eb5f951619dd987f2c4cc086c5299e7ecc04eac79fe2b249ee6b0fde824312fb884170c9ac387e3593773f864a4e0e6c5a104619778134f5bb2024f369a9724a2b66d5ef21a8f0a989735a5f2bbcc8852b079f976f4f29b570c4489c7bce2056593956584ef236be1711b73e456d4e5cc91f1f410519e9486a26f10298b798cba9c39763c2d6d6c01ca0ce63559f4576b9ba1c4635eabc44b27cd6b5f112b5ffb03f509f3fa1a783ac5bcde9570ce06373c9c60de588d32d3a66e049a3775273abfa907690a9b5250d9326f76c46307e6cd97f0a08379f31d02485bcca8de99e31a534a8b9b8c163a739c052f47336f95d0726c93a17066de2e21b560bb9420fff6159431b7dfc00e8b79fb4df42998e3afd13fee682da2a1b3d8d53527dca3df98f0886675e7677a885d19d8ad31ef5e46697b6f370accbd0aa2f37b6712d8da7bc70987f6352636b7af0311837d31946af7fbe21d1be603f4ca05f3815c5461cd077db02d663e7819255773522d02814921343949a978c8d79c7496aa7bd23514b2cd49c554f9929b106d4e76a7a273289a92fba14d44d40f5da1c939948f32a939651db683cd295b296da7f621e8937a80765ada30521ed2c66363c99c164f417eb431f64eccc7ef123138c1acfc641a55f79369a4509efceb8543a796126d3ef59b52da69070248a7e92d0ce6d352523bcf2ca42d7ab60f0954671f123b39974d5bf4bc2715c30bc30829a43f45438839632c2935197af4cb993356d26fccac49f531ab152af3e64b742585f97263d2f82e0fc49691f9f23c6273971f53f6bd7a89b65576357aae6c0f52adb3775382c999849d45734e24cd6a4e6a1a0e5d6f44717fa39cb842ee381abad988b6c2cdcb04b66e55a7dd714b40d8f7d63af4809b6fe5d0dcdfaaa0d2747b502c0ee5d7a39c93afc21eabf96e5742c8776792c87bef01419ffbcff1aa58f3fdefb4911f72f97d7807fb69e64727d1be687e5c9b44a5c7bd69f33d7e4560ebf13f5aa182626ca7980b3e531a7a429e2df39317f48fcf52e9673f7b4280f2f907b438999f530fdf5ce84490aca81e76f0cc451b096d175dc0eebcb9e81eedda17e7889dbc6a43f2c7ab9ed80e36bf7a825d37f3ab4fd87737bffa4e3151dcb90c87de05e2d940f3bbe5b4b4ef7662ffd15c1a47ebf87e32fda00fdbe9e33fc606d0d04e3c04602e5b424ae0e75604443ef7a5f8fab68e22fa1b07d3f7ebd8df36ff10a23bd2fc23827261b92beda15f1fa99cfca6ab0cccbfbf6263dcfce73495a6bf21e87133ff33d2a3fe3b8dd9c452a9359e29b3540a45386cb10b40d461b17b8b28cd52f9140aec96ca17d0c461a9fc19f790c5de0d7b2716fb337800c3526537124f4b3513e67b4b350b32698b8313fda0ea72bcc4dae2b814db3c961a1d70d12c35362108b4d4ac8969db52b363210ed50ac645b3d48a40686da95d851ea2b63b9a382cb54ffbe0505d673b1c726a83b0d3e2341f1b7116a728b4d059eadbb06e5bea1f4701c1d2a00fcaa4960636ec2c5a9c1fd1d2366c494fdf70064a1696866f11cc5b1a9d47638fa5712ba4f396c6b3501cb434fe807cdbd2b413a2474b535fcce496a673f1c50c16979e0934741ca53a8bcb2f44b5165731ca7e165705160a8bab1137b2c57527856f737aedb8a5c533ac3096960e983a2c2d7b5100b805d1dcbb2da61fd42a1865194b2b09b6662c6deaa30e60691b8f9a95a5ed23d4902d1dda235cb174d88427112c1d97e2dd6b168f4a944d3c262210b174fa4693d399acc996ce51a8765a3a3f468f9ba5cbab0c1cea668f2289a5db500a806e1a64bf966e26fa2ccf16d8e9b7788e46866ff19c84a8d6e219417fd53d9bf6508f2594d2fe2bc3d362965e7d91a7597a2d43a9ced2bb33e2094bef325aa13e3bb08a5afa36c5f26be91b8a70d8d2f732d6474bdf3fc8912dde0d299bf49f8b5a9a65c0386c94580606a11e6d192c415c68199c4d433e1aa4a796e1741f8cc5b70765135f3136082dbe4b4d34b41ebbba96114b51bdb38c6c487975a42f124fcbc8d978f8d83292de6e6319f98356dbcf17155d8b5f327d961fddd76119dd1fc508cb185d190ef987d15ff9dfa32a1a700c41a065621b54022d13e554e626a6e22936cba444d4dc2d93bfa11064096c46df1834107dee96a0db486b2cc171947382c9096799b29dc0d694e79431a766a13e6199a6a2f89a4eb7ed5a66f44693a365c62c020f820c3ca26c113a524216d646126b11cec3c37b16912f157cd1763c526411d74755d1222ea7cf928ca4c9919ec04b562cd26ca435165947aa8fb2145a34d9498a68b933deb365917f41038d456520e8a3da8706668bea161e88b2a807532e542fa794a63e4e5b41f387d6512ba3b4ad6b4af5519f4079c29044b36ac8c17b572cc628fad9c6b594bf4ccdf120a0c5341a69b3c5f4142d0216b316fdbe16cb102a275607bc88d4621d4ee16b1d43c8dd1a4419c01a42016015a1606cb12650d1b15da10433eb27ba102db31d083dce8ec2e68665f60614fe2db393f0a08365ee3334845842d3082aceab1c4b432328e7cc7b49c83d6c019eb9b62cbc8d4e4b4bb8196f0bb784cf429f9565b13d1e58b12c9e421579c918626011aff1a49e65e97894102dcb2a137f5ce646596ef93534a1595654a2205f719e66626512aa649695770876ae2ca39416694cc3a1a8f1142651c7f1662f4bd44bec6e59a2fe12688e1e8cca8325fa286a8f96e85cb4555a625e6173c3b22a9ff2c4eaead83bb1ac1e47902cd69e5047ec3a22fdb171946ad7ec423ddab2760b6ab596754128c259d6ed26f0b0ee14aac3960dc1e88db26c384ff571636bd4ac2c1b9753c86d2c4281ddb2e93595a6cd55b02d668973c2b6ab256e244d4edc19f40358b636445bb8656b29fdec6dd99499b67b51006cf7432dcdb27d1201b7784f9a9c78137185f855b41576d4a3b9dff196806e8202856ccb6e6f6c535b12bba14dd092f89ad250e20fcaab7b1ad10aed1d4e3b6def46ca39fb5a5061dd578a5a9a65bf003b0696fd32bc3ec57260005e8e6639589916ede0775aeda4f1840b937ea05bd992f49bb67b7213dab5c9424a43c9a7e9e3934ba9e81cfa8f44a594af941e5307a36869491d4bdf98b68c72ce91aa24a51ce94e417e248b32f9310f74af598e69b08d6839ee8d8e46cbf1f9a44f1cdf4d55f4f859025bc7df53e23bb908e56ecbc91d144ca7e955f496d3d9b4154e7fc01eabe5f46ff4d458ce9c23a07b761395930b7d294c2ec450e5bb70055fc361c90822d694914b003cd3979e3e33879e3eab32a9185923680f5d71c19367962b3e041eae5c2469e0ca0fda7c575ba2bbdb72554bd0e76a7e190e5df342b384e55a129a5e2cd7fe24e050f6496cba58aed7c486bde5ba2be1fbeb2d0b69e82a5a2a2c3764786b8c25b739fda05c77e256b921b41cb9dbd14d6ac96b4ba4ffb62725e4db5a34135af2d3e921f27368b5ef4ea7d471f712e9f7f758dbbeff1fdaa52cf74b28a21f907bcdf2e03bcdfdc30634858fe9821b4bc157faf8674d69d73e1f84e7022ccf55c4288a5c290d157520ec5b144945bae83821f7a27c42c8457f48ec7a313580863652997bd59b3eeb5534edb4e2df2405bf11620fdff28e5b20250da8d550ba9a12ccc776785cd0f2a92f7a1e2c65a144dd3ecf45eb82e5cb784a435fc468b3b17c15d1e6fbba8e50da377a1da7e55b0eb6e22ddf8ad1f86af99e4b41fee32dda502d3fde11c9f8390dbd6496f227b4d37e3da6f8aa78455cf4ef3ebc8cc9f2f70e6d857f8e9414fe35a68fff97852abfb5524d9c1c6ba563e869b656fa83eb68b55b8478c25ab904c1bcd5be17ca6bd62a9e08a3ac0e167c8988b53a1d8ab6564f43a06b756c8fcb6175bc85fa97d5f105fda01aeeb868d61a67b1db6cadf117ef41b2d63a8b79c25abb322e87b5b6160f01586b1b31af5aebac43726dadabc3db7fac75bf2208b4d65b8ef2adb5de4e44c856a7b39886ac4e79d832b23a9561ac5a9d3e23c6b4d6df8177fb599d2330c1589dffd2a2350cc28d6c6da843e9c9daf02f02116ba3da7634f40d2f50b2362ac7fc656dbc9e62a2f126dc0ad6c6dff1a6636b93aa780d8eb529b1396bd3b69814ac4d3ba0f6686d5a800679abcb5e7a54977b98dcadae63d0c76775d56142b6bac6d20f72cd40cdddda6c29d66d6b8b5f14006e2a7a08b75ba81658ddf7204ab3b61a46bba3d536ca26ad2e2098b7b6ae8af7ae585bb7c2aa606d6ba5d4d176a9170ddd4571d0dace9b3eab9d158d50d67671a83d5adb9d475c68ede08ea0c6da2186365f87523c2263edd4d389860a11805b3bf7c09eb4b5731ae2686b97c198dcad5d2e208cb276ed4631e1d9035b9256cf2128e95bbdea532ef4ea8e6aa7b5fb282c4dd6ee6afac61ee1c81fad3d96e0f9346b8f2d221cfaef150ad9d65e1eb4b4bd3821f73d866a94b5ef4f045bd67e1f515fb57a2fc2b6abb57f539aaffe0aecfc58fb97b8e3d080b5f41b07ec4483967560205aafac3e5f501ab00eb98cad06ebd0abc891adc3a66277de3abc157a1eacc3f5283d597d6b627bd3ea3b1d6d95d611b1345f23ab62efd73a528ff73359470dc0a39ad65117a9508c7a81d62bebe8ca48e7ad63890f59c73da45c38ee23da0dacfe975041b2fa3f46ae600d68964143463ce2670d08437c6f0d7882fd21ebc4e3b4da136fd0ae9d340161a7759210ad31d649b13e381438040ff95a83125170b1065da09f1d5cbd8c8616a22dc91a9c48e931b89062758a1da5ed29ee94dca7ba53f99dfa1fda0dac5323f13e05ebd4339460a66da73099968adaa375da6d344b58a77b52759fe14a997cc6464a5633bea101d01ad21bc52e6bc80ad414ac2105145f0277c272c2bed8efb08aaa50448bc4c815aca205d84fb38a7fa22e679534a7222de94a6122c9c76b8dadb2187a08b9017572ab6268210e2907503154e6a0286e550fa4f0554711c6d4ec2208ab798b54d7aa9b4f61a2db4a4babcf40d9cfaa7f4e69c8e04d68c8984ff16592607bc06aba81faaad56244cbb4d5929f8743d659d83db55ab7a0cbc26add4745c75687c88fcd8f30f9ccfd040b66b542d1d23a6b31baa8adb396630bd73abbb189865a124f9b7d9eb8d59cb6e85db1ce89246638a79476ed5c473c3d609deb8c229c75ee345ac7b9eb084f840e244c1e1a49111dfa00dbc1d679726c3f59e719d11b659d97495521ac135e53620d7b4080724118fa7dad0bdb629fcfba70160a2ed6f043c44e160da392b96804658045d308762e1153444734c2ae8835c29572e1d2550431966e24ecbb6c385e8f685dde80f2c4f2d5786ecebae22c31c3281734ed59a35aa2d3d21ad5939636ca879636aa201c87a2ed293dc6285184b3ae1a80277aadaba651fe5a759d08cbeac568f5b0c636a6608aed440939b69c1e628d178abcd635d4d4b3aef9867603eb5a4fc2726bdf535258778eb4a175376923afaf854e71ebfa5ed833b4ae0fc1e68675fd623c0f63dd50835668c300f49b58374e260161631049161b83f15c8075630ad5a18d7729756c2cc73b10ac9b1a52adddb40d1d08d6cdeee809b46e0e43edd1bab9984ad396b68486b68c2018b5e50c91d8b85e84bfb676a23db4cd9e30d3b64178f6c1ba2d942af2f6c6d87eb2c6db13178ddf9f4143f7d0de6fdd518fc8f50e7ab5a735611a55980409fd63c2433c7a684df884a7f5adbb266253cfbafb12add0eebb9460f69e45f78775ef7d9278f6fd43ef9df580149b54d6835bb1ff684d6a8da6506bd20ca26e491aca98c97589a8274f2aa3a1a568c7b32697a0a9dd7a88fab5d6147b0a8094a194ac52e85da5d6d4665461524fa3b3cb9a768d60545a0555e4c30184860ecf4163b5f5f00eb4c6580f1fc59308d6c3bfd19f633d5a9976c7b1e7b4458fb724127b7c3485c9f1e994e54e88d15f683d318764bf931db0096a3d194018e0e41a229e27af904e7e2a80eaf6a9e94e34b4897ef6d9666800b49e15934e7e368c90c2b97d24e85da84e393a7d240553460b7aae0c0d35112eee2345375388070aac9947489fc8aa44753b6b0fadd0a518d2442f3727c87f454adbeaea52ec195aafd1cbd2acd796e2c15cebb50caa56d7f27d7028a729cdc47515895d3766a3b9c49a3b110da6d6dcf3047d6e6ea0c29a578dd2765e6fd2bff2065314de2ea50493df8290fb9d5ef4a8777c69e8ae06cf2b58ef354363a2f5de51bcd7c77aef14d5c77b6789813d7027fef8b039318a875d08c13cf4a2887e1848c1f4b09c248b476554ad1efda672f2b809c9f08f7bc6d2d032c24c4feaa3afc3fa640f7adcac4f3e935ef8f41a418cc2ce549a0a1712472e3a4f01f0a212a58e17fe2447bef847a8e36534659397bf8805bca2f7ea5a5f955344bfae4fbd93d72dd1b2637d9b4bcbf1ce91f27d4955d23a4afaa031d15a323781868ea379c9fa7e34de0b6b7d9f46e8f1c3489a898f56f475583f35a234f449450ff1298bfeb1ec2beda1b26ff4b3cbcaf18c81f5736fda699fcf11d0fdea49c9fd9b2bb6e2addfa26985be5f265cf843473beda70bf6f0ade59548c5288fa02668f9523b1afa4c735ffe9b04845f1d4998fd45770e5a7fc5d2cffef50adf2263fdfd9c80db9f30ea235704e165abd68a44820515b9a46c55e491c6f7d73f0087fe918bdafa6f2c0967ff76e0e4d8ec2cd8b6b0d9e56285b1d9bd47279ccdfe25aac336fbbf28f1d8aa94e1a3daaadec19b556dd53e6230d91cbc105adb1cbc91c3d81c3e20c6b455b7c74261abfe05a9aecdd11135059ba31051adcdf139ba526c352250f8b7d5ec8e19d356bb295e7a64abf31213b2adce2b6401b6ba4bdc71c8e934a6345b831034f7da9c1528e9db9c7763ddb63967a10e6073fe81acdcd6b01d9e7eb235ea87a8d6d6783c6a56b6c65bb0b0da1aef47a5c6d63405b982cdc519e5489bcb1b1f1afa8270c5e6f2155b5936d75398dc6dae79286cd89abba19e636bd1238f86862306b0b90d44c262736f892aaccd7d20855cab46d8d6b7b51a8648d4d6ea2036546dada3f0eca9aded6bd4e56ced3c9035d9da91bddfd63e065993cd43495bd42314af64b57572471660ebfc05c52e5b17370a932e29c8dd6d5d75d8dcb075bb8d54d7e6791a819bcd6b2f4a3c36afcb58b76d5eb9d8b9b6f5c8a315fa2f1b11b2ad6714f20e5bcf5dd8e6b1f53c8f98c9d66b06de6765ebf590d6b16f286dbe7e16130e799b90d6d8fa3fa794362084b6d5c0ae880b6d03fdf090896de03214bb6c038b69c30cb24788611b320cad7db6a107280a8765a36e621b5e959e7eb82b36d96dbe0dd14b66f35d8305dfe67b1671b4cd371b0bab6da4210d87463744426c1b9d87e2a06df4eb0c1c1ad305ed06b631bec8dd6d63fea1ba621bbb9a9663ec3e4a30638fe0c515b6b1c7a8fc8e9b42fb71dc3a6cb2dbfcbd696ffb0fc6131236ff17e8b2b0058ca5ba1d108040d73671013dd7c42f78d9bd6d32bd0fcc36b911e5c2c913b16d610b3c489f15ac41b5d316bc1c5b0db6e0378534f413c5415bf05f3c38699bba9c5668ea6fecfcd8a68d434a699b4ea4cc36fd0a367a6d21ef11fbda049dd054651374a115124c20f020588698dc26f6c3db206ce2e5093824a981e0d426a985cd469ba40fde84669376c7839336d96aca4cb21794a3e5b75130b629565091567aa361d2a65c4141aeaa4b995c351481ae4d25a54553d72da3a1196885b4a93391c4da344dd01f6dd3f44699c1a6f1a615d2645309d0b6a5c4a7bd4641aeeb4b55417f9ad090b111a55af34d2a605667d47d6dd6e6044ead0b68d166aea32c372b9f36f2accf787ac036a7164a03b63941841ee744d17ccd2d42b5c036cf917ed03cba26ce36df379c8636138e9eff07dd1fb6b05684bfc202094f844d25921116473b2d2c3980861ea306635b40a2b86d412e9e02b185f7a3450bd7a127d016ae477bbf2dfc3276886de1afb1016d5bb48530e6920b28b9da223622afb52d8d428e6c5bba03b9bb6de96fd4c96dcb4621dfb62d7f81d2a66d851355be95bf5007b045d6218c197981907bd46bcabe31e1049a575d2758b0ba045d16b658472278b1cda86ec76ec09e8e2d7607aae9b6754da876acebca4302110eadf745e5c1b6a12df1b40d5d28af6e282618b56939f6916d9b7ed35f6df12036b7e50d9e74b16d5553c6dcfe9dc237de815840fc56026e3b16a05fceb6632b1a686c097e6890b72598b0a16a4bd841fa44c20bf42ada127d69ee130f52edd8a3c3d6b26d6f65da1dfbcae821f60f400b9d6dff24025bfba328a2f7c751b23ad08e76dac1ea44459252f184972dd90daf21b4253f47b1de76e81c31c343a584865296d073a5ec245c98924f719fea444834ad090a8db6347aaf882d2d9bb6e8e12ee800b51d36a3f3c676f839fa1e6d470a4d3874d49598ced195c4748e7e274876bc1b55bee3f3481b3a318d94ad131b29304fd6a6a53d194262d7c94594b64f7743a5d9763a86e2eb740efa736c6754780ad776d64a08f9ec727aae73f6b4ddcfcda7cc74de87549ff34f28562fb4a3604aaf4d0f917e94105f7a11f6f06d198d0920653c239476f132edb4cc1c6ce0d8321fd256c84aa23d747906a5b4cb66922cae0ca56c72e52e65b96b4328eeb3734967ca694cc194a3a7e7ca29433bb1edfa30e26937420992dd3844b2cc8d27a42ae6ca485fcd7d4b30fde63434aad8f27c08f1e5ad76a2a11db4d36ed7a20c70bb3b15e9db2b49b5be7d827261be0336116cf9a9a4dee567e32d4eb6fcafb41fefb424f9f62e5d6f61bbfb898acebdf524dfde3b403fe8de19bcadd2f6a01589e20f4209933f74c31eabed511fecb1da1e55a0bdccf6b815e9398fe9325f5bc14abc9bc1564096695bc1416227054769569fd624b4fdf425e589675e449b9ff5c7a361b6c24e247717f52301b4281d2faeb0bdece78343c56e44dd8af7138e7e7d8072e1eb7fa49bbcf5e0a1919457df06129d7f67c28ea7ed5d34c1f49256144ceffb135c793f9fa6f07d01f18ef7cf69f37d1c4f7ae1470bfde3c75d841e3fe613c4f83493a6f0731065cccfab29637e198b362edb97f1f4f15f9dd10a69fbf1181b5eb69f6e8538543e8466b5fce1ffc8baeeb89edf2faa32a3c896422222232bd9459190b25256569410f9ecbd27b22923229b6cb242f6ca4cd63732b29395f9fbfd7dcebff7958ff7e779dfe7de73cf39cff32146a4fc29513c3fab7a51a8178d94bfaad218f8ab3925c05f57aa5f7fdb52e1fbbb8b1ac53f0f5a897f4a04cd820a35b0490b2a24e1a02ea82045f392a0c27944b50287b4540c395ab16f0b9cd622fe12381d40865250b133621341c5e158f80415e3d1872ca8b808491241a53ea8e0092ae9f32964c6ad20a844bfd520a8ec8d8394a0f21d74fb09aa0460bd1754b161e608aa646450e81166a1a06a5554e70555bbe2312041d510ec56826aa7d0cf24709e8d9849503d06fbb6a0fa22443082eac578905950a339b613418d58e4010435e6d217aa5142c9e4e28dbfcf277049c2ea2b70d121f52470d981fa90c0d5137b87c0750225a6eb14e45705b5ea233f21a89585361b815b7dec3082da0a347b09ea38d14ad45d8d872604753761a310d4af866497a0811be2094183eb38820b1ad6403fa6a0e174547e048d86d24b6bf481f6907b5bacab02f7f1c8040adc5f212e14349e8c938ec0a30b56398187143180a0690a5e102168e6859ab4a079113ad8052de6e15026f019831853e0a3a25ddbba0f3a5c04adfbd2ffe82ba0afdd662b65619b1dc89c0ada46e3610e41db58da0a7e5be821dad54183a9a01dfdba8da0e3023cdf21e828474f8da0537d9c7e059d0438bb0b3abb5135e9dc154fb20b3a8fe2bf4aa0efd85980b65d41e7e738950bba48e921ba9cc3739982ae3dd07f2fe82a41ff97a0ab127f1c40d0ed112d4e40212d61c0374ab9ee8ff0f74e04dd3fd0aa067a53650a6c85c3a2a087046fe210f49051a3e8b9959eabe7172adbbdbed316eddd120716416f39c21541ef7d88ef05bd4fa19629e853875e5adf1e6e149a8ed4b9a0ef1ed4ca05fd1c517513f41b87d7f30882fc90a11404055032058b10330982f7a2bb5bd03f1031a620a42e1598105faabe212b714616845af13a36c1c04b3877080639d1aa0e9a81948560d07b1ce70561cd0959854552650a7744114110de1b41a0207c06418cf02b48f10886b822992a18128e3c9360e8005aafa10371ae150ccd421c2d18fa067f074f30ac193a2304c37a527f1c16447d7bd820e40b05c312285787bda1ed1e118e974e0a2246137a8cf8948ba1e14978624930fc16b5dfa8d5c8ae08460ea0a6336a0c72438251167ad4d1e4a2168c1e8ef280203a13d97441f457d49a043121543163eee1d02f88dd4ac56adc4c6a73e3bea0df5730c119555dc1440f74d60b26f6c0f36982891aaa4c932aa0e75430a927b5a6b803d415263b11f69dfc1ec520c1d4ee38950ba62ea25e3b6d05f5daf83a485908e2f7115c9951813672a2860a5fe27514c605494e386f0b927c280b67b745438860f629bc6b5330a7269aa10573da53cacd31a1ba2598f39caac99c3f68a910ccad497875ee4baaf7c939685615cc9b8184b1605e2135d6f93e0428e7fb52e9989f4f69926240e3ab60414b6a4d0b34f485161c23682d7040fb8f40d80b3d4802611c5539d101ea43a25c241004a21ff410e2af48340a24e7d0dd2d9036a085965e8cc3902c8e063c593272430259097518790b9af9545194beaa0fc8c20ad4efa9c068488813686ed3b6d25ea366a87f89c61e8161314d27863c620b4c2d698b5aeed090611d817a87c03a0e297d81358db695f503350a5b354af2856ba9352da143e482255f092a2e0da16171d961e45705cb6368745b2e44139a60f9262a1dcb8b89bc59114a70656565d4d3042b9ba27f42b0e618bafd046baea29153b0e60d7598b45e847dd3c2a8a7a5d1f934415a01528882f4345a89f4ed78638f60dd3e2f0cad7745038d60fd42e273d66fa2a17fc320ea691ba6e3792bc1c64634786e0ca73db4f136d158998709f267de21e26cb31bc1bbcd73692b6cbe46a079cb5614700459bd917317641da2f7987581b6d5d68e44336cab41b4ccb6ed68b3116c8f428ba660fb799a0276dc278cb9b3231ab4043b97539bdb5589e0ca9e0fe81111ecd5d1c7effd4f8da1035e2835080e8c25e873d0118d048283d3a8de1f5a849e53c1a1c5446d1eda88bf502038dc9476c79122ea30478351a3101c3d4ea5e3583fb4ab0b8e0da77928278716e7445fdac8278c483e0b7263e9d59e1948fbf1cc2034e308cedc25bc7aae1ffaf804796d510313e4f5a4a290c7ac755e2a1e6d15e4adcca750311ef215e4bda159e17c00d145e7e7138578de42e3fc791bd5d50bb19498170c54572feca66d75e10741fe8bd984902f49d03029b8f48d4ac7154fa2bbaf5ca5fcbaba154517c1b511781c55704d830e76c1f5739498d76fa01a28b8319bdaefcd4d2878096e7e26a6e65612c1825b6afeaba5a848096ebdc9c6d06d0f7a883b93501613dcd1a377587077366d85bb4f50cc16dcfb4d5be17e2fb4ff08eeef25e2ecfe3da2950b0288082ab84cb3e8030ff4e80a1e5c21d859a8c51bed040f6f50023c1a944a212321e4c77adac88f6d043b1fff2520f26421e1fb274554279efca0f9f1e90082c34f73a820ff9789be21419198b2b0e801bdc7e2a168831014cfa309ec451b74f1085e8613847d69a587785d428959e240cc56495d3c402628994a2c590913086faad3aabe6b41d5e4dd5b9af9de77439390e0fd602ac8efc7a2d22f78bf80ff6a2915be0f4eb918fab8809ae1a7346a3a9f4ea2ee2e28d5502dfc1c42d5f7f336da0a657459a1a0ec8e3f86becea2b1e67b6b6a14dfa71082f9fe9ac069794b2223ca075305288fa2b75d3e93a6cc9f19783796e067369e4410fcbc8cb670c1af0654e57e6908defda2230c82df811918fad3814ac75f6fea0a7f3b539df8974053c0bf53e8f6135698812b21acf017bb95d0613d2ea1d05187a39bd071150abd42c70f0e18720ac63d24743a892489d0e9195a808515e7e1cc27ac28455382b0e22e3c572eacbc06b53961d5086c3ac2aa2f112908ab9dc63d24ac56821385d0390a6f4c143a0bb1490b9d37d1d33b9fc0e147e89c8b1b4658ddc58d42b3107f09abebb0880a6b2c4433b4b0c627d41584ae81e85e13bafec43627acf93a0e43b51660fd12d65a84b7a10add3e22332facdd16bbbbb0f65a14a085b56fe26fcd08eb74c4dd21ac2342ce5d58cf804e3861fd26e8c510d60fa4c5a94f9799081bd4c14be5850d4b71230b1bddc15144e8ee482fcdbd396af842f76c84d6420f15ea7c42cf630844844dd211630a9b9c46d647d8e425420c61d36588f884cd16d267352ba59c68be05c954a1f778bcaa4cd86238ad7d0b117a44842d8b29017cdaa39548d8ba291677a1ef349c4e84becbf8aff651b16adb1e794ca19f236200a1df101411847e13b1880afdf6509d68570fabafb09d371e7410b6cf411a5ed8be8416bafd171c1685fef5510415fa37438c29f4a7262df437a0302ef42fc28955d82500c71a6197203c002bec3201bbbbb06b6bc45fc2ae295460ba1ea4a2d08deec612064c41a8280cb881438630e026c24e61f7c7a8c40a7b34a5a7ef31999eabc77cda693da311d4087b7546ec2bec3514475d61ef8ed8ca85bd13d0272aec9d8f7c8eb06f23aa4c7d8f23a014f66b8ed85718d4082d87c2205fc4abc2a060bcf05318342f9b42429c9a8441f45382c2a00f383509839da905048f45fa4318aca3fe187c84765aff50bcbe4ed8ff1b5203c2012369230ff88a04bb30842ef213865641cc240cad4b3527f404320fc281ade81f0e3c8e9aa17050352a8f834e22db290ceb8ec64461580e0aaac2c14ba9518407a0e945183e10696561b888fec72109e8ac170eb945357a98038a08c261cda96f0f0b40c15e386c348affc288da4514f242842c8ce847ad29424e5f3be205fabf84c35da8e90c7727f438dc0f1dc6c2e17d9056164636437bac3072346d85c85c549b855112020f23daa2694f38621765e1c8a528fe0b477ea2d731ea0672a2c2d11fa86f8f79453911dd15156261b49e6a74f41ee44d84d1f751d413c6f8d256880da4ad10fb291243e31be2f0239c5009af9b114e5050c59c9043b93ae13452fac209df703c154e1453799c6843279c704a169e74114e3943957cea3e2aa2d322a98b4eef42ff70ba8d9068fc1242b533da51cacd6c8423b830e13cfd8f891551d51526b6a6ef98d49da680a42d8460665f44424f38770e8187e42814f584c9d371fa1526cf46365d386f20fae584f36e53ef98f7953e7efe0ebc2d499852057f0041b8a0196af8c20547a9d72eb889a78c8482ad840b85a36825848f73312432e2214ca12897b6a8f82a6113e9167a086921cafa42992f925d429900f91ca1bc39b54c79268de08a7a047d9475f044af50799c0675e555c285aa0ac85909551254dd84eae1e8a216aa9752f555e710ead0ccc3734d42cd15ca1ccd375a2fed633caa29d48d47d252a83b4f5b547f8690bbfe01e109e35cea43c66254fa8526251ee9169aec84574d5bf81f3ea29266de81e286d0c26b6fa94aafd6b28ab695e53b956deb34bc164168fd0fa506a1ed0355727b33da1df61e94d10b47075128998afba25ce4e5848b9e52b15aec4e7b3b751ca1b4d4546402854b3a23ad2c5cb2862af992db68f5102eb94b5b61493172c8c2a52d69772c9b4934d6b25f442a2d6fa8c6d00afa0d55e18a1904a3563c75c0d0ca2ad402561ea4e2be4a4cc06db5964adaead3a9185a6343cbb470cd3de299d2fba11f53989e405f3b7d0d0af6c2b59da9faae6b4dff701dfd70b770fd0ba4bb851b46a0575198718838858c230415331ed04bdb749ec89b4c27d4d3849983d0bc24cc2ca566987598f650d61f6257b64612ebb3f536cda2db52e83d6e53a1142fdc3e939670bb8cf6f6ae14f43c08772f477d48b8a739adfd9e7e483e0bf75ad0862accf6a2b2bdcf954adabeae78d780707f3a1aab858702d1cd203c24e2d05a74f1080f57a041eaf054e2b68f44d37e3cf28e72f5687d0ae534a12920a723a5c9f18634811d5f41f5ebf855eaeea7aa10083c3d84d0f66923e5ead9ae546acf8ea4c1202f800a4c5e341a8e84793b5118179e9f4e8979de829aa1f0fc56347b09cfe7a26b53783199289e4bfdf157818557f468f6125efd410970ad06eab5c26b3119149a83b637e1b5fb5414ae1511ecbc5e803fa926bc59851ac5cd13a518ca1f8a8e3361be8806f55b31b4d3ee8f43cd50783fc11f43056da9fd1644533529d884a604e10339717c85ed88302eec80467461613ecdb50fdba2eb49f8f00efe5ea6f0514362dc1ef5a5caf468087aa3848ffe102e7cbc89daef93d6f41d9fbcc38b7784ff251297f6df7362318a1a923e54144298bc68047dc7a2c5540b8b8e1081f0ac273dfdf3df540b8bdba3094d58dc954a5ab10ebd51c2e2dbd4b75fa4e5536807ba4985af16e0ed8bc2577f48fa7b5d44cc5649721185b612c478db0a6fd216bed5a27949f8ee061598f78d68713ea69170f99191fbc717a8d70a3f8da13df4691f094b9f8a894d2f75a7b75dda939a4ee95aa22c3e9ba946972da35a58f69788a02f3fd1332ffc5699bae87721c916df73e8517fe888602faf49d8e4676d2a8f3f271213f82b9398e6df5d8971fb7d8984cb3f5de86dff89a15af8c74c68fb6f0ffa877fb793c2f2cf9500d23f15122ea20a4d91601755c8c60a20aa700aa7265185fb68d114396c458a47e4f0153347e414858798444e9b70d2115524ca4254c90fdfa3a8d271641e44ce57b13289aafba3b024aab102854b91cb341c9b452eeb911c14b91c47b546e4723195429751b916b9bc47c95b546b079224a23a5ed802447517d17ad53320ef2baa770789205183303c7a286a309812a0c15d9ca4458d66e3461635e22fe4fe0cf91c918723e6bdc843857a87c8b30fbda1264b1020899ab6a4ccf1aa450fe135092f3e1479e9907113353f84e73b44de4ec9141a4e79df62004ed2a2164b71c810f978a1834ad4ba00eb97c8b7144724519b4ae8e211b551e0de16b551d33f6cfb038f6988fcf6a178266a77289b422750ae1375f0c72156e45f434da191e8aa13f9ff453550d4e931c24e51e700d41f459da7d0dbeed21c47245197fe288b89ba8c43b822eaa2417c2f0a70a2bd1db009a960517747ecdba2c00ac8938b023da974f409a1850eb2d05f051d43e026eadf0a1516d180b178cba16840096226d1801f38ce8b4206a30545143293ea57c83e1c4f452197b1d78a069da49a33e80eedda419fa9f0850dc3d39ba2c16508ef44837f066128bc2e225151f85c6a27e16791a012857fa6223a2406ef79100d9986084634448287394443d4681b110d798782aa68a80fce43a2a16154868616222e140dab480d6c583cadd7f0bf94f7513fd1fa2e1af18a8ac2c82af459a3f620032e1a3d025958d118471cc145636251a616450f433a5214ad41e398686c5f9c9a4463432931c73ec4b95614138448541463a5cc89d9418d22e6284e4da2d869f4f4b1f1482b8b62b7e1e8261ad792bed0b8c2380c8d1f887387687c1a12d9a20913f1589e68423ceded891ea86f8b267ec60be044716578878b68f244aa9893bf51499b3e0cf50ed1f451f41ee37f20a7209ab18b7adacc8af4f4331be2c933d1cc95489c8912c2d16e204a98417b3be110c26151422e7dc7c464ea4389f790d013cdaa81005c346b045ec4204a6a89daaf28691f8279d1ec99a8058866934b5f34a735bdb4b997909917257b111c9ee749cf357f1c128da2f972f4fb8ae62f25489622275093f214593291a08b1b86442b91981589ce50b7929851f11449ce7861485a0b071691743e1aa14452fadd1a916c297551f918b48e8ae4f751d311c99fa1d22f521c250ca0ec47ffa3ea31adaaea399efc17a9af51e753971208d4861210d1a5e105e222dd06543244ba62e48644fa3138ce8b0c71686a17196fa33a2f3239d3606032505d355f45625664394938c73a80b695f5217aef443647ea8f0be368bb2f0aa0f55a5c0d8d89a2c58f70ae152df5418bb968e91854f0444b0b08b82deb4d63e0f26db46156f4a70db3e207e5ea4a034d012bcf21bf2a5ad51bb921d1ea573449af31d31b4a1b86ee0f51da1914544569d7514512a58b0929ac5d870cb868ed61245c44eb86a07745b4ce4e1fbfee1c7a2845ebe3515812ad9750d95e7f94dee3fa5ccac2f537a9516c68886ab368c377fc9179d1c6f6f41d37b5a12163537782b09b826916dd144ab020338f10f2e64148a588b6381110d952037939d1968e5444b70cc4cbab445b92e9e9b76ce35029358aac16947259d1f41db7d1b900d1f641a8b088b6cfa2b2bd63111a7245bbafd1e8b6670e0aaaa23d4a74af89f68a08fb668f260c909d868e46d1be2f9400fb47a0134eb47f070abda203a328310ff6442b91e8506f7ab5871e51621ee982960ad1910304a38e4611677554801288e8e8123497888e9e26a6e6d83c3c3a2d3a5e93e68e13dde9af4eeea471fe9403d59c5327a9d79e4e206c723a034517516e2275e45c12ff45678885159d9d88f7d488ce66a1e94574f63e513ce7ead21490578b163aaf0315f7f30e44639da7dfdc105df0a0be7d613a35d60b6be96b5fc8a3ef78e11e65cea5f144935ea941b0e0ea80220c5ddb8afe1cd1b53cf4b98bae87d2debe118237aa886e1c40454a743306e54dd1cd596a0ce5df20c4776b2f5e2a2fbadd9cbae8ed8128f48aee385135b9b795fee1fd6bd402eeffc1a39aa20731040b0aab73681b6574e1637aaec252a2b11e26a1aa2b7a6ca102f3647e10852ed13cf4d419a565d1d334c25f4f4b50df16154da2525b64a397f6ec1e9e15113daf4dd8e4f9426a86c575501f12bdf4271cfdb22bd1ddafaa534f7b759dd8ce578f691e7a539f5eed9b246abf6f92a94ebc11a1ec2a7aa3420b9de86d14d11f6fcdd44eded1a17bd1bb8fa9187adf941ef583036df70fe9c918fa380ea52cd1c7cd543a3e3b12f3f0793115f7cfdb50d5157dde4b634d5933f41688be8ea759e15b2502e0df3289e4fd964fb5f0fb57348488ca0b50451295bfcec7d0cf3834ab8a7e9ec58b3e443fdfa1cd59f4f30fda92447fb2e86dff6d4f0cf8bf51f4a8ff5ee173892b74c0c41457b0f963c8c18053a6d8e1120e0662a79aa8238b9d5448d5892b2e4065515ca93f3ebdb8d2603497882b1d414826aeec487f55b915964771e55d486c882b1fc1fe28ae5c8a37da89ab55c4c153ec3c0eebaad87919b626b17309420c71f5c1d8adc4d5f548c38babef45be505cfd07762b718dcbe8f817d7f8846e06b1cb2694cfc52e8f502014bb26e452e82b3d7dcdbf988562b7f348e98b6b97a0394e5c67005229e27a7e0887c5f5bd91bf173708a22fd4b015767771c3c50887c58d02b0f089dd67a12348ec198714a2d8f32c8240b1673e5a0ec54d22901dfe7f08819bb8c97aec1de22617297d9b5644f79ab8692d6428c54d2da88a889b5ec1ae20f676c7b159ec9d1049a167480d885b44613511b734632d14fbb8d1dafb8ca5c46cb514b90e71eb5a8831c5adbba26b40dc7a1a5e2627f61d8453b9d877267da13676d415c46d07d0aef56b8ae3a9d86f17fd8fedaad0166de78e13beb85d224e14e27646da56ed4a29bfda3b535d6ddf07696571fb01e8f51177584855aec3477a888e8db0f3893b8e46c14bdcb118ed3f627f0f6cd2e24eddd11a23ee749dd2a47307a49ec49d87a3e148dc25975e47d7f65444bb8653de7795234922ee5605c96771372fa4a8c5ddded056082067aa38e02a6dd1eee58860c4813e688e1307f645894d1c988f2c86b8471d3c3829ee1181739ab8677564b6c43d37a19c22ee791a551171af601437c4bde4fc57e7d09726ee7d0ee70e719f781c91c47db6e3310d71dfd6e82e12f70ba1940b2a245810548e38471cec801cb27840870c0a057b51e81c9e9b130fee8294be78701f9470c5835720e417878f44594c1c3e1f871ff190bd38228987dc45738978d862544fc5115fd069291ede070963f1f019a8068a87aba84e4456a43214e54b2d20ca468d352a13597ef188a154a3471ec6eb24c5a3429096118f9a425b61349da5148f5e8eeabc38da0d096371744011854478b4421cbd0c992d71f46aeaa263abe3082e1e1b8a572d8ac79a28ef63aa512b8f49a03a117302c94171cc65bce44e1cfb8f80c8b84704efc6a7e0bde9e20957a9884e4cc38b0fc5138b2873261dc66b24c47175e975c435c2d14d3cb9903e6b5a7594d8c4d3888d124f4f272c173f9fbae88cd7d4f9667c468a473c338a268a99e978ae499cb888d277d6095ad524fe42b33da905cc5e48dd7d4e453c862d9e33823267ae9db67bf200aae4c93309b9cf6b461076de602a30f316a3e34c3cdf150950b1a001d2ca62c161ea7c224f7a54697b745089a5b770e817cb8c04ef64054118524e25e0a62c2078a7fc4589a97241e24cac5a88f7038855b9d46154fff0f08b585d9376ad5a1587218d1bba5cc59ae6d49135bf68acd1eae8e3f5e3516a10ebbf536335d4a2566e8c238861da934aa113546acd4dd02c21360f26b46dde464f6fa9ed40a16f541ead3d916712dbd6e3059662db2b4a5ffb3a9aa417fad044b1700eda7fc40b8fa0a542bc6827adc4a29728078b17b7470e599caaa0d791ba3f9942cfa9c3a496a39d45bca4392a19e22522c25f4b73d078215e7a0db921f1b2605ad5e531e8a0122fdf4f23e5f20728368a5768e9a5ad12e03d35e2558f697c582d24fc95360ecd5ee2b519c89c8ad7a5a00749bcee164a46e2f5f40b05e20de3a9626634200e26634e2985b269d76e6c822cac78e351ca9c8def686cdef48e2a7966036a3a9b83692536efa1f9716b043294e2adccfa6ccd21d6675b47b4e38977dea26eb5cb4cb073773f4256bb87a1834abc474af56bef4c1467c57b4bd13f21ce9e40a5237b3321beecd3b4b7b3e9ae73f13e13cd0afbae20012adedf85d67e7f3fc28507aed23477a8277130879f217d2b3e529b4ac7d111c42a1ecba05934270ee54df1f10104d34fb4a5b1f9e42b5a8993a584444f55a52f74ba949a746e632f0a8d43f78738b704055571ee1fbcd4417c66393abbc467f613123d3b9f1aeb390375ab3c2714ecc5792d093ce4bdc773d2e2bc3fc4fb9eaf45b0f3426dd44ec4175e11ef7bb1901ef5f23a7a88cbc769d2b94c961df195350428aff64077a4f89a239ed4135fd310febabe16af7613dfe8866e52f18d3ef40f6fec266475e306d5d51bc5f4d26edea59a73b3380843f993d0d823be1d441de6ce56e227ee4d23687daf90b2f0be94f0d7fd75f4d20aae10ce79d0158d50e2077f89552c8c463550fc702fe189c7a144803ec9a75dfbe43e15d1ff7a10b3f5df429a7e8bfae165e4e267d5e8753c53d1d33fd3d2f0f33c148d2ae2e77a6a86cf7710ce298ea3c1a098d9cee223a8108b5f74c72332e2174bf0c887f85531b105af63688bbe2ea6f1b4e414ba19c46f7ed0c7bf2dcac7d0bb5dd461debda249e7fd536af81ffcd16e20fef098d0d0876734e07daa86e612f127baa5555c5a11d55371e90e7a8f9feb12bcfbbc1bdd32e2cf3728573fffa48c2e0b26cab56c107dc7af57f1ae27f1b70954a37fd4535348874705c43ffe50de97fb53de970fa771be7c2ca1a1f207345cfff2a6bffa9543e8f1f764aa72bf93a905fcbe8247b0c47f1d6992febb19956b490533d61c498543f85c120729fa4d240e746f81c4e13876778923114112c7edb845254ebb11b94b9cf6609d9054a44bac25154f21d892544ac5230c92ca9b314d2495ef630590547986760389f35494fe24ce32345f4a5cabd1ff58d31b378ca4d674347148dc46603394b82d401d59e2a6e3bfca47325552672d4af192ba6e8827247503f054bca4ee223c5d27a93f9ebe7683b6d87e250db290799034b8856548d2b02b1a1c248d5c10d54a1af9225c91b877c6715ee23e033d5b92c609e8a99134de81c84ad2f8233235128f71e843fe7f081970894702d64289c77eecc812cf10f4cb493ce7e0f820f1dc84c60b89e70fb4554a9a38611992347143ca55d224093b9fa4c9422ca292a69529e59afa20b32569f60a294489575524a8245e9d90c590782d407940e2ed8cc55de29d4bb9ea5d885d41d2e212024a49cb6ef4a83e1510af4a5a8dcfa5901a7f7d44d27a271ed594b4be857d5bd2fa0d165189ef7d540c246ddb20be97b4cda157eb773b0e43eddc71c890b49b82470f25ed0c386e49da2df6a2d029742b4bda5d424e41d25e89a4b8a4bd99365ffb53a8104b3a8cc2ce27e9308ef67647779c45251de5b46b3b9e456797a4e31b94d824fe42da8ffe07e83b766a884e2549a7be54d23abda30ed3f9b73f86ba78e0102be9d2cc81421168a1937475c15954d2f5291eca9174eb8df73c48ba8b10634aba130f200974a4f40d2417a2247022e5578ffb386f4b7aeec593b392de11b4aabd63917c96f42d409ba0a4df3454e725fd12d1292ee9b79d2046bf52246f24413afaabfe8da923f7bf847ca1644055e4a325037cf17234c9807074de48065c47655132e03f64022521c7a8c084d62450137a0b71b4646021ba7824832652471eb4177926c9a04378dd8c24bc2235b02117d17c2919da192d9a92e1f55151970c9f8c129b246a5b2a8572d0a720196144e24c32f257368646cda6ef38da9d3e7ef45b241a25d1bfe9a58d9d89b49f64ec568205b10fa8778ceb494b386e1012b3927117706a928cfb417575fc7c3c502019afa73637fe18b580092d70e6934cf0a3563e21142d9a928915289926baa2f22399d8944adaa458aa39938a0829c435a57612d70d9979c9e44e546026f7c7236b92c95a14242493bfd286993a804365b487a635478d5532ed2c9a09253317d3769f7989766d627d245c24899f09cc2755a0829c144d3827e90e81c0d9bd0893cf194b3d6dce11341c49e65c215830574cf9356f0bb58079cfe86dcf1713fe9a5f5684a194bdd40c176ca74715e4a1fb43227888e6128970643286449e54ef45fe48c34bc46fa9e948425188934826122697cc46c15e22794a4b28ad88460289b43b01119998da894c4dfd51b696708e3c94a626b99c4aadbc8c809ba236554c657b14ff254a21da33249a71849934521a1f744fa819ea6df457fa6c426986769498062dcd30a65a48b94a4c5df164b6c4ec4e83bab92bd5556b100a2512eb2c141b255611523c12ab1c194a892d894624db06bc264e623b865c9a64a1c68142a79011912c4aa096b9682d9aaa248b2e22eb23596ca1c6baf803bd8ed41cea8f4b0ad1432959dab1944221c4c12ccfa2a2b0fc3852d492e56fd05f2859a12208bbe239eda115ef91be95acfc888c9b64d548d44525abfea05158b2fa294a6c9235fda89aa4f547aa4e9236828a559a990897b423d46bd3bd518096ac9d48d3dc5a095580b5bf51f092acdb4dffe3fa28c226ebe94a43c9863bd4ad32c6e453c846bb63633021be8dafa9a46d0a24d4b169393d6aa61ec533c9e6787f0c6d8921009eb58a26b0ace744206495a1f62bd9da9ffaf6d61934656e73a036b7cd2f0343db2bd050b6bd2235fced03d08120d9be8b88a01d2654d4253b5e5216ee9a4d9869f7221a9b776fa7f6bba723d5c23d97698beecd4207a864ef49341d4bf6b5a13eb4ef326dd1fdfb50c2951c88261c7de036958e83d9e872951c1a4f2b71887e28457248412de0f05c54ca2447e977e725c7fed0cc97134ef4474e2c95c79c85d47e739612a839de90f0c4c94d44349e5e4f8b93db02554a49ee755a89dc27e87295e4fe472977a6015ebd2539d398cae3d9e4380c9d5b88b298e4dc2b1aaef34a5003935cb885e75825176ea32954725142ab7a695d118572080e5f9e8fae01c9653515becb46e2e5aeb8e035bd922baeb43baeb8534e5ca15f3c925c092341e24a0485aece46d14572ed015a802537de1066bab99a1627df079558c9ad26448adfea4f83d4edd6b4156ecf239ae1ee39c226f7267951e80815f7fb99f41d0b2ad1c73f70a4bf7a3013252349a1332540615b42b585a9442b1796135c79d89ae49487f708033cda887603c9e30dd46b1fff21a1e4493f1ae79f44a17826297244b78ca4a8807aedb339e8ac973cbb49bceff307a4b01457a2f65bdc983a5f7108b5b9e250c226c532e2865ef4273ded658f5c0aeda4eefeca4e8bf3ba09b177afbbd04b2b19486b5f3284ea57493e3ac5256ff64462e8ad104d8e92b7629a0cdf5521b0f56e3895da7713e9e9dfed279def7d12add7073a3523f9b8197d7c9252056180d222620b3e5f20baa8ac118ad99232358aff92322b75beb29b54a3bf7e2611e1fb289a9abe4b891cfc5109c57fc90f2d4d4de543dd30f47310cda2bff2e90dfdee4f39f1278650da9f6db4f67fbe234a9356b88bf7c1481dcab18b4a1d5ba2dd40eab81261a7d4691c6abf52a70f98f7d24a13314da495ac88e5a4951fd33fac168dc64469b54254f0a4ceddb17e49ab8fc1c1535aa32d0ad0d21aabd0d026adf1129940a9cb522436a4ae64bc90ba1e4716435ad309870c692d4f5a895a2d51af95d61a86a74aa5b53e230f20adf51d9ba1d4ad1b3d6a9d3eb86ba5752ea0b35e5ae75b2a86eacdc39a23ad67c2c62aadb717f1aab4de2fa423a5f5eb212c90d6df8b15405a3f1fe7346983fec8214b1b3cc5562e6db819a18fb45134bd0e773f3c902e7527c553daf81ab29d520f1b2a9e52cf51d858a59e4770234b9bc423549436398a1398b469237a1d4d77a06343daf40f0a25d26693910994363b8d1c8cd48b3c0f52af34c4f752effa58bfa4dec791db967ad3afb5485b7820f695b63889acb5b4e538549ba53eb5e975f88461b792b6f24037bcb4d54c84b0d256fb900892b64ecfa0d029bc2e4bdafa3b222ba96f15fa2bdfa7688d91b669854d47da66294a33d2b672ec3052bfcae8c692fa4523fd216d578d9eab5d38f298d27691489d4bdb0f41d8296dbf02a77269fbbd0890a4edcfa1d556dafe0b7dc70e8bb1b14a3b2c45d145da71009e6395764c45f64eeadf82be50a72538e9483bdda3d7d1f92e3d6a5747da565da3e8a5058ca4fd18104f9f1560a164ea1e402917188ef390343002af7e90069ad1862a0ddc83ec9d34f0223281d21e0ed4a47b10b72dedb99d8a68efb9a835497b2bf1e88eb40f3940a57d96234329eddb07c779693ffa4d3d69bf7cd428a4419178025ada9f7e3e4b3aa03332e0d29077d4dd07a651cd19988fb285749092166710f1bed2c15e94f783ada822490717211c9686072119210d57d2d71ef21b1503e930813f85e8760369c4401c29a51169c83d4a239e51c58c28a70636dc44c57d78398a1bd211fe88a3a523cfa929741e4925e9c89754c94755a7fa356a3c320fd2d101386e49c7f44632553a6625f298d2e8296e144ac65346d29869d4c06236d35688294781501aab42338e745c060e2cd2f1b928ba4827dca5259c504ac934d1992ac0c439a8a749276d426fba74d25d34124827bdc6c1401a178ca29e34ee235593c97148b848a72450fa4eed490b3d75118ef3d26923719c974eb712da8e3f8db49f34fe29ceeed2191ba965ce7885528374e622b4e44b67de27ec9bd08fd237812c87d284246a14098be8516735a49e36ab33de752e9d351fd51ae9acfdd41566bda7ed9e14889c95344949a039e91a5ed42d9d2d228034e72d5e24234d6e43e99bfc8eb6688a844073ca3afa8e0ba6a09140ba209ec62dc1743cb22615a4d0ee101890e2910a36d0ae152ec24326525155fa2c5138f23952d119aabee2fe94e4920bd4caa50b69eda525282248650ba832c954d4876426544fa5f24a5460e49e48de48e56369ed55df696255ffa4c2a7998043bf54a3a58fd7965348d7161911a96e07d2ca52bd37b2c352c30e1a038d9351c9909a0a723164ae47dbcaec85e7a4a59618a2062c99346f5b3e20612cb58e4606496a9d41e5d12aa0e1da7a042f2193dacea0f74eba3092b270512bea8f8be83a5ce9a24d34822f6e46906cf132428fa98768164dfd899643e9926ef4a84b47126fb2f436bdc7e54368d72e4fa75ab8a21a0a25d21581b46b5736a3cc59e9457065d546ea7cab0753ef58d396607ada2e828a6b6ba082275d7b848ac23a0f6231d665d2dcb17e01bdb40d1e446c6cf0a7fa95d19ca6b98c81782a4b9ab194c07c4606fa6aa51b5fd16c955981bad5e6b9a8514837af2118b5f90325f91601b1055b161326cff2a4d93deb2535e9ad27693f6ef3a28cdef689a693ed55a9e96cff47f87e675742db3bf71284dd79124f9f4b77f9d1b0b82b9e588c5d67096cede94dcfb56733b1777b2ed0aaee75a1eebecf97faf6fe2134511c28a5a9fc908c78a643dbd1c02c3d1c861e70e9d189e8b5961eb3e2e15069ce723c8b24cdb9431de6b88412e0e4717a43276fe1d522d25335d0bc243dd5221f43b9bd2329f488288b3323d0ce223dfb12afea979e5b477d3b2f8a5e6d9e948a7b5e26f11379a708169c1f49c4d9f9550431ce93d94b7a41aca6d01d1a3c2feea66e75a9128d81975a5325bf3497430adadb97f6135cb974177577e9e518c2f7575a13297e65374a7fd22ba7a9925f0ba0b77ded26c1e11b8309dedd5843b0e0c60ef44f486fe6e18507d2fcc668f692e6fba15a23bd7591348a5b053419de2aa179fb4e4b9ac0ee3ca621f6be3f5a21a505bd89ee2e9053d92eb0a0d6242d8ca0dd51b8025d29d2c7d509633e6e44f0eef1681a7e1e2712707b1a88c2a5f4a992f0fdd37f782847fa5f656a3affed21c9a8e8236dab670f89b2285e4ea5b6f83cb151c5df09cbbd5848ddfd25e3fb57150862bceaed40a12d54dc5fdb0829bcbe8447b0a4257df10086f44d0ade5f287deb4de0e1ed24822b6f8f903ef4f6144d60ef87a0d95efafe1bde4125fdd08cb4800fa104613f845393feb0184fe14a3fae47eb82f4531782fc9ffe10ab585a9318dd524f62903e6f26beb0ac3d15ab2f3da86c7fb9417be8ab33f58eaf29686a977e7f41f8eb474f3c612f2d7f4fa8f66765bc8248fa33959ae1cf54da30bffad04efb3595c6875f9f51e895fed6d27bfc5342b0e0df6bd461640e17f03bca1c6b62e19339bd41cc24ab3418df90acd27eac85b24a740b8aacd2936c0abdc06225abdc05356959e52558bf6495f72138955571c6a3f9b22a514818cbaac4e37e9455d98b054656a5046fbd9255f98c454156750332e032e7621c4f65353cb0bbcb5c9b228120735d838394cc358d16bae630ecdbb29a7bb04ec86a3745d15856e705ad7ddde3e8d195d59b814d5a563f11673e597d11827959fdcd3865caeabf468396ac410344eeb206e9f8637cb206bf705bc91a36a3efd8f022ad7da3bea83ec8dc7be2702df310227890796421109179fc46fc25f36c83b63799a704c76659933158d2644df31193cb9a0562b19279f540f64ee625a5b7ed75993672f3b62852c99a8f4417b5cc7b196d98164d28ef5b2829c95b14602597b50cc2e957d632017f0d48d67216361d59cbb538e9c85a6ea09c68799372d587981a59eb76d87e65ad0fd14e6b5d4effd0d787d6ab4d37842bb23613680fb50dc3e147d63605e93599df7a1411647ea7f12a7599df151c03657edfd111246b9784a61759fb5be85f95b52fc44621ebd0844a47876da8d7ca3a9cc20b81641dee209e90757c4b15d37f3fc22859a7d354ef3b77a23ad179bf1a435d9ec461a8ab15271d59d783fe18ea5619fbb6acdb54eceeb26e97f06a4a598f05546a7beca6f4edf1001bbeace7513c0e21eba5405f87acd7793425c8fa5445242aebd3170568591f0b75ab3ebcddfb0620fe92f51b8e764f59bf89083164fd32113cc8825ee2113f59b02bc27459706d8451b2e00c9c3265fda5f410fd17d37e1c10493b2d74214e4db2d0cf38bbcb068622a9241b28c1a15f36f019ed8e81656883900d9a43793fe81f5203b2b070022283ebe1dd0cb2c161a8a7c906cf44764516de09d52dd91037faab215ec8c1c8862cc0495a363400f942d9d031a8e0c986dec25157366c3af200b208096a4db288cb4817c986bb51e78bac491d39d20d795f59541bfaac11dee89f908d1844606b94086764d9a8fd2894c8469551a318d3816a61b4234adeb2e8dd3881c9a2afa2a94a16fd95f26b6c0584e9b2b1f988b665638bdc3014e38883942ce619419fd88af46a638fe16f35c862efd3de8efd4c05795c53e4c965e36c6883908d3b8daca26c5c513286c68720592f9bd890e0ddc43074f1c8260ee67f38032957d9a4ae38cecb269d43439b2cae21b2b0b2b88f34c34c0ea69736790a5ed7209b7c130fe5c8a638e1e8269bb28a9af494cdc8f1c9a6e909b84df740b94e36bd257585e92ba9164e7f45683bde8bdaef8c4a844d6664537f9c7187163a61303ace64895309cb259ea08d3cab31d245b2593f702a9725bd472a5836db4af9353b0d093dd9ec2fe89f90cdbd41c87dee5f2ac8c95d3230346f358d0f29e9c863ca52ced37e4c798dae4dd902075aaf056ba87e09e2698b0a9d293185c528d7c9441b690f891e230927132f41c15e26f9889e0799d499c0a954494854461aab4c26c2d3ae32794f248264f2109a8714c368ac519450622aded3122a2b10ce514d4703b34c4b77ccca745c60f4bd6990327852fa1a2e51921b27d03f3499e86b9b87d3aa9a0d84732cbb093359636820b6aaf1578a6436212a7832bb8860c1c210bc5a57b6b829e5c4e296c89cca528f525d5d329246dda5eba9d42ecd259cb37c298d22cbf7a26d44b6fc02ca29b2e51f089bac688867dd642bfd29bf56cea1c2b76a2d7ded5587680a587504ed3fb2d57fe921d6b4c1038ab2357437a92cad330191b43178cc5f969685179ac9d2fea27c2e4bcf8bc3d0ba421ac137f4a09cd830023de0b20dbb08c2669cc3b35bb28dc7f114886c63113d44a694cad0e6701a58b67441cfbc6c0bfd508a2cab076df7ac9d8473b6caa9356dcdc76b4165dbc61298dfb69b1aebf6de540b77baa0134eb6b32661df9dcd88b4dcb98c30e6cecb84277655c23306b25ddf9331b47b06b5f2dd5ba87eed712032628f0e6d82b2bdb3f1a0a96caf11ad1eb2bd1b50f29665d3690bd93e118a08b27dab28a3f76da7eebeaf98a8817d1f693c3d589510f2c1d5343f1e5c47bbf6e03d22a80e4511ea38b48292e9d0513c6f253bdc9978b9c3a3a8461fa94623f89168746cc88e5ca4c9f0e8247afaa3021a328e6ea2c43c9688a7116539a17828479673068f3bcb4ee4104f7ee2118d6e274fa0474476923456d9a90ad4154ef7a3243fbb188d2ab2b3df88b5ceab45736d9e3b4a59b2bc24da30e79713d83aff9da8f30bb154862e55c66b116497ee5303bbacc1fb996457c434225d794045e1ca4fb412c9ae0ec77386b2ab56d4f96457bfd07472cd9190e8b58ff46aaf7b5032dd7421f0905f40f3f6ada9a881c96e77a3f5ba5b89dac9dd10a2a8ef0711aabdbf3c1b43054d089b3ca0f356b287e154c91f6af0a096eca195b6d5c3c3f9187ae484378ec91ecdf2c2d0e38b19187ada8dd2f76924de862a7bba9ccae3d323d474fecb220daca811fa6a6545be4434164511547cf68d9af4f344c24cc58d08ae147b135e2dbe44adbcf82e55cc17a368c3bc88a362f5aa949eaba422dade64256d89262dd94aade94d756a016f96a05b46f6b616112e6ffbd2467e3b9b66bef79e345bbdff49c4c6fbbfe8be957db01166fa28a782fcf12a91701f5fe02f32cb3ebda0b25dda9f40e06767da699fbb539297b9e3b97259d914f4d4c8bebe20cae2eb1baa98df0e53a3f846078665df43683f7e4f5263e8871f9eb894956fa32c2c2fa371eba737a5dccf6eb4843fbb5349fba92180f4731bba0664bf9ae22fb7cb7e955102fcb6119ef8fd80aaefef12025bbfffd258f3673e1e3b90fd2942a792ecaf187fb351f6cf8dbed03f117dd6bf3d78cc5f5ee13ab251728740c4be72871f586aff1fc2f72877dc5f8421a78e4863c99da271b6923bcd415a46ee740e153cb9d3232453e515b723069057aa8897d2c82bbd45e026afe281f04e5ea527b672799519fe144ac20223af62472a58eedc08cd12f21ad571f094d748c2c140eeba05f35eee7a1601a5bc6600da3de5b56e220894bbcdc28321f2da15104fc8eb84a0975f5e670f8e94f2ba7a342fc9eb2ec32c94d7db4a6952ef22d61c797d374c4c79fd7bc820c9eb17e38c2c6fd81cd91579c3a158e5e40dd7e174226fb83719438d143864c81b7d455a46ee9e8f9d4fee790f21bfdcf33d223e79936a94394da251589237f987a046de6c0e625fb9571d370a2d47c14beeb5023193dc6b3b3d57f30e3822c9bd2b2306907b0f4543aebc4530fad2e42d77d3166d79060555b9cf06241ae53e25f457adaaa036276f1586854fde4a8ddcb6bcd5266ce5f2d65ad4cae5adaf22312bf7cd428652eefb1f3aa8e46db722aa95b77d877ca1dc6f097651b9df2ab48dc8dbd744d145de7e06e21c797b097dc70e0ea8c3c83bb4a7fad56118f272f20e5bf1d23679c79a685efa7f085b93bce370aaabfea311c1c8fd5f53b1ead408093d79a72f4820c83b4fa295e8e283c657799713b43bbadc2dc5507709e557f71cfca10179e01814a9e4819fa9e9f420965fde6307d5af1efb905f95f79c803e1879ef11d4e67ad3750df2de8ba965f63e85b7bdc9fb2cf7a2d0061c32e47d4ee08027ef73925e5adf67d491fbf542bb813cb815da89e5fd5be1a423efdf15691979ff12b4d1cbfb7fa2471da0458e4f1ed21f91953c64261a4ce52159684a9087bc4552491e3a0e091779e824fa8ea19b5090900f9c855c9a7ce07a4ab98167a9020c0aa6c63ae82bed8e305744c8f2b00604c906eb712a970f3e470910de02071679f82b2449e4435aa02d493e641955a621fbd1aa261ff2231243438bf1a8933c62043ae1e41109d44e22eba0e8228f1c888cae7cc42634c8cb473a112c18b9803e7ee403aa72a3e9763cf99804da69639623dd2d8f8e45824a3e369ec043cc50da43313bf1566e79cc0d9424e5b15eb45eb153a8fa8e73a01630be29aa94f2f16178d2453efe2bbdc709123c18229f38833adf443b35fc490371f0944fcaa4c5997489f6f6a44fb445e35271a4944ff64547907cf2377aae29c47fc9a75643b24b3e751621e46955692b4ceb813e2bf9742f6a14d3df10528877a6b923be27e1fbf879940033ee135e9da9a47f9830868a42c274b4d0c913f6217f2f4f3c8cb63779e26daa13b31cf17cad7c563821aba4aa548692ea21b1214fba4183d4ec0528c5cb67afa18a392738084373aba165473ed7875ac0dcdee82e92cfdd88579fca93eb50e79bb703fd4cf2f9c31c30b42002cff3c9178cc6932ef205c90402179c406243bee00bf50e41371a29059b904d970bb6b861489882ce41b9e83aaa9472d1539ad324329aada42ef45cd2c928bac8a5a769e8975e44c7ac5c7a839a8eac12356979079470e5f25be830962ba47839875cd5071503b92a079532b97a14cd1dea4c02941a17aa851ace2fed156ad2faf6e8e291eb23a9e1ebffd27734eca7c9d0984415d3f8057926b969292ac472d30dca68cbbd600cd9ba21a32bb79da695b0ffa48dbcf02c11088b75343ea42e2394965a866cba7c890fc1e1254fe80d2ddd47d3efd2cbc87fc9977e47878b7c993b3deaf26042eecba3a9192eff47356745557492c857f4506368656364efe42ba5c4d4ac3c4e89b9aa10fd00f2d57e480eca5707510558d319e95b795a457a1d691f515095a78fe69012997979fa45bcfc459e5e4c0029bd9c90d55a1fea30eb16136fb2be394d60ebfdf0a0967c3db1c3f28c877896529ef18f3af2c6bae8bf976fdc876e0679a6232566e67a9ac0b6dca1096ccb7d1ab7b2faa26c21cf1a41a066eb3cfaac6d1e68b4936fdb497b7bdb0b420adb5e528dde9e4683e78ed5041e765ca4f5dad986daefce204a939d06222d77eea72ab74b49f86b97391243bb055457f7ee46db9b7cef2b8251fb2e5187d9bf88bafb8170547ee48752a8321d4ba2d69453938a7b4e4f3cfb20cf994360eb44ed0c0c9d3c4670e5e43f941ae4a76ee05114f9a94242eea7dd68923e3d00fd00f25c771437e4b99f089b9cd112bb72b637d16b67cb89f539578c67dde4792128ebcbcfcfa5a1ec422fea6917e6e3b913f9851da8e9c82f562596ec623fe2312f9ec2830ef24b3d7329341a3543f9a585c43c5c1e481cf2e5e9340f5d5e497be8ca04348ec9af14a147577eb52fa5dc7519eda1eb06da0a3798abbd398ba8949bd7513496e75f26e0766b143deaadf334e9dceee985a13b22a210ef98689abbb38b60d45d576aac77a7a2fb437ecf8136ccbdd70487efbda3d0834534ba3d584a2255610fcaafc274b42fca0b0b89017fd8115d16f247b5294d1e2790ccf3783bbdb42795f19a5ef99339c4753c2da73df45f3cdad5e5453e2853cb8b2471147a5f84a1677b497479de878048f12b1a585e98a96fbfb841c8ea65007dd6cbcd84f85e96517f7ca5a65a58928ede1579c91b3c49252f799f8fa1378309d4bc31e2bd8af2b7aff158b1fcdd332236de0f41e385fcfd22bca04bfefe0035e90f63a8627e5051b1fa602636eac34d02221fcd789843fee93c35c34f17518096973ad3129676c49b71e4a57dd0b2232f0d2202f4f372f429c8cb3aa293445ea6406bb2fccb494a93afed09757c9d8e6703e5dfdd38e445ffe38f0c12e27efca0e2feb33e4d3a3f5f9024f96b26adc46f371a9b7f67d3defefd965ad39f4c2249fe94a36547fe772c1ed390ffdb40cff5ef05fa60e4ffde3850a81caf16f97f08e76d45851a48cb281cc6a3daac709885162785c33aeca20ac75e38fd2a9c16e2165554f44320a2a868c4f154513103a18fa2525bcc5545e5c5b85e8a2af5fd29341b4f3528aa6620a7a0a85a80e396c2b9359e3e57383fcfc05075397a7d14351cb0202b6a74401f8ca2860ab19ca2c6739c0c152e1fb0d72a5ce7d1aababec206a670fb87fcbda27663bcab4e51e70f0e658a7a2e382b28ea91935751ef20421f45bddbf4a8f5be627157d46f8b038ba27e24b63945fd77d8b7150d5aa37350d1a0230270458327283f291abcc196a96828c63aa168e4828297c2bd094e730af77648f22adccbe8af3ce9e7c6fe1fc266a8f01c8a685bd1e428523c8a26377192563479885d54d1a418493845d30ab41f9bc6e3a0ae682aa5b56f7617dd1f8a660f700c54346f8e2cbfc2bb26e27b85f768fada2dde60fb55b46c8a63a0a225fdb889a2950fe268452b096a018ad6c3902451b49e86d39ca2b53d9742994114ba407ba8f53df4de297cd3914152f89e444cae68d31961a7a24d26bdedb6f5e2283414553745dbc9a87728dade452d53e1d79cdea35f007a44147edf90c856b4a31f2451b4774380a4689f4be9db21101937458770ecb58a4e0dd167a5e8144cebd57902c21545b702544514dd07a19ea6e89e80305dd1fd15f65a45e050149614811a6cd28a9e6df01488a2e746f488287a0d413e47d16b2af2398a5e0f10fa287ad3910f459fa1384829faf64fc550bf689cf015fd8c68b351f44ba3b21d64440d4c31c083cae380507a8801839025530c188a7058316005ce438a90c1e8eb5084dcc4fb3a14a112bc9b4131783992e28ac1df2834b41fe5ead049f4d2860dc0333f8a61a5b4841195dc28d48bd224e20255cc88d748762922fe511f1a3e98e0caf008a4e11551ed29bfa296523b19114aab3ae20de5d7483dd2328a915988c91523f3f12647c5280f1c3214a30720e7ae18fd039545c598de6838528c198bbc8922a63edef3a088694a4b18a3a2de11b389bed0b806d474c6bbe13ca418ff124d428af1af9127574c1c8be4b362a29e36dfa49138522a26c521cbaf889b46657b32fde2b762f246caafa99550b8544cad8153a662aa066d958aa92f90ac574cfd4c6b3f6d26d589e97df0448962fa5a748a2be22390cf51cc8843524931434e1b39b13261a6c46a04f91383905656240e441b9722712ee57de211e4d214b3d6d0ff386b17aacd8a59fff04a434552344d2749e3f13a4945d254646a1449f3a816ce6e968ca1b9aba80c25b7431e4091ec4fad3cf9344d14c937a8d4ce73c08158316f3e1e7450ccf74323a7623e63cc9410a4bb15293aa48b14295b50ae53a4fca3f7b8c082661cc502ba2f4db1e017eaee0a413b9a4e844ee8975388eca8c328c4239042544862702a574824a80528240a2ab59263787d8a42ea8d528342b60a9953857c0c6ad20ab91cc559855c4b304ad137834203693c5535470d4ca1f22740a95a873ca6421d830a9e427d997a87d60d397785763ee12fad92a801ed1bbc075ca1bb815c9ac2988bda9cc2789e16dad4886677d3073c93a130f7408383c2b28bca90ad3eeaee0adb7002f336252151db09a4e115f603b415ecffd1a8bb701d65e12237fa87a90dd0b3a5585a8ad7cd2896ed416fba62d9191aa496af44ba48b1428e2cbf62e5484acc95cf294d56ed44c95bb16a0fdea9a458751dd928c5ea4ed45857c7d1d09ff612b57245fa6cfadae99769a248bf422d607d0b1af0d62b8840586f40c540b13e0fcf3e2836ac446a53b1a18cd0d0c644daee1bbf11a0dcb4998a7ba69860c1e6ca48d529b694d14ecbf2c51f13556405220dafc87a4ef995558a528322ab8cf8afade184efb71da0a7df769f06f5ed03d146afd86e246cb2fd29b18adb7f53f5dd51854ac74e4702cd3b438b30b4ab36faf814bb6ba0415eb1bb631c857ad277dce34ac57dcf79cafbbdc15473f67ec14b0a147bff106591dd150df28aec64b4132bf67d21bcba3f91389803a954990e2ea7e9e4e05f070c1db2a3c2a238f48720ec91992848288e9ca334392a20007ef41c6a608a63a7884038914020f0a42f91702733a9c39c3a41b0e0745f34da294e9b0820e52e4413ad22972ee1579ca19b8414677652a93d3b84dac959fad530c5d9e344639dfd44bcefb986b487f2bae75248443d2d4f45b3fb7947e290cf5bf07e39c5f9345ad5f3dfe96d5fa8492cc685002ab51787d17bbc389adac9c565443d5d3c88c61ec5251bf58e2ba76992be5286377c2baebea68a79dd4c1f7f6311f18537e9888ce2e66f6a4df9559329e449ef315f82fa90227f27a55c3e6393fcf7944c77fca851dc79430decee7f94bef7fba2f4a7b83f87a0e2fd9d9413056128f42a1e54a141aa907e9a585178064d1c8a8736eadb0f5791aef08891c2a391445a3ed6a2fd47f178076193c77904151fdfa08f7f12488cdb93a184bffe53a2cd5951f49570ce3329d10ccf0a09503e4f24d1e5f96c82b0cfb308df3f7f4c7ba8b837fdc362399e6d56bcd845c9f4b21d25d3cb98540ac9f229b49f32fa650155b957f569ca7c158dd70f285e6fa15c2de94e7bbb643851166f87517f7c2bc3fb1e15efdc09b9bf3b4b48e1dd1da295df57a106f6be1f61b90f1ea4057cf0c1fb14141f861267f5711d0dc41fbfd29c56ba8230f9e7c6d4d33ecf211ee0f36a82b065c134e17f89a5f5fa7a8f288b6fe134a77ddb49f5fe7b6c298596d017faa120d859ee4ea271b90a0d0e8a9fbd693cfdb98788a0df5568acf9dd038dc28adfbdf9af8cb4dd7f3f276ae0f72bda307fe9873f147fcbd119a1f8579deac4bf01d9148ac5a33bca0a6710fa281d644114da82c84ae9f00ef547a5a304e54da56311925dca8ac7900a56561262635556ee87fe4265e53094d89495af206badac52075fadb2ea12c439ca6a6db0b82bab6562c5543a4fc204503a0b90aa533a4b9141523ae7a23aaf74fe80429cb2462b1cf0942e6ab4e3295d3dd10daf74f5c5a15fe9e68fd7b129dd3e230650d60ec18dacac9d495fa8ae078e35ca7a2d713a51d66f8cd844599f8e69281b5cc0fb73940ddf622b5736b2e28651365a8c4c8dd2dd319242ee684a50ba0fc23150e91e8e2d53e9fe04bb82b2715f1c62951ea1f45c1ec31129283dbf634f53365d8efe4265333d5203ca6617f1d48cd2ab276a86ca160d107f295b9ec2cb4c943e0db1652a7ddae3c0a2f431621155fabc47c391b295135eb1a06c7508c53365abd348d62b5b9b28bf7c3df1e0a4d2b713bae195bea1c820297d0fe254ae6cd382ca509b7d38192adb6e45cf96b2dd7a5ac2769994e4ed72516b52761c870e1765c777b4d3fcfb213fa1ec9481c84ad93985f676e725b9142aa2ddd1a50eb64c65970748e92bbbeba9e6044ea5cf0afc843641650f21f60e65af3e08a394bde2a920f75a4f29d7eb1d6ad2cade1d913853f68e4423bab27706fd8f7d9cf06c8db28f1fad579fc3087d947dfbd2dbee77979e2b68249eb9560699a95104e551de07fb6293560697a376a21cb09b1e35e410ad57c845144195a14eb461429da9c00c5c475f6820fd1ca732ec2fa234e5600f44eecac162843ecaf06e945f4346a3e4ad1c4617ad29235da9fd4606a26f4819d907d190327218e21c65e469b45e29a376538789a2cb72942306d15f8d184a5f7b4421325bca918d7146568e9452191ae587829772d4396ad2a327a2c2a21cb31431b972cc3b1cb794312d6855633a2026578eeb4f1b66dc54e45795e394684a508efb4c4d677c43070afdc20318ca09f194d1135da8054c4aa72a37691dde0fa08cab462917e78d649772b21f3aeb955344489228a73cc2c15339f51cfdd5b401f4b6a745110698360ec520e5b41948b828a72da434997698b0eff408bc7e40397d1eda9294f17614bc94f187a9e6cc7c80265a654265daa28943d1acaa4c8cc22b0394b32ad3ab9d5585ded02c6764f995b33e22c9ab4c6a8dde0265d207da1d495fa9b1ce3e86449032d94e4574de3d34132ae757a2ea3bff31c195943af43fa6f8d0ab5d501bd961e58229b4aa0bae531f127ca1551576a1e944381e4f492a85f9544d84ffd0cea214c950df568a5ba0834a297e899291523294aaaff41e552659ed200ae90950ca72d10cad94bda5ed2e6f45f84b1e829498523ebd94421b5075532a1e10245356a42554eea626ad3c826c8152d5805e872a1dd902a5ea2d72b54af546fa2c4d0e6d3ead92d257ab458e4fa97d49b55037a888423be9aff48d0947eb4f523b319d46ad4969a29f36509a3fa0e741693d4483a7ad09ca62ca85cd09202d6c8b44a372f1329a1f175f227cbff80715e4d4fea881295395040b52ede81b52a66e40e78d32752bb5802546342f29974653635d7a90e6b465c5a81828970f47578a72c53daa392b2f539aacbe4af06ef55b6244d634415f9a72cd742ab56971481729d36b1306480f41894d991e4fdd3dfd122553fa33829deb0ea0d95eb9be2d9abd941b62f12647e5060d6dab0d261ac1375ea4ff715353d474949b262285a8dc340bf521e5263b11419929e8da54663e2300be793f3dfd969ba84829b3c6d3eec8b250cbdcda9abef6560395ed6ddda97e6d6f410879bb3f3aeb95db4308626ccfa337b4d3859e7ea782f26bd7409ac076593328748038abdd7d69eed873034563e59ebb94e47beba3a6a3dceb495d746f734adfbdd168a1536627d24bcb5e47b3c2be5504ad0ff4a5a673600f1154070bd1d9a53cf89792e9901b917087dee563e8f02182644784e825531ef988ba95f2e834ca9c631509201df7a1827c7c36b5cce37499aff2f875eab527c892af3c958bae01e5a9ff68094fc710aa3de3417de8cc27823e679f127b97e7889aa1328f0ed32acffb10617c7e0e55ccf365a89d282f5aa95b5d7c4a70f85a7fda56d726d0c75f3b41b4ccf599b438d7ed547d6ffc2652e9664be26a6f5e2102f4662115bedb5d51ef50de9e4a5be1b615bd3ecadbaff10883f24e772ac877faa1255f79478782aaf2de501a4fef3d42eb95f27e136af8f723a8de1778d3d317f4a3c529584e7bfb4121de5ea62c8ca109ecd1726a148f8ea08ca87cf48600d2931cc2854fe83608e5d33e78184df9740cededa7cf29f49f995e47d1662a1d45d76860292a41338ef2594e11869ef7216cf23c8746a4170dd0c4a17c19470c78496bfc952265c9762a1d25c768902a798c8aa7f2cd547a88b7521a88dfaea22c7cd79ad0d0fb2ed415de6fc6b335ca0f15a9d77e48a7caf471027da18f5941182aa59bc7ff1f2275eb733d34e3283fff4477b7b2ac3741c5efd538f4200e433f7434f3fd742776e5e71b7a885ff508d5fe8aa3c5f91d49ead6df68626afe9e25bafb5f20ea69aa0a9f1133a91c46a15955e5b03512434e83f10da99c96e074a2aaa840d4a1aaa8c78556556a86f84b55c90fb96d55a5de28fda92a2f4346445525c18b426634f6a8aabaa242acaa3a0da1a2aaaa1ae95b55d59358b655d57c91ed5439f7c6a2a0723e8aaf4355bd36166455f599c804aaaa5f45a8a8aa416609558d45080b542eb569255c56e2c90d95eb581cf054ae72f480ab5c37615150b99e414a5f55731afdc39a3a7463a96adea4af5db380beb65b27ec43aadaf5b192ab6aefc3fb4d54b5ff228251d55b817a87aafe2ecae8fa2fb1aeaa1accc3e310aa867d69551b0651ae36ec8f9701a81a8e47f0a06a7813e75a552303a25a55a3f3884d54ee0db1d4aadc5b2031ab6adc017d302a0f292db4870ead44aa2683294d9aa81093ab9adcc46ba9544dbdd41c428396aa69275416554dcb297d9bd14fababbc462106503517e00ca3f21e82f49aaa4504fa86542ddea06547d5aa5732865a8fa1bddd7a0beaeeaa36f5f004b4aa4d20fd8f6d5594136dcfd37af9e9d01aa36ae78d2050d54e8d849eaa4335e4bf541d06e074a2eaa8a087e87807e53a95ff49a452549da2d04ca8ea340a7b9aaa731f7493aa3aeb50de547569827720a8ba0ca5b7ddb53f227755d76d3877a8ba5ec013d0aa6e77f156485540535a9c808fc833a9bae7e1f4ab0aac85c3b52ab013420c55cfb5c8b9ab7a05a07541d56b091e2952f53a862c99aaf7186a73bda7d067f5f9826703557deb20aba8ea3b9e365fdfd528c4a9fad9514e5105bda7f40d6e482d33f8140e19aa100f7aae103535b0d0140a0d9c84d05a35289c5edaa0589cad54831e2331ab0aab87a604d5d099c888a8869a68a70d3d494d679803822dd5b09ab4878635407940356c347243aa6127914a5145b8e1e8a68a48a0cd377c3bbddae1d771285345aec3694e35c21d7913d508310ed7aa111afaf8510bd1b1a11a5d8ac85d35a6227ded3136c24cd1b1d46bc7d6443d4d35b6035593b1b9d4ddc73ec2d94a15b300654455cc5f8218b1067a88d85d08c055b107512953c5fe40754b352e152743d5b85fc8faa826ac75a3d01e1ca45493fa505d9df4198f1da8e21e21c1ae9a3c80431768c34cf1a462356520f5da29f309034c59414d67aa338e35aaa98309804f8dc5715e357505adc4d46d0415a79250a29afa8240f3b478fadad307d3734db7e3d4a48aef4de93b2316876bd58cc93849ab66da517553cdf245164335ab17320faa59bd691e9a25a2249fb5034f82aa92ba238da54a7a47a3dbece7a89eaae678e45228809acedc8a94857327513599fb13194ad53c0f2a30f3c653799cbf8fb049ca085ae89413489ca91604d1e22c5848f9b560037da10507d032ad5a709bb6a8e82a0137f10dfa1f258ba8464b0ea1c2a2925ea39a23df4a084631836081620dcd0a8a4d4876a994ed516a5029d5d44e942f908657297f2209a752752408ab1a48ad5c1d8897a3a9d4930903a8ada836abd48b512b5769e65017d5fc8727e2549ad794009a6fe8fe506987a12aa2d277a702a35f4df3b6fe18d10cfa3b84f80c1d09f119b2891131e410c634eec72bc15426354a592ab380a639cb42f4c2aa2c7f51ca5259e970bbcaee81b2ab6a6167cad5c5b569f859dc819e7ef12cbca848b5d88a37e4aa169fa5474ddd42657bc90cc298cbd468cf502d7b411873b992f6e38a5154d2564fa7245f3d83ff4a4989b9a63a3dc49a581a3cd3abd0d3a777410d5f951e465340fa589a45d7f6c2d34faab5e7f124956add6eeab5eb7e10e3b69eae8953adbf4fdf71fd63420a1b2bd0a36e6c4e9569636fca898d4709596d52e55328873898cce6d45837d7a6aeb0b9136dbecd378a30b42580c6f9ad4dd0ddaddae6853a9f6a5b22eaa2aa6df978ec53b5eb05bdb4ddb7f034b56a8f2b15e43d1ef43feeb9cea17242ee7b35483eabf61e25de64ef1b428ffbb653113d20a49c38f096faf6c1f634e01d9c4403f1c11578ae4975f003baa8558706a2d94b75e83dbdc7c307a8d71e1988bf18a23ae64aa4e5b1dee84a511dfb8b52a92aa73a8a08aae38369463e55957ac7291f1a9b4fada53439b511bdd6aa53fb09169c7a831abeeaf4717417a9728fa10b5175867eb05e75369636dfd93fc4a69f3b4b04559e1d0f0ba9ce336775be2fca3caaf3d729e52e9a695b5d7e8b661cd5958634955f694325edca76aa13574ea038abba3a9746ca6b8b08b85dd75295bbfe1b4db4aa1b5b8913bd5184c7d655375350dd52dddc8707b554372f53dfbe79879efee653a26ff3df100f905f8e1702a96e55a1e27ebb9c58d83b6ef43aee55a5c1b3a017de22a02a58465ffbd16fd2281e479552681b7dc7c7bb88bd7b921a89a1a755f10883eae91242694f3f92e8f2df417adbcfdc89ff7a3693def6b31378344cf5bc1e9a1254cf63a86f3f9750fabea05f5054bdb051177d7188d8f4973ba94ebcaa84170caa5ed52438fc7a0e0d8baf0d84e54adc0850963c201afe4d156a016faa1109f7a60f1aed546f055486deae26ecfb368792fc5d4b7493aadef5a36ef58e7e6a57f59e8e44aa3eb81219f1c18780eec7bad4913f7645db88ea63005e13a7fab89086fe8f3fa8957f72a3d7f1d9997ac7e7526228cb0651d3295b4f137e5916a18e2fee847dbf4c436784eaab2f419faff7e80b7dbb4649fe63249a8e553f1b93eaf693c9e75f59945fbf5da8c0fca69f7154fd9d4410f65f7b4acc7f7fd060aa7628c29152ede4804d5aed94884386da696b36862a0d41bb94ba52211a42d4959b215e5557ee8ddca3bab20efba3baca1a4430eaaade984ceaaa114850a9ab66627757578bc2a95c5d2d057da2ea6a87d05ba0ae7613efe3533b5f42ba5bed7c1b7fe6455ddd84304a5da329e697bac6305a9c1a328477ea1a473073d42e2dd16ea0765d8b5a93daf528f647b5eb65ec69ea9a6b11d4a86bb923fda1aea545ae565deb06c24e75ad2758e5d46ed31092a96b8722a1a7ae7d1baf0351d72e44615c5de73bca4fea3a7f906057d79d8af49abaae1689337583994889a91bdcc39ea66ee88ee4a0bae1552407d50d4bb1d4aa1bf543e385dabd0b5626b57b0c965ab5475bdcdb6acfc1587dd54df6527e357d840d4cdd4c88f487ba991e8faca99be55251f0ba4529e75d11c71ab5773fecdb6a6f35c228b5f71fc439ea16d328735aaca57fd8e202c22875cb3108dcd43e0d29277c7662d956b73a4479dfea17122eead6b7b1b1aa7d77627757b7194fbba3ed0cb42ea8fd881457b76b87dd5dddbe25d21feaf6feb9147a8954b0ba634d5458d41d1b20d1a8ee7800051c75c72f54e53acd45c948dd6901822d75e7b15490bbd44640a9eed285ca50d7a9886ad5ddd4089ad5dd9e2371a60e08a7cfeafe869229f0265580c07ff4b67b6ea0fceaed848e7f756f0585fa764638aceebb1b21acbaef6bca89e07654bf06b4a53e34a00775be013a649ad503bee275b8ea909da894a943fb23aba80e9d88177eaa074ea50418b400c55975584fda566111482aa9c34650650a7b82d7c4a9079fc021433db8044550757827e4bfd4432ae2e8a61e1281961df5d002da1dc3a2e8e923d621dba91ebe921233722d6dbec80d48dea8234fd1434416e1c574eaa801a8a7a9a38e21ffa51ed193eac488e978f24c3dfa16c274f5e89fb415c61071a61e238aa3501e6a27ea316f099b449f45d0ac8ef1a0cf8a11d2a3c628287d632cd4ad629d297d63f7aa29f4995ae6f8d678338e7a7c5ba45cd513a611b29aa0438d423d31d29f4273a8204f1a805e6b755c30523ceac90eb4f693df50b79a3215651ef5d4a638b1aaa776a43e34f526edda69359083514f9b4c1b393e841e355e89b712a9e3ff43155c3dc38510cc8c5fb4f633aba194a59ee94c6b9fd0993227713baa94ea59dce69276a11cac9edd864389042867dbf05a50f56c3b9af6d4b3e987e1d5b3afa25d4a3da7132a52eae44f5490e755278034ef0152d4eaf90ba9e6cc3f8944a37afe059c7ed5f31f220fa04e4923e0b6a02e55a6057b680c5c7096ba95703bcafa6a715ff4e7a8c5e350f0524b2a108c92dea2fc927e234c2e6f8543bf5a51c58142ede8b394cd90f7552b5ba352a656fae1d8ac5646a33ca056d2cf8eab9506a4bbd5ca73a882ab551d513d55ab42690c549da29453ef4153a85a23a1d2a11de647211b9547ed3a9a7ef5f7d1a0a5d617d0db361ca53667ec8fb65db5f11e2593494c39615a833a9fda748c6081b52b41325b536af8b61d688554dbd58460ecaf08a52d3c853a8c7ae103bcea47bda435f25fea254994984b2ba3854ebdb4ad1b859ed120b5ac3d5e98a75eb69730c0f2b1282ca95736a52973d536420aab8aa832ad0ea02ab7660b81ad353bf0e0b73a6d552a86d6b9a0e8a25ed799bef6bae53465ae3b4189b9ee296180f5d144336ca88a8e7ff5861a4514fa45fb31637e2485cc5444335ea3faa0dee8490566533c1e3c526f76a6efb8b913adea96c5d4e6b65d432543bdfd1efdc31df134b0eca07bf9d53bf621a3abde398fd8959d87504654effc42a15d0584dc77f7478a5abd770501caec21d487b28db45ed937e80ded3b4c5f7b7f654adffd63a977ec4f42f9497dc08106a9032a42438746d1463e944110e3480f1ad48f5a696c3e164364d7b1b554dc8fad257897d30e0d0eea9c05b4b7739e122f772290a88113f3f07e4cf5c9bef4864e55c1fb73d4a7db1010c94dc1fb57d5b91a7aae5c931786cefa50413e3b06596b759e126978f5f95a5401ce27a2f54a7d7e0b5e41a43e9f4d84cb855cca9c4bddd19baebe74912ac0e5e1289fab2f5fa78cbefc8fb8c72babf06ca0fada7724fed5d76bd36478c3878a42fe409496d5b706a2b7537dcb464cf3ed16a8b0a86fefa0f278e7331ecc55dfed489cc2dd6f78139afade245aaffb7b683a291845d0a7c046fdb1e00b3dea832b6898543f784552436155d4f9d4853d89bf7f78868ad5c3cbd4dd1f8da7aef0683d55a6c732e2279e74a5c5792247cb8ebae83f8251cf5aa360af7ef68e32fa790b5a89e2fa68f85617efa66af2b21b6d98d7669ab75fef241cfdfa385a04d4250dd174ac2e31e2252bea929584e54af6135353729298c0928b34c496fca6e1e74d5594fed46f1a51c57ce34763cd1b03e1fbb7cd89cf797b9e5491777d0989be7724d8f9be3e892e1f7a1123f2218b90fbc72014d9d59ffa13242bcd20c9a86c0fcdee5f3ba3795cfdf50acae7ea6f03a8747cff4823e58f35b4917fa411be2f1f4bc34f790c15be5f0d4844f8d59d04c2bf7d48b6f8978d1d465361226e2b4d05313a36341516e39ca6a9b012e70e8d432d6c4d1a8710cc428da302e90f8d533b2cc81aa75b2848682a3641ae4353f12992e29a4ae1386e69aaaec2c32f1ae72a78ac58e37c17a9734df579087d34d54f6147d6d438886baf716989c3a2c6a5237dbccb291c58342e654817696a3ae0b9724dcdfee8fed0b84562e7d3b845e14ed3b825a0f74e53c70971a1a6ae1b8e6e9abaa1483368eacec0c6aaa92bc136a7a9d70c6f1dd5d43b8eba82a6de6b9c3b34f53b608dd6d4df851b59d3a03f1eb9d534588c4d47d3682cfeb6abc6dd1329448d4708ce0a1a8f79788c51e3b11ad190c6d30b0fd36a3cc3d1f8aaf17c840546d36421aaf39aa6e9e81ad034eb84849ea6592482538dd72474056bbc66606bd27825a25349e325a194f352e00fb868bcce501636a75954d33c0e0f456b9a17d16735ff88f85ee3ed8003b1c63b0d6f42d3b4d46057d0b4aa82d6774debaf88bf34be39883135bef4d33f9a36bdb16f6bdad0b9004d9b57f486daba5332b58d437250d3760136308d5f6344431a3f1f6cbf1a3f01a549fb7e54603a0ca602d3210531b9a6a3949edeff2282074da7b7d8ad349d03505ad674262bb7a65b937c0ab5a355edb61def8fd674bb87d48026600a420c4df73c649a358195e86b072aa928f4388b4e254dcf38faf89e17a8e9f42aa15ddbbb492a86fab8e03ca4e9db19e75a4dbf0df4f4c1b2640c0db02300d70c788d7e264dc83484fc9a5057749d6b427b2184d5849ec3b15933f02ca234cda064c4f79a303982404dd836a46534e1039055d4848f4348a619128cb3a866482abd8e21dbd00cad19164c7522a2320ed79a88da8460228652fa464891abd544bca595886c84f84b1325a09e164597e66aa28a517fd48cbc8b905f335a8e87723463c6505188198a04bb26661a7a1535b17be9d58e9351111def80d857337e1a9a4b341342d18fa99918820a8b66e20de4a335932208cbc5dd41a55f3379281e58d14ce94fa576ca4224ce34537ea14b4c338d7e7c42332d0a7ff741336d22f58e69db500bd04c5f427078fa71146735f1f5e87f9cd999c0694230f2ab9ac408ea43897908f93549870959259513d09d7d98b6d59cbe54ace6d891c7d4cced470d7fee0ac239c98dfc29b4988a68f27b740469e609e328944f556e7e0c6d85f9871d30b4600cdeb1a159308b7a8780a700617deac84209956de12674c2694481b4f9241eb45e92d9b4aad2a578644d2333518191e5e1b0a8913ff2c290220459328d220ef91c8de20c7d96a28ccab63216a5788df2370e9e1ad552aaabeada38ce6bd4e3d12da3512fa5ada0d94e5b549b4f1840fb8da6269d91baa86e3bda4634badfd43bf48b28e50ce309cc9bb6a27f4263f6a7b26dee4ccf658ea6cc31ff45c7acc62245f64e633989848bc626a2b26ddb870e638dad14fd5f1abb84c6e68543683c5df80e4938cda244eadb8b9612984f0d420e5993ba81ea7dea0f2adb4b1c881a58d21edd7e9a257b9097d32c79443d6d69056af84b07d2b65aba0a4504cdd29334052c6b80479435cbfca92b2cfb82572d6a9667d35fad1886a63dcd0a358dcd2babd2ee585913e54dcd6a37b4b368d674c7b3229a35632999d25a52114df3452a5893360c85124dfa09a41035e9ef51cad2aced82b2be665d73faab75ab910ad6ac7f843f5faac9f0a5e12773202dcee6729a74b6d4a0ccd9e24f9529eb22d5e8ac6bf4b6b78ec2a3289aada7a8026c6f83be47cdf678f40e6bb66f46b546b3c385b8b41dc3904cd5eca4f3309a9d3da946eff2214e61d70a82c3bb1bd0389f3d87163a5b48c3cfbe6a5490f737caa05007cae8fdc3d158add9bf03b95acd816704900e3a5257389841d8e45043ca9c4323687c38b4119de29ac3bda84e1c7e4d0b7d641ac1f4231f5031d01cf94be4e0d134fa87470b89e2c9a94b5ffbb8113d819a137d68043f39034f956a4e4d20b47d6a0b5162b909a8366b72d389f539d386c8ae336d892f3c739bbef699228264674f50173da726a898d7d99f423a6a1479aba835e55dc36bb335171c680ab8788afeeae22da2b12ecda00a70494e4f7ff92352fa9a2bce78ec4073258858eb2bcb68b8beb2056d5c9aabd51c28f485c0d6b5fda8366bae7d447fa1e67a6df43369aed7a55a78fd3e418c1b09c40de53f27fc754b44c8fd762d22a86ee7c461e84e151a91ee8c4cc5d0dda6a89469ee5e26d2f27e185175f70d541e0b54f43a0aee0761e8416594e2350f0d34823f5c4cbcc9c3f5f843c19a87fb69711e39d0123eaa41f8eb71208d6e8fa712cbff641caa489a270b88737ff29386c5a797d0eaa1f9af2dfdd57fb7e8b38a2ee662e8d918621e9e3b53197a5e871ac5731b41d862921135c5261a4f5fdc20bae8e57842db2f3f52fabeaa4569f22a8ccad06b576a2725dcca4b52092abe4d237ef5ed0db4b368de572102e1fd61faf80f8524947cea554aa1b17873afe6532c51ae9f324661a8b417b19d9f9f53e12b73a1f42d6b858e594d99053d229ab28df4a86587a9b87fa98fbe6dcdd71af81b5e9aafe9b4845f37d356f8ba9d2af9b7e968b4d37cbb4a0bfd3d995af9f7f568aad2fca840795fbe9498e69fffd049a2f9b59838855f47a89afcfaa78690b642157450692b3440825d5be12e9efcd73a78631fd23a0c47c245ebe8803b4debd80fa901ade31a5462b58e877192d656ec4d7f55311f752b6da5b728d7692bb747ecabad3c16296a6de571d83bb4557ae2f1116d95770815b5ce2928fd699d0fe104a6ade180e7adb43556e36ca575598943acd6e53f547eb4aeb5e9e35d5ba11743eb3a15f7b6d635092f2bd4baaec0ccd1ba6e4434a4ad790773555b6b2cf2395a37296e64addb462479b5b53f6563a8ce582449b475e8773cb5757ba1cf4a5b773d7256da065e6824d03658851cb2b6c15acafb461529571b7922fed236f2433b8bd63d08ad575af778ac265af722b4c76a1b9750ae7a6cc192a6f59c87f49ab689078ee0da26c77190d236ad4f29d73416e75a6dd31224c5b5cd6be280a76d3e84d6ab793eea43dae60f11f169bdfbe08cac6d41328fb6e548942db42db310c1687deae3b8a5f51d4a6befabc12953dbe60a1254da76f7119b68db57c21aad6dff08cf0f693b84a0d94bdbe1089ab4b51d3e62d3d176ac44dfb1a3372553c7682a8ffe1b50a3d0fa7f444f8db653bb480a6dc716a0ed74a48842f729573b5fa0f2d8f932c24e6d97fef9144a400649db25972a799747c88868bb8d46664bdb2d1d27306db7f548fb69bb95a05aa30da8824841db7d0e8ea7da40bac4471b38975a408f0354907bb5a4fdd8378bea44bf68aa85035a2061ac0d198df3a336e411d5d5d0582423b4a176fa8703bb23f7a81df896d264503704a7da41f9385c6b0795a077581bd60dc5466d583435c3b067549906efc19b97b483afe1b8a50d5721e5aa0db7a292a10d5f4d8939643eba78b4431fd15618fa92d277d82f7a1d11e35162d3461c4232421bf18c6ae1f05b0887b5912da84e44ae460e461b25c6638cda91d3297346cdc4a9493bba3b25c0985bc8ae68a32b517f8c6e8c84b1365a49c56a6c751ce7b531cd7090d2c6e6e18507da71cd68a1c7cd253c31ee3d720adaf10f51f9d14e90a12ca69df092bef6445f423013ffe2b508dab891b43871d168ffd1c6fd87bc9c76f2756ad2d31a7b61687a244e86dae90b50b6d04eff8706666dfc143c37a79d3189f6e38c38eaee3312f1a70db433a7d0e64b10e2e8a64d9053c54c3888648436a11ca9016d6220924adac43834436b1345c85a6b130f12b29ae58924af765617da1db37bd373cd3d8c5aa636b92d01dde4209c7eb5c951349d24af4341429ba2a38a99b2839ace8240b41269171ca25941d005e53aada000f955ade0238107d1412495b4623b81073159a6b5925e28406b2517f114ae56720bb539ade411a10e697d1a6b647590abd5ca42e9a5c9f6a0854e2baf472d533e8d4316540cb4ca1ee8a1d42a5f5257501553fb55f741f246aba99e4ca1c984bfb4c3517fd46a4dd40cb54f518ad7ea9cd095a2d55da03a61784c5380690aed47d396220c99ef105cb1f445965f6b5944fbd13a0a2536adcd9b9a8e6d332db4ed3bf239da858308592d34a0795cbb289400e5a2191c7a476f68f1262a8f8b8b69772c7e899ca876f167e2275277d3672dc92540b9cc8106e2659e9400cbc88ea75df607b526edf20a343e2c0f43f949bb7c02bd8e158e486d6a5706a21d4fbb3211e96eedcaa5fe185a9d8724af76f505744668d7a838a4a60458534045216d0d819ab4cd942669c544b8a40750e14b3f432cc6dac3b4b7d7e6d094b97e0d4d8619b569c0cba84d1d39a30f81878c58829d99136832ccfc850786b59b1be07141ede626686ad76e6e4bf3e396bbf85b59daacea48b06bb30c5444b7f52616635b2221d16de56a0c6d8f2718b57d25de2fa7dd7e8f3acc8e7f78fdb976e712a46fb5bb16d344b13b949e7ef7072453b57b3c507fd4eeb98a3cb976ef5c2aa2d9ed9101d766df401a5ebbaf37f100fb26d09479a019a5dc011db5f2036ba89a1c3c88a770b5477610c63cea4ca3db513aedaa3dd69d70f4b1be786d90f6189dafd51e3b4d05f958099e76d5e65ca2d1edf865ea6927bc514ed19e5a42499e3b96ead79950ca893373f1149bf6ac2fa1a17366070c9def82f78868cf9711d37ca12e01b78b0c7d2e9ea33274f13a15d12b6d68c35c6d9d4aa19eb43857371206b8591bfdabda9be3d156a9bd994995e966215ab9b5f993b231746b37edc75b97d028acbd6d40e1527b673c3dfdbd5568a0d13eb844afe3c11fa2d70a1b517e15f6a1265d188eaa88b6f0142a19da87cda8653e0ca749fae148aa5f0ff713e27b78119532edc37f783592f6d163344b681f7d2086f2898236df939b94d14fc30816fcd79846caffae11242b9a4798e95907bc8146fb6c0cd5d5e77134e93c7f405ba1b8903eeba58a0af22b19f5b4122fb4096adfd6c35f45d1bedd40c5eaed1bfa8eef6b131c7e3f124fb169df1fa43ef4f133d11f9f1ea242ac2dcda26e559a47634de9df0c0c7d1e4243ece74ff41dcbbae14d68dab2bf843abe2e41d158fb3d89aadcf79368bcd0fe282222fbc77b747669cb85f4b5cbc5b4b77f56a48af96b267130bfd651e6fc7a4f73ed6f3752587e3fa6fef8673291377f57121cfe37340e423ac70a5801748e0d71e6d3553c84b7f6e92a1ec1efa8ab7406a75f5de51fd8f075557a62cae9aa6c46c245576d11ce43ba1a15f080b5ae464534beea6a2c446e5be712869549e792823b4de7f218bb95cee50dfa8674ae9dd0a5af73dd8e554ee77a0cf1aaaed6396c14ba5a3f117fe9dc667a61a836993874756a614fd3d5a98ddd4a57279f56a24e21c23b5d9d17784197aeee7ea4827575af50e6d46b8ead49577f353d44fd3bc84fe81a8452ca3574a037d4f02b72c83af76a08d375ee263c08a86bdc127f8e40d7f816f2ab3a0f3d02379dc765ac393a8fbf78fb8fce73267adc744d92f0f61f5d53356d8566ddf05496aed98a220c35df8ce3a9cebb1eee6d9db71f82079df70cac133aef742c563aef1ba849ebbcefe3793e5d8bd1d87e752d8723a9a46b69c3d95de7d30939059dcf0094a9753e5390c7d4f91cc3b3e03a9f8b4804e95a7746e25fd77a177dbcaf89be509b363810ebda2cc752ab6b934fe9dbb63ed2a4bab681b4ddfd06a1a746d72e18d52d5dbba1e8dad4b58bc3e349ba76d75231d47e7524863a7447c4a7ebd81abd8aba8e8bb0fdea3aaea0afeddf0db19ccedf8013beceff087da14e5e2822e83aefc7714bd7f93536695de7eff4595d5aa1955bd7b50a2a3fbaae9f514fd3752b71a350299e0bd00590a55517b01c4d09baee15b123ebbaab90c6d275df47b9dafd01f5c7c0b1f40f7b0c40915dd7434145b4a707bdb49e3188e5743d67e3b0a8eb351c07625defe9c834eb7a67515ded93418bd3673feda13e0771acd1f575461f8cae6f6d7a697dbdf1d63e5dd040fa87c11da8fd064f0ea2503cca62bae04c04a7bae0dd4859e8fafb5205e8df0ebd18bafe8978e181aeff1974cbe80634a4250c29c0d94a177a8d926960155ae88135d088ae1bb49afec7c1d3109ceac2cfd11e1a321f051cddd0b9d4ca87a6d3ae1d9aa3c650442bf429e822fae299585dc41c94247511eb7128d345bc477e42377c33759848feac116b90a9d18d6c41ed77541d1cfa75a35a2272d78d12a210a71b751de53adde856c8d5ea46e713121de388e4a02ea60e1e91d1c51e470e59376e1c9e34d64d7446dfa36e22e7d7443f6a991315c8c1e826eea5b59fe489c2a56ed222e4d2747107e9e927efc2615137e53d320fbaa903a9a44d4f239c131f82ba826e464f2a563326135e9d71012f19d6cdfc489f95109e4ca11178f04897f002cfc3e812de10a09ce586aaae6e56272a1db326135298f508cf5be992c478b9902ea9cc0b43b3dd5117d5cd198cf60cdd9c6894fe747376d0d3cf79401573ce535a89e40ae838d3250fa1fa955c48307dfe6c6a27291664c0750b7ad0f023a886148f4ee042905f38918632a108f9429d2895524e7c972086643a4a463ac94624107492bf0461a5eb68eda539c8c1e864c95473144f8b30a4ac1147a174da56ea01b4aa6a1ddeb2a3d3dc444657a76d465b419b803e649d8e7ee849a76f4ed5573f19b55f9d9e519a310079269df13dd2453acb531aa4ac4b91fed0d90650162eac42357ae1442a0a0bed044e171dda86a1d4287a1da9b33330b42404d94eddd2d6045796dea63459e68e3c936e999d927cd96d5ad5651fa8e9acd053635d7199f0fdca5dc416accaa182bcea3de1afd52ee897d3ad6e403d6df53582d6ab7fd094b9c68700d29af394ab69d51d2894839714e8d25e51d94e6f4d40245d4cb0736d332aa26b53696faf8fa0a2b07e35e5d7864678e443b74149bd36a333fd8f1963500ed66d6c427d7be33b5ad54d4e34a86fea80ba956e53321585ccdbc4d4643ea4f5da62cda7d05b4aa6aca5d4a4b7f9519bdbd6993267fb7eda1d3bc6d328b2ab25fe9a866eef4842ee7b6fa054aadb574039b1bf0aadd70113c1bb03df083d1e0cc3231fbac38d08fb1e5e8464aaeef051dab5476ad30476b41a1e5bd71d6d4460eb580f7a886369c463e634231a2b67008a54bae3c65c0afd872282eef83f0222275cd095a23b7184888d130f503bd19dbc4695fcd4a8480a255133ccad437025b70df5a1dc9f54a3cfeaa83f9e23c95b77fe105ae874176aa3ecaabbe0455cda85589aad2e6e410782eee25eaaab173f1042bef81b8f74eb2e9d22e6e1d23d62c02f7fa7c1e0ca211a0caebca30d73b53ec1e1ab729483755737d27bbc36868ac20d1d9196b777d1b6ba13802282ee5e3c75987b02944074f71fd04a14ac429390aee029fa4d740f06e2b913dd83cb681dd5157ae2391d5de154e2011ed5a60df3680bcd8f8f9e514e3c8ea716f058849e53dd93e9b4ad9efaa384ab7b9a48ccd67fb5d079a3fb6f25e1e8a220f4a5e98aacc40d151da619b9e836bd8e67ed513dd53d7b4bfff0b9230d65cf9711a7f07c0b2566b12b71a2c5912882ea8a47d0c7177f414155f7424bafe3c51e1ab75ec6902af27a156aacbad777d165a12ba944cdb064041a4c756fa6d14b7b3b0acf19ea3e34a776f24147e2d9874d94391ff6930ef3711a0d3f9fa2d140a3fbf498f650e909f4aee84a9fa2f8affbb289aaeff7d104e6bfd38d2abaefff88b5feb19648de1fdfd1c5a32b0fa1472dff44ffe3cfb65e18fa154cc5ea5738cd7cbf1752e1fbbd861ef58f85d6fedf1054fa75ff72f040faff431914ba86c67dbd43182a2c7a87a598267aa741f885f44e61a82cea2b56c39ea6afd8084d55fa4a87b0faea2b7dc086afafec829e1a7de52c7afa2a726c99fa2aab1016e8abb6c0cb72f4d5c6a1fea8af361f45767db5742cc87ae74b4847ea9d7f637fd45777a68faf4ef7a5e96b54c736a7af510fd190be8637f66d7d8db33848e96be46195d3bb24e1ded6bbec45f3a5dee5382ad77ad739a805e85d17e1aca0aff987fe61ad665831f5b596e0a0ae776b893f2ca377eb4899e3d607474abddb7844a2fa3aebb13feaeb4ab102e8eba66247d6d7a59bdaf5f5dfa38943dfc0012f5ad337588ba4b8bea13f7d56c34da914da82f55edf702f2566c357f41e1b39a260af6f541b45507de347f45c1e8bf0889fde33004711bde756c4137acf6cec69fa268771dcd2371d8e8c9bbe99075672bdd7159cc0f4cdebe1690b7df3541cd4f5debd1c2864a1bcf7be8f8726f42d2ea1af43dfe22342457d4bfa7923bd4f292d61aba128f3e85b5fc48eacf76d8b6cbadeb7133669bd6f02966dbd6f22720aff0fe1493dbdef4104f3fab64fa862fab9a384abf7932308d4fb19698bfaadc4f951ef5748a5b65d20dee1a26ff7095187be5d29ba06f4ed7e532decd000672b7dc795087df49daea1aea0ef1c89a7f5f59d672245adefda13d94e7d37258ef3fa8000d4ddf5019ba9de774f46e7a03ed017794c7d8f4ec8c1e87bf64488a1ef55110f45eb7bcd4694a6efb5068face97bef44615cdf6730edc73ee96825d2f7bd85a046df6f221e50d407fba064a40f7e8d584e1f720707167de8463c24a71f34131dfffa415b51a5d40f7a4c7f153618474a7dd866b4d1eb07ffc2bb19f4e12e38e0e987eaa98b0ebb8fe3833ef229d589a894520aed44f64e3fc2405b74541aea56fad193290b471fa67632663a0ec4fa312a5a9c68877c0c8dad838700f46367e304a68f59426828261331a63ee62c41b258357da1d8335414c60b080d8d5f8f22957e42289edfd64f3886c718f593d753059852959e6b4a4ba4f4f553ba50924f55d3779cd608795ffdf44ad4c0a62fc1a3c0fae9d97842553ffd889a429f5044d0c74b68ede3cba8a4c5ffa4ed3e7333a1b4843ac8fbea13faa17aaa4fc8a72e9af09730c0acfdf4f473eae26931fd1c4fe473f47364840be7fca58c9e7b9c1260de4d1cfaf5f31e4662687e7fbce44e3f3f9c10df7c3d7a7df4f34fe22caa9f5f4c5f68fe6b2adbf37f12ec4c39411d79c1661ce7f5822a486ce805d104570473a9498b9c9137d18bc623f1af1737a72514e7d1e69398e8d54acfd1ff287b4da8435e9f7a87fc2e0a717af97702cd8a1ec8fbea15a3282794cb0962a83ae0a8ab57a5102c506be87f546f40825daf3e80b4b25e5313a552bd464649ae1d463d4dd70f8959bd6e3a3d97be374ab87afd3c9466f486af94e4c65e2881e88d6bf1ac9bdeb88eb6bbf11db52673679acacd8f8328f4060963bde53c4d60d63d3477d8bbd1246d4fa1bcb7afc4fb31f5f63b78ea4fbf7038da33f40bf7e1e52ffa45f46bd8fa45dba9e12f7a8382847ed11f6a27a99da9f0a55ad106a15f520def09d42f4948a690188f9aeb979c2458b0e4216daba573a97e2d0b455651bfbc262df48a05a8c3e857d6a3016f652461cc95e948fceb5716d258b36a991b856ed167ad1e457cce6a3bbdb4d5cf888c583393e68e356fa83ca637a3f54a5f488999fe97f6f6da2748c2e9d7d542b24bbfae2efd8febca88fe584f3f79a55fbf874691f5852823ead7ffa4b963436d9a6b37cca52fb4e11a2566c63b9a1f3755a19eb6494f79bfe93955df4c1d419fcc23948599d7a80c6da64313facd43a8c06c194ead69cb6cd4d3f45bf6a0b8a1dff286268a2cfafd5afdd6460431b6fa1124dbde0c350afdf63e54bfb647d02cba7d02ba2cf43bbad378bae30095b41d7fe96def3c41d3efde4ed46bb3836814c92e4513ad7e7f6774a6ea0f2c44f95c7f700055df8353080e1fd4d3aa1e7e40c3cfd16668f5d01f5b9a81a19c7954b68f1b287d8f5b503bd19f50a18ca83fe9470970328ad6ebe43634bde84f8f434fb3fef47cea69a7c56824d0e78e275229578f362efd99707a8833321a45ce6809939f6d82677ef46703f23174ae195ad5f4e77ca9bb9f3b988da1bcee2823eaf324846af39e10383def9d4ba110faf80b23a9325ddc8bd28cfe72269e33d45fa941f2c095ee546aaf6411e57a554affe3b5ff881cccaf7696425ef45cb7d67851a898a8945bbfd1f6a6bffd9436cc9d63d4c0eef6a23774378966be7bce78d0417f4f4c3bedde491a03ef1f41cbb4be6020faacf40fdcd05ea67fd89eb8dac7f509763ea6df76d53f26d7a6fec938e2909f66e2f9217d91943053910add0cfae71d69258a5d491e78f1874aedcb37d47e5f7ea057fbca853eebf5249424f52502a2a84bde537f7c4b3fbfac7f2b23f2e69d1c7564fdfb0cbc73f0ff21bc9e5affa1311e16d27f90d254fe31981ee2a38e9acea7e644597cf2c1631afa4f5fa895975646e78dfef353025b5f02a8927f29a46ef5f53c21d16fc36862fdf696e8eeef6e547dbf37a1a2f0fd0e7dfc8fc9a8eaea7f2ca2d7513e8120ff2f291154bfce12cbff7b3ceab5fadf12faac3fb168ffd1ff994ee8f1df3e6261ff1d44e7a0fedf69f492192a54c59a63a8d00cd1b6a1c210a48b0c8e51c80e1b2a96221164a8d4104b87a1b233ceb586aacb50de34543d86d5c450ed1ccec806e75e38e019aaefc3fe68a87e4d8da11a97b05b195ca2f11c85c1651d5ee86f703d84d8d7e07a15b7bbc1ed1d826683db3fbc03c150271ef909439d677814c550772d965a438356d8450d0d62918c3034ec8710c3d0c8172199c17d085a0e0dee1311c1181a4fc4eb660c1ecfb035193c83d0c767f04c41e066f0dc4f0bed7900896c8327fd6288a1c97ac4f786a695e87f6cda08e93543d350046e86a6cf6925bc86e3b926835714f65a438be368b331b4788e4602434b073c086868d913274383cf1454750d3ea7e9515b9df3a7d0233c616f68fd035524836f6f942d0cbe0b51e937b4bd85260e43db8fc8f21bfca4a8f319fcd2910832b4cf09c25087ee08310c1de2f16885a18311cf101b3a5ca7f5ea7003692c4347fac56f43c71284fc06ff2a389419fce7d0def69f8fa5d6d0e9230e3f86ce1bb1e9183aef471fb2a14b47540c0c5db8c0748d4292c4d0554299d375279e0e36045c46c1ded05d49fbb1fb7e2aa2dd3f61033304ba239f63e8f117791343cf2e08610dbd42b18b1a7a5fc551d7d0a73e7a310c7d6e228b61e83f826a74ff53c8801b4246534687142266328436a276121a934ca103f914fa858a8161e0553c276d18e4ee40a132aa4c6132340919068f44e39861f0326abfe18d911a308477a5f50ae7ba1a7e16d553c390f148e819862ca3ae30e4271e81370cbb83c7fc0dc3be50df1e7e9f2ae6f017f4109175a9c344d5a3f48df2a40233620915f7910d10c21a468621576b18158378d530da1fcfc31846c7a34a69183d030703c3681d726986312f68d746f7419ec9103d09b93443f46e44b586b1be04b6c6ae464ec130760feddab197918e34c48ca1521b33992a666c25540c0cb126da0ab17bd1e26488fd479b6fdcf6540c8d9f8f22a861e26144b586496de96dc7cd264816f785fee1949e9400530fe1486998fa1c2931c3b4fbf43aa6cf43bac8307d0fca3c86780fc25ff13a640b0cf1f7912d30ccf0c0b9d630a3034ab8861926a4780c0913a9e62428f1008621e125921186c44e547312d7e1496343e23b9cf00db3b208342735a2a79fed423867f64f346819e624e2286298331bf56dc31c39f29886b941386e19e60ea52a97bc2d92421ff0d62bc3bc42bc3cd430bf906a4eca4e64740d2977d0626e5860a33459b004e75a8360082118c151fa87c2c148d5198424ea19446b28c9455954acc49fe83d4ac468ec3148d6215567906da2e79265c56148ee82e7740cf296c80e1be42a5a55c50c7a544531de326d502ec68b480daa79047d34ce94729aef04a3f4c369f8d18f4411c1a03f4405c6e845a8c354802e1e83e931adaa6530614ccb0424bb0c96fda87718ac01d4d36c8da82bd8bc0888d8b7d37a2d9c4c286da1805ec742230ad0868577a8462ff246edd7b068310a3886c56fd0156c48ed87264743ea5a1a91529fd040bcb423d589e57768c25fe982a4b861a585a0f5ca47d4ad5645e1310dc3eac1684a30a4e968584c6f8fc292616d7724950c6b6368bdd6bb22456d583f331b431b3cf1ce54c38618221036ac440ed9b0a194167ac357cad58d26420a9b02a8a765fe4033a161f373a252b678a169cfb065160dea5be6a22bd8b065351ed5346cc9a07a9fb598e8a2ac131918dafa903accb6afe837316c77255a66fb4a822b3bbad038bf631b65e18eeb847d773c4673af61b7182d9a86ddab88e2d9fd8d46dd3d6b686cdef39558b27de9e80934ecbb908aa1fd5e6867311c6849b5f0400f340a1b0e8e25bc7af021dec66538d490f2fe501c81adc31bd1196138924108e6c84bcac2a39590d2371c0dc18be00dc7565232e53ccbc7d0f19a84d28ecbd0d06638d19240cd494734561b4ef9a350623815406b7f661115e433b768d79e75a2f53aeb4f6cc1d90948511bceee258891974cc8fdbc9670e1f9b7a8ea1a2e0422616cb820a54a7e6105d5af4ba7a95b5d6e8592b7e14a1c4a20862b7f8b30747529adead5029addaf8da4ca747d0315981b0d297d6fee43bfafe1e611da1df9ebd04063c83f8542afe1561fb41b186e05538dbe954d8cc8ad9734e1df4ea64671bb8cbafb9d31d432ef98511531dcc9405dc170278f86c5bb4e4417ddb5527fbce74c1cdfbdebf41005ad29570ba2a90f15a4a25c6728d84cac622193830fe5e870313c3e4a79ff6416f5a1a742e214fe1b4975f5bf33f8c37e86a29e68263414ed42d1d8f0ec33d1a4cf17e0555286e7ab08ae3cdf4439f1fc731c868a5713aa2d2e2069e6c55514700c2f1f13f479f51d6da886371d50e937bcf5a12ff4b607490d6f5f135e7d672280f46e37ea56860f0d68f0fc20a704f828266ee86311112e1fff12b7fdc98faa49a99ac043e94e1a624b8fe0752086cf7568553fd7a3bcff1c41a5a36c384acb86b2f7e88c307c59474bf8e52129195f1e11d8fada8dc6f96fb954acbe4fa5f5fae14f19fd8399f91fbb49c12b9f472bf1f3230d8bbfb20963fe398a1dd958a11392bcc60a84018c151e23a8313af4411f9fd1610a0e9e46c75aa894191dfb2212353a2ec6b5373a1dc75b938d15fbd33fac188d249cb1a214893363a5b148801aab04a15bd958e53a966d63552724b28d552be3010c63d569782acb58f50bad6af556883a8cd5cd3851186b5869556b5c438861748d4609d7e8ba03b500a3eb75f416186bada1c5a9b58b3ede2d8dbe90db5a04e046b713b4126e05c888186b8721bd66ac5b1d7b87b1ae8dbe76dd6b1918aa5715c52063bd6da8fc18eb8f40aec3583f0f3d22c606569c028c0d4ae90b35ec848284b1e124ca9c46de080b8c8d62904a31368ac5de617477c4d9cae8de1ec5206363673cea646c7c15f547a347102d8e472632a7468fd308dc8c9e7db1fa1a3d0f23f3606c4257fd189b44a2c4666c3292364c93b9081e8ccd0ae90d352b41f4686c5e1d590c63f3497826d6d87c2d2db4f702641e8cdea790e2317a9f2ec5508b43a82c1a5b0650e9f029a3e76a7595f2abb50d9ba1b1f5590481465f07da30bef3700a30fafec479c8d8a68f1a436d37a32265f42b4540696c3704a91463bb2824408dedbba4522811e51463fb53d8ad8c1d6ae0dc61ec509bde50c7a338f319fd13b1231bfd8fe30466ece48ec63163a75d94d19df2d00865ecdc099bb4b1b306d1a3b1f36264908c3dc6a07fc2d863375262c61ea7e8217a4ec0d9cad8d386c7f28c3dffe0c574c65ee7709c37f6de83339fb14f381e9c34f60da432d4578d0ca5b1ef1ed40c8d7d4f22cd60ece789662f63707364ad8dc1fdf0ec8331588cb285b1ff609c748cfd77515ded7f19c19631a43ad2a4c6d0502a43a1bbf0388471e0549ce68c83c2a9190ed223cf640c734749d218968bdc9071702cb23ec6c1f3914a310ee948e93bc44a006948060abdc621bbd1a1671cf21da1a27118fd329a7158305e54648ca053f1c68870420ac37f2371668cec803a8c31b213ce1dc6a88ec83319a376a150621c11834e71e3c85a28661b47c5e3f934e3a87948211a47cdc789d538ba2e65ce684ff4041a47b7c60b358ca3639137318e8ea362357a3b1a558ca3dfd17b1c1383f3a331fa085262c6b1bdd165611c3b11194ae3d84ccad5b15fd0b1618c094331c818634521ce18b38f6a4e6c557a88583fd46b8db105541ec71da0e71abf9bfe6a82232a2cc609e3697c98348c4a479c1f4e73c6b8a104efe2a4b41f27bf402fac714a0fdaa253a620bf6a9cea8fc7218c5327e0d17ce3d45504d3a73e455f87715a7354ca8cd3c7a32c668c77a0f7182fa2561e9f418f1aff0bc740e3cc5638e11b670ea69d36f3056d8584a5d428123711009f154e5d34a939f2f7c6d92e348accd94c0f31773be19ce4bf54b6e7c552b79a67a0863f3f185945e3fca80c0a8d8ac3504a2495c7946cb484191734a3bebd60250d068208aaab0205925d46c11bda7cc2a6d4288463f18a77a3c8970ab2484648547486a65f7145e4578de2abc87f19259eb445a587697c90b54782dd280b45c1de28ef8cc7218cf285e81a30ca9f5379548c2754ab989d4ba174c213ca58aaabaa78b471195542e23a54c584d2d47e94989a5978d8d1a839484d5abb92da9c360d7972a3ae32416bdd50aaf7fabd6e183278d1421b2e139e30f643b78cd1ec87dc90d1dc8e1ed51c4600c97c996aa1c54e539375238d48b6279114fa4dac8fbd3b554c7b0ad5af45a7a9f02dee8e57111b17a7a018645cbc05195de3d20d7881b871591b9a589791cbc2b8ec1892cfc6e50eb4aacb3d50d3312e0f4775deb8c2828610e38af5b4842b3b23316b5c558b50c7aa0ed9145212845db58a20d9aaff68f05cf516153ce3ea7e8427564fa0554d9b4b3b2ded0281d3b4eb54dcd34308b8ad1b8fcaa2715d0a1eb731ae17524eaccfa0396d830bfd8f1bfed117ca68411833c34eef316319bdc78d875145326ea49ff5326ebc4519bd69328a54c6cc1ad4743267a2d664ccdc4baccf660565f4e65d54acb60c44ab9a71cbbc520a6d451dc6b8e535ba658c596d519d376e75a287d8ba879af4b62db4aadb6e125bb0630c9e1837ee88c6835ac69d11c429ecd4e00942e34e2d35c39d9f09cbed3a8e4e4be3ae7fc4b8ed1e476ce7eec9044e772f4369c6b8fb064de57bd653aeeef94cabba574b65287b3a7585ec254451671fc7d303c67d338825dbb70f4f9e19f7ef403796f1c002e2600e1c24c87fa81ff100878554570fef249ee908dd41653c9a43eccaf1c5f459c7b39329f49e5ad389f3b4454fbc25bc7ad28578b993ae944ca72a1309774a42b5f0d44bdadbb96d8937c98da4e127773241b2dcc3c493e7e6d29c96fb9a88d93372a25ccf7c473783f1ec7c14c68d6717a393d7786e02ba368de77ea09465cc73f0a2d04442b57936921af20ad418ba483fb56bbc14486dee92056d10c6cb758842bc6c2796ecf2423cbc67bcd6127d43c66b1308a55d9b486b7fed3771eed7e90e50e38d509aad6e2ca2f278338172227f38cd0af971e81437e64bf1e7418cf90b0962dc62087b6b333a668db776d280777b1015d1db22124a6e9b69d2b99d4a8cc8ed239485b7ffd2d474e7271e1632dead42aac8bdd6c404dedb4b45f4de373c8061bc5fd781421308cbdd9f4904428101cd12c682fb34e93ca847bcc9832554141e32d07d98458ffa7808bded274622a89efcc3e36fc6a7ce540bff8ba22cfc6f3ee1e8222b49924577d185682cfa469ce8b38ab46b9f3b90e852fc9b46b7973369d47df99110dfab5644f1bcea82ae60e3ab1cfadaaf1fa03a6f2ce941e0f44d53aaf76fda10aa7d339812e0dd562240dfbda3647a6fc25b2a8cefdfd2ecfebe8c36cc87c2540c7d9c4135e7d31822663f9dc2632dc6d2b168c63196bec6f30ac6cfd729313fff23845c164defb16c523e8516534f2b5b4c6fbb6c33bd8e323a83672ccba1bafaa51d9a388c5f59cafafa8120ffb7a534367fef41ddfd7b5f1a45ca5d89f5296f442bf15389061ae3af9784997ecfa087f8bd3811437f6ad214f02700cd5ec63fc3893aff134b2de0cf1202817fb7d11efafb84a6a67f9ec420fd1b87d5c4e43001d54093e354cc0993e3ea0c0c3945e2746272da8ebbd654310f9182a9e21f6c4da64a3d90533055ae806fc854a51bc20253953108574c552e22f768aa7e13b19ca9462d4c13538d7768f530b9d0c933936b35d4f94cae61a8ce9b5c0b717c30b9fea5ffb1a623ca75a69a7391a032d5d2e03467720bc24a6eaa7dad08437526d0c7d77988e0d454b709aa94a606dfb18b9adc4763cd31b99763113579d447546b6a3203f96853d32b68ff313553e22c6a6af61dc72d53b33fc8479bbcea9662a8792dbc37cad43c0a4f239a9a7fc12e6af25e81b49fc9fb025e7e6c6a5113a74c53cb3a687132b5f4c719d9d46a0e523ca6d6ad507431f9b6a487f09d80938ec9977e3bd8d44e84b5d0d4ee29b2c3a6f63df197264ced7f203f61eaa0c6eb074cfee3b1d79afcaf62e13375aa85cdd0d4c903fdd1a6ceae58e54c9d5b21a964ea3207474a539733089a4d5d5e21876c0a988cac8f29603fa549f79a91143a8e03b1a97b01da764d811750a534053e46db88a9e7063ced6aeaf5220e437d1e51e6f475c1ae600aae45b530781855f26019121ba6e0af0e18ea5f99f676ffadd8b74d035663e73385b44720620acd4785c534b00a0abda6818d7130300ddc485938f0186d98413fd0f7680a73c52345a6b020da8f61e1285b98c23e215d640afb8500dc34783d3a824c832fd1eb18fc0efd39a670ba28d234c407a927d390f1a805988694a33e641a561971a1292299da494426eddae1f47bd2a6e13368718697e0c0628a1c8d5ab929723995c7a88e040ba2062239688a1a8b68db1435893acc08050e06a691ad914c358d36045168377a1e4c63462138358d2941efb0696c7f84d6a6b1d3e9a58d15a017c314330ce527534c019e5035c54e4ac5d0b838a4954de324543ac63b208b611aff094f109a266ca0fd386921daaf4d93d6e1f14a53dc06bc84cc14578ee3bc694a21523ca6a99f90d8304d9f89a492697a29fd8ff129487f9866b4447ed534633f4a59a699bb517737cd3c47b830610c7ab64c89b7a9c3cc12e3f170d32c3522645392c51f43b33fa08c689ad39840cd9ce9d4a4e72e4031db34770f4a33a6e4f148d69b9233714432259f410ed9347f3f8e5ba694784a80943bb4f916344306c9b4a017b2c3264120928326412e7269264121ed0ef1796ad29271b4389204eaa252672a433209ce7c267945649a4d8a503cd560527a529a28bb218b61520a08aea856a2206152e71112d51ea34aae1b821e24936e28956d5d1acd437a174a13bd090762937e150137fd262a0afa8b48b09b0c2d5147361906a281c6646c4c15d368a1a737aea75e6b7c4ab0d3144040c424a0f66bee4335c79c829656936525bd21db2e2adbf6106a14f64c0294f683540116eec2733aa645fda9f32d7a844e25d3621714d94da92e48649b52f7d2122e7120a4b024911273c97d82b04b5ba073d0b42c118f14999637275cb87c3a7ad34d2bc4f43a563a51e15b591d8f0a98560e4756d1b4f228a5efaae1786ccab4464c4521ed3feaa269a4529ad25b23f5645a3b9a327a6d0a0dea6b33513b31ad73a25dbbbe2b75d1f50bd049625aff16057bd38674a46f4d19bd087f6518509a3165d8a9cd6ddc471fbf715f1c85cee2bd51a68d85288b9932afd0676d6e47bb63730235b0cd421a8837a7d3bcbd792d4dd25bcee2194fd39607780591296b2441feac87b4f65b9f510bd8168877af99b62da6e977870f7ac04d3bfaa18860da61a5797bc7693cb062daf19746dd9dd154d2764e40afb569d724a206764fa25dbb7b258d947bdc88e2d9739b66ab3daf885ecb6e4cf82b7b3c9eb7321da84f80f28018cf64980e56201aeb603115f743de68f6321d12a07a6a3a748fd6eb7053fa1f0f2750653abcd68142fbf187104d477ad1d474249e72e2888abef6b1ba2852998ef521387c6c10c1a8633a02483941544d7256514e1cef495bf4b89d66e493ad688b9ef4a72c3c358792fcf453a23f4ebf208074660c55cc3353d1aa663a3b81288bb3d3a8929fbd4a2977ae21e1d5732de951cf05118c3aa7461ade947785ba7bde8b480c5de84faff6c26254164d9716d04879b9192dcee5a3488a9b2e9752b7baa223bc7a554b15f35a5bda0ad7fc297daf5d221078ed23ed8e1b756986b9b1341b4337e368a7dd4c43f3a5e9e65902e0f98e34cedf0a20ae83855ed3edcb288b99ee0c27dee40eeb0a77b6d186b95b9f66f7bb364269779fa195c8746f32ba654cf7b2680c7cb004cd84a607ebe8a53d384958ae700ce189c21341187a7815b572d363296a3aa6272b09cc3fd98fbaa8e9c95722109e7e228ae7e96f6aac4543f0826753d15454164d453b89797856018d9ca6d7b5e91fbe6e447de8757f74de984abe514ebc0bc5abae4d1f57117afcf89832bab4352a65a6cf79c459957d22a4f0e54a2a856e50cbfcaaa55cfd768e20ff8f0b9472e53e245295cf2699e7677bbc5bc6f4538037db9b7e66519bfb790aed06a65f0dd03a6afa25a7d9fd77357a69bf834915f9b383c8fabfab894cfdf71c2730730507ac5fe60a7421b6b9c219549bcd0efb91f7353b06a2fc6476fa8210c35cb12d162b73e586a8ba992b17a0ce67ae5c8e0b6dae5a1d672b73b50ef4a8d5f478d0c15c2d1373c25ced02ca29e6ea2dd16867aeee8fb298b9faa85c0cd5988204bbd965398207734d3d7d56cd1798f7e65ace38b0986b59b1d79addb6a2f3d95cbb05b60073ed2484c3e6dab7109b98ebf8608d36d7b98facb5b9ce2b8418e6ba0d71a434d76b87c4bfb97e33ac4ce6faf7d065616e908295dcdc907e9cdcdc30178fc8981be5a089c3dce817d61cb3fb31dcc8e6c626441de6c6fbdd287412750573e31b0802cd4d7ae1de36374dc66340e66617bc30e4a5c401cfdc7c244e60e616f5f0560f738b081cd4cd2dfe4352dcecd303f197d9c78027cfccadd290d135b7262fbfb9b5454da117487f987d8b50e631b709c3eb8ccc6d52910934fbe5a047c4ec7713052fb3df5d7a43ed7ea023c8dcbe2b0e8be6f6b39001377734e2e866eef80a256f73c7af54e5fce7634136772a4579d3dcb90d7dedce63a91676d98da0c6dc753b023773b74d8844cddd4e23a964eef69e4a47c0031cf0ccdd07235f68ee3e1d554a73f77b48519b03aba0ec6a0eac837de8ff21aa13812791d932f7b880aa9bb9a78a72a29717358adef728effbeec349c7dc6f3912c6e6a0de385b9983e6217033073da12c0c36a03fc73c20308e424f71b632878cc61384e690c5e88e3487bc47e2df3c906c6fe681c3e8d50e0aa2c2179649191df61fd258e6c1c10802cd8317229f630eaf80c8ca3c44872c9979684d1cfacdc35c28e58625e21152f3b0729cddcd11aec8af9a2312a858456ca6dd313c87f650a40f8a08e6a8ee5499a212832824a3fc1ae14d1f3fa235c1a8116d6871463cf4c7d0e8fe9472a3ffe2712ef3987a945f63826971a2af21ed671edb81d277ac088f149963e6a0c7cd1cf3094724f3b84d0828cd133ad14a4cea4f45216e38d2a4e6b80cfada53c290bd334ff98af390796a0a21856915905e334f2ba7261ddf1ac50d73fc3602a7f1f483a9e6f80fd47466dc438bb979a61f4e60e699dd50623327d085c5e68477d49a66d545e5c73c6b7529869212f188b239c988e7d3cc4979b4d3663722d4915c914a6d722ca55cf2015ae8796d904336cf3b8f2295797e4bfaf89468aa5f2926d4e6cc29fbf1449c39e50af5a1947b0402535ee0e901b3e80e9a8ecde22d94abd231b487a433a97448e720c767967da56d25afa7a690083d816685960ab26a195a89ccea66b4f6ea9d0e18d24cc6f3ee664d090ed7664d39ed34dd49bc1ac9ac3b4fed44df831a98611e65b47136f55a53133c086836b54523bad93401296ab3e9167d21733bca1c8b004d68668b09c941b3c5c6a15b28239a6d8da946db1652fada36d1d75ee84353e6c260d4c0cc8b5a525158ec48a563717d5aafa59eb4ad96fe47cd70992f65e1b2423c17605e7e1d7551f34a1b75ab95f7d0736a5ea5a697b62a9f46ddd59e04ad576fa48f5f7d91c88835b1e86732afd123cf644e73a2fc4af3244896361a0f7398d38b506233af1d418d625d13c213eb56e09586e6f5d3e8a5addf8892a4794357f4c29a37cce7bfda810701cd19cb881ad8e8461063631212ffe68dbba8f06d0aa6ceb7e921dea760ce4ca2f298994fd537f311d5c2cd77f13897794b03620bb27a52ae668da3ed9e45bf9d62ce2a240221ab1c9d4ae6ada18499b646118db535974ada3667e201b6ad20bcba7d37e5ea8e9aa914a28b35cd3b6390d033ef9c82aa8879e727370ced3221b569def59a1667f754eaee7b2a2653a81b55a6bd55a932edb510fd91bd94b64276098d22fbf6d17bdcdf0a8dfbe6fddd29e5f667d2421f88a26275e01cd5c2431d51c1331f5a4783d4a1add914fa409bef48775a9c23740ad77ce40c12ffe6a3ce44cb1cad4de44d4e0b0235394954a38faf25d471fc1fea0ae6132994132736d2773c3916656af3c978420aa7b6d26070da801627736e35f4e7987393f14a3073ae94aa5cae9e4a5aee0e2240737712577bb633bddabc01843af2ced3f093f78d7ac7f96dd4c02e1ca6af7da91f315b97a2881ab8f4931ac5652521d1cba7e851af0ccfa7d059a236afbc205073f5103148d782519c355f1b431df9da299a58afc7d2d3df084395d27c83ee5e33df74cea5d0593c5162be49d748986fc5a929a4a05cbdfd9cc8e77bded428ee0f44edd77c3f92b8b482f554a30beefa53a880b0c90323b593075f0976164ea4fef8b02df58e87bba9023cfc2f03438f4ed2b67ae24875e2694dfa1f8baae2b508e622351a72cdcfd269de7e769e3af2f3fdf4f1c52388c82e9e4bfbb1f822da33ccaf06d03cf4aa88f0d76b35717c252ac2d1254ba9aebe6947e2c6db10ea0a6f97138bf1f607718fef7a93f2f36e2775e47707e8a5bdbb894e12f3c74668ee357f1a8fa663f3e701541ecb52bd30f4e52755a6af95d19562feda9f20d95739d5fbefc7d09e61fe9e431475792f82c33f3b5002fcdc44c8ea577d34ab9a7f69f15e58f32f0b5a04ccbf16a3d3d2fcbb2ad11fbf6bd277fcfd0fed19e67f5f10e85a1c674662c869339ef1b4385dc109cce2f403afcbb254ac8dd0c752f103ce8f964a95d0a760a9d4aa884261f8b52d556ae00c63a9f21213c05295fcbe96aa7fd1ce6271ae89e6128bf3201c1f2cce1f31a32d35a4f81e2d2ee998be16976cd4742c2ef4abe616d7a688b62dae9df13d5a5cfba2fc64718dc2fd6871cdc50263a99984073a2d35f3d13968a9b59dbe76adc348b8586a5d447867710b453c61713b8327f52c6e67911cb4d471c6938d963a13905db1d4d1e2a9194b9d55e8ffb2d4c9c541ca52b7026a3a967a43b08159ea4d4135d052df09f184a5c16324d82d0dbb21ceb1345c8312aea56129ca8896464bb16f5b1a9dc4e1c7d2e834524f16f76988992c8d6720b4b6349e8df3b6a5f173ec0a168fcaf41d3dbe6133b478c6a365dae239039195c5f3365ac22c4d92d0796369329bd6bec91dd49a2c4d43290b9b266111b578e9e96d37bf8bbcafa5f9133c4863f1ee4bf9d5a29492a9e54c84d6169f08aa263e3391bcb1f8fc4383a9a55508d59c565bf047312cad67d37ef43d4005a66d1b347158da5a6877b4bde38f21bf36b415fc32117f593a8e40ddcad2f11ca2478b7f5bfaab4e2aca894ecfd01c67e99c8f34a9a5ab33427e4bd701f4d2babec6266de9b612255c4bb78b68bcb0045ec14bb52c3d9b52e7ebd915fbb6a5772f9c1f2dbd8b70e8b7f42e4199c7d2a73d15e43e579167b2f49b84571059827aa0ffcb125c1b0f575982bb23dab604afe2bf3a806497a5ff34f4765a06382039680989a36d153a02b526cbc012f4625806c9f1888c25ac0a524f96b0c3b4f906ef45e863098fa5ed3ea4691085c43835598610276a192a26203274753e850e666368581b7a6911f5d1fe6389f041338e65f83c14ff2d91ade92122b7a27a6a892ca23a1195847491252a83f27e443c419f9195d01e6b1979067913cbc857782f866594992ad3a8727a88d12d28ef471300b744fb52b78a2667aa257a1a0ae396e86c6a3ad117e851a37f52cb1c1b4eaf63ec5c1c292d6345f43a624650d98e31d01e8ab98d339f25e62e01b7d82eb4adc67923656119674436ca32fe2625c0f84f78799565625764612d1323682b4c9c40493e518344b665623961b9495b08f2c7f910be8ffb48af63b22bbdda2959844da63ca49e36d51d3d0f96a9fbf024a865da6c94402cd37ed2434caf4675355e8ae3bc6546187ac02d33bde96dcf1c44d824710cfa902d8971c8fb5a92fa665068328ee096a459043b937ea161d232fb3bf5a1397fa98bce8d20243a97ae3fb7cc3d880ca5656e312d61723892a996642b55df794bd4145a8b14b565be33de2d6399df0927564b8a9ec0694a36122e96942f7898d6b2a00f9a682d0b565035597096ca9060050ec416610f9ad3442fa9f3899d690f49329101b748955414a4d7a8352947a65268171e88b2a8da50e950d12fe558d479d44e34336802d3cca334d1a4d080a7915225d7a4e3c1368bf6119e46b4e89a1042d60d8ec4907e00e597fe00e597612dd509c35334135a8c4bd1816031c5a1f3d9629250e698a7d1a4633e49d0c7d281c653cb45ca2fcb0dbc27d062ed4a48d4ba8a12c09a4bafd61640dfd1f680e6477b1e51160b5ba0cdc6b2309d5662711374b858169b8996496d4b653bb52392709625cddc30b4348d76edd2b3f46a973da6f55a61407acdb2aa09fdd5ea25e80ab6ac5e85cca9653511b396d50f09d4ac51a3786659a3a3505a3594c52c69630946a54da4b9366d13fdc3b5f3a828acdd8b5e58cbda3b440dacab4745617d2fda1deb07217d6bc9b844035ec637b4725b36f6c6cb302d1bc3a94e6cdceb40a1e734236f92d01bda74381b4399f508de655ea6d92af30a9e58b264dea5793b2b1a897fcb564f2a8f5badb4aa3bdad243ec8c47c1cbb24b4b1d66774774af5976bfa626bda70ecd0a7bec7844c6b2f73b717cd9cc89668fa1d7916dc1230c967d5589a0dad78206f57dad4a31b4df89f8d5fdad5093b61cf0a1767230114504cba104ca8923cb88793892964fa17b04748fd2316ccb51319ee6b11cf3a3b9f65802118d39d7d0ab68c9f94ef8eb44232adb27cae8b34ed6455dc17252455bf4944e4da12c82fca74ee1017ecbe92e447f9c0e443f8025d79dfec7dc6ef4b6735f50329d31119572e6217da1b333a9ae9e4d441b97e5ac14ed0696b3875115b19cfb8552a9258fec9e96bc4c5a9cbcd75e183a5f971ac5f92e9413e70308df9fcfa69d76219a48f18b3a22232e1aa9e15fb4e0c136cba5d714ba3e920adf8d0c2a8f37b504d36f3ec4733a967c276a27f91768d4bd759d06a9dbb5894cbd139f8ca1bb4954d2eec5d0dadfdb4ab0e0be96fec782a6b4848593a9c0143ea1affdf00631488fe87603cb230901a427fec4333d59839656cb939b44fb3dbd4f93e1d317b4ddffdb4b98a9a89410f233679aa49f79d1ee78de9848a5e7e928365a9edfa5d251dc040fe5588a7bd254fe722a75d1578df00a6ecbab305ad5d76ee88cb0bc4e20845cd29666e437d3a835bd498ba4d056a282df7ad384ffb63f7da1b79f09fbbefd4735fac30ffada1f3be34917cbc72b0e18fa144f7dbbb413d10c9f5bd37bfc7c1b0d0e96cf25446d96d5223c5156487de84b3b3ccd63f91289377b59be4c2082fd8b962af9979378d780e56b2d2ac85fdfd1a37e0ba537f46d1be1e8ef638967fa114c2b513e9036dfcf0ae866b0fcac867e00cb4f2f74a5587eee204ee1571141d85f5ff10271cbefaa1c92a1f5caf27b1555a6dfeff1de15cbdfbe94d17fffe07a592b9420bcb33ab4c695b03a5c44eed1eaf01ef97bab5375ac3956a76fb861ac155be2f1246bc5701411ac158b91c6b256b6e3e2582b7f464dda5ae512624c6b95e7a8d658abcec0db92ac55e9e72eacd55f6181b156ff817bdb5a6325cafa56d720b41c5a6b5ecaa7503e9296d65a73e9b3dcbaa32469ad1d886a8db5ce663c1862ad730351adb5ee18dc8fd6ba1f5331d42002abafb54122e2096bc311285c5a1baec03365d6864f50fab3361a8d00dcea5e0999796b63679c74ac8d7b6295b37a54c62e6af588c571deea3115bd3e568f053818583d56e1990cab47060a7156cf9e883aac9ecfb1c0589bd0af4d599bdcc4a2606d2acaa0d053faf866d591e5b7364ba4c46cb69c12a0f97dec7cd6966168b4b3b6fc87164dab4f753c2a60f551e03930abcf768451d65607696fb7f6c47662f57544eed1ea3b16c7796bdbee88acac6dd7238eb6fae523d9656d47bf1b686d9f4115a0c344ecb5d68e675032b2fadb11215bfdf3f1aa0cab7f3902246be73558efad9d337114b176994f6fa84b1ed291d6ae8168beb4761b83fcbdb5db5674805abb9da1f218501fa7266b80772986baffa6b21d6846c4670d3c4525ad87946a744ffa2d366b4f3b3281d69ea938495b7b6e4182ddda7b0e9a55adfd3aa1b8610d0a43a9c11a3c01ef79b0063fa106165c8c8c9b35f8052579ff7e38ba5943a2a82b8488b1235b431bd3160d1d8a4e4b6be8a86c0ae9d0a8621d5815c71aeba0bb9472833ee0bc6d0d73a47a1fd6825ae6603ff49c5a079bf0ea1a6bf85caa26e16709620c71a45a38b427c23bebb05fb4dd234cf4b687ff47cf1599490526f23e62266b5420b580a8487ad411cea8e15b47baa26dd73a72027a90ac2325d4b747dea29a33aa11924ad6d16d7014b18e5e89c61eeb985a28105aa32b50a98d8e446ac03af63cbded182f7a88986b2835fc3f449d2fe6230e2cd671c75087b18e7742e78d757c4bc239e33554ac2635a2ed1e578b72222e240e4393eb133699e246f56bca09eab553ca7014b14ebb46d864da5b24d8add307115e9d3e030fe558a7cb5128b14e3f4c6b3ffd30d2f0d619f59143b6ced88157fe5a675644e9cf3af3010e2cd604773cac6d4d6842d837a133ce43d6c43938d658678553a99d154f6f3be918b5df249224adb3bba3686c9d3d99a0cf9c89681eb7ce49a29598db14bd05d6b9a3e91fcef3c5d329d6f9eef41d536a2053634de98393b435652f0ec4568107417ea109b95aaba80e4145511f42a2a289a8365b45fb51b8b48a0ba98149baa3f5dd2a5d40ed5736026952ab7c0f5500c5242a698a3978698855591b4db456654b02e0ea0904dc34ddd1ee69d5bea247d5fe8ac490ae019e93b6ea9aa34fc1aaeb8733b255770e8dfb56fd126428adfae728a85a0d1df0b090d5b00f051cab817e74d86a38810727ad86b3b4158c2e54ef8dbd09a51907d3e21847d234679c42a5d65846bbd6549192dcf4087f71d26a1e4d05c62aa4c2670ba137643b48f8cb76874adac27442ee8b96d1d75ebc8cba42ea70bc20c29aba16794ceb121fbc33c2bab4270dc4cb66114a5b26c46be2accb87e14f1b5897ef40eb8275c51e2a692bde53deaffc8e1cb275d5287aae552b503bb1ae6982e7ddad6b8612a859934e7d68cd35da1de99e348aa40f45ef9d35bd9888a075bdd0ba605dffd401431b56e10511d68cc794981b975363dd341d657deba61c7a88cca7841e377ba0266ddd329a3a5f562c6d982c113dd756ba18d8baf5374dacdb1209886c5b958fa11d4f501fb2eef84d0d7fb71bf5b4dd8be86def7e43accf1e1f2a437be651cdd9bb134576ebde32e490add9015401b25f5132ed732454bbaf808ac2fe2a54010e7c437dc87a7010fd8f07cb68043f7490b8a1c3521ab70eab684e3bd29c2ac0916bc85a5b8f6da17692d399aac9f1739400272b537e9d1a88ecb0f5541a15f753fb53317466255ab9ad798350fab3e61da66275be3ee5eaf941c44f9c7f82c2a5f5624b9a452f5ec66379d6cb269a0caf4c21847c2515cdbdd62b85348a5cad4c4ce0d53b0415afad2148766d2f11a0d77fd33c74339436cccd73046a6ed2c587d6fcd95490f38b28016e1d2212ee4e5b9a0cefe4e38dd5d63b658490ef3522b2ebde69bc38cc7aef2a7ae6adf7ee114379df8166988281c4c2169c263454f0128d3dd6c2a6b43b0a5308af168a294d0a2fd15678584e29f7c89df2fe513fdac88fac6824b03e5a438bf3682771308f7712a07cfc1f25f97f89d9187ad68a92fcd94ca22c9ea95063b53e6f483951fc82a680e25294c5ac2fed44debcba45cdf075065e456c2d994aafa3e41c85deb4a6aef02686f6e39baf0402df1e2620f2ae12ea69d67771c476be53a275c1fa2e8ddef6bb93fe187abf8156f5c35474df5a3f8ea53ef4319656f5a308eff5b17e1a45495e9a4078a2f405654ee9b7220c7dae452df3731d02819f25d4f93e6fa63af1f910315b65152973cad2d11a632ddb44a3c8974e8460be04136bfd650851625f1611dbf9651995c7afaeb43bbeb6202de06b7b740459bfc5135ff8a3472985d651252f8fa75c2d3f43195d5e8472b0f5673d5ac29f3b09b9ff7c48a4d2af663494fdea45c3f52f113ab2adbffd0962fc3e427be84f3f7a8f7f26d37bfcf38772f59f337a61adffac5e147a87679b6d1526212566ab90899bcfe6f0057badcd3110a7009be34864286d8ef3b065da1cd5f8132836c7af285bd89c5623f36073ba8a5778d82a8662cad92aea9198b555ba899c95ad52393294b6ca0391ecb255a34bbf6dd51e6032d99c83e851abb772a050247d56752502705bf563f86a6d2e8f1162d86a11d168ab5d1db3d056670a1a266d7544b8d36c75ec3851d8ea3cc2b9d656d713cf51d8ea2e428861ab372e994273e96dd7df8a3f446dab9f4b9fd5a033762b5b83c968d9b1357888e0c1d6e00d0eb1b686d7d01b656b24c6be6d6ba4477f8ecdbd2f5afb6ceeaff1bc95cdfd0fb6395b633fc472b6c6ed29573d0622f768f3b8883c93cd7327960e9be701ac5fb626b5501fb235f3445395cd2b1eabafcd2b093b8cad7901fe3083cddb15abafcd3b1671b4cd5b89bdd6e6fd18a1a2cdfb396a4db616e5b4877cde6041b6b57247bc6a6bb587f663abdbc83cd85a3d4266cbd6ba378ad9365f056d05dfc7782381adcd7c4ab9b6e3f1f480aded3b3469dbfc46a3e9c5d6ae37fa996ced52e96db797a1fc64eb988c960a9bff061c3c6d9d38ef3bdda10ad0c5057f01d6d6359f1a45b78af485baad4646d7d66d37a56fb7a3c86ddbba9d42f6ce163083365ff74a7828c7d63d90d224d089ba42e0218405b6c04fc833d97a44208364eb3103fdf7b61ebfa958f58cc1c355b69e1adaeebda6d156e8b5280343bd43a9c0f4398a40d7d6b719a25a5bbf30aaf7fdf29073b705bd4231db16ec8487e46cfd5fa3d6641b30884a5a4825b41bd84283685b0d6c82a8c336700faa35b63047821861113822d9c2eea14bdf365880e48d6d483d9c916d43dea32ddc367436e5d7b03e91141a4f3b6dd82efcc905dbb0cf3805d886fda6fd18d195b230e208523cb6e127e9512395e89fb0458969bda22ea10fd936e2371eddb18d3ae386a1d19ec834db46cfa43e34fa235eb2628bf6c453f1b6b12371f0b4c55445a6d91693954ba1627a8898b2220c8d1b44793f418f3726da269411969bf09b0adfc40a54b6274e40d06c9be44d856f928db270f20e7a8f937722e4b74dcec9a7501e2de194a948b9daa6aca5ca34e536b2fcb6a97bd1e66c9bba8f70f4b4e504dca63fa2221aff8676ed0c3f9c4e6c0995d048604ba8854cb32da11b1e04b425882999129650334c28c51371b6c47024f46c89636823272af11c982d692401a4a4bbf457b3d7e1a86b9b63c6abf06c7343a977cc0d2358905c034fceda9247d3dc317f0bfa606cf3bf10124d69cfa170640b6c29cb697c5820caa69099126041019ea5b409a6d05f098ea3da6c133c2148269c41792fbc4f0b2de9485f48a2271028d98bb6249b74056d05593d820532f26cd964b351c3b7c956a157d1a6cc2008abf2a5dda10aa05144f597fa903a8af25e7d92725533966081d60569069b362b954297f13c8ccd20c09f54b319de52de1b7fa37a6a3375212062ba8967456c960234f6d82c5f90a0b2592d84f8ac748396cdfa2b19433605927036fb0c344bd8ec2a345fdaecc7513bb12d8aa0cab4f80c524fb6d4fa48a5d89644a0426c5bb29ea0cf920f485ada964a91d0b32dcf225cb8fc32d5fb15e194852bd6129e587198c88815e7a93caec8a75961e562421d2bcfd23f5cd585c888b49348fcdbd22b512d5c5b07cd97b67503f1560fdb86ae548636f4a55dbb6116ed8e0dcfd0ce62db5809a519dbc68534776c0aa58fdf34885af9a65144466c3210bcdbec4acd70cb42c2be5b2ea07866dbea817a876deb363400dab6b912e3b66d24cd8fdbf2a9c06cbf47f87ed74f6244766b0829ece98676035b765b2a43d91d5050b565ff0bc2d0be009a3bf6cfc73378b6039769090fdc2252e990231af76d871ad0e21c1e87d29fed700a4d4d876594f78757a2fe683bd29106962332c272470f23f16fcba982b2ab2da7265a046c392de328349908d01c196a4db61c9b3f85ec041e726ed07492f39636dff10368acb69d48a5867fe200d15827eed0d39fdc4ee0f4d431aa72a72b51df3e9d42d3c9693d35e9dc4134e9e44ea16131578dee485b2e9d7db09d69874a99ed4c0455b933745d96edec32da30678ba9209fa3db336c793635857651cd39df013d81b6f34b2974610edaf16c17f6d07bbc708138be8b2f09b85d325025bf748270f4e547f40faf4e47cbb4ed7a0aaaa7b6eb6ba9e1dfa883e77e6d372fa3f3c676ab03ca88b65b74f5bced8e270db177bce80bdd9512b77d77054a59b6bb5f5662e87e6b4aa6fb93d0026c2ba84ef955108b27116c05eb894b2b38470c65614d42a2855168ecb13d94529b7bf89220ffa3a6780ac4f6781d4d604fa7d14e7b6aa18d5ce48c7aadadc89dd487a24dc4893e7f436373716b6aacc5a369a18b7f51e978310a2df9b6179308d5beb88fb798db5ec750b17a5d402cc63b013dd73b3d5580f70da9f37d4c40af8fed5332e56ae90abc0acff63980c687cf79f4576573095a7fe94bb0f34b0e35d6afd388bdfbaac2f38fb6af3a7ab5df2ad0abfdf68526fcefbd8853f87e9838d11f613410972fa23754be19cfe0d9ca9f50e12bff4978e2677382d6bfbc68b8fe75893efed76d749cd97e15e2b926dbaf12eab57fba50d9feaba5ccf9579354917fbbd1956277d06177b73be46019b23bfa61fbb5573a85062d7be566e88fb657fe8218c05ee5399adaed55de4662a85a067aefecd5bdd06867af3e148d76f6ea7ff19a127b8d2a78f98bbd46280e1976974c04f376d7e6e81ab0bbf6461387dd75204ed27657a2bbedb5266653e827be47bb5b3f6c2776b7d7d8f9ecb5ab201cb6d77e4c7f55a71d2680bd6e4d3c5d67afbb1d2199bdde439c02ecf5fe4306c95eef1796347ba3fac8c1d81b35453ad2ee3e045b80bdb113ca16760fba12ccee6147a6c6eee989b48cdd3394d6bea91e89597bb306a5148ac48b22edcd1620c4b07bf5f2a2501fbc7fc2ee751571b4bdf90e2c8f76ef75d83bec2d7aa021c4de221fd9027b8bb7b4d35a465232b54c400463f7a98d3dcdde7a358ad976dfbaa8c4da7d9ba2a5c2ee3b19e90fbb5f77a449ed7e1674b9dadbf962d9b6b71b84ba82bd5d384eacf60e742394bdc35e8477f68ef16899b6fbaf43bc6aefd410c72d7ba776b4153a8550ae7612d01eeabc12453d7b974ac8f2dbbb5ca2eadbed04ad57b73f38e1db032ae2bc6d0fc840eadc1eb01d41a0bd7b65fa8e814d71a4b4071254b4f79460d3b1f79a891288bd17fdd093bdcf14b4b3d8fb6cccc550df681467edfd0ee03c640fb2a05a630f9e8286497bf05ccaafe00f3848d9fbfbe0086eef3f1dc7797b7f9acaedfdaf50caf5bf829790d90734400c601f7090f67648cd7c0af5a1361722a70616ea43af636015d428ec0347e344611f24c189d53e289f76c720fa21577bd8617ad4b0efc86ddb0707a073d03e78076239fbe017c847dbc36b53c51c720f0d5af6a1bdf030877de8650222c31c519db70f1b8653807d988e8a68c41a9c4eec11eb90f5b1477c40686d1f3e0ac92e7be451bc01d01e158c638d3d6a08fa27ec235ba2c3c53e528b1a857de4397adb23ffa3f63bea102a2cf63159b4d3c67cc569ce1e5d8772626c0734aad8c7ae4149d21e330cc57f7bcc596ae5b17bd053638ffd8e40d71efb1b657dfbb8cb08d3ede37750324d788e764ffb44339ef0b24faa40856f52576ad2934268f34d9a47a0266e3b5593b8525a89c9db085a4f3e8bda897d0a1d22b74f21cad53e65117dd69427d491a714a15ddd3e351e7f01c33e3d057900fb8c2df4f133ae22a9649f1986764f7b421672c8f6c4542ac8b316d2779c7502ef37b12735a3f738bb0672eef6d99ec876dae7e41010991b8763a03d790312a0f6f99eff23ebbae37a7ebfa84244a884acc88a6444658f6c99115f9411b25746b2b2b73e7bef259122a35446656fd92124212b1921c9eff7f739ffde57e3fd79def7b9f79c73cff37c280b57c4135758390df59cd89559a84fc4ae1a464077d50c4adfa8f6c4ad56b7400a1ebb7a0b2ae0b1d17d713e141bfd2b19436b8e1036595703a5a7d8f53f692b6c28a782bc713c6de44d6184d2365f47121bbbf9193dead6bd44b7763e41c12576574dda7cbb3ce9e97775c01397b1bb965246efa23972eceeee04877707e151e0d83dc568568ddd6bc2a39ab1fb1611afdda7c459666cec2c64e5b1b1677182172be84310563890ba9570269ec28d15be215a2372a19f125da385167b50af153fe29f7a8463c458899c68a0ac33a5897c14c102f94b9cb1c62a8611755384a36b33564177d5c5aa1751fa6a42f116ba58cd062a439ab344e7b53e785d43ac5684271b63b50ff18c7aacce076d5cb1fae5040b0c3ba8c01887515d3586a140156b4ca3a2607240bd30d61484d722c49aace8678a3595e763c87c9a8088a501ce15622de1d4e6acf4d59eb1fbf75232ed37d3dfdaff9e90551ccd7e63e30cf8855db171c749c538b09a486cfc3bc23907f7a3a92af670431c40c71e8ec0e16c6c62185593a415620c1de98d0268ecd1b984908f2e239e76f41dbd8ee3fea876c61e7f48c4f3e4459c8ac4a6744023676cca397afad475c1183ae58a63c4d8538be86f9dda42bf98368348599a8d30407a1dc239e92d09c2a6b7a5cd97ae248d2ffd2f71f70c176a7319525aafd32f09c29ef943a4ec2c7d194cecd955f4f4e74651169e9b4788efdc3d4aa67365b415cefdc103b0b19953089b6426d1e63bdf9f76c725039e3d8dbdbc9ac49bcb1fd0321d7bc51125ead8ab799400d74a3663e8ba1fd59ceb81789026f686898ae88d9338218ebdd915c74fb137e90c5eeced9344a46eff42353df68e1715f73ba3a83fde15e02423f6ee61ca897b5fe8b9eebb517f7c7002dd32b18f2650ca3d3a8b3688d8c7f56971727da8e1e70e460755ec130ffad84f22482e7a924802fb5367524e9f3647cb4eec5319698fcf8c8457f31610e2cbdb8d9eadd8e791147a319a74a61757485dc91f4b7c3b7f2b31b07c09418c574bcd182a70a3c5293010457aed84e3e0d8c2702aa285fb3d31f4e6257598b7eef4e7dfcea6f7f87609de7218fbae23dee112fb6e016561d17aaa2645c788b07c94f962e8d3792adb9f2ee191eed84f2f48b4fc9c8e0eaad8cfe72331543c8bd6abf8303a9f63bff4449745ec972924e87df3a68dfc2d8f12f3fb491a81fc6883be8ed81f834827ff6126b4fda380b2f0c7279a059456a1552d0da637f4b3905ac02f6752877f6dc77399b1bf2c94d1bfca481dfeed8dc69ed8df59f46acb2ee3283ef6cf7dc298e51d88d7fe6551fcef0dea431525b484ffdc4940f8d70dcdaab1ff7a51e9f8379ae8c3bf62947804956aa2ad5250a939a20e81fd6bd4730495bf63e71354ed848a9ba0ea051c78091cfae2a5b902870d78044b504d8b3e3e41f56dc891058e0ac41302c7db58990435aba1595550d3175ba6a06604668ea026dda025a8994d3f55eb17324341ed36885705b50b504c15d489468e2ca8a3a10fe45c1df184c0d91fada302672b2693c0c507fd260297f5287f085c62d0882e7079819b4fe05a9d432d517a12b8faa3ce24a8dbd18e429b712c2670eb80884fe0d69d72c26d106a5602b7c94891046e4b701824705b4939e1968abc56e0f61ee55b41bd51283d09ea9da7256cf084b682fb7d042282c6bef4b69bc4621912346d4febe5d1100f27083ce6d0b6f258849a82c0e3267a4404cdba215710349b433fd5bc0a761841f365391452230313788ec6a9aec0731a8ed8042d3a611f12b4b887c644418b7c04f3829663d1a02568194e0bdd320bbba8a0b50ce50f41eb34b41b085a9f43e541e0b50ff184c04b84cd50e025453fb9c02b9376ad57793286daee472945d0f6b10b86da9d453627f01e432bd1fe33da46043ebfb0fd0a3adca7ddd171210e37041d9761af1574dc48d5a453577a88ce2ee8d115f816e0f04cd0a503222b419785d87e055d3e204012f849b330e4df1f6f1e17045447bd5010701501a5a0db5e2406826e7a2aa2dd77a15942d0e30ab22641af9654997a25d0b6eadd0ba7f382de74f845d0c79f5e479f6ee85d11f459431db9cf461c5b08fa56c613d082beee660ad13d5b827ef7513711f40fc6a9aea0ff2e94c404817e286309063c44262d18a4412225187496f26b7073fa8c839548880543c2700e2318728b36ccf04f8427821c51c81604b5a4c61af41f2a5b82119b11170a464651f51db50cc1a960d479e47c82516f680f056fc6898120f83595da71526a60e3e454d2c64fa19f1a9f880295607c363dc4f8abd40cc77f42e55410f20887c682090a9419041393d09f2398988177330826d217800afe4bc40b2c05932ad3734d6a43556ed253caafc9e578e78d604a73643a8229ddf07662c1946094c404530e10660a7546f15910ea4a48213484ea57e823e4c882b0d6481f04611308c1844d21703a3511fd7282a9c5789c4b30cd9590e8b4a6c84e04d33a51e79bae45295830e311e5ea8ca7540bc387e2dc5d102ec0e983203c9b2a66f8353c1a2698b983bae8ac99782847303b1047de82d913d14922989d8ad2a660f60dbca44010310bc54141c44e9c8b0ae68ec1730182b9170946cd5b47bd635e31f5a10573a8202f584bd564c1db7c0c2daa4dd07aa92bed8e65f9c8dd052bdbe31449b0320a3d228295661440052b53a86caf72a00ab0aa31e1fb559ba8a445b5a70fb4ba2ecef904d1ae282008a29ba1474410dd99f66374149a8e056baaa0962658134abfb82685b0c95a0f9478046b77d07e5c7b05877a82759370c42658ef494bb8be0b4a9b82f574cba160437322b11b82a83f6ea07b87051bce10b48e1987be0e41cc7c026e31b7a9fac6bca4a2b0c9138d04824d5b89b06cae4fdd7d734f822b5bf65287d97217c52ec1d6abe81a106c4b474d54b0fd3f420a3b5a5016ee1843fd71a71d7da09d55a84eecee4818604f0895c7bd327a437b0d382811ec73c389a720d69fba686c11e109c17a3c6320108ec9a1d014bc0252203c48ab2a2ca39c10cd409d492056d11e121f21fc255d4d6d4ed6152d740279436a3a8a0894a8058a2738e9172893a8232b5f923ea152d28651e5d04b534fa3c5d1b4f5a5d0347a546d7d520bb43ff0a096c0509d16dad89dcaa3692b313053129547737f822be6323cc322b0fe2534641b467fcba6a2226a3b8eb65d81ed7920858aa8cdedaf849e53c1fedd240eeebf89b61141dc3282e97152c226f18bf17082207e1709410777856328418a832541c25fbcca4070b81695a1c32fa9e127dd46b78c20a99018eb11fabe39c1d12a789e4f90bc11455e41b2819af4b16304908ea753793cb18c16fa6467347c0b4e46523b495946f53e650d55cc9438e2a2290f495d4979caa10fd43b52fed1aaa6f62080947a84249ed44c4accf4c1e83915642871b228381dba99429968aa129cb942a2f899bf78c7ace0dc4ac24c9961380415647ea59fca1a4b0c3fbb399e9214646f243135fb3ec1e1f31554602e3890dc7db121edc78b0fd18d25b8349d9ae1a56f6808115c09261078f52ed5fb6bf92418df584f4cfa661ae985b755f4b6733c8951e478a26b4090d312dd0c82bb2a8218770fd008e46e3cce740477532999ee0b49aa7bd08c00e5c37ed4ad1eeaa846e7f62266981b4a2f2d3795e87c6e2e7ac0054f5a11ec7c3a90b668de06129ff3cc8444f34af0f22ac10b299e7d10bcf4e7d02012eb5f96529bcbef87b624c1ab9ba44f143850792ce0d251b892b4b4c20d38771714c6e1d05850788728d29b16f4b7de88f12ca5e06d777a436f0fe11903c1bb6e78d64df0ae1f9e1f12bca3afd116145da1ddf1fe177adc041f1289067e2824c5ed637b12d83f8ea5edfef1289eb6107cac2065ebd3403471083e7ba35d5d50dc9e14f0e29d44a48a7752792c36d3ebf8729eb6fb97bb44294b14540bbf7620e0f6ad3fd5af6f46faa9efeea49b7c3f436ffb475f7aae1f31e8f61394d62455b174610e85a4b4f6a53729277e8ec2d1b2e0576f52287f37a7a7ff3d9d90e8ef3c22b1652ba8de97fda2f4fdd38d86547f565132fd9d425bb4c219cf8a082a7ad278a062369e6b1254cc250ef3cf8f12e0df18ace4c24ae3b0e608ed46a00d4268f70b2d6142fbcda892092b67a05e28acd209cf3f0aab2cc0ce27ac7224984277f19886b0ca47ac85c22abf11d408ab7a610b10564dc41325428777886a85d5bba29d45587d164afac2ea3b101608ab9f8cc4504d073cef2eacb9098b95b0663a760561cdb7781241e81482f55ee8948af85e586b3dca1f42e785587384ce5bb1160a5d0ed12fbaf6c0f62b741d89ee35a1eb183c8021745de042a133b89185f57210210beb9fc3e996b0c1321ceb0bddbbd112ba87a0fb43d8f018bded8669b81f850d9fe3017e61a3368801848d327194256c321609b1b0e97f58c9854dc3c231e4d1983e50b309be18f2ac84c346618b6a28a60a5b0ca50fd462133ab2852dd4a8890a5bd057090a5b5643f62b6c49f61f61ab1e688d11b6d2a3414bd8ea30122961ebc9d8c0846d46a35223f4da8e0d5fe8158b8d42e8f595f6765b19a59c772b6c7342ef09e813157aefc05320c2f6634a282444d152e81384236fa1cf022a7c3e1728313bf8a11a25ec309efe7cc7041c100a3b7999297414c51b61a707383110762ac3de21f4b550cdf1dd8ff29ab06b2514f4845d0dd415fc2650c8bf265593003f318516a382240c50616315767f4eb5b07b095e9f22ecd99cde762f09872e201511f615e0c15c61bf91882784fddfe060491868a0940bfc40ed64400c8e70850307a263433890d0907090006552e1e046f4f483ff266368c8682a434397e3b44638ec29ba6f85c3d722a5140e4fa0c237fc5c2086466cc3ebcf8523725184138edc8ec28670e42e6af8238fd0428f6a89066661f0229c3f0a8335046a825fe32d87c271c9c87484e3453845128ebf401b79fc335444841336131a9ae843bd63a205f1aa70e239b425092715539a4c71a2c63a6532b226e194381c220843fb50a3083d86064061d87edaa253b9e14f15e2084438ed2eba8285d31bd3c79eee473931c31e457161781b5afb703a8e2a9cf91f8e4084332fd27f8c08a2ae10a1a75a1841971408e77447a1513867148e07847312f0d49f70ce09825173aed14fcdfd805fd8259c7792b270fe6baa000b56e177520917ba223b112e1e81f441b858455d61719c1d869648714a295cf218c703c2a5d768bd96e6120658d61d8fb60a23e5a8e708576ca44abe424e75628505d561e18afb78b3977065263a7985ab7aa2f2208c3a8bc36c61d40faad1ab2ba1aa285c6de78ba135eef914b2a07d51b8e6019aaa846b9e1161596b8fce08e1baa1f43ad67da55dbbbe3e1ab48431c3517113c6a4e0445db8f105ed8e8d6fa9a46d0aa757bba998d67ef37c14d8859bf7a1d95eb8652c81c02d5a74cb08b75c2058b07db9994206a25bdb7fe02443b8339870cece0854ef84bb6712e2db4d778a0bf75cdd8ca1bd21849962dd70ae208c1d49454120238e2c94d3d30b15a8ae08858f69a1452d90f40b25aec8f0851233ed34c9299c3509a5cb68774837e31041282dc2b32242b93fe16879327505451e0aff42c52b54c9848a2f3730a4ac8bcabc50d58c1e55158cb326a18aee5412aabdd0752e54afa5ada0f143bd50a899419b4f138b128f50f314353ea1ae2d4e1f84fa24aa4cfa23811832ec230c600ca09530461396333ba05942686e402dc022274661d1e3284b686d88a617a1cd8d20992d18c7fa42db72fcf209a12d8900e5011a660b0f24e2544478209b78ed81df04440e7e43f15978a829e557c254025b876f11544c6c47d03a7110bda1a46ad46b93fad1a326ada02e7af428893747f368c3243744c3b730b92d9e90101ef346439bf0d80ae2eec7b6d28639de0c4720c2e33e3846141e3750253fd18208dec9404f0aa9090ea7e45016a614d043a436423f8030753011bc53eda8a79d9a407febd4546273a79238742192421f086ca535a5d694760b67e5c2f40ef4b6d377e3485298a1232a92f18d6ace9996c40ccf2450e73b934ad0fa4c3ee57d6643faa94c3115becc5b383e1766dd275093dd84f4d5ecd1389c15663fa62a77414a14fcd25a7adb978ed1e6bb74114759c2cb4d09935f9e4e30eaca3daa4c570f119dbfe6403ded7a0275f71b8c866efc20d5e7a61b5a0484b7ec68bd6ee5d167bc5d46eaf09db5e80812e6b4268a74f703fde2bd56e8d217de1b8647a785f7d2e903ddbb88b611e1fd9ea49c3e1c4565e8a11ec729c2870954011ef724b095eb829345e1935f2e187a2a20869fe7461f3b2f00af1f10e6adc7a19ef0f9721c8c0b5fac2169333f058754c257dbc3296422a9aec08b2a66411881e68275b4915f6fa3f57a2da49256e889a707846fbe5292bf9d80b670e1db95d4dd8b8e52de7fae815370e1e721d4ad3e9f434fa0b0b8250ea984c57a62735f2208ae7c31d0aefd9241aca9e43c8d2dbeb72675f88786fe7ca98220eccfb354ef7f1da28cfedd9da0e2ef3dc9182aeb4a0b5db6b10443e581781254f8f7167ea1b8f05f31e26851a57854c944764a9c658aec4b50661055ae8e145c54f9190aeca2ca7f51d01355798c5c415485ee861755dd891b5954ed02766451f5c108b644d57722ef103976c15980c8b12bea3922c703a8938b1c6fe146163935c7e186c8c91b9d962227ba2055e43404cba3c8692f4258512d3a9d22aaf58196b0367d07b4a8365d152baaada6f5aa7d0637b2a84e6fd41e45757231a345cea350f61339af437c2f72de86c67d91f3137a2ee7df685f14b90cc02a2772fd87792faadb9a3e50dd61a8d58aea1ec6862f7293e3791851bdea68a113d5f34677b7a8be183d0fa2061dd079236a301125445183f938dc1035d84a09d040857045d4e034121691fb7e7aae86cbf1f89ba8e17a4443a286726c4da246f57178266a520dfba3a8892b324351939bf4b19b8e45082bf2b8882647914709721851b3d3f43a9ac7e0c85be4d99252cef3332abaa216362a692daf230b10b5aa83c30d51ab389cfd8a5a3741f956d47a11fad244ad6d81186ae3851449d466397218915708eae422afe5285988bc0e50fa7a5d45c82f6a3b984a6ddba928fb89da96611715b5db8b760351bb8bd8f944ed7e509df03e86905fd43e8812d36708f65a91cf63249ea20e8de9513b0cc16b5d441de6e3dc5dd4711b95c78e36e41da24edd710422eadc145bb9a87327d473449d23a828f84a51f715f966a20b51e4fb1d954051173a2325ea7a94f6b69f03221891df7264e522bf83f4b10364a8938bba75415d4ed4ed03e24251f7ca78b1a6a8472b34e3887a04a11b4bd46316a234510f35ad44af0e383b11f5da4ff9d5bb168a70a2de5ed47efbdaa3bc26ea5b9d7f8ace0f89faf62258d0ef2495b4feafa98b064e469fbb28703eca45a2016e78d4493460039ed3110d3882c333d1807f881e45039fa0c6271a54053d5ba2414ba9740cfa8cac49347814ea72a2c1eba9bb0fbe1989a12107f0f4a668e84754f945c30454dc87e5a39e231af6973a72d01c64d2a2a0f7483c4541e5b41f47bc44e3ab68e428170a5d49a6d06f6a01a33a525d1db59bf6d068f2a68b46df47515c34a61bc182316bf06e3fd1d80b76180aae8af28728b82101f09045542742bed14f4d78444077c22374f18826b641cf9668e2403ccd239af819cf658afe73a58dfc5f7d248ba2ff3ae38128d17f19620c4d8aa71a3d792b4e29459353913f8a42e750170d7b40bc636a1895a1a959e8f6134dbd488939f517e1d5695ea8638aa669a920cff0a40408ef40e0213c060da6a2f07f044466b622ec3beb1035d6d96694ea44b32fd3db9efd9b0052c476829d111fa902ccd511459a7b904adabc2af41ee7f9e1f454344f804602d17c5702220bb494d10bddf0be21d1c20aaa984bfa107858924099b3cc81cae3b2724a804877fa8fcbfb53655aaea2c2b722008f0b8a561c46879e684536c1a8959d500710adea8b57248b564da65dbb6a19f5b455a70917ae7a4e4fbfea23cef944512df0021251547b3ca6218a9a862abf286a394a16a22805cacaa2d57f0804aee98507db446bf2f14661d1da69380c12ad4dc8a7d01dea566bdfa09344b4ae1e91b275eb7330b47e0425c0fa9154a3d7c7e36859b4a10721be0d7b71aa2b8ae9eb49a1979b31b4b11eba95451b8f53e9d8da9fe8d6d68568bf166d35a3b225da5a44ef716b091e9b126d1b4ac9b4bd2f8187ed229c2b8876d445738968471461a61de544fa771a888aec3a859aa8685726d5c25d9f09e7ecf988474845b181388a17c50ec4c32fa2d8d9541e63e7a047572470a50d23f0274c2e9c69a6501a811a912765b4783d910c49041a2ffe1f42e95c24b947605e3a9d7400e93a2a0a32677a7a591b4a1399901898c2893a9fd28ffea36a227518d509ca09d56da2e0eaffa8e16bae52cdd136a4baaa0da0a6a335a3002ad227912ca32fa2eaabff5c8221e310025bc6e8420a09f180a2c8588a436391f1170ebc44a6c9b4ad4c6f08509a1b126632fb51629afb53e133dfa495b0f6a7f5b2cea68f6d0ba6ca64abc0e382a2fd4d7c3114d78b704e5c182948077cd19f233a104304ef800d6f41111d384075f5401291fef840da30072d78b3aae8e0099cb18a0e2dc45320a2c3dda83c1ea1afc5111d0da7ae70ec113dfd0925e972279d89779c9c8ace1bd1491d15d19327a8819d4c45d39e28a51e5aaf4429bb68a7a5cda18748df4905395d45525dfa75822b19cda88b66049166951146ccf04c2b52d3cfdc22a878e63de57d6665d23a32038818648a88b064d2654ca22c31d187ec9678cc4c749eeeab155d6840a0f9420e1efa125d6c4d5de1624742ee1715a43d5e6a8ea33fd1e59a3817155dae205e7ba50d098d57ded861e85a5f4acc6bcbd0ab28babe9f7eeae663eab5b774c44e6ee5e0305b74db454ca1e6684c14ddee43fbf1f672ea56770ee0705674e79d0b853ed27ae554c229a528e71421be7bfb6948752f87b2f0813d3dea83bfd4021e56a59df670166d85871504ad7363482fcc3d4e1df9c94ed2dc9fc4d1e23cb5a7c6fad49d2ae6d39154739ed2d71c8b9ef5c7a9aee859394d91f2fcf0d60551de65a2f3cf5be3285ef4fc3cf1c7978ef48b2f7d6892f1b21ba5c94b2665f987d130292ae81e48a1c534927c7d90d6bef02cc9a4855f2899de86a18f4ff4f633cd3bdefd41e398e8c35834c7893ebe2282f7c991c0d6a72ed4153e6d3163e8f314a2ba258789367fad473af9b77d6896107d3b48a3991f29c4157efca46a523a022dada2d22cda0a3fc79218f173378911bf92099cfeae85061ad1ef6eb4aabfcfd378f377394962653cb82c8ba5115b591995b43f74b9a3e84f7b3c4a27fab388a6a7e58e0415cb7d48692ef7a3ea5bfe1f2922e5b3e8172b8ee37a89ed7c7071c47615b812627b67ec3062fb85e88413578ec7398cb8f22f2ca2e22a53518d1257ed8268485cb527624c71d55cf429881dfa211c16575b8bb30071b578f40388abbdc13224aebe0d5f9ab8fa392406e2ea4f11e88a1dd7239d173b2ab135896bbcc55980b8a609a56071cde30844c44e3ed89ac44e03e83f3a05e3910f71ad687ad45aa5f4b66b2f421a28aeadf2c5501d1f5490c4ce4e5801c4ae23516916bb26a3374a5cb731da59c475e7d1dbae7b04bb95b8ee1924c462377ffa45b7182c56e2faee28af89eb0fc4e22eaeafc229a5d8dddd0e438d9d90d78a9b4ca30dd344833e1871d3dae83711376d8f77a5889b6ec6f1d3ff4328a5889bbea4f46d5a887603b1c751d431c51e295860c4cdc6d3ae6dee44dbbdf939646062cf146473e296110890c42db7233b11b7b4618d16b7ea80a059dc5a84563571eb34045b62afee9b29f41d79adb8ad27fa4dc46d7ba18e296ed78912b35d360ea9c4debba97e799fcfc750fb0a34ee8b7db6e28445dc918ef8893b1ec12e2aeef8a23a863a4da1fdd8b903a56fe7dba89c8a7d6371e025eee28ea35271976eb4adbac868c37451a0582feef209f197b8ab18698db8ab0a89bab8ebbf640cf935464621f67b4955cebf2a658e7f282a6ee200074469e26eb390fc88bb1dc0e1acb8871e6d49e21ec988efc53d2fe14852dcf31f627271afbab4f97a09f1ee22719f2e88f8c47d16a1f82cee5380eab0b8cf67c4d1e2bee3d13520eea7c601a1b85f027205f18019089ac50366e1904a3c602edec12e1e5497cad0a0085aafc1cd083c0c1651ca0d7140702a1e128c14493c24156f54110f6b403f35ac0dededa04968ec1107e9509f10079d42c1581c741b6fef170795519b1bf1189d11e291dd080d8d9c4cf56bd47c141ac5a3b9208ffe8184453ca63a6a8fe2b17628c289c7aea4a70f6eee49a1d1a8048a833710b20a56e140423cae0d2de1b87da8d488c747d1ee086940d86442475461c5ffdda1e23ec980529d78b21ba26df1943b8890c553eea35a200e6d8f4aa0386c1b6dabb0dd08adc561fb5154124f7d8d8aae78da2d34bd88a7cb09fbceb8886e2cf18c7b5401c27b534e84dfc7d98978e63ada69b3bc0988cc6e8d77338867fb23ad11cfbe82a44c1cd1899e3e6233158588e3685717cff9434861ae8aded0dcfba89289e7d5a15d3b3f03ef7113cf7f46193dff1dd5e80577086d2f7427ccb470029e1f122fd4a0142c5e944a607ed12542698bde13a3585c8f9aced246c415963ec39191785975bc7541bcac36ea4ce26561a8e788235fe06539e295ee945f518de83daede4aed77f50d5487c56b1268bdd65ea2cc59fb251f43eb62a8a7ad33a35a20de508f7e7143087aadc53155080d6d8c465f9a7853435474c59bfaa37f55bc692f7dec4dcfd11b25de52135532f1967bb487b68e242cb76d0b95b41d43683fee788f930cf1ce082a303befd056d8751e6506f1ae5704c9f6e411efd85346c87def41e20afb4ea215521c5b8d0a8c60024e62c5c238428fa2384a26f12e747689c50ff18a05b1642da134a91bea8562e9661c798ba58fe8a7e4e9b4d08a5678044bac584d1d46914834507106870862259d9316ab9aa00749acf2c4efad11ab4228bf54f938e6116b46e10047ac7985a7ebc4dacef4b6b55b711824d679514fd357236c626848b0c0104e2b6188a29266d8412b617885764fb1b1110137e3459cea8a2d0f882c5a5fa36f486c2d46d94f6ceb4ee8d176428ca1fd4aa25b07e6e2792b71fca5bb183ad88b56f5e06c54efc4095ba8191e0ec411ae38f134ad6ae2735ac2a4ee28e98b8f6c27da7cb43fce74c447f7e1044f9cdc98f044f2706abfc73a518d3eb61e6701e21334e8159f5c4e70f8e429338652aa50af4d194e7a4e4a1a01cad4383caa294e2dc37b44c4a7ba105e3d55466431bd19ba2cc4e92da8c3a44fa05fcc788c778a8b4fdb13ce39ed80a7b2c4a71b53e9386da5c539d384b6c2d9beb4d099b128c38bb3a6e1e94d7156222566d66d5ad5f3a554902fac207877e1510e855ee24166f1c565681c135fae83235cf1950324175d3d839e07f1d5f75486ae7ec2d19ff89a0f296ed73ea1694f7cbd2ae913d7375057b8d11cef5310dfac467de86601da50c577ce5232dd7983e71fc577be8763e8ae33adc4dda3a4c2decda47672af373dea3dba92557c7f148187fb2b4825bbff8c50c7fd2fc1187ab01b0d80e2870fa9d43e5a4b50f171039a51e47ae3ed52e2dcf6f48bb98ba877e45a3894426cee99998afbb3c4120aa5e330489cd79204f6e755491d7e3e9830e6f3fdd4619e1fa20af0a21761f217e184a35fc4d2dabf7847c2eccb9c400adda33294df9c2a40fe6c9c788a5fb9503b795d8344cbd7dd69715ed3f15d7161073c6a2e2e9c4ebcb67006eda1371978925dfce62195dab75de8b98a8ee06859fcbe3ab5930f31b4d33e6411e2fb70890acc8767d41f3f7e413b9ef8d350da7cc53e44fabfd8e3d7a988bf0ca316f0d59312e09b3bdacbc4dfd69296f64d42eaf0f7ba54e5beaf2424fac39524d79f1b4872fd9949a4ec979a16e7f72e1c668bcbefe03597e2f22282517fdd49a1fcfb8572b5a21251917f4b309924556fa0482271188d5928712845da2ca911891f5b52b3291677494d29be3489d308a494925a65d89a24ce5371fa20717e8e9452e27204155d49dda9761452e1e248eafe41a828719b800c4ce226c19c90d48b410b8aa45e32be4749bd7be89997d40f430e2369f0196194c4dd0d61bac4bdd11d0a8d47da2c71bf8b12b5a4615df488481ad2b14f494329367c49c35b287f481ae6a21c2969d414b9a8a4d11634c7491ad743954cd2f82fca4592a66b51cf91781810d4489aefa337e4d98d1ed533192bb9c4f332127589e767bc964ad2621abdda165bb1ae4a5a76caa2d06e4a8056ef113d4a5a77c081bda44d31e597573a2da157268e9f246d3fe02d289276ad514b93b4db8c9d4fd22e1e8981a4dd454f0c7907a20623f14e45bd50e27d9d3ea34f675a559f6b4862253eb908b6241dfc90e0493ad0990c49c7d9887d251d6d68a091743c8f6aa7a4d323d460249d0a7230d47932a20e89af0f2264896f4f34ee4bfcc2709425f16f8e72a4c43f882a93ff36d4e52401dbd1e020e9be0087ff929e8f50c590f4fc8ca292a4f712f40d49fa7cc2ee2ee9d70c09b1a45f2b1c8148faf541a623e91f4a1fa8bf281243037e6217950c1c83405732f023adfda06db4f9060f429629193c18bd6492c11b91824b067f40382c195246e93bb40c0f0c4b8656e0044f326c3a55dfe14fa9de074dc0f62b095a4415736404a5c9a820eab5a346e2ac4932ca4a9f7174245a5024636e515d1df386f6d0d8b1289c49c66ea4a71f4bdf862d09be80604b32ce1b557ec9c4b1b461264e47655e32710e35e9ffdae3a906c9a44ae870914caa877c4832291a9566c99496e84a914c29a19716da0391a8246c027decb030d444255377a09e239916863e5149783fea1de1cb683fce54103699e54bdb6a561a5a2a24b3de509d983d9656757602d22d49440d14f4241135d1712699e381629764ce3da45b92b9ce38ad91cced45ed77ee1844b592b9a1e81497cc3d894057322f108994647e22f26dc97cfa5627c9c22de825932c4c460e2359f88f1e75513f02228b262317952cfa805fe22659dc8050ede2e6687a912cb6d2432c7e8ae373c9323a41285976827aedf287d4a497e7a14e2e59518bb6c28a3594722be2082aae4842355db222934ada4a3d6df7a841d445a3a2d16a2b59dd17c7fa92d57ac24cab6fe3005a123d8bf65074116de435ada9d7ae358931b4ee3b8a2492f5ce48d4251b9ca9656e4842d22fd9904ab870c30f5a9c98a1386b92c41cc32f9895c4dcc7b30f9298076812926c74f4a4d058743d4936d2044fb26939b5934dd9f46ab7041170db425fd927d9e64ea46c9b8e7aedb64494fd243bfc68097736c3b9a864672782053bfda946ef1c84733ec9ce0904447669d1da27d9ed944ca197381e90eca15b50247b7be2395649ec5cb4c648043e789c5e22588c12b544d89ca89bd00b8fdb48847771a82711b7213424a945ab2a09a08f2d3946b0537215451289b43dd107e94d1c234a64fda92bc806506b920d414df4ff215a42d975bcb94422df4df54bd107075e12851987d9ff0fa12c235194514f5336a25dabb2a7475505e3b7434854bb50d297a8caa962aa03a90f69f65202688e5377d78e232ca71b405457f71c555889ee156d777d386d3e4333427c86b1f45c868bb45e8622bc394e626c893e5189712cad84c984f66b89e9086100738b600c598371f223b1eec24999c47a8372d5d61ea7ba125b108911b62dd47ef75fa4fab5ff2e6ac89238076a4d71cec49ae29ea3862c39309f14b703c578fe5112df2c9f4267e8751c8c47a7a5e4501334264a0eedc069a0e4d04b346849127c889527f4279e96b0048d6392840cfaa9c33589ba1dcea2944b1a4f0029892bd39110f4f1499283a90f9d70c009b1e4441b3b0a75a1a73f7109ed789293e3b2287415a781929415b415521e5202a4fea0f778ca44c9742ace854259289d4bd2ce5332a55b09fb6604e32d02928c3412494ed7401baae4747baa0067e80b8c2567e34843ce9c44ad29f31b2d61e65feac859c3885c6709c231947d89f663f6236214e71d484bbbf080a8ee85a73815915c7c8632bce4f2742aee9737e05937c9e5edd4f9aed4c12b0d25574a70b228b9ba9d14a4ab0984f8ae3ba2294172bd3f51b7eb114458ae9f274876630d61cc9b87688bdebc4ebcf6d6086286b7fd28276e67e29514923b4b085ae7385295cb6943353a27199dbc92bb0be8d5de3b451be67e2b12d8ef7b1370bbff85d482472b89e03dde8b578b481e5b08fae456a295c8bd42a8e3c925b4ec489e56a686ff7407e19ca765384f933c9b488ac88b3138af95e437a24a9edf11c7e7927c1be1fbfcab78298da4b00ece1f258542128c0b0df41fdf9e25fdfe5d25f4fa48ded9136179d79248ec3b2d7ec1aca4a83689bc4521c4028ad693a650f4033df3920ff9c43b3ece25e5e1630c6de44f9fd02526f9bc8e84a0cfbf701a2829de8ba61749b18108de97b144fabfdc2601e1eb10da0adf9c8229144fe8f1fb322a433ff690f6585a99607ae931f429487e7622fcf5338d92e9570a95b45f45d4877e6f2069f3cf6cfa8c7f1e92aa5821f2c5d03f1f34724a2b9d41b7b2d42e15f7b6d4be2a6226a9bd0251adb47287120a2d43a1515af91c9e579056fe8cc32069e5bfb812d22aa5f886a455eba3cb555a35106181d4c1a59842a4d54aab79d14f551b89192dad7e07bf7547ead8069bb4d4f137ce0ca535abd2aad67c87937ea9531f4456d2da1fb158496b7fc751a9b4ce683cb022ad733e1243ced976187275a357ebba14e50f69dd6698bed2ba6b908a48eb9a91364bddc6e1ac5c5aff09025d69fd2f58b6a5f5bfe39847dac01d7b87d4bd33963469a36e584da48d9db035491b9fa6bfd5a40a0a67d2262d50bdfb7f08099eb4c93d6499528fd38844a5cd96224592369320f69536ff823797489bff46da2c6dd9d913436d96211295b63941ffb1cd2d048152afa6b491bd56519a785d4597abd4ab043b8cb4ed40a45bd2b6a391a749dbaec01998b4ad8cb67bbb3e0802a5de9fb1494bbdffe1292369fb701453a53e0d708e2ced5889f2abe324fa8c1da3a89a74dc870049daa9030e96a49d7e23a59476698a655bdaa523e2686997149c3f4abb4e453f93b4ab144f6f4afd86235494fa65e450e832bd34bf7fa82049fdb5386497069c44302fed96860e2a69f77f0874a53d5ce9a77ab8d242f7b84e9baf970baa77d25efb1033497b7d42eba8b4f7070efdc2639fd23e56f4d448fb24a0fe25ed3b856a74df4c849dd27e8bd17c29ed771f5993b4df2b94e1a5fd1bd2460eac8ec4401a988eec573ab011fdad416dd04f2e1dd41601b874d0767a4383c86a2b1d3c168dfbd2c15b10804b073f40fc251d329cfad0503d55b961b5f1b4ab74d82a9c054887d9d071261d760e7d56d2111d909d48470ca33734623ea234e9880cd4b6a523b7a3722a1da5a7f2384a4f0b3d7a2375d1d10a74054b479fc373d2d2d1dfd1862a1d9340793f3609ad1ed2b1377034231dfb93c056f0781cb24b83e92621e9780f544ea5215369bd42762031904e1c873aa674e24984d6d2ffaad3679cb487eafde469281749272f45bf9c748a8d1a7ea80795dad0b5c8a4a5a17b7088200d5b4420304c45e061aa2bd58969ed919e4aa70da43d346d0af234e9b430f4df4ba72d206c32ed1a41c5e96f519793cee889745e3ae33775f7f09628344ac347e3204e3acb911ac5ac6242dbb33d688bce0ea2ba3a7b220a41d2d97f91064a23f6128e9e632fa650733cd5209d435e0ce9fc54146fa4f373d119215d40d7404b17d2a168e9c20b8414167ea16db5a80f8722f05bfca48bdea352235ddc17a70fd2c55ba93c2e5b464f1f994cabbadc89c0e9f210420acb77a0302b5d1e4f80727911aa8ad2154954ac566da387587588a8c8ea5c42a2d149944c6b5e11ce591b832a8674ed5bd4b6a5ebc7bb6068c35de4c8d29825b4b737ee471543bad98f2af9960178d79374cb3cea0a5b0388e06d9d8e6655e9b629944cdb0e5247de5e8d2ac0f6a128cb487726a08224ddf58060c1ae2738d391ee3650d9de7d8c30c06ebab855ba77371a68a47b8f5392ef7d9f85a1d8687ab5027b1c824a058ef4b105ccca05f455ce52c133f4fb4a4533a8d78aae9b29f499b250fc9890bbe434814069236201d2d9a8af4aa54be8a5c9c6a19a2e95cd276c22af8f5f0521956b501395cac96521955fa702a308c7998e54b1ae0443ca9ad46b95f5a8c328d7a2a824554a719c2255561015517543338e54dd016fa193aa230821abcb68236bea13c6d4d8a8bb6b4e10e7d3945095d3b5a287d03be753e8044e7ea48636f41e0dabf04081d4700a154aa9817c0a52a30e455ea9f123f547533bda5626213dbdd98e641973260e37a49650fa45cb2a228b16314132ab0f494f364f12a86c7dd1882e8d6b41a039ce442d33ee201a42a4076478a5a1343e176fb3911e2ca02a77b0822af9210f3cb2264d28a20273b82e01cac32978f596f4f067427c89f4f56cd2a47e04d38f0a484b4b0e0fa6d06fcac26323a9f31ddf4f6ac189c178e194f4c458aa26277dd0dc2b3df996de63ca5baa2629a584994e5dc6119bf4d44ff48848d35ad2eb4817d1de4e3f850714a5198d09176664d32f9eee4e98fcf4529ccd494f9fa76e75660cba2ca467e6e17d30d2b35d69c39c3d46c4e05c17c2d199ff056228cb1b5dd4d2ac9738af956657224524bb33359dec25245a66ab6825b23524926427a3eb497ade40fcf17c015a21a51786507fbc6847b8f02227c0a51a78ee577a6921adfd250191b2cb4bd0e326bde243c5ea8a8464d2abce3829935e1b8ce612e9b521f45cd7ff5165ba798854c59b2ff020a0f4e64b52c06f35a06275ab3ff5ed3b89047473fa128ebe3b9caac9bdfe39187a20a297f6e025adeac3a5b4840fefd0e67b584a9defd16c6af88fbe507ee56ea687c815a2674b9a7b9a7235b702bd18d227f5d183247dd29816fa69631acd3c95e324569a378c064b7941620cbd08a302f36226ba6fa5afea928ef9aa0dbdc7578bd0b2237df5194f35480b1e92f4f4fa3f427caf97a29140fa663529e0efd65092bfdb4ab4f95d02da76a5ef5e9170561486be6d69d15962f845f4ad3bd2f7b104e63ff4c5230cd28f0fa8467f762791e47313529a3fc7e31916e9e737f4d28a7b51ca9568a9fd7e6b4773be6f2bcc18fa3e93cad0f743f4d2be5f212cf7a384f0c48f72e243a57104157f8ea096f97326a99d3f97e395d2d29f31046a7e6e23a4f0d34cb3df9fc7a858fdaa4ef9f52b9ceafd6f2ffa8fbf2594abbfbf11df2e0ba201617909bd8e8a5034f648ffdd43654b663713a1a2ccee37627299bd4332856ae55368328ee265f612546a64f6f771ed65957d51a29655994e8f5a250a734256c586ea9dacea206486b26a7b50969139d6c1bc9739fa20179539aec71620734cc23224abd107b982ac460caafcb21a0f700422ab5188166059cd912834ca9cba625790d50a465395acd6fe600ae5a19422ab330ba988cc791dca1f329796384796b91cc5134b32d778a45b32d772acf7b2ba5d11b8c9dc0e215290b95d46a94ee6761db189ac5e2dac00b2fa76b86164f53b618191d51f8f4c4756ff00363059fd43b845650d06a2795ce66e4f4fef4ed782cadce9f0b1ac617374d6cb1a6623df9635bc8db29facb13df63459e3b5d8ad644daaa30545d6a436dedc2b6bb281769a871bbad764cdcc787447d62c1fa53a59730d2aa732cf59f41e5bbccfa1d0774430b216e5785657d6722f4e5864ade8748aacd558c48532af2d580b655e85e81395b5dd8f760399777baa4cde41a8b8c9bcd7d07b6cdf843e76fb17c87e651ddae00047d6b106367c5927214258592713022459e7bff4535d47e02c53d6f524ced3647e7b510892f9dda6a7f7df85a7c564fef7a8ca75ab860d5fd6ad11fdf96ea390d6c8bacd417150d6bd2ae557777fecb5b21e81a8aec87a9c473627eb5917c196ac576304e0b25eeda89af46e8a2abfac7709222b599f12daee7dbb23fb95f5ed8d432a59bf6a382891f55b40f5abff5614666581efa8510c6842656840381e94970dac43dd6a7018f58e217ea875c88624d04a0cf988584e367426f26dd9307bcad5a052faf3230a908ac8463ea30e33b2108dd5b251dd5160978d9a83a2926c5429d5d551bf71122b1b3d112557d99846a8d4c8c60ca5ae3026883adf9871d428c6cc4761433626016701b2b155a9e1073ba3582f1bf788cae37833adc4f8c3f9147a4b552e642bca32b209217885876cc2363c0f239b908c7c4836e114e5d77f27d097269b64472b31692261b9c9b3d1e2249bfc02a573d9943538e7934d29c5719d2cf4042553583deac8614b39f48040e0d4b604dca6462277974de7259ce145a563464016857ad1a3ce38e48ba170477a69e1f5d0dc2b9bd998fee34c1f3b0abda7de31cb81c0d6ac3a25146a8ae28d6cd675ea1db31de90d45fca4c63ac78e3adfdc0bb438f3bae33845367f0c5e53225bd8040771b2852a3c442e5b541bb50ed9a275289dcb16f7a60db3d842f461f17d1495644b3be33845b6f4054ae7b2a52548ca64cb66e1717ad9b22568119045f6c781aa6c851d01b7154fa8a7ad20b79f6c65433cab2b5bb9978afb4a2d2df4ca9728e8c9562da4f6bbea03ad57942b654e5437020f514b081746edc691a42cca82935859d47eaa2651f1f4b1a39271cc238bfa8487ee65ab7d915ccb569fa1555d9d4f5d61f50f34b5cb56d30d21b2e84bb46bd764e11041b6ee2355f20d2e380c926d78405d2146878e59d9c6d6d4ca3777c2a19e6c4b4fd431655b0652fbddfa341943db7aa0c74db64d889abb6c7b6bfaf3db17d09fdfbe961260c774e230bb42a80fed3a8e1e5dd9ee719b31b4378a98e1dea3a876fe3f84c2996c5f3dda7c8207d4d344abe9638b4a09348b3da958496ad27e9444a0c15426f54491572615e2ac5c263d82936b996c04aa6432d9641c22c86437e8e9654fa9052836939ea3b4a0382853bea2f552f5460b9d4c3586da9cea211ef990a9e751466bf75011d5395325d757429954a6bf84c346996178248546125434fa13a3307e21a460ae496a9439120ff8c82cbd095959fad2dededf8e56757f2f943665fb27d24fc5d11705cb0ef425527660383dfd010951dd839dd039283b7897f22b4148103681ee669025d02d9ab2c391a834cb0e6fc6af10901dd652114d6c463256a22f6956494ec474929a10383d3212cf8bca8ec883291447f8ebe80a0235c94bd0922f3bb68570cef1de844d4e2ea58738497e1359ea4a7afa53ad682ba40dc561b62c7d3291b28c09d40232bed0163d3d868afb194f3456cbcef852e69c29263474f62a95ed7393497c3e9788367a59e6782a7c99fba88b667544bba72c6b3cc9b7595938ad91652f262c77a1588ca18b59c4152e7e20b47df1931d862ef5c651bcecd2343cff28bb7c0d6fd2965d75409ba0ecea737ad46b954973bfd61c87b3b26b7242a2379e13c4b8b91b6786b29b79246cdcb2a2e148767b3431e9db9368256e2f4653bbec4e3f341dcbee0cc5cb9864779e93e2961348882f278970f4dd3724a5dc0ba562756f096de4fbed7228f480def6c3ea24633d72a1f47db49a6ae1a35862ac8f74d4f91ecf45d793ec71195ed1277bd28524b12797c331f4740a1ea6953d155257785a44b380676e8490f3bad2dfca9b4ac9f4bc8038f28b9ad43b5e7892c8fbe21995edfceb2421beea9e4c2172ccca0a94781e46f65a4254e4f5554adf424f0abd51e21851f6761c6dd177af089317ed2322f55e802737641f3ad1ebf8b086fad0072161930f653893967d74a616f0f109c1bb4f554942fcf49cc0c3e7dd24891533e4ffe24fd0a7c483ba554937c2392567d05221fb4a5f5e28fb9e461be6fb6d6a27a57388e09546e23133d94f21894a3fe97e5fd9cf6292107f2f23c85fa62676f2c789a4f33f61be182a5f4955ae7c3b0d2ecbcbd0f92cfb5b8b24d7bf66c2267fdfe07b945772c10f24af3407c73cf24a5bf121e4f6624c7279e54ab83be495a7e1bc435e7933c23b7995ce78ec405ee51aca45f2aa8771002daf9a8cac495e2d013d22f26a19b83872c7eef4191d2f215790d7e8861c595e63201eb995d7988627d9e54ec731bfe44e1928e9cb6b5d3663c8b90e0ee2e42e331003c85de2b0e6c85dcee07dc872979b0828e52e7f71f22377d5a0fb435eb733b21379dd4325147a81fabdbc5e09ee47797d2b22777903237d46f76a58b6e50d8751a891031e6e97378aa18768948c1c46de787616869a0420409237d9810546dee40be544d321f41f3d9a51de7b6ca187f028c38184dcd315b9a8bc4531162b79cb5bf4b15b7ec1a3c0f2d68b1062c85bc7227093b7f140954cdee62e7e2bb0dc6b28da20e46d0921cbdbbdc4934172ef0f58dce5eda7d0d3b73f877e00b9cf00142de53e7351eb90771a1d48a1adb4aa9deb20c49077ae47d5a4737faa859d6508c9e49dff224296fb1e44e15feefb0cefc69277d5d1aafadda7b7edf70eed2c72ff7ad8a4e5fe32c498f20067aa5f01d1d8cae5ddb8b877fb8ff2be5b16ed8eee6d90e1cb7b9c44c222efd9193b8cbce75a743dc97b1aa977f4fc8b8e7f799f3cc472f2beaff1fca3bc6f193a36e4fde810a6bcdf1cfaf3fdd6e36c4edeef005a50e4fdfba07541de7f09527079e03d4a93019da9d40e08a01630208bb270c06d94c4e4037d910fc90776c7e9837c6008a20ef9c0696824900f5c8b9e53f9c0dbb46b073920f1940f1e81d664f9e02f49181a92867aa17c68430481f2a19fa8920f9b86905f3ebc12f5a1a0229cf4cb47ae43afb57c54259c35c947152275938fee4459387a20ca7ef231af50fe90073fcdc7d0b829b487c6efc10305f2902a782e401ed21149863cc4801614f944472478f2892de83ffeb793f0d7a43ae82d904f1abe9242f338b417afdd904fcaa0bd3d79117a4ee59337a259553e39090f3ac8a7ccc241893c3491f6636809a25af95457fa8cb30251da94cf5a8ccabc7cd66e1ceac9675da38c9ef586dac9ec7a0490667346cfa631a23ca22abded8811d4a4235621f194473cc791917c4e5b5474e573dea2b0219ff30fd9897cae0781adb94f69bbcf6f88a72de4f3c99b2e5fd00607d0f20583f094a47c81961ac58233a83cc817cea0eebe308200d2c2bbb4dd17fba1ce245f2c428e2c5f624f1560493a4aaef2a5b3d107235fd61f69b37cf902148ce52bf650e6ac10a2ec275f3984927ce5012a1d2b4fd3e2ac7c40f421ca85c043541a1a09e4ab83f1a48b3c7a3dea26f26813919fb589544dd65e413d47be2e0c7513f9ba6dd428d6bba3bf50bebe0941b2f52bf10a0ff986026a60315b0917c6ec24241a5386528a7cd36cd43ae49bafe34d09f2adad5053906f2da0adb02d9ab6c2b6bd68f8966fcb4113ad7cc74e9c3ec8771c2078b7a3807e6ae77c7ad49d8bec28748cf6d0ce1738a594efaa8cb7b3c87785a24c2adfdd174f6ec8f7d8a1b740be67226dbebd166a01fb3ad307da178bf2ad7cdf454230b1b589bbc7f624a4103b92febca033ba5ce5821978184d2e10e080502eb8430049d812c52eb9d02b9c42ed3c29d481aaaf68063daaa8824a9a78300eb3e5e2ebb41292d7d491a5a7a99dc8e2090ecb92f0aa0cb95c844602b9a22ffd2dc5312aeeca587404c955ce786f945cf5143d6e726d47da69ba8e783c5cae7b48355a3f91369f7e0d1e74901bf6a39626375ec4c192dce48f2767e5a630b48dc84de5620c99f71008b4342719cbea4570787f35faa9fd4ef87563f2fddf3663e8c061da8ff11348663874896acee1bad487121d08ae243aa0a5429ef891104c52676a27475ad3ae3d62c5d99c3cd9114db4f2e4f3a86dcb8fb50da650142df4b164922c8ed7c44313f2137e548652b4846a5383d05c224f55d02fa6e6d2439c0a4493903cad25ce74e4e95f8995a75750afcd9843499e7195def6e97968d2969fce477bbffccc185257ce2ec1f990fc6c26d5af7319840b3367e0005a9e29224c9e35bf8442327a8f59054403b36b5251c856129eb8e04ac0ede2351cf3c82fb5a1527b3995d4822b3309fa5c5d407de89a94b6d5b5ab9439d7bbe335aaf2eb47a8c05c7f4f5adaf56ff43a6e6cc4b1abfc66374ab99b65f48bb75e5033bcf596e8c3eda6043b6f4fa09e763b0cdd6bf2dbaff03b24e4397d88c3e4445102dcad4b24f66e3e8924f7f611bc7be84949feb82521bedc008277b92a0222b95fa8d43e0926b9e8c94c52579e3e2359e659657ab5cf26108c7a164750312f198d63f21711343178d98fe8c3cb6c4a80fc24b4ffc80b02d056292f3840495ef09a34bed7716839941746d054a4f0a82f85722231f4e60875e4b7530946bd3d4a7be89d113dbaf2773fd0c12e2f1a44a4ac6817bdedf74d49ab7d1f87ee0ff987aaf4e73f7645878bfce36c62d29fbea17f425e3c9734e42f4d49c8fe2242d780fc8b9584a02fa7f1dbcce425f465a2f2120bb18092129c8bcabf762351fceb54d2a3bf2e2679edeb4bbc9153feed480e86be4fa2e9c3f70554317fbca716f0e3376df7d2c1c40c4b2524b9fe4c22a0fbf3379edd92ff0a458383fc4f5d1a23fe71238efc4745e8b1fc3695b4bffe34b7fafb9b52aec29b8a684514a1a17fe184d2feddd94ca16264278a4ac5385954d83b20d35154be8f32a9a28a02a51445d54c34bd28aafec29550545b869aa8a2660a26a6a216ddbba2a8f50a0d218ada43511a50d4b121f154d439857d5b51e71bae97c27921be47854b23c4720a975e886a15ae59385954b88d42ad43e13601bf0449e1b60bf50945bdd6f453f56b23dd52d41f8b355a513f110fbf281a7c08c490bb175a04140dbbe1865134f640ab9aa2f130dca28a262f91f3299a2e41d4a16826c01aad6826c25183a2792a966d45f3bbd8c0142d3bd2a3b65c8a2d53d13a0759a6a2cd609c0f29dab60ba7901e41b3a25d6d04350aef0568965078dbb04e28dabba160acf0698c17f02a7cc6a10aabe828a6fcea94836c4ed1b90f870e62ef50f8a662cd5174994abbc3ef13161885ff71daa20187b1622aba35a2d7d1cd87d2b7db30ec8f8a6ea9d8dd15dd7d90232bba2f46b2a8e8aea29feab11a418da2c733fad8bd06229b53f48a47c6aae87594de63af3f881e157d54382851f4f9481b2690b74260397664c5804ae886570c10d1420ff84d7f6be03cfa8c832ee05444317815fde2603d0270c5909a48f014439b51a91d560307258aa0aa5486826ea1df4431a23d8a378a115ba8a48d2844b94831d21eef1a508c94e2c920c5c82c540b14a3bc108828460dc0098b62f40274b828464b70f2a3186387866f4570334a93711fa9198efb8a2abf627c175490142163a83f86cc47b0a50891233d5584bcc6ebfe14131a2221564ce887a45f31e13c1ed3504c9c4ec57de26d6a86935c5014574cea437575720b2aa253c622df564c9980aa8f62ca4a2a43a16dd085a808bd4a8d35f4171ed554844d473d4731d50fc9a262ea24da7cd31a22af554c5f41af63fa6ffa5be12e9400e121f4a8e113d0acaa08bf81061a454438d5898815d44ee6dc4624aa98eb4a5b616e57340929e66e4568ad984b977d29e66df6a4d0131c4828e61fa65dbb7026bae1158bbb2133542cee8e662fc592467851916249300ea9144b1650495b62a5ceb7e429adead29e38dd52440ef3a5d023fa8c2beba23ea1581983ca96629533a1a1550df0249562d5169cf329a23a502b8fea45c52a2a11f509c56a1764018ad5c5660cadad842336c5da1e68da53ac9d85629762ed7cfa8c6b57b85068235ad5146b75c80c156bad5427d645e1a5b98af58dd094a058ef87ea8a22a69318431babe17853b1b11bd279c5a6c3e8cf516cbe47bb63eb4d9406145b7fe185078a6de5288929760c210cb0b329dec7a7d8b9076f1c53ec7c89974d28f6f4403aafd83b8deaeade5c5444147b5fd861689f8a3ee3be12345529625309a60bd6e0905d21b841904c188bba9c42d481108c682e554c7175b4f6292401a816286413e9a5c9bed17f94a7d0765736c8a29000afb05528e369bd9424052b547371a0aa50eda2b557dbe33c4da1a98ade3b856614d568cd75bc2246a16d5e42a151b4f6da8528c229b49b6877e8eaa31eadd0d117cc2a7489a8cc2bf48d2957f5fd7136a7d0dba83c1a6a107533bcc1b982c2a8412fbfc2f88a0ab2c99338b2290af52f85790111036b659c5c2bac4d683f5a5710aab59ea047b53da5e2be7f38a1a1383b82c3713e847de3c856a93820a35a78a0803485783b829df1ed504356c4cfa09f3ae8431fe8d03e746d2a0ec5e1ac497128835af9e130fa8f893ee8ff52244e47678422713bbdb4a41a8460926aa3d95e91b48558e69121d4ca8f0ec0c3558aa361b4158ebea5a73fa6c6c3da8ae34b487a3ab117ed9e8a931d89a89f54e1384571323990427f69f3a5bcc7a1b122d5936a4eea45aa98a94fa86fa72d274896f684f66346349e21569cb1c7f9a3e24c53aa98679d89659eed4d6f3bab3ee92659332901b2dba2f55d716115a1a10b8904022f6413dabeb894f6f6a5041c072b2e37216c72a52189965763a96c5f9b87d63ec58d4a84d26eaca20a70434bede4165da4acb875908ae8ad4f44166f7bd116bd1d827e39c5ed098427eeb422f4983393f22be70501f09c42aa0077ede821eef6a355bdb7808ac2fd8ed4e6ee8f2650f3c083b8e80301e1e80745f4191fcec75196e29199a4ba47567aaec793a8f33dcec5018e225740db3df70d61dfa7d548da7c5a9f60d4d31654d29e75228c99d7989e2baf3fb1f2bca354ac9e8f2012fb7c1bc9dd2f46537f7c591307128a97a9783e4d91df10a7a78a7c11855e8d2594f6ea03694305cdd119a128e81d4ca1307489290a1288bb17fcc0b1abe2b52f09418535080d15762615b6308adaef9baaa489be71256cf2866e7c55bc95501f7aabc8a2908a804811dd70a428f2c37bb614454b6834f39ebc2b8af79b89067ea8465df4d3293cc6a8f8ecec49a15324d67f7e4112e2e77cbc984e513c8454c5e25c3caaa9287e4d7251c920aa4c254f08fb96bc2255b1a48ce643df0e51c3ffbe8944f11fed29277e7c477b86e2672fea563f27122bff799e14f09f3954607e79513bf9758fe4c8dfeea420fd0e41cfbce2f739eadbbfafd0aa96d12d618ab254cac2b22c5ad5f2f554f8ca0fe2e052517e1c27d78abfae94007fbb11e9ff1b419daf42403a66c57e820515ef0847577ca385fe5780835ea5dde6cd14ca4586afacacc18fadac22c0fb27945547a1535c5975352a6e4a074f5457940efb11c22a1d5ee0da2babd5c2dea1ac264593a3b2fafc7c0a5dc0555556cf437b86d2d109cba3b2c66594a895357e636b52d60cc0419cb2a61051adb2e67e3cfca2746a891449e9d409c1a9d2e92f567265ad5ee84a51d6ae41afa3b61e854665edb7380455d699430f51e712b613a573759c35299ddb60922b9dc3b032299d0d587d952ea3e8e95d76e3285ee9720b0d0e4ad7cda83329ebfe87fa97b25e7dacbeca067db0952b1b2c473952e9de0a378cd27d38adbdfb5a170a7d44f146d9f032bded864f70faa06cd4088dfbca466908e6958d5db1882a1b4f43e7b3b2f12cdab54dea21e75336998f7c48d9241287b3ca261bcd14da421bb9c909541e944d7211d4289bfa5146375d830aa5d2633d56b9ff87b0f3299b35a68c6e7e973e63ab526473cad691e88f56b64ea402d3fa14f22165eb1ff4e7bd72a80cb53d8ede2865bb3d78a9bcb25d262593b73f152befe194e4dee311802bdbdb632b57b6af2aa6d07ee430caf6d769c3f80c47354ae9f31e75726587ee38b95676f88cb850d9b13a9abd941df5f4a89d8fa1e4aaf45d853e3e6597495401ba08f134a2b26b4f64d2caaefba83275fd8bbc56e9378e6aa1df423c2faaf45b821e5da5ff541c9428fd33f03e0565b75976143a87044fd93d0e955365f717f4533dc6a380a0ec7112c762ca9eafa802f40aa7e7ea75897faa98765aef71881e95bd55682756f6798d4c5ad9b703eded7e06a45bca7effa88bf66f8a385a39a013c18201235043560e54a01b5e39f0366d9841f991181ad28a36dfd06814a8944377e2e163e55031e255e5506332854ed3671cb605af5b560e4fa5ce37fc038a37caa0a0600c8d684c0566c464f4472b47b6a62a37ea353ac595a30aa96c8fb6e2f84939a6112df4987f3877578eed8b466165f05d749228c7afc409b1727c02fdc790aeb4dd4326e2c12365889e505ac80b9cba292776a78f3d713f9e28514e3c8227bc94936a11aa9d348b6af4a40a946f95a147a9518405213b518645a240a59cfa887e71da37aaabd3a371d6a49ce18dfe1ce5cc2704576639e1150bcad9dff1d0aa326231fa9994116b0816ccf9424d67ee1d54f995735f217757ce2d2010b820146d23ca05f709892e1c4d1873e16cbc7c4fb9b42ede42a75cb69e8ae8b202eaee917f68232f77434b8572f979aad1cbef8763686531b5b9557789fc444dc7799a72750364accad5fb505f554677a0821cdd01bfc14719dd9f984ef426faf3d1c7690f45df21a8b8660d15ab7523504a51ae5b830295729d81daeffa69a8df2bd7ab5079506e1846603e663a35fc8d8f68093755c63bfe959b96d3c7de22a034d97202e743ca2d3f09c26ecd422f86725b21ed8e1da390952b77eec76fdf55ee9a8807f895bb96d0e6dbb5938ac26e37e2307be83b41957b9ed04aec1b4f2bb1ef38a5496c75d4b695b1b3512451c6aec101a152d0905642a4a23a2132d0ee10bba3a8a414cb08c188cbf0c216a5642ad52f990007254a597c0985fed2ae9577c59b5e94f234020ff207a8fa2815c3a8f029e8fb7e958a0b38ef502a3b138e560e46979852b98128b8b21c67734ad5205a1cd542da569af9789046a95b46528a6e230111dd279cf329f511e89957eacfd043186208cc1be25100551adfe09c4f6952a2f6a8342f21d4615e454cda9c8fb300a5753095b4b88538b650c6adc2d18c324e468032de01053de5c17a94ab072309f11d7a43cf95a0a1ea9bf012f568e5610f7ad444f1660a492f6328e9315580a422020f47aa12b43e524ae24db23baafcca63a7a9e91c1f42c9743c19a7f3ca13d1c4d34e9c404d5479f20141c5140752dc521ae10d6dca941638af55a6fe87be0e65ea3a3c06a43cd59a1ee2541b1c52294fada39a73ea26edc7b4a9d4b7d344e8e455664cc221953283ce6428332ae86d9f6e430cffb402a722cab3f6b43bce8ef2a59001cd84cab307a82b9c3d883e18e5d96be813559e2d206c722e98d8dcb91854f995996f68a7653d274c9eed40c83dbb3e5e25a5cc1e4e15f37c3ce1e80bd508b95fb84cb0f3929c5ae6e5c138de545eb6d256b8d299fed6d534a2cdd79ad267bcf68220c6f515380d545edf4805f9c60862ac37eba2e15b79f33265f4adca782381f216ddb8afbc3d935eededf7d4caef6ca4bccf71219699c36431474f2f2de72df5dabb0da8fade5d408f7a77392de1bd28c272f7c4243ddd3b4475e2de03f45a2bef37a7bff56022bd8e07cb5c30f4b0176de4876348a27e780e2fb9533efc852336e5e3f638b9563e0d2140f9f411c9ca4fff91ecf76c1bd1d367876809f3c2f1b22f65de09b47a289fe7e1c85bf9a21709a02fe69128fea29c9e2b7f3dc1f4572e688350169ca2bdfdda1987d9ca37ce84efdfb420b5f38d8cbad55b29adeadb97c4b7dfb53753c8176d23ca7791e8f857be3b8e433d6591032994458382293493fa5051195a4795efe97629e58799248a7f909218f1e10415858f2aea1d1f35f48bc5d56855bf38109bfb62a0c962c966bcd44159f29988e7b70da49c7e9f46c26ca9377dc6d24134042d8d2065ab7429bded5fa3a962febe452a46d9201aa7fc71241cfde70c1a0994e58f0904fef541e3abf2ef1feab515a7686ef58fbe895c55a92dba365595bae3e653559a88baafaad25aacd1aa4ad9883155f6cb1162a8ec37e0017e95fd5e1c22a82a07e3e05255f9102a81aaca4f9118a8aa2cc136a7aa9a8c955c55f50ea6afcac10e4d552a8762bcd645556d36021155b5d5f83a548e43304d548e8588e554358a517357d56c8b99a3721a8ee2b3cab91daa2b2a172d5626959b3dd22d95db42ac13aa7a97d1deafaaf711db9caa7e33b4aaa9ea5f4212ab6a5019a5015583e538f256b94fc4cda77257e05754a81afa22fb5535ec8202bbaa7102aa3eaac6b771fea86afc1da75baa2675f0808faa4934327c55930424c4aa269958dc554d2de82e5235bd8a87e4544d6fa132af6a9a8b231095c76e64bf2a0f35faf8541e056869553513d31e6a6ec13b36542da6e3c123558b27486b542d3fe3816155abb9589954ad4d28f1a8bcb2685bb55d402bd1b60071a1aa6d191a1355ede6b860c87b2e52379577015a6d55edbfa0bca6f22946b2a8f229a10dd36136bda10e26daa21d4c944c1d8db4aa9d6721ef50755e8c284dd5f9109a68559d1fa268a9eafc93d6def700ce3b545d9bd31ef253a3e4aaf277426d5be5ef81e314957f6bdadbfe61a862a8fc53b0e9a8fc4fd176f7ff89505115f0191bbeaa9b94ca50f728aa133d9aa0ad52d5b3254a62aa3e4f28bffa4652d3e94b8e3355df370828557dffe2f04cd5cf0f0725aafe2ff10cb1aaff0f4456aac09e387e520d6844bd76c010fad803262210510d58e689a18175f15b225503ef513b19f812bf1f4635683a3deaa09394ab83f250e4550da6efdc500da5af25540dbd80e7ca55c3fa2231500dbb873e2bd570773c23a50aca4092a10afa8b144935c20e8f02ab460890a7a9c65ea39e163c9f8a68b0124733aae01b88f854e314660c8d2fc7f1932aa416327c55484f547d5421d9b4d01346e1b95fd584d96867514d7842ff71e208e4c8aaff62d0baa09a548936df642f84c3aac94b502d504de9e44ba1fe38df564dd985fa976aca6dfa40a1be78cb8e2a341027c4aad0a794e4534753e64caf8cf73daaa60fa4b59f71829e2b5c1049a1af9439e1df918aa866ee46e54135a7174a62aa3977284de6aea43e34b788dee3dc3f486b54f3d6e19717aae6ad470d4635cf409b6f7e1daa98f307a0baa29a1f4f1873014929aa056fa8ae2e4ca4c45cf89936f2a22a547316ad25c4b7e802f18ec50790f3a996c4a044ad5aa2c0a18b6ac939fad84b27e0d045b5d44c1469596fa20f910b50ac572d2f22d0bce21b6d9895f568bd56b64286af5a5980ce415554790e86a25d08df47efc181aa2a5a46902cfa0ee1c2756f083cacff49bc63c35822781bd6529a6c588fa7f5551b4aa9e6c4b813c68c89a1b58f3112bedf988c7a8e6a63015a04549b6c38ad516d76a60db3f92121ab2ded507c566d598f630bd5d67a38dd526df3a5d7b1bd3baa9daa1d32e20abb5611feda7506cd71aaddb38818ec5e4f4fbfdb48ac7c8f0aaf6c52ed29a16db577839842df50f653ed6b49db2a762d4e7e54b1325a09811fed0e415c3285be114c17cea5f2282ca18e2c1e885a9a4a3c19cd252af1262219e28b041ea48d485350d42778a7181f4ca1bbf419957138de54a9c610ea50cfa324d7b4c731b54a338c3093760dde5ea6d25d238aa42b40ef9d4a4fb75ea9f44138b650e913683f1afcd0f5a432bc44fd5e6572c623582af30a34dbabcccf485d31ff222062a94f44dd3298deb6f5092da1ad15fd94ed29ad97ad84f0d77e577aaefd895431e3161136898bc2698d2ade8e6a4ebc135ebea78aff499def6022edda8367a8491f1a49a8e3f07ec2e4879fa3295495e88b330a55521f4adf2439cec05449b9b46b8fb6218074b40b1ed4521dbb498979ec364929c7ef53629e5ce782a114015a1754291749bd4b794c2436b533b193d441547dd35b110d4c5f4aca56fa4e1c9fabd26fe3d04575ba1d15abd35682b0672712e43fd78b7ac7b9dd8473ce4988ce9fbb49903f33864259b5898b668d44f79a2afb10fdc7ec54aad1d9f9382b575d18421acc85df44fa2fae27e47ea9174eca549796e36134d5a5cb38e8555dfa812e7dd5e5613829535d9e452ce0ca7ee2c8d7c6e3ddf0aaebd3a888de082601e1c653aa13376be03584aa9b3a6ae5371f934a767b2d25798e91786d4e098e53547717e0d11dd5dd879426f76ad1abbd578b2ae63dba964a75df9350c7fdb1a429dcbf48bdf64137a2940ff2095a3f7c4cfcf1919c88d4a30452d31fd7a5647ab291f2fe990c8f0baa9eddc5d18cead97d1266f3c6d04ae49510847d5e8de0ddf3bee89f503d9f85e774542f1b10b27ab992c07c7e2fe256afba5302bc3e8b7e265561631cf4aa0adfa26356f5a61ff1a137d134c079738868cdbbaa81149a4818e0dd3aaa98ef5e117a7c578467a454ef9d38a420e5f4d30e822b9f77925253ec49bf58aca499ce97cbb415befc24b5a0c40ba7cdaa9271e88d527dad4a10e36b2d3386beeda63df4bd359ea656954e227db5f43615bed25caa983f475192ffaa431be6570392f47f2dc7f9a3ead749aaab654d3d31f4c7913adf9f2d689956958be97594dfa691e4dfca2447fef5a23af197be035af5f7039e4f5355b890c657d194f4fb8abe047d2a1651b1aa8821b8f2af3575be7f6f718aa4b64bc59453db4722f154576e8fe28dba4a7bac39ea2a3df0361b7555e243eaaa3351ac57579d8d45545d350e9d11eaaab9c845d50e5fb035a91dcaf06dababbd4604a3aefe1ff66d757523d62f75f534046eeaeaff9094a91d6722b7523b6e46f0a0763c885b41edf801dd58ea1add11faa86b6c4354fbff10321d758d586cacea1a37d1a1a7ae518af9a5ae791aa988daa912722bb59303d279b5d32804a76aa7655899d44e5bb0e6a89dee20f154d71e887e13759d01c8ddd57516219356bb4cc5d6a476d985f54bed9284d63eb54b163643b5ab2f4a296ad7cb389254d7255395baee657a436eaee81457bbd5a79dd63806e50f75933e38345637198e5051dd6402d21ab5878256c2c3849d4fddec15960e758b7074a5a85b5cc136a76e918f8a9bbae52c4adf9607109ba85b9e45954cddf202ceadd4ad7ebb60a84d133c3da06ee38b2d40edd59f6a4edb0c843eea76ae54f8da95a21ca9f68e420951ddde9dd6befd21ace4eaf6e71050aa7d96609b53fb6c43f6abf6b9808e33b5cf7b746ca83b0ca2fdd8d11569a0bae359da569d4a11d4a83b0fc2a1b1bab312755f75e74bf80d8a6adfe6f4f4bec77024a9f64da1ddd1c50de9bcba8b071a09d47e359195abfd72903ea8fd1e221f52fb3da5c4f46f4825cd7f03958e80603400aa0356d273056890e9a803fee21054ddad067251750f3774c3ab7bd4435bb8bae748148cd53d8fd1dbeed5192f8a54f71a868325752f23e22f753f05edc7c054e430eac0bfa8e7a807dca75d3bd083127360266dbe81dfa89a0c0ac3d1b27ad0431c9fab07a752931ef2804adad0aa280eaa87ad09a4d06d1c6ea8875b094f04edc451963a2809074bea11744e5a3de224158591cea820a9478fa09e369aa460f558fa1a4775b094f044f0197adbe3dae1e4473dae3d1229f538c1660c8dbf22c650c81aaae413dc110eab272cc769a07a626f6473eaff6ad0dffacf4089f9df37cac249e79135a9275f462fac3a74145593d0c338885387e6e56368da097a43d353f15207f54c7f5490d433b753e19b954e5071f6441cf3a86767d1ae8db883f33475c4633cd3af9e2fc5eb1ad40b5a53495b94889a827ad1032a1d4bdb11545c5a860666f5b200d4b6d5cbbe230353479e42b540bd7c1c874269232f7f49687bc5675a9c95e5b4b75765e33df3ea55455460567f40fea88e9e4a9d2f7a09fdc7354bf12e44f59a2c6a016bae13a05c3784a8c8ba34dab5eb3d89e9acdf414861e324248bea4d8f09206dce42d152bded1725d32e2f6a4dbb3aa04540bdab2b8724b41f778fa0feb85b45b570f709aa26bb730947efb9429472cf233c42aade6b4656aedeb700c74fea7d6b701cac8e3d45ef31f60c150561b5600a2df7c49048465d41da91988e74255e90aa961e41a2ae9616d20792fea304908da1d221db8ca2a55a761f257db57c31eaf76a79317ab6d4ca69d41f952b898aa8fae26859ad1a8f5a875a3d059566b56609114f4d3aa10e6d1c65b496be5a5dadab86be5ab5ee1f95217d5d3471a8f5dbe9170dfeb4aac697e82d509bba72e811351d6b47d4bfd4561501b7fd13a992ef97a191531d571f2f3351c7fdc299a1fac05602f3f17be9cfc71f27307ff0163a6fd487ce900673e8120ab3ea84aab4b7139a123d4d98174ea1e3a83daa13aea3f1429de88d074dd58983e80d256ec691a43a51440b9d94b41943471691cc70d49784a0a3c1f41047d3a9c01c7d85131675f2561210920fa1d95e7d6c0a5a04d4c7e2d044ab3e96856e06f5f1daa8d5aa4f74a46d75a237add78951783a457d5240db3db5039e5750a706928c953a0bbd05ea53fe6872549fea4fb4e6540995c7b4399485697afac5b438d227d20ae83fa66751173d7d9864bf33bb5160579fc9c05346ea3337710aae3e2ba6a73ffb96dee3b92c829d99a1381857673e270121ab1a6ac8ea2c6faaabd9f50850668fc3bbc4d4d97371b4acce3e41c26c761671e4f3337052a63e9f461be68233cea4d5177da9b15e3e44dbea8a8da4e02b574840b8da853ed0d51002a7d7a7a36b407dfd2a4e29d53726e194527d53442cf3e6530ebd25c87fab3915e4dbf5d123a2beed434ae0ed34523bef2c246d28674a3e853651e6dccd2369e05e7db4a0a8efada455bda7a4c4bc2fc041affa4163427c0fc653cb7c50485de1a10b296e0f65787e5bfd38831a586e5782c3b9fc199fc8493779729136ccd3d0120c3dfb8d133cf5f34694d1cf9be1112cf57309f1ed177349c67af12b0b432f8752cdc9a78b18d4af9a9348f2eab127860ae97bf0d4850504dcde54276ef5d69130c03b0f3cd5a07e370c3dcdea772a02e0458da8777c184424e3c3312adb1f7ed1eef8d8871afec72412103eab080e7f365271ff5c416a7a711f4a93e213387f541767125cf93292f0ea171dce0cd55f6e125e2d29a5f6fb753a9e3b517ffb419ff1fb023471a8bf2fa6f4fdbe9736f28f00fa8f3f8268ed7fbc439390fa670029a7bfbc4956feb504af2951ffde4b339db2d1a492958511cb2ccb2270fa27810484f24bb461fe76a539dfdf6754142a1aa0ff5e5dd107250b4da54db8121abb201c826aecbee12d4e1afbae38d4d3541e1749a1e9283368aa3447194b53c51f335a53e5125e63afa97a082f33d138b4a2ffe87014f9a3c6e11cf6474db551581e35d5e6230dd454bb83645153bd2a123c4df50814fe35d56dd83235d5cf639bd3d4e881e85153e323f26d4dcd0a145335b5a35042d4d4a64b8f34b5bf63fa6a9c9be03d221ae7b6985f1ae798640aed442ba4c659838d42e37c01bba8c6a531ea001a1772e96b5c2cb8f9342e7ff14081c6752f360a8d6b3665a1eb33c4261ab710ecdb9afaa938ddd23470c5a9aea64103f40d691af4a5256cb00e9bb4a6c13ddc7c9a86e350a9d1347c8f0282a6512dcae8461e28e8691a2bd197a6696ca12c6cda1dd54e4dd39ed891354d735168d478bc428ca9f17843ffb159132a1dcd7a6071d77836a0f5f27c8e4854d3e22daa649a967994d1ad6ad37e6cd511e7db9ad6639177685ac7e1e9734d9b40aa4c6d5ea26aad695381a856e3d5083193c6ab095e6aaaf19a8172b7c6eb043d44db7b68bdd2b4a5931b9a769b68a7b5fb2dc69037afbdf7301c2268bc972077d778afa4eddefe19e5bd4f26ceca351d8e533275ac84d3074dc7c6f4d23a4dc443be9a2e2a943f347e5ef41ffda25066d0f8155257f01f81a7a93501913862d3043cc00b3534dd8bd1eba3e9b189f6768f2c2a563deee3985ad3e32d2d4ecf4a54017a7ae017d5697a565019eae58e930c4def0f787a40d327051dec9abe5590956bfa37200cd0ff08e57d603d3c8fac19906b87a18111289c690666504f1b5403af64d50cea85145c33b80dfdd4e042e4569aa1be94be4397214cd70cadc053209ae1b510216b866f41e0a6091a828c4213b40c8dd59a202beddaa077040b46b8a18aa119d19576ed984168a0d18c59453931663d15e4313b10046a820b2957c7d5c7098b667c3d1cc56bc62722f1d44cf883f29a6692075a47359344b4b727dbd37b9c3c9256628a055532cd94f3089a35610ff0164dcdd44ab4ada6d626a838d59fb0dcb415d4916744a04aa6997195fed60cbad44113be15f9a326bc14498666666bd427343333e9cfcf72446d5b333b9d365f444d1cc469e6ba23f1d4cced8d929866ee62e41d9ab9170833cd6b4129376f03dea3ab995780928566fe21428f0b42a95b2d58837616cd420de5eac2bfb41f178dc4898166d10a1c816816d970eaa659da05a7ba9aa5dd514cd52c95a1daa9595695a0e2b24528d569961dc42b0d35917370dea189bc85973b6a9627a02ea7595e48d564c5785a9c15178918acb8e689a1550d91ce6b56d195739aa81214e134ab8d286c685617d3468e1e8083714df42ada0a6b67d1daaf8ba0b2bdc113e7569a98bad4916366d176dfd49e7275d318c2989bd6d0436c91e2b57a9aad3e6813d46cbd4a4861db7a1c5b68b6eda43db42d09bd8a9a1d6904c976b5c2198566d7706aacbb6ee3d7e36af678e10844b3d78b80c8de8fc47e05e41dd60893a84e084b51a1d488fa135e1515a066a51107d3df9238a0e4aa91eea7572bbd463a80f40ffd2dd96d740d68e4952229548f18857c0f6100b9168fe56914ae28fc6b94770803a81ae275cb1ad52f624dea9154013471e118d226e46348afa0bdadbf82930c8d61130a7a1a839c16da70062fb0d4187e12e2335e227dc2948497ac684c1fa9c098e7e00c4c63a123b71acb1754c0353637bc7847b37f183deafebb68f6d2c41da28c3e9083637d4dbc1de544bc2510430763f1fe1ccd411961df4353d162ae4998807ab42631148f1d6812c9d0a649fc8943504d520861a6a49dd4028e04a0c14173548113294d720afdade433a8cc6b8e39a2654773acb10b858ee03159cdf1e9f4b64ff423e1ecc40602f327fe92d895b2827074ea42d2275277a00d55936aa42a976aa30d73aa129e03d39c7a40fa445a2d7aaeb48338b6d0a4875251487f85a7eb3419fd093c6484524fcb88a6ca94f191a0f5e94052574e9bd162ae39e342ddea8c8232fa4c394ae79a730214eb35e732d072a8c9f22061236b08d5892c1baafc9aac744accecfa3834d69c97111c3e9f406b7ffe246df7f31f88e95cc820a87871217da04ba788235f1e4f797fe530d19a2bbff1f888e6ea4f1c2c69ae56d0e6bbe64844fdda70c2f7d7bbe275cb9aeb528264375b51afcde9478b73371347b89abbf7a920df6f4c3bedfe1f22d70fba52197a700107129a47e7886f3fae451b265785ae734dae058f43689e0c2562f0e422a99d4f5e90acfc7408b5dfbc7e78dd9f26ef3bb1df171b08cbbd8821c1e54512879ea0955bf33293f2fee50fdaa2f91d28995e1da236f73a92de50218dd8348597a82b147ec733199ab723495e7b1b458f5a44df56ac793f9ff8f6474f2a561f17a3d3525352150da69aaf3f69bb7feb83be6dcdb7190402bf45104cfff691bac2f79638f0d27c4fc6ef0bd0fcf84ef4b4b42e3ae134a50308f2975ea02dfaab3aa1a15f8b68bb97e512fbfdb309dd589abf0bd160aaa98847db88e69f23e5eabf573415f9f79a56f5df3bf4766aed86e750a80cfba3b6f2525c426d6562f8da2adde96f55998baab5b61a399fb5d5b3b0166a1d6fe04d09da1a0db228d40f93495be32e12166d4d2f9cbb6b6b0ec2b30fda9ae751f8d73a4d4780a4754a47d0acaddd10f790b6f63414d8b5b597e3f8495b673dea395ae72e58e5b4ce2ff16d6b5d6269bd5c3db0de6bebeec78eac753b89dd4a5b2f11b7a8b6fe527ab50de6a086ac75774572ad757f8e5051dbb0363d57a3ade84bd3362ac38197b6b1131a13b54dfc50b3d27a58508cd0367f860c5fdba22576646d8b0cdc8fda969d50acd7b62c45a4a06dd51d4d09da56bfb13f6a5b4fc482ac6df32b18435ebd2931bdb6a134a06d5b0d3180b6ad0165196d3b05a2346dbb6b2518f2ee83fd51eb1d4b69e25d82f30e6dfb50ca9cf6cf69c3b4ff43fbb1c3583c35a3ed604564a5ed701cb982b6636b6c01da4e41f4b73a2dc19b12b49d76e2c848dbe904b2006de78be85dd1fa9ea694f3bd83630b6d97be4888b55dc661d9d67699822708b55dce5211ed9a8cb7c76afd4652aefa9fc3bead0d084010a8ede64b45a17b106a7cdaeeaf29997a4850d8d0f6dc84ad5cdbcb86b6376defce48e7b5bdc7539de853899eabcf5baa13fd3a50caf5df8aaa8fb6ff435f0c05f6443783367029b65f6de0691c6e68038ba9920f38988ca181bb5099d70eea416f684867742b6b878420bcd30e0f4548a60d1a418f1a74168fc868475cc201a176142948dad12da8778cbe85faaa764c2e7a28b5637fd27f0cde89bc561b7c839229b8000f7d6983cb90ea6ac7c521efd08e3b80ec573b2e0929b8767c2f2aee2142142db5138a518ed44e9c4d1f68d2319ca769a7887168ac9d52849a823634973227cc891e62aa07358aa936d47db5d36820a19df693fefc742f1c226867d445eb8276c60c5aaf19472827c23fa2f0af0d2fc3f1b976a614476cda99975196d1467cc49b38b47347e1d8423bef172abadaf989787b9976fe5b9c9d68e7ffa6ddb1a02b8abcda0509c80cb50bd291b06817d6a05ebb28dd8ca125cd688b2e6d1f4821016a30daa54ae4c8da658311806b231df108bc36b2394e9bb59103f3295488228936b204e7a2dac80ad460b4cbab11aa5d318e30e64a015a50b42bdf124c5ff59a50edaa2f28776ba364382ad546dd2758b0fa2bb5df6837822bd19328a3a3cf132e5cd31de78fdab5f7a86faffd9685a1756b70eaa65d7f1c477fda0dcb70b2a88d99421036e61b8a70da8de708926d7c8f763ced56374a80ad09b4f6db4269776c5b4540647b3b54c9b43bb6a3b0a1dd91448072d770342f69f7eca2ceb7b7930b86f6d9e18c55bbcf44ad69df078205b11d5198d5c62623b9d6c69ec66b5db4425f0248c27c6abfa2cd48fab5222de155d165d4dcb5a232ca55f1207ab5e2596843d54a1c7010a7957aa218a195dea4bf259b8eb326ad5ce68b21451b14d8b58a2de88ed42a1268bd948388fc2887131755cea65555ae25a4a09410f1549a290b9565e8b5d6aa965047d6d4c0219556d39dba95b6290a7a5aed0caa85ffcf130ce95ee0605cabfb81a319ad3e1dbdfc5aa38590a8d1824e71ad79bd1d862cab082059747830576b1d8c7291d6fa1a1d41da3813958e03a35171d31e78451df9d001624d09cbe96d1f7e4ea026b1105d29da23361c9f6b8f14a356ab3d5a8936df5147a2cd477ba0b9577bf43d9e91d226d7236c92dc873e50f27f440c92e710ea48de4b4cfad878daeec70ea284a83d964ea5f6d87334f6684fe4937096521fe56e6d8a3f8ae2da942dc4b75344d40c531e9394921a4089991a8f331deda93a04314e3520369736835a66fa5c1c496a338611bccb18472de0f46b2265671cf02621ed994b94266735f41ecfcd25127b4e4e903f7327fa99b4593433d46665e1e9146d562edeeaa1cd62f67bdece4ca13b9400e7bfd12f5eb845fff1928adaefa58bb415ae562355f1aa37958e6b63492db83e8bb8c2f55bf4b6afdfa6827cc319cdd0da5b4d88c3dcba8ac721b4b75fe1bc437be7100ed9b53922bcf55d7bb732c96b77352434debf4bfff1e1746a4d0fadd4e61ea5510578ec43c0edf17b6a274fe6e2d842fb241b1d08da27e7e9219e9ea63df4f4230e96b4792e2446e41d20be9df70e4f6e689fb7a357fbf2285adfb5f91ad21e5fd526885150154f956a0be2486678fd9c3e76a1883af21bfa921aed9ba5c1187afb0c5d4fda77add0f4a22d72a6a6f3be2e75be0f7e54443f27a1e9455bbc0f3d22da2fb168cfd07e11e379646dc95aa2485fed099b7c6b45edf7db2dd2f8becf2352f6fd3b290f3f34784a525bea41c4a0d497a848e917bcd645fbb33f21f79f5a2252bf7c71b0a4fdd585caf6afaebe149a40cafcef686a3abfbf121a2a5b47f247991ee7a2daf21a5499ca6b13a02c9f4fba5cf94bda697f8f10cea90844914457e920f6345da5b2480cd9adc2faa5b37b8d09a0b3df80e28dce3e018bbbcefe3e0e7a75f60f1104eaaa78a1b0a1abfa1a65069d83195187aefa5404353ac7713820d4d5e84c1fa8c6404c80ff87f0a5e96ad2296f9d5363cc099d531c2da1533a9e74d139ddc78dacab25c6ada0ab759bfe7c1d0562269d730d5461752e0e78458cce2500477f3a97e178ee44e7128519ad739d421fdb752136569deb26faf36e5d1003e8dc82b062eadc84f91492a20ea0ab578497b6e9ea57c15eabab3f11998eaefe76b48eea1a544272ad6b60436ca273af4e59e8de12557e9d7b08564c5da331c8f0758dee234fd3355d4cbbc343884a8dcee32d9e15d1350b44c145d78c4eeae99a7d425959d7a205624c5d8b6874fceb5a7c464790aea53b16515dcbf9f41e5b3e425ca86bd51bbbbbaed535aa13ad3f6371d7b5fe85ad49d766310ecf746d0a107fe9da0ea004683b0c19abae5d77d4f874ed366017d5794f414b98aefd063497e87ccea190adf379477fbed310aa009d7bd24bf3ad8676169def3004223adf02bc7c4fd74583e3735dd73638fad3751d8f34501750975e5ac052e456ba809b78b659d76d23e21c5df78694abdd2f206dd6f5f88427cf74bd42688bf6fa8c273774bdb3a8caf51988e2a0ae6fe0660cf50fa1bd1d38860a4ce0026401bac03ba880eb0614a224a61be84b693270c6500aeda37a3f681a2a35ba41c7a99a0c7a49ed64703b34b5eb0677a42d3a588c630bdd900668dbd50d692aa6d0201c2deb86dad1161dea80d366ddd0fa38b9d60d1d85d2a66e7875fad8418d50dbd68d3845eb35ca87f27e7423cafbd11f71a0aa1b5309c9a26ecc18b4a1eac684a3f34637e6be0b8682dd1047eb8267e37043372e024525ddb89f387fd48d6f4b5d74fc646a01e3b7a382a40b9944cd30248c9e6bc20eaa98139b51659ae843aff63f356a30ba499370b8a19bb40b19986ed27e3ceaa49b7c895ae6e477782d826ef23f4af2d0e1f41f43c5280de8424d59180abb8aa73775618f692b4cbb461b665a3e15be693f09034c270b8a6efa5e945274d3e9a63ddd0c176a99332ee1a44c37731e4e8875b3e8eb0874b35752a99d7d829670f62bd4bf74112e487e74117d903ee8220652c58c388d6c4e372788167ace41b4d1ebe63cb1a3d04794e175f3dfa234a05b50958ae88202ea560bffecc5d0a2fd0431167b52ca2dee8c744bb77811bd8ec55f69ed9784e28c55b7e4398a70baa5c3a83c46ce42f6ab8b3c4f2b11799d1afe720b9e16d32d2fa3f7b8a23b5a76746bd6e2d535ba7535f10607ddba81680bd7ada32fa2d66dd8446d6e037d25b72e66161a1375312768a13756a3f4dd18497b68d37a5a89cdae54ac360f429fbb6e4b2b946f755b46a3a542b7f53a1a3975dbbcf1a49e6e7b005e2ea4dbbe145532ddf67802badbff52d3d961a237b47327a5dc4e3d55f25d0214a874bb638229b415f542dd9e3da8f1e9f6ada597165b198dd53ae15f9c6feb4433e87588ed9329e44df4543c6b2985fea0674b27398d92984e729688a7742f152b690ea134e957ea8f3235f121d931923fe4ab705eab931b50acd72982a9492bbb5279546e2596a98ca58fad7c42a543f5867a9a5a8e82b14e138dbaaf4e73866a8e761ed1795d1ce1683de9f73afd77a222864f28afe98c9ba9a71925b4874cb308179acc6897d2998e9750e819eabe3acb0c5a42cb661c2debac4fd12da3b3d911f4b1ddc083213adb2342a2b6df3893d6ed171093de7f1c454bddfe521c5be80e7871a88b9942cb08031c788686495d7c0d7ab5f15178699b2e5e8ef7d5ea0e3ea0bd7d4849f5fed007126f12e6d2463e3c172752bac391040b0eeb28e512a7e2a05797b40ccfc3e8926454a38f64500538da9c92e9e818b471e98e6e26869f3c104f23ea8e3d21547bbc1aa99dc7af13c438fe18af59d29db84768e824dd65a13be947f5ebe4673ca1aa4b198b57a8e952825199d7a536265e9b7e9dc07cfa0f2adb192d51bfd79d7e451acc9931a4f19df94040f7dc10740eeacecda195c8b42769206b3c3ad87559b3706ea5cbda4b8a6ed611da1dd97d71a2ae3b5f15addcba0b95690f5da8eb4ba12fd46b2fb62375f852477a6997ae1133bcbc1e9d11bacb87086d5f89a7ad70ad2d9e03d35d5f821614ddf54422c4378ad17fafbbe942cf757305e5fdcda2480cdd6a4cdbea963f4ee775b7fba1fd47773b9e04f67b5570beadbbd704871bbafb919413f75fa3774577ff2f49160f4cf4861e2612987ff48d50c7e38e04b61e97904e9e2b253c919b874628dd1357fc7200dd133d15d1274fd014aa7be649d8e4590265ceb3744a806797733094d70efd5fbae7bda9493f57a0495bf72216e78fba97cff0f08beee53faa39f96934e6793585d4ce577ae21daf3e10c928ac4dd39ac274f47fe90a8b70e0a57b331ec7c1ba3742bcb147f7b6190ee2746f0713a3783b9f1ac5bbcd44298baa0452c887f663919c32ba2895dee3fb08b4ffe8de6fa49cf83081f2fec379524e3f94137ffc1441bff8793f81e6cfc52463153ba0eb49f765370d24bec8e8e9bf7c273da7249692e99b0b0eec75df5a500bf8b690d0f6f739a4167c7f420bfdfd0f3aa8743ff6e3d17c5d69f72c0abd2634f473046de49fb7a805fc9a480ad2afd504f97fbda33fffdbd5934325182a5b4bb9fac79edadc9fbd6814d655f423c85ff1004d1cba7fde0828f59502f0c6447d2503874e2108d4db3921aad5dba5a3eaa3b7bf86535dbdfd756c4dfaca2d70bdf49557617fd457cec7339efa2a95b020eb1d2aa3beaa77a88b744bef381f3577bd237d01a8be8619d75e5f230e49acde691dfd47a752b4ece89dcad0b8afaf350e2199bed65ae41dfadac79078eaeb2c478aa4770dc576a2af3b0f250b7d5d1b9a42f5759f2226d7bbd5a7f5723b847603bd5b324a4ffa7a119413f59663fbd5d7dbb89942cfb1e9e8ebfba22ca3afbf0961a7be810a6ba1be219dc3d7379a8343047da3183b0c356e87e7c0f48d9723ddd237a94f5ba1691c8a967a8f3c1ccde83d5ea25158df6c1376647db39d48aef5cd47e20857dffc14dacbf4cdb35025d37b8e436ea5f7bc82c440dfb21a6dd1967ea889ea5bd5445aa36fb511a5737dab2d8844f5ad1e62c3d7b7c943c6aaf7926103d3b76d8fa843dfb61c4746fa767de9cfb77b49f5cbbb13bd34efdec8c0f4dea35040d07b9f44739cbebd23fa01f43e22c4397a1f23b239bd4f095a47f51df66103d377ac8d1d59df715832863a8da25ad8e92a8acfface19b487baa673a818418ddeef0dced3f4feed6971021cd161ac0fa881df96a70f388023237db766a84fe8bb6553a9edf18b2a66af9d8118eaed88235c7def434862f5bdcba8b8f7a98b6848dfc78d3e509f6ee867d2f79988732b7d9f796830d5f76f87572deafb2bf144893eb016d22dfd001bb226fdc0f65427061ea39a33b0086578fde024c45ffa21b591a8eb87eca58f3d7426c215fd701ffa8fc3cf52950bda9343a1e338d6d78f68437f7e84891260441cc24efdc85a287fe8c72ca0c519eb85c37ffdd858aa13637525181af71f4e3cf5e3e6e3d0451f128db2b23e641b35b0903bb487421ea3d0a8ffef37b5cc49f6620a7525e036e50e95ed501b92327d28ddf9ac0feb477f6bea635f0afd3363685a6a2486a657a6f238ab2a1ed4d2cf7a88445d3fbb36bded88f37868553fc79e92694e75eac873fee0bdb0fab97769d7ce9b83ec443f3f8c0acc827a3864d72f10e35924fd82b748c1f50bcba8c32c1a43ff719195167ad13baa988bfed1e22c6e417875f12e1ccde817ff26b0b5643c55b92536dac84b4e229bd32f152347d62fab8c8312fd32073cbeab5fb60fd9893eb2951d8696b725c8bf3c187d43fa152af459e957245046afc84173897ee53374c2e9572522b7d2af3a8ed3407d543fc22651c7a988467da492169d83ba9c3eba820acc9a8e2833e8d788d1f9ac5f138fce2efd9ad7b415d67ea6deb1b60c0d47faf51538a3d06f78430f11338260c1c6896867d16fdc4d4561e3152a8f9b5a5151d8b4849e7ecb1d34a1e9b77ad27bdc13828371fd1e3dce58f57b830892ed3d43bb635f00bdda7dbba86cefcb216e15db1375267d6c1a6139c178d44df4c28ef9141a431d46d498f24be483b35fbdf82dca0c7a89168f56e825f154dca51df0b0a35eba92c8b5f439512469218e24f5b25ea829e86523a9decbfea10aab977f457545af5c45a843559948ac5a442c40d3158d3d7acd5be2b5daba2818ebb53d6909b5026a3ada64ca68dd84640ae5d073e90fe0444a6f0826ee6e1c8d464ebd31350b43a618faf326d660acff88e0d9bc88f4c7cda70438d08452eec00c5a89034554dce33be12c401f3f845e477c0ace6bf5f1d944d4e3cb88f31d4c464b85fee0372aa287de11e43ff40727d7fa843d84f812ee509b3bfc19b5477dd22931858a287d8f58d11aa33fda890adf511b3dfdd163846092cba82027ffa5be7d6c1215d1635bd1eaa13f56844705f4c72be14904fdf15c2aa2277e12293bf99a704e4a25920652e87bcaf429bf49c5481d423f951a43f8eb94077dec534184e54e85a1bb487f2a1e3577fda93f682fd3a735a07a9f3610ef8cd0a725e369577dfa180235e9d1789a479fd19fd62b630e8e24f5192f70bead3f93471ffbec7c2aa267dfa0f54a7f4e8c7377fdb92f4403cf551012cdac4b6257e60c9cc3e83373a9496716a3a5429ff582b4a1ece9b487b26fe25552faf31d49003ddf0d8d2afa0babd1b1a1bfe84c75f5e216c2be1769c4a6bf789d1ad8a54274fceb2fff478de2f23e34e3e8af6493ee7be526c96b37fcf120a0fec6180222375d68bd6ede22c1e596033dfdadbea4fadcba4562c49d3ae812d3df89a1de71e7316574ce0c1cbae8effad342dfed472977772c01b7bbd308fadc3d425bf49e3f61f27bfba9a7dd6f451fe8fe4c170ac5e2514dfdfd2b789652ff20ca17430f2710a57c789e14f0dc0124f13c1d4a92c5530bba2cf4cf5a52e63c1b83e65efdb3b1fc8b4978da42ff2c8fdadcf3204f0a5dd88ca117eb49427c71281043f995d12da37fd51c0fa4eb5f19e863bf3e874705f4afaf12c62c1c88ee487da18652ee4d005a2af46f1612c17b3b1947a5fab72554e5de0752c57cff8ce4db4ffb70daacff3c8e64d2cf71c4c03e971052f8b28d9068492a31fc6ff52957bf7913d8fa3e8ac4d452210e54f53f87d3e6fb19436deea7020d80fa5f7528017e312cf8fd917061991b318a72779c9eeacb9b9b29948b5e7e7df92f9c65eaff92c358ffd79f64bfbffde9d5fefd1a4ea13fc49a2a5209625464113bf9d79a60e7bf11544dfe4d401b84fedf2b6c27864a3acc68839d2fd61c83dd1e6c8606bb72843e06fb1a384430d87fc6fc3254698b531183c330a4ba866ac3e93f563722173554b762ef30544fc5dd61701c8ca0c650e32cb63943cd36480c0c350330990c3537d043d4a413aa06a745985f06a7d5383232d422f1d9502b0f351843ad37e80934d49986d366439d1cf4af1aea9463ae1a9cbd11fa189cfd69a15d5aa3e06270b1a0546770ad8c1bc6e07a1c7987a12e152b43dd9948910c756f235730b88d45266d700bcec150bd36a87f19ea7ba321d7507f193dbdbb13a25a83fb55ecee8686ed70f3191a95e210d4d0780cca3286267310f1199a44628731345d8a9ccfd0f4160e8d0d1ec390e9183c26539a783ca4cfd86c1dad44b317784baba1794d94190ccd1f60813178ba610b30b4f246f46868fd00353e439b18a4f306af3aa8341bbc7cf0d894c1eb29025d43dbfab4126da7d0df6a370de9bcc1db17255783b7008fc01bbc2508610ded7bd3db6edf07273f86f6c3b0bb1bda1fc58e6cf0d1fb52e80015be0ef571ec6ae8b80ee19da1d34c3b0c756e8eb28ca1732e427e83af33ba230d5d7c70ae60e87280365f9753b461bafca5f5eaea8c3dcde037084dda06bf19d8e60c7e7498c3e07f134986c1ff25223e43c008043586800bf45cdd2aa177d8d0ed162acd86ee765401ba5746cdcad07d2af65a43f76fd8dd0d7d0aa877f4ab8fb35f43bf8ee8bd33f4d35163ed1f964fa167a8af1a061c42da6c187084d67ec02b6abf831650df1ef419ed8b86c10f10471b86d447eb8261c835fad843f390a719865589a4d04a2a43c3a268a70da7af54330cef8eb0d310d416952d43d03cbc29c110f415c541c3086ffcae52c38851f4b74684b860686422daf10c23b368f38d92202b378cfa4a9b6ff433da7c633cd0e26418d30b67bf86b11da8d706e7239b338c0bc0030586f1efa85885acc62b460d21bf685b4d9c8d77201826cdcba290004512c3241d1eb8334ccaa5ce37b93dca4586c969d43227670553e8322198292504744317e0112c43d832c2725337a23664989a468d75da6a54dc0cd3fb13409ad108a7ba8619c7e8cf87afc2e199217c3f7da0594f08d5ce9e49bb23a20a8ae28639a1a8d51ae61c4145c430b713edc7b92b51ab35cc6b840aa5619e0735e9796d0917cecb436b9f617e24ca6b860553883e2c5e4c7f7e71319ec9302cc9a25ebb341847b886a5975185352c7347c66a887446ff846179118a1186154bd18f6958a1c5419c61657faaf72b07d1465eb91a19ab61d540c239ab1713b25a5d8c333043f474c213d1a7e9cfafa149ac61dd6a5ae88d87a9206f4c47c9c2b0a9266a69864de3d00865d81c80b611c3e6d5a8cc1bb688f17c8761cb432adb5b77a30e60d8fa8130d3d6df78d0d4b06d07a18eed47a9d46eaf4065cbb0c301af3536eca09308861de944b77635a2bdbdeb17bab10c7bec69250463080e0baed0b612fa10be171ae9e98565811812fd25262d6eb099426d7328a444bb81413218edb106c948aa5fd2582a7c32256139d96962e5f23834981ae4cf28011491f4191536c2394a77aa72cad9a87f1954bdd1aa6650a5504f53fda606a676c5a33b064d2a2aa706ed46025bfa29b484fabf38ad3118eae33ccd60d880162783318e52cee24e02822506c78806ab2f0ab306eb401c1a1bac59e114fa4dddddf689085e5c75f4171ae2962653e80b65ce81a5f4a807d4944cf1a32857e3a7d1ab3d388f5af9c13d1c52e18161c3c13c345e1812a289361f6e4e15f3f01df488181207a2a46f489c4e0d2c7116b1ccc4127ab54991f41f8f8c20a470640b3dea310752318e3991fc71a21a0ee20c27f650ca9d5c460970321f0f141852b459184af5a75a786a2a918c53eb497938b59358c0a99b38d535a4d177ba18d2aea0c1c190ee896344437a8e2786321ad17ecc6847e260c654ca9c0c151e29329c2ec5398ce14c254a93334309209d11d1429fb110473e6321f67be6115a9c0c67b711383d7b0887d986b3f4e54c86ec09780986217b1f0941e77da94e9cf7c7d303860b5da9025c4c270e73692191d8cb11c4d3aece459ba0e1ea0d3186aed95349bbe64560ebda6452576e56c251bce126b9190cb71c89f4dff2a747bd3588d4e15bf7d13b6cb85d89b0490e4d580c3947099be4941284cdf9470b7d77314962776fd0c7be579574cc7b33e933de2bc59b4b0cf7836823df3fec82a1077e347d78d097c6160fc5f45c8f1c095a3fba4315e0715d52021ff72581fd7128e9ab8fe9ce0843ae23cead0c4f3be36147c3d3dbf4f4cfaae11d8d86bc1812bb9ed3011fc3f3fb389234bcf02504f3ca1dad1e8657bbf0065343014f6b0ad693825470109df586826bb4d0052fa8fabe8e255053d88a84a0c2f97811bca1f021e5c49bae680034bc99457cfbed7174b01bded9532b7fb7873a4cd144bc42cd50b487aa6fd13e74051b8a7e53bd7fdf8bb8e8fbe1e800357c8a2389e7d31dc2859fbe921af5b932bdedcf0cef3ed3894bc3177f02945fa6e2ed06862f6b48e52f3942a399ef3349f5f97e8b12e0fb3d6a3a3f2cd4287ed60fc6d0ef7c425665d7a974944ba8b897ffc649ace1af1df5dabf6904902adee453e827ceb70dffd250e33356b247266dacf41e7fd158a91c93dc687f004badd1fe09e22f63e5fe58018c955f60b1325675c08f6d74b888d7951aabb9e3de363aba222e343a862126373a5ec2266d74da87e2a0d1c9825f4a66743a8540c4e8741e6f2430d68aa725ac5d13af4530d67e8d496eacfd1e657863ed52046ec63a2df06d1bebdce79f7a47abeaec882a99d1598ae4dae8aca547adbb162199d14d8007b58c6ed9944c0d86224236bab7c14a6e74ef8dc5cad8280eed52c6462750d13536ca465382b1c91ebc65c7d8c480662f63934f08448c4d47611135369d813296b1e96ffaf31eae28e8193d3ea04bccd8ac25aa51c6e622547d8ccd9351d830fe9f7163a8a50e4badb16521aa51c6560b10801b5bbd41e5d4d8da19053d63ebd6388731b629c4c267f43a892289d12b97b67b5b7bfa29ef53a89219db8fa5256c3f2187424f29737c7a52e6f81ca7b7dd61024a4fc60e1b68a13b9c427389b143194ac1c68ebde933766a49cfd5b900a76e46df55883a8c5daaa28060ece284f30e6397ddf4f47e132899fc5df1cc8fd17f2d2264a3ff71649946ffab28181bbb05e340d5d82d853672b757d8c08cdd4a688b76ab40266dec11837ddbd84344f9d5e3040a54c61eaff1126b638f327aae9e4aa494c69e271059197b2d430666ec7518b19cb1f70df47518fb4cc7c66aeca3c4a18bb16f2b3c6564ecbb13e9a9b1df124a937e87e9cff71f488d75802f1e0f370e8ca7cf38f8085237e390003c04601cea4fa563583b54288dc39dd181600ca27b4e8d23f62345328ea0efb0378eda87630be368239e88338e7e48dd7df43354ef8c639de9a505b74181dd185c44ef715c3fbcccc438fe13a18e9058fa8c132e214a334e8c4599d438d14c0930b90a3dd7e4a9389b33864e4419cb187a1b0f281ac3faa0c4630c9b88b71219c3a2e763689a1189ba71da5bea3033ec90f31967d4e7d028aa5fe1554a30346b3325f92c3a1a669c958aa663e3ec7684f8225494be1129f82535c6b98fa916ce73a404989786a4df382f07c1bc71be12798771811ae730c605b7a8ca2da9832e0be392f1a875189724e074cbb8e4298e408c4bffa3e75a7a1889ba71e9712a0acb6a53655aee807616e3f2ae784d9c7145277adb2bbaa370665cd5818ac2aa8e54dc575dc12195316a3181e6a80d38ad31466da74a1ea5a3478df6a3feb8c613c788c635cb09d4acad83528a71ad980acc3a238a37c6759f696faf5f8d42b631c60b59a63166253dc4c6feb45e1b47104cdf18820e63e3c65074641b37dea77abf691411964d1202485b4ee0acdcb8cd8ed2645b347da0ed55708267dcbe0a8f7c18772ca2ceb7338460d4ce5704e67755259eb65b884cdab8272192420fd13560dcdb9ab0c9de338460f6fea2f5dad70c755f63ec4542b5822b545785cb09a5897a537117f50ba6d02b1c401b451504f9c54b515f354adaa078639494a3e0629454a0486294bd45279c515e993ab2bc0e2a0f46793fda307223ba528c8ad1d4e614c928d51995a3e9219493a85128b71375530da78fadba8d97dc193563a83feae8163aa3ae3f25806e14a5afee3ff4031875747fb451bf0b4792467d0e7aa38cfa02ca09430c0124c3662a0ac67f843a4c03284dccae620a49492db056c65b0e8dd605f4b6ad27a8205bd3f09a4ba3b58890bbad3b35b0fda3a992c735460fa5316e27f5da3833bdc703ede8e90f44e09ccf18df0e5d62c6f855e8b5361e3a4b5a47c21e2a3087ed29bf92a6d3c74eae8f235c63725b4a80645f6a27c9be5499928ba83c1e5b4365e8d8350222c71e12453a514e00e964372a8f27e7d17e3c598e061a634a15aa13298d0875a44ca00e93b28eda494a01de97664c15d1129e2ac1f99031ad32a98a690d094fa44593b295168b761663fa135a898c16a49b9cd1e1792be39923a8a61b33ed70e862cc74c4db508d9956b4c71a333f1396cb8ac2530dc6ec135414ce47e3c4c078fe0bb1b90bbea4895e1880c78a8d570ea1ca6fbcba130771c6eb81b41f6ffc266e752b886aceed999426b777e270c378fb1da1b4dbbf69a1efb4231875a788fa63ce1ccae8bb0eb4dd1fb444d793f14106a9050fa7108c7a781767acc6872fa8b83f6e481bf9f12a6a86b92309343fe9420ad2d32354319ffda5c4cceb484c3aef06da468c799f71cc637cee8c8371e37366992fc75151785941aa62be0fbdc78299d47e0b16e358cc58a0243e549088d31ae36b19a56fe179a26e851ff10e3de39b9af46adff427b4fd26983ed0dbe6f41edf6e45f392f1dd08aabeefb6e10596c6a2a7787995f1fd25f4a61bdf179218f1be8ccae3c7ba246d7e2c0dc7d0271f5ac24f57a8627e2a2245e47305a918c51ef914da447da838de0e43252388ba7d6d424fff6d01295bdf379306f3fd32f58e1f8d68f3fdd0905cf4e324bd8ed2dee8c53096ce271a58ba804adacf6e388a37fe5e8f63576359359206ca3ae2f8dc58964c1bb92c85e0f09f2e8444ffeca6fdf8279d887a79074a80f271f46acb6d34a328bf481ba63c8f14a4bf21be18aab81e89a17fe74811f9f71c8b95a9d23d9c109bec0448324c761948454c76ef10639aec7b226d36d907a1a9dd64ff15d5155365290eb34d95d3f09cb4c9e119e24253b5aac80cff1fc2dd61aab600553293a33d26b9c9d1030d5aa61a7968e230d50c441dc0543304398ca9e66ae4b526a7bed84e4cb5c6e15630d5ba894dda543b15afe731d5be86cdd054270d2752a63af7b10298ea3c411c6daaf306718ec97925ee21937309f63493cb464c39936b753cc668728d471c6d723d8aedc4e4fa13f3de54b737522453dd7548dd4c75e39229f415ab9cc94d8ebe5a939b090b9fa95e0d04cda67a13b0ca99ea7746ddc454ff3c320a5383cac81f4d0d8c58604cee2d69c3b86fa70fe47e1411b2c93d1ba7a726f7fb386233357445bbbaa9e1107a430d87e2994553c3089c829b9a2c450a6e6ab293fe7c13339e2a3535d5e1f8c9e4e14d0bed118480d2e4b10bcd25ff0fd11ef248a38c6e9e84d7cd989aa75149f35c9785a116aee81437b5e88e84c5d4e2324eca4c2debd0166dd9053d0fa656ce38b936b50ec74b014dadb5d8614cadcf22f431b5e9892dd3d4e63fda306da650a96df305519ac92b9636b217ddd26af2ba4319dd369a5e47bb05d8ad4cdeb7f0d0aac9fb2dad7dfbcb9472ed1f214c37755888b7139b3a26206131753c4b8bd34982d2a6a9531a8aa9a6cea4d4983af7a447f50d46fbb5c9f731b23993ef376a605dc6a177c5d475129ae34c5dd7533be91a8b762953d7386414a6ae97d13f61ea9a4f5ba1eb0fd4994cfe81a89b98fcef21153175bb481fbbfb596499a61ecb8231d4ab29de4962ea351e7987a9f7501c19997adfc71998a9f747ea697d7da849f73d8de8d1d4b718ddb7a6fe2351a032f5df4a7ba8bf90fe567f310a08a6fef7a9b80fb0475dce34c0016d95a6012604a7a60147d1eb631af8418ca14195d183641a743c1f4383fbe22cd334786a208686d4a29a33642475bea151380d340d95a16e621ab68a1e62f81a9c779886dfc06366a6a070b497998216a27fd534a23181c0111194f72387e08579a691a351a1348dcca3a633f2179e0c328d9a423567d4549ce099464d473a6f1a75008fef9a46b74031c234da444874cc6844eea6314768a1c75ca0863fb6fd0d0acda5821cfc943ed0b8a3d49ac687d2e28cff44402484db5cc808d4c94d21d309f185e4117898f08876dac4eb78a2d7f4df6a94fd4cff95a2bdcc34a9071e4e304d9a80d29369d234d4ac4c93948414269d44fdcb3439125d3ca6c96ba9284c49249436a582723534873a4cd8007afab0535414c25ed34384fdc34bc84c5347f852a81869b369c614d41e4d3366e084c534a3885a79f8706a27e1f7f11601d3acaed43b660d25d4316b14adfdac6074af9922ee50179dd38d5ac09c0938a330cd594f7b68eeb41c0a494752a8184d42a67957e821e6cb2857176551622e3e8c9a8269317d2db469495daa134bfc88822f798dcabc69a917e1fba5166a3acb02f0ae01d3b2eef8ed36a6481f74b89822c3d18e675a3e070d34a6e5e528049956b42486bfe2221598957571fe685a154684386a17fa3a4c519fa881adee89636ad3ea408218abb3a97e45d31dc6a6e8ae8444a373099347d3a168d31a2331e935afd0a7605adb118559d3ba71386a30add7a20dc2b4610a4a4fa60d4ae2431b72517235c5d8a305d8b4d19fc0fc263aea64dae483d307d3a6d954c9376d4661d6b43984dadc962e4432b6dc40e1ccb4e5317dc6adfd096c6d5d4b1063eb69dadb5bb3a9de6f7d4dc87d2b1d59336d0bc3e996697b040eb34ddb6d8118da11467562c7772ab5bb16e1a4ccb48bbe00d4b4eb037ae64dbbab5257d83d1def1a30edde904ca14c7ab57bbad2e6db9b86c33393603c8a9626412c2580209d2ab9e03ef147c14f922385def4814455893e88aae3b94c936820ffd40dc2bea2af389b3349f69308273947745ef204af6b30498ad17c6992b6c489ba49ea4b24437a82f6b6f431fabf4cd252f4479b649d376348de8a3080fc1ad555951fd52f5577c285aaa9f4f42a331e4531a9eea073d0a40e237d557d9c4438cd0caaab1a0b7577ed6582053a7b14eb4dba26f46a75d9d49af47492caa427bb81497f87b089a13ad153830f4e6b4c8689c4870c93712c66325ca6cd672827f9d6d414e78f26f33c6ad216650986ac1388d658538905d8d6d116b59da36e1547df7a688a73a7c21737124759a6b8c524a5c41da68c8ecba4567ee0032d4e7c6fa281f14bf0348fe9e06034439b0ef5a3227ac8427b286119b1f284343ca7633adc8ed495c3165f0c25dae118d194388400786224a549e203d24413cba8ae2679908c9524c391a4e9e8502219474db4b78ffea30d93dc145dc1a6e4e12417252be9cf1f6b44c2ecb1ad84578f0969bd8e2752333cb11beff5319df886733ed3893fa4de9dac45bbe3642d3ce1653af988907bca444f0aeda56d957204279ea653fb89d79eba8887f74ca7fed13825ed3c6969693fa805a477c101a1297d0431d67439418cf44768f734a5e7a323c894b19fb4b48c744a938c9bd41fcf54a6a673ae3aceca4d996d68ea96dd9b56355b45c8fdfc662219173ca96c5f74a2ee7eb11d5e2f66bad805af78375d1c4998e9e21a2a8f97fe1036b952092f0d315d51928a71752fa1ed6b8d68edaf29a9f35dfb418f7a7d1e41ebebf308e8de984baacf8d2b04286fe413f9b9559930c02d1969eeb74e52cadd5e4eeff14e045acc4d3961a4afe6cccca7d0267a693907f1d664d3dddb940077df114fbb5b42c0ed9e036943f7fa53257fd88c3acc431d4dc11f05a2f9d2f4680ae5c4e35b54c973d750477e3a8ed62b6f0c499b797f494a79de8d48fff3a5d47e5f5422f5ee852369692f1a113178318574a697f36864f4f21af5b4fc9124b8e48fa151563e1d5b37e5dfa03175fe3daa5ff9ef0888bc52d0ae2d188b6e3f53c17c2ac805ef6846f1ba3ac195d74dcd149a4bedb7b03fad44e16a9a19162af0eb844d85d9a40d155e4fc6d0db11f481de5ea6f9e3db0fc4adde96910de2dd6e025b452d68d0fbfe0ffa734c1ff69174feb119097a1f4790a8f43198def6e714e28fc57be96d17ef2346512ca63a51ac2686ff259de8fcb71be85f357df7a59df6bd07359d1f6d49da2c75a2825cea4e58aef400d1c0d2eba4dfffcc26e9e9973f11965f4fa9c3fcae4dd0e7f726d290cb6ad0a3962d2448f6673a91febf223c6462fa9b81965653059d913255bcc703b0a67f77b1169a2badc40f64b653a335c66c7710b534b3dd5d3c6564b65f8dd8d76c9f8bd31a7395c758a3cd558a30e5cc0e8460cc0e75b0c0981d52b0659aab6563a33057bb8883deff87f8a72ea117d65cdd0b8ba8b97a0e124fb3632b648666c7624c72b3e30f84c3e69a8b8231e4e486b96a76cac68a69ae158035da5ceb37424573edf5489bcdb5a5e8e2313b27a1fc6176998edbddec721a7572b3cb1d040f6657352af366d732fc9207735dfaea45b35b4d7a8f6ead317dcd6e123cff68763b8c676bccf5be62fb35d7ef87162773fd5f78dd9fb94163c485e606cdd0ba606eb0028bbbb9811ef7a3d9bd2ded0e775fd490cdeea588c9cd0deba069cfdcd0808dc2dcc81e651973a3485ac2464a9c069a1bbd403783b9f1174ab9267e7893b6b9a90d0ddfe66629b4619a3b20df36378f42cc646ebe86d2c47333ed34cf73d8cacd9e0538c930b770a29ad362397aadcd2d9b52cab57c4ebba39595b6686b13a56feb14ec7c66af4cd4f8cc5ea5081ecc6d756868337bcfa72ae77d04e9a9b9fdb8400ad1996bb34f63242ce60e19384430770c43e1dfdc7135ad7dc77778bf89b9e3776cd2e64ead69093b2d44e5c1dc69155afbcc9d0ce81131771e8cba9cb9eb523ca763ee7a867eb16b3eb200b35f0c2af366ff4548cacc016d51713307d0dd91e66e4e785cd0dc4d8c94d2dcbd1c2f2337f770446f81b947572adb3dce4762a8774d7a69bddda832f51986fa84b96f471c6599fbca6971fa16d01bead70cdd7ee67ebe94befd7d704068eeff11250b73e0149cf399033f21ef3007fec303e9e6018da9cd0d9881670ccc03a2d0026c1ea8a23a31b0024f659987b811a819520f4f3598874ca3bd3de430bdeda1dd504d370fa5819779e86e6499e6e11d11b99b874fa4f63bfc3f0a8da06b37cc230d843a468dc3099e79d47df4209947d74477a479b41735d6d19d70d4601e9b467b28f83535d6713e48a4cce366e3b4d93cbe25ca45e6f1afa9a785d44146610e99406d2e249720d9849ef486264ea30d33713115f789bf900f992795d2124e7624bc3a65323af4cc53127052669e9284fcd11c5a03a99b39b408ed06e6d012bc34d71cf61fea39e6a9ff0563687a064e32ccd39fa0da699eb19d0a5ff849349798c31f52659ab90f69cdff43f4196739e024d63c2b024f799b672d274816a1a3b71d61a35d3b378530d3dc5b9413f306a075d43c2f8450dabc48ea1df3c842675ee088c333f382fac42816dc25d6b4201f67f8e6450da8622e9a4d0fb138180517f3e2d5c4e616e77b52e82381ad255b708e6c5ea2a5bdbd544d7f7ed92e1ce098971d44aa6b5ef6038708e665bf692b44bae168d91cd91149bf39f2611686965722d0bc7c087264f3720391c5951eb43b564ea28c5e29a0adb0f2187da0959708b8adda8f3369f3aa542a0aabcea3bbdb1c158822af79b5235e84655e1d8487e4ccd14138913247efa662151d4fec774d2115f7b50da895af5d4ba8765d776a14ebb69931b4fe174a62e698c938b630c72c256c12f32312431bd7d07fdc184b2f6dd3c2700c6dbe4a9b6f4b2b3c1862deeae042a16d68be346f35e354c4bc7d38bac4cc3bda8a2914494fbf732fba10cd3bdf925ab0bb12da9ccd7b06d1dfda578588e73e39d5c27d49386233ef3b4ab5705f1675e4d82928939a634d848662cb892c0a5cd10d6f161ec099a159fc897242b29ab421a97d0e855c715a639636a23724d5538191e6a241cb2c13e34dc76679348140f93d42c80a2bfd2dc52d6ad2cae176143a42bb435515e743668d0627ea666d7502e05a1d152b6d325a0ecdda1b4429b545d4f9745d71a06ad68552b1d2ab5073371be6a125cc6c5885835eb34940bcc35c034dda66f370eadbe64d9413e6ebb41216eea2962d9426567f6a14d60cc239d677441ff62fa3d7b17f0765cefe7338c031c78d275a133715bfc6d17ca005d19a03edf231143f0d4f78990f2da03274682b2185433bf0c08a39610b6adbe684e3b43809a76871124ae96f1db6e22d3be6c4fdd415123388ce273ec03306e6a471241725eda06698a444538239e92e11f52343492d381a420255b207bdc7e4581cd7998f2d417b99f99892e48fe353482f3c1ee349a1ddb4382724e870319fa48bd6cc27df918090328a7e313580d0766a0655df538d69239f1a4cac3ccd818a7bda5bda8fe9643a36a72f22a09b5189ea7d46755215337404a3320c24e89d8e2169f3cc0062bf67436809cf4ec061a3f99c0c67ace64c0561ccac0638b93667eda5d949d623c25fd94f4972cd7e4e4b787e6124862e851170bb741ae7a2e64b2fa8055cae408b80f94a55749d9bafec0aa6d0656a7357d5687a315f3d40f5ebea1d1c3f99afe60562e85a3dc298d7924868bcf693f4e8eb95696f5f5f8fa78cccd7ffe1b0d17c231a4d68e61b1f09d4dcf8412fede6561ceb9b6fbec199a1f9e61fa281b76cd4dd6fff479ac21d0b2579ce48fa8c39055460eef6a06d75772c55ccbb1f70546abef717bfe6c57cdf8207e5cd0f07132b7f24a1a6f3e815f18ec7de54901fefa0477d7c86b0ef93aec41f9faea68dfc6c3869c8cfa6d338e5d9613c0664ce9b46903f6f1e91d8bcb7d4029e17938af1c209ddf0e617a5248ae73b520bc8f7a1c297bf90b4dafc55781ec69c9f8cd60573414d4af282fd84860adea06bc0fcba0975bed75e24afbdf6272cf77a0e493caf2f5035797d8de48fc2fee84030bf09a5f57a578334d177d3d0e1622e52d39f7f6f447bacf9fd010a7d68674721055aafcc1f6e9244fde13d4d6b3ed6251cfd9145f18f5fd1576bfed490b6d5272fa2f39f3ae3f78a983f8fa082fc793c0191cfef696f173b50872976a4fc2a1e4e59f865115e78602e9943d5a4e4013ad8cd2545a42a7e0d426797f9eb3e34699bbf2dcbc7d07716f4be5f416b8cf9fbbd700cfda84595fc472f3cbe6bfe514113e2321941feb254121aff74a787f8338708cb1f3aaa69fe7387e8c39faf68db35fff947824bf91282b0e53789a8979793c6f7b70f3d44055d626daeb840f4e15f67f4939bff9d447662b1eb8d93588bdd5e7c1d16fbd51c12a027d052b90b42584be59e7820ca527932a2214be5073831b0546986edc45225055b93a56a7de46996aaedf1d097c5a12762138b4312ca7e966a369c825b1c079929b410affdb738d9e124d652eb1482534b1d0bb6138b731896348bb31cf790c5a50716188bcb13dc0a96ba1f708b5adcaa60c3b7b83d4323bac5ad1019bea55e261e48b7d477471865a91f4eabea7e8a56d5fd120e372c0dfd69551bcea3346968c6c98fa5611cba492d8d22d0076369b40e9ba1a5a910e996a5e979fa8f4ddfd1c76e5a4a49deac325ecf636926446e6569266989a11653b1a4595a7c43b1ded2ea5a0e865ab7a1b56fd37b3386bc06d1dab7ad8da5c3d22e09d5748bf7272c1d96f6e36909dbcfa66dd5fe0e5a212d3ee310ae583a64a38a61e96487133c4ba75a58442d9d5c90525a3a7543abada573036ce596ce7b70e862f19d8154c4d2e53c6a1d96ae3df02b042c7e8d706e65f193e014c9e27704352b8bdf3da4e016fff994f7017d504bb3046c453a6f0928c58e6ce926a562d5dd0ea18fa5fb581c5b58ba47631fb2f49886062d4bcfdf9118ea138832a9a54f30bd8e3ecbd09f63e9434cdad2772e9a092dfd96a3746ee94f5ff668e9bf9432ba7f052d4e6065aa98819d9329b492b6d58048aaab0367e10cdf327003eda181db116d5b065e40e863195c19d98965b013fde2e03c54ef2c43fae178c032448d528a65e84ffad8c3b6e27cdb32ec11a5eff007d4ad820e539b1bb107d1b665541c2acd96d1e310475b46cf225830c601bd77963153d1d76119eb815622cb581d222bcbd844023563735037b1046f0aa6500682664bf01fd4312de366f86268fc6874185b425aa1a8640939498f1a720f250bcb84d1a8165826fcc103189609e5083b2d13bbd32f4e5c8a84c5323105951acb24073c7966999446ef71ca41e4c896d0ae6873b684ee25b8122aa0521b7a8b505ad83694f42d53c7e3d953cb540da5efd452aa4cd37a5287995e8340cdf4269400d3cb51bcb1cca88d1a8c65c60a54ad2d338e52499b71899a61783d24b196f008949e2ce15fa8c3cc3c488d62e633540b2cb3ac541e679b70526699331fb521cbdcabb4b7e7be42c78665ee1b746359e62da1259c47773358e63ba01dcf323f947adafcf9484f2df30d38cab2cc7f8a7e39cb827b041e16fc459ddcb290ae9db52cce2324bab40f4e622dcb7bd14b5b3e9f36ccca7bc8c02cabaa71281585334b944709859aa13dc312e5e342a14748d42dab257862dcb23a19a9ae25da9d5e47f471fad8eb72701c6c595f872ac0fa99b461d6ff4689c7b2a10ede7963d9104fa563431a01b70daf086dc744113d8dd1e328cb12738df6d0c6c56801b66cdc86a7662c1bcf50d9ded41587c6964dd3517cb66c69876a81654b57347b59b60e22aeb0752cf5ed6dbb39f40cd515cbf62628935ab6f7a35cdd2ea125dc9e4529b7d30f3551cbcef0cd14da48d864d730b41b58761da195d83d08addc96dd932973f6141210d9378aeaeabeef3828b1c4daa8bb0b6a51e71334a53d24584d8c4260c67987455885deb6d0936aa170216d774932ed21e9746ae5d272b4095a64e329a3e56d2931e5fda8cac943484a914fa6f4952b502fb4c84f52af55eca476a2b847eba5ec421853b9068f905a9417293155d3e93faa2e5392ab3e132453ff2466a8712182a7698ed2a6457385b8a87610fd79ed081cea59b426aa138669a8d55a0c1ff9a77e11f931ad24e8630ec453b8167314ca91167332ce452de6729c655a2c4d28312d6789e0d96cb45efb03d0106289ff8ff0fda1a6386db6246ca4f67bb80f5580c3365a89c30f88e02586a3a5d5922820d69478150f445992a22899928e12e23b7280fefcd1d3a462248f261a78ac2ece452dc7361082399685f73c588e9f23547b228c2ac08937f41f4ffc23b12bc585c4ae946e94852919541e533b5192a78ec5736096d475049a53f3a82ba416a037dd92f688684dda3394e12de95eb4f6195b70a867c9784dd0e77405e5ea9945f4106747e31119cbd923a4c29e6b8c432acbb9c124809e5b8b3e77cbb98bd4ad32f710becf1492c493994ead3ccb85487fd66c6ad25907f1f89be5bc1dce0c2d17fc28272e90e7d472218528f88517b4b72f1aa8745c3a4ee8f1ca3a6ae5577750c5bcba8b8ac2d5425ae8eb8dd1a56fb9318772e2868630c08d78b408586ebad01eba799ac8cfaded78b8ca72bb011e74b0dcee41cac3ed04dadb77dc4896b9435f5b62c959879e534bce6d348e59eee6119bbb378ec4e77b876825ee87d3733d482100fe30090f31591ecbf1588b25772c2540ee7cc213b9cf49607f628f7e5fcbd3ae78f2ccf2b40769dbcf6ad3a33e732685f2d91a82fc7993719465c9a37b312ccf07d2167d71088d8996fc39c4e65e1d42f787e5d51942ee05e348262dd8449bef7520493caf9750957b7d07cf94590a0d54dc0bcba9a7bd594715e05d651c1a5bde29682b1459093dbe6f4c6ffbc34a82b01ff6d1eef8904572d1879754b63fbca72dfa91dff6a745d4283e7da6c2f7399e14b7e27ba43c7c9947abfae5233dfdd736a4177e6d8757d758be8691e4fa7533918caf99f486be79a349dbf24d44e3cd6f74f5bce5db259a487dfb9285a1efdf48d0fbfe172d15961f53888bfe584892eb8f78c2003f4ee1ad0b961f0f68a17f6ea291d14f21e939bfc2d05d64f9fd138d5096b24ce2437fe7d1e2fca5abc12d15d708a5553c25845cf1814ac7bf188264fff4285a5a2bf5c387b05692d34fd9d3a8c16aef863dcd6adf1d3193d5fe1e0270abfd075c1c6be56c74de58ab74454dd45a25086714d62a6f71edad556d3828b13a34c004b0563b8a36416bb5345c426bb58fc8f9acd59df03d5aab9f440dc6ea380011b2d5f11c56266b8dd9687db7d688c22e6a75f24597bed569219647ab533e2218abd34fdca2d65af3b0f0596b1dc03e64aded855f7168ad7d01f7a3b5ce3aecb556e7ea380eb63a37c36d65755e4129e7bc174f5c5a9dcfe2f8c9ea5c801316ab4b6d242c56d7db5857ad759d70d75aebcec1433956b72d68b4b3ba3d40c86f75fb63c65083d3d8d3acee9d29bf1a35c55359d6469d902c5a1bf5c1526b6d141688a1c65550dbb6367e8af8dedaa42f3d4493b594e44df2f1aa0c6b93b70802ad4d67507e79acc202636dd68872d5b38cde760b17a4a7d616d329575bbcc38184b5c51794c4fe1f4216606d390945126bab1754d2da5445c1d8da26804a5a9b6d283e5bdb482973da24d27f6c730f5d2956afa1786ac6ea958910d6da3606257d6bdb583c2c646d2ba102d3564a1fa8ed4f94a8ad6d2b10045adb75c5119bb55d145a3dacde2da9ca79872268b6b6df4f2be1f31007f6d60ecd113d5a3b06a28c65ed3808e50f6bc77d94729d0e530be8948c3e776be7162817593b4f40ddd7daf93f6427d6ce71b4877c7390a759bb9c4465cbdab52df5a1aef44d5f56bf0a6aacfeade8d5fa2f4777a4356036223e6bc046aae401c95431034e8831d4ed1195ed6e052833587bb82257b0f6388948d4da53887cc8daeb6c24867a4fa504e87d036d82d6def7e951fb16a3a660edf7015980b57f1b4a80fe0be951fb0b105959fbdf4222650da4ef0eb60686e1c8c81ab8977275e03a1cea5907f5a1a71f74002f94b50e7a4c9933b8059232ebe077084ead43c623beb70e99461d66a837da76adc3d528515b875fc2118875385d896f0d0ac0c31cd6a05ce443d6a0af94e4236be0894bebe877844dc6ccc559a675cc522a8f638e2763686c388a83d6e06ed428827751fd0a3e80d618ebb8e3386ab08e77c32bd4ace317d3e28cb7a2606c0df1cfa2d0311cc55b278c0fc7d0c43ed474feeb492df3bf525afbc9de0428270752419e3c10effeb04ebe45e5714a145a21ad534ca8ae58a71ca41a1d76860acc8c6e546a67eca39c9871941e62c637b4985bc3f7a263d63ab32f8e11ad33139082ff3f44cd70d69d5c0ccdd6a36bc03a7b3f9e9ab1cebe8867b7ac1107a928cc39404b38e73daab0d6b94994f7f3f7a3c6675de843606b610c1a68ac8bdce9032d6a4f89b9a8338e40ac8bfba273d0baf8142185c5cf5140b02e2eb7c3d01267aa264be389642ccd44c1c5ba4c8d27f5accb325166b046d6443a6f5d1e8c4ab375853f6a69d615073753e833358a95d5a905ac8c214ab95241cc706532358a555e846a57f5a2f2b8ea0dcacad6a87d049aa38a28275627d2c75e7dc41343d1f7a80fadf5a4645a2726c4b7ee3e91d8f5ee94e4ebdd4907581f4e4d677d3681d3f5f7a9236f684d7f3e662e4eaead31eb0829c41c2788b1b11a8e07ac1be3f11c8575d3284acc4d09546a37151091daf497eac4e66554d2b638e15cd4bad59388c1d6d954efb7cea3bfb5d54220705b3c8ed8acdb1b12c9d86ec123a4d6edf7a9816d7f86372f5977ac2050b3e30491c59d326ad23bdf524eecaa8d433debae65a83d5a770fa55dbba71a9e31b0ee71c6e1bf754f0031b03dcb68d7ee39431f7bcf0f94bbad7bc8736addf38b20ffded76873b6eed3a105d81a1b899e076bac80323af6058e1aac8236782ccf2a984e7f4b7095a89b701eaa8a566126c102d171ca68d1ed640c89abd02f8abf904a26dd895fa76295ada1f728df474d47b196325a716d0f8694d1a86d5b55ef6923abd712e95767121cd6d4c0a39a568d079521cd1402229a4504a3342b8935696e52ae6aa7e31106abf62015775d268e1aacfa4b0457f4f984270c5b717069359da0bc3717e09148ab6507c91f9624aaab56158ecfadd6e3c4c06c5509f1d97e90bc16d7190725d6b85df8cdc7d6b88b54270ef4a4ae70600611a9f8fe38a6b6c64bf09e1a6bfc215ae8f83cc200f16fe8631f5c4915e0901ac7aed68425b4b71336a21bcb9af09840f3e1b5d4910f3f207c7f988ead5b0f3fc751bc35b115b1f2236b497c3e92487feb680241b2e4c6243426b7a00293fc8c20c6f15604158f17e1cd5ed61303a86f9f18e342a1256885b49e6c4182f149fa2231ebc9f9d4d34ebea0229a3a8c36f2a9a5e8edb49eda4eb8306d3a0e41ad699708c2a6fd40c786353d9c207f463c3dc4e968c2f7a793f01093f58c9656e26c7d6abf670f130bc83c49e99bd595766d562fca89accb38e9b7668fc3d99c353b945a53f643eadbd94fb23074de198d76d6f3a3cd149a4805f9c25d823e17b7d04a5cba4a30fdd23f1cb1592f5f45338ef5ca5312c5af3aa125cc7a5582e74eac576fe0cd71d66b4ed428aecd2431e2da5c62bf375712a3b8a9a179dacdc3e84ab1debc4f53a45b747cd77aeb3875853b5da974e45c430fa5f5ee21eaa2772f121abafb8df6e33d0369eef79f92fef5802e59b13ede4bb2cce383e8c5b03e1949d8e4c97c6a604f62f02ca5f5596d92e19f35a719d8336f4aa667bdd0db697d36936a4e5e1f5aafbc8d043bf3d2f0b209ebf391a4fb3e5f895370ebcb381ac4bdbc4a74fee553ea8ff91769c3bcea4340e4755d4aa6d7b9a4c1bcae402f86b5f035baf4ad6f62f150b4f58d8080c81bba6ad1faa618ad44d6b701b487dedea5f258e48937f75a8bb2f9a72e11d87a3f83c0c3fb44125cde1fa556fefe02bd8ef7efa88b7ea88a2e1eeb8774bc96cafae117fdf98f6d4997fbb88cdef6c70784603ef991daf9691575be4f47484bfbf48a7ef1b32fa1edcfdc7e3f6f25d5faf337bc7fc25abc917a6df143c2d15f22483aff22a7c6fae53dde1062fdd68310f2771fb4265bbfcfa6f4fd318c48c68f58fac5d24a9439a5add1026c2df5c3b3a7d652eeeea52ff042336b6911c1bb9f93f0d881f5d7623c5b63fdb59ee8d6ef6c5ad53f595499cafb4662e86f3d3c566cadb885a7f5adff765032fdbb85da90cd4e858a88cdbe0a763e9b7d67249e36fbc108906cf6c178d984cd7e3c76779bfd149c05d8ece39119daaad86395b35519806fc85685bec6d156e521e2425b951fc8f06d55af62b1b2399c43eb82cd310e850d5b8dd3f805b3b69a5ad4a36d4e46e4c836a74c84e936a7bf78c18dadd61a74ded86a65a045d356eb396e055badb758dc6db59b2336b1d55e8e8cd5565b86bdd6e63215755f9bcb0e945c6dae757177d85cbb61a9b5b92a50a0b2b996537ed56d8ae6255bdd4308616d757f6192dbdc1a611fb2b949732874018ba8adbe3f3d44fd8958146cf57f2396b3356886daa3ad81140784b60647d15f686b7005d53b5bc3787ad446bf3753a882de50e3aa3887b135be80f759d99a10d0b5351562cdb17974478267f3188a26219bc746242c368f1f58ac6ccdd6a393d7d62c1d8b95ad79269e74b1797ae0397c9be7439ce1db5a3851deb7e8ec49a1742c7cb69666e40ab696675042b4b5ea8abe215bab83a8a5d95afb617fb4b5de86a292ad7522222b5b1b13f60e9b57657404d9bc6c68dab3b5b543f5ced6b623d59cb6c3a8d4b67d84464e5bbb95b4d03e5f68253a14a171dfd69186a0b68e37a932756a887ddbd62991f2abb313ea26b6ceadd19460f3ff85c4c0161080aab52d200c951a5bc039644db68067b4f6dd429151d8ba7b20afb575bf4f25ad67305e9561eb3d1801a5ad77105593de4a9c95dbfa8e464866eb3b16af0cb0f5dd498fdaf706321d5b3f475afb7e67a85bf55f418b134897adda024b9051d8067ca3523bf015a247dbc0cfe82eb20d3a80b4d936b8290aecb6214d91fdda86f4a48c1e62464c6e1b5a939af4d0bd38e8b50dbd84f8de36f41e2a22b6613d70da6c1bf686f6f6f03bc8d36cc3731180db8617e100c736bc024d1cb6200fd4f86c231c91d6d84618e85147642291b28daa4d3d6df440e4b5b6d10709338da94a3f3526888ae8980b68beb48ded455b21c417d1b62da40b4e326c2121e8b3b285989022d942d2d10b6b0b39cfa112f49bd82618f15a04db846cda69135ed1de9e381de50fdbc4439439134fa141cb36654038858e10ec0cad458919fa0675005bd869c2d1615f90e9d8a6d6a1ba3a6d3c6df76913a9c34c93a1c06e9bde0be7dbb6e97df09643dbf4f1547366ce43bb816dd67cdadbb3e6a3326f9bb584caf69c0ff9189abb0a9540dbdc543186e60553decf5b859aa86d5e1961ccf9877184fbff106ac8b6051e48756d8bfa70289b327ac92214d86d4b8ea0f5cab67415f247dbd26d91143222afb52d3d47e9bb6c0cbded657a5a8965bfe93346eea504585e979e6bb937fa146ccb6d6843b52d7f8c4e71db8afac41556d544add6b6aa256dd1a8c9a8ccdba2a2e821a2ae51ef583d15bd9db6d5129c35d9564b5142b4add6d34e8b6e8c93325b7473d43a6cd1abf14cac2dda4438273a952ac01a31fdc735575126b5ad794fd8772d5df8695bd79ba0e2bab5b4f9d649d178615b4fdfa26c5b7f9b9e7ec307da8f319ed43b62046872b46d742378b771324e166d1b435109b46d3410b2dad4053551db261d359dada5e82db06d8b2156be6d2b35e96d8709fb6e3f875370dbce5928afd9766e2134b42b90f8f6ae08ea1dbba752e6ecd6938ab1772131e97db939188a1d411b26369aca506c29490382163833b4097d09620837956048e462a69017ce026c624f1210c4a3d04f6e934ca09f927625262d0d22b9489a8927676dd29bf43a6401546064fd5097b3c9c208dec9be931a25ef8887c86df21c6a018aa1540b15d984579546b4bedb94a9040b94979231a40a2038ac69408d42538c0e049bb6367d466d0a8e796cba68ea8fbae78490f5b5f13e059b7e12bd34fd01e28ffa9bfcb79ea28dde66d88ed6059be11db539e3ffc83aa728cbbaa65977b56ddbb66dbbdab6dfb66dbbda666ddbbb6ddbb66debffc63857279ebb1e737455ad3d57cecc88c8c8b9a768ff317a4b7b30e92dfb4103b7bcd551f3e8ad33a1506e5d8bd3b12d050edfb6b6f8f5d153a19b449fd6ae6e74f41b90454343407e6302d040637e4875c6abda218e36cdcfa14be6540081e69c2ad6475b6a223d5a1aea6450b4350ce9c996476d6fd13634ffa35d63c174dc05c128dcc771f83cb150323d25f0b63d36bdff2bda5b0d24c3fb0758ce7700128fbfaaf674a2fd3b4b60e9123eb6ff9e9abda20345d566131da8a837f644876ee375ec288820dfd10dbaef0eb39a2fa377e6c0afdfd9f4009626aa373d7ae73bfd8682e85dd4c9779dd42990e8dd6975883c7a775f14fcdd0fd5bc14bdfb3b62754f84faa3a3f71402ead88369c4e8bd85a1d5eedd89ccb4f7907ef740f47e7cc159f4fe593a08187d005fe51c7db00db2c9a13ae8b01c9aaa46bbe8433e10a94327a0fb1e7e041df3f02754e423fb20041d9d06987ed48b3a74f403d8efb19a808ac77a43413af6476f258a3ebe0ebaef89983a691c7da22a70ce891028d28933e00a27ae02e79ce4073a950472f7a9a66a4a883eb50090ecd46b04d3e99390c4ce9401453ab3056ffb8c11f2c7d994480a674b411c3c5b1e08e6ec4394f2b30fd51a137d6e3eda75e7023aed1a7dee2d5edaf954c0be17b2aa832afac262b4072e4dc2a35e4e8db77db913f0d7e5d128e5975f204f5c9906e5e1ea46fcaf6b49a10e5f2b56034b9d1fe8d2f5ba10bbae77c707ba5902ed819b1d000b6e468165de4aaf2defe8dbe58173ee0c0687b9f354cd25d17793e1b9ee5a10007777826edd9b0ab0753f3d48ecfd49ea998fbe3f479bd9d1f7cfe0743c888112f0c00736f770246aede3460893c71381601eef9986a5c348c84f1ee00c3dfba30ed0e8e76380bf5e44e375bc30e175bcf44461e924a4a7974f50155e4f007878d31b4fffb638c8cfbbd6889c771b8031df199114deedd7af558d7e771ed0e7fd11c4fdfbdf91baf4a11252ed871f68537fcc89fef6c7196a268cfef40799fc7379a08ecf2e54be2f69f15cdf3c6014dfb32098be8f4601fbbe0e6ffb7b506f868efe7e0294f2671cbd5125fa670534cf7ed60672fff51df8fef7522835bffd7ad753f49f363a9d12fde771842efd2d08befdb72e92d5df9dea1c8cfef75d4d55861809b5a96788f8a91b6d88f8abf29a21d600c5ab8658a3750b0db163a985ce10fbd9305d8a5b41bdb0867871547031c4aba95a9a215e4f1d2b36c4c770a821c1606d65191256d62834244aaa164d43a2a6da0e36242ea998dc90f831ffd733c50086243554f531242da1ae4d43d2e57a900d491fa9a06748fa59619421e957cdbe866423545534a4f8aba4cc9032b1d22d43ca8caa0e1b525655378321652fcdd1869451aa621852a5503dda906a96e22f43aa237adc0da96e6bfe32a44ea413bd86d4f5b4641a523fc2674cfd556b9a214d53ed361bd216d46268481badcd2043dabd2ac31bd26551d26f483749cfb6215db4667243fab1ca6b0de99f28fe326428a284c590a1bd8eac1932f451b5c0903183563e43c6b01af70d99a75dc0d255753318b296d6c467c88eaf4c36646f8f30c93e4f41b321fb334d56869c57943e1872adc4abcde5d69e8e21d739f5a519725d54b46dc8f345dd4586bc89f1bbf266d2fa68c85b5e353e43de452a771bf219f081f259f083f987210a0b16d54689a120bebfc350d0a7039d8682fb55e435146e8d6355185f4964287c1d25a008a6240d4570d997a1687df546198af6564dd4502cac528aa1d8418f2e154f1085a58a5bb1d40a6fa8f80c85c386e2b355b230147faf08d950fc9376320c259eabec6728d901a9b6647f252c86920314fb1a4a9e57a3b0a1e4439dc337941aa29d0c43a92bda6b3294fa555d974acfc2e928d35e551f4399deda323294198d1c5d663db6b06c75148ab243154619ca7ed446afa15c4e14c3f207558f365428a430ca50b11fb249c5b988c22aadbb63c9a8de1543954bca320d55234a6029a19a4b0c55cf6b5fc1502d810e0118aaa5c1ae56cf807c5fbd2f3e638d7a4a7e0c35cba8ce64a85955dd32865a4d7416dc503b06ce63ed0f2a6c186aff1aa64b7572a92466a8d35c49aca1ce2644749dabeaa134d43ba2fcd150ef3b3e638345aaf1191adc43dc374c8103d3b834b26fe3b2aa6c191a8f51d26f68bc0d1fbbb1576d238626fc8b4d8aa97c6b683258fd398626c755be3534fdad4e4b43b3f4c813cdd0fb35344f803ad43c91da460c91f3b05f91ebb46f656861534b85a15549e0e8563660dfd6f701155bbf4100b4e90310d8e63a8e7bdb9608807669942c1ada2d51a26e685f1a58ae7d1b9cb4f61f10be1d926943c2d021a7b65d0d1deaab0e60e87811efb1d329fc60972a38db5d4e8218741da8460243b7a3da803674bb879de8be4c9dbc86ee5b91147a440134f778a7ddd3ff2da1a6f54c85c3d7b3e5072cb505d0edd94109b1a1a74159a6a1e70164a65e09d4596fe89552056343efb388fb3e9555e537f4d98ebadde713b05cbf01c8d1fd0ea89a6ee877592d6186fe1100e0fd9be36d0fe80b3c3170b5da9c0d03f76b2bcb30a80eb670500b9d46340c1aa1f78818064d47e40cfa13a94b831ba841cb30b8b736370c83fd2006832f2026065f53afb5614835ed0518863407a318d25fa560c390e9aade1986ac50439b61d81c6de01886e1bb790cc39baac5dc30fc1acadc8892480a2396aabc6618f1546f98348cfca75aad61544e9d6c348c5eab329661cc055485b11db40b6e183b030130f600aafbd80fc098e3b74307187f443bfd86093e908c89eb5598354cb4a08a4e4a8aba3de91838f2a49b2801939383514cc604a161b20378626a6715400dd39a2100a6b542999b5e1955617a5d95490dd357428d9ad90cc570e60c70f7592fb49f6698635385d2306737cee3bcb9106fe6edc0b19a5f5e7d1d86f94608540b13a9cdc6b0700044b84503b5a16a583417d56ad10efcc5c5c9a3b054014fbfc48f5fbf248caab024ac0666c3d26c08b9a5fdf5de74c3528ffa140c4bf7eb0883212a8f5afb0c51a3708696e5d0a965c3b2de20c4cb7e21292c370329ac180ec165c5417cc695cbf1a82bdfabd26c589507c96ad51a35e41a56bd84bcb6ba9c4ae786d5f39114562fc2eb5853051bbdf61d0ac5babefab51286f5b73dbab4c1a9fd21c386b3388f1be360ef373652b1deb0699b2acd864dcfd42362d8fc15d2c096104ac0b6f6dac2356cb382b16ebf866a15ed02ce31a44066328c550fa5c1b060982e195f022a9a86e9d78d194cd3b1f7a695e0a2a6ed40a2a6376ac73398e38051983bea748ac182ef593458fd9078ac577426c360fd8e0c609ba4fe2f83cd03fddeb61f65cef60cf5d15e597bf8067b0d7c467b53ed491b1cb100741d95d4e76e705c579785c1991d6fdbdb0f6a947703f6cbfb061fc8fb07a2a56f17b40e7f473030ff1ca021bf45db8886c034087a81e73a6462081643c805fba3f285fb7169363066d8a36d44c38ee280b03beaa3cced2ca0ad2cc3ceaf28e5bb662333edae0b3cb1bbb93a950cbbbb60a3774f030bd87d1e91b3fb3334e43dfb80a3f7ee40ead87b040c6c5fb20758eaa9565bc3fe140094fb0b6357f78f823e71a020f2c481ea4830075a80a81f3808c272e029d4e1432bf1eb0fad42c93c6c85bc762c37fa69c79e016c1d3fa3734d8613a5d48b6138d108cf7532a00e04c3c9e7f85d27dfa0d69eca875d3db502c9fd4c7ea8e9671380829fcb8c63756e138efbb96350b6ce0f53bb94e1527760f2cbf9f5463bc3e5d2da8a375c6e0ba27ef91532c095ec905caf9644ceb95e1b6172bd35a4e01b4570446f9481b275a3221ef5c626bcda1bb870dd70c303d5e7664ce4c25bc380736edd4514de8625cc70271532d39dcae069770cc0be777ee81c98e15e6128baf78a8081dd4fae4628c3fdbc3a2263b8df0121f7e032c8cfc3a4f85d8fcc781d8f9ea2ebf6782c8ec2e363d0141eff4397f2d93e1d7e313c2f82a6f1f35e0880179981575f9c025c79f11207f9d5659d2136bcbea2df5e69786382c6f76687de956278d70ff9fedd584816efd67bb0741414e97d0154bef7dfd52566f8d01284f8635200a48f9575eec4f071101abd9ffa4dd3a5cfe911e4dfe2e32f7ecf06d9ef7b0784eff7d568197ddf8a76ca8f4a6ae536fc1c8454fb732a72e1af3ad8fb5f43a1f1fd7aa8b75418fe34523bb1e14f0790eb3f5d22b1b40f0af8bfc4fa1e8d1169d4cd608ce8a7b2b23162a94a75c6885bfab68d11df2ee852ac420a1e8cb14ee84136c67aad87cf18bbaf727763ec65dafb35c6bea5f8de1867790d2c7995e918e33c5431d518779a0e6018e3ae549fbb31ee6d556a8cf117aae9c518ffadbe0e6382547a17a231417f6d071b138c52fc654cb051b3af3161210d3963c2a17a2f8631d14a75a61a1305d5e0604cfc516d23c62445544234268ba3a2a531790c9df032262fa664d1983c0aff2bc55045eec69459f5201b538e532a624c7942db3cc694bff4065363aa6c3a40664cd5441b97c6545ee57cc6541f55c836a6cea7528a3175336c74ea69c37429cd213c449a632a0d18d3bed00a634cdf059f31431955ef8c19aae307339cd64261cc584999a131e347ad56c64c6f943e1833079101b224567dc29865bb62136396fdea96316679a0f8cb98d5d01d4b47945118b3b540b2cade049b932393a65a638e8b0ae68d398ba82262cc951a8199abbb627263aecb3a9769cc3d4c899431f751c572c63c3195fd1af3e4434acb53506d10c63cdd9127f21cc6dee7f9a075c898375f0a2c35c2b1cadb54519a31ef7824bebcb7d59b6ecc97150f91af36de50fe0748b5054ee9156ac602e711be051e6a9136165c849756f0249ebee013c46ac1e70a028d85ea239b146aa83306c6429db4396b2cf44c519ab170576d06190b6f57f66b2c92449195b1c86bfcfaa289b4bd692c9a1c4bc51a291031165bac08c6583c07525af12f289925b2a99bc158c280fd2ad95d0d80c6523d946f1b4b8d5419de58fa29f6ab4c2fb5d918cb16c55f2c6b5082672c971bc9aadc646d101acbe3cb0b8de51fe12854e8aec2bfb1421fd48e0a0e24980a7e409f0a0754d03356f8a258ce58f18fda508d9536ab71cc58e9375e6de59828f895377ab0740f87af4a1a14e92a69153d1aab2e40beafb648c57a63b555dae835565b97034b66d5018cd5f60220d51888fdaa3142b9a8b1c611f5341b6bce5531c258f38b8a96c65a9711f7b5d15a36d65eaa163a63ed2baa171aeb0cc6a9ad335a9b54c6bae3d5586dacff0650b1414d2498069301871b5cc551681453a71a8c8d07a825ccd8748c5ad58c4dbd6ae230363bab164d63f3043830912b540832b628aedd07638be1da9234b6b8827cdfe2871a098c2d1b61ef5b365582676cd549d51563ab7117b0f4438d89c63673551131b65988bfd8e6b26aa2c63637814dda5d525e6b6c3f13a7b6fd356da7183b0c42147658a3ed7363870dda0e3676b0ea6d10c68e19006a3a2e43f6edd44a652c63a74b48ee9d7e6ac3cbd879bbb6d88c5dca21eebb1606f6ed7a501be3c66e43b42161ec360f3fd863f5565deab90f9fb1d702e4e85e5bb0f7bd27a134f59e0646d1672582bcef467cecbe8f557031f6cba0fa97b1dfe812588a0608ec5f11446a40ea282cadd3368f71c07715078dff3545ddfeef871a428c039baabe6a1ce85423a771d060550b8c839e23290cfa8c6238780adef6d0ce38b54337227f0ddb8e1f1c764ed515e3b0e7101086cf43311cbe14746b443315e18c231e21d58e4c8ed4312aaebafd8c63aa6b4fc738e6b4aafcc6b14dd4ec651c7b54670c8ce372e007c7f557b1cb386e95f6f08de30ee20c8def8a881eff404571e3f85f6ab3314e580fc232712c0ecca4ecc8139346e9508e71d243ed361b27fd4536995c17113d79086499290790dca77c04669a9a583bc4c6697d00a3a63d441d9a3e0c4974464dd0c099ad801e670ed5a12fe3ccab3adb6c9c551d1076b6058c752ee6618cf3aea8b7c038efa93ae18cf3e7aa97cc38dfaaf60ce37c47842e2d4883285c50027975414d75de18170cc8a14b0b5320632e6c0548b6701a30e6c263a81d8bf2003d2e9a0f5ebbc8a9b381c6c51974fccdb8a40f649925f84679e392fbd3b0f404e577690954f7a52d543a3746cdc6798c0a8294453d549bb371d962ed651a97ffc5aeaec88e985851037862651fa4c795a7914d56de8606b36a31d0e3aaab6ad931ae1e07b8b27a155ec79a3940db6b332289ae9d02f6bb7685763c8deb3e01faacafa33667e3fa8d88fb0db9d5456ddc585dcd38c68d0d7410d0b8719cf6918d1b5feb858cc64de7d59664dc1c4f1b4bc6cd75a15a6f7980d2b43521c2646b6e64b96d0db0abdb0ee3a46db7a993d7b8fd1a5853f445ed6e190dd3f08386fd6ae2301aabaa25df685a86cd312d0321361dc34398a7aaa1cd6879036ddb5a1455c1ea80ce648b0bb9c8960462bd6d288ea86d13e46edb3dfdc241a33d2fcaafbd1ee2dede07ea8aa329c0a9e3a9faa38dce6a20c4ce308ab4ab3322c73543bb3546d77e9db6307a56e16dfbdaa83dd6e81b8897e65bff004b1f817d030e14c3c02e8087e015a83ea126dab73286c6a18910f6e30c852f6987d8187eaf16016318579e1877d871ac76a6d4cbab8c3b97a8f5ddb8f3359e7ee70775511b773d0493de7d1f697bcf62e8ab7bd640e3db7b17dae3bec608cc7d532033ec9ba7171e18f73f55df90f1c0496d071b0f9c5643aef1605f6d071b0f6e861871d0851ec5411f38f2a1aa68781d6a027877a835d2f6e136eab3321e9e84a73ffc0be7f1c82fb55f1b8f16462bebe81370e4e3a5b4156f3c71181dcf933dc04e4ece8bd0a55355f42621e3a9ed38a2a74b43db3ebd123f7826157ef0cc5f24d1b36300b6ce2582287ebe0bcaef79335a0de79faab9c478e19dba108d979a76d7a5cb11d04d2ee70206b85c0992d86533e8e9e5b348db57e202ae5c598ea370b5143ed0d5f22860574fab6bd3782da30ef818af6503b9be86efb6305eeb808f7d6d91da6c8cd761e5365ebf1389a517e86fdf30a8e9c578e3350edf4d5c886dbcf51e7d98db5fd176bd9b148d92bb75407eee765607bbf15e5ca805f7eb8381ddef88e6d9fd91e8b1dec7f53cc6fbcbd0627bb00519f3614e149d47f9b662693de0dde3c420b14fcaa125f964195eda93bdea60373e4d55034b07a0b83ddb078efc3c1bdef6f3fea094cfad90495f8c404a7b710cc4e065fe0b586a856ef3ab356a6833be89038cf9a693fabf8c6fc238b56f7620bede5c42317c971691f3aea8faa38def0ea0babfbb8a32f7be1110ccfb41e8777ca804e4fe613ed2d0876f08df8ffd747edbf8a92ae4ee4fd5f42219e3a783889c4fa7d44b66fc74132ce0735c54e4cf0320767d5e07d0fcf914e4b52ffd507ebf2c0096fb5a0a59ee1bebd0b72fc839df5beb34b5f17b4f60f2ef4e08ecdf0388891fdb70dc7f5cc341feb9194daa5f39d50068fc35089ff1773eb4b27e0fc6a9fd730020f06f13582afef643d7edef559ca17f4e65aca6185914fa98626455b9c814a386964c538cffb4189a627c5369d314515d053d53cc04bad1a6985f959d98629dd502668a7545339329f67c3d0aa6382b54c836c5d9aedd2d53dcf178aeb8b3f4a599e23a34a24d711fa8e7c1142f427b3aa6782f35724c090ae87934259898429712a6c54e24aa865f9fe8b7ca32a6c4462d86a62446bcc72437557a32251fd41d4b16c5bea6946974e6c794728a221853aa52eac530a56ea38d7153eaed7a1e4da96d5a154c69166b27d69466b9e64253daf29a7d4d6967ea7559a6b43e159f4de9e3283130a5afab35cd94bea36a8fa6f45e4d30a60c1df45b8a4c197a2b2433654cafdfab6bcabc0a019065a4ca0ca62cdb35c198b236c0e9c8fa5c5b20a66c25143c98b259953599b2f74460e698a0ea9d29c726ec57ce165a7e4d392768c934e59c15a14bb91e698bcd94ebad7e53b429b75de1b0296f1e159f4d7957291f32e5bda742a3295f26e49c7cb3f13af22d564661ca9f4aa1a229ff5ac5f7a6fc17f110052a1dc0d2416deb9b0a7c53f4682a785b11b2a9501a844921a78e0b9a0a05d4bb622a9246bf06cd5424878a24a6a2f8e67653d1a52acc9a8ad55521c8547c30d26389788a274c25f2e3074bdc52fa602af115c154728dfad24c25cfa96a6d2a5559db75a6d2cd104ca5ffaa59c254a69cea72a6324b9186ca38b579662aebc6d92e7b5949aca9ec0fe4e8722dd411642a3756656553397c39a6a9dc3185e9a6f28df1d2ca4f527c6f2aeff36029a4a4cc54fe8d1a684c15b6293631558cf3004b3915ae982a4e43f6add407b0a0f20a95bb4d55062329543d8328ac765ffbc8a66a1fb113d5f7abcc60aa19a1c8dd54b3994e3f996a4ec4dbaee9528dcf54ab3b7eb0f60995104d75bb6127ea76d71eaba9ee041cf7babbb40f63aa770319a07e1255a34cf5a7e328d4f7e2211ac45040696a7811a9a3e13b85e9a646a974a4c8d468362a4ca375dab73235ceaa7ab4a9715dfcfac65f509a9a60c4cfd47491722b53337ce99da919ee6630357ba3631aa6669f90a39b27077a8caca9a60453a449d1b629f21fea76ab4f3ace656add1f85b54d2585e9a636555074da0c5409d1d4e6a5f26d533b74fa4dedabe07fb5df8a2cd7610c36a78309e9b1c307fd5a5553c702da7f3475fcacad5253c73f3af567ea341609a6d38feebad4b99b1a094c5d5220e774e9a8ba89a9cb3375cb98ba96001cee7a5edb29a66e9b90a3bba3e369ea5e53af0433f5380518d5b39df26d53cfaecaa44d3d67697bd3d4730fd076af5dc05fbdb70075f4dea573d2a63e11c0d17d36aad26cea5b25024bc71085fd4b697bd3d4bf9dba234dfd3b6917c9d4ff8f36f54c0326e9ed3fa6816d900b07ce40c11ff8415b33a6815ff1eb079d45991bdc46250bd3603be8c390b43ac86c1ad25c455ed3b03d380ac3dea9f06f1a6ed61962d388e4d8d5115954e5378d18cea53d2a059b46765649cc34b22718fea84a7a77a469546fb51c9a463d40c91c5d0c596ef46424f7d17b548c308d3eab033ea6d1777598c334663792d5d8923a3f641afb0899695c69e4fb719db5ab6b9a901b7065420db5a19a264c43619d981eec77e23f6d799b26b5c5a99ddc104f3f2506c277ca38bd23db3465aa6a8fa6a999b5c3629a96240a4b4791c9a7df01e49fb10abf7ec66aa4c799fbc032679d4130cd2e07c83fbb2d92d51c78dc4c73daa8e5d034a7038ec29c7eea8433cd390d5c38ef9836414df3b7a094cf7f8f2d5c10570d34a605c5f13a16ac068c5a98190779e13c559a4d8b6223a52d2a8fbd5f341d956f71579d7e322dfe013eb4a4b076624d4b27a881d9b41457ce99a22201a3a20e03b82df321932fdb8bffb57c2cfed7f26378692b72a945d3b4b22d4ad32ab75aaf4cab8b438359dd0a72d1ea356a3730adbe0e08bba69cb6a94d6b31b1645a3718a876dd7304e6ba57da6131ad7f85f3b8612ef0c4c60e38431b3d20fd1b71e78d69534c48299b0a80186caa05f2b3a91514b74da3c04eb61c5303a0696b2a44f4f6b4ea42346d7f0d3a1f9d43fb43a6e8f1d842c305edc3988cddd5bf6a327a41f0ccf1f0bfcc59a1b8594a690bc464e909a26e39acd62b93e5942af3265b4235aa986c5bb05fb6efc84cf60d00ba8e9ddaa330b94a4083f1a405d5f59ee6d27da83ebec46ac631f906e1d7fb702d95c97702e5d73f4aedb126ff5ba4ede0509d0d34edc883f2bb632650c78e05000f3b56825bedb8b9154b5fb5556ada81ef4736edbc8004b32b2f44f15dbff03a7677811ab5670af8e3de9c283a7b5b68d3d8b4b7370ef2deb1889cbdb79014f68d4643e2501d80d343757570d274b830ded0e1a1603a4756abb9d774ac05d2d0b10168811cbb0d1a78fc1164d2131521769daca2a63dd3c91ad0604eb5c0e69c7a8bd771e6b64e5299ce7c835a70762897d66273cee24be64d677dea26359dab8d46c9b9456027e7ae830f9d4fa8371c99cea7832e77be25cee3f9c1d3b0341a417e3e800276210ed4950bdf40452eaed6b14fd345232adfa59b6a44375d1e305b97aedc0089bd9e0975fbba0f0d899b77d0aebb753342976ee72f81a55f00e077da2330ef7c40f6bdbb54fbeea6bb5b814dee250624bbf70082cbfd5f889c076991601e26d7d6b2e991171dbc47bf91a31f57539390e9717f94ccc7cf517e9fc443a17892e2802e3d8ba50e2ad3b33b08b9e7b991449fb78406f3721bc8f5ab4ad8d557fb22b17410cdb357afd0ca7a1d1bfafdeb3b68c4bd49fe014b85f0b6df4c47297f634da14b6f77a135f3f615a4bab7ef742ec0f4f60fd8effb30b0c9070734e40f1fd0a4fa980f4acdc7510fb0740dfac4e776480a9fefe2a57dc9af97f898bef446e2fb7a0b95ef5b3684c9b74178d46fdb409b7f244431fcd141a7c54c3fa6a2a6fd6c8e30f9151b0d9c5f09a129fc1a8300f865811af5cba3ae4dd3af20f0eaeff878fadf89c1877e1be02df8531c4fff6f305ec7bf756aff31c7a8a3c8dd1c715b7d30e6889f6aee35c7c417f1986356d596b739e674bde5d01cab8e9a8ecdb1966893dd1c6b8b1a98cdb1b6abf4648edd4091bb39f62c8d0973ec79aade99631f5289da1cfb92ca0ce6d877347ccd71322a6131c7cba3a5c91caf109e3ede68fcc578a795499be3fdd6568339fe363d0ae6f83b942299e37f51a9ce9cc0a8bcc39cb095662673c2b6ca28cc091fe88c8139d1431d6334277aa298dc9c38a840d79c0497b79b93b4d77e8739c96d4ddbe6a4edf0f449c7a8ce644efa5c218639f96d9d6a30a72c82f79872b73683cca9332aad31a78ec4e6a4f9a1f5d19cf698e268733a9be67b73ba7dd8fb8c856b60a9bd0a1be6cc23b4ba9b33c31368ce7c0de19b3531f62beb4b4556e66c05544234671bacbcc39c3d96222b73f647da9234e7caa1429039572145dbe65c3d554a31e7da82fdca3d58d3b639cf681540cd795ee158e52daf2e3173de0aeae435e76dabed1473be080f96eaa95c64ce37476bad39dfa5082c7d55da6c2e90525bdee60215f42a627381bb5a3bcc05bb224f145caaf9de5ca89caa51e6425390860a6755a3b0b9f06415bbcc85bd38b545ea21c1145983835ce48afa27cc45872aef30173da02cc05c2c3f02b35813ec6ab15faa509a8b27d62695b9f8749ced1255952b984b3440962bb549db88e652bf55b23097c137ac98cbfc52b9c85cae174e6db90fa85615f22a9e30576881f8e2252be60a419d0c32577882cf58d1a924d65cf105ce63c58fdaa33057fa7ffffcff960e28473657ba8f1250b9a87691cc95b72356ab8cc767acba17b0a0ea1124986a4430d5203e9bab675721c85cfd92ba49cd3536a8326fae59004f5fb390ea26e69aa5b47d6eae795b3d94e65a0374acc55c6baad22d73ed6c6a5737d72eab17329a6bcf42c6acfd0d8f5a374259b9b96e429549cdf522d44b66ae57420db9e6fa1b754edadc208e6a69e606ddf4161473e38a8a6acd8d67ab34606e3c5fd9afb9f173252ce6c63fb547616e92442f4937372dabb4d9dc6c3e3253f3d13af5676ebe1c87af39e6e6cc91d9b53b6f8edca6cd46738b74da7533b75885c3d762bffa57cd2d4e2b3130b778a1c299b96513e4d5962f80445bf54585697544b982b975752e59507e5bbfd1068eb94d36e4af369711856dffa88c656eb7482f3c30b7c76df4e6f6f75174da7fc45fec304e7b86e68e5987e952a721e00a9de3013c749e861cddf9222a4c9736c0be5d4e4561e95a0e5dea9658470fcdddc602a575b369a3c4dcbdbf8a70e61eb1b1d13d72eb2ca5b9870108a66739e49c9e7511983d5be1a5f54aa1e28db9770eec57eff7da8935f7c98228ec4354dbafb20ac6e67e438173fa97421deabf11c8aabf033bf15f41e5eee6ff4a68abd4fcdf166deb9b07bdd7fb73cc8363aa52631e6cd61e9879e8006dfd9987da716a87ba114cc3ea01920ddb871c3dec845a34cdc33eab8c651e715abd51e691b90187c74c40a118e3513f93796c04d2f658a3cec398c735d4f921f3f8fa2a5099c7375197be79fc289daf354f680cb560c20eb0b989c9b547619e68e6ff7aaaf76298278d44da9edc08513879bbea26e62909813aa63485a630c509f963ea451d1f314fbdaa3296795a32609369cdf15cd33a02f14d1ba3cd59f3b4558064d3f6e94cac797a17d4b41915b497699e311ad57d06dc45e61937d478619e591db479e62d54be59ad903a667543ce99350c987c166bc7ac6738b5b39740a09a13f70096da01e7cc7987f09ddb152f6dee1614fcb9079001e6d5d5f68079de022ccdffae62bd7961416d6f9a17b643ce59b847ef00352faa8a33b4a829dee3a29538db8b8c6a68332f8900e25b82168879692924f7a53cc84b6703342f5d0948b674150a7e5462d087a8ea88fba8ea102da32e22eea39e75d7a5653eed0f9997f7d45e8079f959a0da156d400c568cc6415ef1004077e541f5769a573e4230ad3a0db968d5557cec3557b43f645e6b04f959b7460d47e6f589744ad2bcbe29aae8fa8d4869eb4fa364aeff0e0d66036688cd1bd76903c7bcf1817e339a79531aed6f9b3745431ad85c1042e3664c9498375ba1cb6d7e8bfcb52596f658cd5bf26157b714464c6c71a00e6d7d0b36b72d0bb2c9b6593a8960deb61f98697b456de19ab71f02f9d97e1d0268b41db5d6901c2a86f127e2de5c68982e59a600b95b1c7af583d9f20580d26607b9b6b757bbbad9511869db31005a87ab3c30936b33f0bda70e82c97310d8c4b7449b8d66df631c517f1ef5f199fd3d9144fd06ed22990333c1dd8331511f43f7a17f8527e174ec58a78d25f38ee73a9f66def10e2070674f6d239a77de7ba04bbbf2000dedbaa1f369e65dcf219defae8887d8fd1911bd2f33c277df6a04e6be43c0abfbdee3e9f767d1fea3f900beb7c67c281d12dfa18dc04c876ed4c0d23d1cd1c3f51085874f61270e5fc31b3a5a0865eee87f6a54311fbd8f64752c29c4ae6387510c8f9741013b5e0319e0f85664cc133e6cf4c977da89359ffa8d3774ba00fa30679a224f9c590e9271e63792c2d9fc48b5e72740e53fbf0a10e3420b54ab8b33d0b6b8780abac9c5d7d0732e314f5c6a057c7fb93604bd2b23c17eaf5703c1bb71105b78b33e52ed4d4ac1b72641b5be3d03daf6dd3e284d771d6086f736226ddff3006ddf0b97c0d22ff58898ef3788d0a5078bd0587a18034d8487fb81dc1f7547457e7401c4e0312e9e363f5ea6fe2ff393a3f8d84f9e41db7e960ed9e4d9292822cf7b413a7fb10601f02a26d0f6abf9eaff32bf4e8957fb3a0348d9eb0f28016fb2a015ffb6208ec2fbe4c84cef8f00897ecc01b1fe6331a4a18fed41c13f4ec3e9f8940ab8f0532e00cacf19d4f86afe9c4bdd7ee6cfd540ae3fd70096fb7c4d674fcd5f8663bfbe98d40865feba1b3d9d6f1f00adbf570000ff3e1312cfcfa4ea7a32ffcc006fc1cfd73ad764fed51e0ae5af5b4856bffb61a3ff940236f9335bedb1e63fcbd5f564fe3b0d30fdef3ad0f97fa55174fe9dc54efcfba7b4d912239b0a679688a53a9e648958a37d3e4bc467ad5696983b14c25a62eed279054bcc9b17742956010d5f4bec6a5a3b2cb107690058625f519ddc12e7900e1458e21cd7b76d89f34f67dd2c710b68bfd612b7881e774bdc93ca582d714fab406589b75ec19625de21251996f8f9549fb0c4afa8cd464bfc7d2ae95b12c2876c49584c618125e127f53c5812fed6246a491ca96cce9278f8015d4a52586b8725c9560d5f4bd2715a0c2d495df88bc9f64461e9ba8a2496e4df5540b0a488d4846c49816f75b2a4caad43d196541db5c258522d51846c498501324baa33f840a9d369f9b5a449a9a9c3926696664c4bda7a0aad2de9caa969cf92aea392454bbae17a719825fd2835435b324cd03267c97449952d4be654aa0d593267d6d461c97c4571a125cb128518962c2b7114b29cc381c9fa49e996255b2aed105bb2b5c511cd36514986253b2e88b064bf8cf798a3210233c725155c2c39aeab8264c93953bb94965c25f0bf725d544069c9f505a9237767654d96bc45d53c6ec917134f9faf99921f4bfe4e5a452d05bae13316bca81d4f4b219bb6cf2d857c6a2fb3143a8d0453788a525d4be1074a752d452ae9ada396623d55aab3144fa576624bf1a18a4d2c2522f1eb4b2c57926129394d8994a5f446c47dd98a2a6359ca2ed6a6b1a55c3ec5f79672f314fb5acaed42ce295f466f73b694df8b9d287f5acbafa5421f85fc968af846534ba558ca452d951a213355ba8bb35d095d5d4be5a67888ca2f15fb5aaa54d48684a5ca10c46ad51c8a3a2c550fe965e4966a1554e5b7546ba393ec966add94f359aa1d4290574f81d7517d2e02b3fa6325ea961acdd51961a9b119d9a466077589596aced6813b4bcd39c80035b729ecb4d4fca604cf52cbaa02bba5f655bc8e3a8922b0344b352b4b9d7b2a3e5beafe55f66ba997126fa8de02251996fa0390acea9f437c35c8043cd1702aaa68c3b3c8858d8aa99666695c4b4db496c64f3ee8521317de769300ffd7051d91b1342da712a2a559453c44f3552ae8599a7f00c4882cae0e504b64456080c87ecad32c9151a8699106ed9d585a3e9ea64badea217fb5b1ebf73e58da9645c16fdb4619aba59d4d673c2ded76e9155796f69995e059da7751e5c1d2fe9036bc2c1d72e8ad44960e57b5556ae9b804a5a96300a0a6e351b5ff583a7df6e852e7fc00cd5d3268f3dfd2a50b927b97e100e05d4c7a879ea58b0dd5aaeb5bf56258bae1a6634bb79d380a3d06ab4862e9b11421d7239443977a56c1e1eb594f2dad969eabf4566e4bcf834a162dbd6223e7f46aa9cabca5d761a08eded91000bd31746fe93d1758ae4f4135f658fa58f119fb7c54d3b1a5cf1f14b0be79552eb2f47d023ed4af2b9242bfee4869fdef82c4fed7076968e06c00dd819bf11e075d54c78665d06b64f2c17190868654c5160ef1693fcd32e400227a683c55442c43a76a47ca32f4934ed759864d42600e2f92024b15558db28ca8abc29965c461fcaf915dd5f5641915a5fa8465744314d6d1b32375694c069dd5b58cb161a3c74596d0a5f1835496b18c5f8dc01c7f0d746bfc0d24d1090d416b2634c1a34e201599d8029f71e23e54e44931d58c6399b41d1469f265d5b62d53eb21294ceb0da5667a4c0091e9c9d41a6399be079133a3008ee80c3fe8c38c77dab7b2cc4a8d32376b1aa4815977005766f7d12f26b5ccc1576758e61129cc0ba10ecd7f07bebda01078edc2e9357469516190b2451d803a169d46002cce85605a3a0d3c6de92aec6a543dec6a94057528ea1e8ec2b21648c8cbfb81ba2d5f8134b4e22200f8eab8da1fb2ac4e81e3be7a275eedeafb20066b12e93897654d23e4e8357bb0856b0702b8adfd87b85f1f0148b6de034cbefe81dea862d95058db4f960de375bec3b2e100eae3c6c7909e36c545ddde54105561f372ed7758b6b8d5ee69d95a0b5477eb6ca4a16d5bf44602cbf6dce069db37808b1aaae84489c5d80b79c2d40399dc9c0da4ccbc5a5b0d16f329282296ac0f74c9fa1298c91600d5b51d5523bac5de1c6cce81ebe22d8ebd787a0786132cce58ea14b7381b6b6bd9e274013cb8b2a2a6b9ee41c8766744c8b9b303b9bb2f60273cb9910b3dfd7412d4e219a51e5d8be70e643fef706472df1b9c347f636d535bfc67b45b63f17f00ea08f450979825d8110029d807552134149a68d8ae1d3c4bd8a57d2bcb8e45eac8b6ec4ca6163acbcee5e805ec3c0284bcab8536672dbb2e6be7c7b2673ed4ce3da78027f69cc1dbde7b179d8cfdb805d8b2df886cb2ff097ef0c0ca14ba7430363a190713a03d70280d60c1a1aa7a9390e5703c1db7b11caea0930896c363b4f5673932099173c409e5f4c857f44e8e16d78697e5e83a44f489047a019ce5c4683571584efc40909f6c006de8a41799e9e4211d9cb49cca0869f3d4a012ba747a8d7aef2ca7dde05667122330cf1443abe1cc5e04e6d9e1ea4bb39ceba0f37c9673c3a02a9e5b07a470ee2c7ed7f99888fb0b67a0045eb8a85622cbc5f811585a8088be120bf9fe4a35e84c5707eb10b9e5ea1d68a2573f23635e4b82b77d2d17ff574bbdaec1726d178af4f5ee78dbd7d701f15d3fa797d2586e2450b78ce546484da1969b1bc0586f2580bc762ba54e105a6ec74412bd5d1b8cf56e187af4bd29488ff7bea811ca727faa5e23617968409e7868572b91e551076480472fc1589f9cc1d97efa0acad6b38907b074135adab3f7407ccfd340547a5e0e48f4b915bd8017fdf4de61cb8bdffa55a896970351915f0ef7e8d2aba320b1af17a99bc1f2760594e6775941b7de1d06127d9f1fd0e7432ce8261f5220e77ce806c8ffe10542eec36fe8001f0b82777cec00b0f5696e942e7d6e8cdaf1b91d5c035fc6eb588be5eb60d0c0af2ba1337d4b0164f5ada9ba782cdf4b00a67f5f8cbdff7e0b2fedfbdb482c7d8598fa231570ce8ff6102d7f8d0429fbb512a8f6cf20a0a13f06350a5bfec646b2fa7b019d9f7f49d1f9f9d700c4e0df5a553bad3172aa986a8d315f99b435c64fdd426bc41a7ddbd6584915ae586335d47b87adb1bbab1c698ded51e8638d9341098b354e276de15ae38cd26a658d7349e99635ce53ed655ae35fd0b76d4d9c101f3b71e2adba94a4a7e21c6b92e9d89c2433544bb3264da855c19ab48db25f6bd2b99a31adc9ffd330b1a630ab85ce9ab294aa18d6945d55beb5a6caa73e186baad7eaaab3a64ea6ccd09a7a928e1e5ad35452fdcb9aa6a6e21c6b9add7a5d9635cd6d0d4c6b9abb9adcad6967682eb4a6b5e007d3bad5a36b4d87792b6bba73ca61ace9bf695fc19ab1a5d6216bc6d93a1c6acd344e6f38b26669aaa7d69ab5bc262b6bb6fcda4eb166eba1828b351b7c56d61c295483b1e61caf49c19a2bae96396bee3cdacbb4e67ea9b28c35ef45ad56d67cb15440b0e6eba2c29935df891aba943fa480d25a609c4e6f5a0be27b32ac05a3b41b682d785bf197b55031055bd642b71533590b7d516c622d7c4efd26d6c21ff40a6e6b91115ae6acc562e00c155ba7acc95aec923683acc513eb68beb5785ee4afe277b4d65a8bdf5750632df155bf83d05a322602b3649c0f58aaa205cc5a7260752cad46662a794671a1b5546615e1aca51be1c0941eaeb4d95aa6200a4599f22acc5acb3c5091d75ae6a3821a6bd9022a8a5bcb0dc107aa101b1b5d31394e5ac5cdf88b150f6bcfd05af1b42a5bd64a9b91ac2a5d51ec6badfc044f5fb5229255d5aadab0b756bb802a5abd170e5ff5634a0cacd5f1fd7cd61ae370b66b3c5165cb5abb9fe2426bedcd6a2fb3d6c9a0a4cc5a075f9768ad335f71b4b54e48a988b5ce059cedba4d5554b2d68d54ee6eadbf0671df20b5c2746b830a2a17591bec5096696d7011c5b0e176d5b6ad8d5a00c1345aa137ee5b1b3d445e6d1c17d9b7f1189d51b7369e0648d638a896566bd36fdad4b336cb8a9ad66c302a4cf34238c82db2aa24666d5951c734ac2d1ba848626db90b6fa8e50564a656b581865af75469c0daa68a12626bdb38aac25adbf653af8fb5dd00fcae76dbbbeb52fbd6788fed876a1fc6da7e32ea76874938a21ddbe94c99b5e30c557dac9d72a7c052299ca14ead10ab9d5eaacbd5dae9bb921f6b673f3253b7da408fdd1c3aad6fed5e1968a83bbe6ad7daa39e8a4ad61e36bced9e3db5156fed39501d2ed65e1551d37ab5d54ba2acbda6eaa8b9b54f270466df8c78fa7ee3d5746c1d3045b534eb8057ca87acff35d4669075e056d4ed41b838df3a2897123ceba07e88fb21fd5585b50e4daa3d56ebd0ee88d5a12195d7ac4377aa3e611dde13d57df81804d3f0ebf840235be33d8e9c54174bb75507b08eeaaf4cda3a6a80cab7d6519bb1f7a33c3ae3691d755a09b175f424e489d10b55f8b78ed90fde31e61b8ae1d88a78fab1a3b0ab63d721df8f0da03e8e7d84a2336efc302ced570795757c5700f0f1e3a6616933a8eef87f6a12b24e387e41972661a0c03aa91432c0a469da33b44e2ea7fe68eb942eaa9b58a77403d09dd20f0069ea49b0cc694675fb59a79f4660cec4b73058679654abad75760bbcedd94b54beb5ce7eac72a475ce1635f75ae7ec014f9bf31d286dee71a4a1b99780dce7bef2e8d2bcf42a3e5be76544299f9f4fd54eebfc4700480b5ae0b82f389943971616c6ef5a585b3bfdd6457100e6179551cdcabae8aaf674ac8b6be0752cfe8253bbf81f8ec2d20a3a9e645d3a12d067e96de49ca828bced6531b565645d3610d46dd95284dcb213c085cb27808a2cdf0e2eba620288c18a6f28012b97000dad1e8222bd7a3962756d0c1c85b59d70dcd75e464a5b17816cb2ae9af674aceb7a6227d64dc1515877199ad5baefda32b2aeefafed27ebfa41c885eb0f00aeacff02d8b9e11a1e62630648751b87e905cfd64dedb1ab9b3a003c6cfea36d7deb968d381d5b8be3a46d1ba81e11ebb6897a198075db12408ced1d71acb6f747c68c4e02a9cef02d42978c8981e58c3701744d23d4ea61354dd06b11ac966ec0399671383016371885e5110a98353eceb675bf761facd67b284db6fa38eeb651fa4d2656db0e242bfb126000476ee07bc747e47be709b5685a5d550f60a9254886ebacf64eacee0c1082dc3ea434f755e898ee77eafeb07a12013379a290f8bcc320937a17e2a579572347fb6e40d8f0cfd04ebf35b0186828f0045b184c8cf00d3645e20b3e518f9b351c1f302adc007c3bfc1d4fbf331d94e69d7940b776f6825cb4b30fd482dda3a120edbe0831624f3124d13dffa150ecd98016c8deffb44965dd97461dc6d67dd7d4b66bdddf0c11bd7f100ecc81996ab6b71e78096e7570855a63ac877d90780eff812c73242fa8c8914648ee47f06d66d6a3a5f0818eb6049b3b3ac2a34bc712a22a1c1f8da370e20eaae8a994da04b59eea82d3716a0f22fa7433b5d0594f0f424c9c1e8e6375fa2820c6e9bf3ad5603dd30425f3cc0c4875676640aa3b735fa79fac67936fc55255f59b58cf95c04e5ce80b5c7861b17a87ad172b03e85e5c8300b8d202cf75e537cef6d5b1e82b5c4f8830b95e0ad9e4fa30b0cceb3bc04eae9fd17977eb8d0d38b537bb23c86f8e4575bff9005adacd1f680fdccaa3ce08eb2d7c01a8f5ce61c845f75ba1fc3ed885fcf5e02680dba3cc3ace657d340140e471bc14584ad21d4bd511d18f17ea1080f5f17af44e9e34d61916eb93e63a566c7d321b00fc595668dbcfb2a3d63e9b8926d5f31c1158ca8d887edea60496fae020bfa88e86d78b16da3eb7becc0631e25543c0a8d78d003b5f7fd5c16feb9b9878ae3726f0a1b70e9cc7b797f44a0aebdb6b0094ef2eeb1d08d6f731806a3fa450ef8af54369b0938fbb91993e55452fe0f31875b95abf544127e3cb7648035fb322b97ffdac463bebf7a46a84b2fe988026fb8f4308939fc390017eb5821cf93b0b14b7df4b00f97f3f0482f95305f8fe4f1d68db7fb673298ccdf91b0360ebef36e4c2bf4fc174feedd564658b9153db03b618f535f1d962f8a661e9ba26645b8c774add6c1115f5216c3127687cd9629ed5bea82d9603bf3e5640c98f2d760fc5e4b6b8955438b3c57daca2b82dde423530db121457fc654bd04f89ba2dc1542d27b68471d4cf644b185795795bc2b7cad36c89722b9eb0253aa5229c2d71269dd5b52599a9c4c09664add21a5b32307c5bb2e1da3eb7251fa4d9d796fcb396265bf22f9ad26c292eab326f4bd95093bb2de52345dbb6547dd4d1684b3d54c9a22d75948e27d9d2f5d7f26b4be7426066e8ae70d89661a0ea5fb68ce9f0b63346ead9b665bca6e0d496a995ba106d99b6d7c0d2592df8b6ccb9b55366cbdc51c1962df312d5c96d59aae351b32cc1166659aac9dd96f5b9b6376dd97aaa35c696ed279e2bfb1255616d399b6aceb1e5722b57b0e5faa29d0c5b9e780a026d79da6a2eb4e51ba9931bb67c6bd44a64cb8fef63b5158c81f35870a48a37b6824b90730ab5c30f161aa6a4cc56681ab6b0704ead43b6c2059465da0a57d4526e2b3ce90396ceaaf2602bd24ad989adc80ae50ab6a2637528c756f492f2b4ff2d6931b415bbadf37cb6e29db15fc51f75d7a512ed9578da4abe54878badf46fc47d998f17b0f44b7b73b6b2b99505d8ca9e516465ab104fbb6eb60a2315f2db2a26e6524dfd6e0b5bc5faeac8b655bca4463b5ba544aa33d92af5d4e6acadd201149dca19b51167ab3c0859aef2601dd3b0555e86a253d9ae36085be5ebc872554a219b548d87cc547526525ab594a8a2d5b6a08055f323beaa8323dbaacf50426cabd1ee0196ac6a11b0d57ca03296ad561ca581b63a9d95e9d8ea4cd0894b5bdd5adafab3d51da580d2562f1a0150cf8aa2d3e08cce77d81abcd6193c5bc3ba38ee0d1be85483add156ec6a637c65b2adb15d099eadf17b7ceca665f1199bee01a8699659850d5bb32f38c8cdb36b7bd3d6bc2b0a45f37eca6b6d91a5518722bf2a3bb1b528a5c6575b8b76c8392dda03fab42cadacc9d62a86d2405bab21cad36cad1697d0a5d62bf452075b6ba776c16dad5d3aac6d6b83391d5bdbd440a26dd76227da8d44e26b9f0d11dd219152375b87c5f8d81d1e00cb756c04b0d5f11240732723727497387ad187ad8b455dc1b6ae31f51a1c5bd7a4803e5db703b9771ba43352b66e9754d2b7f5688c5adba32d971e23e47a26c251e8391870a5e7e915bad4fb2e22ba5f3c148a7e98a4b2f50b20e406e08e7fdb7ffd10d1832a68bfd636f838a2704801e48961b591608635d0afbcb20dfb4f3bd7b6e18d23b17445adc9b611ab001547d656ef9d6d644755576c23dfa2048c89078237a69c76ae6d63eaaa34601be355d7936dcc4ff550dac626c0071a9b0c0f3136b33a2d6d6337204cc6456833c8366e090aebb8a528d2e33ba0228fbfa7463bdb845860601356a848629b58b83b968682814d3ca64615dba4d6daf9b14d3aa7ea9d6dd22fd5f86c9327ab586f9b3c1bf96b4a4bbd5cc836a51d8ed59400f0d7d4d688fba9438099a6da7530c436fdac6a69b6195580f866ae05179ddd577b86b6d903553ab7cdf9a89669dbdc29a8b5f39ee8b744da1614dd8aa527a00f8b62ab63c3b6680f90fba2d3e0ee8bde81bb2f76a3fc2e4905a4b0e4af6a43b6a5d138694b0fe0d747fda732962d6a81daaf6d511fc01596bd01175d8e6f29b22d1f0436b73ca4cd33db8ac4f8c115d57014563453178f6dc504750eda565603cb5c394df52fdbcabbf8c1d54dc0a457f7d656a96df5471cf7d53f51cad7ef457c6d0803636eac022cb771188ae1c6f978888dcf919037f543906f6e96034b33c00c37af4031dc82ef04b56d39080eb3b5af5e0c6cdbba26024bcf55a1b46dcba68d4bdbb6063a3563dbb65e5d29b66dd701e6b76f4036d9be1747219aba89210ba427c31cfc4543140450e37d140a13be24d0666aa6d3ae3633e6156ce643fac532364b092451cb6a04a6650dd2a375b6fa736c56230e8ced0df2bdfd223ea323369440e7701d6db5b952a8b1c7e62a8060f28c4312f56c43c1f7fcd3e93a9b373ece90375267586cdebe881cef3940587f017c207f23484f8189c87281d7c0be819feaf7b5ed98ac8d38dbce7948ee3bf76bcbdbb60bdffc62db35f6812eedee848fbda7b50e6ad9f6fc07e561cf73d4a1bdb58014f6cd06c4d8df153171b020cadcc13ada77b71d1a0d29e5705a80d3c31d91860e2f51d7a6ed30bebec176a4a74ef3d88e5c03ad39f2510d47b6a33151878e66d2712edbd1d2ea8eb41d1d06987e0c17c9d88ee546663ab651bbf3b6e3e9d598683b1ea9f75adb8e5fd2eebced447b64cc1343b4096a3bf51589ef7472d087d345706a4f5784d671faab0edddbcef4c5439cb1e151cf3c462fe0cc53086767cba2189e6d82bd3f7b132ac6b92c683f9d3b86b83ff71427edfc7d7cc68bf9517e2f5296b9f80c29ed524e94934bdb813a2e8f3ea04b577a41f6bb5a488d50b6abc5513baea5848a717da44e06d96e144372bff11690ff662dd4a15bf320d5dd4e0a1670e7190eccdd81c026f78a4279b89f0dd9f77e2474a6fb63b4ed6abb7f165ac7fdb738300f92a3f23dca89287c3404a8f6d145248547f80e1cdbe3e228018fa702473f3e818afc24a15ae86c4fcae3219e2cc0d33ff904ccf4342ec0fcd3ea68a83e8f03a1f1795fb4669e9fc44b7b110b9d8c17b381905facc0ef7a618cd4a597b8e5d0f6721618ebcb7f50575e4dc57ebdda314d975e67511baaed7583ad583a0d18f5fa0780db9be2105cdebc07777f5b1e0dc2f7f520647fc8845afb613a18fec7e4a8561f4beb48b7ede365a4c74f93c0913f2d02b2fa5c52cd5eb62fa920f27ed98864f5e5a81a426c5f3e62bfbe560031f89634bf2e7dcf0358f07db1deec65fbbe0d99fcfbed1abaf463d6305dfa5d13f9ebf75e9dc1b3fd598030f99b084cfa6f32bdd7c7f6b70b8ed5df3e08f2bf6f10397f7f0233fd4b84fdfac72ee5bf670a28ed31e2e8dbb6c7c8a2fe557b8cae4a0cec3166abfc618f58ad3ccd1e715d738e3de2b75eee688f09e78d3de628ad69f6586d9418d8630fd06e8d3d4e4dcdabf638d1aa03d8e39834dfdbe35cd0d4618ff35081883d6e16152dedf122551db6c7733cc0d25d4d56f6045db548db13aed59b5eec095faa1a654f545a21863d511525eaf644db75ecc09ee8a4a60e7b92540ad3ed490ee841b6274da0c2bf3d69296c61d2ba4a32ec49c72826b7274b828d4e564849863df959fcae1469f4265a7b8a2c6a71b2a728a2c7dd9ef2ac2a94f694ff52e852aaba7aa38a3dd5fceeba947a827691ec694be103a55d89639576237e7dba429af8ece95ee3f0a577e89527f60cc9b43eda336c528861cf78429bb3f68c77b5ed6acf5c1abf3e733f2d99f62c53716ab36c53e863cf3a5245717bd629f8d8599d8a73ecd9b26257b3c19868cfd653c98f3ddb6185fcf6ec03143ddab39f57da6ccffe5593bb3d474e75ded8730cd19eb43d87490bab3d07be70d09ee387c2617bce945af0ed397369dfdd9e3b3bde63eeebea5fb5e7d9aaa8d69ee7b572057bbe1c88affc09f05cf9f16dd8f6fc7f95b0d80be4d1b698bd403ead30f602855430b617a88dc4576006ea50018fe2097bc192f8d8057f63ef0ba5d2990c7ba11cd8d5428bf1b60bed571c6d2f74413d94f6c213b4996d2ffc412bb2bd481e4556f622d351028acc557f8ebdc83c9dc2b517cdac02a8bde81cfcaf62d911f7c58e233d16bb82fd2a9e5a8daff6e20fd52d632ffe4ed5157b8991380a2566a813ce5ee22822a7640254d19205112625ebabac6c2f795367ddeca53cdad5b597c6bc95bdcc549493b2af91902b466a43d55ed180575b71bf5e3763af34a3842e552e84845c79965a9cec554e2233554573c35e6db45a3decd5f620566b244642ae911f0f51a329fe628d486c740d5821ed35e60146d5fca0d0da5e2b895ac2ecb5aeea0086bd4e6115a8ec75baa9c1c15e67bcfaf8ec75a70262d45b076c52bfa1da89edf55722e41ad647e26bb850257d7bc3232a46d81bfec5e968640536699c0818b3f15a5557ec8def61a39b7f53ae608f2caca4df1e395c45387be45314e9161355d8b0b758a83aa6bde535d573ecad6e01c1b47a8e6cd23abf5a34edadab21f1b55e0524daa6a0caa4f676b55541b2b73fa5d781d8dbff025eed500fa7a36311b0808ed7f0a89d52682bdedea93a0a7ee781ea79b0775e8ee3deb5aa8a96f6aed59190bbf6d59eb4bdeb2b65acf66ea5f4061a7bb74eaa5adbbb4d44f6edf6044bdda7e8e88ebdbbef009676aac1c1defdbe4eb1d97b74d719297b8fe580513d2ea3baf7bc8853dbf3ba9a5eecbd2a23e47aad4055e89d132fad77471cd1de8fd4bc64efb34905637bdf583a6462ef3751cd5ef67e77541db6f7cf8ef0edff0ddc6a40ab0f58ea8fe43e6086766bec03e6aa7863ff2f2f0afe7fdd1072ff4d0352f86f973a07ed0323014e076ed3b129fb40f491ed033fa1640ede0ca23ec409423c343dc0c3d08e3843439d2a05db87f5d1ef17b50f7b85f3387c928e28db473405a81981e163fb882fc072a3d602298c4ea1ed3afbe8ccd889d1d7d5286c1f5b5c5d75f6b18f0090c61507291bb71f3867dc51d5e5ece31b82fc8c0faa38689f504e9d70f68909115f1333036d4feaad1a9f7d72669536ed933bea90897d4a2f1d22b74f39a2de02fbd404f88cd3caa1f24dab0304336d25b2c9f46a88af1955d45e669fd11aaf63c64b1c98990b71d2662e01709bb955353efbcc17da5ab6cfaa03d4316b3d60d49c3548a2735c40a273d380bacd3d8d6435ef1524b1f93190c9e7f740dccf5fad1731d8e707019016d4549ddcbea0993667ed0bf0c5caf64549d498685f941fd2c0a2c1da75b32f1aa51790d8176747ea581a479b08f6a59d10004b77224f2c3da53378f665a9ba63a90100d2b23f509096afd016887db901d2d38a09dad4b3af0802afaedaa9a3c0f65598d6b7afb68005ac19822cb7663f8aceda87aa0edbd7ddc246af2f00ccb4a108a4810db8b2c9bed10592b129067ed7a644c0ab9b8c50ef36c7c15fdc5c1102d566034eda96a980185b0b82fd6e6d8e9dd8da1ab2ccd6ce905cb70e5583a97deb48d09a6dc9d44d6adf3e1dcae9f6399052b6ff06c488ae8c841c5d330a4b5d1013d166d48ee89fa84386afc098c6cc881c6305354bd88d83b46d6137ae05f6359ac1e64c99f5ea2dbb25975adfedd65e802bf658e83e38ba00c23aef63735cf1d56f62771bd5ea61775bf0b6ddfbf8bfbe00767aaa23be3cc3c17ebd37f13a7cadb58163f79dd766b6dd3f11d9d7bf588d6376ff1754d1401354be801b6112ac888f1dbc0718158a09bc1a4aa10e637bb81fb842380c241afe87f7b813df4965df99521bd0f69d65d5156cdf3907397ad743b55fdb77fd8444bd3ba1de4860dfdd4bbf17c9befb019e6bf7636dfdd9f754d7616dfbde4635b0b410397a5f4dc4d7beb680d6fbd80bd87f6d982e1d48831f3c10859d38f05add0cf64375b0138706e1d51e1a8e26d5e137ea5eb31f99a7fe42fb91289c8e231b74e0ce7ec404e873e4200eccb178d0608ee54067f1783cb5d1db8f1ba0299c280cf273a22202e04453e81327be422d38b9518d50f6934f90c94fc5ff80a52948a2a7db41c5386d840673e60430d3991725b0f41a68fbec3004d3b9ff406bce8d00403a3f1a50f1fc5e94a6f317f44a7cfb854e50282f264112bd580a80f262338824176700505efc82cee2a5d27acf83fd4a1f080857efe2d45e6b8b66f63527a4e06bff4016af6744dfeafaad43ba74336f775dbae5833878eb1a82fc765f68b5b7d7e8cca2fd4e0a1d81b7df298f0a736717f2d79d3be08f77fb83e9dcdd00b5f35e04c8cfbd92202cf7564dd3a5fb9d716aeff757dfa3fdbe135bf8105f0e607f740abffef10b1c98279d00449ebcc4ae3efd07d6f4ec2412dfb33be0b5cf2722cbbd680778f7329efa6aed2f13a0d7f47214cee3cbaf3a996d7f55e1822ebd8e02057fd30670f8ed54a4da77f15158df59104cefdb01ccbf9f83b7fdfe350ecc877e6a26b47f9883a7fffc0ce0e1cb5214b0afc5c01fbff6c4b1fab60fb9f07b0d74dd7ef850877e3c40ddfe590dbac9cf06a8db3fbf600b7fcd541b97fdd72310965fafd58ff9bf251d5ab5fffa84c3f73b2dfaa27f9223dfff19ac932ef6bfcc397ff7a13bffefba9e214744258d1c47845737c711f14c7d308e887f1ae48e98f134301d31a395ce3b6255d5fae8883558f3bd23f6764d1d8e381b55e271c48d9b4397e2758ac0925927541df1ab2b9877246ca30d1c47a2e15af01d8936a86fdb9168b7364a1c891eeaa0bc23d127a5a78ec4ef344c1c49fa1fd0a5a455354f3892d6d294e648da5049bf23e94fad698e64a5f13a9235520aee48d64d938223592fbd48c691bc998eef3a5294d2e6bf23455dad7c8e94705a3a5235572ce748d54a5b928ed4f1b53fe4487d5419be23f5716c74ea0bd8c2d4b755d972a4a9a17aa123cd37853e8e744db48039d297c1a366588c88ceb0414b8023834b33932363353c6ac666cadd1d99baa981c691e9bb2aa78eccef15fb3ab2f650fee8c83a4c499923eb7035723ab20d5585d291ed967e1fab233bb08923fb512d278eecf7b42de6c831517b4d8e1c5f9127721ab5763872ed5059d991bb22f62b4f0695491d796aabcdc6916791f26d479eb0624c479e934a0c1c792fabe6eec8175b853347be1e48b5f967287f74e4dfaa0e2a47febb38a2054ee8c4a5a3602a9d637514eca20d2f47c1dfc8858586aa3ee1283405f9bed002e4fb42f7910b0b5746122dbc535bde8e227374deca51640f968a5af5320047d11bc839c58ea808e7285e50957947f172d374a9c402e49c1201c5008e92069ca192be6158ba8ee72ab551853347e96b8a861c65bd380a654fea149ba35c0a55c01de5b245616993caca8ef2f1953539caa74309287f1267a8fc5d6dcd38ca3f50ffaaa3fc73a48e0ab1f1bf2ad45241cf51e13e36ba622214fc8a47e2eb52a535ea4a71540ee810b9a3f26b953f1c554a217554cdafc63147d5e1ca451d5517e00c55cb834251ad9daac38e6adf5128aaff55f79aa3d69f0bba54bb8cba2c1cb5714d9ca3f6336d8c3bea2441eda8f358ef1a70d4ada5ad3f475d26d17a2551d3ea6d5349df51efb736541df58fea1dc68efa8f50911b8c52f9d6d1609636a91c0d2eea5c80a3e13c35263a1a3b943f3a1a1fd28684a3493555901c4d36e30c3539af528aa3694b14c3a60f55eb70348baba292a3d946a4dae683011523e328c970445656a39d237299b6e21d2d12aa06e36851141bddb2389ebea55da50147eb5e38566d12a95ee86853563b658eb6a5b0856debea2dad8eb68b8014da3e57b5c0d1ae2e4073bb6bda8771b49fa9d3758ef65f2275a943369ced0ea595a7393ad48ec0d20bed103b3a7653338ea3e37324984e23f03a3aadc749ebf4141fbb733e3c6a9708fcc52e03114c5d2b6997d2d1753ec056d7954869ddd2abc6e7e8660672efbe17f8abfb31d54d1cdd3f2259f5bc8893d6f39536c61dbd27a28af69ea5c2bfa36f2e14c37ec55028faad070be8f749255747ff1838a2fdb3a8c3d8d13fab5270c7803c39b0d4419b088e01b7555d710c78adfa84e3bf9ed889ff56abf1c2f1df2efce0a0b4aa9c3a066543ad1d5c4bf57bc7600b80c8d0f4401d43b723930f1b0b8e3c3c81ca6b8ee1d9d4ebe3187e0de13b2293bad71c232aa1ba8fb889f438321e78edc8d2805123ab01cb8ddc8d201f7511276d742f60dfd1dbb52fea189311a7766c41955c1de31ae2e9c7972fab4b1316ab40e598704f3b2c8e49ddd45fe8985c15a876b207007cca2664b9297670be291e752a39a6c029ee98f25e8daf8ea943d4cde0987a14b5762a06bf1dd36281494f9fa79d6bc7f433fc5f7f915767c4d7d69f63461a909f190d7592ca31630c8efb8c19d8fb19d0b61d33136a47dd3133a736541d334be3a5cd9a84bf38eb955e29ed989d141f687651bcedd9df74e8de31a72920ff9cc7c04c73bbe06ccfcb8d2c37ef88f6911df3ee43419af7514dda8ef983f0bbe6efd57e9a6301be21ddb1700b48ecc2dd6a13742c72a8e4ea581c17af63494664df252574a6dfb1a4be074bbd711ea312a9b1da11b50041beacda032cf543965bb641dbfa8e65169c8ee599f11e97b746fe5abe5c3b788e15a9f59a12c78a87f8402b5f5ec0d257bdbac6b1aa02eaf6aa1aead870ac9a89a2b3ba1e32f9eac6d03a56ff427cadc90a7565cd0a64dfb53d00f9d72e8434b06eb7de8de5581f17e1bb3e0998f47aca32eb87a19cac9fa98e33c786227a4184634324b0ef462f68e0c60320d79b9246626926d0d0a6cda8569bb64171db1454e7a063b349cdf68e2dab745cd0b1651752dad66c38305bcb69d7cdb1f506827c5b7db5ff38b68d55db8863db62a4b4e835da7f741836e93087c360878060ba0231c2f4061cc69c04baafb928f284b936b6d0dc10efd1bc1facc9d25bdb620ecb3224056b7a906b6b56e0426b36604c5b33b57a38ec8bf1a88e089472c7696013e72cb04c6708afc37902e4da790efd21d72a141d772d6d5c3adcebd4b8eff0c64212f5a5429bc7374cef5e73f876e307fdc9b4d3eff09b2059f8318ae2082404f10c6451cfbc2398004834d845479d1cc127401de11eea1375842fe964b663c770f47476d629a14bbb32e9d7413976e5c24eec3a88dfb5bb35b0dcee016a5675ec1e83a4b0e72da4f3bd9bd4ede7d87b1302e8be94c800fb064256de1f6f1896266893dd713006248b837340910e1e83b479f00a38f2a1be20b1473cd0dc8f65c3a31e0b40e33bfe108179a22920ff897f68489c4c0709f1e46054ab53bdc1744ead41753f753d42974e6747263fd31949f4cc4364a6b3d7b515ef385754cd848e734bd03b39e78ad2a5f3d5a1d49cffab37be3a2ed485f270a1190ef285c70774e9e20c24988b26d48e8ba7d469e9b8d44c7d1d8ecb7fb0d157d220b95ff101b85d390ff9e3ca5570e42b379060ae665333b4e36a05f0b4ab071185578fa84bcc71f53672f4b5d8a081d706a891c0713d0d20c6f599d8d5eb7fd437e4b8510e6d9e1bfbb1133707039cde7403cbdd32e0e96f1d433fedd64dc4ea9ddd6af672dccd0422752f13f2d7bd02e01df78e6257ef174637f0fe4974321ec644f83e5c8a0cf0a8b6fa1e1d8ffae0333ec2f888e3d17e10f5c7d5a1f13d6e8466e3e3bea8ee4f5a80ea3e19806cf234163ee3d31e0893a70194f2a70774eacff12c254edab3453a08e878b614c8ead9299cc767a740455eac52bf9ce3c551746b5e1e475e7d150312e2ab51d8e8571e00dd57c7c1c05ecf472bfe4d5dc8f06fd3e98497e36d2da8646f7b81fdbedd87cecfdb13603aef762233bd2f871f7cdf522f2a72bc5f88b6fefb95889c0f5bd1fbfd700620f0e32664b94f37d0fbfdf44447351d9ff781947dbe0a42fc2526bae05f3b427bfc560aed94efb819daf1233bd4e19fc5c0457f95c3d3ff8ea1b7a13a7e9704eaf85d5a87b51dbf47a22afc36432efa43e1ffcf14148abfe910f7ffee687577c6a8a8e5c419c3a1a3e6ce8856ca1f9d116d356d3b234e6af675c64aa1aa8f3356063d30ced8cd55ec72c6eea139da1927b50a08ce38d3945c3be34ec7d3c77da144ca19af86de4be68cd748454b67bc4591ba94a0ac62396782311a39ce04b7546874261ca967db996890126267a2d75a749c89be298e762646c3cb992495e6426792769ae59c49666847ca99b4b776dd9c49c7a94ae64c76412bb233d97dbd60d099bcb6aab0cee463b47638535450d9cf99e29a1e6467ca25aade395315510aee4cb55f0fb2337505adc8ced48bf5203b535f4360a6493a4d97d27655c391331d7a01cef40314d438d34fd272e2ccd803f195712ee22be34f1d777666aaac863667a689ca749c599ee258655f808f9dc3a7c8dd993316422e67460466ce723a34e1cc3948bb48ce9c17a3b07443d9af33e7431d5176e6da829dc8b55f31803377e91458fa869dc8d341af8871e619a02e7d679ed3caf99c796b6129df64451dcefc151098f94f5fd0a5023655e69d05dcf8d8058be7c0d2242dacce82c7542d70165aa674cb5968b972186721f40c9d856e20af16baad528ab3f04355c99c457a2b5e75166dacd66467d1164a459cc572292c701633289376167b86b75ddcaa6e0667f1fdaa3c384b24412e2c91519182b3443dad8fce1213d5acea2cb10469bbc46ed57d9d2593ab97cc59b2378e7ba94caa75384b575311ce59e60d8e68d97b38a2e52eabd5d659ee3a5e47f9668ab69d15ca2bd872563c84e7aa785a757267a562287395c6a38a565d0f3c51ad8da20e67f50cc8f7d5b7a8f6e8ac7e46d190b34662f516386b4d5618e5ac1d4b3b3fceda9922b0b41f4f5f27264e479d614843753ee03cd6cd8747ad975c7987b39e4f35646783fcca029c0deae1d737b0a01836b884b7dd309e76589c0d73e8a096b3e17e65e5ce46d5b5c5e66cd41c67a85177444ea3ab4a3c9d8daba84ae66cd25adb88ff5b02f469320d19b3c9d5d9bad434b3ce8b3a9be6c3116d3ab83b9696ea9c8eb35958a7539ccd6eab00ea6c9e00803272244e6da44ff57b67e40be5eecec81f388f2d2621725aac4098b42ca83319ce969bb5a1ea6cb90f15b9557c6527ce568994953b5b8d008269b550fdabced6d955bc71b66ea22a86b3f556252cce36e5d582e26c7b16c1d42e1d125ffbedaaa63b3ba4c4de778c4409e8780ce5a4d33580c0ceb7f117bbe440aaedb20660ab6b3c15bb9c5d330317766da9c2bfb3ab0779b5eb4775fc3bbb9d0042ee915e055067cf4a78b53d7b22cbf5aa8320efe554c7bfb3d71f6c61efdbca589dbd5fe23df6e98f9de8db575bdece7e63555f75f6bfa58d2567ffdb38b503ca20e406345115c3396093f6289c03f6ea04b4736051bd53dc39d0af6aa773d02360f22199107243a255ec720ead87881eba00dc6ae869bca1a13f8031870d5419de396c835e36e11c1e4f7b01cee16951a4876f2d81a568f0b4e19f915787ff00c11bb140078f9c2336a953dc3962377efdc884488f23176957c439ba924aaeced1c7d486ea1c6b51bdd039aee3015d1a7f0f586ec23f680a132f6adfdd39f12bf0c4e4c460d2939babbfd03979125ec7e49deac5704e3ead9630e79424004853caa0f24de9a17675e794076abc704e8d836a353512e577da1655c09dd3e380c34cef889d987e0919734662f0a1199d555e73cebc07003e2bbd3a239cb3aa0393cf72e2a4cd2e803334fb0e9e7e4e2684dc9c48c0bb391db467e89c3b469bffceb94ba088cc5fa0062de7fca73a5ee99cff5e5bf1ce057d74eed7b9303b8ed5c2de40c80bd7e9b51bce85bff1b6174dc77e2d7aa7fe09e7a24f480a8bff53f1d9b978a17a7d9c4b5aabdced5cf20522dcb2273a34e15c6ec4432c3fa1a2b873c57c00dd15361df071ae70e9f493736546ed6438573504455ad554cd97ced5b59101564f021559bd0252ca9a6dda1673ae31217cd798f54e38e7dafae0db6b1b0076aeaf80f4b87e31aae8fa0b48db1b9283366fb81ca94b9bdaea150bce4d0bd5c4e1dc1c477b4dcecd5bb427eddc120f4961cb7824e42d335045b7e6c4436c1d7d014bdb51a4b7da9099b6378242b97d2e84ece8fcd00ba347a858ef34a4c1d936b640601acf00fb9a5a829499132226ccbd007d2ce320de58a600c25a9643a2b63811ab9637da17755a47a39cd81b2121db6f83063a8eeab090d35909c1e48a8dbfe85aaf63074ed7ed1cbae46e8684ecbe0a54eb0901c27abb2298bcbf504e7c516a1476fa27832307b6eb709533780c1f2814134c3ad45bed06cef03904d30e977a1e9cbb0aaa8fcfb96b07a0f5eea300e07ba2007df60dd2e6ac73df5644e1fed4d8fb037990440fe0aa6be7810308f2832b906a0f25d66ff9701eca871ec5a19da0ba876b21fb1eeef0004b8bf13a0e5f4387e54806482947ca41863f721f2d90a3ebb9e444453e7a56c7779dc7f223008efd004a3bde0dfb757c20d495e33300744fa4aba14b27194ca7f2eb0d0ece533fbbebd2e99a5bb1f4f40396dea88dde79263e4ad399923a9ee43cd3151ffb6c469d20749eb5eb4489f3ec39b0df736da1f19d6bab8e20e7b90368369ec7ad31ce0b83f183178600595d4c0219fe22c3f7e258a88a17a76bafdc79711690c2c5733a6de1bc1205a6736515aac295ed6ab4735ecd82e6c6d5e1d8e86b3100c9aea506c3bf5e1c2ce07a1f44cef5b1683fdd80fbd679b3b11a39ffb7846475ab30a4f35b532163dd2e0004737b3b88d4ed93e82cdec91781a54a80b0771aeaa8a6f36e3604c0dd0020ecdd3fa0f3f71a4155bcf7166dc4fb5600b7fb5e74291fb447557860c4733dcaa45e0ce7a352fa0d77ce47cb50dd1f5d07c478dc46ef96713e1e0099e1f11cbcb4c70b814d1eaf01987ffc02b8f0493afcafa7e9c1ca9f36c31b7aba11a4ece92dd4eda77790869e6541e57b16425becd945fcafe7b100dc5eb4d51903e78b6e08f217b82edef96211a8dbcb6ff04fbcca0608fbaa1a1a97af9e21cbbdee870ff4263bced09b19b041bcd90cccf4a10168cd87f108b90f37b05f9f93428cf81c0068febc0b5bf805c3c7ce2f0b2275e9eb32d4a16f9893767e3b0ef0f0ed9ace5c3bbfbd46dafebe1e8ffa7d0350c7f7cde89d7cbf84d7f1fd3b8ace8fa610c57f4c0191fae1d6e176e78f9348693f9ea9d7c7f9ab0004e35ff30131feac82caffc78530f97b04c4f3ef3dd0ad7f46e0897f56d5995c31ccda44704594d1d7e18a28a7acdc15b3973e972bd62a9d4776c51ea1ee2257ecfdda2871c5e9ae8a882b6e1aedb0b8e21656e8e38a5b52738e2b6e5d050faeb88bd5a5ef8abb5b8f822bee471dc070c52ba94d7657bc4aaafbbae217d65875c5af8e8d4e5845fbeeae841d152aba125aa761e99246b42be143c513ae844ff5fe2f57a2278ab65d8933299b7325c9aec7ca95649a720557922f2a21ba9266d5c2ea4aea54a0eb4abe5a998e2bf9361df071250f6803c795269ef234579a63aa17bad276c0ef4abb541b12aeb47ecd39ae744df4a4b9d26dd53b365ce94ba915d2957e9cd64757faa5f8d89906285177655ae0c1d2116d9eb932675249cc957999e62f5796512acbb8b2ecc3dbce8206b42b6b720594aeacc5b49cb8b2365254ebca3a5281882b5b021cbe6c557014b2d556f9c395ad95f6dd5dd97368aa7565efa8a0c695bd7b1496f0cda1aeec662d4dae1c5615f45c39d3291cfedf12f244ce4c78d45c99b437e7cadd0a3f983b5a2b8c2bcf2be4afbcfd7086f2d55183962bdf0c9d5770e5efaa5a872bff2d2dd2ae02a59523bb0af855ed7415f42afb7515f2ead767b90a27573f93ab703b6d22b88a76500aee2aba42a1a2abe876c55faea2776ae852b18c3869c572214f149ba010c3556cb2b20057319f8e86b98addcfa14bc5cb6b67d155bc9622775789247ac582abc42955ef5c256eabf1c255328b32565749ab226457a902ca3b5ca58aeb750daed28d91b6cb94d1b685ab4c14b2499993da647795b9aa1d0357d9348a605c657fa01896b3694fc7553ebe720557f9194af05c1516a8e3cc55b13cde50c50f2a2bbb2ab55635dd55b9ba124f57959a784355701b97abca79809aaa1e958b5cd5f229337455aba1ca96abda7ce09c6a41a0a16a877536d0557d33124cf5438a0b5d350aea2d4eae1a6dd5a7e0aa61d1b13c578d576ac977d54c869c532b1aa9b67667a08eda27d542e7aad345251e571d232a4cdd123ac2e0aab706f5b1fe606d53bb1a2c517f8eab611c15e15c8d8ea13435cea8128fab716325eaaec64b71601aef41f66d7c0215a6c92cc444935338694d5b0233357bab3a93abf9276c74e410ec6ae417a4ed16db115f2d5ea9cfcad5b2b76a56ae5629d45de46a554b6f4375b5b2ebc53baed6b5913ada8c43756f9b573d35aeb665f47a1e57dbbea8306d4dea4a71b5eba1eab0abdd241c9876ab55c570b54f83476d3f5fdbfaaef636f54fb83a7c54e1ccd52929d076a74b6ae270758e8164d5a5343279d7d40893ae3355db767575a951c5d52d05e05df7f4283a3d66a294f7b8a3ae27578fd7e00a3d6ba248f7dc02ccd4d385c0ec790c74ab5762a4a15ecb10e4bdbee263f7ee8d94d6bb1fb249ef2148db7dce81b1f65da1560f57dfb788afbe3f558575f54baa560f57bf4ceaec72f58f005eed5f593dbaaefe5bf4de3bd7800407b07417e9f1bff6c8f70347a3f20d4aa5573fb80635c18119dc0ca763f05cf533b98674000b18b21ebf7ee86170f76145b0f7c3d6a82ee71a9e533564d7f05208b9e1cf54ff728d780ad839321b8af4a8226ac8758d3aa97792b846611ec635ea2d2af2e8de3a76e01a93145ac79874dae8758ded390c4b41f5deb9c6e507261f574cb521d7b832ea67728d1b034d617c7b60dff15db531ee1aff1e5b38e1770e5d9a545a6fc7734d9eaecaa96b4a1210e2291f5584734d4d06ec3b2d368efbb4b748a2d30d29b0f45bbbcdae19d7911466c64730cd9cac4e5ed7cc0fa843b35682b1cef260a3674f43ce9993a23b969a42c69af31fe27ece99adba34d70ce833af50092c55d6f90ed7bceea00ff3ee03decd6f0b0e337f36c0c3fc83aa2aba16e48608b7a03708de022f5ec7821d88c2057f504e1675c6e15b5c00bc63311cb3aec56b217f2c89af8e46d7926280774b5602b82d2dab36415754016493a852aa0ebba24a43fe88aa09e9296ab00ab3ae280bb670d9d10b587a0e99617951e872cbd7abb7c0b5e234c277e569c08295f7b0d1ab928036af1aa072b76bd5493ceaaa4fc039ab878251ac1eaf0d2fd71a38fe5d6bb3ab97ccb51ef30aae0dfd4016378cd17ead6bc3496dd7b93616d74963d7c61a5031360e05a3d8b842bbbaae8d681abb367dc5d36fc9350d4b6624e42d5f51ddb74642a0da9614c96adb2b80c0edb1d5c4e1daeed4d68c2b7a1862227aa1f66b5dd1ab80b6a3f7a967cb6578a9cd3397b1afda2a5d661b72b4791f445ef361004a6b2e1d4571590f62a3ad179186ec77a00edb5f81fc389221981c1eb525b91c9f21d63b5dea7377b9e641a9715dc292bb01ca9c2752a7375d9ed608394f7ff5afbabc67c0747cd5f4324c97ef1fe09dbf1e422eb005e831f055afa47005eb2093079761bf822b80e5829b74f8c515bc0db0154a025013da89ba1d2e81a3103e002128fc5b3beaae1d8511e43ba6e2077736c5c7deb90ca976573be813bbfcdae875ed3aae9701b8f60c52a38a6b6f366dbbbaf6ee06ecdc37404d68ae03f3c0150eb8f4720ed781b3603a07ab02c11cfc09c87f10960ad7a1977a89a2ebf004e84c878fa98fcf75f82476e2c82ec4c4d1d420ea4787036d1feb00127b6c125ec7b12ba8dbc753a3e379bc2e92d5f19628bfc74722a28fcf52f3a5eb447bd4c793eb70ac4eba80144e95031a3a550b38e7d472d0ad535720f19cde0f0473262eb8fb99ecea66709de90e89facc589ced337634e2ce7e45ad3d571239e79c0340f7dcce1aba747e21f2d7f97d7a898febfc43f4322f8c848c75291988fa250f4edae50f4030570ae92564ae2bcf8086aee5d4ef45725d2f87aedbf59748b537bee9a8b9eb667d741f6e2e04b7ba8d6f6272dd2901cdfdce3154983b9f74dcc675373d20d9bdfd88e8fbf9219ddf3741a27e900f49e141afad581a0950f3b020baa70f9742257b785c8d89ae871f114c8f9cea7a723d7aa9265ad793fbc8f74fa74383793607a9f6790418c5f38468fd3d4f079ef6f22f04bd576d51ca5f778698fada8f3af47a370afeebe7c8e46f262298deec4644bff9832ed2dbbed04ddecd4406789f1612cf8744e0db1fd3a02a7c2c0725f0e3339dfa737daa0084fc691dc49b4f9b91a33f9901153fdd41beff3c1ba9e34b6a809a2fc3d1a4faf25abdd6aeaf11e86e7d4dfb004b0660df6fe5d057f85e0b75e8bb1b67e8fb03d0c0efcf91017ea4031cfe39096ac16f4a88bfcba077f27b291a847f76037ffdf9a4b64ad7bfff7476cbf56f1a78c7bfa3faa8ee1829d5f6e68e15d6e6863b7681482c75c881a5198aefddb1cf6b9e70c7feaa18d31d67af36ecdd713eea4176c72dad84c51db7895eb1e08edb555dd4eeb89ff4d5bae3e55505c91daf9a1e7777bc2f7ab6dd09ca2ae9772718a248d49dc0a807d99d30ad964c77c232aa50ba13ded2bb49dd899228ec74277aa5b9d09db8a98a24ee2403f11793e07b91dc49ae28b77227c39759b9939dd4d4e14e1e4f61943bf95e6501ee14bbb422bb53d6d3fce54e6556aee04e7d18af36cd00553bdd694663efd344e9c528ee749bf1bfd2b9f017d3d7c5afcf104be5487786c9da177567cca67e2677c63c7a0b9d3be3606d78b933be5495df9d6988e62f77a6f99a3adc596aa8c8ebced258e7d3dcd962a889c39dad94aa51ee6c0bd4cee2ce91564571770ebb967277cee1380ab9920ec3523b3c7dae9d2ac3bb73a334b9f3c45105c99d279ecaa4ee3c097014f29814fab8f3bc52e9c99df727fe57be89dafa73e7bfa22e4477feab1fb0f46b9a2e1570e8348fbb60397cc6825db05f85cbe27414ae878c59783e4e5ae14bc87245f2226d172da91325eea28df1818a0ed2615a77d1cb383045ff69dfdd5d2c037e57b12c0a61ddc54a23568be7d4cb26dcc5e7ea6c8dbbf809ec6a897addb13446d52877892022bac40dc45789dfa88f256722fb967222f1952ea3e5d75d1a7777bb4be3da6c7799530a4edd6513e077952dae94d25d6e09b25cb9cfc826e56f7b74a94202b584b92b34508b80bbc237d5d2dc15ebe1b8576ca76aa7bbe2746d0fb82b869595bb2b55447dacdc04e9b172b71458baaaf61f77954fca28dc552ba8f0efae5a5f157077b5ae380ad5be2317d6e8aded3a778db1aa4fb86bccd4615a774d0c58bb6b4e3fa04bb5aa6ad7cd5dfba8aa2beedaef90866affd5a109779d95aaa6bbebacd7d11d779da73a18e2ae5b59fb8feeba0b11be753fab1eedae5700f155ef21724ebd4f781df5fba807dc5d7f1cf25783fada51773778ab6a94bb614e158cdd0da3b493e16eb8556f417137ce0b88d1f8b40a67ee268d51329bde515ae36e7616a7b679219493e6e7f0eb2393020446a6d206a1bbc535e5eeee9643f05cad46e203b58203d4dd7ab5fa27dc6de2022ab67984ffd53642d989bb6d491540dded0e6127dadd57b1cbddfeb86a8fee0e85d5fde1ee70443b2cee0e1791e53aae50c799bbe34ded3fba3b2540aaed945e877cdd9d532ac17377ae8a64d5d9a9466177e76b6a31777759a7de3b779768047997b0ba6fdd5dcd408fdd26e94591ee6ea791017a0c51b1cbdd6334ea76cf3e2a0db87b8e04bceb19850cd0d3a80295bbd72015f4dcbdbea9fdc7ddbb98f60cddbd1fe96088bbcf017550b9fb7c5109d1dde7bb36d9dd7dfb2221f71da1fa84bbef4da5cdeebe1f5045fb7d56daeceef743351877ffa52873fd37a9d7c73d2015d2f680362860036ea2fcfed751c541f7c082aaf2bb0736d6c97ff7c08b80c3037f3ed0a54131d510e21eb4f10296f680230f3623d50e764040187c4487e4dc43f6e93597eea1cd0174871ec15f1cfa53e50ff7b09c4856c3da219b0cfb002c37fc26d2f6f0bbdaf9718fc8a99aa87b44493cea88aeea8d728f70ebb52eee91fd105fa32c78d4d13f904dc616d40b0fdc63d7e0588dab0d083b1e1791bac79f05ce99b01ac570522e9d76754f5a89fc3569931aeddc934baaf0ef9e722f852e4d6d80d431b571092c6d45fe9a960121373d02a9637a5f6d5bb8675400969bf908eacacc67c85fb3c62363ce9aaa4d3df7ac2d6001b35ee2d7cfa9a452b07bee38355fbae7cec7a3cedd88ba3d6f21649979219536ddf3f66adfddbd201d8ae182bb380a0bee02de2df8ad17b7ba175646ea58d8148adbc2ee10951686b579e65e94111566711e408cc5bb20c22d498fcfb8a42560549455556bf7b239dac970af88016d68653cfce0caa2788f2b5dea4a71af7447ead2eac66ad276afe116aeb908c975cd57b5c7bad717d17e877b7d0d1c98f5b59073d6b7c7d20623627563526d2cb9370efd80a52d80b05b4e81236ff9055ab3d5a20d68f7d6af40c8db62402fdc9600f2c7b66fd0bfb6fdc667dcde0dc570bb5d5b0deee806d8e8e86ba8568602484386f240db86abc072c66a6073c636085fe3701c77a30769db54089b636a0e91c4b45e9bc66e6b62a05aeb44fd5a2fb76dbacebab96dbbb47deeb68f024c77ac53e3bedbe1d28697db39159fd1698634e08a81eaeefea82647b7f7178881af2254585f0f6ca16f1c7e97bf9af6f0ddfeadd89c40677432023da15905a601f105ec104083f8fe0e77a820aa68e8ad76fadde1296ab67787f1bde0eef03680e6f029a08e9d1eb57ab877a5021ada158590db6d8680b0dba17733b8779f4061ddfd08b9704f3cd4b4bd031f60693dc0d6de3bf85dfb0c9006f63d1ca64bfb0ba00eed2f8460dabf1be17b607d0e5d3a381895efe0529dd4731fca850a73682d1ef5681f54bee36e4862c77723891eff8c0f74e21ca8eec9e2d8c293cda02a9eec833c71129d45f7c98550614f3e441a3a65d2397cf7e93e80d6a7c743993fbd1c75e8f47e44f4e9c76a7c759f8d048c3a7b4edbfaee734140c573b78173ce778782747e307efdf9f938a2e7a341dd2ed44455b8b01baff6c24f355eb82f5643bfe3620fa4da4b45d4a8e2bed419cafca5b960f897ab62a3af7c45145e6daff356eeabc3f017afe502f9b95e42adefeeeb151039370a0062dcd8ab8d71f78d87685cdefc09f070f3afbafddcb7824830b7ab6a77de7d7b2236e7f64db5dabaef8cc6b1badb0a25e05e1c60b97b71758ed57daf00bacdf71b01c13cb040a07a7015bffe6102e49c474c698f7e02763eeec1a56dc8f78fdfa38a3efea5ae60f7e37fd0609e98c0289e36470fece96b40d867a590319fb541b27ad61d40e4d95e54d1e7d5e11a78fe9f1ab4dccfc783eabed803d5e7c56524ab1757c04e5e3cd64b1ddc2f9b411b7ae98548f26a3a4ec7eb5c40dbaf2702debdde8672f2260344cb374550adde948348f26e29da3cef67a08abe3f88f3f8a133c2e4c30208b31f5343befd981719f3630f3408bf6cc649fbfa05c2d9b7713a05e2fefe1a54f74709b5ffb87f5e427cfdc2a8a6fb776e6cf4efaf08803f4d2020fcd98024fab73fba35ff70ffbd2762b8eabe9e88e9aa0e7b22164561e9a1927e4fccd82ade78622ec352ac52da32f2c46ea61fc8137bbfa2474f9cdc2ab97ae2f4551b9727ce31c5be9eb81df5887ae20ed52bfa3c7147e27fc58ba53d7c4f3c5cabe789e7d58df6c42fa27ab427c112d5313d09fc6af5f024f893439712d6d294e649d85a5b339e8407f59a124fa2eb1a729ec469b4c278126757e3be27f132c444923678fa244bf0a8494ea9b0e149f251e19d276972bca1a47d743ac59374954a889ea4db95cd79927ec5074a964a21ac27d92425ea9e64873433799217d0113f4ff248fc60f22b2a047992df509ce349e1d342e14999496b9a27556d955c3da97ee841f6a46eadc6574f9a2438c86992a8a2eb49b3564bb9276d75d5273ce966287af4a4b3a83ee1c9501ee73143571ce40c4314b879328cc2d3674ca2c2862763d139ba94a92c62224b59852b9e2c8d5509f46499a3f9de932d95524a4fb662da61f1646fa3229c27fb4efcc51c65d50fe0c97904072657227cec5cfbf5da0d4fee388a143c7986e0a5e5d9b65597f2778ad0a50293b48a7a0a9c5112eb29584e1998a7e04255903c0557a8f6e829785b6dbb9e820fd5f4e229d4013f58e827d263d1ec08dfa24fd4c1ee29fa4261baa7582cfcae627590738a9991574b2651c391a7a45ffdbe9e9267d40fe0290dcce429bd014f5fe6201272d912a88f65d7e817b97acabe445228fb456dce9ef2795556f6949fad2cd353b18e723e4fc57f78fa4a335579f054ba8ec457b980aa519ecacb55e2f154c9a68a9ba74a4345a29e2a5d91a3ab5c571ae8a9f24cd99ca75a7335a179aa754766aab1441be39e1a2eed657a6a5655f3a5a7563994f25aeb95ba796a59d554e5a9b553c5084f9d724ae73d756ae1d7d75baea2b8a7de03a5489efa45b595e569304d41a0a7c176859d9e0637f1eb1b7cd1d11d4fa39bcaa43d8d6be9451f9ec6569cc7262dd532ed693a1805ace93b0479b38bc898cd6b289bf334ffa1662f4f644e15233c91b8e9d813e903366991b1862eb56a83b3ddaa87ca329e56e35441f2b49a8512d0ea318e7babd7da33f4b4faaa3d0a4feb7aca613c6deaea6d5c9e368b5596f1b4598d8d6ef351352b4fdb17f88b6dffea60aea7dd1815953ced6e2159756cfe004b5794fc783af500f4e934b9842e7576e8a083a76b0f9dc0f1747d01aed0ad9d3abb3cdd0ea06476ef8ccfd8bd97b2394ff7cfc8003d12e91c98a7c76ca08e1e06a5ba9e1e37510c7bbcd0f14a4f8fdf2a517b7a8573e852efb1ea4af9df129ebe4f3595ce3d7dce687bd3d3e722384cdf4eda90f0f4dd0fecdbaf196067bf79aae87afa3955f6f30c4884f23bc004fe38603fe27ea00f307dd02c1d17f40cfaae83939ec1cd914d86740210191202c11b822fe2f10c4da17cdb33b43890e8d049401d43031e2c7d5457b067d850e4c26123d406e119b64c2d289ee107547bf48caca6ad78cf488b2a359e516d503b46c741fe1a5d00b576743b2085319554f6f38c0969abd433b623a0f558dc81e019375d67c13de3c7a910e4197f5b3d0f9e092b9001266c472e9c58001c796229b0cc4919f1192705b05f93f622334d8ed4b69867f24a9480c9aff18353f6a1fc4e3903003e2d379e7e1a9c379ee9538057a7cf063699ee43ce99514fdbc19e192b9101661604969b391ef97ee674554e3d3357418399d517306ad605e4afb95df0bfe665c143cc6b849336ff2492e8fc2bc885f37fea376b7b16a4015258b005306ac15fbd1fc0b33096dee0e059181f1f7b21aeccf42cfc4ffbb59e8536c4c4a280aab09e45077186167d4655585a073bb1b49d0aa09ea59bb43de0898aa36d0b4fd4c66958fa8b885e964cef30f62caba1cd0dcfb2f978b5cbb6237c971706df5e3e0a397af928edf379964fc0795c3e0b6f7bf9791cd1154ee8392bf30334af9c00e16ca54dbdb09e558581f8565546e55b5d072573f54300b735f1d45be059731ebadcda64dae9f7acb5eb6cb367ed0d2881ebe28322ad4ba36655cfbad22860ebba412e5a6f021a5a7f0c4974fd7d7cc6f5cf90ac36245723ba67432afcae8d7e7ca04d71812736a5525f87675331b0a64dfd401f36cd54bfaf67d32d6cf4e6a23affe8d9920522ef965648565b26a18a6e2da38e20cff6f2203fd1e37090a357aa77d813bd1bb426fa0cc237fa99de3aea89c6a4b1c730165168c0a56d1e631a6d3ffd6f09afd6882fa9f1986a3cc09233024b6ee41c4b7e400c4b0decbdc576004b3bf0d2aca591e5ace5d4e1e2b176c667b4df46fe72f4c4ab75ac4536713cc2b1722601df76b6d7011f8f73854e48789ccfb5e1e571bec14176e503f675d5d766a3c79d10b5c39d47cdbd1ecf7d10036fa6ad586aa403d61eff69d4da400ad4b480150c3ff034529782112019c11a781dc15d7a839627f85d1baa9ed029fd02634fb8ba0ea379c237501f7754545fad67674a3ceace1648693bc7230076ee8530bbab16fed7ae259082776dc34eecfa840fb43b9efac93dbbdb4312dbfd59c7343c7bdb41b3dabb4e5ba59ebd1b75eed7b3efa9f6ca3dfb7374d7a5030350450f4c43441f380c3677f08a5eaae5395447dd0c9ec30b80010e07d0593c7c4427243c47b221331de9a06e19cfd106c013470f40a13c7a1e74ebd82a082ec753e1218ecf47013bfe15a5e94403c0ce938d7582d0737236d4bb93517a038de7546d54d1537bf0814e4f44ea383d13eff1f4659480d3af5187ce9c833a7ce62152c7d9946a8df19c4dafd7957ace9e876e72ae2d0edfb94d889c7356f0c773f0b879ce7b2e60e930c0fc8564283a17ea400abeb0066fe8c25e088d170e21595d4c868a7cb126cee3a5aec0e49737425fbdbc0bf175f92484c6cb97f52a29cf95aad0dcaf1c504f8de75a19bdf3c673ad0542ee5a6b909f6bbbf019af270089bd115b67fa3d37e2a0437c333de0cacde70022b772200a6ffda7b7c6786e6d843878cb89aeeeadafc000b767832cdefe045870fb1b7a3a77b7abffde73f7259efe5e07a851f7ba813fdedb0f45f7fe6d88830fe641c77cb00cc9fd6141e4e887d1809d8ff005089e4746d4b4c75d914d9e9447297fb208cad693bba8c84ff722e73cbd8be3fe2c068efbb33900942f4ec1a7f0d20925f0d57854d1d77500b65efbf11edf64c5eb78530459ee6d0442eedd5020d177b3748acdf3ce06a1f17d4a9825debf8010f4fe1dba0f1f5622c83f3eaba14b9f7aa2507cea8d33f439918e617b3eaff660691fb2ef97f520fd5f2fe3037ddf0239f2fb4fd4c71fcde007f871171bfd33314ec7cf7e90f47fee01c3ffd511a2e59fdd40437f13a369fc6f11fa69ff360189fe33836ffffbaa15c61ba3b8869c37c610cd4cde18169565bc31bc5aa4bd11f995237b23866b61f5c62caf70d81bf390c68437560cd5d2bcb1c7e91bf2c629a1b5c31be7b44a16de38bfd513e88d5b4873a137ee0395f4bdf1f2aad1ce1b2f9f6a69def8793556bdf1abe851f0c65fa474cb1b7fa56adbdef876bd93c49ba0a846a137814d15246fc2a2dadcf026dcac47c19ba8a27a7dbc89a6e36327f2230092145718e54d324545126fd2b96a54f1267dab5cd49bacb026516fb23d08a6e4f54b60a9b57e218937f90f4d8fde14f3b1aba99674d7a5d4132275290d465bbd692aa93aec4db353db03deb4d311ab694fa802febf25cd72def4b5b113e9576969f2a67fa3a2a537436c4530de0cfdd554e5cd5850af3ef5668cd464e5cd185069d39b29a65eeae0cd540d2197a98fda7fbc99fa2b93f6667aab28cd9b39b56a7cdecc932f6069a90eb679b394551dc09b155fd6e1cd3a0e872feb5cf5ae78b306559ff0667b8593963dbe1ab4bcd9932026b2bfc349cb915015246f8e281dd3f0e62ca2c8dd9b13176a78738dd22aeacd9d065b98bb363627f754259ede3cf790eff34ec343e4fb848f5d303982bc2088bab710c4676f61236a47e11dc374a9c81a6d35788bc64106289a55098bb76811859ddea27eb5c6788b8fd42aea2d1e9543974af65638ec2db9495993b7a44fed06de922125eade926ff57ba4bc257f2ab9f6961a82bf58caa3ce086fa94f4ae7bda573e82dc0ded2dbd45de42d7d4b4999b76c9e0758baae0d556fb99e0a4ebde576e00395f7ab7fc25b21a1b666bc151f226356ea844251692b979eea70bbb7d25f8449e5740a87bd956b22b95759af6e066f9543286055bb002055dba172a4b7da2e0479f5d6da17f5569fa68d4b6f8d264a6bbc35060216d48cc0dbaeb9509b8dde5a561d20f3d62ea9d6516f9de60774a95e1555b6bcf59aa2e8d49b85b8afb75b1998b77e6575d67bebef4590d73f0194d620193e508305f88b0dcba92bd8db682cea50a35780648d932a3df5365ea266426fd3a4889ca61750d39a3e5582e76d76066828329672516fe42afc60e4236dcd785b1cd6d68cb7655b55f9bd2da1a5795b4dd751736feb44803ead7fa004b49b8e2d6cf70301d0be3c0a6b8762da6af076588428ec180f65ae637c6dba783b26572bb7b763672565de8ed300c03b0d00a0ec344c89bab7d3596560de4e7fd4aceaed5c4e99a1b7b30539a74b1555dcbc5da681b0742dabc2acb75b7a909feebdf1833d9aa16ef74e81d4d1bba50affdeded380607a7fc4b1eab319a0b92f2e3df2f61daaad2c6fdf35a88f7dd7ebf09eb7ef5194937e27d47eeded3f43251e6fff6deaa1f4f6f7a2b00e68ab362eef7f1df083ff4d9886a59fe0a243e2835b0dd9ae575d7b87e20e50efd05fc84cc3e3e8f48077785b55b6bcc3c720fb0e5f055c387c2b8efbc8d6788f23032ab8784775410618f50b5b38babdca0cded117f06a473f44da1edb54d53bef583f8ae1f822aab879c7f755fdcb3b31b6b68cbc935203a64feac5a5856a57f74e1ea4ad2cefe4ad6a39f44e49ac0607ef141770e1f496eaaaf34e9f05f030a32f38f28cc1788f338b019cce7c84fa38f3959a12bcb31a2121cfda8e37347b2e8aceec45c89873d662a3e75c50cdca3bf7a00e287ae7bd02dd9a5f4b2544efc2e5ea2ff42e3c8242b168036aede2d840b58b1b6fc552570f96b680b02cdeabed3aefe20b1fb0f45a2f0df12e29037aba64a9fae5bc4b2c2ab07b975cc10f2e5d84b3bd348c93b6f414e05d545ea0c7a861788f51db91a39735058e5ef65387b5bdcb4fa09cac6ca35d37efaa733856ab0b8351ac7d81dab16e19aae8badbe08feba7a2046cc802c56d434d6d8b79370cd3e12aefc6a5905236ae464c6c7c81f2bb2906c8cfa6a2d00136a7d59e8e77730e9dd6f76e2e09d0bcf9a10e917bb74cd14b27bd5b82dad3f16ecd0688b1f518949a6d112827db6222af1a8aa1f219bee9048ed73811afd694591d1b5e7327ed0578cd93d4cfe4357b7450cb6b3e0cec6bfe83d761b9a883805e6b156843b649e030b6b738a2f67d6a70f03a722275384b681bd1eb2c8347752e0100772e532f99d795100fe14a0d88e1ea888770e30653af7b92b62dbceeb9d001dc0ff0b63dfdb0ab9e10c083b7065893d7a3ee5baf170d09af2f965a17bcbef5da64f7fa7620a2fd97b01381b8282781f26abcf00626426608ecd316ae3754138119daa45f0fe20d5788d2a51d27a14fecb887c2bab334d0f6aedcda0ef6ee1a0aaeb0bb985eddecddbd17987cf725e4c23d638160f65c02f4d95b1ca46caf1dbd93bd0e54987d6590b6f7c7c2ffdabf1bd5ea401960df03b54a60a9b1ba3fbc0736a86fc87bb01fb48e83e721921cea80c839341c98fc706b9d20f41eee87ea7e6410b0dcd1bfc885c74c2801c76e22931fb7e00d9d8097cc7b621f0edfc9446a7cf59e3442ac3f856147efe90c17b074bdbb2e9d49837c7f3606d4bb73f574a0d37bae997a31bce70ee8451fdef32db085e70fe82564def3df713a2ec4007db8101b62c48583e8b05c9ca5a315de8b5b90442f1a21f15cbc8590bbf433852e5dde8cfc75a506e4b52b2d74c8d77bc5a9178779af76c5165e6b83f0bdde50ad31deeb93c0dd6f560061b9e946e5bbfd0d1b7daf2518d8bdcef8c17b1b9173eeaf504388f7417ae0fb07fbf1f40f0e0fc3d209ecea432b12f2e3b808cc27c9f0819ee4070678325b9dbcde274bd07d78b202fdb4271eb4b29e1c8340f5e48adea1e77d5a0290ff6975286e4f4fa0943fcb0dcef76c86ded8e37d765b2708bdcf334240786e04a879d148af58f0be188d42f1c20c1df3653d7cec97b3b1d1af62a09cbc1a82ccf46a1caac2ab85000faf274107787d43bf68c0fbf6b2fabfbcef6343aa7b9f0b90ec431924ab0f3eeceac755a0481f1fa933d5fbc9a4d7827a3fdd42607ece8853fb3912e0e1b31738fa4b56c4fd97ba60145f562098beb820507d1dfe004b57a0217fab88bff83d35f6ebc7701d9cf4fe4c8db6d8cf8a603a3feb0203fc2e8b5fffdb0196f9a7a8ce657aff5c0345faf312afe36f63c8a4ffa6e36cffdba203e9be182d1576fa224aab96e68b594bcb9c2f661715eb7db1da28f9f1c5eaac1762fb62f5d557eb8be5562f862f762cadc8bed869b4f2f9626751a0eb8b5d54d5025f9cfe9adc7d7126e819f2c559a3a9c317e7a6dab87c713b6b12f5c5bdad99dc172f9b62135fbc7e7a907df1566969f2c5dba9a6045ffc94d8e8f8c375d4c99760bb36e27c09313de04bd84aa9882f517e3538f812adc4c74eb44e3bfdbec4a53563fa1237573ce14bdc5f7bacbec423f186124fd256a92f4962e58fbea485b0d149dba8eae34b5606bb9aac9176e77dc99ba979dc97229136c67d2972285ef5a598a3c5d097b28fda047da93aa8bdcc97aaabda2a7da946ebb5ffbe5437d4bbe24bf552154a5feac49a147ca97b2ab2f2a55ea175c897a6b03afe7d69a0e8fad274c55f4cf39f12035f9a411f74296d7235daf9d28ec71b4a77187b9f7ea6d6475ffaa588e8f43ff13a3218541af06578a733d7be4cf1ba63a9be4e79fb3275d026a82f735df562f8322f54c4e7cbfc0b272d4b7c557d7c598a20c164b9a5529d2f6b3a0f96f0ed82beac759422f9b26d531dc097bd84aa9dbeec655453f065ef868dce3e5c0bab2ffb31a594be9c6bb5d6fa72e55686efcbdd0d61927b864aaebe3c5dd4c5e3cbdb5f857f5fbe145c4aa7cd465fbede0adc7cf90ee251f377c5aee63f8c235a709acefcf80a7ed6ee96af5036e4e842a75530f6159ea24d045f9104387c453aa974ee2bd25567167d45faa96ee22bb25e07f87d45ef226316abae06795f318c30f88a175182e72b5e46adb6bee287b1f7c57f20e7945884aa50e2df345d2a995c71a1af64579da5f4951caaa0d957f211525ac9a7c8f7a522f01e4be5d2e6acaf54391d9af095aa82a72f5d4d2f59f1956ea6de615fe9eb8a907da51f682fc0572616ca49993540696502c8136523b0136563e233962da09a82afec206501beb261edbbfbcac55182e72b3f11afa34245809a0aefb589e0ab980dd9a4626bd5317d159fe2d7577c83a450a9153240a5c1da6cf455c69da9becaf9901e2b97d2ae9baf6a5960936a36355ef8aa3dd3a68bafda5b158c7dd53100ebabde433d5bbeeae7f522065f8d14c89835d22bb7f2d5f06843d557e388ea98be5acb81b66b3910f7b53e01ded5fa8df4581b5fe2e6abbd45098baf7608e5b7f66b7580faea58558df2d54dae3ccd5737bfbad77c750baacaefabdb18bb5ab7078841dd4188c27a49b4b1e4abd71f87afde0754befa45c19aea97ab81a52eaa4ff81ad655beed6b9c09e1db7806605493e46a25f235e9a9560f5fd31240434d3f2247377fa2dd2d5f645115367c91eb55d0f345be07916a914ba5275f8be538b52d0cda1ff2b508e1075b66535eeb6bb9489ba0be9667b1392dff7874a9d54625eabe565640eb563e15d87d6dfae1b9da8cc0ab6de3575395af6d7a156f7c6d97a1a6b5dd07aadbf684ea00beb6ff10e4ed5a44e852fbbf6aa2f575688394d66192da0d7c1d5fa94bccd7a905f244a72800dd4ebf01613b2751afa2afb35f7d30be2e859027ba9cd3cb4c7c5daee003754da12d365fd734dafaf37583f3d9d72db95eeee8ebb60ce7b1db3de09ceebdf15cddd723af76871bded7232e3e768fc43a81e3ebb5489d5dbe5ebb548ff6f59e897cdf7bdf562c9dd40e8baf6f422cf54b8382dfff18426e401ce0d5019b003b070451ddffaba93319beff6a83a7fd7712907f602d64a6811d400307ae05841de480a834e81c12cca01b80d6430b82230fed0e8a34140e63dff0c5e0db231a41b21831068ac888eb8077235e812b8c4ca1e2a06f644b55d37d239dd0bf46ad57a7926ff46855027da39f01298cc984ea3e26ab8e14f9c634c3738d69a97399be31dbd495e21bdb5c8d76beb133d4f4e21b5f0e7b3ffea1dee7ee9bd05b6d10be0983b013139ea2764cca05b8327932b2c9d423c000d3dca8b5d3bc2a8afba6ed824c3a3da38eb5f8a6e744b59a9e0be871fa657551fb66e00a22df8c413a87ef9b71050766661b84efccf1481d3317832bcc2a0b843cbb0058c0ecde8064b377ab32ef9bfd040130a71be8e9dcae2899733fa15acdeb820c30cf08e16cbe5dbd2bbef9c7f0100b0a039c2ee80438bce038367a510288838bb2e88dc2be457f517e17a786a6b0b83750c7e2a33a9ee45b7c1ea0664919bced2507b5fbf0bf2528a74bae832c2eb9895abbe42f92e8d2283c44547b48e7cb5203332d6b82a2b3ac1f34d165b381dc971dc5e9587e45bba7be95c3f06a571ab4a7e35bb50be1bb3a0f2af2eabb2078eb8aa80dd5b7ae0e32c03a2aa7eb1f4026dd30006ad486257a0fa56fc332b554f83616c7ae6e2c0d0eb371b68eeffa36bed76ea06f532f809acdf5d536e2dbdc14d57df3687533f836dfc1e1db52046c6e8b134761cb77edc4fab60e8352b3ad3472f4b646f88bdbc6414ad99e042f6dfb1e00f0e8262886d1adf516739fa11932a6a11540b3f115846cd312d40e93179298e91422c7fc0db5d6b215c5d0f2e0802e5923a1ded952200a6d5923b1543e0a4bad51326d97f06aed91c0d18ec350159d2dd044703e04c470be01107125017777e503df768dce812517128ceb9b7eeba1cf7d02ea9dfb196094a72614374f533c84a71bfa699e9eeadbf67963e897a6fbbcbf71907d5950877c2d2147fa9ea0ccf9bea334f953e303052aa2fc06ea03cb05c6a961d217b8a33e185fe0315e6d28358a7428cf055d0a17538f9b6f470f9d7ff4ed2c0e2cb7ab0b9e6bd72535e3f87637c171dfb30c85626f26088d7b376ba7dfb7d78d5fbf3f8bfa0b7d07c7a82bc57710976bfb0e25d7fb147c87a6402439740465ee6894fab67d47f7a08173742f60c1d17de0b5c76a437a3abe16c9ea7810bfebf82ee84c27cae0039db0a9a1cd77b233a8eec931a03527f7a0e57dea0e7a73a77e22179e26be3f531238facc421cd1333f81c9cffcc5db3e9b4d6fa9f09d6d0049ff6c5775b9face1e43f63d5716117dde8b6278a10b30c0855d3869178b23335dac044079290d50dae5fcd0bf2ef33d5eae8fa7bfec44dc5fa98fbec2d5c2906faf5683987a753d1ef55a0b20d1ebc7c0616e2c4312bd714ac7807c3713c3ba70d3c2ff751615f9e67d14c35b1300316e47408ebc9d0ea7f64e0e1cab3b1dd128b9db0ee0e1ee02d4b4bb0f74ced077f70558e6bd193a42eabb770169e87e5a10bcfbe3c0c01e56819be161d30758daa09e66df43f8317d8f7017a2ef71169d46f43d9e0ee8f3d881bd7fecd29b4b7c4f5642b37a7a0567e8d92c3cfdb333a843cf5340e279de1deff1795fb4705fec451a7ad91e40e4a51710f65556c0f4579370145e1dd66f61f0bdba84e4feea0378edebaa60e56f3643b278f305eda7b72650f07791f85def1e6373ded70172ffd00cd5ea534dc4d7a711ea4df77d5a08baf5b927248bcf8b910b3f5fc041fe72098ffaad9a0e3bfabe7d0093febe01baef8f8f38693fdfe85c80efe76f3585fa7e1741d3e5f74e182ffe1810007f8ea2e3f9e71a9a8d7ffe62efff6ec673fddd8e9df8bb4fef2ef2fdbd86faf8cfaa6aa73fc638cd5ffe88ceda0bf047dcd28fed8f595acb893f66a41e057fac56cae6fcb1332803f3c72ea81fdb1f7b2b7e579ca16a44f7c759a59732fbe36cd386973f6e631d4ef0c75da3f7def9e37ed3f6b93f5e6d451dfef8b5149cfae3afd6f7e88f7f490fb23f6153d590fd09afe8e51cfe4469953ef813cd5507a83fd102e5dbfe2403b56efb93fc5548e64fba5a738e3f593bedc3fc6fc983a5d38a01fcc9833a99ed4f314863d59f6a99ca6bfe54416599fe5457b539eb4ff55165657feac2daddf2a79eae836dfed4e7f05c6962aa9aee4f734845257fda385ad3fc69fba971cc9f16df4ded4f771cbb9aeebcb670fde98b2957f0a77fac6cce9f219902707f86e96abef46758a985d59fe18542327f861fdae7f3677ca28cd59fc9a37e397fe6cd480a591622a2b316d3afe1f0671daf88cf9fd57b4197b2d5c711cdb14855327fce584ad4fd39bb29aaf5e7f42ab2f2e7dca518d39f6b8b160a7fae9d2a93fa736f5004e3cf33464b803fdf671da7f7e7dfa5d5dd9fff97563e7f813cca3bfc05fa6b45f61718a8dcca5fe0b11a2ffc054f214717bcaf08d95ff0a12a94fec2d391608ad457e9c95f649db6d8fc45e32beaf0171d881f2cba50c9a2bfd84535e3f88be326347ff11c2a77fb8b77501ae82fde5f15377ff1bb582a314eaf0cf0974c82da51329bdaaffd256ba19c94ecad04cf5feab4caf0fed229d4e7ee2f5d4e55327fe901c3b07451b55a7fe9cb0a87fda57f6827d65f26af8e73f9cb7e47692ab75d1bd0fef213b55feb2f3f57557e7ff92f8a60fc153a2a4af3571882d254c119a54b155baa12e8afb84bddddfe8a8771602a0f50f2e3af3c4795407fe567d8d52a85f0bbaa0cc2ffaa5aa206967886aa8fd7f6b9bf5622fcae5aa574c4cf5fab6d775daa9d1bd0a7762f0440edf9c839b5ad2afcfb6b5fc3b1aafd1707a64e3315fefd758e2a9bf3d7798e245a77310e72dd2bca0cfd756fa80cefaf3741551f7fbd83d8e8063d90991a2cd6712e7f437cc1acbfe12b5544fc8de22b1cf6373296c0d25b2578fec6171493fb9b34454a6bb24c39b2bfc97295bbfd4dab209b44d656b5c01fd913272d723b0052a41f2117791928ad451c609316293dbad432168e68cb6a3afce26fd94ddbc1fe9653d4e2e46fe9d36f21f5b7298342d1b69c5e4be56fbb12afa3ed657592f8dbd9d4eee96f9f1238a77d7915bbfc1dca6993cadf310210a3e36cbca18e66ed10fb3bdad543e9efd44095667f974c40695d4e206d779ba82cd3df6d81ca91feeee7d4ebe3ef314c850d7f8fc3fac51ffe9ef5d55be0eff95cd9afbf5771bcc75ed501447af5464aeb3d04b5a3f709d5c9fd7d460088f4f9a4c61e7fdff2dadef4f7bd863ad46f07d0d0807460ac0386abd5c3ffdf772485815355e2f10f9c859436a8927264ffe01caa75f88718f010433c2a50f9875c05681e960a276dd858a0c7610b50b7877dc3af1fbe556d49fe111bd583e41f711dec64c40d64df9169011e46ce053b1935076f68cc1204d3980dc8d163d3432d18db497b60fe71177416dc3f7e1292c2f8ad6ad1f48fdfaf5719f8271cd2eebc7f623bd4b44977d5f8ea9f7c54bf69c23fa53ee0ca94a6da6cf44fc1a50efea956a4da69a7f010d3e722634edf0aa4303da0ad2cff8cf4eab2f0cfaaa85359fed937703ae67cc34b9b9b0470656e55a4da79a5b443ec9f37510d93fe79661d3df4cf2f825a3b7f947a15fdf34d11bab46016d0d0c2a47a49947f617124ab857fb1d18bb269d7cdbfa82658f9e28151bab4f4a2f67efd51799001a2468094454d52739c7f596d00a4e5918005cb27e23dae18ae0d09ff8ae548562b1e4562e90bead0ca38eabdf3af6c06b968a559e55bffaa5c88d55575f0f4ab9a02f1ad39a17d64ffdacd604deb5a01ccafdb890fb47e0088fafa35ea0af66f18a0b65dff865188fb0d0e6d2cf937fc5521dbbff1af7a61fd9bd2e8b4987f532654f74d23910b37b78554b7f9bc361bfd5b9220b96f99af7e4cff964560605b1781e96c5d036eb5ad1474a66dbd21596cb3822b6cefaa9e1aff7637b8a8c188bc6a9c0ca6638a0b01d4940208c69c1fcf652ec2a5726a2ff35b3ae377596b41f6b32d425eb55d00e2b397856a6daf8b2077f4d46eb3df315e9bb37ec7240024b753dd0c7e7718d0dafd0ad9d7131fd0dad30d79c2331e25c0334d1bbd7ecf1128819eb3487c5e332457ff36243eff0eb51bf843bd51ad42ffa0cb857ba094878fe2b9766cd7db46fc3b7e02c1ec8c079eb63323c0c34e2fb0efae63f88cbb2f412fdc531e79620fbe7dc4bfe73ba4a7bd8df1f47b873ed0a57db827d0bf6f3affd71c3cd7fe5d80e90746803f1eb8ab83ccfe8371209c1d5c847c7f780b7a14476a6adfdd7fe43fd4eda32dd56fe23fda153af9d11ee82b1c3581101f4bacb611fff19a8064c789578f6f00bc3b5112dd9a13f551874e5cd6c96cff8987c8f7277bebb5a0fe5309d0c938b504f8fe74369cc7d3fd7496d27fe6069a1b671e03a69f1d8d5f7f165fa0e73f7b0227ed5c2ba818e75c68c49ddb058e7cee3954fef3135002ce4783065e188f32776116e0ddc5b6c8e417176bdfdd7f710d3a069716aaa5c27fe92bc0fca5ef481d976380955fae84f378d98f427125bdde39e8bf5212a7f6ca4780adabb5a0595deba97d64ff8dcaf88b3776685bdf7f639fbaeafc378ea1f2dd9c0dcdfde66ac80c37dfa16edfea8336cfadfb90526e3f45f8de790a2ded6e6770be7b9b1100f767e23cdedfa00607fffdc7c013f79fa3183ed85142971eb6411a7a38529d5dfe874fa0c23e4a79004ba9516b1f8dc5b17a9c594dedfea798b8f43fed058cf9f4089efe59fd485d7afe506f72f4bf980524fa322334be973d00155ffe41b57abd1b68fbf50344ce9b5a7a6784ff0dbea1d3ffe61a8ee8bbac58fa3012f9ebc3543571f83fc68658ff31318af4c720a4bacf4fd10cfafc334a97bee4c0c7fef206bcf6db5ac4c4b75d9065be3dfba04bdf8701df7fffa61e5dffcf1310c57f2d4142febd1e2ce0cf10f402fe2cc4e1fb9b0a0dafbf95004eff9ec681f97b0711fd6f2c30f93f1334857ff7b5531688b1481d41811847f4aaeb404402ad0a818862da180f442c51e92910f157536d2066416da7046216c352ac04da6d0ec4cea7303d10a7bace5c07e2bc566415881bd6b41d88fb58494620fe550d9340fcd70a440209fe2a3108246ca8bc2390e885da2002892b68e72790b8a262a640e20e1abe81240bf52007922c51d53a90c4a5a328812427150e07927cd38b5102495368900792f65077512069488b6120e91d444ed2a72a050792bf54812a90a2345e478a5dca610229e3ab472490720effd70a6d4804527e514c1e48d50fc1946a90768803a94ee26da77aa5527020f53acdbe81d42e95bb036996a8d81548574ebb6e81749bf0bbd23d521a18489f5b9355207d4f6c4e06a34e350432a6c24e64cca3a374818c2db4e00732ffa7626a20b35df144204b1c7ca02ca922b01456212890b58636cf02599f6327b2e7c74bcb5e0b719fddaf5eb240f61d0a0b02d9cfaa4219c8d957315320e70a4556815c7b6be8526e7c2b7020f7370581813cf155120be429aae260204f73554402799be8b5b381bcc795ce07f225c3e6e4bba9926b207f2165e581fc9d958a04f2e3dbf202057a2b12fddf92829a4081c93af5172870527d43818287f52baf02052fea55068182ef9518040a9557a6132854530d348142bb55980d1429ab08265034159255d19a7a3743a0d878e57c81e2d1aa9b04caa4450928f3411958a06c53f55006cab641312c971329ad5c038505817236d4da7217f1f4e557a8021ea8b0567d7c818a63b0f715dfa84a16a894425bde814a85958a042afdd0b1a940e5492adf06aad443aaadb21a67a86a7a853e81aa2e7cecaaaf9027aacd55ae10a8365f07ee02d571e36ba05684ded41ea89557a5f340ed124a9b03b5f10d18813aa9b47119a8530c39a74e6d9d9c0dd42da6970c07ea9651cd3d50afb74a3c817a66bca17afe0bba54df8e5dad7f4a65ac40fd0b8005f5efab3614683857b942a0f159e0afc66f90149a24424d6b925f2d0281269e485d6a1aa1c433d0b4acba5c034dd72b420e34fda8ed9440b37014968e2b8709340f698b2dd0fc12125f64ba1c58eaacd266a0c56404408b685590022d53a022b7326ac32bd01a375607da344000b43980fd6a3b0918b35d534474bbe5a8eeedb6e263b7f3ebf7ba053aa4c14beb9841659940c7f6388f9d9a28050f742ea59c2fd0b9198048e74e38ee9d8d4a9b039d5faa1723d0e5945e1215e83a49e969a0472c60931ec7d4141ae85512b8b0f74a957802bd31db1ce8530a08a6cf446d1006fa0d4596eb5f43c5d440ff8d287303d22a510f0c98a3dee1c08028148a81e991b6070e01e41f381bf97e503625c48141d7b49515189a12f1357405b8e8d00d00cdc386a1e80cbbe0d1a5e119f186862fd72b0d03c3bfa9321f18710b197324be9d3e306a2496462f42f91d130baf634c03fcfa31f6085d1a9b48c7a60263d3005a8fed8bfd1a7b4595f9c0b8792899e3636bf32c30beb1eaf781f1bd510226f453bf5c60c24680878989ba6369ac7ac90213ff02de4dca04e239a984aae98149ed40e72799b40b1e98dc027f71724760b92993c187a62c1ca64bd356a96e1298fe4af59cc08cf4f8c1996e64a699cf1100335fe1b9661d41d1995b0ffac4dcc94856f38eabaa1898f70148617e96ad582aaa433981f92bf1bbe66f513135b0202e0afe821a28f80b1a01e72c388e37b4b0a62aa78185fdd44c18588481f4c0a235ea840b2c4ea46dc4c0e2f1da3e0f2c7ea99ee6c09234eae40d2c7908921115171f28aa8df69a02518755a10cac8889c859590beaca4a3feae3ca9ba094abb242ff5af50cc1b47a1c32f99a69c8ab6b70ff5760cd3e1cd135575028d6dc05f9599b4a676203eb5683e96c180d2168e3386d940436a543006cca8390db144412dd6c528b6660f327b51c06b624c4466fa981c4b715def4c0d6f6c0e45b4fe10d6df322af6e8f85fd8a3e83226d1c01ce675c81d4611a8cec6b9a05726d2ea783470173f8802e594ee1f059deaa6132609d8dc367abaac68b80ad36de906d097e973d1b988edda0776c04ec87749632e048a0f750061c592176390781cdb9aa40c5707d4044bb436a440f78fae9b84dc0331be28de73a8ebbd7a7edf380f701129f6f35f0bdef17886760213253c0a71d9640e89076f002e1a92814e1dd88d51dadb56d11d8b11a1973c70d3cd7ce8a38b5bb3a40a9d93551adb6815d8b3d58ba02f0b0bb06a8db9e2e08803ddd40c1f71686f4b4770a00d2be9c6a420bec9b8920df1f5bfd7281fdd92004ed1f04e2b9ffa7cef3050ea480fc71202dc2e4c00875cb040eb6538343e0e00e40c5438341030f67407d3cdc0e89eff019740c8e94045238e206473e3a049afbd119ea1b0a1c5d84f03d1a854ec6b18a90238faf528f5be0f84135bd044e64c3113df11001703221c4d493a7a10e9f3aa7b3ba81533fd53510381d1781793abedea71038c3a370b6baba1003671ba0229fb7e3635fc88dbec285db50152f7c4561bd5825124bd5b4bd19b8f81ffee2c5113974e9d24becfd65b7de7811b8fc09bcf66a6c75c307ae4d864872ed260aebf5bc788fd7fbeb2c78e0fa3994cceb5fd46715b8fe4b270803373c90656e2644b5ba5916a9e36647fd92adc0cd9d1fb0b41f1ffb5637a48edbd3f183b7d781b1de898b3474a7366ac7ddd888c2bbf90115ef55c7efba3715b5f64149609387cfd41f1d78541ae8f1515b44cea3136a680b3cee01def178af76ae034f87a1cc3d9d0154fb7419aad5d333105c9e5e47997b56020ff1ec20b2dcb37f3a7017789e0062fd732bdef6f3cb8018cf7f20c1bc688342f1c28e97f6c201aafbe22c24c4d7d5019a5f4f577f4ee0f55ad0d3d7c72163bde90836f76684fa73026ffbe220bf1b08d8f96e2c549ff7b991863efc81d6f1310e3ef6c7aad07d3fb6555f5ae0e344687c1f0f20337d3c06c8fff135e8c3e76ce07c9f7b413affd2093ff865364af9d74de8067e8bfb4097be1747147e6f8a5fffa30f14911f26b0df1f1711723f6e4073ff9911cad6cf62507d7e8e448ff5e74248293fbfe228fcfc8e36f5af046ae40cfc9a0534f4eb312c02bf30861df83d5fbfc13af07b9f1a4c8331eeeb707b30c64fadc8c18882dd75296672c526c158cf95e9046357d68d0ec61eaf01108c3d5b279682b19fab581f8c5b42536d306e79556183f1c669473d182fa8ef3118bf972a48c1042915af0613d8142a0613b8b4cc05131c56af7530c157cd39c18441151082897aabad3298b8aedef4124cdc44a5f3609278ca6b83491aaaf81c4c72431bf6c124f7f11e9376d53c114c3a4a1d54c1e45b3cba94c2a00daf60ca2b7a3a82293f6b8209a60ae95d16c1d405a7e9529a69f8c13433b505124c7341f5fb609a4f8a448369ab6abf23987628ffd747859dc174756a60e98d96cc60fa1ada3e0fa6afaf692898a19436a98219d669ad0d6678829dc8385415a460c61188fb8cbbf08132b5d2cc14cc74446d10c1ccf19101327f51121bccb246ab42306b6e85d6c1ac53d4e51accba495b20c16c116adc0f669b8987c89e43f58960f6e388c29cd5b5f20573eed72a1acc7955db75c15c71916072b5d22fa00ae61a8bcf98cba23352c1dca57014f294c1abcdd344095e306fbc485dca9f4905d060fe315ac082f90fe13de63fa9926b30ff75edbb070b74d30a132cd00fc154301d36a7606e9df00a16ecaf803258f0287e57a11288c242fd91270a45ab51255864b6c2826091e55a5883459febbc68b0d865edc4064b9ed54e7fb0546265e5c1528bb185a530c3122c3d0067bb4c011d210d96a9a18da560d9842a7707cb76d5e66cb0ecc8ad580aa85a102c57460165b05c5dd4ed72cb5132cbf99144cb574496ab5030024b73b4271dac98043f58b1316a5aa5612a50052b8d7ba04b95ffe20355e98ca450a5af0ab3c12affa940f5bf2595d78255ee21e754b9afaa4fb06a7fe556c1aa33d59e11ac7a0639ba5a403179b0da03fcaeead5b1f7356ee03cd6ecacdebb60cd978a1e83b517a0e8d4894030d5ada94c2758b736de63ddbf6ac80dd64ba47dbe60bd59ea970bd63b0e78d720b1aad6c106fd80271adc47756f98403d35c18679750820d830a85eeb60c3036a4a08364aa30de860a3b58ab6838dd7e0633749aa3430d824ad5af2834dabe17f35cba4524ab0d95dedce079b1757e12cd8bc8dde3f116cde0905bff969a08e161354390db658061cdd3242558c60cb6d7a9541b0d568554e83addeaa94126c5d52a59460eb96c8abad77aa6b33d816773e07dbb551e93cd8dea2c3b4c1f61791143a40550c76c8ac5c34d8a198929f6087c108cc0edbb46514ec980c14a9530e5485cea511f79dc340b55d66a89528d8258cb8eff2048ca26b79350905bb06f03aba9ed7cb5f82ddb6a96411ec5e0b45ba7b7fd5b6833d721fc05265ec7d8fc7e056bda6a0e0f7daac2a59b0d70ee4afdec581c97b8f55af4fb0f738154083bd990b7bbf4744f7fea78690609fd6a0487d1c3a1914ec9b4dbdc3c1bef5b0397d6f8081f50b20a2fb5755e74db07f13f5c104fbf74599eb7f1cc4f3bf8cf8c181e53dba34281b2adfa0e688894197701486b400661ada53272e834317aae61e1cba08296dd83f6ccef032ead90a0e3f868a3c22beca6bc111bb744c23386a8ada8983a3f602fa8c7a00b035da81623836b1b64a83e38c88fb71a7a1168c3bad378506c73dd011f8e0f8727abb7a707c336080093b51b7273954600f4e3e8d609a525e9bb3c12956b0cca961b51205a73e071599f6076f7b7a450091e91d54250bcec8af8321c119a5500c675440459eb1fe03961ceac70cce2cac4daae0ace4a094b38663736639c0c0663d455e9d3d46f5e8e0ec8fd374694e0c159f837352812cce6daa2defe0dc890f74695e730867f3a6aa8e199c9f0e9b33bfbdcab7c18570b007173dd58195e0e25cda2a0d2eae889ab6b832f67e3104f6e0e2e300224bdae00c2d990042bc64313ee3d23720b14bff5cd0a5a842eabf0f463546dd5eb64035f7e0f279f8402b6a2256573810392b2e23afaeac89bfb8b2b9aab0c1956391d256e541ce59dd593d22c13505f05c6b76019caed9af226f70cd1124be35e77144d76688c052236d5c06d7b602895dbb55bfd223b82e2eb2efbaffb44118dc300f4874c321e8ab1b7ee8e84e70631d90c58d0bf4cbf8821b8fa3cc6d7c8558dd744ddd7ec1cd9990b6373fc24bdbfc1d51b8a53314dd2ddbf01eb73ec5466ffda8fddae0b622e043db1ae351b7dd50a370d05057bfb53568180dd06c988492693c8742617c0e8267ca8f8d366dc7ae9a7e217598f3822299972147db4768773e68df84fc65774662e925d0b6035778041d33215a3abbea5871d0391d95cfe9519350d079e8802eb9daa96f28e81aa756c8a06b2bb0afa73fba0fdee428f8def43856de996a4b0a7a9dea120b7af7a0d6fa709d51d0b700693b380700295408ac29d402711f5a042c17b2a4c0d21910837001d087f00335aa0477640251dfb11d8fbab328367a673df43b76b6815ab06ba35e3815dcf5442d3bc1dd3110f7bb0ba9413eb8fb2bd2f6eedf00f37b52692b3eb8a71c5ec79eba903ff63cd5d1d6e0de3ee0437b0743fed87b0b4fbff71f9a1bfbe6e07fedb3a1d6ee3b86f7b8efbd5e4012dcdf0f19e040495498434581010e7d83b67da40936e75862f580078f65c3b13a3e433bc4c1e35750c04e60283a78c20d0473b235a8c8c94b50ad4fe707893d5d0e44eab41d39e7b41d29ed4c43f43bcedc44f7e1cc3330d6335fa1509e2bf6014b47d5e112bc30121fe8c251bd6e2678f1205a92177f809e5eca8dc377a93294f94b4f41d42f5b75a63f78f9899af6825793e107af1657ab5af05a26a8c3d78aa1bd79cd0e65feda11c4eaf51950ef6e54c1abbd314947b082378fa8af2378f3aa3a9f83b772a2e0dfba04e5e1d6151d3b08deba8b47bd5d07d5fd761b8883b71fa3fcdeb988d6f29d9b000f77eb4030be7b50ed3fc17bb1d020bc1f0b0af8fd267acf43f0fe0c14e9877910858f93233d3eae8dccf478941aa1828f1fa81d2ff8f829b4a127e9d00c7a324a3d48c12746fcae27666080271ff11e9f368678f3ec1de0f0f3ced8d51765d5f6167c511f2fede5e01cbaf4aa0ff8f6abf74030afbe81f4bf8e0552f6e6fa562c7d0657785b536d6fc177157060ded586fcf1ae0914f0774ba03cbc4f081cfd7e3162e2c35888a91fb6a8852ef8e18a8e0b063f1506fefa341055e16b0128badfa620177e3b0521e8fb319dad097eff8902f6a31e20ffcf1e000f3fc7418cf8390b89efe77b20855f8bf0bf7e17817af7bb7324960c380abf03f8f5bf0f23c87f3f4206f8933f4a97fe2502e2fb771892c5bfefbaf7a11839f5b88762acd2899250c45afd40a1888096cc50ace2dd7529763aad1da13833f1ebe39c57841c8a575c55fe50bc796a4a08c5afa6d68550825c7a8642098a68433594a0b4929f50826a7a2b51286149457ca184bd94188412fea7fda150c290c67d2851313d1da14416bdd7279428a8943294e8b6ce9d84123d51435b28712ced6f871237d051cd509224dac9082539a2f30aa1a40955d00b25b329c90825fba61c2694bcb3c28250f2212aa584924f5446114a81afd90ba5b89c024bb7d535104ad9448b7428e50bd5f842a92c7a6f5428d507d5ef436926e8a07c28cd3305f3a1b44d158986d24ec27b4c97588f7b28dd5035ed85d28d577a1a4a8791db50faf8aacb85d29757c52d94beaaaad6a10c59d51012ca10424c6478aadebb5086b72a3d8532f6556c12caf84f1d2ea14ca934af8632cdc5c7ce5c157922f314752084b29451e34528cb32cd98a12c2755550c658dc6d3671ba34ef150f6be481dd9fb2a2e0ce5ac364c9772c5c24bcb555b25c4509e62eae40de559a3853594e79de6fb50def2cad34279472a720fe57dae9245a8401505cda10293558c08155880cd29380c315108cdd950a16eda590c155aa4e831547805926891f4daf90915c998034b9955420c15b9a4b83054f4b15a8942453f2029147b880f54bc8e16e950899e0aa342253c2a6d864aa64690979c83f758d2a5b726874a8d401d2a75568de8a1526f55fe0895deac0a65a8f40d7cc6d25fd5d7112af344f976a86c11c5d1a1b2cf548309955bafbeda50f9ead8fbf2835174ca0f53b533546109fe62a523aa29842a57c1efaabc0d45a7ca6395a843550baa452054bd960ebf84aa6f50c417aabe537b60a1ea0ff0866a2c563d2754c385f358b3a01a1c4235ebaa112a5473107261cd289d1f0ad52aadede050adb0b2b950ad6fda8709d58e8f28ac7d0b35ad4e8c1a58c2b71485ea964409a8bb4045f150dd28a50fa1bacb7086ea8d4566aa7740274a42f51e21eeeba7541f72a8fe45e4af069970b61b14c7c76eb859cdaaa186a755240935aa84d2d46893769b438d4e6fd5a5c6eb1493871a47231736fea0e6cb5093417a3374a8e93720ab66b3d4871c6ab645ed52a1e6991185cd5be1b95a24562b51a8451ee5eea11645d56e106a99051bddeadc345d6a9d0979b535ee380bb5fea07a61a84d4a5528436d96a4c0d2179ca1b6f3003bdbafd1d1e95087caaae7843a340252e8700a45a7c345ed64843a4e4566ea9c40c734429d8b20e43a4f501d20d479923a6f425dfe1ed0a5ae6554720d75bda34276a85b01e4e86e7dd5d915ea3611d9a49b4bad6aa1eec955430e755fae0a52a8fb0a9cda1eef9578867a7c577525d4b3b16a1da19eddb05f3d1f01f1f5b2802cf63ee1c1d24db56784fa7453f923d4e7a09a2f437d2f8118f45ba6e3f4a17edf544c0df52fab8eecd07f41d4b4818500a3062e50812a34e8b8aad6a1c1ab9044877445ed18d257b58ed09019fa8d34a1611b90448747809d0ccfa9968ad0709fcadda111a954710b8d980b8a34e2976aeea191f3f15c235d2afc8746d505a819d5119472740e44e1e81a3869a3ebe13d8e8ed2b183d0e8b72a3d85c66453c52d34263b52c7d8f800ba633768bf3634762b248bb1c7d581101afb089b336e0a96c6c7c57b9c90483b65a1096db0f7131babca1f9a3407f135e996f691439333020d4d89a38ea0d0940bea080a4d4d8462382d37367a5a7324be19d9804d66fcc2499bd90b1873e648c80cb30aaa84189ad54027b343b3c600decd7a0d4d617631bda828347b1250edec5308ccd97f2046cc89adba5c68ce25149db91981bfe6e6d12e52686e5e9cdab943b4311e9abb427bbfa1b936f0ed79ebd5461f9ab707d46dde5d94f2f993f183f30f6a9b3a34ff32aad5fc9fa8430b4a03c12c98842d5c78556ff70c2dc6405468f175e84c4b2ae1b9a27a22172ebb8b5fbf3c81fad242cb27697b20b42225f8e38ad1d8fb9549a1d4ac2c07b5605555ed49875619a1d5aeb907416f6d2c04e6dae520b1ebd6ea8507a1f5e7c0283694c3436cdaa14313a14d9f8157374fd1ae48684b5e54be2ddff0b6b7b6c3ae6efbabad86d0f61c2afc87b6f7d6eb1a42d131b523158a8e833314dd14a8237a8b0e6a85a26d6af8fedf128a61f40dedd786a29f0189467f52db5bc8d00bf4d49440fb1d21d32d0493e9670d5d32933f5a8e41a1b47687aa683d033c616b0210687b00c4e7a88affe5ec0279cde950d753c8791bafc3f911c7ddb558fd2621d77db013770a147c4f1a9c474f270808de64c85fde4f0094fe487c46ff4154ab4084769b43c119a80a41d3562c5d03080c7ec173851cd8aff0206c4e783b8a61f83c9e6bc77d14c39d39d128d9391f386757ac14bab4c7abfdc7d09e6b788f7b2b22e4f676041ada3b0e32c3decd4830fb66003cec4f0c98be7f1cf8d0fe68d4a103f3103907cea33f74e01d0484830b41e70fc5417a3cb406c8fd4851a4b4a30154ab637dd10c3a5e005b78fc00aac289913a52143a711ad9e4e4354803279f239b9c8a048c3a3535872e9d5e8af6c0e9cb6ab40b9dbe0e1a78263558d39952604d675742bf3f8bdb044367afe3b89f7faedfba13bab0506d23a18bf9510c2ffaa0295caaa8fe9cd0e584f8f5971be2512f0f4255b8924bfdbea1ab6c485c1d59024b63a0fa5c9d0f8e7cad3e3a3fd75e02b95f8f0ffc75a3383ed00d16d61b4b91996ee0a6f6d04ddc6919bab51c80f2d636ecfdada3c826b70df8c13b8581e5eecc0503bbb35cef680cddd90c0de6ce351d3c0add2d00c5edee39741feee5851a75ef2f38dfbdbfa8c8f771034de8414a74b71ed6833ef17000a8eea3dea00f8fae41977b1c3f0a4bc5d1fb7ddc0c10e3f173a8514f9a43427cb20c69fb596f6830cf2740277f7e062afff36ba8b52fca21c85f8c06bc7bb9068aeecb437a5368e8e54564df5753d19d7fb55fedb1a15717f0ebdf64814fe14d751c85b7b3b0ab6f8fc3f3f0f61e36fadd7c10cf772bd555177af71be0f47d5d58173ecc03b4fef812c1f4a901d482cf1160279fe781237f19340d4bf3746835f4e54d775dfa9a014fff753502f35b7e1cf7efaf41627fc6d57188d0cf788018bfce42e5ff75032da3df99d5aa16fa3d24852efd29096de84f1b681d7f2e4066f85b04aff6ef78885d7f7f63e95f4b5850fee116ba708ca92a3384633cd33c118ec8a847341cb1411b84e1980374efc33167ea3584e19807558c08c79a704097e2e4d2e994709c3c4a16c371caa808178e3354897a38ce2ab5e385e31ab59c84e355516375387e0ac572e1f8a97458281c3f4a05e370fc80a6a170fc039ad2c2f19faac3389c20ad62937082a30aadc3094e68f90d275aa3a68470a2371a39e1c479b521114e3c5c514738f1221595c249faaaf01f4eb25293553869618dfb70b26c78886487b5188693bdd242114e5e49615438f9586d238653b4d2b31d4e3140e95638c57835268653ecd3ec1b4e394bbd51e1d4ff2130532f579e164ebd56135f380d0669c269b328770fa79d865d4dd7173f98be9f0aece1f46b7424329ca18c1a8ec219aa2b610967cc8a20cf3457670cc29913e15865866d249c79b4aa2be1ccaf3cba9435858e6085b3cfd5466f38fb6275af8573c6c7ffca59580d34e19c8d90ac72eed50216cef9ef812ee53e8fcc94fbab5e3018ced347b16f38cf44fcc53c8f73e852be4c4aa4c2f93aab581fce37112197cfafbc239c6f373e76be5f4a1fc2f9532a1c0ee7df823494ff8d22987081fa2afb850b9c5669335cb00e3e63c1e54a7ec2855a2bf10c17faaad362e1c2939494850bcfd35a1b2efc5515ca70113336a76809050fe1a2d5946f878bae56ad235cacbe42eb70b1c7f88bc5fe6cd5a5e28dd549122ede419d37e11285953e844b14c5d39778f541974ad6c5ae96fcac70255c6a82429f70e958aa03844bbf553e142e5344c94fb84c25b58d84cbf444262f6bbba04be5ea204797bba8c6b170b9b7c85fe577a8601c2eff488954b84207e58fe10a3df5ca807085972a50852be16b84c295fbaa0f395ca50e02b34a3dbca12aadb01355be294a0b573daffc315cadb62a22e1eac3b085d583cab7c3d50fa94015ae5158b5a1708d876ad20ed74ca277c2856b9dc1d9aebd01b5a34e2afdded3709df96a380ad771aada19aef30c48a16e72756c84eb6551c9225c6f140065bd49c8abf5fc0af9c3f5022ac3871bb8b5b3186e544a3b8be146d554aa0b371a8d8adc688dd2c070e393eadb0e3729a23a40b88953fbdbe12621e4c2a63700029b120436eb08b8d26c9ed2e670b3c3dade0c37ef800fd47c344073f3d7381d91051185913d55430e475e52ed31dc029757855bd404c46851573b06e116ad959d845bf4c1496b3359e969b8ad0f39a7ed37bd0321dc2e3636a7fd18759284dbb36eb7ff04b4dd619512bc70872da8301d6c2a63853b5e3da04b9daaa8233bdcf9bb7e2360b8cb7440b2aedb75a033dcf58d1ac7c2dd6600fb76bb8a3cd1bd329042cfffb42f1aeeb9420d5ae15ee501447a75561d20dc6b8072e470af273830bd5e019bf47e856cd2e73f40b23eab810bfb9c010be8731d75a86f529d1e08f74da1fda170df0d6a600ef7f582eaf6dd870fd4afa2760cc2fd2621f1f57b8504d37f410d5d1a6052dd243ce01e88d480d7f88cff15517b46f8bf72d89cff0e02330d5a8bc819b4c1a34b83ababd8151e3a5bdb75e1a1ab54eb080fdb883a34cca1fdedf0f04500cd23f7e8884c78d40e64b9d1dbd4201f1e330c79624c40ef670a8fad8a543b2ea3daafc3e306a2768c9ba52eeaf0b815a87ce36c78aef119bb63e90a08f1f84fa86913e201044e280c083b61b2aac3e1899920594cec076c327125f2fde4de60f893c720a54d76e0d44ef6693f2d3cf907827c4a57c0ce2903f017a70cd2bbd7c25360310f4f2daa96b0f0b4c9daf10c4fcf0d383cbd34249ee96e6dba8467c4c5aece6c09c962e61820989957014466d5db8aa5b13a17109edd1c0069f673eda88767bfd4366278f65b24987939d5a7f07f645d775ccdff1b959159447646896444be564432ca2a9511c9287bcb0c919091994d858a4a0a11ba7bef1b324a8832235119d97ebfbfcff9f779756f9ffb1ecf73ce79cefbfdc9d9b3826ac79e58128262a6a2653a2766590986f6ce241cbdaf31098dfb3ae091c89c7da36815ee3f83eeb59c03cb289b1c8c45976b4e2c03dda347a8761cbd860daf9ca33acaf7471f112c38d61b5de739c74652ed38964085e21833e963c5a4ae1caf20f1e6840ba5ed931b69244ef5a23c71ca9f7ef6a917b4f94e0f2596793a0adddd39a7e38895c7b521ed31ce015b7f39717d0834c779517a8c7b4cb31df79d74dff81fa4759c594c14fc6c7b6c53e79cdd899701e49c3d87475172cea610aa4d3c401933f1109efacb495a4c5b34a992f27df2513ca997937c9f7ef6f941681ccb399f8c676273ce5fa3da71611469db17c2b1ad9f73e111a99d296aa222a909948652dfa2ad3227ad2355d1b4cbb472d2be12c9b83893206c7a11f61f732e8929d55e32d08ace9840582e4343cf955141e034730c1a6872324f932e97790d1db33997bdf16e869ccb1368542faf26fa70f904cdd0157a494dce95224a0a579d08805f3d4040e4aa886aedd5d7941eb3c6511aba36d8154337ce5131bc514e4ce7e67a12bb6eb5c2e6594e4e1352440407680885b6b46b85f1a47508d348e2113e45df508e7837712b490a911f993da918b2eed415914da09a26ef8bb6f01cb95b1e85926824e40f68ec157569452b92a9ba2b32a8942beed1482863882caacaa9cca91bd340ab7388bbab1fd16cab3fd322d7b811ead014e0fdf739da636801ced16a4809d4d5a145ae0ba295a3f7224d41bf909a1bfa70c285fa1de8b2c8d1ab08df1beed37819e7d09a3096a33b32c7d4182f59c9315da6907918ba9e72cc076999981f505f347716daf1727223d0c69573bb11e5d5db33a864de3e49b5e3760a6de4db7f4972bde34e40e4ae1d754fef3ea6ca97d7939055de5242c8795c87ee49a98f7c5f4b59eec13d3c609df3f03a65808722eab0e45fa6ad90afa25a5bd896d2766128adafc2748264850f48d07bdc9e00d2635f12f49eac220de6c93f2ae54fdbd0ca793a8140e0d325b43b9e3278786a42574aced367a46214a5e3b9f29c67aba96e3f3f46cbb7781369b5c5c5546b4ba424af9528d0eb93f3c213cd12392fb2e8215ed99148f2ea05ad89d7256411785d49b0e08d17fda0b7fd09a6bf1d4d6ad4bb14fae0fb8368c6c9797f8696dc7ba12786ca2ed007cbe8bdf339657f28c17c9843dff541486a7a790c8d6ab988f0d7c716785355ce4739e59c8f0fd1f594f3a99a9268c50a2a2715f748d8a81c4bf358f9103d6e39951f491aa86a44ba6f950b1a4c73aa8c54adaa9ee119839caad7a4df57bd27d654554eed94cfc7287f7da945a0e68b3b9ee8cdf97a98e4b5af7ad2efbf35a5d4f16d23c1e16f97f09846ce37410986aa7da8875fbd8e6499ea3fd41ef851174f6fe6fcd84ca5e9c74d6ab2ff7846e0e1e708bcda2de7e71912107eca1231f4cb91cac9afc96884caf9954aaacfef8e34dbbf271100ff3d851a71bf77d3cffe7d86d6d7ef5c5257fe1c436f67ce9f0aa2817fbe13fefa3b9674b9bf11d47ffc178372a4a046065237418d6a6cba082c06e1b612d4fc86ca96a0561ad60e412d355677416d4bc47282da17b05f2ba853033505419de3d8cc16583ec4c32f02cb47c8dd0575dbe14904415de7280a79d0a3d695615e15d4eb84f94b50ef064e9aa0fe11148c050d96d2d8377442d42168380ab19ca0e14db412091aca50db1634bc8f3d6981951f5e4921b09a86244360f5014bb9c0ea07ba3f04d6f95828048d5be35b51048df54845044d2a505d11d8d0253e029b04fa8f4ded500812345d84c76d044d2f628511346b8ffb51d02c18d1b6c0b62f427e816d22022441f3329ab4164fd04e2c6879041b9782967af475085aad45f943d07a12b23941eb203cc82c685d85c84ad0c6c595425370bb0bdaecc19b38046db2b1bd2968db995661db7d688616b4bd4e63dfb6007b3a02bba9b487da6dc64221683f1cc9b5a0fd24a4ba82f60f2829b47f402ba743572406820eeb50a01274a844d547d0310209b1a063365237817d711e861cb268dd3be6223314745e85baafa0f37d0435822e0729637631c762c8a92d5acc054edd68b69df6d0d33b7dc1db2a055dade851bb46a2e9e5ff214a0a5da5081e04ceed11500a9c67a3c951d02d813279b7073469ddddb1cc09ba27d16cf768824c47d0630dd20741cf96f4102e4908c904bdb650a8f75bdaee7d7368bcfa95e3359782fe3ed86213f43f4b2bba7f3abe4a5030a010d561c14029f26dc1c03b25147a857842e0b69e1e62500b94950583da2282110c7a4c3334e80715b0c17dd0de2f183c1aa1b560703a2551f75628340adc47d1d70f6d47abd0c30301a5c0238666dbe3227a6a04c35c90350986cda4c437ec2d4dc7b0f748ae05c33b50611da1c32e9260c4537a54af5a78b84ae075008f1e0abcaad18d25f0fa8e6f0c1178fda49ce33d826a87b78c66c8fb2d253eef77045746f7c1e6866034ddf422185d41e335e6124dc7b846b498c675a1c4372e008559c1f8daf45d3e33508413f85ca2bceaeb864d17816f28921f816f1c76fa05bee9782190c0574e0bd32f869edebf3f120381ff09a40f02ff0fc89a04fee594440326118e0e0841262d08d8816e194180969268c07db4be0b02bea2894330b1057d70e22174920826bd40539560f2105ae493476651683cd22dc194581ac2c0a668f816044ea55c1828a0fc15486d31c1d46734dbd346d1784d6f893d43c1f4b3440c66d860474a30239dead0cc06c8580533bf111599e589329660563cde5b20987d8c16794814d25341e86c9adad00c546a0473dad2cf9e331f0550c19c706c0f08e6ec45479060ce21fefa1474800ae6a4a3655a30771fc1e1792d51b210ccdb8e829e601ecff6fc1b543be64be93fceff82f29a60812b65df05d3d1362258f09388d4426b829d0b3be28b65040b8bd1032e5814441b79f141d401048ba5f4574bfaa3102458b2011bbd82a5bd518e142c5d85aa8f60e953f41608966f47cd5db0fc2901a4159f68c9850d258811361c3b9e82b019d80313acb2424f8d605520faf804ab4c44ae578fa462b8660d1e9315ac51a31552b0b62fd1c0b521d8a310acdd8ba766046bdf11b45e378130e63a2dd5edf5fbd1f42208ef87bd00c186529aed8d024a569b86632f40b0c948a823a209e5afcdcf296d6f694b5b74eb1fc2005157d10825d866418b7c5b6d828adbbad22adc3e9f10df0e5b1466053b1ce83feef024feb8e317a58ee8a03c0cedea850640c16e0f02f37b9ee1110641cc145ae47b8f60b759b0b78212f2be2128d509f605d05addf783aafbfe168473f62b29291c9886f645c1814784440f0e418d4f70703741b2d808d4c905b185d80c121cb6207de24819aafc826336b4618efd8dc2d0f141246c9c188e7733084e8ca7c5742219cf77084ef6a1213c1947e0e1e41592b14e3ec68b6e0527ab88ba9d3a431be6f43ed227e28fa02d49107f930627a13d09410943886f9ff14573afe0ac335ef52338eb1342a18f78f79ae05c803f850c04b6129dd1b72d4874a5549bb80b4f6e08127fe1655f82e4c6946a935b51dd4e7624c13879175585e474570c9d6f48a37afe31e95fe79f91cc7061082ae0820b9fb15b23483949603ee52c9a0905a96d2833a59e236d28f56b2286d24a68c9a55b93b295be1edd0c82f47002bae9f994ac2ebd260c9031bd84422c47661610e4bf6c87ed4dc1e5c1e84d175cb945fff16a18f6a40559a194dcaff524f2736d0671ab6bdf28b95f5f828d38c1f543d89112641fa35a7bd38676edcd8524f2e61cb0a1d015c24c822aea2b085be3110681b03f9a8404427f9a0ee15c2ae5a2f316143211ea10cfa48529694a92abe403015de9144a30d23d68d012486348e4958ab0712990fe248227eb8c8d4b816c17812d7973345e08e407a8c2c84bd11921508ce4501895138586f0976a21750c54055432d5072889aa754432d495e84d17686cd1db29d0f8136dd6dc406f8140738b9082d60a0f4d08b421b43bb40b48cfd12dc4134b02fd009a0efd50341d0bf40994010c35091618fd09fa18f7d05a35c6d0781945240d985a931268ea4a55c1fc9e34be5c0be269b9d728e7dc6665eb7619e1893b7ab4ec08eedcc68b2b04773ed0d3df6d4280f26e7fb4bd09eece242a72f71a9ec910dc951378b85b48603e4f40fbf19e3d1ada04f7dca90edd5f48037d3f9f7a01f7df4551e83d25d1fbff48a07ad09970f48319780c5bf0e00c15d6078968e2103c7847cda087b5683af299943daa43c0ed512e918c42a6f38ff7523679624585e2e90e527d8a1ca8ba1775a39677d1724230452b093c1429d15425287a4090bfe81ffa4405cfdce8219e7b934af6fc3efdc6e7d544f08a53f09ca1a0388daa42493d62142f5ee25506821774064ff0a29ce48f97a78978bed4a34948f06a15f5325ff7c71bd105afe3f1d097e0f55dea8abcad49f2dadb3b782847f0f611b1cc525b7ad4520762e5a57be967bf1b4832fcbbad2447bebb4949f47d5f228bef8793865cd6807e50d92962e5656ac226650fa923f5a105b5703fd85375ff904a90bfdc2f8c421be8b93e3ea475ffa90501dd4f22e243152a823e959309c154391061f99c42f2c797be543bbe6c20f5ee4b326d85af5194e5be2a485ffdfaa80443dfe88c94e0db39d257bf9948bfafae4545a7ba07919feae9780e4c50bd9668cd770f12667ff8507dfcc95ada4f7a5fb9e0d7322a01bff228e7fcee4cc5f04f776ab1fd394269e86f5fc2ab7f63c99ef1cf9938ccbffe08c9843552b13f24ac710f1537a1c54cb497096bdae1a4096b16e16f14d672454029acb50d557e612d1d1ead10d6aac20520ac1d8c145c587b3b2a35c2daf4b629619d0138d0c23a13b1d60aeb7c44ef8ad0b2367a618596963412969d102a0a2dd3ec31546f34ee0e61bd708418c27a07fc3154df15a99bb0fe33cc00c2fadf91650a1b0c412e2a6cb0178d50c28613691e1b466296135ad9212e145a9d436220b49e86f287b071046e1861e35d781a51d8a42e3670844dc5e81a1036eb825051d8cc1529b8b0d94e6cbb0a6d87e3561036774234246cee4f0fd13c020d93c2e60f10fa085b4c44ef9db055482c85ce200017b612e0ed65c25665b8dd85ada390c308dbf863ce11b67980fd6d611bba084bd876357a61856d35c8ad846d9fd25fd979e3a906a1dd5a5aab7629a8f20bdb75a405d04e48dfd5ee15adc2f61bd0ea216c5f8c1ab2b0e3093c6626eca8c2db6c841d2b28c1d88752667270c20a2374588877c2091d7211cb093bd5460423746c1e45a151789843e8b8183b3f42c7a5c80c858ecf105a0b3bbb50e2eb7c02c196b0cb2ef4cc0b9dc6a1d028749a4599c96929ad2fa76d28f108bb8ea0e5db75031aab855d6f61b746e89c4353eb9c8bcd33a173013daaf317d4f884ce3ff0464e61b7a9e84a11766f4c2bba4733a481c21e99f41b7b2e40fe28ec29440423eca9439d49d8f339b25fa18b3d253e979eb4005ccea3ba22ecb507d989b0b715e5fbde9bd0ca2dec9d8c4044d85b4369bbf757da0aae4fd1fd21ecd30a2dc0c23eebc3282476c5d07fdbb0132bfc4f835c41f8df2734da09fbf6c7536cc2be0b505e13f6dd4da9a36f36b272613f47ece10bfb1da7f2db2f01057661ffd695181ae084244338c09d3293db22c4f742b72784ac062f400a2e1c1c8d5e1fa17b6b2a73431ad00218d219698d70c8124f0a3d4375453874353dfdd04d78a7a5d06301f221a147259ae384c3fc69ec876d43562e1c968172a4d0b31e552b4f3df661849e45e824117a56586068f87ca435c2115b08768e8cb5a1d031427ca32e63b74638ea0a6d18af785a85de8709637aab28cb8de98a470584633cd049221c13c4a175046ac63ca091187b0ed99c70ec2b74a508c74da24c3eee09a1edf13e94d27c8594ef7d5534aabe06d4ac84beaf5072154eb0a4cd37c101ed3fc2093708a64f7848906cc26fca987e63899df84d4567bdd02f07c567a17f024a0342ff4cf4df0bfd7534120156a8e708030661274318b01a9540e1444b3cc92e9c380e19be70e21afad993fea3199aec4b0b60f22ef4760a274b512d104e694d8522b00be19cc07eb430033751ad0d8c2462306d0c3d44d05ed4ac8441bf29c14cb7a4cd377d3eade8e97b0946054fa7f10a7e4cd57d466b3c21219c492f7b14ce2a25ae30eb0f8dd7eca9b456433e466128348258f99cbea8470be79ca4219cf38c7ef69ccfd87d10ce5d471076ae02154ae1827414d8850bb209b82d788dca837061348dc4c278f40308176fa2ccb4743d3a10844b63a8e02f9551395966835635e1b2209aede57654dd57ac47f159b8e22a31e995d6e8ec12ae74a1b15fe946ac69a537b6cf852bf7f25f25124f5b9945c570e55dece9085716a3ff4bb8f21dededb03dfe143a40931676108533615812c1e155cda880ad5a88ed3ae12a215ea42c5cbd17edc4c2d5a9843a5657e36d36c23573f02a62e19a7d34386b92a99cac9b46907fdd1ad4c985e17fb06524dc709020ffc67a44c137fa10ddda78047b99c28d57504d176eaca604133110bb94c2883d2459446411a388105169da3c823266647d6c6f0a2307117a8ccca1a78f94d0406f75a5d4b1956e2f1346ed207d22ea10eabec2a84b28cc0aa364c402a2eea07949185580ee0f61d473da43dbc89828dca626f0b0bd3b8dfd8e1e94317718b1df218cee42a026da97506d742eade8e86fd8b712ee1c495adacef9a8fb0a77f524816ab73b1ecc15ee4e25816a4f23faae3ddd68b6f744e2fd85c23da7b0bf2ddc23a56d15b303dd7ec298b3d80c12eebd48aacfbec3541ff7c7932cb3ff11fdec03efd197263c388774a683abb077223cf88ec8f5a151f84a0fe1215faaa2b1bbd0f4228c55119b8badc01b1c84873fd3401f6948eaf0d196f8be39e1d1c554f08f35200e73cc160d21c26339781c55784c427cfbb89b2b864eda91367472335a63842777d3923b351a3bc4c2533b888b9e3a411be6f429428fa745e814179e3690c413d78d24fdb874bc94469890435f9f50883e77e199745a72676d09fa9c6d8eef6c149ef5264c7eb602dbaec27356a44f9cf3e6d034f42a0acf6dc01b0085e7e88d80c2c426d8c21526ae47079530b19a7a274943f330943c9ed4f4e460bc5b46987c85c62bf91e6180f3fe543bce57102ebc3083c07c8a896a5ada26a2816989b400d2ae1082b978380443e90ded3174c9037d43c24b29a4475fba4bb2cca542228b1973a8506444d27865bc217525d382e8e9e5c54432ae9ca31f74f52169c8d76a5075bf568bd0e3b5c1788441786d1a5ee427cc76c0f369c2ec0354326f44d2c2bc1541a9f65624cdf6adabd491cae9880e2a614e2f4a56824882fcc22b787e4828ccc2138442510b92ea446d48bf177dafc490b802ed8b42c96b92e12565e8bc114abe108e9626a3674b284da735217d43145cd69ef6b6cc83c0bc4c43f94b5646d944f61bdda4427947dab58a1ce2eeca9594f894abd07f2f5426d3d4aa061370537d20495ffd9d2892464c304ad78ed428fd589a21fd0c6a95ea77e33d0f42fd93440abda1e5ab7f47529de109baa885c65124b91a4fd15f99ea5215354d23bdd0b48d241ed37642b5a65dd4ad31afa321cced471d96dca1fe140aa60d735b481ce6ce0462bf775d0892ddcdc337bf08f3ac096ce5151278c8a34bf885f7f4049aef151351bfdf064f3508efb7a51c7d3f9138cc0303d1c00766aa560ffd08e83e1453f33fdf8f4a53c1783ccd232c48a3f555a0a1d0a3b194571f4da0ad50184d8a48612255d1c7f4ce59e1930cda7c4f0584608afa503fad683421abe73568313d1f87ae27e1f34cbcd94bf8dc489caf78143d6af109929e8a53f1fe09e18bc961144a24fdfec54fc2132fed68085f76a265f2721f6de457876229748fcaef6b77624d6ff69340f5d69f64e5b7e76815be5b4438e75d115976de3be2316ce1fb2a9295cbdc686f97fda005f0a10551f00fc34908fae04510b67c27853ed6a0d2f4b101edda8f8b694d7cfc4e6ba2622795cc8a04229e1567a994579ca37e5ac513d2272afe911c59d5824a79552431b0aa2c5a855545940bab7ed2a87e7945e0e19b2fc1bb6f0fc95cf2ad08dd91c2ef7ba9b5fca349098502a918fe3880b7d9087f3c8ec2d0cfb604f97f7a5001fb558f98f4af3ee8c816feda4778e2d71f0248bf8771681fa5dadf17f1a48bf0f74feab1fe91d146febb80ba0f7fa534127fcda404fe2d2141efdf59145c443556e373896a5cc3b52aaa518ce7f9441656581f4516cfb0d68a6a5a21ce11d5b4c62d2aaad9186578514d07d4ac4435e97e1351ad6ee8f817d5fa81cd4651ed3ad8dd12d56e4cdf557bb0024375ba605510593e470141645985695b54b7376a43a2ba93b1f289ea4a91ba89eaaa51a114d5fd6183a17a03e8ebeb9d46f223aa67c6ba2daa57813d69517d0b4430a2fa3db00488eaefa5afaf7f1477ada8bed915430d549831450d7e20a811351c802c40d4a8091e28103572c69c23b26e4a7f65dd14052a91752bfee0621a8926cbb0e9226a7201d99cc826092b9fc826154fc4896ce8a24851b303887d45cd8ab18327b23d49cbc43603c196c8b61a1998c8f617aac3a2e60d69f33577454557d45c434baec52514f4442daee3712e518b2758ad442d2a3d29f4c31e432d37a3d747d43216e522512b4bb4558a5ab544e7b3a8552a0d61ab6c5a4cad9b231c16b55e80354dd466285224519b3484e9a236a5b4dddbee43ce276a7b10653f51dbdb685513d9d9a0e226ea30046df4a20eef6845dbb7a4ff68ef80fd6d91bd336d647b1fda7cf622840522fb8fa8c1881c24b40a1d7ea24f41d4a93d7616458e2d68773806a07c2b729c8dac49d4d91f4fc58b3a1fa06cd2b9805674e7afa85a8bbab4c56690a8cb10a4baa22ec351991739d1a906919317bad7444eb3b16728723a809452e494477bbbeb5c2ce5a2ae65a8938b9ced69bb3b934b4ce43c006d4922e743fc41331e6b11753b42c9bddb5b54dc443d87a1fe25ea39825661cf7954585de8c09da8571f34be8a7aad464baba8b71b0d616f7fc485a2de0194c95d3ba08d5ee45a85fd47519f51a89289fae450fefa6f028a70a2ffe672e8287658447de3a848f76b8faab5a8df0a6c6e88facf449785a8ff2524eaa2813de8210696a0ed4de4d60e3b6522b7c8280c0daa8184453468369abd44831328af0e162245120d161154746f45dbcabd1b2a6e22f77384e5dcd3f1061ad190686c1989863aa39d5834f40455058faea8a68b3c62b0b3281ad685be7e581a253ecfd79457878fa787183e018546d1f0e9546b4738d2e61bb10fd99c68e402ec498b466e43f7ad68e419945c45a34c5487bc2ed2c2f4caa684ec5d135d8822efe768c6118dee4aa066b4c4064363b721e9178ddb42906c5c029a2544e3079452280c5b46a2f14a547d443e664a1d3e05785644e4f39c70ce842728478a26fc40ab9ac8af014a4f22bf44345e88fc1f63cf5014f083cadcc438a25b93acd0a8229a7c96f6e39476b41fa7f4a5b19fb293f2fd9493e809144dc9a62517d88818d8d4b1c415a6b9131c9e1640757bda06e4dba2a000e4b5a2e9ae28218aa6ab51b31205ffa5919851133b06a219d684e566ccc11bf74533e85a04d18cbb547e67f9db53682eedc759cb510117cd32212b17cd0e42cf96282404952d51680dbc5a4414da80687328ddf82a0a9551619df3043518d1bc504269f3bea16b4034dfb29242ddb0cd239adf93a663fe5e4a43f3efa34c2a9aff9ae0f0024fd44d440b4652a158300b3d48a285b6b44c160ea10f2e4ca1ecbbf032ba3f448bc6a006235a1445d57dd151fa8f8b92f1248268d16ba2358b6da9482fa186aa686930c1bba55ada56cb5e10f65d1e42eb7e457bcaf72b9cd14b265a1143a3ba4245bf71c503f40e8b569ec0d362a2955729dfaf7c88a770452bff605b4c14569b56f4aa69e81c14ad3a4e45675511de9f235a7d9ecac91a37ecc48ad6d00bbb446be612dd5a6346879e68ed66d286d6a6615f41b4b6001b97a2b52fe907ad0b2208bb4e9b87a1f52954f9d6eb8910874fa519dad80a754cd1c66f947d37b5c3e3e1a24d3fe851230208c246ecc33e9f28e2b40586365bd3106ede48fb714b3dca725b8228176e7982ae3ad19657782e4014e94b32c3567f94a8455b97d12adcba8eb0c9d6535402b616621341b4f51551ca28672ae551a1b1143a4838679b2d2da66d3bf0e21dd1f63e9401b69fc5e69968bb84b0c98ee178be56b463b12b8676f5a46ab56b1df63b44bbde11c6dc3397c49b3d17a9b0c6f425f010332e8a42b7e907ed6b4e3470df2bfae0beb7d80e16edb7a53cb1df1dfb69a24375482439d41e0ff8880e5dc00e8be85036d187581b6c0f88624fd074c466e39135d1e1d9c4610e3f0ec3d01121faf844471f12e93fe65042a15b24921c1f81b708888ec7927873c215ef72159d50d3409f6c4cbbf6d46c4aeea79e50f63d3d87be2bae35a1c7b82e94f8e286a39f4914b7861666dc556cbb8ae2bed0cf8eef4b902c7e23e19cf85d9490e3ab48f74da89b85a1335604f9cfba52d1399b4cb9f06c0e41feb306dab5e76a91ce746e12da50458956b41f133f13214e6a45dc2aa917edc7a48b840b9374d8c21525bd260d26793b15e9e40b54f9923fd1a89eafe149a1a624a59c7f4c8cf5fc776c108a52fad11e4a3b4c6d9e8ba7d1fd214a6f84dd7951fa31b4398bd2c5c44e2e35c6b6abe85247ec528a2ecda7165bc64822fd196b4940c8d8827e7251e6445abe9991b4e43213a86390f98948ece50584bf2ecb2a29944f8db82b7e348f579653d3e5ca563c5a21ba7234114359f40e2f51d61c82b05942ca5f597788825f8b24847c7d006d98eb91846ab3dd4953c85e43d240b6004d68a26c19e97237a434d0371da99cdcdc413ceda68432f9ad9a040b6e35257df5960395df9c01447e04dd28df0bb611b2125ca70520c8a18684908e0b8a843d882c8a3ed0ba1777a45a2b5e47d44db21dad0b224901a134e93ad286645d691ee542bc8b47a4b4a6b5aafc46b3adfc87c75a442a139539b53dfab645ea150444d49709e8aa9fd30f52ffa0cca4e94d8d25cd12bc4655a42da50f6aff10e7d3795301d32d2042accba41688ee176513dd2fc200061b5a980677c25f86f96839141944d46a30e49303c15045b28c7109316953177a7a931ba16dd37c52e64d715474ccc90431ccdfa964e68ea221cc7d856fdd11ddce20a470fb3e2ddf3b9df004a1e8ee44b4d988ee465375cfeb4b85e25e08da4644f72248bfbf6f4f25f37e08e5e8fb2728a53d684964f1c130fad90f6610517fb080fa0a0f36d2fa7aa0a62afa909ca9a28742da560fdfd086c9ef440daffc1d94acf22f52772b5f4cece4d13a12e10a475213a17002f9600a17125728fc4dd4ed7119b5eb9eb422b5f3e9042abf4fe96227d1531d819aa7c5b4e48a96e19586a26753e9673fcba1ef2a9e42a4bf781da1c7e26482d6c5465ad1c58fa86d51d28b7ad22543fc31f4c280163ad1cb199e1432121079e56583a1d7ab0975bc3692e6fe663221beb7350962bcad494ca7b4188d89a277472829bcfb4bb24c993f7957ca52889495a5916859f692f27d7943e243e52ef45ce5030950962fa62557fe8eb0c9a723947d3f89622924439bb3a8c28184ec8a4e785d83a8623225988a22f20354d5263dbaaa3975faab4691725a1580676b449fc3a9cc7d361208fcd28e4af997fe79141a4dcbf7cb32da565f7248eefe3a1e2ffc147d95e015dca2af850428bf39d2d47e1b81571988aacf51c6ac3e4f90acfa2f2598ef2b09757c3f4da9e3c7640ead2199f4a70d35a07f2ea42dfa6b0721e45fe7e907fdbe4fd5ea6f7fcabe7fd7904cfa773bde4023fa2ba2d9fefb844ad3bf3e3443ff869260fcef2a21857fef2803fcabc45d2bb6188dbd4cb1c5051c7b71cd3e68e312d73e85baafb8f623043562cbf1681e17d73d833296b86e29126271bdad98e5c4f5fb619116d70f42b822aeff10eb90b8417b146fc40d57a182246e9483560fb1d54bf41688adadb14925b66e8efa84b8f13ee4dbe2267d2b29b4979ebe4906ae1c7193cbfc5d8f505f15dbacc056bcd8a60461bab859049e5a1637fb8c8d25b16d634c1d62db0d78f787d836156b9ad8f617ca6be2e63eb8eec52d6aa1f346dcc21229a5b8c5455a852ddf63f615b7cac18d2c6e6d4d8ba9752bec498b5b47a0a42f6e330fb7bbb84d2cf6adc46d5e227810b7fd4bf368f797966fbb8721186a7f074b80b8c30e3468893b1c477558dce11d220571476bec238b3bfe871940dcf100fda08ecfe8e9eddbd122b71f8238476cff17d9afd8219bf690e346ec22891d0be8af3a0f403627eebc1373a1b8cb6e1495c44ee351c7143b2dc5db63c55d1d51271777ed89e45adcd505d99cb8eb30c4e462e7fa78d258ec1c94482105edc76e21c80cc5dd57a27554dc7d071ad1c5ddb594d27abcc6e336e29ecb50d810f78ca63dd4338ff6a34b348a7062977f782847dc4b80a770c5bdd7d0b6ea9d86b712895d7b214c17bb0ea587704d454a297655a0f55ddca7030ab3e23e1b50e517f78945e949dc278ee6f1bf78ca5f7d6fa38020ee5b9d87a17e1628188bfbd3cb01c4fd97e1892571ff2d7879827880130224f100239580816db05f2b76db8bcd33b1db7ed40bc56e4988e5c46e46040fe2c16e08f9c5835f7b62c87d301ea6150f698d528a78480fcae443fc68310d09a0511d3a988670283567c54317219d170f5d82ad2cf1d00d541f87ea28f179b8e0b900b1c7559a8e61d194e5865da5791c6646979878581e7277b1674df4c28a3d87d3621abe1c8546f1885a0874c523bae1f5e7e2117e084ec5a3a8572e1e35906081d71a642762af422a73de035d31347a0be1c2d1675130168faea0bf1ab31669a0786c778277638fe05506e2719329a58dab4671503c3e0e8d0462df97788b93d8ef3fc2007ec1282088fd92b14925f6cf408b80382093d276c04d2a990112e4b5e2290e61145a4ad52ab00a557ef1b45e94efa7f9a2c1411cd482d050d06eca26415790ea8a837e53919efe02a9ae78fa3b94e1c5c193a93e06afa095137c98f676f04dd427c4c1624a1d33cc04e6678ec2f38fe2993a14d8c5b33e13249bbd8552474853ca7221f3509917876462ab411c3ad30643732269bbcf89c1ab32c473b2693fcea9a68a3ccf066d23e2799dd1a7205eb81bdf04205eb48716e622312a22e2456fa85a2dde8e9d58f1e23ce4a2e225a7f0d0bd78c90f4a7c4b1bd13c2e1d4ba569a99652edf2d6946a97b7a6c159be0d2d74e2156d517215af58440879654b9406c4619df1d63e71d815948bc46155684315afaa4515667507f4cc8b57bf434d54bc86aea614af092622b5e627cacae275cf6986d6d7a2795cef49d964fdda4a0a4511400a3f4b742bdc4c296d839ae0ddc69e687b136f8c42794dbcf128fdec8d5a520b36165142de549f08f1a6427f0c454ca2541b31173b8be2cdb65461366ba8fc6ebe836f0c116f2e89c5d096a1247f440e40479038f224ba36c5915728596d5d4dc86aeb66fa8f51f589fc6c1b427acef67654ca77c41108dc7189caef0e3595931d55d8e611475b133188ee8cdab678e77cbcf040bc733961a69d6f513915ef6e8e0ab878f742823ebbefe651e819a5da3d7369c9c58c44cfa9382609e56ef15e5b9aa1bd6144d4f7d28dafe2bd77e8ebf77529a1907f0885a2f04c99789f8c38df8196b43b0ecc26587020151d41e2036a34ee8b0fbcb7c0d0a10d786b8c38369a30c0e1d96800141f4ea6aa70f802e59c23ed893f1eb94618e0e87becf3898f5f0ca3d0435a2627e8289df814bd41517cea2ead89b82578f6411c77841845dc633cba238ebf44a53cc1950052c202da0a0959785e547ca621ba78c467a2f00086f8cc2b2a8667ded2ba3ff71b3df3e2445b6c8c8b135bd0764f1a49c93db931fda0e4e634dbc9a1d8fb159f6f4382cbf94c743d89cf7f4197abf8423bb4c78a2fdc278c99d29cb642ca2e2206a96388e0a56da1ed9e9649f378b12925e48bade8eb2f8ea36572713ef632c517b3f1223f717a5b4a7c975ad1e6bb148b460271462b2a3a1967f1c08a3873254d5a66041a55c49727d3a35ebe8c6758c457bad37fbc72000fb689af3ca23c7175175598ac35d8b61067ad233122ab8216407608bab1c4d9db09d5666f27d4912d2394762393befe868a6aed8def04c06f45131aba7594d644ce31b4ec8873e49e1812d4a18684c09bc42e41047118611e9ef1140b7f12611185908428ba4d72a4e813153071308924e28fd415911ca5fd28f984874cc4f2deb498e43b089bc85f52ea50ac443b9e586945e054d58770a12a9d529aaa9c643ff56c3c552a56a7901ca9292091449b49685b6bc2c355627d3891327d1509d9869db4450d12348e898d2b695b19b3d0a822365991726a1a80dd79b1e900556453396d3ef318623ae68336143a4ac8ddfc85da62b98d48b4ccbd451a4cae80a623b70cdf8b24be5340037dd71ecf6488f3dad1eec83b4ab536ef2de9d1f772a8e175ef3676c1c5f727a22b457c3f8410dffd2cbc29417c5f86ce54717e2691d8fca789182a58867d77f1a35794d21e7da0bd5db89bd250e1617afac2041ac2c26ab4688a1f8713b72a9a4f4bae682dde24247ef69652daf366846a9fbba2eb5c5caca4665049434a5625f6a44f94e889b0bc58810e04f18b3594575f3ca32cf7d28a94f997261aaf570d48547ad5973ef88adeaa297e758918c5ababf8b616f1aba7b4565f5f27ccf4ba9896dc9b4668b311bf394429ed8d8c66fbed209ab4b7e70862948ec76b37c4ef3e139e78574d44ea7d2f5aabef45546bdf3f2605e9fd2b34b489cb26d122ffd08f44a50f0b69f37d38473a53f948bcba595c1e450242792c7d7df9615a5f1f7bd2d37fbc42f0eea38a24ea4f2ef4833e6d525028824ae6a71324767d7a4f0a52c57eea3f563ea251fddc02fd98e2cf53d06929fefc8d2af2971f94efbf8fa1c1f9ee831627f1f7c9840bbf17d116fdf5917aac7f86e15de7e23f2662bf7fe7d277fd6b46ae947fbb89fcfc4b46355d522306ef8c90d4c8c4df28b1b0424621b19880e85162f10eb56d49cdded8c397d4dc8b2d10494d35b6fe24350b10a64b6af9a01c29a9dd0d3bfd92da1ed89192d4598b2d10499d73c8452596c331214b2cf7a34f4152d70ec57a49dd81584e2475c5a80e4bea0d47e554522f16e19da49e0ceba3a49e01779aa45e214ad492fa5d70454bea0fc4a36192fa3bb1c2481ad642c942d2d09e06bae11fa45b92463391b14a1a5dc31bb424d603b004fc3f84454762fd15998ea47103846492c6e3d0e32669d212edc492262e34d03625b4269a6ec6e42e697a10356449d33fd84592d8d2196289ed7afa2edb4fb8f924cd43f154bca4b9028559498b6b68e290b4c8a59fdd6a320aff9256a1b47c5badc35ea6a4f56ba42292362f303d4adacec2bc2a697b1b9395a4ed132c8612bb68644d92760d31214b3a4cc0e699a4431c7688251d1434841dc7618e96744ca7d4d1f13aba82250ed658f9240ece083b250e9c861c2af10a3549a72ed87f94741a9e45a11be86097387ad963a8f346146f249ddf528e761a4f79d5690ed20789d3269495254e7168d19438e5a08224717a44b9d0a9340f435d13903e48baa6a1a759d2f53ae57be72074e94b9c4b104f48bae5a2b957d2dda38442063ca825e96981263449cf592850497a46206395b8b441a62371f1471b97c4656e2c8556627597b86c473952d2cb1aa50149afa7782847d27b2e5a7624bd4db4b75de32903f4f9815a9ae4bf9e48e725ff255055e8db98d67ddf719414faa6e3414049bf0754f9fac7d3aeed7f0db534c9800ee8d0930c70c3571b48064c45038d64e008644d92813a7a2eb70a64f892415a820583b7b952684f088552b1312e19fc93aaa8fb3814a824ee57505f95b83f40c942e2fe81d6ea909d7883a964c80d141a2543e7d086197a88f2fdd063d8b09778b4c5cbf7241ea3a8647a1c4507bb64580a25ab6129a8804b3c9b63f34ce2e98e9d1f89e7487a7acf40da699ed729df7b56a01b4b32dc1689ba64b8279e3c938c984db33df22e764524a31c50b2907835c3533312efda94d2bcaf50ddf61612c418ebe049a11e78de4a32d6953fe8418b69ac04fb43129fa994d27c4e200597f8b627983ec18b00b89f034a9b12bf8be87a92f8190993fb53335be2df8d108c7f14ca7e12ff03944d020ee00d809280383cd22d09c8a0479d18426b62e2621afb497bb1cd2399544ce5774a6f5a9853b662074f32e51cca0c9229a5040203bd68230746a1382899ea8c77644ba6cea1cd37750fe59ca92a540225d3be60134112148ecc5012ec8ceab06446532a99337ad278cdac4f7568563e7264c9ecb6b43b66c7a38f4f123a8f60d49c1995145a42d46d8e8018c5dc56489b25f3ead2a8ce6b83b637c9bce9283e4be6c513219e2f4157b0646135f615248bce13245bdc8bcac9e2c3f4b317bfa112b0b89a4662c9145a394b96d10797b6a552be8cae0c902cdb8a1673c9f25628044996d3112cc98a5a34382b56507d5c79082d2892951928a64ac2dac45268265e492109bb497b7b750a1e7490aca66bc6256b16621f59b2663701ddb55329fbae2b2642bcee0fade8f502a2e0e13bd01a23d9e8475fbff129b6d8249b46a2902dd9b414bb0f924da92433447442fb8f24c20d9d969288bb04a322f229596de9857e00c996d9943a223da228e48507c8245bf7a3302bd9fa89766d547f34d14ab6d743f79a64c77fa8764a760cc45e9364c73ed227a23751068856138789d6a3f628892ec066a3646733345e4876b6a721dcb9118f9a4b769d20e16c573595ccddb7d15221d9fd98b2ef9e16d84f93ec5160e35212e34d592e6639b69f247bebe1b162c9de06246cecfd4914699f253ad825fbbc68d7eebb4ebb637f074a69073308cc1f2c264079682991fe43df08c21efe8fa4bac34b29211fd6d35a3d3294aafb91e104028fd5a5ef3a164674ebd84912f48e4fa3473dfe9432e6f12262e527ec503a979c18499cefc40ce2562736b962e86435fa3a24a706a2fb5672ca138f3a494e8dc2b36e92d3f54328148b67292571354937891b8c17d44be296a15b5912f797e843bc1de5d5f849d8d391242ca2249ab08d9861421e1a5524097f89ce9f994e30eacc1a1207cfb6c42e92e46c7b5a8567bbd06c9fd311a3486c4d4024690851b7a40b16183adf8176c7f974a25b172cd0442bb920a28a7ca10c6dbb92941568b493a4d2b5b3925497440a85921a953696505a5a2801f0b4e784732e764533b4e4e236f4894ad20fd39ab8f486f4af8cfdb487325e52cec9a820ad363383c0fce5eed833945cfe482cf34a1c9a1224578ae8675f7947df75751b6d85eb555461b2cbf23074830e4e4a6ea86961de5c4f19e0961529a7b756521dba95427c5b708e369f408ab7aa49847b883509c97024113f279941d20bdd451249003aa824926cc2e4d21d4491a412da8fb220d24d644f88b1ca7b1036918fa20fca275226972f24f9567e9732a6c2836452453449c18ad324af296e105157b6e350274ab5ca417871984419815e1f8932052d281265312d4c55281ef295a81651d1510f2668adde4b2a99fa28a147b586ba0f9a41b4b73517491dd64ec156a9449b412456ef43eb4b1f4a19539f8cae738961209e3e97186e927863ac4388cf588f445eb333c14ef30c12a8729b52472ab72fa964b9026299b70d2420dca94fe0f4ce18822b777653e5bb23a00c70f72e95ccbb5f090dddfd4e3256de50229e797984acee75a7e47e6f0201f07b71f6147a4bcbe4de4fc24c0f5209fa3ca8e2bffa4294f2614d4a690f5ba3254cf2d08d44b8871e34690f47a1655af27019e95ff91b89ce17348aa25017e256851625141a4aa35ab8cd9f42647d97146a691e1fa7a2195af2f817d5da275ef4b39fac2788f1e42055e42752e2694f175163fce96d52448ada12722fba455ba1e82135ec9f45135c795e8b1ae3cf57d3d317ff26a25e6241f9abe41a09a0252a12405f1e413796e4a59008f1aba6f45daf1209c1bcca2281fd95967abfa5ee242b97faa2c549522a267652aaa11ed8bbc9c4addea751be2f6b4f79e2833be9261f72a93e96afcda2501489cfe5eff03897e463770585fc08c17cdc407bfbe3396ad77dfc4c4df68afd54b72bced27454a4d0d8573c249456998f464e49d5b1440adda2c1a9921140fa624bd5fd4b341eaf947cc92695ff6b53fad9dfb4a4a555675136f9fe8586f0c71242693f0434383f6b52f6fdb98544cb5f5328b9ffba4628ed771081addfcb4979f86d2691e4ef51121affcda3a9fdb70f81aeb4c64364ac528b78fca0b4a61947555acb129566692d2b4c56d23a29b8d3a496d668ec915a5e46a7a5b46e2f546aa4759f60474a5aaf21323069bdce48b7a4f5ba22f491d67b8ec4535a9fde7129addf19ebb6b4be0f9efc9736c8c736b5b4d105f40d491b1991364baddaa2d028b5ea83776c48ad7f61db42dad82d8442598873a48d0d781649daf87e2c869ad0115269133f541ea44d66d37434d9448fdae433ae42a90d7575a54d87215e95369d851a8cb4e93c74a64a9b6d40ec2bb575c4639f52dbaf481fa4cd9b612997361f847b5bdafc11b624a52dd7204c97b63c4d5fdf6a029a25a4ad7ed24e6bbd01539ab47516b637a56dbfa04c2a6dfbd30243edb290954bdb49f13a36697b09926ba9434bda300e5de9bb1ce8f67e69a7d35845a59d34d8c99076ba4d5bb4532576f0a48ea3d1bc24edbc867647676a65493b9761f995766983b459da652c222ba9d34a444352a74424d7d2ae9f68a739dba19e2375fe88cabcb49b3d7691a4dd86a12750da6d3b124f69b7cb5832a5dd7b62699276df44d9b7472fdadb3dd2d04922ed71119d5dd21e9f51e291f6ec86d857da73149e1795f6dc49f3d8f33ccaa4d29e3254d3a52e898890a5bd826945f792219e90f6caa5f5d57b06e5d5de95782656eaea89a71aa4aeb39064485d7761c740ea9a8d755beaaa45b14bea7a9bd6449f7e089aa5ff95a2a95dda37062d4ed27e93b16f25ed9788bc56dadf803a8074407b441dd201ce34db038251f5910e3885c61ee9c0cd6839940e2c458e2c1df81b8dfbd241968890a5833bd16cbb3b51127557a1f22075ff83329674c804dadb439ed3461eba0a9540a9477b74e8493d7ee33d35d26136b4568739a28428f50ca0843cbc11c261e9f024fa412322d0fd211df1880ac5a80e68e2908e0a45afa2d4eb08a5476f7a1393d4fb03525de9e89a28af4947d35519d23171484fa563e85c93747c6d421de3af2098978eff8caa8fd447887855ea1b8ebe5aa9ef555af7be1ada7cbe9fa8944f6849e971c2a84a0a65a26625f51b87aaa274a23761808922ecd74a277e4691443ae925adaf49d5b4f926fdc6e6ac74b2039e7e924e5e4af96bca50aadb53bc91f44ba72c424bbe744a01f26d69a0731e85c612840dfc4bf97e6a1e6d85a99f512f944e6b43ff71da144a56d3f610f69df606b99534c8111be3d2a001546b83b4f457d3e9fa60e9f493a8754867a8a918ce7c89967ce96c6b9436a5b35bd2d8cfde821d2969c87ef42a4a437e6057441ada85d263e860a22273ba11ea9823a5519df38eead09c3234ab4ae7aea36d356f18b68ca4f376d240cf9350ce99a741722d9df7241643f34d280e4a1764a0715fba30977ef6628102434b06e3450cd225f308762ea137d34a973d44538274b90bca58d2e56ea8294897a751f95de148f4216c2b12756958357dfd2a3b7afa55632921af9a4833b4ea126d98d5f78994adad8137bd48d7bea7ecbb2e9c18d8ba0b287f48d7bbe32b2aa4ebc38964acbf8c3d30e97a197185f59f297f8577a59a169e8a429074c33c3c5e29ddf08a12f226194ded260d3683a4114d89f447f8d1c28cb88c829e74f3384adb9bfdf054a9744b386aeed2c823a85949b736416953ba7528a5a1add3f8af0e91481265472423ea2881f9a893782c4f1a758152ed361734e348b78fa162b8a37f09859653e5db9140aa4f746702e0d1e7b0c5268dcec09ea1746724e1d59dbbd07126dd798056f4aece04c077fd43df9074f752a25bbb6368bbefd1623f4d1ae3430839e62b5a50a47bc3294feceb87ee35e9bec9c458f79fa372b23f310443073aa1db4f7ae034aac3d2037a5abe079524fb1dd213ec3cf49c4622b60dedb4d8b62404c53a53e8f047bc2d497ae41ce5e8236f685b1d3d8b3ab9f4681215d6a3cf28fb1e73a33571bc8266e8843f690a279288489dc8c5c3edd2938e84b64f5ea2ad70f2395a17a4a7bc89229d263783f4b4192d3bd2b87ea8214be3222d2894890e3d699c941679dc27bc0c401adf2e8b42db0846c5e76313411a5f8e4e5e69420baa430943f050b4342118cf234b139653ce49882021e84c02a5da3319d8d4939e7947bcf66c3af1a173f4124a69e2092a4d897ff0a23569921dc94549e35d31943c903279b237c195e402e243c91f09039cef4a5be1fc03b4394b2fb4c536b5f4025dc12dbde041a37a61168dc4857b84d22e5490609cd20a7d56d2948934f62971943153ccb4d3528aa989905a83085eea6462f8a957495e4b2d200696fa82aa7bda786cfd49d30af0b498f4e275aa561773287f5dfc8237a149d36b136bca98856788a5197a0281196f491ccc6c48027b662825becc0354f932cdb118ba3c8f48ffe53554e62e3fa00473d5914ad3d501246c5ca5db50a557abb0e125cd1a4dd9f77a6b6201d70369bb5f5f834e25e9f58d781980f47a0cad9ceca34458b2f369f3ddd849e8f1460921989b3e846a6f9ea1757feb3821989c05e87397e6eca7e686a0139572c14852ad0567a86e0b27e24d7b52d11be28f92da546ba51bf0822ea96c104132b903f6dda5f22924e9cbb7d04e932bd0362255ac4003b354914acb44d99d128cca9716804a4a43a8be45055f3b843ea80d2548a68d20d0ac4da036a22e9d4642f79b76adbe038140bd03150afd645a26fa6324b01bfde9b98c6212b24d76d4c2350d26d1d2bc154dc752f3355a13e6722aacb7fba2254c7a7b1db54aefec447fa1f44e394deddd7b3443799349f8bfd79e58f97d3981ad0732aa560f5b90c09e3f152f6c91169c2ba1d05bd20b1fb52489fa513a41eb422365dfc247147ad215ef08923e794bedba271f68d73ef94195efe934c2e445597891b2f4d976aa56cf9ed38a2e3e4ca0b9b88216d38b57e8ec92befc8fe4db97cbf1e8b4f4155db2227d954bfdc757afa822bf3945fac45b2beafc94762119beb43f25f7d2102a86a579e80095969652fe7ab79952c73b83024365bf09fb7ea843dff5a13e51a40fbf495e2b5f8047a7a5e5c789fd7e4ca0a7ff3414ad7dd24f3934129f4aa83e56b444f79ab4621ca58eca96f41b2b43490aae9c4f1262e561d2dc2bb3a82257e6914a56d59b00d2e7e3f4c1cf2748e4fde64142f6b7001a9c6feba8f3f36d0749c1df8ee0712ee9b773b445ab7b11d0fdbe89d8eff77dc4c0be9f4603a0f49717a5a15f22026e7f3a51ddfeb384befeaf8a8ace5fe61dff3289a7fdbb4efbf15f361e4591febb834d04994533cc39328b1eb8c86516f45e3799c52bac7cb29adb1176ca6a66a1e55056ab18d54e59ed404ceeb2da4b1147cb6a1fc32a2aabd30679adac4e28f6dd65755662334856671d7a5764750ee1095559bd35c80264f53e62da96d50f48a45014f6ca65f533d19624abff083b8bb2faafb230d4603eb23959a329587e655656783a5866f517b56d99753ae20959e3cef8964859e3c38890658d2fa168296ba24097abacc9233ca7236b5281044fd67429d62159d30c5a00cdc2718bca6c1d91fcc86cfdf1c887acc5725a982d22d12e256b21b2c150cbdad8ad91b56c4ea3dab2151a1c642d9330a5c95a8a31d5ca5a9ab1f5276bdd1af990acf5043cf3236b5b1bfd72b2b69e28b0cbda8ea10fdae5224592b51b8c5541d6ce0ffbc8b2f61224eab20e7d3021cb3a2e411543d6f110b27259c75c54c0651d9f611295757ce98921fb31b4ddeda3b104c8ec5fa11a257370432945e6108db61199630d5a5f8e5134aa8e3fb0b921eb4c22afacf3076ca7c8ba8c44a02beb928ea55cd6e517161d59d73d9486ba9ec69e8eac6b01fa3a64ce56e8c59039f7c70a23eb968a8c55d64d448bbcbb2baa3eb2ee21b4f9ba2f423627eb9e84f7b8c97a7c407c2feb994bd3d1f311eae432173fe430b25e6e883a64aecb297ff53da5a0d065caabfd1ad1eee8678f861059bf47541ffb5ba1c6271bb00c0f32cb063c43562e1ba8434c2e731b4c49d42d84fea3db36e469b241c71150ca065dc7822f1bdc8246757017e443b2c1c1d82b97b92f43b822738f425023733f4c557488236dbe21b39194c9863ca18a3cb40e4dedd05e61142a452225f3588d62bdcc230e2f81957936a264e5e948dbddb31f525dd9f0129a8e11fba9768c484410281b591fefec928d8c4183a96ce479c47232efc528afc9bcb7d3b6f2be9047213dfdd5686fd4bf64632c09168c1987305d36e61695ccb17e34f6635fa2a6201b7798f2fd781f6ccdc87c6c0989fa445112f575450a2e9b308190c284ef2859c8fcfa1370f3b7c50e9ecc7f38ea85b200236adbb249edf180a26cb225a5edc974a3b06c4a7714eb655352d1592f0bf4a2210c9c4a49215047d924b08c4ac0b41eb114fa833726ca826ed1cf9e5e9372e1f4956812924d2fc41b4264c13bb1d7249bd1851e6286095b33b29937e8bb661611d09d5507fd13b2598ba88ace3a4699697647aa0a216dd0142a0b1986ed3a5948020d74685754576473fa220597cd5d80970bc9e63e46d7806cee670b0ccd5b45c5708104cf52ca16c5d36c2f89b2c7d0d2286c65c9962908cb2d2ba754bbd29d12dfaace78ec53b66a12158a55726c6ec8566f43a559b6fa1325d13573d055275b5f87be6bbd177a1565ebe9661c59f848547465e19328cb6d9841697b433c81c08dd788ea6e4af3c450441d3cc72a8b6881ee5b59442155e4cdbfb0af20db728b90d596f7a8f1c9b654e2f11159a4257a3b655b93517a926d7d42df15e580f6455994bf2b858ea2d747b66d165ebd25dbf69e08def6296884926d8fa724bae32afda0e86db44577baa1235bb6ab39765864bbc65115dd15418b69d74decc3c876a746514842e5644f07d4dc6531969414f686611b51b6af04fbc8b2fdadd1b325db7f8b60c181a6b4d30e4ec21e85eca0903e787835aab0b22393888b1e91d39a38fa887ed0d10a2a99c7bcb07b2a3b7614653fd9b1e7781d88ecf8517aae136dd0282c3b1142dcfde451daee272f9340756a22fa0164a7edb171298b1b44e3151745d52a7e0565938426040b120e61634996f08d00d299c7545813fbe1492a59e2334adb4927f054962ce93a41b2e46c828ae7dd6908cfd315a3b20b3b29fb5e8843e15f967a9076476a123d446a263a536569ffe1112c59da6a3c07264b6f407c287d3eb193f448bcc14176a90ec96b97aed26fbc54803d56d9a5b7c458338ed1aecda8a62d9ae9a3a0d0025a26997f29b95f760cc3d095fd24af5d35608f5576b51a4f66cbaefe4027892ccb96526dd649121ab34309f1ddf0a3cd776325b1b91bb9046a6ef6afc4d0ad025a8539ac16e46c20ec2b9887b67099601fe168b135e57bf15b7463c9249b492491d6c0a6b14c7a028f4dc9a4a7a9ba4b0d4445a4263468c9642fd13f2193efc24e864c31947439c50cecd6c814dfd02f27530e20a0ab9a467b5b75187da2325512916b756d52e6d5b6fe18d234258552134d63af1b958721fd78c200fa5b1c92d37ed45790ce64f020c9c2309d10b261213afe6506254975c601443c4df124f198e348aa33bf20e8935bd71e43b73b60fb49767b3d6de4db1b09fadcaea419bae34222c99d9354d3eeb6a0bd9d1788e75865797b0875dcdb4c4beede255abef7eba2c35876ff01d1d307b368613e1c477ff5309796dcc3374403f35ba0e15b96ff91526d41773c852b2bc8a5bcfaa88a0a6be1334a0a8fc308de3dde4c00e9713a2df2273ba8e03f11d2103e79456a7ad13a629945c9847d8b3ea26d44f6bc3e9e3b913d5f4df9eb7912b6bc65c59b49bd2bde8e4d50d98b6ca2812f8348da7c7985c0d6ab2a5257de84d2d7bf394518b37414b193d2c7683892bd93521a7aa7a1e77a574492ebfb60629965f5d197262b1b4a75bb2c80966fd91422c4652252c93ed424cef7a11eff550ff4e7c83e24e05552b28f3d09347fdc437be8e33e12363e0da7ae484530e1af8a9324b8547ca351ad8aa1bafdb91e89115f8e5247ea4b113508bf7c21d4f1d585b4daaf89d4c2fd9a866f7e917dbd4e09f9db766a9454bbd37fac1e4d6bb57a2141c5eaedd493fe9e4e8aeecf8154ad7edea154fb6b035e3825fb958b3d7cd96f1f12107e1f2449ff8f150df49fe68414fe04d05afdb31e8d3db23f3bd1582dfb534abdf2bf55d41ffafb9d76c7bfcb08dce4351aa393445ee33a2e26b98533b200794d057616e5b58498d2e4b557229e90d74e407a2aaf638539475e6727920c791d3a9c20b7a4779fcb2dffc376b0dc722d9a4be475ab703fcaebb7c5cc24afff003380bc41348d44835cec51c81b66e1ba9737bc410fd1c801c541b9551c563eb9f500ac8f72ebf9689996376e871056deb83dc26179533b6460f2a625f4f4b632dcdbf2e663513a97379f8feb5edefc3ee655798b4df6186a790ecf51c85b7d43ed51deba076e7779eb73786a46defa17426b799b40f4aec8dbcca5ffd896dee1256f3b156d10723b9b2c0a39d173b52bc2542b6f3f1bc183bc7d29f26d798718b4ffc83b76c1842cb7ef82f95e6ebf0d31a6dc61321e9a903b1c47195eee20c6c427ef24411b84dcb109baeae48edbf14489dcd1801a9fbc73306593ce771147cb3b9722c1933b9d40b540de35d48242d1b4b79d27e16121b9f33f6499f26e87683f76bb4059ae9b9e564ef7b3b4e4babf47e42eef61a4ddd17312ba10e53d6fa1e550def333563eb94b087a7de42e15b4e47a05e5516817f6e6e4bd44083be5bde7d35aed7d138daff23eedd02e25efd31f0517799fe1d8f991f7c940702aef5b1fdda4f2be5eb4d3faf544b3aabcdf0e5aabfd9ea33559deef33825379ff25b4adfae7a1cd593ea039cde300075457e403dcb193211f389fb2dcc065b498dcaae8e907c52278900f3a47633f2813e548f9a05fa87fc90787a2a95d3ef8382205f9e02f287fc8ddcfd08619e2820760e543de2387910f7547fd4b3ed4078d2af2a125040b867e4454fbff109a5ee41e41d8dc900f5f48f571f8fa580c8dc8a12d3a320cbdb0f2919b69ec47c663cb5b3eaa0d2a0ff25103b089201fb580eae3a8f734435e5dd04820f7a23727c8bdfcf044afdc2b9266c8eb2aaa5172af7c942ce4de67f1052ef2d1f591fdca475bd1161d6d8bbd00f9e811a834cb472f4582271ffd1ded9ef231f529478f694b7b68cc6c1afbb15d15181a370a0d21f271e39164c8c76d4616201fdf068f4dc9c7bbd286193f115f5e281fbf8110dff8afe81c94fb344723a7dc67373daa4f0515565f1bda56beedb1db2cf7dd87bc433e61343dea843304022724a3f74eeea7a77212d00dcd25f2000f242cf280d1484fe5930fe3cb7de593d57809867c4a2981f9402fdab581a9046a026fa3c6279f7a023b8bf2e9e1f4b3673ca7e998798cb6d54c1d3243f9ac602abfb316d1a4cd6e877e5f79c878ca85a12db0f5279f531b0f9acae7d8d15698ef4303bda0017dfdc2cdd816932f3c6e4fa174ca850b33f0a4b17c516b146fe48b67134a5be24c296d89099becf225e5943a96da53fe5a1a84a45fbeb41419be7c590a41d8655fd0992a5f6e2684bcfc398a5dff0fe1296ff9f23704909697121a5a31135545f98a08faae155ada562b3d08f2afd4d00f5abd0defc692af39467fb546406968ed1c6cb1c9d71e4793907ced2d6c3fc9d7ad234cbebe316aeef2f54561180a57e041667978292db9f06fb430c37fa23d43bea10eb607e41beca90e6d4a23f6bb49ea8fa1087f943fe411b19514ca2016b0398170e19674da8f5b7269d76ef9422b3a720c1e9c9447d2bbebe49112a2e05ba7d0de8e227f8e3c2a1f9b1bf26da594acb61fc6be827cfb7d42b53b32d130298f0e41d1521e9d8442b63cfa1525be5d2348cfd91d8a1601f96e1389117b6ed17f8ce983cd2079cc16ca133187a8f2c51868b6639e10c1db3b147dc8f2bd870875ecfd828d4bf9011ba2ba072a6d3074b01fe5d5832c501d2c20a878e8207691e487aed3cf3e2422fa103b86d6576c3855d158091e15901fae4d2ce07025f6ade4477f13c13b968cae60f9711f34eecb8f3f2741ef44eb120c9d4c248074ca1f2de6f2d3e78849c7ad4761561e978602bb3cfe152da6042bca5f098ed8769527e8083d9e594d0be0cc06aa8f67f6e09148f9994794bfce16a3c5497e6e0fa5da7399f4f5e7ca49834952d1a425f7c0be953c793fa1b4e4d384ac92bfe2db0ee4e7bfa14e2ebfe04b7a61ea1f02e0693104b62ed646215b7e318536727a33fa8de9743f803c3d330b43971e62df4a9e319de4c88c1fb4ad32dbd2a366b6a5dd71791a31fccb0b89a85f7e4dc0ed4a02e1d5ab0fb1bb25cf4aa16592759fb2efb5b9d8c3975fbb46a8e3fa32caabd9ada88065cf2479edc64cc25f372e514dbbb9077bbff29b77683109ec5c29e4408542b0012d6172410a1543c1479a21e1009a5aa10f09ffc2bdb456c59e6826948be9f09e5cfc18dbd47271295ef92b177fc296a45cba158d0472e965c272f2a5547ee5a7a93ecaff120650c4523951b6411b975c79901898aa39e9abaa7b78205dae29b0c090f60965009d96c64bdf91e651ff9b48acc18b24444314955fc32352574c6994c94d6f482e32fda09d966b45bc367703362ee5b9d7d10b2bbffd0a2d9af23b43d1a32bcf6b4612625e772a6079f36954f396918c9597608fa17b414445eedda7fd787f060954f78b29333d18404af3834994901f9ca5817ef000cde3f28707d02c21cf77208532ff0835a90a7c69bc0a96a193575e104183f3683aed8e47e7a8cd53584c3ad363ba2348fe642a65b927f9c4c09e669344fd6c09b1b967fb481a78f69ab4a1e70d89d63cff47525d713b2ad2c5bfd153232ffe83f61f79491d028125752817963cb4c1d08b4584e55ef9927af76a197a15e5afa369b6dfd44183bcfc4d139a8e3703a8b0bea14b14e56f1e5323ae74095a5ae5a52708ccbf1b4a93f6ce8f78edbb4978e443febe3981adf776e80095bfef4140e47d329e9a91bf2fc326bbbccc920ac587ee68bd927fb84af8eb4315819af2da51140aa44c5e1e49fff1636d1a898fbeb4153e461026fff89992fb27cf4a0af950a7acc29bd495ca8654d32a0f52fbbcf2136d85ca2fd493ae0a2545e4b30be5c2af997844595e5d8b4073f5113c2c24af4e22b5e0fb5a1a89ef0ada8f3f8610f9f9b9248f42e994907fd5c7d34ff2dfb74885fd2dc3c368f2df85944dfe4ea4d6f2bf4938db8a1a37d052a1a8518aec4451e31fae1c85852fe25545cd43a846296a3ea6efaa1581c7fc15b5ae61cb4851bb3dbaea14b565d8b956d419a7c0906513ec8a282c1538aa0acbcfc8021475e5889914f5c6a1fb43512f02a9aea2de596c5c2aeadd41f15951ef11daaf15f5ad30b92bea9720915234f888c299a2613decf42b1ab644815dd1f02f427e45a346b872148d7aa336a468b41f1b258a461f10c22aac17a3baa2b08e462aa2b03e8b904c619d473fbbf114d490158d9fa1d2ac68b289fe63930a34a22b6cea63c15734b5c0aaa068fa036194a2d920f4342b9a6da187687603b189a29984965cb3cfa829286c1d11892a6c3d50cf51d87e428ca968fe0f89a7a2c5404c308a962db08ba468ad4200ae68fd1cf397a24d932c0a75426953d166371e3d54b47d81af0a57d8cd463155619787f04ed1ce0e2992a2dd6b4a0aeddf63f95574a88da046d17180058536d043742ca145fe7f6488a14e96b4f93abd409785a2d3077f0c39eaf1cc8fa2f31e643a8a2e03b1942bba8cc132a770227b99a2eb2c5a985d5760335bd1558d7058d1558bf7df2b9c7d91fd2a9cf7d01eea968fbc43d1ad10c50845f77064018a9e73b1ba2b7a9ea442d13303b19cc265315a6d152e4b9181295c92b163a0e8d51fa54d45af4334b5bd9ea39b41d1db0bf1aaa2f777da30aee1e8fe50b89e45cd4ae15a8a6284c2b51c8520459f76280e2afa7c46ef8ae2bf8ef4f5ff8da632d7d702956645bf9a28fc2bfa75a095d36f02b6c514fd2b296d0f684ddf35a000af16510cec849a8262606faa566ecdb019a418b40ce18a62501c8279c59054aa434317a130ab187a1c0f022a3cee109e18e68667f0149e7b91522a3c73e8370e6f40cb77782a222bc5f0a7785d8362f873948b1423b663e74731228572e1c8205ae4a35e60534fe1d500ad310aefbe843abc03b02da6f05e4e09c67b3b426b85771aaa2b0aef6a5a98a39bd22a1cbd1f5bf18a311d10c22ac610aa558c75f4a4903795a6b174f3a562dc045aabe3e2a9b08ebb881d4fc5f81c7c7f87c26710727785cf087a549f55544e7c4ea19140e1eb45d8d7d7077b140adf25c89115fe89940bfd8d28182b0216101a0a88a3470d48c2468922c084e44731712cade889bb69234f4c20083b514f3b6d923b41c54921549127ad4573af62f250026e939761a74c31c59d525aa017a5edc0a9c4150217a1f8ac08cc241610f80ac554c5d40968a3574c3b8f1d62455035fa0114d3c751660ab644e55411bc1efb1d8ae09fae189ad103cf652a66f441379662a62b61a69965688554ccaa4f0b60963fbe9943314b8b32bc62d62b64d28ad98df07cad22a40b6a698a901904ef426b538209f5a4b53ac711f57bc59c15041ee624d1c29cbb045b208ab987d1deaf98f7990aebfc145a980b06a3fea5583017df6da158c0d07a916d1485dca8802dbe87fa97626943020f4b1ba2ff4bb1b4033611144be7a3bca6586aa0e958be9b72f48af1d85750ac5c4e10766502ea5f8a952aa24861d16114a29bd014618751a052acda4603bdba6f0986d66c44d55ab1368960d4daf3b47cd766a0ef51b1b600cf6e29d6d24db48ab55ff19643c5fa2936145a4adfb57e15e5c2f5558401c2dba3515811be19bb228af013688656845f272eba61061e22576c6c4fb073632e7688159b1c28036cfa4a1c3922089b418a08399a25141165e872556c3e46e564cb743c78a4d8b21ecdaa8ac86e5432236fa077581159458313f91dad0b8aad83d1faaed8ea453a5354306de4a8bf0474b7d911a3d8d6850ac5b62492c4b6af26ad23fa0afd55f47d9adae8c744b7767a127adcb5c8934207519855ec3a49697bf735d2bf766b4837d9538774803d9e04c9f6ec23b2b827118f6a2a62aefb53e82301ddbd732889ee5d435574df6b6ccd28f69fc25eb962bf8892fb015b1afb831369bc0eaa89181c7a9887a1583bfa60ac3d01b7d833e83a57c4bea52c7778229e9b531c56917076e411367014474329931fbb4d4f7fa20d4916271e13403a359dc8cf690b347c2b4eb7a52577fa071a2615f1b6782dbb22de819268bc17d5ed781f7ad4f82c4a1d09a7d114aa386385ad2cc5d99e6825529ceb471833b13f55f7440f2a01494ef4a849b7b093a148f6a155981c414250f221aa7c17e691fc91d2807e500abd7e4691f297fe63da4f3ceba6b8d8974a667a3d1ad5f4f6348fe9be043bd3975242bed490c6eb520e81d38c8e840b33faa12b45913193ea76c64a5ae41969447e32ca88186454e2d5488acc4b6837505c994ebbf6aa03a5a1ab2b89815d7d46fa57960d369614595d69dd674da6ed9e7582c63e2b9da4e06b1fa86e5f0fa29d763d163de08aeb65d8d6576427a30d4271631f6df71b47492ebab59f0abe60081a0914824354dd05bf68f3096791742ea497b92b84858444852fd083a410bea59523ba4a2553d289b6bbbc25ad4239cf907c23d521455b126615cf692b2827d0d82bf7122e549da782af4e207d42d3967ea3de9a789abe0749e77a4f6214fadd84c90d3d08de197c29211bfc485d315d275a63e6ed6ede4d35cd9c4c1fcc1d46ca56ee3c92a86fcb09e8dea9453ac09d8f78e65a71b7153dc4dd6abc76439167a27c9f778f7ef6bd76c46bef8d27b0753f885a460f2de883f99f68d71674a164f5e81ce1d5c21944dd0a6f50fbe9f179f43c289e0ca0aaf0e40969b545fe84148a56d16f2ccac783478a678f484d7fde99fa43cff7d0a83edf4b54a478132da662bab24951d22016432f3aa27d51f1424968fb859ea4cd1765f41f5fb623d5e7e52842a2af6e928af1aa188fc92ade54d0fa7aaba565529a455a47692e09eca5bfa973fd4e86d62bc5fb07784b98a22c9b64f832193596cabea07745f16100e1aff238ea49977f27ecfbf136de08a5f8f81aed2c8a4fe994862ad209d454e450adad14d00c55e5e3e10445d51faaee9f7f512efcfa9e96c9b74d78edbfe2db797afaea384269df03a9767c3711e2fb591b4f8c2b7e3d259ef6c792aae89fb124fbfd33532efcf7dc1542ca1a4d515f55d688433ca1ac61c656a9b24601fe47658d5798ac941601388fca5a33314f28ebd446055c59478e6e06a5650f6c792b2d97d00faadb0a6d36caba5b317f29eb1ec605a0ac2b409785b29e3dfa2794f5edb1fc2aebaf43d54759ff34d65a65c3951cbac6a1023c18a2b46a4a8363351f73b4d22a0efb434a2b333a5395d6a7115929ad53303d2a1b0fc51e85b2f1387cad97b2f1613c77a26c9c837291b28915ee2165930578f450d9642d4245a54ddf300a9dc182afb47981f84b69f301f790b2e94484d6caa62b507950367d89395ad9dc0241a0b2f955ccf7ca167aec64285bd6c2fe90b2655b6473ca9666149594ad26d14e6b1d4adfd53a16b56d659b4ea8fb2adbeab09c28dbfe45c9426927c264a5b4d3e03133a5dd7b6401ca76eb11472bdbbdc3eb0794ed37d3cfeee082ac5cd921d91f431d23d095a2b43f85ec44694fd7f42a1dfe435aa3742066a8ec74082f29503a66636751d9b9530985065166eabc1c2199b2f34d4a7c5d92d081a0746a412bda69126526a72c6cd7299df2b0d62a9d9ea08956d92d00ab95b2db343cd7a4ec76230443dd9b20a054f6a881d293b26707b425297b5e44794de9128cd05ad98bca9cb257276cf3287b2d45d55ad9bb06655f572d822de57f97517950f60d45c158d9f714f6ca95fdeaa252a3ecb71bf9a3b29f12e50f65ff0e58dd95033c90bb2b078cc79308ca011769e50c6c8a57822907bea23c3168078279e59091b46b8788b0afa01c1a84de15a587019d5dca615bd197a6f45c8c7d18e5080fec8b2a47fca3471de94f296d5436f6ca955e1ba95078abe883a307a09b41393a9c52dae883541546275762684c0d822b631620aa558e79881ab272cc7724d7cab1bba8188e2dc72345ca71f45245e5b86e94c9c7bb51ad1d9f44eb7efc790e55207257fa04a280a0f45944bbd6478aa292d277b62785d6539ef01550c6f4d5a38aa1f4fd89b637e5044bc2987ed42156fa35a7d9f6eb8fcd6ca5df29ec952bfd1b603348e9df10dfcca1f45f87ca8332601cdaa59413df2363554e7a450979f2744a43934fa1b1473965109ed3514e1989329672ca57da1d53bea260ac0c8c205c18781a355165a08e206c6001927ee5b4af84738256222b57069561c35e393d8e6a5af055aac8333cc328b40179ad7266635a5f336d08d4cc1c82974d28672562135439eb2521be599fa934cdee450069b6079ead51ce9e424861f65d541e94739d28e7cc4d25cc346f38619379094458e68fa4babda01d5e06a05cb005c567e582fde8cf512e9263c753b978251aed948be9250fcac53fd0e3a65c12826e52e5d26984e596865052587a14b50ee5b222145c94cb5ba2e34cb9fc3491b2e5d5345e2b9660a357b9e20295a6b049a80328c30269ddaf5a8762aa7255346df7d52adaee6b73693ad65b50965b7f968af4fa6cca39eb7fe1b10365f878347128c357e2e176e5864636146a82f658e5c60a94d7949b16a0f6a8dc144ea936c28e2865c419ca399b5ba2c358b9f9369a25945b1610f1dcf206db3ccaad63a328544d4821ca871e222a1e8d2aca6dabb04daddca6a515bddd921e757b34eaf7caedf7511c546e2f467fa1724714fda0e8ff0847472fc777c429a3f7d37fdce94cbac9ce6c026ebb1c6924762d41bf8972b73f8deaee38aadb7bee1357d83701c52ee57e35ea72ca43e7d1fda13cf4019b8dcad83a9514ea8d960a65ac04f54265ac9636cce101d8e7531ece41954c79c48d28e591dfb4268e7aa172aa3c964669e898c69e4277f000acf2c404b4e42b4f44e31152e5895d049a4f28b08ba43cb914455ee5c90d54284efe26d6746a382df2534b08889c12d0779d2aa33474ea279e7f549e5e8592ab326e241e8055c69dc21eab32ae94a6367e2915e98465b41f130af09ca1f2ec69f47f29cffec6b348ca731309fa244e25752571031e7f53265ea05d9b5844bc23a926a5dae450aa8fc93bb228a420c5edfc2c6ca82acf6fa43d74fe046580f30fd07dab4c199d88a154ba1450997a80805b5a43925cd3420947a7e551754f2bc6169bf292175a21959766d34864585152c8e84e7b3b6312a1c78ce3f41b33dbd1e6cbfc44b2dfe554a281575c68615ebd80364165d64e5a39d7625c29748604f66b2554b7af9591a6703d98c0e9f54d28e92baf3f23249a5d0fcf3f2a6ff421b872b313e5899b26aa30374b6808731c2975e484611f46291885c7219482b504ad05dbf0fa60a5e0061ef0510ad468a1530a7e856148d8874655b800fd394aa19ebe4bf8164db44af133e28f921394992471b461242f6d302455e18161a5b4908894ec3f6cc429e53ee8bc51caa534b58a4e2459282e9342a9a48bf395ca97c47e55ad68bbabeed24656fb529653cb49c6d25c2346a1f52288a1eb418555d7134feb2b75d7a9e0eb9b9258afcf225c68984edf65fa834602a5d9051baa4a737c0986728f132bbfed41dceaf6053c2ba2bc5b830484bb3668f856dedd4f0f917784d2505e36f1da7b8b889ededb461bf9c13dca72f925b4560b4651e52b0ca0ca57f8075ba5cac73549e47dbc9dd8dce3b344629fd422b1ebe9684a7c4f95041e9ebea3792cf22795bf6831e9e4cf5c09633eeb432bfad9316286cf97a3a95df93c9280dbf38b6825523ed7d0162d0e2066587c85beab643d01ca170d28fbbe1c46eaddcb3ff4f5af8494575fdd26e4fe7a213511de34a19259da986860693f22fda5c9d8b956be1b8e662fe5fbae940bdfef466f94b22c80f850d93b12663f70b52a0fa78c59be0bdd0cca8fa309fb7e5c4e6ceee35a4aa21fa5d476fdd49af6d0a74c4a0a156d08f1550ca749ab7420b45d49b7002b2bb791ce54d59b94d3aa3d787c4459f59914cacf2709f27f1944a9f6eb2cc2985fb7938e593d9050daf7e1f89a2ae5772f420adf8fd30c7dff421adf8fe3b41f7fe451d1f9518eae4de5cfdaa489feec4cb4f9e7565af73f6f5266fa154539e757112d803ffd48f5f95b8d670c94ff6ea0c95155a307c202558d83c87454162ed85157590c46f95665710d139fcae216560595c56d04f32a8b22ecfca86aba611d52d5fc8263afaae58617dca86aa5227553d532a286acaafdc11e4375ec69242c83708654968b9164a8ea1e41a38aaabe3f8ebdaafe42940654f58fe116553520c942d580fadbaa0655f4831a5ad04334aa85985cd5a8270d61a395d85852354a425395aaf1406499aac659c83b548dd559147a8bd844d5b83204434d9c2c28f41831a6aac907ac562a9b0db8dd5536119827544deba01ead6aea8a874c544d4fd2d337eb1c46a117d82851d92ea7e56bfb180b85caf62d661395ed07ec94a99a2f404d41d55c8e1c46d5424663df7212e609554b2de66855ab9e3614fa8b6d44556b37ccf7aad6835d31d4e615222b55db583ccda3b2f343515c6517821449d5be0da63455fb61d8cc56b51f891d0355fb4a9ac70e3ed8b752759881aaa2aae33eac56aa8e72da301ddfe2e5552a7b4fa45b2afb226c19a91c6a202c5039d8512e741886bc43e5d8817eb6e322ca988e4284512a4731a234956339567755e7a7c8f0555deaa17b4dd5a5072ddf2ec7f1ca4c95d3067489a99c0ed3f2ed3a0faf3352393f45d0ac72a61717a9ba37429785aafb1a94bb553df26845f7cc42bb94aaa7991ea2672ead4297ab882754bd9ad176ef351c118caa570afd20d735946a5de350c754b9dea2fcd5a70b1262d57f89d8fa53fd9786f76ca9fe2b459ea6ea3b8aaa55df2528fba9fa96a114acea6747f5b1df153cf4a5ea27c3368faa7f39a5a1fe9f69d70ef4c053f1aa819b91f3a90666d26cbb89e8eb077da5d0e05988bf54834fa328ae1afc0e49996ac87514bb544304511412a1774535d48aa676e875fafaa10568ed530dfd4845c7c389c67e18bdfa47356c3f6dbe61e994bf3cf7e2411ad5705b44dbaae14329df0f9f415f3ffc0d6180113db0c5a61ae143997c6436761655a3fc086c79b960534fe5f58c769af710a46e2a6f332acdaad1175138538d29c7aeae6aec64ca0063f7d3748cab42d6a41aef87144935be00f9a3caa78af6b66f223a1a5513dcf148e4ff435474262ca26c32e113a147bf06e87051f98d40dd57e53713753995ff0c54f95501bd2993078ca4451ee0857d1855400c1229d5c44094785413afa031513531078f01a926ea910fa926b5a4f438795e22860297d17f0c3c4733347510f63b54538fd3d74feb8ad44d356d20f18e690b5012534d3b8ade2855d06c5444544142f4cba98294e84b5305bdc10b5255d31bd08a9ede15256ad5f4a5d845524d0fa36c32fd144ac1aae0ae286daa82ff43f7ad2a78082ae0aae051d84f53052f430d46157c390f4333d610969b6949cf35d38af6f6cc2394d266dec05739ab66e610899df51cfde4aa596ff148916af65294c4542151b4d3426e13da0e9d4c903f349c5674e84502e0736be3e927d55cd7580a4da39a367735fdc7b90fd1d3ac9a370ecf05a8e665a0295435ef8e2b86e6d7a57c3f7f0215c3f989251492a0d8a55a380a2df9aa8587f04c996a513bd4ef558b9ed2fa5a7c00f51cd5e2e32877ab96f6c4bebb6ae932d23a962a50e5572dcbc7068e6a790b5a132bdae34140d58ae1f8a61cd58a3da8b9ab5688b1cfa70a9b4ba3baaa1b9edc50ad1a47a3ba6a32419f55072d28548acaa96af530d41e55ab13a8e0affe4aa57c8d1d362e556b46e08971d59a2d34126bd2481a58171a46a13578f845b58ede30ac5a6720a6b33e967e76f8442abfe12be9b9c2efa26356b5e11a41d80d1aca001bbef86368a33b0dcec6e5d817556d54a2d2ac8a5844582ee216da50555b3ad31edae285a72d545b82090446f5201ab8ad3ff61554db12514d576dfb8abd72d5f6f9947db753a74cb5bd90be7e471dc213d11da980453b52298f76a1818e96a3655a154de71f55d17fa86eefac4d7065972751f05d2f09ccef694f5b744f024ded9e7be8f857c58412d58dd946531b63a49db6975ef9aedad70caf9456edf3a5efda379bf2d781ae941e0f78904279209bc0fc0119019103b954150e9e25bc7ae80c81f94399e8a052c5da4561e8481d8218470a28331da5e336aa637508291cbb43e5e4f8362af8c7af914e7efc264dda71351a3955c7359e147a45d0e7f8371ac213d6783a4575c21bad44aa13ff68c99d1a42cbf7d47874fba94e9dc2bea8eaf442ca85a75f101089b3a8a4d04af462a8e2d2d18ea74aa84f7528e1340df4192bfa4167da917a77c689cac9991378d041757617e95fe796a04757754e402a46920b8970494ad257935d48ed4c3e4eb2f2f92d94e5ce5f271a78e13329ba292a2a73a95748714b55d007530d34dba9f4562755da0a42ee17ebe55168319edf565d3a89fd47d5a58b68d052650c270121a388d657662ffafacbb5487aba5c448be94a673c49a5baa2a0d0d51594acb24e615f54959547b5e3fa2aaaeed79fd243dc684bfbf1c654ea0fdd3c9045a142d2276e99b057aebaf594fa69b78a69ec6f95a26b409533864a794e106d05412ddab582a9d4581284db60483c9b0a98f8093a9f5592b1f45dd25e78c7864aba816081cc0acfcda9e45da98123cf22155671961424551db4a1aa547fa865a4fe8f6081660c1162ed0d52c07547a8b3a82b4793b64af797fa1dfa6e041ef4c3f1fa60957e35e51c43201ae45586bdb4dd0d2a92520cf768f91ac78660c8b41b4f49aacccb6908cdc578545395eb8f4e1255ee3a6a81e4eae83fde6e43bd933b0dd012a6baeb43237177065e65a0ba2b464b85ea5e12b59feed3e13dd5fd284a7cf755c40cefffa25dfb20861ee2c15e52021f9e261d203f9366a8e0009ede5415b6c01bed54853d89d716ba52f62d5c45d8f7f16ae2304fb6a3854ef5644f09850ee2513ad5d3c5789046555493ba5bcf2d29d53edf4e5db7e27168965015a7a3ef51555283da292f17107a7cb99690d5cbed54915fb52694f6ea12418cd7b3094fbcf980c76d546fbe935af0d64850b1b42389a9ef6ed00cbd1f4902c2fbe5a403bc8fa60ecbfb3d44d4dfff23c85f96413db0320df50ccb2aa8c5f6c14415a6bc36f1b4f28e449bcb4fd30228ff403e858feda8fdf4c99276daa759d487f9f48a58c0a77f54d32a56502fb3e23839492a1eb952a8943240e51474d5a92af308de7d3e47abf04b35d1e6af8d69c37c6d4dcff57516f502beb2dfe4eb4e3cb3a8fa368c9055751bc226d58194607edca37cfff33ffafadf4602f3bf8b4839fdc39d8c3f12b4b4aafe3c2366f8d78664acbf5a4a43ffec48f6fb37049b54ea1aad71d7aa6b38e14e53d770c15ca8aeb107e19dba462a9626750d3a57aeb6c840d55a6d61c4e6acdae2097691d4357528e8a96bcfc5b74da96bafc0f2abaea345c4a7b6a42bd4d4964538d06acb72e430eabadbb0b5acaebf03fd72eafa6711afaa1b44602657379c8433a46e9885695bddc8099dbcea46efd08ba1b6b2c2bdadb6ae4b1f6c1c891449dd782f521175939b88d2d436a3d1aaa66e76c89342c7d11ba56e7e9a06a7b912a1a2ba055d4ca76e7103db29ea96571050aa5bbba1f4a46e1d8afc51dd263f0a436d8b51e251db5961635c6dd71d0192da2e0b2531753b2b4430eaf6831089aa3b8ca03dd4c10b050475474b9423d51df3510157772ca555e850036f12523bf4c11cad76d88a354ddda907a66d75a7beb4263acdc7a69eda7118964c75670becb1aabb04539ee8728166c8c9d29f42ed68d7761d8cc286baeb25c4f76ae7da78d38bda792cea5fea6ef1089ad5dd2e637f5bddcd4093d6fd2c3d6af7344cc8ea1efbf1556fea1e65484fd52ecb507051bb9c444557edf21ce56e756f3365933eb5b05fabeef308ef4a51f7a944f0a0feef2ef661d47d3fa086aceeb7190f3baafb9dc47e9a7ac01414a8d403a6a35aa01ee88fbc563df03dc202b5db1384c36ab74a3c57ae1e348ef6907b1dd43ad4eed668ac56bb3f40a0ab767f42c96a881325e4a124fcab879ea02dead108e9bcda2304f1aa7a580c9a38d49e23b1e5adf69c8ea79fd49e8fb1afa01e7e00dd91eae125883ad42392a8348d4c4150a31ed583f2ea2857ecb0a8bd5c1176aabd96a3f2a0f652d12af47a85744bedf59dcaaf773fbc9b41ed7d18a573b5f73b14c5d5a33bd36f1cbd1749867af4098477ead1d994c9c74452ad1da3c1932eea7113d194a01e578592857a7c3f2452eaf17e5428c68b9194a97de8c60bb56f2525e40959789c4bed579ba6d6af116aa26abff9c8d3d4fead6831050c422b913ac093eaf644474256130723dd524f3c6a83a149ab9122a927af89c550600055bec02c2a6081d9341d81855415a63ad1744cdd8b4c5a3d5540cf35cd1f49867a9a127539f5b4075428821663ff511d948227a9d4d34309d5062fa68c39e326e58999ae3438b36ae11544ea5913b199ad9eb5125d3cead959d8af55cfaea29a16d28cc63ee428e59c90344a8fa1972893cfc9a2499b938ba2b87aaea582424ed84654cf9d8afc513d7733958079c134d0f396637f483d6f0b6df779021a89f98d68c3cc5f465f3f9f0cb9eaf922aaa20bfa52295fd40b0f28aa17533b45bd643a5e37a35ef291aad5928f2833a8970d246eb56c0b9e90502fcba45cb8bc133deaf225847356ecc456967ac529d444d52baad1e5aa5ef18f96c94abad3521d16459c6f1533b055cf08dead9e458c758d07319d3551e80852af1122e957afb94bb5636d4b746ca8d7ee45cb8e7aed0942a26be5681150af2dc506b47a9d0b65f275a55432d7d7462148bd7e163dc4fa70da69eb37a128ae5e7f9e667bbd1cbb0feaf04d68dc576f6840eb7ed338aa7c9b2ed86328e212361bd59be7d02adc329c96ef96040b0c45ae273abf75314afaeaa84dd8ef504745a374ae8ecaa4ed1e75133b52ea6d2eb4d3b60fc6c6a53aba1f25f7e8fe541576de2242bc2b81aafbae0bb4ddf748a9ccc5c41351dfbb8170f4be50421dfb6b133dddbf011b38eafdf1b430f7cb48eb381488361bf5a1a7786da33a76138dd7e17934f687b7d1de3ebc93e8e9918da8f1a98f64a147447df425ad9c135e043b4ff8a0e2a63ee18fe612f50939adafd39124afc5f952fe8adb891ab23aee393d7d7c035a13f1cba8cc25b4a542917090a0628292d49584979e183ad31e9bc6ea337d4979383387e8e9d96168a9509feb402ce0dc35f4afaa131ba07eaf4ebc802e6a75e26f520b929652614d7a431f4c96a3b9447dde95d2f679355ae8d41716d2aebdb08878da858da86dab531ae1614775ca0eca4ca9d3a228b4987493d49534aaa909b4add226630f4c9d964af421ed1a7d7d5a3eadfb8b1b09175e9462534f7d31175bdeea4bbed8d3515f5a4110e392863240862765a60c6f5a8599a1444f330fd0bacfcc26edf1b2131ad1d5570e912c73e5210941576752eab82ab6a190895674d63cf40eabb32e1278c83291a874ad3621856b2194e5aedd21f5ee5a216930d7be610b447dfd1f318a6c47aa69d98f0888dca0830eea1b65681c53dfd2539eb855423bed56b93f867202697072be53b2128ca6d2243c8bed3ab5a803e1689117ed47f1057a54c95cea6448d2e88312295ea9a3961e226425bd4f9326a3cb0ad5f266d805572b94549a149fd0f7a856f677a5d05dbc4d50ad7c4d9849ad41578a5a6d0aa3d06f3425a8359d09766a9c091668a6a2bf50adc927c54d5b8fd44e6d29698fda6fa4e8eaa65172d71d263952ef4540447f018f8fa80d16b4c80ddd892b180af1cc8fdaf09b8a8eb12929bac624caf7260f9a6dd32fc213b96df0de0275ae3da92bb94b29f1e5aea2ff98fb008f56a873f32989de1e4f80f276147df0f607da6977bdf144893aef285e53a2ce4bc7b35bea3c7a71913a4f4ccf75cf48cbe4fe10bc0443fdc08512dfc396c4f01f2e4237a93adf95a6367f2d25f7fc3df45cf99fd0a1a72ee8405a6dc153ea8a3cb221a5f9517b3cd3af7e14497dab473b89cd3d3291e45a684fad99c2eb94e51e2fa722fd64011e15503fb94502fb5333b5708b42887714ad24c4f78cd7fd335fbc0252fdac9c94ade2a668f55017cfa5355132108feea84bfc684d94dca78cf96218ade817d36861bef842cad6ab9aa434bf8a2276f2ea33fa99d4af17525e7dbd9af8e39bb344aedfcee2d00e4ac8efbaa39344fdae2755ab77c1e8b2507fa84d3dc30f4e24057f5842c8eac35f1249cac349e52f971157a8e8472351b18846b5e22d2ddf8acfd461a91c88e7a4d5953b69b62bdf11d0adb22539b24a498ac8e7d304573e9b08af7e61cef7e52c81872f4fa9cc7d9d49d5fd5b3b5a13dfdad3d47eeb4cdd876fc789227d3b4163ff8dde17a0ae6e84c7fcd5d5f3092a56afa2bdfd9d8e43a87fbca5cdf7732415b09f1368c3fc4ca135f1f32251f0df8d48bfff4d2f0852ff8d2526fdf73b6ab51a8b406c65692ca623e7d358a460a74c63f10e5187a6a6062b9fa6960e378ca68e105b0d1acbeef8a81a4b2f64ac9ababb5039d5d45f8ff94b537f3b2a6e9a060d70ec350d062126d73458861a8ca6411862004d834b9e186a148c044fd3682566134da330a4481aab46b8c835566d706a35d6c3900568ac1370c969ac8da8df6b1a3747654bd398fc859ac6bbd0e4a8697c2b11434d5c705b699aec417fb4a6491966268dcd367489696c7e6139d1346d88daa3a66935d6214db3bab84535cd4c980134b651c80234b6d7f0ccb5c6f601cadd9a966b1175685a592098d7b4b243e541d36a20ea139ad6899514fa8c4d2a4d9b7a78a792a64d1556774d5b5764011abbff685bd995a03ea1695785078635ed1b61335bd3be1b56054d7bbad94bd3e134e22f4d871b68edd37428a6b5dad111a988a6630556058d830f82adff87f076168dc311a46e1a8724c4729a4e4d686176ca43038dc6b11255454de79a288a6bba38a084a8e97200c183a6eb33ec1868ba96e2b9398df35714a834dd62b0c268bad7c02e92a6fb3c3ca7a3e9511705504d8f24cabe3ded68ddbb74c4baad714943f943e3a2a2ecdbcb060d349a5ec194577b2d45a4a0e9f516b5344d6f2b7c4190a6b72732698d6b3d84511a57471449347de4e8e5d7f479887d054d9fd77918faef1c12624d5f31cd63bf0014a834fd5ba01f40d3df1b5bcb9afe840b3503c7a202ae19b40faf6bd00c92a2aaa8193c00f542cd604f3ce9a219bc9bf6f66031b2728dfb113c07a671bf413bcdfd1fed8e21db919d688694238cd20cf986828b666809fd95473d5a981eefa33034ac034ddab03754913d27d30c795ea3ade02943e14c33bc5f2c859650691a7e193d5b9ae1d708ae0cafa4d234a22f4a299a1185d828d18cec8bc04d33d248eb7e9423e18951a75153d0784520ddd2785da0cde7f502fb561aafd7b44cbc5b2268d68c6e85305d337a247d70f462aa56a30f11ea18fd0b4d8e9a31b6e8cfd18ce980c70e3463ba52721fb38692d5383941b2f13369618e0fa587f0f12410e8b38c60a7cf1d545734be8ed8a5d4f8aa68f94eb0a4519db01b45388d5f7d4a0a7e23b0bfadf15f4960cb3f96c043c04b74e869022a08cc077c235033e9285a80359374a8cc6b26cfa15c38792581d3c97f15189ad297262d908eef6aa636226c327505ea269aa93148a434539f10b29ad61ecd4b9a697be9b9821ed3e04cf7249c13ec4f882f782555e45923f1de15cdac73c8f035b39351d8d0ccbe43592ec4de9342b9681dd5843a61c34b133a8110f21cd2e534f3da10689e97ce7f758518c5bc0a9aedf9e369adcecfc733199af9bf09292cf882baaf66e14d6c486816bda4f4b8a409aa779aa5f5d01af3ff102a0f9aa5f768bc969d4337bc66b9813eb8fc11a1a1954dd0f6a6592925fa106681d7826ac2e804a126ac80cac96a6b2ad26be6119e583b850ac5da95a89269d6b524d2bfce85d8c9ba0834136ad6d1b5089a756a949e34ebbf517d0c0f266e157e0c1b849a0d3b69a76d6c445464e3241ac28d7a7b0c6d72a019dab415af3dd36c3a48056c931c653fcda69f2433442c44954c13712a8c42bff1808f66b303e5e8cdef50e2d1447a6651682d4ae79ac832020f5b67a1d2acd9ba890aebd6dbf4b3b73e2692b1b5825879545b6cbb6ab6d9a25145b36dac05853e1072df799420ec4e11ad9cddb54907d8d3061d089a98203c2faa89994140776f00d1c0bdbf8981ed5b4602d57e373c72abd93f81067a3fddb6abd9ff96c0fc8175345e072d28751c4cc36e8de6a08034ab43bb68bb1f3e4579f5702976453447ff10753be68e07d235c7f369704ed4a25a7ba20d158a13e3b121a139358270749c061dc69a7827aaa2f1f368d7264809fb9e49a1157d465549a16f9444cffcc1b3ba9a7325e8f6d3248e402fac2671343a49348957b037a749bc81ae014dd268ec5b69920ed19a482a20ce97ec808e0d4d720ed5ed64ba4f5493fc98d4bbe46f68d9d19cdf86e2b3e6fc5dbc184573fe056593f35f88cd5d184445e7c25ea20fa9f7e9afd2f6c552e82001b7b483b4562f4ea4da71318844a58b5b08765efc8b476434991389b16696d02acc2ca191c87c4f983cb39292fbe5043c14adb9da832a72560b9aedac49447eb2f2f1b0a326eb0f493cd784c43bae3d24f273fd1c6180eba5d83cd35cff479432bb1901b76c2dc1ce1b3508afde7842e2cdcd5ef4f43723494ab9798b00d2cd0794446fbea5c477eb2f36703439e3f016274dce793c6ea3c97943da9060008179c14174de6804798414849d88650ac3d11aa311ee436f8146644712a248489326aaa602261e8f66098d388e7ea398eeaad3887fe221398d248876ad640fc1024916ad1c898034186933faa0cc87c64b369318856c16c13b5904b172592abad73432132518b933a547c53062608a72caabaa2e5491d5740c48a3de41d0475d8c46028dfa0325646ddb440a8d255aa3dd88c60b8df625cdb6ae3651245d472265bacd94737407283dea1d2993eb27905aa08f22114e7f17af20fa7f889ecbb087b289e117750c8cad093d1aefa28956630aa6ff685e4fdf6516d1e6bb73927ed0ddaeb40af3065236b97f8748ff8359d80ed63ca0638c9a871634f60fdbb952e8289e3cd3e4bbd35fe54f42cb8ea6a00f21d182782a860529e813d53c5a4a9ae8a31bb4ee0bbda82a1416503be5717ffaabc76ea47f3d19456afa932ff4b39ffcc1938d9aa7df2893175da01cfdcc9180dbf33ee8e2d13c8fc5c31c9ae7a708e7140fa08d5c7c8324b1620121ab62210d61491d6a5bbc184bb4f9c551faabd76d68865ebfc477c469debc24b2f876063d44691bea6e95bae2792b4de92d521ede7da25dfb7e2815b0325fca261f1a13b9fed09374930f5aca721f0af1d894e6a3452585be5226ffb402cfd6683e1d241650b9900a7ee56d1a9caa3fd492fcbc96b0c9673a2ba2f97c9f439514fa729a88e7d76568b5d57cb3426b8ce65b02b1dfea0034436baa9f1215f91e8ca76634df4b4898fdd197dc1f3f1e1336f9e541d9f7777f0ead26b2f8bb809ac67f0f526bf99f043b2c5a0b7a958dd6a21f1e33d35a5c438d4f6b918f3f5b6bf1019195b6a611755f6dad960844b4b5c271616a6b1dc08ea7b6d6459c346dadaba84f686b295011d1d669830d09ada53d9a4bb496f1b845b57527216dd6d6cd45794d5b8fd697b6fe6424b1da86adfd29340f718eb66118f661b48db660ced15ae5209ed05ad741195e6bfd1fd65a6d63f20d696dba6185d1da78d073d904639ed0daa42193d6368d46a559dbf401364ab44d9f63e2d336fd8bc299b6999ed6846d382205adad04f5686df339e869d6b62c437caf6dd51085206deb4eb8ddb5ad8b69b6db04a29ea36d5b80bd136ddbcf4888b57683f1de15addd121a093b39e609addd7bb4b46adbedc4d4a16dbf116de1da8eb55012d376fc827a8ed6be11e242ad7d5774cb68edbdb18a6aed03f12621adfd7eec3e681d0a4b30e4d81c718ed6b11fa521c7e1d8b7d2761e872d496de700d414b45d86628745db855ecca0ed7209998eb64b0ed66d6d175918869c74b4619c4c286369bb8e423aafed6aa0e9e85a4cdbdd793eaad65ae77748f0b4dd0fa028aeed590f118cb6676f4469da9ebf9135695d3a237ad4f63a86005cdb4b48d3d1fb2c76aeb5aedee812d3f679487ff55f248dea7f31b41ffbde411543dbaf23a25a6dbf30a46eda7ec7b0b5aced7719df7baa756b8b6d44ad5b3f6c9468dd26a05d4aeb76185d035ab7aba89b68dd7ed0a80e2a42bead1dbc1f0d0edac14f91f46b0797a37aa7758f5350488eb29fd6fd3bba52b443de501a1a3a07af6bd00e3d8dc657ad873bba9eb41ef179181a6641cbc4b32ee568cffad8cad27a0ea1bded69a2d0487f94bbb52323a8cc8d3c4afb7164066a69da9172bcf1423b6a2a5a9cb45e97116c6947d7418f9b768c0de22fed98a378f0483b369612df580d4ae7da71b5d198a81dff154ded5a9f481a689f5bb4c87df229b9fbae401d53eb2b434d413b611b151dbfe5c81fb57e2bd1e2a4f5bb8517f969fd07a2a2abf59f490bc0ff3c6de480d1ae143a87ca8376520b7f0c4d6984e4471bb88f6a5aa08812f2b471a87568a70560d3453bed0da5da20575a26414b90056883b6a229541bf49affea3b12296dd02f9aa1e069c80cb5c1d3d13bac0d8e21d01c7c000ddfdae0625a853324b40a67ee40b15e3bd344056cd664bc2c5a3bbb2dc182d917906e69675fa79c335b445c61f64f221921b5695b855ea7210c5551c99c43ed4ded9c6a223f73e752c99c7b12850deddccb7875b3765e1541c5052b519fd02eb81f82a14561287f6817c5508259e2490b73d91ec226cba713705bbe96f0fd8a96a87568577441b3bd76c56bfafa300fda7cabfad2165db51b8546edaa3b28206857fb9460688d33de9bae5de3819ac2ff4344b7d6f860175cbbd6170f6b6bd7d9a1714cbb7e03b68cb4eb13a23014de90e05df85cda43e1e194e5c24f63db551b9e4185355c6043a13b04a33634a749db18481860e345340a6b37b9d0406f12504a8b984379226203fa99b45bf662db55bbe5049e87d146fa12b4debac68242062ad25bdfe0c9596dd4604269511f28336db3c2c692765b05de86aadd9e824d506d740da2483bdb13d3d9d5806adaae1f7918daed80e7ddb57b3e517d8ce94dd42dc69dc043cc22c2ab31f73d29f49372e13ed7440aada2cab78f2cf9dafd99b430f7dfa2e47e603a61a6838d5027d71ecc24a470508382b1f650001a55b4b19df02e446dec70aa1d87e7e3d979ede17412a88eb8d9532881a6f6483e9ed5d51e7d457be8b8139a38b4c7d35c317462345ad5b42716120638d992d6fdc94ab4006b4f99f10e2aed690191d838ba0a4f1b779b9268bc2576c1b5f163a80ec5ff441387f68c06ad7dda336528186bcf35c2a69ef69c01455e6d72739223cffba068a9bd2040a792362586084b6a118d44da62dac8e96768862e25d17ebcf48692fba5efd8cbd4662ca56d9539857261e66c2219995fd061accdfc8d77d569afb4268d2f4b85ee6e6d5605c1f4ecde54d3b29350b5d666e7d132b93195a8ee0d0365cc5b3dd0d3acbd25227a7aeb2da977b72af1ecbc36e738def3a0cd4924b553b88a688df0123130e13fc200a2606c656925fd483893785069924ca151954cc7e6ac56b29312b2b4211556a9352177690f746c68a51b08a64bcf5075971a486996d720862fbf4640449e47c94a114802bb228a92958a4c7b5ab535be1c40ab76262aa2ce261cad9612dad66c202945f30c7b735aed1152a37427089cea6424fbe972d152a1d57da365a2ef4a0b406f441387d6604f2cc0104e2bda38104d7b5ae344dadba6c6a4c19836e08d765ad353a20f662b92c4cc05a4f199ffd15acd35e2f588dadc97a429dc71a4bc7a6722e5893ba184bfeed07b6bb4770c547eeffc22b278d705bdc3dabba34900bd3b9590e8ddf7c40cf3ac2b29644fd937af90965cde37ea9ddceb4d2be7fe4252ef1e2c2778f730127d0adafc21f45cf995a46316b4a10c5050402ac6230ff4476b1ff9d36c1736a3af2fec4d8ba9f02c65b9277d68913fd94c85f5493c757e9ebc406f94f6c9375a134fc7d23c3e0d24565e74310f43cfe87517dae74d4e52a80be59ce71f686a8b6763d3585bfc4081a192d1b4c84b62898195e849127b399e08decbd73469af1cd069a97d5d83ba48af4b8848bda941d8e44d13ea22bd99694fa1184a696fee13b47edb0c9d5ddab71a7a88b7665ae4a5bb48727d674d14a96c3e55ab320ded8e0fc34809fcb01fdbfadaf24092523eb64277a4f663692c863e89a9cff7e93b1a1cb4158308cb550ea62e52e501ea6f57b527b055358f54d8aa581ac2aa0c5ad19f3b50c1ffec4ebaef97b694dcbfaca5a9fd124f4dd0af5708037c9b8fee226d754dca4cd5b3693aaaf75231fc11485ce1c757f4fa687f5ea091f8f51f01dd5f26e2b5bfca69d27ed7a772f2bb1715fcdf13e9e9ff34a2f6d3dfb6688fd5feb3b0a1503ea1ed7f6538aaba1ace087d74357cf06490ae861275005d8dfbc8b775351e2259d45934a6bfb288a5afb7a8c4eaaeabd9022fc1d0d5ec8bca83aed63dcc4cbada8d1004ea6acf4793b6aeb60119bece722972779d651cde0cadab3b1debb6aede201c685dbdc9f410f5425c29f41efd00bafaed71c9e9ea53ced1d59f84e44757ff20ae425dfd175832750d1ae216d5359c807d055d4305926b5da3faa89be81a0da0476de48666099dd5776c6ee81a3f28a1d057a422ba265b90f3e99ae420ced1357947336493895b4167f30139b2ae6916aa18ba6617d190abb355e2b9399ded1ffa41cd27e34d2fba1696987d752d1b20f4d1b59c4453dbaa09927e5dab16f41b5bcda4ddd1ea1aaa18ba562a4cdbbad6b5698bb6ee860946d7fa242d93d67a4430bad655a863eadab447dd44d7a61a5993aead085d9bba7681a892e9daa910a5e9dabd448bb9ae7d243a79751d6e2377d775f88e872674f6cd916febec0f8760a8d3776c9feb1c5de8e91db3b018ea3a7744eaa6ebbc1869b3ae732cb6e2759d8f2396d37559a0a0d066ca395d4e239ed039a5d348385dc202a6737a8e27b375ce2a1a09e77c6c94e8ba59237fd475b341e541d7ad0bfa6074dd74b461ba37a79cd3b3179ed3d1b94cc35755ea5c22a980b91c40aaabeb65a25cd8db8d124cefd534b5ae6e8814747df623add1f5b9868445f7df20c472baff5661e352f7df4d5a39fd56fb53683f764f75fd04fc4109a25a5dbf972880eafa5b63835037600e65cc014bd033af1bf01dbd2bba810e945707f647794de7964dc97d5073dab5839fd18671df8cd44d37a40c256add902a2a3a43ad5167d279bca76c32ec2095724f17ca5f9e2bd1cbaff37c87685be7f98bfe6ab8151216ddf0483c1aa61b618f361bdd88e5081575231e128c1af10c71b46e645dfa8f2363a95a8db247815d376a31ed8e51f1485874a31ed3d88f7a8a0d09dda8cfb47cbddcd1cbaff3a616aece3b1579adcefb162264dd681b3cb1a41b3d1589ba6eac1fbace75e39ba28956e7338bf6a3ef42d41474be6750e4d5f99e4526adf33f8b1c461750174d42ba0009ea4cba8062141074137bd3d84fdc8542b66eb210dd45bac0ee2850e9a67ea4cc34ad3ee19c692b289b04b950fe0a1653ed98f1050504dd8c6f684dd6cdb4a2ed3ed30eed78ff0fe13b707433fde9e9671e20303fab1ede96a49bd58eb2dcac81f4f5b33610fe9add034d1cbad9d3681e43fe438b802e248a7261c871ec35e94249b3d285de241c3d672315b0399bf16a24dd9cc3b4a2e7de434bbe6e5e10be094037ff3afdc7054954451794a06aad5bf88492e822774ab58bc209c22ea617b0eb964ccba2d031d427744b7db085ab5bbaaa92426968a9d02dfb84e2b36ed95f74a5e8566c231cbd3218bb48bab00dd8fad3856551ed082b220616564a787595236df75587690fadfa8d92986e7507421dab431331b47607ba2c746b4f51665a370ccf94e9d65fc18e942e5c4f1b7943233c67a8db7085a8ee06093aebff1fc286bd6ec3539a8e0d6fb019a4db5897f6f6463d7d70e363aa439bfcb0b5acdb74073b19ba88c9541f234aec31b4b909b6e2755bd662fb4917d998f06aa423b61a74919ed834d645eea1ec1b994e457aeb5bca005bab69e54459108ede66475c747b7fe2b5db6fe04166dd8ebe040277f076df3194b4a11d6a4aa2d15d5013d5452f45c54d17bd86a8c8cee3d8efd0edbc49d46dd76c4a69bb0ed278ed7a475b74774b1b0a5dc226a86e77162db93d56f4f57b5ee0691e5dcc1caa1d3187688bc61ca7f5b5b7373aeb75fbbde851f78fc3368f6eff444ab5fb1f11893de0afa0d013da7c876ea3a759176b839abb2ed683b67bec4382b0876d4879389c4cc2c6b110fafae359e870d19d08a4793c798b58e6c95c4a7ca7c838a63bdd1fafcdd6c58dc75ea62eee18de6caf4b988907697409b1a4af26a49560e84c4df49ceace4c274079e618de3aaa3ba3a5e938178587567589cb4866486a462b27a9531e86920dd888d39d1f473fe842194d47ca7894e17529eb49c5486d4fec24f5215a477517bbd2d75f9c4140e4e2254a43e93d0917a687109eb8342e96420708df5fcaa69f9d3104fb69ba0c3f52ad33b6d16c6724d122cf788177f1e8325f5106b83c9bb6e89596f4a857ded3e6cb6a441429eb2865ccace3d845d2659d268891f5078f9aebaecd2791e49a1ebb48baebbb092a664793e47ac38598e18db584ac6eac0da35032a5b49bd6e8bcd1dd8a24c67a6b0fa9fc3983f0d8812e47422a867012410ce1723ceeac133e25e554644bc440148bed739db815baf475e2d16839d4892f90f220c9a1768a743de11cd9123c5ea99345d3a4c9b3d07ead53ccb4a0902a0a43ca4b681bd12973a847a154124c577522b4ad9949a943bb93b8a8b692529ace82eab66e3ae900ba2d3443ba8b780c48a7ef8216149dfe00ed5ac360a294c6fe24cc1aaf6751e8161abe75c6bb24a61adf9324661e4c00c93c86343ef3742a4de6590487cd19f483cc4a4a56e63b5474cc2ff166095dae193d81badcb7245ae67ec5bea8ee760b74d5e9eef421a470e712bed44777e716490377e8b4abeeae3b25be7b6fec3174bf0389110f6a9054f7c006cf2be81eeea20e5e412d62ac055da9795630198fadeb0af652262f280dc1d0a30cfaaec24d786f81ae309296dce3e1a40d3dde4204efc9004aee4f1791ac5c54498a6ed16fdac8c56e94278a6f528229ce270656f2874ac08b7e44a45eb028fed2927a602fe98583ba973944fa5fe610667ae54bc5f075522586dedca3477ddb9e96dc5b7f6273a574f845f76e0991b2f71df0d236ddfbc1d4882beb4a0a78d90e5274cb76d278959551122d5fe249a12724fb7d6c4f7ff52985f244c56674c2e9aae454a43f0fa33df4c5870aeb977c4ac85fbb1078f83a1a4fc5ebbe4ea2faf835165d9bbaaf6534aa5fbf9296f6cd8b4ae6b77fc4c0be1f20adf6c72162863ffba22b45f7733adaaf753f171378f8f90b5d62ba5f8d88fcfc9a4655f4978434be5fe411d1fde9460d893f49d477ffd70db5477d8dd7b891f516e3c228548aa0465fab0522517d2d7b1410f4b5bc7186f475dea04eaeb71c85e7d3f496635185d55bcec2de89deb2189d83fabaee2859e8eb5ec315adafe78d6d317dfd0864bffa06e3d15ea66f50884547df301051adbee10eac69fa46efb07baab71a89b5436f7513f990deda01779ade3a0d3da77aeb6798e5f48d0390e0e91b0761a357dff8482285cc78a3b0be4967ec94e99bf4445aa3b7b1411aa8b74942ed516ff3103380bee96b3caaa96ff616f9b6bec5449423f52d6db180e95b79210bd0b7f6a365d23ac015436ddcb1dfa16f338e66a8cd0dcc26fa360aec81e9db36c45dab6f9b84dc4a6f370cc51bbd5d10aad67abbfd5845f576422c99fa76b5683fb67f1d8ba10e3948aef51dfb217ad4778cc26ca2eff81cb1afdefe3b7645f40ee56843d5777244d8a9efb40ce50fbde355ca4c9db7d06fec9c89aaa2becb4434aae89d5e63035aefdc8d06ba5b0f3471e8bbc5a2434fdf7d1b3acef43d4e2284d5f77884ca83bee7661a899e172817f67c41d9d76510ed0e9731a862e85dfc68705c4e2115d1f7cac16379fa5e2a54c9f4bddea2b4a9efdd158f86e97bbfc2de9cbef727c45f7ad7fd68f5d0bb66d20cfd1785b459df77082af3fabe6bb1b0eafb9a1080ebfb8d45a4a0ef7784b26fff62aa1d03dcf05e0cfd80523c1caa777b8ff84b3fc83b8a423e5415dc2d696add83518ed4bb2f4680a4773f46e3e57e1a4f9ee9dd4b51dbd60ff98700493fd40bb9a8dec313fd5ffa615df14c86ded3117dee7acf4554283c5761ab413f7c08ad9c113d69ec47e869158e6c8ccaa97ed40ef4dee94715d850a884b2af973b0237bd57184258bdf734aa1d636ad1ae1df31ac1967e4c399e18d78f774440f9ff10024abdcfc8100ae5a1eaa3f7f5436784de773ac195098b909de827eca19a36211e19857e828ed2e3846aec3ee8fd5ae1bd517abf11549afcc2d0e1a2f7fb4a19d37f29252bffed848602da118c9ae847cf357122e5c28989d8c1d34f76a5d4313908754cfde473b472a6d4a3ef9a12887c5b3fa5801e35309456ced43a0461a776c0836dfaa9ae78625c3f3508fde4faa985d8fbd54f1b49586eda462a01d3ae50c69c664083a93e68362d93a039a83ce88322511cd407f13c065da5221d74075558fdf41d28f2eaa7a7d2cf0e9e859d1f7d7014cde3cc56d877d7cf4a21083bcb8c3d56fdecb58486669f4012ab9f7d0d951a7dc83c5a00a19d893e846612ce09fd893738e8e79ca3ed3eaf054ded7c3754dcf40beaa238a85f104a1973c106caab8b9a12f459d491aae8a2586c6ee817e908802f1e855a877ea90cf555fdb226c4c096ed24f0b04c403f7b7977ec19ea976763c34bbfa2092af3fa152d2921aff0a705b042862f68d4afdc81f7e7e85726c652e82aa1da95b9e839d58739d0225fe59c45211f4a8fab16a2fea55f958ee625fd6a1b9aedd50fd125a65fb3867ee31a233aa8f46b0ab1adaf5f3b9ca676fd603ccca15fef4fcb64fd23f4cbe9c38bfc31b4f108367af59b9aa02941bfe91fcd76443f0b0c6d6944e3b5c5a30443916db1adafdf5a033518fd561bb44cebb76a68a7452929756c5b4085755b15fa01f4db5bd2106e7f4fa066474b0294d15e34843be7138cdab98696efceeb44d477d9d02adc65245966d7373442e9771fa61fb4db4c896ff70fd201f658511dda73155532fdbe086cf3e8f75f24da7c805aa5fa035db015af3f684dd371c8156f12d21f0a402381fed03c3498ea0f6d27387c289616f9a153a8dee90f9d4739521f7b9948d9116ba2a747cea2b34b7f945e09a93f769b76edb10ad2d28e5ba199507ffc01bafdf427bc88059c1c4465eee4013c77a23f7984249e9397d002ac3fbd0c0576fde91c4ac8a71f10478e1b81de3b7d5c2c3d44dc5dc25f093e8460123e6013417fa606c195332751abd59fa98ec2d0d9183c89a03f579ba4812401cd63725df44fe893bba31d4f9fec42aa4f72381eb7d127ab48a04a7e8b9630fdf901b4a25306d0c24c9982dd667dea02742beb533f521a4a6b419258da4c5a5f6902c2d117eb8451484739fae207520bd29fd15fa557d00248afc2b3a7fa4b8954a433e6d1b6ca9c4ae831f32ce91397e9fdb5fa2bd1d8b9d65f3d85bd5ffdd5f394e5ae7ea63d94d5045d03faac4ad2b6af8dc43b36f4d7d6e451681dd187eca668a9d0670b681566bfa6df985d46cf75f318159d9b4212826e39a11f409fd39d8a8ea017f6b7f58241044404e9b4ee455709e788e4a4cb89f388b14abc88654a8229df4b54a4e748eed1104aee63ab542f0bc6ee965ef6861437f93e4a43ca6194bf94026c3fe995f90490545df0ee35bd6a00dec6a557ad20f9569581a74af5ea39547e3516a44669d653d1d1445012d50e2638ac9d45cabc3695ba48bae6e825d3ebe80607bd7e28f16d7d061aa1f47a3aa0a8d7df2618a5cfc36b11f4862d44620d52da7cc6e324c299e612a034f726bc6a7e46a252ae1f65f25c7fcad1b9fbd155a7cffd44a5fcb61d292277ba517abc6b4569e8ae73258514d41ec8bb480dc23c3d7ac0f57977e951ef798460e8be86f8e38315f4570fb2a8dff1c04c0ff1a09046f56114ad9c87bb48b37a588cf74fe8f3fba177585f2045e3abfe9115b5b21e89a8a957f81f3a10f4855768541f37c703b0fac70a92a89ffea3bc5af4004d8efaa222cae4cf8ad0cda07fee4f02d5f3b554589f3f22e5b47839f5875ef8d02a7c114174fe859184d9975a52a35ec553c17fbd9b7ee3eb625a726f5a13427eeb4649f4ed5434d0e8dfd22b0ef5a5fda83e96ba51ce29bd4433546a40afa2fe5d37e28fef07d09a78ff9ed4ceb289b415ca3692865c7684d07659063a82f41f0653fefaf084e4c8f2e304efca33a93e96cbd1cbafffd8876aedc72184dc3f9e24d6f4d184073af51f4b29f155f8a081465ff98d6a47d5707cc983be2a8eea50d50bd2b63f6791b0f1a5117dd797e6d4c0f99243a9f6eb823c0ae94971fbb61eafc3d57fdb487ca83a298b42264f0a7da186fdcf06688ed3ff0ca2dff83392e0ddcf5d44587e8da6e9f875350c43bf45f83e56fdefdfd4d6ffd3967ef69f339414fe5410a8f96742e863b0188275db60118e1f34d4a44b860d3587233130d4fc8855c150db0ae55b436d7a198ca1762a6626439d7d68f734d411237f34d4f985ad78836513842b06cb686c06192c0558580d962598d20c75e5280e1aea3e43ec6ba8f716557e43fdc3987d0d0d26207237349885d9c4d0f02f4a9b062b1b7a54ab7334d0d6f351973334a6b79a1b6c9aa3c06eb0398e7d51838d0913b2a16933faaea65158e60ccdd661b232343b85160183ad0d8aa986e616887d0dcd57634a3334d7215c3134bf8fb29fa1c5714c698616bf91061a5a7543b1cbd02a8d26adf5334c1d863641b8dd0d6d9dd0f06db0b3a347b59b8e3296c1ee21723e43bb8d28b818dab7422faca1fd0c94190ceda5981e0dedff62a3c4d071217d57c7a3e87a32d83b232b37d8cfa0d4617f04f1bdc1a1187be506c7338918eabc831eb5f31efa8f5d12106c199c3bd292733ecb7f9588c4d3d06d1b1eca31743b89764f43777f04a786eec158280c3d6e60efc4d0e31fa5a19ed9c8c00c2e3e481f0cbdd661afdcd04b4c69a8573e1e3b30f47a415bb4b73565f2de0ef41b7bcf46ea66e8138f6297e1bf6d087d0cffed469785a16f1fec8b1afaeea365d2af25164343bffe58ad0cfd8e512eec779bbfeb2b8ae286fecda9c2f4ef889d1f437f259e7d30f4ff8bb4c6e0561685a1417678b59b61507bdaa283bd51ff320c7e4f59ce5d8cd5dde09e8b5a9ac1fd1ded0ef777685d300c798410d630b435b25fc35037a4f386a1535097330ccda61f34f43176750d1e74b2d1e041e7f90c1e2b918a1886b92045320cf3a3a4e0d990d2b6e7093c436c18ee8c24d630621e8a83861172849d8691755140308cbc8d84c530b2828ae1281f2abfa30ca8e718bc1a23423678d95850e831ca5806ef0c54c00da36ba20867187d04f542c39865287619c62ea7fd38f63165a671ad28758cfb8bacc930de12db3c86f1a7a8cc8d2fc58e94c1b733120383ef0d3ca7639830181b5e86092368ec2718293d4ea846bdd0e0f78392bb7f93120c4d5c8264d130892e5c374cba8cf4c130e92915e9c985e89f304c89a3b43de515f6f90c81b590651a026df1388421f02cedc740116aa2866933f05da58669b7d1386608fa4c0b607a28158ae9cf91c41a8297a0f7ce10bc11ad6a8619bb0862cc5a4cf461f67994190c211694ef433ca83e868ca4da11427e7243684b9ada507f4a56a17309b8853e230433a7087bbf86393fb1356398d7107d7c86791aecfd1ae6f7a4ad307f7c16856e50fe5a7407cd1286456ff09c8e61b102ed3f8625b6f4104b76a2cc60583a8472ced2586ca81a967db1c7d0f2cdd84430acf88d42b66195075e7a645815cc7f75992adf1a376cb119d66ca3ffb866073269c39a68f4fa18d6dc41d78061ed714f0a5d41d1d2b04e4c5574fd5db4bd19c29d507b3484575375dfb08bf6f6c61ac47436d64599c1b0b1132ae0868d9d5197336c946303c7b0a93b9abd0c9b3c507a32447c444dc11051852f70316c9e4d70784b521e8622c7600bc410798a92d556272a4d5b27900eb0753ed1d3a8e7f4f5dbfad28ade6e41bb76fb674a0ad1cb09d5465fa52d1afd166d36869d9e54f0773231d86d892d23c3eeb778e58921c69e90684c4fd23a62c4d86b32c43ca1e7daeb4c20707f23fa8dfb1db11b68d8ef4ed3b1ff16c18203b7683f1e0ca6fc75308ecaefc13cfafa43f1041563eba253dc103b9d404dac1a3b2c86d8b768cf301c669271b80b0de1e1142ad247c2f0f08be1c83e94d70c47db51d139ba896ac75125cdd0513576b70cc79e92cc707c3f7aef0cc7cf50fe3a9e86dd53c389b9e855349ca0734d86d31654f04fcf2648767a193a950ca7b710e73b7d161db386d397623114d782e6316e2a2dccb8489265e247a163c370663e819ab3ab88d79ebd89778919125b62fbc990389b607ae229b4d019924650614dda4f1f4c32538e4eee428535d9877261f21e6c2c19ced722ec7bbe2ed58ef3abc328f4123b2c860b9bd16765b8f033114329edf0b0a321e5126de494dfd89b33a4f6a7514dbd41d937bd1e9a550de979940b331248d8c83c4d352df37614862eb7c61bf70d9703d1a36bb81c4f3374651ecdf6956c823e5734d888335c3151eab8f288a4a7ab4ea43467a5502ebc769176c73525e59c6b2a0e151298bf6e8da79f0cd7fb924075dd171baa86ec3124cc66abf1e0a4215b87ed3a43f66f4ac837f38922dd5a4c1bf9d657b4851b0423e8b90451a43c08a349c510fea17c2fa94be325b1c6469c412226762235a2abce20fb4eec57f68740a0bc11a9b04a2d8554e1b4dd55e5f4b3d59eb487d47b0989aa2f12bed70c242d4db39ba414cd6e6ca81a34fb480ad67ca2aaa06d468052bb802444ed1b6c5c1a74f4ba0b83fe0cfd20bd9046555f84dd6683c18606c7608f3d43836120d16683174145e325020fa6baf4f5a68e1cba49cbc424a2b59a1b438c22773fb1b9dc38aa56b9b788e0ddee4a09f98e0f15fcbb378982e72da39299b71c0da686bc78aaee7985d488bb674125e0fe527433181e84d3743cc8c3bb520c0f2369013cbc41bb23df8692687e2cdef06dc8d7d00fca7f46adbf827124591404922cf3682f55d147a7b14d6d289c437f5528203657788718c5e3089aa1c76612829e04d3079ff0927b22b5c6d053771afba731846a8b9aba52c85581a1676fd15e6678decb8242f4722643714d1a9ce2d594448b4f52ed289153e84513b47a185e3c24adf6a52d89bc2f0b2803bc1e4e4d84d7a7e9515f6ba9e0bf2ec5bb780c6f3612517f731f2d1586b73f88e0bdf3267de25d3e4ddafbe9e87c36941d23e1acbc26a9e91f33a9e1f52990d0f6a74768253254cc21d9aff25018852ea121d750f9987a995ff65462e86b6b52adbf06526be69b0b61b96f7d084f7c5b44cbf7db0552adbf5d23b9e8db2f9219aadb93725a3d90365ff5275a98df3be1e93ac3f78954c07ef8d076ff3181d6c42fbb440a7da064f5ab9a58c0ef0644fa7f5fa2edfe671d71983fd7695bfdc92381fdef21fa8d7fdfe25d03867ffff0e499b146191e0f37d6f8817d2b638d5f38aa460b3b5c4c468b1168b3315a8cc4f3b5c69a2df1b485b1665fc485c69a0f71611a6bfec20b658db5a2711e8db52f60cbc85867194eadd1b23f6a6946cbac100cd51d8cb4c658af0fde4962acf7188f0b1aeb7742b0656cb012ebb6b14118ca0cc686b7918b1a1b4da4c169b40c2186b1d14db497191b3d420c60b40e446dc868bd0cf3bdb1b12fcaa4c6c69391f41b1bc721ef3036d98522afb189981653d3b61c5a885a9ab1590d2c60c66613f1b61163335d16859ea28264b4ed81e7328db64390651a6da723003736b7c0a69eb17943e48fc6e6446b8c2d6ad37f6c91c67f2547e9c9d8320db39cb195279a7b8dadbed1226f5d0f59b9b1f56eda1dad53f0889fb14d026ac8c6b67f31931beddae0317fa39d03367a8d76e3112019ed82518331daad445b92b17d0d2c27c6f68b91101b3b1ca315dd210b2b8cb1430eca7ec68e9b696a3b46612937dacfa5a4e0500babbbd1a117420ca343066dab4e01345e9d14083b8d8e8f108818bb6c431660ec928b2e31a3530b1a42a7e9484f8d4e89d8af35765d8f162763d7f7a81618bb7ec7a6b1d1f9165224a3f37bfa7ae70f68e536f6e88520d0d8331a3d81c69e45d8b630bad01db3c65ee9f45cbdaea30867ec7d9142aea1b40a5d4fa1b06174cd44a26e74bd463fbbcf26d4278c7de8748af1bfa1d8f931fe77198994f1bf422a017d3761e7c7d8af3b1e0d33f653531deaf7877261fffea8de19fbaf4377a471c004849dc601e95487dc6622e733ba3da3a233f8259526f7e1d83436ba1b511b320e59857d05e3d05e68d1340ed55372f76846a5c9830c47c661e1b46b3d6de8377a92d8651cbe8132d370298279e3880154d34668b1a16a1c391c4512e3c86814c58da36ad0778d4ac226957154353d845716766b8cde97d17861f42e4361c338da017be5c6d14fe9678f89202c37a6281643639368a0c726a3f2601c9b9d47a172746319c7f526c4376e3225857107d15f681c77864ac0f826046ac61f21d431fe182277e3f847b4ee7d5e6233c8e83b044d4246df61541f7d17a2d661f45d849e07a32fbdd6dee8e74e48c16f289e2034fac7d3e60bb84fdf3531b092429928de182775462dcd386932418c2943a85a4df944d924b0299ae38c813f90e01903ff52159d9a4970652abd7dd718d491104cd04ee456c6a0cf685d304eb7420fa5717a774a30c1a790061a83ab0920cdb0c5769d71462bcad13346236335ce186f41a103c8f08d330e52759f710acdaac69967515e33ceee8ddab631a498fe63e8035abe7354b498e606d1ee983b1d7539e3bc46d8fc37ce6b8aa4df386f9b2785ee52f69d1f4f1063fe6314538d0b0ed3625aa041f66b5cd8049b2ec6855df1b637e3c22874a61a171ad0d46e5cf80ebbf3c645b6f4f58b77a22e675c1249786289049b1bc6a5c3e92196bea66cb2b49a32e6b2ff68ad2eeb4f0fb1dc9ac66b796faab5cbcfd3ca59b114db88c615d1b4f95688a89cac2827ccb4d21a052ae3ca2178cd9271e5442a862bafe37d30c6950fa89c8435a13414d60c9b67c6b014a2486126eca81b57c7107d587d9a12cc1a4fda436b76538e5e3b177bacc6b5afe921d6ed2356bede02ef3036ae2781ca181e4fbc233c85ea767821da208c1b26e32910e3061136418d1bafa2566bdcf801bb0fc64d3a82fc113568ad6e0e246cb2f92fea5fc62d9bb14168dcea84baaf71ab33b1b9a86d684c346e1b802e6ae3b6b504a3b62f2098befd812b86769cc7db178dd1423c0e618c56529ed8158d1e11e32e29a5eddd9184d276ffa662b86729edb4980c54ad8d31129aa118254d47cc775af77b07d0d3ef35e37b0c8cfb86e11929e3bea5a42aeeef81464ee3fe598490f7a763a3c478a02bcdd0813f04280fdec32b208d87bc48bd3bf49a8a4eec5c9ac7c32124e81de94fd0fa68037a88a337492d38164819f3781ba2bac73bd2731d9f4638fa6457cad1a75d4824393d9fc8629c0f71beb835047de22e93ba12df8ba481f8a02c0acd2150137f116fe23026bca4c139d381c6fecc3cece019cfac279c73a69474b9335f49383b9b8c8e0de3b9549206ce5d2431e25c1ed187c479b47c137792a29bf8008fa31a135fa1a5c298b48ad86fd2052206c935b10b6e4c7e4b35ed7c3481e6f3c9786f94f1022fb9d41a94e5521b928a91ba8306277537bebcd078b13d76d48d175348a0ba78830052ba17cdd0a55ea416649cc38e9431230d5bf1c6cc2d78eb9531f3900585d2a93e66e6a3e7c178d9e04fa17b9414ae585285b91249a9f6ca074a69577ee12126e3d55e781b84f16a5f626057471382b9ba9c16d3d554344b18af8a433094a521c125cb9c87a16b93686f5f9b4dcda06b87d1c665bcf61b8f6a1ab3271087b9d1065b7fc61bff51efe4868990e88daf78fed178f30f25ab5b47f0ce08634e0bf4921973ee501a12d42705496047a32aa0378618859dd0106214c6a0c5dc282ea3469ca48040a0e42fa55a69733cc86c94468651683b3ab28dd27d3438b215ae14ba443f5bbe9032b93c9598b46210d140c522ead6289692fea5b4a135a1dc4a4854798796afaa11357054bb08e86a7cb0c96ed498e82174618457754789d6e85248a9d1dbd0f2d5e712ddd27fa49c63684b536be842fd21430fc2ab063f2ad28602da69466b7c9791d1380e0fac188df309a5194594608c7212364cde943a4ce924599873a81b682e2236677e4b49f47633cabeb7471115b933038f6a1aeff627727dafff280a8da16278af08af7531de6f4e6deafb7d6845df9f44ebebe1049ab4875f492fcc9f4968283f042d02c67c09296e0541f4f405e544881f6da156d6a323a4c11436447389b1b01565cc420fc2138f1b53967b328206faa91f51b7a7c1d4ca7ae64df5f1593a2948c52c9d17175109286940b8b0240dcf9e1a5f5813ef78d18648c68b3b68d134be9c8e3738185f2e2206f6f2362df257f7a90ff3aa8804f637cba849f5762ba18ed26cda56ef5a1057787f9cbeabec3e1efb347ef88107278de56709de957fa75cf8f12589379f6a1196fbf49a7ae5952fa9807d5e8627248c9f23d0dd6dfc5c4879e28b1bd19aaff1b47cbffea1b55a3d86da29d54bd10b6bac3e42bfb1fa7c2585c44458be93b9d7f8dd40d8f7c755fad93f4ba804fcea4f0bf3d7444adbbf369219e7573ab1df5fb2280a19487bfcf584c0d6efef24ccfea983078f8c7f27526bf9ef11ca4c7fe95240e33f7b421dfff6124ffbb70f53ada9c6003c3461aab11d5532538d34ec9d982c3ea0866caa35049fde54cb1b6fc937d5ba9b48a157b8984c9657518c30599663b3d154f72fa64753bd0958e64cf59e627bd3547f29d20753fd23a8cc9bea57607237359884fd3453c36c3c286f6a788f1ea25116126293554d948b4cd61331479bac9310349baccb51bd33355e8159ced46425aa64269b1a68b433d984638fc26423c5846cb2b98f7d1853d37134b54d23d1f96cb2ad813d4393ed7f78578ac9d6038bb4c97614e20993ad16cbafa9652f340a9b5a8ec3d2646af91e3bc4a6566e48ca4cadf6a34dd0d44a493fbb7513643aa6d65791f49b5abfa2216ce38c9ccfd466bd824237304f98dadc0bc350dbb97828c7d4f6253dbd9d352d72bb1b087d4cedeae0d90753bb369414da1da2fdd84e867a8ea9dd5b44eea6f6bd51fe30b59f82b5d6d47e35627253fb4bb4563b34a191e8f00e053d53c7239414ec7b6551281c099ec9fe191e593339b44180647210d00c75ea81f287a9532fac1da64e27913f9a3a5d427bbfa9d367c42626c7c948754d5dacb1276deaa245d26feaf21de996c9a931c20293d321643aa6ae3750da34394fc66a65729e8748d4d4ad19c21553b7d6b415ba8da58ddc2d1b551f53f748cabedd3534dbdd9f522eec5eec4fa1bf58b74d3db763bfc3d4f3127dd0250059b9c925057b992697db684233f55a80667b53ef9bf41bfbf446fc65eab382b6d57f3f688bf675a551edb703fb1da6fe1311769afa2fc4eb2d4cfdafa207c934b0231e9b320d8cc40351a68157694d0c7c85d4cde4b60b2d6126b75854744d6ed711b899dcee616bd9342818a18f6950280a08a6417b90499b069da287185c87d2e3e093ae187277a532e79e896a94c93d0bcf6498dc85a8349bdcab68150e09b1a0d07a249ea6217f5041320d3d8368db346c22fa3a4cc3fed148788e4195dfe4f91c6fa9300da7ce8f697820ff550c6580116b68dd8fd889bd72d388fbe8be35794da7a9f512121af21e858aaec97b3b411fef9d08e64da347d386193d0359a669f425f4b99b463fe2bfaaa49f3db61dcab7a6b12578e4c3349e5e866cf2b143fa60f27140fa60f2bd4d79d5f7097a614d7e63f06cb329a01381e6806d84570384e88f360528902c9a266ec58ea769d2715ae493ced107a7b4a3d4113818a99b29703d4d5ae0290294817a149f4d81bfb0a16a9a5a076f2f334d7520d839351e0d21a6a937d0d0669a6ac43e8c29e81401a4e9cbf1024bd3f4a3b4c88303509835cd68452c60863f61cc197708aecc9c804661d3cc3d44ca669ea0f4386b1b4dc7acc33484b3ad505636cd1e4b7f15fa0599b4694e2eadfbb9f4de40d3dc720586e6b52420326f38eae4a6791b29892e8c42b1cbb4508d1d4fd3c25cda0a8b9ca8802d1a8d628469511925e4c5b634128bffc3d77098167b528559664d1566d916ca72cb1ed2a82e2b2ba1d0677c4dbb69792aa1c71587512e32ad30a057d1b4722a8d44581d547d4c613d09a687cd2298be2a9e52edaac768bc30adb6c26e8d69f56b822b6b46d3a8ae492782b7468cf78898d614d25658db8532d3da130444d68a099caeeb8ff2ad69fd0d549a4de1cda93e860f410b9d293c001d2ea60dcee867326dec8b0e76d3c65768ab346d5a489c6fd31e5a269b8ea1ca6fdaa4253162d31f142d4d115568bd326db6a384bcb93325d12dad682422f5b4ad229f501ddafa83a075546d126fa2fa13c488ba4e39675b01ea85a66d9f4896d9de05fd39a6edf97802c7149d463927da401b66e7611ae85ddd4854daf59856e1eee9047477a79308b7e7183a664d7bc4d81531c50c23eab6f7072ddf7dcd8823ef1b41d2c0bec3781ad1b4bf3bed8efd4f29031cf0a23c71c09b16e681cb94b60fbcb4c7d0c19684140eae245e7bb0b412438716e1c190ff87680fc52e27812af6247a154d87b348083a7c1bbb5ba623d351b5361d994fd2d3d101d8ad311d0dc49ea1e9e8153471988e5910083c3e104d8ea613be343827ca895b9df8818e33d3c94e246c9caaa6547b7a10e93971cb290dc53724381cef4722497c105a764cf1af68adc67fa0ff98b0073bb1a6846434009a12b289499f09a3513d43174f9bce9ca3227d76145e7c683aa7c5be82e9dc5d6c1999127bd1ae4ddc4e1833712ff6454d890634729a923eda50e81bb6eb4cc915345ee78389189ccfa487481152e24b6d4ca529d597a636752d892469c594c92f8a08aea4f7a664953e88966ffa3cfa41e92b29dfa7a792be7aa907e1af0c2712f43216a005c594914bbbf6ca2c82b057e9a617d355236956590af4b899b2caa98970ed0d01916b55b400ae3b63f7d4747d3b95dfeca9d8af35651fa65c7843829d7ed38d97d87f34ddfc888610d32d1bda30b7fc286ddf8a228532671a81f91c31ed21c1743ca06812446077cb243845df258827fe28dc419c4f644d0b53d4994a80e8083a364c22393ac54de2bae80137493289e04943e83f4a3f51c69499e8838a767884c1a47445ab9a49d5834a932a9a946655062164d51702a7ea39d8fb35698dc402f46ea417ea0711efd007133d357a12ce31a5600fdf946b450f91bb0efbeea6db63e9216e6fa3aec81d0551cabb352993e7494839cdfb426afabd7d34dbf71368c93d9848c0edc152420a0fa7e14532a6870fa9ba3ffc446a54fe48c2e4f9beb498f2c349b2c8df4b48215f44e355500befc632153421a858f086ea5041292585c72968a3373d71a44cfe444b99fce95ff492998a5ad34017b9d0622aca270ef37c3911a9e21a68f83615dbd3762f1e4f60be640921d192dbe81d3695dca552fee22a918c9736685635bdae478bfccd63d286debca1a2f376008d5769114975efa57897aba96c260d4ef95c1a9cf27b9e18fad881aac2c765d420fc984fe0e1632509d91faba96e7f6a495ada273b4a309f7ae1ed19a68abff4f495f3d1da67fabc96ba485fda51c6fc3a9d00e5d7eb5458bf7972e81b2d93eaa92518faee483bedbb1f690adf6388487d1792f0ff5d4563ffc39b7a993f4e5352f8914d6bf56700faef4d3ff791c0fe5346d9f7d750d2447fcf236dfbf70b0222bf2ba877f2c796faa27fa268adfe492304f3274d81a1bf3da8e1f577385585bfa3f1dc9ce9df03acc8e61aae287f982d866301335b84605230d7ac8f829eb9e6140ad532a1ee6bae4d2f8c30d79e864f6fae3316ef4a31d749c0f680b98e1ed7aab9ce275c4ce6bae3319b98eb4ec6b56aae7b017787b96e0ad279737d4adbe6fa5bd1b569aebf0369b3b9811b2a94e686bee8d830379c837a8eb9d15b84c3e646bf10df9baddaa2e46ab6ea89d605b3951f6e18b35539a621b37525aac3e6c653b167686e9ced4aa162740e9a1b9721f93137398b05dfdc444e4368b31541a0b9a935223e73d332dc7ce666a3b147616ef614d190b9d94b1ac2661fb1949b6deba3286eb6cdc1a263b67d8bb8d0dc7c326d85e661a85a9b9befc196a4b94523fa600bf7280aa520fe32b75061c3cbdc229f46a2e5559ada569f692bb4ee87f60c73eb5b36186ae38fd5dddc663d8ae2e636db310d99dba86899b47d8a88cfdcf60fde906b6e371e7b60e67691d8b936b7bb8130cadca1050a54e60ecbb1949b3b1ea321ec788d32937d577a7a87609ac74ebfb1f76b769c4effb14b0fbcb4cdec1484c63173d7e678ced0dcb51bca58e6aeaf69249cc72378303b2f42739cd9f9182277b3f3254aa2ceb751f531771fe64fa12a94a8cd3d7cf0163a738f2ba8c29a7b2e425c68ee7987b682cb403497985d7c518637bb4851d830bbbc4099d4dcab1d25f7de53d1c6657675a0ccd4e70625e47e8d908a98fb8fa2c5d47f2e1e0e35f7df843296796043fa2e370f84d666b7f91c4aa3211c44ed4df3a020848ae6412bf1fd8fe6c10369610e56231531bb3b229132bbffa6543b6414b666cc1e75f0ac88d9c30f5b6ce6612d514c350f734610681e9688929879d80bb425993d7fd2748cb88a48d43c7220a5b491f43a3bb39735811aaf9d5445bd923c31e4dd8e7e90f75a848a66ef58da69dea711af9abdd3f10653f318baf4c83cc68972e1187f2a99635d50cf318f9d8b1cc63cee3f4a1de35ba2b265f679508921df4d4891ccbe5ab4ec982724a23dd63ce1264ae7e60912fa2bbf3e688432fb99b12365f65f82c4c0ec9f8d3e6473c021ca00018934db01246d9a27d6cda35004ca6be6893f91ea9a2745a2446d9e741df555f3e429a8479b27a7e085b2e629f4da12f39406489bcd53bad3620acca20f4e6d8dbd4cf3d4c1289c99a77da735111482677eccd3eba3f4649e9e4b6968fa23ca5fc1d791ea9a83ef52099871093551f30c1ddafbcd339bd0329979165bf1e699429aedd90d695bcdee4e8f3adb8dc0e9ec71345eb373b1d16b0e0dc63306e6d0cda85a9b43a3f0ce1bf39cba541fe72ca45538e7245ae8cc731ba210649e370c5b20e6f9e729d52e2a0ec1d0120151caa581484fcdcb82b135635e768420c6b21434f69857b8d10258914d5b61650d2a602b8ba8ba87458551682fcde32a37b47b9a57e9b0316e5edd9efe6ab58c20d9ea6f543bd6fc8fadeb8eabf9ffbf65253bca2659c94809659795244a6646426445c81659d92a1411b23242a1243e1232bb7bef7bed10454624bfefdfe7fcfe7d3d72bdefebfd7c3d9fe79ce779beae8eea76f40af4881445a750a1883e46042f5a47ec37ba9438df2a67d4148a564d4731a268752e761f8ad6bcc5c652d1da2f7486d6f7a0e3befe06f6dd8b3674404db468432f4a7c1bfc7132a868634b1223360e2030bf5191804b3195541f37fda2dab1a99228f8e6cdd8a3288af5c41e58516c007da1d8c5547462efa2c7ad688b035e7a54b46501c5d796bbe8f529daf28580ee566b34b4156dad43656eeb35775a2ac28b8a8ab6fea0d4b1ad2e81e66d74cf69d13603ce5c176daf45397afb11c2be3b6e13e7dbf196d4951d9f50092c8a1b8cd329457121d8452a8a5b4852caaeabc4dd77dba24c5ab47b1c3ac58b769790fcb1a72daa8a457bce1068de1b4effe3dedbe8f72ddafb1767c18bf679d15fed1b4c74fec014749c15c53b90f414df06db1645f1f3882cc6af434f7351fc56946f8b12b4142689b654281287d2de276ea23277b01aa1a183feb4130753d1bb52746820898387c2a9cc1d5a694d4bc904d30f7da1203fdc87eae3e1c168602e4ab625ea962c225129f91da93e474753ea38ba08af29294a698476cfa263cdd0ce5274ec2301f0e3cf29a253c3f0aac5a2d49d04c94e4c203e74228ed0d0899fa880179dec851694a2933b29f19dda45ac3cad0b21abb45b14f769624243677a508539db15875f8aceae215deeac80a8c8391bca5fe7aee1dd3245e92d287cd34348d94a3710084cff15864b17e862e0a24beda8c25cce211895519bf06a4623faac0c2915e90c1d6de1d5c69431af35a48fbfd69502e05a2801914c4fdac24c239a258aae0f278871fd1155ab1bbb2859dddc8f06f9a29b7954f0b3b76333bb28a7253d444e3cdec05c947381c4885b43d16755941b4dd2795e43c21379ee41b41441e5e44e533a1d775ae0055d45777524f2fe770baf0c28ba1f4140b7c0918a740199558b0aa4a42a3eb847ece45123aa0a8f66923ef1d89b24c4c789a4893ee941e2f39325784d6fd1d3df38615ff46c2cba8b8a9eeda032f77c1cd1e617a9d8c12b128c26002ef8478129ac8df33045c269a40d09bf61cfb04834258d96de509888bfa321a448564e1f2fdf48ff509e4a9c4f114afba5b8439298661e89969a6474cb14696e518b4d7b1f472b8ab49ff066af22dd000a135d00ed846e26a93efa4452150d8ef4108685541f0d662aac463ff42a16993b50449bbdf0eae6224b6b2a862f4349e57fb98b5aa5af7248db7e1d4645e7f51212405f6713547c4d56eea237b770b4b5e84d25fd8f6f93a8f2bd3b43b0f3fd676ac415efc5dfd52d2a3e4f5cb4b88aa2f0c37482511f9653abe1c37a6abb7edc4110f6e35d020f1ff5f4d23ebe2351bc642e51f0928f94d23ecf471f72d1e70c0b2e7db1ea8d4ba53d497928bb4945e7eb183b5ad291d2fcb58c206c792d5231be87d24bfb1e4a78e2fb45a2cddf3fa1f3b9e8471e29943fbed281f915459ff5eb2f01918a41940b2b8613d0fddd9baac29f24c2d19563e8b92a6594ac2a8d94acaaa6e1c07051d572125cfe55439b4dd13f0f34be16fd0ba7c0fc779bffa1116f1314588dc6b42db03e82985c609d8ddd2d41b5b1687c15547745fc25a85e868aaea0a6338af5829a25983105b55ea09b54504b2fc1259b7628d5096c36d117aa7d1c6f9814d416630f4c60bb0cdb9b02db83883a04b69f314c04b615385a21a833086f4315d4998d074650978cc282baa3c2686931321d41bd3198ac040d1a63e4081a1d76c225bb6ad88915d875c12695c0ae1b660081dd62247802bb6f9899044d1cf1d40a9a78627a1434198f7045d0241aa988a049327ffc45da097b35e655818306951a41d37e781404cd52f0de1541f300ecf40b5af4a5cf6af18bbe50cbbe74145a2ec4bb06042d2f237217b4a25160416b774c5682d62598ac046dfa203b11b4b5431baaa0ed69c43982b617d01124689b89cc50d0f60ede4a247074a190732cc40e8ba0fd5d543b05ede5e8791074e8411fdf2119c57a41a74adafbce838368692c6aee82ce4f719c4bd099864305ce5d28be9c7fa2f628e862451fdfc59fbe904b774a562e65c874045de3d13b2ce866476fbbdb2094b104dd0ea3a824e8d1108559418f4e28f20a7af4470423e811889d32410f299d8e1ee51426aeed9094095cf7e26088a0e7121c3517b8d138aac06d24bd6df74e086105eef3d0032e7037232116f4aaa02fe45182b850d0c70ee1b0a04f208253419ff19490fbcc44b15ed0e71acab7823e9f714242d0f744022d9dc1d68ca0ef2f3a0a9e0390d70a3cc311b90bbc56202617f4ab81c61e41bff17460fabf45c82f18b08b4ac0c010f43c08060a09030c5445e1d2201b24fd82c1f5dc716988178a24822133294c86aca0afedbd11751381f7197a693e53b03f24f0d94ce7d1c7800d0981cf5be47c82a153a8340d5d835e32c15033a25ac1d0f7840186ef42562e18e18b3654c1888f382f2a183901599360a411f54281ef6e94c404a34c38e820f0fb80ad19c1e8ae65b474159540817f753a0afef65415fc1d501315f887a32941e09f83c286608c2d76f00463488d12047823001704eca79716a041f14630360ac508c1d843f41ec76560f34c30ee3bb226c1b85f28180b025d290a037ba2534910e88b5c541078065b0d82c07c4aa2413168bc1004bda32c17f417353ec1f810f4e80ac6c7a07f4230fe187dd6f8139490835d50b31204afc4a155417009d5a1e0bf6843154ce8437f35211e7bbf82090538b02298f099c0d6847f94d22676a2909b34193b3f82c9e3903509a634c48b6404533a537a9c3216f555c19460144005533e12bc9bba8ab049882f363704216104d3a78d4367bd60da549caf154c3b4a2f6d1afd7ca9607a7d1f5a0ac5eebc60fa7c540205d31750660a754ce3252a86a183e8b8870ec2415341e810dac2d039280e0a421fd1d2ac5054c904b3ae22771784a5d14e847d204631bb144571c19c0e382b2298b3091bbd82b9dd8922cd8d23c83ff7207dc7b9f789368787d2e6845f46e78d20a22f65a688535402162c23f4b8209a80c8822ff4570b4fa1402558b41fbdb082c50d9c68691fea1382c5af50e3132ce91b4b4b5138272d5872943066e455d4bf044b6de921961ea1285c26c6092f415443347b09a2561052885214e0d2f24be81111ac1050155de94d4064a5960a457422dec42188a67ba304abede93baea6168860f51b62606b9ad0d95e339f8ace9a5f689814acbd491c795d0271e4757748245927c54e86607d379c9010ac7f4a356dc3207ab51b68e647b0c180c631c1c6da84c9376e23a21ee3408119d3896067cc58420a31abd17b2788d9c87f5546c97dd3528a9c4d4768733647e1a54782cdf7d0ce22d8628d8d25c1161ade136c794d9c6fcb47c2d15baf10d8da9a45b9706b16c1ce6d57a9a66df7a72ddc3159424b1f510a16c4eda2d3b16b1c91eb5d469c9010ecf6a4bddfbd19af3c11eca989e336823d9544e7f736c6eebc606f72022eedb3b3a6a5e52463edcb239961bf0f81d3fd93495f3d7080a4810347511d161cb847652e5e4725e0e01aca98078bd0492238f893c0d62129ced70a0ef7246de8b01f21bec32fe921921cb19f26486a4fe73129978229f915a5c7e462ecce0b8e5c221078349c548ca32be8218e6e23e5212594cef6b1484ab5a91308219f584e67e8c47ab4be0bd20662f35f901683ad19419a00adc98233c708d59e7942afe3ec70928bce8e460795e02cfd6a98e09c15259873b15474ce57a38ec1f9c9a4cba5d7a74291de836860fa53ecea0a2ecca59776613301910b0789655e784bcf7571004e48082e1e2795ffd27e4a43971792d6919142f0eeca37346809aefc263697799c76f57a672a99d74388f4df7023d879730f51dd9b9554a4b35b92e092bd97125ff67b746c087266d3ebc8d1a31743706b096d4eee210248b9e5846a6fd7a0aec86d4f92a8f3dce9b3eeacf4a1a56422c4ff190834df1b4c8f9abf85525afe57eac3e4ff42e3bee0be0bbdc7fb8f080edfff4578a2600cda3d050f3a53303dac4970f8616b62990fff11707b349608dea3e344620bedf037cf04854729561fcfa7f6c0e3c76857173c6d844674c1b3fd544e9e69096d3ff7a70078914f7ace0b29c56ad106bce94550a426845ca4411b97403485c257dc88f2bd7821d56d4926e913921b7827af40a2a4842cd193e022dd4b7942c60f21e3232ab7a38684dc5d424b6a74930a94cfa834a95e632b5ea03e4ddaa3c613dbd402cd40da42ed4074fc0bb453e83deaee910caf6f8ca37402839090a8414fad0653750a26b32fe509b39e3418b3112dad024b2876e70596f9a4b95b522989be3a4890ec553ee900afe7501d7a5b93bef6bb852434bedb490cff5d0ae5fb77852420bc77a1f02db676c7a50f1d70484ef0219cffea08daa5041f64046a3ea808a67f784f5adac75e04ad3ff6457b86e0a33745e1c742ca729f5228be3e65d2712fb127cdfdb30bb5793e2fa646c99727d43c2b4da466d0d7104a7c5ff7d31bfad6172dad82f2d5e440285f437dabf258ea6efddc45b2dfaf44f459092a6a5106a81844c7aa424ee2f39f2e14d17fdc4985fd738fa0f59faf940b2bbd285955a6504afbeb4101f0772d355dfec6929a5ed59b3eab4a4218e05f3ada4684564d304c8456f6685e125aa5a2495b68958f112db47a886aa7d0fa3a12756135290ab3c26a747198b07a67ac1dc21a0dd00723acf110a99bb0e6744430c29a1178af8fb096234afac25aa1089a85b5a271a85068436e3fa18d1ce983d0e60de65561eda3d6b8547731265161dd8de80914d63d8de12bac7b1669a0b0ee7b44c8c206f550f511da39a3ca2f6c720653adb0491ea65aa1bd133d977d05160a61f34e080285cd8dd8d413b688c3e6bfb0653ffcc11b614b7f4c7cc29667d096246c994ef1d5b218351861abb9d8c113b659877942d8d605e702848e1e78b3bdd0a917f63b844e33d1542574da82145cd87e16ed6afb721cb01676e88c9452d8e129d66d61473105794782d6c24e0df1560f61277b8ad54e2de83d7672c6ca27ec3c0cc98fb0f3b2345a5a89daa3d0792c3a36842effb02121ecda0759a6b06b7f6c9e09bb5e447a2aec6ec0769db08715ed448fd93eb4b49dce760fba2259e89a844d63a1ab05d190d0ed1a1a8e84ee036973dc57d2debbafb7e325e4b542f7bbf4867ab540842cec350c4db4428f0f38bd29eced87e041d87b1d3d6a9f97d8f911f66d4949b4ef6bacc8c2be9f28897ac6231c167a75c19229f42aa058ed7799f6be7f21bdda811ea8a509077e479f95705027aa1d83c6a1ee2b1cf40fcbaf70f012fada431c28a28764d079f4698c7675a14f14ff5501f6c08443bd70e84b38340e49ac70e8351cf2150eab41757bd83b4a8fc36be0f588c2e131e879108e688793b3c2113390360b479cb2e0d2480734bd0847b643e54138d20f41a070a4141b7142df6c6cf40a47e5625744e8571da1a2d0cf079553a17f7d64f842ffc9946afde7d2e9f02fa330193306399f700c4dd80bc7fc408d4f38a6b20c9702ced07e05c8e80c8d5d43ffe338772a86e3a6e320a030d09a4e5a602c4aaec2c03ba82a0a83eae05c8030681ff63b8441d72800827e135c19df04db3cc2f13e94bfc6af20f030fe1e6272617038763284c162dad50983e8744c3888b45938518ea328c249b390ba09273b51299fbc0a07ee84937753f69d6ca6bd9f1248a876ca712a275372b0ab2b0c694e4024641881f9698b50ed144efb4c6f687a7d54c085338650e59b319cf2c48c7b38012d9c998ded2761682dec520a43a753990bbd4b9969961b61f259b3096dcf3a428119b691ea50d83342b5612f28a5cd0ea50098d31afb0ac27067543184e1fd70925d18bec68996cae93cce1b8fa387c2792aaaeef33e517ccdaf43bb3aff2a3aeb85f3ef62a3441811487835e20a9d8e05248a0b171c70a7a54328590817dce2251dbda185a3a8222f9c8abd26e1c2bfa81608174553695a64400d46b8b85e162d1d46f78770f17fd877172e36508e5e329a0260c97a3a1d4b7e12c18b1c13464b0768ef239309472f6d4ee7716936f1a1a5f708922d15534d5b76888ed5f2349406842bea5044af684f2560c548ca002b66d24eac388c2d36e1aae3a429acca40a546b8fa1eb1a6d542ca26abdf51f95db300073a856b76a0a22b5c7312dd58c2350614a8846b5712ea58d7061bd0c2752ee84010ae7745a151b87e1ee5fbf591125a5a85774608379ca782bfd10aada3c28d8da9fcc67426841c53491fbf792a51a4cd39e84010c60ea2d2143b8e2a5fec4eaaeeb12994d2b66452606e7540e15fb8d5876aed565f542885db0208df6fbf8b0d42e18e1e940176bc25d8b9a33c0197e26aa2da298cab45ff30ae147bd2c29d3d0a68494ac87d576d34430b77071287d9fd9ba8eede2fe8db16ee6b40896f9f1b01dd7db7e87fdcdf845ec7fe96a4deedef4e0779ff7ecad1fb0bb025298cef8f37b409e377d2db8ebf4bb19a604bcf95b08ffe61c2294a8f094aec950b135ba20f59983803656561e25612ce12e3b0d32f3ca8e02515aab0c243ada8f21d3a8bcd0de1a10c227887ee63ab41787802d187e411f40f8f3861c75378241ea7d88447d7d23f3c2a21f69b528f2227c511db88c29460b4bd0953fe92567b2c0c1d08c26389846a8f25513939f614fb0ac2e319e82e12a646517ca5bea1f03d11851d75e1893b94574f0ea52f742a93ea635a0fe2db693fd1a9243cddd39a96e6603348783a96f2c4996f9473ce3e4aa3259ad3119efd4d70e59c3d5e25253c378660e7b97b165c3abf09bb6ec2f3066cc50bd3ad289ba4b7a6ba9d2ec2ceb5f0426dca1317fa91f07f6120bd8e0bc3085a5f88e4a52fe840105eac4575fbe2011caf145e2cc58971e1255b823e971ae1ec96f0921be59c4b7f88a75dce2291f7f247ea9d64a4112ecc48a3837c650861b92b3788fd5ea50955e1d56eb4f7573750445fbd496172ad295ae884d732b08b24bcf60f47948599ae94bfb29a539ec88ac6e104e1f52e9431af4fa3ea7efd35c5eaf532cad137824866b8114f02c24d7bbc865098dd1387ab84d96e8414b2f309fae4d8d0d3e7d4a3ea9ee3830e6361ce506227391b49ecca79ed844bb7fa1075cbbd48992937974ae6ed3462bfb72f1054cc6b8a1312c2bc6ea4d4e4090892fd574282defd06144cf7bb5155b8ef4be17bbf80b85541138a89075674141e342142fce001690a0fe414850ffdd13f217c788058f9a313a43d3e92920857e84f24a3703a299485b7d19e217cdcd5879646e350b4f07108091b4fe605e1d2d3ee24643ffd40acfce90fca00cffca847f16c1a65b9e715d4ad79e14b05ecc5244a432f2ee03525c217bfe8e90576d83e170adca9e00bca49eb100ea73e8cf018252be135fa785175020fa283c4874487097f8934d445126f251a28de43d857728876429289131242e922aa1dd215e8aa134a37137d90eea5c89159d367c902710056285b44c74ab698c2575e87e8a9bc0d7d47791a357a158ba84dad6c4147417d042d3b42f56512823433e8f069d6e39c8e5093848e7fa1d69d8881b6903e4be7499a95ee1eb5cff5d588b1ea57a34744a87f45274d5f42dcca10489d32a32b2105a3275afb84c67da47518ef85e192c98a5a59265b923f4cfdb268c98fb8952910e79a8426ba9242682ae4cffa426fc8dc922099b91715304b2f1ce6105a4ed351b064a16b53687989375e082d15d4a67ee98017e6095ffa506be6e54452615fdea592f9f219e9d12fd5743a5ebe2354fbf207cee0095f75a79af66a73192ebdae430687d74308d5bef6263de7f5423442095f1f21f1f9750a25bed7d7d130297c1383464ee19b1bc487de4e24e8f3d64287ef5d07dac27717492e7abf94b6f07d0ec5eafb3caa30c58ba93e16af20b8f2f13041b24f5d09df7f7a4147b4a42ee99825de84a34bb653149624d11696dca4472dd1d3492bf987932ec2cfbdf18a64e1e72904313e1bd0c727fcb28080ee975bd49b2bb526c9b5f4028e0b0a4bd9a055fa928e6859370b2d1da4b8ff1a8eb78d08bf7523e0f66d2a55be6fbba8d1fb2d9b48ec772b1c6b117eef400d89eff4e35fc2ef49b439dfcbc97af5c38b88fa8f1d440c7e5c23fdeb87925a333fbea3115df8f33d95809fbf69bf7ed5a59df855973c48155fd1dd2dfced441fff3b9658d3ef9d04b6fee4d0abfdf39dba6e7ffed217aad410eff83b8562e2ef1a9c61115645e3a593c2aa478473fe8dc42b7f85ff6e24c092c8aa15365d445616cc0022eb2ea8d58aac07603089acaf203815557b8a6f5b54bd2696005175ba554d543d16fba2a2eadb31e44435b661be17d56c8f4a8da8a63bea72a25ae390cd896cead0d3db34c4094291cd589c0e16d9ac47b14b64738ff6cbb6362a3522db6905b4b409271b4575c26973ea6422d311d5eb802358a27a8bd1d128aa97808d1251fd2cccaba206d698bf440d2662721735ec8a5541d4d003cb9ca8e17294c4440d8fe1508ea8e11dda894655d6b864d70cebb6c8ce1d61bac82e17853351e3f668c713359e8ece6751e39df4a84dda84d1d27aec9489ec6b20bc13d9fba2d22cb28fc2e6acc8fe0e7ad345f645089a450ed5b1648a1c4a50ec1235eb88d944d4cc1b799aa8d9532452a216ce88c9452d07514cb41c8ebd1351ab2574d25aadc5deafa8950ee78744adbfd35168d306098ba8cd71ece089da3641b025729c80c3a122c770146f448eab30fb8a1ccf20521039ea51711339be464c2e6a678d0e2a513b07bc2750d4ae3d0a7aa276c3f0be4751bb439427da29511b1239b5cea2a58148e745eddd50db16b5df42fbd5a1369db40e1dca70a9e3082452a28eb3a950747c829a95a8536b94ea449d640887459ddfd277ecf2d189962a50ee16b9eca412e0f292c2a4eb7cf41688baaea32fd4f524c56a57037dc76e872875746f84ed6051773edbddf7e2c08aa8fb4b4aee3d36628b4dd463532c2dedc6514d518f64e44322d700bcd85ce41a8af04ee4fa9542ae6734f602443dcf20c410f534630f4ce4e68aeab0c87d2ef61f45ee641110b9bf4107bba8d765843e228f3a94903d8a50da14f56e8a6e3f51ef2f944d7aff4137bca84f4d3adb7d3a601354d4e72e9a42457dbfa2c02ef27241f428f27a8c005cd46f14d279513f6ad88bfa6f413d47d47f3bbdc7fefbdc7169e040c4bea2411d50a1140d6e89f61fd190d19427bc6bd04e782fa43ae4bd1c6552910fb95c45439b2087110d6d437568e85d82054389488986d542a22e1a369bb67058861d2e0ddf480779c43cd4994423ce12ea1839328a96b26957473e42f943e4db135980c8d70367a444be0184b67d57524a1bb5260897fceaa0902df26b4227cd6f326db4df43ec368bfcdea0b15a347a1a6a7c22ff14c2d1fe95289288c6b44652261a73159566d1985bd8b71205f4a33714709c125fc0039c90108ded843296682cdda0251abb19053dd1380fecce8b02bb20c31705eea59d083a45c93da882e0f0f834c2abc193b01d2c0a5e4c2520982e6312055f26303f21002544d1c41414bb4493eb502e9c1c44057fca7f84e5a6f6a78a3cad0976b744d32a29294c57e3a08368c65e823e33e30921cf3c8b9d32d1cc87288a8b423752f8867ea03414f611bbcda2d9d3f0865cd11c3b947844736ba3b2259abb951e75ee117a8879c3e96dcfdb43d924e23ff4178a1638102c58308ab8e8822fd857102d9c47147c5137c2268b2d389f265ad204352bd192e6d89a112d5949a87609dd7e2d8a6c8c0aa528328090e8d2604adbcbeed17e45c5a012285abe03af6d14ad684a0779c52c9436452bd6100b88be4aa7365a89be21d16a4ff4808b56af228ab4c6834ae69a7e9499d62c238cb9e60c2dadcd25feb856828a9b681d5d9a2b5a379850edba555428d68951f817adfb85fa9768432b747f8836f4227cbfe10ebdb40dff50b5166d5c80c67dd1c667047d36bea26315d3077b86a29801d8dc10c544d3436c32d27bdc7cc89d96fee1e568a2d810dac22d1f5130166d2943439b686b0bbc3444b4b5940ad8b6b6f43f6e9b8432a9684757a2943b9271b04db4331ce56ed12eae1dbbf6a04229da65a65cb8bb0b9d8edd695428763fc2669068df7c8aaf7de504280fdca637145f84a361a2f87f68ff1125eca5c849b426fe981881fd6dd1c111d8d5151d4cc6aeaee8502485dce13ef43a929a503649ae4b0826f92b2948474ed3671d1b9a464b4b0a702975041abe45a947ed70e9a40dc991275fa15f4e74ea2f81d3b4b67414d206a09f4974ba1a55f7d34bf0f23dd1e9d5684a109d7d4800e97c26f6b745e97308625cd81a8b4b1787d249bb584249e1d2092a73973da8945fb6604f5a94318bbed095fa9499ae5aa80464d2fd4ca2ccbd24cc66ca89b05c57505ebdd1866ada0d5ffada376e52e4dcac4938e7a60d31e99b8eb4ab37fba3b94474f3237aa344d93d24b4349ab630e718d19a9c34d21e73d2d18b21cab94e9a428e982af22d3dd1c05bafe81fe62ea48fcfdd47bd80dc1fb474db910078de3e1c3d14e5e989bbdf9940bac9dda994aceeeea22f742f9bb4c77c5f6ce18af21750cec95f88667bd17d059dda821a54ad0a72a95014e4a35145f4a00349e70fa404311e8e4007bbe8d1483ac88fe414988fdea26f4854589d4e6de127a2a74faa13127d124255f4c947b4aa899e7ea6b87f5a41a9f6597f4256cf7e92eefbbc3d9dede7e41a103d3f8e7314a2177e14982f9e11297b514ec154e44d654ed01907e54582b99460043fd19f2312d26f078b845a0b2e89c6a12d4924de86439822f10eaaa2e278f46d8bc415a46248ede975c81228afcadd886ec9ffe02d1522e5662206aa1ac432d563f1420d91e63f6a8b698c94c9b5cf09e7e8ee53c9d4db1172d7efa1ee83613d61136306351b8dcfa9481b65d43c339a096218dfd1de9b8ed092b949102db912cb34671033b4e4d07bb43c229de9e501121a5f9a494c7df99284a0575da9bbf54a4422dceba694865e37a58d7e1d478ffaf6121d987793484078b78c9efedd722a3aefee5000bc93a04f54f4de810aeb7b2509a0c50da911576c4f78b5d8933a8bc501041e8a0f10d3f9500f2dd3a20f11d43effb096f2fd472b3a1d1f2fa0a95df4791251912f47d012262a9d4608a6348224b1af19f486be3ea736cfb79ed45728ef486fa87c29de52212a3f477ca8fc1abdedef166af3fcb0a2f8fa618bc60bd18f26784f8de8c757fada3f130816fc12534dab784ce1fbfb3fd2732a5fe2a0a9a82a926486aa63540cab9e518beddf216a94fc2b43a5466ca543814a6cf5ce0797ac2763908bad8598acc4d56e23541457d321a81157df8267485cfd29d66d718d40148cc53592b1d68a6b1ac270a9b6184999b8365dfe22b66d87c94a5c2703dfa3b8ce5754f9c5f56ee1309ab8be0d965f717db2ec881bd860ab54dcc00ffd72e206eb506712376c837855dc508a4547dca8049395b871076c65891be7a37745dc44494f6fdfc88996ba238211db8fc5f680d83e0e19abd8fe248e3b8bed69d64d6c5f8ed55ddcf4055e37236ef6099382b8790ede52216e5e51864bad7c11af8a5bddc132276e5dcd9a96f6d251685d827e13719b357844c56d1228bedaaea2476dd712aba8d8e9263641c5ed1d51371177a8a063d571025ab9c51d2fe090afb85338e67b7127238e0b8a3b7dc23424eebc230a979c9b6055103befc1abc1c55dec10c28abbcc40b540ec92817955dcd50519abb8eb198afb6ef44b98e26e49d8cb14f798477fd5f312ce9d887b66a3d22c76ab426c2276a71fe313f7ca454d41ecd102c793c41e8f68277a374757b0b8f7485415c5bda3517011f7e98abe34719f8914137dae61a110f7b545242aeeeb85ed01b1e738d44dc49e2994dcbdbad07bf43a82fc51dc6f1ce25571bfe94862c5fda368bffae7604d130fb0c1969178c01a3ac803aee06fcd88073c4148261ea0a5d331f01e921ff1a0e9a8338987744297abd87b3a0a8de2a183d1b3251e2aa40c30548972b778980f3dfdf037947346cc43bba778440cedfd080b2a0fe211a574b67d9f52291f9548556194185d8862bf2e681c13fb0d411825f61b8b6d57b15f12da33c47e97d1f320f69f4287cfff2e0237f1982688acc463fcb0ff281e1369a1a5686cea8903bcd0ce220ef046779138603d8e9a8b030a90658ac7d6468fae786c773a7c635da9508c0d46f1593cae271de4715a34da8903fba1bf501c34884e6d903fda7fc44113906f8bc7af47f9433cde480826f826624c71b081aa55701905e684edd859144fa84461433cb10b65cc892b719c5e3c6936ded22a9efa0319be38640da58e698fd054259ede159bece2e98b50aa134fff427078fa5f547dc4333aa2c5493c937e4a503c4b8f8c551c168e1c463c7b106580d9724aa27392b149259e5b1f4512f1dcfd9431c33ba018210e7f4380729e0d21d17939a8f189e777456f9438a206321d71841d61a688b7683a162fe840956f410895df05b1c8d3c40bdbe2c88778515d823e8b8af03e05f1e2404a438bab28982267e164b638321f557e7164399dda654b09802fdb88565bf1b2224adb5153e920476da542b13c8260c17205faf8c42b5ae144af7825c9cae29591f82335e295cf880fad7c890d5571743221d155a7518515af5e82d316e2357550ee16afe945457acd244a436b1e10ef583b9b8af4da2454e6c56b5f5014ae9b487078fd62d4d2c41bba101589d982667bf1a691041e369d407150bc298b30c0e6a694dc3777a2d3b15985ba8978b39e785a6c2eed6aac9492426c097a1ec45bc7105cd92ac5fe9078ab8ef2c4b67a941eb73da547dd6e454774c74b744688e326139e88db82cd0d71dc57e20a713f71de5dbcf3026a8fe29d0a222cbbe69280b0eb1e6a69e25d2ada9c5daf89baedfe89fd0ef19e11f4577b661154dcb396c4883d1be96ceff945d0679f8600d2fec694b6f73723e2796034e5af780fecc388e3b7d0a3c63fc0268238fe09e5e8843dd8451227a43ad19294f044e24c6c0f88135791069378101b38e28329d87d101f4c4fc0a5c34514ab492bd119214eda420926e937d58e23c3b0c3223e1a48af23e5247a9ac5c78a5126151fff8f7274ea5042a2276b12ad39b91f6d6fe2b48738e2273e539b3498338b89c39c89a73039f31fc5c419293dc4d9ae440ccef5a0aa702e0d9bd9e27352fc4112f1f96144e7cf8f258871fe219db4f49df45c1712886f5f48473f93f8c24df43c882f2d222dedd27efaab8c8628e98b334af09656f19516125ada8257e189afdaa0eb5c7cb50781c0ab42d4dcc557cd288a8baf6da7f478ad84404d663b3a30596ef41eaf4f254c7ea39494c09bdd6269a9372598ec51243ee738109ec8f1a30a93138c066671ce143a69393b680b734fe080a2f8f6092a01b7b551b894d79840735e3851a4bce3c461ee04e315b6e23b7b28cbdd31e34cacf8ee50da89bb2fd05425feaf3fbafdc4f7a613c6ccaf4b524a7e3f6299f99154f9f2351498f96fd1032ebebf92104cc14dca980fbb111079d89f0afe433f22fd0fa7a13f5afcf03c65b987b9a4f23ffc8f78eda3548ae8c275d8e815179aa8a6151613b27a7c928ae16315319d270eeeb8f4d497e8d6d32b54f09f7e21faf06238d1ad178cd25e2c2035fdc52aa2352f12f8b312a922bfb8885e45f18b5fa49b14b9508e2e7a49d05ab08d48bfb00d811ae16f929e4431e8cf118bb61051173d24b42d9e8d774688c529543bc45f70924a2c1945274d1245e4479249d54a1a4c2540aa40bb9458fa17c70ec4f28db4f70a3ea20a3f7a8f8adde87a126bbad217d2dca358d53c20d4a1a5d91ab1f611c597b6026fdb156b2b49f5d189b0272d36b4c77918b1712e5a04c4264792784cde38d32f36cd2449df944e04cf5c9db6d0dc8188a7793f5577f37da25b2f9fe334a2f8e51fca98af13a893f1c69adef69ba938132b7e3b849a1b6f0f12127df7017d43e2f75b299bbcbf4aa5e9c35662f81f57d217fa788260c1c72c8ae88fbf491af8144ac7bdc4426ad46707427c9f0349fef89c4df5f1b38ed8dce7d7c491bf8c22b5e0cb44420aa513495d299d49e15b6a2084fcf52665f2afbfa95a7d1b49e5e4dbb5585a62b9a8fc1fa5b41fbd8995ffd84109f9e75c421d3f8b0976fe4aa592597187bee3ef00da9c3f752830ffec248cf9e717057965261ad1c59562fa87950abc05585cf99b32f9dfeba4895639e09ca1b8aa3b21beaab1a8c24aac16e3b0b6c4ba23226449b5204430926a0bd19f23a99685484152dd05efd99254ef835c4152230ad190a486102347523304bf90a4a6041b84925a3730f1496ce2b05b23b149c7210049ed9f78e9b7c4761ee255499d7c342f49ea06634f4752b79c76a29e33b61125f55c310348ead744cf83a47e47b4ed4aea2f45e94952ff1b7dc706460c724983cf9831250de7d15f357c84f551d2b00a6194a4912b86afa4911f7af9258df6a02b58d2a800db75123b35024a49e361388225697c146fff91344ea3a76ffc1ff674244dc6a0b944d26431da20244dd25143963479834044e2300d51adc4e120ea981287b7883a244d3b228c92343d8d594ed23c1b3380a445634c8f9216b9980b252d5ea0a82469f9142199a4cd3cecea4adac45090b73983e2a0a44d29524a49db87586b256ddf61534fd2ee2cd22d89535fbcb753e2b40aa75d254e724c7c12a772249e92f61db03e4ada6f40c391a4fd5e54c0251dcea22222e97801b52149a760044892ce5db08a4a3a0f415226e9bc1c854649d74d125a3a8d263449d76fa86c49baa5209e90747743a22ee99e8bb040d283dcb712d7a351b8d4d3398d96fa52fe72ab875457e2d68bca89fb02345e48dcd3b16f25e9e5412fadd74df4934b7afd475fdba316aa3e128fbd741e3d0ae93b7a882863f68ea1f7d89baefb93f45988b459d277356db46717c4f7124f5facc812afd628fb49bc56d11bf23a89ba9cc4ab088d63122f151af725fdda62534fd2bf2336ff25fdd7a1c62719d017418d64e028fada034753ad1db8979e7ee01d6c6e4806b9a31f4032681b05c0e07ed6b434017b9992c1227a6943bcb1692c1942978648bc1d10174abce7236b92784750447b5fa2cdf1cea28ce9e346697b980b0a4192610729f10daf8b1056327c030e154a7c6bd37bf41d808a88c47731920c895f2d6c954afc7cb16524f18ba6f4e8779d76d5ef0dedea685b247892d14e782381647427143624a30d547efd6dd1ca2df16f866d4489ff22c285feabf07e00c998da68e3928c9985b28c64cc29946f2563b2b06d2109e888ba9c24c00b198564ec602a3ae3ead3468ff3a3a3302e097b2792c09af410815b509f908c1f4c10637c189dc7f14fd1102299188dba8964e26164f89249d551d9924c3a42886f723655d1c96f28f14d994cf96bca5df4174aa63ca40a33d5131b8492a943b1e12599ba8372e1d4c3d8c0918424d2b19a26264c3edd0a07bf25333fa3222209ad412423d4831072e85234694b428b099cceaa4b906cd6153a5661ad90ce4bc21e52aa0dfb4abb3adb9aeae36cfa2572c9ec13d8d595cc7e8fcd46c99c0a3a0a73fde91fcedd4e2f2dbc8cbee3bcfea8634ae62d20c437ef0461df79e9b485f3bbe28c8164fe24cabef393098844acc62b3c240beaa01756b2e002edc482bb145f0be7e3acae64512bc2138b32f1f632c9e21e947d979438f112b1dfa527d0b325597a19b534c9d23b14abcbc650125d9646956fd95b943f245185f45c513f89cd2daf08c2a5154ba9d6ae1a80dd07c9aa09145fabe2d7e3d2ea4862996b92a876acb94551b8ce1627c625eb3c09f2af3b48607efd4f1ce894acff8bd651c986b3d89b936cc826b8b2b13f6d74cc304aa23113c2686913e5fb98c3d893966c6a8f3e64c9a67b386728891d445437760af1c7d852e28f5b7ddc7169db794243db8bf0ca13c98e2514723b2e60ab54b2e3226d615c326dce4e2b6c104a767a935ab05344e8719790d0d0ee6a746a77ffa057bba7257ded3dabe96cef0d2186bf6f36aad6927d25e8f591ec0f205966ff1bec2b48f6d3af8649f67f2301217e2911cf84dad8049524d852dc27ac42bfaf24e13f6cc449124ab16f25496c4ba723917e215d722880bed0a1f5c4320f9db3a3a5dbb4f7494e685491245b61f741921ce3434b1728309333a9802597d0d31f598ba63dc911d29025479e5182496987565b494a021d9894bb6837901c4ba5b77ddc9d1ee2f86c1c89941c5f8477e8498edf2178973a9d9487d4198490536f911c79b2255ab925275751293ff917af46929c1a46a8e3f47dec6e49ce5851263fe38c0d2fc999386cc54bce1c43d3b1e4ac0d7ad325677b91ee7b760281d3b36538c32239d784f8e3b9797414ce4512a03c27a0f03d5f07fd4c92f3ed88059c9f4b1ce67c3e7dedf4aeb1b4348a7061fa79d2ef2fdca0fa78d18c0d1cc9a5ce6824905cf227b075b98cb868c6604256573a505fe18a3fceb14aae1c227de24a2a55be2b4acae457ebd14e5c5d4592fed5abf486aeb1ec77ed05a1c7ccbfd8fb956435c5969124eb3185eff5be0457ae0fa7a3707d3bc5c4f5a34416af9f26ddf77a3ee985d7cbd1b62bb9f195a8c84d77bcf34672733f61cc9bfbe90cdd3c5c804bd91b690bb37752f8e6e45182b9d5248d96dad341ce9d4bd53d771f366725b9678895dfbe8ae64bc9ed2738c220c97b40952fef77192d55d1dbbe3380d4e1bb73a9a7f3df583a8ff71ae144afe4de021c0c91dc4be0bfcaa34e59fe29a222f77b11d82a98484b0f3c087f3de84f59ee412e55d10785d82b973cec4e14fcd10a6a8b15b620fdbe702cd58ec21c3a43851fd0ff2579bc8240e0931e441f9e0c2561f6890a8700244f9b11e97fda9590e8d303f4f1cf6aa00354f2fc1ce5fb179e04575e8ca534f42298786d511cc1f42201e94c8258bcca402228221a28744277a444e448e54434920092e8092105717b1cf99088c5386f2591b422d421fb4af95e71853e5e598bbeb6721489e2ca51240da8ea13da56d72516a0fe4c0295e61e253eed2bfa42ba72ca4cba1f246dea2a709e4fa26f48e9517f9fa44d8303bd21430035e20c4ba804183e935e68bc49f2adb9027d3012cb6e9cdc90bc6c83062dc9cb1c42432f7fd2d2ab1a683a96bc3e45d4edb59c42eecd5752b6de5da003f34e1b864bef9fa09f49527c8ad263f14352318a0ba949f5a184cef647314eba483ef9504c7cfa48a7b6a49d8496fad04e9494121ffa5c4ccff52598b0ef97db681c9394fe87d63e49999ece50d907d260bed6421f9fe46b54162e95d7a3282c6f4d50b17c3e7a9024e5d74972fd3e80d8eff7595458bf7f466bb2e4871b3dd7cf7062603f55c4dd7ff5c47108c9af31f4a8bfd650daaeb0a69c53319de2abe22601a40a2109ecbf2b88cdfd6947a9f6cf54da9c3fab88185426514dabaa4715b92a07cdd092aa77a417fef3c6469cd46a04625fa9d5480c5fa9d574142da5d66e28934aad07e15dd4d26acf502491562b43495f5aad02b39cb4fa8a025a5a8703c3d25a2d3072a4b5e6a5e192cd1d3c7cd2dad5b17722adddc70997ead8611a92d6cb41f428adff1971a1b4412e7d56e31628af491b872308943671419f95b4c977740449ed17632b4bea608b6e5269d3de1813d2665ed8e691363b8e6748da4c84fe6869f3702c3ad2e674e589b4792aaa05d216edd1742c6d6985bd13694b0d76faa5adc44803a56da4587ea56da31159491d5b225c913ab6436220756c8f4ab3d4b1001d0852470b2264a96329bd34a7358831a54ea7e975b44fc3c692b4636dac69d28ecd5166f8df12826669c73e9860a41d95385122ed1485e447dad915f197b4b35f2c2e397b61ce91760942422cedb29436daa516b6cfa52eada268690b1d511729f6caa52eef2803741d8c2d4969d72a5aea7e0193a8b4fb17ac7cd21e9b90b0487bc462cb48eada9b9ede7525ca0c5257a248d29e0db0224b7b3642d152dab30b3d6a4f0305805ba51d2eb9d394b7d4fd3ca25a69af09145f1ed1d875937adca0f4e8f10efb0a52cfdb483ca59ec568b3917a1d443142ea65c18a2cf57a8b5554dacf99927bff3e28934afb27a3bd4cda9f5c4fd201d5a9340da8456f7bc00c8477d20127e97f1cd8111b84d2c10d5043960e5e88cabc7470251a68a443a4289c49877ca320f76e4e5be85d4c4feffd19755fa9cf607a1d3eb1688594faeca122ed23440e23f511a3282e1dea819a8274e830ca394397e21d7ad2a157b0d7241d5684cd7fe9705bfaf8e1b3e8e9872753e40cbf4ca963781105c08816c8e6a423dea19a2e1d1946677b64265a76a423af53fef23d806aa774d44c8a2fbf93a8764afdbee320b374740fecc34847f7229c33da9720c6985ba8d54a031aa0235b1a7017455ee9d8647afab16fd1e2241d57137513e9b8449c9090066ec08ea73490f157d05a7a8fe3bd91194a8303d15d240d9e4b952ff837deee299dd0930edf8451486ba413fce8204f48a08d9e7084bed0c464bcd8493af1157dfc24672406d249af91cd4927bd256435796e102ddda7cc34c583a0e2141d019129efd023229dbe07c554e9f41c5457a4d3f391cd49a7bf216230e315e5af994d68bf669ec72ea534741d3d7de80f6201a1ff707a403aeb26b611a5b3d4f41dc346115c99dd1a0d5ad2d9937d6829868ee8ec17549ae676a5fc3537d7424b7728d5cefd8ad2a634bc3d65dff0a9b45fe10504adc37fe3fc90749e15723ee9bcc6b4abf3ed2833cd9f4e7922e22c85ef82a114130b56d2c72f74a7c3b7700a158a8547890f2d54c6e2d2a2f1b4ab8bfb622743ba38045ba5d225c7a92a4456605744ba942e49972e0da3c8599a85c29974d94afa875147690ba3aee2649074f91b42302b96e2a08334da860ad86a0bf632a56baea27a275db718ddcad2f5ee6898946e88a388dee84cb073636fb4f74b3706a1f82cdd3889a270e329c24c3176744463d2a27069d31df4b94b3755a2f628ddbc118713a49b77a18428ddfc9aa85b6c2b94b1a4b13bb05b238d2da2d2b46524ea72d22db9c491b7ae2026bdf5304903dbae118ede3e8fbee376130e7d49e3e6916e12b78cb2efcefa54ca771ec5e6ac7497357a87a5bb2ae8d5eede824d63e9ee13687192ee9651b5dae3881614e99eb9d8ae93ee7d8262bd745f3f7a43fb0fd3493b5097b0dc81d1c4dde31dd0d9258def4d99293e1f1db3d2042b6c5b4813bb604b529af889e8fc41378a8983c576b874a82901dd432b89061e5a857e3969d252923f92d7a2bf509a7c9d6860f243caf747ab51664a998402a834652d7ded6303cb68691415b063e104618f8fa1a3707c3e0191e35124341e3f47a923b526e95fa90e38e42b4dcd46b397f4842b01ca1397b14b293d550b9bd9d2533dd0c12e4d7b8beab0f4b48a8ed59956b4ab67fa13ec3c330de745a5e76ad2439c6b9c804be73d88069e5f85339ed2f302428fe936145fe90554152ef8a299507a51487b7fc98750ede551f457972f53becf70a11c9d719804bd2b6df137bca457365215bd9a443ced5a1d1c61905e732421e85a07aadbd73c08e8666ec32682346b3cfa99a459d4a3906615a1374a7abd9c2acc8d86a450ded84500e9667d028137fd082adecc250a7ef33f6cce4a73f76043427a7b2d6d615e2712f4f23a91aa983700af5195de596a4d4ba770aa417ae73cb6f5a57744d8cc96fe578d44cb7b8ff08e6ce97d47bc5d4a7a3f1d9df5d2fb3748122b384084b8209e70f403fad556e943031a39a58f5c702a4b5af89ad2f6e39914138f57a2f74efa6401756b9e3c211cfdb4361daba776940b9f7a519be7e91cbc5f4efa348d52daf3d554dd9f1751983cff4bb1fa6214e9e42f46e3449cf48585ca6fd115e21d2213157cf16eeca84bc5fb09768af3d0f42295d421015432091bf652493409a092ff48bd933c224a29b54aa3a5e31439b223d40291151372974fa34221a7deaf54d18a0a98a22bc597829c7052e5224aa2cacba462a8d6e008bc54b58340a09a2ed796aa5ff9d0522505932609fbee52cd63caf7da4f382f2ad53523cea7af41f5513f8a2a8c7e34c14e7d08a50e7d221556c33312b20d46745948cd73d08120b55ca5c4f7328e62e2a590fec7975abc6d44fa2a932af2ab9774dc5ffdc1db76a5af8f50c67cfd8b32f9dbe774b6dfdda4c07ca7259ef6de8fe2fe7d09fede89b45848afb6d84028adf815de732afd308882e9430e11cf4ff6743a3ecd2222f5e93cedc4a7f7c4154afce86d976c219456f29204d092bf76b8f4653071f72f5b09177e394eda6369346d4ee9252252650bd0922f2d3b459a68d93d22655f3b127df82ac2f921e9b783a4b87d4b2296f9ed3dda3da5e5d6d4042d6f483d8a1fe3a84dfd732e3dc4cfad84bf7e3da5ccf4eb1f7d7c456b2a4d151ba80454e4a02348fa27824e5a6527ca5f955b0804565650e4fcf5a1c0ac72a0b75d45bf3727ad0aa38dfe174cc4f3df0cea64fcd3e3d796590fc1ef28b39e85f788c8aad543e823ab361f73b4ac7a4b44c8b21a73d1c829abd914df90ac6602b21359adbe4eb4f412bfb6cc26df1a976a7f423424abd30df3aaacce08040fb2ba837008405677361e5159dded58156475bfa02222aba746e95c56df098b8eac7e30967259fd9f684c9435e88b829eac811f722b59830464f8b286dbb176c81a4d42b55366f70cf384cc4e847d645993f9c8b7654d76219693d977c29b5e64f6d75014973934438b80cc611676c1650e12d490654d5df00cc99adec7f693acd948b4d0c99a6f47c391acf933cc26b216c1685f94b5984771df62171e51598b4c942c642d54f45c2dbea0d6216be589d280acd571ac1db256e7cb70a9b518d52859eb9f68ed93b5b1a3e76ae3800959d6e606025d599b2fd8ad913906e00f2bcbdad5c44eacac5d832c5a1a98804b4e6ed8dd9239f5a18d6e3f0aab95ac6343e443b28e668afb4e4aa46eb2ceaea89bc89cbba3fe25731e8b73143267158ef8c9ba0cc22695ac8b8a3ebe8b058700645d87d217eae6880d09593727540b64dd62703044d66d3f563e59f74c3aa2dd6f216b92f5a88e1c46d6a3099d8e1e2aca85aeef119bc8dc07a39d45e69e4261d2eb04bdb45e9f50669079ccc3197599c70e1436641e87d1fa2eeb730c256a59df7e4862657d8b11aec83c531146c93c3568bf9679f5c3793ed98069586b650364a888c80626a38a211b78153b06b241bd507b940d5a4e1960d015aadb831ea15c241ba44383966c90117572d9e022b4c6c8863c41082b1b62c61688ccbb3b05a6cf2654c9643e67e975f8bca2ef38cc1f2f33910dcb41994136c284a315b291d994e5463ea030f11d8bf84b366a1a8a5db2514aec81c946fdc1cb56657e4d51e495f94d466e25f3cba54c3eba29aa9db231dbd1cd200b6846ef31a090f2fdd83e54f0c71da3b73dee1f2a5bb2c0f314abe3c750fe0a9e41753bf80a0e1ec926ec47279c6c62038251139b224f934d1c48bb3a71028a11b289d43b914d3a86cc50363983cee3949bf45953b2512f944df98a62842ca40b6a1db290a988ef65217b28638624a3b4299bd69a40e0b4ce94aca60d251038fd147a6a64335e63874536732b6a0ab2594be851671552310cf34039521696865d5dd9ec45488865736ca922cffd83f29a6cde1ae20af38a0963cecf47114e36bfa000972214b4ab0b6aa254275b78388a96e494e516b5a67fb8781c05f9e262f475c896f4a0afbde43ece77c896e888d6447aa00d4216392d8d96e438f82d5b1a468fbacc9df2d7b2d3d80d9445f5a6608a1a874ab32c6a0f364165513790f4cb964713665ae18197c0ca560828d5aeec17464bcbe928acd4d2a3464f424b852c7a055191e8950490a2cfe38d17b25572aaeeab3ea012285b331e3551d99a08fa876b22d169295b138db670d99afd4491d61ca657bb464e25607d572abfebfb12ec5c9f4a7c684320fe488d6cc36ef43cc836e41070db684f0c6ce37474cbc862ae5326df948eeab06cd34b427c9b3b53e5dbac406f816c4b0191d8ad74e9916ceb103ac85bd751c86d5b49e9715b05a5b4ed4388f46f8f2556be630951911dc92821ca769ca2ef18473fd22c8beb45383a2e8f5e6ddc3d0a93b8229219e25e1124dbd98c426ee70b9c2b97ed94a28c25dbd58292c26e7fe2eebbcb717052b6a73e9db4bdcb08a6efdb8cee35d9bef394c9f7afc2910fd9feb7a8dfcbf67fc6997ed90113aad6b2036fd0592f8bef4981199f49a42cfe1e0ad9b278131d9884fe74d2121e10774f5c830d5559e20b1c589125aa488339d810857fd9c176e854921d3a883d69d9a142092f11054ff244c3912c6935e5c2e445c41f934fd3eb48fe854e4bd9d178c24c298d8368690d1dab943d74608e8dc4ae88ec98898e7bea267afad4cd65b874622db68365275329f19dfc8cad2cd9a9b6a834cb4e65a3602c4bdb401036ed151d98d33371045e76c69b80db593b14eb6567b7a1282e3bfb8deae3b99ec432cffd24fa707e13bda1f4484a30e997d1eb234b2f22fa70c19794870bab68732ec870d25876e125f1b48bff11eab8f88504d04be524f25eae4d0f71f9038e56c8ae34c06e8dec4a373ab55712e9a45d6d4734f02a0b5457f752edb85a4985e25a1415b0cc85541532df10a5ccfc897e005916ddf422cb3250145eaf8be638d9f5a1e87091ddb026a27ee313ba4965370753c1cf1e4ee73167083a536539ab09dfe7141308bc3503fd5fb2db35481ab8ed402cf3763051cadba5d8ae93e5d5254d34cf9f3e3eef326df41d7b3b5acaa4aec81d351aa16477ff2391f7ee633a0af9b60461f3eb53b2caef460c3f7f3725f7fc4c823ef9a554610afca880156c26b1ebc11052a31e2c210de6411469300f9329593d3c83f780cb0acfa3a35156f881a0f563ba0252f6e427e5e8a747e96d3fbd875d4ad9f348e230cfd7a2a14df6dc421acc8b8fd8fc97150d240626a8869d6b99a01e89bcc220ca13a2b6941444a309af8aee511595ccc14bf8651235de252693bc42178f4cf289a43a295da92393cea1e32e0b26d54726a6da212ba325793d02f3f2e9540c1567e8202bfed0db566e211aa8941266529a89102b5f9182a4fc478a88aa291d51554f6a49aa5652acaa0e528251fd2518a50e27aea03e4145476da604a3aea4b4ad19431559731e7db532ad800092ce93979e528ed63da500d04949e2d17da447d5af256465c82675c520a10463b421546b3c4855d4a4208a64398e83dfb2979eb439af0e918cf54a41adac377ee83893bd9112917a7b0ba7e265ef3a908af1ee05ba9e64c519b4f4e12cb5d83ef5c72b03649f261142feb40a9dcfb24f52aa439f2aa871597206a7eb6425150415bf38928cf5c503871d655f7c48a1fc9241aff6cb73a25b65f6a4b997b9531d2a0ba58cf93506074d655fb7e30d21b26fd1e8da94950712542cd751b5fa519764bf1fc7284c7e0ea0bafdab9c72744502baa865950e44ae2b0fd173fd1d48d8e4af8ee2abaa25c182aa43385020abba875320b2aadf44d4ff9dc4a223b7aa89604b6ef5125f87dcfa0e524a79b549a8cccbabc520129557ef8adaa3bcfa523c69f21a2de91fd66c885f485e93a65de5354bf1b8cb6b1d476425af25c49229b7f1c43324b7a9a49db0ad86f4545eb739b670e5f56c710c5b5e6f0d06b9bcde66e443f27a5f30cbc91b544340296fe88da046de70948496e847c9e40df350da94376a8a3847dea80b4a88723b2b045b72bb703cc8f2c607b0a6c91b3fc04963799336d88995db37453424b7ef88133872fb4854d3e5f687f1d4ca1de8560fb9432ae62fb94326767ee4cd3bd3db6e3e8bf6be790c0afff2e642bc5942defc0fba95e5cd2b31dfcb5bb640bf89bc650e021179ab5c7ab5ad34d82b97b7de8a1d2979eb546cbbca5b5fc6cc246fa341f787bcad0cf568b9e3259c3c93b76b8bce2e79bbb788bfe44ede2877cb9dfe43122b777a8f5c41dea187132d29e93b76ac8d604bdeb10d9a12e41d87236b9277da8ad280bcd36da4a7f2ceae084ee5ced5287f39e762d74ddee53325abae6de8e3bb3aa11e2defea8e685bde35851eb59b1b6ac8f26efd297cbbad45e398bc5b1ce5e86e1fcb68e90fc20279f7de5861e4ddd7a35223ef2ec7c22a77758aa5a510ec22c95d3fd011ede9446fbba71fb20079cf53f43adcfcf0be21b9db79ca266e26248b72f72355b8d4ab218253792f27146fe41e3654453dba204a937bcca7b8f78842355ddedb01a53a799f160802e57dd2918bcafb7cc37b61e57d7723aa957b4652b2f214a1f142eef51f65f27eab11cbc9fb9d404826ef3f09b189bcff492419f2fe55d6b834e00a6a8ff2010f28ee0758908ac807de0dc3a5c1e9f48506df4483bc7c4813a46e72eff6a89bc8bd0993cbbd9548cae43e9d68bf7cde5009186a8d0aa57ca81fb61ae4c34405b8347c051de411cb10e8ca479ca10333e21c8279f90835fabfe423c3094f8c2ca4bc3a8ab434f9a85ea875c847c5a0ba221fb51be535f9a86fe8ff928fa65bf2e5a353b177221ffd048d9c72ff04747fc8fd3fd2411e331c3505f99859f43a02acf1be0e798085363ae01faa9df2b11fa368e96b022e8dd35044073648a3a5d3d8299307be47c3b73ca810056379d063d43ae4416fb1ab2b0ffa83f645f9f8d9280dc883af5360063f261610fc83e27e823fe5c20927e83d4ef4c2b926f9c470dad5893154d3266ea19d98d41d257df9e491d887914fde416968f25b6cd7c9a78cc38b51e4533d50d9924f0d4177917c6a221d98a9e7284f4c2559461ed2007b4df2101305c034b2ffc8a7cfa442315d4ab970ba92d8c90c7b6c6ec8670e42195e3e3306e535f94c01725179a88a0a7ed836420ab3eb518299dd841e62768c1d2d5d47c3b77cf673621473ea111a9a539f78da9c00a20f73ae6087583ed795a0f55c111d98f0370487c3cbb1e52d9fb711b55af9bcbfb4d1f35763175c1e3198a062442c36ece50b3ed2a32eec60a1a55d044416becaa2a55f945717d52486bfa81fa1a145375083912fcac72ea57cd15f4a568b1de92116ef212ebaf83fe2a28ba5125c5ad2998af492cec40c97fc26b01539958e68e47a347bc92305741422bfa278235f6a4761b2b490ead052350a41f265cd6827a21aa00a2b5f5e9bbee3f27e949097af202ab2c29ba0e28a6ba43cac78466ac1ca5dd87695afccc2491779f4141f5acaa7231afd938ec2aa71541f57d7414fb37cf578925256bf45954cbec68514a43543087fad99469bb3c64408794d31bded7533889dacdb85a676f9ba6f689690afef812e31f9fac9a4c1ac57e2a8937cbd8a4ad3fa37388429df7014857ff9863c82e91b3d49128b1948fa574c369593cdc708336d2e271523368a5e6dec17fa8e5b9ad35f6d89a1a7df72183dbaf2adfdd02220df7e9f38f28e3f69b814e74baf236e2fb6bce53b0fe03571f29d49d8d493ef6a417fb52b005b20f2dd634842dc7d9a827ccf5aec81c9f7ce47a559be77297a44e4fb0710b2da1f427ace81540adf78672a14f1c50474137a13934e188de61279a22ba93e8923a848274661f34c9e184d1526f124fdc3830eb41307c504c00f39107d38d49176e2d075ec3fca0fa9d166233ff492b4a1c335e8e90f7745e15f7ed8608d4b494b294c92bb12e44f3e4e2c33594e45e7c80c8a9c23d2285c3a9a4429ed28fda8a23cc5063b65f2947124b9a68c276920e522e1e86323d0ff253f368d0afeb1f944ca8e2560f35f7eec3df6dde5c7975085392ec6a69e3cb529febaa03cb5339580d481043b5307d3174a3d4f25e044731ce6909f8826b9fbc401dad5132f099b9c9c89a315f29361b413279753aa3df58618d8a9dff8eb23f23417d26ad322093da6ed40c3a4fc7420c9a4a797a2715f7ea625e985670ed0db3e574120f0fc2152a3ceabe851d365682e915f5013a3b8d89d90e8c5a924185fa4d69ffc12dd7c29bf3c84f6fe722abdb40c17a20f198729af5e9942c8fd6a02dee428bf7a8f34ab6b9d88485dfb7ffeea2de1d54c0ffa1f33ef124acb9262a3577ebd1bd1ad1b5d2875dca8401f9ffce635749dcb6f3e250529bb1b0954d9af090466ff255890d3923e3e672b21d11c095e7023bf358452edad45687396e7eea7b79d9b42d9e4764d7451cb6f772388717b0031e9db33f0a617f9ed489c4796dfde4d5ac7ed3df43fe655a7b8cf9b4bedcdbcc538e125cf4ba5e7cabb4848212f1f4d7bf23b0d69bfee3624def19f2b35a9fe8ba1bfca0fa398b85f8d10f27d7f3425c8efcf26da5c104f44eac1766a353c3053267fd8857a738fc2a98ffce80276c1e58f2e12ea78749540e0a35c3ab58523a88a162ea6ec5b184d5158b88eba0f85462af8857f089b145611f17cec407bffb80df1da275adae8271f89233f0da28cf9f402fd8fcfa6e31cabfc591801ca67f329333dbb47e1fb4c48fff0f937d2bf5eb851a178914c00fc451e219817bfa9d15bd402ed8bf222276a191525d0191244e06d367241155ec726178e2506269c433a80680c49e7a249f8f37f72d15abc03542e3a4d3ab9b803d50ee923742bcba5cf487b947ec2d966b96c035e132757cc25495ff195b29c6a2e3daada999a41ea3d24186baca9ba6bc691d6a1cd29c025dd61f420c975772875e8e9a720e47a3f62e5fa050415f54b49e4d5efa1c4a7bf41528a61160580398050ad3986c2d77c8c4886f9711a2dbd219669f1a4887e799ab2efab7e14d1afb2885cbff6a68d7e5b8b9487b74d89c3bc4d2152f66e31753cdfdd2699e17d6b3a1def97101f7aff96a04f7103b41cca8b7b5075ff308c60d4c7ba944d3ed2cf37c83fae23a2fec99958f9a78194573f2551307d3a4ff4e1d35734e4ca4b8604e1d297a5449b4b77d3e9283590725a6a24aa5b46bfc5262f3b476ffb6b7d6a957e6d4a6ceeabd29d964a71924afe6d1fd5ed72fb285cfaee4401f0bd0311968a41148515634938fb6dc6fb4de47f1691caffd78d52c75f7fc2f755adc935f0af08451285d5222cbf0aab52dc1c85755d64990aeb5da84629aa51c740516d2f7a4414d52ee1456b8a6a7fac71a97a57c4858aea6710472baa97a0a75951c31a374751a303562b458d0ff87b148a9a6e8831153597a118a1a8b9022186a2a609051745cd3fd8cc56d88c454caeb0598b075961f315bd2b8ada2711f1296aff445946617b078fbbc2f63e7d565d37f41628ea3e410795a25e6d6cba28ead962be57d4eb80e751516f2df24745bd3804948afab3502d50d43f47ff6383ee78eb95a2015d28ab68b4174705148daea2094d61770053ada2711c72644593682c868a26220a00fb787a8f0ed5d029ae701843cfd5947ece4ed1ac0eea008a663df0ae4d45b385085714cd56a03aac68760b5b0d8a6677e97534b3500034b360725734a3c6b8a2b91b620045f369a820299a1f452945d1fc34d27945cb3a88dc152d0371c640d1aa0f327c45ab0d68c753b4aaa22fd4fa30761f14ad4f207a54b4d621e957b47e4d1fdfa6267d7c9b69d8f256b4a1df3d55b479833d0a45db36f4d2da66611341d1b618b1afc2d18db6d0d10d7da20ac72b58b7158e6684b00ac7f2325c723a8a2553e1548c9d0c457b5f7ab5edf7d1c777bc88dc4ad1f12d8a378a4ec9f4853a7f439798a24b539ca35074c9479d5ce1d21caf0351b8ac42955fe1729d42ae2b7558145d35d8c153740b403d47d1ed1c159d6e2fb268498703058a6ed4765574af4b5bd87d330a1b8a1e6afa2bd709e81a50b8de446953d1b31eb64014ee363ebc84385ae17e9932a67b2ea24745af70e40a8a5eeb29dff7ca45c2a2e8f5868e55af4abc7d51e1310d053d854719e5c2de53d1e6ace8bd0469a0a277066272459f66c81f157da6201551f4ad89c440e199449fe53514adef0aaf19843abc7ed119ea1f8877a528fa47a13d43d1ff33a18e019d910f29068ca7c81920459d4931b017e1af8161b1b834289a0260700b14a81483057460864ca163e5ed4731e16da25df5fe810ab8c2c701698dc2673a6a1d8aa187e91f0e5b8cfc5131dc9180eef08be8ec520c37e0a0a9624453c4f78a9133a368299c92e8c8bb38dbacf075a69df08da47cef7b9560c1a856546146bda5ff71744d4a30a317e315318ad17154c0fc9308898e194b21173088827cac1345e15837aa1d634f135e1dfb00ad6a8a71e7518f56048e21d411b403550c45501cd5ed202565cca037483c15e39d91652ac66f2620327e1bde5ca20836d2d34fa88b0c5f31c1056f8d514c1a8f3ab962d229bcb65131d559424bbd28334ded830aa562ea0542a2538b086284f4429d491172041dff8a103925e4102d3aa814d37aa20d5531bd3edaa514d373b05da798b98272f4cc3369b4a4a033143a0bd50245e8730accd022e4db8a598bf13a49c5ac1862acb3b6137898f588be50d8458aafd934d3af98bd82f2c4ec0f54b7e744d0799cbb98eaf6dc284aee7357a0ab4e112ec6d68c62de14ca72f3d610f69d77898efbbca7e8be55cc0f09a3a5389c6a50cc2fb2a32533fdc38815a86d2b22b662175c11b19f78da8213942716f6a6bf5a38190d938a25355001572cd981128f22722041c5c859543b22e7939412798d00526426b69f144b1dd1e6ac581a84dd66c5b28e7893b6629917d58e656388ea46b5473bb1226a0de1c2e54d880fadb84d6471c5573adb2bdfd2798c5e802e7d45f452aa69d11938adaf58e546077975397a7dfeb744b9704d1382fc6b5ce8e3d704e0a0bc62cd514adb6b6bd3b15adb99b48eb57b718250b15e8323918a0d75b055aad8d09e4eda86b7546136c6a2754111d389be50cc9f205cda3482bee3a62402489b2f91bab2391b875f149b3f51be8fad453256ec5e14c515b11fe93c6ead47c77d6b079252b64ea5c3b77513697c5b1f5312dd5a4c276deb3f6201dbd2e851b73f2aa325893b2eed70a333b4e3341df71d16d273e2ba12da8e0b436156b1b33195939df1e87255ec9e4b2ad9ee3482d6bbef90f6b8a7215a9c147b96620b57b1d79dfee1de207a43fb0650e4ec7b4f876fff028251fbcbb001ad88bf87ad3f45fc43b441281286e3bc8222b119f1edc4bb28e92b125f931c79a80905c0a181f41e0f6da2f378b82b3dfd613dc182a466d862532409d27029b9178e56289247a0215791bc9f0220d944d837b98412cc112f4a1d4712b1e9a2384abf56ac389a4790ece85dd2578ffec356bc226539494f29fb6927529e637f48716c33419fe30924f11c7f860d42c5f112e243a90e5487523bd1e938b118fb7c8a93f674b64f0691c473f23115c3b48b94efd3eee1808f22ed53012d95d04e9cf642e385e2f4427afad3224a1da72b08769e69494af39929746acf9ca62d3cf31f818733469210cf4a48143fd791f2fdb9ce8427cefd2699e17c6d52efcea751da3e5f86b611457a479ccc56a48791dc9dbe0cfd858af4b784902fdc20fe78712895b98b07e9e92f5aa8a65daa4778f5921b81ad4b61786bb2e2d221275cba7c9f50c7e52f54ad32a65006c83888b7132baec4a2054571650fa1edabd66843555ceb124b4b3d481ab8d60fef83515c0ba5fff15a34d1e64c4f427c99fbe81f6626e30d5a8acc4ba44665d1cfb42bb27a5196cba21b721559ab28beb212e8c05cf7a2f378630ac1e11b37d10fa0b87900bd518a6c2f6a36667bd317cade83f3308aec540ab9eceb9499b215e84152e44490c09e739c5edaadf5a403dc5251ceb9bd820a7e5e5d020f799904f9efd852a7ec4e1fca3977c4d4e8bd6344e7a0e24e29de82a2b8f38bd2d0dd37c445ffd310eac8af4b7b7fdf865e6d414f42ee0557297c1f4ca05ed3839d68bf563cf84a10e3e15012791f4ec61165c5c37bf4108f76e105248ac2bb74901fefa3dedcd3ea54dd9f37a530113cf5c125a14f022e895ce9b344055461c42308a5893933894fe180b542fc8f68a0a42509a0924abc214421cda1c6a56c05edbd6c2509d9f226941e152df09e0785622445a1d2268d96665052506ae928a8ea532743e54c1940b5946419d536ea8aa8eda981a3ee46cc50dd0d67ca149ab374f8b473a9edaacd239ca36b4791a3eb411bad1b8d9e4085ee09955f03f98614860db4f78673688d511863a9fd642c22b46d6a4d08d954893e2b85b92bd107732f3ac896ee38e5adb078524c582692aa687947a7e3a503da7f142f9b93a7e6a590a8dbabfae47079bd8db2c9eb447a43af13497a7a738438dfdb96a459bd8f208cf97e35454e711d5e1a89d3d48ae2187a8fc547e93b167f2649ecc376eae97c3c4482dea76dd402f9748e8048494b34432b4a5ae37c87a2249e1eb5e4324e102a4a1ed27e7d2ea0f7f8c58e9eebcb16623aa5cef486caeaa23355f17528290f5f7fd177fc36964edab73c092e952fa3ca57fe8e88e7f7c34429bf9ba9f3f3a321a5b41f07c896f4e32c295b3f0712a8f9398a7c303fa7d016fe722399f45724355d2a1c4801af18423b51b117af0f56fcf12556fe4740ca7ca513c1a8ca6b8414feb6a7f35835952c4effd884f64f8e445d6955177526a55507948b94d61b90c328ad0f62db5559ad15961365350ff4b92bab15e0dd91caea49781e95d58f22f655d67043c4a7acd50e0504652d0d425865ad4aaca24a9bb14eb854bb1d9e0ea5ed61149594b66908a394b672a435caba2b506752d635a164a1ace743dfb1dee4305c6ad00dbb6eca067be8af1a8d40bcaa6ce48b7e7265232df6749476fdf02206a51dfdfc8cd24e8f434c4abb2fa87f291b87f1d22f04354afb0ec89195f6fdf0173094f6db31f129edcfa2c141697f93a2d0fe3ef20ea5433f0a0087bb380fa36c3a080f9fb229ddefab6cd61991a8b2d969149f95cdee22f154362ba5f7d8fc0cd66d65733d6aeeca1613d0eaa16c711e2186b25518caddcad6d3b0e8285be7634256b649c146afb28d9a96da5e475ca86cfbb30c971c69064fd96e191dab7687514c55b6fb87ce08657b576c9e29dbdf8fa2a527b1b8d4a12ffae5941dd3501151769a86055fd96935127565a77c44dbcaced7b0d62a9d5db105a2ece282304ad9e50a4a3c4a9746d6b4144c6fc865215224a58b18d52865575b448fcaaef3b1edfabf256c662bbb0a28eebbf543794dd96d151dbe6e5be80d7577a047ed7e0049bfb2fb3ffaf81ec3a876b8f6c3719bff2d21c654ba2a510055baeaa904f46c839e0765cf207492287b6e477cafec791f8994d26d07e57bb71cd47d956ee588ef95eef5b0d7a4746f87145ce93e81ea63af449c8751f6f60da2a50594737a5f408eacec5d4e79a2f76f3ab57d3d91102bfb2ea784dcd74ca7d6ab36decfa4f4fa435fbbff0aec8a28fb57524c0c48a3d4313018bba7ca41ed502e520e72cda2a549e811510e3a462573501aa58ec147b13da01cd28d40cd90302a60431e538ef67e4fb5d6c789bea34f3fbc0c40e97313d9afd2270721ac72e821248bcaa1526c102a87cab06da11c168aa85639ec0495b9616a148294c3ed297c87b776a7a55b1413c39fa0db4f39e2064ecd2847bcc0bb109523bfa22ca3f43d81f85e39ca15a711957ed391822bfdf4c83b947e66342f29fdbe52ed18dd1329b872f463daaf319b91c32803c651720fb88b4339ca808f84d2c61612121d17801a9f32308ec043d068ec3529c7cf4162a01c1f899c4f39fe007af995e3ab90d72a27f4a29a36611a4e81282754a0e94539b13ed58e896f080e4ffc85ad52e52437d40194939ea10caf9cfc0b7b4dca29766826544e7980be47e5d4140acc905bd829534ecba6f89a761fdd1fcae90e489b95d3fd29474f9f49e9714627b4132b67e612ce096d82ec5719da1619ab3294643f65682ada3394b32650999b351fe7f994b3d22975cc1e4c997c761a6a69cab95628b92ae7d28c8132dc93484678219da1792a1c6354ce6f4ea066be6b355c8a50d2a32ea46bb3950bffa35cb8682dd58ec5666cf32897c4d3462f492fc3a5c8fe5445975ec49b1c954b0b682796f541ebbb72591061cc6513284f4435a0841c75044538e5f2bef4f42b56a29aae5cb91907c894d1b708ccaffa48a079b53d15d6d561746a573fc726bb724d3cfa44956b47e1608872ed33ca98eb44f45ceb5d12706943006df48695f4f41be8d618e5c667288a2b631aa3eaa3dcb40d8dfbca4d55d8e6516eb6a32fb4791276fa959b43a8806df1233d67cb72a2945b9e524adbfa192f9c526eab46b563fb7dfada3b02080ded784c68286e3561b9b83794f8e23e617b40b9f3113a9f95bbbc68737665a24d50b9bb053dd7eebc205a7a4201b0f718b6bc95fbc208b8ed3b4907665f71182dfdf4c1a5fdfed81f521ea84da823de85b6307e38e5e8f8c5546be3d7a312a88ccf26a92ea11e31b084435491137ea3beaa4ca8a230499c8c660965e25c12bb125751c94cbc4b50f16067ec232b0ffad2eb38984a8adbc1931426072ba99c242d24769274957074928468f3914684608e5ccda2253136a994471f90727aac068e3b2b8f4592cc70fc3441b2e33f50d155a64e218c991a459829753345e1893169b874b239de67a53cd90e4d2fca93c36973d2fcf15748956973a9489f1e41717ffa3e894aa70b498339a7a1d371be353dfdf947c428d21d286da78fc55e8032fd195ea3aa4c7f4722c98542d26a2fda114fbbd805a7409419e34996c9b88efd0ee5956aa4165c1b4aacfcda0f82b0997dd188aecc8c20c125338e487fd6116cebff6f8910cc8d7a44886f2453b5ba71963eebc6798205d9e349cfc93e462a7f4e33c2263989e8bf57e65491ea73eb3745616e47c2e4b98b09f2dff6a02c97974115e64e33220677ba12c3bf134118f30eddc1aebc3b163d22cabb693865a4bc5b49b5f6bf8d1498f727107fbc3f15ed06cafb4bf16a5de5033949628fc2287c1f718fa2f00089708534d0a92ccc21fcf57803dedaa77c2c2765eb8923d5b4a7b694999ed1ada3ca677e68f7543e9b4fc440b09fb65038148dfb4ae1640a7261198911c2ef949045ee040b44bde82888eda92a885fa08f4f2949c4712ea5b40d6da1ac712c2dc5a2254c29fb49604b7195f284228b144ac53f121a95f68444558e946ad5b7a805a2e94cffa376263daa760e8ea228b55b4969d6caa8c2e8438994e997d2ff68e84609c61088b35b4a431cbace958642fa8ec6d914f7c6ef41b8643a46c1647e492167d94427ed657fa2f32f0f51c97c79220a975ef99248f26a31f5c05e2d416784f2d546e256afce90baf2ba3ade4ca87cd31c3d35ca371749eb78db9744a5b763e9d5bebd4030ea9d2b4eb129dffd401b97f2dd1f6a8bbd1793a45f4c97582b8b3f52eaf8309c28f8c756444f3ff625d9efe3128a9c8f3ba919f4f11c01911267b4392b4bce524c94fc44cba1f2731d2aac9f1b51c6fc1c4b15e64b0b0a932f816871527e29a4bf2a1b435ca16c22a1dab2b3d43bf95a83ced0b745165ada853667e5b7546a5c965752dc7f5f4318e0471bfa423f1454ca7fbca564f5b32585dccf62923f7e1d477f8eb2a29d0f2d2da48c5921252cf77b12092ebf57e3fde4ca3fa34984fb9344b4e64f1699382aeb1087a98c275efbd71faf1f50fe3d881325cabf7728635615504afbd79acadcbf61f43afe25e35d162aabcda8c1a8acf7a14d50659d80cc5055ad33362454d57ae3775455b7c20aa3aade146f0851551f855d24558d0aac30aa9a761839aa9a7ab4d0a96a79613651d59a86c1a4aab51d3180aa961ef3aaaa76172c3aaa3a81980b55751fd3e6d495d246d7cf41cd4ad5f0012a48aa862588f8548d0622a05435f245aea0b2734070aab25b843c4d652741b95b65f719bd51aac676b4134dc251435635b1a0cca0b22fa59870704210a872d8866d449543313ac5550e65d8175535ad870aa5aae94ef488a89a8da1886e369e76a2d936440aaa668f91ceab9a4f4446a16a719962b565674c30aa96e3f0b21c55cb4968ab54b55cea8e4bad72713044d5ba16e22f55db58843eaab63bb1b0aa1c7b617557398ec60e9eca51835444e5f8092d3baa76aef4b6dbcd464cae6a67c1cca4722aa0b7ddbe0eead1aaf629c8e654edabe8b87748a4cfea908d385ad5817e6056d5f1307616551d4fa2a6a0eab4163193aa3379e6559d67d31beafc0d553295b30d6a0a2ae740b41caa9c9f63b759d525889242179104975ce6a060aceada0dd51555b796684355751b8dd55dd5bd371dabeed3e86df770451aa8ea118eac49d563371a4254aed3b0c7aa727d4b6fdbb502754c554f5f3a563de75060ba9f436f94aa574f74c2a97a1dc8c2a53eb6780fb8aacf3e1449547d6ea7d1523e3667557d94c87e557db7213d557976c79b1c559e11e88f5679aab06eabbc0ea23ea11a10405b38e01405f980576890570d6c4f6f68e01ad46054034f22fb550d6a8402826af030544e55de371189aabc65d80251f9c451611d3a89d2d0d05bb4f743f3f15e1fd550359da1615328c887bfa5201fe14f276de41cec9da846c6a278a31af915c98fcad78a8ee8a8ce78e991ca2f0829a5ca5f84dd6695ff67242c2aff3fd80b508dc94008ab0af043dd44151089c355aa00fa511fd5d82ee88e548d9d8f6d1ed5d89fc8ad54e38210dfabc69da5b41db805f56855e0173a1d413de8a5050da69416348d8efb78ba2a5635fe30c5d7f84a828ac1ad91f4ab8227128209be866e2cd5047be469aa09cbe83d4eec8f5e45d5c4ade884534d3c863c4d355182caa96af265026e93afe10f50a92657a180a09af20c6fb3514dfd894a8d2a24c289969e1052089111960b2943dea19a369b0ac5b4283a7cd36ed2b19a56800c4c35ad02dd45aae90f7c70293419671f54a1a7096c8556a0194735ab0d7dfcacddc8325561c72830e79ca57c3fb7194ea8aac27b06d1d26082d6e1122478aa7967e8c0cc7b426f7b9e16bb94aa8849746a17d4c75bd5540b9a51aa5de082bc56b56008f63b540be268ef177cc58bcd550b5b517d5cf8017bacaa4529d802512d7a834339aac5f3e96c2f3e8f0d1cd5e29b541f171753265f128bdd0755a41b5e8ba08a1c48fb15e54501103596aa68d464547d54cb0350f6532d8fa003b3fc30da7f54cb3f11dd5afe95d0e38a9ee8d053ad1c40896fe532fa872bafd0178a6e419bb3fa0e1a8e54ab0db4d16b67e3e88e6a6d049dc7b54fd02fa75af780bef63a391196753f2821afaf893d30d5fa37947d3738a3daa9da60a228dce84e2070e35d822b317d700c48b5e9121a13559b4414729bc7138edebc0cbbbaaacd523adb9bbf112b8fdd44e931f60af66b55b12aaa8f5b9a52ddde729290e896939473b65a531dda2a2098be6d3745f4b617e8bc516dfb8ccd0dd5f6c5743ab6dfa2d4b1630b81ad1d79e8f551edb4a2bddfe94c4064e77a12a87652ab41b55388632daa5dedd1c4a1da45632daaddbb0993ef09a282bfe73d95dfbdad50db56edcda263b5ff0e25850351125ada49ac29be2521987805c1f483bd09d41c1c4bf9fea012755fd5e13d785d83eaf0476c48a892acd1e0a04a0a24b52079003a5c54c9423a4347c613b23ada06af91501df5c4f934d5d183b413292729cba55cc6d68cea580f02cdc71b53154d752640999a4b119daaa15c786211f6dd55a70288d69cb2b8e3d2999b94dccfd6a3f478762d361154e77c49983d779cc4aef4e5941e2fdc272a72d19bb2efa55e14e4976e62db4295417793aa32e229fb669ca03474c59f0ac59578d2e5aedca63774e51f15b0abd6d83e575db5274876d58b02f3ea3d82d6d7aae3749dea5a0ae1e8cc0614ab99c5d8875165f95b686915b69f54d7bf10febaf115c78a5537c793e67ef30e4561f600526173bca964de1a4dd2d3ad792404dd5a498f7a2b9ec069eea9025cba3d88c488dbb1786d902a2f035b7faabc6cd2e5f2eed0dbbe2bc2fe90eabfbb38daaaba174ff92bbf161de47c1b1c6354dddf84e35caafb77a9badf37a1f35955b0017d43aa82a7a446159849007db09ef6fec1239c3d553dac495ce1d13b9c875115ba103b298ca40af36401b51a9e9e222cf7ec1dc195e7f5d09bae7a1e4022c9f3db3835a37afe9472f4f35fa492bd184efb55349a42ae2815af0c5015a9f11a1c95201a5d4f2ae17ef476aa4421044ec5ee687254891fd3ae4a0ea3f952250ba4c054f4a7d4a11841ff50719dc096b23f365455ca6b041e54f194c95506ca5fea2b5428d4770933a94d24e96beca9a66962a853a6d94a7058134fe951bb93c2579f8da3022a03c374833f458e3198643fe366bcf74e653c460295e9368166d3437a69a6c7d444300970665165ee4ba0d93c85cea379197532cce9549a2cc7690b5f6ec23eb2ea55281d85574b1368494c40f7cd4faab56f6fe0ac9beaad866ac7bbc9c415de7da0daf17e0525abf7ab7d70a9b81f0566f170aa7c1f96e39886ea8389f6fe533df489aa3eb9a3214455f28bf6fe4b221dab2f8f68574b43284f94dea25d2d6b684d4b73a8e55d76132fc4567d7b4c70b87c19bdc7efae8486be9f2675e5676f62013f7d883ffe3c41c15451137d8faa8aef94b67ff7a1c4f77b11b1f2df37a8edfafb1355f73f43e9d4fef944dd87ca746afeffdd88333faaaa29a49357d18f63aaaa14b8ab6aab4f88a3d5d69198efd5d57c10aea8ab4561e25357bb845c545dfd2c3a49d4d5ff4334a4aed110454b758d8b389da2aed908ebb6bae62eec49ab6b9100aaaeb512d9afda261d11b2dae6319abdd4b635b089a0b66d88b65db5ad13a65ab5ed319c6c54dbe6e35150d739866e2c759db368a051d7c94161565da71413b2ba2eb9b1d475af6090abeb5da1ef584f8aee0f753d03eabeea067d90ceab1b5c474f8dba610f7aae863750855537145314365a83f95e6db703af0453db7dc5c4a76e6c4561d27831d22d75e34de89651373e861a8cba8935eaf7ea2687514c55db7ba245406d9f8dd55d6dff1cf384da5e891d75b54363541ed4cdeba166a56ed10e61baba8507562b758b0014ced42dc4b45f2db448aed52d77d043b4d4535268439727a8db8cc69eb4bacd34c45feab6b9d861513b86d2163a86dbe1523b3b2c60ea76d7b122abdb89511b52b71f4fe7b1fd7e14b2d5ed2f209b53b7bf416fbb432c560575870c243fea8e87717e48dda9197a7dd49d7ae3e486bad308a4f3ea4ee5c8f9d4ce43b104a89d6310cba9bb8c416143dde5003a49d45d2ea0b753dd458dd2b9dae51436d9d52e99687c5577bd881d3c75d75f48fad5ddfcb15fabee9e81f3b5eaeeb72921f7a889d33cea1ef1a8cba95ddbd0417675c19f2d51f79c89385add73238eefaa7b7e43a4a076f3c51eabda6d22c228b5db133484a87b754080a4f6684d4bbd2753b2ea33195d4feabeb628cba8fb3e461556ddf7152d7936a4bdf76c14844b5ec3f027afd45e8938f6a9f63a850e3db597c8824bfdbcd074acee978a4044ddef228e6aaafb0968a307d851f80e08a0543b2004a53af58075d8e7530f9a8efd5af5a005f4b607e552c61c3c0429b87a30fda2a97a484fdae8217e54f087a4522ef4ae89a45fed3d101511b58f13a247b5cf43ca003ee466500fb545cd5d3dac3a85c9b0de0431866da4c23a221b1da0ea117954dd47d6a4233a524f99c9b72f8140df6b78d7807a5429e57bbf7688c9d5fe4dd0d3acf6ef888a887a5c6b42438136543b0223f1161475900d52247550679c8751078560a3441d340bfb69eaa0bd14d1e36b96d192861e35783f9d8ee032092e4d588e0640f5c47e94c92796a2d6a19efc8b52ed9442da89a97409ac7aea613a8f212b892b841cc2595d75888cc237e403e18919a92847aa67fc41c54d3db3298a4aea99632930676ea364157a12fb69ead93f08fbce7122303f671895933905e8c550cf7d4f983c7c2c2585f0cbd84654871752fe9a7f075545754447347cab23c6e00d0eea882d38c6a88e50d3432cf84c677b913755ab455fc37069712b1c94572fe94e6868c942228b91d694f89636a44cbeb43bf645d54b4b50e557472511708b3a4a1579f93c1f5c5a5103b534f58aba44295758083daeec40d46de506ca132b4b71325b1d3d806a47740c1a00d5d12aa2e0d13fd1c4a15ee548997c553b62acab8613d05d55468562f51b0aa635e7e93daec92382b7b65a022db5421d53bd7121e1898d2bd0cfa4dea8a2aab0a9196a69ea4d79d8b8fcdf125a93d59b2df48662d710ce894da05ddd72851e759b0bfabfd4db5e601749bd7d2a4903db4328e76cff4c54774730ba23d571fbd056a9de350f2f2051efee404861776fb412a977075242de4dd72dabf738a3fd47bdc78728e59ee58499f6f6a783bc3785aad5de7b8427f6e6131adaa7a7c3b7ff2221ab031db0d7a43e504e94f24025e589f8252834aa13685e549d20c68eba3a91eed850273e4763a23a91c69dd5873c287f1dba8b160175523d0a80a43d38f2a14eba488f9a3c9a6235650436d9d529970820a5bc235e7b2c119da9eae375889e1ebf877327ea938e24209c5c8cbe6d75da6fe230670e50149ec9c59ea1faac17e58973723a1de767a23aac3e4fbf5aa14ef7a203937e922227fd0a1a26d51786910673e10225980b063a0a17fe52c9bce844c9eae259b497a92ff5c33159f5a535289dab2fe7d0ae66b420e096f19762f5aa0d4ae7ea6b63d1cda0bef68338f2f55ad88a575f3792d671b33aa18e1c3dba8bd4b73a61db557d6b28aae9ea5b49a4e7dcba4e0926b717ced7aa735763db429d7b8f907b6e213a36d4b76b92f678fb2dd58ebcdbd86355dfe98b836dea3b930803dce1ecfb5f18a58e7bbd0989def3a587b87f9ff49cfb2a6c9fabef97d25f1524a21f405d504c62fd031b82d60f58417a389cfeeae11112401ffea2caf7e835a5a1475f29a53dfa854e38f5a3bff45785c3a9fc166ec7f6a6baf0231aa1d48fcb29e49ed4a132f76c0165f2673bd1efab7ef612af0d523f7f4438fa852bf658d52fdcb109aa7eb198f8e38be5d83456bfd8c47f9549c7bde81d9d21c10a3a30c20b44888557b1abab16d7cea2a51ed8f0528b0b895b49a389c3c89c09afca3cd16fa29637c77141b57c06697cf2186b5a3a40594ee147f551d99a3405a53f3d842681960cd6746a0d63b011a736bca7836c1c88d664b5b18c60ba690889f5a6d1a446994e503631a5a1bd4c6dde47416ea94f7cdbf28624ea97d604b65e3624a5e6e54d62e5affa10297bb5cb09975ecf213ef4a69282e99d27ce94a98be7a031515d7c06fba2ea4f62eca8ab3fd7a49af679159da1cfbfe9e34b0f51e4942a88a897d5a6ba5df60227cfd4650a82055f03a99ff6753eedc4b75dc402cadb12be2f5f4bea4af9734aa2e5726a9596bf246dfbfb428ac29fd30888fcfc8f12cccfdfd4f0aab0256658318014cadfc3280dfdce26faf05b4a65ee8f8276a292db88951f68732aff525ead9a48c5f0df710adf7f16c44c1a2b0522648d759f205caa3616698da65a011e514d8d4d68a0d1d4ac8f354d53d301df90a6d65ea4a71a9b3d58f035b59b62ead0d4f64504a3a9adc0deafc6968881c6b62f62728ded2854c934b6716873d6d866622f405367043d57bd4a540235f507d33fac3f014fada6fe1eda9cfa45786d90a6e16444569a86cf0b70a9712d5e1a41ff63e31d984435f6ae988634f64bb13e6a1cbcf1886a1c0ea1e958d3cc8072a4a679734ca29ae691e879d034cf448552d3724c192eb59a8c584ed36a1e965f4dab53085734ada4580c35ad5dd110a2695d8aba9ca6ed666cba681c8f232cd0380ae83bb63b864854d3ee16e27b4dbb57c8ad344e6db08a6a3ad2ef5b693ace410d59d3713eea139a4e4a3adb9d6f23ced1381f47f0a0e9729a82a9cb3d64149a2e02bc6343e3e28f3e058dcb596ca86a5cee2263d574bf158b4baec3d1eca5712da400e89981528ac6ad2776c1356efb50eed6b809d1a7a0716f8006078dfb1d6c22687aed4aa3a5430844341eab10f26b3cd6633b58e39188ed734d6f953b2ef531621dd2f415604f47e3e9471fefb500dbe71aaf13487e34fd52b0c5a6e967f1a1a5bf881e35fdaa68570774a77f38c08352c74027d46034032751980cf641dd4433f82ad5b4219fb0b06abca7a01aa5f1be4c47d45b8b4d638d8f1dde31abf109c7ee8366785fec826b86efc6711bcd8841947d47fc43454433d2016f54d1f8cea0c8f1cd09c325bfc668c7d3f839632f40e35f1fe50f8dbf2fe2558dff28441d1aff97880bffb7842289c6bf0a4571cd987a483c3501566869d5048ca4bf1a5b14454baf50cfd18ca3fb4435e35a50b21af78c52c7b822fa1f03a7e1b4ab266824a5c7209acbd4043da4ba3dbe310a7a9af1fb5007d08cff89a85613fc0ddb9b9a0921d874d14c88c1068e66c257d4273493c229722699d0c8a9995c9b4ad3e4102a0193df2191d24ca981135e9a293329c8a794e3148866aa1dfe5e8066aa3dba0634533f22d5d54c2da76c12521d154a4d4857ec526a429651e29b569b0edfb4dbd845d24c7b83d3299a196e94ac66ae42ad56333397c264661565ccd071a8a66b421328c184fea69a36ab1321855997a88a86ad20a430a74e162dcdc28ea766ce2254023573ad0946cd6d80945233772ae5aff06e485834f34291d76ae6bb2087d1cc5f8a579e68e6ebe9742c882688b1a8053abb348b22e8e917eda1aab0e82981c0c50de80c2df6a383bc7845192e45ce45238126f2376a1d9a659db1c3a259b6035b209a6571c8453551d5d146af895a421f1f75944859d425fa42cb2753725f3e1b3d489ae5e9440c968be86baf1849b0738588d2e3ca24775aba4cff30ba271aed34d1bba96e47ffc5a11ccdeaf7f4596bd288c4ae11a1c345b3e6258af59ab551d876d5ac6f8b529d66fd5ef4ae68d617518ede40cd59cda6c678658066d37c9c0bd06ce986ae60cd960914135bab28e4b6c5a048a2d9fe02af47d46c57a27949b3dd447fb523163bea9a1df1041577c8a950c445a0fca189fb83829e66278db56876d2af616b769652b2da154b5bb8bb1b11cf3d6e14857b56a2caafd9f30fc541cddebe28f168f67ac5e2d27e57742a69f66fa3c03c308bcef6814309b4741ccd259a7837623af10ba8e8240ca5c29ac0ff63a22d559844077a88445f6c6f6a0ed5c19932cda16644d40f05900e70a888b2dc610115b0a4510461930e602743937411bb229a2439b1a6646bfaab642521be232be80d1d9113984f19431a4c4a12aa9d9a6332a2e0c757d24e1cdf46e5f778365ae834a97de9515337a2114a93ba8bb2c989d324469cda88dd79cda9f784994efd4217a2266d269580b415947d4f5711b23ad396d4bb33bf49843b5b8d08de395f12e1cecfc42910cdf9eb3828af496f43225c7a019580f44afa1f2f9c43b384e6e27c8ac24b71a80e6b2eb745d793e672079206327a9212981149292de320eabe9a8cdff4b5af24901a756d32e5c26bf9242a5d53e3d48c26b3350566660aa98a5917a8e864dda2a7cf325006b8de13c75135d7afd3d35fbf8d33fd9a1b36d805d7dce84710f6c65682c3d95370f450933d83d0764e30f64e3439abe81fdeda865d11cdada324c2e596600b44737b2e8e026b6ea71247be6b4d12e2dd69149877e9975f34f76ae110a6e6de2842b5f7ae106bbaa7236d289fe67434f991846af3f713becf3f4964f17e1f342568ee4b28721eaea603f3f02371e4c277d80ed614fea22ff4782ace9d681edf2369e071017aef344ff7f5a625199dda67edec68693f9dc7672944328aac2cb4d403c793344563b123a5299a471b2d5451c117fd47bb2a7a424a8de4303d974447145c6a4b4547da12af0cd048e7603b58239d2ba1a593e8c7d4c8f7504f4761857e5f8da211bd6d651302354a7bbc5145a3f42640a9dc40794259ea8e4baa3ce2ee6a573aa29aa754d3746fd17aa5d1155398e84aa993a1b7a7cfd2f7441fb2461f45904c7f3301970cf309cc1b07d14b33cea02c676e4ef9cb3c8852adf900fd438b1bc1154b08a50ecb4234be6a2c09c4285e2e263ef4d24281f94a45c0edcd35275c7a6b8777af69de2661b759f3f628519177abd009a779779ed0d0fb06943adeefa7aa505cb7809676d3467ffc4811fda9019d8e4f234930fe740007f8359f9208d4943813242b3941c8fd731fa26e9f8711242bbd4e1cb9349f3485b22ec4adca5e1000ff769ff2eab72aaa30e50d09cb95e7a03151f3dd968ae1f775d444f8aea0f6d30f1bca983f1ce90dfd28c0991fcdcfc6d45afe994beff1575be27c15213809aaa948a0ee69452ea1ed8af7049a7fcf21e4fe6708a1b4ca6914d195d309c2560a8806560a09b8fd6d8dc66acddf218431abda1377af9250b5fab7187bac5aab6678d2b4563dd0deafb5da8c828bd6aa12352b6d35235efea2ad2e45daacad71af8c9654f83ab435d4389ca0add9300d976ad5c032a7ad551fdfa3b6d6666460dada3db1ba6b6b7be305375adb4c543bb5b63730a2b5753ea281595b77164aaedabafbf15869ebf9a0e4aaadbf87be50fd8378acb4f5ff621b51db60010680b6413eea26da065f690b1bbec7f3a86df410d5156da3671885da46af5067d236aa447389d66e15b6b2b48d4b102a6aed2328001c7e625b4cdbcc065187b6d970942cb4cdd6211cd6362b410d46dbbc2ed65a6d0b4fa40fda16120adf96e710a5695bf540d152dbca03b5476dab494891b4ad84e84dd7b6b6428aa46ddd0dc70eb4ada3b0cc695b4b290adb2ca4cf6a730e6fd1d43a4652c83946235ed5b613d1d3b73f8cf04edb61a33b2d7d4538aced3899ce76e7d561b8e4dc057b01da2e8d11af6abb6825b8e432934e874b326db44b2696726dd70ea8b96bbb5fc2faa8ed31193551adab37ba19b43de7e05506da9ed174d2dc0e5bd3d225ac7c5ab772ec5b69dd0fe0ecbcd63d0d0730b4ee79f459bd3229477b3446a0abf59884e041dbdb0e3da7da3edb680b3daba38f4febd917556bad575b64e55aaf81b4d15eb1d893d67a65620f4ceb65445ba5b69f0ff6adb4fd9722bed7f65f4d4961c0666c6569070e47bf8976e03a64acda817be83c0eb2a1471d44f7806b07d741f0a01d6c87e0413bb8159580c17370c8443ba426bded21d154c086aca6e4eedd129bec5aef2cece16b7d0291e0697dd2e96b0fbd12444b998899b4239a524a1b711d9d24da91b5b1d1ab1d598eed60adaf15f20ead6f1b1f5acaa0f23baa2b45cea8594832b47eab116c6947b7a587184d8c553bfa066d8ebf90827c4c27daaf310ba86e8f39c0fff0063d57c0296c956ac72ea3901b9b9c454b621ca4d18e6b4b056cdc26aaeee37e53660a1c4cd92470323a1ab5c17b50a0d24e08453fa676820ca501ed040bcacada8916aa6993c27036503b290fe728b4530f51b50ae98832a936a417e5c2e9ed6957670c43d79376c6649452b4335e60774b3b7323e5c2997b90956b439db1a3ae0d9d4dcf15ba0d2f35d5ce72463ea49d5541ef312c11fdd1dab02f48cab4b3a7127d9813854aa076ce21bcc1413be7324e8168e7dca03734d70fe5486d783ec1ce7937299bccfb8a929876be9e36677e1505404473428f115d7102471bb105c76db40bfa2375d32e5880c28676c123dae8450d90a86b17d7a0bcba38065b6cda251dcb68e90f25f7c87af41091eb085a2ff5a4d2b46c2a5191651bb005a25d5641892fea0cea00dae571946096efa32fb4fc1461a61576c8f0b52b2e10248bbe83b2b236fa1d1d98e84fd815d1ae5a4fd8641599dab5ab3f10c15b5b0f6d49dab52751e5d7ae2dc2268276ad863e6b5d12d1d3f5cbe8d5aed7d2d7ded09cf876cc287a8f3131d83cd3c608a8c2c43a13708b5d94464bbfb13fa4ddba9ad2f65639b6b2b45b35a8cc6bb7b5a434b42d87bef6360195dfedf43bd7da1d6bd14daadd7103e535ed8e527ad4b826d8d3d1c69d47ad56bb332a8a96e209fbeebc8a4d04ed4e315e9fa2dd45a3d3da3d3b0959ed3152f8ee1d43f97edf6aec6f6bf7c5a1bf50bbbf0f45f4fe193849a53db0180714b5097194991257a2a7597bb02f1df7837bec70e9b00b71e4c3c3895c1f0ea1e74a9a8f82f1ff96f08a2b6dd2720b2ddda5a390ec493a40b204f5556d720976d4b5472271805f7b249ad2e3d13f6884d21e1311c14b6d41ef31752dc5d7890e09b87472193608b5270568f5d09ea21bd1b5a766d3525a380e3b6a4f37a4b83f539f00f8992ef41ecf84128e3edb8a08de5933da33b4e7c289e99ca32b46b5e7b208169cfb4818f3bc75182deda0829fee4569287d02bac4b4e91194dcd36f12b9be508497456b2fd62291e4d2be025cba7c9cdee3e5cfd8d3d1664828beaed8112ebc328c88c195f95491af5aa1c1417b35944ac0d5627aae6bd5a8a65deb86de3bedb5703ac8d7041472990bd198a8cd5a4ff4346b1f76a4b4593ac24cd7b7a3f74e7b83bcb0da6c3595df9ca1d887d1e6c4924a76ab29fa7db5b7965300dc3a496a41ee050af25c2305e6ed283a69b775f4b56feb089cde7e430c2c6f064e5269f36e619f4f7be729c1e1bb85d8d6d7fe570b1b97daff3a52edc8f7a44291bf9282fc7e5d6c9e69eff7a000b8ef4d2fed7e0c293505fdaad3521855f78279f4d20abe11297bd88758f9c37b682fd33e7c4887efe10fbc7f42fb4848c7eac96d12409fbc434b98f6690045e1d327a4c13c5b4a7af4b3b3e838d33ebb458ac8b37b383da07d3e895eedf3b53d69298e4eed0b3be2432ffa128279b192785ad131e21d45f954d38a5e61ab542bb0c1869756a02634242c26e22976a6522e4e26122bce23e0265940a843b605a78cb43211b64ab5b21f24c2c92f92f4a408420fb8561189b3225aa51627bcb4aa2b3819a45515e00086563d0f0760b56a290e0c6b359ea4886897e2cdd05add342a60ba79440cf48da81ba89f4a0ab8fe193a9fb58687f459c6b9d432329e227867bc436d1e730591d8975ee830d6bedc4ec2ffcb2a34b4695f6fa2f4f85a44f9ebed516cb26bdf05a5d1d252caf7ef8e50ad7d7f0d8772b4c56b899e16e7d2ae167fa754fbe106a5c70fbf680b3f2a493aff7497c2b7c4428ca2e403e5e8cf2be8d47e5e4572e4e72ceae97ca15b50b46547e8afca4ea00f59fb3598e2feeb366a537f7d413a79796f52a3caefd01bfabe23969692e8e37ff8117afcb18422fac77b22ea3faae8d5fe6c42d2e6cf0554287edd2466f8eb21d1ad5f3f4996a91845e9b16206b55d2b66dad1d23ccae4bf9b1038fddd8176f577076ac4fd3e4c3bf1a71675a4fe3ca097f6b7311183bf6dd16fa2fddb9bcac9df49944dfebea1ea5e758d6054d53f8251ff7ea3aaa8b34ac50e8bceaaac0c97ac6d78a90942325db56c5aaa9e83ac4957b31e22185d4d134afaba5ad5110de96c6c51abd5d97c4138acabdd1c79adaeb63bcaddbada6770ce5067db142f6fd7d97aa3dcadb39d87af43677b067b01ba3a13b1e8e8eabc42b8a2ab538ab85057a702270875f50c58a475f54ad109a7abdf1e7d56bafab33133e91a98d110a26bd81f2347d7f00e4afaba46355108d2357242955fd7a8009195ceee24de78a16b5c172ff1d1355e45f1d5c4969edede8a02c0be08ad0b3a07174cdb3a077fd414740e01a8c1e81c3662add539dc46a151d7b41e6d74d34f2821ea9a96a2c6a76bd61c099eae591196725df3b338c8ac6bfe1ff687742d76622f53d7e20eeae4ba96471046e95a9e4042ac6bd50eddddba56ef31a5e95acfc0793e5d9bdfd844d0b5dd8b395ad7f6196d8e630156185dbb4c14c575ed8508ef74ed0d145f1d1e6175d775d462dad675a40e9eaed366242cbace039164e89c6d7c68690e5eb1a0738e450fa5ce3901850d9dcb670af2ae6a4a8fdd7b23c6d4758fc656bcae47118a703ad72a3400ea7a8ec66b11743db329afbae523b4d6b94fc7696a9d7b0cce77e87af5c721725daf39f459bdd4d80bd0790c42494ce7311221accee3319593de7ff03a365d9f4914f79e07e8207bbe40655ee7b50a65659dd7773adbfdda235ed5f55b847d645d3f2d7a7475fda7d34beb9f8f20503760251ada74031e2110d10d7847f135b0060ad9ba816711fae806c53be1d2907568d1d40df9445be8d312c183cea73355511f7744db3a9fb77460868647e1d2b09a88bf74c37e20d5d50d3f4f9133a236f65875231ad1468f98498f3ac2821a9f6e646d540b74238391a8eb4696a13aacf31d413131eaa684969ea3754137ba05f67474febb28cb8d4940194b37a618a1a22ee037625fdd58392185c0087aaec05d94010253d0faae0bf2a0821f340115245dd06e3a56e39712241b7f94caeff84754e682cfa27f553781eeb2d04dec8fc38eba8981940b270d258034e942022d2971424237390c3b19ba904e78df902ee426ca7eba907c6cc4e9a6c5a1d55637c30ef9902ed49de0f0ac1f543bc26cd1c5a39b5d8b6ac7ec07d8fad3cde94d057f4e36fa2774f3965298cc3b892d23ddfc41741422c4c8d3741165d861d12d6847457a614bca5f0bdf62af49b7c83a8b96e8061add12077aae48674a699121543b964610265fd690e0f0b2fd680ad52d3b41b830ca075bb8bae54ed874d12d772176b2dc13fdabbae50be80d45db62cb4817cd5b18ed8a7a8e2e3a9f384cf437ca26ab9289b0ac7a834602dd9a024a696bddb05ba35b4bb739ebd61db4d0d207541e74eb3db121a15b1f8d0ab86efd66ec6ee9d65f44eb956efd659ce8d56d584f5c61c32eca001b8ea268a9dbf001c554ddc65e6886d66df4c4c6b82e661af66174b1d770504b17fb09e73b745bacd06ea0dbf29e426edb3ad46074db1d690bb797a3b4a9dbd19010cc8e41041ee28611e2dbd589f2c4aebdbcf49df8e3de24a2bafbd25171d3ed13528e3ed088c8e28130faf8f8cd14d109d708df27bcc2bb237509a5940112ab514c248ea6cf4a8c20ea9698432fed60632a0107bd70c84477389cc488a419549193a761ef4477e4180a67baa37d5139d51d5d8566685dca0aaab5c782e96d1fdf4e303df51f41fe53f6bcd483aac2a924140775a77ea2675e77ba3155bed39368734e2f24a5e6f4328afbd3b768bfcedc40a39deeac3d5aa675e72ee14c86eedc553a30e743f10679ddf97474c3ebd21b50f8a60fc589255d7a0881adf4b0345cba309abee3c5b3249c5dee4560ebf270eceaea32fad3ff78c589caef55467c57a57460aef9a2cd5977ed239580ccb6947d339d29d5665e4407822ef30ab1a6ac8ed892d46575278891358f8ee8f5f6d859d45d9f4ae17be33bc1bb9bc7e8e9b35dd023a2cbde4048345b402533279be2fe567b0a93dc45444f73cb499fc82d47d7a62ef737f6b775b97f4955bcbd8eb2dced2a4ac8796fb1a7a3bb3390d4a83bc1288aebfeab873306baffe48457ef6dc11688ee9e823eeb9e0e27a075f71b92e47a3f96a4a7fb97083c1454a73029c8a1a507cd49da7c30921ef5c1221c7fd33db88abe6dddc34124cb3c242ba4eee113cae48fc248bd2b341057782c2142fc248092fb93f1c4879e3b63d358f7dc8d4ec78b9bd892d409e7101c160ae8e3857f29298869285a279613d095982900a4a3d057ab9346d36749d34972952d2610288bc43e8c4e768e4e9aec05812df95d0a26c536c25fca004230caf55428944504ad552de86babfa92daa99a44fc511d4ff04e53818e469dd699aabbf618b683755a01edaaee16750cf4a389651a1ea12941679c465b68dc84d62b9df10a69b5c65b78f5a9cee4e44e4b1e246d9a5693c463fa489163fe86f7aee82c19c4d35e372341eff5288ad5d70b2993bf5e467ce8cd0c092ebded4405eced40ca26ef3e13087cbf883a781fec09037c88a492f9e13465934fcf29564b4c41b8f4b92315c3cfb789b07c71a030296d4d95af94ee9fd0958e268daf7422a5a1d275a46c95f9d3a396cda5ca57564c2fed6b3676c175df46a11743571e4f9ff57d1e01b79f3f0846fdfa485fbba2055ae87415fb299357e4a25f4e57f19a02f37728de69a9fbd39de05d651fcabe951174142acfd14657bd253c51f501bb6e7aabba5802f45641f86af556f9684dd65bd78bc2a56a8fb1d7a4afd10a1f425f6301b611f53576a164a1aff10eaf50d3d7cac724aab7698fa3287a1b57dc7bbd4d2f9452f43622b4aae96bb7464aa9af1d82044f5f7b198a837adb6bd816d3d7198040445f27106194be6e2ef628f4f53db104e8eb2fc3de9cbefe46da89fa1750d8d0d7bf832050df4088332cfa86fdb1cda36f382e9696c25039d5378a45d547df281b3b8b7a3b0fd4c9f576770b70a9890b4a9bfa262bb0e0ebed8df45c0eab1047eb1de4e85fd53b1828269a76a5b86fba8162a2d93294a8f5cdeea066a56f5e1fcbafbe45b3345c6a390bb9a8bea5180d34fa56ddb1dfa16f55403bd19a0f5feb267414daf6c65e93beed2a7a436d37a0834adff636a621bd6343ac567ac7476800d4b7a399327d3b13e27bbdd31b1cb8d3b76f4a1fdf210b3b52fa4e9dd191adef928a8e20bdcb2eec19ea5db2280abb924aa6efe6857045dfbd082fb9d3f72845faa0eff107e9bcded51df542bd6b1aa25a7dcf31c8c0f43de90a22bddb6eecb0e8dd52b270c9bd31a20ebd7b1fd460f4bd5a38d1d23c4ac81e63d14aa4f778885d5d7def50bc7949df7b17de81a0ef7d0501a5be771e36c6f57d17a20aabf7fc4b2fcd2b197bac7aaf7ba8c2eafbbb522eec7f0e9ba0fafe1ab4f6e9076824b834f037fabff4830e6343423f783a3deae0e3748686d443955f3f643b6239bdcf5db413eb8776a20a33f4248e8fe8877e4471503fac36eaabfa61f7d04daa1fee420779f8281449f4c3e31159e987bf45ad433fc213a501fd8827283de947fc4226ad1f398d0afec8145a1a958ac440ef371afd267a3f132251bd7f3d4a30feab105aebfd5fa3675eefff157dc8fa31b7f08a64fd981f41b814508dc224a02dba65f4011b08628c6d85ed73fdd8442a3a63f3903fea037b5314063eb7c6a5f1755056d68f6f8d4aa07ebc1b3afef5e347616b461fec4ac72af80165dfe0523a56136b61074f3f71081ad1f5931cb111a79f3412c567fde40628d5e9274fa62c37f93e21d129912893eaa70ea4af3d5546f93ee432e1d569fbc27069c6562419fa1971949067ec427f8e7ee63cfaabd09df459b3daa2eaa39fdd9a70ceec07e8f8d787d7c0bb65f4e15de93c860f414d541f6e41178f7e5e2d0acc795350fed0cf5f4219607e1ee5fb880d2877eb17fae224827ee1dc325c5ad21ca53afd1267d486f44b5ed2e9886c8262aa7ee9126c40eb9716d23f5ce68e42907ed94134e3e8979d4001411fe5412117b5934ae6f2966867d12f1f485f7b45115e46ae5fb903951a7db42b01cae823d8a6d6af5a4a057fd57b4ab5ab3e13245bdd8d98ceda62d431f5eb1cb08ba45f7f9860fa86fad8b0d76fe886e45abf2183cef6862bc46b37c6e02551fa8dbfa8fcc6b4410aae8f79489fb5f93cbd8ecddfa804c4d24f2ee8b7d8d05f6d3d8b361bfdd66cdac26d4bed70697b351ccdd76fb741495fbfbd31b1b91d693871a98fa35f2bd6ef1c99454be1441f761ea290db750f6d36fadd870829ec8da652be37152f8ad4ef35121cde579d40f3fe2482fc0736a2eeab3f2024be1d3f929e2bde8c7733e81392713a459f709da48184df54151243d370e960288a37fa834f89491f5a82fe687d520241fee4e77414924da87fe98fc8d01eab3ffa1aef0ad61f53a1394e7f3c9498cef118ecd6e88fbf4467843eb51dc945a9ef0992a556d25f9d784b55e1a40db1a693edf1f23dfdc94c520b4eeda00038750e472bf4698109b4748ee22b8da6d8f46925546b4f8fa35d3d9d46fb755a46f175ba8c90e8d9eaa4039cad835e1ffdd9c328d6ebcf89b153a63f1f88de747dfa203ac8174ed279bcd81e6578fdc5931498979ee3a096fef26c12072f67a328aebf329f42ee6a6b4a69d776c6e252e6383485ea336538ffa8cfaaa2fc753d9cd0f6f57d84576fd6c22682fee6000a939b7a2a60d975a82a64b7a7c8c97e4e7a614e3421d15b95e84ad1e75ad173e5d620a8985b4928ed767f3485eaf3661017cdbb41872fef3505e69dfe125a9a4b14e9ee238afbffe6e02d74faff4ea3a542ff5f212af3faff2ad079a3cfef4e143cff0269a2f76db183a7bfff9b104c4133e21d059d08de3de84f2ad9836d84441ffca29cf370219da1879be93c3e1411ce79549d7074610a1a8ef48fbde9743c5e8e164dfde3d3a4fb3ebee1834b4ffa60bb4effc487d2d0132329cdcf5a52a178164987ef79009a12f42f1c297c5fe4d043081a50dd16f625bc2aa25f15d08b1209478bbe93e42acd2782277321ba258ba0cc244be02531d534795fe2c8f25d54f01556a42928ac680b95f3d0f5a45729085aab13e9a4695a10b7d26c452bb75e731cbbe07acdc9325ad290e4aa75403bb15e4bad3fbdd61f67b7f4ba1252dcf417e97f340c20cdddb09c72a1e13c2577432e015d8399a44d637574e9eb8dbd700c486f72a4903377c4bebbde9c481d03b39100f8cb7d684bd2bf7a822647fd2b0d097aaf4329305f3f2646f1ba9222e74d23c2f76fe6d116bead8e5778e8dfda13667afb954af9bb3994d2decfa6fc55dc8f80db073d75323e9450f6fd504524f6e37bd2903f7521fdebd3023aa225ed49c72c39433cedf34142439f9f639b5a5fea44b5a33482084bd920c2395fb370c44fff6d20e900dfbe52b22a278bb9bedc9d3a78dfa71291fae983b64afdcf15f4b67f269360fcf30e01ca5f7548f5f9654f95ef973f21e45fb1685ed2570c2556fedbbb0097aa1ad3d7ae3a437dd1aa3c3a8f5585d41ea87a4172f73f6f2a4dffc6a2fb43ff4f87ffa3c1ca078dfb06ab4d68a930589fc496a4c13a071bbd86ea45a892196ad48ca2a508448f861a7441aaa1c61f3425186ad542139aa15630d20783cd023c7c06db7a18be06db6988860c75daa01fd350b705b6830d7547a063c350ff2ff24743031b647386462ec8b70d8dd6a181d9605783961a4fc70e9ea17116e61c83fd765e7a83ae6083fd5b546a0c0e7db050181c86a2f6687008c21688a1a913265143d36368083134f345da6c68de1883dcd0f22e524a434b1376320c2ddf608231b45a8215d9d04a86362e43eb0b98e50cada508020d6dca90c3181c1dbad0d279a46e86766eb45fed4498f80ced5e6333dbd0ee0d05a65320458ed366da55a78bd84f3338497066d1d0be012a3586f6c3d0b365e8300b65194387dff43f76ec891d7543c70308740d9d6a215934741a8a00c9d0e9060ad986ceb5113c183ab7404c6ee8ac45c467700e42b268709e4011ed3c8fbe90f34a246506e75cca265d06206131b83861ffd1e03213757243f773b4ab3d8e5260f6d0a1c5c9e0da9e128ceb4af420195c9f614d33b88ae83cf6744523a7a1e734dac29e4bb0136b709b8ab5d6e03e05fd00067703c584471236bc0c7d4723f9317876a630f1ec819ccfe0b5270897fa75a2b4dd6f102aa7867e476927fa7740ec6be8df113193a17f7ffc3974c380d138ee6c18f0909e6bc04bc4f78601bf90ba1906b6a2b81f648388cf30e8137da1419fd1ec65183c12db3c86c153289b0c1663b7c630c40a199861c86be48f06efce08d30d3e5ea8cc1b7c225098350c3d853f0c6f187a83d2d0305bcaabc31f50e51b518890cc305267874bbe3d11a61b7cbf60b7d9e0fb17fd0086511188c90da31e6167d1e0b70fa9aec18fae6b30f8372ec0a5806594900392095905fca6a4309646180c631721e4378c4da0471d7b09bbe086713d51f8378cbb4447217020927e43603965a6f11ba82207f74635ca103c8a805b703e9d8e09df70d4c930d19b4ac0c4db68c6314cfc49a066d24694fd0c931d28a2a73445e3ab21e40af221c3b44bd893364c1f86776d1aa62fc21ebe61462ebded99e3d1876c08dd4291137a92bef6acb17444674d46c86f98c5113d67692c2ecd9d4d687b2edd556798fb15e54843f8457a8ff306137898ef469969fe00daaf8851043b23dea2f86c88788f1627c38234faab8571a8931b16fea2b85ff496ded0e25b14854b0209d546bea3f85ada800afed2c3d880364479a12262885a8e57d718a2d2e8a445a9711cc2b0fc2e41fe15b5ca68a9231196e8ed74b6a3f7e2bdc386e87d54dda38f63f3df107d9d6275959f352d2da6ecbb2a87fee1ea0cca266bfa108e5edf9650edfa4474d51936744645c4b0b115eaf7868d07514c35c4ec22921173868e7bcc737aae181155abcde3f15253c3e6502219b12b69bfb634a7c2baad3b8e2719b6b723bcbabdb70497763447fdcbb02392827cc76dece918761452e28bab8bae01c3ce01e84132ec34a211cab0eb05d5c7dd4751d033ecbe8bce08c39ee5043bf7b6a1efb897a460c35e23e19c7d55a8cb19f60f25fcb57f2c8aa986fdd9a820fd6f8968e0fec794570f8c25ec7b2097724ebc33fa570df147d09664883713474ee88312b521e12dc557c27b348e1912dbd1e9489c82caa921318ea04f6201fdc38333b0c76a38788b78c7411176ca0c87a661f7d470e8173dfde1b9d8203424b5c1c94643d275aa56c98769bf8edc4147b6e1e82274211a8ed248b72125926499946594a35354d8dd321cdb4f54e4988512ccf17214070da90dc268a91dfa730ca9220acc130d70d8d1706223c5fd8918dac213c594e54e75a0f83a359892d5a995e88d32a4ad24f1264d450f71da81d8c9e942e2c867aca370e9ec5a7afa747bca26e905a43c5c684749e1425f62ac17be10d8baf01d1b4b860c6f74b91a32c650dace9052c1cfa824fe98514592ebd5eb04dcae3ea04c7eed0865cc6b25384a67b8f60d9b0886cce3f4b6334fa1286ec86a83e6384356242feda4d294758db249161fd1ac5b289d1bb28cf41eb3aaa8e05f0f23c477a317319d1b774996b949866fc3adb30490722f5214e6e6113dcd2d44efb0e1760d6cb119f2e8de0243de138ae8bb79e86732dca50b060df76a13dabe57896d5743fe607a1df7c3d11e6b28f040d780a1801c7a8607f709043eec4604efe177f4171a1eed252c5738007b1486c2cfc4c09e0c2729e5c928523b9ff0eb78f29034bea72de9753c9510dd7ab69c84b3e78d89643cef410ff1fc186593a20684ac8aa691d058748f0497a257b4d182fa68843208c6e0fca341f812a7370da286949045a3a8a689a6d3468b0ea20dc220ba85134b06b1071d648935c1284977ec101b24fd4970916e23e54136350197e4d6685e3228eaa141cba0b0a3ce8fc2075d9b064520e542c51e6acd289bd281513ae2849741b981beb62a9f8459752f1f5a1a8b0d42832685343e5d27749c1974dd28c8757fd15d6430fea6246af2446b8cc19c8aae14c3cb03789989e10df9730c6ff2e83bbe91d3197aeb4a64f1ed019ca432bc3d4639e7dd10d2dc8b9be13d8186e21654618aef5a70e9c3737a431f7b521afa9841b9f0cb09520b4aff106d2eab4f4f5fd694786dd9677adb657fd1906bf85a4400e91bdd1d69f8a673c7a5f250aaa2e5b3094ffc984a32e94f6734e3187eeda7e4fefb1b95933f67d13560f8f38f34beca6d61b4a4224af9d742327c55383524fe55a786c4bff3a8c118ad3661901b6bd447ddc45863163e97b1c67984d6c61a3730568d356b223334d60cc3ec6bac7982ffea21b6cf8db5b6a3e266ac158f7cc858cb80f165b41988b16ab4198e061aa3cd7c2c73465b192618631d6f0c4c639dcb98f88c75d4b454b7273d57dd8528e91bebaa10211beb7ec42037d6db85f9de584f8fa4dfd8a00e8ec8181bf4418dcfd8e0297d56a38e680a353672c5b6abb19104cf90b1f10eac7cc626f453a846fb70a4f34687c32892189bcec7b129638b43682532b62ea557db261ed99cb1cd65d40b8d6d6be1e133b67d8700c9e8581fa79f8c8e2ea85919dbb9d14b6b978ea5dce8340387c88deddb61ea30767044b46deca045b9c8d8e938e20963a722d4b68d9da351e23176b62082313adf429dc9e86285d5cae8d21b2bb2d16500bd5a97a528cb185da4a86d1bbb4e4409d1d86d0da20e63f70508028d3d4ea0d661ece98d89cfd87337dee162ecf987e2cbed3c1a988d6ed791fd1add3b53c674ef873e18a3fb67740e1a7b3542adc3d8ab0965cc5e5b2863f6fa85d4cde8d18d9295c70a7404197b3bd2d3f776c36690b1f706b47a18fbbc4fc3a5be3d103d1afb7a229336f6bd8764d1e8d90ebbf346cf0db45f9e9750e435f66f8de0c1d8df938acec041944407fa238c320e3160a3d7e81d87a292d15b86ad3fa3f757caf73e2174dc7df6601fc638ec2505c008314232e3c8f994bf469e42ce671ca942c86ff43514d092098533e3286a361afdaa51bef7db82ed60e3e844949e8ca38bf1e72e8cfeae9486fc6752a1f05f8e528ad1ff3f3a69fe32d4448d63f647d19280aae8386bfa1fc7b9d073051ec1711b63e075ca13e3d3b121611cff08d9af71fc6b54ad8dc10148298dc10fd08b610c7e8202a831f837b64a8d133623c6344ed8e24e4b1914d1139e51d199504a586ef2485e1251144ea1ab1f8c5326511a9ab2904ad394679499a6da23cb344e8d246c32350b9da9c6a97a3adb21666c821aa78f477b9971c60d3a4333ee232b37cefc8824d618ba13253163e82e7ad4d077d83334ce5a481973d659b4ed1ac306531486a5a1f6689ceb8a779d1bc3cf6133c838cf9a426e9e1fba198cf30ea3f3c638bf05f6158cf33fd2ab5dd014cd12c6056d09f12d3059d3d247145c8c0bafa0c6675c588a3d1de3a28b94441799083d2eb6a3605aec81928571f158643ac62583280d2da19f6631468ea38f8f5c830666e352671cb9352e1d45f06ed90efc7100e3323d7aad8d51d390951b57acc55eb971c51d1f5c5ab9880a58f4252a4dab06a277d8b8269f227add7a2a99ebb6d1195aa74031c2b83e05aff0306e684effe386009c0b306e2c41d9cf18e38284d818b39bf0ea66faa14d636c3d54748db14fa950c44a90a81bb734a22fb4a50d819a2d72cad15b27e2e5b4c6adf4c36bc66d5504efb677a08fdfee823aa6717b14d58eed5bd19f638c131321deb516676b8cbb2f1382d99d41ff70cf4a9c3c33eeb9832d49e3def6a89219f775c29122e3febe74b6f79f40b9c8b89f7ee5c378a01371f7030be8d42638a096664c88240493f01f6d61c2636ccd180f8710df3ebc950233c90a3d94c6a441749093ef13843d72119bc6c623bf09621c5d457ce86829092e296b507c36a61c8cc5a56371f4b58fd1afad1b8f59e80c1d0f226920b53b4e78195383d07a653c719000d2098585963e10123df1810a585a7322ea6923290d9dfe82dd66e399568414cef4a71c7d66383dc4d9a9843ace7bd04b4b6f8973e5c6f459b4f717625056365e6c4a90ff9213ca91c64b11040b2e3da69776399d18ebe50cb4e3192fdfa3a7bfacc53e8c31c309e54863466fd4ef8d19c3a93465ec212072c59b92e8958d4eb4f4890eccd5128afbab1528b91aafb5260de6da06a222d7f65082b966447fb431b3215e3661cc74a160ca8c259c9395421820ab8222e7c611b4ff186f96d143640f249c73eb24c5fdad4292b172c7d3d9ce9d4d6728379cf27d6e0221d1dc8f045772cb09d5deee4324e3f610da9cdb53d0f666bc7d3c0b97ee8c93d0d25ed286ee5ec4ebd88cff8d2301e1bfcf382365bc778e04e37c5f1210f2697ac098bf8814b7fca5d8ef30e63f44d7a6f1fe2ae28ff7e98e0d63416d3a300f86924cfa408c6e06e3032925be874348ec7a1481f330c6427b6c0f180baf527a7cec4239fa490449884f1208463dfd403bf1f4173a828ccfd6d3117d964220f0b903092ecf27f0d26f22c42fc6938af1228202f3c5267ad4226b121a8bfae32d0246c141427c824a1c58310ac7108c12be4683965134097bd24651189d6d9192aa95b82fbd47713ff42918c573b1836794dca4f095dcc6011fa3a4980240f291b46de9f5305c92b5a1b8970da72097d36f071b953d481253e9d0dc6bd4cc23515ccba292369d84466d367dbc6e823b2ee9ad0947eb43e8e90d2fa93e1ac793006a2c46d793d1544aefd17c05bd2b46b38600a5c581b8a8a53be555cb663442192d32526a5e3526a8f87a09a9c36f8ae81fbe5b4dd5eabd3d6956ef5b52122d3e8cbe6de3a77994733e6513aa2d7144139ab1e431a18e9252823e9f3d882c7e0e26def17939ce2c1a4b0fe374b0f1eb259ce8357e5b864300c66ff770bacef84d845346c6f2ce684c34961b48cff9de9636e7bb1b95f2ef390457be3f224cfefd39edfd0f1b3a0a3fdcd05363fcb19118d8cfc5d4cbfce54e69fb9707b58c7e1d2080f4eb1cba6f8d15f4fb7cc6df2dd12668fcada41ec5ef8ff4b6ff34a2a7fff380d849650712232aa7d0e9f83b15277a8d55a7294f54bda197f66f0205d33f2dfe43939505ffca64ed87fd4753352fec829baaa563993355df8e2e5753f5cba8fb9aaae7a37066aa511b7f77cb54a30d1e64538de1a84f986a6c427b99a9c6317a885a2948454c367198ac4c36d750aa33d988d0ea61aaed8425d354db97fe61ed25684d36d98ec17c6faa1380faaaa98e143551531d0b227753dd96f486ea1dc6aa60aa7709b53453bd7254ef4cf5cfa1986aaaff18e19da9fe57fa1f1b64a3fc616a9882716f6aa4a600b02b433fa6c9ae1c2199a9f1297a54fb61d86335d92f44cc64b25f8fb8d0641f8b68dbe4b008055093c32ba4a7a6a6f510b99b9a4ec1cb004c4da797d1d251849da666745395a9790d7a43cd6d50ec32351f9d864b2de897db4d2d227d68e91e8a4aa696c7b15a995a75415dced42615cd25a6b62d513a37b55d4841de760fb200535b0dfe26a8a96d69102e390e43b065721c4ff1e5781fb9a8a9dd0b7417999c6660cbc8e49443ffb0fd1e6cba983a2cc4f6b9a9e35cf429983abeb7c6a5ced32cb4f4186b9aa97319fd8fce93d1256672de8084d8e4ac5c844b5d1ad27375b98568c8e41287a0d9e472808ebb8b8ee2abeb0dec8a98ba556147cad47d122a22a6ee0f28cbb992cc60eaf99512b2db1814824cee03e9b9dcd76107cfd42b856a5aef8608904cbd87e22482a9f73224eaa63e6d919d98fa4ca32fd4e713a22153dfb6d86a30f5fd8898dce4599c804b5e27b04168ea178078c2d4ef0c65937eff28a50df4a5633530388b968a115a9b067b51aa1d3c9112dfe0c951b43495626208ddce621a3210ef97330dc9a2259fbac8f04d3ee1d8c235f9c4a0ca6ff2f9817d51d3b0ee683a360df3a33019f60ee535d3f0428a891124639946287112c134722b2518df78da09df1c0a13bf26a8f29bfc5ae11d0826bf6ee8f735f9ada192e9b7115d62a6d1cd2872fcc311fb9afc57e3f08bc9ff075a934d63daa318610a784fc570ac2fce9d98c635a1601a771ee98329b0237da1c09e283d99821ee28ca7697c17c285e387a2cdd934fe21326953703d8a9c6047a45ba6e03194ac827753e44c68827d3ed384ce541526aab123659ab40f5ba5a649b729fb4e4e22a83865141216d3946f94bfa65ea22a3a358340f3d41b68bc308534c77b1e4c21eda9f2858c445e6b0a09a2b71db29a4073880a49bf69fa56c200d333d1ed679a2ea5589dd119c57ad38cbf7490673aa0ca6f9ab911c52ed3ac61d85934cd6e44ef71763fca857396a310649a734f824b7387503699fb88f2fddc6f8444c38d6839348597a0026e0aaf426f81699e13bda179d750e231cdaf45a57cfe051c3231cdbf8c529d69fe0b0222111d68a3233aa06e628a5883ecd71471c78996de11338ca8c27951d382ab049a1736c4ee9669e151745a9a161ec37ead69512871be25bd89232fd9c04b99a80e9b2203b0c96e5a7a8e36675921fdc3a89568f53045c56107cfb45c83128f69c57af47f9956946013d4b4f234aa3ea695b709a6af0ac5ceb569553955bed5dd500934adee4e4077f50c7ab5ab2329b9af4e4135ddb45a4281b9e6353dd7da446c1a9bd6d1ef4899d6b9507a5cd71d052ad3860cca001b0be9c0c4d8d3dec7740ea2a5dd38c06f8ac944fdde14232622b5e9299a4b4c9b83b16360da3c8b62757372022ec59e77c7a52d572800b60d2748b66d12b1cced774807d82e270616e761474b5f080ded7c49e564d7083a56bb275172dfe3428fbab70911a9bd9d4979d8eb8ca663d3be44e256fb43e9f0ed9f87f74f98e25b11968b4f26c89fd0137b60a683cd89a71dec4669fb700d6c799b0e9f400b8a29e91836544d49176973921e6353cf94f4943627b907cadda6e4288251c951f43f1e3982062dd3914b543b8e7ca1a73ff2972adfb1d6d850351daf45d42db50b2585543fec35994e38fbe0d2493dfa604ca76cd1d46e3a453ff86c3af50a9d11a6b4be94904ff72791e44c0dd4a34de7a6a2d9cb742e8a60c1b92d683a369d2b21ba757e343a824ce72f928090de319696fe11e2bb341b275d4c9796d171bf4cb35ba68c606cfd99ae2e42cf83e95a00a98ad7022956337bd0e1cb9c8ead2c53e67a92fd329f5361cdea4b393aeb2289cfd713b18960ba2ea3c3772390ded00d1149ae376d096c6587121fcaf1201d332718470f4db776618fd574eb391de4dcab04906e7742b3bde9762411e2dbdf4979c86b451833af3d45749e8244cb3b9ee88331dd95939e735749dff1ae8eded0dd77684131fd779c98e17f0f7030c474af070ef898eefda57292df94de50fe1eca00f79d09c1dcbf408cf5fe230ab9821a59b4549ffe61816f1a2d2d231c5db09eb4da8238fc4d3d53410a21be07b7e9e91f8889523e8ca4c3f7c88a8ed5a304dad5475788811576a7b75d68a2e3fed89d18ebe302929e9e3445fb8fe9492055d1278b88193ed3535578ee4810e3f92a3a8fcf3f5060bed88fad3fd38be3c43b8a9a132c28da4a7cbbe82381404107d24d049904a3445694efc5231268299e489958873d4393d48ea8aeb403ed97b417d56de90634429964de84576527e83d2a5e63b7d9a45a4edaa3fa2da9c39a2caab5da7a68bc3069eb13f6d5f6a2ff51bb9972b4369594406d36a1216d0e9539dd673b5afa46d8445f1bfd98267d2f6c8c9bf47de975e89711efd0af441f9f49ff156fe230197a518231cc273464d84a79c2b0077d3026c31b42c8061a6e371907523631fa5198986e13b93647d377344b48bdb3ccc51b684c965ba4e7584484445f9e21f5ee9517bdedd78e44a45e1fc7eebce9752e4e959a5e2b2826def85100bc7d441bfdae0ee5d577c709d4143725845cdc9c5047711145e1c7dabce44d99e9532312494a32d0d1682a29a28afca53789375f361133fc622641aff4324988a53f082994fe241cfdd50ac7804c5fcd846abf7e243de7db69faf8f263a4337d6f81976a99bea75970e9c7d1025cfa399c12f2cf0cdafbdf03a9fdf47bb5132efd394e62c49f72dae8ca8e04572af32829fcad4f99fcaf276d61951d01caaacde4b2a87a4519f35f5faaeeff261384fd17471fffef317dc77f669436cdd58478acccd55e61c1375777c1abcaccd597226d3657ff8510c35c63391e0573cdfa781ecd363d31219b6d86600630db78f35f99d04962b61d8c07d96c9bc64bd7b16360b6fd83e7d15c4f1d844bf5db208935d72f46b9c8dca01b0e73981bacc0c6b8b9617f2cbfe686c3e8511b56d052a3ab681130db3dc04689d9aec81a971ab7c2836c6e5c8e15c6dcc40689a7b9890bf67ecd4d662054343b348aa5a59e38d16b6e6a833352e6a67510fa989bb64292616ef61041b3b9b933f6e6cc2deae3c08ab9452f34bd985bf8623134b788a05d6df11f4a75e61646e40ae69613d024646e9584a7d6dcea1fdef7686e3d052557731b5b2c86e6367ec802cc6da6f25fbdc4c26a6e67453bd1ee193683cc4eb50ed192370a4166a710e41d66a75bd8ca323bdda700681f80c286b9fd3e84fce6f69948facded6fd05f75a84dd9a4431fecd79a3b1462da36778c7e434b67106c993b8560dbd5dc897ec1c7dce906967273e78148b7cc9d475344774ea433d4f9372aa766e7951439ce2978ad8bb98b0f3654cd2e5bf11786cd5dcfa31bcbdc6d3f4ac1e66ef7703ad8dcad927274f715a80d997bbc43fddeec5a1ff555b36b001203b35b2c9a42cd6e46c4ab66b70fc8f9cceef994e57ab96323cedccb17051773af48cabe1e76a8c1983dae237830f71e88360873ef435487fa9ea412d0f70aa55acf1a08c9cc5eb5b1e09bbd3a5382f172a704e3b5940a58bfb654cafb11ef30f74b400a6eee770209b1b9df4d340a9bfb4f45a663ee3f1dbbcde681d6f4f4833aa029d43ce8104e489807c929be868c45e269f65e59864b3e9ef4b687bda66c32bcb605974604229b33fb8ea762e81b8bf7b8997d5f52261f15822cd33c2a0ca1a2d9ef0aeabe66ffee28779bc7f447db8879cc3eb42f9a03be13d81a17891d0373e06e7afac0df54e68246a148620e22ee6e0e4a40fb8f797c0c15e9e00c3a4313bf50d199741d550cf3e445943aa6bca22c37e50b95cca9a351d2374f9551c60c698e8393e619bea8e89a67da633bc53cb32f3dfdcc600af2992bd1ce620ead833d1d73681fcaabb302918b9a67eda47232ab828e685857cabe61b104dc666fa263353b2f0197e62cc3469c79ae03dec5639e7b9a6041f8600adff08da8f29bc3dfe1f89b396211c195050951b4f402edb1e685dd505e332f14130658da83fe6a5943faaca84864d2e6e51b715accbcdc4c51b8a23afe8e94798507a5c71541145fab1ba2cbd5bc3a04e522f3ea1c6ceb9bd798e97f5c3b1bb547f3da6d5487d6eaf16214f33a1f1c5933af1b8ef330e67571f45ceb7613dade3009551ff3c6bf54ad62a6e2808f39e608b670cd9b12889e6e09a5b4bd65993b2e6d1d4f886feb7a6c2c99b71e4275c5bc554561b2d582576598b7bdc6d6b279db6fb41c9a772808d4c4b5a08a1cf78230669c85b2efce8b74dc775ea693b66b3185efae13d8a330effa86a663f3ee34bc0fd9bc2780c264cf194a7c7b64a8e798f7ee221d60af9196f655432dcdbc2f12bb5be67d7709afee7b8312a2795f19c5fdfe5968a031271cc5569639b106091b8943a85024c611b24a4c412fbf39f10d2585832dd14a643ed895aac2c1a3941e0f85138c3a5c179da9e6c34309c21ede809a9539a9013a79cd494bb1b3684e7a8acaa939e927fdc364276214c94b51683427dfa2e47ea4397ded236928349a8f94639bc77cd4036f01361fed4bc7fde84c4a30473752e24bd94cbb9a729e50dab19694608eada4cd39b60efb1de663ebe9881e3b4ab0f3d8151c5933a726d37b4c3d8d37bd984f5ca7d371a210653ff3c9c654914f0e0ba5a508141acda7c2b08f6c3eb58ed495347b42a2676ad1469fb110473e5b4169e89c3bbac4cce7ce924a76ee0dd5a1f32709469dcfc1f137f3791991c5f43ba49b5ce843d4ed422ed58e8b51f4b62fa6e18ca7f9d269bc9cc37c29035b59e6cb35d0b467bedc0bd5e1ff2d515ebdac20952ce33c45ce9509c4d3aed020a0f9ea349c20345ffb43cf75fd2c2198eb979c70e9c61cfada374e919472f32fdad5cdb97d0934df8e28a32501918cbca668ee35e79dc7ebe2cd793904adef7ea30473f73b0ee598ffeb4621f7df640ab97c5f020ff7af50c12f68823d0a73812301b702bd352e3d1c4aa4ec919a4060a107a1c7c7d6c4581fab88e13ffe81bd00f3932a9c44303ff5a0faf8f466162e3d93a1afc3fcfc1449752faaa3afc32c2e245a234d42839659b689089ea207e9988a07f410caba447595e424312b37d0e1539e26d4a1ea40354da5c1e901b3ba21712bf52ce2a2ea64828a9aa538c260d69412bcd31af02a03b3ce8eb089ee12b566f45b487bd49fc2894bb3fe351162430abd21c325aab5862f74608cad287ccd87719ada6cfe4c1d164b28d5c757a7888bbea23b1acdaf3b500978ed811338e6d755680831bf794305ff6d6d3aa21ffa53fbe9c3123ab51f92a92a7c784322efc76104d33fc6d1167e6a8da328e64fdb71ccccfce92115d64f5a8ae8cf85240d7ca94b50b1742509a05fb371c0c7fc554739fa5b6352d3bf5791daf94382d706997f3623f9f6d74aca4c152f4954aa784570e5771d7a8fbf8578c786f9cf05a20f95f328c82bf75314569a719ada5c351c05048b553bcc7216abcba87f59aa5547b1cb52cd03a5014bb59b98c92dd55394b854e32e32694b8db728f25a6ace44b46da9391b77c252eb0676912cb51e22e2b3d4fa8ce16bb1a981c164b16d83be214b9dc1f4f1f55aa0ea63a9bf02078f2cf57fa2c3c5d27033e67b4ba3f608902c8da62306b034da4efb651753404b2731fb5aec0ab1f56769dc0129a5a5493c36832c4d235140b0340b47666869769e5e6df32b783a2ccd8b5179b0b4e88fc6444b0b6fd4ac2c2d96d1eb683904a54d4b2bba31d1d2ba2b6a6996d69928775bda28109259da7c43706a69b7097be5967637109c5a9cee614db3b4cf433b9ea5c358ec955b3ade42d869e9648bcd204ba71e580c2d9d4660e3d2d26901cec3583adda7d7d1b91eda0dfeb78469dbd279180540e76cf4de599c4f21a0b438572170b374d9851cc6e242a5c9e212848d258bcb03c472161733920c4bd75d88992c5df574b6bbfd4501c1d223979ecbd58562a26707141a2d3dbb235cb1f4146077dee2d68482c96d1716438bdb69ec0f59dc4ab07658dcdf52e2eb2588c5250fba89c3e291416fc843460fd1bb88b26f9f99387966e93b11bbba96be6b104f583cebe24081c57376162ef5af8f434c9601c3911858060ea2643568347277cbe0b61400833be16598962191544e86a422a5b40cb98fa4cce21d854d048bf756b41b587cee52e5f3b12008b40c5b878cd5325c8c68db32f22c123ccbc85c249e16df67f4a87e7a4ab5a3afa23e6119e38ab637cb98fd288a5bc665e32df9964037ecbb5b02771106083c44f135be90be7630c9dd96e0757444830f52d199608dbcc33271122a6e96895310b859269e4581ca32f116a1a1494fd12362991c426868f279f43c58265f41a26e992ca7843c258a3667ca4f54b62c5305e866b0849cc59b1c2d2119c8152c212a7adbd31cd0576b99e689f38f966966a43596e9cd7168c232dd1f2f17b2cc388d6a81658606a5274be87214532da146dac2d09748c12db3c45445e76c42a7b865ce636cf45ae694a0146c99fb98b05c7835e4b596703b4a7ce13928935ae6a9e86dcf5f401f3fbf8a5e474423822b11eb094f449c40a1d112f19a8efb826ad8fcb72c68836cceb2c084377bfd1f59d71dd7f3fb456595157d6d2ab209c98cac22cacede84ec554446886828c996999191154a56444676a1ace8b3f79e567ebfbfcff9f779e9e3fd79decfbdf79c73cf7d3e8245466ceb0b168f47d7b960490fca394b3ea39a2e581a8be447b0348e52edf2a2605c5a311dd54ec1caed945757e6e2988620cc0f399f20bc31d5a1f04b21b8b4ea3015b0880cda9cb50b29dcd7aea182bff63385e85a0d8af582c80e78898f20f21b419fc89fc415d6f524e8b3ae1fc1e1753138bb2558df1199a160fd6cbcb753b0fe311d800d5ed84f136c48c00942c18654d460041b836957371ab12529886a8062aa206a18c195a8098499a24e1a68a980b8c2a6738460367fa0571b5d179b7a82ad5afaf86dc7886ec5d422701ae3866d0bc1f643b485b12948e705b1421c4e10c4adc2fb3105f1a3507a12c4cbd1ee29d839810afecea728760912ab50aa4d9463ff519014429f959443903fe93791d85deb899d24f7cac4a5ddb32893ef5e4579626f7ffa8e7b0f630f5fb0f738158a7d8ea8af0af60510fbdd779a0279df2ba2cdfbaba3ac2cd8df8c88e7813b94990e1452a41d5011c438fc201a9752696855901a8c33b182d453782585e0a88020c699dbf4b6cf2ef3a3a548e28f674f118739fb038d3d8274172278e7e6138239a7a33371be26edd7853c4a7c17ca51b5165c2cc59e8ee0e21fbccd4690d1127db5824bef51d1155cf627987ed99f02e6f211ec520aae1c203c71a5006d95822b6f708e4270e51f41d8abc55402329bd3d367fa622f539039171d0882ccf9b4ab991fe8905f77211de0fa46c2f737e6e7e1d2cd0d68f510dc3c8d3d1d41d66a823e593708166415528eced61351bf958872b720a7330ee5087212b0432cb8dd1a5d3c82db62c200776a93ba72cf8f1ef5de129c5710dc9f88ae01416e5d02bab9bd4868cca5215f41ae96348507a1a43c3cac8892bee0a180125f5e9400979ef424cdeac928ecea0a9ecc2424fa64251da6277ba88a3e73a1b3faac8070ce3311761605cfab603348507002bb2282826cd23a5e3ea037f4f2210e0b095e7da1daf1ba88fec7370308d4bc994321fab63d3dc4db3ef41ddf6d44afa2e0dd5e8a8e778729e7141e409785a0b0945840d16e6201ef7f503929ee81439882e29b046a4aeaa16d5750d29d4e61c90a62bf9fe329937fce24d5fa4b3f02cd5f3e5031fc3a95f49caf1b883f7e1b4d5bf86d1c6930df9229fb96ee20f4f8bd15f67404dfe93226c1f78185b424240de6873b9daf1f43e800fc1841054ce045b446d89c7413613b2a73c287540284763a00b285785d83401142f95ee94f9298926e901728e7507343f995aabb6a3ff10ed54302ba2a29c96bea9a941e3543d0162ed03c209d493b164d2f02ad9ee8a9ee09c1285d3971646326c9f04639e11c6339311d534b52314cdd494336ed44d7a6c0544c1f6fae41c2acb92976e705e693740acd37a93f647948ed276b63742008ac43883f5aaf516cdb96609752600b476fa7c0763898967248c8b64fa356c3cf2852317eada45cf8eb073a1a05bf1d08fbfe5e48d8f7f74a02a77f1613aafd738f42f46f4df42a0afeb62199e1ef318ab4f238c272e579f41effb523faf0af07d22d610527146f8415faa26829ac908d12a2d0a12bb69f84951e233d15561e80b95058c58c62aab06a7bdc5561d57d98a38555ef6009103ab6455e2b744cc74c2e74bc88c453e8f811fd00422777847742a74e99b414853283b01ad50e61f570cc72c21a6a1ce814d6d4620c099d9d9148096b07220b10d6be8b7d77619da128210aeb9c434b98d0a51fb6fe842e0391780aebae479d5c58f70a3d57bd36e82411d6ef8d4d5061c368a4f3c2861730df0b1b3ec3169bb011fd2cb4b0d1284cdbc2c67df0900b1bef429d49d8d880385ad8e41d5618a1eb202cf8423707fc292ea19b3bce0f09ddf620d015ba7dc56c2274ef8aed4da1fb151cc11236bb8c904cd8cc809285d0a305160a61cbdaa8fb0a5bb645b42d6c39c401975a75c25baf84ad6291b0085b5741682d6c3d097b01c2d653505e13b69e8a884fd8b6323aa8846dfb21d015b67d445bd86e3e926b61fbe794603acc40b025f45c8f985cd8b104153761a76cacb5c2ce2e580c859d27e275f1c2ce36644d42afc514695ec9d8a5147a3dc6522ef42a4057b0d0ab0815706197502cf842ef56148fdea17498bc2351fe107aa72070137a3f41fd4bd8b51b72186157bb1f2e751b8d3d1d61f78374567bcec6090961cf7f7863a2b0d7716460c25e6554877ce6e5d1d2398a479f1714c8bdabd01bea7305bba742dfc1385d27ec7b0da753847db3a9a6f51b83cabcb07f0a1ae48503fe43842c1c301069a070a086b29cff6e644d42ff437843887090c40397064f40578a30600036c68501618827840129a83c0803cea26e220cc8a0223d64364232e190a5d851170e79860a9270c807e48fc2217f2860862e422e2a0c1c402727300ae74e8481a751ee1606bea2e31b340a598030681d426be1b0cab4f7c35ad2ae0eeb832d6fe1f029d874110e5f8193ffc2e1fb71004338fc222d8d6c482f6de44e8aed51cf918a084777a18c39fa08bdc73143d1332f1c5b86d7f40ac7f5c38128e1b8a584e5c6af45d15238a13ac261e18474e40ac249cef48526ed26343429cf85968428e8092719a8224fae882d23e1e4a7025c9aba969e6b6a26da0d84537fd0ae4ef346594638cd0fa560e1f4076826144eff4ee577ba141b38c2191f29ac669ec6fe9070562bd4bf84b33dd1fe239cbd11a99b3064112aa7c239cea8ae08e73e4413ad30b40e21e4d0d5041543e9e20ae1fcfd54c016d441978570418f4c5aba4ee564611fdaafc50b90780a172722dd122e7e8d3608e19231044e97cea28059e6462463f92f249ec215f1547456d2dc9c306c0395ccf0d1a8e708c3e7d2a386a7a05349185e86b797095733ad8988c18115e19a8ed1b4e44dfbb5663ee1e8b54f08c144ba12c9885c4519605d09da8985eb2bd14eacef80e45ab8be1f41ebf53138e62fdce0827314c20dee4445a25ea1535cb8a9393dfde66a14699b3bd11f6e9e4ac97dcb12c2d15b52a8646e799c864b5b3710518f698cd2b930c68b1e356610a5b4989128a508633653b58ac9421b97707b0a2198edaf0916eca06ba9843b6ed2dbdef1878a616c6d54578471ade921e2f4e82411c6b744b14b181fe1814b09ceb485096de8b912b661af49b83380d0d0ce61d829132635c77905e1ae89c415925b5206486e477875777f6c650977df238297c2683ba510cdf6c2bd2ed8b916ee8d2206b6772b8e7309f755e6a53ef4d2f6cda48fdfb73d8f96ded167ed77c4d69f707f32a18e030fe85f1d784189ef10dd25263c148b62bdf0f060bc8d4b78987e6e4c78b89ca85b6a2bca39a98f70864598fa993498235bb089203cfe9c60d4892638ee2c3c319204aa934e74a2d31a529e38bd1e4d09c2d3e4a2169ee94555e1cc7aaa566727a1a54278760ef62884e979a8930bcf7912be3fe78b4e38e1f96ce2b517ea62bf4378613925858b1eb45f19dd09b967aca3379421a53277291cfd4cc2cb1b49dabc7299b8e835177a43d75a51285cfb8ad73508af19b0f92fccfc4718f33af95785d79f12a8b9b18dfed58dabf4f1375ed117bab9966ac7cd2cbc6c42983598b4b4ac14928bb24ed189ceae4c3a667615c285d95b49a9c9c944f3a53047472fedf671526a6e5f252072a737bdb43bc3e9b9eefca4437e771dfa5785770f50e5bbd7106f7c15dedb4107f3de479252eeeb082ae6f6a29a969b8b1d4fe183bd049a1fec2748f6c04a92c5c3ff28213f4cc5eea9302f9558669e9e78eda340d2901f15128c7abc92f876be0b65f2fc1e7426f29fe1dc9c30ff05a1da27bdd181207cb28eb6f0c94b7a88a76fe9a53deb42d5bde028098d050f28ac0a3e9310f4622f9de8976ba8babf2e2691f7b58482efcd0a745009df0ea59d783b039d4ac2b797a9babf5550f7a1b0357da1a247a4c1bca71f6017be9f4274ebfd637ad4f7ff68ef3fd090aff0c305f4d4083f7c23685dd291a4e092d744c13fa948d1fdfc9cf2c4e70f44fabf542631f58b076dce177f1223be6889fd7ebd8fbd4c61e91f34bd0805f7893f0acdd1b82452527d149ba8b1244da4d721ef43bb2a2ff4c325c534025bca2794e5d4d56957d5cf28216bad044e7589c4e6740aeae9e81b9300aa1f4555d45c9f9ededcc5804b3661212ed9873bd05201f66b85766e10fe9c41cac3cf3d54ca7f3523a6f3ab0341fe5fb9a492fd4e2540f9fb146943bf6f10d8fad30cbd51c23f99d8b017fefd8f3485bf2f04b854de9dd250f901c213ffce639b4754c11df51c5185e688014415f6a05942e4b01d8188c8e11eda50450e56c426a28aa350421455aa8aa2b8a8ca7804f3a2aadd79c984044fe4e881a04654cd03e79145d5ab63934a54dd0be9a9a8c6554c56a29a7d70044b54f32ded57ad0e2eb4b41cf184c8598c9c4f54e7248ec98aea58702847e452197dc8229781787f8ec8c5485fa8ee18cc5fa2baa588d244f5a6a34b5f54ef070aeca2fa0168cf10351883c94ad4603a16695183bdf4100d1e600910354cc22bae448dae604f5ad4289b0e40e312ec238b9ab440cf83c8b50e3d97eb1d9c6d16b9fd876948e4b610138cc86d357632446e7f510a16b9cfa0f7e8be9f1ed5fd02f65845cd5c90cd899a1da3b7dddc1f7b4d228fdbe8a012793ca08768711293a8a8c559a4baa256dd502411b51a8b054cd42a0d8bb4a8f5354c43a2367550a012b559838a9ba84d1abad744ed7d51861779ae42ea26f2cc477d42d4690ffa6a459d1b62da16758ea6cff2da8b755be47d8262dbbb9842a1eb537a886ee44010750fa2e3dbe33ccea7897ae4537af41988e851e4730031b9a877572c60a2de12145c44bd8d2833887a9bd08528f2a5fbf8447d7db0b08afa0ea633d177174e3f89fa6d47c799a87fcb145a1a8b4290a8ff6c94c444032c280d88063aa0562b1a988ea059e417495fc83f006fc611f93f422a22f22fc69e8ec8ff2fedfda079c8b745833da9e80cde499116b019157051402ece528a02de518e1e3208399f68c83b3a5f432b5252187a913627d0238f9696511a0a3c81062d51601e627251503f843ea2615f113d8a86872354140ddf427975384dce8a46ac45a94e34b20ba234d1c8eed829138d7c4b1b3d4a83e28d68f4530abed11acad1639390498bc61d40354a34919ad9a249343b2f9af4051bbda2c9f5d068279aec8683cca229edb141289a92850d09d1946fc8ca4553e414c85354e879104d1d850c5f34751bb69f44d39ad34b9bb607fd98a2695984aca62fa7a89d312a8c963290ba89667a6033483433368d96c4c8dd45b33c505412850412fe9ae34249614e7bc24c73d7534d9b7b16556bd13c4fb4d089e60560774b143a94006568201dccd04f14430bded0de2fdc8c8d5ed1a20bd86d162d52e1b0a368712d4a7c8b47a1a6205a329860c192e5e885152d5989829e6849361183a559d87e122d0b2258b062080a54a2154f510914ad8c21d411b69bc043f81fbcfe49b4ca15a99b68f51af4a68b567fa212b05a4f9116d181f2c49a4e74a2d774c7fe9068cd351482446bede87910adfde7814b91ded8151145f6a63f8c7c4025733dfde8b068fd6b1423441b3653ead890e4874b5195892245a5a1b1471465a36ab5792f2a81a22db7d1ed27daea4055746b1d420a5be7a18a21da7a9bceea562d7ac944db6aa3fb43b4ad88aa28776245db37e01d08a21d9b503711edc8200413fb8dde76dc782a4d71e95445e363bd69e9021ddf8481382b224af04333a128610b6d6182197d0aa29d4bd01c27da5988463b51e271175c4a4a208297748638cc2e27fc953551725dc2e4c96fd10d2fda5d179d5da29476546b5386a1bf50b4d7197513d1fe29286389f6cf24b47d20067fe5437478173d6aaa3711cfd4b994d28eb4a55a7b643de19ca3d5e8c81d1f8acd0dd1f1c978318ae84422b19313df4924393984d482538751c8169d5e9a824b67dd88eaa64f43c158949e420839fd3861dff4d7b4abe9a5e81c149dbb4bd4ed8217fde14537ca5f17f7507acc98889308a28cdbd818176548d06b2dba749b8eefb5c77472ae95a1114a94d9135d03a24c2ba1a1eb4aaac837922886b2545491738ed161bafb8874b9bb364a8ff79a12e7bbbf8cce44ae94b0c903072a730fcf60234ef4504e8729af15aad6a24779a4503e7e40b9f0713925befcc3b4abf917e9e43c712668fde4393dfdd34954289e5dc2c6b8e899196f7af9ff12f64e44cf43f03608d1f3f984310b46d00178d9969eeba58812cc2b4e56af5594c9dfac2708fb761b3dc4db6ff46adf5d20dda4d09dde50611e364a4445a938312e7adf1b2767451f92e97514cf211c5db282085ec96d828a9fc228b97f3252207f7643815df4791d25f7cf37484bfb124ec2d99762dad5af2642a2df06d2d7fe1684260ed177397d47c1509cf21609ded01712b644ff9748d8863e5ed89e5e87d81b470544e2b1389729124fc2914891f809de002892f6a223279b41a059b6908e9cdc07cd2522790a058c424fcc501d89c64491663a49d49a2ff487fa1bf4d20cf588b0183cd0822232f8603f4d6472421387c854487f68be4575dbaca794667d49d8d7e649fcd1d617a7fe44f6200a3e7b300e7d89ec770904da6d74e4ecbfb04128fa194292fe4fba7541f4f327c91fbf66519ef8158a7e72d1efca2447fe8ea69cf3fb147dd69f2e84f8fe2ea5fc55be281397fef52280f46f3036e244ffe2f152077105179436c515e663ea105748467d42ec501b251eb1c3076c368a2b46a03d435c29182186b8d22c3ce4e24af10831c495ce6258892b57c3ea2eae1c8ba292b84a4d6c6e88abb6c3feb6b8ea1ef4c188ab8ab01b2876ccc3342476fc8aa2b8b89a93032d3d43b822ae66441c2dae5e867a8eb84617b4be8b6b06a1f55d5c73014e108a6b45d3a3d63a8632bcb856169ac7c5ce1e7eb43402d3a3d8391d9b0862e76bd1b8e4721831b9d8857ec0585caf32123c713d27547dc4f5daa14025aed713ad44e206423471881bf6c302266e58803d1d71a3c6740a1b6d43194bdcb831260571933ae8cf1137e987e45adc64130a7a62d7b5f41eddbdb15a89dd13908a88ddaf53a435af8297c9895bb4c672226ef11111b2b8654534d0885bcf0aa6a55cd401c46df65336691b80fd4771fba6881ec5edb723591477684067b5438b95b41489dd07b1a713664cb1e7124c7c624f19ca3262af6af4f15e3d50c7147709c07eadb8cb32e43062efe14858c4de42daafae27507b1477fd863352e2ee5db0188abb8fa494d6c31d819bb8672c6a30e29ea9a833897bd5a280e9550bf184b8574b7afa5e4afa789f37783987b84f37ec068afb6890ce8bfbb6c50226eedb033b3fe27ef1f41dfbd74676221e504ae77e800af57bb1df2b8a34ff60c42662ff95f485fcf90d0dd6a3562b0e084452260e7845697bc82d7a1d81a328908338448755a78a3cac3d6ab5e261a77056573cdc095bf1e2e11db195251efe9212f288cbb4ab23e9a604f1a8466826148fba80ec573c4a801e11f16807843ee2d1563ae46306a1a42f1e934345674c01fa27c4c11dd1732a0e3e4b08666c18ea72e2b17fb01b281ed7853e6bdc6e2406e271a7e9d58edf412573c26a2a7313db51129d9440476ed26584c3e2c9ad915c8ba754c2ae88784a7d0ae4294d906f8ba7dca1a430e5274a75e2a96dd0902b9ee6428f3acd9d10ccb4f69490a7075085997e1b5558f174235a9cc433c9d8239e29c31178f1ac66946a6785603b583c2b9fc26a762dc285b3fdc268690ac1a8d97b1d7029c407f54271c840ec8a884386501a0ab9432573ce3f3af77393514a11cfdd8fa617f1bc0ab439f3fa105c094dc48e8178fe61ca98f3d369731674c09f00162f9887c3c7e205427ad485cd29592daa82ad3ff1a27a7430979ca3d4b1743445edd26f54d3960dc0bbc4c4cbe6e0308778d9768aed652594dc973fa273bfe22e3683c42b1e63a344bc424c8072e52a2af861ad29e784a5e2689838dc91804878128acfe25563e9dcafe25058558ced2771c444b4988b23228822ad31d1d75e3b8532f9dad5547422dd51071047b6c766a338f22b7d56e45f6f5c5a97411fbfbe0ec5f6060d327c71d42222069b12719a47bcf958082da9b0732ddeb292085e741a2a81e2ad13d18e27de4abf5a218e51103bd95e91bed0f6759490773ca59c13eb894d6371ec4e9c5117c7a6131c8e6b40d52aae03ca6be2b89e94ace29678e052bc91aa554225aaee3b7b60335b9cb805874cc48927896f271a28212779526c277d421556bc6b3b819a5d26b4f78b935bd1774c4ea450489985cd2071ca69aadb293788c3ec694fcfb5d787826f5f77d41ec5fb7388481d5c81b381e28391d8b9161f5a45b2cca12d94a30f9dc6fe90f87037822ba9021c4e101f9986e638f191dff4b68f0ea44c7e743b6593a3763af7c7e8265af1b183d829131f6f44f178bc099580933fd17e2d4ea3fb86c46917092a9e09c9a3a5876808119f9d475ffbfc118ab40b8d7030577cc19fcaef853d44e72f0ea1d8be7894e8434604d5a18cb7740a2f8751885ef9403174358b78dab50694e5ae4dc2a69ef8da51dafb6b56020fd71f1115b9d19230d38db174c86f24936e72e3230ab3e29b6708a6dffc138c4b59dd080d653b5082c95e46c7375b4ae0f4d6249c0b10dfda8cdd1a714e1869a23991c43273aea2f74e9cf38472618e9eded0ed341253efb4c1f6b9f82e3570c47773099cdebb465b983b8cc0e9830ed8ef103fd84555f48196c2fd818e30c0c33124dfe6c5115cc92b2394f6b82e5ed2297ebc13bd51e2c77254e6c5f9590402f39f5109787acc819748a27e369a0ed3b3286c408b9fddc0892571c12caaee2ffa52aa7df114677ec42f030850be9c4875fbe53c9cc011bf5c46e0e1b59a92c2db7012fedfae450795f86d0e5e23217e6ba3fd2a9c4cc7a4289be2f1fd6674d589df67a3d747fc5e4e92eb070752ef3e385372ff1080be6df1873d99b4944a4cba987eef575cd2119bece2924e14a225bb495df91440aff6d32fa2f39fab13b7fa4c9e07f117fa9d32f1978f5445bfb911bcfbb693a0cfb787d41ffa5646f158da002d28e2d277e8bd137f0fc61babc5df8fa07f42fca322c5f68f1474778b054b70764b2c1c44a120fc41e851d4836aada8370954a2e1f45c62fa1d29b184468ac4121ded97e417fd2b591c6539d903ece089e5533c6829093df362c56a6c368a9589a463aa5a60935dac9a48b4597585544535fd68a7583381f8a3663ac9459a52b4ec88b5dc6ad056c3d6b258eb46055fdb8f76425f93d2907e07e94c0627aa30860e684c141be8fa14b1610dbacec586a72459183e13ce31cea52c678c4347b6d898405cd4f888408dd14488cfaca296a4d942e0c1d2986465db060a3edb5bc2d1f6f384997e3e41c786f857057a69bf16f2bf5a4315f9979cba94bf730921ff565301fbd39292e81f16b2ff3ca7f3f5d78d505a794592b1cac790ce544e2e5749050d960049a52b389321a9d2d00f97aa36430626a91a852540e2d81d738ec4711fe22f89e363841812273f8c6d49b577d8f09254b321c193548f44354a52fd3c1229490d476f5caa998c0282a45665f462486a05610b5752eb3c964c492d31fa1e25cefdb0ad2fa95d8cbe0e49ed7fb4f77566219b93d489c5f325a9b31bb19ce43f57ec5b49fea3a12fc97f665aaa3b0c8dd592ba2fb1432ca9371c73a1a4be00a7d8240dced0db6e3c0a6f4a903489c34221697209bd3e92a61db1ad2f691a89584ee23a2484964e612e94b866236896b8bea4bd777d85037712d712cc5f12776fcc7212f71785b8d47c097da1e631489b25cde3d1f524697e08fd4c120f72b8485a7cc15b80252d9b227890b48c422381a4e56d44569256d51092495af5457c2f6995841853d27a21ba4925ed6aa3075cd26e341ad125ede6a1c82b69f7052544493b29e21c4907faa97049877d2804493cf3909e4a3a8d4ba3a595b45f9dcb30214bbc8652cef13a894d7689d759fcb50389d7376c5249bcbde875747546ab9aa4fb54ec2249baef45c62ae9918f8c42d2f30aaa18925ed3e87fec753a0f977c9cd0d721f1a98dc85de2b39172b44f06158adefd702c4fd23b01653f499f8b587e257dae616195f4f546302fe9e78ca44c32e0086200c9402bba192403ede8b494f879a19b54e2bf107bbf9241adb11b2819944f9969f04894ea24433be120a064e821c45f92a16ae4c892c05ba8504a82b2e96b0f1b4a01337c163230c9f068a4229211c9145623cc48292523fea2034132723b8a37929117d1cd20199989434c925135b0d520191580938d92e0a1c84e24c1d370d45c12bc08f54249f0574ac8e3d62240924c2846d02c996046fe289938974ef4a476087425930bd1d12899fc95c27d4a153af75312287f4df94d68687a4f823ed3b3e90d4dcfa33c31a31f418c99bbd05d24992da7fa38db466735846e439584bc43255032a71d95f250ff685ada118c4bf30751b8cf17d01b5ad08ecefd82dd6808912cc8c6fb3a240b3722f9912c9461bf43b248449869e91d54c0254bd578c3b76459350ad1e57e38852b59d1d901975616d3210feb44ef31cc80a44c12de0edb3c9288b1944d2226514a8bf8827c48b2268ee0ca9addd81e90ac6d8283df92b5ae68f794ac9d887d3ec95a33bd8ec80a7472223d506996ac3b4680727d474a8febed54b73734213cb1a123927ec986641c45916cdc4cf02e2a1cbd8a922dc3e9e9b72c22a8b8e504a58e2d42fac368ba674b12e385ca962466280ec949626ea31228d9ee43c1b7fd34edfdf62c9cb0976cff4cd42dae26419fb839049ae3abe3a88024be27b67924095dd0f422d9590fc52ec9ced694577706a20c2f49ac41fb95b89a36275187028224c993ce6ad205347b4976395052486e90474bc351e49524af42c158921c492520d9824326923ddd507a92ec97127a3cd009e535c961ba714c723889c23dd59d1e35b52555abd4075458533f511d3a128b2d36c9112311e2a3b588481d9d41e0f4587d94fd24c73751f63dfe9b50da8966e8da949c984f7cfb4404e18993f7504192a4a5d2a3a6bd47d54772ba0dc5d099ba065aea87fd6dc999c928f148ce2c44054972d69168e0d9b144facfcef3a0252bc1827437547d24e98370564492be9bc862fa65229ee77aa3e14872ce17db299273819431cf3bd3f13dff9a32f9f9d7a8a64b2e8e447fa124632895b94b6309cc5fba45a9f64a2451a4ab2574c8afd542755892192ea0a5b5840b33b712e4bfaec61165c98dc944d46fc4503cde2c45dd5772538efabd248bbacd92ec7ad8e793640fc1aeaee4d64a12106e6d2149ec9681b6f0d62faa43b7fe51c6cc2944f956729b2ec190dc1e8faab5e44e05bc075c72b711c1f4bbebd1ed27b9bb9b62fbee79c200772d8490ef0f22e8733f8242f4fe05524472bd4812cb1d83ad65c98351049a1f64601354f280ae35963cdc4f1fffb0044d5592471de94c3c1a88de02c9633714c5258f77d1ae3ea1db63254f9b91aaf8f438ba78244fffe24489e4d9167404499ea5516c3fbb16464b9f28fb3e0f208af4e20469c82fde62ef57f2a29858c0eb289282df3a52b27a3b924ef4db1fd8f991bc9b4f3b51789d00656136362e25858f885b1539522017cda5cc54b401e74525efef5372ff5089d0d087d6847d3f74a59af67120d58e8fbbe80f3f66a07b4d523c99aa424943129f4bce12a8f9349d90fba7ad242a7d5e4728edb39c72f41731bac424dfda1033fc36906adab7af7807bbe4bb089d2492efe5d89c95084a70125422f4c01b0924a29944aec5d5f05a1789b81f895de2b378f7ad445281ba0f92758490a509f4b565f124d6cb4f127553d6a53aa47c400846f992ce979aee0892683a1157d044a2cf4aa2d94f7aa1e6279ada25daef5487746bd17b27d187d091d3efc24e9944ff8f76d5586f1a2d8da29d308f4ca3a5cde8c590984bf2684949e0c1529b444b4b7b52612d7ec4ad2c5b48aab324d2ebb0669380609b48e16e1711a0fce9486fe8e778cabe3fa7e0f5e7929ff154617e7e419fbbe4574d12237eeda0a5dff49b0892dfe1d459fc9d4319e0b79184d93f115428fec4900a5bbe9da848f901c24ce56f09e8fedbe94d4b8614589256a8847045ea1085c286b4521cbae1a595ef6283505a2509c54169555774a548abcec68684d471152264a913cdfc48ab6d44794d5aed31de2220ad46f79b48ab2bd09420ad711ed53b690d05365da4ceb3110d499d0b50ac97d6ae89a2a5b4f635bcbf505afb3da26d691d0734f74aebbc407827fdaf3e2a81d2ba49983aa4759fa3902dad5b803d7c69bda6283348ebb5c09c23ad371baba8b4de4e949ea4f5a7e350a1b47e1c6d4efda748faa50d466152903648c04bd2a50d8e62bf56da7032725169e346d8f991363e8a7291b469314ac152d708d414a4ae6bb1f32375fd8cda90d46d287218a9bb0b722ba947357adb1e839177483d4e20a390b6a07108698b3b0831a42ddea28a216db51fc98fb47547a494d2b6eea83c48dbf647f2236dfb022f5296b69f87f7d4483de72145927ade46542bed18802050daf140082e7572409d49daa9056639a9d72a4c8f52afcb14b55e42dafb2e76acc8d2aedb905148bbd5c346afb4db0e6c1949bbf7434d54da7d28221869f76024b1d2ee720494d21e35110d497bfa22e497f65c8a4044daeb3dce524a7daa539ef0394d2fadf705dafb3ea7d0b72ded738b124c9f37c81fa5be6bd0572beddb0f2186b45f06ca45d27e57b0d520ed1f405fa87f1ca25ae980710ebc8442a3744001223ee90009965fe9c0fad88893fa55409157ea571f256aa95f271cf193fa5dc5ceb574d028342f4907e5a0e15b3af826c5d0603d0eb6490392a8220fa9467f38e4308253e990022abf43e7a036240dec88bd1369e051fa1f031f50dd0e9461e3521a9483fa9774580b7ad4617d10b849872d4596291d7e17f99074c43f4a8f235be325b0d2913e74c847eea5ff71e47544c8d291745ba5746419e255e9a8a694d24605a5e1d2e8a154c0461f452b9174f465aac8a3ff113609ae82734dd2e0602a99c19729e78c6b8302bb74dc778ac7f1ff0968692cfe7c8374c270146fa4132e53584d5c471f3f79217a44a4931751129d32885ec7945104dca66c433e249d4abf17209d9a8a8a8874ea1dca39539f2229934e9553c99caa41f2239dd68d32d3b465c84ea4d3cea324269d968d92987466150aab590d68bf667d212c377b2a6d61880b5a89a4215d08a68748514192cee1133de74c212de563a3573ab70e927ee9dce129b4f481f2c4bcf674bee61dc5b68574fe5c6cba4817b853315c104c9fb560294aaed2050fe8e42cec4b8465e1253ad18b8e623750ba782c9a2fa58b4b50eb902ea984fd21e9126f032dbda78cb94c40896f791e15e915d551be95aee88dae73e98aa5d87e92ae744777b774e50b64acd2b02968dc978665a3a7461af6d80597c29b50f90def446f287c30327c69f8747a1de1a7906f4b571dc18ea77435b579a4ab83299bac8ec781156944301dcc8870d4dca56bb652725f9347e467ad135a93a56bddd1a9248d3c802d2369e45994bba5915f093c440aa9766c0c25a01bd595fe70d31a2a019b0c6808916e4e41d94fbae5057dd616258ec04ba3f5d80b906ead4239672b5d7e2cdd168f0d68e9b66c1c6b916e7b45b830a62e81e6984d240d6caf86eab074fb7002353b52086dc7dea10c10fb1607e5a5714e1430f19994571386606751bad30dafd491ee5c4ac87de759c29889032990936ba1b2254dbe855e58e9ee37c4b75306a1e9459af215db29d2142315c33d0e54c0f6ac0fa3a5c738f527dd771e6fd194eebb40746b5f21d1c0fd2d2990f78f40878b74ff5c3aabfb5753a41d70a5783cf8039540e941311a13a50735e80a961e2a246e7538948af4b17928fc4b8fd10da6d2e38db0b1243d7e99caef713991b2938e84314faea76a756a1ee5fb532504744f2b2944cfbae07d8fd2732be9309d7722a9ee7c2bd214cec7939472be9030d385ee947d2f18899d5c7c49b523c3827d3ee9255792062e0da670bf9cef8d4b57b610d5bdf2052dd3d2ab3e9460aeb5252d2db33e6dcef52ad80d945e1f1e424b37a9a6dd584fa170c346c7f76614b683a537b712c6bc79811e22ab1bd187ace5c47eb37663cf509a75229896ae5291ce2a265890f597124c76354a7cb7da1321beb5083d22d25bbb09dfe77420f12627007bbfd29c61e84b93e69c24069693e3474ba5540c730ce8b596e658481bbae341cad69dadf4b6effcc286aaf4ee251253ef0dc2a6b1f4de62121aef7d20da7c5f46b19d5b87fe552eeb13b9a5b4d1b93f29333d0cc47eadf4e10efa1ff382f08636e923677adb8f54d86b923efe465aed63219580fcdfd891923ef1213affb42965cca783e83d3ebd4535ede95bf4c1489f57a3bd7fbe9e505ac1380abe822dc4320b8eb9d0d21faa432f33b0552a7d954310e3551171853723e83dbeed8f361be9dbb984908be8426c69513245ed7b351a09a41fea52b2fa4017034b3f762065beb806fe4485b478290572c94142432527d0cb2ffdbc8960c1672d81f9cf34302cfd32849a415fcb090d7d3b4d48b4b43b4e19494b0f501d2a2d255efb5d4deff1c72512d87ffca596515900f53b044f08340b150461c5bfd0ff259539118495f9197049de80c4547910e913721de939ca46e85390aafad0e6a86ee380b55465230ea33e8cbe5aa9e61141458d8464525d113a23a4ba62ea2cea8c54d3f483e9e3f517e9b30c4e248919ea90ec67184ac9ca308efa308674f43c488d026a0699fea2bd4c6afa47a1603b4f30ca3e9042e1670eb5377fe61161f9d515dd45d2df234811f9bd828ae19ffb04effe94535ff46f731c2890fe3d891e24e95fa3032e95b7a5782c5f4c6dc4f267447efe05e3e51cd27f7179b49449c7f7df5b2c99b20aa1589a64159e2038955574c7479555ec887058567127964c59a58ec8f065954ab11d2cab3c055f87acf239d47364950b50709155198b32a9acca632c6032c74e980b658efbd06c2f733ce58d4b4ead916ec99c521017caaa15a3ca2fab3e190fb9acfa542c4db21a4dd1bc24ab518ec95d5673224e9ec96aaec65328ab790471a1ace65d6c23ca6aa5234c97d52a455d4e56eb3ba65a99f30d6486b2da1d309bc86a97a0195ae61288164d595d77da897ac4d364f57ae21488ac7e25941964f51ba22348d66059342d49e9211a985099973524e7b3aca10153adac114d94fc7f891eb5d1443aab8d0e60e593353e817942d6e4142a0fb22657e97f6c5a0f9bc632d76a74725cfbd2aebafe411c2d738b44042373db825541d66c1f420c5933210a08b2e6cfd1e122f328a5d7d1b2261a7b642d5ba2714cd6b253302eb536239e90b53986bd26599bfbb4396dca10dec9da76c096b7acbd096b9aac83820e80670b849d32cff34862651debe1b88dac633c8e7cc83a3da278ecf40bad57b2ce7b5038fbff12760c649d7f62159579f545d421f30a46c82ff34a42cba1accb15acb532ef70ec18c8bcffa05427eb5a9db26fd71a747cbb66a3a22beb26c65683ac7b43143664dd3f50587537219396f5988613f6b25ecd51fe90f5ea826e1959af2ff46a7d26e00d21b2dedbe8517b93c74dd667119d68df39383523f35522ad91f5dd8e0d2f59df5d58ca65fd6aa0fc21eb77096f9792f577464029eb3f895eed8035547e0746d291f3f3412b91cc4f84c2bfcc7f112505ff8bf4f18312b15f2b1b3c1a49ac6c702e85fbe08748626501be14db0101a804ca025e20cb940db98fc84a16580f057659a01b819ac0763881230bec83135eb2c0bf94448709b179261bd11d857fd9c8ae88b6652397a1894336f20b0ab3b2d11e74be46f7a3e01b738ade5070144ed7c9821f50208f5d885648d9d8dfd8cb948d9b832e57d9b815b43913be53c04c306087583649883f18219b2442f14636b92b65b9292309164cb1e20c8b6cea79fa57d3f652c04cfb865622d9f4bed8f991cd3889ac4936e3330a41b259cda850cc6a4591362b96e0ddac4fc85865b35f20ad91cd2e446143365b4b2727c41189ba6cee7114406573cd287fc8e675a2b09a1742387ade0194ce65a155e90d85e6630b5736df3b8c961653d15968a28f5f1449757bd171fc8d38d922016a7cb2c54b09212f596bc0a5e5fdd0e4285b2e4413876cb911d54ed98a9574ee579652c0848d46ad43161e453c2d5c4b8c62556bcaf7ab3a13295b25c1c110d9ea0d282bcb5617a1c02e8bd848cc30228a0a7e441aa18e35ae5461d6dccbc4a5b51e941ed70ea452be760736a0656b77e180b52cb23a91b2c844bc3d56b6fe005a6364eb3fa338285b6fc6a11cd986435402369ca633b1e1b31f2e6ddc899d1fd9c63f2833c8a29a101089f273c0a5e86194efa34750c0c48ca4fa18db8d207fec48bcc55c161b45d111d7157539595c38e5c2f810340acbe205a8c1c8e2f5d8a696256c201895c48729e93451b72415d1ad5d11380e214b0e425f9a2c652241fe3d6ad4dc65fbaaa16a2ddb771b1d7ab27d527ab5fb0c94c9f7d3fd13b2fdfe24a5ec1711c938d0012d87b2831d29600e6ea5bd3fa4c4d69fec908dd0e3e181441f0e9f45955f96da899042ea12ca5fa969840b538d94b68fb4a6437e4441d5ea685d0aab63cf880f1d2ba634744c4a07e044639c33949d7043178fec848e1ee2c46f74cbc84e6e25cdeae436eca8cb4e1e27089be641b0206d1eaad6b253cb78e9367a8765a72cd8a6969d1e4a4ce734fdfc8cec4c30e18933cfa9649e3d4b6722bd2b769164e72613df3e379d60c1b99ff4d2ce37438383ec4275cabe1713f268e91351a48b0a6273196be9d5669c26b9e8523c85d5252561dfcb3508b85db6112cb84ae65ed9b55c6c0fc8aec9290d65bec7fe90ec3a8d61cbaeefa10473fd33e5fb9bf463eeb26c5f02e0b73a620347766b0555855b47b18920cb71c3ae88ecf666fc8969d96d21d1f93b95b14b29bb738bd4a8bb3d28d2ee461052b85787eaf6bdf138f323bb174a6ac1bd328264b92bb14b29cb3d8bce7ad98338aab50fe249d97ae840f1f8b0368e0bca1e5ea4e07bb490ceea63b90b2ee5772359267f1ada04654f3c09fa3c3f8e1728c90a06e365beb2174d69575ff6a7bafdaa1949c1af27e390afec75026d4ee160e2db454349d828ba88bd3959d147c2e4459f0803147d259c53f48fa2e3fd68742bcbde4f2762f0fe2249291fffa322fd7116f6f964c593082197ecc09b1c652529a434979c21ddf793803eebb327cebac9be5888a77d5d8c7629d9d77394f8becda20256ea4ea9e307fda092acec2b0137c10152f905d7d0a72013dca078143ea67e879826ff65e27282fc1225551869003524a4792420c89ce830c9f6136395ddc736a24c5e051b71324577da7b452a35a91459a45929036849758d84464d357492c8b45d89bae97d4941d2cb68a30d0e147c86cea4751883498c30b724fdcbec49c7d7dc8b388c7924d107eb081ce097d9ba5375b72d46cf83ccee4249c1fe80c4d49f7b49bdfb798460c1cf7f74307f3913e2fb358c94f9dfada8fcfe3e4df4f44f039252fe2ca5aaf087d3e3df39d463fd9b45acbc7c67212d9da43ffc178d354d5e2107f197dcc10b3180dce12da20e79c586f8b5e51557a3e62eafb81e871de5158b90c3c82b3d8ca6253db6fee4950cc815e495d7600690574ec19e8ebcca5e2c73f22a4f9064c8abb645e7b3bcea383c98f2aabf10a5c91d7598a3e58e66ac1d72a7ff9077c89d0ad01a23af311c8d89f21a09683197d7b8815c415e732db23979cd9d68ee95d7fc8ad66479adf908ade5cebbe9d53a5fa503e04cbf902eaf1d8155545efb36da04e5b54bb09cc8eb8c467791bcce42946fe575a2d0282caf234488217799484fff5f23ec5ccbebb7c25ea6bc7e2f848af2fa4fe9e4349889de157983d7a89cca1b1e4118256ff8176badbc7108226479936e589ae44d13b06ecb5dfb622743ee6a463142eede91e2d17d0f1a55e4ee1f11c2ca9b35c15696bcb9a7032d9562f741dedc8ed748c83dbe22be97b7084222256f118b1953de2a19e55b795b5f547de46d0f605f54de56836a94bcad0d1b4bf2768de9a5b5db8add1a79fb2da888c83bd444d152dec185a2a3c3a0145cf23453feead406155d79a7db38da2aefbc8d02b9f32e446972af22740dc8bb74403b8bbc0bfd9098bccb452ce5f22e3254ade5dd1c504c9577db90864b3d5ae08497bc472ec550cf5e74be7acdc7193cb94f5dca853e9d910fc97d02d0c02cf7b98da33b729ff7c1b4a445e026ef5d9b1272ef162821cafb10e293f7e94229ad8f0ccd3872dfbe58dde5be0b10dec97dd52821ca7d7fa28146de77163696e4fd4fd0f11d308af67ec078541ee40326534a1bb0358c9662d14b261f60c71903f9401fe443f2819b51ed94fb6521df96fb9521c3970f5a8f40573e88cc38f2c1af7154401eb0934ece90f7747286b6c3ae887c682a1dcca1cfa9d606fa52a4055ecec3a520bafc451eb414453879503e524af9302d3a1ae5c3bb20c3970f5f4dd964f84d9465e4232c2eb834b20115fc911f29038c0aa5133dba0d15e9d17d9178cac70cc77ead7ccc21ece1cb83bdb0cf270f1e4d5f3bf835b6a9e563b5489be5e3572198978f3f47ffe3848a2893ca27f853699a98ce4b2f5143964f9a495f7b7205ec51c8a72c46dd443e2d89966678525298f1050db9f21942145ce4332721e793cfbc4f1063d65aaa1db38e203d95cf7a884aa07cb63785fb6c236aa2f2102b9ad0e473eaa0262a9fd388a2636e157ad4798be860cecb47ad431e1a4b09265442bb3adf0f3d6ef2050d513a972f988f6451be701c819a856202358b7a10385dbc9420ffe2487476c917efc0b900f992fe04319684628f55be64154ac1f225d46c942fbdce4b2f28932f7d89b28c7cd9268ac7e5fb70925d1ed6113b3ff2f0ba3824270fb750695a9d83371cc95717fad1d237032e45d851d093af99e0404bab2959ad49a17cbf268fb2c91a410a2eaddd8bfe0979a42795a6c8101cf295af73c3b6857cdd602aaceb6d943a367ae28c947ce351bc75411e1583528a3cea169dd5281931b04dcd88106fae486762f3331c9c946fa94a687b4b5b62605b46111a8a5e860e63f9d675f4f15b6f11a8d9aa2704b36d3b760ce4dbe229b6b77dc256bc3ca60d9daf185fe2ee3b22f10e04796c7bd4c9e5b1125402e5b13a821809b5e8dc27ec47db9b7ce7177a438927d0e52a4fba49a876d7187a69bb56a22426dff5847675b73355f7dd91141dbbf71372df7d9758404a38de6521dfd3843e7e6f37b48ecaf78ea4f7b8cf449bb3df9b36faa0826ac7a1ed44d40f1fa6827fd886fa973c753971be5421bdb45423b637e5474269bf8e2c20987eb4323dea516734f6c88f7ec4d68cfca880def6b186d8cb941f5b4d39e7582e95f2e39d889e1e3f87f7a5c94fd0cf8dc94f3ca66278b229fd61da20b409cad386a231519ef603fd13f253955100959fae49c2c6e966e867929fde80ed73f9e958421d678e905e987e91bee3f9104230177c08de5da03b95e417abe17892fce220ec8bca2f0a8978668413c9c888c28eba3ce335bded0c31fe889bfc5a473a26d706d34bbb964435ed7a6dca72d7bf500cdd184e8f7a238462fbc607121a6f7c0fc6a59be584b6b376a7e1d2ad79f41077a692fe752783e4a23bf90457ee36a3b0ba3b8cb4c7fbc9946a73f71191cabd8b061a79ee631cf0913f984527fac14ac2ab8fea7ae0d2e3b624fb3dbe4d20f0f147125cf247d1c9c99f48a9f6c9493abe4fccc4459f55a18f7f3619fb1df267a974980a6a506c17aca037f4c2016f7c95bf384270e5c51b12c55f9d2045e4550185c2ebb768d991bf1de6804befce930afbee09f18e773a6cebcbdffd2659b9300007c8e4855b48682cea413a665104b1b9f72db1572e7f1f8897adca3f4c26a6f3414e3ae6c731440c8abb61c7535ebc1ffb7cf2e29b78c5a8bce4265ab9e59f66a2674bfed98582ef73533a4c5fdc49a1fcda159da9f2afdba85a7d7d4742f6d71f9427be55c3594af9b7869460beb544579dfcdb2dc298a54184574be70870e9fb1174cccabf7fa3fdfab184486c594d925c055b48c612c6117013a6d2b917de23ec2b1452aa152da1842c3a41d047ec4739474cc67db9f8380954e26c2a99d21d943aa47fe8b364cd49ee960dc3bebb5cf682d2b6a221a50e450409b38abdd4b85448e80028ef5385514a0b7149559b94535538b139d53dca72aa57d82b97abbde97ca9c753234efd885aa5eadfb4ab9a540222da8e94dcb589747cb5174853d07543879e5c2727adc3f091a2d63890fed0b89a5458e35e025bc65cea4819df908c655292a66056d31bb23442fba2dc729df409eb683a85d6d5f43aacf7f07221b9ad06ba78e4b6a9f4afecad29f87e4ea23af47316c1829fd1c4ad7ebea766f64fba434ffe4b4500fcf7341c9d96ff594c15f9cf05d273fedc2304f33794bae0ff46e0c528f27ffb08a6ffbb8746024505fa8d4b45853494ce15158f60882a2a9ec2faa8a8e4850740516905965f45a5cbe8435654d663295754e98861a5a89a89d55de11889654ee13410351885931a69b3a29a078a838a6a6168f55054db86354d517d329a9714352aa10aaba8550d155d85732c56778573212a6e8ada83d0a3aba83d0651ada2f657ac8f8ada36ccbe8a3a0db1a7a3a8d31f6b9aa2ce25945c1575f290f3295cfcd070a4a8eb881ab2a23e5d43a868508fde5083c161b8d4f00d6aa28a46ee786b8ca2c93c0c6445d32568975234dd88b3220ad78688d214ae9791f42bdc8250d850b8a57ae392bb075e8da4704fc540563427a151d1dc88a44ce11182d844e171815e878715f9a3a2451a1ddf1637d0c0ac683507fb1d8a5644a414ad04085714ad7e22a851b4fe83c286a2cd492c738af63474afe8301a139fa24330ba19141d0ea6e092e710b4da2a3c27d21f7a1621065078fe4542ace8541bf55545a77521b8d4992e3e54749e87054cd1792f161d85972b025d459708242c8a2e0a94b1145d6be048a4a2db0884058a1edd68ef7b2ca7cde9718ece574f77f4cb297afaa0e2a6e839065980a26738bad7143d8ff3c7df47bd50d1f34f302ef58ac2769da2571c8e56287a5d443ea4f0d98e7675854f016d74efff50a154f41e816848d167346226856f1c65725f397d7cdf4ed8dc50f40da3f3d57703bd8ebef188bf147d6f51f6ed5b8a884fd17f06d5c7fe4614ce1403aa62bf433170078a708a8157504a510cfc8a4841e1570b99a1c2ef0d1229857f173a00fed32875f85f462bb762d000c4728a414aec062a06952389550cae420733c00d21ac22601dfd8f435de9300ded848a88626814e5e8a1fbb0f9af081c445b187808499922a8bb01978655a4cd19d6196d828a6133f90f1fd0d30f9723f1548c98464f3fe2380aff8a1125747246b6279c33320709b162940b7251c568772af8a3dbe7e1d2980ae8c7548ca98acd7fc598dd74c8831b52451eeb8e560fc5582ffcfd34c5f8a3744c26c452269fb087eaf6c438ca4c138f5036997812bd8a8a8902546115930a5141524c52a2814631f93f420a93af529e98fc0059a662ca78d4ef15530ee2fd858aa976b4ed2a6684a3c54931f339e5d5105f6c222842fcb08da8983390cec49c30420a73aea15aa098f38b52c7dc1862147335e87a52ccf347eeae08ade8424bee28502942f391d72ae67fa0d2b4b053262d7545b553b13097c0d6a2c314c88b0fd3e62c49a4e4bee4039245c5d25e0474971662175cb1544a0866f9214a302b2650e55b59156d238a954144ddc2d613b70a8b73a0a51f3851a208cf269cb3aa0645c7aab644455645219356ac5e4b6735621a81adb555899d4436c5a6b122f2087185757db013ab58371c7b738a7546747f283656a67fb55183f74f28a23ad1736d9a88f3308a2d8bf0e625c5966544ddb66411638d6e400c2cda46c97d5b349dc29838d41414316f68a3b70fc5b68562bb022f7550ec70404fb3624773d473143bee10dd8abd421f1fdf823872bc0cedea8a845d04dc12f6d3f14df888865cc5ce8dc4b7777ef4a3a572820549edd0d3acd815407c7b97189b1b8a646ff4882892efa298aad8fd9d8a744a6dbc9c4391924a3b91a248c3a53d5571aa41b1672c9dafbdade86def5d80265ac53ea648fb5df1e64bc58128d23a0ed6449785e220ddfaae38348e4ecea12528d5290ecfc59932c5e16b04c98ed420c4773486a494a377b0b1a43856130dcc8a63a124761d3b862d5cc5f15a543b8e0f42bba7e2f81e54dc14c7596638fe89f6fe38fd528ee2b88162fb446bb484294ea413ea3839940ad8c9cb941e4f0da3fff1cc5aca98671e12c33f23a0527ed695c49bb39be9e3cf5ec0b926457a377a1de9e3d024a4489f4169e8dc0c6c8b29cebd20a4707e3125bef387504c555c184b9ac2856554582ff2f1bda8c486bd22a3ba8196865031bc941b864b57eaa29d4571650881c02b2b2890affca05dbd3a10c567c5d519c49aae851098bfb61de7e614d74a48b2b83e8632d3f568ec062a6e38d2d2cd5784996e5a29acb2667ad0d2b1425afa40f93e4b84467445f61c4a43d9db89fcdc9a4bcf75eb05819a9c5ea488e46ca293937384b4c71c218edc2a6e7b0868a9808ace9d86683a56dc4925da7cb7098e4d29ee065342be579388d43d09f502eebb61534f717f0041d8fbf104dc72cbe84c3c5c4afac4c368f43c28f206a1fb5691778ad2635e19d5a1fcf5d87e523ce94f7ace13ce724f8663f35ff1e403ba2315cf83700056f1621eda3d15af9aa6e0d2eb3bf4afde7c2034f4762871beb73b2959bddd49f9fedd1c0281ef62e9a5150ea1ef583498ea7611dd3cae78df98aae8fb11f486debf2682f7e10125e48fcf88b17e2cc476b0a2d889a2a3b835a92b25bd48682cf987c3a18a4fbea4887c3e49f9eb8b0b5e4aa3f8ba9f12ccb77a99b854ea4a74be54eb824bdf9bd37bfc7e8ecadcf74212bbbe97d1aefea84278a26c59082dbda4d224f88637422944e348f715bbe164b6423c143d6e0af135ea4889ed44d42523e9904be693982a1d807d7785cc999a1bb2f9543b6407d090ab903d25aa2bdf45f55161c7711b85fa116db4a62d7d214d21955f6d5e342ee9b3e830191a91d86588a09a664ea1576bfe44c5d0f288e0b0e529bd348b8a52ad75203156eb5e6aa85aaf10f9b15725befd731b71d15f74ffaae2f72cd2d27e1f43db9be2ef3c4adbe5bee8e55794a7a20341512e219cf32f8e88fabf133839abac7013c57aa5833b0a7a4a87668890950edf517255569c81a75059311a77425931137987b2e22b747f282bfec2b13c6525d2c99595721c70a9f25accabcacadbbc69a9040f93b24a531c0d5356c94508ab749c834a8dd2712f9a71948ec558f0954ee7b150289dcca8cb29abb5c503a0acd904f197b2565f34da29eb04e33151ba44205750fe1781f61f65ddc3c8ca95f56ae0b8a0b29e2fbd8e7a2a942c94f5db20f95136cca28f6f549bbe50a308ccd1cac6ffa156ab6c128d8052d9448c745ed94487a55ce95a210c97dc1a220b50ba05225454ba3dc382af743f8161a574cf46e3bed25d4791d62c0b1bd0cae6cd30af2a9bafc240567a38a34b5fe9d10cd390d26322d65aa5c74784e9ca1627e93bb6ac892456d9b219fe4aa4b2e519944995ad27a328ae6c9d4fc1d7661c4245659b6d483294ed4a90e029db57c1faa86c7f16bb22caf62f04b8e4e98c7d3ea5e76674d5293d4bb1d62a3dcb68733aad43e78db2d3052c27ca4e3f9048293bafa6c4e76540ad43d94588884fd9b537124f65b735f4afba9dc51e98b25b3ac5633711926b65f765a8a62bbbebe9e97b2ca17cdf63731e2d25617557f6bc8b9d3265cf3cece9287bf5456953d97b0f2a35ca3e1ec8d3947d68ee44e93b01bb5b4adf38b454287d6f623348e97b8b32a6ef03fe782d027065df6d94e5fad1ed52cafe7ec8d394031ae2c887726065b4d029071ec16b96947e5ea8042afd7aa2c6a71c14891e5de52013fde1a09fd864570664202e540e998eb72e28873c4372ad1c5a0bcd4bcaa1930db41445d937f009ce22298322d197a61c36310497865f462d4d39a22285d508174456ca11e7907728475c46eb8272c4479c87518e2845e14c39f2317dd6c822f4592947d7a79239da46213a261a476e95c15108f995c1c96837508e8ba4471d1f8c3296727c066ab5ca09a43c28276f42679772b211299272ca7794f495539ba3975f39750236a095d3aad2db9ed605474895d39ba3c0ae9cde11a988727a6faa8fd327e2c49272ba8c627bfa6fc24c335653999bb1914ef4cc8f687c55ceb2107898dd99dee3ec182a86b3bfd3219f5b134d68cab9f46b53cab9b1e8b556ce7d866d6ae53c134ad4cad0ff2817863647d6a40ca55f7654862e226c12ba160517e582c684c91724137a5cf8985eeda2d5681b512e7e46497489373dc492e114ee4bae221f522ead442767a913edc4d2b948ca94cba662fb49b9ec24e5afe531e83853ae684a4077851b36d9956177e86daf5e482533a2252198082f24fdca88f5d8f951465ca6c4b7e609e189b5e3b12da68c6c4d68283288022672327616951bc209926df88bcaa9322a92f62bea143670945137081746955020479908c144fd249eb6896e4d566e36a38ea9dce2830d7be5967e04f9b7485d68c942b1bd350ef568e5d612dafb984ad86151c6f8627f5b19f30dcd38ca182d76d495dba7d1c9d91e4bb970bb05455e656c008187d8d928b92a63af12bc8bab4c952fce42457a6765bc974c99d809bb0fca442ba5da247f2a2749e7883e249d2372bdab1a36f594bbfea1fea54cde4a5b98bc833e6b774dfac39451d8dc50a6dc27bcba671c25987d7bb131aedcdf1ea54de5fef1247fecdf4452ca81d174ee0f0ec74107e5a1431443879ba1f6a83cbc116d49cad479447e52dfe1588bf2d816e2eec7fdb0d1ab4c73a13297568f9487b4591469a7fa12843d25a10a73ba3bba0694a7f7d24b3bfd929efe4c4fa281673dbd696904419fb37a82fce90b8819a63fa2483be74425e05c4b348e29cf0553b23a974c45fa7c3aa5a10b3771004379f12de94c1974dd9f32837eb453792983548c2b75d0bba2bcd20ed54ee595d11443578790a670f5129580ab6594acaecdc0b685f2da39fac3ebb709295cbf8b0e63e58d6ab4ab37e71217bdf91c3de0caac26288a2bb3ee53b2ca76c0ab4594d94154b773fc0934e78c276d28671a5e8da4bc93849d45e5ddba541572a7d3a33e38ea404bf4d39eca87cef4d21ec6d1c9799840d0273f938a4e7e2911f5674d71ae49f93c99d2d0f3e784e50a1875141cc4c692f2c528ecd6285f4c46e7a0f2e581685aba4d22efabf67400def850827913818e59e59bd7141d6ffe91c6f7368052edbb3384ef0b93e8e30b0b48ed2c9a876d7d65d13bbc6e59f9de935ec7fbaf84733e34f5a325fa715fe5c73984143ea61298ff780a071495c52709507eaa8afd6de5a7181c1f517e2a26e1ec938ec8cf670b5af2955fda9310f4b505c5d0f7b63851a2fc1e425ac78f3924049539a0cb5559d69f1eb56c2b89cf02774a1d8225bcf486a0b5700e1d5fe13e2a73c2d3143042094ec42925ab489f904ea65a2bbd82164da52c913280ac101dec4a5909f6459572ba5349299f4cb5569e8af6c5ff2f51ea50bc4333b452d988342b651c8140f5182af8ea02d24435f3e93d6a96d17bd42462c753a99110efd036a12dd4f6a097a61d4e385a1f483a93e920fa1e959669a4935be229f8acf5d26869233d84cd01ad7d4a9b070908b621246cd80e5007cf964ebadccf5bd4b6f86923f4f8ab2ad1c05fae046a7e2d2549ecef43222ce542340929cb8d04f9ff6dc69f1152febb83e04155e13f742aa91c5a231f5239d0c4b8ca411c8c4b15afd0c7579a86c75755e925a23455e520ecc4aaaa3446d4a1aaf20543545575288a11aaaa2bb1bfad72bc8c7baf7214a3b944e5a8c75ca872ba85d293aada3124b1aa1abee8f551d54ca25dad7983fe95f364543b55ce99982754b5a3b018aaea34c4c2aaaa3317aba8aa8e1c855995cb06faf8ffdaa06547f5df2ad44d54ff25f3d26dcc39aabaeb303daaea89d0b5a96ad401ddf0aac6ae1869aac643b089a06a3209e55b5553239d42b77c945c556e02faace62e986054cd03b18aaa9abfa2cd69aec6b05279acc3feb6aa054d5ba85a7544d4a16af514d989aa7575f46ca95aef4156ae6a539f4e4edb79c828546ddfa018a16a17866abaaadd734c43aaf69de90f3b2c418552d5a104dbae2acfbe580c559e8b52682909c73e559e3728603a2ea713dda932620055a79aa8f2ab3af920725775ee828d3855d7dac858555dbb22e25375cbc0de89aa9bc20397baf74550a3eabe142531558f21d8f052f5784289af6704d63455affa78cd92aa17d55a55af8be8f551f97445f159e5731441a0aab71461a7aa4f6f1c9151f5f1c322adeab31d8d17aa3e02f488a87c37a04f54e55b86f7d4a87c65089a557df7206151f515e6e152bfde2eb4b4152d15aa7ea728b6fbc7223651f5cfc56b8d55033aa08ea91a40435faa013728b6075ea68f1f58883e2b95df48145355fec978159e6ad030ec35a906e562c34b35f816820755401f4a4301c3690b038ee01d67aa80526c0fa8862c44314235e4363dead0a5949902eb53a108f4a2521e381019ab2a701255854021c5769029049786cdc7469c6a980cef07500ddf81e45a3522047bbfaa9183113daa463ea08019f5180517d5e80b685d508d7e4aa0664c3845c79873482955c11bd1a3ab1a379a7675fc5ce443aaf19f51ec528d372131504d1888c60bd58448caf713c752969b388132c0c428aac81393d0e4a89ab807e55bd5a495280da8264fa79d98928fa2a56a2a5dbca39a3e07db16aae9e554876614a02ca39aa1a663326b27fde1acf7947366b7c256a96a4e37aaa273765174cc29c3f934d59cdf940be736c7eb405473d369a3e739d116863aa3c345157a157dc8aad03b3868aa0a7d45d1b1c089dee382a614c80b86a25d4ab5300cafe9552ddc48356dd12a9c3d552df6a5405e2c47794db5e43495cc2546f49ba896fca6a75fda17b9a86ad97454c055cbbf5374ac58832d49d58a440aab1547f08a05d58a1fb45f2b67120658499367aa955f09a5855541655e15e642e8316c24924555781815d6f0c3f81387aaf05ce4dbaa555d69a357bda7e75abd8f40604407e27c1183b0c9ae8a988a9d0cd59aba68ec51ad99e7804b6bbba23aac5abb037be5aab53b89c3ac3d4870253200bb5baac8b9e8da546d3050886e8ca03fdc789ff2fdc6b7043ba34660775e1535196519d5a6f338d1abdae2842a866acb2a22b1d1ee2889a9a20753dddeba8670f4b6ced892546d0ba4aab0ed0d8e56a8627c5098556ddf482767fb5e14365471cd8819c657451b972aa13fed6ac202f475a81267d1c7279e21489668a4849c9485c6575552c10c5ad214e252f2102a14c9ab8910ef76279c93e243303d652ec1f49497b4b4a739da20547bf61263dd73089bb3aa3d854429f77201db174a596eff786ceaa90ed4a30c70a02d6ac8aa831d5138531d8ca5403ed49442f490803498c38de83b1e1e4f652e7512c91fc7d6a200aa3a761a754cd5f15684f88e6fc536b5eaf801ec8aa84e562689e7645d2a7327dd28219fdc4ec7e4e43354f955690334b434894ad329b226ab4eafc27eadeaf41dfc152cd59983c402cefc2225f0ec345202cf2693c697fe9ab8c2b92442c8173cd173aabaa044315575713141fe8b7ba88a5efc8d2d4955860c9bb3aa0c0b15fc4bd7e8e92f07519eb8bc1dfd4caaab01240d5c4d26da7c4d8abd5f55664f420a993b09b967a6a30d429569a41290f98ba4a7eb1bb1f3a3ba9940d027ab08bb22aaec903c5cba3513fb69aa9c75e8eb50dd6eef874b771ca89cdc49a54c7ee73a7ded7b2da269a93bfe8c90eafe732af8b95d08c2e6f626d6947b910ad88352d2861eb62426fdf03265cc476e547e1f1d08a12521deeda77aa4c2e117d5e38d99b4749af4af7c1f0248f9a32963e6bfa080c917e1348fea492bf4d4a89e2cc69f83523d798553a5aaa72d29213f4ba39cf37c2a4975cf67a2fd47f53c9cc2bd2098de63819dfed58bc9843a5e26913afc6a225a7654af72d068a77af504876955af1d09afbebe4674fef56b3a4c6f02e921decc22b5e0ed553a726ff30892bd33933a5c1840e15ef88fd86f11dd8da52acaa2aec8fbbed43b79bf8baac28736e8c5507d48240afe414690eca32389371f3b53b87f5c4549b4389d62bbf82ae9002553287f957c421f8cea73397a74555f03a921f17538d5b46f5652284bdda965f43d06ddb7aaeffbe8a57dcf409ba04a9048744b70003bfd2ac121740da8842924b80853885108ada4d4880fd17794aca2489318e90d49eb11e2932d20fd5e2621d2af88a63f548ea1c4a7349130ab5a443ab96a251d4c550481078d85a4016d25d2c9b57529896aebd17369875217493b8a7655bb9ea4146d2185954e4ff5515f8fcebd611749aec63012a88c073c68e90d2518e357bce741657243d793ca34003d352ad368aa0ae6683471a8ac5dd137a4b25545d780cad6998a8eed27094176fa8956957d23e57bfb5eb409aaece53812a9faf986e2f1575bdad55f9e74ee7f4da26cf2db85b2dcef3574befe74a457fbe714c5f69f32b4f6a9fec6d2f1fdd7829a08ff6620065057e88934505d61181275b543307e6d75454f34c7a92ba7a3aaa8ae5c8619405d5987ee0f75957188b6d555a723d35157dd825706a81d2be331513bd6c4be95dab1377205b5e3616c6faa1d53110eab1d2548a4d44e5d90a7a99d1e6058a9abf571a1a5a3f45cd51e624a53576f89661c75755f7a4335ad08a3d4b5faa140a5ae758d3edef9269e1c75ed363870a7ae7d85ffd56b9410d5b5bfe0bc82ba8e2776c1d57556e6e192cb263426aa5de230e7a8eb8e8aa6a57c6c9ea9eb7e419ba0babe075ed8a2aedf1d5993bafe0804e0ea06d7e97f6cb8815e6d6372b8a81b0bf1764fb5ab864e8e5b75c4f76ab7d3083bd5eeadb180a9dd9720a054bbefc09b4bd4ee973147ab9b0dc7bcaa6e361619abbaf96a3a98cde9065375f3ab084ed5cdbf610b57edd11c0504b54720ea136a8f0da876aa5b86d3616a198d5051ddea06ea00eab6ed11e7a8dbc6a3f2a06e370759b9ba1d0dadaadb17a010a4eef02c0d973c835014577b3e438aa4ee68c0c12375a7a1289ca93b6fa497e6158a005cedb590b26f97dec8a4d5de73b0c3a2eeda016d5ceaae560af7eed3514050775f812050dd631a321d758ff974be7a7e43b4adeed505d99cdae733a20e75ef5594f87ac751b5eae3810d55759fa968b555f7c942c54ddda708bd646adf6ee85d51f77b4fffaa7f1b6c5ba8fb0fc29f5d52f7ff480fd1bf1c5532f5c02908efd47eed1050aafd1e5072f777a32ce73f8c62c8ff248207f5a06928d6ab07e5e37546eac16d912caa0797a202ae0ef882ca833a4049877c4827fada43c4d858520f1d445574681865a6c0cda8afaa0393e80f833651aa0dcaa2733ffc0c55d1e1bfb05ba31ef10fc567f5c88ed804558ffc4b277a54101229f528fa5d4af5e80ea8aea8c79ca48f0fae4b49746c336c81a8c775c1fe907a1cb5fed4e376d3ae8e1f89bfd5a01e3f87b670fc21d41ed5e33fa3c3583da122ce22a927dc43578a7ac21fecc3a827f6a71c3d71112185494df1961df5a4b9288aab272dc256837ad23d1495d493cdb4ab530a5185554f55a0a8a49eaa2cc4a56947b1fba09e7682b2c9b43fa87fa9a737a65a3bd31787f7d433c71082997909f52ff5cc27b45fb36651fe9ab58d8af46c6f822b213e7472429ea260ac0ef9878c423dc70bed06ea501576a4d4a13f919da817ec40d2af5e708cfec70576ca720b57a0fca15ef8107deeea4555b011a75e3c1fe50ff5e25b3885ab5ed2905ec792aba834ab977a107d58fa19edfdea65a434ab972da573bf4c188c4bcb2ba2c358bda288e271859672f4ca41840b578e43f79a3abc011ddf707ed4551be944af3a4dc87d4d6322066b9de8b9d69660775e1d69211815f997e271435bb426ab37764729451d3519bb6eea281dd5a14d75e8dc6f0e2520b259405f3bda03b50e75f4650abee887841ea35f50ea88fe4c6f3bfa8b372e6d752218b535044dc7eaad5f51d9526feb4f0c6c5b108a5dea6d5750da546fcb232c175383f863cc7c6260311b514c55c73c252cb73d8830c0f643380aacde5e804a8d3ab62fe59cd8e168ec51c71ec0ceb53af606ea39eaf89d54f91266a2beaa4e98474821219dc8f5ce00da899d22f4dea9130751424e1c475437692dedd72e27aaa2c9f929b8b4bb1371abdd03494ad91d837e13f5eedb94f876dfa140defd94e2714f2231d6bd1e8486f6f6426d5bbdd79f78c7de61d8dc50ef6b83ba9c7a5f3f3a98fb4c382ea8debf045b92eafdb15402f6e7a0854e7dd09952edc166043b0f0f41f787faf032945cd5a96e240da44ea06392ba920e40ea5b3a98470e52c93ce6840e04f5b1086c48a88f5fc14963f58936a43c9c984027e7c44f3abe27fe926e72b231cebbab4f76272e7ad244d42dad0661f2b42714eea7a268734e45d37b3c3d143564f5e9d9687a519f5e8ca63df5194f7ab567e54429d357d07e9d5b47dff1fc179cf0525fdc8c6d3175c6782af8974a29a55dde4a08e6f24ebc65477d251067fad557f43863a0be16848623f5b50524e865ce26c9e27a2076ddd4371a50b5bad19a4ad30d257a87d537bbd27edda41f38536745a0b7409df5818e494e274a8f392154747276a065477def2681e6dc61a420e5c6a1394efd60146193bc06c461f2a662ab419db78de869de014a698f6b10becfdf4aafe3491609ec4f5e63bf43fdb43d89834f57a3e754fdf41429e04f9f0870e99984f6be6032ed44c1341c2053bf788c3d0af5cb0ca2a7af9cb155aa7ed5087d1dea579dd14daa7e15859d1ff5ab23c43bde34408b93fa8d2b95a677bbe9f8bebb4a40a4700c296e45830980171da5e828ba48c259d10dd24dde7ba0134efde139919f8f49386da12e6e42fcb1b8a981964692565b9c4040a4f80dce9da83f79a02941fd69171183cf8d08297c1e4621fa45128d4b5f2b61175cfdf524ffabefd850557f8b2448565a4229ad544119e08733895d3fbae14dc7eab29a74e4cabce90d0926933420f4a778146da2cc24f6a07f259948695bb2831424e92ad20b659ba904c8c7d2ff285f44cd0dd5452af82a356526f5143a00ea39b413eae5f4d2d47fd370499341ef515386464eb57629351bb527b031aed675a153a877a67fa56f48a843bf9388baa123113cc30aca72a626a48898dbd1b93717d2c75b02a86e5b67f9d15231cef3a9ad2292b16cc1f4af6c31c4f06df954c07e562086fff31121ab5f743987fa772af5617ea79386fce70c5af2d57fde10cef9632006563e84be63791e6eb4a642637c8f9a0a175139d5381084d5382c43e94953f12a4ee0682aedc4b13c4da5b378f392a6b20bdef4a2a9f21f222b4d952e286c68aadc4156aea9da0eb7505375127dbc631becfc681c7b62ff51e318428fea78135f9ac689465b35d5f6a3b6ada9ee8b155953fd04d6474df597f4866accc132a7a9b91df52f8df31ec4269a3a81586b35758ee021d7b87cc6d2a4f96f23f20e4dddf328f26aea9623ddd2d43b80305d53df01d5024d7d0ffaf8fabdd181a0a96f430d5953ff271a1c340ddee3dd459a06df110d691acea6ffb1e1163484681a5e477389a6d150e4699ac6dd3003689acc46f2a36992816948d3e432ca0c9a26450857344de5d889d5b84d436b8cc6ed24327c8d7b1e054cf39f089a35ad7cd1c4a1693d993ebef52e340a6b5abf443aaf693318f1bda64d01aa779ab60ef4d2dad26fe16ada5542895ad36e0a3ad835eda2508fd6b47b4acfd5be07ed44fbc3d8fbd5b4372303d374988f938d1acf8114db9e8b31216b3c1f6209d07892cd59e359824841d3b11bfd8f1d076291d6740ea154dbf9085ad5345ea1025a4a4110a8e9d216154a4d175f64f89a2e7e88d234de36fa575d6b6145d674ed80eab0a6eb1854f9355d8fa1c4a3e9fa00819ba6ab14bdfc9a6ee5b439ddc98ca3e9fe16bb819a1edfb04dade979185bcb9a5e5b28cbf9d4c22aaaf16983ec44e3b3073193c6a708fbb59ade0fb1f9afe9d315d5284d9f0064bf1adff9b4397d1df106074ddf9df4b6fbe6a39357d32f961eb57f6b175a7a802456d3ff2565b9fe3f50d1d50c688bdd53cdc03af4870357d11bf28ba51ced5790894b837ce93d0eee83b3229ac13224789a803a14b5436229ac867e4636a719fa15edb19aa13fb153a609ac4a952f703995dfc083d81fd204de43494c13d4192f16d00c1b4bffe3f03ed829d30c0fa2ca373c14bbba9ae111744c4638633b4533623cea139a11096830d58cb842c777645b544e3523a762334833ca42df71948dd2e3e828bc735033fa02b6cf35a3b3284f8cbe8bad78cd98fa3817a01933991e626c034a7c6307d1ab1d7b04d574cdd8a7488835e392511dd68c97510618afc4169b66c2733a39134955d44c71415395664a277aae2956d4c93553e9aa58cdd42d94dca77f41a15133631221be19f443039a1927d1d0a699f19190fbcc6a54ca677a504d9b194b356dd67b14eb35b3eba052a399bd12affad1cc75a4733f370c1b389ab934cda39917404961fe74340969e647a390ad996fc0d68c6641003abb340b4e20cbd42cb882ee0fcd82bb5474167c229cb3f03df1b4856664d29a451be9e42ccea68059e2448769491782514b7270ca5bb344804d04cdd296943a963ec3dbb834cbbea07f42b3bc8058c00a3742562b7662bf56b392247d4dd800ec6f6bc2af61774b13fe96ca49b89240f3aaaa282a6956b5c10e9e66550702a7ab06d346afae48397a355d89af897888ba9c66ed7a823e6b1f10fe8aac8a1601cdbabba86c69d68f0cc3a58dde9414368e44d7b9666319054cd40494783451d9f4a89b9a53d1d964a25cb8f995072e458f26ee1e1d4ba863eb28ca005b17f1bfda93824bdb743830ac8931a2baa2d93e94bef676ba2954b3e3016adb9ad84538d9a88955e0cf3768e2922817264cc0b6ab26610d9dc29d2770804c93d40a5b209aa436047477bda533915c48a863f7025257762f411b8466f7154a5629c3710e5f93124a1539e5a01f2eede940b563cf38d23af65ca65cb8279b0497bd7fa98aeecb273eb4bf0ada9c35fb9f53881ea8865d24cd4115a1ed431db15ba339348a0aebe1ea94a30fbf46b79fe6b0108daf9ad47ec4ad527351c8d6a48af10749344777d0613a7a0b7f3b5873cc199d249a6387b051a239d115ed3f9a13a7b1c7aa399988536c9a3477ec6468d24663c740932625f5ee540ff4d4684e0d45afa2e6b42f763c3567cbe8909f9f4975fbfc4554ad3517bae0c08ae68296aae8051aded364f445eb82266318a977978b28d2ae3068beda88aac2552f4230574fd0a35ecd21b8726d02dacb34d766a00749736d23a1b4ccffb08da8c9fc4ac9fdc648624d37d6909472733da93e376f9394923500d574cdada694446fa9296ddffa43519b138a16734dce253a13b7b762c75373fb00fab63577ea522ebc739776f5ae0b95b9bb6eb413774fe0bc82e6de5db4b46aee3da53fbcff9218c503ea366b1e18d083a4795487b8e8a3c5f873769a47cf28173e7a4574eb918de4eec70b2990f3ab62935d93ef4cc724df9324d7fc539473f27309293c694399fc490065a62722bc1f40f394aee7d13c2b26f4f8dc8578ed737fc2abcfe7d3f12d184967e2c50efc6152cdcb7374985ed1bd2b9a576f0a71e975311d8037158823bf1d4e20f05d75521e0a3d497a7aef4a8adb87c6d89cd57c389b864b1f1ba01f40f3b137296e1fcf13b4fea8246c52dc937480e210623ac557712656f3c98b64ac4f3d892c7ebe849d58cde712032e7de94e0a52692865f2d213a429fca84c81fc83997459031c5ad5941da19229d88bf79269045fd08ba1111e42078246e4441d1611fda4ad46dc82e43571b7145c924ce4a5ab1456d2865474a4e92492c81ad2ff28cb267d42a1239941d99ffa56ca49e840d028efa0114aa3caa282af7a85772b6b34dda95ba3b9427fa8ed48ed4d6d30ba3635ba5b543b74df481bd2cf20fc6570260666d849caa9a194840d6332015df3586aa79827d3c13417e3f09ec6423fa0a7b1e45045b67ca6b6983589745f9b1a9d839a9fff39d0520275a47ebe27a4f0ab3e7a3134bfba11fefa75809a54bfbf13cef9bb9f085ef93fea06fe9b12424ba528d5691dda6261d53a8c44c2a2750843b540ebf095fe55c50e181dda8a53f07c692b6e4350a3ad341cf74b5b6927c6a3b65216160a6da56cbc77455b7531a20eade3282cbf5ac7dd4803b54e747bacd6a927b213add3ec685a8a40daac75ba403be1a4c76ca2ad568f1eb5da5a6c496aabddc692a9ad2644b8a2adee8437bd68abb7406ca2ad9e811384da9a1511f26b6b36408ba6b6e660c4f7da9a0b68bf6af9a31eadadf50d4fa1b696955e47edfea833696b47e6e1529d34b4ab6bffdb88d944fb5f29b69fb4f50ed1e6d4f7c578d43688c1feb6b6412a454743fab16d6dc30e08dcb48dc62010d136fe866d6a6d53baf952eb5a8e6d1ead7b571449b4ee5fe80f9b2d45fea86d26c222ad6dde93be63f3044ca2dae6f7300d699bff46dea16dfed71b973cfa6275d77a242270d37a94614ad37a08f1ca39adc75fccd1da96ede875b4ec10864bad3753f0b5fe875c41dba622964c6d1b47dafb3646547db46dabd2216fab429d5cdbee15024a6dbb0fd87fd4b6af806abab67d073ad1edc7fda0a53d4816b5eddfa05b46dbbe9cce44878a480cb41d7e2152d076ec84f2adb693141d085aafd594d2bc76a31b4beb759ec2dd4b6fc025efe4425cea7a0f3d81daae12faf86e27119c6abbbdc6faa8edee87605edb7d1222776df71b483cb5bd6a23ecd4f66a4d55a1d7064a303e2391066a7b6760775eebfb1415706ddf4c3a39fd9a20efd0f6135101eb5f1321bfb63ffd9e8eb6ff1f045bda01d3a88a0e484492a11df09a4ece000595808131c845b57ece7430fde604d352017277ad5f313d97bf1b1a13b5febd50fed00e1a817603ede029941406cfc1097bed90fbc861b4812e48d4b5415df0b2686d500c8aa9dae14d10896a877ba1114a3b7c3125bee1916884d28e9846877ce47e54d3b5a306a086ac1d350c2f0dd18e1a4d9f35c69d72e1982194b6c78c4769533ba6944060f0177adb63bf61ab413bf61fe5af71299444c78f47eb9576fc168a8ef187e8e44c48caa4a52c242cda896dd101aa9d788b0ac5a43e54612625d0ff382909af20d24ef6c17108ede411b485537aa22d493b251d3b2cdaa9c99444a71e4655513b351bd53bedd4efa8fa68a715d39998be883e7efa21a481dae9ef29dc6774a49239b3190a41da99a391d76a678ec1b6ab76a6107526edac09785d9676d656b4136b670f2064359b7e45593bbb00e50f6d481f6cce6a438ea0fea59de348e5778e3b6adbda396da934cda14107edbcdae883d1ce8bf0a6a593c8a4b5a1d5a8d686eea23a34df0fa9ae76c1399c92d42eb84eaf76d1117a88458fd10aa95df40d2d02dac5a3b0a3ae5de24f697bc92f1453b54bdb61b759bb4c4b31b4cc444077f9217a8fcbcbb067a85d311a251eed0a3b919fb0bad8f0d28695a3b6ad0daf4b0c2c7c38fa3ab4e18f8851acbe874d176d446dec22692326a15ea88d10a2dd401ba141b5401ba1a53cb1a6012dad3b41ac695d298e4d69d73f402bb776e300d4e5b41ba7a0eeabdd588a12a236aa0e1ad1b551a7e898443d49a1a5bf6870d06eea4c8769531ef1a14d0662d29b2b5009d85c48d57db389c0fc966fe8b5d66ed1100b881e855e586d74a21f2d9dc18174ed366f7a43db36519ed85680be476d4c134adb31fdb0e3a98d79823e18edf69794acb65b701c55bbdd8a6d57ed8e5168ecd1ee788eba9c768719efb4d4c68e449fbb367e246180f8e38490e3ef53da4e188c97576913c6d37eedf4a43ab473091da6447f7a1d89c750e3d326fec3e927edaeca949976b52218955c9b92d5ee3554f9526ea12144bb6722b624b57b3b93ccb0b73f55987de3e875ec8ba0fdda978dcd7fed7e172aac0742e94c1cdc470f71d04224f65032a5b44397e80d1dfa4318f37005e20a871d4268299a38f26129a918471c71205d7b64143dfd9163d83cd31eb1d2293cf2170d5adaa38d29e71c6b4e817cac137aefb4c7ee103b39be8d0ec0713909a0c7ed6869d59ed0a1d2ac3df9036703b5270d040b4ed7270e73663f61dfb389c487d26bd34ea4abb0a3ae3d2723b9e89c86b0dcf99a146917a653ceb9b08f2af2c5a5a43c5cdc415f28e336ba78b41972faf80c2dd5b44b43e9755c8aa65a7b6523e5c2ab74918cf67a453a4cd7ade896d16659d098a8cdde4c48e1d60ffa42395f29146edf2195ec6e5d0ad1bbdf096cddaf4c4ce7fe3f0f5cca7526a693db1f3beada073168dbd53e28a3bd7f3893a2f6613631e987a554c0f2e837a0b5792504901e0da080795c8ff8e3631f34ee6b9fb4a702f6a41349e74fce11b77a729bcefd93df025c7a3a96c2eae91f7a8fcfea92b0f1ec3521d1e7bdb043ac7d3e87848de78be85f15342519ab603a41d88264b471695f54a157fbc282f658edab046c826a5f57c7d143edebeb94a3dfc4e00099f68d8ef2c4db61d47e2aec4fff636136ba6fb5452ec4588b12a804145d226250f4854ad3fb85e814ffff12a98aefd7d3d77ebf0b676bb4efb3e9c87d70a5a6cb87166826d47ef842a7f0638f3c5c2af6477791f6530b42439f6424fc7ffa4378e2731bca729fc3f1ae14ede7c3d893d67ef94968a8f403e95f65a1a44f0814b439c286a4920907e25496563806ed655a61067aefb4a226d47d108f259954aca725e93942dbf21324d62be613e2537ea34caeca24fd4b25a6b0526949f7559fa2daa1be41ef5113481940738d7a015a372ad23a0792107535c368299ba8883e8f9ab3860c7a2ea363212e99e8f7c0b4a6d7f4d2cc4d493833bb12b23277a16eb3f9046943965cea655a1e915467b1d1abb53a53a459eb92d865ad4b6fc8ba839479eb710a64eb2d8277b623844dec558919fe9c41b0f3a7067d43dadff423a7ff5f22a4505e9b8a74f948e2eee5c5d4de2c97d2d72e9751cfb05c4dbbfa4f8e6f5b57c10dd3b6aec2377c7a5d0505eeaaaec21ffc423a07090ac6ba8a53b050e82a3d4694a6ab948f855557a51d7ab6745556d0c75749c57cafabf21289a7ae6ab01f2e39c622f6d5397e458f9bce291a2d023a27b1072e55ab8f194057a32272645dcdf928e8e96a86e33884aea61ad3b6ce79380a413ae74fa833e96a0be87facb3181d41ba3a1a2452ba3a66032eb9744618a57389c712a07321e554f7df28742bebfe9b8e594ef71f99a17575c3b1b9a1ab9b834290ae9e3f4ee0e8ea2d446797aede7ab484e9eacfc05ca86b308c3ebec148e41dba06a3d18da56bb89ffe554339fdab463311aee81a95a2d8a56b9c8f5444d798ecfdbac61ff19e075d933e14304d12d08ba16bb20b2fc2d23511235cd135ed859e1a9d6b5524063ad7eb086a74aedfd069a973ab8c2443e766c77b1e74eeabe851dd65884475cdce2068d6352ba69d68ee840a92cea33132309dc7343a5f1ebb1c68c942efb1452462265dcb9594145a66d09968154301d3fa3cda7f746d9aa0f0af6b1380a292ae6d3d0aabb6c751c6d2b54dc7b9265ddb32440aba761550c5d0b55b8b56355dbb246c9febdaeda56cd2ee3c055ffb87d874d1b52f427cafebb017718eaec3594aa29ecd1092e93cc7a2e0a2f3fc89455ad7b121420c5dc72bc8a4759d0e21b2d2759e4ba5a933fd4689aef36b1c91d1798da2a7f75a4107d36b236ab53aaf2bfc5925a8c1e8bc7e5142ee520321acae8b1691bbaeeb021caed27573c0aba474dd17a0beaaebbe1ab189ae7b24327c5df7586ca7e8baffc2b698aec77a6c5be87a9e44494ce7d38abeb6cf4aca133ee71147eb7aaf469785ae777c1e2dedc4616d5def3214a8747d9a52a1e8138fca83aecf376c9febfafc41dd44e7eb8443853adf6674be7c97d259ed3b0f79adaedf2a175ceadf1561baae7f2e418c81dbe8e9fd552834eafccd38cda31b540901a56e9027b6fe7483ff4370aa1bec8a0377ba007250e9864c20783794dc6bbaa13f28d506cda48f0fca4426ad1b7e120d21bae1b9e8c8d68dec83245637d28fced7c8b928e9eb4686a180a01b9d2ec0a5319d50c5d00547d1d71edfc7404b5954c0c66713549c3406399f6ed22dec9eea262f43d54737a539f234dd942e4891745367d0a34e7b814339ba694a9c88d34d77a43331fd156dcecc55c8617433f7a25ca49bf98932d3ac3f38afa09bed802c5337fb3bfeac846eb68c9068c8402a4d73dbd143cced896aa76eee3442db732308facc9b8cee22ddbcd714a2a1edf1fa605de81b544e75f3d779d3d21e4aa20b1b13295b38022d87ba8531682fd32d5484d0928d0aeba230da9c4519843a16fd40bb946e7133828a8b075139599c88332cbac505e872d52ded451860691695f2655e84f8964f2138bc7c365e13a75b7e834ecef272daaf15235071d3ad48c786842eac397d56582ece5be95665a31f40b7fa034ad4ba35320a85b51ea892e9d66e401d53179995864beb52e960aefb87b624ddfa00520bd6ff407f8e6e034debeb36acc186846ec365aa691bb2096d4715a14540b7692501f0cd3d080e6fa98b032bba2d33b1afa0db124d292d3a9d92fb56bae24ab7f533ba5c75dbaad0298c594e84787b1021e41d9d89c4c64e228014d79ce8435c7b948275717df166425d5c198542bc1b21f7f82968a0d1c5e753e58bb7e35d03ba8499041e124a097fed3c4c3c6de7591c3bd02536444b982eb12b36ff7589dd881926ce26d899381ffb0abaa48994dc77d52670baab3f65df5d026c81e876b7440b9d6eb78ed0634a473a8529f308faa4fca337b4a73561803d1f29b9efb1a0b6addb7b0dfd00ba0343d11fad3ba842e7b3eed020f488e80e9da7a470e801318a2346544e7547ca89d71ef9879630ddd1a624d51ded4918e0e870d2f88e55465b92eed86b4a8fc72f126139f99bf06a5a14f6e674a7ac6837d09d16d2613a5d4ebac9994744f0ce46a11b4b97de9050c7b956c402cead248871ee0421bef31ed847d69dff8acd59dd8532428f17c792da79f1165afb74195308c15caa4d10f6d205621497eb901a75d99fe4b52b2d2860ae8c27de71258e0aeb95c3b4ab574f106bba9a81ed01ddd52fd87ed25d3f52484b423a13d7ada4aedc384a08e6a69232665675d201b282889d64c5529ec8da8dc6315df628d4ef75d921a40e672f248e9c530b7b14ba9c3c420a3922f4c1e86e2fa41c7d9b7e7f5b7727c50f97ee161391ba379997ee91c09edb89da030f9aa19548f7a005a9180fd578bf9ceed1543a5ff901a420e5efa2b0cab712aa7d72134722754feea3d95ef7f42a01b7a79974729eb910597cd69272ceb35654159e0da33cf16c36edd7f34e54455f38137878d9889a08af5cd000a87b358ec8f5ab323a39af17a2b753f73a9e32c09bae2421be9d45b5f6ed23bc9d45f7ae26c5d0bbdfa40d1556c0a9195de122aaee85e124b017c6d0d72e3c4135ad288976b5e80d5e71a57bef4ce0f4fd7434b5ebde3fc2092fdd8705a4c27e1c4838bad8953240f117cad12535a9df51528bf044c91e928b4a2ea13151f7a93e3dc4e7010461bf352201e15b533a39dfb653afe9db5d8218df1ed07e951d255226fc4ad8576420a828fe4ad0476c25655eb280d2b6741289bcb2149219e4e32814e4878805284650f95524510153ba531255e69278a37a4baf565d8358a6ba0dfa8674ea65c47434cd08f169361136d19462175ca775a3c2aafd8333063a5d7b6214fabaa43ce827128ed6af274a69684979d5904e6fc8709b144aa391a2d6a444f392ceec4e09c63c9c128cb53689f5567f7405eb6c662a4d3f9da934fd345358fd2ac03b0775bfd71306f87d025d16badf66b409eafe6e27b4fd378e10f2df9704c9cae35153d05770c503a0af701fd3a3be82197b737a873d18a2fa8a3531b9eb2b3d71c0a5ca2a3c00fa2a74578abe6a43ec77e8abf6a33f747c855c54efd41fdbae7aa7482419fa6a1d10dee9ab75c25696beba0b625f7d8de91eb854b32b6a0afa5a7df268e921fa6af5b54498dcf5ced330e7e89d1f60cb485fbb2a66137d6d17f446e9eb74c3215fbd8b2b0224bd4b1f3c72faffcaf044ebebd6c299587dbd2b4803f50deaa2f952dfa039dec0ac6f3053804b8dfa626ceb1b1d42ab9abeb10f8682bef1629cb7d237f5c348d3bb7a222cd0bbf6409941ef7a134b80de2d04d989de2d164999debd25761ff4cd8e22ddd237fb8c1d297df39ad877d737ff87b459efe182fa84be055d74ab6f710b3393bea53d05975a55c40eb1bed53c3a4cad72294fb42ac46e8dbed56fca13adb5d829d3b78940954cdfe618a2217ddb0a944dda6e409f82be6d34d2537dbb0d7456db152310d1b71f855051df7e1752707dfb67a833e93dabd24378b64ca3a59d61b8d4b102364af49d06a0d94bdf693052117d67fa553a7de72cc413face2fb13eea3bffc4ae88decb1fc196de6b3c3624f45ea71021ebbdae5055e832817261d7215861f45df72178d0f7bc83e041df3b9c3ebeb7052bb2be4f05ec05e87d67221fd2fb8a10e8eafbcec19135fd8025a83ce8074ea70330301c5b6c7a3f3794f4f57e6d906ee9fd1621ecd4fb57a0e0f3ef4dc9ca7f0d252bff68caf7fe6f0b71695075bc53493f681715b0c10aec06ea075b28908704208cd20fd94c1f3fe409da46f4816d90fdea0307532007ae40d94f1f68471cad0faa42fb15d49e5e5a5001558561f1148f23bd51c8d68f7646955f3fba2d7dfc982108c0f56392e9758c29425ca81f63a1da117c914ee158fa4d3dfdb81da803e8c7bba2975f3fa11645c7848d148f13ee23dad64f78421b3d4187e3cefa896fa9ba4f6ae7414b1d29754cfa873d1dfde417b48593ff524d9bd208a9887e4a0baa8f535b616b593f350f1b5efaa9163ae4d3c368a3a7e7d07b9c3182c26a46289d891911d817d5cfb889f37cfa997d5038d3cf9c4c0773565ddac259ee94bf66a550da0e698e744b3f673bbdedb973b1e3a99f1b867c483f6f03aa8afa79f70917862a327169fe29d460f40bfb12da5e78980279919b819626d2e62c4aa483b9e83836e2f48b6e13085cf415a779f48b1568c6d12f69474874c9593a984bfbd31b5a5a401579f91da46efa15b58369299a50da8aad289ce957ec222ab2721d81d3958978a58e7ee52f2265e197b00bae5f3b02d53b7da4853e7e5d1cf615f4eb9df1120cfdfa16f8dbc1fa0d57a8646e505031dc74914a40741a25e4e84ff410d17fa8e86c6b89e323fa9846a846e96336a00aabdf5e950afef604a26edbb328b67774a1e8d8b10c7b4dfa1d26a2a7b1ff518e8ef522b015bb01c777f5f15369ef139a13b94eb8461873e73a82b049e7d065a1dfd587d276b203deffa5dfdd132dc0fadd632890537c5c70696f28c182bd77f0d705f57b0bd110a2df779f70e13e1bf628f4fb5751e2db7f1e6f25d21f2ca5437e680ed5dac37974300f7f40b5539f3a8f76353582b06f6a0e71ab23cba86e1fc9433783fe8815f52ffdb18e38baa33f968c62aafed869fac3e3f550edd49f08a2183a413f5ba23ff1883eeb644d3abe697309dfa7d1a5dffad3dda96e9ff122a5e64c209aaaf4e77a52013ba7a687b8e080cabcfe823f31fc0b2f29b95f74c5e699fe22dd14faff25ec48e92fdec2092ffdc5dbe8b2d05f7c8412b5fee227e230191d898b66ac468f883ee32e95930c199580cb4104d32f9fa02a7a2594bee3953d840baf55a68dbed60d3b06fa6b1968abd4df2053a8fe861c271bf559a350eed667fb5201bb1d43a0f9762a65df3b170921dfb945b4e6ee1ba26e0f7dd140a37f188e6aba3eaf2691ebbc6d44c1f3e248bdcbbb8c62bdfed17b74fceb1f2f228cf9f81de5c2fc0842b5f9fb29173e4946c7acfee97b348feb9fb952be2ff8449ff562037ded97fd08fabc34d2c7bf1a47f4e1f5684269afb75258bd0dc6a6b1feed2f929ede79a2b6ad7f978ccd597da19482af4842e7eb7d6df4e7e8dfefa79cf3a11e45c707773abe1ff685d092156de1fae2aa744c8a9329591553c34bff494079f533fdecb8fef36b1c7fd37f7b4fdcaad49554b2d25114c8a55b49b42c3d42aae2772feceaeabff7a0e0fb7e9ebee38fc6148f3fde118e2e6b4cc0ad6c23da92f4659748db2e7b49304a509df0aaa0190170c1493ae4c2bdd832d28b16d1db163f4127895e728c5e87943afd7a999d5ead7c2ad140f93ac239f28304c9e466d2901552aab5caa9444f95fb29609427a904a8eee3208d5e95479c4ffd11cd257a6d1dec95eb756b089be8032875e8a7a2195aaf4fc31fbcd1ebb3d1a3abd79b89239bba11fb359f2469c0d28d144aeb27121a6d330993dbab1393b6d7a5fcf5731325985fbb08defd7a47fac4bf507c8f860ab550603754688dc0cd50a1239ab40d158e62201b2a3c451dd3504187f16870906074182a0ec0f468a838155387a1d2561c5a3554ba8fe8d150f93dc26143d5e608b60c556760013354dd4f5fc8712d662683533d3c00062757846406a7e158dd0d4e05a8f1199cb468303538fdc5bebba15a0ae66843b5af0eb854bd29623943f5fb084e0d353ad367d50a46abadc1b939521183f33d9c0b30d49984179b1bea3c41266d70a98bfaaac1e52e7aef0c2e42da2f975fb4f7ff2dc3736fa83b009ba086ba7168d032d45b8f74de50ef3c266443bd4ccc858606c178739ca1411496394303397ded86d35024313454e144afa11135540d8d2e616932342a44ec6b68bc875e4793c748ca0c4d376127d6e03a1ac55483eb6efadaaec7b01167707d858e3383eb5f4c7c06b70ef43adc1250c530b85da28071f746f1c6e07e1521aca1790dec8b1a9a37408f9ba1f9c04c5cf2688f176b1a3c3661753778245088b6184707b35507dafb563750bc31b4e98f5392863607280db53927c0a5b6ae85b47412ef5330b40bc0626868f7db0f97da0fc25b170ced97218c32b457a4e0528746d863357418e84a4b7bf09a5e438762aa309e5b51423478fea413ddf134624c43e7c669b49442c1d7f9139593ce1614e10c5ea7a82a74a981d8c4d0c52d9896bae11488a10b8d4d19ba08b18960e8da116d5c86aed750c734f4f046f5ced0b33f9daf5ee729f87a3d45d869f0a989a292c167157ab60c3ea5e87337f46e80ed3a43eff6c8f00d7deee11080c1f713faa30d036aa010641840a4df30b0074ae7868159941efd42a850f82d45a868f05b856e06837f1f4aa2fe8311471bfc83f1620183bf055b4686c1cb5173370c4e401fb261b008271b0d83b5f46a07ffc55f7e31045445bc6a08c844c9c23064240ab3862193283a8664d0d2d04628891986360da3a56588c90d43bf63cbc830548537bd1802f7a2cdc6105842ff63903ffa270c41a75166300c3b444974c464a43586912f09168c32d0d71e73020df286e03d841ec719916418c6b746f9d630be1f767e0ce3fbd3771cbf94ead0044e3013eaa12fcd30611cbace0d137ea355cd30b112ea008689def41d277aa363c330b10439b261e2778a8ec99729f14d6d482c60ea0d7a69d373293d4eff47d56a461c364a0c332ee31c98616604da3d0d33d514b533cbe9b966dda733318b6eb637ccae8d6668c3ec561eb4a4a49716e248b523a4187500c3dc500a85d02a38b368087d8a42a321f4137a3b0df39be0fc90617e6f6c4818168cc74950c3c2fed8a3302c8ca6b05a68c12b620c8b5209042e3211965b5c8dcac9e2366868332cb9867ab461695fcae4cbba11c458be197ddb86e5db90491b966fa7efb8fc15958015de99b434005dae8695ed90821bc2bc09f185ebe9b956d1ef8a18562d2ba4a53494520cabfba0dbcfb07a1cedeaea049cc03144f8a0c7cd10b19732f99afe747cd7d6c6469c2172271ac70ceb0613665ab79528d2ba7304b636f646f1d9b0f119ce6f1ba2861008dce2812abf61cb584a695b9e606bc6b0d5919e6beb396cd81bb67ea3d4b1ad9d372d65a2e3df103b000576435c1c65dfb8e7047de2fba0146c48588e7603c3ce9bb4d1896be80f93ba13774fba4b553479386aee86e48754c0920b087fed7e43352de53f1c0e35ecbd8fed73c3beae14eefb49c836ec9f48a47fff7c54e60d07dea2a46f38f0c50f970e3ea2783cd49d60c1a173146987fd28cb1d8e45bf89e1b01da7530ca915e9c8a53624e49eda85724eea268ada543dedc4917e54f08f9297cc70742d0908475f6163c970cc85048463ef49c63ade88def6f1c674984e5426c477b27e0a2db5c01fe4359cec8e42a3e1642eb6070c691d0963a68da39299b6956adaa94674e44ead41878be114fdcc8be1d413da9cd36388f4a7b7429ddc90ee4f042ffd3561807366daaff315b13b6f387f810ed385bdd89c355c384c84f86265825117ab9238987184927b462e8924975cb06360b8bc081bbd86cb9b4996b9529b08cb157f1c04345c99cf7f68200c709503e66a3f5eda812d36c3d5143a5f57ef10dfbe6aa29393a92288717d16fde18d8d140a59de68d931642f2506969d4b48f4d62e0ad11c371cdf35e48c44ef8a2187e6320db743084fdc3e49b0f34e059265ee6ca0fa78b70ba5c7bbe3f1b7790c772751febaa725fa707f304e9418ee6f4047a3e17e1971abdc69a434e76e10d0920e5b2086071309893efc4c45faa10a3b9e86bc5bd8f931e4594937795499fec747dd88ea3eae4c27e7f12c8205f9311469f9b7494d7f769c64e5e7b5a8a63d1f4da9e34565bcaec1f0424fc9fd653ebded57fbb18b6478bd9990e89b05b4396f32710cc8f0468f330686b735bd69a971302d35a57ec75b2549aeef1693fe5518446155e44b7b5f3489724ed11cea6e156da1d87e4fbfe46b787f95a8db87d504f93f44d27e15efc0db170dc5c70821174b29af96b4218257b29fc4fa4f9e680b377cea45c1f7c9976ada277fd2573fcd23c4f7e92569ee5f7ce9987c19878e0dc397247a1d5f3b608fd5f0d58afd6d43e93abc9cc3507a8f4a53590782e90267b4c618043349551424531b51d41afd00067155da68f1008a347112a134c938c2859299383461907ca6fd929e41539541e641fb25eb4e39473e9cb45a7928b59fe4b7d179635056c5feb64149378e1954a178278941b59ed8af7a22e913eaf354c034ef099b684f534dd35525455717471546ef41128fb9277a440ce64b54912d2e44a42c71a4c158dd28215ba3b0f96fb07ec3d92d83ad360908364f3a4cb667bc2425e8636f42afc32ef6a3253965cc5f1e141dbf028964fc7a4fb0f37768082efda94fa7f08f0f0ebf18febc2501f4af63262de5d0612a0fc66b700cffda108efec761f52f92e2f1df294c1dc60a2b9164181d2c2833182b4dc09a66ac948417d41b2b1d441660ac740949bfb1ca05440a46c71158ad8cd52aa1f464ac361d67888dd5e661f3cc583d141985b17abe032ed5e88699c9586334124f63cd11d86131d61a8aacdce84c377b199d5fe0ed3fc6daf3f16d1beb24225434baf4459390f1bf1864e5c6fa53f0d51a1b94a3566b6c581fbbcdc686c330148c8d1aa140656cd40e6dbbc6c6ad680b9bccc49c636cf2190b85b1e925b44c1b9b4ab16e1b9bfe441f8cd1f5210211a3bb330e3a18dd7d6957dd27d07335f344126b6c769efe478f4558dd8d2de23029185bd9f167c78dad3fa170666c6d4382676c5b1d27678d6ddfe30d80c6b606b4be1bdbb5476c626c47f8cbd87e1a364a8c1db62110317a76476f81d1330c2199b1e3433a729da6a047c4d8e923c27463e736a82a1a3bf7c11ebed12b00550ca3d710845146af7948ca8cde8ed8873176ad44afa36b11d60e63377ff47518bb4fa0e7ea7e1dd190b1470dfa1f7bf4f3c0a55ed9d8f134fad4431b97d1670b9a688dbd7f206836f689421a68ec53406fbb8f084d09c6be2b296afbaea6f3d5370b151163df12ec6f1bfb2d406668ecf700550c633f2b963963ff6d881e8dfdf7a295c838a009b6eb8c03c2d0a7601c5813b9bb71602f8477c6812b50ec320e54a12262f41b873aa6d1bf259526ff5ef485fc17a25a60f4cfa640f62f412b9171d0706c531b072dc7c136e3a0cc425c1abc18652ce3e0bb38a26c1c528932d39033744c86fca22337b4350a8dc6c0c9a8e81a83eaa3446d0c2251dc18a4c55b478dc316d3c11cb602f1bd71d85aec651a8725e35c8071783f9cb7328e984a356dc4e2685afa430979545fc226a3c6230b308e2ec40b358c6302512d308ea55f6c338e4d42706a1cbb0bb521e3f873d86d364ed887f4d438712b76628d933aa2fe659c3416250be3e428dafbc9afc270694a57f46218a75543ddd7386d0095cc6957b023659cee8e1338c6e98ff11232e38c57c8c08cb322d0f96c9cb501bd8ac6d9b1c8158cb3efa2aa689c53179d5dc6392d502d30ce598c332cc6b93e28801ae76ec28eba71ee1702cdf3fcf268e908767e8cf30aa934cdfb4e8522f408525de3fc3a84b6e7d34f7119177cc39b5e8c0b5bd01b5a3818d99c71e1108a8e85e95432170d4079cdb86812f25ae3a229d805372e4d4131c2b8f22125ab95cfd037640c23426c0cd352dd0ed3137a5c55819e7e7509e19c889954f92232512635aed9471bbdb62f1a858d6b97132c589b4b302a5263c0a5757e54e6d62dc796a4717d1d4a69ebdba19fdcb8de1a824b1b87126bdab89960d4c62d044ea3166303da18750ef52f63d45dc22651af08cb457d240eb36910ea98c64df1c41536df4389c7b8594a1fbf6535766b8c5b0e52998bae8ad63e637418127563743981c0adf328df6f7d4a5f28a62b36cf8c31bbb1ed6a8c398baa8f71c7284aee3b4271e4d6b84348a0266e30fa3a8c71d1789989312e1e3d5bc6c44bb45f495194e5766951113126df41b79f71b71b1a2f8cbbd328c1a478d04ea47ca30c906240e9c9b8a716419f3db58906ee29a35abbc742a963df64a2f3fb222847efbf8be2b3f1c022aa0a07be50c13fb8866adac1dfd861311e9e4e75e8f031f42a1a0f5fa70493fa8bb6f04812d1ada3ed291e8fe6500c1d35d2db3ee64ac9ea5802a1b463bfe9309dd84995ef643b421d6934a16a3c95885320c65359046ace74a3fd3a1343e9f18c8abee3d9f724a5a4b72180746e1e6956e7d6126d3edf8748ecf97c02e017aa907076a11155980be3080d5dec861673e3c59b389769cc784e6175a91e1df22b7dd15b60bcd20f7b27c6ab6b50ab355e0ba2e8b8f6062d02c6cc6128801a335f53febad99cf244566d922cb22ed201c8fa4ad924fb146930b776d2e6dcae40c7e4b682a0e26d0dd1873b3be9e4dcb993494bf78964dc511293beb714bbe0c67b678949df7f870ab8317712edeae35062018fcb48e3cb77a080c9f7c7fe90315f895635e39381f4859e0e447fa1f1e92e9cf0323e5b437ff8ec38e5e8e7d5d18d657c5e9b52c7f3cd85b8f4b23f4ecd185faea3f7f84a46d9f7f5402aacaffdd06a6b7c3d1bdbe7c6d76aca006fde11ce79e7866abaf15d1ec1cec24124b814eea72f54d483e2b1680cb1ccf7def4591f86500c7d082518f5611b3a368c1f925370e963257ab51f0be9e4145fc306a1b1b880f6ab6408e59c4f7222d79f2ba33fc7f8f93c5598af060abe6f4aca98a57549a929f523a5a67429055fe952a26ea54f481b2ad5d0212fd5933afcbd0f9a688ddf43d098682cab41825e9914272e8dc232421da2240a2bf168c285e22944cac465d49090d4a0ca275944d2a6e406c115e918da7be9523a4cb20b444fe56309aec8176293caa8384cb9503999088baa1e76e78daa688a0ef500c25fea4fd817356aee5269d27cc6b103a32e986aad2e183d8146dd6faaa2fa6e7861b151bf198dfb46fd414a8f7a19e52f83431a2d7952881a36e14d4246c34bb425198df174c88d2fe86b9baae22482d13401a7fe8c66ba47d76879485cd45ad19b96d6a18dde68dd4a32a95589635346dbc9685aa25f1836dafb935e687f4669e8a72a8496ca29affeaa4802c2afd384d27eb720b5f3773b3a26bfc71029fbad24d5facf106cf41aff7020ff0d209dfcef43d26acb7328d5964b8918fca3dbfb4d1532300d992ac851bc31556c86b2b2a9e25ca40fa68abb51a93155fc856aa7a95213dc6853a5e3d87f3455a1df3b3155ed84b29fa9ea3ee4b526c749d8453239ae47fe68729a8f0cdfe4f419b9a8c949827b6faa560be3d15463058ae2a69a0168f632d5aa83f168aa351afb6926e7ea98b64dce9dd1de6f72cec26a65aadd197b14a6daaf113d9a6adb30dc4d75f2508e34b9d4a0cd71398987c9f45f208a11a6ff7ea281c654d795f6abae011bd0a67a1d6873eaf5c4a460aa578e22afa9fe6e045ba6fa597eb8d4a0359ae34c0dbcb0489b1a1d4164656a948538c7d4b81396395393e514304dbb622637359d86f8cbe4ba05abbba9f9592c60260f77243fa616069c1735b58ac3169ba9f5200af7d60b51ec32b55e83b28ca96d4b04e0a6b633b0949bda4523b232b54f4021dbd4e13cfd61079d0b2e75ac475fbb633f0aab4eff61ad357552d117eadc12c51b53679a1e30798dc05b504c5e7fe9e9bb04d0c9e9720153adc97b261d4cef4d884d4cdefbe9e4786b8271a9eb2474b898ba26a4d0d21b0f5cea5e820a92a9470e5651530f0165b99edfd09e61ead500b50e53afa1a859997a77433c61eafd83b6b0b7049195a9cf097a8fbe75287ff93e41b46df27d87f8ded4370b855953bf0188014c035c29c10cf0c37b7d4c03c270fadc34e038723ed30005167cd3c071f43afc2a629136f925d1ebf077c406a1c93f96dee3e0f9d89b330d8e417a6a0ab8848a9b69484d7a4343b211469986cea0c417781d6d23a6c052ca728132f4039882ead2eb18968b3e2bd3b007e8d9328d28a02c3782fa0aa6514da8f28d1a41c764f452f4cb9946dfc25114d398648ac731fb908199c65da5401e67a2543bce8e175798c62fa323377e13bd8e094d102a9a265645306f9ac83867d2524a8f537a12ce99c2457a4a1c9d9c299f918199a6a62072374d6b89fd0ed3343fec1898a63da23734a39d8196ae217d30cda4df1837cdba8e08d9344b8ef4d434cb8a9d1fd3ecdb140a219d50713385cca693137281dee31c0faadb730e6057d734af0aa58e791e8444435d680b43c721d535856ea0e00bfd81ecd734df85cadcfc691469f355c8e64c0b1aa239ceb4a00ff6f04d0b77d399582cc78ea769c57374479a56bc25d4b1d20319ab69a5170e9998c27c50d83085fda5e00b3f8bbaaf69f528dafbd55f29fb465c25a8b8b60725beb565685e32adff81ea9d69634f82e91b0fa359c2b4514e2c20aa13a1a1a88574c8a322d100688a3a4f0826ea3c55e44d3d08cc6f7a4b78627310f67e4d9bf7523c6ebe11824b5bd620893545c760d3c5b46d0055ab6d02344299b6fda3788ce9423867c710f4df9b764ca6f418d790607a5c174a4371be94dce3cea36dd7149747a53cee29d1c0b8024aeef1a1a8e89ae25fa2586f4aa88f3aa629e103f1b4843fe8833125a6537d4c7c81f28729499d474bffd0b161da358180c8ae143a26c98138ba634abe42292d5989b35ba6dd11b4d1bb3fd3c9d9fd8fb25c4a18bdda9437a8df9bf6f44367aa69cf884c5cdafb17e55bd37e07b4c698f6d7456784697fb8372d3da68ddeff07472b4c0772e9441f1c4879e2b0944e746a2c5e54643a924cbb7ab41e36374c47e3f0b21cd3b1301c1f311d9f47a170aa39760c4ca752896f9fa98f7d51d39932ec8b9ace56a63774b6316df4d91da4299c8d4583bce9ec7754874de9fd71bec3947e9c8ae1b9ef84a3cf3f253c71612d494f178792ce94d113bbcda68c128205973cb19769ba3490a2e372214962576a04d2d255b4429aaec808a65fad8ffd3453e6401c7430656ec036a229330547fc4c37bcb04d6dbae14dbce3860f1ddf9b07d15363ba29210931ab2621f76cf2ae986eb9d0b9bf758320594e02455ace1d7adb779cb14168ba9b44c2596e1bb43899f27aa375c1943780ce445e10da464c794b48fe78d4868af423950097f27d0846e507901af5742eceb19a9eedc0bb234dcfca08503eff8e2647d373ba10c854e082ce41d38b79f4855ee4520978594687e9a5059d4aa657e3e8e4bc7a4be0f4958e0ec0eb54e2db6f96d1a3be1b4e3a40d112d2908b565206287a85e36fa6f783f08636d3fbc9946a3f8c2589e74339c1ce8fd5b0bd692ade855752983e4d22f5eed35222c45f0e11d0fd7215c7a64c5fdb9030fb6d222d957aa395db541a4ae5b7f41a9aaa4cdf8fd14efc28a02357c6d8579846d944a82792212c276c223a58484bcf708ec224de4bac49521f2ff335493710df96c663e7c724539264213f8ee36f26f9bd105afa436297b233911f55278277aa10aa8feac638d7645277c57ead495b952892ae2e6db4ae0115695d1971649d998aa1be03911ffd084ab5fa15b45f06055124838620bfd19dd8897912e51c4b12ed97e535ed9775092505eb3102cdb6e969b8649f4c55f4677e0a2efd6a4fa265b90b8996e5d3b09c982bb8e0a39a2bc8d04e6c76588b10d6ec70005b336687f3283e9b1d5ea2306b7690e1288ab96235c498e68a1998bfcc159f63a4992b5dc34261ae9c8aafc35ca51a16437395a528b8fc7f09edd7e62a4f10479bab36450fb8d9f10886a8d9518a09c6ecd41533a6d9e93e3696ccd5e663bfd65c631e0a1be61a7aec5b996b3aa213ce5cb3368a11e69a99980bcdb512907798eb2ca1fd7249473f80f9bf428c0e735d6fec789aeb3b64e252832c74519b1be4231031378c43e1dfdc6431068cb9693d04ba66d786785fadd9b53bdeaa66767d87e16e76eb86f9cbecfec81b979acd46f4686ea6a483d97c24321d73f305a8049a5b0c445a636e5919d3b6b9a513f20e734b09e65573ab99d8df36b7ba8ba9d6dcda112d74e636390861cd6d6720a831b773c1bc6a6eb7091b12e676f1385a61ee904ca7d0f3072218b3e74f6401e68e3ec8e6cc1d6936d0dcb10cf56873e721943a3a8fc45f4531775e80b8d0dcf912ba9ecc5e6351ff327b4d410dd9ec9580f7c29abbdad1b569eee643e9b19b0e9da9e6ee35f268290d8d63e61e1aca263defa22e67ee694629d8dcbb0d3a82cc7d9c113c98fb1ca050f0ad8e97dc99fb96a0e66eee178f28cd3ca02bb200b35f43a4cd66ff8a28cc9afd17d3ff3838103b65e6c113512df8ff1285d5e0583a98011f70b4c23ca40821ac79e826a4f3e6c04b28059b839aa30fc61cb409db4fe6a0d3f4b587db90519887ff45ae601e9141c137e2173a40cda32e2106308f998a10d61c5c0b955373700005727032faefcd631d5009348fad47c7645c0c259871f17eb464439b8d79bc33b679cce34b28142686e024a879a289ead0a4dd4803cd93c751884e09a7a79f5a07af0d324f7b4ed56a5a317277f3f45f4845cc33e2515534cf384d676266639449cdb30b906f9b436a510908794a4974ee1b8aed79ef90959b432b203b31870e4405dc1c5a464961fe60243fe6f981a8349be72fa164b5e021f20ef38217743017fc15e0d2a21138d26d5e349332f962076401e6c53bb051625e9c4f9969490314bbcc4bbce83b2e794cb1bdb402c19565f98414966f400e635e7e073505f3f2c784ac966b91c49a979b511b32af884255d1bce20015c395c72917ae7c45a770a584c0c34a15caa4e6b04082d661ab50383387adc6090973d876da9cb0bd7400c2dea16fdb1cde906a6df8311466cde15682c3ab62d0f4625ef58798ceeaed0eb4f415c72bcd6b3a538559fb9af62b7209a5ed48393230f3ba56c49ad6c513be5f67479f8279fd23ca981baa1357d83007e728cc1b457400a2eaa367debc652ae1af2dcf083d6e798b63d8e6e86ac1b8b4b531da50cd5bbfd131d95695ead0b629d891326f9f45ef71fb1f22193b7e507d8c6d470839369c5866ac8c526dfc15223ff19fe9e3e3bf53a1d8d90edb9be69d99540276de44338e39f131c563a20df52f73d2006214496b89cd256dc77b28cd49f194bf769510384dbe82ed01f36e06a72993d1296ede73348d96eee24094799f3345edbe047a88fd0bb1e56dde2f4009d17ce0d9725ea2737f404c817cb01d5a50cc07bfa236643e584607e0e01fbc6ed97c289970e1a10cbcc1d47c4884b29ff9909c8ae1211d71f7c34168d9311f1e4d59eef01834e49a53b3d12c614e35511a3ad28992d5116f8ac7235fa88a1e7540a9ce7cb41d0ad9e6a3fd09cb1d6b8dad52f3b1b7e8b2301f1f4591767c2115e913fd89529e5886bd4cf389047ab527ca08b89d28a72a7ab2115191936de944a755c9a4a5eac41fd33690a894b685f8d029fa597bf3a999540c4fefa14271e60876b7cc67690ad79cee88333fe6f435f43fa66b09c2a65b89e09d6b425b78ae374929e75b91d078be3bbdedf32729f19d1763bfc37c917ee9cb9cb182f63e630f3637cc9747e6e1d2d586d8ef305f6d823fcc60beda8130e6b5004aee99777154d39c99478729538c460273e61f012e5d9f4a1f7fe3021da69b23299367391340ca1a493243f6d3305cba6527a09b1344753b6711b6c5ccb757e3bd8ae63b57e85fdd4da4c27aaf32bdb47b1d71a4c87c2f0fad6ae6fbb5a86ee75623dd37f714f645cd0fc6a5e0d2c31aa420e585532eccbb8ae61273de13a2948ffbd301783c1a9bc6e6c745a4afe6cfa08778da92f8f6b36114eecfd454450b5ae050b4b9a007c1a8829d68ff31bf984707f3c52d427c2f37508279594e5cf4d5487adbafac2446bcfe8bf7e798df7445b79ff98d800484b72d489f78f71eef413217ba50d4167e247a5ad49a0a45d1136cc4993f2e219c535c8b125f716392a88b0fd1c12ce98c23f0e692c544ae4b0ed24b2bb1526c7f11d1437cdbe1804ba573e90dfd88c4293673d9503a4c65597847b659f891ceaa5049d55ddc18ed1966317944cce25222b1d22bd86d36cb7b52d42a5a91a6a0f425fea8ea42a750351c1baa66d53a02cdaa4d043bd543d0676556c793e0a239820d7bb36e2c9a71cc7a5fd231f599240de86f53313404516632aec43956b3f13cc1745347e2eea622b44b99cd5fb1096ab64d8ea6a56b5432ed5ea403d87b5169fa559b72ceafa6f4b57fd7a610fd7d99d8efef3784e57ebf25faf087cc84e6bf1be830fd7d43b2df5f49302efd53a0ebc952e13972778b433e72054bc525a8505a2a67e177b454e98e28cd526516d2074b95183f5c72ac85d6518b9323ce2259aab9e301b0544b34d0921a398ca59a0d43c152fd24fa732c3572b0156fa9e58209c6528b37a7960143c1e2ec89f8cbe23c1c5dae16e7dd2eb854e73ac6a3c5a5144d0996ffc6604db3d4ed8d10c352f709aac3967acfe86bd76f83ed144b7d035aa62d0dbc504ab134bc8eb6374bc35708152d8d8ee389b634fe2f04975c7b204ab3b82d421f9fc5bda6072dad46c46769b60c138ca59901d5614b73badbcfd2fc4b1b5cf2184f2fadc50654e62d2d2ea0dc6d697d152bb2a5b502fb3096b669481f2ced1ba14fc1d2be151df2f639080b2c9e7e48ae2d9e23b1485b3a5ec50b9e2d9dc35042b478bd453dc7d2a51136ff2dde735199b778c7d3b9ef7a1899a1a5eb0b141a2ddde6e284aaa5db4a440a966ef108612ddd27a06a6de9f9097bd2965eb1e866b0f804526cfbc831935b7a1fc0826ff1bd85b0c0e2ab470dc6d2770c25bebe04312c7d7f2321b6f45b4d6fa8df69a4ba9601d529890e884031d5e2d7057f3ac3e2d787e2d16f34d2538bdf3bca85fe15289bf8533fcd3268055a502c83bbe11cab25209df2fdd00d386d6119fa01798725300b3d0f96a07ee8bcb10cff0ff1bd6538fd22a065543045ede8ee88902da3fb63f7c132a639e27bcb98e1780591654c241dcce00738a66119db804ad3d803d8d5b58c7d466f68dc63446996712adaaff1d55030b64ce84e397a624dd43a2c935653c19f2446cddd3279082598c96b71fccd325945277ab29e76754a5d6c4858a6fc42979865ea4cd4602c334b50e2b1846c46f5ce326714d5da390aec1858e6b6c9a3a51b283e5be69620aab5cceb4a877cde4cca26f30e50660aed84f8de12fa826aedfc4354dd17eca4ccb4e017a5c745dbd0b76d59748492d5e293d8ddb22c31d04b5bba02698d65592cba5c2dcb0e6027c3b22c9d20d9f24d38fd6459a1c45e8065e56894192c2b157456c32f611fc6b2aa88fed5aa7f841e576bb02569891845a936e20ee5e8b58d29d5ae3d46c02db21a4e815822fdf1ae3a4b64285eae6d89bc8e14dcb2fe1fce195a362d2000be49802cc0b2d90d9b2e962dad5100b544f716d0d2307ad4e8284a8f5b7b531ada361a0d6d966d47e8e9b79d4521c8b22d1da99b65bb0b05dff6a6489b2d3bb6a195dbb2837e91d912bb9cce6aac1d6d1096b81c2a4d71ef504ab1c4b7c7868425de8ff27d7c3201caf8f35474e2ff600bc492f00df509cb4e17ec0f597646a3e062496c8af6324b6200e5fbc454dafbc4b7688eb3246ae9f826655258edaa42e577d75014532dbb64e8d8b0ecfa874d044bf20054312cbb5f1242de4dbfcd634959832d5c4b4a1af1b43dabb1bd69d9b31927bc2c7b4ea12e67d9a3a134b4f7294ea758f64d20aeb0bf3a1ad12dfbeba3d5d6b2ff3745dac16f546b0fed20407964371a982d47ec04ad8ff527de71ec06e1c2e35ed8cab21cd7a2cdd972a22aa5c713d944b7d2faa0da6939d51f2de6965309d8c1b39c3a84133896b34ee824b1a4f7c0814e4bfa140222e96ff0fa014b7a291d80f472f4d55a2ec8297f65dcc0df0cb264d889955f9a49c7e4d24942a2974ed37bbc5c834ad3e51c3af7977f10bcbb421d4fcb956144ddae6cc15b172c57ae86e0d2d52f443caf9a2886aeada337746d078a96966baf0cb874bd1b419f1b3789c4de78809e2dcb8d0fa80e5b6e88e844df9c8d3797586e46122cc85a87ea9d252b167bbf96ec5de867b2641ba850dc6ee7874b77048414ee3ad0a3decd233474ef14a1da7ba5f48572e7a37c6bc95d41f9eb4123ec94591e166123cef2508402a8256f2911f5c72db17d6e799c4e0a527e22fd8f4f1614d2d27aec365b9ed5a5b07ad63d9396c650aa7dfe8bb48e979b2917beea458cf5d501ec105b5efda534f4da89fef04d2382056f5b522017ce25005e748f98cefbd3d8fcb77c70a3e8f8789618c5c727b413c5a1b4abc5856827b67cf24481ddf2e91325f74f9f296d7faee18d4b5fe2b0c362f9924bffe3d76354f9be1a89e07d1b4231543a983040e97e749258ca9a6143c252b682f29790ae20b2885a91cc20ba471449f486a44d493fbc25cc2209262550b28cb8bbf409311da9082dd31659635261650749ac97fdc39b422d8a56a4932b1e93d6a1f4c1eb372daab954325552c2269a444a1dda1978ab87459b804e258bbe0de142fd6fd24d0c3de8601afba33fc7628ac5610e8b290147642ce6cac4b7cd3ed847b658cee24081c5f280e8bcd583ba22d6a3f4d2ecc7e8b37eb6466b9fe5e7767a885fab096cfdda42a5e9f73242c8bfe31d68690f71853fae7456ff7442bf89e56f3d4a567f1b51d1f9bb9414dd7f1f306aad15cab06360751880ecc4ea90805a87b5a217a66d6bc550d4d2ac955ae3f08bb55209161d6be59ed889b5569660f9b556e98054c45a250a5d29d62a3abcd1ceea188e14c9ea781167aead8ec59857ad4ec99801ac4e7b5140b03a9dc3ea6e75ca463667757a8b866f6bf556b4ab358cb413b5faa03e61757e81c7c4eaac446260adf3045532abcb096c955aebbad11fd60d41ee6eadbb0ccbafb56e3a96726bbd78740d58eb9522b9b6361c446fa8e1651410ac8df205b8d46404b272ab6b6b141aadae1b109c5add56a3b46975d72042b6368b42a460f5a886b335568f9d0874ad2dd6a16fc8daca139bc6d656244658db8cc0546b6d63462dcdda76ba0b2d456257c4da5688f4c1dafe20fa44aded4fe0efa7593b54c3be82b5432d0a2bcfd788c9ad1d732814bce62142b6765160efc4ea5d0533a6d53b063193d53b17b3afd5fb2fe6426bd77d744cba7d47266dedde0efd00d6eeddb1485b7b74c36a65ed594cc1e7b31fd1a3d5e7198abcd63e436927fa085071b3fa16d091f32d44686dedf79c52c7003f4adb7e37e975f8a911295807fd42d4611ddc063b06d600178ac780f385b834d44a7935e81e2a22d6a0e7589aacc37c299b8c6c45a1306a2a9a12aca3abe394a4754c35d40bad63be505e0d76a0843cf60e85d5f879a8765ac74720c4b04ec8c42139ebc45d6871b24e7c81d5dd3ac980f61febe45b8890ad93cde825b34e994a15662afd62ae75fa58fac3e951084ead337e62d3d83af31c65a699621ce8b4ceda8100c93a2b230597660f4799c13adb8a0d686bc812e469d6101d625feb9ceabc34983e7e8e826adadc135428e6fec08ea775de29dac2793aa422d6d09928635917f82098b72e08a764b5601ff628ac0b7209c12c6c1d464b324a0a0bf59460169b28932f694d7065c970dac225f3e9902f39485bb8f4188187a597d1bb625de64fe061d931bc6bd3babc2125abe523b121615d3e1f3518ebf263784b8575c552ca5f2bca11f25b57d6a6af1d3e8b363a7c210a54d6f0a3148fab56d04eacce2394b6fa0dde026c8d58449b13b185e2716d240e155a2383704cc3ba2e18398c75dd316c3f59d7b74595dfba61092a94d60d12ec3f5a3736c1b972eb461fa448d68df728ac367546266ddd5484e638eba66fd8fcb76e12a3b1c7bac509652ceb960338fb60dd72199df5d6add528296c0b4775d81a53973279cc32d44dacdbaf50dadeaea002b6a32e25be1d23e90f77080921c766630fcc1a7788e0707c1c71ab844c54c0ad3b97a29dc5baf31601f09de544ca12dd906f5b13f711fe4aaa43882fa933d58ea425f486924e133bd9558d4ad3ae09943193af1233dcbd167b3ad6142f942cac7b9cd1286cdd13847d3eeb9e63e82db0eeeb888d71ebbe1df43af60909e7ecef45e76bbf067b73d6037588651ed848817ce038b61aac07f2d0de6f3dd41ad515eba148828a87dea3ba624d5d4d38e7c80f6c495a8f56c51e85f5d811d457adc71db077623d7e9f5eedc94b14c86981044e4f0d26847c2a9cb8c2291db65dada79d3c68494fb8f0cc4a3ad167fda8b09e8da0cd495f16424b657426ce1d44e385f57c5574c259cfd7a7ec7b31980ef9c519c4282e2ea39299e14d902c23045dd4d68c1f543b2ef5423b9ef552265ae8ac977b1393bebc9cb6f0b294b2ef95d3744cae517bc07a2d9c9efe9a88b2eff54ec4c0aeefa4e7ba518bdef68da7d876b5dee4a8cdea4de19e3518f57b6bd644aa6959c9380868cdbe4768e8d65ee269b7b229ac6e57c7a69ef5b637aad6d6db06cad1771c69a3ef04a19a6ebdfb1f4916f70c54b7efd34ff65973475169ca5d4e9f95fb07dd45d6474bb07b6a7d9444c7f7512ac5f62339f1a1fca16808b13e9d4a78e25931e59ce7ed284f3c9f42e8f17924ba95ad2f5cfc68692091fe17ab899ebeac4498fce56d9c0eb6be6e4ddad0eb3d041edeb8d17ebded42a8f6ed71dae8b7df0959bdcb2481aab0030affd6c22c6cb25b8bded2b9ff309df0c4c73a046a3e0651a47d0c49a32555212e9514928cf5e93c1aa1ac9fb2b02365fdf48942e1f3514aee9f2f908ef9652761f2afc904e6bf05101ffaee4905ec7b38f658addfd710eff87e810ed38f5678758db56c06a5dab27d38116715c451da162e20fa20fc410123aa86667babe8369a09ada29f38d96815df47e3ab5592836e2cab7435553e69223d84f431112959038264b2243aab8a83b4ab0a23e9abca38e256caf31443aa8b740ad5af491cd4a4d3f9d294e15c80553b844425ed6cda55ed1602bafa4c020fc6903c5c32f5208a645e476fc8d296728e6527c96bd6e994dcad3b49f6b3e6604fda6a5be0814b3f1f925cf4f3154962bf82e8b37e2da580f9bd9c30c09f4e94e5feaca12afae70a1db93fc5946aff86101c2e772601a17c2c51ddf2646c9e59ff8dc59b12acff0498146c158af00f6d151ba2f5ca56a927dee468ab741c1bbdb62a3371ef6d556b21f9b13916e2c1b43916214cb7556f87c286adfa2c3484d86a544203a0ad460902115b0d234ae7b69ab3d04a64abb90db1afad660226645b4d1bd2535bad1a884d6cced1282ad99cb7a389d6e67c0281aecdf91e469aad0e35116c2ed3b04b6973398f362e9b4b29ca45b67abd31cbd9ea4d4375c556bf360affb6fac158026cf51fd24b6b301663dbd6602eca91b6068bf0ae145b83227433d81ab6456f94ade1177ad446b3107fd91a1fc162686bfc16aba8ad49349d7bf7eb387c6c732f467c6f6b761969b3ad395d85676b6e451b97cd6329c5904718d2669b471e4a03b6160aacc8b696f3e900b4fc89e3f4b6d6d529f85a7714d0d22624eab6369e6867b1b539429bd3d61373f4ff972814daadc3ec6b6bdf12dd1fb6f6f138dc6eebd00acbafcdb3196d61c7a5c8156c1d57a1d068eb445724db3ab9a1746eeb741ed989add35f447cb6cedf51ecb279392208b475398540c4e63d9f76c2fb11f6616cde02b4d1dbba4e400c60ebe64e07a0470a92585b8f727a889ef750b5b6f5d46329b7f52a40d26febf509b9a8cda722ca32369f9328afd97caed3d3fb0ea27fe5bb0ccd5e36df6b489b6dbe77517ab2f5ab8ad39bb67e35e83bf68f4427af6dc05084e9b601ef1192d9060662f9b50d4ca0b3ea77df81968a2960fc7b231ab2f93fc1526ef37f81c4d336b83215d6c12db1576e1b7c89ffd5433ae40135e80b0584535518a2a7223df420f6dd6d8181d862b30586238cb2050dc0f6b92d680c2a6eb6a0748464b620ba98ce36ec37ca1fb611a9e8ecb28d24ec6b1bf53c0c9782fba0e46a0bf6c7d69f6dec2094526ce31aa1bfd036ee4d302e8d9f464f3f3e1571a16d4233942c6c138e631fd93629189de2b6a9f511ded9a6e5a19e639bf606755fdbf4707a1d336aa34bcc36a309920cdb8c7082513336e084846d869e4ac08cbf29b83473023dd7cc2f2859d866d5c2f934db2c3754446cb35414b5b3f3a818ce96e1c5d3b6d976b426db66ffc4b6ab2da42e0a08b6901638876f0b89450b8a6d4e7f4a8f7316d1f99a93ea474bc7d0cd609b730defecb2cdb94d48746e3f94ea6c73e7d0f99ae74ce11eda88707468536ce0d842db53e50bed45d824d407952d5be864ecfcd84217517a0c0da3470d8da387585884de4edb22016a7cb6c54dd081605bb214352bdb52031db9655528472f3b48ac69591eedd7f20f789da46d4518fde18a63549157dca0efb8b23215c370173af7e10d299b848f2148167e90d8dcaa8304a3d6f8a31a655b53421c267201d5da4852576ceb6aa140655b7f8b88c1fa57b4d11bea10e2db70167b99b64d8f09af6ede86de61dbe62fd85ab66da98d1731d8b61ca34c1efd89be76f41774c3dbb6d64235ddb6d58b0aeb362f0af798b5d8efb0edd84a3470c7532219b195504bb3c51e251c1d7b8ec84fdc03b42ed8e243289077ae40c5cdb6f33eca45b644fa591c5be23a1c21b5258ae8219252e87f4ccac37b876dbb2aa393d7b6ab2e3a6f6cbbda52c6dc759eb05c7235ca39c9bd293325d385d8b6e403d8e7b3257fa793b3bb25ba656cbbd3a976ec11a0b7d3b6b71ecee1dbf60e2040b93789d0d05e23b1f27d727afafd8194f80e4460f7c176b08018ebc1efb45f879c8895a7cea2404e5d8e7d055bea5582b047ffe2c502b6638984278ebb12df3ee14f6175e21cfae56c27de534a3b7998f057da5834abdad27e117848fb837e00dba946147ca72328f19dd94510e3ec623a396777d0439c5b849d0cdbf92e5428ced39527b60b835c68299792d50531895d17d484142e3a5039c9884561d696a1a29476398590e8d5503a1357c3e851aff952e5cb3c4025f3e665945c6d594370d2d8963583b05cd6e1425afa4c55e1d62aca26b7fe90789353853253ce87105cbadd9c50eded58821877c7911a75370fbd2bb6dc8e24463c184fc83d6f38d5a1bce5247f3cba8cb709da1e3d23e9e9d16f829d8f7711ef789c45d5ea71114e9ed9f29b84d192374975f9327a882733f08e0ddbd3d6d858b23dedc14b25041e9e6ae8903f9b4eeacaf375141dcf6fe2ec96ada01e318a8200ca720543892bbc70c3ce8fed4536ce81d95e3c202efa7214d5ed979370fadcf67a185598d729c49adeb4a4a4f0c69394adb7ad7138d4f6b6073dd75b2bd5da778e38af607bf7093d6eb6c2aa54588b2aa3c1d456d4976486a25412823e34c6c946dbc75aa40d15bb625bcc56a2a433f1e90c5a3d6c9f0b88d67c694115f9cb2692b1be1c26eefed585c8e2d7911eb4944e6ffb6b09bdc752f7685af2c431205b69265e8c62fb1e4d85f5c77cec65da7e2ca0182a6b4b09a66c2ab6e26d65b329f1955da5101564512743b81d1d6736d1409278c4157156c426ae4e995cdc89aaa8f806b1265947d28664df0992c9d7534d93ffa083a9f88f88a7a20d2505c527aa1d2a277420d854f4034136557762ac2a25c174f52a42a29aa6147c9a42fa1fb56b08dfebce936461d0d07e99da11ce317541b3aacd7412ad9036730649d4d6bdd4efb0a6d131b17952e5b33da6b46d1f401d3cfb0cea81fd7a4c8da55fef281e7f5722a0fb773de189f2489c8ab7fd8b265efb6f0fe2687bc56ceca7d92bebd1fe63afe28b1f6faf3219bbcdf62a5bb14d6daff20011b2bd2afda283bd2add1f6dafba099540bb6355b47ad81d1f6082b13be5e11093bdda3984d6f6eacd31c1d8abcfc1b0b2d768822e1e7bcd794816ed358f6055b0d76a8f52b0bd5602fa4decced53133d99ddba19666af3d05d390bdf629bc86d0fe5f14524a7bbd5894d7ecf57b21e2b3d75f4f4b0de661bbcede60190a1bf606db518fb6373c8739dade3013c3cade50842d107ba3eaf4878d1aa282646f9449a7b0513e524a7be37574a21b67a052636ff2184781ed4dbea1abcedea49c0eb96b457a2ed7d5d847b6bb6e421c6d77cb0ec3257731d21a7bb351084eedcdb3e9147a5cc52b03ec2ddea012686f59dd85960ea161d2deea07fd616b6abbda5bbfa6bd6fd318539abdcd068405f636b75053b0b77980ce087bbbfea846d9db37a664d5e1323d7d0719bdc78e2d1146d93bd2af56d83bfe4391d7dec997524767271c16b2777e8e70c5eed506affab177a9831384f62e3ebcb412bb6e76efc6684db67b2f424dc1eebd98ceaaf7014a8f3d765374f4ac8c85d5deb31b16307baf1414bbecbde494c97d3e60b5b2fb7c42ee6eefdd8bca49ef73d8d5b5f7198445dade271fa1b5ddf70c2a5bf6be8f5107b0f7bb44997ca02feaabf681231175d807a6d0eb1878924ecea05dc815ec83eea055cd3ec84a7b3f388d12dfe02fe896b107b8202cb00734c57e9a3de0161df221719427863ca0e31bd81259b93dd097b249d05c24c4f6a014fc61067bd015a435f6616d9182db8715d0a30e7f4691365c416762f412146feca3d52834dac73ca40a336e1a0a7af671db90fdda27ae43a06b9f741c398c7db204c508fb946d54dda7f5453bb17d1a5db76c9ff6c19b96be2084b54f7f44b970869a90d54c3fec6fdb6726103699f9920266d65dc4bef659f70962ccfa48906c763f2a2721b1a8d5da438a50a9b1cf71c63bbbec73627096d23e4f8ed2a67d7e27026ef37fa0ddc0bea02ed22dfb824104a316181be3d2c23654dd17764659c6be30919e6be121b4d9d8179e2640b988ae19b72f5e8c4cdabe3806f5c2ff2fe155c4f6252948faed4bf6a048625f5a40906cd977caab2b1c1d706965329d899506caab612df06a117bf84aecb0d8c35f52ed08270b8a7d75341d9335a329dcd71c414bbe7d5d03b442dad7cfa237b4fe03159d0d362a01518db1bd698f0ac691227b540c927efb9695684ab06f39817a8e7dcb6fca725b672033b46f5552e2dbf681aac2f6b614c83baad221df71039d5df6d866c858ed7189f4f471b708df27acc446897d6793605ab26257c49ee84fe19e9480aa8f7dd76afcd174fb2e2de5c264014e07db937fa1ea63df5d88ed60fbde004269fb1663dfcabe6f2d51a47dbf5056b6ef1f81c2bf7dff02b400db0f54a6e47e2015f51cfbc1a1147c076388101f9a4e4f7f280d7500fba1d7684db6a7f6233677641305f2d10a44168fdea30493d69058665a1334beda4fcda1fd3abd9d3efe742a6a43f6d327b1136b3f134ed4ed6c1b032d5d44d5da9ede09ed3ff67415ca1ff67363511cb49fef4bb5f6c2004a1d17fc08205dec406fe86216a1c78b268ada8c0d94443312a9766458a9765cba4cd0fa725b74d5d9af38d299b8f2847274a623c563e60c2206d7dd89d7de98435ac7cd73447eb2a92161bf751ffd13f69c73d8deb4df3e44e4e78e108739ec772c744cee94e36526f6bba178a38afdee494a69774f1117bd5b807d51fbfd5794e572dd48cfc9f54053823d770fcaa4f6078d715ec1fea02d3637ec0f2f6257d7fef03b1a5fed8f2aa23a6c7ff49240e023018e4edb1f19e9e91fafc24950fbe332ec3ed8f317a1bbc8feb42576faed4f57d2a33e2dc256a9fd5926b61aeccfae5336799e4648b4601c31c38248ecfcd85f36cba3a5adb4ab2fe30947bf5e4d08e68d1fb6bced6fc4543bde66538579fb9b14ca776da9fcbe6b8f3608fbbb2344e70b879106535848d0a76806b1cca26c14b2edef23e8907f9052beff780a7bbff6e278fa42c57994864a5a10d02d09c7ee83bd24915866c97b344bd83f35a082ffa921e5d54f4b093c7c165085f97a9a0ac5d762ecb1dabfa5912e57da8dead07757427cff63efcf032329ab367014107145445070c3011515c84c55bdb58e6bad0202b283224b26e9990964929064661811150541451017dc100415c4054545414401457143505944454011591410447abfcf53dd49bacfe90c7cbfdfbdffdd8f4f98a974baaadef73de73ccf596fffbdac9a79fcaf47c8b4a4c7ff7aa38c823f7ec7076432e1e3779e202be21ebff373ea44df798b22d7773d45a62e3c7ed7b41298bffd53f9d2febeaf7afabbef57c6f01faf5502f38f2b9437eadea7ca8cecc7effb8d5ae8fb73d9fbe3f17f3d5be9af7f7bcaa6fdfb01e5b37af07899f8faf883172bedfbe04f9417e3e16165ca1ffea77a88ff5ca2a8ee7f7ea8ecf67f7ea9a0cf23cf56f6f1914794be7fe45165c01efd8152ee8f5eaf84efd1fb9573f0d1079407e9315b319dc7f65196ef7fa7aae7aa1fa7ee58bf41495a437b3b1b072981695a8ab1b6de11ab4b1352e75437f9b00c0f54375160abba6924816e75d38b24b7aa6e76b894daea53ae9690acbaf93672e27775f39d6454a4baf99e526aab9b9f2e03bdd5cd7f29d949f5a93bc849abd5a7bd53fde2d3b7962e8bead303e9a9a93e7d1f79a2abcfbc586659549f352babfeaacfba7d3f79e9d91f906e99eab3ffa79e6bcb174aea56ddf23e49aeab5b3e20d96ff539cf572ff4bc4da40c559fb7b58c9d549f3725fd72d56d9e2a4d7975db19e9aaab6e7ba6cc5eab3e5fb59eaf6eb79dd4f7d5edb6972e8bea7627486555ddfeedd21154ddfe8f52f1555f3c26ed50f5253b4afd557dc9c7a523a8fad24d258eaeeef02ab5d03bec229b0b555f769ec4d1d5256a784e75c758a6385577dc57adfd8e3f9530bdba537e89baf40ee94babeef45ee9b4aceef45da927aa2f7faf24d7d59737253ba9be621f8901aa3b6f257d56d5577b3295a8faea9fc8304f75976faa87d8e572a57376dd5d29985d3f2a7d43d55d6f574bb8db36d20957dd6ddd99ead227251aaa0eed2a3d5bd5a1cfaa93b3f46dd2035e5d7697f4f2578dad76c8bc5e963a55cda7242eacba43d29c54bde7493c51f58cba141c21d333aae17fd4774507cb2605d5e85dd2d9558d7e214d5375f966122a5697af55aa63f9b72489adbe7e2f69adaa6f3a493abbaa6f522d16aaf1736541673579a1daa16457091eaac9ef64864b35dd4aba2caae979327652cdaf92aca9fae63d24b4aebe796fc902aabbbf416dc71e4d19a4aaee798eda8eb75ca6f4fd5ec312b957f7fe885a9c7d7697b1a6ea3ebf96a502d5b70ecb9cd3eabe5b480a5eddf78f925256f77ba9b2b5fb5f23832ed5fd1f928eb3ea01cb95fe3ae885b28ea27ad0236a870ebe4592d8eac18f4a6e553de4739222550f9d55d8e4d01395a138f4c3b2eb42f56d1b64a4acfab6e3d5aabeed5d927856df7e9a748a570ffba9f4f257dfb1a3d213ef385af28eeae10fca74a9eae18f4bde513de255329e563d22911d42aa47ec2fd359aa477c5f268e558ff8912c20ab1e71cf8ef2d2517f515674e422990f501d7d58a697552b1f534667e5072400af8ea9886775ecfbd29b5e3dfa0532b2583dfae23be5a56376549afc98f364bcb63a7e888c0656c73f25b94275cdf3145e5df356e971abae395c599889dd2461a94ebc4ffabfaa13df90918ceae47364de6375f2333234539dda562985a948568c578fdd55fa90abd39ba9859ede42e69b54671e93aea7eaec56d2bb525d77a3a481d5756de954aa1e778692da0db72a34f44e571da677fe5ea9dae3dfab24edf8b3158e7ed7516a874ed85261f2776fafc4eaddd72a13f09e75b2136df53dff569bf6deb395ad3d714fe955ac9ef80505c04fbcfd6179e9a4711950ad9efc4699d8533df9cbea1d4f59a28cce074f56eff8c1336375e9870aaf7ef02e19b6a87ee879b278affa214f81e60f55d46e7fe81865613e74b93a391f3e43b646aa9ef60a193cab9ef66685144edb5b2684544f5b7fa2ba7481acdca89e76b332861f5163d0aaa78f291670fa67a4c3a57afa2f143138e34fca8a7ef474b5b5676eaa8ccec7f792bea1ea273ea510f2272e5026e093efb0e5a5b3720528cfba4a61b9cf6c2e7d1dd5cf9c251368aa9ff9acd2139ffbb7ac6aa89e7da2f4fb56cfc9d4a69df3419911543d772b6574beb042ba78aa5f385d563554bff03d85d2cedb4ac69aaae74d28c477de6714123dff5b8a3f9eff37e998ad7ef97005572e7c8dcc68ac5eb8bb32e5174e494750f52bcf559bf6958aac1ea87eed4419c9a87eed7405efbe768e720d7c7d3f8501be7e8c32275fffa682055fbf56adea37b65670e5e29532985dfde6638af45fb2c799ead2e79552f8f6dbd4767cfb434a337d675719b8ac7ee704994155fdce9f9503e1bb6bd40b5d7a86daa14bbfa594c2a53f54c8eafb779d272ffd6027b51257fc5451dd2b8f571af3c79f553e98ab36934197ead587290fd2d5b72811bde622f510d7fc5371d19f6c26c388d56b4f96fefbeab5a7285bfbb35fcae06cf5e7b60c6555af5b22bd8ad55f7d42762fabfeeadb0ac1fcea0e65f07fbdbb5aaf5f8f2819faf5a4f24ffce6a58a18fce6543928a5fa9b1f486f7af5862185606ef895a26e37a8e936d51b9fae40cd8d9f96edf5abbfdb4199b9dfed2cddcad5df5d265bc5567ff72be5d8f87d20f373aa376da6b8d54ddf57aecd9b5f291dffd59b0f564ea59bbfa854c72ddbc89c87ea2dd72977d11f6d25307fbc5badfd6d85ccd8a8de56517af54f0d25db77ec2113beab7768e57ec7971484bdebf7caf2dd758bf259ddf54fe58ebceb5fcae0ffed15cab0fee37f4a21ff733fe55db9f736b538f73d5bb9b1eeffa112d17f3da0f0c4bf2bca1bf56fed7afaf73d8a8b3ef8da585d3a5f869faa0fa906e2d5879faa0cfec307c8507cf5e1eb1442fecfa472e93ff2fc63e5a5471f5278f5b1372a13f03f551c5a7dfc41c5f0abb64c70a8564f911d2faad57314bcab5eab3c48b58f28fc55bf56b9061ae7dea82e3dac04b9a59a61565b9f9141d06aebe7ca76b45f2f81486d93f7491c5ddbf408d9afa3b6992bc169ed29bb4a677ded295f575fff94aaf4f2d7367f91cc40a86dfe3aa90b6b9b3f240d456df3ffca1acfda538f97825c7beabd3bca4b5bbc46566fd6b6b8524ea5ab6df15749f06a4f6bca135d7bfadba4cfaaf68cab2491aa3df370b538cf5a2a5d75b5671da916e759c74b9b567bf63f25cea96db9a3f4fbd6b67cbff4a6d7b67a85d44cb5adde27f57d6dabefcbb35adbea7a69026acf7d9bc4f7b5ad7309e66bdb9ca95e689b4f4bbb5ddbe6f392b0d4b6fd9a14e4daf3d51ccfda0b46a520d7b6fb9b740ed6b6ffa9e40ab5176daf8ec98bbe203140edc59e1498da8b87a56cd75e7cad447cb5173f26338c6b2f313211bdf6927d24cbacbde47eb55e3b5c230d45ed65abd49978d95ae960af2d592e31406dc71dd473edf8a8c400b59d9e2615322ea995d8e9d932c60a6022c1566da7611974a9bd7c6789ac6a2fdf5d36ceafbdf28d4a44777e8ec4d1b59dd7496e557bf5f725a3a8bdfa1e9913587bf5bfa41fa0f69abda4e5abedf24c091e6abb1c28bde9b55d0e96e1f3da2e5f9329adb55dbea99670d7a3a57badb6eb954a29ec3625035eb5a1dd65bd556d6852a2a1dad00725ecac2d0d2440aa2d5dbda9bcb4eca56a7196bd5c22859ab38f6c525073de2ae719d69cb72935e4a6fba94bfbc962b49afb9074c2d5bc23d5a37a1f517628fc9dd285d1904c38aa45fb49df632dba483d6a74afe4c8b5e53565285e6b3dac2efd2396975e17cbfcafdaeb5a326ba0f6c629d9a6a4f6c6af4be2597bd32b259babbd6957a5a36335c0a5167bb2f4b096d84a6a931f4934544bfe289d24b5ec4125b56f0ef4a5cf2a23fde6db94d4ee7ea392edddefbd515eda636bd96bb3b6e7940c81d4f63c4f6ded9ebf91e8b1f69653258caaede549977e6dafa31478d8eb1c25ee7b3f26d3f16afbdcaa30c05b1f574bb8ef1b95d1d9f763d2615cdbf72bcac2ec7bbb64d2b5fdf69048b4b6dff94a3af6ff8d2419b50396cb9c9ada01b7c8d85cedc0d7285b7bd08b642a64eda01f28c37ae8ae4acb1d9a28b13af4d3d2f7587bfbd9326c513b6cf585ead257949e78c7072461a91dbebfec0c5d3b6283ccfea81d7199acf0aa1d71b374c2d58e7c910cd7d58e1a962190da511728d93eea6bd281505b71bd745ad6461e94f1eddae8fb657e616df46665282a4f937ca856d943094ce514c9c06a2b1f92b4a6b6ca96b951b555eb653f98daaa2f2af070f4894adc8f9950ebb5e6556a6b27d62a3337f9b0ccf6ab4d6dab0cebb13b48df63edd8b3a447a436fd72b543d30d053b67f654606be60859425a5bbb8582186b5f2b29786dfdab951a5a5f935cb476dc6f655b3d5c926936b50dfb2ac3bae1c34adf6fb85ec182e38f923ebedabb3ea674e1bb3fa368cdbbffad58c07bb6975ed8da7b4e5762f5dee365f65aedc4af4a1762edfd1f96e965b5f77f51baa86b275da2b4efc9de89ea929ae2573bf90249886ba75c25f33a6aa76e2ab3ce6ba73e7089bcf4c1afcaa85bed433f53a6fcc3a7293d71da3632e8523b2dba5a5e3a7db952dba79faeced71913ca649e71bfd2981f5d22ab406a1fbd46e6fbd6ce6ca925fcd83ba4c3b8f6b17b144ffbd87d3267bef6b1ffc9d04cede3cf9169a8b58f9fa9a4f6e367a953f8f1afc9f2ddda270e57dae4136729f3fbc9f70ccb4b677d5961a64f9d241db3b54fbf43f9143ef34ff5f49ffd91cc40a87d6e371957a87d6e586620d4ce1e5774ebec772bd374f6add21f5dfbc2d395753fefad4a60ce7fb5527ce76f50e2fec52ba587b27681a3a8db05fbc9f49fda05df540cff4247e9d50b4765fe44ed2b4f5768e82b5f514f7fd10eb200b676d1990a805ff431e5b2f8ea7764c15dedabb72843f1f5672850f3f555d2275afbfa9f94cef9c6610a177e6352edd0c537cafac7dab7f65026e09215d2c757fbf6ae0adf7ffb8f6aa1bf7dafa2e0df19972ed7da773eaf0cfe77dfa7ace8a5c74abf6fedd2f7290d70e97794b3ebd21fdaf2d2f7765000e97bbb2b50f3fd9d15e2bbcc55fcf1325fe616d42efbbd7ac7cb5f237b9cd52ebf5d86246b97dfa35ee8075f520af9ca0365324eed4715f55c3f4ed559fdf18c32273fbe4606a96a57edabf4c455a3721444edaa6fa9a7bfead7eaebaf3e525998ab6f938effdad5ff53ae949ffe567aad6b3fbd431ddf9f3ea0c0c3b53b2bafe2b56f5416e6da5f292cf7b32d6538a5f6b357494776edba2d948ebe6eadcccfa95df72d856a7f99cb1cdddaaf3ea74cc0afee9381cbdaaf552fd7daaf4f5256f4374f55dcea37cf5714e9fa238e55976694e5fbed3795b2ba612b65f06f789972fbdd6064915cedc66d9517e3c6139482b9f11fea14feeea9ca4dfafb17aa03f087dd14d0bd692fc5456f5aa944e1a66f2a79bcd9975d506a37ff4bb9196e6eabf375cbe60a17def25175986eb94f76ffa9ddba955aaf5b3fa59c5db7fe5eede31f3f2a13136bb73d5fadd76d2f529eaddb54afe0da6d172897c59fb65270f82fa122c4b7df26d30d6a7fdd4e9dfb3b7cf55c777e502dce9d3f565fffb76d95cef9dbcf155cf9db234a93ffdd510ae6ee57297a7ab75147eeeebd640956ed1f07cb92b5da3d9ecc69aeddfb1c99c859bb77958251f7a95eaeb5fb7eac3c5b0ffc5799807fff4085b21e7abe72933ef45265281e9a543ced61a300d2c3772bf3fb704b19c347fea922068f3ca85c888f6a7ff47f73d98ca9f6d82a193eaffd4f0d84abfdef7c597b5afbdfed4a9bd48f53bca3fe0975a919c894e95aeb7c65455bf79c292ed537d95372abfaa67bcb18457db3ed2436a96f569154b7bed909f290d737bb4162dffae63b4a07557df303a46bb3bef999120ed737ff946cac59dffc52a91eeb4fdd4e1ad6fa162f96b4a6bec517a474d49f76b9c498f5a79f2efdd1f5673c454a5afd1967ca12f8fa337e240f53fd99174952567fd647d5aa3eeb4c9948507ff6ab65fa75fdd9ef56777cf6d7240dac3ffb6299025cdff2cdb238b4bee5615217d6b73c4ac6c0ea5bae922915f5e73c47add773cc0bd4a5b749ef4a7dab4082e6faf3a6a567abfebcf592b0d49ff709a96aebdbfc319697b6b564aa6dfdf9af92c997f5e7179252d65f30a2b663bb3da47fb5fec2422a98fa0b476e94975ee44ab772fd451f95eab1fea2eb65d4adfee26729797cf1351220d55ff22a25692f7993b456f597ee27694dfda535996e50dfe1e96a87767896644df51d4e95be8efacb7ea55e684928957b7dc997d591dbf16932dda0bed32fd4297cf98ec7aa4b8e0cead55ffe7aa5145efe4f4958eaaf7c964c72acbff2b932ce577fe5f51234d7777ea5cca0aaeffc09f5daafde565aabfa6b9e251b61d55ff369d99db8becbf3d543ec626482567db7dd6478b33eb442a2dafad08fd51d871e97ae94fab2dd658e48dd7a40ce6cacdb3bca7aabba73ab7a7a7fa53460f5f041b51dd181922cd6a3ebd5a5e54f7b585d5a22c3e7f5e5ff969e87fa6bd538f4faeb8e93b548f5d76fa276e8f5df53a6e9f5bf90f0aefe065f96a2d4dfb087d2396ff8ab8c51d4df18aa257cd373a5dbaf1e2bef703dbe5b3a6feac94b65c14a3da94b57703ddb4bc2957abea9f40ed7f367c878473ddf4a3d5771ccc5f2d2eeaf92b4a6befb2132efb1befb0512b9d777bf4862a6fa1ebbc8105b7d8f3d650cacbee74b24e9afefb993d2267bbe456620d4dfb2b3cc55acbfe523d25d54dffb750a88ec7da8644df5bd679545defbab67ca4bfb5ca150c73ebf96a9a3f5b7fe41a6dad6f71d92b1b9fabef72988b1dfe7d5a7f67b40bdf6fe9bc812f8fafedb2ad374e0a88c3ed40f7a81d21307ad94f9abf5836e967185fac18f29bb7dc8164ab60f89d5761c3a29fd5ff5437fa9def16def91f1b4fadb8f524b78981a6b5f3fecdd32d8583ffcbb57ab4b0f2b3c71d4e64a908ffa8af4fad48f7a447a7deac3bb48f65b5f719e7afa915c961ed6476e951ef0fae8df243ba9af7ca92465f555cf9311f5faaa9fca20427dec04a54dc63ea37668ec4f4a031cfd1a1964af1ff34f251de3ef50a669fc6f4af14d7c5c7638aa4f7c5a81d3c997c8a65af5a967c8c0657deabd0a3d1e1bc95056fdd85f28a430bd9b2ce7aacfeca3d4e3cc3ba483aa3ef351b569335f908eecfaec2b6538b83efbc11dd5a5cfeca72f494f737df606f5426b7754476eedb4fac575cf9444bdbeeecd4af1ad3f48edf6faf72abdba5e53a4e3fe206301f5e3fea60ef9717f931ea4fa86ed94727fe707640a4afdf817c8a848fdf8b394ed78575559e413b6977930f5135e22bd77f5132e5407f3ddff91090ef5f7bc4c7a57eaef7d8b5ae8f7cec86ab1fa899f5636edc4bb6560a9fefe655bab4b9f91c912f59346a597ac7ecad764755dfd944b650e65fd945f28b278ea53a497bf7eea129996543f753719c1ab9f3a223dbaf553bfaac0c3a9f7281a78ea3fd51d3fb45c9daf0fbf4609f287d7a9dd3e6db53214a77d480696eaa74f29b278c636ca2a9c71890c5cd6cfb85c7dd7478f93f985f58f9ea94cc0476f5284f8635f55a4ffe337285bfbc9f7ab437e562add7ef54f69c3fa695f19fc4f5fa74ee1670e572aedb31b1406f8ec6d32e7b47ef6a48c78d6cf7ebf8ca8d7cf79b18ccdd5cf79ab92c773f657daf71cd55ca87ece314a6acf3d4cc1f4738f523e85736f5647eebcc315c33fff55ca349def2aaafbc56d15c3ffe2716abdbef8f9f3d4a55b655569fd4b4f515aee4baf57a0e6cb93eae45c709a428f17be4ce1890b6f5690ec2b6f54e27ed19bd4127e758d92b4af3dac64fb1b9b2afef88d9d944afbc6c1ca5577f19b9539b9f80b329251bff856051ebe75b54cc9af7feb2fca6571c98d4a477f7b6a585efacea34a895efa02e5cfb974b56c4154ffde2e4ab97ffff3322051fffe45ea005c76a532143fd85a1d801f6c2b1db3f51f8cca106efd8af7cb105bfd8aff2a87de0f67647b8bfa0f6f91b1ccfa95be8c3ed4af3c5ce629d4af1c556eac2bd7ab25bcf2d367ca4b3f9e5100e9c797e84ffd5a9993ab5e2613daea579daf3c35573da27c0a576faebc5157bf4f91feabef578eb3abeb32e1a87ecd67d56bffe4958ac4fe64858c3fd67f72ac4cf7acfff4a34a607efaa8b28fd77e42f94d7e7686f25aff7c0f75267efe31e567ba2e901908f5ebd628687ddd7dca7fffcbcd9453e9d7df56b8f037234ae7fce6a332c252bffe25325a53ffedd9caa974c3a6ca9776432467c4d56fd84bb6caa8dfb04e31b01bfe2a931ceb371a65b76f5c296b91ea375e286bc1ebbf7b9f420a7f50f939f53fa88679f53f7c5196b6d66f3a443dd74d5f5051919b6e53beda9b556381fa2d1f552aed96fb94fbe38f5b29b2f8a7c39406f8f3d76438b8fe978b1559bce3a9b2dca67ec7aecaf17fc7d025ead2a3ca94df79b1b26977bd4486c5ea77bd5206a0eb77fd4ce19cbb6e572ff4f7c39401fb7b5d2998bb7f253307eb77ff46790bfef1a0d200f76ca7a4f69ed7285fda3d872b1d7dcfa7152bbfe77cb5f6f7fc507ffd4f641d45fd9e5f2bb1fae70a598c56ffe7b85269f7aad6f3f57b5fab16fade0dca5f78df1b954abb6f46469bebf77f5bf944efbf56d9a1073ea094d503df95d91ff57fbd5769807fef2ff3f8eaffbe7a3f79e9c1fbd5297ce8950afb3e749072643ff40f85b61f7a5479a31e7e9592ed47dfae8edca315056afe9bc80487fa6387cb406ffdb169c5a41f3b4e859ffe77843214d5edd5d357f754faabfa33d981a65efd957220541f94a9a3f5da73d46bd7461512adfd56e69bd46bf729535eaf2a8771f3974aa5b5962812db7e9accb3aab777553cadfd3ec9dd1b9bec26b56f639323a588363679a734018d4d540a7063d39f4838dcd8f476a9e51a9bbd4ae66336369b54cfb55943be6363f3df4982d7d8a22ed7abf1b465ea219ed69616b9f1f493a5ed683cfd2c69dd1bcf38473a101acf7c50d694359e759884d68d671be9e2693cfb5ae9096c6cf92d9971d6d8f21669b71bcf795ce6f237b67ab1fac5adde2d3d948dad7e241db38dad8f9165fe8dad3f26f56a63eb6f4b52d678de3219456a3cefdb6aa1b7d95efa1e1bdb2c9518b3f1fcc724386dbc605c067a1b2ff8aa548f8ded0229438ded4e9455b88ded7e2ea3948ded0f94bec7c60b97cba4bdc60b8f94ecb7f1a2b51217365ef42ba9601a2f1e92f9268d971eab167a87e74acf696387ed651cb9b1c35b25ec6cbcec78a9271a2fbb57e6fb36966cab4ece922365864b63c957a4aa6d2cb95276aa6aecb487b41d8d577e4022d1c6ceef9088afb1f38f6440b5f1eaa64c396cbc6673e9856dbc663f69321bafb9445dda653fa9b61bbb8caaa7df757b69a41bbb3d4b7a741bbbc5d2223776db53d60f3576db5b1ad6c6d0b724c4680c7d477ab61a4b3f247d568d65dbcb92a2c6b29d25546c2cbb6a4775e9417556ad53a5b56ad8b72a517032250ace15125935ccc112f237dc776c2a2f797f965ca1e13f53e2c2867f99c4260dff47d2cbdf08a6d46b0767c8484623f8aa64868de017d2f5d408ae97c0ad11eea9d463f41d5978d458beabbe74a11298d7ee253179e30d858c2337deb0b7b2306f38532285c61bfea0b4dc1b3753c7e48d17ab1d7ad3cf25936ec433d27bd7882f97fcb111df2edd918de4e932eba991bc4cc2f446f2175944dec88e91ae814676baccd06be4461ddffc753284dbc8f7550a39ff964c2f6be49729835fbc55b29346a1556df13589dc1bc5d725126decfe1c19af6decbeb7743d35f6dc416dda5b369398bcf196dfab4ddb6b48b69e6fec75bc9c80d1d87b6f196d6eecbd42d9da7d7e26dd7e8db7ee22b968e3ad4b257d68ec7b883a39fb1fa9b6e3c05159f5d738f808e9306e1c7c946ce5d93824559b76c83e0a3d1e32a1ece32167c88ca0c6a197c85056e3d0c724b96ebceda53222d578dbbbd4c13cec109965d138ecb7d2bfda38ec0189ef1b871f21a3f38dc3ffaecec411574a5f5ae388dbd56e1f51534af4c8f7aab37ae46dfa5377c9d05fe3c8aacc70691c75da9df2d2f027ce5397be22dd1f8d151f92f9728d11233d488dd14c3d6ae54865f92a6b959ea89c2d93971a9573a48bba51395f41eb95a3329ed658f937056157fe5bd6193656eda88cf4aa97ab775c35ac80dbaa75d25fd858fd6c994bd658ed2a5bbb7a565985d537287d3ff62349031b47ff47668a378e79bf5afbf157c859598d359ecc086aac51fd861a6b2e57ca7dcd9f64eca4b1e6efea2126deaa4ce68472fb35262e527875d29531b0c6d4d1eaeba7dfaf5e68e6795bcb4bb35b5fa22e7d51c182d99b94c65cfb019915dc58f714599dd258ff3a2543eb3fa3ccef71b9b21dc7dd26c3298d0dbba9b3face7d14127de7fed2efdb78e7016ab7dfb94a31b0774e2824face9fcbe843e39d0f4ae760e35d3b4bb75fe35d15b58427ac5370e584476540a2f1ee4b152c78f7f7a4ebbcf1de63d5a5f7bd4f464f1bef7fa6cc4c6dbcff7819166b9c74903a7227a9349bc64977aaef3a79898ce1374e2ea4c3b871f21537ca4b1f78b572337ce06475263e50579f3a65adb243a77c417aa31aa7fc5569a653cf52ee8f0f7e43662a353ef807a5ac3eb452764b6a7cf828a5143ebc56b1ccd34e9615aa8dd3ee510bfd91cfaae7fac857a467ab71fa7b95cef9a8eaf4d2f8e8b94a60ce6c2a80f4b177cb34d4c6272e5580f213ff52a8e3936f509ffae4c9ca347df24e19646f9c75ac3299679d2833231a67dda444e153df5570e55397497764e3d3ef9239f3b8a494d5a72f5098fc33e7c81ccac6678db27c9f7d5411bccfbd4aadeae7fea568f3d9cf906dcf1a67efa8a0f5d9972b9cf3f9ef29bfdc3967c91494c639ff53acfcdc71e54b3b77adb230e75e21131c1a5fd8523dd7175c6528be70abf2a59df72b4503cfdf5551a4f38f91618bc617b7536cee8b5f5600fc4b2d258f5f7e91daa12fbf56861a1a17dcab9efec20f2ada7ce17d8a365fb48d020f17bd4709cc453f9759ae8daffff96179e91b5b2871bf784a89c2c50f2b0fd2b7de2503258d4b3e2303f68d6f1fa52cdfb7ffacacd5777653bedaeffc5ed9a1efeea9b4dc776f5264f1fbab14e4fffeb58abb7fffafcad1f8fd071440baec1af5a8979faf24ed079b2872fd839d644795c60fdeaf4cd3152f95ade71b577c5961931f6ae279e5496a3bae3c5d3692695cf998723effe8350a93ffc897695c8d1f7d442671347ef490525657eda416faea1364bd68e3eabfa8adbd46b5e96d5c535126f327179fa82e7dff5875e96f32fba3f1d32365d653e3daed9499bbf618653bae3d56e633357e66646563e3e7fb28a0fbf377cbcaa0c6cf3faa56e2bad5ca7d7bdd276478b3f1cb5919ad69fcfa7e2569bf79aed285d7ff4c6993ebff29132f1abf3d5779dc6e58afcefd8d2b65ca4ee3c63f28d8f9bbf39472ffdd9dea51ff70b53abe374dc87aabc64dff90c1c6c6cdef554cfae6db15e9bf6547990ad9b8659922eab7f82a5072eb33946bf3d64b14cef9e31b641247e38f4728d8f9c7631508fce36d8ad6dc76813a5fb7dd260b691a7f7ea71c5dd6f8cb4a75266e7f8a7a88db7f246b291b7f55f3a41b771ca3d8ef1d9728ffd79d4651f0bb02398bad71d7adca6efffd6d3284dbb8fb3bcabbf28f9d15b2fa6778b5ba74894c5d68fcf30f32dfb7f1cfbf2b87f1bdaeb28ff7eea1b8fb7def53ecf7be33556ceebe475528ebfeaf2bd7f903672bfdf5c0ef658cb5f1afe7c8c4d7c6bf9acae0fffb4feaac3ef821e5d07bf01c05611fbc4979c91e7ea5ccf76d3c3ca494d523a72b5bfbc8830a173ef25f192b6f3c3aa342468f5ea240e0a3ff54cefaff56141afaef3a6591ff77a542308f2f51e7ab5a5346bab6b97204d5b7525b5b8f155768dcaf3453f3cdca5fd8f294e26b7d5411f5f615321cdcdcf48bd235d07cca1bce5497ce9611bce653fe2ad576f329ff920e84e6e6474afdd57cea363205a5f9d48fcb486cf3a96d19b06f6ef14a19636d6eb1875cafe616aaf6b4f9b4cde412369fb6cf25f2d2d32de99f683ee38d9295379ff17e897d9bcffc9b0448cd67ad9002d3dcf24ab9dbcde79c24bd9dcde7dc2a394c73ab0fa885deea0a29eecde7fe433dfd36cf927969cd6d4f965ca1f98225b2a94373fb9dd5d76fbf4cbaf49bdb7f5f7ae69b2f7cb93401cd17ee29b3959b2f5c2da162f385174bebde7ce16fa43c365f788f54a2cd17fe573ac59b2f1a932dcb9b2ffa987aa117fd485619355ffc81fdd4a533656275f3255b48b5dd7cc9b7643e79f3a537a973bfc32b64a1567387b74924da7cd9af950c2df9901c70d65cf205f5104bce934ddb9a3b6d2a296573a7774a9bd6dce922a9ef9b2fdf43fae59a2fff957aa19d2f9538a7f9aaef482ad27ccd39eae97779baecf3d0dc454d056eee729cd45fcd5d4e950ab9b98b1aa2dbdce50e9924d41cba4ffa7d9b43ff9384b8b97407190c6a2e3d53c6d39acb76524ad4da4d62a6a6f513a531addf9c272f195b292bf3b0f4cb35ddd74a80d4747f264d66d3bd4e4ea56b7a7f9449ed4dff454a44fd03657a7f337881cc566e06ff515f1ffe432d61f47419336c46a7486bd58c7e2f730b9ad16dd22237a39af49b349767eae42cff9a34bfcdd75b4a59bd7ea5d2e4af7f54c60c9b6f5091c5e61b56cb7a98e61b7f2933369af1e1b222ae191f7dacbaf4a092ede40cb5b5e951b1bab45ee9c25475be6c6685d200f93a896a9bf9dd4ab68b9d65fa62b388a40fa6f9e6bb24266fee9e29edbbc72bd5d7eff10d657edff22c59d6d27ccb3ba427b0f9967394f6dd6badd298fbeca044619fc7148279eb73245768bef54b32d4d0dc774c99a67d4f957185e67e9f52fa7ebfc7a4afa3b9dfe30ac1ecaf328c9bfbab1e2ecd0322e983691e902b493be07bd2c5d33cb0225966f3a01f282072d0ef6590bd79f0f532b9a479c85285140e39696b75e95f32afb679e87a49329a879e28bd2bcd43bfaecefda1df97dee1e6db9e219b9035dff60219ad69beed0099d9d57cdbe1ea00bced3299dad77cfbbfa40fa679d8761247370fbb52c6b79b871fad50dae127ca5043f3f0076468b979c40a65328f3a58469b9b47fde34e79697854bde3f094ac0d6c0e5f27fb1634572c9374ab39924a174f73e483925b354743b5b5a39f514f5fd94d3d44e536e9086aae3c4e7a1e9a2baf520bbd6a5419e955e74a074273d555b2c2abb9da486744732c900551cd639eae54da31bb2b4c3e7ea6cc266daeb9445985353f971ecae6c42a19776f4e7c49c69a9a93772be938f645ea981c7bb4d226c7ce2a843c1dca248ee6f49b65fa6273dd8795965b9f2b51587f9acc306e1ef779e9ec6a1ef72fe9bd6b1ebfbb7420348f3f46bdd0f1574a42dc7cd7eba45fae79c29d3298dd7caf729c354f7cbf0ce136dff75219fa6b9e14295e7bd284f480374f6ac8084bf3e49f2a2df78197cbce12cd0ff86a874e71140638651fd98ead79ca6a65ca4f394d3ac59ba75caaa8eea95b488f48f3d42999e4d8fce05275003ef43275c83ff47ac50c3ffc7419916a7ef8685b5d3a4d21abd376961eb7e66937aa2377dae34ac17ce44619056f9ede92b193e6c7b656ace963897477373f362b6373cd8f6f2e7ddbcd8f5fac7ef1131b1408fce4ebd599f8d4cd3291b3f9a9071510f9f411ea987cfae73207bcf9e93f48df63f373cf937198e6e7deaa20c6e7de21fdd1cdb3ef90c1d9e6d97f5726f3f33fbc515e3ae700e537397754ede3b99f900947cd2f34950638ef29d209d73c6f5be5cf39ef40d9a4b379de3f641cb979fe1299c6d53cff2a454fbff896585dfabe3a4c5f7aa632735fda493923be7493fac52f7f58666d36bffc7925a25fbe45adc4051f52e27ec1bd323da379e1339407e9c22d15e7bbf0fdea1d2fbc4199cc0bef3e4f5eba683b754c2e7aadcc07687efdb38a2b7cfd97ea987cfdaf8a957ffd5ee9e46d7ee33dea8edff8b7427c177f4c2de1c53fbd5a5efae63eeab9beb9bff2927df3e7b28d6af39b8f29edfbad5d1551ffd6a7d47a7d7b7f6561befd158599be73b0229edf7d9322c4978e28d571e93f958efede9b6524a3f9bd3f2b8af4fde3141cfefec5caa67dff2ee98f6e5eb68b4ced6b5eb6b7ec53d3bcec4485012e7b9f1cbfdcbcecf74a895e7eb90c6f362fbf426618377f7081428f5778ca4d7ac5638a065ef9980c07377fb489d2be3faaa9b3fae3572872fde32fab47fd715b06cf9a57bd4cf1a1abffa79efe9a972ad7d335d34adcaf3941d9a19faa1102cd6b6f90a9dccd6b6f550ebd9f1da9e0f0cfee95791dcdeb9ea116e7ba9395d4fee20019916afef29d8a9efef20b0a20fdfa5119e669fee614e52efacd9fd4d35fff11453cafbf4bf9d27ebbabf246fdf630a5906f5829539c9a37bc4bbdf60d3f55976e7c898ccd356f3c4651f01bbfa4a4f6c65f28ccf4fb2d9561fdfd5e0accffe1afcaad7cd3fb14b4bee94c056a6e7e96c28537bf4b89e8cd272bd27ff3c7d51d6fbe46f97d6fd94481e65b9ea3b8d56d87c9f863f3b66b94a4ddf66b99cdd0fc73a6befecfd7c8c078f3cfbf50f8fe2f7f533afaf623654e60f3f6d395fffef69f2ab7f25f9fa90ee61dcb94c1bfe3f78a23dff93a45aeefda5f169035effa82cc1a68fe6d1f056afeb65af64c6dfeed71f55c7fff9e4cc76bdeededa72ef92a92f18f8f2a127bcf510a33ddf365e5b2f8675b41b27b0b0544ee3d57264337effd8bc298f78d293ff97d3f547ce8befb143dbdffe5ea53f73fa0dc7e0fbce4447569a572333cf02d257cffba55bdd08327ca62b4e6433babe3fbd0f50a75fce754e5bfffcfd7d4a71e3954791e1e59af82548fdca6fc268f4ecb5606cdff3e4b3910febb42a6ec341f5ba2b0c963fb2ae978eced3293b7f9d8854a1e1f8f9583bdba5c11bcda36cab3553b421df2da98d2abb5abd491ab3d2e335c9af5e5b21ab1d9385b56e0349bfb2b4776fbcd8a65b69bd280b536592fdbcdb436ad4ae4dedaecb9326ba0b5d93e52fbb636fba4e48fadcdae90fd735a4f712461696dfe65191f6a6dfe2b09e65b9b3f220f666b8b67c8fc9cd616968cb0b4b648a40fa6b5c5f5d207d37afaa912b9b79efe25f5f4cff884f4f2b79e79b03486ad679e283166eb9957494cde7af6b7a4ea686d39ac2f7d5286665a5b5e76acbad4920993ade7fc5606cf5a5b3d437d6aab1f4884dc7aeede3262d07aee5fa5ea683df73149885b5b4f4aa8d87adea6328bbaf5bc7fa8177ade7d520db5b63950e6e7b4b6b943fa0b5bdb2e51dbb1ed7ed2e8b4b63d497a7d5adb5e223d0fad176c9066aef582476528abb5dd32b58fdbadb7e5a5ed9f2d135f5bdbab66f7ad17eeaf56e2852729b17ae13d52afb65eb2876473ad971ca34ece4b6f97d529ad1d4e9100a9f5325f46585a2f3b5512e2d692fd6552556bc9054a909754d5b9df711bd980a4b5e3bb24636ded78925ac21dd5d0e1d68ed7a995d86977194f6bedf455e99f68edf43509745b3b5da6eeb8d3754ae7bcfc651220b55e9eca54dbd6cebbca928fd6ce6f9214a9b5f395b2f2bff5aa6169875aaf3a431ddf577d5ce29cd6abee9711a9d6ab77515bfbea7ba42fadb5cb8d323ed4da7573b51dbbee2e03d0ad5d8f56b663d73b24456aedf679b53843b7dc292f2d55debbd6d26f4b84dc5a164b8f6ecb3292e9b42cd516a165bf513a2d5b8e25a175cb394adac79659233d352d73b2f4f1b5dc1bd40e79af554ac13b4346295bfee1d2b1d10a6e94c4b3157e50f2b456f879499b5be17f65ad6e6bf953a59bb4b5fc5db290a6b5fc46754c5ef77249c15baf3f54b6ca68bdfe03326da4f586772bedfb8693943cbee164097d5a6fb84662a6d61b379783785a6f5aa276e84de74ab2d88a6f916ed2567284746db69215d2d1d8caf65446277f44968fb48a2f2a6df2e62da5d7a7f5e68a64bfad3d54717b6b8ff365c0beb5c7854a1ef73c55762e69eda968736b1f4b198a7dd6c8a8486b5f5769f27d6f56a066df8632f8fbdd302c2fedbf5426b4b5f6ff97d20007ec2ea95beba03729d93ee82a19dd6a1d7c988c8bb60ebe4a06f55a8724ea510f3d56e2fbd6a19f97de95d6dbb653777cfb31d269d97afbc9324db0f58e2da533a2f58e40faa35beff8ac749cb5de71a37433b40e7fae24d7adc35fac14cc11af903ed1d691df5018f3c8db649d4eeba8572b537e9427338c5b47eda12cdf51d75d2d2f0defffb0bab45e92b2d6f0b794c0ac58a5167ac5e714b25a71998c23b746f657d66ae466e9ff6a8d6e21c975abb2897a88cab7a51fa0b5f274a54d567e5126eeb7565eaad4e3aaa532d1aeb57a0b4532561f27dd1fadd59f50d2b1fa0ed9acb0355648d2df1afb9e829d633f93652dada30f5218e0e8956a558f3e4fe1c2634e95eeeed6b8af90e8f8830accafd94999b93597c850696bcdbf65397d6b6247a57d2756a9ef3af60ab538c73eb09fbc34fd022543d3ebcf9497665e2f3d22ad759bc9e284d6bab7ab13bdfe1b32acdfda70815a9ce38f960cbff5ae9f293ef4ae4764e164eb84ef4a2f7febdd6f959e9ad6bbef954eded67bd5ccb3d67bef95395bad135f23fd85ad13a76454a4f5beed657a46eb7d46160bb5de77b822d7efdf4769df93ee91396ead938f8bd5a55394993bf94feaeb4f6eabafffc02ba4a3b1f5819bb65697feae60fa2987ca1aa9d6a943d2edd7fad0a9b2eca075dac1cacc9d7695b2a21ff9adec41d53a5dcdcc6e9dbead520a67ac569afc8c3145a4ceb858bdf619bf56e27ec6e34aa57df4f013d5a5c7ef5497aa0a897eec879bca4b1f5fae7c431fbf4cfa995a9fb8469de84fdc2a8354ad4f1eae7c439fbc4309df59434a599d65d46b7feaed3250d2faf4ab656caef5e959c5023e33ac90fb67deab30d3672e5418e0b34f91c1b3d6674f93b1b9d6e7de21d3895b9fbb4781c0cffd4f819ab39fa274ced92fd19fda47a654b4ce3e4196e6b73e3f2ddda4adcfb7156d3ef70859f7db3af732e5123bf76ae571fbc2deca187ea1ae90c279aa54b375deb892edf34e9499cfad2f7e4d067a5b5f7ab9cc426c7df9998a3e7c795686cf5b5fbe573dc497ffa334d3059bc9dcbbd685aa22ae75e1d90a637ec5a8afffca1b1572ffca618aea5ef44ae524b9c8518b73d1498afd5e74afdaedafa58a817d3d57ceae6fbc50f18e6fbc43c9e3374e9229d3ad6f5cadacc237fe2eeb615a17bf4099b98b77925988ad8b6f90eeeed6377752dbf14d4761b96fbf4106115adf55f3325bdffdadf24f7cf7efcac777e9590a6d7f6fa5f2337d6f46e9fbcbae57cf75f93a5960ddbafc11195a6efde0c50ab8fd6056a6c7b6aed85689fb15d33220d1bae203ca11f4c31f2b2bfac3479585f96153a1b42bb754eb75e5056a877ef47b85e57eac4ae05b3fbe5886245b571da138f25577cbe046eb6a35bfb675f598f2035c3dae8edc35472bf37bcda71531f8c9c765ee4aeba73f53b1809f3665f8a975ad1a26daba6e44f9607ef114650c7fa192a15bbf78486dc7af1e5262f59b55ca85f89b131506f84d5d91ebeb9fa176e87a553ed2faed2b9431fc7da034d31f6e50e6f7a613945ebde952f5f437fd4221989bfe2ce356ad9b0f9371abd6cd1332cfbdf5c7b758ead2ac7289fdf14be7a94b57ca9064ebb6d7a988c19f7e20dbeab5fefc2a8586febc974c3768fdf9934a6aff7cb76c90dafacb2632fed8facbd50a9cdebe9dacf16cdd5e28b1faebb5ca75fed7ff298e7cc70f5500e78eab9485b9f31e99c4d1fadb73d542ffdd53a4ecefc72b47b68eceb7ee3e4951cabb6f96b522ad7f2c5756f41fa7daf2d23dcf52e4fa9eb72a8cf9cfd394feba771759a7d3baeff72a8a74df9f9412bd7f1be52fbcff18a5b61f78bd2c346d3db087cc716bfdeb78659afe7595e269ff3e4d262fb51e7ca382c30f6e5082fce0ef14c978489528b71eba4e859f1e7ebf32010f5fa190d57f3ea878ed23b72abfdca32f97b977ad470b754c1e6d2a11fdefacbae3ffa233d5a56b5400faf1a5b2bd58abfa3f45326adbab8359ff93da8efa5f1451af575568a6f17c9991dd6a9caf8e5ce38b0a5935bea634797337592ed86a3d4371abd60b9585691d28cd5c7b9377dd292f6dfa5c89e5da9bbd59bae1db9b5d29ad55fb29cf93776c3f650f6902da4f79bb4c566d3ff572c987da5b3c4bae57fb692f969e9af6d31e56777cfaf13bca4bcfb85c469bdbcff425f66d3ff31c19df6e6f79962406ede73c202d72fbb9b9344dedad8f940eaaf6f346252c683fef5b521edbdb9c209397dadb9c219d37ed6d6f97d991ed17fc408a68fb05374a2dd7deee529970d4de7e993c5fed17ee2acd49fbc5cba5be6fbff86ce9136dbff80249aedb2fb1a54a6bbfa4259168fba5b1a494ed975e2e05b9bdc3ccb1ead2b997a84b3f97918cf6cb0e526bffb275d21dd95ef209999fd35e72b6faae25bf96957aed1dff2bfdbeed9d3e2d5953fbe56f9171d1f6cb3fbea9bcf48add24e46fbfe278d99ab2fd8adba553bcfdcaed25e76bbff20b12ccb777de5aadfdce0f4b9bd6deb9b9b5bcf4ea93a4be6fbfe6a9b2497afb353ba8777c4d53329df62eb9ccd96aef72a1a4a7ed5d5d6958dbbba69222b577fb942406edddae9336adbddb2f654d597bb79b65f9487be9fb25756b2f0bd4f9b20f556befbc583ad8db4e5332c3b679a73a39eedb9536714f95b4b9edde23815bdbdb56e9097f77a5c9fdc3d43bfae74be4de0e962a1d1dcc4a5bdb0eef93a0b9bd7c481a9df6f203243b692f7f5c0291f66b9faab4c96b8f574ffffadd95b57afd1725e46fbfe15ca5acdef01be94068bf49f54b6bc73f950eaa76b2ddc3f252fa17757cd3fb25af6da78f4850d3ce7752f298073234d3ce9597ac5d1ca08e5cf12519336cbff935d271d67ef3840c40b7dffc3919c069bfe5394a6adff259754cdef217b5f66fb95d02a4f65bee52f2b8f71b1552d8fbcb323cd0defb56994edcde2794ced4f63eb74b18d5deef81585edaff7c99dedfdeff7b4aac0e78ba3286079ca294fb019f57b0e080badada039fae4ee181cb95b81ff44625c807ed2fe969fbe03d645543fb904c3abbda87c64ad20efdac7ac7b73d471686b4df76a4f489b6dfbeb5c213878dc8a04bfbb03fc914cdf63bf6968eecf6e1db29bd7af8b7950c1df965b5b547deab8ccef0cbd43e0eaf956eacf6f047145218be55ba5cdbc38fa9433ef259654547fe2d1d7aedd1b7cbeabaf6aaeba563a33db6a91285b151651fc7c665565dfbe81728bc7af42ba497bf7dcc7d323da33d7efd99f2d29a2d65cd757bcd9b6550af3d71af8c64b4a7de247947fbd8ad651e4cfbd87d6e9497669e2253dfdb33bf9711f5f6ecbfae9697366ca794c28693958579e77bd4913b7e46a9b477ad94ee8ff6bb7ea3d6eb84ed14423ee10849e7db27ac5160eb84af4ae760fb841bd4d7bfe7cdeab9de738e4ccf68bfe71a750adf535768fbbd814ca968bff711251def3b4ca98ef7ab0afbf6497bc926b0ed935f2ba30fed93572a70fa812f2bc577cab0c25fa76eadd6ebd417c86873fb83ef9224b6fdc12fca5879fb83ff53f278da67a5eba97ddae53220d1fec8f6d225d6fec821ea21ced849e9d533ce56c0ed8c6ba4abaefdd14d14a03c735f991cd7fef8ef94b87fe25c9940d3fe642e5d9bed4f7e477a57da676d272715b6cf7a8bf4deb5cf7a5c81c04fbd41c1a84fddab4ce6678764ee5dfbb3555905d2fedc12c5613e77bea29467efa1b6e3ec59e9566e9ffd59054ecf394171f7733ea38edc397f922ed7f617ee97d97eedf3dea13e75fee9eac89d7fa332bf5f3c5601f00b8614feba60b572465cb04ef6d96a5ff03e197d685fb8f45875c997def4f685912cfa6a5ff85a9938d6bef06ca590bfb2a58cc4b6bff22a59b0d2fecaaf64d8a27dd1d765ce7cfbab4b15d5fdea8fa423bb7df125329db8fdcd3d1436f9e6a8c2f7dffab62c6b695fb242918c6faf529cefbbdba877fceeee6a25be7ba4cc0a6e7ff726f5dadfbd5de9af4b7f2d1b16b72fbd5fa6b4b6bf9728d37459a2bc5197bd559d89cb3f25fd85ed1f7c42e620b57ff02385bfaed847ba10db571ca6cec4157f50b0f387472a1078e59d3276d2fed116b2e74dfbc7e38a355d75b9f42ab6affe89d2abd77c58ede335a7492f7ffb9aba7afa9fa83ab0f64f0e96e1baf64f56caba80f64f1df58ed73a6a1faf0d1484bdf6fb32c3b8fdb337aaadfdf98f641ca6fdf3ab955efdf9cd4ab6affbba5aaf5f2c51affdab77c91ae2f6af7eaed4d0af1e53cafdd7ef510bfdebbfc8f49ff6af1f545cf4facd94d45e7fb942eebf7dbeb256bf7dbda2babffd984c436ddfb0db8dead243eab57ff775c5f97eff56d904a3fdfb0f48cf7cfb0f53ca737ad3d1cae0df74bcf2deddf47399aedebe59b52b6ddffc47a57d6fbe4d36cb69df728f4c6769df7a8b32e57f7c48c674da7f7a9d52c87f524d14db7f3e4be6fbb6ff72a7f2aefce521050b6e7fabb2dbb77f5c19c33b54d572fb8e3f28fd75a72f63d2edbb36539fbaeb25b2a6bf7d972d1355da7f1b56ace9ef890a0fdcbdb5c226777f51a9c7bbef94919ff6dd8f2848f68f57ab87f8c7cff4a57fcbbcedf63d47aa87b8f715ea1defdb4b41fefb8e512f74ff9082fc0f780ae8fefb4b0a34fffb26d97db1fde007950678f03b8a3f3ef87d995ed67ef8a9cae83cfc2905741ffeaed2980fff54c5611e7e4481d387ffab0ef9232728afcfa32f543afabfcb9555f8eff18a06fef75c9957dbfeef6d0ab93fb6a7b2eeff7b8f72b83c3ea1a4e3f18fc91cb776f5e73266d8aead9609b9edda758a8b3696292cd7f89372af35ef576ebf56a6206c2b57919fd6b9ea8eadfb646945bbfdbd1e6270c2cc72c75bbed326eb27a747575626462abb0fcfacde64f5f0baca1e33336b2b506bc3f8a5e3cbdf1c999c86165db1dcc26ffbcb779a5d5d59c30f742e04cb779a1a5fbb6a6ca2bc6277aeac191e5f3f3cf74bbc95ad6e35333b3cbb76c06dc6969bfedb8c2d77c56dc6967be23663cb7ddec658ea3653933333632bc62b7bcf7d7478b9b3fcf8313cd6fc1f669647f8aef55343239313b39589d965dd1b2d3b7ae6c891c935f886caf4b2b18991f1b5a39565b3953553e3c3b395996553c3abca7f4fcf8e0d8fcf2c5b3732343d395e9919e295996547ce7f70e9ecd4f8d2a9d5537c4a2e8f7196ef1415491059591a84be31b16f27611ee456ec3826f5ad3c87a09ec00ff73ca23ff811d78ecf8eadc142ae191a1f5b313d3cbd6119fecae71ac327679639eeb2d9692cc3912bd78ee3212656f53e848903cb8f2d3c4098c7596a1589e3b961ee04b1316e62f390604ded48afe9f06ce92a30d8a565ab27d754ec65abc756adae8c57ccb2a9b52bc6c7468e5c3dbb667cd9f4f0d8c418d6ae3c75fa6b2627c637703fb06b73fbb07ca7a5ab678747462a3333734f8a6bae652d9de137f29a3377cd5eb866e6ae99856beedc3577e19ad7b9e6f57e9fdfb956999e9e9c3e727cb25ca100d71cabe7e252c7b2fd232d73a415f2e7215f08477ae5f03aaef352fc8b97235ec6c2ae5e31b276667672cdd291ee6b74df6d6c62b472dcfc51b0bb5f82e5aa4ccc5496ce1e375b5ee70bba1087e9caf0e89acad215ae6719a7326299617fd85a11fa811d0656b8c2a984265a8155987b119bab607be531191e991d5b87c3377f33ae46d8f9d1e89ab189f21a57c3ee5c5c81771c5a8d1b56a6e77fc5ef2e4279ead6acc1a9c3d99e9c999dff40d0fb81899563ab86668671e6176e5a2e93e9f9c0fc4fca95b27a4f74b9b556774978791aebdafdb8632f5cefca61b9ae0e97caee08c6f8d8c431334393536be665cd310bbf353e393c3a7fdded6e53791d5234ff036fe117d60c8f2d7c91bfb0b03395d9d9b1895533f33f0b16de71666cd5c4daa9f99f946fef973f810c8e1cb302ff9bffe1dc021cb7667c7a6aa47379b04a9e9d9c1d1e2f26a78f99e96edabc3a5d79c0c8f0443e8137a86c72f4e48abdc66666294ed8d2ae38f1998f99985c3f518c41311d89779a98932aae5acf8f5642506756cf89176575647565e498fd712286a13cd372f7e6248dbfbb72acbcca9d9b3912bf3c3b2772ea877377f5ba5fdcf7c385fbfadd05e1095bf8c6a0efeadc5785dd0dec5c5df88ea8bb1773c775fe6b4a01ecfbc9fc5ad8dd759affc9c2d7959258de67786666fd68cfd719f183f96f2b57c05df841cf97f1fdf104a31d036677d5cee8d8cc31074c0d8f54fa246a66edccd4d8c8d8e4da9998d27a100cd04c793e6c4f6e3c70fe5b4bc95ed9b5db309d30a78e537eb0736d93b553a35006e9f0f8786574ce6e77cf50f71363e57f0ee466ef342f0547ce7fe9bc029ffbfc4465fd024e9837a841d792cf6e98aa745107b77ba78ef299a9acab4c8fcd6e983b663829901818fd127ad122797e648f04be37bad25ae1afb42ac38109ec955077410415e8949ee7f9df4ae77ecb78c635c39591617b64d80f1d7b8559e10d8f5ac3a3c10a27c0b5b9dbaf9e9c9edd7ba64cdef221977b4f8e8ead1cab8c2ee9d8d2257cd2e54b06d8d8d1b553d0d158c052fd2debeae5525d978f333e39b1aafbbd9e8f0d3a70f5d84cf96d4b5654f8b39925b3937337d9299bfbb225fbe2cb765a822599199bc40f9ca5fe4e4b86274697ac1e9ec12f562696ac997bc095d3936b96000e75be7476f5f0ec12dc014767767a6cc5da597c62c5862587406bec3b0dc3b974727ad5929593d3f8203ed5fdfea54bf61daf0ccf5496ac9da9945f457dc9e79aa95496ac9e5cbff0f5bcfdc8eae1895595d1a54bf658b964c3e4da2584850b8f333bff7ef8d9f44c657ce56ee5a7702897cc0cafac8c6f58d2d9a1ce2701bb26a032e7bf8c771c5e323e39bb6472e5dc9dcaaf9b5982051a9e5ba9f235cb1b771603b689afc9e71c5e3b8bbddc8d7fc6e7a6372c598b1b004f8ee3a556956b385de9b9c05f99fbd249aecc08be6262c9daa955d3f8d2a54bb2c9cea7f0acf8ffe125d0bfc70c4f4faec5f77019bbbfdab9295e67f5e492d1c98957cde2912600b5f8f563d34b4626f17c40b0d39591d9f10d4b971c76005e13cbb3a488f75b82fd5dbf7efdd279c5be14daa6fcee355ca5b189959387770fe92c0c68363c3b4cb10abbd23427420405ffd7e349cd7660571afd3908dd3db7d8af6c6ce5ca39d8ee97570a368c5a3187bcf811c0bad979f8cfefdb67784d4749e079c471eebcc4c8c19d43b75347e5f1647794c1c85b2a65c0d25011f63f76ff5fbb06b10b82ffdfaa95c8f73de3ad0c1ce37b15cf1a1ef1ccca68d41a0986ddd01ab14607ab95d00d82d07586477c2f84ee714657faee8ae195b61b0c0f3b006383d48af37f502b63bc363ec64b1b552981f3042a658f099a99d9ca21fb2e195a9296dfd8a357eca5fe52ebffaf59feff9a65639ac51aa859163da1ff3fd52af8c0a013ad550b7eab73b8fb950bbfa0e7c9f94573eae4840eb22921f51c7c5980bce5e514aa047aa8e7c7569726953f3ea473e47a7f9978dc95b00ce0695ddf93ba4bbd4ebf6fc7929f1d9e1a9b7b741f3f5cb122180ea351dbabaca8acb0ed9115fea8092a15db0a2aaee79b917064243223c60ef08f1bd9c35618f951e80edbb60518e458666518466114ac3023d67030ec44813d1c998ab1bdc0af586118b8de7038bcc2b815e39b959665dc11e835fca60b881598d191959500bfb272d884c3f60a70f19556b08200ccb51c2f32a5de738c7c09c8c4f4ec81636b3a40d6050e0b43dff2bb5872cdf071f9719591cecf47bb605891988eefa0738148741eab1a75bb5e16b17f6566edf8ec8c00b6bdcf863f4e54a6e73fa01f1e7fdc6f6d656de91eb2961f7fc2a06d5a3d39b9aee74b9c415f322760ddef18b44ab36b67f6c80ee587bcc1eeb539699a178dd211d6e36e5b3b5132b7b92be447a0eed3b358312ed958d7e516c99b43414fef5b1293eebbcee039cb0a37fdd90e8101019d3be98b2ddde88a03e656779fd7ce79e07a3fb0c032f79aa47f817c858bd7f9d05be44f3bdec09eb3213fb1c9bc1b709864931fc61a0dafafcc4caea90cadaf0c63b9a69789bf7714c082ab714ed9f041e2ce47971cd2f9e89243c6465755e60cb15437ded2a8ab890ea0ddcfc63a5e7cfd04dddf2fd68e8f773f6406c337f57bd83b974a7276083a7c76150cc110f4d1c8daf1e1d9c9e965832f2ff67e5c9a524cd64c4d2ed9bbfb7b4bd2f9dfdbf8cbe29f012fcb351bfc14fa9d5d7be03b2ff6eb5d99195dbd6e6408466ccdb2f93f2df68258a86cf783d325053eb3c85b40f30e788ba8e736fab99d7030d45ef88d139e348ad50f3d1838f73ffa026e9667cd95771d70d4cc93600af30ea7b9cb385d0b7f5cf4d9ad85679fdff19ee7f6bb07c71df4e856efcd06ac7ab4d1c7ee9e109e6900ce0d43b3b4113343eb46e87b2fff32d4014e8b3f3c9e2ec7af2e291d1d334b5ebd6ee4358b9c1a6bb0a0bbf2de4f7af1e5af9db011a432e0c9174745031ebe0b8a062cffc2ed9ef4f2f7fe4a37c63239c5a8c350e5b829d2826563bb4381ada4777b71458be77a6bf95b4bf2ce6f2d81150475e8418efd6f61969ac16fe1cafb3fe92d90bfd65537d3957533e36378f865f37f5a741b709f03ca4f2cd9bfb26e727ced6cf781d5e37b108241e21bf5dcef49eb9d9edfe00ee03b6636d0d33e54924f12849965eaca46dfa1fcf09203e63f3cf01d1c488133680b82010f306017fc812f33e037bb8a682e64363dbc6ce18f1b534407ce7f6a714534c884f17767e5ef3eb124f4feca091de3765027fe5639f2e0f4c878749431377d6963d679eed34b3a1f2db9dbc163336b87c797a4ddd8e3c077334b6d7fa0792655d18f30607706071407fd6af7cce958a3bab2b13377d0dc8797743f3cd0e8d983853e1870fb277de206fc66d77c2ffc646672646c781ca77278bad2fdc58d81c6859739a0fc458852195d5ec4960c7a277ecde0fb3f691cb5d8af9fd041d0b39393e33395d92168bbcaecb2bebf2dfa6ea6f7dd0ec4af1c509985ae9b190412bbec41ee9511771eb04fce60f9eaffadae7a9ef76d2c5bf0722c76ccf02887cc7d68c9019591b51dc7e000f9f1a91b066d4bd473c727ada07b7e834f8ddfe9cd1de8f9f3a2eb8e3f1fb26f327c4c657ac393927f179a6db072b6fb6e3e60f1073b7bfa7ee78413faa89ce26073b919dd17213ae906fb8746568f8d8f0e7539eb6020b37fe7a34b527e74c9819d8f0e901c6be922da60b1db3d818eeb3cf5b281bf7a42f7e0aec70737cc8c1d375ba94c2c86dd0f2c3fb4e480b94f0d546303f746df413db23de891c52f7543c00be2ff048beed8bd52fdff74d937724bf516d1a0b758e4974f28856efe878bd0bc83167e3e10aa8403017bff172b691e783e7a7ea1940377713958706e94892c7d0e9de1e5b61358a583c25ac8bc58365199a51b7819bd314395d139c80fa1c66f86499a65416e72d7f312dfb393387193388dfdd831699adb76622561605926b32dd70f5c3f8c3ccf8bdc3ccd5393c7ce1caae8499458360284be06371a1e5a3756593f33343d3bde494ce9dcd28f9cc4b1acc849b3300943e379b967054114f1e9f3d08d125ecdac28f473cbf3e22c2c6cdfb58a344b22df4ecb5b3afe8017ecc976e9dc290ae2d832a929ec3070d2c4a4416625491c3aae65721f6f96d985851f664e5078a9c15f62ab08d22c4ff1804e62f548f4fccb1d304630b9ef5865196cd4ecf4d8080179ef4d8b24c9f1855eee648e976601fe71add4325838db8f723c5298f94192446918b8ae1db8a115599e492ccfb2d2204d7b5e6ffea64743e14f0d55d64c1e3db6f4e8f985347e908626346e1c61a792a0b03ddb8b42c7f6f3106f10796191f82ede2aca6da770bddc0ffc34c2d2668571c20e4eed1ec8ce42cedfaf4ce9ea7da938c44dc2dc8f7d2f4b53db0fb23cb7f3c073fdcc2facdc094c1ee56192277e9ee40ef6d4ce8b38f5ddc036b12982ce31097b6fd5491aeb1c93156b6767272786264bc7d9aab1957377b5d224b462e3177829df71f03261626c1cce2c37d85bdb2ba2c44e5327888b30b34327b58d09e33c8d7393e658f7f2057b45617de97c9ae97db3dc0a0a2bb102d729fca0484c88efc4ee143869496ac745e204991fe24e59ea628f704e2dc7898c877f7ba11d277a11e7de6c62edd0ba994e0a5ce7566e90387ee48676c85356e069b3c0f29d28caf06638018949327c6b911bfcc1654e5ce62609eee8fa6910a59db44aa34ec6d1c7aead101a8f2dabac5c5919991d9a197b6765291ea5e7a8a47658a48e972478893877ed30760b3bcd8a144267b063b65b3856e8665871cb731d9e213bb39334f532df770b57bd2595c9608d927b9197d8381d5e9a2636ce76947b81e55af86b1647591886999bd9264a0a27f76d93073e8e4b94c6b11346616abc8d0b5d3a3cb2bab26cef0d07ecb757ef4d033749a13ba22c72ed288f8ceb64510c79ca715c5cc7640eb62fcb2ddb73fcd02da228328e1343dcfc208e2cdb94bbe8b96a6967c72636ac19a92cb81181578667cd71a58ac3c965a25e8f66738a3cb2715bab08d3cc047998679e8973bff0f3b4c0cb07383185152610103f4ebd00cf1040686cdbf6dc28cdca57771da14cc787676686d60f8f03a80d31037468747a726a1456a0f7fd71741d1b7a397092300d0c96a3d46e8e295c9c1e2ff68bc0cf7327b7b14056ea1b667f7a7879dfc5c3d951d68334072cfabec3d3339565f3bac0f38cf14253403743f6705c523f4b6dc8ba03450e49f4dc38f0a10b8adcf7a0d9b328c9632b88a0f3adc82ff227b9d644b81d6f4f971cf59f6868d1c8b7e22cf00b9c9b3cb562d7f7a1b57d3783868b3d98b4b880c2b0a1eeed208521816805b0352e762173ac27788a9963f80ce363ab56cfae9a1edeb0ac6bb1cb87e8d9f1d8720c7483e5e776eac55606ad1ffba163e5063634cf4d56f88e9b9ad4767c1f8a101aba809289031b47027f757be07147ae78b066c6662b434cf39496d3c621c171f19dcce020d9450e339c6559eee14843ab07cca58d432fca7dd84cea1137c00687a1e36596e375745517286df49483d3ad199e9adf701faacaf5d23083eef3f91261eaba19ecaa1b14504ba1e726b96b0526f2523b890c4e439e3aa1eb246eeae55111a8979cbff9c4f0ba212aca3e4462d370411dc6364c5801156985a1e5170680011a095b08d509f3e316691a3a069adb2f70234003e89accb27b68791f22e9a8c9a1b563435a7043077639f3dddc85aaf50a1c26ca104e13c437a58e4c3d2fc46a874e0613602237f660086ddb786e6a079dc364f7e3e8f9afcef3d0a4f87cea423b15f8a5c4e6a3a726f2639cc3dc627c340a031bdade8abd38c0ff626024984fcf58d12038d0d109ab6767a77a170ef02c040e088bcc8192350e34708043690750c050af56668cc1973b9e631be820db4b4ce0fb85e3c0a8e689ddb164de005c25357c9c3806fb8eed09426c78610353447191f9c6401072db40bbe3d923c70d8d01100126308054b115db3e0ea9dfe3f012e781fed279f755e76619161dca23c842ac6001db6ed92ecc65604c0cc12a000a62af70e318f0a7c84398c9a4c07a86580cbb08dd4ef0d88e84848d557a77bf808e8eb334c9a0a9633fc749f29228f20df466e279766a47388e10b214c732cb52938430ca30d2a197278e6be2f27b2cb145653e360cf19c02c7c998bb343477ec99ba3f5119ef7ddd24f6a2380764f3a15af2208c4ce2c6596cb0c65e1841535b398c28f4a91f007e59b83b44db49f1c6496e0114cd51fbde6781129d1d1a9e1aebbd8f65679e1fc12a4147a6a91b037000e827c64aa0af61b5602593242b0a681ad80b18cec0c9d2026f1c78a913dbe993c5222b27c74785e686eef368f4e2d835061a1ab62f4a2d2bb061af231b4a93cb0c2d670730db00b85e01fd03446b0705144edeb1d5e11368ee05ebd1c56395352b2aa3a395d15e40961458c6a4800e49609b332f0833635b0e6c726aa510cdd8c6c1f25327895dcbc7e23b8e5de04c03b97899f1fdb007aa2c9cad91c9f1c969fe070b50e9feadcf64b8456101ec273e89498485f501a869a80be0a60cf0166836c56ee48e076b81635d58ae9de5301bd01d267802252e5f7f1e9b406afd3807cb4a523f77c1e740a782348e3cd8cb04b20a000d99860467698433e839192037706e02e89b39ee9c535469877929ca1c9c1d689f0cd2872302750ae89e03d9115ac6310963084d6a7c90cc02aa15e729326480765a581d295a14483bc7f5ee1b6413bf0ebd06dc9a31c92e84ec42080c30bc898ad0e48e85938aa38b3395c12a7a300d719664a91f44715a66c57483e37db79a5f35a6e94ff6de11c8c286763500c7b03e9e053b6c81f10059c2c239394c7011909de2553c2c203e52904a83adf8510214d0e3831c80afe2321fab0fcfe1ab930818dd728a142ace07742b4092413b7c1f7b486897005943300bdfca8acc2d2c0fca21c22203edd83d87a4ef0dbb49e743aba62b1b40bb56ac60f1c4c26b9ac082f6a1a14f9cc2c69fd23885c6093d2f48f0c5f819f89c4f041f015d8070798060760cd9f1b3d829cc2018797497e555c62b6b7a0d63002b0e0409ba0001f420f1069c1f7c230714064b8dc18e0c794f91e43e284a66fb78360798ce490be8a872497d099637a6751760156df4f4649fdef55242d7d087328db1be5088e09336288a0dd9335154c4e04d504006940fa8200727f4219f5182ff07ea8f955362fe99d6ce3b61bb06cd87b03b9e9b27619cc1f0c2b058455ae02b5dd783c0b990cb18240178ae88400d4230a82881d846a047a917f6785c16944ef9a7d2a6949851a0d48c88d70527c2a6e188429e73c84c8017cc9c1ca8cdcd2db05b97f95a969b5ae0ee8513c761ea27749364e5b6bada2531b666d5f0343331c7a1e997ad80f080a20c4f8cad195addcbe2033b200e3631f615d211420241c5fc0c8f133b5e0e0a1403a5136d4538bed0c140b64e9083c4c334785dc560b405172f099589f501eb07acc26e15a1953819b550020b661c681dcf094c0a96000e0ebb5d84d80740b92870733bee28736f204a9d3f4b6b6686b89b500f63b0a86568bd6f675d9c66c78a8b1cf8d74ddcc8e485473d5ee4b18797c4b1ce9200dc383669915b790ed4453f8c837360155e29b4de93d7ec5d9126275c816d38a65790a176320b27cd4f0b37f3b0b8450e440d6c9b02c54239c288e30800583b60824e1a50d103d281b903d78324963bee0d86110beb515ec182aceb3fe196c95dc7b5a1d97df26eb0cdc2868d0750046b00da358071949a3030768e7d0940d8bd1cff00e21461dc396ec11313c42926feceb1c3057c11e509dfcc37368e1588b74dfee0f104c2d8ba61e452a862683458bb90c4d8020ccf1cfc2824b4b39421e279eb786a952b133c07e82cb35d131400b70e94085464016443300e850941024d8110855998003d828463ad813681cbe37c90beecac2e9613ffe9d350311daec04d518443e34231da9e0d245ca44e11436f033940673b41621549048c1683b3c0dad9f4003820858b10de3edddcfb97a9f1e10dd8572165400b6e0ee893c6545f41040c9ec3d6a626c3c266a01cae471b1ffa761ed960ff3e78127026a00b3e015ad0637ad55394aea4c9690117fd00200daa01e417903c8c0aa0c5c8b281591dc297c200a800fb3a40ca811da711fee0e2dc41896426b6a2a447ae377e9a3ab470461f28604137029d22300c716c611ffd38063db512cfc5ce970e1748778e7d4f3b0412802e72018092c8727345ac8667364c8c0cad9d5a2812ec323858b69c4ee134b0a14c6c872400228cbdcd0d8e9001d2272fc493045600460ad14970da7213078e17751c84f613bfaa0287a019c0b94560db3ecd4d688a14d6c64e6016803d40da60db631c341ca7c402fe4d633780d24ec91d00b106faec7a6edcfdaff4494619902f9503b4a10d89c053182f8b0b03714943d78350a6899724392d07ce175616203df7612649d2168d03943abacf3b68d1310d85600347877e8cd319e384e09a4b739392708315672077745902eee63630169df2d886209ffb9e27801a1def7299aed7033b06800ddc19281c260056d010e127ae9bc72e2406780e62031cede736e01e3d47581837b6522c749e832000197522208e4677337d600e203e4b9288be19036a988048c32af130054912785e02e9b17096295c2636d0642154a28b330cd305b2db43d3b52964e5799f4fc006b0f722bfc8029c8d34f0120757c0dcfc30073d2f526064b259e0ba040c204a6213835a1bdc0b072cd24a97baa0acb1edc9c6ecb236df333886604511bd8ad0041076c0d38c9b1512c1946f89d70d5ddf6230cb00a73a7158908e38bdb188dec3bab0636b26472be333e2b45ad0794eec4721ce7c5cfaaf7198c20c1a3882214d0a3b8316c0bee600cc890d5e0b4c11e40e5e2ff27dacf6c63dac1db7f682012d9c34b6a0cd73283737c5d94cc0dedcc4e09f90c62b89c16dc0525dc62ce8d2c52909e85cc52bdb91928cd27a0d75eb48fa4ea2b11c7c0bbd07293d6eb0c94e0ed25b40ab00a6957e294051a7f0a8da4045b18129f4ad63b9400a7936d07f395d59373653fa7184f1b00be22f3b0a000c3260ebc4073a61e08bbe88c04d02c8028d59e1c70179b76bc1c201215bf4b94441d2c3a2fa79dbd4ccd4d8c491a5b7b6177942babc9848967e8bc2c219891993f3ecc0cfc1125d3c8de7383eb02200426899001b0ba31140f233db2e3a4564da582927c70a9c53e9e548705e42420e505ccb06d771ad380c3c580fbfc4fc610a6b41a77f14275eec039d031778566805891b641d9de3fd5fe84db72f44efee1a30e1c4c90b2c7a14c7f4194790cc1c2a07d41c9cd1e0e0e000805c863e9ecf84398e539afad872ac85dfe9bbd81bb52bffdd07f58238a5d1b0a0b881b3620be7de815af51318a7027c119a0bc20a19b74243475508fee68541648a10372fb1bd2b8c736f6870d9cc140b816656579841d4e3b981a249530bd438c0614c60eff3024c946a85d18ed4ca41be7de324510186015eec18a05ac776409ab3c8769ea4076066ddfc1d53003748b457808d41cbc44ee6d930515618e190412ddb11a3a37ee0a619003796237341e8ecc42e121ea96290d76aa3fbd9814403ac8701c48afc1c3c2ac2d6f926a78f3da16f2248c8a412c6f100d20011339791d9028408c73e865481557aeadd29b30b2ec901fc11c722880293d0eb1f3b8e05ed062806d51ed2ab0bb302549fc09a33ba9cf2518c03f66cf2b40c3e7594bbab35ae9223f6f4e808b19025906cba2440991dbc243d3d81951630646e1a41cf16203a3803057417c39c7e1662c1a11f7d86d861047b18a43c65ebc7d72f782470663d301608a20f7a86330d1b029c678769ee65a04d510123e9c04e03e102b130ec0279054b0d6c37eca2a027865ff3b74b3c06ac23f0d4dc05db07a87419380c6dc7090b0b700f7f8346c4c12a00146202edcc0a1cba820ae8af27005df3d9d47cd1f99b826c020cc4511ee1051d98313024df75e28e07dd844eee87991700db8600f426030cc16a5ba052d0c4a08de552da3d8767cd86d2b1d287b7c0a34c86dd01bef11da770c8ac3217020ff8653266046405191945041284db4438afd85e18f62c0bfd810c8caeabc9097934431bdaca02f507a6b240f140b332b021af08a1d9813b2cdfa6f984f402ea192006c02088a6811672fd3cf50629a081ca55fae90b3adaa0af13083df60324108b96412c98abe214d0f205fe1881d502d141fd035dfb217e2b0a6cdf0af43af215cb404bcfcb0596013787cd625c0db403ef01631ffb61e1804d027ed009088c9307d8c7240186f7e8e5491c070ac9f8458f75ee433ad39353e5bfa6c0ef7a108e012c04a202f64cb2240330701d9c89882619f8db02aca39f11a61b2f01d3c5231403a9e3a5714c02a3684e379a53b679e93b1e60b0599e461e8e60600acbc9b20488c3c6f9884397f91079965a9605f053b8ec1604898486071580ac05c6510ea18ef76bf8e8e1e384f58b6c82d2c401600a980800e2904410d7c8048e316ee1790e433d40c7804eb91595991980a5094c4627c4f124a2a57339018a374288c0d87d189fc02d60087c180c870424f0611462d8a7c44ddcd0a6ba61ba55e2669e15bb0e74a66f60880785fea626d74c2e033b9fcb7ceec2b8004c10a63e7422173c187a1ed6d0097ccf033a8c1290881c100ea429f0a1d560aaf30844ca3334ff49d63d28e140053932bd81a871d9f0f4c8eab1757d04031cc16410249bf8d1029404aac03101087592d4cd7217b219e78e6d81147860321ea400fcdd7500f6e2b0e3fde84b0a3a9adeac99191ae1a199d9e9cac4aad9d5b04ab37dc7d43720c0850b439c3920144e907a4968415dbaa1e3baa9ed84415e7805f6314d7157a8ef82de5bc0139c34409ed2107b6a5bfbfc203363e3eb2ad3a529eabdbef4b8e1f9254f1970042d77e850039da4fc1bc059c02c3f4dcae86d9631f12a8b2c902b361481301bf6568a52e8854558c8824decd685f45bc21c163ee691b69398d93ce08b31e91a54ad07b0856d37390405128955486cec3a7401e4ca05904ffdcc59c493fb042ec67907277029bea80c8f8554e1162839797a04fc05601f32510050160f103115c1c58e3b655829344ee40d7413f4e5b7b0546cd564ffd90626cf41ace897a7d3c52a1cdb4dc17640e3638f2a16ec186ac3c5ab7bae317806fcdb050ba429c5e30eb2ca0b94bdbc6f9f286137614182b80840c9b997d01fb05e5e94c7a905249216be5b60ada338804ca5d853a26a18bcd023b07db29c6166f5f031d2235218ded0640e90133056963254e0628b41a761dcf00cbe856be02b0563052011e532e32c0480bca9bf88beef20c92eabedd1f77cc710c4084a008c0c50392d0ac74411f4062c55e2012a43b3038fb86083615c380943b18074b9052eec29964913d6e96f258c741015a53bdeb8496e4c904531835a06101587277040b8c032811a5d28632866a869cb750a1740d2617e63a1421ef36fb728b1c542c1720212026bc0f8e721f9245471e08631b5ace79800143a8e1d981e1bf0d5c25985512afcc4806afaeae59882d9cd1e94e0b4139ba34b3b85f12f80503d0b0b16183b85b6035f08a199c03a4ac56863db80c9410f610483ac83401cb169e3b6d547b3a29c41b834824d84658e017200c82c634716980e8c62e6d0e4c736e056040202b967ce4a018a821707905b8ceeb049d35cf6a5735c2f75c686c511de224b52622917d03e0b2c174a26b4714318d31c9a954e73dace00af0c5c0e1d63c531b634313d6fd54d18ecb6a8e8258f295d7bd8679012187ca051dfe2b383a8a4406958cc04541def55d84919b809731c4207d01ed03f8b7af32155f87dc5f8dab9e0fb204663799e8707f70b0f472f0d60816d18cd3482be0456b4986542dc83b3670ab2d6c8e4d07776ea1785c73cdef2d6cee05bcfac9d981e9be9bb7bef9db1f35eee42804d044d09e41427719206201620b50513d6a067021b3b8d97075804d3e31a0394400aeda047878a3b0f4d8d8d50890e785d520bec5b6a52ab80e90f9972c06039ee8cd38b5389ad0680008686bac393d84e6485798e5fc37e1459a94365ac7523c9722b415ae77f3a34b386b2d943a501fcb2c40de2c4f85951c431a333b0e8780ce85a3fc0a18e016f8b0270d4760327f40cb3453ce0971c3be074d481af4ff3d89a55a5d7b0ec442953068c29728004e84be04bb09c329108f69a717d8073e0c090b94a4ec8ccb92c762cfa298bc2b7bcdc379dac0b47a386d9f54333ecb2b7a00ec0c11d1f74d176331fa8c4676b8c0c903ac0eb58b81178945780b602990490dd20a52f16b82d04bd03788817c1057c57e05b86dca626d9bc51e0026a13286807e4d1668c1adb19664c8cc3b6c2fe0384c5b08c610ad901b98cf0eab09b36081ae09ad515d760a300701ebd2738bd419ac58000605d56e0652e7629cb60139935141474bfe0108192c35ebb1e76d48598078503a2d90de7f68acebceba13fe13c073ace992e0d831e1bac118829c48419ee809186e170604f603048716e8739d0755a78316c4cd1a5900342210b66180b39f6ce32822ba212308069c6b382b5f21c37ca601e6972819d999597c38231d3020a17980b4fc14f047610e328418df57a4407f87959b9d1a7d8a1a87ddbc9f3c8f17c9c3be371172d58d8c02a12d8fe108886d9e1905a200066eec5a0af29234589ebb98b6b83ae3cce2520cdf4680328b50ce62ece5d20e8c28e00df031bcf1f39be0da563792164cf0fe9478fdd180ad724690ed86198c7eb994e7c56cb424fa645991100b680e3ba120bbdba677d4917f0820c07e316be079c1cc27e0037a656862783e85b78861896da4bfc2404c9f4b016ae893d83e52e1611442e806d6fe8b951c8440bdb0243609e23362f038033293380999acbb80ea82ee4df644110d9745540e97885490ddd31d622379a59bfb213b85bc887ced31c6f1404c6877ef621c3006f39746b0e1c8025b46c3f08430fd0c7cd018c7343550739b143003bdcabfc1e09509f4cfa20d659559f386e0cac6f596ec4246d20fe887e42180e3b3231b3f2f328a501702de69e675192199769c559c0abf640b4dc51e7a3c333ab4bcddaabcaad38b5c19b29dd19200970714afd109072f809907904eb82f313c6c607fe631e9f6d2576ea38a02c6e97020e34e15d6ba60c379e19e2074c92b9a05ea082f4cd8579e614a5c7930950c60e4ba2cd74c2288ac190327ab680953a890d8e72690fad5c3b31a2524fa15201bbbd84b6c08e81566c50661b8804ea0c3ac180557b4ce8f0e328b4a1ec895883826d922c2bcebb6ecf2743054686951a8a0076529c131f80cb0f039f6e4ec6300287b92c960f131562557de2968c2507f4b745b181d172a13c62f59ef3023ad775b7472441a520f245968066e06866454c0760ead936f6cb01adc18a9a28cb1d0f7b97782e34049415e826f02d205b4f586680ca3b6072edf4487fac1086222f6cdccee09886be09602b63e85d50a8100b0714090501c2018b01dd1f8279c530641e68b6e7c6894e9a9f73344d55a68135c6268ee9f3d4a585718cc5346c2b3558421072a86b083ee4a488a869e2882eb998382f7732034bec434b80be1aa793f8f87f72dc7738c900c73d1635619d1d902d684e845b106ce40eec3e6ca5e5866e42566f53e51926c53a2448e0cd311dbe56278f20eadfd34eb0820ddfc401c27b909183d7b9058423335866a04d0f06348626b43d3c801315b4e049e6409840008179ad809eefa82328de93c82598628ddfe0120d066480410a800de3c44019544986053184f23e2c690c068adb97d58689ed3309dfcd214ac67571f2caf093ee743c0722b99231dd92f4423a30cda075b10f7105ba495c0b6fefb3242886104529d3eaa01032c84d0ebe1e0f4c943eba4cfee8d7ee800029d60f76927c01f41c720edd1517b947cf7ce663bb427025cf06d0f1e9e7b1726c230c081074d7c92513a5bb4452650e4cf767fc0059390ccf41ce700e613c4ad706242600af8b3c72f7001036051984b66122bc973a3074f48b300b4ee3e47effc7cad9a9a1a9b5d37db289d317fbb0c3203c36d6320953283a702f8798997e109848079ac60e58ac168771428748191a09b0d5ba38b3ac9482e95831393c3ddaabc9f1fb569c407166510ec816e06fd8511b882ef64d1ed19f1230a0030161e166ccc2d4002f0bb88a054e921ed33140ebec35d9d354a87b43709bb493471e18a89b986c0fac3a2c80d2730b5ac8c6f642d7019703c80574ea78b9096d50a5dcef96b16ccc63d7ad2be917028071d732b43fa0318e630364e1a40375000a8366d90593180c4ca80ba009a092e1cf699231ad3475ed4e36daff33743028cb15a815af9b24787128be882ee3dcf722e85e37f199f74241f222a681035ea79e1378960f7a086a9827f1e0707f176ec2924d4ee171d6cc8b8e8154876074b01bb865c652932207ff8a194880ac78318b8083047705f783e2c3a67838ed31ecb69d19fbff0bacb332393bef8d07d60c0c100f40119377f1708e53a6554158a02de8bb86717770de7c3ae21cc0426c0bb0a1e7275e27202f29129e66edec98ca1509ac2c4fa123522705a3b75cb0d60c9084f5d2c0ba194b4d5c9a692b0087c8191ec039283c701c16577414df93c9e39a5ac506db387c3d0123e04d038c94d1b591415341eb45c09941c21c6ecb07ce6318caf1830c04172aabb0c382b90705c4ade327d2218f3edff88ab1554c0dec25d7607f30b07c47ac1f1dbd99815e8415cd1da87308accd044950266825c749f160f82394bc13b93913f80741edc188ac605a6d9682bdb0861b38af307813cb6429d45694db710835cdacf4d084161160e18028f9511125066874e0f9ed0f7df76677328900425894e5b89997265e889d4a01f5019e3d13801dc691ebc3861a46a798d4e094218f308e9d0eb097f86f2197b8323b3c3a3c3b3c343efcce0de3930b8310e6b23d81810a10e8c086bdf109fb98770f7de816a185939943db97c13717660f98330e8d83c5cfc8cde34e8a98343b7359626bc6c6c7ba033b8e5c33bd6aba5299e875fd81800195143173c3a011332002dc81389f6154a801db4f72d662651459607f97ca01eb048e06dddd81bd8b78a1e7032cc78c4d75c6132c9c22a860589934a293dba4114884efe3d0044027a96759b665e82f4ae8548d9d88297401b464e2327d1e86d67b9252335b396eb654590ba5314e98e6500611f0193385208c0938a297306203b94818c786a5e3cb338b28c8224048a017701a70f37c1042dc5866edd0f0c4e8504f7a6d6f921933b523b0a7342151035d235586014e99ca01409e67ae1780400239e5300f691685063419fbee398535c844cd9fb87eff512f67f4091702de09ca83852cae0190885c20b2340d72bca64fbf75c1142520f7c82f8030603e215ed4743d9c71d18a84de447d006f270c133773d314870a0830ca23d0b7021205aee684915b606d9dc4867ac0e963e0d6ca40af589e50143d8ab8cffd47216273e69ea30cb54da36aa5b69fb23e34c1b37ba59b86f9d738555961e300d94500fc1b042180062e15a9c3d0bae954b93d41770b4950933201c88d0a808c0c47d3832a342963bfbe03309ed0055b6484b916c3768589035036cf05a7041aea3837fbdc6347cf57edf4fafb1c706d16c5411982d878b1c981315cdb82bec8e8ca0d423706b471194e87118659773d122af0c820b58df21bd1b30104ca368d60136bd7ac98e03c92fed309ea0ed807b0ed8383da16744ee9463409b07ce2d24365599e5bf8acc93586a574306d297d035851271e9c583f5619e4b086ba4e7c0ff0c3671d8a17b39e03f2082462530d025dc76ce5e1b19301f3e261e29c84f99d302a9eef95586d40c6d16295ceba8680656f06941344dbcf99dce353d2ac829533cc2c82956150bb4cf82a6c8ff95645647b7425415ba76a17d7cc7478613fc007f3892c2f09fc24659313ba1ab1934ecc9a2bd702f620150320b12310280023901e9c55586a685bd8a2ff379ea372aa4c9f16880145f9be104cac3930519031912f015167eb14766286e487400d217093eda6a02078ba003a380a436f101e9f0b334dae9f3872787a7a727d5f88092b6847b6950651e80103fa383bd84b56e0da711260c71360af200988c003a0322c112855e2d130ba1db5630f0803cc033ea833c8546e6771d9c6c64be952b618cff5488c01ed71b2bc20f3ec14ea053a35c033e48cb67a5690ea7c96a3bb2fd46979d1238cd87987a946307f0e0ea557a2100833be8e519b3c4b7c1f860ca8c44d98079532cdd42d58f112994ebaae11b1c6853d1b1c752c3230e92c81c575522762457c0202ea87197b5e00da422fe36d8de7b23f4110b31b07c07f6cd80c8151e51e23bd9104c8a1f5abc7662bbd0e3fdf634717e366b6eb01a80706740d98077ace75039647da210e67460c82ff37409c2c1b6035ab076515e9c44bea800527c65c09486fd2300941467292b8bee51988206e512461c0d2550baf0a806b621a12d67e16c023788a08e7330f18cd559eb0b93281a9e9c995c21d6f634961f2780c0240463a140bc623e9a930a00d990db4cc6253dbf29330890aaa21d07f6844f0a78e3b5e3a1520f91c7635d3cfb25dec57c0a300758d6f899238cfc32c87668311ca809e39a32d05d8f27178acd80f699ee33421a84dfc27a4a29d98ae7409790c2a66acf206c5cb7d26aaf15ce4f4d166769ed82cbd2017f57cd812935ba1e392a816782627323dfe278d2e6499239e3a8d2dc038ab94eda0c0dd218996871d8b5813051b0b9e00558a1d4bac2286e2b152265740279a8e7f4681e7996e1fa41595d1a1b9de9843ba14d00720f2fc14a424c15b817f47395e3c0a705b3f655d82cf5c18c29c3295d7ce29241e7006d87766fbbd2f2a1d275d4bdc8bd403e694db9e1d78790c4598865e6802c30e4b598c9da4afd883710a3246601de22a0750d7b03eaa00de28d1e3c6eb0ee7a7a10dae3b4c93022a0cc8991e2e1b4ca4802501404fc96c03c38657808d781cc70216717358983466f681c704cf0eab7764452953102472f3ac22f100c173e6bf044919ab37197085edc520b99961ce257b41f84519d3b2021c5f3fc38e0745ee39bda5ab2283a39344b7ac7720dc5c7685175a397d14610cadc3aa2b1030d6a0a5be013ea58314e78a3d95b0a56589ae03ab8a1d49e823338318ade041d39320d11b2a7dad9a201bcc06e08ae25599d45ee0ad1c18780b500a00ab48e84ec8807cb09a24d53eebbf18a38682cd3b27a8171297ad92262aebfbea45210031ab5400001d9c13df891c482550162d9f031b11e6394328acfb86c565da35f04f0ebce5d16f32481e7b40cef8f0c4aa999e2895432512e37500c980a3608b9c3c80b107824c3c36e92acd3c989e6bc0d713fa816d90302cb09d38c9205637a8ad8a3c33c01029384d6a2519c401062bf2b17860f1960d0201a1f45c363db183187625cd42008d94fc87ae2aa09e68112437efa79dfbc3d29e9cbdde3cbddcf11caab4b4706dd8f92060e25400bcca4a5d8b790e3116982dbe60f65d3b0823905adc9d7e4d2feaa4e7f4f50fe98c36eb2bdbc361b7bd32f3374ec18960d403bc4ae1b220292e0c73ab60a912266db18ac0012608fcc2c2bd2c1bea4fc95f37263539392b0a6b2158a0e5854d02cc40be5d3044cbd086c370063ba1b811fdbfa06fb663e52e500d080f276338b0874f42184aa740a5724c2f50b3d382357fbe13034531680c9011382082cc490f8b3864cb033f0f61b0586ce2992089b328c062a6e0085ea95f3692743807c6a9dc06545fa674c292185b8c7b4550d35141c20af94b2d760b31916d3b78d928064ee74c9208ea907e463b6176aa0a311e3d7793f9bc3101ade8b9c2212d7cc0531707b27002cb028964c5931d592e8ba41de645112230853965b9a0e5148921822f15ba8e2c68ef1d3d11d07ad8e409fddab9c73e6c80910e1d96115bd3c55ec4c68105c81d13c742974e73a80b0f8b1e3b45e6fa360e71c416726e47a99b7e0632a0bd0edbccb1c349e2b809a0729891f404291076ea272e7352f0c671027b0d82ced60bc471b0a089054ee40c4e63ed53e91d63cda1a8bd363307370ebc020c870d48a059816b32b02dc00d7a6519c4c66e023943db03f317650b3cb0111734deefb48071c38ddacc6ec1f6608b1981917b16fb14c15c8209045084ecd7e880ff240e7d5e0646863801129bfbb19b805f86216b079cf94234b1c52b2b78cf610658e7cc751fb2b48b0e98caf2003c9fd59ed07ff427650c18313c8fe50cbc2c8a71c708a82f753ce30445c0a6175d4832b00dd4d4e494e9cbae0f73b6854cbdc002af82d4b3e95c9831399169a5604f1ea337397331d9a72c2c6be10835c13a5d7fb1a237ad70cb09bffda203e40d0e64051e33cf03e3f8b0fc58bd8c2f5158266458c5cf6ddc26c80865c19482c4a1e722677646c7a2f5f96735def259b1ebdb210069c8b871ca5a7018eb945575915b3025292abb6926ec7999433d955384d24ec1b6ff643da3d395d195c323955e45e814b0589993021d30812f4f71322d76ab48ad280e7096f328246cf79dc26676ad29dc9489a0508b5108ba36881ecc1dd83ed0039498a7803c114e3f8c4b16b82cb3020b66e315c730580aadce585816e56ce314b3b3844380ed01f20df2a7f7d1837950605b20f08181c9f56185c1e24dcc4479ac6c1292603a6ecc72b6c00d7cc3349cc08286495cc6fb82a25b22dccb5ccbfcbbd9e155aa68d70e59269b31dc81254b5860ce5478009b006c95e5d8003d6cef09a493c7456ecaaa210f66264a293a03e38aa51b4e827f502a28922004eef062f67a05cc0f7c28ebdc619c36a7bf3c817d078f2afc383440ad5192264cc10c7dabdbf4754091e930a0c5c4d0084e238df2025484d4246cf0e0b2231853f9805dc020533f66e4db0f69b672d65c311f1f782b0d005f012461ba4317876311777977b33aff595a2ea7082c4674c2592ca50090c0fee119028f259d2eb6cf01f3003a8565f4c06d5c1c413706ee61e39ac8f1f0f95079e3602046cb21696541575f4bcf18f406afe2e24092400163e7365be63a71e602eeb006218560e49e4d229c046962a071c0a912d667870330946c7d1079ec6206120d66cd5eab80d2becfda41df187a54d2c2b1933cce3d7675844d06ca70327628f6b1c279a72e4d25e42abfc2405763460d0c104c42e386c0345690056cece8c2a6e345fd98db66078eed839942911201313f2609784e07851d0e84655fc6a174cbf6af70484939ce7d7c6ca26f55bd908d9580f8617a92248973f271d817db6232410281837802c980d3e56e9e80b7e31815790edd927bbed5a9287de2faa4d1b1e94e9a180ef0ec86c1991a1019a6df7958f63037e090c6f618b963996b8ecd8ec1530dbb4c047488b0730010025359d8552c2cb4abac0301bace9c5eb851b6ac8ca01ac1cd7276eb03e766cb29208fdc7212d73549046bc1946800aa086401381d48ddb75868990c5aec010cb2e322e8bb3174420aa38e3709a950421b16d9821832ff1964ce8436e3047830685c8f7106601c96bfb3c364e2e53d0edd01d906f35b0a4d90812346306f406bc6a1ef8f50158786597f58390f9a30c2994ee300bb09781741a343983220c90e52168a7bb1649172fe789f08a59649caa032592a93e82d8bcd0ba1b721fdecd962d80b073b8967b19d18d7431ba43a85ed82454b07aad8f9a6597d9c0eb8d82fb2c286c98b23db635729367670cbfc9308dcc9cf59ab0360ca022818ecc876fc240e58671187039c8f0abe2ddcb737712c20b8c05ddc0c30c306b38145f14947129b0e2b9c930c1a10a796adfa42084d4a2f043485975810b4412eeabe944e59a20b85e4b28345cc56642c8bc7a94d4a173c206ae287500d801b61ea06b87156f653747c800f30922005417852ba7d66647565742d006a4f735b26831439730971ffc0c72bc7117553cc2a6108a38dedb5cbf46d03a200c98db0227606d05000aa9a1e8ff2e0b2fad1cacae1b5e37d25f53450b1cf9471c0b1d8c52a1638be0037b025264f129f3e4a067440182ca038402f0bd423a7ab1bca5a379d607244c995b5ef3a8e5d870d56c0306cb7c8a2ac6078dd8f026327205110464054cbf86c550e7d1006aec32210ecb2b1bae5dce2edf6c88c18195adec90fe968c3316418c0016f0c4867720b2f88354c22021e0794c378066ac189ed1038c186626322bb9528dff1fcfd6646cab0796ffc04909d2edb22766d86a901741c92506c16f53c23a7ac60831ab0dcccc3665974e8584cfdb0d9afb787b02dc8fed4d028ac483f914858b59dd2e196b03c2cc5fb9013629d02a84f8876005e953110c886f3380e1ef03d4b111c569af678a6165cd4258eea05a0f820761fc0bd000dc6a9871043d07d8042f009405cec08f416ce860591cbcadc8b22842a0fec20723abdd4e4bb4c57d64f0b5c0113035e97307f0c2b8e63ce2206e0cfc433f82236054fad94d1cbb2e0cf63d26fe8b11230043d84ca2c8fb910af7ee7709fbd3538d2ac68034960cd628097caed14382ccf322c2a2c1f0c606481106141638be01a071c7c2f4a4dd67163484702fe4c1ad4390d4333b36b57f49cf3ac1c600a5350b00d24fe1bb2fc18300dbb1241764063702c71bf20b0b0883636c88a9848e104ccc8d2d92afdade545858b436b5a16e7255911d8099574d9a0c22fbcdccf1929a1732f8aeda8608f031c4b288fc0b04737b0c562318505e538ffa7a5f8d33c1b8b98b709be02251cba1e7425eb596216bb02fa8171fa3158731a164cc32e00b241f33dd2d01cf638ef64d72ea2a916a286a2360d183e4d2ca66016916b038e040143faecabeeb8b0f150960c9614ec73147984c6d8d2b008dc2ccf70d0f21eac38083895195dcb88b88fec2477f5e46758842119be8ffef5b29d9b9f246c408e2f4fb1bd85ef811be2d8f8561c39cc16628bae3ca49725ee4e5c18d035776672c2e9cd1f635b88c24ecbee93098b1799dd092c6fb981cdcebd29a4035ad9e7c14d213505e587fa8065409dae3c3287604e15f7a8619c7126c6a6ccc4642b44c775d933c401432381827a8ca141d80b03b63ca4338f15c6f86c6c41a3e8b6de7381b58eed9e5839d9e796802e66b993c9526665000500f63871e0446014290313298e108c509ec2b0f938abc432b917451ec87577e90685f1207a8099fd7175e038c84f08b6cf9db27c36cdc359b7dd009c811970219ba4401b03b394f510cc432c41b797387eb97ede133b2ccb2ca24e99c260585d70cda00f23076f55942dcc0ae225c809740e5379239346d09b6598cf2b4c50b8ccaaf26c3bb6bb99540372b0355ee911cda90a806fcf23c4585ce37a051b61664c03613617eec21612d07339fe0a2b1c854ca4866132164b5413a88f006c232a06c9276ded9ac912b280ea2f1d1b35eb9cbe445ba0bf3c7782dc75997eed3231c463024cceba658325e0948684f98e312c4cecb2e939b3828288533de241de35d92a2b4bfa3b4ea64e8153ecc3b202d84659c03c4abb60af93043a2e0e72cf32f890cd8694a18961c8dc3882de633fbdd01ee430e938e1570cf787a300d9f3c04de20887092682e57bae059b0e7bc80ec30973f13c9c258bf56ecc8a019bf0b2208132cabb191b8bd56b4d8e54862706d56ba5c60ea1b7a159f142361da7b0e90e3054980142e0ae8e1be5516a030c476ca19b106494a73c03b1734bdf497f1ba715936bfb7c6a9006c362dfc0e1fa436dc3be8285e2fba0b7c2022788b58224c5214ba72398111814b61408c011bdc57a522f389c38686d766c4a7500b43c7a486c0f0c257363365827f1cc7154fd20cd706ecb9eec01fb763865f174ce4290303330ab416f8c78a3d56f8368bf17e10599ce02db000410b2758a856f273b62bc288b524ef1b1b1b94cf381294ff121365a8395cea268d021edc6a7a726c74a2791b8a381fd831c46112c3db4b5ed5033413b786c5fed413ffad07c50414e52f6eec7436431b4650af0cb46fb25a8f7b4f1d07185e1b560dd2c6face8b0026484d5a72ea05759c01387e5f408370968af40d98c9d27ec548ba70d8090d8f51a8b0056c7c6339dfc7e693be71c64730233343345a427f109e43cb172935a2c8087368c723015df060c809af0f21428280999dbeb85501b050e96cdca17cb62b7cf4e944c65198af297de592cec2193c60e401d87f5007a5b5076310b2a7d764801f30f3d877dd0a1817dd81f0fda99715cdf0255287a73920717972fe81e1bab9707b16b5c6c226b0760af19ba609d41c08688405711ab3723fa3e7ce62e45057367f03977e090a97eae3639b2b6e3045f58cc18a69f4df17c8bee848c015dfa2161e372f0037033df8a800b5c00ebc20315c7cb050e536598dd55389aebcfdbeeca6c7f9d0d1bf1834afbac1565bb2d76dd081c8e4b884100f03a116f033165e25d6039916787b6eba41e4c80d785958b7478eb98accaf4e0826d17ecda0d1cac24fda638066190046999ab024b59364428a0fea0827d288d2049c3b44c10b03ca6d0478b707dfc9579c72b262764c55d02531d95bee202a72283b506cfc53be1bb633fc12a0665170950f08c7d093914823f8cb390dded3ac90d4f423c65bba0fe87883d3ae220a109a96a1219a821803276918674a4804e5857e0dec00153765823c20eea2649130609fcc57a166dac34b7ff017070ca95cd3c76b6f173d016605ae85aacbd0f71cdcadc7e970df6d84183cd5e6c760e079c8b932c0f1659f61ea8242bd759d4cf6900f8c614b7c8733bc6590e997b95708a9a1be2d611369dc3db5814695b31eb328a4e13fe1e48dd33994a352a8c017299cbec251987a50185b13137540fd47092bbec148eaf83dab30112a184fd32a1d309989e08e9b17bd8d1e203cc3a63d37a990a706558ce4b0b022656e7acecf36318320fafe3475e9866b03b50b1392bd95956eeb1156396c5690e992eef3aa0d2badbc57fba3235be414ed708a1559940995a761c842e877db11131ce0e2805dbd62745415aebb1f716ec3d96d14d7cd65cf2453732ac6710a7b60d3089c3091160099cc712f82148367b3b42ed19a070c80edbd414b8058e4814a71cee937206179461a7ffa3f4392ede47435a541849bb087ddfb0d37a1c703e06e36d79c232ecc4671f09864f0dc7c8b1bf8d4922668346ec389c869db616ffa7fcd9cafa452baf997e09f5907bd41f0913d91298af9cd9b48c6e2706c80cacde06d54ab8625110146c5be8d99903d23130d77c01f5e6b83439238af59885993b746771f2132b8253bf08402fd8e6d38e0c8844ce2616114c5e6e3194e8734405361bd8d0748abd37324965a3990ae2d4c58997397699c794c1b682792580c8363839f48507325956f44392c16403ec7ee69a18609dc95d1ca3d3032055c6dd049ea7cc7e1b199b1deb4fa0ce7d0eb1b153260f33338b4e77bc1c180dac550e3ce778e098ac5529fcb2852148aee3fa38f8d0647ea715f0934ad510bdc1fb5f3e835a8ad8a1b7c85cb0668f23135ca8431ffa05561eaf0c6e9016e0d5863de0f1fa5951b02501556bd0f1fc4928a92348fdd10c2f00a502c571929c3d7219234b710432f65d84adc47b8213457600de9e39b017a96d6c1a7fdb2fe6d2d385962e3bcbade9e3ec5939fd93d99b389fb107d2c47e4a891d868c96f86c32c089903e94730cda9c6779685cf06ae604da5187470f707ff73b5ad60d8f8f9519553dbc206025785840a41cf053a7ec83cc4ef3055f3b66824f8a978198a7cca185224940a84153023f6159f04096355a01586483b1d1a18171e31cf6c6e32012f6c5cd213a4e11b2b316347401e40843c1b5f4e9db8d2d3c1c6769f238651cc906892b59165ef6b835e3d353237dec34c2e3b9a0691c0e40b004e611319269859018b65c4c5d4628cad15940bd05130a2df0f238621fe250a9e4be9a5a9970973b56192e608123e77f653ee3c4be8dd57439cdd281dac5810c12a0473613033c06cd32208c319872271fd5c881598b7455ead5c5aecde6688e3140a151cac27d4044dc2cf56dec980740ec435565780c283ec30244d056500b9c3030a07411f7e37cda0979d55ce649af7b03b49e0da800daa3800c9f99ca390353f84fe481c76645960405ee6cbb1ef433273386067be1bb7636b088584d5cec6f25ef027cb9ecb3037e6812e8786c262c79cccc09884910b360949980b6c5665c162039ab7cf2208b5d27182479eb3a8385fb6e53842e1e3e81410e604a939879fc802c8ee314402300bd40f7264ea31414023b99e5a94d1703274ac65936709ee37465d5d8ccecf4b01a581bb82008d04705d09de7a60cd4e5be9fdb21cc67c0c297384e1d1fc2c7dae490dd31cbcca224f65d3c4b34c80b3f6f3b5520d6b7138efa493d978db98388d9bd05bd1965d5005018f8afcfa9c4d0d62c860635836d0b61c702cbb63b6f36c079db576c579e95e10dccfdea4d4e82c98591c858bb9333eb296348362239638773c050a0061b374ba3a8c8a1d2a04c99ab6e724051b75300ac08e8cae1e915b3c333b363234a20b08a30fb961762eb20591c07c3be5b5958f60c60d3441cd0bce090579740d714acdbcdf1aa4cc5eff549756ec7a33f3433323d36d5efed04b0b5616f1c269f5b11f3165db748cb26f92980ae6b07c683c4e561661594421c1afafc5d68cbc0093aeea12748a6639dc4cc86192040360d8069ea33c2f4d4b02cd5e6a808fc31821629186de6e041e66aa69c2fcdb1526194862c67001c2b6c2858265576ca6437d6aa69786464727a744cd533b830b3ec31931bc63e00378322659f1f07bc1ee208cd60db5010293b63918ffb969746b989a0ee607f3b25067d993ef303244a5ff910a76af7e5d963d970e0c1542237078fcf0cb4276d840370e15246520e01651321e8bbc40a01ed3c1c01081036b53325d25f1c6d2c36dfa77b9287d68d8d56fa8692716e4d6c9bd0c6ee16395614e80b7a23ce41488dc1da581c45107b2013015dfcb6c5d61a49913050991503d38117abf6ee290172c20858031a80d9221153e01dce09493992840d8af398730a1d0ec8042f8e62e6e345a11f45d82b26b20e7229f7ed773911b47fab1984b00a760e2a8a901d40390d077aa8001567d151c12041ccd68801471cc1f8f9d41979613129cfe43d51cff98848373ba5c798c0e0a6c665fa397be9e08540a1327c7f4a5401239fb2ed6c0a240f19f329acb0ecd86d4ed08863bbb7e798a44ed3c31333e3a5e61d1a3485017b06150333588420fa2ebb983351a360ae28a75a07418eff2fa214dac4386cd6e0b2e3062c6cc29c95278577d430599c04bb9c82ccfef93e9de5f8629a1b0044bab2cbca2d8eb40168619d53919058400d83f0a5596f9e9c56185d49eae3472e4fa8cf269100715996474e020e568eae0443cc6c984a568fa49c151584ec04cea619593901a31bd41a3071b2a74737e74e80a0cd15ccf5e65273049161cb0fd850bab0fcc8b50cf0b907f0c8da278ebbf6d949054c991d56386233b29d9000ad534236b085ec5266aacc6e18ef6725ec8d9db1b4896d060387ed2a217d1c871431399e85fc71ec97491c2ebdf6317861e03938c2789aa083f706bc697f5d077e58fe61a8d257a20b301a70f484e3d2ae2649e00202e1c0b2f210ea18626902ceed034c7799e8c4708c6fa5f4e180400e2c29e9989c21dda320023a27bff5c03872971837091250df801dbd79909d986c20072932161393009a930c2feb8191c0e60e827c8c2d8d8f8d5458a25eba39a64738d4a227a783efe40140f2f406400f1cef6225899db36a1b7fc933f6790982000708080a748703a3808e2c40b72ee95da44eb5e36f9d2deddb829a85bd0ec02279a3c283b847850bec92c17845ae81c90de80b04dae45c3562d90ccc3bf7231b1617c8a6d31ea06f72a6ec50e5c630d1859f1416bb8ec0aad86c2e5470f41e93601db659847ac04e7a810dbc9224ec4fcc92582bf79264600cbd274637bc16b673e9e4aabe6a5f500b3701d9c8f0881c9e9c96c307711b669c83c641dbb0b375c00a484eb100912f4c04305b988c03127b1cc8b2ab50a51ff031cdc00d00f15cdbb00f8cc55983b08d0123c25e6a387b80ed078a806dfba39299c34cbb4007a593a0871d0fa88e5d681ed9e3c364d75d3fe5e0289fa5199c5b034506d60a3170e80f635b63e371b62f368f897f1e9baebb7159ba1b295c30df43b9db6f45fa4c23a6b13368cbca51303cdf1458a728b663baae99ee618c9f7b3021200a0e2425e54b870954216b070701e8b98cf4a9b18909485d8f4f312f3b4ec228b0510f94323d3fa4ca26e030604800d89d67a54c64740387dbeb9b98533b8a80c39e06d62ef49dffce79e90d3658b0012ebbd74025e2b9a1b3384cb6c01907a4f30b588cd861fba6342da0f6e8df031df33237e048364b3b777a18e59ab1d189de3e957d0da27c0ed8483dd6da86cc1a086dce9462ff1e9bb36bec3c6763144805e956c296d50e2c27684a04492db7d1ee00e86eb97bbfef88c9b4ae1b06796ab9868256707eaac50a903c4999dbea65519873dc9e0b4b187a1c5b18b29b1c28911f2b7c7e742f1be88b72fa80d9d8b600488dc96796eb5881cb42538ecf713c40b6802dcae2883a39b1986cecc21666d4279d022699143aa8606166edf4141da6a3bda7256457cad0cd42cb8f8900610c3831abe090652be134a7106c197a1cc8dd03272f9869e750dee382ad890745a78eee56e14e1e3d36671564821fd422404dea526ba62ec323a99bc6802d06bc836807c7a2c8c3c43636990fd8480664100350865d57e813ce1bedfb5b5f4237be1d9b04f59fe0194acf063dad11dbd17190bdcd100323c826f71cfadcd91010dc907522a1e92603c8a8f21c6aeb0dcb1769c42231fac44c6167859fb35f029b4364f4eba7801b79ce91ae4cfec87178a2c84bbc942958499e0f9c4a33df50aab7b52fd87d0e3a95e3cb2cd6f5278c1cb30124f07cc89a5cc6c998e5e5d8cc33b633db8bd9de9745e479274d7cf16ca7051f27f17067588c8a1a0786e90e6013c6077f8fca427c9b890d406d395ddb0e544f0cb803c14b6d0e0bb43cc383e4b0b5a03db0095e1fe49f9a9e5c45d2c3748bfeb304134fd0043b1a59262b98f06f5c563b0331d11b02fa9773920859161d25b087d80de85c1866186467204cedc64f0666090621e804be0958d072589106831cc0ea06747046866dd80b0e0c674f65a8d672a884e37989cf2e1283fbfd3dc172cfdb9114abeb666c15cdceb46e1117acb3c9a1d852361ecc407d42f61c2d9d5e069becc51e67a301dfb073ce2059ed4b8e1f5498861d8b59df49b4cfbcd8340f18218a2d9613060593057902d977ddcde9ea2c80f65c2c0c23d0f6a2a91f0a96ab5e32091ba285f4554309240c7bb17ebe4cd465710c8c0d4364067685b16bc05966bc86a0ed2e6c5a38c8b53ccf3e16ba744c4e0fadea43231c15e66605a4c886fd624666e471e000be3f7122d8b22423dc02a6e4f4a7a22cbb36095bea0220c5d1c029aa2077a3936b8eec2e72f76f2b36cc56668e1cadac3b726de74adf5304760c73062d09cd9bb3f75e54be1cce5c682c96d6c49c5900f5c16aa61c7829e3dc1a93a719e85fa762ff49cc345d6875a524da71582655a6d99890eee838000bc3bec2365919a7b471046098912a9549b706f8c2c343c750e5b0f603d77f4039b8aace0a695943d778ece00d360fa31ef95ec80e9b8c5dc454a661ec4679ca110e05c7c6f9408919052fb0f42cd5fe1ea8bd11290e128f93dc30df0b12146169d9e98a3d6bb0c93615646698fc871f1519a7bb73cc00fbc71920fb45fc8c3ddd1ea1380646b429c305a911e7fffa790cf495b16038b4ca7922a9cdc262c6a9acccc32a539cc19572200c3ff0d26ca03f6c2ec5a6cc86ede6170dd11bdf578996412d32005916ea7a205fc66641364db9c746c9502f41009de5fa805129cb0bc8db3c7a1fd32e32ec337c3df9c67df7015d80d208dd884dc79c908c2fc6458b53942d981c1326d85397cde86290c300e8936593861df14dc7220dbccff04c7f4338a8038e9e65e61e277773246e8ef39fe13650bf9c100e9d0b036eb3f8cd67f009e4ddf268e199e4a4ce4a274349379908628f654c118768801f67d81a36b908410e5ccea1b5229c59a6de4206a029389b9c0304d802d5650b2c4551faa6600e1cc860679c409b07e520f6380ebc80e684062ef6886073c06ba8c2004409fcdab302d896c8075a623f8a8e18f44f4419908e20126ac008b0336ce005a619b89cf2c5a979365347803f33b6c5e4b46c68c5144c1df8d7b60bd21a28e6ac9b95193c01cb5c393edc17fa2afb8c625139673cc322662e2c651873e6047b581bc6eff0a209a84a0e149a45ecc2cc945f40c3c2eea65da8fc8001ecaf676d8b9443982c1fcbca4aa7d2e14937121696169be3740cf3af2cd6d781674605c49563d64cc27e740303f154aeabc7983774dcfc1f7add9311d3af0097597a1fb17f97ef13f8d94942a920eef592c266ad3b142cbb8cfa1c4896707464e899f4498286de84e379273067126621988cb1d8cd85e9ff36d817a02d4867e4b0371a58549e3b3ebb8731a2028413306a065c955b4f121e0ec875ee2d1f841a632c0a774ab0a4d846a0409c6d2f813441d18059c1860481b1234810a3722e0d1cc3a64c84eb7126884942aa7720a4d277fd386337d328051a0a6ddc94a39b89011d76b74963182e801940220f3a8ef9b86c0b05cdd81da9d6d73bb083eba114c6a784772b065077ed3002a88d329b54363499e3805e30b706308463d60337e19165f1281b51b91e569a89089d26aebef4903ca9e66c638cb30ce8de0b74907070526e33bbc0f62127b42ed0099115411316c665735030e58223c9c1d64d1633cae273f38374119326b77aa1a065fe90b14d42028b0c889231e5a0c81c16a01b6307a6cc40085cb6580d2c0b02cdc4a9d07642102b306630ac8eb76891c62373e345066539fa8105a3856f84ca72d8c01fab6bb1b761c87ee9387219648dcd3ae324002502a70628c62d53d0113fce07da70a9b2ba6195e199be2a2b009328b55840499f771e03fa056cb3e1e31ce3c096e579114e327472c1ec27fa610c07227a2cfb8c3ba647dc797cb2ecf3df1779f5710330639b739d193467f33b3f6277849053c76c037dc52c2a1838c3e8b2010a2e5850101569b73cadff34f726aff7bd90cd18af13706c549870b60931764030822fcfd9b38011e402660e509cf9cfacca305661738a4bde3bc275239d9f174fd54ac1f243ce1201964dd865244cd3340b32f0ba027a1a6f135b40108e1de0ee05d08b0faa0e49b6386a3be816a7ca74eb01d3e22208060e212933c76e916b1b3636e4f82468c790c140924596394636db9bdb7e9194d36363d0da64d049edf83bca185cff68eb9e7e91816597ac29290218da38e61cf01cf0cf3665032ee31b0b00d72a0acb67dc85093204a75c7ece2218e40b9801aa95396611bba681de460e872946a91db29f3f28b8ed73e4a7977b90443767642107a7ca8037338076372842fca7b38a72177b1b0cf64e56a50f8cfe044ee5c6f7429594c52a292e5a50f5306b368e11678e33b3cc668f6020688e3a0138ea0ccfeeebe5b1a65385dfa7d182901d1a7d5669b9298393f8cac0b5c9debd3c87f90652670515be153b08b98b1959e10444879ab8345e8b8fc05d24a2ba66725a26a7174c0d77c1f9229210afb0619f7c27b1d8cb20053c734a4ccd0180616438982c05493061c12c43ba720779ac162bdc9ea97096669f331e5407cbd669ad097c69b37d8b13460ed05751b0589b7d8039769d73899382d5d5217030b483c31e35831cc80ba9837b8fcdf461b21c3b98fb20b4ecaa1a877198706e4959d252b681c7ebe5c6b0cf6961430758ec716c854cdc71523fb34b11f117072b8b2cfadcf898ee19e851f2598c5b121df965553c1e234ddd38e3d0160826cbe90d4496099b4c410b0121f32c0742f4caf1602578f017e7c28b3c4ed7932f8e017b78b8347101961ab6a708424e3d74e8fbf62c8fb7c692a579627cf092022ccf005a70064e1c32376050e4a06c8932ef79e9571b96637112bc1d319dc066a96d1c00185989030e021de63b7c49688a180f03159940c06c5044db86420993a2275cb7c8f89c1e81c6ea710e59e23a20a0267771b6b0e46c6d0df657f8acf77622369b603a2a2722b19c88d9cb1cb11ea48ea26d4777dd4b32919e4735e5b6e27032a0cd3c08a6b3b9dce3020b9a407e536360f152c765664046e31e1721ee1cdb3da666f1ac41ae2abb3a1dd9f1fff6327ff6ac497d80a28099bf36ac32a06ec85e3d0e6776536c732fa59f9ff1207612e66c149bc00db6dc1ee85a9269115d74d6370b29301e87fb05e484941f035862d14d1725d851c8749e01c6b0d964ca390f01ac40e4b298c0e668c58ec741359bee6d173fd4e917d0977e1da7dc4d76824f58de8c830bcdc109331eab4423ab60af124663ca42fb9c735e8068d8eb2b4d938175da6c61353eb6a27fd875127752c3f284b31f4b0719a75b3a16f33cc0fd5df66701770598007f6498bb00a96441919374db110c68a9b362ed0a6ee18a55b2c03708f0a87ece29afaee370867218651c46021d183b0187b0c1c40022f9b6cbf1bb36bdd28171b372f241d2a30f7bda12b1a27768404329965c336f29b76207e80a0cd52480d0499a7b5ec1e197c6a49d6140307c1cb7e44209b2bacf764b9f658f100ac8c0a32a7385833488a0e9018538cdda61d99757ba5b89b9324ead0921da6cd7e1e7b90f356303f5469ecd416c7167c774c99b26c4033158c1d40eb24e521b9fd3bca3c2661149107878f112b7d88c60435438f0db05fcf2f1090e0089e3ded1841b8dc40a7500a6e672ae0ac0b10322e2993074d9d20c0218e586e924b8490c1615b9ec5de2041c0390842cce6485823e3c0b6d0b201320e2fdd917866dc903f0b584188146c3b6fcd88e389b80e0da2e494b1c437f731e4c6c8501d48e03036bf96e90e483d4cf62a69c807e62b4bf449483b0c33ca4fbd6e65b000096e92c9c809271669f0ba2e0e76152b6038068e1dc01c9e53ef345ba5ca95badc9bec103dc559c731cc4f842c03d0bb43f0eb3044a8ecdb438dc8665575e16bb516222b60ef76d5642933cb2b9b5db57843a48c1763ae7912431dd7f5eab426f17c042a115c631c0002c6f586464210ea3782e76976d35a1e3d85a34f342882e9b95003c003526de62a611a6aa72dcd4f0c4a8ac2808d80814982f71034609c070addc85a92299b581a58384a6da05d763d6726033b71d06254d5c8b09908be99cf5bd8dad7b6108ddb519b365122c9763413d3b5ec1c80854a9716cce2ba5efd8371e9b8a58540206c7091a1144ad9bcca2bd46f3f9cbabf18a401c7d790a5068c0378c1a46458c7b8538b69cc1038ccd54732f252483aaf02826a9eb5a00c30672e3504cb2deb65a9255cf3ba62c1c2f8842cc024fa86ce0792b20773469989313b0fb9bcb1621e0b2aec7fecbb82744856623eba496f4f7b12f1d8ca291ad9383b9e526645a29bde719ce1c83af862f10b2962c081200170f44cf66e3701f649d75efa905501df70eabeb5dbb771e37b26e854cfa049b63352a0743782c19e31019305bc08902bb011394e170824f38402dec986900310ae6dcba2103179d36178b67f1aaaa0040a2dc25858b2c4ed7e1147098eb2c247a0149b62db65673e87acf13f69de6287a3763d0c1034f2f4ddf93ede8c45cf3fea6918c088438901e94336e95808201738233332ac3c6c09c3d063d56449c93871313b14e03bbe0e799d5cda9171d4b064c79e8ed58025a508464950ca102fc1b37e5606bb0738e37773cd8d9dc2987ca72922d075dbb56cac046664ce6f5b86b07a7d30f30bfb6c75ca08cd9e40e5bbd034f175e66c79153264297397ac050e4ebcc5be54c663f643e8a13b0f1ed139545cb2951636b562deb262df4ce228099637158e2b23c19e699732c2c07bc3d4d014ee95c321057601db69528ca10bf0738997ab689c26e77e4819e988586a495e9358bf523751813223463835b0e968199b06cb667e1c80e0727996d8c82d001e3f102a83fe845431733dd817112f40420b4000d0dcf6c981891b9d3aecbcecca19d78be63b3af1f2c0a603bc7184185fb510c65908651c2b08895b15362c249c656c0162a7dfd18fbe27f03faf7c3201a182636b2cd592ccd491abe5d8e5c03db0f1d36214be90f27707798a16987505bc003d0ac5d1524c261f8f3683f42051b845464ac372c70f6ada860ec1c1c1dccdef242ce9e72c28023197236ed87a824808a80a8405696af47e50d2e7ae96bcb006488c7c60a0121b21889d9a54c0281ed805a2d32b650a053888dbc9d181ad70e20b7d05d9ce29e7512fc9fd48445e60b0eae3c239b721ce3446558130880b9c2401130942e43c9909298a32618d97799b66b3b9cb99b30179242dd83ff17a2a9500ef23669661b08410e608fedcf99db6a83bf85364d93cb3441c76685960f621eb906a83c0e39ce11ebc2111f0a8ff7b5d49c602d768f25b6815d807b59ae07d864d1ac8490099793577170c89919cfc963108e10848eb125e03be3da2c962e4a25f47f1ad8d921cc031cee264bc91ed9a286cd6361119d3472736801e8c62872328eb284824c2da800d68c1be6de6679e081c9cf1543eb1d5ee82c226432039c03af0087c4510e9838cfa4e434704ce102ef157816d05693dba18d4d801eb2595d140511e71db8ee224464767d99aa25874114c018306c411eb0ef2fdfca250eb16cee75c0800eec765630cb03b88809524cb8e33c48df2afc8199c21dbb3220a9c681f1c8c1220a06ff18c2b53852911d4c9965c1c165090b7f38fc09eca800578f18054d038e160becdefe920b5b5a999e1d5b394627704f97fb1848c72e000818c30cfdd0e214a130a562cbd8a68add460c8c0a677dc14eb38342195fc5928256da830c18256f1535f6d0424a7d9f171f80c773d9aad267418f1702a059b1474fa5eb0272589c7d1aa79eef313487577459e81762ed5d7687e82468fd9fcb42d694c5293ded35dcc84a18dcf35969c66c30a88024a1bfd82b1d10850ba90f8b9cb82c2e1c484e8a3f8465dba3a22f197b10b1ec6216556c483c9c7180a21dc32afbb613702459ec014da7cc000d40434011082b1d2fc9d9bbdef759b063a5517738cbe0928979391d6c31819b13b0118e39045766a76e2fb14042326863f6fc49c1e4598584258f3ccf05bd2f80e8ad32633c4c32ddadb084819334d1e215436667870028306461ce7efd0c34a60ecca4493d9c31bc8cc77659ec2a07b4cdb67230624581b3ec03a4293f7857b1f7714646d8394b30809ec33a728c4e4187111edc0d8086583e0ffbc64e9b29dfce030f331c9d0a3b6d75daa2f695b7ac9cae544627d7f477c50a22680ecf3129560ac89cae2f2ba55e81498465c2d205d040f87b56e09e45cc6cf08c3360726a025b2d59d75830142e14590c5014f330d82c07886c30d00cbb63d1d5e1daec8957789cbf09544df4cee1c309fbd7c36a6489d5db33e4899d1cbd999f6106fcca39bc1983dc45964203400093ac44aa74b2c650d640b4aec1b9c4dd703f2e4b5e70e2e9c0e0cf4221763e816dab2c9b1866fb8c7e33e1d8cc360fca99554c1629181a0d89e27cbc96c181610f4a9c0adbf30b2b64b2225864c492b1c2f507b9efb1b68bf429f18a98631f5c366c07fb344c2f026d64bbd03c354cf42e331201b30ae63663cf396697c51f09430c89a2743ddbd89b76e9414e59b28815c2a38270524d720620346964b1078a95b07e921d736c03914ef3c082bd3216946fd8a3b1179a254287c1ccaeed9b64e7a7b9953013df89e80d01328381f7d9781784d5c513f8590c5c41ff051818eb3ab2c2f2d8a7cda42eac51498297efb4747e333895c2760007dc08c68bbca5c8635019bc1178af1370cc3dd61d878fe7d0257a624f06c06afc6614f7b85f16fa8988ee726e083a10419222408fc487e667114159c064c00d9d9485fd2c518b5c8fed83f140901fcee9748a706005ebbcb69becf4afec8291f17ec74f51046ca0ccc4389f7e6387cde00b561560abc3302653f31cdc2389b925d8f322662f2da25ce0364b85ffe6d2c86787a765ff1df6558c590412727209383c5379329fce1f4086b296c9e61047b6eb82cd654e6c61b9ec3ce9c589dda1821be9a1b7d1e1bd4b6767e799191bf73a659901bb9ec5290c980963c01493069c6b98070ea02ed11fa73d450011990f5b082de9b0d18756f4f34f23877f8554ed05fe478b0844c2e62ca91bd830a52cbf8e1de6e533492f0ba92dd8823703ce07e10f0008c3c5ba0b2fe8adcebcc89ea38f9502a3c7efdb0093b06211409071581fc0e133be9b406db1cfb2c5b95c2064385b1c9885b7e754975ebc37d8addecb7003076fc5ea30db8546f2703f88951f30d12ab13c635cfc89bd94d95b8d39a9d0a209e8a1cf2e126e17a5f451859eaccbdee02289580a41cac12b5d0f343e61d517202ce36500f001b0ac151b0f2080ed7e709e3c0b0a0a125e4e741d6464e69c062276868318d0470c4c0c5801638c1b38b0f2511643ac23600e56d44167e59cb76ca8e863d0dc2cc67b99a4f760f481f3b5b39333c3eb2a7de68ce5da7611e5869d543d56810071036471863880729815c0a9c0ac5049243f81ef329a647b6e90ce4165a171759122f33439ea8387c265582ec7e172d88a33878cb9804d860dbbf332652f04a0e100558f7db76059bd7420fa9ff3794eb18ea8f734f8cc9461013ee7dd72a6ad895989e4d941390dc4c58b4091f8b06721d9b309628e2c8c831208d89de0fee0d1f262b44e6f0a0a341203732011d8b32cc5a14e61504c6815a56b32a43f8bb9c08ce240d2c04f7d36d60e628ff56f1d1220dcd60b51eedd0f3c70df857c25a7a0973d004df561a1d8fa3361ea2b271572e41d20294e464a3dc2a278ba27386487b9b02ee7872ce290ec16814d8ff5b6a00002060a4e528b93634d64a59db996a456be639185440438c6e7883076a1070ae0c8b980d9f4dde252478c622da785cd807654fa3a1830870e8f0acbc7f238907fcfe530db029ac3eb0c3067bbc41cf29558ecae91e5408abe03d445349675d22504d0583cb45126d788863b2c238f4266d8603d999bc32944e4de51482f218c2deba54a660e72e11750a174d1e76cd29e9b2ebfd23a72f5e4bacaf41e13b35aca99e85230f59df38788df80a4c232c7174f42d2816392313661386393f5ded0d96020451084cc9218646cfbd2b83bf1e30125e7a59723f638eb98450f50c02108b2095cd69bc2d2256c1b5db0a5529cc67ed993d2616246ca54432ccc22a8eee891e9c9a9657bf2df7da365604c59b618dab1cb667db06fb853ea85b819843f678e35cb0839998d7d47802b722018484d41e293f6b08cf96981a527a75737e3e94063e83007fe2fd220ebb4f324398d396c16bb17e2485ac61438b0cced66d18d9d433c6175a31e13208f4f5f364bee017e459c1353f6cdc4a31ad8108808f0785414715150e2395406702c8181f7dc940ec028e1b494dec88dc647031cc8c4ee39f6280e604bd8b7cf091356cb5b00442c7e64b368c0b50480856d3e6d98ecd40146c7cd2c3c4f79266502c946fd453363a395b2cda56e021697294189cf12339bb36633c33679a510b2a6033a82855c60dd109e20f02d36a804aca58d8aad5c57f2eb15d09de733bac0f0e609708a1fe50e4486294b4e02eccee2b610a4314d22f6df8022605778e61c46ec5161f0288b0d6cef9cd4ee9082ce811591dd0454244a388c35802ef382c8771936002e0b38020edb9bd0ed99b1990c5b4470dca11d7364049461dc296c1c50ff3d203df3d8b56323c7cc8eada9f4475a4b6775c8a264585a1343eb00007a51c0e978399851c2d6f14054804c65b9984560c00154765474d4a174f6c83ec3c970ffacf494d1275848c03236db6217551047cb4031c1a0187a7c39ff3be1104a70215a18e610436b9bc48e3bd10ad5cba9ecc73b28629f4524e931034950a13e0b86c1ecca598265d98e9f1236fa2c4230ec19e542968b2c02974a9c348807bea1c8bb555d45d89ed9839eb1583dcffe351e0b0260d81cd8ea3407c20228f5f156099361733c811bb2593fcd6be07598df80f61e0be2b3824b2a74ad13174c2286e9e4f4423a3bf1e5f48002e24709e78e039770541875444790380804a68f4929031b3474475c0c0dd050c0be0e081447aee3745a01a7cb594cac33507f4c584a5df6fa04890014b2bc3866f7c0cc7399119975bd84123aceac9e9c9e1d991cedb7970e4cbe97320f3bc3e9f3b308efe4034ed99e8999fa01bd9ee54e9e7b318e12dd143ed33c58c4c901d59d214d7dd1cafe28b6aa0082aaf672cf0653066434309060b66ea7bb46c01e2a36fdb04ca549a3dc0a72cbe3a831dbb138b6da359d4ed1513f1629ad48ef3846360148409d23e01b8fd6374b381a8aa886f9337ed9172e66cf6bd006173a174290671c87e11947a7accdafe0809e21115d006ce565206d8e63000d610ae9fac38da320e2402d4e1f71538b29543caa368b1ea8e3b17cbd69b5ddf035931a54072cf685f00bd70968089dd467d6b105d90a396fdc874987e8e64e02831533e201c29998186b06860c6059746ed39b94d369d5a41a830420e6a01f091b9c1629d00c4b9560f862161711da94e358995f6f9543d138fbd9b70b37b71cd68fd98314f5a04af091c9c9f15e7001e1ccd8f78acdafcabc6f0e22665e46c211056c47c0fce8c8cde98361e245cc784be467cc3e2dba7038d0a77006475ea46ee55414590455c431a786f51011b790b5cb0ecb1e431685786c5b019bc57a9bc06661741071485e376d637023c8f949d353aba6654a4cceb46b30a484c313399481394505682d344bc891ec441926773392e872780dc72b14d804c7064eedc46f07d4fc6cb413e6fcf2b2be093b9496a373712a02d620e3d0407f3845588e60ccb3a88c6be179e825639210301616c9ea4e107ba28ca3f9ea90ce4ffa8e2f4775b29832cc98c0047d1881b9e739d871909723ba223f4843fcc733ec6a9600fad861c233ee30a1b594fadeed9569da40856104c36d3940f9d482d05b76580e9e83e687590b1c3b2f5c0e6ee3c18575c4560308174e4a24e96fc40c755b4e4c8fac2e9daa3dcdadac82c98a0ea8a961cf132760be1a79138c4299f4c1e6d0112924602ccc3f1bfc479e454f8303bcd783a4fa02d47cc9b5b3ab8760dc478e51d91e2ee42fe07971920c3a2d4e4154d9cbca66dc988ef82449a8f7386cc44dc07b3ccef903a806df301de7e180d9990b6ca3b2722540e3d0cc38acaecc0ce4945e0e5f05f507b060590468075ed4e66c683644e7b83dcf064a641e6be6c7aecdf6d050c8054b3e07d9408166faa3018e5dd091c58c2da81cd3695150803ee1ed810f538fa6c4891c37e5f48f2270a99f622c7c826d286fe7cb90dcc6507377325ba7367b40b0d50be8398d00720058691341c5334ea6282c3b840e24398a388a8b9d2b03808538cc2c76b74bd94d301e9803b1f0feabde395aa175eecb3c81363711a75c72d2002d6414b1ff75980123826067a00f0c2f53475bc66151828bb3c0a133117b07f604af9e5cf7d8791e6f5b5e11b0bc3bcf60a820a0d852bff02c961fe000c06673846a04690e63e3b0012396242ee280b926d980c140f3e5fec3c74d4e4caee94b12f62c2b0da182a2985deadc1cc6d961796c1473228ec551be1993bdf0ca300cac356523c182731040e6c3de5ad33e404776b066781a67bb7270657ab66f62346ee92631933c03882c28b30f14c47024df8785dc29c34ae096e46c2183ecd05f000e069a2c4efdb9ef7982c3d57555b00d485f385f07f20be8e1d08b98f6693cc3b1c92e8e3f361c4fc82a4d03160375489a8675b61263671c33cd816140d2564f7c4d33a48575ce0ddb37c2c8f83147c0da5486a09a71cebca60c801c14280ca1a5b2025cdf0941d932f6b4f42d2689f7288f272cb152d30e605cc338e770a2b2c1a101c54e3d368034214b067c6018807ace514c42f63180590ad8bd832d9fdcbc97960c6af3225dafec67092bea114432a8e143e5836a31d905e61c780fcb1b721e145898ed84ec989a5885c53084937589d7a2a27ac0f0c4d82c36b23f40ca9915cc2b357916a4743225296360304b51ea523459c2cef6b32e4346c08b7ec101bc9ec116079e02826597f8b189d1ca717d4c1aba101680eaa4c86c2f7462584a2bb1d86410ccca2adb105a7e9073eab061635d00784033c3b67ca6ebf3e985eb6b66e6e0caa096781e0bac6153730bfc3461b5720e8d1c3a2927a9663833804b9093188c8b13926d7606ce43a8224811007ea9f26c57bed582dbba701c3f28d8ab9113cc0096d9da830d8c3c1fbc12d0d9c47462db2ccb88d8c436f5d9d124a642ea0ca3dcf88413197fb57c1cbda4e0ece70ccf0d14cb0138566143a14008d22c2eb302a2b25d6508ed97c2b4d8643cb0e1504b9aedcc93b9b96ec7fd1d05f388dac38b3842340bb18c2c5f2213085c53b0cc199a05d0cfcebddcc71a87d82cf6ca027e088a6e07a7dedbcd55f7f5f7584fd99e35216ef60b2c50c6beea4cfe49f1dcf8fec2040cfa4565a3009ba91f502e5664b16963da29b91b909ac77b1e3d7cdcd07465666a92cdee7a181640a4c79a639a224e0db2124ec7f1497b037a3b6217ec3b677cdd05c74b0df8034939b83a745ad6db224347b1fb4e3b7e15ecd9e3d0392632bb9c5018705056eeb999716017d202d695b1ec20c369b260251905045209f36e855f6f8c77ae7f6aa76144ef70df940d0ed9db9a1d7c700c81ca43d69ffbace688add4678bac3885cd07e5f07c1874f6e04c8dcb127d4bdd682ed350a5a3d8e02ca660124cee32d79f0e5ccbc6e601c1056c811d841e88bd6f81e53bb4fea4c45059c0583046bd83d306e0b7f975c357181c3e46e50a1b8013ca0ebb957354317b2fc1a2baec468bf5b55328e5c8e0f305803793510a2f19ac8cf450a6c40f42b646666925d33d602c59fcc9028e4e87333a9a498903fa871307f6c767e745fa84c0ce154a98d3442bd74e948ecbfec05dca1922b41b6c3753241cff88f567923173250387815d8b4dccfdb4c899cbc4f43126ad0096b99de6b68b0c069a7335cd4c7142e7ccea4aa5bf0090a5a4264e7122224ea4cf02eada9c23ae40a05c089585b5c54b82a4a66038b0e260ffcc31048208d38153d5074932f6c1064f0037cbe8d2b73c7c35bb5745d0ae208c11085c405f31d6392fcbfb03fc63c38601b878d8cb4172c5668743d333337df3cf2c3b2e730203c7a15f3b0fd31c3485e950ac68600fd93820a207aee51ab2aa32b7017c7ddbe7649ba0c797df533cde3f2fdba74b00ecc4a79bce770098c9e4a1076085b02a3973c10ca7ae3137250f8162a0ffd924dd22b1cf7b21e4a0fc5d012f02dbb0e164c2d2010f3628625e49c1509017c3e853f1f8191b1ab1250c8845c2c9135e02dc1a976d3f0691b18143807acf455ac2440e88a3778205120e472cd836543274439667cc43f7a322c0cd21cd1e6ec6120303cbef679d78fc13e46497339417c9302b823c80280115c380316bcdf7020e4bb65d9b0d9f13366b2217ccd83589630f0083b0e63913405984d0e3c9e85be14e10b1cc0518e4f285594fcbe94950c90e9415f00cd3b67c8640d99690aca734ab9ec72681784f8e8aa46b0c6aa79b85e02fdee461a3791743336b18b3edc9beb012366649b2b2321260368ad9ce162b0ed1372c53f132cf4d7386a4bca800390eb1e986d3e2a33401732a8fb22819eb2f88edede50feb15445ec484b01436061417dbc91638a163417b7a396e625342d99618bb63430fb0bd33076f75ea366dcd53e6151c5ec02b415dc8026b766cf660d738d2136a060a33056667a59d075d94e4c411408f9ca30755e4779267063425946cafe3d0502d52607282a2ccd873889c039719e2a0bc1c9881530665e0f2484550f9294743669155cebe75f0bc51d449a7919e858df410e9773b72de8acf16dc191db41c1cea71f40abe97250cbcab43dde372a2b5b17c9371522ba7b98015c589dd13905bb4d950afe04263c664abeca809d06068e6b1b12cdae76c5ad8188e448e3caf1cab1515b0d501c78ce2a081175b8bf56018d0428fb9520bfc2b005a2f18f8851c7809bd8d8c9cc2f896bd42608e6de0238b8d865c466eb2dcf3d867898d1fc2a85b16f744239ed6ac9d191be9a5ba6ec8a4c6204b407f387bad0087888110720ece8b3cc84ee480debb6c0e6b27f82c43846c201e05268eec0e860708ed0eaf5e3dbb667c1e00302201229d327dd00265f398b7e038b96f33e736a4a10afcc2ce8ce7671c018997f4d91e1d9413b0c719a4e33b2f332847bb88d82bbde00cb5c0b09c0be0c305eecb39a599d50da9cf117631dfa5485df6442840f1c3cc0e3c1635f604457af35cbb6df8fa3d3de57c8c90995365877a6c00c7e524be5bb6e706bf83acc44902f3c6c6a5c0409e03986143ff3a71b4585a7d49c6f9afa9febaf7c2cd22e825a682bb5619568101cb201326319cc2e4a66479c0bd197b15f981e772666c82830f3a9115dafbddc3cb4726570202cc1f41502d3eb4e3b322cc4b2071c0b16ced0c11070464164fc8dc402fcea06a48627d081a7b2b620fadee485d9d77b220df03dbadc6906ec08d9c7dbc982901d10a7d5879372bcac10fa680768cc12fd9c69d4cc9cb997d6f1c9f69576e19d70ffe2f01f0795f345bda944ded07f9f398769b5b000a4e08ea6fd8f2b943940b0ed534b1cb09d0c0fa163bfa0286b320107c35a6beb03ad96d9eb751f35dd61bcca73b0c36e330985c154076ba150ddd204027d8fc80ae55f00b68c424a5c72464d7fbc275382906a80cfc0e3aa98322166d5dda8d8eaf199e999c507da153765960e271c82ec6009116a72d73405500460e08183004e2e06d6154fdc4b29cd4c4783cce028e8aa23717ae2f3ebeaa323b366afad20ee86d8a0d3bfcd0c1132616ad17eb9b5216489a4e8207b48f5bd805ab67a0f85ddcd801540c8a444fc2983f74e5b4c455d3936b27fa729e4076c11640acc035c049dc884344d38c3a3c67033d1c739baded997e955839f3c6388dd677c031dd6260ab831e5ff5649909b4ecc00d53951eef1aeb8992a4c0233b1e90a163321f9b160080c26e00fb05790cd04b0618c1f2b001199e2360660836b61754775e71724a71a0183be010b3a62cab72d8afcc05c075423fc1d7b30b87e58176431dd295c86c96b86c1c04d899727e41cf320e78adfd87d983ba8f170716b44412d103ecc716b39cb123dc45cfe75024dfe2780d1643b12901b36d19c663f2950fc31de9113173018e51012a4142fc24b27328044ebb0932a64b3805fb7ee0c4c3bad85845502fb61ee570eaa2aca0b1987ee8035f76ba9e0e4cf75b90c5bebcbf458411af977250ba1d326cc2211a393d6bac8eb7e96167effb1000a86cf86018982b7c989d32b138cbba0daf646957f90433139393537d6e6ff6b686fdb45d86db70ea6ccb7181f2005b2d9763a34033f30c18a0b0429729a9314b2072c3700b9844372b5fdc4b15031c372a7c2a768ea54b0c33c02c48a11b7a90bb826d2a9c2870ddb800c6caa166d8023562a8d0a38d0d4cc6f69f5d10b2687278ef18cf597598caaa83dc054cf62103ae6f1b877dc57327c9d9e41bc60fecd0e1e4add072d9f38b3952ae01bfc229b3dd1e1a2dfb2cf4a73424c0cd4546e41c879c4f9c41bd47368e17de94211428f400faa5e834480b7287293826f5d9a41a706b102a5910923d004dfabb39b84908fc8b83117118b44d3492e2f047b6cf71c5405b4e416701363960376f6872b276507702cc813deffa7a222fe4db8bb4324e9434365d953e3833285ec4ba8d84f31db0c81618b515252ec708e7a963e16831a51480c2c962766dee4ddd58dc70f41084a24899671f5974bdf02fa167c7104a2bc20906440231c93954bc743dc170402c71ae70afb488a26e2b20b1aceb86fb2b1798939c411b3b051b7933172e811d04cb0d7126408a22e39503e061892ce8423c8d6db10818ffc72882bf882f5302f3d5d33d2dad03b63bc1e1671a8f5bb655600e229ea3308e13264cbbb5ca10a6c3661cec2f9c704063e2e00875e212834a1afb7a012d3076964e014138ac7bc84d82831972a328faf84eceeae3f167d6035b9d0084151ccfe4d3e7ef9b7890c48bf48a35d3ab3ad9773d851226b5733f838a0a4dc132ead0e13c689f8995b4573827d0d858593b8d2c28869ce97abe47c8e1c3900583e4613e6f5b3945129f055f1004a84c0b3c80ad1b2237750132f330e3fc0c8ea76778dff8799297d3c46c8885cda85b1638832cefbc7e593d3b0b453e3d795c9f22855a66afa498b6b608a0270d4808a00de974623b0983a53060710c6809681f43ec0d790b3b3e84dd56dd0304613e614a0e0f08d957d3f3a0b85c36bb36a0f9c60f88a75ddb2ea0d539f42b0784652f00f61e728b009614ab11d1320f62cafde3c4d6ce4e52f8c72bb32a0fcd720336fd61bd949d39ec1488d3995a0c6cc46e1a664e39611b4bedc38a81c03099a6809ecfd99c3b19986d3c407baf199ec0fef627b08066e5654126fe45cf56e0580e272632932b80520d624e9d8f12b67d0fac98030040d80dc749e0af66d0be2ef879d70f1a53c4a2e6d46743ef3c8b00cb391e0234d244e09526612d5b119b00b2e1b1ee1f4a3f339c8e4d344d0e1d0cf287ced7caf659260e0fb49822c1c60eaec7ae8c91c79183a0496c86044dee66506b11e146cc3e03054c72e8ba6c86667a739be74a4f2665f10e936fd86611cf9f0065b3a018c03bb0d8c9dc32a1c5d8b30d30e1817bfbae0570caea2c0e20f4c10a2c1d52ef6f412bf094f1d95025719975c370391153c26ee3e05c7e3931919d33d97a98fee68cb2032c1a251973c79c4ee97f5fc3e8b9c849c7340d289e081d3bf18b1c4620e22c8d24310c66c17643d23dce18ce58a1012d1ad850816e647940c07996674eccdc8df2fd7ad3aae67d43e0f169e0e72943d2ecc3c08ef7016c44126780a219fbf2db8c200329a4008f1e23e83e2884cd7064acdbfaf40ccb18b472b621360215e3ac78837d2ab85750d24cd435ac2c77dd84c6b660294c6a7936c73d583e9054c2a8a10a1142b439076b6d9955b27a7272a632dd9758ca5e5b991fb3d53e4130004b0cd2c7f9ab3413000d29f446102421aeb2462f824c94e35ec2d4b1cbd7b3830120707efdc2909df3230e2507988f02164d0281018430d405cb0095c29c52cb63c337e8ce2cc79163c727970505836cce8020ab58c51050c44b00191ccf4ed39c8964d834970d526c66eec68c49654cef804d85a5b523604e4e072cfb4a76e6073cd954031963f3d906873e4c8047a6a852f3e268476c2ac891519e0d95016a6d580b41a60973983a6c1695736e8437f08de7746467782ee0edf4ba7efdc862574e56765cce4fc2d963f70230822c0e580b0bd1728158ac048caa4c358d38622e868d74cb069e038b2e4578aa5cede191599188c6ae246cf403039bc40042ac3b2c67bb019542d98006bbdd81669eef641e24843961e06c39042fefe4436fa49da1f4662acf31eb257cd63c266c37c1be0c2663530c18601c21a6c0273143c6301a16c0365822fb1040667008011807262bf74fac987f5312839083595350869cbdc39d0cafe0660e342acd9fe7387865886192c2588125052c8d4f5919e6479d69da4fa295f8eae1e935c3538b0c1207a2c67793feda21673f5b51d97c8f79d71c78c3207ce07273331ffad0cf8dc7ce2e39e719316542d98a91693a20fbabed53984e827acfe39462105297191839db77e499957a1c1acc9a429c1b68db80c5c46102cd1a64a1d5955909b519c2edbb074b73a20ce6cd00f3d23b90325a672769913a85cd12421bffe6f0523fc4e10d42db066a4a98c303e09a0d5acbc54ab5a62b239c66436f58df7b7a6e043397e48167e7908c22040e04904a99fdc4d6050ecc23c438f2c154e3c086566483eb884d671d2ccf62484ab786e72932c7954a64fed45a7916e3eb7c0f661e503104ee8dd3382a3c8260563826a96f18c0837acaec20f1a3a8ecdf6d9859ea5bff8718c0e4d1630b4738f60c075d44013402db19e00b7182a0780b3b602d1358866bb3ac8081df9c03d338853de674d4c058031db07d8d464618096027b7a523d3f32309fdc466a83a8154b04d166e4613832309f69830c522a7e18cb0e9006b303f4e66a092c1f6e9af0a06771d5933333457c1400e303b2ce6f67049fd024820e3589482a31d59c5807f7b048d10d70856895dcfecd0b78013438fc5a87476b20d6cb4c802f714c67547cfad11712c0784105f9971b83ddb2ad2c55d8084dab1cb8aa6d42f808ae8666102796ab00f586e0e5182a1cd171bedd5cf8ad78e2d9d9d5c3bb27a680a0876755fc7bcb28a908141d7b562ce09cd0306db0d139e993460fb19a790d3c9c81eba960f4b0b4a1b142ec865c7bb32a0d269e1a5c1494af8daffd61ea367be0de4c34e7201be9a29263623241c97c868be5dce028b38e33b2e9b4fd826c69d3d9b51f872b10724d0970e6c761d199e9d31ced0ba3eaa078ecf36cf69c80ef430a65c4f00b2888d9842ea143702a448f1381cd208f66558ef1f93aa25bedde9d3ec2e2e42fd6d1e0735f2c5ab5830b3b16ba5ec396f5852cf6c1a287b988a200db1ac16ce76c848386e68c540be0089a1eb53df453ddeba45e628f6263da54ccac756d17bc6a9560e1b10701424ac28788fc7cc06d0234e90b73ccb900dc25e2571e1d881573ce1ce62a9c766f50c69b63260c5088c373d4d0193c488e0420fc79c5d422cd85bfc9b9d0dbc08629cfb1e105f889dcf82eeb090bea8d71c92c7dd44e96cca3e6b41624c014bc0be051c75cb01a9d0f974939529a9761873810d531d7c4eb1039c07ae87792d2dc2ffadcfdde48aa3391baf771ca00f9444af56021d6f97a13d105cbe8f93a796c9f380339cc1a43256eb78f455667e16b0c6cff6bdced827e98fe971deedbf471fa7a55717168553663dec9e5be6e9d931ce11a089c5cef5591002b2054ee918cd600c9c2c672e561ac49da67a76676d67a7d90c05ffeb4bcd835176c2a29cd308eb9c706a3c679c586cd7cd9e03402dec9569520e1aa3ff98fd8a396e3829472cabf3d90d090cadaa40f10df7f12fd7f5220e47b04336770e183ecbc1bc3c8b65e33024b61f41dd30a4e330fc0cdd0e9a0ccee715ae6be79d04d48d0e391f9d1eee32e7fe030ab3e29b3203b1335c1096dca66e0722e5886646633dca80014ac9cbec5560b8d064e0d2799a74fb3a0d08967647e04d57a6c67be59093ec0a3b4a13df0f601ef1a5d02d51c141ba1cd3e032f69203c8f8c0dc8cad5b1ca31ac086b3a0d3eb769711fa7d70dbaccc60393968162b98b1bd72c4a46cc09f3424a6e68046703f86ae2c3b8fc87eedc88b0d9797b85bef9e6841d0e781a019e624e93c01cd84d5b043078b49c09e408bd8ccb40562034db28973b1a88082658b8c8055b5032b7494d502021c1b1ea77fa72b773d5a8603a95c1cc938b012cefd821949bc82f5948cfbd1370815c056016c5f1b1486e43837acb7e104e350bdebc2a4fa32a54fb442b441a401f21c274f8c53c050e7b05b719943c7dc1db6eeb3632f4923c0310f9425622b7b3a00a2a2d3d97123a55083cc469f3a35ec4993818ec172312932a78a75c2c4ce8ba4b00ca87cccfce688e9d3f854a7883e77b145b0af0abecf998c5eb3648381392ea43f4818a5e350310b27240e38a83d633192cd163f51c6f50ea0cba03fdd089634f3a87707c1da45e7ab89ae38103a3a947de8ed02742b06ba312e5b66535743af0361b110d90e0b22cb9cf9b3907f2fe39059b09481215dbee248a73b4cafdce7262311083922dcb2622b63434b0276d7498d57c0d8e7a1c59eec29b5ab933b390725c6ecea090eaebb752de49ec941f09e9f71725b698281e81cf61e090a8823f37ee91d62643577d8de96ddca6d501796cf036318c84836d005d4db2f4e382f80e05868eb71ba0de1b2ed92ef41df471ebb4bda4c78c53359312086ede75ec16ec2111ec937114c7fa78bc513d7eaf58c311ac8344d61b1753ce48dbd4238391c5bcb689dcf766ed4b6c01fe0633e8f7184edf6fc982d170ac832ac473cc86fdfefb9e9abe40664e30866a20876250091b472a62743e7f82c00c039653356b69f65b82ecb02fc370f4d82c5ea56553bb232b7bfd54a6f7d060b2dd94c05e00cda2ee5fc20d8c9d0650a51ca9ce522b639463460a73c07469a8d667d32a6622e014bcebb9f616321e640e9b66b19191d212a3bc859ec98cfe6aa4569120a4e8e8e4cc6fb7aecc546ef419c4109b0d4c7c9ba38714081d17a55a9d7e314f16c3ff12ca6ae87c62d0a4e6cc93cf64060d5255b1be55082acc57172ced1c859d1ee71ac385359bbbd9afe3fd4fd5bb75cc795a509fe951cf54ec9ee97ac27bb56667766568cc8a851d5fdc27108822424104002a048458dfaef3dbfed0780bb1f3f20280164b61421e246b8dbde666bcdb96cad391fb1a43ed77bbddaba98d1548195de9c1eefda532b2a0a0699499bde859f68ade95eec7e9481f249eb38386194bd05bb6e61b88fb887ead7befef6e5db1797e39ecc0312b64713979e9dab32b4c3f1c14aa3d31d61f3c023ac0ac33aa4d2b4b7945710275d6e3c14d43f5bfbd73f3efb056dc2739d5b5f9bfecd63e8ce0fa6ad9d2fcc09e2e22ed68e06dd42a5a83733f40b06adea6232c2d88b6ba163d1bf6e56faf3ab7b5670a379b263734347ffd65356e01d93f331e895449f7b2dc46ec44f2c960a53c70ac94d01f7eaa652fa8d5878ea6d7928ad1f4c403a6892578249768b6442fe14d9bb099b627208878adcee2636d1848666a3e097f08960dfb1d67f54f5ece9cbf7150561802a8810f098b4c264fa02d3a5acb0e9fa0e91d7a088cd8009f633080b1c7399f4831bd4888f155f0d223df40433e80851f1b309b555e6ef50ba2a431421890e14f87b68a3adb20cda737447188f94b0f0857f70881ed673450dc4a8af54ec460ae8e32a9f458120647a7a2d8631313dc45c712fa9a27afa6e0ee505fa0a069310e910c1fc95cac5bd01ed8fcff480df5ea878e10b3919a110f54213b68b65815628c429ad5501dace8ddaa0af413450f4974b2245eacd5dee83087cdc105973f382a872a1a093c21d97feae2a049b72157ec6bd4a112873215d3ad2e2c10a58d3bdc014663c66704fd735371a011fd1867e5fa6b0c021c22aae100a10b5596b72f620782bb422f6b7a8da2fc460987664184704260fa493cee7f26ee834bf66db5ee121e1f664515e3106e585d2f6b0985231cc81d1e36197a03dd5e8af53444a4af988612d4bd3cd3cb083bd2a11fcf2dda55134050f61f2d1a6575239189076bca86b574e19412cdc1fe385d5605c3552b5fadc7da84acef15165efe320be0bf5e70805a380116661642e577d9efe29fe8a3f0c26e70ec9044f54c73759b4a2296bf70aae094b88f0563def015da0ec73c1f374e694cc9a67bb077ae1ad3e58782019c4f4620ed877e8081a6539c5038f1a0c3449e7d6dedfb23f8cb2efe5ecaef2a7a5f410f10e12a375497f951e5f5d793143628265a840470fd5e03e94dc9690e53ec291a7cc772b655f5da79ca6ad3f6c152199d640fdb996168aa7ad052d4e2ac3872e210dfd4d89dc28086b7b0e2f98ed11c0710af6eb617ff107e190972f5f5dde1569f761255b15c477a3d43ac40370ffab90e3ad78c35445b5d9a49e974e39823d69b6aea33ac383e079cf975f5e148ebafe72ed6cee4b1b0594a9683a4573447b468e88aeda85ac9d09634f848826f340878984e9eeb778537ef7fc6f17edfc9c31ab108cf7d1c0392ef922a091bcde20171a1e3d84ca2c0cce7d6375bb317cb56357d7f6cdb9ce2f2f2bf3505bfaa283fa86be3e3d563ac30d79898c4d78415c567b9e828f8879d4b628b075fa27298d62f2657b82eae5e2d7d989b8da30b7a6c3eae13ab1f1d510b9d23e2c830bcd1e3dd2a3feb8d817dbc9562ca86309abbd44ff999e3ced5fe7dbf34665ecfffaafffe54393781576d1b10bcabba25162e7d522ede007acb2e9db23b928e41e5cd7de729eb9cf991839da48beff4a5df7bdf9fbdd37dfbd14d07908a7029db830568534c66171a5b4c5f59cc7a19e8dce65cd1327427ada3a5a57870f092edc311f0ff67ac4e8e3826987c6deb3bf3dfdeaf5d3ef5e3f7d73617e28485a91ef125bc0e184ca13ea7e6c26ae7215f477609a535f57c1c258b41c079d3f2d5531fe9bb365c777a0ebe5dba7af9ebef8f6e98b27573a86f9f0c1ca5463b9ffb7ab1946894643a0990948713546ae3cde5096da2895e7b67096d2be7b48c7cecbbed7f638adf6a32269dc125530472bba58b61562c6ea6b2505a74ad760d6b2699fd2e93e8a6a5c9eed7bf5fb70198fee9e3c79f9fadb6717210941997dc053f873b6b60a1166ed58eba62984f48e6da7721b3ef30d7e38ac1e24375fdb8579ab4679cf684f5d92efc746ae6951c50b4df94b193e8bf92db14bf1ea654ab05a4e6aca8a8a4087e477d5361352e7b222c2d97a3929f0858fb7fabf13fdf9ea80d05772cc6e5705046408b83a14a7141237a8ecbba847894d673fecd684e8466d346e2a3c087b32b1bd1e394e17767fdfe96bfc70fe2b7f7af3f307b7bad4a6fe36222113645851377de26036733a9b57d48ed2c6c194d90f1de46230bd1d3e1cde7ce79a98b79a811ececf98b4e845d5eba43cc8585bc1b4b31af4d4a3c7766b72a013e619d8bb28261b5431e7027f9e468eae6a096fefbe3f9fc5d3ab193ba1b583bb7377d46603e201a1627901ddb1fa0a229cf9d04f0bada1497ca80aa51acf89eeed377a6f0774efe07be2f8f48c5ffa9c593f99ca0058b250734822a04fdf8ef647edd94477b3b6981d05a1437d95b19a1d5d6468de8a0c0f60d8751f2e4059c703299e558af8bc00032dcf7b575ae7e9f8a79621d6a2a37c48d66784f8ea368744f9cde600a6842f9ab9109ed3abd31756d2516c987d36efe7e14b6c4513c4a4853b87529210ee69f27e04445cbca2d31cb7d8c155a3ea77af5ffefce2d945163f7aadd6e4bab029a45bda6545632da17e7a43635aea6b0362745c84ea57a073572920f424a6fb609fde7fe4b31fbf3f463a1ff4aa32192a8442f2d657df02ca0c9477b314f3847685ec06f2f48a554b4f5ce13c38ec28b0c08d33ae87f78707e37a3f587001d945b0d015159cdb549e37454caa423d191c96450d14ef4245d3c09b954eeca4289f81a0ed69af5c8b0b5f58b59c21f5881739c2fe7b0505324626ba88eac2e850ffdf8f6edc39b81f374e796b60b5a114d694ea858c6ea2a10f6ada5fdd1ec13654d2b036eac50881ad3294bd53a55f051d35acca2d77d162d52891a59c22bdaad9205c67ecb1677ed5b5f7e373c17f79f3f2c5fbafe311f438d4a767d4f11fc2b602889e5b1d0678152d8a4953196d63e81485e211296d895bdb9d1f6a6f4064f5c3cb73c2e0288eaa53a147316c53bad41957e44662131fe094a71eb6b0ed7202a009833c432f68dcb1deece6b8dfb46f5f7efffdf3a75f9d0afe979cd6297f097b08eada5c6d2bdda008b39a885dce2b98d15137895bb085d69150ba8ebf7e2e44a74334cfcfc983d379eaa9b8d2cc13ab438c1a4ed668ecd5eeade88c56afa7ac47a8a3a238b8744c975b99cbb2957dad59df71d1ce7e0bd09f8d1d3dfd5e47e6d2375641a5d6225a22fa8a59bad3a19c0222c54d0ebc537e32dcc61e1d448ab1d1cd3d054b77cc7ef97b1ff1fc90bc3c7ff6e42962266f7f795fc96282c2b4a42f7bf85aeb587844cd19458af690675134aa105d6de969735078ef5c73085d0b87e75b4ff3a38d311dc9259b9d806c6b0bf7f28325456e4a919710a71456e8e84828d6088b097d321ca5b077909b07b4012b8e972ffffae3ddebbf3e7f7aad4f2d58e7bcded831e7bb8a0e0182cd06229f2918eec15a1a0611c4081484ca42835c58b0f77b6993f430a82a1c208174ae10ede980c59d252373cb25a160ce5ec846349eb0a1870d6f475718bdefdde7019daf6bb97b09a40713e46fdea5c3af7e7af6d549a6eca673aca21d01958671d11e1de5168ec91821cb5d982fdf88b1565c9f6b6c181aa3f0b34bdf3425ad33b87c7b8af38210b4bcb3228b0ebf171b42cdbf8a56dbb219269f688debe1365c1978f015590b8377bc778efbe133b87c11e97e78869fca2f1f44e2f5ac40831bb5798b91cac0e6d622165d3c1a6fd3555fc4a3156885819abe14d75f3a0d0afbf7e2a2ef24b75f7cf7ecfbafdedc71e82e22581018e70aa62b24372cb1b111083e1c6903f16791f9be50d5d5e3523e748ca597ee86f0f43ab5adfeaac1fd63f5e4f378dd0a2e58896949a32485934762c029bb449722ce0825603e68959a278de3432704df4565c73d6eea853cbc157e9f1d962707549c1451fc02176fc198865f02c24fd4b7c2511e10561de83c0cab60b31042f331de8a2f3fbe7937f576d907278a3444cdcb5e5951a5a1cec4a14378d3219c249c9574f0848eab433b9083534617c0eb25deab253d18927f7b7741e0b49a19232dce8ac68a500a5788582178bb986a685ea0bf5a7e873eec294265a7562afcaa58336ec5b03375b57753dde7f0bb234f416f2bed0e786650cf9c42d9da3fe8ea69b70f1d6f209a68067dd17974bbd1836feb7c1ae45236f83082f8faf9bb4aee5978f19521ffad97e31ada3f143e5c1535a63dc8225ca7e8366db18c3984043bc60de59869168f7ccc4ee31d773cbfcd1904e2da102ccf9901c21d6a04a9298e842a6636c41da9b0d2aebf2a0d42849fb15beae964087d4d536fa9e0f2938b080ade1604ecb43957233e2cd85d7031f7c31ff218deee41c14abbb21a249476f60200017fd27dd2c188d751ec63758fd3a9b8a5132fb0df0421998565b002c75dbb7ab6dc10773c8b04b9b341e80ba160b169614a0191de76afd3dcd7b6ae4a94a7cbfd939ece75d7a6f89a319da10eb1ba9d79c0b6085aa0a9cc05a636724cda5d0c18ad2d66a02def1a5e038a52f7fa3dfe61eeb8bca23d4b185cdfeb692e053b5c5206dad7c6a1269594774b1dc76cb3429eb00ebfab7349eb92a293d0ce3c39d7de98fb3bd3ceb9a87b98ce3454a3f949447b2ae58780c06f47ea4910bc30212618558e56146144f4cc3004643cf871078e77734667b7114299bda073d8b8ad2f88a7d824f0466525e2443fb54df531a232a11c521d15ff8f5476c721f2c1c1bc741fbe957bb19a70134021d0a20786f32bf66a0a32d12b2a593dc8e2c53be8dc58db63a588afaa100f76d8379b8b3fb0e077262397fbc52c9dc3a1974105c0285b6dbd2e21548f2a8c627847e54cfc5fab12e861b88a601f8a417062d7f8e0897ee857faf64a76c4578f9e6e60262c6d0cb468aa41e57b22fa24bc6b7bd6d150962a1401056f6ca3c78544d6e7b957dccdc4a47f7ead1f7cfdeae5ab9f5e5df848d7a8f716b0f56b5b79de282b7ad492d14aa5076c252f584ceb2d1a7bc970ffda85b82a9ae3371feb07d0fd2f77afdf3cfdf3bc5aeba2fb5c681aed48bd4ca15424edd70808e4451d91558fb28d453d54efc0c25ab1cd4e58b79d062c6eccdf9e4e051d59cfdf5cbd48fd4bb04ed3f1ddd13ba341b2e021c200ac12a3a29d71c2377b2857a18a24e63df614af6254e07e6ce67693cb6549f0ab674fcf372dc1ad46a6433dce14310a802e256a9d89b52a57a202b041500709be8610c9715685b7e250f03d288d8eff43814ec56ea54127603110a24a783ea512051caad1ff0fcc022ae14699a2f6aa982968a00da3b7ea67e867a5af0fb7016f2ea7267072d1f370535b32c6b503820019f25210bc706c4d4f1933f1eb1ef187ee28d8e8bcc7756abbbed997f8e1569ceea01777cfdf350a5d021aed074166c1072605c476055c9a567312ad146a12944471479f2662d546460e0cb69ab0ad4fe7de450f26f21ee8ba1550299e4416e5106a797a5bd5a373d904cb1cb234a468456778e85c5e9055ac51c85054e9b43d3eeaf7fdaec0f7edeb97afbe7df9f34512dcf837207009f62e785b6d262792179b41f34dc843c19a2e3e2d57292932bf3602c32a02ae274bb2eb36a5f7fbf11e535da8fc93fc042b9447ad69957b460689f10a598d11116393476d51af1475609d89502aad10b4539e10ce79ec3e4a163766790d17c3bd087b2adbc4340e63bc353d6693899e68dae8f58211b8b60d5b89aeb02d4e57a9ba8d876ff0fdea9efe423bc5e570b680582802e9d636c3884f2591e2c9e7e371be9362e576910b9398e72a3c7445ed4413eac92cf9f6adea8fcfde3cb9a8b3e3d78aacd6d281d069f20a65183e782ea5c42eb495ca21ad3c50d534109f8c65399df26b9cda80aeb5353fe869bcc7683a5ef4359b3c6a4d46876e81fb6a5fa2435c2268a161657aa0c2389a8eb91c539409b4078e5f4b070f2ec7deefc544091b0fe9a16326643d684f69d33bf2285e2f0c2230f5c1308d75221156444e68622bdf8e9ba4f35dd5e0e2292e65704beb874747bd0863ef85bdb29995c2a5f6f744994359ae28643a6348c48a8addb734b77fb0092f50dff9e1d2f98cce0dbb0f4b546d72ed763d395ccb03b6aea2090c7c51373cec835a5b426d5124514fe044f83ec19dfc6197e5d915f9a031364581b2863a498ec299983ce8246023ef2933296851f86d3df2dc19de59b960d59ac7834acc17afa2852bcef95ad0e8abbb57cf3e84eee357de8bf65ea48dcae5c8c4916ce9654d9d01c1b0255aa8474dc3b3a06053b05d21878cf4776d0a2e817d3566bba974f1c1f3e9d925905074318cd2ad21f0999116cde4862200aa20422ba298a0e0d85278eb34e5395c76a3394ea83b295d5c8b5adda2506f7f7ef686b6fd4b12857196cf018de85074b4572030d755abb8a076d621aace1597f65bc3996505056d6c1b6c7ca80879dd2d7cce225c6eb4772ee14f0712d26798e5a315a866d21dd9240586a4581d2c891eb7a5ad206ef5b0df5d0ddfd840c74dc583792bc53753cd6c9b5b19cabb684be96c327f207c06aa385a1ed3e171217ab69549a6a085f85b4de1e688c76573e71381fcafdfbefcfad9a5d28cb64aa169a959e4db73e7ce57fc7747c14e011781eae8961d8a7c826471680f8d11917ee8b31a3dec5bb1e796c21f2e5808b70a2cf45e8272bd7884604b4b87383d9ea973eaf989b50deb756c458a97407153581cd63cfa384fb5cae3e59d6d94c10898e3c24cffb48794750e07eea575b4c0ef951550841c68db184a53d64c34e1c4564ff9c2dfbc143e46236f8d94e0e7e0b83408f410d0fae387228990934061c7c582ee3b6d932166236a64dbe40651a4d82ed2e3adfb82b39e9cb777dfffe9f9df5f3f7bf2e6427ccd30fec2e8d66a583ce2e95aa98e6080402b8c929728a7eb5a72d71b2c5e5f46a775209eecc37df9fe9a5cbfc34d37951a15bf46b65c33cf889ea012075493164e1a8f451e26760a237906dacc10b6d2d7a2a39269f1731af1e1081e8d0b1c8c9ba2b422b48014c6df1189d73ec28d4429cc53b71bd425b81616d94efabdb0847468a52814dccda900f6c8c8c545bc392c8ffffef4cd8571adb2d41ac040f4ba7656c09b25c1bd0d1d41ca92add18bb44ac38f00e92e85dc88b517fbe0a452fef8c5d7fb64b55a69826768d46b51593c6d2cbf45b2591f4ae44a2413e92e2ed587db826b0894a3552e8c72939b7de083ffede9db3fffe77ff95bbab8a8c8945e45f9b4037d11e6c8fbc84ca25fd66a3542a1ac8671cfb4041445186b29c7548232cb45e5f24157d57b32215026323b2a4de80afe87bb8d98960866c7914e9c5a4981fa79dda3192cfc064e530aa2a8159dea4c0febcf6f7efeee84383efce8dc17d01c4394e24b7a29c119aa24d85203d572d0b9a36b7aea7917219d84406b2bd88f30b3e4db3865a7873a02171d1967b284e7e339533915b9543aa50d73ec7a788aa30b055c86d68022b3ced066dab3ea2b19ab6cad835bad10c1a9c2f7eb6d0beff52f6fb62d8832564b7b5a478046b4130df78125691710f67ae7ca89266e01e3e1b072882de2fba6d02876702f45f31079fdf0f4eef5db6f9ede3d7048d5893049c7c16f6c68b9d4ef152a97e88aa76b5598b387e59c7141ac12c3e285154cc2a2633e566a7bfbf3576fee1ecc5db88c98961b5978bf7aa157ab38a4e33f96a55deab8b717bb18877d8fc88c10029e77c2641599dc728b30fee56821c0c4e5d42726dcfc9a4e9fbb17cf7efcea6f17d3ab7d59bb3ded453af43a838c211a7ac527b7867ac4161b5cbb70b11e4b68c807718354bd68665ae141e0bbe8daba75bba094342d736ad31fcdf7a270da3f74ed45bddf86e7877015e6dd0c2f0da7708437fb32b96ff1bb71b3def7c0aae6cd65acf5229b0c203448a30e2e32c9a2098091aa5ca92d928a0b697a1a45fa3e4633126e2bc8dad73318f2f166cb6bb4959710e92899461b87f352587334c5ba8caf98d573b5488c539b535a475801ee6c84a90556eae9b6fd1a40df32bf7a2b50f4e6bb1b2ab6852a69dc2152ddd04e72f48f085a5a45633a1073e442be44ea597aa53b6cb1241498f4e7caaf6a8abefafbd1c07e710d6ec5fafb6183c6c8a73e54b00ff7188114a54d27dce0444875849a8b6322adafe523b0ecb0163fb7d7fc886cea556975189065b420915a307812aa8cdb23951d19f0577673c2ec1dc3c4816e82a7fb3da2e6e0bcbd9567ded7008faee153d3f099a4ca1646b6f4734fa4d5aa9247f2dd5b10ec10fc320b91cd8c4eab0db8e754ed5dd733c2053a54a772c4553c3a754d9d97714d631451944edc5878d6b742d70db2bf56b0b36c4685c40d84003d42780c7fba7a4cd628449e0afed7431db710c28f77176c049d320489e8ba9eae73245bced07751ba8570357da2c52bd13483f36e8bb90916e238c104fe19a4bd407cf712bbcf9f7d7301d4c5b188065d843d8a440b5e4ce15b05d13a86a347ad4ce681e2b6bb5626f78dc3b4abba58d17b7e706b733a9a7496dfd4ca724ce953d53c52839e6e12acd1a38b63d37f179564e86212c16f82075d41de2cc107fa1df5aa1f5a6d9ecbc35e9ffe305110b475e888656ad1da78640eef4462d721754413abc3814948a4a131ed05dfe9ccf6dd3de6a078d946f9fae5cbefef9ebf7ce0246cfbc4315d2888766abd3426fb6a13d5cbda217ad0060fb41577ef6d1dc700113c8586a027efc27128ece9c15ed7417c65ccb20b8c4421b74da9d6a4305a0d693523fe2a3aa767aae81d0a5e97d0aebdc714c054203ef5a6def2be3c34029e3db91886c908a0aedefcc21641919ab697924c3c6e1047ee8d54b53b105da40bb412f208d65a21aef698eefdabe7f758eb873b84675e5fd7f899e11a1533afaecd1d44a0989912a1d381705a2f974405e28f1db76744b37964c78d22ca5ea7c9917fb233ec67e595f7491a5996aea5751c0b513514d41a53878d06c9a14dad9d03b307f52acee9816f2ee2c5b111956c1fa9485ed90a99c0a4881e2f6e44cc1f69738877d05cec318e71d37404483783d8a586be92a50f7bd0d8d14efe4f9fe0e8f0edb3d7a70bdcbbe7cfde7e7001525ea221bfa4d43dfab6cef88ac29ca29038a818fa0874d85b2187494bbde5abb6e414fe8359f1a6c2d1bb79ab775d875fbd79f5fa28fd9c6db265029a79cc2e6b1321aeb16de9e221c2073e74bdd530421620410a07f9d380fdb682dea090fdf06aee30a03e3ef078bee76350b330594fc39d6b342dd1c66cbb75ac010f6d7f0cbcd371346824d186d6d199330ea1d0703fa8f0710316ae591f536e9f8ad76d614881c29ad7272f4f315b313009ff896d6e7c5519c06a4e5f272b812904ce85f6536a3789df0dfbf86cc736b4ab4f0e6ec02c8d067c6d4dbc16d12c461b96d148fd9a57ac0dd87be1802088dd4ea0f2067efee1e5df9ebefecf2755e1b3fbb8c8a50e85092258d7b7d619108bd7b7de8ba1599a11b8da5c560821d6aa5fc5c5bdc34edf39a4dd7635bd6ad1bf18e0c545d3a743dc6509d2252b188f356f1644151ea124d266de592faf7a6e939301f3854c15fe7c84ee6643d5bb1f5c1812f2a4d81066d74c893c4467b6706c70c823e8f71af3e18a4f88280b8f7451dd758cc30b91147f0b749cc426ce5f9d88b2d0441474a1b957d941e95091805a0002720169f6bcb0aa5602d15b0c48f209f8b8be4bdbb713e47b5fb1ab6c8c8177394c2962d5cbc37db0199a7136158a6e7ab05460bc4ea563e8697ad4a115e3902c8cfba63fe92d6f87734d24e42c62a563b9d11156109aca8b263cfac1abbe45449aae2388add31a45eb07c2c20c3e4cf70891bc6cdaf8f071b9c7b60e408a5de040e449af44b98b99852c18a0a3261043ff18ed07a26123759c508b70c7580fa5402fc3da57d7aec2c109670826d284aab3adc788479c2b9d21112f72ac5c1cb4189d101d072e9019979ac2374331709d93f5df3207f5e3d52cd48e6689f5148386a70eb888e24e51a866d36e0f30d6e3a68299906ab37bc079f7819eeba9927e319b7356cebec07296ae3745c71d92d2b4a9bd2a093905328879ea0432e19945cb34d21fa3467c0797d87ba558735636ffa07373a61e7679831c915c13da8924086c6e8a85ed23905b93768d56b4bd31dcf8c700a89cde22362258ec4e0a3017bdd9c7075d0d359163187661704a195e9fa090a207d25bd221766b60229b9ac2880e0ca3f88ad1b6456a593edbd30455bad1a579813a44cebf3d3ae3df0ba63dbffbfb912d0ea673d1b5ed9632bed549087405880a945284fd68c8ddf4a2c32b0f261f36aea74a233956ec2991e53ac9095d07b9eb79cc3fdd3df197d7309959598cf83c7e06dcf8ee2acc8fc046a2774401b6677cec86763b421146e15e817d6169fc7010e7342e7f514cea4cfbe08e30156be8ba4b58e1cc8e43cf169e998713ab7670e2ca238338739e534856a7689e57d13fd6027f31b681bb446be22f066dfbe8fba2f5908bc12a9a878a565a49f4301c52375cffea779554861eadbf2df07a351b7cdfc07dfea9c5e87d156a5685f95d712865a468956a15129222a855ce34630a7aa410bb3233b6b238d90764e73ed6ebfff3f39fff7c34e9de5b8e5da0a92c202ef284f07db23bf84e1d909b5253159cec4603c12ca5339dd59d821ec5cac27b19e987ea6f7deae5d4e77c2ab0f3fa70c9f9d0798cf2a6302196d26b8ac242c9ada3f28cdd22e42ed8326843e2b656d86adbae3080cf1ea5995bacf5c30de5cb2b9def610313a43aa8ee98a2edda8e4b84274d8b4d2f8da426bad4f1ebf182d4fab308ffe889b89dab3f3787f930d17490005c594f533fe704c0307087ec7fc4623ea2d32a1600d61fdceb0bb86ed332bf873cc7a6e282897b3462736ed99bda079712f54f5f3c79f9ed95fd05faad68612ba86665249f377d02289b1b2bf48f80c9ac3696cd7d64c5a5965be1d947d7164ee57c6eeb5df67a20c2edc6c2bf1ad312d2721e2b8cb8aa3621213530132d1a96311b8949b866f442f7d0a479d72ad7dd7a6fa7844c4cbbe675b86d665ec774f44f178b16416d50ef20ae8174283a70784c227800a84a310b8c60dc22fe712bfd5fbfb733c991a98012c979e8272b2508bdadd5eab48839477dfb89b242af050a008ff1da91159d6e5a4ddcbe758d75d5b27955b8ee14856984e152a37bb475f5f82a02b83a182d1faf8c1bdf7a54ac4cc68b4624ab35045d1f8e4e9c153a5f3e797a777ede84def5e511a82e05bfd9c3b66809050b5111770ecf04c1356d9c38b77263a6dc2806e08639cdaf5f8b2f919a14527e7a715d8f173e40ac4a343f1601063f74f0e89a521ea60fb5257d01e6e230a3d17fb1f6984c3c60408a05d62338f15d62bc3162233c2a86b79c9890cf396ca6a2b86b59c283a2c4c22e5e70583927af6e2aead182791979ad1dfabbde958f4a64bc6784da7918f25aed3da4bb225ac2bdf4a575d2782adeadcd6ed1e2dfa129aa4c9df740ab751400f7e7838bb7cae1ef70d315f2ee411941efaca01f0e631218042ad5058feae284eccb58fa162835f401a2922a0019d36ae374e970ab84f38d12df21db7c862294697492909bd74ee3ce78292f29a3eae501b5a78b8c8b28a48e81de873b2e0751e67710e0d324f3e32fef836e0bba1ca77bf3f70fd76f26962d3511d7304208ca82185b76cf7a2632fd4d315c6000ddcb1995f53cc9ea187a3855861f97d6fd507f7ff5d3f337770fac2f14d51c152a84ab361e7cae7811ecd185096da5d740279e76ae289861f0f812001c03717785d713d0f888f8f72d79d2e322e0bc9a4bbf8e33487f880e3256817ee86cd4dfc50faa0f88d2e1dcd77cc3f566295bce215852b8b8f4e71d181fb6d7875681af3ec8df5df741a28643557eb2a71d9a7b187d21c232a69226adc722ebb3cd43684338be7891ae6d6dda2eac73dfe82bb1bdcb3179f480b8f23fda6214c568a543425e2fda3a873f5b8bab17aaef1d958f805370198703cb4956c65db9b43d54d26da13a1b7167c0185d073ffb6d744084448f811ced29e5c47d0ca7e481efc1aa98cc22d7a55439dfd5526f041a23da2c8cd2895e086d897307318a8668a6b2d3f60217811bc2853868720e4da55814431d1e1b378d8daffbc1774560d70bac8b6547dc8a775446f2473b7dcbc88a2b9417fc8442503ec050b0621e246a51c6e9f2d8de6c9efc9077ea54b02882ee234f3fa7a827f6a422999bae9f4a01ab47bd5bfc2e324a55abe6d612269f361eafc15ebd86f74fc8244479068341e0c9282c97c59ab7b60a6ebe3da2d246911b5884400cf757faeec88af8fcb022712e4cf9e66a5075ebc926bdc741bb57133940ac1ead4f91486566c1c756c742d59fe911049397c262d35e9ea2882787aa6b03970b6fac0fd020fa8d498611524d824f620076f0ae91ff2eb95947af662a828b1d06df26888e2e3c9bfdc939fbe6bdeba316a1da4e7b2245cf844e4ba1d1b4e08ca3ff2472c53bd78c39d448f79758d6148410f28908eea775df8bf5b028f721d5bc4203e6e9cf6786b95737120628e4abb69c28bb3807863b131711917f74c86cc71f52cf44095ddf5694811b21bdc6bd9dbb07b10f83f187c6891bc70bb085e46ea7fe9170f772ce7b4c22e91888469178d5aaa31baacd98d7f4997a2e938939edd0f3d6bab31ac18f2ffffce6edeba777972e6e53f020ecd29d8e4da5c34461d4052a024a74a0b08d6e7270fa3a84579169666a2baa87298574922ffa840ec2a7bf08ba3ffbf13cca5b6c3a28a8d885f59d625d2ac7d9b0982f891029a5206f181859a0696c1eb7df346f6efc118fbfe7b78c617db88bfdea5489bae19eb7f005f45c15ce82d3f43145d333f320b48f1e26d3da609da635ac8af4ec66575cc655c5da1386b2fe2a037cb81299342028828988454bc1b7ede3ac503ad41b0e652b40ea6089b008a56dec4c86303fe27ceb543abccead1f918d7cfeec9b37e2473f5d18e9294d29adcd85669abe0a5ac748df21c3892773ac421d47e7ca983ab2d694e1e74662178d605f3ea69a7bf1c28536de1cd36ee7ad8003f58aa4d4ad1335bc4d94dbc5ec63cdb4931b455cc35518378ca531074e7ad4515632dc2ecf5b810a4d8dafeef4862f1649cb730d829d1129863c8dc13845d87bcd2174231ed194560e3adab182153a2c0d17d8907d3add4287475aaaae7d712eaa7b0d4d09910cc5266c2538add91ac44ef559559b2998221aa530a1f3838932e345565cd2059db57e5645bc24868c185ce8487b3d0fda79b90d085d2f51d91baf3001e080288bdf5bbbb520b8a364c640435ec2a73424cdd3bcc6ad39be0f174e57b7c2bd8e529d9ea7b08aedbd43672cc3617a818afad9a488cdde66943331652e9eab0c8d6b81987c3cc2c4bd7f124b79f3d5cb573f5eba044f417ac5cfe611c8ed890e742d4fc424d3f966f0281ce2636c4faeef444f13ea0b583901cfce48eefb64fcec853eeb546f3e0d979f755f205fb9c0f70d1541c350928e0002739dada3b4acb89a8494b44952c214458115834bd1ba561f6a8a5db44e5ec34ababe1898403841ab72daf8bb3153ab156ca3a7393d37da98b98aa7e188667065751bb57c658107c4e52ff7bbf1ab57cf9efcf5e2ae0041b42e328d4fcda8dcc2e5aeb0a387abf7618fab394be3420acafed9a082495b5c99e83aeb8f9dedfc8f1eef9fd99067477b86a868ad935d1853646c4670b0ad2908a727991c93ac5b1f949d4eb6b86e53cc146eece0ea779a538f49c3bdf9e9c5eb676f9ede386f87a6d5a8f12890171d2721393fb1e8d926665ca52d0dea8c0ca152e71457300e15721c5634fbdc5de7b19b49063fdffcfdcddba73f7ef5dddb576f5eea795fb9eb289aa5b16c15f0d0ff6bf94a213b619c1403fcc49c6ca814d602b30ebe61926469a1b0a59d46d11e3796fe40d79e3c7f76dd2e11bcb513f563719e16989b2bc87826a13c67749ab6cea112a6488076f8161257309d4065cb48f3bdddf3af28a8fee987976ffffaf4ef17a25022fb94f68c12e4a0dc9fbbcebe67287230b2716447b1c63010c435b8426dfc49336348fed44c7a9d421ef3347afbf497cb3af8144c381407775d8a6a3db1e150309bb82be990a2d3a60d80422d7117e7b38129cf08b455deaaaadcefef83a7fdf9d4357586ae43c83b20bddb8bf6d114cd3e54c0d9d355e1ad0fbfe8c789c8050fb163ed3bc3402723ccdb9c8cc3afcb6fdcbbe9f4de6aeaeea620fa2704881c529aa3569d1594f0568e88f9985c74a49906a7a8a10dae5f9ae22ca2c0caa4a7364e7f192b10f5fa8a8bd9f3fb2e24d0e81474147815b7699bf6a283b56269e15d56c8f08c1a3a45aca5648cf6863187066e3870ce3f2c70fce66f1f5c53bbb2148294342bc046cc66a4b9ccd006d1772feca1695fddaeb422c46242c7935dc934dcfb245fd1bcab5151bd8bc98c939284678644fc2e762ee13216a9e2724110df018b44be985dce0a8c48bb3277ef477ff040efb7cb2fcf2e1c5544b868e46ecccc26b48a56c624c0e2038752a0bef658d9189ab0adce81a082e825d6c45a973d75fb7e4a18f8eeee8153aa58b07093d033caba1d6421ee5504ce19c7f65a8296476faef8d21e391ba44ed6f6694694544e1a4c17e5921bda2cef65a92e609622a9e2b876a4a125bf221299730b62805cf82317e7f8993845293ee9d3455c92099116653bd6adf8732bd93c7f79395182fa99728b0702c5dc083ff46d6b3d45cc442b3b0c6c84f542629653515758811b86c6a06cfb18ba3b158c6fabbe630020f48858edcc1b9d2794e531d83cc4789b72c01099c7545db8b96917945e518c0b2b881cac5b171aaf4faa4cc7bdd0571f8c5acfbb9b04e1c40231eb40aec4acdd4da01f187f71bc74c6ce2c531f6cb800c09e69b9aa5d5c71113a6fddff50b4565e7b3fb0f7d59bb73f7d739d59b86f2e0871383c8a8f8a8e0df1a83f852ac01e79a24a6642da81e2636c2358d10743043ce9fe5d94920f10f6e1e6edac7723e2ecc73882229152079b8809acb93167d5293d5a1f929fc1ad79f81325e2ff42580cd5f34f7d990f10adde9a1283ad0d77858155b98283c2aa9e2bd3dc87e0abc58bb4d204d0bda1ca2086a26cab547a7eeb70f30ee7ec78c64d3b2a136c8d220603c5740ef5c39b53bf8182a9a5ef20cfa14fea8b1b5766ca199cabc727e5eb5bbe8ff1dcf763091497d1527bd75f7e111637d6b89c19bd406c1250294f4a67b18a622bf70c47119dbeca8c47536203e8b50c064795f5cf28c42333755755aac5b0b170afa8fe3e58be3e4da199073c10b5c69db32aa97a8a3a3b885db7a99740d74b41f2fa2c585c4f43b3b794e3b4e8376ff81217314a10d7280ee84dd3433be8ae0063a750c31aa8afa0af24b60f11f625c68e3addd88e01b2722f03760e112f66054eca2e174a4fa329081728fedce85132f4adff5a858158a870e41184fc85d0470d8acd50f0a688216eaa341f7fa57efeeee6e004567e7cf9cbb3a7f44288039c29915aba9e743e1430121c6c1c975db51a0565bd8265fa122412411cb4d18b900b88b784ef8ee2683eb5d1dee8e0bfe1ef7eb3970663db4118427e50d48a66e91e9160a11f2f8bc7d97abc895ec2c1f0167ec98aa6561b43e9e15679f8af6f2e1fb3f81af2ee8a834ed46c2f344240102ed461dcc69e5af91e194b6f0e763f148aab9e411450adf7568b8ff99f1fa22f0f5adbcb6248091d40bde26396792832d64d53f23866c3b083e01ec0305c8b40bddb8c92e233a6ad7c8bdcbf3baa9795ef56b53d4aa1d341c04f5c5ae14f117d7521258a7e5cab2d0cce6ad54a97623fae6971386dbad3e75ccc9adcb246be7c63261c53e769f5e38e2ed3bcc6349211db057ae56d66424df37086520ab0983e07aacc5b7beda6f6f20578f9f1a59ee9f54d539b114e8da5a2282282ada5d4302d025b7d0cd7ccb4e20c62ae9e869daa88387b3225d65efdb8e9c97c9439df877811b2ac0c1977234d5991adee9a58285b235a7db60ebfc8e2d249d98a3a6c4011caa643ab78146edf87bed30cbfe0a191466ad4d8994070b395a9573f52754bc120a2938b0dcbac828136320d85fe91a7125084744f55c3eb32f5a38c4881eec9f3973f5d4ef9b7959ad2af165c76c207c4879817bac343b97bce54289ab3accc7d74a615dd59e54f134c0e0fa58feea3f9d1637575db8011a3e8f6c66f146d324490b66116c2c432f55fa4dd8a4e78d931e2ecae2cc780ad10be1bf7d6573708cab52d9347c93e88e9b8a9a7a85849bf18afae723f8f3a1e4e28cc42049186301bbe935471f487e7c981e581bbcd9968ec83b9872c36a507d6b4a18d3e4b3f8ac857af8566e428b444e0b6d3ba53e2dec6694bcd24e45b96b8760cb74edd8302d4e512a73ec5d0a962130e328234014d2c8481b0f51ec2cfabad402b94326758cd191ee05698db42baeb569dffb45b5e9eb4d6ce69654a626d43ff1eb3e28af13a020a238c73eb14c21ef55ef53d90bf48b87b1611d8149336130bbf691670664dfbddb3e7d7fa359b391461a86695dae8904f3ac53ae70d749a1801a73aa07f1cd87696a1738869943e32a3d17724c2f86967e2def9f816be4c6d30a288a6e0d02bf66201563bc73246a3609705e8ba008febec9aa0a83d98159f98ccb4164eeff54110b8fbe6e54f6f1ff8a7216bc09c81abc8fd1967da718f8f56fdac9d49db8e1c98b02502da7c0eee903a9b343b9f00ce7575fb84287f7afbecdcd66b0bb4352a677b8541a0c62d936b792c0d453a6d3043a147879d04cb08d070dbad5a0f49cbd3f8d16fd2af3bbddd5bd725ca78da1d15e9ede2cd568ac5535b202397653db3285b54b8a3fa2876908f0e37e630fcd2b60fa76d75f17449bd7ffe4eb4e4db979717550a66cc052bcd8a901891834ca3352341586a58f42511770e74e94d230ac85d8a72f5618b7b2f34fc3193a2efdebefaea46758f4ece1eb3687aa58796fc4e2957b45781aee5c0513174bbbae3168109572abc05508516f95918bafc405c09c4bf9ebdbafcbc8af6a81ba62bd78a9070993eb87c33f4647838f5dca258ca523ac539cc3d0f0f4744e6f9a2eb012cbfb8ed7c3f677a1684d06b2be21b94a657218bb450bb788011843b7a13335180a63a117d94d2020f05bb1bbd80fdc805e793d72f5ffdf9c7bbd742004fffd3cbd7cffefde2e62fe6c108fd60888c09fa689816f2b41e4cdcd1b9d95764b2d1514eb4bd32f1be0c337be269e5538bd4afeffefde273455311dd158bd66ee29e29198577861bd310bed2ea621dd85aa12f344772a9194c949a412175dc944bb9dd59f3dd77d708cbe314d9db12cff3166537eb4b16122842acf8f3059d8c423d35290c2a158899386ed48558668e0f45a774187f7a27387b69e61506f7694af84ce5ac288a39a858f862c0fd2d5af14b2d7be10025a649195ad8c815a686d3ba75d7f0be7e78b926f12ad477d1175a0d63a2434e8a613946875b1fecdf5a562882742d7a86a1848418ddb3b6dc1f497f03c01d0d41cfef1e9442b831d493491969b49eaccb96fb36a16b1aa54aa3cdabac435399f5088fa3676696a23e74ff9c423ed21bfcf39d02dd49abe903e2315e4cd9ef39bae9497f3bbe6f8a280e0368d487958d37a6bc87b863eb4a29431b18d99495bcc2d4f1f75c738d8fc5db931fdde397d43474183d5aa51244a996473d4f21c0d5c67c4de93518a1f950bc2dc37705c0100f15ff8caac469335d17e02fef919fbe7efdf2f5d7af5e3effbb62ff45dd00d11badaf88c162c885f07312e26d58d7883b32869f980ae14a804bdd43bf2e2dbd066c4c4b7f8093ae54ef6f1985a23229f62aaa6acd548815da561c8c8bb92ffad12333190a4f216ecc1ac4028b324254b0dc48d69d5dd63de47a0f868944dbbd980374d8094993b7159e8cd948ee79143efbc20159bf1d32669eb881fb9172427afb74a7f42945cd379713cc7a731d694b6daa90c2764990ba28c3d36eaef04f732d0af38af6b108482d1c156c2afaefdc659d74baaec7cf1e15c8318296a2b0ad1951aed046f51558a8802112a4c3e24756eed6df4ded5c19487c41c95c78c5082af5d34451b86a7d7aa5077a34c3d265f2e2fbb73f88d8be7dc034c55044c3d0f1ac8cc68a999815b6450d085ba7328012de08e90bbfecc42d92789b019a0eaf437846fadee99e5db2670c3619a0d37bc99eb64cef76d3dbd3eb5c085d888ca08dd17ba56171e4027ef75c9e648f23cf59fc7becf5bdcfd58a3e4cbee8fd1c8ea3099b12a4c48cd671f4f125c86714168aa84f0bad50af15f211fe1efbb608ec3b03cebfddbd7e7672b738f7c2521835a8648b77e020b650b64c7a6724314fffbcabdd2045af944dfa3e48a0f068b03debe36f96a02f7bea6f6a9a3172e810e52f6d74e6bce8086d0a76d458942ab57b52b2662bd75867a228b00e077d2e84c1d324c835e57b5ff9386b045f89c5e9192ebd131d3e81f56abc0e968e5cd01ea53b1af91da1dce8f1afe58ef7b8670971f453eabaa07cef22ea4512d19929482e71676914b5224297621edb56063114cd5c60688861d9a8f8ce58d3123dd9caa6ee54f8bcadcaf850d456c42afbed4577a620788b982f22f6c87c6c49facba7e88f7351bb1cf1a8d591ab720689e639c4cb6f1d6a7ae9efdebc7cf1faefd77df4b504ec4a333389f48c16c663785be22374608a0188ba77dad8943d67c27e40b95f700eb86c1e6cc7abeebc1b8310e918d55070262788e92966ede810e05f3470f45423c282425142af70e5d4b57ac7681d629ee71be31201bc7a798169f01f75231671b4a5cd2f9a4c593ea336ac503618c713e46f847f5441c48c74cc5a406d53b0d8dcca778f51c96bcd77b137a7ad4067ae5e65c6b12d298438b3b17711c83094fa92a04754fa314d104a4121b72e6aa60de41e309c774ff5e090171b7379c11788927044b5d8e54cea9a61752344d8c464a2a29a52792b7475b2fe253cee0667fe7e3ac15c3fcc3757b396ad3a4b775baedadffa9e82fff81e1a65550a4447c5d4275157cc1c84ce857d4ac1c6a6d001f8001d5eea565ff4660c059dba0ef39fde9850496e1c2a73865b5cc1df7834f2d948f543c05f31ba8c99228e1fadacb322f483e8f8e3b36f5f9c7976de020d8c1f8af88bd3f0fa4456fc31f891f01e750c3a0750828bd51ca21c85614501bdc0abedf6dea2f9e35e64a71ed9fb63f1c8f07aa7a8e33113a4477c0bc3f4d1a65dc71d74073a79d157a1f1cc2886f817df320e8f428218d0b928dc235a7b57f297a211231318f1a9514c1e814b954907e1c054d6daa90384518e8d91a1b649638e185064d0a73c7471ffcbadc98cb369e14de76baf7308f2d3e7ccf55d5d7d2072a79d55a8768a356fbddb22ec36e716331765f0d4f4da432d9497af0edcffd5b7cfdee873afed19451ce9c5d4d13699828ac0af8f7976e743d44151a41016b6a87cada8488432b40ff8d808b22114f0c8d5c6853c897eefc2e3ed7c533bc6913206a83e73874dcf0979d653c1c3cda6e117afcf55b2a0eba0558625039da2dcd1dfa23c67e24477afae0d022683a553441b1da8a04da1dc6004d18e86382c6b4656c89fd5217ad3191fae98eb514ce746e4bca3f04161f762d8932ed78c784ca46c8477b4f804aad096294421ee568b02135337052f4e6c4683a29f688fb99789f53715d34e59514cf5f5656a2c7b7bc6e7996c151a0ab37333970c6228ca641903d824dc89c63c6e4051343ca36b3af09539772f7fc0e50e778b2fe06bf1cf751bdfb8849d51b84a875481498b6ec2db8ae782ab71d62eb01dd0df6f1d5d5e7df7a9afad3d3e7dd6ce4230a69c46df6f5a9bbeff42d8a53c7bfbf431710d616f53f43a9ba0c0e80a1402e60c342d9da290eaec0b7d6c41af1c43a9cadbfaaa2d629e22ce3defa1dd95c1f8f179579ab809d5846251604f5be926e66d987571ab28546d649ba1180603fba66828be8e49c312e0bc1f5ebe09b9ded999df2a4033dda1ff708f35a70f34c375a76c6719540af452e424441466149346209f61b14d105b23de0ff33c6e98f0d33314051e68f018ea0d9829d30076d8212097901deb43c69fa66a338c682beef4119388d88c2d94ddfcbd20ef27745753f7f9e9cda522af47c17989adce320d63df1613b69296e5024f98428caac18d22b6dccb38047bc9395c43e57433361d8353efa744af52ac3f24c7b1f232da2593722733f58312afd08aad66501b8a82156325c5eaa0bca0f58b41272324728b979f2bb51da229672335a25882e22db948432137d8c2172930c23205c92ce6f0415b07adf82d5461cce15e1b102cb5fed64e3d64672e25dbc5c0bb571c30626d34a5a149bd67c08687ee21319422f82c3421bac8c8ce52808f7d335219e3b9e1ce550dff4a96e58c11a3fb9ca2e9ad40ae0d837de2094839875c1907b299dfc970e65cf4c21653083ab55319349e3b167ec049f77d09d78594a68cd09ba56354a74f783c2bc68765c48b714ddca31c6cbc0a238ad332068c6344d2f111069ce78d9bbfde6b738dc79ad095a5cb7809502aac28a8632d2ec42b10e2e82bd183d619704934cf8e663a92595b2f5510d4ddd465b864ae4f5ebefcebb38be066b4f7157ad0bc5ca291da135a95e102864a99366b718323d25c469642ac4baf2137866f9a80ef913c7fd575eb8136c5bb51bc73cff311b3e0bcb8c9c25f2ee9655bcce7a8b1d078c8a01c63038be6982670365092f15ea1095ce86f253bcc695e7cabfd7b64d6cb30340cb3aa997974dc5f444ab8a3d4b3ef13550ee66822a2b33affd346055f3ce41852ef38589cce4a78a432f1503bf2ea4de7acbde90452843f73d0b115be573a6fb8b52dba506655a4355cae31d644b5a9e598148692a868ea8f90de4b6dd0f7f44c3c7a2e9cbd12de7a82f00d9b24e35cd12b75a2ede8377aaae06ed11b5d1517d0bc8f8c2adf9b993e9cb8f890c6efed54cedab99c3f3c12830e465728e2b2a61d93d79b333a9c725762de428c34702bdf8adbce6db4fa38ebb7c2ec7be072c4d9ab0bf7499b561351b31e8e14e761f083290f435b191b09fd48200dbf1f8331cd527435ca35312a15999b01e24c6df0fc127c4cc14b9ca995b3981a48e26986db46cab9468cb11b3e27791f5213e1f742047317ed6901d07e1afe7da834f451747db57b82a3924ca78213e75ee23208670bdd37615e01080acebd14514ae122a69299be9b5c986927db7cdebbf428243ac67f6fe3a143055d4169761d934e4bb276ecd2ce24382cda653d3abb1d9395ecd064470f49ac322b19e453fbf5f549bdb2037a7d89ef83d2b077bba21d97bc5812aa998c31b6a4d445cb4bc41908a9ae4aa7221d1c36eec0045abea926758c44bd7ef3c6ddbc103747ab9592dc761de4891e796d245247dba196d7b4a36c128109f4ee12a4eb31a764bcd8db01bcef35167fbc7b76590e52b63c7c93d6e21aa8d155103be5fa41ffbf023a7d767a79f890d3545f705771480268bf86fde0924b1fa01df3fae9abbb6797162e15ef327c5b72550a4b98b7eb5570e5ad50a24f5b8234c28e0a4322d64237daaf7490ba202a73ff96dccdcbe07704f7bc9141b937cd0de8a8be296c33d93489e85bef26366c5bb6c7d0458fb0d15381bfb892e80e19a9bf0775b5771a4667b24d571604b660b4acad011aee0899d2e68cb09d754a081bcf5231fb8ea8a9189b0dd1672534537128f0f3a61ccd2d71d8ab7e149ce1fd4e051622fc4d3bb722a8b2d14e9310401b75e60172199271b21c6e2e148d04a3eb798fc8d9d8bdd0e3372fef5e7f7b53d91481789173c8a6709c289e98fbd65a72503ca33d83f2ecc6b835ccb6d01aac9898221f8ecfeaad62fd69baf6e5377f519a38ef27c2539049ef2cdab786f6f3c2b921047a89d035752189edb9a0b0b78ba7cbb81624970e65c97a1a097cd4e7eb1d58fdb7bfbf7afae7fffee2d977df5d1e736d0ffc421d22e411c7f7a6b42f90e35a40702708a7e0a9aa9360b2621cb0d2af6898fe6c34933ca0d70f245cafb1792b027786118ee2ada0a292e466c4b0162342bbb9b25b099515db2b737d46e8640c1120ef77bebf06b9fec0674f1f74511fda104e48392109ddfaeca1d7a1dc2a36db0a4a78664d0aee45e7438c72d1f13a67a2926ee743ffc20fe0f5a6ff80f23bceb747bff43008b609bef623d935d11a31f512b10f5e4a99a6ce8c89979f8827881514732b5a9e975f4e660b176dd2dea3ac7d346a690355fe327d900fdab00971a10eb488e096a1dd5226e18cc1d9a9f72900f420d2fce54206efaa231263a1820da2475f17dc2410ae4d3b43cffdd0c26ec1617a2702274e97227c6862f5928d58c4c30b107ade5e7e7f35c6a03f8c1a5cc6173d046f516b51409d29b113996b8f7bd0d357e722c854ed13713d5cea43bb6f8bbc4a712f1f14ae46ac182309591f139c15506b96d753a2adea9803ebdd3aa5829e70bfa39a5dc1c8caf6e91dfb7e0879cfeb2b6fce69d4580cd755cf044e28abe30621e689590bad8a3a7e433c4030062780e49d96ef306bee0aee0250e6c1b5cee5edc7550ab5786d0c41b1b905f7ba61a0b96e3d4a1d21816ccf88b502b8b252c3ee96097a711e2e3b9586ec833b817735cf9354c885fec1d25f54623b8cb5ea12ca3d74e517feb2dd0dd4e626da4b15639f2ac656f5e236f7c5bdcd5ece28f655a2bb694a552cea9c1436457d13c60582050ca8370a995bd052a7b96214456f73d5575a82dfa2c362c0e17e9ef0bad1415bf09b9fdebe6579b7eef6f7c42d4f117fa10de4d12e52ccc2ed75d15e50059e19a2ec623222ddc1cc6358568b552e70b6dffac80f277afdf2e4e9839d89289918615edc66263c0f470f74938b19d9d57cd426b13d8b05ea2b09bb30e5a463678690cdf6f7e0e1e68d0e3fbb1443c77f602b698b761cc62841a94ecf6b15f6c2567c983870b56250156d1e9cb49981d30b2de3e68cc9a597c887bab48e6d5046a10a83a1f4608225ebec2a60099ba3548fc22485dc72a833e161642c35f83aacfd24a6fbd838dfb9e81b13d98207f44788af8c028ca54518b3522acb34d056266029bb0583940836bb110b3461b3db09e1dd9df8e9019fdf87676ebe2cb626c1ec267ad75d8828bb2914ebe4084a4c3d6ae1885a6346a621eacfe5a470d09cb0ce49cde0235d81faf5fbf3ff9838b1482cfa8e133de2bd099acca222af6bb29bfaa03e0d96745380053b6a210f845eca217b7b927e7c1c56cca74f443ffffc9ffeedbffe973faf176f9fbd7d7659583558674fc152839d1f932e5e70501943ac58e14179bc541d2ee5064cce44289657b248cc23287cac9bce89a785bf39bec3abcb7a8ace7ad339f7cba47ac4a089d7357d30931b27251572514390513f4f62fb39942ce4af5fa00dfdd60d25a59b0b0e319574f4dd5b9dee90085c5e4481fa04464da5ba1cb72bc20149d05f3822386c02c5c54be7b6323c88780f8d182e54e1b12f436445efc80814e9802aa77255a5f4259869c5712be67151b81bcf6faf308ca46f6274e8e1ed2edbf58396ccd94ea51eaa3832b8e3a4a7db1f0f6f16fde2709dc13e650ee4c81db351c575fdf51548aaffc9de3cd49efbf0c25e03252e9b9e079b3b46a5212f025475d6b54d4b4542d688410b428f68addf9833d46c2c2abe534fd502c24f48fe62aaf6416252b2c33528ad5452d39242360aabe227fc500f49b1eea869890fea18ea63a2fe98a1881a711e1a6707ef53a44c7e7cf2faefaf2e07c1b75f75634d51859513ad1a483eb343ca162f2fa279e04ec1c55214f2364dd298d897e4433c69675eb7975f08f3bc9b72fae06c748b566859a125aee345d5e61055a20c8187c16853944638b70eb1152eddfb70cc535765195a5bbd6fe157c67e4ffff8eac7678aba0f94da6c64c6f8d4c6613cc25a02546931ec82bc215dca6d754ac9b8f26d002b8652deb32df2a935f94275f6e1309b13701b4ac7d529cc222f28503fb465faa2a69e977e5296b502c45591c750a9556c2805790921c65374bb06a40f6e936fe10272e5cce2a343015da75b0433418a410608b4c704e58f3a39c895eaad33aa91c7a6dd6b3b77ee19f930a41fdd8d1781cd376504a69287d2a4d93621fe27bc3329a0ee6d738d8220e2a6f47c29a50f37442e98fc3d94931f8481779202025897c28279e1f31a4c1c059d77fa7daa57fec8cc8797896898502356115dbb038661f2f2d87c25fc0dc7d98ddfc746f38ecfbf3d9d573be6c801e1d5e198064f086915236c654c834029d6b6819fb9a827e61b94e7eba8b5f79c677d1860690179f9fac79bef916e3ea760c7ac8c69b4fc99b4a9d0b0229aa194ab0e4599745c5c09e2eadb090b3163945c3e374e7a4c44f82411f1e111273d2f2cb5bc28db5278d5f7ef343b1aaec5a748866910ad35491a1bb3cae5b4a5856507e3f1ed8c099cdf33de1cce86c608ed2c64b702035d6824669ca6f5112bf846179b186ae369ef152afdaabb54bc9ad78ce926afbf562abcecaa29056c1c6323d4551a90058351c0684164b4da7d3833eb5846ac0cdca66d60eb258846dad96fbebd4bf1b3f3b7a7e8693a500913f66551fbf338de85825bb276498b8ebf9d317b5cc05c77513bd6db9ccc3bfaf1b094fff03aecea1635fa22c6838b85405b46f631e5a985319065e904b3b59728dcb88ede8e40e1d470cbea9308f389079f17a2fe723eb777c6b7dde170a0c7d2114cf002e5223871d3d92c5eec52a1b03671d5410f4ba04d6cd5eae01ba616ef15917f4d2bfcc757175ae1913b9da113b0023c3760664f672606467ad839dbdeca72f368294fdab94d2856686e20b9db4fd3e0171cffddf4f365e0d65617c42601926882505216cec0900d11497d8c9f0b9d14a146dfb31810fd228a3e397ad34eada9f1e1b5c8c7f9c0eba7fa467a97dfbeaf0e951e510e9bab56243bfcf40c7fd3a46abb1056c295baaf4149d32ba65b4acca40ec52261da78eb249eb6cfbd61fa85fbcd524e109b672cd63a9d416ef6940f0c6a17dc5a58d13c2496a2d8989f5827864971676bf39c1c356ee081c756cccffff4ec69be3e318e8944ba65e1e6477b2782ed0163769a21193a194b1b6ceb31933f4c57805c4bf42dea319d66053e61fcfbe7574f7f7cf99767b723bc526212385a4a5704d66a264eb675d2e727d4da8c822132ae8c4fe81b79e3c5c84a440f340a6fde9405ba6e93fceeeec9dbab525973c614716a5c819d08ade8b242392699435bb78aafebf7a9733236a24c5e045a46514629e2094addb742fd074585af6e1d60857a6d6c710ccbc8a662c3a2e750340b9e93adb25b46cc608b5a0b812efcf4baa54cb3b9c30fee569dfc432bcfe9f2e4e12038229da374211d049cf1e1f00543297a61bd35968918653a81085cfb98ac14e6a3c18f2ed8e6ce87deae59d78f9764c8c6519b5e65722c4fdb69e107d83b8da023ea71ee491c7641c13f181cba4a704a0c5dac457ce37c2efb63d36097db47343a63398a40901e9fd7816461c804e1e5d044bab4af748cb9755d4288fad55c980bd1bfb6c2f908da6d892538ed85d87246b7446cca241b915f43769e76d43669b66b8781550377158bafc946ad430b340643f9d46ee6b447357e53a36bdc0a21a74243058310566047bb4631294dfa2392450e4354330b83e12845b94f085becfea642daf51de7fb277b7ea723c4aaef8d28bb4e1a43ae139c6cabf8e5a6536934e30f37352fcce91b3376893102f1761186f22bc90653e267dffabfd98b6483e34c4d4b275e504e386768032af40b57cec12d4012830a89c1caa563d4d70ada5061d7e1a3f0e727abc1e9685e28f474df04d3f518e76a738a3ba485047846e878f760c44cf898dc69cef47a194286b5a0cf334441c7a3e3e8f7e22297f25cb68f917af03c4d851941311c7913aaf8b557ad5d59ddf5cd35e332daa97821a36edd8fabcd072ce8e92fd7de1bbb0dae7d295232fd637c599d108266e02c63878d12f6e46a566b5b8306f489918ce85fb8b714b92506fece370972f9ecc5f7ed8556792d9969f157df216d1af4d01732620f49781cb5f1d1504116ebc3fecf73635bd10fa4f7546025ee798ff7ae75f5cec6ad4e92bbd7d73a1355acd11a630a4a4e88532b81049d79ae5d4537cdbd00f414261bad54c6fe2cfaecaed14e74c6fbce57fcdec1eedd0ffef49dc2de0fe7d22549f12e5366c650043f75b48604ac0d9765b93a3430ba405b743870541a014a46ce6f24858c53f9e77aa240e0fdda0d50009d49c2ad68ad185d061533a64cb5286d47778c50ea31fbb6b6b2d95c222b657b4119fd8b63bbc77a542ed1c2fb35754148914bedd3bc77e3567d0fc37c69261b9b921ad565b4ba3cd7cb5bf17c6bcb6a396b56ff9842e0c724d5df933d467508d8c8c7371f8a6130c30cbdc38ab07b6ccacc09ebcd3499a21067c99ef2b19e7c4c376435dfe950ebe35e7c756fa47aa60de12a111adba6b1531525ea3ad2fa607172e120ba088a4bf4e7c4284add44cebcb7b45e3a4bf7c3b1d24f076127d8f93e12ece08c72a45881908ca723a828ea34a89108971333e3ea1c953c3bb991c4b9361c7ea77386fe11c3c1eb290afd357a85947ca2001c1d9e953b03533b151fad134b02aa5c427a5ab2551c74faa08d0623eae8b700d6d10df0f6879f7efce6c5ddb3e737a501070275e5b8c08a68a704c8a5c7f42c502d99601f44f015c89de7e4d81d8fa084549abdd03d7ba485eed92fafd199bc72c6a39b693501e829783db56b8570c42a9a18f3b2e6108fe706b2658bf83702ea62d38cf8e8d52aca3e661e7e8d695fddbd79fbc10541914e7cd288c2888a8dc301a8201855ea68d8480d051c115f7d19911a212b7132311bee52e8296fe593f0fc83debd0776528bb1b9347452074510da60f4151480f6a6fba217254a24c306b2ba7895da63ea0d2b4472d127fbd93e11c4bc0cfb334db763b4650b9420838525df1cdb08d7a3e95011755d4e8f1a2f86d1c2e69a768b39d57ea3e7e4bdf4e463edd2b8578a4109d2e11889d8da4616cc62925e67d4f19d8e8ab4f2201d0b4547063311af1447723c55321ff67e5d8a891e373957783345e52fae7f441384d9451e86e0ed14a61506430b57d899ce7de63c04452b69d04cb46b1c5ee2f116de7c2f8176eb1ce56d82170366745d7f3f12bcb9c70cf12d0c0a6d6a545820898f0b03b6a8d36c73d19e1ba1d87eaaf6ddae499d00eefb3dacd44d15dc0bce1ed6c746686ba1935ac5f693de978bb80e516e5496b54c9951251a7511a8d65919fe4373d745cca3e2ab5ca224329c78bc3e40674f5b320cb6cf641647b90cc562d15cb14e211fa3c8def1b7e3893e02663f54c11ff19a551ca8db8e2dfaa8fd9e9cfeb696146fb36082ce243e968a135ce320413887de3036179bc119fc146ede9b1c45c46bb82ef886b4451122294e11cea04c58317867640b99211d46da2f9d454f06019259acc5d98766a6f52905f6f71ab75705f6161ac23596064c013a6dca2878159830145159788e252fc860b42978cd94c98d133c1163ebcb9ded938be4f9f30f4f9f3ebf2040256a795e54356130af38cb9818f8d8e37a86a7b470ca54f6d676154212a546e87295d61df3d99f58143e6dce9b2583be0ffbf3bcc6d49113fc4b687bd5484d961634dc412c328563d780507f5fe1f05e3f8ac8edc4dd1f02befba7fce6a7efb5eef36b93ec56d6bf3982606c36a02d6eb0e3a215232290ca84a20e87a859642098fb05617014e2ac53f8b945dcffede92f6fff3c9f7df7dd9fd70bad5031fe87a797e3aac8728976316d6251bcc7f798632d887208444cdf98e8526aedab4f2609e2a1332a229f930da79bffebebd2bb273f5c4417711c9df1580557c5ccbd8e72c37a3855bda9dcea0c8e892d81116ba87311889c773ac74e6470de7b23ddb676fd60d7790dd805341cddf2f42e709d5e3a8ccf8972124db48dda08dce11c6dca62db34be7446ff502a34219c55daaef2c51b7dde8f17577ffab72b924aae17e391b6dda6e81c9493b75cd13b33081a1a6652d7e16ea7f53a1c3c04b7844a3ea96afaede585a61080209cf1fa68e2f310398ecaf8d384d599765f823e985c233ebf310f4503a478055dae83eac35be12bb5caab8e6bfd95fa4b84be059e0b94ce1bf175ba01050026aad38a38e44bc12ae545c486d0ec42221460f2a9b4f9d9b74fefceb37e61e6db46e474f57ce75e03942ec2918bad318ad209f0d4c080c0aa48a92b01ba501b86be739c066aae59c98353f19e1a24be3d15b9befc2cd32a214e7ae99b36b08723e732105211ac12aca43c10b9b0666a58803adfcaf7b7f7e95544affaac42684e7833b4a0fda36de398c26a074f30cd1e762782176eee206a4b7944c0de8ddd4efa86d7e4f2c6fcdd8d713b41ef219a83a48440fa382857e60299cb03210c4b0bd7f6111577e166daba95b27a2b8a0882d7f141403fd4aa6eddbf47eadb5cc2ebbb2b556dc847e44c1a7b4c3c467c72e8576638414c2250e28a3d2f2cbef6c322ff7bd1b18b43cfd5a1f0b8cdf4b31ac6dd39e8fa95841377d81c77dc6663cb09f4642d9a1a8da118a4e7cfc2d959bba035972dbaf398f9e3c2099f1271b79d76aee0ed4cef360b101d22e470d08b817268b3d43232d4e056a4be98a23b15941f98e70584180c133254f34d51043558a653cd17b973791ebd9d1e0d93a6981e02c317748ed071f2e0bc5fa9f1bdbd3b174347525e7f4d4408ca4e540cb448c3fc8d6f94988d0e756e0ebb673bb5894c52103f199450edad674587072358e7777714d814584a8b3e25045995c839b824019822978695418725c215c4a07dc3bb32856dfc7d6135dc0cd2b7dc0a4e76f597e90f431d6db46097d1fb32a26d80c40d6e2bfa4a3a7c290ada6c2a77d5551cc104a890ca4bfd7e30e7bc2af7b8300417907e34715ffd43eb4e780030201ef6d04e52124f88fd2956fb82e480726f6a47135532786f3cb26b8e8bc3977f79f6d5eba7cf19057ac0249c4049414d76e870e11ea48cb86201239788c9ab6ba10b6fe43205e95306062f34a0f5244e2a981fe18cef70d4e9c93e7bf9e2eef9b3b77f7f07a8ce0ae868874c1b98dd12469d196b61a5419d7b255fd189637c3da00aaa18df50f5e973670b71a4a3e6f81a8f6beb9fdd01692b7fe4a69f1e231bf10e50b2d6cb48682a6b6fe1d49b98bde2227c0463f124a562bbdca1666b571560b9d13c0a33f8dbf75fbdba3b5dbe5df515883176cf45fecc3e261d7d52f6f44b1f5b0c8db7d320a6c1dd087b2c1d3a4a68f446231c12cf76d70515f9e1e5ebb7c78dc1878f2a1b7db8ac27aac4abf0c74ca6a28e5814d40e612440183780820dde322edd41467bb73614e98f83f4f0015f8f29bd3399be96723326d501ddc6434f6c8e89e8c0ec326e607a968e62bb089dc9366c9cfb5a11b28b3bebd9c77b9bcdab2c8d29ce4daeea44029cdea0a8bf8096177465344781df0c51adb89423d1268758d2f6b915385172d2af0cfdd993f6d5c555f823e3f8db32e5a553cf65ed51f4dc61a0022c56a054a9c331506d505a134128bd77c52cc65b3247d8ed73f6ffeb8e49e71d9cc10d8b2554990a108b715ea1ff855ced08743937d3a35e9a3e2d20bbe51537c148de87580431cf75576f969a6ff8abf5b1b540a544c5eec575080a0b8c2c29ec0671029d4c376b1385ab904f3dc75017dee868044d773e18fe71ff8073d083e5bb8333f76071347231e088320b531f4dfb047b12050161a0e8b388830852032008f4eefd315beb777d3037569a45c967d3f9108a1d0d17a8d589f4537b871e6837905fe915dd314549f179035c19ca5202f3f39c3cdfeadf7a77cd7573b4c7788bd2154262e25656cb57be39264c04ecb8dfc221c524da5586fea8d59f13d02a0b01e3bc1efa30df77595f6419f18e75d8f762ef427744c6bb7a511fcd88da30ec6915fa8abe051a7e451cfae8ca1734118ab805612f8c0fbf7bf912e1d3076aba492cb5a590c7646a5bd0ce19a190a2e3a3d8a3bc87902ccd9087f0373db902798a7b0146194678386c704cd7dc0bc95c51bb9692ebc1f556eb8a96c3e704f70232f93138a1535bc5280569757e30b40f42f40a36d6697b2183746493c75b39de6513baa88e6dfb88a6fbc80e0954bcd9666b87b6b4c21ec6a53a2fc50ea464d2606cc5084924745e32ca9d690b15decb233f3a17390e087dc1a2f5580b441a2d0a2a4df3b80237c20e9e5dbb156d851fc69a8a1a5da7ca206320b6a95dad9de4ce42fc2760a5376f7e7097263cf8a20bfe8c03941b0621841ab4c0826428e550c1a2427b9999be4441540177277cb5b4c9ef3d7fae72d9d55dedddaba7fce3a2a536f4a5d4d9588a136a601abd44bfb5e8baec100915426d3325e1188acf149e843ea338a8dec86930f31c9e21657911e38de28cebf863e251a0f022d433618f81bab2f68b92b1d2725f4121a3d2329415f3d099517e2dbfa53745e7e5f63ef2dab30309a8a95c3cfbee0c99324f990d5f41095bd10f476ac21e65530a52530f5abc3bce8b79ed4787292f2f8893d6a308531459835b71e37fbb682d130d2abdb81e451e72ec0dd412d19947caf8346ca93494cfaec06e90ea7f7dca0cbe58e0fbeac8218c3f9c63c889f920845f6d4ab52b592fbd6331b5b4e9dea01d575f4d392f51de884ab3f72a6c0f5b666f1aa15d455c6f507213a9b74cbf3798b4507b386c74c55802d3b1a22ee8ba88d18936da2882bf45f06d4317e10c975cceb5dc92632e195b4aed51833933ee85a1ea0d0a0ecc86ebe1a1f234031e4edc3eb95271f434486d1311c22310eca37dac67f6342d96cd4c8e4b9581c6b6fa104951cc63183096da75524576ab3f26100f4f08e4412639fede22e1532cb29ffe2210f1c06f492b15d61c824938960a1778e15b6d208cde442a62364a42b5d44c695f103029d5e364af53144ddeed57eec3f4cbef266b2e345f456f158a66ed3b2a8bb81d129d0fdb884761c96387a0c3714f65d34c15eda2d1c4250d6a83e1d779f869c90fc33eb992be769d868800aaf6ed72e8aa68db8419a3f8b6b0a1e885de80e956a45859816ec9f8c855094bfdf9a071e7d4cdb4b437fb742355168c1335de051d596d1f25d0245c24c0e98ea16a01152e7b132396a28fe15e78e5aaccff6ec4edf6656a775d4b9b0ed598a957c55025fb2a611a85685c63e58dc6eb52193b45f8c5ccac6dac1c536f61875b35bec3b1f9bcc8b7ac11d5c75f727a2becae2705f6334b481b3ba21e8a02a0322843f1da5226e4d4f46df407c1ade7eebe8f06880f21211505357a1cac9eab41f465a781b00ab6b69dabb57432d1ea5a15dc5cbf12691b228095078cfffd10f97dffc65945bf31f4a8a0d7153f45ae3171cbd18961a3d8a5e4856f3642c9d320845ac434f41eb5bf9696164e4206373a2af8646bafa52e117c4f3deab8f9263aef9973b383aeadc24dbc90a5d3afa076b3a9e11608a7a1b5972641bffc597ded032e3820df05ca632828ea75f8a07d669d30d70e7a71b42cb6637d3dbaedd1728afa6df4424579456c0343f9c53da8e21dbe32d748272e0c17f4578f52301e0f495f5cb027b8a6d4a065647a9b0cfaab8a1e02f4213971b21af252043c8de33e3ed37c3e41f6fee9e9a94dd4c5756af18d396ee904a028531a2541606a36f6283f8be94d238055ad68421014ddf1e6ccca593dfd5d73ee57df3dbffbfeaab28e3366b13508049416858469886424bf637173e808baa6e8ca5da590d00a7536c6cdc4591a62980fd3fffb7bedbfdcfdf2d5ddc30e7d112f25f5bc31519ecbd37d9311b4b442175ee88296e7997b6244b3ae63166165bad18a27c0ae07c7edddac2eddce57badc439f84c8b66b0a5bd97a8ce8a719c5249add0c523fcac1057554a5cfa371a321478ba61f60f241ee7fc7f0ee3b51bf7ffdf4ef5f7df3d337df3c7f7af55c91352bf811995cda2c5b41586040a7d0aea4b0218857225ae0983f9bca004f34052364d794c2ecc3fbd80bbff9f34faab8b4e522c45b9b2b5a9ca22530bd266160172965451c51940d18bc1c5a2b9e522121eca273fbd8f5d6a5f5f015b4d9bef438b2be7aea93c995260c896b19367c08980aae09b8a5767ab782d0c7dd8cb85fa4446bcfb2c38d36a6172f5f5c3fcf8e7c09052611d34e014f9146944798d9a38d98217d02fa7bcc8d9f21d3905118242a471eb30fb7a2d9c52a2f3a5227124cf4eb097d0f262ac676255810311d206615a6491af6045a506228cbe0db89386030e3b10ffb20dc764e273d4e3d7dccdaf05e520e5718d6a1cb58860d2f2631a8fe1eda06396fbac25d14aba1c928d99346cb2734f35c36421c6a857856875637fafd2d18a1e33c71ce10e24f021636998d8c28c230828b4a47cc98a4459bfe19067f9f878e60faee66f9323d8838321f9e69f80a51593bd1266eb4191362a09dabe48e8bc0d0bbd29970956b43fa8c2695e2fd4801f65281eabe75e0e217afbb244e26bc8a777ac63d6a43c529b8ed05bdf5042a4649a1ee369531c5333d6ab81464ac5ec41020b829fffc20b4bf3f2301777965206c5ae90bcd383089b38be075ace5c0e85d7bbaa5d895490aa99eb6d2b8a35d27ade9472e2d1f44f50b7ea505eae1ea137dad61d86473d7032d87a2fa749eab74812b455586bcb74e53cb3698a0d7823ac3c9c0f171ae7c5c077f752f5773f7f6f5cb377fbdbb6ce6596b16cf1ce6c43576e7260827c884f66c14c6cafa25bdd78a2f74f175d53cfc3a2687c45feef5a26e2ffbb4878f559358fe76d1b44eefb238ce61b92edede14048d3542db54a38409844226e2d44e2925a2af8b3190b603508ea1ff5b69fb7d69e2439838670078760d65ee43e6c2314338a919c686fe4f0d5c5e0ad601f9e2b1ad97009f0e6d1ae860977cf6a01f9d75178b7e74d23dd77cc867547da00326166e1d0b75351d68d1b1c87ceda1cb0eb8504854c0ef4e404fb1f3246d793d94751a6fbba21c53014111b589321ba4c514e5107a118cd3a3ed825acdc69a508cb345896de4b6b48f1899caabdaf880c69e4be53cd0aa9b3898206fc40468cef840097089852c0e257db3cbebcc20fee527a323139d2ed707663bb7cdbb1fd9bcaf9f7df7dd45858b740506761511f8b210fc433ab32f2881f634de19ca714a75297b819f1a664056df2a94ccf3947df522fff2e652f0426fa3f0ad454cb198c94171562bc272356a5facc18de636c32a50ed44de534e7595a266670efd91bacf2784c3b33bb1a9a50d46de99231dc5e38e47e16546dc4e1125606473fb039e75789862b4a8f5a1ab7e52b4badda0a27878d5af0f10f75409bbe91db583120a1605ad3aaddd45832964a0b68388ce3ec9914f5b6717d71ae6a143dd7d3cf8fbd30b242490310f3b1dd4c604c7e724c815dac04482022db009371f3790a9dbc20e304bda8085f5f24961fc63f2a797173482073adaf7703cea5c09a93ba1a23aa6420215b38ef157c37a21d3aca6831fa713144b0e75a7336c799bff9f5ed971eaafeebb0a951d5cc4a28974702f9d921127395b07a4c27914d971f629bb09feea488dd45cabd81c9d94753e7a6d7df7fcafca2bef5b36af09d21418aa2363e4da8dc1102b0996643bf00aedb3e306a408e1963e5289ce4ebdcd2ce07600ce6c4fb38cbfde1d776a3fbe5dfca6f5d68826e831082a1dda87b6180c2afbbde686501bf3190666d38a410e4727ba9313edcd3cfe4ec7fdcdb5dca312b840a4377b24e122738c4328923be555dfc49e4d2100a5b5c66eb872e9b154ba59ac62bc4d2741f5eb84765359e1d96597379b160b0a641f43a1c5c38ca4e48d44ea317d719014383c26d0da84198cb133620a8a23ed41ade05df9f0a1acc0d20ac423051ba662aa5d3d38a50feaad0c40d12c6f758c2c9ed6e0fbe53aa63ed42e1308fca4cbfab0d5f8a3b39ad781df855d154af55c67cee8033361ebf9467ba184e1b902153db445117f27ed2efd68d2399b18573d7bcabfe64e7071dd1929176081c79d6aa6b7595167ad8a1e62c3c95c915f084e9b1df173b1a925c096cb6276a03573d34a85cbe3ab1d9bab3834b6e08e37b51449053f2c35ca267822b8c7c4874f41af963eea9538454c138a37f972d29bbb7119ffc3d3bbd76fbf797a771ed91ddebac87db8119270954096032228a5761051812529756dc4af6314456d7ad2c58ba2e14b786eaaf6ab4ff2ea258ab5383a70920ebe70b640500b28a0c6bef6d1d159e9896f870f2175d3a0cc635c56ea13835ae1a1fbe05f3ea8f75ef5c732fe474bbed7592b42041b85c091740c43306c583c94ab31c29b1eaf033d78f8ea9e01b1ce79769b792d35f9e1e62077af37ac2f5ec5c59660620a159fa44364da2abe2bfa759d1bbcdb68084c89d16245bda311ead42d7ea3aff2fdd3daf3a8f211aa71b9733a688aa847173f9e6922848a6df84ee1264078c1a9baf9c38edc9eb04efcb531a40f13153f1fee746faf0c14e6d0072faf24a84dbe514a708251781aae6de9c76974216add624187c9b0bed5164cc266b5f47c5312eb4328bd98b7543014f69e82717a6b5d69bea1d8912917a380b3d0ab419210462dee1015d6a8401f9e0dda4c8f14248f9df8ead993bf5e4c9feb1952e610ab5066a77119a25e684ef3470b201dbe0c92ec20505babf06b626e449faf80a37fe30c1c5fc9b87e7b091af5e6831da45ffc0af5970b2f0a2ab3c19712eea4ed37b6cd058c2898415e438847146f87394e854ffb5061f5c30de142a66cd1b9abdcb33dbe3605f29026694e5f790c3d25fd9992b94c528c9c91ba7151be68e71def670dd22f5ebe78f6e4eeb2135bd8c0212d9c199244726e242efe94d5266d41fa54b1480b75efb50ba429cf60a84a30166bcd0f92cde558e345a4577a44d65d7fd9d4d318b9b4a8d3e9f157b19054bd103d9d88739dd1a7979d440d7524b4f7adbf5770bc4a36faa0b75fddbd7af6a1d08e5083e9b633e09a7b001440909892f014af5ad0f7b0dc672aa9168789e82a695ba7cf2f275bb3474aaaef6e134e8a5c5ff1d30b22aaa8460ba9d0add0668e588019ee1305b1b5c6ee0ba94cbb9a7ee841bb1df75599ac10b09a3b1ea53d01c39354e4852e0ee2a70a46421f0a1ada5b1ba7b31673c98101e50289c6bd8a8e367d9e174bd3d921b1d8b6dd27422f08e79bdbd08bee8742a98d3e6ce190403db7ef34e2088501011d391a0d740ef6a0d2b1cd8c3a63cd65f7ae7274cbffe40d9ce17ce06ad5c0e530ba3f21d01d431a36496109a727909d1d69223cacf818449990d21ba252cbf0446edd94bcb738bb6acbe33652fbce0e3f8b92b0ce94f0b2821b5d6a0d2523271a4b514e474a916f8b9c68b5080e2b6fded647ffe0497475e7af5ce2d1641656d63bac2151685278e582265ababef16508c20b11ad7d25653a04709411f6b3e6662bfb8d37784296fe97f707c206c4a4f51ef4502772020a87fa9c1dc768e44b1a5e951b516b4219adeab48be8e1db13146a4ea316bf7d7cefc4b4cf399a80e4506e2e8e4abfc981be3ca14a3fe9c1d40a7b402c56fb4b9b782e2630c49215ed86a196723309dc7fd62fcfde5e59ccb819cda1f69744f232ca55dc0288cc8fa8935219d37300ea84c9b76fbd0b431cce57d8970dff58d3ebc3fe8abf3d7bfaf3873e7e72a8b3dc9d0a2a8a0b9550156310e6d37e55c2c9459b78155eef50f03ccac74873d8438626de820d44d3f73ba873ed6b8efb05314b6cd76650b011ddddfc95186130ae98b97163b084a9216ddc84ece938c96586ab557da0b9ffd77ffd2f14329fdfbd3e46df6f28a41bc68d9c30a6f297e8b447884b34ac4c1d1d9a59b414bb5213e8d472daa176dc5c6d79259d277b5202bb29227303362b1d691d47f370d5c14633c08a589fe456db28f62809793c0f4df60327aa9479afa5d67ddf21fd182b787e6d58766199908aa2409b8b4a8c909dc0a9352d6b5f1cb32734f286c0d404df70b821c6ebb376132d56f792a4d73d2a5ae3fff84938e59006ba5c2606e833a7cce03e92a169381c56f5594e0944f45d001ed53c26b15a501e6492e828263bedd5966e552e8e47faedb33be5900736f713814e903153f78d76f720c48cbc7726a68eb52c771182f35999859d8cbb56137d372dde1c1fbe1c5bc671f4eeb23f65877138cc0bda4514bf2a0e40621f1bf94f44c44dc60a6d973a91736f475fa2bec89e6ea4fb62e935607f676bfdfed24de8ad44a5d52632d584565752403de8b1dfe2533de0ad2a042b6823e80a4b0753d86690603d592d7f7a8fdaa1777c616ea2cda1ad97b047812b22daab572a66671582a2c3f054d97070cd22406f85828e1ee863b0ee3422713d6bfffe733f4854bf3cf9106b235d2afd77aa87a8b99520329f3352fb68ce58fcb284e905e20cf5015394c60c34c3cd165ba7347652b14a9fcee0df1189d308c7031a286c4579a098a96dd619c64ca846e0d261300e171d048e171b29ccd43af4c80e4fbab485d7e283dba577950b8cac1e7a04690b95ae73dfb897178ba2a8279629c0d0506d40e87123d13d9cc5bb0d520d3b9cda8c45e4ead446772d3af43127b147edc3440cd1f51d74e51836dc8038e1bc62f09edb464017512d9dad41179c62468223e32ae1de69da3fcee8de259c1f5e3fecc05218a6da5e97f057dd06c71c8f10077e0cd530481351bb150be666919152dcb99d0d07e13addfadcbc56fff9f5b36bbb6b3d6083625e89b5b45491d5cd2628dd75c0119730da73dcf0b4dd8ed646c563618903b8e964da5b370fef6d09cebb4a449088767188281a9c4ba7c0af50ed4e3e8a4f7581e0b62962e02b74b849383167e59b252c334feaf237aeefcf7b132f9a21c8d3cd30cec4c896989558dd6ec7a0768828e6e7a820882ad264f27ee17a91b6a886fe3d61f9e3f3ae32f745fbf21bc1a1ab4ba4bc83d0bbb00db7749d9a5245dd4ee16bb98ea46b30434976e0e14bdbd8a1ffddc5d7759e82f8ec81164e6745b1f0f29a81769c30840bf400f5229440b50d177c23556ea9d21ab5606f54b1aff00228437c4209487c659f6650e36f71d83bf520dd3a18d424833e59895c3c92a973084a6a1d6b9b247c846a5041b222ee8a118a922062c27af66252a781ae1b2e918f20b1078743914e88cb28a5a2c62196d7b4e3bda5d686784caf0a9c1185ae34218eabe84f64fa2703b6b8f33c205dcdfd7fb8d27ffbf603ee340c4e4fa46bc638e45b8aa832b68d6241410f2231bd856c8243b1c23461349712d9ae8bba9d37d53c92609ffcf4fae2f956ef235e2f983a6935bd0b3418f4976812c88df6bc2c10414f6662bca731e854fcb1019c39554fa3fd68e6fbf1cd57f73e10b7af23c73aa651058d9c57e6c53c70b963c7fac26dbf389690eede5a627787f7c6a49d4be00e73d2f9982ec0c50cd05f7efaf195ceedcf8489f30afd70c7043efd1e531f937086a95820612d4ddf745aa672272208a7d769ddd4561cc270cd18258507b1ef221e5d914511fb25c4692303aa8a06ce47b7288cb71db3136853be13106e62ae4af6de20dd94b9cd641abc9ee67faeae7deef7ebf9c384af98661539e92f6f4cc18a8811deb404bd60e767166f13cc5d5c805093145c844731fe59cfea3e5793a4d7a99acbaf813e4a7775ba8d0c116e9bbda2e5a45f9e0caeeabc2a6ed420c0e871c3dd7a65b4a4fb71ebd1dda394a7bfbcba7b7111cea1b76d0f0ad4bc22f4ee67c1b621fac82e898cbd3096d23ae3a38ce375371567bb536e7be84c7b4c8e12c7f5f3bfddbd78723913b28020bbe7a33f08657bfcdfd134c8ccd80f61dfec1ae1c8652d772b06d7ea63c9dbf9a5e7797e1d78c33de7fa4146e214c2dbb9d1bbaf94b0bcc12bab95c59a50329943185f0c2c4f3e6ca4908a10c04236e2a694c1833197bc9166116c1cc18ecc54bded02f3823d4d2c0c0983a3b4a6ed868429e6250a3f38d830d464cc79efdc357bfee6f99dd8d71979467b61a11b571dcdff5d0825c586dad82e96dfd356619ca6153d3f066b92b3dc0822c5f3ee1ae12627b99fdeb93c5649a4441bb068353b2ea5bf32b9437373d1ca36f0688e316388a4848854970dabd486f336c3aa37bb7f2f67a35ea157f9f4e7076351a1579d5ecf0d8912bb7064f32889c414946207d543a68b4b4982d2fc56aa088e346409e97e3896794353e4d4c9f6e4e9d1a27379a1d89c074a04e6469051241b5a1d5cac1044fcf46099b6164ae506c80e0e7f0a780d8b0ff57d6f9c196f9db9eb58650fef24f158fa289b60b64261a1e32921911469302b87bba2c899c5604651ca0a02e1de1e2fbccc6e6685574f9efffbb30b7dcc199cef426c426583be78bff4d3437e1d7511814e87d2184e44ade216648587dbb6a6a339984f2333b7fd0f7e7ea7747a711ed24871c55eb0638f954b1827600ad74993f940c880a8a4523a159848bb30d22edab3114c7c0bb07d9095d6afbe79f2fad9ab4b29812c1697b97cda09df088126cb589719b8476a89b4ab56ad56d14034a3532dd8fa3744790e23f55365f9d7d5126ef99e391d3a2288b6061736eda482c17c6b8d86ada45d5a67eb78e8781e7d76411b6914a7e3726a4cbe714bfb3185fdfff1d3d39fce077dfb3c743f15160672021396ad23c3a56cf0be19e6050a5ae10e7f11221bef992a3b01e2649af0eeba830eaeab1980c6800ffd5b02a0968e5f4cb45b2a4c71299dd2352bf6aa27e06a54aa289409f7c04ec13bbc766e5d469d70fe35855158f39e546904b30997489c6741631c09d60a96d1de3cc356b03514d29390b32bc28480bb135fbe6e803c4a495fdd5f455d5dff062c4ffa3111696762c6411b764ff4ecf13bd5b6ad11c09833decc22ea36e8e09655907538f5fdfb47fc3fbf79fed3d31b03ae8d93505bc27e8955798a0e299a58b73ba4460e93c3a2739f044113da681d102a42d829d6df3a1b17fd29376c4e3bbac1ca0a7aba61669afab658cb2a66cc48446708b4695fc460b53f94be94fe22586931db773a1bb76446b10f7fa1877a3eb5514305c3d1dc439a47a25b7b24fa2c5634cb10b0e6fa687b249e0f9b37daf81d6e4a58b1f69b3763c731fccfffd7bf5e28dd58e43eb5d5c83e696029aae8857af73222fb7b74bceaf4127508cb5034c360421fc7f8c52c65dd2e41be3fe78f4abd671c2183a1a1a7e25da8e747fb740ed1f4387a678e3d574f77237df3da40b4ca31cb3cd1227e0801df3dcbb777af2f58af3b7cc5f4a650bd12312ae56852b4da0f04ee716afea3cd628a3535fc1d043c0b5e280360f5f0a55d70df8bdb52ee58b20ef3d1b3bea748bbf043c75c411b3f1974cab42717930ec29f7bc6b5b3007771aed2d6780b6dde3dd146fc1695d6ab1e218fe437d709b47e89475298a9900d8f46162f55892e888f24c47d3cd2aa113bb49dbda9a7f6c81b52f9177ce45e28f67c5fee6a90f85d61d241be8c8860f44e40b02a4fe10982adfd16d651b8446aa1306e42a326b600b93e9c51d167fef2dd03cf881c5c13325688c514f5383e09ab0fb751b6a87323526481f1b87cf6435c4bdf02830501a7870acd17a8e5f9d3ef2e54445715ba9d4c3c29bba7e8a972f510045584dcb55a23681b192db0c72c03d27c681f84c62451bf1712bf21cefa4e6ff7c7bb277a0ddfffa73b6a9a1f3e363a4593eef0bcde4987765156b54bc91edfbda6dc1077d93ae161264138aa8ba806059d43e656faad08766e2ef8e487a77fdecf2e596c5540b1c20e3827d85192a2e510b2566a5f80f5843e90e3ead31f0d3d044f7d23d4d94a16a92f0f4a4e07f17a4f981f76cc20fe128be8e4f28b096bbb9cf002bdaf0865046d14456f66d1ba00f1485334a920df6efa21b17796182ecae20f60ef99944f43742057a64094ecb84c9882d5331bafecaae5acbeb4b9b0e3547e4ce8aab289306a55d8be67b0d7fdbcd7fd411f6ab3a14425981191a1cd4bacae252c4ba74e7c13dda440a27598d8a6f012ed48416b0da83d0d7b129e7e500a79f39e63ded239e841e4948106b416f4f176eba52259a51531461550c137875e884f0c8755ec10b7921fafb49fbdc12bdef2cee3e00a643be65a0aa94e845518d6eb4d8d22662b8e171b4afe205ffdaa7022edcdfa45d116f4995a8ffea6afe2f74f95edee6e8bce9ac3994da97badba2b58d7f41699cad42134ae102993e273185e79c20eea8842abc3a248bb2f0a101747ffc5c53dad69eb700398ee285a2d545f69636961fa282ab9192715dcd366c277d9d8a313ca71455f952bd6ad55bd47b9af9f5254be5815f83d0e53990cc730b731083e2c9507854781d790c551042cbba14229babea8bf0c319ba6eff3a9a20a3fbfba6f277b64187ee3b9a090c2cc32b37e629b4a493a78fa68ef067ebb2b0bc42bcdb6e3e5ae209c3ddc58faed52ce0adbefbf054e355c1a5db4762260ef0b53832954f1404fa30bdbde64b43f7418e91d1df866557dd6d0c9440caaa0b769edcdebc50f1afb9cf70b28b81ae60063703debb7ce34776d0cdfd31de294d1bd40b6e58e1cd4a98c54b4e21683d2a5afe5345a7b2164f0407f99baf821313874b885739101cd9521171d309dfcdd94abf07b174e41e27054fafc93625cc54df9565de2c9ddabbb6f9e3d7f60b137e6a6f1b94e306c4321ce0950565322356684947a033bd812316fa3601eab1da8e861c3591ea798fa100cb42f6fbbbb5ecc4e0a20185452cbb5d608fb60a7c744b016a3b7225ad926eaef822b461c05c5b3c4add6a38ec81f6e82cf7ad6bc436f7fd7a1ff58eeab048a40441d21258b6e825085d6b7db1ac810d900a9a605979afaaf28ab7e18a2fff6f5cb57d75d3d82ca03d3b63698cca70cd787594703418a8a2da8f6ebed5a616a25fcadc8224aab2f45d4d1328f879a1f4bb5ffe9dffeed5f6e341284184ca1793222f036c84b7acc6951cd1539f0be20785fd1465710c06cbd295f7171b8b8d63cdee4afde593e68497957b1ffea2ae0e19a8c01a9710b375ad1559143bd10a1b28c2e566cda6705a1c050bcb62f7adb68c30a0aa0bf783c81c77b457e7afbecb9ce27fdfc177e291546bbf651f76f032a1dc56aaa2891d6dedc40b0ec987b14af42458ddbf2a6889bb8a8f29f5a4c78739247bb78f8c12bd0d0d6b4503d6a59004e91179ed8b9f7afb8291e3b704da4be453eb4c1adb87f6a823df6a377146fef7e79e8d25204fd5d7598479a65178951a832245a1e52b156f1754047c56316c29ee874093c32665c15a21e765a9f86b2ae6391cec6c46a58797e0a0fda9c14d380d7f4122886e638261884567d51a91ef5ce1138106aa68e7fc4567b65107d74a69cbbdc60be3019b053b8ee83c93e9d1b718cd9189316906a4118541ba80de6989101d101c2f2c3ae535766baeef0f9d8c5dafb518c17773fdebc785ea8615baf78672ac37e14a0e25e187579415312969e47ce4ecbd5869edbee7294bf3120d25b7d80e9dedfb83f3d4a279775286bdda49dcc62ec91ac63f0438f2e066f2c45a7cc2578a8b88d1a6d17e67df46592a27f1317eb0f3eecfd43f8e9d5f7afefbebd843bc2f81cfb95f61092dbc5ae5da9825621ac1a961d3a0e98aba35391b9e7ce93fb12ee9f709a3e2b0c3f40ab4f5e2a203ea6dea26388e6a917d1a15524a1da31e8b61211ee07ac3ce65953a391613068a8d34ad7dcd292533957b8bde08f4f9e7ef5be0e7d36d383854fb3dd8bc6445b4dd657a7df5a34c7eae306f9660ab473679005c957f4024351cf416753c8e858e627f080b37ac3b97c1f43c8f4c3f895bbf28b3b6c2905327576e25682b6074b113e1061d541cd7a03b45d891f89bdf65b81f8e3fb595fe4d8cf37b6728fdc84367f58009ab9c4dd117711818e870a90c22526dfab0b7226e4864d6906414bda3c4a3df9863dcc821fab723e79f9f2afa08c33203866680a418e8a057eb9aed09e39b5747d9fba3782123a6f4ad5abc45e0d82109171fb92fcb63787ea2f5ec709a35dee819d043abda966527b440e02b9ea815ff9ded395d083f2109dece8b179b4efc756ca2ccd21577fbed56fe77f12ffab5b036556087e6f5b85daf8709f85f61dca08c235c2a995395ac12cce5cda223bccd58b4bd0498a45f9b1da9b1323f7d5d0ebf6ba5db3c2fb3c346477d466cf352423da4923bb1ea3129dd6bd988b16f4a8640d9dc629b438f2342776718db395735ebe78f9e345cac966053bf5b73258aea3146675de1c25a564d184cfee9833cce3b8f85c9809e386644d4302b3dc4254b73465be79f6fdf7af9f5df8040d11bc6cedd4c1ce62b7797225bd088f2940b42b738f6938ac850f2133e4aa31c34344d29d0a09373a1e1e1ee877170557d5af4470ee624b224903c3c482aaa81ef7d124a4254e947c833d403f4d2d5b21aef56cc4a7da7e381c7c1cd71f9e2a3a5f6038c4a48482b10c6c53278129cfc07856a9c44c91796e789912c4e00f7b6ca5242171e69cd0dd3d63a33742c7fbfdc2707c4057308e6cc240681b73c882915fb1c50bffce7cdc72d17bbeb4394d173c72077e3c95bbae3b593e626efcfcd9376f5e7efbeca71fbf7efef4fbbb27175b0ab15825fee918a80c669bc5754f5e6e99a400c1c07db6a26d21319ab8859dc5bdd2e822450b29e9c7a8db373fbd7dcba5d3757d68f0578488f3c61207c0c759c8098abfc49691a88d7ac96e04e61af6a0b938454f13d4aef7aa8d175778370d7f2f3e5107d15040afe83015eaf6b8312d515cbdbc29f09fb8d7a1d6e76824a50f362a5e741ff5fff74ac11f6925f9eed2510ff28618f7d0b9d4a18cce75918e0a86a98ccda2dbefb6885413579d9912912bd6e5e605dc72fd35edaecb89860f3769b1e5a5c083f1596a668a53efd0762f3a35628a9dd620edb381ce9fe73d2a19887670432a2679bcc40b3beeb72f0f73b933b0ab30dd111b28ccde8a5aa0f296c4ae8e5b33053584a5c4fc8d8e1eb774b33711ad326331288c3ed47fb992fa3defaae8dcba21205891c1c659dcd397472ad746c185298a943b33cd8c4a92d42f734ebed112614e9a9b57c4e5dd24dcb5c9e4ddeb273f3cfbdb251fe71e5c510b91fcac47a76d1929be0ec59aa11472c83e38a3b0ad6791325aaeb4202e311b6b50427f50317dff2d3ed8ee5ec4f4d2bcf7f499e30a38e8166948e157ea7d5b610ee51e8c491415e25afa589f3c1e4da850ee7bbd9b6bd3a5cb8ae279a6128836530090b6186cb47c1fdcc28eacbd8e68456240be2f10b6368751eef7a9532b4241dedfbc61beede7722ea6470387d667b352b158990b38a8ea8b208852145587361562489b395dd1475cbb7c7193caf7fd8dd3c372fba5c3ca518efeeab6cf0a1dc45d884754b01cea89a2f84a9c6d503156acc9b909010b7f783d1221555ec500fe36cc27ebb9fecd458951349ca07339a411bb526274c84b36b1ff50417e154955814dd1cf36b00ccb7a20228a1d12b5b650d0c6d82c8e7ab31b027da6071742f80c726d8fc826173e0215a24b827036909c8e5ee4e326c39855e6e17ea8d0c445a610793fa9f35f1f945f77823d1f01c6534ee73e715da81837e3c466551f4a131cc5cdc098f176874c898f11f34dfc3cc568fc0d01debfbcbb613b1f8b6ddaf05bf992f3bda29ee8ae734c45d8ec45f5a6d2911382f3360fef13e23e36e19d98f92def1e706c64255e3f7b805415202bfa0ac4eca4d8af40a2f7de1db204ca8b4be8ad8858d226604a72fa0df40a4dc084a0dd6f90ebebec4366e02afd7525d6068ac3130fff90aeb3173b8d92428beb70b50e5359d0b834b2d54baba9880792951522fad9cdd3afea259fdf9d2b3c7b9a3cf4de453d927348ee1744333dd5a0cdb0147aba62a5ca21f8434d6167ef26f7faf72a8b3734b5de25f9733b25ed76b36aa13f7ea3b49475dcc521f40a9b1e16f2dfc2a24855b363504ef28216be92fe73b8bfc9bb3d7ffb4e87fa81871a057dd422b5d9731f55cfcfe8ef4cf4a665fd5e41a56b2be1668493a7206377952636d4fc94fedc235724a7eab380f0757397d6674d52c0f493d14be339caa96e6a21a8c10b1a79c16fd04b74c7cdcd569eb40df56f5452cee2c9d595cc3777dc20be787ab13717eee8c81c65930324750097525702d73b85b24601733af015508c1eb870b2b62ce51cf1bbb363f6e1dd5d75563786831c0e097ba281a177520efdd6266c6d19ddefcb6b1149d42615e59096c908ccd9a15293cfb2fbcd799db3591d2f74875c2ce84b1b7fda86896a347a6d75a78d67138aa7156902af08a7b3de2be5d2497c7bb40a71bcaafba6b173a36a6ebfe146033fb421a21fa23017a69582da85ab2d41d02ddc2bd886401f0de9c36f6a32f9642cf8ab13e997c698772f9efcf0f2a2b3c329c3a5849395508376e30c21080bd275afdc3a4d9a885c2006df3b95127760fced15eef46eef6b59d757b0272bb38b092f655305cbd2774548df5885cdc17ca048f661fea9b8190ea38d2eb82bd0d433668e89dee17c3f2f71ad2579b0a48be69198508451f274652a460cb166043b4658f8a2054ba1c751ea3f5af20d128179e9002a41e1ff70763172fa94c397e015a5f4af5ebefaf17284db0a1c1c5ac93e5a61d5437cd7f712560878c540df9758a602373d7338fbd8900565f4c9eb7e62f63a92dc224997be3a2beae5fb95d1ebdf10dedcadf8acb2b57820e29591020d5a26abd63da68ea0c1035d6465df0fbce48f7d268ceceb3777dfe97fdebebeae44a2511047e47655b1502154a84fd44019bc05642db5fcc10c5663522eee3eb47a2d96828315926b0f0a170fda20ae5a3775a47a421b73f5b40cc6c243d1931cea1223aba6d20f2b223df0a6d52fa7d890f548b3a019ff70b2e99d6edeabd72fb925bc9ed443f14f09c86f48834ebd4f7885b914273ded4abaa6986397c6247083d5baf869adc1312c596fcaaa9efc262e3b1a8d309061640649c08ecd77b00c10502a7188775404dec5af991216dc13aac66c2bd205d8cf5ba9ce8ec2bb159d7367d43e3c5a56b372499e28940e9410d8f09de9edc6a7e3c9c3818f87d80043305cd39ffc52afef1cde59f83dff997c4035e6e25687ee7c83cc9eced5a44a8116ee546e9f08e05a5c5213c6990ae06022b797f285be4edfae29419de187f79ff8d0d6eed8989786f44a626559ad10792d9db6d65d4443212940294b2c8c7126f69043b9fcb8d52dc8e1d15ad8e7794bd5074ef6fce71fef5e3cfb0e75c55f7e7cfe7e8bc481d77c13081354722d160e74c7e677279feb41f69062418c807917853d8719a4b0a679d7777ed5524565e9cdb377d58833046d026abadae087a6ee66e30dd45eb2397c060e90a4dd4aa3c0d2371a7e822bd61e66e9cd3f54827b77cb701c81174f7fbef292d0b71f297b8326991e0b95231dbc62663da42794f8723ca4141d9a5b3d64feaba7ce7cfbc33ac495d1f615e42b8cdb56f2b948e4ae193f247a71b846a05d65a6b184a9c507228c0cd197b84fc6b345f4e17c38e1e17dd87da23d0f9cb88e50ff1329101ef265056b771c59380b8105517397e17f6077da69c300266e5afb98bf3802e7e35a65476fd37f7dfae30333c42e186d028d2862a9762bf4e3c4449f5168f4bc2e34fe72124b17ea18540403adf18aa7587bc5877abf377cbc2e374dc8daa13a094394ca11bd70b7ee02b71b99cda928863c448f611b6a073444213c9574807ccca78bc66b69f8f7721f672d25fa95d74fc56d2f6f03b79ead7240d5c645880287eb24b01b26747d2bb615bad636c46b75fce91b2eb64e3107f059cf91fc5575e22495787ee89d784016fecbca0888a62fd48874d8420f0a62d843cf599300bc354bd9035f1dda1e334ea5ca5567c0f37ebc561ff6edd35f2eb74d518ea72247cdd1d49eba16158a6d4dfb06ad3b2e35994e0896dbd4e6788da052cf4567f9443e744dc3043675e2d100148cd878a8f8b61c62482385c5ac49414f42b9575b0b27339d0a2fd0117df16d9e0623d3e346158fdcd4bfd2ff7ef3fae9dd5fafdd209df60d02bfdd2853593f98a545c2610b42a1fc44c3179d0b232e26f10c635a09c9bc6326399c55f57f4de0ea3a4a584a91e891d13f8efa71d286c13c0b976b1473b38b4a238a495c638b0ceb8f677d07a1f6e364dfaa56de9cf1be4439345a56af143232f7b5a9b9227a14190a13aa380830b6e9231b81661aea0ab46073c0773cf5467dcaf0e4dd4ffae4a346f3487b941ea0f28ce0de70261d77bd02b13e27cc01b9afa47136fbb18ea2355ba0700c02e63b08eddc8a91df3efdeeeea7e76f6f19606f01273676410cc004e487bbc282f27242bf74a0dc28d2a137814a3147cc452f0ab90e69c6fb74739b1afff2ec426c86e9367c7cb5abc43c904acd839c2cf416315435da4b2b2b5917ac70a3be1517fe312a7e6b6f19732b46ddf02f3bfff985523f0ab2225a87a25205cb159c84eda1cac9982ec22c86c63e2e6e2807619529248deae4bd21ca7587f9fb1c7ebd855195a89e2ea6189af8a4c26d4b983a23a3a73869447f9cced1611e8bded4c6e63c313859c570dd2d4874db2ce32f6ffef4fdbfbfdfc44c3560155dfc6c836bebddd36821d2f78249ab528192a1be569e48e9d3669327b763c68b563cda43fc08b5fc70760ef110ec40aa55a201f2558f64a357229c3e19a4c866ad545636173bd4760ef17fbde2fa111db03797aaf67e51c961aed5a41cab12ac127c15d751a89f368ac826e552718fa368d05713121466b742a88ae427599f87f7f71fabd99e9dcb8664918dc87e56444e6124d88a62ab884d7661a6a323fda32032b5795613ca9e7432090afb3330f151959487adb635a7e486e13ce8e16604d65a2b82f941e44470629b91f480bd5260412a58eb47f3a7b82af87fdb74fce4aa7af54982ec131d07259da9b50986e9982e6e1486af834a20beb90505a1ae88b1eb4274ad77450d85a8d3c8dcb5eed5472e005fbe7afae2cd9b0b768d308a588917b7b68af44282620e4270692056dc14eb7264248c6b1771df3ec45e747ebbed79b77aafdb74e372fe1030b97fbfffaf27ef3af3ce0b84e27edee98c30f2d53b9da321a742987078b78b3de980a2223644c2c5926256c6c166530c509ffea0a47b7ab94781fcbcd25a96c8a388345e7e5a89360f9fa57d5d14556763639939b07a463445c16ad181a653ac50f44eb6fbd7fd832e445dcfa7aa23a1b7d65c841e96f5ebb85b54a4daa2494b0806a500d19812104ccba330f9a77ca0c7bef67d9de4865dc217d284ba6e3d38d7787830b41b331a6d3bf88883317d670de7de8afc4a124d1268a322620b83fbc2a78131cc3abd4e4be0aee0d6debd95bedfc3a787370f62d928bd7335a71381b196c591dca3e46be82b546aa3f75df94fb0ad6fe6f84424713debfdd156a67fffe5c9dfbe79f1d5dd9bbfbf7872d14dc4cb4a11cf8ec420e4564055647518dc1ca7d40bbb34311998644095c54e804b5f5320e6d849ff5877dcb3c33aeee983613f1c0eac187d51d6ebc89c62fdd5851b4dc072bb32aaa3f82c38253ed40e89256652b33291cbf7ee71377a7891f576d76c475960147aa1b551b5ee38c868c7fd5c6ec59738037e725bbc04f9e0ae4f746597eeaa0e541ee7e27fef3fea7d8ea11f46c9cc4f1fcb685908d71adae2ab32a6b30b26d32b5a420807280b65e4d3da34cd7533b37fc088df77c4be7dfad5e96ae2fca4a00c93ab92c661db250eac37b792d87ec52c288977189ff2eecd0d46c12d3b477bb8668b0ccfa9b8f69bde23d1ef9552eba3f23a83a14f5c69b0c040664c585c3c4dbc39f71cda0efa5fe522c2122ec9b41c32fcd14d45adf75e0fa63c7c00a76af8e909dc8bc39f3f8722ee23dcd26c7338717aba4933835c2242c22d3924c407fd5a533849318b819763505e6fd6dd1ba25e67b9b391a05b432c8a77e8472ae4bba4578a1ea6174cabb8d9143c6b70974f19d9193475105399cc199b35f3d6563b2b6c5e5c407df031b8fa400c1ab44b53e82b1c42fb86031c04ba99d7ac918eaf9c14a51d4a6b03dbd0c5c5a1d581a1abf3ec4ae88a273fa21622fe3256d76a3cffa730a8fc626949c21508696267b19213d7c1a6d729381f6a2a5518aad5656e12a99bf3fe973456a196ad538c63f817ea5204f56b07ca147174ed622d5bd8ad09bb590119ee803b6ad8e2ddc787c68fc4fe933de9a5aeaa36eb1c8b91fa4255c3076e52b8d85ea82d76da72e361d949b3029324b9f753485644bea9548e44f98729f5f34c1342eb187c416018b58a0d5958064db495c47d95769871a40a6914ea147f96d19fcf93fbf4d3f8f48d4cf3511a7375d3179c1266388ade3d2bd1889d391b752a4d6d591fde36abc41d6c66b7056084fcf520149ed0026a378b76a74dfb5eb8f35c7443e9656993806f5163111c11c447d58c918940af183eb056c121a31d25f436bd0f08cf16b8f1015a1ed625de7b15ff8ce7f47d93e8559c27f0a4d575fef5088de1cc2427923e46708ed9d8200a17c1accab33c96b0871d4d64780a4ef58fe3fd0fb31a02c32f9e5c5f0be0322444264e335069dff46eeea3c1a5a2d59967e60e80a065d1161f439026da62b47a1da753cbcf7573d13b6fbee74fcfa9293d118a64983608fde8497725f2d89653c214db0edc060f82dc3082c3d961b63b3003572a9d7d9e0fd1fe9a79e6b928fb9ecb35b44e0ee92d61ddea6933d19bf3aed03c189aa3efce7059d9046bc40e041cc558c71a4ab967159e8ff66dbe78fad3dbd777cf2f4a018932a083d86f86bb6bd10181b10ae9ee226e75eabf13a8db792c0523ee80f66e877ce12ada52ff8ffea2fff8bf9cb492fe97fff58e0bd1fffb7dfbe1bbcadee9b7f15d7cf1f6ef6f9efdf2f6e9d3177f7e7ef7e2fb9f8e6f79f1eb7f7af5f22d7f51f88ffff7b3ff680008fa9eff76fc89fff0df4f7fe47ff95f9ffd47cbb31629fb93e3678e3fa79f5efc4dfc867f97626a47130f157d25178b79551f98eb7588afd0b6b8bef89a08401cdac115550fbba2f611b235ab9d16ea7f7d55ef8618b9b6a4a7ecf4670f93af53f0fadc2bcb68581be514d2d8e1beea05fe920e852026cd2f81bd4b482c5cd98d90b14bda4e3b0771ff70acec5e10f0a32b3bc6340ff5af3fff6fef7ff8a79f5f7ef7dde75f94101503498bbc98c4684bc2a5171b6dc6bd879207a68e09f74f0123214e930e395d216faed1c7b1a8fb58f7d1459df7f87eee458c3e29dd0a735b54ee91b930da4e8ce32b408d640a6afbaee7190534033a4d9d890fca248261f6b4e7e23fbce7de88183cff42bbaef7a06cc038e32a0c8e5adb5384eacc34503b6620bef4bcd314a316808f186d2a07e73d9a08ca3cd6e63f616d7f81117cf63783c4512f3564715c012d7d4d23a0151d765ae241942299981e385f687962160288e5107cacbda47f361a50ebff42ef652b2d2375e968d3690c926817e2635b845f6916e8a82fd6430e496f22305abf3b83f663ae703a38f1d3decbedb1fbcffeae762ad5a486691c96167b17e1a7490f3a3aa3cc0bafd977c3cbaf22502c9e76d4a6444dac62c86945e137c5b7fff29fc7fa6fff7dfde9ed2f5f2015759a204d1693c36840fc3620e6b0f086f6a15a7a86ddac8d961f312cb34b087555f49d047cf42e4fb1ed131674efdbf9e60be51d11c2a3e798a974d1242108c503817b6125fa460447c7b43aea22a74a4d288cd95d8ebae2c2c9e6f45e3e21449fb52bbf79fb7705b4033a7deee570a9be9941d739e846b0d2252489e6d6932fd6a042e311ed35d5b82a184ee950dc49a749b17cf6531af59f007bde5f507cee15d0c8e199aad23f444a90193502704c1561b82ccaa7d0b5f1535903bd81846aed52ace80e07edfba0667e7350fbe6d9cbef5fdfbdfae1ef5f669f25edae26ca811fdda60196c925ebc49645e0cb162d174e654a90a624e1bb61956a8611abc44903ad844f84021ff0e8e75f446858a9225f16465885add681f70cd3068135b197848e1b7e57c91db7177d0ca62fed6660e3931771cec93ff722689658d8291dd22c76e56d0e853243b045cc0faf933a4bc4eb5baf69226426ea994746a7f5b4c1fc2764cd3f7d01fcdfb76da22f344bd3b177e8a1386474ac4bc62017282e69183ab2c1639cd697477e2a6b3d26ec4f3ede5af99779fa6ed36eb4b0a95f1e3d9230a2600bd6ed78295165280ccbd3ba22e66b4bed165d2b6371e24ba7a71f3fe1e98b437e38e28768c31759cf14d76d7ed6dc67522a178c57dcb57d61c3c6a83e555dae819c530ce3a264d0d45692127c60b0e174243e613d6779fdf3af82c6282e3a30969ad45a04be5ce31f9bd3ac681c2bb511ac6f47562cee42f7c7e492de9d43a3f4ff79dfaef00fb0af377ffbfe0becb462ecd4261a210e9782284ba83e27852b816541af44270e0aa5caf1d3192116337655186be29a22a39ffc66c8eccf9e962f930e6dd256cada2abb3abae18d5d8e5d55e2d2a9e81d1bbd80f06088dbda318e5b11a1fed55742a3ed9343ee97a45986609b3d7775310348acb2017648a924415ddf384155873eacbc845c1852146529aeb98c58fc271315c1f9bf3efdfba1f57b7f23f1e2ee6fcfbe3f5c51be08acaf22f236fb9093b5cc63ec227e88bc338351b14d1c69732ad12a04d81e424805a331dae616baf8a7d7933ee1f53c79ad7fbcf9e1e5bdc8dbe78fcba7ce9da92fcba0c7a10a1ccb8e8acc87b1d0d8bd34ed39e31d37d40bd269c5875b548aafa7ca52f804c6755504ffdcebf0e24a792951d0c02ee0945dd93d87cd25297b4e508b8eb7a4ad858af89e7a2f45718d69d9b583fbe448c640e05f9fbdfaea68eeffeea558e457df3dfbe5cb6c32dce76ca7d9b8277dc7b9b87cd03b4063af95b02cfa5336f5123d8dc38a7499bd27ea154cece39323d985d5c167078f5499b1ccaa8cd9d489ba9b10b18fce6e51e038f5028467f04bed794fdceef572b876dd562cec7e877dc29bb902f65f80cbe3e720f214dbc87a339beca9d825c8eb95dc1d1a57de7674716af5a63786150b1913b16fe7ee73befd140cf3be95f4b3bf0d5144bca7041d054de8e388bb1bf468b0691d158d8ebddaac581b09ec0f45e7560e472aedc376aa47f84f085c2717accffdf5d7c6f27619fd676adf335527223ba767080e7d8388aa1dfdf9f4b63ada2ea7e73a490c0551a67f12b01cbe119fbd5adcfd4619bd6a5b0961e5880eefae7b44c6c8b4b932aabbd860988a9c94e04a4922637e09bb65633e7d5bfdf8c50a77e89b8acb560626521b22edd5e149506a1565c4cc55694ff136140562b4886c27135a60735de6c410e327b077e0fdfbcadd178a5822865c4d71b1cd9c67576aa40f0ef104c1fda55fde79d0d8bb04f8378ae262ec7b1d9d0ea9ad4fbf93b88fbbeffed057dfbc7cfbf6ddccd6e72f4432c5d9872d636307649147db4b186c86a044df69d4b52895271a58230a331873c592d0d070ff7439ff2982045f666dd60866ad42f7e0c6d489115ca5fe5dd0b9d2d6133c0e114d137133da2fbd115ec3d18a819c433ae61313252ece6f7f7c1ebf48ba2f39baee919235e8fec68452633804f19106de87b3ef4473bda0a6b22c0d8569bb8d537c4df593433367e80b20c91a72eb789a899ecc8cdd9d0258ae49a10119c611941b31a298b4936102d5da521eed4a4373ccf44f86e6a75fe2de5594d82806ef5163b7b1ae9636b0d7cd660a53cfb85ddae8f4437470b3ce50a25f17499481a8c43f52bd1ffffbbffc7ffef37ffbdfbe4cf55e28d8bb8ec531bd33b4d8a5ec563ff469f48268b25cc8b46dc618328b70088c91966c8ef737e69f422b4fe4f8cb70e369189b4db5eb7fb64793a553588a218984d1e1d4f5635aff85fb97d7064cb1d2e3e74c57049f9f1e9f6f87b22f549eb4ad638379a8c25811fd2e601c7a8bc1d54a8f8cdd231441b39a3de24939b5964b9e1b1f8643c4f71351c017bc854070a04cacc6e9f12b0a577801c55a146813862999b6a22c02c00d91c3504ba70933cd2c2c67c7a7b3e223993027fe856e879a0e8322b076169dae0b2b99dd8ee179e4e14b1372665ab5526bf1d6da436210411d91e91d3ebde0fd25b3e2f6d848a41cd676d5199c47bcc2f216660cc2fb891b63bd9ac42471dbc614eae1362820f7a1f39eff9180fce1875fe89e0b6d8b3c0cd3375ccef5482f245de23ec411b3103fa2f27a4bcbb8993ce3a596ceae55da6ebbffc6e25efe42775d2b076d2213fcc4ab106b57873158d319cf8c00c295158019df353b23b46b6d2bbd0c61e743f6e21303d87ba393374fee5b1f4f7dba5f02be84d1a8af38d6a460665b36d5b51d1495f3e10dee90b12fc9e2af230cba514631a139513373f8897ce29979fdf4eedb1f9f7e99fc080f1ea3a358acc381ee6ad83a303a3de87f8b4b7a1744eb8b0b342a376544575c2f616353e4e7a7172bfe726e5ef4255e4714a48aa5b4d0bb888b6988b5b9e66234132a26ba82b319068f36cd82082ee531edbe63f6cadf9f944f60645fae1ba41644e36d370abf33aed67132158b143f33a3199da15e096e362bd568557414221710b27e1cefcbc7f193ea2d4ffe8c3acd7d6bf0175acd2ad3dbe52dd7d93350b060d45aabda9dbe6a25f2a957b4e2562e2ceb10c02c53accc632ebaca27771c9c85e37f5d6dfed7f5a71fbffd02b5fd385d8dd87e183faba56bb98456f13419a95aa6c731f79aa5af85eb87e0e4ec87fcbe7368d57e7224bed7b1fb42acd8a586099131eda02d8bfb0843137870d6f8e4fcb018fa98c9649762b0f06630cc6e89542e6699fe1f2d43e7fd7eb2876f082fa38b345d029977b33f773f3f7df352b1f8e7a7775aefebb38bfbabdff9ea87d77ffaf1e5c59ad10769a73ff51ffecfd39ffa0fffe721f7f76eed91b5c73fd577aba749edfa13af7e7e7ab2673996a16925a0b29cc203ddf7a235f44aaf3a136a4d25168edc28f801297498855f5aa5e9c48eed4f9582f0498b3f54857e7e7a68437dfffae54f2fbe45d0f0c5b77fffd35f5e7dfffb2f1d257f53738a6d97621a5e0f331cba0e7188d5d5d90f71c891528a519bb9468cd48e4b9d2ac471df675bffc9f7fef6f5d7fff6af7fc8abf7b636ce6d9a26676584c6a05daf0bab3ec4827c2b2d453c166cce8e6648e78a6f39c2bd4cf29f67fd2f9e7ffddffecb1fb2feadd48767474627c1681b88d457af05e3009f177a98d402d0dd05d42c41e65098242afa2dfdde2dbeffd8faafbfca35d2fc5d163cc53969e1c199c31e42873ef56506b36b023ad18429582356b031d12c33b4c3fb1af7234a69f71df4ff6ca0fbeed91ff2b6052d5a1fdadd61c566fa5826af8836448b9399a3a9ddd0f246c600c3c838ccf096cba9545a4cfe842fb2ff87039da0f8ab674fee9e7ff5e62d4cf60f897858a896a3a77ea52e3c85851d4dd0b516871a8720fa692e327a918fd9705e88d133d09d4cacebf36c80a7cffff4ea0fd800b12d6bf7cc7b6c0117714b83b89ace0357ab75b862b8c66bbdc16bf4fb0367e8d4d3ee7159b33f53b8ffe1a7afffd3fff1c71c802174e677de6685d3bda5e07f9fd6505743ab83c119ebf49a194a0eabd93aaab52966669467bcd556f6b103f0fbaf30f94cb8c2c8702aa7d9c3b02a0d8697f3165c41f02e8f65b3c3716cedeef4bbb68631cdaaabe55bed0d8fadf0dcf2f6f75e675ece07d1a51412ef0e2f51838175551a7362d9d5e032d2055e9a566e2c2274086030662eea613ee74efe234eb2af9c62ac259875d8e8ec08b98c980643022334e15413f1fd15f90db478e335eab6f25adb73f5cfb3feef5e7fbdfff50f59bf2ba2ee768e99abd9875224c39531788114665b5652de1adeef4586dfb157dcb104ef303898217d9ef5bff9dbd7ff7dfd21ebaffeb0c41ddbd42a4c46c7423201b7f3aa608ec4caf668c5e1365007b2b3913aa240abc709f2745193ed3f9eca7fd03f9ebefe0313f901c991c370c196edd0524b622f2809768395e95c197bc3548c204e8e33a177caad5cb14330eff3ec80a76fbe5efffd8f61addd88904487d818767936ba8ca2977319b38ca804676717d8b5a95467c730495900231aa7d3d1dce759ffabe75fffcb7ff9434e00ad6fd32694e739ea7802e25c99b97de562bcf1bf2d1c26f6ab08ec79c57e749d3dfee4fe336580676fbffecffff687bcffc028b9b8a9d6667771c3e48ead8acdcbfa2a28c3254771be08b797cddc485b0d9d17df035219fbb764fa47662d7e9f7536d31a5ab2bddbed5aec6573afa637ba05d2fa4818ce33b099bdb6766f6e5aee1a5cc629ea5d5d37fde3a4e5cd8b973fff415485b1e7dcbb821986e46138b35cc35db9e884673f75faa9cd579c55057222d390a99aae77ee5a5ab786037fcbcaff80155b7c1d338623cd28ae33df895c4ac9887fd06e15cc6c5d6cc591edb647a64104a6ac668001b77a767ecb8a9f3c7ff9d31f558af3c3b91242a44d2710b6856cc746371a837a5114eb5dcf48a579a6755c4aa8ea144fffd97a3730e23f8d981e133bf1f73dc6c262de2e5305c68c4eaed915ede6b10f1ddd8d0a32d6b6db75868f1db76634c657419bb637b701cffe6378578a7782bfca6694dc1770df44e1fbba33cd43a38d3ef1f73383bbc64633212727db60f56b02c79f29f59faa967f48eac36e425b02451fcc5e4b48a8a488d0a5807b508cce23650275cf456cd718e6084bc2bb4cd4ef9f0d893fdc3d7bfe078544e6a79a0b22760efde33ea9d82b4ee6b0b4348c6f6a0ccc130657235e9bbb596da5a9c032878f9f93f6fc11493f451af8b6b8bb9e8261883a45c73b4edeeb1d2b7474c54432840beda8db8923b6cc50cac0ebedf354af7e78fd876cfb306be37a57ac6fccc3eca88ae15894017c0e498c5850bfe25feed2e09775e44731b97a851957eb6f59fcad6dffedeb67fffeefcf9ffe313b9f7eb539b08b4da2f3a2f24d4c67c6559ce9833ee98503a5f787ab470ae280835676b3b77ec5cccf04f75ffff4f5bffe31a5bb30b25dbb1ca603287bd955d2440e8fa28f324967c767e75b0d4691dea3cc8133b547f062adfa5bd67febe5dfbdfdf1e59b57fadd3fe8fd2753f7543cf743f857aca7d82ec8cbcd4c4f61ecb4421d1eaf74a62f4c8b594930445fea58d195f6994ab7afde7efd2f7f0cdde9d3f48eb9aec041cfb1828ebc9f26e0a7abe05eca14fbcf5a72d053a16b22e13e2870b8098afe9f8586dfbc7efaf4dfffa877ef94d8b887535c03dfe3a998b669a812b739b0c3e0de720676469d689fa309a750889c90b59fb3d8f547bcfb5144efac05ba78ecaa050a857214e59c02820ff8d18ede620a8be9e4d15a8d627e66388501b3c767ca7a777f4c77c2f06e1a37694dc67757c0c7e68ab528669f87e2be59de6e118411c59b94055bd5facb6ed043933fe7c1ff23b2be125ec9d368f74f5bab82fe1e113788159a492df9e8420cc92466b82a1e68a625a1e3dcfc10637a57e7f9c7bb33defcf4e2c51f4409c564d614a4c5aeaed6cccecfa2c52b8af02be08fdd6db4c27a010b2184f686b52954e504bb5c4e9fa9c4f5edd3afe71f53e416ad0f1edf5aa13933c358dd4e0c2cfc6c61e173a483e02889d4655df7618c511dee396e2fb44fff599ef3e4eef91f54dc1ec1e1e09484770f27cd999d559ccfd92ca6e57c8f34fc7921de6e6a66cbe3c9128a8b4920d1e77fa62fe30fb9cf2ba477bf766d4ae5216cec973c6c2fd5c3435d997ecc3963c3ad2176b0ceae870af45ef8d57ece6af61f11e533fe82422bcaf15dc14d8ccd0d2655939dc1e42628a7cdefabd23f1a87cc4d595bc70e59411f978bdf92e2ae57fdce3ff7db77429ebf7fe94bafdca188a200d730cb40147bf51dbb0d9be69b5014eb92a07eea76f4117aecbd1ad1fa85adc63f1de29f3f4558f48f38e8ab941dd0d955ec4a7b612985fa4e07d4e31d30aa8e408941a94ee0ce578489762d66c463be21fc9610f700d09dc4c81f0a14fc4e2befcb09b7a185e373aa8cc5786576b37dd1da0f8f3c9f51f06a3af7ec791be8452d5c63e5fd9940eda9f5ee8f486ec344570f83455b710b9f4a59f3d0cfb16bf689e4d76e86090f3d8746bb8310ee68827f408077a0fe1f4f6eafef38ed7f089de919d35aa4045ca5af7d6d8ad97325d398975cb697600232c9b36b47449394fbf4e7f104d8f712619f03ceff11af7d7143d72a0204622be9d0cc37780f34b70d26ec22faa12406e369db5881b05f7609dc716a037cce6bcb3f62fdb6369df455a762dc10928dd36d1c6856c528652d3f193c73ab47d3b300f0f64dff6b4bac6d2713da67ebbffb43da8d639998b2ef52305808d371bf17533458de99326a1dc6afce484a9fde0f0caa84740c9ebe2395df72677b3935f4fb5ef644068427c6676d88bd2e5c0e30801981e183c04d659dc3e0fb9df5e3e14aaa22f2c67bc57b873bc387cb9eb5e8eec19799063dd78b409f684fd4930b0d6d8f3572d4d339dc5cada810bac2a9ba611deee19fa9f0752a7cfe317d0e05336f9b566ee8ab54c5882d5028b44c9b6e265af6a527391b235c4ec878845ae2b6cb082fdf37ac967ffcb2e7a7d7af9f3db97bf107d5be6a71a8637be1a3d618e214eb15ec15300e7532977608d887b670f424a034d4f687f2496f73cff23939f01f1132e24e2356fa74d34295b5187c7c050d7dae0b6bdc6c8d32067a493d1e624fd97367ea5a6c26dd8f4e7e22367e74fd0f44de7f9ff287e2a25d7b8bfa8a06c5967050a94d277c34ef13b217828c65efe8614c424d2bea2118b3bcab297ca656edef9efd21c7beef1a9671d8a91491211dec9939d902ca36841ad1268b6dc0966c9e73d8b96b47334f3b228739ffd9cbaeb72f5fbfb8fbf6e51f73e875a8b1f5abdc5d1d47fd98d244c77745a433a2699b26171cd5669d4a9f160f61af9f8c96eb672a7c9d7afbfe90973f7572d74a4cab37bde7d8ca4ad9881663e0e9f1f008e244bd3b72402baef53157d7910f15d7dc134eb8bdfe276fbffaf1e5ebb7df1f364677cf9ffcf4fc4eeffacf776f4407af7a7ef8e6837ffdc7572fffc37fbdff97fec378ff2fdd5ab8fefb6ee17c81473eedf62f3f9c4e52ec37b918253564a096750d1d08b799beda75b6d074d4675c6212b6052ebc7568ba20860bf55e1dfd4a22f9571ec387ddf0f4c5d7ffc783cece3ffa8964eebd6718ae7a5b967681a27e5f654eebb64bb47a0b3cee1573cb5b3913cb1e2be815a2c7d4dc9a5b33b59ffc44fea77a12510cb987bc93a871cad316da7b36d2200e27a68d3a3ef6deaeeb179a19d97641ef35ed589d56ab5be3b8bff224fef43fd503504c0ca8ee3a1183eea88aef7cd822fae930a7ceb5e6987118da13ad67d790508dbb4da6ddefb944bc9d203e1e23f895eb3ae11ffd34dcda890e98edb9278a3887fb82d5fcea36c6be2dddbf62d8dee7d11169c2e40eefc69c127fee96c2c4a73d8ddbf2327ff4f3305b2420b9b4ab8f4e442924667b9537a7699e8e701b539a13bb5bec59e68a5c3365db6827f6217f86d0f9ea7faed0e957edc3ef18cda8be8cd26a10a412eb5c7be1a62e0abe7b4a46683be624223e44591551ca6e5056fb311ef50f7cb1ff899e4cac2847174168b395677d517611bedaf4dab451975fab2a78a0531e5311e76ea95af191a9dc1cf3bd50fc6f4b2a8f489afcd14f02326d6c3649e813f3882406eda2928ce99946eb802fa62fb9b566cacc5db9b8e0d32cf855ec7e3753916f3e896f7f7af55c3c1a71ad976fde9e9d96cbdff8eadf7ff87afcb76bdc81f6c37cf7e7fec3bfe8cfbd7b06ca60ee4fe93dd6d44faf3ee8f2a70fc761a351048c8656211b8622a522c39caefbb4a789f49ced2eea65574b2ddaa853548fc31382e0c6fa18bdfcd415ffe5ee775b6ec186cf0b245441c6628a59c6a2dd29d4b8142d67982560ecd2a6767d18fbf8e5eadcc095d6be9bf7ffe75ef0cd91912fb662e392cdd62434e4840083d9e2165aa5cbbbd93d45b14aca830eeab6830e3707dda1c2b45b5af1be7726fcc617fcfb2c4df1a9ea886e85ee840816a6362e1a442b82ef6189383b51429b1c2ac53ad79546701fe3b21b9ba2cff1326fb6027fb115ebad9540020feb18d5afb97b51ff3626469dc139430f7836d92f94c2d61ca364878dba42b5bb07bdffe4697d28d2f2c596bb0a5700bb64faf7b75b42f8ccea8b158f16c4068340addd82fa2ba16b53c583cb88def5aab35defc741ae5ccb1e59ee430f932f136e638ec9fad59447c8265e99c3d1b58a453023e775ebc5097164a42950740ed95adb5b5e9ee6c68fc1b28f7e91af5ebe7a5c8cfe0b2d352524f5e3dcb9b4e9066176778595e4a2cb2bcc3e863d5ccfb2c047e963f649e17e19f488c6e7389d37fb39bed88ab9b865e2129dd4d246cf55f852a443e07afa167d37c88de1535f5616575b74baa4a391d9e5715fb27be476e7ea8b7cffeaf957ee4fe6a626dc97799b9fc305ed9f7d9b6fbfeebf5fac1569c20cddd8edc5b35d77c5e62e2454f456cd2a08ade289b1754a9315cdaea29a630fbad58231a97f8e58fbe4f743463d7af1a0eab3f8716ec8f9a6b0f09311fcf3cb19a72d3c9830b7b5f83a6dc12e39e12fe50413ee2d3cffc9e53e7df3bb2d77eadbdb7e88c1946ee20cbda6d1f44f3d06a1a16e02ed06a35ad767eb7509f44209f68acabb71edcfb19f6fca3e7db115fb61d751153d8ca69c6538bcef3a6b8a0b93a03df53b71e466f17750ac42473cb7e442cff8599c58deed9af2c753cf93973ffef8f2c5ef977992b1d3c6d04c2f454b6a4d21d965e181beb116b1889e459c9283425547f71d5b6cd180283ab0bdfd1ceff6dbbbafe7fffbf7034a7dc7b5ba286909b58aaaa07eb183185b8ab4cc34d11de51fbdf0eaca16a3b53deca4f3ac70855de2e738bc0f35adbed872abf5d5662142975bb6ae8c11b45aebd332014fb29a23462bb6a5a9f75c8e629f808732d2dafa15f3b162dfc7b7f2a947f277dbc9cc02afbe420f439bd74dbbbc4388cbe6e9620cb104bb1da21658fc5591f49e5266f6cb2c17ed4e9fe3bdbefdfdf0fe384ab1256e8cd9ca487e172f78e444e396f8a82f3be23ce31df6d25e40baacb94b0c398ba89b1d3fc7c17dfdf2eb7ffddf7fbf839bb71b2e066f02960113f53d455f946b7bf38acf5aa6b840a177a66ae5533b3ce372cf25d7baedcafa493bf9f7dbc3da8c5189b42b348555ab4d2be98506deea12450f6d55bddeb6bc8fadecd1477126518c30b8bda7f6395eea93375f8fffefef9769695ec5902b28328d157d5b623a839baae6860f5b87534befd45a68e91586c2d4cacdbdc01aee37945c3e220dfd65aa49c3d9544adb4cdaccb6529e4bb85f5466094062b622d4a484d347c8dabbf843e80f392f48ecdf2b14ffb3a9f5562fce175cb14e1a36f5258bbdedb1b46d03fe9069f46a841e57d09f9833a7d5f55b5b89689b82be31858bf5598a4c3f3cfdfa3fff8e401180d8c6713d24f024ca5a7cd48a8501e7125b9f7d69c5ca30d6391fc40b11a310a5f735109ed6e758f1cd59c32fb662c55f2bc4df508355f24c792c713a610601e3e805a1ba77268c244a50d0d7723aa4fafd3044e05b6ea7e193fc71687c767d8ad2fe8fc7aa7f7af6d537df7ffdfd73fdced7317efddd37dfd5a74fbfb6bf88403e743f341f56fff2f5bb95a7fb2b90f06ef12e7e58bc3ef3c30f1f7457c5ed052fb2cf353a27922782b0b910343498a09114aceddacfbd2956b96ea6236019ef043ade4909c48f97a2f405309a7f83e0f89f7e50acbae560f599d7955d9c04d8d49720e052ca09285ae656847663c19457fcd55b879a7117a9d366ef0aca5d04be96770dc6bfba2efdf4edddf3e74f5ffff99b9f9e3dfff658e79fdebc7dfaca7ef1155adf310e6f292de43e96f3bb290c95debbcb1d1be748338c47147e88cf1afd44b85039577f3cc7f4b19bcc8facf07efbf22a9f3ffb0611ff2fff2ec5ccbb509112a4e9d3701d5360e96bb9ad905cf1543b1c232b96e81ef72bb44fca1c58c6be63721fcfa4eff7e8abbb277f3d4ee58f77cf5efcf9de39e2f9efb063454511a50b21379fa310d26eb5ba3c623135e352aa88db46563cde6d09de1b975d1662ecde745fa2f958abdfc3f0f39dfec4e97f3f34a17dc34f1f9afd7de6759643dfc807a745b8ba7c3e2e9dc54891abac6b63a89e960e66b72deadc6e5f872936a562daf0f5a31d2b0fdee6db972f9fbff93ddfa272a5769ef6a735d3c4668778a7b1d40b45c42c7e4043048eeb1a04a675686d142a4ea2e37a20659eae16af0cbf1f7f8bb46cfef0edb3bf3d3b42ea174e15d1a5c28d44ae888a8aa44dbd11c5922e105018d2acc3cfd9aa7265db0677a03645507bc420cd4efb894b7b24e07cd1a525dbf29cb3272ca677ca2b9598d6684a22a51c5d86c5b65eb25e9570eed64b5616a9d92611363f56fac42cf88414afd0f2e8c8dd678f294ddfbd4517268211357b6e5a7646286dd2f9a46cdfb6d78e3576d581b79049b14ea62b275bf2631da4b777e3f397dfbffce23b71576e93baadab689be90b53d6d3c22a97d5065b7aa5452f24aef527d3152985e54a3035a51adcbdbcf1af14311f2684df318a182dc5611e4ccb416288dda06f84298f72b7c9bdcfc4ed61637ca8e7be766bcbcc508f796853ff59f462bef80a9b083e595c446294cde2986c16ae144ad3a6ecbb0e8bb24767187094860e7d4991b157bbcb7d8f4df855f4f2e1c4bdfedbeff0de0e44926c75b64d46d6fa30da7188898bde77e4f64beaddc445bf59cf7644469a33f70f35b97b8bbef4f142ce2348e5ddcfbe7c865378ac212b139bd682c2c7dca58a0dc7b9838ea3c91875daaca58b086b3f72a719fdca7b894a08cc9c68d2c7ef371fa34987bdcfd74fbe3577e6ee6b17d32f2e7c798a247e90b7a098536adbc6f7210086e86489be69e16bccd58a73026e224b2d1c94c2b52e542efa286af5311586db0bfecbfff8e9e9ebbf7ff5d3b3873e6c9f796d3317715dc4624be9d4dfaceb6db6d5975dbe28720633b63131088f8a1d8bf33bd76ddcfa775c4feda3da1abfb2615f3cfdd9fee99bbb37372c8e3ef3228737b389f829cf7505d31a798fa996bc1582b63885514e6f43a87a75a41473f4063fc310110d5e1f9daebf9d055f3d7dfdd7375fd36cf1e247edd8b7bf033a6bc1843407a63c039d6fa34cc0cc44c2b179d62e342d242d7e8b5f7817a9e7de5e9c57e1c974b18c4f84d557a9feab57af5f7ee5dd175f9df099366016971f946776c08076f99147afa37aab952c1109a5c73eed9eb1a001852a961b22c9fd5333fe8357f8e3dd0bedd89f5f7df9d757907d8811138e3ebdf69de0f6b6b3f4aac3b78228f06edea2fc542762ee9d422485e3397c9be6966fdde30bfccb17c6d33be7a4d46d773f7a22141f2384a19a4df77db269c4c6285b4c7de45e8ed9fe8c23672b73dbf1d15ee29bab3945cc3ffd8fb7cf5e7dd9951d3681abbb1102d6318a210a948a981d15072d6d6a671e1af3bb29b6ce32cc5839a354a59ddadafee7b35f88fcf777cb7e8a9da210ca0202d17dcebc5cd5fa7614624b8a947523349d0b4632a38c91ea7662ba79262a6fa9f48f590cfceaab3cfbf19fb872fdd2e9b08a9d0fd11f83ac4eb2c3859c8be81283ead55a862856d7d15bc2dc25d9ee7c4273740c613cfdf1f589a7f003eefeb231c5415eb7ed0c4f8b032a096a5f86a0afacc868f086584ae4a03225bcbdb2d7462dcafb413bb5dea7845f677fef30f64f6f9f3d7ff6f6ef5f9ed4a2825150f8d357b74e11c61cacaff8a1d596a1745ef61440653e3e05fceead4fb66cbb63b4f7b3d0e15733dd3539faa26b127a9cb5d99886b0759a5b6407c49c9d77d80d8a3b247ab0da1a69e79af0cf549c5ca133d435eedb72d2a79eb20ff9edc5b3177fb9c350facd170f24c5023c7490ec08c6adda468f6b793184e5c51c4c748229190d57dc6743f3a27e4d2b34c300c54e91d37ffc42e99109d6cf5e2ea2181dbb2d680f1fee70537b6c58dff4ab8a9278882593370e52635641eb66953772a657d0f5fa8980f223a5f7dfa1eaae94a59763bcb15920588ca6da504a0cbbf6e26330ca697d0b63553f5b8e4ae1c33b4132ebc5d8f5874ead80f93720928f05fe6babe0cf7dfc92f8814fc55471f531bdc3a7768c692a53a3b49a288d376541277e00edeb7b4ca506edce5846de9f78c3f09117aaccf63bdc89150197ae94459349f62b55edca853f94b5cd28f90d81b56675049d4e61427ebf88131ae7b2c09bffe7c89eff7dc8de3e0c5e8c424b2d4a0a3aa18a944cc1161103fc2172dbd8616d85a2e86c16aae93d573b1bd3f6f75d61e5570b4b8fdde2fef0ecfb1f9eebffdf7ef5e6e5776fbfcef1eb27c77fbeb6bfd8dfe13a575c217ae722575f54dfd1c86e437c9609a63894d5a765444df075eb37064f8b3b26f645a8e9a36219bfe512e9cddfbeec3a45cd774cd1276318f3d9c2e2b655715de32acaa718c378832b8cebb1f4627639ecd7999367f37f4c07fa66707a75f7facdf3a77fff4a07f8c5b777cf5fbe78fabbc42504e0842c45e8dd9c26b466996e2ed62621f15eb464060f95362bde2fc37781f58df8470b2ee6530c8ebf9a33cfefcabe7d76f7fd8b976fde3e7bf23b94124770ca289544825fdd4a4a25969e1a6ff2210315730d536fae47c7262d36d5248eb5ec0a31d57fe262f7149088c2ffff11917e7b31ffee2f77bf1cc57cf7c557e8664294bf629fd9b5fbfc36d5081aa56d44a8705aec9dc990e4bbd61ebd40abd7ef4c3d978655fa09917f2a7a25e67e59e4d3f18e08ab8d32739c82e12d9013bd78ee5c95428d350e45052d67fa48a70c20bdd4c60d4dfa478b4ddf3cffe9e90f4763d217ce126ea397e505d696e8851f96c9e59da7c07952feb04ddc369a5a9a5eab59c2b53b08e7ace24b0a7a69f9135b47ae6b85df1ec542637e89e62b859817775fbeac9604c713c3eb3b0ac9a59547159c3353a70ff90b114631428172859ce5a616bb44f3452c5b6f3326bb3ef155debc48fbe1e9f3575ffce8f56cdc6e5df9bde3fea224984b0e65c58e0674b382b1b32ae4a426b698821962c9d85deb49742df6a3d6e59f865c8f2ea0df03bea20b9cc48105c8c310a8d152bc8069f37b54c42a9609c1a18def145195ee372a48fe7041db0a41e5132fd7ce76edf72f5f7efffce9d7dfbe7ef6b7a75fa7f0ea972f5fe7a688dfb44a1d5184dd52b3abe0402de8e247ac25d7e617b298338e50b47b439edba72046a6f7197f533b1e1bf4cf77dfbcfce9461ff8676f8be92bda55f3982b32a961fa6eabe45df41ac5aa04cf985dc1c1322fee6af03b480aae8202c9dc6bd8fb5fcd107ffab2f5b499a61919b166cb74f176a1315f8d1a6fb295089268d1ea4c8c99145d1d6185d0699575a1b78f890d3d06aebfeced5feaa31545065b67c9cddaeeec76da643946bd31977bd1b10a3bc5801af176ce16eabc5c91e51adb27eeb6b313151546befc5d58471f8eee021fc57b8c1db6088bf49ca70e960e8e1db9e6d4b5f76cf7dcd57a6dc48aa50eea79e59326483e76ab4958a4a8f6e5a3fff6021c331831be949c8e4f2db1183f150143a97b785af45db5a514acdff6a43db2d729d0e59a4dfffc6d843bfef3bbdd4610f830b2d6b7cf4effcfec48f219f4150637300a874ae6a19961842d15324b4925aea48cee86fbd456d0eb74c7abfdd3fb5ffcf28c41d839da4da194ab312c4ca7110a654653900c1c4dff485c8c5e2805eab773f65b5c49fc30e4f2db3a0e0eddc71feffefde58baf52f8e26f303731bd2dd4925b5b4713f98c5a0cedbac8402bf6089ecd9185ce10fc63e878a4aca4b89b9bf95eea3eff6a16bf7e83ef2e298e7ffe49ffe2777f7af3fa6fbf4393769b63ce9e4b4f5949bd16dfac62133d066217d8f3ea254ea6c795ddc346c98436602139a3c894fed946ae2fcffd0aaaf5682d2731f63ea7e9dab03aa3b870c6b9b80f64a74e4195116a5ba30b8dcee259bb2272fae78a8aeef7292ac63d4335cee8c52843866d6b4845bb539cdd86364c9a99e32ad6801c6115ea5ec5e83714996cf4befdf371b61cfff9dde26cf42d7527bea4c368846a0a63a7ad71cd360568fc8ac91406e583164864aa96abc455faac6e7fda0ce6c3b7faedd3b777cf7edf7eed31a8baf8ad8431b6c752c4d760cc211bedc25e6df619d1d00cd919455d2e7c1199a6d95978a87ee2427fb560faf3cbefbe6cdbfd1a66b6e3de7486dd90bf4c2840f6a1a0aad7873ce4e85be0b5d6b53d2a503d6233b6a69b25de5fbffdb3d34d297efdddf19fdf69ba296d91ff61672a221ba627f1c1644bedca361683f040495514a387d98b75358815db6438ba4282f77e3a8fb8293fd8c65fb664637b10a0356e299ce4d805646db77844e89b331cec9b08a178460be879f96d322a6602ee5e2cc47fead484c8bcb6e7eb274f7f7afb5df9f37af1e4e5b7cf5e7cffe54fa1252daee64b54a674da78296637b5102104a38547ac0f4b588e41a62d7cc0bc1ae320814ef0f489a3058f849b2f9b1f85e1ca567411c5a04f08d96661716dbbe6740e4ba486a84d998fdb7cedcc911b5e47ca8d05fef8dbb1dc516bfbf1e98b9fbef8f10a41a4be281f1d7422db6c7a8ca1959943f74540d5e7241040c7dad87d58fd20e24daa93157b59a75b98fc0fdfb57df7fceeedd7e6ebbbe33f5f07f3bbdcb009bf367df9bc66b1a28e56db344dbdd0385adc650bdf541ac0baa8a7d5e6e4b662ae9c434c76d4d5ef1bf53e3133de3d7944aeeb73976776dec90f97c9f5351a6e265cdd82a135b8d4630e96fb71f1ea2e1097e7281509fa26841043fa3479c01b5fe04b767289165230440c43c1fc985fd536cd4ca6272d70e8dc15e5f66c0f6d2733a86fe8185a1f300b359f385ff0706b7ee1c2060363fa92c586dc4522dc4e46e0c5ed85f975d6c2a219336a350521c0d546ed26c7e65348ae7cea9cd269f3fde5ee6f776f9ebc7ef6eacb97076371db96264ca51c60da1041c2fb2c4c1f95126ca08919cf47d4a7ca8aae4e6a552815f7b1fc7dc1267e2abe26487efbfae5ab6f5efef27b305e45448aed0a15bd99a4e0386ca26d52398e6d077fd8c3eacfe4a3ad526f6dcc569d0b632b95e7fc1bdbf0eed3db972f52b430e6b2cb9425e024b2eeec1235a2054ffc4fa0396b251925462bc2d4cdcac2d3ce778752a560e8272eebac54fdbb5ca8845ac342f46d4605f48d3a5f0bd45c90cb1a3ee621e8e582c247f587575b464a3d3170ec46bbbf65f84d15f8e3f2efcb8f94cda4bd558cb376d3d22ab29a7ad6d919da6d246f9bc122b6292cba15fc2c22b7ca073b01597af8c4e2f54f2fee6b115fbe9b4954fcb842466fb14e45f60667c966bb52773075c74aa78b76a858b982481919af00bb62d1f63b7172ffab390b44fc6563ba22ba08487278120831ec6979ea4dfc08a9e9dc8d5e831f878f56c61dcff93c5a1611b549042d7f166296e3d7dfdef1dfdf8998ed5c73ede2960c92ede5850b874b43992d325e269a3ab5d8682d525d5930c42da40eb481bd1178fea8a7c747ea62ef7b22bebc3c838bd1eb587545f39a93498d0b2d65b029c03144d09262e554fc377a06a608693566ae446d5c4a48f49de2c86fe9e8fdeeedabdf239df55cbc3062724cd3b6ae386815d1b95698755b31cf4dd3b962ca5212579c7436cd43bc1687a27a2ffef3c984e62fbf2b0ea922cc7ef45103def136695d698be260a42e4cbfc752b8a92e27c8f5c0953455eceb9c339831fd5364ed4bb7cc311dcd40a2713a606263410844ef6695a1dd36d14534bb51906e0dc58212a7d1bbadd48d9410c7a7aeedb1c2fb977d6ffa8a55d8aa3087a917e6bab07de4fa72e92d0a5b1ebe2fd54453f1c4890b6f5dbd42175cacc6f47fb46387f13e18da978f97c109e79a38428cc321df384c7036b4ae3032284926940d23cde6d4a785905b8a07234db994f1db3a763e5ea6745f3833785cdc471037a382b5c3e83dd3bae2527463745706161e623b23593f8da00a01a6cca349707f2215bd2c747d61611725eee05b9a0d3dd5d268952fc794c0247064ed40f19a2cae9336ad2dade9e7bce14ad3ea89dcf84f1e75ffb28582da68b06d633a116be486ea16fa777557e1923867b70921c659eadcca7c137feeeaa2cda9077f9fd53e794e05b0c2b6fbea7e1bfe2e33602d38256b1a686d8a6c2f2148ee76a6184e0acb2991c5dc74ac6a2bd6f82e56d7282a78e583e0efb5177e53e27e75f7f7ff1f717fb65ed791240bc2afd22f90c9088fb9fb2a26afd2294d2d2ab3ea3f37fa20708bc21108a0013025e6d3ff667be02452c086d65e4aa5888190c4152bc2ddccc3ddece6ecf2f4937c0022aed54c09c92a714424e8edd07ecdec7a00fa725323ad6929518847c5a3e31537c3f632bbe7a10fe8a57e2a486eee7fdebcda9c7ec0082ccde53869929ae24880c982b7684d00748c299898baaaab61223252c6bce00b2436e1880b7e4796ea7ddf7ce492b978b15c73a7a54500cf99442b00cbdd24872c97b3a70b244595b63eba53f1903d96128d130413a095264709281da46a9ebddc5c6d6ecf4e4feb5aa48689ad3533850377f0a2912a4a3d18009738a66e675402f23bf876e0ad8da7da9be642a2705c4f1223cca7adbb966f2a9e7de059e8da9bbaf0971c152f641be581bc5a1705cd019646f4c42b16de9c03cf5886d783f0f683fcfbc3bcf6ddace3abf9f7572f4e1b58ecc8896cb50180f52880261dff610fca3daaa55852482229cc5c8b61af74261d42968f432923b24017d226bb9f7e5aed769c7e418ee2ca5182e2b80dce0b235e965e005db2a68c33098c493f9a4e217d078c125c1d5a82f683cddc23afabf61266979bb3abd72b94bfcc2cc8dd3dc59cb40c84520dd8a41a0040439bf88aada92ef3c64e3cc026b730676e8bf37298dc7fc0bde2f73771a73d7934432ca19920088321dad09105102d86344a7d160ea306b06e3fabf552b7e6ba13af930a67c1e74792838febafebb58b4d8ace9999c0d68049bcd0ee31d992b7267fb571365fd9a28145080668d497162dc81dc291443cfb137bc03f6ca9e2f4f7e9ab98d51b451a8bea13300ae23dfb8b1a0dacccd4c0799234aceb7966ba1c88e48ac8ba55cc964217b3279c3c30f4976bdc810f9cb89cad5a976590925b964db037432a8d37e331355e3546fc6e560e659649e15990d80ae06d8e83673bf8a2f8756f63fcf7eb13eb3e0e3c9dc34bb34d8d1f141436529a0715eac53bba037947c049a3ce660139530198e94efac4b2ec6fe48eaaad9cdf9c5d6d2effe6f3e9d55b5a0fc095432ab10babea604573b86a68ce6a81c50a6839fdc6024d156d4e74994046f0ea7c3fb8c43cbdcdcf9dfefa20448e7623d2f404122b146aa11008896c09340c0555c0b34f30d9ded81a6f43da9aa5cc80afed2255ea127ef869f393dd9caf54a5066621d67478834098add19d8a8fee9c6d19ec0161873afc78ef795ad11842aed3f4a65a805fc363c7c23fdb478eb55821e52f228f959e5c18dca58fbbcdedc5d9e5c5bf57489725d2fa31a4383300761cbc44a7b027fb8a0c5814706bcf840756958d48beb18b1759a455ab65dfb5e21f29d2b7cb2127be5ff63522f181fc220fe8b6f1a4aaafa64cca5f4569c395caee0640d2a178dec601f102ec3af1cad323157afef8fdad952539523a9121a9ef397dcbd89dae4f19c0a083e69c1d447f72dc21171de289c05bab255a49c0a7fbd6f8c75fa6aff55862754efc891328a120a17bb0c500b2843fb1949e4d37bd7b8e650e8a9e02bc66327f33623240b0791c7febfcf2fae6f6faf46903617258004ee1704d1bb32780ee9127356c3446cee2b742d26b2a2fd4d5e234163a46a4e4e2ac7fb63bfceefcec13463d4bdf443303f6accd4e1101aeeea14e31a985e45a50ad40e6c1440d15bf3afa01ce2a4073f45773263df1210fdd8bbb8f2bbcc918f0f2c0611b0f5ecd35b832a69a8190396d214aa30591a709083d565d67fb3b300e13683eb2f2fba999e193a77b96e04b6fa346d6af5b9e7871548f082300c5d5eeb536dac90bd069a3164e963071221b82cf5b2f84a7639c6d3b637adb21bd523fa3897d82fbdaa9929b4e6d6df29a9de2528ead3ab9c4ead8d329db9d3c67c70f0587609bfcc4823d32f2bccb1e2feeaf7fd99cfe5002cd78379bf199adfc14bfb648943e56ecd95992e1a0d10050ad8125e2016c37fc56987dcc99343d76bf7eccfacf6ecf7fbef8d7e6efffbe383d70a37404527b043df2a68619e78cda43a6361fe56893c723a51c631c5b91cc99ac11e738a292a804fa4875904f8862fe76fee2f4779e409dad09bb2626c03758550aa0f82536a0323b8a0d750c04d1ee534b3e03e0f062107020620be379c3f152fadb88f3e3f5e9c7bcb3f1a04c06640a39c30fd3ac601fe24d6ae48889825c25de5613a9b1b1cc8d1a90f1b19d9b23f978a4cee08bcd4f1757a7ef046cb6779079db124d1bd848103948516ae02521d29daa0167481ecf57c196147193a930c796fddb0b894782970f93fc69eb6a603d423f3d49343718a3e215643ad3e11de431c91a860371f040d63888b41e771446c637f1948f5583fc9c7bd7d27b6ef096dc254fdb56fcd9ad05d8ead476eb48d71cbb2f312278e8b4c182c22a4d470c383c5e23a08c1c55d97d7b6d74da840d3690bd73d126fcd1a33160063522853b67bcc4526aac13f91cac1c100cdbd2263ace218381fcb8691f5932fb38c6bf38bb3f5b65ec10b8aace509deb1a94cd381e476634cb0ef5d6100a27c2482c7483b726b149ae53e00a8fd70054ac1e7f157d8ecd78bf397d4bf448c6ba4644c5bb22848314a482d3212d23ec0dda5ceaccd324f0384b9d7c87d44c19a8dea6d94f333d5a30880f76e20e0f40fed60bad6b04d406f97718671a1d1aa2808b8fdc9c95ed9d4973b504da565830d341459a5e1761e0db99e65f57b8211a5591b180ed9b037ad29ad9050d745847ea8a98016ee3d51bf07453c1ec68f6ae8837c05b5390a71fd9a0f35655f6e2f438aa47332625d133688b518a3cf25d81a5da89d8217ca15b815c44ca41df2957cd54fc70f18099e5283b91b79171c52157440e80f78893e6cce81d7c2d07e70a0023054c103d7c17c5016c113f8377e51c28106d652b82e57063a916e34de45f2b156f2dc7eded44204cec4015709a516b43fa7323665f878b24e0d380dd199a32554a0f600db0482e66fb4889c0cfb0f2fbdbb3abbb9f5678b731f95e8737b306d0ee021826e002be5900121342f7a614ceaa9966a82e9779f7d9d9c35bdda089d12343e97b95a3139fc524897530e0275e0bd9863f71286cb842ca46709581389a34980a98923bed7ce8cb0e5ede7c3c60c90739cde768dbe9a132837ec6fe0360ae22d86703c46d6bb9eef1ee261e8386e489ec1a841ce8255bd16ea6ed2dec4f62f9f4dbbae0f72e2ff82d7681ec243d9e9d718cf0d7bbbfddbdf8e56ff8c33cbbbb3d7f56f1bde7ee597b7dfecbe6fe39db5fbebcb8bb6783cfef1700a7fe8b2bd0888bfbcd7f7ffb7ffdedffeadbffc26125025722fedd1c16823ffede9f83ffd8ef4a9d93cc14db11fc3b95dcab16535a8d9e3a90d1585ead00eb20fd2352a94556d158b6edaeaee31fdd819af2e96074dc12f4ad23fdb3ff3cbbfbf959fff9f5d52ffcec0bfc1b6f7f3a3bffc45e587c296ab2b4dbd44249253f0114b00f0218214893f13a7855e8666d4da7a12038b0512bb6f90ada5b42ddd528ac5d622db01de66fe79b1b76333ffbfafaf9ebf39fbfbcf86973fee6fc72d3812c2e5ebebe3de36fbefda915d60730228860ab683286fab4c676f6378ba3419b9a280944b9817fd9d19a0ceca8112dd6c905e0c8217f5401f8ccf2bcbebfbebc3efb8428e8e20fc7061b7a7b6fe5b315515ac34460a60938432095fa6bcff87d7cc13bb70914494d7bc4f790d25eaad79aa39eeef32ffff99babf3677a71b9b93a7bc517feafcd2dcec19a8761009bf0160791b19a426fc812d9774b3ff0946af61e79a0b0b7a5a56ac7e07c64cd3805c397194cdeafc7a743ffa7d7e3e5eb7ffffb7273f8c0d5f88fdda7df6effb167fdecfce70d7ebdbcfc1179a29f5d6dbff11cb9fd7ef3f2134607cb1f80a1880b888236bae82452ea504ae28050739dd37cdeb2ddc738ec0dcf4eb3699dd351102ee991b35f934f83982705cbff3ec3c3dd3eab3fde6115ceefbfdbdc5dbfbe3ddfecbebdc28a14b76ba21bd6b0273b5804ca9015ec4b8ccfc81d6eb616b112bde4824091d9991e5ceac384214ef621f39815f9ec2e79beb9fdd7c5f9e6d96111de7ef205d682d9bf13652896e9fa7695dd82b010bd481b8677dbd45c306e2277e224c59ca90842437ac773c5fe04de743786584e69a9ff43b5e88f9606ffe5bbcd393febb76f6eee9f8df97c85070436ef31267a3f85401b63c4c24293c440538c52111de9710270cf92428e15c48d7d70ae5990f2d69f1022fe20647e75fd6273f9ecabd797f7173767b7f7ffb861e278b6fbd048d05739104817a039c617ef952f73568a696624c5c69eb8dc8d0dc3f30e00ff0f489648a6ec7160bf4eabc1edd7e4d345b03f8121bedfbcbab9be3dbb7df3dde6c5c5ede6fc7e4de0403d0430bca82ad809d80a9dd741c147f077e06e07f844eba64ad4d52c7e5b1dd8d34c9a0584b11e36ca4238fbdda27c71f5afb3cb8b17fff8ee8b5557c34cec10240c9767c806e944f3049e523028231cd8e4e07ed7324d1575860292de0617a4271ba6591069ecb3c8bb1579fbd98a0ca43a070049f9c81a673448a9bc36b33a7af41c1a143626b0f2da5d9c428ca182c8d3916224c7bdece95124ecb329e43fefef6f9ef5d7b797db5ffeb9b9bd5b674b245f2a1e0e4ca3878c6d51868b9131014155838099051f004cabba49ff4ef64e27daca479775eeaf363e3343f2d112fcc75644f9597d7dfff3b36ff8eb273409977f3e19b3e03597de7c0e4e00a472a367524b215600ed6ebdafa00c4d52a0bf6e1b9526ad864eb363cf1ccaa78b944fc392f58e087bfbebee3b2bac42605dcfd8a989327d3e56cfbe703c2a8074acf84e00b96ac5692eb34a03030dae066b25b7119cee72433e865efef1463fa482d516c055972d5862ce15f847a7cdb556fa2a6333b0413c968600b0353e1bdb8be59e9c4340480884e38088f2a75bfd3eb9003fdcb91f7efcf5c50fe7d7af6ef6866817bcabbc78b5b97f73b3b9fbfbae567ffa279f94f74f0ed020f6c90129719663613efa61d4156fbb8e96e95e58a48989582590696d4810d9fab22073f8280372692e37f79b76fde2cd9a5910e93cb34460b102b9f4889c27b5806bee6e0895928f8e83597d28f064edc153f33359e7a7d1f8879d831ffca70f631f6bbd6a07d61c8d4900b6c1b240408f5e1c64a58c818c5207827bf20ce6996e7929517c23b9909ce770f56e931f91ce3eb3c96f377737d757779bd51e9c7e1588e266eb3856e804d8bbef5e91c8fdb68d2923cd0524f586378a4c3fc74ca59530071030b0cf2ec87ffa7efe890583ebeb5f2e36fb0fffebec637fc7e557a017c07d7a58f8dcb3600f88b7b520e00df040d962fe5942abb4ee5064fa52c58466a2417e4cb3fdd1c5ce9f290f9cf8b18daf946df0b61509a0b4a47a544c9c6948afa0b8b30565d7bea5592bcf7a689e526905a1cd7b3955ddb4befaf1e2e5ebebd777ff717b7675dfdecc57671797f5c50b9c8cbb35439d329c73dc1e71bfb866806c066f1e7c0fa9541f9d14bc7e8e40e721acba811f83415bdb8b336e2f6afb1939b5cf1602ae6f36577777977f3fbffae9d4f87d1a6f6ce9d9018e9a621447ba4b05c54b31994c21435323c80bc2fc0c007e459b6796eb19cb10f6ecce2e41797fc767be3dbbbdc301189b9fce5e5fdeffcfabcbb7bfb5fb9d35e81e6f12aaa6514d763532b539ab666b688bd71dbb9b9966544e0101676b79001e01fcb0af0eeb18fe686ae5e17cb0f90dff0059ccc7bd3fcb47014dddb291b159a05ae7249bea00da5411f79ae948f4407bd573d4618eda1b55ba8b1dce7a1a6d99477218967e5fdfec93da2b567bce3f296fb67cb52b7052a301c2d96881cb5d6a3d11b10c4ed0556cff6087c5abae092f37f95e42058ce7ed919d73f8052b3bfb6dde6f372ff04f5c9c5ddebdfff99ab7041e47bcd7392d477a27db67848a916a839bc396a40dd4d565447bb0390fee876ce0a9246614d06e3feb0aa8708ab3ff05a1dfd5f9e6dbdbeb9f2e2e37efadd09ac1bf08555b91f4d92a1b4101b693179646ebb193034cab1c95558ac869e87e34473eece81399d5ffd134f0c3c79fdfbeddfc7faf3777f7e7d7b79b53c7801dc7c91a8077b299ea10cb22b646aa11a14e4c5636b7f374d06868b88098c7a119e7113b74cff3f31205e1c36eb87afd0a3cf7e53aef7ae6e6817110c105713c81ebfa86f32f616661fb55a198506a96aeb5ec7649c90202276a61e1bcb8793cfe7bdc95d9891f3b3b96a1bc84de239d2f05675f5a6e1a9d8b06798f9c3e540ec15920e2861d81d39f40ec7859a67b2d8d47d1fa7df5ea8b6fb605ba55ae41a551316a44009c3e7cf51ac218b33bba4d00d73bedec7469d518db43a9c03454e7118b35287b9a5a16e2ed870badbb6777ee6f624cfc9b717f339f104f5c9ed44e1c567016e98e1a7bd923b627ad581a30dc6c0d5eea141dd41b773d8902f284ee7a00f7ed13916eb70cc7e4be8776f67f5edcf11eeff071b51a562c64b25378dbd940d8bbaf00b2b503f2e03883c956fc4e069e37d983fc8c1aa8b88ee36e14313fcca36b580f85b8e7172fafceee5f9f3eb827ee73cb0e67a0584f1bc7a69e6aa978f3d102d747eb63cc25f04a2721f277248080df49d6f464e48f46783e7dcc77e57886b0d5d07ad5380b7bbd2c75869d9b8143e5da7b6995da9ae0b199b56be3876fa68d88b0a7a96dcd8d1dd0ef2e842f9dc14e1dc07db663345a54b3f46e49d36a005f351459c3bb4b78ebe06ddba97b5fba0741b5c8e6d43601ce7dcafddc1f57a6df81b8ef76e0654dc4d6fb40f20e1e4f2e94d163957ebaeec1e3a2c4a1c5dbead9efefe85fd70da260523f6a16a90584f6f832fd431d71d777f75f9fbddafce3d39a2ecbe73c4e6cd1917e20b039137a98d809439df1857a19a4f20881d16fed08b01532c8eb44362f488cc6d6479666df5b80bb37af7ebabe7a73ea7d5e0c3339fe6f3a4700404d3877837dec5b9d7d74bcdfe2fc485b1dac50696e0db48e80eea9a6ee0e6ce5986c7e78b2cdbff01b7f7b71717773768f7876fbecf9fe37f08e6faeaff84f4dfec878f71363f3e3eb97cffefbf6ece666f362c5fbd844270d4e4e01a0250338d3bd553bb67e1405dc0d482804badd51e5ceb454a6294d7cc06e0131766eb90cc76a1ec3df7fdc5e7f4a7863f93b892109890de014281df805d82fd388d246619b1b8b554a65ad1438db185210ea54e4cc1eda585cff23978a4f673826efd317687d0fd9ea6c0e47b7571b14791c211e3b3f941c27605a0c234d353229a4996819660c8dfe7a746dee9b52ec52aff4e3fe8b6faf2f2fcedf8cebf3d7aff06f5933d43bca00f026aed52ebca000aa71053bde44e43fa059a0365b98f372da423d35d119eb35d699a4efafe5ec2217d387f63506fdb3ab17cff68d6af8faeafc7673bf59b97b6d06405aed999eb311703e59709d489b442084646a4082885416b214c118c082d914033c68c0fcc37e60dbca315d2a0f41fe797b7b7dfbddfe5aebfda695f7bfbfea1da665e532a41858fe4e9c398b53e97fd0ad7aa6c592bb1f9cc7051fe821b52e483b3348f7ee6d49d02e58fd3ab43af27b1fb73faeb777a4a6d13a984f9956f2d65da51bb086ae6906a0ea194d292d4a958c4d66a89c4651731dce4f608ffc47b3adeffda7efeecfeed7bbc207e0b304c02604707e2441e07dda2334362fd59a790be204f0b0da16418c90136853081e38d5e6bed3f5f98cdff903ed9cdf5dfc9fab17679b35ea1dc8f35982cba34544ff5c7cb0a0ae29a4311459914dbec327e36cb7481601a817a08a7daeea9bc67d27d27197398f8e885f5e9f6f671efe797177c13dbeffa8976f7edd5cbcfcf9137e04cb6323ece4946b8e21189a391524d4dcd802dd8c725cbb8b77345c1bf4ac4939f56254aaed6d46452ed933a547756a3d8a29fdbfaf37b76feacb97b79b97db73bf5dab775faf71bb49c107a55ff9986556ce7e754bbb3ca7beb631e36433049b9e737035259d02de68f376a4aaedaffddd838cf9ecc58b152eb166eeaeb9eac10adc306eb63ad8d13cbbcc32a8a49bbc4eb6aef916ed0803b8a1c70af230e320fbfb23d1ea235fefa959aeb8889405484b890e30372a90a71268a9349a4db59a3a887a486cb5a561679d0a3c3c11ddec3cece4130d3bed66e176c070d5ab7aa55a4628d1dbd90b15a0051818508f952d0750dc5305139ec97a7c576cdc262db022c4ca246dcf10dd22a8e7a1f0b72f8d1c3eeebfbde6eddfacb563d3646476174bedc95720440480aa857daa5476e085b0f1482259a7770895c9cd9e077b46ea72b3831f6ca1bfa2c5dd57ee8ec08149faa65b75655436c0f802dea0391be74a52e0c16138fc2dc1bb34226b89f8c2c5a57b3bdf36316f0722d6d80b40796c61c1ff8ca995fa1ec89559530473064e2829a5162708a703f58c407d990621d834940bd9cf8b7d4675ed0178f4fdedc5cde5669d991767dd143ca0e3347b8b01b85f6beac157abdd8e4a43a9dec24c2d28b0920d8eadddc1479f723c88922dd8acfeee4ae81c67fe167fdecdab53b73183ce28fb712d527b345eb24db4071e1af1c6431bd9376978ad2523a72046b65a5c033922e077359f2a73ecab098731eab3fb55b9a0eb1d59d17b4e7235ca7144fafe74c992cb88f494e1242016c780472083a8a6926db0ce0262805eef2e0e1eec7edcc3203634fc8030c73cf0dee7ab91a108c89043f10688371a70063f62e5b9764113c7a887d100fce74a0956639c382f033c192b23091f8faf113e78d38d58b71d6a38759b13a0ab0f396f9dc973620773d06d9327b6367bdf3ca820bd6a6c775272e37cc6a0877d2c417cf64fb82b795c93e7eec3ca55a2a12e4dcef2091063a054a36f88f51ef8df89f111efbeb235344c872051102df1fb20fc1a7bcc1275f1bb926dbdf81f67cfef6f3fa913bb7ca963b8da2a5d4364363549b0201114b0cd06e24f65f82111f90d4cc7003a6acc6d68634bdc488a44b2d448c3dd05dbf87f7b75b95a0800db6943526bbc21f4597dd13a3abd5f92e95e22d720fb8845d0444775cdf801f68af2da25857ce276ef352e0aa5b7484b3e8a5103dad5de1c69524d75a46c401ab0d55371b5d8ee6dad214d7c89873754d7da6b752e299d71600af8d6b62eb0a7042b2c05029f071516e4778ef38dde4b046b44daf774f5b0b464a965e6947caad3b9d038ea16e3a8c6b63cea926a011fdd206f01f0f77bfd9f55ef91bda48aa420a1348f70e8d3a49893012db0b1e708b440eba8e67b1cf422429a28d3778ae5251724edd7649124f9bbe6c8ddf7d75c8e9038ee1482ba69390d928a291d18a181381a044b2b9593af80d2b346f0433bb6ca66743c2e43f74e82c7c1c607a9f57e2efcf0f5fecb5529345502b05126d811b5b965aab13da532727238197d96498ce80d7e2c036d87a6384de29276ac4a38be63f2b87ae2e92565801d8a8b694c33f194ddaab42c26f00665c4591a4e4e4c6014a0d47960fb441f255630c8e8ab39d55cdcf7d7d75f9d5dbdd9718955fb85f3567fb6d70878e94a17b686f6e0704aec7021c80860d422de553fed6c88198a4d5164b41c394378328d91dd873db45cf388801d81644f108e892ce2552d7ba9c19f86971e422eae2bc7eb7a31b46e8b6976df0b659783b4839ca3b5c71465ff44d7c67fb04be3e27cfbed3516c7006e036df439bc4f3e4e7667b6c16993ea40b68233583a2c885a3a0f4e2d06ab19b68d3d45723c1e833caee5f8f92f1737df6db684fc6cad9363a2808587196b42f44c1ab7963f605d2de94c4828e4a0ad0f3b40bc5bae13d1c5696e0decaceeed61fc83dbe4f0adbd05dca9232427857cae320dde6529ec4332ad97ae0d80abf5a860d6210fbc7bc36be51804dc1c1134247668d98575a97e576df9eeeceae5aa3062804d514731751b0661140de30272269ed18381542c8433c13887e888ac82176dddd6c87dfa207a1058398677fcc17abcbd6f677fd6373ffe9fcdf9fddde17b6b2c46158fe86f2cb632455e8bd4289e7eb980941d5b867ab6a51ad701beb170c2d5925ee88195fddeff372f2436b313e0a9e737eba9edd8694da6b3389b31811113fd748118b23a302f2144a0fc39d094ba621348ba1493689c64464a392f3e70bb7ba2937762e3f847104de77be07dabc52bf5c3461c803c25fbe04033f09e0de0b53711e4028822b33d539dba3df13c2e233ed477b29fb5fa6a737f463dee0368d803ebfaafb38bcbb31f2fd7800b29994923bb80504997e1e1431f52e991d1222041cf74542edaa4b024333b25846b4a480e9a5d4d474cdbbedfa6de98ffd7b8a1dc6aa320f0b7d16a33937d181e98b1d75ce87ada78d364aad8681118eaa03d3d921e5593a7cc7dfd71918adb41a6705cff7a45912d7eb18a964c747855acacf7c0ac675209bc86075f42926fe01162bdd5e40acd9a5a0f56d48652e37630cb2c388af251a58125e8550b0c365364b84a1e38ec88e9a08e9ead6699da298d9ad219e990ea833902f08591ec282101eb00475479649ff6fecae1c75b1ac55c5e5cfd72f22e0c0e954ed01bfe899bd76043649911af761444b04c612c6955468e0edb3d28009fb1055cba557080bc20a83d540ac6e6eefcf6e2ed50f9d9abcd3a028b317bbc34a731c45290b8b23419a3295d004bcebd1aeaf496d94cef8860217a8763001c946bb158b1055b0c3f807f5f9d5dfe747dfb6af3e2db6f9e7fff170c6920e3779b3ac27a27fd2db41b072c0c51fa8c36db1e4d41de17f6698b17a96df688235202abeef3400a17bd81fa586de4ed676bb26545ccf73de1215b9d46430542aa1e5b2506ab2df8e00b6011fbdae9dd1e153f997aa44ea7dbf6fa3da17e70d4e1790e76f8ea4cb177ceeed739425ae88ce94db3b54e44cc423921f6f1673c373242a5c7c574b304d7729794b7da5bb975673d7e683ce1083dbe0efb8fabcd6f37600d9b17ff3cbb7cbd2a93aa60c212b4b99a3d1eb922d622874ee3819a93e9d936b089166979ac3e46de690838a68ee8fbc0ff96ac4f6f33e9579bbbbbb397f86273c6a2ecb690d077b60cabcc02183e65736240a154cbe4fc53e484a3f894ed3023aa71c9964a66a51ef4738e36a8f5d3d33e9be6852a913b2eb5d5add9ac029aa38e46aa4405ced2bdd3d23af2ab07d2925eb926a3785a0a3b6b53a6106574566927882d5376a0b91c41283e2752f2e2cdd5d9abeb173fde612fe01b3f9f5dbd5855bc2b8052034a85196993dc5bec4832a978b1c1e36d572c489a34039b3e826978e49a023cce0a4c44ee597e827f275478ea109987b5c52143662f75d896803b4af02e386f5d345a5d6e0ab2693b78747432ea544ebecfd6877a5db0c8f461d179a775bfbaac75a2c583c1a60f65aac97378a157682b29d3803acee0914b4334ae37916c1a073d426d095fdabc1f75cecb7481dedf6ece5eed3fac01386b0dd50d017c02c5c42a3849730e10699f653be587350820a00894bce44d1321a320601a4e91b9437fcb721dee1f6585dd874ea79ef3d5f4bb703638db5e4c1303ae31a6d789cf86cb5800d7adc1e2ccdc7d9baa595270b6d9e4698930d2de22c3ca3153628fc4e0bf7d7b7d77ffeded669cdd9f7db9b97a79ff337f77f362f3623b13b56ae7b4cf964ca4752b39c541b517534daf71f8315b230645dcec24a0a02f13e0227453fa6c8acc3b0e22708b2fd2ee0aaf5ed2d6efcd37bf5e6d5eb437ffbfebd7ab8e8921b34e3603d900b035405d28eb6980d2fdd00894618c2b11302b6367e59249dc70a25a6d35e0dbf58f7ce33e5d91da85cd35da9e53055a98be475e5f67a0c3c0d1af98c5c514405885b8db59422ba6c996c704c24460496d96b62fc03e15377cac6ef4e5177d7efd7c9ebce88e2ce84098f0d400084e40ce3d00e198e04f53c525536d49c6e2eb50b03ef8bd3222f8b8a8c6b6b88cef8701728d661fcad4d1ce9716e9be58926e2b516c9b8086ae272ada1663bb418aec6098201931a94e3b3d73e7f1d9f1a1017176fbbe5e031f1ac0a42862c090b2e5dd0a727fc622289081e3647045fec763fa324d567071c71ec08255122482bd8bd93242d6fbf6efb3175f5ebcbab89f57f717f76f28e2bb46e1b17440c51011d572ecd44101399c25069a5e5aeb587f1d6a0b027cc46a044a6814169f35a63adef6282cc2a83f9e923958a1ecbf5ea3b1690e0d34714b9c2457d0238f1807ae307c103283e269f51cc2ec2687e881a0ba4e9fe628426d91252b2e7bbdcb0f4a51bbefaddbd4042cdc0aedcb03c77f0735bc1b8b2b2e04f088ee4c6c78ffd3d7e9aa124cd9e126d6b056fcd43e2b2c742df96e42e2d4adc0b468501065d7287eea92b773ce6671f6a986ec86ad7da69822fb32e8605c12ef24e9923dd941fd042f9c0748d4a72d510ebd906bee08a09f890ca05901a163ce4a471c45ba109a49cd200eaf5d8705669e58386c0664d6584aaba2b99ab8e0bcc0c7bd7fa7067f4e5a2c959268393a4d961a8865681a597967d767ec5d2b801462aa4baed21520d462d8b0530eb172498d804fb87dfc055d5d208b7864cd1c1913704e6754db28b605820a5b101438688a15e8aee50a08212d9b5415c72ce12c3d526b657f7975039ef4c32a7757cd252040077a1cfb74d1cce8817c524b35e7402317648be67db0e04683a28fb6164e4e88add917338e17107b2819fce3f6f2e40fed69610460cf59379c6ac0be419d3c4fa7762dcd15e74d31c116a14a24d0118ef8c834bda5a9fb1fda847e76f88ff678cffe2798b206854b5472b719282fa816e434d7225f5feca605564367c4ab4488231af2a07259f193c87a31d28d7e51c8fb5e71788d9bb689b824e0acb926b18512c89e5e77d627eb8a358277ed27306ee77710dc5d97c6eb83da429fe170a1b4f8b8dfb7b71bfcdb5e5cece217f6c28b35397d6c69520caa02e45b0d0072c674afc1e4adb081b37490f58e4899677d020b822f668a410f008043c5744945cc833de287b688abc6f48c9c3d5219157cd036431fab59d9763522784274080033b49222dd11bc4f09df2fc04cda7d0f7bdd9785dc003fd9cdfed1d7abdecb2250350a5f8c36639044b264391637b468b411f8188123276f06f8357030bb9903f8253ef0cae90975d5c71da35d9278eed657c6b7310efa1b74952e835aa10484f8a5626b848e4401b81855fbf4329142dc70be15eca04cd5be83f5f072b3d48742ca414a6a8d5d6101f7c6e86c5b70dbde1df043cb2283b35a2a8509f1a519016b55fa00628adb1fcce2f3e8c5fd0951a17679fdeb4f1777abf4ac95247324aae2067a1fa82fb17a5a5ee8c875da28238de628c0e8391c64fda0095206350815c7e1e8ecf99921c9f3b712f0eb99e2b89ac085630cd1d506246832785f4dc0873e5bbcde0ed8e0c07f7b02328a0989549d494d8020a2c80efe9705f564774ff4ae4cb2fd728d85a02402a012406e136b01879d88379139137062ba3e8d31d54b1e09008b5f4d634bf2dba6dd36169f14fe5dcbeac9090feba58089dd46c73b23a51a5af44884ad297d61b40b50555649998d7a6d7aec9110c50a08613ada17ead15a712797874f7874a5cb274e412e7442a25c4c76de91d7e11868981ef0d19aaab981f92b168479d2699403545a5032fbc389f9ed5dc97a23f3c04414149e40c79d824b36d660f88991d6421ed80c5be5f8841ca8ea723539923b167a44c9de0a2e1c33bfc028787d77fa5207d213408dcb1d092a393f3d059402d05e294173307e6be7eaab449fd885d6a3d63cc34470f4daa25d94243d776f85d1d7886e3e67df0732576a7857b1b8006433f37670c7501ea6f521c964bce49a81931518d96f6d4c0bbd0e17b4c0fac3dadf21ec1f6a805b999435a05e6e6338355b6b3f5a85d73adb448a07895204ff28c134a080a0a6bbc8c60aead5e6619d9dc03969c91af907586f776f32afce2fafef2eae5eee3b59d7a8888ad89086d49a383bdf3cf6c988b54946a270c04b75bad95d76d95be7c09d900867468eb00819b6cfe381c143fcf173f2aaa7be3e01ca2dcde639f87483daf3c3d630c3003ff2a5c7a1a172fa33932b8d412fc5ee11370097ba0b6d4926fdf165d26135b6aa2a6bb2c5c0de9a31420d2e8be61463ca56667175b84261665fc08c5c48f4410648c8b505106bdb9d058dea7dc12187b7300140e9e7eb17dfde5efff666c51137ee0ddd1a09d6d214fc406bed5a810b3803656637d35be936f7aa6e3bf192904991859c19405af309dbe378b529aaf3af6a2ae50c8e055e7e48968514106895d11017c00b751497194586375a5b926ac7300dbba2804bbae0f7e5c863da359f3aff75eab46b1b5ebe36e65a43271ab62b0a76076047e41858459a8da34a7012917d0a62c744a6b111902bcf27b0ab8743c7d9f9cf48243b54f9e5f54a2d19853e337862dfec4809bb838d991e3c127fa5e9ac9de05ed4d918d6f3bac1e03367bc268f5422f970cbb4b8c2fb5717774cabcf37e7af6f9167772d2aabd66941221ab2ac56f0ea5132fb57737046bcb45c00c846ead1b08f071c5c13828dd54ce76dec173579576049c760d2b768fbecf5fd3541d70f57880e7737481cabc832cdee531decbef3d5b3042bc5d1b705a0b357876c4193b69053295c145fcd183839ce2449d4287fe414fcc7e38f272fb7e38fd900988c37dbf1e55962896d768bf7654123b08f7d60277e6e13385a0a8b2cc328767f77fd2997100f5fab5d7cbf7975730900fdfee76ba20417ab659433a59a304b0ab669e8ecbc494eac6913875fbcaa9fc00e540f98b3973e8d3326f2fba7eab97ccf6af1ebebfbe7af6f6eae6fefd7bd9ff1999e4cbda7d872d7691b181940e5b4205ea6d7e68a38c167c951a9aed3883ee68a68d16a8baeb7e5c7640fd46ba531d96d976d19e05a2c141b9c04c31be944d542b539d5294a711930d1ce6e542c8448450c28d1675f979467c383ed9bb50f9fae821cad7199fa6cadf1c5d61c733381d98f7d5846250d569c25358bc8510d183b601536c698bda55e0eb7518b74b27f3822f83b14b9fbfeaa7991da8cc08da6c62454f40780cc65b03127d0bdcf3b975a4948843e4e3bd8eddf6a60d136a698f7f2df4721c8a3c62757b3f34bccf33168e3d57d4c69b4c181e32a3e25ec090586b2618071fb28d84179e4b83d404e4c8aba275acbe86f7d92869f3c4ab000e111f1f0b605ecaa75b22bdb81a6adcfa6f56667b3e23bdd4d7098043b00e4944a4bde9bddb4877f5402594d9f1849afd261548d6bf4224576f413afb968a7500c2beca08954694c61c6046c8cf3efaa7422bed176cd28ee41c278f8d6c9b53e2ae85c301e315bc654874719dd0424b2398d0d007885434aa261083b0d731fb1701a1a691f70e049ad357bdb91ee57691a08e022151918385c004b9c2526ad5605c7cfdb9890b563056599d1570dc8dd4d1a7e2ee9cca53f4145f3410ef7febcf237372c75ac045a24f890077e1d948acc76384ae369465e32b569e270fbb0b44a2e52d97d04883f1295967b92b69fc25c5ceae9bdde8035160104ac4c6c65af365a7612551a8bb680c39902882d0e6d9866f85a4263e3b54b80bbc3f1cec4e0649faae0b333a6f8fe0c64f67ef5e92a20b332b11a163bbe83d9f38ab4d5d4c6c409f06e703798187a1aa3670eb33700df1e9cab204df960cb234ba85efdae8b74cf870ef8f67fdd5d5faddf4b3280dd3af80d907ed2a6dd851962ea069f21a163c34841d09cb108dd2880066d65ed030808b9cd8dfdaeb18be0dd8fabc8a04320861fd492d7920704ae7108970614c7b1d32ad0949b8280b6cf811ce85ad52d9dd6d640b1c3c0a66181043f6d2818b82b7f2cd76273f2ab6619830a998d4dc5436b60f92b4ab0d241959badc89b39a9491d61231beac7b45cf0c8238f620f57cda7d90597d777af6f37ebcda598541c5e727200fad9541f905aea4c19eb90bba52875eed5c748352c7c048e30dac44acd589fb1bf61ca271be43d35b21da03478f054b0a99bed3105f6d751d420d4dedae438166241c53ec066afc678645ddbb73635d3c52754441f42f6edecfc97eb9f7ee2d01662e4b73fdf9edd6df6df3b746bae51341a034ca7b11d235044d1134ae0c880dcd8cae14c84cf91ba500722514132cd605da460cc040ac98b564610145fbfa230dc41446c8d86e61872a9bc53abce0c3b1afd6efb48c356d7796278250db81d46a195410e1624b1262b8245d35616049c9faa8cac5940f4c3201e4e1006c48306823486056640d0107c6545850273197c50719a82a491f0f3066489da387e3fba264b1e928f6ea13f69edb9ea4dac55e3270798b122c919ca728fe8d24c364f6939617f7415400a1c264413db5b1980a2b523896a7882b1d31f1c97432e79eed64b230498b14cab9c58d184c702bf163b7a3778d26e32ab235180b2462702059cc0b3ab8baee26ca5a7e0f1a34a4554daaab7b7676fde7eb94610edb30e51a40d20ce2e1258468c55152894c2510978c2c51a5201eccc2d00b7e328b5e6a23511c76cd7b7fb60dd643fbd748e978d2fdf7db25afb2a68568b6d96387c98c3c8b096dd3aa018e2703226c2676c56d5ba9ca6d6ec2814826d40b531fc8c3c01563f38f8f2504fd31ab07ae62039105d51c342aa47109452a7093406acbdc438429dde008e6640cdd891407234d4b72f6fc1c58217f07fbc34bb2f41c6d6e01cd25b152c8d171f0791562caeb2de1cb480aae681b84179d6003eaf061b28a5381233ae98d6f725d565b8eaa73a36be3fbb7db9b9dff56de8f5ed97d72ff12f7eb9aa544aa19dc1503bacb7a14f973dc0a9cdc9808754d3b4a84f32ea56e9ba75cdbd8c14ece4b01c0edcfe32d31f53e7f91382f663f3e3eb971c1a3edf10a87df4db6ba66250593f907774341645115db56a47a89d3667a6a55073c9c9ba06b096bc49d54f4f7d82190da0db410b735169c3c374f9b38fddb6ebcdcde59bad28f0668d2c4d8dae808c5c9d03f4005c9d43a70cc46d5bd5053f00ee88df9a2bd49df166e2af90a88c183456ffc832f1c7e2f7fb8f6bf43580c7829682cd59de4f82a58639736d9e85b0d0bd774e670f36228a80c90486642332da349c3b7dcac0dd7142a8b57fb97a59704e0963383a1aa4d8c64865c6a629046e7fd01550fa1c297a09666722327935be251a8500d77709cb6916be6fbff6fce2df6b848328ace1a8ebbefb92e294ca0dee0aad475b01648d0e783582e237c93637b6be0d2740a90ddb25efc2683ea6f9e188287aea6707de1894d670b109b242c2439a10c2ac646714bf655b4c33745ab22ad3f71a83b8d81d58bfa47a7c5bd343ed3027979cd180b4998b0b01407aeba686f7d8b41b8bed5c3387276660651cdb40e8ff10dd28225181325c7d42ec3fb6e5f1e36fec9e790d8adab7f3d63121fc4b175a75db99920d4e801e46f714260280b741c0ee9d996ed43eb62ae00806231caf78bfaafc5e9ba9454e90708a288f5243aba946431dca4c97d514a9ce5789a4386e8dd89f992524e3c5977e68105f707ee8ed64c9bbcffee958e35c8392d9e0810ad9fbe680a3b332f731f05be0c5910cb2e4b052ca4418f451244bf4796c4db93971b72f482c2330f15ef9eae4461f9ac02cd50fa322d8df411d5b15c019bc4af3aaa547ec6ee3006daae4ea5a20152bbd1a0400bff818e577af2f3777f3eac5cdf5c5d5fdb7b7d7ffba58a7d1378f96a79499ad050076b15282d2c48c2746189c88f6132b1458c2165587c31f3960a9ec0e6cc6fb230686f767fd9f9bdb8b9f2edebbe05be3297d2f554d6833b4664768deda860017ac588ecb6c05b778bba7812ea3265ac36b63306f532afe81278c533d1ee96f93fcddc5f646ef03c8bfde0ca1984a9b3c36b4954407f5317b72332600a2e6417b941e491508984d4c85a2243839315a8eda24d9c580b810163e75a92d03d5f70c40d7656eb5c47af002ba3c4c9aea4346161bbd36350d51c2618fd7328c281d77c181fc8225a8df5d7def4b0af5f6e56bd6e5d684fe0924470c6fb87a377186522c82bc3857e90634c6944c2dbe141c2b9420c1b4c1a230872949902a766960c1a478f20e70a0778fd71e26dd425b765e80011a1ed68de4e80ba29ae9b12d595ba8d6b7329105b26a8bf32d0a58a6637107790f179a87c0b8ff7ab59e87de6a1b203f6cfcaa1ca3eecd9b4e89558b13900c3041d484e8297457e5450547cb5b935068c1bdc7c4b220267eaff11bf1f2a7dbcdddcfac191d9031f224cdeadffba955ee3b7da463501e110831cfd60d186031957c228694cde879f86cfa18a6e45067526b59a3ab751cd0f132f0f1b325ecdd872f56b9fda4197d74f4b057c64c93a7e76405a02400840737686a812524676ca05640345d661f1e759dfce11cd925a0d427daabfe7bf32333eb6e7aeaf5aef16ed5a82ad2e7081e7904b402e728307d26d04a0011579a70298a1a37a2d9f6ccd894fc9c1ca6e93eef1b4896c4999fa21ab28e304d0fb446cb85ed872e70408283b734ed76515cd081742c16fb688248266ba69f09b84dbd9907378c45bdab576a99cab11640a9da69126772572450b5b322584430ac1a46ab802103a94723870c69bd3740c74c08b96779249b3eb86a9d9dfff2fae687dbcd1652023d9e5caa8fddfb65f68c139fb623e835d69a39302a73004aa9e8a8290dbc52ca514d1a05553b2ad6c046bf571c7a5447d8c7fdc4dfff7abd92e050c57b193684397b4f259a82533c3d2803153406f0324e7446621866e6417740631cadd2888c1c30e5236d3c0edfdafc86fcffc3cff7af2e7fd8fc76f6ea069bf6f7df5aa3223ad204e46f11af55fa88d24806e908694ce4e44b426c2b4deb306002604c9e81de36ac4c4122d0a37b153ee7e272e7eeb67e15bfde9edddcac68df02fce35c9091db70d8e1434db5da38fe6a4296d653109cd6400f64eceec6aa69002c887e085eff7e58fca8a1a707c2f77f9eddfdbcfde51ff717aba01d753577ca6a91facd411fe04e5f17d027478bbc0adaec63a0a8988ba565ac018276cea54763822b8bba183d775fbd0874c6a527f61a50cf3a24e341b60b901b4da2c294f3664470204b435c530a9871108474efa5f01a318251948095704f817a7fdcf2786006f3ad3afbd89c5faf259d100a5e3d4890e454fb98355272c80c971115331d4da841cea90acf851a315b90876905a0388154e52740bda3462bf6df7bef5b6bde2637c0d9c65e68e53c384e4c943c8a0af03f29325b9810130b4e504c609802ca54e81537868479e86b7a749e7fb92da6fdf0ebe6c75767380fb7279f1baaec81cf1dfbdd5147908218ae1ab6ba37007bceb92114a4de8213a786835e75d26f73682a150973c986f8875bfb569bf743a6a3f1ccf480b0999e2c322cbeb026368903b820981172aba9574d4891d47645daacd5237a166b963670f8a829facb8bab5f56291e81ce00246903ebedc87cd123fb6540bc98101b4d93944077c20cb6b19f7e228b34332ac703a7b8434fdf22cbb0df1cc81487f6c6befb17e23bab6d8be85a9548f3a2eef07f759a444d3211e85e4b322155e9a6d36b54101e689559e8b0c95b989af733830b8b107d720a6d55d17e91564a765889211c9018a2324cb2000d11945768286a631e2c430fb6e3b45c6d760961a3a5bdbb7c7854c5ed1d55f87a73ffecb97effed2aa510633bc27b560579f36a8a0d9e72decef56aac526f2a044568ec1a0520aae3a95b4602689c9e49c7c7828734027675207eba77275823228209d61927552829d34a1119b0f9885c68c0709b77b9d9dab3f1190f3eb79a091a861b01ff8cdf6366f72021fc3b1f239c92f2a9d9c27d9c6267a8476e1a8299a9341c31de0ec03d043264f0a9f88b93ed6e76962d54a298ce7f973f44833c4c61bf840237964687c30a2e4c57617171b0d5a4757a404aa3d7914cefaa2b29f70ea25175171ee3831b7f0f0d7ebdbe7df1d3e60a27feed67ebc9d346760bd9a839822051739597888d3449f2a40e6d6a381429e33706a8825ae48d8265ce19f1f06d23ebe20a22bb6a60ffe6bbe77f592970381378a53ea69d839eb77e825c36b51e8849329267aa2d114221774c11843d600953bd262aefc405b5a50ecaeef8b5be38bbb95fb7ed92b6971649df4bc493f7186b9544ff53f6de15cb4386b322948f28be53a7db0e3b0a158db3718779994580e41632ed1e6855ed764bb152e4bb994297e97c8e53993d26f706efd7bca92efa30465736230c444c272c31f197c315e4e283d91fa96bcdcbcddab790bed0ba09f1b1f9de03f2be09dab317ec0a8e438851ab397b4466057dca383308a21ea1573535a4dbe552e81ff6c19ffa8450232551cc7424b0e80828ed1cc2e80c21143b8522d648aeb44119398488d0925b9aac491a8d691e370d02880cc6f0c3eb3bb248feba5ab6887e80ffd610817fa6f12e69970a0c0c929484d6e1115913e7beb2c7921ded04529572c0de07d30f53e82791eafcf2fa7c9b22fe79b1ada3bf95eedc7b0376ec8bfd6fadb150ea72f1b394313d00a677a3e6a4de67a408e45a83a30174323d2d8140290af245135f9d4b35f6d2971c31fc8065ee3fae4a2252ca6cc818a6d78e94904601f1cca092ceb2ea8eac411788d991501148a95be25c8cc06caeb6b76e998b30cdb75b66adc6cc88e321a2ca9e142938f63653f27df699336f135db3d9f2b6cc3784d05c43ee00a959b3af009cce2e5a8cfd9d60c3a98322b63ac03128219e13d8d8f8d90d90b64fa6d9bed5e8990991b39908c490e83e9fa4eb48c53557f7ce078feb4afd883df635c86315c3ba191ec7cd62a84b5cc4072040e1bd700666aa1c0bab05513eb21d89d33b0d68126922472b0beeebdd11bf78b5b97f73b38ac6646361192c016f56b539ec6ede3450a23a5081b18033f4de2baf179a67ef966f15044c53a182f39e1f1d259af578e2bc525d441a08929fe0ce1159d08618c1a002737d987928f8518b1a9d6d73d00713879b9246159930c71354cf0ed202dc0aeb4b0a444f617fad433811ec3c1e38b3b28ed3e0fb68581997b12259f1d5766ad4592cc5a46673c4c69153a5bbbd9afbbab68678e78d9ad4d8044984433712064d4dacd027ded3f311b9df850e44509a4a0fa56a4b0528c0c63f25d7b54663481f991af526c5d80330209b41d81412bd464dc9b9304266253d06cf015803aedc4092112d52f466af2bb9c80cde9e16ef7555de63c7ab2c832b7c75a926de9fe2f5b63ea20b84f9a389558ea321dc1984beec4addf2006b9004ac60e5da13ae571eeabddb03e1ff797579c0be1f61e2358a89f4b6135e9dd46d1c6861d2e5b2863ab7cd18e00ce0d1c6754063d39d1387fc99901b3c60716e872bc7c575a8c7e67273bfd9d1c2cbcd373ffe9fcdf9fdddaa44d9277a7849f1de24e5482fe5789358a4c86a620263c05a0836516bb674916e2c60a199404c096869f989f1dfe1410a7761e7dcaf2fde15070506a6348bc30220e87a2b5e746b8be31db64b667d2588361fb2a91c004d3eb3c3d5d06efc505f59c21be9835df3fdf52f9bab7d1f2b73c9c5edba22c63950cd6cbadc7a89de46a9a5d8e0fc1c5a93a379381d20a22994af040e491a277edc475b9d3abb5b97f4a818b31ff6a8afef7f7e56eff0daf988eb36eaa6c142816d78906847c00b1fac2894e8906d2c3de3ba8bb67be9dbf116831082cd92d5cd664ddbef82a3f4aafe68137090f52b409a6de05825a1d428018fae380bb38dac889808912dc5bccdac73e23d07bcda12c456153120146586949074b23fbae1f2331e796f3f5bafaa245287b74291612c023bd2f0e0ea62e88248901d5d2b2a2d1e28363201b6b926146ee500c4d8e9458447a1e9fd2effe29b67cfb7fd696b8c680b729fc9251a4085629243d8c2e6c677e8ef394698a10ca085611407bc68aa36812e821b8f66c01a9ee07cf4a8d8b6372eb9be9faf6eeedfac19d5c0f68bcc59001a4b025134c276db5486ef4ef83b08f8e0508ea533df5303730ad903408699da4151e96103b44f554b4f3da558e600100ec03fd4a30ce0be5dc5bb98726915612ca8f199a2d2d9208db95c2b6fdd3a0276a4aac5ae0e7c0c2ffebdd904b6f5e51a2f3181ceb53e5d0f54904ba68608fe67276bbfc42f4e29d48087cad2e744a09a7848335af75d753f90799a719c6f418a4803d71ec7a1a54213de3b3704b25159cff50167b92248811014a1957616e5981e8e770c486d124d6c4033878eabc74b707ca2e9f8d409da0c89368f310762f19cd6150a092263770428d0de39b0d7a5b33b02cf1d0a45c28d61d7a1d09d66f941ecc304e6ddb39bd73f5e5e9cff6db39fc85d65b0a81a19a6521b5d4a9aa61ace0320ac17765c7b20b16a428b9e25ce4c969ff95b01f896765573df64bec410e607775fa78e71961d15da430d2ce8556c63ac83b774388f76f60a4806265742e985feae6ecc6c4a9ebec66242adc7f3ff47f25ed297f554f19a756cae366cb4f69d0a801e4bd146e07970350dde83960cea5b3c6f05836259bac34e41b01ff66068b8e0db7f2fb59fbdd879b5f5b3cbcb55f98a4352b74eb31510dcedb50f18dd96a505d786261b00eb07107c8cd3554aa201f9252441172200d0e2b7c15b14bf7bac6fb68bb0465c9842d3ca0cc49a63a454629c81b3351c4c9eca4bdf963b3b262c850b0a7e967a1da3d4c689ee56974c8d0fdf926e2ba427cf1c32a5d255664868b575eb920369a1f58206201f6fb57014c183d9e4849393593bc50f1b03bea3fef802f1e384ed2faf7fa5f0ecaa674471088cc19118b38c2a1a0a82429ea9729edbb7ce86dc586cafb31244d5ea27906fb388a82e1fcec822230abf5336d8269015d6a0d0e2c14f7c00970dc81bd2801ce94a94b028dbdb3f6fe95d07d8647af2f8296542f5bd2252e813949b1e1a2efc27d8c13aefdf72b8d87640e5e10019dacc153ba0b1b328a738ab135021b606f441d88cd482d5605b7ec61ec0a159f4f2e8f74e6604cfef7dbd8a9e4d74207f080ba5634b642d3810c6ab41ce2c46f3485ead73a4c908168d52276c3b4900d1bc310ec74f9a3e54f6596bd214a0b8ab8f71f04dd722b9187c210310811da5c8092ef462bdc7eb468ecc3353c8011994b25fc5d4e3957cfee0c9bf58cb0dde582a05b373d220f1353e889898ac47a41ba6388a80824383396a9f292334e40926d1b74246d5edf7ffe2bd74f51c34e26e6cae2ed6adf1521236aa729c20a540258fa9bd179abb924b7a5fb04085450430ab521c5d3db643aaced0dbf020c1bd78edbbdf5edfdd1de0c25e24f5dbdbeb9f2f7ebc58d9ca4f87ab2c01823b010c941247ee1aabc1473068d22c5f66938ad431a9ed570252442f60282552087017201612bbd971ac6fafefee7797486b64cb8ec8ef111c7064ac4611c1c9689c4df19e167fcd6039a68c3aa7e3c5b21bcdc641eb83ae5df726b7fec130f1bb6ef493d36780dfa859c7a8bd690b017f606ce4e9670bd8f2096cc97653bb580bfa80cce0e70c29f69935b8fd8dd882f614ffefebcded9be7f7b7d8e7ab4ca88f2236bb863d9cab1dec9941d0f7e2bc691aaaaf043c693a5f6db75810d739b46b6706b1ec72a89f2d0e890f8a46db68f85f9b375fac7bd4678a550a452d33fbed41a97337668ca8636b7c3412d622773ac1ba51411a66d384a868152bd7c682e078d76abe33739e6fc777d72823a6e89b0911cf95f094d967976518e303dd6e0b90b055d7c5158e66489fa139765563b1b072fe10ee16b1ecd93717fde7c5dd1aca14c038d31951908000ac431366a6c431479bd4ef4923b5522bddbf9002f1d015b1ae825723fa0322a405e70cde02e34bfebd5a05b9262f51622a785c4d4081c503ec8d98286e957da11a472ed17a1b9b7264c7639ff406f834fc484117b775df3dd1fec37a236999f2f0d302f696d1e3e8d358ad850cd8088effc8c5b62c52adc3e30facc1902429d302dd15b39f2a380e13fdf93ef3ff7975b95e9f4deadbbe99649ca1848bb2a7ac1700ea60bc298803334f10e71aec56ff18670768b23590a99844823dd5ade22e527e7f7dfd2555f6d74c1dd81bc8082978ce33d3d1874aa1f480a6023ae24a0434b20e19a43941de8835362498564a45ee75313fd2f7fc63478e5383a4c93982883fa99f6ed29ea96d3530bbd130e7cc78b889c30f2e6539b03c634f3d52be48d55937fb095a4d775d77df6db63861f599e4e0839714b3ccd85203258c92520444f0600784c041145f9a64668978ebb144be77802647e32b5d50f87ad7427072e1eb24b3f2a27000f782f7959e43a6de71428af452b207584cc9b73e249011183fb2e9b98cb0dd0abb3be54765c5df359422de5dafd12381b82d1427f2c2a6d814256fef9566b2952562ecf9dc5235b6fb617dc28e9f3362872bb6bbe155d413c0f09f30c458ab3c642949b1ed138ec914fae16683270f05d020713475520eb93a91e45daf3dda912a4d7339a178b0a67e780af9331d4108f3ab75008524145e01a097ea0077715a4bb7c0b3c1f0ca10a1cd52d45ea6b202a22136e3f0f83537caded6beaccbd0efc8d073e4f4b3977be3ce15535a136c7debddb099866314e253892abc3b315e714c100e1480d9e1d034002087936f07cd0c0336c3a1c778f166dab74a84e37a73f7f5f5fd573c18eb8e66536f70ab69346c443ef43e1a840283883ff1b78dd8280dc47a98a8de832e022b6bb4497bec7def7eb0084e7ebf70facdcde6eac5c5ede1eb3550a0d186d4306c0dde72900c4039d2cc5065b41a71923ce8a2fa422574db4d10f65d91334fd7a72f4b8bd9bce3c9ab4e181aeb8d80167861a50ca8a789a311724582a8a0cbb17a6c10ac430b29ba36e8fc9893378eba17c53de1bef5a852ca5f200e5d03cde992db0ea3f74a6fc794079e550ae72fb32b29696cd6c66835593fa5d2e772d81952ce391ddf9af2c71b03247a8d3402bc27ce972c1938d83ada993a5b3857e0ab821f215d68cfd18f906bd1aab661e360eb6804980cf3044e8587b9ac7ebd9540be5f7f362b7b5e9e74b01d4b2b31b01f1005208a6622e0701024d8ad296e97d88b6cafdd5ba4d659f3bdb6837ac32280f96da4d48b4b6a58ac1728a9db43a70400092391433a543535208a9e7e9ea60363a74cc5532986a6217872110f9e05621d863b5e2cfd81a1a593cf9f53e8b0cf52721b1cb455a48054456a5317ab755b0b91115ba9cd25cfb6e4982bed2c0328f41c4f38098fab24cddf6e3844f1de6041ff7973fecb2a5525ea5e1345e66010ef845639f825f4e603e8b30c13bc19d3fb36874d16f913345a1a7e28a681a3b3ab99f847918c774c0ad8e8e753bf6dca960f031848c307f060a5051636b3cee903f67d9491b08d43a72927fe8e368746e3acb96d4e0e47cc1c7ee6659f3ab09bee025ddc4c2f647e21d206d153dbd2228d65074cd710c69d803139faf0c66cb0bf11f1f0d3332d8af7b6f3c607bbea75a5ba4616cf763a246a106240db063e98a320918de072c7bb9e29c5ce8e5cb5e0d08e5e4878c7ae0f8e539c32c19d5d5e52cbfa2ff0338f885ac97b27435acc02f88fed501b015f4921d2262788d2f7ca8fa4658c98c18e4d524b69effdc8a15944a8e9a34ef40f3ad0d785c4254d706a4402ba3e4cde3202f25632a354c24c087b740ca1e09dcb231904c2bc2d179530723e10ea65d6e4c38df2561297f29f5465597fc7145fb3f5d6871210368cf39d02d900825439ecd1ba4c9560a40431d6d5d910381d9562d9af35fdde47741948b4cf8edf5f6f1dac572da42a874ea6d888c06ada2ca48f51a37101e0a16b9a144dc76131cd0cc17191e64024ea561bd4ec8fcd22bee6fb35d0b3f3b3179bfd87351a6f02b941424065bbaee2f107ddd4400d6bcfb634a06064cb2ea5da841562efb28fc00688b23d21da3cb2efecb3fabfbffbce6ae5b6e98da77b2410834e3e776e957a7fa9079d5883885d411979b0834896a889a277e090e29a8e43f9643976d85fdf5e6e7fd9ce67af7908243847dbe5587cacb5f71a3c9d611a0ebab1d6822f8b8fd8edca7ee5e96d986538c9223dcdeebb595230fce38bc6fdc7559783da863d2006c8502c48dcba2578aa553930a68e08c9fbc66a791965d9c437595888348eb179ee27f31eb5313ebe6b686777ab1c7a0a0eb4d6801567c78b0c08f449686ecfca91e96c3d2ce0c7859082137a99d545d70a504631e34f48da3eff4fbb4aafdc340154decf5115d90a2808699fae17c0426336de2619a348fa56edc8e0f9c8f24e874969b032f204eff53f3d7bb0eec5799e9585f4e64b2f0dafb7358a39379f3b9622ab65777e433c40a00b944c6743aa54d0e78aefecaf9a1635927c3bc2861fb0fc77fe74b146035a9815673a6c7d22e270aa616ccbc4c5615d4a478ecf2e47a47f937d90596b90ca52121684a20376c1f6bb4f095e9fbce93cc4dec32413d0414567077e4cf3a2092824cee6426bb5ecc5f73e026b6260d14a4fe9a4351e6e1c17efbafdafcdb679e2faeae59ae5e2d812f21a3854d8fecfe7e25af36e248a778e4a89b6d0d97698abeb1474b1d24cea8397751ce539a232b29fc03fbcf293fb64a63a0ace3b5bea6ca16953ae79f49a73402a8b2e0ecee417f6578e3e2375071ade754dd403effe09dcf0d1537af8e6db2fd64cf2d1a7497fa488cca7003c935e4fad191f830e701eebf30c8440d9d80cd40fb8ab03813146c71ea2531411ded337c60138b8e9aeb928bc223173d0fd2e275712653ad964e8418500918b690109030050d562f7680caefb909a1740c5d8f705535975668f4de87ab1b97cb15ef61cea699451a7046d5451175bd4006304132ba0b3ab0330193b27368aaf7bc0692ddef4c4db0524dd5dd23881e8d5a96b4c549de9957688b1d04da98506529445eb0c882c95870a5c8a77d192e260ee301c69d1906c76f3880aebc7aecbdf6ed6e8c02909303fe08f5a53125386c7af435ba5985da06b786067a1f5068841ab8409e6a816e0bf711e6f5f615da41a70a8b02210f4ebab7f6d6ed7d1734b8add3b80fa4dcbb4bac4ab031af233e3911b984e993564ac409c934339de1ad0e1617997909034cc925dd71f16114fae632a0a18e40cde65185152e0b1cd31f58cdc30151f5b72bedb0884cc36a4242e600780066bc702ecd3c172f2ee6f653cb6e1ed7255b1e2588ca5ec58a3e458f6885ac03b74d32bcd6f055c0c237e013cf4ce04639000b28bb3729e9d2e6a8f1cb579ef9c6f7de14ede59cf0a2f62b62b76227d0d3153b0d543072402c6cd4d7c01f0cd26cd5866c9b64c3cab20f9dbe110e4778ff5848c7fea4296b16e06ef9cb43c224b148566e13eba3c46c093e16972ac430d508c82ce80e5552d4140f32933bd74ffcb87852ce098dfd62867ab380aa701cef66d5f8344ec619cc8619d604dac16e96322a6f5591bc359dbf63ed4e08607e93b609795bae577d885621debc1166b707601506218dd171d7e20a24fec808034edcb4c130c976ee1ec0b6f7ee0e7b480faf66edbb0353fa12af2249b82ef6fcfaeee7edadc52b27e5d9176355593d21bbcf2fadba819258cc0eb813a5dce3400e9a1f01631d10b4f4de6e592c45090100f6a264baabaecfe81ef7fbebdbebfbfe40cd6f6be68b5660184fd21bdf202c4a6c806a2c0c952c5e31a6ba8e3924766ad5086a198093b2e9aa660fa2061720bfb68be337ff6abdc3373b21e8f1a5ca20e63ef2df1ca79283bd167a754670501901823a24b760e5b84ed76a1749cb31d188a475c907d468bf0e437c7a6220f68a44613e5cac06be862d6e3186edb5eeb2575955969e491b10dc0769254805ed60d96ecaffd9ddbf7dc0b59bdfdce9ae1c080bf5940c1510177c168e6a0aa9949d94f303c4ee2e6564c68932502933ae88e99a6c4099a50549f3087f640bbd4e1d2786d9167b15e10127309cdd73428ec44717f05c5c56e4706ed2de6c24e8c0af2c0c6328e18d133100cc11f4a258b6b15ecdcb1760a8eab8ee776f0a26ecaa48c5fa4fa80ef5518091a0e9144ef2c8d44051b047b651b390ddd01397a66437d4aa7ed9f98d3189b1f5fbf3c79a75d2896ea2dbc0273014fde73b10ab664abf3d8291d8c81b6cbd2709e72e96ac19b34b5465dd036fde2f709fb6bf49fb61ffeb6bd525ec713c2099be800a0d836203c20b1249936b25442c98a804f9c9dce182add6737452d56a2c65cb3d9075339c955ea676736d9aabe220ced9ab02382512ac50d6353a1b2cdd01cbb97022a535d45049db362912ae524e9dded4d457c75438e17baddb292efe6f3efd7481adbe62a6c768ee379c06cd06457aa2d02429d09150025479a167b20747cc896f35bc1353c1ef2ebaec77651a39f933b67b246362bab44803d78a379807b2236d661fa4c7ed8209d23c9dd3308586b0a22230799658c72308d3da66af6e82dffd65879f5deb39e42095e0020639ff473b2c1171cec0272ee4d0a4e11f7dc088e12b2b5767672e2fcfbde1518dae9130a4a8f133c3e7b312e5ebeaf6fbf46ab0db67a0e93f63793533a2951d90e277a72b431ba5c9ab56c35021de59d9bd701c0c1f6730bf66ee682158adfdfb5ecbeb306bd94d9c1af2548e82683491a1049754dccf082d468e82752d9888fc4187d55095811e08681e8170f9a678bb88cfe21ff3ec0ccdd975faca123aa9403b499b2ee34cc9150aad7dec0bb00c1270db8f15769f8a275ac04a068019ac83d21ba7a57ecf26a1f8746cd53d79d91da28830778144c494092a1894f26530e7cd480fc911ab0b572d8d3174a9fe49c26b78a41080947d883ed93e16ee7b3a4bcc67d020ef12cd468986d8025b769e69cd4af0b00ce02f8a755fa608351348313dc36a712ca76be39d8b9a092cdeeb9bf7e7d79b9327d1210c23a6badcdc45a68da80f7887cd9b38911c9333a66034b95a3dab6974a12c02fc70831dbba17ae3a4ebce0d1fcfa2fe1d538dfc5b54c67d4462748ef1a85930b72e1ec2d0cb6b027a742ed3787038e850a65f2a611846be4b1a077d2bb7af5be24fbd5e6c5c54ad3582319cf809690f19b4d95be1f0680a844290668d1a731c400120a98a6fa368c0fdd82528c6191389615c8dd8938ec3eec9702148a7a47ab565c28e5667cad6ee6ea5b67ab7163157f002ecc66e916e1bb4d098191f734208fdde11fea7de610f6cdc84b7a2c1f6e32fe136072958049c3e4dc7216fa9b949e3d9e7e5ae0e99625bbda819b03f062019806a81460843c5aa8a16aa55dc8c15bf62460fa73b7180790bd2e8d44a46cc09129335c74e44471031bc137af1c6328338e5c536a805c91f798ae126a35556ff14387b2e52200fb774d4d5f5ebfbc385f136027044931380a66c6128b1034501f459da12652162f3d25e0269034a501ab6dd85d11e164d0906ec91cf3561df26358b9fb0026b6866a0808778c03d923e5286d4c65b34aa856638e79526b36239ac4d4dcd01282011ea9d6d185382206eda71ce363c71a6eaeefee7fb8bcb8fae5ee197f5d6d848196b2d25231cd754d91cd7c2058209e8819393adf529b05c1b424d2f2687d71195b3e59034029ad1d1f2f8f7eeb27afd1035c52ea23e14cc7616b1cd3cd892fcb00b1b2b58156543c3310a635354fbc7996dd282cdd64ea235d743e6e5558e1dd72ecba20bef92c410b0820dd46865753a8fc84341092158066bc70a4849a1429d1588f6d6d6a4dfee0067792a6cdf7acf2b67aa1eb7be5556c6980682084c1b92d0588021f72a94bb3de0c5a2caa73adcdd0c1a2002b5529ab9373ebd830213f013c3d7a75be797dffcd4fedfaf5d58b75bd1507a2bbe8a8d157a082e06c2a56278854df8a7ed85239b3937d3413299396ac2d4c9f19fb86d479c450c7fb3679cf2f68bab34611a9e14fae1c3a328e9a373d67933562bfb34f57bd98d18a312dc65291fd277b3ed4e1a7abd1e9f7432b69f951bd930b046b2e594dde8abd377c66806a2ca59d4d0a784c5b10d8c4d11b4065a69e7c4fbd1a50874cdbede59a4db757f0bbe759677817e97b2289b556c17caaa5752a813062b89f5addc82d21c5831b38b12163b73b447d8fa0a0ad3e61dafda156c47e7dfdcbc566ff61b548e79b8bb389330d090e10b6d325742b60635846a07d48cdd47e45e09b298c3a33158f666cbe0ea0c22734a51c35a2f2fcfce7cdabb37fee6410d7b940b2c17b042c374dccc6f9512995e669b934e91b08fa5311e212db525344148c48966448bc7d01363895ea673d3f47d0bffff6f6fac7cbcdab7505a30178b2a56d6837d6607d067240515042af6358a0061a904dc7fe3810852849c60c9ce8053e94767c687ca87cfacdd9ebd32b7e20176c5bee6708acacb562a78fec484d2908bb1098f5b2b243179fb8119d4a103b82e8d4e6f2f242c17ba6bc0545ebb9701504bcc0894ea39d56a81a425629ce58064b702005f361906c748af588289efdbc29e7489210fecc38e71a66eb1a4c2954c0f6b9caf414b6e8d1789f52f4a563ab9b08ea163a9eaca4e8720b06db1b7b20f70ac81097bf3eda6defedafab5d1f71f61e10a082b95bb1250b894e1b1d6cbe87425f35a3056c6fabec510a7551585df6d44f2cc9d6458713b60e31ef2b42ae31ab69a95f85bf5b07d8891cb2316122a6e7a8d1cfd628e485c76f2dd222bbcdca8efe06d21780f8635a1ef3fff7191eeef6edf0eaeecb5507b67ca4f54771a3d4d4e270832dab888bad88679ff756333687943b07d4833a762801352354822be8821a06076cf0b6496d3bc2fbe5f5d93aa240b34b307596ccf0000468991c1addd668b918b2a8b3c34c6b0b6349058c76526b04aeaeeacde1966579f1d4afafefdf75a97d7b7d7971beaacb30bdf56ca76e970d69666aa3a751b1165d0a40b55239c91832426d2014939409bf22a04ca48d7d6a5866597ec7933f2a15adba2c3818d28a93e824a72a4a3ff91eb5b64019711f938acb6ce694262d315d061700a39a055bde0f0b1c75dffc60e1ac9edfac1130660e7d4ea042c085ed8d642a26db21de022778f5ddb86a00ab626bc6a6a4135b02c4db55df01a516f55d7be737535fbebcddbcdc8a227efbf3cdbbafd698750a46dd70e2a29dd15bda8a8452801dbaf13575b13a98547a450c4da6b1fe86889a24672c5ed9cf721e7543fd47f4fa9a51e2fb8b579bebd7f7eb75f9030ce73868ba1886c4d22dc5c3c0ad46b54d65cae4c89b0bd11b91e0013cd8d746dd2803285966398555e75e4eeef0f5fecbd5d2097803e0640163402e19b5e944343492dc44b0c00a0cb04a106e3a1c4b47e69d091b26028ed0e2b96577b498e007bdfffcf6c9afcf62075c009376ae226fd258260aa27e8c76ccda5aeaf4a2f76c4da0101690458d166c7be27f66df92755c62382e108cd737489667f79b55c38131454daad51b03fc4475418a9f48f55ba781d2a66b23871a6c771456f471eb58e747f329262cce6e46f0c1f0787e7dbb59ed96c8c536a2820a69a6923af23ece7a99563a3deae7504568b3a00d53f1ab1a7c5f273884d65c594cd9df292fda93fa604ff27f6e78d2d7bb4e0ee0c35e12cf7a0dec58b5134991f2b02638e7c1a81c509453c4848493634b1a8373e2cd49119c9923867d3ee2d0fafdb7fbc68b556e954c6d2e8216c7d43bb072c367b1cda905814db4a65ce64cb3f4403560b08422c5388ef4d389352c7851bcc7836fe590f1bd03915a511319b8b803ec217b19353a6be7fc4aaa3e83241023f78230507ae2ec829d4e4400994293488391bc771fb57691d6c3df21e4bf503bbd2990a0f51159a0d15160520505072369755d7ca70583a6a261c4688024d9b1cb858b09df3c8cd31ee555fdd0b2fce7d9ddbbb196554976b726cda0b52a12426e7464035632383f09e1c1495753b171c478c773849c6aa64ae5ec6cb0fb9cb0946df78e2c8ccde5e67eb3f3debc3bcccbae914a46a412de561948c4856c1db20656c4003028c260b180d0c37a44cd8cf459792d8b250a795038e720acb6d278cbae3d690b2cd64b24adf99289ac58a233382e867ddf92953615d5384723d362413732d045eb2015386082fcec294fdb8f13d4a4d8f0eb9b1f6e3737d7db077cf3fbefac863314d8c2024e124f8ed99b151b46b21d674213c8f510ec1e1c1baaa9a9e94d6af432019e41465d71c7fb997f665ef6fc9dacfa6acf5e6df58887d3225f5a2ae923684499c8b239950e6ee066eeaa81d30f9c1c74be6998b1f69e01b2f7797521d7c6fd84c3eeb6f25d3239f5db0729c6bba6dafe50b0e661a45065d00227176049b76d44f0f4334ad81cbe1b13584d71142fb7539724141f87867d2bebb3bfa0a595e360d6366b3d76c71c9c8e44040dc6860c36cdcaec70bcade11000bdac456caef439030005282fa7722ffafa7aef664d9585d7777a7dfb5f9b552b932199144a37b953b0bd8f9086ed95282b445abec6d2e8d1d2668e3e54b6f2d9e4320db20247010fe60c4bd4e03e145bd85523d9ccfae5c51dfeadeb24d65c75185b81467da1698feb54e20d4163cecda6c1be2ed74a29a9549c9ac11bce69c4918320792cdfedf55013e79a87c8f5c8e911c0ee5c5276dd26604d849146775ce0324341d73881c9c0684adc8a988296d3154cb055e6235d2d7fde5cdee06daf95333c76f730d3504b130121a6302b4224763cf073c6830158da2479f4e6d8e826c3b40c78a1cdcd528b3ef2a96ece2fff7d71b3da53995aa6775211f4c19590e632a25fa3493148e6e882d006bae927de5988e0d239778e7745b04e6fcca84f08780fe681f74cdb76dff9fafa5ed9a0b766c02b78bdbd00ede0e9a5b5d6b351012890de40ab024bcb463a75e46677d5f688dff7953393f45f690715cee5e65e3e180a3d145e56ed5a9f5892d453ac5a22b24096162929cedb18d6a40b10b393395d7739529634d8e4cb5464075e61c993ac6838f976722c54fab0d490e719286118afd9a5a05e343020c9a82e12165067bc54bc65874f7d73ce1b1c77b7fc55fdbc3abf7e816cfffd9b9b350276e9244095f27060c3cde09dd2882617af5dc09a9d1164349612520fd1528cacdb9c7db0b3d5d00f57f54badc07b0595cb8babcd38bb3ffb2bcc99110d5dcebc6ad15882132bea8d43c29a83a33e85825cdac19a91d8433445248d54fd8c00cad5d9037b3ee6bafecf1abc3e7ffd235bfd7e5cb7e2a2bc6f13ee9b5281135591ddc5d0d7d917873d94e884aed6217264191a80895c68089f881a69ec1b7ed2424e472b89ab468a68d9493f3ad72aed0758602c163161668ad31303ce20b1e1fb131c9b69b4b158d91295ff167577fa4495a9715bac113a6ca6f9adcf2958dbf152673263d4ea7c312d794ae996528df308a6d1f1e63a6853da76d438eadb0af532b24b1f1764df7ed6af2f2fb12a2bd562db98214f0d25b17ee25a249eda625f641333454c76d30076e17738e896113e3a7e2bf1b62294a3db3b7f771979bbaba5f1daead939620067b836af4efdd829553780e1417cb2e0019129a7442455204603469d35985a6ba2595f4cf4c80e787ae951d58cb68307f15104f1fd81060eef5d7d7fc19bf835ee1f8641a433dd24d07e0f223033e7d02c60a1ad887791634c588362381c6df07e7528db517a95e4dc81f82d62c3f4112a2456dedc6e1507ff0a74e8b353f5038cb7771b7cf3b9f92a8d2d90404c0998a14d17c0f6c02c002d72b41213a55d911fdcdccb6c2d5352fb5c3de9e497759908b8576fa39bd28ccfa5cc597c6327ec04ef6f62d3048ce490b47433ccd0ca46581cfaf856686c39c6701025de5dceee3facaa4c1ca57aa6785b912d11fd740c5a94924c8117b7ad851be50a59614b8d8d0bbd902fcf1035e9ae10108f19f7dbc946ac5a18c38eb7dd1a6790f2db04ffb1db3967c4073cb86a77b1b6006258d9dacb695f374bd896c7b015f2fe26fa9897ce307fbd9d70618d60b51e1b0a3da446ede5e2666cea46b4113bdc15219ccb9df7f161dbda3d9a8e064c101c384532487db3981d4b5ac49d6fbbbb5909bd38df3dd61a5706861e847883b600e7fa4ab0db245b1a1501f556eb297d21dc080d6fdfd9da0ad27c54638dda1c4f25abf8d5d9e54fd7b7af362ffee7ab2f57edc91c7668921807d94f43d24348ab0e24288a6d749f8ab11b9bd9781612ce0498c00cdd65ac5449fb41b7453404dff6b76f13e0f38b171bd067fa73adb310ae52801d913e8f4c6ff68c94cffba28285c93ad59702d0cfda7951b042ca3e544d5b7fbee67d3accb69e482e6bdff4bf66d4676b7f8d8dd66b4952309c86a4a7469a095cc9f3f610f1bf5b5af449f3061b25e988f841daf9f4259dfaf68ce0d0e4fe414fc22ae4884adc7d8a13f6e7b91934e3c0d8ad36620104423a703424ca96dee55a80135ad66403b261dd3bf59505ef4cb6e7649cdd6f1421e36c8db03901ff43b3590c6b49295047540d0031d5719007539fb98caa1c103702e650e86cdda8485ab34f0735da93b4207c73c3bea52d3d5c6df60b19c3f4c47a691b615ab065358a4c62b61e5e39799b8663fdadcdb6d5bbd7391024524af4303d287f2ce171fe590d082cd3c5d9e58a6d2a6a8c2b91f1d375cfc13fef3af883022c075eb93a3005977baf8951c3114c468d6cef1e1c3bf64777223c78b5f8ae25e1e46e1039076d08902319833868a9ac160c9e1f0f6dd9c0a5d37bd28988d8890862d89f31bd123dbafe04f8f8b9673ff90532dedbd49afce84886c9000977b5b1011a970af430f1e6ed34c9da2205a99483f2859219b3252fbb5868dd316ff94fcb30e30c9c6fce7ebcdc7cf4dbab149f53b74ae528cb864e97ea006f2a035b1fe0b2e40e6e2540a2009b5daa310327c81b63e9f994d37ef2e3e1bea4a70c029dfc36661876b1e69205c80a7141ad6b214e102ae06bdb5a76b1fb0976317da74a29672cf16b0693c6726c9ffc71fbe4e4d35cc1171cec49bdd09e626b54c2c0b339cb4b7164797cd9d4e39c67c969da51bb15a47e1f69d2f3d81be3ffbdb9bdc69ff5e6c7ebb3db177fff3f77a72e81e55066a0032b70ada7760dbdb632b2bbd19c2a8b1bdba6295bb7aad1d436e8342931a005b139b3a4f7d201efbebebddc16030f9fac36e5cbfa96a5e02badc841ffbb8ced987e47d642a4b6d47cb3208138c7ad676ddd503dd1fb18e977330f37674bd1a077a2360768537fbcbebddfac7a73ae35bb9c6c8f6c25cd48534ab579cd7d8206d2b6186806604f23a23ccde624f4d1051ca97134f6add8cf124cf977b1eb806ad65c0f07e253db48588ad23a7d3a66c7c71c6a1219488a803414c22b948b2c0699dd05baf84aa8190b18d7bd47fce2d5abd7f77f4dce333a420318ac09ac6904eb4d35deb39f60f85a4202797234ee305d7d13eb4a89630edbe9fa6dfdd8dd25c54745fe770d06cfdfdcdd6f5e511be187fa729d5252762d5a4948dcbdb06a6433b8b29bd34a032f363d768923378ba882c04a2f7b4a23f8d804ffc4d8178ac39f6bd63ff99c668cc66763d5041bf002a7c61658100482a5ca1bd08dddca609a00700330efd4f8413b06031473305658e87ef4fd8e82f3ebdbdbcdf9fdd7af5ffdb8b9fde627f697dc7d7145dfbe7d07faaa631b1290fe01ed5df553b3fad26aa4b87a04b0e93dc4506570f65782d78a6dceb603aa08a5ed08cc6e27a4c7769fbfb93ebbbbffe1d79b1fee36d71f7cb15ab79904447a3c83939952448af079461f902d7b479a14e75468e2336a9db9b910ed76aab9fba8d38cb10b85e1a91e4d27d73d0151a39e059d0ae9bc5b2affccc6cb98d4f1e93be5c389f4ef7d7538dd1dbbdf0f70b9d146dddffb2e5420deda919efa90a74e3d0fbcb6aa547b8ec109bb1bacd3415e3b881467489e7ecd11b1db1a2d2d030efb6cab7dc2a4cd6781201e6c7fc1ffecabcdabeb8b7f5f5cbddc7f6f9db9b4127a5001756f2522b4ab0ad50da7b83cf0ed060ecf7e42db710010e61def006d06ed053476873bffb2c8b5f0bb09bd9b9bcdd58b1587f3806df1846dda40c1fb0ad8632c35ced81fee920720a613f13412e7541c0a3b7863849392d2c07a3c41fbee915315a70678c52952788d79f0e212c1ab50b5a573ea90b7015ecd308dac08dba2d700943b27fdb819e1ea308f9c42fe10b79c5ec72e4da7de9a629d69257586b66822723822779bd1dac1706759a08b0a2e1bb0cf01da1c12533eb0bcc55b02f735dc7f5c9dfdebece2728b53d7a436ceb58a833d68364c6fce24055b3cfa1e91af80e910ce5b1aa3e480dfea9949cd5a9dec1435613f766c659173fefb6e69829babbbed14c4fdee51ff0aba538baf8975abc0ee271d40af658ae7308de9d46168a35776feb3763023403cf5d3c18446ecc99972aa8bd2fd74eef7d7bf6cae56dd3369d4d6390460d8133db34851ea3450f2bac640e5e78488917dcbad08e242e89d66644558041fc75f873d4e0875f761d53ed1282665b6d2e7d63d9001659e1521a53667bc7385d26889f743c66fbf9d4c071eae5e02938a2eed1770e88fd903ff35ae7ffcc45b2d335314cf4e7c027c307ba616362061b00d2951244a539c1eb64ebaeed952097ea02ef705af463f32ced97f5c4f1e0f0990b3505ea8941d838f9ec6a6aef920c58be26fc04a9b4b4bd1853a6c0b0095e2b6ee8d489b0baac37d324a9cedbc7bd70c14bd0233b26e58a4041c156745287adf2988ec479fa56a5709290149aa3a4dc96e05413c3375aa4b1bad7c713d5f5ddcdfd3c6f8eafee2fe0d67ecd6183369db9e994a6b7aafa26edb509f7a926a6a67addf0f0409db9c3aac5205dfb23558931d7596fdde70f05167e41d9aeaec17a166c11a3dd3f620e2c5a648e3912cc98de8d22ba634e0a8de135d8b7b70462bf2a4226d80ff9b665d09fe2916be0fa2888396c7b38f453dd64c10a15297c7873c5a2f2537360b96d99d16fce5a91b9f634eb9532c9e5725cd144779496c15f6dce627340b3cba72fcdd6b1c8257eb0e5c011574cd20d41cc0b6453acefacc238c4424515428edd425233ed6ea86351e67072906f4b363054f39a33d363f9dbdbe3cd4cc762d0317ff5ea54c6ce92c849837d59549a700e2a439a4e3b94dcbd174602c600b8bb365a34f2d0cb5434740dcf4b2a75b8f13fbfa680ead7efdfc8b35aa82e04f94bc8ca3030fd1967424c351f3e92c2b82a566cedecdd2064e8bef26aa1b06df4790c8c9e4656ddcb75a47ff7d7b7673b38e941bceffb47948ac25dbd972d188c8d83cb9025e23e29f43ac645f3df20027b06d99787c8024f1699f05977af86dbfd4b7b7d7f7d7e7d7976b744b811560df5689b60ecf66c1402f048a4f84267860c75e2a50d012c439bad606133a957e4a2f32e713da831e3cf1efabc7bfd58d5fb59f50e7c049c0da0039cf1c4a9c0db0a7a5562747ac09801a3e174b9285d8582d754a9a3a5bb175f2134a11c7b7907d685dbbc6251275fec27011f8c8cc2609ac315410a5198ac1b6193d05c0a72c458c3102844d5959b089e4bb73d31eafb2fdd039f96a737f86cd71362e78c172f1af55f686f101400188d1cfb6f55d036b42529c03670568b0022c50f9b2003298ca5977fe1f5bc3b16d3d3e654afb5134628798bfbfbe7efeeaecf272d579043fb243e0b0053b00cc1a8161704eb75887f74f07966a7ba146960f6eb8e47a1f26024079e49831da1330d4e3da91df22867fed82c84a6dea6052950e34d14427ce5b6ab7f4e87ca9aecde262a24cb9d5e8fa943c73e6e5acf3de95861dd4f3239dc53e73e374b70b17276fae7311402706e4c13cec9c0dccd19ae1904405dba06fef22dc4480c8218e022e059ae9a296de121ef750575846156ffbb2fff74f7665df561d78e4e0526d2e6fe5ef6241240456680083654c2c4ef14825b44fc2fbad8384226b8fd486ec6d2c5876fc9d6feba1fffced77d6d8f8548c9c43c11e62a10f014e412d1e20894de6cee70c0039755035b96e8750c1ae8562b1380858b62350f27ef66a5b3458af9666b481fa6beab6031f86680636b758d692d96c65c71c95cd14d6b781889f522abe60e7fb8c04d0eba182b46477fddbf03fae5f9d5dac5a65aebd717ea06d8dca0197ad064954a0a9cdf60aa808c008d844030ada69e225cf592c25ff82e4a887aafb4282fa6fef20a9c9b413d3bf5bf12232021a8905fa03ec41f6cbc128a7506d97947d66432d322055ee7c4c8109c277ac818e514c2a0715af650acd6f57e2abb39b1557a00e6b6776c86f9e75023a8e4dc3b66a0eacb5e0d4002fd33aa03883ef8e5eb056d139369cb7babf8f7e5c8bd1fbc3d86bee78eb9a2b5d4564644e56a59c663046694b8f870c31271bb6b7cba35a4bbb0dd31bb1620d21e9a1437a49ab0480e035807f1e91e3e5d47457bcb84a07d462c61848ff5e41840798a2a3ca67ac3457f1dbec6f40ac29ee694e75bf367fbb01f05fff7e2dbb8cbc159220e903dab4407b493fe3c481a6dff498407aa18a2f8133f989b6c27de2b8875634dbfe84c18247d3c3cfea651f10c1e11beb099e2690635778fb9291285b63cdb0e6802c59aaf1ecaf679dccfacc4c6933d50f9b013c88a1059d070bd6637c27bff8e6ede3aec10807a8a0b6920419bf970908e0ed0402ca532863da133649554e9b4c4af880218de873f048060898bb8eec744405e50fd537be9b757c35fffeeac5a92f164705b365741b54aac5735302df4e40be89573cba0d4e72ed5e6acfc90c6b5a9b7d8811d5a8c12f378dfba1d7d2e1c5efbe5c85fee6862868830f93f6630802d8d4e2a24c1fcc74f4959d822029a304f0c00ed2c73ca876182a56ee6be64b14041ea1ccf8c58b350b69c90fbcfab4555b04bbe514998450c308cd023d7657bd1893d56ab33537640c13c5446bb0634a2bfbee15774ce6f8138de81dff0180e8cd6dfdf5ecf62fe846d76d87b6022d8430acea76987d6441bcf0dab3f548b788a0ce55eb4c749e036e2171820fc064f4c34e5a6854f3bd8ba85d78f99e7dcc57b42edec2ebd56fab5b28aed706482d7d9a802387c4915c9f606323d4d18d298685e9504934c474ea408c09e05987337649e1a74f7573fc05e2c18a50db2ba0748ccd9b8e5394a707e56aa50484208bc5098eb1779ac66509b6cf54b1811092ac95f00464f6f47bdd35187a8da5c6105db0a382760169008cb35e9f1b506bf0bcf3263aedb980a3016a08d62ecf840de57ad823557792fbcbcf22b3ef366777d757dffe7c7bb6262a43f4e8e46ad6fa3ab1603dcc10f20854cf415416b53e0e3f2df29963fba873ec87773db73962dc1733fc83f9fbc351c1bb5f7f3af963093738108994d4868ba9d451dcc0d1488d62189348a47645326a7828bb9d968b60ebf4f4d8abc31d2500c412db7bb863955717bd340ac8d3e61c642c6b2836755617bd826d5afa93b9a000d40d2083a686cd03a6d65480c7e4547c6cdfc9f4edd99b75fb3f791797a32b60e0c38ee88cef5ab09f7987595c6573fce87d4bd041c89af75893522bcbd43805539e90371f1f05dfe35d1f44c37db658839fe4ec684e458692736fd660bb4c4f8f8e6a68e293a30e1cfe00c815bd2670d5d21387c1620a692fa4bec860f7dbfb6dee9035fadbd4d71e25f7ee39e0dc75722ada220e88b122b516333485697d0221f31561aee46aa714d0b5d1ccf2a2e9ef0ecbde33feed37765faf091ecc30a12507ec689ccc08ceddbdfa517ba8aaea392f8cd81946ec660a35892d7db4033dc40b72c6e1d82c67f5f86e71faf5ebcb175f5fe3d0fc7a71f562d710b26a63a476441303b6aa21366e2063aab0f3c3729202e743a3386342a5ceeae8c953707f36093291301735bffb7dd7fd01396cd5d8d65c168aec5a004b5fca089a9ddabcc3592314135cd6e840da7aca0de1b64c6958386a0b81ac20db1e22c922fda2fbe3f38fdb8bef37af6e2ecfee4f3e73e3111873b20e7121ce5aa7edae478f98390d7b42b44744533ab7342752baadbd46903904546d41df0a712ed856ffbe68ccbb34f3d3ede6ee678ea9bcf7dbab5c8e9566655089324ad036d8ffc1ee2157620fad18b5b53ae462b6d2e58865a2c4ce301131a580c9feb92ad83b739fb3dbdbb3f52c8d5a98a00fd36eab3ab38fd10245390d7686206e224a52bc90c204beb506aa01263fa3da14d4aac9074e7a8afefac38ed87f8d208a43f272957eea52c13bab19d337d70461116f193143331897705cb3c7d0a417444bc58f9832b126d4e629a597bd6cff514ad59fef0dd80fa0dc5ebfdaf98daf2a46ea26f5dad9e611a9e0db9de078c856756ea448956a1b736c15a8bc603f580258af216d43ecfe9e60c912e9bbfe80b79ffdd3af91374a3102d208226e5c6195ab19ef944a1d33d73c0a436a1bd326db0302a9011645a4056503de00905f10877da859b2552e07cef8e2aa6efbc7bebfd8eb19afabe73a4b955c4c04024dce660a508c99c0d8c863474cb5d3e2a71b659b9d3a10d9e93bf50bd940641ed937b1f37ddb47c6bb8b2b70d7f3b3cb357a4c8115d45248ac838a68052dcd78fd86a404efbb09a87af7c60f848acefef28a846a468bda59be49871ed3a53a07dfe3ab8805576797abbf7131d3c64903551a81807a949a79b76a538a35ea145b8bb56164efac7a6f62071e0f5817fc5ccc628f7797ff63e07de0a6a7976443a06be27bc826e0b16c418a0c730045368e2b0f1adad484441186036ec821fb920365daa4928f9ebadb78ffbdf7beb5469a10e01f19333a00223f01a3d83f63aa458e002b6fc239bce4bca71e8d1f3e76b123e6ad80237d6476e7ff51bbe1e663119a932b774d3f1c333f2b3408f7d1d2c60d5b5e730a2997c11d9f47e84051718242cd62da206f3794dfd965c065c68eb62472ff614d1460bb8050c734c0a51355140b4fb149b1277aa09641cbc782f8e72c47f87b130e61621910e92b36c61304bb8ee092ff7cdb1abb6ac58e72c485eea748737168719aa20e64fb5c4390887dd31008b68387cecd68abe63cb34ff47770128f57f67eb024b5b97d757177b7520349a387b8748f5f2c7b483d027e9a4571c863cf26b2662984c2a66ee59ab6b3a9c5825e60c1c6a2e3789fd7edff0beeb366b70ed97022fd234f2852c174b5793c32500f368935ddcb88bc4e1feca38ea64b11206cec8d6af66a07a79c56a627e63a5d05487b004b381ec0829de3d9547103b34268c8569ca34e5b7094bfd16c331243cc2552b4520d88f641ce6a915acb638d942969c5a9b5f52eb110244747eea0371cd0b3206b6e2fcaa56664ced4cb76547760f3884506adbd650bd00138cd0e4d994f28613e4e229fa1e4eae57e6138c6bc3ac6cc45b2172a3f758d1d91b30358c656b00ea9697058b9ba1d74f5c362d9107e3da20d62304dd6c25ee67721dffa8fced2fc6dd780717176b97e71c235445bc139e2f81ad81356a628d664e0e0149eb63c27dda785fd04cdc612d9d63cc156c9dff72e02f198e2c4673b524e5e917378a0a82a69720261b097c40db54de81f8afce1ba33380b31472034050bb13280b6135bd8ac5bf09af0f3f587152d745b35921b606619f8d8caa8081991d6c29c6703ce407ef52de05480567b5f03afb9dbb49eb34c6dd853d1d0afaf9fbf3efff99f9bdbbb9551581d82e4ea929900e3a01b0e41b17972ef995ac99a942298315b65c172d0528232e0749e8ee9e0a4f6b849a5c35df9c7f8730dfc9d296819434cd39449a71ca7205933827e026df90e3e995d0016cb062705d935a4387ce1353a1de38e6f4c3f3ce53767afef7f9635da80122f2f3df07331b6f7d4c484ad5ca9cd41f07ebb633916cf4b21b03c9a8b4d6b28ec2050cea1edc1c2e21ee2ffb8badddc5d5ffe8bb711ff717b7675dfdecc57671797f5c50bfcc6aa57572c35f438a71b4106b1b445a80f2ed85e828d9c4e530a24260484e00765e33c925f4986eeda5a8e194ebaf948e3e3bbe7758d9a12fee44a99b46152692920f6279f8708fb77709c5b33d306ce2e9bdafb682985487f5190d0588d9f47dfbf3c98eebfba3effe5d439ae04f5b4f9cb6a671509c6b50440d38c825eea549c0ac7b9d390ac1aa0213b0cb25c4b314c5009354b57d2760fb4464dd503af88c1f3542716a90a1499d387c96ba72e5ee730b2c566c65298acc5cc44d0cb3a92b491d211baa6eff6f3d79bfb67cff5fb6f4ffd563b9d087cafdd210487090c3226b50d432dbc5aab29b940354babd6c5d1c2a8de0636fa80579b56ca82ba44ef191bed274bd76bdce921bb283e062d29dae9324019906a4ed634305f84f23a3c07af73f5cdd7d926580e554970ccad93f10408ffe8f695afcf5e6d0064cfdfc9d3acb72e762071d741192f50bb1870b0cb768ed44fe25a2437e0dd906ac9c6e4ca8e3f407c2096525bce3827c737343d9a1a9fba2a20cdd2ccca4dca0e0c890dcf5d87eda029232980abe94dc430f4b399a701e2b5e44c06d90b33ee87ec1e44b067bc0cdb5ea7ff7079fd72b5cbf4dc2b9ec8c404fe39696510405f81618a809a6aa14075f206d1dbf61c8706c4b896e8f7270e89ef302d604fa5d076287bf4eb2bdeac5f5cad2adc2d31c5895d3fd9c95c10dd09ede6f408fa195f59a32df8deb04626f82c2032a271d2b0c54ffcdce1ea64a171db8fd9cb7f6ddeac6afdda4d0643376e1ae7f0b459eb44e4af31010a481e96b30178f6ded5d63662197350e170e298d0f3e954c347fdec72ab10bbdaf011de30702d102afd4e464ec368c222201ff4e96249dc122df5321016d8e869021b2e903ab091d8b8b2437d8b5a1c9dfa8907c80ef02b4d5ff0965d059eb5f47df41ef4de8d06ba1e6c989a9a11d7910f415ca7c43e7ace80450bf6a0ed9a16d7542a3438ed85b27c0a5887ed3d432e746c0bbd809897d13a2200f99d6d88fe3d5a0bae9b113423c7aaf61a9679a1c6ef7a7eb362f5661853071e063ca6db5aa78e0ea6535bed6204585f868f03f010d0288c028050b2545b23d8d06823b845b5eeb75746a7be0b4988e23344f074d7010247c09bf723a682dd1feca4e53b056b03d2a3f6edb04f035214e155119e7a4fea97407f1f66c3cbcbcdcbb3cb7dbdeae2eae5aeb1eaf5edfab7881c6a4a2163693a5bbc7d60b1bfb7986b2e5d0a8bb6a9216f2a582fe2be3743101d5bd48c0d917737abfe48dd4e72a0533f1707eedd04902dc3f41af0670d6a0084b6d25a80b248f96ab50492800026d8d848639c015930711cfa65169798dae3a0bfc0b5a477c46fef5bd1a60865d9e1dd76ea9f931fe5990382609ec5e4519d09e081080062b78e26658ab453dca1ff4e97726539362ab98ee04d03e0df4ad6225024c711402c05551c27a842c889ae8e01f431f39234e7e85547923a1757f9de63a0dd87356f8d9df52125515a9c0f4b0967d33a9ddd6d3448021d4048ac6a0a5ab3206fd466a5637bd401c8849df527e4399f7f6dd7b8b9e0b3381b69f61ce973cee4470b4264c2a95140706da88d2a2b11bc30b5eda063695a6b336f655997997cfd78fbef69ffb37a797176b75e0d804f5f0275d54491ebb7ede41ec870681a39e3f4d7200404bb126fb5c68e0cc2a8432de2c241cddb3eaaacff8459e92feebebebedf4ee0231edcf7ddbf7f5dad1a844090238ad2985939ee350ab74a991521a059a008d7411ec4f8689a1da04a91fa73001088a5f204baf850ebd5b73fdfec3efb705e7a8df481dc68e81be435c764580eb2a9812084e2c2a8c5b9c44b3e9de09540062de744312ba460334b894fb0fb3da203ebd454797861df107042067028b4870ad919044044ca1907fb69221dc12739549a32a315f0e5e0e8ff968f66889f9623bc73ab9591d4652bb333d20b47bea96d6b00a8688f95648e1edbe878744305ebacde2343b4d875b6e24b8dfb0bbf275c6bae325a115db39ea8708416097706ad5b4bad0a241474f88e64685c47b463f13f0dedd42b6aa370f6e20961ef4f086aac2fa1116c6673295b5de8f440e5f636d50301541067d33c19a3b8d0190dc09dea3058378f9da28dda014f18dc7b74c9fc1f579bdf6e36e7f79b17ff3cbb7cbdae8b102be146e8ffcb1efcdca8623fa3e78445ca154bd1c01e91370bd559285517aa6f2123f65991b82f132d582fa3efc1c99b8fc19d5b6ed804a904a98a575deb1c9a03becd017070c6022c000a957566333b9b086b361e3821ef65cb8eaa183c74237aead25869334cad06cf13cc64613ce15d06c9a9d3d0c650b41e2ca01890286b8a198d9eaf16e9beb3397b4133838f4ac45b1dd2cd8b7fdcacb9e90b7777f0808136f538b8c10d1e1551c0641da326d39c561b530665a22f0ee2042b6b0d6b84741817bc4ef88381cdf7be3736e7d76b29a51430833c3573b204a922226914514e64748b834f69aa9acad058f045172a642054805554904cbbbf385fa83df0f79868ff9df6fae2f2c5ba5a126087de003910000ab6436b39c41e4b06c98848239ceb65f9dc399a28054b232dac0e222a07d7ea2ec1e68568c54ec8ab5f6ece6e779a4b6b90e99429dc588003cd56ebdc58c995729db4400134ecc08819fcca089844c34fd8696bc4f1f151c29e4c2fc4353fea1bfdf2e28a2bb17acba8e1c5b18b35fba0c62a3e01d766393a026245debdd8917ca55546070d3539d931a515d08e6c40bd9ed03878c459d913f15575008c4fa969c2cb1f08ae08a739f8841c0b2281545382f71ce50dd167b08c167830b0355267d7604bfef801df3fb20ba1efec5bbd6b7cb18f1a6b14215ae058560b3edb3866af40d6235b3a8fa6c99bb88870a2401471b25143c1a83a374adf5670cd0e56c563601549d535850fce5edf5f53cfef879bbbdb354678adeb666a77414330260c0a210c00c45c5993ca163b5f05d0c314cf3956e04c336a9696b00452253fa1027b9ce6d0edfd37b72be78a591109ac994d5d89c885c350f4d52280d642ff40e30590d25056cb9b660bd0259d6705a9b71addfb862de43ebb93c358c77d16f4d2164a1b9762412c954aae4812ec98ceda0632419bbc912760106c889ed8a304cc9d5350ec91133be93ddf9cbfbebdb85fb52121e0788037f1d5a691ca2cca9a6c142dc366271c6bb258b4128c2b250acf46222bb5c60830e95cd00e61bf15761fbedbbcbc40645c234b86195c00bd2e000e590b227e23bbb68e16bd5a1807704238c96a114200b0802d0a12421f99ad8b4fb9a379103a7dac817a70a77d7e0fecb0ca686f05edca38ec7dab46c9bea53085ad6b91fa8c3e69e11cafb3382211fb2467824ba40b3b68a9b2a05ff9bbba3d6f6bbfbce684dfaa62180800c6b494d89f92910a6d40d408c53ac4c298aad3ad761dbd035a2b202376e2403557032500923b5502f96a73fff335b5a6eae5e5f5af9b5571546c43944a4a053cc399912a28c5a808a6c1c41a80b323c0f5145abcfb9c0d2fb89d079dcfa3cd68d2b296d71f58287c7472d6f45228697a6b9028d4855e47b0c6199fc760af9f4a49889aa1a7d622b0489e31b89a28bd3466a467eb5e99f2717ae18712a7fbe2bfbf6d3b7d8c15604366b90d80d0012d103315d6de39103ef048609dddb393635680ec6e29a61422a073d74c9588bd60745ae2a5efcb12f874951a646eeab3b3b9b8509bb316ef344a772a1128227a0338c5d67405dfce344c98cae6ae090899fd3e002c130b3f7289ba7ab3b245149fbfb0de9a8197aa0bb9d75a795117731f75581666fdd6c7ddba18c2f4a956e454f08b1200a57669212fa5f3cc5ea6ed74ce66f3fd9b9b3572019d2493b195500907b78d2ac3377a82311f4a8dae20286e45f2d3b4355bfc04f263183829358f7cbc53d017dfac3a7336418b11b779cf64a96722d121cde7925cc9d18d1968359c90eb7002d4d96141ac0c4d46b32ff69d81e082d710bb477af60f60c2fa129fad39770992386d6abd5890467580ca55fa7404c72e498e21f9465d8c60c7448c6f91d2716200140d5b764f513ef9b87be1abb39bf5aea3cb1c5e4412cb02b4d89481fde0d2a4dc416384448cec5563910c52c5be8ea84817de782043b0aaa35b583f2395f723afe5f6de11abddcef62663ce5162ddfa2a93fff4486583d2d9d596a8e5a06265e06c4c55d3037ede6aad0594c23bb7b8eae841fb626e1b79e7d5f9e5f57bb3fbabba25801646502233d9ca5425f7997b4b56298032910128e48c04c1b283c49283bae6b561dfb0f7b7c8132e778f3e28bf57485aefdc2039c63c0106a8fd013e350b9727bb990c91856fce6141728f2056d1613b490484029100aec0b2a5054db6f608e2cbeb97fc7bf7d51a95e82e341e366e465ee2a549efa150bb89096c723aa721d01c225be414294a57633b78e55d2ad8d70e38f8631b434fdedd6682f7c03d2982db04c7a61c8e3262cbd760d308c13a37477275cacc8d5a151d19d4ceb4bdc03d9493169733df4db6ecf8cfbae248b122f3b123c1636fbb481bfa4025c0d48b779e83ad080ddd4f2c8d6643bda4ae9ce2d540cb90259b5d0f48795757dc7df85f67b7dbeec7b75fad2155b06dc41a5487f492e604798ab50cb5220621d1540d2614600cef8c45f0f463149f04982b02461d8a4b72ccd9ff137d2f6373b3b97ab1b93a7ff3c51515265768f36251c0d4282015935dafa638a37dda1e2bbd0210385361211ee01ac8b40501a7d404d8850533e520b1b9a4d8c77b329bff420abdbcfe75d5fec7460bea6172c05fdaa2992e037c0a20567505bfeb4d51337ab421fb882c329bf35387f3ec0bdc63acf4e07e397bf1e21adff9f1961e74971757bf7cf0f97a9393c34fdfd5012d79bc57b5a1d28132804bd1a7db1b8b085b269ead4fa9aebbe9e7b4c67a29aee1f4ec9ef698f2f3ef2fa2b6cffaea6c8d0a0a8842d65c9d70e43b66afd34b2d9c8df5c1449bb2d53e1460da6973155cd2c5917b07c84c61806e2ce9cffe699db0c3edf4aa7afea0cb941c46b22f15cf0ac45327bb00072b2f537941850c221911b2c48c85129980e1543c89410ffa3627f3e1de7ef11c5811687b8d4d02d26449a8819a2b32e618015ca3d6a856a375ddfbe6ad07c3cadc2bb9b0271ae1737b77d363dbcfca2d75497db7e937bfac48bad9f3941a5de9275e7468a1378bc7a4c505621d966618502c0792a93d47c192141fb67494d364fb2bfaa3546f76ef7a451b1c6cea0c6caff8bf02f6e8ec15a011118057ac734b163ddea4cfd576afcabaaa2aa2244e42a3aee01e131c53465bae1776cdc050d9ef19a39d464cefe00d562c707569c10cef52c2faa5986d01dd0626e8818edc8200db103d904ccc1326091fcd2b3fa725c881daf574049d6c45934c3609e7a2db621ddb28813209c427c5b955a40f2c89d641b5ff9a1832cc7040e44d8e57c2fac7fdc5e5ddb37f7cf7c5c1be620d0981e63d0864030e1812a58b896c4349c1dab61d316496ac3945096e4a002ec033772a2a5683835696eb6d7bbf0bf8fbdbcd869fac010a6bed19fc126c788804a13556cb8ef0007bbf27da7994e8811283416270b3a552237d2a0de5ba75d93bc80feedb7652f4fba1da356fdbba74f6a3d85e8aeb01fb820cbb22212a6d4d13505247bcec5bcfc9e48c2bd1250fae496d853ee4d0dcb6a0c8ccbe548defec3e5bb50437340b2d9ca9bf4f8fc03046464ea95215c0115fa945c6d43c7aa6db986b29a960992240c4acfbd991070b2c876fdd6dce6ecf7fde7f58a3bbd55b71c6bbdc1da891e9a303392329e40c2a948ca33e7f0fb1355b536fd8f971fa44670adbd368fb39da65da547670e17fff24ef6b2bad010b3d203128b2ad760644fb483ba73a3df5c2000e00921016810e428d408a51c42323783f53ac8051d92fc91d7ec794dbd98b5d3f028544566d7b1ecdf33c73fb1b805f679a9b60515132d5a7c60c8e7df3554c7095b233d9234856e3710c4c39580a2e2235f52921ddfd00e5979bab97f73fafea39eb6c0f3639ba07d682a0d08b050c30b550279063244eb07d9c260e99950c8e39ba37ec4ea879b42708cd3ceeb262f5114a137845db100c8357ef00a76d12e0a1523d5228d286e27f59904769e260a30620c9e90c1bdf104c7691233c0a6b7fa4a2396e2ffeb58af6b889c87b065970b2e1c850fc75b4d63a6d8c2a1da95b63e5bdf8398673b15167b1e2adbb4c6be6f0486dadf79e70d5a2f2cc1a9acfd101da25f01ff624c6924ad49443c71b1b66b0b746298ada0de5a4ac9b4087be82361f866116d794f8eaecb7fd9e7e77b8372fd66dc3a2a59b03391a41b06d91f7d8eb1f63ebbcb52fc9454a4a8208a5e465ceceee456c0e3668000880531dbfb7ebebfb9f57758c1da3534e1111acf7b6cdf0658b7410ba4ba92158936b443caf1664d036961091f5800840a7878e4736aaefaba1bfdefc708d77f7eae2df9b67874f562b85cee68ae30dbb16a14e62b6787d1318aee2bb5afb404a9f9a80e6a3757862bb755802c42fd4840ee55499ec60a27ef16af3fdf5f5f35f362bf71a2a5d0a4b4eaed918cb18156b00b83f2d98506d9c178cbd09d06dcbd8f301183fe482204195d13cdde18260c9b99e8faa8357fb02e16a733d2322af830b7b23da10e5c1fb53eae0f60ef0b065498ae85f1b706fb1bee45938122640c2d10ed0a5fd54ec727ef2fdf5ede5a9ef89740cde02c9ac2e2311b83640ec2471ac8b0d05cda614747a17062f92c55166a890f8291d96f796b8f15169601febf6b8e5c5c5192f0d77d7a96becf798cbdcbaccb8e8068e7dc982fd2dd6511a503d1601213fdb04ecdfb1ef2b6de09b4788407a94529e80f38f1a52f8a67efb170829c5395aaead282ffd3232414788e76452d159065e3ad5b46a0d79302e049a1616c732516d162cf8b02a273231dd0680f5ad4bf1e0d1864a11b5580ae0aa6bdd4f6bccf019bc2728006df25973c716ea959292ac9673ce0570ca1c2e971799147f6c7d7467d1b35e85b484c9e27930d966a4104783ba8234620d0e9a5a6fa84c340705b9cae8c18bf4099e94b166b4a7d9eb4d3ff63ef5cdf5d9ddfd0fc011779beb934fcd07f623520ea4e39597d69c523990fdb67156afb327a7c04d89c611e079bc56055e40fc0f3322551edf977ccc8958f52074299d65a10cb23f46ea99851f6f5d03ddcbb9c401f24f83ae243e8b98595c955067333e8e9a7b5dd2b875870daecfef6f2fae362bd788901973f2e0f6dde3b9eaecd6dbce7ea492a653aa1163ab9b524743cec44ee80a58d0ba8462c109dd130ae57f0c0ce6071aa37fbb7f75f29b829e840d45794c0a49212ff8aa0330dac6320b472db4e2f73adb2bf0c82337a3aedbd1e65080e81d5b2c8bf468bead92f79f5f5ffdb279b16269dc65572a1e6a1445b0a74a5635bd0118398dcd226a381778e96e73933a294326c3175b73b28d1329cb8d39ef23c33b9f4efed0f976926b8dda8fba59ab517cace010d63b9b0d357701969ced74a735ec56eece575e9f6963fbf69c2d3bde3ae7e3ad251e85a44eeef78e5c87b4cf4b2030a064a825dce3403cc82102269b1e9a9629c6c4a6ac8f156dc00c23ea9cb20f86fe516ffffdaac0c91d5841fa1cf2782a4907af02ea000db040c6a0c738f30e59bb07f6650319830787c60be1c96e31bcd85dfbb57f143bde3fd5a9f9be0c17229ecae5e69d4b48e3a5cd1413e21327939de1105570d4c0936454354dbcd48277a9dc9d4f507c7a2058bfdda0e0f95f9d71b8e8c5c5ede6fc7e55bf1b159038cb276d26b0b97614431550ca64b3ba6991c19ad5d46ce0d011d628a43e6b1a1aa454b3e44dcf0785eb8347e02a2d8013c7560b47ef736cf80b503583f65240db168d14cb8dc925f6c50d6f1b487f4d940e474ccf128ed8eafb2538b9fb838b5e932d61ebe732d4e16300c3452c4a31231d81b90c9cdf6991889267750b79685610153a1c1def9afad0cd55bfbebcdcf5b7ae22b7100a2393e205297bfaa3450a4ea1224e0dcaef8c8e2c4cbf6424650fa6129ac1961e21053bdca1dfe72413c4672fceeecf70dcbf3cbb7db9aab05bafc5a8c77288781fe3140e128d00b09a90bc90969bb44c25026c0cf5654637816603b541416baa3d5e0dffa1ae5f4e13b2c8b9c69d862b1439638d227314c4b9e24b332e7469c85900e7580c63e7e840a88382a7627879132d166db4b0a4c6e95e75e11fb71787869ef73f5f83b39468dd689d42f85a43363816aebb22b1e84c548244b80fbe6bb529f7193b98b906c40fec91ee0e53768b281f7e567e018b748680717990615823685880169a5cd662b7c3d4b44f4add83be283dc1ecb01c4605d069d68843228c6a5d981c449112dc8205af0f8206fda6cfd828784007ab36c72b826657abda1d52e214fa09d0f2b4158b9da18087d634c456eb70680c3655903e7b1e40070e00eb91c59cf740e03f37b7173f5d9cdef3b471328aba54d4f67621c52ef444025fc3d12fadb0d1696a03a00d8e5e421e51b126455060d97ff8259db53f2ee5ed4b77f8f6c5d9e5c5bf57ee016d21b7e2b1b5add54233587c434c76a94ab71d2b9095ec6660d35bacc900df05c9b393574520bea71446dd2fd441417f55dd9e34f0b47320292660071d822d814569e04471db241be8b900e04cf5cca88682997e08fb3d9a75fe54e1e19d56ec5fa01d0e0ae85a441e55b008daac1be4146c9019b7b31480c9d659f6c3d61a049925e3375b05078eb90ced0791e145ebe187d20727b50f9f1f4a416b4ea0163b382c24eaaa985423bdc922d62a026406604e510a1524315a5d08a38640178f92b683fef9781dddc74ca09ebafc8374384b2cad55da860ef0e88164ea4306128f314b0d83b3da4496a05c4826201f7464b7d2b0506641f5f4b7c5c0ef80ebbf9a7f7ff5e2d485507a079a4cf79551849663d12630ca201919748292d8c12a1082876932a950812f288be60444732ced2fba5af50bd4d89510258668fd04b19a1938b1b55c2981e9dde4152a8d758ab3b98247037be69122c2a4e170cd720e6b0789c7fef3d9d5cbcd0b160fd6ec8f76c3358f54c8b6719b6da73d747722d13be088224097a69b664a6ec9378713a0961a90d547e04edd2d847ff02e607ff1f5139eee072042eef15343a5e93c60b1509c93cd3115080828c1441790048b67b9cf468ae50b4eb3632a04b1067f88a01839d4e3bdc41edf077bf21ee0dc3d8232dd11339b62e6309c200c29394437f6c2983e5b41448be097758809b41c2c56acf8456fc13fd5ed5aefefcfce7f7eb572d6c7ae361e1827275e876303f832008028b3a5b58029d4899cefa93f30a9e2945bee6c81cd381894f93bde74f7183fa1bed66547ab38b978ae0030d34bca140c2f71caec80ce23e1700308cd44a1c79adad0481fbad66947abf8dd4395e914b3a5dfdfbebe3a3f03265c5f02391870e41840abe244206812dc28d46308d524e5b071d0e2957a3de4dbd844e210085d0ac0d4bddbc54787de63d2bbcacba98180a43a12d27c9a11888f73a3a6fae4a71db1661955b38965f61e0a28d3f67a21a486246a0d8bcd63494cfc1112d83ddbbcbdbdbefd2b2854632ba55857462db31a3b3ae7672b303188e34c200c7ea76d698095b7b3f508b3bee0571f661ae6e8adf1819ad1e637fc03db99a96777eec7dbeb5fb1175eef7accd6ea38051a2cb3491c1ee720b28b1c2fbd072ba1575f32cd5741a449b735c7d043ee31cf46b12b1c1cbfef16284b8e5d7f757dfecbf697d5846968b02573d85a0aa7ca0b458e4bc3e3c5ee5c6baa60ceb3d380a323bbd08fab28c023768cf763da7d29564e5277f97d0bd5ee903cfb5f776fbfb946255291330d1b036cb0d42ea9d8fc93adb6c836c822da8a03621cd23ce5bfc45a01e2e82346ab36c6783c8d7a48f46fbd597c0029636a6c1e502be03014e735259b02552bb47010c11b448340519f52389e09448dd0e14a4c5d0e55d84538e44749954db7ebe7d3cab1a2da5a275b040c8f95c6231578b3fbec4b178b48e2546a6f76969eb0338629d3806857e70fddd8cba8a0bd1db479a7e9f50999af9d62f02aba0d798238250b50e58a9131536b66582c41361c3c53f61d4e365e3824142498948622e1d2d835eeaff91e4db8de9f5538750b652e5a14677d5a9fc9bb0280748dbd03544f2411b5266c25a0914325f1160b2cc4640b4a1d53682b74e0e38bffdabcf9f6f6fa5f17ebbceb586c4edd8c922dddba83b4ec632d0d58a16a136d889952d3165bd0bb09bc0c51728e50d3d65261d78dfe285075f3d6b9f3abb3fb9f9fb58b972cbfbf5ce53125c91050c728c000cd2703b4846ca940034a0e3a39696b5d1e746af2adfa86fc39288d08ac3d0f06a5c750ab0f5ffca94f6c4e053c70b0dc917aa0980a327ea663a9978c582fd4e5cac045d356c5a3d72269b80e586866b27651a5956d66eb6757579b17f5fc728dcbb4de90c580f76d8db186961898c09506408ec1e99e120a8216debe43b0c242cc58678e8d8df6c6c583d3e6e29375ef0d1c5dbf5eb59230ad9a5a8d146ce1e8d585ecdc40746e920c025b2dc1458e1f51f08ffeac513968367219f87e8866f1bec9dd13bd8d73dbafd6c864a321957ba0623a7fe4506af3d2d526aba5bbeead69a916ec8c3142b1736a07515010097599ba55c75fb36eafddd7288a26a334785123f8e8f1de0059f3d4a80ab8127aa39f6aacd8f575d09bb9e07728e71b7d73ed6de7c55142940bcbf1ed8c3136b70749a6bb6f571a4f64832270dd2c254fac846bd183211a7c5533a85102d4676a18803bd1821d0eb0299344d4840840f824afea7efbe6e6fe599dcfd718aa2b29cf4e6195926c481201d45c09a649e1fd91186f13a82076bd738a6c076280a868297229161c684163e6fde9ff742fca61fa76f7e57a9e51a9fa88471f2307cdc26a51f574918a89b28403a8cf0832a38016682a0eb881cc5947b00e80d8c62565f00f3d4b97fc7bf7d5aa962082745993566b53b4b117514dacb3e558025b8fbdd2a5b1983e1df2441d963256c0136092c5b51d6e700f56e1dffda74f2c1d6377902db8da92d2b8043808ec3dd2497a14079e6b6af1f8025458b317712c14ea642d796f37798c3af10775307e7b2fe57d7e7dbb79fff3d50a612eba821758f056859a09b9868c44cf863b1f15009893e596d2cdcdc740f68fbf6b428ea0beb5eee495d2d361eea72e8a4f5dfba35b856bd455532aea600f80d179409b315a03bd330296df6a498a4d3eab7ac7cb714799811c473b22c57f1cce4fde598aec6da2a88c5422d5b0f00a93809f05974df1b1b4149b0782ad3d02b9e08702203d20f06c88ebbb2610ffe0935d2031fff6f79fef5f5d9e3af1ba66baf752b276dbad27c154df73291159875ed114019a3eb24dcc79966e4341444e99ac3484473ecfede6ecc5abcddfef7fbbe7f384933a5d879ec4773009970504a4805eaa7840096b7d45ae75bd5be0345a779a5063687300680be54ba8817af17ffbffe730ef36a71f297ba46c33b28dce66ce42ba86642d33071f02d2bac43e5a6a3e44fc6b2db644c83961c1dc132e371ed7058584f45f9b375fbdbebb6f9be7379b73f610aeaa9a809dd0c04b52ed066777262c928b6d0c8a7f88163aae87e82b783c907e07ee95144298858c7f3a9dc77bf53c6e8ce2d49cd654e0b551ab46a4e1e471a43d382b8eba9502be06783a436cb681c17a463d7cd9e85660bae0d9f7164cc74c09ad46caa8f13a934fc1144b91af9a68a1a0c064005802941579a10912ef87f71acd4820f7bdc51cc5cc7628562ce191fdbba1be93db8e84cca6df316319de8168975800295b665d220e718060b37957a7491c769cc30fdefdd33ba1b8f04891cb7d61f5e6faeefe879d22363f5d4fff05589205531f0d7deef196b598987ab619a1dd50ead4f336a2039a1489b9e080f76402701902bee6e36fe3fea871c9d1f8fcecfef5ed664d601d321e2855d189b8cd62729b0224ca6b39638b772958f12ccb8c9c2b47645c658115281589a1e941ec6991c188cf19896ce9fa1d1e79bdee4d358383fe2dd046c4827b0391e76128086400d75973c9c399d1066829be6979e36f86b65022f09d39c23de3c5edf5cd8fd7bfad71fb1c87cf402e9109a8019a79c73eef90fae05c03de6ec3432017196b426fa54ae95386e1e83ebe7fe85759c919e1e40ab723232bd12a70704439e1254be39c6b98bdd78075184919e8b42012381391d76a160efc3bcd4f91403fd6a578d5426c11847c8bd72c498ba53c7eac3418a467a21fc3eac4ae0135e9c07fb3f460bc44e3a6edced274e509a26f0fc681778bf2dee5e2befcb2e6da781c01191699b04fea5ee518328b98c0b7384b51d9ee839c982d98facc36e0ef1e936d0e20a06ade31377f8c07ddeeb2edd417cb3d658be7caf8f32a550b07607a2230f3c573be5b65aa73c801b13744fcce76cf32b6ea6735bf1d035baacde0e313505fbcb8dd6c9b1c770236ab4e3d5901b8e92c5683d81640bb580c285155d0a55e1c7bd9ba71b651ef1ab41ee0d74ca50612e74ce75326c51fb534edf5f92f9bfb7a49eaf866fe7671b7eea4b8b31c8e3236688e9c810b65f42c3305ec8c287152deb2a7c1be6ee595954e9ad4a56a0a68cf38a81fb9955a7776ea4787e2edfeebf59a78b01d70669ce913082b570f929d5aa6c4e9043beea9d41a133561c1a341bba58329c5687bf5a174bf17505e7400e4ab17e1e40a498826204ad808dd513f1487a2f352026764f82a3506f5951364514a8d13a03be4689040809d3210d6f2cead7c68fcfdcf9d69ebf5ed6a7d6e814de1e00d564d1e608b95ddc2c5a68c784ab79d19b03ac627ac01883210871ae1b53716c622e68e27a8a57fbec679f5d37ef8fed9b7b71b62aed7f79b17fbefaea31d4fbd0dd77c41486d94165749762a47480d128ff68824aadd0afe6e743c070c03cea296589f79cc27184b3c2aa2eec4f4f711f58bab8a45fad7e6fb0ba41b36c9ae8ac0c0b71d6d6d53040f039698cd859a830084ba686ab17984e14b2dccce6e0097d6aa34f5d350656f04eb1e165ebdb958a38dc5d93480800acba40db05af020bd7254787884c53263d401ee892341712ca9216691c8ce072d3e2d882d1e75b5b7e29839623e4e359263df76c15401a5461404f7f065546a0309c5097269d8ee8172fb01a786d252345bd9ab4d96651504b7ffc89a6507f1de7130307b905083270eec734b9395b56e92a131a7c1b3cf6692845023ed0d3d02038e453f88513cc173e8abcdab737eb246fe4f2687388b0738725610fa5b4f740be882672d3686ee7d04af4a3d78108908380eb4547b2c5d0fdef4c7d9ecfdffa9fb0ec02a8aeefbadd87b172bd8a54cd999dd5550a7ec48150551c182210910080926a1d93b22622fd8bbd80b16c4de15150bf62ef6de7bfddffb08eaa782c94f7df18f5f0879091f6f7666ee3d67e6de735a76203c1f4e377f2aa32c3cb5dc16696a98d478f39325ac4850613ac920cc6500adb9e3361130db8e3243accd7522347af001df96cdc2d27f3701fcebae190a663281f914394d984b501218163b1ae8c150f09408f6390a28c36f5ca705d63c10c0d0047897e6ba85e746bf3305f9b74f83d33c057ca20bad51fb5819d4c490365749061b1712b7a505ca6415d8c78bae47c00f12c7e0875260cccd1e7a796b5ae05adacf825f965513173bdd582151040025fef0dc8c8b3c49b452e8498e756c0efdc5184fb9c33627140f964ae089a1491610a07ff494e42f7b1716fca1f91be50cf3595a10a5b1a20d9e85c63898487455d428a6ccd304504c924b00caf0ec4c9aa0a8b0733631b4482119c8acf536cc2db1912ac94396c9470aa21991327729b7bc20808852bc4ca0284044ad028ca729daba2b3403919633232c1ad1696558067baad96ef31f3a63998f81feed68419c2cd06c17218e90e8572f5297708dde595c2b5d60c3b3734a4a8ddea33910824208145c2294a7e61f8c16cd554b0b125ff3e7f9af96e512212bd0931ab83f05642b538342fa4240e4c46ebf0c4832b0409667128b213297a44267a4a4afcd72c80bffa4e8d48268d17c7cbae0ebf215b369844105291202d13197104099a2c264c2126c5940ed67974b741ac4d303c98c218602ebe1792a995b20b2fecfcaedfca631727e105d4003ca9b5380d7411ed56804944a8185154081333c5354567258377906f818a0032b32546057d8289800747036cff93fb85ffe2aa5fcdbe7ec0292a634b0fc610de406cfa2352b4c8af79094179c241a0913e44fa78d64104bd0592a658e28c81534f9a771c682b8b18024367f5d8eca831c12434a0a6ce9484446794684e3050a6d28054bc330279828208010c208c3322bf80149a4855caa1758b2b6c67a012f9f212c6c4f5959a494b04727870126cc68ab11ff262ed34625a9d5902aad29b8812008e42f4f286a5302406629d330d945b3fd70ab86d7b35f57e07dd50d4d8d5dc6548ffed7d771417889da494638c92481204e58ae252d349a2400bc51520899e32e4f60971b07c9800820004a2c5016fb270dd67fab13bfddd8dadaf26ac58b04b01e40652701fc24a8238b1d9de8af0c2c024830f064ececa28545fb1458f5901c53ac0e222e534c360b09b7c62e0ba6fbdfbe3c930af92c2097c429939b14dea828b0489f0aab21e7339ea14528903fc86d05503f6d010c6bc8f1ce2e68d1fd675a79fe5703e3976289f95f978fdf6b82457f58364160a83483f13318b8b409a05a092c91a114ab1212eb8718d32e23784964d13e8c98052d2cad99e5661be93195e5c8d2696e81b7a0f3499a4202e6107f2176a50520dbd42171c1e60c05636528e9a5613dc35a87f4c41db5c2360beafe5f4bb6c736d5d4d634d554372e28d62e5b8d545a70d471d1ce38c82c78a535dfef9662eb81b6f03492bcb0527327326b68962ad8d0dc15b0123240bbc53f798af5073d8ffe6321868d2eab8405b037a6f0ac06855ca443c32b455841018c39c91280b656e65450ca510e10580dc703ed2ccf80de609e6bc529d6efcc0d1714ff95a33187b0d4a1b7a1c9e61f544b88631430179509242ec34406292ec5ee72006812907c4a617b5bed1480599eff83c1ed7f2e6bb6ab6fea397a4c6d35ea1d95b7b8374939c3ca29e912a02d199a3d669c0b5b50ea80af60c91064823487674353655d96ea34471bf52405f026165ce6fd5bb512b6667899dda1b0151d1e8613090401a0237992c1800d27395a81a416f237413565436191882ce309f6b363a128e3b9d40bea85fe919bde3f083f2e44f5b19c275fb9ce93244d988454511424a74991a0052a8040ee6c8abe5a2ee5ca00b2c5d60f00b9543b99130d900190aff907ef3bff18362187d434e0066a16c4817d55d26c28afcb2087dd037c8553582c585d9539411d2994cd841046e4425b8acd6e49826e3109241ec085107c458ecef3cd0299ff6462f9b72123c19b8fcc48434dc6204708cd508b1ce5700a1415b6aa4851010988402e054399f23cb512e0a50472c05acf7ae6032404fce5481a56496ad00b4a01af318228878d5c3ad145c93dd102921036271475c0444e81ee3958e034b540646d96fd8322817f0808ff7a236b0693270c5a622a5b580eebb3d00a15ce60067991e6b935c6a5d6b28c318e9c4f2b2d98150630b070ff07bb81bf7f2df06f3f1326b1885a40206426250936ae275619bcde1684715492573607bcc818c08d4c514a3374cd2c444a8c968bcc98251d968aced513c6608960d771350d4d632b6ab7c7c39a9a1ef5a3ab8761af5843bf86e11575a89e5d54d5340da818575d35a0745fe6ea1b46eff4eb5f4148f187fdc160c8fd4affca7ac5fc7f65bd9e7697f5e6570ffde6b1f02efcd7c7c201dfffeeadfde6edfc89d4079182a4193c22e1247060a612a6213758a638b024272115401eb1f0ac2ce1a94c217658a398015e9c34c7833fd73ef8ddbba8c47732a2b66262fdd8a6cec31baaabebbac04be51e702e539a4064c7366552a00d92468f0ec88c9aa534c54634ab68420b510065a4c211c8034442de7419444aba28ecbcf07731a0a9a2a9ba6f455dc59f09b89461d458d10163734c701442b6c2412870566922d057c78a2483ec9f93a45089152a4f45a62d6c049aa1a40f738bbc0568e546d8a9a67afc6f36c27f6013007c24346519aa40c21f60c625ea58a1d93049d13b31cd52c899e89d9d6b2e8de2b0438c28682619fc985a94c8c19f6e82ce10443bd78fab6e68a8a9aa6e8b5da01520c1344b88913956fca06918d028c0350e2060514054c0de5901d0d12903f4da61e64c84a05a499ba58bf21afaddbb185f5335bcfa77edbf65182107248b721e29c31a0094cf2df2d4e4d809aa60e23280c536117870024b3e05040c114f3397a64562f22c53add8e7231bbbd656570cabad6eea4cbaa45df882afba8c2cffbc12ece497a51a2d00793a4d8c9485b119b01ccb9d4835816d8d9d158905244451c24f42be7392392009f3f7b9fc7342f4272b79e45e63ab1b26761e5bd39976a104de76e5d8c6a6fad15d46d7b4496c773058870dd2a94812607d248560c6b1bcb9c813c0f2b004b84b810973ceb06a0268b22c79abe7044bfef4a2a4d8fe38e755158d2386d6573454b5c13c733cf2c2cb38a34d461303999ac0d051a72487d08edacf7986ea63a9c25a26230b624da151ed5c1396648bb202ffabd50ddf04a2df757445c3a8ea86ce35f0d73bb3095dc6d40d2ff743c8726ed0f3af002a5fa0089980a50ff80d503fc9f0fe3a49b0d689c28c27a8739e4352878d9e39eba814cd1ebfe99f5fe6fe59d89e3f6e58ec38e6c621d5c3b24a920d61424e6009698b072060391b80a908fa254dd012bc48509c06881d4a4003b743454eed28552a774a671003949540ed2c27bc95eb7d687d7d13de418e6983f50e99c8a668619140aa6269a9941d6d6060d48c1097e52cd705166ee60ad74306719c319364a841593041e6c7b516e1f8ff81a9436bc7560356ada8428ad116210d689cc36b9d0cb295b4b88bb1310e7da164a20544f3dcc074126e3263283a7c5b8726631ac5150a55984579e8b50cb7a9e1f0776c7553454ded7f00aac1a2168e19e5329b627774461db68ec203e178859330d8f892a88426a81d01395e19cd24defd090031cd697d21d7787f5cf29523ea1babebca8e5d04047029b3d46499a016a618de78ae143a071ac24b56d63643c753964a09814f428eb7f064b03392c30e9fbfda5b04d67f1de4fc4f5de6a7f436d8e20cd52451a7dc316a32ae3440324650144401305102e8b91440dfd1bfd9e6843b4b2460368942c40069e69ff7277f5e78f1275bbc79b86db0a509aa0a629d6a023c8b33d8ae4203abd010a009252c83d8863e90788f93a2ae6a2180a76a83a518d29ae6dbac8518f52e624b973d72990c122e0463147050e8e9aab19c9a314d39eaabe7b0c2138e27d2092ae61602f138e34c2528d741592b42f66fdec54e150d3515436bab07962e2bff78e55c8e5c950106b10c001a369b08c84ad8c28c128384cb822ad491e419cc66ca4bddedc0a818b70964e782e730fdf307dea290fddb81ff3ad50bbb6e2f0baf241cc2154b20f74a6c6c17a898ce0bc71d4d39504ba693047b8b5227e1f9a4069dba84112a3702d0996ec571d26fde451b4e36e7c0a115304c943f2e4af58536492411c0a8b314d234a463002740280b60d890ae5258e552a61aaf5c78f32de5420c4d5b969ffb568cf9cf1ca4d0543b9103d9480bec24714c2851603d18514e1b61b1fe287112852c7280a49ac28bcc39bc8ee279a6c4a294751789c8870e1f32a266f8885af868eadc583fac690825644875e9d7103a01be680b7cee00bb49181680125817195a01a375b5d44981253bb931b9ca85cc8097a5798ed09c28a60c819da1d108bc152cada20a38f71fa01bbeb8a07070fb3fab1a2cc79a90b470124b8a65ce281eb6648217996690f000c165052aada21f83cd326b334e459a6ba54d92c0ba8054d88a70b8f087a06beadb62ec3904369971c64991140a6d9a00c2eb4c5107c18e416a009eca3580fb426490251447e36ba90a519263a6fc9f3c76fdddfdc37f205a6852186eb8309933898400c0212da2872b40c0222d28e64f29518c90a60e7083045a9fe4141dd10b74885f94c0d39f1f42fee6cdec5c7aa54d160523c2c258b4030c4094ca24c75edb24d780ec31682a0892a97524b7c0e680dd249046550acf4233ca9bbd1416d293ff97c39e3ff97a62b3b045db3d0521a9e3684688b79405e04140019a59ca15d568cbc72108f0c4160c261cedbab4e04601e183d48ab7956e51363c2ddb1928a55c5337fc3f436da9054c403354cf1590178530bad0d411635d864d5cce62433380630a5811360b16784aa60a65146ca06697e385f45eff91f5959d0e00064e9244e30905499523826113b9620232200c81410a4ca530a92ab820e83861f2442362827c298a625185077f7582d3162c0fef1759610c56a31632b5c448c32dc0200d599f6436e78464a875962823725cf4c48ac2e12dbe620b6e585a16dc6036f184aaa2b6f39886fae1a5971a9b26d6b6c9b06180d871698d818125d85106314e621192b1c2582d0d1114783bc4fedca54eb89415b00c649a13a6557341cd427c385bb6ad7bd4370d18515dddd4bcbdfb578fa96f68fa0f6c6fa1680a592d03729bc3d2406f36a0bc8ae4426840825982a519a9e54ea2dc3e554412e04ab9a452737862e2ef3f995f906043fd98ea86a689bfb991fde5e7dbe2c9143a1745aa9128d1347144a556e6c8a5126b0d470b2a83720c9c52690a8d5d28997579a69d85a008c9f4ef73a8d219272e98ffc03aa119cd50ed0ceb792d41a36a962a080a1ad520f302822693b983ccc825a44853a0904b0a0422255c6a42e75368d9a273b066fed434bea6a969c155cef811354dd59debea870e6f0bc664b0e04c50ee0a2d6001f00c115296935cbb8c0b0903352a0786241c456d6a212d472fd414ef7a0138b1bf8f0ae603a4fed58d636b9b1aff03cbc1652c012c9461975d2a28f20669b4d329cb08492c24159a02c1480b66d32c972e315c0160b2d441d6cc09694dbdcafce530bc54b7d7197ea8b1b424da621d689b114c238ee502e58cb184b560b000046043c01025f3579a50d8115c2b0bb0105e82ac22f0a4d435fb582f449ae3cf470ddf69aa18de5031bacdc60c4499432a60d6c2e6d71cb53e157ce512c18845212f00c29a16199129d105836d61e11bf03060c2e1afa68b1231fe1384f4eb755e1bc084142215e43999a21f9a74427243f0d843a884653401b490a3240df062636486c51909cd0d5a68e17547b33de9422c775ac98bfbd4c3df1a3076e8e89aff42f447db2174dab204122235787208ab1de820d6b4e6596a5206e0114841060081a1cd1a4d598a85bc8425246d86c92d8bfebfbe8b665dba3f11e12a073072d89b621d1709d05c6c5e92a9ce8c01120ca848d0d205a8c38ee4dc30258044004b720c5b9d1297a9e6aea6160d79e190b1710164fc0fac01435c82f9cc12a28c11dc8a4ca02266a9b923059864344a3808d81459cef02451a3a28148b0ff05f6cb3f59b5fabb62bdffc8132a99a16729c106214e5269692a730918d250a45078d686cdec54a578255ec0867226c90a65538a75bdf32f48f3bff38054d5b88abacaff5831af55a86454643a0304a54dc288343431287998a1b59b067865650adccce640401983a7820ea68413483d562daafb71511cbba1baaa2d9208c4c21c18a485b7eeb83124e54425456e759e02f851843b0ec4134b99790e7b0a760b6024ad0b0280822e90b658881be3c2dfc5828d5037aa67ddb0363955769a3a6a52d8f1c451d8fa686326000b14a8df60329e326e6d9e31ec7d052a6150ce0a826a9210c8102a21ad280ff8ed8a1f5931a147455d556ddb54303b4593bca042495eb844694521435a21b19c9f03201200ff12916854441226d7854e5196c00035280a5e3457bcb5a662f57f6e956bc7961a18daeebc545b99a0c6a29296a1638072b901fc042981a5092c0460cc0a16bd1530cb05ec723464b622e51018219336d7842cc4d9a3c5a7c6cd672a3dabdaee39508041499e11ea4a1ad1d6a4d4e8bcc04e5fd4c096c09e8bc4519127e8dd9648f4a8833d5f3096c343cbd9a24c9b5a7c9d843bbf6174c59f36a995a3f03101b68fa5ca29331993c258f873212cd758d00b84005d5d124d13850708694e785e2a1b720a900431f41fb95734f0171bea21dfd5fd898563594a60336a2d55808d5c2a2413a620d4929ca649626d5164ac24f0c0813ed34272c995c17b560a4b24817490b6a2d460e42f95ce4dd5138032d50daf6e8b9a5f9d60d93233961b291352508596d3b0e161699b844026a4c092ada4a8e99939d800f01738e47e580ca9117febdea8185d51538bfa2c63c720d869c3fd6f126b32183477b9b35906cbbec072295de091b3c113e7cce88cb89cc0071369ce739b899c640e65be5a5300f8ebda2fffda86ad8cc242780a4a732952a218f6f05b3c42e7541aab64cab11d5e316994601478203042acb7126491da340b7f17c084dba83d4903d79390da1cfa61304d8485e55d30984ac0ee12563a90200b5007f5dc812402ccc7668592781f3c95e65b8356d78a1575b0a9c756f75f98a64139504d493949a34a6b920b87aae440fd14f0166dd2ac90cc4142074403f81cafbd15c13b710d91ccb194dbbcd9b8aaa5b744bf1cf960ff51f9af00d1671767585a1c1c3a6b2ba509caae60fd9b2b084a944a0a098c59838701807680ceb9d431013c972cd2eda495bcd656d7563755ffb7ea21209871ed209b1b515880ac925296380b680eb644ae2d85a86750c3804848eb197c237578084ea452a460492b20deaf19adb4129a8b7e9beac7568e1830be664c3576f074c66edba40d125d01e81d7636c10590c1c26086c892db8502ac9f6b967347542ead640c2201d641533c3271d8b84bb9b6ad684e6b3efc2dff557f0a6f3c61caa4860995eb342950a45641a0e7052116dd93534aa96109eaac03a0430f3f0b943e0752377fdb2f44c1f577efa24b1b00749d62e77922b11927b7692e3416f6241ac69452bce41769e1785a401207688216900c72b5e01820786b8eee7f0349c736d5a3987adbe4af4ca08c7ca66906308360e7ac7310e380a9a2f40ef072e0e180d8acc82cb79459c7ac7422a74e59ee4cb3394fcb4e6d17d68e55f62153340116847388470c65780887c161a382ce71520b911b618565428a3c434bdd0c8d880ce3995ae034b91027d93f0eb992c3ffdaaaad1000b765a648d0994a1a548bc888cc1416fb1a898a875ca19c28500b18b283079200f3846f5060a409630b24545b74d0f45779abe40d5101996bec5074a31afa3f97f76d95b8726c19c6aa2d88654633aa5260e7e8cf2a092a7431c3b0030f45e785332cc79c0ffccc190550dda40b6a7b5a5ab9d4dcaf52336258e7053d2be5efe1489442450048d0acc06b2c60e43cd59665dc38d456468d81d4e2898ce6f03c143ad2005c27596132425a59ddf3e7ddc56db01364e18af9ae2804e09a41fda03c9729c0f2c4664e099b3bae51194224c6009c952949e17938c02d00e532d78afaee856d8461c36a2aabff23d7104c4a47ad05d4c6008ea1a54226819066a8b9829d4adca49ac2ce40f3086e4b1c5d288af32f59669abd5917a21ed4c2b0ff9b2edcb6b8b34690a29d6309444667a542bd414868690e0800f25a822a65393623a3a8460e01340764004140e589a249b32261cb882a3c819e2386950c1a170869b4013485e8af13e3742a48810d88d8b3463269b20c1b97b2bc749d9d6629e704370a1516eb99938c94da9a9a4f1f5b94e81775f2367af4d8ba9aa689f8dd3fea2f96e3961ad06ba138fad0a226255053202800d61d667a27010751697392f30270ad4659428d9d1f8229ea72da1cfefed6fddbff5edfff47eedf3009a82c87adcd012350898ed49203a5cd158a49675c70e60c207d6a8de25239c3950656af794a0abda0f3ab65c736f3b7ffc4eada31ff85ba2d9e63b542a609e312680c4d75021c9e71e2b84d15aace0b9201bb9114cfe9618b90c400ea2f98069e0b20b215ba13cd234709bda1f5f5a3fe0ba3170ea03dcf507002800101c8270007f0bc40ff20f83d2f94831103d881882019560027c0531960a43cd16e917a9c0b7f172561b5b6ed734c6022a53344401ca0d265254335e07a16b6bbd2f08acd210aa4008f80d23281f2ca00faa8955ae8a215d9ef8fe7d13b8cada91c35ffe4a6edcea281e962271b2c6c99c0bc03fa49520dec160b17b392338b04d69e3156a409b0077840994a7246455ea0a36d6b2bb67e151c690bc520c259aa928ceb3c4b80fe30a07bb0a255c613d8d6844bf451034a843a3b16825b9203cecfaccc320369a1f9887621dac3bf7b174d357513475742b81ff1eb05e488fa86a6cafaaaea01d5f3dd02bb62bd7bfdf0368000d23199631b234c20fc0e04863396153c490b0684d0652e174cf082969a9472a4858e661c8585589137dbc92c4c67af95c96f40755dd5af4c70fb8ac6c6f1f50d55ff814c5800ef615a58d49fcd0a0bdb22b3494ee077290ba2183116b52739e4025112b4c8326785c90bcb44ee9a6f6916e2b9d3b267e4aa4b36f6ff9dd35d0a739f203370854ab3c2e90472a685559141ee4832c5013a644632187dc28031e6d2322b0aad2db0e8bcb9e1e9efd5ff63957bbfdf50a89abae1ff8512676b2ceaf1aa22574023003e299d1658d2a113c21cba7e61ff748677b7b95106a866460de19c51274d91349736b468b1fc3191941e8aaea96fc31b4d0510c1000e62a8d285bd7f28552f012a64522344c2fa068820aec839b646c1dec2da5907cf07d2ad26adec8c9a7f66d2b9714c0340a6b6916d4a1d2329a70cad961c00c60c0d57b017980abcd426527001583ac312769559861295b83120e68a942d4aa3b5651bc1560fab185bfb5f3841308536c4b0142dbb29877c0171334fd1acaf0046499da0d83dce92d28287c7a5649ad8d44142c9938437f7fcb5b0dcf74f70735b4c3f1e152bc739b5da69875d708e41d44f8d15d8179825054f0b81d4c808005739d674658428973397b8a4358726ff53e65e3a30fcf50694771e5e3b71cc88b6805234c711158a15c4489d4b6274c184612a4371fe02003460e544e1b380ccc9056400f4292999be2734a77fbfe0797e0af8cf74be0219ce34739c09215d9209886a455ae43a85971d76bf0197cc88d486965866820f49039e109c5bce937c51fe748bbef8aca8aaaac12aae8adacea3ab9b46d45735962e19ca8f2a332004a48099071e650d56b348ee489aeb0c3681757922582115490139a1512f55a5d247674456c03312f3ef7e658b4e56ff9803b198b5edf25f0150d016458a3285b9b36986acd9aa4c314d9870b630e849877d01b0431c56f5e02d308778a135ec89d6a8affe161fd6378cb6154d156d316278ff29cd598ecd4ab0cad172984110cc1da01e95720340208358a0511282613294ca141c1565f234b70b0ceaff898e877e63aaebf0d5ff4c976ce15285e785b0cd6552086491a89392a23faf724027129481909945f776ea4af2a56926e107e0b1012efafb0d80bf90ab1ed5b563fe034f84a526c52a2ff4f7c8338937e742e046e029f006004a8935ba54dc9963df1fde42722d535b108747d0f2ffd61164eab11faeaea94d8e9799a645aaad2539cab8b224c51590913ccf2cc9b4ceb5249432cda8a184e68a0a89724a92150ef2a935cd5270adb85b2efb008531829884ba84602323fad800330626905b9900ea291896f142fc07b497e169210792a0049d7f5afc7f1421b7358d636a2b26f61f5bdb36b7068066049a4cf0027b1b617a81e2e02a1504e090e42ac5b637ad9964b0940b74e0289292f85f42b017306f45c9c06fdb53dae4b4ccb8242f34b1944aacc804aacfb9b419709ecc50c18465d8b06b80f69382a114824813911348ed4074a5f85b67a358995d51d9d4b675ba690a398c24b08151a33257aaa4ab9d4b4e04e43e2e9946c3754918d68dc04c6b542fb63c3349e978bc39c7fd2381bca47cf45faa97c062fd9235899668420d710d321984752077b9d190ed29846e94882358ec8bb81fd607e5489179ae9a6f115b26eadaa2b3d4ea2a74e51832ffffa20dc0af0230a70d24fe2c4515244312080b008b2c9e066502707022213688d466b856181abe19670c3a591794e4add0319e1f1886751edd367dcf580d931901294b50f460cc749e00a2650c60a003d6a312c869bc305966738d85fe9a00244eb0b24ce64616adef6b1f53838653d58d4d6d572300a005a58d0456fb14d897c324e038983c6a0967542604c76cb9c0231f6351fd95498d97a91435245b97cdabca9fcd81b4015b55054d13202f3a4b0093018149d07ddc2858dc790e680602bf4a21eaa1ac1390789ac34f6b2781f4cddfce2dcae60b0975bf8d690bf5172b47599471307c885099c65a8f9ca49a5b206f1a653e53034fc86ae0ab580a007c864a01dc86d392fb0eba8f9bff5b67e282aeb4366ac7cc1c6aab8b4443d0a2b4c01a76546546b10a60f179ee4c6ab13f13783cac0fc5128a59cf8a0ca03cc478da8ab2ed1645f3b6dae74ac24a876ce552077b3ba75a4a14f24d34b034d8dd78c7439c06469f4be0f440f02dee17830552925b9bb6a23307a3f830f891f297bd32c62c90729ec05656d88708d98a3a96a0d9aa2b1207793c41696a2ed1594c73062406c20001e69ea029632b0eafffa0703abcb6beb1b1f3f88a71d543b818324c56642c1b2208692b795361b1d35800a07324e718ca289705530a258c12c856d8bce080a739047f09847994f628722658c1a5e3ff3766da1389696d1b7521a3e3426112749f4d14a4694759ceb2c466055a01e9d438f84396e5342598b67396a3cc977516c261bae0c63f69f15d4d4ddbd476c31bcdd163157334102f86515ac1042b6125e180525ce232e06ea8efcda8b24600bd81c58dd5a1f08bfc4d638d61a55f6d69ac41352540504b16c349c225d72ad309762171916382cf8985e496411097c2f05452bcc402c4a60ae0efcd2e892dbb91acf933f9a136ae67528c8a04706a2233e0e632332941132849a815b0240c456109a02ec06e7591e025352336b3ce389b4baa742be67f11bac5cd95ee6dd28f289534281281776cda1922ad210066329527682a63f35cd35402bce340f46133404a972852834a13055fe0b4dba27dde6205966698f31fa97d2602859a518d17860c5900483d50992c0738a70be180be02339302595cee729116097c721c7bb3216dea6639c3bff38406d4d7562da8f2687e36ff81e702e180d8228188c001ef03793322d3bc80f89017c0fc28294856082d1c50bd5c69012b4c1a2a4c81527e09b1ade8e8c4d859d1505db17d4de52878236d406705121c4a60a41262404658816eddf01533c00494c2ae3c546ee3442728de6c34bace1628056a60f124add02afc63fbeaaf02666d73650728d62529878111ac69229032088c90299d0ac6a52a74a1618c09deda31ec53874d9164c602db4de09125adb8b5fce319df6f25abdaee902f03ee068857600d6fe6b491c0ec0dd71ac030103ce0f38272628842fb318dc73a8c4082a0d803910ade2c59d7325196853540d4564cac6e686c230732a0ac1c301f2dd910394b4556b00c1e04a0042724223fed1240488cb34ca530669739e6584619e40bb9e01cbfc5c6910bad65688bbdcfb30c9020c5de469308653283a857f34416926740ef012e14b015b4a1809481f4161c2599204fe83c05f6f48f88900ca8ae37354d13f102bb6dae34b0094c6195b7b4e86941844a81e4d09439220c701c949c42bfaa4c7101c13149b5220020790ebb0558432b4e2efff02ecaad5460f1bc1ae02fac7064bcaa90329516725dc605559296ace421be5140c2009da585050ef859e61cc0a2689dd7dc6f6b34ca2f610d580ffb36602a89708459a115135acb22953c97c611748acd3943f007ac08d0702ad08b50e759d6ac34d5ea06e6810db56de8db83c690456e28b50a56280312238103093cb461685705c8ad40d1dd1cbbb433a21d7a8ee5ce398e454c39f9bfd5602c306b6a8b11e3da45031254679790a9b52ef2049009058c5a142ac9b053c122ab11066506613d50a19c82e04d2c6bad57e8affdcbe5c729795e6805ab5912910a91a2562ea04f22214cc1260586cf35511ccb6b8a82e500e07391c01453d8d03a03c4d60a55c09adf7525b589e90ea459c125e3c0c708752e97854800a55abc57cf81c823fc06280a40d56115193012548a8204ed7254126aa58fdcaf39b9ec7b966ac0db0acfd8017d980275d112922327c5f4839e11193c068766dec0df516d41c26ca3ad8ee5a94cfe8126bce6eaa1ff94086626b11d09ed6232ac0a2a84ca129b62514c9e00d1921cf5b32188bb94a88259a30d8744468b34958e15b6d946a3c5f35f76de9d23ea821d8a3e81192459016c2a6509645e81925fce248586c00d81990940a48c52ae29819752a027cda6b77f4b397901f5e88badc74dff99ca31ec2e449fc18ce694d1ccf224572817ef0a144f26b0210c8aa1728bc6641aa25f0ed99c70c87aa9024a3a3fcce57fa7acbcf91002cf25fe33a5b5101fa882f06e199ed25902e413567902249c245cd9442078233c0576a6213d00854581659b40b6405c6b5a13fc7f87cddba6230f4f9e0c96c7e7561906291c521860b63c836d81cd6a40d813a720025a856df8b03e68ca8dc092c294baff9b246cffead1f54da82336a6beaeb14dd00c03cc9618a66122532b330e513f03a8a2a9d5d47005b4832a650da4c10429b84d2ca2023caec97346756b8cf716e99bf05fc901c6329550ad53c5f314702d102fac9b64b02a4491c143ca0b9aa44901dc445a25598e3eab45e9404ec2775a772ef1274a5ae32a6a6baaf0f0ba8d8ea684cbb1c580a5aad4899d280da8ae501282a162a81f981062391380df73864791cac296e0c289dc25cd3d16ff90620d6c8beaba2a535f37aca65932f53fb0400a88849c19ecabc2a26a9b41642000861385bc357380a42829242525e97963a482ec2a9c86ed936151e2fcb0d852e58edfbb33959d0158990343774cb98c51414a530e1992d88c5893e065364d8d6012184042d1381e02046448ee1280c6cd3a252d3ea65dc4315d9b58ca4891019d15546400102449acc3cd600b952b040949495913f54a04a1784d2f6502eb006227cf78da5c88d8628992d115634abfb59d4489cc606492510bff613b769a129d96aa0951009591b45006fdb83890420085f01094e4a860c4790a24c2b652047efed174e7b6331c8339653026a2320b3308008fe94c3a955329184a704920f95251251c417f982285589f38012942e4a2b920a365c790bf569d945ac74a97d59d4754d40eabc546dace0dd5c3c7d6563474696a1a56f639cf9982988e4506326592431003469315b0f1398c14b6bb3136e726e3392d5cc1010d011c00e298b89cd98cb7a2eeea7f84ff4b7ebb6de5b007bc1d46a9152949101802312c374e48f44d230a22798234085d9250920c2fe8adcead85e79427dc2ce81afb3fd658377ba8d554376e5b2a46691b050e666446183040bcad56588c20b5b514b06e813db65401d1b5d6b91c7609405c0bcca7480aca0b9a02fc995fa690b45485ac14dacabeb295d568f1a061e142626600e5b976592e219ca390564e385180eb04da430954791705a07d40388412b74064a4452b7b11b70cf59590bfdbe49492e5c0660490b2946414335221640e594be0340aa0b8680707f85e41ceca0471d62851089a39a0360b74755a36c30b6a0bcb5ffc5da4429404dcb11c143e39e6b03f46b824755462d646548af24990bd490e883653d665094476c863ad28865f0854fd4dbfc47f009aa680d30b4321862740480502756c7d2526a59c73944bc42271c29884593628a32814deb3c046295ce6442ba49416bee24b72ef6da49201495aa790a305109444116c05505638c509cd532a20a519e0f05273002b268715e338875ccf3565cdde472d9399f90b97cc3636c54c9896252549a4a810edd0ff50643663f078aca026cf34760a014a255c9194185c01894b9db54a31da1a45ad3fa7b095132b6bab595bb5433b8ebdefc0e295c3960fc7d0f10f3b2005015427b5ceb4b64055a5cca4560ebdc39d33396e0fc39a9d8c28f967da87702f0c1c8374bef13f466381b4183481cc95325c6686a08a802600f7616b6063b8c5b6d93cc39081756b79c15986f691400a4896b786d8fdf6a86741c93936145634558e689b1b6920ab68ee025b82a645020f00e3819399ce94c2e751e44502c0411a032cc768bc13001a2f2d9e0ba7b6688d8ffa225d5086d50c1fdbd0665e300560219485876701a446525258c03d69825e18cc328a769278c3956127622253e97422594957bd704aea561c75b5a8fba0fc477dd2155aa61cf2a412b0e2a51014e8500a3407be4898748946b9356729a0080d48a9c80887a501b4117642eb8efa7e7f92f3bbafdb22525261084f084d50428067e8a10c5b5f126321109834c75a93cc399e329b5308991a1831fa042546d242eb56ec823f6948a8686c1c42091932ac6a98a8ac1e4227246dd38ae0944b65865a398e0b40c9c44130488dd4c08444822778809405c486022843ce9db2443165d07254639ff5fccb9fbfd382f51b41c2ff0890ccb548b1368f729b601b1ac3968502e2030a34b334e1a9d2103c5095bb480c12656a734624353a51b4d944e6ef55e88e1d33a6b67a34fcc58adaff4e852e6af4735d6426832702c1d200ac72b0453805de840a6c168f8e12a12097a4a9303285d49126903e5280222af9bf35dff7af1e8f825b6dd67c9fa612ad02f1c8cf5060881805322e212b6891676996588d268a09440849534bb8cd928ca2c63120af5fb4aa5bdb9af79be96e5bb0a0905424059746386cddca942e2cbc40650adbc2002080c9877481519427b02ff046108d6629498b8c917ffe98b0babea9fcf2ed0964810ce53360b4800c2d8c551225d1202c4b2029a0b9189ac7d92c876481cad622817d218065e6ba35e5da0b2a81eac7368d1d5afd5f686ae14c006386989f1118330aaa3147246c0ba0d80ecffe1561062d789484ad205209b40a0b9ba99106b244da7a896298ef51d5553575ff85d1273c03a644803b631b0fcf84858dae844a6121d082a8dc018948354c3800243c56c4563e0d8151c3f033a25a31f57f621f593a3f6bbb32f59c39877a1c0e2bc192cc912401ac003891150009301d5a9613b4a591394b1127e722135af2a2d00e90446baa1be74f7dd3f89aa6a636d4e587811440091ce22000fb8943ad3074fe8550e778c97b9d58008e82b984ab5c2a5a9844a3293b514667f69fbc00fe8dd5d67f0804700a2008e8719260c0477f354b24418ff982490b2990251442628958ca1495c8726650bbd000846e96e06871f9671587ffb5d1518acb14e03e2cc527462a42d157cf6506963fba1758bc0c6026cfad4ad1650ae29dc23a29488e29a442c6dd3f4293db5c99c06a086bb0d5259e9d29d815e8856cb5ccb986d4a60470e2c4516a0c87fc9002512ed2c4695700f82369da4c105a661bfb17561d8d232aaaeac7b7490e2828e4363c3a652ed7dae609de1df042173c41e3c13c05aa044f294f1dd6cee439362aa5409ab95134cbff0f62a3ff9301dba4451d2fc1b0a04d30145ad24c155609c773945394b0d989e2788f04c4516a9213026b2131464a8b5eb28cb7a293b579c8c3ebeb87d75677861f6afc2fe4fd02474cb0124043a69358099425ca39bc16a612ddacac0672482cb0608252b40a2d098cb55c50888db2f5a9efb790af4d9a9781da6540d90841bb632c7dd185b6e800ccb0245ae8546b007712123b17c2c197283fce5320c1bce0dafcf348bf715cd91f02ba8602dccb1944348b65ee05507ff488cd79065436730cfdaab8630e3021654e738e374c1ce84f416171b462daffa720a07ebe39721b540364d8a76df078138d12254a0753a9b0dc1b02ba86c806508e63f19b22a4d09a6183a24df18414208fe0a615ea230dd590e8aabb344d283b81436a5a0022c7db4f56d298c994cc81bb73a9f222d739e47660f649c97e0db217707dd8ef98eb99285c225aaf4bf0bff2516dae4ba0607d6a81a5bae8122080931a05a00de8aa30a9c9a91380f253aa6179e70e508c300a752133823e2bba157e1b7f48e265aff3d730691225c1398aa5c047914bca4bded74612c8d4166bdc01b41a0034a8964c2cc1be0f07019f2e38d7fd3f8ae2f7ad6fa84639a536940f4452ce613019cf88655c003f2972c0b2784c53d0cca0f8a7b239d6b9490b14c6d134cb129d529e6492da56e8212f286d59e0ab371fa75542026f6a1b8f319d3aa280a529885b852042159c0388c13e445b0043d15432c12064e73929b254a659618c562ed506588a6ec5d0ffec526fc14d4e5bcc3a67994e6099c32677c0c82553dce0f18b929c6a6cade51c367c4ea8ce48220a9a0041938930994aa5d2496baef416759921f1bfb6bbccb009231c1545524ad15b554b975ac57291002c6378058ea211227529970943d729f8f9942a85eb2057c5dfd740dea9a2766ce946f33f729591590b730db38d859e805450f85b1700584d0ac12e47357829b1763b555ca0c42ab3c62432e10ec345329fbd652d626f7f5817236a868f28d539766eac1fd634241543860dab4e4425ac8f36d2dd6289b419047a472d7054c118240305e04773b4dce49c6779aaa4e609259c5b5ba08ca4ca2027a0000740bf56ee921620dcf1f5c3ca5ef30a882647cf0480afe883c2211e1860f43027f02898109c03db131cf303da7366807f0037c0c329522ab452ad90df58f4b9c6fc128036b9d448608215163ac0885292a7f03cb8b35aa25851966b5804001f8c13285192eb0c1103c00699f2d2213f6d4517c36fc14175ddd836192d770a4b9c2805feea50395bd9d4109a2712bee3507904767ea1244d134a09cc33ac0d6c66871cc173225ae738fd1b619df24380c432a6923413197afda037bcca08805bed2cb3900f6d8ea5be06302dc040255065514aa4f78416a94cb2bf7f9dfd5b7f4d2076ff811ca02940c10c3d83480658074dc46da9eb150031292005160894d1859964922b581109558653039c37e5cd3718c99f2f76744d1b565d57593d3ffc8f696aa818f607124bb32d3aecbce007d71b505d39b6a1a669e282c101de925d6817facbe818fe53bffcfffef2a73f4cb5c9d202e232d1c05480b16257ba8498aea451806733ab2dd190e3338a35de9a15321719701a34d93505578be234bffef3b535437ffdca20d2f9c314fe3bc31390aa387622a429841c8ba3844c4492c4e064c14084ce29446ca03210c8609cba48341039934b2352a25b366ba5e10db335957fe42affceb09882ac93a2a5252413673297245961a542074052d83c4f0cd0b15c004149689601922f688ef4140fe3205b2d4a23e4d77fbe198794b26ed7a1636b819d0c99585d5bfb27c7c7ffce3011753ba58148d3c2ba1c25aa736c1eb32966128605a839c46008c48c922291b0232d6c3860253c17056b96abfe732af287610e1ddbd4545fd77978434515fc563db14c634c125b00cd44d904f49d81e8694b26d539032a6251dc943ae3d08e46c0ea15aea068fc98c1880d3c07c216a5e1f4bbb8f23b9dcbca2a52412a16aa73f9ef0cb7509c152ad104de7f5a10ec0d76d83e943b52682e8b82e7521600155c218d4c01509b4c23ba44b527d2acedb89076b885c49b81fdfbf4a8af1ff727851fffce1031696a4272bccba5d2aa22e1560221e09953853039041f064ca1a080190926d624c90bb4af1694099aaa4549f0fd71d556548e1a525d873236555d468e29c714d244e39936809ac266a912c00c19d0802405d0c720f3c13276293a4d14c0a3091a4f1b58b10ca8b3cb8030a896ed4a5cb1cd65e1636bba348da81e3dbf9bb93c6991b01c56296146688e77d68203d30102cc50d0c3710553895af1028538153138cc12ee43cf1801716851d51abffef3e3aaebaaea1b7ef3c2f8619dc7570cebdad850595ac2239a9ac69469d1022fc919640740b7c07653a300ce641c1625d10ca81b96a54989075c055ae0b8c2e12db54d5982a69049b6c836d53f2cda61f50de32b1aaacabc6e3900199d08ca53ac41e0b03791a9da42c112653647f29edb4ca30e0341482b78ca4c02dfe2823800b9adc102032a2bfe588efdef0c4bb2426729476143ae2133e025bace054d1867304ea9654a8cb0c241e2d7280bc94ad5aa24a7344d8b4c2e4a13fa8fc3827df847cfb27f696078bf9067004313264d21e0fd427664c02d09012aa214ac4a88458060f30c501b20570d2b359178ddea606a17555abdb0ccf8cb415c2e860cab1e46ab2b17720ef7ef0c594907543a9102400d04d3040129d31c15e134054a263387738d25930a8fdc10c5122a9d82bfe524658be2980b0bade50baada71984280da1a709a4975a2b14f026825073a21d17baa5029700ff4e5100caba052c938045689276fa468cd4a45f9e63fe988f877069602c4861d28b0694c196d3956f2580ae44fa2ae5361885239b130959023a4004003139c384009b4900bce8d5b1a3ce7c3f18a911513fa575751d96578cdb0b2247dd88578f943a9a190e7141026a41a86645c6b09a32199e01903b88a72dd4c0a9b0138e04c2a05cf44b69c2736428ca9dab9ba7a5451d7f4277dcdffd2d23429d3564284d498f5529ad1c44a92b00c264a61ff06fa3f6b2a730789d2e50923a9a532a5162fb79b4f3c16528ff5fba5898adafdab1bc7d6968b2d5264eba834e81cc10b5c965b2501c7242407949d03c6b1b0d192c22aea3258ad054905a01da273e20a58a28b926458c8f2ac6e68a86fa02c2b53dc4cb5cc08d6cf1628ad8117edd8a49763e930508a545b96e3dd3b308bd425a8264f08c4d71c7665ca01c6aa45b56d2e2255fcf16cbe42e07f0b399bff97181543d51046810b26585e5e40a600804389c56043a4cd05d04a97ab8c31acc021306e9713e05559ceed828293bf22907f05551b9bea1bf00c6f58cd9fe869fe6b8720b9b3007c08431beb24c553b81c722384a8ac805500f39f1490461455d63abc8180b044b1ac4c1acd9245a94efc6159fff242e7dafae1f59d65324126e53a0541816349b39ca26933cd1c2d5019d4a5ce946e24534400109e32f4c7e0695e980cbbd861dcc6a1a77dcbc6d93cc195f5a3c7d4375637742d9dd2f5a9aff833bddf7f699c4ea10c4e220b2b191556a74c147838a230836686c358d010a350b931685ce6b8061a9202b8453fd6e69ad8bf5ac8b858ab6a860d2b6b0416895019dad300e2810f6292049bff52746422099500e62cda8deb8c6049302a442a03d189a705b34573a36cd212283bbaa26c70ce023403f6a7812a6a9884c42954b803e0ad35ac4e3ccf29b8c98d46ed5a588eb05d5dc1938200b475d844fdcf70e4918d65837939166f0240504596f004c28b019cc78dcb250340902b4b813d72d89105ec49d8aa68a24e3976d26b9e657691355ebf0709039b6a6acb75488ee4490b07509b58bcc33328dba68105a3262d073e92b39421d23339803ec1084a7b60035bc233c010ba651b6f414d2e84949abae16582ad52315520e42e1cdedba02c7e221d811714e40b8827305e0044128f39806f150ea28cc901f3e1259730e9a29aed7efde747fe864f756eaa195d3da67473d7b9a2aaaafe0f35f7ff12c6c34099a64442becf802f1a853e08167bcea9856c98538e9234da24a5d90638046b155183cc50d5657e993dffab43c791bf53e0f99712bbe0a9742940536c9174127db7a590d6508a3cb7c88824ce0a22935c6690099982c09a1690182ce60bde3234b7a8c0320e207a63d784f0ce0db05c87d6d6578e2ad7e13103a6955a8bd512900195e6494e0c03a483823a8e00c572106ef0c1245ca6096a29ca942b07b3a8b4695610fd2b2ab9a8b1d7d4d5948d9828346ec873587fd80c992a61387af331ac2800249324c8a0730b9bd2b14427dc1a6681ca486c2697cd5a332d2295a3abebc60e691a5f3f5fe3be6ca45252a01d9239a021024bff25f0299933ca05038a825ea3c0b860e44549c21f498ae448b0358334ba4895c7dffcf3306fe387edacdc40806d3db7ef5faa802e136253402873ac7b41af3deeb4b30ed2435e0034038e5c68400829c06d2550244fc386e51a9b5d6056a9d2245b94d6f91f1247637d43d3908ac6ca72658e0420265e096b9110a68b0252a4c5582a8a42a256a5011a4d35a09e82a0565281dd2d49c1739bb8a4308b2cf7f843b22fa9bb9811d5650b33055ed2200ea540109120435e28b428320959834a8e85beca4826320c2b945014eacf008e1a8afa506c5105faff3b3a0b58bbeb806a488ff04adf857460ff4bfb4fe428bba0b8e3c0289425b02c6d96a0da2ce071a089020f7a00a46aed844b49a96c5b60f5328304baa0b6a125e78da5f052ea3dd0982b10df94e9e4d15ae1a485e801a8c50ad418a7105f603942b68750220cd3b47028ca888d35ac60105d33c8198922c02cdca28a75ff641efb5763690cb0c31e4da36bbb0ea8a9aad613f1f7724da8e31c85857352708acad2c4da146bb0744e1d1e0164903ed234cd526ae03ba4e400046c23114460306e199afb2bc6518eeda9596ea8e2d4205f720af5c552819d22804ef302fb8532403b26c59a1d800ac4419ac1264a2a5921b245ca0e2ee23c6b586d45d31032a4a2f46b48f2e7ceaeffd2d4c23e05c20491a68009033e6cd0fd264d5949195d7089c09da0a9516a4baed59a098666ed9a031862792bea9086f5a8ae1d53dd30a0a9a17cfb94c336641689afa512268dc35031bd3823213669084980cbe1277291925417d81f0e3fe7b81654e5ca252d3b0058b04fcb342883b83c131ae22a29088ab96b69496a0c10496e8c22c83fb075d3619f1f8398045129cf099656a5aad9a672210d9d0be38d43b0e0617843fdd8baaa32adcc929419aa7b02873422876508301b5d1d0c306614ef8759c21084f6e2898180a3524625e49514c57d16a857b7b008e997175c452dfc7051073f563d6074456d6db94ed273939a0228249a0402e4218ca81cd287498099e404b6625ea010a646af799bc2aa7646158a50c89d24cbedffbd1c69d8d06a21f332972359f8a760ce20c4da8ca2db103378d94a0dc1d20e23b3cc2a4250c73683ef2b0ba0159e8581bf00cb5964a235473aaaa1a1a25cf75992316ca53529e742580b2144c0ace699641a6bf00bca804012e14a677792a2044d9e53919304320da58b1419fadf7155a33ce19031b5d5158d806011026d5fd1d838beaa5c0028a1402c0896cda1dc5aa624eab72aa7650e71140dd2b0a6ce12481f89e3a842a5d09c098864ced137bce527ab78685ca6935534bc1658a902bf04aaa15897c3c22b64e244aa1405d4ea0a6e49c21c5645a2ed7d8ee549ce68d8ab3c695979e71f51dd02edd172d17f6db1af2e5546a3510aa0717403c12a48c03c1c9bc95481d68e9c2b83e2ea1077284cb1d62a41b1d9e633abbf3c402e9de520802b47010780b314784782ea5d32d3d4412ecf14c9b585bd0560d56922325b2863040a623a9b7159c06a04b427f3226f1923c6e5d858ea9363e52cdfe09c023c494cc2609529c581cd3b9d010440cd16c16841b442a5d8dcb8dca80cd1014c6c06b85413dddc13f997b112c706ff704dddb0fa328d8b01e884a84e2d5eb37191ea244189860c801705ce28d3cc00fa74b0ffd0d4c0e169b8420d709d527885a996df3b8d1fa61beac737565694adaacf712cfa4a1c3023a9726cd7838822357244ce0097c1ca2318656065a630955618c5b284600512c019b928fdee85fef3fffe2623799ac396620eb90eb509051650d04464140bc009107e0adfc19fca800c4aed6c0e14112268a281eacf5f88bc8588ac1c1b2b5310c87992688ec90c727501214e140a89004f810a5a4b21a8f002d233c0150ab13157c41630b9b05ae72f40fe576caf4b59d0a3b68a010e2c0c17e8e49241ce8529a189cb5d01c3cba994c22a2c1aa6a8109530015824e5324b1430d7bf7325cfd904ceca041b29901e61780efb49437ce7d2f102b80fa08e0c40945682635d09cd53e98c23b022152bb50da734372c23a465e542257f93055fe9fa09658a870635c808c0885ceb140fe221a5b934b390da28c40cec3dc1a00f21926539874c6780ba2b9ac3f6d32c718bec826ef929cb988a062c43a8ad9e50b6f342096b94086ce94cb8cbd04fd78a24477303c48ec0eb083a97c02e8427c0acc4521b2152aad0d9057e802dcabaf14f605739a612024a6a241674c19e949252030c4e1678e7e9842d34f01e06f9bc6029d1c2a234adc522059a50aa497349454bf7e3af85893ba34cc7fcfd589ec3fac2e94253e32c5e17a5102c9dce39911c2f051d7a6d027676e88b0d895da6b0a825b0a104fd0b20a4e6cd74e72f4f8ffe304e5ea6e1e546428e039c9c977a6080d8119a68c58d04ea9d1559ce18c07ee0792c85ac075407e2abcb1420165495e32dec28694628636b4799fab1754d0d357fa214fbef8ccf510a0804903fb6ea716260a3650985584a1c23c07d2c85c893a406f82b477b2c994226a749c6780aa96301df69690142c934a87e42e9271bea6bffe80af6af9d96e109099319873053b802cb10b079ba74e18965a7e8b562a5cc1342e0a75891138564219529ac55f97fa8c2c4355aea4428cf32cd9c752a47d3146cb5b048c981ce296e850576a30a23214e66302800cf80c700bbc19f7449f58b726d5a176d7e97fda99c4065b9ceaa658a4530a5a3142694c50803a83a814143cad4e8fc04d1d6f2344183674898242b1d9eb90c05219ac7b91055b7bf3a9d4781109ae769655adef379029cbce0a9b492109d029e5642024ec03efe3c458542000616f62f3a7b9766364d007be3ae56850652317f6eff6acce37e57845831b6a91e0f7e878c696c48ca752ac10dc13a20e1842044c008b8b5021b51d0aa1df5ee359e301102fb14222d35865808b51a9e0d2c6496b5a64ba16763e3d8b245599100514f12a3019673e0ef39c45651080723a00c800f314a18c833595a14692281eb67ca5a63b1a04d43145e9406efef8f5b1a4ab6cc10812a9b6ac6c17bef3cff85ced57f6aecf32f852362b5b58e5a0b6114db1032036913f914ac5c9e6908c05a1605b6d4a6c0a82857854b522ba42cb02185b4ece07e5138b6a1a4b63eaa7a6239d20b201b6e739e739b09f81d371eb6ae3182c945e944689798d4e255130c31074e4601f139eab0a581b8566184e6530c535139a25ca49f6a491d839c6235778067736b5298b984d81c2fce3443a10583c2f10a403a011cc112d8b91c2fdd04d0b4965d89fe152b69f853fdfc7f6946b593b9345a6874c25678c89631952a45b8c6d94b0973a9e430cbb09533f812c5ba0a863718a90008d8b2b3c4e6112f88b4e5bac9878043b1b09413bcadcf20882a018b9128895a531a25d5001d417c459df852652ac45cc00940bb784e6c6bfa6de6a3d9897dcb76ea564002215962449a308825144faa04539c422c427348934b9e0125b1d41062002288b430dc70023433e7bcd93bab2552218ba83a2dd3d9a995b600d695aac222f9023a5518d48c419f1f489f00fcac30806069016c3ae589e12e4f051068aa344c73cb9265e9faa5694813760b97696059213537387312902a1ef050e908e40a588600e215240a6772e148ae5c91a0a4482e52ec59e010a644f3094f8bcabf4ab5438d4098b7af6e28d7cd3d2054c467b9b619073c93e5b022054767e244a1237dae528657bc4a01664041409a48620b5752aa4f5cd69a6bcf72260980da9c505748081a3cd5bc0088269806f06d6da6009712cd504a5d1669c6b05e061283c1f9d530e24c2cd28db7d547578d7bd5d6948b406b6e01761b9124c01529603b188e2502e7d1026e1504bed6c61599d589a5cc61b7a682a7e228078a96b53cf9ff491958395221f04369512a5ec0dbce50a408a05a56ba00e05ae74e621f6d02a44bc00f08205d52170c1b526582f59b2d6fdd47ea5151ae0b50402d58a156e88240141146e5d42a01b00cb88613282e6825eed20472bf4e10ac02e441b9a614be8661b7fce6e97fa7ad1c2b1295fd25561c24b9822da751a907822382519a152809ac25d026e99494dca1321e3119b6ed6706588a699948c82f8d175daa2a9a2a76c4fcd0f8673e07ff12244d692a0b8d56c0dc19009d1428a190055676511817812c9f6900e2142636938c3a9b25a2747f98d97401536c49f1655545e388a1f5150de582670402a3c5f78f0afc09c0eadc0030490186e669026c57608309115aa39b8375c2418c01ca94a30e9e5069dab2fdf6bf54b12c1c0955f573b4a804b65bb26b4c0ca504c22206c31cd5fcb05a1818304ab8279049189677399a63ad5b2bc487fe27a90f68aa682a1769204602142140691d20ae421519135417162b27044f801e4128e5a2c0923cdc6f8a480e30d40800d586a7cdd8b32597f47fa8df1a36acccc55bcaa05b167722295c06941655a9133c66954a16368571e7c0052127ea3cd144e568aea001a2096351c346b40c672f2adbcf5fc165514253da01dc4c1240d03207109d1590ed219e1040a514cd540b0e20b428211b925940a9294fd167c709ca5a58e6d4ac63a7cbc59304a1826055058130ca73487d2c834d48d06ddb482754c215354202e9cd649e2a02f34c5c260a88a2b268e191c5c86601d52eb535e3aa776ca81836aca6b23cf9012f2e14cb2d1729c746a7c41a6a8ba4d025bb1f540fe7cc18bcf9c6dedf82a1b27ac699455379d44c6d952cc82f2fccaf1c2dd7b1300a0a014da705f03d974a672179d3d4a6a8785f2436c90a601445062195c2c00b0a9b5214125f666804f8cf9cca8c2d63b32c040f62132925ecbc5c90141b2a9d66c02000911679965a74383116b266820ab1a8d683d6f1192646912cd2c9acd514a31c330c31274d0937ba700995690edb53268005acd4ca909cc14a3558d5a008965642f694d89781867d390a37cdbf14ffcb86c47205d29ca054bb02a2e872053c2907969f15788f68b19659aa04effc4d6159c1207f3865759e637b6206b36d9beff8ffb227ef7ff407f106aeae6c450ca83feb722d25365124021bf0a9420b1203439100ae0197a2723736b0a984101819d70696add28c29eb5a56c48012b913ca758ecff314abd0330563d28541a311403340de2172f21c4f424d0e192f2b1c5a2fe3d59be5186381fa03af222d83d9b8bb86d6d73761056cb90e0a89843c9d607d2b2608e0e2004e338b72c1783f0ae14242fe80548fcb90270c8886453bccdc085a00bc495b569e878b71dbeafa9edb23492a0756b100b5041384154592417848d14c015b29a92d9d88260ad2600e59bd4086cb329759232d43553a780a8bb4045f18045d703d5a92c7c75fe5bd1d9590b333a501686b600a681790e2cda763122b312054c2ac66f0b5841772a22d849e8441ce40060579c3b66c898efcdfaadfb2601878a3c028f024147697cc5c222091533c16cd21b890144804d369aeb0bb479242708625d0ba80b113ed9216969e8cfbddbd6f9f9ea6d86e40518e7029615e082972809e86a3155506dccfc834718270076c97a1c230b5c2029e81a0623360f786a08602c0d3a45597847fbcd7ae44959dd1650b38825ad86d0a26096d3db2c4010c5339d33449049134cdd0b9c9e500e99ce62ac76a299b195300a712568ab4653528bf1260c87c28195935b66ca250c0094d0a53961b832297b036b131843a97a27736102751b2a2b00e32bce5f8ba11c84348261ce070d3728a3fbff1657835a4f69a4a555bdd50ae53435914395009d86eb4a08ea52471b035b9b1a8959d15448882955c7489c868c6a8c4bb6f63250788464c6a5a7ed85b9ac4aa9a8ae175f58d4dc09aca94ef51628667592e01a114300a2a520b204552481a8ce2aed49628ac7e164521240cdcc2a8197796182e74cb0b30e0bbf0edc6724d5c8a34961785c5922fc09f269319e4468de68780c7d036204b286ab3b9224d00c140d6280a6c6876cc38da0ccdfe0a7b368d1e53165e607378ab0c1281452714200690e5b4ca69a1a8067e90d1dc58cd803e50e0b8902e2068a252bd81f0ca72da8ae6fa5fbe32f5758d4d1575e53b4b831115196030927149329de04526deea1ae03d853505cdd3247529a47ec22c9378524f1294a8a7a9a4cdee9d2d1249286db4caf9f7d465561080e0e0528462d8818066a486ba8443ba071c03049d2b0d6b93a70e7bad21f5c382e424630c5e28001124ace5d1647ec0acab1e5fd6aaa744288d32976864817a809a990c82212ccadc89421a9a015ae10ab0a9ceb1331bf09b2030a794a0979f147fb370ada1baa25cf54e496a19b3f3f51180562416bbb06caa20e00846adc928a4710aeb12c5caad419d689be28d2e801a0790eeff567e39ffb8a99c2dca10ef8d4832896ee90a76a712099ee60a984446007472bc534a5234d8cd339103a6910c5285298cca786a5a2857f6cbb61c3fa2bea65c8b15a20b4f018a52e1604d32c28ce504782c17682e0a60d4a0270b0c99417a30281d5ca4dae44941501d49b44acbdbfcb96fd4bf74d45b0886e56829e7d82a5860f804ee2ed1230ab5106015a23e12442089a27a90e8094973ecc5437d16da8aabb231b03c77ac692a1be07490b54be263e868cc1dc98a42a12b0b4c9fd006b52a0be082b0d952982022394905d7458a2bd11542b74a14d0344c1c53368b19290536864098045465d30ca5c80407c00ce4de28cd3201894fe3459a4d881522470b58ced03f20033adfb283b2dfba5854d53496d30e20c3d309486b244b0ac7796a51abaac8b449007e99444a0669dc6689b2d66aa789b509aa4073658b5cf3acf9f0a5151a2b6511e40280c520d9d9142fc6084d08d682329456273943759c92c62a6c37a9d0b8afc8326a12855d3380435b6852357f31f6af682a63ed27cb08a06660773ab34a6b0df495a21f579a030005dcaf0ca1293ab6169990120da721d76125ac5d50aef497c0b94cda3e4ec26a130ebb20b12d57b102a620d52a31c0d9728a42b085619894f166284db12c5963ed9212b9e53c6b95a9d1fc3e90f1150d758028cba7c7edd00b3ab1055394c0f27319b3a59a9d02f0313af9a400304bc277c877600da29f1100690b4b17a0a568d6a4fe872e49e67f2ad352cd8d4669314dd0f73e254aa9029b0834495121168fa57340262e4d68e200a7016160401fb8cc4d02cfac5950e4ffa49fc24abfca7c05cf21f42bc025900c284d50892acf089088c2a52213065e36a6c0b62074924d5296720adb1517007046d17cdbd05209a0920260557563e5afa9a23c8d4d248589cb2da0322004c00a0a7446b66982261c8906f02ca9b5021635401669b179d416c416a280b854c06cb7acbdf0d762a6a67a6c4b2bdb192f333ae78995a82626121802a05062187afe494109c7952a250c2ac58b7758cd78709d5a893d5bd62e282ef8ab4cf8cb3d7c59c664b202deb01044d08cc31b6616fb4301394b4bd1020f9b9c2118313cdb4e2523824908bd54413ac91c6d3ed76d3149e8515d469df452ab6ba161560a445e8430d87cd8b94b642234934e4b628c533aa1c2248502f6a30115e478d4cb61782d43660b0baee540661965a8c7a40c9059802b09cac102a491096505c40f930b2de145460a049e29d55814a319206e3ca9485b23bdd973fb52b3726d4dd94e010b09d3c65906a02b45196620a68503ba43611902474033319e3904a7c02b6492192551bf39059e91e6c01e5a96ff1758523694ccd427f66caa6ea8289ff26d0ef394526573f4bb33294c12879c849726b2d0166db850e6d760eb87d68469d87019a40363d1bf2a93f9ffc57164fe717c7db9100e9a8a483cdec443314e05154227c23154c2cdb00f02982eec3a6c16e440e8d11c17e7dba277f8824bcebf6ccef9ad5ea1ae299bce3d563ec0a4e99c0986c61968090bb416937c86754a8202584d69a98507d89065c4482080392f141060d772165135140b3fca75f9e5728c1aa8c9047b10982c4ac02744635119830d99420ae06817521807491d25a6281e7f5220f6a952adb86d1f3fac4f7db94e560c75a8c6c7093a7f00ee94b64818359a0a05b88b522a9db390b6018329bcc59458a0659c63a86a216ddaf24eaab175a3eaeac7d7b99af2b5c06514c644242fe1674ed21c3032bc7fec274af12c490220d14a5292329341764b122c73857956599e9082b6b005ee1785b0aaeaa163cb3571244533719d72a72036328bca7ba4c83334324ae093029a88e5bbc0f9e0655928a0b9c02d78269456baf980a5a585647f3c98aeab185ddd38a6a2b28c07f11a4f2512c80390086ca228c3830796aa026b95b8835759c999a740c31e2289ccd1ba21cd20b91bd342dbd0df4812966408e74b1296ab6ebe801042d1bccfa4b9d500909530224b0dccb5ce81c4c33ac5b35da232406f9a16c0260c93467140673c6b2e876c6156e8535f39aabaaadfd8b2e1169a610a50a9b105e540d9f1bc8238ac0b2c1ca477c33904d142e74065096a732506762f247e88424635cba4fde5210c32db72dc7aa1225d01715f5b6c83b7787b9e286633d4e400842272c86340857294124b515e053622401a0ee1c81822ff7eddea2f1613e53a43531a488f7542202ae3e89f4020e761d14b9a38d41ecc51860366d4e69a134a8d31d8b903e19508ced3ff834721fcb9ae66580d12a3f21423e318b08c25d1c07852095b50413aa08617e84c04c32d4c02b9019548729993c4a954c17e84a823607ee7afd0b465a5aa8b1438e85c53575b5357aed351341d421157985e802dd81c4f65a9c92387c101df2b7882a53ea972a8886ef25403e3b090ff0b987dd54c975a780331bf8eb04c3c971201f10570a600c207782d29b222879cc9506b0df5a473966590eeb1a9875020c0caa6423002819716dab506afa9ed7b960baf496cdf2068d39b98cc660c725d498b01188483379ef09c66b0f9528975e440ec25c9b8a1499e2685595031ffb75db3ca08bb0b95031dca54918a22036003136699a30a3844a10a6e08cf094f08d00c0403c6a5690a1108083e2b5c9a28d2b2691cd9d8b5a97e6cc38e3563ca73be6439cc08e06cc6b3027e4f0980cfdc3186dd6f1656ad1346ab94a18991729940653cac0885884aa511cd8a637f392aace5e932a2a9a212605a596ccf739743bca709bc6334a50798adb4b14a252e4b81e4f13c77406c138e5767262306951964ea5496c1c42669cbae69ffb038cb31320ec14e4332e7c8f1ace614d23fbe73ebf0423a374a03dd85c4078c3e93f00ba7362f80ed6ac074cdd6112de2b43db7c726a3725175ad51651f1518004cda02cdd861f159c0955a9a023059965899534064596ed0a8ce010e45ddde1cd069f341cb5fb23fd85c40fd2a47d58f6deaccbbf02ea44cfdb58ca30b429e28b46897282f06813281b1526c8b068697318976826827609044a04b8dc94d414892f356f845cf2ff428dbacf1025273c6adc069a0b2e4eb4d33c026042ff9205d03dbd5304861720ee496413e90795e10a92dc40ed242595e1cd8ff7fc1a32538a4716263491fba5c2db56837a644eaac05b82428539992dcbadc518ce7025de833344a628a432a10960162c9b3a2941e9a45345b7a613bacbe617c454355b98b212028201b821dc6012d278e4914ce22d264397668a654408e5682a16199b5590a4b3381340dab18c2e62f87112df527f99d8044398d1120d0178c913c8715a9350c07e62ea139e04804214502e0d85a0a9044a32b54019b54a19fa7d08a412c12aae5c765a598523f066de8cbd69ba8895224011627129d1bc2282119ac4f04d11ccbc8a4849589dd52821887598133aaa913d4169969369cfb4b61c2bfc296cd56d0e5e2b510f18b0c08bc6052c3072402805e39c5a34f9d6267157a5e405415ccb8cce902cd03a92246a500c259daca26e292bc6db38b595992609103741678e6976203bfb309507288ab04ad8415da09a74c173645931692e62846cd449124061603ea6ab746290b3b15e75bce948be2e50625315298aa2ca58ed01c100b63183b51a7076b2512a9f32c2716850b338a85e404d5614506dca015a275a5dd5832f2acaeeab97db936a4c699485d6e21b4385648c27201d0a5a0ca594953009819c45040704e62a9a75258728d1e2c452e2140917f86ec2df0662f47fb4d4a008dc1ec1058aeb248382908e4091c2c45b509e3208e5a85423d10792169d29c240081d24c94c4605b36a17f10b965c9ff577ec22d117eff73e957acf0296b6723072807b027b599c11b4f9a63e5b54cadd424438713983aace34d4aa592966a784da3686a86a5f5c0775be6b5d0bc82cb91ff1d8795c610716716ad67382abbe3e6438d41ab01ec0102021087f5133ccb2d670583fd4851d0481569abca5a177896d55634403e2ccf0a45ed6c4719e403071489e46902cb0f719d82a04921d038981dacb94e392d04ea6d030cca8d008853004ca02d33d5817c3806e5eaca53cba38400ea2ab14f913948f43cb7d881829a139c62fb86d0690a898f235fb2365104d23c36b000aba256b6aca1f8afa2686539ebe54ba5e15a4016970541690921159184cb041ba635634949bb07290670619b9822b784e4007800b216dcb4ac04e6371567a3c7d496afe0cc6299040c2ac1de5b97251036523467853c9931ca534972aa3844994211a1803d2a03003d038c07732d9b3b185b78b22bca76c3a21305648138c109cc4a81b20a28b2a819ac568bc7d3900ad1aa55a1fd49965309f491484813390202dd8a4eaaffe5503b564f682a8b292987e898240cfde5299e482b8792c2281ee974ce12bcc94d286447ac64e558ce9c030d06109e09a633215a219d314c355fabf42fddaa94ab15ce622539e3c0868cc4f2649818cdb04d0a129ba292e730b504f6974e6cae5961207370d44467ca5193bb961f6094ae51c6c93209329042a10bb9c2524e8e760210526c91c36880bdd34469002b1c8da260b3e50c628d438d0dab4bce8049b348eb5fb7c02dea5eac5c6113327a0a9b8a60c39f4c8139e8dc2a8147f0d2424c05d44655e212870e580a98be85658c4e0b58979637bb01b6a2c6606c1d328afee86e5db6fa415268e10451e86298008e493943053442b0c8a74043f98cf3bcc42c685260799a42891ecc27368320db2a04331f6237d5548e2a5ff380850de534ec2f6040022fcb3274b666043dc9703802b23e3008a139604d8947de54e6f0f34aa00447b32c588b8a284aa4704c39ed2a39963b4af4ac065809dbcd30a9a9c5b72da4200c7629d6b8e649aa815068208dca15142615122503a2445ac6e67f5b2f3fb4be6944b96c6a988234ed72ece1433d7d4029247522b368d892966479d18ddb6992a69038e0d544e58051a9b10edd5f5ad37db453f92e30159ae4110df03391d215161bc11961993098022c404f8db679c41430b11aa695ab244b9844b69b99a4858610e37e57a8558ee3c2c2eaa4c8d0a48c008a8661e05525c4090a192e81b5c951df8c26c0189292a4292c4d41122bb08a9ce4ade836ad6ca8af2be3953367829aa2a0a941ad2fc7ad28529456480b898ad6104f60cf516d294414ee7218af2532cf24cd15449c94b4acfcf857f45c595f5bdf8096426543d0b9440b8002a28422aa005e9ae38d25ea2bc02275caa8dcc2309195534950ef1a6d059981940704f8171adba212f9055ff5a8681c512e249dd1823854b7048889558f2c3104b69b80fd451c4c6b824d38945889564a4ea68e245a5081a650ce262d3ca4ff7d575199a2240449593857602d16321e06c803d25d0131234dd03b4932d868841745620c6339e43a52826d09e2cd82ff330282e5bbecb482145991003db510f719833f4b667285667bc07d18f0a04cc0ee044866f1b617125f9e6271ac92a81ed6c22bea05fd0e65d6aa417603794d312535444e3425059a64b10224c3bedb3cc96d2e813d204137a90148a6b812a228ac23d6c896034e0c9f6e6c6ded026654be0a73ac0e9430118e39200aacb0c0fe18d590de32c8f48ae02d1a6cbf4ca3dfa551423b4728476568a2a8cd93969d28355457548daeeed234a11c8c088117490142d31c0f978c1014fbf5f06a57a2d06caa6cae528977efb049b1154918278b92882bc4a056d8562c480d65b2ada0a9860950023d2812944accb0b805d65a41935472cd73d85906ed9f9c05c0894a6ed294eaad12b43f66ad29401e58223f7d1bcbb50e612278c9b10a561983b0690cfafe0a99c19f2c45cdaf0292bba4c00dd28cc29e2c3974a166be3530d9ba65f4bc392b8ca8ae1d5326be03d9d915399e00f11482645ee42a4919fac4a2ca9ee296a58a6ba03a39844d0da40f7e174a43dacbf3cce679cbc6858b7118c40f8c1be5598b85e610f0132328bc4da90068a630420823c04a191649a4c6a2f80ed588965552c03c61df30168e03ef63ad53c6a8185f2e9d9db470687927381e0019070446a640d9384f74aa006e61b74a21214ec0c4d99ca700a22dcd207420aed6a6155a26bf88e8954df303229dce8b02761097d2a211ac5128e08c9446019eb44c930c121c44155ec80cad715d963106dc40344b13fc2de7df5f14583b37568c1e5336111780ca02024606913ecfd0a74828607a4640cacb3205ccce1425eb1fc9508e4da3c64456103cd8c5dd5a341fddb6e45aeff7f5e2e36baa86573795694772077cb560a8842f380aac6b9103ef338ec1770c815d995a6900a0419845632e58e15641708234029f17b465b6d067b584ab2bdaa0595fa2906c060195240e06c7059663890c400b8a083397661060694609a50ed5ab813b1181a2c2f023a2d954e56f17c13494f54c10e68f15a817e594c82124716a8dd39055a44da400c24480681430dbf083042bfff11e1735de0846afa485ebf7f747143528c7575b2a526bacaf2b8bcd11c980131853289ea0a75a210c04232e81cc13025fa700459940cdf9847258d1d8de0fb01cc5de1477b695a65c0bf66ab90e76354f530ae197eb42a58ea51c0f2344c1332e04812f1511440140b586e530a1796e8c918cc3c8d25ce8a265b762ff73b05b0e448afa8892ba0c7625ac41589894c3deb41941efd1c26826f02689b1c4190aa3b79c310319d4024d865c94b54c95ee7fccf0ba4006195bd934b6a1ba74a5599ed80ad3665d2e90d2c38c192010d2029757c2399a1125526044b8210b876015283fcf0a4e01fd10064b35112d8bad8b0a3be5803e9467284b0e84504b0b59825a67d15fb3200ee83b2f00dde519fa90a0ca419a6486182ad304be4eb08db5653d80659299c8d19701685021b0c71d268214402a3476f61739930e39540e5c160d5534315a14ca198116f299b1a9c85b1634ffb756a9a1a17efc9086ea610dd5789856167a910a05b1127695cb2da04f741223394db21cb61f3a054903c952e4b020a9d0901e3387fbb524a788578338ccfd60a00c96a637bf44b0f72f6de07dea51f7c4ab1853d361cb7e5b201fc64eaa0ef0a77d6038f08fd7563436f5d871c7edd102696c63e99d93d250c5fcef99b10db5053c9486edea3bc0cbb0cd3b343f08aff47fe5c133a835f31f2e7e2791a89301dff5b2699ef7d9479e6f2ff4fc2b3ef7fc4feff582e8612f78c079e1eaeb7ae1c65f7ae1919f7be1f3fb7ae1bc0bbdf0fd2bbcf8c413bcf8d687bcf8bbc06bb7f7fb5ebb67a779ed5e1be42dd66d276f31b79bb758cd786ff16dcff1169ff48ab7f8d7eb7b4b14c65bea85cede3297efee2d3bf5746fd90bfa7acbad34d55b6ee517bce5d6bcc25b6efbf7bde5f6bdc65bfe92066ff96bf7f596bf7f376ff91f6ff556109f792bc899de0a43a67b2bdcb9b2b7c27b0dde8a9b35792b9e31d75ba9cbb2deca1b5eecad7ce34ddeca1fafe4adf2467f6fd5eecb79abd68cf5565b66a2b7daf2db78ab0db9c55bedb2b5bdd577bac75bfdaecbbcd51f3edd5ba3d755de1a130ef3d698f685b7c63985b7c69c65bc359e7fc85b73f5b5bd35fb9de6ad39604f6fcdc79bbc359fd45efbb59ff4dadf3ac06bff00f3d66af79ab756ef2fbcb576fdc65b6bdc7ededa27b7f7d6d978796f9dfc076f9dca27bc758eeaeaadbbc567debaea716fdd3df7f5d61dbd9bb7fee42a6ffdd9db781d36f8d6eba06ef23a8c3ed9ebf0d2095ec7359cd771c373bc8eb3eef136acdacadbf088f7bc0d3f59cfdb78d5fedec6db6fe56d229ff236d951789b349ee16d72e855de26775fed6d7a64e86d7a6a9db7e90f73bdcdf23a6fb35e37799bed7cabb7d9f397789dba1de975aa5dc2eb34bea3d7e9a61bbc4e1f0cf43acff8c0ebfcf61e5e970df6f3ba6c75a2d7a5cf335e97033ff2ba5e768fd7f5aa273d527786478e3bd123379eeb918fba7a6c831f3cf6e4d61e5f651d8f37e51e9f37c74bfc5e5e32fc654f44577be218e589fba77af2827dbd747bf81870b097defdb2973efc8597ce9de7655b245ebedb815ebeff675e7ee99e5e7ecf125efeed546f8b719b795b5cf293b7e5dacb7b5b1e20bd2d6f9ce1755bfa47afdb1aa778ddd67dcceb663ef1baddf29ad7edd64aafdb2baf7add6f5ac1ebfef312de56f30ef4b6fae1596feb757ef6b6e9bb96b7cdac033d75d57d9e9ad3e499f54ff3ec668b7bc5d2ce2b66efebb981d273b5cb79eed9533cf7dd6edeb66692b7ed1115deb6f77fe4f5d8e62bafc7a0b5bd1ed367783db7fac1eb39be93d7f3bcc0eb75d230af77bbce5eef7c2faff72bef787d8ef9c9ebbbe2395e5f35caebbbd7c15edffd9ef7b66b7acadb6ed2eede76573ced6df7581faf5f9f1fbceda77ee76d7fc5c5de0e5bece8ed70563bafffa5e779036afb7a03bebec0dbb17dbdb7e3d10778037bccf5065ebb983770767f6fe0636f7a3bb987bd9d265ceaed74523b6fa7e7e6793b47cb7b3baf2abc5d869deced72ca6bde2e575578bb5c33c9db6506f176b975176f974fcff176f9696f6fd01e3f7a832e38d11b2c2ff706e75778838fded01b7cf613dee03bcff576d55b79bbf6ddccdbed9e31deee6bafe5ed7e66576f48b2aa3764f0f3de90115f7943cea6de90cb27797b5e30d7dbf39aaede9e0f2ce9552c7eb757b1e2975ec5ca43bd8a7d1ff22aaedece1bba7a3b6fe8198157397803afaadb5b5ed538f8383af5aa3edec5abfa723faf7ad907bcea011779d5b32abceac71bbcea79977bc3d6f0bc614ddf78c32e3ed21b76cfb6deb0372ef3468cd9c11b31fe2daf66e9fdbd9a630ff66a4e525ecd235dbd912b286fd46e99376a72e48d7a7f73af76e695dee8744b6f749f9e5edd7e4b7975075fe3d5ddbe8357f7ce00afde7fd1ab1ff783577f9cf2eabffdc11be39fee8d79f9406fafe3cef11a36aff21a171fed358ebec86b3cec6eaff1b8c7bdc65baef49a96905ed3e806afa96105afe9f29dbda66b3a7b63dbdde68ddd618437b6728c37f6ac9fbdf11bacee8dffaa973761c483de84b7477b130f69f0f6be25f6f67ef5266f9fc576f5f659ff206f1f7692b7cfa0f6de3e674ff7f65d7b5b6fbf7d6ef0f6af9de1edfff812defecfeee11dd07e4befc083bef30e7cf930efa0acc93ba836f40e1affb3777087d5bc8347efe31d0c6bfbe0298b7907dfb18477f09c31de215fbfe91df25d07efd05153bc43f77ad13b74ca5cefd0e3aff60e7db1063edef40eebeb79879db8b977f88ef5dee153cef00e3fe533eff0694b78873f7cbd378977f726753fc69b346eba3769dff5bd49e738ef881d56f68ef869396f32b9ce9b7cfc96dee4379837f99d5dbd23e33dbc23f71aef4d817830a5f77bde94234778476dfe8c7754d7e5bda9ebf6f2a63e759c37f5b37dbca35fede11d13ede91d53f394776cf48a77eccac778c71ef2ad77ece73b7bc76d71a177dc3e3f79c77df08877fcb29f7ac76ffe9577fc57477927dc37c83bd1dbc83b71938bbc1307ede49d387a5fefa4956ef24e3a76aa77d2f3edbd93be1dec9d9c5eea9dfcca32de291d667ba76cd8d53be5848fbd69cbede24d1bb5b937ed8895bc531f1ae99db6c5d2de69bdb6f14e1bb4b577da238f79a7bdf89e77fa98edbdd3efaaf44efff94aef0cd1c53b636a7befcc9efb78676e77bc77f6a6a77b670f38d93bbb7a6bef9ce3e778e7cce9e59dbbdbe5de796f5de19dffdc0ade056b9ce15d70cf1cefc239d4bbc83fc2bb6842e25d74d209de45ef76f22efa61076f7ac511def4d16f7b17f73dc7bbf868e55d7cd271dec5674ff32efe74b277c9861dbd4b36f9c6bbb4f374efd26943bdcbee58c1bbecf1ddbdcb9e2cbccb3e7acebbecf3e5bccb8383bdcb573fdabbbcf325dee53bcff62eaff9c6bbfc2ce65dfed818eff2b7f6f22eff7c3bef8aad2679575c3cdcbb62c60ede15f36ef6ae3c6eae7755a7f5bcab2aebbcabae5eccbb6650ad77cdaebb7ad70c1be25d3367236fc6b293bc19dd5ef3665cdcd5bb56efe75d5b61bd6b6f7ac5bbf6bbb5bdebbabcef5ddfef36ef86f51ff36eb06b7b371c31d99b2942f858cd9b69d7f166ceddd09bf9d663de8d5356f26e3cea516f567295376bbfb3bc59074ef36e5eadab774b9df26eb9ec76ef966bdff76e795079b7be718e771bc4e3db54e8ddb6c304efb6910dde1d3b7ee5dd71e26cef8e8fe67977fa6b7877f6b9cbbb73c75ede9dfb0aefcec9577977ded0cebbeb9e6ef0f1ae77f7c3db78773fb7b277ef7b1b7bf76dd2d5bbefb239de7db3aff5eebf7d4bef8173d6f21eeaddce7b68af8bbd87d7ddd27b7890f41e7e6e6f6f4ebfb9de9ca1cb79732675f51e59616fef91ae3b7b8f8c48bd47c6ece23dbac15bdea393cff41eeb7f8bf7d8f9f0f9e26fbcc7b7dcd79b4b4ff2e6de7caef7c4d59f784ff65bce7b2a7ede7bea8a03bca765a3f7f43eef794f3f31c07b66bba3bc672a9ef59ea98bbd671f35deb36f6def3d573bc27b7eedabbde70fdcdd7b81adecbd306b9ef762f892f7e2c1eb782f8503bd976827efa5e33ef15e5ef660efe5aa6aef95cc78af9895bc577a7de0bd72c43dde2bd3bff65e79fc00efd5e12b7aaf9e3fcd9b57b983376fda52de6b43b4f7da5e8dde6ba7ede8bd76a7f55ebb6b67ef8dc53def8dcdf7f7deb8857a6fad9b7b6f8d24dedb5bbeefbd336f8af7eecd7b79ef2d53e9bdb7cf14effd1e89f7fe1b7dbd0f96ece97d306290f7c1c40aefc3a097f7e1311dbc8fb6dadefbe88487bc8ffb1fe37d3c6a88f7c96efb799fbc37c0fbf484ddbd4fafdfd6fbacea38efb3bd96f33ef79ef03eef38003e0ef73edf7594f7f9b915de171581f7c5dc1dbc2f9ed6de9773bff5befc700fefabb596f5be1eb894f775c355ded757dce67d73f9f2de77fa7defbbd15f7bdf4dbec8fbee6be17d7fd635def79f1ce5fdb0477bef87391f7a3fa6077a3f6eb7b5f7e38ed7793f3e4abc9f5437ef67ef48efe70d0ef6bdae3d7cbff251dfbfe01bdfbfeb663f586c593fe8b9811f1cbb8f1f4c7fc70f3e78c40f07edee877597f8e1849e7e7800fcf9f827fca8db4c3f3aaeaf1f1fbe95dfae73a5dfae47ecb7fb7e277fb1762ff88bf5d8d85f6c9ff5fdc5ce18e12ffefcfafe1237f7f397ecd6db5f72f70bfd25c7ade32f79dca1fe52e7ede12f35731f7fa987d6f2979ad7df5fea9d55fca58331fed29b4ef19736c25f66b111fe32cb3b7f990e4ff9cb343de42f73c8ebfe32d7fdec2fbbcd7efeb21ff7f197fd724f7ff913f7f3977feb797f85d51ef357b87a82bfc2c3ce5f71c599feca270cf657feb8abbfcaf94ffbab3c37dd5f75f193fc551beafc55c7cff557ebdcdb5f6dc05efe6a47f4f3573bbfce5fbdfd587f757182bffa4e1dfcd5a7d4f86bacf595bfc6aecff86bcc9ae6af31e7047fcd4d57f2d724cbf96bee7692bfe6f84dfdf6dbdfe3b73ffe50bffdf313fcb53a9ee2afb5f199fe5a3b0df5d7bae3557fad27f7f7d7fae6567fed0d2ef7d7defd3e7fed673ef4d77efe557f9d99fdfd756e3cca5fb7e3747fddfdcff6d7bde7207fbd516ff9eb1d4efdf52e3dde5f6fe6fefefaed0ff1d7ef78a5bffea8a3fc0edd7af81d5eddcdef78e70dfe06479ce26f38a8afbfe1e01ffd0d5f79dedfe894b3fc8d66ede96f5cb9b1bff1d3c2dff89b81fe260397f137397bb2bfc96bc2df749589fea6d5cbfa9b5ed3d1df6caf29fe66b79ce6771afa88dfe9e3497ee7de93fdcefd8ff23b0f3fdcef124cf7bb2c3bcfefb2d70a7ed78a33fdae4f76f2bb7ef3904ffc713e95affbb4db873e7dff2a9f0d323e3bb883cf9b1ef4f9ecde7ee2afe3275f7de6cb8add7c79d9683fddf07a3fddf2703fad347e3a9cf9e9bc93fd4ceeec67c7ccf1b3b3fafbd93ba99fcb8e7ebef5db7e3e75929f7f55e36f71d106fe164f76f3b7f871657fcbba1ffc2d9fbfd5efb6ec5a7eb709affbdd4ea67eb72b3afbddbe9ee877dffc0bbffb516ff9dd2f99e577bff172bffb4d5de163babfd5f603fcade68cf0b7fae44a7feb0137fa5b7f94fadbf4fac9dfe6d5b9bedaed475f1fd0e0eb830ef3f57747fa66b53d7cb3d52bbe69aaf2cd8b937cfb66836fdf8dfce2f6077dd7fd10bfc7a81e7e8fcf0ef07baeb9addf7344a5df73e6ad7eaf6ebbfabdcc8f7eef959ef67bdf7a93df67cb597e9f7356f4fb8efdd2effbec687f3bd7cfdfaecfdefe76b73ce9f76b3fd7ef77ebb9fef64fdcebefb0f528bfff9c47fd01c5c7fe8073a4bfa3ff983f30bcdd1fb876777f60ef6efe4e1b4cf377ba725f7fe7931ff7779eb6a5bff38f23fc5d36d9cedfa5d7587f97bd27fabb4c59c91fb4dc73fea04d8ff2073dfe8c3fe8e5cc1fbcdc59fee09baafd5dd54ffeaec7feecef7aed507fd7e78ef6771b77aabfdb6d63fcdd971ee7efbe4ce4efae46fabbd79debef7eee95feee0ff5f7f7d0c7fa7bf4dfd5df6366777f8f5b9ef087cc38c51ff2c2defe9e0d3dfd3da74ff7871ef3ac3ff4fbf3fccac1a7f895c32ff22bcf8afdcaf30ef12b2f5addaf1a75aa5f35a99b5f1d7ee8579f45fc611dfafac37b9fee0f7f5bf9c33ff9dc1fb1ffddfe88b33bfb231ebbd61ff15a835f73e7347f64efbdfc9197efea8f7cf4687fd424e58fba62317fd413a13fea85b5fcdaac935f3b78a65f7bc7cf7eedbd23fdd1f5ebf8a31b2ff0eb8e8bfcbadb52bfeeb56dfcfaa7eef6c7dc5be3ef355dfa0d279eeb376e7a9fdf386e8edf387375bff1febdfdc69776f51b3f3fc06fdafc0d7fec3a893ff6ebadfc7113f6f2c7edffaa3f7e879bfcf1c33ff0c7df7e823fe1fec4dfa7e2697f9fabb4bf6f7885bfef671bfafbd52a7fbf334ef7f7fbf07c7fff2f3bfa079c7eac7fc01d55fe018f2ee11f387705ffc0674ff70f7c753bffa05b9ff40f7af120ffe0bcc93ff8964affe03706fb87ac3cc13fa4cf10ffd03e55fea155edfc434ffad83ff4e2e3fd43dfebe11fb6f567fe61070ef10fbba6da3fecc1cffcc3b3b1fee17b7ce11fbef7c3fee1932afdc3a7dce94fdaf32cff88d58ef527bfb5a23ff9fdbdfcc93f16fe91dd1bfc236fbac63ff2def3fc29072fe34f79ee29ffa883eafca923b7f5a74e7bd19f7aee647feacc87fca3df99e21fb3da20ff98594ff8c78e78d93fee8b81fef1de16fef16b6fea1fbfd3a3fe098f3cee9ff0c10cffc42377f54fda736bf818e49ff4c207fec957dfe99f3cf334ffe4477ef64f39f756ff94476ef44f79b6bb3f6d9dfdfd69ddebfc694f13ff5476a77f6afdd6fe6907aee89ff6c9e3fee9aeb77fc649affa675c3ac03fe39a8bfc330fb9c13feba44bfdb357ffc13ffbad49fe394d27fbe77c47fc73bfdbc33f7fe503fdf33b6eec9f3ffc3bfffc578ef72f30abfb17ecc6fd0b973fdcbf7023e15fb8e775fe85efbee95fb4f524ffa227aff62ffafe077f7afd35fef44766fad35f9ae05f7cc0b2fec5577fe95f3a70947fe9d4fefea5277ded5ffafd21fe6595eff8978d590a3eaef12f3b61a27fd93bd7fa97f33bfccb1f7ed1bfe2b5cbfc2bbefacebf526def5f59d1c7bff2a555fcabced0fe55339ef1aff69ef0af5e767fffea3cf1af1eb1a47ff59883fdab9f6eef5ffded0efe351b76f167ac3ccabf76d08efeb59775f0afbdf214ffbacbebfcebaebfc5bfeee9affdebab87fbd75f30c3bf7ed60ffef5efffe8dfb0f191fecc557ff2675eb09d7fe3e515feac95e0e3a453fd5977bfeedfb4ec71fe4dfc61ffa681c3fc9b9afafb376f35c7bf79cfbdfc9b47efe2dffcf96cff96e577f06f59a7877fcbe02bfd5b6a67f9b7761ee8dfbafbe6fe6ded6ef76fabb9debfed9073fddb6633fff6f59d7f7bd7bdfddbc524ff8e8fa47fe71647f877eebcbf7fe7d95bf977deff9e7fd780c7fcbbc6bee8dfbdd3fefedd3b77f0efde6f29ff9ed376f2ef99dee0df73317c5cf6a07fef7e1ff9f77e53e9dfd7f941fffebd2ff41f58e149ff81fda7f9b3d7f9ce9f5d35ca9f7d52077ff63d0ffbb3bf1ae53fb8e41efe839389ff508781fe431bcdf21fea3bda7f68d413fec3acaffff03da7fa738edadb9f33f30cff919117fa8fae3cd17f749b6dfc4777abf41f9dbcb5ffe80333fc47df7cda7f2cfad27f0ce675ee9afbf9733beeefcfdd60b03fb7f378ff89d16ff94f9c29fc273eeaeb3f79cc34ffc95b3cffc92ff6f69fea78a1ffd4f01ffca70e3bd37fea71ed3ff5fc40ffe97886fff4061bfb4f0f5ac17f66ec1bfe3337ede53ff7e829fef35316f79f7f6d6dff85657ff25fd87c3bffc57157fa2fad72bdffd201b1ffd2611ffa2fcd5cdc7ff9f1e5fd57ba4cf55fb9e13effd51137f9af1e15f9af5eff8effea8b8bf9f3e8fdfebc971bfcd7cc87feeb6bd4f8afd3ddfd37fc7efe9b45eebfd9f49affe6944affcd7933fd37df1ce9bff9551fffad5522ffedd5c6f96f771aefbfddfd2bff1d57ebbf33e55cff9da90ffbefee77b8ffdea635fe7b5debfcf71a2ff3df9bb983ff7ef73bfdf7afefeebfffd183fe075b6fe77fd0a39bff41ffb3fd0faeede57f30fb32ff83571ef73f5c7faeffe120dffff09ef7fd8f766ef43f7afb20ff6378ee1f9fdae47fd23bf53fedb3a9ffe9352bf99f1d768bffd97b91fff9b247fb9f775ec6fffcf8b7fdcf5ffccaff629ffbfd2f2ebaccfff2918bfcaf665ee67f7d783bffeb6faff1bfd9fd5bff9baaa1fe373547f8df9cdddbffe6e5fefeb7378cf1bf9b33d2ffeea909fef75775f2bfbffe66fffbc76ef07f18f492ffe32613fc1f6736fa3f2dff95ffd37deff93fbf7a64e0adf35de00d5e31f086de1178a7ac1af8555f06fefe7581ffd0dcc07faf5710742a8260f68941f0e3ea41b8820ec22d7f0ec26db60ac2076f0ea225f60da2cecb05911816c47b3e1dc40f7e1fc4ef1641bba38f0c163b7160b0d8edb382c5d7fb3c583c7932587c0b2f585c7d172c7ee8e6c112477c102c714743b0c4fb8f054bee7470b0d498bd83a50f6a0896e9b552b0cc844b83652ebb2358e6de378265b71a152cfbd10dc172db2e152cf7ea56c1f2ebbf1c2c7fe125c10a03360c5678e1a060a5764b042badbd4bb0d2832258f9ce2f825557bf275895bf10ac36f5ad60f5fcd1608d97aa8335e9f7c19af979c19a63fa076b1eb161b0e691438335af393058f3d1f583f607bc1cb43fe7d5a0fd2dd7046bbd393a58bbe7d0609dbea705ebaecd8275d77b3b5897d604eb569e1aacfbe3d2c17a6b1f1bac377840b05ec506c17a7b3d1bacb7efd5c17a735e0ad6fff1d9a0c3763f041dbb0e0e3ad67f16749cbe53d0f1f22d828eef1e116cd06e9f6083019f061b0c7f3bd8e0987d830d3eea126cf8f98fc146f2e160a393760a36dee1f960e3a1eb041bd75c176c7ccb67c12697de1a6cf2f476c1662f8c0936df360936df7eb960f387ce0d3a997b824ef0fc3b7fb544d065312fe832f7cca0eb5a7b045d076d18900dd709c8f6830232f9cd80befe64c0969d11b0cd8607bc626ac0afbb3748965f3c10f1b440ae7174200f82cfb77e1ba49da704d9e5db06d9cc5582ec917e413ef1a3600bb541b0a55837d8f29cfe41b781cb05dddbbd14741fd63bd86abb2582adf6e3c1365b8e0fd4031f05eafddb02bdf8cd81deb726d0678e09f4d9d707e683a181dd66b7a03876e5a03871a5c0e547076eeb2470034f0cb6ed7b4db0ede4fb826d4f393be8716411f4ecbd79d0b3cf9341cfda3b825e033e097a5dfe69d0eb8a0f82de352382defb6f19f49ef658d0fbed47833e8baf17f459ede7a0cf4efd833eb33e0bfa0e7e3ce85b6f83be87bc1ef47de6d360bbaddb07fd76fd21e877e311c1f65df70afa934b821d278e0c765af3f360a7dd3e0f76763f043bcfba24d8a5f307c12e30ee416baf1f0cda6c8960d07e7b05832eed110c5e7cf760f0c0bec1e0e7af0c765db367b0eb962707bb0ee1c1ae73fc60b74d2704bbedfb60b0dbc16707bb3ddd37d8edbb6783dd07ef19ec7edf51c1901ee704434eea160cb9e1a960c86d7b047b0e4e833dcf3e2cd8f3cefaa062fdf141c5a6a70415dd0e0f2a0edd36183ac0c0c790a072c8a541e50d7383ca8f1f092abf3d39a83a689ba0fafe4f82ead71f0c869d715830ec997ec1b01ff70f868fff391879c0cac1c863770d469e775730f2a14d83916f9c1c8cfc7648304a4f0b46ddf46650bb0a0b6a7b0e096a9f6a1f8cd6dd83d1477e1bd40d981bd45dd93da85fedb0a0be5f11d40fa041fd98fb83fa1b1b82fa593706f54f7e1fd4cf1b1a8c09070663fa0e0ff65afc9060afb358d0b0fcf8a0a14f10341ca8828647f60c1a3edc2e68dceca3a0e9dd9583b1c588606c8fc782b1c77d1a8cbdf2ee6042d7ab820915238309954b0713c6a4c18433bf0c26dc737eb0f7ec21c1decf4f0af6fe6960b04fcdcec1be2b5e16ecdb695eb07f87ad83fde905c1feb5cf070734d0e080731e080edce8b6e0c01d4f090ebce983e020fd487070f7a382438efc3838e4e22238644697e0d0395b0487658382c3aa570a0e7f64e760d2d27b07939271c1a4ad970d26f5bb289874d4cfc1a42fb70d8ec89f0b8ed8e285e088f16f0693d7fb28987ce74ac1e49f360b8edc7a99e0c8512c38f2809f83234fec141cf9ea88600afd299862060453c64c09a61cf27330e5be4d8329afde0d1f1f07474db927985a777770b4bd2338fad68f826396ed1c1cb3dfd4e0d81d8e0b8ebdf9e8e0d8ef7a07c78fdd3a38e1f0e583133712c18957bf149cf8d2bce0a4a56e0b4e16af06a75c7e41306deb478353a73c189c7adc1bc1a9a76d1e9c7ace46c1693b1c169cd65404a77dd039389d9f159cbee55ec1e94fdbe08cdd5e0dcebc767070e6fbd70767ad7f5170f6c19d8273f67c30380762cab9abae109c5b393738f7fc9383739f99119cb76aa7e0fccd960ccedfe6dee0fcd3c707e7bfda149cff7d165cd0e18be0c23d3f0f2ebc707670e18d7d838bde7d25989e9d164cdf7bb360fabeeb05d31f9c105c1c7e135c2cbe0e2eeebd7d70f1290f049774aa0e2e39f2b5e0d2e0fde0d243ae092e3dbc21b8ece55782cbd71d155c3e65c9e0f2e79f0eae58eaeee08aa54f08ae8c7a07576ebb7e70e5e02d822b77dd2ab872efe9c195476c175cf975105c75e9b7c1352bbc1d5c430f09ae695821b8e684ed8219979f15ccb8e2c3e0dabe2b04d73eb873701d9b195cd7e782e0fafd170baebf684870fd65db06d77fbb5c70c392b70437ecf95830f38069c18dedce086eac6917ccaae5c1acd3960b6e5e350c6ede7de9e096caf3835bfda3825b573c30b8bd4f5570fbebbd833b0e1917dc71d232c11d77df10dc39f6dce0ce71f3823b9f382eb86bd7f782bb269d19dc75c5a7c13d836f0aee39e6c6e0dece9f06f77e362db86f506370df4b9707f77d302ab8ff98a783fb2f7d3a7860c37ec1eca556081eea7340f0d0d85d8387be383978b87da7e0613a3a98337eb560ce5b1d8347c68ae0d11527068f76f82678f4dad383c7571d1a3cbec5b5c1e37766c1dcbdd60b9e7878ebe0c94387044f4e3b2e786ad9e582a7df9a1c3c337978f0ec9251f0ec884783e71e793878fefccec10bc73d15bcf0cab2c18b557ef0d2816f052f67c704af74a0c12b3f8e0fe6adfa4030afd3f2c1bcdde1f39e6705f326ee1cbcb6fcebc16bf6a3e0b5cbf60b5efb6193e0f5d326046facd73978a367dfe08da9b7076f3cf155f0a6e813bcb5d569c15b079e1dbcfd5d11bc33f6fae09d57760fdef9e8c8e0bdd33b05ef7df56ef0fe3adb06efeffe65f0fe6133830f7a36041fdcf542f0c1ecf5820fab9f0a3ebae7c2e0e3c33f093e39a153f0e9091f069f9ef47ef0d92da7059f0fd83bf8fc801f83cfa7ae157c3ee7e3e08b25ee0dbe58b626f862b80cbe987e77f0e5b80b822fcf7c2ef8eaaa8ec157b7cf0cbeae9d1d7cb36a97e09b43b3e0bb556a83ef069d187c77de8ce087356f0c7e587b4ef0e31767073fddb376f0d37379f0d32b47073ffdb058f0b3dd26f8b9a24be8ddb746e82f41437fdbc3c220706150b54f189cf448185c62c2e09543c3b07b7518def37018757c3e8c3add1d467bed1fc6af5785ed8e5b356c37bd47d8eeee33c2c5baef1d2ee66e0917db69bf70f16458b8b86c0a17ff7c25f878205cc2db3e5ce2a499e1929b4f0e97ec734eb8e4d94f854bbeb54ab8d4e7ab874baf63c2a5abe6854b5fb24eb8ccce93c3656e9e1a2ef3b408975dbf215cf6d837c265effb3a5c719f51e18a17ce0a57ea746fb8d23ecb862b5d3a2a5ce9b52ee1cacb2f19aefcf659e12a3d2e0a571934345c65a80e575de19c70d5754e0f57658f86ab4e3e235ceddef6e1ea7bdc12aefecd85e11ab30f0fd7dc735ab8e601fb866b5ed32b5cf3d9fa70cd9f9f0adbeba961fbca7e61fb23970edb9ffa42b8d6923f876bd7ce09d7e97378b8ceb94b86eb56a870dd13d370dd791786ebed1f87eb3dba58b8decb4786eb1fb173d82198147618ff58d871d25761c759c7861b2483c30df207c30d1e3a22dcf0f4d9e1464bdd146e74db09e1c6d18fe1c66ff50a37d9fabd70935ea7869b2e7e5fb8e9fb27879b6fb865b8f9469f849befa5c24ebc3aecf4e01561a7e7c6849d5ef1c24e1f2c1f76be2f0bbb1c7877d8e58c30ecf26975d8e5c73cecfac1a521b9ff8c908ae921dd7d70c836ed15b2ab4787fc9063c264e993c2a4d7bb6172f1cb6172f5d3a1f8e1a050fc188469b50af3ee63c27cca6ee116879d166e31634eb8e5adf3c26ee31bc36e97bf13767ff880b0fb73af84ddbf7f32dc6adf57c2adb73931dcbae7f6e1d6d7dd146efdcad2e136fb1f1feaf53609cd866787a6e985b058f6e5b03087864543f7b038f8a5b0984543b7c9b9e1b6d77f1d6e7bf721614fbe56d8f3ce57c29ecf2e1ff65ab76bd86bcb7bc35e577e13f65ef1e9b04fbc53d8e79e2bc3bedfc6e176cb4f0eb77befdcb09ff74dd86febd961bf413cec77fa4161bfafbe0bb73fa026dc61e289e10ec7d270874b8f0cfbf75f3cec7ff752e180910de180ab4e0e07dc7462b863dda070e026edc3813dd60a074e0dc29db6db2ddc697012ee34f4aa7067b77db8cb81ab87bb5c6bc241618770d08cc7c3412fbf1f0efae88970f0951b86837f3830dc35bf35dcf5881fc25d610def76d051e16ed76e14ee3ee3c7708fde8f847bbc118643d69e190e993328dcf3dd0161c5665342580a61855d2bac285e0b2bcefe39acf862e570e89847c2a1d7378495b38f092bdfd928ac6a7f785835fda4b0eab6fab0eaf657c3aa4fa687d51dc787d5bb5e1756ef735b587dd18661f5c573c2618b9d170e9bb34e3822e8158eb86e8370c40b4785233e6c1fd604f785359b5f12d6242b862337d9301c79e925e12839381cd53d09478dfb31ac9d3b331c9d4561dd6ae78475fb5686751fd484f55ddf0cc7bc343adcebd86fc2bd9e1f1a366cbf6fd8f0d28a61e38d2e6c7c23089b96ba206c4aba864d8d03c3b13b6f158e3df79870ecd56785e31e7e2a1cfff9d3e1043e359c38e3a170efcedb847bcf9a12ee7dcf9de1de3fcd0ef7e9d737dce7f217c27dae181dee3bf5a570df13e786fb3e9a85fbbefb66b83f57e101ef4c0f0f78774a78d09a4b8507ddf07278b07f5778f031ab8687ec7c7778c8556f8687dc7f5778e8d8aee1a187ae1c1ed6fbd1f0b0796784876ff64d78f8edbb8487bf766b78f87b9b8647c8d5c2238a15c323cfbd3f3c72fac8704a97fbc2293df70b8ff2de0d8f6ada369cfade57e1d13bcc0a8f19fe5378ec920785c7befa69789cba303ceedd89e1f1abdd1e1effc48cf084cd170f4fb01786278d9a149ebcd561e1c9bb8c094fbe60fdf0e4fbaf094fd9aa5d78cab8ea70da2d73c369f7ce08a73d775078eaa71b86a76d3a2b3c2dd9213c6de4dae1699fc1e7af370f4f5fa75f78fa6963c2b3e283c2b396d9233c7bc6fbe139c38f08cfdda173786ed353e1b9478e08cf3daf223c6fe597c3f3f4a5e179b75687e7771f1f9ebff3fbe185bd960f2fbcd60b2f6adf31bce8bc22bce8e6a6f0a2bbdf0b2f7a62e770fa3aaf85172fbe4f78b1d83abc78d283e1c53f7c1b5eb2c1fbe12583bb86974c1c195e327b87f0d2cdaf0c2fbdd0859735caf0b27d6ac3cb2ede26bcfcb3b3c22b763b30bc62f890f08a79eb845776de3bbc6ae3f3c2ab8ed93cbcea8519e1d5cb4c0bafbee7b4f0ead95978cdd24f87d75cb36a78cd8c38bce6e169e18cda6bc3195f9bf0da91c3c3eb86f9e1f53b770daf7f7ea7f086d58e0a67ae727d38735df8bcd72ae1ac6d7b8537d9efc29bf69e1bde74dadde14db3770d6ffd71aff0f6adae0c6fbfeab1f08e2bce0fef9a7c7378d739cf87f79c3330bc779365c27bef9c17defbd569e17d2b7e1dde77f84fe17d27bc15def7e8c4f0fe259f0defdf798ff0fed9c787f77ffb54f840a70dc307faec18ce8e0686b367740f1fdc6a93f0c11de6850f251f870f6f7176f8f0362f860fdfd0297cf8b3249cb3d480704e978bc339b76f123e72c3e3e16315bdc2c72e7d227c6c06091f9b7569f878773f7c7cbf8a706ecda1e1dcc30f0ae74ed9249cfbe0f4f089c3eac3a7babe103e7dd998f099edbb84cf0cb1e1b371cff0d9d7a684cf1dd3317ceefb59e1f34baf113ebfd12ae1f3db7f12be38f4c8f0c5fb06872f654f862fdd96862f9fb978f8cae01ee12b8f6d18bebadabbe1ab2337085ffde9eb705ead0be75d3c319c37eb94f0b54b37085f7be690f0b5374e0e5fefb677f8faf419e19bf2cbf0cdc3be0adf3cfb81f04dc88f6f7e7b66f8d65df3c277ee5f3d7c77f179e1bbb208dfad7c327caf6a48f8fe1d03c2f7dfae0c3ff861fdf0a3733b841f732ffcb86edbf0e3d7bf0d3fb9bf57f8e99a8de167ab2c177eb646c7f0b3413b849f1db96ff8d909ddc3cfde3c3efc7c52aff0f329b3c3cf9fa6e1174f1e1f7ef1d6c0f0cbe56f0dbfecb67ff8e501c3c22f8fae0cbf7ce7ccf0cb2f970cbf5a77eff02b3129fcfa96daf0eb273e0ebffef68ef09b4dc786df0c0dc36f8e51e1b73d92f0db31c784dfed7e5bf8dde52f86dfddbc74f8ddecadc3ef773a37fc7ec881e1f75549f883f769f863ddc4f0a75dbf087f3a7dcbf0a7b3970e7ffaf2a4f0e76727863fcfbb22fcf99dad22ef806322efec2b22ef96fda370f94fa2c8af88a295978ba233ee88a23b65146f3b3b8a4f5c3f8acfbb218a5feb17b56b37336a978d89da6d3b326a37ecad68b19b1e8c9658ff886889012b474bec7a4db4e4e293a3252b3f8e963235d152b327474b8737464bafb87bb4f4d687464b0ffc2e5afab98fa2656e5b2b5a76871ed1b2173e102d7fcffdd10af74d8e56787942b4c2fbb3a315bb7f1aadd877f368c513be89567ce69168a5553f8956eaff7db4f2093f45ab44a747ab3cf672b46ad769d1aaddeaa2d5e8b468b5a32f8d563befa568f56b6f8d56bffbfd688da3f68cd6386dd7688de99f466bbcf366b4e60a365af3f9cba2f62f5e13adb5cda7d15afbdd13adf5e4f7d15a2fae11adf5de8fd1daedfb456b5ff978b4f6d52f476bbf7e5ab4f65be3a3b53f1e15adb3e4add13a776c11adfbc98fd1badf3c19ad17d444eb2d6da2f5f4fad17adbc6d17a7bbc1fad7778af687db17fd461ecd251c7f693a28e570d893abebb63b4c186af461b7cb756b461fb3cdab0fab168c399f0e7974db4d1a697471b3d7153b4717452b4493c3cda64fd7da24de9aed1a61f4f8f361b796fb4d9a88da2cdc7df1d75da6c8da853f7b7a34e7563a34ee368d4e9876ba3ce9b6d1375de77bba8cbaea3a2ae5d9f8ec8ccf523f27a97887c4d23aaaf8ce8935511eb705cc4867f1db19f1f89f8ed5d22feed8a51b2f49651b2fbeb9158e1a1486cbc4624d8659138e9a8488eeb1aa54bdc12a5eb0d8dd24a1aa5fbd828bdffb9289d7378943ed733ca562251f6f2d551bec61751be5f63b4c5051f455b9a11d196f7ee1575efb87ad47dc325a3ee830e88ba8fe8116db5f829d1560f4e8eb67af9ae68ebc98dd1d60fff106d33b077a436793652e3368ed4f92323ad978eecae1da3a278222a7a3f1f1503cf8c8a13fda8b86e4854bc3520720f6f1cf558779da8e78161d4f3fa0ba29e77b58f7a2d27a35e13df8b7a1db96dd4ebc213a35e574f8e7a5d5f15f5baf581a8f71557477d3a2c1df5e9b57ed4e7f697a23e1f3e13f53d6276b4dd43fb44dbcd7d21eab7cfcb51bfaf8f89b65f76cd68fbd507463b340c8976983b25dae1bdeed1807747473b92bba21d7b0f8a06d66e1d0dbce19468e0db341af8d5fbd14eab7f19edd4298b763e764eb4f34533a39daf792cdaf9f6aa6897c3af8e7639fac16897136e8e7639679d68d05ed5d1a0c619d1e0bddf89061fbf7234f8fc7ed1e09f8747bb1e7160b45bb84db4fbba63a2ddb711d1ee17af19ed7edb11d1eecf758c86b4bb2d1ad2705a34e4ccc7a33def7939aa386aef68e8055b46951b6c1255ee5c1b551e7c4654bde6915175d5c651f5b89951f57e69547ddede51f5454954fdd5ebd1b097968e86bdd23d1a7ec903d188d5cf8a6a561f15d5bc7e6634b2c79ed1c8cfaba251bb7c148d3a9b45a32e1b128d7abc7b543bf8cba8f6ec95a3d15b9c178dae99178d9e714b5477d8d551dd15df44f5aa53547fd27151fd731b4763b65e2c1ad3a7211a73de36d15e83568df6ba74cfa8a1e784a8e1c4eda286d30f891aee99163555fa51d303dda2b1778f8bc675382d1a77ee7dd1b82b4f89c6dd767334eec9a3a2f1d909d1f8812f461356981a4d506747131a0f8e26dc7c6934d1ef164dfc61df68ef699f44fb2cdf3bda2f9911ed57f352b4df4d674407f41a111db85a537490bd3c3af8cb73a343f7d8343af4c49da3c3b76c1f1ddef7cee8f061a74593167b309ab4dbb86852fdf7d1a4a6bba34953cf8b8e58fce6e888e71e8c8e5cbe5d74e4a1774447de7b5d74e40f7e3465f5eda329bbae1c4db9b97b74945c263a6adfefa2a30e7c319abae4b468eaeef5d1d4593747536fbf2c9afade0dd1d42f56898e5e7eafe8e8e33b45c77cf879746caf4fa2639bd68d8e33c3a3e38a17a3e33e38303afe90f7a2e3effe393a61f9e7a313be79273ae1c72ed189bbc9e8c4a12b47271ebc7674e224179dd4f9e3e8a4813b45273df26474729f5da393c75e159d7c606374f2ebd744a71cc4a2532e9d1d9df262ef68da320f44d3561b1e4d5bf7c3e8d475a3e85433253a7da5b7a2d32bda47a70f4ba2d30fdd223a23dd223a33ff2c3a73f273d1598fac129d7d667574f6c74574f657a747e7ae6ba273f5a0e8dcbe2f44e71df75074dec5b3a2f39e5e233a7fe6d5d10587768c2edcb25d74e1c86fa38b56dd38ba68e2c1d1252b85d1259dfb4797dc705d74c99ddb4497bc78717469fc6474d933174597fd787d74c592b3a22bcd53d19533aba2ab8a93a3ab2ae746579d9447575dfe4a7475a777a3abb7ff30bafaa2ded1d517ef105dd3739b684687afa2194f89e8da250f89aefd61b5e8baedbf8dae1bb05174dd98e5a2ebc65e18dd70df05d10def0d8866463da2993bae18cdbcf2f968e62393a39973af8966a53745b376181ecddaffa5e8a6830f8d6e6edf23ba650b12ddb2d3f2d12d278e8e6eb9e5b4e8d6a3e1e3b5b5a3db2ebb35baedc1c3a2db37792aba7dd4fbd1ed27fe14ddb165d7e88e7bf688eedcedf5e8ce83ce89eebcb15d74f7f2fb46f76c3a21ba67ebf5a27b0e9b1ddd7bf6e4e8ded93cbaf7bd19d17d6b4d88ee7be5e2e8be6f4574ffd2d745f7bf15450ff4ff207a60cf0fa2d9cbec15cdbeef83e8a193ba460fdfd8399a73f6bad19c6f8f8a1eb9ebc5e8917b9e8f1e99372a7a7cfb93a2c777fe389abbd54fd113e7df163df9dc3dd1535bed123d75c1f2d153d3578b9e1e1446cf2cfd4af44cfffba367765f357a66e256d1b3139e8d9e3d6e99e8d9af768d9e7b7d42f4fc8e5b46cf9f95452facafa2177a3d1dbd70fa5bd10b67ed1abd78e675d14b231e8f5e3a44462f3dd82f7a79c6dce89507de8f5e5dbc3a7a75685df4eaa4bed1abefae14cd5baa5f34af731acd7b704c34ef85cda2d7bcada2d76efd347a3ddc2a7afdb00da2d7cf59357afdc277a337ba7f1dbd316e48f4c67333a337bb5d1dbd797212bdf9f2a0e8ad65de8bdebae684e8adfb7e8adef62e8bde6e8ca3b7afbd287afbc93da3775678327a67d5a7a277cebd3e7a17d6ce7ba73c16bdf7e8a3d1fb2f5d177d30fc93e88309b3a30fde14d187fe62d187c15ad187c33e8d3eaaaa8a3e3acf8b3eba3c8f3ebafaa6e8a3eb768b3e5eb14ff449ff4fa24faebe24fae4cbe7a24f57de34faf4e16ed1a79f4d8c3edfe7dbe8f3b97b445f5cf36df465bf4fa32f9f6c1f7db5734df455cd75d157a7748fbe9ab973f4357f35fafaa48fa26fcfbb2afaf6aa87a3efd6ba29fa8eef1e7d37183e0fa98ebe1f51117d3fb5887e5882453f2cf344f4c39ecb443f3c2fa21fdb3d13fd78cc31d18f9f1d1cfdb4fefed14fbb9c1ffd74e0fbd14ff3ee887e0edf897efefef4d8df66e5d8bffefbd87ff1eb38d8e89438f86c5a1cae31258e1eaa88e391f7c7f1a8afe3f8d83de3f8d4b7e3f882a1717cdf1a71bb47d68d175ba947bcd8268fc48bb77f275ebcc77df112d7ec152fb9e9b878c9ae7ebcd4922fc54bd1e7e2a5aee8132f356b74bcf4db97c4cbdebd75bcdccbbbc5cbfddc2e5e9ef078f9271f8d57b8fdf678c5cdfac42b6dd4295e69b30de395b69b17afdcb1315ef9c376f12a3dbe8e57997b51bcca379fc5ab6eb67bbcdaacfe71fbb547c4edfb7f1bb71fb269dcfee2ea78ed86a7e275569d19af936f17af53735fbcce8ccfe275e6f48ed77993c5eb2ebb5cbc2e5f215eefc9f6f1fa4fbf1177587266dc215d3deed0fd9db8439fb3e30e4f0c8d3bbcb073dc71b5d7e38eed7f8a3b8e9f14773ce7bab8e3a5c7c61d9ffc36de60db15e30d462d176f7476ff78930d6f8f37d96fc978d3f5d68a37ad383fde6cd369f1e6b5c3e3cdcfeb1b777af7eeb8f3b55edc65da8571973b7ac45d5f5d37a65da398bdd63f661fcc88f99a2bc5fce8b7627ec66e7132799f58f8412c8ef82a169fad1c8b2f5f8ba5cf62d9e3ae58ce9b15a7cb3e1ea7858ed37eb3e2ec352fcefbce89f3c67be32d8e5b36de72e405f196cf5f1677f3fdb8db5e5bc6dd9e3f3eeef6ca29f1567240bcd5f132deeabcd7e3add73c28defaa3e3e26d2e6e17abb5fac53a3c3536071d1d5b3b38b687ad1a176faf1bbb7e1bc5eeee75e36ddb7f0890f5dc78db6796887bd46e11f75cb677dcf388a6b8d755f3e25e3f4c8b7b9f7f70dcfbf27de2de57bf10f7693733eeb3c684b8ef12fbc77d9fae8db75bf2cc78bb6d568cfbad725ddc6fc86a71bf9b54bcc37583e31d6e7b2beebff89671ff6daf8d07549f1d0f78ede178c01b37c73b5ebe763cf0b04af8b824dee93313ef3ceac578972e0fc5839e7a331ebc8a1f0feeb7743cf88a341efcfdc3f16ec71e1defdee1a178f7276e8cf738a667bcc79783e3211b57c5437a7d160fe91fc4156b2d175754aab8629fafe38aafae8c879eb6663cf4ca33e2a1d77d140f7d73edb8b2378f2b1bdbc5959fcf8cabf7bc23ae9eb7773c6c9743e361d3b78887aff0413c7c6f190f9f0b1f5fdd128f18312b1e71d627f1881b8e8f473c77683c729d1fe391831e8c478e0ee3915f6d10d72ebf7f5c3bf5c97874fdaa715da70de2bad1495c77d519713db937aebfc5c563565b2d1e33f6da78cca4fde3bde4f878afe3be8c1b861c18371c796ddc3866a5b8f1d21e71d39107c74d67af1f375df074dc74d9f1f1d80bbd78ec33ede3716b36c6e39267e209ebbc114fd8fb8678e2e0a1f1c4ba2de3899754c47b2fde2bde77d32fe27dcd71f1be755ebcef3dabc5fb7f3c3b3ee0b92be3037bbf111f383d8e0ffce880f8c0efeae283177f213ef8c91be3434e5c273ee4d173e243fb5e1b033e880f7d716a7c58dfe5e2c33e9b1e1fbee4d07852b8623c699357e34907dbf8888f7bc4933f1a1a1f59fb7d7ce403dbc6539efe3a3e6ac8ecf8a8a67be2a3a6a5f15137f48b8ffaf6e5786aaf7ef1d47e9de3a9f7f68ea77eb66c7cf4012bc647cf7a393e66857be263f469f131b73e1a1fb7ea6af17187a5f1712f0d888f3f66adf8f82f2e8b4ff8a85b7c62c7f3e3133711f189d7ee1f9f782b7c9e7d6c7cd272dbc727f77c203ef9fc35e2936f7d243e6589b3e2538a5ef129c7df1e4febd43b3ef5e025e353ef1e139ffaf27ef169473d1f9f7659109fdef1def8f4af1f8a4ffff1bef88cee43e333376f8ccf7ce7f2f8ccf7b78bcffc74d7f82cf6707c96bd313eebc413e2b31eb8223eebb9cde273d60fe273e4a4f89cc3c6c6e79c7d707cce43bbc6e7bcd2109ff3cee6f1b993ee8acfbdf59bf8bc4bf68b2f38f4caf882191de20bdeec125f18bf1f5fb8ded6f145c3af892f3aab2abee8b1d1f1f4a5d78ca76f70473c7dbb0ef1f4e14bc7d3477c1f4fdfefd178fabca1f1c5e786f1c5dfa4f1c53f1c1f5f0271f292313fc7975c3431be749555e34bd73e38be948d8f2f4d778e2fbdb87f7cd984dbe3cb1fdc28be823d1e5f31e4c3f88ab7cf8baf3aeca4f89a03a6c6d74c5e3e9e71d38878c62337c7d7bf60e21b3a1e17dfb0e7eaf10d93ef8b6f98f3607cc35b1bc7333bbc1ecfecf1403c73fb73e3993b84f1cc53ae8c675efe6e7ce3e31bc4b3a2cde2598dbbc7b30e9d10cf7afbebf8a6d5fac4371dff6d7ccb0f67c5b79e7d577ceba535f1ad1f9d18dffac5acf8b60ffac6b77df5467cc7e2e7c677ac7b427cc70637c4776cdc23be33d82dbe73ad5ef19db7ad17dff9d83df15d339e8bef9ab35b7cd7c76bc477cfde20befb8d3be3bbbf3838bea7e307f1bdcbdd10df0b31fdbe6e457cdfd68bc5f78de911dff7e1faf1fdcb3f19df7fcbeef1fd773e1ecfee776b3c7befaef1839b4c8f1f1c73473ce7c897e339c7c3c7b773e247e8d2f1237d578f1f39a0267e74e8ccf8b165abe2c756f8367eacfe8278ee29ebc44f2cb766fc649729f193ef6d123ff9dde1f153ab4e889fdaeaa9f8a91b6be2a7879c183fb36ae7f89903a6c7cf5cff66fccc9d75f1b3e1c3f1b383368a9f7dbb6ffc9cda237e7e5d3f7e7e46f7f885a396895ff8eed6f8c5a3df8e5fbceadcf8c5ebdf885fdef3f2f8e5da57e35786c2c7d4c9f12b2f8f8e5f9573e357bbfd10bf6aa6c4af4e78277e759f6fe357cf1a17bffad677f16b5b3c15bfb6fd13f16b4f34c4af7fbc41fcc6a917c46f4eae8fdf3ced96f8ad2ed7c66fa9d7e2b75eef1ebff5fecbf1db93fbc66fdf7b7afc0e9b1ebf7363dff8dded5e8ddf7d2b8ddf5b717afc5ef70de3f7dceef17b073e13bf77d9faf17b572f11bfbf5dfff8fdea0fe20f3ba4f187536e893fbcfed8f8c30f378e3fdaa65dfc51c361f14773bbc51faf65e28f3798157f7265fff8534ee24ffbd5c79f5e94c79fce792bfef4a5eef1a79fae1f7fb6f2c4f8b3f65fc69f3d7853fcd9435fc79fbdbb5afcf96a73e3cfbbf6883f9f58177f7ec677f1e7d7d6c75f4cbe32fee2e237e32fae792ffeb2f826feaaf767f1570fdf1f7f3df489f89b15eae2efde7b35feee8347e2ef9fdd31fe61cfdaf887d103e31f27cc897f0a68fc53d72fe29ff8e7f14f954bc0c753f14ffb6c17ff745a9ff8a74ba7c73f47d7b5f31eb9a39dbfe4cbedfc434e6ce7bffc4cbbe8ceb85dbc69d1ae5db715dbb59b16b66bf7d69476ed7e1cdb6eb11bbf69b7d823a7b45b7c9b67da2d7e63ef768bdfff66bbffc7707d8603d58671002fd5d97bd965444a348c3488caa61249649355ca0ea12595d14049a2246929a22491488a900829bd2195504425ebf5e177fdeff3e53ccf75aefbb99febc0e5060032ab1040d56301d4390040dd320034c901c01474012cfa2e80177f0088ed8300e15d0310a17500f1750640718500b5280ba0872f02cca2e700f3f012c0aa7803aceb7980dfec0bf0ae5f01e10e01888a8080283f0a881615026295ad8058cd53406cd4081097af03c4975603e297b501f1ebc580f8a70040c25a1e903875199068cd0124876e0292ffa200295e14905a700590963705a42ff900d2653b00e98a18601e5c0acc6b5507e675cd0364e59a01b9b3c9805c6d37203fcb0b90dff30790cffe0f90ffa107282c780d289c0f03142eb7028acecb01c598e3c082a37b810549c3c0829fe980927f1ea0b4ff23a0747c2fb0d0f306b0f0fe5660d1ca3c40593615505ef00f507e4b00ca63e5c0e2991d80ca7a01585ae90f2c1d48069649cd059655c600cb55cf00cbcf6403cbdf228006500c6884f28046f84540a35001d0547700348dfc014db33440f36c1fa0792102d02c980f68168d019af52f8115aa0dc08a0c1b6045b904b0a2b918d05aae0468f99c05b402e7035a17bf005a55978095b70a8095635b8055d36f5fa5ba095855a503ac565605d6386a02da2bc600edcd5f011dd1ff009d754d804ef8749db21358bbd005587b5e0e58fb9400f4f87f805ec13b406fea35b06e9e37b0ce6931b0def52cb00138016cb0f30236e48f00fabbd500834f0680e1826780a1bf2c60d89d0518632d8031b71230b6ff0b18075b03c6cf2c0193c08580c9d846c034692d60fa8d02cc477c818dd02160a3980cb0511c02365ebe0d6cec11013657ce042c083fc082ba026c3187812dd1bf802d9936c096d26cc05230052c5f6d06acf4d200abc90bc056d21bd8aa34096cd58e02b68eda02d626e98075411760fd7304d876a017d8962a00dbde160036b3aa011bf80360736a3160d323076c5f350e6cdfda03d83a0c03b6a77300db1bae80ed7b79c0b65b09b08b1303ec293dc09e3f0fd85b5c051c64d2008755da8083eb1dc0d1200e704c69049cfe7401ce064e80f3c7cf800bb31a70ddaa08b8cdfd0cb8e9dd07dc955c819d2bef023b0f55031e339c008fdfe98067531ee025cb015ea9ff00afec31c0dbe424e0fd9f0ce0e3fe1fe0f3a10ef0e9be0cecda600deca61480ddca9f81dd19df80dd377703be8439e0fb0e06f6f4ec03fca021c0cf712de057d409f89b0a80ffc71820002e0602346f0101652f8140fb0920f0ce622068e11620685d08104c5b01c10f8e0021d9f24048fd4520a4251a08993a0a84aebe0c847a1701a16f7f03a1ef1a80d0011320ecd806202c41050897ba054440d7808845178188ebfb8088bc6b40241c09449e4a07226b97000794bd800331b78103698f81035fb703074f2a01071f76018732538043639ec0e1f46d40b47c3b10add7081c458f00471bf60131117f8198f27ee018990d1c139b0f1c2ba38163cdcf80e3571480e32f6280e3bfbf0227d67b03b1ceb5406c9d2e103bd004c4e105401cfb04884bb90bc407f240fc3953203ee31c10ff8f0212e66401095f6b8193362470d207074e8683c0a90d7b81530fe703a75af38033b35b803327fa80336f3e00898f6f00493bad8164bd6020f9020c245fd706922b4c80e4df36c059df18e0dc0653206561009072682990f23c0938bf6d0d707ef41c90fa5516b8b0f53070c1772f9036f7259076b20bb828f715b8e8ec09a42ffb0ca457e800193e7240c6e94340c63906c8288b002ea90c03979fb50099fc06e08a5b3a70e5bf34204b8404b26ea500598f4c80ab17da80abafee02d9731601d9b819902d7618c8ae5100ae89d80139b70d809cbb2890338802d7678e00d7ddd600d7e314811b816f805bf511c06d8dc5c06da758e0f6151b2057a8047245092057ae0bc8358f0672a77b25f7170cdc914b01eef886007777f2409e580a9067d00ce41df403f21d7702f96986407e5b26903f5c02dcd3e0807b93fb81025c1b2858750f2858a30f1498890105960c5050365db7a70285172f01f75b50e0c1d62dc0834c23a04884058a46958087e072e061772950fc7c01503ce90e3c929a041efd3c0c94c8cb018ffb4f038f071480d2f09340999f3150d6f00d281ba480276b38e0c9c833a0fc530bf0d4fd25f074b72cf034ca01787a7d3f50a17011a87035072a9e3b01159f1481ca433140e5a9d34065763df0cc6217f0ccfe0af0ec652ff0ac6d1b50251803552b6a80aa2fddc0f36b8f81e76d0b806ac32340f51123e0c50957e0c5137de045b92c50031c076a5c2d819ac970a076f619a056ab0aa8b5f5025eedbc3ffddb2b0bd439a502f5b37c807af9a740c3d22aa051d10a68d412019a447e006f9de281b79e2140cbad21a0a5a310680bd702de019b80774b6b8177db1c807781e940fbd332a0fdaf3af041e928d021ea0d7498004087fb32a023c10cf8e8a1047c7c140e7c3adf03747ede09747187812ef11aa06b5e1ad015180c747b3d073edf3602beccee07be047d07befc0e02be1db102be4d6601bdc212e0fbcd5ea0cf340ee8bb7902e89b7c04f4efc903facb3e000332af801f2c0afc58f40318547c0d0c9995034331f1c050c67a60a8590cf895f216f85519040c9bee0086777801c353aac0c8c239c0c8663b6024e41c30129e0efc2ef201fe0259c0df9d18f037680418350a01fe698802ff8c6e01ff0a7f02637b9481b18792c0d867181817d9018c9fb203c66bf280f19e4a6042c10898305a0c4c74dd0526d7aa00936de3c094b01e98726f0467c4198033ca26c199200c8a644e8222b71440912797c159de63e0eced9620107a1004e7e74f6b07c1b229105eb61e8493134138e504889cad03d11c05107bbe08c4aa8f80b8e82910ff630892127b404ae715483de041aaf50e48af9603e9e666907d1200b29f8f82dc9753202f1501f2ca6520eff70ce44f758042e98169ff81e2701d286efe1014dfbd1f9490f007250a0e82927221a0a40a014a5ae1a0a4fd69506ad11750ea951228bdec1428bd2619944e79054abfd006e7ee6e02e7b64682738745c179ab0f82f3ac54c079dbdcc179a12c382f471994b150036597ae01653dba41b95231506ed81d94f7c907e58ffc04e54f3583f30f6b83f34b6b40852bef4085222550a1e436a8d062072a2e7f072ec0ef830b56ba800bcac54025f413a87485021759d8828bbe2b82cabe4740e5aa77a00ad90baae857802ad7ca40958fb9a0ca8fbfa06ae63e5035ff0eb8246c025c127f065c9254082ec9290597d63c0797cd74049795fc01974dad9d3e99bbc1e5bd1741b56556a05a6527a82efb1554d79e0daa6fbf0baa3b2580eabf94408d39af41cdd9fda0e69c1c50332610d44cfe0c6a965b812be6dc04b566d7835a576970e5554370e5337570959c2cb8caad1e5cd56b04ae3eb90b5c5d5e086a6bbf00b575e441edb86a50bb5207d4fed90cea2c290775b6cc06d79a1f0075e70e83ba3aada06efc3d50f76b0db87e9128b85e7725b87e5207dce0bb06dc90f207d4f7bc04ea077883fab91b40fd77e741fd9fc5a081631a6810b70c34b8dc081a7c16050da3e241c373cda0d1af21d078e50bd0f86b246852bc1e34f9e30b9a0acf40d30303a0e9f83cd04c291b345b7612347fc7801be75a831bbf7e0237a538839b5297819b6e85809be7e4829bbd6cc1cdc583e0e65fa5a085030f6ef17d0a6ec97404b7fcdb085aeaba8196ef3440cb3167d0ca400fb4b61b07adddee82db62adc16d0fd78036eba2409b83a7419b77bfc0ed0b5783dbfbbe82b63bcf82b647b441dbbb55a06dad2b68dbb212b4d34804edd61c04edae2e00eddeed02776c4f03ed35de80f6f5fea07daf17683f25093a2a05828ebe26a0e3c332d0b1380774daf411747a751a74beea0b3af7f9822e9231a08bdb23d0d5e813e8faa50674a3f54037e99da0dbe1dda05b1505ba332da07bed6770e7dc1270a7bf1db8b3d406f46037801ebad3866f821e7ff6829e2df6a0e7403ae8ed370afa800b419fef4ae0aeb957c15d0793c15d3f62c0dd29c1e0ee777da0eff365e09e8d08b8c7e609b8c76e29b8376018f49b7705f45f0f80fe53f160c0a01b18b84f0a0c8ca807035fbc03035baac0a0da7b60d0ab4d6050df1b30f89b1118823d0443c453c07dd3fdb56f773cb8ef6237b8ef732b18baab100cddbf1a0cdb160286edbb088645d783615783c0b0622d30ec290786675d01c3ffba82fbc5ee83fb953680fb03f682fbeb5e8011420518f12f0a8cf4dc0b46c9f783516b94c0a8738d60d4873d6054cf56f0c0c216f040dd7df0a0770478b0fb0878b07f0578e8653978989c040f3f52048fd81b82479c44c1e87527c1a32ac560ccf92760cce566f0d8ac14f038b0123cee390b3c7ef6087822711c3c71e91b185bb7068c3bb8118cfb540ac6f59a8371bfadc078175330de230b4c10be8209173e8309bd87c193472ac093774f80271b38f094c819f0548d3578eac353f034940c9e4e3f029e792c0d9e7977134c34690713efbc03937cc7c1a4944c3059ea0a986c2b05269ff104cf9eba0e9e6d6f01cff6ad06cf6dde03a6785f00532e4582e7e7c780e77dbdc15452134cdd8082a96e11606ad1187861ff5bf042cc19f042721f78a1f12898a60f83693676605a5f387871ae0e7831b105bc58e80f5e7caa09a66be583e93d316046493078e9250e5e763c0d5e7efa06bcfc4613bc622d805973fe81590f778159951098d5930d6697298139f0353087940073320e81d7d906f0fa6e2bf07ab2087863951978237c2f78a32207bc319903de2ab2026f6b8882b7d7ac026fef7d09de3ea907deae95026f773f036ff78e82b97c0d98eb2702e676b88377c68f8077e546c0bb3bd7807783a6c0bb0fd4c13c623e98b7701398a7950be69d7e01e65d5000f3e75881f9690bc0fc6c16ccef0800ef7d3d0b1604fc000bfa1f80858427587882030b1f5882858f5bc0c2aeffc0fb8b43c0fb1f73c007955fc1a2b51c585410083ebcb0002c3e230b3e7240c0474f37812526496089e53fb0c4d9177c2c45828f5dff034ba59e8165bbbdc1b2fc8de093cda2e093abd7c1f25de360f9b59fe053fb2fe0538f05e0d34215b042b11aacf02f072b9e648195b39680950a0660a5ef31b032aa0a7c66c5835569e7c1e792dfc1e7dbc4c1e7177f80d50aaae08b777fc017031a608d641c58a36834ad04ac4900c09ab3a7c15a9134b096ae046b17ae016b2d7cc057964ae0ab1fa360fd367fb081380a36e89d071b8ecf021be2dcc086c1156063d679b049241c6c224cc126b1dd6093b93cd8e48f804d67a4c0e68573c0663d2fb039d8056c3ee00c369fb2009bf393c1e6ea0d60f33807be3dc1832d3342c0169d5560cbda21b075ad09f8ae7e126cdf9c06b65b7782edc7be80ed57d5c0f61a2bf0bd9329f87e7f1ff8217031f8215c1aecf07a0b76f455811f5375c08f5ff5c04f9aebc04fdb2bc04fbb45c14f3933c04e3e11ec5cf10eec3cb404ec9a9700766304d86d9b0376472781dd29b3c1eed735e0e77c0efcdcea00f64813e097fc77e097d7ff815f7e5f05bfbedd0df6ba7881bd1fd2c1be23ebc17ef98f60bfce26b0ff6e12387022141c68be0ffe20abc01f9227c11f7723c11fc35ae04fb349f0e7376970706f0838542a09fe722a057fdd4c007ffdf6047f4ddd078797e783c32733c09195b9e0c82b7d70e4bf7fe0c8a765e0ef904fe0effd33c0df2917c1df195bc03fb00ef847e135f8a72801fc3b471cfc1b41827fbf5482a3739f80a3328fc1d19b1de0e88721f09fb428f84ff52038469c05c7a69e80e33bddc1f1580c9c103502278a67821343aee024a8064e1e5001276f4481931d6bc1a939cbc0298b0170ca712738f575129c1a380fcd5c1702cddce605cd4c568566165090c8cb5390c8e74c68d60e7f68b6f808345b41179a9de003cd1e41a039e26fa0393a0b20403805011a7110f0ef3d343d18204832028294d421e8dd09089e4542f0ba21089ed486d0f6591066350161c56510367e1dc2633d20fce22588489a0f118ddb20922b80287b7588cabf08d17e131073221662be8c416c9538c436eb42fc7208e277c4437c9c19c497f643fcab0d9000ca41828c1d24381b40a2017321d1a0d39068c13024262a05895de021714d06125fb11292b0be08499cb80449769640528a9720a9f84648aa611524f50686a49a8e4352036290f4dccd90f4e9c590f4c3f790f4abbb90f48f38686eb7212423f2029281d6423287432159c40192a5b521b9fbdf21b907572179e717907cc00f48feb41224dff51c52800e410a27ef410a958a9022321752cc77821678be83165496414a8b4b2125031148e9d46e68a14c10b4f0cc5568d15b394819d68494191d48597931a47ce633b458421a5adc500c2d7ed300a9583f8154897b90aada30a47aa20e5aa2d9042d95ad81966e99032dddd5072d1d05a165e1cad0b223e2d0f2950fa1e5e1dfa1e5039590da0c69484d6401a4e66904a935ae84d49fcd84d49b7221f5ef7f208df8f590c6bdf790c6e03148b3e531b422a2055a71a60f5ad1761c5a31d4006909ce9096c200a4a57e1cd2b29683b48e64405a2dd720ad1fde90d6f03768a5c26a68654c3cb44a6b0fb42abf0b5a9d5d0dadeed803ad595801698bb940da5777436b37ce80d6b6a741ba119d906eef224877a000d2fb9300ad939786d6259a40eb5efd8236d40f401b467421fd6de990befb5548ffc15f48ffb71664e0790132044f4286b25190a1770f6478780764f8af0b32d2be0919b55f868c7e2e818c37d941c657bb2113a90ac864812e64b2ce1c3229f6814c170642a64b8a21d3005dc8349f874c9f4fe7170132136a21b3c33720b3dbd33e7840e69f3f43e663f6d0469f7dd0a6196dd0a69b9ba1cdb03eb439270bb2b0d0832c2250c8e2dd4ec8a2eb066469a4005946184196576221cb1b3190d5166bc86a381adaba0284b6de11206bae14daa62a0b6deb580e6d9b7c0fd9a83e846c369c846cdaa4a1ed5a9f205b795fc8d67c27641b7b1bb2cddf04d97dfc07ed305908ed388740f6ab9e42f6e657207b1731c87ef20fe420910b399845400e7e1a9043c31ec8715132e47819829ccc58c899fb0f72dec641ce4918e45cb60772b1ea875c1ec741ae682de49aba1172cdf2875cef1e825c0bbf42ae75d5909bdc49c85dae16721f2a8776be49863c4ce2a655409e0a419017ff03f26a8e80bc658d219f900b904fd34368b74b3be4cb04437b906fd01ecf99d0de854fa0bde16ad0def78dd0decff690dfea14c8df753114b0320d0a3074800276cf84025a8e43013fd74181979e41417ad15030f6110aa634a0e0bc1128b8621d143c864021fc11681f140c85daee80c24dbaa0f0c03228fc4f25b4df5d13da9fdb0e4506fa409167b5a028e54fd001a50ce82013041d5c73153af8780b74c8631b74e84835742831043ad47b0c3a9cfb1c3a3c5a0d1d99731f3ae2bf1a3a72421d8aae0b84a2dfb7414797864247a764a1636405746c470a742c20073a4e7e848efbdf868e97ec804e182c804e241c834e7c778562b13d50ec025528f6a22114b74e1b4a98731b4ab8d4059d449642278332a0936f6aa153abb3a153da3ba0536fa5a1d313f2d3f2a044c8024af4b0841283be4089577aa0c46ff55092fe309464100525775f80ce467940676f774367ef7c82ce8e4541e716ef80ce6d3482cea5be84ce7d5900a52c758752b6e54229559fa194366b28a5e72274fec93728d5e71e74a1f92a7461743d9436431d4ad3f581d22c5f4369d3fd923e6b0d945e100ba57f6a822e091ad025f578e8928d1474c95e12bad4444197d713d0e59d87a14c9bd550e6aea55066e92628b3331eba52170a65e1865096620994e591035d957a05653fd783b27f0642d724a7a06bcb5f42d71c0ca19cc04428e7a61f9433ba12ba3ebf19badea502ddc800a01b15d2d04d9f0ee8965e1d74eb8608743bfc3294bbaa1eca35de03e56e27a15c9f4228f757007467e65ce8cea54ce8ce7d1aca0fb809e57f9c03dd5b7d012a3070820aa66756c1f41c2e183f0b15de34860a6f7f81ee4b6e82eee78f42f7ab6e41f77b2e430fa47f410f062f410f7ee35011b81a2a5230828ad250a8e89e07543422013db4f4861ed64a430f5b7e40c5e5afa1477647a1922e082a5d2802953e8a85cab0655059c27da82c4d112a6b7b053d595d06959f9c849e3a4d414fbdd4a00ad741a8225d0caaf42d832a2f92d0333e0b7ab610839ed54741558e7d5055893df4dcec0cf43c69047adede0a3def6a80aab52f40d53a2ba1ea123fe8c5f983d08b0fe2d0cb15ead04b8f6bd0cba02ee8e56b0fe8e5e449a856a513aa359d03bde272a05786cdd02b8758a86e59255467f81caa734c82ea5c0ca03a7f53a8ee8c3a5477f525544fe443f5240ed5877a40f5b5bd50fd403bd4a0ad0335d46d801ac66da0d7d13ba0d7673643af9be2a146d138a8f1921ad4d8bc036a6c2981dec45b426fdab5a126972350d3890b5053b617d4d4ba066afa9807b548cc825a3c52a196f1e7506b280eb5660e436d6a04d4a6a106bd53e4a1772e57a077f7d640ed8b70a8dded2ad47e2e1b7a4f3e813ec0f3a10fba1dd007f344e843070a75787a401dffcd843e5285d0470505e8e3b158e8bf59ddd027893ca8abfd39d43ddda7dddfef429f27e6435fea54a1affb86a0aff5ced037e836f4cd6212fa162c027d8b8f867a17af817add5e43df8971e8bb5c35f4dd4e11ea975683fa9592a1fe73d250ffc55268c0c71dfad1610ffd648da19fe25ba09f375168d04f071a42a2a1a17dafa1a129676878faae1f4e06a0e1ab35d0700e040d4fed86466243a1df73e2a1df47e741bfabcf43bfbb40e8afc33de8efe86c68747b2f345af90b1aed4e82fe65f443ff7e4b4163c9bba1f1f98ed0f8c36bd0f8c80834a1381f9a300d8326a6efa149a91e68d2ec3d34696e084d9ebc084d89cf87a60ee0d054631d34f51e876744e7c133957ec133f77f8067de8a8767f1dbe1598b23e0596197e15979e2f0ac8157f06cc52a78b6c30578f6ae8df0ec5a2f18406fc08085350c649d8441f19530e8700206ef75c2102e0d43db146128730f0cb5de83611105183e6005a331aa30cea9c1b84b138c1fb90813ff1ec2a4e74d980a7687a99ff5302d11382d0aa617bc80e9537930f37e1ce6e87730b76d03cc1deb84b9a66898572c80f90de760feed4398ef9285f95fd9b0a0bf0f166cd6c042ec5d58286883c5cefe83c59e57c1622365b0787e172c816ac0120d89b0a491272ce9d6024bfebb0e4b415b612932169652ab80a5ccbb6029eb47b0d4a10db0b4e236587a8b0e3c77db6e786ee70c78eeb772785e993e2c4b79c3724a302c1f7d1496cff186e51b9be0f958343c3ff7103cbf61063cbf7517ac903c07564859032b8c91f002bb11784115052b890ad3226025a969b934bcf09831bcc8aa1e5e94f91d56ce5e002b3f9385179b9bc28b2da63deb8755f600b0ca333358a5fa24ac52f31456e56fc2aa464b60d543ef60d55bbdf01275105ed2da0cab5d4b84d51e18c1ea6b7ec3ea1736c31a7c2dacd1dd026b4c74c09aeb9fc09a3b92e115292cacb57409bc72d92178a55a2dbc0a28815761bbe05562fef0aa554fe15561bfe1353b8ec16b3c6561ed83fb601d191558c7f803acb3c91dd6d93201eb3475c1ba1bfb615d9b27b0eedeb7b0eeb11fb06edc6d58cf48195ed7e90faf8702e0f5e6e2f0fabf33e00d5796c2faa73ec2fad572b001300f363836133674de011bfa64c18641feb0e19d51d84812848dcc7ec2c61ad3aed5c226095eb049b23d6c0aff864d63a361b3a959b0f9dd63f0c623e7e08dd156f0c6c745f0a60e2778b3b70c6c415f822d0eef802d727ec1969e5760cbe621d872f03b6c85b5c1561bdec0560566f0d64a1eb6264ec0d6d21f601b3c19b68927609b774ab0adb1026c5b7605b63b9102db5d2f86edf24de11d3a46f08e1b81b07df876d83efe2e6c9f3602dbdfad82edbfbc87edfbcfc00e2e63b0a3fd00ec18230f3ba9a1b0b37230ec9c1e01bb48a6c02e732fc12e07556197b33cecf2ed0aec1a3c06bbc69c825ddf28c1ae7f346037bd64d8ed812bec3e7b3bbc33401dde79e620bcb3be11f658340c7b7855c01e0f82618f8e14d853ed21ecb94214f6347d0d7b3d6c80bd0502f66edd0dfbd4e9c33e9fece05d7b3fc0bb6ab7c3bb467fc0bbc616c0beb6ff60df6e5d78cf6275782fd70eefd5e3e1bd7689f0de6000defbaa16f6d3f482fd74f6c27eded1b05f1007fb5d1e8403cad4e14091c370e0ed3c3888759bd60d071905c141fe3e70d0adb770b08d351cecfa0f0e4ec4e1e0064738e48000875c0d85431e88c12163e9f0be038be050d54d7068e15a38b4df180e530e82c38c15e1300b1d38ec370087338670b8ed2338bc2608de1f1202ef8f7a0fef7f86c311b4151c61d80f47c42f85237a7de1c839b570e492c370a463221c99f70e8e2c590c47ad0d80a3f6c9c0519f76c20756a44d8f8820f840d23ef8e03217f8f0e771385aad1a8e1e77876342f6c33159281c5350061f37be031fdf7f083efeed0f7c62ef3638d6ca0c8edd0bc0b17f53e1d84947382e6c261c8ffc84e3c54de0f853f170029800271cf90e9f8426e093ce287c4a71157cca71097caad4183e4366c0673a36c089baae7062fc4138f1951f9cb4e20c9ca4fd0d4efafe074eae38009f955280cfc679c3e7a6cf5a8a43297cfebe0d7cfea71a9c2a711fbeb0ad15be705806be58e60da7cf6f84d3d5cae1f4d20c387db203ce08899bf60cce78ab0f5fb25d065f2a3b085ffab109beec60095ff626e0cb772fc39922b170a6582f9c59a9005ff9680b6769cc86b3bc6ae0ac270d7056a3029c35510d5f353a045f4df8075f1d790467df6987b39b0be16b84149c6344c3d76f98c3d7eb87e01b6e7df08dfd33e11bc995f04d990ff0cd5305f0ad4165f8b6a80e7c7b530d7c3be71c7c7bec129c4b17c3b90a5570ae623f9cfbca06bef33e0aced35086f3b61e85f32616c3f9ebbfc1f906afe07bb316c3f7d638c3f78c8fc3f72677c00552cef07ddd95f07d9724f87ec031f8c1fa85f003ef6df08323efe107a98be007e3da7091ac0d5c24f70d2e52be0a17d997c24581c17051f517f8e1ce5ef8e1f4ec7a788e848bf730f023a979f023c38f70a9c51bb84c771d5c56fa1ffce4860dfce4d715b8dcb8132e4fb285cbaf054d3b085730f3e08a5c16ae78aa09576e32872b0bcce12ae322b8cae202fc7c710efcdc531c7e1e58053f4f8a829f7fe3e16a481caedeb1177e71fb11fc723c02ae4995856b0a25e1da790df02beb6ef8d5ab44b82e4b0eae374a81eb1feac30d280a37a878c20d36f3e0868268b8a159116ef8f1046e7474801b9d56c38d653fe0373b1ce026e3f97073561edc5cbd186eeea980df32def05bd9d5f05bd33cf8eda3fbf0dbee61b865ef17b875bb23dcea3c0cb7663e875b8b4fc36d4432dca67e0d6e334c85dbf61c84db6287e1774a9be1779efdf0bb68047ef70381dbb347e0f6fe3f70fbbf6ef8fdbabff0fb025df8fdfb38f8fda836dcb1ea0fdcb17d0ddce1de0a77540ec11fffa0f07f9900fcc97e14feb4cf0bee2a3f08770d66c1dd737be16e1f5bb83be03ddcfd7a26fcf9c04bf873f53ff8f38f5b708fcc3eb867e32fb8e74914fc456a23fce59a14fca5fe36fc95ef84bf3e9587bf6d6a87bf1dca877bb56ae1dec7e9705fcc42b82f3517ee574f83fb878ec103d4043c20b3011e38f51f3c90590f0f94f9c33fd6a5c23f9261f847ba31fcd36936fc337b2b3cd8bc0d1e9abd1f1e0ab0827f6d6c867fe5ed807f3d70847f1547c2bf5a4de05fed4be1e14b47e191d837f06f90867f4316f0dfd992f05ff152f8af5b18fcf7f50cf8ef474578d4ae111e7dde0cff9b1105ff3baa05ff3baf058fad3c058faf1f85273214e049b6059e2cd682274b96c093658fe0a9f96fe129b3d3f0944b1f3243964366549d42663a3d41661d5c85cc6a2f42660d6420b3473e217388f308d08d20a0ac1502d66f4520c80381f4b411b8d7198127ab11545b1d41377723a8fd5e04ada4104cef1d82176e4148e95884545e8690fb5620e4e9bf08396c80506bb2112a742e42efd98bd0c5104277c308e37c02616e18212c2386b02f3e236ccf6d84332e4678170b84ff0f4244179d4544175388a8c724221af410118d8a47449f1a2162abd21171e3558844ef7f88a45d1b2279d404917a998448673523d29df79179273b1159701e227b421291cdd74164cbdf22b26ffc1039360c91ab2d41e45ffe45e4dfe521f2dd06c87c8d3a44715735b240ea21b2a05f0959a81c832c42406491ad17b268b2035136398c282786212afad711953bdb1095272588ca074f44d524125962e8812c5da6862c7ddb8e2c1dff8a2cb73644342c92108da7dd88667038b262c1526485491cb2a26626a2559786ac7cfc0559258221ab164a226b647f216b1446109df51b90b57db288ae841ba27b310bd17bf5145997fc0c5977fb14b25eb20659efd183ac7f60826c182b41f4111744bff229a23f508018cc398e18386f450cda1310c36d3310c3b0d988d181e388d18d5d88d1cfd588f1ba7cc4d8f816627cb51831bed3899888ae464cd6e62226e1a588c9ddc788a9880a620a8c20a672ea8859d957c4bce218b2f19a1bb2b12b02d974da00d994138d6c71b245b6dc7a8958765c41acb2e211ab890c64eba6b988f5dc3f88b5e21dc4da4740acefd420db42e4109b1957119bda2664fbedb5c8f6cadfc8f6a149c436af01b19baf84d8adcc41761c6d40763c00117ba506c4deed2162df698f38309e8843aa14e2f83c0271c2c311a7914ec439c50c71be4021ce659e88f3a76388f3b721c48d1e44dc761e47dc372d43dcedeb11f76c69c43d671db2d32c02d919370bd999188a786c55473ca2ff219e1a3988674e1ce2e5f11cf1aa1145bc5a7511afc9f388b78536e2dd3f8ef81cf2457ccef422bbe63421bb154b10dfbd1f11df5bbe88efb30064cf8975c8dee249c4cf7c31e2d7a08cf8a3fd883f5189f8c72c40027eb421812b672281cfed90c0a15d48f0d10924f8b10e12dcb20e09fe7a0109899740f6d131c83e99a748e8ee6c2434e914125a0623610087842d588b84d94420617b5391b0e8fb4858911d1256a787849b4720fbef9c46220e242291bf0c90a87c1a39e07b053998f80a3954bf1439fc520689167a90e8d617c851a005391a7d0539fa400389e91c468ed3b9c8f1bab748ecacbb489ced7524ae3817890f2847e29fe9202733af2189b7ba90c4d67d48e24f492449f92792e43d8624f965204969a948d2902672f6b13572ae6815726e7c279272ee259292b51149f955869c7f5b889cefd24152d583a7b521a9d92791d4723724b5db02491d1741d2ac7391b4d43348869b0d9271bf1cc968f6472e49a42397716d2453621d92b94c09c9dc1e8a64c6f62299d9fdc895130d48567c3f92f5641592d5a3815cdd7b1fb97ae21c926d7908c98e7980643f1a42b25f3d46b29b3f21d75c2e21d71eeb2239e1d248ced13dc82dc401b9b53e18c9d59a37ad1ac9dda486e4bac521b9175e23b9458ac81dd406b9ebbb1ab9bbf71c92f7ba0fc96f6c44ee49e423f76407918285a79102fd454881d979a4c06f3b5290998a148cee420a512fa4103f83dc5f9384dc2fad42eebf28411eecda833cf09d421edc1b458ace44224517a591a23b7e48d1b33ea4e8f935e461412552ecb9097944ac451e91f548c9ca8b48c9fddd48c98fcbc8e34d7790522300298d9d8f948ef621652eeb91b2d162e4c9e19548b9f834ab0b48f9eb4dc8d31526c8d3f2afc8d3a7ff90a7fd0d4885ae0d52495c422acbd72395433391677f6390aa477a48d54f01793eb012a956b88a54d7a6202f141c91175ae79197333a9197618b9197ef6a919aac01a456a31d79e50f21af227a91ba5015a4ee5e0652ef71116988c0918698af48c3d94fc86bd809797d5d0c79ddd783342add471ac359a4f15011d258fc0179b3ed0fd284d4204dc41ca4894b449af6ed459a9e0e22cdc817a4191d439a7d5590e61bab91e67f99c8db1946c8db741c699134455a06da91b69f3790b64118f9b02504f970681df2e1c923a463f54ea4632f8a743496201d5311c8c74209e4bfd28fc87f9fe3914f9b6c91ceed1b90aeb9ab90ae88af48577503d24d7a20ddab1e20dd7a7648f7561ce93eb21fe93e298d745fea473ed3c6c897a95dc8d7b18548ef4119a4376636d29bfc16f9ee0b22fd6e7648bf472bd21f7c0b1938ee890cbc62901ff1cac88f3bf3919f36db91c18dc9c8e0f43c1cdcee880cba7c4186b6eb21433fb391a17f73905fcf449111f76064e4f110f267712b326abb1bf927e382fc53b9858c513391b1b812642cb50e198f2491f1921a64fc992c3261668f4cd47f422686ba91a95a2974c64a149d996b8ccefcf01e15592c838a788fa2b3c4d7a1b3b2b6a3b33ea0e86cbd32748ec1143ac771313a27d9009dd3f90605129d5128b31185ae8da3b0c252143ef80285bf26a04881248a7c7241515f4b14bda88d6252388a6926a258c76214df7919258eb8a34446184a122750d2d80e252f0da264f16d947c44a0e494134adf2651462a1565561d421993f728d3fd036586655176e657943bb51fe5d92a94df5483f2efcd50a1341f15f5dc818a4199a878be372a11238a4a5dfa874afdb71f95be77009debe08eca685e436556c8a132ff79a0b2cb8350d9e362a8bce51254fed339743efa055560e7a08a6b9fa28ab6ab51c5d4f9e802fbd9e882dc085449a217555a258e2ab9de4017ea2ba20b771aa08bcab7a28b2af6a18b3e4ea1caebafa0ca25a751e561515479643fbab8fc19aa72590555b9d684aa6e5b862eed6c4197d96f4697bfb34297ff3b8caa654fbba18aaa3ddd8faa1fd9826a4ed2a896e50174e5060374e5f75e7455b60cba1ace415767ff4657df8e435717ec42d7cc5042d738baa26bfc8cd035f589a8f67a18d559ff165deb9e85ea9698a0ebb2ff43d73d2843d7fdf7125dffb3045d3ffc1ddda0306fda3774c3f62e74c3d37674c3177d54ff632e6a10320335b4e751231b6dd4e844286af4491435f6f7478ddf6c458dbfa5a0c66399a829b40035ddb305353ded869a0ec9a366726da8d9ee65a899af246a3ea4846e441bd08d9106e8a695aae8e65dbbd1cdef06508ba059a8c52905d4223518b5b8108b5a9e3a865a6d42512bcfefe8d603eee8d6a160d47a8e276a2d118f5a5756a2dba256a3db6e2e41b7b594a136f99ae8f6b71f515ba726d4f6d54cd476623b6a576788ee981382ee88fc86dadbfe411d8eb9a20e095b50872fb750879f1f51c7fd6b5027bd79a8d39e2fa8d37fb6a8f3f95ed4a5bf1c751937415d35ab51d71deb51d7d641d4b537047593b142dd3749a23b1143d4636b0fea31188a7a965f403d2b82502f090bd42beb3eea557a1bf5f1184577e129e82e85e9ac8c457d7d4ea3bee1a3a86f0183fafe9a83ee31f985ee7928a07e9760d4af3708f51bf242fdfe46a27ee32dd3fa50ff8d29a8ff1107d43f43110d90344003be1f46836cd6a1418157d1e0a5bd68b01a86862c974343f41ad0900317d07d523968e8e91b68e8dded6898d53934ac0241c38b4fa3fb6f8ea1fb9fbc40236fe9a2919dc7d0a819f96894821c7a406a2b7a60fc057a70e951f460e931f41035821e6e7a851e995040a3c597a147459ea147ef5aa0314612688ccb6b34e68c3c7a6ce34af458b7127a62c0098df5b241e3b637a371210a68dc3e2934bea01c4d78ff123d755c043d6da48f9e6e1f424fffa940cf5865a389452168e2c7eb685278189acccd4793c3ff43cfea57a1e70e9c41cfc51f45cf5d8c43535635a0e7ab6ea3e7dfc4a3a98b7cd10b6752d074e81c9a6ef9084d2fe941d3ab06d1f49f37d14b1d7fd0cb6626e8e57d1bd0cbe11fd1cb773cd1cc0fbbd02b5f2034ebeb6cf4ea3b25f4eaaf2768b65c039afdd001bdb62012bd76f8299ae3771cbdce5f406f2c15476f8c1d466faef4416f69be446fa55c436ff54aa2b9f3ebd13b57e7a07723cdd1bc4bd7d07c992368bed34af49ec466b42054022de80a410bd3dbd1c2d266f481268c16e5b6a20f65edd087167d68f1dc5cb4f846345ae2a880961cc8474bf251f4f18961f4f1ad2cb4d4ae0d2d8b8c41cba273d027196bd0f2059bd1f2153bd0a77dad68c5b3abe8b3da836895b906fafc761a5a1df312ad1efa82be588da32ff427d017d5b2e88b4ff3d117032de88b514ff465e408fa3233127d79f7305a236b84d6c8ef476ba96f68ed85df683db10fad5fa484d63b2f44eb836fa1f5cf55d186d99bd18613cbd1867be568c3d407f4f5c3a568a39680367a9aa38d01cbd1c6e80d68e3746f34f65f429b2496a24d87a7d0a6576368b3e53cb48572425b327cd1368961b42dd1066deb5241dbc614d177779fa3ed05d5e8fb5595e8fbe717d00f89cbd00f4d06e887df1fd10ef944b4e30c837614af413f4229e8c7f8d7e827ad37e8a7031cfae9a039daa97211edac25d1ae992bd1ae5f67d1cfc83af4f38f5eb467f224fa655939fac56415fa657a4e7c494d47bf66a4a1df367aa0bd7226689f2882f659de44fb861fa3fdaacfd17ee3e97cda80f60fc2e8c0552df4c7e452f427e18bfedc398a0eae7c8a0ea68ca3439d2c3aec34850e7f6b4647a422d0918365e81f9f99e89fa9efe8df0d1ae8e8c23af49f4926faaf8a40c7d733e8b8218e8e9f1b4127cca3d189b3343a39d7099d54a940276f9c44a75463d0a95d8dd88c9a226ce6b5404ce45101366bf6366c56de2a6cd6c4176cf60906031f6ec4c0b6b71874300f832e9ec5a08e500cc6776370a426069f7e8b21d0088614856248b519864acb63f80b7b8c607663a4d2084669c960d4b9098c8ebc83b19266186bfc04e37cbc316e378df1f7c73181de8f091e1f3031a3b598d8c05f4cfc9e2526418a62121ae69884cd164ce2fa5c4ce2cd3b4c1212c7247fbfc3a4628b30a9820e6cee0e029beb2689cd0d6dc1e6853761f3f6c761f39a194c66ad34267310c3641e3fc7643e4b60b227776172477530b9fc23987c982d267fd00e9baf38175358a18829e4d4638a8b2a304507734cb17f15b6607b3fb620db0953baad8e2d648e600be5b6620b35bab185b62fb145e8434c79b62ba66ceb8f29ff7b84a9980f622a598f3155ef014c35e401a6fa15c596dc31c096d4bdc5967ccfc496ae0bc296c6a3d8f28a244c5ddd1a53d7d3c4d40d6d30f5234e9886721aa651318c69fa7ec7340fe098e649354ccb461fd31a6bc256fa5661ab961a61ab6254b055f1c6d8ea4f6bb0d53dfe98f6ccdf98b68334a61da48d69bfdd82adbd108eadbd0f62ba5eefb07587ecb1f56d22d806cf5b98be9a29a66f6f8de99f5d8719d85dc30c4ef461868b21cc50d302335ca386193a4762460ba331a39abb9851e366ccd8471b33917a82993c18c44ccaaf63a6e65f30339fb998f9da4ecc7ceb1dccdce51a66deac8e6d3c148f6dcc9d856d9c78846d525b8c6d8a3e896d7e1a8359ac8ec42cf44c31cb7206b3fcf90db32acdc1b6deacc4b6169ec4b63e2ac5accf7298f53881d9ecb3c76c4645b0eddbaf63db13596c7b5915666bf601b37372c7ecb1e598bda20666bffa1f669faf833908ef3107d57798c37e0673c8b0c61c0a36620ecfbe638e1fdb30277207e6342f1c73da740773dae98b39f93b624e170d3167f1d39873f82ecc65691de672fe10e6d2d98db9091b31b7e13b98bb7934b6f35903b6737400f33460304f870f98e7c94598e7a74acccbec12e6356c84792f388379fbaec0bcf7fd87f98877603e8513d8ae681d6cd7cd146c77ab0fe6abf814f3d5b5c77ccb24b03d123fb1bdde31d85edf07d8deced3d8de3f2a989f6521e6bfeb0716a0b2060b4898c002ae276001f9b158c0c35758c09bb558c047092c9098c20235af6281b70f63414f95b0a0fa622cd8241d0bf69c8585c4c560fbd69dc3f659a460fb925db17d77ee63fb0a15b1d08f72d8fec331d8fefa655804188a456c70c1222544b0c8f1155854f02a2cea590b76c00cc70e06afc10e5ebb821d326fc40e45bec60e35afc00e0bddd8e1031fb1c34fdab0c3ff756247c60e61d1f343b1e84f39d8d1fe542ca6b80f3bae0b60c7336763276091698958aca331167b6d0c8bd385b038cf75585cdd6d2cde210d8b4fefc1e273e661f18f9bb004450f2ca1d10c4b184cc64e6e398f9d2c33c44e49fa60a72c1db0538edbb153bb0e62a7924cb153552fb0d35b9e63a79373b0d39d76d8192b732c315a154b3c1e82252f598c255bddc6929dbbb0e42a75ecac992f7636b7193b57bb114b19ebc452e9a358aadd6e2cf5f03dec425f2e9676dc1a4b6b72c1d20d052c83588765dcc0b08cdf4dd825af05d8a5a406ecf2b651ecb2ef292c73058a65ae2cc432dd1cb04cff242c33e5029679251fcbbc318865fe178b65ad73c3b24e7b6157959f62570d3ab16c871958f6ce142cbbf33676ed63159633df02cbd1c2b19cc33dd80d455fecc6c666ec46f84deca6753d76f3c233ece6c577d82dd18bd8ad8f06d81df8297667fb11eccecd34eceea6cd58fe363bec5ebf3c766f12c50a2c12b0026731ace0b22a56b82b0b2bf43f8f15beaac11e48b1d803ef00ecc15173ecc19012f6f0d26bac78d62cac580dc48a6f15628f5277628ffa13b1129b76ace45501f678db5facd4f40d56dad68195d59a63e5b32db0f235fad853b706ec69a815f6346d1356b1df1eab38391baba83d8f556eba8c3dfbe58055bfeec65eccabc65e8a2ec35e76596035f7f76135dd67b15af23056abb417ab4dd0c75e1dc8c25ec5f561afea86b1576fbcb13a272bac6ed001ab07fec3ea5d94b186f0b9d8eb113dac11fd83bdc9bb87355d99c09a2b9cb0b7e9e9580bb11c6ba5ae62adba1158ebce1aac756f08d6fa241c6b5bc7626db52fb077671db176391c7b1f9685bdaf68c73e80b1d80799fbd807d3bfd887bdd7b10f876e601df023ec636601f6f1e651ec63851df6df5345ecd32603ecd32b0dec53c377ac33ce04ebbcfe0cebec84b0aef22eacbb8dc73eff69c77acc06b12fe039eccbfeefd897335ad8971728f655611cfb26f211eb4d5a807d1777c6faa242b07e4f71acbfc20deb7fd187f537dec3fabfd2d880440d3670da021bf8b31bfb21f907fb794a19fb9972051b548fc4069f2dc586ec5e60bfa49761bf5a396cd85e0c1b7eb90c1bd95480fdc95b82fdd57988fd6d9e8b8d12fbb1d1d0d9d8e8534d6cf4db796cf4970ef60f65b1b119c7b1b15d89d8f89af5d8f8583236f1b1059be4aab0c9ed1436a5e9804d7922d8547a3136d5fa089ff998c645441270115d0f5c6483362e62c9e3b3a80a7c96760e3edb450d9f3da485cf0997c4814b9638c82fc5c130371cc28fe2d03f2b1cfe328e23440a8ef867e0684e3c8e2bcec209c5219c58688e13d7eb71d270094e863ec069ef1d38a357853357f270b6c616e7dc6371ae6423ce5784e14294192e2a24e3a21232b868c06d5cac511b178f8dc2258b66e0524b1fe2527a3eb8d4ae6a5c7ace3d5c7a91362eadf3169776f0c4a53f6fc0a5274ee273cbdd70991c195c7eed143edfcd15577cfd1a573a38882f14bd8e2f0ade8d2fca52c417fd9ec0950dd7e3ca9601f8e2597ff1c5d2f3f0c547027195c9315c75a63fbe44e42fbe044bc5976c6ec0978796e1cb4feec5d554055c6dc76e5c2dec34aed6771d57d7f982ab3b7ec7d5cb2370f571395cc3f003ae61fa18d778791ed7548ec03597f6e19a7ae2b8e639255cf35707be8acfc1574f4ce26b8425f89a532f71edf8dbb876168d6bb7ebe23a6ab3701dddb9b8cea6105ce7e93b5ca7b1155f4baec0d7ee3d8caffdfb1cd755b0c375bd2ee1ba47c771dd3c315cf7e76e5c6fd1355ccf3f075fb7c40a5f1f9087afcfe671fd0d08ae6f588f1b74e7e2065f4271430d3fdcb0431337da58871b65f4e1c612e2b8f1c46cdc64c819370bbd856f9ca8c137f132f8a63bfff0cdbb32710b6903dce2aa806f59ff0bdfd2a28c5bfa77e096414b702b8b387cab412e6e3dbb14b776fa82dbe89be0362e83b84df54b7c3bb10eb7f5d4c56d9364713b8d45b83d3e82dbaf54c7ed37afc0ed0fe5e2f6cd1db8c3013fdce1b628ee285b863bc693b863fe38eef85c1277524cc19d0d6c7197b2cfb84ba30ceeb6780a7773f5c5dd2efae0ee62f37077895db8bb721ceebef913ee7e6e14772f9bc2ddeb9ee21e4837eea104e01e3ae5b8c7965bb8c7e199b847c675dc737e1beef97e36ee395c847beb89e0de5b6a70eff3e7709f7202df157200dfedde8eefaeadc27d8548dc57ee1eeeabd889fb46e7e2be5f307ccf0c297c6ff4667c6fb206be37d704f7232a71bf7932b83fda81fbcbb9e1fe363b70ffa0afb8ffe44e3ce08a071ef0f1301ed07b1d0f18adc2034566e1c14bccf010e01fbeaf77000f0d4bc043b316e2618b7fe261fa201e7eb301df5fea844705cdc6a38e0b78d499fff0a86b9d78d44355fc809c2b7ee04c207e20cf023ff865103ff47d1c3f0cfdc48f8847e147d65dc38f6cb880478bfec2a38beee1d15feee3310aba78cc2e333ce68b291e33f1193ff680c48fd7bec54fac1ec14fac9fc263b96c3c76e7001e5f7a0b4f40383c61fe313c21cc044fc85a892714e7e2096f82f0537373f1d354117efa98087e666f367ec63f133f93e18627ea58e3899e157862cb053c495b064f7a78144f361bc39333d4f1e4ca02fc9cad389ee2311f3f9fe488a74a3cc32f0023f805500bbfb060237ee17d1c9ed686e1179dc7f1f4ab349e5eb914cfd8f703cf78ae8d677cd3c4334dbfe299691ff1cca777f02b4f76e1592b54f1abe75bf16c03433ca74c07cf7909e1d7e540fcfadf77f80dc01cbf69dc80e7deadc2737f6fc6ef0ccfc0efbe2ec7f3cbbaf1fc9e48fc9ef513fc5ec852bc700f86175efe8a179dafc61f9ab4e10f0f3178f1ec68bc38fd1cfe28d7117f3421833f5629c21f3b38e08ff798e3a5c75af1b2a873f893dfb3f072e3eff853c51efc69ca76bc82588957e834e11541e37845f859bce27702fe2ccc097ffefb255e5d1f87bf502bc55f68abe22f5d9df197d71fe135666d78cd015bbce69e145e1b188dd7b6d5e1b51383f8ab5943f8ab478178dd8237787d8e18de601688bf56f3c41b3f36e16f16c6e36fb61dc5df7804e14dd815bca9321c6faadd8337afbe8637ff3a85bf9dd78dbf7ddf8cb7585dc75b5eabe12d93cff156bd1578ebe3fd786b552bdefafa11de56a28cbfd70ac3df776dc43f2c97c13fda5ae0ff25f4e29f2e9be39df32df1ce350bf0ce2de978b7d20cbcfb6623de3dd4837ff6be86f7f466e15f74eee35ff43ee15ffcc3f1af4e69f8d7cb8ff1af550bf06f565e78ef89c578efc92378ef6537fcfbe320bcef9838de2f3784f757f9e2036b61fc875d38fe23e222fee3fc3f7c9074c007a9027cf0d0497c68e95f7c6823820f5df88c0f738df8889b223e7244171f394de0bfcfd9e17f5c7ee37fb22cf0d1f5a7f1517d0a1fb57f88ff5b5a83ffbbb60a1f931fc5c77c76e063e7fcf1f1a541f8b8ee727c7cf41f3e3173013ef1fd2b3e09c4e193bb7fe29361c1c40cc7cdc48c938f8999416f8899b90384c8ba6242e47131314bf139316bc52362d6dbb9c41ce76e624e502231e7443201bc5327409b5a02bc2f4580ed3e0424694540669b09286c0e01aff62190650881fca10874e64102438b084cae9fc0564c10d82a51028b6b2570af8304d1db4990cb3a083af03c410fbc261893a704732f99e03c2b09ae082078e02cc19b5e2078cbab043fbd4761d90c42787b8b10ba140851789c10157b4788aeb840884b5712e2a7730849c9c384a4fe6c42d2741e2179f22c21bde63f42fa900c3197784bcccd3623e641278879f34b8879cfa309993936844cd36b4276fb6642f6d82e42ee783f214fc410f3579e2614143e100a6a568482de4c4271be26a1e8ab4028fea9249422548985193f8845a57d84326e4428cb4c11ca05e1c4e2eadf84cab1e784eaec97842aac4fa82645124bcc2062c9f49a4b312762a9660bb1d4be8f58eabc9c58068613cba6bfcd72b3ddc4f20e7562f9c02d42edfc1b42ad2189d0b0d12134f24e139a39ce8466be09b122489b58f1680da105cc21b4bae711ab428389556f1f10ab590342fbb812a123b792d0515f48e8b86f23d605ec27d6152d25d65fc3890d2fc5890dbffa08fd2519847e431061108f10060da70863196dc24cf50261f6529230f7ee20cc133d09f34b7dc4c6233cb1492b99d874d38dd8d4f195d8d46f4d6cfaa3406c8e2e273617cf242c2863c242fc0d61a1fa9cb0f068242c22ec08cb0fe984b5483e613dfb2d619d64446c938f24b6ad0a20b60d2711dbe71d24b6077511db9fcd256ce7e611b68e9d84ad531a61b7fb15b1038a207684d8138e0ec708c7f8238453d838e1ec8011ce93b70997cb0184cbd31984eb822f84ebb36f841b798770077f12ee313f899d47b6129ef84bc2d3a59df0bcff87f02c2a2176a54510bbef8d10be9faa08dfdee3c45ef96162effa13c4de8b95849f4d0de1b77f21e1577586f06b0508ffc6362240cf800828cc2502175d2302d38f1181857788c0d7f544303a8f08714a27424edf22428fdf20c216a512613a7f88f039b5c4fe0b2ac4feab464444cc1b22e2ba0b11f1299788acda4144ed4b24a25ada88039e01c4814a863878d8833878622371e8563c71a8c780385c564b1c796a4944aff1258ec2478918e55f44cc361122266abafe364a1c93cb208e6d77248ecb7711c7e33610c7ab4e1327fe3911b1450944ec603d1137f32711ef3548c49fd2221266bc2112e6ec21122eaa12a7b6ee234eed4a234e2ff84b9c5e798b38bdc98538fdf02e71ba2f973863768048dcf4864874b94724161e24125fe6134936d644b26f1f919c66469c959e439c0dce25ce1e2b26ce85fa1229730e13e7711de27c8824713ebf89387f4f82385f6c4a9caf9525527f2f2052ffc513690bbd8834cb64e2a2ea0091ce8b1219b6b144461e45643cdc495cf2d7252e956812972f9512999692c49595eec495d3e64496723d91e5f99db8bae53171f5483f71cd4a9cb86e4a10d7f76410d71b4d88ebdd97891b7581c4cdad59c4ad0d6f895bde1f885bb545c4ade11ae2b6d315e2b6af3191ebbc9bb8a3729cb8bb9027f2786722efa0059117a745e4dd3c42e4558e1379cf6d887b0b72887bbb6588c2d54144611746dc379126ee1f0d201e149e218a167c238a566b110f1f69138f1e69118f9efd261ed5fa1025fabf89920789c4635b9878ec7f8c28558f234ab77a12a51ed359954a948b4d10e52f1d88f21e15e2a99811f1d46f8aa8484f242a2e49109563f388676a9944952341bcac8b256aae5e216a77b710b5775712b565478957367ec4ab485be255d44ce255de3ae2d5e81aa22e6f13d1d0b49a6878ab4abc9eb99578bdff32d16c6e43bcb5ea215ad81744cbee46a20dfd43b46959126d5e13c43b468478673c44bc4b7222de0d3710ed9039d14e4813ed6402d12ef990685f1542b43b7f26da0f1811edd98ac4fb0257e27da517f1012d263e84d5111f5282880e218de858f587e81870273e0aff111f552c888f36db888f3e0cf131aa9ff8589c46fca71e44fc173f9bf8f4760bd1d9ca105d5aa144578401f179ad29d133f330d173a295e8c91922be8a1d24be1efb477cfd7e8bf8667791e8252a883eb688e8f37723fad5d38901f15bc44037490c0cf7103f94d6133f5f84103f27828841a957c4a0411231b46f2ef12be81df1eb7924313c739418115d4a8c6c7522468af612bf6fe512bffb2e11bfc72b89bf500ff12f77193186d41163771613634391c478e97d6242ae9b9838f68098c87d4d4c3c5221261b7f12d37f1dc494ca2d62eaf52b72062649ce149d438a7cb12167451c2067f56c21678f2f21e738069020749704990f24282f47826e2009e69492d0997e127a7a8084feee209167ca24ba2288445df348f4eb7212835d48cc1127711d8ec4ff8124a15d4e1296c748a2c79aa4483b92865e92cc9406c99e2f2739fa3bc9c71c21f9abe2243fb096142e1a93a2b00529ba5b9e145bbe9514f30e2125d6f891920f4c4929733b52ba508c947e5d4ace5d32adc99d9ca7ac47ce6be3c879bf579132ef2f91b20be790b2975f9372af6e92f273fcc9f9fb66900a865da4429501a96494402ae576934aa5b9e422681fb9e8f94172d1fb9fa4b2eb0f52d9ab9b544efd4a2a57ec2195abfb49e51e2972f186725265660ba9226c2355c49f902a1f9b49d5ce0172c9bc5472c9cf17e432d91fe4b29d1de4b2234de4b2fcc3e4f2f17ba49aba24a956a940aafd8924d5f5285273c60972c5aa4652ab7916b932be8a5c999246ae2cba40aeb6bd4aaefefb855c3364496a1b8c91da1915a4f6fbafa42ea54aeafeb945ea0999a49edb6a7243ff0c521f3a41eabf394c1a889f220d9603a4c1d81cd230bc98343c839046d7af9046dfa648e3330f49e3b3fb48e3d26ba4d9df39a4b9f43f722362456e0a39426e9e7397b4d0af22b7542b9096fbf692966d41a4157d85b4daa04d5a5d9fae7f2792d695eaa4f5a750d2fab33869b35291b4892d216d861ac8edde5fc9ed3f1f90db877793b6522aa4adf21ad2d64386b4cdcf257724cd27775c8823edd7dd20ed6bd6900e4020e978cc8b74cca448c7ec22d2e9d423d2a97f39e912fb99744b584a7a244b931e1dab484ff037e935fb3fd2ebb81fe91d7083f40ec4489fdbdf499f478da4efcc62d2978d227def4f67592ce95b174cee113523f7acd840eed1d724f7ec3a43eeb9db40eea911c8bdd28ae4de94b5a49fd67ad2cfae92f46bfd49fa0794900152f7c800dd3764c0cb2a3260c08d0c2482c8404b5b3230e02a19a49e4306055493211febc990eeebe4be45c36428ea4886c9f9936115bde47e621eb99f5e42eef7794dee3f7e9fdcff2195dc3f759b8cb00d222362e79311f15e64e4564332f2643e19a5fc878cf2cd20a32a9f9007ee549207da7cc9c3eb53c8c3ff28f2c8ce87e49197b3c823af8f90d186856474ec1df2e8e6503246a6873c611046c6defc44c6de9b4fc656b99171678e91f1df6dc9049bf364c2843d79d263017932f41c79ca27873c15b88c3cd5a8469eb93a73da42f2cc2f7932d1aa9a4cfa9c4c2663e5e459dd06f25cec4cf2bcb08b3cbfe32099baf70f997a5c9a4cd38d23d30e59926957b2c98b7ed964fa4a073243e60899111244669c6c2033ee8d929726de90972bb4c8cb75da64e60b0d32b37f1b79255385ccdabe98cc8ad94866dd7f49667d2926af1a5a9057bd28f2ea284d66cf3225b3f5d792d7d49cc96b43abc81cf83f3267529cbc3e6b2d7963d965f2c6a02a79f3402b794bea3c79fbe01132f74014997bb59accfdc09277643f92776c3e9277bd0bc8bb03ca649ec239324f2999cc5bb28accef28220b867791851b8ac9fb26c6e403799e7c707c35f9e0ec23f2c1651fb2c8af807ce8e0483ecc5f4c16eb7e268bb32f918f144dc94783abc912bda364896f3159ea35499676c8924f0c8f93e516b7c9f27dd7c8f27407f2a9a60a59b9b899ac34594e560512e4f3c652f2f95437592d6a4556cf1f22ab172792d51768f245e527b2967949be5a644cbed249225f35fe23eb8e3b9175adb264bd8440d6373b930d575f90af1757906f2ece22df8c2c239b663c279b96da92cda610d91cef4f3657a692efd48e92efbe7c24db296db2fde923f2c39dfb6487c628d961c2931fdd2ac88f277dc9ff96c8909f8e74939df2d7c84e7d35b273d37ab273b336d9ddb592ec1ebb417edeb896fcfcb387ec2964c99ef24ab2678827bfbcf425bfaa1b905fb3b3c9afdff793df1453c96f935a646f9d18f9fde039f27bf147b24f2a8becdb6944f675cf23fbfa8ac9febd1fc9819d32e4c06b09f2c76d8efcd91a410e3a7792835333c821b7247228753e39f46e8c1c393a45fe769c43fe8ebb49fe793542fe69d027fffa9c26ffe64f907f1f9a937f8b7f907f47d692a3f38ac97fae5bc97fffecc8b1bd87c9b1fbe3e4b8a80b391efa1f395ed6434eca9991933ef2d3f4c8c9facde454550e39f55f0835634e3235e3410635d378849ae9ce513327b3299173fed46c702b359b1ca6e6ec30a44045530a0cdc418107ee5390ff08052f95a7e0371f28f843160577d752887a2585247952c8b33a0a35ff4ba19b1d28d46b1585c93b52d8a80845d0ae14a11341114f0f5344ff3d8a549ba2c87b8a14854014f5b988a2f7845174e230c5849da198f0498a296228b6a695e2100f8ac383294e1ca3b865ad14bf1fa2f8b4044a88fd4b09193f29a1c38f1245da29d1ed9f29515b92123daf4289ef3c4789c70553e293419404e24549fa3950524b6a28a9351025d5164049abdda7e6de9b41cdfd7a829a873a52f3245f50f3b40e51b2ba0394ece587946c430525b7f13125577b84921f88a3e6730ed47c295f6a7ebc1ba530eb1da590e94e293cb0a3147ade528a577529c5ae206ac1cc026ac132476a41ec2b6ac1df359412644129656ca11616da530b1ff4508b8815d4a2622b6ad11b1f4a995a4129bf92a6943b2ba9c57aa3d4e28d02a502d8532a8f0e52aaf35e53aaeee294eaa5bbd492655fa8251d55d4d2205f6ae93b0b6ad98a726af9622f6a79951bb5fcfd296a79ff0e4a6d7b31a5760da3d49e2653ea5b0b298d7d33298df8524af3f6736a855224b5c2e330b52272925a9170865ab9579b5a79d78a5ae5d34aadae1ba6b4dd7428eda3e194f689224abb6e06a5ddbd92d211994be9bc3b41ad5d9643ad6de8a3d6be95a7742547295df5ad94ee1e6b4a372090d2cdde48e9c9b8537adf73a8751663d4862d3fa90dd6b3a80dbeffa80dc756501b9a2c28fdbd7694fea523947ee72e4a7f781f6590dc40191ef5a58cb44628a307c594d1a7799471803965529d4e99727b2953970794695a3c657a759032ad4528d3c656ca6c712165a6b29032dba14e99056ea4cc3e1ca3ccfefb4199af17a5ccb76b53e63bc628f35b3194794f2a653ed1456d949f6664456d7cff90daf87b05b5f14f0db52991a136b568529be7c6519b779ca72c244e5316f6cd94c5ce6794459c146579e80b657965056579ff1c65d9a34a59f64e50963f64292bd9b394b5c771ca3a3098dae65e466df3f5a6b69df7a56cc287a9ed4801b51dcda2b6f7f751b663b7283bddc7d40e8f8d947da01365bf2f8bb22f2429fbbe30caa12992723cac483945ff4739dfafa35c669ea45c4e0b94eb91a7946bc541ca6df36aca2daf9a72273652eeca9994fbd11a6ae70c8eda29354279bc9a4d798a84539ea421e5f9289df26204cacb0da5bcb2e7515e2db694d7d79394f7b65594777f09e5232d503e8a79944fa835e5d3164eed6aa8a47cdffa517bf616517b622ba93d3d1729bff52394df7e63ca5f650be5fff42b1570e50e15907d970a78e64f059e53a5026faca282b6f552c1961415c2ada2f62d8da2f6fd9ca0420f8d53a1850fa8d0915f5458c1692aec9103b5ffe0426a7f622f1531fb3a1561924c4584a75111d5fa5464df3f2ab23f928a228e52073e5fa40efcd2a10e8c5fa70e2e78431d5cbb883a68ca52073dada8c3b35e504744aaa968f74354f47ff3a8a3cb4e5131e726a863db7752c78fe752279064ea84682d75426a37151b584dc546565371fa4ba87835032a3e7b908aafd6a6e23b75a804fd3e2ae1e63a2aa1fa3975d2b49d3af9b6823a3918449d528ca44eedb8459d7a4653a75a10ea74eb13eaf40723eaf4e85aeacc9b4d54a2c52f2af1064225ddafa1929f8a5167f7bb5167335da873fd4554caa62c2a653346a5bc9f4fa5745ea552261ba9f30aaba8f36ee7a8f341d1d4f958843a9fde449dffd74ca542e954eabc6554aa8135957656854acbbc48a5dd41a88b51d554bac7652abd782d95fe558d4affd14865c8075019f3fda84b8b9f5297dee3d4e54d207539519dba7c7f2e95797f0975c5ad92ba526d4665c95a50591a4ed4d5fd35d4d59a3bd4b5ee37d4b5cfa5548e6c369553e34be58c5ea3ae9fb2a06eb44853377e3ca46e06f4513747eca85b8fa655e751b7373ea76e5b6ca672e7265177168c5077727e5077eef452774625a8bcc5b654de59492a7fa62995bfe013957fdc8dba67f298ba77b49d2aa03ca802b3f354e1c1cfd4fd9264eac1ed45d4837bd7a822d6962aba2c4f1555195145afa675da500faff551c5b3f653c587df5325eead5449e96faaa44a952a99fa47953aa85065c7ae5165191254d9ed0cea89862cf55414a22aecbf5395f3cca8cabd27a82a4c87aa52f94955394553d56a225475883555dd7e93aaee96a25ebc9e47bd6854a05e1ae9523562a7a99ab3c654cddf6fd42b5977aa5ede95aa3790a3eab73ca3ea3b51aa61a628d5a0b1877a3de313d5281d4f352e8ba41a234aa9371234f566f909ea4dd718f566642ed5a4789d6ad22aa39aac35a8a6af2ba9a63fd65473bc15d55c7c9c7a3b671df5d62a8f7a7b8ea55a763ca75afc86a996204daae5ec49aa55fd1ad56a2049b5e988536ddee7a977f22ed4bb0d6dd4bb945b54fb39947abfe411f53e12a6de9f44a80f527ad407b955d487e93d7c305f4775483ca5fe2b9fa23ed9b7519fc249ead3d147d4a73437aa53fc0ad5e9738eea9209a0babc4da8ae1290ea36d9407d9ea7417d3ee4347d155ea07a4839ea8b560df5a5b888fab6d09afab66c01d59bd6417d9fbd9bfadebe8bea9beb4ef505cb51fddf75a7b95303cb1651036101d48f287fea471b4ffdf89c47fd0448eae777576a30d1921abcd6450d5e97a386d4faa821536d6ac8e70035f425871a1a2ea67e1bfea27ee71da4fe4059d49f0d23d49fe075d45ff31bd4a8f8566a74db4aea1f2847fd133f488d45b452637f55a871760735be249d1abf3f408d770651933f42e819e7ede999a5023db3e30d2d12e74d8be4cad0b3f05df4acb5ddf4eccd4ef49c5f4e34b0641e0dec4fa5c1822d34945d4d4345cb6878632b0d0ff4d0c867051aa54568d4df93c6dfaca4f1773934e14bd344fe7c9af83d41930b5c6972f1279aaad6a5e9da7d34b3f705cd04bfa459732b9a0d72a7d96b0a345bda487392cd3457b48ae6e7bca6f9817fb4c066d3c202755a947a468b06ada3456f7da3451f2ea145272c68b11d0ab4d82e355aecc15c5aacfe252dde738f965814484b81fb6929793f5a7aea1c3d1736a5e7c685d0f39494e879b6176919ee1b2deb314ccbd6d8d3729f57d07213e768b9c9205a9e9ba4e51f91f4fcb9e76985d90cbd60d97e5aa93d8f56fafe935eb8cd955e346301bd68cb5e7ad1b6b5f4a284627ad1f4faca1e96b4f22bb16975b4f2c05d5a797421bd58a6995eac284bab147ca3559e06d3aad4355a556637adaa6c44abfa2ea7554fb8d34bf392e96546e1f472469c5eeeb5935eeeb79d5efede985eded341ab41c76835fb425a6def075aad2283567fad4c6b48ead31a1e11b4e69b53b4e697dbf48ae52af40afd7bf48a9d63b4d656135acb539dd6da634e6bf93fa3572984d1abdd13e8d5e7b2e9d5a9cfe9d5bd9db4b6df3b5a47559cd6b97883d6b9f291d6156da675ef77d07a2221b4debd87b45ebf03bd4ea58f5e5ff692de905641ebefda40ebbf17a50d03c56823d153b4d18f19b47186156dfc229636119b439baa5fa44d6b3ed1e61e2b68f38868dafcf8437ae3af0c7a93ce6f7ad3f1767ab3b11fbd798715bdb97394de3c748eb658c6d11603d6b4c55425bd05eca2b7cc1fa4b7a867d15bfcb2e92dff29d1969aaeb465da4edaf2cf5a7aab722f6dad718fb6d6f5a0adbf17d1dbf81df4b6bf2eb48d58356de363476f9f13486f8f2ea4b79748d0db5b6ed0b6a2bb695b0598b6dd614edb96cea2edf684d1760717d07627bc68bb772ef48ee5cbe91dab26e91d997eb43db6957688efa01d77bca69d5c5fd04ec34f6997d77ab4cbfb3eda7524817693aba3dd0ca633c69f76575d40bb8f2fa077366da33d14ac698fb0cbb4e74c8cf65413a53d2f2da73dafada73df3cfd39e553b692f0359da6b9308ed556b497b8d58d0de5b5b689f45b5b4cfd9c7f42ed28ede65f286de7de627ed3baf82f65d2446fb2efb40fb5664d17b1b9be8bd9f76d27e6f0a69bf2f38ed3ff32fed3f2e4207684fd101e732e840bd7a3af0c5013af0d7453a70fc1f1d347d7e825668d1416794e8a0a2683a98984f07cfd3a183edced3c12177e9e02f8d74f0c40d7adfdb643a7474171d7ed595debfb38edeefeb42efdf1f45477e75a4a30c0be9a89dbbe9a80362f401e2397da053823e64ba9c3ef4389e3e549e4d47eb29d147653be8980347e8983e823e76b3913ed67b923e3e5f8e3ebeb3943eee6d471f8f8ca48f8ff8d227383bfa84db6a3a36d3908e9391a3e34ac6e878cf423ae1384027dc0fa5133ad7d0097face893c771fab4f261faf4927bf469f31ff4e95b73e83392347d66633b9df8a8864eca1da4938a1ed2c9bb32e8e4c8f574f29179f459b325f4d987009dd2684aa77c77a6537e2ea7539dd3e8d4842e3af55c289d5a1c41a75693f4859546f405832bf48543049d16b69f4efba34a5f8c96a12fa61da22fd655d217dfcfa0d3d576d3e97a3574badd3b3abd2b9ece2829a033fe44d3974fe2f4e51bd1f495e400faaac41dfaeac9213a5bc989bea67d8ebe1661435f8fd2a7af1fb8435f3f5d4f5fff3593be211d46df7410e89bf1e9f4ad4571f4ad2781f4ede5f5f4ed515d3af7b0389d3b1844df9d3e13774b303a0ff849e7415be93c49473acf19a6f37ef0f43dfa097deffc3efa3e3e44df57f4a7ef6fd6a2ef1fc5e807cd6ef483f76be8a2f955f4c3c82374316840173f8ea58b6bd4e8473b67d38ff698d08fee76d0256737d2255fa2e8c743d7e952ff0f74d9ec6d7459dd52baec9d0afd64f5f4db2d5ae82723c374f9ace37439fa992ecfb7a7cb7ffda32bf23de8ca7776f433ed5df4b39c6f7455943c5df547867ebed4967ebe4a967e7ef5295d3dfb215ddd634ebf586446bf88794bbf18fc48bf185942d75897d13509ae74adca27bad6519c7e454dd1af361da55f35efa4eb94f7d075bb71ba7ef9145d7f5e8aaeaf5c44370448d1af950ed06fe4e2e826d9957493f207ba69ff7dbae9134537cf7f4b3777e4d26f67bfa6dfae7c4fb7804a740bff9a6eb147e8d67ba5749b7a18dd661448b7fd4ea4df394dcbeea5dbefe8d1ed452df47bd3abf407487f5a0ddd312b89eef87084fe489ad29f7ac7e94f7da174a79d11dd191a47779ef6a43bab24e9ee90bd7477cf2fbafb1b457fced1a47b1492e81e0380eea972a6bf6496d25f5a13e96faecfe96fdeb2f4b7563fba37aa87febe61daefe774df9a4ebacfc780ee2b2da6fbc66fd1fda11af4c09dedf440e9537ae0d9497aa07b36fdf3e13ffae7abfdf450cc517a282e90fe75700efdabbc911e4e5f302d84febd6009fddbe73dfd3bd194fefd682ffdbbb596feb34e8cfe6bde45ffb593a3ff867da3ff296ea0ff6da0e87fde29f498a80b3d26b18d1edb2136ad861e5717a1c72d32e889f00a7a4a72889e52366366cc346466183f60664c343133a6dc99998bef31330b4f31b3766f6166a5d532b31f4930b3a7ce33730efe66809cbb0cd0f48e017ab732e03e8201c34b19f07e3103566d66a0ae16063e95cdc077c61944f62c83c88f3368841883569d62305588c1124b18ecd93106eb126388fc6686fe8c338c19c730df36339c940ec35d3dc07063e10caf3f83e12bb319fe871823d47432a221a98ce899398c98b80b23e62ec688754f30e27e198c787c34237ec99291402f3012210d8cc4d11846e289222351c53192bab58c64890b2335af8691522d67a42b0a99b9517799b9753accdcce3c665e25c5cc1bb56264d4a31919ed2a4666e70546c6df949109286064752418599f4e4676d71a46f6502923fb428c91b32865e465ef31f2466a8c42472da328338f51dc3d8b514c9ec92c38f79d519aafc728051d6094122299850ef98c728305b3f8f06766f1197166f1a5264655e924b344419e59b2539659e2f7875952e7c42c75ab659645dc6296dd78c82cfb738b596e7288595ef48859fef937b3fcd729464d6507a3e66fcf68cc11613472bd18cd8d1d8c665a3ea3a57291d1b24b66b4bc7c9895d20f999509f39995cddf99551ffe30ab557730ab736733abeb0d99d52d6a8cb6b935a35db09ad161e3191d696f46476731a3137081d1f9fb9b59fb7a2da3bb5e99d1dd9ac2e89d5ac8e8b56a30eb968831ebca2166dd6b0366bdbc1bb3a17411a3bf6233a3ffdb9c3104e21843ca8a31dc779631bc7b9d31ecb0668c729d1963912ac6789637636c92c718fb3432261a518ca9f223c6d47001637aaa9831ad91624c07ab18b30b898c597721632e6832e60ea18c79da0dc67c229cd9a8dec16c8c8c64369d9162361b35309ba30a98cd2d0f992d1ae7992d1f1b19cb791863a9f899b13cfb88b1ec04182b2f79c62ac49ab1ba7e9db1ba2dc36ce5ee32d62e7718eb1e57c6fae752669b730463133c8bd9eebc99b19bddc2ecd862cdec88cd60ecb566330e2b2618872d328cc30b37c6e17b2de398eec038befec23829be649cf4c61867249371de7d8d71094a655c924c1897f30718b74dcf18b7895f8cbbdc33c6dd528fd959f986d9f996613cb8a869a38cc7ada38c97c503c6fb5705e3b35b92f1f934c9ecaa3fcfec1ac099dd13f68cef3e5d66cfd13266ef1e84d97bae8ad9fbfb12e307308cdfd21ac6df409c09f81bcc049a2b308101e14c60a12a13589ccd0457424cf0542513e2a9ce84542c65f6c187997d0b8d997d49624ca89829133afe8b09f71198f0c38d4cf8a005133e3ecaec4f3cc644cc516122764f7b59c744e6ac6722bf883391a3b54c94bc2613355f9689b27367a23cca98a8130f99831ab1cca179facca18535cca135079843c6fb98439b6f3287c2b598c36b09e6f06d25e6f0c310263a781513fd578d899e5ac31c35ddc31caddac7c4e8da31310f7e31314f6632c7a4269863ea36cc318fd5ccb1fc65cc714d8e39be7a39735c2f8539be5192397e793a1f0c322776d63227421398132f1f31b10a3398d86b034cece33e266e4b2513b7c38a890b3661e2925026de7f84894fbfc524489c6112ec2f3209be524cc2d9abcc49ac9439351ecc24de79ca246d5ace243d4967929ecf6192176931c9dec54cf2896c26f98f2173b65f85393b61c0a4146d64529e92cc79a9b9ccf92bdf980b3249cc8557594c1a779449db28c7a4395e62d26e2a3117ed973217af053017df5532e9878c980ca19ac9b0b260320e1f66329a20e6d26d3de672ea0493b99d64326fcf62ae186831577abc99ac983226ebcd1fe66a9a3973b5b182c906ae32d98f6d986b8a0473edb10893e3a7c75cdf36c2dc70b0646eec6e656edc0b646e0e8b32b7635f30b76f0d33b7f3a598db95c6cced0690c9d558cddcd9d6c3dcb965c1dc0d3660ee5e1a60eed6b932777fd53079e64f987c1167261f9fcbe4cbae67f29b9732f7967d67ee690c33f7d66432f76ce732f7de814c816e0f53d096ce149e5bc8143ee9650a272299fb3f77310f7e2d678adeab3045fdb94cb1e30ca6383a85792483308f1aa599925c9029e9fece3cb6cd631ea704338fef3c664a933e32a569d5cc13714fe649f845e649b438538e8433e5c909ccd3e1cd4c459c33f36c5310f3ecd202a64a618aa9327163aac51c996a7529e685442ef3627518f3e2c23de6c59312a6664e2853b3c88ea99992626ac3879957f293ccabc36b9857a7ae30af1e6a31afc625983a2889a9dfb78e691055651a8e5532aff118e6f5da43cc6b9f3bcceb9b8acceb3a71a6f1981bf306c962dea8d5326f32df306f9a0e336f7a1e314df67accdba346ccdbbe37ccdb0955a655da8169b56e615adf5f63da640a99b6c81f4cdbc109a6ed900dd356b39179f75e8169171798f605ea4cbb7104d3ee7881691fbdc6b48f6d63de9f5bc07cc89f623aeec9311dcf17331def0d988e0e67e6e3810fccc79e56e63f255de6d32c5be6d3ec53cc27e771a6535391e9f4e4994e5f4fa66bd13ea6eb2ccc7c561c647a4e6e62be28e6315f8ec7325f159a99afe7f598af19d5cc3789f7ccb7e9f9fbedc94ae6dbbb08a65701627ab7dc657a035399ded0ad4c6f4725d33b2430df570f30df775e65bedfbac27c6f5065fa087da6cf3d88e9f3cd65fa25ce313ff6c4333ffc31e6c7d368e6a7f32a66b04f8519dab88219daf1951972ed658682363343979733bf462d9911a72c6624cf9bf9edb39af99d7792f973ea1df3777d09f3d7c584193559cf8c5a4fe7cee5cc68af23f38fb8ce8c6b5c63c657b1cc84562933e1abcf4c5cd9cd4c8a5c65a612beb133aaaeb322a96bd8592b75d9595b35d939b2a1ec9cf26d2c60b78805e22c5870e6711684e458d07f8a050f27b360c5200b012a2cb4d587850abeb2d0e7eb2cf4f5078b6c3761914b8f59244b8345bf45b23864cd125b5eb1c458204b2ec159d2fe264bbed9cb92dfc5586a46374b2dea67a94d67592a6e2d4b8b78b08cf80a96d14459467b03cb44d6b0cc8170963b58c2723776b3fce3a5acb0e2152b0cfbb3a2eb4559d1eb1b58310975566c79322bb6c59b15db7a86150b5bc18a6fe458f1d61a56fc3f3756426d262b6194c94ab49c62253aa55829fa2c2b2561ce4a2b1f64a5275bd9b91307d979c561ecbc97e3accc31969569d9c3cade2b64651f33d3f458b9c521ac9c6d0e2b6f5fc3ca3f2e64e72fac67e72fbbcfce8fab66e727df6115e7ee6515b35976e18167ecc2311376914409ab3cf328ab2cf991555ef88455b6aa6595af9ab2ca9d79ece20f57589519875915dd75ac4afc0a5655269555ad40d925eaafd925c533d8a52ea9ecd2ab9bd9a57943ecd296b9ec3299dbec32fd2a76b9f449564d5d865573bcc5aa950cb3ea0b09565d7584553f6ace6afcfac36afc0d6635457eb19aa22cbb62c32a7645e00c76c59353ec4a970876a5ff1376d56012bb3afd19bb8603d835da89ec9a0c0756fb5017ab3359c9ae5d5dceaebd17c0ae9d7acfea8af5b3ba0a1cab3bbd3fddb746acde313f562f0964d7657c62d75f6e64d7dfd9c7aeff57c86e002cd80d4bafb3faad1758832d575843f779acd18c78d6e86c216b54d4cf1a4ddc618d93ac59e32b0eac71a51a6b323793355b03b266867359b3f865ac79ee03d6bcf00c6bfef50fbb516913bbf17d17bb89fbc86efe4f9db5b8728dddd22cc95a36ef65adfcf558abb81876eb719edd3ab983b57ecfb0db7d35588753a1acc3f5edacc383bbacc3db9daca3bd07eb2c9fc53a1f31645d0c325917e72ed6c545857539a9c4ba5c3ec4bad49e665d6f26b1ae2345acdbdb74d6ed470feb9efa92751fb76277ceaa6077723fd89daa2fd89db94bd99dcf2eb01e0befb31e4b9c580ff5b7ac47d841d6336315eb39a5cf7acb94b3de9b6cd85ddbb5d95d75a7d8dd2ccceeb6746777878ab0be4d3dec1ebd1bec9e03fbd83daf3cd9bdf85e766f431deb177082f58b3561fd069d597ff1c7ac7f29c406e01fd8400b9a0d8e21d810d1d96c88fe4936649311bb8fa86043c35036b4fb341bb63b950d2746d8f0f15d6cc4e11a36225a938df41a6423773d642327bbd82834898daae860a31afbd9a88f347bc0e80a7be04d097be0df0ef6a064367b5049863d38fa1f7b48ed317bd878803d5c7f9f3df20e66a3113936fa6b2e7b74862b7b54b9863dbaf53d7b34e8107bf4fa6c36063fc2c6e8cc608f09f7d8631ea2ecb19483ecb1bac7ecf12e3d3656348a8dddefc4c6d9f5b371533fd9783d0f36a16d883dc9f4b327d392d99343daece91845f6f493b3ec9973c9ec99b25136d1730b9ba4c4b349270936e9921d7b369461cfdeac62cf21efd97345f56c4a890a9b0aac6653850c3675ad169b7a40894d5b6ec0a6ed4b62d33aecd88bbbd3d88be1f2ecc5633a6cfaf600f692a92e7bc9e1227b59558bbdbcf2107b79c771f672e36b36135bce66aed366331f3c66332b87d92b40299bb5c391cdeac6d9ab0b52d9ecdd17d8eca227ecb5e44af6daa3d96ccef248f6063bcede30f1616faeee616f6e03d99b57dbd85b6b12d95ba7f6b17746e6b277695ff6aeb42c7b575692bdbbd88ebdabff97cdfb16c6e68b6f65f33775b0f9cee56cfeee0a36df9767ef65be62ef95b8b2056c2a5bf04b8d2d9c73937d00b7b20fd63c631facbdce16d5ed631f6e50661f9600ecc3674eecc3e73fd9620d39b658b3857d247f9a2d19d9c53e8ea8631f1ffdcb3e7e315d7f78c83e1eaa664b57de604b2345d8d297e66c99560f5b16bd8e2dcbf88f2d6b39cf960d7d659fecee619f94ad63cb6f336cf9a7e5ec53ef3af6e98d1cb652a690add42e629fb586b3cf867fb15596305bad6fcb560774b3d551226c7542125b7df619fb82e8635fac10d817fb03d817e962ec8b1c35f625f6897db9b18e7d9905b32fbb0eb335f6fbd99a9dae6c4d4a185bd3eacad66a47b1aff64c6b7dc0d6e98eb1f54af26c83fa67f675f533b6f1e367f68d8201dbe4ddc8361d1e609b7eec649bc66fb32d398e6cabc60cb6d5c5926d5b2eb06dcd2decbb2ba66cbbe627b63dab90fd90fd9cfdd018cf7ef498cbfe779566ffbbb398fdaf7b90fda4fe8eed349f643bad02d8cee12cb66b7318dbb54f85ed3a1dc4765f4f63bb7f6c643f97dd627b4c40b6c7bf8afdb2f737fb6dbd32db2b5ecaf62e15d8ef4c22fb3daf9ced9bf18aed93fdc1f69554b23f4aafb03f8977eccf7f89ece0556b766883183bb4279b1d1aa4d95f22e6ecaf1711ecb0e66976f8ec1cf6f7fa29f6f7c718f64fb80cfba72294fdeb52c28eaecd644737d5b3a37538fb4fe134fb6fd0871dbf26c38eff3662274c74d989d86bdc0c60889b51f3959b39b59513d962c5cd0a0be5661d29e1667bffc7cdfe447373ec9f7073ee747380bd05071cabe0a0dc0f1c72ad8bc3b1a71c2e99cfe1ae551c7ec482c32f9de388033f38e2f24b8e8cd4e128e8194799f973d4e6db1ccdc573f495148e19f6e258d587d3433b89634d8d39f69b2cc7a3721c7f6a29c73f3cc7f1dfa33951a3079ca8a33c27dac27262cc354eeca4322771e4022751b785935c7c8d930c3cca49d68f7252ba559cd4f6f59cb4782d273d4f9f93f674e4a4dffde0e6ae6be5e61ac97073dbe672f3963673f39c3e72f3daee72320b36733277f673b2267a9cdc625b4e4ecd9893cb7fcbc99ff8ccc9273fe1e44b2338f9ea696f6670f2df586ebebe33373f469a9b1f7f9e9b5f769353307dcd2978ece214d7b9720b92bdb90503919c92c12e4e69748c5b38b0825bf478825b546ecc2dea9ce094f5f5b9c57ab5dc62d7424e25742ba732bd8eea86a79c6acc736ec9be766ee9decfdc52ff206e69a21cb72c6a905b7e288e5b5ed7cda95787721af31e711af3fb398ded2f398d98539c46810da7d1b284d3d458cb6929bfe6b4967fe4b4d63ee6563e5ac4adb227b8553b7f73abb24bb9d56b6f73abbd7f73abfd516ef577576e8d5714a77d2690d3498be174c9eb9cae6a31a7bb528ad37359c7e9f94d67a82ea777e105b72e409b5b77f110b7be2382db2022c56dc8f7e3f4971a72faa76c39fd73ea9c41983b675892c1192dfac319edf2e28cca5e7246cdd3f5db9f9c51fb12ce78d60fcef8c10fce24652567f2c08033bd1fcd997eb0e4ccbe5b70e65a759c79d6226e538815b729ed1bb76992e0364ff7cc66950ace623dcb6d31bdc76d39f499b3dcf191b31cabe0ace76ee3acafdee2acef3ce2aceff3dcb67b55dcb66665ce668b1967e396cfd95c70e0b61f58c2d94a3ee36c6dea395bb7b39c6db81e67fb17e3ec2ed2dc0e4d1d6e87563db723720967bfc28173005e700e57e338c7a0639c634212e73cc79373965fcc391f2be09c131672ce8f533917158c7359b78673d9f292739538c5b91e9ecfb9767871aebfee70ae63ff38b7b9419c9bf727ceedd557ceadcd9cdba9bb90db79e902b7f3750fe799b78ff34ae639afda02ce5b7d92f33ed6cbf9989773bb9005dcae1e676ef78c24ce9796e07cb76a73be878639df6b7739dfff06b93d6b52393fc48cf3dbb08df3db7c82f3dbfd9af33be4c8f9a524707e69729c5fbb1617b0d89d0b5819ce0574fce3023e5de202d5eab840c39b5cd0e03e2e58bc8b0b6968e642daddb9909f7bb97d0a2fb950cb362ed46303171abf930b6deee5c27ccf73617e615cd8ad6c2e7ccf452efcc03017fee709b75f3683dbef35c6edcfbacbed2f3bc6edef90e3222e977191dc3a2ef28613171594cb45dd6de20ec46ee00eddffcd1db6bbc41dde53c11dfef29a3b225bc5451bace4a28fffe4a2cffb7247c17e2ee6c8032e26f63917935ec4c514cee7621eece38e053fe38e7d56e58e7b0472c7ff93e38e7fd7e68effeae1628fcee2e2da3e72f17b3e70f15f592e7eaa874bd872904bb0fccd25c4867027972fe44e8e8f71a75837eed4e793dce9e7cddc1991f7dc99a6ef5ce29b755cd29c722ee9c423eeecc6e3dcd9b668ee5cd92477aef1279732e30997e2bf943b6f2ecf9dbf7f9d4be51f71a9bb2f711714de7217da34b974e97f5cbaba3f976e0c72e92f8e7019403f9711b488cbd817cc5d9aedcc5d522de52edb8f7397f72ce22e3f75e232b5bbb8ccdf1a5ce6d8032e0bbacb651dfdc4653d27b9ac8fd2dc55b997dcd57dcfb9ec8b7d5c76a90497dd69cc5dd3fbc85db3fdc05d0b73e1727c3e7339c7d672d7b92aeefab9bbdcf54bfbb91b49efb91b55cbb89bf22fb99befb4b85b46c9dcad3b73b9db138a5ceee23b5cee4a8ccb3d2c70779681dc1d2703eece5353eeeead112ecfd392cb0bcce4f2ce4870790f93b8bcb73fb8bc7f665cbeed3cee9edf7aae30a6812bfc6f84bbcf2472f7a3d671f73f787245eb03b8a233e15cd17707eea19b2cf770973ff7f05e3d570c1ce08a7f22dca3d547b9477b2ab947fe16dca34e15ae845acf956c6ce61e9fb3e21e979871a533dbb9d2f5ff71a576a95c6911c995251ee69eec64b827275cb8f23d67b9f2ce10ee29afcb3df5becb3dad5bc8552ccce42a6226b98a87d7b84abd1cae32e12df70c1ae79e71c7b967fc09ee999223f72c60faf9fc7daeaa11e19e5bc671cfcb23b8e7ff3571d561865cf5e3fbdc8b4fd1dc8b81d3dccb994ddc4be106f772eb1dae36c3947b25ebcabd0a2ce05eddfd8fab7352e2eace8d71757f2e72f501bd5cc3ec62aec158916be824b986d160eeb55809f77afe7deef5422bee75d80dee757d24f7faf35dae517e8c6bbc0c738dcdc3dc9b081fae49518e6bfac8724d7fccb866209e6bfe7b867b8b74736f658f726f27e7722de59bb8562937ae35278f6bcbfccebd7bd1cabdfb3bc0b503bbb8762505aefdb906f75efb11f73eb894fbf0d09beb8053b88fae3bb98f4943dc7f220bb9ff4c39eebfa4cfdc7fdf20ee93443bf7c9a78bebac4be7bae46770ddec65ae3b399eeb1eb8c27d9634e53e3b7de17a7ad4b82f56aadc97c62ceeabeb0bee6bda05ee6be132eedb5753aef77422d7fbba8beb7d779eebfdbc98fbbe0de1bee78a72df9f64717de879aeffc414d79f10c60dc4c8710369fadc4016c5fd4806b91f05d35e95703fb9b9dce0c12bdce0876bdc90c42c6e48ed3137548a71bfdecce18699716ed8cd951b3ecd70c3b7396e78643537fc4f9b1b219772230b69eecf0c625a0df7173acdfdbd55c88d369de746077ab8b1d8726eacce849b08f8c44db4cde1263aa4b9c99c0a6e8a6ee0a67cfcb9a9e25fdc545b0437d56ecfcf30d6e6673c0ce667d610bc88f3755ee4d22c5ea4e42e2f321ac08b4c86f1b3ca32f959a39ff9d98f13f8d97f9df8391b92f839064b790011e581a81c1eb822c703ad2f78d0f2280fcdfecd43e07c1e72b3e761218c47568cf088412b8f7ee9e0311d511e3b4bf2b8fb151e0fdfc2e3cf6579728e224ffe25796a7e184f25f5f254da7e9e6eece4e931379e51f9c533aa133cb34f9667578af36ca81bcf5e3ec7b3837b784e6b11cfd98ff3dcc5c73c37b88be79dcff1c291065e78acc78b0edde6c5549b78b12d2b78b1296d5e7cb13f2ffeed042f8181bcc4025f5e72d51f5e8a08e7a5d60df3d2c572fcdcc55efc3c45909f177f9d9ff75d9597b14de665da76f032fde9bcac8c172f6b49f0b247605ef675152f3b1ecdcb493ee1e554dd79b9ac39bcdc8d115e7e813a2fdf3ac0cfd715e3e79bcbf30a4e1abc82cf4f5e214a9357c82be7155eb6f20abdfff18a3adebca2a733af78d48a5fa05ec32bada9e117ce90e317b2bafc42219a5f58b2845f04dfe4176959f28bf453f945f73af94595e9fca21a755e59ed09af7cce81573984f12ad90dbc4a873daf3ae0c62f59f0905ff23c935fdeb39e579b69caabc915f16af64dbc5a6f3bafbec88b575f2ac1ab6b3fe4d5f5cff01ad41a5e43fd28afa9fa81d754a378cd0d08af79e430bf62e5717e45401abfa256955fd1f48d5ff1f13ebf52d98f5f658cf36b34fef16becf7f16b4abc796d797d5e7b593aaf1d7998d7ce96e275deede2d7da4ef1babc15af5bff98d7638a783d37115eef700daf77a497d76b3ecfeb8d7fe3d73121fc3a1390dfb0700eafef98c81bfc9ee28d44f6f146fed6bc51d77ade5896e64dca077893092bde54df9c37f5b7e1cd320ef06685eebcd9eb60debcaf9ddf385b82df28f793df783e9db7803b788b9b2dbcc59d367ecb9567fc965f286f39735a68256fb518e4addc0ef156fb36f3566d20bf75672c6fbded306feda1c95b5fc8e5b7a9eaf3db42f7f13637fc789bf17ffcf6b4247efbfd1bbcad550fbfe34a35bfa37e80b75710e7edd51d787b5751defebf13bc83be3def609fca3b1c0fe11d461a7947b36bbce3c95cdef1fa3ede6901c83b4df7a4d34f09de59548f779136e45d1695f22e5bf37997c448def5fb0dde8dcfe3ddca4d78b74147defdde0ddefd9938effeca8377efdcc4bb0f3bf15eb11dbcd76309de5b6390f7b65eccefba32c5ef2a8ee577afd4e5771f4fe6775fb6e4775fe9e77dcdd6f0be250ff83d5b37f27b8e29f07beefde6f7bccee7f7ceace2f7c68af17bcb2b783fe94ade4f5f82f7d7fcc4fb7f79cf0748b5f001ca9e7cc0d2323e50b5800f4244f820f3a37c3016cc07b76af0c13d037cc886263e64309c0f854ef061441b1f562cc9878d8df1e1c321fc7ed10ffc7ea92ffcfe7597f8fd21a57c84c23e3e42c7938fb035e523eccff0117ec7f848b37a3eb2b5908f4a4ee7a38aacf8a8a914fec01a903f70da943fd05ecb1fdc6ecf1f92cfe40f7ffac11f11f2f923d27bf82356ae7cf4ec977cf4d9f77c7476307ff4c6493e466a071fd319c9c7524d7cac841f1f2b97c2c73ecae1639b75f838a09a8fd38ae5e3dcc3f9b8f81c3e2ec5958f2b3acbc7cfa7f878bd003ede328f4fd87c844f705ccf27dcdfc09fdc92cc9fda9bc69f119be013852d7ce2b1737c62f9533eb1ea169fd875994f8206f8649bd37cb2eb4b3e3921923fab30873fabbe963fdba1c79f0b2de4cf9524f329737ff02947d2f9d487927ceadf13fc059141fec2b51a3eedc1107fd178139f2e729d4fbf10c067cc1ce433d6d7f219d617f88c9e34fed2a663fca5e3187f29559dbff4db85cf9c6dc4672e7ac667aedec9676ebdcd67265de333bba2f82b964bf82bae3efc158fcf7c96aa2b7ff5e82b3e7b15c2e74c49f237e4fdf81bcb95f91bf68efc8d1825fe6672377f4ba19ebf55b694bf557d84bfad768ebf1d3583bf33e3237fe7c569feee9e4cfe6ee059feee0f693ecfe02b9f57ff87cfbf51c5dfdbd2cddf3be8c0df3bf98abf97a7c3df7b739bbff7ed165fa035c917b45af285de9bf8c2b058fefeec70fefee60afe816b3eff20509c2fda72962f0a1ce48b32bcf8a2ba30be389be51f9d95e74b524bf992326fbe74d64ebe54b6902fdb65ce97b549f065bfd5f827d2defc931e43fee9f976fee9fdeffcd35167be62c34bfe1919c13fb3e0f8677eaff9aaf0177c55df7abeeac738ff7c9e31fffc4614fffcee1efef9fd19fc8b17fdfc4bf940be1675e36b573ee16bfd01be365c87afa37af93af954beee70365f77b394affbf69eaf1b0ee6eb677ee1eb154af87a7553be7ec71fbe3ef819df407ee21b0203f886b34bf8868915fcebe176fe8db91aff26dc997f73702effe6e85bfe4d5b3fdfa4a2c737fdabe7df4afee1df76fbf22d732ff12d76657c4bce18dfd2bd9b6ffd7a956f33dacab725c5f06d693e7c5ba907df3605f0efac6ff1efecb6f3ede70ff2ed39d7f9f697797cfb7b25be7de028df3e79857fafa0c7bfb779c5bfff8fe33ba0b77c077990efa886f98f6796f31fafafe2ff1333e3ff4bd0e03bd5b5f94ec79b7c67c257beb36026dfb5e322df95fb8defea43a72de6bbd759f2dd1e32fce70dc67c8f521adff3c984efe94de07ba6f2f82fd57ff8afce55fc37dc82ffb63283ffa67392ffb61de07bb54ef3bd76fd7cefce51fefbfd1f7cdf8c6d7c9f5112df67d5cdf715afe7fb6784f1fd7e297cff691b7ea0a092ff2129c9ffb0bcc4ff8835e57ff48df23f57abf03fab92f9c15969fca0c9077e70d36c7e48a69b1ffaa5c9ff2acae67fd5d4f0c35ad2fcf0f6227e64e60f7ec4f002ff679327ffe79a31ff77cb0d7e74a50c3f5a7f801f1d9ec9ff0bf2e2c7689c1f5b67cb8f3987f26395d1d352f8b13783fc58b3063f3e4f891f8f88e627ad47f9c96de5fca4630d3fe9ddca4fdeb8cb4f56fde2a7a84ffc14abc14fbd4c1466d87f10661c5b2acccc82051151674124e49720d27c5f9825fe5398752b5798ad5223cc5e354398bdedb730bb4a5498735a57004ee40bc0ddf702d836438064170990a1aa009d7b29403ff40478eb73017e3e2020e1ae02ba679980a9e60b58919a80d3fd022e6e28e07bff13f0ebe70482951108c96c8130191688fd6a0279c15aa0376d11188c13983db90293b75c60e7a60bac69bbc0fe5827b093f50267fa4ee0b20b05aef9aec0cf3b38ad46e02f15097cd74a41506f14445d0e0ba2a1698268ed9020467b0962b57b05b1860c41bc638920fed54c9098132748145f1524da8d05c9bdb42099db25483e0205a9dd2a8254829e201db05e908efb24ccddbd5a989b922bcc7d755198a7db26c8ccd714643e1a083243970459609620bb8714e4a25e0bf2779a84f91b3e0a0a6d8682c24099a0e8b75a50bc7842506c4e15161cc814165cfe26280545090bfddd85854d46c2c2167761d18275c222554d41593556507ed4282857490bca8d1ec2e2cc6441e5979ba08a7b08aa110f8525be3f85259f8e0b4bfde484a5f549c2d237ddc2d2cecdc2b299bf8465beb78465cf1608cbdb8285e5532382da1b7f41fdd1724163f13741c3585ad0f86925687a89092b64170a2bec5061c5a7df82d68234414bdd4ed032582c689df01356febb27ac5a932bac4aba25ac4a1917567ddf29acce3f22aceed010d628ea0b6bdea90bda416982f6f93041fb062ae8c44b093a2dd5c2daf61a41f760bea0d72a2bac93f925ac53f311d6691408eb8e140aeb62b58475ed6ec27ae57661bded2761fd91d9c2fae225c2fa275582fef99b82fea58582e1dd20c1b06052302c660423d374c1e860ad604c5f108c77cc124cd429c164b38b6072639160f2b64530651e0ba65a5705d31c29c1b4655c30f3ef11cc424a848d33d60b1b77cf1236d687091bdf5c1536ff7b29582c15112c9c83852dee5dc2160f2dc1327baf60f9ed8160a5db256c557012b6ae582b6cbda723589f7016ace3af08d6d9368275dd6e611b21216c4b7d21d8981a0a363b5e0a36e562c276adf7c276ff7861fbf704c196c005dbb4e5825da89960779c15ec26f6083b9a9405fb23ee82fd632dc14114161cfea40b8eb4a7e0b8fcb9e078404370da7e5470baf44170ce6c139cafff109cab9709cedd94e002af165c8c660a2e2767092e0d8e82abaf84e056ad23b8cbbd16dce5a7849d39b2c2ce110dc1c3304ff014bc04cfb57a8297f871c14bba40f0b25117bc5e3c17bc9172c19bb513bcd55a04eff152c1c7a34ff0d9a525f89c19137c5add059f7e42d8a51e29f822f7843df6b5821f7656f05b1f2df81fc813fccf1508fe4db7848043af8480ee602130c84a08ac521742663409211b7b85104742d837a750d8e7b25ed8973522ec7be62884dad90b610bdc85b0d52d42d8abd94278c43c61fffc7c617f3024446c7b2044d8ef12221d8b85288ded42d45a7921eaa2ae10f5d7433870425d38b8c3473878f38170f0ef5ae19098a27028ed8d70a8355238d4f1e97f86eb3b9eca370a00381a4a4649f7dd7b6495ec86f5d320848826a19428252344c8886c119248215264971469da231a84a8ac52d1502a3f7f7c3fe7b9ffbcf7b9e73ce73cef150487bf1104dfca1204ff6d1484faf60942fddd05a18d0582b0e904c199851a8233b94e82f006514144c37e41a474bd20f27e89206ac241104d680aa2c94e417493a320062c17c4609f0531fc3141cc1954101b9e288893f92c88334c13c4d5db09e237b70a12167f1224446f17247c911224fc6d129cf37e2f3817b94a70ae2e58706ef0982091b511247aee16249d100892fea808ced37e82f3a55582f335438264205190dcf64e9022fd449072da56907a3a5790fa72bee082cf33c185fbeb04173557082eea2d15a4c71f13a45f5b28b8b4c84d70e9f44f4186b8882023c05e90f11b10645ace13645ab90b2e7b1a09b2462b0557d8a5822bdf0e09b2ef3f15e42c1e17e4d48f0972fa2f0a722dbc04b95602416e4c99e0da3277c1b58420c1b5121f411ebf4d905773479037a927c8dfdc23c89f981114fcd111dcb82129b8d13626b839aa2f28148a1514a648080ab3070585dfa60445f20b05b7d6ee10dc32f713dc3a692bb815dd2b28de3a2128bee32d281eef11946c240425c7f7094a26b304a5c2e98252910141e92e4d4169548ba0b4c14850b1bc585061b25a50d1ff4a5031902da8747c26a8f4db22b86dfd5d7067ee1fc11de95cc11d134e7027e8a1a0ca7c5270d77dbee0eefd2c41b5ec1341756bade09eef62c1bda0d9f8f998e07ec45f410de927a859b54250f35fbca0e6ca5b41cdf785825a6d3341ddec19ad7b1027a8eb8a163c3c24237858f148f0b0b64cf0e840a6e051abb4e0f1520fc1630d7fc163cb1ec193c797054f7e5d113cdd242d78f6404d509f612c68006f0a1a54af0b1ae7a5091a0db5044d52fe8226c56582a6f53582a6aecd82e61d3e8216c190a045254fd0b2a951d0d20b0b5a157e085ab7150a5a4fc28236ef5e415bfe4b417b879fa0c3f3a3a0e346afe0f9812141d7215341d7d18b82175fea042fc9a582572aef04afecaf0a5ecdbc11bc368c14bcf63b2e785de92c785d1320e8de7148d09d3725e891592478e3f154f0a6ac42d0fbed9ca08fe811f4ad7c20e83bf34cf0f6c60ac1db27b70403e6cb0403dbef0b3e0c1c170ccfb92618d690160cdf982718b1582218f1e104a3849160d484108cc6fe148ca61a0ac6747e08c6b68a0ac62c9d041f7d0f0b3e061f157c7c322af8b4704a306eb547309e6629f85c6a2df8dc552bf8627559f0553b50f0356254f0f5c361c1c4eaf582898bb060622c5e3089360a26d3970abebd9e12fc1804043f8559c14f9f8d829f11e6829fe7c5043fd3e60aa65ead174c8d670b7effb75530ad172e983ea72c981e3412fcd9be4df027a25ff0e7bb9b60467aa560e6d9514068593720a4ea0b08e9370242656e80f096364044621920526e0088743080c8e84d604efd0260ee715960ee9773c03cf195c0bcb12660debf7060be8712303fef1f30ffe5566081b526b090e802162a3d0316eadf04c4a84e40ec943a2016c70062add3c0a203c680f8e20c40fcbf0f80f889eb80f8e4694062ef054022f3162051f4139068a904246bef0352077281c5178e008b2b6581257356014bb670c0128fafc012df0860c9b93fc092e248403aaa1d58fadc0a58765d05100c3f03009d7f00b0c906000e3e02c0357e0014160840e9af01f8b537802c5c0f202bfb0124ec2180c69c00d046310057d90ee0b9870142b60d2014570284661540cc6c03c8a49f00f92417a0e68900d4e560802a380d306a17002ece07582e1b072cdf94052ccf53036437fc02646fa0806c853620e73505c8bd9d0fc86fde0ec81ba701f2714700f9721b40c15a00289437018ae54f801507e6022b936f022bc7420125c5ed80d20b0258755a07504eff0628673e02941fa600ca2da700e5efb701155d3b4025ec0ca052fb10505daa03a81a45026a6f9401b52f7280bac91d40dd560350775801a8c7b503eab5a580c61e294073c01e584dbf00565797006ba050608d4604b066f805b0f6c93f60eddb1460ddfeff807595fa80d6073f40bbe83ea0fd5019d039f21dd039f61ed0b90e03ba8afa80ae8b09a0eb6f01e806e5027adb06013ddfe7805e4238f01fb20fd0cf3007d6cb63c07a8f2160835931b021b709d870b301d898fb10d8a41b0e6cba9e0c1898d602063fb6018646c1c0e6a599c0e64d89c0e63da18051902f60d49f03186b3c058c351501e3234580b1673f60b2f51b6052640c6c512b064cc56c0153ae0930cd29054c5ff28099ca09c07c412d605e6f0c98ff980b98ff5b056cdd220f6c3d2300b65e68032c5a6d014bf518c032d904b0bc7d12d8d6980b58cf2d06acbbb702db6d0281ed8fab801d5f1f00bb6eed0676379f0476f7740036c1c701dbbc5580edbdf5c05ec37cc08e1f06ec4c760176d1a180ddfba580438819e0d0f30cd8673e05ec8ffa05382e1f001c1d5201c79fdf0027a59580d3660c387445043854390c1cfaa50e382ba701ce2e2580f34539c0454b1e387cb7023832b40e7095da091cb5c281a387669dff0b1c2dae028e697601c74e3e068ebd76018e7df600dca4bc01b75b6e80db1d1c70fbd2071c9fbf07387ec316385e550eb8d7dd013c7cbb018fd9f3e1516800788ade003c4fb380e76b47c06b7e0f70e2bb38e0dd3c0df82efd0ef812de80afef5fe0a4461a7072bc00f03b8b037e1f64007f8f3780ffdb18c0ff672e70ea6a0970aab21638d5bb113835b11e08946a05027d3380c053ab80a0d81120a8d31e38fd7c1d106c6e0104a75e0542768f03210fff02a18b2f01a172a940a8da1120d43d0208f54a07c2ac3e0061614780b0ca40e08c8811102e7d0f085f9b02846f0380f0905820fcc52220422a1c8858b2058850bb09446456011139c340c4d033e0acea3810696008447a1e07a2c06820aac31588f63b08c41c4f016295cd80389d19207e612a107f301248104d0292527e0349dd7ec0f96f3b8064054b20f9e82a2039ff12905cdb0aa40825002992f140caf25e20a5481a481dd104d2a4f381b42da640dac311e0a2cd3d207d573070c9fe1670a9221bb8f4d31fc8d8b801c8d87a03c8f4b20332f36b80cc3b4ec0e5bbdf802c1127e00ab618b8b2e53d70e530015ca9d8085c15ff005c5db606c86eab0072ee4600b90a3780dc486520f7592d90fba21ec89dfe0d5c635603d77845e0dafa5ce0dab37fc0b5afa9409ec759205f1e04f2d78803f921f6407e350de43fc081fc2e0f20bffb2a707deb2de0ba9f3b70bd6f0370fddb46e0fa3f3ba0a0cd1fb8e17807b8915c05dc28fe0edc6cbc07dc6c4f016e8e5d020ae72603859f2b8122a18740d1f1e34051ae1d503436bb9e5a0714cd3400b7dade03b77a3581e2a30450ec9b0614e7ab00257bb58092a152a0d4f735507ef23950dea90b947f0e042a566e062a2e0b0115ed1940658d3b7027f41c5015200edc3dad0d540bf600d5b1f54075fc1aa0fa823c706fd91870bf4715a83598001e6c7f033c183d03d4190340dd2517e0d1c9d3c0e3876781a79a2dc0d3b505c0d3ee0ae09904093c0b38003c0b5f0f3c7bf516a8977307ea4fcd051ada4e034dfe4e4073e43da039dd1268d9d104b4385b00adfbcb80d65009a0357f2dd0b63515683b910db45da903dacaaa8076231668370d02da1dae00edc95f80f6672dc0f3f928f0bc2f0be874de0e749e3707bab0f940d7994540574e27d055f4017801db002f36b5032f170c022fa548e0259806bc5c6d06bcccd6055e7e2a045ea92702af0ce580d75bbe02afb78702dd161340cfea2aa04717047ab67f037a5eff02dee88f036f4cbe00bd8f3281ded164a0f7c709a06fae08d0b7541ee88bbd00f4276902fdf59b80b7802ef076c5696040ba0418e8b8030c2a0a038376eb80c1a40ee0ddb114e0ddd52260488405863ebc07866d8e01c38dd6c088bf0a30f26f2d30362f1518abd506c6deee043e0210f0517507f031ee1bf031671af82415008cff7e097c76fc097c3e630a7cfe20057cb15e087cf9bd02f8f2d71e98d829024cda5803930ed2c0a4bf2430d9dd087c4f7507be67f503df6f34013f9ef5013f1332819f37de0053ba7b81a95d7dc02f3007f8b56215f01bfb01fcc6af02d30bfa8169d96960fa1b07fc296f04feb43c01febcdc00fc6dc807fe7ed406fe892a00ffd03bc03fc5b3c0bfec9fc0bf5bd6c08c040fcc8065c08cc74660e63202cc7c56048588f5a0904a312874c70514165b090aaf7f050aefd107857d285038d010148eb504452ca7c139868ee05cb73c705e533638ffe42170fe5409284ad680a2e90da068e5267001a20a2e38b50c5c30240a2e4ae8011765ba80e23972a078ae112851ea0e4a89fe02a594f441a9c46250eac31828f5a5025cbcea32b8d86d31b804ac0497749f07a52570505acd1d94b63104a55fe6804b95a44019c92850a67807b84cf0035c56330e2efbd8070aeceb4050ae0084656e8270d61910f1c740244d0c44aebd06514b0310f59e01d1841a108bbc0162b51520d63005e2478f81c4221c24fe9b02891d3e2071ee39488ada80247a0da44cca41dad20a64ce212093a40a326fc641d6770864cb57823ce806f29aeae072bde5e0f2902a50d6bd1a946bbf02ca3dff05ca4f39818a4ba34145391254fc5a062a4e7b802bd403c115e6d5e0ca8315a052e20e50292d0554eacd0757494980ab6ca4c155271970557a0ea8fc201754c13c4195d46a50e5cf32504d3c1154d3d506d55c9f826a1193a0fad233a0fa0f215043531ed4b0ab0235ee44839aac08a8a996006a464a80abe71682ab3b5dc0d5bfb6836b133970ed5b4f70ddaa95e0bad321a096f639502b0d05b54bd240eda6f3a0eedc45a0fe6251509f5a0aaed7cd04d73bcec6ebc9e0fa216170e35c3f70e3111d70635632b849471fdcf4f839b8e96b106880bf010d76d98386751068d8f21a34ecbf041afede016e9e970e1a699480466b2f824689eda0d16573d05896014d96ed074d9c5d4093d0e3a0499a1568f27c08349999044d776f074d0fdc04cde44c40332559d0cca41934bba70a9adfd601b7bab8821681a1a0c5e3a7a0c59b97a0a5cc51d0f2aa196859bc1bb4bc93036e5b913bab11dc56e1006eeb9605b74d6d01ad347e82564983a03559095a3b9681d62e6bc0ed402eb8dd4a1fdc513d04eeac1f03775dfe04ee36f500775bf583bbf78c80bb1fde007737ed06770fad03f7cc5502f7a4fd056d64bb401b4304b4f529036d93af80b6454f40dba19de0de7237d0cefa006857a70dda7f37051d24ee810e6900e8906f013a8c6a83fb6df2c0fd9e27c0fdc10ce8b8f316e8e8e5051e904f060fb8ac060ff8de060f84ea824e8bef834ea735c0430b5cc0437e25a0b3370b3a3735802ed737822eb7c2c0c3af5e8147a819d0f5b0003c5a52061e43bf826ea7f6836e67d240b74728781c95028f879e02dde1f3a0fbc67cd03d7b19e8e13a0d7a4426811ea553a0277d1cf4a274412fdb58d0cb6104f46a7702bdc60e83de5018e8fdeb0de8b3f60ce863b6053cb927133cb9772de877bc1ef48fb6024fcde883015f013048dc080cf25706835e09c0d332d6e0e9fc1a3038640d187cd6060cbe9f03864c3982a13b35c0d08c7e30ec5a0a18f6fd0478e6fa173042781318e1d20546dc79059e957100cfea9d04cf062483510f5f80d19da160f4840b1833ed09c6ca6882b107e680f1e77f83f1ddfbc10495b560c2794530e1f13ef05ca70a98c82c0613554dc1c4bbff814992b16092c16df0bc9d0598bcec2b98acf61d4c36eb03939de4c0645f124cc172c194a39e60aae47d3075ef0230d5e31b981a7a0b4cbd2e045e78350fbcc8e583979c9ac18cc55d60c6110730a3791f9829331fcc3cb91fcc8c1a022f8b6b8297b315c0acbbabc02bf76dc0ab4b7e835793a4c1abad5960b64c34980d3b80d9a71f82d7e66780d7d09d609ee51e30df642798bf5f0fcc2f7e005e9f9d11d7091cbc6efd08bcfef83a58b0281e2cd8fa0f2cd876162c70ab010bee4f8037aebf016f6a288385a6c7c1a2f6d5e02d6527f0569b35589c970116dfab014bb80d60894d3c581290069634378025939a60e9e9e560e9cd78b0f4e517b06cab1a58e63d0096dd9406cbedee81e5de7bc0f2370fc08a4c21b072f91fb0b2f80958d909819593dbc0db5babc1db7e3078bb7d2b78873300ef042f07ef4c7f00abd608835591f7c1bbf4247857f90258adb201ac8e9604abe35cc0ea7209f0deea83e0bd7373c07b8592e0fd5a5db066a50e5863ef0ed6c4ac076b2e2683b5426bc15aa771b0f6c228583be4003ea01ac007bac7c007e73cc0079fcbc13a9d2560dda902b02e6515585767043e9c56011f01afc0474f8bc0c7c813f0b16308f8f8b124f8a4271f7cb666147cd67213acaf54041b8f7c029b6ed5824d3dcbc166721ed87cb0016c7e6d03b6b8be005b2e7d065b65edc156f99d609b6a1bd8e6170ab65d6a00db055660bb5d1ad8ee341fec50d0019f830660a76224d899f113ecda43802fc5e2c0572ee6e0ab885eb07bb129d8cd2f00bbfbbe81dd137fc19e350fc137132d606fd57f60ef7033d8775c19eccb4806fb25b3c17e8734b03fe005d81f3febca53b0bf720bd8df7913ecffd80ebedd520ebe8d7f0dbe7d5b030eaaac07df4169e0bbed76e0fbddfde087f073e090c42038d4fe191cea3c000e8d6c01870d1f81c3c75f80c3a9aee0887b0a38caea83a3967bc131b385e058ec32706c4813fcb812073fc5ed003f15ff023fb55f073fcfd6faf35f4df04bfd6af04bbb3cf8a5c70c9c5c56044e52dae0e4fa05e0e4de0be064923238d92d00bff59a81dfc5c5c1efdb7dc1ef11a7c19ff167c09f17bf8053a6c3e06fd997e0ef0851f0f7ddf3e0ef962be0f48a69f08f6218f8cf3b0afcf7fc203863f51512da700d1232558284764d41427bcb20a1f37a9050d14748d8e52524fc55151221a52091ff5221914d43904866042472251b1279f80e9a837c82e6d8a440736544a1b9e40668fe9d05d0fcaf18240a5543a29b084834f13cb4a07c29b4e0cd7d68e1321f68e1ab38482c7f25b42803812437bd8324ad1520497b4d48d2f13224e9434252a2439094d43424e5f5055afcbe185afc2b135afcc71d5a22f80e2dd9be105a52f9045a320242d2bb9220e9b3c6d0d28b3f2099f9024826663524f32f015a36470212880b2081932104e8121028b2080215364260320c41994b2078633c049b774270a91704ff1687903b8721d4be18c2120510ae6307e18d2c84773d84f00f6510197809229f7841b48317c4e84642ecf3a310e7ba1be24ad642b272f9909c5d2324778480e4ca4d20b9da7a487e912c242f5700c9eb1643f25b3f42f2378720f99a184841ed2aa4f0a21052f89a0c297a5e81140bc5a0151206d08a432cb422c9135a71490c5a29620dad94fa0aad4c6e8756a669432bb397402bffd640ab224620e5c5f69072f23e48f99f3da4a27a1e52716a84544eae81546daf43aa7585905abb26a44e2f8734e60c431afb7f409acc5e48533616d27cd701ad5e4742ab5f5e87d6c475406b2dada1751bec212d994448cb8285b4773c87b49fd5403a715f209d8b1590cee70f90ae6432a4bbb71cd2cd2a81f4f04590deaacfb326213d8f9390de859d90de9ffbd07f3123d0faf3dfa00d16aba00d67dca00d1f76411ba562a08d5117a14db431b4494f1ddaf447183210de0f19ac580619983b4306d9072143541632d4b5860c433aa1cdca0268b3ca0768f39a67d066b32cc868b93e64343804193b2c818c3dc220931d85d096656ba12d5b3c2133c95ac84ce13d64e6670c995d9580ccae4b40e6078ca1ada7e2200bc20eb288b4812c2ecacd7a08599a54439676f9d0b60522d0b61433c84abe00b2b2b285acb68b4056278a20ab98f590d5980e64359d0659f74843dba3d2a11dbd41d08e7e1f68d79b4e68b7c36e688ffe5e684fbc18b4e7e957c8e694326493560ad90c1f846cb7fc816caf41d05ea32268efa920c84e741e6417a90fd915d290fd8b0b9083cc3dc861fd16c8c1b81772b8b91772f8d40bed933a05ed5b5c0deddbf81dda17a507392e71831cd32420c7f70874d0713be4746e35e4942702398dde809c7eaf820ec95d820ebd34879c4103c839ad09726e68875ca416412efb1e4187d3fe404776bd848eec0e808edc75818e8c7b43aeb416e47ab80572bdb209729d5c0d1db5b6848e7a5e808eb6bb41470761e8986d1b746c7a0c7283a720370f2dc82dc7183a8ece229e41ee426590fb92a3907b9e11e4697200f26cf7833c6796415ef2d721aff58590979938e4559e079df095854ed42c844efc1181bc3d3f433e1b5b205f531af27d751b3a69170d9d1cc520bf7daa903fb717f2573c04f9976e854e991541a72c0f43a7ac79e8542e02057cee8202feb643810915d0e92003e8747a01743a7f2774fafb722898cb84828f1941c1a97fa1e08eef5088d33f285444030a95b801851eea85426fe842a12f82a1b0c5795098f51be8cc810c281c9184c2830128e2b83814e1f1023a6b990c9d3d1a039dedc88322b14128f2fc47286af77d28ea6e00142d65004553d7a1e87797a1987bfba1d8d91ac7191d82e276ae87e2260aa0f8d2d35042ca1328e14a0194a82c09256e780d25ba8c4389cfae4249f14550d27b13e8bc9b22942cb2104a49718152da3ba0542c18ba7053014afb9b025d3cbb1dba58f9014a270ca0f43401947ef92074e93803651cd686323c15a08c93925026ec0265e22c74f9b32e7445e13a74951b86b25bf2a1ec6f07a01cea2f94e3a60ae5786e8272623743d702b742d75e5f81ae756f81f20282a0bc5f0d503efc15caf78d86ae77f5410577fda182512da8e0f361e8c6410abaf16f2b74130c856e9a5642857287a0c2930ba022c700e8d6a65b50b1ff2ea878f20f5432690395b1c25059f012a8ac4f0c2ab7f7832a02964115d9cba0caee08e8b6a32b74fbdd21e88e583d7487f585aac012a82a4403aaba1a0355ddf687ee423ad05da52ee8ae790674b7af1faa260aa1eacdfad03dc615ba775315aa697c06d50ae541b5d6eba0da1a0154fb662e54a7a50ed5fd0b831e9621d0231337e851e83ee8d1a367d0e3c332d09303e7a0a7943df40c19829eedbe33ab0faa7fa301352c67a0867377a0a6e80ca8a9ad0e6a0eca809a0708a8859b0bb5c80aa0964d3a504b953cd4d2e306b526a743ada98ba0d666066a43c6a036de176ab39380dac52f41ed76bfa08e1304f4fceb3ca8534407ea5c6a09750eda405d731f425de2065017730dea6a9c03754dbc835e304dd08b0e01f452661ef4d2643bf4eae525e875f237a8a781867a3a33a0376d87a0bed810a83ffe08f4768137f436e23cf47654111a1079060d6023d0c0bd42687065263418690e0d3e47a177437ba1f717c6a0f7f71f401f98fdd0871dc7a00f59143424751c1a5e4c43c3b1aba0e14c1b684463c3ac6bd0889b36343278041afd78161a9df184c6e60e4063bb1e411fd968e8635313f4f15f3df4697915343ea20b7d9df186268ceca189da5fd0e4f9edd064f11c68b26603f40d7387be250743df0d83a0ef07e3a09f9b4ca19f760ed0cf80f3d0cf7c0768ca201e9a8adb004dd5df877ea9ee867eefbb00fdae780afd7e37024d8baa417f366b437f66e7efbfef6dd08c82053473d7109a19128766fe65c242ba15b0d0cfe5b0f0a92858b8e03d2cfc72233c474a1a9e9bd706cf530b83e7592bc1f3bc16c0f333e7c2f38bb4e1f975276051e1efb0e8dae5b0687c0a2c7a792d2c9ab301162d1085450725e18573f7c3623a7b60b1c84c78d1736358fc943d2c81dc84258eed84254d9a6049f38fb0e4366558cab4145eb2ab1596def502969e198797ee43e0a5678ce0a5293df0d2b41bb04cec217899ce0b7859901cbcac78085e56b20416ec2e8381003518f8b60a061d036130df0c06df3bc15076100c156ac0f0cd67303c2d06231d79307ad01d46636560ecbf0530e65109e36b4a61dcf7014cc8ce8789bd893029fc1aa6169bc2143e06538a033095b608a6ae36c08cde7a98f90f8719abd330d35c00339d85307bf329ccbef782b96239982bd58579b905306fd008f30135f0f2911178f9671b5876eb65586e4d2c2ce7f206963bc3c27245a760b947df60b9f679b0bca814ac209f092bae3687158fbf8757dc2b8095b6dd82950e16c14a2d07e055954f6065a507b0f2d9025855100babaae4c26af40358cdd30656478260f5f54b608d90245823c612d678eb046b5ef808af3e6400af0ef48757bf3e04afa9d809af556983d73ab9c26b0b55e1b54379f0ba3dd1b0d69632582bf820acf52f08d66615619d0608d6d56361dd703958f75c29fc9f3f03ffd72e0aff371106ebc30eb0fe266958df3c10d67f9b05afb73383d79ffb006f709185370a7d8237d6d7c19b9afc61038f7db0a198156c787e56ed01d828a31436ba2b069bd09ab089d30ad8e4c21a784b65036cca46c1661b5ec1e6bae9f0d6fd52f0d6da0e78eb4337d882fa035bd486c19612ebe16d3649b0f51a47d87adb6dd83a7614b6be5b0defd8bc0bde71848077b4d3f04ecd9bf02e191378773d0befd97a1bde533f0eeff95506dbd01c6ca37602b6997c05ef7d3303db2dec80ed8320d8e18110ecf0d704de17d302efcbd386f73b6f84f71f8f84f7f72ac38e3528ecd8ff023eb0ef177c7079027cf0dd0ed869a137ecc424c34ef76461a7165bd865c718ec72c0147609f6815d0abc61971b5fe0c3ad73e123a63fe0236113f0919a9ff091c728ec2a3a05bbcae3b0eb7307f8e87ff2f0d1d2f3f0b1f236d80d3e091f9f13011ff759051f4f6e878f978dc0ee21b5b07bad11ecb1f329ec797211ec99b106f66c1385bdfcbec05e8986f089a237f08987007ce2f328ecad3c17f60eb901fbdc95857dc6ffc2be1152f0c9be20f8e43f04f6dbbf16f63b9405fbaf2061ff837db0ffc472f8d4baf3f0a9ab6be100f12b70c0919b7040d06d38e0823d1cd0940207aab9c081810fe0c011120ed2948583f212e1a09634f83475103e1d218083cf7bc2219607e090a4ffe09016333874b9071cbafd061c9aa309874e5c8043bf0fc0a153201ca6e40b87e96e87c3f689c261ee717058bc1a1cf6a1140efb26069f39b7103e935203879b67c0e1af45e0884b6570c4af60f86c422f1cb9a90f8eb4d80a474e2e81a3dcbec251d37270b4ba3f1cebeb04c7fefe0bc7791f85e36676c3f17e96707cc9249c50ae099fdba4089f6bff04274a4cc389f20be0c45f289c24ab0827193370d2fef7f079c92a3859ea159cacad0b279b1f86933bf4e014d0144e19ab8553cde4e0547f024efd39085f30df0a5ff087e10b71fbe00bbf8ce134d6064eab94842f1eff0fbee89d0c5ffc2e01a7afb780d30f8ec1e9378ec0e9af6de14b3a1fe14b89a370c6024338234009ce4cb6862f07bc80af1812f015130ebe62f503be2ae50f5f553a005f3d2603679b6e85b3ad34e0ec538fe11cc945700e92336b06ce51fc03e7843e8373e5f46779c1b9c7b2e0dc3311706eb2117ccd7c1d7ced56207cede932f85acf7938ef900b9c57a304e74b1bc2f957f5e0eb5b6be0ebeedbe1025535b8c0c5062ea855860b576e808ba2d7c145318be1a2bf4af0ad7d4be15b1775e0e2c55a70b191055cec3d172e9e390c9768cec0251d0fe152b55370e9fb0370995a265cfea204aee042e18aa162b8624604aedc5104df163f0edf8e2b816fd754c2b79f6c87ef186bc3772e58c17755cde17b4713e0fbd511700d7410ae99da0dd7ae54856b3f9d831f3c1783eb9679c175ba6a70dda5f9705d6e3e5c5724093f5c9f063f12e9841f9975c38f3cd7c08f95d4e1c7935ef013d9ffe027f7b7c14f8174f8e9210c7eeafa167eda73007ea6750a7e96f306ae5f2a06d7efd482ebedb2e1fa4c17b861ae24dc606f0c376456c18dcbe5e046d908b8c94f146eba610937bd27e1e66c07b8b93e0e6efe2205b784b2704b7626dc722f126e9d7b056eb56b865b7fbd80dbd6f5c26d2e1970dbd561b8ad7217dc7e7f23dcde64027744ae863b9e6c829f6ff80b3f3ffe117eeed70b3f6ffc033f7f570e7792ce70978a3afc528f825f1e3c00bf8ceb845fa9eac3af0e6bc1afd583e0d72e8ef0eb8c2d70f7ee7770778f22dc13bb05eea97780df30e1f01b8ff570af720edc27370df76dd284fbde5e84fb3ea4c2fd027db85fef30dc6f3809f78f24c0fd9f7fc06f4dade0b779d5f0db07a7e1b79381f000a4050f6ed9050f3a75c283d1baf0608d007e7f601c7edf780d7edfbb0efe6002c11fdc17c01f824ec11feedbc343fbbfc043df0ce0e11f1c3ca23d008f8c86c1a3f4303caaff161edbd30a8f156ac363f77de1b19614f8e3fc11f8a39a3bfc316e21fc69ee27f8d38a6cf8d3cacdf0277d04fe142e018f4bef80c79fee873f9bfd823fbb06c05f984cf8cb7f9ef017e397f0179bc3f097445df8cb8323f0844a0b3c71fc323c591d09ffe0b7c23f5c0fc33f0665e01f9f27e09f7ab1f0cfe816f8e7f75cf8e7cc2578eaa518fc4b6b013cbd8580ffc83d86ffacd182ff3ca984ff4c9f85ffda5c84ffc59f86ff3d328067aa751121a52f88d0a1b98850c64944e871142234f817115ea98608878b23c28f962322b2ff10913de988c8311964ce776564ce4c3132d7e33032cf792532afa80d99f7fe0d323f4c0111557d85889af720a267dd11d1918fc842bc0259e8e3842c4c5b878885fb218b4035445c6d212221df814844d6215281c688d4837644ea8505b218aa439678e5224baaa71069ad7388f4c38b88f47318590a19204b93f290a5299f10c1aa2788604d2e22d0e71141d93f44f06a3e2218b14080e69508f07a0a01bd5004fcc121f0742402cf0421a83f8810982642f4e521c4d83042f2c711520943c81e16a195cd11ba7601c2f8fa234cbc09c214d423cc2f3184752940b8254608f7e31ec21b4a21fcb563087ff71bb27c318a2c57d983c89ed042643fa92072a5071185700051386b83280cdd4414a54d11c5a3ef10c5e14fc88a0d00b222eb03b2d2fb3bb2f25328a2b441065132524294ea9411a55f9f9055288fac4a1a4294d7a8232a1ea6888af77e44e5eb20a27aa41e51f5ba87a82dbe8fa8790e216aa73211b56bfa887acf03447d144534ce37229ad80144b3ea34a239e289ac118d42d644be44d6945a23ebfe508896693aa215398468b7eb223a3fdb113dd1ad881e1c85e83df742feb31b4736487f4536f0e7910d5bed900dc127900d530b908d7bbe221b5d36201be357239bdeef470cdcdf2206a73c1183005bc42077256230618c18028588e1331964f38f3ec4286d1831aafd81184fcb2026625a88090c21260de7902ddbf7215b768d225b12b721a6fa2a8899cc11c4ac251831175f8d98e39f10f3feb788f94008b29510205be52b91ada7b290ad4ddf90ad3d1a8885a23d62a11384589c95462cd23d11ab79e388d59248c48a3441acfe7b896ce7f591ed59c2c88e5f77919deae6c8ce9e6464e77b1b64d7fa066457a232b2eb690db2ebf5116477a629b2fbca7764f7ab44644f76086233f712624322880d7b1cb15d7316b13d3917b1b39046ece7f6210eb20188c3995864df852c645fc73964bfa931b2bffe0ce2b8d31d713ca08538fa44218ed14f900301ddc8814a6fe4a07f007230cc097132d7419cf2ca11a7772072084b400e191e450e7d1b459cb5ae21ce9b9a11e77d9f10e7632a88f3a541c4b9a00871febc0771397602396c7619396c5d8a1c4912425c4d6a10d7d137c851f6287274fd57e4a8ed6de458fe3fe458e149c4edd847e478601272fccb2fc4bdb302f130bf8d785c4b423cdf55215e3289c809516fe4c4903ae25d7e1bf1d1cd427cdc46119fe724e233d587f8b6b523be1d5988df8a1388df7347c46f7c0ee21ffb03f1bf0920fe7dbd88ff940d72ea6c0712e0eb8c04940621012fa69180e90c24f0e50012d4bb0f09ea6b444e0f834870ca6324f8a622123c25818400fd4808e8888459752061d95791334a9b903311b9c899dc1ae4cc5339245c631b127efe007276ea281229f71989349a8f44c9a52351ee4f9168761e1203ea2031af9c90d8e0db489c583012f7fa2d12d75784c4cb2a22f19b039078335324fe8f12728ebe8b9c73ad43cef5972189a00f92b84d1b49129f8724518f90a443c148d2f187c87991374872b80049396185a434be4452978a23a96421921a6a885c103144d20c4e2269c17f918beb3723173b23908b53da48ba823c926ed687a4871f41d2af4721e905a5487a511a923e9e8b5cf2f0462e953b21191aea48468c0292713913c9f8f106c95c8c2399d70a90cbcbce209715bb912c6319246b4b1492e5ba08c9ba812357448b912bae42c895079f906ce00d927d71039263d086e4586c43728ead4372660e21b9cf0f23b9bf85916baa7ec8b5015be4da108d5c9bae43f2960c20792afe48de9635c8f57e73e486a33a721391426e1e12436ebacd450a67e74191e417a468a91752d4a987dc2a4b466e75fd418a172c428ab33621c5b7a790e2166fa48c3442ca2503907255022937ff8c54286c422ad24791cacc2f4865c746e4f6ee4ee4f62918b9fdfb2672e7c02072a7701972a7471ba9bade8adc6d598d54dbdc41eeab6821f7af0d2235aa4e48cd4107a4e6e45ea436f51a529b9d87d40eec9ce5823c785583d4ed3e82d4ed7b873c4c11471eb619228f4c339147fecf91477572c8e3b02ee47116883c1ebb833c597d1879fab80fa99f3deff57189487dc227a4719f3fd2e83980349ef2451a8b5a90a6c0af48d36c9e9baac690e6a7ce488b4601d292a48cb424b723ad1a5791d6b54348ebe646a4d57827d2bafb02d25a3e8db43966216d478691b6d03548db251a69b7fc82b4dbcd473a907948c7690fa4e35b31f2dcac12791e178e744a3c413ab3de205d4c08d265f100e98a1c46ba6e99235df592c88bc523c88b7823e4c5350be4c5ef5fc84b18415ea20f9157939248b7fa5aa4fbf20ea447d70ee9c968447a2aff9b7516e9193a8ebc396687bc696c447ad7ed457ab51f21bd175a90de4267a4cfd61ce9cb5c8ef4f56d43fac39a91b72bb7206f4f48236f9fe92103c72d91c1627fe49d9227f24e3d0a79673b86bc3b608abc3b8220ef4ec820ef3ece43defdbb87bc9fd787bc973e80bc5f238fbcb70847de475b21ef135f211f168e231fb6df468624279121f51464a8d20119aaf24586974623c37b0964e4ca516464fc2132ba904046c7c49031135964cc2318198b2d443e6904209fb6ad41c6df0f219f1d30e4cb9697c8976395c897d3ef912fad3ac8c43c1f6442ae0499f0d14326be6a20df4800f97e2016f99ebf12f93e5bef1fc2dac80f1104f97190447e1cd146a6e4a591a9e458646af031f2abe211f21bfc81fcce8b40a6972a20d39b7d9069bb3bc89f7616f92be48afc0d0a43fe1d7c8ecc2c284285f624a242ad5f5161e75c54b8934745dc36a322cf60748e9e143adfc81a9d6ff1029d3f28822e04ecd085572bd1856f7250b13f6ae8a20bdb5171d61895b8c6a15287ec50a9810c54eaf31374f1de05e8923fcb50e91d59e8d2b987d0a5df8650997a0a5da679145d96d8882efbe08e022b5ea2404a300a2eac41c1d25814aa7341a19f375178db59146ed444516d1d143be483625e7751ecde4914b70b43f19fb128616d8a12b7b6a1a4c6144a6aef43c93167945aea84526cd8ac33289d118132e0469409b643590f0394bdfd03e5b40d506e7b2bca452f4579b710947f89a0b2d4acf581a8ecb912544ec81195f31c45e5f36d5085452f5045d32854b11a41155b36a08abd8ea8e2b75274056882ae906d4057e67d4257166c4057d986a3abfe58a3caf47d5439f23baab24c025509fd81aa2dcc40d5c4db5035bd15a8da011954cde928aa56f805555f3c8aaaef9046d54fe8a2ea99cea886328d6a1c924535fe2c4035774fa2ab571d4557f7e8a06beef9a26b310c5dfbae195d3b2983ae5b88a35a9ab1a8566826aaad9e8a6a9704a03a4b13519d7db1a8ae0c8feac233a8ae561daaf7c80cd51bc846fffbef0afa9f6514fadf5420aacfc9a1eb2d46d0f50fbad0f5adbae806f5ffd00da7dea11bbf0ba39ba055e8a6a49db37ad04d556ae8a68f2750435149d47031821ae291e8e62514ba59f51aba79b017358aed478d8fa8a0c6f5346a3c3e801a4fbd424de644a326869bd02d1277d02d956ee896f64fa8a9f263d4f4c0286a7a460435db38899ae525a3e6312de8d6d56bd0add772518b93b2a8c51557d4a262276af55616b56e3645b73bf7a1dbef6ba03bb2f3d19d06c3e8ae781374d7c85774f78ef3e8eef2ade8ee81dde89e704f744f4227bae7c502d40682519bfdb371662e6aabb40ab50d398cda1159a85dde22d46ee80f6a6f3483da6f3987daf7f2a883d937d4619b25ba4fa500ddb7ed1ebadf7c3fbaff6e1aeab82112759cd88d1ec8b8861ea8df871ed4fe8c1e34fd871e2c3d873a499c420fa9d6a1ce1b9fa2ce065ea87382107ad85a0f3dfc5c183d7271257a2433013d1a7f0b3d16a08c1e0b3c81bab97aa06e035aa8db841c7a5ca50f3d1e9b831e7fde8f1eefdb831effb71475ff66847aac3d827aeef1413dc37d50af1443d4abf73c7ae26706eaad1c837a47dd41bd13b7a0deed19a86f1189fa3e3c8d9eacb980fa814ea85fd313d4bfb1153d5598809efa7a000d98731a0db0da8b069c2843039e0ea281a2e7d040c9523410e94303d5fbd1d322a3e8e9c55bd060892b68b0df4e34447c371ae2218786dccf4543cb2ad1d0e14934ece523f44cf5187a66602e1abe540d0de75dd0b352dfd148fc191a19d18b460b0ad0689047a3cf38a2d1c99368cc851b68ecca42345669048ddd558ec69edd8dc6a6fc46e3b69f44e39e74a1f15e516882d34134a155013da77b123d771a4013ab7fa2490f13d0f3beafd0147a0c4d71ef44530fc4a0170ce7a117b65e442fb8c6a3173eb4a16932de68dac6df68da7e7f34adfe0c9af6720b7af1c622f4525a0a7ae972277ae945239a21fa10cda873433339433433ff2d9a59ee805e7608422f37cc1a7f885e3964885e79ac8f5ea9bf845e19e3d1ab471ad0ab6764d0ab33f168ceb21034473f18cd71e5d09c4fc668ae4e399abbb718cd3d5a87e6a65d45afe91aa3794aea685e443a9a6f7c0bbd7e71077afd5f315a001d400b1430b4c0e0265a5033bbfeb608bd41e7a385ea6268e1066db4d02f142d2cdb87165688a045a506e8ad307fb4987e8816fbe8a02565a568c92f0c2d5b238e96cfb3442bb08f6805e789563c97452bdfae456f2f32456fcbe6a1b7f576a3b7031fa0b793ead13bf45cf48eec07f44e0a8fde79db8256addc885629df40abb4bcd06a6e00bdb7fb057adfa507ad8935426be223d0da7320fac040187d901685d635f8a3752d83e8c3a75ee823dc137d2477027da4a48c3e7a70147dfcdf6ef4f15e21f4e9a99be8b3d525e8b37d5bd1faa5a568fd4633b441f82cda8037a00d11dfd046be066d3469401bade7a28d430a6893c84bb4d9f039da6c2c89361fb881369fce449b8337a12dc831b465e351b425e91ada6a1980b6a60068db4a31b4fdc04bb43dfa07da61731bed88aa413ba6e2d1e7cef5e8f38b38dab9e23ada79633bda39f50ced7a2f8abed0d980bef85432eb25fa4afa39fa0ab7455f2f5f89beceb88fbe9e588076470ad0eebb2368779f36da936a8abee9b2427b676bd3ebbf16ed1dbb80f6456f40fb6255d0fe452bd0fe886eb43fea38da5ff21a7dbb6b133ab062353ae0d78a0e149e46078b26d0c18979e8bb5d5ae8bb6457f4dda832fa5ea105fdb0470b1d12fd870eb91aa043e794d0a106101d5e12830e23b2e8f04a3f74f85a103a5cac818ef8b8a3230ff6a3a3cb3bd0d190ede8685a153aa6ab8e8e75ac42c70684d18f0bd4d14f663de827e76be8a79626f4d39b8fe8b8ee3e74bcc302fd9c7a07fd5c2f847ef932817e7d05a3136bf7a2136ee7d0c9c5d6e864ad273af94705fd86f4a0dfcea9a1dfc3cfa1df9b26d01f532fd19f020bf4e74e0a9d5a771afdc5fd87fe2aa8467f6bdc41a73787a2d32e87d1e933d5e89f6b7ae89f8f92e85fa3c5e8bfdd7ae8bf012f748656476736b1e88c3186cefcacc28476a09890cd034ce8e0134ce8c23f4c68a20f13d971181329bb8f89b4dfc0e66e92c1e6d97ec4e63daac7e60d3562f385cf62a2061698a88b2726ea258d2d10998b2d9026b1056bff620b8264b005556ed8c2e09d98d8943cb6c8e124b6286411b62835185b346a8f894b3dc4c4a3f662e2179761e255429884d808262117834998886312c5539864f75e4c4a300793a29a3129233f4cca320693b2fa0f93f23c8d49d537638b65dbb1255e93d892f4306c496912267dd41f5b3ab70193e1de63cbb4adb065a928b6acb20c1318486160ac1c06e98562d07e370c0a4330d8a91e43a3af6068cc190c2d2dc3d0c7c51886eb63984307869fdd83e19143189eb506c38be23022e80a46542fc5484134467dedc06892c6e882bb1803c318b3a11f633c543176ad1bc61eabc3d847ad1897d880f1fec218ff521f5bee6d892d4f63b1e54f3e62b29c0226ab508dc95e5a8ec94b1a62f2b9c3987cd3054c7e7815a6a086630ae69d98c21f674c714e0aa6b8ec18a64836628a4a17314537154cf1de396c65f8774ca9eb18b6ca07c394c17c4c794519a69c770753893986a994dec0541edcc054a5db31d5a80c4cb5fa13a65aab8ba9fe54c5d434c53135971e4cedaf33a6be220d53afb4c2d41b384cbd5303d3787b1fd318acc4345fadc73467e2b0358e42d81adf496ccdfb526c9df84e6cdddadf98964814a695a98369ddaec1b43eddc1b4655662dae4014c7b9f1fa6fd3b17d359b01fd351a9c77402f4319d178d986e7930a637fe00fb6fe7034c5f7306d31f12c2d68b2cc3d6ef5a866d283c816d425230831155cc6012c50cfefdc20cb79ec30c1df6628667a330c3d2406cf3f9c5d8e6dfa69891593366640e63c6252730e3dbce98c9d211cc441ec64c548e615b4eb561a6f3843153c3e59869941d667aee1966da7912335b7c0633cfb7c4cceb8cb1ad1b3ab1ad9e07300ba52b98c5aa4eccd22a0bb3ac6ac6b6d93ec5ac5c5531eb4777b1ed675ab0eda9a6d8f66f4ad80ebc03dbe13089ed5410c276ea5fc576fedc8fede266b05de76f61bb05a1d86ea7196c4f9b1a66b3cc01b3d97d19b3cd2dc36c1f3a627b977ec6f63aadc0eca2b4307be1b79883c01d73303882391ceac3f64dbb63fb038c661dc0f6071dc1f69fd7c0f6d7bdc0f6bf50c71cd7c9618ebf2f62079da3b183bd8f3027560173da698d394da56087e6d2d8217323ec901f8f399bacc79cf706612e9f53b1c3eab2d8e19997d81117147355fc84b9ae5b88b97a64634725c7b0a32f776247bbaf6147a74bb1633b3530b7b119ecb8ef21ecf8bd11ccc37133e6392711f3ecfb819d805e61278202b01367ec306fb9c39877e571ccc7ef3ae6fbd21c3bf9ce00f3eb9bc04e619bb153a76e62a78275b153e7bcb053b3fb3ef5f82716b8783f16b8fb2716f4df752c787f00169cfb160bb9b3120b055db1d0a69758e8eb292c6c298985a9e56261d525d899f1062c1c598685a74d6211694ad8593969ecec00899dfd2d86453e8bc422a77e6051996958d4fb342cc6e42b16633b81c55c4ec76237f763b1258e586c630716b76c331667de8bc57d71c4e2a93f58bce7022c3ef525167f673196a0d78e25649fc412aafab084e92aecdcaa9dd8b9675d58e2a2f958a24f3e96e4066349bd16d8f9f9dfb1f30186d8f926372c395c124b8ecac452121f6329b7df62297764b094cf87b1d4aecbd885051fb00be82876a13e1e4b43ce6069da9fb0b449712ced7b37765177084b37a4b1f40f3476691e8e5df290c72e65f86097069ab10c261ccbd008c532fcce6399921158a6f17d2cf3442e9639da865ddefc00bbdc2bc0b2f65960590d755856ab0d7625db18bbd2bf13bb9aec845dad36c5ae4eacc5b2d56f61d9761fb16c370b2c67fe012cc7db01cb290ac7724f2158eee9622c37261ebbb6eb39762dc507cbcb52c0f2756ab0fc60772c7fea0e767d45095640c158c1c154ec063407bb09afc66e3a7462372b47b1c2ad47b0c2fd1e58617e2456d8b90c2b5a6086dd4ad5c56ee56058b1b319567c6d3d56f2451b2bdd3882956eeec14a6d8f60a55d7e5869cf3eaccc2d162bab8bc1ca1a65b0f2bd9258c56517ace2ef09acf262345699a18155e6ea6195a59ad86dbd7dd86dc711ecb64f2b7647421abbb3eb06564515615525fad85d9502eceef6ebd8dd9468ac5a9dc4aa2d32b0eacc48ec9e8412766fe36bac664e2156e3108dd5fcbe8cd576e4620f76f4620fce056075ffa1d8439138ec715135f6f84936f6a4df187b32e2813d5dfc057b8a3463cf9864ec99c936ecd99e32ecd9b101ec598436d65073126bdc7c006bdc5e8a359eadc41aab7f604da7df604d6549583370146bfe6ff3ac5aacf9d857ac659109d6723f0b6b79b8086b5d508bb5861a61ad5153587b7700f63c220bebdc298e75160a635d6ba3b0ae0db55857421ad67515c5ba464ab1975ab6d8cb3d73b197ae6bb09713d6d8abb571d8ab9f08f65a5504eb9615c6bad5b660dd75dbb09ea3bbb09ed24eace76e13d6d3658abd91bd82bd2950c1ded47ec47a4bbcb1be8f7558ffee39587fb308d6ff230d7b2b148abddd9585bdb5bb84bd8df0c7dea69ec0de167b6303fc396cc0ea3e3650fe111bdc791a1b3caa870dcef6f060cc026cb01ac1066b46b0c18f63d8bbe3cad8bbd95a0d2d0cc68615a4b1e1356fb061270c1b2ec8c54616f96223b73ab1918a43d8e825776cecfc456cacd0151bab5b828d0d9fc53eee798b7dfcf202fba4ea837d3a9a807dca0dc43ebd35c2c685e762e31a57b1f1b513d8b84d27f6198ec13e5bd7639f1fda605f1364b1af29d9d8d7ee306cc2b0059b08ba884d84b961936a32d8a49f08f6cde63cf683e4b11fec7eecc78d2fd8cf9bbfb15f9b1ab15ff69fb1df3103d8ef8b9dd8ef3fbed89f6be6d89fdea5d8dfa73bb0bf5fe5b07f4d9bb019b3106ce6cc776ce6c62b6ca64c019ba95a8ccddcbb8e0bc9cee0429a8f71a1fc705ce8c5082eac11870b6ff7c78593ed7111d5307cbebe302eaa2a842f5cad828bad48c1c57eddc717cde9c417dd45f145cf4fcd7a852f1a69c225f22c70c9b73ab89468162e25bf0697da6f8b4b05f2b8d4502dbe188fc0977ce470e91c7b5c7ae217be542b045fea1e8f2fed7e82cb1cfb83cb849dc597c9d6e2cbe493708104810b563dc705da302e287e890b06627010eec74159391c4c16c2c1c19338a4528443e9153874251287c5cc71843e8b23aa1338b2db01470abfe1a8a5138e4e1ec5b12bdb70ecfe2b9c48fa8613cddf71aac707a7d9029c0992c759efcd38676f8af3de96f8f24bb7f0e565e2f8f2290897553e82cbaa5ae3b226d1b8ecde55b8ec97bbb83c5a80cb9b0de3f2b75fe1f2b5ffe1f28f5571c5002b5cb149065f8191f88a9526f80a671a5f696682af7c770c57729bc095724bf1551967f155c3e2f8aa8f8771959d09b89ae900aeaeb403573ffb0a57cfcec2d55b485c63f9175c23c91ed7482bc0352e55e01a257ab8a6de115cb37c3faed93789af9617c1d7d4edc6d70e5ec0d7ad55c4d77d97c3b5b6d6e2dabe6eb88ede095c67e23caedb2883ebad89c3f5b63cc6f5ec5d71bde926fcbfc001fcbfca9bf87fd37eb8fec20db8feda5db8fe41515cff6826aedfb4015fbfcd1bdff06502dfa8d2826f7a2c896fea10c60d2c5d70c3ad9f71437b77dc30ba1037bc14831b6913b8f1923fb8f1f57db8f1f86bdc042bc24df65fc2b7706b7153f121dcd4a31037d7adc6cd4d8a70f3e39b71f393fb71f3d83cdcfce2667ceb2e2ddc222202b7943d8f5bde71c5b7a9eae0dbdcfb70eba3ddb8f5c5727c077005dfa97d15df7918c4777adae23b0b8df03d81ddb8cd0271dc6649036ef32918b755b983dbded2c4f78a9dc4f7c639e30e9a9f718798b5f8bef963f83edfa3f8be4ec9596bf07de30af8becf23f87ea00adf1fef88ef9f5886efffde87efffed823b8295b82387e18ea708fcc09f31fce0e10bf8c1b3fdf8c17349f8c1f325b8d32539dca9d80a3ff4f409ee2cf10277c9aac40f7b7fc00f67f4e147d1a7f8ec5b227eccc9043f969b8ebb494fe0c7c52fe2c7b5cfe2eeaa22b8fb5171dcfd4929eede0de11e4aa7718fce2cdc73ed3ddcb398c24f68cbe027b6d8e3decc04ee7de106ee9d1b87fb8085b84ffe24eef3620feeabf017f755cbc07dfd7ee2be115df84999ddf8498102eed7b803f71b0dc5fdc67ee0fe3a09b8bfe90adc3ffd357eca40040f58e18f0754dbe201df9cf1c0b71bf1a0f9d2f8e9736bf1d31783f0d3934ff160ddc77888088687f0ba78c8bd8378c8af3d7898088387991cc1c32657e16706edf00850038f40b7e3118937f0b31702f1b335667864940d1ee5628c4787b6e0d1f12d789ccd073ceeb41a1ef764331e3f73154f7074c513034ee389e736e389cd57f0c48f77f12483eb7852eb349ef4fb3e9e1cb40a4f0eadc25391103c75a40abf309882a779ecc1d3ee3be2179517e01767f79ffefa127e69f0239e6185e01939d378c61d0b3cd3602e9ef9cd00bf0c5dc02fe72cc4b32443f0ac476ff1acb75ff1ab5bcaf1ab01c7f0abaf15f0ab339678b6ee673c3bca10cf4eb5c1b3bbc6f01c420ecf095d88e75c36c273d93978eec9603cf73c845f9388c4af659dc1f326c5f17ca9403cfff8309e3ffa16bf7ed2072f58bd1b2f28fb861794dbe305d3abf01bda59f88dddcff11b762ef80dfb6bf88d2741f84df58ff8cdee60bc5033132f741ec60ba74af1a2421cbf55328e1747f07871ed73bcb8ce032f997b152fe9b0c34bd7eae0a54e697869d37cbc4cf1245ea6e98c97196fc6cbf6cdc3cb3ccdf1b28b9378d91f2fbc5c290a2f370ec3cb0f08f072ef44bc3c5a1e2f4f7b85973f7c839737fec52b94cfe2159af7f18a5053bca2a007afe815c12bc6b2f14ab11cbc525c08af5453c22b771cc22b437fe395253bf1dbab30fcb6a1397e3be9317e3b2b1bbf7d65097ebb60217efb5d0b7e67fbe15917f03b672df03b17a6f1aa7033bcaa742f5ed56e8c574dcbe277b79cc4ef3a5f9ef502bf7b4902bf7b5504af9e3f0fafe663f16a9d1378f57a07bcda5a1dafbe700daf2e57c4abfb27f0eacf8378f52f37fcdedc78fcde0219fcde061dfcde1643fcded624fc5ec87dfc5e51167eef56367eef81257e6fb40ebfbf7000bf1fd780df9ff4c6ef4fc178cdbc66bc26321baf49ba8cd7949dc46ba636e135333ff15ad410afe546f05a5d10afb55f803f1089c3eb1c4bf1bae322789d0f82d7f5ccaedf65e10f2545f087f9bff0878f8df087bdeef8c38148fce10f007f64b5167fe4721f7f9460863fba148d3fea9c873f7aa1843f1ad6c71f8d78e18f370de18f370fe38faddee28f2b94f1c77556f8e33fb5f813b901fc896d19fea4a10e7f32e6813ff961843f9991c29fcebd803f5db70b7f7ac8127feac1cd8ac7eb4d6cf17a2743bc3ebb056f989d1b0d29aff0c69206bcf14b19de745f076f16598db7882be02d91f3f096d4ed78cb530e6ff526f03642126f537a82b7c5e7e26d2f53f1b6a17b78db442ede61f2137ffe50157f3e2dc0bbbc3fe25d574fe05daf6fe0afec1fe0af0d2ee0aff71ec75fa7fec2bb45fbf1eebbe2788fbe0fde13948ef7b41ae03de3eef81b3409effd5585f77dbe84f72f9ec0fb2949bcbf7e107f7baf151f5827860f789be28352a7f0c1c5f7f0c1a96bf83b46077fbfa6107fdf148c7fa8edc53f7499e1434651f8d077057c5826101f71d9888feeb9858fcee67db434091f6da9c6c70ea6e2634763f1b1ab0c3ef618c3c75e6ae11ffb4ee01fa7edf04f0772f04f4714f04f0f82f1f1b9c6f8f8e61a7cbc2c191f1fdf827f3ed68f7ff6fa897f0ef4c7bf8488e05fb338fceb230d7c42f5373ea16d8f4f84e8e193b81b3ea9fa049fd4ccc7278faae393b7e7e0df667bec3be2897f3f9e887f3f7117ff5efc0eff5ef315fffe5618ff21998effdc7d049f92adc2a76cc4f15f8219fc575222fe2b6d14ffd5bd1effcdb5e0bfaf01f8ef1fbef8f4127b7c3a7c009fee1fc3ff5435e17fef05e27f5f24e0ff54d6e2ffceacc0ff6518e333f3c4f1990ba6f8cca575f8ccb83721245245086d53238433d50911cd414224a1999843ff20e666a912739bc589b9ef5c09d18500216a352b3e9f58209e4c88e91a138bde2612e2ab4e11e2abf712e2961284b8ff2242c2b09890544d20244fe384643c4a483ef84548762b13529a2021757a23b138e234b1b8ad9458a2d94a486fea21a40fbd27a4336a0999bf178865524ec4b2048e102cf2260486ce84a0e30101405e04a07786007d7e10e0d82a02922f24a05df309c8d68e803cf30864cd2a026dd84060dcac448ac0be1b13d89f06028f4208bc2a9bc03ffd25c8d503045d9e4a30c9d708a66c39c145c7135cfb12827b29492c9f9f452c27bf10f2a6b58402ac4728f85f2314ba4f128ae96f09c59a4784626b24a1f8ba84501cac25567c7624568a7d27564687102b2b8a88557218b12a4a945895ed4e286fcb2094aba609d5ad96846af103422dda8250ab0c26d443bc08f5219f590584869526a1f1f517a1d9f681d0fc1449acee5e4dac7eaf4fac593ceb483db12edb895857224e68e9e28456f056425b4698d0de6441686fd625b47dfb08edd410423b2d8fd059718ed0757946e871bd845eae19a1efd045acafdf466c58e0446c70be456c283122365469111bfdac898da1b6c4c633db894d6b0e129beed71006f36708836b5584c18b28c2705e346178b482d80cfe2336f3c789cda9270823055dc2e8b50a61f4750d612c8412c6cec68471f91fc264912db1253b85309da34998ca3e264c0db610a6d73613e65a8b08731d57626b0e4158a1f58495c277c2eae82861756a3961ad1c4c58db5b10d66f3d891dca89c48e7201b133f337b18bbd4fec4acd277655ec2176fdb221f674de226cc86b848d411461e3bf9db0b91249d84adc216c6117c276af31615bde4cd8b6dd21f6aa5a137bdb23097beb4b847dc112c2616304e170e60eb14fd48bd8f74897d89ff497701c91270ea67b114e01ae84d3c55b84d30d4dc2a9d28a38a4a5401cba13491c6afa4138afd948385bfd219c1d8209e7c328e11c7f9170595041b86c48265c4e98122e03d5c4619964e270530271c4cb9f3852a2451c194289235fca08d7070dc4b18054c22d09278e9fff4ab8173c263cda0d092f8d30c26be32dc2cbfd3de115ae487835a91127ac5612279a7409efc35384f7f1cd844f4c1fe12bf84bf8ea0b08df2b39c449bd1fc4c9246fe264ea02e294f673e294f7492240a99e0838974a04b29944e0f24022b0518e086cd12102c7dc89a0d21fc469e63311b23a8a08d10588100b2f22e448021152994e842e5c43847ac51161c1187146628838e3bb9b083f1a4b84e72f23c2ef051211edce44c4bf2ce26cec0d224acc9488d21421a28b648918f4021173ec0a11fbef2011876b10f1a615447ce017223e6e8288ef3624e27fc4110941e944c2cc19e2dcc6adc439b7622249388938bff32f713eda9848beeb4da40c6b11a96e79c485d54b890b872c88b46c07e2e2afaf44fae10ce2127d95b8a419475c0ab02332c41610991a2c717901415c3e694b643de788ace14ee2ca1235e22aee45640f6411b9c6c789dcb4a744ee0739e21a35485cdb0f1379422a445eec07221f1122aeabbf26ae9bd610050b6e1205500251102b46dcb8d541dcb4ac266e269f270a258c8822489d28da7889288a73218a7e1b13b7aeff226ed5088852757ba2d4692f51eaf584280d09204aa3e610a515d544e9eb14a2cc690d5136554094fd7946944b1e272ab61c222a728e1195076489caf1ddc4edc7714495bc0451b51124ee86351177cf6910779f4611d5ca10516da14754df9f26aa672a88fbc82da2a680246a4a3e12b5629f89da63eb89dacf078907ba1851b7ed1151e73a443c24fd8987ee7b89471e03c463f559a7a78827fa6f89277b42882757b6124f1a3e104f6f5a13cf5460e259f135e2d96f3ba2be6d9ca87fff9468b090241a4e9c221a1ea5110dcf468886d9fc35f6f24493f304d1acb58f68d52088d6a638a28d0f22da02fa8876f112a2c39e269ecb0d10cf37b812cfa3b489e7975d88cec128a2abe81ff15296205eaeb7255e863c275e9b5a13aff7af20ba677f53b74500d1ed904174871f27baef7c22ba3bef12dd9f63891e837744df9ef3449ffb06a27fdf14f176c52ae2edec6c1d5892470cd88d1003d161c4c01d2762f0d722e25d9f0ef15e709d78effa8af8b0669c180afe430c259413434f7162e8e70831bc742f31bc7a2131bca38818b69127865db38891c333c4c8b37e62543384180d584e8c867f224627b28931634562ecd80762acbe99189b6823c6fedd243e6200f171e571e2e38827f1095b427cf209233ef94712e39c2f317e2a8cf86c7a93f8725496f82abd8898b05223be0d6410dff78f12df6ff6133fce77133ff74e133f13ed899fddc9c4cff78ac4cfc924624a519df8455510bf6dcb88dffe32c4b4fd22e28f2845fcc95b4afcf9e346fc5d9944fc3d174efcbd1d47fcfd7494f867cd1033c91b49a1a5ab4921f40229a4e3450a193593c2c286a470da4d5238e31a29dc3e45ce315f46ce09779de549ce798a9373bee8907375e4c8b95914392f1122e7dd59438a9adb91a267ddc9059b9f900b4c82c80525e1e44227985c58778f5cd8674e8a89cb9362df86c9459b04e4a2b8527251d10372d1c83f521cd02125493952d2f93a29a54f928be7f9938b5b6cc9250bbf924bcee9934beed790d29eeaa4f4ab61526689362973398d94294922654afd4999ba3252e66b282950f525051b954941683f0968599180e500095dd127a1df9749981526e19a4212a94b25d197f7484c182131f94b24967092c4aed89058fe24893dbf4f9226a924192b4992cd7349ca2e8aa40249920a9f4fd2fe8e24c36f2699ff7692cc982ac92edd4372104372bf0092772e2379ef0b24dfa8492e37f94dcaba9b92728611a45ca722297f5d9654d8f29d54f4d94eae402f922bf5fdc995e965a4529a38b94a52915cb5fa23b94ac78e5ce5954c2ae7ca90caffe692ca3383a48a7607a972cc8a54896c2655eec9922aaf8249b5636ea4fa3f6b5263d12e5243469ad4d820456a1c98436a0a9c48cd890972f5f52972756316b946e73cb96e5b3db9ee6a24b9eec33c526b7130a9b57529a95529466afd3023b5912c52c76403a9d33548ea4cb593ba633da4de661752ef2c46ea150d91ff491790ff2185e47febbe90ffe92b91ff3d9620f5559b48fdf5abc9f59439b9b1610eb9e9074a1a08b99206f3df9006a5caa44193336938e84b1a4e64909b573e2737074890c6861aa4f13f79d2e4fb47d254e43e695aaf4f9ac9bf24cdd49449b30b75a4d9475dd27cf37ad23ca584dcfa653769a91a4e5a066592963101e4b6678fc96d33cf492bf164d20aef26adf62f21ada74872bb9633b9fd3644ee4253c85d0eb6e4ee75a3e46ef349d236d287dcbb7b88dcfb2787b45ba64cdaf9ea937649e2a4835027e9e0f59b74b8a54b3acc70e4bec983e481286bf2e02e31f2606607e964ff9c7472ab279d06cdc843702479483d813ce45e471e8a464867c377a40bb5947461ae90878d82c9c3fe2da4ebd651d2f5ab1279d4fa3ff2a8eb4ef268f33af2e8270ff2d8a920f2d88f7ed24da28f74c366637239e976e112e90ee893ee1bc248f7200dd2a3c89ff494fe417ab696935efbeac9138234f2c4a637e48934963c51b0853c71379ff426ca486f3509d23b4c8df44e99247d5654923ef671a4cfd446d257db893cb9a1973c793f993cf9489df43bb182f4ab9627fdba9e9201d727c92089c764d0ca583268ff69f2f4466bf2f4eb1932d8d8870c9185c910557f3244378b0c319b4f86eee0c9d0920d6458f91e32acb9990ceb9026cf684791674e6d20cf041b9011c601e459b354f26c580579b6f2251949f99291f26a64d4f9fd64d4d7a564d44f05325a6635191d5f4fc628a79231719e64ccc50432a6e50c196ba940c6160264fcecf989d79e21e3bb5e90f1bf169109627bc9842b2ab3b2c973d6dbc97393ed64e2401b99b4620999e4bc8e3c2f11449e477691e7dd0832d9d8854c7ed040a6fc6a2253dfa89217549f92174a0dc90b3f9790696ad664da19924cfbf288bcb8b98dbc78389e4c978d22d3c31e91e9d983647aed1732fded0b32fd5b2999f1e6219989d792976123f2f2dd4432eb5a0479a54c89bc3ae548e6ec7727735cae92395fbbc85ccc95cc5d3342e61a2e227333a2c8dcf7afc96bb6b5e4b5e471324f2495ccdb6743e6dd6b26f3dede22f3dfce27afbb659105e067b26065325960a14316241c220b32aac9828e7de48d8357c99b5c3479736a15794ba69bbc852893b7127791b7525790c5610c597c278b2c59f4962c999d13a52ba6c8d2a1f564e91731b2ccfb3c5976e315595658409675e49015be9fc98ae15764c5dfbb64e5b2b56465e802f24edd3459c5989255d6fd64d599656455f96eb29a6a25ab078dc87b3bbbc97ba122e4fde32c793f642e793f3692acc95c43d60a2e90b50703c807c512e4c3d97d3d6cd8413efca04b3eded2413e2e75219f9c7c443ec9b5279f0adb904fd52ac8a75669e4b34a0ff259cd4eb2bea5976cd4f0231b8d33c926a9bb6433da48361f6e219bc74cc896b54fc9962a3fb2b5de876cdb9843b6458a916db3b96d773726db9f6064c75353b2a35b8fec183f4e3e973d4f76ae7f4b766e4c273b4328b2cbf13bd9957d86ecfa7e837cc195912fde61e48bdf0de4cb7d4ee4cb7a967c95bc9c7c6dff86ecd96647f6142c247baa0f936f9652e41b0f807c9374857cf36b3ef9b6742ff9b6d2991c70b8490ee4ef2007173d2207277e9283d319e43b856cf29dee1af29d9722f92e64887c176749becb1d25dfbdc0c9f79e52e4fbb383e4fbab6ee4fb8283e4fbf675e487c5ede4d0b2bfe4909e01392c784c0e6fd22087ef80e428be911ce30dc9b147bee458e725f2e3baf3e4477347f2e35131f2e37018f9292e9dfc746788fcac16487ebe1d467ebeef4b7e7e7f80fcfcd38dfce23b447ea9aa24bfda09c8afb5fbc9af8312e484c4343951f0959c8c984f7e73ca24bf156f22bf0fab913fcab2c99f3db6e494b92b39e5748e9c2a1323a76e7792bf8a5e90bfbe4691bfdb5872da5396fcd35847fe69794dfef9914efe755d44fe3d3a49fe6dbb4bfe332c26ff79d99233fa4bc9995dabc89943759490c51b4a687a8012bef59d12ae3d4e89acaaa144bef852739a2ba9b9517ed4dce2086a6e953435b763829af7f632357f9b2c353fdd999a5f4152a2a9d728d18c346ac199186ae1731f4aecfa456a519402b5a8b68512ffd84a496efa4c49f1a694944f1e2515a142498f7ea196ca35534b373ca096f6aea46498f3948cc508b54cfb03b5acfb1525e8fd4501c29f2940b29002c09d1450b391022fd65390c45a0a4a7e4f41a53514d4aa4c21128728e4423885140853e85f230a2bd2a7b0a7eb287c288022571453a4fa3b8abcf585a236e453947713455d8ca3e839df28fa7b3ec5027328b6a281e2880e8aa3ffa3b8ecf51457584e71438f295ea7845a9e4d50cba7df5172fef32985a59a9462921ca558d442ad10f1a7562e5e48add45e45296d5a4e296d7d41295dfd4629e52da2567dd84a292b1753ca3d24a53c344da9d83ea6548284289533c194eae38394ea6836a5fab19052636a28b52de294ba953aa5c118529af3ce509a9839a579c8925a6de24cad3ed04badbe9a42adbe374dadbe5f43ad313d4fad79788d5ad3e24bad99cca1d6061ca3d65e2ea0d65db3a3d6bdfa4d69512e94966c21a5a538406993cb296de5404a3b7d27a5fdab80facf4d97faaff216a5efa94ae9877752eb971da6d6875b51ebd3b7521ba0286a93a621b5c96d2bb5297d3365c0b751867b322823a3b794895c1865927a9b32695a436dd1a8a5b69c984f99eeaca14c87c428b36fa7a9adef8f51163e2394c54907cae25f3265099450964fb75196032fa96d66b7a96df115d4b66a35caaaf11165d54552d6abef52d68328b55d529bdabece93da1e5d48ed109e47ed88f846edb8324aede40e513bd786513bc3b5a85d67e3a8ddabde53bb8fab527bf487291b3157ca26fe3565f3e00465eb7083b2757b48d926ba527b97ab527b558da9bd379e53f66c18659fff94b27f604239245da61cc6ffa3f61d4ea3f635aca1f683699423e9493952d694a3fe1dcad1fe32e5e8f680728cdd4b1d704fa20eba5fa00e4e809493a502e514dc4f3965c55187e49ba8432e9a94f30a0bca79ff73caf9b824e59c68443967bca25ce45e53878fdca40e9f3d441dbe3e421d2ecaa78eec7f4fb9b2dfa8a3c683d4510b25eab8e845eaf88351cabdd19572ff1644792c794479f4aa529e401be5b9ce87f26c384b79e527505ebfb5a913cc0feac4fd4794f7a136ca3bfd00e50b7da27c55a728dfe765d4c90c3bcacf2491f2bb7e87f2fbde4f9d6ab6a3029675538125265460d9662af07e2e151450489d8644a9d34a8ed469f37aea74aa3b158c0e5321e21d5408d84385fe9ba4c2a07aeaccd2322a7c731515219c43456c1da02276785311471f5111973e5267e365a8b3bd1e5464b5101539729e8a52ce99954b45a5aca1a25dfaa8e8870415ddc150d15d7554f4fbad54ccd93a2ae6b625155b8c51719f5653f14d7fa9f8be3a2a614d17756efb3b2af19c2b95245d4325050451e7a5bda8f33a14952ca54625178850c9d36654ca500195aa5f4a5d10f3a12e1cb2a1d25c23a9b46a944aebcda02e1aa751176fda51e9ab4ba94bb37d9ae1728ccab8e94a656efe4165fa275397d928eaf2a1f9d4e5acf754569d1c7525d89aba7a7a2d956dba8bca495d4fe57cb3a17267bf3b37208aca9deca5ae256ca4f280522aefb01a95dfa94a5dbf1d475defeaa1aeff36a10aae7ea00acad651375e6ea06edaa752857383a9c2a5435421ff922a4cbe42155e9dfddcac481549185045a11254d1d7a5d42dc697bac51b52b7027aa8e2b99ba8e2457ba86242962a36fe4b15bb1452a54a00557aee0d55befd0855fe64822aefa9a12a3657509561b3b2d2a9dbc592d49db30ed49d5845eace6553eacea82375e7771655c5c852556ed15455cc25eaeecc6aaa7a952f557df50e756f6121758ff0a0ee2f31a4ee6309d4fd8c6caa66ed32aa36e921553b768c7a60ba867a90253bab95aa139e4bd59df2a1ea5acda8ba370d545daf05f5d0c79d7af454847ad4fb807a0c6ea51ef3f9d4e36c6beac94829f5cc69846ac024a9464129d5f843856a9a8f524d436e54b33e4e35076ca69a1faea69a3bde502d12dba996d066aaf5a21bd57a6d15d5267c876a1317a2da9698536dc16fa8b6e410aaad6001d576cf9a6a1b18a7da572650ed27b2a88e3907a88ed29dd473997aeab94d06d5391a4c75312e5497f125aacbf63cd555614fbdd8a842bd6a0fa2ba2fda503d6310d5bb7527d5bf489eea5f5647f56f0ea3fa533e52037d6ba8819f17a9c1b04eeafd2d29ea43c32035e4c853430702a9a1feebd4d057456a988ca3865fbda146c294a89184086a54b5811ad588a24675b651a3e332d4d8dd0e6aec9e0e35f654971a7bb793fac83fa23e6ec0a98f4129d4a78569d427af95d4b85c2a356ebe9d1adfbb86fadcee4b7d5955407dd913447d7d9c474d28cb5313450835399bef6f823cea9b663af56de709ea7b7d0bf543770bf5237627f5f3a217f5b3723bf5f34504f573d2859a9abd6fa6f87a6a6a970f351575939afaf39dfa15ba9ffabdf820f53bc1969a9ebf8d9a5ef4839a5e33494dbb6ea1a65feda7a67b0da8e9b7f3a93f3b25a93f7bdaa83f55c3d4dfd9bbe46f4401f5377584fa9bfe839a39f9809a7925410b2d7e4b0ba91fa0854efda2851e4cd242d3d7696162092d6ce94b0b1f6da28543b7d0c249aab47077182dfca3971639b987161934a2e7a829d3737605d0739eabcd5e8913f45c89f3f4dc63083d6fdf7a7adea5427a5e891f3dffdc637a7e850c2d2a584f8b421769512d535af4e8ecfafd3e7a817434bd40de9f5e50ef422fa487e8855a7af4c2c80c7a91d4257ad197225a3ca78d96d05a444bec0068a95b7b69a99e247af1296f7af1a76df412b7347ac9f54e7ac9d3665a7ac71a7a699007bdf4b9322d239d4acb981bd3323b16d132634af432c1057a999907bd2c378e1640863420d64b033a9634b02985062e5ad3e06d051aaaeaa3a1e60f346ce6472392021a194368d42998c6626469dcbb80c6e35ed178ca388d5f9c47e3e9ee34de354213502d4d58bca1c97dcf68fa743bcdc9aea1b9f4119a57fa49f3abc2685e7d11cd1b14d37cb13ecd4f1ad3fc8f667af9ea5db4bced3d5afea112ad10e5492b8a78d08ad75fd32bacdce815397fe915035af44adb03f4ca77afe8955f426825429656627a69e58a2fb44a5236adf2e816ad7a609a563dcfd16a8809ad2ed541ab9356b47aec275a3d7e35ad9e5e43ab579ad1ea7523b486a803ad8119d31ad3cab4a6a405adb9f210ade9b3975e3df729bd9a4ba557ef91a5d71e92a0d7fa37d06b4fcbd2eb6237d15aebaed25ae17f691d33335ad7be90d6dbb190d67397a6f5de7bd1ff4929d2ffc5dea6ff6b5e4aeb9ffd4eebbfeba2d70f16d21b6cfed11b974cd29b6e8dd18621cf68c37831daf0b2146d78f535bdf9d74ada681e431bc540b45169386dbcf43a6dbc359d36fe3d4a9ba886d0268623b449ea56daa46c9036a97a4b9b8c69d25b94fde82debdfd05b763ad2a6fa6f68337080367bb48e36fbf29736f73c4e9b5f0ea4cd7bcfd05b4787690b6088b658e14f5b684cd1968e9b69cb8076da32f6076d7983a4ada2fb68ab8267b455c33a7a7bc60cbda35f99de31254def543a4cefbc5a43ef624ce85db22fe85d31f1f4aeec2c7ad7e43c7ab7ab0ebd47369ddeb34999de53db48db88cda36d103fda86df4bdbaa9ad3b6fb7568dbb35db46de1146d5bdf4bdbce68d276119eb4fd4294b6df3149db577da0f7ad13a3f74de8d1fb25bfd28e2bdb68c7a00efa00ba8b3ea8708b3ea8dd4f3bdd7e4b1f9287e9c34b77d08727d6d147b41ed147d28568d7854ab42b3897762dcca08f692fa48fbba6d2ee9283b47b3c497b141da73dee44d19e5d2db4b7104d7b3f8fa37dccab689f2723f4c9cdaab41fa642fb7b65d3fe372469ff325dfa94e639fa5492287d2a4b833e35624f075c08a7030f08d3416a32745066391d744d9a0e7a12499f162fa04fdfbb41072bdfa583b726d221802e1d925a4287fcf5a143853de9d0bc143a6c55251d56718e3ea310449fd96d489f097c49872b1ca5c3bf76d311ee3fe988629c8ee870a7cffa2bd091ef9fd35191afe8a81f7e74f46c6f45977ad3d18387e9e8af7e740c7d9c8ef9e041c75a20746cd16cfce047c79d33a1e36e34d3f15a2be973ebd6d18936867462b12f9df84b814ea625e9e429513a65413c7d61f21d9d36671b9d26ba894e5bad46a7a5e274fafd50fa527e057de95b079d392f83cec4b7d2992101f4e5e59af4659768faf289dbf4e5c4b5f4e5eb6be92b920be82b1e55f4956a2dfaaaa20e7d35701e7d35f40c7d35a183ce39e24ce7f870f4b5662d3a2fe0309d2f9c4de75bbea2f3839fd2f985bdf48d3d187da3389d2ebcbc982eb26ea58b0ad6d12536717489830b5d7274015d724a822e3daf4a9725b4d065f9abe8726975ba7c76c655646ad195e0ce598e74a5ca4dbaf2871b7d2760235d556249577d13a7efeef849dfad9f8d9f6de86a83b974b55f155d7dbe9aae7e994e57bfb942dffbb686beaffe95bedfb090aed1bf48d7a4aad2354fcfd1351ffde95aef5ebad62793ae0dd0a66bc34fd1b53d67e8da6f0cfd60a928fde058135de7914b3f6a9b4b3f1a99a41f4bcfd08f9f5ca19fcce9a59f48bbd14f259be9a7cb9fd34fdd38bafeb52fdde0594d37dc3e4937741bd08d4409dda8164b37ee22e9c6307fbae98033dd747025dd525c44b7e28d746b533adddaf1826e3bf48c6e8b57a4dbc77de90e890abaa35d8cee7827473f5f7d8feed42ea23bfd54e9ce981ebaeb8f07fd62693cfd423f877eb15e9e7e31b19d7ef9339a7e156640bf86dfd3afd7c4d3af7764d1dd76f7e89eec18baa76c3dfdc6a09e7ee3788f7e73b49a7e73468beef32aa3fbf74ad0fde729faad481efd56fc1efdb6508c1ed885d20357b7d3835d73e9c1d7c3f43b112bfadde2d7f4bbfa02fabdcb0cfdfea136fd21e205fd21719c1ed270a3874af6d323cef3e9d18321f498cc39faa3a418fd314c82fe38b69afeb4e835fd695b103deed6428f9f594e7fb69da13fd7f8d15fb6dfa2bfd84ad15f0db7d35f130ae8af75fbe8898f92f4e4519c9e1cfa407fffae4effc4c7e99f614ef4cfcb87e9a9b6eff4af3279fad77d98fe3df19e9e8e77a4ffac6ea4ff9c5e40ff899ba1ffb424d37f3ec8d07f9bbde97f0aa7e87f1f2319a1f9df18a1b5a68c90a12a23e4c23342970c1861ee0e23ace2c4089bd931c2367f18616f7b46385f8199a3083173947b993907c498392561cc9c176798b9e1eaccbcf40166feba4c66fee41c4654e505236af880110db56144332c18d1da3846b4ae8759b0e121b3e0762fb370550ab350e323b35027835958f28959f834861193dfc18839ca3062fd198cd8b73fcca203f718891629466ad915462af5282355b082912a2b6516eb81cce22e596689b30cb3c46d9059f2d7969116bfc148e75c65965a59304b1f3b33323b6618996a2f66d97f9f9965ad258c60a51e23d0f8c0086c631970d1250684fa1870288b81567a30d02f4d06365dc2c085c60cf2e435839e001834fb0383e63f65307b7986a8c86388275f1972c15f8664c6186a408ea13eb530f4e26686b1d76298903286c9d467d88cf70c5b53cf70328f18de7703c3bfdfc92cff6c30fb265cc3c8beb366e4d41f327213528c82f53d462166865971f83f66c5b13c6685af18b3e2da3166c59410a3f47937b30ab06354e6cf6354646e312ad5eb18956f3718d59d858c6a143d6b3fa3facc84517db582515baac6a8915d8cbafa1d46dd7c94516f3565d4bb6f319a2d3b98d5d6bf99d541aacceac80a6675742ab3baad825963dec0ac393dcdacddd9ccacf558cbac1d5cc3ac835730eb56dd62d6a99531eb52ff63b4229f335a8dc58cd67813a3bdd68bd1fe6f2fa35d97c9688f44323a1a5d8cceaed78c2efb8cd135fac5e85a8d33ba21ae8c9ede1f466ffc2da32ff781d1cf3264d66f5360363cddc86c3cddc86c2c9fcf6c120d6636a5be6436bdb7630c766f668c5c7f3046017d8c51502063f4e53b6334adc318d39b19631d25c6d88b678ccf7d644c5414992d49c38ce99670c6f44a0863fa3c9431dbe2c098ed9cc398e5608c59f52bc6ace93a639e3ac2985f0a9e95ce984f6a3396ce9ab35a18cb4bfb996d7b3319ab2d8e8c35bd89b15e1bc358677c63acf32e31d6b776313b1a7e32bb424e32bb9e0532bbff2a337b005f66cfd583cc9eeb30637bc793b1ad5ac7ec9d97ccecedea65ecaca619bbc411c6eea92d63bf6b0eb36fd77d66dfbd2866ff195dc6f18c2c73403a9039b0518739f0f43c73605a9e39b8f90de3d4ff8371fa6ecc1cba708371b99cc0b8bc6c635c8ff633c744a49863ab3a98630778e6d8d19bcc313f0fe65822c21c2b3362dc1029c6edf038731c1465dc951d188f252a8cc7de70c6a3b290f17846339efc59c65315673ccde219cfd45f8cd79c7ac6cbd892f1da21cf781d7bc178dd5767bcc697335ebf7f31deea568c4f6023e3bb587af61f5e1ee3ab5bcbf83e79c69c5cb081f16b2c65fc465631fe659d8c7fcb7bc6bf670e736ac95ae65478f7ac012660dd372650ef241378e51513a4b88b094ab0624eab5f674e7fd16282c51730c19e224cf0d70d4cc8eb112664bc9709f5f8c8843d2964cee8de65cebc5bcc84af1a62c27bed9908d9d74c44463313f1690e1379711f13995fca44be9064a22e3e61a255f298e8ca492646b99b89b1cd60621a3f31312d514cec85554c9cc163262e3481894bffcdc4a7d933f19d564c82a4099330fbbc84c7964cc2ab5c26e1ef0de69c9c30732e649c3957f89a39d724c424ae3ccf24262c619254fe3249ea739924bf6d4cd26b032679c32e26b9718449d962cda4ec78c4a41c7567520f5c6752fbba99b4a7624c5a9f2373318660d291354cba751b93ee97cfa4d7ce30e9eff5984b7229cc25fb3226f3d35de6f29a3bcc65779cb97c8a662e4f3e64b2cef24c56d77ce64ae17fcc95e7ef992b0302e6aac42de6ea8aab4c76440a935d9bcbe4309a4c4e4d0893d3d4cde43ae632d72471e6dad2974c9e8d119377489cb9bef21f5380ac660a1458a6404d8529581fc0dc485bcfdcb82cc9dccc99c7141eec640aebcf3085dfb731450bbe32b7346b995b35a799d2901f4ce98de54c596c28536ebb9fa95836c6548a8f3395cab24ce5b93fcc6dcf40e6f6add7cc9d9841e64e8a0353a553c9542b804cb5f709a6fa3ec2dcb39063eed55e66ee872d636af870a6a63a9ba9dd7f9ba90d78ce3c707260eab492983a8321e6e1723be6a18d3df3f020c93c2c29601ec936318f0c56338f8a5f318f956698c76ea2cce31f79cc93451b6715324fa476314fb666324f0d5298a711facc33508c79965ac83c9b1e67ea7509a6dee62cd3000e300ddc56a661b325d3b02b8f69d807308dde094ce38b774cd3cd7aa659e817d31abd9b69cdfec1b4def767da66f630ed12914cbbe107a6fdd94ba643dd80e9307fc774b8e7331d0ff2988e8f08d3a92ac474aeb9c474167e64ba226599aef27ce6c55a6be6c51147e6c56f37e6e55623e6a56d12f372b64f5e063731af0ce299d7139e4c0f53c3f4a4a04ccf93e34caf4d0fd37bd389e90bbcc9f4dd78c6f44dfa33fd2a6b987ee393ccdb208e195c31c20ceacf61dea9b532ef7eac63de4b62ccfb4ba798f72f18e6fddf1ae6437f1c33342f9e19b69cc70c9fddcb0c4fed6246223b98d1354ecce8d9b3cc98ceeced517199f938df8af9a85acf8c8f0d329fd1e3cc677343e64bf825e66b533f3371359899b8dbc44cd4c63093071733df7223991f9597981f55bb9929fd5466ca709899da7c98999afecbfc9e6bc14cf39ecc74e32b66fa8d22f3676507f3a74783f98bed66fe9220f3b7bd98f93bb98ef977672f33f367212b24dcc70a09725921509a153a29c40afff66745e408764e9e173bb7700e3bb79366e72d9862e719fbb0f32fb9b0f31b2fb0f39b84d9058adeec82b80176a1f80376614e0ebbf0430e2ba6d9cd8a594ab1620e382b16ba8c15fb61c72ee226d845e657d845b609eca2a39eac84af012bf160352bb9e5102bb94d9795f4fdc34a89c6b1529316ec62fb1dece2b64876c91b6756fac25756ba6c90952ebfc62e359fcf2ef5d36765b678b1323e8bd865e39a2c0079b080b7010b5c7aca8287aeb3e099432c2439c842ab0359b8cc9745dc6359542680c5e62ab2d80907160f7164893e15966eb9ccd29f5fb2ece21196dd79956563a658ce7b2dcb5d1866b9512f96a75d585e3f94e58d6eb17ccf6176796125bbfcee5c76f99fe3acecd271565e548295bf7284957f5eccca4fffc72a080c59855323aca2d5775631c7905db1b79e5d31bd8b55e2e7b24a2b5a58e5c23c56795a845539dfceaa3c5cc5aa4c9c6055857559558959ab9459d5ff2eb26a4999acbafe0e56fda41aabd9b4885dad03b0ab6fd9b26b746ad835f17bd8b5832fd87531f1ecba2e0576ddd01c566bf169566b5b02ab153fc6eac89d6675f6cdc623baacaeb51bab5b748cd55bbb9bd5b3fac2ea6529b37ab335fc6fd29cd50fdec1ae8743d8f57a46ecfa3055767d5f2ebbfeed567683d45a76c3c12dec86043776a32dc06e3a50c31aadad608d4e3d668d4a125863e4106b7c4093353eedc59a2c2b664d369c624da28bd82d352bd92ddf3459d3a414d68c5ec79a9dce62b73efccd6efd42b116225dace5fc25aca5ea1bd6d2792dbbcde225bb2dfb3bbbedc1086bb57284b59e7f8eb55e3a8fddeed3c36e7fddc3eed814ceee38a3cfeeb82ac1ee4c3ec1ee5a748add25e7c8eeda6acdeef21d6277e37bd9dd4f9eb27be0b9ec9e0d6fd93deeaaec9e2688b58dcb64edb01ed62ecc96b5fb64c4daafbdc7ee533ac2ee331e64f71dec65f7e50cb0fb4adfb2fb9abb59c7601ff640e453f660481f7bf0aa37eb1456c03aeb3c669d03325897aca7ece1fe54f6c8be01f6c80784754dbec5baced6f8e87933f668f15bf698d816f658a12aeb763d8b75bb79963dfe9f2f7bdcf0077b7cf34af6f8c364d67d8133eb6e6bc1baef6d65dda724580fbb71d6a3661feb2925ce7a6e7ac07a466ab29e3537582f217dd64bc795f5caf567bd7a43d813963758ef7047d6fbad06eba3decafaacad657d2e6c667ddefbb0be8838eb7b0c664fbea2d993436f58bff97b583fd957ac5ff52fd6ffa5267b0a2e6603246bd980dce36ca041071be8e4ce0646ef6703539eb1810f3fb0816d0fd920554b36c80564834e48b1a7d75f628343ffb12177f4d9d055626ce8f978f6cc516df64c38c69e7917c2860fed60c3675ad908295d3622de898d2863d8884a2bf6ec861decd93d61ecd923b7d8a8857fd8a88eaf6cb4f049367a8e0f1b7d548c8dce7dc9460fe7b1d19fbeb03144041bf38065638ff5b0b11776b2b1cf6136eedf5236de526756311bbf63377b2e4e9b4d5c2bc9261e6e6513ddb4d8c4faaf6cd2c6236cd291f36c52c677f6fcf50decf9dba26c72f41b36f9d95d36f94b009b2263c6a628fc60534ee4b1a96b5dd8d4666936f5dd42366d49369b665fc0a6bdc867d33e2c63d386dad974703d9b196cc166fe82d9cc1967f6b2dc12f6f23596bddcdfc966f9b16cd60b47f64aef4ff6cab7adecd57225f6ea530336fb5f2b9b53be96cda955637397fe64735729b1b93bcad95cdb4136b7fc3c7b2dfc3d9b078fb27957dad9bcd20c36af2384cd7fddc916cc3ebb40d589bdb1e80c7bb314608bfc17b045fffad95b3f64d8e225816c71ff085be22fcd96e419b1252f64d952c901b634e0095b3a1ccd96f5fab3e5a1a56c79f706b642f9215bb13b8cad98b8c856f2036ca5d32bb6f250375be97c83adcc1a65efdc21d83b339a6c15e2c25629a4b1554e1fd8aa4bc36cd50b09f6ae4a027bf78f085b0d44b2d5ec145bfde41b5bfd6f82bd9733c6d6b8cfb0b5325a6cad7c025babd3cdd6c626b3b5bd5dec03bd26f6c16e27f681f7005b472f61eb0c32d93ae3956c9db3265b77cf857dc8a6b38f4cd2d9c727f6b38f6f28b18ffb6fb24f3ccad827337fd9a7cba4d96757bfb00dd5d66c439d28db78ba886d0c9d629b91656cb3fc0cdb7cef14db4254b16d528e6cdbb251b6edf403b6dd2392edd8f099edb0f4643b6ec6b31d63cfd8e76757b2cf33ceb3cf1f55b2cf5ff8b25ddc23b66bb516dbe5d4c176a509b32f849cd997fc75f6e56027fbaac9847d0d5e645f1f8c675f3fbec376b7fc627b76bbb33d05e2ec9b8bfeec9bcba3ec9b96356caf6c2bdbbbef08db5b7798eded8d667ba734d83e0b09b6afea1fdb37f690ed4f2b67fbf330f66d9f303b1058c80e569d64dfcbbab2ef7b8eb1c3c29bd9e1bf41ec889c363b72da921dddf9961d7de4ce8eb61d67c7162ab0637d31ecc78fdeec27f7e3eca78004f6d3c455765cf61c3b6e7b8a1d4f59c87ecef463bf1e78c27ef5ddc17e0d6a602764007642be939d5cd0c34e2a37b3dfaa77b03fb41fb33fe297b33f1252d91fb93dec8f9babd89f5db9ec54cb75f6177790fd7ddc87fd3df293fdfd71949d0eac61ff3c2f63ff4c9f61ffaaee67ff1e8e61ff1e1f61ff9e2961ff4935b3337b0fb03347dfb033455b3921d1079c90420d27b4791327a29ccc89b87a7073d2c2b839191bb9395589dc9c6771dc5ca973dcdcd06bdcdcf47a6e6ed7136eeebf1e6edee46a6e3e51cccddf69cf899a0e720bfeb6720bdd5e700bbbef7262f2c19cd8ab426e514c3227aee9c189ebbde1c4bff872121bdf72124e4a9ca4c92027b9679893b495e3246fd67292ad7b39c9dfa59c54e0254eea9b33b7787334b7d8eb1db738fc13b7f8ce426ec9862a6e497a3eb7e4d32027ad61c4490f1ce496f6eb7032171e70323f5bb9659167380132c1095ed4710090c401c51f3870ef120e0cb6e120dbd31c547d9083dade71b04c3107179ee2e08a4c0e91d4e4d067591c56e8c3114e7a1c31e8ca91096b39f2c2258e9cbace51cb9f7294ec5e8e52b8c15147f4399aeee068369fa3ef3ee3e899108e4d12e3d8aa1a8e1d51e6b857e51cff7092e37be5b9e587d339d9c1039cfcc9344efe7517a710f79053ec98e15698d6732b3e0f702b77fb722bf3e7734a6bdd39a54f79dcaa3d61dcaa0fa99c728907a7b2ba865345004e95e9e454e50b39d5a24e4e4d3681535b9bcea9f53572ea670d39f57a214e43f528a7b1e60aa7b92d865b3b1ac8ad537dcdad0b6be6d6759fe0b4fc2439ed05899c0eedc1e99c70e674b3cf717aa2129c9e6d3ba757c170ff9d32e6fe7b33c0e91b8f70fa36fd9c7ef44e4ebf4893d36f1be6d6dbab73eb436db8f5ed96dc8645d3dc8667f3b88deb76701bddbdb88de32ddcc6efefb94d270cb94d716fb84d6562dca6a7899c0113cb6d8ef9c06d2e93e2360f7ee78c94e539e3d06ccef856036722e3c19980899cc9cf5fdc16fb2bdc96df8f38d3b3073933191fceac5f8edb7a731167617a96b3dc15ce591e7ace59de8be3ac74de71d60a1738eb4845cefa961ab79d5fcf6dcfcde576346672bb845bb9dd3742b83d17a6b83dbd0e9c8ded1cce26e32b675357c2d9f46ce46cbe27713653c739db2a92dbeb5bc8ed4de8e4ec74ea393b0735ce2e5c92b3cbdcc8d9e3c7387b859d9c7d5d0ae7903fce3994e572fbd6d971fb766fe6f6dd54e3f67fddc6edff27c31d804e73078635b883fc75eea031cd1dec7dce39f15a9c53fa3ece69a6813b34ff007728408d733e13c4b9c872dc61b528ee88f908e76a14cbb986f772aed3cadc51c7399c9bdf65ce6dea22e75e6dca79c67ce33ccf39719efd87b8138e96dc094f0bee44f623cedbe13de7ed93ca799f55e3bcc74f733e739f703ef98e9cefea71cef7c77deee4a5639c1fb089f38bb9c1f92588707e2f5771fefb4e71815f8e7041b2d15cd0aedb5c50df7ceeb48528172c68e4827395b810db5a2ea4d0820be99ecb85060472a1b3b50aebb4e4c2a6d770e1ee5fb888a0075c44c222eeacd277eeacc1152e327515173dd3cac59cf8c8c5443ce4624a52b99881935cecc2192ed6b4968ba31772f1d2e55c7c8422179f60cfc5a70f72e7cef972e72eece3ce558570898a055ce2aa162e717d239718a4c7253e5dc9250e867389bfacb9a4e9cbdcf9f65fdcf90fdbb90b8e77b80baefd5cda8afd5cda1605eee2682b97be96e1d20fc87297c4cab94be12bb80cc7ed5ca6b9359769bb85cb6c2be72eebeb72972d2f72976fafe62e7f55e5b22e7ce0b2ea95b8ac0655eeca702577e513c95d5db297bbaa7882bbdaf084cb111de77256dfe072b67de572a286b89ce96aeedaaa76eedaa1eb5c9e861397f7aa92cb171ae6f2f155dc75bf28ee7a9a1877bd51822b58bc8e2b3074e66e181fe66e1c92e66e84d57137229ab842ed44ae70468f2bea69e08a7eb572b70e6ee26e3dc8e16ef58973b746ffe38a554ab9e24b76b312b9e2c797b9928136aee48b1c57fa781757da27c295399fe0cab73fe4ca6da7b90a9d74ae22c199ab7823c9554a5fe62ac13d5ca5fe63ee36e3c5dd36ffc7ddae2de1ee5c8ae5aa22b772771192bb4b6de4eeba1b73771faee3aa85df72d58637b9ea8463dc3d5495bbd758cbd5040e7035413fb9dabb34f7604133f7e0bc1cf7a0fa2457f7d48cabfbddc13d2acfe51e35a5738fe775704f580feec9e920eee9a756eed9169e7b56f4827b5617cf3d6b28e7eabfbde31accdab886cb0e5ce3d920ae717221d704db73cdda815cb35703d772a49e6b89339c758d6be977e45a8fc5706dcf09ae1d78ccb53b5fe1daaf4f70edddb95c67e612aeb3b293eb1276e5ba123ab8ae821ddc0bef2ddc4b3143eee52673ee75612ff7ba649c7b3d99c975cf4de3bac5e771dd72d15cb77d3dd73d55c9f5cc5bc8f55c5eccf5dc20b89e519a7b339bfb37d6565cafc241ae778d1dd7db66c7f571e7b97e4971ae7f491cd79fe7cdf5df0ae1de8e5672039597b941997bdca06331f76e93d8ace7dcbb1397b9f7f756721f6c51ee839d39f761589e1b5274e586f4ccb8a131056eb8dd941bf92f9a1b7d6ac08d29f670636b3ab8b1fb87b98f56bfb98f3573b88fa35ddc272d9efbb44593fb74758a1b5f10c08d271ce0c66fcfe53ee373b8cf1b2e709f0f1ce0be6afcc77d4d7fc04dc8cf7013d7b2b9893f0c3729f59d9b5450e5bec54770df3e3473dfbb15b89f9bc6b99fa6a5dccf320bee175bc4fdba11cbfdba1fc7fd1a20b9df1b3e72bf5f73dcf4ba496efaef6eee0fd4cafdd1aee6fefcdec9fdc5f7727f4d7bb8bfb596dcdfb10aee1fa9c5cd50d3dc8c99013773be89171255e485160cf2c27d45bc0862c98b70adbc48cc715e24dd80176987f939f9b7f8f98f0b79d1150ebce8d695fc8287a5fcc28f15fc22702dbf2855815f74638a1797d2e3c52faee7c5efb5f2e25df1bc94c45a5e4a3991977a4ef28b65bbf9c5ebc3f8c50187f925071ef34b22d2f925b1babcf4bcabbccc5c1b5ec67317bf6cf8072f287ac203bb411e6835e3c1bc373cf8ef150f2747f1f0079a87bf3bf1c8ca6e1e6937e3d139f778546f378f8ea9f2e847191e53fcca63df2a78dc438c275c7379cae2154f1df9c953b70ff254731d4ffd32e6699d553c6de5c9d3670ff3747112cf2ca8e199cc3a9eb9abc5336308cf2ecfe1593b2b9e2dcbe4f9ff76f1fcf93d3cdf61c62fdf758b5ffe6027bfbcde825ffe7c152f8b19f0b29b1ef072daaf78b9cda6bc5ca21c2fff5c915710e9e1152e16f38a3b2279c5237abce2cf317e85ce7d7ec519257e45940ebf22b9935f898df22b4fafe795b81c5ea9e310afd4f58557fafd9b5f35b6875756efe79537fce49573b27915b76dbc4ac4235e555194570df5e2d59067bc5ab637af56718957cfb2e23516ede335b47d784d1ae73565fff19a2a0afceaf9027ef50a517eb5ce3d7e75dd127e0d2dc6af5b7e855fa7e4c1af6b2be2b54e6af15a577ef1da89e9bcce81365e57d89dd735e9e4751d5d79dd0fd1bcde95165eaf559aff6fd900ffdf112d5ebffb13afdfd7c2af8f55e03734fee237fc3dca6f5c2fcc6f7c99c76ff2bcce1b641fe30db327f9cd4683fce6e43fbcd18237bcd140266fbcf0036ff24091371928e2b76c6be1b7ec96e0b79c3ac36ff9dac59bda6fe14d5b8b79d39ff378f34725fc567301bff59e036f71ba83b7b87190b7b8a9c15b962ce1b76deae3b7f544f056b195bc55f903de6af2156ff54d85df7ecc96dffe248edffefb24bfa36c84df49bce1773e36e677767ce2775942fcaeb74bf9dd410cbf7b489bdffd3b99df83faf1360bbff3b68d24bf77f14d7eefa90c7eef7501bff7e6106f97b590b7d7efe4edbb8779fbf160de61bb18efd014ceef3bedc3eff734e41de749f14eedabf8435b1ef287ee5fe40f3d3dc83b9b32bc73591eeffc6109ef52f89c3fb2701befba268c770dd8cabb365de15dff1de18f694ff1c72a3cf863cdab7937dd45bc9bbb357f3c2794770f6fe6dd0b6695f7f21e2a18ef11fa76d657dee3422defd9bd99f7fc14c97b8eb7f35e0b7ff35ef102deebc37fbcd7f79bfc098908fe84940b7fe2e867fec47107fec4f91dfc89427bde5be925efdd349ff71e72e07dd6ffe37dfc3c789fab25bc6f5a15ef5b13ce9f546be64f5e5bce9f7c94c2fb2506f17ebd45bcbfcd24ef1f96c5fb979af3a70276f30191ae7ca058207f3af0337ffa6a3c7fba2b890f7e64c28738ece3439a4df950d5a77ce8e5013ef495121fdad3c18711d9fc99d8a57cf83c9e0f2fddcf873fe9e423c8183ec2e6037f56c8913f0b88f2677b85f84832828f2cb0e7a38eade3a3fcd2f8a817127cf4c2013efae33c3efab32c1fa3bf9d8f7920c5c77c16e6634f3de6e325eff2f1c727f9f8fb7afcb936293e31b09c4facb2e213ffa6f249c4613ea9ff3c9f3458c59fefafe493d535f8649b4f7c7272159f424ff2a9f2289ffad191bfc0fee62f982bf1172d1ff317730ff0e926fff8f45255fed25277fed25a1dfe927d249fd1a3c9672e6de23335fe67b8bea37afce2388037b4a4686ba0a1efb3f73252a4a49f06455149a281944828a39015118942da9206692bed6496d590a4411a4614da3f7fbccefb3ee73ce73cf79efbb9e3f111c55b43a278a75251c2665f51c2a16c51625ca528c9b25394944e8892ee5c17259b278b5254e545293abc28457f429472ecad28e5a2992835775294dad62cbae5b3509426f35a94b6564694e615204a3b785294be404594fee0b128fda585e84e868ae84ef96f51e6b6485166449d283371b9282bd8539475c25c94754b10658d3f106507458aee1255a2bb671a45f72e4a8beee590a27b2d29a29c305351eef68ba2dc8c5c515eb99b28dfb557941fae2eca9ffa252a9ce92a2a5e39242adeef2b7a705e4154422f119544ca884aad5b44a50767884a4f0f8a4a534a450fbdde891ed6388aca363e1395ef5e21aa913825aa513d26aa156d14d5421744b54b62448ff09ba2470579a24765bea23a2363515dc11fd1e3bc56d1933dc9a2a772a0e8a943b7e859f153d1b3094dd1b3c98ba2e78566a217b112a2faa032517d9f95a87e1016bd54f711bd343b257ab9e9b3e865cb47d1cbf7df442f879e895e35b58a5e2f5e2b7a7d70a6e8f5b1ff44afab2b456f977f15bd4d341335a267458d67168b9a667f16b5a451a296e74b442d131f45efb45e88de7d2c13bd1bfb2a6a9da72c6afdcf4af4def0aee87dbbaee843a6bfa8ddd45cd4dede21fab8b250d4e1755dd4a9552beaac5d2eea1cd825eab62f167d32f7107d5e84883edbb68a3e8737893ed7fa883ebf17897af495455f7c2d445f0e5d167d79d72aeab50e12f5d6ac12f57ebd2eead3f013f511eea2be8d3aa2bef8cba27e973da201bb21d1809b89e8fb8e1fa2c17ff3f813be24faf9fe9ce8d70c5cf46bd85634d41b251a9e1724fa2d764cf47b4e99e8f7b60ba2df8173457f9ee789fe8efc128dbc5e2c1a95b92e1a4d30138d36578b46df7f178da1a745e3852b44e33f7688c6877a44137b2e89263e198826b7cf124dee9c144d397888a6dc3f01626a3c2076b817103b220d889faf07c4eb640089cfa680e4964e40321904a6b94f07a6c54c01527e6d8094ff7740eaf829401a0f05a4777400d2ddd700e9ef042053eb00c80cef0164feee0764266e01b2b2a980aca13d20bb3e0590bd030272676e0372e54dc074ab69c0f4183760fa401c20bfff2120ff7418909fda00cc7058032898fe04142c0940e19d21a0f04102500c9005140fad061413428099c5d5c0cc124760966e27308b7c03ccbaf2149895700150d2590528c5e602ca7ba7012a3bcf012ac33f00d5a909402ddc1e502bf9e7c54e40dd4507507f9401687cfd04cc36db0968caae0034a75f03343d22012d8d68408bb80368c53e02b4673a03daced980766220a05d3a00ccc95405e65eb900cc6dd104e60e9d05e605ad05e6fdaa03f4966d05f41c2b0103ab19c0fc693a8061e43860f8bb1c30fcbb0e1089af0044db4601d191244094960100fd920068f40200b7ab0190990d00d5b702f0f2b5001cef0c20728b0024a81f4053e701e89d48001312012c7a21804f6b0670eb1600f7fc09e037860042e33940f0d900f1760220b37400b2501220ff2803e4d47d800a3b0ad0a1a5001de6063067408049ab05d8957b014ed91de01667015c672720184e010b4e97030bdedc0116ba44020b5f38028b965c03161b74008b0b6f00463d278025a026b0646b0bb0a42b0f30965a04184f37008cd76e068c0b140093e5c700938441c0244917586a0d00cb8c1a0153c9ed80a9f45dc0d4fa1460eaa90598de3500cc385dc0dcc31158b17421b0c2c7155811290658c8df062c2262018b9b178195f35f012b917e60a5f96960a5db2a60655c14b072d013b0d415072cf57600967b6e01ff7dbd0e58597c00ac42c401ab640cb04a1503ac3deb00ebeb19808dcd1060e3060036791680cd8740c0a63b0fb095cb056cafcd076c071860b5f47960b5ac35b0fa831eb0fa6b06b0464b0d5813ff0c5893ed0ed817c4036b679503eb6ef7020e5aa980c3fc61c0617502e0109d0b38d485018e600be088e7008ea1d18063f56bc0f1e71f60c38c42c049f123e0c427024e464980b35205e0ac5e0c38870d022e73ba01172375c0c5a91270d9520b6c3cad0cb84a1800ae8615c0a6a05dc0a60a6b60535b35b0e9cf16c02dd317d84c57039b9fcf03dcb51c01f74565807b1d0bb88fde02b6cca800b6c012c096ffdc81ad25bb00cfcc11c0fbc952c0bbc90cd8867c00b685ce00b6af0a02b61fb401b68f6b033be4fb819d9d3580afde57c04f6706e0b7ca09d8459500bb6e5602fe802bb07b4f07b067c518b0a7dd0908880f0302254681403d1d2010dc0604fe9902f62f9e0eec773d051c98a5031c401b80035b438003bb8b8020bb4820e8a538102c4e000793ee0187962f000ecfb6038eecbb041c890e018edcb5028efc780484321780d0858780d0d33140e8d505c051b80e387adb1438b62d0e3816ad071ce7df01c797dc074e98ed004e58bc054e8c8e01273da480934f9f00a742d703a777f800a70fbd044e779c07cea84802e16033107e7c35105e38029cfd330a9cbba2054484ce0422f2128188c92bc0f90d2dc0f9ce85c0f9bfa7800b1da64024aa03445a1f052e96bd022ea57603973e140051799780cb3f4e02d179f6c015db30e04ab0347055e70f70b57708887ddb065c3be40a5c6bba0b5cdf61085c2f4804ae574c07ae37c40237c483801b1965c08d07a9c08d272940dc8b1620ae5d16b8a91e06c467bf04e29b7a800483ab4082e17f4042901f90082b0189e7ca8124afdd4092ef7d20e9f8652059b21648a6d38094d97140ca427320d5340f483d6602a4e67a01694a0290b62406483b9509a47db5056e07b3c0edec0f40ba443a905eb609b813ba0cb8132503dcb9ea0f642c12808cd49b4046560f90d9360864fd6a00ee4a7c03ee12f2c0dda3e2c0dd4845e0deb62f40ce014be03ebc0bb8bf521cb81ffa03c89d0302b999fd406e650f90b7aa15c8eb590c14d8ee060aa22a818257b381c2653240e1eb7ea0c84c1728da9105149dfb023c5850063cb0df053ca854004a90374089eb0450ba5f15284dfce7d35da0f4e71be061e434a0ccb40c28f76900ca6fd600e5c58e4085de045051160f545e0c032a6fcf01aaa202816a450ba07a793750bd2513a8a1dd80da8a0d40ed9402f0c805061e79b9028f8dcd80c73776004f1ebf059e2ebb073c1d3a0a3c2b0b069eab2e079e77b6002f64be012ff62a002f467c807acd8f40fd2910686036030d099f80866fd5c04b316fe0a5f109e065ec3ae015290dbcb2eb065e551f045ef31f80d7de9f81d7fe7380379147803783eb81b749b380a67f675913680934c548024dbff602cdb14140f34d29a0397923d0dc1202b41818032d1161404b5c17f06ea501f0eec242e0dd5529e0ddcf42a0f53b06bc5f600dbcdfbbfb9f58a0ada10af8103e087c5ceb087cec3604bad014a01b7f0b740b2781ee2bc34077a61ad0fd6b10f824f30bf8d434097cfaaa02f48427033d35e7809e9761c01785edc097554b812ff675402f3807e86d3606faa3da8101cc151858df057c9d15047cf59606be05d500dfca63816f1f3701df553f03dfd79c07be3f61811f41ddc08f73dac0a0c81ff8797408f8a57f06f895320f184a370186bacc80dfc17381df97a780df4f0f017f5339e06fcb7a60e4da2e60a46b2e304a4c03461f1c02c6c4ff00630bae0263c39ac0b86118309edc054c987d0326ae7b0213f11da018e5088a63db4109460f94309f0f4adcbf0c4e5bb11e94927c004a51ff786a80525dfda0f4ec0da08c6e2528e32a0eca4e7b04ca7ed405a74345e0f41da7c0e9578f82f2876b41f9541550fee7737086ed7a70e6a17c70d6725570d6f69fa0d26c0a54be72175451ca0755ac824095dc5ba0aaf876508d5402d53a5f80ea766da07a4c00a8a13c0bd458f40a9cad771a9c6d1a09cede7104d49ca3076a2eee0035532c40cd1117506bf77450ebe25250ebd25d50eb7536a8b3fd2938675f3638f72600ce4dbf05cefd9608eace5b0eea163581baa5d1a0fe0204d47f130fcef78a020dd5db4143d75c5064620f8aac6683a223d5a0a855048a7e748380de7510942c0141ad3d2014b01f84cea78150f97d101e3e09220a674024f803883a9481686b1a88911520f62601c4de1f0189080e24d2d54152a511241d1f83e4b81cf8ef5c0629b5e52065ec0952cb59902ad400e919ed206db31f64615d90758f00d9fbab41b6fa0ec82bcd04f9e84720ff6e0014f2e6830bacb7820b1e86820b1dfcc08527cbc1853d8bc1455af9e0a213daa0f15e37d038ef20b83446065c9a3e035cfad4105cdabe055cb6b60d5cb6f72cb8ece202d054621b683a5d0934158a40d3a7a5e072c5afe0f2995bc1e5de6bc0e5df4f8266d7fe8066534ea0f96d2f7085f8227045b2e23f26a085cc67d0629316b832d706b4fc7312b41c79065a790c8156de1b40ebcf13a0cd1575d0664a1fb41dc804576710e0eaac3be09a232ae09a0fbfc035fd386827b116b403af8176f609a07dd97fe05ab543e0da454fc1b5af3cc0758203b8ceea27b8ced1155cf7340a74e8ba013a2e7c033a9acb808e3be440c75223d029c001747af81c74aad3009d867d41e7cc3cd0f9b11be8dc24802e397ea04be171d0a5ff1bb8b1301e74b569035d2366819bd6d4836ee20aa09bfd73d0cdf112e876c01b748bec07ddcaad40b7774de066977c70b3e77b70736b2ab8c5fe16b8755d02e8d1f814f414bb047a3a7b835e7a6da0d7de38d02bf83ee8f5a512f4063680dee834d07b511ee89db817dce6f605dcaee0046e67bf81db5b1dc11d7bce813b0e5e067de40d409fa823a04f9516e8d31a05fa0c0e823b6744833b4d1bc09d9f2bc09d03d6a0efd756d0efa011b84bb2fd9fdfe0aec322d0df9406fd330d40ffc737c0dd05bde01ef828b867df0418003b80014e0360401208eead6a0103d92830307e1f18586b00ee0b6e03f7b333c0fd2510b8ffb3037820f01c782036163c50950d0691136090f92d30a8050383253780c10bbdc1e02baee011dbabe011d79560c8f4f96088420218e2ea0186047981218d9d6048f346f098fb0818367b3378526d0e784a4b004f2db5054f39eb82a7ce4a8167b6a880e141ebc0f024140c4f59049ea5e4c07301636084ce34f0bcbc39783e29123c9f391d8c9c9608467233c148cf5560e4a9423032f90e780957002fad8c02a366d68051668660d4616d30aaf03e7879d54ef072ab2c182d130c46e77a835736bb82577c06c12ba78dc06bae91e0b5aa67e0b5cf8bc0eb5bf681d7cb52c01bb3bf8237842af04678317823ef0f78a332118c0bde0ec6452d01e34aaf807163cde0cdfdc7c084adb960629b01985ce00326977480c9ed4660eaca5a30f57213985a5d09a6b6c581b7d06f60dae6a5e0ed0d95e06daf70f0cedb2430832c0433166980196573ff590066f4ad0733f56dc1cc65dfc1accbfde05d2b7930477e18cc51ee0473ceaf0573f3ecc1dcf7b7c1dca17b60eeef6430efb11c98f76310ccff57a7056c345860520c16e4ed010bca25c0a2bd616051d35cb0e8d31eb018bf043e50b80d3ed0ae041f9cc5c007e73f8025ca87c092a57160c985f7e0c36bad60d9cc7d6059cc2cb01c9c0e969bdc00cbabbcc18accab6045cf76b0e2c72ab052e7115869b81facdcd208566e2b03ab14a7c02ae56d60951a075685a581d5ebbdc1eab30c58b35615ac71a0c09a9b2c586b63003eba9201d6cd7804d61dbb073e6ecb069fa8fd069fcc99033e6bca009f1f3e00be586b00be681a04ebef0683f50304f8525f1b7cd9f3037c75cb1b7cd5a200be364f025fbfc7c03716d9e09b7b38f8a6fd0ff8667003f8d644037cbb2f197cdbf40c6cba9208364bce009b35abc166f400d87ceb11d8f29f07d8b2f93bd8ba451a7c6f9605bef7aa06dbc45bc00f21abc10fa7ef80ed9943e0c77da160874b18d8e1e707769cbf0a76dc90003baa79b0736d2dd8e95d01763eb402bb5665815d5fef81dd7e3960f75e31b03bec3bd8fd340cfcfc6519d87bd70eec7d180bf65616837d7ddae00027057e55dd0a7e75eb06bf8e4781df147bc16f054bc01fcbdf813f56bc067f4405833f52fe2953020767ee0207a324c19f9abfc19f3185e0cfb84fe0cff7c7c05f275ac05f117fc05f292fc1215c1e1cdabf161cfa50040e8d1c0587636781bfab4ac03f539fc1bf77e5c011852470447123380a9981a3910fc0d1465b709cb8078e57ca83138bbcc109b77de0c44e157072be1238c9b481937b4ac1c9e6b5e0d4a67be0d4661212c32320b18d0d90d8956e48c27d1f2491a90049bc7d05492e3e0e497acf81a41cb74352079e4352171e4152a33320d9837320d96247484e753524774f0c920fde0ac957ee8566282d8014f48d2185b54e9082cb2c48e1e6734861a41d525c71199a89a743b35c2e42b32eec82667dd580942ccd20a55e1e5259a30aa9f83c81546d9642aa89da906a9d21a4fa6a15a466e20ba92ff086d43d9321f503da907a4c24a4fe240a527f5e0c69a824401a868f21cd070d9096e472482ba51ad2465f40da9b4848476a1cd2810f423a76d5d01c4f53684ef55e689eda6c486ffa1f48eff35d48dfec22a4ef160a1948ae820c029f4306ef13a0f9d64fa0f9cf5e40a2be1910b07d1e049cde0601a92f2160220802c5ce4060a221047eee8020cf5d102cad06c107ff65f46508a12621645d3884cd5a08e1db1b21bc4607221bda2172643d44bf9b0fd1037a103db40c6223a62076641dc4adc6216e9b2ec4ddd90a09f6bd9030540f2d087a0c2d68f585162aeb418bb611d0a26bf2d062f737d0e2d33321a3b59290d1d43b68097c1a5ae2fe0b5a72e626b42451042d49b90b195bc440c6d6bf20e3343dc8f8d51ec864c355c824e91ab4f4d4136859d503c874f16ec8b4a61d322b9a0d99176e81ccbf8e42e67fdba095abc5204b4203b2745d0059063e82fe4bfc0dfd57ac03fd571e0efd37e50cadb26e80567d7583ac6dfa21eb095bc8e6e539c856c907b20ddf04d916b942ab772f82d6c87c82d6c4fe80ec3df641ebaa8d2107055dc861ce43c8615526e470f328e4e8fc0c72bc640c39364c40eb497368fd37156883d0086de8ed829ce5a743ce1405390fb6421bd75f845c25fc21d78f38b4c9e302b4a9f812b4e9a724e486b5419bc90168b3ed7fd0e60d7fa1cd5e4720f7d53990fb9b1b90fbcfd3d016477b684b5f20b455b50df260b2218f2403c863ec03e4350381bccc2c20afeca59057d9f47fc2a16d1a16d0b639c3d0b61f57a0ed2a61d0f652316847ce45c827e03ae4d38e403b1db3a19d2997a19d052f21df1105c80f7c05f9add808ed925e0ced52dc06ed4a1041bb9a1b21ff6d2d90bf9f13b4473905dab3760fb467dd29684fe608b4e7ee322800968402fe7a427bf5bda140857228d0b71cda272606ed5bec01ed5b5503edb35585f6ef83a103f61874c021073ad0530e055d6e8082aec740c13bf2a1e0c2ebd041956bd0c1c106e8d07fd9d0a1f058e8d0b520e870763e74f847167478d40f3ab242133ab2650e14b234140ab13c0d85dc3903857ced8442894f50a8670574d4f50b74f4fb2ae898dd00742cf50e74fcc273e8788b3714267f1a0a73e3a1b013e350586b2374c2d2143a112140275d4e4327e3b2a053e3cad069dd03d0696f1a3a937a160a0f7a029d6ba2a008bdbf50c4b80c74bef2271449cc8622bf5f832e39de862e79c6fef31d8a3a4d4251b12dd0658ddbd065c3bfd0e5a53ba1cb8397a068ad8b50f46203e88afa2fe80a58055d19580b5d8575a0abdb3642570f8c42576306a118d37ce8dac3ddd075f758e87ac21fe8c6e93ce8c6f827286eb70f74537908bac96a42374d8ca0f8a52d507c1d0a259c390d258cf543490a6150d295a55052e13c28a9611194acfb094a7e6b0ca5c88f43290b6ba1947b9350eaf39fd0ad5b23509afa5328cdf223741bdc06ddcec1a0db2505d0edbe7c28fd841c947e4d0a4a2f0985ee188b4319e18a50e6bd1f5066f37d282b4380b20909289b5c0665bf8884ee72b1d0dd4513d0ddf74ad0bd395ba17ba747a09ce96e508e561f743f7210caf5bd09e5c64c87f2a6e74379cb7f43793bdba1bce8ffa07c2e1dca37b2820abc47a1825b365021844385658e5091a13954f4d5102a365800159b7643c50e5350717d33f4a072182a217740257f1ba0527527a8745932547a580f2a4d7e0c3da4f2a1875c2ef4d03c1d7a98dd093dfcfa022a539e0995851542e5f306a1f2fde250f915082a4fed80ca5fc44215ca6fa08af3255045940554f1a514aa181a852ab55f4395a633a1ca5008aabc1f0255be390e557e58025529af826afca7a05ae55b502df401aa8dbc02d59689a0da8983d023d408aabbbf1d7abca3037aa294003df9a8013da7b6412f664641f51803d5b3e7a086e51650837f2bf4524e0e7ac53b42af4c5642af4edf825e1f9d845ec7cc83decc9183de1ce887ded49d86dee638438d0ffca0c64e0a6ae6daa1660f1c6a0ed1829ac307a0e6bb07a116a5d3504bb300b512c550ebfa0d50abaf39d47a8185de4b4942ef7555a0f71bf743ef77b543eff7b7436da5f5505b9d04f421cf0d6a4fb907b5379c82da3f0e43ed3f5ca08f62efa18ff032e863e666a843421ceaa892823a4668a8737a11d4a90a409df5cba12ee5d550d7ce4b50574335d4d5f703eace60a0eee763d0a779aed0a753d3a04f853fa04f9533a14fad49d067dd5ce873572cf4f9f30da8c7f025d4d3b619eaf9700bea19f0837a460aa12fe441e84bc057a8573a1bea15c5407d331e417dc68650ff1a1aeadfe70f0dac9b840626e5a16f9021f46dea29f41d1982be2f3c0d7d7ff819fab1ee0cf4a32e0b1a641968f0d05c68f0ce18f42b7818fa95b703fa35f2001aa2cf4043b68ba021173968e812090d9522d050cb1f6878ee736838730ff4fb300cfdd17285fee47c87fe34b4427f86eca1bf2a1dd0dfa7c7a1bfcde9d0c85e1368a438031a25d4a05126011abb1a0f8d554441634d39d0b8b22534be9981c6b72743e3ef52a009c3afd0842b0a4d6c5b044dc4474013757ad0a486243469bc1e9a4cda064de91d80c5e65e87c59a3b6071370d5862d37658324c1996cc980f4ff359004ffbfd1c96dac1c352037761e9347358babf0296a1c36099a7bf61992e0196f9be0f96f9bb1996e516c3723eef60b9644378ba2a0e4f4faa83a74fce83e59f7f8367184dc033861ec10a6e56b0e2e203f0ac692f60a51c6d58a9a70e56fad2052b3bdc85951fc9c32ae253b0ca42755865621256d55e01abee5085557f2c84d564dec36a2e1760b54bcf61b5eb81b0dadf60583df606acf1c8139e2d0a826723afe1d9a8253cfb8f13ac6955096bdef781b5c403602d8d2958db44f21f17587b6b0d3c274e0a9e1bf80d9e7b2810d65ddb0ceb2938c37a7b5c61bdbe67b0feef26587f420d36306e82e797e7c186c797c386af1fc0a0fc3318dc3a0a83275c6030df16862c5d60582c00867ddd60b8351e862715ffd180111c86518958183df901c6e4e4606cef048c45cbc1b84e038c6f6e85f11d5e30ee1309932ebb61cabe14a67c9b615a9406d3a6ef6056fd14cc4634c2ec0d75987d7807e6927b61ee770f2c28f8c0c28a095848390a2f7aa20d2f3e12022f2ebd062f7e63031b899460a39047b0d12937d8e88114bc64ca19369691808de7ec878de91ad878d776d8f8d842d86476316cf2a7135e2a6f0d2f9d530c2f3588879759b8c3cb7d2361338bb3b0d9c13ad87c560f6cae7102368f9f0b9bbf5481cd07fce0154157610badd3b0c5a973b0251e065bee36832d9b18f83fe314f83ff327f02a8f4df02adf0cd8eaf437d85a710cb6269ec3d6c1bab0f5a369b0f56333d8d62b0fb6bd5405db96b7c2b6effe836dff7ac2ab13eae035941ebc4600e135071878cdedbff09a5c2fd82eb915b6ff920aafb3b081d7dd7d053b2426c00e2f2b618777edb0239b013b367ac3ebb175f0fa0526b0d3a573b0d3f765b0f3aa50d8d97503ecdca005bbb856c02eee99b04b7702bc51a306de9850086ffc910abb1a41b06bd26ed8f58d3abc49c509dea4a1056f02936137ee1cece67b02de1cff09769ff30276ff680a6ff17d0a6f552c86b7d697c31e3672b0c7f124d8d3e00eec09ff803dcd2b61cf4a77d8b35301f64a9b0b7b3d5b097b7dbe097b8fb9c3db669e85b7cb1d82b71f0987b7f7dc87b77f9d0fef983603de11ee02efb83702efe848817d0e95c2be96f1b06f821eecfb6a08f6839c60bfd52fe05de607617fbb017837f216de9d2d0607b85f8103862de1bd4762e1bd212af03ebf2bf0fefd26f0fec33ef081aa2e38a8410e0e9ebe180ed6ad81831d34e0e0802770f0de53f0c145c7e183a17ef0c1bc01f8d00649f8d0f661f8f0211ff8f0c38ff0917b797028d90a875efa0d1f0d7a061ffba4041f1f3f008745cc87c3467fc127a40fc127423ae113453be1134f2ce1935ec6f0c927d7e193c38fe0538d57e1533d07e1d32b97c2a77331f874c526f88cf1241c1eeb0a87e769c0e17f79f8ec0233f8eca308f89cf32af8dce3083862de4cf8fce210f8fc931bf0f9fa16f87c9b2d1c79693d7c31d719be64ee0347499ac051d312e0a8879af0e58d71f0e54fce7034ad044767abc157b70ec2b19bbfc1b1d715e1d8dcef70ec8b3838f65d317c4d2615be066e83af6d14c1d72ad3e11b1809df8cdf0cc77f3680135eb5c38965249c746e069c14dd08275df784930d3ec1c9f63e70b22305a7f836c229e73fc3a92bebe0549f0ef8d6d50038adfe139cd6940fa713eef09de0977086d2133823f13e9cf160299c517517ce3c3305677e0a86ef7a39c2777795c07723a7c339bbcfc23931e5706e5f3e9ce73804e7ad3f03e745cf83f3fee6c2f9ab8ec1f9915be002fd18b8b0581e2e52f6838b4c4ae1a2f67b70d1d45fb878663b5cfc5c04177fac848b8779f8816920fcc04f0b7e90670497caf7c2a50c0b975eb9073f5cfc167e9874142e3b5b0797dddb0d97bd77862b56c4c0151b1fc395f3fae1ca6b3570e5231fb8f2b51a5cf9b710ae9aa70c572d2b82abb6ce82ab0e5d84abbf85c2358633e01a9307708df333b8e6c035b8a6cb0fae55790cd732005cbbc009ae4dd804d7de52806b3f64c08fa269b84ea71bae7be8043f56b7841fbf48859f4afbc34f3b7ec04fbbafc24f4731f8998c0afcbc2b1fae4f83e0063c146e089c0b37f43f865fc7c9c16f57ad861b815d70d34569b8d96607dcbcfe19dc7cc60f7ed7a707b786e4c1ef472ec16d06ff182ac16df1e9705bc938dcdef214fea87f0eee4897803b869ae14ec72b70e7980fdcb53d12eeca8a86bbbecc843fb19be0cfd27df0678766f8f38e09b847c709eeb12b827bc7fae1de094fb84ffc0fdc27d308f7cb8ae0fe5defe0feca47f057956af82b7b09fe1adb077fa396c0df9930f8fb9152f8477439fcf3dffcffccd7857f49f7c0bf381ff8d73279f85796253ca4120c0f3d7d0a0fdfb0877f2f1e877fbf3802ff71790cffb95e04ffbd2106ff6d1980474772e0b115adf0d8512978ecc95b786ce0153cbea11e1eef8f8727ecb4e1c98db2f06494143cf5f1063cf5cd1911635620120bde22124b7c10897b6288a4b2362269318248cda21129d1282215a78848e59a21528d258874501c22fd401c91b9148ac8349923b22b7d10d9044b44f6a10c2297ad8bc835e922d34fab20d30b9590e9d5df1079ad7988bc812a229fb513992177049931e08f28ac398228b436238a33021145fd4f88a2e114a218e287289ef746147fac43665259c8ccfc59c8ac925788b2db3144053884a8ce1210d50c1251ed0c43d4fc0c11b58fb188ba5706a21ecb23ea09ab110d2f2744a3f93532bb2911d1ca7c8068755a20da7a6b116de34e44fb11f5cf1d4467ab31a2737026a2739d45e6e4db2373061e2273d5629079dd9b115dcf5d886e8023a28f2620f3ffb42186cb70c4b0400111990521c0ee1804783a8a005f5623c08f5508e87c190183641128f02a02eddb89c0059f11b8e6350277b92148443982dc9d4090ce0604dd330741332f2168591e82fed142d0c96f08b64603c1dc1804d75c8ae07a5b109c5744f08a1184f09b8e90b97710ca0645a86b6208957402a17a3f20747719c22c5d873095a908abac8eb0964d087b733fc2e63a21dc7a63847ba18608f2f71161e67c4450924404ae0511e217220b7c76230b853e64e1d699c8c2a1d9c8a2c669c862d35c64f12f47c448fd23b204dc802cf9720a31f11d434caadb91653b7e23cb6e6a21a62a00b25cfd0db2bc662b6276f72062ee321fb1d4db89583a78239629dac8aae11d8815f71bb13aba06b13eb31bb1399a8dd8ce37416c774720abfd2a9135b2fac89a90a5c89ace1cc46ef16cc42e0744d61a4e206b17ee42d6eefa8838b0ce88831787383c9e8f38a604218e1305c8fa1a5fc469b611e2aca88938cf5f8b3887af409cef1620ce254b1017dd12c4659105e2e2f716717952836c8cd543dc247c10b7226b64b3552ae27e3d1bd9727918d9aac3211eca5d88875d2fe271c31ff118398e782edb8a78474823db371c4076f8a8233efc3ec4e77c2fe2d31e88ecd45d84ecf4f885ecfc2883f8d29188dfda42c4efb73be2afdc8ef8fb6b217bece6237b1aaf22017bde237b03d391bd9d879040c955c83e933164dff203c87e257b64fffa44e400118c1ce8f7460e7c1f4082c43e22414eca48508cc63f6e48b0bc1e121cf40a39c473c8a1803ae4b0c35fe4c8a79748c8697924a41a4442069a9090c13a24f4d93de4b8c65de4b8c94ce4f88549e4f8edc3c8f1967bc849210a3969f4163979653f72b2741572b2a21e3935632e726a45227226f0257226ec5f9e5d8184e7742067a74d2067356c90b34e0c72ae44038930c94322acab9188378a4844fb6524a2ef1972fee134e47c592f72214b1db9d03786441af620913b372197f2559028ac09895aad8b4439d82351274e2097fbbf2197c70f22d10b5124fac657e4caf4f7c8157702b9927e1eb9aaae875c9d7b1e89d13542ae6df246aeddbd855c5f9e845cbff107b9fec21fb93efa16b921fe18b981e82371330f2171364b9138db04246edd1224aeaa104998238e24742b23490a9790a439e948f2982e92a2bd1149c9f14252a98b486a942e92fa280cb9a53e1749ab6946d25a2490dbeadf90dbd62791db09cac81dd914e4cec204e4cea21424433a0bc9e8b98764ce7d8564ba3a2399b50a4856ca26243b790572377e3e722fad04b9bfb70db9ff380fc925ff22b9ef4f22b99d7e485e5a2992f7e63592cfbd42f27fa723f9133948c10e1629287a8f1454062085b30691c29ce9486179015234ef2b52b402458aa3869192fdee48a9e402a454ef25527a6e0d52faeffd87bf0f2165e2ff2165ba0052ee15f64f2b52ee7314a938d18a546acb20956e8a4895e63ea42a5640aa0a7f21d54ae348b54621527d5619a90932436a4e4248edbf7aa8933e87d41d9e8dd47d6e401e538dc86397a7c8e36c37e489a206f2c43805796aa9803cdb16893cf33f843cbb2e8d3c9b74429e23edc8f31f8ec88bb26ca45e3403694096210ddd2948c35800f26a6400798ddd44de9846236ffca79037a3a9480b908ebcc3279077278e21ad063648ebc9e5c8fb690790f7b78d90f715c6481bc2226ddd73900f3bb3900f271a91f67057a43d2200f958e388742c97433a1aac90cedb2cf2c97e00f9e498817c3eee8f7cfed280f4ae9b8bf4decc407a6f21486feb30d217f10ee92bba86f4eb3c47fa995748ff9db9487f1f8a0c9c0c4306de3722df1a1f22df3e3e46be7bca20dfbb3c911ffe92c8a0d143e4979214f2ab6c00f955df840cc9ef43862e2a20c3ab8690e18c1fc8f05f16f96d7810f91dff1cf99dde80fcfe5d82fc31d347fedcb88efc791187fc999c8bfc7d72051915e520a3ddd9c81817888c9d8a45c6929f236363fac8b8f220329e3e824c48942093f32b9029720d32b5ac0f99da50844c5d798f4c7d3140a6fe34a362e6f9a858ad132a36fa09153732452576cd4425f6aaa2124f9fa292a2afe834f30c74da148b4ae586a052df77a3d2cee1a87440032a1d1685caac5c86ca1a48a1b236342a1be186ca39a5a272e7d551b90b25e8f4c3abd0e9af955179bd08541e3240e55d04543ed91b957f1184ce908e43675cfb8d2af208aa18378ecebc3281ce4cb98dce7c49a133bb12d059a6d9e8acadd6e8ac1baf5125792b54e9582daa142f89aae8e2a8dada7254ad4906556bed44d5379d45d5ddab51f53beb51f5f1a5a886b431aaa1ff0bd5f0fd80ce3e378c6a4a37a19a1655a8a6d33e54cbd006d5f24e45b5f2c451adb613a8b6ba31aa1d331fd57ef010d5aea7519d3967519db904aa331c82ce913a81ce391289ceb9b7029d33a58aced32c46e735ff87ea2e998bea9e8d417513afa07aac0caa6747a0fa7aa750fd7d46a8fe2f45d4c0771a6a70773b6af0a9029def628fce4f75410dffd4a322703e2af25c838ac28b51d193f5a8e895330a787c43810bc628386b330ace398a82512128f4b91d8513fb50f8b3268aacb64631db2d28e687a3b8a9068a6fb042f1a7f62871781825421fa1c4a9632891ba1b25372c41e90db7503a6a1c6524afa38cc6179455bb87724f1ea15cef355438db840a8d99e802c8175d90ff195de8ee802e0c08431796be45173eac4517656e4217cbd5a38bb5465123c21035e236a0465eebd0254973d0257d7b51e38d3351e39c09d44445113531005113340435893b809a3c98899abc53409712e3e8d20538baf4c46f7469cb167459f2277459ba2cbaacbe04359dfe13355dab812ebf2f8f9a651f45cd55b6a216419f518bd3ef518b16085d69988aaeb48f41574e34a2964307d155f34a502b8725a8557c3f6a752717b5ce964157fbf4a376a94da8dd5d0cb56b0840ed5798a3f67961e83aed97e83ad15d741dd98d3a3041a8439c3deaa8ba1c757c8ca38e7da1e87a89efe8fad3ab5167b332d4d92e1c75f65e88ba44a0e846df5fe8c6f21fa8ebac37a8eb4d1374d39177e8a68fffa16e5a57d1cde230ba79c17c74f362717473d100ea5e258eba3739a2ee5d3bd02d13b2e8d6a3f1a8c7344fd4636328eae1bb17f524cea09e469f50cfb883a897ae19eabdea15ea7db206f58e3246b7a35fd0ed34896ebf701add5ef2affde308ba03bf83fa1ab8a17e17bfa2bb2c2651ffe87ad43fee27badbad06dd7d7e3d1a20b9170dd0b147039c5834a06d08dddbdb81ee337b86ee8bf886ee8bd983ee77be8ceef73043f7efda8deeffe689061dff8c06abb6a2c1a64bd1c3d66ae8e19d287af8c1007af8cb17f488d476f4c8ea2cf4c8c51de89184ef68a8e8351aeaa18f86c615a24703aad163ca49e831bf0de8b1f454f4f8554b34cc54050dabeb44c3da77a127a593d093328ee849201d3db9631b7af234879eea3443cfd8a068f8bba368c48129f4fc9244f4fc9666f4fc7e37f4c2bd536864c146f4a241227af1e66af4d226088d023dd0a8303bf47271217ab9e4311aedfa0cbd927602bd527c0dbd2a1d8e5e6ded406364f7a2318776a3316f5934e67d241af3ed311aabd88ac6faa7a0d7adffa2d7bd7fa0376ccfa1374e5f416f84af46e3224ad0b8c27f39fe11bd29ea436f268da0f1671ea2f1a992687cbf0f1aff0d41e37f3f4413f264d0446c119a581a8726edd2459312f7a1c9f05f34f9543a9a5ce889269775a2c91375688ab280a6682e456f79bc406f4546a2b76a94d15bf5d3d034c6024db38846d336caa0699e3c9ad68fa2b76744a0b78f91e8ed083bf4f6d001347d81079abe30184d5ff301bdf38146335779a099e1bd68e6650f346bcd3c346b2d8c66755aa1d9c241f4aeca0df4ee1302bd876f42736e4ba3396fa4d0fb4bd3d0fb2e5168aecc4e34f779059adbeb82e665f0683ed88fe6d759a105fafbd0c29154b4e8900a5abcb9082d1e94401fa457a10fca5ea10fbe8ba1256175684971035ad6a9849675d5a2e551b6687942115a7eeb2d5afe4b092d1fbf8356d80ea1153173d14a0b33b4f2780d5a2598a1d576dfd1eaa07568755a115a336b0b5a7b6c265a5b2083d60e96a3b5a35bd1da8902f4d1b45cb42e46401f2f28441f47bf409f2c8d429fbc02d1a72f5ad167056bd1e7ba6de80ba750f4c58161f445dd3cb4fed455b4417b046d401ea00d9de5e84b4e1a7d35381f7dada38dbef62c415ffbe5a3af5fcc41df8039e89b3391e8dbdd4fd046e93ab4c95c176d9e6387363747a02d396bd177e25ee83b9d4fe83bb301b455be186d9d75186dd57341df238368db829d68db953d68db8816faa1ac046d977f857eb493473fc62aa01f1f4ca01d9ba4d0ce95fe68e75643b473b702daf52e0bedb6f88376fbe7a3ddafb7a39f965aa33d8c38da63a2867ed17047bf58b6a2bdf3c7d1de455fd03e291eed8b3c83f6d327d181c22be8370377f41be58b7e17db8f7e3f6983fe10df8cfed01a407f1c93477ffc7a85fedcb400fd599d86fe7cfb131d629ea24395ff8c1d47877567a3c307fcd0e1bcdbe8ef8b67d0df5794d1df03c6e89fb4dfe8dfe90ee8dff3e2e8df57f7d191ecdde82878051dbdd98d8ed6bc4227a65f4627524fa213c3fbd0c95d21e8e4b999e864a91a3ad952864e7ea4d0a9b32fd0a95c734c6cb50b26e6148b89cbbfc5c4abe23189823d98e4ecd59864c82e4cf25817360ddf864d731ac7a6ed5a8b4dfbfa0e931a88c1a45d5230e9d3b73159a5164c760987c979f56272cf83b1e90aded8f406434c5ecc109be1b0155338e28f294c75628a4756628a13eed84c15189b19340753d2b5c694fa1e62ca3f27319584364c556523a6ba4d1c530dbc81a9169198ea576d4ceda93fa6dee18069189a611af6939846cc0e4ca357059b8d1cc56617ca62b3abe331cdb38698665e31a6f9f20ca685b5635ace5b31eddf4f301d5f08d319f2c2e6046dc0e64196d8bc640b4c8ff98ee92dc9c0f4fe1bc2f4acef637abffb30bd091dcce0188bcddf9c89cdbff62f9f7ec1e6ff08c20c975fc00ccda33191a72c26ba5e8901ca8730c0771b06e47dc480cfee1858d18641f73a31582d0183df4ec790456f31a4240d43e7e463684b3986e5cdc4c89a0318f9a11c23276c30fa4519c61a6661ece533187ba70fe3de5461bce76e8c3fde83f11da1d882592bb005f19ad842f42cb6d07d025b58ef822dfc54842ddaff0d5b94548b2d7af11b5bfc740e669475055bb2a80d339ef3143359f71333d9e280997c52c7969ea8c7969e13b0e50751cc2c18c5cc651331f3f38fb115d76f602b07966096f3f4304bd417b3dc5e8859162a62ffd97461ff8d61d82ab32dd8aa2d9dd8aadbf998d57345cc46ed2f66e31a8ed90c3fc36cd74463b67b3760b6ef9bb0d575c3d8ead1616c8d5a2466a71f85d9a192989dd156cccec604b39772c0ecffdb81d95b71987dea4accfe2f83adbdf0015bf722087338978c39bc36c51cde4fc736946ec39ccc0b31a77431cc59dc0d739e9f88393b3461cec5073197398b3197a731d846c328ccf58027e6fa411273edabc5368999626e7bf6606ee7ae619b8d6e61ee910a98fbd77e6c4bec1e6c4b3e8f6df9f50cdb6a2a8b794898621e4a3698c73601f33cea8a79f6cdc23c27af60db2a3f603b14acb11daf97613eea1fb19de50d986f7f0fe667f802f3637f607ecbee637e2fba30bfbe2bd86e49236cf7ec316c8ffc656ccfbc006c0fbf01db13da8bed29bd87edf970060b586182055cecc502321ab180f7e158c05827b6777909b6f72b85056e56c702d36763814f34b07db439b6cf221adbd7f506db0fab61fb0b0bb020dbd9583031030baeb4c30e6a186207cfdec30e4dedc50eab9cc40ea7bfc60e971dc48e444f6021453bb0a3c167b1a3a91bb0a3635ed8317d65ec98912c76fc6e0c16a68d636137c2b0b0e67c2cacb3063b617f103bf1e40d76d2d6113bd91a829decd4c64ea9eb60a7e65960a710183b65a68a9dea1fc54e6f6dc74e97a1d8e9976dd819f742ec4ce03aecccb511eccc8d602c9cfa83856fcec3c25f2ec4ce5aa763e7168c61e7ee08fffc8745a83cc622f41ab008fd175844d434ec3c37133b5f13869d7fbc18bbe017875dd8b703bb70d7078b8c388d5ddc1e825d6c54c0a2d47cb128a4168bca57c72e1fb2c72e0ff460d1639658f4843a76d5721176f5b81a16c3fec662765dc362e2de60b13b2db0d8b30076eda02676ade72a763dd31abbf13b1c8b8b9ec2e29f8b6309e7ffc3126a7bb044939f5862d2692cf1ce0896d8368a25753461c9be76588ad57d2cd5501f4b13596069de23d86d5e05bbbd84c16e373b61e9f325b0f475d6587acd192cfdd115ec8efc1deccec617d89d4713d89d81102c43fa0196a55689653332d85d8372ecaed33cec9ed12fecde903496a3771ecbb96888e55cfa83dd67dab0dc12272c6fc70f2ceff0362c5ffe245678bf102b121fc78a549f6245d700ace8ed75ace8e33aace8b73556fc4a027b9059813d6833c14ac13b58a9fd27ece14113acccd8082b3351c3ca366dc6cac103587948115661c86315ee1158c5f522accadc01ab4a17b0ea9da65875b91c56dd6b88d5fca789d57a1761b53e2c56db2660755a29d893f469d893e7cbb027038fb06782803d5b3d813ddbee873d3b770f7b5e5986d5a34a58fd2d4dacbe650a6b987f126b18f5c75e1a01d84b6f167b19a18dbd169fc45ecf1ec75e1bf663af9130ecf5d228ec75581af6ba610c7b639482bd593f177b0b16616ff37e618d9795b1a67f7b52b36f09d67c46156b99568db5682561efb67a636db277b1b6b547b00f9a09d8077d0efb10188eb5c7acc13eaadfc13ece41b08ff3ff319f817d74d9867dfcb71e3bd425b08e35965847693dd6b9cb18eb0c13b02e5b55acdbb819eb3ed0827d16df8d7d76398ef5b4f862bdda37b05ebf33585f6911d68fa561fd0f4f635f1fbec4be2fd9807d3f7902fb5e218bfd2c8dc57efd95c386e6ca637fdbeab19183c9d848e4436c547316369a2f878d8ec762639a283666e9858d875863e397f3b1f18a57d884462036c9f860936f966353c85e6cca461617b3fa868b9d2271f16de770f18b16b804741a97d8f6149798388a4bbecac7a7a554e152c106b8d48f8fb8f4e2295c3a7d062ec37ec565f6ebe2b29efff866e2b2c7dc71d92b3db86c76092efbdd1f97b318c3e53e1dc2a74b6fc7a7333eb8fcc0565c41da1e57b8e08c2b74dae38a33ab70c5e316b8e2b555b8e2f557f8ccf9e1f82c570d7cd6a583b892da395cc9db1257aafc8d2b7dcfc25512e7e02aad8eb86ac2115c6d5628aeb6c30c577b791857eb1ec2d5b76ec6d51be6e29a5b3ee29ab74ee29aa5db71adb751b85633846bdb38e3da097b701dbc00d76944f13966143e67eb477c8ecf143ea7f7033e377c2d3e4fea3f5c77c67c5cb7d917d7d313e17a5438ae67948deb7dd985eb5fadc4f52b1a71fda609dc407a049faf07e0f3fba670c335382efa2f12175d18c44525240e6e15c3c1077b714863130ecf3b86c361cf7038d300870bdb7164a3248ec60de3e8cf101c1d29c6ff1dcc38e6be15c7a22570fc540b4ee8f4e3c47fcd3831ec8c93f16538e5a18153fb5ee2d4f8119c16edc7e9b01e9c115b8633231b716632136765257056b9126757d9e0acf36a9c4d8ac3b90ff9387ff105ce67ebe20bae79e00bbebec5175a4ae30b57a5e00bf7cdc017cdfc862f7e15802ffe700b373a43e24b364fe14bda56e3c66faee1c66f41dcb84d1737a9fb8a2f55d5c197cea9c3975ec2f0a5c34af8329de5f83260125f66f51e37a53c71d3b463b8690e8d2f1729e366670370b3364ddcdc4d0d378f70c5cd73e4f1957336e02b5758e12bb7d9e096bbe7e396f195b8e5a773b8e5d75afc3ffdf5f87fa134fedf2d0cb70e4ec36d03ebf1d57a8af8eaa65e7c4dbe1d6eaf608ddb9b48e1f66546f8bad5bbf0750e577107b41c7788e9c5d7df3a866f90c671a7454f71a75dbb70a70b6770e7a27bb873f541dc058cc3379a8fe16e212f70b79f99f866cbc5b83bf405df229d836f71f2c5b79cdf8e6fc97e827bccc7704f850cdc533f02f7dcf302f73c5c877b8d9dc2bd672ec0b75526e3db775fc4b7275ec77d2c97e0be7b6c71dff8c5b86fd62bdcb75001f75bf50cf73b648eef1aaec4fdc987b8ffbeb9b87fad0fbe5b3919df2d00f81eb9767ccf99e7f85e573f3cf0ad2f1ed8d585ef53da8cef5b7409dfd7381bdf6f07e2419a59789057031e1471180f164af1e0e0583cb8e5207e70c721fc60c8147e983b871fb679851fde8ee387af26e247500f3cc4e22d1ed2fa0b3faaa98f1fddf71c3f7ef5037ebcab080f0b37c04fd87be1273a7af09376147ed2cb023fd950879f395681872305f8b99414fcdc13083fd787e1e767ebe2e74bbaf10b1273f0c8184b3cb2c112bfd87012bf240ac62f31d6f8a525087e297f351eb5480a8fca65f1a8da09fcf292dd783484e2d15996787441077ec5361bbfb2b10dbfb2731b7e555f0b8f393384c7d4e8e231ade378acb41d1eab9388c75efa8a5f5bd0845ff358845ff75e8fdf98998cdfb0f0c06f2464e237de6ae137da0fe371f7e5f0f88d1e78bcbb251e3fac8027b82ec013c50fe189e76bf0c44b517862d3249ea4f6024f4a71c75394e3f1d4c65bf8ad3e0f3c6de5513ccd260d4fb3cfc16f1b6be3b7ed67e3e95e1978fa1b313c7db018bf2326e0778cb3f13b9f92f18c9d8d78e6bcbf78a683379e191885679ff4c6b3cb4cf0bb838ff17b96baf8bdd5d7f11cffb778ce555f3ce7c163fcbe9d157e3f3110bffff21b9e1bfc17cf7d3e88e7ab96e105cbbfe2fffeeaf14293137891c17dbcc86f0d5e1c5f8f17f7f4e30f1493f0074a89f8831557f0d2f38ff187c1a978d9527bbc5ccf122ff700f172af0b786542345eb56610af3a648f57c529e155cf2cf0aaa149bcdaa70caf5177c66bcc29bcc64902af715e8ed78ef1f8a3011dbc4e788dd7bd5f8ed70d6ec11fdbe6e28f7d93f1c719d7f027126bf127ea21f8935dd2f8935bf7f0270fe5f127ad19f8b34d0cfefccf917f22f117db25f01761025e1f9482d7176cc6eb4b2fe30d1ff2f0973666f8cba48bf8cb54a37f5af0976f83f157b261f82bf7e5f8abbf92f8eb147dfc0d118ebf59a18bbfd9928fbf2d8fc0dffeacc61b1377e28d45cff0c6ce8578d3afcb78f3da97780bb9006f59f1016f695b89bf5b198bbff324f1569556bcb52f107f8f53f8fb6ddbf1b693caf887f5a7f00f07e7e01f571dc23feeb5c63f3efe8d77e82be01de029bc536e1bdea9f204efd45b867745d6e15d858178f7467bbcdbfd12de5d721bef7e311bff34cd1dffe41f837f3ed08ef7c80ee23d4817de43f9e05fc212f1de2da9789fd84abcbfc406efefd6c5fb071ee003aa46f8c0d2007cc07717fe552e1dff9a4de1dfe46fe2dffc2bf16f1104fead7e10ff6e35817fb70ec7bf9f1fc7bf271be1df33f4f1ef5f6bf01f3bcee0831f77e13f67eae03fdd18fce7b147f8cf2b9ff09ff7d3f05f4affe1439a2c3e3c4f051f364dc6876da7f0e1dd0ef8f07e1effad5b80ffeee9c3473747e3a3f965f8e8e313f89897343e2183e0132ae9f8e4f7d38498db7a42fc651a2171bb91905cb091907c1d4d4c9b7b9a98969a4b4c9bcc21a42833426afd5e422add9e90cada4848b51d22a4be2f26a4812384f4817a42c6518990f170276495ef13b217e509d9ac47c474a53162fa881ca160f98650b8759b5078ff925054ff8f9829f18d98d5d447ccfa339b5056892394a7f409957a6942750d43a846f710aa373d08b547df09f54d39847aab39a1317b11a1017a131a8bce101a2f6e13b35392084d19174213fa4a68b9c810dab27684f61a6742bbfd39a123a941e8a82f2774ec5d089d571dc49c7901c41ca68e9863b49098638c1173f2c488b9eb3062eeae50626e8d1831eff55d42577c3ba19b1a4ae88ecf27f44ebf22f48d4042df9e260c6446088384cfc4fc6385c4fccf7f094393f504744544c0b72408446203815ccf27502b4f02d35222b0fe3402cf3125f0e13682607b09a2e63341063e23c8aa2882dada4e50c9fb093af0294197c5108cd15a8279b9846097de26588b1682cd3c44b0152cc17efb43085bf209211227164efb4d2c7cdd452c5a5f4c2cdab8845814f39d58f4c78930fa14452c11cb2196f87a114b526b89251583c4924f3284f17c7dc2381c228cef5411c6ed9d8489b211b134f731b174f814b16c6106612a994d98f65513cbf7e811cbefb511667d306136994f983fb12556ac5d4bacc8be4b58ecef212c2e9c222cea19c262489958b96f8ab0d47b43585ed848acda5e4dac8a352656fd3a48585d2820ac7370c2c6e013616b214bd8fa6e206c1b3613b67f3388350bde116b1c19c2ee5fbfed770c100effc6e2706d1ee12807138e8adf09c7ef2184936e36e17483209c3b36112eafd7102e6dbb888d9abf888d9157898d6ffc09570969c235548b708dfd46b8e65d245c87bc09d7a9226213de4f6c5adc426c8a4d2536bd9122dc10867063c409373e9e706bdf4eb87d3b406c9e16416cbeff8170ef66882d5bea098fa9d78497ed23c26be314e115964378559f24bccbce12dbbe1c27b663e9c4766b6d627ba53bb1bdfe10b1a3f823e1732e81f089c4889d7818e11708127e2100e1f74399d8b5f528b1eb6113e10fe2843f374af86f5e48f81f302376cf4b2576ffb789d81de94fec7e9d4cec31d020f6acd8460438ad23022e27117b776d23f65655107b9bfe1081681e11984d13fb0edc22f66f9d24f65ffa4a1c98bd960856c388835b60e290781d7128d28a38bc2494386cf99838ec6c4e1c2165882355a344489e2b7174f951e258ff6ce2d84f5de2f8f676224c6d9408cb76204eb420c4490923e2e44c19e264da7de2646d2d71faba0671ba652971fa17469cb18f22ce226b88b3e730e2ec7b33e29c5808716e6703712e1726ce3d784d44ecb520225adc88f35c38713e14262ee8cf222eb00011394d8d88ec9025223fcf26227b1388c81182b878c089b878e9177171a48bb834f19388daf89cb8bc5c9f88160789e83084882e2189e80a8eb862778cb82a3d405ccdf123aebedd44c4a8a81131c8622226f814117bfa02111b3349c47e3c435c9fdd4e5cb79225aeeff526aeef4f206efc5baf37e6951237d26711374ab71071eb4b88b8a923c4cd453d447c580d111f9940c4dfba45c4a7bd21e29f1f211216c4134909db88a4ba012279b70591a22745a4bcd84ca4ce2f27522bcf1269b37489b46b79c46d334de2b64d13713b88276e57e144fa722d223df22f915ef58eb8a37c81b8a3f22f193f22c3b18fc848b94b64ea2044e63c3522cb5497c83abe91c88a1b25b297a810d93d1b89bba744c4bd6e8cc8a97843e4f4bd2372fe6e26eeab7411f77bed88dc796144eed74622cf6e11916fa249e4070e10052bf6128573b712850f0a89c217d389224373a248c413451e0344f1564fa2387407f1807b443cb8eb483c28b4274a5877a264c901a2c4d99b28f18c264aaf69110f8dcd8987ad0d44d9fa4d44d9fda544d9c329a2aced17516e504094af3423ca3303890a3971a2f2952a51c5c81355b6dd44d599d544d5ad64a27a4c85a851794fd46cad226a8fd9138f74aa8847f76b88ba5c9a787c6236f1c43a90781af38578da8013cf347e10cfd21712cf0dd711cf7716110d9af944437c1ef1f2b00bf14a6306f1daa18f78139e42bc953527de1eeb231acdd388c6e844a271d8966866d48896dc3ee2ddefa744ab9802d14a1f275aa39711ef7dea89f6b9a144fbed3f44fb4f55e2634032f1f1c234e2e3758ef8d87195e8d0bf4d74ac30243a971d253aafdc203a8b1a892eafe344d71315a2eb8b16d1f5cb9ee896dd48745bfce39d4174c7cf26bab3cd894f73ba884f3b13881e195ba2674613d113e840f454be207aea8d882fc75d885ec3dd44ef5159a277588ee81d3944f42555107dd5c789017811f1551e22be5e4d21bef60e11df77c1c4f78e6ae247b81b31585b460cbe6f277e3672c490e47e6268ce1431945a460cf51412c3741431bc4a8318de674b0c471413c39f3710bfb922e2f74027f167a121f1c72593f813a647fcf9b687f82bfb8ef83b7b82f86b768af89be94c8c2c8e264696ae20466a1962f44a0a319afa9918edb627c6c46e12e306c788f1176dc4d4d50e52cce92129b6bd91145fd3448abff521c5df95901296af49892c135272ec152939254d4ebb1e434efb504b4aa9879052cc1e526ac12a522acc83948a5d4c4adb3593b2befb49d9d658524e469694d3ed22e5fe1b22e5aac3c9e99a62e4f42813525e419a9c21a942ced8bc9454c82c21157ea4938ac7eac899b266e4cc6d51e42cf50672565b36a9fcf230a9b22d8e54c94e21558af34955bb9da49aef2e523db784541fc82635e077e4ecb22a72f6abfda4e6e54952ebfe0b525bbd8fd49e2b416a1bd2a4f6aabda4f6fdcba4f66406a9e37d949c53fd94d4dd674aea1d4449fd835da441c03c72bec44bd2d0b18a04c50412ccc648486698845c9e91887f1e891d23491c5849e29bf3483c4196c4936b48823a4312a77691448911493edd4452261f48caa98ea43a32489acf2599b50a2413b08864c6de92bcaf0429bcca26175c6e24172221e4427e06b9f0a523b958d9865ce2f28a5cb2578e5c72af905cf221923496d1258de75f248d878e9026d285a449e443d2e47a0b6932b08e5ceaf0855cbab39c5c7af914b9f4793db96cc113d2545b96344d30239767e892e61e59e48a5b89e48af18ba4c55a37d2e25938b992cd2457aebe40ae744b262dbf4591ffbd7d46aed2f222ad246c48ab5245d25a6f1169a3e94cda6e35216d2b0249dbb6a7e4eabb3ae41a22915c93358b5c73b7875cd3de4eae19f88fb4bb6445da455d23ed0b4b48fbe674722ddc4c3ae8e3a4c39532d2f18404e978ea1db97e6900b97e8304b9feb207b921c59d74b2bd473a3dd84b6e74ee22378e9493ae0d77c84d9787c84df79e916e3e91a45bd335d26db498dcbc5591745f7884dc7a1621b7fed120bd163a925ea9eea4d79407e94df692dbb6dd27b7257f22b74d0d93db8997a4cf7024b953499edce9b29bdcf92c84dcd95d43fa52dea49fc279d22fed1de937e848ee92be48ee9af14f6023e9cff3a4ff1a4bd23fe32eb967ed6a32604502199062450694b264c0472d72efe20e726fd97672ef783e19583045ee5f749bdc6fc19207e4ebc80319f564d08a2ef2a0ae377968e566f230e6451e3e269087535f9387d3e4c8233bdcc823911bc9234547c9903517c89091076468883f191abe820ccddf4a86fe7d47864e21e4d1b427e4b11f77c8e36f6f91618967c9132af7c913fedee4c919c7c993057fc893157fc95373c3c953465bc9d3d862f2cc1e823c1396469e294827cf3c3726c397699267e7c69267af9593e7786ff25c9f3f19e1604a4638859211feb7c8f38e95e479ff5de48579e2e485fd8bc80b617bc80b374f93177a79f222b28bbcb4db8b8c9a654246a9d89151ebce91510111e4158367e455c3c364ccfa2c32e6f95632d6e12b197b6c06197bed20199bc593d7b062f2facccde4752082bcbe3585bc1ee04ade78f6948cdb2f903753bcc878b3263261cb5732a17c1a99d09145261edd4b266da4c8a4635e64eae64d646a4220993a7e8dbc15664dde0abf48de8a7d49a6599b9169f13fc9b4e210f2f6a11d647a521679e75c127927da87ccf0f845665cd12333be879119c333c8ccc63a32eb781599ad3a87bc5be84adecbbf46e6aca92273eaaac85cf58f64eebb6432cf4192ccbb7a92cc6b7e4d16a0ff04b893853765c9222e982cca31248bd7ec228b53c7c80739afc812251db2c435902c8919224b7e1790a53ee16469f155f2a1dd63f2e1ad0cb24c1e24cb8c26c972dd1364b9ff23b23c489f2c0f5b4b9637be262bc20e9295732f90d5a68fc9ead5e96475d822b2fadc5bb2669e3559632690351ee7c9da695264ade811597be63bf958eb18f9b8a19c7c32578a7c96134bbe10a2c9176ed6e40bef41b2feca27b23ed3837c35f72af94a1f255f6d69205f7734916fda76916f93ecc9b777cdc9b78d8364a3742bd9b82e9e6cca9c43362300d922a949b68c5690ef46be93ad0e3964ab6f2dd97ae416d97ae207d99ab18f7cbf468f7c7fca997cffe224d926194cb609aa64dba38d64dbb3a3e407717df2835908d9fe6217d98184911dcb76921d6d4964c74000d929e54776627fc82eb91eb25bb68fecdee34a761f7d497e3ab880fc549d487e7a12407e2e9a477eaeda43f6e814903df39dc81ecf6cb2e7dc6cf28b16497e79f383ec5553217bcb92c9de970cd9979f4e0e5c0e22bf69be27bfdd86c8efc5bfc91f7e143968f81f39b84c9f1c5c134e0eee6e26072fad2007b306c89f2294fc997f89fc59ea48feb2ba4dfe72fa4afef2562487b712e4efb85fe4dfb556e448b73539da1e4b8e8e9f21c7e064720ccd25c7e2b69263657ae4d88039392e2f4b8e379892137db6e4c4401f39296d4b4e8ea69053913c3955a9474e75bd21a7064dc9a9293b4a6cf83c25ee21a2c48fcfa524329b288952394a6a364f49cdbb444951c99454f63a4a7a7337251d7c88925190a064e6145132263694ccc53c4a268da1643ee851b293d328b9dd0728b980244aaea89f9a0efa52d309714a9e5f42c92f2fa1e4fd0d28f98acf947cab393543258c9ad1ca530ad6999442770ca5485a528aeeb328c5b27d94e2db7e4af13741cd749c49cd6c74a666dd71a2947b8e522ada26948a7f2aa572e30fa5929549a99a0652ea2a0a94865a23a5f16736357bae3d35fb8c2b35bbd68fd2a4dd29cdeb06940e6249e9acdd49e924355073e6385073d2d4a9b94a61d4dc97dba9794ea7a879276e53ba9b1529ddbdb6949eaa12a5e75b4de92b9850fadf2e5306eeef2983b36d9441793f357fd9116a7ed15f6afe702a65a8fd893204be5186880465e8d44c196e3a4f196e2ea744727a94686e25056c97a780130f29d09aa4a0993514a4ed4a4117e751d0fdeb14ac254321297b28e4fd3d0a05ff52d8c8130a1fd94511cb6f50c481368a288fa7c8d37a1419dbfd6fd330a3e8795f28fab43445a7f8534c992ec5744d52ac7a35c5da6a53acaf33c5493ca238871714ef5c4ff101c1147fd89ee2ff6ca004f01ab5c0b2965ae016432df09f492df8ba905aa85e4f2dea7c4c2d0ecda58c64af52466b7a29a3775694d1e02865f4f713b5e4be2c656c584419a72753c693cad4d2e859d4d2aac5d432073b6a99770565ba589d32adfe492d97f9452dd7da4c2dd7b6a296676da1cca635506666bfa915c995d48ad16b9485c213caf25e2b6559cc5396d51c65595345fdf7e611f5dfa411b54abb81b2923d4259f92ca5ac8f3ea36c849b948dd10aca66c50a6ab5ea6d6a8d980cb5667f34b5e6772765a78e51760f1e52f60ed694fda11594fd652bca3ee327b5766738b5f6e01e6addba02ca615104e5689243395ef4a5d66f80a9f5b7c7a8f52fae52ebc7e2a80d5407b521a092da70a890da70ba87da703e87da70c39472cef5a29cbf9ea25c7e5294cbdf2ccad5468f72cd37a2367524516e71d7a8cdc416ca5d4996720fa7a9ad16cba8ad6b3aa8ad0ef29447521ee5b96331e579681ee5a57999f23a5a4a793d584b79d77da7bc7b73a86dc4016a9bfd556afbfa0e6afb881fb5a3793ee5f3b190da592da27cd76da37c4f9ea67cf3c329bf67fed42ebd7c6ad74e716a578088f2dfec41f9175453bbd7c551bbdbf2a83dd1c9d49e24712a60dd032ac0d9890a8851a0f62e9ca4f63e1da7f6c52a50fb6e9ca10eac96a282044d2a68811315e4684f0579ada382a53f52c172f154b0c57a2a786b2515ec15400547b550c15792a88326aad441e7bfd4c137ff5187c4e3a84352a35488522015e27d920abdd845857e1ba48e860c51c73a62a9e3a41815b60da5ce29a453e7b4d753e73a9752e75ba4a90bf36ca80b740c75c163948a9c065091ab6ba8c88144eaa28e1b75316f2f153533948a5a025151254954d4b82a7579e511eaf27e69eaf2680415fdb68d8a7e9f4e5d99fd98baf23484ba7a610b15b347928a7938838a191ba56247a5a86bed5ad475ffbfd40d651fea86871215775d9f8afbd046c575dda46ebad750372f7653f14428159fd9472588f65349f19a54f2c98354f233352a45dd8c4a711fa2527a0e52a9eb92a95b67e5a9db2f95a9db4d6a54fa429a4a3f5a49a5df30a1eee81ea7ee709e5406144d65fd3c41650bf954f62239eaaec885baeb1f42dd7d7894ba37a04ce57e15a7f21cf652797e8354dea1f554816a1255d0fe902af879942a947f40152edf461516c054e16f3baa68d61eaa4839942a5a6d4815dd5d4215838ad4830321d4833717a907531154e99995d4c3ff16510f6ddda9879e1cf530298e7a58674e3dfc5e40956d4ca4ca82365065cf3ca9f299f154b9bd2e55717e80aa5cd24655852ca1aa4abba8aac9595435d240d59841544d793255532350b5f3f750b5ffbe55fbad897a14ff987ad4b79baa5368a31e7ff6a69e9cdc483d6957a19efc34a39e365ca59e4f1da75eac2ea45ebc2ca05eb4a652f5ce0a54fdef07d4abcf75d4abdfe9d41bad0aeacd9acb54a34223d5a4944035b9fb50cd1e2554f36e5baab93d946a511aa15a4c5e52ef1a1751ad3a13d4fbd472aa4d4c9a6ad3784e7dd8594fb5d74ca3daebc7a9f6a687d4c74c3deae37034d5111946752eff4e75296ea1ba569751dd56f3a9ee5710f5e9fe6aead3a773d467ac9efafcc78feac932a4bef8f6535ffa7753bdc83caa174fa67a6366537d7e1954fffa65547f1246f5bf30a3fafbe5a8afabe3a8af95bdd4d79fafa86f5a1ed4376d82fa863fa5be5d93a4be53dba8ef9bc5a9effb73a8efe39ad40f49276af0763ef5f37221f5cbdf9dfa95f2851ad2afa686fcb752c3cf3f53bf63dba9df4967a93ff043eacfca76ea4fe95aeacfa029f5b7be8f1a71d8498dfe1bf3a8a0418d561fa0c6b6cea7c64f8e53e3f94ba80993d5d4243f879a5c3f8b9a0a0da1c5d2b56809e5015ae273182d3156434b6aaca4259f50f4b44a8e9ef6e5042d25f6889692ada7a5ff04d232d81b5ac6468d96cd30a165b36fd272aea3b4dcd95df4740f2d7afa215b7afa876e5a5e3188960f0469f99465f48cbab9b4c29647b4c25006ad68f98556fcec47cf9c974ecff26ea3951c4b68a54fadb472d85c5a855a4bab642ea35586c668d5338eb4ea378a561d3b4aab4f4ad21a47b3698db4b7f4ecce85b4268dd29a1b2668cdd3cf68cd68475af3aa16ada501d25adb54681da33db4ce1e8cd66993a2e74083f49c95cdf49cbd8fe979a667e879efeed2f33e6ca375238c68bdfee3b47e56166d10e8411b9c28a2e7af97a5e77f75a10d5d11da30d896166579d3a25fbb6940b28d060c5b69e06a320d240cd3408f3b0daedc4d835f0c68b06f2d0d655ca46189ff68b8f60e8db8ead0e88615347a3986c61698d1d8eda7341e354093b2b368524b9b26174334b9ff224d5926d0f49e55345df281a65bac68e6b521cd798ed0dcfd2334fffe372db8bfa1859c585a1899412f9e07d08b4fc6d046dbbed34b64f3e82587fed2c6b659b47184376de20bd24b8d587a999714bdecfd0bda34b58836bdad409bdef1a797c795d2662bca6833b73eda7c1e4b9b2f0fa4cdad0fd1e6a77468f3d473b4c5bc30dac24b8cb61809a057e2abe995778fd296565f69cbcffdb4e59f64fa3f9d26fabf3337e8ffe2abe855c736d2ab9edbd3560da3b4cdd6b9b4cddb0eda76591bbd7a6633bd3a538b5e53974adb3985d076c7a269bb1a94b67f12f2cf257aedbc0bf4da825ff4dadf1ab4c38678dae19439edb8d88c76740068c7ec2edab1fd32bdde8ba1d707c8d0eb5fd2f406e007bd61b539bd616229ed94d0453bb5eea25d56fea45deeaea237bacca437ee7f4a6fbc1d4f6f9ae1466f52cba237191ca4dd9aefd16eef3be8cd3e4df4e60c8a764fb6a5b78c54d05b8f6da53d66fea13d4e59d31e53cb694ffa32ed697581f65a309bf65e90457b47a4d0de6f5ed3dbf8417a5bc42a7adb753b7afba6007a7b8022bd3d3792f6999640fb0cf1f4ce0d36f4cec3b3e99dc7ea695ff1e5b49ffb0adaaf4495dea53240efdad947fb4fbf46fbfb7bd1fefb617a77a43ebdbb309bde532f4d07cccfa0032c57d3017e17e8801e157a6f2247effd2e450786f8d1fb7c107adfb90bf4be0b1af4be983a7a7f8e01bd7f60157d00d84007ad394f07037be88373cce8834567e8232eafe8239d5d7408954387940fd2473576d247b922fa98780d7d6cdb02fab8a2181d5636469fd03f489fd8a84f9f783f419f34f8449fd24ba34f155ca34feffb449f8176d267ce94d267be8cd3e136b9f459e735f4d9de3afa1cb6858e0857a5cf17ff475f9056a62fc81bd0914a1fe9c87fd7b5c8dd2a74e401848ebcf3eff9c122fae2eec5f4c57665fad27c5bfad2f9e7f4a5ebdfe928c9ad74948b361d55bc98befca4808ee62ed0d16661f495f9fdf415b75bf495b761f4d54e908ed147e9986dba74cc214b3a56ee1fab49fa9a543d7d23d8808ef3aaa7e33266d3377981be19f0838e175f48c77bc4d3f1473ed1f1cf3de88424133aa133894e94bd4a273ad274e23e1d3ab1ff2e9d54ae482737f174f284179de25c48a75e68a66f2947d0b77080be9db592be5da043df994fd3776a3ce98ca39674e61b2d3ab37b169d39d140673fe1e9ec6135fa9e344ee7cc5e48e71cf844e764a5d039f78de9fb779de9fb838374ee990b746ebd3e9db7ef379d577382cea773e9fcac3a3aff8d882edc789f2e3c9a48179e24e8c26751749176085dec90401727d5d30ffeeca61f8c45d0254dba74a9a1135d5a1b489765aea4cb4a41baec8b2f5d5e7f83ae58b29caedcac4a57851ca0ab126de8aa924cbaba4d95ae99fd98ae313e4fd7f486d3b5c239ba76cd57fa911e4e3fba1f4ed7d956d375d7ace9a7728be8a7f334e8a7574de9a75ff7d0cfb2aae9e7d230fd3c4a8f6e103f493724f5d22fb379fae5a4887e95f99a7e7d208c7e438ed26fbe84d06fe5a6d36f4fe8d06feb9be8465f57ba29ac856efaf8836efe7b9f6e593a46b79c50a55b6e7ea65bdef7d2ef36cea4df7d3d42b786c9d2adf1bd74eb6b7dfa3d72847e8f5fa4df1b5da5dbfc7ce90febd2e90f178de80fe94e74bbcb0fbabdcb97fe98284d77f8cca73bba43e94e7d5dbad3d186ee3c2e4e7746bca2bba24ae9ee801cba3bb983fe74f500fda9fc14dd73c98fee893b4af7ba1da27b7373e93ead447a40df88feaa9d4a7f7591a0bf6115f4f70015fa7bc52e7a502e8f1e9c9d400f52bbe9c1f4717ab0bd89fe69fb8bfe797937fdb35d9ffeb5ed08fdebae1f3df463273d34184a0fdb2da2870beae8df1aa6f4efd5adf49f753ef41fcf24fa6fd74e7a24ff233d326c408fe1cbe8b1051df498f9597aecec167aac5a891ef793a527a4417aa20ea227754fd2939794e9a94bf7e9a90ffa8c98f733466cdb4d462cc58811cbf462c472df31e29baf33121b0446a2e51d236932939174dacb481e7ccf48a6a73292df3066dac46946d6568c91fb95c54cb72c67a69f7acac89f1f60e433ee303390496686f16166c6b91e66465e26a360bd85517857c1cc9c91c9cc5c58c9cc74bacaccacbbcf28e9308c928d01a3e432ce2845a9334a198a8cd2c35446d9e525a39cbb8c5119e9615497fb32aa1bf41955d77e4635790ea39ab28d518b9062347604301a072a198dbcddccec7b728ca6ed4f46b3f227a3755481d1bacffde3c468038d8cf6a3764667513533e74b0733b7ea26334f57979977793aa3a77c9ad1333666f48264197deb0c46ffb409a39f66cae80fc63306b9b5ccfc058718c3593063f82192319cdac0889a480628eb67c096b30c38b09981367a32f0028881770733f0702183cc58c5204d071954ee2283e6ca3198620883fdbdc1e0b3f5195c749ac1b1648628bbcd500ab3196a6d084395c432ac3cc7b09b66326cd018c3497c67b8ad3399053106cc42d7bbcca27389cce2cbd18c918a2b63a446324bc2d6334b065e33c636ffecf3628ca7ea18131d59c6845cca9838bc63961e70624cc550c6b4af9459aed6c52c2f316096f7df61cc52dd99153b9a9915215dcc8a6b038c859d1563717e1763f194602c5a44ccca981666e51f09c6525599b1349066fed3086556cd59cc58a91c65acd6763356278d19ab085bc6eafc3dc6ea4510636d7b8cb17e7c8ab19138c8d8845b333615328ccdc7e58cad5f34633bf89859ed20c7acaeb5675637d7336b069d187be532c6fe6624b356299a596bd6caac338963d6b9cd62d605a5320ef2d18cc3e222c6e1a5c038361f66d6dbc4321b3c7e301b4e0f314e21cb1967f9db8c8bc643c665f766c62551927129f8cab83c18615cfebe655c464f309bf457319bce5e60dc45da8cfb1a0b664bc26766abed41c663e759c663771ce369fd88f1acaf60bc899d8cb7cf42c6fb1dcb6c33b765b6eb5832db3f0e323b16ae6776b858333e2ed3199f700fc6a77984d9692aceec3cf41fe3ab16c2f8aed4657c6dfe30be4fa731becd29cc2ec94c66579629e3df25c7ecb6cb65766f5465025c1c9880ee0e66af9d05132866c504462d65f625a733fb327730fbcacf32fba39730078057cc01f77e2648b58b09823f3241ddbf9883514ecca19969cca19ac5cce1fe68e6c8cf322644bf8209394733a1878a99d0e25ee6e83c80396abb9a3936e1c21cffe6cf8489cf62c28c0f32613b19e684f56ee6c4bd62e6247d963979368a3979498239a5749839f5bc91396d69cd9c3e64c79c4eb2674ee70c33a73b8e30a787479833a5364cf82219e6acfe247316f8c89c7db78039b74399395750c7449c7ec544dce29888f658e67cdd41e6c2f5dfcc852e2de6a26e3a73d1eb2573496539734994c95c12563097ea444c54e74e266ae41e7379830c73f9ee2ee68a413c73e5e651e6ca482873755b3d73f57912131366c8c40c57333163f94cace1712616af646217e431b1994e4c6ce16e26b6e53773c3598eb971ec3013a7789f89d31a63e236683371099799b86c8ab99917c5dc6c8963e2d5b733f146c94c82583993b07f1393b8229449ac9bcb2405da3249ed1f98e492cb4c72732e9322e6c9a42c7263527ef630a9681793ea9dcfa426fe616e89149874a5734c7a8e3f7347fa0e7347f3157327f49f8e154c867b2e9371399ec95ca3ce64860b4c966d1f9375b385c9ba1dcf64d5ae65b291f74cf6da20e66ecc12e66ed607269799c6e4faa14c9ec50926efc24d266f2a92c91fdfcd1498553205a53e4c41ef53a670be3a53c8a53385c65b98c287d79822316ba6e8823ff3207713539adbcf94717d4c59e959a6fcdfde5bb13c87a9383f97a92870672a1d9e3255b03253f56f0faec15f31b536e64c6dfa72e6d13b15e6516f0453a752cf3c9e63c73cf169659e64ed669eaa5f679e159d62eaa7f931f55bce31f5c7dd98860f8dcc4b314de6e52c37e625ba8a795910cebc02d29937a14b98b7968f98b7e73498b769f39946c89d6974d0669a16ff609a8ffb332dcb9498962da1cc3be9d94ceb8c0f4cebcc78a6f57512d3da54c6bcdfba98799f1ac8bc6fffc9b41d5563dae21599b67bbacc0793b3cc87d55ecc07e745cc87cbfecc8782ab4cbb5b17d35ee0c47cfcf388e93099c574049d613a9ad6331d938e4ca7fe73a62bec09d39535ce74cfae65ba17d6319f63d4999ea0b54c4ff000d3735992e989ffce7c99e1c57cf96f3fd36be7c4f45617307dcf5a98bee644a6dfe234d31f37c60c147930df036630dff38c989f3911cc2fe3b9cc907a3033bc6e0933bcc987f93dcd88f933339af9b3f822f3a7598ff93bcb87f9cbc7327f2f07332327de31a3c85c6674c52033664932e35014338e8432e37bba98f1240366bc4c8e993894c64c64a93093de1798c9a029668a2966a60e9631530f135931d58dacf88bc7acf8e7fbac0480b1128bf6b012e6a75989c33eacc4ab2c56928f61256f44b0d3b41b58697488950e7363a5cfb5b332ca175899110556b6b58b95fdf51f2b3b54c1cafe5566e50cdfb0d34d8fb3d3cfc9b0d3ef98b2f277beb3f2cf4d58f97a6956619e2cab28deca2a6225ace2961bace2f12056199bc32a779e63957f0eb32a2b2d58d50c15560db363d5f84056ad6a9055a73c59f5e83dac86ce14ab517a979d3dab839d7dce99d58407582dc19ad5fa8f62b5aa2459ed85af596daf2256fb46163be76f393bb77b2f3b4f43929d77c2819d5714ceea9e38c0ea369e62757ffe60f5d678b27a6742587dea113b5fc6879d6f7f903554e658d1158015bd1c618175962cb0c59305decab020f18c05af54b190ce200b2d8867218b7feda7c758d8f00e0b3b34b0b0d71c16fefb9545646b59e4d07c163956c422a78c59e47a038b9eb560d1494f16db6bc46235192cae25c112fd8d2c79e82d4b56ae62a935ce2c758762e9b040967e7b9da52797b20c57c132aef52cbbdd8065a396b0dcc9772c17fe88e52624591ef66679b7532c7fac8f5d20526017dc5163173cf46017ea15b30be92fec42ab4decc23f4dece219a3ec62833fec12d77676897b246b7c88624d6477b02690136b626ec19aec3066972edcc42ebd34c02e337bc32edbf68b5df64b9a35bd1ac69abe7ec39a0ecc65cd1604b266d7ad5973977ad6bcf731bb426c925d31773fbba2349cb5b011672d1cceb1161dd3d8952b62d895db5dd9954776b2966b6d584b2f1dd6324293b57c97c7fe17aecbae1239b0ab5c92582bb522d62a498bb55efd96b5de369bb559f14f491d6b3385b0b6562f585b0792b5ad3fc7aed91ac6ae897ac4aeb9728b5d53acc5da692d60edd633acdd1655d65ea688b517cd61ed2f69b2f6f77359fbfc9fac7ddd3976ed618a75c8d5661daa0758875a8a75547dcc3afa9e641d03bbd9f57131ecfab7dbd9f5fd47d90db125ec86c2adec8687cdac93441aeb1428c93abf1b625dec5d58172733d625298fdd28bd84dda815c76ed4fbc86eb4ea65371e51675dafe7b1ae5991ffae3652eca6d9ceec26b898dd746b15eb26dac4bac1b5ec66ab6bece613f7d9cd1543ac7ba913ebfe6982dd22edc16e75bbc96edd56c06e3d8bb35bafe5b35b9f9c623dee5d613d9ef5b09e4b8c59afd435acd7d7bbacb77635bbedae1cbbedad3fbbdde53cbbdda78fddfe7321bbc36c1fbbc3623debb3399bf5b9b79ff599dcc1eeb42c647d3947d6b75883f56df9caeeba7d97dd55f69add3519c0fa1b9c67fdbf16b07b9e2bb201ffd642c0113d36e06d2b1ba81dc9eeab6f60f735ce66f7476f660f800aec01337df6c09b1bec81963236c8be940d7aa5c506dffdc61ea4e6b2871a96b187beec650fcb35b3870dbcd9c3cfe7b1873f30ec11158e3da2efce1ea9fbce1e693ecb86440cb3a18e926c68741f1bda33c21e157bc51ed5cb628f3acd678f9948b3c7027bd863775eb1c7ad74d8e355936c987e0a1b76cf980d1ba1d913e0107bc249893d11cbb227fd96b2a7b44bd853ef03d953834fd933b7eeb3679ecc66cfbcd463c3356eb3e137d7b1e14f55d9f0e150f6ec8cf9ecd94f7decb93c2b36e29a3f7bde50863dbff0317bde742f7b7efd6bf6824e2a7ba15e878d9c3ec9466a536ce4316336322b8ebd78b585bdb47c277b69cf4bf652cc1636cae6301bb5b39e8d6a7ec646f55ab197ed96b297eba6d868bd7fb2a3d82b1a56ec159a6563ae6f6763130dd86b6c317b3d7b928d331f646f8a37b3f14547d90471593661633a9b3877924d34ec6513897b6ca297129b98fc8e4d1c9acd26e1ee6cd2f32a36d9d387bdf53b8c4d0bca636f87b4b2e974339bbee8387b67ee7d364b418ccddab19ccd2ad267b343fdd9ec33966c768dc066f73c63ef79b5b339211bd8fb1b0dd95c6729364fcc9ecd737ccce6ed7367f3722dd8bcea3d6cdefbbb6cc1a19d6ca1f511b630ed035b5815c7163ecf600b478cd922f40f5b145fcf16073c668b7b0fb00f543fb20f0a72d807859aec838a63ec83c16cb6c4a1852d39be822d3debc496fe96601f9686b065c1066cd96d0fb67c45325b314b8cad7409662b2b8cd92aa7f76c555a125bedd7c85627bd666bd1196ced520bf611b8997d74f53e5bb769115be7d3c53e0edfc63e4e0f609f6e78c13e4d15679f76cd619fc9ed649f6961ff74b1cf2ce7b1cf1cfad9672f63d867afbdd91707ecd917919bd9177f57b3f5e9236c43bd0bfb924a625ff2d7d8574aff1007d957fc34f6ad9d24fbb6cc827ddb7b896d5ca5cd36fa1f659bd4f3d8e6030fd9e65c2bb6f9f331b62557ed1f846d19dbc7beb3cb65dfbd04d956b30cb6356d1ddbda31c1b67eae615b7f9c61dfab3e64dfdb05b26d2cc1b66555b11ff068f643b415dbbeae9e6df782d8f6da0eb6c3488fed585fc67634e9b21dbd9a6c67d63db6b32687edb2f9cc761d9ac1765d58c776cf8962bbd1c56cf78918f6d3e64ef653e851f6536c31fb79d535f6b37d23fbf94c17dbd3789afd726e13fba54786ed5549627bcd17b1bd7f7eb17d86396c9f9d1bdb1fd6c67ed512b15f370becd7d039ecb7cdb5ecb7bd8eecb7e789ec8f93ddece0336ff627e2ccfebceecffe3ae2cefe2afccc0eedbbce0e1bf8b3c3450decf05780fdbde227fbfbaf17fb7bb493fde32dcd8e584ab2236b13d991c020763420811d3b52cc8e9d39ca8e2f3bc68eafd166c72342d949232d76f24e032706afe5c4b70a9cf8bb399c84ce6b4e524d8293b4beca49de3fce4d7b3897930e6439d9c0324ef6812b275b97ccc9cd57e6e4829b38b9531827572ccec9bdbac94d177ab9e966fbb9e95663dc74bb6ddcf4f195dc0c93f39c42a71aa778e80aa718e2c6293ea9e666be5acecd7ab3849bf58be694483b4e69e7554ee9763aa754bc9b536a72e494a50638e5b0364e396b01a7b2d89853c929e4541e2ce4544af33935ed364e2ddc8953df54c6a99ff5e334b60671b3addbb9d9ebf3b8d9fd4a9c267185d35cecc8696ef9ce69c1d19c56e5324ebbe623a7fd640ba7e331cecd497fcbcd15597273d72972f30e3473f33e4773ba1a1b38dd9f28a767f286d30bdccde997c97206f345dcfc25c5dcfc3dd3b8f937b770f33b4a38c3ebda9ce1af739c687e1907484e70408e1e07342ee5a087131c7cec0887def1e1b0db6f39ac82e0f0d3fd1cded0c1e18d811cde95c71112521c01f573c4b3428e9c718523e11a8ebc358b23db3e70d46c84a384731c75e122473dbccc513f92396a4483a3b51a385a7b1647a33b38ba229ca33f8e700c759d63ef3b71ec83068eeb73e5046b8e5bc034710b3255b985adefb945d56fb9c5d515dce2c64ece48b58e331a50e28cd7ba73c61b6f71c64d273813f77e6ee9b62fdcb2756edcb2f39edc7243736e794f2db77ce00767268c73667b1a38b3aa639c596d1667d6799b3397d9c299af7cc4997f8be4cc2733b9153377712b762fe45684ffe5567c7bc059108a9cc5f24f9c855f01675172955b79fc22b7b269985b3922c759ea547396ebbe72ff999de3fefb2f8bfbeff80d6e954525b72ac79eb33a16ca592bf673d68b3f70d69b1f73d6a19d9c8dac3167335d86b3d97585b3391fcdd9fcd0e16ca582b8d573e4b9d59796706b36bde5d634a4717662529c9dcd0acecef51b67776582b37be3c5d9afd3fbe700b7b60ee4d6be8be2d69582dcba37169c43701be77099e61c12af718e0ff439c77aad7f0cb9f59ae5dcfa095f6ec30c6fce494c86730e2fe65ce6fa732e6badb88dc0556ea3b30ee71af09e734d8ce336cd34e5dc80e59c9bf377cead6837e756bf8273b7f3e0dccb6d39f7f789dc16c557dc962c81db9a53c46d7db298dbfac681f3b87487f3fab280f3ce7ccc6d333fc96d8baae0b6676a733bc007dc8e5db19ccf8439e7ab14caf9eabce27c039771be8573393ffb23dcaea668cedf589bdbbddc90dbfdc482db73ca800b588d7101d1035c40490e1750359fdb6b50c1ed75f2e6f65e6be1f6d686728162765c60e4536e9f6e21b7dfe532776068361704ea73413ecfb9a0c7d25c30d9c81d94bac11d5487b983f557b8835d2adca1b52877f8ea61ee70491677f8692f77f8e303eec8a32bdc9137c35cc88277dc516a9c0b939fe4c2363ce3c276315cd8b9502e2cfd9fb2182eacf62177e2da0ceea4f23cee64f079ee545c3977aab4883bd529cb857f5ec19d55f4e4cebef7e4cea173b973e61fb9733ee5dcb9349e8b48b8c39ddf92cb9d1f58c45d586ecf5d785dc65d6857e122bf2ee72e16f47297d823dc25e77bdca594612e6ad89bbb7c278fbb3cb99f8b8e5ecf5d05177231580517f3df7b2ee6d6592ef6d961eeda2e49ee5a680177adef2d775d22898b931de1e272cf7037cdfdb97830928b275cb90493995c4219cc25ae48e0129b6e7049d4192e29cf9f4b5ef89a4b8e7ccc25c74b7129ba4a5c8aad0c77cbf02a776b532777eb922b772b598ebb752f99bb550e70699ec6dceda5afb874b9c35cfa7e692e7d3292cb48cbe432fa6db84cd5b55ce6b58d5ce6a3ffb8ac030fb86ce9e75cf6d97f193797cbee90e2eecebbc7ddfd7182bb17b79ebb17bf99cbd71be4f237d77305b6a55ce1b25b5ce1c321ae70ea0b57e4f2942bf2dec81545a470c592435cb1d42eaed8ff5f3e5fc53df0bfc79580b25c69cd5baeb4e92757d67b8a2bd79ac9955f18e52a2a6773950b87b8cabcdf5c65cbbf76df5eaefa811957c3f57135ff6aa136f113f7481ee31e55c9708fc6ccb83aea1a579748728f53adb827ee1cf7a4d2977b9ab1907bde5ccfbdd811c4d51bbb73f5a6135cfdaecddc4bd35ceea5df76eef5154fee75b10cf7fa750cf776c62aeeedbfdbe7dbd4955ca34a03d7180a728d9f1e714d0fa5b816f217d7d291c1b57cc7b9d6c314f73ee13bf7be7e1dd716369f6bfbdbc17d783e9d6b9759c07d7c12c87518e4701ddd035ce7ce22aeeb8027d75df492fbf4a68dfbd44d723d63e7b82f8bb6725ff607735fbe7de37a379ce3fa942e727d47de707d0fb672fde722b8fe8708d7dfb58c1bc878cd7da5f6705f572773dfcc65b9ef971670dff3df73df2b0ab91fae27b9419b586eb0e704f7cbea3df7ebc63bee57870137b49ae786ea43b861253d6e382d8dfbad7a8cfb9df486fb4399717fa23f707fc6a3b891b8426e544c8b1be59e71a3d91c37da28c98dc99873631f0e7363df9771e3f30e7213bbdab8891b86dcc4e79bdce47f1b7831e3705e6c7f022f9610c28b4bdbf2e231e3bc44e2102f312ec94bde69e4a789baf96907bcf869a36b78a9354ebc8ccf6a5e2690e4653eebf372becafc7467337eba3bc94ff772e0a7771de267ccb3e5673873fc8cfd7efc8c34457ec6439c57f8f39c5784b7f38a37eef38a71e1fc4cbff5fcaca8545e494d8b57dab28657c68ff3cae625bcb28701afdcd5c3abcc0ae555b57579351b4d5e6df53b5eddd18bd778c9f11a9315fc6cfb095e334389d7f6fec8ebc8cfe075dca3789dc21a7eceb4b9fc5c6e313f37e2003fb74d8e9fdbb992d7751ee175fff54bf7e7255e6f2c8dd767ca78fd2a1b5ebf671b6fe051cd1bec19e50d6ed6f006777ef1f36bcaf9f9e3c6bc61f20edeb002e045659b784098c103fb1a794884f2d0229087ee403c3c0be161e7481ece32e1e1ce641e2908e4d1656b7934751f8f713b78ec9a3b8ff5f4f2b8da531eb738ca13ca293c29f18b276788785217e7a943184f5d3bcd531f699efa3d9da75bea79c65a9967d25578e6c91d9e7951cbb346b23cbb6207cf9e2ee2b9bd5a3c77fb28cf6b9fe7855ba5bc90bd91174a47f905f30ff10b9ecaf20b7ffdc72fd276e317f12efca2a901de684f2c6f1460ce1b1debe18d2e7bf246dd8bf8259e32bcb1ca1eded8da94374ed8c11b0f1de34d6e3ce74d3a6ef026e325fc52b5087e2913c02fcd99c69bced8ce9b963fe4972fddc02f5f1fce2f3f6dc89b5908bc59fa39deac589d377b749d376bddc09bb5a9f1669363bcf9ddaffc8a464d7ec5e7d5bc85743d6f316b166fb1c782b7e83fc5affc15c55b563ee22d6b45bce55b31deb2bb96ff0f38c3ff67f29dffeffc21de4a2e8ab73accf056a79278ab6b56bcb56a046fedf49eb7d9fd95b77915c8db6211bced823adef6af11bf5afb38bf26e5126fa736c4db8523bc7de13cdebe6e21bf56e626bf36b48a5f9b2dcfaf6d3ccaaf332ae6d7f58a78c7d5a6bc63c035def1612feff8ae995f6f3ac0af77b7e2374c73e29d66d4f24efea3bcb3dd4cde396301efb25a8777f1cce5376e0de6379ed9c0bbea78f0aeffeaded5269f77f5aee3371d6ee0371fdfc7bb4b1ee0dd1d4ef15b3475f92dec3a7e6bc56ede637606ef6145f21e2e1778cf030abc570ece7babd1fc36436f7e1bd1c96f6b0ae6b74ff3e2b74b9de6772c70e777b8daf33bbcac791f974a7ee7a603fcceae60de37eb26eff7afcf7e1387f95dd2cdbcffdd9ffceeabd5fc1ecd1dfc1e5d81dfc37bf07b6e0df1016c011f103b9b0f88bbc6ef353fcbefcdbbc5073a5fe4038b0cf97d9001bf2f7d15bf5fe226bfff7a327f60a6197fe088097f205b930f3628e0835f1ce083076ef1c1bf56f3076d24f983a7a3f9c3a30c7f24b59b3fbaa18d3f96fa843fae0cf0c73528feb86e227fbc00e0c3a69de4c3a830fe44ce33fef4bd47fc99f0063e1cb3e7c34f47f1e14337f9b38913fc39c09a8f305fc447d83fe623fed5c005d69dbf60b599bfe0be908f94b5e623b1f37c2461c25f5c54c35f5cdec95ff458c05f8c3ec75f4c07f84b4a3bf8a8f49bfce5856afce5b4b37c74d8633e3a86e1af449fe6afa49de063fefee1636ddef0b13bdbf8d89171fe9aed3afebafd17fe7aa8077f3d7c237ffd8a0d7fbdea247fbdab9bbf6158c4dfb071e76f24b8f371a02a1fe75bccc75527f171838ff89b121ff89b8bc6f99b77ecf8f8631d7cfc4d3f3ebe36954fa8c8e11357c6f24957043e59732b9f9ca7cd27e79fe7931f27f0c92faff3297a17f994930ff854768c4fbd6dc7a7965fe46fedfccadf6af0e76fb51ee3d36cc6f8b48647fc6d7198bfadd9cddf36ffc2a78b06f8f41a71fecee5dbfc9d6280cf301be033727ff3990a9ff8cc85209f15f581cf867cf86c7b84cfbefa9dcffe11ccdf3ba0cfdf7bf184cfd91ec7e724cde473ee8ff2f745f3f9fb366bf95cfc399feba1c5e7c66fe0f3d6027cde56753eef6d2d9fdff1972f58f0902fb845f30539ae7c41d734be307f0b5f38d8cc174d1de78b3577f2258a4ff9122d17be6474882f25b2f8d27b17f8d28603fcc3a430fe6187035f56bf8e2f9f96c5973b127c79d009bee270375f310cf395f445bed28ce3ab645ff055d12bf8ea538a7ccd6525be567a3d5fbb269faff3e4f9c76662fc63577ffef18f01fe89d87afe0973947fd2c2f24f932af9a7ddadfcb3d9f6fc33bba5fcb3ce40feb99414ff7c4ece3f05fc73cb4cfef98df3fcf3b125fc8bdab5fc8b775dfc8bf7f7f97a7c90af4f78c737a876f00d37d5f986f86f7c43ce18ff0a0bfae71effead538ff9a24f8d76f14f8d71dfbf8371b65f8374feaf9b703417c2337c6373aebf18d472af9c67f75dc347d19df1413c937ab1fe79b9357f32d5292fcbb794ff9d64de57c6bc40fbeb5278f7fbfa7937f9fb5816f5357e4db36e17c5b402fdff651c47f2848e6db63faf8f68c2bfc4783e97cd7f140be6bfc16df6d06f1dd5bf6f2dd3e18fff9f01efe739527fff9c336fe8bdd7dfecb9329bef7d241bef7c93ebeefd620df776f27dff75c89efef9fcd0fe89bf103fe49fc40f42afe5bf64ffe7bd04bfefbed5bfca07a0c3f3867981f3c58ceffb47ccf0f49d4f343cbabf9a14fb9fcf09e627eb8cf95ffad18cbff6e51e67f7f28e57ff7efe6ff88cef07f0a17f27feacdf8bfb937f891cf4bf8d1cd2bf9d1602f7e74329f1fb3e9e2c7ce8df0e39521fcc4e235fcc4293f7ef2782d3f25cae4a71c3df8a9ed6a82d84e7b412ccb4590903a22488a0f0a920e1b04c90957611aab274cdb2c27485d5015a4eeca0ad2477b05e9af9282ace24a4156931364fffb22c889e70b72169f85e9be9182fc7ed13fde82fca534413e7783306351bca070b85e50885b2728343b0a8a4be505c573b784995631c2ccce47c2acd91b85598f948559bfba05a5ad698252da6e41a96daba0f4e1aca0f2ec9aa0f2ebb6a0aa902aa86eda26a8f6df14d4be8708ea9ac3827adc7a4163c63d4183792568f03182c6df45826694bba0e5e32f68af3d2f68afeb11b42faa0b3ab213820e3924e86c5e24e88cb70a73666c11e68d8e09baeae9822ea82fe8fe0005bd424f415fa652d0579a2fe883ef057dfea3a03f542dccff922a18dadc1144ce958268e30c01b4db2380cef902f8d75e8056a40990cd3a01ee2b1190b3330494981050db5e018d5f24a0df6a04cc4a2460032f05fcd502016faf148855270562e352811c67045a739540c7ae1318057781bba02f70c99202ffdf7e81ef971384f2edc202197f61c1aa79c2c2a37385c5a30d829161b160b4b75f308ad82e18af2b168c9deb05e3ec658271fd61c1e4e50f61a9ce0a61e90b5858a61e252c5bd8282c7b1b2f98797e17cc1e450be6ff4d09e63b5e0ae67e4704f366156185ce1a6185c74c61c50754b0884e16560ec40996feb5c27f27e28455ba178455a77a042bde54b05ee626d8ba8d096b0ed9086bdeed17ec3454043be8a260e75b2ed8d3b582fd6654589b3225acbd73415867d62eacbbfc5070c0240587a13782e32f5e709cdc24ac375d2fac6ffc2b6c501d16360434091b0e160b1b0a6305278b56c169f70bc1799aafe012fc5870a9dc2b6cb49c145cc51f09ae32670437cf5d82db3d1b6173e27f82fb81c5c2968c00616bf73cc143d358f0108d0a1e84aee061572578c486089e0769c16bb3b2e0f5e2a7e0d531247877870ade83a1c276a73c618789bde063a12af8bcfe2decdcf651f0151f177c6329c1b70715fcc47b05bf246fc1efd112619749acb0eb6c80e03f0f11f6f4ec1702c48d85bd26adc2de57e642e0b4202130cd5508bcfd5ad877e493b02f6abfb01f2a14f61f8817f60f2708411e941034765d08967e2204cf3f24043fff251c9498100e3efe251c92d2150ef98b0987aefa0887da79e1f0b487c2e15bf1c2912e6721c4638b1072234408d57012426d5d85a3c025e1a8c546e1e87fdf85a32e9f85a3979b84a385a4704cfe9e70ac494e387e4f4e080b0d17c26e760a610f66086155da42d8e3e3c209705438f12d46382d3d2a9cc6be0967f816215c3c5508979215c235db84f04365c2b98d91c2b9e6df4284628210a1e220441cf997157142c48f52e13c030ae7ad2485f35b78e182ed3ee142819a70a1971122837b84c87badc245d115e1e2c24fc2a5759410c56d14a242ea84a8d003c2e5854dc265cf2bc2e5f7c5c2e5c961e1cac936e1eaa35c2146699e10b3dc5688d9da28c4f4a908b14f50e1da8e4bc2b5e430e1fadc26e1bac55a21ce5a55887b9620dcdc5225dc6c2c14e2417b2181901212dd170b8989a54262cd222159775048de3e20a4cce08414b59d424af42721f5bf6ce1d65e1721ede66221ed569c90763f54482b782ddc16d7146e47170ae9e5c94286ee212133768990357b8f9035e7b29035262f64fb1f15b263a609776573857b126ac23dc534e1dea530e15e87819033e3bb9063a62ee45cb92ce4dca0859c7a44c8193a23dc577c20dc3fb157c83be222e40d8508f9d73021bfa652c87f912b14ecb7120a0e39090567ae0805d7cd8582f831a170f38850d853261489290a45eb4c84a2925aa158ef80504cde138a13f585074981c283f146a124b45f2815cb124a412ba1d4e8a8f0f07c865096bd57282b9a21947df412caa77d15ca67bb0ae55f2c850ae334a1c27444a88cdb2454f6db0a55ea6242d5dc64a1fafe41a1e6fd3ea176b18e50ebfd50a8dd410bb503b2c2a3f9a1c2a3b72f85473ff70a75fa7b84bac05942dde1a3425dde41e17106233cad66856725fb84e7cf7f0b2f54ae09f50aeb857ad366a13eff9bd0f02e5a78a5ff4978f5c85d7855bf55787da44c787d395278a36521bccd5d243456f809cdc432a179e153a1c5b54278679f29bcf30c14de9d3a21bc2bcd12defd32165a774d08ad87ed84d6e77942dbf444a1edec66a1ed7593f0812d163e08ab850f0e22e1c3a64ee143c71be1e3a945c2c74e55a1237b9dd0459e10bab86f4297fb90d095192374efa485ee7d3542775e8bd0dd14277cd6ca113e87f8093dac92d0637152e8b11d147aa283859efc3fc217355de10b0b085facb70b5fbae3853ecb5d425fc255a1dfb84be82f881306c2f7085fcf8c0b3ffe67b8bec3b96ac33880bf2a234a0369a090110a5967eff58b8a502a09290d51a19450221919259255468352242519519aa8b4942d2a444628ebf5c7e7fa3e7f9deb7ace7d3ff7730e5d6cf6fbd413b3df411666bf3bfdccfae65c30ebd39631eb733531eb37b96ad61fb9d5ac3fee9cd9c084b8d9e08f11b33f123d6643f80bb3614945b36136c46c3844d26cf8ac9ed9087ac86ce4418dd9c8b8b8d95ffc90d95f5715b3bf472cccfe7d0a33fb376668363ec3d26c7ccd09b3f1875fcdc6077e994de86b984d9cf7359b746d379b2c7d0dfcb78c05c4ac1e00d317d603e24bfa00f1640190887604244f7a033361009869be0198196c06488b8f01d2cb6703d29a1420bdc30690993308c8680703321b2b01999c3c60d66f3b4076ef4f4036b30f906d3901ccd9b011983ba30198bb6a39306fa91b30cf2d109817771298f7ce1e98f7ef0c306fec2b30ff53142027270bc8137980bca50c20ff430b50b8a70e285455030aad4b810576aec002ef29bf9a0045856580625a0bb0b0613bb0e84731b0d8e907b0c4a50158f2531e50024b00a55302a0f4e90ca06cf00c50b6ff0928ef550094c3cb0115f19780ca4a1940e5d24f40e5e7016029520f2cddf61558ea2400cb542e03cb0ee802aaa5f6809a5a14a0166205a865f6036aa5c5807a4d1aa0de7b1e581ed409688869009ab81aa0b92e0ad0749b0434e38600cdc27840ebd275403bd31258f1f81fa0b36d25a0e3ee0ae8babb007a5a4980de5e2940effa4f40af3d095899b51458a5e10fac021f03abd64f030ceeee010c1e26038633a7cc09060c2f6c03566393c0ea7d76c0ea90038051753260d4f613309e9d0d1817ba00c6258701e3daed8069f40cc0742c013083b700c07f0900f8201300ab1f00d00b7500def80640b46d00445800a0a6af00d4d7124003d201ecf16a005f9b04e0194f017cf015408cbb0164fe45805a7901a0a59703f4c2c700ad3502d0d11f00fa913cc0ecbf04f0978d01fece5456f40242ba3920943a02c2635940840d01228b5780e89212b046b91c58a36603ac69b3002cb4bf0216ab19c0a29a06d6225b81b5ce20b0d6c7005867bc1d58176b0aac0f1806d6a7a601960ad580e5ee3d80e5b141c06a8f39b0418c05361c980d583b490136727a804d852260d3db01d80c6f036c25a4005baf65806d5800b0313e0dd864920d6c8a2f00360d16009b1dce015baea500f62b6400fb3a75609bb82ab0cde012b06d74e59410c061f620e060b1197008b7021c2e95010e4fdc81ed62f280a36214e0182a025ce616002e7a3ce0b2ce09707154025c7677012e4774819dab07819dbfdc815de29f815d735a805d2b72805dc15701d78d9180ab9f31e0fac709d8adc401bb737f01bbab1b803d6814b0c7ea3bb0e74806b0e7443bb057ab16d86b9809ec0b5e0fec1b0903dc96e4036eb94a805b9123b01f140077e951c0dd221370afd2020e661e030e3e1a000e3efb0f3884bf05bcf52200ef8f6580f79f39c0e1d149e048c96ce0c88431e063ff02f0b95d0d1cc59581a3e412e0984b36702cf83fe058c937e058ed6ae0d89fe380efae2cc0ef8515e03f960c0484a80127c42f02277eed054e9abc0202356f0081377380c09235c0a935ad40108a00c153fb0e8ebf0104a7ef004eafb10142f200e0cc8a6540a8b51a107a7c3a101a7f12082d4f01c20c3702617baf0161d5bd40f81200082f0b02c27f3c0422023581889ef940c4df6ae0ac210c9c053580a8481320eaa10110231b07c4381c066246b381732aa7807381d780f33d62539481d8fe60206eed47209ea58078e7a93c2f0017e558e0e23e1920e16f3270096e072efd0e022e4d9e0692246e0349db4f014947b581e4edee402a721248fd7505b8227711b8b23d17b8e256025cc9780d5c793c01a455ce04d225cf00e933ff00e9fb6e021912064086ea7720b36a0590d9a90a5cbdb60eb896100c5c4b8c03ae8d1802d7bd8281eb93094076cb1ee0e6e648e0a6f7022007ef05ee48cb017782de03b96520905b290be4371703f74e4a01057e57818273d38182071dc07db37ae081270a3cf05a013c68b90d3c98aa55e16631e0e1a9c7409114073cd2e8071e45e7008fd2b702c57af78092799780927dca40c95d05a054ad0f283d620994fadc054a7f2d02ca16e901654fcf0165bf0381c7d33f038fad8281c7472581c78fdc8072abfd40f97133a062610e50c19e022adef50215a38b8127ca1cf0c4a61c78da50073c0bd4029ea5dc059ec7b500cf2f23c0f30f4f811773548117637f809727af032fff7403afb66c015e65af045edb55035533da802a5403a84ae904aae3ee01d59f2e0335c776026ffc69e04d2401bc5bd00cd4eae502b5a55640edd00ce0bdbe16f041b100f8a017097cd835047cf0cc053e1c91013ebc56073eba3d033eb62c023e09eb804f4fa5814f35fb80cf064ac0e7842fc0e72f8340dda940a0ae7d2ff045c207f8b27413f025bb0df8bae02cf0f57c06507feb3d50ffe232d04865028dcf8b8026cf50a0390d029a1ba7012dab238096736540cbf70740abd34aa06d6e0bd0561b01b4af6903da1fae053a24ac810e83ad4087eb21a0235d1ef8be6416f07d6526f0e37101f0e3f30de0a77a09d0e9e00274ee6a02bac4eb80aec54781eed0134077a50fd0dd1901fc5209067a0248a06fa71ad0776333d0575509f4cf5206fa6f6602038b7a81413f01188c7e00fcf9f70918aadf010cfb2a00236985c0c8d797c05f536de06fe967e09fa423f02f680218552481d1807bc098cc7a606cad043076b40518078780893fdac0e4856460b2c30414ab9b058ab56d07a7cd7606a79dfe0f9c0ed980e23b0340f1bc5e5062c945502206072572e541493d3b5032dd1a94327704a59a6ca6c48033675d03671a5d02a5779b83d2813428fdb9059411b305672fd50167b310387bbc09949d560ece09f80ace1dda04ce936c06e7fd9e07cedf1f0ace6f1a06e5423a40b98201503ee02528ff2f10941f2f0315a22440857bcf40857f45e0024d0654f4a341c5d347c185f249e0c2c5aae022717f70d1323170912d072ec652c0c5f8575049a50854ca8f00954b9f82caedf9a08acd1150c5a31d5c2adb042e95cb03974d7f0d2e8b1607979ddb0e2efbb007546ddd09aaf679816a2d3ca86eb81554ff69092e178d82cb1323c0e5597f408da06150a3fe13a8a9de0e6a827ea0e69a99a0a6d710a8ad7e01d4d6d401b5b37050fbfb4e70057e105cf1541ed4f14e0175f16650774b06a87b401fd47d3908eae562a0de872250afc9055c591008aeba7e1fd4d73302f5add341fd6b9f41fd420134789e07ae5e330f5c7df418b8fa46116894b11b34fa9d0a1a9f7f0e9a185580a60b6d40532709d034701568f64e1204e24910f80a8340c73310f83e0482b2fd20183d09824fcf82b0873a08c74d0751e355207afb3a881dde0262171f83f83619103fdb0a926b74417a610848eb4b83b4c97e90917e0232681ac8dc1707597c01c86ea900b969f620a761010a2bd780c26a3150a8320285de5c50f4a5145c53e1089a877f00cd13cb40f3d25ed04271336851660dae3db41b5cfbe11cb82e39015cf73a025c3fdf1e5cbff32c68397710b45c3613b4d408012d1f578256fb4340ab916870c39967a0b59806688dcc05adad9a41ebda42d0362a1db44d740537b665839bbe8a81763fee81763deae096d325e056a32fe0d6f3f5e0d67103d0deed0bb84dcf07dc763512dc763d0c7490b5051d2c16820e51c9a063e05ed0f1ca13d0a5f738b8139800778e1580bb8d6dc1dd3b4e81bb77ee017717ed04f710a6e01e7a2eb84f3c11dc77dc16743be10eee97ad01f75f780cbacb1882ee4ac740f77b5aa07b810de8fee006e8e1de0e7a1ccc033d324bc1034be782078e158107679880074b74c143462f404f2900f45cbf09f48c48023defff033d2b3d40afd54f40af2706a0b7f32ff0c8c104f0487812e873ab0ff4a996037d7e1d068fce3b081e33d1078fa151a0ef8993a06fe894d77bc0e39d2da0dfd261d0aff829182069010650156040ad1b7842e62b78c2c3023c71fb1a78b2d71d0c949fb2ea0318b871291818f3110cac970403c743c0538f4ac1a07d8660f0151530383f070ceeb90b9e767306cfecfe0e9e196907cffc7d08866ae783a176c960e8f9396058c45630ec6d3f182e190a868ba2c0f097abc1f01e2d30fc370546bcce00cf3ae98167fdbe82671faa829113c16094812d18f5720618bd6c09187de021187df012189d2880316ba3c1732df1e079f3db60ecf4ed60ec8c1230769e26183bff3378e1d03a306e9e1318ef741d4ce853032f9d3f02266a558189067d60a2d1293031c2144c9a350d4c99b9154c51c4c1945babc094afc660aac471305567004c5de30aa6ee70022f0f62e095360b308d5305d362b5c1b4f89960fa131f30bd551d4cef5403338e5683991af7c0cc5b2bc1ab2bc2c1aba78bc06bcb53c06b4e01e0758362f0fa801278e3e16d30ebd253301b3203b3edde80b7e6ce026fd76881b7c787c13b7f383077463b98bb311eccbdb614cc6d6902f3e46e82798e5bc1bca749e05df41278d7491fbc7bc90ccc4f7b0fe6571f00f3fffc050b740ac1828fcbc10737f6838532cd60e19e8b60e1cd46b0b0ee255838746c4a25f85032002c9abd062c9ab7082c3291058b369a81450fadc0a29728f8486c27f8e84808f82879002cde540516ffba0f96d8b982a52b3bc0d25149b06cde15b04c6f11583eb10eacd88c83159d72e0937581e05395c560e55e15b0d217062bcfa36065d77fe0b35995e033c579e0337d3ff079c365f0a5d93bf065e5c8d4dfa712f82a792ef8aab01dac3a3b0456e51e05ab67054f7d962f036bbc9e806f6c0ac03785d6e09b96e9e0db9eade0bbbc5f60ed8f00b0f6df2af0fdc23be007878fe0873a15f0a3fc53f0a3d36ef0a35b3ef8c97a0cac0bdd047e893d097e797503fceadf057ecd990bd69330d8307731d8b0703bd8a0791a6c387a0f6c8419b069ac036cd65903360347c0e6cb0960f3ad21b0f98d34d8a2ca832d2b9e802d2649608bc552b0c56311d82a2f07b62e54055b5d8bc0d6639bc156df59609bcc2cf0dbf95af0db4d2df0dbed5cb07d8e2ed8f15f01f87d6e02f85df92ff89dd100bf5b4483dfefcf02bfb7dc077f9ebc09764eab03bb9430b02b7c3dd8151b0676a528805d4db660b7672cd81de7027667df017f890782bf63d3c0beb9fa609f5700d8affa06ec5fdf01f65fdd0c0ea89c0507d6fa830387678303e71f81838767827f66af03ffd4bb80c3731070589006879f9b82c39dbbc0e17e18fceb740ffc1b6601feed6f07ff4e0c80fff63d04c735fbc0716d23705c7f0b386ed00b8e5bfa80135286e0c4fe1e70e238054e04ee0427ae3c0227cff78393572f8293258bc0c99610e83fe9d7d07ff1e6d07f0549d0b4df22687ad0cf2943d0f45bd590f8cfc79084ce2c48825582246ec84112efe42129d9db909477d0940f90d4bf7468e6630092de9102c9c88f42b30ccf417316b6437312a5a1b91e46d05cef1a689ea71f34cfa70f9a57b2029a2f7a04c9e99e81e4ec3c21b9586348eeb33a241f67022de05e410becfb20c59a3848b139145ab85e155ae8bb0b5a7456165a1453082dfae20c2d0e4b8796d8c5404b0eee8596846a404b5e3e8296fcca879444ca90f2d0654825c9115a3ae70cb494b9072d3d29072dcd198796de3d042d5bde0d2d0b85a065f50f2155b747906ad60b48b5220e52533f00a9795943ea063a90fa816b90fa8b5590c6f76590e68dcd9056690aa4ade207ad383e06e9c63b437ad77e402b67cb43ab88206855eb45c860fa2ec8e0e65cc8e04e1a6470ef3d64f020175afddf3a687563246434db0932caf90219dd95838c26ab2063ef0790a97e2d64e67b1c32ebd80601961b20204a1302b25742a0ef22084c0f86c08c6d10242d0d41f3290822ab2178a102045f0d84e0fb1c04f7cc8090ba360819b48450b73510fa2b08c2564310b6bb16c28fcf8208d01fa20cc5205aa309a25dba21467139c41cf282982bc510bb2712628fbc87589f38883d910671d02f888bc98404b9484808b084844c5548b86a0c89561a406bd4e6436b3a2f40e6832f208bf9bf200bbe02b2f8ec09add54880d6de2885d63eb807addbec0bad73780cad8bda0dad3bd704ad7b1f0fad37f682d6b37b20cb3b1a90e59fb790d58630c8aae80cb461eb4168c3897f90b5681e64bd3b16b251380ad9d8f9423685e190ed461cda9890096d2ca3a04d4b4f439bbcfe4076c7e320bba88590dd8d20c82ec70fda6ce80b6d7ef31ddad2761adad2bd02dadad005d9cb5f81b6e915400e1315d0f6059690a3b327e434eb2ce4b4db0e72da7f01728a0c83763c178376b4bd875cea5ca15d32d5d0ae4a01daf5ed0be42ad103b9b2b990ab4f32b47bdb4a6877581cb43b7c03b4fbee2768cfd12979efa0bdcb46a0bdefe221b7554721374a0572cb27a1fdaa20b43fd410da7fed3db4bfb01872577083dc352b20f7d27790fb3b5dc8231e820ea8ca4307f64e870e7a4f830e1e57800ef6ff840e8ef4429e76c720cfd86ac8732202f252df0d79adb481bcc368c8bb5417f2ae1283bcffe6403e3321c8e7f042c8c77f17e4d328071d754c858eeebb051d7d38041deb10838e6fd8001db736858ec7ce85fcf028c86fe335c8efd07fd089d55ba0136ffaa0c007efa053462550d0777b28e8df2f2838878782876741a7bb4ca110d9cd5088ca3128447f120aa1774367161b40a1e697a150173328340a8442cfc943611a1950d89d3e28dce402149eb20b0a6fd387c23b1e4167b77743671f6842912bd640913146505440191495bd168aceb28762e6ae80622e644131b7caa0734ecfa173b525d0b9c64d50ece952e882b13e7421f61274a1eb2b14671001c56d1980e2dc42a1b84b87a1780955287eea5cc5a7f440f1e56d50c20a1b28219880124202a084ebd2d0258b0fd0a5ae2c28e9501e94e4dd0c2525864249af93a1649b7b504ad401289500a1d4b39ba0cb1271d0958537a02b27e74069ff9d86d2928f42693d6350da0802a52be742e9176741e9391a50fa602f9421560f65482b4219a933a0cc9d97a1cc847bd0b5253dd0b53d32d0b5572ba16bbfd2a1eb374ba01be74128cbed28941dd40fddec29866e0e1741b7cc69e8d6411aca31118772f6cd827262fda19cf86828e7fd5a28a7af12ca99e8866eafcd836e3ff385ee785d87ee449f8272379c85724b2f43793346a13c9310e86eb72794cf7941f9410350fee99950fe9587d0bdf9d1d0bd338ad0bdb459d0bd96a750c1c928a8a02519bacf3f86eed7d9430f16e0d0838f0c5468b9032a0c6b830a2f5c871ec291d043d121a8486e37f4e8551a54bca7192af9ef0a54221d0e9585fc84ca2ecf831edb6c861ee77542e5250e5079553154b1c804aad8df0655840f414f76ef822a6935a8f2d034a8f2bc095499640e55be1d829e4b7640cf2f6c829ee7ca43cfefdf815e2cb1825e8d6e81aa761e86aadead86aa93ada19a8d59504d903ef4d6731bf43642157a9b340cbdfdb21f7adb5a0dbdd35686de250740b53b8da1da0e1da8768880decbdb42eff74f42ef5337401f540ca00f8756401f7275a00fcd5ad0871fb5d0c77bbfa14f6bb7439fac5e439f368d419fbd3ba13aad4d509d9d3d54f75302fa726f18faf2c60cfa32b000fafa4a0dfada7a02aadfdd06d59ff80ed5476c85eabf3f861ad402a106eb4d50c3c87ea85162106afc7b186a0a52869a324f424d4d6150f396ffa0e6cbe7a096b91e504b5b22d4ba7405d4b6c4046a337e0db5eddd077d53f8057d0b51843ae6fe0775c05ba01f7036f4c37f19f423590cfaf96221f4f3473bf4f3ef57a86b7b08d4757919d42db2817ee9d443bfec4ba05fc707a15fefe6403df3ce42bd29b7a0de9212e8b70a0dfd66eda0be9c22a87f1886faff0543838d17a13f7800f427f307f4a7eb033494a90c0d27ba412312dba0916d21d0c8ef3ce8ef9c59d0df953dd0a814038dde4f84461b3aa1b1f503d058d03c682cfd3f686cb8181a9fe1014dfc580d4d6ee885264f8b41932dd2f07fa67ab0d8cc9bb0d8d61a582cf3233ccdd81f9e769f86a73dc880a77558c2d3631ae1e91717c2d3abd6c33316c7c2339615c1e29c222c7e640e2c61fc1896788cc312cf5fc3922613b0e486d5b0e4a7f7b0d4ce6fb0d47e1358aaed303c3367112ced740496d92705cb9c328665262de159b62ef0ec9d72b0ac440d2cabd609cbfa05c1736e14c27317dd84e7e69ac173c776c0f3a426e0f919f5b09ce37fb0fcae0a583ede0c962fde052b4c3f042bac0560c5abbeb0e2bb4bb0e2e73658f1b72dbc3058055ed83c092ffcd1052fb69581176f0985972c9a012fe9fb092b49c5c14a873c61a5586f5899b48055a679c12a6effc12a878ec22a298ef0d2151fe0a59b37c3cbdc8ec1cb8a7b61558dedb0aac16a58b5f817ac06fe07ab3d3484d5dacc6075bf3e78390fc39a73a3604d8593b0e6be05b0d682b7b0f6996278857427bc82f80baf104078c5b3a5b09ee76c78e5437f78159b0dafba2007eb67ef83f52bbec00667f261835606369cad011bae378157fffc0d1b2f8f844d420ec1261fc561d33e09d86c59006ce6f30f362b5f0f03ca2d30a0b71f06ce9230f0be1106fe84c3e08e741852cd80a1eb0b60d8b40a86cf84c308520623c7336074b6228c5ed800630bed618c6b81f1276530fee5c8945098107d8049c51530792e1da656df985201537f18985e3902d3666b603abe0ca6b3ffc06ce60e98fdae0fb323ea30a7fc13e66f5bc3c2b6665894270eafa9790b9bcb14c2163365608b9401789d5237bc2ef508bcae2d075effa80db604b460cb2d246ce9bf1cb63c190a5b3e5186ad883ed8aaf600bc41780a5b231f60eb1d9eb04d66386c5b04c11be97df0c67e0778d3e813d8ee662e6cf78185b76cf580b79c7d096fb990086f45b4e1adc7dec25bdb8661fb59146c3f5f01b6b73d06dbbbae85ed87a5e06d6eadf0f60dabe0ed4edef0f6646d78fb9b78d8b16706bc43eb16bc836e86775849c32eefafc22e7f17c33b97bbc23b3fb2f0ae9be5f09e9a6a784fef6d78afd17278efebaff0be4f8ab05bea0c78ffa61878ff8941787f9234ecae3d0ff6a8f3820f1822f0813789f0c15f4fe0439b72e143cf7c602f9947b0b7fc6fd87b690aec9d7c1df67e28017b7f5f39a5013e1c3f041fbef30b3ea22f051fd9eb02fba89f838fee13838f9e9e091ffd220f1ffd350efb2aae837d2b3a61df1e63f8f8510dd84f530df60b1b83fdb5e4617fd80df6df84c1fe419fe1806bca70c0bf2ef8c4da0af844c47e38d0381f0eb451820343e5e05369e7e1532fa5e1531d7be0e06509707090011cfcee191cdc9202876c8a804322dec021b1f2f019dd15f0191b0538d4241b0e25b4e1d0844038f4f62f38f4f13338ec4b241ceeb9180ecf3a07479ce3e0b3b3ede148b5363832aa1d8e7cd70147ed5e0047ddeb81a36a62e0a8fa1a387ac1201cfde63c1cd36101c774d7c0e794c3e173a585f0b9e70ef079897af8fcc35138f6563b1c6774168e737c09c71dbf0fc78f8dc117a9f570c286cb70c2e921f892dd47f8529a005fcaaf862f8d9c86139769c189dffde0a4172d70ca212d38d56702be1c721fbe5c660b5f7e96005fb9b51bbed278064efb4f0f4e9bc7c369e051388d8f87d35bbfc1e9930be0cc69bfe14cf9cf70a66b387c4d4c1dbea6f806be21b710be614ac359eb64e1ac8a5770f62d14cebee704df9c6b05df0a9684733ca4e09ca048f8f6de57f0edbfc570aedc0738572d02ce350a8073d13cf8ae671f7c3771017cb7d41abe5b0bc2f9f324e07c333f38bfbf00be078ec2050ad1704143187c1f7a07df6722e1fb7e8df0fd6f32f0fd8e4ff0fddef3f0037b77f881c72fb87041045ca81b0017925270e1a91ef86152345c34c7122eca97841fd968c28f1e6e838b37a7c1c5a776c32536385c92f3192eddec0a9746df864b2fdf80cba421b8ecc625b8ecb316fc785c05ae58e50557a42bc015efade0272b96c04ff4fce04a7102aeac68879f756bc0cf8f19c02f37c6c12fcbcce1579f72e0d7ff2d82abd77270f57d1cae7e6506d72c7587df587d80df9954c1ef0a25e0da1d3fe1da0b8df07b3b4df8c3d370f8e38206f8a37323fcf16d3ffc79aa367527b3e12f0dc7e0af5a1e70fdc2af70bdd73cb83e62055c7fdd0a6efc190f37697ac14dc073b8e9a82ddc6c6c02378bbec1cd7b56c22d817d70cbef23709be259f8db060cfe967b136edfa201b7df3e017768abc31dd112f0f7cdf3e1ef5f22e01fbd2be11fa3b7e09faacfe09f401cfcf37b14dca9540b77864df9140f776d6b82bb9c6ec35df78fc0dd3152f02f9d51f8d78e93f0afb7bd704fe852b81747e15ea719f0ef5c67f8774535dcb7a80fee53994289e0bea11cb85f2a03ee3fdf0c0f68cc8407becc86073abae141cda7f0a0d97778d0a107fe83abc3c3f21af0c84a7f78a4bc0f1e19fc0bff4d5e0cff7d6002ffdb910bff73b784ff859ac0a3d72be0d18efdf098f81f78acd81e1e2bbb094fb8cd8727a7ee95c91f3e8898a106322d661c99b1691099111e87ccc8798b8803f188b8673b223167252219cb219285b5c84cff15c8cc74136466f93764e6f01244da640091c137213295cdc86c653164767b35222b5e85c822df10d96e2544b64f0e911d9f3325109913a982cc8d6c40e64e9822f3163d41e631f2c8bcd651643ef61e99cfef41e6fbbc46e4347f2072dafe88dcad3144fedc6f44be6f3e223f6281285cf1441432f6230a9ffd90059ee711c579db10c5fc97c8e25915c8e24418597c6333b2f88937b2443f1b59021e4594f82e44e9ac08512a574394653310e5ddee8872851ca2a2fd1051c9084754abb511d54fd310d5b16d889a4c24a206ee41d43c1d1175890844dd7e18518f78882c970491e5a5f18886f94b44c34105d1d87109d15c7f13d1bcd581683e8210add64588f6b741447b320d5921b61e59b16a05b262b380ac701c4474cd3b11dd544944f78d0db2725533b2b2623db26ae9276495f67664155584ace21e21abee3622abeaee21fa1dfa8881a9146290a58a187c7c8f185e5d8cac46f722ab07b622c6ab5310e3246fc43859404ce4f410337302313b1088983dfc8998958a1020cd00015e1b23c00f12810ebe43906b7311e4b73a82cea41074fb02047b3a1fc15e9721f8ea1284d8ea8e10576623448f1e429a8c23a4d55e8492fc81502a4f1126c31e61cdef216c863bc2153d43b8e713085f658c08d47c4464518e5824de44d6efeb432c259a112b390dc4caf00062d5158d6c289240ac65ab10eba148c4c6b613b1f9ae88d86a3288ed836788ed530ed9a89e8b6c0cb74636a5a62276f29388ddcebf88ddc94864b312896cf6b8806cc98c40b6c2b1883d3d8ad81f3c85d8578d21db14ee21dbb46a1087c795c8f61049c49174461c4b3b11a7a641c4e9cf0dc459f727b2838a43761a5e4276b66f45762d6e4476855823bbd22e21aed034c4f55e3fe2fade1671ed6e4676ffb445f6bc2b42f6ce6841f67e3f8dec5bb709d9170e20fb2a6511b7dd66889b9713b27f660ae2217918f1982b871c88b4400eaeb0420ee64c208724de2087342a9043215dc8a1126de450cb21c4d3261cf1fce3877809f310af3522c46b7d16e21d568c1c5ec521876b5591c3e346c8918444c4c7f32d72946a418edeea448e16ef468e89db22c7866622c7264e22be73a3113f8a42fcae75237e39b7900099ed4840851a1250138a9c0c77444efedd8b048a7c91535e76c8a9be6748709508392dbe1839ad5a819cb658849c0eed4642940e2121677291333a094828918c843a4fe5be7124ece31224fc7e1612c1692267fd9c90b33fba9048c3e348a49909125dfd0a39b7c3113917d0809cb72591d87a67246e892c12dfdd815c34e39104f34024c17308b974b51eb9d4340b4952734692be192129320b90942b8e48ca8f6824752c0bb9dc10885c59fd1cb9927202b9f2711992f6df1e244df60f92565d8aa4cfa947d217cd44d2b51f20196167918ca7edc855631de4ea266be4faa776244bf62392e5528d645d9f40b2e96b48b6b980646fbf8b645fc9476e5d8f426ebd9f8be46c3b81e49cf986e4a4892139d5e5c8ed440924772213c99bf11ac94bad40f2ee4422f97b11e49e1388dcbbb71429b0fc8214382e420a4a3290fbd9df90fb9d45c8031d55a4f0f837a430f823f2302b1c79a49e8f940208529a978d9496692265c966c8e3403fa43cf91452e13b8e5434352015df70a462401f79024e204f9c0691a749f790a74fa62395823952d92a893c535b833c833c90e789d6c8f35e1879f1e93af2729d37f2725339f2f24425f2f28309f2b2b306a9729142aaf69d41aa9240a4ba4006a97e3f82d478862035fd339137def5c89b9f6791b707a391b7031f9177b6d6c8bb4f3b905ac5eb48ed951aa4f6e92be47dff59e4a34636f231fe0cf2f1d735e493e15ce453aa0ff2e9fd07e4b37c16f2f9a225f239db13f9dc1988d46d7446ea0e1e45ea9a7b902faa2f912f6754912f170b91af6c34f2d53b1bf91aaa8e7cbdd58cd47729220dd36490860f18d2283589346e7d85341eda8034958620cdde5d4873f649a4f9663ed2fc3c14691e7c85b4e4a7222d9d8d48db8244a4cdbc0269abf046da1a7720dfdcdc906fee43c8b7f21fc8b7d68748bbfd1ea4fd8a31d2fe9a47daab1e23ed5f56233fb4b5901f8e59c88f340ef951751df9d1b81ae9849e239d3d5f91ae43464897bf1fd2556c8274af5c83fc0a9e87f42e2d437a2f3422bf2f3620bf27de207d416b90be2c47a4ffa634d2dfbd0d19b04b4406ce2e470662cb9181822c64f0bff5c8e0b1d3c89f59d9c8107619198a588c0c5d0391e18e5e6464df7ee46f561ff2af5f0f1965a390b19d43c858ab0332f6af0919dfe6858cbf9d814c1cdb814cf4c82093ac0e32191c818a1936a2624556e834cde9e8343d0774c6765574c6e83474c6f862549c4d41c523b350f10c04950c1846256f4da25225af51e94365a874cd6254ba390b95f1d886ca78ad4065323cd15946183a6b43193a2b1444655f9f40e75cfe8dcec9f143e78cbe41e7fefa80ce5b6e82cefb658ace9ff90e9dbf9742e777be42e5d4ffa1723adaa89cae252a5f1f80ca0f71a8c2d74974c1e73fa8620d852abedd862e8c1f4417894d43175d7747170be1e8e2ec667471ae07ba785c1b557af20855ce1b4295dfdc45951b1451e581cda88a893baa32b610553df618559b3580aadb37a3cb575c409767baa21a515aa8a64200aa790340357fcd4235871ea25a5b7fa35ab93ea8b63682aea81f467556fe44756526515de5eda86ed24d544fff23aa97fd025de945a22b138ad155db4cd1559f9cd15563e1a8c1a6f7a8a1422b6ab8e8346a983b861a894ba14651d9a8716d086ab2ef2b6a927910355ddb839aeeea474da3b6a066aaf751b3bc7114d0e846815d1f50202f190541471474104341ef6f28988aa35085180adf3442e1db537a1450c4bd104502dfa3c8bf18149de781a2164a28762a0ec53d0651bcda022594aea3c485d32851e38a524f4ea1546d3e4a9bff43692f7794befd0b6522d6a0ac8e26cae2075036d50d656fc6a15c3e8af20df5a8e0d8870ae91f5191f36d5494648a8aae36a16b5663e81a9f16d4fce059d4bc601c356f04508bb403a8459d3fba56fa08bad6e03bbace761dbafe963cbabe521bb5fcfa13b5c266a31b6e7aa3d6ce71a8f5adafa88d5a136a73e8196a53d78dda1afba1b627ba50dbda51d4b6733aba69d95a74d3e3d9a89d058bdad977a15b2a22d1ad0b53507b4771d4def90a6a7f7a08b52f4a40ed9f83e8b6726eca05d451bc1a75ec0d419da62f449de45d5167171774c7f6abe88ee07274c7839ba84bf817d4e5ce1574e79e3a74e721077497962bba0b7c82eef2ba8deefa1a8dba2efc8abaaa32a8ebb5aba86bab12bafb2d88eef1d982ee299f86ee735983ba51e3a89bb90aea96b706dd4f8ea0ee7ad1a8fb7b43d4233a093d102a851ef2af440f0df6a39ef6cb51cfafada867f35cd42bab09f54e88450f4ba6a1870f5ba03eba4f501fde113db6601e7a6cdb5fd4577c0b7a5c351c3dee0aa0fee6eda87fec34d43fae180d083a8a9e3c9c8c9eec31440367cd4303dd583430e7297a2af90c7aaab20d0dbad78f066fde859edef01f1ab2c40d3dd320819ee912d050976568d8865e346ca3241af670331a7e27130d7f94899e75598a9e6d0a4323b97634f24c151a750640a38a4fa3d1367fd0e8ab17d098fe61f49cc3387aeead127a5ef9117ade8440cf874ba0e75fbf4363333ea1b12de168ec583c1a176780c67db98dc6c71f47e30764d08bac267a893b805e8a69412f755c40130da5d0c4bdf168e2830c34f1f1743471d81c4d921a4593d66d4593ac3ea1492d389aac7c184d2e924593076834657f087ad9fc3e7ad96614bdfcc4134d53d342d37e2ba1e973fdd1f4d717d18c9e2034731f80667a66a257b116f4eaa43a7abdd602bd3e1482de481d47b37cb2d0acabdd68d64d6d34eb5e1e9a35b213cd961047b355c2d1eca418f4d66263f49685247aeb901d7aeba91f9a43a8a339572934f7e93434f7cd1134af3a0fcdebbf8fe64d36a3772dfea1772b9ea0f93b94d1fc771fd07b293668c1d2d968c1c1efe8fd6435b4d0dc002ddcb40e2d9c3adb8f6463d047deafd0477d7168f1e1f768f14909b4f891055afc741d5af2431e2d9d968596cad7a2a58c175aba5f062d3d648b963e3145cb96cf45cb885568599c315a56a583967d4e421f1bbaa28f39082d97de84963b36a3155bbbd00aa741b4e2ef7df429668f56ae16472b8740f459fa3ff4b9aa2cfa62c965f445e41ff4c5ad0cb4ba6404ad89d6466b2eaf46df6c9f86beb9f8167d1bb91a7ddb1e8bd6ae10436b4f5e456b4b28b4f65f28fa5ee235fafe690efabedf08fd30d705fd30ba04fdf8f907fa71aa9e9f24dcd14ff357a29f9eef423fbb54a39f4370f4cb99e3687d91035afffb1bda20f7036d88dc8f365c5a8c3664ac461bda24d1c69b6168e3e309b4b129046db2f5439be212d1a6e76fd0a6b1a368f3960f68b36f32da129d8fb64a1e455b2d48b475c746b435d01f6dcd7444bf198ca0eda80fda1e7a176d8ff544db077dd10eff12b4a37426da31c0a1df1b5dd01f701ffa63ad17fac37214fd61cfa39d4ecfd0ce2843b4b35540bb66dba05d73f5d02ec7ef68978714da95598b76dddf8e763dd244bbba4cd06e252bb4fb572ddab3f411daf36c10ed79f514edfd3c84fe9ef116fd6df01ced1b2a4007d45ad101a72be8c0bed5e8c0dd05e860b6273af8ea0bfa47fd0ffa27782bfa27fe2a3a6404a04370373ae4b2131dbe988c0eff59878e0cad41ffaa9e42ff810bd07f0949e8a8f8317474693f3a3a90878eddd146c71eaf47c745103a6ee5824e88cea3933a1c3a69f11c9ddc6d884e9ebe8cfdb77616f6df9d55d87fb927b0ff7acf61628e7dd8b46543d8b43befb1190fcc3171ed0a4c3cef1026714302932832c724974b6152bb9e62d24b8b30e9fd729874c00d4ce6752b367b5603365b5e069bbda80b9bfd2214935593c7647dae6373f21db1b9ba11d8dcd88fd8bcebc6d8fc69ead8fc457f303916c3e47cdb31f98b28269ff51d53a06b30054b314cc1a30353f891832db0cdc11419394c71581c531cf9882d14efc2169a0e628b741bb145b6cbb0c5da77b0c5df3e634becc2b025e15ad892f4f7d892ebf598727218a6a2370f5b8ac8614b830ab0a58f3762cbae1961aa51d998ea55294c6dcf6e4c5dda1a538f3b81a9df4cc7963b5dc23456419886ab1fa6b96002d34c96c5344bbc31cd26734c739cc6b4342b31ad3be998b6e36e6c45e97e4c87b985e934cfc4742dfa30dd83c6986ecc364c37f534a6672c89ad5cb6165be9bb095bd9188eadc20e61abd8326cd5ae724c5f5d17d34f29c2f45fedc10cbb1761abf58e61463e0f31a38b4730639de998f14a25cc784d34667c271533feb915331ed2c34ccc3e6326bbb660a6aebd98e97179ccece773ccac2b08037c0f6040ec670cd4bc8141a7cf6288ca560cd13b8221876e61c8a3db18f27d18430d5531140ac0d0a8120c67d762c43c3d8cb80261c455318c687e8b91211730f29508a3d6fec4287f718c0a1061f4ac788cde148131db9f62cc5b238cd5fe8cb17104c631f1181f948489de2cc4d62c7e86add1adc6d678dfc7d68c4862e6aad731734f7bccfc592f66fe4a15b3b8a78ead5d6e8cad7de189ad1333c0d6ddd7c0d635bec2d63b5fc1d6071fc52c271663566afbb00d263fb00de4196c436729662d998059eb0462d675ba98adc42466bbef28b6e9e5456c53db1ccc4ed30eb3f338876ddeb410db7cc70fdb92368ed9af39886d135961db8e3a630e97af62dbb91a6c7be4756c7bd46a6c7b5d29e6b8f937e6a4958239c59dc49caec960ce8a969833a588393f93c59c4776613b8c1e623b36ffc4765c6ec37674b8603b26463017f908cc0575c45cac473197cb00e6526f86ed545b8ded14d963bb8a2db15d3f7762ae4161986bc724b6fbce5f6ccf34796c0fe78ced8975c0f62dbd88edc39231b7ae8bd8feac9bd8fe1f5b30f735bf30f7840cccbdb6073b589f801d722fc70ef9fcc30ebd7c87796a18609e865298a7c501ccd37f21e699328e79a67a619ead3f312f233bcc6b4d1be61da681793f8fc20edffb8a1dfeb90e3b3cea8b1d090dc38e741660470692b1237fcb311fc575984f9925e6f32616f3f9108df90c1b6047b7d76047c3176147ef7ec58e7e3f8b1d1bb5c67cbd12305fdf93986f590fe6fbe535767c2012f3332ac4fcce26617ed70d307f2803f3777984f9bfdc89f97fbf8f9d3852879d54bd849d5c75190b9cb9183ba5af859d427e63a7d032ec94f707ecd4ab3f58d01e7f2cf8d138761a43b010f12558485d3316f277140bd58fc4c27426b030500f0bcb8dc0c2c36663e14ddfb008f1502ca265183bab330b3b0b1dc6ceded7c4226f5cc4a294166251ab43b0a8ad2c16d56b8245f51dc6ceb149d8f9b5d2d8f9fde558ec7f66d8855d75d8855b53f9743176a1aa098b9ff7188b6f7b8e5df488c52e4ef05882441396b0ed3576c914c62e791862976eddc62e9536638973fe62892fa5b1c4812c2c71702f960c8bb064afc558f2bb67588aff032ca5f036967a3c0cbb9cfb0bbbb2d416bbe2dc89a5656960697f8e60e9524658bafe2e2cfddc752ce33f192ce3851196b968259679620696197212cb1c59855d553d815d6d7d895d575b8b5d0f4dc36e0c5862590a8fb0ecd537b1eca0202cbb3307bbc97dc56e669cc46ebe18c26e495cc46e492dc36edd5d88e5e81fc672361fc66e6ff3c76eef20b1dbe9b5d89d59dbb03be595535e63b9f38f6279be22ecaeb53a76f7c636ec6e5e30967ffe04768fda8fdd3b3c821518005801341b2b589f81ddd78ec41efcacc40a6d5ab1c288902935d8437175eca1923a5624fe072bb6d5c38a4730ac64ba1656629981951db3c5cafae660e5233fb18af9d158050a634f22f7624f920ab027df36604ffebdc69ede33c42a376b6195675cb1ca2b85d8b3d3afb0e7d3cab1e74c04f6fcbd09f642c50d7bb17d1df6c2796abdc7057bf16839f6cade0e7bbd6806f6fad041acaa2412abeabd8b550f1cc16abeca6035f51fb19a3637aca663da94bfd89b8a09eccd441df656ab197b9b6e87bd738ac1de79bec46a97d561b5012c561b7714abbd781aabedcfc13e0a4fb08f3e7fb18f8fecb0cf2add581de481d5ed4ec0beac9a857d31d5c5be3ad5615f0704ecebf877ac3e7f0bd6a09088356cda8c35ad3e8c35b5efc75a0272b0b6cb8fb1b6171558db5b1efb169780b5cff3c5da6fba63edbfddb1eff357603f9fcdc13a17bec03a0f6a619dc3f958579d24d635ba09eb9ed1827507efc07e4dcd9c9e2d8158ef2106eb3d9286fd860e60bf917eac4f3a0cebdff6121bf009c606ceb5620337a76383b773b0a19b6ad850e9016c78472e365c588e0d3f09c246aeba637f855fd8df1807ecefb75bd83fcf8bd8bfc17c6c94bc838d86f463a377dbb071a34dd884a10c36e160804d94dcc3264f9cc6261fea6293df8e60935d92f87f87bbf1e98993f8f4ee5e7c46e53a5cfca4042ea983e292b80a2e951086cf8c86f1996d282ebd391a97f6a8c0658eccc0674905e1b30eb0f86ceb9ff8ec490c97adb4c6e7c8d9e17397c7e273bddee3738f13f8dcd85c7cde59197cfee6bff8fcbd99f8fcfbc77139c9285cee3084cb2ffb8d2bcc30c615ed5d71c50fadb8e2676b7ca1e13f7cd18ce7f82246115fe472175fd4ba0a5fa2bc005fb2571c5fe2bb015f92de8c2f79d48c2b39f2b8b24d2dae9cbf1257d9eb85ab24fcc3975a5be2cb74cbf165d91caeeab71657bd508eab4fbf81abef50c1d5a3215c637527aeb1cd1cd7b85f836b3c33c2350772702d1cc6b5fa16e15affe4706dd91fb8b69a26ae1d2687af1035e22b92c7701df5385c6f410cbef2ca427c65c338be4a2b09d7374dc60dae4fc30dc7c4f0d56c26be3ae5006e145b821b952dc38dba5b7063dff7b8f18700dc2468256e7263356e8abcc54d8fd2b8e98f3adc6c712d6ea6dd8e9b9577e300720e070e59e1804f240ece0bc2c1a3bd380444e0d0ed1938f4ed180e2f6ec2e100271c51fe8823ba1c8e58fbe1a8d51b1c4d9d85a345bf71ace9254eca47e1e4a30f385d09e2cc745d9c7175c499eb51387b2913e767e9e1c252075c88dd890b77e37061f0292e7249c4d79871f81aab13f89a3a085fd37d1b377fda8d5ba8bec7d78ea8e3eb54117cddbf3bf8fab985f87a75015f4f3fc7d7bfbe825b6eacc22dab11dcb25b1bdf30ed0abe217f0dbea1d21cb7c616e3d63163b8f58b0e7ce38cf5f846411fdf18b112dfd8a3816fb295c237e5b6e39b2aea70bb9d6f70bb2401dfacfe0ddf32ad12df629e826f7174c6ed3df7e0dbfacee1db778de1db6fdbe38ee2977147320a779afd03779a7b1277aa6fc19d95a370670743dcb9e234eefcd40f77ee8ec0771c97c7779eb887efbc2281efcc72c0774e2cc17789c3f82ea405df75390377f5b6c45d6f16e2bbfd1ee37b2217e07b3e95e17bd76ec5f76e5a88efe39af07d8e29f8bec799b8dbce95f87ee119be3f6604dfdf9d8cbbabeec1dd4b3371f7ea66dcbd770fee61e5817b942cc20fbc7d8c1f9ce5821f4cfd821f6ab8817b8e46e15e7605b837288d7bdb9fc0bd6f6cc20fc788e3873f1ec07d66d4e23e3397e13ef9e1f8d1732bf1a34962f8d12beff163492c7e2c7b0c3fd6a98efbea75e3c7ed87f0e319287efca6151e10d881078c08f8a9ef9978908b2d1e34e68d07cb2fc683171ae0a7e9723ce4dc6afc8c672d7ee6f11d3cf4dc453cace3351eee7c0f8fc8edc0cf8e98e391b37df048581d8fb4c9c7235d693c32e03d1e256f8947e7dec1a3ab6af098a93e8d59d78bc784a3784c93111ed373073f9772063fdffc183ffff3251e6b9588c77aafc7639fedc7e3245ee0f1cbc5f08b4b34f00493957842dc473c61ea199714eaf144896778ca8e1e3c65f7263cc56b084f391c81a7843fc253ae8be329c57bf1d4c81d786a65019efacc1b4ffd7605bfbcf1027ee50b87a74d1fc6d3703b3ced920e9e76a51d4faf998e671835e11971017846630b7e55f72b7ed5d316bf5a92805f5b2c865fcbf3c1affd2ec2af9f18c1af5fccc1af976dc0af7f29c66fe8bae059d38cf02c87ad78565d379eadf20cbf295788df34f4c06fd938e2b7aaefe1b72b87f03b6be7e177369ec0ef843cc5ef5cc0f03b89cbf13b771fe1b92e2ff0dc9b43789e71029e07fdc1ef6d00f07bf165f8bdc2d97801e08c17ec0ec5ef07d4e0f7cb3ee0f7fffdc51fcca2f0422d122f44bdf042ba142fbc38037fd8d88317057ec28bceecc08b528af1a2c72ff0e2fdcd7871663f5eb2bc122fd5d2c54b9fd9e3655ecd7859c037bcac6a187faca98197073ec4cbcfbbe04fb677e14f5aabf1cab98378a5d77abc3274135e99c8e0cf9637e2cffc74f067752cfe6cf830fe62c534fce5d48c7d191882bf8c9981bf4c4fc05f1564e1af1b37e35567a5f1aa07dbf16a1547bc1a8bc1ab2d1ee1d5e56d7875f713bc0618c76bbc3df09ad097f81bad83f81be779f89bd3def89b862efc6db83bfeb647077fb77705fe2e28027f97b40eafdd6b8bd73e49c36b5b4bf0f72a18fec12005ffe0578a7f481fc53fea0de21fc3e7e09f64d2f1cf3332f1cfe402fc73ba1b5eb7ea195e179a8a7fb1a8c1bfb4eec0bffc58807fe94bc0bf4a2cc0bffa3be35f53e6e38d7a8d78a3e90ebcd13b1d6f3c578c374e94e1cd77b5f0e65fe2784be37ebc6528016fd5f886b7be6fc4db02baf0b65fcaf8b745d57887ca2ebc23a309ef78688d7fd78ac0bf9bd4e03f8a3bf1cee3b578978a0dde7d16c1bb3f8ae1bf1668e1bfbc36e33d8fb7e0bd8a97f1de331bf1ded428fcb79b14dea7a888f75d11e1fd7c16deef928e0f985cc7076e4ae3835bebf1419749fc8ff772fccfc56e7c24e40cfe2febc29427f8bfc6587cd412c447f37fe263360ff1099d227c929a814f767d26febb174e88cdbb4a88ad7426a6b9ce25a6654d23a6ff36246648ce27669c1b2366b45513e2896b08f1de2e42c2ff0c2171c78390186a2424a7e712928e2a8464560221f90e27a40c9e105282312175622b31d3ec2221336d2b2133cb8990517940cc3a1f49cc9aa825661b7610b3a11662b66b35317bec12217b603d217b751f219bb392907db68898b3e61b31f7bf74626e8d3d31cfb39298af7a8f986f0d13f3371713f33fa284dc3a15422e780b21f72a80906b4608791146c85b7c21e4772d27e4d3a30885d24262c18c2bc4226633b1c8bd82587cf22ab1387f0db144268658e2ae412cb93e8b50724009a5cbcb09a50f7d84d2481fa1a21d45a83866124b77b910cb6ec512cbcadf12aa0a3a84ea9e9d84eab96042f50a45a8fed326d45698116a0e89845af921426d409e583eed16a1316711a1b9ed12a1796f11a135bd8ed00a8826b49de2086d4f3b6285ba3db1e24d32a1637b8bd05d7c92d07d6a44e899c5137a9839b172f90a6225174bacb488265625ff20f4ed7508fdbd3b0883057284818e2c61f0621a61f04b95309c914a188a871386899f89d52ef98451601261ac4410c6bacb0913f96b84898f0361e23b409884e71026d9f709538944c274354598726708d3536384d94629c26cb31e61f6d99930fb534f00581b011c5425802e35028a8d27e045d904b2f01b81deff43a0e58904a6b599c002cf1258843e81355a1378d4278208e82288f28f04d13b4a901d6b08b25f9c20ff2a1294f091a0362911d4ed7f047321866032a20826df8860673c26d8ebd708de7d0fc1c7dd204457a713a2bc578439b08a30dfbc92b038af45585c1b23d6a6c813ebee1b11eb43c789f57f3a092bed0cc23a632961dd1148588fec236c228e1236cd4a84ed8aa584ad6e0cb1e9770c6197174dd8b52d22369f5b456c79ea496c9d7e9fb057ce20ec6b430987793b0907cdb38403154738acf5241cdc9a0807f752c2e1e36362bbf96dc2699b14e16cda43383b4f65c2096207f29570b96944b85440c4cef615c42e89dbc4ae4d3cb1eb2c42ecaa37235c256612aee1b788dd33e713bbd766137bdc5e117b6237127bfe72c4de842a62dfc834c24dce96707b984becf76c24dce5ea0977d328c27ded72c2dd4e9570bf6549b87fc608f7d69b84fb0447789c5b4c787cf8481c305b431c60fe1107f69a12076db3884346ef094f83dd8457e00fc27b064a78eb0c1187a7f1c4911ba7099fe5db089f1fc3c4d1199788a3bea1c4d1739789639621c4b1d71f8863ed4f095faf3d84ef5d03e2b8d920e127d64df81d5320fcd2df117eddee84ff0f8608a877254e2e55264eea8c1127af8411a7e67b11a78840e254721e1114ef4a041f512282ef4ee5abf344f0044f9c9e7f8c08f150224292a2889067a78833e29644f8345f227cbf3e115e9a41446ced21225cbe111155c344e44998884c4f2362349f12316bcc88982c1be2dc295be2dcaf2ae2bc024d9ccf8e216237e812b1dbcc88d8f13ee2c29714e2c2981b11b7ae9e887fbf9a886fd2262eeaab1109d34d88040b3122e1c62d22a15283489cd348242d5b41249d6d209246e71129339f1029442791f2162252455b88d494f744eaebf544eaa76ae2f2f600e28aea6ce20a061169b53944fae7782263c3012273e11091f9ce82b8aa3c415ceb9a415cfb2710d7175912374cd3891b4513c48d4629224ba78cc8ba264f6455281259afd389ac7681c8963c4a6487e4123737bf276ec52e216e5d31236e3dfc44e420a344ceba7b448ebb3791f345206e974d23ee642711b9bf53883c9928224fb79cc873e489bb45b788bbaf9611f91fcb88fcde09e2de8287c43dea36716faa7f0a3c96120537a388fb4a26c4fde7d7880733bd89070f29e2c1783451b8ac817848dd221e3636110ffb70a2083d4514ed8c241e9964128faa0e12c53d394449dd0ba24ccf9e280be589c7a7b389c76f7489c73d0789f2d63944859a1d51e131656ace56dcbe4354dc7d4954fc3e473c89da4754ce2f222aad8e10cf5adb89e75d7ec4f3e167c48b7b93c48bc938e2e5faf3c42b93d3c42b9b40e255e526a24a661a51b5f2075175dc8ca8ea4189ea856f896af336a2faed4da2f6820df17ec15de2fdda5ae283ee2de203709af8783796f8f8f22af179863ff139e227f1f9a23ef1b9a48ba85b7d82a8733723be4cbdbbfaeeff88fa81b94423b49468dcdc47341e1088c6a3478826d11ca229a687682a5d4734c7bf205a16b9112d2a738896f33644cbf3ab44ab6115d16a768568ddff87683db49868bdef49b4d60e12adddb38936f39d44db7679a2ed6c11f1ad338e688f1b213a8233898e3273e2fb840bf1631e44fc8c4c253ad7ef233ab72244d7a17aa22b6598e8214f113debb7133db64dc4ef393f89df290e44df0e59a2dff307d17fd49e18986b430c000ec4402c450cceb627feacf22286d55962d84a96188e692486a7eeaa116d9e18b1fd4d8c6ca18891942162943e4b8c1d1223c67e9c26c6f738131301cb89c985c78949a303c464324dfeb7fe00f95f691d2916f694148b2d24c5720c49b14f89e4b4f829376f93d3572d24a75b7f25a7878692d3df4492d3bf60e48cbf31a478c56d52d2fe3e29650a92523e11a454d01372e6fa5de4cc2b93e4cc17af48e9a47e524669052963ff8a94293944ce8253c859d5b5e4ace14672f6aeede4ece15da4ecf54452b6cc9f94ad512465c73cc839faade49c4b8fc8397751726efb5e727eb73f2977a496948b794bca55ad25e5de90a43c7589947f9243ca7f3c462a0006a4c2b52c7281b419b940f13cb9c05c965454312215ff04938a6399e442ab9fe4c2a3d3c845bbb5c9455d3de46253985c3233805c62b2875ce224229784af249566df24958c7448a568755219e8229583f7932a229c5cdaac4a2e5b1d462ec3644955155d52557580549bfc45aacb5f24d5b3d791ea132de4f2cc13a446ae06a9755595d4b6f424b56f07912b7eed27f56276917ab995e4ca943da481de4ad2c09b270d86d793865b6a48433f3572f54a4bd2c8f71469a2cb91264c0a6962ab4b9a31352450338d046ac5a6e490c0579a048fc791e00d15127c708384d4ce9290154ac28b3448d8ea3f12d96a42a271bb49344593c4629690586e2889270590c4a16f24d1a34092a5d524b5bd8ea4cebd21e91a5792913846b2726324bb6c1bc9adb94ff2d3fb487e6b3d29187f22450ad749516e34292a532145754aa4f9bd77a4854d3369e1c99116272dc8b52777936b735dc8b58f0f90eb3c87c9754f0e91eb6fc2e4fa8141d2f2f71bd2eaac25b981c7496bcb23a475630769a32249dabc3e43da34cc236d46fd499bf163e4c61d4bc94db21ee426408bdcb4c691dcf4bd98b443af917669cae4e6ebbfc9cd0d05e496db07c9adbde6a4bd592569dfa3426e53d225b7959b900eeb1d4887e037a443c411d2a1cb9074149a48a70b6749a71b1da4f3da9ba4f3e6d3a473e341d2f99716e9727b1ae9f2ea35b9f3b903e97adf93dcbdaa8bdcb3a681dc937c8adc6bb782dc7bfa18b9f79626b96f5107b94fe31bb96ff376d2ad499fdc7fbe897497b223dd07fc48f7d108d2432781f4b8ac487afcfa431e087d481e0c2f203df774929e1936a467e355d24bbe83f4d2de477a8dee26bd3fb890870dfac823422ae9a3f395f4716e237dc6c6c963eb69f2d8cbe3a4af9040fa9eca26fd943449bf1d5748bf8146d27ffe4fd2ffac2179c21e274fea599227af979381ade6e429a783e4a9b82e326896111914ba9e0c8aa0c8a0e8b76450523d199439870c6a3d4c067bed2583e38f90c10f0ac9e06a0732b8f52719626e41868c7d27cfdce825cf7cf84e864aa791a12e3c1976eb3d1956ba990cd73a40869bf591e1d7d791e15dcbc808077f32e2e27b32a21824233e5c21cfc2147996bc4b46715164d4f046321a5b4c46fbaf2563de9691e774ccc873ae33c87377603256bb8e8cd5f1262fb00c79e1cc41324e3a9a8c8b5a4bc62f3c4dc6df89262f269b9009d6d164c209884c085f4d26749d222f6d7c42262e1727130792c9249f2f64f2995132f9712a99fc3d884cd9bc8cbc32c29169eebfc8b4bb67c8f4e37964c6f49764c6dc2232634499cc7c2f4b5ef56f24af89b990d7468bc81b483b7923259dbc51604d66191e20b3d6bc26b332ecc8ecb786e44df9fde4ad804d648ea13e9953a54adeb6384dde768a27efc4b2e49de74bc93bffb691b95dafc83ca3e9649e851f99b7ad9acc73a6c87c8d55e4bdb7f3c9fbb36e93f7a110f2fe5e96bc1f924e16921459b85e857c386e45169def268bda0e938f82c7c862ed51b2d806208b6b1cc992aa56b2a4f32159d27f992c35d1214b0fec204b4fbe214b834dc9d2729a2c7dba992ccb3f4f967d12918f374790e5c7de92e59df164057397ac286e269ff81d249f166d222b1fef229ff91d269f45d893cff2af90cf5ace92cf4d8f92cfbf1f235f54f9932f318f29e3e4eb9620b26af16ab22a7a0b59959a4a568f0e92350b16933577579235e53fc9b707dac9b78fce906f9faf206bb55791b569a7c8f712ebc8f776d2e4fbfb11e4fb8943e487803fe447c199fc1864457edad24f7eaabd4fd6d548925fb1cfe4d73273f26bff15b23eab93acaf4923eb7f6a938d47ce918daf446463d710d964e84136fd32215b4c37922de6cfc99613d2644bc37cb2a5b9956c9d1342b62915916dd446b22d7d11f96d5b30f96d7b07d9ee7f936c8f3b4876a83f253bcac6c88e8fe264474f34f95ddc8afcaebe99fc5e514bfed08b277f181d247f3cee217fc223e4cfddd7c89f7be3c99f41fa64e7e25364972b40768d76913df23a648fd21eb2b7b496fcad5a40fe3efd93fc7dd689ec0fdc4c0e707de4c06d3372e0652d3988399183c714c861ad0472d8ec12397c002687fd7dc8919765e4df996ae45f694bf2ef8634f21f7b9afc3778881c3f2f438e3f092127306f728238494e3810e4c4f50a72a27207f59f5e3e2526514889bdf84e890d4a52d3ccbf51d3eec551d333586afacd066a06769a9a71b18a9a317c8b12dff68b120fbc4c49d04d94c4a94c4ae29e1e25f1b6909218df4449697a5233934f51d26ad694b47f39259df78792f19946c93cd4a066456ea36655efa466bd57a566fd2aa166bf584acd59a545cded7e4bcded37a3e62fd5a2e69f91a1e6bf202839a78594fca593947c8a1825ffa18152a0ef500ab69b2985b2b794c2f38f94c2c80b6a41d0196a41422fb5a0d39552946fa314ededa9c533e6518bf7a7514b9472a92561ed9412748652b2ada594ad294ad9238052f13d47a99c7f41a9bc1fa096d6f651cbac97526aa007a576bb90520f8ea4d4278f53cb57d750cb499a5abe691bb57c7730b53c278dd2f84d529a0be6519a16eb29cdccc394e675134af389c2946a4ab3eb0aa5458f50da33b329ed436b29ed89226ac5c5444ad7ee20a55bea46e9e9e5517ab9aed42aeb164affcf6cca60bb3b6570e12565f0f11365583e4119feeca756139e9491be1565b4ae9d320ad7a18c2a1d28635b2fcad8732f657cb68932e9d8499915dfa7807bf328e0e1090afcaf8e02e7975210d34dc1f5d328442689c2b2ef50588e2785bbe55078d0420abf9b41e18d4b2942f238452cb4a2882d121411224b1109621451359722650f53e4f3228aee9d49317a711413354931df4c29a6f722c54291145bf993e24098e21c8c29de599fe20bea29bec583e2072c29a116a64453bd609eb89e324fff4059e0a1d45a5130b53602a32c5706539686e694a5630165b5e620b5e1eb32cada389eb27ea54d590f6853b666d7a88d07daa98d9eeba88dff206a93722eb549748cda14ad42d9adeea3ec229229bbf1f5d4e6065f6acbd2ddd496f122cafecc6ecafefa4b6a9b420de5e0b88372a84fa5b62f8fa7b67b58534e3230e5acf58172de1e4fedb8b68d72397791daf9601bb5b37782da39da44ed1cafa476cfaaa376e70f527bca56527b86df517b8f66537be32aa87dd37751fbd4c2a97d2612d4bea3b7a6fca1f67f7d40edef0fa03c14ec298f037dd4419520ca53418ef23c7e81f28c9b477996b4515ed39f515e664f282fee037558b48c3a3cd56b479ad5289f2f4e944f530c75f4591275b47f1a75ec5a39e5ab5b40f99a0a94af6b3fe51bd846f9969094ff65810a381e4f9d90fe409d50f2a34e2c5b479db406a89327d3a893a782a9931f9da993df9651a7f099d429c6833a55e84f05cd95a182e0255450d4562aa83a9b0a16df4d05cb4450a74f2a5121cd85d419a30e2a94a9a34245de54a88f0b15eeae4d4528f45211357fa9887f77a9b3d77e52671be3a94897055464244645f90d5351795d5434ee4ac5684b533101afa898c48f54cc7b963ad7e1469d6ff847c5aea8a662ebf3a90b980575216e988a9bfc41c56b0c51f169b7a9f8470095601a422514b45297b4f75397760551971e765197fafaa8c45d8654d2374f2a59dc844a9e7f884a5652a192b9242aa5f82695f2721a957a651d75b9409bba92ac4da59d3d43a52fb2a5329688a88c07f554464b1595f1f33895316c485d5d604d5d35a8a4ae0e2ea1ae59c553d7979ca4aebbdca6aec7d75337b526a99b6f7e51370746a95bb03d750b19a172ae7da7728aeca8db8b8f53774ccba83be9ddd49dea412a57429ecacd11a3f2b62852796743a8bb360875f7d66f2a7fa51e95ef5340e55f9832b5b77beb4ba87b3e3455d05846150ccca40ac6b7510f0212a842a49e2afc50453db490a31edafca31efaf953450b8ca9227836f5e8630c55ecf4922aaeaca68a5f8751c543aba8126367aac46f3d55f2e60555f22d962ae94ca34aba71aa7c731655f17d3bf5649b23f5e48015f5e4e266ea49822ef5745f12f5f42f4c559e22a9cae86caaf28b26553994443d436f51cf97dda19e27c4502f8835d48ba13fd4cbe17fd4abcf57a9572325d46bdf6fd4eba0935495e205aacafc3e55f53d94aafa6b43554d9ca6aa979650d53b8e53d5274e52d597365235f18ba837979f536fae21d4db087dea9d4b03553b5949bdbf9a4c7d946ca63e62cad4a7bb0ad4a77b33a8baa33fa9baf89d54dde04beacbbe76eacb8932eaabec5aea6bf02cea6b7311556f709daabff090aabf57423578bda01a92ef518d6d9154e34800d5f877886ab21ba59aca1e534d3f8e51cdba2cd57c793fd552e049b54cfca65a774a516deb2da96fbe7a547b8e11d5fe2e88ead8d1447d0feea57ea89a513fba6f519d36b654e7be8d5467653dd5dd389bfae5a346f54cfb4af55c7a45f54a6b53bd4bdf52bd85f7a8decf19d46fe953d4ef80e954dfe1c554bf014f0d78b65383b362a941ab4c6af09a2af5e7753135747f0635d412460def8ea0867dfba9e1aaadd47093223562e241fd3ba6498dda1750a3ada7a931b3bbd49823488dedbd4a8ddd1ea5c62aeaa9b1962c6adcd69b1af7f0a7c65fbea126e6aea226a863d444c17d6ad2f00635f92784fe6feb4ffa3f972c5aece67ff4b4259af434428e9ebebe9b9eee664c4f3fbc8a9ee110494b16bea1a5c0627ae65b737ae650102d6dab474bbb28d0d207fea36586eae959d9cef4ac5f23f4ec5b7fe8d9459fe8d98f16d1b33b26695969475a769b233de7d51b7acedbd229cfe939b5d7e8b95797d1f3b634d3f35ee8d0f38d8ed2f33d045a7ee3565afee8465afecc715afef5535a7eb0975eb0691dbd202692565c7392563c33875ef8e026bdf0294c2f5ef09b5e3c1a432bad9aa4954c1a682553695ae9b80fadacd14c2bffbb402f2bd6a255f5f269b5051ab45af76d5a6dc283569f4af5b137f472b37a7ab9db717af9b9687a798521adf1df0f5a03ba4f6b1495d39a503dad6df091d6ae88a6b57bade9158520bde22540afe8efa575a4fb699d05a6b4ced3505aa7ed24adbbe030adabee46ebc207693dc33db4de843cbdb231815e39a444af1c3f4baf9249a557cd0da2576d9a46af4afb47ebeb55d1fa0f2a68032707da60a7386db8249736f4f4a4572f37a18d3476d0c62b1fd0c6675568e3c463b4e9f4d934b45286867fbbd2f048398d88bfa191e0521ac9aaa4918a541a1db84e632bfb686cb73b8da5cad158bd1b4dccf0a0a9fdda3495a64cd358324dafdf4bd39eba347d771e4dbfd2a5990bc634d32f457362db69ee601bcd559bd15c7323cd0ddad2dc7801cddbcad1fc238416b4cd68d1e4567acd72797a4d613d6deebe9db6806ed21647e3e8b512edf45ac927f45afd327aadc77ff4da770af43ad9247a9d8f35bd61b61fbdc15492b6d6c9a1ad571bd0d67eb9b475ae0d6da36b4adbc0286db3fd136dd33d44dbcaf4d0b668176d7bba8db68dd6a237965bd11b5f6ca4edc40b693b5386b60b9943db95d8d3761f9ae9cd31530af7d35b26287aebb345f4d60f33e9ad7576b4fdb248da7ea889de167586def6b384764812a71d1e1ea1b7cbdea0b7eb3ca3b76f36a1b73f5c4a3b8e87d24e5801ed34b557a7ae2bb4b34f3eed9cf597de71a593ded1134cbbec9a92a246bb942ea4772a97d23bf37be85d077fd2aecba26957b76cdad5bd88de4d7ca7776faea7f72cb5a4f75ac5d0fb76dbd06e6baed26e9b4268b7de4eda6da49fde9ff189dedf164bbbbbf2b4c7a962fa40802f7de0ea4bfac0c3d5f4c157e6f4c137daf4a133e9f4a13088f634dc487b16aea2bd86ec696fd738dabba1933e4229d2478e87d13eaa6eb44f912eedd3cbd347f77ca08fc6dea28f7e6da78fb9dda48f3d7c46fb8efda38f83d9b41f524efb099f68bf1fb768bfd100da7ff124ed5f6842fbbfbb46fbf7aca6036696d30132f274c0d98d7440cf29fa84ce19fa44d433fa44ea6dfac4adf9f489877be91335e7e9938bafd127b78ad3279303e9c03d87e9c0f8243ad8d39a0e1eb4a34f3f49a34356dfa4430235e9904e0ffa8cc43ffa0c81d167acb6d167ae3fa4cf8cee99f2930ebbb4950eab1ba5cf4a9da6cf663ca723674fd2916773e9a825341db5b2948e0a4da4a3b738d231d64be9985fcfe9733b2ed0e79e47d2e70664e8f3a18be958d9bdf485ac49fac2fb7ff485f1f574fcc237747c8ce3946a3abe60167df1f6213ac1b9804ec80ca513b21fd3978a183af1e54b3af1d7723ae93f093ac968259d74c39e4e6abf4c2787f8d129728574ca4b9e4ee53fd1a94725e954df713af5720e7d195e4d5f76eca42f1f13e8cb497a745add163afdb4119d5ed34067d80b74e615493ab3b29bbe7a6a117d6d43157d6d772e7dade42b7dedaf047d3d7088be7ecf8bbeb16e3d9df53392ce4ec4e99b3045df0c9b4bdfda514edf7aba8cced1d1a76f9f394bdffe7183be333384bea3114edf895943e7ce4aa1734d2fd0b96bf6d2b90efe74ee7d3d3aef75127d574585be8bcda4efee06e8fc77da74fe68165d90134ddf5f5e43dfdf6f4e3f602ae807d7a7d10f3ed174a12c4517365ad10f97b5d345b247e8a25c8c2eaa32a58b5a4ae947be2c5d2c73832e3e41d3c5cfe6d3c563afe892411bba6454832efb3c837e2c6e423f8616d28f775ea5cb631ae8f28c457479d667fac9368e7e525e453fe944e927934af4d3e05efae988015de9fd9dae7cdb473f6303e9676185f4f3b82bf4f38b01f4f35253fac53c7dfa25ff9b7ee93249bf9a2e4fbf92984fbfd2bc47bfb23d4dbf3a3448bfbaf48d7e55a448bf7e154cbffeb282ae529e4557a514d0551fdce89aff20bac6e72f5df3f511fda6f014fdd6b28c7e7bfe1afd6ef165fa5d7e275d1b514bd75e8ca2dff77fa63fae6ca53f7af3f427072dfa53d02bbaae2b92aefb63447f2dda4ed7eb99d0f5479ae9faea6f74c32e67ba21ac856e28db4137a9bea19bf6a7d14da54674d3e304bad93c956ebe1145b768d7d02d7821dd72e438dd329e42b7016be9b682ffe86f2f1ed09d5fded29d5f5fd09d7f16d25da035dde57c99ee16c3e86ecb6d74b7f51ebadba994fe159b4aff9a7841f7a8eca67bd2d6d3bd7e0df4ef545ffaf7fd51baefcb74babf84a6078caed20396adf480dd267ae0f2757a90fa4c0ff635d37fa4b4e921e80b3de47d9d1e8a5f468f94b5d07f8710fadfaf4df4e81d6f7ab4bf871e5b214e8f1f8ea2271fcd61c4acc419b13a7f66da8d79537299e9cbc398e9a3d5cc8cc61e467c649891f058c148f82d622463aa19c9bc6f8ce4a03e23c5283252ddc3cccc2fc98cb4c31246fa841b332bad8699f53194993d638c99edd6c8cc0eae65668fc631b29b7518d95d52cc9c4e1766aeae3e332f750d339f3566e40c1a1879218391f77acd285c9f60143ec1cc82479acc822fb2cc825f5b980503bb1945e5738c62ee6266a17832b330a683599429c32c9eb59a59b2238e51dab19451da53cd28f97b31caaa6f98a59427b3b4601eb36cb13da33ab79151edec62d4e47318b5e504a376b29851abdfc6a817328cfa0b6346bd0d6634764e309afb56312be45c18ddf9a68caefe0546973cc7e8fabf6174ebd6337a6134b3122966565acc6156edf76256359431fae21ca36f9dc2e86f3ac3e8bf94670c1a10c6705d0db33a6a316384508cb13eca98483e614cbc831993e036c6e4850e637ae42e63b6d986317b17cf005bf21850ec0a037a4b32e0b3830cfc3882813bcf33c8913206a9c318a4630583fccc66d019db1954d789c1c47a185cad9dc1b5de32448022435495331412c050ebef338ced18c304db304c5c2ac34a9a32ec9c4d0cfbd295e18cd630dcfd5c8677bbcbf08d2e8ca0a8cc0837ab1891432bb326bb8931370d64cce38218f3fb7e8cc57471c642b797b1c029c6e2e02b66eda827b3ee02cdac1b3563d68b9d64d6af5cc458c92d64acd452182bdd2cc64a7f0963757a4a36ca58bd3dc86c38ff96d990b98dd950e4c66cf8f89ad9d02bc1d878ce676c0af4199b37aa8ced9bd3cca6820b8c9da52363f7d084b16b7dc66cfe3697d9f22896d9fac499d9daaccbd8775932db1ed2ccb6a6bb8c0351c43888ba1887c811c6a1dc9fd9ee3a83d9ee1dc66cbfb38471d4dfc338c625328e57ee318eedcf18a7c4998cb3810ae38cb4303b402566c7872bcc8efafb8c8ba129b373c700e32aa3c1b82e68615cb94cc635e00be31aa8c0ecd6496376e770cc3ec332661fdfceecf39667f63dad62dce04ac6ede923c6ad2d82d9bf7129b3bfb38c71ff73843930d79c39b0662fe3a919cb787a36309ed7a418cf479f18cff28d8c57840ee315799cf12a5fc878bdf463bc1967e6f0b23ce67094167344ba8039229fc61cb953cff8c8eb303e83a5ccd1ec0ce698561673cc713773ecbb24e32b0533be5b28c637e424e35b61c2f83e59c61c57d6628e573c62fc6ef732fe01a718ff37d14cc01c55e644e13126b0ad8a3965fd8909922f6382b6f63141affe6382bda65aa03e8c09fe61cc9c164b614e1bbf65428c6e322176194cc8933e26a4ab9f39f3752e13aa788c096dea61c20f2e612236ae64221e92cc59549539eb3e9d89e4963191796798c81f264cd47fbd4c94981e1375e73913bd28938966b2991887994cccde83ccb91b9b98f32a09cc79abb9cc8539c34c9c4f3d93202ecf5c3a1ac35c7ae4cd5cfad3c424ceb66512d96126f1603893b4ae8c49721e62926aab98e463924c72e26e26398f67923b2c9994fd434cca812a2655653d93eaa0c0a4d6fec75cf17266d2201b26fdd60e26435e81c9e85fcd645a753099c79298ab842473b5e71573cde533732dbd88b97ec29ab9dee1c95c1f1c606e88053359a7bc996ccd7426fb14c564dfbeca64bf6c65b2479e3137af9c636e761a31b7b6ef606e85024cce1288c9413126c7a58db9fdaa89b9b3ad82c95df49dc955ea6172cbf63379d3f731777f9a3205f369a640e52b53a0eec11438fd660a2eee61ee2f78c73c58fa9079e053c03c4878cf144628338517a59887b316300fd510a668fa2853a426c914ed5acf1495d730c591d94c71f534a6e4e745a66404674a8f9c62ca65ac9872a68e29b7ec622ae66d652a92663315779d9927918f9927c3d9cc53cbadccb394c3ccf36376ccf3a9babef05fcbbce8d8c65455bb30d534cb54a7db31d5399f991a5784a939bb95a9f91ec9bc254699b75d18f3ce680bf36ecd1fe6ddfbf94c6d4e39535bb481a9ad3bcfbc9f3adfeffb46980f327f990fbb3b980f118b980f8f52990fade7990fff06984f31ff984f178a99cfe60cf3f9f47ce6f3792fe6f33f77a66e11ced489f63175d1b24c5d7626f325ec24f3f5bf14a6de378ba9afb2641aac16338d564e4ca3af1ed32427c334bddcc3b4a8a7312dd442a6656719d3f2459f692db0675a1fcf675a5f1e615aff1c63be997e66beadbfc8b42ba533ed9a279876af46a6fd8c1ed35e53cd749cfbca74749731dfcd37333fc40f323fdc25981f2fa6333f8b7f319db3b298ce390b984e512cd3998f33dde6564c778936d3fd7516d3dd0732bf24bf32bf661733bf1621cc2fb723ccafd860a667c90aa607d8cff4e427313dc3964c6fba37f33b1465fa85a74c7fd2266660e3156650ca8e19d4bcca0cda77327f626e3243524f99a1bdd9cc907f0c3314cc3143d555ccb0760b336ce2c50cc710cc70490333b20e62fe8a3d60fe0a2eccdfb529ccdf5f30f377509ef937bd8df977239f198d0e63c622ac9871e12c33eeeac98c9ffece8cf7a8301314c54c4ccda5c91dadcc644c0333f97a0d33d9f38dfdef632f2b26f98615db6dcd8a1d3ac18a9d5062c52eae62c51e9f66c55a2fb0d316a6b2d31c7ad9699f4eb1d397d2ecf4bde6ecf45b7dec0c0555569c4d67c5139558f14a8195f0bece4ac416b112efda58c92569ace4b83e2b65cab352018eec4c8d38563a6f84952edac8ca4cbfc9ce3e6ec3ce4e1b646737e9b1b37f6c6165cfbd67e784ff65e71486b1f362b6b2f3edbb5939252d562ea183953779c7ca57bc65e59f34b1f21d875905c18f55b08b67156ef8b00addf75985a19bec82ba4daca25f0fbb90c0d985dbeeb38b74ceb28bf4f3d8c5ce2aacd2d51facb214c92a6f5067952f6c64954ba55915f115ecb21067568db463d5ffeb66971f4b6035b68a580da76256a3d381d5182a6335adcfb39a43bdacd63439566b750fabc5b4b35a1ebb58ad93f6acd6a72dacb66f1cab3da4c76a4f1ab02b786b560722591d47555667ef615627a898d5a9bac2ea3eca64f5d4c759bdd59b58bd9af7acde1b11bb72d71f565f479dd50716b306791eacc10798351c8f6557cf38ceae1e7dc81a91ab59e3550eac69c51fd6ccd29c0566022c301b6601754f1678b490055a6458d0fa290bfe16b19082210b99bc61a1bc7e167ae8cac227a6b3f02f0716914e6511afd52c92b897451e412c7a0363d1ce052c71a58b250fd6b2e41d05966c98c6923ff4591a4867d9dbf7590eab6379872e56c8f8c88a16d3ace820c98aeede6445af9eb26b7655b1e6fb96b1165be6b316fe6decdab308bbf69538bbb66d845de755cfae0beb65d79317d9f5cf3d58ab8097ac5579276b556bcd6ea0f3d80d5b6fb3d67f16b01b972d653732d3d98ddb62d88d2e65eca64b3aacddc215acddd2f9ac9d652a6b777716bb55ec1abb75e63ed63ee2256bff8c60edc759d6c1650febb0d792dd7e7a0debb8658c753a3d8375aa4758676106ebece1cb3a9fd1607704f9b33bbe67b03bdbefb3bb4451acebc60decee53afd9dd215eec9eb90fd9bd0bcfb17b2d65d8bd177ad9bdbd5fd8bde3c7d97d3b1eb1fbdc66b3fbfacd58377d88755b37caeedf97c2bacb8bb307c363d983b56fd8435a43eca17587d843eb29f6d0218e3d54e6c77aae0b653d7d1fb39e2156ac97da28eb15fc90f5fa7b88f55679c51eb18e668f5c0a668f64c6b14772bfb247dedd607d741d591f9b2fac4fff3fd66754863daaba953deabb8e3d7ae1237b2ce138eb6b328ff5cd0c618f6b1c668f87ee63fdf437b07e795759bf57eaacdf4035eb7fd290f5bf20c3063c99cf9e940c6303e5dfb08101181bf8f9151b382ace06fd07b041a7ff638306a2d9d31783d8d3350fd8d39d5bd990847836e4d626f68c0bc49e393cce9ef9a2c4863a29b2610147d8708f256ca4bc021ba9f4978dac59c546697e66a34275d968dc968dce27d9e8ea013646fb1b1b133ec29eb3bfcc9ef32d65cffdca60cffdd165632f2f67e3f28cd8b89f7bd9f8ac56f6e2d27decc5d5f3d98bf02b3681dac9268414b009efddd924a97d6cf2aa2b6cf2753536e56a129bdadacc5e5e729abd2cd8b1978324d9cb3d67d92bd07fec95c0d56c9a56399b6697c7a625bab3e9f343d80c2889cd74f9c566baee61333dd5d8cc046f36f36a3e7bf5d20ff60651cbde3818c6664d0f65b32890cdba24b0598d656c568f3e9b35b19bcd9e14b137570db0b794ecd99c8a5d6cce18c3de5efc8dbda3a3cae64a39b3b9e6209b67f780cddb92c3e65ddac8ded53cc7deb5bdc8e6cf5acce61ba9b3f97746d87bdc5bb6c068922d600fb1f7158eb00f44cd6ca1c89d7d387f39fbb0b2827df8661b5ba4aac7161dd9c016556e678bba7eb28f128fb38ff2e2d992a7296cc99b4ab634c0932d8dec624b3b82d9b21937d932a948b6eca707fb5822877d3ca7977dbcf12afbd8693bfbb8b782ad38d3cc564cf6b24f2fde609f5e0a619fd6bf609f0eed632b6d2eb19537edd967b75bd9678dbbd86763dbd817628fd897a242f665e23ef695713efbda29977d5d3f8d7dfd7d175b95afc5563df762ab1a41b626b1947d73781efb361e666b955eb2b5fe77d9da6f73d8f716bfd90f9aceecc79d12ec270d86fdc424b19fde2c633f75f1ece7f2f56c9d7d275be781b15f1c64d92f7941ec97fb73d82f9fbeb20da6fd6cc30f886dc4feb04d772fb16dbedd6cdbbb24f69b31cb7e5bdfc47e2bae63bf5566b0edaaf96c07eaca76946d66bfa7ce62bf57b4b1df6b34d9efbf13d99ff203eccf35b6ec4fa7076ce71909b6b34085ed723560bbdc76b05dc1816c57a722db3d0f65bbad0ad9ee3b8fd95f873ad81e5e86ed31ffc1f6c42f627ba759b2bf1d1eb3bf1f4ee92a67fb57cf63fbb7584fb9c2feb138c1fed91ac4fe393cc0fea963d9217305767893153bb27403fb975bc7fe4df267ffd56d63ffb5e4b3a34b4fb1a31abdece8e34276f48b293bf676263bee0ab013e30c3b697f949dcc99c14ef6467162c33edc34a3226e9aa703372dcf9e9bfeb8869b81287133dcf5398952454e527d3e2719fb8193fca9c049d9a87333558f73339b7c38e993719cccf8276ed6570f6eb6dc5f6e76d7664e765321275bf38393edaae1e62c68e6e602203797c9e3e606a3dcdc339ddcbc198fb979fa2fb9f91f77717276de9cc287466e01b59a53248e708aeb723845ff999ce29d379ce283226e7109ca2dee16b825dbb2b925613edc92bc444e69fa6b4ea9e835a76c3d8353be90cb293f69e354669ee554b2ce72cbc2ee70aa12019caafa664e35a38153ad09e7547ff6726a3b96716acd459cdac82b4eed6f32a77ea08a533ff699534f0fe3d48724b9e51db7388dec1b9cc6cd644ee3f5794eabf41ba735ba9dd39676e0b4adfd39ed8c03dc8aaaebdc8a5fc99c4e6204a7f37421a79b97c5e9f6c9727a5518b772b71fb7caf11bb7eac02e6e55b002a7bf2299d367367386465fb8d58e61dceaab4b39a38afb9cf12609cef8a90e07ceabe1c038790e5299cf41467b38688d3607c53ee7601b590efefe8043157773e8ed5e0e577fc7e165111c5e3f8f2302bf709411c55142274779cee2e8b50a1c7dfb1ac7c87970ecb4318e7590e558afcf1c7b611fc78e601c27abce718be772fcf4168edffa9513962b72a21f219c39f392330f6fe62c8aaf726bd7aee6d69e3fcaadbd9dcbad7f70835bff479f5b3fb19fb3fcabc75951839c55e910b7413187b3fe10ce59779471d683299ccd8944cee6af3e67fbea3fceb6bb94db781de536495fe23699f3dce66d25dce646256e8bda3c6ecb96446ecb11656e4ba10fb775e7356eebde386e6bd959ce5eca94b397cfe3ec0b4e72f68f8c39fb160fce614119e7901dc86da763b8ed79bf3847df29d1119cd3ec259cd3bc1d9c93c72acee9b714e73468c3b928ade476b64573bb3278ce556f98738dbfc3b9d68f717be29f727b373ce0f6c6eee6f6560d70fb0e7573fb229f70fb6a36726e767339b74080737bba9e73fb98ceedf76ee0dcf9e39cfb9e459cfb2790f3a8f3e50e0401dca1f504e7356305e7b5bb98f396dacd799fcbe70e430ddc11e7c39c0fb1803bfa10e58ef6dee57c8d0738dfe8239c6fe20bcecf13e3fc06df71febb5f71fe31859c7fb129e75f6bcb051cf8c6055c18e20265f4b9c04f07b8a0465f2e584c9f0bfefe8c3beda4c3853c11e3cee022eecc7d5d2e6c4e2b17e6d6cd857d43b8b0eecb5cd89823179e7a990b1fbbc545546ce122a6fa360a99b26f2317d5ff988b591dc4c538aee1cef5ab70e7257db8d8f51fb80bf4322eaea88b8b7fd3c05dbc9acc2548fde5122e7b70974e0f7197d21ab94b9fff7297fe4a73898bd3b944be924b7cbd9f4b99d7cfa570de5cca19352e257b0d973232874b7d35c25dbe7d9cbb5c99ca5d6e3fcc5d99b398bbb2c89abb62d5c8a54debe4d2e6e15c9ae1412e5d529c4b6f19e7d2ffd670196dcbb8cca3e55c66ea5d2ef3953e778d08e1aef53ce0aefdfecd5d8ffec85daf0ae06e9ce4b81b510277e3db3bee46ef2ceec69f1b5c96aa32971dbd80cbceb5e26e7edfcddd4249eed68574ee56893f97b3b79ccb8979c6e5dc28e46eeb9de46e3f5bcce5ce76e27217c15caef2432ef78038979be5c1ddd5ade0eede15e7eef65471f9bfdcb87b2745dcbda293dcbdf24fdcfd6707b8076c3bf7c06a0e5728ebcb157e79c63d54facd3dacd5e58a824db847e438f7c8e919f768c48c2b9e1ece156b7ce58a9fdce54af6aee24abfe97165f78ab8c766fedc63e039571e95c83d597c977b7241897bd2dbc4555a6771955f12b96733c5b967af4db967fdd1dc73e30bdccb13cddc2bd778eeb5411cf7fa3ecebd2eb5e1aa3ce67155bf377355133bb86ad34caebaa68dabd162b91adbcb5ccd8170eecdcc22eeed575deedd8658ee5ddb0fae76e62057eb69cad5a64ee7ded371dcfb3a9afb60a8c47dccb8cb7d9ebe8cab5b18c6d551f25c5de428f7457d36f735f03657ff5f33573f7c8a6b5877856bd42de31a6d3ab946a7435ce3f18b5ce3e94aaef17c16d7787907d7787d3ad7f46a8c6b6e0ee65a083dae65e702aee5f84faed54ee05a7b74a66ce6da2e6ee4be6d5bcc7d3b8a72edb21e5c7b4d2ad7714395fb6e14c57ddfebcffdd811c8fd7c718beb5278c0756d1be6ba373fe0ba7d26b85fd60bb85fad365c8fca2eae37d599ebbd3e93eb6d0de47e3be572bf5f8c73bf1b7cb93e5f39aeafd589ebeb54e1fae54e72fdbeaddc80f4726e20b2821b7888708372cbb94150911bbc67c9fd310ce1fe6cf2e1fee4ffe3fe3c95e4862e6fe28632116ee8c911eeefd9ffb87fc9b2dcbf3a0b6e6cc92037e6aec78d555773e3d2a6dcb85d24371ee0c28dd702dcc4c6486ee20ec34d42d7b8c9960afe3fb7cbfc7f177ef062d4615e2cf8132f56779b17eb1be2a7db63fc0ce56dbcf886315e3cfa2e2f7e61272fdee4c74bd052bc849d3b2f11acc64b1e98c94bc6d6f392ad382f6518cd4bad96e2a5f859bcf47e9497befc8d977e7d929789dac9cbba9ee4e7b8e64c19e0e78a0ff3738b0ef2739f4ce3e7e9fce2e747cbf072401e2f67d1cecb1d58cd2b6ccae215dd6ef30b9d8ff20b470ff28b3ccaf8c51127f825bd00bfe4772faff41ee095138ef3cad5b378e5f75abcca9a73bc8a9b03bf34673dbff4c594e10fbc6a4e1aaf766e23af5e9fc56be87ce735f64ff09a8f3d79cd318ed77a5bce6b0dece6b50d14796dec1cbfc2f211bfe2a20cbf22d995d7293ec8ebd48cf1ba6212bc6eef0e5eefb816bf72572ebf2aee3abf6a688c37d09d6296c51bc486f106cf69deb0a38137ecf4e60d7b1cf8d5f73ff3464652bc11dbc21bd564f1c6561b79e38e6bbc89a9166f7a569f374df0e54daf07f3a68d046f765e830784621ef033e1c1c9df3c247b8287b3d479c4641d8f8876f2a85c1e8faabfe251c3641e8dddcb63c69e3cbe3497c70b7a7822b98e273a599efcd7ca5352184fed69e229f7ef3ce5f192a792bff2546b234f5bf7f2744c3bcfecbdcd33578c7936b699e7d257f2dc73159eab4be7b9df613cbfb99ae72f39f37cb32a2f2c3fc40b35eb7851fe637e8d561dbf26e71f6f6ef881372757f0e69b4b79f35b4778f37b0778f336657e2d39975f4b8bf16baf4ff2eb0fcce32d172de22d8dbd78cb0682b7c2dd782b730fdeea9b1c6f3546f1d6da25bcf5aa7cdedaae9db73ebf84b7bef796b76e8fe56de6ece36d7450de36f9346ffbed16bf51319fdfa8d3cc6f8c7ac3db614ff8cda257fc164f98b70f0ce5b72d5bcb3ba043bcc3f97bbcc31f0d7efbbc387e7bd97a7efbc47dde714b24ef9826e21dcb3ff18e7f9379a7f105bcb3de23de79dd767ec70515dee5dc3cde254595dff9e401bf2bc191775de5c9bba61ee277af0fe077bf7ac0ef59b59bdfe7b687df77b88677dbdec1ef2f14f8fddfb6f0ee5dc3bc47ec06dea333843ff0ca933f2887f09e12fabc97c565de6bfd3edeabf003ef5541f05e558f796f896cde3bf7017f184ee78f58ece17db6ece27dcae5f9a34d9b79df035b79dfeb2779df5f7ebcefe439fef88fafbcdf7f0ebc5fa624efef19c8fbbfbfc79f48afe403b51ff0816b4af8c0754ff840379e3fb5b59c3f75248e3f55a2c59fead9c2079d34e08365fff1a74f3af2a73bbbf990086f3e2479800ff50ae343530bf830e3f77c38ba880f7f7d890f7fd7c087ff6ee123b497f11117d2f8b387c3f9b37765f9b30f5df948d9437ca466051f592d36c5828fba50c4474b5bf2d17253b0123e3a753f1fa385f3e7e4daf873b9cdfcf9c07e3e766e2a1f7be61d7f0133e2e31cfff27101041f4fd3fc45716dfee2f75e3e41c185bfb486e213c1fd7ca235c62706d9f0890d1e7cd2f7fd7cb224cca7947ce35345d97c6ae52cfeb286017f39ec117f456f2e7fc5f20d7fa5d483bff22f8e4fdb378b4f9718e0d36547f974950c3e7ddd0b3ebd610d9fb1fe049f617783cfdcaaca67e6d9f399af57f1997f0ef037b4a5f92c89263eab348ccf9e7f91cf1e3dcce71c1ce1738ee17cce5331fef6226dfef6e2e5fc6dbf02fe76cd387f7bdc9cbfb3f03b9f1bbb8bcf7d98cbe7dd9ec3e795f9f0773becf9fcb0b37cfe573dfe1efd89bf97d3c2df2b6ee00b5865fefeb2f9fcfd756ff8073b87f90751fbf807ff56f1857be7f285a177f8c20c2bbef0a619ff70d4917fe428c93ff23cc43f2a75e68b2fade04b76e6f125b157f9d2fe54be4c62365fb6359d7fcc3ce6cb4de6f0e5bfecf88a4d397cc5b64d7c858b88af28fcc457bc49e32bdad5f9274b40fe49f109fec9cb9bfcd3836ff9a7750d7c65812dff4c30e19f2ffec5bf582acbbf4872e35f6aaee65fdaafe65fc517f0afee14f3558aa7f8aadf057cf585157c8dfc0ebe46791a5f734a91aff911c7bf31d8c1bf6959c6bf9b21cdbf7bf1937fbfe006ffbe6f26ff01cee73f2934f19f6e96f09f3edaf29fa933fce79068fef37382afab73e4bfe4caf15fb91dfcd7a95efeeaeccf7ff52ae2bf56bbf35fc75af9fa250a7cfddd0f7cfde31ebe6121c33708817ce36e4fbed93c866f99bf906f61abf8969f757c6bc537be8dcde6dbfcdaf86f0bedf876afa57c8705ca77c4faf11df55ff88ebe25fc77f155fc77da84ff7ec591fffe7739ff63d155fe0716cfffa0a6f33f5ac7f8ce150d7ca7fe29be73573edf190df25dd3b7f05d1bc2f86edb5ffcafb66ebe0752e47bbc13f99eb8377ccf1533be77891ddf6bba82efbdd5cff7f6abf0bfb9cffcefed76fcefc2fd7c9f4126df77fe05dfaf36c8f7db06f0fde742f8fe96a3fce0fd60fe8fcf35fe8fff23fecf574d7ed87ecab1027ee4fd7e7ea4f72b3f5ae4ca8f7e6ce3c79e98f1e3aa303fbee1273f1e11c08fbf0ee627257cf9c987270531b97041cc485a103ba82988f97c10c4c6b3856984a530edc83961bae89f3023204d90680b1624679d1124fdf205c9d14e414aae5b902a1f1066aa470a33f7f082f48d07828c42b020b3ecb320536b2ac80c140ab33a9c85d9f03461f69d3e41b6b95398833e12e654190a731d6609733d5609f354878479962784f9ba8784f950a130ff63bf307fc245900b9310e4a71d10e4532141beb55c58b0c2495890c4090b6e1e11160cae1314b12382e25a5e50b43217165296c2a2d04a61d1688fb0f890aeb064cb5a41a93a4150d67c2a283f181354ac4b0415a75441a5b245583a37575876e0aab02c9614968d1d13d4432505f5f3eec2f2d01861f93d1541c3a155d0f0b413348e0c0b1a2ffe081a2fb70b9a1f0a05cdb15441ebce3341ab2f58d076da2068bf7f22688ffd1556d84a0a2bf27f082b9ec40a3af3784167bc4dd05d7b5ed0cd9312740b4205dda977a0fb6785a067384f5839db4858d9a620ac925f27acdab5545895b848d057bb26e8bf6810f4fb59c1c0f79c60b84849305cf256302c9f2d1889f405633969c1f857ab60b2bf5430b50f114cf71c12cca48e0a66c52382599fa100a64c0ae08352010a0b11a04b620294fa5480897e01b63d21c0b10f053867a680142709e8495d014ddd2b602a9b050cc105ec9d9480cff414f075f502b1e29040904f0562f3d43a7154206e9b0864c019814c4c13c8c93c81f6cd15e85442a0dbc204061a1398486581f93e2eb0a3b10267bc41e088b902c7be1778bd2c8147fe08fc651d4110eb1684b40a41247b461039dc9df253b09094142c56ff102cfc82048bae3a61ada1afb0160812d6dedc21accd2915d6f6c80beb66e60aeb96aa09eb8c05619d6f81b0ae6f4058f7af5b581fff46b0d4df28589e4605ab3d4d825565bb60d56b246cb88a081bba59c13a5824d858c90a369b560b363dd3059b1150b0dde92e6c9ceb236c3c5e206cfc38206cfc714cd8e4e0276cda5726d8e9b8089bd51284cdc7a585cdef1b85cd7dcb842dd3ee085bedcd85adb51ac2d6bf3e82fd6165c1fede4dc1e19e86b0dd689fb0fd6787e008170b8e81fa82938687e0742d4470d689129c4d4205679a167668870a3b8e1c1676dc5f2fec78bb4570b93025d94870297611764dd57c97758db02bb743d8f5f1b8e0faaa4bd86bf445d8eb1c2cec3d1e2cb8d1c9825be41b61bfe527c1dd575270bf972db87f5f291c609585835a89c2c1d56f858331a78483dfa70b87a6250987244385436e91c2a1967d82b7df15c1fb4e8ee03da6291c5e24291cf62d178ef8b80a47ce51c2d12583c2d11de784a3bb7485a3c9c6c2d1ba4cc1577ebee06bd72b1c3fc30ac7eb62047f596bc19f7c25f80ba582ff2f2321c0c34d08484a164ea8350a271a8a8440892342e0a15021f0c21221f09abf704ad5593835725c083afd4e08fa3729043b7508a763360b67d4be0ba14b7b8530d255085bb34f08ab3a2c84bd7d2b847d0f13c2b34a8508d45888a8b011ce1ebe2a9ccd2585b32de34264cd5a21f247bf10f53e4888369414a29bd70a31322642cc99312126f5a3700e9010ceb5d40be75f4809e7fb9b8558715521d6c84c887df05688fb7b588897ab132e6ef71412b25c844b26cb854b1be60897dccb854b474f0989d3ef0989691784a4e59784a4a91a27f5cc17925b1c85e4bf6642f2b8a29022fe5c4891de23a4a8360b29fc5221d5754a3928a43eef13527fe80997c53e0a9773370897bb2a85b4023521edf13a21edfd62213de5959051632a64ce711032438b85ccb42dc2d5393b85ab90b2704d7350b81618256489c90a595f2284ec73ed42f6656321fbbabe90fda44ab899784fb899ff42b8d97651b865aa23dc121d1472a45c849c353e424ed073e176d25ee1f65b67e1ce9237c21dbdddc29d6dd384dcd31b85bcff760a79474c85bca053425e77be70d7f7ad70379d13eefe1e11f257b242be2b26dc7ba326dcfb6b2914246608058f6c84fb0a2b84fb67fa84fb1f328507bfc385c233b242617dad5074ed9e50b298164a1310a1f4a99bf058f28ff0383042787cba4d284f5f235428cf112ad20785a780a6f0141f179ebab70a4f4f5d172a251b85cad8334265322054fedb243c937a2c3cabce165e2cd828bc089a29bca8878497272e0a2f6327849797738497df1e0955eff60855bd9b846aa39f42b5f947a13a2756a8998909357a9642cd6541a8b95622bcf9000a6f97be11deeadf12dee69f13de36270aeff2a609ef6aff08b51ea4509b662ebc5f522fbc271609efc35f0a1fd419e143a7b4f0d15846f8e83f4df898542c7c7c7055f824bf51f8fcae58a8533b2fd445d60a751967852f1e22e1ebb774a15ed9436888648586c4034243fe42a131cc5668bced2934a5d142b31b2234bf3e2db424d053be0a6d37660bdf145e0bdfd2948476dd18a1437449e828f615beaf1e137ed6ad133a37e40b9d239a4297faa8d0d55c2bfc526e157aa21f08bd92df84df4f3e09bfdf260bbffb94853ee88cd0f73e521858fd551820628481dd4f85814b55c2c00b2b61e0dd2a61b07cb130f8e39b30245b2d0ccd39290c992d1786dc5861a88e1286fad485a1a13461d8404f18c625857f1f3e0ba333a484d1b5cdc2581d228c4fcd9af17de1c2c41b7dd17f85674562aa5302a444d3d2a34533106dd18c8c319138d8299278e62c92dc7f4a24f9f8a048ea45ad48aa75b168a65c9168664b91487aba8a485aaa562463c38b64bc8f8a64022e8a64325a45325f2f8b64be6d16cd9acf8966652c11cd2ab92e9a35602d9a35f14c343bc047343b4a4a34bb305634bbdb52344776a5688e052d9a73a952342f234d347feb3d919c458c486ee0b1486eb24d241fb049b460fa1ad102cb1ba2050fad458ac647448b5af78a1657fe122d6e1389962c06444b9ceb444b8a35444aa7c7444a19c922653552a47c574ba472e43fd152fc9668e9bf12d132f48668d9e07491aaea47919aaba648ed5dbb487d39265aae7442b43cea9c68f98beb220df15891a6a29a48937e20d25c3795454922cdbed3222d711f9156f40391b64b9948071b16e9445f16e9ce1289f4d83f22bddb9622bdd71d22bd3669d1ca65eaa2959522d1aa4791a2556fd244fabb5245fa571a45fa390b44061ebe2283ca952283e7fb45063fc3a64c880c15bc45abe53c45ab5ddb454687d7888c897891311b27320efc26326ed6119980c74526bc93c8c4e287c8a4cb41642aad2432ed0d1501bb8744406cb30878522202773b8bc0770d224877b608b9552c421e102274be84083bbd4f84356e15e14b1111ae3d4d84db9d17e14fa78b08b65f44b4e222e2a7ba88f20c15519dbb44b491b9885e7b4cc4200b444ce24d11d36d25e2dc2f88b88609113ffe592432db2e1245b788d6cc8c1359286b882c046d9145ee22d15abddfa2f50a46a20d32af451b743c441b8aea44d62e2a22eb03f344365f2f896cdd3a45b679d922db720b91eddb3291edc80cd1c67dbaa24d7e6b4476a8a6c8eebba2c8aeffaa68f3e249d166adb7a2cd1b9f89366fad136d397e44b455464eb43519156dcd68126ded1b106d9d6811d9db1789b685b68bb6bdbb28dad62c88b60d5a8b1c66da8a1ca26b440ee977450eef96891c67dd153986178b1ca397899c669e1139ada0444e86cd2227672b91934f8bc8e95591c839eea3c839515db4e345bec865a582c8a5a148b4b32551e49af748b4c7638668afa99a68eff59fa2bd2d7a2237c51522b790a722b7370a228fcb93228fdc56d1819ccba2038f668a0e3c3d2f3a18aa29f2f4681279de1f147937b78b0e6fff9fe23a8faae96be3005ed2402154a47e4a862489a40c45a274cf3c8f97348806844a4aa188100d2a8ad040244528a5945009298da4129594422a29797bd75d9ff5ddff9c73f77df67ef63977adc4d7a44b72403e4e7240dd54e237ab58e23ff3bac4dfb94ce25f2295f87f3d2a39f8c55c1250854b02cb4724870f6f901caeb6921c311927093e232339aad029396a024a8e19b84842b24b24214dff24270ebf919cf8a12109f5ca9784eeff2309ad77948436694b42bbf225a76873c9a9b3f592334b674bceea9c939c6dd82209d7fc200977369284f7cd90449c5a2789da30511275db4e1275af52726e91bee45cef5449f46b5d494ce63d494cf72949ec514fc9f9b803920b8b8d24714e172571affd25f1cad69278cd46c92560cc9770c9a5efab24097a8b24097b4f48ae6c5c28b9b285925c89ec935c5d1421b9da72579254714592ac4e499297df9624db8d9724672449aeb1a0e4da2d59c9b5a75b24d7aa264aae97fc925caf7493a47ee993dc901b95dc1cc74b6e7ecd93a4990b92b4ddb692b4238f2469fd84243de8aa243da54b92fe6dbce4f6d24ac9ed7c4d49c6fe2f924c8bbf924c6759c91db5b7923bba86923b31f32577924324778b9f48ee8ece91644d2b90644d1f926405dd91dcfb3228b9d7f35272df3654f2e0df2b49b672b3247b5043f2d0f9b8e4e1ae0649ee5c19c923d3479247174149bed71749fef05d49c1c24e49c1f5684941ed1a4941d747c9e3e5ad92c7e6f992c2abcf2445d4454991e02b29f2792479b2698aa4189a2c291eae923c758f923c3332923cebea943c4f929194aefa2129a565256572332565ca9f25655b4b2465ae439232ef8592b29a1849f9864c49b9fd734979ed1549f9d01cc94b7b67c92b7a86e4558791e4f5e406c9eb29ff495ebfcb9454c8ef97545c5f2da948cb925466a64ade1a294baab57f4aaab7de9054478f8def664a6a828d253571ca929a6bb592dad53f247587b2240db6f3240dc3af24ef365e93bc4bd828791fb656f2be4556f2bee7b7a4314851d2182d2f69725593349d4c923415de9534bf6d97b4f0b292964f23928f66a9928f6796493e9e3d24f97863b2e4d36257c9a76d6d924fbed7256dbca9a43d1891b417874ada9fbf90b47f3c2fe988ba24e978d120f9d2f343d239f5a6a4f3b6a7a4b3099374f65e967c1ddb935faf364bbe8e0e4bba965d9574595f92743dfd28e9b657967c3b3d2ce9d19b25e9493c2ee9f59e24e90d7e26f9becd4cf23dfc8fe4fb2503c90f8d14c98fb4e7929ff19b257d6657c6dc94f4d900923ebc4dd2b7bb47d277e3a2e4d7055d49bfc17449ffb5fb92c1135592c1579592df1b09c9ef7dbf2443726a9221d71592a1906cc950529964a8cc4c329c322a19ce73918c4c301d53271931bd2119d9d32219b9fc4df237384b32aae52d19f55292fc8b5e01c8349f046413df01e36a2c01b9752420b76b3620171f0e8c775b008cbfee0ac85b3f06e48b2e02f2dffe000a8d20a0783310506c4d00942e14034ac924a074633e3061fb546042fa0960428e0b30d1ee183011aa0494c78500ca97e703caefbc01e5e157800a37155039710e50c9d300261bee0426dfac042637380053542a8029e661c094b4df80eae495806a583a306dd349607a5e1930bdfe3e30bdd11e50735a06a86d0b01d4be6803ea610f01f53a01d098ee00683867031a2969c08c1fcdc04c4a0bd0dc350ccc5a8801b3d6e800b3ac7b8059c73b00ad551f012d9be580d6390cd09edd0568ebfa02da6bb603ffad930374d6a0808e4507a073b504d0357203749b4e02734e18037aec2140ef710a30d7701a30774b203077b41e98d7950ecc3f1e082c685c0de8af8907f4f70e01fa5d778085a6bdc042af0e6061ad2660c095038b52970186275d01c3b02780e1a39f8061db79c0689a2e6074661b60d40c00c6935e01c6ec7cc0d8210358f6b11b3099e90598241d044c865280e557ea81e5b94980e9d4d380e991bf8069d53bc0f4573e6036ee136096170898bd3e0eac54520756badd0056769800aba61f0456490f03ab7ec603abb74f0756076902abd3db81358b038035b1bdc09aca5ec022f6366079fd31b0d6d20558eb740958fb4000d6fed803ac03b581750fed80752f9e02eb7e570056134f01562adf00abba2e60bdda6b60fdc122607d4d1e603de33ab071fe6d60e3e27460e3e5a7800de809d8ec3f096ccacf05ec5eea03767d222071f20624aece80e4d72000685702400305003f8e02a0ec1a00744e02c04b100066c50288e64d0091240148b21440fe9d00d0f3d701f44a1080666e07b0d573000cd000b02602c0630701c2fc2b40cabd04c8b03f00f95c1e203f9100d9a600501eb900dd75176074cf014c9802c044ff05d8587f8073d405b8643f807b5204705ffd00fee56c4010130121a21d10fe5503e2d21d636e00627112205d7419d86c6b066c3e0e035bd67f04b6c43f07ec3dd603f6d17a8003e4053884328043dc24c0e19e0ce0a8670038e10980cb6e1870a9da04ec78900db8da64016eb62ce096f41b70bbb60670df380cb81fd90c784cd1013c7482008fb99dc0ce4319c0ce963a60973400d8e57c16d875601db0ebf94c60f7d213c06e2a0bd8edd001ec0e5806ec7e8200bb873400cfcb9680e7dd2c608f622fb0e7e957604f9500ec2dbb01ec5ba80eec0b6f03f6755a035e9deb01eff5cf016feb46c027ab02f0793013f029d90dec1f7f1ef0b5d2077c377e020e28af010e041c04fc1cac01ffa0d980ffe03de060fa3ee060d51220406e0a10a8790608345e081cb27b0b1c0adb081caa5a051cd6b2010ec7e7014782ab81230d2a40f07b03e0e8aeadc0d13dbf8163bb1381904bc9c0f145b380e3bb3e00c7df5f048ef76d054eac76054e0cda01a1b31601a1460c100a9d064e2aae044e9e7b0a9c9ada078429c502612a8640d80c0a382b330e083f3a1308bf610644fab4039107be0251859d40546b2410d5b60388fab50d38972305a223660231d7128198e26dc079ef73c0f92369c0f90b2070c1ce05b8506301c4ed0d04e2924c8178a56540bcba0d103f1b07e243fe01f1573d80f8a1ddc0c50c6fe09292217069911170e9f44620412e04b89c33045cfe400357d4960057572b0289f3bd81a405064092e90720c9a30b48baad0d249b3500c976d940329e08a44c3b02a4842603d7141f00d7cc7701d7a27a806b5d1781ebb2f9c075603e70dd250fb8deeb04dcd050056ef885023735d4809b4be602694c119096df04dca24e02b7eed502b73aa440bafa5f20dd5919b8adbe01b8adc10319cbd2804c854420d3c906c8dcf91cb8a3b81ab8e35d01dc25ef02594ab540d6420ac8fabb00b8e78a00f7025f01f7f2af00f76dff000fd4b280070f3c8007af05e0c19b68e041531490633908e4585d02726ebe011e56fa02b90b4f00b95b5a815c973940def18540c1be10e0b16c0ef0f8fa45a050c604281c7708289cab0c149e8b030a33ac8122756fa068a104283a15053c79f503280e90039e593f039ef395c0f3977240c96c7da0e4c325a074d703a0b4e01850dad30394c5fc005e4cd306cad3a281f2e7f140f9876aa07c24197869b00078f97115f0ca7b36f0ea640bf0aabf1478ad2003bc9e0303af2fa500afbfcb0115472f03950fbc81aad034a0aa1e05dece0b05dea6c1c0dbf608a07a990b5033d613b5b3a700b541c7817a9313407d9113d0d0d006bc2b1b0734ca2b008d4500f0c1f80ef0816e053e6c35049aa7da00cd1b57032d7619404bd12ca0e5c90ee0e3b65fc0c78020e0638912d03ad6879f368bc0272725e0d3237de053d306e0539705f0794223f0f9ad05d066b209680bfa0f68fb3513689ff00068ff9c0474880f812f47c79484009db15f80af3b1a81aef90f812e331ae8eacb01bac76af36dd556e05b7c04d0e3620ff4c4c7013d1f6e03bd73dd805ef632f07d7326f0fda31ef063423ef043fd17f0e39506f0a3fa11f073c228f0b3601cf0cb7839f06bd546a01f5a04f473d780c1b425c01fbfb7c0307011182e760246101be0afee77e06f9906f0b72205f8fb290a189d190b8cfede07fc9b2a05657610a04cbe2228fb6002289bbb111c37be11947bda0bcabdb705e506bf82e3894070fc2003cadb8582f2a7fe820ade79a0c2feaba0e2b46a50f1120b2af6cf0095166b834af43550495a0b2a794c0795f695824a473f814aa119e0840756a08aaf39a85274159c1cb8139c1c75119c32a1149c62d0054ed93100aa8281e0d45b1038dd4b1554d39803aa794d01d515bf81ea41c6a046703e3803ba07cef8ad00ce94bb0dce3cd5006a265e03676d7a08ce3af50c9c756f37a8355b16d492b6825abfb783da5aefc0d933adc1d997f780b31b9b409de21150d7511bd453f503e71ed1041750a5e0026612b820df02d49ff11c5c387305b8f05c21b8f0a219683095050dd602a041bc1434f801828b4e1d02170d748086e63cb858780d2e4e8a0117976a828b5fc8838b7fbf048d3671a071c839d0f821052ecda9024d160d80cb651870b9d20570b9f419b83ca015343d5b0fae38a5029a21f341b3dc7fa0d9b3c5a0f93819d0fc070eae9cf6145c79fd01b8b23b165ce5f9135c1579115c95f2005c3530175c3d0e01575fdd06aefed60cae59770fb498fd0ab45c28052d9f5a80964dc3a0652b03ae3d361b5c7bae185ce798095a39378056f9e9e0fa4be5a0f5f860d0da4416b486e680d60fcc411b2902da74b983b69b4570d3ac83e0a695db41bb2e1f50e2bb01045c32402054048107f920d0e309c2400e88bc9107d109bf40ece7261087378238fa1a24c23d40e2c20290cc350229b5b520a5ef0c521f5240aa5500e9c3af41c6f732c88c9a81acee98c41920fb6139c8c966813cf20ce4bd22417eac6ed2f311a03d7510b4afbe026ed5a900b72e3500b716d7810e4afda043c808e8bc6716b8cd2313dcb6cf1fdcf6c002dc56e20cba4cde07ba00f6a08b54067439170fba8cfc01b74f18067768d5823bbc0e82aee79441d7f476d035ff3de8265909ba6d7607dd9cb34037dfc3a0fbe22da0bbe976d0c36009e8117402dcb57b1ab8ebe80e70f7d4bfe06e675370f7e946708fad1fb837ff11b8affc3f70dfdb0ed04bea067a6dbf0f7acbf781de1aada0770603fa2cd5047d5caf833ee7fe80fb477e80be8b8f83be92bfe081626fd07fd236d0dfe8347870a207787015061e647783070f32e0c1123330a0d40a0ca85f0e1ece0a058f9cca078f8c9e0283debb8341bfbe82c1e76e824793578021be17c190c39160488c361892741e0c495107438a0430a4792c5b74c1e37e2c78fcef26f0444c2478e2c951f0446b047872413f78126e034feeb7034f4ddf019eca0f004f2f5c049e36b6044f53f3c0d3e1b3c03083bfe019b01e3cab2b01c3a7d480e15b93c0f0635560f8037d3082ab04231c6680117b0bc1484a073cb7a50e3c97f0008c59670cc63aca83b187af81b127b683b1b586e0f97585e0798f40f07cbd04bcb0701c18a777008c8bc2c1b82b4bc178ada3607cdc5e30fef62730be731378d1fb1b78317a3f98a0690326e83e0413625bc184bc2ef072cc05f0f2a72cf0eacc4cf0eaac3de055c38f60e20b7d30b1321f4cacc7c0244f5b30e97e3d9854180626cb7582c97675604afa1c3065440fbcb63803bc46cd00af3b3e01affbd060eab42560aa852f987a792e985a5001def83002de18d5046fa247c19b0c0ade745904de7c2303a6d5ad02d3becb81b7d23680b7debe04d3c993e0ed172fc10ce550302366019839651798f9b21fbca3f015bcb33719bcf37910bcbbf60978f7851f98a52307662d590dde5bfa0ebc67f60fbcd7640cde3f9605deaf9a0c3eb0bd0d3e80fe031f049f02b35f5d1f9306e64415820f978860ae6404cc7d7208ccad7e01e63df306f35e15838f0cb5c04757ce83f95ae3c17cdd0630ffc30db060d66bb000be0516ec2e060b3e5e041f2728834575d7c0a20e3df0093a023ea9a8058bedd3c1a76172e0d3260df0d95233f059432ef8bc4e012c5ddf0b96262881a5bf268ef90296e9c9826586a360d9f63be08bf44b60f9e136b0fcc44af0a58c32f8726217f872b215f85aad117c0de980af2f6983afafde035fd72e052b82ddc08a1ff3c037bd3bc12a1755b0aa5416acaaf80e56d58e80555fcf816fe73b836fdd7bc0b77b4e826fbb2bc06af03558bdc517ac51e1c11a7e2758c77d04ebbc5bc0baa211b0aec613acb7fd08d6275e04ebefa6800d9250b0a14f097c3f9e01dfabae041b7315c00f7a46e0875d8360d3012bb029d20a6cee5901b6acad005bc86cb045980fb66cae015baaef801fd539f0a3fd51f063bb17d8daac0a7e323c097e9e34463512fc7c6827d8b6570e6c3ba83ce602d876fa29d8b1611fd891a20c763468805fd7fe077eb50d06bf6edb087ef5b8057ead2806bb66ad04bb1e0782dd0af660f7e849f0dbf2c7e037ef63e0b70353c19ec747c11f4b65c01f3f86c19f768bc19f0e2ae04f570df0672d0cfefa6f00fcb5ee16d8bfa0061c88380c0edcfc0d0eda0e80831e26e0a0cf3670b0ec16f8bb9707875a67817f267d01ff8c9dc17fb64583c3a937c011d94af0ef8c5de05ff239387a7f37f8cf8801ff217bc07f6373fcd7330efcf76f1324a3a802c99cd803c95e7486645f8641e35c5f40e3a265a071f72f40e346c741e3afc840e35fcd86e4f55320f921334841b516523cd70e2929c64113a27ca009cf4da109dd6ba189d961d0c42e174859f907a41c7512526ebc00a9940e4093480568d2a503d0a49a7268f25b0c9afa21139ab6e71a34dd781ba4f6df74482d662ea4f6401b521b4e87d467bc80d4f78543eafb7320f5e41b9086ec0648635a31a4717a21a471f1253463fd0268e6041d68e675356866de1b48f38c2da4f9c91e9a9556056901ee90d6af5390b6d50968b6fa7fd06c9771d0ecaa0248670608e99ceb8674de998f3d856aa1397b56417ad10390de275b68fed532687ed12034bf7d27b4a0f40ba43f6110d25f650719cc6b800c202f68d1b72ec8d0fe156438ea0a2d9e74105a3c251d323297878c6ebe848c8a17404bb61e8696f88d42c6b72da0a5b2e3a0a5ff7543cb7455a1658618b4cc7b1fb4ace0316462f0175abe551b5adee1032defb7804c8331c834e63164fa4a015ab1731bb4a251113283de4066f6dd9059f67cc8ac211532d7b804999ba543ab2afba1d5570068cddd4668cd902c6419700bb24c3681ac0a07a1f5f3dba0f5b676d0fa832ed046a51a68e3fd2590cd4173c8d6e91c64fb310eda6463086ddaef0b6d3a6c0cd9ad8621c9b59f1030a9000286f521506e1604669942d0bcbb1034d001c1d43b08d1de0c21eb65c7b841e8660d08937c87b033451056ba00c291f5105ea70e118ab210b1fc0b44ce9b0d914b2088b4fb06913500442f4882e8257721ba251462f2ff8398f20510ab5a09b1670a2036fd07c4294c81b82db510ff3e1be27fd190a0a401098ec39010520c89357590f4a80124bd610c6d9e94026db1c7a0adb01ae4b0f30ae410f60772b825400ed9872047b344c829ac17726a190739cba742cebbaf41cef794a16d6235b42d7c37b46de838e4b2f63ce472310772e958006d975d056d9fbe0edaaefe1cdabea61edaf1be057235980ab9debb09b9695e84dc1669426ee72b20b72f8990dbe028e4feb40a72fff012f238620c79dcc2208f2210f2687c0cedb4ab857666b440bbe61843bbf7da40bb93fe41bb3b2d204fcded90679502b4075802ed7d2481f696fa42fb964f85f6ed9900edab4881bc9044c82b751ee43d3712f2360884bc2dc641dec71f42de35d3201f5925c8276e22b47f4e34b47ff35968bfa33bb4ffcf4cc837441ff28d7f0af926ff867cf31aa0037b13a103a3bb20bf1bba90dfdd6cc8dfde1cf23fea071d1cdc0e05847a4387b6784287fe984147a65e808e3c3f0205612e50d0eb06e8a8912c74b4730e744cd51f3a26c840c74e1e868e650d4021dd1874fce146e884a1088586e441a169dba1d06f12e8e4a302e8644f1c744a360d3af5ac053a559e099d7ab91b3a2d48a1d36e8ba1d3b129d0e9c204e874c72c28ac21043ab31f83ce84fd80c26fda4011ab12a088b36fa148256d288a8f80a2ae9f83a2aa6aa0a8eacbd039e01074eecc1074aea6188a565c00c5ac5482620a6ca1d8913950bcce6ce8a2692e7489cb8012e25743979fcd832e8f0c4357fc04e8cacf8bd0d59d6fa1ab7e4fa0c48ffba124e54550d2122328497809252b1c8692afdc82929f9e83521e1642d7fe5383aee99543d7d782d0f5843ce8faf31e28d5c11dba317f327473d92f286d8a3994169006a50ded87d2837028fd8636747ba63274fb602e9461d90765c0e95046d9192833380dba13d205dd69bb07ddddac00ddf55e0edd1d790765e5e841592313a17b1aa9d0bd5104ba3f6b2e944dd941d96feba09ccc79d0434e801e7edb0ee5cad543b94a4d502ef205caf584a03cb370285f8784f27533a082f54a5041d54ee8b1ee3de8f13515a8f0e854a8f0b41d5478d1132afc0243459fd4a027a646d01306879e227fa167bc1ef4ec840bf4ac60115452db0d95bad942a5870e402f124e402f6a7ca117bdadd0cb4875e865ff54e8d5e151e8f53a1de88dd574e8cd932950e5e604a832773254f9f7305435a700aa02f4a1b71405bd8d7c02bd8dbf00bded9e0f557bde87aa33d643350a59504df84aa826310eaa7da503d529b642f50b1da0fa6daa50fdd010d430d6d30ddb6f418dab66434d01c550d3e161a859c61e6abeef00350f9e833e8ecb813e36af865a552643ad8b7ba0d6561cfa34e921f4a9f433f4d9e000f4398683dad639426dc77aa0b6fc76a83d7c0bd4b18b83be6e9185baf6cf85ba5e27405d952ba1ee143be85b852af4edfd2ee85b6f3ed4334d0eeaf1fc0fea297c05f5fc0e827ae3de41bd43bad0f7db9dd08f924bd0cfb77ba1be3797a15f8e75d0aff0f5d0af580fa87f9121340013d080cb5c68302a08fadd1c0e0dd9f9424367eda13faa4fa13fd1b6d0b0f52f68f8881f34a274191ad1f90b8d1c4886fe6a65407f372c85fedacb407f2ba741a347caa1d1ca10e89fce1be85f9e03f4afb50696b1de0acbbc7a09cb7a05c0e3349560b98dcbe0f1325df0f8e09ff0f8f62c587ef2375841d91a5690eac20ae1bf60c55f5b61a5ffac6025bd3bf084d02df0842b27e18967d5e089ef8ec0ca5a1360e5c62c5885d78155a20260950ffbe149bb7fc3931f3d8555359ec1aa672ec0aaf19eb06ac91a781a76059e763f075653146035cd1fb05a8d0dac0e25c01ade66b046600aac7149179eb1a8189e217184672a20f04cad6c585365089e259909cfba100d6ba9fc82b56c6ec35ab6f6b056c96758dbd21afe4fd517fe0f3c06ff074d83ff4b5c05ff773304feafbe179e6df50a9e1d603ee63eace3fb0cd65d780e9e335b02eba9c4c37a15fab0de402b3c97bd06cf75d80ccf3b130dcf57eb83e79f0d84e75f1e8017244e87f57d8c60fdf2eff0c2b3f2b0415c01bca8d507369c22810d4f06c18b658261a3ede5b05152246c5467032fb1ee8097a0bf60e383c760e3134ab071a503bc2c280f5ed6f61e36d9f71636397f1b36e9d3879727a8c02bf41178c5617d78c5802d6c16f219365ffc093677b80baf8a87e05579a5f09abe58d8c23209b6545a095b7af9c16b0b63e1b5cfd3e0b55f12e1754d52785d871b6cd5f019b66a0982d72fde0a6f50708637ba7c826da606c1367f59d856fb3c6c0b0ec19ba6a4c09b768dc076765761c0f02d0c043bc340cc200cce7084c1b0073058600d43f01c189e1e06c31d776024e8078c1c5b062331176194698131abcb30060dc118510a1373b260e278064c5c3e0513437e30b9e93f9844ec606ac40da6215998d9610e33def761f6461bcc3994c15c4d34ccaf4f82f95002161e0bb0a87319163b9ae1cd2e75f0e6603f78cbfedbf0d61bc5b0c3d744d8d1b917760cfa043bc6ef839dfddfc0cee5f6b073cd1b785b6c0eecf2df32d8657f09ec12fc1976b95a0ebbbc79046fb7d08777dc5a09ef78c1c13b86afc1aedfda61d7de15b0dbfa5ad82d6c3dec76230c767b110cbb2fff057bd86c863d6ae3e09d459fe05dbf42e1dde677614feff7f09e0bafe17d9efb61af5966b0f7f700d8276c0bbc7ffd4e787f4c33ecebac0c1f9073840fccbb02fbad4c80fdfa26c0fe2ad7607fd771b0ffc176d83fed137c702d041fb4ba0107b447c2013d7670e0a90438f0220c075edf0f07be9e001f6a7f011fd65c091fb65f0e1fae88838fac3c0d076d7b0d079b39c247a567e1a3bf3ec2c79482e1d0f5727068cf62f894df7ef8f4bbef70d80a07386ccb0a38ec553b7c56f7031c9e731c8e98a509470c2270e45a2f3832e10f1cd91a0547bd1e86cffda7029f7b1e0e9ffbde00c7d438c3b1a0221c9ba105c7769bc3e7575f822f44df87e3ac8ec171ae1d70dcfe7a38ee1001c755e170bce9213861ea5b38a1e40f7c39a31dbe6accc1577f8e8713cf26c38977dde0c4dccf70b2452a9c5cd205270fde8153f4a2e094541338256d097c6dad029c3a8e87533d97c137e5efc037a78f836f2ef483d3fc3de05b960fe0f4c1b7f06d8357f0ed680bf8f6350d38638a019c11eb04671a5170a6b12a9ce9f413ce74578133af1d86ef1c5183ef042f83efce4e85ef42c3f0ddda9770d6620f38ebec5538abd51fbe67f400bef7ef089cbd641e9c7df0069c73ef13fc307a2e9c5b7b08ce8fcf800b028de1c79772e0c74f1fc18fabe5e0c2872170e1a301b8b0c4152e3a5f0a170d76c0457fdde0277291f0136d17f8c9a374b85891848baf2e808b93b6c1c59d05f0d3f90df0d3f791f073d0127ecec9c3cfc7d6eb7981065c72a11d2e0d9f0d973e5c0b97fed1805fd005f08b6063f845110cbfbc590abf8aab875f4f57865f1b95c315ab22e10a9f01b8e2e829f84d9f355cb9f9045ce96807571e8d812b072be1aaf1cbe02aa5b970956a3d5ca5339671d7e1b797eec16fefaac0d5115e70f5f79770ed9a1f70ed8dd3709deb19b86ee70eb82e7e1c5c6fe60537a438c30d69d3e186a18bf0bbbd71f0bbbbf2f0bbc1cff0bbbf1cfc7e960efcfeac3dfc7e681cdcb87422dce8f5066e7c70096e7c34036eacda0c7f98b31f6eb28e829b76f6c2cd3b7ec32d53ffc11fd7e9c0ad6777c29f2ca3e14f5217f8b36519fc39fb24fcb9a81b6e9b3a1d6eb38982db37f8c31d981bdcb1b309feb2300ffe5207c35fdabec39d967fe1ce94ddf0d78f657097d409eeda0fc0dd06f7e19e85dd70cf9616b8e7e579b8179b01f76e7586bf6b8ec2df4b6ec23f7caec23f5eee817f0272f0cf825f709f523adce73908f75564c3bfc2f4e1feffbce17ef60b3c60a9040f38fbc0031e083c908fc1836a303c1877171e7ca30a0ffe53807f1b4c8687664c818766c6c24384293c54e70b0ff503f09fc545f01fe43dfce7ed3b786489173cb2cc1b1e39f01b1eb9f2111eb9b701fee7b51afe971808ff2bf90f91997e189139f71991b9dc8cc82e6847c64dcc46e4d63b23e3275523e3a96dc8f8ee02447ede5c44a15a1d5194b08852950499609d8c4c806c9189f31a11e5ff6621ca79de88cae60bc824e53064f2780564f2ae4fc8e48b3390293b5c9129ef7311556610993a7f023275d95e64da9e2a64baf60364ba2d874cfffb0c5133f447d44e3e45d48f47231ae30d118d87b2c80cafb7c88c2f35c84cf53444b34809d11a3885cc36cd4566174420b35f7620b3fb6721ba73ed10dd35cb91390bf72373cc1944af632232d7ec0332f7b60132ff4e10b2c06f00d197df87e8df7b882c54f242165efe8e184c6a420c1e7d4316056d4316c510c8a2512bc430ab0031accb46165ff44516d7908891db5cc4e8bc1eb2c4bb0d319ef80e3136ba8318dff24496ae798e2c4db44196052423267af1c872321259beed29b2e2c16ec46cd544c46ca314310b798298550e21ab2a4a90d56ed9c8ea8f1ec8ea9e8b88854c3d62b16e3b62491722eb786364dde7e788d5381cb18a7045ac6a4f21eb0fb623d675d310eb6f2c62dde7836cd0b8866c5818806c387100d990381bd9f0c40bd9882c42367659211b7f0c23362fa62136af1d109beaf9c8a62dab11bbd51462f7fe2622418d1049a93c2279ff15014e4c4380886c0488314280c73f11c83a0381526d11d8740382f84c45904f3e086adf83a0191508fa741c8256d420d8c51004bff90721e4ab11422d182157f92224ec8f902d7b116add1f84366f4368b72284f6ec4168dfbb085d698330ff4d4298d6b508ab56827041e3117eee6b84ff1389085b3510e1e44244484a47848c1844b86382081f0710f1461122dd638b6cb18d44b6c417225b2a75912dbf35902d7fbc10fb253ce2607c1971586d8638dc8e461c8a1e230edd7a88d37c19c4e96916e26cbf0e712edf8e6cdbba0ad996fa1cd9f6e038e292d48db8bc5b8f6c6fd1455c675a21aefaa588ebb33d88db9d4788dbdd8788fb8c24c49dcb43dca37e21ee637bc963ed08e2e1da8b78e4bc4276ea0420bb267f437687b088e71618d9bbf009b2cfc21bf1ca2d43bcbf55203e9ad9c8fe2b65c8fe0796882f7511f1cd9d89f80e1a2107168e22febe1310ff4f45887fdb11e4a0fc3224606f141210be1d09285d831cb2d6460e5dbc821cc6262387591be470c51fe488ee0ce4c82f0809d23b80042d3d8204ad9b8004af1e4082bfa42147a76722477570e4e8ba43c8d1f49dc8b1f046e4d8c302e4584105125219821c97e9458e074c428e0f6520276cab9113eee948e8ea7e2474c309e454981e72da99464ea78420678c549033aba39133dbad90b30d6dc8d99ffe48b8b60a1261e48f44ca4d40228fdf47a266ea2351f659c8399367c839f42c124d142331de0948cc196724e6df2012abb21a893d5e839cf70a43cebfd0442e6cf2462e24db23715ad148dc2d0724ee551312cf9a20f17b3c90f8e15fc8c505a3c8c5dd3dc845df00e4e2c374e4d2f918e48a1c875c517340ae9ef146ae56ee44128f8e4392d4b490a4fdbb90a4d3f391a49e5e24a93f0d499e0923c95c3792d2320bb936b517b93e6287a42e9b81dc38751cb9d95286a499e0485ac66ee456c746245d7527923e330149ef54476e07642099d76f2077b58d907b4b33907b67c2906cc51f48b65202926da88a643fdc80e480aa48ced67224e7d80724e7ab17f2f0a016f230f22492a7598ee45db640f29ead401e4d3540f215d2907c83b134ca43f27bc7230556cb90028f54a4e0d43052f0772d52b8613252a4711129ba3f8c3cb1f6469e484f214feeff419e2ecb429e6edb85941af521657e1452d6a58ebc38a186942b9921e5a1f64879b62cf2f2a732f26a9d0479e5fc057975b21779bdc11d7963380d79bb3b1ea95e4722d52d3b901a8ff7484d861b523bf419a9d39741ea3e3a22f5ac88d49fdb89d45f0847ea1b7d90faafc9487d8f3bf2cee115d2a8f51269bc188a345e0d443e68ae433e9cff8034c5f4224d71d791a61b594853e52ea4d9722fd2323c03691979857cfce282b45ab0486bee69e4d3334be4b3c74de4b3570dd236fe00d276663cd2767707d256a289b407ea231dbb2a908e0a19e4cbe6fd48e7640fa433df12e9fcf103e9722c42bafc78a47bf529e4db053de4db0b1de4db7703a4c77314e90970447af21f20bd93e490de4525486ffa76e47bec72e4c7e9e7489fd14aa4cf3810e9dbbe0ae94f9241faaffd40faef472103d213c8a0ed5e64b0c402f93d6e14f9bdee12f2db6d39f2fbcd3de4f7d7186448ab09195ab805f913a5808c7066c8dffba5c868f562e41f7d1095f1ab4165d3dd51d9cf31e838e761548ec750b92d4ae8f88d45a842f03754e1ca1a5431341455bc04a38a6f3d51c5c625a862df2d54697c3daab4f00c3a21cf019df8df6c5459650baa7c1d4695cbfe43555a6bd049fc657432188b4ede7d079dfcd3199db27d123ae5d3025475b22e3a950b46a7ded546a7fd57894eb74f40a7bbc0e8f4fcff50b535a750b5877f51b5278b5075b10f558fba89aa771f4135165d45354cd4518d35d7508d2801d5a89f88ce543c8cce3caf8bce1c598e6aeed88d6a7696a2b352587456f615546be162548b9d866a2fcf45b59d25a876f87354fbee1654bb250ed5fef4149dedec89ea6ca94275cad6a1bae628aa7be0063a47c7019d63f5069d13d28ace49c945f5f427a27a27c350bd7a5d54efbb1d3a172c41e7ee4f42e74960745e981dba406933aaafa88eea7bfd40f52f1c4217aeb8871ac87d440d4233d145f50750c3723b7471d72ed468531eba6403882e6998842ee3cea3cbe2c251132e045d5e7d0035553c869abe2350b34c3dd4ec512d6ad69c819a7d4c41cdd5aa5073e3d9a8f993dba8f93f1e5d79e402baf2e93c74f5a417e8eacc25e8eabcdfa885fa31d4a2b81fb50cec462d5fce40d7ce7247d7ee5743d7de3646d7f987a2eb7a6ea0564b8751ab3546a895bf016a3df1246a8d77a2d6c417d45a0841adbbcfa11bff73426dd63f426d4d26a1b6d82ad4f6cd7174d3166f74d3b53cd44e73016a17948cda658d4725c56b506043020adcd541c1399351700988427b2ea1d09f421496534661b34f283c588822c9f35074891a8a464d46b1f38b512cb30f25e04d28713e00a5b4b350aae73cca8a0ccaeedc8172937ea09cdb28ca9d51468545342a9c78810a8f57a3a2de3754ba72252a0d9d814a536450e94f797433108b6e7e2da09bdf4c44ed9f43e8560b6b74ebc160d4e1783dea30148d3a3a9c461ddf46a34e0b0fa14e166aa8130aa3ce33a6a2ce6b5ea0ce41cde836bf59e8b6eb4b509793e1e8f6f237a82baf81ba7ea451d76e6fd475e40aead68fa2ee0b3a5077690eea9ef90c75afca47ddbf50a8c7163574d7da63e8ae9dfbd05dbf13d0ddb317a3bb1f8e4377ff9b887a4ee450cfd927d03deb4dd13d126374cf89cde89ea21fe89efad5e8dea5cee8beb57ae8bec06ba897bc12eaa53315f5bab50af5aa6846bd8193a8b7eb36d4fba039eab3b008f5f9bd17f57d558b1ea8d645fd1ebba3fe0b37a1fe5d01e8c157fbd1839ffad100fa3f34f0eb0ef4d03795319bd0c3e386d0c3bb5fa0878f15a2874f3e420f67c4a341d00734583d090d4e1e8f1e3d0ca0476fde438f35c36888d67134c42d113daed88a1edfe48c9e08cb424f7cd740432314d1d03bf2e8c94521e8c95bdfd053a0027a5a35163dbdb6123d7ded2b1aa65b8286d9f7a26167bcd1b06c163df3530d3ddb700f3dfbf5141a1e7c0c0d3f2d8b8627fd8746aef88946eecf4423bb69342ae03a1a75e9117a4ea91c3d5731118d567c88c6ac798cc6b8ef436367cc42638db7a3b1699fd1f3111fd10bc155689c6f0f1a37d886c69b7aa19782dea397becf4713fc92d184cbfae8e5397ee8658bbfe8e5c1ede895cd3ee815ff19e895ec2fe8d5f18a68e2f88568e2141b34c9e63e9a4447a049fdc7d194300cbd3ef51a7a3dda07bda1be07bdb14707bd111d8bdec80844d35e47a3695df968dae062f4d6e22af4968d017acbf50b9a7ed01b4d8f9445d347ecd1db722fd0dbdbead1db693fd0db6f37a21980369a51598666fe7701bd436d42ef9ef644b3747ea1f76242d07bdf2ea2f7b5ebd0fbc83534c76c0e9ae31481e6dc3344737232d1876f14d0dc39d7d05cf80f9adb7100cd338b40f3d22cd1bc3c7934af260f7d64b41dcd57fc8de6bb6c46f3dfc8a0f9dfe7a0051bbfa38f132dd1427a1d5a187a102dacd88d168e24a3452a1fd1a29a0ab498be8f163bdba0c5c167d0e2773fd1e21f2bd0a7373bd0a7f5f1e8b31daae8b38318faece50bf4797a195a52c4a2a5170ad1b2591a6859d207f445d15bb4dca9077db95c137de9cfa0af8c06d0d7d11bd1d76f1ea2af4714d08a159668c5131df40db60f7d735d0ead4c3043ab4a16a26f2770e85bea33fad6e3265a9d6d89569735a235ee9bd09ad3dfd09a37cbd05ac00cad4526a275132bd0ba253168dd216db42e3c18ad4b6d40eb1e47a17585b3d0869408b4a11644df3b3c45df1715a28d75e168e3b71ef483ccb431a3e807220ffdb05b0e6d026dd116c5c968cb880cfab1b0126dbd9a817e3ab50efd7c340cfd9c6783b629c1685b6b38dac1dba25f961d46bf6c8b46bf8435a25f3ec4a19d7a53d04ea77ab4d3dd01ed8c9047bf1abc42bfbe98827e1d7b0deffafd05edb63c84766f98807e2bcb46bfd5b1688fd94fb4477a12edb97003ed493e86f68eff86f6ce7985f61ee944bf2f4d44bf1ff7447ffcff63ef88fe8435d09fa55d689ffa5cb4cff23fb4cfa504ed4b3c8b0eaca84107bc55d0c1a52de86fb795e890b00b1dba288ffe99ee84fe29ec4087778f47871faba0233b4bd191c406f4afc25df4efb64af46ff0447434f1363a9afb0afde704a3ff46004c668e0e267b6125364edb041b57958ac9ad50c7c6af8fc4c65fedc6e44d6531f98df298fc99559882c21d4ce1b506a6a8781e53acbc8d297ebc88295d1dc094928d30a51e3d6cc2b60e6c42663236d1ba1d9be8fd029bf828075356d88f296b37612a8a7b30955d6dd8a4aec9d864d37a6cf2ea5dd894712ad8941e015395d7c254174760aa8f0cb1a97a23d854eb016c5af010367d4f21a6f6d41d53ab3f8969583ec334bc47308dec546ca6672036d347199b997a059bd90b8ee9c6669d68c0668dbec4b4d63fc7b4f657615a0fbe62da533763dab54398f61f07ecbfd838ecbf3700f6df9f306cb6d75b6cf67023a6fbb208d39b4e637abb5763735789d8dc8a216cde5c596cde26536cfef9306c81cc134c3f1ec616fa3ec40c12dc3183e7c3d8a265d698e1e47ecc90bc881966046286a34dd862d10c334a8dc28c3a02b0254b7bb125758198b14928667c560f5b5a17832dadd7c796c179d8f2a3e7b0e5718e98297d09338d9f819996ab63a6ed13b115b317622b24e69899da04cccc4e1933bb978c9935a398f9cf616ce59d93d82a1ac3566fbe84ad7e3717b3187f1cb398938859645dc12cde8c6096743a6679781bb6f6b411b66e1282ad33abc1d63d1cf3660266757205665d228f6d98b510db38653eb6f1bfa9d8466b75cca6d014b385ae639bdef66092160b0cf8338841c4330c7a648541151731b8431743c6311892bf19c3fd1f6284820b46d4ea62e4c4c718d9e38551018a1875be15a35f5ec1381912e3027d30fe008c09ea9330e1f0054cf87402130fb66062ce0a4c6c0fc7365b3dc636239fb02d16efb12d2d5e98fd9c0b98fdb53f98fdf3a9d856753b6cabfe00b615f98b39c0d59803d289392e2130c7fb3d9863630fe6e41089393de23067154bccd9ff26e67c6807e632da816d3749c3b66f3f8e6ddfa581edd03e8eed081630b7d24b98fbfa42cc63b111e6e1c9601e4f63b19da00eb6f35504b62bd415f3b49886794aee617b64d7637b36e7637b35bf617bed1e60fb549f62fbdc33b17d9e53b17d6fca30af0d12ccebce16cc1b9884f9a82ec27c5a2498cfafc3d87e6501dbeffa02db9fa682ed6f3a83f9ae7c831dc8fb85f9dd0bc4fc65fe61fecee1987fed24ccbf3b153b68eb8d1dfc77080b70dc88059c0dc102ea03b18086a958a0e963ec90c35eec50ea75ecc8dc8d58d0b2062c68acc6411d5558f0dc062c18dd8b05d32fb160571a0b4eb71a33821d9d30841d15f2b0a3e5c7b1a31f86b190a68fd8f1be36ec842283851af963a1c70f60a1c30ad8c99626ecd4c41bd8297703ec54b931767a952b76fa663a7666f23076a6d81b3bbb211e3b7bfe1a76361fc722542663914c1c16b5740e1665658a45dd8cc0a2f2de60e7902cec5ce3232c7a972e16bd2f178b014bb118e93d2cc6e30c16b3bb168bdd1b899d778cc5ce4756621756376217ea5db0b8fce758bc673b167fe81a7631620e76f1ce07ec92972d76e9e22f2cc15d0f4b689f8e5d7634c0aefc96c5929b07b1942dd3b16bbaefb0ebd3af60d72d9bb0ebfb6f61a9f030968aba60a917c763378c5cb01b1b02b09b25bbb0b4926d58daeb12ecd6c94dd8adfeed587aa509963e7408bb1dbd09cbf0fc8965bc1bc13265f4b0ccf9aa58e6610fec4ed211ec4edb0aec2e1084ddddfa0fbbdb5881dd1d6ec3b2cc75b1acd6d9d8fd3fbdd80393a5d803e910f6a07c10cb4e5d8ce5ec52c772eebcc1726a9662395f8cb19c3fdd58cef030f610e9c71e16b460b95a28961bb915cbcd52c1723b4db03ce343d8a3d6c758be1188e55b9fc0f2836f6005273f600529a158e1ad46ac285c1f2b6ebc8a3dddfc127bbadf137b66e08a3dcbf2c34a463661a5cff66165208dbda09f632fb627632fde3463e55ab3b1f29032ec55ac21f6aaa517ab1c32c5aaf64461558173b0b7d035ace6e667acf6c055ac366500abfd330fabbb4a620dd663dc05ac21a21b7b3f3f0b7b6f3c017b7f30087b7ff609f6be722af6beeb20d63810817d58618b7dd8598b35956b604db55bb01695c558cb5c1e6b79ed87b5bcbf81b5f45ec13e6ed0c73e124558abe379ac350ec63eb54ec13e47acc63e3fc4b036d51eacedb019d68e05621d0dd9d817e70aec8b4f3ef6255c01eb5ced8a75867fc03aefca605fc79fc3bedae8625f837f635f4bdab12ee728ecdbea5eac8748c17aceccc57a4ff562df4525ec7b7e3af6bdd21efb3e9889fdb0fb87fd7009c6fac483585fca2decd7cd2eacffb90e3670db001bf8e98f0d9e4ec0069b87b1c16f7ad8efff18ecf7fb59d8d063136cf8890e365ce1848d68366123a92fb0918155d8e869076cf4d2346cb47702f66f2182fddb6289fd0bd5c365c4d7b84c0c8ccba4dbe332df937059311f972ddc878f9b9e858f832fe172b58db8fc82765cfe882e2e9f7d1997ef59842b2c55c615fc7d71853b71b8e2bce7b8a2e9015c71df175cf1ae15ae346e3b3e513d079ff8e21b3eb1652c87715c997a8a2bef7f8f2b27ddc3953fe7e32a9be6e29314d4f0491ae7f049b8263ee9e8597cf2602d3ee5e8257c4a692e3ea54d1f575d9787abda77e2aa2ffbf0a9392ef8b4e8307c5ae3455ccd7f36ae76fb24ae3e19c635e6f7e31ae9c3b846bf163ec342119f619d86cfc8aac5675ee6704d7b457cd67c08d70a52c7b5671dc2b5e7fcc1ff3b73119f3dd916d7c974c275ba75719da10a5ce7ef165cf77e3aae5bb2049fb3df189f136b81cfb97911d7d35881cf0d69c6e7369ec6e7fdb7039fef67852f607df1059b35717d4b1f5cff793daedf6982eb0fea8de171fd3f65f8c2aa6cdc402b0a37d868821bbcaac00dbef4e38b56adc717edfd8b1bce0570c364145fbcb01937d25b8f2fb9ea862f2959851b07d4e2c609e1b8f155096efced0ebeb4a90937d19e859bb8ffc2977bf9e1cb4f45e2cbd3157153f60b6edad88d9bcd9b889b25d7e0669d1771f390d3b879490a6e3e688baf2ca9c0570ec0f8ea445d7c8d921abea6ea1cbee6338c5bc45cc02d1b7cf1b58a4bf0b56b0cf0b5ec367ceda1dff8da7bd7f1753356e2eb724af1f58d3770eb330bf14d11d3713b9d54dcae4d16b7fbf906070c6fe2c0da3938b0e9260e6695e2e070260ee93ec221b36a1cbad383c37c3d0e5ffc8c23131c7064f27f3872e7098eeaf5e268e82a1cadba8aa3ed228eb96238aea986e3cfda7162ea7b9c326ac6e9230b71fad1059c791e8fb35436ce390ce2dca16e9c2bcbc5798b1bb8707b252e144dc3a59f1370e94f10df5c3a19dfdced896feeb3c5b7e0aff12d071af12d81caf8961473dc5e0fc3edfde6e2f6ad9ff1ad86d1f8d6f4bbb8836b27ee70fb18eea4e68a6f3bbc08df16fa0277517d83bb5c35c75d7e75e0dbd10df8765f6b7cfb7005bee36d0aee96d489bb65f9e2ee8e7b718fd60a7ca7f5527c979d2abe6bc010f7349e887b6e16f03d1b7ee27b0b9cf07d19b771af1519b8377401f7fe1d89fb6cbf8bfb947cc4f7df3f81fbaa2ec57d3766e0be9eb770bf849db8ff9a58dc7f6f0c7ef04d287e70a8130f5c75193f9479153fd49e8b1f96dcc78f1865e3474c12f120f9213c685a181e146b8307f56fc3835dcbf1e0d21ff8d1a319f831cd4efc98e52c3c44630d1e522d8b9ff81280872a6ec1430343f09361f5f8c9c65df8a905aff0532191f8e93b267898ef3d3cecd525fc8c91037e6643357ea6c6080fbfd68e47acb0c023cf4ec623735ee3511f7ee0513f4df17333bdf0735ac7f173b7edf0e8297bf058d7d5786c2081c7a69dc4633fc7e317a6dfc12f2c8fc4e3d7fdc4e325b2787c443a1e5fcde1179f9dc12f0e96e30913d5f084804a3ce1a4369e10ef8227fc4dc5af746be0576322f144951a3cd1d1014f3c128c2786afc2939cfbf0a4fa143cf9f61d3cf943359eb26f4cfb43fc9afa1afcdaa240fcfabf0f78eaaf303c3d85c56f1f72c66fc735e1b7bf29e2198a4bf18c5bb17846e7193cd3782a9e693b1fcf3a1e8d6775bec3ef3f2cc31f7c36c0b337cec1b389113c671980e79815e2399bacf08747dbf187857bf05ccd213cf7ae1f9ee7dc82e76528e105f30cf182c116bc10cac50befd5e385455af8d3e947f0e75b57e025133ee0255bbcf0127747bc243f162f2373f0b29800fc05248397cfcbc1cb97f7e1e50e89f8aba34bf0d7eb50fcf56d09fee6d611bc525b0bafbc1084571dd5c4df6eb885bf8d7883bf6dcdc7abc10abcfadd61bcbaa908af819ee1b5b2f3f15ac203af0d68c4eb3487f1ba23e178ddbd4778bd921d5ebf14c31b4e7dc11b4665f077fbbfe38dab26e21fe64dc73f2437e24dde6bf1a6ec18bce94923decc6cc39bf306f0e6e214bc25701afe51d610ffb8c61dff883ec23f8639e1adffd6e39fd6e8e39f1f10f8e777cff1cf5f55f0b633cd785b4230de3e39106f8f388c77b839e21dc737e15f1676e19d0715f0ce879bf0afce7af8d75a1fbc8b55c0bb4edfc2bf2d99827f13afe1df5ebcc47be63dc07ba004bcd798c27b4b57e0dfbfa7e03f8e9ec37f7ce8c5fb8a8df05f3657f15f6035feabf7173eb0ba161f7050c607fc007c20e6163e8814e0bfc7afc77feb44e0bfcfcdc487be7cc2877a9df03fe726e07fea3fe17f063ee0237f4af0bfff187cf4c2784246f71e21b3cc8f90bd5642c8fe3a428c5bdb498ccbfa4ec8313f0939b76f84dc0986908b5849c84f9123e4672a10f25a30a160ef45281cbe4828c9cf23944a4309a50e9198b0b6989870732a3171d66762e23a925056702494777912ca97f710caffb2099515e3884969ab89c9db8789c965ab0855874c4235338a981ab185985aac4f4cb3b224d4e46942fdac16a1b1f612a1b1af9bd04833226684fb12337ea9115ad94e84566130a14d1f21b443af13da39c68476753ff19fdb2ae2bf061962f6ca346236d14ee8a8ba113a9e3d844ec25d4257bb92d0751b2574d321620e2f107a07578c0922e66aba11f38a6f13f36ba6130bfe3412fa1a1584bee36962616427b130ed14b1b0c28c5804bd270cedd28825da078925a52a84f1de7984f1fd93c4d2f72984c97205c2440a102627a4c4f25346c4f2b37d84e9ddeb8469690661aed34c98a7df245669ac27565d3d4fac766c2456f735106bdcb4090bd964c2e2fd59c2e2471961f9d19358eba340ac6370c24a3e9db00aba45acf75223d6fbed20d69f8d24d6177384b5ab26617d8720ac1b22880dc746888d7a89c446c78dc4c60f8184cddadf844dd0206173650161fb5885d824f31fb169fc7462930246d85df94ad835ee2724b36209895d2f2139364048de1f2124df3e10a05c1e01cebe4780a6b604b8a387807cdc0928589b80c36c08388a27109bed0472e71381cdbf4b600b4e1398591c81c19708acf721811f5a4fe0992104312f8b20865f12e4020b8224730972df7d823aeb4750c9430433ef21c1f8a5104c501fc184f513cccf0c82bd3040707c0bc195d4137cbc0dc177bb13e2322b42ea2325b6081b892d8f77135b865c087bff34c2fe992ab195bc41381817120ed95b09879f7b08c7d038c231b98270bc56463856cf231c8737134eec54c2e9e669c2e94f34e16c314038ef08219cafc3c436f36fc4b6cb5389ed0585c48e75af881dc112c215fc47b82f9b41b85f7327dcbb49c203bb4878dc9e45ecca8388ddbd38e10945129e254b883d7a2b883ddc0c628fc75c624f5e27b177c67462efacc5c4decd69844f8e22e1d3e948f8fcbd47ec0fd727f63f9f4cf8eaa3846fc072e2405830e1e75145f8d56a10fe0608e16f3b81f03f3f8df04f1208ff577f8980f9ab8980a85822e0f66422e0f35e227056321178ca8b087cb69d3814a9441cbad84d1c763a421c7e5f4b1cd9c512c127171047edcc89638bca88638199c4b177254448f522e2f8c40ee2f83e25e2c4c43544e897d9c449975bc4c927b1c4c9e7f5c4c9af65c429edbbc4e91b2789307b9c08bb6d409c897a4e9c9da9459cddd63ea68f389b2a21c2731e13e1cf0d89f0ea7b44787d0a11111a4e44c93c27a20ec912515f8689a81f3c714efb3271ceeb1a113dc788886e7841c46c3c4fc47cf98f885d3c4ac422e144ac4b2911eb5b419cf77f4b9c2f69232e585d21e216261271525f22ee96331157ab4dc4a7ef252e5e994c5c5aa94e5c5e7d93b8ecd0465cf61bf3c899b8327b2f7135621671b5ef129138c995489c2c4f24ae8c2292350422a5e61d91f2ed1e715d9f26aebf9e4fdc58b089b861bd97488b74256e3d8b216e351511e9d3ab8974fb6744face2544faf18b447a3c44dcb6dd4adc7edd42643037890ccf2944c65992c8683b4564b41712998f5712773ac289ace5b389acb795c4bd23a5c47dbfddc4fd4091b87f670191bdfe19918d3c2272b44c899ca5b9444ee10622a7ae9578a87e8d78e8914a3c6c372772dfbe22f2a48ec4a3ea774441e873a2e0863251503793786c3681784c14128f8f3d211edf594d14b92d269ef83f249e949b12c5c1738967a7e38892f33e44c9ad40e2e5260be295dc51a262b617f1466b03f1c673195169bf86787b4c8da859be99a839d346d4bcf2206acda289dae61b44ddb253445d982151eff6947877ee13f1eeee29e2ddbb3bc47bdf6ae2fdb924a2719d0bd1e8f4936872df483479f5134ddd7b88e65dfa44f34d5da265611dd1529c4db4f4ce215a355a88d6f2bbc4a7478b89cf63f76fd32a23da574e24dafbdd892f5687882fc458727dc497e250a253bd9cf8ead94c7c4dc921bae7f611dd4b15886fa11ec4b747df896fbd1789ef078f11df7b68e2c7f62bc40fd776a22ffc37d18f3e26fac96544bfa8450c4c50260626fd2206e6d71003cb24c4efff7c88dff3de11bfdd5b89dfb1b7883f1b2613c37a15c4b07d043142b61223970689917b0431f2549bf82bb38bf87bf61df1f70a46fc7dd1418cae9e488c5ad813a3be26c4bf1513897f11db887fd92029132847ca84a991e3ee5b93e35ebd20c70daa9372c73549b9df89e4f89a35a47cdc0552be2f85548456908a51b9a4d2331952a96c0a39e15c3339f1a10aa97c4b20953b8a49e54e815451c82055d466902a8bfa4995bfa3e4a45b9de4a4fe7c72f2d9f5e4143f73527535444ecd7c4a4e5bd24b4e73b220a75bc892d323bac9e923dda4da8416524deb0ca9d62492eac44252a36b2b39b3a0929cf9c288d49c144d6a5b1b91da36cee47f1793c8d9f73c499d1547491daff5a4ce83b3a4eece72724eb61f39e7b52ba9b7df989cabea49ce6d2c24e7c97e21e739ba91f3bc1e90f35d82c8f96e0bc9f93e1439fffb3d72c19147a4bedd3252df2991d42f0b26175eb12117fe6a2217fdfa4e2e3e7f9834d26a228dae96904b9cb3c9251e8aa4f1729a34defc955cba4f8b5c9a334a2e1bb78e34f11c4f9af85c224daf1593a6a92869fa439b34ed9f41aeb0db3126865c21fd4e9a29389266b53f48b3c1b3e4ca3933c8d5538e93ab174c2657a39fc835d561a485e65fd222a08bb448ac262dd2779196b219a4e5c44da4e59561d2b2a7995c2bff9e5c6be0485a2d9f475a591a93eb659dc8f5d76f92d6f47d72c394ede486a603a40de24fda1c4d266ddedf216df5e548db73e6e4a62579e4a66dfee4a61b2ae4a68a03a49d9c176917214fda45a59376555ea4845324253b5249c9c01612a8cc20819ad32468869160bb0109396f2061539e44203f12691e20518b99247a4c95445f3d25b1a4ed2479318d249f1c23293c9ba4289ca49ccf91f4f62a92095627990f7a246bb99e64b32a49ce6905292c8d2185c72c296e9f494a359e93529377a4142c24a5a963e36e9894f66a929baf98929b4b31d2fe304d6eadd8423a38b6908ebbf7904ea17f48a7877f48671d8a7436f94a3aaf0c219d7d9d48e7fa65e4364a4a6e8b3c486ebb83932ea90fc8ed26d6e4f6e523e4f68687e48e985cd2b5ec1fe9969c40ba5d9390ee3a97498f71fb498f89a3e44ea32672e7de7c72970344eeba349ddc554e90bbafac2777778c233dd73d27f7943e25f7d45590fb6e1d27bdd85fa4b7f362d2fb9b94f41ed218738bf4916b22f707c491be65e6e4818ba3a4df0a6bd2cfff17e917194efa257a907e77e693fe539549ff95a1e441cd63e44128913cb8a3833cf8733b19f8d6893c64d34a1e3a30401e56572783248a64905f3a19ac5a411eb57d401e1d24c8638731f258d07332644e1319e2b2890c69fa4a1e57f0258f87f693c7336cc9e379e9e4f1971664284990a1272e93a1d1fee4c9a112f294ea6ff21478923ce5da479ed6a6c9d311ffc8b0b17e3c63634446bca5c888a65c326a17469e9b68499e4b1e24a3c74d26a3efda90d135f7c8e8c135648ca10f19635e42c6f85b923187cbc99870733256cf9f8c75f94ec6fe4b20cfbf12c8b8989f64dc870432decc9c8ca73e92f12f7f90f17f2bc98b7277c84b7eade4a5b17a8fbd2a9209751fc9cb9aeae4150025af447d24afdc7a475e79318ebcba942313b7549389bb4cc9c4f6e564e20f0d3271c09e4c72532093c25cc8a424393259f51999bc0f25937d06c8e4d63c32252895bce6b286bc8e7493d7ff1c2353d574c9d4b3d7c8d4d4dfe40de97cf2a6771999465691699bb793b7429e9019f50d64c6d7c564269b47665e3c43666d3121efe9bf26efa56e21ef6ff222ef27a690f773d7900fc275c86c070b32a7c2867c68ff97cc5d6045e6ad4c27f376669279e9f9e4a3753fc8475405f9a86a2f990fbf200be6ac210b0e2e240b25fe6461ff3eb278522859bcff30597c2e867cfaf320f9ac752df9fcd421f2f94d45b20472234be505b26cb23b59f6e016597e831bf3962cff9747be5ae745beda389f7c95a142be7aae43be4e19265fdff5225f5770e4ebbe1b64c53c1fb2e2c22cf28de263f2cdbc24f2cdbb5cb2729d1f59f98922ab4cedc9aac74ee4db433ee4dbc7ebc91a9549640d3a4ad6504bc8dae3e3c9daf3be649df51db22e7e3f5957329dac5fff91ac8f5e4ad6979b900d370dc8771977c9776d0ee4fb07bae4fb4673b2f1d013b2f1960dd9d87e95fcd0954436f1256453df2fb2794e1df951ee07f9f1933bd9aaeb4a7e5a9e4c7edabd89fc142d909ff7fa939f07b3c9b6e9dfc8b6991e649b7b3bd996be9e6c7f9e4076a884931de16564c7af01f20b7a8fecccda487ebd9f4476f919925d3917c8ae8f996477da2eb2fbc73cf2dbef6cb2c7568dfc6e789ffc71b98ffc299f4bfebcbc85ec9b718bec0bec217fc53e227f95cd26fb2fc693030a023990789c1c78b09d1c9cea4afefe8e9243d136e49ff219e4e8d952f2df021bf25f93152593789392ddb08a1a77a39e926b8da7e4f5a3c68c520a9a439442f9574ae1a737a514ca5113feda5213239da989d5c5948a2e47a938bea226ed6fa126d5d95293b514a9c9f6c7a929bf6751aade1f29d5a0404af57c2b35b538859aa6ea4c4deb09a0a68dcea0d4ec7e536a7bb652ea939f51ea0fce50eab9aa94c6e5af94c6e0456ac67d9ed23430a5b48e9a53dae14728ed9b07a8d93111d4ecf2f9d4ec163d4ad72c98d2ad5f48cdd1be42cdd91845e9b9ea5073177fa7e63ed842cd533940cd9f1a4acd9fff899a7f34895ae0174e2d88ff442da80ea1f433b6530bf16a6a6110472d2cafa21636bda70c54fd2983dc75d4a2d5f6d4a2f006ca70db7dca306a3365f87423b558e303b578b91d652c934719f34994f1fd62cab89ba0969acda6964db2a796992852cb560e532666ab299363af2893df2fa8e58e39d4f28b6dd4f25bdf2853bde5d40acd526a85931cb5e25f3d6566328d324bde3ee61665f6740b65d6f092325f934999f758512b43516a4dd514ca62df24cac26f3665713896b2ecf4a0d6cabda4d63af7516bcf4ea1d6699553eb0e0453eb464b29aba53dd4fadd24b53e4296b2568da7ac6daf51d6783465ed8250d6a1de94f56323caba5f8edae0eb48d9c4cea536a11328bbefa72940772a05d49452c0e7ed1498308b82425a28788a0b05cff4a260f8278518c953c892320a41b229a42d9b42654e53684f0785258c52b8c94c0af75b4de1454f29a2643245be3a4491ef0da9b18d4151335229ca646cbc13a7a8c4148aea5e41d119151493fd88e254a7509c274ff1392b2961ef4e4a5c6947496d3528e9551f4afab080daec914d6d515b446d3193a5b68cb294fdd98b94fd8f3e6a6bc069cac1c89572545c4b396adda41ca150cad1ed04e50c0c51ce4e49d4b6ac95948b5b13e512b899da01ea513b0286a91d276ba81d57ef51ae61c994fb4c35cadd3c9c7217be50eee5f7280faa81f218d94aed5474a376ce7c40ed1a22a9dd8aaad46efe37b53b743ab53b4a9bf29ce74d7966dca53c7387a8bd61959497224f79e9fea6bccf9ca7bcd3d651decf5e523e1b46299f3313289f9e2794afb60ae54b4829dffc64caf7c71fea80d55dea40af19e5dffe803a889ea40e0adfa883a1c7a88391065480a92b15380253876286a823d10154b049377574de1075943b421db5df4e1dcd3a4f1dcb32a18e7d7a481d6ba3a8e32387a8132623d489c4542ab4fc3c756a6b1e752a318c3a55e14a9dfa1b459d8ef1a44e277da0c20e4ea2ce6208159ea64885bfb3a22204888ab43f48450e1952e7dcfba97307f650d15023155d769a8a59ab4ac5b0eba8d8eb2fa9f3db42a8f39f6f53172eaea32e14afa2e2544ca9b8a5f5d445ff2dd4a56e3d2a4126994ad85c402538eda112b6dda012bac3a82b943c7565acce573e955189479aa9c44ff3a8a46747a9a4576154b2bc1695bc7f0a957c73904a514fa3ae19a850d7c3d753d71f3751a9b29ba95417452ab5672675234f8bba79a8974ad351a5d2223da85bb3bca8f455bfa8f4a4e354fa6355ea761b4865e6eca2ee7efe4665155ea6eee39ba8fb59b7a8077711ea41c502eac1273d2a5b750f95ad6546e5b41da072fef5530ff72ca01eeedd403dbcae463dcc9c4ae55eefa072532f51b9e57d54dede19d4a37d07a847f7452adff73a95ef9f40e51f5c423d8eb9453d1e1ea20a6d665185782155f45c997a32ed36f5a426902a9ea44415eb9054b1348a2aaef3a58a1b95a8a74defa8a723afa867f30da8671eedd4b38c6bd4b38634eaf95239aa6465065502b254c9c9bd54e92e1daab4a08e2a33eca4ca1c278fa9a0caeed7532f679a512f6daf53afc57dd4eb63c1544541235539771f5559b49caa7c1b4e5569865255c9a6635aa9aab24aea6d9516552dfb85aa1ed6a36a767254cdb92caaa6720f55bb369caacbdf4ad567a8500d1925d4bb2720f55ee937f57ee41ed5a8748b6a14bf508d0f62a9c627b3a80fcb93a90f152a5413cb51cdab12a8e61c3faaf96d0bf5f17327f57198a45ae7bca35a8faca65afb5ba84f4361d467d301eaf3b604eaf329946a336ea3da132aa9f64c47aafd5904d50127539d2b1ba8ce029efaba2087fa9abf83ea9a5d4bf5a826523d8703a99ef475546ff529eafbbc0fd4f7ae6aea87dc02eac7f260eae79c3eeae7480fd5275b45f5bd09a3fa4dd751fd271ba9fef39fa9fed1ffa881f3bdd440751735b8e0063568b089fa7dca801a82ada8a10809f5e725430dd7075323eaeed40874821a095e438d1cf5a046c2baa8bf9e3fa9bf91e5d4e82c596a94aca2461d306ab4af87fa67f29afa2771a6fe1d9e48cbace668192c901ea7f08e1eb7488e969b77901e6fa6418fdff4891e7f5b4a8f6fa8a5c7ff3841cb2baca0e5e3055afec71b5aa1358e565ca2432bc552f4c4c2625a796328ad0c59d32a5e37e949ae243d7965043df9820c3df97b0d3d25509f568d50a055e357d1533d52e9a92d39f434b8989e569d4e4fff1140ab3ff0a23516bda067584fa267444ea36714dbd29a9beed29af676b4e61b8c9eb53e819e75ba8a9e75258d9ed57980d6b2d8466b3927d15a2e06b496cf10ad35d8406b8ff3a3b54ff5d2fff93da1677b3ea367672ea6673fde47eb9c6fa075c74da275f17db4ae0742eb96e0f49c08677acec5ebf49cd79ab4de0047cfddbc9b9e3b768f798a65f4fc653c3dffd7737ac1bbf1b4fe063b5a7feb1b5afff93f7ae1fcb5f4c2eff7e9451bb6d38ba05df4a2f06a7ad14b2b7ad13735da908ba5175b5bd38b0397d18b23d6d28ba369dae867276ddce2402f757a462f2dc8a0977eb9452f739d4f2f8bdd409bc424d1cbf109f47221895eb103a7cd645c68330d86364bf7a6cd955b68f37529b439b79236df5140af5472a6d74c7e4faf591e46af4163698bd7bdf4da0d04bd3633905e17e14f5b45fbd3eb5de2e8f5a979b47541096d5ddc4c5b570cd21ba0187a83f884b6c9d5a46dc3ded29bf6cad39b922fd012e97d5a521d4a03960334b84d8d86b64134f4d690863a556964cf631a494fa251dfc53426e34963019a3496a14213138669f2702c4dad68a5a9663f9a3ef68e660c76d0ecf80334fbe22ccd4d9a4673056f69a1a88b161a8a68f1b1222dd638d0e2702abdd97832bd45a99cde32569f2d716be92da51368fb3b23f4d6aa25b483dd13daa13088762cb2a11dbffad24ecb27d14e955eb4538726edbcb794764e6fa1b705c5d22e36aeb44bde3b7abbe2637abbed7e7afba52bf48e8dd9f48ee771f48e9726b42bf28d760b9c47bb6f31a3dd2377d11e843ced91d044ef9cd24eef5ad34bef8e184fef8eeaa33dd50269cf3521f41ef9fbf49ed21c7aaf7e05bdb7e409bdeff771dafb5e19ed135c4ffbaa5bd007be2da0fd6c6369bf577369bf8a9bb4ffa26afaa064111d602b4f07446ad181bb36d0474ec7d1414a77e9a0834e74d0b5683a28379e0ede779f0e6ebd4e07776da58feaeca08f3ed8451f9b944f1fb3d3a58fbdf9471f8f52a54f54dfa64fb4a4d0273e2ea2437be2e8d02139fa64f67afad4670bfaf45a8a3e6da3439f3edc4e9f8eefa4c3c6c9d0610fdce833e75de8b31b7be9b3d9daf4d9ba413a5c29920e97f4d0e1742b1dfef80b1d811da523b6bca2234e35d091b3b6d19141221d39b61f229f66d251c6a7e9a8e8ed74b44c1c1ddd2743c79458d0b1e31ae8d8b3ea746c870f7dc13292bee0ac475fb86c435ff8799f8ef36fa7e3ef6fa7e38b23e8cb3b0fd157bcfde9ab8dc974e2cb3a3ac9781f9d14f6824e56f5a753deeca5afe9dda1afed72a2af97bea653c30ae9d4c2363ab5fb007d436b017d839d4cdfb89742dff85b49df8c8ba76fe606d16946fbe8b4d786f42d64269d7ef1029d9ec7d3e95d2ef4eda42d74e6cc237466da287d6771197d577f0b7db7d28fbedbde45df9b399fbef71f48dfebba4cdf5ff496be6fb898bebf4291beeffb967e203b857e20f78bce9eb292ce8ea9a773ccefd139a9c5744ec977fae1e413746e9e039da7bd9f7ea4b58f7e7465359d6f08d1f9b7d7d3050b31bac034962e58719c2ef0f1a40b7a28fa71a102fdb873355d285d491796ebd2857fffd045fc9807a7e8278e0fe9273b05fac940355d7c631e5ddca54c17f74be9a7abc3e9a7b425fd4cae8d7ef6599b7e361a4f3f3711e912ab037449c346ba64d0922e197d4f971ed3a5cbfa77d12f964fa75f1c8fa65fdc3f4897ab2fa3cbefdea65f16ffa65fad3c4757ec08a02b6a66d26f160cd36f169fa0df5c3c4a576eba44577ab5d2d5fb3ae89addb3e8da5d83746d55135dfb75025dff24866eb02ba21bb2b7d0ef4e08f4bb3b20fdaeed19fd5e47a4df73b9f407b19a6e723947373fd0a55b4c27d11f373da65b9f7ea73fcdba497f0203e94fce5be94f6f52e876873eba73ad2afd75920ffdb5a69efefae733dd9d7e87fef65a9eee9157a77b2c5de81edb26ba77bf3bdd5b184c7fbff893fe3efc86fe517798fe955c4af76fd1a7fba3a7d2fd79c7e9fe47223d10779e1eb879801e78bd811ef8f3941edcf0851ee48be9df36fdf4501a430f559fa3ffe81da187dd587a6411448f9c71a1ff86fea44775d6d1a336adf4bfdbc6f4bfa17f8cacef1d46b67c80197776881957f48491fb14c7c80d6e6214d63f6714761e6014d15066c294666662683d33317a17a36c7890513e3581512e2f6354d4cc9949c3becc647f7566f2ed616672d135668a3fc94c399bcd4cc9e960540bfd9969f611ccf4c525ccf437cb98e9839e8c9ac94c46eded30a3fe6b90996197c6cc284866668c0e329a7b704633e024a35996c8cca2ef305a831319ed45be8cf6aa5d8c76dc0a46fbe110f39fe236e63fa773ccec89a9cc6cb5d3cc6cdb3a66367c8599cd14313a2d1a8cee390f46b7ff3e3347ae9f9973509dd17b94c9ccb50c60e6064b98b97500336f561b336f8927336fb51333af603d331ff761e67bd4320bd09dcc82a024664179f69806467fb10e6370f33bb328ef03b3e8b984315cd5cf1802ea8c211fca1805be678cf74d628ccb7866a9c13e66e95b5f6699ca29c6644b336312f88e597e5293310d9bc098c6af66ccccc7336687431973bdc7ccca349159b5599959b5f517b3666cde96b77498b57b0166addf7166edc30fccda1253c64a661a63a5d3ce58ad9dc7ac5fe2c1589b0f33d6ed6b19ebbf2f980d13b4980d5bbe301b52bf3336f1db199b3a63c61638cdd84654339bbc5630768bfe30762e4e8c64fe5706c80a664085b30cb86d37039e5bc5c0f00a063ed2cd205b9632c8d86f42ca4b18a43e8e4157ac65d0fdf10c5ae1c7608d7a0c9ea0c8100add0c11ba9aa196cc6228fa39437db16298f12718d62088610ddb187631ceb0dbba186e7d3ec3a1e50cf7a485e1ca2986bfdfc608b18719e9a74866b3e67466cbedad8cfd3c35c6fe5509e3e08b310ef1a98ce3f7398ce39ff78cd38be38ccbc94bcc76d3058cebee50c66d3083713f4b32bb3ebd6676071431bb5b2d18cf7771cc5ef70866efd100665f9627e3c51a33de59758c778d2be313348d392017cc1c9057640efcf7933970a0843930bc95f133f9c0f81fd066fc2339c6bfb38e392873883968483007ad7e32076db6330187ee31014f56320165679840eb5a26f0af3673686a3073282d93393cb984393231963972fc331334ba8239b6d48a39064c638e95163321fc67e6b8e642e6b86b0b73dcfb0d73c2328639899f624ed93830a7cb2e3061f86b266cf02573e6ea14e6cc8b02e6ecf072267ce62a267c8d1e134ea930e115fa4c440ac644a4ff63222ade3351460413152ccf44e52430511f6b99a8dfd64cf4aa6626dafd1b137d528f89ce546662141f3331aa139998943f4cec3c0b2676ff7ae67cf622e6fcaf0dcc059fbfcc85017f26eedb4226be7f1b7329631773e9e938e68a741573756a3c7375bf1193781e6212ffae64926ce63149d47e2659b99d49e9bbc65c7317996bbfd498eb5233e67adc2ee67a3ccda44edbc5dc9810cfa4fdfec5a4fdf9c8dc72dcc9a45f2e60d29f5730e91583cc6d4c85b95dfc9cc9b87485c9b8b291c928496632f57a993bfb72983b65b798bb76cb99bb7eaf98bbcfd299acf8674c56ca0e26ab3e97b96f93c0dcef88611e2c7acf3c08b5671e9c6398ece4012627066072ca03999c8fa6cc43d7ebccc347fd4ceec46c2697196172df0633790f94987ce3194cfec6994c7eda1326bfbd982958b19329587393797c761ff338b79d29bc738829fc6ac214fecb608a743f30454e0f9922b7634cd1a189cc13c54ca6f86933536299c594d26d4cd9b09479116ec994eb1f61ca2def30e5a20e53eee4cc94d7aa332fdf8ca93acdbc924f615e6d5acabc7ab18ea9f030652a2abf316f36b9336f76d931956a9b984a8b834c55eb11e66ddb62a67ace2ba69a1598eaebb64cf5ebd74c8de317a6e6de24a6e6cf12a6ee513b5357f387a9af3ec5342c0c671ac054e69d4f3ef3ee4a2ef37ebf1dd3386525d3d83693f9b0763ad3b490629a4e58314dc9879866e601d3329e615a6c29e6e3f9af4cabde7aa6755e31f3490b643e698f591ac97c9ea3c77cb6b163da146299b6e63f4cbb0833edee5e4c87db1ba663cf12e6cb880ed399dfc97c0dcb65ba26a7325d51ae4cd70563a6bb2588e991fbcaf434da31bda371ccf75488f97efb33f3fd9b25f3a3389cf9d17b8ef931d0c4fc8c2b627e9627307d5f3e32fdcb2b997ef306a6ffc36566e0f96b6650e536f31b3bcd0c39c4327f4c2a993f701bf3e79f1a33ac1dc58cac58ce8c6c0a61460715997f2946acec11841d673ec4ca594f60e51e5ab1e3fb0759f93c9895af19cbee17ac82af849d5011c14ee87fc04e5c1eca2a57bf6755aeb6b12a95d5ec64c7467672501a3bf984253b391e66a7a851ec94036f58d553125635e1023bd525949deaa7cc4e53a961a71956b2d3d56876fa87a5acdad965ac5ad40c56adf637abf62785552fec6235f6dbb31af74ad819a16bd9197fdeb0333fd6b39aeaab58cdcd18ab3dd18ad54ea961b51fdf627567d2aceeca3a56375e81d56d1d66e71866b073605b76de3f2b76bece6a76816532abbf4fca2e7c768a5df8fc046b70268c35683acf2efa7995359498b28bc345d668ce5fd688bec01a05ac659714cd668d8d66b1c670366b4c3c6397aaaf66979a26b14b2d53d8a5c0787629bb845d7ae02e6be251c72ebf348b351d7dc7ae683264cd3323d995efc2d8555b26b3abd7ef67d728f6b26b1aed590bf302d62274326b916dc55a669e63ad7fd2ec06e96976a3c7206b13ba8fdd34ce87dd94d4cf6e7a6cc06e7aa1c1da4dbfcbdaa93bb276ba162c20739c05180d1608776481e6e32c18bb9305ab7b59c8f9070bbd1459184963e1fa181641fd59f4ca7e166d3ac6623e5a2cd6be91c5959eb064c751961a9dcad209ad2c7d2581651c6559367521cb9975b1dc6b86e5e1ef2cef69cbf2c55f5841e50e2b641c6685bf5dace87e95157d17b152fd23acd4e81e2b359dc24a5babd9cd363aece6d31c6baf95cbda9fb9ca3ab8c1acb313c53a3758b3ce1df3d86d93bac7fc645de657b32eb91bd9ed560fd8ed0eb35957d563ac9be378d6ed500beb764e8b75571058f73900eb7e662febb1a796dda97f99ddf9ce80dd3904b0bb0c1bd85da9f6eceeaaa7ace7dc7dac676b31bbc7b88dddbbaa88dd7baf8bdddb7888dda795cceecb3462bdc440d6cbcb89f53a21617dee6bb0bece3eac6f5b0d7be05d3deba734c4fa2bc1acff699c3d9803b1010f94d9c03f93d943cfa4ec113d097be4a7251b74e13e1bbce2171becd7cc1ecd78cd1efbef2e1bb2b5823dbedf8e0d5539c786fabf604fee0b654fb6ff664fad73614fbd5ecc9efaf3943dbd29843dbd59833d7d56990d9bd2cc867927b2679070f68cff64f64ca71e1b71d9808db4bccb468e5d1715f2823d57309d8d36fac7461b7f62a357fe62a337cab231bc191be333918d7d37953d3fef2f7b61e65ef682de3df642dc281bdf18c2c6373f612f7ac5b117d3f4d84b1d8bd8841f3eece5c20dece5da52f672eb1df6caf9dfec955b13d9abebbdd9c48933d9c455dbd9c4b83236c9f8259bac10c6267b526c7205c6a674b6b1d7f326b1d77f65b169edbeec2d733b365df7219b9e11cfa667cd616f2f7ac3669c3fc3665444b319ffbcd8cc4a3d36f3f30bf6ae971a9bb5d57e4c249b35a2c1de7bbb98bdf7f5107bff493c7bff772dfba0f61efba01e62b3e74f62b3a5dfd8872bb7b2b94f7ad8dc8e62364ffe2d9ba75ac1e61d2a65f3a267b38fb03af6d1dbebeca3569ecddffd812d905ab305fe6bd8c7397d6c61a42e5b34cf847da231c43e39dcc93e298b608b9512d9e217f6ecd33d99ecd3a424f6d9beb5ecf3719decf3f24b6c8985075b22d5614bc6d6b874632f5b6a33c0962d9763cb37436cf9a7676cf9cf23ec4bfb4beccb337eecabe3edecabee16b6c2793b5bf1791d5b31f895ad94de66df2ad363ceb06f5512d9b777f2d9b7dfd4d99a3d97d99ac3f16ccd9d236cadc53eb6eee146b63ed99f6d9867c636489bd9861d9e6cc33305f61de2cfbe6bfec9bedf58c8bea76dd9f73ee3d846b585ec87c5ed6c93532bdb6c3d876dbeeac2367746b3cd3f3fb22da913d8961a79b6a5bb8a6dbd0ab3ad6573d9d68ab7eca7b135fa342992fdb43e81fd64dfc77ebac8b19fb514d8763e806d1fc4d90eed796cc7decbec1799adec172a81fd92be8ffd5269c576aa5c62bffa27b15fcb0eb35d1d916cf71459b6dbb897eddef61fdb9d6fc67e9356b3df6e35b33d7a956c4f5d09fbbdb680fdb9643dfbd33e87fde9a2c3fe3cf28ffd99ba95ed7398c7f64f4d67078633d8a183d5ecd0d53cf68fbc2afbe765273bac11cc0eafaf6087b70cb02372223b123e8e1db9d0cb8e947e63ff5ee5d8511f9e1d2d4f60473fd8b0ffb4afb3ff803af6dfc81b4ea6df961b376f2f37ee7a3c27777c0137ded399935ffe87938fd1e1e4effee2e4bbbe730aaaef38851d7e9ca2ef1a4eb1fb02a7a4719f537ac9734a03dbb909581b3761b48d9ba8b0999b68b48b9bd8b08e530e8ee794333d38150b9053f11acfa924b6709360869b229dce4dc9d9c1a976c77253655f725343acb8a98de5dcb4e4739cdafca79c9adb5f4e5d19e6d453dcb8193207b8592b57735aeb5b38ddd6099c9e6225b7c0338fd32f1de61626657006fba671060593b945215adca2cc5ddca2369233d46be216df33e38ca6b770c6457d9c895e3f67e257c2ad50f0e0cce22d38f3d5bb39f39daddc4a7d5d6e95e52b6ef569436ef5b505dc9a19eedc9a9545dc9ad3459cc5f50a6eed64636e2dfd965b77f02f67856ce6ac583fce6a6f236795c273d6d7f339eb06636e639e29b7f19d136753a4cb6d72c8e624261827319bcc49c4731c505bc4814e321cfcd68a4366f67288de7d0e296ce53098e7f0bd17388277e0886e1f8e4cd4e728419fe35a97737cde378e6f68e6447b9293c64ce0a4bfabb8cd469adc96098adc163b636ecba1059cfdc3939c83c50ece711bc139f9ab734e43efb96da57ddcb6778f39974253cee58b37b77d812db75d50e0b67b4de576b02bb91d6fecb91d357d9ceb328873b54fe2dc4fb39c7b4438e7c1bce73cb67ee03c12c7731ebf57723b0de3b8dd53b5b8dd7625dc5eb963dc5ea489db7be433b7ef7a01b7af358cf39a7a9ef30a7bcf790d2971de0eb19c777125e7fdea04b75f9be0f67b2fe6f667d772beef0f7007ea9b383f6d5fcecfc48ef3ebdccbf92f2de1fc2faee6fc6f1de6fc3f5a71073f7a7101622917b0793b1770ac9d0b5414b8c0273fb9c0df9edc21850fdca1bdc3dca1ae20ee707b0577e4491017e41bc105bdc9e582beace1827e2a704715d7704735bf72475d75b8639348ee18b0993b46ede14ecc48e24e68a773a1eb5771a13e27b8d0f05bdca9252477eab81577ea9e33777ab12277ba1fe0cea84bb9b37bfdb8b32117b8f06d755c780ec0451cbecf4524e87011df64b9488d622e327b2b17f9488b8bec5bc445c1295c54ec5c2efaf6732eba5bc2c5f47572b15215ee3c62c09d3f12cb5d70dcc55df00ae52e7c19e2e24ac3b9b85f5a5cbcaa84bbe818c35d3c24c35d3c96ce5dfcfb9dbb74671177454681bba2d6c25d1d9dc6255a3473893b13b8c47dbd5cd2fc012e195fc7a5ec29e4523273b9eb33ccb9eb673cb9eb6d695caace38ee86790977f3ce332ecd6a169716fc8abb853670e9a90bb8dbd5bbb9dbff64b98c527d2ee38b0297695cc1dd5924e1eeec94e5b206acb87b275ab8fbdb1670f70f4473f75b53b8ec03255cb6df342e27750bf7b0f22197bb589bcb4d2fe01e3dbdc91584ffc71564615c41553bf7d8f90ff7f84306579469c8158dcdfdc9bcb7dc9350827b12fd992baefec93d5d6cc33d25cf734fb913dc33836bdcb3af08f75c7906f77ce155aea4a9832b35dacf95ae9cc895fe5dca954d19e2ca0c21ae2c508e2b8bcae5caaa3671650dad5cb9ae37577ec2812b7f6ac395373fe25eea3ee35e1e36e05e867ce05ebe57e05e366673afa031cebbb857c5a5dc6b7d917b7d692c1f3873aff3df7215eadbb98a8347b88a8c7eae729c015769f386ab048f71955709aeeae61baeaad0917b5be5c1d5f0f65ccdbf2aaed66c90ab957c1bf383ab3ff098abffa5c435acf0e61a927f72ef4dfe708d8987b80ff608d7a454c435873771cdc9865ccb2d35ee63c61fee63733ed7eaa9cab5666b71adc3cfb94f2bddb84f47ecb84f59e7b8cf6c06f7f95f36d7a6368f6b533fceb5cb1772ed7593b8f68f155c877104d771219bfbe2dbc37d39b39cfbd2f281ebb45ccf75dae8729dcecbb8ced80eaef35213f735ae98eb3ec572dfdaa671df579ee77ee69b737d0f87b85f576ab95fadd3b881b57fb9c186226ee8881537acecc40d8f5ce7fe0610dc28b899fbb7639097519bc1cbaca9e765dccef032efcd79d98741fcb88b91fcf8a83e7e7ce2283fbebc8a57ac8ce6951c4c79a51fd5fcc4ff607ed28327fce4b556fce4f70c3fb96b1c3f45f1093fc56c27affa82e4a76e59cb4ff5f7e0a7a64ce3a77e1dc74fdb94c54fa32cf9694f785e2d6d06afee9ecaab0734f21a277ef333fa0ef1337763bc666f0d3f6bdd015e4bd98bd79a66cf6ba98d655202ff9f16ccff57f896ffef53333ffbad849f3db895d709e2789de700afdbb283d79b58c1eb5d58cacfbb70859fbf20859f6f68c9cf4fffcbcf7fecc5cf6f7bcd2f90b5e21764fbf0fa9a3f78fdf29dfcc28022de00bbcb1b782ce50d6739f2867bc278c3a79dbce17b457eb1650fbf7867266f1412c51bdd75e78d1ed5f24b26f6f1c693eef1c6263c6ffc7a03bfd47936bf344a895ffa7109bf2c33805ff6c6853759e4cc2f3791f0cb2bb6f1a66b96f0a6ebeef3a68fb6f22bc671fc8aa87c7e45ec6fdedc7f0dbff230c1afbc6dceaf6c5ec3af3afb985f75a59d5fbda88f5fb37a33bf66bb3f6f9128f216d72a788beb89bc45b315bfeef149de6a593e6ff56c19bf9e9dcdafdfb38ab77e10cb6f9857c96f687dc26ffc718cb7b17ec3db941ee26dd7cee66dd152de0effccdb856de6ed227578bbaf9f7989652e2fc95cce4b7edce541837e1ef4cae4c12bcf78685d2e0f3ddac4c31b8ff34899168f065af268d0251e7d6acc63a1153c9e7f90c7abd47832e5094f05c5f2ccba469eb9cbf16cff4f5e707ac98b2a7abc38fb142f755aca4b5d9579e99d27bcf46904bfd9f931bf65508bb7ff7790df9afe9177f2abe19dbe7fe29d064c7897ab79fcf67baafc0e9b107e47dd73de759f02ef5a7d9a770bc278b7b069bcdb6d6dde1d7fc2bb77abf31ef5e6fcce3d37f99d3ed3f95d5fd2f9dd726ff8dd2685fcee473bf93d4aedfc9e893efc1ecb2c7e4f25c1ef3d97c6efed6fe6f7fe45f87df42f7edfd9047e5f7110efc56ee3bd1236f23ecb86f9fd67457e7feb3fde57f704efb7f12ceff7fa30ef0f68f3fe1527f983a20a1f80b8f10147b3f880f60b7ca095071fe80df18766b9f241e336f2414f9ff041cdfd7cd0c0543e78ca253e383b9e3fdaf5863fa6309e3fc698f2c7ceaaf1214b56f221803e7f5c63843f8edde48fd7fde68fff88e14fcc59cc9ff009e043ad74f99381eafc69780e1fb638813fe312c49fd9e9c49f794df36797ece1c3e7e6f1e15ee17c78da443ef2902d7fee54021fbdf0071fbd89e6a34757f0b1ab6ef1b15732f9f3b723f80be9a5fc85be857c9c47091fd7afc9c78ddce2e3d94e3e7e973c1f7fdc93bf8417f00997d2f884a789fce595e7f9cb3b7df82b8a97f8ab126ffe6aa11a9f5815cd27adbac42771f27cb27e1d9fbc38944f36dfcf276f34e25382e6f3d766b9f1d70c2cf96b76a3fcb5abb3f96b37abf8eb69ba7cea94b37c2aabc8a786ac1d73894f6d9ac4dfb005f91b620e7f23711c9fa6b4904fdb9dcda7652af36985837cda5b5bfed6353b3e7d6a049fae17c0a74333f9f4da36feb6eb29fef68d763ed3612e9fe97b9fbf7375057f974ee7ef7a86f259068a7cd6dd4f7c56bd3c9fd53596ffbcf97bb4279f0d29f3d94faff23972967ccede9b7cceb1310d23fc435b987ff8568dcfb533e2f3c212f9bcd803fca3d8e97cfe0c633efff325be60aca71f8fbbc917ee5aca17f96bf3cf52fef0cfb5e6f3cfcfbee49f7f36e24b8c96f02568065f7259c297e45bf025cd47f8b233d67c59bc06ff22fd025f7ea08a2f4f09e3cbcbcff2e55deff8f26137fe159fc657a844f2155bc7f16f8ccaf937513c5f19309daf3cb483afb29dc8bf5dc0f0b52e4ff83ab18dafdb59c0d75747f00d41717c43a317ff6e4d20df3856fb466437dfb8fb04ffe1431dffe1d720df34d68f4d21d97cd3dfa57cf3a260be65c08dffe8b98eff787f80fff8a193ff64fb9eff3cc998ff9c41f29fdb59be6dc678beedf134be23dd95efc8c1f82f36f9fc17a193ffb215e4bf24a7f35f72f6f39df3b7f19dcb43f94e0b98ff3676d67d33f6e37b1cd5f99eab8bf89ebec97cef7f757cafce59beb77490efed1fc7ff9ca2c3ff7cc6f37d5c10dfe712c8f7dbe9f3fdf1b67c7f29cd0fcc02f881ebf3f941470f7e70f43d3f8477f37f92ebf9e17131fcc8e84e7ef4b4bf20b3f0af2013582bc83a6082ec97014176285b18f7f8b020273f49181fd8248c3f9c2b8cef4813e4152a0479157f411ed414e4031f090ab96a8262f01441f16895a014a9212855db0913140861c27e67614221204cbc2a1526deda28282b3082726aaaa07cc35d50c90c10262d5e244cb2761126fd6911260f1f15a6b0b030c56fbe30a520585035d716545717085317ac10a62eef15a6eedf264c4db517a66ddc2e4ca3ef08d3d7ad11a6576c13d456fc10d4ebbd04f591cf82c6f4c58286f12f41c3a648d0b8b35ad0285a22ccb06c16669c1b10665ebe2d689a59095a3e2a82568bb5a0d5912c6837ec11fe736f15feebc810666bd708b32bae083a561a82ee0e4ed03d9b2be856ff13e6f4940a7a1327097a2d31c2dc0975c2dc25c785b9d45461ae8b8b309f7e2ecc3fdb25cc4fef1016dcf713f4b39c0503d91d8241cd4c6191f26661918b9760d8252b2c566384c57f01c1e854a860549428187d0284256c91b0e4c67e6149f64c6149aef5982b82b15a8a60fcce595896ed279854be1096bbad14969f4f134ccbf709a6f58785152bdd05b3ed8704b300e99864c17c528d60be6e9b607ec85b303fbb5b58ad632cac36cf10563b460aabd37485d5f7f484d5c55b050b756dc1a2f19b60394f4bb024bb04cbfcadc2dad439c2baa11dc2fa45bb858d3a5261a39fba60b35053b0b1ad176c9c6a055bf37c6193a187b0892c1336894f0449f44601c8992980363202d8332a407480808cfb2da06b6b0574f70401338913b0bd2a0265ac2e30ee7902ab7d4d60ad2e081c1f2f082aaf04c1345d10eebc16c4e0cd82f8e482203e1304b1c252904e792e48774d13365b76099b5bba852dcd8f04fb9d0f04fb725361eb8751c1c1f8abe040cf121c766a0a8e36e582e36779c1b1df4370724a129c024605a70e44703e682938e79408dbc997c20e76a7b0e36a9de07ad95670ed90135cbbf205378b3b829b5d8be0d6a92ab8fdfc2ab88f20c2ce4de6c2ce4765c2aee616c153fdb6b0675f92b037e482b0f7f44361ef997fc2de4fbf84bdfd2d82976592e075cc4af06aed117c662382cfd25cc1075b28f8542d137c7eaf16f64ff611f6072509073047e180479a70c00711fc8e8d087e21a5825f94a2e05f305df0afa8100eeacf160ec61a0801aadf8480858b8400cb782160d31b2120255c08c89b2604bcfa27046e33140e4d09130e49a609877ceb84437d83c261565e387c788670b871b370648db970e4688870a47b9b10b45d57086af116823e1f1582dd0384e0d0854270ce66e1e88461e1a85dbe70143d2f1cd38c1542d6280a21d21821e4cd0421e4ed6f21f440b210ea3f2884dedd2d9c34b7144e5a0708271d6c8593cdf2c2a98fbb85537de384d3555b84b0910ce1ac4aa610b12b44882cbb2d44972c12623c868498d73942ec24792176f91c21163214627763c2f9a13621ae6b9310dfa7265c449f0b978e260b097615c265b567c2654156b852e42e5c79735eb8323849b83af5957095ac14aede0c17ae3e2c1292767408c92572428aca8870cd6b9a707d568670fdb2b270bd535fb8dedd2da49e5f2fdc505926dc88d2106ef91f116e5d1b116e557909e9b88e90ce3c11d2032e08e91d3b840c557b2163679590711317eee84d13eef8360b7765dd84bb0dff84ac659784ac279f847bca56c2bde993857b9725c27de55ce17e879d901d7a45c8befc42c8f134167222260839e7de090f0d72858777fb855c9f212137e5ab909b774ac8fd192ae48e9c15f24e1042decb3dc2a37586c2a3adaec2a3575f84fc124c2858be452870f7120a029a8582e043c2639b42e1f1932bc2e3b27ca1509a2c14cdec138a66df119e64d909c51319e119ae2d3c4f38263c6fce124a2d6584b20c2fa1ac285378e1632294ffa725949b4984f2a06ea1fcd46ee1256124bcb21485d7d987858a45ba4285d344a1e2689850f12a467813725fa85448172a75e60b95f7360a555e56c25bc725c2db6f1e42f5e87ba146ab43a87d5525d4592e11eacede11ea8acc857a6307a13eeb8450ff1b161ac675080dd623424383a2d0d0a220bcd73f23bc0f5f2ebcff652034fa550a8d690142935fbad014745668bad82d3465a04253d93da12576b7f0716d86f0d13550f8d8a6297cec0c113efe182fb49e91133ee9ad103ebdfb2a7c760d173ebfbf29b4878b42fb2d25a1bdf280d03ef85be8d83041e870582c748639095f53960b5de77c84ae8b8d428f62a8d0b3fd94d02bf92df4d22d42ef557fa1b75849f83e77a3f0fde725e187d147e1c7819dc28f947ee1e7952b42df23421890d31606a6bd1006969408bfd7c90abf733e0bbf6b360a434e29c250dd0a61187e220c477a0bc3e93385e11795c288df1c6164e0be3032b252f87bffbdf0b7b85df8fbb24b185deb2e8c3e3a228c76ab0aff56bc17fe59cc1065675b8ab2569b45d953bbc4710e4aa29cb3af2877da401c7ffda038fe8928ca9ff829ca9f5a2c2a3cbd222a2ef5171573924525454654ba7a4654fa335f9ca0fb419c80fd102770aae244e8bd3871cf1e5179c10d5165a2aba832df5b54697a2f4ed2bc224e8af510a73c741755b55151357cb9a81a512eaa3e43c4a9a9a7c469bfa68ad313cf886aea8744358d215143d95bd43827236a9452e2cc4da0a899a92a6afee916b5fc9e89da751fc4d949b2e2eca73de2ecda59a20e9c27eae04da2ce91305177c923517745933827325bd4bb622ccebfa32bea7ff8292ed4ec1117fe77505ca84b880b97e3e2426f8b31274583405771915c90b8c86eb9b8283f5d5cf4425f34b438232e869cc4c54f06c5c53f9e8846f281e29269d1a2f11c1771e9941b63de884b512771a9fd7971e9fe6de2d25189b86c7f8b6872635034b973463419ca1597bf5f299a2eef164d1df78aa6e1eea2697b97b8c2a8445cb1a7545cf167a26876bb4034cb39249a951d115722b6e2aaa9b2e2aae525e2aa320f71d5d77071f5b371e2ea1fb2e21acd50714d539c6861a2285afcd92a5a1ac3e2dadfe1e2ba591fc5754f71d1ca648ce37c71bd62b0b81e43446bbd2ad13a6458b42e3d2d6e5821236e78f34bdcd08c8a1b4fb4881b8b5788362eeaa28df716d126e0b468f36bbab809f015eddece13256ec1a2e477b6082c392b02167922b0c153047c1a4428a05584a21444f8b254848b1e8ac89086881af58b68c62e117dc08a58c1989e57227e8d1189c50a22b92c4da4d65489d46689486d2d13a91b6359a32b52dd53453ae597c8c8648bcce32722f32c4b64a7c0221b1425b2bd9b44fe739a2854048aa25e99285ecd17a51b4c44e9572371f3b60cd1dee08a686fba47b45f672cda9f3822da3fc813b726cc101dcedf161d6e05880eafff888ed023d1f1a1ace874d24b74de794674be55216e9bb755dc76a45d7499fd45dc7e6b9bb8c35a46dc111622ba5ab688ae25af45d72653d18d1810dd32a345b7c759a27b3323ee6c1812775131e2aed07a715758adb8bbe182b8fbc769d1533156f43cb540f46c8f123dfb82c53d8752c5bd6c85b8cf678ab8efe96ed1ebd961d17ba1bae8bdbe4ff4c656893e6b94451fbf46d1d73050f4ed3e2c1ee8e813fde6f68b7e9629e241030f3150c3570c246cc4c0ae11f190d11df1d0e86bf17050b578b840513cdcf4463cfcd56c4ca978a4234a3c32a02706275b88c16fecc4e0c6063178b8523caabe433c2a511143b651e271bb1af17800249e48782e8616658827372a88619b42c4b0705f312ce68118763b430cabc817cf86468b676f588a676fd589e1e03f31fcf64a314223528cb077152342df8891d67662e45d518cfadc249ebbba528c5ed12946c73b8a319c8718d3952cc6da48c4d8039562ac5fa078fe88ab787e58563cff2f548c932b14e36e7d17e3a76e17e3674688f1065d62fcc92ef122f94ebcb8f59f9870b7404c28d210139e8f8a09ff1cc4cbc43ff1f2e189e2e5f46ef1eae3f562e2061f31d12f454c5a692726efcb1793c365c5e4efea628afa4f31e5ce17f19afb80782d6444bcee828aa9d3a78cd11353b572c4546abc981af9474cbdf3434c7dda2bde30bf28de38d221de7cf845bc85da88e9336cc5db909a783bef829879224accbc94286656e98b77be268a771b68f1ee870de2ddf662316bf15ef1fec66fe283d1236276eda8f87081aff830f5b4983b764ee5f29e621e602be639cd10f3c66a9037ba597c14bc47ccd75d27e6179489057bb3c5c7c9ea62616aac58a438532cd21acb0f5de253f9cfe2536483f8f4c052f19906273e9be52c3e333c2d3e4b9c2c3e1b3e2a3ed79c2096de4817cbec168b65dfcf896563bdfd626280f8627bb0f822f197583e4b229657258b2ff7a588af8595e2eba7f262c5aac3e29b8fb05819325dacacb82356cdfb2e56b97d16ab22568b6f3f968ad5fd2bc4eadf45628d668258936824d65e7214eb1c368b756da258bffc9858fff187d85078477caf35576c3cf3456cfcb340fc703d46fcd03241fcf0e59ed8b4a8586c5a35596c9ed6263683b96273d926b1c57750fcf879b1f8c93654fc7c7393d826bb526cd39928b6e5ba8b6ddd97c5f647b562fbc804b163ce04f1cbe514f16bd671f1ebb322b1ebee7cb1ab78aad8f5eba9d83dfeb9d83defa2d81dec2a7687e78bdd5707c4eedf82d83d122e7e5355127b1ecd147b9d3e8abd21e662ef8575e20f3154fcf1a35afc29374eecdb672cf695ff15fbdae68bbf340bc45f563de2af4d8ee22fcf58b17f3e250ed87f10073c73c4c137b5e2efaaa3e210bf431c6a6e168786f78b7f6ebe15ff94c4887fca29711873144768421c713d2e8e1cb217ff2af68b7f8dc3c5d1e23552991567a5325e6fa4b275b2d2f162b0547ef60da9e28e0352a5c3f652a5bfd9d2098b43a4130293a513aa9aa413deea4a955dada5cafe6ba5ca89e952e54f2652950045a9ea5248aafa70a5746a418c74da9c27d2695653a5d3686de9b4f47ee9f4d216e9f49e7ca9da561da95aa68954adf4ad547dcf19a946fb11e90c5a4f3a2360b6744698b57446e235e94cd90ae94cad5bd29985bfa59a36ca52cd8b8854336d9b7496c39074d6593de9acb833522deb42a95663af54fbe07ca976a5b3740ef64f3a67eb1de99c37b7a57a7e35d2b9329ed2b9d3a2a473fdff4ae7dede279d67562c9de7f44e3a7f45b474fe5613e9fc740fe98235afa50bb66d952ef87b51aa3f5e5baa6fed21d5f76b972e3c6a2e35d09d2935209da5064e1ba406c7a7480d9e1c901ad4cf962ed235942ebabc546aa877426ab8648dd41031961a86c94997cc70901a5b01d2a568a174d99487d2657314a4cb7a5da5263fee494d576d959a1e5093ae30fd2c5db14d55ba22b6466aaed823359f7748ba4a658a74d5fa54e9aa506fe91a699974cd8348a9a54db2d4929e225d2bf74fba4ee79bd4aaad53ba7ed37be97ad774e9fa0c2ba9351228b516cda5d6cd89d20d0f2748377cbe25ddd0d723dd586624b559f94f6a2b8f496df7954b6dc7be67d3ada3d24da5c652bba70152498cbc54d2d12905f77f9442fe27a5503b2d85575f97c2f64652d8394f0a67554991a164293a3a2c250c35a4c46a4f2915b0574a57d94b99b13f8e0ce82265bcb64b99283329f32551ca422ba56c6087943dab29e512f3a45c5690947b3c22150c42a502ab291592ee48c593e7a55bf887d22d1e4ba4f678b0d4fee51ba9fd9787d2ad4bce4ab7064e963aea7b491d7dee4a1dc3fe933afe32943a0eba4b9d3ca2a44eb75aa44e0d6152a7ce38a973c55be9363f9931ffa3e83ee37afcda0080a388a46d571aff485689924a56118a4485dfbdf74e5168d140685ba944442254944a699024a1281a2264b4854aaac7f3e2fbb9ce39f7bb73ae33ae5777bb8c2c7a2c23cb77cba8f36f64f4deb9323aeeb98cfe6227630e75cb988b3d3226a74bc6143aca98be5619eb774ec659de95711b54645ce218199f7d4c269c2665e2682599b82053269a98cbc4ad8c4c32a994491ed7fea993491dd1320fc64ee669632df38cf09779a696cb3c9fff9579cd8e9679bd5094edb1d920db735541b6f7bf73326f9747329f9433b27dce61b2fd669365fb7b8d64075431996fc40a995f938dcc7f69a22c2079acece0d205b243fff2ef505698ec5099bc2c68cf1a59d0f1e5b260f787b210854fb290458ab2d0602fd9e1fd7b65470c836447ce9c96851507c98ed5ce951debab941d0fa8979dc0dc65e13b5264118691b288f81a59c4b3f1b2a8752b64311dd365b17265b2d815e6b2d81d8db2d8c3982cf6d936d949b548d9490d4bd9c9632ab2934ff6c84edda565a7911cd9e9b42fb2d3cd1db2331ff6c9cebad6c9ce7ee76571b4852cfe98a52c6154912c61e21b598254294bf4f39025c635c8cecfec929d4f7d284b8a3b27bb40b8ca2ed691b264adfdb24b4529b2cbf30c65970febcb52641ab29433bf642925df6529fdcf6557aa67c9ae7c76965d1db75a76757d80ecaaf70ad9d5f455b2d4fe46d935431dd9b5c716b2eb462b65d7e79bcbae2f4ffca7477643c54176839c27bb713c5676233d40963e3946961ea4214b2f7c2fbb69b44876f30228bbc5bf93ddc64c64191a822c63c54e59c6873259c6675b59e6cc085966f33d59d6e44fb22c133b5916d024cbfafb4e7667032abb73e18cecaef26359b6da2e59b6f718597693bb2cc7de4676efab4c76afcd49961bb741965fd727bb1fd423bb7f3b4676ffc10e594134242b78fc4b56d049ca0a067fc81e8cf92b7bb0d34a56543c45563cd15656acb54f56bc265556dc7b56562229c84a7dcfca4a13cb65a51979b287f9aeb2875f1d648fbc0fca1e357ac91efd899395e958caca7676cbcaa236caca7e36c81e4b5eb2c7096eb227b34fca2a7cbd651599ceb28a929fb2a7da0ab2a7d02259a56f97acf2ec0759e51b6559d5e895b22aa339b2aa15b3655517ff69d0913d5f9f297b31ad4ff6e2e41359f5c2abb2eadbc5b2eabb59b2eadcbdb21abdf3b29a1b7eb29aca09b257de9eb2d7aa3365afb7b5ca5e7f7a237b3d9226ab952ec96ae3e265b5293ab2bab2f9b2375b72646f2edd95bde99393bdcd3e2e7bdb6929abdfb459567f3e59d66054226b1aff5ed6146f2c6b4aba276bcaed9235db68c85a66ff947d543a2afba83646f6d178aaecd3bc1bb24fcbeeca3e09f7649fe26d659f0fdbcb3e876f937d3e335ff639b146f6b96f82ac7551a8eccb214cf625a24bf675cb5ed9d7b221d9b71f3365df4fcbc93ada36cb3a7eaf90756a5aca3a77facabaf6fc95f5548cc87a2787c97ece7b27fbe9c1cb7ea180ecd76f2fd96fedff64bf73a7c97e8f24c8fad3b465fdf99b64037760d99f9205b23fdfc7cb062dea6583fe5ab2bfcaeb647fa79e90fddd305e36649a211bf2af940dfd3c231bb69a271b0efb2e1bce76950d3fb7910d37ff0446d9ac024617fd05c62c2b02c6f0a38031a7c70172692e80bcc55e40fe41053036f726306eb63e30ee14088cabb8052880a70085bc6860bc7e0230fe430330618c084c08f30326fc59044c5cfa1e98c8df0194680740c96f1ca0e43f044cdaf21298e43507981462014c8acd069497eb01ca9bbe032a812680ca480da0aa1505a82e300254217f402d2a10507bb305501bea02d41f2c01d49b17021a560d80c65d3740e3e11940333003d00c3601266f1c0226bf3507a6c42400534ada81298f6281292fc281693ae781695c2d302d0d00a61509c0f47df381e9b169c0f4a47dc00c8d606086de203063512b30a3702530e3cb2260a6e64f6066720630b3ba0fd08a3406b4a79501da5a24a07dce16d04e180768f76d0374c82380ce9e1c40e7c4536096521ca0bbf501a0872e06f4ea7300fd2b126010310218d43f00fe4b8c06fe7b5f0d18ce36020c970080e1b10bc0ec2faf00a31d9f0023e6173037c817989bff1298db761998b71203e61fcc0716561a018b1aaa8045dfa280453f9c0093bd1580c9af458029e1002cce5101cca25200b398518059f3bf76a736b0040d05ccaf1500e62f55000bff38c0e2fe6360d9fc3260d9164360d995efc0b2fed580a5c51bc092bb095846bc022ce38e01cba74603cb7d2f02cb3f3380d5ed46c07a4c39603d2f10b0b6db02587b390236830f81151f2e02b6fdfac0aafbdb80d5f67b81d59b6280d57e0cb086dc04ac69ff0eac35ec07d6de3502ec5cee03f6fa37017bd776c03e732b605fc801f6d53cb0ee5414b02e6b1ab0fe910ab07e600be010b90870e89d0b6c98ec096c78fc04d8d8e5056c5a1e0538aa1c029cfe34015bb139c0d66079606b7b30e0b2370170397c0070e97d036c3be70db8ae29055cfb0f02ae831d80fbb4c580fbd969c08edd5ac04e020276762e0276edb00264dbfb00402d0200363700e0651b00acf40120b403809d05002e0b0750551300e52c0034b80540dfde0570cd46008f5f07e04d5701221f02c8632a00f9cd1860b694014c7c24c0541c05d8316ac0ffff9cc906c7019ce12e4018550d0807d603425a2620e60f00627320e0a13917f0e8d403762fe8017697f2c0ee1f2b00cfeb2f012f7911f04af306f6928ec0de8a6160ef2f5bc03bfc39e07db711f0fe7a0fd8673b03d8b7a612d83f750270a0aa13f077e802fc8b6603feefd281c088454060390a04b61c050e96f80007dfae010ee9140087581de050a13370e8e30620686a031032eb291012d20b845c9e0c8486ea02a1ad7dc061e3ff80a30a8ac0d1ab7781a37f8a81b05609386690031c5f7714381ee80b846bee04c2fd3380086d4d20226c0a10b95619883c510f444d6b06a2e6250351fb6b81e871ab81e8659b81e83fdf8118b3102086f600623edd0162d7c803b1a11381d80f478193b5a38193bfb581d3995380d35f77006737fc02ce9e3f049cbd12069c7d4d00e7803fc0b988efc0b92bdd40bcc71f203e3d0448985b049c77b70592520e00171445e0c2c66bc085cc76e0e2fc06e0e2cd2820795215906c1b065c02670197c868e0d2bf3d7629693b90629403a4ecff025c9d4400575f1d0252776602a9d53f816beb2c816b4eab816b5bba806be249e05ad11ee05a4b129066ec08a4596e02ae6b72c08d8923c08d3d8940fae348e0e6f814e066bf21700b5d01dc9ebb12b83d7fcb3fb94086dc0420037b006484ba0359666780bb9aedc05d2e12c8fe9500e4acad03729c4f0139e83ae09ea72770aff419906b7807c8b37e00e46fec03f21fc501f955a940fea01f709f32000a0ce70005be1b8182ee40a0d0e022f060cd3de0c1f63ce001f70528b23b0714ed52008a1e3f048a9f934089d12050e2940094741700a576b540e9df42e0a1633af048e79f88bf40d9d61f4059f402a0ac7937f0f86c21f0f8e26ca0bc41077832aa1278a229073c35bf08541aee062ad7fb0095877e03957ff38167be3e4095e32ba08a7d0454753400cfeb2f002f5622c08b3d538097577f022ffbfe02d57f5e00351a4e40cd9608e0b5be17f0fae677a06e5d2ff006f90ebce127026ff29480fa1f4781069758a0d1201c68cc3a0034d58c05ded9cc07de452500cd9e3940f31e7da039682ad07c2b0468be9707bc8f30065a4e39031fd139c027411bf8f4c21cf8fca61968f59180d68469406b5317f065e724e0ebde3ee06bd012e0ebd94ce0dbeab3c0b7c3f6c0f78aab40fb3977a053c708e85cf814e8b495802eba1ce81a3a0e74bb68013da74e02bd8bcf03bd67ce023fef1f04fae40e037df7f703fd2d738001d593c01fec02f0e7741130c89b0283d7b601838f0960f0db1de0efab4bc0d084a5c0d09e2260f8f1166064b4373092f21118295b0d8ef64741b91dd341790d0d507e9b1b287fa1061cebaa088e959d05c746bd04c75e2f021534cf80e35788e0f8d555e0f8d0a7e0f8b84270c276375071ef6b5031230354fc99074e5ceb0b4e24f4c189a7978013b39a4065e50a50f98933a8fcc20d5435c804552fd3a06afa2d50b5a80f54cb5f05aa157c01d5aa60507dd463505d7e34a87e460954eff70135cab4418d4f2b408d563950a3e718a8d19f036a9281a0263f024ee1668353df10e0d4f711e0b49593c1692f94c1e93233703a37139c9e170a4e2fac04676ebf0fce2cb504b5f0afa0d6e5c9a056df4c507bda6e50fbd055503be51da893bd14d479791cd4696c0567696681babb6e81bae26d5037bb15d4ad0f03f5169f06f5fcfa41bd73c9a0fe4553d0c080030dc417e07f76fb4143d395e0ece802d0a8271b9cfb3b06340ef80d1a5f7a0c1a5f7306e7854783f3f5fbc1059732c105b7dcc085b37f820baf18800befeb838b327dc045352de0a2a126d064623068a23b0d348144d0f4e43770f1381a5cbc8f0017bfcf06975c2e07cd977a80e6c41cd0e2d112d0e2ed1ad0e25d13b8cc9f022d7fde079773fb40ab5f31a0f55e6770c55f165c19b61b5c796e03b8f2ea7e70e59d0670d59695e0eadf1fc035e517c035038de0daf10de05a6c32b896c5c1b5c1eae0daa275e0dad256706d3b08dafb9683f6e115a07dbd39b84ee70eb82ef12bb87eed10b83e7639b8feb422b8bef01bb8fefd55d0e1d57270c3546370639911b849bd1fdc1494006e4a740137e54aa0e3bccfa0e3054fd049652ee8a4ae043a651a819b35bdc02dc551a0b3dc2dd0591e069d55ae82db26cd03b7df19025db3354137be0a74fffa049479c683c034071008ce04811ba34070fe2e10562341581304e14f5e20f24411449b5e8358ef2048acfc0812eec320f1ac1b245d6783e4e10f20996d0392fd6b417ad20c90091041266d26c82e1d02f9d155209fdb0df225db4061f9765048fa050ae92f40a1ab00142b4e82e26b1a943eef003d529683bbbdb7825eea1da0d7ce41d08bbe057a9dc805f728bb827b720e817b730870ef7028e8bd7931e87dd705f4f93619dc378606f70dcbc0fdd207f040e139d0f78817e8971c05061cdf02067e8d0783d65b80c1aa1e60f0e9c5608896221812a4041e56cf030fef71070fbf5b011e9914078669c78261731030ecf27f60d83b2df098792b780c0b018f9db6018f6f59021e7f8d8327cafdc113eddbc1708d2560f80e4b30fce16930bc35050cff9e07468c3e08468e92c068391e8c291f0263037930f664157872943d783238073c79ab033ca57b193cf334183cbb7b3b1817e10bc67dd600e3bab681f10ed5603c5705c6c71360fc25633071fc063071963c785e6917789ef400cf975683497c089824d4811716b1e085cd9fc10b1e9fc00bc3eee0c50533c18b3b7680c91743c14b8e99e02584062f2fd80fa678a68357b62d05af9c3100afd40d815737ee05afee08025315cac0eb010ae0f5877bc01b7f1e81e95b8dc0f4a36bc0f482f9e0cdd11bc09b8695e0cdec67e06d7935f0f66c09cc38920f666a798199a73e8177f62f06efbc9103efda1a8177bde4c1bb979cc1bba96bc0bbd70530dbc416cc767104b3f75a80390bc783399ef5604ec20230e7be26786f572c782fe431782fd305bcd72081f7ba07c0dca51960eef23560ee8106306f7f3e983fef0798ef3101cccf9f05debf5c0916542360c19722b0f0c253f0c1881758442f068bce9c028ba75f064b4ed781250fb682a5dbb2c0d2faa7e023f97cf0916d0e58b6bf1b2ccbdd043e199b023ec988069f3cf7002b46936085ef11f0e95227f069e663b0322e02acfad60b56fd3c04be986801bef0be0ebe08bb0bbe8821c1970655e04ba77ab05ad702ac3e34177ca57b047c6d488375a33f80753be3c03a1a07ebfc1ac1ba8062f0ed6143f0eda93760836d3ad84046800ddf3ac1c6e78fc1a6cc4cb0e9dd47b079f349b0f9c13ab0b9d40ffce0d3057e8c7a0f7e8cf1003f9d73013fa53f043fbd9e0e7e1ef706fcac130c7e7ee001b6ae54055b7decc1af1b08f05bc11ef0fb9460b0ed4713d83e35046c5f79066cbf5b0776249c073b23d7835d6312c12e153fb04bbc0a76bd5e0bf68c66c01eb74760cfa340f0c7aa6ef047d472f0e781fbe02f5d1afcb5cb06fc7dc01ffc9de406fe7e5f0af6a1e7c1be63cfc0bec7e7c0fe8d1fc0feab39607f8519d85fbb1a1c181d0d0e4c8f0407fc5dc1811bcfc181e7bfc13f934e827facbe838363b683838626e020180afef5de0ffe4d1800879ce68243601b389c39191c51090447d2774063a06a68ccab31909ce915486ecb1a482ea40392afb384c62aca41633ffe86c6a98e82c6e5fd8bbd599082c64248c1bf0552483a0829a424420aa538347ebc0a34e1f14e48317c0da4f890822646ab434a7b9a21a5d335d0a46510a42ca440ca89e6908ae53848c5ed1da4aae107a97957416a090d90ba8d27a41eb61e523f0642ea114f20f536394873521534450f80a6f46e85a64e6881a6ee5c0e4ddd2783a646c541d3fc2e41d38eb541d3924e40d36ebe87a675ed85a6af5c054d7fbc1e9ab1a90a9a111e0acd4cbc0b69697641daba3a908e9a39a4e35c0ce96c7d0ee9d4c641b3c69e8766d974427a0637203d4807d2d77483f4273f83f48d872003f91ac8e0d311c870410a34dbd21232f288848c4d7e42c6feead0fc3853687ef601687e8d11b4c0d9045a38878016b53d864c46d943a6442664daa3002d765e0d2d765f0999193c80cce66f87cc2c92a025b79e414b5de7404b839da1a59dbf2173290a327f3211b2a89c0e2d5bbe105a769d80966f98022d0f59022dbfa80b5979fc80acded940d6fb5220ebe241c8faa93c64bba11ab2fdab0ead4ae0a055376da0d5f2d3a135b39e406ba7da426badc2a0b527a64376a3ef41f673d420fba369d0ba7dbed0ba633cb4ae4e06adfb6c06ad5f6f02adcf2f861ca29320870b8e90c3b393d086ce1a68e3f13dd026740cb4493c056dfa5b07399ae8418edf5ca1cdf635d096d68590f37a65c839221b726efb036d8d6a805ca6ed875c2c832097d320b4cde023b43d7d1cb4bd780ee43ef10bb4c3ad1eda519109ed3cf503da79e12cb433af10daf5701c04ee0320e8ae1e0427c541c8ae1608893d0fa17c3f8425554158fa59081bf28270bddd10be6c00c2918710b1cc13223e7543e4db0288fa1b08d10d3721e6593ac48c44426c9237c436cb203e6621c4c76f8584626f48746f8044cf2790e41e05792c9c0579b8ac843c8ed5421e97ae43bb3fac86bcc22a20afee6cc87bc64fc87b9619e4b3733174e0fa4ce840a322e40b29407e774e42fe339321ffd51990ffed702860c22128c0ef221438ef16147840170a0cad82029ffd071d9cff173ab8660a7470c753e860f91fe89072117468ca54e8d0594be8d023732848bb040aaa45a0e0197150f0b73950a87a1a143a5f1b0a7df2000a7d73093aace50c1dde110d1d662e4087335ba023c33fa1a3a823143629190a5bfe010a5b3f193a36ea3974ecd655e804660a9df8de00856fd90185571441e17f7ba088fa6a28d2d8078aac1a86a2766543517e615054482e143ded02145d3f118a3143a1d8e06ce824760b3ac9b440a74a4e4067a6ad87cefc67099d5db70d3a2bfb171fb840e7926ca173575ca0f8312a503c8641f1bbe97f7e43098bfba0846d109410140525d4dc85125af4a1841e4f28513f004a5cb3163aaf39194ac24da00b93df43178173d045783294ecd8082527394197165f842e6d72812e077540293e93a194c630e82afa02ba9aed095d7de4005ded5b075dfb39054adb321b4a3be8045d0f16a1eb1706a1ebad5ad00d381fba215940e9e20a28fde025e8d6ccb5d0ad380de8f6677728e3df5a642e7e0b653ded87ee64054377ed9da0bbbfbe40d9eee7a16c8f9f508ea404e59c9a0ce5342e86eead6b81eef93b41f7de1f87ee0dad86722f9742795b164079f51650def7cfd0fda563a0826de7a0c2e8675061c616a8b0a8002a6c5c013d485e0d156d7f09155f70878a0b8f41c5956fa012e13654929101959687400f972b418f4e34428fb270e8f19d17d0e30a097a32d9087aa2a70d3d699907556cd5862ace18429571c7a0cafb415065910bf44ce920f40c8c809e3d7d04558dd686aabc3e415507c740cfdfc7422f966e825ef43c815edef90bbd7cac0755dba44235dfeda09a8e6ce8958e23f4ca2a1f7a7df02f54db5b07d579b9406fa61c82def819426f0753a1c6c5b150d3c952e8dda493d03b9f2350f3c51dd0fbad8dd07bd40c7a7f0b87debff7825a2666422d4eae50cb1d65a8e5790df411b5803e9ead843e3ed5823e859e853e9df9067dba10027dee4d865a372a42adac12d47a6d34d49a130d7d41dba0aff9f9d0370733a86dc706a8ed0205b53dbe05b56f9a02b5c7c1507b7e23d4b1d51deac076439d6805d4a37c0dea819f423dfdd7a11f57f3a15e8b04a8f7f241e8a7be3ff4bb250bfadd630af5316ba1feadce50ff8530a8ffdf3af6bf26a0febfdad080f651e8cfcc0bd09f79fba0c1c234e8afc973e82fa704fd2d578386dc62a0e1293ba1113c1d1ee57b181e9dc0c3a36ffcf38e824777cd83c7bcb285e50c57c0725e736039bf0158eef90d58dee31c3c76f206786cf55478ec9b37f0d8a1e9f0b8594be17147d56105b31158c1f9083cde21091e1f91072bcac7c18aae8db0e28d1078e2c783b0123519566a8b80272d5e0e4f427560652e175699b80456814ec26a1a51b0da7f9761b5887c58adce0356073fc11adb74608d5b1b61cdb1c760cd4fb7e1291ffde1a96b9fc0d37ecac1d3e576c2d3e7ee8467a455c233def2f0cc8dc9f0ccc36361ad313ab096ba0cd69a7a10d6da0ec15a474b61edab3360edaf0b601df76db0ce833a78962e04cf9a9709cf8adc0aeb027b60dd88fbb0dee274585f5d01d6af590f1b5c58071ba4a7c0063f4ae0ff8c6be0ff2c9fc3ff85ce82e790aaf09c87103ce7e74ad8a8a70c36aebf0dcfb7918317d69c8617891af0a2c789b049c60fd8e41b0d9bfcf90e9beac4c3a68e4eb069a7396c3accc18b3f86c1668d55f09239cfe025c27678e9e35ed85c5301b6941f0b5bcdb680ad90f9b0d51b3dd87a79056cbd4b11b6b18e866db646c0b64aa3605be336d8f6a33abc72b215bcb2cb105ea32b83d712a5b09d95226cf7a80bb6cf7482edbbdec0ebf42ae175f3cfc1ebf62d83d707ebc30ef3a260874c2d78c3e7c3f0c6b5f9ffb4c21bf78e8537dd39066f6a39093b796f819d6ebe8737078d83371fb3803727d4c19b1b6be1cddd4fe12d422cec2c0b859d774f879d7fd2f0b6d15af0b6d9a3e06d2695f0f6e643b0abf675d8ad3d15deb97209bcd3e50bbc93e88377d21be19d61ffc692d3e15d73dd61d9a30418a80c8341b5bd30780882e1aeb1306a1306a3e434183d87c358a61f8cdd8f8371b40826b6f6c1848c828927393075762a4c1594c3d4a34930ad7711661ebf80d97b4d30777d18e6174c8605bfcbb0785b80a50da9b0145d084bf7dec11ed3fec2bb6d5d604f8546d8b35982bd8e98c15e6dcf60ef5379b08f5a0eec73c613f6e930840f6c390c1f18c4615ffbc7b02f7700f6f5f905fbbeff0ff69bf21df63b7812f6d7dc08fbef3586fdef66c301977be0c0c9aa70209e0a1f1af3020e9a340207991d838335cde0e0d913e0e0f5717088a33b1cd2761e0ef9b5130e3516e0d0e56d706870341c7a22033eec79013eb2a1073e7a96808fe66bc1477f19c0619b7be1305a0f3e7661317cfcd9107c62f36138dccd0b8e747e05478a8370cc971c38b6291b3e657f173eed36013e3dd8009f5931153e731c87cfdcfc0b9fb53480cf168f81cf76c6c271cb2538ee920e7cae6f171c4f4f821335aec389bb29f8bc89357c1ebb062729d5c0495305f822eb0c5fbcb313be98df08275b2f8793d3a7c397af87c0973f8e8553cebf8153eaf5e02b2bb7c057deae80af1e5e05a7ae4883530fcc8453837fc0a9c9ee70ead57ffdc145709af67638ed5d187c63cd03f8c68ef7f08df4eb70bad24938fde56638fdab097c73d22ff866f122f8f6fab3f06d5f1ff8767a119c0925c09987a6c099a54170e6e72138ebf42838ebe66bf8eee83a385bc514ce9e82c1d9c81738fbaa2e9c73f3339c933919ce693b00df13e2e17b4971702ed602e7065d87f384dd707e290fe757b2f0fd3823b840491d2e5cbb0e7e0014c2458be6c245d782e0a2c773e0e27075b8f4ea1cf8e1862ef8e19657f0c366102eb35b073f96f4e0c7154fe1c76f48b87c7e095c1e7e137eb25f829f9c3c05578c4e812b3c7ec0154de670457f2efcd4301a7eea9d0e57ae76829f4d53829f6d1e073f7bd00e3fb75c043f7714e0971347c12fd347c1d575afe0ea0f8be0ea6f3fe19ac3e3e05793bbe157057be057dd20fc7afd31f8754e055c5b0ec06f5eaf80df9e3d04d7771270c3ca62b8e17937dc8858c28d0327e12665f69f0eb829f207fc4e6e1dfcaef122dcbce23efc5ee13dfc5eac86df5fb2863f70def0c7bb5fe04fcefffc4d853f2fb804b71ab7c0adeec6f017e534f88b5e39fcc5d61ffeeae00f7f531b077ff3f582bf0ddd85bf2b5e87bf7f980fb74d380eb7e98270db8e40b8edfc1eb8ad7219dcfe662ddcf1b41beee806e04e6d43b8f3c472b8737819dca547c35d8772e1ee6d53e0eed014b8bb4a0deecd31877fbad7c1bf27d5c2bf751ec1bfd79d87fb37abc37f4e14c0831e4df0609a113cc471f0d01e0a1eda770e1edeba1d1edeb10e1e0ead864742c6c1232d4ac8e8e32ec8987d83c898638688dc174f447ee514443e6a3d32f6b4223236db1e1967320d51e0b6210a2f65c8f8203f6482ca5b44716a1c32d1be0299587415517af41a5156951095e83c4475592ca27a5e0f51cd5d8ba8be0411d51f3f11b52fa310b5bf20a2b1a119d1f8e28068ee3c84689ef54026371a22535f7b20d30ecf41a6abde42a6975f40a6f7fa2133aec5235aa3b620da533411ed6547109d71a1884ece4c6496e62964d6c92388ae562ba2bb01467453af237a7267103dcb74444f588de885cf41f4eac3107ddd0d887ee57cc4e0fe17c4a05d1df94fbb17f92f3207f9effd2f6476ad3f62f4702a62d4790d990bde428cf55622c6b33723c6897588719b0c9977e32d327fc52164014d210beea8238ba615238b167c441665ac414c347f2026fb69c424bb1231e93a83986a2f474c0f3520a6ef5c10d3e179c8e2ddd790a50fc6214b3f7c40cc57e620e6a227623e688058cc22118b805d88c56509b1487f84580c9522cb74d29165adb688a58b256279693962f9672fb27c7234b2dcdb1259deb718593ed48b58359f46acc3362136da0688ad9e07626b3117b16dbd86ac9ca88cac3a2a21ab4efc4456eb18216bd276236b0ad591b5be13113b711562efd88cd81f7342eccbbd90f5b7931087055f1007e027b2a1ff0db269e16264d3e37188e37433c4b1643be2f86212e294108038030790ad1696c8b6ec5264fbe92788ebac50c4755719e2fafc23e2dafa1b711fb70f712fff8eecd89481ec887e88ec485a8aecdcfa18d979df1cd9a54021c007270424fe22d0455d04b6d443609b3908ec3a1741adbe2158873e82f51f43f017da08deb60021d5c72064ea5384365b833017fe206cd82784eb5cf7cf21849ff619e1b1bb08ef331ee143ef211e72798887c757c4637737e231108878e28b11cffbdd88674f1ee2251f8b7869bf45f65cba87ec8d7340f6b65521de69df119f4b6f907d53ab907dd06664ff7a4b64ff514de4c0aced885f2b80f83312e2bfb71b0958df8004b4fe45026f56208123b791831691c8c1831b9183cf5f20879c0f2187ceb92287eeb920871a9e23418bdf2141b1db90a0f3fb9010270009393d0309b9918d84146c4442edfc90d0c8e74868450e125a3d1a396a62871c3d92851c0d1f8b847dd7f8a71d39d6a48f1cfb3d841c9f18881cdfc120c7b38391e3c5b6c8098bff9013ad0548f8947e243cc00a09bf628d847f5644c2fb8a9088a5ee4844aa391269fe1f1219351989bc3b8c44e97f42a2620e20d16ae648b4c62b24da6b0d120b1148ecc1c5c8a9ddeb90d3e278e48c873672e6ae2672a669317276e17be4ecd38348dc293be45c4c1b72ae50074958bb194948cb46122f9a21e7e79723e7d74ac885756b90e4397148b2f007498ef7472efdcbf3cb098348cac85ee4cae4f3c89585d791abcdce48aa3f8a5ca3df20d7a29c91b44f83c8756e177263f43fc74b901ba746901b7f9d9074e43d92feb60cb9b9e23472d3612d72fb532992a1b108c93c7a11c96cbf8a64f68b48961e8edca13e2077624290bba1dd48b6db21247bdf512487534672bede4672032c90dc1235242ffa089277bd16c9ebb240ee87a14841ca2be4c1ccf5c883b991c883237f9107f93d4871c076a424f90c525a7713796852803c346b461ef6fe421e8ef4228f0cd6208ff254904775de48992e88948f2e439e2c9c8254a8ec432a56e14845833df254e334f2f4e74de4d9043de4d9141be4d9e76ce4d97038f2dcd01c79cedc479e876a22cfaf9620cfbb6f232fd4039097f3469097753852e37f0d79e57f1279bde81fcb06e475710252abe982d4ae5340ea66f92275fea648dd836dc89bf55ec89b6823e4cd792be4edd744a4decd066938751269a831421ae7d6214d13759126831aa4c96200697a0722ef16e521ef4208e47d0d83b42885201fe5f2918f3a2dc8c70f4dc8a7711b91cfd79f219f5f1e425ab54621adb902f2d50f42be7e43906fa5a790ef330391efcbbb91efd61648bbec09d27ee303d25eb41f69aff7413a966e463a767e443aea41a4734c18d279db1fe9d67c83744f6b42baedd7223f5a5290de89e3915ee824d2cb7c427e5a84213fcfb521bfce1c417ebf6d45fad473903edbcf48dfb7f548bfe736646046193210568b0c4e1e8d0c2658207f8339e4efafc7c8d00e0c190a7a8a0ce54522c36e8f90e17383c8081f848c5ce4d1519e8de8e88ca9e8187d7d74ccad8da8dca84ba8fce87e547e592a2aff7b273a563e091d9b17848e2dfe8c8e6d3e8e8edbaf8a2ab8a7a1e3abedd1f19fbfa3131ac47fa2d0892a25e8c42fe1e8243b193a29e0073ae9dc0f54f97e38aaa2b70055558350d5c250546db51caaee65866a2c5d8f6a2cab4435851154336a00d54ceb45271bdaa2535607a153221ad0a9cf2ea0537b8fa253879fa1d36c4dd119abd5d1990ee9e8cce05c7466e27c74e69f76542b320ed51ad045b58d26a3dad563fef1437557e9a2bad9d750bdde22545fbb14d577f88ceae7f5a30691cb51830c1135b8af891a4677a3b31f1f41670fe9a1737cdcd0391f76a073b1b3a8f1e177a8716a073acf3a189d3fca079d5fbe015dc826a10bff16a38b5a21d444ad0135714c454d32c251d3454b51d3906a74f17e27d4ecc93374c9ee3de8d2a34ae8d2c415a8f9dc76d4dc341db508e8459765ac442d27ac4397fb32a815148c5a6572a8d50777d43a682e6a73e41cba226c16bae2e314d436fe3eba52ab015d3dd10d5da3a08faec9ef40ed3045d4ee94256ad7f302b53f731675307a8c3a34fba01b5a5bd00ddfe2d08deb3ea01b7dd5d08d9f64e8a6578751476e1fea58351fdd3cc604dd7cd012ddb6d40fdd968aa1dbc713e8f609efd0ed2aff62f81f747b471dea2ae789baee7447dd14c7a26e6957d01dc31fd09d36e9e8ceb609e82e2e1addf5d60995fdca4481779f5030894361f34a14b1165064058b22ced35154b31245df2f42f1f10750bc6f0b4aac5d8412f6d92891678a927fb351ea5c2c4abdb34369440565c29ea1cc691d94d59b86b22eeb51f6078d72ce952877fd3c2a5a3c44c5e83da8d823a1626f272ad9c5a21e73f7a31ebe2b518fa70bd0dd461b50cfb9a1a8d76b7bd4ab7317ba67db78744f702cbaa73a17dd7b3013ddfb602aea3dee00ea7da31bf5519f87faccdc8afa1cce437daee6a33ecfb5509fd603e87ef97e74ffbc3de8fef734ea9bac80fa814750bf8b46a85fb7161a30ae143d686b811e0adc8d061daa4483b33dd1904063f4a8c1107a74c01a3d66da841eb30e408f9ddc8e1e9f958a1e3f761d3d1e9d871ecfed458f7f28478fb716a2275674a227aa0ad0131dfe68f8da3168f8a1f7688483191a29cd42232fee40235313d1a83d63d0a873d66874850b1aab1781c61e188fc61e8a4663afef41635b8ea127438dd193777bd153038ee8e9ad4bd0d3bebfd0334e67d03367bbd133352ae8d99591e839d7e3e839aa0c3df722178d378a46e36332d0f8f25a34e1018f26f4b368c250219aa89f849e5f72183ddfac8026ed3c8226bd564493be8c462fbc5b825ee49bd14bf2cfd14bdde3d1cba659e8e55f8fd02b6e39e815dc1ebdf23919bdfaad124d3d558ea656be44af9744a3e9c601e8cdf7009a319e4433aa27a3991afa68e6911e34f3792b9ad5a08fde958b44ef6e5b88deedb543b3910de83d9b4fe8bd0f7268ee7a793437f93c9affc6032dd41f83165efc8d3e48f4461fe4daa34503c968b1fb12b418b1468b430bd1e2b43ab4387f015adc761e2dd977142d9d118e965a05a0a5256fd187ba75e843f015fac8450f2d070bd0f21a022d1f588a3ee909412bc418b4c2ef285aa9391ead7cec8656367d449fadba8b3e3bbf1d7d9682a2cf061ea25572a66815b51dadf21e8b3e3768449fef6b409fdf53479f0fc4a22fa668a22f7477a12f1a97a12fff95d82f4b9bd057721fd157aeb6e8ab23bbd0572707d05799c9e8ebdaf1682db716ad5b3607ad739447eb5c6fa3751907d1baee2de81b1f7ff4adb40a7dbb1f47dfde37441beeeaa28deb8dd0c64c0a6d322d45df29fc44df69dba3ef66f7a2cde7b2d0e6bb27d0f76395d1f74f9ea22db98bd08f370ad04ff21a68abe131b4f5d166f4cb620ff4cbbaa9e8d7e816f4ebf37cf4dbbdb1e877b01fed687b8e76aa68a09d7c23da35510bed1acc45bb67f6a0dd6fe4d19ed9de68cfc260b467038cf61cff8ef67cbc89feb09c80fe68ea467b9faaa3bd2f5dd19fffcec09f97efa13f3352d0dfeb0ad1dffb8bd0be781eedbbb10eed67bad1fe9c52746036890ebaf4a1837e343a3888a37f036bd1bf3fe7a243538ea2c3be87d0e11bf3d0917195e888fa5e74e4fc3574e4e26c74a4b8011b255f808d5272c646a9ecc046dd52c0e41728606337fec1c67df7c6147ccb30854a0153f8f0181b7fea0a36e18d884d1c33139b58f305533abe1b53baf21953ba6a874d7a648329074761cae7ce632a5b7c3015b7524ce59e11a6dad38ca919c7606a3e2a987a692fa6fea518531f7c816998a6631adc354c337425a679d811d30cfb804d9e67824df97b0e9b1aa18b4d9feb804d7f770a9be1de8bcdd87f029b79ce169b195f8b69cd1cc1b4adea31ed1f6a988ede614c67f90d6c961a84cdda7f1fd3dddc84e9f2ad986e6b1ea6577316d35fe98fe9bfb1c2f47f8ec6fe9b2f8ffd177415fbaf48c20c2745638689e3b1d9f707b0d9f505d81ce01b66947319337a4460461fa2b0b9aab3b1b9abe3b0b9188319bbf663c67b7e60f30e6b61f327afc2166ddb842dfa78095bd40363a6da3f30d3b97730d3c4cd9859ac3f6696f01933570ac3ccd56660e6d9239885ca25cc222a10b348f2c52c1ebb60cb46afc396492f31cb842acc2a790b66752918b32ad2c7acba0630abc13398cdc519984d6d19b642793ab662ed146cc57e45ccd628075b297660ab8e5ec6563bddc3d6a408d85a8b4accee840a6697701ab31b9a85d95f188fd9775462eb7eefc7d62feac6d61f57c21cee2cc61c0afd3187bfc3d88679aed8061306db48aec63616ffc036a91fc236dd2ac136d54ec51ccd1a3047875998e32177cc0918853985efc2367bba605b769cc1b6ec9c8a39cf33c5b6eaaec6b6ae18c1b61e80b06dba7ed8360f756c7bcf39cc55e525e6ea5b82b99e598db9661fc5dc84cf985b5108b66bea6a6cd71e5f6c57d14e4c06cb6332ffab18308bc200cb2d18b0251303ce1ec480eb5e18903915034aea30f0551306cd50c5a06dca18e4ae8fc16c2f067b7ec4e06ba5185c9785a1a6bb30d4a609c3c6ddc4b01599183ed50c2337d562e4177b8c5ed58431e69a1813dd8ab18fbf61c2b2d79810118d09796a9824678249d4374c0afa8449877763d24b5dcc23ee38b6dbdb17f3dc508379462fc43cb35f605e3fa7607bec94b03defd331ef9710e6d3ae84ed73edc3f6554fc4f6fdcdc1f68f2ec5f67f05b0034bddb003983ee6abe588f9fa2b637ee3c2303f49c2fc2e2862fef3b761fe07ef63fe174f610186cfb0804f4bb1c0535a58e0ad0cece0647bece03647eca0ec1276909a8d1dfc1e86054da1b0207427169c24c3824b3e61215bf661216ee7b19014452c54f91d7638fe0776f8ca3cec48c279ec480e851dd539fd4f3b16f62f478e6d0cc38e35aa63273482b1135a79d889edbed8899c5cec44a53d76a2ea31163e771716beea1f6214167e590b8b18ff108bb4ff8d457a7b61d1c71663a7e6e762a756a463a7eecfc14e353460a797adc0ce18d96367be7b6167d94fd8398356ec9c892e766ef328ec1cb4008b9f1880c52f7889c507cdc012c0702c21201b4bd469c012c960ecbceb49ecfc2733ec42048e5d9caa89251f48c392bbce639796fa61979d11ecf2311b2c6579107675520096ba653c962a5b8ea5865561a9fd71d835e00296a6d887a5a9a560699af3b0b45507b1b4e73c765dbe08bbae2a8f5d7f8f6037567460b706fab0db4e3bb1dbeeff6199768158e6b6035896c334ecee5c53ec6e703c76f79329764ff88bdd8bedc67257f158eea3222cdf752d767f128adddf3d0dbbefb50fbb1fb8122b90abc60a4edec50ac13cec81f4072bda5282153d4ac58af12f5871d129aca478365652bf152b5dea8395e63fc44a078bb087ac883dd25c863de231ec91c761ec51c073ac2ce0065696b2027b3ca71c7bdcff152b1752b08a95f7b10a782156d1f007abdc31823ddb33097be617853d7b6f8c55db5cc1aa37876335ab76623589efb05772d1d8ab832ed8abee4fd8eb5d27b1d73f5f63b51a27b05afb2cacf65a0856fb7d1af6c6e408563fb6036bf8bd036b8a3887bdd3dc88bdbb9f83bd2b8bc6ded50663cdb132acf9e64eacb9a3147b3fad1c7bdf3c0bfbb0421efbb099c23e6c33c23ee4a5631fbe1058cbc223588b4f02d612ed89b5945ec65a1ea7611f9f55631fdb6ab14f073e609fc746619fa752d867571c6bf54cc05aafba635fe40e635fbeda635f9b2662df7bdf616d0bfcb136fb43583b4c61edbed6587bcc2eac032ac13aa4a35817fc10ebdefb09eb99b80debd95a8cf53cf5c57e1c4ec37a1705633f8d29ecd70e35ec17e88dfd2abe87fd7aae8ffd166762bff3bbb1befbe3b1beb714d6d7f615eb7f69850d58adc2febc1ac0fe7c97617f5d63b1a1c99fb121d375d8b053223672c5151f4584e0a352c7e3a37e4fc2c708f371f97d5eb87c80223ef6e1777c9c688d4f30f0c727ec0fc727445ae08a53437045c35c5c11d7c0154fc9e18a3f6cf08957b4f189d9b370a5c1367cd2d9207cd2adbbf8a437c5b8f23d045701e27195db0caefa7a1057833c70b5afc771758b415c3d24029f3af1133e75da547c9a652e3ead7a2d3e7d6a383edde03f7c3ab3139f1e71049fb1de1d9f21f5e2da1aa3716d6f069f7528059f95761e9ff5b503d7bd6180eb3919e17a37e6e07a77a371bda1c5b8c1ea89f87fcadbf1fffe86e086f79cf0396a2b71a3cc83b8511d81cf951bfbcf247cae62323ef7d813dcb873323ecf5a0b9fb7d5059f77e32d3ebfed31be6012872f0cf88a2f2a5f849bea2fc117d77ec3974c28c797ac5d802ff195e14b472fc697aa04e34b3d6a70738bcfb879ee58dce27830be6ca137becc54075fb67f2a6ea905e196df2bf0e56ee7712bed71b855d25adc5ae926becac2095fc5c9f055b1ddf8ea7375f8ea0a437cf5e77a7cedae647ced735d7c6d6f236ed75a8bdbb53dc2ed7756e3f677fd70fb3213dcbec6155f6701e2eb76c7e0eb2aeaf1f55b43f1f53b77e1eb5f85e39b2a6ee08e1d97702783e7b8d36c4ddca97833be794336be59360fdf7cac0fdf1c7110df1c1b836fae0fc2b7684dc1b7dcf6c69dd187f856cd89f8d6c956b88bea6a7cdba655f8f60f89b8abe655dcd57e2deeb604c3dd64e370b7ae4fb8bb7b0eeefed305df314317df0117e23be746e03b6fcfc481c0701cf4ff8d839f877128612c0e9d5f81c3d32fe270593d8eadcec531a7321cb7d9871361c938d1b2162735bc71f20f89d34f7a7166ee569cf9e286b30e5f706e5b2fce35eec1f9130eb89068850b8f56e2e270292e1deac0a51b7b710f7579dc635308ee51ab85eff63a8a7bf9eae25ed715f13d470b709fa8187c5fd674fcc0464bdc7fed13dcffe443dcbf230b0fd8a081074434e0012d727860cc473c300dc003df78e2817fd5f143f7e6e3c11d021e3257050f09ff8c87be788687d62ec10fef69c38f68a6e347feebc08f569dc18fad98871fdb781b3ff6ed227e62b62a7ec2d8003f51928a9fa8f4c3c377fec423128af0c8b1c17824340d8f526fc2a36ce3f0a8f81c3c065c89c71c3b81c79cfa89c7feccc64fce9d859f84dcf093018ff193857ff0933507f0d3aa8ff0d3f738fc0c62899f399d859f0dfb839f6d84f07375caf8b92f3ff178e8389e805ec513be94e1890b3fe3894be3f1c46df7f1c4587dfcfca427f879db83781298865f200fe117eae7e117860fe3c939d3f1cb73aee097175cc52fa747e1299353f1947bd9784a491c9e32b811bffad5164f75d1c4d332f6e2d71b9ee3378cb3f1f49c43787adb1cfc66d579fc96c3243c23de06cf34efc233414d3ceb44017e67078ddf7d6081df7dd681671f69c6b36f5cc7738a8ee1f74077fc1e710bcf9d7306cfb327f0bc985c3cef94229e77f92e9ef76718bf3fc50ebfaf6b85dfff81e105ea085eb06f0f5e90f30a2f5ce88217668cc11f2808f8835c2fbc08dd8317dd57c68bb5bcf16216c48b936ee0258ac7f192dd917849b43f5e3af317fed0f402fef0dc44fce1c5b778d97465bcecdc66bcac4e157f3cc8e1e54d2bf027f434fc497f0cfe34b41aafdcf003af3c701fafd248c3ab6698e35573a6e355f63678957f015e3574117f9e5287bf5028c65f2825e22fc866fc454b35fe728d26fef27b3c5ee3b21caff9f4107fa5e686bfbae681bfaab3c55fcfaac05f736ff1da5513f0da507bbcf65a125e776502fe66f923bcbeb80f6f7034c51b2eaec61b759fe18d4018dea46f8b37ed1c87bf3b6b89bfbbd68737dbfcc59b2f97e31fa6b9e11f2287f096f4d7f8c73987f08f743dfe51fc8d7f3cb40dff643e887fb6b6c35bf903786b7c2afea53a0effd6391bff4edfc4bfe7fec2dbc61ae2ed15ebf0f6ba4cbce3e675bc6bf27dbcdb5205eff6b5c17b9e15e23daf42f11feed1786f8005de9bba01efbd3982f7d61fc47b7f1fc67fe524e1bf8b46e3bfebdbf03ecd12bcefda3abcdfe423deff6908efff15890f9e3e81ff35b1c1873427e0430621f850e9577ca87e013eacb8141fa603f1e1eb86f8c8af7662f489d7c4e89ab7c418031b624c770921b77c0321e7d84ac8a10b08b9e745847c510d31f6c46e629cb327318e96231414130905dbf584c29721623c34488c674c88f15dcd8422b98e50ace1888993aa898916e788895b7c89894faf114ab24984528c2d31c9309398f4e036a11cf385506e5d45a8ac8c2054de2f2654bf59106ae38609f5862142bd3784d05c7d83981c5c4a4cb55b4a4c7d7484985e1a40cc48bb41cce8f72366c27b08ad51fd8456e51d423bd183d0ce6d21b44b56133ad395089d133684cee72142a7479398554a13ba56eb083dc35a426f4e0ea1f7610aa1bfe603a17fc08a30b0ba4a18ac29220c4fdb1386699a84e10d5362f69a8fc46c97f5c46cca9a98dda842cc09dd4eccf9fb85985b309f30beed4eccdb2123e6eda58879414dc4bc2f3262d1ea6a62d1a607c4e205bb89c5de39c4e2fb730933155fc2cc9023cc5eaf21966c5d412c89b22496ead9104b134308738d78c2e2fb2162b9ea2862392b115637e61336259f089bfa55c48a1d31c48a23ef09db898e84edaa78c236b49cb0edac2156ea72c44adb3a6225614fac3c358a5835c18758e5b29d58959340acca9523563f6a22d63cbd45acf9534fd8d94e21ecd64713eba6c613eb179f22d6438f89f5117284c3aa2ec261e37462839a13b141f314b1c1d98ed870482436662f263655fc251c174d261cc38c08c7a8778463fd02c2c9790ce114349ad83cef17e17c7602e1827d265c3cab896deb1610db127713db7a5e12dbc7f910dbe73e23b6a70712ae9e5708b7692f08b7037b891d0e0f881da19ec44e272562679d31b12b488fd895e74dec1ada48c8d24d0959a70521fbb38c0034f409c0ca95002ec61140ea7a02749c4d80efb612e01f8080c72a11f0a92002aeda4f200a8904a2fa8740e64613c85991406ef711a89a2d812df426b0fa2b04d63596c045398258b39f20ff8610d42c1782ca9c46d0079c09fac70f82d91b4d302953fea921586117c18df52638e54f0467bb9fe03043828f8308be613b2158a81342c674427c6b4f48cb0b0929ed3a21f578121e53ac89ddf37e10bbafbf2576b7888467c600e1b57412e16587115e09a68457e514620f4d107bc4afc4de6f0b096f8e25bc3fac227ca26e103e19adc4be9dfac43ef12cb1ff641271e0bf4ce280df25e240810571a02694f035f944f8a51e24fc6edb12fe4ba613fe762c11e8389e087c39421cd45d451cf4fd401cccca200e1d92114182361174e42f113cba8b0876dd480473b144c8f84544c8bf9c09bd614984f6ff248e94941347f7241161a5dec4316d45e298388d380e0e10c763ee13e1be3b89f0c1df44241a4144ed2f25a22a2b89a83a2b22ea8f0d113336988851bc4fc4e8ae2362364c2262e04c22e6c86b225643938805628953852ec469459c3863fe9d387be50971b602fd279438b74a9d88e74788789f6744c2be1d4462710091f42fb793e63d239216aa12496b6a89a43d1544d26d3fe2026044242f7f4b24a7dc272ea524109715c71397d7bc21527c5d88940e84b86234425cb1cb26ae2acd27aee6d412a93f5f1169ee0788b4a13ae2baeb7fc48d39b3881be9fb881b5ff289749768e266b93671eb441371abf712717bd573e276fa6d2243664764f4f144a6ee5722b3ab8dc8222d89ac5fef883bf961c49dce7dc4dd48552247e13a9113f89cb8a7b298b817344cdc8bf126f2b62f23f2a3c289fb733589fb6c2271bf3c8cb8fff72651683e8f283cba8478b0fe13f1205195284a4a268a17ed248a2f46112547e38892fc2ea2e43e41946a3411a5333589d2f657c4439564e22196433c6ca588b2d44ee2f18e76a2dc5987286faa26caff0c124fe462888aec34e2a9c27ea2f2aa1551997f8a78c65d20aa3415892a636ba2aac28d783ec19c789e5b46bca8ec255e749f275eaa8d102f4d5e122fbd77132f6378e2e5db44a27afd5ea29ac388ea100da2fa6e3f51b3ff2751533b97a8692a236afe1e255e1b4e245edfde4bd41e1922de447b106f7781c45b702af1d6c39f78dbff97a8973f4634c8c34483ab2fd150224f34fae7128dc7e6128dafb389a6698b88265a9f684a6a23de0de9132dafc388966625e2a3eb3ee22341109ff551e2f3da57c4e7571544ab36427c19c5115f420a89af976c88af5f4f10df4e0bc4b7fe48e2fbdbdb447b4e0bd15e6246742a15139d335e119ddb17125ddb1b89ee7d3544774e1cd1e3ea49f4bcd1227ada37113fb272891fa53144affc08f153613ef18b9223fa4e80c4c096446220c2e89f5e62e0054dfc359843fcfda6430c8dff4e0c3dcb2086eaa712c30183c4c8b807c4c8b1b1c4c8136762a4c7971c35e93539ca36871c75bc961cf5a48e1cd531488efa11448e3eed4d8e99d3488e395140ca5d5d4dca1bea90f22bdf90f26161e4d8e5b7ff6920c7feb124155c7cc8f13f7bc8f17d33c9098b77928ad9bde4c4cde5e4c4c415e4c46f4f48a5f92aa4b2e2735239701da9fc2093541e5a49aab81d2555766d2355cf5d2555abe34835376d524dbc4c6af47a929ae22a72b2c9157272be353965c27c728a3d454ee59f93d3620dc8e9de2bc9e9f72690d31bddc9e93f41727a5f2f39c32e939c7165989c911e4ece18702567f69d22b596cc26b54eef27b53a6a49edf924a943f990b3da4172d6af7e52176a23f5023052afc1873498534e1a5c86c8ff6ac691ffb51e24672b2c24676ba891465e85a451821f69946b47ce4d3b4f1ae3f34963f221396f920639ef582739bfe027b9005d4a2e1ce54c2e9ceb4a2eb4584f2e245e910b07ccc94551b6a429e54b2e3e71955cfcf41c69367a3b69265d24977c7f462e9dab489aab2a90e67bc791e6c776911665a3c8656e65e4b2c805a4e5aac9e4f22027d26a741269bd7407691db491b4ee5c485af75b9136c79e93b6e14aa46d4f0cb9ba7106b936f10769179a49da4b77c9755bf693ebe20dc9752fe3c8f5c9b34987f9a5e4862922b9c1fd1eb921fc11b9e1a439b97115446ee4e3c98dc993c98d2d8ee4a605cae4a6d4cba4e31f23d2e9d97fe4e6bfb748e723f1e4d685d3c8ad7fd6902edb3f902ebc13e992f795dc7e0d215ded1d49d7800ad2edee58d2ed930ae9ce4c22776ce82377faed2777853693b2311409dc692081a74924b8258204ef9124ecfc9c84530e90f0a773241a164962eb9c487cda4a128f0a22f1c720498cfb4912b5a924d1d84d92136693e48c1924696647528e3b493ae40149c71591cc7e4b9229bc45f22b0a485ed844f2472f9102778414939b498fa425e4eec322b93b6303b93b6b0de9e95b477af58d25f758bc26f79c3725f75aa7937b0739d247eb2de9f37c39b9cfca8cdc776521b9bfe526e96b6c4bfa2e2b207d214dd2376037e9a7514cfa692f26fdc109a43f7d86f4bf3591f46f2a2203ecd79301db5e93011f2e91815ac7c8837637c8a0fe716470b20f1972ed05197ae93c7918bd421ed198441e3175238f8003e4117c2a79a4ec3779d4a0963c2a4c268fc65d228f3edb4b861da1c963e3acc9e3ff1592c73139f2f897bde489c10964f8582d321c6f26c38f389111d36f9011f3abc9c88c236464de5a325af513191deb4cc6cad792b12a1bc9589f6e323652224f6efa439e6ab8489e76f627cfd4bb9067cd7f90711386c8b8f9a1647c5011191f624ac6b72264c2865364a29b8c4cbced4626798e262ffec793176d38f2223d854c2e30252fcdd9405e3e94495e7ea447a67039648aff253225589f4cc9082453aa969157d4d69157b6049057c21793a94226991a0392d78e0c90d77aecc934555332dd66217953d785bc49879137fd82c85bb3c691b796b990b7926691b7bdbf90192ad664c6279ccc4c7d4d661d11c8ac77de64d69f70f2ce3047668f8f26736e9d2473da9ac97be395c97b5a59e4bd797fc87b7e32f2de358cccfbf73dcf0820f3b5f693f96b3dc97cfc2e991f7187bcbf60842c581e4716c04564c1ed46b2e0550359386902591862413e7018248b1246934595726451530059d479962cfa3b4816e363c8125d9e2cf93d832c9dee4d96dac4920f650bc887e5e9e4c3d783e423bf48f251430b595642908f959f918f0394c8f2edc164f9d37ef2c9324ff249e129f2e9f80af2e9e32ab272892b59f90d229fad66c9aa6298ac7a994a56fd52209f7be1e4f38179e48b2de5e44b7a0cf9d2633df9f2402259edb081acbeb29dac51f2236b8c8e933577acc99aaf25e4ab5956e42bd746f215f0967cfdcc87ac3575246b5333c8baffccc93a9bf7645d773ff926ff01f936479e7cdb6d45d68fba44d6a72592f519afc9c6392664e32e916c2453c926a7d764939723f92eff2cf9ee37403603866473ce23b2396f23f9dec68f7cfff924f921d0936c09ab265bd249b2e5d54cb2a5e537f9512385fc68dd427e7239427e3adc4d7e1e379efc7c6837f9b9b4966cd548265bb7ac275bfd5791ad8f27925f9426915ff05cf2cb3527f2cbdf4de457ad59e4d7e534f935d690fc9afb8dfcda9f427edb144e7e2b3725bf2b9990dfc956b28dcb23db277892edb34e93ed16e1647bc76eb263cd58b2832a223b57fc263bcf4d27bb32b3c8ee9820b2fb5a32f963f117f247df1df2c7f05db2b7ed27f9ab743af91b7c49fe3e7182fc9df084fc7dfd19f93b7733d97f2080ec4fb22507749690037a53c9018b48f2af862ef977cd2df2ef6998fc7bcb821c02ddc961f945e4f0229c1c5e934a0e6f1f4d0ea34bc861ff73e4f0d315e4f0cb3be488cb216ad4dd37d4a852476a8c09428d399f4ec97df7a7e4b76a50f2d42c4afeaa1235b621851a77e80ca5706c889a60a4454d487d4b4db81d4f4de87b4c29f99ea3941e6da4265d3e4c295beca794ff76522ab1fb299553bf28b598644aed730ba57ec795d2b0d0a1344a9a298db66f9426b0859aa2728c9a32673e3565f32b6acae10bd45425556aaac1226a664a0ea535598dd27a634e69af1f4369bf6ba2742cde52b32ea0d4ace6bb946efa5f4ab7ee17a5075fa3f4fa5a28fd85532883e234ea3fbb2aeabfdfad94211c46cd5ea74fcde6fda8394d5a94d1798c327a2347cd5d124719ab1651c6d90d94f1d737d4fcf047d4c21526d42246915af4780265aa90472d16d4a8c511aed4e2ca16ca6cea39ca6cd762ca2c6825659675815a725d835a5a1a4459587650cb3e1ea4acf432296b8d7fd5dff660caba4181b25126291bca82b29dfc84b20d9d4dad5c308a5ab9db9f5a997c985a65184dad9e9242ad710ea1d66cbd4aadf186a9b5e3dba8b567786aed6d5bca8e4ea3ec82bc28bb6223ca5e964dd913cb29fbe2026a5dec4a6a7d701bb5be218e7218cd530e8eb32887674fa90dd3a6521bb6ada7362022b5e1ec566a93d9556a93ff06ca717e15e554f68072ea28a236e71da3b66c50a2b6549ea19c037651ce3979d4d660556a5b9731e5ea234fb97e70a5dcf02ecaedee37ca9dc9a3765c3d41ed684fa6761e7c48edfc1642c96e6fa3649def2950c59d82123428e8f12e0a6a794bc19bdb2864663c855a6852e89a6714a6e34c61d72e50f8fa480a2fe529c28fa0c8892b2872fa568a5e9444d1d07e8a597780e2685b8a7b514209a81e25fc5c4b898f8ca8dd7ed69497a236e555544279fd384c79fd8ca5f61c56a2f69ca8a3f6c48ca1f64678527b871a286ffe02e52dc6513e501de513fd92f2b9954af9b4c951fb1b5e51fb8704ea40aa0ae56bf39af2f50aa6fce463297f10a70254bba8803d322a70633b15783c880a7cb7840aec58421d042f5307af3fa60e255da08256efa482ea792aa887a082a70451c13a3654f0710b2af8f66f2a44e100156ade48856e19a142bd3f51a161655468e454ea303a873a1c728a3a82cfa0c27222a8630b53a9635705eab85c3175e24b39153eae870a9fa14c454ec8a6a236f354f4e86b54b4904ac5cc9c4dc52cbf48c5043ea0626d2753b1fff6c4c9e92fa953abcf53a70358ea74e806ea8c9b0e75e6590d7576ec1feaeccc55d4d98144eaecd01015d766499d1b3b429dcbdf44c59f1ba112e21ba884a4cd5462f64dea7cd002ea7cc73c2a69c777ea82dd17eae2475d2a79612d95ec7e824ace1aa0924b675297980e2ae5940595929e4fa554aa50576e6b5157178ea3aedac45157d3e750a9b93895561641dd30384fdd58974edda06ca91bc7e5a91b7d97a91b43b3a8f4d993a8f46397a8f4abcd547ada6aead6661bea16104dddcafad77e904eddded04cddde9d47659c93a732573ea7321f5154d6356b2aebd37deace7117ea4e963175e77b3795bd6b3c95a3435339b15e544ec15a2a5750a1727b23a93ccc93caeb9944dd5ff3952a70a8a00a864da9c28b0ba9c2321dea41b80555ac7d962a361ba18a85fd54f17d812a99788a2a99fe9a2a5d7f917ab8308f7a08d6528f3a4f5165271e536535695459dd0aaaac77847a0cd7518f0b62a8c7cde9d4e3aedf54f954862a3f5c4495bf29a39e688ea69eb8d9534fdc43a88a73a65445461cf5f4463b5569b78baac21ba9aadd3ba9aa6a897afead95aa9e9947bdb2fa8f7a75f919f5da2d807a7de20a55bbfb0655eba54fd59e32a26abf3850b55fcda93a9d37549d34837ab3e017f566c30fea4d2d44bd1ded41bdb5cca51a727ba8869ab35453c75daa69f02ff56ee56eaa79fd2caaf93a46bd375c4ebd1733a9f7559d54cb199a6a293f43b53484501f6795511f0f17539f4ecea43edd83a9cf3b28eaf38508ea734b32f5b9f527f5c596a2be9ce7a9afb3dba8afaf8ba86f6beda96f7811d536ec49b59b8551ed6e9fa9f67a07aa233a8aea9c1946756e3b4375a6bca3ba622ca86e056faa277c11d5735b9ffae13199fa7187a67efcf1a67ab5eba85edd1eaaf7de37aab7721cf5339ba67eb69950bfe897d4efe51e54ff8356eacf9871d49fed2835b878801a2cada186bc1e5243353fa8612f076a64d4466ac4c88f1a59d7408d00bfa991232ba9913c3b6ae4b50935d23f911e6530961e953a8d1ebdff1e3de6462d2dafba9e1e6bfd951edbb89c1ef7630bad70b39a56f8604a8f9f79921eafbf991ebf369b1eff259e9e60e9402b0a37e88937eed34a2abf69a539cef4a4ede368e5d18ab44afd3c5a758e40abfa75d3aa89b5b46ace525a2deb31ad3e612bad3efd16ad6eb18056bf7095567f6e476b5841b4c6a1605a73b0899efcd58c9ea2514e4f9d614d4f6d4ba2a75d72a3a7bdfc484f7be546cf385e44cf082fa7678a9be899e914ad35770fad257ad15aa9d5b4565d13adbd86a5b5d91fb4f68939b476f8715ac77a2fadb3f6053dcbe6023d8b3f47cf6aa668dd2c2d5aef402aad177e8bd63fbe84d68f9a401b88c6b441a4356d70a997feaf05a60d937b68c30f35f4ec86cbb491c33dda481c4b1b454da68dee74d1735760f45cbb7c7aee6594367eb8849e3759a0e78fbe4acf3f4fd20b3517d00b3f97d08b4c32e9450feed08b7eb9d126ceeab409f890367990449b74e7d14bfa32e8a56e7fe8a51738dac2da84b6c882e9658fb6d096b3bfd296921f6d1917465b3e3f422f5fd0402fdff89b5e7e2a9db61ab582b67a23a3adeddfd12b9868da56ed02bd922fa757be4aa7579555d2ab9df3e93572a1f41af423bdd62a9d5ebb6201bdf6dc4fda7e8e136dbff03cbd6eca617a5dfa6b7addb340da41b79fde386334ed78f303ed64ed4d3bd9e5d14e9b5568272185763ae4486f5ea74a3b0fdea05d8a7ed2dbaa0768d7dbdb68f7fa40dafdf700bd63e6377ac77f05f48ea5bef4cea8727a67e6627ad76a537a97930e2d1b6f46cb723d6950f9370daaf6d060a5270d6915d090a9310d99b134f479290d9bd8d3b0672d0deffd43c3f73ed2e87c171a5d328546b10c1a6df6a431d3461a8b6368ecba238d6528d3b8b63a4d18ffa649877d34d9694f53822a4d7dd6a069e32d347d7a05cd7cdf42333f3469960da4d9c04a9a73aca3f9d1dab4302d8716f63ea685e8ebb4907b9016a72da0c5e50eb498f2831653a7d0d2d8e5b434e7212dfd4ea23dac56d01ea7eb688f4f8ab4a7a90bed79e12ded59934d7bf58bf49e792f68ef89e769ef23b7699f215b7adfd2bdf4bea14df4014537fa80992b7de0164bfbda39d0be0f8ed0fe8636b4ffaa1db4ff452f3ae05f411570ff061df08ea70fe6ebd2075bfce9835d5fe8a0d1fe74d0440d3a38e61d1dfc18a243763da743a223e890aa6c3a74ad161dda5a4a1fce3e441ffe768e3e627d853e5a74870e8b73a38f999da38fd5bad1c797a5d2c723e2e8e317a7d0c793b3e813276ed027b217d2276a46d3e1a754e98879a574c48a063a628b191d71612b1db9b38f8efc339e8e5a378e8e7299494731aa74b4ca383afae9623a46a38e8e550ba26377cbe8531767d2a77f1fa6cfc87ed267fe5d0667c757d0672b8fd3f1a3a2e978874c3afe344f2724937462eb45fabc5d179dd47999bea07885be70599ebe7834854e9e7c934eae2aa12fe7b5d397fb57d3298b9de894e599748ad55a3aa5d59dbee23691be52728abef2e2397dd598a4afbe34a5af762bd3d7961fa0afad3848a70558d2692759fafae716fac6ad22faa6bf3e7d7b5d2e7dbba383ce68e2e98c96013af3872f9df967229de58bd37722cce93bf161f49d0bdaf4dd2e27fa9ed90dfa5ed902faded3af74aed2153aafe1309d37b288ce8f7f44e7bfd1a4efff794f17e86da30b5674d3056f95e9c2db1a74914e365d3cd79c2e5eed42175fdf4a97ee5e4a3f7411e887700ffd48d5867ed4b7e19fcb74d91a33baacc68b7e0c96d0e5f2c174b9e538bafce207fac9d3e774c5b1c37445e107bae2ab1cfd34a0957e5a38967efafd1a5d19c8d095719674e5954ebaf2d501bab2c7e09f04fa99931bfdccf92ffd6ca712fd7c7336fd3cee07fd622b40d7542da35f0dc8d3afcfb9d1af077ed2b591cfe93aef62baeeb8395d77eb1dfd76f471fa6dcd46ba7ecd0eba7eaf3a5d1ff696ae8f33a1eb0be3e886b18374c3eabd74c3ba00ba61b332ddd0e14037ae0da21bb1837463f166baf1cf1ebac96a06ddfc2d847e6fb7876ea9e3e98f199574ebfd0ff497f042faebbe06fa6bf877fa6b0b4a7fe387e96f4d87e8ef11a7e836f51974db2575baad66806e3f709b6e6f35a2db7b09ba436303dde1f94fe466bad3de99eec47be8ce6863bab3d580eedafd82ee36c4e8ee835574cf8c61ba07df40ffb87d96fef1a389fee57c9efe55f08cfedd7485ee5fdd46f723d6f49f5359f49f825bf4a0420e3da4e7440f5b29d2c3a9bfe8e1b209f448c6647aa4e21a336af7626654ec4666cc816466ccb1738c5cf15e66acb72a332e298b19d7edcc286ccf62149e4f60c6471f6626ccfac54cd0179809c6f39809a6f9cc84a7f58ca2f7066662e42a4629c581517af491512a336194de2533935477329366ffc74c8a3567263d641915872d8ccaad6e46f5bf2246155fc8a81968336aa614a3f6a58151475e33eac1ed8c7aa926a3fe7d27a331ea0e3339d69e9972d58a99d25bce4c197ccc4c95d767a61eab61a64fbfc8cc801f3333e2bf325ab37b192d176f462b5091d1961d62b43f7c627482cc199dc317199d6f2c33cb2c9e99e55bc3ccfa52c1e88e1bc5e8faee610c6cd498ff4c9318c3fd23ccec375f9839a69acc1c718099f3772a63742e91314a59cbccc55c99b93779666ebd0163acbb889977e63a335ffd1d33bf6516b3c01c601674c7310b9123ccc24e3f6661573c6332fd2a6312abcb98dc0418d3782366b1ca7866b1bb0bb3f8e52ac60c0d61cc223319739754c63c682363b12581b1287fc42c53fe676600b3ec9d3d6379f00a63593997b1b20c62ac3ac630d6d842c666a113636bb79ab1ad2c616c7b5c995589d399553575cceaedf5cc1af951cc1ae76dcc1aee1c63a756c4d86dea63ec76db31767b4c18bb036719bb474dccba8d158c83962ae390f79171e83061363839321bb27866c3d77866d3b539cca6ca3f8ce3e3078ce3602be334598371d23dcd6cbe378bd9aab19dd96ac2322e483ce3f2be8ad9568f30dbff2c605c53c21937a3158c5bc061c6ed912de3d6be8d713f1dc4ec58eec8ec28facdec2846999d0a4f999d2b9d989d7bad985dc58718d9c42246861730b2c15c06c82b6340032f06246731d0649481b4663050c672069e31868197d730f0faab0c2cc318d8c38d4114973088550083d89e63d06dd318ccb59cc16a5b183caa96c1636318fcbc11833fd467882d1443dcd8cb500aca0ca5cd3154d81f86567bcb308fd731acc97c863d5fcab06f9a19f64b34c3febac2b0833f186efa0686872d1941ad8911961c6584b4b58cb8643b2362d719f1d75c469acd3352cf2266f78eb5ccee4372cceeb6db8ca74234e3b92387f1f29663f67c9ec6ecb53cc9ec65ef327b433f31de2f0d987de16ecc814d6b19df5d2719bf71fb18bffc958cffb8e54cc0a2154c00b58c09a8e96502ea7398c0dfe6ccc1878f99430e0d4cf0ec314cb0d13826d82c88095e0631c1b16b98e0649109590233210fb733a185ee4ce897cbcce1c7979823861873e48c0173f4d61b266cc23426ec03ce44687a331173173311e6864cc4e63a26227a03131113c344fc4a60222774309166db99c82b5d4c546429137d712f1373601313d310c4c4ae5266623b60e6a4cd64e6d48a28e6b4771a73fa5e1773e6b12a73a64b8d397bd68e899bb68f89336e60e2c28c99732f5826de0962e22fee61e21b6126e1cc7d2631cf8b497c6cc89cdf339549cab8c65cc8dfcf5c9ad5c75cb65bc75c4e009894d92f982b2ff730572fce65aeb63431a95b9630a9c85526b5a98bb9669fcb5cfbe4c85cfb1acda42119cc759f38e686ae0373c3298949df5bc4dc5a6fc0dcdadcc1dc3a14cedc8ace636ebddbce64684c6732f7c531996d764c9625c9dc3dfa96c92e9031b953e631b9f6994c6e7e3a9357a4c7e4fd0e64f247a733f96abf98fc384be6feaaf34cc18adf4c01738c290c2f640a9b9e310f985ee64155025314b78229965932254ba73325a023537a6f3a53fa3d9b7978d78d79b4d49e295ff293293fa5cb54909e4c45452e53f1d38379da5ec13c1d8a63fedd3bccf3499799e73716302fd4529817af879897c1554cf5a4874ccd6425a666e310f32a7f3cf3aadf96a95de4c4d4ee9ac5d4cd3ec3d4b905326f1fd4326f7fac62eabbd298c6e3a79977161a4cb3a1c434c76930efa78c67debb7f61de5f58c37c30bfc0b4bc2f603ece68673e02a3988fb9b5cce7ad794cebb228a67523c97c715362bebcf365be2eb062be869f65bea6ba32dfc23b986f953b996fbfcc98f6b97a4c3bbc84696ffcc3b47f18cb748cf957116b5f673a1a8a99ce802ca6f3fc35a6332988e94eee67ba0b26323d0744a6273088e93965c6fc3a7190f9eddcc9fc762198dff18799df95c94cff92df4c7fd774a67f60123340b43303a599cca01ec10cbed9c5fc1debc80c4de599a1527566f8d04766f8f665667828931999423323d24776f4511f56016d64157c0fb3e35f9c63c7373ab3136664b113b66c6215af5e622799b5b2ca0e8f58e5f8a3acf2a37dac8a4a2bab6295c7aac477b32a3516ac4afd5b56758b12abea57cdaa69a5b21a21edac66e3667672dd0a768a6b3c3bd57f333b6d07cfce1813cace58bb8b9db9bd8d9de9b3969d79733aab759a647558755627b396d579b898d579dacdeabd3466f5975f64f5cf57b0fa252dac81d56dd6606f12fbdf281df63fe52bec7fb685ace1d147ac614d3f3b7b67163b3bf3003bbb50839d83cf658df6c4b146451aac71cd2b76de687b76fe8d5c76c1e643ec426d925de8aec92e8cf46517fe486017a9e3eca2cdbaeca2fdd6ec22ff59ac89ab136bba02664dddf7b0a6b181ac69fe306b260cb266715f59b38c37ac59cb2776c9716576e9a21fecd2fa3becd28f346bf12d985da616c62ec39cd965de7bd865a1d5ac658122bbfc852d6bb5cf8eb5f6dacbdaac4a636db65e646dceaab2b6cbcad8955a3bd99556b9ecaad13276d57c5776d55a1f7655ec5d768d6d0abbe616c1ae297264d7a655b176674259bb7c5dd67e41166bcf5f62ed239a58fb7480b56f9fc7aeb774671d8ebbb01b167f66377071ecc6db86ecc6ca4becc617feaca3723beb68a9c93a8d39c13a697e6137af316237df1f6437973e659d4f58b2ce2f01d6b97e80dd6a1fcc6e3d38c86ecd6d61b7967d655da401d6a55b85dd366a3cbb4dad9bdd66adca6eabfbca6e1fddcb6ef7ffc3bafaee67ddd23559b7ce2ad6fd6606ebfedc86751fdeceee0864d81d67f6b33b4a34d99dee07d99d67e7b3bbe6a6b1bb6ea9b2b2521516408d59e082150b1459b130fd9545b47c58c42a8645a31fb368dc32166df266d1d6452ca696cd62afea58acd19425220a597245354bca2eb0e4d9c32c99c9b3d46d89a5e35b59ba0f66d9e5912c7b248f654fdab15c8d07cbdbdc63f96d2d2cff64362b185d66854f3eace850c54a3fb4580fa5adecee7947d8dd1e08bbfbe125d64ba199dda397c6ee1d55c8ee9d11caee5daacfeecd9fc47a7be9b3de9f0b591fb517accf3215d6079cc6faf484b0fb566d60f74587b1fbfa9eb2072ec8585f4f65d6d75f91f54d6962fd8ecf66fddd94d880cfe3d840074b3610dbcc067e3ffb4f2f1b3860cc1eec40d890d75bd950b52436d4fd0a1b2a9c630f2b64b3874d97b087b78e658faca8628fb80db3472ee4b247d2b7b2473a3fb3478617b0471165f6e8adb9ecd18a78362ce4121b36f8853dd667c21e8ff760c30d69367c61061b6e3f960d47b3d8f0961f6ce4695736cab4938d2a5dce465f16d8180f928d09fbc0c69c1cc7c6140eb3275f4aec69450bf6f4c025f6acd978366ec245360e8862e32ea7b3e7d63ab1f12647d8f88bafd804299e4dd40f6113a3fad8f391e7d924f4359b947488bd105dcb5ee8ffc05e5458c65e5462d964e51836f997017bc9d191bd04e9b197c832f652ab2a7ba9fb257bf956329b72a49d4d3976884da99fcd5ec97cc35efdb70fafde52605327bd60af055f62d3cafcd9eb7d4bd81b57ff63d3ff5bcda6efe863d3dbcfb0370df2d99b8169eccdf0adeced47396cc6b4643663e728368398cd66624e6c66e21936334b93cd7cf783bda3bb81bdb32893bde368c9de69bcc3defd7b81cdae286473eacad97b871dd97bdf97b3b9966a6cee8abb6caef083cd338e66f31645b205ee2a6c417a395b0839b10f9677b3456d5bd9a2f61d6cf1b448b6d8eb295b52a1c8965406b2a5672dd8875a47d8873a26ec43fdbb6cd94239f6717b355baeebc596ffd5669f0013d88a2ffd6ce51423b6324f917d96fe8c7d96f586adf2fdc03e574d679f7fdfc2be48ea645f4e3dc2be4cbec6becc47d9971d045bcd0fb3d54d516cf5c7c36ccd263fb666ff3eb626fb24fb2af70f5bbb7a125bdbb988ad9b69c2d65d5fc1d6e5cab375459bd93733add937fb6eb26fe2e3d906f3276c43d059b6a16005db68f6966ddc16c836d14fd9a6674fd8a67a8e7da7b5917d67fd9c7d37b4916dbe7b9a7dff05613f9c70635bf0edecc7e5ebd88f111fd84f1126eca78727d84fefd2d94f2dcfd9d64215f64bee5cf66b671ffb6dd959f69bcf0ef65bea20fb2d772ffb7dde1cf63b50c1b6414a6c5b8222dbd671956d9f91c0b6f317d88ec5c7d9cef77d6ce76791ed2211b6ebf513b67b7c18db2dac64bbf74f67bbd31cd8ee775d6cf7df21b647258fed59789bfd91788eed756b637fce61d99f77e4d95fe40bf6f72e2fb66f4a0ddb177b9fedeb7562fbcd46b1fd0e856cff6f2d7660eb1ef64f840efbb7c2881da25eb143dea5ec50f7377658769d1d2eade7468d72e246fd17ca8d1ed3c18d6e5bc48d7938871b53e9c5c9a935727273014eceed3b271717cbc9bb6671f2d5cedc38e3afdcb879099c829606a7b0e624a7e0b89f532875e514be5fe3147b9cb989cbadb9899c1537b1f4093769f1386e92752137891fe026ed43b84967bbb849b7f773ca72f33995eb769ceaac644e8dd7e5d435ea388da953390ddd6f9c86eb3a4e63970da799fb8bd37c359ad37cff8a9b6cb89f9bfcca9e9bfca59c9be2abc04d7961ca4d753cc94d03de72d38a686e0678839be9b0919b49c671338f347333ffea735a1a1e9c56f0424eebe64b4e5bb0e3b4afe6723a367a9c4e862737abed25a73b7126a73bb795d38d1fe074dbeb397d6d0dcec072166790e4c4fde7e0c519ee94e70c0f8ce7667b7a70b3af987073a6ade4e6fc2ae78cec4b39a3912bdc5c23736e6ea90b673c6117673cd79233def4999b678b70f30d15b9f9c603dcfca4186e01a4c82d78d4c82d047db8451386b945a7d6708b2e797026cfe772261f5770a64a473953ef22ceecac2bb764513fb7d4fa23b774c30b6e69c85f6e69e264cedcea2767a1b69e5bb67735b72cb7875b567d855bd63983b3348ce02cbbb439ab296b392b4b3fce2a742167bdf22c6733bd92b371fbcbd93cebe556d8f29cad513067bb2392b30d77e66c2fa8732bf987dc2a9351dcea49e7b9d53bacb9d5982ab7fa5a0bb7e6b421b7767c11b7b6cc81b357b2e6ec1b1f71ebf6ade2d6f9d971ebbecee2368c39ce6d78e1c46de83ecf6daa71e51cd9519ce32d6bce696520e744b9739bc7f8709b531ab82d06bf3967a7fb9cf39705dc56d7c9dc56bfe39c8b2ecab9ccb1e25c1e9ce05c1ae5b96d6a28b7ada096db3e43e0b61f0ae05c154f70aee1b59c7bf95a6ec7d7526ea7672bb7b30ee076ddd3e7645ba670b2633f39c09ce140d5ef1c58369f836c7c39e828c4c1c58a1c5cd2cd21ec2f0ed58fe6d0ff6e71e8a66e0eb3ffc5611b267298a339875d5dc6e109ad1c317e0a47583de548f31b1c696dc6d1a77a38ba248b638f9fe7d8365b8e5f16cff17b4c38e1793c27ce2ae7245f174e8a58c0497f23390fbd21cea3dc92dbbdab95f33498c779bdddcded8930e5f6240adc5eb94ddc5edb12ce7b7b20e71dfe9bf36e70e37cb256723e550edc3ed5046edf9e446edf81cbdcbe261fce375099f35b7685f3e31b397ffd42cedfcd9af34f967101e33f70015707b940d09c0b649f7241aa555cc87f255c08e0c085642672216debb8d08ded5c68e808171a3e8d3b1c56cb1d6e7fc41de98de4c2ee52dcb1e31877ec13c91d876672c7b189dc099333dc89e74bb8f0b70417f9c9858bf21ecd45ebdde3a2cb5671d13d365ccc05352ea6f31817ebeac1c50a0bb853aa8bb8532e4adce98d29dce9966ddc99f3d9dc994213eeecfd402e0efbcb9d9bbf823b776e34177f49894be4442e51ece3ce5b2ce392a6cde3926618704973767017734ab88b3d1897bc750e970ca05c728b2b7739398bbb7ce9097739770997f23785bb023ce1aec6f871a9f17e5c9afb142eadaa93bb7efa2e77fd8e3c77fd593877232a88bb91b190bb993887bb6593cbdd9ee8c7dddeddccddfee5c1655ddac1dd7531e7b2a5a9dcbd406f2e977bc9e51624737906a55cfed84d5cfe03672ebfc69bcb1fd8c2ddd7f1e0eebb8771058e895cd1c118ae2815e34a2e4772a5ff72b8148fe41e2ea9e11e29bb708fae1ce7caf29e7265f9255c795a3457fe3391ab502fe62ab462b80aa696abf078c03d3dbe947b5a92cd551a3ee69e5d6ae2aaa6977155ab25eef95c907bbef714f7fc7035f722a0917ba978857bb9209f7bb92b957b29d4702f3b9e7235abedb99a53415c4d971557d34770af0c1f70afe5be71afad2cb8dae7065c5dea72aeeed75ceeedd8f5dcdbb0c3dcdbc6af5cfd98bb5c43521ed7b86e1bd7f4cc9a6bfaf08d6b9eb1916bf6f9c2359f68e69a4f67721fda645c8bac906b79f093fb343198fbecb698fb2c73e25aadd5b9d60f1ddc97899ddc57f220f7ddee14d776c5816b6b0ce23a4f2ce1bafc15b9ae6bee5cf7e179dc8f0524f723eb1bf7a35697eb15adb85fa66fb95f65fadc6f9f1b5c9fe21aae8f8be6fabe4ce7fa5dd5b97ecf2ddc80aa163730d59c1b70d7e006004dee8ffc586e4869253784f972c34a97b9e1eafbdc70730c37728ce3478f9ec98f0e36e5c784a4f172ed16bcfc6a6f5e1ed3e7c79abce5c7961de1c76172fc381f9a1fd712ce2b5cdec28fdf65cb8f8fe0f90957685e71873fffef25c02b7e34e2153f15f3135d6ef1135f6de5952efaf0ca4f6279d55b91bc9abe1faf765c87578bafe6d5bafff01a5ae1bcc6fc3bbc86e53d5ed3fe30af795c93d74c1bc36be6dde427cfd8c44f2e58fccf557ecaf9187e2a62c84ff5e9e1a7457ee5a72bbde5677cf7e0678e8fe267aac4f0331d37f3337720fccca437fccc9219bc968a1bafdd3999d7c18b78ddb8005ef76732af5764c6ebfdc9e5f5d78ce7f5d1edfc7f4989bc21e1c01b5236bce1df9ffc9ca0047ece19057e4e61026fa48ff046b25dbc51ce5e7e6ed0067e6e88013f3779036fbc7d8037de61c51b7f3dc0cf33e0f905161bf8057ea1fc82220f7ea1e6397ed18c15bcc9569e37d5b1e44def5ee24ddfc2bcd9c5067ec90d7dde9cade1cd331d788b2be6fc32b563bca5c679de4a46f15601226fcd6ce66deed7f3360f0bf91519b6fc8abed9bced74337ea5c3337ee588c8af7dbe8fb79fb6905f37fe12bf6ed5647efd8e6bfcfa0beabc837a03eff0f820bfc1428edfe065c66f540ae737ea65f01b9d4ef29b4c36f38ed6c5bc63e610bf392a87775e3396dfaa2bf15b8d1bf9ad4ecabc8bea09de65a325bf4db59cdf76bc89dfdeb09e77adbac3bb8e0cf26e579ef16e957779b70f7f79f7713b7877ad24de7dce0ddedd2487df717a36bf6be1497e979919bfebf0495ea6f09297e934f3b2082d5e565ecf0333fd7950538e070df7f3a0c51b1efc749f875cdef39057050fd54fe211a69a47ba3ff2e87c151e9b3ecc63be393cd67380c7232ff384b3074f56b4f094de0e9e8a2ee4a9171b79fac31e9e495fc97347def05cd9059e5f62c3f30dfff1c2bc3c5e808d79a16b332fdeb4e725248c977c14f8ddc1cff8ddc9cdbc676926ef59bf94f7ba3797df33d39adf9365ceef355ac67b57f7f0deedfdbccf319adf17aac7ef8bbdc7ef2b75e4fd9e0cf3fe0faa78ff7a7b3e6087231f707ef33f197c40aa1e1f90fe910f0c09e00f9d78cb076d68e583de78f1c163adf8e09d5bf9e0230c1f42517c48c4443e245de4438f907ce8503f7fc495e38fecf6e08fcebdcb1f7d3a933f5a7b9e0f3398cf87fd47f26194217f6cc968fed89f36fec4e6cdfc09b7f37c44442b1fb96c191f792b998f1af5808fba3d8f8f7a98ca473d75e263a64ce06356dde263b347f32797d6f1a76d26f3a78719fe8c76127f0635e5cf1c30e2cfd4e7f271ad7bf9f8b4ad7c62b40a9f98dcc727a6637ce2fb6e3ee9dc5bfe82ce53fe42f36d3e39d785bfb43e8fbff4a38dbfec64c65f3eadc8a7e81af229274ff0297507f82bd44afecacd79fc5583ebfcd534273e55cd9b4f7de8cca7567ee7af29bde6d3286d3ead78017fddf1207f3d2492bff19f379f7ed4934faf8de2d35b2ff3b74c36f1b7d6a6f1b7c03afed6c5b1fc6df723fcedf6777c866a229f91f984cfdcf096cfdcfe2f7a0ef259ab17f059a9317cd648257f67c20b3edb63269f337b239f133a83bfe7318ecf35cae0f39413f9bcfddbf9bcdb2c9fd767cee7c7dee6ef8ffbc5df3fb6802f5895cb17a43de10b63c2f907cadff9072612ff60cb26fec1d67bfc83d266be0852e68bbe2de64b46e9f1259326f22533f6f225755d7ca9d54dbef45b3eff706e2aff70c90afee1d973fcc31bfbf887bf45be6cd4205fb618e4cb2035fef180325f7e19e1cb1ff5f24f84b5fc933d08ffa45899af900fe02b2e3bf34f3bcbf8ca3de97ce5934bfcb31e43be2a1be5abbebce5ab3ad5f9e7800effc2ce877fa9abc0bfdc5fc4bfec4ae06b4edde46b8657f0af7c02f9572fb7f3b5f319bed6d692affdddcbd7f974f17539cafc1bc7e3fc5ba521feedaa3dfcdbb3ca7cfdb2a37c7d5d26dfa879876f1a13c637691fe29bd0a37c53b112dff428887ff7efbc6df6b8cbbf9ffe937f8fabf3ef7d76f0ef07dcf80f598d7c4b7926ff797d16fff96b16dfbae215dfcaa6f0adef8bf82f6f8ff35f47d2f96f5967f96f9dd3f8efe7a3f8f619b57c3bf595ef48b6e63b1fafe5bb1123bebb6719df335b81ef317ac6f76e8ae27f7e13f9be2e47beaf7716dfffe70a3fa0cef20305f5fcc093367ea0e326ff67db3cfecfe3ddfcd0e2327ec84f9f1f7a69c40ffd22f961aa831fb115f891e23661cce88bc298f6af825ca98e20f7594f90eb5e20c87b7b09f2117b0485b93784f18bdf0913dcff088a27a305c5d385c2c47911c2a4c96f0565fbf182b2aba3a01c6f27a8dd3e21a8d584081a966704cd3c99a0d968296836df15266f9f2a4c8e1e2b4cb1dc2b4cb17b2a4c6dd615a67ff615664c5820cc502f156618770833704c98f177bb30934f13b4c7fe12b4fd9b059d65978459c70f0ab31abe0bba26b8a067ec20e8ad0c10f4ecdc04fd795e82be55b2a0effb443038bd5d30c85c2318d43d15fe1bf75e30843f0bb31d3c85d95b1385d9fd4982512ff64fa4307746b330d7ab4e30763f2518ff7ba91947cf178ccf680ac697c60af3ec9c85792dbac27c970bc2fcacdbc2fccf49c282b1aec222bd03c222fb4382c9ea6cc1a4749260f2749760daf14b58b26c97b0a4c14058bae38eb0d47b8bb0f4838d602ebe172c14cc048ba37dc2b2b2fdc2b2f63d8225d62558c6df122c2f160acbc77d1496bf8785e57faf0ad61360c1fa7082605d582f583ffc24d8f0c3824d629660f3668eb0a287106cc3cc8555ca46c2aa183b61f5a334614d89a5b076c776616d539460bf7593601fe92dd8bff014d67db115d6830ec2faa142c1619ca9e0c0a50a0eef21c1e157a3b0f16e9cb0b17aaab069d275c11148101c3143c1f1392938bebd2538cd7d29386d582f6c666961f38d7cc1792b2338033582cbd2e5824ba996e0f24a41d8be2c4dd81edd25b89e7b24b8191b0b6e055305f72c44702f4c10dc1ffe11761c8f15764e9f27c88e3082ecb4bf202b911780b50a02a8e327805e0502f8b451003fd20214f55d802acc05e8852820c7dc05e47886807ce811d00d8102dabe52c04a86057cc55b017fa12610d9ff0944e3748174f713480f4b81f47216a85f47057aeb318191830566e92581315711d8d2a90277bf5de05e950bc2de1141f8375f924eac20bdbd2f486d8b058f551982c77081b03bac44f0f490133cdf128257ec29c1ab8117f68c8911f61c0c16f6140e0a7b5a67097b8770c17b9b9fe08dba08dec10182cf2335c1a7a748d877e5b2b0efe72a61ffc045c1977d2bf89e1c147c4b0384c0c33f85c0d35a4260b6b11058f3513838f2470871db2c84dc7a21843a7609a1528b10eaf55a386c59291c49e08523b7fb8423594784b0890e4298ed47210c982084458608c77ac385e393138508cdeb42c4d5b34294cb1621ea96df3fa54274fd3b2166ec092136e2927072d528e1e4d383c2c9b65ce1d4d83ce1546dae707ad138e174438d70fafd80707ae49010b7da4f88dbd5219cab5d259cebff23c48f0a16124e470a099f0685c4ff068444cc4f48bcd424245e5114cecf4185f348ad70be2a5a489a3555485a755e48da9f265c8875172eeee8132efae90917afca0917073f08c93b3d84cbb1b070395353b8fc5a5e4879fd5db8725b5d4855382da4460f0b694a6b8534b51c216d5e9770dde9877023769a90fec856b859bf4db81df841b89dad2564cc3011b2668e15b2aad70977ec3b853bb0937027334db8531d2cdc2dbd2e642ff014b2cda70839e167849c0baec23d4f5cb817fc40b877febc70efcb622157de4ac84f8b17ee67bf10ee3f2685fbdd9250b0665078b03a5278206c141e64b6090f9a4a85a2ef7242f1f21742b1cf46a138e184507c3341286e92134a89fd42a9c70ea1b493151e8e9d2d3caa2084b205af85b2ed0b85b24444281bb823942b6e10ca17e509e57e8942799a83f02434477892162d3cb9bf4b78f26d91f0a4275ba8983f51a828ec109eceeb149e8a0dc2d3806dc2d3cea942a59386f0acba57a85a5f20546dcc17aa76e50a55d5d38417fbcb841741ef8597d465e1e58516a17ab7995053b14f787591155e7ffb20d4960f0ab55f19a1ae5a49a8ab2184ba0653e18dfc6be10df94478ab714a78b7c2567877565d68de7458f8e0f14af8a87350f8f86587f0e9cb4ea1552d5e68d56d125a6f4e16bea48e085f97b7095ffb6e09dfe016e15b779af0bdb75d681be32cb4ddac10da1539a15d3d5368ff1a2c74e6dd17ba66870a5d2bb585aec004a1ebc876a1ebc235a1db0d127a03360b3f17df107edbf50bbfcf3a0a7dc55142bfa7b5d0ef972cf47fd71206e67609034b9c84814d46c200b54ef8b3af5ff8eb102bfc0d481686c76e11864f2d1446c293c531ab86c4317b4471cc9f2c516ef26551ae5c5f94573c29ca1b1a890ac24d51216b99a8f072589ca0b9589cc0df15271c7c284e889f234e488e11275c8a1527744d1495e4ddc4493af6e224d30071524c89a8f23e5954659444b53989a25ae16651fdbf06514367aaa8a95d256a3ebe2c4e3da9264e231f89d36a74c4e9bea3c4e9c90bc5190aeae24cfd7f0c0dc499cb8a442dc5d5a2f6440f51fbda7fa20e1925ce12cf8ab3da705177d61351efb1b3a83f5e4fd477ff2beafb5c130d92324583aa27e27f7211a2e1de40d1f09b9d38674ebc687460a2686ccb8bc6ebf689c64e0aa2f1c7c9e23cdb73e2bc7a4f71beab8d38ff6282b8a06982b8e8d403d15405124d974f144d5f8f1217db5f1717fb2989660aa86836694034db3e5f34036e8a661d6bc52523bcb874d53b71e96a495c1a3a495c7ad84b34973713cded5445f3a707448b99bfc46525c1a2e5813cd1f2b9b768f9fa8ab8dc668eb83cf19bb83c6786b8bc6181686591235ab94e15ade77a89d6be2da2cd6c6b7145d22571c5b374d136b844b44d69156d7f30e24ad70471655587b866d47971cdd64471cd994071edb6b7e2da9c35a29da99c68571c2ddabbdf12d78dee16d71dfd2cae4bcc101d16de161dc876d1a1a04adcb0ebb5b829f99ab8a9f83fd149cb5c74328a159d5a65e2e6cb17c4cd15b3c52d53c78b5bbc0f8b5b6eeb8a5b7e1d159d3d168acee969a28b77a4b86d86286edf92266e6f49155d1f6e13dd968aa25bc176d15d1914dd67988a3b7f258a3bfb9444d9e06111e82b13417c9908c67988d0a454114a5b28c23b7b4478ef21117e1026224d4d22fa6f8eb093e3452ccb55c41b7e89a4c23e91725c2252804ca4ce2c12a9bf73443a734864f22c44768ea7c8c6d58bdc8d59226fd92cf242b2c877e78b82cc4f140d334471fe11510c7d214ae3778abb6313c5dd4f0dc4dd3fe7889e6646a2d7537771cfea6a71cf910a71ef314edc7b315df4668d449f9f5bc57d372788fbbe968afb5d19713fb544dc2f7c137d5d4a443f9d6ed1ff92aee8df512506ec71150f29e1e221f8b118e4098a41af8f8a417f52c5e06d3562708e8d18dc7c4a0c355c2986a6c48b87f505f1c8b43fe211f6b87854798e18a69920866d3e2986b5ac128fd57d128fbdb7178f1fee104f4ce8124f98fd124fa4ff6bdf7a289ec899284644ed16234de68891f594189d775b8c7ebd4f8c315921c6588c1263aa3e8bb1ce8ae2493d07f1a4f978f1e4da06f1e4414a3c7581174f95b789a73dfe88a7bfce164fb79f15cf7c7c23c6b9cbc438a1508c6b3116cf69d98bf1720662bc9993187fe281181f632ac6176588098f0ac5a4639962524f96989c76404c7ef74bbc74c552bc8c8be2e57dae628ab5bd7865758f78754a987875fe65f19ac632f19afb4a31adf998785de62ca68fbe26a64f3f28de9c1a2ede9a9427de328c156f9df2156f5db1176fff66c4dbfd5d624675929839fc44cc325d2b66b18a6256ff72f10ee621ded55928de3df34abcfb6481985dfa46cc19a329e64c592de6181b8ab9557bc5fc8d7662bea82de67bcac4fc3fd7c5fb7baf8905632f8805ee3bc5026a815870f0ae5810b25f2c1c1724162aaf160b5548b1706aa158986f233e38734f2c7257118b7ba68a25914a624946bd582a3f462c0577896509bc58f6eba5f864548df86472a7f864cd2df149cb12f1c9573db1e2b18a58d19e263e0d68119fbe1923563aad169f4d2d16ab165d129fbf3b2ebe905b26be48ae16ab811562f599336275fd36b166658158f3c8417c65755e7c35922abe361d2dbef653136b6302c4bacb3e625dcf1af14dd27cf1edea61b15eef8458ef7e50acff735b6ccc48101bcbb78a8d6fbdc5772f15c5e6739fc4f7d7e78b1fac87c50f6527c516ff71e2476496f8f1ea59f1d31813f1f3d92d62eb6915b1f5d971f14bc128f16b7b99f8758013bf8d4488df4d54c4efd6b3c5effb41b1ad43576cfb632fb63bdb8b1d3302c44ec36cb16b1d2f762b678add0bb2c51edc44fc71b45ffc51d42bfe1809167b959689bddea8d8fb4e55fcd5d42afe5e3d24f61d6c16fb82ee8afdba59e2c096b9e2c0c9bbe29fd83a71d05e551c8c5714071bd6887fabfac421adafe250d16e71784a8f387c801247b2baa5518ab434eaa79634fae333690cbe5f1ae3e3228d39692bc9a9e749f2960f25793e5e92df77511a3b6fa534968e97c6e98c95c6bdb823296c5a2429b80c4a0abbf2a5f1ab416982b28a34e1d00449f1b2b6a45873589ae878539a58f9419af8694452f2de2c2945fe8b9793a449251fa5499fad2595b93b2415733d4975499da4bade5252a5af4b6a72ed925a9499a496f15e52574e9134c67e9034e7da499a29afa4c947aba56945d6d2b4275ed2f48d4fa4e9a79aa5e929f7a419eed6d24cb78bd24c31449a79d44cd29af357d2397a40d289289174da2b245da3a592ae3f22e99e1a96f43466497a9fea25fde9d592fe826792c1e605924191b964f04745fa2fe8a2f45f91bbf45fa9a164582c48b3d3374a738cef4873f23ba4397f0d24237542320a34918c672e908c2fb94bc63f6aa47949ced2bcb42069fed932697e2228cd4fb792162ceb9316146d94160c3d924c72dca4c52fae4b66f3ee496667af4a4b2b30c97c8b8764fea55db21897262ddb0649cbaabca4659fdf49cbf59c252bf33592356f2d597b1c92ac6307249bae8992cd9f0669c5123769c5ca3bd28a6dbfa41549b3a41503a4646bb9485a55a722ad314f96d6842d92d60ed948760dfba475b3c74beb6f2a491bc92fd2463f6369d3cc5e69133b226dda474b8e93e74a8ee5bf24c78f7ba4cd6af5d266564fdadcb9e69fddd216831fd2969b1ad2961e37c9795b8fe4a2ea22b95853928b382cb978284adb26174adb2e4d90b65dd694b6bd9d2f6d6b2a93b6bb264bdb093fc975b692e47a395372ad4d9276dc8f977694c9493bfd6e49bb1c5f4ab2e8d112e06f220141f212a8d92e41774724a8a4468227bc97e0598404af0c92608fe5127cffac84da4649d8ba14093b7e57c2eedc96f0ba5512fe7ebc847f4f9188194112b94394c8e3e7242a2343a2cf2f91183b4f8989559458354b89b5e99458ce5b628bef485cc87589bb692171d5fe9290e5298927552429ebbd24b54e943c0ced258fb4519247b981e4f1e190b47bf55469b76cb9b43be088e419a2207936b8497bc6764b7b16ed97f6388d93f64ecc93f6ba4d92bc97cd93bc5149f2deab28791f12249f514592cf40b7b40fac92f655bf92f6bdab97f67b8f92f6efb7910e54294bbeee0d922fef21f95e5492fc9efd91fcc7e548fe198a92ffbd112980b592029e1f920e66db4987ae2152d0827b52d04a272968f0b0140c7c9082635f49c1d713a5e0db1d5270e93629e4d32329d4e9a674340591c27287a463ae2fa5630327a4e30a37a5e32621d2f1a441e978c76fe984f24ce9c499c9d2893a400a7ff04a8a5a2248d1999652f4bd99528c99c63f92143b7386148b4c934e2a5c904e3d78239db52a95e2621e4ae7bcee4ae70e394809495ba5c49f1ad2f9fe0429c9d95c4a6a6c932ef4a54917fd82a44b9ec1d2a57fe3296b83a4ab09afa5d464472935fbac74cde0a674cd6a44ba56922d5d3704a41b2bff29f82ba5a34e527af07f527a9bb67473fa13e966ee5ce916ae2add8efb2665682e93326c5ba54c4a4eca1cd8226555b94b77a66c93ee4addd2dd438c94bd5626659fda2f65ff0e94b207b64b39d41429a776b4744fce4cba77e7a074af525bbad7e528e595e44bf703caa5fb4585d2fdf2ed52c1d426a9007827155e0a931e900152d10a4e2aeaf82615dff921959cba2e95e6ad941efe3b771e26284b0f1b87a547ce0fa532fb55525990aff45825552a7fb25f7a12c04b4f9efcf78fa3f4e485ad54113447aa781b213d0b2d929ebd3092aa5aada417bb50e9454497f4e2dd90f4323555aa1e7359aa5e5e20557b6e94aa1bbf49af9ca3a5da4033a936cd58aad3ca96ea728ca537052ed29b47fed29bafaba4fa35bba506e5b552c3ce7ca9e154a1d4a47a426ac2d5a477b3d749ef629aa5e671d3a40fa3af4a1fb62f925a5e154b1f2f8d933e961f963e0ef64a9f16374a9f367f943efd3e267d56bc2bb5866f915aeb2ba52f8d61d257a840fae6642c7d372c96bef7f9486dfeea52dbbb20a97d72bdd4be8193da03bba5f6f3c43fcd52fbd50352c7866f52a74d94d44969489d492fa4ce6b5e5267ee49a94be39cd4750197ba5af748ddf3974add9e9652f7ed68a9bb19907ad00b52cf9914a9573d47ead595977eeaad947e357e947eef7e21fdee2893fa26b5487d3ece52dffe5552bfa192d47fed8534e0715a1ac88994feac6894fe44d6497fda6649839b974883614dd2e0c737d2df0b66d2dfb797a4a119a1d2905e9a3494f1501a7ae2200d7ff193460cada5918573a59142478f517bb33c461d7ced317a0bed31460ff618b375bb879c89bc87bc9dbf87bcef6e0ff944ca63ecf3548f715b623cc6ed78ec31aeed9d87428e858742bbbdc7f8d5211ee3435f7a4c58f5c963c2ae0e8f8933943c94c2e53c266d9de2a1acbacde37f1cd777544fef1f00f01432ca56496950524a844a1aa8b428b3541a94b4b87beffb912889945188241285af2894d05056c94a49299411a548e4e7fcfe789df773cf79ce7dcebdef71ce3326b51918ab420363376f00c6269d01c67d0181f15b8f0013b77c04269e9d0a4cbcbc1498d8da044c9aec0468c0f701adf927002d21179832fc1330e5ee7fc0947b3580f6685b409bb90d689fa807a6565b033a8b96013ade56804e2000e82842009d4c6f4077f11a40d7d909d08df900e86efb064cdb110b4c3be5024cbb3513d02b5002f4ca9600fa7d2680fe8f3d8081b115607001040ca7bf00a68f4c01661c180eccf8b405307a700398793b073039d60398aadd034c439601a667f301d3eafb8069ff11c0accf1498bde13560aef20c30ffa40798f7950273428602731d2f007323970173153230b7c91698373a1098e7b01b98e7a40e5879bc02e69fd002165e7d062cfc7316b03eb70ab0f1bf05d84ed805d84ec9026c3dfe028b5c7400bb092680bd563160bfff0c60df25030e721ae078c50570f2fd033865af019c7a07812527ae014b276a02ce0e9f0067b79b80736202e05c930cb898b8012e9bcf03ae115e802b1c0d2c9fdb042c8f5405967f3a09b8b17700b78120c07df40fc0dd24177037db06b8efc701f78b67010f7927e0e9620c7805dd04bcda83811591d680f7741ef03ee3017897de067c26dc02564ddb06ac9aee07acda36195895100fac364581356a5dc03a6e29b0de7c04b07e5d3be01b6806f886df067c2ff901be7fbf017e2aa1805f5608b061481cb061dc766083c17c60435024e04fcd03827dee01c119e38010e56620c4cd0b0839fb0e08152b80d0d330b0e98c01b0e96c03b0593904d8bc5015d89cf00c080fde036cb1cc01b658cd04b6b8d8005b830b81ad8d16c0d63f8f8048bd9b4024fd1488dcfd16884cc580a8a85d40b43f00c4181e0462d6ef0762d80e605bcb1b605bdf7360bbd23a60bb50076c3f54060009cb00a0461d80265703b056118058270008d40ba0f465003d690d603b770358ee0c00aba803b05723015cab12c0e7dc0708750620bcd201bae62b400f4603cc6c7d80c15e01dcac72809bb304e07ae701dc6f2b80ef9c0d08ea3c206eb6022460332065af00e4e4e7805c9409c89f6c00c55604d861f48f672cb023a113d8713c1b886b320376fe5007e2c3fd81f88b0b81ddb69ac06eaf5860f7061f60f7d997c0eea7764082a203d893540aec29da0fecf9710b4852190fec9db01248766381e4b4c54072f5242065ae297080fd0e1cf8ef02903ad311484d3d04a4dd37040e5a780307e142e0d0a279c0216439903ecc1f485fe2046458ae0532faea81a3aabdc0511f37e0e8b6bfc0d127eb81a31deb8063b80a707cf0379069d10b643af401276ee80027b76d02b216dc044e0971c0a9a75940b68d0190bdf101901ddc08649f5b0a6497c401d9f739e0f498782067e45d2067703670466d3b70a6fd3e90ebb31b38173912c81be302e469bc04f2fc4601e7a7d402e74309e07cd415e04274377021a509c8dfaf000a2c8b8182c46ee062ea7de062c533e092b016b87c6c3770857702aeecfa085c3952065ce9780c144efa045c9df71cb87ab61d282a4f058ada45e0baa339707dcb6de0fae9a1c0f5c64940c9e5ed40c9c39340e9f0fbc02d3525e0d64a16b8155a02dc225e00b73a2d805bfdedc09dd7227037a40fb84bde05eed65700773f9c05ca957d80f2138f81f21b1c50b12d14a81c7d0ba88c7604aa1c6a817b311c70effd7ea0c64a046aa47aa0a67c34707fec30e0feee31c0fdb442e07ede27e07e671870fff33de0e1d4c7c0438b9dc0c3b924f05036051e8d8f041e79d8018fa2cf008fcea8008f631600b553e601b50b5c80ba070780274bb6034ff237004fca6e034fea4f03f5ab3280fa6de380fa5b6f80a77ab381a74b26024fe57ee0e9013be0b9b631f0dcea1f6777e079e320f0fc9d027819f9137819eb0f34fc068157d345e055c150a091da0c347232d078f926d0346239d06407014dcb11a0a9a51b788d7400cde07da0b9360578a3750178537a1f78d3690eb4845f055a8a6a8096d72f80d6f53780d6eab140ebb37febe77b81b70bffb9d402b455b602eda30781f60d6781f6b877c07b9b99c0fbc530f061e820d0119c0f746e4f053e2a8d013e6e09053efe41814f7d51c0e7bca1c01797d9c0975dcb812ec336a00bbf0d7c750d05bad7b040f7baed40cfd185c0f7d222e0fbb75940efbe7ce087e50fe0c7d545c08f8a1ae047631af0d3c31ee8bf1d01f4ff0806060c1a81df4621c0efcbcec01fed126030d00e184cbe030c565e01067baa80bf7340e06f923ef037b90bf8fbc11a545ad20a2a01e6e010ea2a38e4e04150f95210a8923f091c7e29021cfe7e1ea83aa9081cb9e72e38f2930e382a371d540baa02d5cdbdc131b681e0988479e0983b2fc1b11ed1e0f8756bc009f36e8213aabac109df7870625c223831df0c9c7825149c9412084eba3d0e9cecbe049cbc7d2338995f006a0d6b03b5ea4cc1293969e0944b01a0f6d242503b3d09d4ce330575950c4003df13a0e1da63a061602b68f8663738bdf10a38432d069c31fb0c68f4a01d34de54091ac331e0cc6575a089b93668d2310a9c55731634554b044dd7a783a6815da099e11fd02ca0099cbd7d1a38fbc47e70763b069a67b481e6753b40f34f2268fe7b2e68c1ed07e7ecf6072df7d681738d0e8373ed5780561935e042520bb49ea906da380482369f4782b67b4e81b6d53b41dbba7be022dc06b44baa051777b683f62665a0bd1f07da67e9838ed502e8e4fb1b742a7d013ad5ac009dbe66824b7cbe824b021870a9532ab82c7802e86cf01e74de96053a3f79013a0f76822e211740d7b1f340579f3fa0eb8b89e0f2c930e83e440f74476f80ee9511a07bd73ad0bdf708e861751ef458e60b7af20ce899b803f4ac52023d5b96825ede81a01733125c11b0085c8124832b7e39832bcdb5c095364bc195872bc09583b6a0b75e0fe8bdba14f4dea2077aa31341effc68d0fbd63cd067d80bd067c14bd0e7c011d0e7e64370d5567770b5f37670759432b85a3e0aae2eec05d71a6e07d75a5c02d7da09e0dab3efc17523acc175497bc075276cc0755d5de07aa393e0faae3da06ff67ed0b7f808e8d7390ef4fb4e801b34ebc00dbe9d60c04e1330b0d80adc88c9e0c6aa1a30f8d67b30341107379d5106377b44829be95be0e6ef77c1307b53305c7401b77858805b7ccf835b5e1c06b70ce060c45a7730a2b4128cda180d469f3e0fc6ea7e07638dddc158eff160ecbe4c70bbee2270fb99d7e0f63b8120501e0a8253e24148cf0c84a63783d01a6f103a520f42ff1d0511f5b920221480d83611c4aeff02c9732448d60780d4c2152075451ba43f6f02d9e39741f64c13c8593480bc6a32c86fe904f9f213a060bf0b14ea7340915c0e4ac1b741597f1128a3e6a062683918776e02b8f3fd13307ecd0e70f7d07e70b7ef373021c3184c5c048389ec1170cfe61a70cf9beb60524f2f98d4a704ee7d640aee57c9035366358229a646604a44329812b5123ca0bf113c90bf124c655e80a9d7af800733acc183950478487b1b78e4763578a4eb36983e49054c5fd207a66f7001d3f7cf0033ba8bc1a3cfa782995343c0131fdf802727d2e049b357e0c9a21030ebc87cf0944a2b786afe54f05424089ec2a781d95a2160f6bbb9e0e9b3b3c09cca4830a7670978f6f27a30f79d0f78ce622678ce4d19ccf3fb09e67d3f069e8f4906cf576f012f4cea022fbcd404f3bbbf8205abc3c0823f5ae0c57d2bc14b552de0e54e67f04a8e175838622358a8f1082c7cba152cfcdb0a5e5d580e5eddfc0bbcdaf109bc36cc16bce69b0d1619aa8345cbe78045e147c162af3d6031ed005ef7e804af6313c0eb5c09586aba1f2c8dae026f59fd026f396d056f2d3906de8a9800deda311fbc0dac026fefc7c0db1764f0765b2278d7ae1cbcbb783e7877f50ff0eeda40f06eda02b07cb427586efe072c3fbe0fac98500456ea7b839561836065e654b06a680c5865a60f56ed2a04efed6d06abe76881d50bbf80d5473782d57ddd608d82076b7e9f061fa8a5810f2af7800f7739830f2f8c031f5d32061f578860edbfbaaf9bec0fd66d84c17f772ff0e9c87cf069fe73f0d96f13f045d107f0c52d4bf065c25db0c14e136c881a041bf1e960e3a9a56063be1fd8589f0436eddb07be1e7a167cbd7432d8ac9409b6d498816f35bf806d2abfc036dbbd60db723fb0ed6016d84ec683ed9217f8aeb00f7cfff314f861d61af0c38ac760e7e841b053cf09fc58d00b7e6c0f06bfec4904bb4635815de763c06fca3fc1eecc6360cfbc2ef0fbde54b077f86bb0775e0ad8bbd218ec0ddd09f61d0e01fb2ae3c1be37f6e08f51cee04f2f12fc79c800fc592880fdc309b01f12c1fe2a73f0d7e95cf0d74577f057451738a077001c98ff151cd858040ed49f007faf70017f23a3c03fd306c03fb396827f1c4e83831a17c0c1df0de0dfc551e05f3753f02f7e02fc5bab07292df80a29b96e86944a86414a35d190f284404879ae0fa4bcfa1ca42c3942ca4fa7422af7c640c3accf40c3fc5643c3ca796858bf000d1f3e1a1a9e91050dcf5b0ea9aa2f8454376f8354f75e82548b1ca011fb3f402397fc8646ee0a8246e60c87467ec0a1d166cf2035ab5848ddec2da4ce5d83d40f8c80c64e0982c61ad542634beda1f1410fa009379ba18949cad0a4515fa149932aa0c93e4e90c6909b90a69c0669d6654353c0df90b6f36448fbdc6e48a76b06a47b7411a43bf0139a16d6064dab4983f46a17437a0d1b21bd2fd721fdf41d90415a1f64705c01195a6f810c7f5e846648aad08c86db90d1898b90f1337568e6d06468e62a5bc8c406814cd26f412637dba159caa7a1595b4d21d3b406c8f4e22ac8f4f239c8fcce75c8bca208b2d0d0852ce695431676c190c5cb9790c5771cb2183482e61caa81e6147d802ca950c8b2623434172f82e62d17a0796bbda079a41964a57706b20a3e01cd77de06cd7f7a0d5a60a2092d38f701b276ad836c8c52219b5dc9d02293cbd02279076477f80364f7d6185a1cba1b5a7c603db4f89d3764afd301d9175f861c4241c831d101720a5b0e2de996a1650dc721d7c81d90dbb20f90bb7b25e4bebb04f2da3b17f2baab07ad38b7045a91ef08ada474a195fb3e402b2bee432b5bcf413eebf6413e3bf5219fbb47209f4fb3209faf96d02aee05b4ea7c24b43ac60e5a53a005ada9aa85d6721cb4b649035ab7ea07e46bd00df922a590ef5711f25b3e17da70998036bc9a0bf917d542015f62a1805f6150206b046d8cf380829d23a1907dea50c86f272874350d85a62d8336a904439b06964361933da0b03d17a1b09c4750588113b465e27b2842cf108af897d308a81c8ac8af8722fe4c81b6ce2982b6ba39425b2f1a4391afdba0e86dd550347b008a719f0cc53cd48262ea0ba1d880e5506cde590808b18180bb3b2030f138043d5f0641cdbe10f4d50642aeca10ea3e1ac26c2c216c87354466ae80d8f6a51077f621c4978743a2cb5a485c970bc9f4224861370652ec8a8314d95590e2fd5868e794546827b0008a3ff60edae5d00bed7a5b0bedfe960d25a86d80123292a084e30ba044cb3068cf83e150d2ab4c689f8f25b4afd105da7fd7124ad1d909a56c95a094f64028e5c700943a0a8252a7264369fa287470f823e8d01c53e8d0bca9d021ab61d0a1fc14e8f048163a5c3e1b3a5cbf1e3a022542e99af550faba75503afc1f94b1d9053a1a1e0f1ddb9c051d0bbb0e1ddb55041d7b8041c71eed828edf2b8232a787429937de40279ead834e34b0d0c96e0cca2a9b0f9ddad906e5ccb18472221e4039d80728a77e3c7446d3163a6362069d495a069d754d80724fa841b90f8f41e7964c80ce55bc86f2d4ce417941f3a1bc828f50de0d0f28efde1a28ef5d35745e4b153a6f701cbab0672974e19002ba5099005d78d205e51f5809e567c44105363454909b085d74de085df4d9035d3cbe0bfa4f733a54f8b404bafaaf8fae5d5cfe4f34746d702e5414f7122a1a780415ab9643c5f363a1e2301fe8ba100addb0a9806ebcd4856e56b35089652a54ea3c1abaf5ba182a5bb1052adbf61d2adb5d0edd199d0ddd353487cae142a842d31eaa70f0832a183da8e2d57f5055f947a87a7836546dba19aa3e351eaa590b433509a9504dc145e8be060d3de857871eae54871e696c841e5584438f47ec811e071f801e1f88801ed714428fffc443758efba027e3aaa127919ed0538bb3d0532c087af6220c7afec6157ade5702bdfc979397f53150c3b502e895ba00bdb2f6815eb56742affeaa438defa2a0c6eee950d32415a8e96d14d45ce00a35376d80de7c9906bde9eb865ac64350ebb810a8f5e018a8b5741cd4facc1c7a7bd3176a9f711f6a5ff00b6a6f7287dabf3e87dafbc2a077b3bf419deb27419df102d479d219fa94ae0e7d5ee70b7d393609eadab70aea3ad9037d53d441dd866650b76d26d47b601dd4fbefecbefba7a01f2179d08f1dff41fd534ba05f5d15d080871d34f07d10fa5d1c0a0d06cd84fe02a7a0bfc5fb60a5e9e9b0129d050f59d5050fe95083958b1a60e5521358b97b1aaca2ff1356b93e0f1e7aaa0a1e0e5e8487c32b60d5f159f0882d9fe1917133e0512625f0a8436be0d1a3e3e1d1b35a6035bf50586dc707587de80c58dd602fac5ebc041e3b69083c7ec671783cab0c8f4f9c034f403fc2130a73e1893647e089e8087852c34f78b2de1278f2c6b5f0e48ed7b046c95d58d37001ac8947c29a5f76c253cc5ec2535cbbe12914056b2f38016b171ac2dabf96c3533739c1532320782a30139e7a320bd66d5f0c4f6b0e81f5540761bd85cab0beef5a585f36840dfd7a61c3cd9af08c0929b0d1f187b05103019bcc3c0b9b1cd28667c51d824d95a6c1a66b6260b3de1078b6d63f89c6f0ec57feb0797b193c47652a3c67d972784ef432780e58065b4e7b065b7a62b0e55a1ab6dc81c1f3aa5fc3568a1278feb7edf0425b5378e1ce77b0f56c77d8fadb21d826733a6c3b2513b6a50b61db8a0ad8f6b702b69bbc045e4c49b0fd4a0dd8c17732ecb4390a76aa8e82974447c32ecb11d8d5aa1b76ddb41b768d0361d7d41a78791c0abb4dfe09bbb9b2b01b710f767b2dc16e3f4c6177d7b1b0fbf97bb07b631aecb97825ec15fb0df6e656c2decfe2e1555726c16b66d4c36bb61c87d7141c86d7665bc3eb7ae7c3eb7526c1be0eadb06f5d01ec971e03fb5599c31b8ea5c31bdea4c0fe7763e18048040e5cbf1fde68dd046fc4f7c2c16537e09091041ca27e000e61cec3a1ae23e0d0634af0a6090fe04dfde7e1cd6ee970d8d53b7058f52f387c56161c9edf0a875f1b0b6f9994016fe9e98323b7e7c29167f2e1c8c78d7094d321382abe028e2a5c0947ff6e8263c24be0d829daf0b61328bc3d2f1dde5ea30303897d3090d20d83ba9b60d0d315065f57c250cc63185efa0e4654dd60c4652f8c787d8611dfe33012d40a23a11360e444218c56d6c3f84f1e26545fc244e26c98482b8289bc3f30d5ec0dd3179d6046791fcc2c8f8199b68f30c79f8485bad5b0083d8545bc1d9655b6c2f20605acf05a01ef787f058ef3d183772a37c03bf5f7c3f1f76ec3bb94d2e15d251fe1dd799ef0eefab3f0ee6f23e004e0229ce8530f27160e8513dbd6c389839af01ea775f09eff36c27b1e36c349ede7e0bd4f4ae0e411c7e0e495d3e17d2a35f0be035df0bef42c787fd67738e5080c1ff055810f9c4a830f1465c3697e1d705a492c7c707a187c30fe0a7cb0b5183ef4fe017c78a8259c3e7e004e77eb82d3afcb70c6e40b70c6a734f868f504f8d8dc8df0317767f8d85a53f8b8652c7c1ca4e1e37b3de1cc71d9706647347c2222023e65170867cff182b3df9f84b37ff0f0698d6238c7a51ece39a880cf4cab80cf7cb283cf06a7c267c31938d7fe207c4e390d3ed727c3793e0570de8f9b70dec03af8bc56097c3e64047cbeb8003eff69367c61fe0738ff7b3a5ce0940717ac18015fdcd90c5f1eb613be3cef027cf96e037cc59483af44ef820bed1ce042762d5c78ea0f5c78e3105cf8f9187c4d7a0e5fcb54c0c5d9a1707175345cfc250e2e1e58045fbf791ebe71e8225c6a7b132e4dda0f97560270996f3c5cf65009bee31a0ddfa98983ef2a4f85ef2eb7832bb5bfc0954b9ec295b7dde1ca1fa97095de2db82ac609ae7af20dbe37f70d7c2f2f19bef7fb045c7d6d0c7c7fb42a7c7f6a3e7c5faf05be5fd5063f08b7821fea3ac10f0d0ec00f83e2e087c75ec0b5463fe13acb08b82ee63dfce49613fca4662afc34f003fcb4dc047ef66f9e3d9f3f1c7efef126fce2ec43f8459f2afc72a215fccade146efc7e136e9e120abf713c0dbf89dc0bb74edd05b79ab4c3ad0913e0d6426fb8f5c956b8f57726fcd67f15fcf6603ddc6ebd156edff3147e37b018fe10620f77fe9ba11f27ce803f2503709731097fb5d585bfd16e7037b505eef189867b3679c0df43f3e1ef071ec0bd9797c2bd357be0de7753e0be871fe01f1d5af08fcedbf0cf0017b8bfe93dfcebd55ef84f7b2b3c78c6021eac5785ff8e8c83ff6aee85ffde1d4494462f4594ae04234abf759121d26c44f9238ca82c3c8c0cb564907f3b9111fbf621232e6e4446ced442463e4690916f83915106b7915137d49151830188da8dd388bab22aa21e330b51079c90310756236363fb91b1dfd721e3e25964dc491e197f630232be762632fe9b0b32bebb049990391299b4e3293269701f32d9371a991c8b22930795100df5218846ef1344a3df1ed14cd542340fed4534fbae225ac35e2153c60f20538c3e20534cee20531a1d11ed1c7b44fbd92a64aa57023235360b99ba6f2f32b5ec1ea213371599f66b26a21fb90ad17f7c0e3138ed8e183a07208647972286a51c327dd85164baa11b62841c468ce2e622464fdf21c6766e8831528d18a75722c625c9888981096292c422269f4a11b305e311b3967864b6d50264f6453bc4dc290e312f1d8e58ccd98b585af923964b6f207327dc46e6ce2b44e679b422f3a2f62256623a62a5b88c581d0945e6b737210b4ddf210bfffd2bdb2b3588ed4f6f6451571162272d47164ff1471647cc47167f3440ec532e23f627c7210eebef234b7a6464694506b2acaa0171f657465c0cef222edbba10d7d11a886be06664f9be22c46dd876c46ddb27c4c37e1be271fb29e2f1b60ef154764056e83a212b5f66212bbb7a11eff29388f72b2b64954e19b20ad0475671edc8aaa6b1c89ac271c89a0771c8dad57b90b5214790b5fb9620eb97e2886f7633e25b7a12f11bf10df113d6207ed9d5885fcb7d64c390a3c806030ef137d042fce763887fc242c4ff7a2b1270ac0e0928c84602ea9621819657918d534d908d07d3918dbd664890f5082468d71b24a8d10a0936e847426c5720a143b390d04def91507e13b2e9671eb259d71dd96cd18c6c7e3211094fca42b66c0f432296b5205bed59646b8d2512e580235189254874168f4477d423b16c2b129b61826c2bfb836c7bf314d96e3713019e6423e0e62b08f8a000818120047e528b20781f821c9110e4cc7c041db31141dd4722d8d9e1086ea84070d907c1e3bb1142134408bdbf0851128c9046bb11320146c84fcb106aa41f424d1a8350014f11ea4028423bdc41e88430847e711c61b6a8200cf01a61eeb4239cd957847b918cf0dc7f8860a48908f80c44bcf00a919c1d1069b93b2205c4238a4d57901d1a15c88ea96648dcdebb48dcc15264a74b27123f9145e293af23bb6ea048a2f63424518f4212178421894b8e23898d22b247a51949da9a89ecb5b741f60694207bef1f4692e546649fe66b649fd944645f7f26b27fee0b64ff5a53647fef4b24c5b20849f9ac400edc1c440e3cda8da4aa9d425217d2486ad02224550e47d2461d47d2ec759083eba29183be2ec8413f5fe460be2572f0e953e460ff0fe4d0e44dc8a1a37ac86183c9c861ee0172f89d0972c408438e2ce79023d7dd90f48547910cb3ebc851953ae4a8630f7294c691639ae791e32a76c8f1b365c8f1676a48e6b84a2433b4043911002227365722275e262227beee40b2d61c424e954f464e3d45919c1b1f919ce71f90337f5390dcb054e45cc65a246f7a1492b75119c98bee44ce8fbd819c5ffb0d391f4720e73f462217568c40f25570247f592392bf2d1429d071470a8a5d918bf7b2918b7fee209756f521974863e452e67ae4d27f73904b036791ff94af2357de3c400af53e21859e28521848235737fd42ae928ec835932fc8b555ff21d7f6eb23d72a19a468d515a428703c5274e83a7243471bb9b109416e70f1c8cd334b91d2113ac82d371c299b361e298bd6456e9f7982dc093144ee5cde8cdc556a46ee9ea691f2a47b4885ee4ca432ec1b52157713b9b77d23722f6e3472af2c1ab9f7640952334517b91ff90e79401c441eaec9451e9684218fd28e23b5c3cb905aebe548ad933e52f789409e4c5b86d42f3c88d4bb1e449e463f439ee9c420cffe33429e1571c8b31b05c80b031e79a9eb87bc343f85bc9cab83bc5c4f232ffb17220ddf2a9186818fc82bada9c8ab05fb90573b17214d13f6234da73b90a6ee0ce4f53d0c6999bd166911fe20ad25fac85b256de4ad7703f2f66f1dd2b6271e69fbc522ed976f22edfd61c8fb09f6c87bbd6348c7c34aa473e403e4e3b02ce4a3cd77e4237502f9587801f9ec390af97c7113f2c52d1ee9420e205f35be215f234f205fef1e40be7d8f41bef53e40bef59b23ddd64648f74d3de4bb258ef44ef5407af7d8237d156ac88f581de4a7763ed2af341ce9dfb10ee98f1b82f4776f42fa07c620bf66c521bf824f20bff6e1c8aff61c64e04d27f29b5347fef8be45fe647f41fe3c6c45fed4e62183deab90bf5e2b90bf2bea91bf999bd021f06574c8c35c74c8e7e7a84adb7d54651046877e5b850eabff8d0eeff24055e7a6a2aa763da8ea976c74840a878ee851a023474e434786b8a323df6c4147ed188b8e9ea78faa4f19868e69c3d031edcae85885013abeb8129d18e48c4e8a58834e3a45a093ee16a1937e84a3938dad518d458ea8a68f26aa79e414aa799642a7e4bba2da937c50ed0f4b50ed9ee5a8f6770d746a51163ab57610d5d5b741a759d5a2d35c6854dfa10f35d01b891a382850438d04d4d079266a786e2f3a3d3104357a6f861a9b1aa3c64f4ad099497350d3adab5053fa0c6a66b0149ddd731835d77744cdf313518bd8f7e89cba1ba865b11f3a37c7179d5bf11d9dfbb010b5aa1d89ceaf3e8e2e4834441764bd411794fc41176eb44517bedc8bdad245e8221844edc06674f11b0eb50fa250078b0ed4c17d28eab0f307eaf02e0b755439802e7526d165b966a873f507d4651887ba4cf5475d27cf465df7af435d6f4c455dabdfa26edb2fa29e93afa39eb596a8e7fb32d4cb3c00f572fd0ff5fa3b025d91dc81ae38538baeb83c0f5d7125175db9e10cbaf2c036d4db6e0eeaed548c7abf6d4257ad80d155ab2ea06bf85c744dcf25749d4a2bba4e4381ae5be380ae3f7709f58b3e8afac597a27e1f5a50bf9f3b50bfc195a87f7c07ea3fa08206ace4d1c009fbd1c0ca7e34e8b31a1a6c760e0d362f4683570f438377eaa19bdc217453fc0974f3a84e74b39a846eb6798486cdfb8c862737a3e16ffdd02d757668c42e0d74ab9d2aba75d71934726c211ab96c051a19a682468dfd86466d9c8046dd6940a3b516a3d1d60568b4dd3034bada168d31e2d0987b97d058db22745bb10f0a6898a1d0a3e3283229124574f55184f743b1030128fea415c5bb2350524d1b257dad513271184ab5d6a1ccc8e328f3ea3f94751551f6b032cafebe8a72860928b7de17e5fc7b502e1d42b9f3ab50ee5506ca17bba2fcc336545c14898ab10b5071db5654ac98818aefbfa2d29199a8a2f409bae3600e1a971887c665eaa0710328bad3630c1afff61dba6bfc3c74f7af7c3461cc6134a1d4064d7cdf8f268921e8defb17d1e48ff3d17d23c7a2fb746ad17d6951e8be4c043da0c5a3072cfe090e45535d7134cd281c4d33d740d3decd460fc567a2870666a3474c35d1231f76a119510de8b1be48f4b8aa237a3c632a9ac98f43333382d013eeabd113a0097a22f3397ae2ed7634db9547b3cfa9a0a7635dd01ce51cf4cc3713f4ac7d357a766d137a36f1307a36fd2a9a6bac839e1bf106cd2bf8899ed7df809e7fb30cbd70b304bdf0a903cd575c45f34f5e40f39f2068c1f839e8452d23f462c568f462f545f492b9137a096a472fbd39895e6e01d1ffa666a1ffed3e80fed7578c16ce89400b992de8d580dfe8d583cfd16bea3ae8b5a054f49a34f3ff8ae78c428b939ad0e29abbe8f5c89de80d64077a235e07bda9d280de6471b464c929b4a4e90d5a6a7c15bda5be03bdf55f217aab75325aa6e983963517a0b72b0ea3776a16a2775e96a077f336a0151b1dd10ae8065ab94c05ad7c3a0ebdb774345afd90466b347fa335db36a035dff6a0f79d73d107b435fae04222faa0c9197d189e8d3eec38833e0a70436b970c436b93c7a3b599c5689dda45b46ede7cb46ef765b4eeea4ff489ea70f449411ffaa47a12fae47b2a5aaf87a14fd3b3d0a75fb7a3cf522bd167b9f3d167d7abd017861ee80bba157da97f106db0798636fc9988be3224d1576f5cd1c6dd5e68e3c174b4f19c19daf8df24f4f5685ff475db1bb479ae1adabc58096d315b83b62e32465b6f79a26d8b96a0eff46dd17767bfa2ef731bd0f77f61b4c3f41f371db463bd1eda0986a19d7b9ea01f0d2bd1cf8b5dd0cfac1afab9b10dfdfca618edf2198a76c16d6857d66cb4ebc932f42bf615edf6bd817627aba03d2b0ea13d3ecbd0ef935ea03f5ed5a33ff55bd0fea54fd0fe9712dadfbc1ffd35c200fdb538011d1891810e18eaa083632ea3836617d1c1f3a3d1bf3acbd0bf7c10a6a486634ab1da9812fd0b53aa30c186a4efc3941376602a474f622aff6dc3865addc586fa546143232ab0a17b8bb0610ed3b0613b6ab161bbd4b061373cb0e1d335b0e1f52998aa7516a69a2861aa274e60aa8d2dd888110fb0110b8e60235cfab091a5f7b051db0ab1d1fed9d8e8bd8ed8e8b6d3989ae1414c2d200e53035a30b58e5f98faf46b987aec124c5d1180a99f7b8f8dd1f5c5c604edc3c66c3e878dd340b171398bb0f11a4ad8046e233651250e9b74b81b9b94d580698cacc334c76398e6434d4c4bad11d3da426153561cc4a67ca9c0b4cd0e61da1bfd30edf789d8d44d5b309df919980e6d86e92100a66f4060862da6d80ce80066eceb86190b1a9889833966e24860b3303fccf44c00667a4e1f33f34bc6cc025ab0d9a7cd31f3899f30f3a4659825fa0ab364edb1791aedd83cac03b31a7f04b35a308059adfb17a392312bec0e66f5d6099b4f7760f3eff6620b163dc5165037b105bc802d6c7c8559372cc3acfb00cca6b11cb3f9628fd94e5f82d9ce5c882da22cb0454c0a6677661966f7fd1eb6f84705666f341cb3679f60f6979e61f6a59698c3c43b98e3a2f198e31665cc317f24e6a45c8a39053ec496cc0ec7965827634b89046c69c17a6c99ed6ccc659219e632ab1b7339b801734d48c396df7b83b9a93cc3dcb65ec5dc3e8fc3dc0db531f7551a98a7328479da5fc63cb766619e354d98d798a99897e7736c85b319b662792ab622e705b6a233095ba96f88adb4db88ad5cf21e5be976015b196589adec14306fcfe998f7fabb98f7d732cc277637e6535787ad3efc1b5beb7c005be75b82addb2d60ebad9763eb7da230bf53bb30bfde1eccdfa517f37fd68a059c598205461258e0f7b558d0a8cf58b0ce662c78d16b2c581a8e8528c5602176ed58e87f1dd8269507d8a6cff3b0301b5b2c6c6f0b169e668e454cf4c2222e65605b95c661d1d2482cfae1232c56c5058b352ec3b6998dc0b695c662dbc7b2d8768b126c7b7c3fb6fd2d846dffe3800163e330e09d32065e57c7a0ad3b31a801c060e343183c2b09836b633024ee0b861a8dc750c901438b1b306cc85b0c5ffc01c3435f60c47f091851568f113f1d30b2f72746dd8dc7684d658cae0ac598d03e8c01f530a6431b63671462c2ea9198f06518267eeec5247e1c263d31c7e40757b11def14585c3285c595efc0e28dbcb0ddf55bb08435a3b084c0c358427a2c96f0e52e9638521d4b3a7a01db7f2014dbdf6b8fa5b8286107ae4ec452fd1bb154fc3a969a5586a5b6e1589aeb1bece07023eca0de71ec48f10fecc8fda5d891ce562c7df1422cdd3d0a4baf64b0f41743b18cf4462c23b7063b76c9003b3e86c38e27a961c7b3ce61996e9bb1cc2dbad8c929a6d849cf91d8c927dbb0535753b053f52658f6f8cb5836b003cb7e108e9d3e938be5d8a76339854bb19c4a2fec8c25869d55bb869dcdfd0fcb5ded8fe5569462e79e9b6179962bb0bc54163b3f8cc0f2bfbcc30a146658c11b11fbcf6012f6df86b5d815e5d5d895f07aac70ef3aac30f9245678f23176552f0abbd69280152d35c68a6e4cc48a9d06b1629fd9d8f5eb66d84dc756ece64e1dac2cc01fbbbdbc06bbed968fdd7eda83dd7552c5cacdb663e57643b1f27f73ac7cdf15acfc602d56de76162bef9c8e5558bb6115b02f56b1db02ab4834c22a03de6195713fb0ca0bd7b0ca9fbbb0aa8bedd83dca0ebbd77719abd19d86d5dc4fc0ee9ff98a3d58138d3d90fe600fef1a630f1fb9628fb61dc61e67c1d8e3ee57585d2c85d589ff624a3156d779117ba27318ab0fa9c4ea771cc59e6ed3c19ebe3e833dfb5d833d5f9c833d2f38823d7fb6087b61bd0c7b515d87bdd4e9c45ed638600db237f6ea5102d6e8b60f6bdcf9166bdad1833525ea614d8338f63a29097bdd928fbdfef91a6b7656c69aafafc6de9c9a83b590ae58cb4b1dac6dc51eac0d1a81b59b4660ef3c15d8bb8439d8878e62ac634832d631c91deb087b8875fcebb5ced149d8a719d7b04f1f21ecf3c299d8670f55ecf30612fb8cfe8b2946d8179532ac0b3d897d4d6fc5be967862dfa45d58b78b05d67db613eb19ad81f5d4cfc57a637ab11f2667b11f9b4bb11f1f1ab17ea37958bf470ed6bfda1deb8f7c81fd3a118cfdbab812fb557d091bd03c8c0d485ed8407c07f6dbf604f6678e3736383d1a1bb47a8bfd8d5a88fd2d4570a5adeeb8d2e0347cc8f11c5c59118b2b1f2ac295bf0cc155960ab84a493faed21a820f852ee043e91bf8d0f3c7f0e14734f111de95f88877eff091b7caf0911ddbf051abb5f051f81f7c54d6057cd4cd73f8a8320d7cb4fa787c744c103e5ab107574b1a8bab7dbd838fb1a5f131bfeaf0b11f42f171e84c7cdc5e191fdff50c9f6076149f70f4173ee171203ed1f2043e91c8c227c739e31ad346e31ab663718d334f70cd895370ad6f5ef894fa7a5c5b793cae6de8886b5f1c8aeb0803b86ef1327c5ac6657cda2d737cdabb045cef008ceb275dc6f5bfd1b8e1e947f8f48d2ff1193ecef80ca20a376a3b8a1b5ba8e0267a8df8acf0edf8ac03ffe2a51cdccc22069fad9c8ccff63a80cf0e5e88cfce7f879b4f7e8b9b4fb7c12dae0fc72d3a68dce2fb6c7cae46393e57df019f2bedc2e7c605e0735b26e2f3addbf1f94bf6e2f3833af105260a7c0172075f7045c6178ebd815b6f76c5ad1fbdc2ad1fafc66d9a2af0457a7bf1459beee08be001dccecf025f6ca58c2f5e7105b7b7ecc0eda3e6e3f6b518ee386534ee78230977328cc0974c09c397cc7a882f59fa175f025dc497e035f812fe24bee4cb117ce9a899f8d20d83f8528516bef4da017c99eb797c59df74dc796d0ceedcab8dbb700f7057d568dc75920aee7ad30d5f3e331a5f7e6339ee36f211ee56a286bbdbecc7ddaf5be21e298eb8a7b51feeb9fc0dee49a8e15e5105b8579d33be72c8387ca5e1337ca57537be72fd7adc7b420bee6d7009f7764ac0bd5947dcbb1dc57dd45fe23edafdb8cfec35b88fc3667c957e1bbe6a7d0dbeaaec37be9a1a8baf31cbc6d79c7f80af4d998aaffdea8caf7b34095fff05c67ddffbe17e0b3ee37e3b14b85ffe19dceff917dc7f961b1e601b8d077c5d856fd43a8c070dbb8f07711d78d0f5023ce8d6483ca8cf130f2623f0e0c4447c73ce297cf3ed2b78d8a58778f8aa007ccbfc2bf896c42c3c62ff2f7cab791b1e39a5158faa08c0a387eec4a34d12f1589b3d78ece985f8b62a0a07b6efc2c1d55b7070cb4a1cdcf61887967fc2a1274770a8770b0e9fcbc311d52e1cd577c1d1a2f938fad807c7cee4e0f83a0ac79bca706267264e944dc2c9fbab71fab40f4e37c4e1ccac11388319e1ace1019c3d158b7393f7e2fcc431387fa308e7ef4fc40525081728535cf4917031650d2e5ebf884b90352ed57cc2a5be385c6eaac6151b5fe38a8a2bf88edbeff01d2f63f09d8023beb3ad0f8fe7b7e2f17b5ee1f1a7ffad1b47e2bbcef9e2bbffbd6ff788bdf8ee4347f0dd3fdcf084f0c578c29baf78e29755f81e7d0adfb3c8074f5abf044f023bf0bd65f3f0bdcd7bf0646d177c5fa00abe6f5f29bedf4a07df7fe421beff493cbeff6911bebf6d0e9e6234113f1029e007062af1542d114f9b77014fdbba1e4f6b1e821f54dd891fbcb2103f443ec30fcb65f8e15bfbf02389faf89167417886531a9e115589671cd1c58f5ae5e0c74c2af163799ef8f176553c73cd7bfc44e151fcc4b597f88997029e55518f9f5231c64fb935e0a7beadc473aeaec273fe5cc6cfac1a8a9f7932809f459ee1670516cf8dacc47399aff8792405bf908ae3f9869e78be93375eb03b15bf68f009bf34c617bfb42012bf9c710f2fb4fd0f2f24fe39aa845f55b2c4af86b9e3d7fc44fcda275dbc484317bf3eed377eddd218bfa1a586df4853c16fdc37c24b555bf15b5ed1f8ad9df5f89d051df89db57e78b9f57abcdcef385e9ef703afd8328057eccec72bce8cc22bca32f02ad015bfb7ec165eb3431dbffff33ffc81da22fc81ff09fcc1f6abf883e72ff1072d79f8c317b7f1c7aa45f8e39bdff0da15f6782df106aff3f7c49f075ec39f47cdc55f98f9e02ffc86e22fb2ecf0976c3bde606e8e37cc798e37d466e3afccc2f157f5b3f046ad3b78a3e357bcd12b1d6ffc638d37654dc45f9bd8e1af3f2dc0df4427e16fde76e32d5a9a788bcb08bc65cd2cbc2539156fb95683b7da4dc4dffe8ec4db2c4cf0b60596789b622ddef6441f6f4fafc5dbcf0dc3dfa3dff1f77fa6e11f5a1ee11d600bde71a60cff38f323fe51f6c73f3d1ac03f4f89c4bbd211bceb5fdd75b507e35f7de7e25f2f05e25fdb1cf06fdab3f06f764af8b7a30578f7ae7abce74006de333815fffecb16ef1bee8bffc093f11fd767e13f1537f0feb1abf05f13aee2bf82c7e103a7c2f0df0bfaf1dff734f03ff3fdf13ffe6ff03fbbe6e0838bfcf1c1dcb7f8df31cff0bfc22f42496f34a174b19b502a7523949e2f25869cc92286f43a102aab37102a597b88a145f38961b36711c36e6412a3ee8f2046cf1d4ea8a54d21d4c3ab09f5e30a42fd864ca857ed23d4abcf11ea9fff10e3ce4d22261a7c2526eddd404c8e4389c9f55d84a6fb4d42d3e317a1f91422a66c5322a6fcdbabddba9ad051ee2774844142d76104316dff2842cfc8813018778e3008994018281e13868500315d0524a6fb7413339c4b8919292c616c504c98bc984accfad640980e3b4b9872fe84a9d84098fdfc49ccbe8411e6851709f39bcac49cb941c45c359198bbb687983b6841cc6b5a4458595710569b4711f30d3f11f3976911f3039388f9520761ad3285b0ce4a246c941f11b64a1184adee70c2c1052396ec1e4e2c294e2796cddc4c386f98413877a412ce3fdf132e1e75844b6435e172c99b70a9ce20dc4abe126ef583845bb74cb8af6c223c7a6a088f5f4b08cf490b084f6029e179e721e1d9fd87f0f23f4d788507125e14437889cb08af4fd38915c62f8915eee788150dd3889543e7132b239a089fc14fc4ea5f66c49af7fec45ad526625dfe0162fd9aad84afb21ae11b3093f05b398ff0938e111b1cdb890dae75c48657ae84ff9260c23fa186f03f3782f02fba430484cf240222fa8880b3cf8940a36344604328b171b909b131fd151114fc81088a984104ebec2782bb2713a13d1ec4a6e051c4a6be4462cbca5862cbba7944c4cf5bc4d6f32c1139740611a97597883c984244796a13515b971251851a4454d928221a1489e86795448c5a1811b3e629116bf49988bd348ed816b998d8d67991d86e329900eeb910a0411601e93e25e0409c80d95e024e512210162090e656029b3f9e200eae2488dbe904b56b1741dd3620e8716f081aee24e8ee4dc4bf6b1fc1fa6e23d8e77b09b61526b8a20e8277da44084dbd84f0d690101f0c12e2b75242764d2214e9cd8422f302a1680b2776f8461271a124b1f3c929227ed406223e2e98d875ff37b1bb24824870ae24125ed144a2f2742229549bd86b5d4a248fdc4e2437ce21528c5f1029be478894178f8803f69944ea5925226d1940a4fdec240ec6751307effe471cb2ff4e1c7e3f9a38b26b0391bef230917edb91487f984664909f88a3c7a289a3570b88635e5f88637bd2886377cb89e311aac4714a83385e3487385e164c1c7f9c42646abd23327f5811272da2892cd3454496cd57226b693f91e5da479c2af726b2ddde12a7554610a7d50688d396e9c4e9e50789d3e022e2f4d97fbe3d2572667c2772fcfa89b3ad2144ae9b0a911bf38638b7d786b8f0a082c8dfbe90c8e72f1105c47ce2e2faa5c4c5f4f3c4a5ef56c4e53509c4e5733b89ffd6691057ecda8842fbb74461630a716d7e1c71edbf7944d1ea3d4411564414ed1f4314ddea228aa11dc48db12f899b363b88923c65a274c806a2b404236e456511b74e781265d1db88b2b639c4ede1bec49de0ddc49d9c35c49de70ec4dd493544f9b83d44f91c25a262084454ec3a4354ea2411955b4e119547b71195e5be44e5b314e2de4637a246ad99b8efdc423c38f39a78503e9b78e81a423c7229211efd974d3cf65f4f3c8e1189da47bb88ba029e786208104f961b13f52a36c4b33300f1fcc13be2f91f3de2a5ff0ba261f43f67b388862663a2e15b0ff12af607d1b47b27f11a5e42bcbe7797681ee54734a7ff269a3b8c8896900aa225713dd1faac8a783be13fe26dd257a26d2242bc9b0b13ef162888f7a3d389f70f8b89f74d93894e8d7744676c1fd109ee263a0973a25390888fab9b888fbbce139ff65d213e75ed233eebbd23be0cf125be64804457603dd195bd8de8567e4e7427bf24bacf5a13dd051d448f7e3ed1bb9124fa8695127da78288beda24e247af3bd1ffe219d1ffa196f815ba85f8752797f8f5e93ef1ebcf51e24f8e440c5a34107fd7b9137fdfd7924a7326934a8973c921717bc921f73a4995b1faa48a60460e456f90c3963590c33c8e93c3aebd21872b1f2787cfd423879fff4c0ebfa6440effb6911c3934921c15f8821c75e03539aa630339da6336397ac7147274413b39fa6736a956ed4caa7db523d5b33e92ea8db3c8315165e498de0de4d8c1a3e4f88ae1e4840e819ce8bc929c3cfb12a931fd3da9b9c48ed49a19426a255b9153ac9b48ed18755237d483d4bd8391bab539e4346fb57fd690d38ec3e4b4aa37a4ded07ba4deb858526ff76652af6637395dfb30393d6a1539bdf5113963b5441aed0a228dc78790c61bb2c99929daa4c9b833a4c982aba449f8217296db177256e42ad274cf34d2cc39929cad37829c7dfe1069ae3a9b34d75625cda39549f39db348f36f1ea4c5a8b9a485034b5a384f24e7241d27e77429939653f249cbf5d5a465db5a72ae4e3d39cf26869cf75022ade61c21ad7c2cc9f96591e4028b17e402cf5872011b4c2e545d4c2e3418472eec3c4c5a1b7a92d6f761d2a61f246d8d8792b68e7f48dbda83e4a2897fc945de7b48bbd18ea45d960969776b3fb9786922b998fd17ef6a92f6776d48878812d221d7947434b1259d5cf2c9250d9de492fe5c72e99041d279ce09d279a901e97c772ce931bf95f470c8203dd2be929e6b67929e700fe955604c7a3d45c995c90ce9fddd87f471a0499fad75a48f30975c3554955c3d6b37b93af112b9fad42672cd0a6d72edd542729dcb1872dde6a1e47af597e4fad454d26f7c37e967dd42fa11f1a4df8104d2eff01b72c3689edce07a9ddc106f43fa8f5423fda33c49ff9b2aa47ff50a32e0af1519d83885dc88389141f78f90c1e91c19dc42932157bdc8d0492fc9d029efc84d0d34193e1a27c373d6905b32569211f02172eb070f726b773319b97a2f199931928cdebb898cb939858cfdb7779bee61725bd26c72fbd0e5e4f635d749600f4a82ce7b4830b29d84f4ed48c8a38784927f91f0982e12d35c486257c791842e4ad2166749baee0ac9ec0c2199174b483eec2ac9bf3843f2035ea4a0be8b14924e9242992d29fcbd4c8a63d548510825a5f1c9a464f89794068e92b2428ddcb1f129b9e387261937ce91dc190a93f1f9fbc8f89b63c85dd33e90bb3cb2c95d678f92bb270c2177f7f164825d1f99783c8a4c7c6f47ee39f6994c327e44266d3f47265dbb45eecddb47ee7d77814cb64821f7714fc97d974172dfdb16725fff3172bf611cb99f302153ae8f22531e24910796f691a9fecbc8d4cb3964eacb34324de6c943582379a889250fe39d647a602079f4c47af218e24a1eabd3208f6fcd2233375e274f68ea9127b67f234f5c0c254f4e43c89345b7c8939fee91599f9693a7349bc9eca5816476fe34f28cf736f2ccbf3e3e73fd3579d6f221995737853cbf6b2679c169287961e52b329ffe4b16447a9305dfc2c98b41d9e4c5ec42f2e2adcfe4c5de9fe4a5f812f252cd33f2f2fc66f2b2532af9dffdc564a11d465e6d25c96b13f691456b6e90c5272cc9eba16fc91bce3ee44db36ab2e4fd4fb2e4db1bb274c462f2d6b77164d95403b22c703b59d6318f2cfb1340de4e0d236f5fb622efc0b6e4dd3847b25c65802c373a4b967fd621cbffe89315e3de9195131464e5fb06b2aac196ac3e7696acbe7189ac2e89206b8e8c24ef2fba433e50be4d3e90bac887479f908f161e201f3974918f2e84908f1e69908fdaacc8c74f5f908fdb9690b52199e493253964fd9983e4b3f04de4b386ede473fa32f9fc5803f9a206265f2e984ebe1c0c221bfcfcc857058fc826d7cde4eb5a1ff2f5f3a1e49b45f5e49b246db2c589205b475a91ad4210d92a1f22dfba2e22dfeed023df9ebb40b685f6906dffe64cdb35806cb79944b6ef9f40be6fdb4d7ef07f477e6873223b4ae7909d3f27901f5b6ac94fe70bc94fef7f919f9b11f2cbdc53e497269efcd27a98fc3ab288fcbada9dfc36d49cfc76ee10d93d2989ecbed046763f7a4476fff2237b96ae257bdc4e91bdf71f907d418ee4cfc922f953b180fcf9a79eec9fab4df6fbac24fb374c23fb5fd2e4c0f469e4c07557f2f7260df237a8207fd7dc240795dbc9c1ecf394d22e98522a9c460da1dda821a93835e4c64f4a39ca9352ceeda1542ea4512af941d450d2951a5afa991ab6cf9f1a9e7d8a1afe1ca0545b8ba951611fa951cc686acc487f6aec74776adc96bbd4f8354fa8f1e8646abce25fac35a6261e2da5268dd7a72659db5393f6aea634367ea434cd4228cd9c9394661d42692df0a5a6a837535366d952da566328edad35d4d4a81fd4d4733ad4d4ae2b944e60e53fad944e5411a573793aa5ebb283d2dd1e4ee9665953ba3ffba9692a0ba869e36da869b117a869498f28bde177293d6394d27fbf97321871953298674719a019d4f4516dd4f432636a7a431235e3de1dca68214a192b5da2666e2ca3668aeb2893bcc79449dd3bcaa4f32635ebb92a65663a40995db7a6663f09a5ccb5c328f3cd5a94799c25659e6c4099974653e6f7b2280bfe0865b1ab99b228fd42cd59574fcd0944284bed54ca921d4359de49a72c3bf75373f14a6aee7fd1d43cad0e6a9ea33d35ef530f65f57b2e355fe72d355f7f0835dfdb885aa03e8e5ad0ec422db41f46d91093289bf812ca56791d653bfa05651b1c4a2d7a5e4dd9155850f6ded1947dc019caf14505e5143e8b728afe4e39e59ea79cbe4da19628ce53cba602d4b27ba328e711c994f32c8a72f6dc40393f6428e7378d944bf125ca75ec4fcab58ea796370ca7dc824b29b7026fcaadf01ae5395487f2aafa8f5a615545f968fca17c36ada0569fdd47adbe1e43add9f98a5a3b70915ab7ad945aafbd8f5afff11ee5f79ba236443ea4369cb1a5025e26518176d7a840b7f55460e52f2af0a701b5119e4f6ddc91416d2c1ea08266385141b3175041aecfa960259e0a1ee34505ebf55021012e54488b0d15aa6749852e34a136cd7b416d5a66486d92cf519b7a2f5161cefff4fca4c20d5f52e17794a8c8e4642af25e2315adb19d8aee2ea662958651b17e57a9d8fa566adbe2c9d4f60de9d4f66b13a9ed35d61440cea7a0d32514d4da43c1a41d05f7b45048813d85e6a65358f9580a7b954be16b418ad0fd4e11736752e4470b8a72fd4051c157286a1b4751cdd6143d5485a26d522986042846aca698a3f514ebaa4fb16c15c5f66851dc8457146fb186e2f1784a0a1c43497438a5783d8ada91184eedb8885071e613a938793a153fae8b8a5f3083daa59d46ed5af08b4a58924d25c43ca512083f2a81dd4c25c6f6538999795462f1042a491a422595b6537ba3fe507b8f0e527babb4a9e4dd2ba8e42fe1d4beeba5d4fe8611548ae5372ac5651a959ad343a5dec8a1523b252a4d30a2d2deaa50699f09ea60d75aead0da4eead09f26ea70f35fea881348a52f7b40a5af49a7d2778da6d2af395119d3e3a8a3c137a9a3543575f4f70dead885d1d4f1d50fa9e3dbaf5299f5c9d409df5aea4462367572a90e75f2432a95653b4065a58ea64eed584c6547cca54efb9fa7720e5552396fef52393d81d499654ad499adcdd4d92125d4d9d927a85ca5b754eed0462ad7f918957bfe07752efe3a75ee1d489ddf66435dd87b84ba906b47e55ba651f9d53d54418e295550a24c5d32ada72e55ab50972f91d47f7e14f5df9369d4958b8954e146902a8c9a4f157233a8ab402655f4791e55fc670a75dd338cba1e504a5d4fd2a7aea7d85337b43e502559bed4ade3145536e33655f610a4ca5e7fa5cade1ca36e6b4ea56e4feda4ee80a1d4dd242beaeefb595479c722aab2ce81aa7cd24d5551a5d4bd632dd4bdebc3a86a18a3aac58754f54e94aa51d7a56ac6a45135da53a81aeb76aac61da66abc61eafeb695d4839775d4a3ce51d4e3c3a554ad710355376d3555b7cc927a6292493d8118eae9dd09d4b31003ead9b501eaf9a995d48b610cf5527925f53252836a18d542359855510dfb2e500dfd23a85726a7a857cf9aa8c69367a9a6cc1b54d31f77eab5d335eaf56a9a6a517e46b5bca8a55ab7e753ad8fdf516f5f3ea1da86a5526d5303a9369766aacdd5896a638653edcbdca8778bcaa87779a3a9f77bae511fa69da13ecc1f41752cbf4175784da53a6a13a8cefc55d4473c8afa487ea73ea956539f7c40ea53f019ead36557ea73ac1bf565ce11aa2b9ba5be71d7a96f2ddba9eecaf554cf9443548fb89bea499847f53c76a07abb55a91feb7e513f686feae7b042eaa7ec47f5af184ffd727b450dd47ea77e2fbb41fdf12fa1fe9c75a3fefc784b2b3d2da087f47fa5958d0ed3ca072b6995c0205ae5cb357a58b02b3d2cc1861ede748d1ee9b78d1ed9b0831e6573961eed9b47ab997da6d50ebda1d5de2da0d553ace931238be83137007aac4a323d4ed7951e6714428f5b29d0e3baa7d3e37e34d0e3175ad3131dced0132b17d213fbf6d193a1a9f4e4784b7a7241223d79c090d6980cd31a052cad517b95d65c96446b3667d25ad90fe9297e00ad3d7b0bad5d664c4f7df092d649bc43ebae3b45eb5e7b454f8b98454f2b52a2f5a62ca4f5cee1b4de9f0db4fea65c5aff563f6d30d29f36480fa3a76b14d2d36f78d1d3072ae9193a8be8192526b451601b6d3c610b6dec1e45cfd449a16746ead2332f0dd22619276893d24fb4c98f2a7a96ea277a56b3276d3af3106d9a12439bb10ef4ece1e6f46cbf9bb4f9c82adadc538b365f554c5b7831b4455a236d5110485bdc0da02dbe1fa2e724efa6e7a464d096cec1b4e5be3ff4dc195af4bcfdc3e879cf3ed1564f03e805ca4af482d59eb4f5da59b47544006dbd7b90b6b1d6a56d3ddb695b6f33da76d741da369fa06dab247ad190027a115b45dbe5b2b43de042dbf39ab48313413ba4e6d08e0ef6b4d3d09db453ed587ac9aa487ad99bafb4b31542bb7cda412f4fafa497d75ad06e7c15edb67b05ed6110487b24b4d21e2dd5b4e792dbb4273f96f6fa1d4fafc4e6d22b776fa6bd970fd0dee9d9b477eb16dabbdf98f6890fa37dfad7d06be6aea7d7de15e9b51533e8b5efdae875a36fd2eb36a2f47a6b27dad75e87f63d7897f6db3c9ef60397d1fee185b47fb60beddf3f990e10b2e8c01347e88d655d74d0d3f574d0b7563a78d4413a78fb153a246b131df2f43f3ae4c3773a74e94c3ab44ba23785d6d19ba3c6d26176e3e9b0bd341dbef619bd25218f8eb8f5818e687e426f3d19436f7dff808edc7b998e7cde404739897454d40f3a2a56898edafb818ed1caa063ac643a0636a2632eb7d3319f37d3b1b6abe958de908e7db095de4644d1db3fbea741d32334f8e9268d500f69e4984ca39bcfd168c4591adb728bc690f53416974f63998534bef7004d8c584f139ecd34713b9e26978da5a94a5d9a4e32a4e90e3b9a41efd28c604133f14f69765816cdea26d0ec0699167e7ca6c55fcb6829c88d96e4045aee4fa01566f368c5398cde313d8d8e3b6749efdc348d8e7f5146ef9a9c41ef32d845eff6b7a1779f2aa2777f194527acbf4e276c9d492760029d70ed3e9d783b9a4e5ab59ede3b7306bd97d2a0f7669da193f535e9e40366f4bec297f4be5febe8fd0ba3e994b5dbe894276974aad72d3a35e3039d36b2934eb32da40fea63f441832df4a19357e8c31e79f411b35974fa79843eaad6431fbdd64c1fd3994a1f3ba5451f4735e84c9d443a736e3e7dc2d09c3eb17c287d22a5803e71623f7df2fd6efa9492129d0d4ca0b38fe8d0d95f04fa34964b9f4efe4ae7e89ad039ef62e8332545f459034dfaec5796ce1df190cefd5b49e72db84de715aca1f34afae8f3b33fd1e723bce8f37736d1f9f60fe9fcec643abf52a00bd437d397666da52f7b55d3ff7d6ba40b993b7461ee38faaafb17ba28b8832e4e88a0afa72ae8ebf59fe91b94095d72a3922ea99b4d97aa4da44b67d4d265f6abe8b24686bebd662d7de75d2f7df798215dbe7a135d4edfa7cb4f05d3e5a5ba74c55a7fbae2503c5df17a145d498a74657d205d75e13a7d6fd8007dcf641b7d0ff887cba5ef5dbe4bdf7bea4b57fbd3748dc91bbae6823b5d73eb0afdc0ba967ef0b89d7ee471807e7424837e748ea41f972fa76ba76ad3b5b37fd175554174dd0b17baae239bae37fa8fae6f72a29fcfe5e817f630fd829d40bfd8ad4a3778afa21bd24ce9a6d14fe9a6290974d3fa1f7453b425dd6c3b9a6ee6cfd2cd7f1fd36f86ebd06ff20fd32d5dba74eb2b63ba2d35996eabc8a1db7ecca4db93a6d2effed5df7ba53cfabdfd10fafd6981fe90a8457fb8b797ee70aca03b91e3f4c7e9f9f4c79066fae33557fa63e939fab3972dfdb9cf83fea2df4f7f715d4f7ff164e92fc98e74d7f195f4d7f9d3e8af7f08fadbd861f437dd36ba3b3b92eeb1f0a5bf2f0aa6bf3f52a57b47ada57b919ff48ff6fdf44f3b1fbaff3346ff1a7e94feb56ff63f8fe90187d1f440d80c7aa0fb06fd5beea7ff748ca3ff7e58c40ca9dccf288f7561543a3f31c33cda986197ff6386d53c6386bdbec80c6b7fca0c9fff9619be3f81197ee92ba33a6a0ea3ba7a07a31a51c1a8162433aa1d6a8c6af7106644a63d33aacd8651d30964c6e8d931638e743263d2db98b12bef3263f39b99097a21ccc4f68bcca41be9cce4adb58c46f4074683d06434b2a3198d0fa58ca6e66d4633e334a33980315afacd8c56953d33c57127a36d7786d1c1494627a79dd1f97d9dd1359dc2e85269cc34df618c5eed1746df3698315814c518d0771983ea458ca1590063b8368e997ee02b33635a3233831fc2cc78318d315a92c81845953346311e8cd1d16ac628f33663f4f82263bc75266362aec59814063226fd339959c6018ce9421dc634288431733761cc103766f6f1c9ccec5b1b99d9355b99d93ffc18f3d86b8c45dd31c6a2610633675a1b33e7ec21664ee948664efd39c6f2630533f7b22e33efd633c66a9e2663755964e6bf0e6516240c300baecc65160effc92c0c5bcb2cbcb787598476328b2e94338b5efa3076457f99c5dc2b6671450ae330622ae3e0e8c938ecdec138fcfb26476b47c6c9e702e314fc98713a758359f2ee12b374cc6166e9045566e9896dcc32fa02b32c3990715ea5c3b8263931aedd86cc72d7226639d5cb2c6f3dc62cef2966dcb68f64dcfe6e62dc3ddf321e931f311eee12e31119c178ce7bc2788d8f60bc0c148c177a8559615dc0acf0ad6356d4fd62566ec965bca9d58c777507e3337e0ab36a6c33b36a7c21b3dab48359337d9059e3a6c6ac236066dde52c665dcf45c677ce0cc64f398cf1bb709cf1bb8f337ebdbdcc06a5d1cc86da71cc8696f18cbf32cbf8b79e660286163001c5ea4cc0f3c74c40b72e13a8378b094cac62026fdd61025b4066a3cb162658ab940976ffc3047bfc5b6ff5624216e43021773730a15a0f99d0aefdcca6a5bdcca6cd93984d8f5598cd2a4799cd87b6329bb3e399f01d51cc161d99d96294c26c39a8c36c79ff818930a860b60e0b61b65e9ccb6cadf762a23c1c98e8b04426fa66211333f50713f3339289fd5cc96c4bb8c36c4bcf60b67def628047671860f02d03ce3fc140873106c9a019a48265900fa718748803831e1964b00875061fb59fc1db5e32c4c9528668b264c8fd4718aaeb32438f3261687e32c34cce6018229c61edd633accb75865bf985e13a4218eeb303c32bed60842dd31939f005a3f8f7ad3bec839938dd4226ee5e22b3332898898f5fcfecf2316176c55d60765f38cc24f8473309a23393882b317b880826c9e53593ac778449363266f615e530fbd7b63329c7373029658f98d4946b4c6ac14d26b5f23e93faa58e49d3ea660ecebdce1cdc5ec11c3a7a843954f8933974ad81393c58c71c31d5678e5c0861d2ad6026dd770c939e53c3a40fde6232ca4399630dc94ce622252673cd4226f3fc48e6c4dd26e6e48d12e6644b28738a2e65b23da732a7e703cce98812266791039393779a39c37a31676af598b31b8e31672fc84caefd65264ffd3b93373697c9d3ff8fc93b90c5e455f732e7876532e77f80cc85ad1f980ba7ff30f94302987c452b53b0cd8a29d8b98e29c8ec632e0e1832970857e6d2a131cca5dc48e652db39e652d722e6ca88d1cc95c3aacc95633f992bcfbe3285ab7f308569a799c2226fe6aa551a7375dd61e6da484fe69a9f3973ad6a135314f29329c2c298a2accb4c71742a73ddd59ab97e9b626e5e7fcadc6c5ccd94dcdccd943c6e674a9572985b4ebdcc9de4a1cc9d3e3ba67cdc13a65c3b9f298fcd642a524f31153f6c98ca80a9ccbde18b997bcf3730d5d273a686d4656a5ee63235bf10e6becf76e67ec25ee6fef787cc03658c79d045310f757e328fd5a399da17cd4c5d982ff364e154e6e93025e6a9cb30e6f99241e679ea45e6c5b408e6657326f3ca538f79252531af123631afaed6328d2af798c61803a6a9ea04d3bc7028d3bcea23d39c6ac8345f3bc6bcc9f9c4b44c79cfb4ccdac3b4acbec0b4f635316fa3ef336d53ea98b6e9c14cdbbd50a6ede90fa67ddd62a63d348c79ffad89e918aac1749895331d67ac98ced1a399cefdfeccc77138f3d17103f371db5be6b3ee7ee6f3af2ae6f3a005f3257124d3c5a6325df7154c57fb6fe66bbb35f36d590dd33d6a18d36d53cbf4680f677a36bb33bded2a4c6fa70dd377f529d357fb9df9e192c4fc8815999fb3af32fd678399fe9e42e6d7f4c5ccaf85bf995f36cdcc2fe90ff3eb2cc10ce841cc404f15f33bf12bf3fb25c5fcee68657e0fde64fec00f983f2d0798413296f93bfe0ff39778c0fccd1fc12a3d3cca0eb195d9213ff5fe1159e5cb2dac8a653cabe2778455d9dec5aadcad66551a8fb34373f3d96143e7b3c33e7ab3aa3aa75955bbe7acead6b9ac6aac3fabba67063b6a4a3fab36fa3aab16fb1f3be674303be6ce6176acf56676dce3cbecf818237682d25e76a2cb327662fe2d76d28e3c76d2815876f2193d7672d5705663fc0356e3d96456a32d84d5324c64b556d4b25ac7fa58ad02909dc29d63a7f4ae67b56b4359dd6769acee675d76dac8b9ec34bf2276dadf4c567fbb1d6b30713c6b901ac81aa445b006b9baace11c5576faf03a76fa8acfec8ca5026b74a19a35ba3dc01a675ab2c61d03ec4c552776a6fb0176a698c2ceccdac09ac86eacc97d9a9d9593c1ce7a339b353ba3c49a7d7ac1cedeefcece3e64cf5a8c2d602db696b316540a3b67c863768ec56976ce4a6376ce99f3ace5d839ffb4b2963ef9ecdcf5a9ecdc0fc1ecbc298fd879dfd7b1562105ec7ce36c76fecd4c76fed36fac0d65c9da5c3fc9daface626dbbbbd845f34fb08bce0d67175d7266ed82e258fb354758fb75a758fbe416d6be5499754835601d323fb20e377fb20e25a9ac636b3cebb4f82fbb7426c72e9b39945db66011bbac8361977dfdc83acb00ebb2ac8a7589b4655d721c59978f6358d7404fd635e42feb9a15ce2e8ff9c02e3ffe8d5d7ee705ebb6742febd61bccba8ff9ceba6b8e603d7644b31e770d58cf196f59cff74f58af193359af03f6acd76592f5fab98a5dd1d6c37aafd9c97a47d5b1ab264e67572d2f61d76405b16b5526b36bd13a76edcbf3ecfaf7b358dfa816d6377521eb17d0cb6e880059ff15f1ac7f1ecffa3fbac30618ec640336b7b2814352d88d7a67d88dee13d98dbd241b448d6283b766b0c17b3eb321cbadd99053bd6cc8bd8f6cc8574736749f0abb69d62576535f06bb39612f1b361263c3620eb3e1239eb0e18b7cd82d0627d92d9d341b31ea381b61d7cf46403cbbf579221bc9f7b351bedfd9a82d87d8a84b016cf4554d36fa89011ba33c8f8df13cc0c68e18c1c64eb660631f79b3dbd04a76db916fecf6a54b586064070b1857b180fd2f163859cf82137fb2d0b92b2cbc72088b7aaf61d1f5a62c0a2ab1e8cd2416fdfe81c5163e67b1acd52c767a3c8b239d2cf1b082259a6fb114f380a5d53fb0f4a64896be25b374d56d967ef4966586d9b2ec9c6b2c5b7797e56894151c7258e17a162baeab66c55305aca44eb2d2bff3e59a607687c52476c7aa17ec8ec16b6cdce53476676c2fbbf33bc1c6a7e8b3f18f7eb2bb9f2d651317de67136f15b07b7e59b0497736b3c90a6376df0180ddd7b389dd6fecccee7f5dcda65c2a6253aa6fb2293fd4d903da9bd9d4a5ffa68fdf4436f5ef12366dc417366d91c81e9c4ab107e9ffd88337b2d8430d0dece1d95fd9c34b56b347ac86b1e9438dd9f42e573663fd3ffc0f36a3ea209bd1368bcde8af638f1a6bb2c792cfb1c70d2dd9e3b357b2c76bbfb3275e2d674ffc3dc99e9ca4c59ebc94cc9e52dec49e3a7e843d5d7f8a3dfd5c99cd710c6373d638b267a053ec591d1df66c9e3e7bb69d67cfbefbc0e6a60f67cf1dee67cf559d64f34cbfb1794b5cd9bcb8196cdee517ec797e2f7b7ed72af60256c5165c60d982f7c7d94bf76eb397f7d6b3ff795ab18508c016c7be65af8f0d66afdbf9b1d7b71f626f4e38c1961477b0257f7fb3a58f3cd8d28633ecadf143d95bcee66c99f662b6ecab297b5b5ec7deb11f60eff4cf61efb625b0e52ebbd90a2088ad5cdccb56c21bd9ca7357d9aa11ee6c9553205b55fa8abd6757c6de5bafc1de4b62d8eae5216cf596516cf5c1936c4d50375bd3b295bdeff8967dc8bc601fc6b1eca37ff3e871cc22f6f14343b6b63a92ad5bd7cdd655f8b04fec0cd87ae2345b1fff91ad3f4fb24fc72c619f86b5b3cf8674b0cf3e3c679f7d7acebedcfb847d9972946d5874956dc878cd3634e8b2af2cb7b38d1342d8a6287fb62937827d3d7c01fb7afb74b6b93f887d13b1856d31c6d9162a946df9dcc2b616e8b16f1d1ad8b6f7496cfb2e4bb6fd5117fbceba817d97edccbeeb7164df8b1e6c47c643b6a3732ddbf1b996edf4f8c176ee5cc17efce0c27e6afdcc7ef63ac67ede3b96fdfc1fcf7ef14d60bf08afd82fbbceb35f1e1f61bb768d63bf56dc66bf5641ecb7510fd96f9631ec37075ff6db92bf6c77ea48b6c7f202dbc399b0df4bbad85e8b6f6cef9636f6c7f87f0c2eb03f4fac677ffe64d85f1a05ecaff6587620d297fd3dfe16fbfb6204fbfb6320fbe7d408f64fff2776704314fb373396fddbdec4feed1cc2feedd7fec7965352f3e6866cbcce0d89b9c70d39a6c1292f9ec4a924ade586ce36e586ee5cca0d3d71861b6616c30d4f8ee25435e672aadb5e72234edce546bcf8ca8d3249e746bd3dc18d66f7736a43704e6d8e0da7260ce5d4de6671ea5f4e7363a0b5dc98f7afb9f17f677213a6eee226fe39c74d56efe726ef5cc74dbe72929bfce43437b9d791d330fbc069ac0ae2343e1de5344da6729a968738cdd71ca7d9b985d322d77353d45339ed69619cb639cd69f78471bacb1efcd3c0e9ae18e0a61511dcb4c79adcb457cedcb43699d3539ac4e945d4717a7410a7ffd488d37fe9ca191a5a73d3c7f672d3d73770333a5770467a559c91ab1337d3782b3793bac499ac5ccd99840773267bca3893534b3893ca999cc93305372b632237ab6411676a7595333d457066934339b315f69cd9a60cceece9186eb6a11137dbda8e9bddb786339f7288b318efc259940d70736c3773733c0bb8795af3b9794b177156410fb9852f12391bb778ce266a3b67f3fe1367bb4285b395467076a65e9cdd49376eb1d7296e71980eb7f86517673f36977358f191735cb68f73f25bcc39ed1438a7f475dc929d18e7acb3857376fdc839bb6de29c571ce39cd34238178f479ccbe3699c2bf58cf3484de33cfad2b8154e87b815215edc4a67076ee5b7c59cf7b0f19cf76215cebb3288f3feb097f3fecb713e1e519c8ff77d6eb5851bb73ae501b7c6f511b7a6b38b5bbb6337b736c7845b5bdbc8add319c7ad77bec9adff19c0f9da3fe67c378ce2fc356e70fe7a7b397fa181f3cfdacd056af6721bc7dfe636becbe6367e30e68237ace48277ece342d6fee04242ffe342c3edb94df07c6ed349152e6cd82f2e4c6d2c1726e57161ed07b9b0ee515c78a4c06d7140b82d476bb8086f92db1a1ac96d659f71d1c3692e7ae4522e7ac90c2e7a7926170d3ce2a2afbde5628ed05cccf94a2ee6ef042ed6cf948bddf8868b0d9bcec542c7b86dfa20071c72e040f3571c38770c07dec239f05108070db9c041f0680e9eadcac1ffea0571f1e310851e879caee690bf333874f7640edd9fc0a1035738ccfc1c87abc471c41e658e5cd3c151fe811c45011cc53de0a86289a3a7d773cc211f8ef5cde158f627c7ca031ce77882e3967fe504c3e59c3097e08463ba9ce83f8b13abbb3879bc3b27c3899cccdfe3e44e334ef1e833b7b34c8bdb592171f1535e72f15f9ab95d8b2ab8dde79f71891ad7b8441f0597c82fe2126fb2dc9efff4b83d6f1cb9a4631ddcdef17adc3ecd142ee59b1a7720bf8f3b707b05977a30964b63bbb9836b73b8836f75b943795fb843f9dbb8430f9bb8c3f38cb9c3a11fb8f4771497b14d8dcba8decc65d43ce28ecf08e68e7347b9e371cfb9e3e597b9cc8323b9cc9e71dcc9681fee64df622e2bfb15778ab4e7b2876b73a77b12b99c59efb81c5b4b2ee7ad1e97f36d0197d373973be3b9893bfbdf2beeecf32a2e77f9062e77671e97db7c9dcbfd0d70e754cdb83ce5282ecfb5853b3fe1307741ad9cbb6019ca5db07bc5e58fa9e7f22bb671054b2bb882efa55cc19faddcc505f9dc45309cbbf43d9bbb1cedcafdb78fe5aea4067157068770857b3cb8c23fff71d722cf73d7ee6ee28ab05eaee8ae3f575ceac2dd8c5aca95cc4ae54a4edde34a6f9ee36e392a71b7e243b8b2a49d5c59491f777bea0fee76de0aee8ed735eeceaa48eece0d27eeced7a1dc5dad0d5cb94d19574e3ce3ca852d5c85721657b1bb98ab48bfc755fc38cf558ed5e12aad83b9aa954bb9aaf5ba5cd5013baeeaca77ee5ea23157738be36a7ace72f73f24720f777de71eedbdc43d1ef2987bfc9be26a47805cadee50ae96bac5d5e6ede46affe5b3f6f335ae7eb63d57dff99c7bfaa68f7bee0871cfb72fe79ee715732fdc93b897aa34d720eee61a6e6fe45e256ee65e1deae71affe5ad71ad11d7241fe79ace7de19aca5f724d8f8cb9d7b6b9dceb1529dc1bfe00d7d2dbc4b5d2b7b9d60605f7367a17f7765b33f736e72bf7b649976bb36fe6dad842aefdfc35ee9db93df7ce7f1ff78ea9e5de5dbec5bd7b11c9bdd718cdbdf77bcf7d38ddc775d8705c87cf28eee3ca70ee233385fba4bd88fb74a785fb54ff90fbacdacb7d765acc7dd199c97d31dec37d59d1c0751d9bc175f512dcb7b41cae7baa12d7bd1de7ba0f5fe67a96aa72df03a670bdcf8e717d9e9fb9bebc60ee47c037eec77e82fbc92de0fab535b87ee108f7cb7e16f72b3f93fbaddacdfd5e54c4fdb6ff1777a670bfdf0672bfdfdb73831e07b8c1febfdcdfd14ddc5fe78bdcdf80565ee9762a3f8459c20f39edcf0ff914c62b53eb79e59609fcd062137e187e961fee64ce0f775fcd0faf71e355271ee147ecdfc08f343dce8f3cb58b1f1592c98fc24cf951f4157e54d97e7ed497abbcdacc71bcbaf8821fa36bc18f99e5c88f9f0bf3e3bb77f2135c707ec229537e92ce617eb2513daf3115e4353645f29a9583bcd6c7ddfc94846e7e4ab216afadbc8ad7d65ecb6bbbe5f1da9eb779edd77dfc54473d5ec7b59bd7f131e2757fece3f552db79fd1d4779fdaa4edec0ee133f43f3396f54fa9437d6bac51b5b9ce38d777ee38d3ffbf2335596f1330ba7f1336fd5f026f1383f4bb7849f352f999fe51acbcfba62c69bcef0e74d2f6de2cdceb4f1e6c79ff3e6a70ef3e6653779cbc0d7bce527989feb54c5cf3bf195b7425ef056fbcb78ab96ddfcfc89c7f8f92f1d789b1dfb79dbb0ddbced579e5f8437f18b1ddef38b23ccf9c5c76ff18b3f9de2ed2d1ff1f6ab7ef3f627def30e2aeabcc3ec32dee16a03efe8f89c777a7a8a5fb2d6935fb26b03bfa47c1abf74963dbfb47f0cef7ca18c7729bcc5bb5435f2ae2a25bceba87dfcf263a7f8e5d7eef3ee8397790f9d42de839cc57b2e74e0bdd61fe25786f9f2abc61ce157d93af3ab1c52f8552b0ff0ab6e4de5575f88e4577ff4e6d7b845f26b5614f26b1a5cf9b5539ff16b69337eddec0bfcbabb16fcfae001de376506effb4997f79fe1cbfbcf51e20397bde703c3eef281bc171fd8ddc96fd41ac26f1c98c3074594f1c1ea357c48c60b3ee458341f3a72161f3a7d05bf69f6137e3341f19b1baff16177293edcd9950f5fddc787074a7cf8d6a17c78d2333efcea7a7e8b770fbf052ae023f6b8f31157a7f1912f6df9a8e10e7cf48a183e7af5423e66f81c3e46359a8f1965c9c77405f1b126f3f9d82f17f8d8de9bfcb6e2621edc3386879e4de2e161f63cdcb48c4726dee41163894727b8f0e866071e7da8ce63df17f2f8fcd53cbe71188fd79af1f8df009e60aa797206c693ef46f2d48a233cfdcc8267262ce1991d4f79a6ec0ccf7cace1d9999b78d6e525cf6ef9c6b3996a3cf7f230cf0f1dc6f31736f0fcb5605ed05ccd0b19042f7cfcce8b278379e9ba2d2ff3c5bc2ce7f2f2bb17bcc2ad8557e4bde0774cc5f91d25037cfcad723ebede8bdff525814f281cc7274e03f824434f3ec94cc1271f30e593ef25f3c93f297edfb257fc3e3e85dfb747e0f765bee5f79db9c6efdf39964ff1f3e553aeb4f307daecf8541f3f3eedd932fe60b52d7ff87e237ff8e304fec8b41bfc912d417c7a68209f31e13d9fe1e2c167440ce133ee0df019ad25fcb1ff4ef2c7cd0ef299017ff84ce93b9f197f9b3f5955c267e92de5b382a7f059313a7cd61e37fe1492c69f6abdc5675ffec39f7e7c9ecfd908f039bba3f93326dff93371187fd666039f3bc399cf9d2bf3b92eebf9dcf2937c9efa793e8fbbc19f5ffe9b3f9f70823fffdf55fe82e3293eff51369fff74025fa041f305ba0bf902430fbec0af92bf18fd87bf786c2a7fe9902eff9fa31aff5ffe207fa54199bf3298c6178e77e40b3fd5f2570b63f86b781c7fad6b335f148ef1c543c7f0378c15fc8d6dc3f81b6c2a7fe3e161fe66df1abeb42c9f2f7da3c6dff22fe06feb78f1b7bf9af1779ad7f2e5cacbf9f294a37c85f159be627b105fd13393af4a30e5ab9ae7f00f969de41f0405f10f6e1ee31f46aaf10ff70ce11ffd7ecd3f36dac93faed1e21f37e8f04f162ce09f844de59f2468f34f3ec4f3f536257cbdd347be5ed1cf3f5ba1c43f6bfcc03f9ff68a7feebd947f317d2affc26927ff2255977fd970876ff0efe11b53ddf8c66ba3f9c6ce71fcebebc1fceb7bb7f96687d37cb3ef66bef9ed66fecdae78be253b866f79e0c2b774b07cebf516fead832dfff6fa4dbe5d338b7f17dacd7798ece03b72d7f01dc50e7c47532fdf197693ff48bbf31f0f7de43f9904f29fe7ffe13f678fe0bf0c75e6bf6498f15d416bf8ae9c25fcb776957f4cf8eec94e7cf7af377c8f7d23ff63e43f2f43f99f8a23fc2fed59fcaf4e277e60b21f3f10eaccff5e75851ff45bc10fdef9caffb5dd252875470b43d6750843ceac12543ccc0495fd9eff6e181384a13bde08c3f43708c3669b0bc3ec3385e1072c05d528034175d76361c498226144f8776184785f1851a22d8c9ce52d8cb2771146157d15464ff8208c8eec1446dfbf21a8d97082dade7c417d8281a07e9014c66c4811c6b05dc298ac9bc298dbcf85b1e15dc25845a230f6f10761ec8b4e61fcbca5c2048dd3c2844b86c284c1b5c2e4b44782c6f95582c6bb6e4113d214b41c0d04ad25e682d6b208416ba396a0f5d84e981297264ca9782d686b050ada339e0853e72c1274e84e4147d12c4cf3208569c2a030edb1bea06720fef345d09b172be8f5e70bfa039860b06e9c6088d1c2742f0b618677b830a3738f3073312898f87a0b26a7eb05d3c9d682a96db8602644086615a2305ba121984f2f11ccc597c29c91c5c21ce7318225172158d63708734b9609f35643c2bc75b3042b877b82958217e64fb311e6afc08405cbd48405678f0a0b2a3384854f51c15aaf58b0ee6a176cca170ab6e34e09b6f35404bba3f385c5d67ac2e2fd0f84c5c5d7047bdf4cc17eb39ee0f0fd97e038314170dcf845703c1c2938ed192a2cf91c2e2cd52a1296962a092e3abf0417f186e08adc109687c4086e9ec5825bc002c1ad0917dc27fb0b2b22b38515f11ac28a92a5c2ca21578495632384959ad5c2caf5eb8595251e82f7f87ec13b6a99e0939b20f83c9c2aac3af64a58a3ad2cac21e7086ba404615d529bb0fedb08c17768b5e09b785ff00b58256c183b4dd8306796b0a1cc50d8d0c80afea8abe03ff84108885b25049c771202ae5c10027eda0b81fbe285c00185107474bc1094ef2e8438404248f70f21b4f1adb0c9f99fca6261b3ae8ab07979beb0196e1636a7950861a38e08611e964258809b1096365e083bdb2584d57b0961ed5f85f088b7c2168f23c2963dce4284fd08616b4096b075d30e2172cf192166568f10b3f8b61063ef29c410b38498733f85589b6342eca75dc2b6b792b05da74cd86efd400086ba0b40c85401f8952a403aaf0468e31501bef45240d66409c84d1d015d324b40932c0534f38180fe9723a04fe205e27ebd403e9a25507b3d04aaf0a0403f7015d83398c06d9d2f7047cc052e6bb4c05bc8022fae17f8f64a81ffa52b0896de82b0bc48106d1941dc142e88093582981c2048db970ad29b5241faa023487d7d82bcf2b7b0c3c64dd871d845d851fc46d851df2ec4592e14e22e460b71d733849d97d38578f196b00b4b137627e509bb07012141254ed8a3230849561e42f2040b21794e86901c3351484eb01292efe409fb4e7709fbb77e110e88eac281f6a1422a5f2fa4ad9384c35b2a85c35bff45be4638325a5d3812102b64a87e1132e6970b19eea7848c0de384a38b370a472b928463179a85633f3b84e3736c84e3cf6b84e34d3f84934aa78493869870d23e433859c40a5942ad9075fdb470ca7084903de18a903daf5dc87ed4229cb6a68533d38c84b3068ec2d9e8abc2d9da10e17cfb38e142dd3b217fcc68215fc751c87ff84fff32a14032110a8af485824e85702977a9f01f6e23fcf771aa70c52252b812820a57d2160b57bec042e1f24942e1e776e1ea7ff1c2b5e5f384e2319c506c9f2c140f0e13ae8ffe23dcf0c8144a47f409a5c67a42e9d1ab42e9c926a1f4f22ca1b4f3bc70eb46ae5056fc4cb84d970a770232843b7fcc84bb77f608e57b5a858a7ffd5ee1e820543cd417aa761909d51f7d851aad18a1c63449a8c9ad156a6e0609f78136e1c1de1ce1a15c233cfc7d577874e6b5f0a8e53fe131d22b3cbef457785c7d4b785c1f243c6ed6126a3b2384dafee9429d6a87f0a4bf53a81f6f243c1b612fbc58bc557871e03fa1f1b7b6d0b4fa9bd0743648683a7f4f78bd6f95d03c62b7d0bcffb7d0dcf5587873254768d5be26b446de155a6f1e17de4e5e2ebcf52f17de523142fbd802a13df187d05ef8447897d724bc1fb65d783f3640f8b0bd47f81027081de3d3858e97a4d0a96a23748e54123a1dc60a1fb152e1e3e185c2c7eb5ac227a34dc2272785f0e96eb5f0b9ffaff0658c8af0c5384ee89af44ee85a3053e8b2de2b7425390b5d3f470b5fc7f708dda3fa84ee6f37841eb74ca1e7b8a7d09313227cd71e2a7c0fbf23f4cea285de67ce42df8372e1e7da91c2afa989c2af7fb36b2087147eab6f157ecfe484c19066e1af858df0f70f250e6909175586e8892ad15da2ca998be230afc3e2b0866071b8fe6971b8fd3471b8425f543d324f1c317db438c2fbab38e254863872b5ae3812792f8e2c6c14473e46c451f77071d493e1e2e8f861a29a1e2daaad3c2daa31eda2dab507a2bad10a71ccd131e298a208714cb5bd38f668ab384e5b16c7c94ee2b847f1e2b8d7a5e2f8f067e204d733e2842797c4090d29e2c41f47c5897f94c54961eee224f995a81999256a3e5b2e6a69ff14b5ee1f13b5befd15a7384d10b5e78788dafeef441db36651d763a638ad6098a8d7982eeae369a2fe8e43a27e59b86850f7409c3e34529ceef4439c2e1a89d3ff048933c2e3c519478dc41995daa2916fa768ac755434ce73166716da8b3307ac4493270a71569e9268ba5116cdb6768bb33d8e88e6e65aa285d117d1626e9968f12e55b41cfb41b4d4f4162dff33142dbf378af380fbe23cb449b4da304f9c3f21479c3f7f8cb820ec9eb850fc4f5cf8d642b4f61c23da740689b68f9545dbbff6a25da69168af3220da7303a2a3d55dd1f14281e8f84116979aa788ce66baa2f3227dd159b15e74ee5d29bae45d105d974d145d83278bcbc31a4537345b74b73b2aba7b5f11ddd7cc14dd5f47891e37af891e1d7344cf79ace835b443f4f2b61357bc481557ae3e2a7a1fab177d0ede13571d2d135765a2e2aa523b7155cb3671b5b397b8ba789cb8c6ee88b866cb53717d5d9cb8fe5790e83b66b4e84b848abee5aea2ef475af4bb3354f4d70915fdf1a7a23fb75ef4df3d4c0c1875410c2810c580ee1071a3c96771a3d9293128fcb418a470118357cd1583b77f11439c778aa14b1dc44d43468b9b3a3bc5cd618c18a6172086592ac4b0c78d62b8da6b317c53b618e1e22046f0aa62c41b48dcaa3e41dc3af0598c1c5924468e3a2d4659858ad1b92fc5987fff3cf6fc0e719be93fd167c46d893ee2b63d81e2b6e3dfc46df77971fbbc6811fcba528446478ad04b47114eba27c2257b44b8f28608bfda2422e9e1223ac94e44f32911bd238b78ee5b9174d410c9400f9152b212e93a5591ee7317d9997d22a73a44e4cc55455e3f57e44df2447e3627f27ecb443ee6b0c8c7fd11f9bb96a260a9230aaec345a1345014f3178912355a9457ce16e54451948f7d15773c5f20ee78218b714565e2ce656bc59dcfecc47852438c3fa22ec617cf141316d88b897aac9878ae41dc234e16f7bc1f10934aa78a492fcf89fb4d54c4fdb1ee62caf05f628ad97831a5f59078c0629478a0c04b4cddb0543ca8f7533c74769c78a885170f5bfb88474e5f138f9c5b2da61fda271e539f251eb31a2f1e4b4d178fdd14c563cdebc5e37ead62e688ef62a65a8b9839f0473c01af124fecda239ef8d02b9ed41d2266456c16b347a58bd9f3ae89a7934f8b671fdc12739f5d13cf45288be7764f16cf5daa16f3a05231af70b198f77db178fec515f1c2b2b162415a9078d1eb867871e766f1e2a33fe2a5abd7c4cbc379f1f2062bf1726c8df8df9014f1df64150bd7b98b85275e8ad716758b4509de62b1bf93587c74f83f9de275f358f13afa53bcde1c21deb4d5126f420fc512c720b154758678cb34522c438cc532e9a758166f20de316e10eff8926239ef29568c5b2f56449b8b15a70bc58a8b4a6265192fdeb35113ef55ed11ab7d2689d50f6f88d57f2f8935876cc5073fcac5871350f191f169b176b99958b7bc44ac4b44c42733f68a4fceb588f5dd27c5a796fae2d3befde2b3903de2f37c467cb1ce527c91f84b7cf17daff8b26697f8f2bd9ed830e289d8609721beba3d567c557d4e6cdcb84a6c3cfe476c62a2c4d70bf68baf594c6c79238bad26be62eba742f1ed8c5d629b4682d876a1537cb7d05cfcb0eba9f821af4ffc702349ecd0ca173b76be103b0eaa8b1d97e7881d25f3c48eaa00b1e3b7a3d839a247ec9c122b76ce0e173be3f2c48f86f5e2c78a15e227c799e2676556fcacd12e7e594c8b5f7216895d4b1e8b5f97f988df4ee0624ffe6bb1d7aa58ecad8911fb9c4bc41f5df7c49f4718f167fa5ab17fc361b1dfdf561cd04c13076cbac4418766f1efc59f925230262991d325a5e46592d2410d69c8b80669884b80a4cc39482ae666924a5dbc3474da676968739334cc738134e290bf344ad54f1af534471a0dd548a34b0d24b52b5d92bad16c49dd3247522f3d24a9f7644b63877c94c62e3b2e8d5f854ae357cf94c64799481355ae4993c64f9526b97a4893b69e962651fad264fd2a69f20d0b69f287ef92c69c5d92c6791f4973d973493379953465439da4adbb53d271b925e940d692ce612549d7e091a4ebb951d26d7c2d4d4b0a96f4326c24fd794592fe2a2dc920a45232d8fa543288de2d1950d99201572119dcfe28195a8d970c436f4a862d15926197b7347dc86a697a3a211949edd24c5537c9a4f7a434ebfa0d69d6b70592a97d9f64babc48327d6f239969ef94cc42374966282dcd9efa479a6d1c2bcdc682250ba7d9d21c8f1c690ea22659d236d2dcaa79d2bc8f8c6465fd43b2aa4892164eab95169af7490b733f490b9ff54ad69bf3249bf21d92edb01cc9967f2e2dba9329d985e6497695f1d2e28ed792fdb47d92833a2f395a754b4e993ba4a50c2839ef7922397f1829b984ff925cc78c905c17774aae77874bcbefac90dcc0b1923b1b2eb99f4d973c9ded25cfc0c792d7d2f592d7be3cc9eb6cb2b472e96ac97b78a4e43d61bae4bde287e44d7f95bc3fae90564db195566355d2ea9419d2eab66dd2daa7f9d27af68de4ebfb47f25f912bf9872f94020a864b810c216d1c824b1bc31f4841ae8214ecb2520a7e642785789b49a1f546d2a61592b4795991b43969b1b479e0bd14ee71400a5f1d268507b74be16703a52dfb3169cb0d572962f20129d2eab314b5b4558af6be2145971f9662af9e9662fb9ba46d571f4bdb1d5f4bdbf74c9600a76c0948b396c0297325303953023f6b4b101e2a41b5a004fbe74bf0d52112ea3b28a1319f24ec5f1de21a3b259cda27e159cf24c2f68f44e9644bd4b6c9129d02484cfc5789292f91d846038973992471a17b25ee7689c4f58c95f8805312ff7bad24a4ac96c409f592b8515712530e4852ee7b49aeed93e4be2e49b1939714b94725c5eff5d28ebda152dcc65b52fc99a1d2aeb933a45d565dd22ebf7dd2aec169d26e7a8fb4bbc4514a24164a8997b64a89dfee4b7b280729c9ab464afa744eda1b1d2eed4df928ed5b424afb32574afb7e4ad2fe21cba4fd16ced2fe7c5f697f63ae94a2942ca52c07a494432fa5941237e980e641e9c0dc30e9c0775329f5629894b6d2504a13af490747e84a07c7aa4887c77f918ed8fc968e6cd823a51b8152fa2c4b297da5939471535dcaf85c2d1d9daf2a1d33ac968e1dce908e375e974eccda249d5aae2b65f7c74aa7d59ca5d373574b39557fa49c0707a533ebb64b674a874ab9a6ff49b9117fa5dc6c63e99cfa4fe9dcca1e296fd87629cf6eac74de58493a9f96275dd07c2a5ddcbe49ba883f972e8d7c2f5d9e7242ba3ce79a74d9e79874f91c2bfdd7ea2a5d513e205d39f15a2ad4ba2e15aeb1970a4fbe92ae2e4e96ae7ed82e5d0baf92ae7d91a56b83fe52517a9554d4f048ba3ec955bab1334ebae9a026956c85a5d220412a3dfd5d2a8b2a95ca322aa5dba675d26db3e3d2ed27fed2ed967ce9cecd5bd25dd15a2ab79a2b952b24a9fcd039a9fcc114a972489154553a45aaaadb2ddddb7a50bac7de92aabb8aa59a515952cd9200a9e6c008a9e63425dd1f3944baff7dadf4e07284f4a04b213d9ca0233d9cb45a7af8dc517a14355baa7ddb27d511dad29371b4f4e47aa854af8a49f56bf7494ff5cca5a7d55ad273f793d2f3b8b1d20b21407af17c89f4727890f42a6e9bf42af997f4eaf816e9d5656da971489fd4a8562335d99e969ac20e49af0363a4d7e854e9f5af1b52f3bdcdd21bb31bd29bbaa9524b5599d4eafb467a3b4a90de4e3c21bd4d5c28b58de891dae21f4bed8fd2a5771bbba4775db3a5f7e34e4aefddada50f63ae4b1dff72d4b1cf4dfa981e2c7d7cd4287d566d973e5ffd2b7d69f090be2efe267dddb046fa1ac0485f4fac93be2dce91badf1e947ad4b5a59e99d152cf6e4fa9e7e437a9e7ea5ce9bb868bd4ab7659eacd68947ab30f49bdb9bba5be2de3a4befb7fa51fa02cfd387e45faa95426f5a7f44abffe964b03c94dd2c0b56dd2c05f515652b5929534e7c94a4fdbe421d3b3e4213e99b2f2901e59d969afac7ca44156be7a541e6adf200faddd280ffb68210fb7f8290fdf30521e1e182aabda75c8aa9f0ec8a3905df2a84243596dc80759edf01759fde04a59fdcd0279cc044379cccc17f298300f794c6cbf3c26ad491e735292c7d65f91c76d2891c7d3daf2f893c3e5095f2fca1337ac97275675ca93165f92271dff2a6b1a34cb9a877059f3a8953c65688f3c45b7589e327b8eacbd0491b5231a65ed9659f2d40e0b59e7f43759179a244fd3f92d4fbbf15cd6d3f820eb05e8ca7a1d76b2e15825d9d0cb4a36acdd211bbe5a2d4f777096672cee948dd6daca46397db2b186bd3c6b0522cf9236c9a635f765f3e79b658b61b26cd11822cf71d92fcfb9e625cfe972912d87d9ca96d3e7c8967e7be5b99966f2dcae34799ef92a795eee3679deb51679def346d9aa72a46c55bd459ebfac569e1fa522cf2f3b2acf6ffc232f5c6f2a2fcc38272f3c4eca0b3b8c646b554fd966fb77d9362043b60542e545ffad94171b4d921d738a65273f6dd979062fbbac2f925d1a4b64d780d7b2eb9e2279b90d202fff9826bb2d3c29bbd5facb6e1d0f65f7852b6477bf03b27beb6fd923ffbcecf1c05cf6147c65cf846cd9f3f048d90bd6975734ae9257bcdb22af1ce065ef8d81b277e171d9bbd54af6a963e45533f6cbab0ebbcaabc90bf2da2ddaf2bac81bf27a9b22d9b7ae52f61bf655f69b1a26fbf12ef286d13ab2bffe4239a07cb91ca8bf450e042439f07384bcf1d5293988d92907bd2b92836735c9c183efe4d0b59572a8df4d39f4cd7679d3430b397caa81bc655597bc05fd286ff9ab27476c7e2b6f0df197b7863e97b7466bca919b7fcb51f81a398a3592a3ae04c951fda7e568db11727468941c4d0c95a3aff4c831baefe598f9aef236fb2019b83a5906cd3c647049bb0caece94c1639632a248939173a48cda26c96861878ccd9f21632fd464accb4b26ae8c95c93db632591520538b0765aa6a824cd539c854e35e99d6d8253313eb64c6d55566f22b6476f224990dff67f753995fe423f3efb265a1ad58161dd26569f4bf26da3447967dc26539fea12c373f93152a0f6445a5811cd7344b8edf6c24c79f6e9177d567c8bb1d1fc9bbf746c909eb9ce4c4e917e4c46c1f39f1c73a39c9cd534e8abb27ef756d94f76efde753ba9c9ca52727b779c9c9ef7ec9c9dd6df2be0b7af2feb273f28121fdf201dd70f9c09d4cf9c09f6372aa922ca7bab3726a90939ca6fc463e68db2d1f8ca6e5832973e5c3e535f2e1ca7af988f08fe8231f79b1574e3fb25f4ecf5e27a7b7fd9433acd5e48cdb86f2d1abd9f2d1eb3be4e347fae41313eeffd3259f7028924f04f8caa78236cba70606e46c4d77397b1a2a679b85c8a79f6e907346c7c8397115f2597b5c3e1b6d259fed17e5dc889d72eec14439f799ad7ceeef7c396fff41f97cf249f9826b857ce1cb21395f274ecebf6f2d170006f2458b60f9e2a3d9f225fb4df2a52053f93ffd6cf93f4587fcdf113df9ca1565f9dab94ab968d46bb9e8d11fb9d866b95cec78572e4e0b928b6f79cac51d29f2f57b2be41bd50fe59bd305b974bfbb5cb6c149beed7a50be0d14ca7766cd90efee1a2257cc87e48a9e2cb97292a55cf52fc755777fca550f69b9c65494ef9bec93efdb09f2fd93cfe4c71308f9f1c656f9f1a92ef97143bc5c1b7251aebb305faebbf7437e12a725d76f14e4678754e597f786c82fff2072c39414b9c1c14b6ef01c273794f6caaff465f9952723bf5abb537e75b9587e55e526bffa7b446e6caa921bbf38cbafb9bbf2ebc78572b37ba6fc66ea4df9cd8328b905ba27b7ce3923b7fa9e94df867ac86f5f5aca6d0d67e4774285fc9e19903b0ca6c91f27df963f662e973f7646c99f273c903faff5933f5f4994bbbab5e5afafa6cadf726ce56fe50ef2b7c11372b7d708b9fbeb6db967e144b967b04feeddff58fe113b43fe5142c93f5bece59f9fff93fbf1a9723fa925ff1a0ac903915be481631ef2c06752fe3dfe92fcbb295bfeb329421e3c784cfebb2254a1acd4ab50d67aaa185a384631f41aa418763b4031fce72685aa9d9f4235fbad62e4de0b0a35a50485dad0ad0ab5a4a30a75f762853a32a0506f1a54a8774e518c99f7593126d74d31a678b362dcddf98a71bf0e29c6471a2826fcbaa198388e504c9c10af98587b5431b1214e31b13d5531e9b2b962524da862b2e11085c6e17885467d9d42d3b557a135a458a1d5abafd01eb941a11defad986a745531b52e4ca1b32348a1537d5ba133384aa11b99af9816bb54a1270628f4173e51e8a7b5280cb359c5f4c9118ae9b305c5f4ad9714d333a62aa63f7aa198fedc463163bdb3c2c8c7556194784e613caf5161ec7c4561bcf9b4c2b85843615c35476162755c6172fe8a6256bc8dc2d4749dc234955498d6c62bcc347a1466b66e8ad96e390af3a5df15e62b608579e86285f9837d0a8bc3ab14736c52149626b714967b1d149669a462eec29d8ab9713b1473af7d57cc33901456972b15561ffa14563fbe2be6cf8c552c500d542ce806140b3bc62b167ecb55589bd629ac539b1536433d1436429bc2e69286c2e6e51885ed8636c522e74ec5226e88c24ec74161e71fa5b0dbf650b1d8474f61bf6582c23e475fe170a24ee170d946e170e587c271d40285e3844085e3744eb164f902c5d239838aa59b96289646b828969ed2562cbd60ad58366b9d6299f907c5b2e8998a65b7872b9cb5f4152e2fc6295c1f782896abd62996ab252bdc0e0f577884db2b3cef7e5778c1ef152b0073c58a0c49b1e2baa8f09eb94de1ed385de1bd5d47e17dbc50e1fdd949e193edac58f5ef79cd91d78ab533f215eb263e53ac33fa4fb10effad58f75053b17e668d627ded0585af728cc27fa2ba22e0c61b456060a42278d46545f0bff383679f560473598ae082424588aebf22646f8722f48aba62d3f9078acd9f1145d8f24ec596f4278a089774c5563b3dc5d64d47155b2b872922bbd215519ea0226a4db522aa3d4f11d5b9411133feb92266de3a45cca678454ce31e452cb94811db63a0d8a6ddaed8ee715eb1dd6f9762fbb90d8aed2f9728b637572b40255d05e8354e0136f42ae06d1314c86e5c812edaacc046562930f562051e3ca0c0899f0a625fa7827cdaa7a0b6842ba8931315d4e039057decbc82be3e4dc180cf145c738b82570b55f0190f14a2f30485a83051488f0f2a64fd74851c55ae50dc3caed861e8acd8b1699262c7bf3ad869bd5cb1f373a26277f36d4542ca1645a2b3ae2249f5b72229f8a82269cf0ec5dec2b38a7dffe3b84ea37aeaba0080538a149a5014914a2a45514486141289844a4a25a24449c9ec7fe779be499126246428535109999212152aa1521a9e22a578adf7c36fed2f779d7b867df7b97b5d8382894851b02e2715dcf4230aae224bc14f78a5e089270abe4257c1b78f578880b1427cca29a46c5921df8d56c8dffd1409a3d62812c65f5624bc885424fc3aa638656aa638f568ba22517da822f16e8222b169afe2f4f4e38ad371bd8a24a3298a24464771c6e3a7e24cc280e2acfe5dc5d9a3198a14db298a948dff29ce4d32529c6b8b54a42a5f53a45a2b2952f76a2bd22a04455aed71450656aec868e514995c85e282e506c505db358a8bd78f28b2b6bc54649b5c555cf572515c2db3555c7bb757717df835c50df886e2c64f03c5cd957f1579fa27147954ba22efb6aee2967698e2b69ab3e2b6be8fe2cefcbf8a3b8998e2ae9187e2eeb24f8a7b50a1e25efd23c5bdbf84227f549922ff56b722bffaaca2e04591e2fe064fc5fdf02a45a10ea2289c714651d8dfa02856bc503cfc6ba77894bb5ef1587bd5bfebf8b0e2b1afaae249c66dc593abd18a27eda3144f064c15a5f72f2a4aabb6299ef6d62b9ee5ee543c6b73513c1fa7a2787e78a5e2f9b9b38a171bcb15658aa58a8aec1b8a4afb644555a89fa22a464ff1b6faa2e29ddcaf7857375551bddc5b51fdf4aba2c6b05d51133c41f15ebb50f13ee38ae2fd2755c587d00cc587d8998a8fdbcb1475b3862bea76852bea353514f5d20145c312734503e6a468c8fba868a8d0537c9af950f1a9f5a3a25169b2a2916f523466b8283e8f5ea1f8ec69a3f8bc7eb2e273cf39c59793aa8a2f5760c5579f7b8a66f9bca2f9cd6a458b0aa768592f2abe85842b5a37a08af6a92714ed8a378af6d4998af6eba0a223e4b7a27393a5a2f343bfa22b7f50d155e7aee8493da3e8f55eaee87d7f51d1fb374af12be9b1e257ef0c459f4bbfa2af73b9a2df628ae2f7d272c5ef55df1403e44ac5c0a928c5203a53f1d7bd54f1f76ecc3f298abf2f3a81a12b2702433914505e510e28afd40786a9ad0786e96f055472fd00957602501d150fa8667602c30faf0286cbddc08869d5809a5f2ca016350d503b3d0118596a058c1cd806a88f8c05d4c7f28086fa594063ec2340c37814a0512c031a254dc0a8f013c0a8ab1430ea5e23307acf686034f51f3066b011d034b20134d9658096893aa065b31ed0723206b4b6fc0574ce1402baf117015dc61bd07d9a058cfb3e02183fb40d189fe406e8cdca02f45219402fe31ea077b51ad06b6a02f495be03fadaef8089efdd0003ca0230b4bf06189ebf0218e69c0326e5550093d76a02460683c094676b80a963c70253996380f182a180312a03c66f49605ae93e605ac752c0e4a03a60dae50698ad9e034c7fb21a30b7d80d98cfe600f3b052c07c57c23f0580f9cd68c0e22301584ec8042c0f670096900d6029a50396359d80d53c2fc0aa5304acba7c01ab8158c07a3c02d848e781d92fae03b69e3580edcef9c01cc749c0dca357017bfb9b807dfa04c061ef21609eb904cc9f7d1770747c0c2c18e6082c880807169c4a03165e7a0038b955004ea777008b5ecf00166f3d0a2c357d062c6dfe0db854b603aee73e002b76ae05569c6f06567c580bac74ab0756a66f04dc7e6f01568d4a0656038f80356f1f029e75fb8075d15dc0ba4bbdc07ab000d890980b786f9b0478e7b5011bb7ab001b8fad05360d2d0736eb04009b230e003e6c37e0931605f814fb01bec77301dfa24e604b8c15b0e5cc25c0df5519f0bfd30a6c3b731e081ae1070499f40041763380e0e3514088be19b05d4513d8ceaa01db73e602db6f1d07b677e240e8c16e20b4fb3a10da9f06ec4ca780309d01206c712a10567e0c08fb6301ecbe7e1cd8a36b02ec31dc09ec39341ad8f3a70d88bc7709d8f7ca09d857eb094439d70251abfe0251000444158040d4671320aa5902a2fad703d1f909c0fe74552066b83910b3692810134900b1233580d82d3a40dcd44b405c49277010b600e21f12c0a1e652e0f0b80ae0f09b44e070af3770643e061cd9301a382ad800c7ac5702c7a26381e327bc81e3676d81e3373e0127c68400270e1d07fe35598062b11da0d81e0b000b7f01c0be9f00f8c3098016680350120b40c91400b5ed03105b14403e2c01906f8701f4d13200bb520d1073570144b42a4048b700a2b21220d7b600e4b52100b52e09a02e6e04a86f3e0035a80c30b6c700067b0bb06a8b00366c2fc0c60d03d8822e80ad2d05b8c85a80775d0108635601e27e67401afb0e903cef02d2e9db8054a30ec8bc1620bfbe0b246cd00712882140c2a751c0a99d99c0a96fe6c069a352e034b90c38fde71390f4b11f48d68c019275cd81e4ee13c0999403c0992b0870a6660370a6bf0638abbd06381bb90c38fbe21890d2b61a481d0e01a9800f90da8801698a1940daad5a20ed8536903ee40790ee8e02196b75808c882220e3ca5720e3db332053b51f38afbf13386fa9095c342a032e3a5503173d44e0a23f006439f80259376e01597f6a804bf95ec0d5d90490b32419c8e9fa0c5cb775006e904ac0cd65aac0cd203fe026d00fe4553f026e1bbd02ee7029c0dd7d2dc03df018700f7501f28f99020596cf808275045070e102f0c0af0e7810751878102700855bc60285401050b48a008a0eb5024527d380e2499b8062fb72e0a1d153e0a139053cbc990394384c054a0e8240c9c704e0917121f0c8250778ecb50c7872d512789a960f3cd398083c7330079e655e049ec72f035ed40f02e56ac540f9144be0f5a929c0ebcf8ec0eb816ca0a2ce0fa8bc330a78b38002de84cf05aa462e00aae21e01550538f0f6d66be0ddf22740b5d676a076e635e0c3b89fc007d30ce043dc7ce0a3df77a02ecd1f68887f0b341c7b0134da2c003e8ffe0ff832e80b7cfd7600f8da3e05681af51fd01cf00668893907b47cc780d60d2b81d6430540dbe18fc0f79475ff2880f689ef81f6f854a063e94aa043710be89c1a05749a8e033a7bb4812e550fe0bfba52a0c7fe18d053930cfc78e40cfc5ca301fc6cdd0df46a8d057a275d047a2b9d815fdbce00bfa88f409fbf32f03b3e17f85dbc1418d8b21c1838a80c0cfa560183db4f007faf3d00fede9c0efc7df0121c32621438c4481f1ce2de0d2aad0b0787750d802a7adb41d59176e0087e1a38e2ce4f50ede16f70e4824a50fd5a1aa8fee238a8519a008edab4181c957c1f1c9deb038e7e7e0ed46a8340adbf1da04ee86850e7d3425037e91a38de2c071cef6b0bea2d0e02f5cdfbc109ee47c0095b0570e2d6e7a0c1270a345c12061a46b78086d7178386377a41c3171238e94c113859250c9cac6f024e76ad032737f68353d6da8353d6cd05a7dd9b0c4e6bdc0a9a0c8d034d1c6340d3a011a0e9833ad0ece12cd0ecfd4170faafaba0f9c27ad09ce4418bd733418b8eb5a0657c3468797a1f38f3ee12d0dae135681dba19b4868241eb9731a07599136833d70ab4693105670daf0667edb90fce8aaa0267772881b6e73440dbeb91a09dcd79d0eedf5ae7acbb0dce391807ceb9e40ada3fbd073a1ca54087eb3f4187ce8fe0bc09efc0f97f324147bb6c7081eb4570e17311741ad7083abdda003aaf3f0e3adf5f0fba78d7832e3505a0abfe34d0d5672fe87aa31c74fddd062e7f6e0dae9830145cd15d04ae3c140fba79b9836efc2870d544005c356703b8eadffeac2a3e0aba6f5905baf341a07b7f28b8a6320f5cd36307ae7d6b0faefd7214f4d43d02ae1b7b0f5c67180dae67c340aff1a9a0d7ca2470834f14e83dcb10f40e0d00bd77f882de8a35e0c62fb7c14d4e5fc14d01abc14d9793c1cde6fae0e684c3e0e62b1fc1cd4f3f813e1b5f833edb9c405f955fa02f5c0efa5e35067dffd6837e1719704b540fb8354f190cb08806032312c0c01e6530c831150cce9d0f06377a81216f5783dbf7b980dbaf7883a106d7c050c52018fab618dc61f01ddc61ad06ee805bc1b0add660d8510330ecab25b86b763cb82b3902dcd5f604dc9d990686eb7f0723466d0523faaf807b763d00f74498817b0ed780914bce8091ab5bc0bd173cc1bdeda7c07d35a7c1a89a7b60f4254d30ba7238b81f7701f7b31e608c7b301873db053ce0b6093cb03d168c3d950ac6660680719d4fc083718fc183c9207828d5053c9419081e1ea50b1e3671000f1fbb071ed911001ef9bc073c4af781c7f6c58127466e054ff42e0681b5b620e0f5030472134068ca71107eb705843f3c0651375310f5cf00d1ebb520661f06e2fac9203ea50d242ef681e4b64c908cb9079250084856f68094310b52f40c90fe761664169320933419643e422067f300142a7f83d2280294d0f3a0f4de1894d7e981096e1660a2c2043c3d53074c72d80d26f9b0e099d1f9e0999d39e059c3fde0599f73e059c9113cdb4582677f6c01cfc11fc1547b6f30edd70430bdb112cc98b203ccd8dd0b6644368119094660464a0d98490f8099f929e0f9da2be0851f9de0c5d13ee045a91eccb29b0b665d780066bdcc03b33ec8e0e5b89be065b903bcfc733378e5d43ef0ca8fede0b5d30fc16b8f19f0fa141bf086892d7863fe1cf0e6e6afe0cdda9160aede6e3037703e98776e23782bc51abcf5d51bbcadf216bced3206bc231981773f9583f7c65c03ef1dba0ee69b7c070b94dcc0fbb370f0be3d0316517d60d16b47b058793e583c2b122cf61f0b165ff5004bf6fe021f9d34001fb57e061fcf3b013e8e3f0b3e16f3c1d20761e053b332f059e01bf0d99f06f0398783cfdf15802fbc26802fcf3681657a5fc157d73e80af6ed980e5c9c3c0f2fb17c0d74e28f87ae939f0754e36f8faab3b58b197052bbadbc0ca8d93c14ae4185899920b56961c06df28bb826f3063b06ae45ab0eae564f0ddf448f0dd26127cc7f883efd2678235ff6a47ed6104fc70db03fcb87b075877e00858efb50fac2f9a0d363826820dd9e6e0a7ff78b0713f0d36cabfc1c6d46cb0f1bf40f073c256f0f3bb97e097e7d3c1af1fce834dbd7fc16fd64fc156531e6c9dbf106c6dae05db6013b0edf272b07d7c3cd87e7826d8117714ec68f0053bfe1c043b2d1bc0aee30360d7a534b0ebd678f03f9de9e07f632783ff79d880dd6b1780dddfa7823dc9b5604fad04f6bcaf047fccb5047f160e037b837dc15fb312c15fffeadeafcbdd60dfbee9607f0708feced9020ede368286cc6e8486a45843433e3c84863a0d818606e9424a9aa321a545bd90125d0b29df9b070d73ee85866dd28786c53b412a9beda0e14b2aa0e12f8f412394d7432354274123423868444f23a46ed607a923fb210d6c08a4f1622c347a5338343aeb1d34faa502d23ce50469668f85b41239482b692ea4953f09d27a170b69af2c8674d51148171f02e9be4881c68ea886c65ea882c6ad7780c6951c80c66337a1f15d9320bdd9d320bd800a48dfb80dd2f70980f47db74213946aa009332968e2c86668e2f31190c1926ac8206d3564f0a000325c940619e68540936ca740933c95a0495eeba149914b20a31a07c8a8650234557d063435200b9a9a140019ef2720e3fb1990f1832e685aee7dc8c4de0e32ed9e01993d3f004dc70f42d38b7321f3a1b190f9becf9079ff756886d371c8227d1464d9e50a59b95b4056eb82a199760c3473d71a68e6fd7d90b5461864ad1d00d9dcbe06cdda35159a756f3e347bc20b6876760134bbe416643bdb12b23d610ed9d23ad0fc8dcfa1f9972168fefd02c8d1ff0de488ab408e8325d0828723a18557ce424eabdaa145f3daa045c793a1455742a1450573a0c586a5d0d2a94fa0a58b17414be3222067b7c39073f634c8f9a904b9a86742aeae5320d7ec15d0f2607768c52a05b402a887564e4882561676406ebedb21b7a88d90bbcd7cc81dd385dc535641ee97c741eebd89d01ae3cbd09aa537208fb163218f55efa0b5037990a7f569c873f642689dcd6e685df62668bdcf2bc84b3308da107a09dab0ef0ab421ca1ff2d695206f4367c87bfa36c8db371ff20e0c80bc2f5a41de6dbad0469f6c68d3ad31d0e68522b479ab0c6d4e53409b7b2e423e2b5d201fec0ce4734d05f21d2142be96ca90ef3b73c8ef8602da72d91cf2573285fcb73c8402d62c82022d274381ababa0c0f80e68db979550d0fced5050902d143c4b150af63f0405cbfba1e0ba0d50c8d43dd0f62d7150e8d08b5068ec712834c5160afddd0ded34338176babd82767e7186c2b8366857ea1068f7aa5b50f8d44e28625438b427fd1514793116dafb6705b4cf3719da07be80a296364151eb52a0a80d8150b4e70d283a4703da6ff406da2f4d82623cc6423147764031df54a0039337420736ff8162cdf3a0d84376506c913e1437ec2b14f79c860e1a9a42f179d5d0a1996ed021d753d0615b3fe83069061d6ecc868e6cb90e1d8928848e9c8e808efa8e818e851641c70e1841c73e1740c72d63a113bbd5a11337574127a54dd0c9441c52a806438ad532045cd582c029a720f0e97c085aec052196d321c46a1384ac748790a7aa104a6440d8b9fb10fed113c207464384c30688883681a807b610ed7012a2a3bf4374c66f883bfb05e26728417c3208f1776643c2d0e99060f00b1256f540229a0a8967ee4392ed7248d6b48264eb1c483e5a0fc9f26e48aecf85e4d6b750c2621728c1ff3794185904253e4e84125fae804ebbf843c95bbca1e4680c3a73c0163a93a2039d1db5023afbd7054a9976094a217e41297c0f742eef1c74aec8173af7da044add76014ad3d080d276b250dad56628fdc817283d5b1dca58ae0665eceb8232ce1f81329a1f4399163ed079e52fd0f92b2fa00b19bfa00baff641591bef42599bfe832e798441974e4c842e9dd4872efd7708cabef71acafe4b4197fde64297b74d862ef33c74b9ac1dba724607baf29f0f74f52408e56cd78272d86350cebdabd0b51d59d0b56beba0eb598ba11bfba742376e2aa0dcc54fa0bc034a50de250be8d6a934e8f6dde7d03d5a09ba97b317baf73d03ca7f740eca6fed840a461d840a464f84eeab7e86ee1ffc0dddff7a012ab428850a3d1f4285db68a830af182a2c14a1c2e610a8e8f07aa8a8d7112a8e42a1623a1a7ae8df023dfc350c2a193a052ad9ba112ac19da09277c7a127e6d3a0d2793950297a027aaa730d7a4a9c859e924ba117260fa017fec1d08bad22f4626004f4725a3554e6da0695512fa057610fa1f2b52a5079e027a83cfe0e544ea642afffe5d0eb744de8f5a55b50c50a7da822f6265481ec802a185da8e2962354f1672c54d91f03bd195e03554dcf84aaaefa40553f01e8adee50e8adff74e8edce95d0bb7f7f2fefdefa41d56395a16af60254fb2f976a3301e883fb27e823940f7dfcdb0fd58dcc80ead7b541f55127a106ac0f6a78f3116af899047d1a360d6a1c4a409f0722a0af3bff405f3b30a8c9ac036ab2fb0135ddcd809aab2ba196f989d0b7c913a16f338aa06f6e24d4767e21d4d6361dfa0e3f83beb7da41dfbb75a1f61a06ead83102eadc781aeabc7f1beadaec017535b742ffbd3481fefb7b09eade140175079443dd34fdcf1fa83b3d11eabe1e0975dfad867aac16403ffed5e81fed2ed04f6e3ed43bff33d4bbc81bea1b3d09ead38f80fa8fc643bfbf2aa0811df3a1017a173438868506edd742836b83a041df546890cd82fe5cf801fdf9b802fa6bf815faebd7060ff55f032b0597c34a0929b0b2a71aac7cb1121e56721c1e36a80fabccdf00ab0e898087cf3d0b0fdfb8111efe2419567f550a6b687ac31a6d8df028c51a78b45a093c7ae56a78744d3b3cfa8f373c46690e3c267215ac79e231acb52409d67ed100ebf8cf81756a8b61dd4923e1f1bd2be109deadf084be85b0c1b81078d28e21f0e467bdb0d1d12fb051af0e6c34f80a9ea2db054fd5dc094f5d17054fed39091b8b386cfc381d9e3686824d74e6c126b3f6c1667beae1e966e6b0b9090e9bfb1f84cd9f58c356b19f61ab3a5378a6230ccffcd50c5b1f17e0595b26c2b39eef82676beac2b30d0c60dbd1a9b0ad993f6cb7e7396c577407b66b1a03db6feb81edaf77c10e633c61877b4f608777c6f0bcc7123cefc301d8f1ac21bce04b20ecf47e1ebc685410bc5433025ebaa60d5e7a6832bcf4c750d8597525ec7c3e125e96a0805d667ac0aee56fe0e5c3afc0cb27c6c0cbcfc1f0f23bfbe015bfb6c02b47ebc12b9750f0ca5566f0caced7f0cadffdb0db9919b05b6910ecd6360a5e15b61776379d0bbb6f3905bbf7e5c16b544fc31e7bdb618fb46678ed703f78ed0e0a5edb02c09ede01b0a770125e67530eaf5bfe0b5eb79984d7058c84d71fe980bda66bc0dee012d8fbf23b78e3863ff0c6161b78b3f36d78f3f6bdf0e698cbb0cf1a23d8e7dd70d8378081fd027d61bf8312bc65e803784be73dd8ffac020e2007e080e40438f0ec2338b0cf110eaa7182833b1fc2db77b6c0dbbb12e0d068157887090fefb8be09de79790fbcf3e106386c2304efaa308077c70dc2bb8faf80c3d15970447b2cbc676208bc673b0e47ee6f8223afbc85f76e3902ef4dab86f7168170d4f544383a74008eae24e1fd46eaf0fe0553e19879c3e098c26038a6e6321cf7e8397cd00f870f8619c3f12301f8d04117f8f0b034f888eb4cf8a8e106f8e85c023e1ab30b3e2685c1c74bbec027efcc8515eedb60c5ead3b022b112064635c100bc000664531848bd07034f9460d0c40b06976f87a1897f60083d0d4367f460a8ce1a86eddb6038c60c469c1c6124da1546a55d309e7d1b265c3460222d15266e0ec264f65f98720e80a9f755303dca1d66469d8099aba76176e82898dd45c0ecdb3130376d1cccef7a0a0b53236061fb56588c338325e559b0a4cec1d2da3e58badd04cb6b5fc2a7e29ec389f5467062f363f8f4741a4ef2f68293a21be1a4b4f570b2f25cf8cc1c057c667f017ca6d50a3e7b3a1f4e59d00ca780289c426c82cf5db3fa27103e57fc133e57730e4e7b6605a75b69c0e9612170fa812838fdb40e9c9eb413ce28fe006754dbc3995e317066ad023eff09802fccab832fd007e12c534b386bb10f9c85d5c3590f1038eb8f005fdad4065ff20f85b303d2e1cb01e3e0cbd213f88ad62af84a85077ca5490dce99d802e76ca9856f8c7b00df889b00df1c5202dffc6c0de71a67c3b931bfe1dcaa36386ff204382f6c2b9c973414cebbfe0dbeb5e0147c2bf4207cebd803f88eee58f88ed323f8ce8a01f88e622a7c77c95cf8ae1c0adf733c07df23dec005661a70c12c01bebfc7127e5077077ef0250d2edae8051705cb70b1ff01b838e4255cfcbc057ea8570d3f34b1841f2ef9023f3c3e092e79761b2ef9e2093f767e003fa66be0d2fd1df053a334f8e9edaff0d3aee7f0338531fcfc6414fcc2e237fc62d637f8456925fca263025ca66b00977139f0abc036f855e275f855310e972b9d845fdbcf80ffdd2570c5d3e970e5da7eb8f25f7dacbc30177e33ee1dfc061f84df7cba0b576d3b065765427035fb1dae4e8e82ab0bdce19a8d8d704dfe12b8f6f90ef843fc5af8a3b400fe781d833ffe180ed775b6c37503f67083bb36dc103c026eb8e40b7f1a321a6ed61e0137eb7bc0cdce9d70cbcfe9709beb7bb843ee833b3ee4c05dd359f8bf120aeeee04e09e670cdc53a606ff38d90fff7c1800ff7a7c17ee33d587fb2256c3fd3337c3fd31cbe0fecca170ff7d65f8f7f8e5f0efc3eaf080da087860e92b78306b22fc27610bfcb7d1151932f41b32e4a03232a4c804197afd0aa2346f0ea2dc638d0cb3c01155bd3588eabb8d886adf3264843a81a8599b206a4038a2961680a83dfe8ca89b2c46d467b522ea1b0a118da0486494108a8c015a91315f0044736401a2897d41b4cecf46b4a79d44b4c31144fbb506a2633a88e8bccd43749a6444578f43c65ac1c838a3d1c8b82a3b647c7414a237f504a257e88ce8df7d86e8ff66910977362313e107c8c4eb5ac8c482d7c8c4b273c8a405cbff6ff2de6ec4e8f11464ca512b64aad70764dad8a3c8348f26645abd0d623aff36620a9e41cc125590e90e2791e9e87164fa97518879c33e64c6ca326406e38258deb5402c5f4d462cdf682156bf8a9099737c9099bb9d101be80962d3b410b1f931079915f50a99dde58fd8ce28436c37e388dde5efc89c8b3390b9a9bf91b90fc62073bf1720f6d5d98883db76c461fb3cc4a10a44e60def41e6e94cfc4746e6153c45e63f0e421c8fb9200ba6ac41165635218bae1d40160b1b90250bef204bf661c8928f16c852300b59362f105956f71271f1be88b8d09988cbf74464f9e489c8f23505c88a25cf9095694f9095f5cd88db520fc48d8c41560de947dc15f9c8ea315b9135a3b29135bb16216bfac6221ea34f231e6167108ff419c8dabbdf114fd399c83a877dc8ba5d4b9075879a90f5c6df91f5d3bf21eb67e423eb6b6721dece18e2fd4715d9383610d9b8f434b2e94508b2d9da02d91c9b8bf8ec998ff87436227ea95b10ffd9df9100e71e24702d8a04a66048d0ca7a24e8873d121c6d87840c598584f4bd4642a7eb21a117ac91d0870412da3e19d95125223b2d7d919d73872161eec148589b0fb25bf71eb23ba10b09df15878443f791f092454884fe1464ef301764af6f20b2f7c62a64df0c1d64df232524cac40589de548044c36148f4f5dd48f4331089ae7246a2bf2c45622b3390b88c1e247e630812bf732612bfe70d72e8472e7278ec71e470ac3772e46433728c37448e1bad428e5f1a8a9cd8b61f39d1422127faea11454105a278f40c01e65f44c07dc10814b1018127d922b0c53404f62f41e0d7fb11c4aa004163741114ee4050fc9fd7a9083e711682932e089e1a8c90a6e108b9d408a14c8621b4922f428fb34538432584ab3f83f0e6b9085ff311115efe45243c1f91aa9210f9f834442e8f44120c9d908473f948c21357e494af1f720a788f242a6f40120db39044ef0bc8e9869f48d2fad748f2a41948b2381e3913e28b9c39b71e393b67087236ea5fccba8aa4f0adc839ad6fc8b9702fe45cf6522475a91e925a7b03490bcf40d2ca772369ef6722e96fae2119e3f3904cc73348a65f0992b9651592590323997d0f91f3aeaac8f975cac8f9c267c885919b910b623672f1b22b92358641b21a7c914b3eeac8a5a049c8a54e2d241b5643b29b5721978317215786ed45aecc0d47ae8e3042aea20f901c6e0692d33211b976ad04b96e7616b9ee7003b99e968ddc58f711b9f1d016c9b5194072933391dcf339486efb7ae4964338726b471672ab682d727be407e4b6b61572775a1872373c17b9971482dcfbbb00c98f5643f2cfe520059bd39182d0a1c8fdf316c803701b52a8b60b29dc7b18298c1f8214025791c2ac50a4f09209526c3b80942cbb88943c3a8d94fcf4431e5d48421ee75920a58b4f22a5ebee20a5fdaf91a74741e4e9fd8bc8b3b5e5c8b3e228e4d99702e479ae3ff262690bf262e334e4c5fd26e4a5ef6ba46c65255216ec8ebc1a5988bc2a2e465e3d4e445e071e475e1fc9412a1a35feafcaf80cf276790df2d6b30c7977c61579f76616f2ee9d13520d3d44aa7fec476ab66620b5169b91dacb56486d7d0af2be6017f251290ca91b9381348c3884341c4f403e9d46914f8ff290c6eb19c8e7f5e790cf9103c8e727a790a6656f90a6860b48f3f120a4e55830d2c27d40be59cd465a5d6c9156613ed2fa4b46da1606206d9726216d375290b6578f900efd2348e79615c87fcb8620ddcc14a4a7df02f9a13a15f9e1bc1bf971381de9bd6389f4de7d85f42df889f45b9f43fa535591dfe34c91df271d90df681bf29bae420646f82003637623037f8d91bf3d4b51a59d9ea8727a3caafc6c18aafccb0d1da63d031dd6de81aaa81c4355cc1a50959555e8708d0de8f0af16e888274ae8883f5fd1916326a02357b4a2233b52508d785374d4e915e8a89c51e8a8021c1d3d59191d6dbb1b1dbde8363a7a5d003abaf0143a26bc141d535e876a5e6c4535f3bc51cd2759a896eb6954abc81cd52a26509d91bda88e7f3daa73f217aa230ba84ee1355477c81874acbb133a36e8283a4eb9001dff612caa37f70eaa778a43f5ba6c507d4e03d52ff045f51f50e88410109db8632d3a31623c3ab1f1036aa05a801afc4c400d432350c31dfea861c5737452b8363a29c2099d5479009decda8a4e0e5745a700d7d0a96feea1533ff2a8f1a27a745a97809aec34414d3d9450d39d91a8e9df5ad4cce52b6a96711e9d1e51879adf30452d662c432dd05fa845e52cd472c618d4326d336ab33e06b5795883ceb28841671ff347677f72446dcb2bd039232fa27396f1e89ce67474aef41b9dfb64109df7ec3fd471f252d471ce3974e18205e8c2062374614b23ea343300757aee852e0e884697ccef43976ac7a24b1d1ea24be57ff1c637d439240d5d36f43dea12780d755d8fa1cb5bbad11587ffa02b87c3e8cabc7ad4edaa03baca5715759fbc04758f4b44dd9fb8a2abe366a0ab13cad1d53773d03533bc508f7108ea613a1a5dbb6f1eea397d06ea797e1fead9f0155d173e115d97f21b5d1f6a817aa918a05e45b9a857d30f7403721eddd03711f59ed6887af75ba09bcc4174d3b663e8a6907e74534e04bae9f10f7453bf2fba79d5687473a415ba397606eab3be16f501bfa13e1519a8cf1b65d4d7ee3dea671c85fa416ae896575fd12d9d9ae8d639cfd0ad1e89e856ff7274eb093d746b5f161a90118f069abaa1811d3fd06da38fa141996bd1a05a533478c25634f8da5b3424221f0de9ff816e578b4643e35174c7caebe84ee36fe8ce1507d05d1b87a3bb021fa0e18b52d0f06db3d1f0dd47d1f0df8bd188de05e89e3f1568a4c71d34f29a0a1a79731b1af9f907ba775508ba175b82ee638fa3fb926ea0512393d1a8d93e6834f0018dcec943a37b2ea3fb9daea0fbc57e747f3188c688c6e881f9a3d0d8af181a37520f3d98168ec61f5546e35fb8a247bd18f468f638f4d88c28f4d84c0a3d5eb20f3db1c31c3db1ef0e7a22da1b3d116f819e38bd133df9fe31aa98a4842adc3c516059080adc58828249a62858b71085b81e140edc88c2072fa34848028a145c4351eb5e147dd28fa26537516cce208ac9ae28561885e2f60b51bcda06254a26a0e4b4c928797a234a4fba8fd24807ca58ac45199b21286ba4857289792857bc04e53fdc4445f0152a4fba8926b0cbd104f90d9a703d034da83d8f9e3a9e8d9e5264a3896a9968e2e65c3471ab139a989a8926ed534693aece41932a35d0e4b1e3d0330b4cd1332be6a329a59bd1949f2c7a6ee12df4dcaa3be8b9ab43d1738d2668eac1e5686a5e0e9a3636024d7b6a84a63d83d0b4379168e6a630f4bc21859ec734d02c8b08f45268129a7df20a7ad946442f372f40afe820e815421fbddabb1bcdf9576f7236de4173d02fe8b51163d16bd362d06b665de875e52af4ba59097ac3d41cbdb9cb16cd0d33416ff163d05b89e5e8ad2a4df47658087a3b6e047ac7320dbd1346a0775f58a3777b8fa2f9fa83687e378116e84e450b8e8d43ef2b8ea3f733d5d0fbf769f4811d8f3e9877162d9c300e2d9c1b83167e398616c1e96851ed54b478e71bb478970b5a1cff112dcefb893efc5d899658faa225696a6849f314f491ee2bf491dd08f491fd75f451ce6ef4f1a652f489c2017d02f5a34fd0d56869f36af4a5570e5a96b21c7d7552057d557b022d57ce44cb1f8f465fbfdc8a5668b7a295a17bd137e1225ae53305ad3abf167d7b722bfa6eb2035ab3ad0aadf9a882d696fd41dfcfab43df1f5c887e9c05a31f4f39a31f5f2d45ebdea268dd1702adbf7a1f6de8b2403f8dcc423f4df988364ef4421b4f5ba28d6f8ea39f2715a19f1dddd0afc1466893fe0bb469651ddaacd582368725a02d16dfd06f2177d06f899ee8b7f38e68abf15bb4d5d90d6dfdcf066dfd3b88b6ff32423b6cd7a01dcf86a29da10bd0aed9f9e87fd33fa2ff55ec47ff6ba947bb3593d0ee1a6bb4c7ea29dae3b907edf1f7477b4ea6a33d05d5e80fcd9fe88fb67af4a7ab23faf34206dabb3911fdb5743fdab7dc19ed1f7201ed577b84f64f2943fbb36ea0bf1b58f4f78f4fe8c0887f0e1d4607e42a74e0bb02fdb3c813fd33e8880d69d1c7864e77c6863e99810dfd1e8b29abdfc7947fbec586993cc186adeac3867d3e80a9129f30d5ff706c78e9176c78e3456cc40e336cc4a9344cbda90553ff658369481bb0d14bd663634acbb131e5f19866e4064ccb411bd39e1780e9a4c7613a652698ee467f4cb783c1c67bbcc0c6efeac7f4d6dfc3f4440f4cefe3324cdfdb169ba0d2884d1c19814d74ccc70c5461ccc0370f33089e8419ec37c70ce466cc20e53fccd051c40c1b13b14906bfb049af6e60936353b0c9752266a45e8b19ed6ac18c84386ceadb6f98c9ca3398c9df50cc54fd2f667a640b667a712b6676f30936dd300933570ac7cc37dfc22c1cfe6016675e6196e5bd9895e70d6c66ca45cc7aeb1acca66822368b588dcd2aefc466f57961b6a758cc36cd05b38bfa86d995286173e6156373373ec0e69e6fc2e616e198fdb8a998bd7117e630f0169b875862f3ee9763f3e33f618e43a7638ec404cc91d1c41c333e600bf7b8638b670fc796acacc096fa7fc6967e8cc5967e3e8f2dfdb215735e3c0273596783b9c42930d7897198ebea01cc75430ee6aa788e2d1fb1165bf186c556b48fc3562a31d8ca695f3037cb43981bdc8ead8a3c83ad2a76c4dc957e61ab1d7f626b7effc13c60776c6dfd21cc332d09f37c7b185b376f12b6ced3115b3f5215f31abd0bf3f22fc0bc0e6ec0bc5e5fc436e88fc1bc67dcc1bc2501dba8198d6d1af204dbe4598a6d7ec4603e53c6603e2f2efff31fe6d36184f9ddf1c6b628d7605b4ce2b12d279ab000fd0f58a0e61f2cd02510db36ae1f0bd27a8b05e5a76041dde958c80b5b2ca4351bdbbea20fdbbe6311b6fd7014b63d6fcc3f4ed88e7110b6238bc4760e1b85edacbe80854df88e854d32c3c26cf763bbf69461bb570dc77687d660e1776e60e15f312cc2613116b14dc4f66c0dc2f6849358e4e46758a47710b6cffc2a1635a10c8bd65888453b7dc4a2af5a633106ebb103f0512c5627118b7532c762b7fa60b1d71f637135b1d84107198bdf3f1d3bb4fe0d76f8ca65ec48c006ecc89eedd851edd3d851933cecb8ff2bec84c378ec64d374ece46f4f4c31de10534c9d8d291657618a87473080cdc480c66b18687d1203af8561e0cd5518983f13038b310c1a2560d0c2a918e4361d83bcfc3128281e83ba8763f0b08518fc7eddbf467014861de8c370174f0cbf5981e19510469eeec5287e2a46f31f3066ad3dc6246561aca91dc6399a60fc6e05c61fb88b096b466242d63e4cbcb21813bfbfc2a45e154cde6082c9e259ecd4245decd4ea49d8a9d38bb0532f6663a70d5db0d3ab0db0d39f9db1e4053dd899baa1d85959074bf9108f9d13b2b1d4ed1d58ea5d672cadee27966e3007cbf0fe8e65fafa6399b1f1d8f94d6dd8f98170ecc2ae40ec825c8e657d54c3b2069cb0cb5a247699d2c52e7f0bc0ae98866157f6cdc4ae5e9a8f5ded5e80e5d8afc3729a1661d7942e62d7def561d7875760377e9ec06eae5887ddec9e88e5de6cc4f2e26db0bc635bb15b53edb05b2f9e6277320cb1bbb659d8bd87e15881ea77ecfef247d8fd4401bb7f9dc18aa47358c98add58499e027b34ae0d7bb4a2137bf4d1177b6212873d791a8c3d85bf60cf826cb167cc6fec594d29f65c7519f6bcf206f6e25419f6e2aa36f672201a7be5aa8bbd7a78197bf55a032b8f50c1ca1bb2b0d7b9b558a5c52eacb2fc2056d95d8355e9dfc2aa1ebcc4aa9e3fc4aaaa9ab1b743d3b177cb3db0770faab0775f95b19ac94fb19ae844ac262e18ab29fd8ed5f6f962ef2730d8fbc536d87b8cc7de9f7a89bdbf3402fb70693cf6a13e0eabdf95837d32fb827ddaf90bfb748cc01af56ab1cf5fd6639fbbf6605f89b558d3eb6cac396507d6129c88b53c4cc4be4d0fc3bef99462df7e2cc45af34cb036950cac2dd00b6b3b7a1d6b4b64b0b68259d8f7b304d61e9c8c756c5e8475f8eec13a6253b1ce0dca58579833d6f5653cd6f5b301fb4f7301f69fce3eecbf8315d87fe9bbb0ff72ddb1ee61ebb1eed3315877ea49ac67763cd6b37435d6e37e18eba1ce633dbc06f663f417ecc7b42dd88f9934f633b41dfb35bf0bfb951c8df58596627d4561585f433dd63f763dd67f6924d65ffb07fb6d8461bf17c462bf63416c60961d3670cb041b5c1c830d6e3b890d0e2a637f476ec4fe6253b0bf6dc3f02101fdf890b459f8d09e325c699e01aee4750757daa7822b1ddf842bfd28c69513dee0cacffdf061ae5ff061802aaef26a3faed26784ab2e37c3d54cf571b5ea7a7ce49237b8bad9505cdd531f573f3a1357bfa38c8ffa90856bb666e3daeab1b84ed0585c27b61dd721485ce7fd5d5cd7f007ae4b35e363fdf6e2632337e1e3ce5fc2c71536e3e36d13f1f1db12f0f1b5bef8f86fb371bd174b71fdb85fb83ee0864f5854894f68b6c2270c7ae1132d6bf08933bfe006cb8370832799b8e1253bdcf0c67a7c92e6006e6458844f09a5f129e1eef8d477ef70e3d1d1b8b1af2e6e7c740f6efce1296edc380e9fd6f70637fd3612379be0819b5da9c7cd2a7a70b3f7c3f1e90b4371f323246efee1363e23ca17b7d83204b768a3704beffbb8d5c26adc8ab1c3671e72c46df6dec3679d0dc767ff9bdfecca76dc6ed44a7c4ef9307cee300a9f9b701a9f7b39139f7bfb283ef7fe54dc7e871beea0b2137798f7069fa7ec87cfcb2dc5e775eae0f33d3af0f93b22f1f9039770471f63dcf1440dbe20640fbe804ac117ba56e24eb7097c91d1227cf1ca587c71c9767c49d3677ca9f236dcb9790cbe6c8517eea2a284bb2e198e2f9f34055f7e45c4572acdc2577ad4e22bab4a70b798adb8fbd85bb8fbf763f8ea08377c8d9327be668b23be261bc0d7fc371e5f33700ff798538a7bdc12f0b505c770cfa396f8bab859f8ba52077cfd402ebea1480bf7367c857bef0cc2bd3b4ee19b0cbbf1cd5e3b709f1193709fcc42dce7f32bdca7bb01f75bb108f707d471ff6e23dc7f6029be75882fbed57f231e603c0c0fc04bf06d5902beed12886fbb5b8e6f2be9c68382e7e341491d7850c5593cf86a1d1e7cad180f117ee0dbdfbfc143bf4dc177589ae0612a4ff030cd003c6cae2b1e16770a0f63efe3615d37f15dabb4f15d1bddf05d4737e3e15eebf1f0379bf188e4c3f81ee4351ee9aa8347aebc8defd5d0c3f77aefc7a332cee0513dbff0e899ffacaac0a38599f8fed81c7c3ff203dfff6e321e13f4038fb9678ec77c1c891fd801e207de6ec60fdafcc20f02e3f08357593c5eecc00f8ddd891ff2ff8c1f8ab88a1f92ffe2475374f163e66ff063f689f8b13f5bf1e3eb5cf1e3056ef889cd7bf093a3fee0273319fce4d3d138183317075bd7e3d0402f0edba5e0f02b1447dffd87a33dbb700ccdc4b1275938f67b2f8e1f49c5891dd638716c0d4edc7b84531e4f70ba680bce8c3b89b31ef6387bc60b67dbafe35cfc3e5cc834c685a7ddb8b8ea2f2e268dc7c53c335c7c741317cbed70892ec5a5e29bb86ca78f271654e1a7555ee3493a9a78f2f2aff8d93939f8d9453bf1b3bbddf0b39f7cf0732a97f173e4693cd575279eba62189eba61139e0a0278fae8297806a984673ceec4cf1b04e3e72f14e01746f7e317bc86e017cab7e217abb6e3d9fd09f8e51367f12b7317e339167bf01ceb8978cedf25f835fb58fc7a542b7ee3e914fcc6ebbb78ae52049e3bbe1fcff3bb81e74557e279874af13cc916bf65331cbf7548c06fe739e377879fc3ef8ef1c7ef9a04e277b7a9e0770fc5e177f159f85d623f7eb7cc11bfdbfa15bf77e3139ecf4cc6f36f58e1f9958178c1c5f9f8fd3bc6f80315167f10ed803f003ee3852b2cf1c220112f3c1e8517d6897891d55abcc8431f2f8a9b8117f367f1e2cfe3f18705d7fe65e271bc247b18fec8fa23fe88fb883fde23e38faf7cc21f3f1ec09f7cfd819782557869be36fef4fd0ffcf9f643f8cbe811f8cba44cbc4c6739feeae94ffcb5f542fcf5dc70bcd23017af9c5285bf891f8bbf1157e36f7a24fcedf428fc6dc05bfc9dba88bff39d80bf3bd38ebf7be881d78cb98ad7ac73c26be32fe3b55f2bf0f793bfe11f9203f0ba90cf781d3a1f6f189981374c50c61b5249bcf1db46fcf3f44df867ef28fcf36f63fccb8624fc4bc05cfccbdb6978b34f20defc2e086f8bd984b70133f0ef7a13f18e3043bc736f38de25cec3ffb37f83ff57320fef8efc0fef59e485f7dc6dc57f846cc37f1c3b80ff5064e03f8728e33f7b4cf0de0575786f5e24fe6ba50ede474dc3fbd2f3f1be8f1ff1befe58bc7fea3efcf7143dfc77693efebbe222febb06c77fb7ccc207ed86e17f4e6ec2ff8e7987ffbd6c430c55c41143ef4a8492a515a172bf8d5035ca23547b1c89e18dcf88e1ad9e845a4a1fa13ee504a1be7a1da1fe2784d0188e101aae378951693ec4e8a91ac4e885c9c4e8e5aec4e895b184e6d61c42b37f18a1b53897d06afe41680fdf43687ff841e858bd2374c73c20742f7e25c6d6161063eb6f13637f0712fae3cc09fdc925c404f70062a2f225c2202481302036138686e30843d7586232b088301adf451879be278cf61f22a62c98424c71b220a63c5721a666b512c6c9738969f3c38869e54f8869ad798489e730c2246c2161aa6d4c4c4f6826cc758b08f3c96584f9366bc2d2e13ef1af5324accceb08ab15c708ab559d84756812617d3593b0099d43cc4a9689d97ab6c46cabafc46c97006276cc03c256f223ec548c08bb521b626efe7d62ee2040d80f1b42d8a71413f61745c241d5969837793831cf7702e1787016b160e72b6241a716e114a44a389d2b24166da288c537d6124bd01dc4d2a097c4d2c8466269bb3ee16c5a49386f8f209c0f9512cecf92feb9422c1bbf8f5876732ee132a69c7071ea235c0e8710aea6b388e5c34f11cbbd57132b0e5a122bcae7102b6a67112bf3ca8995bd1d849bfd02c22d2b8370fb9248acd2b620dcab0c88d50b5c88d54fad88354a5389356b48628de209e171ea1be1917c97f0683724d66ed84a78de3625d62dfd4cac73af26bc4c68c2eb2448783d3c4578d507121b7267121b332962e30f276293ce1c62b3753db1f9942fe1b386207c8a2f11be579e12bebd38e13b3086f07b3a8dd8929548f8379e27b622a3888021c38980392a44804b0811b0cf9c08bc5849047611c4b60b71c4b6e23f4490d22f2268743f1144c511411fcb88a086ef447028476c8f6e277664c4113b9e8f2776ae8c21c23283895d4c23b19bfc45ecce878970a3f34484861b1161e84cecb96b4d440646127bcffa1351863811751e21a2fdab88e8c2f9c4fe1525c4fe8069448c85441c98fa863870623111ebb48588fd9543c45d7940c48f1c4b1cea1d4e1c1eb0208eaebf441cf33b461c7f769138fe7e0b7112bb4940355104ac1e42c053c612b01544c07bda0918f941200e0b09c46d0381766413d8d90f04bedb91c0a5f50411b489200aec0972612641393f21a86dab08eaeb2282d65a45d04fa308669201c1bcfd17df5e2758e136c1db5c2284d50b08a13e8b10578c23c4c068423cef4824ec1e4e9cf21d244e1d6e244e15681089964d4422ad4624563d264e5bde2292f66d2592419c38b3623c71c64f873873fb0d7156358838eb7681389b3a89383bd040a4dcab26ce8d3f4b9c0bac245293428874cc80484f394ba47fbb4b64d0a54446f20a22e3fa3b22f3803171be99222ea42f252ee9db1197424e13d97eedc4e52886b8b2c08bb81ada415c8d2c26ae363710d7e72813d7ab02889b25da44ae550d917bbf9dc88bf7246e690bc4addd35c4ad139ec4ed801dc4edb460e2ce983fc41de353c49de94dc41de90471675026ee6a3d20ee7201c4bdfa7a22fff75ca260fa0ca260ff1fe2feea77c4fd1d0471bfe23471bfff2c71fff76ee2818f3ff1e0722551bc7805f1287919f1f84011f1b87525f1444d8f28fd50433ced3a4e3cb3bb403c5b7287787e568d787e733ff1c2d6837811e84594ddfc4c94fdca275e996910af562f225e93ff11af2fcd252a3a3d884add28e2cd8d6ee2ed867ae26dc176e2dd3835a2daf20951ed329aa899944fd48400444df633a2567333516b6446d4f261c4fb3312f121ec22f101e9253eeeed25ead64c20ea9e24110d6b0d898693e64403bb80f8b4278568d40588c6e4efc4678de5c497c076e24bfa14e26bfd52a249ef3bd1143c9a688a68219a671e219ac33c8896436789966b08d1c6cf22be17ef20be3f3a487caf3322daef6812edc57b898ea076a2e3923ad139df81e8f4794974cfd020ba3f84113d37f7103f4c59e2c7b23ce2474a26f1a33189f8f1fd3df173d82ce2a7a707d1fbe534f14bd38ff80560c4af730b885ffdf789be19e788bec21d44ffe30ae277a50e316055450cfeab6d83cf2b893f5d99c45fbd38e2afbd2ef1d7f122f177cd25e26f472239447d0d39c4289854faac422af7ac2455ac6952e56101a9ea9446aa1e0e258727ee2447288e916ae21f52ad0c20d587ef22d567ed27d5433052fdfa6352bd082347fd5a458e36ed2047374e25c7c46e20c79cfa436a8ed02335e7fc2535532b492dcbaba4d6a1c5a4d69133a4569d07a93de21fe35fa4f69cf3a4cecca1a4cef16652d78a20751d4249dd656ea4ee66035237c286d48d0648ddbc4152f79b133976750939b6783139be6625a957a9464e9cb5813420ee93861643c949fa87c949db0bc849bbaf93935e6c2327db9f22276fdf461a0d53278d22cb49a3846272ca9a43e414ff21e4546b0d726ac564726ac36ed278ed5bd238508d342edc4b9af0d1a4c9ed64d2e4fe2dd20c6f21cd689634e34e92660ff448b3811c727a7a2339fd9d16695ed044cef0784b5ab4b79196bf9248ab4a1b72e6ae99e4ccc8d3e4cca357496bdbb7a48dd60d7256e36a72b61542cede758e9cddaa49da7185e49cc52fc8b923d693734b9792f6d813d23ea992748013c8794f3e938ec66ea463d6367281631db90018472e9c33935c689f4b2e8c5321171e2d239d947b4827bd14d2e9e7097251a532b9d833825c0c4f2297d885904bab9691cb4e3d2397155c255d8c544817e90ee9eac791ae2f9bc895df77926e6a3f4837e3bfa4db463b72d5f11da47bcc757275a41fb9ba5822577f7d4b7a1eb7203d3f1793ebb841729d904caef71924d7670be4faa2b7e4fa522772fdf737a4d75b2b7283e8457a5f6e25bdefce26bd7b17901bb3a7939b949dc84da649e4a6da67e4e68178d2c7680fe963ef4dfa783e207d32cf90be9ae3495fedc5a4af5721e9fb7639e9675245fa6d00483f9fc7e4966c57724b074afa6b4f25fd0d6d497feb16726b224506bcb520036addc8c0e52019483a928145dbc8c0a7a9e43630870cdaa644062f1943067bef2383f302c8e0e747c990a0156408644d867a5c23434bd4c91df19fc91d1d4fc8b0ed27c8b0837e64585303b97b7433b9473b898c6cc823a32db2c8e81817323aa5888ccebd4aee57f522f74f24c8fdc78ac9188b06f280ce263256fb3d193bd9948cb5194fc6c67c24e386f59271bee3c9b8dc73e4c14907c983e063f2e093db64fca6e1e4a12957c943b3b793874e9591878df69387ddee9087af859187f3779347d68d228fec5c4d1e2973228fd453e4b129cee4b19305e4f1712ae4f1f93de409cc8a3cf1da813c593a9f54dc9940021b39129c5a4c821e02090d7526a161474964e67512f5b22031fe0e8925cf2071ddad2431a795245a24923c348fa43cca49ca279da42e389054ff28920eb84832722fc95c6922b903cb49ded69214f45b4831c49c146bec49e9f21952aaff45cad27e522ebf4e26f8a793a7a6cf224ff9b79089e34ac8c41f0364f20807f28c03419e3d799a3c7bb9814c59ec4da6f44f2453079f91692b1ac834d9944cbbfe954cfbb8844c6b5127d387ac25d3119a4c7fb190cc88dc496670b6e4f9f075e479d880bc000792595c3799353892bc34aa87bc546f4d5e2e83c8cb5f34c92bae8ee4d5619fc89ca371644e721e79edda36f2fa1d2bf246244ddeb4e9246fee2d2373235793b9711c999b914be6564593b9b5ffb43a91b97fadc9bc799fc9bc2b6a64de83afe41d976fe45d298abce77b9cbcf7600b99ff640d993fc893f7a3b3c8077eff910ffecb220bd7ce248b8c7e924547cf934595a964f19f01f2a1ea2eb2447f2d5952954d3eda5a4c3eea36269f781691a5af9bc8a70d1ee4f34376e48bdb87c832598d2c9fe2f6cf3bb2dc58265fcb2ae4ebcc44f2f5f90af275de37b2926a24df4cfe48562d3227ab4e7b93d58e8bc96adf5d64755e32595d9d41d64c7b4cd63ae7921f0e6f203fa40c273f74dd23eb3891ac9ff3cfb250b2fea703d9b0a894fcf462906c54fd4436fe5be397e83af2cb6133f24bc677f2cbab66f2ebd43af22b73806c72d845365dec239bed7dc8e645c3c8e663e3c8962776e4b75f38d99aed47b67e0921db2c34c8b6b5d964dbd52b64db9f1de477e7b964fb0c5fb2c3e224d9018dffe73fb223a599ec2c76233b5f7b915d622af99f553ad9bdd898ec3e934ef6e8b9923df9bbc81f4e6ee48f23d5e44ff51fe4cf5de5e44fee0af9f3c538b277b50ef96bc15fb2cfc895ecdb5a42f67d3847f6471593fdbf7cc8dff6f7c9dffbb3c9411f27f28f2649fe997f83fc13ac4afe099d47feb5f322ff7a245243d639504357bda486fef2a7948ea394f2dd786a98752c352cac891a76c5931af6fa2935acad941ad6f79552314ba654b2e750aacdddd408dbb3d48820656a04b8961a71732fa5ae1a4ea91fb3a3d4ef88947a134c69780d521a79b6d4a843db29cd5dbe94e6493f4aebe2764a7b9e37a5edbe88d2f688a1b4c3b428edfc726a6c39478dbb8f50e323ff507af676949e5726a57f6d0ea57ffb3ea5ffd1849a609a4b4d78904019acdd4f196e3c4919fa05529326fea1266f98454d1962434d1dbe829abafc3e35f558103535e10435f58e37653c7c22657c6e01356dde256a5a921135ed124d996cfe8f325db3953203865166443565f65f32359dd7a2664c4ba5666cb840cd006f52161e5d94057590b274bb455986c553960f33292bbb56ca6afd416a66d624cada2c85b2be7a86b27e0352d6fd37a859e7446a56fa1dca768840d926bfa4ec36bca4e6a86fa7e6da31d4dcf0ebd45cb99872f808530e5d1ba9f946a99423fbcfc346ca89d4a716b98fa3167fada296246b514b5abba9a5479651cece9329e723d5d432f228e532a1917219cca15cd79ca496ef0ba056d46ea6561e3c44adcc4aa056de5f42ad52b853abaa4f53ee4034e50e7b52ee57aaa8d5c6f594e7ee3d94e7a944caf3f3236a5d8e19b59e7e42ad7f184fad7f1f456d38ee4f795be652dee7ae50def70f539b3a96513e1a3194cfe63eca2783a27c17aea07caf1da3fcd2b7535bfe9dd5162a8cf27f7d84da3a3197da6ae74e05288da2024d9f5081c57fa86d1b0ba86d25b954885b32159204522129c5d47607476afb6a89da9e3596da7ec38fdafe742c15dafa9bda71d38cdaf9b99a0adbff90daa55d4285af72a2c2e5335478c6502a8273a122ded9537b9e16537baa2f51910e91d45ec19c8a3a0a5351c2692aea1c4445555ea6a21fe852fbe71fa0620ac650313fbaa9034366520786cea2e2f41aa8b8732ba9b8372fa8b8f7a5d441a50754fc72172afebf63d4a171eba9232bbf514772af5147eb92a9a34d51d4b1c04bd4b18ecbd4f19d79d471bc9d3ab196a64e24bea54e3c6428605f0a0524afa5801feb28c8f30605856ca0906d3729a4a49b424b8f5398974811badb28c2dd8f227994a284751425a653d4bb3c8a9eaa4ab1da5e149b0253ec2d758a8b1c4371c73f535ccb684a98738112728e50e2079e123feda0c4cee794a43340c993c750b2670f25038ba804338c4a38984c9db2c3a95301c7a853840f75aa762e757afa792ae9f2012ae9ca122a195f469d993b409d890da052546f5329e3cf50e78449d4b9a4322a553f894ad3ada2d23c9da9b47db554dae54354e681e5546676119559749fcaec0ba32e74d751170d7750595b0e53975e2652d9e68d54f6b225d4e5e14ed4e545f7a9cb51f6d4d5ab83d4d50f47a81cfd2154cef455d4b51900752d6a2275ede418eafae40ceabaa535753db99dba31f5257573c914ea66823f955b7e86ca6dcca0f226b450792e1ba95be6d7a85b1b32a85b5bf4a95b97ff79b897bad5fa90ba6dc850b75f1a5077aceca93bc84feaeee947d4dd6e9cca379e4ce567ada5f2f3dca9fc861dd4037d77ea01934c3d7819471556aea48a0cbe52456bb2a8a27707a8875c2af5e8600bf5e85a23f5a8e413f5d850a21e6f7d403da970a64a2f8ea39eaa8ea69e6589d4f37fe7fcfcc72dea856e27f572e857eae58746aaac3f9c7a75b0972a377942bd6e0da72aa62da52a56d45015772e5115253ba9caf973a8aad5aba8aaa4bf5455963ff56efe4daa5aeb3b55f34b8baa25f7501f74c3a90f73b5a90f8742a88ffbd4a8bab8055443ae1bf50908a43e9d3d48359ab5538d7e97a9c6f8b5d467853ff599caa0be4c89a0befee74c356d984d354597512d574753ed231f53edae8354fbfd095487314975249da63a4302a8cee40754e7dd175457b12fd563328cfa712a80fa297ea67a0bf652bf2eaea2fa1c30aa0fcda1fa6d6753fd47bba88125c1d4e04b05f5b7e3023de47c343d54d2a195bac6d2ca232269e5f75b69e5c1047ad83b981e5627d22ad04d7af8c36bf40897c3f408489d569bfd1fad669b4bab65b6d26a2fd5680da313b4c68c8bb4c68229b4866b0dad81d5d2a362aed3a35a13e8d1d3c3e8d121ff62c2357a74be333d66413c3da6fa33adb99aa235e327d19a8a7db4664d02add9674a6b2d3d486bff9d4deb985ca37556d4d33a975a685de10d3d76c46a7aec8cabf438a6991e6f758f1eeffd871ebff30e3dfe640d3d5e4ea5c7df5b4eeba55fa5f5f755d2fa870ed0fa42083d619c116d30fc3b6da0bd8c3678718f365cfb909e5462454fea72a227df7b431b1d51a6a71853f494f651f4d4b40bb4f1b333f4b43147e96919086d6200d226bb556893b425b4a919409bee7b499b79ada0cdf6f1b459660b6d566a4f4f77d94a4fdf524a4fef9f409b636769f3125fdafc87333de3da0edac2ed2a6de9fa80b67c7784b69a584a5bb9e6d3563bede8998aebf4cc3477dadae10a6d63388cb6b1eea16d4256d3b3385d7ad6830a7a56cf0d7a76d136daf6ea72da4ef5346db76f086d77e13a3d972fa6ed677bd1f6ad976907e57e7ade34077a9e9b313d2f68909e9750413b5a15d08ee9bef48251cfe90566adb493d222da69c4bf68339e76723c4c2fbab98c5efc398c5eb27921bd646711bd547713bdf4f06e7ae9953e7ae9df00dab9c6875e362c9b5eb66705bdac7d0eedb2fa36ed72289e7679b19776cd9c4e2f6ffb46af20ade8150dd6f48ac17ada6dbb44bb7deba5dd067ae855f5c369f7d55ab4fb931cdabdef0cbd7a660bbd1a29a6d7b87ca3d754e6d11ef6cdb447dc5d7aedc3a1b4a74a1ceda91f4d7bed5e4e7b7547d31bdeaaff63437b9bdad2dece96b477bb12bd51bb80de382e83de683383de7897a1379d77a7379ffc4d6fce2ba37db7bfa4fdde44d25bfc2ae82d854df496927a7acbaf7db4bfd918da3f71081d30a5990eb402e9c0233fe8c0bf47e96dd30ed24117afd2c12993e9e0c7367470df283a04a8a143daf6d2a1a7ffa3432feca6770c73a777d841f40e3286dea93d810e4b8ca677e9a6d1bbfe04d0110b4be988ac323a52750e1d39504fefd54ba3f72deea5f7c95674d45c0b3aead27e3aaac8998eb65e45ef779a46efdf6c4bef8f3c4cefbf674fefffd84bef6f4ba763a6b6d13116efe818ff8974cc3e8c8e1171fac0ef07749ce3333aaee1037dd03f893e98d5401f7c359d3ef8d59b8e1ffb878e3f544e1f5a95461f728fa30f9da7e9c3f36ed087b16efa88d314fa48fd71fae8d858fae8f51ff4c9c50fe993bbe6d127535ed0275b26d227bbd6d08ae5f634e0144f03f4231ad431a3c198221a1c30a5a1e4b3347ccb8d861f5ca5e1f6db34daf68b26966ca009e7509a08aea189ed2634a9dd469373aed3d4b6149abadd43d3531a68e6902ecd86acff6727cd56f4d3dcd6033417df4bf39ad769de7422cd5376b4a8d14c4b760768d97b2f2ddf28a2e532844ed8f8923e558ad189face74e2dc183a314541275dbe4327b54ca393dabbe833aeeaf499d82ff4196a0b7de6671d7de6d74afaece647f4d9af77e914fddf748a5d1b9db2f80f9df24241a72e8ea15383bbe834cf583aed8f079d6e308bce703c4a67f8dda33367bda5338fb4d2996953e9cccc2974e6e52bf4f9253be90be70ce90b370ce88bbb9ed297ecede92bcf92e8ab8137e86b6fa7d237a410faa6e637fae61655fae66953fae68d34fa665e099d3b368ace855fd2b7b77fa3ef406ef41d5999bef3cc96be3b398ebeebb695beeb27d1f9d32ed2f92fa3e9fc6f6df403e5cbf483b915f4037a06fd4048a60b9926bac878175d3cf308fd70fc6efa61b92b5d62d24397cc1c4597882af423a376fab1fa5ffaf19f62fa89294f3ff93a947eea14423f8d9c493f4b0fa15fbcdb40bf3c6d43bf2cbf459769317499910b5db6f0295db66f22fd2a539b7ed5ac45bf6afb4b970f194dff7b84ae4817e98af236fa8dd253facd601d5da5f28dae0a92e8aa3f385d7de4345d7dbd99ae819ce89a0c6dba5609a36bf576d2b5eea674ed954ff4fbc58fe9f7039fe90f769af487c791f447933df4c7e20974bd5a245d6ff99daeb79f48d7ffcbed864b28dde8b0846e0cbf497fbed04c7f2918a4bf74d27493df5cbaa99da29b7f27d2ad6babe8b64fe9f477b522fafbec12fafb8914baddc78aeeba544fff377635dd8d87d3dd172ed03f72cde81fbd21f4cf557ef4cf429cee5deb4ef72210fd2be700dd37aa93eeb3afa2fb8a27d17d030574ffbfbba09f30a2fbfb5de8df7a29f46f8b20faf7ee047a40ed113d60d9470fd8d9d0031be7d003417df49feb0798a19655ccd03f058c9226cf28edd26794cf0f63947fb531c3b6fcc7a8cc566554e61f6554aac732aa8bfe30c30f2e63869fcf65867fddc38c50a43023eeab33236aef316a877e306a921633b2c987513fbb9c51bfbe8bd1b014198da53f180dcf6a6654ec3d66d4cf2a66f46e3b66b43c8b1963f98ed1d4b8c068bb2b31da390b189d89c18cce8ea38cce959d8c4e7e3fa33be728a37b249c19a7779819e7dccc8c93f3193dbda1cc440d8431f02f600c4ec18ce16835c6d042660c8f6ffae72c6358bf8731fc92ca4cba6ac14cca7dc44c5e3f8c31d2e019a3fb579829b9ad8c71c853c61888628cd33a9969563d8c091dc198dcae63cc1c8e33663db1ccf429b399e98e0f1873eb60c6bc68383303f98f9951dcc058fc39cf589ecc60665ae63233af983133eb4630d63eef181bab7cc6a6cc9b9945e431b3f5c298d9f64799d97c33335b2c65667f77666c9976c65636646cffe63076136f3176f5d5cc1c951e668eaf2e33579566ec836632f699d9ccbca46bccbc9c6fccfc476798f97fb519479d478c23f59159383b9d59b8bb9b59d8388f59d83e81715aefc52c4ab064166561ccd20094591a3499591aca32cb7452996521df1897c9fa8c0b7d947155ad675c3d4f33ae79e79815e34f332b4c8319b74d00e376fa22e376cb84712b3bc5b8f52f6056bdf365dceddb18f7cdc799d53bb7306bfeedd59a1f37198f112b99b543df326ba34f319e465318cf351e8ce7e1658ca7fc8259677a9159875730eb63b419aff155cc86995f988daf62994dc949cc66dd20c6e7d51cc6a7f22fe36b61cff82926307e481fe397dec46cf9fc9bf17fb988d92aa83201253b98808a6e267001cf0456de66b6c5eb334133d498601381099ee3c2043f716742ac559990e32c13727d2db3fdf75326549ec38456aa303bc600cccebb8b999defa7303b9bcf3061af7631bbf42c985d1b3632bb4edd6076e72d67763fdac3ecfea6ce848fcd66f64cf061f6bc5fcf448ed8cc448e969848bf4fccde3a8e89d6eb666226b0cc8193d5cc81e7b64c5cd646e6e02377e6606703137f641e139fe2c71c1edbc01cf6aa658e0ccb678ec63e678ee9ef668e2d7ec31cc3aa99631fad9913ea8f9913152ecc49f7118ce2442c03ba0a0cf8cd8081427e33d0abc50c5c9cc0c09fda19f4c32606ed8f62b00bc318fce6368618aec6901b6a182aa394a1336c19066e61982a47863d788de174bf33dcf178867bfb9d11ee1830e2b4af8c78208811b30b1831ff0823458e616483218c3c458f91bd1e3372c34be6d46a65e6d4a72c26d166139378d28d396dd6c4240ddfc224eb2f6392030b98e4181f26191cc3247f1acf9c9910cc9c2999c69c7b13c1a47e2e63523b2631690ee798b41b0c932ebd633243fd99f38f5e33171cdd980bc1364cd689a7cca525314cf6bd0226fbe318e6b283297305a863ae2edec05cc5b73239136f33392b01e69ab51f73ed902673236d2a73735f1b73f3560a933bec0693bbf230937b5b9bc9cb18c7e4f59b33b7665f646ef5d3cc9dc9bdcc9da9f9cc9d0d3473f71dc1dc539ac3dc53d561ee4d3cc2dc4b4d61f20da631054e539907440853e87f8929ccb6610acbb499e29f2dccc3a8b5ccc3b7e5ccc3fa9f4c49e433e6f19819cc93cc4ea6345fc1947e5bc6947e1fcd3cb59499a7df5731cf540c9967870d98e74603cc8be1d798178dfb985705bdccabaf24f3aa279079add9c9bcbe7a8179fd600853b16080a9586ccc54ae5ecc54463d602adfff662a3b3d9937c807a6aaea1cf3f6e046e6ddf8034cf58ced4cb5c546a67af778a6fadc3fb91398f729ef98f7d95dccfb3b07990fc6f7988f2a08f3d16537f3319d613e5ed461ea1cbb99ba4077a68ef064ea9a5b99faf2254c7dc51ca6c1c88669081e643e69d5319f479a319f1dee319f4302982f564b992f5b79e64bc03ee6ebdd27ccd72a82699a6dc6b45c8964be8d38ccb41ee9645a0b8398d647a399d6f700d3d6799df9bedc98e9b0dcc1742acd673a57a430ff4df164baf5ee32dd07eb996ed69be9d131607aa2f5981fda3d4cef615da6f7412df32b0160fae02266e0552633d0e2c60ceaa1cc60e720f367881af337621fabf25c9f555dc3b3aa3f3976e45e5d56ddb09755e752588d55d5eca87e99d5dc329cd5fce8c26a5db16475b60c6575e44156e7b729abbbc196d5650dd8b1479cd8b13945ecd88afdec38bfc7ecf8f67c564f7712ab37e115abb73e96d57b3d99d5d799c8eaef5661f5394356ff25cbea577f6127183ab2134ec4b113c7aab2130797b3860737b3939297b146b82d3bc59e65a7e4d8b0531e6f63a7b41f63a7fa3bb1534f12acb175216b8c14b1d3be69b326567f58d30e03d6ec4e1c6bf6a0999ddedac89a9b64b3e6c797b0e6e7c7b1e62553d8194b047646de2e76c6336dd6d2e6186bf93498b5ac5ecc5ad915b056fb307666b0829d9986b3338bcfb0d66f6b58ebc672d66673373bcb72153b6bfe55d6ceef233bc74862e7b80d65e7289eb373811fac43583f3bffed26767e7b29bb200262177eef64174ddec02e9ae6c12e5ab8965dec3b945d4cef6597f6eab1ce1e0758e7b66e769982605d96d1ac8b4b22eb72549375691dcfbaf66bb3cbfb1dd8e57fbeb12bb6c6b22b6bf7b36e1bd458b7dd8eac7b88c4ae76e3d8d5ee2fd8d5a99aec9abd4aacc7cbcdacc75705bb76ad32bbf6a81abbb66137ebf9f02ebb6e863aebbdf62aebbdf513ebbd7d90dd687187dd34249cdd347623bb297604eb630cb33e5dfb59df793b58bf0dbb593fbfafec16b08df5f7fbcc062e2a6403233bd96da2291b346b2f1b743b830dfadacf06af1d6483b374d89091fe6c88fa5876fb243f767b452b1baab99e0d75dcc6867ab8b1a1bea3d8d09b28bb634900bb33fb03bbf3f62176d70991dd95339addf5771bbb7bd13276f766777677eb48367cbccc861be5b2e1a9a3d9f05a5f36d23f898dbc718cdd57b58bddf7e1251b350a66a3e24cd9a80c1536ea72161bf5c0918d4ebacac62c5bc5c6c4ae660f38dd640f24fd610f94f5b1b1419d6c6ccb0e36cee4397bf02cc3c6f74c600f692e650f6b6e600f5fbec71ece2b620fffb8ca1e591ec51eb9f69e3d5259cc1e79738b3daa36853dba368f3dfad19a3db64f933d56e4c89e705bcc9e885ccd2af42c59c5696d56914db2a0dd3d169a3c8f85ac09169ab39b8596b5b3d0063d164ebcc2221a392c52bf95458bb6b1d8fc872c11ba80252d41960c0f6129a3892c65e6ca52afe359c634916547dd63d9b95758f6da0f962df566398b712cf7e23bcb2f6e65f9a5fd2cef7aee9f872cff6c212b20302b2e2c63c59437ffd4b262bf1f2b4d286265a573acec799295e167ac3c90c5262c11d95358087bea7a069bb86e337b7aa90d7bfa23c29efe64cd2605926cf2643536796d089b5ce2c726b79c60cf18ffc79e599bc59e3d6bc79ebd328a4d99eac9a67a4e6353e11b6ceaf3716c9a45139be6b69c4d3be1cba69768b3e9afe7b019aa7d6c86e65a36e3631d9bb99367333bd2d8f3931bd8f3f97eec85f38fd88b06a9ec45d09cbd58bf88cdb22c60b31677b35911f66cd6dd6ef6923acd5e2a54632fafcf652fff5bf715af536c8ee76af686ea18f686e950f6c66c7bf6c6a32af6e6ba42f666690b9b1b7582cdad5acbe6fd68606f9d9dc3decad0626f151ab3b78bebd83ba987d8bb9ebfd8bbb7cfb0f7461e65ef5984b0f95c375b90a1cf3ed814cf3ee82e641f0ceab1852b62d94232902d7aa4cd16bd75638b55e3d8876f94d987b5916cc9fb4cf6f1d667ece3c373d9c7402bfb644c25fba4eb015b0a7c644bb38ad9676ab7d9678bfdd96721cbd867c596ecf3b8f7ec8b8b34fbe2591bfb72d558b6ccae9b2d7b10cabe8a98c096aba5b1e5a64d6c79ce5bf675581c5b714b8bad9c96cf56ced8c656768e60df46bbb3efb035ecbb73dfd9ea21dd6cf5935ab6e651045bab9cc1d682305bdb7f9d7def1dced6791c641b2614b00d332fb00d698bd986d2e9ec97314fd82f94c07e492e609b0a6cd9e621316cb3521edb6cfc926d4ed4605b46d7b02d5eed6ccb21946df9719a6d6d98c7b68506b06d471eb0dfbf6f61dbe33fb3edbf00b6033bc27624df623bd71e633bcb46b3ffb96ab1dd1a9e6cf7791bb627f223fb037dc1fe547ec8febcb69dedb51ec7f6de9ecefecabdcdfe6a39caf61d56627f076bb1bfab3eb17fe859ec5fcb61dc90fc3ddcd0bcef9c928a39a7246671ca565d9c72e47e4ef9fe4a4eb9dd80531e3cca0dfbf991531997c0a92ca9e354b53a38d519eadc70b30e6eb8fb166ec4ab759c9a6920a7d6f7855357f9cea937cfe73416b670a3db2e70a37b267163d69870638af7729a4543396d5d734e7b8f23a733793aa713378dd349f1e674d7e972e36a72b9719d07b9713d9bb8f17a119c9e0dca4db03fc24dd4e8e626de8be00c86ede00ca6aefae73fcea0c29a9b74ef1037794f1f37999dc319752673467d22676c3385338dd4e74c6ff471a62f953933c32cce6cff50ceacf43567d6d5ce4d774ee5a6aff1e3a6471de0a6f34739f385c5dc8cf6c5dc8cbf159c45e04dce727c333773c8266ee6a6d7dccc983a6e26eece595b2938ebbe45dc6c432d6ef6ccb9dcec5c0fce768b1967cb8571762bdf727677cb39bbc7ed9cdddf326e4e622337f76625677ffb30e7f07702374ffbf03fafb979cf76708e5af738473c8673fc3e835bd0facfaf99dcc254176e615611e7e4339f737a10ce2d0a1fc22daa7cc62dfaf49c5bac3f855b32228d5b72c798739ef09c5b66fa945b36bd965b064ce0966576722e6b7d389713d7399737a339d79526dcf2a439dc8ad1e9dc8afd51dc8ab41e6ec5fd5e6e95d51a6ed58a706ed5ceeddcaabb5b3977e00db73a29eb9fa7dc9aa3e6dc1af11ab7e6be33b7a6e71de791758f5b7b19e7d63e5fcaadedddcf79ae97384fc8895b3f09e1bcb66ce7bcc0799cf73a3bcefba60db771c43b6e137a94dbecbf96dbbca79af3494339df498b38df834d9c2feacaf9ed56e7fce423dc166d17cedf02e6fc9d3b397f1f0dcedfef12e71fd6cdf93ffdce6d6daae202e66fe302fa94b94063352e70cd552e48ad9c0beaf8c8054f8ae282dd6672c1dead5cf0e0672e045bc76d5762b8ed4653b9ed0dbbb99d7934b7b37a2317663686db157d8adbf5b099dbd5b99fdbbdf09f90fbdcee6f715cb813c9859f9cc345466ee4f6e6b472fb345671fbbcccb87de0096edf7991dbd7a2cd455d76e6f62b5ab9fd17277107aaf5b9d8cb1fb9b84f1edcc12335dcc1a6d5dca1f55adce1d74adc910875ee687a0077dcee297762a9117762c71beee4dc2fdcc9adaf38854f33a7b850cb01c3bb3960f9690ecab2e5e037c61c5cb39c4392e771c8b5091c5286701832c861d7ef73d8b7428e88f5e048a57e8e54ebe6c87fdf11790ee2c8f793393ae01a473f4be1e8f68f1cf34ec1b1f78a386e421dc705e7735cc4698e5f97c9f13bc33961dc0a4e3895c10997ef71c2b3384e0cb4e7c4f82e4e525fcb4963ab38e9e0274ee27e71d29f304eb6dfc5255859710921cfb8847e25eed4b8d1dca9b426eed48d9bdca92e913b3dcd8a4bd26ce0926e8470c9a6995cf2fe7d5cf2ad635cf2eb78eecce93cee4cdb67eeac79217796b2e252864ee7521ebce7cef95a71e7f6bfe5ce3147b954cb0b5cda94162ecd89e532a666711967f7731917402e932fe1ce577b71171a977317fe3ce52e4efacd65b5a873977450ee52ee59ee523bcc658724709717e1dc55d291cb09f4e472fa1ab86beeabb9ebe973b91b2ee7b91b6b5770372d1db89b4d2d5c6e531c97fb730c77ebf132ee56ef39eeb6f153ee0eadc4ddb935c0dd9db88ebb5ba4c4dd7370e1eeed19cbdd2bbecfe57b8ce2f277fce50a6cadb8826b47b8fbb3af720f362ee10a677ce30aebddb8a221afb9229b3aae2822822b925db8a253315c51ce15ae38792957dc68ca3d74557025439db9927fef7a34f227f768d728ee11e9ca3d8e20b827966fb9276c3257aaf9927beac2734f5d7f72cffeeee75e5cace05ed405712feaa7712fc77b712f17dfe35e65d770e54e93b8d72b71ae627139f78636e5ded4bb72557bde7255af06b8aa9f21dcdbe05fdcdbce18aefab829574d6de6aaefb970d57fce7035e37cb99a89d3b8da895bb85a41e03eac30e03eb8315c9d9f1257b7ed0ff749e730f7c9b486fbb4fb07f7a99de31aabb6729f3766709ff784725f0f2ce69ae378aef9e454ae396b03d7fc690dd7e227732d0533b996817aee1bd1cdb53adde1dade8ce5daf534b876834aaefdfc78aefdab12d7e1b899eb4a74e4bacd3bb8eea814ae671bc1f55cdccaf53cc9e37e74a1dc8f010fee67c631ae77d553ae775b2fd7bb8fe27a8fa873bd8ab95c6fca30aef79a17f76bc462ee57a033d767a6cef5b1a15c5f7700d7efe6cd0d7475707f7cfdb9bf15cafcd06d25fcd0be7dbc926a0eaf34aa8157da7c9b5762495ea992e29567f5f0c3b62af3c362507e58da365e6559383f1cd5e6d5c628f16a96f9bcda21575eed32c78f5cf89e1f79e43a3ff2cd7c7ee49793bcbabb1aaf616bca8ff26ce347a57bf2a33ebce2c7045de035e38d792de383bcd6d5afbcf6f9cfbcf6c01f5ec7f61baf7b713faffb7823affb2c991f3bca831f3734941f67bd951fb77e393f2e93e1c75d74e6c73b2fe4f594f6f37a0996bc5ef2325edf2891d72fbac9eb97e9f3139532f8890779de60c41ede60f46cdee0700f3f4977043f3945859fdcf085373ab58a9f12b4919ffaad9c9fdae3c24f1dc07863cc899fa636859fb6f61e6f76a28337fba2c74f4fb7e6675850fc0cb77e7e465c226f61b091b7a83bcb5b99bee3678eece6ada949bcf5d91ade6670126fbbea396f7bd39cb7c346f376651bf93970123fa7e23d6f3f3c85b79f309ab75f7d8eb7df5ec43ba87ce11de60ce3e72d39cacf2b8ee0e7ebcce41d27fee21dcd3df8058627f8055d1afcc22e4bdec9e12fefb4e012bf68f8297e515828bff8e4647e49f3497ea9c17e7e696030ef3c86e35dfcda7857bb15bc6bd609deb58de0976f7bcdaf50aae1dd7eaee057354ee3dddf7fe5ddbf44f2ab1d107ef576985ffdf326bfba6f3bbfc63b8cf7983086f758eecc7bb87de63dd62de43d765ee53db206f9b52a6abca726c4af7b8bf1eb53107efda5067e7d9335ef75d28adfe065c86f50dce037e44ce537dce2f88d3772f94d43aff29bbc517e73b01fbfb9ee13ef133787f7f969c6fbdef8cafb8d5dc6fbedf9e74d3ebf65fa7c7ecbde187eebbf3102cc34f880b9857c80e3573ee0e22c3e50cd8a0f1c7b8bdf365183df663994dff66d121fa49acc078de9e2830c83f8a0671bf960b5397c482fc56f1fdacd873e2ce4773854f13b3db2f95d0613f85df27a7ef7e82dfcee78900f5f60cd879fd3e6c32b717e8f4d13bfa7ee37bfa7cb9f8f0cd2e12323a2f8bd8b8df8a8a123f8a81a0f3eaa7d311fadafc94763041f9d98cd47d757f0fb7745f0fb5bb5f918ed203ec63e858f8970e163906b7cccb9797c4c3acac79c5fccc7e44ce763be8fe40fccf2e60fe47bf0071a9cf9033f1ef207fab5f9d847b7f8b8c2163ebead813fac95c51f7e83f1474e1fe28f9a9ce08f5b8bfc89f903fc09e748fe646d0eaf98e7c32ba83a1e3019e081b0481e38e8c2835b67f3b0d7541ebedec723eb8ef358cc561ebb2afc53c9e3638d78f2cd559e3e50c7d33fdff3cc94093cabaec9b321ed3c37e50ccf51a779ee8a3dcfaf3ac6f39b47f1fcf33a9eafede2c5e3242f9d73e4a54f46bcbc40e2658f59bc5c358e4fd871884f44fdf9d39a209f34642c9ff428814f5eb9974f76dfce9f9933933fd399cfa7a86fe353f63ee0cf2db8c19f73cae2d3cd1df974c7a77cbab7239fb1f1259fe9349acf5c99cf67b2fdfc05eb6afec26b7b3e8b52e3b3b2493eab7c097f69ef66fed2710bfe52a2369f3df9029f3deb207f59a38dbf6c90cb5f718fe5af089efc950c2bfe6a14c5e7441ce0af9de8e6af2f58cfdfdc13cbdf8cefe2f3a273f95bd3fcf9dbcbcff37736d7f0773788fcdd4e89bfe7e1c3e74f49e3f367f5f3f91d4d7c41e954fefee612fe7e7619ff60fd19fe017e8b2f9cf99d2f5cefca1716aee18bc271fe6107c397142ee34b5a35f892ef43f9470bd6f18ffc9ff08f9f5ee44b555bf9d28f38ff54f936ffd4e827ff54f8cd3fffd8c0bf407cf9171ffef22f539ff1656bc2f8b24d43f9b27013fed5a245fcabe51ff8571f13f9f225285f7e59877ffd75325fe1abc65744507ca579395ff94683af1a51c4bfd52ae3df1e20f9b78419fff6f438fe5d683cffaebf94af997d94af791cc8d7fa14f0b5d468beb6c5987faf3b92ff605bc07fd8d2c07f6c8ce1ebd4edf9ba294e7cddfb36bee1d939fe93430effa95a9f6f9476f09fd920fe736918ff654a18ff55eae59bd6b5f2cd9f30be05cfe6bf91e97cabf568be35ce936fa5b6f3adfd1bf836cdf37c5b4d1dff5d653ffffde34bbe1d19c377fccbc1ce39dbf8ae49b97c977d16df95ff96ff8f8ee07b6e9bf13d6553f99fdba7f33ff7baf3bdd427be571ee47b3b6ef27d9157f9fe84d9fc6f8d24feb7df2c7e20fa033f0084f303fdcdfce0a8d7fc608a153ff8f5a53044eba63064bb8a30e464b8a0c4b40aca43c20465ffb382f2f1cdc2309bddc2b0a77304954bfb04959c09c2f0ac1fc2f0bbaf0535071541ed11288cb43f218c74d61546fabf1034aebb0b1a774385518f5304cd313d8256c045412ba357d0ca5715b45eac17b406cd05ed53e3051d9b0782cec52e41a76e8530b6cb4c18976a218c3fd323e80dcf11f457e4081354570a138eac1026e4e40b13830b0583b9b70503304230e8040543d715c2a4c961c2a413f9c2a47e5898a23d5698da315d307eb95230ee4c154c7697092684af603a699e60fa7aa760b65c49985eb84630afa78519adb98285cf4ac1e2fe1fc172e908c132b45db05eb344b03e090b366362049bb173049bc52f051b9e146c067f0bb32ecc1766bd7f24d89ede29d8558e15ec9a95853963cf0b73780d61aea68a3037b64eb0ffb777f61b6f0bf68585828369b530efe63a61be8d9530ffa09730ff4cb8307f305358f8e19ce0f4d94e70ea5f2e2c5a2f098bb6670a8b0e7d1616657e13162f5c252c8e8815965490c2529bf5c2d2b9eec2d2c239c2d23223c1799689e0ec602d387b5d159cfddf09ce074304e7325a58a6fa447059a5105c3a2f0baeb74709cbf57d84e5df738415fef6c2ca21e305b79661827bfc1561f5908dc2ea7f4df31aeb70618d7382e0f149143c6b1b84753eb785f5e86ac16b9883e0353348f04ad613bcd5e205efa9b7858d50abb069cc2561d3ca6861d38e7fb0ff844d77ad84cdbbef089b8fd60b9b2fc7093e411e826ff667c1b7ab59d8a2dd2a042d711482c22b8520648b10f45421047d5d22048f351782ffcd2b585e2f84a8380821ab528590fd3b84908fcec2f6e94f85ed4da8b0fdefa0103ac94208ada5859dfa47849d3f438430d3af42d8325b212cb15a08cb3f2aec0a1821ec0ac91776bd1e2684dbfd15c2e974214269a31071e780b0273858885cbc5dd81776508842154214b54c8876f510a2331b84e87b4785e8372f8418ad9d42cc6d43e180a79b107bc849883dfb5a38987d5b38f864a410efa72fc42b9e0887f4f608870c60e150f410e170e355e1c8c93fc211484938d28f09c7823708c79fd90827a7bd154e361e1114b12182029b2b28ca5f0920744100339505b0f18200edb411a0dd4305e8da0801aa130458798600fb260a889381800e8d1250efbf0276ee8e80db5c107062918097580bc4e80902313f4720dc2f08a40d2f9001f705923c2490afde0994f17e81320b1428f32902653528d0011704facf308171711198671304f6f37f02772f55e0cf2f17f8cb9d8240b708a253aa205eb315246292206b160b72ed422171e65be1f4cc8fc2e9aa03429277889014172024a72709674a9a84b37358e1acdf35e1ec0023a4a0a270cee8ac906a7659481f7e5648d7182ea4771f17322f1908e737ac102e3e7a255cd2592664abfafc132964b7ad172edbb809574cac852ba925428eda2f21a7385bb836dd53b816230ad7727c85ebead7851b767784dcc46821cf6d40c813ef0879d5a2706bc962e1b6719170e73f0de1ce9fd7c2dded0784bba506c2bd1dcf857b0d1942be47ae5010314e28781028dcbf6b213c08e8161ed09f85c29d5d4221ef2914368e128ad4170a4592bef0507ba350f2b44d78643a283cce3b273cd9e62494862d129e722b84a7a5d1c23307407876a54978f66d9ef0ac7b9cf0fce84fe185bd28bce81f27bcaccb115e36ed10ca0c3d84b20dfb85323f6fa1ecd302a17ca183501ed325bcd609125e37c40a15f855a16aca73e19df11fa17a2e2654cb7f85eaceb3428da79d50b3cd48a87def2ebc576e12de6f9821bccf38227cc8d92ad4859c10ea172984fa225168b87c43689c5b2134663a098d9f6f0a9f331e0a5f427e085faece12be94ef15be5e09119ab6bc139aae460bcd67aa84e61f90d0b22c586881ff0adf0c5f0adf32ce08ad2a90d0665b23b405a3c2f76e5ce8088d113a0d570a9db49ad099ba5ae8bc7757e8da3254e83a672374756509ffd9b70bff6d992ffc176e2ffc57bf49e8be522ef46c9a2ef484ad107e7cf3147ef45d157ebaec117eb2df84decbff09bd7df7845fbea5c26f9dcdc26f5d43e1b71c200c9475098373cc84c1be97c29f19dec29f9812e16fe02be1efabe3c2df8e43e2900e5d51499517952bc78bc3c47c51e5818ea8f22b401c1e192eaae70e15472dc2c5519f8cc5d1cb9f8863d212c531b7ce8963ba5f899abb0c45ad0903a29663a4a85dd823eaaebe2dea6e9828eac243c4b12613c571a3978be3d65688e3b239717ceb1251cf6cb6a86fbf479c38c9559cb862ba6850df291a46fc142793d1e264da4434caab128d5e2b44e3997b44e33d334493f254d1d4c54b9c6e1e284e4f3a209a8fde2fce08fb20ce482b152d741d45cb898da2e53a67712613295a970f176d16fe7321469c95d725cede9228da7df716e75c0f17e75efa4fb49fb047b4b79c28daaf8044fbbc10d1c1f29ae810be5e7490af89f30e88e2bcf75da2a3f375d1f1bc8fe878b55474fcfd5c5c28c78b0bdb5cc525ffe6b864e0aeb874c8317129fd9fb8b4efa7e8bca34b5cf6b05e74d9ff5374495a20baaae78acb271b8b2b46368b6e2a15a2dbcb50719545b1b8eac47271d59716d15dc95474e708d1bdd05a5c6d662fae5e6a2eae09bb28ae615b458fa1daa2e7e452715d5bbeb8eebfede2fad949a2974780e8b5b35df412da44afcf6bc50dfaa3c40d8b0cc40dc5a745efadd345ef324371939692b869a197b879ea01d167ed46d167839be813ed2dfa9a8e167d4b6f8bbebffc44bfadbee216bb5871cba663a2bfbe87b835aa5ddcda172b066ae58b815eb7c5c00d0562e0f3323124f0ae1812e5286e2fdb2c866a5b8ba1b66162e8c9156268ef3971c7f129e28e9ab9e2ce4b2de2ae6db7c470fb8762b8c3033162822c4678be1023c27e8a11a93162446d99b867fe4e71ef8a59e2deb773c5681d0731fa8885b85fb353dc3f5e53dc7fe2a01863355c8c71341763b231f180568978a023453c3864a478709eaa783068503cb8d3423c18a5251e3c0a8a074fcf170fa67a89f131b5e2a1097ae2213b3bf18835231e1d7e543c6aff573c7629533c5e11269e7c112c9efc7552540cec1041575711325c2a42e86111aaff22a2f3568b98ff0111ab7e27627543455c0e13f1ae752291172d9271d522f97cbd481141226df59f4887c68acc8835223b7793c87b678a7c779028e49689d2f84251227789d2f9a1a2f4b44d94439545197e2726284d104fa98c154fadb6164f3deb10138dbac4c4d5ebc5c45d37c5c4638c787adc22f1f4c232f17476b79834f1b098b478929894e620268f5488c95f33c433a7c688673ecd12cf4e19229e8d511353c2ae89a9ca23c45483a5626a54b3987a23434cabed14d3572a8919432bc40ccb623183d71033f95a31b3b1473c3fb4543c6fde249e0f28152f58668817f13af162469178f1ee2df1925f93986d7949ccdeba41cc06d4c4cb23378b9747ef132f9fd8235e71dd295e5d3a59bceac788579b9ac46b097de2f5085cbc8149e2cd9991e24d799c783367897873b04cccfdc68a795394c5bc9235625ecda0787b5f8b78bb4621de8d9d29e62b2d16f30d7789059af562c1820d62e1b8fd62e13635b1687a84f870ff70f161f60bf16151be58b267a9f8282b5b7c6c305f7ca2af23961263c5a73bb688cf87988bcff75788cf13dbc497c64fc597171cc497df93c432b322b1ccebab58b6e18bf86a1a26966f5316cbeb64b1fccb2df1f5d022f1f5a2f96245d825b172668758b9e680f866d274f10da929be69f92256edbc21be4df920be4dbd24bedbd42dbeabae11abc948b1fa2b28d60e37116bc7558bb553f788efad4f8a1f26768b1f161b8a1faee2e2c7551ee247c52bb16ecd08b15edd4caccffb2436e8ff111be83fe2a7b541e2a7d650b1d1e88ed8b8c0536cf48b121bb38e898d3f8cc4cfb3ecc52f2317895f6c9cc52f313de2579570f1abf610f1ebaaa76213cb884d62a1d824378b2d8641628b1d22b6448c17bfa95f17bf1d1f29b60edf297ebf35556cd79c22b6dfaa12dbeb72c5f6064bb1c3d558eca8de26767cde28762d93c5ae9a9b62d7a7e56257ff13b1fb629fd8732c51fc61e12cfee801c45ec7e162af7789d85b0c89bde535e22f3373f15745abd8a75720f67959897df777897d4f368afd5e86627f5eb3d85fb85c1c38048a03175e8a03d7578a83dac6e2a0bd9e38189224fe210dc43fe92fc43fcdb5e29fee1af16fe33d69e8f1e3d2d0ea1d92f229501a46a6492aabd32595032b24d52916926afa6449b56eb9347cd41e6938f7511ab1b3411af130491af1e187a4a6b1481af938401ad9d72da9cf9d21a953aca49e9e206918174b1ad633258d417b6994a393347a649a343ae98134ba69b634667bb134e69191a4394294344d574a9a7e3725cde49192d66a27490bd195b45e5e95b48fbb4a3a1b8f4a63c7594ae3177e92c6ef3b28e94dab91f456da4b7a07b524bdb64d92fee30449bfe6b43461022c4db8bd549aa80d4913fd2f481383764806639b24839d0ac9606fa3647034453238b14232b8714d32a8be2319dacd940ce3fe4a930e19fc234b93273e908c5e3749d37e2e964cf6be954cb2974b26b77424931f4d9259f91e69faf5339239aa2e993fb09766cc699066ac749566ac8f942c94fa240b1546b248bf25593c3b2a59ae1c23597e5395ac1c4224abf67069e608549a99d427d95c8b9666ed3f21cdde74559a4d5d916ce74748b6f84ac97670ac64b76eb664b76b8e6417f1599ab365ae34e7ee6ec93e68a8647f7fbae490314172a89b2ecd5baf26cdbbe928cdffb443720cdc2d393efa173b6469c1ba27d202595f5af8595972b2fa2b2d4a1e212dfadb2d2d36cc95965a4f9696aeb2969cc55f927359a4b4ac61afe43aad415a1e5b262d87486939632e2d3f93232dbfd72dad38314d5a99a72bad6ccd96dcdc3ca55513d5a5559be749ee26cba5d59f174aabbfdc91d6a4da491e137e491e7f47496b9dce4a9eaf9f4beba36f4bebb3ec242fdb2b9297f77dc92b2940f2aaf392bc1d164adee99725ef2b82b46954bab429c855daf4679fe47b758fe4e7b64bf2db8b495bdeee91fcbb51696bec7f52c08c78695b8d9614a4f15b0aeea1a590f08952485c8ab4bd9391425f6948a19f1029b4d1490af3dd2e85551a49bbd6dc947605fb4b7b74be4b9187d4a4c8c62669efef1c699faeafb4af78bab4af32508aee8896f6bfb69062b6be930e8cdf281dc02ba4582bfd7ff2a4d8c53fa4d8631ba5d8eb0152ec2b851417a72bc5afda29c5c71d93e293c74a87fc07a543b2b3747885a574646b8474f4ed3be998f229e9d8be8dd209f2bb74e2469d74a277a674b2f0a7a4f8922281ab6b2528fd8d047bc74970c4440986f64888ee41099d6625a135a7247cfd4609bffe432246cc9788e0668988eb9448fd14899619894e8e9618bde112c3ef9698fef312bb859678325fe2cf7749fc60a024d8aa48c2edbd92f0e6a524aed090c47390243e7490249b7049727193a4c3a2240d4892bcecbc24ef72964eeddc2a9d8efc289d3e9a2d9dfe3e4e4a0ae1a5a4fcf352f291ab52f2f96dd299af6ba4b31220a5448c9252f6c3524a838794eaa2903276994819fb0f48197ca4745ed558ba3076b77461ef34e9e2570f29eb548094553f55ba34c944ca668e4bd9dc63e9f2bb53d2e596ffa42b2ad6d2959f23a51cbda7d2b57b79d275d78fd2f59c52e946ec4ae9c60d3de9e69bdb52aeea0c297742af943bb55ecadb7858ca8bb7916e99e849b74c4f4ab7e269e9d60b49babda542ba4d13d2dd4dafa4bbbb0ca5bb7f8e4bf74c6f49f7c4f15281122c15ac9e251524c74805993fa4820b93a482a7ed5241a3be74df73b274ff48abf4e06ba454f851908a542f4b45e35649452b45a9f83c2a3d1cbe4f7af8d8487a246c941ebb544b8f53f3a427364652e96d65e9a9a1203dadfb293d8b8a929e1d1d273d5f454a2f742e4a2f1e9f945e2adb4a2fc71a4965dbf4a5b26fd1d2aba31552b9d61da9fc5fee9727895279d34be9f57863e9759891f47adf4fa92266a654c19c902a2e1e962adef849954633a537dee3a437915a5295e371a9cae3935475ff9154f5ab447a676126d57ac549b56f974ab57fc748ef15bba4f7177f4a1f0229e9c38d36e9e38750a9ced15eaadb715aaa1b1823351cfa2e7dd2fa2235de42a5cf9a3dd257cd3ae9eb5455e92b5f2a35717152537dbcd46c912235cf2a929af77a4bcdd75f482daab3a596659e52cb365a6ae9cf94be997e955ab7bd955a394c6abd612bb5c9b3a4b65398d4315c55ea54b5943a9341a9ebf86ba9ab5d57ea3e3c41eaf19f2bfd9cf156fab9ec9ef433e497f4734f9cf46bcd49a9efa593d4bfac51faad962dfdceaf9206de05488396eba5c1dfedd29f5b35d25fd2551e325d491ee2705a1ee2fd441e72f0ac3ca4e8b1acb40f96950e1f9195b01059d9334d56be68272bd7ae91874590b24ace0959e595adac3a545356ed58260f0f8e94871f582fabb9c6c96a5f5ec9233b76c8ead39d648d9565b2a6f94e592bb154d6553a2febeef294c73e0e96c7b61d96c74dee90c73d82e4f1caf3e5f1fb5859cffbadac27f6cbfab3c265fdd9e6f2c4ac087962d9357962cf51d960cc39d920564536c8da2a1b3c88970dcf5d970d4bb565c397eab261f5087912b24d9e9470439ed4d8224f664264a373eef2d4ad0fe5a9357ab2717baa3c2db44a3639db299b15dacad3c3b4e5e98dd1f2f4fe0fb2f9762d794668bd3ca371836cd1592b5b76dc962dbb4a65ab6075d9eaec8e7f8eca33cf3c946d8256c936e125b2cdc52db24dd53bd9a6b74a9e95795fb635ea97ed128ec973349ae43993aec8734c20798edf6e794e6ebb3ce7162bcfe9fd29cf6db794edb960d921e6ad3ccfe08f3cdfd84d5e58132d3bed3d223b95d7c84e5fbfcb4e83f3e44576bfe5c5f50be4c53fbeca4be67bc94b279c9697babe95977aff9297464e919d759265e70a27d9b9fe99bc6ceb5779d9cd1279d98766d945ea95972766cbcb1ffac82b9cdae415158be4957ab1b2db5d4a761bfc24af1aba565e45fac96b9f76c89e3b43644fc942f67c7e525e27a6c8eb07fc65af51cab2d77c42f62a6a9637ac1e2d6f085e2c6fa8f197bd57bd94371ef92c6f1a122c6f36bb276f8eb828fb58cf927d1677cb3eb024fb948d967d6765c9be4b9ecbbeb5c9f296358be4adcac3e4adceca72c00d490e24f7ca81fff9c9813dafe56d88b1bcdd7192bcfd558a1c1a5d2a87b6f8cba1bf27c83be2dfcb3b0ee9cb3b927de49d63dce49d4b4579e7f99d725898911cf6f588bc2b7bb1bcab3d56de3decabbcfb60b8bcfbe113393c53578e38622d47881a72c47d3779cf0607794f8aab1cb9e084bc37cc43ded772588eeabe28478f3d22474f7b2147376e926306cae558adf3722c3a568ee56de5d857ee72fcd77ef9506f997c78ed63f9f0c19df2e14377e5c33f3fcb47f452e523475ce5236722e4a339a87cb471bb7c2ced807c5cf3bd7cbcaa4a3e61de2a9f38f4513e39969715b3cecb8043850cf2d76578ff1519ceef9391a06d3272a84a46ce9c9551794046bb9ec8d86146c6ba77c9b8b1864c1c7c2a13fc7999b43b2c93193932d97d5ba6424b65aacb42669c8b6466332233c73ec84cc927999bb04616c72d90c5f59eb2f8fab02c655c95658f0e396147847cca225f3eb5a24d4e8c3b249f7e5a2f9f6efc2b2799cd9693dcaae5a42c5739d92e5d4eaebf239fd5c4e594a82439e5fd3239e557b07c6edc39f99c4b919c5a1321a74d2b92d36a0fc9695d849caebd4c4ecf769733763f97336204f9fcd0f7f2798d6ff2f9de70f942f6807c215f942fba1bcb97d27be54b1f1de5ec5933e5cb0b0fcb97857df2e5ea1cf9aaa99f7c7576907ced45bd7cad2c5ebe5e395bbe19af25e792ce726e89a69cfb0e92f36cb2e5bc6557e43bd3becb77f6cc97ef40a7e43b6566f23d730bf95e6ab25ce0dd2cdf77ac90ef23d6f27db649beffe2a5fce0c84bb970b4975ce83e5d2eba682d17e5dd968b1a6ce487aeb5f2c33e4bb9e4d022f991e338f9d1be44f9d1e3cbf2a31f3af2e3158fe4c741caf2937427f9e97a17f999ff5ff9b9678dfcbcd65d7e3192935f9cde26bf78a72d971d7496cbcfac95cbbb54e5d761c5f2ebaa26b96294f53f4572c50637b9724a955cb9f6995c59f2417e637f4f7ed37042ae7ad72dbf1526c96fb35ec9ef7416c935475fcaeff902f9fdeb46f97de508f983879bfca12b55fe38fcbafcd12946fe187441ae1faf21d7478f951b1c17cb9f1c54e5cf050af9cbc4a5f297a69bf2d7450ef2d75858fe7af1a2dcacb2446ef6c6e5e6f85372f3a7a772734b82fc4de31f718bfc1d7495dba19372c7942d72871429773e2e923b7b25b9cbec8bdcb56ea4fc9f0a21ff372a45ee469ec93d2643e49f9b58f967998efcb33a51ee5ddd28ff1ab348fe35be53feb52f40fe75f391dc6f3845fead6621ff3ee12b0f305be48132257950b9441e34eb9607df68c883ad2be43f5a21f21fc387f21fa77df29fdd27e43f4766cb7f4d6ae5bf4d5b1386e6452628ed6d4d50b6f0491866919a306c5e46828a735182cab6f60495e057092a193d092ad57d09aa9dce09aafd1609c33f57248cd8783961c419d58411b7a184117fd724a86dbb9aa0767c5c82da85c404b5d6bc84910ed313462afcfeb9933092684a18f9c23061e4cf8709eaf70e25680c494fd0503d9ba0b1fa7b8246a494a0718248d078d59130dad93b61ccd2f309637623095a5bc62668c1cf12b42e4f4ed02a8c49d09ec527683fd64bd0319a99a0f3d82f41577b7882eeb8c88489479e24182cbc9660b05239c1604350c2ff28baef682cdf3700e0469448423b349491af92a8d05054284552b49444c3aa149528ed22423c7b6f9455460a955228a3342833223490ddcfefbce773aef77dcf739ee7dcf7755fd77deebf1eedbb93016dfc16a0d3701198bbdf1c98fb1200e6d6bf00e6793e04e671f6c0bcc7378079cf0601ddfe49c08259678005261e80de1a16d0cf4d070cd4f70106bda680e1a9c3c0c269f2c0427123b0f0c923c0c8af1130ba6409183d5b0618b58500ffd93080b1ba0560fcb80b58d4fb0a586c13062c4e28051617550126b32d0193b41580c9036360896628b0443b0358aa5c072c2d7f0a2c7d6f0b2cfdfc02309b7e0e300bbd0e983b7903e627330073702b603edc072c1b9f0dacd09c0fac986c08586c3a0458a43180e5e22380e5c6318025a601acbe6b0f583fd406ac87ef026bab6e00ebb4438075f92cb0ee8f3960b31b066cde8f00b60f2b81f5ef26031b143e021b43ac818d6fce03765437607f7506609f321b70f094051c32e5814d6a6701470757c0d1ed3ab0355b0b708abd0f38e58d019c0db600ce0b3301e7a80bc0b69731804bc84360fbb43dc0f6e37b0157abb5c08ef10f811da806b0e38f36b0f3e97ac0edc55760d7e65060579226b0abb61ed89b7116d8f7701670c06c3170e0b225e099a3081c743d0d1c2c380278bddd09787d30030ec762c091f9e78063c965c0b1770ce06f9003f80f4c0402cc4920a0fb2710982500c79d47edaa048ed7a500273a8f0027873e0241850b80a0efe6c0e9f6d540f09e5740b0df1120c43f080829c800425ebf06ceaeef07ce66df07cecde904ce5d790484ed5401c23f0c02170a8c804b7d3b816b7a7dc0b5ff2a806ba6a3ee6803d71dbc81eb89b2c0f58c18e0fac738e0c6cb76e046f54ce026b10bb875240fb815f20688cc0a0222f33481db639d80dbc7e700d171338058e30e20f6a41b107bef3810dbbc0b88fdf70888db721a88bb500bc455e901f1be2810df550d24ecb506124e060089abbe0089db9e0380fb2700f46b01c01c7b00620701a8e12e008f3500e07f3f01442318402e1b00a8d96900ab1b0070d351d55f01ca5806a0120f018cab19c0c42903ec944480edf303b8882e80bf6906f0e9618050361d10f30a01b1e8122029c80292d64b40f2d90f48e9cd80f43a174836d405926d4e03c917da80e4e843404aca05e0deb148e0bec942e0be932e703f270fb8dff00f488dd00152c56d409a7b3190c67e00d20a8e02e9aae3810ce31620c3ea3490b1f90a9019650d3cfc6f29f0d0da1178e869056499dd06b2d6cc07b27e7500d987a603d9c87c209bbd056437de06720a3a814749eb80bceb11405e2e07e495d6008f633a80c72dc5c0938250207fd71090ffe5305030560e28307c0e144e56040a9df381426f35a030c31d282cb0059e7abc079e664702cfd49281e72641c00b7121f092a680972fab80e225f940b14b0ef07adf5fe075f101a064a73a501a0d03a59f47b5cc02ca6627026fa620c01ba369c09bec04e0edd18d40b97b3d501e3e0454d41a0295530e029527ab80ca8450a02a2a167837b30278b7cd0078d77c09783fc903781f3715f890eb077c34bd0f7c1cbdfe537c36f0e9b91cf079d72fa0a61f04becc8804bee844015fee68015fbd57005ffb0a80ba0deb80faa0d340c3ec10a0e1c31ca0b99c029a1bab816fe304a045c90c68d5ee055a37aa02ad89edc0f7195780761b23a03d6d3ed0de87003f56e6023f52f6009d89bb804eac13e81cd90d74adcc06ba32ee005df92f819f9b3e013fe122e067a93df0abb705f8bdef18f0a7670fd07d6415d0edfb0be8be5905f498b7003df6f3819ed67bc05ff33aa0cf7019d0e77719e8bf8903038eddc0c0ee9dc0404117302891c050d13a60d8f42d305c63088c4c95809195134199f07ba0acfd1250f6cf3028677a1594770e04e5f7998363666b8063cc7681638a924005f137a8a81b082ade3f0e2a3ec901c76e9603c71e46c1b16ff5c0710a5fc0715ea5e0381a06c73d4d00c7af7004c7ffd00495476683aaa7f682aafc2f50b57b19a8362b0b54d35f07aa9d4f05d5aec6836a6024a8f62c149c3473063869fb72701259074e1afe06aadf3c0daa175e05d56b66819a2e15e09487e9e054f567e0d4a9e3c0a9abb2c0a967ef83532b2570baf34c707a5b00386342203843fb233833611338932c05b5969f03b52c0a40ad8f95a076433ea8fd6d13a833eb1ea8b3e21838676a1638e7cb01706e8b3738aff617a8abaa07ea1af3e0fcadc5e07c960617589b830bea16830b461241bd1920a837eb01a8e76109ea65d0a07ea508ea7f1b000dc2234183fe18d070f47e861b1f82867ebaa0e1c9547061cd38d028df13fc2fbd003496590f1acfd40317b96e07972436834bf53cc1a5a7f2c0a5cdbf413387efa079200b9abf8b0697777d065784df075714d4812baa1ac1152d05a085cc4cd042db19b41879065a4ec340abf61fe0ca0725e0aa311de09aa913c135f71683d6939f806b3fca82ebbcc2c075b98ea0cdf895a08da51a68bb602568db6c006e30d1053704a8821b461a40bb099da0dd451cb45f4f81f6012ea03d2582f6ad5f4007cdc3a083690cb8c5e614b825c819dc722e1fdc72e52de8d47c1f749ed20f6e9bbc15dc96ec076e1f3c0aeed4be06ee8cd603dde456826e9b0e83eea415e8feb41bdcfdee1db847a600dca39a04ee3143c1bd2724d0c3eb36e8519c047a7c1c07ee8f3003f7f7ce070fcc1f020fe427819e4acae0c19c27a097f22bd07bda15d0dbea39e8edbb13f47e7615f499eb0cfa842a813e8d53c1c3e23af0c8ae48f04888317814bc0f1e1dc6c1639b64c0632706c163b436e8bfa40cf45f3e1df48f8b0003142ac080630bc100c10e0c3cf4150c2c9b0b1e97fe82c79b45f0c4b6fbe089e79ae0895773c0a0e977c020ad78f0d4af69e069ac1d3cddb5120c5ecb80c14166e019cf32f0ac972e183ae72e785e231a3cef5900862f7406c3b76481e12165e0c5d8136084511a1851cc8297cee98097ae5e052fa58c05af641f03afe98e07afd9c982d7de6c066fe87d006fead581377f1c07a3d61582b7539e83b77b3dc0e8353418dd8880314ecfc13b8a07c158261a8c7da501c60e3e07e3debc06e36502c1f8c907c0f81b0d603ce40bde55770713de5260e2f4ffc0c4be4a10d8f41504d9fd2024d583c85d4d1079a908a2e1bb4134fe2088e6ed00d1bf1341ac0806f1949320fe630e481c5a0a92cf1b40f2e72590d6f401998d3b40a6c21564c5e320575e0bf2b281204f5a8342643828c42d06c53d10286d0f0193777981c999f260f2df7f608a8b1e98725504ef993f02efdfb505531fe881a9795a609ad211306de62430ed9e0d98be6f2998b15a0ecc085503338613c007275cc08747cf810fafbc001f6275e0435a13cc92790c66bdbb07664f4800b3851560ce2e7730a7611198bb2602ccdd7517cc0d3e00e6fe380a3eb2de043e222e827993d2c0bcbbe160ded02af0495411f824772d58a00d8205eb61b080b6070b726cc1c2291cf8346e087c2aad009f661e079fb6bf059fe5e2e0f3a36bc1a2ac1fe08b6d93c09749d7c097fdfa60f1df6ab078440f7ca58481afec94c1d7a63de0ebd86960a92e0296af3e0e56e4ab8315550d60d5cc7360d5a001f8ce5404df3d23c1ea27aae08709eee0c7c4a7e04712003f6d30063f3dff087efa1a0a7e5e5f09d6ae56006bbbfbc1afa13ae0d7f3cfc0af29a33edd00ebf26dc1ba9e34b0fe3f7db04174059b02cf81cd7011d85cf4086ceede07b66cda0eb69cb205bf1b77816d87df813fe61c057ff8aa80bf141680bfff0e817f565e07ff7868807fbc4e807f7ebc00bbe71982dda913c09eee7560afc64fb0772d0bf63eeb01fbc6cd01fb8e61e0c0c7487030bc0d1c3eda078ef0c9e03f251df05fc337f05fd375f05feb1b48d6ae1c921db807c9fb4f80e4c575d098e5e5d018ef01686cf74f685c8132a454d20a8d9f5a008d5f3d048daff08094f58c20659bc990f253734865df1148256722a43add1652ddfb10523d3e0b9a78ee09a4b6e423a456a7034d8a5486d4b5d5210dc61ed2ccac8626272f80a6f8af83a61e2a81a6a96741d3bed840d355d5a11911b7a0190301d04c9543d0aca53b216d722534bba60c9a3b4f0f9a9b1b09cd5bd408cdebfd01e92edf03e9f68bd07cd747d0823e2748cfca08d2bb740cd21f3b0dd247db2183bb2064f0ea1764b8b212328cb4870c7f7d8616eeaa86167e3187160e0e41ff6dcd84fea3ae41ffa5ab41c6f335a045f699d022bf35d0a2abcdd0a28cc7d0e2e79f209347872093b78ed0925527a125ce7dd012770b68c9e3099069aa03b474931e64f6643b646e8e40cb4c94a1e5f6f1d0f2a669d08a3b146411ae0259d2b190d5e24b90d5b61268a58c32b4b2c5065afddf67684dc47368cd7b13c8da621964ed8f41d68fb642d65d13a1b5422ab4ee5a1264b3420f5abf781bb4de451fb2dbb50fb277c020fbc7199043d14c6833bb1f729cfb11722cd385b67cdc086dfd9b01395d5d043995c4434e8d6721a781bb9033db0039730720e79404689be54ac8e57621b4bd8b865c0f66403bd34e41ee317990fbf73a68d7c7add06e9542688ff60f680f3d16da4b6b437bff6e85f6e9d9411e1ac590874702e4716f3fb4ffc71d68ff80277420b61b3af0c205f2faf107f2defc17f2e98b860e27cf830eb72c840ef7ef838e98be868e48c6d0919c2ee8e87827e8580e01f9e9e843fe0bad21ffa84d907f82011460fb0d0a5432850267774281ebeaa1c0660e0afc6505058ec0d0f1b193a113ce4fa0935196d0c9960128a8c9160afaf91f742aee3674aaca1c3afdfb3114ac0942c13b13a0e0a70150c87225e84ce521e8cc9f02e86cc85ce85cfa74283440063aefae0e9dff73110a7bd20e85b5ed8522343ba1086900bab46b217429c811ba6cb002ba72b91fba92720cba669708ddb8960add5c3409ba253b08ddc26742b7da2f4191c69a50642a0b453e9a02dd3671806ed7eb41d1170ca168a81a8a7ef10f8a1e3087626c2e42319ebba03b8a9ba1d8392fa0d8d28b50dc3e5f283ece04babb602974f7e272e8ae34054ab0298312ec1e4209071da08433ba50c21d1d288170841206aaa0443f1a02c7ef86c0e5fb21482b14823c3868f4a110fcf53e04f78440484e2f849136a35a20e29c2c44062d8248380ea26c7b20aae90bc4e2ed10e7f80ee21a5c20915383a4e30fa1a42f755072f37ce81eed0cddeb7a0add97d183ee2b3542f757cc80eeb7bd875227df815257aa41a93b3e43a987fe42a9378da0b46dffa034e1049496b3104afb320ecaa87f033d98a20a3d3023a107172ba107d18fa1071fb2a087e636d0433e1cca9a680a654da5a06c0f2528c75b1ecaddf807ca759e043d6a7a0ee5299e81f28af4a0c7e067e88937023d895f09e55fbd02159c70810a0a5e42051fc74005a375f25496809ebe1d073dfd330d7a56f6122a4aec878a9ecf808ac71e818a0de3a0575b2740af3db742afcb28e8f59b2aa8448d87ca66154265c539d09b8667d05bb1162a8f6e822ae423a10a700154559103bddfe700bda7a640d5d97fa10f4632d087b650e893f751e853a10ff4e9a903f4f99112f4f98702543b691954cb6d846a5b67435f0cb64275f7bda17a700fd4a07a116a5408821a590c6afae2033547ef87beadaf86bef93b412d3557a156ddafd077b5f9509b463bd4be94843a5314a1ae5b3ba09f9110f433a606fa756632f45b6e37f447f71df4a7ac0feaf6b182babb33a01e300aead5de0bf59a4c877a7fa6407fd724427f2110ea336983fa963c87fa4c4da0beedb7a0fee070a8ffb72c3470f6073480dc8086c6574143aa8ed0d0e189d0509d02347cef2134625d0ccb087f609981405836a809966d7a07cb856ac372d20c58ae2a0d967bdf038fd17b0d2b346d82158937f0b83dff6025e76478fce22678fcbae7a37ec0cad130ac32f316acc206c22a390f60952a129e1013054f78730b9e78b712561b9f044f52748327997bc093ecd6c3934e85c3eaee30ac7e9482d5c33d60cd252f614dfb6a58f3763dac19db094ffe3e024f19530b4f71bd0f4fb93c1e9e2ac3c253e97e78dab8d7f0b479b1f03497c9f08c2d97e019551cace53b03d6be7d08d66e098375acd5611d970a58a7a3019e3bf7333c371885e776ae85e74d03e17987abe179d5e3605dab8db0ee2b6d787ee774787e5f0dbcc077085ed0f80cd65f7b1fd6dfd8021b2cb7840d42156143f755f0c2d022d8e8c958d8a8d5125eb4fe01bcd8a20236197b0e36d9e8039b346e819780b360d3056b60d36d46b0b9c638d8dcdf06362f5d022f0b7382974f0f83973f73865774fc862d5dc6c3969daf60ab822478e5ba017895f505788d4b3f6cbda513b63ec2c3d66ff5e1b5cde6f03a9355f03a8f0df0ba5b246cb3f7116c933e19b6a90b846d0d3ec0b6c6206c1bd30daf9fba185eaf1503afb7d18037c84e87372866c21ba65c83376cd684edc63d82ed6724c00e5924bcd9680bec386316ecf84319de223301deb22502deb2ff27bca56a12eca409c14e07bfc1ce5e75b0f3df8ff0367d0adee67608de76b91176d93902bbec86e0ed578660571d4bd8d5683abc03780cefdcf91fbcf39a37bc93990abb15c5c26eadc3b0dbbf407897dd7ff0ae9823f02ebc00de5ddc01effed00def7d05c27beb6de0bd7f5fc3fb2e1d83f7dd1c03effbf708f698540d7b1419c0077ceec29e537fc2074f86c1073302e1830da6b0d7a436d86ba502ecb5ae1ff67a64051fb2ef800f095af0a14fb2f0a11f65f0e19665f011850df091c671f0d1c19bf031461bf69d330cfb2eae827d8f19c0bebf7fc27ebb8c61bf2f5760ff8d9970a067061cf8b40c0e7ced031f27cde0e3036df089e59fe09033d9f059e574f8ec3a1c3e3b500b8786af8243810cf8bc672b7c3ea30a0e1b1b0687058e81c3cff9c017d4a7c3176cdec21775e5e18b8e07e088d7f7e04b860c7cd93c17beec7f14becc6f842f0f4f80afe09fe0ab570de0ab08045f8bc2e0ebe79de0eb1139f08d1ba1f0ad331970a4bc2b7c7bd8168ef6f08163e452e118c34a38c6d31f8e19dc0edf79f415bef31886636f2ac0b1e5fa70ecef11380e6880e3d2fec0f14133e178540fbeeb74084e30b5821322583821723b9cf0e90a9cf8ad0006e2236130780a0ce665c2904f380cb34930f2671a8c749f83d18e4418bb500d63771818f7bc06e3443c8ca7ff82f19aad30e9b11d262fbc80a9cffb605ad612a64b8ec37475024cf7fbc24cd4679849df0b33bd7130a7376a090173017761aec602e6c787c3fc2901e6e38361e19d2d2c26d4c262fb4b58f2f68793bc57c249811d70d2e82779cf173825c01d4e89bb07dfcb5580efcf8e87ef6ff184ef5f508453d779c1699fbce1f4b1efe0f4d7da70fa87d37046a5169c691a03672ed587333b0fc20fb65e861f38ed861fceec84735e3f86737a52e1dc797df0a3861a386f8b079cd7fe087eb23e0f7e72480bce9773860bb6ed840b3c65e0829bc970c13d0bb870d57bf8a9823dfc4c3e1c7ea661023ffbe9043f37f80117191f848b5e7d835f9c5b04bf10fbe197bc3bfc4a1f805ffbe9c0af9367c1255d225c3ae91b5c7ac21b2efd1e0897cdf484cbccb2e037ab37c36ff8e770e51804ae9c3511ae0adc09573585c055c31af03bfc07fc3ef9275cfde72bfcc118833ffc5a0f7f8c6d803fd6ee823fa9af863f21fef0a74fd170cd9c3f708db408aec9d1816b5e94c3b50686f0172b06fe72771bfc35b21daeab5907d7fdeb84ebb3d3e006f70ab801c1e186f65570b36a13dc9cb3146efefe10feb66d0ffcedb61fdca273036eb17d0bb71cf6825b2f0cc3dfc758c3df8d66c1dfe377c2df1feac06d5e77e0b6b03f70fb760db8fde92bb87dc80ceef0d2803b9911b8b3ab0eee527c0affbcae0eff8cbb03ffecfe0ffe15b90efe33e922fc67ae0cfce7a815dc7d6803dcfd6927dc3da806f7307270eff202b8b7e925fcd7c11ffe5b7610ee737d0df79dbe02f7b5be84fbd5e78cfa050f9c790b0fcad9c3833703e091d5d3e091774af03f430191312f4564d051591d88acca5d4436671922f7ea0d22f7da1b919ffb12910f0210f9faebc81899d588a27c23a2a81189281dfe8028651621e3097b643c0b232a671b1195debf88ca401732c1b9069970662fa29ac622138fbf40d4772d42347c26201a742fa2f1f91ea2392512d1148b11cdd47464b2d75d64f2710c991c760199fca513996272149912ae854c4d3443a64f7047661c5246669c9745661aa820338f0723b3a674205aec4d44bb7631a25d47233ae1ed88ced56bc8ec4d6b91d9590b90d905f2c81c670564cecb3e64ded837c8bca5c688aeb23ea21b760cd1bdf80dd17ddf842ca8b545f4e23410fd856988fed016c46055136250578a182eea400cad2e23869b8f2386990ec842a54b8851f42ac408db8d18fd3a83fc774b0d31567d8a186f4c45166dbe8e2c2a2e4316e71e454c734675cd42967e8b40cc161e47cc954e20e6e3cf23e65c2cb24ca7165956688face8eb422caf5a23564ae68895f808b11a2842566ad4212b354f202b97f5202b5d8f202b7d0a91350612b2266110b19e9085aca52722eb16b623ebd26e22ebbe8721b6291791f5aacec8fa9b27900d07e62076463711bbc78b11fb1be5887dfa00e2b0600ee280db230eec1d64d384c7c89623edc8563d1ed91ad9846c857f21ce3ba622ce87b31197e09988cba54ec4e56d04e2f2e133b2a3ff2eb2532e06d9692a20ee6fdf20bbe80a64174b23bb570bc89e0f26c89e7f04b2f76120b24fde01f154588178beff891c54b547bc9e9e420ec9952387c605238706f311ef8a1ec4e7d03ae4f0ee2ee4c8e421e448cc72e4488b217274a00339b6651d728c32418eb59e478efdb3477ce77e407caf5522befd18e2b7ad0ef1a36f227e99ff21fe315e4880fc212440d10e09b8158004eaca22c7f55f22c79dc62327121f2027241a39514e22276b502428f92d12949e8b9c5a6d8b9c4abf889cfa318004978b48f0c82f24c478180989494142782324a4a91c39d399859c19988c9c1b894342bf0d23e71d8e2261ae1412769d40c25e6623e1ba0e48b85f3972f1ed1224620e89dc7069436e2006c84dfb4bc8cdbc4ae496b92d72eb5a2772abfc051269e18744669f41a2b6a923b78deb91db5ba622d1332f22d14639484ccb15e40e341bb9c30b48ec7fba48ec490089fda28cc4364f41e22c9590b84d2b90b87f5f91f8dffe4842d00924517e110244a721a0a90d02b6f42290c60f04b2b8824051a71028351b81b7a72270791a82708a08eac42298e31a047b5880e0e7d3107cb45ea97f0a08ad3701610feb22dcac8b08e7710ae1bedb21fca2cd08bfde06e11fec43f84233841fd04084d44f88f0e71722b69a23e2603522dd6842a4b7ff21499d56484a560c92f2dd1fb947b522f7173920f7e95fc8fdb46024756018491dae43d27696236911ae48da7737245d260a49ff688064fcad45329b0c910732c6c883d921c883fe6bc8c3f521c8c3f35d4896761d9265df8364ed1e8364f13a48d6e038247b6a2792bdee09929daa8ae46c094072821d91dc358648eea17024f76b3c92575b873c3efc1579fcad0a7912f30579f2330c7932b20ec9d75041f23d9622f91f9720f95d0948c1577da4705f0c52587a12796a5c833c5d760e7976da1779aec622cf2f62c8736911f2fcb51252d43c1679b1e30af2e25626f2b2b0117959da879498cd474ab6d822a5936290d2b2e34899a21252b6aa0c292b2b44de4ecc40de9e5740de7e7044ca3d762215661852b13a0ca9d8da8654ec9d8a54dc1b87549ae52295cc04a44a3703a93a3009a98abc8a54bddc81bc3b6582bcdf9e8fbc7f5a8c7c5c2b219f37dc413e931e48cdbc46a4668b2952b375f47bca6fa4a6b609f9623f07f9f2ec02f2f5dc75e4ab688dd4cbbf431a66bb200de81da4e98926d254ac8c34af8390667027f2cdbc1ff97614455adc5e212dbf549036eb2f485bcd2aa4e3d61ea4d37916d2c966219dbffc919f977e20bf1eda237fa65c45fe186e46ba37c722bdb76590bf766dc8dff34f90bf771391be89d648df68cefa7fd821039a003234ed2032349b40863e7623437dd390e1b161c8b0593b32bce60b32fc7b3f323c381b1979d8838c149c40fecd3747fe39ec40fe6dc7917f0d575019b81f9535c947656f9c436587c6a072e3d550b94e7b748c7e29aab8f1053ad6ee1c3a0ecb41c7510ae8b887b35025db3a74fce31854798119aa6c0ea0caa139a872b807aa728c40554e6f41272c98834ea84d41277cd34627ee5d8d4e2cdf8e4e1c0a43d50c4fa26a66e7d049f329741279135597ef46d5d31d500de759a8c6816a54e38d1baab9b517d5742a47272f1840a7185aa253026ea2d354bea2d38a27a0d30d4ea0337ad7a233b7f8a1b30e2d42670542a896bf15aa55e68e6a6f3446b5dd5250edf737519db396a8ced76674b672363afb9d393a477333aa6b688bce7f17872e387f0ad59b781ed5330251bdcf99a8fe146354dffd3c6ab05703353479fbff370ba08677cad085566bd1852b1fa30b37aaa00bef67a14688096ac4bd40ff9bf214353e2ba18b0ec8a28b6777a08b3fce474dd4107489d1727409d78b2ec9fa8a2e192e434dd566a34b6d92d0a51e3de8524f7fd4ac540935ab7341cd1d7ea0e6cfcad0653279e8b2b2a3e872d909e872795d74f99e1de8f23ffbd1958d00ba7a4a11badaf80fba1a1e83aed95d8faea911d0b5e25274edbd24746d43296a73440db5e9bc81dabed344d74fb98cae7f05a01b6a3174e3984074e3c96c74e3a9c7a8ddf43ba8dd7219d45e3f18b5f7e150fbdffb5007c3efa8c3e660d4c16512ba29f935baa9603ebaf94e1fbaf9f772d4b1a617dda29d8e6eb19c896efd6f16ea546f8a3a9b9f46b7b566a12ea76fa32e7d65a8ebc11674a74f01ba338a4577c2d3d19d1fdd51b785eb50b76c2bd4adc009757b41a1eebffad15d47f4d0dd011ee89eb01a744fb625baf7b421ba6f4d37ea316308f548ab41f7074d46f73314eaf9a90e3d78e00eea35c6063db4cb153d746f2aeabd281bf53e6980facc50457db48d511f7d07d4a736123d1ce88b1e71b7477d7d8d51dfaef7a85f8109eaeff400f57fd189064c6b4303d522d0e3dfdfa127fc61f404a48e9e5cf3073d6933133d79fa201ab4ee3c7adaf7147aba6b051abcef291afce8201af26d183d7bda180d4b7a8c86e5ac42c395c7a1e1ce8fd00be66fd00ba743d08b31cfd18beff7a111d7edd08876098de8f7412f5df1472fdf4f472f8f34a15714e7a257dc2bd02b3927d16b3326a3d7fa06d11b722168d4964c34eaa5037adba819bd8d35a1b707acd1e861053466ea053446bf1c8d4910d13bb65ae89d4d141a1b5983c625fc40e31e99a1f1ac3c1a5f6387de0db446efd26a68c2b46c34e1e05534d1ca194d7cc0a289fdee28a0be0b051ffe46a1b01b28e2ae8522c3f1283a250a45437fa2183b1925a7ad46c9f3ad2865721da5d6ad41a982fd28d53f1da53b40941d371165fd5351f6278572fead2807d4a0fce67294df7b15157c2c51e1c6a8c4ada8507b069582cdd1a4d98fd1a4b797d0e475c568f23e1334d953054dfe35194d097c8cde73a843ef5d3447d314fdd034951368c6d82568c68d9f6866c07434b37e2ffa002a401f9a0da2597b2ea359e76cd1acab32685669179afd643b9afd320dcd99a38fe694cf417367c4a3b9063968ee9ead686ee206f4516f239a277309cddbe08be6454f47f348975179685e35893ebe34843e1675d0c7bd3fd0c2ed07d0c25b71e85393fde853b305e833d354f4798e295a74b4147de1158c167b1f428b4b62d057726bd0577ae7d1576e1d68a94c005afad1002d532a42cbcc82d1329b2d6859158fbe914947cbeddad0f2fb73d1f2de08b4fc5f2a5ae17b0bad28e9402b1520b4f240115ad9bb11adb2bf8c56254d42df2dcd47dfadba82be8fe940ab95fea0d56fbbd00f1a6fd10fabb4d10fbb52d00f355bd18f4a89e8e7c523e8e73757d09ab133d0daf34ae897291de897aa9de857936cb4615a38da70ed1fda38da671bcf2d451b85c568e3ab3f68e35719b429f206daac8ba1cd8717a2cdef27a1df4ca7a0df3c0dd196f4bb68ab9c25da7a6310fdeefa11fd7ee312fafdd678f47b7f0eda66f91e6db3ab443bd85eb4e3ed6fb4e3f777b4533e1bed1c5d139def94d09f665ae8cf3d16e8cf90cde8af7b6e68f78116b4bb4c06edaecc437bc803e8df294e687ffd1974e0f56574e8ce2174a8bf1d1d96dd800e673f4647bed5a3237f63d17fd9af3119b983984c5b2c2633b41093e36e61729ffc30f9351d98fc576d4c41b11d537c7e1f1b3b6d29a6a45e8729ed9e8829152dc0546eddc654c8b3984a960ba6f2341a9bc01fc45495d763aa4d9331d5b61d986aaf3e3671ee636c62d5686cd5c6d4945c31b5d8664c0d5a8f699c998e69461dc1340b5f635337ecc5a62d08c7a6597dc466b08ed88c8c2c6c46e1176cd68d95d82cf43836ab83c7b4360f625a1e3331adfe9598b6ba3da6dd5e88e9cc1bc66647efc366a736617351009b07f762f39a1f61ba471a31dd6f36d87c35756cfe7c015bd09c87e9658a98de473f4c5f4ec40cb3de600bb7da630bb797630b3f876346161f31a3f4e3d87fdb43b0ff429bb0ffb270ecbf0155ccd8ca0f5b342f1c5bdc380133095a8c2d5100b1252ab3b025d743b0a5db873133f59798d99908cc2cdd16332beec4963921d8b2077bb1650d97b165bfb2b065233fb115e7b5b015d179d88a0c676c45d3336cc5c05ecc22c117b3c830c42c034c31cb240cb32aa9c656eeabc75626e861ab748db05557496cb5df046c75523db666dd2d6cadc9316c1d6f88d9de33c0d69b7fc236983dc2361a9861766a1a98fd232bcc81d98839e4db629b6f3dc01c312fccf1fd52ccb1e63ab6550dc39c163cc79cbe5763ceabe5b06d1ded984ba415b6bde810e61ae98eb9124698db98e798db1e0f6c97ab39b6ebcd076cf7ca346cb7eb366c77f0616c2f168ced6d01300fd911cc63caa8cd20b67fcc2fccf3c204ccf35a27e6f930033b68701ff34afc84793d08c2bc3fbcc47c94aa319f6c08f3293f801d4e50c28e001276a4ec27e6375117f3db968ef9492b30bfcf0e98ff8e03987f5222e69f7e0c0b50d5c38e2bcec68e9b266327168d602796eb6041ff696041c65a58d04b1fec946f34762a54013b75d9173b052763c14b43b09039a7b090e302766662177626e63a7616cbc7ce761a61e74eab60e7f5dcb0f327052c6c8d1616e6e08a85b93cc1c276bdc2c2aa0cb0f0cd2e58f89de3d8c58ca9d825d9d9d8a56037ecf2984cec72d058ecca3112bbeae2875d6df8825d5358805dbf7d06bb21056237dedfc16ececfc26ee65dc66ef6b960b774e2b0c8e72216f53218bb7d7c188bb632c7a2573b61d10dabb0e8915e2cc67f0b7667410e7667e83b7667c4028b6bf98ac5cb7b61f1133760f1abaf63f1583f76d7d103bb9baa8625387ec5127676620997792cd12e074b7cf31003b76cc3e031d618bcc60583379318bc631c06df08c5906bab31a47c3986349a63e8f907187ac115c3feb963f8da5e8c508fc188587d8c926730eac8068ccaf0c5a86c4f8cfaee8cd1cb0f608c6332c6ceecc1d8ab12c612db30ce80c138af13186f701ae3830630f1f1744cba118825c93dc452f63963a9536ab054fde558aa89d1a8cb58eaf72f585a8888a5bdfa89a5bddf8b650cbdc432976561993e5fb1cc2163ecc1182fecc10c3decc1f6a9d883b36ed883c67bd8c3e81a2ceb571b962ddf81654f57c0b283d763d99127b19c4f5958ee5c1b2c0f56c6f2ee8dc7f26553b07ca5062c9f1a83e5771ec30a4e9dc30a335cb1a7c177b1a73fcdb0672613b1676baf612fc54aacf8ea5cecb5f536aca45f0e2bb3d7c7de1cd0c3de5cb5c4deb476616ffac7636f0db4b0b7dfb760e587be62158ad3b177f32ab077b9a6d87bf7e3d8fb8af3d8fbafe6d887e95fb00f416ad8c74d3ed8a7258bb1cff77ab09a6165acd67829565b7215abed7c8f7d51fb817d19ad833a6763ac6e441dab37eac21a0f58638dbe53b0c60407ac31b9056b8abb86353f55c29a7f7cc3be299b62dfd63cc1be39a9632db3bf602d115158abc35eacf5d25fecfbe7cf585b9126d6d66c85b50dd4603f349ab01fbdfbb10ea316ace3a502d6f1bd1deb1c798e7569d7635de13fb12e5e16fbe51082fd9ed584fd396288755f388475bfb887f5cc30c77a400cebc9fc8bf55a9562bd87f3b1de23fad8df656fb1fe7397b081b1bad880f10c6c2055191b78d0890d2e19870d5e37c6067334b0a1ff5ab021e7e7d810bd0f1b7a6e8a0dd502d8b08b0936f23a10fbf7241dfbf765292e53998dcb46f5e3b2b9d771d9d6645ccee2152e67df8dcbfd4ec4e5637fe3a3db0eae58f3101fab103cea273ef6c8045c49ee10aea41d8f8fafdd8a2b5b1be0ca2e24ae7c3a0e5759d5834f702ec527945ae2aa0f1571d557e7f189d98df8c4aa107ce227677ce237575ceda42eaef6eb2a3e292c10571fb70857e7455cfdfe355cfdaf29ae61b501d738fb00d76053718ddf4db866fc2e5c1337c4278f77c3276f37c7a72c5e804f797a199f2aef8e4fc53af169f35ee1d32ea7e2d3eedbe0d30a67e2d3aa707cbaba3f3e7dfd227cfa86b5f874afc7f82cff507cd6557f7c167113d782f3706d43375cdb7e0bae7d6df3a81e5c3bdb199f9d5285cfceeec7e79c2dc0e7aacbe3739767e1735f3cc3e74d54c4e72db98debaa15e2f3f7d3f87cc8189fff380a5f60918f2fd8b1015fe09e882ff8f90dd78b0cc4f5d26ee27a6fdd71fde01edce008801b96bdc00d5b0af0852f1ee30bab7df0ff8eeec68da5f1b8f1e37c7cd19d33f8a2ecb1f86279065f6c51809b3815e3261f2a71933f28bec4f9206ebaf30f6e7a8ec44d23657053f63d6efa62256e5a5f859bf6f8e266d6cb71b3ca6df8b2e7c5f8f2c77af88a0027dc526b0f6eb9cd01b7da00e15655206ef523045f65b4155ff5481f5fd51580afd93480af89d880afb9ad8faf893986afa9eac4d7ca1dc0d72afec3d7e233f0b5f75fe3ebda63701b796ddc26bd1eb75d9586dbeeb1c6d74f30c6d76f32c7379c0ac237c49dc33706d5e37621b371bb92a7b8fdfe3adcfee84edc61e643dcc16b25be69fd7ff826c7d3f8a6da2df8a63e3b7cb3fb6e7cf39e117cf3be1ff866ae0f779cab863be287f02d8ee9f8967be7f02dcf707cebc2127cab37803b7dde8d3bdf2fc4b7edda826febb0c15d46e7dcc5a11777d9770d77a9f5c7b757ebe3aeafd7e13b4ea7e03b7a07f19d2b86f09ddb2bf09d7bbfe23b13faf19d995ab85b2082bb9d3986bb27cfc4dd4756e2bbca0bf0dd6b87f0dd59aff1dd4d08befb5f2ebec7c104dfd37509f7709f8b7b78acc63dbebfc0f7dbf9e2fbab92704fd362dc734320eeb9b91ff774b2c7bdde1ec40f2ddb8a1fda7e023f74ee1ceebdb71cf78edd847b77ddc27d5e1ec40fc7adc38f150ce2be49e370df0fddb89f861aeeb7f43aeed7d481fbeb2dc2fdc97f7880f97c3c60b9371e6874180fdc1f8e1f3ff4013f3e84e127e6fdc64f3cdf829fd4e0f1a0dd96f8a96b2bf0531dc6f8698b3bf8696b083f5d781b0f36cac1834d7df0e08f5178f0b7613c04d3c5431a04fc8cf114fcacf35dfc1ca48287ba6be0a109ce78e8c727f87939473cccac070f975b83871bc9e1e107fdf1f00b7bf10b2e87f08b4b6ee2174b5af08b1f34f088359d78c499d978c4a3723ca2f02b1ed1548947f4fec02fed5e8f5ff672c12fd3d6f895dd07f12bdd73f16bc74ee2d73e79e3d7dacfe2d7155ee3d7f7bdc3af87a6e2d7f3d7e0374c79fc66f6183c6adb3e3c2ad21f8fcae9c7a3aadcf1a8bf4bf1db86aff168853d78f4b8ed78f4bad158928647ff9e88df614af13b4f14f13b9f60fc4e972d1e3b4fc2634d06f0d88cbb78ec071d3cb657158f5b7c018fd745f0f8575bf0c4a53e78e272004fdc23e189c4423cf1ed7d1cd83d0107d29b70d0230707497b1c7a1188c372ca383c2b0d870bc371c4ae12476e04e2c8db621c1de780a346ed38ea1a84a36e4a38fa22154787cee3b8d6629cf0998f9309bf706afb699c7a5882d367fd71fac930ce4eba88b3d3d6e3ec26059cf51d8bb3493a389b6f8973eda9386f5587f37e9371c176232eae3e898ba42a2e051cc0a5ec663cc9e03d9e449ae0c9b29a78f2fa5c3c3930084f7e9787270fecc353b4f3f194b81afcfe8699f8e808f0fbffd2f054ad0c3cd5ae0a4f4d9889a7cdd88ca745a8e169b74df0f4e48378c6f5483ce3cf5b3c63f00c9e3961fea81d7866f52dfc81eb1cfcc1cd5ff8837bf7f02ca617cf7a1e8b67fd73c5b39f6ec3b37beee2394b9ee3390e15784ebc359e53ed87e7d44fc5731910cfcd01f0dcd289789efc05fcc9382b3c7fc14fbcd0ea175e98b8027f7ae130fe6c4e25fe5c650ffedca00c7fbe24017fbee92cfe3ca4042f1a74c75fcab4e22f13aee1c5379df15733a6e2af1272f0573d09f86b1fb9519d7889378e97bc9c8b97d4dfc1cbe47df0b2b8c778596605fee6f82ffcad57345ebe3b002f3f508f978797e1e5c234bce24d255ed17a1baff8558a572aa6e0956bdee3ef75eaf0f770365e6ded8957bbb7e21fcaf2f08f21a7f1cfced178ed969d78edb02ffe65d975fc8bbf02fe55a610ffaaa48f7f9df10effea3e84d7f924e275af72f1fa4d5bf1fa2d345ecff6e2f5258d787da51f5edf7a116fb85b82376e6dc01b0fc7e28dad7a78d3b8b1789316813779e7e3cd6b72f1e6d3f278f3dd657873e13abcf9752adee2d080b7bcc8c25bdafbf1968160bcf5ba25fe7dee5abc6df02fde7eeb3ffc874e12fec3e11ffec3a917ef7c3006efbae98777ddba8f77c594e15dc06cfc67ce57fc4f491bde6db213ef5e7118efd17f81f7aac8e1bdd382f05ece16ef7d9d8eff2d84f03eb370bceff335bc5ff50cde1fbe121f182f870f1c55c307f7adc187a333f1e15c337c64c7017ca42d02ff579147c89cbc46c8027184ac1045c8569c22e44ed710721fed88311f5a8931dffd08c5715684e2c41242f1810f31b6309b18fb1c1d351a8ba613e3f4b612e3ca1d0825ddc58452571ba1d4339f503ee644a868da122a85b1c404f34662423f40a89e2b2654634d09b5940162d2befbc4a44783c4a4b7f5843ab089501fa82534121f109aca3e84e6fc0842f3ce274233c98398fc5b8198b25a24a6f4b1c4d4995389a93ae389a927fa89a98819314dff1431cd640a31adf727317d6232311db52466c8d91333027d88190936c48caf7f88993f6d89594b8f125af47142e7c17462b6a22631fb942f313b641331e7c25662ce935c624ee30762ae4a0d31f77817314feb0131ef4b31a14bcd27e6e3b5c4fc0765845e3e42e8f5a612fab0216178d88a30bce74a2c74b6261646ba1346331388ff721d09e3dd7b09e3d35b09e3d6238471f74e62d1fc6262d1d1cdc4a2a05dc4223484586cab4498fabf244cf34208d37a4f62e9796fc2ec184e98ebfb13e63e96c432150b62598c33b17c88235628f5112b4c1b89154f03092b6547c24a732ab172e35d6295b12eb12ade9358d5b89958ade346ac364925d618fd26d6fc00096b7763c2ba8326acff55136b67c6126b3dbe106b4fc513eb12738975235ec47acd3862fd647562fdde32627d9233b161d90462c39a4e62c3f5d3849df17f849deb0061b7638070d8574f6c4217139b9d0f119babb40947e56784a3de27c27191446ccdc609a7269170365a47381fc4886df3f610db9aec099789b30997ed3e84cb470762bbc504c275ef5dc2d5b79670ed1b43ececd526dc94fc0877b7e584bbf49a704f6920768d4f22767def2676fda288dd3b02883d3b9c887db9e7897d9fb6111e972d89fd99ab89fdef1d8903b7e44635109e8a2e84a7d72ac2f3384b78c13e8417ad4e783f4826bccb1c089fb50ce1e3728af009f4267ce2ce1147949a882353b289231551c491fa1ee2d85463e2d8416fc2d7e922e17b3a8ff0ad9f43f8fed844f85de4093f0827fc813c22e0da492240584904f41c2402fa5f13819a4b8940e3c344e0fb02e2b8cc4fe2f8fa4ce2385a429cd476224eee74244e46591227d30e12278bac88204691087ab89c087afa8d3865fd9838ad348b386dff9908b6df47045fd72682799408699688335341e2cc198438bbfc1371f612419cebcb22cebb4d24cefb7b12e77b0289b0904f4458a423117e743f71a1388ab8a8bb8088509c44445cda4d44102b88cb76e3882bfa31c495c04fc4d59bc788ab2d6dc475990dc40d9b4fc4ad3166c4adf864e256ca2de2d67d86b855b08788745f4644e2ce44e4d051224a5d86b8cdbd25623a2612774eb712b172e544ac7a0e113b6305118b2c25623faa10713145447c7019115fe946dca55488bb65149160274b24dccb221215e61220389980c6fd2620d89280523b08a8c49580be9f2260d37b04bceb1b8124e613a84f0b8106ed20f0a8cd04317e8420ec1c0822bc95205eff26c8d13c90177308ca2c93a072571354ab17c1044c26982b4504f3e41dc16e8b25d83d610437379ee00cea097e6f28211e194788111709f10a494817c309293d9390b25613522f492451df8964862092735f12c9ef9e1229cebe44ca9559444a422491526141dcdb1042dc77d12452b58b88d4c84222cd0f26d2128a8974f7f144faf93944fa7582c8b8d34c64021291d9da483cd8dc4c3c3477211ee6be25b266e61359b6d544b6e25122bba595c8d91f4ee41ceb2172652612b9e38e13b9b022918b76118fcedb10796b0f118f5d24e2f1763de249dc10917ff7275130358528b8798d28a8d6260a3fff210abfb4124f8f061245bb51a2e8d158a2e8ab25f162a48278a9b0887879cd8978f9c28d28069e13c55c1851fcf600515c6b4dbc9a0c12af528e10affeda12afe52d88d7e71e12afff7d254a823712253f9611253dda4469c475a2f45b3a513ad84494d159c49b1d6388b7a42251bec982286f2c262a56f410155b7d898af61744e5f012a28a3420dedbae22aaef8412d50dfb880f8691c4872b3dc487bc63c427d395c4e7d387881abb5d44cdbe29444d921651bb770151eb7392a86d2922be7435105f556e125f7b7712f54ae3897aa38944fd515da23ee804519f2a4f342a7f251a99df44e3b7bf44d32c4da2496f36d164d642341d92239a9e2d229a5e6513cd6bfe11df76ed245ac7ff47b4ee4d24be03d9441b364cb471c344bb812cd17ef70ed15e4a13ed6d86c40f0d57e2c7686ffbf15b87e898be8ae8d0fb4c742cbe42743ab8119ddb60a2b36d09d1a5d84a74299d20baec74899fc75e11bf0ebd207ebddb42fcfabe8df86dff9ef87dab9df813504f748ff68aee976b89eecafd44cf046da2c77206d133a2400cc47911030fd589c1e56b89c1430ec4e0fd4262f0ed6462f0f74c62f01f420cf9851043a57b88a1a14dc4f0ca4262444d831879368ef8b7783df12f339e94b5fa40cadedc4fca9d1e15554aca2f6926e52d9e90f26e2829ffce9e1ca3b3921cf320925498f28e545828908a164748c5142b722c3d9d54b22148a5a36f4815d9bde4842c3d7222399e54db2d4baac5d79393567c26277d9a416ab4bf2735c784929a3519a466f30e7272be393965da7572cafe23e4b42c2b725a510039dd8c20a7fb3c21a71313c8e96c1d39c3cb949c717636a975bb91d47afa84d46a3527b57a4b491df9aba4ceeda3a4ce9d79e4dc3ddae4dc3f38a9fbaa9c9cbfe03ab9c0ea02a9676345eaab1692062925a461c73872e1b6d9e4c28302b9f06d3069e4fc97fcaff022b948f62eb968c24c72d1a4e3e4a265fae4e2a9aee4e21bdea489872db9e4e977d274c52372e90c1f72e99d73e4d27bc6e4d2ca6ad2ec30419aafdc4c9a47e493e6bddbc865b1d3c9e5b234b97ceb7272797008b9626f0469d11f48aeb45621573ae9932b031e902babb5c955de76e4eae36de49a39fae41aff4272cdc836d25afe3369bd3895b43e799d5c1b38835ce73940ae0b2d21d75d6e21d73d4b266de58b485b9516d2b636935cbfda8c5c0f74911bfe7e263746f8911babcf9176eff448fba437a4c38d3be466f61ee9e8fc9b74f46c26b728f6935bf6c4915bb595c8ad30426e4d8e27b79657904ee14ea453ae2ee934f89474f63021b73942a48b6e0ae99289902e95cbc8ed8e16e4f6c1dbe4f6a1c9a4eb720bd2d55f87747d00923b15abc89dd9f74877e126b9cb548ddc75b39edc15654bee2a7b47eebe9443eed9a64cee01fdc83dbd81e45e8b8be4bef13bc87db39cc87d438aa487aa2fe9716216e9715f9bf4280a26f74f1e26f77ba593fb7ffa900704823c50f395f4a4f4c983f852f2d06103d2bbf80de9ddc092dedf72491f3f27d2e763147958d19f3cbc2b9f3c7cf81579183d451efe3c953c5279973c32ec421e2dd2247d6b0348ff959fc8e396c3e4f1c355e4c94a0d3268eca8873de429ed5fe4299d3cf294d124f254f516f2f49d85e4e9547532789a3f199cfe893c5bee4c9e9b78933c7740913cd79f48864ebc4486f26a6468b62b19da504a9e3ff5813c8fac26cfbff221c37ce79361977ac9b0bc1432dcb48c0cdfb791bc68e0405e34ed26236cae92115bbbc84bd747d5b49397674d212faf1e262fdf29252f17fc22af2e6d20afeebf405e0d6b21af6d64c86bf71cc8eb3635e4753745f246f339f2d6666df256f7583292ae20a326e890515a93c8a8d3c7c928e200797bcc46f2f69c5cf2f6510df24eaa3319bbef36193b9444c66d5b4dc6eba790f1ab5dc87817948c772b23e3ef9e20e33395c9bb57f5c9bb95c7c984259fc984904a32e1f93099b84f994c7cd14e2676ea92c0df992438c99b0467bf20c1977f49c84697841cfe9010de4ba27b6112fd311afb1e90f8c97724613d8d244ead2589541b9218fa4992b37249f2710849d3de2463fe8de477dc2145adb7a41476974c5ae94026d10fc8a4776d64f2fef364725432995c0c9029a794c994fb3bc87bdc79f2fe23814c75bc4ea669849169a1f9645a411a99fe2487ccd87d9bccf8769dccf837817c30a98e7cb00c261fe48e251f2ed2251f6ebd4f3e3c7b917c58db403e6c5c4c66572364768d0299a3779eccbda845e636e5918f46bcc9bc638bc9c78e09e4e37b7bc9273377924f6c33c82767d6914f9e2b92f93782c9fcdbd5647e4e175930a9882c38584a16081ee4535979f2d9d23af299f563f2d983dfe4b3af77c8e7682e5994ae4ebe3c5b43165ff943165fbb4b16376790af67d6922587b4c812509b2ce11f92a593ae93a58f96926597ddc9375345f2cd8a38f28d9446bed5cc24dfdeeb21cbcfee26cbdfc49215b55fc94a6773b252d426abf6a791ef1e2492ef5338f2437c27f9716b2ef9f1304a7efc624a7e92f3243f9b6e253fafc0c91ad544b2466d395913f281ac755b4fd67a45935fd605935fc511b2fe5015d92036910d7957c946e708b231fc31d964bd8c6cf2cb239bdef691cd284c360fed20bf9dad235be59790ad779792df2917b26d264ab69f7426db6fc591ed05f7c8f63a6fb2bded3af963f4391dc7ce931d9df264270f915d9551e44f9f3ef2e78f38f2f78278f2b7c159f2f76e33f2f7051df277fe0ef28fe12df24fb43df9073226ff143d21fffc2c20bbff8064f77036d9e3de4df61ced277bf88b644f5610d9f32e8afc1b3e8efc7bfb15d9b77b1fd9ffb7981cc84f22877d8cc9e1dbfae4c8ab3072e4f34f72a47d3df9effc6df21f624bc9ac36a664e26d2939f9cf949ca61625b71ca1e42abf5172edc5947ce13f6a8ca91f35c67e801ad3b28f52a0b7518a532f5263ef3fa7c666afa7c6fea8a4c6a92451e332e7534a6b7328a5272ed4f8831dd4f853b1948a0945a91cada354ea6b2895bfb7a8093eced404ee03a5aa6744a93e03a989673b29b571f328359d284aed8431a57613a3d41e97506a8dcdd424d57c4afd8d3ca5a1f28ad238e448695e3c4969be53a03407096aea23989ab6f8393543eb203563511b3563e50e6ac66e6b6ae69837d4cccfeba859ab9e53b3ceaca766d50f52b35a32292d8f1a4a3be836a53383a2e60c1853732709d4dc7db7a8b9adb3a8b93f2b46fda6e6ed7c41e97eb5a51628f8530bccb5a8059716520b621da905c92fa80595a194de86b9945e3e47e99fd7a4f4235750fa777228fd587f4affef254a7fa4893230b5a00c4e1da50ce7cda70c7799520b991794d17b9afa6ff632cad8fa2f656ca34c19dfba4d2d4ada472d4abd462d9e1b422ddede422dde614e2d669f5326e50fa925996b2953fd6d94a9b501b574e43365a69b43991d6fa5cc0fc651e6611f28f3d466ca3c23865a563d8f5ad6b8975aa17e955a91d94759dcc629cbc78194d59e659455c91ecaaa2a865ad5554aad6e5f4aad59708d5a73b48f5a131546ad291ba1ace51e52d6bb6f52d63795a97567a752362b4b291b4e95b2f9b08db29d1b41d9b68ea3d66f3b4baddfdb466d30bc42d901ed945d1143d9751853f6e69694fdc7eb94fdefcfd4a6f1329463ab33b5c53b80dae2af496d494fa5b6eed7a59c96fda69cae99524edc0cca39bd8cdaa67986dae66b4c6da31c2817b302ca25cd97dabe6d3fe5bad291da61718bdad17b9d72338ca5dcac69ca6ddd69caadac85723f758472c7732977e136b53b6f1ee5b1cc9cf2b8254379dc6fa13cfeb851fb6f465207564da10e48e74735519e6f3f520711963ac86451079f4b9497a04c1de28e5087da1429ef9400ea30e34e1d35a2a8a3e72753c7a67da48e2d74a08e2d7e4bf9aefa4ef9665950be5fcc28df2159ca4f8da1fc7923ca3fff1e1500845301f9f654a0721075dcc9833a61164d9d102e50273afba893e31e5227cf5fa44ede4da24ea6dea482f4665141969fa9a06f19d4a95b0275eabb3b753ad9833a7d6f0e155c594a9d9943516763e65367ab5ca873d3944721d4b9fd57a8738597a873556154e87c65eabcf746eafcd918ea7cfa322a6cec1d2a8cf7a2c2371b51e1d22d2abc713d153ecc52170264a88b2ad3a8883973a988838e54848f0c1541c65197f809d4e5e91c75991ca22e571953976b9e51574e4ca5ae64645257e334a9ab2d08754d752c752d4087babe219aba31763c7543ed0475c33c94ba117091ba91674cdde8794cddf8fb99bad1b796bad9b499ba05db519181295464d4462af2eb562a6ac1442a6a5f0a15557c94baeda34fddce8fa5a2d3d753d16f52a99831b154cccf4a2af6ea762a2e249a8abff596ba7b268ebafbea0695101c4f25b67951c0195b0ac86fa3c0f1bb28503b8c02dd5b28f0184d8127f75260e9780ada6745418240c1f9de1452d44421f5472834e20f85675ca488c6451479458b225362282ab181a2d29752b4c23c8aee3949b18b9753ecb5cb14fb7c2cc55928539c872ac5afe9a2f83b1b285ef4a6f8da3e8affd6400927d75222205292df464a0a3b40491f6e534967282ae9dd752aa9d69a4afa524425ebe2d4bd331dd4bd646beabe748f4a9db98e4a9dab4fa5d69452e9ba6654fa779eca58bb8ccad83289caf0f3a132e796509907fda9ccc3cfa8ccaf29d4c38d7ba92c7f352aebf2432a7b5f1e955d144e65f7eca472f60750b9fc5eea51f064ea51ca6c2a0f2aa11e4f41a8c7490e547ea64815989ea40a2cef51052fbe5285cedd54e1aea354e1fb1354e1a702eaa9da30f5d491a09ebad2d4b30a8e7a7e11a18a8a6f5245ff7e522f8a13a8979f6ba862950754f11d3daab8e430f54a653cf5eac00cea95b71b557a7216550afea34a936aa9d2aa3aaacc2f842a4bd7a2de9a7650e5af8e5315621855f1dc8eaaf8f38caa441752559f23a8776817f5e1e619ea8390487ddab49dfa747829f5e97c2355a3ba82aa99dd49d518dea46a2c6752350752a8da9561546dd867aa36fb10f565d307eacbc97eaa8e8da2ea8a2da8bacf1ba8fae708d5b0b2896ad2a8a39a3e4ea19a4650aab9e913f52d7225f52d2a86faf6be80fad6a54db598cfa05a2a4aa8ef73be50df0b4763d111aacdc39b6a4bfe48b5dda7a8b66751545bab3ed5ae5045b5e7bca4dafb28ea877e2ef523c082faf16e2dd5b1b48cea0852a33aee9da73a1acaa84e9336aa7334279d1167a9ce3faba8aeb08754d77b2beaa7d736ea677c00f5b34d8efab3e222d56d6443751f44a99e8db6544fa40dd52b7384ea9d9f4cf52e55a17a47f3d4fb95a47abfe3d4df9de7a83edf2d54dfb938aabfd08a1a2c08a386560552c3931f512365efa97f57d4a87f655768d9c4b9b4dc18375a6e71252d673b999673da44cb6dfb49cbb99bd272fc2e7a8c5c1d3d66ed6c7a8c6b103de67d1e3da6672bad503c83567cf28a566243e9f18f7ed0ca9044ab605eb44a7e29ad32fc1f3d2164809e909b464ff8624b4f68f944abcefe47ab1eff43abc6ada027edb1a7275d49a2d535485a7d5914ad7e5793561f72a335b4bed11ae2515aa3ef3dad39439bd68c2da7359f9da7a798b9d1535c55e829fdb5f4541d969e1a3b8e9e7a1fa2a7becca4a7f3e5f48cfe0bf48c9115f44c85487ae6b305f42c95f1b4d66d2b5a7bb90fadbd01a3b5c3445abb278cd639e749ebe43ca267e7f7d273b40be939ef0de8b92ab6f4dcc573e8b9396af43ce2013d2f6f33ad6b7a90d615a2e9f94b1fd2f32f09f4fce495f4021ca7f5e407693dba98d6977d4beb1b4bb4fec69fb47e75366d70b29036fab999feefbb3a6d6c718b362e4da3174d47e945c93ef46295227af1fc3db4595f236d6eae439befbe4e9b3fe9a0cd6b707ad9ae4e7ab9364d2faf8aa22d9ca6d356b6fab495bd0a6d95a04baf723c4bafdafa945e75b5935e5532935ead84d2abf37ed06b4e74d0d6ef9ed2d6bfa6d06bff68d3eb1a56d1eb3affd236dc2cda566b22bd5e4b8b5e6ff1935e4fbca4372887d21b6e2ad21b8aaae80d9527e88d2bb2e88ddf04daee2d42db7d6ca3edbe4fa5ed462c697bed75b483d247da013d413be47fa137abbad18eeb3ed38e4210bd45e133bdc55e8ddef20ca6b75a4ea75d4c92699725b1b48b4b2bed82afa55d7240dae5e9a85fbfe9ed583abdbdf02cbdbd218a76dd1741bb8a55b46bd655da7ded7edafdde567ad704457ad7b70df4ee479be8dd3f6de83d137de8bddb7ed07b5d07e9bd710df43e4b777adf4a437adfb699f4011f86f63c3c71d446dad3ef3a7da8bd9ef60e4aa0bd1fc6d03e4e6eb44f5037ed33f08d3e9c346154387d447b1b7d6ce5a8c256daefd832daef9e33ed1f748ef6bf1448fb634768ff275174c096413a00e9a603fac3e9c09beef4718d73f471c3f9f471fa057dfc433e7d620a490729ebd141f3ced2a7dcf6d2a74ecda74fbdd2a24fefc9a14fdfe9a34fc7dea44f233674f0cccb74f0ec003af8f47d3a182fa2831f2ad22131367448f1523aa4cd963eb30da6cf5abda5cf9ed9489f8d35a2cfc1d9f4b9374574687b027d7ece67fa7c543b1da6b9870e7353a6c37695d061a83e1dbea4890e8793e988dec7f4a5f35ef4a588a9f4a52475faf29378faaae733faeac555f435eb3ff435afabf4f53df7e9eb481e7df3a8267deb63391de9b0978e0c5e4647f6fea3a3e69ad1b74dbed0b7c37fd1d193083a5a2f918e999344c76cde47dfd99e44c79a4274acfd2e3a36bf878e2d5d45c7999fa5e356c7d171bb113aaebb8e8e375e4cc797b7d27737e4d3770b43e904ec399df070039d50944a279abfa4c1a94768b06b110da92234f4a08b868327d0f0972c1a51056864274423dc2d1a291dfdfdb999462f2fa7d1d6411a0be368dcad98c6f3711aefbc4b13974c690230a3c949e534b903a7e97091a64beed174870acdd89fa059a54e9ad5b7a7d9f75f69eec61c9ad768a0f9b972b4b0762a2dd857d062d6025a9a3f444b5f53e87bc11fe9fb86d3e9fb2febe854791b3ad5a4984e954ed169abd7d269c3dbe8f4828774c62a0b3a23c784cea81ca233beaea7338dc7d29916abe987357274b62147677b7ca2b3f93b74ce9cd5748e63019d73ee349dd33586ce1ded6fb9afaed18fa62ca11f792bd38f1ae6d18ffae6d079b2dfe9bc859fe9bc37f2f46323967e9c03d18f9f1ea3f3cf2074fee5377481fe29bad0f52efdd4762efd34fc06fd349da19f16afa09f353ea09ffdf9453f7f82d245175ed04569a174d1af08fac55a23fa855707fd62f81dfd127c4417cbf9d1c5abf2e8e287ce7471e968c779bf977e357aedeb0956f46bc7edf4eb9b57e9d73fe4e9925753e852b37374293e972e6563e932f5f57499a92e5db67c155dd6b068540dfde64625fd267307fda6f31dfd56439d2ed7de499747617465e82aba4ad38faeda7d96ae3a3548577d57a6df5d9849bf4794e96a551dba7a91355dbda79efeb05e8dfeb07f15fdc9e420fdc9dd8cfe14d3477f9e7691ae59de4cd7fa25d3b5dffae92f1357d15f841afa4bce1efa6b78165d372d80ae0b9d46d75ddd42d795cad3f532d7e8faf412bae1e436bac9c18f6e3af7956ecabb40373d7b4337d7ebd22dc307e8d6d3f7e8ef7433fd9d4ba6db5263e8b6576e745bf329fac7590bbac3eb0dddb93889eeda7e91ee8271ba8b5d4477e5bfa6bbdeaea57f3e57a37f0e39d1bf2cf7d2bffa07e8df734be9df11c3f49f613dba7bf969bafbde0aba678a13fd37f516dda7e547f79d32a2fbc066baef8112dd57dc430f283ca107566ca6076c4ed0837d2af450f45b7a2863373decea480f37c9d2238689f4c8fa83f448ce71fa5f9f3723333e8d911db8c5c88ee430f247e418f9533dcc18f90fcc9896404671c54966acc23366ec5a4566ace708338e726094fcb499f156a71965d51046d9319a5159c2312a4da3b1259699607d9f5135b16354635f33aa8d1b19d5ee3c46b5b78499786229336924855157a963d467b833eaab3219f5831718f5980d8cc6a46e46e3f25546e3b913a351b396d154f6653437f4339a8d298c66ef1666b2632333c5701a3385ae62a63c8e62a66a89ccd4d0ddcc541a67a605db30d39a7732d3ff3bc64c779361a61fea64664cbfc7ccc8f267665d286766bd5fc9682fddcccc569cc4cc76cb64665f3fc7cc6e39c8cc7df7889917dfcfccbbff8d99f7663233af623d33bfe728b340e51bb360a61ab360792bb320b29dd1630e327a422ba31fb88531342619c3887cc630fd126398bf8c31da7e9531a2a733461fbc99ffe6cc65fe3bdacf186fac658cbd16338bb21e328b0a5399c54a31cc620b8259ecf28d591cb18a597c650cb3f8670db3f84f0263d26aca2c71dfc82c393cc82c39728d59f2966296349833a6fe4d8ce9bbcb8ce9e01a66e9e5478c99db1dc6cccb96313b758131835631e66b9632e601468cf9ef89ccb2b91cb3bcf008b362e113c6c2673363716d2eb372fb7e6625fb945959799659256bc2ac1aff9359f57617b35ae910b37ab22db366bac8acf17ec2586fd8c6ac354398b5ab6631eb36bb303632fd8ccdafed8ccd6020633b8f656cb79a31b6e835c6f6fd7966c3f3006643df36c62e721e63f7b589b19f44319b96aa319bcc5166d3691d661319c86c4a0399cda3ff6f5e34c46cf65bc76c7e3996711c1acf6c9936c86c79a8c86c553aca6c55deca385d6f629cc038c659baceb82c39c9b848daccf6ba12667bc735c6f5903be3fa8163766cdbc6ec9c3cc0ecbcadcbb82df565dc5c6d19b75f2ce33eb182719ffb8771df7880d9553196d9fdfa0fb377a5c8ec7d15c2ec3b7693f1287acc787c1d60f6df8964f613087320a69b39d0b56f5402e3a9318ff1dcf68bf1dc318df17457623c9944c6b3c08539a8348339a8dec178951d650e597d670e5135cca13feb199f2387189f0286f1a94a670ecbe2cce1ad2273c47b0c732cc1933996ff91f1b555627c9d0f33be273c18df8b8f19df6127c6cfce90f1f38218bf0c19c6af7c1ee3576dc0f8af8e60fcb77632fe8731c6ffe257c63f6e131378f53313f8792a73dc318c395ebd9d39b184654e44bf614e7c53604efeeb6382e69e614e01c3cce9f2754cb03bc004472831c105b398e05f1b9933941d73e6f94be66cfa41e61c24cf9c13d49850d50026f4450a13fae91a735eed2a733e7225733ed98c09df63c15cd8f299b9e0d2c45cb4f2652eae4f622ec6e73097b65c672e45543197bf3f60ae4a7accd5478f99ebd7ee33d7b3e73137963f676eb023cc2de52fccad23694ce4b1254ce4b53f4c64f673264a2d86895a719fb99db184b99d356d942513ad23cf441f0e66a253ed99e87c8989993f9f89095262eecc59c8dcf1bac4dc19649958be82893b6ec3c4155a32f1b11213ffd38fb93b3f8cb99bf883b9db56c7242c2b65126e6c641222a731892b8319a0cb8901bdab19a826958153b218b8ac894114163288c30a06258f3368cb0206eb7dc8e00fa732a49b15438aab18aa3a82a1effd629849660c130c33cccd40866d1bcb7081ae0c77d189e1e2cf321c7580e13afe31bcc27866f418c008d9f71831633a23befbcb887df71929b48b91527b18291f60a4966126c9ca9949b2fec72439ee6092e5bb99644b1f26f9c35d2665f62f26cd67319306df63d23a00266d389349cf9dc864ec8a6332ae624c8690cc645ec867325b05e6c1a2b1cc83c3494c96cfa82b8799acd48b4cf6624f267be36326c7e00493d36bc1e45e99c63c5a9fc23cdafa8979b437937974e13bf3e8ed3fe651f73926ef8907f338db8a79fc7c807932b19e79e2a9c9e44f7ac3e41b5d64f28350a6c0d095295813c814389f640a0ad399826f24f334de95797a578979266e665ee83e635eb4f8322f4bdb9862d3994cb103c9bccadcc3bc6a6d635e755832aff52e32afe3229852fd56a64ce926f36696c0bc4101e6cd8bf3ccdbc0174ce57e3ba64adf98a95aba88a9dab18fa96acf67decd5ecabc5f3291f9607392f9b0fd11f3f13f0be6a3d910f3d16211f3119dc97c4c7ec17c4ce5984f7271cce7c03ae6f397cd4c8d9c1f53abe1c9d45af531b5cc1fa6b6ff37f3d56817f3f5bf594c9dda3ba66e413853e7decad457ad641a54df318dbc05d3f8cd9f690ab6649a5e7c649afe35322d4fb498d6ff5e33ad078798efb3c298efafcf32dfdbf630ed5585cc8f771a4c07a7cb7464e7325d3edf99ae6019a60b4a65ba8ad2989f0687999f7dcaccaf6d6acc6fd5bfcc6f2b7de6b76f14f3c7e702d33d6d33f3779c1ad3a713c9f4b9ff66fa12cc993ee208d36fd9c00cf8b63103e1023368fb9d190c4864061bfe63861d5633c3ee55ccf05e2766f88922f34f258d959d9cc7cafa6c6365a34556f6b3322bfbb79c955f788e952f5ec9cafff8c88ef11e61c7dc6967c77c3ec02ac45ab30a69535985061756f1c2045631be9855acb9c68ebbe5c08eeb746295346eb34a87bd59a5a07fac12f2871dbfb08d1d1f308e558eaf64951fec64557e6f6027fcb7899da860c0aac978b16a8b56b16a315eeca4008c55d7deccaa87f8b0eac583acfa600baba113cf6a6c7eca6aa48d67357e33aca69e3dabb9651cab7921909dfc349e9dfca29a9df2bd919db677909d6ef6999dbea6919d5e52c8ceb0746667fc7ecdceec4861673dd8c66aa934b15a14c76ae51f63b5eaf3596d663fabfddc83d5714e63676f1e64e7cc14d83915e9ecdcff16b0f334bdd879fb7dd9795545ac6e6026ab5b34939d2f778f9daf37c2ce373465e7efbfcdce7fd6c4ceffd5c02ed09bc42e70d8cc2e70dcc52e3833815d50a3ceea6937b17a3669ac7efd54d6e075196bf0b691356888640d2317b086af76b186cddb58c3560b76e1461f76a1fd1476e1ee127661cb59d6689f216b4459b1ff4d9061fffb51c21a2b87b0c66a21ec228723eca2a8dfece239e3d9c53dedac894e3f6bc258b04bf6af654d0fa0ace9c979ecd26f6759b383975973630bd69c316697e9be66979d1fc32ebffd8a5dde38895db1ff0bbbe2500bbb2279905d9121b22b0aeeb32b7a12598be158d6125bc65a0e1d61ade4feb056482a6bf5358d5d39d9805d396535bbea660abb3ab2825d7df710bb1a9cc3aee66fb2ab1f5f63ad8fdd67ad4ff8b1d6cfe5d8b5d722d8b53dddecbaaaf1accd5691b589ae656dde25b3b67e32aced293d76fd990fecc68e62d66eed14d6eefc39d6eebd05eb20778add74c488753cbd86754cb365b7944d66b72abd629de22eb2ce8b17b2cec7afb2ceefa6b2cefd35ec36875a769b6314ebb2fb11eb1252cebaf47f635dafc5b1aeb76a59d7aa4faceba77c7667e561d6edd232d6adfa21ebee3b9e754fdccebac301acbb98cdee9a2eb0bbeea0ec6e97a5eceeca7e76f74029bb8792d8bdcb64d87d46f6ecbec297ac87ff30eb71dd9e3d9040b09e4f04f6e0cd2fec417c19eb15ba96f5ba80b187e25fb1de88c47a37ed617da6f7b13ea74c581f3a933d6cb1813da219c31e017bd8237d8bd8a38eedecd1fe4ef69823c01e4b99cbfafa55b1bead9359dfee16d62fec251bb0278a0d402cd840ea251bf8c69c0d6c55668f5f3fc21e8f1ec79ed8a2c59e689cc29e542b678314b7b2a7d724b1a74b5cd9e0cd096c70d16e36648e2b1b72f82f1b72579e0d291c66cfecc3d833f576ec994105f62c54c49e0b5ecb86ceee6743834eb3a10d2bd8d09152f6fcfa1ef6bcff0136ace0111bf63b910d5781d90b8762d90b0d57d98b81d96cc4da74f692cb18f65280237be97d287b79cd65f68ae0c15edbd0cf5e7fb791bdfe0d676f5c83d81be27cf646b22c7b73f26ef6a689c0de5cfb80bd79640e7b6bd22bf6968b1c7beb82017beb850c1b39ff101b79e3361b99d2cc464dbfc5de3ec4b0b77988bd5d7781bdddbc9d8d3639cc463bebb2315786d99807216c4c03c8de89d26463475eb171b337b271d60fd9f843ca6c7cc95f36be8663ef469d62efbebfc426848c6713ee36b38957bb5960c6561608b36281b8672cf82780856cdd590899cfc2bada2cb2269845eca25924e40d8bfc0862d1b7362c36f61d8bad5fc9e2f5e358627c084be826b2a45d374b3e936329a983a5aafd58bac29f652e74b04cfe5d965d45b1dc9da051832cf7c28fe5c397b04287372b1a1f60c5647556522c63a5092eac1430cc4a68252b7dcd609316c8b3491b9ad9a443bfd964c72f6cf2b7f56ccaea9b6c4a96027b6fcf38f65e84227b2f5f874dbdebcfa6bbae63d38f0db2e9503d9bfe7b0f9b99ecc866e6ae651fbc9bc73edcfc1ffb3064139b95b192cdaa9cc566fd3ccf660dbf63b39312d91cf5e56cceeda36cce8f796cceafaf6c6e832dfba86e239b17b599cd4b2c611f7ff1619f6cca609f84e9b14faebbb1f9df1eb305af34d88292eb6ca1772e5b889d630bef55b385e9f9ecd3550eecd3cd8fd8a7dbb5d967ae63d967a11aecb3c166f6f9e041b6c868275bd48cb22f4d87d8e26779ecab03e6ecabebb2eceb9537d8d7940e5bb2b4912d89bfc1966ae8b0a5234bd8b2d306ec1be505ecdbbd56ec5b7e847dfbed055bded5c5563aee67ab643fb155f3b6b255961fd82a1e60abca86d9778aa7d877b17aec7bd311f6fd728a7d5f42b3d53310b65aa79dad760d62abdd3fb1d59175ec878c25ec875a27f6c3f78fec47269cfdf8a39afdf44d603fff6c626b7a57b15f5477b15f6cc7b05ff63c67bf2a56b1751b63d9ba5d5e6cddc9a76c5d4c1f5b77c797adc74bd886b96bd9463d826d84deb04d2aa7d9e665c7d8e63b4bd8e6c72cfb4dc39afd56b0946d79b2826dd5f9c8b61e0e655bc51af6fb899decf7170fd936fd72b6cd259e6d4f9cc87628c8b11dbb3dd98e2c80edc85ec576546e64bba654b15dc6d3d9ae82f36cd77b37f6a7c320fbd3378dfd6569c3febaf181fdf53796fded7387fdb36a21fb67b50afba77009fbe7b525fbe75308dbad789ded3e7284ed06bdd9eed7166c8f8f03db73730fdb6bdacefe1d9ddfbf3dd56cdff6276c9f6719db9752cbf6656e64fb495fb6bf9a6007b0d5ece0dc5676d0770f3ba497c20ef959b3c30547d991cd9fd9119f3fecc8fb89ecbf14774e46eb1127a37d9993b1decac91c1de664fe6a71b26b8a3839a58d9c5cef174ebeec1327ffee2337e6c61d4e216e03a74015738a678a38c5cbad9c62b237a7586fca8d95fdc68d6df3e5940c5438a57393b8f153be70caabbf71ca43af3815f6393781bdcc4df804716abefb3935419b539f9cc5a987519c86e9044ed3d598d3a4ca384da99c9b1c758d9b1c1bcb4d59eec64db9f4969b926ec74d53c8e7a6adafe1a6ed7ac04d4b7bc24d77efe5a67b057133a6f1dcacbb9338ad9307382d6a35a76df789d36e6de1744c8e713ae2396eb6a70a37e7ac323707cde7e63a7b7273cf4ee7e65e96e5e635da73f33a5539dd249a5b301fe716dccde3167cfdcbe9cddcc8e95de139bda82e4e5fc38bd307f438fd8a3ccec0b2803328143983bf259c614d13b770f2246e61ca0f6e61e659eebfc9efb9ffe63872c6c1f19c7134c72d5aafc02df6f3e64cc65a7226fa0a9cc9e770cea4d7935b9238935bf206e44cad5e724bb7a8724b479239b3652e9c597439679692c099df0fe2ccabac38f3fe57dc32e7d7dcb2e0006e59fca8172bb8e59be2b9e5a14bb9e5e9a9dcf28702b7bca3825b41a670160af59cc55c6bcee2c25bcef29016671517cdadf4b3e7569572dceaba4e6ef5ef786e4dfe026eadec796eed16256eedb9046eedbd59dcbafd4a9c4df17fdc7a8fb7dcfafdaedcfab34ddcfa5c4d6ec3c749dcc60963b98d175f721bd3de7276324739fb8ab39c7d9703e7a0719273b8728c7300b7739bb47f739bd63b709b7ace719b2f7ce71c2307b92db26fb92d73cf705b3af4b92d7f0ab8ad6a1b38a7b5733927ee0fe7f4ef00e7f2671fb7fdb032e76a3991735de9c5b91e3bc8b9b6ede4766e4ee0dc56eee4dc8872cefdb43ee7ceb970eebf6673bb0c74b95dddb7b95dc324b73b3885dbddbf9fdbe381717b2759737b779de6f6b648dc3e93cbdcbeb7f29c07fa9adb3f7b23b77fed4feec06b15ce73e712ce73df75cef3f225ce332f8b3b989bcf79e1799c57ee0eee90ec35ee108272de2b6539ef175edc61d3f9dce19df7b9c3bb6f7287873bb823a133b863ae4ddcb108903bf66b1377acb783f32d13383fd7239c5f921be73fe504e7bff5141798379b0bec6ae68ef303dc09352fee84d61077e2f8a83c843bb9478e3be9e9ce05596ee182bce2b8a0fa05dca9457fb853e7b773a7f23e73a7cadab8535f9cb9d38f12b8e025ffb8e0467d2e64e95b2e648f1f7756b79e3b6b6dc49dbd30893b374d9b3bf7af9b0bdd71893b6fff8f0b9301b9b090bd5c587815173e4b87bb302186bb5054ce5dac7dcf45dcade2221224eed293d5dce55277eeca326feeca8e2ceeea162deeaa6b2677d5dd8bbbea3385bb5a62cf5d7f318fbb811770377eea7037150f733717efe56e26bce46ecd1ae06e5d07b8c83133b8c8e5555ce4c5142e6a5f2117d5efc9dd36f2e1a2cf4ee5a25f8570314edfb99867c7b83be9f7b93b8f8f71b1c1f7b9d81753b8b87993b9f81d3bb8bbf765b884c5355c824b199790a8c8257c38cb252ecbe00043530ef43bc981ad5e1cd8ce72507b0c075f93e71077770e492de19096051c2a379d430d3439745d3c87ba187368d07f1cfec2832334008e9a92ce513f14387a4e28479ff1e298f2551cbb3f8963d33a397e6c12c76bf77282e9424ef00ce28467c19cf07a0f278df7e724dc8393faecb92498e49273aab97b268e5cea148e4b2b1955f7834b5719c7a5fb3a72e9b112975e9cc065049572199d99dc83807b5cf67c3f2efbd2162efbe6762e3b7e2e97fd89e0b27bdf70d923965c4ef90e2e77c1732e77b09a7bb4379ccb0b3bc33d9e3b8f7becfc947becb5807b1cecc13dfeecce3d3955c43db575e39eae6fe09e196572cf022e73cf13fab917ce25dc8b23addc8b1a17ee656317576cf18a7bb5f22ef7cafa3cf7dad9837bdd19ce95d64470a57fcf716501a3804cae2cd9872b4b1fcfbdb181b837914ddc9b0ff3b9b7e3a7716fa72ee5de6e93b8b77e17b8b7a72cb9b799a65cb9c26faefc6f33579160c855b027b9ca4fd95cd5912bdcbb8fd7b90f336bb80fe92ddca7da3bdce74fb25c8dbe095733d8cdd5bab970b5bf48ee4b741af78598cc7d5549e1bed61fe4ea067db8fa29cfb906b55aae31ed1bd738e4c835ad1ee19a0eafe29a5a15b8e6b11cd73ca9806b917fc1b5d45ee05a757770addb30ae8d14b876cbc95cfb1327aebdf009d7defe89fb314695fb51fb80eb50fbc5752c4ce33a2efa731de224ae3357e43adb95b9ceae435ce7f067ee67562ff72b7916f7ebd75feeb7de35ee77503df7bbfa04d7bdd394ebfe82713dfa615c8fd778aef7f319eeafce05eeafef35ee2fa9cdf58f5fc0f5bb2fe2fac31bb881ad4fb8c131c9dce078676ef0741a3728dce4065335b8c1075edcd0b805dc90ca316e8829e686173fe1fef961dc3fd08697b135e6656bda79d9015b5e4ea58e975b65c7cb5d5ccccbdb2ee7e56fc7f2f2f83b5e9e92e3c7d875f2632e6bf363ae6fe2c73cddc98fa9f4e6c7d486f10a33007eecfcebfcd885eff8b1a776f2634ba6f2638706f971e4057e5c763a3fae07e195d8607ebc8b3f3f7e873d3fbe5e9d576e88e2959beff12a0faaf9093ba6f113dc36f0136a9c78d59dc1bceae9f7bc6aab21af5653c9abff17c6ab3f72e035678ce3359decf9c9fdabf8292f8af8a9d2247eea137f7e8691353fc36d0a3feb442d3fabe03c3fabda9bd75679cf6bb75de1750cfef13a7ef3f8d9f22dfcec46257ede9c107ede420f7e9ea7223f0f9fc4ebfa2de2e79fbac4cf6fdfc92f583ecc2f5831865fb0e327af279bcaeb6d90e1f5aef6f27a95b2bc5eef0fde40bd823758719c37f8729337dc3795378c7ec22f5c76965f18f68e37d25ecb1b9d2fe38dd2a6f1ff6d40f8ff1237f0ffbd9bc91b0748bc71c1497e91fe157ed166597ed1a027bf58259f5f7cd181375955c39bd8a9f3a6e86dde742881377b3996371b4ce2971dace597fdeae4572c70e65738f7f2a367537ec58395fc8ae61ade222582b7f8eec15bfc36e22de79af09605e1bc65dd3ddeca7888b7a29ef02bcff4f2ab1e2fe7573d57e2578fe675f5ab107ecdec2dfc9acaadbc357c985f6b30c4af5de8ceaf359dc8afadf9c2af3bd2c8af0b1fe16d741ef236e66abccd6545dee6ef10bf5ef637bf7e7c28bf41568fdf60f288df88ece6ed14b6f3761e17f94d165efca62bcdfca61b29fca6d659fca681427ef30433ded1fc20bfe5c6067eeba975fcd658677eebf03bde69f66bde896ce39da782bcf3dd08de399fe29d4b3478e7effdfcb6cd33f96ddf01dec5bb8277795ecc6f5f334a98c46feff8cebbea74f2ae5543fc8e6188df19d9c3bb5d74e2ddeaa6f16ebf3b79f790d5fc2eed407eb7bf1cbf67ec257ecf855a7e4f8527bfd7358adffb3a86df5b3d87f75079cc7b047bf31ed27ffcfec396fc813143fc01ddcdfc012695f75c36c27bae8fe03d5d20fee0a417bcd79c5adeeb67167f48ab823f34ba8e7cac2ef33e0153f9c3a626fc61e4077f3879337fd430993f6a32833f8abfe57d7f2ee3fde444de8f8fe7038e64f0014933f980fb517ce086b57ce0133d3eb038800fecfec49f28d1e54fea0ef3a7cffee64fa79ee683659bf960f6061f62ff813fb3f1337f66f304fe4c502e7f76d362fe6c76257f4ecd8d3fc78fc66fb7f8d0936dfc7987cbfc790ae3c3c6dbf0618e9bf8b0143b3ebce2231ffefe1a7f61e256fec2d6cbfc855d2bf90ba735f90b77eff1179e18f017f7bee623562ce4234e5de423f8013ee2a3167f698d3d7fe933c55f76c9e22f7bbce02f07dee62f8fcee7e59665fc95db75fc55c502feeaceddfcd5aecffcb57dd7f86b38c85f2bc8e0afaf27f9eb3749fe46df37fe96a11f7f6b673c7f2b2f928f5cb5988f74bcc847c637f3916c077f5b763b7fdbcd858f369dc2478f8e25faca443e3a7e1d1f7db7938f5179c2c7acd11cd5cec75418f0312dfbf93be977f8584f553eb6cc8b8f7375e7e34e6de5e3ea53f8f8c28d7c7c23c8df2df1e7efbed7e413dff98c9e8cb6f060e25e1e52b6e021c7cd3c84d8f150c95b1eeadbc9c3cb8ef10828f0487d0e8f4e7ecaa3f4151e33ace6b1e0781e138b78ac7380c7e59b785ccf87c78d54793cd98d273a1ff2a4d6679ebc1ccd93f9153c65b194a79e9af1d407439e4e9ac0336a093c3b7087e71706f242580f2f249bf3424f042f251de693dc0ef0c946cbf8e42383fcbde551fc3d4c8e4fb5cde1530b3ff0e9b777f0e94d297cc67c1d3ec3f3229fc134f09997d4f807725afcc3ba937c56a8c06783697c762bcd67777de2733c95f99caff57ceefc363ef723cfe7b686f18f2c68fe517734ff64d652fe49c204fec9535dfec94f653e5feb045fb0631fff74ea16fe29b2927ffad19a7ffaf533ff6cc320ffec7518ffac3a8d2f5a38912f3afa8a2faa8be75fa82af12f9e75f22fcdf6f32fad0df997c415be385d977fd5359e7f3d34812f3108e64b1d03f9d2d861be7428822fd36fe2df9e5dc4bfbdebc2973b5bf01511fff88ad7fd7cc58f777ce5e8f82a5d6cf82a9b2ffcbb93b5fc87d533f98f8513f84f1beff09f467bd4e75007be26229fff72c887ff921cc07f457af8afa959fcd72c13feeba0235f6727cbd747bee71b64caf886fcdb7ce3fe22beb19ce29ba26bf9a63b5d7c735100dfdce2c1b74c55e65b5e8ff0ad076bf8ef895ff876b948befdc639fe877a27ff63fa3dfec7af937c879631df69e8c2ff541be47f3e77e77fcf09e77f2f7ac5ff76cbe57f5fc8e1ff686ce6ffccdbcb774f0fe2bbe795f0ddab31bedbba9aefae5ec1f71c3fc9f770cff9de47eafcdf5f20dfb76223df7749e4075415f881e9dafcc00f941f745bcd0f7efec70ff9e4f0c3a63bf8e12ba5fc70ec647ee4821d3f022ee4ff2d8de7ff956de4fffdab1364746608b2d1a704d9444990edde2fc8659b0972b95582dca77241dee0953066f522618cafba30e61d20283cbd2f28bc541014fee5098a06c705c5ff3a05c5574f04c5924a612cc40b639faa0ae3f4760be32c9284714f8a85f10b9e0be3175d11c6ff19278c1ff210549c8e092ac70b8409468ec204a254500db923a8def31026e6c508133f7c13d4fad609939cce0993e22b050d5d5741635797a071bb4dd07894206894de1134a7f60893d5b585c9978384291b6861eab2bfc2d45d15c2d4e37dc2b4a0bbc2f4b335c2ccca6bc22c8d6661d6ac7861d6bb6041eb7696a015ff44d07ad32968ffd11174347a059d1d0a82ceb9a5c26c3f6f6176559b30c7be549853e92fccf96020ccbd344b98676220ccabb011e6f51c1774f7440b0b8c33053db936416fcb3e417f77b560e0512a1856380b0ba51061617abab0b0a458300a53138ceab584ff2c1385459eedc2620d4e581c902b9838690926b111c2920b4ac252a44630b7782b98476d1096e9cd14965d7f2f2ccb3d272c377b262c7f9c282c2fd928ac38942f58a47282a57c9860e99020587eb92658767c17ac1c370a566d5f849516978595fe99c2aa390b85554f1961f58a17c26a571561b58785b0fa69b5b066d27b61cd3535614d539a60bd3554b0c6960a6bdd7f0a6bafc80b6baf1a086b495058fbd74158276e176cde6f146c956505dbcb2982edd7adc2fa9177c206f585c2869b2ec2c623c7858d6f1204bb995704fbf02ec1becc4670587451d8b4eebab0a9f997b0f9de7b6173e6682c9f2f382e8b12b6585c14b6de6d10b6fe5a27382d5e253859dc119c7c0605a7985ec18999226c6bba20b86ca8115c93606187f95d61876ba4b0539a2eecccc505b7597b05b7bd3e82dbd30cc17d8e95e0fe7e93b0eb76a9b02bb342d8555428ecee4e15f6e8ab0a7ba7270b7bf76e10f61ee785bd9cafb0576a17f6750e091e2b6f081e395dc201bf32e140748370e0e11cc1736582e0b9618ce079f7abe0593859383866bb7070db01e1e0b336c14bc747f0daa225785dd3110e194e130e89738443bfe7098786af09de0b28c1bb3949f0d9f74bf0d97f5c38fce59470f4d075e1d89560e1185626f856e809be3f360a7e0a5182ff2a2dc13f7da7e05f902c048c3d290484bb09017fb285c0d02ee1f87f9384e316c6c289f523c28967c6c2c97d8f85a0183be194fd4fe1d41527e1f4f4b9c269494f08713211cef8a2c299041de14c352d9cf97857386b9f259cddec249c1d5da3e79c7f0ae79ebc1342e57e0ba154a770beaa5f08df90205cf09a215c9403858b136f0917f3dc84088339424486b310d1250897357b85cb171c85cbb55b852b87b609575ff809d747f376fd618670a34b5bb8b9b059b875d15a88348a1622dddf0b91254e42d43c5a88beb04f88be3b4788d9e02cc408be42ccd7b9c21d671f21d6275d888ddb28c455bc101214758584492342424eaf9050775948548e15121d9284c43c270138365f00fef50b90ec3a014a9517a0fa97026cd424c0676404b860bb80347d1350c50601352c13b0d82201bfff9f40accb15882b7705127f2350ba5f040a3e27302b6f0aecc1190277c058e07554043ec15de05fcf1204ed7a416c1b12a4cc7c412a7a24246d551392753e0ac98f8d85e4ba7b428afc412165d30921e5de2fe19ef663e1de5733e1fe8c97c2fdd935c2fdf221215577ab90eab340480d8284d4da3e21edb89b90dee124646c9a286494960819bf9285cc031dc2835dc1c2834382f030a047c84a0a10b2ee850bd9919e42ce4452c8895d24e43c1f23e43a4f1072ab4421ef46bc90f71a15f24a5f0a8fbf5409f933370af9ec3721bfb94a28889f24148e018442a5ddc2d3c909c2d355acf06cec72e1d90a0de1d9e9cdc2f3d089c2f3147fe1796f9e50b43847280221a158e98f507c6aa550dcef26bcb2ab165ea5cd125e3d3d2fbc9e512cbcf635114a12358592fb9385521552285de42a943e1e23941d1f10deb89f15de043e13de80bec29bb201e1addc04a1bcf4bb505ef149a818272b54dcdc28bc93af17dead5e28bcf7b315ded7260aefbb6b84ea096e42f5bcd1b8ed81509ddb207cd85f2c7c00a3850f6f5a858f4ae3858f0fbd844ff035e1b3928bf0597dac5023172cd4d81c17be64cd14be86790a5f7bb60875e18784062641684832141add370b8d6d5a4273698ef0ad7d8ad072ae4068f9b44a68f9d92fb44eb6125a97f50aad6284f0dde7a8f07de8aad0766c48683b9e2ab417d9093f2231a1332e4de8d2be25743d6b127eea3f127ec94f137e4d9a2cfcf248177e7d77117e0d650bbf0d9d85dfee6ac29f6b3142f7a6e542f7ce3aa1e7cc5aa1d7cf51e88d6f13fe4e3213fe3a2a0b7d26db85bea834a1efb39dd0d7e924f4f5c242bf4687d0ef562a0c9e9c2b0cc6e70bc3be8230cc3c1446c6340823e59cf04f354cf867f746f8076c1065e6168a3237ae8b320369a26ce272515eb54a94b75f228ed9ff551c93fa4d54987e4e54d8ed2d2a047d17152acb44856f21e2b872275165fc755145851027784e14275c4c1327447489aae3bd4455d72451f55a8ea876541027f1b74575d366517ddf0151434f5dd4f8512b6a4ebc296a865a8a932db3c4c96b4971f2a36e7172cd1b71f2977e714a4493384578234eb9ff599c9a62274e7d53224efb5b21ced85620ceb872499c19622a6a393e14b5979b893afab8a873e085a8f3af4e9c3349579c7ba6419ca71821eace0f1575db2e8b0b2a30514ffe8ba8b7575bd42bb616f51f4e100d42a68a86562f45c3181bd1b0265a5cb868bcb8b066acb8b067b368f4e68968f4eb88f8df09357191cc017111c88a8b2adbc5c52a8ae2e205dee2e25a6771719d9568d2bb4b5c2277495ca2f04b5cb21216971c5b232e49f01297941e124d67cd17973a14884b8f8ba299e172d16c79866856bf4d34fb3d593437f82d2ef35f23ae18e32d5aa8bd102db06da2c53355d1a2c45db4c4fa45cb775aa255f3647195c56771d5aa1471757995b8e6a0b6b8e645b0b8e66fac681d8289d6cd27441b1f17d106fb2bda4e4f146d5de245db1b5745db879ea26d79b4b8de31595cef542d6e4cbc24da690e89762bc245bb6c5bd1ae425db4a7464407e725a243dc6cd1a1e1b2b8493154dc74fa87b8e9c20671d38357a2e3df93e216ed12718b1f2e6e5d784874d65e246eb31816b7d9cd12b7e5268bdbca77892e3669e276cf8da2ebca6be20e8583e20e1f0b71e7918de24e6abfe8b67d44740ba045b7f30f45f7d0cfe2ae9d72e2ae084d71b7ee2471b7e95f71b7cb90b8bbcd43dcddd726eec950153d6c92448fe4d3e27e2b3b717fc612f1c086b3e2012959f4f49c277a1ebb231eb470160fee40c483e1afc543bb1789de33ec449f33c7c42361aee291f630f1a8bdbc788c68177dc7cc107de7958abe3ebb44ffc38018a00a8a01fbf78b010f3f89013947c5e39ebfc4e3a787c4e31fdac593db93c593a1ebc59335d962d0e1ed62d0913c3108731583520f8b412573c553a169e2a95b01e2e97c4bf1f45f6d31d8225b0c0efa240683ea627026260637568b216702c590fc48f1ccbe08f14cc805f10cf64d3cf3ef8678f665b918fa5fa7186a9a24865ec815cf2f5310c3f62a8b611e07c4309f6d62f8ab66f1027b45bc5832245e9a3759bcb4e4ad78c5d952bc72fb8178a5c950bc8a2b8957f34cc5ab7d5ae2b597afc56b958ae2b5f654f1fa3437f1fa8c0de20dbd29e28dc6abe24de7a3e2cd5773c45b4653c45b363e62a482971869d62146bed710a3acdf8a513d73c5a87f8162f48a1d62f4c95031ba66bd18136329de91f317ef1c7b22de89be22de29be24c69e15c5586aaa1877f68518f77786187f7b9698e0df2626c43e1001992111d87d4304aab4455036420457fb8aa0e715110c5312c1aa8922d8f74c840e8f1121df6a112af010a11e5c84ab954464fa7711093c23a26e6d22ea8e88d8b0b18823534462f155913cb64e24cf7d10c9dbc7446a9797481d3e20d2130491f92b2bb22aaa22fbc942e44edc15b9b3cb44c1234c14429e88c2fd57a2d018298ae3024531ff91287e2d17a58da1a214b44794b27dc4a4db6962b2ee4631f9b7a198527c4abcb7aa40bcb7ed9a78af6c9a787ffa11f17efa0ef1fefb6ef17ed763315579bb981ab35e4c0b24c5b45b4fc4b4040d31fda3b79811b15bcc8cca16339b0dc5072a07c4078e33c407cdefc5ac71ea62965db898d5a721e64cad1573e67f16730e2e17730e458b8f4e65888f2ae2c5bc451162ded14b621e5c283e3eba567c3299129f544789f95bd2c47cdf72b1e0d274b1a06d9e5818d7233e4b8f159f0d278acf1700e2738731e2f3127bb1c8344a2cdae62c169d48155f8cf7105f9eda2e16d7ce125fabdf125fef25c5d779d962c99622b1c437432c39fe442c29f2174b46f68aa59b278aa51129a3aac4d2ba4cb14c8d10cb569d17df98dc12cbbd8f8ae5513fc50a2b53b1221110df39678aef86de8bef831bc40fe3edc50fa686e287c064f1437692f8a1f49ff8118e173fed8f153f054f113fd5ff103ff58f173fcf9f297e1eee106b9f8d88752e77c5fadc5ab1fe93b6d838cb416c3c7b556c1a3b496c9ab05f6c5a932136ddda2936413662f3265e6cde1a24365fb1145bb4fbc596d9a7c4964b7562eb1c59b155f796d8ea6a22b61e2a12bfafd115bf3be78b6d3a7962bbbd85f8c3e1bbf8a3b752ec9033113bb8b76267f251b1b37285d859fd41ecaa92c49f3288f86b52aff86be90bf1f7a389e29f55c162f7e97b62cf4a77b18752107bb553c5deee95629f6aabd87f3644ec7f5a270e04fe13075d9688435aa5e2d06d6371a8e18038bc729d386c3b2c0e53a3b2dcc511196f7184b41747be2989ff1e4f9164e65e966436c64b32e91724990f0d924cd73349d64249923b8b4872659b25f9e406493ef39834e6c04649d11293149b34a5b1b7b64a4a8b2f494a3ea2a4149e2c8d574897c62bca49e33bbd24655d52527efd4d529969204db874449a00ec9126ca0c49138f7f91d47c8324b5ee99925a4f9e34a9eaaca46ecf4bea8d1a92c6a1624933204cd28c592a4d3d1c2b4dbd77419abe9f92a61fdb20cd987a499ae1542acda81e23cd7449906652d6d2ccb2f1d22cdd93d2ac5de7a559b7db25ad359724addbc59256f40749bbd553d2f1cc9274064e4ab36f2b4b731dbda579f7a74bf37ae4a5f9634da5f93bd6497a275524bdc4db92fe0b0fc9502659323c794632bc8d480b77264b0b0323a485173c25a3b9a9929141b8646451291985fe928cca7ca4ff5cb64bffc53d918c83ff938c2be78d6a9516d5bc9316ef39232d6edc2f99b8ad9596b48d95960e8d97cc7e974b6683772473dd4cc9bc345f5a31d64e5a71d250b25019b5b651b2d8582359545e972c951f49969e0f25cb024cb29ab14bb2f20d93acfc50c9ea8e285925b948561f2869a5e97969d5586b69d5a531d26af58dd26a5c4e5a9d314f5aa37e4b5a13912d59efac97acc512696d7db7b44ee1bd64bba756b23deb27ad5fe72aad0f529036d035d20671a96457fa47b2fb2123d9afaf94eced062407424eda847b489b92ee4a9b7ed64a8ee6ae9263de5669cbac59d2969eb5d2d6d901d2d67d59d2569f1f92d3d262c9a9f7ade46c5a2639ef3c2339bb7d93b62db5905c64fa2517ff22c925ca44da1eb749da9e024adbefe949ae76d5d20ecd63d20ea058da79b25c72d3792fb92b1f95dca32c24f7fa216997032fedaa6c9076b363a5bd0a83d25ea14bda27c748fb5413a47dd466c9c317923c2a23a5039b22a4033b4635fd903c956b254f3f65c9b3244ef2fa9225f98c35947c7c4d249fcc7ee948e06de9a8cf19c97785a2e4f77293e46f302005dac84881764652e0d1c9d2f14d4ed2f1776fa413773f48276d4e4827779d924e76ce934e8f55924e2f7b2d9d5e3f513a9d464ba7077e4bc14a4e52f0c47952f0ac3552305c2b85c8864a21b75da490e830e98cbb289df93a5b3a2bbf473a1bf7423a67b45f3a1710249d7b71580addbe430a7d73550a1d7490ce9fef91ce5f3926856dbb2885ed5496c232eda4f0ed67a470ff47527812275d2cd3952256e64b978099d215ef57d29563fed2d5df6ad2b5300fe97a738b74d398906e362352e4182d29326fbb1459622045761d91a2ee0748b735e4a4db23c35234fd5a8a2e3822c51c5d22c5dc84a5985fadd29d8e7629d630598af55d27c53efc2cc5a9244b71abf74b715b9aa5b8b3a7a5f8d5f252fc057b29fecb692961f32529c1ebb194f05b941206ca25e8b19a04672948c8cabb1212182921371e4b48eb0909f5f197b02d73242ce23f098b8b93f0abbd125e884984f76a8948949588567789d4299448bb2689841e48e4073f89821f49d4e361891ead4f464b4362ae3e909898cb125b172a71165e12b7e5b8c4277849fcd3c5926062270909972421515712afdc9044b659923a7aa4a48acb52f2982f52caf155d2bd49bed23d83382935a4454a25274aa9ffbe4a69e3d4a43427564af36e92d2de0c4a19065fa40c075329f35cab94f9a34bca1c5824659f1f9172ae1b4839f98952ae61b5941b5c2f3ddacd4a79dbcda4bca30fa5bc562de9f1ba1dd2932b4152febecb52a1212215da46494f4f354acfa61849cf76fd273dbbbd4d7a3634417aee395f7a5edd203dffbd4c2a925b2715cd7c29152d75938a0215a5173a2ad20b5d3fe905b2577a396daef4d2e9b9f4b2b24a2a762b948afd2da5d7bdc35289da8054f29faf5462512395f46e914abd0ba552a94a2a6dca934abf5d97cacc15a4b2cd6e52d92757e98d56bcf4e6c543e9cdb744e96d5d8d54a17f57aa18add98a9638a9726ebb5449c94b55a70aa477077749ef17ee96de2f3e2e55ab17491f4eda4a1f17f5481f3b1da44febbca4cfd76f4935aac7a4da9697d297638fa5afc6bc54a7f345aa735a2bd59dae93eaca2ca4bacee752bdda0da9716e9ed4e80f4b8d15eba4c6ea34a9697197d4147e446a2ad6959ac7af979a97c352f3cd1b52f31f77e99be26be9db9a6752ab42a5d4eaed2db5be7a2c7d97f794be5f392d7d8ff396beb34e52dbf4b952dbe5c352db3f43a93d7cbdd49e7d41faa1a52afdb023a41f2576d28ffe50a963f126a9e3e76ca973f906e9e7866ce9d74c2de9d7c517d26fb506e9f7d20ae9779582f4279493fe44b648dd4b52a41e8d59520f222ff514ad907a7e874abd2b7aa5bfaafa52dffc28a92faa4fea23e3a5be1a6ba9ff72a034b4d64b1a7a7c501abea92a8d2807482313174a237b9f4923879ca4918e4dd2c8c065e99f72aff46f741ff8d7b2284946814b92d1524f92d9772949e6caab24d984d549b21f6e24c90eed4b925be99e2417549024efba2a69cc91ee2485b569490af4e72405ce2249a1fc709242436192a2d687a4b14e3f92c626d7278dfd32374969dfaea4f18063d2f8b6fc24e5a53549ca2b4f2429537892f22bada4091a3b922614cc4a52551a4a5235b548525d5f9da47ada2869e284c34913179a25a99555274d9aac933449eb40d2a4ffe293d4cbae26a9ff9b94a4b1fe5c92c68dfd499a67cb92a6981e4e9a12cf254d41ce254d5d189a34f5877ad2b4e49ca4e913bd93a6a3eb926614534933befc8fa1fa8c0ba90b03006e34a588a28114bd2a2aa54144bb501a0891284d220995060d348412511a4a92bbf7524948435b4a914ad1309252a8d787ffef39f77e38e7dce73ce7b922c012030e58e2a7052c3def012cbdf7185816b20258161d012c83be022acb5e012adb3f032a5ec701958a0460794025b0bc7e0a583ee60da8aad502aa27ec00d507dd806ac5174075623ba0b66039a0b6221b58b9dc1258f9c60a50cfb300d487068155aa918086e47640e3ac1ca0317513d0548f0534571d023457cf0234add400cd585d401385002d7d2b40eb4f37b07aa112b05a351b589de20dac2e5b09ac6ed001d69c7302d67cb707b4d51b01ed980f80f6e5f38076423ba0b32407d0b9d40ee82e4f00742b5500dd966e60ad1c0caced9e03acfdda03e885d8017ab16980def39b80be6439a0af350bd0b73b01e8b70f00ebd04cc0e07d036078de10301a7a0098384f0026f7ed0193b24dc0c6583d60d36a5f60537c0b605a55096c1e1e04b69cf9016c79bc12309feb01986bf802e63b2a0173e71380b9cf4bc03c01032cbeff022ca54b01cbd7df00eb350701eb43ab00eb7045c0e6bc09607b670960b76d1160975e0e6cb3db0e6c4b16806dcf8e01dba6e600db8b5b017ba9b780fded60c0fefd4bc0693c08705e130038076f049cfbb40097882ec025591dd8d96a0dec7aeb0fecfaa402ecd60801766f690476df3c05b86a19037bad7e02fbaac7817dbf97026eb63f80fddaa3c0fed610e0806c2770c0ac16703f3603704fd3033c363b021e660980876f38e03198021c5ae7031c3aa00d1c8ab0030e7db4030e470f0387f127c0616e0438dce502781ebe0d78a64d019ecd6a8057a309e0f586018e6cf2078edc980578ab7502defb8f01de3d47019fec66c077f623c02fa20ff0ebdc07f82f3706fcc77381805ddf8100ff412020561308b8fc0238fa5f3b70f4902370f4420e709437008e397f018edd23806325f381633f1e00c773dc8013d01b2048a10708daaf070441c9c0491f0438393803088e54004eed8081535f4b80533f9d80d3b70d8133b2eb80334b1e0067de9040e8dad740684f1a10b6361f082b1b00c29e8b02e1db8e03e1140b9c33760022e6bc0022964040a4773f10b5642b10b51f07a28f5c06a29f5d01ce4b0e00178c83800bd6bec085741320664b0f106b5a07c4ee7e0dc40ee40071c9ed40dcd516202e4f0688fb3c0f88b72e07e23331e052c61470099e002ecb4702976bfa8084c1cd40e20c1720d1d30948bcf51048a4b6034916364092e35d20294d1eb8227d15b8a2b102b872dc15b8727a3190b25c0fb826ea055c3b50075ce314806bd56140eac2c340ea566b20f5ef2520ed461390763f1db871ee0670835a04dce400e066633a70ebe14a20e3440990513608dcee1e03eebc5d0c646a860059da724056d805e02e5c0964cf0801b2a5b480ec424f2047540ec831e1809cfbe540ee7906c8d3ea06f29cc680bcddcb813cf732202f4812c80b3908dc9b5700e4c7fc01f22fc502f97f8c81824dfd4081c575a0e0e04aa0a0481428984c03ee8f6903854b0681c20d3b81c2c00aa0f076025058a4083c58c2030f57dc018a8f7c0180d9710078700480baae03b0c469002994069087650052fa2ffe3c06a066dd001afc0dc0da45017c773c80d7170144840d40a45000f13308201d5e0324b212a04cca00ea3d0cd0b334015ad61d60fc6e030c630030d3710037d312e01654039c510cc05db206f86e33809f7c0c08739601c2913640f8600908bd4780c766d340c97673a024b90428b590064af7b801a5fffa6159eb49e089bc1bf0e4ba19f064e819f0d47a19f034d01d781abc1fa818fe043c4b580b3cbbde0d3ccb4a059e3d98009e958b022fc4e7002f5413814af15d40e5fd71e0e51a027869d206bcdcf1137839560b54ddfd0b547d3406aa25be03d5d11540cdde51a0a65005a87de90ad47ed6036a8706805727170075471f0075a7c280fa330f81fa927ea0be21096838e001344a1f031ad7dd051a1d5380c6d8ab40e3cf3540934128d0e2d309bc7e370db4eea9025a217ba075da1078a3f40a78f3f629d0fedf61e02d1e0cbc6d9d0374f89e003a326a804ed97340e7fa78a0933f027476b2c03b7f19e05d562bf07ee63ce0bd7e24f0fee605a0cb3d11e8f21703baa0a740b7462ed0537d01e8fdac027c3ca0087c1c3801f44dbb00fd55fb81fece2bc0a7886ee0f3de586040bc101890d401064e3f0006c6fc80c10d0dc0d0f5cbc0b02b037c393f017c958801be3e3c077cdb1b027cbb14097c1bb207befb3d07be5f6a0046fb6f033faf990163ba2b8031afc3c078a91ef0cbfc3c3081a702131fcc81c92d2f80c9add2c0e4cf18e0779c2df0bba71cf83d74e09f7ae0f78f56e0cf222be0effc01e0ef711098faf7bd53a511c0f41b1570e6c6097026f6029cd93f04ce9cd601678933e0ac022f70f6e60a70f6f135a048be18287a370714135305c50fcc04c58bc44109b36fe01cd797a054b0312895351794121a41a9ee2850eac71838f7eb0150daff0928b3d90f94b1740165b62d0665260dc179065ee0bced1c38ef500838efc83d70bee37d50769d2e286b33075cb0350f5ce8340e2edcf50b9493f801ca3d5f0eca558e81720d7ea05c873c286fde0eca8f27818b1d9e820a86bf40c59435a062d6035011360795b6f8814a8e83a0f2a1cfa0f2af1e70c9b7367099e76b70d9c96a7059f0065025a80f5479fb1fb87c7d3cb8fc7924b8fcbd0fa81aa106aa8e55806a8566e00ad6175c693208aa2b3a81ea5616a0fa9520509de904d5abfe82ff3543e02a914a7095e704a8115b026ae47d0535de71a0e64b7d506ba132a875701fa8f5471c5c1d5404ae8e1e025727e980abbbe6826b36bd04d77001a0f6a55e50fb712fa8537c0bd469bb0fea3efb03aed5c2c0b5c61740bda471508f9406f5efb781faf84950ffcd7d70dddd04d0a0f5366884f9804655ef4163d93ad058e53a689c9d0eae970805d72ff602d757f982ebdf9980eb3fec00d77faa063788ec0037588e801bbaa441132931d0e49904b831a314dc444a819b869681a6ebccc0cd1adee0e6e0abe0e6a47de016f57670cbde0270cbafa7a0d9543668f9b701b4323c055af9158356fd47416b693fd0ba371ab4b1dc0adafccb8dadfe2fd0f69e2768fb671d68f77c3d68d733066e3d7d1adc1abf1ddcdaa8016e4b3804da83b9a0fd532dd061cb2ed021e73ae850bf00dcb17303b8a3fb18e828f61374bc2b0e3a1d6f049d456340e74d3741e7d437a0cb1c0fd045670cdcb97603b81360c1dd474a41572977d0d5e812b867dd75708fcd5e70cf95ffc03d9f12c1bd3651e0ded683e0beb84970df4f67d04dc51b74332807ddac66826e9f5bc0fd87ecc0fd9f9681074e79800732b78207fa1241f755dee0c19976e0c163e2a0c7c626d0233112f448bf0a1e52e8070f15e982874b2ac0c32ff68387474e815e8dbb40afc129d03be224e81d6f0dfaae780ffae98a817e99cb41bf1fa3a0ff8c9fa0ff5225d07f991518a0ae0a06b85982011de7c080a1f3e051af29f0e82d1c3cca9f070317a580812a3bc0e3969fc0e30f13c020051f30287f1d7832f41b182c79020c564906835bedc053cac3e0a98d12e0a9f64630447c311862701b0cd9320e8608fde0e9466ff0cc9122f04cfe4ef0ac522218aa75040cdbd60886af3702cfa5a482e7deaf05230f8583519b31300a9d0b46679783d1c06b301acd07a3bbe780d1dfde82e74f00e0f9e75ae0f93147f0c2ec243026210d8ca9fd17a73cc05889c760acbc3218bbad038c3dab04c6c6ae05636f5e00e3e66883716a301867100ec6472a81f183a6e04599c7e0451d0cbc381e085eda910e5eead5002f1f5c0726acb402139ead0413ba0cc18491256062a0159858520b26d9af079373f5c1640101af80b6608a98367855e91c78558f06afdaa1e055ef54f0ba943a783d490b4cddf2014cf51b0653b32830f5a12398b6241d4cdbdd0fa6a5858137e47e8337ba53c1f48106307d6c217873c32ef0a6f917f066dc0ef096ad0478cb7e02bcf57b2598b1ac13ccb8b113bced7908bc9d7c0bbc23ec0633c50cc14ce93a30f3df9dcd3c390e66c6298059da196096f35ef02ef614bcfbc404cc967106b3e3acc1ec9c2230fb5e3c984d6d06731e2c05736f8a80b93c0ce6a9a0609eb12298d74681f7ecee80f7420dc07b29816041c63cf07eb600de07a4c1072dd5e0836177b0485a1e2cd2a1c122abcd60d1b6a760515929f8d0fb39f83075182c56f805162f9b028b552cc1478ecf4020653308ce9c0382358d20147f1384e840107a990b42752f40f8a60688585e06913bcd2036fb03882fcc01f193db405cf80012f3aa40e2812748548f83e49c28905c3a1fa4241783d4c15520f5b103643c6f804cd31e900d7601396b3d9057be06f22b3e807cb90b28ec7e0b0a018b40e1ac08f8f88b135892cd8325edf7c1d20577c0d263436099f849b0ec5c2c583e8305cb2f9d07cb5f7881e52d4de053dffde033f42bf84265087c41168095dddbc0973b8cc097d38360d5e276b0eab82158ed7d1bacce4805abdfcc046b96c360adbb00d6760f83afdeac00eb74cac0baab16601d7c1dac379b04eba7ce800d36ba60836315d8d0fb046c8cbd0c363e98073656db804d8edd60f3dfdb608b7c29d8823b822df5a7c096d727c096b628f0b58a1cf87ac36bf075f910f8fa992bf8ba23176c1529075b0306c037f2d6e09bb8cbe09bbf32609bf14bb0adec14d87efc37d88e1c02dfdecf05dfbe80c0b7edc360a7300dbe537e0cbe577602df6bea83ef9fbb825d6b82c0aeaa11b07b962ed87dcd08ecb112057b7c20b027630aec29cb077bcd22c1deed9560afef4df0a3cb5af063402ad8377b04ecf3b406fbc866b0ef893fd8bfa01becbf320becbff614ecafbefdcf17f0f3cd1af0f3f37de040a5213838430c1c3c9d0f0ea28ae06065183894f8191cb61903bf2c3e0e7eb1b403bf1c41c02fa5c5e09797bbc1af9c23f8cdb818fcb67335f82db90ffc967e13fc9ea7037eaf7d018e6447813fda02c01f1f1f81a3a575e0e8eb74f0e72c0e1cdb9f0c8eaf8b017f010fc089e5a3e0a46e27f8db3800fc33e323f847df0bfc63d005fe093901fe290a07fffeeb857fa3e5c0a9c535e074a700cd30790dcd0037423377c54333f7fc8666560d43b365ada0d98a8a9088932924e2f91812959380442f644062311b21b1cfbf2071f3d990f8760012bfe20c491a6d8324cf3e8024df2a4373428e435281142435a40f498df3d0dcd68390f4c2db90f4de7d9074ec3248c6fb3f4826ec1c34afe11034af2b0b9a6fe501cd3f9b0ac96ea885645bd3a10557b5a185da34b4b02c0692db1004c9a58c4272ad5690bccc056891871ab4f84811a410700a52883484943c0148e9b233a434390352def403528e60a1a57d8ad0f2a45148155f01a9cdd687d4942848cd9880d4023f416a8dd721b5b655905ab703b422d7195a51360b5a69200bad1c672175b74c483de015a45ed304fd67d904ad8a7a0a696cd086346a1a20cd4718a48938405a6b5521adc89b90d68b0e68756a19b43acd065a7d0b8756b73d865677e4406bbaab216d6f2348c7be15d27119827457e840baf7bf42bafdb3a0b5c56fa0b56522909ef441484fa90ed2b39583f422ee417a5795213d6102d29fff07d2f73684d629df870cb66c860c874721a3f72b20e3e610c8f88d11b4deb119dab03e0a32797a1f32a9b9056dd4dd066d0cff056dce14a02dae359099622d64963b0732abed82cce7564096515e90d56c5bc84a79266455f60bb29e8543d6279d21ebef37219b555d90edfc2f902d2e0f6dd5f80c6db5bd096d7d980e6d6d3282b689ef80b6a93e84b695c940dbcdd643db9d0e42db0f4741db5f4f41f6a6fb2187ddebfe390e395c68801c5e5f84762c898376ac5286761c3f0cedb876057264ec21c70e17c8493203720ed90c39e3cf21e7cfa290f34433e412d905b9dc9087766a45403b7396403b4b0968974427b44bca1ada75aa08da95dc06ed5efe12daeda00bedce3b01b9ae4f81f6bc8a82f62e1e85f6e5cf87dc166c86f63b8b40fb5f7c850eb40641ee1da3d041d515d0c18c1f9087f865c863891ae4b17331e481de823c46d640875ea6429e0a6720af8d9d9097d74ce888b53d7404ea818efc1581bc3b3e42de0329908fff65c8d7570bf20b9d07f9bf6d84fc3b0e4301862fa10087dd5040f65b28a0c40d3aa673163a469443813d007442793374a260040ab28d8282929641413533a1a08926e8e431183a992509058bb743c18bb641c1797a50704116143c1a07054f1c824e251d804e658742a7842c2864ce7328e44a017466a31374e6c50628f4a13f14b6ff0914fefe1e746eda148a68dc0b458c794151736f43514eefa1a8c876288aeb87a26a12a168e91a28daf02214ed2905457fd8059d17cd80ce3baf832ee44e4331a2da50cc7e2f28a669148a9dfb148a754f86e2ded741f10a0a50bc991c140f8d4017356742173bb5a14bcacfa14bce3874c92d16ba7cd61dba7cf53f283149094aec03a1c46f9650924f2194bcfc0094ec5d0b25dfd18492ff6440576246a02b5f0da02b3ff4a094a363504af242e8eaee7ce8ea4f0928f5a31994566800a5bd0c836e24a643371ef54237e012285da912bab92d04bab9e30874cb6a2f742b720e74eb862294716f00ca782007651491d06dbbc7d0edad2e50e686022833651e94d9100765cd9f0565353b43d97bee42d9c981508e2804e5e40e42b9e2a3506ef8132837763394a77617ca3bd300e5e59743798fbca0fcede7a0fccbafa1020d1a2a381500dd9757820a5dd2a1c25a5de8c14e23a8688e1c5474a4117a1856063d8cfe0a3d4c9b0d3d84e6400f8773a1e2331721607b1d0474ac87c0e7472168a333048be44270a6380477a84288230e21af3b2194b687308fcd10f65b01c2afa74144d40e88cccf86a817b9103deb21447b57414c5d00c4c21610af6502f16c0a243cff083dbeee0f9506ae854af38ca0323955e8897a09f4e4be3df4e4892e547ea3127a3a770bf474150f3de5baa00acbbd5085db07a8222517aa687d003d53fc0c3d333e053debda073dcffc073a003d7ff5177aa15105bd9890822a0f554295c70e4295b11ba0978bcda1aa7f6b576b0443d59387a11a8b3ca8a6ef3b54339c04d54ab840b5fa5ba15a0f29e8955234f40a48805ed5ad81eaf654fc3309d53df90dd5fb8b410dc727a18613b550a3b403d4f86f4f8da1b650634c31d418af0835d6cd855aae3b412d371ba196fc45d0eba52cf43a381a6a9d2101b5ca89406fd64e436f7c0e436f4267406d298150bbbdc63ffed0db3513d0dbf34ba00ecd5950477e3fd451e50175ae9a09756e5c08756e5b00bd537180de9166d0bbbfcba0f7dbaf40efbf58415dc5f3a02e2c06fab0cf04fa50e800f528af867ad6bd837a52eba09e376550af6b3dd41b2009f55e9a807a93bf42bd196150efe751e8e3e230a84fc114ea735c00f5dd7587fade66437d9d5250ff5255a89fb681fa1b55a14fb3e5a0cf7b76429f0ff9439f8fcd803e5fd18406c6e3a1419573d0e0964c68b05f0c1af2b3818697cf8286633742c3390ad0f7ad03d0f7f0d5d0f7365568546617344aa643a3fc4ee8a7ce18f433c9191a4b7581c6ef8a43e3951fa0f1d663d0f85031f42b331dfa95950bfdca91817e358941bf7e4d42133b4e4013d183d004721a9aa89a094df4db41bf3553a1df8907a1bf378ba0bff02c68ea590134f5de0b9a2ecc83a68bd7c1338adae09986c7e099c647e0594766c1b36f5e85454e0dc3226511b0e8e111584c5e1e165b93048be9bbc36236b5b058ca0d584cd8058b8d3c83c5f57360f18d302cb1a61896305b07cf316d85e7ecb780e7145f80e734c9c073baa3e1397d2ab0d4c7cff05c651c965e9e0e4b5fd8024bff7c0acb2cbb02cb40c1f0fc5b46f0fc7bd2f07cf2072c2f1e00cbbf780e2f729386175d7b092f223ec08b1d8ae0c5797eb0c2ba17b0425818ac702d18560e580f2b27a1b0f2b3f9f012e5107849aa18bcf4f45d7869e96778699311bc6cfe34bc4c77005eb67d11bc2ca41e56917487554c8b6115ab39b0caae2ff072d54178f9fe0978f9e1ebf0f2945ff0f2226758b5f831acb658e39f1bb09af2177885720fbc72d70d7865c124ac3e9804ffe777055e65fd095e155b0a6b783c8435de8ec19a0607604d8284b5b04a7835b6095e33bf035eb33719d671fb0bebdc5800ebe4cf80753acd615da5305877c50f58f79c38ac1bb50cd6c5c761dd2e5578ed7a005e6bf90ed693f681f5aa2fc27a1d53b0fe521ed62fce86d769c6c0ebd67e830decd36143c342d8f07a086c5815041bbece878de4ed60a3891cd8f89136bc5ec2145e1fbb10de9034049bac1f874dbe97c31b77c7c19bccfa61530b1fd814fba7fe08bc19ad82b7ac9a076f317f006f491c86b75057e12d157b60b39c2fb0d9d383b0b9962f6cbee7166cfef00e6c3ef808b6987705b62c9880addc6560abaa3fb0f5c1dfb075e1346ca3e708db66ac87ed8e87c25baf8ac2db4437c0db5fd4c3f64a8ab0bdbd036c7fad10b67ffc09b67ff90b76889f073b5487c03b763e851dbfcc859d7ec8c0ce277ec3ce3f49d825ff2aec32a80ceff46e8477c95ac3bb2c8de15dc07278b75510ec1a3607def3df62788fe14f788fef2678cf032d78afe729786fe41778efad51789f7c10bc2f3111def7e810ec3612081f9089860f346d83dd6794c3070d62600fb910d8236e1fec0147c187643fc387152ec29e7195b067a71aec39a4027b592c80bd721fc35ef06fd8eb452d7c64ee1df848aa0c7c646c1feced7d0bf6f69b86bd4f1c817dea8ec1be37da61df2f5ab0efa404ec275303fb299f81fd670ec2fe9beec3feb9dbe100c92770c03b47f8e83e5ff8d899383870e15238d0e1147cdc71143e7eb9093ee136009fc85c0a075544c027b58fc12733e4e060b52570f0ba057070ff46f8545f071ca252059fd6be099fae5a099f6e38049ffeb2073ee3fd0a3e2b330b3ebb78361cea75120ea52ec3611a07e030dd5438ccf0361c76761d1cbe4f1c0ef75082c3bf75c0e7fea8c291062d70548c3f1c2dfd028e1ec985cfcf9b822f88ec832f7cd906c7dc978563fe74c2b16fa6e1388905705c54331cf7fd271c9f5e0cc7a3ebe08b178ec097640fc397768cc0978e2e812fd5e6c1978b42e184d57a70c2a66a38e170369cd075054edcf30e4ebc78154e2c2f809356cac349de7fe1246c1a4e6295e0a4bf8fe12bee7be0144d3b38c56b269c72fb2e7c55220bbeaa5b085f4d9f075f337a0f5fd7bc095f5f7702be6ee00e5fb778095f3fee055f7ff8174e7dde00a77eea81d374b6c069996be11b35ebe0f49a4a38fdbd1d7c537a197c33e0347cb3aa01bef92306be153401df0aaf8333ae5d816f2fef85334df7c3597ee370d6592738abca04bebb9683ef9a27c37783eae1bb3758f86edd5c387bac17ce5d7101ce2dea8073c7e2e03c670df89e4c317c6ff0229c2fd205e7432e70c1c94ab820d9032eb8f9052e287d0ddf1fd0840b7d2de1a2470be0a2d200b8a8a2162e5e711c2e2eef858b1ba761a0531a0606ad6170de380ca26930386a0143f06e184ef806c34ddf6064ab2c8c3a5330ba9b85517f10c66a83607c8b378c4f0fc0846d1c4ce69e82c9b14898b27e0c53a969307563234c651330d5f10aa6a5c5619afb09337ac530f3a41f66fe94c1ec1a0f983ddf0f733b22612e752dccef158579c206e62bc3e1c781b67089ca4eb84498059706a4c04f127ce1277037fce495045cbef9305c3eb9142effbb0c7e3aa00e579c7b0457bcd801575485c3cf78027e2e97083f0f9e0dbf7053815f448ac22f5a4ec095726d70a58d255cb9b307ae0cd90857c61f855fee6b80abee9c82abe09770b5f11eb8daf22e5c9d760cae6e69846bca6ec2b562bfe1dae5e7e0dac33c5c1b9a06d702cfe1576326709dfe005c0786c2759c395c9fec0dd797bac2f5dd38dc10620c37cd1b849bd09d70f3f718b865f579b8a5ff34dcaac6c06f8c8de037037170db3806b7db01707b722edc21cec09d7aa670e70b59b8f3c73df89d421dfcbeec28dca5e103773d38087f58a50e7f3892077f08d180bbb582e1ee6b2170776502dc3d120af7405fe19e8112f863573fdc17e308f75f4a813fcd2c843fcdb9017f5a5c0d0f4c45c1837b4078c87d0e3c4444c24342103cf4e9303c1c01c0c3c27978f86f3afcc57725fc352e0dfeb6480efe2ed50c8fc83f82478c65e091feb3f08f0d1df08f3b87e01f393df08fa2e3f08fce3678f4220eff947b0cff0c1e827f0ee9c2633317c2638b3ec063f717c0e3c6bfe05f9696f02f240ffef5610bfceb93293cb1781a9e8ccc86fffceb217f0c15e13fd7f2e1bf4231fcf787153c7d34169ebe50094f3f9f46662c50406633ca8888a63322e2a68a88c48e2322f55f1191b19f88684912223a12858819d422620e0222e6b10611fb918788ff3782886f0942c47f0288a4d13a44f2840d22599886cc59648ccc313c80cc797b0d9192f645a4066f207377b823d2c78c11e9aaf78874cb6e645e501132afea2c325f7c0f32bfa40c91e5e39005b6cdc8c2220f44ae4240e403a610f9333688fcf537c8e21c1b6431ec8128d84c218ab38f208a511b1025153f44491d41948e07224a031188f289058872e25264a9f93e64a93d84a8ccf881a8acb3435492c610d545b71155a01f510b5e87ac903989acd8bb1459c1a5222bfbcf22eaa21ca22e2e8fa84bde40d41f6820ea83c9c87f931ac8aa88cf88460b8c68bcfe8e68fcbe8068827b112de3b388d6c193c81aa366648ded4f644d6219b2a6290fd1fecf19d1d1af4074ecbf233a8119884eb307a233fd14d155fc8ee82e3d88e81a40c85ab515c8dacb5b91b52ff7227ab68711bdb3d2881e751bd16be310bd3fd3887e9c2fb20eda831818c6220696971183ea71c4b01a448c246311a3b5bf11e3ab6f10e3d108647d078a6c909c816cd8ba09d930fe0d31b15d8798ec75414c62b21013e614b2d1240dd9e410886c3a248b6c7a3d8c98fe7044366ff88b6cb6bb826cf1a840b6fc1a43ccbd5b10f3d08d88791c8d58ec388258c43c412c37772256cf4511abaf306235158f58a7d723d6996688759f1462b3c91fb149be8cd88cbe466c3551c4b6db19b1fdf117b1f37986d885e5215bed4691ad5f54906d6a16c8b6ebfb916d796e88fd7f02625f138e38d8db213b3a71c4f1552ce2b4fa33e254178e38cb1c409c1716202eadc1c8ce1376c8ae1001d9953f03d97deb3ee22a668cb8f6dc47f6cccc47f6e877237b9fc6227bbb78645f6522e2b6e60ce2f6ac0b716b8c40f6df7040f6b7cf430e4882c801057bc47d8129e2be390d71874a11f7d6f9c8c13beb91830579c841260cf12842904391ab904335f188e7090cf13ce38178f9c8205e21fd88d7f5cb8857a10f722430063932ae8578eb3a21de3dbb109f276a88cfcf9d88cfaf7788afef46c4f7d471c4b7dd0af1fdfe06f11bad44fc26e410ff6b59887f761312b01046025c879180f64dc8d1fd4791635a3b9063f69b91638d379063931f90c059db90c0bb0d48e0e311e4789105721c54408e3f5b8d9c28d541829c9a91a0672348d064317252cd1839b9371139f97d1a096ec791e077b390536a21c829fd66e4944715720a314042fcde20a71f262267264a9150ad8f486886161266c521e1de4648f8ab0ae4dc2d37247285241299be1e89ccde8e44e90f22d1ef6591f35b7d90f3f67ac8f93c0cb9a06881c4ccdc85c4f8ba22b11bc690b89e6b485c7f0c121fee81c49f9740e273f720f103d7904b1bcf2397c36e219713c790cb77672009c9454802fd0b4928b1469216cf4392dee1ffbc4692fe1822c99bb621c93bd620c9877723c94c237245e93292a29e8fa4f0007255c11ab9baf30072bdb80749bd148adc986183a48bf720e93ae79174782e928e3823b7ec172319ffe6c868544632c66a904ced6a24d31c43322ddf2099fbde205985d790bb32eac8dda0efc8dddc7024b7da17c9fddd89e43d2490bcb1cfc8bd1971c83dc99fc8bdf17dc8bd3f6f90fc4337907c600829d85a8314b4ea20f7352d90fbeb05e4feeb30a4708b2852e86a8d1406cf400ad10ae4c1ea38e481d356e441e673a478ae29521ce1893c8a79883ce25f22c0e9330878271a01e174043a3f03818a4e21f00c6304195142b0df5d086ee287e09e15081ea684105b6e22449e2742ba7f4548af1508790146486029427d7c84d05a8308fdc50461a2db11e6ca7f08736f27c25427221c3a1be117ce42f8eb718850248508602622bc8c41849ec5c863f122a4e4d807a424b30a29e95c8c94de57414abb4f22659a8d48d9ea2ea44c48479e64aa22e5c7d720e5d7b491a72b6c90a7b75590e73ef948251288540a045239da88bcac0391aab5554895e36fa4cac714a93a1a8b5425ef45aabab722d50f5a911a9f10a4263c19a94953476aca762235bd13c82be731e4555d245247b922751d8648fde1fd48fdf131a43ed104a92f388a345884210d4220d2309980346e91471a3da391266d0669727f8a345dee479a37ab232d63f9c8eb7de5c8eb930cd2bac20079a3771579b3612fd2a6f91d692b5144dabadf23ed939f91f6295be42d5584746cce463a22fa918e764da4f30c88bcdbb502792faa8cbc177b80bcd70c42bab6bf413e3cb4473ebc5646ba25b5919e7f39e899dc86f47afe732f0ee9fd5681f4feee457aa737221f1fbc46fa9cce227d4318d2bfce06e977fd8df41f3e83f4970c229fcc6a914f47ef219fc2d7239f1fcb219f9b9391cf2d00f2b9771132e0d8840c60ab91c198bdc8d08a706428e23932744f0519564c4386b5d720c3c6d3c8d76beb906fb127916fe5ef91efee15c8f7240764442e0219f9ef2832e209213f735620633f3721e3615ec8af211c99d0b344269b7e23bf2d16207f56aa207fc600e4af8307f237ab1c99f2af47a647d6a0338357a133631074e695ebe8ccee79e82c91ede8acd4ede8ec7566a888a3072a52361b155d791c15f5d545455f3c42c5f6d7a2624122a858482d2a3e5b03155f33818a63f5a884b6132a795501952436a0927f55d1399667d139bbedd039e593a8d49bdfe85c79109dbbfc153a3775152aedaa804a5f5545a5ab7b50e991585466fe2354c6e70b2a73d30d95c93f85ca8c81e8bc85043a2ff2063aefe9343a5f73093adff9063abfe5003abf4d1d95c507d105cabde8422b2d74e144392ab7bb0495975ef3cf4754feb632bac86c085d1c1b862e7ea8832aae9f8d2a7a98a18a271854f17409aa242da04a3a975065a32fe852237b74a9fd6e74e9a5a3a8ca42295445370b5dee7a1e5dced9a3aa468ea8dab355e80aa9127445d91f74a5e83d54fd8432aa7e2f0fd5383013d58c3c896ad62e46b58c4d51ad645154ebc65c54abe310aad57d1b5ded36175d3d598fea2c5f83ea7cac43753e2ba2bab3eb515deb1e54b76803aa2f9d81ea130b51fdda51d420662f6a90b506352cb7438df4e6a146197da8d1402f6af4b30d5dff5f28bafea22b6a621d889a4cef4537c6a5a31bdf2c4137697e4537a525a2a62a3350d36d4da8a907889abec9474dfbafa25b9ccad02d877550f3abf3517378076ab1790ab5349e402d33b351cbe271d492db8a5a1bef47ad2d2750dbb46ba8ed876da89d8e0fbaf502806ecdc7d1adedd7d0ad3f07d0eded06a8bde51dd4beb80e75d81985ee38ae85eef8da873a363aa24ee61b51a70917d4592d1a75b6f7479d7105d445c91cdde53a8aeef23444778585a0bbe2edd15dbd76e8aea15de8aeb14e74b76d05ea6a9383baa6c8a3aeb7b450d7919de89ecf9de89ea90074ef591374efdb79e87ea70fe8fe162ff480a73a7a204a0f7507b7a01e9e85a8c7e7ede8a1bd7fd1434feea187dd03d0c34756a08747a7504fa9d3a8e7c52fa8e7fd34d4b3fd10eaf97919eaf927063dc2a8a2dea16affac407db6cc427d6a2fa33e8db5a8ef0125d4b76c1af5732c47fd12aa503fe8291a20d583063c40d080b20af4184ea081f1de68e0afbbe8712747f4c481dbe8095a043df1430f0d92554183d65e428322ebd12012458346a4d193417de8c95392e8c9d46234f8c9673464cb2f34e4e173f4b4ab0f7a46d41e3da379153db3772f7a76a3367a96fe8986ee974243c7e2d0b01871343c6c1d1adeb1073d77e32f7a2e5f0b8dd03c8b46ac7b84462aed4523491f34b2a4108d726e47a3d2edd0a8a14234ba74008dae35452fac3c8b5eb0e2d098e88568ccc57134068f41636dadd1d8f469344e6b061a17ee85c6c5d8a0713775d178df6c34be61167af960369ab074069ab01d4513ab54d1c496cb68e2a43e9a24af8026e5e268d2d45a3479368b264be8fe638a261f85d1e44703e815321cbd521e875e195d815eb35645afed8d40af653f40af8b16a1d7ef5e40af4f15a2a9f3c4d054f37e3435311b4dcd5f88a6ad398fa69dd6fba7154d3bd78ea6c5eba369f576e80de8069aae710d4d3ff71b4d7f148fde5cb30bbdb909416f593f456f75ef4433c4fdd08cfa57e8ed794bd1db400a7abb6d12bd23311fbd236f85de319046ef1c1a42331fa4a1992f7cd0ccae9d6866ff389a35bf00cd5ae883de2526d16cb10a347ba1319aad0ba0d97efe6876dc3b34fbed523447c71dcd5dea84e6ee42d1dc486d34cfb006cd5fef82168445a005e9956881308a16d4fe460bfa49b4e093297a3fd40fbdffa7132d945ff4cf385a68af813e30ff803e8066a20ffefdb51f6a48a10fcd9dd0878f9ea00f5977b4d8e0025a6cfc1f5aecbe08053a16a2a097360adebe86823dd228247d0785f6d12874e33e0a7d7240a1612b145e2582c276722832471545d48d50b4ab1cc594f3506c7b124ad428a0a46c1c4a1647a3649f334acdec4129f38528c55f44a95fc9285dfd1665ccbea14c5b11ca9adc42b905ce28e7528072e1d22857b218e52da551feaa32cadfeb41f91f6f5141bc1915f6ed40855119b464ef045a7207424beefe404bfbcea065aa87d12701f1e8930b0ee8938adb68790b853eb57e835624e9a315a4075af16c187da6f2017de696803edf6a873e7f52863eafb7475fdc34412b170ea39589c668e5d83bf4e5565db4cabe05adba5887565dcf45abad2ad0eac765684d841c5a13178fd6348fa33543bfd1daba26b4b63b097db540137da5f0027d55af86d6ed2940ebb229b4ae580bad1b6d44ebd106b4be02461be63d411bacf7a30d192d68434908daf034196d9ce787365a4068938718da7c7723dacc1ba3cd55f26873f339b465b30edaf204435b0de7a0ad2eb968ebee01b495f743df48c6a06d22a9689ba81bdaaed089b67fd240dfaa36a16f8f3e46dfde3d8dbe8506d1b763da68c74516edf8710ded180f45dfe557a3ef0634d0f76ef5e8fb43e1e8fbb2796857472dfa21e110fa21f507daade58076178ca23d395fd09e4269b4d7430efdb87e21faf1ca73f4e3bb22b4af641ced7b47a1fd33b4d0fe4b52e8e7ea587400ba840e86ef4087ac45d021a21a1d5e360f1dd6d644bfcc3c8d7e0d5a847e8d1f41bf3eea43bf2d38857efb6c8d7efb9a837e4f1f4447facdd11f5e65e80fefc7e8a8d43374f4168a8e9636a23f335bd1b1e653e8afdc9fe8af495d74c2f1283af1ee343a39b7169df45b864e3e46d0dffbf7a07f8533e8d4dc35e8f49528743afb1b3a5d94864e8fedc766acadc6669cd0c6663cccc66660bfb1991afed8cce0026cd6fa5bd8aca765d8ec196b3191305d4c546f0e265a331f13fdf31e135b5d8f897d50c1c4ff5b8089af5a8149fcf70c93301dc424ae586112e9e29804701093d4398a493eda85cdd171c4e6e4b46252261f31a918154c8ad0c6a4d7bec0a4a3014ce6f21f4ce6cb7d6cde1a296cdee3dfd87c3b3d6cfeeee5d8fc8979986ca238b6f0ea614cee9c3326aff51193df781993e71e618b62d6628b5e7afdf31853b092c2146e8e630ac3ed98a2881ba6e86f8629699dc0949c6b3125f206a63c2b1853deb20b53f611c594fd2f62ca5ffcb025723bb125510dd8926b16d852a3386c994c0db62c6c105b76391d5b4695632a8347b1e512abb0e5d297b1e55f5b31d539ee98eaf5314c4d3b19536b0dc6569c36c756caefc4565ac5612bcfdb61eaefabb1ff2e2463ab7eacc2b4e6afc5b4540f63abeb5f616b0ab3b135ec494c3be301a623aa87e92c13c374b47f603ac4366c6dc81a6ced75554cdf3b1cd3cf86307d7c3ba64f9b60fa5f3e61fa9375d8ba13e1d83a541d5bf7e31d66a07a0c33b8b71533787b0e3352ff8019bd5987197b8960c6ec276c3d11806d98731e33e97e846d3cf007db98f74f9f04b671ea01b669b126b6c9c21933cd54c24c9f02d8e683fbb12dac02b6857f8599ed9ec6cc2eccc2cc1da431f3635698c5cc779845328e5916476256fa2598b5d313ccd6d403b3dd318ed9c64398ad2087d96d3a8ed995d461762fe7605be7e1d8d62408db66cc60db437761db075760f6328730fbab20b6434613dbd1208aede88bc51c6b5f60ceb31762ce376331e79e08cca5a212dbb9e70eb633420edb15b30fdb2d258eed9eb0c3f6c6ecc2f64e8c63fbd6d7606eba34e6762512db2f3e86ed9770c2f6cf17b0fdee3fb1fd1716600702ee63074e6a61075e2dc30efc5d82b91b9fc2dc1f4a60074d43b08317ca300fa361ec90420176d8bb0cf3748cc3bc656761de3b1763de17ca31ef111cf3c9598ef9ea3a61be41ff61be19aa986f6617e6fbfc03e6f75211f38ffd82f9df33c4fcb1ed58c09ebbd8513743ece8b90bd8d1497fec84c441ec44fe4a2c884bc5827e4358b0e86e2c78cf28167cf609167cd31d0bcebb8385ecc6b11032073b7d701f76faf776ecccbe3dd8990655ec4c771d16bac3010b2514b070ede758b8ef252c4244068b941bc4228ffc93ec8a4505f66051795558f4dc142c1ade86c5ec94c462e29db1585f152cf6b83b16a72b86c5f51cc7e20627b1f8edbbb0f87c55ece2e517d8c52b3fb14bb765b04b0da7b1cbe59bb084410b2cd17211969cf6194b7e56835dc902b11411752cc53e0f4bf140b194dc6a2ca5441f4b69f88ea50c3dc4ae1a5ec4ae5ee3b0ab0f43b1ab2d17b16b579e60d7983dd8b56a2becfa7fafb0eb277f62d7f39db0d41d8fb0d4c9202ced651c96ee1a8fddac73c56ead3986ddfebc1cbb93ba04bbd3918c659e57c4b296d6635916309675320bbb7bcd0bbb7bab1abbfb7918cb9e710ecbd649c77216356139aab6588ebe0796d3fd1acb8deec6722916cb5391c0f25e9cc0eecd1cc5eecdba84ddd7bd80dd1fff8a15461cc31e2c31c28a0ef46145914bb122742e5654b1102bfa3b8c3d6c9c8d159bfa618f224bb0475f380c2855c640351483f47231c87021065dadc4a0541f0c9ec361b09c3f06ef473144cc1843221b31e47238867cb884a17ec3184adfc1307306c3501b0c7b8c60f8ec040ccf4cc27096c588267f8c14b3c0c8f56f30324204234b6330daa20fa3b33b3066c3758cad0ac0d8f7aa1867300be35776627cd0294cd0bd820925e598d0a4883d0eedc11e370d62256bc7b112e01656025a61a586cbb1b2d9565899b0077b62988a3db1d4c39ed857604fb29ab1723f69acbc7e1a7beae68f3d0d5e8955ec4ec42afc1e62cf0225b1e7535fb1170fd2b117edafb1ca873dd8cb99ff94dec1aaa486b0aa4237ac7a5b1356a3d880d5bc398cd5ca5fc05ecd5887d5d90662758e3a58dd93d558bd8b2456ffe42656ffab136b985187358888630de51fb1c6f8bd58632e8a3516aec01adf36634d93b258734e12d662fe0e6b71c9c05aa04cecb5870ed6eaea8fbdd9268fbd895c8cb56fa8c2da9112ac63bc137bbf53017bef5e82bdbfab8875ddd0c03e282cc23e94c9631f2a4e621f5e2661ddc51d58afd83aece3bc4eeca3861ff6f16221f6f1ea5aece38dc7d847f406f6f14524f6b1c513ebd30bc5facce4b0be97c658ff4a31ac3f763dd6df31857d52da8d7d2a54c63e6f0fc33e9f19c43e17696203b691d8c0453f6c70c62d6cf044133618968a0d2623d850e4736ca8ed08f6a519c3be892cc3beada8c4be1baec6bee353d8c8cd47d848cf04f6e3812ff6e36d2736aab4181b7556c5463123ece7b275d84f1b5bece70d63ec277c101b0bfe808db54460e326ebb05f72abb18960029b945b834d9a786093367ad81fa3d5d81f301efbabe38dfd6dedc6fe0ef86253f665d874cc0d6c3ad7009fb1d3029f6980e3b32c25f1590763f1d9ae4bf1d9eea5f86c5f5b7c36e2888bcc0ec445e4f7e2224bfb70119d57b8a8bf222e7a6e192e9a11868bb65be362ee8f71b18e0e5c5ca50117f7c370f19b0ab83867864b2c88c525829fe292f9fbf139ca79f89c5d2c2ea5518b4ba55be352778ee2730d22f1b94eb2f85cffadf8dc9057f8dcc84fb8f45c0e9759dd81cbb83ae1f30c15f079db57e1f31ded7159a91fb8acea1d5cf69227bec067045fe8f60d5fe851842f3cb3195fd8d68e2f1c90c1e5e676e3725efeb8dc8d545c7ecd6d5c7ea7242eef2183cb1ffd8acb077ec717cd8fc217853be18b2bec7185380457b8b61f5798bc832bde6fc415bf5ec595c50fe3ca76bf7065b743f8129b6c7c49b23cbee4771ebe54622ebe543b0c5ffad60b5fb618c597191ec09759bbe12af762f0e57a41f872c337f8f243fbf1e5c107f1e52f1271b5db1ff0152bafe02b0f7dc757c6c6e1ea0783f1fffc27f155b2ff2c0ec15779fbe1abca3fe01a1e07708d8a225cebc25b5c6b14c257abc4e2ab6b5cf135d19b706d49495cfbc0455cdbc305d7f62bc7b533ffe23aef3a705db36bb8eedd8df85aed0c7cade1197c6d4508be762215d7bb228beb4d5fc0f5e71be1fa1e24ae1ff41cd7efb98debf7adc2d7cd7c8baf5bd185af331ec0d799cae2065bb6e0068e69b8c19b4edce0c312dc70b6276e9861801b925eb8d1cce7b8d1acb7b891a6386e1438851b3105b8b16828be3e82c4379860f8866fe770139583b8c96e11dca48fc44d8683f18dbb26f18dc755f04d8a69f8a65531f8a67520bed9e815bee591806fe9cfc2b77cb1c1cd0c2ee0669e7f70b3fa19b8b9ec77dc5c61316e8ebae3e6cf96e39669b6b825d8855bfe388a5bfe39805bd98de256b9deb8157d15b71aba8c5b1737e336f323701b8d07b88dd625dcc6fe0f6ee3d987db041ec46da525705b7f03dcf67b226ea76381db199be3760795f16d368f707b6515dc3e360a77984fe30e5e77f11d7a8df88e9110dce9e331dc59e716ee9c99893b7f53c45d5614e22e69c1b8cb7d1fdc852ec477aaf8e23bafd4e33b5f45e13bffa2f8aebb6bf05dc5edf82e7c1a77f52bc45d4f99e3aec47d7c8fc2117c4faa11bea7d411dff3321edf337d09dfeb3213df376582bbb982b85b640dbe7f70017ec0c5163f705d1e3ff0270c77979e83bb130ef8c1d5def8c1ba7efc608b09ee219b807bc887e38744f5f043f3dbf043a9caf8a1f719f861ef7efc70e672fc30558e7b8a39e09e7375f12357bee047f812dc3b6e31ee5d9a877b57f5e0be737a703ff929dcff453c1e20ea8a0764bbe001d439fca885147ed4ea0e7eb42a0e3f6619821f7343f063b73bf040b0140facf3c103db24f1202d7f3ce870101e74cc0a0f4ee9c64f6dff849f3a1b899f7ae3899f1a8cc5436457e3213be5f010682f7e3af3347ee64c197ea6df1d3fab7c003fbbec377ed671357e76e70efcec3d180f75da8787c626e3e1c6417878b7257ece7b367e2e702f7eaecf178f5c318a474525e0e79f49e017101abf804de017781c8f516ac563d4a2f0981559784cb3281e3b6f291e1ba886c7b620789cab151e179e87c7a5bcc5e38d62f08b9aa1f845ef07f845c118bff8711f7ee9d05ffcb2c711fcf28f1a3ce160079e50b8194f0472f1c417fbf0a43557f1a4035d7852a51a7e45f2077e65692f7e650ac453e48af014ef693ce5f94e3ca51ec5af1a22f8d5728f7f38fcea9be7f8d57613fcea940f7eed3a8a5fdfb70c4f952bc4531da6f054bf6f78eac53f78eaf32c3cad25094f3fb90f4fbfbf0ebfc987e2b7d475f15bef04fc8ef671fc8ef5047ee75fdfc9fcf015cf0af0c3b3ae16e359a9aff1bb6b0bf1bb0607f1bb17e7e377bf55e2d947faf11cbb9578ce8e7378ce999b784ee7663c57bb19cf85403cf7d7209e7772157ecf2001bfb77d337e2f6c099e2f7d1ccf7f6c841738b8e305bb37e0f71df3f0fbbb16e08583f6f883ab34fe004bc51f544be245e3abf1877996f8c30f4ff062e78df823d9aff8a365cef8a3f5d7f147bb47f1474dcd38e0ac8c8315d770c8450687ba7fe3d0f0011c96eec3e15516387c461587e16f383cfe12475e6ec191fed3386ae185a33b2c70f4108ba35eea383683c7b13f07717c69178eef1cc0f18fb938feeb074ec89dc64993bf3869b70327c38671b25303277b65705aae03a7d51b7046571a673dcfe3dc5a5f9c3f388cf34d8b70c1c1087f9cba0f2f5126f1921c022f4116e1654bc7f1f2b3bbf1f2cfdbf1a7f3dfe34fa383f1a7cf92f0e7d7abf1e78fdfe0cf4b10fc796906fec2ea115e799bc62b2904afe4efe22f0ddfe32f1fd5e155ee5ff0aab37278d56333bcbaf3175e3d6989d7fcabbf5a7d51bc3699c56b27a3f0daa945f82b9567f8abad9df82b8f53f8ab175ff13a235fbc1e1bc41b0ebec61b7819bc71ad17deb8711a6f925f86376bb4e3cdffe66fb6fb8a3743e3788b9d38fe7a4d04fe7a8b01fe3a731a6f7531c1dfbcb0c2db5279bcad7a17de3ed71a6f7ff82fbe4ac5dbbbaee36fcf2dc13b66d6e31d8b93f04e551aefdc8fe1eff6dae3ef9254f1771ffec3df7d6ec5dfc78ee1ef1bb6e35d8b62f0aeb02378b7e908debde303de9d558177232578cfbe1d78ef5243bc376635de0b2ec17be179f8c77457bcafe535de1fff01efaf95c63fc976e39f0ed3f827df4df8e792517c60df377c00db8c0f2eabc407234df0c18a7bf86053063ef8fd2a3eb4d9181fcec1f1e19f33f02f0f6af0afcec6f8d75e1aff669d807f777c83ffb018c17f9c7a88ff489ec047bddee2a3295ef868c375fc67138d8f6f49c1c7bf7be0bfb296e3132363f8e4f01e7cf24f13fe47fb18fe87db8fffbd6f82ff7d3e89ff6db5c1ff4e25e053397bf0a97c1a9f2ad5c6a75aa3f0e9e24fc48c307b62a6fb1c62e6db63c42c837162967325317bd7714244710121a2954088e45512a2413a84e84d5342f45e2621663f4488655084d87801216ec51212964684c42d1b42a2e92a3167872731a74589905ad445485dbe414825ad22a48f4510d2536684ccad0c62dedef07f50625e8d01319fca216403f7100b537b8985d43562e1eb4462e1481021b7c696908b5948c8d5e510f2b3ca08f9a7a1c422514362915f36b1a8c390585c99412cae6f241474830985debf84e2bc3a4231662ba198be8450fc3c4d284e84114a1f0f12cae82162498e3db134f92ab14cf72cb12cdc8a588635102a769984ea9542426db605a176e82ba186fd47a8f13cb122378558c1f9102bb35613ea679b8855a3db080dfe1ea1f17b82d054ef2434fd8d09cd63728466ef6542ab7a0ea1d5b58bd0ea2e26d6c47411da761b09ed3bfe848e044ee81cdb48e8247f21741b5f116be576126b553962ad9b28b1d65f9258fb4e92d00b7b41e84beb10fa2a4f097d4b5342df7b905857f39c30900d240c8c7f130601270983c6738441b32b6130718730fcef1d61f4cb8830ce5f4cac8f0821d65f9e22d6ff342136ecf722369cb8416c80ae13263bfb08135e8130a9982036056c27365d7a496cea3f4998ae9e204c034f129bf5cc89cdfff66b16ee42584a9d242cd77d242cf71c26ac562e20ac8e9c23ac129b08abe27ec2aaf5156135254a583bde24ac9fef20ac3ffd47d8a47c216c5a4a089b3677c2f6dc2fc2b6dc9cd8ea594c6c4dd124b6b99e27b60d2e23b64bd0c4f6423d62fb9751c2be619270d8b1917048ad201cd20e103b4c9f12ce5618e1ec354538e7f712ce840be1dc1c4eb88866132e0b5062e7ec1bc4ce2d8f899d871e103ba31d899d783ee16ae84fec31d622f6a4eb117b9ae388bd8fd2887d0b9610fbd6bf27dc8c4162ffcc4c62ffc5a7c4fe2235623f709438b095240e2ad711075fba128722c6884349cf88c3753d84e74969c2b3229af0b25b4a787df2208eac75248e98751247bc4f12de271613de2f77133ea7e6103e3f4a09dff5f309dfd610c28f352602167f2202822588a3bf9611c7ce6f228ec57f2102374611c755df1027ee7f224ea0af8913afed89930b1f132743b71127938c8893e3af89e0bc48e2d4dd58e2d41b43e2549b3911b2e81d11723998387d2984387bd591389b759e08553846841e1820c21aaa88f0c838223cef3e115e964e9c7bea4744ecfd8f887ca748443d6f21a2edfa88e81d5b88e8fa69e27cf10de242f57f44cc657f2226ef3011431244acc21f22dec489b8d826415c1a77242e4b7f242e6f5e4224ac53261222ca8984a25a22517b94483c1d4f243e984924c59f2392657e12c96b4f12c953ff115754aa892b168d44cab1ebc4b54675e2bafa27e2faa9cbc4f5c86422d5ca9d4873c688b40827e246701271232d8ab8d1e34cdcf8e94aa48bce26d21d2388f4a287c4cd15fec44d6b8cb8b9e31791f1b283b89df39cb8b3eb257187732632037c88cc8c36222bc081c83aed486481d644d6d40871774a8ac89687886ce531223be43c91b3671591537f8ac8958e2472136122f78a1791776582c8cb5020eeadfb4bdcf3be47dc2bbe49e47b6c20f2913bc4fd4245a2306a01f140cc937820bb9428d2b8471469ff639c453c745f4a145b96118fae10c4a386a30460749c006c7e11a0d722020c6f27c0c8390402ed2310269f4006950954428b400f251168b804815e1027d0670709f4953a8115d912c4bdcb04c12204edfd87a0a77982f14c2798e70709365f8c6027df119c7805c129dd2738ac93e05fd81242530af178fd08f138fb1bf1f8d70ba2c45e8c2809fa40942ead274a63fec54b294419bf987872ca8578f26e2e512e2a49945ff1272a7295886716a9c4b3a3e788e73bef12cf3d3288e79e06c4f307bdc48bb99644a5c516a2f25ffd5466b5102ff56d8897762f8997cd6ec4cbee31a2cafb33512d9948545f35226a54c4891a3f11a2b66d2151db1b4cbc3a6344bcba6942bc7a994ed4ed3a40d4c109441daf46d47db222eacf2912f505a544437824d110ff9368dcb394684cd94c346614124dc9ad44d3581fd1f4eb1dd13ce319d1bcb19e68268e122d0a0cd1a2ff81681989205e5bd244abd77ea26dd351a28dad21da4a8789b6176544fbc59d44fb2d69a2fdeb02e2adcf59e26dd753a2a34f84e8ecdb48bc73af22dee7fc24bae25e125d593388ae5e4fa2eb5312f181d523ba5d3388ee105fa2fb6313d1b3e009d1232741f4841e207a97ac23fa5614127d4720a2ef991ed16fe74c7cea9e457c8e3f4f0c283d20063c158881bf62c490d0460c7d9026862daf10c389c6c4706b2bf175592bf13dc484f87e7e393122b28b18993b428c5075c4689f0e313a799df8a9da46fc1c1e25c66f3f21c6f95862bcff3bf1eb244cfc1ad720265f6a12bfafaa117f322788bf274489bfc955c4d44253626ae33e62aa268398ea5c474c876611d30f9610d35d81e48c2b6fc919cff4c999924bc999ba5bc999578f9133a7687296563f394bb79f9c2df9951459954f8a9add224587244931a68614eb3d4e4abcfe4e4a0cb9919253cae49c6deda4d4e71c72ee861de45c931072ae5b2c299d6c4c4a5fed21a5e195a474d50b527afc222923ab49ca788e9332f45152a6f32d29d3b78c9c3f504bca1ad490b23c422e900825175cfa176fbc2717fc5c4c2ef4fb4a2e0cfc4d2eac7223170ebe26e5ee489372f02652fe6a23b9d8b8985c9c2d4d2eee51271556c2a4825728a958984b2a2d5c4c2aa917914a2e2fc925476f904b808de452d16272e9c299e452c6915c669e4d2efb244d2ed7f84a2eb7ec21971314b99c952097bffa8f54f31521d56e3c25579498932b770f902bc78749750907525dc795547722c8ff1c5690ff55fe2157cdfb4aae6aaf26355657901aeee9a4c6173f52d37bc13fe749cd2881d4acb220b52a0052abd19bd4faf68e5cbdde8a5c6dd145ae16a2486d23135267e15b52c7429ed40d5f48ae2de049c345caa4e17745d268472569e44a93c66a0869bcd594347eb495346e9427d7df482637dc0e224dce7a9326c373c88db2e1e4c63567c98d133fc84d9152a4a9ed6fd2f4d600b959611fb919de4a6e1e9426b75c6e22b72436936622cb48cb9901a4e57f1da4955e24693519445a2f7c435aebfe475a5be99236ba6b491b431fd2d6fb1c695b144eda120da41db08fb4ab4e21ed1a2e92765d06e4b6cbada4fdab5ba4fdb0403a48a9930e1a99a403ea4cee983983dc61b487dc919941ee1879483a32d749c7ca5da4135d4e3a359d279d17ab92ceee9da44bd47fa44b4130b953b688dc55f889dcade147ba6e0d275d9fcc20f74486907b7744927bd336927bf3ce937b093bd24dde99dcafc890fbf73593071c0a49f7756da4bbe30dd2fd4013e95e2846ba0f789007ab55488fc83ad2737636e9f9428e3ca2ff9af44edf497a0fda933eeb7a489f88d9a45f9034e96fde42fadf352103162d27032e5d2503ae2793c714a4c863278e92c72efe200355d4c8c0d69b64d0828d64d08d403228ab913c79f22c79b201258395e4c8e0b4db64f0b80b79ea6d0319f2a88f3c1dd2479eb9224f9e9d6d429eddda409e056692a152dd64a87c3119ea1b4886b6589261095bc970915f64b8fd1632dcfb2279ce6f8a3c77d79b8c903a4c4684a6911153efc848654d3252cf888cdc2b49463ec0c8289734326aff42323a6a31199d7c92bc7073091933284ac62a9c24e3902632ee53031937b8908c7f564e5eb63d4e5e8eaa23132a1f9009dfcf91894bf3c8449d213231fd0199987b804c12bb4526990b64d2765d32a9328d4cb6984526fb81e4150723f24ac66e3245ca964c09df40a60c6c27afcabf22af767791d7c574c9ebae89e4f58a51f2c62c5132dd729c4c279ac9f4f661f2e6b27cf266ff42f25698149971a191cc004bc98cd27764464b3299f14e99bcbd3086bc738b26b3ced49277c3cac8ecc52099ad7e8bcca66692390fa2c99c1f5fc8dc39cd64aef945324fcf9cccdbe743e6550f93f7b02d64fe6c65b2a076395978ca942cbcd1403e38ee4d3e8807c822e330b28879423eac9e453efcf2982cbe68443edabc887c64758b7c74f53109a8ac2581fba749e0a936094aae21c165b924141840c2a60b48f87b3289d09324ea8793e84557127d334a62782f897d4823f15b9f48fc77074926bf22497c84a49ffe2499f37524230c93ecee0992bdb58164db3a48cea48ce4ddac483e621bc9a7a024df729814cc1f928f0fae211f1f0a224bd6589025d19664a99a35591a674496893c27cb5478b22c30832c9b3c443e91fd4d3e59d44b3e39759f2cdffb992c67bbc9a7c7c3c90ac5dd64c5de66b2a27625f94c3f8f7c86ec229f9f784f3e8f3d483ebff28a7c7edd987c61924e56debc435696a7922f5570f265b705593567055955234156d79991d59311648dd843b246621e59fb6f8fafcc5691afb63692f5c01db261e526b2a1a3926c18ab251b4d9dc9c62d1a64e3d13b64e32955b26920956c468e90cd3f7ac8d72286646b5427d9daee43bef9cf827ce3cf926fea4cc9373fe7926f7e0f926de87f64fb9cc764bb9125d9be7f3dd9ce7d27dbcb0cc9b78778b223e63bd971e736d929f69cecb4fa44be139947bed3c827df9b3d27df9fd7263fe82f27bbfb9dc81e8352b2678f2ad9f3d29fecf51c227b4bb2c8be9323645fac14d997ba81ecabb527fbde4c90fd7a43647ff92eb27fba84fc2489909f8a0dc94fcdc9e4a70933f2b3eb21f233904f7e0631f2f3ab6072c80c2487623cc9a1db4de450e56b7278bf400e9ff225bff876925f8f85915f433792df566a90dfff169323a21839b2790f39b267333912a1428e3ce921475e5c244786a2c951155d72f4480af9f34034f9f3e27d722cdb811c17fb40fe5abb8bfcb5239a9cf09124271ed892138d66e4445b2639a9d4474eea4e919321143999bc989c1c3324277f8592bf25c7c8dff1bde4efde1af2f7c41df24fe209f24fa90d35a38ba3664caea2666a1da666cd4fa7667fba45896c32a344c2ef532217a729914f3328313d274a6cfd514a3ccc9112a7fa288923c729c9051994e4a3dd9424bc9e92acf846498e81d41cea1d25e5bd9f9a6b5340cd75d849498b0394f4b61f9474db534abaeb3025e3b1999239bd8e9a9f8b52b2f75ba9052d53d482d11e6a21bd9a92d3ba40c95fe8a1e4e3da28f986ab94fc8f87d4a2cd1ed4a2a07f71a4915a6c6d4e2d1e9ea014ccdf520a769294e23a3f4af1ce10a5f8f102a5141443299d3a4a29f10f29e55d14a5fcac9a5a22c1514b7e96514b332e52cb56d652cba293a865d96a94ca4c254a258ea396ab2ea09657a2949ad91e4aad4c83527b7d9e5a2136835ab1eb0cb522b4965af1f014b5725d2ba56e3844a93b1853ff893b531acae394c6595b4ae36935a551954869bc7943691e1aa334fd8e525a8b67505a2bbd282d7f7b4aebf9516ab51e45adf69fa256174451da171d28edb4c594cea78f946eb31da5ff6a1fb56eee416a5d4a22b58e5f4c19044852869af194a1f92fca688e2865e421461985e45146e42bcad8308c32b6594519a73951c6441bb5dec49cdaa03593da70a990329136a74cecf7531b4faea136867da0364d8551a6ee1c65ea3b8b323d6af4cf36caf4bd1265dad54c6df61fa136c7a9539b6b2f505b488cdaf2618432336ba3ccdbc6280b7711ca62c090b24a7a4b59cf14a36c2c3c291bab42ca662a87b2955a42d9c65750b69566d4d6b9a7a9ad7eeba8ad5d3dd43649036adb7f0ad4366a29b5ed4936b55d5e9eda7e3b94b2cfc8a11c649a2887453ad48e2d4d94a3f220e5f8ee2ce5b4368272729d4f391d88a19c6a26289773bf2997d4696ae74c6d6ae7bd386ad7996e6ad7974fd46efd79d4ee9dfba8dd1c41eda1106aaf6b07b5efe13d6a5f6318e526318f725ba24bb9e99ea0dc8e9fa6dcee7953fbe7d95007541329770333ca9d594d1d8c8da40e323dd4c18feb298ff50ce5417ea23cea49ead0bdd7d4614b7beab0ff4aca73e513ca735318e5d9eb481d893e4a1dc9594e1d610d29efb51e9477e86cca3bcc87f2fe970fef6f7194f77420e5b3fb07e5035ea17c55be52beb64f28df3680f2233b28ffcd7294bf8309e5efcb51fe95bba9a34a26d4b1f52815a8b28d0a747a4d05369da64eb8d851415e095450f2262ae84a0475721aa0820da5a9e0174ad42909813ac5bfa04e472b52a74b5651a73f885267404f2a746e2e1556184685d51cffe71a15f6418b0a3796a1c21ddba8739c1815095a5251357254f4fa492abad88f3acf6852e73f195317fe2650312622548c5b2615abe146c5ae1ba46237c853b199dfa95830848a5bb3828a9faf46c507cb51f1e01015dfc75017cf265317472e509766e45397169ea12eef18a52e477ca0129cd2a984f3d154e2e2ef54e23e152af9761075a5ef2595b2e23395629248a56c0aa152408c4aa99ca0aebae65257cfb5525753a2a96bc3d5d4b5bf0dd4f5d573a8ebf6de546a522795961042ddb070a36e8072d48d66944ab7f0a6d29d6aa8f45025eaa6ba2775cb7d1195a1e94665f0395446d91d2ae3d92a2aa33e93baad3893babd3d95babd2b9eba9df788ba23a648dd39fa98ca4a98a6b29e665059137fa8bbd66ba8bb497ba9bb95dba8bb831895dd7a8eca51be46e5f4285139bf1aa85c7790cabdb788caeb9b49e58d5850f7b4d751f7eccf51f7da6e52f76d2e51f7cfdca3ee47bea00aeb26a9c24f4ba8071a7ba907f918f5e0772255f49f0e5594aa4601a72a29203b880220670a1830a3c09d772930ae8c823caa2828c69882d09f14f4f40905efada3e0b02e0ace5b4ea1fe7d14365f8cc21414292c6e98c2a0b514f67890c2c53c293c6982a22e8952f4ea1314ed0252f415698a7e284bd1b5472946d391623ee014ab1c4ab1f9a214a7b39ce26c9f529ceb528abffb97e23fbea784191825ac76a18431374af8c3518f176ea01e1b4f508f6d0ca8c77d3055e2e343951ccfa64ade6254c97423557a09a34a1fcda14a5f1ca54abfd553657e3ad413fd54eaa94e34f574dc967ae63041bd985b4ebd50e9a32a637751952d8fa89737de532f915caa6ab74055354d51351a1e548db11d550318ff6346d56e5b40d5b6d752b5fd57a8da3175aa4ef73b55f7fc39d5103245353c7f46359617508d13bba9a6954fa9a64d1fa9a6be38aab938966afe184ebd9e1747bd5e2b41b52acfa25a753753adc02faaf5592af526f62cd5666a47b545dea0da9f6da4da5f6fa1deaa9da3de367da5deb63ca0debe4ba53aac27a90ed7df54476f25d5d9b893ea6c7f41bdb32ea4de959750ef675fa4ba668f505d0e3ba8aed82aaa5bfd19d53bdf80eab53a4af59e96a27a3f1ca17afb02a98f8b0f521f4f1fa23e161ea13e1675511f47be527df62654ffd70cea937b09f5d9e836f5d96e2735705c951af491a706bfd55183e309d4d0ec6a6af84d1e353c1a4f7db128a5be6eb0a3be5ab5515f1de6535faf8a50dfe65850df520ca8efa1eba9efb959d4f79616eac71a45eac7b15c6a4c33921a8fde4d8d576b51bf5e6ca77e4df65113b637a949cf0dd464583e35193f8b9afce643fdbe328bfaa31d41fd7177a6fedc3f44fd217da83f1526d49f9e11eaafc6756a5a2a949aaef84c4dff8aa467a849d1336e2ad3336f3bd33349757af6dac3b4c8e2cdb4689c322d5a0fd2e26b7b68f1040d5a62cb1e5a7245292da9bd9f9634b84b4b6ed1a7e7e837d2738e78d2738e6ad373e85c5a4a5791967ad84e4b514b68a98e005aea632f3d77f62b7aeed6adb4b4b43d2dfdcc9a9699934ccf7b84d3f3c6a5e9f9eebfe8f92732e9f9114b69d96595b46cb32c2ddb21492f70f84d2ff8ac422f7c788c5ef8fd342d7fae8896ef9f432fda614c2f8a6ca717cf3d442f0eba4f2f0e1fa617b758d20a129db4c27a395a61b31fadb82c8a56a4b7d28a7ddf68c52fd3b492ef455a697a06adbc309f56be7c9f5eb2f930bd24da885e6ae8442f4df5a1975679d3cb0aa66995b3fef472df3dffa4d26a5b4ed22b660fd32bac56d1eaba29b47ac67a5afdab09fddffa72fabf9038fabf4f83b4a6e9465a33ea04ad99344d6b9ddc4aaf3630a3571f9a4dafbe72945e73439fd656384e6b2ba9d2da4b9468eda62e5aa77731adf35d92d6edde4aafb58ea0f5bcda683df41aad2f3783d6bfb49ed6872fd3eb4e95d2eb5e15d3ebbeb8d106399768833649da604c8136fc28d046da5f69a37e17da38f31dbddeac8b5e7fbc975e7f722fbde1ea577ae3b35df426d35e7ad3bd64dab4771bbd596b356d66c9d366591b68336e056df6a194364fc16873b89cb6d0b2a12d6c9a698bc07cdae2fa5cdad260136dc954d196e321b495c47adaeaed69da7a86396ded3545dbe87fa36d92eed136d72d689bd436da367490b67d124cdbf6b8d1760baed2768d27e8adca5be9ad6b4fd3db72ced3db6a62e9ed1befd3dbb365e8ed3579b4fd9d11dabee0286dffdd81760814a7778ce3b463fc43da31b789765a62433bed1aa15de612b48b7a20eda203d03b976ea577d55da0772b47d0bbc317d2bbbfbfa75d174cd0ae576569d79ff9f49e04697a5f862bedb6699276dbee4dbb552bd16e8d3fe9fde7936977c95bb4bbf679dafd5c35ed1e69481f9c7a427b183ea23d3a61fa9066177dc8771e7d28a28a3e0477d387e7dbd287d39ed1876fb8d19edf4269cf5f3b692ffb78daebd079daabc7893ef25099f67e89d2deed9ab4cf2111daa7bc82f66d3a46fba5a6d17ee3e1b4bf1145ffeb06f4b1d566f4b1a4123ab072017dfce6207dc2632e7dc2f7267d22d69d3e9975820e9e79880e564ba783f1e7f4a98519f4a9cb73e853bf6be99044773a04f6a04fdb28d0a7f7ffa2cfa8bad167ccabe933b669f499eba7e8335f76d36755ece8b3cbbde950097d3a344b8d0ecdd3a0432befd0a13dee7458b43b1d2e76823e27c5d1e75c6be9087b093af2d2201df936888e52c2e868d1213aba81a1cf4b1da52facdc4d5f707a42c7aa4cd1b1bf293aeec8573a2e24938ed7d2a2e3b7fe47c79f2da7e3877ed317750fd0172377d117abdde88b7f55e84b229fe94b4d3fe9cb4af7e8cbea05f4e5ffd2e9cb27c4e8cb3744e9cb8f8ce884cc313ae1f1713ae1dd7b3a316a8c4e2c77a4139bbbe8c4c96e3ac960844e8a54a1935f0fd0293395e894374be9ab1b1de9eb5e87e8d47703749ae4289d16294fdf58708dbe7146944e97f1a3d38d53e89b9bb3e99b855274c67b7bfaf6ec5df4edb419f49ddb2c9d59b79ece32cea6b3d9b774f6e8433a273a81cefdaf84ce1d1fa1f3f6cad3f7a65ae87cd53e3adfdb942e9875902e102da00b7638d105b95e74c1a395ff64d0056d1fe982fe49bae0470d7dffc80afa81e476fac15b51fac1a4395df4affe1fbe68a78b0f77d2c5b537e9470ecfe8471f426970f3331a3ab88786c0441aea28a0a111151a4ef94bc35d5b6944368d46e5afd1e881d534366f8cc67e68d284f3339a289fa2c9990f682ad68da61ee4d154eb029afa3946d36001cd04fea599fc4c9aa97f40b35dffd19cda7e9a4bd4a7f9d9b2f4636c3efdb855852e31e9a44bf6dfa14bc22ce8929c877469ec13ba6c6e385d16368f2e2be8a29f24a4d14feaefd24fbec6d2e5c9e2f453d1b7f4d38cb9f4339d16fa39b9947ee1bb84aed4eca42b9f48d12f43f6d12f6bb6d355ad045df5c99cae76d6a2abcfabd235d72ed235cd6be99a37f174ad5c2f5dbbce8c7e95ee4fbf2a7d47bf7a738daeff04d10dc9e7e8460d966ec45de92693a774f31c886edee64f37077ea45b563ca65fffeb95af43f4e8d7676de8d789ca74ab5d14dd3a3044bf91e8a6dbd64274dbbfb368bb3646b74dfca0dbc574e9b769c7e9b7f758faedf3f974c7fde374e71a47baf3b21add99f685eecc31a43b5b3be8779a4df4bbbac5f4fbffa4e9f7531aff54d15da218fd61810fdd6d7b8cee0ea8a67bbc7fd23dad1174afc475ba77ad35ddeb284af77e7a447f740aa43fa65ad0fdde22f4a773cdf4a7da6df4a7d667f4676365faf39983f440c67d7ae0294d0f34b6d083e715e9c1b2e5f460c37d7a78690f3d6cf683fe122f4a7fa904e92fef1fd15f130fd05fd3cfd25fffaca4bfd934d2df13e4e991816afac756097a74660a3d9af09bfe197881fe9980d03f870fd3638a2be9b15bd6f4b88623fd6bc8889e14fb434f8adfa17fbf92a17fb76da0ff2c3942ff39214bffd5f7a6ffbaeea6ff3694d353da07e8a9f05ff4d49f5ff4f44e4f7afaf72033e3fc676646ff4f66a692083333cb859915e0c8cc8ab3626695a733b3cf3d614457ac6144d5131851433b4634e810237ab38e112b641971531d46423696915898c3485caf6024486546e2493323d17785915c748d917caecf48be8418a98c54466af80033f7bf5bccdce08fccdc2bf718695f5b463a5d94915923cbcc5339c0ccab9066e60d0632f3373e65e687b631b2bb8c18d9802946363c8b912dfdc12c887fc5c81d7dc2c8a5b93172b75318f9013366d1d215cca20bb6cc625f3346c1ef39a39071865134346614cdd218a5653a8cf2e57a6689941db3c47423b3e44c1fb364106596c9ae63965f0e6696a704306a12c18cda9a558cdaf69f8c5a893ca336fd8159596fc5ac1cf365d47dba19f5889f8c7aaf2ab34a793bb3cadd9d5915f18a59459c635609ab9855bffd198d05f3198d5c6546635891d1b49bc168d60c305ad6aa8c569a2bb37a7727b37aac8c5913f98e599320c3ac19dbc568179d6374f41046678b38a3732b93d1b5c318ddde5d8ceedf3c66ad3dcfac759364f4d618327a3ae718bdc1ef8cbe8d2ba33ffa875977ce9a3198bd8431f8729c31d456630c378630865eb28cd1a306c6d8fa2963dc38cd187f79ceac67b399f53d4dcc06b73166835718b361e03f6663da466693af3a636a5dc698da9e634c77c932a6e3e5cce6fa2fcc162b2dc6ec640363460d31664fc319f3357319f3ee48c6423a89b1ac9dc158659d61ac17f633d6899b186b4893b1eebfc7d8cc9f606c97ee616c4f8b30b6913f195b6225634b3a315b1186d9beee28b37dcb5d66fb9915ccf60c9ab1afd2661cb43b1807680ee34077323bda9a991dff6ac3717f16e39860c138567c659cdc56304e671218a7a18d8cb3d610e3ec55c038372d655ca496302e163a8c8bcd4dc665b727e3e223cbb84635327bf0a7cc9ef15666afc85766dfd9f3ccbe7fe7b3ef873ee376f308e3962bceb83dd265f6bf7ec21c309563dc7f2d630ec6d4331ef9d18cc7b0037328768a39f43a9239bc693ee3755489f1bab19039b27e1573c45d823912b08139f2b1833932a8cc780fde637c8efa323eb782199f5a23c6e7cd34e32b53c9f8ca6e657cb36633be980be35bdac1f89974317e917b18bf419af14f3267021efc6602de1f600286a699a3da41cc516323e66839c204de9e6202b350e6b8d97226e862221374d39b397977067312f46382af6c67421ee732a7d915cc997b26ccd9934f99b3e46b2674731613a654cc841dbbcb84c50b4cd88d0926ec910913ae7498096f9166c27f30cc39f13fccb93518732eca878950ce6122fcb49888f40226ca5b94893afb848902ef3151f83c266ac29c89f60861a2034499e84092893edecb9cd751602e44fd6562561e67620c629918e431132be6c3c4ed0c64e2cefe64e25e1f65e26df398f8d0cbcc452711e6e2a750e6e2c05be6e2179a4950f362124e383009d73f32897b4f3389811f98a483654cf2bc4126596516936cadc55cc93ec1a4047a3357afc3ccf57fb57423cd97b9814531375ecc666ebc5165d2d75e65d2adb632e9775d98f47ff726bdcb8eb9f9cd98b9a563c464847b33b77519e6b6b32f73bbdb9cb9b3d995b9730160ee64ca30994a1093a966ca64ea6b339936134c66fb0926f3d71a266bc29fc90ee0999c65049373710b9393bb97c9295ccae4a5e43079d78a987b0122ccbdef264cfe0d4b26bfe904536032ca14e46f660ab0c3cc7deb3ae67ee83ee6fe9b1f4c614533f3e0ee65e6413fc5142d7fcd14410053f47323f3f0603453dc19c13c127c98472f7d19c0b192019ebd66806f120cb8750103de7167408c6320db420672fcc140a7f419e8561d03ef5165e04e3b0659b5904152ee32083f8f413ec20cba7d80c136ea31646e2c430e8b33d459498656b8c330f3bf306c4a21c3c9110c973597e18afe63b80e1546b82cc73c2e8c644a553599d2d5b79852c732a6cce01453b6a18129bb7787296b1e609e88fb324ff243992700cd3c69fc8f294fac679e0e473115f308a68259c254bc11672a7efc609e6d78cb3c6b7dc33c4f7fcf3c7ff69c7921ba9079e1f685a9b4d1612afdd298cad05ea6324e83a97c5accbc6c8a62aabc6e3155c3ed4cf5bc1d4c35b483a931bbc8d45cbdc3d434a733b51e0f98da0829e6d5dc68e695bb3ff32ae330f3aa5092793535c6d46d3262ea97b04c7dbb09d3a03d9b6938f69369f897dfc61247a6e9f93ca6b9719869c1e59816fe15f31a2298d74f37336dca754c9b672fd356eccdb4355f61da979932ed3b2c98b7c14accdbe97d4c87d21da6c391613a8ea6311dffceaea3ba87e978d7c57416c731ef4e4530efd3d399ae734e4c57973bf3a1e408f3e1c936a6db7c37d38d4630bd4b0e30bddd72ccc70f87988fdf17307d36e94cbf9131d36f17cc7c2e4c6706ae9e6506b23733039c393378ff2c33d88032837f2f32435ee6cc10b792194edccd0cf33ecc97452f982f65d1cc9796fbccd7f15bccb7133f986f8d7f98efdb0e30df5b8e31dfbf90ccc8dcafcc88ce5a66a4ea0d33f26e8419f9d8c98c0cb83223c367981fe98ecce8ecb9cce8269cf999ba9cf95999c08c2db060c6c22b99b147eb9931f60333eed0c78c9f0961c6ff0e3113e23b998948296682b26226debd65262d6f3093d983cc64691ef37be54fe6f7ee5fccef07c7993fcb47983fbbec983faee1cc9fcb3b993fd96b993fb50eccdff42ae6efb713ccdf5fe2ccd4b602662aa29c994e14d81900c5ce18f764679a1c63678d05b2b38b0eb3b32b66b322620b5991fb61ace80c1956f4a6352bd652c38abdd9cb8a2fddcf8a6b5e60c5b7cc66c54bcfb2122beeb31264152b9996c5ce3926b052ab5eb152d60f5829ca8d952a5dc14a359d63a59d4a59e97d03acf450172b3da1c8cabc3667e729c6b0f32a6976feb72dacece5fbacec5d4576c192097681ff6a76c1c36876e1b27076e1811dac9c81062b97c7b0f28302bbe8ed337671da4d7671a521ab701a60157785b28a6e1eace2481caba4a3c72ab996b34a09df5825e23cabacfe8a554e3ec82ae3ab59e5d64476c9ded9ecd2c81076998526bb6c972fbbac39ec9ffbac8a4633ab72e632abf2fd35bb3ca29e5d4eb4b3aa5d0dac1a1ac3aeac8d62d583b7b2ea4d3fd8ffae1e66ffabb9ceae526e61576995b3ab12dad955a3b7590de92856235afd9f2e56a3a492d55c7691d53c94c26add9561b59a9bd9d59b4eb0abefdd67d7ccdfc7ae097162b517a7b03af75c59dd2857766dbfc01a3051ace1b0016be480b14639beac51f1386bdc26c2ae2f9164d7d77d60d7f7ae65379cc558934596ac89b21d6bd22ec39a4c64b11bf5abd98d7624bbb198613729c0ec26eb2c76f3527576cb9621764ba213bbe5e11cd64c67336b76f03c6bd63fce9a0d28b1162ae758cb173358cb8e21d666b60d6b93f290b5194f626d7ebd646d2663585bcb50d6b6b49ab5ed7fcdda7eae62edf497b27611ffe2b77176eb232776fb5c1976fb7f3fd8ed2e2aacbd8813ebe05ecc3a3cdacaeed850c4eef0b46077643e657714e7b33bcab258a7c41facb3d108eb7ceb38eb3cd4c73a0f57b22ebb025997c32f5897b80daccbf366d6a5a98d75f989b03b1735b33baffd66777537b2bb4d87d8dd5628bbdbfe27eb7afd07bb67c13a76cf5e11760f6bc9ee693ac1ee7d67c1eeb3dec0ee5fbc86dd9fb39f7597ddc8ba17df670fceb1620f8ed5b01ee6eeac4756097b28bd983d7ce117eb79a88df50456b25eca1b582f9f61d62bf43fd62b2988f5baf6ef5d613feb559cc91e49bec97a2f5ece7ac71e61bdffade343c2ac4f4926eb331accfaead9b0befb4559dfc915ac9f4c18ebb77c11ebd7b58bf5770b6403aeee64034a02d9a3468eecd1b051f6d8da43ecb1e004f658870b7b3cd6843dde91c29ef8fa8b3db9792d7bd282634fba97b1c1d27fd9e03dca6c70f559f69455121b12b2980da958c69e3688664f1f1e634f2799b1a73fb7b0671cf7b1679e3f64cf5e39cd861ad6b1619f02d970d6823d6771853d57758e8d98bf868d7cff9b8d52ee67cfff7dcd5e4014d898998bd818113b3646e3101bebc3b0717207d838350536ce3c918dfb7d938d776b602fe96e672f6f716513dea9b189aebfd8a4b44236e95b319b6ceac026bb24b1c91395ec95452aec95f29d6ccabe5c36e58d127bd5b480bd7a799cbd1ef187bdde76874d9d69c8a60dee66d365cdd8f4a90bec4d1380bd6511cfdeb2b7636fe567b319fa956c46e60f36031e6033da2fb1192351ecedecdfec9de410362b4d9bcda276b377973d63ef9ade66b377ec61733433d81c87c36cce975a36d7c599cd7df993cdd39ccfe6e99d65f32e6d62f37e8bb1f9f396b1f90a47d8fc959e6cfea53236bf588f2d90dacd16b47bb005ef2eb2f74dc5d9fb3fdeb08519596c618e16fb4049817d905bcf3ef899c7167db8c416cb68b2c5679fb3c5a1226cf16b35f6d1c75116d8ff8105fef514b01561a125722cb4b18385e951163969caa29e07584cfb388bb9e7b3d8d84d163ffa95c5afad6789f4d32c251bc2527e3b5826459665e004961db16639c5552c6714c972ce1f58eec815962f98c9f2d52dac70508b7dbc6035fb7828982d71ddc39624c4b22589afd812be932d991c624bd5cfb0a597a2d932f9796c598a215bf6a9977d62f5cf49807df2ec21fbd44f917ddaaac456a4d4b2152f2cd98aeff7d8677239ec33e766f61919c13ea31dd8e7d253ecf3c3f9ec73df50f6855f2b5b697c86addc7c95adbc8bb02f67fd61ab9c0bd9aa84996c55a2255bc537b2d58a245bade1c9d60ca8b3b5336dd85acc947df5efdebf1ab463eb2a09b6eed567b66ea891ad9fbf9dad375ac2d61f5cccd663d26c7d99365bdf768e6d605fb18daa5fd8c64df56c931fc936bd2e679b3e5f609b064eb34dd37d6cb3ba2bdbecfe8e6dcece629bf36eb1cd9f67b32db33fb3afffd5f61bd128f64d2dc3b6fdbb53ed49bdec5be910b6236e3fdba996c7766a1d633b8febb19d410a6c67791adbd9bc93ed9c3ec5bedb90c7beb75dc7be6fea65df8fbf66bb0a75d9aea258f6834401dbddd3cd760f2ab3ddc3bbd89e3bfd6c4fa50fdb1b1cc77e344a663f66f9b11feb25d9fe59ee6c7fdd63b6ff4d22fb49ae9ffda466c17e4a52663faf8f613f9f3fc17ea666b2030649ec80c5083b38c79d1dbcbd881dac58c50eb618b0438b0eb243aa43ecd0033176d8e9243b1ce6ce7e695160bf2e7ace7ee56fb3df9eb6b0df77ef6147d4ceb23f0ad7b0a30636ec6858183b9aafcbfebce0cafe7cd2c6fe7cf3811d53f362c77287d9b1ea17ecf8ec46767ccd6e767cff5176fcf41bf6d79695ec8443353bf9af1f4c96dd617f07f6b1bf1bd6b17fd497b07f576f66ffa6bd66a70c82d9a9ebe1ecb4e63376dae81e37e3811337a3b18e9b79508a9bb5c48b9bd5b98e9bada7c8cd8eb1e266bfb8cbcd1e19e6440ecce74462c739912a6f4ed4780927ba338b13fda2c189896ce3c4c4a438b1155739b122554ec2ce9593082de724529c3949bdf59ce4bbdb9ce4af516e8e69073727e90127b5d38b938a3ec8492fb1e3a4739538997d9bb8791149dcbc4bb3b8f9e225dc0241e016feb7985ba827c72dbcb89493b378c6c9af8ae2e49d4b38f988b79c7c7308b768e7424ee1f0754e21db9453602b3885c1d79ce285504ec9f90ea7d4fc92531a30e3944fcde5949f3970ca1d73b925b6fedc92d3cedc92c27ddcd2e549dc52ce9f5bdaebc52d0bf3e596751573cb6f4970cb9f3671cbbfdde5543d1539b5552f3835bf6b9c5a6d37b74224865b297f815b696dc4ad0ce0b895c72cb995eff673ea3ae39cfa2d0beebf4bc6dcaaed47b8551eaedcaa6377b85531099c866505a71186731a7420a7c9f8729ab5299c66eb114e735484d39c78c469ed3dcfad9e37975bb3b09e5b032670dabe5f386dee03a7fd428bd37ebf9dd3519dc5e968739c4e412da79bd0cbad951ee5d69ebbc1adcdefe3d63e53e2d6fe54e4f43a8a387d85bd9cfed9939cbea0c7ad8b71e4d63debe7d67d6de70c8cde7306be9d9cc1652fce8038cd19aedcc019de2ce70cef9671468adf39e355239cf1a6626e83bf3bb7e16d1db7d197e136c6cb709b14e538d339a39ca9fa22cef4a83967fa4e9adb7caa98db7c2e95dbe26bc06df98e7166cea739b398539c190070e612669c79e54fcebc732367fe6d2667e1b386b38cb2e2acaecb7256e9db386b6819670d2b7236595e9c6d6a1667fb3485dbaa41715bb7fcc76d75fbe7cc336e6bf34c6e5bae0db7ad3788dbbeab82dbfe763e67efb09ddbc1e1dc8ea7b2dc8e97b3b91dbd673847b132ce51ad8673243538c79610cef14f2fe7b46d1de7b497e69c9808cef9ee2ace19dcc239bfc03917e95d9c8bc915cee5d43b6ea7983eb7737b0bb7332484dbb56e3bb77b870db7fbd21c6e77c91ece555189dbf35f0cb7c7f03f6ecfb9b9dc9ee84ddcbead7338b7a464ceed0fc6ed1753e4f6fb0471fb932cb903fb43b803ed5f3877c509ee60fc43cee35309e7f157893bb457833bfce502e719718ff3322039af8c4d9cd7bb20ceeb472177e4cc35eec89302ceb7589bf3250239df8fc19c5f7c09e797f59b0b3837933b76f607772cf13d77acf43417289bc905ba5972c797947327ce1ee34e20b7b92019132e48671317b4c1810bb215e78292fec5bc975c100a7041f5ea5c50d75f2ee8b30d7732c1993b9912cc9dbcdac89dbc57cf052fcce282fd9ab960ce963b95b4953bf5409a3b350e71215e015c4832c085e4cfe6ceec3bcf9d09f1e142ff9ee3c2ae2670e112afb97087712e3c2d870b8725b9f0f12f5cc4fa7c2e22612917816a71117c04176999cc454bb672d126725c3493c3453f06b8f37ad7b8f37e5adc85b850eec2b536eec2a3dddc85d27eee425d3677a15593bbf0fe251773788c8ba9a8e16257e773716b0ab9b8aac75cfc7fb25cfc8e535c7c2dc4c58fa57117adecb88b3e9bb94bda51dce54d83dce5076fb984b99bb904ad1c2e217a9a4bb88d700925e7b9c4b85f5c624e2297f430894b4e55e2ae64dde5aebc89e2520606b8ab5efbb8abc10adcd5cf1c77cd1ae4aeed08e2ae5fdac15d7feace5dffd6c3a5fec8e1d2a4ae7237164f723702482e7dce1a2e5d6e1e97ce9472e98f1db99b1bf4b88c25c65c46e46a2ee3f22077db4e94bb1d37caddbe25cbddb91dc3dde15770775e8a70995ade5c66b10e779789e1eeb6c15c76f15d2e474e9bcb91b7e7726cf5b99c6f715cae7427976bfbcfbe0c2e37ec2397fba29dcb9befc7e59d8de4f2c687b97b9b1bb87cfbc55cfe0196cb87ef72f98dcd5c8133c0157c2be1eebb635c6175045774ae8c2bcaf3e68ae046ee61ea61ae584a957bb4658a7b54e8cf3daa67b8476d3407783de680e8bb1cd057cc81337b3928e02107e71ee69016230e9b21c761b3d5396ca30b87ede33942ad8a2352f23932ba9da323388e8ec6381ae9e098e57f3846578f63a333390ebecf71e80c8e5f34c2f14add1cffeb3b277cb3e61e7fdccf3d1efccc3d1eade74af23db992e262aea46f0f57ba2c922bdd12cc953ed3e64a073f72a57f8e7365cb01ee0933972b0fd2e7ca8355b8f2fc0eeee9464deee9d011aee29703f74c80b8174be77395dbacb94af7f55ce56537aef26d1e57d9c771959f53b8976f3db82aeb455cd56d0fae5a7c90abdee7c555c7b470d5b1635cf52557aee68c03576be8cbd56e76e66a0fcce05e71925c9de326ae5e6780ab6f90e71a6440aea14d946be8bbc23556a6718d5db7b926a54aae4999e69af2ae71cd2fcf71cd35255c8bd32fae4590e25e3b7973adf687b8d6228e6b7dc6716fb6b5736f1c21ae2dfe34d79617c1b507fee5de0247b80e368eebd47fc475dac570ef673873efb78b71efc105dcfbaa7eaecbfa2fd7752b90eb7a7099ebde7d92ebcedbc6754f96713d4b4e733d2bae713dc91e5cefb5eb5c6fa31cf771d379aeef8a25d7efbc8aebcf2de13efb37729f3b9db881954fb9819177dce006496e70228e1b5a94cd0d596471433619dcf0c50ceecb0c6deecb9c4aee4b403ff7e5d75feedbc562eedbdd44ee5bce77ee5bae0cf7ed6d1bf76dfa0737b2a89e1b899ec78da027b9914e796e64329b1bedfdcc8ded30e2c65a1672639d27b85f49b3b889f91fb8893d6edc44ca376ea2fd0237a9dccc4d6ef1e27e4b0471bff55f71bf93f5b9df7f3db93f66ff247b737f1e7ee5fe4cd6717f4b3db829df39dc54c9376eaae63537f5e10b379db3999f71ea2b3f034be46774c5f333a545f999ef06f859d2ebf9593259fcac79bff9596aa7f85967317eb616c1cf9e78c68b88eee245e661bcc8c627bce87f0b78b1f7a3bcd848192fbe368a17df1dc18b9730bc7845282f3e21cb4b1847f11277f279891a8e97f8b691979c99c64baeb1e42593f279c91b1f78c91a3d7eced37e7ecec4395ecaf8233f77fe2d7eaea6112fb3e0d63f242fa3f06f1cb0919f1f788c9f7f3f9397bd57c2cb3e38c0cbbe1be117a638f00bbb2678b98c085e0e68e7e5c6f7f072bf0b7979a9f5bcbc9e1d2fff2c945ff4680dbf0837e417bd95e1177d37e7174da8f28b23fbf8c5d7fd780531815758bc92577830c12b101f794579295ed1f733afb47911af5444f34a9fca78e5e4f9bcf2551d5ef9d51d7e896c27af62fa9c57f94cf2aa8be7f3aa6afff1aa9a96bcaac3395e953fc9ab7e71e1d51eb7f36a93ebf815cbc4f9958b0ef02b5d56f32b0fdde6d59d7379f5947e5ebdd58e57ff39c9ffa7acc5ff673ac8ff67a1c0af5af49c5f6573835f75489a5f9502f2ab1a22788d23df788dc1525e53750fafb97203af696cc66b5efb37ae51e6b5d2f279ad7e9ed736fbc36b5bcee7b5bd315e67a891d7d56fe2754fbde0d76e00f9b5ce6efc5a978dbc9eca125e6f2499d7b7decfeb33e6fc3ac76e7edd917f6ef4f0069951bce13296373c61cc1b1dbcc71b3d3ac4af5fd3cdafff60c06f588af01ba22ff026338a79934314bff1ee477e2357c96fe4e3f94d0a0afc262d4d7e532ec16f2a5ecb9bc63bf29b352df8cdb726f82d1a53fc96c469deec3f47deaca89d37ff68c95bd85bf0168e1dbcc5fe50de72653e6f995ccf5bf9eee6ad626a79abec60deba5a87b77918c5db10ab79db5956bcedfb02de4ec381b77b2ccb6f8b79ca6f8f32e2b7df9dcddb1b7fe2ed4f0ef3f6e531bc430dc83bb41ee41ddeafe11ddffaf28e13db79a7398f78a7bc71deb97d05ef32719bdf9999c8ef92b6e577e750bcebd28fbcab812cef7a519977cdd8c2bb12f5fc9eb9a7f8bddbd2f87d9b4af87d2eb9fcbeb020decd650ebf5f0fe2f757c8f107a628de7dd671de5d6611efee95cebb27bee2ddeb4b790f6755dee3c86edee3f818ef51fd9a3fe466c21f3e1cc77bceb8c47bcec9e23d13da79cfd226deebed09dedb539cf71e73e77dc4bef33e5a91bc8f36c5fb2405f33e4d81bccfc73bbcafb937ef6ba5c9fb7a2ce5fde4e4783f534ddeaf3094f7839278ffad1ebcff851edeff861cef9f5fc4fb7ff4e303e40cf8a3010ff9630736f0c79ee7f281dd76fcf1c38bf813cba2f8139a09fc89c4a5fc89a772fc89669c0fba65ca07214ff9a0165d3ee8af357f52a49d0fde67c307df74e0833bd5f85305b3f9900df7f910db423ee408c987d4f8f0a72317f0a78bc4f8d3ad007fbac7863fe3b6913ff3bc813f5b38cc9fad5cc987eec5f970057d3e7c6c0e7f6ee9107f6ec2868f7061f98864573ee2ce4c3e52c6878f0c0fe5a324b2f828b74b7cd4db977c546f051fbda38f3fefbc903f1f68cd9f3f63c49fbfadca9f6fcbe0cff70ef217346df90b9ed7f90b573ff13172627c4c5c341fab6fc7c7e61ce1631f8ff371160ff8b8003dfe92b6097fe9cc5ffed2671d3ee188c0273c2ce5130d4af8c4ed17f8c45747f86479373eb9f7029fdcbf89bf22a7c65fd9748dbf267a8ebfb6ec277fedfe3cfe1ae1c85f97f5e4afdf1ae7af137bf9d443137c6afb493e8dcbe16fb4ece1d3d53ef0e9f4247fd3b29abf79fd007f4b6f397fab62139f31ef127ffb503b7ffb6d217fc76b139fa918c467feb792cfb4b8cb6786e8f099c8363e73b49acf3288e3b3c2293eebd2309f3532c2df1547f96ce9443e478fe473f2b3f81ce6239ff3528fcf9d1dc1e7eedac7e74997f2793fa6f97b0a31fc3ddd23fcbd8791fcbd1792fcbd8fc97c7eec6c3eff7e039fff75842f9861ce172c30e60bda0bf8825fcd7ca1610e5f943aca3fbc73852f9e7b9a2f4e7fcb170bc7f947f3e4f947cbbdf8473ea23c6055cb03a7f37920aa860777523c184df2e0ddf53cf875050ff93af050e9771e7afd8c879d4678f8f8311e3e1fc0c337f27874ee571ef55acaa3dc011eadbbcd63d1513c6ebc8fc7a39ff2c4a6833c11f2882758159e284578b264054fad74e4a938779e7a3cc9d3b3ec787ac10b9e562be119630f9ed55aceb3317d3c8b7fe759e63f9e13d3e7b935c13c3f24ca0bcbe7f1c29924fe716c36ffb835832f3903f2a51a07f932ee285f2e738c2f1f7bc4974fb7f24fab0bf90a557bbee2c435be027ac957bccfe02b26aef0cfd676f2cf8e5ee49f7fbac23fff2bc7bfb045f917be3dfc0b509a7ff17bfd3fedfc4bd917fccb4de7f8973e2dfc4b1ee35fbe1ee05f8e8cf1554773f9eaffa4f9ea0dd17cb5cf3dbe3ad398afc9dfc6d7fc3ac2d75af7f0b5bd5dfc2b20917fd504f2752bcaf9fa9db3f8faf869bec1a0866f3cfc856f8c50e09b5473f8a6c3797cd3ad157cf36257bed9ac8b6f76bfcf37fbc6f3cde1ebf9e60a2fbe25768c6fe15ef22d7d9dfceb157ff8d771c1fceb878dfc6bc18d7f73e604df6665c9b739fee6dbfcc6f9b63f0ff8f6419e7fab90ce77388ef01da1e57cc78bd37c4717c87706eee4dfed75e3df31a7f92ed750beeb4c24df953fcc7755cde2bbdeace63fe8aee33f983af3dd2f7ff03deee67c4f5500df6b23cb7f3cb594ff58a5ccf7ed96e7fb67edfb2788ffd4a5cd7f4e4be43f4fb1fca073263f5878891f2c2ae2077b507e582a8e1fd6d1e687d793fc70c0083ffcd98eff9a26cd7fe5aff35f4b7ff1dfd4c4f96f2bcef0df7677f1df3ab5f811913bfc88fc0d7ec43a811f7179ccff086de77f54a9f0a34b33f851a3067ed4ce991f0d3ccd8f329afc4ffb58fee7e39bfccf36777e6ca5363f66a9c88fe776f2e30549fcf85439ff2be80affeb8e1b3fb1fb9f908dfca46c253fe927cbff8e9be47f1728f27f9a56f05346e3fc54c8103f159bca4ff12afcd45b2f7e5a3f969fde0cf0d3480f3ffd39919ffe8e0a33ed7c8599f7af08b3f4650491db3682c89b6d8298fd79413c7baf20fee9ad20713e4890341c1324dda605c9165098b3ac5a900ade24cc65f60bd23d6b0519994041467eb6302f395f986ff05d989f342dcc078684f9d0bfe7377f05d9135682ec073961618492b0f0c743416ede69412e4c43907bb05490fb7d579077481516cd5e222c12f310163dbc222c1eb8232830b282a2cc5b4151214d508cb01694bc1505a5eba68252cf3a41796a5a583215242c6d392c2cab6b1754e2cc04959b9e82ca677961b9cc6b61f9ba4461798aa9b0fcddb4a0ba345050350d1054a78e0a6ac47e6165f81c6165eb7e41ddf89ca07ed14bf8efb283b0ca3e4258752c5cd05839216868db0b1a3ad18286d909415372b1a0e99627683eb112b40edf135607d1c2eab85dc2eae7a0b0e6e32a413b305bd08ebf226837a40a3af1cf049d692741975517d686a4096b8b42043ddd61416f73aaa0f7e08ba0f78411f4559a05fdb09582fef53e413ff384b02e6ba960f0aa4530186f100c67160846f3b70b4681ef04a3a8ab82f1aa4ec1b86a4858af840b1b920461c31544d870efa6b0a10a10366eb8246cfc682e6cda385730551c104cd77808a64e4e82a94b83b079e37661f38e3e61b3ff7a61f3d13dc2e6b0bfc2e617a6c2169d5bc216a453308b3f2a98215705b39a35825983a5603e6bbe606e5120581c3f2858ce76132cb5ce0a964e2b046b892cc17abd9c6013f258b0695b27d8aed713eca26404bb9c12c1ee9b8cb0f534296c5b3d266c4bf317b6efbe226c1f7f21d867fa083b7ab60a4eebac05a703b304a77c49c1195828b880bb04172a4070796c27b8aa9d145c8f4d087b461c857dbad9c2be1d1582dba2b782db655c7083b504b73ffb85fddd3784fd9f458503bb170b074ee8090752fb8403142b1c109c04f79a6ae1a0759b70f045abe0f123483814b54738bc60ae70d8bb50380cce133c0fca0a5ed1f305afc45ec18b9013bcc69f09deb28382b7ba9ae077f98de09fb04bf017c405ffbe7742406cb210d0102b1cbd3d43383a61291c9beb241cdb765338f6fca8705cf1ea3fcf84e3317ec209e546e184ff6b216871a57052fdbd70123e239c1c8184e0d9a6c2299562e1d4e79d4288a2921072e0ae1032192c9c799f2c9c9dfd4e386b3e219c3dfd5d387be184109a734708ad0910c22a868570ed0542f8852e21fc869210fefcbc10de394b3827992f9c6b73162276d9091147f48548397f21f2d94121b22e4c88fc705d88dabc4d8836fe2944676c10a2e156e1fca901e17ce475e18264841063ea2bc42e5d27c4650242dca33121aea242881b5110e265d485787565e1a2cf65e1e2f135c2c5fe04e1b2fc3ee1b2df59e1727d8370f95daf9070444948b4d21512ef15094972ad42d249332129295948aad31592fffb20243b1f16922f3c17924b5709298b67092987b28594071f85948a5342cac04ce15a588a703dfe86907ac84448cd9f21a4deff2ea42d4b13d23056b831705fb8f9f0a470b3659f70ab2142b87d504bb85daf24641edd2264a6fd1532db3b84ac4772c25d3d51e1aeef65e12e5a26644bd50ad917ea85ecde6742767faf90fbc75bc893c384bc4515c23dab6121ff7f86eb042a872e8c0378594a2a8a42491122544225da51a13d948a88ac9590af28520a4584945654daa35452bdb3efdb4bb44a4421ada21495bece9cdff9df993967cebd739e7befccece9a22c65095196cf4351b6aa9d28bb3840943dd8297ab2c846f4e4ed7c518ef21451ce354a94bbbd559477294f9457ac24ca9fd325ca5f4089f2778e8bf28f8488f2cb9f890a16c6880a17dc1215de3112152dd8212a7a281615074e171587f9899eee0e113d7dba5bf46cf50ed1b35b56a2674d09a2926bbf45a541eda2d2ffae894a7fd888ca0f5e12955f919ed4262a874c4515c536a20aec8ea862a45b54197d42549940895ede8f17bd842d4555d34d44553675a2aab0405175ed6751f5df1c51cdc162518d385354d37f5324f24a1289fad68a8084f922a07f9e085ebb5b0447ad17c1ed0f454860b208954f1161ebb24458012ec27a1789f003e5223ca74f44340222b2f88388e4de8ae8902611fdd35ec45c9d2e628042111b9820624b191127ff52c4194589b85b0322aef79a88dffe54c4df5614f1099745fce054912027120995db444255b948e89e217ad5f856f47a89a1a876d167516d022caafd7657f4e6e54ad11bf13ed15bd78ba2b707f5446f4b5d446fa17e5143f13151c3fbc7a2467f1d515387a9a8a92753d47c3d5ed47cf7a2a839dd50d43cac257a17622b6a3df252d47ace4cf4e15b9de8e3dc15a28ffa90a80d3d24fa247b53f469c915d1277a81e8f3a91ba2cf4181a2cf1fd68adae57b44ed9ca1a863a69ba863438fa823574ad4516821ea28511775bcbf2bfa52d629fad2e622fa2af753f4351e107d85b444df36d589be3d128b3aedbe89beff0a117d1f6e1475e9658aba6aba455def9c445d1d35a2ee5df1a21e8393a29e63fda29e47b745bd5ba7897a23d6897aef9c14f5debd21ead37112f53dbb25eac3b68bfa75e345fda188a83feca1a83fa941d4df7546f423ae5234d05423fa356f8fe8d79e68d1afdf29a2c13f22d1c8f61ba211fb07a291ddeda291d640d168df56d1b88583689cfb22fa7738503431d75d3471bd573491d50248c4fe03248a6f0092f24a80a4e30940f23b074c591b0b4cb911074cc14b80298d3b80a9f605c0b455fec034f36c60fa391960faa3d78094d54d402a4e1990566b06a437da02d2a2446086952b30e30e0ecc80748019cc2d6046f31640462b1a90d9a80bc85cbd02c84ead0264971400b2e37e80dcfe2980dc7303609691fa244360d6501b307be66560f6cebf80c2fc514041d71550fc940dccb91802ccb97d0a9833ee09282dea0194824300a5fe5e40d96703a08c9c07e63d0f07e6097f8105bb696081cf4d60c17f20a0f2251950fdbc0758e85d092c146f0516b634026ad1f38045b2358086e3574023d503d0407a81c53b5380c50525c0e2b2544073d63a4053db14d09c1cb3e6c07760a95619b0d4aa14585a910b2cb35e022cbf90072cffd602acb0e3801587de022b42838115a91ac08a97adc08aa6d7c08ace5a6065fa3e60659e3cb0b22c16d0f6b80f687f72025609dac06af34fc06a6631a023f90ed0f17e06e884d903baaa7a80ae7328a07bf80ea01bd80ee85e790ee8cd5a0fe8bd7f04ac3d5c0face568403fed2fb0ee8f11b05ee703b03e3d1ad830db14d8b03319d85080010675cd80619a0760f8dc0a30d298008c8c59c0c87d27b071cb2160238501c63f9e029b487f6073a43eb039e620b0397736b0f9af2e60b233073079d60598d44501263def00d3abd58069c56fc0ec901360167f1330bbaf00982ffc01986f1b05cc1350c02267c9243bc052793960694202965b9d004bb750c0b2ac17b0fce10d5829bd04ac2c0f035b0ee8035b5f9b03db348f01d6737f0136d362019b67e7019bea6c6087a625b063cd18b0437fb26dde05ec00f602f6eef6807d9205e0a07e0270b48e039c3477034ef9b300277607e02c930538af0a079c231200e75bcd80cbad03804bea0bc0a56837e07af025e07ac212d8754302d8d59607ec591b0aecb9fc04d8f3480bd8d31902b859ff06dc22ca0177ed5780fba125807b4c0ee08ec1c0de4169c023c41df0d2ee03f6cd7906ecd39100f6cbfc05bc1b44c08185e781036969808f6f197068df0070e8a40c70a84a1d38bcc001f0957e05f8aace057c3d19c037ed1f700408028e0d2701c7b3df0227f4660327ee960127be560327860780937bca8193fed580dfc264c0ffd022c0fff2052060c14920c0ff1c706aea3fe0d4295d20307e3f105864069c56bd039cde3f089c7ef112389ba3029c055f0241c73a80a0ebaf8173eed9c07f6d55c07fe3e781e0aa2d4048943170c1291bb8f09e0242b75e0442fda602a1b9b640d8d2e34098b12310f6fa1010d610025cd27b0f5c3ae00e849b4700e1d6c3c0e53800b8dcaf0e4418560057667c04a2d6f703511ba7035137fd80e8d0574034be0f88a61f02d18dc5c0d5b9ab80abea21c0d50b3c702d4909b8369c055c175f07aebf930062e6150231c87c20d6662e101b3003b83163357063660f70e3af1e70536a2370d37a10b859b60588d318006e1761c0edb6e540bc5f0a10ff7b14b8bb5e19b8ebf716b84b0f03f7cc9e00f7ac7e01f7a5df02f74f7f00ee3fc081c4bda340e27b5d20b1b51548528b0792b61a0149fb2680a4507de0c1f03890bc511348b69c09246f530352640e022977ac81d429df81d4cdb240aabf1c90fa8f04d2d48c81b45d7540faf18b407ae45320bd360648ffd70e64784a031941a78087f3c5c0437565e0a1962ef0888a051eab3040a6e90f20f3892490ad9102641738014f24ff004f6acc8027dde940cea9b340eeac7940aeee6320d72718c8dbe100e4f9e401791fcb81fc956f80fcc8a340c1dd3aa0f0ab065014670414b52f078a7e6c008a8b7e034f577f039ef69903cf52af01cf5af38067dfbf0125912450f69307cabb6b818af5b14005ae0cbc08d6042ae55381ca4009a032e73050f5e82250054602d5315a40750205883eda01809e0900b85c0280f224008c820110d005200f05006a4900e0351f01789b0200bbb602f0310e805f5b0388f97d00896e0190142b00a99805a08b262d9503d04d5e001ad604a0399f01b48d04301f1f003b3e0ee09bab00fc4614802700004e6c05884d1a0091bf1820f7040264d15f80b63701689f3f009d5504301bf301e64517c04ecf02d81934c06b1703fcbe638030c713103678034255192066728057324ac0abeda3c0abeba78057558781d7afa581d74338f07a642f506b7612a8adfd00bc595d07bc710c01dea42e01de7cd300defc9d00ea726702753f2773b003a89fa205d4ab6c03ea8d4f00f5e6de40fd3601a8f77f01345c580434ca45008d5a1540b3e427a0d9ac0e688e74069a9f0c00cde45ee05d6e00f06ed40868b1f6065a82cf022db797032de043e0fdf15bc07b7135d0baf02dd05a9903b4d627021fa21d808f530b808f67cf026d63b6c027c9adc0a7e7cdc027ec00d07ecf0d68afee073ae634031d8f37001da5bd4007b907e834b1073a1d32814e513cd0493c07beef7e0274e54501ddea38d063920df408f781de73a5406f4438d0fb7d0ed0b71a01fa9c2e027de7b580be47f540df2f10f811d702fc78b801f891b307f851af0c0c34ac047ede7f0cfcacbc0ffc842e01834a4dc060f42e60b07c073034a71ef84dbe06864beb8091412de0cfc924e04fd506e0ef9409e0efa50bc0e81e0d60f4f94760ccc31a180bc080317e06f02f410598f06d01266e468212f5c6a0645a0b3885af07a74a058153e573c0e939cf41a9595740a9a7774169bd4150ba650c9c215b0ece587e149cb1321f9cf1d10994d13c0bca2c0f0165ec9782331b4c41b92786a01ccb80f20bd541f975cbc059a32270b6f1417076e9617036e30bce7e7b0754d099032a38c5800a07064185d065a0c22f155071e10f708ec51f708ef777708e6f3738f7bc09a8b46c08541a920395e77a83ca9b9240e5260b707ed062707e8a1cb8c0f111b8e06f24a872be0954298d03170ece0717fe95041795e6818bc0cda03a100b6ace2f073557e6819a1d11e0d294787029f1125c2a1e03970ef481cb6c4bc0e5410cb81c08029777e3a0962a0c6aeda806570416802b1eeb822bfb45a0b6da1b50bb6f1fb86ac97e7095c56570d5151f70d5d395e06a9d3a7075683db846cf175c93e70faec9cf05d7fcba06eaac320275b6dd0375aef6813ad9b2a00eb405d47dbc1cd4f39204f52065504f7809aedd6708ae1dd804ea5b42a0be7705a87f4d0fd42fbf00ea93df407df11b709dc156707de73470436c3468b0db1d34783c0a1a327f4123f509d0483b1734f252008d92df811b2fae0337764a831bc76e839ba4a2c0cd4b9783262b168326581768329e009a3ac2a0e9c702d0ec4c2a68aeae0d9a8f1d012d14b78016cb24404b97f9a095dc1ed02ab30bdc12b61bdcd2f408dca6110a6ef39107adef31a0cd5e6bd0a6672f683b651668ab51006e4fbd056eefc904eda61d04ed9edd07ed7e7982f6d533408790afa043c928e8407c031dfabd41c7f9f5a0e3b601d0b1b81874dae905bada5880ae357ea0ebaf13e0aef623e0ae610570d7d82a70b7e65a70b71f04ee312b07f7d838807b8eeb807b1a9b4137ed5ad06d8729e8f6af0f74af9d0fbaffca02f7aa36837bf74c807b63d4c1bd5f37801ecb5e811e46fb410ff215e8392d05f47c600beec3af81fbdb5dc103b38e8107e63b80072ea58307e350f0e01f1ef4d15a0cfa6c3e0b1e5ab50f3c044e8087be6f050f75ef040ffff70df4b5f80dfa5edd0ffa02d6a02ff11af46db9031ee15e80478b2ac163c259f04415029edc4c80277dc7c093d18ea07f7d2118a07b000c30de0106e4fd054f2d4b024f5fc6c0d3c307c0336a047866470178c6f51b78a6501d3cfb76103c27b1063cd73503fc2fe40ff8df132d30d8e42a181cb2190c7e6a070643f160f0af723064250386e45e02cffbba80e73bfcc050a8100c253e8361739cc030a71760d8d36cf0e2ce55e0452729f0524807187e6f177859a117bc6c760dbcbc7732e3ef82116a97c188042330e2c11730e2c9063052772e7865bb051865f8098c0a380246a53f07a3975780d18faac0e8222bf06af83bf0eab5a9e0d55b7fc06bcba781d7267ac0eb7e75e0f5d8bf600c5904c6da4b83b1436ae08d9024f0a6c17bf0e6ee6a30ee513a18f7f820786be979f056ca45f016bd0abc8d1a83f1b43c18fff12f7847b510bcb3701978477b1978b72f03bcf7c811bcf7550a4c78180e2664a260c2070cbc6ffc074cfca1062639e36052662e98242c001f2cdb0b3e283c023ef8a80926db2c0753e453c1145e0ca61a6880a9e192606af1753015ac0353fb5780698b4ac1b4c81430ad0104d37a93c1f4796bc074d33360bad703303dc0024c0f0b0233d23bc08ca20030e3fb3af061c12cf0919226f83889011f8f2f0433d54460a69d3e98b5b117ccb21903b31abf82597ddfc0ec95e16076dd3ff0c9c293e0131d3bf0897910f8c45b137cf2a6127cf2630e98b3601e98e3ba0ecc49950673f85c30a72d07cc95a80773776b83b9253e606ea30298fb391bccb37b02e6357a80f9655560fe4b47307f300c2c98361f2cf26e038be802b0e8db4ab05856052cf6c1c0e25bd3c062fe0ef8d4f716f834a8087c5a2709962c4b074b8c1e812531bbc0929f1fc1525b1c2c53390b96b9758065411c5876e10658165b0f9627bc06cb1bbe8215573f83159f2ac017f6e5e08b8c756065e23bf0e5d143e0cb3813b06ae945b06aab2e5895210f56bbaa82355ff781c03429103c6f03429bac4058d31e84f79480f0a56c1046041039f50b44723f82e8ea7920e6c081186802e2956a2069ca81a4cf7b900cfb0292e9f92055600f52632b415a2309a435f5417af73b90be2f0bb2ce5f4056a407726a2d20b7790fc85f7e0af2cfa540be3700146fa041f17f21e0ababade0abde8fe0eb376a60edee97e01bf51de05bf80858075582f5f3dcc106f706b0f1d127b0f15b31d8343f016c2a580536b3d3c0e6a66960cbca9f60cbb758b0a5671fd8f2471b7cbfb7106c2dfd0ffc70c511fcf0311f6cbbfb076cfbd1027eee5804b6af1f05db0358b0636d2cd821e4811d1d4fc0afc95ae037f94d60a75617d869f815ec3c7807ecac1d073b3bb3c1ef1739f03b8380dd636bc09ee9d9608fcc32b067cc1aec3d7a13ec4d9c0af6a58f83fd66dbc0fe975fc1fe4ff5e08ff90fc11f3bf78003f3d780033e59e0c091fde0c05d2f70a0f43538504b803fd71680bf125f83bf926cc1dfe67de06f976de0efff24c0df51aee0ef7bd3c1df8ff681c37ad2e0486806387273053892f2161cb52e06476b6e81e34b6dc0f1932bc07f983ef86fb23e278acf8013654fc089f27670e295292439d711925c630d491a0e43921db2d0942be9d0945237686adb0c689adb27689a9f0a34edbe1e345d35199aeee30b4d0f3c014dffaf1b9a1e7f0e9a11d406cde8fb0f9271790cc944284332c54b2199a65048a6a3149a79640e24b7e725242f3f1b92ff77009a55f0149abd7c049a7d771d34bbd0085240122185a66048e1870234c76f149a53f4099a1b220d292d2b82949c29685e802c342f3c069a57a308cd9f3601cd579e0dcd5f6008cdcfb485e68bb2a0f9bc0ea4a2720352713487164e3b0a2db4f483166e3787d484cfd0a2cd6ba0454e99903ae00369acdb062d3e79125a1cef012d162e438b3fbc8516b75b424bb6eb414ba225a0251d1690a6b11da4197d015a26210d2d8bf08396fd7181963f3e082def8987b4b656425a05f590d66806b432e61cb4326533b4b2310ad29687216dc315d0aadc8bd0aa9ad9d06afd5c68f5c12268f571136875e614684d8f3ba4235c80749ace43ba4e34a4674c40fa0123d0866404daf0b4143290fb0c192cd90d1934394286f2e19091ff46c8e88315b4915a04196f4e848c0f3a42c691add0a6c4716853593bb479de7968b3d62a68b3970364e26f039944dc824cee7643a6cbec20d303099069cb09c86c3a0199e99d86cc3a0b21f3b3cb21f3d44ec852ee2464b9cc0fb2345083ac3e39425be214a12d8f8ba1ad32eba1adb14dd0d6ec3390cd89b390cd952990cd935ac8869e02d9da9443dba50e40db77be86b657c6403b9c0aa11ded21d0cebb97213bfb0590bd9229641f110f39e8ff841c1d3f418e231f2127c336c859a91a72b6aa805cd81c68973a09ed96ca8076cbfd84f6acd684f6e45e81dcac432037f744c88db282dcbaa3a0bd6bee407bc76b208fca0ac873ca67c833b019f26c3e0e795d05a17d5a77a07ddc42687fc571687feb1cc87bfa20e47dbc1ef2be7f0b3ab078043aa8fa063a68a1011d4cb7827c56b64087363c840e1f95810ebfbb061dfe2509f99eb9001d0594a0e36951d0c98825905f442fe48ff840febd041468a2069d595e069dd9e5009d8131e86c640974b6df110a3ab4160a9e8e41c1d69e5070943114b2752514b2eb00747e9f22743e4d1abaf07c180acdb384c2a69f82c2e6dd86c29adba18ba387a04b9545d0a5ae3fd0a581c350b8d47de872d654e872cb1f28421382229cf5a188844b50a4771a14d9a5005dd9a30e5d4923a1a892c35074e41be8aa7134744d5917bab6f30c742d0c83aebd9087aee74640d7818f508c8614142bd502dd383d1fbaf9690c8a53b90ac5553641b7e63840b7772541b7ab9ba0bb67b5a07bbbb2a07bf01f28a1a9054af8510dddb70e83ee271440f73f9a4189095a5092aa37947450167a90600c3d786a0d25bb3250ca121c4addd404a546dc81d24ead84d21572a0f4787b28fd772194f1ee33f4d8e03bf4f8432f9499f403ca2c8b81b2cacf42d926b250f6ce1ce8c9d5b5d093d45828f77604949b1903e516ff86f2d6cb41796787a082998ba08223aba08270002a9cae0c1596e440858daa50e13713a8e8fe7ca868f82a546c8f40c5475742c5ff0e414f979d869ec5ad834a985f50c9703f54f2e71f54aaa40e953e580a95fb5440154ede504560375421c8402f0c07a0cac6b3d0cbc979f6f2fc15a8caf7155475f327249aa50b89bea542c0c5cd1028f11e0293ee4160cae40731130f815c1d04b5ef82e06b7d1062660e21fbf640c86f14428dea216caf2c84dddd00619927207c5a3a842b3943c41c1d8888d685a86db5106da700d19593605588fe910b31e6e721c6f302c41c3b0631a80bc41a2d80b8b4dd109f5a09f19f2f4182f41248ace10a89837f41e20b24241e3801bdd24d805e3d60a0d7f39642b56e91506dcc18f4e6e21ee84de12ee8adf45ce86d5d0854e75d0fd5ef0c81ea8574a8feeb42a8619e13d4d087408dabe3a046e134d4f4f33bd4fc6133f4eef447e8ddc52ce85d412dd412650fb554ef825a3a32a1d6ff34a0d6acc3506bdf17e8a3cc62e8e3d97bd0c74c0e6abb6803b55dd9077d2e27a0768f70a8fd9935d4f1b30dfaeab30ffa9afc07eadc3615ea7c2740df27ff2cbe13e1d0f7d68d50979723d42dd301759bad84ba5d42a0ee3d6a5077cd6ba867ca6da867c664ae09807ad203a13e1d33a82f261deabb3902f55b49403fbce4a01f0f8e433f7e87433f638ba05f3394a0c184a3d060ab11343858010de92e87861e2743437906d050d925e8f79573d0b04905346cdb060d1fcb8186afcc80460a8aa1bf1b73a1bfafc6a0d1f31fa051e12b34667f0a1abb3d0e8dcb1f85c6955168dc450d1a0f66a1f1abb3a0f14e5fe8dfcf8bd0bf911068e2e92b5862f67e58a2ac0896d41e82a720dbe0a9d51c3c2d50019e965e0d4f97ff034fbfba089e9e89c2524ac761a9f513b0d4b9e9b0f4cf115866e14658a62e009e193d04cf144ec2b2a59760d98ae9b09c66142c9fba199e65f41d9e75a40a9ebda80f9ead1e0fcf515386e77c3a092b41c9b0f28e0c58f9c838acfcf6363c2f74093cffd17578c1ef1258654d0eacf2e82fac322a0babbab9c1aa87afc30bd59ae185eec1b09a6229acb622075ed4aa04ab1fd080d53b7fc31ab14fe0c55a46f012ad70784924036bee16c19a8983b0a6680c5e0ad8c2cb14b2e165571ec0cb986878b9d77e78f96b125edef91e5e9104c02b7d24e195d113b0f6aebdb0f6442abc2afe12bcea4911bc8a7683573ffc0bafee8a84d7b019b0ceae65b04ee54d58e75705ac7bf029acfb2307d6f3a885f5ae99c27a35f7e0b54794e0b52fb4e1758bfe83d719ce87d759cd81d71511f006994df006eb60d840270f36881a830d3e1e810d7e4d850d4f3e810d6b77c046ca91b091a6376c64e2096f3c721bdee85f041bff1c8337dd39056f7aa40d6f2a2e84378d9ac09b7ddec19b1367c19b07eb60938cbdb0a9ee5dd8b46b316c66b20e36b35f019b7dda069bf5c94d8261730f08b63a16055b05df81b7bcfc0b6f3ded056fbd780ade9a7619dea6ba00de6624056f3b9a0c6feb3281adb5d6c3d6e611b0b5d373d83a7c2f6c5d620e5b37fc826d1e3e836d65ec615b7902b6552a806db7ac856dfd7460db111578bbcc04bc7da127bcfdc06578c74a04deb9ad13de696700efbc3803b6537d04dbe9bf83ed5c1b61bbf301b0dd90216caffc12b6bfde09dbffb0851d1417c30eead760879b5f6147db46d831a30a76ccd2839de8a7b0cbaa72d8c5fc28ec622b01efbebb1dde8def84f774fe81ddacefc06eb9e1b09b7837ec9ef406f60ca982f77d7c09efbfff1cde4f15c3de5e15b0f7715bf8c0a250f8a0dd3ad8679e037c68da37f8909a277cc45e023e3a731d7cec220e1f4b5c021f2bf80b1f2b4a818fab08f08903247c52db043ec90dc3277b0b60bf257b613f8f73b05f671bec9f2382fd073de000de080ef8683d490c077c3585033a95e053fbb3e0536162f814f9140e34d7800309117c36720b1c745f04075505c0e70ead82cf25d6c0e72afbe1fffedb0f07cf7681835b4fc32148101cd2b9040ef98dc3217fa5e1f3d3cfc3e797107068de6638147486c39c7de1b03b037058512a7c31fd097ca9c013be247c832f0dee85c3b7cf83c36f1d80c38178f8f29e7570c42e0738a2a1128eecac80afdc5d0a5f791b094715fbc1d107cde0e8cc2f707447287c6d8b027cdd470bbecef5c131956670ecba6370eca573706c7c231ccb0cc0b12d97e01b66347c23fe327c63f0277c4bf1017c6b4011be6d9002df9e9cebb71b93e1f8db27e0f8b273707ccd187c67fb01f84e48387c075803df9d5607df1d488013c6e6c3f7b3ece0447b0b38f163359ca4f2097ef0b8134e767687531e65c0a9c11fe0d4bc7438ade3189c2e1f04a72fdb00a75333e08cb30fe08cf3249c11d30567346d861fb69d811fc59c861f1593f0a3de6c38134b80b3d664c25971dbe1ac94dd70d6d04c38fb772efcc44119ce1d3780f3629fc3f9d358383fa7112e989b0d175cfd0c171497c285f5fbe022cf71b8e8cf39b878e1f34975f0d3bdb7e1a7c7b4e1a75f24e067e96fe0927a47b83467335cfaf60bfcfcb02efcfcf953b8ccdf0c2e5ff00d2edf0fc015fbdbe08ac279f08b9885f08b57bbe12a357db84a5301ae3a6f0c57e5ac83abfa9ec3d546e370b5fd71b8fa86322cb2c4605153282c7a17078b3afd61517f070c5e7685c1a72218f6f383e194c949f9cf0146eea030aa1a03a3b777c298f27b187b930f138d9230d9920b5364284c2f3686e9b16b3063fd1fcc445c8699262998cb3b06735f6198fbf30616e4cb61e1fc7258284b83c51d49f02bb3fb70eddc1d70ed6a77b8f688245ceb1f05d7a62f81df7828c16fdece83dfee5b00bf6dd386eb8c6ec275bb58b8eee131b8aeae0caebfb50b6ed02c841bee7d871b1d76c08dfef270635814dce4d907373d92859bdb26e0778361708b7b1bdcd2b0057e5fbe09fe705203fe70d316fef0c510fe284bc01f277ec16d8bb6c36d634e70dbf81ef8d3f403938ec39fea15e1cfc7ede00e0715b8c3ff1ffc25ba10fe3abd1dfeaa30017f35aa83bf2618c15fdf35c39d2763e1ce241afe6eb609feeee4027fdff510ee5226e12eb54370d79acf70571608777587c0dd521d70cfea7ab8a76426dcf3731fdc3b2d02ee75cb877bc33be0be692e709f431bdc17d609f7fd3286fb2d07e07e7b37f8878d293c20eb000fdc1e8207fab7c3038327e19f3e01f02fdd05f050f15b78786a023c7ccf0a1ece4c8547ce19c323c81ef88f6935fcf7642dfcb7e0263c2a730b1eab3c0a8f419af058f32ff89feb6f7862571b2251b10891e83c83484cb820920e9b9129f1ab9029efce2053c32864eaf315c834f5c3c834681099be1341a414cc1129e41622f5eb1c220def4466ecdc88cc08b340663c0c4666bc7a89cc68924164e49d10994f06c8cc3e6944760683c8ceff83c8fefb86c8c96922726b2311b9b847885c8f089975e212322bfa2932ebe11b6456ad13327bcf3032fb8309a2107a0951f8710551940943e6486e42e6fc9987ccdda48accbd6482ccad8842e602e6c8dc5f1b10a565e58892f918a2d47f1f519eb88dccdb588dcc9fb71851c1ae212a1f8d115585524475e95e44f5ba0fb2f0f36a44edc01344ad561e59a4e68a2cfa4221ea5d87108d69c791c54692c8e2f34f90c59f22114df81db254ca0059fa390759dae38c2ca37b91e531ff215a1bf7215adbb7232bea029095deaac8ca535ec84a5c165949f288b6038668c75c4156352821ab9abf20ab4376213a871d109d079b119da25844f7c46b44d72f09d1cd3a8fe819ae41f4e2df217a1fef226baddb91b523d710fd106f44ff6123a2df398ee8f74a20eb167521eb7e1d41d62f6e44d6db22c806c914c460ca52c44043153170b4460c079e22462a4b11a3c6d9c8c6a5ef918d6ba511e3b938b2c9ff17b22995464c731f2166c7672066894d88f9ab158885f10fc4f2461f62f97236623573336295fb1bb17a3f05b1fae88f6cb9128f6cc97145b67a9c47b67dae41ac674288cd8697888d8b2f62131080d85c3989d8e4c188cd7023623b2705b18dab42b66b1c45b6571e45762cb34476d894223bfe0b41763a2e4576a68d213bf3f723762fb722f69b0c11fb2d4711fb3391887d7231e2607d0671b04f471c4e4e20ce8f5f23ceac23e272f412e2927a1471c9fc80b8700988eb8edf88eb7569c4355d0671a55720bb4c44c8ae834f905de74a90dd6661c86eff64648f892ae2667d0d71731f44dc8e2b206ec5e710b78e18c4ddf122b237db13f11816239e3b9b102fa950c42b381bf1faab8fec5b7316d9b76e2db25fff10b2bf7b2ae22d9380783bbf40bcc9758877c75be480dc55e4a0d616e4e03e0af19906233e961f9043cb949143a76291439932c8e19366c8e1bb2388ef2f04399253821cddfc0f397ab807393a5963c7952290e3c63390136f8c103f5989495f113f0d3fc4ef481de2c76c4102ae5721a7ec502430e03f2430fd3312889920a7a34f23a763ce21a7ef76206722ff2167377c42822eb0c8b9cc23c8b9ec75c8b9227be45c632072ae331b3937348a04ef514482fd0291e0332224f8673c12a25e84845cbc8c8424e521216551c8f97deac805f52ee4829089846abe404287e621611eb94818fc1309eb5e8f5cbc2f8d5cf27c855c0a7e8684af4a47c22be490f09f7948f8c87ce4f2e67bc865ebc34884973112f1ef3d12a9761789d4ba884466ae42ae9c1d46a29fad42a2df4621d1ef7621572d5d916bc72d916bb7dd906b0fae22d79fef44ae139b9098e93e488c65081273f30b12f37825125be68cc4f6d520370e4520378242919b5f3490b8645d24aea604b9a5b40ab9edea86dcc66723f1f5b5c81d3537e4ce1247e44ec629e4ceb74fc85d570eb98b3921f79aec90041f14b92f9e8d24a9f62249ef149064cfcd488aa40e92b2d01249f99385a4294d43d2341591346b3324cdbe17492b7d85a4a7782019f22ac8439d0ce4914132f2d8b007796c3e8a64ae3043322b87902c7b5d242b6c1f9215ff0f79e29b84e4cc544172169e4472fee922797faf23f91b8e2005335e2105ea594881c35aa4c04f0e29941d450a5f1e428a16534891018014edb7478a0251a428ef2852d47d0d291a68418a0ba590679e8e488966045212780929f9e080942a5a21a52b1591d2dd1c529a94859416dc469ef7bc40ca3ca6216577fe2265dd654879561a52715307a948788a54c6ad47aa4c8f2155f1cf90aad164a4da7b03527dbe09a96efe8c547fde8d547fb3476a4a5c1160690f02cf071078f2b9f085500459e885201f4711d4b10c416fc42358f62e044f37448885f6083deb2d42af398ed0965f11fa7a07c2acf989300ebd08e3b41fe1ca8c107e724cfc752784cf3242048b9788e0ab8488e12ee4d5d441e455df74e4f50227e4f5b00d52cb9921b56ff6236f16c1c81bbbabc85b0f73a45e12461afaff228d5a5248d32363a479df7f48734539f22e9b445a8c8e202d2dbf90566705a4f5cc55a4b5410ff9d0e48d7c5c2e8f7c8cd98f7cbc310f690ba590b66b7dc8a7997790cf8b17229fd128e4339d827ceea690f64562a47d9b06d2f14219e9689b837cfd61867c23cd91ce5219a453c091ceb18dc8776807d255d78d7497d34837248b740fd6233d461e486fea1fa477e414d227be80f47dc947fa0b7e223f0aae233f5e5a21035562e4678316f2733c02f935da810c754521bf436f20bfb3f391e1d493c8885b2832c225217fa72d4346dfef44c6a59291f11d5391097e1099f8a88f4acc51452552a7a112bc012ad1381595e89042255d7ea253f7eba1d3a7bd46a7c3df50a9358b51a993faa8f4829ba8f4650554fa6e042a5dc5a0339668a2324bec5199ff44a84cca57543670d2f3498d2750f939af51f923bf50f9540895e7ddd159294de8ac9c85e86cb30974f6ce0674f6dd7074f6cb5c54413e0a55382aa00ae79ea18a1b4ea38a195da8e2672f54b167193ac7350b9d73aa069dd33e075596e450e5120d741e1d86ce9f5a8cce5fa882cee7efa20b7619a02a3ec5a8ca9d115475e9167421658e2efce786aad59c44d5880a54adeb29ba28b8075df47d16aa7e5105d5d0cd4035b29cd1c5617bd125c93ae8924f63a8e6fa3454b3fb1aba347e1bbaac7c29ba7ce92774f9a66fe8f2006374f98b9fa856663bba625e17ba625704baa2f437baa2f60fbaa2a5195de572035db5f701baaae220ba5ae13f748d841daaa3518deae4af4275bd6c50bd69cb50bda5b1a89e5f26ba56c21ed52795d1f54f0fa11b7cf2d00dc9bea881f43ed4e0ba2b6a80caa1861aa1a891f96dd4c86e396a946f8c6e9ca3866eecb88b6e8a2251d3ad15a869cd65d4cc631c356756a31697efa3962758748bb927ba65e22ebad5d900dd567e06b5be1085da6006a8ad51006a1be286dadef6426db306d0ed1252e8f6a31ee8f6fa1274fbc87174c7b57074476f1cba537e13ba73d5086a67dc80da65daa376d9937ec8a2f66e86a8fdf16ad41e7c813a1cb0441d820fa20e554b51077a17eaf0773bea28350d759a06a34eca01a8936102ea947c16759e391f75964d449dff33425d765aa3ae5df2e8ae8edfe86e4f657477f27974cf266d74cfd6dde89ea13393fea16e61af51b794a3a81ba589ba351e41f70e71a847e07ed4a3fb03ea99da8e7a958ca1fb2c4fa3fbcecba0fb671f44f72b6e41f79b16a0de8fd551eff62cd4fbd72af4809e397ac0fc007a60cf36f4c0eb3ef4f00a2ff470ee53d4d72a0df54dbf891ed97a033dbaa8123d7ac9013d1ab7023d0e1f464f043e424fa491e8893f53d0930731d46f6f06ea777029ea976086fab7a6a001f31bd18014060d18be899e3a790f3df5c4133dbd4b0b3dedc6a167fe7b8b9e89fe8d9ec594d17382031a2c390d0d7e588106975ba3c1a31668885d151a1218849e975344cf2bbc432ffc9887861efd8b868624a0616aee6858c651f4e2fc2be84571207ae9e842f4d25714bdbc2302bd3c1c8546d81f4523d24cd0c8335fd0481243af4805a257a2cbd02b6f29f44adb56342a0245a3d7dba1d101ad68745c197a555b0fbd5abe1abdb6ec287aed64117add3902bd9eba0b8d79fb00bde9988fc6e1d7d1f86c6934bee7157a67fa007a67ed45f40e7001bd435aa3778d5ad0bb2f93d17bc67bd17b635fd004eb1de8fd3c06bd4f2c41efbffa8e2639f26852b42d9a74ed2e9a848ca20ffc36a20fcedf401f8c65a2c956189a7c521b4daeba8126775ba0c97f4134e58c184ddd4aa0a9c98e686ae70534cd6f159aee1f88a6379aa20f53d6a10fc7dea08f5c8fa08fdd8bd1c7e75dd0c74fecd0c7ad6e68e6947768964f069a15558a66211368b6f73134fbc22b343b69359a5df704cdb17d8ce6cad8a3b9b7c6d03cd9c5689e4f229a576b86e6b539a185d633d0c203a56891fc005ab4ba052dda258316253e468b17f168717f0dfa34570a7da67b012d79928d965e2d469fc7eaa3cf3354d1e79f82d0e7dd72689997395a163a88967de843cb67dc422bd629a32f9666a22f383df4c5271e7db94c1b7d79da0aaddae68f569d3b80564546a355156bd02a7c18ad1a3d8d56af0b42ab8f0ea1d5f4305afdad0e157d988f0249ab5020750c05da155110db8382cd1f50683d8dc2f66b5118bc85224b3d50e4e937143d9683a2ed4628b660318abd7642718777280e1ba3c4731225ad77a1d41a06a5741ea25499354acf9983d2a55128e3f910e5c695505e1747f9b44fa8907806159b1f46c54f22d1d712f2e86b4509f4751c8ed6debb80d69667a16f8e6f43df44eaa1756fa4d0864f8a68e33617b4d9c50e6d1eef40df4db141df5d6944df3dac445ba636a0ef6dcdd1f7a823fafebb12daea7c0d6d3df107fda07f11fdb0ee1dfae13e877e0c38877e0cbf8b7ecc07d08f8407dae6320d6d7b7617fd14fc1dfd3c531b6db77881b68f4f433baad7a01de2ebe89763cde857851ab473b63bda69b014edccda897eb7da8076adfc80765d8f47bb5dcad0eeef2568cfe47bee0db985f65eab47fb6c6fa07d015bd1be7339681f08a1fd2a2e687f7124fa437502fd61350d1dd004d101db467420f229fa736d00fa33c60ffdf9eb3cfaeb81053ab8690e3ae4fd041dbab21b1dde28838e58cd4547acfdd191c47a7464501dfd93780efd534ba27f7a2fa17fa769a27f971f45ff5eae41ffbe30474723aea1a3ad2ee8b84105fa6ff83d3a51f1199358436312b7d76192ba0226b9793f26f9fc2226592985498acd30c956169b629c854d1924b1a9c633b1a9b9a6d854b61d9bd6b3049bbe84c6a43c6a30a9133330e97b533119e7f798ccb1bd98ccfd096ce6f4016ce645156ce6cf764c56722a2637551993d32131b9c0704c2ef314367b630636bb54159b8d9762b3bfc963b3070e620a2b24318577df30859eef98e2f9b99862d86e6ccef447d81cfd106cce83526ceef2d3d8dccfff30a50016537ac7634adfce614a3dd598f2d13798321c8dcd8354b1f9bbae61f3c9006c818e22b6e05f1ca662fc1453d9ac8fa97634600beff8606a4e5a98dac1614c5dd50553b7588ea96f9d82a90f84601af6af318d7df9d8e29b7ed86258195bfcad135b62b9075bd25a80694adcc234d5a4304d0b6b6c99c6726cd971336c597533b64cf4025bd60b62cbdf0f625a331430ad353ca695f81c5b71fe17b6e2ee1b6ca56f30a6fdfe0fa6ddf91b5b2d77085b1d84626b6a15319dd2304c870fc67484614cb74406d39bfb0fd3b3b2c0f472fe60fa4124a69f2ac6f42be762ebb49cb0f58fbdb0f5798bb0f59ddbb00ddb66601b4e1ec336748f62066a4b308367b33103681e66d87b0d33fc3505db681e836dbcd8816d2c4631e39a6bd8a6a16bd8666f4d6c738a2db6f9fb3bccb4ac0f33ad8ac04c6bee6366f262ccacec1d66d6a88199f59562e62b966016fe459845dc2fcca24019b3bcb11eb3529a8359993dc5acf6fdc2acbe66605bd62cc4b6d8bb605bcbabb06d4e3466ad7b05b3fe6081d998c66336bc3d669b3f866defbd89edd83d8ced882bc576fe9c86d9393562768d6598fdcfb998c3e31eccd164f3a44eccf1388939f64f604e3361cc698b1ce6b4df0873deb71a7359fb0673d92ac65cac09cc25561d7375b3c35c9f7561ae2f7b3157da1cdb35df09dbedfb1873f3b7c3dc1e9561ee9b5e61ee894ed8de9547b1bd1b67627b8fea617b130c318f03d7318fea71cc0335c03cbe16629e336f629e2b83304f3f37ccf37411e699bc16f35af910f35a3f0bf3321dc2bcb605625efe1f30afa7b5d8bea0106cbfd45a6cbffc18b6ffde1c6c7fc5476cff4b01f3fe988b797ff3c60ef86963072360eca03800f3d97d0ef30931c77cf2e3b0c3d3ae6287f5ef6087f7da6287cf9ec30ed7eb60be3bbf62be456a98ef2b7dec88f442ec88e37decc8e34fd811602b766cdb33ec587c39767c11831d7f1f889db8558f9d48c4313f9d1d989fff3acc0f89c2fc1beab08079dad829f5e9d829ab7eec54cc05ec94a8183b7df83e7666d509ecccceadd899dd9ad899db92d899ce9dd8598b1cec6c7a067676a80a0b52cbc682b6e8624197fab1a03c79ec3f9fd3d87f4122ecbfa7afb0ff18100bbe238985b8f6602181fd58c8eb11ecfcf329d87902c6ce0f3a63174cb2b10b0199d8e48e82851d57c6c22acf6297963fc32e599fc42e79adc722d60c6291860016f978031639d4825d393207bb521a855d6906b0a8e9622c7a711016bdcc0e8bd675c6a2e1e358f40f332c7a7c2676759a3a76cd723976adfd1d16a37e1f8b49cfc462deecc3627d7e63b19167b158b60abb11938edd9c9b8add74388bdd3c5087dd5a8963b7ccf762b7ca5db05b5021764b5888dd7e4862f11916587c713276472d02bb377d08bbd7988125c46fc3ee4f1fc3eebf62b0c4486f2cf1f9672cf1c56f2c117f8b2512965862c7072cf1772196342b164bb23982254ddcc7924dd5b164bb562c39b9124b39d683a57c8ec3522507b0d4402b2cb5401a4b97d1c4d253bcb10cf9fb58c6a2d758c60a5d2c236913f6f0da0becd1494fec51d56c2c53d71acb4455b12cdd062c2bf111967d09c0b2cbe6624f7e4563399808cb7df61ccb45a2b15ca615cbedcdc6f24ecdc2f267d462f927bab1c2071056989f8815593dc58a5a7bb062bd6eece9d451ec69ab34f66cb92ff60cf1c54a4eb960a5c9915869ad335676660a56f65e1aab587804ab70afc15edc2ac55e34db6395dc1aacf2fd7eacb20dc22a3b39ece5f641eca5c70bac6aaa1556e5ae8255852862a203fb30518b0906ec50c140bd9718783e0a83e4f33078e56e0c2efd87210f690c9b8e61d8f8770c5f6f8611db8b30b282c7a87ba618d54b61d43f2d8c5ef50ea3ad7e60f459558c714bc0981bad18837561cc1b698cdd7110e3ae2fc3f8000ce3dbfec304e7bb98f05f0126500731b1ea1eecd5ccc5d86b7b55ecf5be24ecb5e806f626d3077b1be286bd8da8c5de623bb0b7a3f6585d6c125677a311ab4f09c01a8abbb0c65bb7b1e6792bb1669d7aac593f116b3e731c7b7776046bb9628cb5c47cc25a6e6fc7de9f48c15aa7dcc23e4a45621fafe4636d3b2f616d05abb04f127fb0f6a31658fbb90f58fb95475887ca5baca3f035f6e5c026ec6b8f03f675641df68dfd8c752e5e8d7daf388e756dd5c6ba028ab1aee87958574c0ed6357116eb2e0ac3ba8966acfbc721ac87e3b0de6962ac77713fd69b1289f5f6b4637d8b8e61fd52f658bf771fd6df3184f54f58613f4e29603f12b3b01f4dfad88fce1dd8c01e0f6ca016c07e3dfa800d0e6fc08666dfc28654b2b021efcdd8d0e4fe3974750bf6dba21b1b56adc186dd56627fde60d8dff55bb03156131b6bcdc5c627d7cd71e00c36fe81c4fe296ec5fe91dbb109b5406cc2f4172ea1e2804bacd0c625748d71899823b844ee625ca2fc0c2e5914824bb28b70c99669f814ea043eedf0027cdaa9fff0e9e4202ee5d08b4bb592b8546f032e1de985cb44f9e3320fd7e033c32ee1b2bb0271d9520b5c6e850d2ef7dd0f9797b7c26749dbe0b3c39fe3b36f3cc5155e50b8a2ed457c6ebc253e37311c574ef1c795511e9fb798c2e7553cc4e73f33c5558c97e32a3e7371d586087c615b1dae267f0d575bed83ab95cec417c907e0ea9b12708d2dc6b886751cbe58ea24beb8e102beb8d30bd79468c235d7edc0352f37e34bd778e04b373cc5971e398a2fb308c3974b4ee05a5e4770ad2773f11552cef88a4583f8cacdbaf8cac2565c7bda4f5c7b4706be2a4d155ff574185fc518e3ab1f3ae3abf3b6e26be2daf035dd10aeebef89eb3e08c2753f96e06bf94bf8baa965f8ba26577cdd803dbefef5747c438f1d6e7071236ef0c01637da731f37f29c826f748ec237767dc08d5bf271e3817bf8a69d71b8c9745fdc64d679dca4ee2d6ed2e28f9baeb0c0cd0c01dc2ce9026e2ef712373f588c5bc45ec12db75ec72d3de7e396ef5a70ab5bd5b8d5a75c7c4be61a7c6b0e866f5bb31cdfa6af8c5bebf7e1d601ff706bcc15b7ee18c1ad4748dcc6200db7b9bb10b7f99e8cdb2e5f83dbde588ddb26adc46dcb03f0ede17ef8764209dfe93a8eeffcf903b733788ddb3925e076a247b8fd9e6db8c3c051dcb17417ee340dc39de4a271a723eb70e705d5b8cba678dcc592c25d97f5e2ae9bcfe2ae098af8aeb3fdf8eea03bb89b8b17ee56ea81bb958fe36ecd3f71f715af71f71b7f70f7aa7e7caff30c7c2f9a87efad73c63d4e3cc33d721c714f9f05b8d789287cdf8bebf87e7d2fdc7baa2ceeedba13f70e74c20f94c2f8819f6df8c1b91ef8c1845cfc60de05dca7f01e7ea8741c3f24f4e087a510fcf08a4cfcb0fb2dfcf0c5f3b8afd702dc37401df7bda484fb56b5e147e4aaf123fe0bf02341287ea4c6163fbaa10c3fae27819f487c849ff45c819fec0326b5e3fe1b4fe0fe97a6e2fec57e78c0d2323ce024849fbaea8d9f4abe8b9f1a8ec14f4ddcc3035fe6e2a723fec3cf4cd6f5990fc3f859efc57890f9453c2842070faade8207bd0ec0cfcd97c7cfdd28c7cf25a9e2e7e039f8b94e1cff4f371affaf330d0f9e3684077b97e3c1213d7870a8341e9c5d8607c3bbf1905029fcfc4c140fdd9980873e598287155ae3170ff9e197ac4ee097d225f1f0e006fcf289657844a8191e117d038f28aec6235eecc72375dbf12b9b4578b441141e6de8885fad7c885f4bc7f06b4f003c067c8dc7a685e337cec7e1377db6e171d34ee271e7b5f0b8b4683c0e0ac4e3ddd6e3f1ef43f13ba122fcae6f357e377218bf7b350cbf77a106bf579a8e27b44be249d60bf124fbed7892732a9e042fc353c2b5f15487fff0d4ab623cf5630d9e36f3219ee67f1e4f5ff8084fbfbd0b4f474df1f4764b3c43dd05cfd8d084671cba843fb4a8c41f698ce08f9eafc51fcfccc11f3f21f0c7638378a69f2d9ef995c0b3e0423c5b5f1ecfc65fe14f8e45e14f8ecfc79f5cd880e7c8bdc773a21af0dcbd1178ee89b9786e60259e9bbe1ecfdb9d88e7e51ec5f39ecfc5f31a16e2f917603c1f6cc4f30513bcd0e1385e786a2a5e4884e245967178918d0b5eeca38c17df7a841797f3f8d3157af8b3784ffc59bd315eb23f1d2f1129e225dc5abcd4570d2fcd0fc04bb9adf8f369aaf8f38361f8f3574ff1e7cd53f0e7bfbbf1b289eb78f9b2fd7879138e576c15e315dd0c5e4937e1959fe4f1ca5e67fca55b00fe72c414afb23d89573f3c84d76848e035d6ef71d193261c387c0607f2dee300780007e37b70f06d180e090e383cb70b4750491ce9afc251437d1c7dfd1747bf9cc0714205c7b9d3383eb6072796a7e184b6164eb88fe144833f4ece28c1c9ce8d38f93b03a7f6123875f73e4e5b07e2f413039c91c47166f5629c697e833363b6383b270867331b70cebc0be746537141b50217969cc505bf47b870a60117eacc71a1411917db01b838c21c17f71cc25fdb7cc46b13dcf1da824ebcb6cc08af1529e36fd812fcade913bc4e770a5e3f5f1daf3f1e8b37e8bfc11bce29e20d31ca7843ff28dea8d18237be3f8237295ae04deadff0a6f03abce96a39dec4b9e2cd4b26f0e6b226fc5dc071bce52888b754fae2eff94578ebc1d7786be008fe61b27f1f1cbee01f7abdf0b639f3f0b6c325f8a78d5ff14f4e53f04f6ff5f1cf1687f0cf7b8df0cf8317f08e29abf18e8861bce3d76dfccbb13df897b3edf8d78752f837ef495169f8f7d5c7f0ef3a07f0ef5e5978cfb466bc67453cde7392c77bfe6dc17b4348bc17ba84ff30d883ff38be1afff1ad09fff1ab181fd8d8810f5cd5c707be2fc47f2a8de33f5169fc578a33fe8b8bc30727eb7df0e17b7cf0fd467c687f15fe7b513bfe5bfd18fe7bf90ffc77e220fe3be912fe7be22e3e2c27830f1fb98e0f9f19c147ca5df03fdfa6e07fb79ec5ff3a0ee37f73f6e07ff3b7e363727ff0b125f6f8bf3b35f8bf910584a4db3f42d2338a90cc594e487ebf4f4c21dc89a9144f4cafee27a456d71052d68584f4b5184226f810217325819839f32c3173933c31d35f44cc3c6d4ecc2cb424e4bca6127281cd84dce9b584bc5c3b21affa879865614acc4a772166b14ac46ce56dc4ecaddac4ec6b9b88d9958f0905dd414221a68850e82e2614233509c5d10bc41cd91bc49c612362aeb40c3197fb412845fc25949e1b124a753ac4fc7375c402c9316281da7a62c1c64a42e5f100a1f24b96509d718a50fd59422cd4cf20d4d6f384daa74662d1cfab84ba5c1fa1be6a21a1ae2b101a29e58446c56642a3cd9458bc2c9058fce33da169ef3b2998d0bca74268661e27962a14114b6b5b8965030f89e553cc082dcd5d84d6ad2c62e587326265e75e427b289158157b9d582de14dacf69d45ac913e4facc9742774d40c09ddc571846ede7e42172b24f414a7137a5e67093d3f6742ef1b4cac95bf4cacb5d422f4679084feb200621dec46acab7724d67da925d63f32203688ca080397ad84e13c8a30b471220cff6d2136eef88fd874f326b1093421361b85129b2d6962f3f53e62b3288830b9974d9854041326130f09d32b5e8469ef5dc2f4f709c2ecd35dc27c862161de15415868d412165fcd09cbdd5b09cbe7ee84257492b032b843589dbc40583dfd40583daf21ac0664882d1b16135b9a97115b37d8135b5992d8b6ac99d896d2495887dd26ac9fc084f5e768c2fa4b106133ff1261bba08ab0dd1a44d89ec8206ce3b509db515d62bbd23a62bb06476c5f59446c0f2a2476c25309bbfd27083b1f5dc2de5244d8fbc710f6afd409876518e180d5128e529708c7eb38e124739370da324438071613ce774a0897f69784cb8fe584cbeff5c4ae8499c42e4a95d87d88227607ba10bbff21c49e0d85845bd226c25d6e21e17eea0be11e3b4cb8b79c22f6aae7117b6f2084c7bbe584a7e566c2cbb992f00a3c4f786f3d47783f5a4d1cc892220ebc32270e2eb1240e0af984cf8aa3848fe30fe2d0fb2384afea5fc2b760329f6d237c7fb81047ec8688230dbf882363cec4d1c10ae2d88b33c4f1769238a900127e33d64cda48f8bd394af83ff22102988d4440d3742250e11911088e11a72559e2746c1271ba5186383b2b9808f2fd8f38b7a79938179846fc37ff1ff19fae2cf15fd84fe2bf486fe23fbc8308fe5d438478d51121f7d588f357371317e404e2c22e96b8402f214235a713a197e588d0db4144281c4f84fe3d44841d9326c2924f136163d3888b9a25c4c5efdb8970cb5222fc9c0511de6d4f5cf6ee222e87ae232e8b8388cbef6611977fdc2022163e252295aa89c81d9244644f0071358126aed6d410d7a7191131aaf389588f5544ecbe6ce2864b2b7163ec3a71d3bf9f8833ae27e21cbb88b85dd788b86f26c4adffaa89db92cf88db79b1c4ed2a7922fe5a337137d999b8db3941248c9f25ee9bbc23121bae134953878924d5234492dd572279cb0722959841a4ad384fa4f9ca11e960279191134464600344c6ef602263fc33f1e8d36ee2f19636e2b1ed5ce2f1b327c4e30a319169eb4a64c65713998da14496a62791f5f22f91d5a84164bd1b24b27e6f20b223f710d9af6713d99fd711d98386c4934d69c4931b5544eedb3422efe61d22ef76dea47744beeb6622dfc397c8bf5448e4ff7b4b14bbde258a3fc94d5a4714771513c503db89a7e99144c99a7f44e93c4fa274571151daf09c281d8f239e575f229ed7eb12658f6489b2ce0344d9044c94cfad20cac91f4485443e51d1e246bcd08b235e846f215e54ca102fea9e112fbe4d1095ff4688973b7f132fb39389975fcb882aa3d544d56d09a2aa569aa85e2a22aa431c88ea9b1f891ab544a2a65a96a819ee2744768f08516a32211a7426447fed08c0238d00629e1240e90102a83a4980739f1290bd3401ed1f2220efe90414a64e40b9e904c4dd2160ed4102b13027905e0d02d39227f0cd67093c2a80c0db161178cf06825cf8982077ac21c80b2d04d9fe88a0a68104b5f817415df424a85b6f097a5915413bce24e80877827efd6212483031150433fa9e605568827d9d43705e2f083ef83dc1d73810af1ecc245eaf1c226a378e106f5f9d23eabca71075b7aa897a494fa27e913e519fd04b3498e8130dbb9489c6752644635a21d198a34734f95d209a2ae489666b98686e3423de19c2c43b639c68d9e644b40cf6122de32b89f7bf7f13ad4f56131f96cd253eae7b4d7cbc83121f930d8936a345445b0545b455ed21daaae5894fd31d89cf3bea88cf098ec417d50bc497f6c3c4d7767be2db3e79a253358be8d45f417456fe477cefaf20bacc3e12dd0e6f899ed987881e9d31a2876c217a9aef117d920344df9039d17fca8fe8bffd99183856460c88b3889fe32ac4af7332c4afb468e2d7db4903d1c4604a3d31e4df43fc963f46fc4ecf26865dba89e1f7aec488573831f26913f167c37de2cfbb4462d4fc05316638e9ec5762ac3190f877db9498001693923a8aa4a4c11c52f2b90f29d9104e4af6c89253d84a72eafce9e4d4907be4d45b97c9a9f9c7c8a925ade454a4869cae1a434a2d594b4aa5fd474aefea24a505819ce1df43caec1693b22acea4ac6f00297b7a2a2977499e947f5945ce9abe9c9cb57e849cbdba86545c05938ae601a4a2d700a998f7979c134d9273ead693733e569073fedd20e7d2f748a59073a4127094543ed440ceefee2717c836932a4bbb4995368154751b2617369e2217feba4baa6dde41aa9dac20d5e0fba45ad73c72d1d54452fd422ab9786a2cb97830985c2247934b56f2e4121b4772899b0db924ee0ca9d9fc895ca66c462e33502497597d2197ef3c412e7759476a99b9905ac96b49adc27452ebe50a520b3a4daea0607205f7845cb9ed07b992892557b64d25b58f5890dadfa5c9d5b74a489d1987499db5af499db10da4ee722752effe1452affa0bb9f66106a96fa343aeabcf20d7879f26d7c736931b5e6d210d16f79206a71f9106f731d2e0e952d278a114696cc092c68ec749e3bbb749e39209d2f88f13b9a9559ddc1cb78cdcfcfe24b9b9f71d69928a9026701e6932f29034fdba83343be4419aa52c20cd4df693e669b5a485e417d252fa286929a3465a9a9e202db913e456e7f3e4d6b011726bc213726b513eb915de496e733720ad9f7e256da7ef22b72b0692db1326a7de1d337207b19bdc39ad91b41b6a22edc3bf90f6954b49fb069a7438a54b3a4020e918398f740a58493a057a914e9521a4f3c6eda4f37e35d239fb11e962ab4fba3c722077cd7326f7c8b5906e3779d2ad2696dcbbf33db9d76506b9f7eb61d243ff2be9717213e971b99cf4f832992365a4c728487aed7d4b7a796a925eb1c748af5b09a457db6e721fd048ee8f2a26f7735349efdddfc9030bcf90079e649307ca1690076aa69307feca9207a799913e6565a40f56421e7269250f0dcf210f1fde401e7e60481e7e5a40fafe1c268f06d69147df1e248f9fde431e8f0d244f5ace20fd636032c0d3910c3817409e9a6f4f9ed26a274f7d81c9d3e6cee4990d0ee499eb39e499579fc9b3f69fc820ed7d649079d6243119646f449e733026ff53bb49069f2f2283d323c810d91f64c8e1dd6448881a199212448614ed2743aa14c9905719e479657bf2825b1e79215f8b0cd5fd4486561d26c30e259061e7b791976e84929792a2c8708715e4e52049f232934f5efe6a4b466c66c9889e6232525e828cfc61455ec9d94c464b049357d56dc86b33b793d7fed492d7351932a63f848c5d9b4ac69a1064ec712932f6ad2519fbd78cbca9ff98bc792696bcf9a18c8c2bde4fc6557e276f791a90b7e50ac9dbc55ee46d0225e35de69377965e21ef586593778f8491770bc2c97bc64bc87be936e4bd865132a1438b4c5c71844cccd327936c93c8a463e5e483f9f9e483016d3299bf48a654a593a92e5e64aa781f9926f59c4cdb7e904cfbdb4666101bc98c6e73f291dc59f211234366292f26b3ed4dc92755abc89c580f32b7359dcc3b114c1664e89385992164e1d71f64e1880659e4f7982cde134a161fd849160fbe248bc732c9672a556429c691a53fe691e56b6f92e599ae6479ad1759e17e9cac60acc8ca35aa6465cd3bb2f2db3db272e00df932d19f7cf9589eac3eb394ac2edc45564f88c91aafd52460904802e62b4860cf3c12f0742781ab522428fb8904678124b8268e04cf1f23c10c7b12647a4858e221093fdf4dc2b54748c4ed328944249198631789cf522071edb7245e3e87c4c15692387f9b243e5c20c97b53482aa99da4201792120e90d46f3149af5c41d2ac1dc92cd94032216f4876e3079275cd24b9d93b48eebc35c9bd1f2679f92d24dff89ae427dc4981cd2585f626f2d5320ff295ab17f9ca87255ffd5740be62c2c957a353c9d7baf1e46b5b0bf2b57b02f9ba6b3a593b6b80ac5db293ac6dbe4dd6fe5e4ebe597b807c7b4c9dac0b60c8faf06ab2c174806c18e8251b558f918d8d2d6493f934b2c9d99d6c9edb4b36af1d269b1fce235bd66d205b2ea6932d697fc996cfc964cbef02f2fd8e04f2bd5b09d99a5f4b7ef840921f151e901fb5e6901f7b96936d07a2c9b63a84fc64cb929fee64909fe89564bb5d10d9fe651ad9a1e94b7e9138457ef914457e95f8417e55a820bfee5f427e8db523bfbebd427e9b3b487e23a2c86f7c35d979ed09f97dd676b2fbc843b29b18207b2c1e913d71f564af5b1dd9b7c08decebbc43f68bbac9fe113ff2c7a6507260f35a72e05625f953dd95fce94b933fef54933f8b1e90bf347ac85f265fc8c185b9e4e0b92be4605a3f39f4ec32f9fb084e0e4f39460e1fa827876fbc21ffb86d24ff0c51e4df27d5e4e87a8e1ce5ccc8d15e3f724c269e1cd3139363aef5e4b85c33f96fe133724252919c68b8494e745fa624b45b29097b6f4a024da524de7ea724eaf329c9d9df29c93bde94e4800735659e12356503414d7d738a9a26a7404d3b12494d63504aca2f9b924a852869cf9dd48c4d37a919bb15a81907f5a9195d0d948c7a352563f18892d96545c9dc36a3643e6fa066ca7ea1641ddf53b2481b25275348c919555372c63728f9119e9a5df7899a3d04520a978e530a2fd52985ef10a558ac4829f66850734ab5a9b9f96b2825f427a534ce53cabbff50f3a42aa9f9337ba9f9bb1e510b1442a805f3206ac17e256ac173196a01f6805299964fa9ac6aa6541e7ca154e83994ca4f094a557d31a53a7c815a5833975ae416462dc20aa845ed4f29f5f0214a43ec4f698c5ca2962827524bee1ea4968e4c50cb74e752cb4a7ba8e58b5750cb4fd853cbef3851cb133328ada308a575f126a59572875a51e04fad28e4a8151f1752dad8414abb21875a352b935aa52845add25a47ada2fe50ab95db281d3d394a776f0aa51bde4ae9defa40e9711ba8b5c6c7a9b567e752fac61ba97571eed4bae7f3a8f59bbaa9f5671aa9f52f7a2883b3ce94419c26655035d906b65306ede694e12c43cae8902265747226653482511b3535a88d86f728e37290daa43c446dfeb08232b9984c99769753a63f6f5066b37653e65d0594c5ed9d94a5ee62ca32d093b2fcbe96b21cf5a4ace40729abf07fd49625cba82d01f1d496faefd4960f57a8add283d4d63b3cb56dc9736adb890dd4b634376adbbb726adbfb516adb2f67cadae43765a3d54ed9e4b2944da598b2554ca36cdd4ba81d4e6394dd9cff287bef46cae1583ae590b19472781844393feca75ca44f502ec054caa58da45cd7ba51aed7de51bbab4728b7d516947bdf3c6aafcc1a6aefa91eca43b79bf21271d4bec169d4bedf9dd47ef9216abf9acea45bd47ee779d4fe5b9194f78c3eca7b9121e5bdf116e57dfe1175608d2c7560ef09eae0facfd4c1080dea60e259cae7623ae5f3a29a3a74e10375e8e256ead0ddffa8c36f5e50be1eafa82365d5d4d1cc56eae82717ea584b0175dc6437753c24843ab1bd883ab9b7943a79df95f2b337a0fcce0c507e7946947fff6bcaffdf0cea54a41215e8a54a9d3e6f4a9d2edd499d6e35a34e773ea5ce2c23a93377a75167c6eca8b31aeed4599fc7d4b9a83cea5c723ff59f853215fc6c3515427752e7e57e51e79f2950e781f593f653e7dfcfa0ce7f3d425d90eea32ed033a80bef46a950a77d54e82b6b2a6c374f857d5a425d54b0a12e9deba2c267cb51e1cbc2a970cb5554784c0f155ef09cbafc6d2b7579781a1521d94645aa5552570c7f52572a4454d4869954d4e498a2cc52a9285c968ad6aaa3a2fd282a3a68217535f10075f5452275ed403575edf656eada7733eafa7c45ea7a611c75bd74061523bf958af91c43c51e3a41c5c6e751b18936d48db5d2549cb52215b793a1e25c8ba8b8a609ea963342dd6a3942c58bcf537714a3a83be6eba93bf5f1d45dc57cea6e1644dd3f184525966a51496e66d483ca75d403a19f4a3e9440a5188e53a9765ba8d4fbdfa8f4fd77a9f43b97a9f4bc4f54c694335486671095717f2f35f925413d8a58443df6b7a732e72a52994b6ba92c6698cade79997ad2ad45e5d81da3728233a85cf5412ab73e90ca5fa945e5ef73a1f20b7753053a9154c14157aa70e71daaf0d652aab0fc325564ba922a72f2a08a223f5145991055f4f93a55dc61433d3d8050cfe62fa59e75ada74ae5d2a8d28444aa3431942a4d71a74ac74da8e747e652cf699a2abb5e4095476b5315babfa98a733b279da62ab226a817b3765195e1e554654c36f572932ef512b84755ef1aa5aa030e51d5efbf50354a1a54cd9d164ab4e02b25b29d4f899eaca58097de14186c4d41276b28289aa6e0d2000ad92f492158048516eea0d09756148a1a51d852558ad89f419157bb29724091a224e328ca738ca22e7da1a8fca314add544d1b7ae53cce65b146b789362cb4a29b6d298625f67526cd70a8adfbc90e2b79b53bce75d8af7de47f145d7291e8528fed5798a6fd7a304be8a12be6952c2901f259e274fbd5a974fbd2a04a85795f3a8578da7a8d72689d49baf4ba8b71a3a549dc43faa4ed191aabfd640354e35a01a5716528dbb7da8c61beba9c6ce8354535121d51caa4235879752efac2ca877973aa916a3b9d4fbe3dba9d601906a1d53a5da8c23a8b61701545b034f7d1adf497d3608a73e4fae6ded5232547b6025d5fe5269923dd5e1e04e7dc91ca0bebed9497d534fa4be393fa73a3d1da9ef277f525d1ab3a9aecd73a8ee9537a8eea80d54f7554daabb5b91ea3d6949f5b670549fba25d59f739efa71713af513de45fdb268a006ed0f51830d4dd490d66f6ac856a0867679534377a65043dd73a8a1a117d46f6b9afa3dc15023b7de517fe263a8bf1bde507f3d5f527f4f68507f47a3a951b975d4e8de0c6a1468a5461b6e52e3ab9651e399ead4c4aaff68892f3c2db9f3342dd9399f9e3a2f949eba44969e6a33879efed58d96dab68796da719696f2be424bb5fda5a54dea68e9e7d3e91936182d13164fcfb47b48cf6cd6a165dd2668d9a853b4dcf73fb4fcd6f5b4fc8b487a9666033d2bef363debc3003ddbe5183ddb438a9e7def313d9befa015967bd20a3a4b6945452d5a31f317ad58ff9b9ef365013df7db197a9eeb7e7abe922abdc0fa1eade2f4975671d1a7554d8668d59deb69d50a9a5645587aa16c2bbd30b38056b33842ab7998d26a71e1b45ab50cbd686a28adfee50eadf1d2955e6c00d18b2396d18b3f1ad34b46d269cd5e5f7ae9323d7aa9ff227a59c97ff4f24b32f4f2e203b496eb057ac597645a7bd5117ad51a277ad59d67f4ea48945ef3601ebda6e932ad73d197d6793287d6f9ccd3ba9b7ed3badb57d2ba4e32b46e7226adf73296d6c3b6d07adff2e8b52b2fd26b3b0ce9b5fdf6b47e5c0aad5f7c815e1ff195de60da456f38f792dec0f9d0063bbc69837ba768c3b62bb491f149daa8d39636eed2a437d944d09bec756813299e36f1fa469b9c68a24dee5fa04d52826993ce19b4e9c414dacc7a056d6e29415bacf4a22d972da72d8f3fa62dcfcca4ad4c2fd25b74aed05b268fadb3f7d2dba27ae96d8d8af4b64f2c6d6d12435b9fde45dbec55a5b74ff5a5b77fb9496fefcda2ed963193ded1f65b0fd2f6b5d6b4835309ede089d18ec79fd38e31fab463da06da914aa61d878b68a705f769a72da6b4d3e9efb4d3104a3bfbc9d0ce57fed02e8b266857a722dad57525edfa588edeadff92deeda14def7ec4d27b66c8d17bdc3ae93d8d13b49b8f2fed3efd2cedaef19676d7df4cbb7bd4d3eecdcaf4dead52f4de0b99f4de673ef45ee601ed716003ed71c882f608b7a23d269fef517280f678354a7b4695d39eb9f5b4977702ed15a14def5f60477be774d0de7c1b7de09c2b7d20e9107de0b90a7dd07782f6591e4ffb142fa27dfeaad1871e95d0bef3a4e823c6f2f451e97df4519f5efae8f9bdf4f1394ef4f1c5def4f13b36f4716a3f7d62db6cda0fba45fb2b4ca7fdafdad3fe555274c06a333aa07c983ea5d0429f9acfd0a79cdbe853d0553a306a131df8f80e1d58a247070a1be9d39ae5f419ed52fa8cbd0c7de658257da6e0337d56b1973e5bbf860e0aba4a07b18fe8a0668a3e67359b0ede4cd0c1ce367470d3543aa4d599be70af9f0e5548a5432786e9300349fa925c257dc9fc131dbef0047d59621d7d593187be4ceca32350573af268321df9539abe329fa0af7429d251f375e8686b67faea912df4d5a04df4d5b2a5f435c552fa1aeb465ffbfd94be7e579abecec7d3d7ff68d131f23e744c89067d33ec0b1d975f40df924ba36f6905d1b76725d3f1fa0e74bccb381defdb48c75f594ec7df994ac72767d0f1d92fe83b4f63e97bb38ed0f71eaea613261ed2f7c5147dffc71e3a51fe159d58174227597bd10f364dd00f6e35d30feefda21f148ae914ff443ae5651b9d5237874edd42d2a9779ae9d4d7be74babd059ddea34467481ca0331e44d319c311f4c3d8e3f4a369f3e8ccaad5749674209db55a81ced20da7b342c2e82c6c3d9df54d44671b35d239462fe89c3d3574eed1113ab7cf99ce9b47d379fb43e8bcaa4e3a7ffa693a9f3a41e7f77ca50b3e9ca00b7ef8d2053f71baf0f146bac8f7215decde41173feca29f3e32a09f458fd125c90be992ec2f74c9af5f74a9c25aba74a08e7ebe35897e1e544b3fff4f992e9f934d975729d0e55f0ce8f2eeb5f48bfb9be817d52974e58a6efae56a37ba4aef3a5db569365d55b09eae29b94ad7c0976951ed771ab02ea201afe53480f134f0269b06de06d0909740435ff368f8e6011ab5b0a0d1aa3734da304c635a8769cca88cc64ea5d358d17b1a3f54401392c13411bc8726c2a2697273394d7affa5c95c599a5276a1a90f244d9b9da5e922139ac60a685abc85a66b7fd0cca5519a01936836710acd1dcea1f9b59534ff218b169c44b4e05c430b71bb69a1df8b16abbda45fadc2e9d7f2bfe8d7da03f46b64195d9b3f9faea5fbe8dad7bbe937e607e9b7c42dbaeed441baae3494aee3e7d375cd59747d0449d75f43e9fab6277483c156ba118ca29be417d04d359174f3fa9d74f3b365f43be54bf43bc4967e3fd14db7d679d0adad06f4875647faa3f35bfae3395ffa63932add16604c7fb6f7a23f8799d19fd95d743bb981ee483b417fb9ee417f69eba3bfaa50f437e337f437f7b9f437b093ee3450a03b8dcfd29d85b67427a34b7f5fe54a7719eda4bbba56d2ddae07e9ee0bd674f7bd44babb683bddb33989ee69d94cf726d2746ff172ba17aea6fbd67da7fb4c9be9be0719741fb798eeebaca17fd8dfa0077ecbd23fadced13f53cbe99f9f4de95fa536f4a0dc397a50b9891e7cf9921e3a5a4b0fd1def4ef6098fe7d610e3d9c594a0f7396f4f0a027fd77e63ffaaf870dfd377c2dfdf75a203d6a5b438f969ca6c76aaed1636367e8f185303d9eb18b1eff71989ee0861949d31f8c64c861668ab93333c56a2333a50f65a6c9ab31d354639869b91eccf49be6cc74d17166fa28c44829143052d1182355b59b91fa34979186d730d21f8a9819dfac1899bb2798998e6ecc4cef2446f69f0c23afb89b917f8432b38eac6366db0d318aca8b18c5c4198c2267cbcc993bc4cc89f065e6fed7cccc4d7ec628293e629425a319e5b38b19656a3ea3fc5687999728cbcc1bab6316ac4a6616e49d60543e9432aa1e6b99852b8c1835b5f98c9a672ca3569fc22cbaa0c4a82f2864d4f78d30eaa037a3feaf84597cac90599c708c59a23dc62cd937cc2cb937ca68b64930cb321e33cba3bc99e531638c56ba23a3bdd897d17e38998f796655e420b3ea01c7ac768e62567b59326b2a5a98351310a353eec2e8dae38cde7f37193dd15c46af6107a3f7d996593beb07b3569363d61ed8c2ac4b6b64d6476e67d65fbfc06c58f780d970739831981fc81818ee620cee273106e2c9f3211fc650598d315cfc9931448f3286ff48c6b83b82d9a496cb6c52576236db74309bbb1e3126a26b8c89f09031f9ee3de93963da64cd98a98818336313c66c4f176356aec498bd3bc4982be633e69e418c79e006c642f72d63e1f498b19495652c93563156daa1cc16df2fcc16f81cb355ba92d92aee64b6fe98c16cb3dfcd6c638219ebd9e58cb5a22463fd2e8fb1299ac7d84eb9ccd8dedbc46cf7b76076043c6076bc83989d0b6c999dff56327652e38c5db21163d7a9c1382c37651c2aee328e9bb518c72d331847f626e3381cc038fd19649c153e31ae277732bbb61f64763d9dc3ec7a9fc2ec6eb663f6a4ce65f674c4336e53131937a59f8cdb4325c6ad4660f6eefbc8ec155f613c7e418ca7cf0fc6f3e366c6ebe437c6ebc24566dfb512c6fbc461e640761f7350328939688e3307b70632079b75189ff93b191fe77cc6e7f05ac6e7c32873a8752973e86f08e32b3b93f1259e3247744c992376a5cc918a2fccf1577accf1afeecc09a49e39a9f4943979b59af1339dc7f8dd39c2f80f2e61022eae674e8ded61ce98b73367bc26f3e94326c8f8051314b99e098aaa6182a2e599a05704732ed19239f7ec09f39f48c404bf66999015cb9890e16bccf96b3f990b12d1cc05e97fcc85a539cc85e5147301beca84aed66642cd9733617d6798b09fc5ccc50351cca5cc5a267cfb7b263c59602eaf78c05c768c612e1f59c4447c7ccf446ea866ae482e65aefcdac944076c67a24b4c99e86ffdcc55cb60e6ea642d5e972a63ae7feb6162971c656275cc9958513a13dbd2cfdcd0b666e2e4b63371cb663371260f98b84a5be656e50be6b65729733b7590b95dfb80894f0b62ee486b32773c2d983bf82fe6ceb757ccddc9dabcab95cedccd99cbdc3b7d8fb97713661216e93009a1a34c02dacf24e05398fbef4f3089710c939841308979d94cd2e1bd4cd287012645f2079372e02e93e22fcda45cbac0a43ccc64520aef30a9f32c9854f7ed4c6a781d93b62d8cc9387285797886631ebef8c03c9ebf95797ca09c799c9cca646ea96732e3ca994c3e87c9d29ac764d90b4c568c01933d7506932dfd93c93e7b9ac96e57609e5c9cca3cf9fb98c959a4cee4140e3239630b985cc3ad4c6ec552a660863d5350dbc314a5ef608a53ae32c5e208e6a94a05f3d4cd89799a96c33cf34d659e951f619e115ecc336e2ef3acc99129598131a5390f98e7f916cc7314669e63939a21a66cd66fa66c430b53e610c9946f7fc694e30d4c397596291ffbc5bc6848612a4f843195432a4cd59648a62ae210531d6dc2548f07328034cc00b36806101d6640b68d8146c619689c6560b911062547182cc480c17a2319dc722983df103178fe5386d8b88b21aecb4ed265889b850cd17f9721e76a33e4d12d0cf9f53b43c5da31748688a1ab59866e7dc3308a4b1966c94b86d9a8c430d6d50c5bf88ae1a49732dce2492fda18aee61023c43e6184383d4648fdc00895ee8c78e520f3ca7e2ff3fa450953eb7f85a90d1033b5691798da660fe68de402e6ad9f2a5317f292a9abad62eac3454c7d8501d3a088310d77fc990642cc347c28601a775e641adde299a61b0a4c534a13d37c488169ae8a669a5f9932efc24a98777c22d3e265cab44cf6a1059cc5bc3779c9bc8fbdc7b4ced1675af511e6c3b7bfcc473d49e6e3da034cdb1405a6edec38d3f6e017f309fec57c5670653ed77732ed4ae798f64625e68bd530f3254581f9427a315f3a01e6eb857fccd7b737986f7f8e32df6de499ef0d2f992ecfd54cf7fd3ea677ca5ba6af9867faddb633fd4d66cc8f439b9981f8d3cc40e14266e05d2c331833c00ca96c6286dc3e33bf752b98dfeb5298dfc7f599df4f5632bf9faf677e8fc630c3ea1f99e18da6cc70ff2f6664690233e2ca327fec4b983f8e479951b5c7cc68cf456674f8273336d39a192bbcc78cff57cf8c97b932e3b537997ff109ccbf6fff31131352ac44f74956e2cf735662f4172ba916cb4a6eb16125b7de67a7cc9f60a76c0864a7d40fb05346a7b153a35976da934a76ba7f092b657886952a3dc84a6fbecace58779b9df16e3f2bb3740b3b33f0023bf3f41456563c8f95730d64e5fc0759b91719ac5cd3027696db0b7696ff383bdb61193b7b771d3b3bb58155b856c32a889eb373164e3a66cece959064e7bab6b273a95276eefb745669cd7456c9348755f2946595252fb3cab28eacf278203b6fda74765ede64c2fdecfcbc8fec02cb2c76c1ef4a5665c60e56e53acbaae4ec6355d38bd985ff525835d577ac9ae62a56cd2e9155f32a67d502875875890a56fd440bab717f01ab51aacf6abcd461175f94651747bc64971c3ec36a4e5dcd6aea01ac66d10b76a9cb3b762912cd2e6bbac16a455e61b58475ec8a7943ec0acf4876c5632d7665f07c7665d75976e58811ab5df984d5eed262b57b2eb16bf43a599de8e3ac4e6b14ab7b0061f50a8c58bdb219ecdafc19acbe4f39ab9facc2ea173f65f59f3f61d785d2ecba866176bd19c5ae7f2a62d7374f6137842e670d567f650df0dbacc178296b68d8c31afeb7863572dcce1a15cc638df71bb0c61f32d8cded83ac8955126b3279989ed164cdf4ac58333a9d359f5bc79a0ff9b01621006ba9388fb51c5261adce57b056e05b768bd173760bd9ce6eb57ac36e8de6d86d12cfd96d9965ecb6e1b7ac7569106bf33480b5e9d6636d354358dbf715ecf6b0fbecf6d63bec8e4c80dd91a5caee28af6577f476b03bd74e6377ee46d89db77dd99d193aac9dc232d6ee9e396b77ff276bd764c0dab79f601d4cf358078b55acc3b102d6e1783eeb3096c93a99f4b34e66d759e7b441d6e56d26ebea36c0ba1663ecaee54bd95dbb77b07b4cafb07bfab7b36e73bc59b73f31acdbbf17ac7bf13ed6fded15d6637131eb71f51eebf1eb21eb29dfc87aae4e67bd928fb25ec329ec3ea51fecbe05b7d97db6a6ec3e3b4976dfadcdecbedb91ecbe641776ff43317b60ed087bb04d92f5a9cb630f6183ec618f9fec61cf78d657ee3deb3b6725eb1b69c9fabe56618fa469b147deed658fde8d618f12ffb1c7147eb3c7561ab2c722d4d863cc62f6d8f7d9ec71a5dfec89ab7fd993e14fd893c061d6cf4a8df5fbb28af51bee60fdd71f65fd0dffb201b362d880b5566c40f6087bca6f2b7b2aba983d5513c29eeaa5d9c0590bd940d33f6ca0eb7336b0ac970dacab654f2b6c674fcf7dc69ece61d9d39c347b3656963d9b728f0db2cc6383ae5f67cf1db667cf7d61d9ff6e8eb3c192e7d960c7a36c48da3b3624e73e1bd23cca9edfddcc9eaf79c05e2851622ff478b0a154271b26d1c15e740b602ffeab672f5d84d9cb2bbcd8cbda2fd988489c8d34ea6223cfbd65af1c15b157eaf4d9a8ec536c74f5181b8dce66af4513ec3550cc5e0fd763af8fed6363fc42d8d822793616f06063d10e3676449abd61349bbdc1c7b1372ddcd89b7e27d9b8356bd938ef7636ae60167b6be55bf6d6b82a7bfbcd0a36defa2a1bffc592bd73f8147bf7e07ef69e61109b3053954d78b19abdefb6954d548d6213175bb2897b01f6c14a2b3645b7854d39f2954db55fc3a60635b2a94f17b0697a67d9348f5236ed90299b96afcca6b7af6633344eb119be4d6c46b00b9bd17999cd18fac83eccb2601fe5ce601fe51f671fd5eab08f7dd7b28faf5e601fd779b28f3bc2d8cc33266ce69302366b4a359bf56d3b9b1dfd82cdce4a639f4cf6215742c4e6ca0eb3b951c7d9dcebafd97cf5436c7ece109b5ff19b2db0b6600bf592d8a2479bd8a2bc0f6cf12507b6385e922d2e78c71637d8b14f1967f6e99bfdec33299c7d16eec13eeb99c53e1b25d912bd5b6cc986a56c89ed33b624c0842dc97dc596880eb2a584265bcad7b2cf7799b2cf0ffc629fdf75629f8f25b3e58e916c85ea7ab662fd16b6821b612b868eb12fc6cfb295f7bad997f352d997af4eb155323e6c95da2bb6ea45005bbdd49dad8ebdc68abaa558a09165817fa52ca85cc482e1a759f0ca2216bc7996854ee9b350a10f0b1f5366e1dc872cb2299e458eb7b288df1b16558c64d1cbcd2cfaea208bc9e5b0d8b5fb2c61cfb304f786a54e77b25442314be5e4b3b4e27a9616feb274df3b965958ca325a812cb3a68b659c16b04c6332cbcef263d99d93c579e424cbd63c6359f807cbd968b25cc166967f59c3f2adcf59fe1bce8ae73ab3e26d0fd857fb1eb1af0d9fb06f0cb7b16fb647b16f5a8dd9b7ca13ecdb75adecdb5d3c5befd8c5d60f9d601bf6af661b0e5ab30dc00eb6d1238a6deced659b2e9d619beead649b65cdd8e605dd6cb3791afb6eb63bdbb2651bfbde0966df7bad633fd8cc623f14bc67db26d7b8b6d663eca79997d94f79a1ece759edec67d5b7ece757bbd8764f946d3f1ec2b68b9fb31d6f7bd88ed60af6ab7f39fbedf27eb6b3bc86fd3e0f60bb12cbd9eeb71a6ccf9f396cefc3d76cef4831dbd7be90ed9f6ac1f67f716407da8bd85ffed9ecafb023ecaf669c1d345ec30ea575b343e3eeecf0f63276d8ef3b3b7c6f213b9c3dc00e8b9ad8918dbbd811e637fba7249bfdfb29901d357ccb8eba9e64472fc4b2a30557d95128821d650eb3a32d23ecd8880a3b3edd96fde73a9ffd77af97fdf7358f9d58e2c34edc98c14edce43909a3a99cc495f39c445e3f27d9b3979b6a3a9f9b6a23c74d7dfd989bda51c64995ace0a47ae771d2ff606e86e3036ec6fb3a4ec68fe464eefde4647e987133774de364cb7773b26f1e7072a53a9cfc14696e96eb1b6e56e62b6e56af1737fbd47e4e2190e014252e728a21839c2218c229bebdcdcdd929c7cd09afe2942496714aeb253825f31d9cd236634e895cc9cdd76be3e6ef6ce7e67771dc0263536e419c2bb700bdcda9289ce2544a8639958e104e55fb17a71a8c70aa152a9cea9bd3dcc2c373b985edae9cda2c9253ab88e2164dbfcb2d529dca2d8a5fc12d82d6728bbefde5d4d71ee7d4f7009cfad9059c7ae1454e43e134a7f1dd8a5b7c0fe696e895724b4216714b3e089ca6ea314eb34a855bbac68e5baa77955bfae02cb7b4d09f5bfaab865bb65b8ad39a95c969915b38ad917c6ec5ec23dc8a783f6e654523a7bddb96d3f65dc7ad9aebc8ad5209e156ed58c9ad2af7e056879b71ab092b6ef57b2f6e759b33b7fa5f04a773e525a753e8cce9bac473ba398b395df10d4eefa802b7f68507b76eed1a6edda9b5dcfa3f77b90dfa219c41941e67e85acc191efbc6199664701b17eb721bc3b5b98d25b6dcc68e2ecef8da53cef84e18675c16c819bf31e43679e5719b7cd6739b6236739b929f729ba793dce607fa9c89be1c67527c8d33293dc799546fe74c7e4670a6072539d3e0339ce9b8326796f19db370bdc2594c6ce62cb77fe42c3feee1acacaf72566e9319bb8edb12a4c06db91ac36d795bc9597be671d6d56f389b6d4b399b2bfb399babb19cad6d0867bbef39675b58c2d9364de6c03a6ec722276ec7a7cf9c5d03cfd9ab1de6ec35473807b123e7d012cd396d57e75c96cee35c2277732ed5599c0b8273ae973bb85d89dbb95d8f706ecf226dce6d7336e7161ccbb92557716e742ae7361ac7b94fcfe5dc352538f7b4559c7b8539e7ce0e711ec95339cf0019ce33a192f37269e6f62d90e6f6399fe2f6bd5ac4ed77bcc4ed8fd9cbed4f5acf79476a73de77e3b803f291dc811d719ccfe049ee90f0993bbcd28b3bdc8b70bef3fd385fab879cef8508ee58c47bee18eec21d13e671c757d872c76d9bb8e3dd67b8134a71dc89f5e1dc094b92f39fa5cff95f7ac3f9d79fe4fcbb3f71febf402e20b7863b75b7883bc5605ca0bb2d777aba3b775a670177dafb2277262d843bf36e1f77569ee5ce7e29e6826cc3b9a082762e48c47041cd7bb9735a38772e298c3b275ac9fd6798c60557587321ca7bb810d3ffb8109731eebcb63d7761c372ee42473a177acc950b8df9c485de7fc485923a5ce8f86b2eece775eea25a157771f92aeed2823d5c38ddc485b7ece62eff59cc454cabe3220c15b888b2cf5c64e36f2eb2ff0177456b3677a521918bce8be0a2195beeeadd47dcb5553fb96bef70eebaa72177bde03c17733f858b119de0622d1ab91b7fd2b89b7361eee69628eee65d1b2e6ef54a2eeefd45ee96f502ee96cd27eed6d3f7dcadf625dcedf9d9dcedc07cee76e700177f7ccaa474ee4ec032eece0359ee6ee96deeae7882bbe7b98bbb7784e3128c6671096ecfb8846749dc7d49472e71e33897e490cf25f50672497fdcb8074b55b8e4e1762e65d3712e35c0954b9375e2d29cecb8348f022ead238d4beb39cea5c77ce1d2b3c45c7af95a2ee3741297714189cb78a4cf3ddc36937b44bee51ebd2ee71eeba5708faf98738f6fb4728f997a2eb34f91cbfc7d99cbfa719ccbf652e7b28bcdb99cea442e77b63d97ebe0c4e59e8be7f2da1673f9352057b0b6912bd894cf15f81ee70a023f7305b9bfb8c2352457b4e218577434802b1238ee99b71757126bc795b0665c2972812bed9dc63dff1ac63dff59cf9569a35cd995555cb97b28577e770a57013ce12ada2db8177df7b94a4525aed26909571991c9bddcfb907b297acb55791a7155613e5c55f243ae2a2d96ab8e92e06a662de66a962fe36aeefde06ae0a39c487a94038a9b39f0e0620eec77e520ae994316a971a8be0987adb9cd61d16739ac88e1b0c1ff38fc503747b2ee1c6d9cc1d19b6a38daeb12c75a1a725c4e0527c87773c27f1a9c784706278e9ccbbd42fcb8d7536672b5801e573bb8857b7373947b9b1ecbd5b99ee7eafc26b8fabd07b8fa7a47aebebf846bd87a9d6b7070e51a4286b8861be35c43cd5cae716a21d7a800738d5f15b9c64e25ee5d8e3cd7b2ec38d7427ee6deffebe45a5562b9565d43aeb5e135f7316039d726d1c2b52df9c1b5d93de23e9dcce63e895f709f5eb7729f4b6673ed8ab7b82f3334b8afefa4b9af5fedb86f469d5c676b07d7050673ddfb9773bd875bb8de37965c9fc67daecf7f05d7d760cff50d28737dc3bfb8fef9325cbf5a0dd7afd7c0fdf8d7c20d1c49e67e9db3e206179de5863cc5dc505928f7db72d2ef6c6ed8fd1337b2ac901b71b2e64662177023d5dfb9116c05f7c746e0fea40c717fca5bb9bf2e9edcdf9bfbb9bf5006376a36951bf33dcc8d7d9ec28dfd38c78d2bf973e311cbb9f1bc279310eedf9a6fdc3f2b3fee9fed1f6ea2ae9997d0afe225ad2a78c9832ff8293227f9297b4ef253b953fc34a7c7fcb4bd7efcf41dd3f9e9e9d1fc743a949fdeff9d97b6ebe4a57717f2d24fc4bc74ce7b5e46259697b9bc9a9789dac5cf34c6785907535ef6d0035eeedb2a5e6e3480975ff88697d7f9cbcb3b0df1f2bd35fcac8133fc6c77397e76b93e3fbb6d0e3fbb3b9f5778789d578057f38a976ff3736631fc9cee29fc5cdb4a7eee7b3d7e6e7b003fb7ef38af2413c72bbd0ce695be5de295779fe4954f17f1ca3157f9797227f9792611fcbc9c097e1e96c5cf6ba8e4e7979ce117fc2ae4550ca478954a455ed55983570ddec7ab5ef9c3ab6273f885ef5df985e310bfc82e975f147e8d5f5461c86bcc9bc56b04d8f38bef67f18b9ffbf14b56cee135bdaef24bc7f2f8659ef6bcd69a9bfc0a8f1dfc4ae5207ee5aa767ee5976bbcb65d0baf7d7c90d7be7f80d72efcce6b8b53f8d516cefcea9fbff935f609fc9a6736bcce71695ee7d5495e77e31a5ed7a189d705bd78ddcfe9bcdea2f7fc5a7780d7d75ccdafab58c51bc88df386dbb278c3c3aabc61a83abf51769c3736bfc51b1f999427cd6fda11c76ff2b0e237056ee4376fbcc96fc65ff326cb60de644c8f37dda6c39b4fd7e4cd9d42788bf905bc85b6c05b3c26798bcf1ebce5df2c7e4bc9027eeb460d7e6bcc186f3deb146f7db586b7ceb4e46d1615f036e7cef1367752789b94fdbc4dc13f7efbdc3a7efb0a437ebbf3147e87ee627ec7e15ffccef583bcdd7c23debe6e80770855e61dc88fbce36363def1451aef0818f34eeb9ef24e3cce3b9f6ce59dcb5ff12ef100eff2f814eff2358c7795aee55dc38ef2ae7fedf85de189fcaeb20bfcee3df1fcee9c3e7e8f5419bf676607bf67f57edeadb48c7757d9cdbb6f76e7f78e0cf21e07b7f19e325b784fc18af76c92e6bdca9279afd76bf87d8512fc3eaa9fdfaff094dfff309cdf5f7d8a3f205bc71f582dcd1f3066f8033bddf9038202efe3359ff7b968c1fb4468f187a44ff2878ed5f2871e5ce10fcb3ee27d2d9cf823d9027fbced207fb2aa99f773fbc6fb7b99f3fef7bef3fe39ebf953c6c9fca9f2783e5062231fd8fa9e3f1d719a3f7d439a3f63dcc59fa16cf9b3ea5dfc59a89d3ffb7b8c0f6ab9c59f3b5bcc9f4b29e0cfa5bee1cfb584f2e77efce5ff5bf184ffcfcb9f0f7ef9900ff97a8c3fdfff940fd5d9c6879645f1614b3ff361eb12f9b09dbdfc45d50afee2e659fcc5fa3bfca5b17f7cf888311f3e66ca5fbeacc6471899f111f69ff9083f9c8f102de22395693ef2b82d1f29dacb47f637f1572423f92b335bf92bcff4f92bfc3dfecaef5a3e4a369d8fd203f8a8d61c3e5a6a0d1ffd4095bf5ae5ca5ffd1acb5fed59c15f331be6af7998f0d74e3ce0639e06f3b13267f958475d3eb6578ebfa1eec9dfc8bac9dff40de66f562de56f8ebfe3e3362ee5e3cc2af9dbee2c1fafbc8b8f5f24cfc71fb9c6c75f88e1e3af58f377ded5f2776504feaed503fe6ef87cfede143bfedece77fcbd74593ec1643a9fe07b854f0892e413926af884fe74febec123febed9089f24a3ce27bd0ae093be15f1c93b3ef3c9271df81405173e75be0a9fda6dc4a7b167f9f483de7cfaf52d7cc6ae057cc6b5537cc6f061fee1ba24fee1f545fca3182ffef1ca3afe71e552fef16b0b3e4b278acf5ef592cf0eb9c4670bcafc13e91cfec9b34d7caeca7c3ed7e30f9fdbcaf0b92307f9bc8661be60b1195ff8e21b5f34239c2f5218e68bde3ce58b5a2cf8a7734cf867b3c3f967ab4ef1cfbcdff02546397cc9874cfef9d687fc73bc952f8b91e7cb6fa5f2e5d577f88ae851fe856a26ff229ee25fe469f295566bf997e786f8ead9c67cb5be335f7d4c97af99b788af51f9ca8b5a2678a0b287878fbde7110d8047e8261e7913c4a3a0028f2bc4f0f8fe149eb438c09377aff294ce199ef2f7e5e9bf0b79c6611acf5c9dfc6174bcc073e9537961c72d5e9878c88b67ace3c59e1abcf85706ffcafd31ffea8b31ff7aa89b7f3ba8c1d75d34e6ebd24ff2f5de0bf9fa1a926f3eb28a6f4efa8f6fae8ce6dfc1dafcbb9e437ccbe618bec5fe31dfb2ff23fffeee6bbe55239a6f3de1c0b7b615f11fb697f36d4b15f8b68d06fc27b52dfc67ef39fce7982abefd4502df71f012dfe1afc37754dce43bfa1ff05f2a8ff05fc612f8af892ff96f59c17c675f3efffde64efe7b4e31fffd9f31dfe555c3779d69e1bb423bf9eeab957cb72889ef7eafc0777f1be77b0f77f1bddd417cdfd1677c5fd127be5f6203ff432f991f28bfc3ffb453e47fb664f13f0764f941a9787ec83b7812c30fe527f2433d6efcefea30fef7cf227ee474223f326ec6ff315dc7ffd91ac0ffdd90c28f263ee2c7ecc2f8b1b7243ff66115ffcff32effef4c3b3f3145869f58cff113be9dfc44d564fbc307416247b720f9404590acb011a638d40b53754d84a9037dc2f4155384e9bdaf0529ce47907a5f2b482f6e16a4c3bb851969d5c28cd7ab0599c03c41e61e20c8f40508327f2e0a334db70a337d6405596d5490b53d28c8fa790b727635c2ac39ed82c2fd2582e2941d82e2ca104171b5a2a0e8f75950fc1524ccd57013e61a550a735d6e0973cfcd17e6264d5ecbf716949a1404e5e635c23c6319617e0a212cb0df27a818ae1154462a0555c37a41f5c40d41b5305358b85d5d50d33713d47ad7098b0c720475c512413d535b50cf130bea259b04f59a198286768da04194099aa25e41b30e1296eacc1096263909cbc7d6085a66ce8296c377418bfe2968759f1156ac0c12560c470a2b25be0b2b774282f61a1f417b60425815ef28ac563413569b5e1356dfb7137466e382ce72354167538ba0e3b45fd0792323e80c8a05ddc5ef05dd9b8d829eff7661adce0261adb593a0bfdc40d03f3253d06f1b15d6fdd92facefcd170c14b708064e0f0403175430d85f21183c5b2118f4bd150c33ee088659d282e1c80cc168739360e43b47d878f692603ccd4f30767116367dad1236c78408261e7a8289d84630693c2d984a7f15cce4f405f38dad82f9fe0582f9d93982c5c554c1220b152cdd9f0896972704cbd6bd82e5d718c1ca7dbe6015222558b5318255e756616bcc43619bcd0b615bf709c17ad711c1fa439460136b21d87e3c2f6cefb21576ac1a10763cfd23ec9c5a21ec54aa11762a7b093b7d5f093b5f5c10ec64fc05bbd9c682bdc523c1fe568c60df7c407038ad21382448098e45a682e350b2e038725870d2450527bd38c1c9a65870ca12042768bbe07ce9a8e0fc2d5f701e5f2bb8786082cba50ec125355f70c930105cb5a709ae4181826baf9ae03a7e5cd865a026ec8a0f1576214ac2aebe7a61d74495b07bf92b618f9bb5e0e6d829b8cf7e2eb86b8508ee0e9a82bbeb22c1bd5b5dd8fbdf4fc1c3e6ace0717087e0e9b85cf0dcfb45f04c36103c531b042f794bc1cbbb40f03a9a21781d3f21786b3c9ef456f036bd300914bccd1709de874e0adef849e18077b970e0698a70f0718370b0cb5bf0f931241c5a9a2d1c0a77150eaff92c1cbe96291cbeb748380c9b08bedea0e05be82e1c334c168e3db2108e07da09c7cf490bc7fbed84138fc68593b77e0b7eb396087e719ce0d79e20f81b4608fea72f0bfec98d42c0d367c2299925c2a9076f85c0d7b385d3b30785d3672784d3f58870a6609b70561810822c9e0841ef50e1dcdd3dc2b9966821586989104c3709c15f7a8590b90542c851410819592c9c2f27840b77f609176a00e1c29b5d42e8eaeb42287d5408337d2684d9fe11c25ab5848b33560817a32a854bca9c7069f902e19283867029b85fb8747132077e0ae1a71021fcc12ee1f2e979c265f09e1029e92b4436d80b911d2d4264f71ce14ab1bf70a5d47bd21121eaa9ba10bd738170d5ad56b8da1d2c5c8b7922c4384242cc875c21d6484388bdbc52b831fdb67063ecbb7073ce52e166d21d214e5152883b734b88ab3e23dcb28c116eb9a908b76f3b0ab793ef0ab7c17221be2559b817d2284ceee6c2bde15021e1cd0fe1bede26e1fef640e1fee7642151e39090a8592924be541792da5121e9fb1be14141bd90ec2b23249f3d242447390929defd426ac012217d57be9071c65fc8083d273c3691171e5fda203c16760b59a9554216b549c8de7a4dc8dec10ad96f56084f24ee094f22a2859c291f841cb73542ae3c21e4ea7809b9f44221efb08c9077d94ec8bb5723e47dfd20e46ff610f2d3560b05b78285c2137a42518aab50fc6bba50fcb7582849bb273cd7da273cf7782194ad1d12ca6f3c12cac7160b15aa5f858a9bb7858a4e5de185cf42e1c5fb1ea1d25f4f78993021bc1c5c24544dbb2854199508d5fa13424d90a55093b45d005a4d04d04c4f80227f08d04f59011ab11260ed7b028c8f0bf008272076b102aae52a60d313044c2d44c0260a04dcc140c0d33a0542512410c9c50279545b20c9f502adb051606e5d1198776f0576e74581838c05eecd6d810f5b26f04d7b04bef994f0cabd4778ade024bc3e714ba82d392ed4966d166a1baa84daf76b853737a70b6f27efbd9d1c439d629050a75f2bd435bd131a987ca1b1235e68ca7c28341b9142b3498ff0ce644c78e76e2cb480fb85f77360a1553c47687d2f163e4e7d2bb4d94c086def3585b60f23c227ef30e1d3d119c2a7f4af42fb3d47a11dca163a0e7d10be4e87856f27a4846fd741e15bca23e11b9129746adf12be4bea0b5d4b0d852edfc97cf09fd0f5d65fe86a7c2274755a0bddebbe0bdd864542b7c543a19b28107a528c859e925342af1223f4696f11fafc2e09fd142efcb8fb40f8e9b151f879eb91f0cbf09b3018dc2d0c868c0a83113385e1981dc2c85d1de18fd43be18fe91ce14f5d9c30bad25118d5571346c17a61f4e766616c63903096725b185f5f248c9fdf2b8c471c16fe6db82dfcabdd2e4ce4be164bcc3d259650ca124ba4d78925206bb10476422cf97c9e78ca9be5e229fdaee2a95a55e269b3a688a7618de2e95e3fc4d38fdd174b697488a5bc6bc452e724c4d22f12c4d275ac58facb887846b2a458d6efab58f6e24db16ce63bb16cb6ba58b6f38578969c965871c52bf1dc2c29f1dc6a50acb4e4a658e94f9878c1f27be2051fb68a55aef988558ddbc4aa3b1f8a55b3aac5aab9f3c4aadf8f88171eb6152fbaa02356d756166bace7c54bd63d172fd9df2c5e12f946ac7900146b0efe122fd58a162fa535c5cb5eff102f1be1c4cb67178a972bb1e2e52a61e2e52bf4c55a5b168ab5021f8bb582fe8857389889b5274e8a5719048b576d9a265e95bf5abca61513eb4870621d1f4bb14eb48458a72151ac9b1825d6fd3443bcf6d93ab1bec963b17e102bd60f559c3424d6178589d7a93889d76d4912afef3a26deb0bd40bce1c263b1c1e706b1a1ea7db161c74cb1614f8dd8287e4cbc7165bd78235228362e8c126f2238b1c9fa64b1c95099d874f914b1a9638bd874a2486ce67f5f6cae6c26362ffa21b69ce320b63cfd3f85751e1552d30600dc12916c2da4a44549a2452815aa97929452a28dd04a4a5a848a84905251d1825059dad31e1542caddf7b542894a1129c9e73bf7fcce73e7fe316766ee3ccfccbfd8dc05581aef042ce3d702962563c07f12f780ff7a16009b256481cd3127802daa13c016cf4fc0963b9d8095bc3560a56a0658d9f400568839605d190a6cadb908d84cfd0dd8585403b6b31b00dbdde7015bef4780ed100b6cdfde076cbf11076cffd9026c1f1f02ecee590376683d601fd907ec30a803767818010e9371c021361c70a89f09384ad9028e89fb00c7924ec0718c0176ca7e03765a38003b43af013b9f25024e3e2a80133404386f18039caf01c02e4c045cbcf280dd6a08b03b6204d87d3903d8dd81037b1c6a813dd933803d556700378576c0ed3f08703fac0ab80f74021eb3e301cf4de980e76659c0f39934b0b7b211d837dd0fd8e7311fd8d7b000f0d2ff00781db80e78ddb005f6474b01fb5ba703fbdb268003fb44e0e0e25d808fd67dc067bd22e013a906f80c1b01be3b5f03be6414e0db3702f849f9017ec541805fc31ac0dfa11cf02f1a030214bb8180ab0640c0f55e20a0fa1fd61638b4b50238e47a1038f4e70e7038fc0470988f0002a5cb80c0b43d40e0d3a74020df021cd9b60b38722a1d3832f20b08dabe1f08ba5a0e04652801c10af14070650710fc8c0082a106e0e8f505c0b1dcab40a8d47d20547d26106a250b84ee4d0742d34c8088ec6020a2701b70fc190d1c071a81e33d2c1019301588bcf01088bc7d0b88e48d811361e6c049e54bc0496d67e094ee5de0942f0e9c0a82815311ee40547e3d103da9128896d907c42c3b07c48cbb03675c5f0067aa1480d80db540ec0e0488bdc800b199af81b3a50d409cbc3e10679107c459b702e7ec6e02e71b3c810babca800bdd66c085e114207e5a0c103fdd0c881f9c0d5c5cd50c5c44760297662c042e3bb40197c724802b5fb380c4391140a27e359058bd1048926d009214ad80a495264052d24120a9b9144836c906922fea03c90de78094990d404aa23e9072271e48213c8054c50d40aae71720356e09901aaf055cc3ff215d81eb4abdc0f5fb0270bdb00bb8deb40e48738e0332b6740137d422811bc9ef819b27ba809bf0142053ba1ac854d100fe1d5940e61f27206bff76202b750690952e0b64bd790964172e057242b2819c8f56c0ad1065e0567d3d70dbf21d70a7f42a90bb6a2d903b720cb8ab3719b87bf0087037b619b8f73d06b8ff3217b83fba17b83fd602e4c9bd01f2b61b0179cf3a81fcd34d403e7f192898b41028584c03056034f0604629f060bd26f0c0ec1df0e03f45e041d03f5f2d8187d32f010fafee061e0e7e061ecd9c093c9ac7018ff43d8047bfcf008fcb9e018fbf6040616ef93fef81a24d0b80a20a15a078ca36a058a714288e5a0b143f31024a16a40225853640c9df01a054370e28537002cac2e580f2e50250eeee09947f6802ca87b4800ac76f40457222f0446e1350a9c70395fa294065230354490a4095741b5065d10f5459ee01aaa24381aa0f6a40f5da31a0e6e131a0a6261ea8cd9d006a1fb803750b3e02753a0e40ddbb9bc0d3fe1ea0694e2ad0a4330368b2de063435ff029a653d81e7935480e7b241c0f3e71f80e7981cf0c216055e5c8d025edeba08bc44ea80165b63a0c5e337d052fb1778b5c20278b52d0178e5361d78edeb08bc595908bcf96c0bbcf96904b4dabc055addcf006f478f036dd6b9409b4b29d0f6a00668fbe508bc9b6f0abc33b002de0daf0180cdab01206b00004a4c0170aa32005eab05c0b44800a42701501c0e4009e700f87a0d00976e0190c3188084fe019033120072250140276300ea1008a087550034f0378049550298f23900cb3d00e087ab0062d15f80ba9104508f4f00b4671d409f9204e8743b8031f802302d75006b5401b0cf40809bd20a70c71703dc7b2380eb3f08f00ee380a05b0e08462e8090780b109eed07c449698038d31c10d79701a2cd064074f80988e10b01b1e55ffbab24d0a1f819e8581d0f74aef6013aeffe013acb8a80ceae7940e7e828d0255f0c745958035dbbfc80ae868f4057ab14d0459d03ba7a1481ae9f99c0fb9541c0fb3343c007a9adc0874d33810fe608f0e1900cf0e1c608f0213312f8509e0c7c8c99067cac380274efda037477d6013d4ba5809e8779c0a76045e053d506e0539d23d01b5808f486a6025fd24281be15cf80beb672a07f5623d06f6e03f49f1f05fad3a701fd4f0a817e6e21d0fff70930b0660e30b0c70218e06f005f0318e06bf5356070f24360f0c15c60f0df593fd855040ce9740243d782806f3e6781ef3a28f0dd3501f87ee93cf0bd92067e4cfa0afc587a07f8e1e30dfc48bf06fc185e06fc347e03fcbcd00ffc2cd1077e12ddc0cf1fdac0c8a75bc0c8d859e0d7acf3ff7c0746bf0500636ab780b1581e18bb3800fcaeea047eff1081df7fb48171da01f8b32708f813e9064c845f00265e06027fad7280bf1529e02425029cd4f90c9cbc3c0b9c6cfa159c5cb41a9cf2461f9c3a2d139cbae69fd8ebe0d4f3cb40897308384d3d1a9c66200b4edfd1034a4aad0625e72e0725ed8741c95331a0e4b32c70e68cdde04cf76670e6e90250ca2713942ab505a597ae04a503af80d2292fc0d9654fc039938bc039bb6cc0b92bcac1b98675e0dc639ae0dc2c3d706e7d33386f6232387fe10838dfa0129c5f6309caa81f06653c76803217354159e5fda0ec2967504ee2332867ad01ca853c05e5eaff03e5da0f82f253a781f2fd6bc1851a0ee042731c5cf846025ca4350e2a6e78022a6e3601958e44834a27944025d6105cfc6337a8acfc0554ce560097c81e01559c9f832a3e374195086d50e59e05a8c269812a1f7c40d5c98f4055f907a0aa7a13a8fadf0a50f57a16a84afc02d51697816a66caa0bafe6550fdec1170e98c6670e9d22150634b1aa8718000355e7b829a8b8f819ae81e7059f72f70f9173570f9e82550fbe23250bb4b015ce1d701ae389906aeb8ad04aee00950e7fa6170e5bcd7e0ca7ff35979653db8b2ab005c15dd0bae3a1d0baebaac0baecad80aeada9d0675f7dd0175bf65817ae11ca877ef02a8d7b11dd4d7154003ef25a041100c1a7cf405573f0e020da53441c3763970cd827070cdd72fe09adfabc0b5d37cc0b54b5dc1b50d9fc075df3681c6dab740e35734b87eeb1f70fd700a6872d60e34397f0734493400cdccce831b9696821b1577819bb61d01cd255c41f343d340f363c7410bc41cb49445414b6509d0b2410fb4ec2a02ff9b1e09fe772005fcaf703eb839fa30b8c5d705dc727f32686515025a559682562fcf81d67a22686d18065adb3d03adc314c0ad918ea08dd45bd04616066d764b80362fb2419b8ff7c06dee8b41db4c59d0763c19dcbef82cb8bdb816dc5e9d08daad3f0cda65eb8276cf75407b4d6bd0de3a14b43ff313dc61f81274583e1774b8b21874bcb31e741c2d0777e68e804e2eef40a7c05ed0295c12747a7c0574b68b077765ca80bba5be80bb1d87c03d4fa341571335d05d7606e83e3e0df4a01e839e5756807b9335c0bdf7b7817b5f9c00f7456783fb3e1f07f77f790f1e70cf070fce7f087acf6804bde33440ef1bd9a0efe611d0376132e8ff341d0c902f0003b6ae0603be5681877cbf8287755e83819d9bc123b2247844610b7824ec0178e4da53304846110cb2bb0c063b4582479f8d80213185e0b10b5e60e8829f60a8572a181a79130c2f5e0f861353c0e346d2e0f1887130d2f00818b95e078c3caa0446de53024fd47c064fc0d7c093ab14c0931bd3c093118ee049a8183cf92b008c52f200a3567b8251f52360d4df3c303a0002a35bff80d1ef35c098b535608ce93c30267c043c2d4c01cf5c3700cffca5c058b734f0ec971be0d9a17560dca25960dce061f0dc120a3ce7f206bcb0e2117821c31fbce83307bcf46f3d2f250c80973ade839797df042fe77e012fbff40313fd1cc1c4e15de0d5da1130b97d104cfebb004cb90281a993f780a9fea6e0b52d2ae0b58cdfe0f5200d306ded1b305d3615cc98550b667cdb01deb8fb06ccb2cc05b38e3483395ba6823937e783b7259783b7dfb78077fe9482b94b0cc05cd338f0ee9419e0dd2325e0dde36bc0fb2f1683f9a54960c1c168f0415c2cf8d0721df8b0bf067c74eb35f8d8f021f8b8d3082cf42a018b66ff018b3ba5c152b72ab0f44a26588a1581e5b80758a1ec055658af032b9ee4824fa61d079f48fa824f5462c1272656e0932fee60e52a18acdc66045665896055ae035855808155e517c02a683d58cde981d5ef2f80358730b02611016b7e2260adca3bb02eb10face368b0de390b6c7085c0864bebc16795da60a3f506b03120156c3cb4136cc2e3c066891b6073cd1cb0b9f100f87c6925f81c51005f6c69005f5a45832fb1e3e0cbee4960cbd4d7604b9f04f87aea16f0b51b05befe72117c33100bbe196d065b4dae81ad235ae05bf54cf0ed8d11f06db619d86683816dad3260db7016d86ebe077cb7ec07f8cebb087c37d20a02a6734080e904c11d7f41e85c3b085df80d42c97b4168f41988c8c582688a3488e93782d86f799038530892128f41cafe36483f5d09d24215c8bcf503d92603909baf047209cf41fe94292814f680c2db525040eb40a1630728f4ec05c51b7bc10e5947b043b700ec28dc0c76563d033b5fbe05bbae9e07bb3a7cc0aeaeb3e0fb1507c1f7a00bf86181c23fcfc10ff1cfc0ee473fc01e971360cfd1f360cf313db0a7de00ec81cf809fe4adc04f8439d83b17077be554c05e2367b0d7ce03ecbd3a05fc2c3d067ef6bf0e7e3e51097e99b412fcf2c0091c70f107bfdef8080ebaaf0307fdcbc16f853fc06f6f2f81dff5047058430f1c0ede080ee7f582c325e7c11f9d04f873d273f0e74c37f0a7ac3af8f3db3a702405027f415bc0d157cfc0b1a75fc1f1ae60702248079cc8ba084eb4fe02ff5e0f07ff0e5d8626b1e9d0a41e0b68f26e736832b0039a522b4253d89dd0d4b356d0d437cd9084432224918141d3f8fdd00ce80d34a38b8066aa9e85a40a2148eadb3948baba0b9a2d39079a1d7e019a23790c9a63330acd3979049aabdc07cd454ca179fd672099a59f2099c61848969803c9cd5383e456664172f6b2905cfc7248ee360bc97db482e4861f430bdaeca1857d7a90425506a4303a0429591f8794eadf428ba74c86165fb18016f75b42ca913a9072ca5968494406a4aae803a93dd184d45516404b4777421ace20a4f16036a4e9e304690a5721cdbe6068d98510484bf623a49570145a3ebf085aee99046917ae835668bb432bee99423a866d904eba2bb4cab70dd27b341dd2abfc09e94f284006fdaba1d5357f20c3451390e1cb22688d8214b4c6ea30b4267c31b476c530b476d74e686dc94568ddcc52689d310919ed28818c3245c8787912647ca3015abf632fb4dee306641232019954fd824c25b741a6916f21d3a29390e96b1c3265664366cf7e431b3c1e429b34fb21730f0dc872e35ac812c8802c8979d07f1627a1cd1f2da12dbe39d0969806684be70668cb603064fd6607b435750eb415b2856c963f816c36b94136f62f219bf45590cde33b90ed1e05c8b6e139b45df619b4dd6605b43da813da1e9e0dd9192f81eccc3b20bb53d5905d7315643f2310b25f590ad9eb9e85ec9d6aa11d7a17a11d8c21e4b0fe3fc871830839da7290a37321b4f3d408b4533806393d09879cf80590d35003e47cfe29e43cde0aed5a5e04ed0a5b0ab91c3804b9fef483dc22b741ee2fb7421e2be2218fc3a990c75773c8e38f0ce4a91104edddb310f2e24e40fb7dce430736584207b01bd0c18c5990f7ecdb9077d25bc867691de4f3f10ce42bd907f956bd86fc56dc82fc25be42fef37520ff6e1b2860e96228c06d351410ab0e1d5ac2408767394187dbeba140873b50e0841f14e4f50d0a6af48282862f42478363a0a3d126d0d1f60d5088ab0885c49d848ef90f43c7f0ed50a89231142671030a0b5a0485b59e83c2bad2a0f00c108ab87b0d3a7e848722a5e2a0c8d5b3a148976350e4f3e5d08903fdd089746de8449b0e7472d755e854600114b55c0f8a39fb023a6df5103a7dab073a5d360f3ab3c0103aa369039d2105e80c9705c5d6c441b1c86d28b67f1c8adb9e01c52146501c7b063a276d0e9d7b2340e72731d085aecf50fc6e3728feec0128fe9b3b143f12055d7ce0025dc48f4297bcdf40979e554297c80ce8d2074de8f2880494b045134af05a0b259c80a084e86128e1d73328917e0e25c9f441490b7da0abdbbca064430a4a3ebb164a7ede0e25bf5e0da524444329396a500a120ea5ee95875223baa0d46b99d0b54c69e85a410a94d66e0ea5877d81d2cf2e87d2c7eaa11bfffd856e3a3c87326fcb4159bd3fa0eca7c6508e6507747b1a0edd4eca87725f7843f7665841f70235a07bc93ed0bda714740fc1a1fb2b9e4079ab40282fd717ca435e41f9ffb942f9f6b7a0fc171250c1451c7a9022053d28c8831e3c59033d3afc097a94b4062a9ceb0c15f60350d122182a3abb0f2a96dc0415afb2848a8172a8b8a3172a39ef0e95f4fb41a5aad25099fe13a8dcb508aa1894859ee8c4424fd67841955bd3a12af934a8cae60c54e5740faadaf31caabab009aab9a50fd5de3a0ad53221509dcc5ba8ce6704aacb6e85ea9d54a1fa8470a8bea31b6ab04c831ada06a1a726c5d0338f18a871d62fa8717d2dd418f4066aa4f7418dddc95053d83ca8f9c972e8854e1cf4c2e433f4c246017ae12e09bdc8cf875ed410d08ba785d0cb9c2750cb4925a8456c875a7ab3a057b7d742afc8afd06b7903e88d751df4a60882de7cbd08b56d7e0db5fddb076d018fa1b6883b505bcabf76aa1ad4f6f011d4f62b1b6ad77685dabb74a077e79e4280f230048ccd81c0181a02cfc643e08b87107460260465de82a0afa72178eb2004879c83e0d25710e2e40c21b80384fc990b61d16a10fe6f0eb8cd1d08bf8c40f48ad310fd6c2d443fff0131075220e66506c48cde8798f105100b5e8778f53048f03e08892a4b21d1fc3b24ee6d83c4026da8636a2dd4b194873a923e411d4d3650d7db6550d7ef37d0879475d0c7c973a18faebba1ee4da650f7b52f50cfe73dd0a7b83ae853f108f439ee06f4256c19f4e5961ff4a5cc19fa32b608eadba703f577ce8206e47da101071368a0321c1a60a3a0810f86d0d7adb3a1afbbee4183bb3640837b174083bc15f4ed8901f46d4c01fa6ea5047d2f8985beffcbe9e1bff1d0cf35e3d0cf0b8fa011ef5668a417807ee5e443a3f556d098dd06e8b79429f4fb622ff4fbd75c68bcf43d340ef542e37804343ef610fa537e1e9a9047a189959ba009fb20785260133c59c31d9ee2b81c9e72c8039e52d60e4fd5ae80a7ae5d034b84c4c11280123ccd6d133c0d3e0c4fafd08625e36d61c9829bf08c91bbf04c5f5558aa51059ee5f4129e35dc0e4b6b95c0d2babef0ec6947e0d91aefe0d9c146f0ecefb6f01c211f9e33b0079eeb9b0fcf7db9169e3bf1189ea7db0bcfb3990acf4b580fcf6bce81e75359b0cc7f0f60999b09b04c6e3e2cf3948365b78fc2b281c761d98293b0ec473558defd2b2c7fad0796ef3e0d2fd0188417dc8d87152a23e045325ef0a29a7178515b34acf8e615acecfb1b568e518595efb9c0ca83cfe1252feae0253da5b0eafd5fb0daba0fb05a842eac863d84d586dfc2ea4bc361f5a80bb0fa957e78e97d1cd678e00d6b3af1f0b2e5f7e0659b24e165c7fae015a76178c5ddcbf08aef1db04ea60ebc52ff28bcb2260a5e55d803ebde0c81f5b47261bd75edb0be7432acbf3a083608d8091b142c86571b86c3ab9f98c1ab9feac086d32d61c32b5f61c39610d8103482d7c4dc83d7347c84d71e2a84d71d8f828d965f878dac51d87831081b47f4c0c6b7a560e376163626b5e0f54b9c60138d15b0c9c93cd8749d296cb6b51036db761836bbd2039bd50bf006832a78c3b97078e3fac9f04667757823780fde647e02de74591736976f85cdfdda6073ff20d8fc91296c5ea60a5be847c0ff69cf83ffbbf601de3ceb11bc396a176c3d63056c6d7a11b60e9c05db4c17611beb03b04d783f6c537e02b6f9a80b6f9bb90edea6660d6fd31c86b7f1c761db9963b0edc217b0ed6125d836e20abc7d06096ff77285b7df2982b797fd85ed343ec376c6006cbff102bc63f60178874d15bc23bd1e7698f6177638fb03deb9f134bc737f0fbcf3cd217857f81d78579a0dec32351b76b9d10befaec4e1dd1f5178cf6e16ded3f013def322197635d2845d2dbb60d70b5ab06b9a06ec96ba0bfe570d618f499ef0de814ff03e096d789fe163785f3006efebe560af59bf61afa275f07ea5d9f0fe1702bcffdb4ff8c0e4aff0817585f0815b95f0814ff2f0c1d1cfb0b76d25ec7d5e13f619fa0dfb9ad0b06fc043d8f79617ec5bc0c17e2bb6c07e2ef360bf8cc5b0fff1697080d47438e0813c1cd0a0011ff2ab810f2b7d840f972ac381abfae123fd6aff6c82836f6d85831fef8683ebb5e1a3db95e0a3b941f0d1ee0d70488b1a1c3292031f1b75844383dbe008d3277084f3673822f9147c3c682a1c993e0647566bc22767b6c0278dbce193d724e1532393e0537f82e1a8fb67e0a8ca7b70b449101cf31f0ec738ef87634e9f8663d27ce0d3ea49f0e9678d70ec869370ec9e683876f0151c6761009fcb5785cfb747c2178e28c1171ec8c2171e9e81e33370f8e2a46ef8a2f903f822a80e5f0244f8f2941af8f2cf603841d1004e38fe11bee23608271ef80227f6337092dd1e38e9e37d38e96b169cf43d1e4e0eee835366c4c02933bde194882570ca53084e197c0aa72e9904a79e45e0eb76f7e1eba7dae1eb79f3e1ebb50670ba9a399c31e90d9c116301673c8884334a2be18c7e04be71e21a7c23271fbed1da0267aa6e83335354e1cc0669382b270bce36b806671f9802671fb683b3eb6de01c8fcb708ea72b9c537d04bead1808df8ea0e1db7f14e13bff15c2779b96c2f7268dc1f7b4bec3f7e2f7c1f7b264e0fb92d5f0fdd537e1fbce2c7c7fe80f9c27db0ae7f93e85f3824ae0bc770670be94319caf5a0fe77b93707ee33eb860452c5cb055800bf297c30f2a34e1871d0af0a36504fcc8760bfc78e8225cb8711a5cb4d41d2eb2dd08175dcf838b724ec3458408174bc7c2c51177e1e2e212b8e45fcd28699b0797fec980cb1658c165afc6e0f27553e1f2cd8570f97963b8fc66155c7e771c2e6fec80cb87afc215df30f889c10cf849d2a67faae12769cd7065b4375c799184abea5ce16ad95cb85a5d06aef17e00d724fac135f700b8b678355cfb3a15ae7bbe04ae1b1b82eb26ace07a531e6ef0f6859fda0bf0b37989f0b38006f859cabf58170737ded1809b562bc1cdbb94e0e786b2f0739356f8798d05fcbc6519fc62a516fc32f425dcb2e82ddc624fc32d556370cbe734f8556837fc7ad567f8b5e575f835b91d7eb3d0137eb3e20cfce6ea67b8558282dfe619c06d46e6709b7d09dce6c4c1edf127e1f67717e077b12be177edbb6140ad1c0655f6c1a055240cbebe0c43eadf6008fa0f86956c60f4db46182fba0c13d34fc2c456a97fbc6072f617989aa50e5303284c3fdb0433efff83d9611998fd390cb3a3ab606eae37cc35bd8079f97298b77381f923e3303ff017169e9c803b4647e0cecb7a7097b203dc55f507ee1af903bf9790803fdcc1e10fd83ef8e3b7d970cf0373b887d90f7f7a5d0bf7de89837b5f6c807b5b76c29ffb3fc35fa002b8cfe23fb8ef0b07f7abc270ff5a1cee1fbc0f0ff4ee84bf3a7d87bfd686c1834f67c243dc4978e8731bfc6dfa39f85b48193c2ced020f2f568087fd0ce1e1f25df00f5306fee16505ff18d0877fea97c1233ef9f008190cffd2cb847f6d37847f451ac0a393a5e0518f3878f449353c0adc81c746b3e0dfaa91f06f5706fe1d510f8fa75f8727a497c11355c5f044cf56f8af79383269cb3c6492158e4cf2e84726ebcb2393378422535a079129435dc894d171646a683332f5e45964fa227d64ba6f2e22597f1f9931b50799b1560d919abf1f91ae5a82cc1ee09139356a88cca257888c4f0322abed81c8fe7887c8051621f2330f220bd614230b8db39185d9c1c842f035a2e0f31751885f8e28e404228bd46f218a931e238ab425a2049d4694916164497809a2a2f80d51515d8da8a89f42549a751095ce564465b001518bdc8ea8dd3d88a8e77e423466d4221a0a4fffa1118db5598806918e6886a422cb742f23cb6c62112de3ebc872c70c6479f037447bba29a2ad1482689fcd45b4910f88764f33b262632fb262a21759f9a01e59f9f51cb2eaf44b6455ec6244774d08a21b7617d16d5986e8cd3989e8cd7b83e82daf47f4f8a788fef87cc460098318e46f42563bd72286e10f11c38afb88614f126254ab8118f51a21c6d7ae22c69d9988717735b25eeb2c62b2561a31c9f8859814f620a653e511d3e92f1153cfff10d3dbd28899c67464e39c4a64e3a17864e3f86164137211d9f4bd193157b88a98f7be44cc07ec108b8d468845ec286291108a5800ab100b08412c0d9510cbffd211cb607fc4b2281af9af3d19d93c5309d9ec358a6ccea846363ffe806c6e9747b62c9241b6f44c41acf6df45ac4a1f2156e5b988f5557764ebdeff109bdb7988cd8f67c8b65510b26db53eb2cd5a0dd95ebd05b19b5381d83510887d863b62df1d81ec98e689ec4875461ca28210877fffdff14435b2d37c36e2e4608d387967214e639b1167bdc388f35617c4d9a612714ed1479c6f0421bb32f622bbdebb202e5a7710970f61884bf75f64b7b723b2bb491ad963e881ec61b7237b7a7e221e097e88479517e2d1b80bf1f888239eef9b91bdb241c8defc3e64df490f64dfcf7164dfdf3588d79376c48bfa89ecdf9a811c587c0039b0db02391093871c683b8b78af4846bc6b3a11effa50c4fb5b1ae2a3be0af171ed437c9a03119f3113c477d256c457661cf19bff1fe2e75181f8dfbf830458ee4202c2c69143068791437bd29143375f21878858e4f0ce4e2470dd0c24d0ed1a7224fb0312348a21c12aef90e0fd194870991e7234ec1d1272b30209299e8b1cfbf80b090d4e40c225e591e39d3791c86207e464601472cae00a12157f1689d67a8a44af2945a21d5722d12e2648f49de948ccfc9f484c6e0872bafe28727afc0f7226fa3972e6923972e6432b12aba480c45e1090d8f66ae4acd577e46ccd6b242e3418894be39173251ac879df3fc879f13c12efdb85c41f6d462ece76472ede9c865c9a3c0bb934ba12b97c5613b97ceb1e7219754412546290046f00b9f25a1d495caf8024a5bd43aece9241ae6ed34192e52591e4358791e4c64348caa48d48eaf207486adf27e49afe6be45aef7ce4fa0225e47a583d723de209921e3c8c649c504632ca3721192ffe436e4e998b64ba482199271e2059664348d6d65548960f84646fe7916c3f3f243ba41fc9cefb89e44c2b4272e46f20399535c82d5d6be4d6e3b7c89de9247267d57124b73b0eb94bce42ee294921f74c2a917beeef91bc692492279382e41bda21f9114d48fe3b69a440f20952d07c167960dd883c048a90471661c8e3ad45c8e3c72148a1762b52985682142d09408aa27f21c5e98f9012295da444e51c52b2b4022931c491d2738648d9cea548994f3e52d6ae88940f57231573572315975e214f6607224f6cfa902735fec893a736484d4224527be21152a769fa4f2a5267ba03a90f9e8cd4dff981d4e77723f5e06ee4e994cbc8b397f648938a1cd254b00e69aaa8459aaf124873f256e479831ef282df83bcd476425a3e0c23aff62a22afc28e20af03c291d7afd3913733429037f36f206f8ce7216f0eba216f72e390b7c71d91b7ed8f90b77f5e216d5b1b90b66d20d2d67908692fba8380a20c025d7e814049d311a84e1681a51e22b08b3702872721f0d38b08fcf200824cca45906c3d04bdf118417ba310ccbd12c19ece4470a5b708be4211c18b4b10e2f02f8478ec8290912a0879e11e42cd2c45a8f7160835ee88d0e90508fd2a0061facc1076e13584934841b8adad08b74d1de1dce4102ed50ee15b33115e18413a0e6e403a8b7f205df17a4817608774318b90f7a58dc8fbae1bc8fbdf0b910f37ec910fbf5291eeb78f909e2751480f7314f964938b7ceabf84f40201482f5f83f4be3f867cde60817cae3241fae466227d5ee791be7c7ba4ef9324d26f9389f49f7d8ff4773923fd7fe6235f37de44bec649215fb3f591c1f01a64f011800c054c4286ee6c46869ec520df3494916fa036f2fd5a3bf23ddd1df9fec915199e7c10199e6b84fcdc518c8c786b23237186c8af372ac8afbf46c8e8e257c868d44364b4ea33f2dbbf1119d77444c6cf2e45c64733913f16339109797d64c22a1a99d8ef8efc75fa84fcf59c82fce55ea193377d46277bd9a253a4b7a253fc0ad0a98a382ae13d864e5ba0824e4b6942a7af5343a777b9a3928d93d1197de9a8948e1e2ab545069db58145671db889ce3a2f87cefaaa894a535ee86cb55674b653253a7b0445e7ac7340e7d884a1735236a173cfdba1f35c30747eeb24743ec8a0b27e3f51d94b0da89ce67a54ae2419955ff80d95f77a83cac3e3e802ed4c74419327bad06a27aa707e105568d546173949a08b7cb7a28b2ee9a38b4afdd045a427bae82b8f2a19cd4295b29d51a5fc217431b4115d3cd2862acff74395e55d51e50a6f54f96b10aa623780aa4e1b4555e794a1aa6629a89afe5f546ded56547deb665463ee1154a36313aa4910e8325d12d55af91faa65df816a911fd1e51b3cd0e524892eeff44557586e4675543ea03a6af9a84e8c31aa936488ae2cfd89aeacbe83ae9a9a84ae921d4457912caafb490a35d8781235c81c4057df3a82aeee8b440d7dbfa286170251c3b40be8daac95e8baf56ee8bade76d428a70635a2cb51e3f52da8a9fb27d4f4df6396d18d9a157f4737acb646371c73463714bd4237bcac4637b0d7d10dc23b74637b0fbae9f57b745387809aafcc472d4e57a016f757a216efadd1ff6c57a0ff55c5a15b440ab5aa6c43ad9e07a2d6f64bd1adee36e856e20abaf5f71cd466c171d466f70dd4a66616ba6d4111bafdfc6cd46e61356ad73284daaf0d4377645d4777fc5d873ae47f42776ef7409d3cd7a34e4589a873d26274d71c1974d78263e82eb339e82e67457457df27d4252b00dd5dd882ee79a288eea9dc8deef9568aba2dff85bab936a26e0949a85bc60ed47db126eabeec02ea6ed98a7adc89403d3f3c40f7c68da05e471a51af964de87ec33de8fedca7e881c3e7d18333b7a2debf5fa0be91b6a86f2f86fa354e47fd9a9b517f7c071a304d163d9416821ec2dea18717cba2813bd6a381bd79e891555bd1234d1c7a841d43830c77a141eeb96810a68a06ef97458f1a2c458fdead4743d6b4a2213b9cd090041d34a422063d164ea0a1860bd0d0778168d8fafd68d8314d348c6945c35d32d0f0d0496878d807343cdf078dc0dad188cfd7d0c89d6fd148ff763432e82a1a197e0a8d4c62d0c8345534122b424fade8414fadeb404fe5bc41a31c6ea351979fa351552c1a2d978c467bcc4063ca65d0d30525e8e9ae93e89965b3d033f834f46cb3031a37eb371ab7e91d1a7732103d17f6003d37fa143dbf490f3d1feb855e38f217bd9061825eb8330b8dd713d0f8d583687c5d071aff4c158d6fbf89c6bf7f8f5e5cc8a017dba6a2179187e8a5454ee865db06f4f2f0173461b60f7ae5e85734f14c1a9a98bf034d8ab88526759ba14903227a555c885efdb80c4dd63b8926979268f2b34768b2c8a22926b7d194e73c9a1ae98fa6b659a2a9a41d7a6dee0ff49aaa397afdda39f47a0bfccf289a6e148ca61fbf86661c364433ee9aa119bfd6a037937fa199328e6866e45f34334140b3ac36a05962209a73fa1a9a736608bd75e2327a3b2719bd3de082de59528cdea9344273a3e6a0b9efbfa077f76aa1f7cc47d0fbf301f4feb983e8fdef19689e9e299a37528de69ffe851604dd440b1ecf450bdad7a10fac8dd1071146e803f404faa0ab0d7df834067df8b5127d34ec8e3e9e618c3efe1c8f16cd91448b7478b428d51c2d56bd8216ffcbf5e22b5e68f1b8095a12f20e2d3d3488967e3c8e968e0ca3658dfbd0327e0e5a3e4b012db7d4452b2657a0157df2e8938d2568e5e640b46a53025a757c3a5ad5ab89567b4268ad84355a2bbf18ad753a86d60edaa375b336a275b6d668dde361b45e6e3e5a5ffa19ada7cea20d4f3dd1865727d0c6991fd0c6d997d1469d30b4f1f228da58fa006d1cb4439b6d6ea3cd676ad0e79bbea3cf8fc4a1cf4328f445c641f4c5bd3ab4255f096df97c157d6542a3af475cd03737edd137cf94d1b74104faf6c413f46de76cb4ed8b3ada6eb6147d37e512fa4eda17051cbd5070c93b14dcf614059f39a2f0c1b5284c6d43e1f7f350b82f1f45d46550e460098a3a25a228741345876ea298f46f14f3d042f17bc750fcb70b4a9c9d8412c80f94e8a84789f79f50e2ef26945c700225f5545032ec2a4a5edb88927f0c51ca67164add3247a98ecf2835ae8bd2dbd7a174fe2a9479770d658dfe7933fd9f1294455ea0ec97cf28772219e52bd7a33cfc1d1524cfa1c2351354c455d1ceecd36897d13af4fdf5f3e87b3c08fd6803a21f91a968777536dab3b415ed69bb87f616de433fdff746fb4c96a07d2e02da17d18ff62167d1be5109b4ffde7db47fb41afdaa32867e35bc8b7eb58840bf167e47bfbe25d121391b74c8a0061ddae7857e8b41d06fe7add0efe1b5e8b083313acc1e447fceca437f6605a123a61fd05fc38ee8688a343a2edf808e5f3746ff9859a37fd8567442310c9db8fe1a9d78d6854e8c7d45ffde7e8a4d9ab6189bd4e5854dae0fc6a6b80460536214b0a92b74b0a9c153310945056cdadc2e6cda6a7d6cdae0796c7af6656c3ab00d93343a8b498e2fc6664ed980cd52d88c49cf7c894947d660d267da30e9afaad89c299ed85c73029bbb15c6e696396373ebdab1790bd4b179cb9f63f327d963f37d6c3099abe698ccf32d98acb21b26b7e01d26a77118930bda85c9a5e561f28adf30f99cbb987c6929a6b06c31a6e0e58929c4709802d08b29fc3e84298c7b638a8bb431c5aa1398520d8c29d191d8e2b8246c71ce4a6cf163694c9976c596a03d98caa33f98ea121c53edaec7d4cc8b30b5a7fb30b54f75d8d2556ad8522209d398618869284b611a9b4731cd38494cb356135ba67b0cd39aa28369d53462cb07bab015ca9ad80a353d6c854122b6225312d3d1efc0744c16633a27504c273e00d3f93284e9fcaec656ae798dad3c5589adc40e62ba6ab198aedb024cf7f35d4c4f2d09d3b39984e9ddd1c1f46d9663faf987317d511933b83181ad9e7b0e5bad3688194a3ec50c97f763867efb30c3101f6c8dfc2f6ced22015b5bb0145bfbbd0a5b7719c48c827a3123700566fcd41c5b7f9cc4d6df4230139730cce4f674cc646232665a3417337d2e899976bec0cc1af6631b0b56601b9f2cc236c96ec4ccd5ed307393259839a18b59689a63161f0f619693e3314b1b16fb0f6cc63687a2d896a3b5d8967b49d896bc316c0b7507b3f22130ab16436cebac8dd8d6d5bed8d69827d8d6cbc3d8d6ef47b06d6e83d8b61c4b6cdbeb9d986d4a0b66fb6502dbbed905dbee158fd94dde8bd975d662767f1330fb2f2198fdb7146c072d8939ccc9c51ceeeec01c3e45638e2dc731c7579f30c7ee1998e3ef8fd8ce03d730a77216737ae58539fd34c79c6d9f62ceb72cb15dc68fb15d3e09d8ae98c5d8aeb3d198cb4a1edb6df505db7d613ab6bbdb1fdbb3633be66a7813737553c45c530d31d73c5dccf5dd35cc6d4e31e626eec0dc3f3cc03cf6fec23c90fd9807b119f394bb82eddd00617b637e607bdfb562fbc883d8fe73afb103d2047640f60a7620663e76a07c1c3bf0760b7650ba033b387b0376d06e1776b0e824e6ad1b8979831f319f8f7f309fe134cc377a2de6fb07c2fc8edfc2fc376a62feb14e58c09748ecd0d24eecd0a57eecd0fb32ecd0af9dd8e169c1d8e1f5e7b0c31556d8e1c60cecf09fe358a04a191698a08e053e7d8e0522307664d9927ff2b023633e5890ab2e16746a2b16f4ee0716f4cd180b9eff110b6e99c082a906ece8c2322c644e09766cc612ecd87a2fec586823166abe140b2d69c3425b9db1b04bee5858991c16bec7020b6fdc82858facc52276a460c7a55e61c777bec48e775b6391da53b1c84d87b048f7462c5204b1c8de1fd849cfbbd8c94b03d8c9ef66d8a955a7b053bbdbb1534413768af4c74e7d4cc5a26eaec2a2ea482cdae83c1663b60d8ba9fc859dc972c1ce0c7b63b1216bb1d8afedd85985b5d8d99855d8d9b4dd58dcfa18ec7c532276e1772e166f6d86c55fa9c02e5ecdc22ea65fc22e2dcac22ed97dc62e6f3f8b5dbe9b82259cd0c2aef80561578247b024d3a758929b347635e70796ac158925f7eec552d6e86029db4cb1545d1c4bdd328ea586a860a9e13bb1d4dbe3d835f920ec1a548b5d973f825dd790c6ae97ffc6ae530076bd6b144b9350c1d2567cc0d2f8c9587a701696b14212cbc8b6c332b0add80dcf14ec061282dd4c6fc46e0efdc632254f63993bde61993b7bb1cc875fb0ac2d6bb02cf70c2ccbaf05cb4a51c2b23ecdc6b28fc861d9d03a2c67410e96b36c2a96634660391bbf6039f920764be106762bdc06bb75f53476ab0bc66eeff5c06eef57c26e1f73c1ee7c64b13b6367b05ced1e2c374813cbbdb010bbeb2085dd0db6c5ee290660f7ae666079a35658fef52a2c9fecc10ad038ec0175107bb832187be85a873d0cafc51e197a608f3729618f7360ac507b035698f6032bda730b2b4e09c58a9fbdc04a345bb192ffc76e1facd4f01656dae08e9521f7b1729d2b58c5f246ac62d4087b52f2067bf2e60e56a98362951fb660957fdab12ac53758559c3356058763d59bb2b0eac30fb19a2425ac26731d563b8dc16a7512b15ad3cd58ade745ac362813abbdfc18ab4d60b0baa907b13a6f7dac2ef03a5697b319ab7bf814ab6b0cc4eae73ec41ae696604f75b5b1a7312558e3fe3b58d39401acc956026b3a908635277fc49e9fafc49e777cc15e2ce7b0973e0ad8cb075fb1970f83b097c597b09735ad58cb9677584ba026d612ae84b59c54c65a8414ace5f728d632618cbd92bf83bd52d6c55e3369d8eb2f79d81b470feccd0363acd5a31b6bddbf176bf573c75a9f5dc75a81bdd8dbef3bb036fd38ac2de333d656d78bb58d9562ed8b28ac5d6d39d69ef2147be77f147b37b11a03ec490c38388181db7d31d0a510034f6860e0dd410c5afa02435efec590d66b18d2578ea1517d18eefd04c3bf6562a4b70646698561548239464f0ec6e81d4b30a6aa1963d32230b6fe23c66decc5389b53181740605cb022c62594605c451bc67b9158879d1cd611f319ebc8fa8075bccac53a3e9ec53a8d28acebee00f67efd53ec7d590cf6c1bc19eb9e9e8a752fb0c3ba338f603d81fbb09eda5fd8a7c513d8a7235bb14fddb7b0de39c958efaa75d8e7ff7cb02fb3e2b02f1ad3b12f27b5b03ead11accf2c0deb4b27b0be7c1bacef5b3ed6bfc911fb1abc131bbcbc041be4d5b14101c0862424b0a1bc66ecdbec45d8b7052dd837c200fb36f808fb9e58890dcb85603fd426b01f4b1762a31b52b151fb266cacc30ffb7df824f6473f02fb63fb039b587c18fbdbae834f3a7c079f3468804f9e05e2932f55e053a2d7e253aee8e1531e45e1537e4fc6a7aed88c4fbd178e4fedbf8a4b4c8ec02596fae2129f9fe1d3f403f169477fe3d3423df069a20a3eed77122e699f884b9e88c325bf55e3336e7fc5678c48e233ebb5f0994dd5f82cfd15f8acd7aeb8f48c7e5c7ae6675c7aa9042e7d2214978ed7c4677bb9e0b3f3faf1392bd3f139c3d5f8bc2bf3f079c527f0f957937199f80db86c781b2e0bfec6e5921371f929eb71f9edf3f005d2cbf0855275f8c25507f0858732f185a166f8c2ea97f8c286507c61e78a7f6cf0853fcd71057d395cc1fd34ae70d30a57b87b1f5794cac3151d66e14a6b1b71a5a8225c696205be38cd1f5f7ceb1abe9845f1c51f8a70e5692b7065f7625cb9e905aefc711bbe44d90c5f52b60a5fd2fb1757d1bfffcf375ca588c0553ac27095e1215cede6225cad7737ae6e6d85ab2786e11a0fbb718dee2bb866c67d7cd977015fbec0045fde288d6b2becc1b523705cbb3c0f5f616d86afa05fe13a76ceb84ede555ca7ad0cd761bfe33adf8cf195b3c2f095671ee2aba8305cd7b903d77d9281eb499be2069216ffc4e0068f9371839a117cb50f89af3ea589afae3985affeb8025f3d5e801bba1be1864399f81a574f7ccd913e7c4de1567cedc2727ced1e0a5f37ed086e94be1537b654c58d3d7d71e35f56b889832c6e12f2073719f0c04d973dc54d773ec44d912fb8d9ea28dc6c7f2cbe213c19dfb888c337be7b856fda63869bdb68e2e6e211dcfc672d6e213f1db7f0588e5ba6d5e2ff050ee09b55eee09b1f5ae29bf9dbf8960513b8d5de10dcca67116ed53007b7d6d2c4ad83fee2d6c575f856a517f8d6ee45f8b669c6f8b6c0b7f8b6f862dc363d0edf6eef81db6d50c5edd59ee2f6fabb71fbbb92b8fdf3edf88efc8bb8c37639dcf14209ee185f843b1261b8e3c725f84e2d00df796616bef3dc7bdc49d88e3bcfba853b6b4fc35d761ec45deefc87bb6ac1b8eb6a0a775deb8ebb3e588fbbb6afc2dd567fc4dd6e74e16e5801eec69cc3ddf5e2718fd9c7718f2a297c6f681fbef75e2ebe179f83eff352c7f7bd55c5f7b5a7e25e813f71af98b5b8d7791cf77a791cdfff300c3fe0740c3f101a821ff8dc811ff42fc6bd034d71ef9087b877a813ee0331b8ef1e4bdc3712c57d1f79e0be6f66e07e6efb71bff849b85ffb7cdcaf633fee1f5a8afbc74dc5fd9336e001b72ee287d66cc00fedde851f91388a1fb950890799e5e1415e77f0203f1d3ca864040f2ad5c683553ee1c18e55f8518d99f851634dfce8f61378883a8f874466e0c764afe1a1b5a178e8b7783cac7b0e1e1e30868707ffc5c30b65f0087d75fcf870e43f301e29bb078fd496c123ed36e19137b7e327663cc44f2cfb8c9fb8628f9fa26bf028a9c778943a8a4775cfc2a3636df1184d193ce6b7237e7acb26fc74fa72fccca37efc4c25829fe92bc063a727e1b157f6e1b15f2ee271d2fbf1b8a5bff138d74a3cee74381ef72a048feb1dc1e3fe7ae2e772f7e1e75f0ee1e76103fc823e8f5fb8ab835fe85c86c7aff882c7efff815f94398e5f4c5e8a5ff676c12fe79ae197eb55f084b96bf0846025fc8a810a7ec5f1379e68da8f277eda8327050078d2d0253cf9d9209efc220b4fd97c134f5d78154f6d68c1533f48e0d765f7e1d7cd74f0eba767e1692b2ee1691c8ea72f54c4d3dfe5e219ab0df18c2d77f18ca4a57886288767f43fc66f18dbe2375277e237a382f09b7552f8cd866afce65f5d3cf3d8373c334911cf7c9b8f679de9c0b3534cf0ecd6b378767f1d9e233f07cfd134c36f05dae1b7e578fcb6a3337efb55289efbb006cf7db618cfed6bc673fbf3f1bbc6eff0bb87ccf0bbe00ffcee68187e4f711e7e6f4f3f7eef6e1d7eefe909fc9e40e0f7e1363c4fe3229eb7ec1a9e371685e7cf90c6f3733df1fca151bc40a31e2fd8ff122f387a062fe876c21f5494e00f2d93f087d7a2f0879dfbf147d253f147fa19f8a3fd17f047d7d5f0c74d9ff1c75f87f0c23d8ff1c26b185e14bb032f4a28c58b27e7e025cb63f192557178c9fa7b78c9be1d7849f87bbcd4481d2f4ddc819766d078e9a364bc6c9a275eb63a082fdbf9162f8b18c5cb52faf1726333bc624f3c5ef1e417fee4aa325e69fc0caf344fc62b13bcf0ca9cfd786579285ef92f63aafcefe355d9f7f0ea531ff16af2075e1bba07af9ba582d795fec5eb6726e2f56b4fe0f5d066bc5ed0c7eb072fe3f5bf2ee20d1f27e14fe941bc715632de24198f37eba17873b13afedcd91f7f7ef106fefcdb2cfc85e51ffcc5ee8df88b6728fef2921bded29083bf4a3c8dbf995a8dbf5d701f7ff7c602072c527050b71a079beb70684b0b0efd9b3774671887fe46e2b0e20b1c1e5f892355e6381a3a0b47c3381c932dc5f1450b70dcea324e48e6e284e72f9c6012717276264e6a79e164b0074e9e33c229b9189cd2d9f4cf219cbebf1967bc1b71a66e31ceaadec7d955b370765b21cebe2ec1f94d8e381fb500e7f3fc702196c48576435c5c6c8b8be3ebf08e151278c7ea1b78e7ca04bcd3e832deb96b2dded9538777c937e15d0a157817a084bf9f1d817f38f707ff907aff9f4ff8c71bbff16e456dfc93ff3cfcd3f1cd78afd43f56aff1de183fbcf7a612de3b50857f3e3f807fb97e14ef3b678cf7e5bdc7fb155bf1fec53d787fb21fdeffd81bef7fa18d0f3457e05fe71be35fcf9ec507b53ee143b334f06f96cbf06fbfdee3dfed4bf0ef75303e7c341e1fee91c37fa4edc47f743cc57fcecdc47f5ed5c27fde97c147cc42f191ad07f0913dc6f82ffd99f8afa069f8a8bc253eba09c647afc8e3bfad97e2bfdf99e2e36a1ff1f11275fc8ffa7d7cc2351dfffbef6ef017932226cdfa424c5aea424c8e8a22265f3b424c513222a6185e27a634671353d30788a937950909fd13c474d56fc4747a2f317dfc172169af46cc50d52066a6651133735162261647cc0abd4acc123b08690b65427af77e628ece2a624ec27e62de9649c43ceb60621ec310f3d743c4fce666623eb78598ff558790d9ffcfaf5c426e691221b7de81903b5f41c8dd9725e49e1c21e49a7e10f2eb7f11f20d0ac4820d1f8905d04d62e1b21662e1dd4a6261034d2c1c5c4528dc6b2214b8e5c422672b6251be04a1b43f9c58ecee472c6e94239433d713cad47a6249790cb164648850697027548f6a10aa69fb08d5bf1384ba6e1ea1de1442a8bf8e2596aedb4668e47e2634dd8f129ac7cd08cdc6446259c959424b1721966bff2196174d25b4e74d26b49de408ed43d58436e444ac98799958e137e39f5462c5bb8f84ce7a6942274296d0399b47ac94af26565edd43acfc2b4dacfacf88d05dffe49fdf842ef18ed0e5f6127aca14a1e72849e89db725f49abc08fd0b71847e9533a13f9c4018488f1006aa6e84817336b13af503b1c6da91581340136b1eec20d60c87136bc6dc8975462b8975c72a88751d1384f18c0784f1ef11c224f41261322e4d98e66a10664ef6c406d5bfc406dd3262834b1fb1216b12b121771bb1f1e61c6293ce7562d37e0762d32b09c2fc134458a8691016eb6713164f0a098b2a63c2f2fa5ac212394e58a23cf1df3e4be2bf5b2dc47fd46962b39c1bb179b101b1b9fa01b1f9f52b624bc523624bdb5cc2ea9b39617deb00b155773561e37183b0e19e12361d5d84cdb7cfc436bd3a62dbab1662fb994cc26e871c61d77092b0fbc210f62d59c40ebb8d8443fc72c2715b0db1f36020b133e83db1f3aa0db173a287705e3d95707677259c47ef10bb66e711bb3e2a13bbfea5bf8bfe6bc2a57594d8fdab8dd8337f37b1e7f922c235f315e1561d46b857ae26dc9b1e121ef22584872d4d78ec1d213c35cb89bd35b1c43e591962df9269c4be600f625f4e01e1e5ec4578f9a5115e053c7160e325e2402e49784f7a41781711848fd116c2a72593f0257d083f8554c24f770ae14f5c220ea5e511879e5a12874ff411811dfdc491640fe248c11011645241043f8c26829bb71047d79e228e3afe218e3a671121730c88901bf38863eb3c88d0b06122eccc5722bc7a1f11f12591382eb78d38be7f9438fed68e884c3e479cd8da4d9c68658893e03ee294760a1165b785880a4b24a22e2c24a25b37113132f2c4e973bec4e9097fe2ccfc6ee28c4b3e71c6ed0671d6468a387bac8938fbe6151137304e9c9bb29c38dfb490b8603787b8f0ea3a117f5c9a88ff4813f17d8dc4c597b7884bc6ddc4a5d231e2f2a239c4e53a47e2f2eb14e24a164624ee9720126fcf23127bf71389231644922d475c9df19448d6be4e246f2e209203a712c9a7ee13c99551448af41e22e5fa1d22654c8b489918275277bf2452bdaf12a91161446a831b716dd93de29a35465ccb41896bb76f11d7c60922fdd004915e5c48a4c397891bf35c891bc565c40d681671f3b90b9125011259416644f6dd4022fb673a91b3a785c809512672ce5810b7b6e712b7150288dbaa6788db9b2f13b9b62291eb9d49dcddc211779bd613775b8e1279f453227f712e91fff20151209f4814d8871205adcf89829e19c483960ee2e17c0de2e1f22544e14e27a2b07c275134c59928b10c274a7eb611a5eb7611a5fed54469fc0ea2ec46ce3ffd4485f424a222c39fa8b89f4354e47f252a771a1195590344d54203a22a75035135f19ba81e13891a8dd5444de06ea2d6508ba82bec26ea172e22ea573810f5fe5388fa9416a2c13e9968c82d221ac617124fa367104dce7244936b29d114dc403cc7f6122ff72f215efeab972d579f102d8f9389962a867815c512afb06ce2b5ca54e2cdcc00a2755116d16a6342b4faf910ef92661080e57602d8ed4f00438f08e0473a011acc23c0d55f0948ce8580da2e1070ea410251660954269640639f11e8084de0c5d5045e9640e07f3f10845c3e41aa2412547525412fab2698bdcf08e6a026c1c4c9120c9a4970fbfa082eb89ae0750c08dee127c1c70304df924808079209e187232166f9131d5ddb89ced31d4497890cd1757d3dd1752b84786f8d13ef037f10ef8f2811efa3cf11efefbd263e4c7d437c5458407c7c584274af7b4f74dbcb12dd0f66113dbac544cfcf48a2e7b715f10992247a7b7f10bd5f4c88cf9ba3892f4aa3c4977575c4972300f1e522427cc90b25fab5ae11fdf73b88fe91416240ca88189817400cc416115f17e1c4570743e26b0b4e0c6dbf430ced0289a1fbb6c4378944e2fbe14ee2fba50ce27b8e1f313c1e42fc8814899fca86c44f7c11f1b3bb9218512c26467a87895fd9dac4a8aa05317a289f1845da8831170f62ecf879e2f7b634e277fa04f1bbec0b312ee54a8c274b107f6cb7127faedd25fed4ff24269ab7137f17bb107fff3324fe667c27279dd9424e4e5c4c4e4ec1c829cb4e9353d6489053276992531708e4d4ad7f4989d13e72dafc4a721a17414e378e26a7bb0f93d3cf5f20a7730bc819cb934929874872d62b8c9c857c2767576d22e73e9722e7f63f21e7993590f3ac2791f3e5e5c8f9871f90f3e11172fec0525266fe0252d6e70529db1946ca0d9e26e5d56690f2e7ec49f95e7d527ec89d5c206d472eb878935cb87d0bb970e70372e1397f72e12b655261570bb9e8f15f5271591ba9b8e30aa9e8b299540c3620956a1e938ba767924b621dc925174d4895d5b348956de6a40abd8454e9fb45aaea8691aa07d249d5ceeda45ab33da92eb58d54cf9c42aa4f54924b53edc9a59509e4d2b1afa4465a17a9715b83d43cf19e5c6691422e3bf0985cf61d25b524c3492d075352ebed6c72b9a314b91c8449ed83cbc9153acf491dc54fa4ce363f72e51a3b72a57b18b94a378b5ce573905c75f91da9eb7e92d4ed9e42ea8e5e25f5acdb48bd83bf4883bc1872b59e0eb9fa6a19b976663bb93671805c5b9b4bae6db421d7123ee4ba73f348a395874923ff2ad28834248daf2d244deda690a677ba48d3f7eb4833f577a459643769769b2537cccb2637fe17489a3fb125cdd157a4457c3269e9b284b4acce252d1b6f9396d46cf2bf3d7ee4e66e3b728bad146975509ab48add4b5a7db322ad27c1e4d665d3491bc7f5a42d584eda0e8492b6bfc7c9ed851ea49dcd23d22ee8226947fa93f6cb5791f67e63a4fd0842ee705c44eeb85f493a9ce54887aff348c7557ea4e3c6e7a4a37b0cb973f62272675a32b9733c82745a2c433aed3a4d3a95ac249de570d2f96839b9cbe42cb92b8e2277652592bbe0dde4eec723e4ee126b72f7c46b724feb31d275a49a74f35723dd5e9b936ee80cd26dc885743f9045ba87d891ee4ff692eecde749f7d103a4c7730b725f463cb9efee6672df680de9a57c80f4baac4deecff2230fdef721bd17be257df41c499f8d0b481ff827e97b8f237d5f5b93be4c01e9ef324606ccae2503162e2103b427c8804dbbc880780b32e05b2f7948c9863cf4f93a7938b39f3cfcd19b0cf45b4406e63b93814f169281bdd2e491582d32485f970c32ab25438cfdc810fb7764c8ee22f2989d1279ccdf853c96e6451eeb7b411efb664a86eacd25c34c93c9b0a3a66458911f19be488b3c5ecf93c7f985e4890333c913fef1e489d71bc993cfbdc893d82cf2e4cfd3e4a96939e4a98fe56494962c19255e27a30ddac9e8865764cc5a75f2f4a3cfe469509a3cb3338c3c73f4327906b126cf7c5f4ac69e3e4fc6163d2563c918f2ec02843c7bfbf03f1c1937793719f7ee2a79eeb20b79aecd973c37f0813c1fa8449eafb6212f9cb5222fd4c9931727499317b52ac98ba724c88b2d89e445e00879497d0f7969fd2ff2f2e52964822345267caa26af28d59157ca669249f52fc8ab213079f5621b99acb8924cc66dc96b6b70f29abd05798d10c9b4842032ed4b09993ef90c99eeb09dcc307d49660061e48d9d67c99bca9ee44da36fe4cd6b2bc9ccdb3c99f9f81c99b5ca9fcc965942e668c990393536640ebd91bc75780379c76e3679a7d380bcf7c494bc2f9d43de3f7187ccb3d624f3b25bc88263ede483a671f2a17939f9687535f9e8094816da7b9085c9afc8c25bbbc922db596451f25fb2a8760959f47721593c99218be57e92c5c62fc9e267c7c892a9496449a639593ac7932cedcd20cb6c3bc9b20823b2fc6b2f59f16d19f964a7403ea9df48569aea9355e6d7c9ea6dcbc96adf8364759811599d3c46d6dc69266b377493b5b1f5645d2140d6553e26ebea17920d603ef9b4e104f92cb9846c9c6e43364a2a904da73f924d0dd6649398473647ed209bdf0c90cd1df6e4f35307c9e72f83c917d30ac8973d10d9a2bd806c0982c9d70172e49b3b5e646bcf79f2ad3449beb59b4ebead3d4ebe7dc3936f7f19926d9b07c8f66d63647b4e2bd94ea990efc27f9340521409ba9d26218342127ab58084d3ee91a8433e899b9893f8967b245eee4b1226c52451f2822493c749924f22a9224d926a482429711b49cb6d20e9188ca4e32e9374b227c95c2c20b94a4b92ffb7e7785b9e149ca448e18c222964cd23c5dac3a4f8229f145fbd27c5777164c73a17b2630f44761cfd4a7614fc243bb32f935da7ef92eff78d91ef8353c8f7d01ef2e3c82cb2bb622dd94deb933dbbaf923d9f97939f4283c94fc72dc8def54964efe65ef2f3b153e467318eec937622fb0cae91fdbfbe925f538bc9af2fc7c841b72872b07a0f393477323974b08f1c7aa24a7e7f15460e1f4d217fe8fe257fdcf52647d6d892231631e4c8adbbe4e8b45272f4c771726ced0272ecb02c3956a14c8ef501e46f4b29f2775f20395e104dfe89ae2027f63c2227c295c8093c859ad477879a1c54484db1a8a7a68460d4944712d4d4fb5fa8a94fbb2989b90728898737a869f3606adaa52bd474e503d4f4b0239464014349be92a4664aaca266ce75a066aa295233b37aa8998d7d9454d62025757f2b2555e543490dbea7662dc2a959457729e922494a1a89a4a4f9b7d49cb575d49cf2c5d4dc55efa9b91513d45c28859a1779999a7fe11035ff5b1c2533e9062513f88a92393d4cc9645951b293f752b269ba949c513a2557e949c9bd5d40c91128252f23520ad21cb548d5865a64b8965a64f7945a04c5518b18534af1824829727728e5f54f28e56d3a94b2fb38b5a46606a5b22f9d52f1994fa9cebf46a996eb53aa501ba5be5391524f2aa2d41f1851ea15bad4d2d8526a69a135a591768bd25ce84e69aed949696e5942690e3fa6b42ca329ad9879d4f2ededd4f2ab09d4f20701d472ca8fd2beb38ed22efd41ad783842adf89541e9d85ea45616a6522b6b196ad5b4a3d4aae4204a57d98ad2d5fe8fd2dbab4ee9455fa2f4bec750fad61194feaeaf94feeb93d4eaa57b28c3c57ba835bb5f516b779b50eb661ea3d6bda2a875ef29ca68ee45ca689e2365fcdf0aca38b58932be338932063ba9f5c61dd4fa1c256afdc3466afdbb08ca747e02656ae74999ba9553a62777511b3ceca80d0131d4869a386ae3a6016aa3ed0f6a93de456a934d1fb5296706653ecd903237b3a72cd400cae2c53cca6204a12c67cea4fe9b4a51ffadf1a1fe8bbe416da9fc4e6da99ba0aca60551565c3b65bdae9bb22e99466d1dd4a76c548f53b6b26994ad462bb563f15dca41b28d720832a61c258b29c76534e5e8368572f4fa4c395e49a0764e1ba276d27729a7a408ca6908a69c8f6950bbd6afa3760d2652bb7f1da5f6b41853ae5a5e946b9a27e516564fb95d77a3dcd07994db671dca334781f2fc4d527b1798537bed27a8bde73aa97db72ba9033fdf5207d57aa883ffa953079b6b28ef4f38e563df47f93cfe40f9b4eca2fceaa753fe1a1728ffed7f28ffb3ab297faa8f0a18f84e1d36df431dfeb69f0a549a431d59798b3a7208a382261b52c173cba9e095f25470ff462a245d970ab979923ae66b41854af054e8ac2b5468671115b674900a8b2aa6c206cda870d31f5478cc6d2a9c2ca4c2476aa908158a8a505d45456c36a2228610eaf8c70b5464fe2d2ab2ee3d75624a0a7542c9928a3ed44445876ea6a2c96eeaf4c260ea749dff3fe1d499ce412a367205159b524b9d2d6aa2ce696751e7daae53e75d1da8f36e9dd4f981cbd405a7502a3e713d75c9771f7579a93d75798d3375d9a19eba9cfa894ad07a4725583ca5128ec550574c0ca92b9911d4956737a82b8d33a844ee0a95f4f0227575691e7575389dba3abe914a3e1246a51cd4a452a09554ea8ca754eadbd754aad8415d3794a7ae376ca7d2a543a9f4842d54fa434d2a635b1395b9653695f9288dcaec29a5b2529f53d9524ba8ec670fa8db2a22753bb08bca1d3b46ddbbfa89ba57b383ba6fbc99cac3d653f97bff52f9095e5481b13d55703b9d2a28d2a61efc67433d7830483de00da9077ff6530fd5c2a987f7e3a947ebdf508f2255a9c755c7a8c245c654e19fd754b1a43755620f52253f2f51e5d39751e5823bf564ea6aaa8afb45556bca51d596b25475ba22555d1e41d5ac1ea56a8e475135cf68aaa6c583aa9d7688aaed5e41d5d5aa50f5eb1aa87a1733aafedf3a3ddddf413d5bf3967a66bd826a6a0aa09ac88354d36000d59c5a4235f77ea19e4b9a53cfffe5f58bcde6d48b1b0ba817bf2e532f3f94522fbf35512f7f49532fff34512d9b1da896f387a9962fe7a857c3b2d46ba918aa35409e6abdd84fb57611d4db977ba836dd7caacde027d516f8996a3b5640b59dfe174b5f53ed3d8ad4bbd0510a78d04601c52e1434a38c82562953504b2585844fa750ad55146af491c2143229ccf33f0a8b994c6157bd29dc6636452c3e4e11b61f293ae523c54feea0f8ed8f28fed35b4a30d3a28421234adc64faef681ba0c45b9f28317737d591284b75ced6a13a3feea4ba26e7515d73a7515d4f48eafd5a5deafd2535eac3c11fd4c77165aac7a88aea3d2843f5deaba0faa05e6a60da256a20e233353026430d5e9f4d0de2bba8a1196fa8a136961ac2f753df1c1653dffc94a9ef97f651c34beaa9e113f3a8e1b7d2d43076801aeefa4afd38644a8db8ab52234f15a99131941a9d69498d9acea4c6fe6ba3c62a6f5063c841ea375e4f8dffabf9e39fe751e37f0aa8895d5fa8bfd96ad4df4e909e843fa027af75a4a7d85fa4a734cbd212a7217adaecc3f43479537afa95ebb46442093d63c1277a8675033d03afa3674a2da167ae5b4fcfdcaa4ecf8c3f4bcf2c6da4a5b67ca2a5c715e8d91b1be9d9ce32f4ec04537a76fb337aeeee15f4dcb7cdb4ccf47fb6c8d0321776d272babdb45c70252d6f2e4dcb5fafa617f23db482c20f5a21e808ad505a432b6e1fa295769bd34abe99b4d29d9fb412d2412fd695a0170f9ea4979c89a355b257d12aef7ed0aa5901b46a354dabbe8fa7d59407680d850a5ae3e004ade17785d6241ce965b5d369adec8ff4f2bbcdf4f2672af4f2779b686ddbbdb4f6fd545abbc1865e591d4beb6e1ea3755bcc69bdc28db4be9e35ad9f88d3fac05ada600e471bd47bd2ab2fe5d2abafe7d186110eb4e1292bda30359a5e431ad06b8599f4ba775368231b2bda38c08f36beb5805e9fe943afefb4a0d7ff7944af9fc069d39516b4a9a1346da6d6459bb9a4d21b2dfed21b8b417a535f3d6dbe4793367ffc83366726d116f3efd3163edfe9cdeb4ce8cd97cfd05b36c8d05bfe1ea3ade46fd2d69e0eb475d57eda462690b6d12aa26d67bbd3b6d655b4edd679b46d17fbcf2fda76a29bde2edd4fdb4d9a45db59f5d3f6ed21b4fdfb65f48e29cef48e45cdf48ed6317a477b3fede0be8876b49a4e3bd6f3b4e30b537aa78c17bd33b189de39728076fa7e947676bb4d3bc714d3cedf4a69171f07da4594a277cf08a077bb7da477f74ca3f7487ca3f7ec95a1f70c2fa45de73fa45de500daf5cb71da75d882769b1a4ebbadf840bb1df5a3dd671ca3dd6b6fd1ee1f4fd09efa5df4de087b7a6f0d4fef9d7844efdb114aef4bf94eef1bdb487b69c6d35e8f6ce8fda115f441a932faa017461f3c6c467b4ffe497bcfd9457bbbdea47d740a68df7d97683fed2fb45f7036edc71da503c2f7d2871765d087fd7fd2871334e9c36f24e8c0390e74a04d131d183a440779bbd14163bbe9a3cbb6d3472fa4d147e32de990a94e74c891dd74c84d880e79e4401fdbcdd2c70ed8d1c70a7ae963e0101d6a75850e054de9b074033aecf1153a5c8fa1c32fffa0c3ffdca38f7fba4247e65ea423c1043ab22b823e11524b9f5ae24d9fbab28e3ed55e4c476967d1a76592e9d37eb6f4599d61faacb3251d37e1469f8bf94a9f6f73a5cf13faf479d195be10fb9ebe90ec435fc0a6d1f1fe07e9f8df3af4c58ab5f4c5e63afae220465f8a4da62febf4d009faa67442d8653ae12f495f59d7465f318ea5937413e9a473f7e8ab5e69f4d5eb29f4d5ec723a59df9c4e0eb0a7532c1fd229ffbea7cefc4ea7caa7d0a9d63be8eb521be8eb0b6be8eb76d5f4f5f6ed74dabb783a7d6b209d7e559e4e7f788e4ec7a2e98cc9e7e80ca29fbe117a8fbe8199d099db9fd199e9ca74163a41678755d3d9e7cae8eccabb74ceba7e3a27ba8fceb99445dfbabb8abe13bd85bef3299cbef3ab95cedd6b47e786fea0ef4ef8d1f79694d0f7c696d0f7a7a4d279d6ea74fe5e493abfbc852e50fe4417345fa10bc653e907794fe9877e81f4a378947ebca4907ebcd4932ed453a00b83eae8c26b87e8c23149ba28e5245db21ba34b1a69ba848aa44b1757d3a5992be8b207c37459751d5dc6d7d0e57adbe8f2f2937479ed4bba42328aae585f4157c46da42bf79ca22b3d1fd1554e9fe9aa885374f5b93774f5cd01baa67f315debed4bd7e6fca21b26c7d10deea974430e4a3f9b9e443fdbfa937e56749c7ec64ea11b556de8c6a026ba316917dd783b806e5aeb4137c1c3f48be385f48b2f5e744bcf6bbae5d771fa95eb63fad5b365f4ab667ffa4de21afa0dea49b7aacea75b9324e9d6cc0cba7d5227ddbeea0edd6eaf4ab7fbeea201d29c069f0ed3e0eb79349c9641c3ec421a9979974614cfd3c8c1b734e20dd3c8ed0b3496709dc627fda1f179af6942d69e26e47268c2fc204d4455d0c4a0014dd675d194ee2f9a7ee347b3dde934db3b9f66078fd09c9c1fcde9cda1b990ef34f72485e6fdbed2c286f3b4e0f999ee5018a03b3644d11d573fd39dfa6574a79b0ddd792898ee4cd1a7bb028be9aece85f47bf21cfdb1448dee9e3f97ee4edf4777df9c46f7440cd23df9e1f4a739fef4a7a43774efac66baf7f200fde58b3ddd37e73add677586eebb7a95ee4bbf42f76bfda0fb6feda007d6bea707fe5b420f965fa4071b77d343cb7be8a1b668fa7b9327fd7da2891e9edb420f5719d23f66a2f48f93d2f40f7c13fd537298fea93240ff6c6ea747641ae8911a7bfad792447ad4ed1a3d9a52498fd6b4d2a39f4ae8b1835be8df9b56d0e3ee83f4b847203dfe2e8d1e076ae83f8bdfd17f3661f484ba0e3d019bd37f033b98490bc39949ab1066d2995a66d2b803334538cd4c45ca198967438c0459c9485014336d6e2e335de202337d762b33fdcc2a6686de2e6686f96f6666693633b3621323f545646679dd646625b530d2169798d9091798d9d7a499d97fac9839013acc9c469299f32d9799fb699899f7a28d99d7fa8e99f7de8799377e98991f51c5c8f43f66e4fc2b19f9117766a1640eb370733cb3f06400b3b0ff21a3302b8a5964b498590497338a797719a555098c92e13a46c96523a3046c66164f7ac42cd60963168734338b1191513ef48851ce5bcaa8045d6054c23318557023a39e56c12c8d3660967e9bc768eca69865c7f7335acb3599e5327f98e50ccc68efb562b4333633daa55799154b5966e5a32666d5eeb58caeb935a377709cd10b1f66f4d32633fa8fda19fd619e31b83ac218e43e670ceada99d5a5a7194399ef8ca14b34b366be16b3f6dc55c668aa2263b4ce95315ee2cb189b3531c6b1b318e35233c65898cdacb7f8c29804cf614c8e3f644ccf1c65cc36738cd9c9358c594233b341d28cd970208bd928b582d9387f90d9a824cd6c3ca8cd6c9ad6ce6c0acf66361d6f63cc151731e665ce8c85c341c6a2a099b12c72642c4bb7305b1684315bcaff3256334e3056c3b718eb4973196b650bc6bab085d9ba6236b3d5cb9fb1398e31db96dc62b6e9fe62b6553433b64013b35dd391d91e4032dbaffe7bafc018bb3b128cfdd12cc63ea38cb187e4981d4bd6313b4e1f66768cf18cc3c6ef8cc3ee9d8c538207e3bcaf917146bb18e7ce4fccaecea58ccbfe198c4bdd1ec6f5ba01e3a6b18d715b1dcd78a867319eff818ce7eed78c67db65666fb42fb337a198d9a7b597d977209ad9774e60bcb41219afd1c3ccfed41bccfeaf03cc01d70ee660c871e6e0f520e6e06317e660c50cc6dba690f1697cc7f83ed9c2f87e7bcbf871d18cdfc41ec65f219ef15f4130fe67f3990093342620601a13f0f23073784e0f13287190098c91678e680c31477e673341d2d398a093954cb0911973d4f5127334ea107374f41613720f658ec59731c712e5996377ac99d0f90d4ce8039609af5fc684f71433e17d754cc429452622a18439fe79137342fa1873e2f64fe6447b1c7382dec49c4c6f654e1d1d624e312c13a5e0c0c46c356362629e3231ef1c9958adab4cece15c2676ec241377dc8389c32299385a9239a798c89cab1a62cebdf367ceaf70602e9ca8672e54ec602e0c7a30f1b2a94c7cfe79e66248087331598bb9587c87b9086930971ea53109179d9904a198b9b27d2f93785c99498c2f6592d69630499ebaccd5c0182625be87490d9bc95c5b8732d712e63369da7799b4cd8b9934375d26dd6fdf3faf98f4639d4c7a8319936114c064c04b988c7e3be646d04ae646f825e6e66f86c90287999c457b999c1321ccada529cceda35398dbef3630776c3b993b073a995c9fff98bb73cf33f766ff65ee2dbfcbdcdbd7c2dc577265ee773c63f27c563079e14a4c5ed90c26ef0bcfe44fdecfe45f88660a8c259902676fa6c0ff1853f0648479d0fe8279383d837994d8cc3cce9ec23c1ef8cc14c29798a2f9be4cd17f2453e4778b299ea4c014ef73648a7ba73025537e32253a114c89cf62a6e45d27537aa897293bd5ce9425ea3365ec61a6fcbc2d5371d88ca9a4e2982acb1f4c55acc8542f0865aa8f8d30d5b71f32350f9e3135c27ea636e43c53cbeaffb387a9fdb88ea9f3cc64eaaa8399fa376f9986162fe6e9f4afcc538d12a6d12886690c6b669a665d679a56f5324de6664c53cc17a679fd54a679ff0ea6d9379469fe9ec5bc58fb8b79f1ec1ef3e2c525e6c5cfd5cc4b4081795d5bc1bceee963ded8fd60debc6e635a83a398d6fbfd4c6bf509a6f59914f3d6e52bf3f6841ef336be93699b1fcfb4ad4b63dac20a99f6ac694c7b630ad3fefe0af34eb28679471533406f0703692d61a08c1b0c54a7c5c001ba0c7a761283829e0cfa539ac11ece65704727060fbacd10cc02862c2a62c86680a17ccf3214f280a18d96324cf0568675cf6058dfab0c370f6138d7b50cd76ac9f02fae3282b70f23dc79c508f5394cc76825d3659ccc749db762ba265e321f4ebf653e80d799ee9bbb991ec75ca627783fd373c391f954f28de93d51c7f4d6ac657a7f34339f2ba6329f7fbd62be10b398be0669a6bf5399e9ff6cc60c845e6106229a9881328af92a15c30cdda098a15bdb996f4e00f3ed5c38f3ad6d90195e739c19aedfcffcb810cbfc480f677eda48323f8f5c657e7e62999f1375cc886c233312d0c7fc7ae2ccfc7a8132bf460e31a35b3b9851cf2a6674ef7c66d4b7901993fdcc8c2d3dfecf1f662c8d657e4f7fcefc7e3ec8fc9159c1fc5962c8fc5993c2fc71f161fe7cbcc74c94ac6326fe66327fc7b6b09372b4d9494343ec64c97f6483d92995c1ecd42a57769a74163b4d9460a74fddc14ace1c6025bfc6b1331456b2330cb6b133ee7d64672e78c2ce3407d999be3eeccc7bdf59a95d19acd4fbafacd4e017566af4032bcd7bb2d28336ec6cf5f7ecec0331ec9c8e5dec5c9375ecdcfad7ecbc6977d8796a97d979cdf1ecfcdbeb59995946ac4cc4102b3b3386959b34c0cab597b3f2da4dacbced0656de6e1f2b1f9dcccad73e651748bf6717f49d64170cfab30b156cd985ed56acc2fd6e56e16917bbe8e22276517d36ab78e32cab786b0aaba49ac42a7d7ace2ef68458e531825d72a5835dd27a925569becaaa9636b0eac052569d8f6797be546635983facc618cf6a9ef9c12e339362b5242d58ad8379ac56ec19562bc597d51e18625750aeecca3596eccaf035ecaaf6615677e21aabb70d67f52a77b0fa8d0f58030f19d6208666579b1c60571f7cc0aea65a59c30d4aaca1d54bd6f05530bbe6f728bbd6259b35ba9acc1ab525b2c611a5acf18ff7ec7af5b5ecfac372ec7ae60d6be2b1863569dcce9a86e9b0a62f8fb3a63d675833891ed6ecfe7c7643b21abbe96420bba92f9bb550cc642d966d632d0ca4598b6e0bd6d22784fd6fda67f6bf9f4bd8cdf9adec96192eec96796bd82d7bb7b15b3a2358ab197aac95530d6b357497b5deb296ddfa0466b7bec5d86d8bea59db4b4bd9ed295eecf65e43d66eac8ab5c73c59077f9875b8b48375c83cc73a1ade611d9d2fb18e9713d99dc171ecce9b1bd89d2fbb59a7fbab5867192f7697c904bbcb619875b1b4615d1ea4b02e841fbb7bff5ed64d5385757bd2cbba357ab0eef1bf59cff97dec3e832cd6eba72fbb7fe66cf6c07457f6c0f354f6e09a29ecc14a81f50d8659dfdb76acdf86bbac3f7488f51ffacb06a82ab387147bd843dd0c7b78f2bf0a57b59f3d227f970dd2ca6683dc46d960ffafecd1b9ebd8a3491bd9a3b79eb221160eec31b563ec31ed95ec31a347ecb100810d9f39830dffd747b8ee6e36bc1164c3bf1bb21119196cc4474536b219634fe893ec893ffbd993d73ad9939f25d9534623eca9f050f6d4196ff6d4c39deca9c7ea6cd4a97236ea921f1b7573011bf559978d5e9dc0461b69b031ee221b5b72848dedb367cf4e8a64cf7e7aca9e3b59c79e571961cf0f23ec85b972ec850df3d9f8ff68f69226cc5ebaf2cf8fd7ec95f42f6c62c11536114861afce3362afee7fcd269f3164534a7eb029ef65d994c1af6cea143f3675db0f36d5df8a4dad8a64afc9fc66af19d7b2693e1fd974cf736c867b147b230b656fae9bcade8c38cd6686ae62b39c6836fbbc129bf3f7007b47ee9f5587d83be98dec9d9179ec5d195ff6aecb47f6eea127ecdda323ecddea28f65ec53bf6bedc1c36ef913b9b572cc7e6ef3366f30bc6d98239466c81a5395be076872dd89fcb3ed836c23ebc2fc13e5ebd817dbcf9215b6872872d5263d8e27ffba218f9ca965887b1255ff6b3a54bcad952ad056ce9c3176c69d176b64ca3822d5ba9cc96f95ab1e5ea27d872d7036cc58f5ef64956395ba9ddc256460db395ef30b6aa721e5bad6ec4d61c2e656b86a5fec9676bc64ad89a3f1fd8da937e6cedc415b6aefb1b5b6fd6c5d63bb1ec53e9a3ec53cc957d7616609fe12cfb8c4d679be67e679b623bd8a647a16cf35465b6b94a997dae70997d6e05b0cf0fdf649f177f625f6cb8c6be383ac4be788db22ff79f655bf82cf615ecc2beb65bc5bede69c3bed5d262dfea9f60db9e54b2c0c18d2cf0ce8605fe84b1d0cd692c84092cdcc1b2c8567916099fc62205fe2c1aa8cea2412b5834af9445db9eb25843288b9fab6309bb14963865cc12ed8a2cb98865c975f12ce9d2c752c9084b8fce64192d9a65b2aeb3ccbb692c5bbd8be5b6a5b2fccb1bace0fe94154eff6485a23fac507d9f15d50c58d11067c5e311acf8459eedf87e8aed2c3cc67e58f886fdb055603f1c9ac77e384ab21f3d61b65bb382ed36bbc9f60c9c633f1ddec27e9693603f076d673fdf3dcbf6bd4d61fb45477640a3971da8b567bfcaef62071763eca0de1c76705b2b3bb8eb043b78d2931db2756487bc4bd8a15e81fd5619ce7edf9ac30e2797b03f7ccdd9919f77d85f5f307674d1337634298b1dadd167473f1c63c7f615b0bf573e64c7d786b1e3fef2ec78de0976a23b9f9df83cc04d9ab5919be438879bd418c04d960ee1a6bc7ace4928e5731201eb39894b199c448f0937bd319e93543fc849eaea7392ab777392603f3763b12c37c3ad969b71d4839b597292933255e6a41c8e72b36ade73b38d106ef651829b1d1dcfcd7ea0cbcdaebfc2cd01acb9b9260fb8b93b62b9b9fb55b879b192dcbc4a889b6f58cfcd6f68e664b5a770b2a1ea9c9c10cbc9474871f2d8794e9ed7e716acd8c82d88eae7161e9de016d67b730ab3af738b16e6728a5eee9c22e4cc29addcc62935ab738bff8d7db1ec416ec99a33dc9208885b1265c62da97dc8a9ccddc2a9bc2ce25403a671aae2774eed6310a7be600bb7b44c9ad35cd6ce2dcf29e4b42f2573da65f5dc8a0df3391de3fbdccaf66a6ed520c0adfa3dc2e91a889c6eae3fa7b7bd8bd34bdfc7e95feee6f433cb3803999b9cc15a5f6ef522356eb5ef7aced05e9b337cf1925bb36f21b7e69226b7a6e806b7a6ce925b77288133fa53cf1967e870c6cf8e7026baba9c495e266742539c290d73666383dc86b46c6ea3473db731fb21b749ba87db74fe2c67d150cc596a9ee42c6f4773965f4e73ffcd78cdfdf7ec2db759bb88dbbcb59cdb9c9cc36dee36e2b618b9725b5e5fe2b6fcbac659b99b70569926dcd69c08ce665b036723b672b6d25b38db88ed9ced0705cef6db566e7bb51bb7fda7236737259bb35b7295b38baae5ec959670f6a9de9c7d5d1fe7b0a69e73783b99db293595dbb9f82bb753bf8ddbb97527e7a49bc9393d4fe69c06616ed7f4516ed72627ce45c58173b16ae476cf19e676ef56e37637e5737b82fe5ddbccda385714e0dc1e6770ee89fb39cf3873ce33de97f3bc24c3edf5f5e5f65d34e7bc9668710716eb73079ecfe57c2436733e2bae713e9b5a389fce60ce77ba37e7bb87e5fc8e5ce2fcea1238ffa80ddc21ebdbdc21ef21ee88c227ee88d60aee48573d1724fb810b3e72970b6ea9e78e1a187347af0572476f915c8821c3855cd4e48e29ea71c7cc86b8d076532eecc2532e5c771b177ee3111711accd457c8ae02206a4b9e33acadc895e17eea4fc21ee54da792e6af63a2e4a278b8b2a54e3a28a06b8e8980b5cf4af1e2e46b9808b7931c09dc9d7e3ce7c77e3622fa4716725ddb8b8fb895c5ca532772e783e777eca26eebce437eebccc03ee42ee2d2e7eea6aeea2551977d1e70c77f1ba2977e9d95eeef2f51cee4ab8097725e7227745e8e212a7fa7349e985dcd5e852ee2a70944bb6cae1923b96712919afb89472592e650ce052f7e572d7f68571d7dea870d78fc470e929dd5cc6db2c2e430ce76ea03c77f3832a9745d670d9fbaab9ec98742ebb4b83cb519dc3e57c6ae072c6e770b7ba2f71b72545eeb6fa63ee76e914eece8552ee4ede3d2ed72185cbcdf3e7729b012eb75f8bbbbb4395bb9b9bcedd4597717787b670f7a73a73f7a540ee7e5a2a97077570f90eb65cc18633dc83db26dc43759c7b783b867bf47616f7f84000f7b8b2822bf2abe18a176fe24a2ec672a53bd670a5e824ae6ca28c2bf7b9ca952766724fa69fe29e98a6704fb8435ca5941e57a90e70956f3db8aaf07cae7afc075733e914572321c3d58cb770b5263bb83acf875c5dc525aeeec316aede04e6eabd15b88697e9dcd3831cf7f4ee38f7b4a5847b3a1ac935ae1ce41a1f105cd3cc3aae692c826b5e38ca356bd673cf4d20eef9b9dbdcf35fa5dc8b4338f7e28c2df7025cc7bd9ceacdb564fee65e99c772af8efde55eddbdc2bdaab0e05eaffdc3bdb670e65e0bf15cab6235d71a54c6bdb5f3e3da5464b8b6aa3fdcbb39473960dd230e4cdac581a99a1cf8c39d431adb3854db9743fd377168ca3fd01c0e5bb793c32ea970f8a4adff9471846f1447e22e1c95ca71f4a2048e8e8be3e8ec508ebe3dc4d1743bc7c8db71ccb6568eb16de2d87e8ae31e0e71bce904c71f3bc5f1f95739bee616c777ace784a94b3961751e27aa3ce23a3468ae23b59feb101e705d8907b8f7af0db9f77434f7619f2ff7e1951bf761bc8cfb386f35f7d1f714d73d750fd72d778febfe56c1f51cb4e53e1df0e67ad73fe63e73eadce7fe7aeef3c453eecba71b5cdff23eae2f6013d7af5ecef5df4be306ae9970036f3db941b5516ed0bf8b1bda50c37d2b5bc47d3763b8efdfdcb961ed95dcb08135f7c3f5223762f1841b09ddc38d649ce646ea3bb85f52c1dc2fb952ee97ad16f72b7615376a79811b336fe62664567213f7106ea28ee6265a74b889b6b7dc5f733feeaffd3cee2f8bf0932c66f0934ef7f2936f4bf193abdef353db595e625a082fe1efc14b1ccde2257e3fe3a74f47f9e94ea9bc64403d3f53ba869fe90ef152ca56fcac4592fcac2d023ffb8f063f47720a3f4f5b969f7752899f2fa1c4cb78dce765cad479b9f3ff7c94e3e5ba1379f9b579bcbce5275eded1955fa056c12fc83ac62fb46ee01564685eb16119af286ee7153f32bcd291265e09fdc92f7e30ca2f46e279e5a17c5e457e39af92bf8657d5ffc4ab82eebcea8783bceac71a5ecd610aaf76e618aff6b09857833ff3ea73c278f5ffcef14bbdbaf9a563c7780d3d335ee3ea1f5e733ac06b5a52bc66c50a7ed90c437ed9a26a7e1913c76b39b6f05ace79bc96ef315e2b2c92d7aa49e5979bfee6b5d55ef3da7b03f99579ddfcaa9b3ff955ec095e575de075c39ef3baad1dbc2e58c1ebe92af27aee71bcde9193bcbeeb13de60cf086fc09bf186e94efcba6d4779a365006fb4ea2f6f9ce0c8afd784f8f51b0af9f5372b7893a58f78138d34dec4648c37dd769c377de1c89b764df0a6bf347933a515fc06c93e7e435f21bf616037bfd1ea03bf714f0dbf1122f94d93a2f84d1fda78f365bebc85f137dec29fe72def4ce72d2bc2f8ff662ee7373f57e2b7b494f256ec7cde5acf9bb7feba84b7fe53c46ff57fca6f7d3997b74954e16dc678de56a699b73bfa99b7cbe8e5edc67ef2f6665dbcfde172de3e652e6fff682abf43ef15bfe3d123dec16c0eef307c82df19b59d775a13c13b6d7dc63b354ef0cedfdff1bbcc0df95db50bf95d2372bc4bf4257eb77c1bbf6701c6bb1579f2ee8fcc798fff16f31e871d78cf9acffcde9df6fcbeb33cbfefb621ef651fc57bed7ecb7bfd1bd7c1e058defb8007ef8d3ce0bdbf0df23e0f9ff1be1bcff17efabb793fd3c5bcffd644debffb10efff49970fc83dc41f8a9fc41ffa35953fdcedc007564ff0471c5cf9a01e393e78ce6b3e386d1b1f627c800f3996c487e4cee143a899fcb186fb7ce8f4213e54c38a0f3fff880fbff21f1f9ef8840fcf36e6c3cb793ec266321f11e8cd4754f1fcf1c2137ce4da35fca925c5fca9544b3e6ad9263e5a49818fbeb68b8fb9b48c8fb967cec7bc5dc3c780cbf9333b7ff167f68df2b16193f9b30abefcb99536fc79d563fcf935307f41e1147f216882bf50abc75f68f1e4e36715f0174d87f98b42327fa94d85bf7cd38dbfdc709e4f387692bfa20cf3575239fe8a50c3274e3ce6932c35f924fb5b7c52e59e7ff2f9a457b1fc557b33fe6a8d039fac75934fbe718d4fee68e053d6b6f329dda37ccaa7463e5575139fba67359f1aff944f6ddec45ff33cc35fabeee0af81e9fc75f700fefaaf513ecdfb079fae7c994f2f7fc067a435f037eabff3370fd7f23747e6f19941b27ce6d1397c26b98ecf4a82f8acce657cf6f0053e67ce7e3e477580cf01f7f0b7e654f2b7a21ff3b7622ef3b77acdf93b4bdbf93b1b27f377c2a4f9dc309acf251ff377e53ff0775b02f97b9343f8fb272ef305726e7c41f31ffe816a0dff60dd08ffe0ab21ffe047025f689ecd176ef7e50b91037ce1f8185f3881f0c5e5457cf1f3537cc98df37c49bf045ff2fd065f9a6dce97de39cd97296bf36541ff5cb4e1cb4a56f365ffe65056adc597096e7cd944315fbeff105fb17a2e5fd1f09b7fa25dc457dfb7e26b1e06f23575617c4dcb57be5662295fb7f9215ff73a846fa80be71b9aaff2cf663ce39f8defe41b37daf04d3efa7cb3611ddf7c3f917fdef4847fa1b39d7ff1a3877f79e504df62aac3b70cb4f1af371fe75f6f9dc2bffed7e7eb172dfc1bc5a5fc1bd89e6f3df69c7f2ba3cbbf5d35857f9b55c3b7cf99e0dbddf3f8f66724dffefe09ff6e36c8bfdb2ecf035d777870ae340f6e9dc7831ec779f09a330f5607f190e1031e9eacc9c32bfb79d864098f9c7bc5a3ae293c363993c7a563787c3ecae316a63cee7083c713347862813e4fa84ce389284d9e6c14786ab5054fd9afe2e9cc3e9ed59cc5b33a2d3cfb679c17c6dc78d1e80adf9123c3775d5dc07f9ceacd7fac13f88fd873be5bd798efbefa92efce4ae47b3645f2bd0babf8de45abf9de864efef35b4dfe8b9e0effa5b08eff7a6b2a3ff8fb113f343b911f5ac0f34303abf8a13f39fcb7f6c7fcf7fc56fe3b6bc00fefd3e2870f20fc4fd7527e446b2bff2b693b3ff6dd86ff7ddf84fffd37821f3fb79f1f273df93f9d15fc848f22ff776a1cff375f4e9874fa8a20317ba620e1b55f90c81f10242a5e0ad3a6dd12a6edbf234cbbf52fbe98214c3fef214c4f0e10a6f38982a4599d20b9395a90f4b31766a27d8294f92a41eab1be2045e90bb3f412855987a60bb3c86c61d697c782f4a514419a3b29cc91da20cc593b4998f3264598a7b14398a7eb2ecc83b504990b41826c828720e7e320c8a715080bfc328445d76d85c58375827272a5a0fc384958323d4258d21326a8ccde2ca8682f1754f5b305d5827e41cd73a3a0aeba5d58aa52242c658605cdec0782667b94b02c9c1396751e17b4aa5504ed4982a0bdc642d036f510b4836f0adac83961c5ae5d824ea4a9b032204f58756b54d0335714f42ebf11f47e1708faf95b04fdf23f82c13239c1607dbd6030b05e583d6f8eb05a7640587df6a5b0fa57b160a8132d1886b2c21a953fc21afd77c29a284658fb295758b72a535867744a58f7ecb760a4da2d1845d50b468f7e09268ba70a2646fb05b30d898299ed7361135f2898c74382395a2e987feb132cdc960b16098b85ffbad60b5ba048c1cacf56b0ba7342b0229708d67cb3602dae13b69acd116ca64c126cce2a09db5269615baf8f60ab3b2cd8eedd21d81e93106c9f6e116cd14dc2f6a41061fb3b7d61c7e41dc20eed61c1e186aae050ae28ec2c5823ec7cb954d8f9215f70b293179c9e1f159c5ecb0a4e6398e07ca654703e6b203817160aceadd982f3e01561b7d53fa0adb067adafb0c7a558d873a848d8d31a2db8cac508ae412705d7326bc1954b14dc3a760b1e3be305cf8a13826793b3b0f7cb0d61dfc543c2be4b27857d3df705af43b982d7fd45c2fe8daac2fedcf382b7ae97e093972cf84e96177c6dba04dfb434c16f5187e0f7a5580858f0530858e22e04889385802fa070a8e8ab7068d04c38fc70b170580c1202e7c7088186a810681f271cd920211c19f4178276c4084191c142b096b210bcb55f387a61ad7094bb2884b85709a1275c85d07a0b21ec3024843f5a2e4498bd17221b4f0a274f3d174e9e3b219cc48d855399464294c27b21caee9e10dd5f23c4689b08319739e1ccaa5e2156fa9910fb465f8885b70a67e7190b67954f0967314c88dbf54288abdf2f9c9b1810ce2f3d259cd72685f3214785f3710b8578688670e9849d70f9719f70b970869010860b09f567842beae342a2a68b90b4ce4c48baa52324fd5c225cd50c10ae06480829f2de424a909290f2f4a890f2eab490e6365d488bab11d2270142fa868b4246d32fe1c6c346e1c6d81ae166c439e1e6e04c2133729e90792d56c88a3f2a6409c5425667af90edb841c859192ae4387e166e5d5b2adcc23b855b9fe7fc232fe42a540ab9562784bb5f6b857b4a89c23d1365e1dee639c27d576b21dfb0512850148502af58e1414c8bf07041a4f048ad5578e4af2a3c7a552c3c2e28101e175e121e3f6b141e33ba42a19a8d50b8464328dc5c251426240b45e6c64251b49a50d4775128ee3f27148f2242c9e230a124ca472849d0114a0427a174ee5ea154bb56288d7517ca328385b2516ba1e2869ef064c849a8345b2c54dfae14aa5bea849a9d47859a03f2428d4f9f5093b248a8f9d22fd40cdf176ad7160ab59bdc85da3dff09b5d96542fd0e58a8bf72536878784478baa35b783a20253ccbbb25345a4f151af7060a8d87b70b8dc19a42e38b41a1294251687a9b2534cf48169e5b6a09cfa131e139724278b1695478e9ff496891f3145a8a138557da9dc26bff07c2eb147de1cde741e1cdafef42eb291fa135f39ef056be5c78ebfccf58a9d0b67392d0e6ef2eb49d1e14da27ef12da4d4a8477d730e1dd78aa006c9f21001fd205d0e58900eeaf1340425980d6790ad0fa9d02e4bd5a809f680a706db500f7760af097cd0252be5f409515057473b2801db92a10abd60b24bb4da07d370accbfdc660a7e0b4ce57a81753610b8c90b05ce2d59e0bb6c046167a620f48e08e2a0b2d051f450e8a001a153de5fe85cf99fd079e680d089fa0aef65e6091f8eb0c2c7765fa1e7b893f0494e56f8a41828f4a6bd16fa7c1385beca9942bfca65a1ff5595d03f58200c189a08034e66c2c0b12661306da5f0ed919ff0fde85be1fb334af80eae1086972d1386792fe1c79244e187bebcf0a36aaff0e365a8f0e3ed6be1a7e47ae1a7fe84f0337a893012b84af865704ff865785cf8753558f895774d18751816c6140d8531e29d30f6c544f83d6f89f0fbf967617ce97b617ccf3ce18fabba307177a130f13151f8ebbc52f8cb2c142775ae1427db2489538cef88530a268953cf5f10a73ece16a73606891233be8812ca81a2c4e653a2c4e9365122eb82383df39228197f40942c414549901767a83d116758a3e28c230de2cced06a294dd79510a4913a53af5c4598a49a2749a8d28fde8a4283dec2acecefb29ce7e75429cfd2d499c532921cecd5c22cea3b2c5f94356e2fc611f51e68eab28f75f9e2877689728774a5f948b9d2aca1f5e2bcabf6f141748df1217ec911417780c890b6e7e17177a3e1415244e8a0a92b8a8b02d575cb42b435c1464212e7a765a54cc2e109596db89ca39f6e21245505c72a8415c92302a2ea1678b4b061d4595ffb6892a3b254495a64a51b5ad4254f3b415d5aa2a45f5046771e9213951c33b4ad4f834595ce6de292e7b35212e1b7216b576e7885a518b442de2b0b87c6e94b8bc5a56d48edf2c6a5ffd296ab3b9e28a8aafa2cec40d71a50b22ae7c6e20ea0e39897adf2e89fadb754503b35cd1e064b4b83a73a1b866ee5b718de50771cd512971ed124d71adbb81b8b64f5e5cb7c4485cf7255334ea4d118d6fc58bebed4cc4f5f7be8bebff4e15cdac1d4533a732d1acd757dc68ec2a6edc754bdcb83b44dce87a43dc341d153799dd163795dd162d663d102d7c8a448b9871d1e2e721f1bf95afc4ff6c168afff5d48a9b5ba4c42d07e4c52dc45cd12aae52b44e4645eb2a23d14676ba68a3f457b4d171136d227d449be80871dbc2efa2adcf35d1f6788268fb7396b85dbd44b4fb2429da5b9b8b3b646f893bf2f78a0e1a3ea283de98e8f84241dcb9fc94b8d37281b8f345b2e8247d487452f1139db65f129d2ed78aceb2cf44e7659de22eca457449844497daafe2eef4f3e29eadc3e29eef9aa2eb2309d1b5b04d74adb822ba297c13ddd4278b6e5666a29be32dd1edf813d18d64458fb86da247a98ae88124889ecbce899e7fa4c4bdf217c5bdd175a2d77f67c403f33ac503eb43c483c77688079fc1a2f72679d1fba589e8fdbd51f4114c459ffe42d167224ef45533137d4b00d16f3a22fa3d9016fd1e578b7e6d51a2ffd28bff5489fe91ef45ff7a35d1bfe78be83ff1430c28c6c5437323c54337df8887b2bcc5c3fb78f1c89a95e291a87f4acbc520bb013138efa278b4a55c0c098b1143e25bc463f40a31f454be18dabf540cbbeb2586d5ce1623f6298911c373c5e33aff89c7573a8bc73dd5c4e34163e2f1cc52f1388c88911f94c413a9bde249e910f1a4b6a67872e56b31aaf08c18dd028831722bc498658e62cce563624c2926c6400de2e9379c78c669503ce3c58b673252c4d87c03f16c9197786ef36df19c4b8678be3e493c8f5588f186f3c5f8afa878b16bb27869cb4af1b2cb393141fbb678453647bcb22c5bbca2f5474c4c3d2c26ed8b11937c2dc5642523313923534cd1fb245e539015afe9c48969121a62daad00313dab4f4c7f785b4c7fa525a6bfc91633565d16334216fcd327deb8f15cbcf1485abcf13540bcf1c744cc5adc2d664fff20e62c47c41c9bd5e22d2d0bf136f74bbc33f3a578e72c20de79df2ae6ae6b11ef9a80e23d89e3629eeb56312f445ecc3bbb49ccebbf21e66fab11f31f2e120b3462c582bf57c447071cc4474793c4c73e8a62a1d34eb1f8b08e586277422c71b82d96ae8a114b3d46c4d253bbc4d2b717c5b2752bc4b287416279ea3db11cd5102b1ce4c50ad0467c32d34cacdc672e5619e689554e8fc4ea4b9e62f55b2db1a6f88b58abb94eac0d7a25d6fe8817eb944cc53a7550acc34f8af546616203a62b36108fc4067685d8d0b3587c9aed233e7dce88cf567988cffeac141b1798898d092fc5262d67b1e9c15eb1e9e545b159a24c6c9ebd576cb6ce159b8f4689cda70ac4e6f8b3627366bef8bcd6597c0e7d155f04dd165f4eda25be4cf1105f1625882d2b75c516f184f8ca60587cd5ec2abe5ed02fbe76f824be3eac22b67288f85665b2f836c25c7cfbf991d8966428b665ff10db152cc5f63809b1fdcb31f1dd5249f15d6985084eba21425b524428b95a84587511995f27224b1111592d2d22513745d4bc41446fb98af887652279cc57a4ba9d44baac5564a4378acc6c5e64562f139933362293b350642ab345a64a516407e68becf70f22374314b9d5a122b7ae4ee48e9e11b9306b91fbd623f2abf78abcdf6a918fcb17f984ab22fff18fc80fac1205b3afa2607353146bbdc58ef03362077c4aecf4d6163baba5c44eb04fecbae727be375e287e5019143f647f163fd408e2075c51fc68f341ec7e992ff648ed127bb247c4de050162af82bcd8db3e5ffc32e31f734bb16f1e2ef6171e11fbdb57885fd754895f4f67885f3b5871f0f13771f067983838d2227e9bd4217eeb58247efbf246fc7e374c1cce7a2ffe58b447fc91db29febcd92c8e6cbe218e14ce17c7ccde8a63c7d5c4dfd99ae2efe12a715cc34c1cafb316ffcc46c43f461de2c47c4f71e24ca038f1de46fcbb4e57fcbb3b4ffc1bef29fe7da529feed68ec980228764c79ffa963aa767bc7d4e0b88ea9bf863b248e59764c9bbdab4352afae437293d02169fe2f8a073a666e0ce89899fb4ff9b38e99bf8f7448538e1db3957f75cceee53ae6e8ace998136adb31d7c4a963ee7f011d7347033ae615db77cc7f7ea9637efbe40e19a5451d32c3ab3a6425933a64b5a33b643dfb3be4e7c576c8eb6de95820f9a263819474c70225a663e18bdb1d0a5a6e1d8b666fe858b4daaa6391f5998e45fef61d8b9e7a752c12a23a149df53a94d2753b94fe3eed58bca7b44379e6e70e651b8f0e65d77fb16bb04375d2860ed5d6271d6ad3af77a8997777a8b92574a855b775a835c576a8db3974a8273eea502fd5e850af78d4b1748665c7d2b57f3b96b6987568847fecd0b8f7a743d36d5687e635930ecd0abc6399d9898e65dba43b96a54677fc8fe1fa00c7ea0b03008e94948cf64054f60c9591649368a850a244a5b4d3d69032222b15a5a494124d12458a4a9b8a06fdefdefb7e88d0bfe73ebfe7dcef3ef7b9df7bce79cf7bef31ee2b044c765b0326056580a97b166076bc1830bf6e0b589cfe0c58d4418045ff72c072d761c00a7f05588f1a0358071a03b6c7b601b6bfa2015baa0b98599f0ad8cdbc0dd8f9be04ecb60600f63ac980fdfd3780c3dc72c0e14c0d30fb720730bb7c12304755021c87fb038ec68700c7993680e3b63ac0497f32e074fc3ae0943d1f70baa406383d74029cc32200e7f04bc05ce54380ebf49380eb99e180eb97c3805bd03c60fe6e11709ff312f04466005ec341c07b310ef82eb5027c8f8d067ca1a780dfca5d80df5a5fc0bf3c1d08b0fc002c74968185193781c02e05b068eb786071da6860715f10b0c46f27b0e4a83fb024bb1f587af807107cfb0db09c7f08acb8ff0408d93c060885b38050fe2e10b6c00f08fb5c06ac9c5801acf6350122c63e0722663f0422820f0111bb37019123d280c859cb81358b7b803529fb8135bd6ac05af357c0da63a781a8238781a89a6c60ddf6cd40f4b85a20ba180362e67d006212b60231f80560e3660188cdde01c4be0d0436594c03367dfa0b6cb39a066cd70a04766c3d07ec4c5805ec04b2805d43d601bbec23805d4b4c80bd5a6381bd2bed80bd559ec03e601db03fea11b03fa903d8df11021c70cf010e783d030e24db0107d2560287566c0012066c80c361eac0e1f3738023d9f540622408246e9f091c5f3a17387ef02a70fc8c3970bc7d1a701c340592900220a9af1238f9751b903c693290fc7624900cee04526eaa0129651f80d4b87340eaa5442055ee06d2aec403a702438053571f02a73ec3407aea7120fdd7712043651c90b1f52390f1c416c840270019e223e0f49a514076be2e90a34a00396e65404e721d90537004c841b380dcc9f7815cf34d406efe56e04ccc25206fe43020cf2300c83b54059cd52c05ce6e7301cebe4680b33da5c039c362e0dcb69fc0b9471780f3133701e7af3401e715f640befd50207ff64c203fc206c84fe8000a8e5e020aaeef022e4c06810bbb11e0c2814ee0c24135e042fe0ce042f97ba0f05c005058dc0e5cbaff11b8d454025c1e8d01973d2381cb1be380a2b50780a20397812b6365e0eab00ee02ae80c5ceb4d044a669240c93507a0047d065cbf9c065caf5202ae7fee026ed48603a5b36a80d2eab9c0cd1d9dc0cd2bdf805bc506c0addb178132552da0cc0ef80706cabebe006e5f0f00ca973901e5274e0215ab8a803b7fb480fbd72280fbb70c8107eb0c80074503c0c3813b40f5ec43c0e38d22f0f87d3f50337e1150735d05a8a95a0e3c91ed81275d5ec0538b67c0d39034a0ded71c7856be0d6818731e6898ba0e68e850065e7804018ddf3c8126fbb1c04b652be065fb7ce065b711f06a3017786d4f00af1fde039a3f5b026f8a6e016f8734029f9af603ad67f7029f8fdc05be5ab9025f9f5b026d2347036d26cb80b64300d0566c0bb44fbf00b47f5f017cd33a0c7c5be3077c3b57097cdff618f82e7c007e74fe017eead4013f6fbd033a1235808ea259400752017416ec073a6fd9009dfc33e0d7942000c8d306006e0b0046be07e0a2cd00fc6c19804c570210fb3d0032a80aa0280860c3d70194f32f80daa20c50e7be01149a00d09ee7003af919c0e87e0298134300e64522c0fcf8f7a8a657003fb20a1076270352e54440fa2902f26814e81a9c0474b75c037a26a402bf771b01bdd00fa0173e00f48d0081be0f7ac09fd20940fffafd40ffe9f7403fa00f0c7a05824a068da052d91b5065c81350c5de04547968050e296803559fa883aad8757068441338346a0238ec01050e7b2183c3b873a09a6a15a8aed70c8e9847811a930470d4ae05e0a81e1ed43a6a096a4f7b016a872f07b54fa8833a871b409dcb1f409da635e0e8e9bae098acafe0f8ada6e08498fbe084eb6de0c4f254702259004e72be014e9abf0a9cb4bd199cecf61c9c322e1ad435ff0beade7d0aea7d5d04eac901a0c191dfa0c18393a0615d1d38ade601383d28189cf168003452bf0d1a59698046de6f41a3d83ed0e8592a68ac11f5cf27d0d8d31434ae5c0f9a1499832683f341d3d470d0ccf91768b64402cd9e13a0190083e6a9a341f38e2ad062c005b4aa0e07adcd168136d373401bcb77a0cd7b1fd0764c00689b3a04b42d9e07dab23fc099d804d0eefd31d0bea41bb4bf6d0eda7f1e023abcbb0ece8ae0c0d9cbadc1d9fb94c13923abc13951f740e7515f4017afb1e05c575dd0754107384f7f3438cf481374dbda04ba1516816ecf54c0f93b6ac1f9c7cf80ee4fac40777033e879400bf4fae407fa5cf3027daa0f81becd2aa07f4701b8a0c2015c68fd1a5c787a25b8a8f23bb8d8f633b838d5045c7c6608b8b4490b0c5e3a170c3ee00206e7de0797293f0697af180a2e0fbd062ebfd60e2e7f1408ae787d0a0c59f9060cb95e088694db83215ffac0d01d43c0d09e3830ec3d04aebcb6105c797b0fb8b2dd015c352e1f5c35670ab80ad802864f8c01c303f2c0d5c5e7c1d5df3bc1c89d9bc0c85f856024740b5cf3e901b8ee4818b8eea53fb88e2d05a35f52608c4a2518a3c38131556ae0fa767b70432c056e187400376a47831b0f9e04375e22c18d880a18ab8283b17adfc0d8ff32c058c917dcb4ec3f70f3ac43e0e6efc5605cb2111897d2046e6d5d026e0bef02b79f38036eaf9b0aee70ff57912729833b6faf0577e55b83f16519e0de8d6fc0bd7bde817bbf43e05ef612b8cf7c10dcd7f10bdcd7cb83fb6713e07ed766707f120d1eb0dc0f1e5873163cf0c2173c68130f1e4c73030f16cc020f2db1060f49d3c084f177c08405dd60c2f20030a14804139a5781876f5c078f7cc9008f8d390e26722278bc501d4c1a2581497a1878e27c3c989cad0726436660caae8d606a9036984a1c054f2d2f004fbdb401d3871682e9c42330636d019851bd1eccf863099e3ea00166ceb90766453e00b3763581b9f38e82b9f97660eea55be0193557f08cf71af0ccd577e099771fc0bc11b960ded4e7e0d99aa9e0d996b3e0593a10ccaf3f0616581d060b962c050b8af78117c13ef0dae342b0648b3b58b2ef2d5852ec0396fcd7035ed7990fde581f07dee035c0528da9e0cd061ebc397801bcd51901deea3f01964df7006f7f0e02cb3dacfeb101cb2f948015674bc18ae672b0e2432b58f1f73e78a7ed1778cfc003bce77219bcb76e1c786ffd54f0de9777e07d9d54f0fea1efe083f50de0c38323c187573dc1cadd1458f9c008ac6cb90e560955e0a37455b0da7a37589d16093e36da003e46d682355ab7c127ee46e093cdb1e0d3153fc1ba319d60dd9c73605d630a58c7e580f5318bc0672aebc067e02db02101049b66ff069b822e824d11d160d3f6a960534e06f84ac7037cd53c08be82b781af87fe019b2f2f039bab26806feb8dc0b7cf5683ef7e1c05dfb7fe013fb8b9811fa2ee831fcd26801f9d07c14f874e839f723dc14ff95660cbd919604be749b0358b043fff1708b6cdca04db1e8a60fbd874b0dd21076cdf760afc9eaa017ebff702fce1fa06fcf1e52cf873a52ef8f3e079b0639127d8115c0b766496839d2703c05f332681bf1c2cc15ff35bc05f9017f89ffe51f03f9fd3e07f0b2f80a0cd191032300121d308107a7619847e0782f8c6d920b93615a43c34416ad94c908a1240ea671c48e7d120fd4c0fa4b12290d13807b23e3741b6fe33c82dad0139e110c8371d06f9411c94ee058312d1034a83b34079fa2650760807e5535741b9ad07548c3407155356808a222f50f17039d8f56c01d83de92ed8edd30c76dfd5007b361f007b76ee047bf297803dd5f3c0dfaba2c0de0415b06ffb0cb0efbf32f08ff23ef0cfc63ef0cff6f960ff261fb0ffc9057040631838609c0c0e14ce0607537e81830d2bc0bfa6cfc1bfb30a20a5e1df20a5b9ed9052d51048d9ae0e1af2028354dd264143158fa161667dd0b033e7a161352f2035133348edba27a476eb11a4f635111aae1f090db7ba070d4f9806a92ff28446ec9c098d64bc210d6e01a4a9590869f995425ab5ef216d5f0ed2bed10fe9b80e403af373a13107e642632a0aa1b1c64ad038a7bfd08463eba109370568c22b189a683c169a1874139ae4fc1c9a74da179a24fe84267f8a83743d6b213d6547484f5f01e9e55c84f47e9641fa76a6907ec54b686af94968aad804194e9b054dd77280a69b4443d37d94a1195616d08ce4db90d1d06d9051c81ec828ac1b325a990399a8564026ae8390c9f332c8747d1064f67a1264beda12b238f007b26c5787acaa3641d63a5e90f58a5ec8ba671d64b36900b2c9ac866c5e844336cdce904d6b31641b73159a3943099a1973129ab98f876666a742339bec203b7b37c8eeb73b64bf680be4706e16347bcd4368f6df2468ce2523680e3004728c6e801c6f5c841cdf38424e430720e78acd908bd71868eeddc9d0dcaac790ebe24bd0bc6c04721bad09b9cd9f00cd679f431e59a7208ff3a190276a08792d7f0a79bb7d81bc77ac80bcb33b21ef1255c8bbec05e4b3260af289eb807c5ebd837cbea4433efde1906f6c26e4e76604f92564417e57b521bf775b20ffa01ac87f7f0fb44035145a30fd0bb4c079251410464001db16430179bba0805bbba0c0092ba0c053a950d0eb606891ad25b4e8c20b68b1af13b414980e05bb8640c171e7a1657b5ba1e5238641cbaf6b40219aa95048d67b28a441070a81764321a22914aa72070a7d09422bf76a402bef69412bffb38456cdb48256b9db40e1f53214fe6b1b148e6d84567fed8022aec643913396416b2c7e406b0e35436b63aba0284d5d68ddb357508cb62714b3fb2f14f3e016b43eef24b441fb1ab461d63d68c3fd2468a3f34668d38603d0a6f4d9d0a6f70ba1cd8bc74271912fa02d7a89d0d6be19d0b6d4cdd0f68223d08e830fa19d8b4ca09deb16423bb347433b8183d0ee7f391b9f6400edb13c06ed99391bdab3be16dadb540cedd39d0beddb350cdadfae0f1d18f2103a607e013ae0fa123a90341e3aa8b3173aa80f4309ef00e8b0c15ce8887a3c74c40a808eac5c0c1dddbc073a9a1d051d7d71054a3cd80e254dca80926ce642499e209414380f4a3ab2124aaa7c0d9dc8d6844ebc57854ebafd824e3e1c069dec27a064adf9508ad16b2845f80f4a9d6e0ea5c61b42699aed509af13028ed38059df2ee844e2d180765183c834eaf5807654edf0c659a3a4259f3ae43594fa2a1ec7f7996ddd208e5eab842b90983506e621a7446f51f67023a13e10a9d39d1009df99406e5a98d84f2329da0b3f523a1b36f1642e72d1ca0f3c90150be170be55fbc01e50f564305332e4005cf13a082effdd085a3e5d0a5d7d3a1cb93b742970323a1a2e186d0950957a0ab07d640578bcca16b730e42d70ecc804a421e40255147a1eb0d87a01b16efa01b2e955069d555e8e698d3d0cdadf3a15b865ba132871aa86c7f0254861940b777ee87ca0f615045f910e8ae4e247477862b74f7673d74572c81eefdd580ee2f9d0bdd7fb9117a707c2ef4e04e09f4e01d063ddc9b013dac9c03557afd842ab36f4395c5d3a12ad552a86aa8275495f807aabe170655f306d0e34b5ed0e33bb5508dd310a826a014aae97d00d5ee9f02d59ed5849e4c18013d39b9157af2d50d7aca27427573fe83eaeade40f5b9b7a0fabcd9507df764e8d9e806e859c159a8a16017d4207c819efbe542cf5b60e8c5766da8516724d438cb136a7c85428d6f46434d4ebfa1a6fdff414d6fb5a1971f4740af6c3ba1e68b93a0e6fa12a8f9fb63e84dee1fe8ed1e47e87d5b13f41e9d037dd8f616fae83b1afab8fa04f4b17c10fa482e805a8c4aa0d6e7e9d0e7150fa1cf6149d0e7176fa1cf7fb5a12fe72aa12f3737405f3ae2a176cb20a8fdbd16f48dde047d7fed057dff7207faa1aa04fd302c817e78a4423fb857d0cfa73ba1cefea910f8f40504298e4130751542646f084b4f8208e70d10d1e20e91ab9c20aa491362466c8298570610d71d0df1e9fa104fde848449132021c815528c738714b622d403b540bf0394a1dfcd3ed0ef7fb5be77f535a837a71eea9bfa0bea335f07f5d585407f0a2e407f8a6da03f0f8e42fd533da0fe7bcba181d147a081372034e8d0040d9e9d0bfd2ded8695f4ffc24a06d361a59cc3b0f2090c567eb21456eece8055825ae121c34ec14397dd808739fc2353b09ae16d58ddf0093c6244193cc2e6353cf24e10ace1ec076b7c9c0e8f32d781476ddd0a6b22b360eda23658bb2b1fd651fd00ebccff08eb48afe1318ba7c2633ac3e0b1e1d6f0d8ffb6c0e3bc55e0f18b37c0e3c347c0e373a7c2e3ebb5e00919a3e08915ebe18955143ca9dd179e3cad0ed6d51e01ebd67c85f546b7c07a1b1361bddd99b0de800cebafce87f5f37c61fd9b15f0549d19f0d4c28fb081c773d8f0f139d8b03e1f9e56e4034f2b298767d88f83672cf586675cf1828deece858db557c2c67b00d8f84a206ce662055bec8a842d1ad360ab9c14d87ac205d8fa58246c937b159e7959079ed9a602dbbd4c83edf515b0833f05cf2af58767359e821de78f861dcf8e849decd6c14ee842d8495a033bc9676097b20ff05cc76bf05c2f6f78ee6908763d71179e373d1b9eb7d4019eb7a61176eb4a80e72b2f86e75f5f00bbeffb007b78dbc21ecfff833ddab6c11e032361cfe89fb0974519ec75aa1cf63ef212f6aecb83bd3f59c33e9ebb609f4f14ecab720ef6bdb500f6336c80fdb6cc80fd2e3f82fd1aeec0feae47e1053f6fc2013b5de180a3997040b93dbc706f3f1c681b02073afc80033fbe8483580d78d1cb53f022b6025e9a910b079fdd0faf48c88243223838e447301c3ab60f0ed51b0a87992d83c32aa3e0b00e140e23aec1613402af0cf284571e9f06af32c88457e5ec83575506c1e15b17c3ab8376c0abcb52e108c3bd7044f21538027184230d87c06bfddae0281d5b38ca2c0c5e776025bcae24008eb610e068eff1708cef7438c64f038ef97613def02113de7844178ebdd901c7d2c7e14da3fe833705a5c39bbdc6c19bb726c39bb7d7c29bab32e0b84a55788b3f006ff381e16d2f4be1ed4973e11d5956f0cefe89f02e5d1b78f79e2278f7b76df06e210a8e37af80f758ed80f7385c87f7dc3d01effd6d0aeffd6b08ef9bc9c2fb9c4ce17df509f081a60ff081f749f0c123287c30c31d4e50f58313ae18c1093dbbe023b9bfe1a38fd5e144e5323851db014e8c8e86131f8f8313b901f8b896257cbc9582ffbd37e0130763e09387f5e193658d7072c7093865d94b38e5fa51383579269c7ad3064e9b1f01a7b9f370da5107384d61029fda7c093ed532064ebfa40367a469c119d73ec2a7873370e6984838f363019c35a607ce36cd82b3175c8473359be0bcb009705ec468f86c92319c7f3a122e98590717ac03e00b26087ce1803d7c511d842ff94e812f85bac097d355e0cbbf6ec3453eafe1e2fc39f0d5b86cb8444f86afafd286af678f84af5f2a87afbf3786af7786c3376a2fc0376d8ce15b7a49f0ad1c162e5b6106973d26e032d402befdf8237cf7c504f82e7012be377b337caf3b08be4f1d871f6468c195743a5c5d88c0b5cf97c2b53dd1f0932967e0a75b5ec375d874b85eb9027e76ed01fc8c980337cc70829f3774c32fea5fc22f0667c28df99be1c65be170936630dcf4ba027e19320e7e75fb10fc4aa1f6cf5bf8f55a097ebdbe0d6e5e1804bf35a980dfc291f0bb7f7d7f4f3bc01f0ed8c21f8fb7c11f3ba6c39f6ea6c02dfadd704bc34eb8b5e03bfcd9e93efc2533186e8b5a09b76feb87db1fabc2df765c84bf4904fc5d6f39fc7dff68f8fb83e7f08f9df9f08f365bf8a75c0a77ccbf0f77f89bc3bf887e18f45d04831f08189a3e0f868ccd61c8ec3b8cccb48391a57a301282c348d327189be300e3ab8b607c631b4c38be83896c092685c530b3af1866c3b7c0ec8fc5b0f0c01616c726c3a2610d2c3a6ac2f2f08db0dc52032b1e81b042780977bffd0df75804c03d73bfc1bffd77c2bf9714c2bf6b23e0df3dfdf0efbe4d70efda0d706fba2adcdb9b0bf74576c37d31e7e13faa0be13fc752e03fc5dd70bf6d0f3c10371d1e8cbd07ff9de302fff5f280ffa6c6224a3ade88d2fad18852662aa2acc521ca5f7e212af15f90214b3e224322b72043524f22434ade21aaea6710d5e43e64a8462232ccf405322cc70d190663885a8339a2f6330d511fae8ca8bf5a8aa84b75c808c0111969db8c68f857211a1be29051c7cc915185fec8a8cab188a6a13ba2b9f013a279fd2aa279f718a2937f1bd1e9de8d8c55b541c60ecf44c69a862163674f46c64395c804d7526442b3173271d21664e2f1f1c8a449b9c864ed4e64b22b854c3ebc17d1dd5b85e8cfd443f4d36444fffe2fc460681732cda81899f6351a99aef210318a5c8218d5c520c679b18889f708c46cca5bc4ec0480988f3747cca76d47ccf7fd442c86f720169b3d100b7c1762a3be1db1992520b6dea310db2dc7919901e9c84c2806b1bbfc1f62d7b10271b0fd863804f621b3f4f391d9c98dc8ec027564cea8c9ff2c46e64c8f41e6508d88e387cb88b3bd027166a720734dee2173675923aea9f9c83c2d35c4adb30b71a3a721eeefaa108f25bf118fed97118f7fcff51260c4db2f1cf17ed78cf83c5247fc827e21fefffab060c4686481d9366441b1331230dc1709b0bc8304bcdd8d2c2cef4202158f91a0897f90a09b4e4810b81559a4dc8d2ceaee43167b76208babaf228b9bd7234b2c67234b4a5291a53b186469ff0c24d87636129ce580045f5547969dfc842cdf6d83ac308d4542d2562021e53b9150a320246c882e12362e06099b1c8984d54c46c27aed9195c66791553a2b9055fa8ec82a330f24dc7b0912fef812122e3d41223ac39008bc17899cfa1f12b9760112d9381a5933ea05b2c67d07b226cc1f5993ab8cac75d446d6cebf8eacf5f98dacad798b44fdbd8aaccbac40d6e5f920d14abd48b4732712933e80accfaf42d65f7f816c301f8e6c880e45364015c84603672476e84d2476ec6464f38d6e246ed10c24ae6331b2c58d44b6449d46b69c7040b6b487235b9faf40b6d51a21db5ee823db90f1c8f65ddf901d46b3911d05edc84eb5e3c8ce8c7264d7d205c8ae7f31ee6a2b43e2574c42e2e3dd903db211b237ac0fd9bbfb0eb24f3f00d9671685ecfbd987ec1b9889ec2fbb831cd01e8d1c64559184d852e470fa7ce448e15ae408ad811cddbe1439762518495cf115498ced4392482fe484ca68e4c4feb3c8c997da48b2c55c24f9d47b24f9fa762465bc0d92626e87a4cc7e8ba46c364452a520246d4807726a9615927ef40d925e9486a48bfe4886c56924e3db4ae4f489c7c869391ec99cf116c94c7743b2234722d9577722d90f7e2239662b915cc749c819872224af1a40ce6dab46ceedf343ceeffa829c3f5a819cbf6a81e4dbc72205a012726115845cf8d3815c9cdf8d5c3c61845cfc3d1a293c5b8a149e33462e4d5c8a5c9a4c2245bd37902bc9b7912bb718e4dada06e4dab35aa424ba0329bdb01db939f11972d3a30ab999538cdcf2998bdcba188d94c5eb23651f7f22e53b82908a2fa7913b95d6c8ddf1c1c8dd102de4ee4512b9db3d1cb9ff7c37f260fa75e4c1d26ae441a61ef2e0eb79e4e13575e461ff12a4d27e00a952f647aab67423555818f228a4157974643952bde32352bd0f46aaefec47aa9bd2906ac11a797ce5245263ac82d4fa9b23b575bf912777d591ba0557917a7309a93fbd16a9e78c907a3e0a79b63811694829431a8070e4c5181a79716a22f28248411a2b1d90c6576f919785caffbc435e2d1a405e25bc465e3d30409a23cf226fe62a216f5ed6236fbdbf216f57d8216fa38f206fb76823ef9920e4e34e0ef9b817453e56ef413ef628232da112d25ab504f97c2403f95cc5239f090af9a23c0af9a2791bf9e27d17f992730ff9521083b4fd2bfded96e39076ab34a43dab0bf9e6ad847cebd345be8f0845bef744233f2ad7233fbe8e463af46c908e53f148c7336fa40348443ac7b348e7a70fc8af25ab915f17e620ffa99421ff659f43c0cd8711c8b31e81fe7b83c0b39e21b0d356040e988320150e081a6e8da0bc3782f65923784a1482d7bb204498214264e421e4ee8508957e19a1a71108bd620642576c4318f800c22e5f80b0e1f608db8920dcbf1ac9a9d7209cde7584733544040d0e114e7a20e2702344343f8188de9d88b8671922be7446c4ef5a88b44e1991528620529a2a223daf4624b91851d018a2e8fa88744dfa85f41c5c8df47c2c457e979e477a9b16217d4a3548dfc67fed9e70a48f8843fed475207f986f48fff434a4ff5f2deb7ffd1019d0eb4606555e20838b27238387f5512536061d5211820e9de08e0e9bea870e4be842d51ce6a06a677ea36a2fdea1c3dd0954fdd32e54bda7021db16f3c3aa2d4181da93613d5c87c8f8e528d4047f967a2a34a6174147201d5743d836ab5f5a35a7f4350edc81ba8767207aa9df5161dadab40477b79a3a315dee8980596e898b7b9e8d800041d07ae43c75ffb8d4e0a1a4427a7b8a0936f27a3532cc7a253f605a1ba3e6b51dde24e54b76a22aafb3604d57db706d56d2f46f56756a3fa6f5a5083cdc9a841d276d420d5163538af891aea78a3d37ee4a0d3a7d4a3d3132ad1e98fd7a333d443d119735fa33332eea2461b1fa0a65a05a8e9a231a86974396afaa30f35c59ea1e6bb9351f3335f508b86e5a855f015d46a7b3d6a0ddc416d7c2b509b2201b529f98cda7444a2336d2a513bcd8da8c3ca4ba843ae3a3aab31039d5d118cce595589ceb9da803a0edf8b3a6ae9a28e8708d4b1cc1d75723d853aa515a1ceb76a50e7bb71e8dc99f1a8abe61ed4ed42293abf3b1d9dfffb3bea6ef31cf5d8e8847a1a39a29e8d6351afc0a5a8afd550d4f7bc33eacb9c45fd1ec5a2fe557bd005be7d6840a4121a70ac0c5d98f90c5da8b88d2e1c9886069ed88f06de524303ef25a0412335d020ef6be8125f0774c9aa407449ec5c74c9cf6a3478ef0b7479db0974b9c2065db1ce1d0d315545435ba6a3a13f23d1b0a14568585a321af6e71d1a3e7b171a5e751b0d6fb884ae76ed47234ef7a06b884e744dcf5074ed221374eda75634cad4058df13886c69c5c82aef78c43d78327d00da67bd00d59bee886aa59e8c643cbd08db81b1a0b2bd0b89a5a348e798a6e518f45b7ba7ba2dbac95d1ed6d0ee80eab4be80e510bdd69fa188d5fea8cc6873c47e37f9c47f7a4b4a07bb21874ef645774af6e1dba778517ba57310bdda7d48aee330c43f717ae430f589e450ffcae470f4e2e470f5a1e400f666e460f1d29461376cae8d18056f468ec1af4e86577f428d48a1eb30c42936c46a349be5968d2e351e8094717f4c4d559e889ca1fe889ef5d688ac61d34256a229a3aa20d4d9d5d85a6d93e414f8d3d8c9e3252454ff95d45d34706a1e9bbb3d074fe239a61518766dcfc839e56764333c737a09901129ab90b4533f745a2995df7d11cfb05681ef6193d6b1585e63b6f40f3339ea305fa125a307d3a5a501f88167c7b875e48fe895e9032d18ba342d08bab33d0c27179e8a5c30af4d29fefe8e5a98de8e5f517d0cbf1d7d0a227bfd02b0521e895cf8bd0abc6b3d06b6344f49aeb24f45a681a7a6d63385aa2b61d2d597a032d8936444bba77a1d7f526a3d73d37a1d7b372d0ebe5b6e80da7c5e80d176df4865f315aaaf9192d7dbfee9f0fe8adc04f6899ef63f4f6d274f4f62377b4629f3a7aa73d10bd3b6a1b7a6f2788dedb6b83de4b1c8bde679ad007a1dee88324097dd8c9a10f89ad68e54512ad1a9b8256f9f8a38fb66ba28f8e1aa38f4477f451df68f4d1df3f68750b863ef6d3401f2f33426b9486a1b5135fa0b5077ad1daac6b686d693d5adb751b7dea791e7d1a9f863ebdb91eadb3b144eb169ba3f54143d1fa3203b4be7c08fa2ccf127dd6fe157d6eb9157d3e7f37fa426f35fae2f40bb4a905465f4eed405f5e5a89be1cd882be3aba137d75e503faeaee0ef4d5b710f4b57711fae6f21cf4cd473bf44d9b2ffa3e613cfa51ad18fd18f807fdf89f3dfa69fd4ab4e5fe01b4a52a1a6d79de89b6aa9168ebba40b4f5e03cf4f3d3c9e8972141e817a372f48bdd22f4ebfc5de8d7d3e5e8d7322bb42d7431da3ee12dda5eb200fd167e16fd96a88b7edf5f877e27b6a13f1000ed30de8376ccb7453b7e1e447fc127d15f83e750b0fd250a199aa170440f8aa89ba2886b0d8a9494a0a852048aee5745b1b43d289e9a8b1245ae28354642a9fa4928f5360865b6d7a2acd51d94dd771a65f30894edfd0fe57eb9a3fc5e0815d6be4585d30f51e16f092a8d5d854a4112aa08bc822a8e50a8a2bd01555020daa5158f769955a25dee13d1aea36568577a10da5de580f6ac5884fe866fa0bd6aa7d1de6545686fd82db4377535dafbe326daa7e18cf69d7446ffcc3988fed9e987fea9de86fe919cd0fef839687fd25274f044063a78d61f1dfca88dfe3d3513fd2b66634a437a31e584306c48ca6c4cb5f60c363423191ba6cb62c3d654606abbd2b1e1b6b331f5432730f51738a64e1dc746901ed8c8d2386c24b91cd35c6380693697625a1afd98d6dd4798d6e7264c5bd902d37e93868d1eb70c1b93f1101bf35a0d1bd3fc0d1b3be52336765a0936768d1536f6d4666c5cf8146c5c4a2936eee5066c7c5010363eed1536fe22824d080dc7264ddc8b4dbaf8039bd26682e9c64fc774f79ec274bf57617abe2998bece58cc50bd0933f4c230c3cbc3b069b1a5d8b49a3a6cdac74c6c46de68ccc8521d33d1bf8099ccd3c04cde4cc5cca20f6116d14698c5635fccd27b326679762d66a57c1fb39ae68fd9ec5a8ad9942fc76ca026ccf63784d91d8731fbb16330fb93fb3107d756ccc137177358a289391067b1591a7bb0d92ec5d8ec38029bf33915731cb10c73bc7a0873bab916732ed6c39c1f3dc49c3f98632e7b06b0b9ae0d986bd976ccb5c2139be79d8acd4b3987b9052bff1385b935d7626ea813367fdc5ccc5de930e63ece0573b7f2c1dcef04639e41fa9867b50ae6f5d008f3125660de1961988fba11e693ff1fe6d3cc62be5136989f2583f95d0cc3fcea2b303fbc1af3af7e8c2d9866842d702ec216c4915840ad2db6f06f291668b40f0b745c8b05e6166181f7292cb0e903160838604153266341fe57b045be08b6e8e220b6a8fc23b6e86f1cb664e8486cc99257d892724d2cd8f83916fc6b3bb66c34882d5bfa175b1eb01b5b5eee84add8bf1d0bddb8110b8d6dc5c23c292c2cc8030b3bbe0a5be9ad82ad2cb0c756d678622b5fbec55612ead84ab6125b657f0e5bb5e534b6aaf42bb6aa6a2b1631b4028b1cbf118bfcf10d5bb3b2155babf3055b6b7b065b8bfdc1a2fec51575ad058b6abc84add38ec0d6056463ebbe5463d1667fb1e88bb3b0f5ebf2b00dfa04b661c95f6c43dc356c43fd2a6ce3dc646ce36d272cf6e2136cd3d2f7d8a676556cf31005b679a6886dfefc18db02da625b1bf4b06d238662db9c2e63dbe21ab1edfad7b1ed6fb6613bc2de603baaa6613b5ee8603b27d7623badfe623bbd6e603bc393b19dc507b15d17dcb0dd2edad8ee2514b63b95c7e2975463f13bcf637b12af607b1aa6607b87c7607bf59f61fbce7ec2f695bcc0f6fdd4c7f64183d8a198262cc14e1f3bbce73976587c8a1dc936c58ebed1c78e52edd831c1124b1c7a064bd4b2c48ea7a2d8f1aa44ecf8bb542c69cc1e2ce9f009ec847a397622200c3b995d8c25d73861c91f03b094e1dbb0d47b7fb0349fcfd829bd7cec54dc32ec54890f963ebf11cb1cb51acb7c148a657d08c2b23dbdb0ec9f1d58b6a48ee5286fc5720eecc0725ed0d899d28bd8999b63b0332df7b1bce91496b750c6f2d6e96379bb3f6167759f61e7febb899d43fab0736c0176bee510961ff30d2b8c06b0c282efd8a58921d8a5f216ec12f1102b5243b0a2034fb0e2e8eb5871fb07ec2a658995e8146237b60761a5c36763a53334b0d2d42aacb4e53476d3e13c765362b05b6f6f60655d5bb0dbbacbb1db5ec55879e34cace2a83956f143c0ee389663774d4ab07be36663f787da61f703d662f71f6a630f0e50d8839e9bd8c384f5d8c3c40aece14d3bacd25e13abdcea8255664563959797609577dcb0cab65aac72401dab52f7c11e99adc01ec56ec21e657962d5e6fbb16aef9d58f582515875511c565ded8e5577b663d5a22356dd958bd518fa633589da584ddf3cacf6f606ec89e778ecc9260c7bf2a5147b8a176275daa558ddbff557d7e989d5f53ec49ef9edc29e9d2cc41afc9bb1e79a2bb0e7f444ec45c729ec05a48f35fe29c39a1c1db097539e602f3d1db1978f68ece5470e7bad8e61af0f3461cdc17658f3d14aacb950076bee2fc0de96b962efaaf3b177ad43b10f0b3db18ff38cb18febaab1d61d17b1d64c1fec33d3897d197313fbd2b709fb6a3e1d6b1b79146b8bdb89b59f5b8db55f4ec0be1ffe847de7a660dffbacb11f3e06d8cfc1ad58c7d51358a7c303acf36c31d6d94960bf987cecbfdbbed87f036918e06d82814d7b3088dc86217dde183efc3386bb8b18317e2e46f8b76204ef8151135f62b47331463f5e88d13d4f31263f0b639fcb188bfe87f1ad6618df8663bce486095e3226dc32c3c4e1db3151fb2326fa966162f0544cbc3e0993c04c4c1ea8c7e4bf09584fe90decf7fc29586f753fd6dbb00cebb33b80fd59a88afdd9968bf53f65b0fe410b6cc0400b1b280ac40624656cd0e40436b8291c1b7cd581fd5d7204fb9bd280fdbdf712fbfbd108578ad1c7959a96e32afa277015cbf3b8caa9667c88e5737c48a71aae1aa68aabde9886ab361fc4872e7d8b0f7d6187ab596dc5d5ceb4e16ac533f1e1467df8f06c755cbd6d1f3e22b41e1fb1f2223e724a0d3e72d01ad758a1846becb6c0352ec4e11ab5303eea3a858feabc8c8ffae58d6b3ef88e6b999be15aed39b88edf107c8cfe457cecf0d9f8d8d96bf071431af17113e2f1f15b8ee1e3b121f87859059ff0c81d9f20e2f8449bd1ffacc127ae38884f3c6b824fba1c884f2e1e834fbe331a9f3216c275d5ad71ddb9b371ddfe525c6fdf515cefe8767cea19037c2a04e006af8fe3869dc7f0e91abdf8f4e9123edd6a096ea448c38d0b5fe1c64f21dc18b8899b989fc5cde4a9b83989e316d3aa718bd20adc72ec55dc32f5276ef59cc2adfae6e0d639a1ffacc2ad7b13709bb959b8cd9226dc26e30e6e5b31059fb95381cfecf7c2ed46d8e1762347e37655a6b83df218779820e00e5f0ee20ef27e7cd6aad7f81c83127c8e6d0a3ee74735eeb8bc1b773afe1877faa88d3bc74ab84bd42fdc8532c6e79e988ccf3dfd12771de982bbde1e87cfd3fc0f9f17320577dba38acfdf178abb3b8ec5dde141dc2316c03d6ea9e29ee9bb71af4534ee5597867b3dc3706f979bb8b77710eefd6628eef3b403f71beb84fbe935e37ea6eb703fe777b8dfc0767c01648b2f7408c303edcaf0c02dc178e08f107c91e12f7c91eb687c7131802f4988c497d4dbe14b37a6e34bff5cc383a36ee1c1dbdee1cb7f69e3cbc52f780834020f8177e1a176597858603c1ed67d1b5f591a8fafcafd0f5fd5318087cf4dc557177dc4577f3f85474eadc0236784e291c91678e4b7567ccd9b03f89a964e7c0d178caf55f3c5d75daac5d72936e1d1564178f4da363cfaec693c6658161ed3f8065f3f7307be7e9302df289fc663f74dc5632f4dc063c1427c531c8c6fde2be25b5debf0ad903dbe551a8f6fdbfe0edfde790ddfb1681bbe33c108dfc9d5e3bb8cc6e1bbaccfe3bb505d7cf7c151f8ee564d3cfe903e1e9fe085c75f49c0f7e84ec1f73cb987ef35dc8eef9dbf1fdf7bf205bef77417be6f843abe2f7d387ee0ec39fcc0771ffc8062317ef07c337ef06a1d7ef0bb3b7ee8d416fc507f2e9e3039054f7057c68f2d08c18f2ddc8127056278b27d299e1c381f4f4e28c453ecf6e0293b07f0d4b5c3f05470199e2a04e069071fe319fffe3be3ea103c835e839f8e77c633fd47e2d92bcee2398c037e46dd153ff3b8083f836dc1cf88a1789ed5253ccfe3049e07e3f8d97f097ace723b7e2e71187e9e2ac7cff7bcc4f3e7afc2f34b2af1022b002fd87c0d2fb832162f9014f805a314fc02d9895f1c538717be9a8317b679fdabc0cef8e5492bf1cb7ac9f865be13bffc27062f4a54c38b8e7fc38b2ed1f815c38ff895e8cf78f1967f1e47e1c55d55f855dfd7f8d52c07fcda120bfcdaeba97849c92afcba1d87df087d85df080fc26ff4cec14ba73ec36f8ef0c16fa535e0b7be19e3b7c812bc6c6f325e76b511bf9d4ae2b7a948bc7ce429bcbc47c4ef18edc3efd615e3778991f8bdcf3bf1fb59d7f0fb395bf0fbdf77e00fb901bccae516fec892c01f6d2bc51f5d74c3abf53cf0c74792f0c790295ea3ea88d73c9a8dd7ce8ac16be3efe14fb4cfe14f966dc69fc408f813603c5eb7bd00af2b398cd7a784e0f5a9c7f167ca55f833ad45f8b35b16f8f38dc9f80b42076fb4bf8337aee2f1260b75fcf5a558bcd96b06fe66ca39fcedbc65f8bba9def8fbd093f8fbb4e3788bd750bcd57732de7a6b2edefa15c65bbf0dc15b7f6278ebdf1df8e7451bf1cfe113f0cfb75cf0afa34fe05f2317e26d21fa78fbc9bb787bb60ade7e2d10ff06eae3df2dacf01f5db5f8cf4d1ff09f371af18e4835bc537f00ff6fec641cf8198083677370f0ee131c7c20e0d08b1a1cb97f0047065fe028158463dedf71ace10b8e0fff37f1796d38feb41f278686e3a4432d4e164cc3c9ca349cf24ec3e9bbd538ab3e11e7ec7471c1c51617fe1da2f2505cb48ec7a52515b862ba13aeb050c115737271456021debdb007ef7168c07b367dc27febccc57fd74b786f6e07de7ba104effdfb04efd3ecc4fb16fcc4ffccd882ffb9ba1fef1fef8bf7c755e1fdffc664206a393e50390a1f3cd5820f162dc7ff1e2b2094aae710ca3604a1fcf11aa132610ba1b2fb20a1726029a1d28a13439e1d238608178921a28250ddf38250cd8688a1b9b1c4d0a6146298c91f6258700f31ac6f24a1c607126a8a09c4f0d1cec4f0e67c6264403431320d25463ef84868ec2d27344e1d22347ede2746adf72134b3b6109a77ae119a3dfd8456fc4642ebb13fa1d53e40682f7a40686fdc4568272084367492d059b185183df132316ec65162dc9ccdc4b897b1c4f88849c4f8f7c1c4840b338809038dc4a4b549c464fb2fc494b40f84eedc9b84aec295d0b73c48e8e73084fed71062eae46ec2c0429930e82c230c7efb11863f1d8969fe91c4b4e4fdc48cccd384894b02617296224cd83d84498f2a613a2998304d5c47981d7d49986b4c21cc75ae11e69ed98485424158196f23ac1edb10d6c70f11d6a7d5089b5613c2d67c2b611bdd41d8de72226c717bc25eb98bb03f788598354d8f9855174bcc9ed34dcc591f41388e89261cad930947ef76c2f1f119c2f1f312c2910b279cb4f209a7696b08e7a1e184b3ed00e18c2b112e738f132e1baa0917a68870e93523e646a612f32eaf23dc826209b765c5845be824c22d7107e1967c8470fb6d4ecc773c41cc3f124ab8578e27dc8118c2f3c044c2535621bcdeaf27bc4f45133e9f93095fd371846f4137e1fbfa23e1e76242f8953710feb6b309ffb8d7847fa30bb180bb4104d8de2102762b8880876ec4c22e1d2270bc0f11f8d589088a192016193f2016cdb522160768138bcfef2696d864114b16dd2096bcff452ce5ee12cb769510cb6eec2696ab4411cb3d1c8915d7ff79eb4584445811a14a8f89b04de7885519e788d516c789d53f646235b48c8808d125229e3612917b0f1191176a89c867b78835338f106b249258db3d8688d23e45444d6c20d60d6d24a2637d88e8467d2226f90411839e23d6bb5b131b267c2636ac97888dc165c446c48f889db58bd8143781d8b4ef2ab1e9e47462f3bc97c4e6184d62f3ae9dc4e6f3cd44dcfd7fdeec20e2dee6105b0e67115bcfcc22765856123bc768103bbb5289ddd57b89dd2deec4ee0e9188ff3d84d8b35c99d8b37b80d8939d4cec69f845ec01b389bdb9adc43e8b1862dfda4462bfde3362bfd724e2408f1571c8621e71e8e257222129974878544624e01b89c35321e288ca0ee2c82b4be2e8b004e2a809421c0d0a278e6d892312f75b12898fcc8844611d71fc8429713cd59a38fe6d319164ec4e24b98c244eee7b4f249ba913c9681b91cc471369a35289b4bc41e2d48f8d44fae55e22e3613b717af10ee2f4f64fc4e92633224bd389c8da974c64e5e91159b5f644f6ce3c2267b213916bdf44e4069a1267e441226f661b718e6c20ce9fd84ce4e7ef26f27b9613055b838902289528905611176292890b1b8a888baa0dc445cd77c4c5af3c71116c270a27181385bb1389c2ba5ae292d514e2d28d0bc4e50596c4e517125134e50271c5733471c5378cb8f2df59a258d597b8aaf181b83ad588b87af01b7135790c71edc245e2fa2d4ba2742d49dc74f4226edea7885bea99c42dcf52e216748628db398e284b984a94bd3726ca90dfc45dcb76e2ae9744dccdc826ee6bbd27eeffd84c3c0818473c58eb443cf8524e3cf8b5847838184554665d211e456f266a567e216aca22899ac62ca2762a4fd42ef0279e66f612756714445ded76a2ee451f511fe94bd46fd7279e8f31245e9824112f1ebf245e7ced221a83a6128d2b9a88a6228a6852cc265e0ded225e857612af0ab289e6916789e66d91c41be50ce2cd8532e2cd0767e2dde56ae25df36fe2fdc795c4c705cac4a7d219c4a7a646e2137f98f8f4e724d1e2fd966839ba87689db59f688d9789cfd3bd89cf7e8f882fa127882f842af175f14ea2cdfe3bd1963794687bf883687f68477c8b184b7cd7c922be4fe9227ee8ab113fedea899fc7a7103f3fb9123fffdb4c74a86b111d13ae101dd32f111d8fd6119dfe7144671448fcba709ef8d56147fcb7d98700343a08f0a80a01a5981150c16f027a624d405014016f5e42c0978309c4fd25816c4c27904b2e0452e5456027ff6d86fad309dc601b812f8009fc8d3f414e2823c8f83504994b10247a89a09e7e2128ac85a0b562097ae724827e9241d0ef2a0866661cc12cbb4f30cf9712cc9f4e822dc82438cbd904970e12dc4d4d82b77f45f0841f217ead27a4f9af0869f77a42ca2509a9ee20217dd025644a8350302d44d74407a2eb7e25d1bd289de8de1d47743fb94ef48c5c48f4acbc4efc368a227a439489de487da2f7983dd1fbf905d10bda127df468e2cfaae744ffa648a2ffe62ca2ff892f3110f387f8bbf021f1f78c11f1f7c91c5229f319a974c58454b970895429f62687d8b49043b6ed21879403a4aa70921c6ad9490ebbf79654db97450e9f9f4b0e67f44875c35da4fa8e2a52fdf866724468103972c8117294fa2152337928a9d9b297d4f2e448adc57da4d6cf75a4564f19a93d2194d49ea7426adffe4c6a377c2075dce3c9316aa7c871facfc8f163b3c8f15e3bc8091f9ac989fa9ee4e4e82872ca66819c726838a93be104a95bfe8ed4f36f23f50a6692fa861b48fd8248d240ef1969209593866bed48c39b9f49c36e899c76651739edc13e7246d46372c619053903b42667f4fe268dfa1349e3a24cd2ec913b69bee83969be2484343f974d5af85890162b42488bd658d262c089b4d28248abfd6b49ebf98da475b403699dbb90b4d1d5226de30f93b6642a6937720469bf102467d92792b3b65a90b36e9493b3f59f90b31d9793b317ab91b3778e22675ffa77eda92939bb7f093927c1919c934293736e7d271d4f78908ecd5aa4d3e841d269613de9bcc88f744909225d082d72aed51072ee0e2772ee410b726eea2b72ee2315726ea726396f3540ce932e926ec362c8f927bf91f32b7ac9f93f1f92eea3ba48f70fe7490fdb72d2639535e9518e919e6e71a427758ef41c1c4b7a0d5523bdf5d693defb31d257f73be96b7596f44d7846fa9e794dfa79f6927ee75f92fe0e22b940c59a5c608d920b22fe9dd77f2703083372e1aa67e4c24b79e4c2f68b64a059151958ed4306e904938bf44f918bcc1ac8c54a3de4e26125e4e22c805c32e11db954bf9b5c6ab3805c76518d5c9edc482ecfd940ae487124575c182457146d215780e3c89016990ca1c693a1a323c9d03bafc8d0faa564d8b23032ecdc0a72e56f9c5cbd53898c78ed41ae75b940ae7547c8a8f9c164d48edf64d45d988cea2b27d7255d22d7b1c564b4470619a3a243c6e84f21631a4972fd9725e446ab7be4463b677263dd2e32361f2537e507939bd335c9cd5f6cc9b8399e645ccb2f320e83c8ade7adc96dcbebc9edc36e91dbfdbdc91d07de923b5294c91dff4d2677561d26778d1c47ee3209257725bc2077ef5522e3572d24f70efb40ee9b3292dc77218adceffc89dc1f504bee97a69387546bc943ec6d32c1ea037978c501f268ac0179744b1979b4528f3c363e9e3cd673913c7e2c984c4a9945267d50224ff84e254f906fc893ca37c9930695e4c99a136472c5543275da213215ef27d34efb916979de64da571bf2d4a1a1e4a9afeee4a9c1b36486e969f2b4f73af234b292cc9c398fccacdd4666fdca23b3b53691d905fd64367985cc191648e62c352073672891b91bf2c933ff72384ff7297936e108794e239a3ce7e9459e0fbe499edf7c9dcc5f5743e6df7d4d5e1889911793f692176b6690851a1164618c095958d84e5e1ab584bce47987bc9463445efab7e62e7dcb272ffdda4e5e122f92978d72c8cbd765b2c8d7992c2a1f49162fd84e5edb1b455e7b96495e03cbc912dd66b2e4c876b2e4660179dd3e82bc1ebc98bcbefa0d7963f50ff2c69b0cb274d32cb2f4bc2f7973690879738b3579eb5f4cb7a8f764d908912cf31947deaedb41568c594556f82c252bb6299115ff159077e68f26efac5e4fde5d7b8abc7be22779b73d95bcbfb89fbc7fcc957ca0e64a3e7c87920fbb97909511866465610b59f9c586ac84279255515e64d5892af2d13a947cf4e630593d6714597d3884acbe309cac8602c8c78620f9b8f9345933e1385953708eac9d7c99ac5d124d3ed1e8269fa073c8a77afee453374df269ea0bb20ee8279fc5c590cf8e516483e755b2a1389f6c009e928d0734c8a6794164d3bf71680ad84f367d09275ffb17926fa2bf92efa66493ef6bbe921fbe9c203ffabe223f9e9af54f0ef9292a9efc94ec4fb6f8ec275bbd8e90ad7dd6e4e7497bc9cf0baf929fdfc3e497fa1fe4d75761e4d7963564dbf000b2cde825d93ec7946cff9b427e7379467e2f4a257fe8d4913ff35ac88eb1f7c84eddf16427a743fe329845feba1141fe6a194bfe0260f2bfa14624b0652d09bcbd49821df34938783989e8cd25115f6312b9cb91c8ef62120d3c41a2ebb548ccad82c43525125fef4ae2673792f8cb7a9238ad4492bfdd48e6394cb226c524dbb294e41a8e9142651d294e2c21c5784352916d442abe2d21bb9ed7905d2fe7925d740cd93dbf96ecceed24bb2bce92bf872d247b8feb917d0625e49f4847f24f61133910ad410ebab492830507c941b480fc9b329dfc7b99a1941e3a51cafa5b28e5a92329e55f6694caea8d94cab1124ae5de0c4ae5dd6c4aa5cf9c1ae216470da956a654f78651aac76752aaed4ba8a1531e5043ebde536a51a1945aee174aadad9f1a5e7a951aae9842a99b68501a93516ad4dc4794f692564a277e31353a7e1235267f1e3576e4476aac8b3935969e4a8d332ea72654cea3266aa1d4c4f89bd4a4d13835f95808351931a026f347285da51d94de84d1949edf654aefd55e4afff2744abf6a37a5cf33d4d4ca7d94c1d462ca60570165a85944194e5d4819aed0a10cbf1ea6a6155da6a66b6452d3a7fea5a65fbb4519855ea08c1ac328e3e042caf8781565dabe8a321baa4599950094d91b90b2d0fc46591c21288bce0aca02b84c59ed3f4959dd8ca1acfef3a2ac77975036e23bca165a43d9399da2ecf7aca1ec4bbe53f6d7a752f6f038ca618b27e5207851b3368fa4661d69a06665d451b36b7da8d90d91d49cb98728a71c9972368ca69cbff294cb7235ca25e539e5f27005e5f2a89572a9ff778d0ba0e61e2fa75cf507a879eef994db8431d47c557b6afe856994bbcd75ca7d364679eeeba03ce5eb9467af0ae55da644f9846fa57c5e9da37c476551bea122e59bb083f26b4aa6fcf7e5520b56aca502ca9ba9852aefa8853a4dd4c21bb3a885e543a8855f4ba9859d1954e08b595460ab402d1a674e2dea994a2d3e36815a9220514b32cf53c1fb4aa9654bd653cbcadaa9e5713154e8e1362a549a4f85fd5a49ad3450a5562e5f40ad1a964cadb2b5a2c20d202adc12a6c29d0aa8f01567a870bc950afff3885abdfb2fb5fa501615f1559f8aec1a4dadb19e40ad490aa3d6fccaa5d6693ca6d6054fa5d625dfa7d6bdf2a0a2e5282a66f4732ac6a0868a315b41c5c41653317b73a80d93e2a80d991fa98d2f202a76772fb5e9d500b5796631b539e01db5f9ce412a6e084cc50d7f4ec5ad73a4b6accca3b614eda0b6262552dba6cca3b6e991d48e9ac7d4ee8d3e54fcf46f54bc8d2b157fe035155fde44ed693a45ed5d1648ed33aaa0f6f93fa2f6857a53077702d4c1813954c2be442aa1f82295f0a08a4a686fa512644f2aa1f73d75b8cd8b3aa208a78e3a4ea68ebaeea58e623ad4d1ae302a31e53895d87e8a4a1ae24b25b99451491d1ba824ee367562950f7522f90c75a26b3b95ec8d51c96b5e51c977eaa814d559544ad75aea94ea512add6a2295de9d456578a85219370affe9a74eab3b53a7ffd6539989b7a9cc93fd5496463d951d348aca7e2a5339c1cfa933b9eba83cb3b154deb2d954dee18dd4d945ffbe3802fe50e7cf5751f9534f50f9877e5305d197a9824fba54e15194bae47e87baa2934b5d193b89ba12b9972a9edb4115a371d455876dd4d5dc7aeaea5b5deada6c822ab19849952c9c4f9508e5d4f50d27a9ebcfb753378693d48de908756389177523b3862abdae43dd7cb899baf5f12a551631892aeb794add2edb4d5568575215a67a54c5a27eea8e4f2675e7762275073843dd5d9d42ddbd9148dd7f3c40ddafb5a01ea87b510fd745520f5f3fa12a27bb51954fb3a82ae504aacaff1b55edb192aa5ec650d5ab965135199a54ed980d545db81b557f5199aa7fca50cf34fba9672957a967693ba8c67b3e54636734f56aca1eea75e609eaf5eb7754f3bf796c3e379e7a13b49c7a136a4bbd3d7b8c7afbf801f5ceec09f5c1711bf521be91faf0be92faf0771ff5d1fb37f5e9da54aa25a3916a690ea15aa36da8d64f69d4678b68eaf3cfc9d49729eed497c70ba9af5118f5b500a2be16a7536d4515d4b76114f52dc981fad656427de3ef53dfbbbaa81f666ad4cf699ad42f9311d4afb55ba9ffa2780a50de4501f34a2820f10805ea6751e0e67f3e785350d4310a3a534f41571f5110da47a1bb040a0beda0b08a0f149ebe83c25b7a28bcdd982282c2292274264514f8fdb387223f5da2a8894a1495e24c318b098a691e47b1eb4b2876cb118a4d5f4ab1e87b8a9bfc81e266d5535cc02c4af0cba0e4739ba8ae55aba8aed474aa7bec15aafb503dd5a36c42f51846513d3e13a89eb333a89eebcd54efa322aab707a5fa865da4fa7437537d711235f0ec1535089da606a5dbd4df23c3a8bf3516b4d2e8e1b4b2511dadbc7b3dad8c2ca1552a2ce821ab94e8216f27d1aafe5be8a19312e8a13f76d0c37ce7d1c3b677d26ae5176935e425ad26f0f4f0471eb47a61193dd2e52bad91319cd678f095d60c3d4f6bdef3a3b5126c68ed095369ed7521b436614eeb1cf4a3471bffa047ef0aa44767fef398a0c7ec37a6c7c26fe889e607e849ba33e8493e63e8c9216df4146909add76845eb816368039d55b4819f266df0ee076dc00ca30df74fa1a70dbb45cfb05c48cf78f994361ab19f36ca19451b8f3b4f9b44a7d0261f26d2a63b4a69d3d79b6933eb89b4f9e662dabcfd306d31379cb688cda62d3268dae2c170da726b086da5fa88b6d288a1ad1c7d686bdb43b49d1649dbd941b47dd910da9e34a41de67ad30e71a7e8593ed3e8594d5be8d9f157e839e3aae939b3eae939b76a6947bb5edaf1e256da09bb4f3b3b7da29ddd37d1ce2716d3cee017dae5e00bda0570a15d708a9e9bf3849e0b35d0ae4e3ab46b224ebb166bd2f39267d1f3ea6ed06ee6beb45b3e4abb3d5848cf2f9f45cf6f394bbb071ea73d322d69cf050b68cfba76daeb91447b3bdfa2bd031a68ef0b49b477671eedb37180f6796c49fbc69da7fdc611b49fcd0eda6ffe03da2f6406ed07f9d0fef25a7ac1fa647a011e4b079c5c4e2f5c7b8e0ef432a103ebefd3412f22e94537bfd38b5e26d08b77bea017dfa8a0971cb2a6831711f4b2757df4b2efbbe965f2387af9fc35f4f27dc5f48aa5def48ae58be915094be8151946f48a9c2a3a647b231d1a5e418735cea75782b6747854181d3e984daf6e7e47af6662e9c853d974e4671d7acd8cd17494fd443aeaf4793a0a184a47fda1e875069fe975d797d0d1c31be918cd9174cc9d083aa6e6171df36e39bd61b811bd61ca0e7a83ef057ae30e757ae3a16a3a76d75b7a934b32bd8938416fbe7a85de2cd9d39bff18d1717333e82de1e5f4d65f6be86d7b5ed3dbd2c7d1db2e3ca4b7fdb783de1eb185de5ed84e6fffb999de31f424bd43673fbd23f034bd73c7137a67fe227a675d3abdcbee0abdebf3667af799703ade7c121def9943c7afd4a5f78cb94eef8956a6f7dab9d17b4f1ea4f79e0aa4f79efb42eff37e4eef5b77933e2852f4a1f8e7f4a1a709f4a18f249db0d0914e083d421f2e0da68f0e8fa28feee2e963fa027dcccb924edc13431fb72ea48ffb15d3c73fa4d2498ed1f4894357e813b9afe894a907e8d4612a74dabc043a6dc30a3a3df2159d7e6d169d2e9da7332aa7d319cdabe90cb685cef4c9a633771bd359fa0fe86cc75e3a7bdd563afbed563ac7a089cec9fd41e79c5f47e7b48ca273ff8df59998d774de32843e3b76337dd664177dceb2993e97ac4c9f9f12489f073de8fc893fe8fc6523e9821073ba706f095d78f5037d6986097d2971237de96c255da4fa952e1a534d17e99da68b4e18d345afd4e82b6e2c7d25640d5ddc18465fddb59dbe5a738dbe762e89bed6574797ac5a4f97642ad1d7df0fd0373222e99b1601f44daa88beb5c987be95b383bef5e71b5d8667d2655d19f4edbb4a74b9ff2cbafcc463fa8ef710fa4ee627fa2e7686be377b1c7def541f7defba277d4f0aa6eff54da1ef1f1a413f4c33a22b5b3be8aab50df4a388c974f5feb1f4633377ba463986ae2950a16beef7d14fa61da39f38dca59fbe76a3eb6c7fd1754ed674ddad62babef310fd6cba443f2b1f453fd78ba29f9f5d4b3f87ece8e7b406fde2d03dfac5d510bad151976e5c144837bef1a11be150ba69c61fba699336ddf4ce9f7e39dd837e75258c7ebdf211fd3a6236fd7a6711ddbce417ddfcbb887e139a4abfcd68a3dfadb843bfab6ea5df35c5d3efd526d1efef7ea7dfbf2fa63ff8b5d11f22efd31fef1ca23f3658d29f144fe916ef2974cb5f5bbad56601dd5ad9497f9e3b8ffe7cfa1afdc57803fd257d3efd054fa0bfaacda0bf5af7d15f770da1dbaebbd16d772ae8f6b00ebafd9b17fd7df023fdd3ef0dfd33603dddd1ed4277eabfa47f25c1f4af334fe95f654769307d110d9eeda2c1f30e3494bdf81f9286babd69e4fc7a1addf58b46a53e1a1b8bd0f8069ac6d10b34790ca1a9c51a34256bd274ec349ade7e8da6e30368b6eb04cd0da9a7b931ba34375683e67cad682ec89be60e44d05ccb3c9a17dc6961ec105a3c9d474b3bded1d259435afa709f967e76d3b2de555a764ba3e5457f68c5b12cbadb6e1bdd336c29dd631d4af7f4aad3bf35a6d0bf0f15d1bf736be8df830674ef0798ee33c9a3fb2c7ed17d211df41f9df9f49f3d27e87e4b77babf7811dd0f24d203c901f4df690be9bfab4318a5d95b19a505858cf2923c46c5826154af7f6654813e46957fcf0c0dfec60c0baf66861de51835d5a58c9a462da3e614c9a8e5a7306a05c18c1a6acc0cb7ad6486d7bf63d49d7518f58bb58cfa33841931dd9919e1b295d1e8f66746b91e6446dd4518cd87898c96713ea355f1af7ddfce68fd98c3685bac62b4b737303a87c7333a29f7993141c798318dbecc981fbf99718641cc388733ccb885a398f1f78f31130ebe63268d1ece4c8206195dd698d11b11c5e85d4d65f48d3419fdcdf18cfe495346bfbc9b991ab08d99ba348331d85dcb18a4383206778a19838e4d8ca1c11ac6d0ef3463789062a6ef9cc34c3fb68199f160803131eb624c529318d32825c6b49e67cc9a7f30e6afae3016fefb198b573e8ca5e8ca58f9ae63ac0f75333631b68ccdc63cc6d6693233336a3963677e9bb1ebce671cc2c7310edb4866d6aa5666d6fa6dccec0e37668e6d18e3f8dd9071dae5cc38a58430ce86e718e79518e35c69c238b75a302ef6a58ceb670b669e713a33cf732733ef2bc6cc1bdccecc0f8b60dc4deb19f77a7fc643ef37e3b180623c8adc19cf5502e3d9f88cf132b164bc3a5730de3fec186fca95f1b1dacef82027195fcf4ac6774706e377a484f1cba864fc0f1b33fe95b799806b5b9980be2fccc2bf9b9940cb462670208c09f25fcc04e5ef66169907328b8b1a992563d6304ba74633c1b6cf99e0882d4c705606b32c50c12c8b3266969dffc42cfbbe8759aeb29759fee42cb3bcff00b3625e12b322b6810999e2c484acfbca84c48e66429e7830a18a354c58cb636625399b5949b530ab2e3633ab2e9732abfab599f049b54c848b2a13b1388889b8fd8889686a6022232d98c8e39b9835330799b58e5b98b52f3d99b57f17325136439918fa0113d31bc06c3849331b0a3d990dbf2966e3b6a3ccc6679798d8a1e7994deb1d984d8f0066f3045566f31d1526ce308589fbdec36c71b8cb6c894b62b6404b98ad2a17996dad9f986ddc0a66bba729b33d1867768e6f6676febb67d7a15266d7d5f1cc9e49edccdee12b98bded39ccbeaefdccbe81c7cc4193a9cc21072b2621f40393c06f670e6b0f3247620c9923602973ccf02a73acbc8139f6ec0773ec4d0b73ecfb12e6d88f994ce270372671ed1826f1e734e6f8bc55cc71ff6bccf10a2fe678c336266924c224adf765920e5530492f9d9913fe279913e765e6447311933c7721931cf096493edbc4243f3060524f2998b488a74c5af45626edfa41e694b72f730a7ec1a47b5a30e9c1f7998cbdcecce9e16799ccc66c26cbea349335ff1b93957493c97a0c305935ed4cd6cbc74c4e7a2a936b18c6e4ce79c9e47ae433b90bda9833c635cc19d76dcc19791f93b7d988c94b3ecfe4554f64ce695e64ce4d2d61f27d5e31f95b8630057ac39982e5be4cc1f6fb4cc1470573e15c005338dc9c298cffc85caad0632e1b473197979f662ef7be602e0f9c618a265d668a1c26334572087365e46de64a5311539c709f293e769eb9ea9bc55c5dd3cb5cdd64cf5cb328614a8873ccf56d51cc8dfd9399d21f13985b473a99b26549ccedce854c79e225a6fcd45fa6c22f8ea91020e6aeff74e6ee8644e6de1a1fe6be5f02f360fc12e681911bf38022988776939987b90b99caf8114ce597db4cb5953353bdb682a93e399279f2f01153b76080a94b39c2d407ed671ac61f601a564e611a8e57320d676b9817238398c6441fa6a992619adeab332fcde29997bbcb9997c591cccb26907985de669a43f733cdab6c98372f16316fcb9e33ef34df30ef26c630efac9f30ef124299771786321fc6ab311f74c3984f596ecca73b32d3b2388f69f5fac4b45e5cc2b4de2299d60776cc67c3d7cc97d79eccd78c5b4cdbe45aa66d8ac8b40516336d69164cdb0794f966f89df976fa2ef37d623bf37d8133f3033dc6fc1ce2c2fc2cfad7fed2653af66d653adb13994e7224f39fe633e63ffbb90ca0f1840166be66c0d0d90ce4a1cec0872b18c4509d4157400c7a723183ed8a60f023710cb1b48221624731f4add30ccdd4304cd87786897acd305b8f31ccc015862dd365586017c3c51532dc656f86b7bdcb089ade8c302184114ea530a26529236edbcfc893b7300ad37646d192c27479ff65ba23dd99eeb6534c373c9ae959728ae94932657a1a8f30bd4acd4ceff3fb4c5f7c23f3a7600ef3e7bac0f45f0b67fa3f2431fda20133e8339a196cd8c22a4d0a61956e05b2cacb4fb3ca5b1eb02a7762d921a76eb0434a7259559d7e76e8e8e9ec50db1c7668cd347698a9c00e0be967d58c6d59b5d9ef58b5b5b9acdac339ec70d547ac7ade667684cb1b76c4653776c4db2decc82892d538d1c36ae6c4b3da7e32ab7de114abf31d65471fbacc8e29f560c70cfab263cf4e60c72937b1e30c2fb3e39caad9713d6bd871bd7decf8cf2bd9f1bf9eb313d65c66271c3dc14eb8ff8b9de8fb829d647f849dbcc69e9d5ce6ce4e2e3fcb4e6eb563a7101b58bd5530ab5794cfea374c670d7aa7b0335c96b246a1306b747a2c6bf476226bec35c01a375f654d94fb5813e9226b3a84664dc3ea58d384a3ace9cb89acd9ace9ac597e376ba64860cdd757b116f31fb1169bc2598b67cdacc56b37d6a27d146b695fc55ace2f64add73e60ad2fcc636d6240d626db85b535b9c6daba64b1b6ee4fd8993d59acdda814d6cefc036bb75895b52b7cc5dad5abb376d82cd67eb09075703dc83a7cdccdceea306167e7ef64e71cf5601d478d661d8d3fb18e397759c75657d6e9d938d6d94ec13a7b1f605dd6abb373d50eb3734fb9b0731b67b0aec977d979463aecbcfa4876de5b7b76de7f4f5937936876beb63d3b7fd76ed63df932ebde7c8ff5743161bd9c33592fdc93f5d60e677d921fb0bedf8b59df9f1758df5e8af51b3681f5db2ab37ee770d6efc939d6dffa38bbe0df563cc059850df07fce06c438b101f12eec42cd1fecc265b7d985697fd885150a36d0c49c0d5c39c806751d67837a46b18b1296b18b6e1ab38b2a67b18b6a33d8c5e326b18b438fb34bc73f61977a4e60975e686397be1cc90667eab1cbf071ec32ca8a5dfe5a66576c4864c3747836ccaa8d0deb1eceae0c1ac5ae3c9ac586ff20d8d521beeceae3e5ecea224776f5d71c3642fd281b61388f8d4806d9c8cf01ec1aed5a76cdf661ec3a351776dd8e6fecba43f7d868ef62767df86f76fdb12876bdf892dde0ddca6eb86cca6ea8d8c36ea8fdc46ef8369dddf8f934bb51d1cec61ee2d94d5519ece6e16dec66db6e7673f5757633789e8d9bfe878d7b55c66ef9b189dddabc86dda6e7c66e3b3586dd7eea2fbbc36d2abbf3ee3e76e7c74c7627b594dd350c6277193f6677994f64777965b0bb559cd8dda39fb3f1cfb6b27b0f1c64f7d67f60f70d5bc1eeaf8d630f04ee600fcdcc620f057e660f01f7d884e5fbd984aa83ec61831fec61d98a3df2ce903db6c8963d961ccd26060d631363ffb539d9ec717e239b2419b0277cefb127921cd893f5796c72ac359b4ceab32919f3d8b4e5466cda1e883d7579019b312388cd30f6604f7f8c63335b28366b83c0666d5ec566557c62b30356b3d93193d8ec73ee6c8e790e9b131ccfe6944f6773aadeb0b90389ec99c66b6cded02e36efb5137b56dd873d47cf60cf5b2e62cf07116cfe887636fffd5e361fc2d8025755b6a02e822d400ad88b278dd88b8f7eb2859a27d9c2f3b7d8cb76dbd9cb572fb145e9ebd92bfaceec954573d92b583f5b3ccb8b2df6fdca5e7519c19600716c6944145b7aab94bd691bccdee478f666b7375b3677085bb6a0872d6fa5d88a7fb97567e273f68ecd37f6cee560f64ef56ff6eef2f1ecddd5087bf7d051f6dee818f6decf83ec83c00bec833d8fd8870768f6e1e366b6d2ed3efb688a35fb88d9c83eea7762ab63d2d9eadb71ece3c4a1ece3b3966ccd1881ada91dcfd6eafc606bf51eb1b597d7b14f6ab5d9272f1fb14fdf8e63eb9b40b65e04d8e7da38fb7c9316fbfc5517fbfcdd2cf679cf66f6c5c6b96ce330866dd4bcc0365abc601b8b6fb18d75566c93f135b6c97b3bdb044beccbd260f655db5ff6b58e39fbda6313fb7a7d33db1c389e7d73d28c7d7b4360df5936b3ef3eb4b0efdbc6b11f948cd98f012bd84f23ceb12d1607d8cfba85ec9749b3d92f2557d8afe3c3d8af4e3bd9afa54bd9af9407db367b19dbb6f634db76278dfd6613c97e9b5dcb7ebffd9dfdde2eb23f1cc2d9ce981eb6f3f271f63f556df6bf7feb06183f9f052eac67c1dc872cf8438d85ce5bb0f0f06a167e379b45a699b0887d368baef8e78ec462137eb3d8f5912c3ec184c5ab46b1245fce52f350960a79c652350b59ba328aa5dff9b1acc35996ad886239cb1b2cb72495e51f59b27c871e2bacfec98a9a59ac786a372b76bab0526622ab585ac72a42b559459b12db65a0ca7655df67bbbe1f61bb33ecd91ea697ed1dadccf6a6c16cef679aed1b57c1f6d97bb37d6707d83fbf107620cf801dfcfb8bfd1bb696fddb2973ca2638a71c18cf29ef78cc29ff8ce754cc4d3895b0544ee5783a3724e0dff6edd46f6e48a53137a4ea0e376cd3234e2dc88a53cb5ac50d1f4770c3674770c3d71ce386c7e771c36f9a70c385919cfad8479cfadeab9cfae3719c3a34971b31fc103762da0b6e44993fa7a13284d3183f99d3f01ae4343610dc288f27dca88eb5dca86e2b4e6b5e06a7b5af81d3be72931b7dc8851bdda9ce8d3d7f881be752c18d4fb2e3c617e0dc042d949b60be9d9bb8b8909bd431969b5297cee90e3ee0f4ed1670fa3fd2b9a97123b8a9f07cce60b61d6790a6c4193c19e00cfec47106033339c3b96a9c61fa39ce1040384388e50c078e70d34d716ebaf90ecee8880967f4578b335639cb19ab3de08ca5499cc9b0279c09ddca99be0be34cbf3ce5cc944c39337317ce2cf83fce2cc78933fb708a331b1cc199ab9873e67d519ca5d556ce0a4be06c768fe46cb202399b522bce4610b999992d9cdd935d9c1d1ac8d917f972f6ef0d3807f79d9c438807e7f000e0e668cde6e6184570730e1ee21c036f714e65a33997971fb8b9f7c238d7c94b39577815374f239c9b87bee7e6f527726eabee706ee9df39b7f7e69c1b4970f393fe72ee9aa738f7a8259c7b7317e7de7687f3d06be43ce60ce53c171ee6bcc24c38afa87acee7e97ace4fe71ae76f9bccf927cde00226ab720136f95cc026960bd837855bb8ca970bcc83b820b7375cd0024d2e68912fb758ff2cb7d8e71cb778593fb7b8339e5bf2e314b7b4c3815bfad7890bce6ee5962dbbc82d3b1ac62d3bdfc52dcfb8c72daffcc9ad3089e5563cd2e2429c777021695d5c4806c7853ada70a10bfbb9b0d9295cd8757d6e65a615b732df9a5b59f5835bf96b13b7aa4d930b8fb5e2c2cf5b72e19f096eb5e5032e626a3317b1682117b1f83c1701997191cb3bb8c8c4246e8ddb586ecd4e805bd3dcc3ad7576e3d65e18cf45a9fdc745e93fe7a24c02b928f41817ada5c245c7cfe4a28bb2b818f5915ccce9086ebdfb7d6ec38d6ddc86fb965cec85995cec8b3e2eb6e325b729e83ab7d9e30eb7b9efdf27a1e9446e0bc7715be4746eebf91e6e2b10c46d5b2471db7efb733bc62ce2760caee3768e19c7ed0c08e0763eafe0763fe1b9782d672e3e6419170f9571f1ac3717cfe9737bc6eb73fb2fdfe4f677867207eab77087dc2cb843610277a8f33897a09dcb25145fe7129ab2b984817ddc61eb3bdce18605dc61f1117744e91e77a4653d77447ec21ded38c11d652771c782aab863e9eedcb16b6fb9e333f5b9e3878f71c79bef72499335b924d7935c52531b77e2ed73ee44572777a2bb803b19b4873bf9ba8e3ba9d0e092035772a9810e5ceaa55b5cea53804bf35acea52d3bc69db278c09ddabc8f4bf778cba517f672e97f6bb8d3aa1c777a862f97a995ce65ed59c8653fb2e572561ce472ad512e775e207726b88e3b13bf9c3b53e5c3e5e9747067633ab9736750ee5cd753ee7ca63377fef631ee7cff592e5fe92f97afbc96cb3f66cae56376dc05b533dc852094bb5018cc5de8bec55d1818c35d9cb4802b34d0e70aad8ab9c29aa1dca5e3b6dc2582e62efdbecd5de661aee8bfc55c9118c15d1d778dbb9617cb95a4d773d7b5c670d7e918ee063ec0dd60cdb8528d5eee66780177f3cc22ee565c0277ebe435aeecf127ae8c28e0ca380beeb6af2d77fb98375771680f7787dfcedd57b9c5ddef6ee72abbbab9aa233cf7e8bf4f5cf54f53ee71cd11ae76cc53aef6d744eea9aa16f7f4af2157a7d9c5d5cd9bc5d5270de7ea8102ee59841df7ac2a997bd6d9c635241ee11adacbb8e76eb7b917632f722f1c2f734d661a5c93d50baee9c60faee9f100d7f407e45e2eade75ef69b72afc63472afdeafe35ecf89e45e479970af6323b9e629b3b9e6f000ae39732ff766e870ee4dd71fee5dda28eefd8839dcfbfb67b80f491bb80f7c2ff771c163ae65de28aea56a0dd7aa4370ad69c15ceb6d7faef5c75feef346c77f76729f0fcce13e9f76e53e5769705f7427735fa6e5705f7efce0bece6ae0da3c3672dfa6ede3bee14adcb7fe3aeebbf176eefbce12ee7bbe1ff7a3379debfc92cf01319b3890d4e0a0092c07cd7fc5418bbf71509917074f463864e97b0e11de73d88d931c71d98523d72fe4a88e4f1c7dcf89a3913f1ccd2de598e26e8e79a0c4b17e911c7b7704c7e99971bcf21b8ed7d8c1f1559a9cd060cc89654a9ca4d6c2c97b6238f9bd17a798d2cf297487720adb544e71792cd75537c8753db7e1ba7a5cb86ecd06ae7b4cf33fdd5cf7c970aefbd20faefb11ccf55cb0e57e0fbbcbf5ae2ee67ad95aee4fc88c7f9e72835a76dc60e0756eb0ad901bc4bab9413c8e1b645cb8bf8417afa447f04a1d337825329c57ea7fca2ba361bc4ad81a7ec88b767e48a3093fd4348d1fba2d8c1f5ae0ca0f7dfb961fb6c49d574b5ec4abfd3cc00f3f76951f8e18f2eae322f9912a0f788df52f798d9dfb790d269fd70c1078cd6f37792df001afbd6937afcdeaf3da0a91d7b1aee775525ff13a4559fce8208a1f1dfe861fddedcd8fd919cf8fa99ec48ff5c8e4c76e7cc68f3d50ce8f5bddc28f5f30891f1fb8871fbf488f9f90b7879f40e8f1132376f2133b4ff0931a797ed2fbbdfca4af243fd9d9849f9ca6ce4f3e5dc94f4636f253e6e4f1bac3da78ddfbfb78dd8ed3bc9e6a32aff7bb89d7dfa5ceebe3bdfcd46b01fcd4369237185ec31b4e9ac81bae8ae70d4f2bf3865d7afcb47d9bf8e9dbaff2d3cbf6f033925ef146a54378e3c97dbcb1f772de642cc59b5c3ac89b5c1fc69b00c6bca9d262de74afcc9b668ce64d7377f3a6a5cf78b3672abc59eb5fde3c77076f5e12c95b4c5dca5b2c8de02d7aeff296136c78cb8a59bcd5794dde7a5d3b6f9d9fc25bbf37e26d8222799b6d35bccda195bc4dc5bfdfed09bc4d5f3d6f3bf20f6fcbb1bcdd86d5bcbdf26bde61832fefb0db8e77d8779177485ec63bf4dde7671d38cecf2e8ae51d6724f08edbd579c75233de697722ef94dac03b9d9ac03b0116bcf39416de39758077ee68e59dfb8ff02ec3a37997a9edbc4b9c0d3f377a0eefba4b879f67d7cfcfab7bc9cf3f3ec07bd063780fc551de73481cef6911c47b8d2ee4bd74a7f3de394ebccff234de37fd1ceffbdf55de3f623aef7faf8e0f2852e503ea6ef081cedff84077333e709d0f1fb86332bfe83ac82fb672e49724a4f1cb9c457e59e5447e59d57e3e64b1121ff2681c1fba65031f6630960fb3fdc1af5c9dc6af7a73815f4595f2e16a857cf83b908fd8d5cd47e406f311df7cf9c8fe6a7e8df220bfe6d7177e0dfe865f3bff2fbfce34985f37fb36bf6ed5037e5d7c321f1d3a858f7eff928f31fbc8c77cb8ccafdf3f935f9f13cb6f9cf494dfb8308adf9864ce6f24d7f21b7beef2b13b82f9d8b2617cec7f10bf69ea697e93e7457e53fa437e53b31a1f3727828fabd4e4b7d8c4f35bc32af9ad6ba6f15b1f7ce1b70e9af3db16a6f3dbaedfe277187ce177d4ade077556de1777f69e4f7e0befc5ec393fcde8339fcbeca2bfcfe8229fcfebf56fc016f2ffec07ffff1070d7ef007f714f007cbe7f007abf4f884d627fce1ed9bf823b328fee8186dfe68c40bfee8b134fed8751f3ed1fd099ff8dd803f3e34824fda9ac59ff07fc69fb4cee493438ef32906aff814b3123e65ee3b3e05d0e453f576f3a961157c6aa3199ffa7b1e9f1631864feb4ce44fe593fca9920c3e7d821b9f6ec7f1e9f6bd7cfa9a657cfa7a7f3e63c55ffeb4d67dfef4bc8ffc69f0319f35fd3c9fc55bf0d996da7c76b4139ffd5793cf3112f99cafb17c4ed7273ef7ae337fd6f7107f8efec09ff774e0cf974ee1cfd7b3fc0509e62f0c0ee12ffc95f88b535cf98bb3bbf98b01617ca1ea1dbef07d237fe9961d5ff42788bf92309b2fee5ec05f85fcf9ab831bf96bcf6bf892845cfefa8437fc8d19edfc8dedb7f91b97f7f3a5865a7ce9cf32fe263091bfb574117feb510f5f1696ccdfd672e46fdf1ce0cbb54df8728f497cc5340bbe62d951be22259dafc8cfe5ef5cb6e1ef9435f3777e20fcfd0b2dfc7d68367fbffb20ffe0e269fe2165c6578e88e42bfdebf8ca646dbe32eb395f15e4c257adcde7ab36aaf3d5a38af9ea86937c354cf38f3766f08fbf79f135d9ee7c6ddb37fe49e83f4f0ef075566bf8faa9285f3f6d35ff8c51f0cf575af08dde4bf9c6d3fbf9c6ee60bee9e16fbee9e929fee59d2dfccb7b07f9573a93f957d317f0af6668f2af16b4f3afd6ace15f5bb9f16f345ff16f270afc3b1d807f173c9d7f079ce4df6f5ccfbf4f35e13fd88de63f467ee43f3effca7fd288e43ffd49e05b94bef32db1f7f9969d3cdf9204f02d9761be35c38d6ffdf099ffacb989ff1c3e9efffc7c2bff65c362feebfc1f7c9bae0bdff623996fd728e7db47897c7b4e3fdf7ebb83ff36ee07ffdded19df31712cdf31653adf71429fefa89dc277d48fe7818bd378e867090f8b1c8ffc3cc423dd7b787483198f85a4f07876354f049fe489f3113cb970224f66e4f294be3b4fd58de3e98fe53c33f216cf180fe7992d693c3bd581670fbfe1d94e5b9ed36be6b97e86e7cd2a78614c142fac38cf0b07fee3c5e95b78f17a0a2f3e8ee325c98d97a951bc423f92570424f0dd5a2bf96e8f40be47b19aefd554f0bd8a1f7c5ff354fecf81e7fc9fcba9fc1f45173f7042e207521af981b793f8c1545f4149d756507a0a0b4a8a004139a74450d1f82a0c69521654e9ff84a1978f0bc326fc1186b9fe27a8bd4b1486cf3b210cdf1726a89b9f16d4ad5484113a03c2c8704341c3ce4718e5dc208c7a764d1805270b9aab4e0a9af54682d63077414b67a1a06dbf4bd0d15d2ae838a70aa301853066d42a616cc51061fc185361bc81a7303e021426ce8d13269ed710263976099336590a53dca70aba16bca03bab57d07d582de8ad4d17f492b504fde9aac2d48b3dc2d4ef1304038d36c1e0afab60a8f35898a65d2b4c7bb45a98fe3b5b98a1622ccc88761766d4f90a335ace0933fec08211d72a18c76709c6858b0513a512c1e4609e6072cc51303da8104cdbf405b3a0fb82d9e9db82d9ab6582c5b03cc162fa15c1e2d40ec152a954b072bb2e5879050bd6899704ebca5cc1fa6d8a60dd3b28d8788c176c96bd146c8a01c1a6c256b05d3e20d8f94c12ecce340bb36b18c169a7ade0d49520382ba9092e116b0417b85f981bf54870db7c54981f7e5b98bf534970d7fb22b81bbf12dc63f7081e4ad9828793a5e0b167aae071cc48f0f8d822788eb0173c4fab085ee406c1abeb9ce0e3ed26f81cb1177c9a64c1cff8a0e0e75522f86deb16fc7e4708fe43b3057fb3a3827fb386b020f58a1038739eb048f389b0c8e4a8b0d8a75c589c69242c6e0d141677550b4b6e3d129626840ac127358565ba6784e5a31284e5870684e54fcf0bcb9b2284e5fc4861c5c7554288a9a11062f95208f9ab2784be291742075c85b0896f84b069138495330a85950d39c2caae0d42f88e5021bcda4858bdb045581d7354581d7f5758fdb0538870f6122242af0891635e0a91fafd4264f67861ad41851075e2bcb06e5da5b06ec72821fa60be10fd74a91043de13d6177f1736ce3d216ccccf1662f5442176c51521367da4107bc940887ddc25c4fe5c276c22a385cda69ec2e61257216ede4b21aef992b0b5e6b9b04d6b89b0ed58adb02dd144d876fab4b07d7fafb03ddd43d8de1720ecbc1d2fec5db85ed8d7d52bec4f29130e685a0b07a61509072b948483e41ee1f0ad6ee1d89527c2b16f65c2b17e59383efdbd903471ba907470b27062d86de1449a8f70a2b2533869bb5438b925483829ff27248f1e10926d0021f9e0592175a5b59066f05548bb5b2a9cdabf4cc8b8f15038edac27642ae342d6ec7d42d66251c876d41172630e0ab93521426ecb45e1cc535be14c4f8690b7ebbc90577a5838d7d92b9c8fd214f21bba85fc2f638582e8654241fc24a1a0da58b8b02541b8d0400917bab7088596314261e614a1f0ea16e1d25833e1b2bf2c5c0eff2d5c7ebe4528d21810aeac6b16aefc3c285c752814aed9240ad7fc1e083766570a379801e1a6f267e1a6072fdc7ceb2adcd255176ed97bff830ab71e8d106e3dde2ddc7ace09b7bea9096596f785b2dd994259ed12a10cf710cafded85f2cb23858a186fa1222742b8ab3a20dcb5ef10ee96dd101e8c2e141e10db85caa07142954b80f038e991f0b860a95073eb8c50f3e89c50fbe18bf0cce59df06ce770a141234568389e2b34a4240b0de5b784e79ffb8417b14785179f2e0a8df11b84c6bc0ca129f3aaf0f273bdf04a574f68fe9621bc399822bc75bd24bc95ea8577c1ab84f78bba84f789a8f071c937e1639faff0c9a251f894794a68c138a1150d103e6b39099ff32a852f6323842ffae3842f67d60a5fba8f086dc39285b64c5e68fb59227c030f0adfa788c2f7f76f858ecf6f844e5d85d0197443e84cec113a2fac167ed97c147ecd3a27fc2ae585ff267d11fefbf45c00264d168043ac00dcde25006fcf0ae08822019c6a22804597042837528063d70a48d36c012d7c2b60333405fcf7418158d92f10fbcf0bc4b97d02a16813482c51a0567a09541e2750450302fd749640379c1098afb4c0696f12f83d6682e0bd4a10565e16842b982054990b82a24290ed47098aa250a1cb9e11babfad117a22ac85df23f285df637c85dec39542dfe918a1ef9391f0372651541ad52a2a196d11952c87894a17578b4a2f5f894afc735119bd24aab845882a2b7bc4218937c5214f9b45d5cf9438cc6084386cb59e382c6fb5a8b6f7a3387cec2871b8ae9a383c20571cde1c280ee7fe8ac307d244f56c5154ffa92c8e98e2218e78aa2e8eb416c5514b4851d36092a8f9e4a9a81d3257d46e7a2fea8cd110756a6d441d2857d4e9fb288ede52298e71bb268e49d92f8e3d305d1c5b1a298ebdb74f1cbfa44a1c9f70431c4fbc1727ac5a2f4ea0778a13ed7789136fb3e2c496ede2a49ca7e2e417b238e570aaa8bba85cd4cdda27ea16c2a2eebb05a2ee40a8a8677e4dd44bfb4fd4bbad26eacf7c22eadfb9281a8c54150dc6b78b06f3ef898666db44c3c36745c3b440715a70ae38c3fca938e34190683cefb5687c7684687c03144d745b4493a219a2a9f726d1f48fbb68e6192e9afd7bc59a91d9a2f9c42cd17cbeae689ef353346f4b142d12e3458bdeeda2e5d537a2f5a42ba275f60dd1fadb25d1bacb47b429a644db9103a2adde12d1d6fe85689b132bda4239a29de544d1eeee1e71d64c409c3defa938a7748138e7a589e8a8b14c74dce5203a76da894ee3dd4427336fd1f9c907d1e51b22ba8dfc2dbad97788f367798af32b778aee6b6d44f7b813a2fbaec7a287332b7a78bd153d9634891e5d1344afadb5a257da01d10bbe207a7180e835f04bf41eb64af4bef748f4092c157d42ae883e655744df890f44df293b44df2db344df5fe3455f9a10fd72e344bff607a2bf87bee87ff5aab8e07c90b830f4a018f8f6a318245e11175fd61697e4dc1483255a5c66d42d2e738d1697cd7b202e8b6b1797ffebebf2b1c7c5e5c116e2f23f7fc415438e882b666aff3328ae68ff22aef8c58aa1e54bc49513b6882b1f5c15c3eb5e88e17f6788ab536e8babcbc78811f1516204f3568c18dc22463efd2846fe3825aed17211d7cc3014d75003e25a354a5cdb5624ae8b89136386ce11635e9e1163befd10d74ff617d73b1d16372c5b216e9cd72b6e3c16246eecda2bc616ec1363e56be2267507719371bab8f9ee7d316eae8db8c53e4bdc7a649ab8f538236e3dd12b6e7df758dc36f39eb8cd4d12b79b5a8b3b66e68a3b8569e22ea30871d7961671d7953671b7b396b83bd841dc9d562cc63b2e16e37377887be60d887bb57071dfa9ebe27e2f1f717f62a4b8ffc625f190d351f1d02b484cf089178f1a168a47976a8b479b3e8b896a9162e28d756262c75bf1b8e94cf1f8bd4362b25b9f989272444c798d88a9ce4e62da5603f1d4431f317d8f9398e1a02e66d4ea8b99011962e6b36e31b3b943ccfa102d668ffe24e63e2d13cfd8a58b79fae3c4bc151a62defa6fe2d98f5de2d91feee2b9e7b9e2798783e2f91b6d62befb5e313ff9bb98fffb9958a0f2592c98b0472cb07d2c161c2e160b040df182ab857851f3897871ef7af1e2bbe162a1ce2eb1f0f36af1d2c468f1d2247df1b2ea78b1685cb658346db358e4602416d529c42b96b3c42bc171e295c41562f1c474b178cf69b138ad4b2c6eda255e5d7c56bc3ea35fbcee112b5e7f4f893714e3c5529504b1f4e667f1666ea678337fbb784b7586786b589a58760117cbea54c5db3a9a6279acbd587e444dacd0fa2556780862c5fa7fe7e27df1cebf58efb8fe733240bc936d24dea9c911efc82bc47b7496783f32477c70485fac9cd92956c5958a55755bc447a7878bd57a756275608858bd668df8786d8bf8b8a848ac51d2156b0e468ab5b66d62edb224b136a4587cc27d119f7a9d149f1ebc2b3e0568b16e1529d61d04c53a3e5fac5f714d7cf6bd4f7c4697880d8f2e8b0ddd26e273d57cf1b93d21be50cd115f441e111b9334c5c6c793c45797aac4d7a30e8aaf177d16dfa83a8b6f8468f16d639bf82ecf577c7f444bfcb0c144fc706fa1f84108163f6acc143f4e5a227e9cf257fc48058a9f363d155bfc878bad2e47c4d690fb626b54abd87ab453fc7c7640fc7c678ef8657784f8659f89d87672b9d85678546cc37e89edc687c5f6bc72f19b45b5f86dce5df19b4bbff8cde38df82dfa93f8eded45f1878b96f823b85efc917144fc698e893fbb678b9dfbef889d4fec45c0fc90086ade12c1084f11ccec1161a3c92232ac5c44dc9c4524e3898806ef11d1081511fd5e2f62d7468ab82126e20e392211e0261231ef45e2718a480d3317a9f864918ea911e903d3446685bfc894ae11d9cfb8c85d6d11f96127443ee5a428187e1415b3cf898adb5bc42e1d75b12be58cd8ad572576275488dd1d79628f96b5d863512ef6bcfa077b2cfe9e9c2cfe46dcc5df44a0d8677848ecf3b310fb3e678a7f62d68afde330b1df719ed8fff18138a0764f1ca8ae1107976c14ff1a8f17fffe8bf9ef3e67f16ff11d4969fb2c49b9ab501ab27ca1342463a834e45cac34e436220dbd49486a0b874bea4324493d3c4c528f4e9446c42448231a95a591f64fa4918b34248d853ba551bedf24cdb00a49f3cd22496bfd3d493bfd8ba433d74b1a9db4571a17e62c8d1f7491268c0b95262c0894264ebc244d34759526cd509626479c94267f9f2c4db93d459a821d96a6f4be92749fb54afa9a4a92becb3d497ff94969aac559696ae92bc930f693342dc5429af17bbe64f4edad64d4a326998c70944c3e5b4926e258c9d4ac5f323d3b2099ad3a2e991fd7922c1cfe932c76984896cff64a5661fb25abaf93246be37592b5f308c9c63b4eb2f1b928d944474a33d558c96ec87cc9aeb55cb2f748951c968f901cee7b4ab346b2d22c5743694e55ade438f6b9e478b45172fa6f8ee49c404bcecd039233cc4b73b7bb4a73775b49732bd3a4b9ed7692eb8612c9b55e905cbbe749f38ef748f372a74b6e93ff486e3b6e48f3358aa4f97372a4f9dbd2a5f97480e41efc5df2988e481e73e6491e1b75258f2a47c9a35d963c0356499e5b5f4a9ef75a24af4d3324afdaa992cf100bc9e7da80e4d3d728f91a2924bfd06792ffb871927f7387e4cf15480b36f1d2826d2ad282bd63a40599efa400d7afd2c295a1d2c24dc7a485fd6fa5a0b9b152d0b2f7d2a29621d262bf686969e2116969c66369e9e96269d98d4169f9996a6945e22929c432440a59da268526f052e8bb1d5298dd016995fa2e6995db59695545bc14aebf5b0a7f315a5afdce4d8a8ce7a4c88395d29a646b694d6da9143566931435ed9714b569a9b4ce7185b4ee7094b4eec71d29dabd418abe502645b7cc97a27fd54a3117eaa5f5da0ba5f5975da40d1da6d2c669f1d2462f7569a3cf5b69e3f57229d6eda0141b324d8a0ddb27c565db4bdb9f5948db5f4d907694ae917670a9d20ee1b0b44ba95cdaddfe9f141f9126c5dfbb26ed39e322ed9deb21edddca4a7beb4ca47dac28ed77bf21eddf9a211dd03e261d301d261de85e2b1df295a4434722a54347d5a4844d909470e38d94504b4b09efe2a484af5ed261cfbfd2e1d4c9d2912723a523589c7474b7aa74f45ca3746cd832e9d80e4c3a3638424a8c8e96125f7a4949765d525256ae9454e22f9d0c3a259d8cb1954e42e9528a1723a51cb39452526f4ae9b755a58c8428e9347748caac6992b2f41ca4ac2bea52b661ae94dd6121658b5ba49c5133a41cad562907782ce574ad91ce846a4867e2cba4bcdae5d2d9d815d2d91f47a4737bdca4737ffaa4fcf05f527ee12329ffbe8754d0972b5dc898245d34a3a58bd523a58b529454a86b2215a6a948857f6e4a974f354845a6bc74a5ec86549c3e4a2aae0c91aed9ff92ae256548d7e89152c9e72fd275e336e946f450e9c6dee352a9f33aa9b471aa7473e82ce9e6c434e966f068e9967db874eb212a95bd56976e8f5d2355ccdd2c55b81e95eeeca992eefa6b48773f9c96ee2dc894eebd3f253d3468922ab5faa5ca5ba3a4ca9f0e5255f127e9d129547aacf44b7a4c5a4b8fd9af52cda991524dcd3da9e669a8544359494fe2f4a5272576d2d34f79525d48a6f422a65a7a01384b8dca2152a3c76ca991ba2e35cd0f955eceb7915e9ed6935eed09955e5d9a21bd1ee124bdd6ba29bd3ed222bd9d074b6ff75b4beff023d2fbf9fed27bf7abd2fb35a4f49e192a7df8f446faa4b747fad470586af174955af260a975d651a975f110e9f34c57e98b4fbff425e6aff4e57896f425335bfa3a444ffada325b6abb7b4b6a6b1e2ab5fb6c96be11b1d277d5edd2f75215e9a7784feaa0464b9d6310a9d37d9ed41967f7cf1da9b32940ea6443a54ee195f4cbb957fab5d6470246ce9100ac598280e5129c31434216d94a48d8410901be49e8c836098df594d0077d12b678b484c5654bf8cd8512b1345722368e97c8fc3c890a95247aec5d893ee62a316e6e12f3ed84c4d63649ecf776895fa2fecf6a89ff532509f62b25e1c86d4938e72409b8bf242a5f91448bd99278f8a124be4d92a4d400497ad32ec9c35e48f2f26d92c2b941ea7a364cea56992975ef0f92ba1365a99bf2967a8a8e493d6fdf4abfe7bd937ebf8a957ae9b552ef60bfd4a7522ef55d0d97fe4c2b90fe98ae96fe2cb694fe503952bf4f8dd4ffaf2f03de7fa48167cfa4c1eaedd220464b7f95becb4a65cb6525c25e56993a20abac339155b2526595be4179c8e47279c8a54bf2d09b03f230ab5279d81955592de4a2ac76a0551ebe3e5a1efe7d8b3c1cfd23ab8f9a2d8fdcd6216b7807cba3b403e4518bf6cb9a23da644d6b6d59b33254d6b2d695b5de3bcb5a3d2f64ed865a596764b4ac5344cba3fd1879746f8a3c4677b63c460c94c79a07c863677bcb630737c9e3b260795ca5bb3cdee8a93cde668e3cf1c25f7962e566799255ae3c79abbd3cc5ee8a3c65959eac7bd456362839211beaa3f234f1b73c2365ba6ce4f95d36da384236da63219b4cb7964d568f974d8fdd91cdd2ea65f3d2f1b239af235b8e3d215bba76c856a357ca56f408d97afa0ad9dad542b6596826db0cd4cbb6de4f65db9bdbe599119be49987dde49979b9f24c76896c171226dba565cb761f0c6587760f7956f5317916b8459edd31459e337eaa3cc7f791ec64df2e3bfd572f3ba1eab2f3e595b28bb6aeecd2d42bbb7cb293e7567ac9ae6eb1b29b6e80ece67e5e76db315176bb7458762357cbf3830d65779567b27bc631d943ad58f648f690bdd6ef92bd92f6c8deb76fc83e1aedb24fd55bd977f55fd9efbe96ecd7692ffbe182ec3fc64b5e50f7445e509f282f6c46e585efe2e4a0c9a172d0c25e7951dc4679d1234a5e9c992b2f3e33430ebee32607cbd3e5e0dfafe5655b02e46587dbe5e5932de515c392e415ffe63724ae430e9bdd2a87fd9b9bb0943d72d877495e991d24af9ade25af723f24af7a1e2aaf3615e5d57787c911a56672e4fd1a3992182d477637ca6b1edf90d75a65ca6bd7f4ca6b6fbe96a30cf5e4a8b3f3e5e8a113e568c38b728c4e971c137c578e39a825c7fce72aafd75921af5ff5445e4f6f93374c38296f70de2d6fcc92e44d042b6f7bbd53def6f1bbbcddf0a1bcdde6b2bcc3f1a0bc63c04dde59f24bde1d3451defdf3991c7f0796f7cefa2bef057ae403ff1d950fcd6e930fe59f950f11c17282d5783961638d9cb06fac9c506af1cf23f9f0ac5af9f0c730f988bf9a7c2477987ce4c15af9e89e1cf958d217f9b8db2ef938b84a3efe37534eb2cd964ffa98cb274393e494099be514db5039c565869c525a21a73418ca292fffc829cd01726acc1039f56d889c360e91d3be38cb69fd9572fa75544e7ff34ece601ae48cbfd3e4d3cb8fc9a7b3c3e44cbf0839b3e2a29c4969ca59f133e4acef3972d65f2d397b47929cfd8194735cf7ca390befc9b903afe43ce578396f4ca49cb773a69cf7e29d9cd7ff513e5b97299f9bdf26e763e67241f202f942a6a67c71ec55f9620a2017eec0e54bd1a172b141965c5ce02d5f1b775cbe06ac934b5449b96452bc5c72325a2e495e2497fcca93afcf4b96af5f72956ffc2a964b5f9ac937f796cbb77c07e4b2d9197259fb6bf9b6c528f9f6fc8b72794baa5c31d24faeb83346aec0dfca77c6dd94efcd4f90ef1dac96ef65df971fd8a4c90f667ac80f1cdbe487e796c90fd1e572a5469c5ce5c5c88f7416c88f1ef4cad5691fe5ea9a62b946f3885c9ba12dd719437283132f37b80dc80dfe6572c3e63bf273630bf9390dca8d8eacdce83d477eb9eeb3fceae45cf915d025bffeb5547ecdbc959b754ce537d177e4377511f25be0befcb62b5d7e17dc26bffbf8447ec72f90df171c963f6c31953f05d8c9ad9b2fc9addbcde4d677e7e4cf9e1fe4cfa157e52f4b37c95f0627ca5fd555e4b6d3ebe56f21bfe56f7189f28ff3bfe41f7708f9a7312d77aca0e5ce99e3e4ce182db9f3ee63f957e155f9bfe62e19f8974fd0150f191276cbd0e034193ed722c3af9ecb48ee5d191d17236307db652cb55fc6292f99b85428134fd6ca447fbd4c597f97692b67995e1b2f33939464c6ce53e6861d94f9311e323f7e9dcc038d32af289705f31e5958582c0bdbbc64913c2a8bec2a59d2af95152177e4ae0c67b9eb7dbcdcbdd954ee2eac947bc2afc8bf436fcabd8dd9729f99ba3ca8b3521e5c05299474e2154ab88b4279ef5e85f2d9170ae5d2a70ae5b75315cab8a34245dd5ca152b649a1f2ba4531e4ee5b856a81b362a87a996268dc8d7ffe530c6d7aa71836658242ed42bf420d3bab186e97a818fe3450a1bebe4031325a528c1452141a6aa7151a5a6e0a8d7b5d8a5169af14da9bcb143ad79d14a35b6a156366962ac629df538caf9cac18df68a19890b245317953a562cad8d70add093f15ba0e8b15ba9f5629f4ec3d15facf672aa6ae59ae984ab5280c020185c186d18a69f3b314d355d72aa60f5fa4988e1e54cc883051cca8f55018a9d9288cab7b1526ab0f2b4c758a15a687cf2b4c53f729cc33dd1416ff7d5058f4562b2c1d8f2b2c775b292c014b85b5cf268575e00685f586fb0aebdbcd0a9ba5e315366187143669171476bf472aec1d9f2aecf9530a87910d0a872bf314b3d844c5ecda1ac56c859ec2c9b84ae1ac59a8703eeba9701961a098db1ea4704dd552b8d9cd55b84fc85378a8ec54786c325078f9c52abc5684fe93a5f04adea7f0fe82297c5a7f297c0f272bfc6e5f56f81b7c53f81fb657f85fcd5304f42c50040cd8291696152b16f6bd5104dd56572c5eb95bb164d430c512eff38a2599518aa5ca8862e9584f4570928d2238d55d11dc33a858a6b947b1acbd41b162ad42b142ae558464452842832f28c2767a2a566a772a56bd9eac58d5764411def758b13a758662f5557b45c42454b1a69955ac1db548b1f6e507c5ba0f558ae84f9f15314acf1531f37729628042c57aaf698af57e7f14eb37cf536cf8bfc83a8f06ea8917005e9294684ff56b1151599290ad1451b4685f24fb5659129216a5224494842442494449a24459a222d18254d2226b21f7cedc7b67b9aff7fe7967cee77ccf9939df73669f79f694717fe5cfb8936fccbef537997d76eeccfee190d97f5664f6578d633ca646301e9a8a8c47650be3394c8df1aad262bc8f5531de8f9f30de95068cf79f0cc69b19cf1c085ace1c8857677c522e303e75da8c4fc77cc6a7b79b396861c81cf4f3640efaeb300743b5988397fc99830d23195ff9e38cef3517c61784337e213e8c1f3ec4f8870e67fc3fdd600216ed620ebf9ecf047a2c6102bb763347e655324722fe3247b801e66805658e8d49628e396532c77f5c6082a66433c1bb8b99e01a5326f8cd51e6d4e8cdcce9e97b98d39f3d99335252cc19eb114ca8bd0f138ab398b35fd399b005c798305f5526acf337139197c3447c4c6722dabe30910b8a98c8fc794ce4035b26aa529b89825398f32bda99f38759e67c6819733ea285896e966162f264990bfff6cec55d7798d8e43426b6a48189937361e2cec93097f7fe602e7feb62e26bbcffc964e27fde6012167c66123e993109ed394c02064c624c189398a3cc24feb8c724763d6512fba3992b964acc958de1cc954d4798a4876799a4a1ddcc558d25cc552d29e66aabc8240f77669217a430c9c601cc35e510e6da9b074c8a553a93b2378249355ec1a47ac530a9e7cc98d4f6934c2a5dce5c9fe6cb5c9fdfc0a48dcc67d2c6bc64d28e7d65d2829731e9d35e31e97623998cd8bfcc8dabdb989bc2252673d46a2633e01593f9e7119309ac985b334e32b70c6c98ac79df992c9d074cd6756d26eb6702931d7e84c93990cfe4c44e637237943377e52598bb335a99bbaaeecc3df32226bfe403935fbe9cc9ff19cbe4e36fccfddd454cc1ed97cc830d2d4ca1dc71a6704329f3b0fa2053c42932c5967b98e27d4dcc23ff38e6715e135312f59b792299cf3c51b7649e94af644a655599b2d1b54c597a3ff374eb45e6998c0653eebb8429bf6bcd943fb7632a8d3f30951bfb98cab7354c95ad0653ade4c4d4acfdcbd4f4b9302f15c7322f7547302f23d731af5c62995745a64cedb16d4c2dddc8d46df8cdd481d1cc6bf287a95f7280a9ffa6c9bc514c641adebd661a27b8338d1f10f356398679fbdc95f9e0718769923dc9344df7629a126b99e6450e4cf3fe6b4c73c208a6191c675a7f9c643e9f1dce7c71dec87c0d1c62dad7b830ed855798ef1f3498ef3d01cccfe9e7989f7727313fbf8c677ee5b9315d4b2f32ddf38c991e237fa677f16fa6775d33d37b84657a4ffc60fa56db337d11f5ccefab0b99fe2de7990123056620bf8a1978a4cd0c5a2e61fefaac67fe66453243eaddccd05b7386f914ccc05da718784f82e1340d194eaf8511c6ad6384ffaa18340e3128778041f5660c7a23c3e0be72861cbbc890fa550ce9d8cc88dd16ecb01795ecf0aa1c56c28361250b113b52e7123bd25e991d1962c28e92f560a54785b2a36777b3a3a306d9d17d61ec68f8831d737d0b2b539ccbca4e186265ffe5ca0e2ab0726aadacdcba3c56eec20476fcfd7a76c29761ecc44da6ec248395eca4e757d9c9355bd8292ab3d829835bd9a99ac5acfcfd2056be6e393b2d45869d3ed1919da9bb879db52f999d3d762e3bdb5f919de3b5849d3358c12a9c8e64155a55d8b9dbf258c56325ace2ed0e56f96e0cabdcddc6ce4f7bc02e9c66c42e9c37c82e2c7667d54c9458b50d0eacfa5d6976d1c143ace61b5b76f1b47856cbf921ab15d1ca2eb9b28c5df26a3eabedbc94d5f639ce6a4758b33adbd5d8a52d1359bd30ccea5b0cb1fa5d55ac41fc24d6a8e81c6b34f0995db649995dd613c02e4323d9e5fed2ecf28cd5ec8a3126ec8a43943559bc86353194614d3626b0260db9ace9b0abac698c13bbeac02dd64c7b116b9ee9c1ae3936995df3be8fb528dcc45a2ed767d74ddcc6ae1bbac15a6dee6037eadc61371aabb39b140eb09bd6cd663705aab19b9fbe67b74cfdc16e890f64b7d424b05b2b17b25b7bfbd86da38fb1db7596b33bc6dab03bfd1976e7cf0becaed50eecaec36fd95dbdd2ecae0175d67ad22ed65ab8cdeeb6fbceda353f621d4fa6b04e561358a7ee6cd659a59c752e28639d9bb55997258b5817bb2ad6257e22ebaaf19b757d55ccba25ae64dd2327b1ee8235bbefcc1b76dfd5cfecfeeb3aacc7a034eb79c08df50aeb65bde2b358afcc30d6fbc428f6404f3bebb3b186f5e9b6617def78b27e6f6d583fb19bf5ff9dc11eb25acd1e7a3c923d3c9db287afd5b381a33bd940535d36d0f53a1b78df8b3d2aee604fb823f6c4b755ecc95953d860652bf694c137f6d45a5df654d01df6b4c142f6ccc642f6ccd51dec999b7fd93399c16ce8843236f43f63f6ec198e3d9b68c58679f7b261dc0c36bcd8830d6f706523169e65234cd4d88818153622ab838dc0e1ecb9cf1a6ce4046f36f2d43536eabf336c94f972362ae92f1bf5e6041bf5a7933d9f6fc3468fd467a3d7c4b1d19defd868f12b1bb382652fd43e602fbceb642f061c652fa6e5b0b1fe5fd8d893726c6c7a221bfbbb86bd544dd8b8ed79ece5311fd9cb53e4d9cb48974df87c814d3cabcc5ebd7098bdcacd67af19b7b1d70ad6b0299a216cca9f396caad46a36f5e11236cd50934d37becba69fdbcda627eab137a50dd84cdd9d6ca6b5039b59bf97cdfcf285cda49fd8db5d856c4e41019bc30d63efd8d5b077ae6f63ef6428b3b932dd6c6ef10336f76b1f9ba7b184cd5b6bcbe605f7b079771dd9bbad46ecdda11cf6de113df6de597ff65edd207b5f7b225bf0c09d2d78eac716bc3fc916fc68631f38cc641f047ab28547d6b18561ceecc3e827ecc3c119eca30526ece36f23d992e16d6c497918fb24fd3bfbe4cb4cb6cccd9e2d3b20c73e9d56ca3e7b5bc43efb21c1967b2e632b95a4d8cacc2d6c555429fbdcbd917d7eb481ad9954c0d6e8e4b3359b08fb4250626b4f1e66ebf4aeb275f1afd83ab29b7d2d7d95ad9fe6c1be5152661b9dadd9b74fd4d9771911ecfb5913d90f3717b11f9e13b6c9b5816d6adcc7b6a8ad675b5ae6b02d1f35d98f325a6c6bb80bdb5ab68ffd74ed23fbe9ef2ef6f36a13f68b19cb7eb91ccdb6cf39cfb61f3062bfafd8c7fe983799fdf1e40dfba33e88ed58be98edd85cc2767805b2bf9e8f627ffdb8cc764e9fc5762658b09da2c076cf0b65bb2b6fb03dfacfd95e6707b6f7973cfb3baa88fd63fb8cfd732e931d50d16707d0017650773dfbd7586487c27876e8dc0b9691ac6219fdb12c7bf331cb3ed566c1dc4a16245f66b96b8f595ed987e543c7b2827f082b04af6391d75716450c6751ac068b672e66b1c611964cb666c9b4992cf16c65c5f7266058fb56307cc53530fcdc6f20a1791848b8ce062394f78311cda54072e97820d9d10646aabe0323835e8291fd63c028df136054761418d5340748c78c02d2972890be650fa41f9e01d26fc68131f37e0399bfe381ac613d907bb518c8f5ac01e39f678309a98660d2ac356092631998e4f50a4cca540293234680c95fd480fcaa31403e37184cabfa0666ac570133956f8399c7dcc12cffb760f6ef1c3027c803cc1d9d0ae646fa01c52396609eda0098d7e00a54d6eb0315a61dccdf3301cc0fc460fe775bb030018085a9d54075b40c50957d09d45e7b02f5620a345dc2c0e2ee00a035721dd00a5904b4cac6022d72042c89fb06b4dbe6039d052d4047c702e86af36069533dd0bfac0cf46b5602c33561c0f0db4260f4d20318351680e52fc68115265b81c9030a4cfa1cc02a211498a930c07c423030cf6a046bc00960f9441758be9809d61abd021be6e903abdd97c0c631f7c1a6d1566053eb6fb079f819b0e5f104b0cd6507d876481b6ccf5f0b76446f043b5e69809d83cd60575134d8c5bc06d6bbedc16eeb3cb067cb6bb0276816b0e50f01bb5baec0eee769607fd607d8e75c040eebf4800388078e1e578163ff0de034e61f333de0d46d089c535580f35727e0929e075cfa8d80ab9d0170d71780bbef58e01e9701dccbde81bdca07c1de4e0fb0776025d83f540d3c9447018f75378087db0ee09160083caf6503cf5c53e065ba06785d9304def25b81f7863bc0db6d24f0beb6001cf00c05076825f0197703f8da1f04be7b4f02dfe468e077201bf8978f07fef5ff8143fbd68043c1b3c0e1c09b20d0f21e38b2f9323872ed3a383adf061cf3e806c73a2681e333a682e3fa8fc1f1272ae0c4a21270e2ad1938f1791338f1b302044b2f03c1f1be2038771a383d5a0f9cf1fd0442266983102f4d109aa70142bb6782b3932e82b31b34c0d9ef4a20eca131084f1c0322c20f8373f95f40a4e7391059340244d2d9206a5615888a5b04ce8ff704e7171d02e73d7cc1f98cc5207af46b10bd7d2c88b95b0a2e1c4e0417353341acdc15106b7916c45e4b0171ea6e20eeec1810f7fd04b8acf7095cfefd17c48f8f02f1c72f83f8946d20bedc0e242a8b2031b00024be7b0192fc2780ab5fbd41b2541fb876753748193e0ca494be06d7ef2c03691614a49b858174df0090dedf0132a4e7828c81fbe086cf2270d3c403dc3c3401647a3982ccf631e056820ec8925a0ab2a67483eccda520db5619647b6d05395aa7418ea339c8f97a0fdcd13b0eeee40f815c83db20d77b11c8fd350de465ec06f72615807bbea7c1bd1f9ae0be060fee47de0605b2f74141f505f0e0df380a0ddc40a1d94450b8a30414c6a483874f4c41d1a571a0e8611f7834a6073cd20a028f06abc0e351bbc163cbf3a064622a7832a8024a1fe783322b6350e69d0acab034a8f0a80115e7b7828aa40050d1d50caad670a07ab719a8697a0d5e2ce8002fac178017817bc0ab0926e0d5ca7af0ca5f1fd48e58096a1f7581d7ca96e075ec45503f6b2b78b3b812bc49a9016fda3681867c3fd0a8fa0c3416ee056fdf9480f77b46800fe395c007cb13e083631af8d0db089a1b3168c95a055a0a3f829696dde063b207f878bb0cb446ae019f62c683cfe686a04d8d82365f29d0167003b4ddae075fe7fd04edb68b407b5c2cf8163e04bebbdf04dfbf9a811fa315c18f479fc10f5e15fc2c7d0f3a8a7bc12fffa5e0579419f855990d3aa7a680cef3cf4077c20dd0fd7700f484cf023d5995a037bb11f4bd6e01bf337783dfed31e0cfea33e08fc367f027782c18c8d7017f1dcbc1906e05608ea802767e1760235f01b0c71880480680e20600dde702fe992be0ebd602c1b201089e5200796b02ac510370401fc0794b016eb204c4f105a072a1806e790c684c2b10b73c05e2370a87bd6d8512f2abe188a5757044ca7338d26e2e9492cd84a31a63e0a8b7c3e09805d1708cfd162833220eca34574199bf1670acbd3f1c7ba61b8e3d5706c7c2d95056261fca9d928472a108caa51e87724f74e07872044eb0d90f27643d8013be9c84930dcce0649b4970cab88570cae69f70cab36170ea962e38d5d9004edd270ba7be0d84f2f39f40f9d649709a3d07a75f3584d3dfac81334eb5c2d9f76be1ec261ecec9fd0b15deff820a60069ceb5907e71eb48373cbaf40c5ee7aa8e4b61f2af11fa0f2984ca8acfe0d2a9f10a18ada3ea872b516ce5733fe271f2e38e20a172ac9c385117fa0eabc6ca836a70eaa7baa4075bfeb5063aa33d498650435b2ce430d82e1a2b6c35073d42ab838fd3dd47273855a151ba1d6b72970c9f646a83d7b3fd4bd580075e97bb8f4c948b874a01ceabd2c857a2d6e505fc21bea5ff785faf71ba1d12a5f68e4e5028deedd874625dbe072a964b85c6624340edc0957acf90857bc9b05575a84c295e7fe4093d2e1d0a4a9169a1aa842d3e78fa1e9ab00682639179a29016876e75f7c6604cd6542a1b9af195c3d1003d724c8400b0b1f68e1db002d57ac83969b9641cbccb5d01284c3b568225c9fb41e6e688f81562f0ec2cd8667e166d378b865553adc3a6d17dc5abf196eb30987db92fae0f639a9707bca25b8737321dc3de529b4291f076dea3fc13dbeeba0edb810683ba305dafa5a40db639dd076201fda928bd06efb2768d7aa0fed658ba1fdac3dd0be77167428ff001d3ab743074e023af04ed0719212745454808e612fa193b13774da170f9d924ca0d3b560e8746f05747a341b3a2fef81ce4ea9d045ce0cba4e8b83aeff7d81ae0b0f4357bd7ae8aadf015d779d83aefb6aa1ebc154e81afe05ee7d7b00eefb260df7cfb0871e9e5ba1e7a03ef41aa90abd1228f42a8f83deef93e08183141eb8f61e1e28f8027d245da0ef843dd057be0ffa6e3286be09aba15f421d0c30f58001cd9230d03d190616f7c223b2e3e1d1a22e78b44e151e1b9f0d8fdd9c094f548af0e4992278b2d506068f8b84c1d776c1532d92f0542b81a7654de169cd507846331e861cbe07cf9e3e0ecf56ff856123866058b23c0cbb6508c39fde81118e8761e4014518597a06466dd90fa38e78c1a81f86f0fcc5c3f07c3984d192d760f4a4ab307abe098ccefa0863469f8331061d30c6918131f16130a62d125e50ca8017329d60ec37777869f20f7869c51f78e9fc5a78e9ef4218d7c5c0cb16f630fed06b98f0f2174c683b0713a50361927d174cf25e0993ee06c0649200af4559c094993c4c350d85a9b77ec3d47775f0fa957098b6a51da609b3601a5e0cd3a70dc18c43bdf046f47678737f24bc79b61ddeda5702b316bf875911adf0f6aa09f0761981b77ffac3db7d3d307b781fcc097b05737ae361eec5a7f0aeeb4a78f7e00478cfe80bcc8fa7f041ae262c5cbd1c16da4ac0c22b8db0f0a30d2cf233814578062c1e790d16bf77848f143ec14761fab064eb1a5852ee09cbd4cfc3a7dbd6c1f275a6b0dcfb3aacc81d0d2b6aec60050a8695d185b0b2f038ac7cab0eab661c84555a1caceab483cf6d1fc16ae55858adfb4f7336acfedd036bf64c812f8ef8c3170f26c397933fc097e601f0e51a25f86ad6007cf5f00d7cf5f42cacb5ba036b771e85afd7bac3d7178b61bd1281f56a18be51fe0edfe89e856fc047d830ea2d6c68d1838d5261f0ade43bf876990c7c9b741fbe9f1e013fc86e834d3377c3e69e1ed872e334fcf8b21eb62aae85ad277c61eb954bf0d30405f869c35cf829f30efcd45c0cbfcc3e05bfa8cd815ff2b360db291e7e754b815fddb361fb7c53d8be7b2f6c77f804dbefc6c26f8547e0f7d028f863e544f853c216fe1c63037f6a94c09f057b60a77a0cec6cfb01bb8e3e855d5f6560f74469d8ad1200bb5baec15ee913b0778c02ecd5d90a7b7b14619f5f06fcfd9f1efcdd7802fe093803fbb3bce1e0ef1838b4603b1c5aac0d87ae274226a700824b5720483b02a1da3a082bfd21b7a21b72b627a150f9040a0d73211ad105c9d1464803e5a0784a158ab1819cc4c39f9ce4c0026ea4911c3772570d37f2b41437f2e96f4e6ac1314e4add92933a11c28d925ac48d7a9ac54997cfe746df9ac58d51c8e6c638c97032334670635d2037f6ea7d4e76e17a4ef6dc4d4e6e4c2c27b7603637ce7a22372efd213731a8839b1c66c64dd15bc34d39ba869bea92c94df52ae2a686a673f2b74c39f9fc2b9cfc8f9ddcb431a6dc3479636e5abe1c37adea3537fdc84f6e7a8ec8cda8b4e6667c6ee666d01a6ea6843137d35f969b79c2939bf5f02037fbe72b6e8e15c7293c1cc1cdbdcb728af5719cd298099c52621037ef6b1ca7acb68f537e2dc7a94c3fc9a91c3bc5a914fde1549e56710b8cef710ba70772aab9419c6aa735a7ae749a53570ee1d4c5544ec3683eb748ba9a5bf42285d354b9cb2d1eefc02dd6ffc7e731a735dd9cd3da57c769ed6fe6b4e21771ba175e734b25bdb9a5dafe9cdec5ab9c5ed76f4efffd5c4ebfa58f33d05bc019dc2ae50c5725728655119cd10d276e59653cb7fc8e0cb7d26817b772c3196ee5c5c7dccaeb21dcaae877dcaac763b955e0356796b693336b7dc0994f78c299ff378e332f3acdad0e1fc1ad7e5acd59285de72c8c58ced2d98eb3bcd8cf59e6ede6d6ce57e7d6be3ccdadab99cfadeb2ee5367aace436f631dca66757b8ad3616dcd63303dc8e230adcce9439dcae8e60cefacc7ace66d926cee6742467f35e8bb369ddceeda9b8c7d9f6497176260d9cdd39c8d9d53a71f625059c7de944cefe8325e7b07c02e718768e737c5bc839c92de19c4276702e5d439c9bc62cceed2be0dc279570eeab6673ee7fa7737b556ab8bd8ba6707ba386b8bd89abb8bd19d9dc3e9559dcfefdc5dcfe10897f72398f8b6b398fd8ef9ce7cb74ceab2d913b306a38e71353c0f90cc6730715db385f1f43ceb7f62ae7db54cbf99f2ae40236aee402aefa7147a6967147ed87b8a3ef1770c7e02e2e68ba0b17b459990b0ab1e5827d5ab8e0d41e2e18cde74edb7673a77b4ab933ef1f70a1f39db8b352b3b9b305ae5cd89c755c78540b175e54c49df349e022676ce62241281765ba843b7f8ee7a2fd3770d17fb67331dffee36284bddc85c664ee92790a17b77f211777d88c8b138e7397d76b7297ddb770f1925a5c7cd20f2e61cd702e21e41897b827854b4cebe2125f477349cbd770574fc473c9c33ab8e4276bb934f9875cda8c495cbad3712e23b483cb48cae032ae1fe66ef8fee46eaa0c7237b3df70991a9d5c66af2a776bcb272e6bd93deef68a05dc6d1396cb564de1b20b1f73d9434e5cceb1362e272a9bcb01b3b83bb97d5cee7c232e6f543497f7dc90cb1fc573f9b6dedcfdd9b25c81d37deec1adbbdc43f300aea87426577c6b31f728d19c7bfcbd827bccfee41e532baec455972bb99ec095a45771252fdbb9d2ba50ae6cd64dae6cee7eae2c56917b3afd39f774fe59ee59762ff7accd8dab9078ca55d442aee2db65aee2ef4daed2ef0257d95ecf55ed4be2aa95ecb96a1f37aefaed72ae26ff0e5773ff38f722cd927bb935827b19f896ab9d53ced59eeee56a231ab8d7fe57b97a9356aefea719f7e6e142ee0dcae21ae6b7700d0b7f710d5717718d6be5b8c6c621eeaded4eeeedc323dcbb43eddcfb5f0fb90fe9e7b9a6882caea9dc886b562ce69a7daf71cd51765cf3bb70ae65ea5eae45de896bf1dcce7dfc7698fb94d1c97d6a9acc7d4e7bc57dd11ee4da66f6706def74b8af765edcd7c6d15cfbd903dcb7a0cfdcb7abe5dcb7e6d3dcf71194fbee1bc1fde80ae27e6ed2e13a7a1770bf8c1ab85f25cd5cf7481faee7f564aed75c83fb3d16727f74a3b93f7dfe5cffb1975c7f9e22d75fd9cf0d3aa670835d90fb9b7f8efbfb249bfbfbaa831b1a7b971b1a3acb0d31561cf3f829c7d467714c6f1dc7f43de180960b07acaa38187e964381591c6ad8cee17ff70cde3ec891c5df39bac784a3dee7f96191a6fcb0c2c7fc7083787ef8ed525ec2b6871f51dec64b4e9ac74b2a66f2926b0ff092d17b78c957c9fcc87f9fea5147f7f0d213a6f3d27a137969ab7e7e4c1ee165fc112fd3b6991f7b76073f16eee165a76fe0657b76f1b27df379b929d3f989c3b2f989133cf9893e73f849237bf9c97ec1fce48beff92932ddbcbcfc2b5e7e5a2d2f1fa4c14fdbbd8a9ff6d187ff6fdf617ee65c7f7ee625097ed6f0007ef6fc5dfc6cd543fc9c34735e2172123fd7e4113f7793273fb76a31af689ecf2beea9e11583a578c5070ebc52b026af44787e9ed55e5e655c01bf4017f30b2a5379d5bb0ebceaa3f3bc9ac5635eed8232afd6f688579f94ceab075ce4d52f5fe335d4ca788da4c3fc226b86d7fc5ecd6b6be5f3dacb97f1da0947781d8d3a5e7722e575b529af6717c3ebffade30d763ce30d8e3fe00d5e56f1861276bce1a16cdef09e37bf7cfd767e654811bfb2329b3719afc29b4e2fe34dd55278d3b727f855e3def0abd276f3e6cfdcf8359646fc9a0d72bc8531e52dc93b7e6d4a1dbfae7807bfdeb198df703e9bb7b218c15bd5fde5373aeaf39ba412f84d1f93f8cdb332f92d15ebf92d03c7f8ad869efcf6e992fcf6a113fc8e667b7e0733c4efbcfa90dfe56fcaef3aa5c1ef8a5cca5b1f51e7ad8f8de0ad8fb7f2bba3fc789baa447ecf5c86dfb37f346fdbafcddb729f79bbf916bc9d69256fb72596b72bdacadb95ade0ed3ae7f20e5f7c78e7db81bccba01eef1a2bc5bb9dbdcbef3362f97d45b3f9fd53aff0fbf3bef11e73aff11e69e378cf9d91bc674207ef35b194f7da789ff7b24de7bdd521ef7d5a97f7ceb5e50fc845f107ae14f23e938b791f838dfc41b5b5bcaf04cbfb4ac5f17ee002ef3fce8c0f688ce603c4e57c60cc107fa4c59c3faa13c81f7d67c41f0bf6e38f2523feb8c37d3e48b69f3f31ed337fe2f96efe64c028fee41f5b3e3839863fb5f6397feafa7cfe54db201fe209f8d01527f9d09bf7f93005ca47847ee6232e9af0114f0ef111dfd7f0e7268ee7cfe9faf3e75c87f8731e09fcb947d17c64cc0d3e6a9e2b1fb5a6888fda10c2471d3ec54765cee0a39af4f9f348978fde27c1475f69e0a35f06f0319f92f80bd180bf385c9dbfb43e828f4b70e0e3322df8cb7bb4f878f3237cfcb32afe8aa4157f257e2c7f25298ebffa47894f3ef5964f312be2532264f8d47173f9eb4ee7f8ebd1eefcf5876e7cda38553ecdfb0d9f76653b9f7e6f159ffea39dbf697b82bfb550e46f5968f3b77c9ef059e3b5f82c575f3ee7d47e3e27fa2f9f93b287bfb33996bfe351c8dfb9bb95bff3dc8dcf9d309acf735bc7df05c17cbee5453eff5a027fdf7a3b7fffdc21be402d832f08bace177c7ec53ff072e30b63b4f9c27bfa7ce1934abee87b1aff58711d5f5295ca971ef3e79f264de79f491ce7cb6d085fde3c96afb8bd8eafe8aae62b2564f9e7a14efcf3303fbefad53dbe46eb32ff42e13b5f1bf782afbd5fccd7b61bf17516fe7c9df313beee00cfbf9ef5907f1d9ec3bf7ebc806fd058ce37d4bee31bfe8ee71ba5cdf9c644817f3bfb06ff56e529ffb6f836ffb6f611ff4e6f25ff414292ff50d4c437294fe69b762ce69b3262f9e6495d7cf30b4dfea35625ffb123876f5dbd856f753dc17fc2d7f9764b63befddfdcb5dfb8c07f7f57c57f6f2ee0bf7775f3df7f37f03fe61de17fc1bf7cd7e6677c776b25df335699ef7d22cbffee4be2ffb81ee6fffc3be37f3a13f97e2313be3f3d881f383b861f1ca9c40f6e0de5075fd8f27f0fb4f143530ef2ccc0671eac38c4c34e3b9eebd7e079ad993c1fb69ae7532478fe790a2f9c77e0d1f3113c4e6de4f1e06d9eea56f0f44a274f6b52797179bb30ec74b430dcce4390d0091046a8f50a23eeb40b23f83982e48c7a4172d9784172e09e20c98609238f190b23bbe70a520bb70952a55f05a9affdc2281224485baf17463fbb2f8cb1ed156416d50932f673049963c5c2d8ae044176ee3241f6cc5e61dcbc0261dce995c2b8a214615cbda430deda4a98601e274cba38479894f84298744d5d989c735098f2515398ea724890ffe1294cab2a12664c3316665c7f22fca79b2afce72821fcf75c5bf80f4c11666a2b0833ad428499bd7384d9150dc21cf76261cea1078282e15361eeec29c25ce691a0384ae99f5441716c8fa0686424283a9e1794547841c9629aa0bc629ba022a72fa804ac1216148d1616747e1216fc761516ae3f2ca88e3921a86edb21a8eec8125473fe1354efa60a6afb370a6aa57582ba0f16342cfe081a0772048d88e5c222bd2dc2a2bdc305cd59ae82a65292b0c4ea83b064a39ab0c47aafa0b36ab3a0b3799fa03380045dfbe182eef90041ffed32c140235c30d86c2618dcde2b1874ef170c85af82d1e241c1e89789b0cce497b08c260b2b7cbe082beebc12562a1f1756aa490a26ea6e82892e27986a1909a6657682e94777c1ac7f9ab046ef9fa430614deb2ac1a2515fb0e86e142c278c14d6fa30c2da343361ed6b5b615df86d61bdee3861bdc35c617d4a96b001ec14ac5aee0b1b397761d38a27c2a6d8ddc2a62c6d61539b9fb0d972b5b0393d40d8f2fa88b0d5305ed8da9c296c5b7848d83e63a1b0fdb1b1b04b6da3b0cb74bfb02bd142d89d1c25d8ecbd25d8642161cfd96ac1768b816077a456b02bde24d8358982fd8c56c1c191151c329305879c878253bd8ce0dcef2db89cf1125c9aea04d7516d82abe548c1356c8ce036305370d79a27b81f3e2ab8673c12f69f0a133cbc5b05aff95182f7212c1c187c29f84cfe4f3838bb5038187f43f05562055fac2ef8ad6d10fcecce0887a4460b878c2a85c30bcc84c3c26721f08dfc3f35c2914d6ac2914849e148fd1fe19803118ec7da0a27ae040927fea40827a7050b27a30d84e063138553d9eb8433911b843319be4248fe5c2154f79410ead12d8466560861cfca84f0e19642785fbe1091fd5c3857fd4b888c1285a84911429441b9106db85a888e1e2dc478af12627a2d840b0a86c2850a1de1223d25c4ee992ec476be10627bae0ab1f0ad7049ce45b874f13fe152bcad7029674088b30d13e2e2b384cb271d85f89baf8484900542e29e7bc2952e1721a94c4fb8aabe5db8ea785748f69c22249fa816925bfc85ebd27e42dac60d42fa824221fd0811324aab84cc253d42e6e66c21f3ae95706bc90de196cb15214b7aa79095b541b83d3b57b87d71af703bb640c82ef8216437bf14ee8c8e17eeb82b0b773ef90ab936b785dc03fe425ee312e19e65a590efe420dc57fb22dcff6825dcef56120a3c1385826b6dc283d358283c282b149e3e251416f40b854fb48487b337090f2d1e0a452a1b85629d24a17829158adf250a8f165e121eb5ed111e759e121edf1085d26d1d42996b92f074d506e1a95f85f0b4e2b2f06c939ef0ccc55978766f8ff0acae4228b7ff2594b73e13ca212f54bdd110aadafd85aa3e49e1b94a82f07c8585f0bcb655a896bd2e54cf1f21bc9072145e1c0a145edcab135e993f166aaf6609b53d63853ad350a12e6495f07aa4b6f07aca11a1deeea050eff7567873b7406818572e34cc09111ab4ef088d9397098d419542e3afcbc2db919ac2bbe9fec27bf506e1c3fa27c207b70dc287bb9784a6a5af85a6df9cd0242608cd92eb84e60bd785e61e6ba165dc1da12561b9d0f2ee88f0f1c20aa1758aa6d03ae383d03a93175a33f5854fe30c842ffac6425b6b86f055be4e685faa297c8bb82e7c7b6a2cfc98ec2cfca8d92efc18da24fc5cf24ce8982f2374685f163ad62b0abf769c163a75e5846e3929a1dbfdaed0a3c5093d4fdd843ef694f0e771b4303025471898250a03073e0b83dad9c260479b30481f0a435d12c250ff5781f9777fb1e6bf05e01e2b408d1a01a6b708b06d998002570b286eb540f4ec059ade21d0ce8b68d85a4b347cc30324212f8b245cd5904490319268284492730f21c9ad4648f26215924c904692850d68a4bc0692faef3f2475fd321af5c817494787a3d12364d0e88b3fd1e8320934e6f65524734116c95cfc8bc62ef041634ffc4463735ea0b1796b91ec9a66246b6380641d1490acfb052427e78be4b4a722396b33344e4f094df49d89261ebe8226c669a2491f4dd0e4c5f3d194f9004d597d0f4d759645f2969968faea6c34ddb911cdd0b98f665ce0d08cfaf3e83f194bf45f45289a39df18cd5c9981666d7640b3844e345bda0ccd96598266878f46736a39a4a07f0a29dc6c467347b523c597064869ee41a4b46407525a2e8d94ba285296d98a94c7a722e5fa56a4a2dc8454e238b460720e5a2853821626da20d529a948557b3252573f81349cde228da72548835b80342d3cd0e2be61486bae0a5ad2628396bab520fd7e6964b02d1119d42722c35183c850a11819fed98b8c0cdcd0b2c06368f9b01cb4fc61215afeb20e192f9d8d8c2d4d90f1d75ab4425f05ad1c6f884c22259149c70d643a2b1299a22064b6fe2b321f9e82cc472723f3718668b5471eb2985f892c769a238bcc15c8e2b62bb2547547966b03d0da994968ad62335abb6e1b5aa7d285d69dbf8d362c3b8436ecba8436f8ff451bb22f22ab120d6455f70e6d7cef8436692c449b7a64d0e66b0bd1e6be6d68cbb00368cbe446b4cde50fda3e7501daee26a0ed4dc1680798f97f764a25a29d265d68d7018c76bd5a88ac4f7aa1dd0e4ec8c65f1fd99c40c8f64139b21dd4440e92b5c821ab02390cfd428eaad6c829cd0b399b2f45ce2daf90cb8f87c86d961c729fc820f72a1db42fe806da772511edfb6488f62f1c873cba2e21cf3d2790e70f15e47de926f24e5c8b0eccec433ea31f219f602574d060223af87207f2551f85fcac5290df9eb1c8efc252e477fd25f257f646fe117391ff95cdff7c41fe0d13d1a1b9bfd021df2f28608c140a58731b1dde6e880e0737a3c3fff671e0fb5c14f8c3eb9f0474443e001d3d3b0d1d9b4ad0b17857749c9f8d82a6d9a1a0992128e8960a3af1773f3a39e7190a5ef70505fbe9a25389eee854c714744673023a73e5160a71598ec272865058a1270a7be983c2476c44e10ac751b87a180a777e8cc2b3935178a72f0aefda88ce1936a3c8854a2832c01545edc528eadc0f14ed7305c54cd24731f90328e6d10f7421f030ba70b1025df87001c5664ba04b0d7fd0e53304c5afda8e12fead45e2d26d28f1852eba629b82928e34a2a4d6a728f940354a3ef31ca5fca78c5236ce46295b76a0943d2628c5c30ea5dae4a05487a928b5c917a5d902943eff044ad7314319933351466023cab89686325a66a01b2302d08de50bd1cd031750669406ba35c71add6a1250d60a1f747b650ecaf6524239838f51eef01294abe88e727718a1bc358628efba3fca6bb984ee95af47f7be38a0fcc6fde8be8f232a606ea1c2a9b2a870ef7bf450f50b2aba760415dd4e43c5a5cfd0e30901e8f1647bf4d8a51f959c094425ec0bf4c4cf143d69d643a54bafa3525b3f54ea928d4a0fdf42a58917d153bfb1e869febf5817869ecd19839ea553f46ca805954b2e41e5a7dd5079af252a47dda822291b552a9ba34aa755a8f2e06e5475a1045531c9e8799c0daa8e69403596fda82696432ff4acd00baf9be845cf03f44a6232aabb7f1bbd76b646af2f7c46f533a3d19b640fd430bc1535187c440deb216a08a8450d5fe7a146ed1fa8d16d3c6abca58ade9ebe82de2f2844efb70fa2f719dfd1879df3d087eb6ae843ab316ada27819a2f38a2e69e24f471dc2bf4c9460f7dced980bee431a87d64116a575340ed1af9a89d3141dff22ea0ef337fa3efcaafd1f7ea99e87b9b1efa69a3847ea230d4515b863a5e3ba15ffdd9a8533e19752efc8a3a6d035167a21cea4cdf803a9ffcababdc873aeba25197532feaf2ec46dd52b351b7d16bd47d2408f5acd88d7afc36a1defb75a8f7b929ea3bcba1be0759e877f047f4678b0bfa53be19f5f7e6a301655d34b07d181af845d000d38506e77f47cc6e25c4b8fa23d6f40e02b63508f85e4620f01e827636889f4610bff60ae2ab63105f3b11f1fdd39120f71d092e1a4878f304093d6310e2f31079e588a8c2101247ed41a2da00124fabe061eaf3f030fb403ceca82a1e1625e2e1958ff1f036132c31bf074b1c50c11278084bbedd8ea5501e1ea5f9188f12adb174a804968e9f8c47a72cc763fab760199bfd78ac762e1efb7c1c96bd6781659b6bb11cc7e271ff59e071276ee071659a7882c71b3c2136194fb83f034fd42cc613ef3fc693a6f5e1498bdcf014d082a77adec753b34db1bcde132c7f2a0ecbd76cc5d3b62dc5d30d47e0e9f600cf387413cfa8b5c1ff692cc3b30ebec1b3c78fc2b3a775e2d91b1fe039c7c6e039ddf15861722d56b05f8d15b2ee6085d23558d17233563edb8a55f6146295b2b77801d1c60b257fe1859b37e185f99bb0eae62b58d5650d569b1684d565a4b0ba491d565f3b12ab6f70c11af7a2b14641055e74ee0fd69c76146baa2860cd6773b166ff08bc383c066bb5c4e125665bf192920d587bc778acb36738d6fdfc032f1de38497167fc44bcb5e623d1f05ac17b316eb659760bd976658af7e36d65f6b810d0ae4b1a1da3fb75663a3f517b0f1ea486cbcc11a1b5f9c8e8ddfdfc72b24fee015791bf0ca9a55d8c4cf179b3cf2c0266dd5d854fa27369df3159b7ef984cd3c2cb159742c36d79e8bcd97bdc3e69b9662f37bff61f3e2ed78f5c632bcfadf1cadce798d57df51c216720bb0c58600bc76f67dbc4e220baf7bb701afd7388bd71f5b84376c388037381563abea4b78a32a83372ee2f0a69dabf016fb77789bcb19bcc36e2adee1508a77aefa0fefb40ac43bbd97e19d314d7857fe34bc0b1461eb5921d8fab825b6d959896dde18629bbe89d8d62e18dbfe0cc076a54bb05ddb596c270cc7f6c16fb07debbff83d01dbf392d821ea1b768c4bc38e5949d8e9dc79ecac0db18bd91bec6a1f8d5d0f7dc2aec9d2d835653d764d5f8edd5c8e63b71f9ad8ed4f04769feb82dd95ce6377471bec1ed08ff78e4dc57b7562f05eff0b786fc374bcaf4c03efff7b1a7b9c81d873de2ceca5bb027bdd69c75e8f7e62af4f0bb1d7cfd3d87ba305f6bea58abd6f77e2033a4fb1cffed3d8f7cc2cec377102f69f908ffd33d662ff0f07f0a1b35771c088027c7899243e7ce50f0e347f8d035b1df011f5e3f8a8d51a7c74cb677c742bc447dd93f151ef91f8688d1f3edaff1b1f57d1c3c75dd7e2a0006b1cc48cc5270abfe2130fad70f0412b7cfa740a3e33c6009f39e68e43b6abe2902b8938e49b010e55f0c4a1ab8d716849233ebb60089f0dfd83cfa2211c762804875dbf87c3bebae0f0f81e1c91fb1047bcb7c1e7dce6e048871538f2d0281c15ba134775aae2f3493df87cd6771c1ddc8e2f98fcc217521df045b201c79ed88be30a6371dcef527cd938165f0e8dc697bf29e3f883df70fc298ce33f8cc5090f9a7042f1659c787cfe3f0770626635be92720827696be224260e5f9dbf015ffdbd09278f5e8993e76ec7c98f02f0b5872a3825be19a7c02b38d573324e3d6481534b76e0ebb2dbf1759d09f87acb389c563b1ba7abf9e2748f6c9c211f89336e16e31bd406df9ca1896f1af5e2ccee09f8568413bed5f311df9ea4816f9fdc8b6fd7c8e03b9f0771ae942acef3f986f3066bf1bde3dd38ffca337cdf610dbeffd90f17a8e7e18277d6f8c1da39f8c187a5b8c8dd12173d5f8d8bbeb6e0a2be9fb8b8c20f3f4a8fc38f8779e0c78aeaf8f119035c32eb242eb959809ffc3b0ba521b5b8343a0a9782fdb86ce1275cb6541f979d7f8fcb060ee0678a96b83ce8032eff92872b66dfc015ae21b832ef14ae2c3a882b7fd8e32a7b3bfc5c7e277eee518a9f1f3c81abb5db708d5527ae3991816b2e7cc02ff63ec02fe2e4f02bff3db8aeb71bbf1ebf1dd7574fc0f55de6f84dea4bdc70f8276e74fb821bdf8fc46fd3aee0b7dfbaf1fbf200fcc13b147ff8a58b9b8297e0a6b622dc3c77236ed60cc6cd4b59dc327a3c6ec9efc11f8d6fe38f7689f8e3c121fcb175166ecd3c815b5b8fe1cf4727e12f6e7b70db8844dc56168ebfaa0ce2768ff3b83d5f097fd35e8ebfebedc2df5b2cf04f6b7fdc5160887fa960dca55f8ebbf267e2aef75370d74f05dcada381bb2d5371cfe985b8e7622eee611ee3de3b5b715f7208ee7b37807fcb1dc6bf8913fef389c5fde718dc9fa28cfb3f4cc383caae785023030f455be3a1fe9578882598f1bb8399fc66cc749560d6b517b3012d1896ca604ec11ff3821f162423301a978b91492cc6bda198aca9c454f70aa61792b158b2850ccf384e46185f242392e3c988af2fc988df9f89a47d0f193969371979a98f8c144522a56c4aa42c6389d4cd66324a22948cb2ca27d28b7f93d12b8cc9e8331fc9981f0544c68925b2a5b9442e2489c8b5a89071675f9271255bc9f85fbfc92419353239b4984c55b84ba6a96c25d3342f916945efc874a544327dad0f99beb7964ccffb42a6bfee25d33b35c874762299b1af9ecc88dd4a66943d22ff9ddd4cfebb9843664aa59299f732c9ac0f3d64f63c1d32db3a8fcca9fb4c14ce5d230ad75389429a2d511cee4b148f9613c5db4e44c9528f28d5f61095c28d647e411c5998728da84a571155db1ea21a984c54c35b886adb66a2da3e8f68f43c251a50932c9a1d48165dbc4f3415b790c5eac7c8e2ca78b2f8751ad1d66a26da83f7888ed179a2539d41745ea413dd8f47c8d2198964e93623a237b581e8fd4d27fabf348981f422621056490cde1d2506ad25c44018470ccdaa88618e3f59bef81259ee664c96335389b1cb1962bcf73959f12a8898d87a1193fd078949ff67621a739eac723021ab0ef79255d9cf89d96a5b621e808979871e59ad5243561ba89235df958885d94462a9ac472c7343c93a1981acdbb389ac4bc921eb0fe511abd919c40a5c241be576918d37d6924dfb6ac9a6f0af64734226d90ca2c8664e245b167e255b725e90ad0627c956734db2f5a107d9e61a4cb63f66c9f677abc88e7a79b2735131d9193281ecfcdd45761d1e20bb4edd20bbee9c27bb8a3610ebd1eb88f5d41462bdb59058db5e24d6c56e64f7ef9dc446fe0ab1294d20b6fb5588eda97662db274dec9c3612871deb89c3af6fc4d1a59038fa6c238e2ffe12274d57e2bc4a8e3847ac242efa5dc4e5ca46e2aabe8db8b66e276e81b388dbb32bc4dde529714f0d27eecf64c95eed3d649fde75e221ad4a3c2c7289e7c519c42bff0cf1aad127deee31c4fbc62f72a063801c9c214d0eee8f2207fdbf105ffdb3c4778d3609885c4b0e9bbb91c3511224f0da1212f8db9c1cb3384c8e79489363a57ee4f8b26e12f4ed3509d60c26a7ce5891d3b3be931083e324c45b9d84e06c125a35819c5542e4ecd22812b6c48b84597590b0bdbd242c6a3f092b3425e152d624dce7078958a44dcecdc925e796ab9148e9d92472bf16898cba44a2542c4854e35a12c5ad24e71b3d49345d4a6227e89058d34e12ebbf835c927c402ee57592b82353c9e5e5d924a1c98c24f4e791443b44126b9e90c4f786e4ea440372756326b9ba479724b75793e49febc8b5278d24656b2c4975b120a971fde43a3127692308499bdc47d2b6f124edd72192aef086a43f732219eb4c48469127b931468edc50f421373e78929b9165e4e6b5fde466b339c93cd74132bbff905ba33f925bb2f7c8ad3326e456c31572ab238ddc96d725b78d9ac89d245b72e75523b9f3b587dce95626b9277549ee9f1b242f763fc9ab2a2777ad6cc9dd2d49e46e8d33b90bbcc83db52de45e421ab9bf2598dccf7225053baac88395e9a4d0399b1476fd200fd72c270f3f8792a2c00da428ef3829fa2e438a55a793e20ddea4f8941b293e7d8e14bf7b401e3db2278f4ab2c8e3cc2e52a25b404a80404ac1275236cc8c94098de4e9bccfe4e94d7bf254bc4d9ecd5945ca6117a998d5422a7c3b4845d00e52d5e24f9e372c20cf5b5249b5fd5352dd6d435e8c36232f427bc8cbad0ae4d55191bcbaae4eea1886bc0e3322af3fa592faf32ca9ff7e9fbc514b246f6c3c4983db58d270dc8c34549991c6995348a3c757d278239b34becc25ef64d79177eb07c8fbaf8fc887d312e4c3451dd224d34b9a8ebb91a6500fd274e91169aaf025cdc3ac48b35c3869b559485a2b1a496b9d1df96c66453e571491cf2f5f932f3fb69036fb51a42d7a2b69abba46be8e3122ed9a3ea4fddd5ff26d5921f9bea5957cbf1e407e58f1e4c7ded1e40767447e3ebc4c3a7437938ea5f5e4d70555d2e9f08674de4c205d621fe95efd9174a79e26dd5faa49cfbe40d2f3248af4f49c25bd4a51a4b76f13e99b798af4b96d237df706c8ef968fa4ffd40832a0624706ea6dc9dff078f237c7960cedda43860e6b90a1d68d84f10d23ac4c0c619d3e10a0e04ac0a6ad04ec7621e05611e14cc611def0121126b513c16e3411f67d25c2b33e2270e30932ac20387919215b3011d7ac252251a7c30e533a9c37a712e3ef50092b372a71b9934a94dca223963851c99bc7a864ed152a396447a5469fa0528b175129d3c354aa5e9a4a872b53e91bb7e8e838253a66472e1d736a3a1df3cc998ebd574d651dffb96c4c658b0f5259ba9acabd69a6e346afa6e31ecbd0f11b32e8f8af1fe9786041271c5845270e9f4f27fe32a6137b46d049db42e8a4f65f74b282129dbc99a79343b4e9e4fc2774ea91423a9509a2f29ace54feb0169d36760e9d76fb2a9dbec5984e0f71a3d33b6de94c4b2f3ad3a39ace6a83747698079db3f4059d13de4415b63ca60a994e54819f4ee74e1a46e71e4fa27343b4e8dcbba974ee0b5baa68a14715b3cba862ce14aa58ac45155f5ca14a737ca8d2aaf75445ed215559d945554ac7d0f98e2e747e0c4fe75faaa7f37be5e902550fbaa0d390aa36a65035c924aa667194aaed57a76aed2255bff69e6a347fa38b3666d245f7ada8a689355dac3d962eb65f4db5564ca54b16bfa64b1cd6526d2f5daa1dda4f751a78aa6be44c75634ed2a5b6cba95ea302d58f30a3fad776507df63f6a38d2801a1e8fa6868d1e7499923f5dbeeb265d7e761e353ea1448d43f4a871e8576a5cd14e57482ad2950a6be9ca54096ad27c889adac95153a73fd46ced086a3e1449576794d135b20fe81ad775d4726319b54ccfa196b752e8da7040d77e7d44ad16bb512b2f53ba49a7896e6aba4537e10cbab9c1916e59f48e6ef92dd2ad1697e9f6955674fbb36ebac3663bddf1ec0bdd699a41771ddc4a775d63a9b57c37dded51457787fea67b6475e81ebd7b744fd26dbaa7d197da8eff4b6dffeba776f37e50fbdc5c6adfba863a2c78411d74a751074b2deaf0a29c3a6e19a48e87c3a8e3bd48eae4de4d9dae1652a7e219d4798b21756e4aa42e5281d475582475bdaf4adda2d752b78c49d4add083ba2f4aa67ba516d1bd8101746f9c48f7b6bfa2fb5647d17d0f83e8beea36ba7fbb3cddef3683ee4faba61ee1ded473a931f5ec5f45bd149da957be1af5fa73817acffd43bddd9de9c19257f460df66ea3bf52ff53d7c91fa2ddf46032466d280dd61f470ee127a24d3981edb3f9a1eafb6a0c78726d3a00705f4c4c6017aa2db930607aea6c1ddbbe8a9855be8299fe3f4f4347d7a5a7b243d6d7b829eb1caa0219d136968a0090d0d4ba1a19f4ed05031839e9dd74acf7e9840cffef4a161bb7ed2708d047a2e3c8246ed7847a39e35d1f36fa468f4a4081a3d3980c6eccda531fb9c684c5e2b8da993a731dc5a7ac1f614bdc07da317f8e534f6c9707ac990d24bc598c65514d0b8964ff4b26d27bddc1e46e335aa69bcb63c4dd87d9f262e384713fda7d22b8e3cbd126c4aafdcfa4d93467ca6495102bdbae708bdda5946afc22f3479c4129a3cf35fb4caa3c9410ef49a6f0cbd26dad254bb6734b5589aa696dbd1eb1b92e9753448d33c4a699a67064d3b5549337242e90da59df4e698767ad37f3fbdd95d4a6ffe35a19912b3e82d6b7f7a2b792bcdd22ea5592b00cdb2c9a4b795a7d3db4b32e8ed106b7abbdb81e6ac52a277ccb569eef41c9abba793e6863ca7b9e52369eecfbb346fea649aa7284bf31afae85d45137a774924bd6fbc873e987b883e78a34e1ffc7c420be3fbe943b754fad0af8916d747d2470107e8a3a11efaf8bf36fad85f85964cfe424b7c8b68c9d97afae4e909fa84c9a54f881a2d9555a7a5997db4ecdd05fa74d649fa346f147d66f7803eeb184fcb6789b47c9f222df7bc4b2bf64bd18ac4405a79299856551fa65564237d7ee2277de1bc83be1c81e9cbd204fa722097d60e8ca4afdd1fd2d7a75ae96b7499d68fbe40ebdf1da56fe64da5eff432e9fb866afa21683ffd5038927e78e9443f7caea04d36cb6893f779fa71dd62fad1df8c7ebc91463f96c6d3d665bfe8a7c71cfd3c7f39fdbcbe977ebeac423f77bca55f86b9d22fe53eb44d7e376d5b7d927e7d3e8c7e8586b4fd890c6d7f369d7eebcca63fc62fa63f759de9cf635df4df3b453b42bc6947532dfd65b895fe0ad7a29d328b68e7c602da15a54ebb556b68cfbb10daf3a99ef64e92a3bd1e6db46ff94bda67994e7f1f3b447f3fdb45ff443da5fd2bc268ff91a3b4ff6d041dc8384e075ecca18367d4e860c94efa3762341d6ad94e19a50d9459dd4519924659ff9d141a5ca4b0c29c728bdc290f3f5161da658a3e1da2e88b0545fc188aa7aca4385d9de28c1c8a731e52a2de40e9684ae9f41d946e9312871dff260e1fdf294aacd113254ab13862e20e718465b53862f70d71e4a3cfa294cc4a71d47f7fc551833b44e96373c5d18f3e8a63963a8863529a45d9f87651ae2f411c6f5e214eb0ff234e74d9284ebc77549c1464244e8af11427b7b588531fcf11a7361688f285a7c5699a0fc5e96abbc5ff0cb3c5ff9255c5ff32e5c5995ae9e24c5a24ce32b115673dba28cef63b28ce4ecd1767d7b88973b66f14e704ac1215e2c6890ac96ea2425db138979d242a266a8b4aeb9244a54bc3c579ea3de2bc6392e2bcb66e51795a86a87cfd84a832a14854190c1155c8047141889ab870649db8707692b890448aaae61aa2ea2d6b514da75e545b7540544f7820aabf8810d55f9d11d59b90b8e84caaa8a9972f6aedea1697fc17242e21fda2f6d16251677782a813fe5cd4e91c26ea4e3612975a7c1397da207169fa54516f51b5a8e79f26eaf79889861a5434dc9a2b1a7261a2d1c86cd1e8d83771b98594b83c6399689cba5b347e3d595c19522b9a54498ba6f283e2aa2f91e2aade3e71d5d076d15c314334d78b12cd8ba5c5d55bf3c5d53774c4350b93c535de23c435576788ebe4eac47549485cf7454a5cd7f6495cf7fd80b861859eb8e1a6beb8a1e59a68a5cf8b566d63c4cd7d26e296f405e2968709e256e902716b989bb8f59a83b8156d17b7492f13b719f68bdb573c17b76f392feeb0ec10779ac98abb4ca8b82b2941b496cb12aded2bc5dd133c451be789a2cda73be29e0dbf455bf933a2edfd41d1fe262fda7787888e7316888e87be888ee76d45c79659a223a8139d932445e73f4f4497dd4474afcf14f70dff24ee735113f7797a89fba7ee10f7cf3b227af43c123deb2f8a5eb2d745af35ab45efee73a2cf4a75f1e00409f1a055a3e837e28de8f72e51f4ff5d2e1e91d7138f84a689474fde118ff98d108fbbf988c75f3f1283e45bc420bb1a31c8ab470ccabe2b06353c124fae19219e4cf1154f56d48927d14331586f9a183c14229eb6392f9e91561543d6ef15438dfcc550376df1ec4d0731ccb15e0c9fd023864f1d10238ee788111933c50828294625c988518f94c4f3d35cc5f33b07c418c50e3126b95b8ca9582e5e18f640bcb8e93ff1d25b35312e758d78d97ca478b9e0b8182fbf4f8c5f77528ce7868909c6d96242f7183149e3a698c46f12af2a4c12afa6cf11932d95c464ff563139c9484c09fa2ba65c7110533ec58bd77bbf8a697be2c5f4e81c31bdf1b99871b058ccd4901633f77e163303e2c4ccd3e3c55b8b0e8ab7965e106f192c146f195589b79225c42cd918316bfe0731ab3650bc7d67be98bd689c985dc68979f92ee25d4b59f1ae4b9878effe2531dfa95abcef6e2d3e9814233eb090101fd8bf171f7c08141fb4d58b85759662616fb4f8d0344d2c365d29166f8c131f255c161fc7bd121f97798a25561662894d9558f27e99f8c43e412cfde6249649ad179f7aee169f3d6a10cb2b07c48ac86ab122ca59ac405562a58a9d58b943142bdd1e8b554b12c4e74b2cc5e77a13c5e745f3c4ea1569624d998a58539e2dd6341d145fdc69105f2a5489b5c76dc4da9a62b1160c13eb4e568b755f02c4bafe3eb15ec245ac7ff45b7c33658df86679a4f826f6b6d8a0de28360c54896fefe88bef36c68aefce9a8bef7dfe881ff6bb8a1f8ead123fd418884d96b162d3c7856253ab9fd8dcf94c6c691e297e1c68133f2dfb207e0a6f113fc7df13bf7c3313bf0cec13db366e12db2ec58beda11e62fbfb95e2b7a53fc5ef122bc5ef33edc5ef5aa5e20f4722fe34c562c784316247c62bb1e35b97d831f440fcb5a054fc55fdcf1f56ecb41f2376cfb3177bd63f127b3cb0d8abe12bf6e9ce14ffdce811ff7c2811fb238689fd055e627f91a93838f2b23898d02d0e3eb01407ab6e888343c7c541b64d1c0a3a2032d31344d6d059648fe9896cea36916ded10c1da40119eec1739ef4d22179b27f2353b4561afb128bcb82362cd0b22fe344324bd192235fb2a52f3a3224dbd23d29e5ba2f8f0a4a2919fa196b6a1e2b0c36e269b2c87fdb3cef5c8ff552e5d6ca8e8e4a4e7a86fe0a2a5ebeae4eaa4a5e5ecb4d4455bcfd5556bb19eab8eee526d677d6767036d676d2dbd7f45c740cb71b1bec152037d1d472dadc53ada8e4b166bbbe9eb1be81be839693b2f76d4735c62a0a7e568a0edaaada5abb7d475b1bebe9e8eaea3bea393b68eabf6526db7c58bb5759c759c1cff65ea2c715da2a7ede2ece6aaf72fc5cd515bdf51cbc9d9d9d56db19e939e81f6129dc54b740db497fe6f4797fc7fef0f1ff075f1f175f5f3dbe1eaebb7ef80f7ff36eb1a2aea2cd25da4ad68141414f43f801ebb15534d3700);
INSERT INTO `wp_wfConfig` (`name`, `val`) VALUES
('wfPeakMemory', 0x313133373531343830),
('wf_dnsCNAME', ''),
('wf_dnsA', ''),
('wf_dnsMX', ''),
('wf_dnsLogged', 0x31),
('lastScanCompleted', 0x6f6b),
('lastScheduledScanStart', 0x31343638323838363032),
('emailedIssuesList', 0x613a33383a7b693a303b613a323a7b733a373a2269676e6f726543223b733a33323a223038636334316564313965303735383766663161353931663861326137333434223b733a373a2269676e6f726550223b733a33323a226634343231346465373265346339666165366361393463646430633861643933223b7d693a313b613a323a7b733a373a2269676e6f726543223b733a33323a223665333366643535613161376663626263613637396163366366333534363263223b733a373a2269676e6f726550223b733a33323a226366383935303230616234343137653736663764363331343934623636326162223b7d693a323b613a323a7b733a373a2269676e6f726543223b733a33323a223532386663656237393939646431643766326432353437393132643031643532223b733a373a2269676e6f726550223b733a33323a223261353937386239646365636434386330376232353234353530643631313532223b7d693a333b613a323a7b733a373a2269676e6f726543223b733a33323a226564353233613737303936336331313433623838383861663965653133656632223b733a373a2269676e6f726550223b733a33323a223966623365306530613666633966316632363339623062356334343266376664223b7d693a343b613a323a7b733a373a2269676e6f726543223b733a33323a223261313066613466656336313931396536663636336364623733366237636431223b733a373a2269676e6f726550223b733a33323a223339323561373731333833636137653963663735323739326436356436396239223b7d693a353b613a323a7b733a373a2269676e6f726543223b733a33323a223939666239356366613766323461623163663164313766323063643830623438223b733a373a2269676e6f726550223b733a33323a223733656237643836383864663432336165373662653839643161613230626636223b7d693a363b613a323a7b733a373a2269676e6f726543223b733a33323a223331663337333363323362373734353865653639343534323464363237633866223b733a373a2269676e6f726550223b733a33323a223038333761626332343531663438643132383561383737383831626261663435223b7d693a373b613a323a7b733a373a2269676e6f726543223b733a33323a223437346165343864663238366438396130343036303138623764636237386631223b733a373a2269676e6f726550223b733a33323a226433633432663738323935366266646134343162313435656636363466613134223b7d693a383b613a323a7b733a373a2269676e6f726543223b733a33323a226663353464356238653266343238663833646561346263613231323462386432223b733a373a2269676e6f726550223b733a33323a223861303963386364303962366362623939366466353137613132323663366264223b7d693a393b613a323a7b733a373a2269676e6f726543223b733a33323a226538316536353763393665666437346363613062356162626439343565636134223b733a373a2269676e6f726550223b733a33323a223439323533623362393765643833373666336433306437383737326439353232223b7d693a31303b613a323a7b733a373a2269676e6f726543223b733a33323a226232303835386430653136336434363761383566393065646236363464633335223b733a373a2269676e6f726550223b733a33323a223834323766643339363731323565316536363639663934666539393431353163223b7d693a31313b613a323a7b733a373a2269676e6f726543223b733a33323a223935353232393533653233323034333539303937626132393730373233646237223b733a373a2269676e6f726550223b733a33323a223461323536366433316236353739393331363338383836626138333162663432223b7d693a31323b613a323a7b733a373a2269676e6f726543223b733a33323a223464313166643666366435643564376131356139393737623234646663633536223b733a373a2269676e6f726550223b733a33323a226439323031366562346261313234303935316564663234366266633465663931223b7d693a31333b613a323a7b733a373a2269676e6f726543223b733a33323a226162616536313765383739613530353739346139623839623237623636316264223b733a373a2269676e6f726550223b733a33323a223631663431313739376234303038346631343935653735333661306462333832223b7d693a31343b613a323a7b733a373a2269676e6f726543223b733a33323a223462643361306439626561336661346461336162343635303366633637396232223b733a373a2269676e6f726550223b733a33323a223935326337666632363330396137313934303032363034313365336237383135223b7d693a31353b613a323a7b733a373a2269676e6f726543223b733a33323a226662343739373565336639333533303932633662373161643265373861343162223b733a373a2269676e6f726550223b733a33323a223735303232313937346136313436316563623161316561356431313435343536223b7d693a31363b613a323a7b733a373a2269676e6f726543223b733a33323a223163386535643130323662393165633730623332636331363133306461396634223b733a373a2269676e6f726550223b733a33323a223566316335666337653636373837373563306466383162363135343833386530223b7d693a31373b613a323a7b733a373a2269676e6f726543223b733a33323a223732653237313366613361343333386164623363643737616335363530303731223b733a373a2269676e6f726550223b733a33323a223230336231626231353039646635323537343431616135633433616562363131223b7d693a31383b613a323a7b733a373a2269676e6f726543223b733a33323a226430323530383239333364613964393961303635386534643334323361313366223b733a373a2269676e6f726550223b733a33323a226237386236623336333162613664316331626662316466303764336638383966223b7d693a31393b613a323a7b733a373a2269676e6f726543223b733a33323a223463303933393466373439663535333334386230343661383139616339666333223b733a373a2269676e6f726550223b733a33323a226430663331363636656536383865323263313266373634616238623630633333223b7d693a32303b613a323a7b733a373a2269676e6f726543223b733a33323a226636366166333466316334346133316631613837396162313061666330303033223b733a373a2269676e6f726550223b733a33323a223637663035636431313738356663323539336264336232633964326364623538223b7d693a32313b613a323a7b733a373a2269676e6f726543223b733a33323a223463303164343634373133356534343165653565373564643535306131313035223b733a373a2269676e6f726550223b733a33323a226466666564626139373464353639613431383361373438316165376337386363223b7d693a32323b613a323a7b733a373a2269676e6f726543223b733a33323a226530316165356366656232363162346639353038396536393161343766656664223b733a373a2269676e6f726550223b733a33323a226161313735633438396261306666366138363139323531306433326363666438223b7d693a32333b613a323a7b733a373a2269676e6f726543223b733a33323a223631613165396530393630333066643463303934323862633933653664666336223b733a373a2269676e6f726550223b733a33323a223163386131363335376661666535666438306130343134313064383631626530223b7d693a32343b613a323a7b733a373a2269676e6f726543223b733a33323a223531386136373837616464333166616564653165306666353437623163386262223b733a373a2269676e6f726550223b733a33323a226339643739653133366639313431336536623331643564356437386334376666223b7d693a32353b613a323a7b733a373a2269676e6f726543223b733a33323a223532343832303831386265356666303566643163313734636261396135633362223b733a373a2269676e6f726550223b733a33323a223464653234373230663137653135333233316163323130623362643737396335223b7d693a32363b613a323a7b733a373a2269676e6f726543223b733a33323a223861313936313632376235333063653333326535363136646333623836353436223b733a373a2269676e6f726550223b733a33323a223065356662393231323763313634326139653331656662346438376636373136223b7d693a32373b613a323a7b733a373a2269676e6f726543223b733a33323a223638303730363365326165333831373838343762376336316234613938373136223b733a373a2269676e6f726550223b733a33323a226136343036653135663230623636326365343034376234383130373438646336223b7d693a32383b613a323a7b733a373a2269676e6f726543223b733a33323a223932656164326437663165623663383835636262386563643633616461653036223b733a373a2269676e6f726550223b733a33323a223839393537323434633866343439346165316539313537373764396235636330223b7d693a32393b613a323a7b733a373a2269676e6f726543223b733a33323a226235666538363436313137323933303666626537303537616535613937323464223b733a373a2269676e6f726550223b733a33323a223463323430373431303963343732373864373431306238633530653033323162223b7d693a33303b613a323a7b733a373a2269676e6f726543223b733a33323a223465663163396364353961613433613864346266326337633832316166393439223b733a373a2269676e6f726550223b733a33323a223263323561343236633439613265343936663930663538653632613138366336223b7d693a33313b613a323a7b733a373a2269676e6f726543223b733a33323a223335333433616563613163613638323162336235616430616437623237316361223b733a373a2269676e6f726550223b733a33323a223536393163373635646630623666306561373337316638373037393332653233223b7d693a33323b613a323a7b733a373a2269676e6f726543223b733a33323a223839346537323734643564323062303735383035393132633037356661333365223b733a373a2269676e6f726550223b733a33323a226530653030363836303539633330623137323465346330396138626437373162223b7d693a33333b613a323a7b733a373a2269676e6f726543223b733a33323a223635613462386637373434376438386139303733396134313439666162666235223b733a373a2269676e6f726550223b733a33323a223438613939393732316165326336613934636164623763343661646632666338223b7d693a33343b613a323a7b733a373a2269676e6f726543223b733a33323a223666306162316361323263616465326238383661313738323231353664326166223b733a373a2269676e6f726550223b733a33323a223430653136303832373364366130613261613761356231343238663037333562223b7d693a33353b613a323a7b733a373a2269676e6f726543223b733a33323a223039313064343034353633303162356466376139396435653562386530653438223b733a373a2269676e6f726550223b733a33323a223462643937326566663239623262303566646266633538613932653934373237223b7d693a33363b613a323a7b733a373a2269676e6f726543223b733a33323a226562663934333036393464386538613363363463303163323064396365663366223b733a373a2269676e6f726550223b733a33323a226239666436303133346437366338613862616134336165356664323565623265223b7d693a33373b613a323a7b733a373a2269676e6f726543223b733a33323a223834373738343261633635386532333264663634626166313437616132336136223b733a373a2269676e6f726550223b733a33323a223936363533356637323336356535306163353366396430633761343830633064223b7d7d),
('totalLoginHits', 0x3233),
('totalLogins', 0x35),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a343b733a383a22757365726e616d65223b733a31313a226d617374657261646d696e223b733a393a2266697273744e616d65223b733a363a22456469746f72223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a32373a224d6f6e203235746820417072696c20402031313a31353a3335414d223b733a323a224950223b733a31323a2237302e35392e34302e313834223b7d),
('autoUpdateChoice', 0x31),
('scansEnabled_checkReadableConfig', 0x31),
('scansEnabled_wpscan_fullPathDisclosure', 0x31),
('scansEnabled_wpscan_directoryListingEnabled', 0x31),
('scansEnabled_suspiciousAdminUsers', 0x31),
('scan_include_extra', ''),
('liveTraf_maxRows', 0x32303030),
('adminUserList', 0x613a313a7b693a343b693a313b7d),
('loginSec_disableOEmbedAuthor', 0x30),
('ajaxWatcherDisabled_front', 0x30),
('ajaxWatcherDisabled_admin', 0x30);
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfCrawlers`
--
CREATE TABLE `wp_wfCrawlers` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`patternSig` binary(16) NOT NULL,
`status` char(8) NOT NULL,
`lastUpdate` int(10) UNSIGNED NOT NULL,
`PTR` varchar(255) DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_wfCrawlers`
--
INSERT INTO `wp_wfCrawlers` (`IP`, `patternSig`, `status`, `lastUpdate`, `PTR`) VALUES
(0x00000000000000000000ffff42f94bfe, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1468190645, 'crawl-66-249-75-254.googlebot.com'),
(0x00000000000000000000ffff42f945d7, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1467970905, 'crawl-66-249-69-215.googlebot.com');
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfFileMods`
--
CREATE TABLE `wp_wfFileMods` (
`filenameMD5` binary(16) NOT NULL,
`filename` varchar(1000) NOT NULL,
`knownFile` tinyint(3) UNSIGNED NOT NULL,
`oldMD5` binary(16) NOT NULL,
`newMD5` binary(16) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `wp_wfFileMods`
--
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x8052c42ab3b8aa06a3f5f788a4ddccc2, '.htaccess', 0, 0x00000000000000000000000000000000, 0xf46fc69fdbe84523f56b3bb738d15f2f),
(0x2a3620cc33fb02af9e97ffd0ba6f232b, '400.shtml', 0, 0x00000000000000000000000000000000, 0x67e180fd9e4a51ff64769439626e165a),
(0xe51d270cc731e6a395107f8afb322583, '401.shtml', 0, 0x00000000000000000000000000000000, 0x44560a083fefbe256344baf162cf468b),
(0x3533e5b46b78b2524ddf1ae9afae28d4, '403.shtml', 0, 0x00000000000000000000000000000000, 0x632d05c9c9a8b6bf3bc808e8d9f8885e),
(0xfe33c5b14f87e871579e96b9bea8ddbb, '404.shtml', 0, 0x00000000000000000000000000000000, 0xfb15b70c9267565cce8a77a096425383),
(0x8a4641a0e7298192e98d2bfcc02c00ec, '500.shtml', 0, 0x00000000000000000000000000000000, 0xb77a5c690364e9cd121d03e110ecf583),
(0x3568e0aea9caea883ea870cc8776a786, 'error_log', 0, 0x00000000000000000000000000000000, 0xc84b7db3cd1f8710c96747a538ce1adc),
(0x6547851d2b0c3360e65831600270f89f, 'error_log.2016_03_08', 0, 0x00000000000000000000000000000000, 0x01a13d59157436d26585a4ed7bf5f98a),
(0x8af3a74ede48e250ceb935c026242483, 'favicon.ico', 0, 0x00000000000000000000000000000000, 0xe1e8bdc3ce87340ab6ebe467519cf245),
(0xc65bdb9f8764bd6477e468ff042c0936, 'hbcustom.css', 0, 0x00000000000000000000000000000000, 0xf8d48c176d5fda0feac9e717f930569e),
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', 1, 0x00000000000000000000000000000000, 0xb61b25303be0f573a6b9446d5cbe3a5b),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', 1, 0x00000000000000000000000000000000, 0xa2b365a131a3aaa578bcce14ae9a0512),
(0xf0760a8f4a2e3ae008891c5673cfef5e, 'readme.b45032ec03a6a0b86718708b2e839b01.html', 0, 0x00000000000000000000000000000000, 0x29c8aa59c025e67a8ac1d7a2270859ae),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', 1, 0x00000000000000000000000000000000, 0x568549f557eb9ed866edcadc5c5b1226),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0x6d41e979e8920fccf1936d6eb8e30a05),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0xf6421dda5de04ff17c5abe5ca0658e95),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0x01a55fa1de8a78c0a59030c07c2c1edd),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0xe3f39d6761a2cdce12638d33ad6171bd),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0xe59419f76c64a6ba6018ffe48a25382f),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0x163ecc5b73b40ce02ba418a3edee2c68),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0x9c3b51477a084b08c41c6bc054cb1471),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0x7e11643468caa5dac268efc64e0b01b0),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0x83bfa0048b4df15056a9e46761c036d6),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0x140be768eb0d8f2a0151ab2dd3fd29f2),
(0xa42a4f2da14ccf84aac2e20d5b7fdb75, 'wp-admin/css/about-rtl.css', 1, 0x00000000000000000000000000000000, 0x945adb0a070994b88b38a1435ba156b2),
(0x55ac056ec99362346c5a052c05490403, 'wp-admin/css/about-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6133222a9a4e020cc470597e2b03ade0),
(0xc94137a827e143239e778a53fb738e1e, 'wp-admin/css/about.css', 1, 0x00000000000000000000000000000000, 0x95db5eece947287d156afe6ec7ca8403),
(0xfc4a92a7f3122132a0a8dc00ad80c1fc, 'wp-admin/css/about.min.css', 1, 0x00000000000000000000000000000000, 0xf09335d5dd7bac3dfe1b465dedc21884),
(0x1c0b94176d81c76e390ec646b136b703, 'wp-admin/css/admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x6c35e5396302ef3514598cbf3b2f9947),
(0x0654b45d5c67f8aff634c5ba7550b23b, 'wp-admin/css/admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe6cda1ba46e89d008f798c05a4e9570e),
(0x90c122ea5a3000d8bf6585d4a670df1c, 'wp-admin/css/admin-menu.css', 1, 0x00000000000000000000000000000000, 0xc9fa68152543f700153462035f04ba13),
(0xff453538bef979aae4d45773d64fbad5, 'wp-admin/css/admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0xa6f0b8d7e3d6fa68eb42118e6b3d3b57),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0x3ca392110eade74ac3d8c28e70482844),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe6e925fb28b187d58f2a354f12bdb56f),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', 1, 0x00000000000000000000000000000000, 0x397074641a606a0a2d568df73d020562),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0xd156a5d5a2d81aa45d55b389236e8ce1),
(0xb84a7c0601367dcb0c50df2c020dd99b, 'wp-admin/css/colors/_admin.scss', 1, 0x00000000000000000000000000000000, 0x337df7168a4b60669c23c4b0343d72a8),
(0x7565f61e1d08012c220a09ee68b8672e, 'wp-admin/css/colors/_mixins.scss', 1, 0x00000000000000000000000000000000, 0x45226dc97aee32844ae5b2c7953c50f8),
(0xa9a21c3d43d1a0d4e62a5458f4b9b434, 'wp-admin/css/colors/_variables.scss', 1, 0x00000000000000000000000000000000, 0x3ab501096b1a091972d84c85b284135a),
(0x3538e764e1605336314b3e1cdbae8676, 'wp-admin/css/colors/blue/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x80e102718830b90c49d2d0bb280629c2),
(0x1144a9386846de9b4256690552eea81b, 'wp-admin/css/colors/blue/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0c54b9433982ac1434c48071143bc050),
(0xe7e046fc5a5916bfd14338c08f1c3345, 'wp-admin/css/colors/blue/colors.css', 1, 0x00000000000000000000000000000000, 0x9338a0c97b787ee5a176b5cd7e830061),
(0x746d36db97c07108baff8e2e90a33d6a, 'wp-admin/css/colors/blue/colors.min.css', 1, 0x00000000000000000000000000000000, 0xfb4d3e2f7fe955aea70becac4602f87f),
(0x4cf13e0f74061199f59a4eff88868bdd, 'wp-admin/css/colors/blue/colors.scss', 1, 0x00000000000000000000000000000000, 0xd9d03549d79484672c29145aad594db3),
(0x8c9dbdb4866a754743744fc6fed813e2, 'wp-admin/css/colors/coffee/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x7a6adb6f93ebe47bb2a49bac118ffe24),
(0xb28b713f25cdf57270fef830f737ef71, 'wp-admin/css/colors/coffee/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x663ac9c63302bc5276bbab270f1c0424),
(0x04cfb4203315080b506023385eddd65a, 'wp-admin/css/colors/coffee/colors.css', 1, 0x00000000000000000000000000000000, 0xf032e42bc6cb2033bfde657c7494337e),
(0xedf9eb654398be028407f0446921d7e7, 'wp-admin/css/colors/coffee/colors.min.css', 1, 0x00000000000000000000000000000000, 0x98fb96ff87f6948275e2acd843db28ad),
(0x7849061d48de2e9439945915c3e0424f, 'wp-admin/css/colors/coffee/colors.scss', 1, 0x00000000000000000000000000000000, 0x397e3820b27a234330c95e05250f61ce),
(0x6a6d4504a4d14158dd75779b7f3edc86, 'wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x2c7b7f7ea3d09d89912f8a2190caf555),
(0x44d5b9efdaf8bbe5d8244f61aaa3e9f4, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xff964251f91913de2c95d166fa9f910d),
(0x9aaaf4a2ec4800db99c0ae689943c1fa, 'wp-admin/css/colors/ectoplasm/colors.css', 1, 0x00000000000000000000000000000000, 0x4aedfb3a03d238a248b4628c1e82ecb6),
(0x5b8cc323dca7151a3e5dbf1e02813ca6, 'wp-admin/css/colors/ectoplasm/colors.min.css', 1, 0x00000000000000000000000000000000, 0x435a0d93eeca88b2d78d085931d35c2b),
(0xcc4dcf5471265b3ffdf93eecb98ae50a, 'wp-admin/css/colors/ectoplasm/colors.scss', 1, 0x00000000000000000000000000000000, 0x940171d1392bd8071122a905d12b9195),
(0xdf71821ff99c158a1d25c5b193206d2b, 'wp-admin/css/colors/light/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x8753f151ad2a1db9d6a51f3825986c45),
(0x2d8e1666e2c8345ddb23227512b8b36c, 'wp-admin/css/colors/light/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x22a8f413fe68dd3e05d11127d089985e),
(0x76f07b23bfb96c9a936200167dd3e342, 'wp-admin/css/colors/light/colors.css', 1, 0x00000000000000000000000000000000, 0x85e47a254d85f992643bdc75f3f130bc),
(0xfc3928468c526a7f32b96e05365d818a, 'wp-admin/css/colors/light/colors.min.css', 1, 0x00000000000000000000000000000000, 0x8793d3def979fb16292094f477cecc32),
(0x1388de4b532ba11565d78e418640938a, 'wp-admin/css/colors/light/colors.scss', 1, 0x00000000000000000000000000000000, 0x480b9bd647e5b323ef88d63ce55e1d6f),
(0xfa9894e7d94c1d3f40a79a2e127e4faf, 'wp-admin/css/colors/midnight/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x99ac5a3755ed5acd78360f589e880dcf),
(0xabf4f7e1978fd81033852d831bab34b0, 'wp-admin/css/colors/midnight/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6bbde2ec66d17f54b8ce67e0519310c8),
(0x3b0bde1362ad66c89630ff96a6ad7805, 'wp-admin/css/colors/midnight/colors.css', 1, 0x00000000000000000000000000000000, 0xd55664f8f653664ce2f4a360a7aabf7e),
(0xdb02e38e5f0dac4a4ce823ae4042ccd6, 'wp-admin/css/colors/midnight/colors.min.css', 1, 0x00000000000000000000000000000000, 0x9757ca09dddfa5a983e2b25f826a96ca),
(0xda178677fa3dc5a2c44ffa26b94610ca, 'wp-admin/css/colors/midnight/colors.scss', 1, 0x00000000000000000000000000000000, 0x26dc8daaf0c47c4457b8bc2145f48634),
(0x9f3c84a028c8eac0892a415d8e4feda0, 'wp-admin/css/colors/ocean/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xf8b49360db7b06106c295535de575d1f),
(0xb1a7a9d97b5e8e8657c8ede8f343b118, 'wp-admin/css/colors/ocean/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x124e45c18cfbd0d1c69dbb6e6cbcbd72),
(0xccc38a356666cd3b2c472127f6f3272d, 'wp-admin/css/colors/ocean/colors.css', 1, 0x00000000000000000000000000000000, 0xd04d8dba0a8390d11aafe4f5a03dc972),
(0x9e2a0254f1750da2edd3d61da07eaa6d, 'wp-admin/css/colors/ocean/colors.min.css', 1, 0x00000000000000000000000000000000, 0xeb668f9051822ba6ba7d0730fc7c7ab5),
(0x2d7fb2ead118e111c7b88625773df5e2, 'wp-admin/css/colors/ocean/colors.scss', 1, 0x00000000000000000000000000000000, 0x1a7c5bfd9faf7f6cc77cd9b166062568),
(0x116ad7bbfd8204f3712ebb2a3ba7e132, 'wp-admin/css/colors/sunrise/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x32e6c9b314aa09741b00f3d25cbe93f8),
(0x326aff4c2cc3d9de570dbaae57249be9, 'wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbc5202c7967dc638e75867f7b8a8b32f),
(0x9c8589018afe793835f590dcc3a662d6, 'wp-admin/css/colors/sunrise/colors.css', 1, 0x00000000000000000000000000000000, 0x509e5f9805d5371f6afc4135fd361979),
(0xcf2dd32b8e65c6e1d46df17522b6c378, 'wp-admin/css/colors/sunrise/colors.min.css', 1, 0x00000000000000000000000000000000, 0x7c366a0f8539b65522d1f9b537a3dbfd),
(0xffb51c53a94305520343fefc076cb8c5, 'wp-admin/css/colors/sunrise/colors.scss', 1, 0x00000000000000000000000000000000, 0x5692871a8a7a1914ee0968ddf9923dec),
(0xb318cc57327fddd84481f14787378756, 'wp-admin/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x1ed4faf7c47d02536474cfbe258892ba),
(0x8e9f1885589282988148f66f9d76cb0e, 'wp-admin/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x04e2e4400bf7e6b04c7a9e0bef9abd92),
(0xfc8970b78a0739bd367f17c3a8e552e6, 'wp-admin/css/common.css', 1, 0x00000000000000000000000000000000, 0x726ff561c2ff8ea1b521774e18fa6be4),
(0x0d83764ef516cc5b42e1d326ead8534c, 'wp-admin/css/common.min.css', 1, 0x00000000000000000000000000000000, 0xb8f5ef44ca185e2efe7b8205a2e35e1a),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0x884c2b6847465f6d6fc5c935b73bb65a),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x13d08a48b4ba814727ff90025d96572a),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0x1b1f9ac48af85e1f98f078c7319a89a0),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0x6467380d6762f4bc5a86477a14b7dc4b),
(0x4fe1fbc6d5de7920aefd6b1b010962b1, 'wp-admin/css/customize-nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0xdebbb450201d4f8b9d8097eb5d2f4984),
(0x484184b8fe66be2cc1f5e424462dee16, 'wp-admin/css/customize-nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x498fd625f4abfedd30fa50bb86cab3d8),
(0x410cad6c417e695e98829be975d3c398, 'wp-admin/css/customize-nav-menus.css', 1, 0x00000000000000000000000000000000, 0x3a84b0aef5c73a63db74c7c7c52f0de3),
(0xe88c00855da870ddd2de91ea96090d47, 'wp-admin/css/customize-nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x5c7cc163f7382233369702a73f4ee078),
(0x4ef1e3fe4856fbae13d50cf57db63447, 'wp-admin/css/customize-widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xe9eb10161f31b6b7d1771ee567fc135b),
(0xbabc3454b828e2045c39278ce433b129, 'wp-admin/css/customize-widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4720a573460d8da3d0963651bdaec68c),
(0xf0f6b4f803fc95f836245ba3aaae4fc0, 'wp-admin/css/customize-widgets.css', 1, 0x00000000000000000000000000000000, 0xa138d6e9d8e9b3d4d2a9eafff00f5ee5),
(0x97f162a6fc921fc1ff0ca3ba7c657eeb, 'wp-admin/css/customize-widgets.min.css', 1, 0x00000000000000000000000000000000, 0x1c97af19b90531018baaebef22409f09),
(0x351cea3f89810b7998c43c0ed932cc02, 'wp-admin/css/dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0xe8fe2ba8fb7d0d6cfe0251cb256b30e7),
(0xb54d9fe973e13b272c10bcdeda2d457f, 'wp-admin/css/dashboard-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x85d54bb343a31b620a1af2d429fc5436),
(0x17b2fea3b24b714d8dc3e47b83b1bb03, 'wp-admin/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0xb5bac004a9dd8890f14b020f7f548040),
(0xe62b821ef9ab2ee2f8c765161046abc8, 'wp-admin/css/dashboard.min.css', 1, 0x00000000000000000000000000000000, 0x151dfe98fe81cf303ddd51228ac6f3d0),
(0x38a94029fdb13679675b0679e5735152, 'wp-admin/css/deprecated-media-rtl.css', 1, 0x00000000000000000000000000000000, 0xfddf44a35df34aa803d40aba646d7a6f),
(0x9870745f205987c18cca374c06e34b74, 'wp-admin/css/deprecated-media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf6195709d41e1547898d1bd075091a4c),
(0xbcf09bc25822af2d7be3ca2434387378, 'wp-admin/css/deprecated-media.css', 1, 0x00000000000000000000000000000000, 0x4073bd9326592a74f14d1eb051d246a4),
(0x3461e4fe5b0349ba7de7d8dc48ff6d29, 'wp-admin/css/deprecated-media.min.css', 1, 0x00000000000000000000000000000000, 0x553fc5dcdad1a950968fd3889dd0798a),
(0x5da79f8be2f9227d5b1d921759dc52da, 'wp-admin/css/edit-rtl.css', 1, 0x00000000000000000000000000000000, 0x617d5f0599c159412e1a3421d703f703),
(0x9342dd482a12046d7a97cd4e3833fcee, 'wp-admin/css/edit-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4830ad6b3e3a4090b20262815591a055),
(0x0d9c8d3a893a8910ec1df54848f93a64, 'wp-admin/css/edit.css', 1, 0x00000000000000000000000000000000, 0x216986c56836217f278adc7452762759),
(0xf38715e72cb76fd921c20e7abe6a22f3, 'wp-admin/css/edit.min.css', 1, 0x00000000000000000000000000000000, 0x70c2d4e3ef1aa9773b57a613e0f18688),
(0x363b490528d648b26dc925acc31666ba, 'wp-admin/css/farbtastic-rtl.css', 1, 0x00000000000000000000000000000000, 0x118f1189ffbb71e014402121b5456bc2),
(0x82014fcd135815ebc1675d0b3c664098, 'wp-admin/css/farbtastic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1a884c09637a47af300c7e6c3057ddc2),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0xf9e33829b8faed7d7bbef843fb683255),
(0x4b816ed28b4426067352f4575519288b, 'wp-admin/css/farbtastic.min.css', 1, 0x00000000000000000000000000000000, 0x30996981c129bd331b5cdbb88a2fa23b),
(0x4f6c714363db8ed0efd6cae3cfccd0cd, 'wp-admin/css/forms-rtl.css', 1, 0x00000000000000000000000000000000, 0x7cdd958d566eef0a2bbd01d6f9f9499b),
(0xbbca7bfc5d5cd6b5ad09f4e864f3bbda, 'wp-admin/css/forms-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8ed5bd4a43ca6575d2df30bb88cffb91),
(0xf5a5dbfd28ebc5f8259e23803904796e, 'wp-admin/css/forms.css', 1, 0x00000000000000000000000000000000, 0xe113d75d86aa496a5aeebc79a426e09a),
(0xc5826aa844df8bbf2e11a5cb9644a589, 'wp-admin/css/forms.min.css', 1, 0x00000000000000000000000000000000, 0xb6926672577e63afe9b7d0b4aaa4582a),
(0xb58df8a70584a1c96b4dd4d53fca7558, 'wp-admin/css/ie-rtl.css', 1, 0x00000000000000000000000000000000, 0xe3b5f3b8fced413fbba5140998158eb2),
(0x1c7603739d25c27aa1efb4faf8be46d3, 'wp-admin/css/ie-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2d76574de73331ae9a0bae951abc5490),
(0x0445f82617afd1564e05aeb30891224e, 'wp-admin/css/ie.css', 1, 0x00000000000000000000000000000000, 0x3beeca0b321ae3e5e4502bbb6553808f),
(0x06d1a79b045f8334156121a246a401f1, 'wp-admin/css/ie.min.css', 1, 0x00000000000000000000000000000000, 0x135aac1749fb85f75120b1391ace9b2c),
(0xcd77ff393d9f5f0c220768251792d776, 'wp-admin/css/install-rtl.css', 1, 0x00000000000000000000000000000000, 0x8d0d5ced4b04e74ebc2d0d330076e9b9),
(0x69b22dffd058b1380b07565b7e45fb12, 'wp-admin/css/install-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4a1bb49f35a84d27dc162b7a72c6d15d),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0x41c0a53f9562353c00b517bf9f76bbad),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0x6306b90e2dc9778074653d97c72d1162),
(0x1ea1d00e272df470da2dcffbf10b66a2, 'wp-admin/css/l10n-rtl.css', 1, 0x00000000000000000000000000000000, 0xf39bf70450b95eb669ac26bb12f6a7d2),
(0x76c3a22c5c13ad2b51b9e5d5dbf1d6a7, 'wp-admin/css/l10n-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x15e9d8008259ea9efd13495d1b0fa110),
(0xc9d203b086933244b41d69dc651c10bd, 'wp-admin/css/l10n.css', 1, 0x00000000000000000000000000000000, 0xa611aee8ff502b5e2e28ea7ad2a4c211),
(0xe548c6cc34852e5ce3013a89e723e0ee, 'wp-admin/css/l10n.min.css', 1, 0x00000000000000000000000000000000, 0x48226e1fae8c43c0c82c1995a8555c40),
(0xa2792585cbc6c7ba7e10b96e657f2256, 'wp-admin/css/list-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0xe7ab062a42f5d7660c2e05a20cdb1e79),
(0xfe46cf25adb3430fc2d43081bba3a12c, 'wp-admin/css/list-tables-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0e7d66c60fbc28b402c9360860a50db8),
(0x7c056aaa957837c728517d8e30c027f0, 'wp-admin/css/list-tables.css', 1, 0x00000000000000000000000000000000, 0x3ff2a3c0951e5984e1679e368706ec80),
(0xea0c116b4c4e00f4e7bb781836400e07, 'wp-admin/css/list-tables.min.css', 1, 0x00000000000000000000000000000000, 0x2a60bc6c16ed60d55fbb0dc830a7937f),
(0x417b26cf18208aa2563eec07b2ce9d73, 'wp-admin/css/login-rtl.css', 1, 0x00000000000000000000000000000000, 0xcf88e57d3607009d841323d6e9d63f5c),
(0x68405ac9258f52eb9546df3b74695c6d, 'wp-admin/css/login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0e5a2cd27f0c4117a5fdf616427a7b76),
(0xb61dbaa47c8f6a5896f9a9df7cea6662, 'wp-admin/css/login.css', 1, 0x00000000000000000000000000000000, 0x3f92632d9d94229a2f95af15593a8031),
(0x1060990126adb8e994a57e4b33052f64, 'wp-admin/css/login.min.css', 1, 0x00000000000000000000000000000000, 0x3e0522fdb4c11550a7466636acf5bb89),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0x73221f55eb1c209fe229f90739d83d37),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x961e427859db7e72579d43e9180f75ac),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0x6dcb8d45250f00e45c0a16d7d437c0d8),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0xd714e213588655321600965226ddc90d),
(0x1aef798204843852234f1bac79cec618, 'wp-admin/css/nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0x977215a7d6324e9bbd607305187355a1),
(0x0c4483ac209a321efb944b16167c26e5, 'wp-admin/css/nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcf3c105be573bef08e81acc2005563bc),
(0xb9ae8315710168cc6e9b1d0c4afd6aaf, 'wp-admin/css/nav-menus.css', 1, 0x00000000000000000000000000000000, 0x5f236bd826c48e91ff253382c5c37aa1),
(0xbd5a079ec0571974c770a5084e8c680f, 'wp-admin/css/nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x5bc61e4d6b4a02f424ab9f4847627294),
(0xc32ed642e20f7c78d3b3e2890ed745b1, 'wp-admin/css/press-this-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x9c1467e35e805d97da87d6df5b80f9c2),
(0x2685abbc58c942605d223fd7b0b2011a, 'wp-admin/css/press-this-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1cc17a3f6fab84d7f5cdafb9a1e48f09),
(0x1dc0226aa812c7a76092d5c0bfe731b8, 'wp-admin/css/press-this-editor.css', 1, 0x00000000000000000000000000000000, 0xd423a8f9152d19050b6020d0599e550b),
(0x7c31e9e25141cee4cfe8b7c945e16031, 'wp-admin/css/press-this-editor.min.css', 1, 0x00000000000000000000000000000000, 0x2c096e4ab4c7c797f2f2017ac1fb7d20),
(0xf98148fb114d7abb40f50f4101e986e9, 'wp-admin/css/press-this-rtl.css', 1, 0x00000000000000000000000000000000, 0xf0ac357ef35636742935d34c076a805e),
(0xa820ab2854023513211ff1e18068c275, 'wp-admin/css/press-this-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb5eafb27263420dc587154987eefd9dc),
(0xdc467c0ab54d4e2c3887ddaaaa27e918, 'wp-admin/css/press-this.css', 1, 0x00000000000000000000000000000000, 0x3dc984331b01fcfa8d5ec942fa749f38),
(0x2e5a7b3d1455bc75dfa902414aab872a, 'wp-admin/css/press-this.min.css', 1, 0x00000000000000000000000000000000, 0x69d21af7f06b1347a33b42916e7b08d2),
(0xfb5068dcc81f077f1eb3b7a4117256e2, 'wp-admin/css/revisions-rtl.css', 1, 0x00000000000000000000000000000000, 0xab5cf43a981c0b4dcf4ca2812302dc6d),
(0x40ea7419dc523e479c4868c4ed06d7a1, 'wp-admin/css/revisions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x111e2567c39c778be470f37b5ad9952b),
(0xa2206110224b77541b06d50e62633153, 'wp-admin/css/revisions.css', 1, 0x00000000000000000000000000000000, 0xc9797b3d827e091fda53c01f7131870b),
(0x0afd47c6996e02e5f01a40312b555da3, 'wp-admin/css/revisions.min.css', 1, 0x00000000000000000000000000000000, 0x95cf37a45ba51f7acea2600ab04e2050),
(0x02f70fad3072e3884822e1594b5d54b7, 'wp-admin/css/site-icon-rtl.css', 1, 0x00000000000000000000000000000000, 0xfedcbcc78a6bb0af907fb6f96903510e),
(0x8991de51e316a31d5773f1074137640a, 'wp-admin/css/site-icon-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb7bfe7d9aefb4e687d1e62eb70d658ac),
(0x273d215a6184cd61e2dbe66a1055d151, 'wp-admin/css/site-icon.css', 1, 0x00000000000000000000000000000000, 0x51ef2e5d648fb9b7bb4c2b88cfd25519),
(0x9b9a6e26a2e21b1ff06ebc21e5b4acee, 'wp-admin/css/site-icon.min.css', 1, 0x00000000000000000000000000000000, 0x1eb6581bc8d6bd4fc9c5b5d5a3f678df),
(0x08a6b196eb67847ed2771a11d0056868, 'wp-admin/css/themes-rtl.css', 1, 0x00000000000000000000000000000000, 0x092db96e6dbef112252d3faf4bf955ad),
(0xb59c359d8e4174df82966d30698e7aae, 'wp-admin/css/themes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdf4b24fdec390975a02a7603fafc35b9),
(0xca52b110add902d188e9b0debfbe0830, 'wp-admin/css/themes.css', 1, 0x00000000000000000000000000000000, 0xa66b5870f5abf95219e4fde453577ea7),
(0xb19ac4665375b942eccda53f075e794f, 'wp-admin/css/themes.min.css', 1, 0x00000000000000000000000000000000, 0xd5ddd9e2f523fc6d9aa0293c8bd2391d),
(0x87a2a83376b455801a339850c55e4f20, 'wp-admin/css/widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xec5b007681f7fd7595c7209efbddf6d9),
(0x73b2451eb8ce9e1e71c870b042eddad6, 'wp-admin/css/widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2376bf23907c57f6e89dd987b5ed3fb7),
(0x942148554e26ef228ba8d30e8c7af7f4, 'wp-admin/css/widgets.css', 1, 0x00000000000000000000000000000000, 0x85f24f95f8da242c164ca6de0610e184),
(0x459c7dbe7eee17a54dcac52ddb5d8861, 'wp-admin/css/widgets.min.css', 1, 0x00000000000000000000000000000000, 0x054a9a4f057e1057120fa094954e85e7),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x74f9dcf5ab8c92f6666ff52c699873c8),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x06dd9aaea22ad8c13722470196c5aab4),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0xbfe4bd90350018abc7c9210bfb9d2a5b),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0xa2e2f67626ed6f9beca5306c1a16abba),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0x47566c70bf4fc22eec6138da1f01ff40),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0xb97a5f75f1ed09129cb8d18d034244eb),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0x50318e539dc162bf3b99a1d2da23c859),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x67f6c8da1d4b6ff4bfdbb4001c165878),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0xec47b8411683ab0c2cdefc4588062a83),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0xb2afe23ef1dfb3b0c87034d5b5dc6142),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0x077c92d3ce415d8874c85fcf34fd015b),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0x5fec5e01c8390ec789d239c23f0ab0bc),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0x24d74d58296195e1eb2efe0a19113c8b),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0xd1188bd32484c1f264351ed2d1797ecd),
(0x7056596101e2811200efad863d80c1c4, 'wp-admin/error_log', 0, 0x00000000000000000000000000000000, 0xbbe7656dd0c55ba650de8a5ad0a5f00f),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', 1, 0x00000000000000000000000000000000, 0x99dbf296761e8c3a044b5e038fc82df3),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0x644e056114d584e01832f754b9be111b),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59),
(0x980e9bafd0c28e0fd9ea48cb300836b2, 'wp-admin/images/browser.png', 1, 0x00000000000000000000000000000000, 0xc1b2f9c29eb54b1f5c0284629524fe46),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0x16523d5bf9efd8ca3b92e7631edfc513),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0x3d2cb3f7baa628c9e51a326356e72038),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0x9d5459d3c59d32b602732c0df56d83bf),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0x2952932c246bf9828429361643a8bb63),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x979d8e2e08aada49819556950ec48ff6),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', 1, 0x00000000000000000000000000000000, 0xb525a42af908fafcf8cc07679ab4fabb),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa12a3034ff4734469709265a83697d22),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', 1, 0x00000000000000000000000000000000, 0x052cd6502a05e7d3f17b3e76a5b15566),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xd1dbac5be76d39851ce74aa134cc1aea),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x2ce3ee2783a33655a6bdfd9dc3cce174),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x4bd55c320b9fd9d8127da94789693b4f),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x2d5b92b61674c850bff00cecaf0864ec),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3313dc2a4f322fd43349329cfde8191e),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x7ea2c9c157c38edb40b1ce62d572d5b3),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', 1, 0x00000000000000000000000000000000, 0xeff55df37f325c5aae2f02e4d913de95),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0x8bc6b46bc70c7c1918dce62c4fe3229c),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xabaac3dfd81fbf72e578f13451eae7d0),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x6a47fff5fee2f97bbf3eaf5e3b2482d3),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4aa85a0c593cf769c7185911ae8462f8),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x719980f24cf02c0c5fa53b312fef45ac),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0xe10d8139230f1f8b64f35960098f8cff),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b),
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0xa68f53a66c93f4485ca9acafaffc81e6),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xdc4bffe1d10093e4d92533a8d60cba07),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb7742e45b6adea3547a54e1af3fe761c),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0x57597e8f4f92f87bf02b5f4c896b453b),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0xf5e118653f892606682ee9c51d0aba99),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xf7c99ee74014fe92541012303aaadc7d),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0xdb9217196313c95a59d43601da19c51d),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0x3fba1544df24f40dde5876c8c0aec461),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0x186e51267fca5d20b230c72d9a8983ee),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0x2e8acb8dee99bfbcb61bd46c486a995d),
(0x874abc26065f23b9f13353d471a08dad, 'wp-admin/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x5c1371bcb4392968647852a9c9df5d6c),
(0xe866f569bf60b81d3d4054b5e76fd902, 'wp-admin/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xb0a3dde331637e27aa6476d476481871),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891),
(0x56726d914b7f451fa770bc6ad7e43697, 'wp-admin/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030),
(0x4a0b66b80f333ff693875f72db431f91, 'wp-admin/images/w-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ea6ccee4a0176dba27ebb79ac175c85),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x4530bd2071306dbbc61a592556b958a0),
(0x1d8b2584e4105cf9c24d4182edd2efff, 'wp-admin/images/wordpress-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x19bdd97150fb43aa862d53500c44e6f7),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a),
(0x0bf263221b6d6c8f20ffc79e073e6f13, 'wp-admin/images/wordpress-logo.svg', 1, 0x00000000000000000000000000000000, 0xf34ef6259364f7ef0ccf67cd1dddc970),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0x7def33aad959cd289d49ddf2a41f076d),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0xdd4e6dd268a70ce4c1c5143b1a4092dd),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x8fb0729c541cbdc4609faf3f4ad02fc7),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0xe5012902a358fbb96031acdcf048d7ca),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0x3e5fc815fb8b734ada389ef32a6053a0),
(0xc4b34af50a607c19c6352c4854f508bb, 'wp-admin/includes/admin-filters.php', 1, 0x00000000000000000000000000000000, 0x17756314369c6a91861564bc56df72b1),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x01845662ca0b5a5e25899635969ede85),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0x4d7fcb0ea5321b2e7951fdf4e8f624fe),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0xc3bf38bcb4dc0eae455cbd4ddf984e0f),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0xb0e436e9138d2d4b77887970562dd2a7),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x1fca2073ccd2f5cc9abaa53bae792a18),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0x1d21a99c7cb4152ae0faa895c202a564),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0x834d22f8b68a2c5c01866a43eb24efc4),
(0x7b7922b614d2b5b5d0dda9b67b8dad9d, 'wp-admin/includes/class-walker-category-checklist.php', 1, 0x00000000000000000000000000000000, 0xc54a5ffa9365b471f384a85f350f1f1b),
(0x8af851737ce263b74cd89c5648b31929, 'wp-admin/includes/class-walker-nav-menu-checklist.php', 1, 0x00000000000000000000000000000000, 0xbc18ab19d5f50e93b47ff0cb0ec46ebf),
(0xd8b1a52da45f7d5a916813fbec0ab11a, 'wp-admin/includes/class-walker-nav-menu-edit.php', 1, 0x00000000000000000000000000000000, 0x1c0a2780d5b6d79d8ba1420bdd7795b0),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x0ceb6070e3bf33769cdba1e954b6bb1a),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0x816d38b197bfd6d84dc6b98c218ea52c),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0x547828f43eeae0068c00dbffe98c03fd),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0x48edde5d0dd07832d981e9942bed9a69),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0xc2a3862ccedcc857e69d3fcec2dbaf0a),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0xd902bddc445b2d17c45ea82937eb9d9c),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0xde5ede29a5ea1bf13da2bdf2cf41f440),
(0x82ec9cfdae76bf410a4772cf33433960, 'wp-admin/includes/class-wp-internal-pointers.php', 1, 0x00000000000000000000000000000000, 0xe3be49879e4e749823539e234113d6ce),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0x72ce0e5a855a4910af4c1f92cf3acdc0),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0xe9aa93b57a5afef8c83ce26d69ed1b0e),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0x8faf12b7b0991f390a12bd5b6075e997),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0x285b668ab3b0ffc226725ff6aedc2350),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0xd0f4bfec5843115b2143d2adf0ec7985),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x2d61f76f0b6d9582514a821aa3987662),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x4018be405ee43290a940419ae4b35af9),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0xdf2fdc1c823aea1b9d28c167628e90b3),
(0x6314a7171c344c5df4cb9eae04b74d63, 'wp-admin/includes/class-wp-post-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x5c34f85a05eee305eac2654e5d25e544),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0xac63b8e741a0f4517c0557700bc209f3),
(0x9de0e53ca7efb1701a6f4053fe71a8e1, 'wp-admin/includes/class-wp-press-this.php', 1, 0x00000000000000000000000000000000, 0xb7ae6d2fa372146ab626277cb472b18b),
(0x544df2a2c6fccadd6cf2fe01d5f4badf, 'wp-admin/includes/class-wp-screen.php', 1, 0x00000000000000000000000000000000, 0x1b2cd243c567b5c09a25e9e5d5afe0d4),
(0x274dfef87788f1918db783e3c70d4b6a, 'wp-admin/includes/class-wp-site-icon.php', 1, 0x00000000000000000000000000000000, 0xa7f50dab380af507dc8194d1fd137783),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0x59ed3a38ff935a09364b6cc1b8229145),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x2d8ba3144fa5f22c72547d37f4ac0289),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x5e016d657d412a00ef26df0176b5d261),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0x2cc57f84d91d3f5322ff8d4e66cfd065),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0xeae1dafafea9d636ff99d6a829cd36da),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xa136f2844819846ad5eae7c8038bd867),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', 1, 0x00000000000000000000000000000000, 0x29eb0a206b81e4ac36e0f059c93ef22b),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x1a7fe7287e7fc8c4a0992efb945ba57d),
(0xb9b9ce3cff09cf6625d56e9f174fb303, 'wp-admin/includes/credits.php', 1, 0x00000000000000000000000000000000, 0xa2225f834de8d06a5d51fecb24c1066f),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0x521e9fc368f67730991effdf471b4243),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0xb91d1fd0a253007815d6b9c2597f2708),
(0x9ff4785bc76584f2b6be3e4d078d0c01, 'wp-admin/includes/edit-tag-messages.php', 1, 0x00000000000000000000000000000000, 0xd85d226425e6f4afd100156334a26a5b),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', 1, 0x00000000000000000000000000000000, 0xf3966d5d340caf1e270d7c6a2f149f29),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0x0f8d79be78b1a1696ff98fbf552fa10e),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0x3afc26f803cad087ae0cd70d6f5ba439),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0xca706f09ab2a20884f94cd143f5cc624),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', 1, 0x00000000000000000000000000000000, 0x00b1153a93f6ad19cd62100a97de6879),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0x61482226a7320817e16f3802e72d9dba),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0x8bc26b2b319fda48ba1fc5277b492907),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0x5ce5e3213546a80e1c46ba2b4009290c),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0xce3573d6486477773f9a1a03f7ca33c4),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0xaa286d729d953298e625560cab4de7d4),
(0xaf6ad03c4dbd4464b197feee08346db3, 'wp-admin/includes/ms-admin-filters.php', 1, 0x00000000000000000000000000000000, 0x513716c01839cd14e187066c3b191f80),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x4f61ea400eb8d885daf31bd3af928041),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0x657ee89d194f162a66e28bb46174982b),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0xa323bd07a294c65dd8fd7427e211cd73),
(0x56d780e3c42768fd97c4882b073a9fc0, 'wp-admin/includes/network.php', 1, 0x00000000000000000000000000000000, 0x4df48f4da069c5417fb7c801d69672ea),
(0x77ae15f4604d0ccbe13ec77bd40f83b4, 'wp-admin/includes/noop.php', 1, 0x00000000000000000000000000000000, 0xd54bd098e964f2d4b0ada68bc12fb4ad),
(0x043b0770520339b2b62bf3711070d5ae, 'wp-admin/includes/options.php', 1, 0x00000000000000000000000000000000, 0x4e0b31153baf0ce43a5de42a5ad9e060),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x44c49b252449af17a046495186423b4b),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xf6ee9a32c1d3ac77682d94753deffab1),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0x75487d793118713be2c4f757fd82a5af),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0x5fa0b56e66cada31eaed03ec19f06b3f),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0xe091850151ceb96cc1cf5943603be41f),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0xe0a28a5fd839991ff353f9d00a5f5920),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x856dab5e75a48edbcdcb40c27a8c2cc7),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0xca47b2a5973d64bf1fe50fe929fb6b0d),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0x5d87740d84d54950536bd386120883b1),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x45ba2ea5e4b273b8447f2ffe90f66cd1),
(0x389e5236da4448b08a71a32d7b8e3a60, 'wp-admin/includes/translation-install.php', 1, 0x00000000000000000000000000000000, 0x8f6aa8d355f12b39d000932e76b524d5),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0xe23688862a7918cf3ac055e048794910),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0xed4a24bbfdc4cea2d3a657bb4feee15a),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x267eff801a9ad846ddc6c4ee5c4452e5),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0x2359bb0d509e0c0804c5a41ed0a4703d),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x5449dc2d316f7470693e3cf50a936924),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0xe7687ff1d6e11b50ec3c7f52252c46b2),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0x6456b260aa9dece9b30431260cdb1a6c),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0xbe770285c8786b74f451a966f3b585b8),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0xef3fe33d4ce12fe5254e5af1025ce70a),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0xe97f90fda0240174382921696f5a7ebe),
(0xffb48d548396be8ac3873d779bb19d15, 'wp-admin/js/bookmarklet.js', 1, 0x00000000000000000000000000000000, 0x95c9ef35b76af2aceaf9d6c5958e8d43),
(0x7e3739ad68c267242bd13d94a0dd5c30, 'wp-admin/js/bookmarklet.min.js', 1, 0x00000000000000000000000000000000, 0xb7ee968190e961f9aefeddac25543c45),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0x8581b5c29da7d13a5f572d065a4ed66a),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', 1, 0x00000000000000000000000000000000, 0xcf27af726c42ff82f96aa6b5d6c50936),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0xd9e3db00dcc6ef4d4c03ff455dcb9c55),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0x8f3603ed0d77c4a1ae8f82dbd3159ed9),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0x0b5a51ad30a18d0328f17c2616da58a2),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0xfa1a35d8d7342fbcfd255b456415e0c3),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0xf26af7294ee07fb9a0cb88c2a8697623),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0x82d07f23593e578820b19fc9faad65a0),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', 1, 0x00000000000000000000000000000000, 0x32b3005887a4cb606fecc09c756605bb),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0x38dcd3fd1e6f4a9e4503eb6eae7ae92f);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0x14749abf568a231c66bc8d7b086a32ac),
(0x3a44e94a9d24eda56813bb86c7850dd9, 'wp-admin/js/customize-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x852fe74d1ce464ec9e621e10e52428e8),
(0x484768270fdfc178fa5287bc8e7e170a, 'wp-admin/js/customize-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0xbbf4734a3338cf875235a5ada02c41b4),
(0xad295b224ab94894ee7ce76a6b8afb24, 'wp-admin/js/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0xed7f5302d5bae6a9b6cd5a4d43bf78a9),
(0x1d664d7892edaab9ae09e92b399555a7, 'wp-admin/js/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x05121399e2e350d408b130348c895376),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0xe6aee15ae7cbc39c41e0caa2e93ef635),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0xb900262c0a2aca5776dcfc19e2bec4b9),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0xf4d14807fae2e4f1be7f50934c4fe5c3),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0x3c16bfa9df88e42ccd3756bec32fe937),
(0xe552cbe4353f922d2053a3065e4897fd, 'wp-admin/js/editor-expand.js', 1, 0x00000000000000000000000000000000, 0xa83f982e5c5f7847ae809681d17982c6),
(0x49f1562f92f0b536a4137311e3c3f80b, 'wp-admin/js/editor-expand.min.js', 1, 0x00000000000000000000000000000000, 0xeb145a2ecb2bb7e11fb759364301c88b),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0xb8e891a43bc75441f6fbcec79f8c4793),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0x6e13c98d1b89242683a6a1f0ffe3466e),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xa73af354a03241715d8698feea340b92),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x78cfa96506bf3965c18afa6de5b5abb6),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x4e7b25e9bc3374cf391d5a652651a277),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', 1, 0x00000000000000000000000000000000, 0x6c814dd18a8c2eaab9ecb52ac319a85c),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', 1, 0x00000000000000000000000000000000, 0xcd559285783b61754b780372f9093f51),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0xe3751de1470210ce39ef99ef70f598e5),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0x8650fc123b8fa812ec6fa89c062fb2d9),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0xbff3a6a1fcc82259876743865f72d438),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0x75c601c64c8582af3fd5501adf8a70df),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0x75c63560c640c4a6c31f5565dfb0e8a9),
(0x69c05cb4af817f9b123d58ef05681424, 'wp-admin/js/language-chooser.js', 1, 0x00000000000000000000000000000000, 0x09e20150c7561d0330d7158f744abb4a),
(0xa18dbbab5a801a780f6379956490f327, 'wp-admin/js/language-chooser.min.js', 1, 0x00000000000000000000000000000000, 0x1d6822384a71090c74add106e4468581),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0x1c8675dcd035cfb374f67bfcbf117a8c),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0xf9ff4694933001933bdec2c133b2252d),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0x7cf21db8661f9201a784f638f77d2b26),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x3296d1fa20d292b002bba10490f1ba6e),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0x94b464e9b4ec6b545486af795f24016d),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0xe92fc3fab3c608da250c11fe97d96680),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0xcf85d75e70304c42f77553ee9b9ec585),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x2e8efd83242126157ff0bffd5e249159),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0x2018071a5a024a8a8c56f793c415e4c1),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0x2fa48561beb42a5197c7e4dbb812d9b8),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0x4d912846975670c9e2232a19ef7bb41b),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0x3185f27c8fa4123db79a1d6de055c9d7),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0x9570431e7a6293435a1592a995fcb11f),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0x3229e9c737c2c9a012354905b57df8da),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', 1, 0x00000000000000000000000000000000, 0x2113b842b04cb770f09f80b71b35bd41),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', 1, 0x00000000000000000000000000000000, 0xc992b68f5eeb27a0b9dea211084c67df),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0x865e4f8df693705b404c45fddc1bd65f),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0x5bdffa0bca3aa2a832ebae263bb7f8cb),
(0x4062e24866f30f51e122050b248f8453, 'wp-admin/js/press-this.js', 1, 0x00000000000000000000000000000000, 0xf248f30a8a7d782d4e38962c8f0e6329),
(0x1617d590280fe206d5edbed3d9409097, 'wp-admin/js/press-this.min.js', 1, 0x00000000000000000000000000000000, 0x18c78fc40d75f973159700ac6bbdd83a),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', 1, 0x00000000000000000000000000000000, 0x4eb824b75d3e4d62bdc80a6d2a79a377),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0x62b95e8d4f6d5dc32797b9f08339446e),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0x2b5153576d1eee4002fb7ed9e5831251),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0x8bc5ca12fa38a607d5af2181311b7a5b),
(0xf15a2fa5bcfb7b4c74e5d5ae4624801c, 'wp-admin/js/svg-painter.js', 1, 0x00000000000000000000000000000000, 0x87dcfbe97f902fa77cc4a9889c827afc),
(0xcb553cdd3f592cf5cf1381a7d8bb2810, 'wp-admin/js/svg-painter.min.js', 1, 0x00000000000000000000000000000000, 0x8af3a4fbdca543699984d98cf95d1b03),
(0x9d47a87c240c1d10701cd6a02b28aa1b, 'wp-admin/js/tags-box.js', 1, 0x00000000000000000000000000000000, 0x98130de261db524ce177b6de91aca164),
(0xa79c9f4a3180ab4d10df46b0863c0bfe, 'wp-admin/js/tags-box.min.js', 1, 0x00000000000000000000000000000000, 0xa446052ae0cf9947db74a78d2dfd1b1f),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0x4cc64266f1b35a86c63cc1b2c42f7306),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0x172f499d40d4217bbf684cd552031acb),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0x4435548198f28946ced9fedefd78d486),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0x6773da476c35af85238724bb65230f7d),
(0x2b390f85a3048c5b4255fb45960b6514, 'wp-admin/js/updates.js', 1, 0x00000000000000000000000000000000, 0x850a250103976d39529ed57222dbcd34),
(0x285b648998f9bab1a11dd7ef4251b58b, 'wp-admin/js/updates.min.js', 1, 0x00000000000000000000000000000000, 0xc3d379d0566156a7f2d52399b8be6282),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0xc5faef1bebb47add41bc6b9d8123e5cf),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0xbb06b01380b31741cc3c6bb0475fa15e),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0x1e33290807fa8b2829ddb0347d0a9305),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xe089545cd7fcde5c7cd70de3a70139e1),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', 1, 0x00000000000000000000000000000000, 0xaeab7c0cb90d81f8dde42cf7c0643977),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0x49e447a9a0db3e5863d67226c76d8168),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0x40855d5cebe963ddaa0f92f1f5aeebb9),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x997f505fc9d24a27e4939641450e96a4),
(0x29e8b9663e3c7a01302d024155698d02, 'wp-admin/js/wp-fullscreen-stub.js', 1, 0x00000000000000000000000000000000, 0x0cc3913290e7f2383692254f9a03c586),
(0x9ed2228cb870e5222d439a0ffda59577, 'wp-admin/js/wp-fullscreen-stub.min.js', 1, 0x00000000000000000000000000000000, 0x700a94e9934c7b419dfa6790b1dc4a35),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0xe2d6eecbd774af1e2bb1a16ec117286b),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0x66b227ca28f41f2e0615b04a390d5e04),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0x759747ef8d44c52fadcfa5c457f3f283),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0x6e2c087b431bb7d9bda02fcd70b85199),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0x4a19a323ea2f92b897e20f7cdabe49eb),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0x63adfdd74e61e01c62e1a1e41cd37f64),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0x1fb821b121bb44bd0f44733f9eaf1eca),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0x51d373abab7e5749269405e27337535f),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0x951bc3728d300393514e168769efbeaa),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0xc2daa5792f18d4ff795b76f5dc29d49a),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0xea508a84610a2722a44f65ddf5314aa3),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', 1, 0x00000000000000000000000000000000, 0xdf5fac762903c1da4b7ddf8ec81b365f),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0x6dde0954a59487e235238683c8d4ba17),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0xad4b556cbc6ae264c97378167414278d),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0x541242a293805952a0e22234f09d6fa9),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', 1, 0x00000000000000000000000000000000, 0x9a05b49740dfcdaf4516851b623606e4),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0xc60310f267e6f09bfb6bd53bbad2d29b),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x16d42ff617c4a616c3bd94ba103a4582),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0xa21d278e00ca7dccfe3a81d4e386afa9),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0x5d186224ebf4ddd0f1719c9ef4b80468),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0x521cb94b9501ca24bc495a31c66925d8),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x7cb492260f22ee53816d96be3868be6d),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0x4823c8667b23ca83b31bf9093647e5a2),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0x1ef6503a1e9d9a293dcfc6de8b579505),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0x2897be4a5ac8d65ebdfa394b6a81bc8e),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0xe9e33df9da15a95356e6da0e56889fec),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', 1, 0x00000000000000000000000000000000, 0x4e85d4354373cc17b9099b130b121f12),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0x38192cde34142cc7ecf558f58ef475f0),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x0deb5ea059c21f268c973b5ea0fcd21a),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0x109efa9312c00370894f7e2ba27e9c31),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0xb38da979af35e6ac535160790ed0b6e8),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0xdec182302b1a3d0b6cda2ea687574083),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x3fb5cd9ab947024d84585a0d693dcc12),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x6bbd804f795fa5a934f529a51a9886bf),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', 1, 0x00000000000000000000000000000000, 0x4193887cb9cb7f4d4d3000bdf303bf1e),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', 1, 0x00000000000000000000000000000000, 0xd86926a7511d1d5cd3a2f0a502e7b6a8),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0xf9a79b79a2dccacc4fe0088061af9dff),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0xee19cf426d3e6e397a5d891f08d19ae2),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0x009a87e11a02fa093f6c3a7c3d36e243),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0xec0ac55626819fd1a76547d6ea0ec854),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0xc33dbbceff17c761ca17a1d8921802a3),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', 1, 0x00000000000000000000000000000000, 0xb9f3aae2c1e6e6d005d7b46b34d2430c),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0x780a49acdc080139f16d282a7ab257f9),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0x82b9a0b6a12060380ee6085133696280),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x804f9a460fa9e3646d83f915c51cd36a),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0x26d5b7cd315570d025e09e11313d24e4),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0x07d4e94d9e73179e7e7a2ba0a4976038),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', 1, 0x00000000000000000000000000000000, 0xa1223f017d52327b385cac03833f52ea),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', 1, 0x00000000000000000000000000000000, 0xba45a05ecc211e8cab75b4d529ff75f7),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0x7ceed5e8662adce9f428100ffd87af08),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x318173b6ccb63ed80ba3d08563c3ff14),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0xe63b9ea131e88ac260ebfb6e7f21456c),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0xc30d91850d6fee6fa04ef366834109e8),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0xbcb90de85fe632df0350642e852be096),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0x55806856e0f1a18a5169f608c9248f83),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0xc412045051e5049d3b2535b86f2db0ce),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0xbad695605e6db04e400a546f667eb70b),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0xec412c7889ecc50fe0f792fd6ca8ac91),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', 1, 0x00000000000000000000000000000000, 0x5c1280f535c52ae931327a4456e44bd1),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0xccb2c1090ee91b02b3089a4d4359b593),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0x053969a8084bdd280fe872e7eb8b1bfe),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0xdfd5a6e79a470e4d9d1ff9117558127b),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x6ae2805ee01c5544be143e85c67331c5),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xd5f87cb9d74b95ba3a7c26173132ade9),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0x9e3b41ec24c3fe40e052f215f8acfc09),
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0xe3f7857e4c6d9c11f8e3300de475cb97),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0xf3cf31ebbcdf48d550523cac6e9764a6),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0xf9a0c0a4ecf2b9496e9286f194f961fd),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0x9184e53f96bade3e7ae7cda9eddf7a26),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0xae199edfcfc812b0060d19e4309217b3),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0x46d04b0c11ef29c73465dcf1b0600264),
(0xce7c9ecf1566f780eee8c92c32ad5409, 'wp-admin/term.php', 1, 0x00000000000000000000000000000000, 0x7e4fbf51d01bbd3bbb1d94cd8a43856c),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x05eb2dedae5434cbe2949400b3c8dc7d),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0x8bb617a65dc2a9e4b2daf7dcd3dbe51b),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0x10953b04615d52b8d8f030fa740462e4),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0x10e07aaf20dff0065f5086fe4fe72294),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0x542d5f809df3bdfa5181c6d5a94d2c6d),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0xd5cc15bb798952a5a8dd499955bc2c26),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0x5ef6dfd8ec7550e071581d5c14658efc),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0xb2efdd003aeacd49ea8325fc923000c3),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0xa28f3156fc7be6bca5ea5e2be7792e35),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x99ec00da8d914b4efd2098a3e44ebe2d),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0x8de88527f924b455fb6d14bb7805f25a),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', 1, 0x00000000000000000000000000000000, 0xd920b4fb1be2c2c780081d5b4b7de55a),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x1ba6cbb9e2a9d3deb348997492ed692e),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0xc8fd98f7fdd52d78bdadf74e620789fa),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0xa529e3d3c2bb86671fb9cc1145cf70ee),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0xb9fa17a9811195800079dda4b1262d03),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0x2a7a75a363b0f88f0b6d094a91ef65ea),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0xbc925a13864ad728779a1fde9c01ee0b),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0x50bd29fc59114ee0d164d9cf87be581a),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0xbba07d323381175aaf7ae9b7c0fad206),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0x6a32234fe829f96d49ef4dff1916cd7d),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0xedad74614d6d3fa2252c3d74ff037ac7),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0x843a179f40b572bd1fafd5f35fb0730b),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', 1, 0x00000000000000000000000000000000, 0xd1490486fc3f4965a6200256a7fe11b9),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', 0, 0x00000000000000000000000000000000, 0x427cf1c85e7d20244370b101321a19ab),
(0x9153d6f5b0d3894a67ea2add3efff662, 'wp-content/envato-backups/.htaccess', 0, 0x00000000000000000000000000000000, 0x06fb6f7f61c9789f4ce88c05446fedd3),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850),
(0xe7a2cf892ad0d1d0b4735a51d34f3300, 'wp-content/languages/admin-en_GB.mo', 0, 0x00000000000000000000000000000000, 0xb5534c82a6d7ef8c26755835148c6e4f),
(0x9503b4b9c54f8a40578285a970b39253, 'wp-content/languages/admin-en_GB.po', 0, 0x00000000000000000000000000000000, 0x6b18d2a635d6c17d8f61aea6109eacfc),
(0x1db19d50b136b0d424fc4d0666cee86a, 'wp-content/languages/admin-network-en_GB.mo', 0, 0x00000000000000000000000000000000, 0x765e9618ff054bee062f2f129faabc6c),
(0x00948f6e05ba3e4f08222dfef0f0ab1f, 'wp-content/languages/admin-network-en_GB.po', 0, 0x00000000000000000000000000000000, 0xdc2204dac24ca2d69a26d42135c9f04b),
(0x9a5741def743df9c924adb3afdf4181b, 'wp-content/languages/en_GB.mo', 0, 0x00000000000000000000000000000000, 0xe4eb4a81e2be91708040eb9bcd7a8fd1),
(0x5536f84dd38ca4f39054523753dd1997, 'wp-content/languages/en_GB.po', 0, 0x00000000000000000000000000000000, 0x24fda98e12b7622f7a964f69021200b7),
(0xc2fb8e775b5edd2ebb84dddc29409824, 'wp-content/languages/themes/twentysixteen-en_GB.mo', 0, 0x00000000000000000000000000000000, 0x61ef633495448ca6655aa0f605fc7dbb),
(0x85a56a7a4df9885de5d9679b2c9f75af, 'wp-content/languages/themes/twentysixteen-en_GB.po', 0, 0x00000000000000000000000000000000, 0x336697a7db798137861b20e615a879e9),
(0xee3616a712311d1b36134f8807f769da, 'wp-content/mu-plugins/sso.php', 0, 0x00000000000000000000000000000000, 0x3f56e049e9c3087e5f303a38d7c2cbaf),
(0x770cb043ff7b27f28852ee4ac416a11c, 'wp-content/plugins/Ultimate_VC_Addons/Gruntfile.js', 0, 0x00000000000000000000000000000000, 0xae128d22d61e91a24a15c500839852f4),
(0x706ae2b565681d251b11048b81d49e40, 'wp-content/plugins/Ultimate_VC_Addons/README', 0, 0x00000000000000000000000000000000, 0x38e35ee892477e3b8a16f1133dd58878),
(0xd76e9968f28e9de02332e61f5beec067, 'wp-content/plugins/Ultimate_VC_Addons/Ultimate_VC_Addons.php', 0, 0x00000000000000000000000000000000, 0xcf95db24a7e4f947ad79c05f8696e7d9),
(0xbcb38b4a8503be5f87b42bb1f203ab2c, 'wp-content/plugins/Ultimate_VC_Addons/admin/about.php', 0, 0x00000000000000000000000000000000, 0x9da42c1ac2c49f195dfc888a7edbb10b),
(0xf52371f8314564a28159620784a5b71c, 'wp-content/plugins/Ultimate_VC_Addons/admin/admin.php', 0, 0x00000000000000000000000000000000, 0xcfa17b9ac77fd5f06bcbd6c1d5c5b3b5),
(0xaae99f241df810c9fd273dd216b47592, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/css/frosty.css', 0, 0x00000000000000000000000000000000, 0x1bb18711b52b184a01be9bc00c0f09f7),
(0x59d372df724bef60bdac6c765aaa7caf, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/css/style.css', 0, 0x00000000000000000000000000000000, 0x7baaf73f405ef5ef9a45b202131f91d1),
(0x9cdc246abbfa88da440f90cdeffd9e18, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/fonts/brainstorm.eot', 0, 0x00000000000000000000000000000000, 0x9aa91b52f5cd9ab32f4cb9afe40aac7b),
(0xdf2f48663a5e883ad274a52d4fbfeed6, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/fonts/brainstorm.svg', 0, 0x00000000000000000000000000000000, 0xc27de38e8cea2ceefa0d0ff6e57aa50b),
(0x6dd30d12485c127693a2252d131e2261, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/fonts/brainstorm.ttf', 0, 0x00000000000000000000000000000000, 0x9f62f02918da660bc438f977274a8bc0),
(0x5dfa88f13232b6c0ced8829890a2a8d4, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/fonts/brainstorm.woff', 0, 0x00000000000000000000000000000000, 0x0a3d0884cc5f4a87b43a3a11ab534765),
(0x837c6ed687a2be0e2ee777374849d623, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/images/egg-shell.png', 0, 0x00000000000000000000000000000000, 0x00746b7e611ff49d789bc56df95eba4b),
(0xee3026b5e435d8a7804a87b62bec81bf, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/images/existing-user.png', 0, 0x00000000000000000000000000000000, 0xf702e84e45f78c38e227bdb2c228c0f8),
(0x0dd9c6af1272e8c3701f2fdbb650e06f, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/images/user-register.png', 0, 0x00000000000000000000000000000000, 0x9b0d9de7de7edcded9431adb8a7a1567),
(0xefc08e13d356fca55e50c728e9613107, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/assets/js/frosty.js', 0, 0x00000000000000000000000000000000, 0xc667bcaf2adc9e40c0ae68b237ebe74b),
(0x7baf6ec56b7c06cdd91550237ee53229, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/auto-update/admin-functions.php', 0, 0x00000000000000000000000000000000, 0x28aed6d986607d57b8f06fd34326046a),
(0x6f0d94f73b8686ce6d394ff7692bff74, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/auto-update/index.php', 0, 0x00000000000000000000000000000000, 0x9a0ccd70e4a8e89742c777633c727da3),
(0x954abc78037ff17c965dd3159d32384c, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/auto-update/updater.php', 0, 0x00000000000000000000000000000000, 0xec1207e808a4e9189b4a8f16f3957989),
(0x908217eb2306a4334ef27f09db1d5e97, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/bsf.yml', 0, 0x00000000000000000000000000000000, 0x79a4b727b6cd4e6cc393145048f7f138),
(0x5bea3b27d45f43766a7eaca73f1e5055, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/index.php', 0, 0x00000000000000000000000000000000, 0x6e6ca4d3120b2789f9ec222ba6e07aad),
(0x798bcef95ff8644d0a05eab09ddb01a1, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/plugin-installer/admin-functions.php', 0, 0x00000000000000000000000000000000, 0xee1ef283ae1c18a82c7e3313980cecaf),
(0x3b5ff22bb475e077294a4ffcccb83bf7, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/plugin-installer/index.php', 0, 0x00000000000000000000000000000000, 0xad883db3e78b19ea7a85d462e6866d5f),
(0xf73664a1eee03171380b4cdaeb7c52a4, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf-core/version.yml', 0, 0x00000000000000000000000000000000, 0x4341447b6ad78bf4d7eb59ebb5a53d63),
(0x4175176b4c5444409c11aee720607850, 'wp-content/plugins/Ultimate_VC_Addons/admin/bsf.yml', 0, 0x00000000000000000000000000000000, 0x6b7e5227373f751838956640cb448d58),
(0x3b805adf2a3031642a61b24ee40ad6f4, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/bootstrap-datetimepicker-admin.css', 0, 0x00000000000000000000000000000000, 0x3155cbc835631068056a78eb59cb7ed0),
(0xbac19dc21fbaf3a05cb809fde409200d, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/chosen-sprite.png', 0, 0x00000000000000000000000000000000, 0x8b55a822e72b8fd5e2ee069236f2d797),
(0xfdb0e60e81d7027db963a68e292cb1aa, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/fonts/count-down-timer.eot', 0, 0x00000000000000000000000000000000, 0x487f4702d7d5a8febe83989aeb27d79b),
(0x5eff6f8b064f49e7187f24a60e21276f, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/fonts/count-down-timer.svg', 0, 0x00000000000000000000000000000000, 0xa2f82e09bd02231ac9fce6d79c31c7cc),
(0xbf256ec987e9d7ad94ef2596a1ab5903, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/fonts/count-down-timer.ttf', 0, 0x00000000000000000000000000000000, 0x41c4842356abff2a769db41424ee28bb),
(0x6fd95ee5ed958a2f00c507cd87355ed2, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/fonts/count-down-timer.woff', 0, 0x00000000000000000000000000000000, 0x4b8b0609856f234a00caa097ae69323a),
(0x454699ce2d9cd98a206ee108ac127346, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/google-fonts-admin.css', 0, 0x00000000000000000000000000000000, 0x992050eea8767fc2a559a91b3ad4aaa7),
(0x8f27213a6e8b9f1e6b666415208648dd, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/icon-manager-admin.css', 0, 0x00000000000000000000000000000000, 0x9078b03b8c65285fa673eb21b387fe82),
(0x2c9bc1f5c109f38189883510b3eb81c9, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/icon-manager.css', 0, 0x00000000000000000000000000000000, 0xfe3a3fd6186ebc2822512563c64cac37),
(0x7356eecee1b706c48274db83f7deca7d, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/jquery-classygradient-min.css', 0, 0x00000000000000000000000000000000, 0x4f99744e96d20f77de20d7b8d55b7223),
(0x1a90073ca590ec64da35c42da4e77900, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/jquery-colorpicker.css', 0, 0x00000000000000000000000000000000, 0xea56f4cdf3cceef53d66940c4f421253),
(0x3e7a2148866aa2684eec997e6c3e4c7b, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/jquery.minicolors.css', 0, 0x00000000000000000000000000000000, 0x82cf80a70c2de8c1b41cc43a06bcd8cd),
(0xea3185cbd9861a50005ebc87442eaf7c, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/style.css', 0, 0x00000000000000000000000000000000, 0x37a9f815cc03d04c788ca5576ed92a17),
(0x29a0d11cc67782f5eff80ce5d4ab2f08, 'wp-content/plugins/Ultimate_VC_Addons/admin/css/ultimate-vc-backend.min.css', 0, 0x00000000000000000000000000000000, 0x671376754017e30537ce863544de1796),
(0x0bdb81ae9b98b79b533df75c5765ae28, 'wp-content/plugins/Ultimate_VC_Addons/admin/dashboard.php', 0, 0x00000000000000000000000000000000, 0xaf12af49778b7575157ab126b94d4c49),
(0x82de03dbfca42143f9f9030f23c0cc11, 'wp-content/plugins/Ultimate_VC_Addons/admin/debug.php', 0, 0x00000000000000000000000000000000, 0xd8b1b6d21e1c63dc138ff55bdf4df8b8),
(0xefcc64661b383aa2cfe68637d1f800dd, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/opn.eot', 0, 0x00000000000000000000000000000000, 0x3bbf3171fcf18be25cba882957012594),
(0x0752774c5b657a3cfb88e35b92e7e402, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/opn.svg', 0, 0x00000000000000000000000000000000, 0xf8b7712891c83fcf3793b4408f590185),
(0xe0cba4873437be9295adbf805aa6119c, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/opn.ttf', 0, 0x00000000000000000000000000000000, 0x160f94ac77e39230cc72b7145ab5d32c),
(0x031aa951cb1fc9d9228d63efa89a981f, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/opn.woff', 0, 0x00000000000000000000000000000000, 0xa3a11e9cc392474f7c0d52882bafe426),
(0xbfe5b8992748e8ab9ad96f8da05373ae, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/ultimate.eot', 0, 0x00000000000000000000000000000000, 0xa8b3a338fc923a1fcdd11086d763f263),
(0xbd8346b6ba26b6ec3734a71a6f5874ff, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/ultimate.svg', 0, 0x00000000000000000000000000000000, 0xc59feac3647508bf93a8bd879126bd74),
(0x4d501f74b1ff2eaf92e627e1db934d17, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/ultimate.ttf', 0, 0x00000000000000000000000000000000, 0xaca14fb991288d03bad43beff0f1899e),
(0xfce1c1187b7ac6439a587957f5e4f2a5, 'wp-content/plugins/Ultimate_VC_Addons/admin/fonts/ultimate.woff', 0, 0x00000000000000000000000000000000, 0x2fff1fd78c6431679c964c5362471fef),
(0x7698bfcde162f911b462c981f10d0c56, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/close.png', 0, 0x00000000000000000000000000000000, 0x20d6c4281287de4e971d1da98c368e42),
(0xa428402619c2b7069e964e94157cc546, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_background.png', 0, 0x00000000000000000000000000000000, 0xa79f1a2a81bfe3ed1c2ca4c41b8e1fbf),
(0x36c0084262a0ee0d5bcc5dbd9b3cf134, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_hex.png', 0, 0x00000000000000000000000000000000, 0x16d6870c36e379c06fb26ebd2e16bf44),
(0xcd5b80fcaf4ec046e2ccc8bb7d43f13b, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_hsb_b.png', 0, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a),
(0x103b7289e80c8c3bd0b4067fd6bdb788, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_hsb_h.png', 0, 0x00000000000000000000000000000000, 0x56ddc8d0db306a16b1998bf605a2400f),
(0x3f4f05e923a830caeaed85cdde366594, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_hsb_s.png', 0, 0x00000000000000000000000000000000, 0xda922c56c14e59cb47cf599d839f28d7),
(0x79c82fa2a15751702bbac70ecfb78021, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_indic.gif', 0, 0x00000000000000000000000000000000, 0xf485d07540a89502e36dc1a55cec05d0),
(0x6837074e34d26c010e63d810d771b720, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_overlay.png', 0, 0x00000000000000000000000000000000, 0xc7a33805ffda0d32bd2a9904c8b02750),
(0xac60f930075884d79395f8f1d944172e, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_rgb_b.png', 0, 0x00000000000000000000000000000000, 0x470f2e6aac943db4fde117f78abf2939),
(0xdde0715c8cec736ab7d8478ed83831b9, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_rgb_g.png', 0, 0x00000000000000000000000000000000, 0x2ec375b35303a4fc2f5710b40c61f96b),
(0xb5252df0408aee724c2767a319003eac, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_rgb_r.png', 0, 0x00000000000000000000000000000000, 0xa9bff6c43c090308ca8dab0b60e597a0),
(0xe871bd9d1d09366ed53c9afd5bddd059, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_select.gif', 0, 0x00000000000000000000000000000000, 0xcec464162af0cce10348e7bb7701ef86),
(0xc2f33fe7ba00e7b17fe59347af5ef868, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/colorpicker_submit.png', 0, 0x00000000000000000000000000000000, 0x12d1746e6b52e007f1b78d772d9248ba),
(0xfe61436652f0f084858b5b4551db0ca7, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/jquery.minicolors.png', 0, 0x00000000000000000000000000000000, 0xd36c75e3d8880ebfece375fd7cd46787),
(0x1331d42aae357f0713744879e812db33, 'wp-content/plugins/Ultimate_VC_Addons/admin/imagesa/select.png', 0, 0x00000000000000000000000000000000, 0x76715de678e6bf2fa3d4bcd1d8d9bac6),
(0xe996016dad028b06b22d48555356a731, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/add-plus.png', 0, 0x00000000000000000000000000000000, 0xe26c371903cdfbaf74278d802bae8dc8),
(0xbf6564282b974ceaffdca59da0e6445c, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/brainstorm-logo.png', 0, 0x00000000000000000000000000000000, 0x1faa4c5fd5d345837f754d7072c8edbf),
(0x609bc0d21a3abae4b155955261c7d6f5, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/brainstorm.png', 0, 0x00000000000000000000000000000000, 0x4853a988fc633381df0f8752284df867),
(0x046d9b2ad684aea0218649a65fa42e14, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/close.png', 0, 0x00000000000000000000000000000000, 0x20d6c4281287de4e971d1da98c368e42),
(0xfbe8b2ea8054f08daaec7b6bc0ba0903, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/collapsable.png', 0, 0x00000000000000000000000000000000, 0x85dc797a7829eabf0860fc1af5463f2c),
(0x1cf9065ebb90a3214acab9a9a8546c70, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_background.png', 0, 0x00000000000000000000000000000000, 0xa79f1a2a81bfe3ed1c2ca4c41b8e1fbf),
(0xa4c2f1008ead0d9fc844113cb5a2753f, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_hex.png', 0, 0x00000000000000000000000000000000, 0x16d6870c36e379c06fb26ebd2e16bf44),
(0x198e324a4391ae99036a265fcdc0b399, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_hsb_b.png', 0, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a),
(0x5a0a90640e098127b35bcc088a27eb72, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_hsb_h.png', 0, 0x00000000000000000000000000000000, 0x56ddc8d0db306a16b1998bf605a2400f),
(0xf5b93c79bb8e56f31b233734e9eedc3f, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_hsb_s.png', 0, 0x00000000000000000000000000000000, 0xda922c56c14e59cb47cf599d839f28d7),
(0x6a6af46decb85b7771ba17f90f68b1c5, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_indic.gif', 0, 0x00000000000000000000000000000000, 0xf485d07540a89502e36dc1a55cec05d0),
(0x2ac0c92ddf80d3c3c9895f33bcb88328, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_overlay.png', 0, 0x00000000000000000000000000000000, 0xc7a33805ffda0d32bd2a9904c8b02750),
(0x0915af577a09888e9ad38754b237d4a2, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_rgb_b.png', 0, 0x00000000000000000000000000000000, 0x470f2e6aac943db4fde117f78abf2939),
(0xcec6ec62b9c170c82b1c17eaec2f2f12, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_rgb_g.png', 0, 0x00000000000000000000000000000000, 0x2ec375b35303a4fc2f5710b40c61f96b),
(0xc92c92f6880f8faf27f37cd6b8dce454, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_rgb_r.png', 0, 0x00000000000000000000000000000000, 0xa9bff6c43c090308ca8dab0b60e597a0),
(0x3a6408af385428ff59e301d451d8ede4, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_select.gif', 0, 0x00000000000000000000000000000000, 0xcec464162af0cce10348e7bb7701ef86),
(0xbc75412ee7b86d6ae3bfb7f47bb75fd8, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/colorpicker_submit.png', 0, 0x00000000000000000000000000000000, 0x12d1746e6b52e007f1b78d772d9248ba),
(0x5005c82e7c94841c449ef23ba5a45892, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/content-box.png', 0, 0x00000000000000000000000000000000, 0xc787bfea15aff0beb56f57e7bd18b13d),
(0x96af9737a8619bc394214480d61aadc1, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/creative-link.png', 0, 0x00000000000000000000000000000000, 0xa8b5f0be465cd5128aa6586f9650450f),
(0x9c9aff46d1c7af1934c601dbddb6c690, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/dual_button.png', 0, 0x00000000000000000000000000000000, 0x7fc6893c4246c825eeb4b509f5093c62),
(0x89122ddd6629c920a05e1e561894038a, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-16.png', 0, 0x00000000000000000000000000000000, 0x9b397cc17a489ec7cc28381fd1ccd099),
(0x1565b62c152bd31537fe0efe43c558c4, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-advanced-carousel.png', 0, 0x00000000000000000000000000000000, 0xf2a618662b4c974244b63f3bb066493a),
(0xbb56850cd56130658938eac7722f9eb0, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-animation.png', 0, 0x00000000000000000000000000000000, 0x6137b071d7f6853427480982967f9aed),
(0x2e3665bdbc1fc217a09a9934787a4d68, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-button.png', 0, 0x00000000000000000000000000000000, 0xd1274019e6ba1ae892c1bb8c9e8f59e3),
(0xcd9372084848a48624d962d98766f1d3, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-countdown.png', 0, 0x00000000000000000000000000000000, 0x8c522101f86e73f904f1a3a1ddccd198),
(0xc66552b34de24917de8729ca8b463f17, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-counter.png', 0, 0x00000000000000000000000000000000, 0xdba6402523fa17d65e6fecddc3a23f14),
(0x24bbfbfe1448e1f2e8b338f3fd08cd81, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-fancy-text.png', 0, 0x00000000000000000000000000000000, 0x60bcc9db8674abb517e7b608022b5d8e),
(0x9dafba14ed82fb5f4f517766d6ddd878, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-flip-box.png', 0, 0x00000000000000000000000000000000, 0x9e0825d0adfb58f76c0cf61fb6e769f3),
(0xd8395d637e15dc3401dd21a4cba24d45, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-google-trends.png', 0, 0x00000000000000000000000000000000, 0xf8dc22e90bdad142d66859410e731f40),
(0xc28a6ac48f177b3c170d7efbfa8e7358, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-heading.png', 0, 0x00000000000000000000000000000000, 0x75040cb51b7619b07242cd22ea828f7c),
(0x36db9cfe6473cc13f7ce3e661716811c, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-highlight-box-old.png', 0, 0x00000000000000000000000000000000, 0x5b8c76f2592786e7b233f663d77461b9),
(0xaa0a84926db50656cfe6c4aa278b86a5, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-highlight-box.png', 0, 0x00000000000000000000000000000000, 0x76aa4e8cc09ee55501866dc465ee28bd),
(0xce6a56b57ec3ba8508b4e106428e1c73, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-hotspot.png', 0, 0x00000000000000000000000000000000, 0x44f16ae3c3a054da61ed3a8562e3288d),
(0x51a9e8435ccdfd177b50b7c4ec89faa4, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-hover.png', 0, 0x00000000000000000000000000000000, 0x1adedfdab9da8774d10922a4dd2cd752),
(0x83b39356da7f5ad35f98fa09f982dd55, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-icons.png', 0, 0x00000000000000000000000000000000, 0xe724855403e8a409e172899df58e2273),
(0xbc37cc5de194d8333f9d7ccdbfb907cf, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-image-separator.png', 0, 0x00000000000000000000000000000000, 0x6756e48004b9e5925751a10bcdd48fca),
(0xa7a2173e8bd558c294cf6af313fffedf, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-info-banner.png', 0, 0x00000000000000000000000000000000, 0xf9655d20330029c462ee64b1326a36de),
(0x9e46be15d337483881e21bf81e43415d, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-info-box.png', 0, 0x00000000000000000000000000000000, 0x0d2fbde657d348b245a291afc99c1a40),
(0x35700eb2699751f1c8edc7f81d0a8ffc, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-info-circle-block.png', 0, 0x00000000000000000000000000000000, 0xdcd640ca2df2209c726b73f42878ba74),
(0xdfe196bebe47f270a495846361fddb62, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-info-circle.png', 0, 0x00000000000000000000000000000000, 0x115d736b0b14ec167c191620d7625909),
(0x26f195849b8345d95181b110b3267a49, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-info-list-block.png', 0, 0x00000000000000000000000000000000, 0x82ecb3f81dc3a21818e0c85b025a6aa9),
(0xd97002328c676ed81a03839544204fb6, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-info-list.png', 0, 0x00000000000000000000000000000000, 0x6a38d839e4b78a432b6bdadef2c19e51),
(0x3817c1bd471ceed5d7696b02a35f5ae0, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-info-table.png', 0, 0x00000000000000000000000000000000, 0x9fcbc42813dc22bd131cc42cd1f4fe63),
(0xbe7877a0e07de0acc8a9407c1842de97, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-info-tabs.png', 0, 0x00000000000000000000000000000000, 0x93cac500bf987b637218ca7809e3ce64),
(0x2bc5ef9436eb6c565a9b9adf04bee308, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-interactive-banner.png', 0, 0x00000000000000000000000000000000, 0xc5609f0fb4a82d78bd71c8bea037045f),
(0x0b8a897abc354eb1827f7fa3355c1c10, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-just-icon.png', 0, 0x00000000000000000000000000000000, 0x25a19b5f5ebc7c297e2f973a1a7c0e9e),
(0xf99e31eb769b1435769162bea77588a7, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-list-block.png', 0, 0x00000000000000000000000000000000, 0x0caa1798a883f0375729aafbb4c6e7d8),
(0x42622d2abbf6d07d2bb64facac42b565, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-list-child.png', 0, 0x00000000000000000000000000000000, 0xd786f45b5f560e3eb07ac30db0b9a655),
(0xc6270d3789b2821dfd363dd908b0b753, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-list-icon-child.png', 0, 0x00000000000000000000000000000000, 0xb576a52bfac657ef4743c581b5d53ba8),
(0x319b1855b62143fd3572c4aff49923fc, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-list-icon-parent.png', 0, 0x00000000000000000000000000000000, 0x1fe4c4017212b547ddfec166f1db051f),
(0xfa9c39442d12a1b689f28ca6f85a05ae, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-list.png', 0, 0x00000000000000000000000000000000, 0x4cbfb4b1fa9d4f7fc491150a24468fff),
(0xa06e4abbf908085ad7232a8aed1219ee, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-map.png', 0, 0x00000000000000000000000000000000, 0xd0b3fa01983b001817ca54edf0699736),
(0xc8bd50285aeba8e13b82f0d9bb8fe463, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-modal.png', 0, 0x00000000000000000000000000000000, 0xe2d22b9f7b25e3bd78164eae71dd324f),
(0x66bc80a6cbfdb2d9865e23b4c941d3aa, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-price-box.png', 0, 0x00000000000000000000000000000000, 0xa49d29892d257771101569e505df343b),
(0x32df855d1458b43e8fe0a632bbf54bf5, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-range-slider.png', 0, 0x00000000000000000000000000000000, 0x830265b341f8df8b8ee6a429de4f9198),
(0x2239f15430356c9ded11e30c70c8be15, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-spacer.png', 0, 0x00000000000000000000000000000000, 0x6ee691e04ea38a45256ae0c9b865c811),
(0x4eace6d7760d4cf2e69bffa3fc727bae, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-sticky-section.png', 0, 0x00000000000000000000000000000000, 0x04468685411dbb0d445a285e04daaf90),
(0x9037301e448c6a2bff163416d78a9706, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-swatch-child.png', 0, 0x00000000000000000000000000000000, 0x2dabdb5f8f56916c546081391be10793),
(0x6b85048f2c6808815a5d38b1125bae20, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-swatch-parent.png', 0, 0x00000000000000000000000000000000, 0x0654a65338fde29fa4f68580d78a73ab),
(0xe5cae076710a28babfd9832bfb6ed8e3, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-team.png', 0, 0x00000000000000000000000000000000, 0x2ee0762b67a32a25e0b2d555b3ecff37),
(0xca7aa3e4f462530efce58f9fff50940a, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-timeline-featured.png', 0, 0x00000000000000000000000000000000, 0x00541173e72b2ac33423bab64efb9df5),
(0xf7562f873cfb40e58a275c026547b395, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-timeline-sep.png', 0, 0x00000000000000000000000000000000, 0x47370e3ec02bfefad902e3378d694aec),
(0x3cde729dfa575281e7a8d87e57e80a36, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-timeline.png', 0, 0x00000000000000000000000000000000, 0x714a7fb77c91cfb841bba39d4f2717c7),
(0x1848d866cfabc942496a467cf8cc6d85, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-video-banner.png', 0, 0x00000000000000000000000000000000, 0xf9d2d12da88fdf76edcd59604148c386),
(0xade285b066bca1c07016482a391cb61f, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-woo-grid.png', 0, 0x00000000000000000000000000000000, 0x606a818859c740f53c665045feda0325),
(0xa87ae5cccc5cdc7029f2fae24b04fd33, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-woo-list.png', 0, 0x00000000000000000000000000000000, 0x5ad1db9c4c3d8bd1eeb7749380166339),
(0x3601dc7ccf5896d413dcdacad0a31df3, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-woo-single.png', 0, 0x00000000000000000000000000000000, 0xd18f9115e4af0f1eff69ed82394b63b7),
(0xbed33cf5bc9ccf702ae1afbfa38749b2, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/icon-woo.png', 0, 0x00000000000000000000000000000000, 0x67640e93314055452e3a79dad5f7a0c6),
(0xd6d44036fddff39c623fa4a3cf3b45b8, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/jquery.minicolors.png', 0, 0x00000000000000000000000000000000, 0xd36c75e3d8880ebfece375fd7cd46787),
(0x7b31b2fd31236dceb516ad9b03a7b140, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/logo-icon.png', 0, 0x00000000000000000000000000000000, 0x49e68cb486d9048eea6c75213b277f59),
(0xcacec1fc191acd0ff4e22302df33d2ea, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/quote.png', 0, 0x00000000000000000000000000000000, 0x10c0eb11b04f77c7d65e719f3d8e85b2),
(0x9d932c0d29dc746373880e4a607961d2, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/remove.png', 0, 0x00000000000000000000000000000000, 0xefea06eee747084387efb6a397699074),
(0xb402ded054dda61c8a00a12f3109599e, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/select.png', 0, 0x00000000000000000000000000000000, 0x76715de678e6bf2fa3d4bcd1d8d9bac6);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x570f7346f5098f9860191b59168698cf, 'wp-content/plugins/Ultimate_VC_Addons/admin/img/tab-icon.png', 0, 0x00000000000000000000000000000000, 0x357d28a8e1702e8c745addc41e884f51),
(0x2fdcaabf12189d0528d69001e5ba9c55, 'wp-content/plugins/Ultimate_VC_Addons/admin/index.php', 0, 0x00000000000000000000000000000000, 0x5339860fa47290fabdd1ab1a9bf45e95),
(0x01b726881e7542314f04b9419071d70a, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/admin-media.js', 0, 0x00000000000000000000000000000000, 0xc37463fe8ab01b61fb4acb93ac4d18e0),
(0x6c85db90bfdd4ac998df134bca8e64af, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/admin-update.js', 0, 0x00000000000000000000000000000000, 0x7e3c6e6c350c8069768317617cad77a2),
(0x829f2e6b6d224f1474761f0270be0a28, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/bootstrap-datetimepicker.min.js', 0, 0x00000000000000000000000000000000, 0x26c76bfbc22c0594511fc038b24e1362),
(0xa1fa3fd79029617a8c7aaec54a85c552, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/dualbtnbackend.js', 0, 0x00000000000000000000000000000000, 0x43d0ad5d41b6160c20215c26a5b0d757),
(0xeb82598e30aec9c0f8573bafa666213f, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/dualbtnfront.js', 0, 0x00000000000000000000000000000000, 0x3218b4953ff5bab3135d8b8fe710df3b),
(0x5090137c0bdf911154efc667ee185230, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/google-fonts-admin.js', 0, 0x00000000000000000000000000000000, 0x53c05af215c71960f827f43c1a0da04c),
(0x8d16ba1534f3c5f531ba598c2ebfc5e4, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery-classygradient-min.js', 0, 0x00000000000000000000000000000000, 0xcd6b98f28dd8dc4726cfaf88e8667090),
(0xb5505bc66ac9793f592b016c49c2a0bc, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery-colorpicker.js', 0, 0x00000000000000000000000000000000, 0x7a810495014181a716950c0051383622),
(0xa2522359d80f44beafb233c86a937dbc, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery.minicolors.min.js', 0, 0x00000000000000000000000000000000, 0x6e5892581f3b5e5c279ee4452d0a069b),
(0x612b115ad88ed0b8f0f2395d351cb52d, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery_creative_link.js', 0, 0x00000000000000000000000000000000, 0x0244dfdca49f39956aa9b0b101834960),
(0x0cc0642afe45ff148239fcacb3074282, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/team-admin.js', 0, 0x00000000000000000000000000000000, 0x967d843628c153baf4eb7e8575a8bffb),
(0xf5ff07c7991318b3f7841e50d422b9fe, 'wp-content/plugins/Ultimate_VC_Addons/admin/js/ultimate-vc-backend.min.js', 0, 0x00000000000000000000000000000000, 0x4512fc142e08f38d73b66e5a8b4fe900),
(0x99b05eb77e6c582599b8f03fd3a4b89e, 'wp-content/plugins/Ultimate_VC_Addons/admin/modules.php', 0, 0x00000000000000000000000000000000, 0x8253e8526b7143d5485e3b5ffbb0503f),
(0x33fe1d388b693ff461722946923437c0, 'wp-content/plugins/Ultimate_VC_Addons/admin/resources.php', 0, 0x00000000000000000000000000000000, 0x83bf996130f62d5981c6ef775f2c1f76),
(0x377b202dbccdb1007db28a0faf06ab32, 'wp-content/plugins/Ultimate_VC_Addons/admin/script-styles.php', 0, 0x00000000000000000000000000000000, 0xdd06110267b41ad29ad25a942aa693d9),
(0x1f4e850b514906c8cd2e84a1331ae7be, 'wp-content/plugins/Ultimate_VC_Addons/admin/smooth-scroll-setting.php', 0, 0x00000000000000000000000000000000, 0xa72f82f6bf56b58ac41d721696255f5e),
(0xec5bbd37ed783c0ff060096212d6674b, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/css/chosen-sprite.png', 0, 0x00000000000000000000000000000000, 0x8b55a822e72b8fd5e2ee069236f2d797),
(0x807a44e5571e41eced0c021415f881d5, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/css/chosen.css', 0, 0x00000000000000000000000000000000, 0xb998903e71d014c84b5e77f1c907e6bf),
(0x13480bb9127875a220c0c8168752adbe, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/css/sub-tab.css', 0, 0x00000000000000000000000000000000, 0x3f2df92ec79932099738ba5761ace6e3),
(0x3bb62d2aed89ec9e66e62e5632f382da, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/css/ultimate_border.css', 0, 0x00000000000000000000000000000000, 0x6bf79fdf3a5e9970bf1b72adc4833bb4),
(0xe28951cfd5f52a26c9c5c5caf230c9df, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/css/ultimate_image_single.css', 0, 0x00000000000000000000000000000000, 0x6bc5b8ad4e95e8886b1657ce8a193b59),
(0x1d3737791fc42c58b471c150c779fa21, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/css/ultimate_responsive.css', 0, 0x00000000000000000000000000000000, 0x3608032dcb4183d0c43c6645ac13c340),
(0x8343757f2ace2aeafe76b28d9062fdb2, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/css/ultimate_responsive.min.css', 0, 0x00000000000000000000000000000000, 0x123929b14310c037e012428190f14469),
(0x61748d3640a123657f35dc8ee674205a, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/css/ultimate_spacing.css', 0, 0x00000000000000000000000000000000, 0x519f7988bf0d77b4214858be9dd50b6e),
(0x4e5060c6cad3246ef1d007decfc46afe, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/css/vc_param_boxshadow.css', 0, 0x00000000000000000000000000000000, 0x90618a1298b29a3539a26e7bae0649e5),
(0xed8e9d567613bbec226f86c1bb40c263, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/img/add-old.png', 0, 0x00000000000000000000000000000000, 0xe26c371903cdfbaf74278d802bae8dc8),
(0x054d7b389ae5998876cbf190075f657a, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/img/add-plus.png', 0, 0x00000000000000000000000000000000, 0x226b8d2e705206807b6be4cab2ed52eb),
(0x18e427c3f00273cd516b44205ee316aa, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/img/add.png', 0, 0x00000000000000000000000000000000, 0xbebf6a0a0e848397557ed204eb105bd7),
(0xc4aace9f51fe2f51ad8442676d349d87, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/img/remove-old.png', 0, 0x00000000000000000000000000000000, 0xefea06eee747084387efb6a397699074),
(0x70a76e9325a071ca4a5f511ecbff01af, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/img/remove.png', 0, 0x00000000000000000000000000000000, 0xa3586ac9c62b84c45ebce035cd14cd91),
(0x13aeb8c4b94ca52285bb25b7b63e96ba, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/img/tabs.png', 0, 0x00000000000000000000000000000000, 0x6cb9bebeb74fcd8635176ecbd1123d44),
(0x317ba118aeca874621538c6db6af2bd8, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/admin_enqueue_js.js', 0, 0x00000000000000000000000000000000, 0x731e1ff8d9548b96e93750b991f1a478),
(0xf50a780c9265c77baecc99e7b916998f, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/chosen.js', 0, 0x00000000000000000000000000000000, 0x0407ebe492c235aa46ab5127e4e3c757),
(0x3741aed19675bbd8e463a755c170dd3a, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/single_element_js.js', 0, 0x00000000000000000000000000000000, 0x8fb3d859a7fb259724320026127a4ca7),
(0x57026e5d92461073346f34ff48fb5d61, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ult_tab_admin_enqueue_js.js', 0, 0x00000000000000000000000000000000, 0x72d01bcfb31ae81bf39430bf7151fb55),
(0x6d3aa77aa4a2f31e9d6ddc7d0f3ac246, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-border.js', 0, 0x00000000000000000000000000000000, 0x413905a00d7b4a94e07ee6e01eea46ba),
(0xf86b9314796309619d0af817d838ea59, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-image_single.js', 0, 0x00000000000000000000000000000000, 0xa7ae80654d37e7b4e001a840ad3f0c72),
(0x144a53d77af3df6480495dea1c082782, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-responsive.js', 0, 0x00000000000000000000000000000000, 0x1d43ad84b7b67f63968bed9100cb181f),
(0x29287392ca78a58f8906e088d8fd2a65, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/ultimate-spacing.js', 0, 0x00000000000000000000000000000000, 0x9ad9b6f4d1d75d678c6c248a88b9696c),
(0x86e08d070f1a47df74040150f0863bcc, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-box-shadow-param.js', 0, 0x00000000000000000000000000000000, 0x270f14e596b625129fa466ec5b857f1e),
(0x517c3d6ff06ab5fa7d1ba2a9166fdfe9, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-google-fonts-param.js', 0, 0x00000000000000000000000000000000, 0x52fb968ccad1c59e23f224281d7f82f6),
(0xa8b8bbf4e18987f61aa567449c3a94a8, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-headings-param.js', 0, 0x00000000000000000000000000000000, 0x8e38a291628af7d5f78087fdf7102745),
(0x6537e35db663366451db485904001b2e, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/js/vc-hotspot-param.js', 0, 0x00000000000000000000000000000000, 0x74aa84b23eb7a3f66ae9be82374abcf6),
(0x80346473249bdad4846506e59c7657a1, 'wp-content/plugins/Ultimate_VC_Addons/admin/vc_extend/less/ultimate_responsive.less', 0, 0x00000000000000000000000000000000, 0x29d70147949703b52062bd95dd765f0f),
(0x09cd842bf2692d1577732e9bdc458312, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/advacne_carosal_front.css', 0, 0x00000000000000000000000000000000, 0xaac06335ede5686675b3bbe5e48a9ff8),
(0xecde57c9959910228d772c62f69ec758, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/advanced-buttons.css', 0, 0x00000000000000000000000000000000, 0x46f549c658bc0829c919a152f8dd73b4),
(0x3b465412ae3e19018dc8a4a035e12301, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/ajax-loader.gif', 0, 0x00000000000000000000000000000000, 0xc5cd7f5300576ab4c88202b42f6ded62),
(0x4d93b3d3eed3b7d432dc52861504a113, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/animate.css', 0, 0x00000000000000000000000000000000, 0x1f025c577a9fdde83d665e3ea189c6c1),
(0x533265d8c0970118300c3d48a98d9364, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/background-style.css', 0, 0x00000000000000000000000000000000, 0x826a9cf6a7baec75d855f9c2124859d9),
(0x7b21dcc5739ba04c8eaa67b22f9eda1d, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/content-box.css', 0, 0x00000000000000000000000000000000, 0x0a467c5a10fc8cf7b14cb314dd355629),
(0x120f0d109c3953680e344537064cd835, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/countdown.css', 0, 0x00000000000000000000000000000000, 0x468444f1beda74e366e6ab9f1a2b3a7e),
(0x15097926dff85e2d8d9ad7607ec8271b, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/creative-link.css', 0, 0x00000000000000000000000000000000, 0xbb10db395d7aafedefd5a6e8f3839d27),
(0x1dc934e4aaf0499f9451b14990d0f2b5, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/dual-button.css', 0, 0x00000000000000000000000000000000, 0xc7915870910280610e10c4b94e9abb3b),
(0x7c1bd44d69092553097784474996c5af, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/expandable-section.css', 0, 0x00000000000000000000000000000000, 0x51606d8c1e3b26001f9ae00d979581be),
(0xb506cf403bb761f346f1cf88b45b3a96, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fancytext.css', 0, 0x00000000000000000000000000000000, 0x060cd9712050367d4f7dfadac1210aa3),
(0x41c858177db5c3056b00b8103b6244aa, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/flip-box.css', 0, 0x00000000000000000000000000000000, 0x4d32e0a13d075744571db88e28ee570e),
(0xe216ccfd1a826fdc30b54bc368eae26a, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/slick.eot', 0, 0x00000000000000000000000000000000, 0xced611daf7709cc778da928fec876475),
(0xe339e2ac369e7d89e8309bf1989d335a, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/slick.svg', 0, 0x00000000000000000000000000000000, 0xfc02b2ffe92c2ac15e09935a22831756),
(0xbf7c728e2e17a522b76107c58c2d0f57, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/slick.ttf', 0, 0x00000000000000000000000000000000, 0xd41f55a78e6f49a5512878df1737e58a),
(0x24776daf2f6904ad716973026716b9e7, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/slick.woff', 0, 0x00000000000000000000000000000000, 0xb7c9e1e479de3b53f1e4e30ebac2403a),
(0x2cc4fb0347adbe478dc892f7200a8bc2, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/ult-silk.eot', 0, 0x00000000000000000000000000000000, 0x01818bd415a935d1b8b20ec5c472a809),
(0xf4603079522758b117fe2e5b65aacdca, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/ult-silk.svg', 0, 0x00000000000000000000000000000000, 0xa97e1ea5aae192fa798ea0ad0e9557dc),
(0xd623a4df03dc887895d333f9bcb25daf, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/ult-silk.ttf', 0, 0x00000000000000000000000000000000, 0xd40a82e222da745ea778af75e43a9df5),
(0x1fd8b4f79d74fd10902b25662e76150e, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/fonts/ult-silk.woff', 0, 0x00000000000000000000000000000000, 0x520b95f60ddfa6a5ab689c1e2a8c476b),
(0x65dc5fa478b6c4b8faab5e0e07212263, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/headings.css', 0, 0x00000000000000000000000000000000, 0xa3edd50e72987b62f0aba31dbe5cd583),
(0x78a4e66c3f8209aeb3d8aa978965653c, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/highlight-box.css', 0, 0x00000000000000000000000000000000, 0x2b5b4e6b0fcf5ba87679fee6ed315287),
(0x3a34e9152c0168407bfa0d26bff005a4, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/hotspot-tooltipster.css', 0, 0x00000000000000000000000000000000, 0x4eaadad19997d2aab4ae12ed4fcf3bb8),
(0x757cb319ebbfe951396838bcad598d38, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/hotspot.css', 0, 0x00000000000000000000000000000000, 0xe7696d6e6bb511ba63cf493762b803aa),
(0x53302ce699205a250310dff03cad7ee1, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/ib2-style.css', 0, 0x00000000000000000000000000000000, 0x1795139e9fb905e9dcc4b2b45557f370),
(0xfb95eff64db60addff224b74c0640d5e, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/icons.css', 0, 0x00000000000000000000000000000000, 0x882d04bf086158fc93945062a9221336),
(0xa669da30dff81a22db7ee2d4531d9846, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/ihover.css', 0, 0x00000000000000000000000000000000, 0x53736488b49759e44adaaf80872bf26e),
(0x39957cb7a705449b65af229fa6eb2762, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/image-separator.css', 0, 0x00000000000000000000000000000000, 0x4365e3ffc4fa2b98f5c8ed51999b2394),
(0x6b98afac9c26a5667e9918cdab5e2263, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/index.php', 0, 0x00000000000000000000000000000000, 0x20e080a46d2678181eae09e3c499cede),
(0x64f85fbcaf942b4d7f12cc725e0c5ca5, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/info-banner.css', 0, 0x00000000000000000000000000000000, 0x1adc22fe24624723852d38b85d6f506c),
(0xd1af162ca7f12a293496652a2c286916, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/info-box.css', 0, 0x00000000000000000000000000000000, 0x4eab8675d687f5576f1c99c38245d770),
(0x2102a85d3167d8f0dd6bc0effbbb4e88, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/info-circle.css', 0, 0x00000000000000000000000000000000, 0xbefe0df2b069c41b32b7e6d84d3acf70),
(0x217d16388a1b1253204560d47b4936af, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/interactive-styles.css', 0, 0x00000000000000000000000000000000, 0xe9cf92aa3b037d0a76da595a88f065b6),
(0x1cc94466301adf6be56c710d2c7b4f63, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/modal.css', 0, 0x00000000000000000000000000000000, 0x0fb11ee0c445376060f0afb78f6e7859),
(0x9a12dc13192297db1db22c1c39e780cb, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/pricing.css', 0, 0x00000000000000000000000000000000, 0xa358d02666ca704728ab9db36479232b),
(0x6c2a9eb5c5089902f7396ec1b1b6fb61, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/range-slider.css', 0, 0x00000000000000000000000000000000, 0xfb7ce0759c5482ac3bd8e8c4fdf804b7),
(0xea8ac6acb36eb162a3dc0a460be86645, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/slick.css', 0, 0x00000000000000000000000000000000, 0xa36809e197295ca674f0b5c900252939),
(0xeba4149f804ecb0871a94a97158152df, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/stats-counter.css', 0, 0x00000000000000000000000000000000, 0xc44eb2540ff8eae731391398b1a70905),
(0x23052a8dba69fe0217507a7f3ca4f356, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/sticky-section.css', 0, 0x00000000000000000000000000000000, 0x4794a775d11b50b92a869e47acae8d8f),
(0xb37774a8ceb8c247b14a8aeddb565c78, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/style.css', 0, 0x00000000000000000000000000000000, 0xf4e8d1d2f196f597bf0b0c10da0e4f76),
(0x76c948c04f8886ffc354a1eee3d4b3d3, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/sub-tab.css', 0, 0x00000000000000000000000000000000, 0xc16674fb6af787aa9fb388a91fb5b7d7),
(0x0a8c26fe9ff82dc98488a0f123f41c28, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/swatchbook.css', 0, 0x00000000000000000000000000000000, 0xd5db1368fa9d3ef3d8efee7768fa586a),
(0x514b6a5fffe210214dbcc6948d3501c7, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/tabs-accordion.css', 0, 0x00000000000000000000000000000000, 0xaa1ae8ea2e0a0af7b23ea879b465d206),
(0xb186c2c8405480b34578796855072618, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/tabs.css', 0, 0x00000000000000000000000000000000, 0xf7f6326e44b524d0f99d6cf976300ccb),
(0x49c3833e485891785eba3d9687eb1230, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/teams.css', 0, 0x00000000000000000000000000000000, 0x07a4593597385a9844bce3c609651fc2),
(0x2c6178fa55f73f00886e6f1ccf6dff34, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/timeline.css', 0, 0x00000000000000000000000000000000, 0x88001f1d4bb47019ff8dbabefd76b27d),
(0xc8e3bcea7c5301b6ef301c514c238e0f, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/tooltip.css', 0, 0x00000000000000000000000000000000, 0x389950f963ee2006f0ab47852241c75e),
(0x97989854012317569e8648df583509b0, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/vc-fronteditor.css', 0, 0x00000000000000000000000000000000, 0xdc177a1fa231e3c9758c80139579544a),
(0x43fed892b1650110e2abf84bb317acc6, 'wp-content/plugins/Ultimate_VC_Addons/assets/css/video-banner.css', 0, 0x00000000000000000000000000000000, 0x36472db9367c4b124fa633c0508d6acd),
(0xfbfb3ca412105391410941be1965817c, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/Defaults.css', 0, 0x00000000000000000000000000000000, 0x36ea4805809e6b690c2f5126a0808297),
(0xb7ac3d2f2d68bc60a7aeec0ea7647335, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/Defaults.eot', 0, 0x00000000000000000000000000000000, 0xa00fc61a5fd17e293e43a675a274f6c7),
(0x50ad345d7ffdbfa451315fd1fc37b6f9, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/Defaults.svg', 0, 0x00000000000000000000000000000000, 0x24984f3b29e3353ce8f0a1721cba11f2),
(0xd61c79bb66323f9b1e2a6fa2b274d451, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/Defaults.ttf', 0, 0x00000000000000000000000000000000, 0xf6d11204ce187630cd3caf4643ba8702),
(0x78cae0622cd86934db40130f347f0cc3, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/Defaults.woff', 0, 0x00000000000000000000000000000000, 0xf48a1b28a6442dbb23eb16b76db819f6),
(0x5723112471844aa9e2a5a772aee36627, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/charmap.php', 0, 0x00000000000000000000000000000000, 0x49cb7bdef765c4534f59b3ac9ab2a556),
(0xd3b9037d60f2f4516c87f8c3aa6eecd9, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/index.php', 0, 0x00000000000000000000000000000000, 0xb82dc7457005bb698e35f7185a1f5612),
(0xbb0ad7e14e47c1f5325fa68119a79eaf, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/selection.json', 0, 0x00000000000000000000000000000000, 0x68df4c31fb144a7ad7ed78ddaad56e4f),
(0xb45c123fba344260c64d83fc15782f31, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/ult-vid-cntrl.eot', 0, 0x00000000000000000000000000000000, 0xd062b5b405fac1edc52e46afa1aae2c9),
(0xde50b9e43f554ded6af8188118485a11, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/ult-vid-cntrl.svg', 0, 0x00000000000000000000000000000000, 0xde5eb227ae06e8d807d4a829b4141529),
(0x70c5a7c2c89aeb0aa46492cb3dafb3f8, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/ult-vid-cntrl.ttf', 0, 0x00000000000000000000000000000000, 0xaedaa1e32caa8c75688065a3bf249c2c),
(0x13b31c49e86f8c2af31415bc79246ffb, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/ult-vid-cntrl.woff', 0, 0x00000000000000000000000000000000, 0x33729a7c0831f6f076f6eb4d3521f945),
(0xc894e25be89bed4e761abac53c8dd72b, 'wp-content/plugins/Ultimate_VC_Addons/assets/fonts/vidcons.css', 0, 0x00000000000000000000000000000000, 0x956459c45013db79feac40131a1a6f58),
(0x6cde69188f1cfb2746b27b8789392689, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/add.png', 0, 0x00000000000000000000000000000000, 0xbebf6a0a0e848397557ed204eb105bd7),
(0x52e20da5fd5ef50ddca3ce4f22c93bcd, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/close.png', 0, 0x00000000000000000000000000000000, 0x20d6c4281287de4e971d1da98c368e42),
(0xc70fb8849550d4b666fa1b5f59945fd6, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_background.png', 0, 0x00000000000000000000000000000000, 0xa79f1a2a81bfe3ed1c2ca4c41b8e1fbf),
(0xedbb0a2ba2d9b9c295f4da66f023e7a4, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_hex.png', 0, 0x00000000000000000000000000000000, 0x16d6870c36e379c06fb26ebd2e16bf44),
(0x1e41276b672627db73f232bf4b840d98, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_hsb_b.png', 0, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a),
(0x201c903afb8ef3f68ffa9bf71e41bed8, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_hsb_h.png', 0, 0x00000000000000000000000000000000, 0x56ddc8d0db306a16b1998bf605a2400f),
(0x21bef91f061e92a51e695b9d4ad69e11, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_hsb_s.png', 0, 0x00000000000000000000000000000000, 0xda922c56c14e59cb47cf599d839f28d7),
(0xef148690d128422fe4d2596af032bde6, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_indic.gif', 0, 0x00000000000000000000000000000000, 0xf485d07540a89502e36dc1a55cec05d0),
(0xe2370bd6f22c4b05f0c90714bb75fa8b, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_overlay.png', 0, 0x00000000000000000000000000000000, 0xc7a33805ffda0d32bd2a9904c8b02750),
(0x65277d73b8803235afb9e93fb987e5a0, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_rgb_b.png', 0, 0x00000000000000000000000000000000, 0x470f2e6aac943db4fde117f78abf2939),
(0x01c708907b5bca498a7432e8bb2743cb, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_rgb_g.png', 0, 0x00000000000000000000000000000000, 0x2ec375b35303a4fc2f5710b40c61f96b),
(0xbb8e44c4ad1d25b2106b5071c2b533d9, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_rgb_r.png', 0, 0x00000000000000000000000000000000, 0xa9bff6c43c090308ca8dab0b60e597a0),
(0x9cb348fea19b081ae0287253abcb6e01, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_select.gif', 0, 0x00000000000000000000000000000000, 0xcec464162af0cce10348e7bb7701ef86),
(0x6c8db8b40c01508e7269506e6c2a548b, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/colorpicker_submit.png', 0, 0x00000000000000000000000000000000, 0x12d1746e6b52e007f1b78d772d9248ba),
(0x450de0edfdd62d3190e8fbb7f265bade, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/cover.jpg', 0, 0x00000000000000000000000000000000, 0x191ab938829c568e5416ee16b1e42a58),
(0xda760e178eb665df6ac93d707191bec0, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/fabric.png', 0, 0x00000000000000000000000000000000, 0xd7e5960fd84a954721c71534ec612dc9),
(0xa1ae6bc2ab47993b4edc983757fa594e, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/patterns/01.png', 0, 0x00000000000000000000000000000000, 0x295695e3c987172525403ad79dd7f564),
(0x90d68e6be90f0a70250c4a54ada45ffe, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/patterns/02.png', 0, 0x00000000000000000000000000000000, 0xffe68b516525f1583226e0a845dc0fb9),
(0x4292893d8a77de17fb6b25227e22c21a, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/patterns/03.png', 0, 0x00000000000000000000000000000000, 0x54ea11191c8607733d287d69d741ded6),
(0xefc281de79d3d986a5a47f53b83fb0f0, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/patterns/04.png', 0, 0x00000000000000000000000000000000, 0x6c22e2a05e0c33826a9ebde106a35191),
(0xf6e8c9e2ee00092d1f80e5c49870bcbc, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/patterns/05.png', 0, 0x00000000000000000000000000000000, 0x8d90261ce30c8ac67a7e39cc995e2239),
(0x1dd0e4c5c2cdab93ca0821dc7c201f0a, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/patterns/06.png', 0, 0x00000000000000000000000000000000, 0xc0992cf39116357a8e2578e36b548d94),
(0xa39ede7603c7fb73645c42ba5e76f4bc, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/patterns/07.png', 0, 0x00000000000000000000000000000000, 0x08062a5ea6b687d8cc0d1bcef2d4f44a),
(0x726e3a0565ae0f029285e5986f35e9c1, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/patterns/08.png', 0, 0x00000000000000000000000000000000, 0x0d41486e82ee53a017782807e114410b),
(0x03176b3617815d48dffa87f401b6f8e0, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/patterns/09.png', 0, 0x00000000000000000000000000000000, 0x7f76f2443de8334c6bd8a5357d1756c8),
(0xf7a27e693d1572cd51d4d976bc1901e4, 'wp-content/plugins/Ultimate_VC_Addons/assets/images/select.png', 0, 0x00000000000000000000000000000000, 0x76715de678e6bf2fa3d4bcd1d8d9bac6),
(0xa5c87e895d83e7b89d83c374e9066638, 'wp-content/plugins/Ultimate_VC_Addons/assets/img/add.png', 0, 0x00000000000000000000000000000000, 0xbebf6a0a0e848397557ed204eb105bd7),
(0x6c4d83f59bf7f2593a22905b7d4d9804, 'wp-content/plugins/Ultimate_VC_Addons/assets/img/cart.png', 0, 0x00000000000000000000000000000000, 0xf7ef4c83a8d10535636fb218e1cd7874),
(0x3e87abeb0447565cfa17a14665ecb14c, 'wp-content/plugins/Ultimate_VC_Addons/assets/img/close.png', 0, 0x00000000000000000000000000000000, 0xf2aace763cfcc4d6f3427a8a0842e55c),
(0x7ccf0bb1134aa0612525400ed8ddbcb4, 'wp-content/plugins/Ultimate_VC_Addons/assets/img/cross.png', 0, 0x00000000000000000000000000000000, 0x6a2c4432e54d0b22d62cea56ae1be642),
(0xc7d365be99c7f824227e1286a1df6c7d, 'wp-content/plugins/Ultimate_VC_Addons/assets/img/icon-16.png', 0, 0x00000000000000000000000000000000, 0x9b397cc17a489ec7cc28381fd1ccd099),
(0x2656c189f5558a3d6d3fe54a2850bf8c, 'wp-content/plugins/Ultimate_VC_Addons/assets/img/icon-marker-pink.png', 0, 0x00000000000000000000000000000000, 0x83a29125f525e70f09d68f6b5fe7de34),
(0xa74b69dc2da6c5f51dcd43a6dd95257f, 'wp-content/plugins/Ultimate_VC_Addons/assets/img/ov-plus.png', 0, 0x00000000000000000000000000000000, 0x3bbca93a07c45084084e220a9ce591e7),
(0x97d0f59f577072b55490b06f31785c25, 'wp-content/plugins/Ultimate_VC_Addons/assets/img/spinner.gif', 0, 0x00000000000000000000000000000000, 0xdcdeef69398dbe2a9d027a913c827286),
(0xac6fbf6cb26f7d86c72996372b292e63, 'wp-content/plugins/Ultimate_VC_Addons/assets/img/timeline_pre-loader.gif', 0, 0x00000000000000000000000000000000, 0x77482dac17e7046565894894da23ba50),
(0x6528646828af6d4da9fd3c0ce64e7f88, 'wp-content/plugins/Ultimate_VC_Addons/assets/index.php', 0, 0x00000000000000000000000000000000, 0xb82dc7457005bb698e35f7185a1f5612),
(0xe726ce5736dfedc53039eea2710a4aa4, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/SmoothScroll-compatible.js', 0, 0x00000000000000000000000000000000, 0xd1d5edaaf816577baddce13dd6710ad1),
(0xfe0ef8ee79d1ef995c2f4582cda5173c, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/SmoothScroll.js', 0, 0x00000000000000000000000000000000, 0xc0fdd61db7b5cc33e02d7c775d1a2737),
(0x982eab3a2705167839ba3be4c44b66ea, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/bootstrap-datetimepicker.js', 0, 0x00000000000000000000000000000000, 0x18adb09f5558959b70a2006ac135d7bf),
(0x7caa1656d1983d159c5f0e0f97f98b31, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/classie.js', 0, 0x00000000000000000000000000000000, 0x11e1487cf6ef60a274a9866abd0d30e1),
(0x9273e64ccab583f31d660b433d3c7351, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/content-box.js', 0, 0x00000000000000000000000000000000, 0x3e4e133ba12161cc5fafa0baaaa9cdf1),
(0xfef80293c9a0be68704a1e444e1d37a5, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/count-timer.js', 0, 0x00000000000000000000000000000000, 0x4d31d34c9372192e080a322a3c367ee8),
(0x9948b188c562fb982af68d70ea8023fc, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/countUp.js', 0, 0x00000000000000000000000000000000, 0x742475487a6f25394b73d20832ab789c),
(0x030948adaba9fb7e917177135b978b2e, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/countdown.js', 0, 0x00000000000000000000000000000000, 0xa349b5e643b88e64a7a5698f16a9d781),
(0x8bc9ba96652c5237ba2ab9accff7a4aa, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/creative-link.js', 0, 0x00000000000000000000000000000000, 0x182679b9e15fc159cd107d6356c7f847),
(0x6ba064524b6baa727a37e6c384d8f1a4, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/custom.js', 0, 0x00000000000000000000000000000000, 0xbcfda3c3936941dbbdc2d1a2cce2bb3d),
(0xb660859db90c328dc8180a1bc4c53493, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/dual-button.js', 0, 0x00000000000000000000000000000000, 0x92b8a8e060a151165952b952caca72f3),
(0xf9412351d98a641f07af7886b134b816, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/expandable-section.js', 0, 0x00000000000000000000000000000000, 0xda8547b64bb813aacba86eecc283e968),
(0x00216cb62c1a5c1a5cac7a5037b2fde4, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/fixto.js', 0, 0x00000000000000000000000000000000, 0x88e02e99d69644ad496c14d5fdd0c0a1),
(0xb14fada6d9c53ef7f0863bf24b5ba301, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/flip-box.js', 0, 0x00000000000000000000000000000000, 0x5cf0103cd193637508fdfb58884fefca),
(0x42fdd27343c2e288e22978e7929de70b, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/froogaloop2.min.js', 0, 0x00000000000000000000000000000000, 0xf74225e9e76e2fb44b4cf4f0dcf79d74),
(0x0728a81102d4bdd67044ab3ec336f638, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/headings.js', 0, 0x00000000000000000000000000000000, 0x2d360b54ad737d2c70324b7244993161),
(0xd73b19786b9d38b2387b078d2b56c1d9, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/highlight-box.js', 0, 0x00000000000000000000000000000000, 0xb0659cd11e59127bde3526b0e81c3b20),
(0xf988f745ea57fe1214b830f9404c66b7, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/hotspot-tooltipster.js', 0, 0x00000000000000000000000000000000, 0xc31b2351fa493bb40519330d439f0088),
(0xa0ee25e8de591b1f3f2fcdaebd87cad5, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/hotspot.js', 0, 0x00000000000000000000000000000000, 0x263e34e486f64d1b1cefa010c9061a1b),
(0xa214729bdbf49d3e15febee3fde35e38, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/ihover.js', 0, 0x00000000000000000000000000000000, 0x6975eeb605595915d406bdb1e0a83611),
(0xdc75f84cd3a5f618ad8dadf83493982c, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/image-separator.js', 0, 0x00000000000000000000000000000000, 0xee0ccc8d4f901b2a7ce7dee0b772ca57),
(0xcf7e6a25e4bd02e0e706a3b88d951be2, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/index.php', 0, 0x00000000000000000000000000000000, 0xb82dc7457005bb698e35f7185a1f5612),
(0xeb62ca41e09fdc59752db2e2a9fe287e, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/info-banner.js', 0, 0x00000000000000000000000000000000, 0xb6abf1fd7081d113cc489530aba95000),
(0x42d16a0461baa8ff36ddb70a60d89e35, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/info-box.js', 0, 0x00000000000000000000000000000000, 0x4e265c66b63179eeddcde7e84962b21b),
(0x21ab1dd1b849340acd29222080740a19, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/info-circle.js', 0, 0x00000000000000000000000000000000, 0x0f108f5c057e040da5e30ba202f93d36),
(0xce8c3bdb15475b210212332c1cbb65c2, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jparallax.js', 0, 0x00000000000000000000000000000000, 0x94ccc41fbcd2f58a41d17fc05d1a69c4),
(0xbb35cfbf455b313acc2a0eb38f653df5, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-appear.js', 0, 0x00000000000000000000000000000000, 0xf4f247502ee9eee7df5c861c9f595dcd),
(0x81949986e99fd3ab5b97092a58969803, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-ui-effect.js', 0, 0x00000000000000000000000000000000, 0x328828b72b03d63c9d35b4faad8532d3),
(0x504444e6799bfab95ef47efd190dc440, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-ui-labeledslider.js', 0, 0x00000000000000000000000000000000, 0xb5cae6a2766475bb75d2c82be34d2d65),
(0x96dd82c1c5d6a448e77d4efdc028879f, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery-ui.js', 0, 0x00000000000000000000000000000000, 0xc811575fd210af968e09caa681917b9b),
(0x2cd625af6688f86ec4cd87e714d9badc, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/jquery.sticky-kit.js', 0, 0x00000000000000000000000000000000, 0x74eec187f292311a74fa3dafe2c24bb6),
(0x6ef7b3a971ad52fbe05bd10d098195d8, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/masonry.js', 0, 0x00000000000000000000000000000000, 0x0febdbc921cfe1231cf29b2cde7e4286),
(0x43c26c94b72e21fe03e9115beaf48894, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/mb-YTPlayer.js', 0, 0x00000000000000000000000000000000, 0x773c82f7b5ab007e91bb2ac52867680f),
(0x2905595b397fd52759041ee802f638db, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/modal.js', 0, 0x00000000000000000000000000000000, 0x31bb5f7956053d23143cae4676cd36fe),
(0x5edc8565570f13ff8479fa140b7079a1, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/modernizr-custom.js', 0, 0x00000000000000000000000000000000, 0x17c4fb5b14d11fdb32126c23824f874e),
(0x0f5167a68f455794f780a36f3fe685bb, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/range-slider-touch-punch.js', 0, 0x00000000000000000000000000000000, 0x594c7fa31e788c18fd6bac62d2824bac),
(0x08ad481f4d078e857c1404462e297929, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/range-slider.js', 0, 0x00000000000000000000000000000000, 0xe9bc278f1fde040ce01de14cedaf6d96),
(0x0f89d7748ba7a0a7dc589d0d216bdbc2, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/slick-custom.js', 0, 0x00000000000000000000000000000000, 0x77346824732834ee2fa39f4a5f9b9592),
(0xa75188893542575029b2ea7400453bb6, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/slick.js', 0, 0x00000000000000000000000000000000, 0x82630522df5138b03111490ffb1c8c30),
(0x6142d3e9404f8ff5c60190d775d2eb03, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/smoothscoll-mousewheel.js', 0, 0x00000000000000000000000000000000, 0xbb07f5b4b9b27465fb70d8ef08e666de),
(0x28b381213ead674a20c3be113f4c128f, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/smoothscroll-easing.js', 0, 0x00000000000000000000000000000000, 0xa591c55c6cb2baa0f2a91b27feded85e),
(0x24d44113f6223ed169f5b0fc916d3894, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/smoothscroll-simplr-smoothscroll.js', 0, 0x00000000000000000000000000000000, 0xdc494986a6e0243bfa6c9653ab938f96),
(0x06daef49cc5efa025025f795429c94e5, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/snap-svg.js', 0, 0x00000000000000000000000000000000, 0x9aef549244b09d6a380f5b47bfb1b1ef),
(0x1d71c8db70b57fb69ce61bce3af2fbfc, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/sticky-section.js', 0, 0x00000000000000000000000000000000, 0x049a8c2dcd25b7a38d406c6365fc5860),
(0x148959a37433af0f4948a35c9fb17454, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/swatchbook.js', 0, 0x00000000000000000000000000000000, 0xee717ae681ac0e4538fde8d7a6b6c32c),
(0x0973de1ef778b10bbb4542dbbe68164d, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/tabs-accordion.js', 0, 0x00000000000000000000000000000000, 0x6582a52ac3e86a280d67964d38479604),
(0xb454913bc869265b395df2c4695582d7, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/tabs.js', 0, 0x00000000000000000000000000000000, 0x4b6884afadfd4bffae239e5c373e077a),
(0x5ea8f1411506a3b78df399adaf341912, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/teams.js', 0, 0x00000000000000000000000000000000, 0xc85300618c1c194658b9daf2c174152b),
(0x88f1a119661df237d30f2ffb69ac8a9c, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/tooltip.js', 0, 0x00000000000000000000000000000000, 0x9597dcd23f8359bbe27fba0059572b1f),
(0x101bd88215eb793d037f131c4ac36fac, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/typed.js', 0, 0x00000000000000000000000000000000, 0x1059903fe2e499737820efeadf160c1e),
(0xef822cb17fd186c1a892c5f5a8f20cc1, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/ultimate-params.js', 0, 0x00000000000000000000000000000000, 0xa365e648501e49f6587ff134e56db643),
(0xd998c75a9cbdc029b185355f896c9346, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/ultimate_bg.js', 0, 0x00000000000000000000000000000000, 0xdd289243d1f0705c00c622668ac7ee23),
(0x4fef189ce7036f7d1a502af190e1ae77, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vc-fronteditor.js', 0, 0x00000000000000000000000000000000, 0xa66389cb4f94bb1e34408e3e1b6a6a22),
(0xe3d938298081e5299dd7509fadd4c7af, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vc-inline-editor.js', 0, 0x00000000000000000000000000000000, 0x1458655774a76bef3989a47e8c3b128d),
(0x85a058d0a8325cc8e727c1b0cfe40ebd, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vc_column.js', 0, 0x00000000000000000000000000000000, 0xed4397a67a1124efbc45a10af6be6be1),
(0x7463badf251bf2b910d63d1e43d1cdac, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vhparallax.js', 0, 0x00000000000000000000000000000000, 0x6bafae7358879f2a184d09d37c91c419),
(0xf8791f27ec931b70417874255c22407f, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/video-banner.js', 0, 0x00000000000000000000000000000000, 0x0cc10e48cb1520da7c5eddd1c388b331),
(0xad9c22871dfc82b8feb2b83e13b5197b, 'wp-content/plugins/Ultimate_VC_Addons/assets/js/vticker.js', 0, 0x00000000000000000000000000000000, 0xa1f15171258f520544b232612f8add2e),
(0x0931a836d70dbe0f9a5dcac9196266d6, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/advanced-buttons.min.css', 0, 0x00000000000000000000000000000000, 0xee4188f7c505cfb9664c56c958906d2f),
(0x12a368e4d736412f80fd7554e9ebe15f, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/ajax-loader.gif', 0, 0x00000000000000000000000000000000, 0xc5cd7f5300576ab4c88202b42f6ded62),
(0xa1f6852ef26cc07d02f59372ba65af79, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/animate.min.css', 0, 0x00000000000000000000000000000000, 0xea2fd38ad9c00ae34e868ee3a7c0025e),
(0x85f8b7fdf0f0cd1fd9c10badef62098b, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/background-style.min.css', 0, 0x00000000000000000000000000000000, 0xa8979cff09beea61513393f6fbfd716f),
(0xab90e5a6de99febfd3087125ebe93483, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/content-box.min.css', 0, 0x00000000000000000000000000000000, 0x2b3999f7f11f2d5f6429f4b157167af5),
(0x0cd6e9b72261e26ac187a2e7fc621bbf, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/countdown.min.css', 0, 0x00000000000000000000000000000000, 0xe019f0bb54ebd0fd718e37d48d202627),
(0x75813cb9366d1b54f3ece43fbf9b4576, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/creative-link.min.css', 0, 0x00000000000000000000000000000000, 0x7fe3abd6da32393a73206c4580f2daaf),
(0xe9d880c004e599adcb53ff0a7a856a55, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/dual-button.min.css', 0, 0x00000000000000000000000000000000, 0x0efd2b2458dc4c295617a9322b186ef9),
(0x631547d0a025b7720655583e7439845e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/expandable-section.min.css', 0, 0x00000000000000000000000000000000, 0xb60296ba8511223672a83b6f1da8615b),
(0x83e1868410f06dd13931fcf6a42cea30, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/expandable-secton.min.css', 0, 0x00000000000000000000000000000000, 0xb60296ba8511223672a83b6f1da8615b),
(0xde23edcf2384eef475cc962242a0cfbc, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fancytext.min.css', 0, 0x00000000000000000000000000000000, 0x27477fa952129172f5ee407e03ef0627),
(0xf32d8a4a2a9b8a52423f3fa66c612679, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/flip-box.min.css', 0, 0x00000000000000000000000000000000, 0x94e724c0e2ab00c3b62983c47f18d1dc),
(0xff5d3cee4af21fb18d85d346430de119, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/slick.eot', 0, 0x00000000000000000000000000000000, 0xced611daf7709cc778da928fec876475),
(0xf16ef540ed3e32d825554831085b6c2d, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/slick.svg', 0, 0x00000000000000000000000000000000, 0xfc02b2ffe92c2ac15e09935a22831756),
(0x391429f0878f3c8e5a6deff07cfb8950, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/slick.ttf', 0, 0x00000000000000000000000000000000, 0xd41f55a78e6f49a5512878df1737e58a),
(0x9381a1041781428c2bc6c56ffd5afed3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/slick.woff', 0, 0x00000000000000000000000000000000, 0xb7c9e1e479de3b53f1e4e30ebac2403a),
(0x57e3da0118fcb923326c925c7b39e1b7, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/ult-silk.eot', 0, 0x00000000000000000000000000000000, 0x01818bd415a935d1b8b20ec5c472a809),
(0xfbf9e50f7f3ce4bd3c387da035e225be, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/ult-silk.svg', 0, 0x00000000000000000000000000000000, 0xa97e1ea5aae192fa798ea0ad0e9557dc),
(0x29e17987b787fa947976dd88ce33012c, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/ult-silk.ttf', 0, 0x00000000000000000000000000000000, 0xd40a82e222da745ea778af75e43a9df5),
(0xc821f8568dff63b09bbfadf29f68323d, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/fonts/ult-silk.woff', 0, 0x00000000000000000000000000000000, 0x520b95f60ddfa6a5ab689c1e2a8c476b),
(0x09ce7ae30dd48b574afda54639abaf04, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/headings.min.css', 0, 0x00000000000000000000000000000000, 0x1d5bee5c24ea3cce8b80bc8b738f5608),
(0x46f960d8afb40906861066748f76d894, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/highlight-box.min.css', 0, 0x00000000000000000000000000000000, 0x304430f9aa08d0ea0df653ce25fb1249),
(0xf7a7535859aa730727865521b2239614, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/hotspot-tooltipster.min.css', 0, 0x00000000000000000000000000000000, 0xb9bc91dc74a140ce8383df4d5950b801),
(0x8f22e06deeb292666be0a15e179768e5, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/hotspot.min.css', 0, 0x00000000000000000000000000000000, 0xcaa4eb4ec93698290ea49910dbe32eab),
(0xb0cc52c0892d405e122412256b1f5cfe, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/ib2-style.min.css', 0, 0x00000000000000000000000000000000, 0x5d25656a27dc952074110a7df5e2e542),
(0x2e4bdee841e0ec722741f94753a11566, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/icons.min.css', 0, 0x00000000000000000000000000000000, 0x29bf4ebba52d2def6b14e39d827e61e4),
(0x9e2d5b7dd33fef83573f785a8c1949f6, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/ihover.min.css', 0, 0x00000000000000000000000000000000, 0x9a316fc098f8d1d188bc40d440d1b2f6),
(0x33e300eb40da5f3d3c2078efe6ca21e4, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/image-separator.min.css', 0, 0x00000000000000000000000000000000, 0x92e18f86cbd2f7d1a6fa4d00b5abd964),
(0x60784946a9101be8ab97ce9ef4b2409d, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/info-banner.min.css', 0, 0x00000000000000000000000000000000, 0xe5ac1c9ce9174b34cc0827cafdafa46d),
(0xd7186369037b85f7b7f9a73e87234cee, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/info-box.min.css', 0, 0x00000000000000000000000000000000, 0xbb688ce659b7779fc2d56df956d2bdba),
(0xeb84a89a5c223887e1f2f142765129a2, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/info-circle.min.css', 0, 0x00000000000000000000000000000000, 0xae14ddc3db18403821511a581e63f9b5),
(0x2197c83a716354da3e3963034982689f, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/interactive-styles.min.css', 0, 0x00000000000000000000000000000000, 0xfc4b83049b729f3b21b3e4670547d982),
(0x9d3e20050e97c53e3e71fc8ae8842c8d, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/modal.min.css', 0, 0x00000000000000000000000000000000, 0x749564392e37c1ca1ae070149b6ac5a9),
(0xa5f9a524397df78d4a6bbc8178f43cd6, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/pricing.min.css', 0, 0x00000000000000000000000000000000, 0xdd7b3a347c489453f06149d0889c2f01),
(0xdef91414faa2f7f2cc20cc868b6c2c3c, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/range-slider.min.css', 0, 0x00000000000000000000000000000000, 0x67011908518ddf542214e04b0b8b8521),
(0xc35b6d72062406367f9c5c87197eabea, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/slick.min.css', 0, 0x00000000000000000000000000000000, 0x6a61c4625f6d969f794778521b5d5926),
(0x243401c09cd0ca6ccda8df0e1e233bd9, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/stats-counter.min.css', 0, 0x00000000000000000000000000000000, 0x9599d6432617b9ca2b71a893f3e4c8f6),
(0x056735d8e1495238dc8ca50e871f4782, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/sticky-section.min.css', 0, 0x00000000000000000000000000000000, 0x0bda13543457f5ea4f404fded8af2661),
(0xb5953241003294d9c2fafe6f91d122f9, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/style.min.css', 0, 0x00000000000000000000000000000000, 0xf2e8b89d835a6485892d37c93be2ed3a),
(0x2f08f5d0de548c85cfaffb8b20694a2a, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/sub-tab.min.css', 0, 0x00000000000000000000000000000000, 0x42b40d289174a53c60beb53c50716184),
(0x579708afe9c4c05e73e9ce96c1feb7b3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/swatchbook.min.css', 0, 0x00000000000000000000000000000000, 0x664501b39ea2ae507c847c6e2d3c09c3),
(0x7be1ae6a2f25fcf5a69c126693815804, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/tabs-accordion.min.css', 0, 0x00000000000000000000000000000000, 0xf4b878b44f45a45b3fb64809eb88a6dd),
(0xbdaef6fd5dfff9d84880d5f1e2398e47, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/tabs.min.css', 0, 0x00000000000000000000000000000000, 0x32784dcb211ee5fae5fc16d3b58ef7c1),
(0xae7e4101f45830c06c457a5c717c14af, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/teams.min.css', 0, 0x00000000000000000000000000000000, 0x89ca2e93935ea2d8e3bcef723e059ec6),
(0x1b3449342c3010f08e40c0206cf0607c, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/timeline.min.css', 0, 0x00000000000000000000000000000000, 0x24fcb6929ffa98ea2c4826a866d187b9),
(0xba20d6f49d427b520db676d8496eb0ba, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/tooltip.min.css', 0, 0x00000000000000000000000000000000, 0x31e3645975194065008df0232f90940f),
(0x826b19b180619547eb61c88b49a703bc, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/ultimate-team.min.css', 0, 0x00000000000000000000000000000000, 0x9e4993811de1d45091f3d1d98aa8d9e4),
(0x5dd776f5106440f87e78da0bdefb1cee, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/ultimate.min.css', 0, 0x00000000000000000000000000000000, 0x9e00df2f0c4ec5605bf9dc891f2de253),
(0xdf51426449fab8876b754aaec3e65612, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-css/video-banner.min.css', 0, 0x00000000000000000000000000000000, 0x880bbb83dbfba46d8f625352105419ce),
(0x08fa7e1c8f9f4a5c116d2f1a9e66210e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/SmoothScroll-compatible.min.js', 0, 0x00000000000000000000000000000000, 0x093bedb2f41e1e5fcc283e6587422a12),
(0xf65cc24f0b1b1bfca309c9b8d38913ad, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/SmoothScroll.min.js', 0, 0x00000000000000000000000000000000, 0xecd83db8168efd02e79c95ef44e4f2b5),
(0xe28da2a6191dfcf7d4d7af9ebf81e92f, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/content-box.min.js', 0, 0x00000000000000000000000000000000, 0x5cd5a8d7072b28e9230d05267c6f1f21),
(0xd1ca44214dfbd31b0980d1ddb959c254, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/count-timer.min.js', 0, 0x00000000000000000000000000000000, 0x312921eb28d67879ceb2857e8bdbc829),
(0xef11abd418ad2ba4c3b4eb57449ae2df, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/countUp.min.js', 0, 0x00000000000000000000000000000000, 0x80e3a58b0995750db51954757e01edfc),
(0x75b24fa6e2d9859b96c7d2b5d454210b, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/countdown.min.js', 0, 0x00000000000000000000000000000000, 0x2e816b0374726ab028426835a24343db),
(0x79bfabeb18c69d17d279a8f37bd54959, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/creative-link.min.js', 0, 0x00000000000000000000000000000000, 0x39983e3be16632e9ea90054353ae8b88),
(0x0a6580fba6be6e79b57370fdc1c761f3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/custom.min.js', 0, 0x00000000000000000000000000000000, 0xb7f59eb2e018b09876f5597e41ec41eb),
(0x851f8f8cb592cce9285354836668c718, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/dual-button.min.js', 0, 0x00000000000000000000000000000000, 0x1304bdad8b0033b994e8a02504b321e6),
(0x5165873286d305563fe0c8c028850b7d, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/expandable-section.min.js', 0, 0x00000000000000000000000000000000, 0x186a776ca56d4e4564b9cd7cad66cbbf),
(0xc22277d773d927439fe5ff8343812c95, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/fixto.min.js', 0, 0x00000000000000000000000000000000, 0x2d6925173b2000bd02e5933620eb21d4),
(0x1b61545990121dc7f48080875d22236a, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/flip-box.min.js', 0, 0x00000000000000000000000000000000, 0xbfff21bb333ff0a108832ae3d10cd162),
(0x61445c7582b1ba478de5821f70cee5b6, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/headings.min.js', 0, 0x00000000000000000000000000000000, 0x83ec3f1699f45ca7b44a7457b8b63b00),
(0x617b51f411fd1267f8719233bb3d1d80, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/highlight-box.min.js', 0, 0x00000000000000000000000000000000, 0x2447228d1a683290f9b6a90be249c487),
(0x850137f5da07cc89c05a7f55d39973d3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/hotspot-tooltipster.min.js', 0, 0x00000000000000000000000000000000, 0x200fe9f7247a1e4509ab657689ad070d),
(0x07b6fafb7185fc06e85b5cb3237941d2, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/hotspot.min.js', 0, 0x00000000000000000000000000000000, 0xd1cd2322babaf6304f62d1ab24a49c96),
(0x7ac9bf619b5a1bc039551e8d901c7c4b, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ihover.min.js', 0, 0x00000000000000000000000000000000, 0xed0a8be03717a3d82e0a7ca9bd3055d0),
(0xf52a2fc6d8bec7bb28bb13472d64173a, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/image-separator.min.js', 0, 0x00000000000000000000000000000000, 0x6569007f9c12f6183030b15dbf85a1b6),
(0xcff7c302a199556a24c4c2ab39a6af7c, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/info-banner.min.js', 0, 0x00000000000000000000000000000000, 0x89ae63895275234df7068caead49d640),
(0x769e211a08247b4547e6a213e0183906, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/info-box.min.js', 0, 0x00000000000000000000000000000000, 0x2f4908af4f31c7fba00429bc36e6bc6c),
(0x895bb6de67c9b209ad03fe70dd8e3c69, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/info-circle.min.js', 0, 0x00000000000000000000000000000000, 0x14813b2cfa54c3ba4e51da8a5409ea18),
(0xf4e2a185a3c151553cba39c9a974a313, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jparallax.min.js', 0, 0x00000000000000000000000000000000, 0xdaf802520aa637d4f31a84d982fa3a6b),
(0x593c2392cf9dc04e9904fe781645f31c, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-appear.min.js', 0, 0x00000000000000000000000000000000, 0x37bf8d9728a953dbd60fb200c8dba902);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xa5088ddc01b35c92338cc34bb358c80e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-ui-effect.min.js', 0, 0x00000000000000000000000000000000, 0xc6316abd35b7a779e915778c872f399b),
(0x20b734cb79b377395bf2b79e38b7b09a, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-ui-labeledslider.min.js', 0, 0x00000000000000000000000000000000, 0x290a83e5c88c769a750dd654bf250142),
(0x62c92d0394e8b2b478ee42f9f31a08da, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery-ui.min.js', 0, 0x00000000000000000000000000000000, 0xa5e655b8c9828fac5cdcd2a0968d3dfa),
(0x920f220280de2ba53c40fe5357ef79ba, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/jquery.min.js', 0, 0x00000000000000000000000000000000, 0x26a8b7888e7578bc31cdf0f4bfbd97ee),
(0xdc3e6594b295a69ab19fa7979d7942ab, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/mb-YTPlayer.min.js', 0, 0x00000000000000000000000000000000, 0xf457361687a1d07578c90ad615ee2680),
(0x0feda44f754181621b562a4a57bc890e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/modal-all.min.js', 0, 0x00000000000000000000000000000000, 0x9583015bc7a34f7ef74ec6670a0c0bae),
(0xc3f0e1ffb2a357023d0586521af30922, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/modernizr-custom.min.js', 0, 0x00000000000000000000000000000000, 0x7e60b2578558b4b9e655bbab9941c6cc),
(0x53e8a0d86eb85e50f5f7df9c13e9e46e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/range-slider-touch-punch.min.js', 0, 0x00000000000000000000000000000000, 0x2705ef75a78ce2e407cd4b1c4a3e6a61),
(0x2d899ab379d1bd820ccddb0117954d72, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/range-slider.min.js', 0, 0x00000000000000000000000000000000, 0xbadce71d4888304d0f929308d58e3ba4),
(0x2db9612f9d709d3b28749c71df1a0ad0, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/slick-custom.min.js', 0, 0x00000000000000000000000000000000, 0x65063f6cb7788f5ba99510c08c9915dd),
(0x38847586f5a0ad90cba2a5f71594a6b3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/slick.min.js', 0, 0x00000000000000000000000000000000, 0xfb37fc205664f2fb718614a4bc9a2d5f),
(0x99f2e455beeb15f8431da3849456bede, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/smoothscoll-mousewheel.min.js', 0, 0x00000000000000000000000000000000, 0x0aa9167459ed9a14b8089ee6be2407d1),
(0xed9c55cf4d27be4ca967ca14f0ce9eac, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/smoothscroll-easing.min.js', 0, 0x00000000000000000000000000000000, 0x52d5e141df9b40f8369c9eee525e0d33),
(0xf90408b1c33bf1bf3eef616310950c2c, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/smoothscroll-simplr-smoothscroll.min.js', 0, 0x00000000000000000000000000000000, 0x89b4a003d86b6dfe3bd00c3ee71b3ea9),
(0xc89c533521e0e52e5c356d80341d4af6, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/sticky-section.min.js', 0, 0x00000000000000000000000000000000, 0x0635853426dd6ad555168ffdb7857a49),
(0x5ff5a8dd2eb730a85f62be90d9556f97, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/sticky-section2.min.js', 0, 0x00000000000000000000000000000000, 0x5225195f0e5219b783aa58f08fc3135c),
(0x2404b71eea8a3a49f7910e665b06ef73, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/swatchbook.min.js', 0, 0x00000000000000000000000000000000, 0x02d1ba1f3c04e6d2b5bd2f361de3312c),
(0x77d78d5b222065cebf70938ddbf2e13e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/tabs-accordion.min.js', 0, 0x00000000000000000000000000000000, 0xdd672e9488d4487926917a8693a6669a),
(0x84256e1a73b6ae3aef8e0654c2030270, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/tabs.min.js', 0, 0x00000000000000000000000000000000, 0x9d6a962537c469529e2f18485d5e1956),
(0xe0a80e3a3888fbe14c103d8d8d18cbf3, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/teams.min.js', 0, 0x00000000000000000000000000000000, 0xf1ce71821b4ffb52462a62e0a54c06dc),
(0xcfe6191e477dab9035df0ddf948a5cf4, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/tooltip.min.js', 0, 0x00000000000000000000000000000000, 0x302acdfefecdbf9e3c0779dac7f3cf9b),
(0x2aa7df3cee9a8453216f8fba79a4d2dd, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/typed.min.js', 0, 0x00000000000000000000000000000000, 0xa56246fde13f4080dfa6b5d0adfba048),
(0xc9d1d01cacf38c788cbafd731670a907, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate-params.min.js', 0, 0x00000000000000000000000000000000, 0x6818d1526abe8862ae11ad4d689489af),
(0x0a682eaf2432e9c40200c7c1d2051e6e, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate.min.js', 0, 0x00000000000000000000000000000000, 0xdf091eda57ff5976373bc96b4fce257a),
(0x44c905ba5d9800c1b0f3343aa77f6d9f, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate_bg.min.js', 0, 0x00000000000000000000000000000000, 0xbc1d07f129db72ddd0a97daf63820d4d),
(0xf30e38ca2a3d2cd3d0a7088a1b0fb8f4, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/vhparallax.min.js', 0, 0x00000000000000000000000000000000, 0x0e22c9ec17827eed1f8d4c4d42fca65d),
(0x373ae820ff3265c275fc44e29a0967e7, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/video-banner.min.js', 0, 0x00000000000000000000000000000000, 0x249d7b35b65a0ce2468200d6f1f1158c),
(0x517f1b7febf9ae90caae6f0702baa6fe, 'wp-content/plugins/Ultimate_VC_Addons/assets/min-js/vticker.min.js', 0, 0x00000000000000000000000000000000, 0x6ca55f757ea646c48129669f94836521),
(0x73043282aa6b83006d9dd6288f158766, 'wp-content/plugins/Ultimate_VC_Addons/changelog.txt', 0, 0x00000000000000000000000000000000, 0x2d6e848df9d61e7da8aa8abbea211a5c),
(0xd7aa01eccc4bfe2297190ce7cbfc8cb9, 'wp-content/plugins/Ultimate_VC_Addons/contributing.md', 0, 0x00000000000000000000000000000000, 0x975adb47a08028cd9bbc2dd6272afd9e),
(0x4d5358db447c37af9efc2d9f1838d2f9, 'wp-content/plugins/Ultimate_VC_Addons/languages/ultimate_vc-en.mo', 0, 0x00000000000000000000000000000000, 0x5e6d63af206e9a967720cb9c0eb01656),
(0xa34caeea1efc2f497917395d5b141d82, 'wp-content/plugins/Ultimate_VC_Addons/languages/ultimate_vc-en.po', 0, 0x00000000000000000000000000000000, 0x6245c9c93584b6620fabff1c6a1ba1cd),
(0x11c487a74db94af4bfa8fe98032b96fa, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Animation.php', 0, 0x00000000000000000000000000000000, 0x4d47b5e64de10ddd59909842e9cdcbc9),
(0xeb7387d0fcfeb9d786193b46c678c3e9, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Buttons.php', 0, 0x00000000000000000000000000000000, 0xf0682e7dcf36309e07a280fbd720c5e7),
(0xa28691af0c1e455f0dc99e1e5122d639, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Carousel.php', 0, 0x00000000000000000000000000000000, 0x57b5f91c21b639bf62803b0ffb3dd993),
(0x2b7af1077fa0e3426154d1a8bb1ad29f, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Content_Box.php', 0, 0x00000000000000000000000000000000, 0x977947db1c4585a8c1fad769175ea818),
(0x468f108fdd4941b4938919478233a3ff, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_CountDown.php', 0, 0x00000000000000000000000000000000, 0xc68f15edf8a9f80e7618683d557c842f),
(0x4a3520f358828d6d989ff732cd276630, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Dual_Button.php', 0, 0x00000000000000000000000000000000, 0x295895b4eef527b9edf485464410faf4),
(0x7562225b81bda8e7b18c76bc3c2f1e27, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Expandable_section.php', 0, 0x00000000000000000000000000000000, 0x61d3cba0383758b3799c5534ef3f535b),
(0x0f6ca062ea2e8f5ffd3cd300474cee9d, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Fancy_Text.php', 0, 0x00000000000000000000000000000000, 0x01937fdb52c4f156cce298a97605b182),
(0x3794a8b54f8d5e0d15acbdc15808900a, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Flip_Box.php', 0, 0x00000000000000000000000000000000, 0x2f839c719532be1666773d98ec73c9aa),
(0xec185d09bffc1e61a3ce057782faabeb, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Font_Manager.php', 0, 0x00000000000000000000000000000000, 0xb20595c2d6baa730670e8fe78be40dc9),
(0x2ab6e74df54996f9faecaf8b1ae76f06, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Functions.php', 0, 0x00000000000000000000000000000000, 0x5c42c67f5441ccc87c20a779021a7c7e),
(0x2887b6c061ff9eb763736c525b90ccff, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Google_Maps.php', 0, 0x00000000000000000000000000000000, 0x4f697be7bae1f928e2f338aa55fd6cee),
(0x3df1acf398f4884209d759ebb504e9af, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Google_Trends.php', 0, 0x00000000000000000000000000000000, 0xdccfc2a1120f39d7ea039b39bf9e44fa),
(0xa1a8049f7f07aaf44c644b248926e3fd, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Headings.php', 0, 0x00000000000000000000000000000000, 0x790c2f1b6ce50d16600b410200676327),
(0x6d963156259787d3bb2179006453d837, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Hightlight_Box.php', 0, 0x00000000000000000000000000000000, 0xd0053deb52428efa287694b5d52a9a4a),
(0xc67c57e450ed020fb2babe792ab7468a, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Hotspot.php', 0, 0x00000000000000000000000000000000, 0xed8188afeb6e4bb081fd82ff4345ee06),
(0xe5c8dd6a23ff3104631b315791801e96, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Icon_Manager.php', 0, 0x00000000000000000000000000000000, 0x9681cb54c965d3ad49e60f4267faea7f),
(0xcc219509ca1d558524e513cf989961a4, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Icon_Timeline.php', 0, 0x00000000000000000000000000000000, 0x891345d06b58f5c2d77e714b8eead019),
(0xc5a0152995e10de4f87956b266b68df1, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Icons.php', 0, 0x00000000000000000000000000000000, 0xa2f64708c23c6d3ad6b8d788348421fb),
(0x4e643d636c0261a08049256089a232f3, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Image_Separator.php', 0, 0x00000000000000000000000000000000, 0xaa7193da8f5fa0d7840e2d4f596ab8ce),
(0x0e882e21c1694eff14007ea27fa9506f, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Info_Banner.php', 0, 0x00000000000000000000000000000000, 0xdb62b4a736316002d2092099aaac07a2),
(0x6f12d23374aae67ea5de9d891a3182f4, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Info_Box.php', 0, 0x00000000000000000000000000000000, 0x29ee185e35be4c1e1e50e5c491d4ba8d),
(0x9305a631f031e7cac241134854361e54, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Info_Circle.php', 0, 0x00000000000000000000000000000000, 0xfb206b6bc6e2c84f082253ffc93a87e4),
(0x1ed9c54f372907fe7772f9e2b8e7310b, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Info_List.php', 0, 0x00000000000000000000000000000000, 0x5f6b9c1aebf15e76592b93f947f61109),
(0x6864a615305385bfbec4c8aa1e129928, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Info_Tables.php', 0, 0x00000000000000000000000000000000, 0xd22e10bf85d7736085c0bb0ee620c320),
(0x82071e41241f6af0d1cef304742e62a9, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Interactive_Banner_2.php', 0, 0x00000000000000000000000000000000, 0xba3abfca33993740f4beb624043e4d15),
(0x0aeab040ca6c9afd4d8411b223ec199a, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Interactive_Banners.php', 0, 0x00000000000000000000000000000000, 0xd11c3843236c0f8733c3a0d11b8673ef),
(0x69aafe1edcee412f43df56347adbb651, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Just_Icon.php', 0, 0x00000000000000000000000000000000, 0x62e6a341543a1af9da0ec1055c4db043),
(0x0bc2af1e8c483d9164496bb879f08032, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_List_Icon.php', 0, 0x00000000000000000000000000000000, 0xd3e38d542fd57ca8a6e85f05cbdf9ac6),
(0x67faa9ad456785343cf789801545f6b6, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Modals.php', 0, 0x00000000000000000000000000000000, 0x989ed4490cceb2e2b501e67f0ed942a7),
(0x33d300dac82b9d8444b117b02aabd961, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Parallax.php', 0, 0x00000000000000000000000000000000, 0x55ed5f8e6b7840e0eb1e46c2377bf295),
(0xde8320094238421cd95da67bee94ae06, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Pricing_Tables.php', 0, 0x00000000000000000000000000000000, 0x6d9176b0e70f2bb5a997023ac7029ce6),
(0x9c8208ccd94ae0694b29357c0dcb7d63, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Range_Slider.php', 0, 0x00000000000000000000000000000000, 0xa65b710dc64ec29584404d7774994db4),
(0xa1ef621c2f12601444ae9cf3d377f39d, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Spacer.php', 0, 0x00000000000000000000000000000000, 0xb1ae82224dbc26c971bd962998f7e98d),
(0x3b1423c6d992fd6832fdf5c98b74cbd2, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Stats_Counter.php', 0, 0x00000000000000000000000000000000, 0x67b01874f2212f6fea5b02c4ff08a057),
(0x43ded813f0cfdd9eda24195572249468, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Sticky_Section.php', 0, 0x00000000000000000000000000000000, 0x248327f19752eb56864c9163a86fa2ad),
(0x4eb02a3d8c41e01e8aca6084998def93, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Swatch_Book.php', 0, 0x00000000000000000000000000000000, 0x3f50fb3b9e85e01629e767e0f46e5a2f),
(0x12860fb96c115f079eb016fea92e737e, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Tab.php', 0, 0x00000000000000000000000000000000, 0xb638d1d0c0adef20890c6e6d9b8eaab8),
(0xdb2d0b3eec40dab1765d9ba1306e73b5, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Team.php', 0, 0x00000000000000000000000000000000, 0x9e6592cd6c65473c7f3445cae3ad7e6c),
(0x01b8a34e4ffcd6080c1b0943adcd5033, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Video_Banner.php', 0, 0x00000000000000000000000000000000, 0x8b6ce9bd55ff0ba4b3d98e34e26e926f),
(0xe49f0b36df33087b4e73252ba65d6168, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_iHover.php', 0, 0x00000000000000000000000000000000, 0x61723c04c0354f42de49563e127e5cb7),
(0x11d6f5c600b94f313dfe2dd9148f62b4, 'wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_link.php', 0, 0x00000000000000000000000000000000, 0x8fea691cd28ed49b365b2ca25e07859d),
(0xe0648709ee386edb0a10dc10d07492b1, 'wp-content/plugins/Ultimate_VC_Addons/modules/index.php', 0, 0x00000000000000000000000000000000, 0xb82dc7457005bb698e35f7185a1f5612),
(0x122166f38a4800c351510133b4a8823a, 'wp-content/plugins/Ultimate_VC_Addons/modules/utlimate-tab-backend.php', 0, 0x00000000000000000000000000000000, 0xc178126571289eb588c3b66b4e311d12),
(0x5551de361f2b368c7661d4910034c4e7, 'wp-content/plugins/Ultimate_VC_Addons/package.json', 0, 0x00000000000000000000000000000000, 0x31d78b95d441a3e8aac0104db5116fcc),
(0x1d94a30a9ccd5bb12ebb4c240644d7cc, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Animator.php', 0, 0x00000000000000000000000000000000, 0x8184947f485df878f11de4edcc0285e3),
(0x52b29d1901a07dfa17d0441caddc7945, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Border.php', 0, 0x00000000000000000000000000000000, 0x2db75c3415bfc56792137c3d87076628),
(0x7f1b9a616032603afcbefeaf0d5da60d, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_BoxShadow.php', 0, 0x00000000000000000000000000000000, 0x00947de4a91c855cf8ddcab61f3d1b62),
(0x8c69700a9c9a876c31c0968582f857a4, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Button.php', 0, 0x00000000000000000000000000000000, 0xb9383ea6e9619c32798e4fb217ab6375),
(0xcc3c821b5086224a5648ccc5810118ec, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_ColorPicker.php', 0, 0x00000000000000000000000000000000, 0x111d702bf150fb0415a5d96cc5918eef),
(0x97807376d7c9b0943611d17ab566cd83, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_DateTime_Picker.php', 0, 0x00000000000000000000000000000000, 0x672aa43cf9ad9520d1d7fe688525b5a2),
(0x2cd7c5309995ddf4bcb56d4a4a991eee, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Font_Manager_Param.php', 0, 0x00000000000000000000000000000000, 0xbd6ea15027416fd254383c8184cddfb2),
(0x49bf60b60d9286903c105680306239d8, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Gradient.php', 0, 0x00000000000000000000000000000000, 0xb4037d722a043cbd47cd221f30ea2614),
(0x6a63a4f2c0df2c6dd39b519d9a471de1, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Icon_Manager_Param.php', 0, 0x00000000000000000000000000000000, 0x43de731b852948f410d438c91cdff895),
(0x5a9dcf54308c8e86f5f53e074a005cda, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Image_Single.php', 0, 0x00000000000000000000000000000000, 0x1f243c5ad1ec2aa1ad24310d2ccf3284),
(0x2311377438f00d8e01d536a6731bfa68, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Margin.php', 0, 0x00000000000000000000000000000000, 0x1a4c7bf7965bfc2c5b5468259d95022c),
(0xe9cdd1f2a94a801f6cda6922e62016f7, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Navigation.php', 0, 0x00000000000000000000000000000000, 0x11cc620278e9c35a451e3a9ddcd2c01a),
(0x8749883d0179840b50dac7131a4d62ad, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Number.php', 0, 0x00000000000000000000000000000000, 0x89aa2db5d9abff2f566c98e1db093735),
(0x7ac8c638e0cda48e7b777e6e8fa794ff, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_ParamHeading.php', 0, 0x00000000000000000000000000000000, 0xd93be6625c77f1b7e383bdad0d771091),
(0x797fd0dd94564cf0a37cabfbeed8b40e, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Radio_Image.php', 0, 0x00000000000000000000000000000000, 0x6d415f47f0623a07e6b90c89fb1ac240),
(0x48329e15e1413b8527d8779cfa80331d, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Responsive.php', 0, 0x00000000000000000000000000000000, 0x75b745966aa24d2f67cb5df07eb9a870),
(0xc8647237c981945bd775cc2423e04e8f, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Select.php', 0, 0x00000000000000000000000000000000, 0x002e81533ed0af93c29fcd70583f49b3),
(0x19a39dfe37cb8b1b201c82a1617bbd1c, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Spacing.php', 0, 0x00000000000000000000000000000000, 0x85dde23f9a3557260b35eceff5e9a3f3),
(0x7217cbe732fda3d16f488391dc0e3a65, 'wp-content/plugins/Ultimate_VC_Addons/params/Ultimate_Switch.php', 0, 0x00000000000000000000000000000000, 0x400895494acea5d09d01ba3233b67214),
(0xdf36af38812586ba88afb753e991f783, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Buttons.php', 0, 0x00000000000000000000000000000000, 0x84dece02b7f456cf9e4f9e5ab778d0ae),
(0x0852e7b09cc74ca349439446e5ce418b, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_CountDown.php', 0, 0x00000000000000000000000000000000, 0x09be70cca3f030ba337c1a9758691330),
(0x4b6b738927aad297cd2c97070e764d4f, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Dual_Button.php', 0, 0x00000000000000000000000000000000, 0x1db595c6e79ce3c18df3d2fcf4f45246),
(0xd9e15dc01240283df425b2de0dc77fc1, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Flip_Box.php', 0, 0x00000000000000000000000000000000, 0x1a68d5b21d52530a113304e0eee191ea),
(0x06e8644fcdac496333de15d8aa77a982, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Google_Maps.php', 0, 0x00000000000000000000000000000000, 0xea943e31eeec4dd073f76feb2aa500b8),
(0x38fc26e71dba7ce0ec636d2bf9def251, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Headings.php', 0, 0x00000000000000000000000000000000, 0x1e797f08b6bee322f16c2f0b606def3d),
(0xa6cd9dd779b841d840abc13315143757, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Highlight_Box.php', 0, 0x00000000000000000000000000000000, 0x4225c10098a3116cc3b34e543c307425),
(0xdeeb42b505e763f264b1020fe40b04ab, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Info_Box.php', 0, 0x00000000000000000000000000000000, 0xaf55660ccabc40b1ee5e39e0e60de59d),
(0x5678b24313e74d2c04a1a7caa0edbbd4, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Info_Tables.php', 0, 0x00000000000000000000000000000000, 0x11cacbc4e8071aa853764c2ebc3c6caa),
(0x734880e31a6db6c4e7524627e974d74e, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Interactive_Banner_2.php', 0, 0x00000000000000000000000000000000, 0xfef4ab192c6a84706f8369a7a55ff6cb),
(0xf406d9aa365bfe3443e01bf9e4e1c4ce, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Interactive_Banners.php', 0, 0x00000000000000000000000000000000, 0x35ff5f024275608b33c4e59686f51abc),
(0x35ab6f1e87bba6080df4ddbb90600160, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Just_Icon.php', 0, 0x00000000000000000000000000000000, 0x8b6890d17e3a342bc4329191320c0988),
(0x44a39fbdbbf140286ac54acc0fa06fe8, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Modals.php', 0, 0x00000000000000000000000000000000, 0xe6f01960951f509f3b61662a2a487074),
(0xfdd09ffac09f697c681cdfa493744b90, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Pricing_Tables.php', 0, 0x00000000000000000000000000000000, 0xcc1c1bd0347be74b5ab7d0ff8369e2a6),
(0x03b8e21cf32b7b0437b63686aab7c078, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Stats_Counter.php', 0, 0x00000000000000000000000000000000, 0xa7a3b44552910ae6e7e8b9346b928798),
(0x2a12619b7568333d5117b70dece365fc, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Team.php', 0, 0x00000000000000000000000000000000, 0x4e554e9e17e01a372a37808501a1f3ce),
(0x2559e1c6ecdb3346d0b61d7736f1d57a, 'wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_link.php', 0, 0x00000000000000000000000000000000, 0x924e547e32bad2d4cf65ae699a6631ed),
(0x960fa7a579a106090431bed30e935686, 'wp-content/plugins/Ultimate_VC_Addons/templates/index.php', 0, 0x00000000000000000000000000000000, 0xb9498f8ebf329eaedd0b35a68b084ed2),
(0xb3b3cc2325726f483653fd4d84439682, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/index.php', 0, 0x00000000000000000000000000000000, 0xb82dc7457005bb698e35f7185a1f5612),
(0xd8b17dfb7601892df940231c03caf9c4, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design01.php', 0, 0x00000000000000000000000000000000, 0x8e875552a5a4f0607f95a4960b7e1471),
(0xda4531f5ef04b51a39d7b510d22326aa, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design02.php', 0, 0x00000000000000000000000000000000, 0xf0efb1ccd0f5936d6a09767d13c71fe8),
(0xb413a1f6e6a588293c362e1a28866f43, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design03.php', 0, 0x00000000000000000000000000000000, 0xaa1e1ac4a892e78be9f7bd44058ef2f7),
(0x1734726a82924d975134b3a3e25aa458, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design04.php', 0, 0x00000000000000000000000000000000, 0x5c87c5e59bec3d472cc060a54c117d50),
(0x9720ba7fe10b176fbea14bed675c7862, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design05.php', 0, 0x00000000000000000000000000000000, 0xf28a57cea56d0a74c031be52b710e53b),
(0x86daae258a918b22d4ea126c79c3d30d, 'wp-content/plugins/Ultimate_VC_Addons/templates/info-tables/info-table-design06.php', 0, 0x00000000000000000000000000000000, 0x9a5f888a2f1900dc5af34f0da56e8807),
(0x6416138bacbbf4686788553f0bddb010, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/index.php', 0, 0x00000000000000000000000000000000, 0xb82dc7457005bb698e35f7185a1f5612),
(0xde10d90691929925e299f699075778c6, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design01.php', 0, 0x00000000000000000000000000000000, 0xe46df872e0570eb50d681c899e5f984f),
(0xb2b4d96d80d096283abc830adeeabc1c, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design02.php', 0, 0x00000000000000000000000000000000, 0x9f3b80d19d2385a86497d7b04b0f778f),
(0x371a57b9191cef65d2af193f8fad0461, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design03.php', 0, 0x00000000000000000000000000000000, 0xe89f166a833a145f9772b29015e89b6e),
(0x72f66fc6c4cfa760cd66668bceae60f1, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design04.php', 0, 0x00000000000000000000000000000000, 0xb9de8230e6dc8f936bfcbfbb6b19999c),
(0x0a55d4a864d4552e4a701f1dfae11027, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design05.php', 0, 0x00000000000000000000000000000000, 0x31df5313f077a50a7cbc57fad7a9c072),
(0x5f12510cfffd758d6fd4ab58cb3b2704, 'wp-content/plugins/Ultimate_VC_Addons/templates/pricing/pricing-design06.php', 0, 0x00000000000000000000000000000000, 0xb29d7c75f57c5f3bda0e4f6b6045902b),
(0x9f1d8d7c3b22b4ff5e35b0529ca310b1, 'wp-content/plugins/Ultimate_VC_Addons/templates/ult_tab/single_tab.php', 0, 0x00000000000000000000000000000000, 0x66f1204a288badf886894c24fdc3fc75),
(0x04c219f5466f1e710fe6f87e07f8bdce, 'wp-content/plugins/Ultimate_VC_Addons/templates/ult_tab/ult_tab_element.php', 0, 0x00000000000000000000000000000000, 0xcfac3c7925afa0c326449b2e7e9c0cfa),
(0xaf45a1ef1f0f4d5e88215178c0202c58, 'wp-content/plugins/Ultimate_VC_Addons/vc_templates/single_tab.php', 0, 0x00000000000000000000000000000000, 0xbc5be0a35c090c54d30df374cae146b9),
(0x203eb2faf094b8c4b944dc1521b7d86b, 'wp-content/plugins/Ultimate_VC_Addons/vc_templates/ult_tab_element.php', 0, 0x00000000000000000000000000000000, 0xd70b2fea2805bbf57c73f92520e5b0f6),
(0xf45cb81362310c5c54ca76133fbbb28f, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/css/admin.css', 0, 0x00000000000000000000000000000000, 0x9cf56417260a266e7e6ab0949da553d0),
(0x93540ec83b91c8178158628dda1d2877, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/css/google-fonts-admin.css', 0, 0x00000000000000000000000000000000, 0x82c964f3944630a8e0b8ec4f2e19aa3a),
(0xf5c281c22a31bde3e099402705eda341, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/css/select2-bootstrap.css', 0, 0x00000000000000000000000000000000, 0x10bf0718e39833af3c76f6bb139905cd),
(0x9adc8e6705c4af3b6ce379f5d588e273, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/css/select2.css', 0, 0x00000000000000000000000000000000, 0xc055558cf8c4781026f598a19f255428),
(0x323b41ed468860fbe4fa0aa40d0a01b4, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/css/ultimate-woocomposer-backend.min.css', 0, 0x00000000000000000000000000000000, 0xf84022f1ecdaa1642a90e903350fe7d0),
(0xc74b14276acad9703d8c207062f190dd, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/img/icon-woo-carousel.png', 0, 0x00000000000000000000000000000000, 0x44c46c6229c779b4ef640b3aa61126b6),
(0x21b94c28619deb7280bf33138ab37e0c, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/img/icon-woo-grid.png', 0, 0x00000000000000000000000000000000, 0x606a818859c740f53c665045feda0325),
(0xbff9b8f2ccb3da82f26b1a2eb2ff04f6, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/img/icon-woo-list.png', 0, 0x00000000000000000000000000000000, 0x5ad1db9c4c3d8bd1eeb7749380166339),
(0x0a8418f281fa545bf4a6c4951d4fcf40, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/img/icon-woo-product.png', 0, 0x00000000000000000000000000000000, 0xd18f9115e4af0f1eff69ed82394b63b7),
(0xcc4a1345f10465be2dd28ba5417b8867, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/img/icon-woo.png', 0, 0x00000000000000000000000000000000, 0x67640e93314055452e3a79dad5f7a0c6),
(0x7e9a4a3c444cb9b533ed5b0fe3a22bdc, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/img/select2-spinner.gif', 0, 0x00000000000000000000000000000000, 0x7b9776076d5fceef4993b55c9383dedd),
(0xbf00f5ad1002673c1134f250ac28446a, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/img/select2.png', 0, 0x00000000000000000000000000000000, 0x2ca61b76e22053571dd8611e5aac4900),
(0xd72d7f5a0883c34c6c204f7fea959503, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/img/select2x2.png', 0, 0x00000000000000000000000000000000, 0x49e3f006018662f60f1db2aec0b2cca9),
(0x6577cb3deac1329470b9ec598dde1939, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/index.php', 0, 0x00000000000000000000000000000000, 0x4c1b544292f282cbb84ac7e5d95413ef),
(0x75bf10e5a8700e8305fa60361344182b, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/google-fonts-admin.js', 0, 0x00000000000000000000000000000000, 0xfd11c6deb1f03ff7f72a1d3d531032ff),
(0x46a16ec465b65495fe26600edf04b84a, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/mapping.js', 0, 0x00000000000000000000000000000000, 0x6af68ba097bfac94ee9ee44cd15114c3),
(0xc1053aba1be5ab4a5b9a78c2afe323a2, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/select2.js', 0, 0x00000000000000000000000000000000, 0x67211c0a07290d3e3b64cead47ae662a),
(0x4a9fa9455db6d5fbd2bd7d72cd9ffca9, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/admin/js/ultimate-woocomposer-backend.min.js', 0, 0x00000000000000000000000000000000, 0x2ea7dd9047410ec8ee4d6fc1b3daed94),
(0x1376717da77c9d3c25b532227492fdfe, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/ajax-loader.gif', 0, 0x00000000000000000000000000000000, 0xc5cd7f5300576ab4c88202b42f6ded62),
(0xde21053551f6bd5ba033d34728171442, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/animate.min.css', 0, 0x00000000000000000000000000000000, 0xf7412c0333086ca81bf1b2285ed63714),
(0xdab4287ecb741fc18e6455a167df0404, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/demo-files/demo.css', 0, 0x00000000000000000000000000000000, 0x23222ae6b4dca48e8261f0135a92ee2c),
(0xe7f19ceb72fe21eb0ac01308b4cf1ac7, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/demo-files/demo.js', 0, 0x00000000000000000000000000000000, 0xadede6293d434c49dd135e4049dfab17),
(0xc951fa47c9107d2d0dd41dce67af4750, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/demo.html', 0, 0x00000000000000000000000000000000, 0x6790db73e9052d8fdf216414f8e152f1),
(0x041f5e84e507838397a0361355b70203, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/WooComposer.eot', 0, 0x00000000000000000000000000000000, 0x8259f099ef0c7e3f88668e36d4a1b52c),
(0x01e0869ebbf175c8bc9c0665d8e721e2, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/WooComposer.svg', 0, 0x00000000000000000000000000000000, 0x0173f2bfc33b199ef152d2e827017512),
(0x6dfec234bd1005fb412dbee0c0e3146d, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/WooComposer.ttf', 0, 0x00000000000000000000000000000000, 0xccba0e2c9694b6d10951b1a9a440bf61),
(0x6524181d56b990dc5c5cd82d001e82d4, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/WooComposer.woff', 0, 0x00000000000000000000000000000000, 0xa1ecb63d03990e198a8c2381dfd21262),
(0xf46e63c0608a00ce30ffedd6bdea2b8d, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/slick.eot', 0, 0x00000000000000000000000000000000, 0xced611daf7709cc778da928fec876475),
(0x3fb75babe082984a1062f5db60482af8, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/slick.svg', 0, 0x00000000000000000000000000000000, 0x2049ab7df3a1595fe57f4974333980a8),
(0xe7dfa3b4aa350aee37f94590263434cc, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/slick.ttf', 0, 0x00000000000000000000000000000000, 0xd41f55a78e6f49a5512878df1737e58a),
(0xbb2fec4d7b75701c0976ac26c17d3b49, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/fonts/slick.woff', 0, 0x00000000000000000000000000000000, 0xb7c9e1e479de3b53f1e4e30ebac2403a),
(0x26977ed837e8d317a589d46b54cdca14, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/ie7/ie7.css', 0, 0x00000000000000000000000000000000, 0x59a8bf6573f3e93881714a4269537422),
(0x96f8b2926bf76864b8e6b0fab51dc113, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/ie7/ie7.js', 0, 0x00000000000000000000000000000000, 0x2287b4defbe73657a62704f988c7b2df),
(0xaf7efd1264f659e079fdd899c9348534, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/selection.json', 0, 0x00000000000000000000000000000000, 0x94c71e1c14718207a3e316d1257ba134),
(0xdf51cc3553ceadeae1565f71f05d5724, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/slick.css', 0, 0x00000000000000000000000000000000, 0xb72fec03a8b25725f3a789799f8993c9),
(0x7a1022776976453b79714649c709bb9b, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/style.css', 0, 0x00000000000000000000000000000000, 0xea735fb8610c6f722a6601e78a7a299f),
(0x64e308e60bb7f874f2437c4972e5162a, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/woocomposer.min.css', 0, 0x00000000000000000000000000000000, 0x34bb00b1f2e56e6d37b87619d9dbac82),
(0x1e65ba852735ad4eee74939f7b678f5d, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/wooicon.css', 0, 0x00000000000000000000000000000000, 0x98ba20151f3f29d54ff76f4eaa1e91f0),
(0xaa9a073f7599fca44e9ef9707b8a88a1, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/img/cart.png', 0, 0x00000000000000000000000000000000, 0xf7ef4c83a8d10535636fb218e1cd7874),
(0x25605a353666808de0628062e7dcb895, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/img/icon-16.png', 0, 0x00000000000000000000000000000000, 0x9b397cc17a489ec7cc28381fd1ccd099),
(0x8d5d39fab8c8406a4b876d1f40b3eef3, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/img/loader.gif', 0, 0x00000000000000000000000000000000, 0x6b79001f2ddbfdac311c5be3dca5b3c9),
(0x2bbfabd86782deea883b6b967cfb92a2, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/admin.js', 0, 0x00000000000000000000000000000000, 0xec462c6e9df2dd1ebc1c2dccb906241b),
(0x8879b01472212c8902aeec55f51f0fce, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/custom.js', 0, 0x00000000000000000000000000000000, 0x524d8501d6388bfefa4607a79bb1433e),
(0xaf2c3802d17d03681b206a701f80bf35, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/slick.js', 0, 0x00000000000000000000000000000000, 0x1b392851a660e72b1da2eb5e71dad6d4),
(0x7d2928ada257f2e44308dfc1db0c431d, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/unveil.js', 0, 0x00000000000000000000000000000000, 0x100800f8ac2de5ef52ac101647c83adb),
(0xd881bf7ae4ab32e14ace65206bb8b647, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/woocomposer.min.js', 0, 0x00000000000000000000000000000000, 0x573dd0dafd3ce15a0a31d5954272a9ee),
(0x4764dfa51e4282aff477bb2da868abe1, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style01.php', 0, 0x00000000000000000000000000000000, 0xecbcdff0097a8922b4dbbd375da4589d),
(0xde7497aac263bb86fe89f847e62e09e8, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style02.php', 0, 0x00000000000000000000000000000000, 0xf542251dec9644812da3ddad2b9571b2),
(0xcd49846c61f703d5cf30312e4bdd92a0, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style03.php', 0, 0x00000000000000000000000000000000, 0x07f793623acbad49144162fa719821aa),
(0x27b50d24853f8a93dacc6d56ffad5fb2, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-loop-style04.php', 0, 0x00000000000000000000000000000000, 0xec08d9d3cb03665a171b43aa9bcbb8cb),
(0x74f31817a760e9cc610447bb20686209, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-single-style01.php', 0, 0x00000000000000000000000000000000, 0xff87300e35ee97054e55c27470dcbd3b),
(0x0a1787d9f248825498ac2bf38abcf85f, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-single-style02.php', 0, 0x00000000000000000000000000000000, 0x945762e5fff0afa68bd4af7682b7c4e2),
(0xd986dd6ef92d3c131eee580ab1439076, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/design-single-style03.php', 0, 0x00000000000000000000000000000000, 0x013a4b8f2c297fdf5452a21bcbeaa18e),
(0x21a99b6513aeb23d09c966b4722da156, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_carousel.php', 0, 0x00000000000000000000000000000000, 0x5dcf8d656861385bd8b902bdc934d046),
(0x10c62726e43cc5454fda82c356625916, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_carousel_cat.php', 0, 0x00000000000000000000000000000000, 0xf51d5d9d86f9a07cea620be64c64c556),
(0xf9ed507312e95ed1eeb0636adc311743, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_cat_grid.php', 0, 0x00000000000000000000000000000000, 0xa46abe297cfe86045c9a3394911c08d7),
(0x100a29b908a42013f19dcf6295179d2c, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_grid.php', 0, 0x00000000000000000000000000000000, 0xe0c4adfb3bce5699212995eb6e8f087f),
(0xf89cdb5e29872b5285dce5c91e501c92, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_list.php', 0, 0x00000000000000000000000000000000, 0x975f88a65018230a5910631a69a644ea),
(0xd8bb7dc40b5608a1ac0c2f3d771705e9, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/shortcode_product.php', 0, 0x00000000000000000000000000000000, 0xc104edfadf6d8ff96573f1424226af87),
(0x9ab561e6929a4afde43640c2fe769e84, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/modules/woocomposer_pagination.php', 0, 0x00000000000000000000000000000000, 0x4f1935b37f2e119220aae596c7464f94),
(0x83c319092e606018486a658422d67481, 'wp-content/plugins/Ultimate_VC_Addons/woocomposer/woocomposer.php', 0, 0x00000000000000000000000000000000, 0x5e2a7bef1494020fbc690ee9a90aaa9b),
(0x25c0b535d8479dc50329afd2c0b7b243, 'wp-content/plugins/awesome-weather/awesome-weather-settings.php', 1, 0x00000000000000000000000000000000, 0xaad5476aa94c9977dd463dc3ad66c4d6),
(0x47f565b2cba5416b8b11fb022519e914, 'wp-content/plugins/awesome-weather/awesome-weather-widget-admin.js', 1, 0x00000000000000000000000000000000, 0x04576c1f17ce32ae1e5f12c5f85253fe),
(0x9af5316130a3e9fbfc03c13a47f137c4, 'wp-content/plugins/awesome-weather/awesome-weather.css', 1, 0x00000000000000000000000000000000, 0x2204a8b06c836066dfaee57c289d422f),
(0xf7be6b4f0dfaeaf9ba6536c20f3bd503, 'wp-content/plugins/awesome-weather/awesome-weather.php', 1, 0x00000000000000000000000000000000, 0x6dd0a253215236722c3dc2de465f6694),
(0x4f33b73c3b7ab4e65bd3094696d818fb, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/atmosphere.jpg', 1, 0x00000000000000000000000000000000, 0xc0e7a1a30fd1b53a98aca04f43feaf66),
(0xa4e1f6e0452494b147ae0baf701e9b5e, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/breeze.jpg', 1, 0x00000000000000000000000000000000, 0x77caa28c2daeaa1a3d98eb71ea0a470b),
(0xbc752da60d7902aac3ae4bd0909ab505, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/calm.jpg', 1, 0x00000000000000000000000000000000, 0xce22e810c8d18d4222bef6a42016ef1a),
(0x1ec75de92f0862048f854634b245d5a9, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/cloudy.jpg', 1, 0x00000000000000000000000000000000, 0x18fb3c1d50c22e9cf8d86823bac162eb),
(0xee5c92946b522e0e71b6e95099f81b98, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/drizzle.jpg', 1, 0x00000000000000000000000000000000, 0x3331f75de720524813e376e7c9346bb8),
(0x758a7973d596a0366f3fc91f4ebf6e1b, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/hail.jpg', 1, 0x00000000000000000000000000000000, 0x8460cf42d5dd38c8e03a4bed4b731dc8),
(0xf335c65b0fbc4adac3f561db1945f7b3, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/hurricane.jpg', 1, 0x00000000000000000000000000000000, 0x01d63f309184862b83079f7eb12fbc5f),
(0xdcd500389576692af1f9e546b353979f, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/rain.jpg', 1, 0x00000000000000000000000000000000, 0xa682d4fe7836d4c9a2848396a7d951b0),
(0x8c6828fca3c86a9dba513ad5dc31cdce, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/sleet.jpg', 1, 0x00000000000000000000000000000000, 0x752f3852326193bdb53f71500ead7cce),
(0x8982a88d52803279a7e7e2b266a7c5fc, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/snow.jpg', 1, 0x00000000000000000000000000000000, 0xac26de2ee0bcf2231d5ac848c53f7267),
(0x81a7c3cf4f504c70c216a4d8abbc32d9, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/sunny.jpg', 1, 0x00000000000000000000000000000000, 0x816a50c804dc4ca60bd2bf96c38a775f),
(0x8c9a949cfb466b3ecb8c952080fb13a4, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/thunderstorm.jpg', 1, 0x00000000000000000000000000000000, 0x8a706f3dc87e9efec7a172270e5b7604),
(0xa07568f586ac5fc66b9ea289b22a0ae8, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/tornado.jpg', 1, 0x00000000000000000000000000000000, 0x4c36763f4593e6edfbc11c51951e9b08),
(0xce66b0d52c8b5e68063716474d98e690, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/tropical-storm.jpg', 1, 0x00000000000000000000000000000000, 0xa7b25a237311b80890ca1d1fa8e79108),
(0x03cd9528c8f6a39904037705e3b37681, 'wp-content/plugins/awesome-weather/img/awe-backgrounds/windy.jpg', 1, 0x00000000000000000000000000000000, 0x9ca30351c66b1874f3591616b92a16e9),
(0x2ebc34fabe84926a2a28e89c5127f83b, 'wp-content/plugins/awesome-weather/languages/awesome-weather-ar.mo', 1, 0x00000000000000000000000000000000, 0x2ea3a354f1ba97f4adaf3d0162f09f20),
(0x81b107965b000699db4d42d704ba1ead, 'wp-content/plugins/awesome-weather/languages/awesome-weather-ar.po', 1, 0x00000000000000000000000000000000, 0x56eaa501a1c42b118e75cf3983e2c18f),
(0x24f74386745256b5f455554756c9c084, 'wp-content/plugins/awesome-weather/languages/awesome-weather-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x64fe18e825c63de1406e4af1d9e36ce0),
(0x8b7b297e3f6e92e5f182ac3f9b5f35a0, 'wp-content/plugins/awesome-weather/languages/awesome-weather-de_DE.po', 1, 0x00000000000000000000000000000000, 0x00cfaad512e166c0ba456963888869aa),
(0x4b867cfa29d27b88fe6df3fe15c00873, 'wp-content/plugins/awesome-weather/languages/awesome-weather-el.mo', 1, 0x00000000000000000000000000000000, 0x2a9cd8412ea2de73540c19d2d6fab617),
(0xd6c4abdd68f4b99b4ab15cf5333a7b40, 'wp-content/plugins/awesome-weather/languages/awesome-weather-el.po', 1, 0x00000000000000000000000000000000, 0xd77746412b4beb2bf92b5cb41f4e6f4e),
(0x83647a68eaff56154a9c6eac8ef57231, 'wp-content/plugins/awesome-weather/languages/awesome-weather-es_ES.mo', 1, 0x00000000000000000000000000000000, 0x680fe71ffeef9f07b319ddbaf5e6dd49),
(0x1e4182d35055c081ac7dcff43716c0f5, 'wp-content/plugins/awesome-weather/languages/awesome-weather-es_ES.po', 1, 0x00000000000000000000000000000000, 0xd1809de434ff6281f02877731ac0b32a),
(0xd9574739478b7c50b14b5cc8a1defe30, 'wp-content/plugins/awesome-weather/languages/awesome-weather-fi.mo', 1, 0x00000000000000000000000000000000, 0x4a38bcbebf85c4efb1b0c33ed12c6c08),
(0x2573090f1ce890e21a4b52159ce3c12f, 'wp-content/plugins/awesome-weather/languages/awesome-weather-fi.po', 1, 0x00000000000000000000000000000000, 0xcdb1201b035c7fd847b910bbb248fb10),
(0x43d993e5c94d35e0eea97d2e24904fb7, 'wp-content/plugins/awesome-weather/languages/awesome-weather-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xbe90a83af7a242416d9a9a0ec7093bab),
(0x338fe760f06c5bb23f74177caf350385, 'wp-content/plugins/awesome-weather/languages/awesome-weather-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xeb3c823b09570de7a7f4c6f70bca80da),
(0xd72e68ba40369401ed4b555cfbb5939c, 'wp-content/plugins/awesome-weather/languages/awesome-weather-hr.mo', 1, 0x00000000000000000000000000000000, 0xcf77d42a67345f53cba184cab65a76c2),
(0x571461fbc5727b65e2ad07c393397080, 'wp-content/plugins/awesome-weather/languages/awesome-weather-hr.po', 1, 0x00000000000000000000000000000000, 0x3072d78052fd47eb2bee282095eef02a),
(0xe02a8d785922b141688bc094c02a5008, 'wp-content/plugins/awesome-weather/languages/awesome-weather-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0x7359ba4743ba6d5fa51778878a58021e),
(0x65ca65ee6f2c431f206640438df27f95, 'wp-content/plugins/awesome-weather/languages/awesome-weather-hu_HU.po', 1, 0x00000000000000000000000000000000, 0xafc473172ac2c1e93c9e0a0775a0ad63),
(0xc855ec9c9a3033b2cc280754b011e9ba, 'wp-content/plugins/awesome-weather/languages/awesome-weather-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x66d21927776edc6a85cb210213255f7a),
(0xcd27dda1ba26ac5a6608a54f46770328, 'wp-content/plugins/awesome-weather/languages/awesome-weather-it_IT.po', 1, 0x00000000000000000000000000000000, 0x58400d57112157073aa7136ee70e8374),
(0xbb39985fb54d49e801137340ba22a98c, 'wp-content/plugins/awesome-weather/languages/awesome-weather-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x768d2610f5a067307fa986b222b7f033),
(0x65b5e0890d46649c418c6f8199ef1c02, 'wp-content/plugins/awesome-weather/languages/awesome-weather-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x74838da32da698e73a9c52170a3318ee),
(0xe5a8adb927fc83f0eb37adf6bc399ac1, 'wp-content/plugins/awesome-weather/languages/awesome-weather-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0x172ebbbb27aeccf72965e6a77010ec33),
(0xe5146cf2e016f4ff4e082efb8aa0ea9c, 'wp-content/plugins/awesome-weather/languages/awesome-weather-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x9510306fbe646423b759e9066a656482),
(0x95d795fa293d266ed9b85bf3764c3db2, 'wp-content/plugins/awesome-weather/languages/awesome-weather-pt_PT.mo', 1, 0x00000000000000000000000000000000, 0x432c5cf0387c141c90a92de60ea7eb0b),
(0x961619ce22ac575d43f8b37d3b9cd794, 'wp-content/plugins/awesome-weather/languages/awesome-weather-pt_PT.po', 1, 0x00000000000000000000000000000000, 0x4dbbf222102b6f6862e12f57392fb18e),
(0x36328d6989d7945ac8dee13ef52335a5, 'wp-content/plugins/awesome-weather/languages/awesome-weather-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x39aaa3c04b819485f8811c9aac344f86),
(0x989c703aff838f764372f483e217c242, 'wp-content/plugins/awesome-weather/languages/awesome-weather-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xa9e5799588f9a621fed99f2e76865c0f),
(0x5a1fa4e9210a6eebfedba30cb7f134cb, 'wp-content/plugins/awesome-weather/languages/awesome-weather-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0x42e0ebad013f1393b17c3ee3c26f27af),
(0x38b92fef628fa385d65f6835547d3bba, 'wp-content/plugins/awesome-weather/languages/awesome-weather-sv_SE.po', 1, 0x00000000000000000000000000000000, 0x7939cb071d190aa5f1c016fe12247000),
(0x492a615e970380cd5b4831af841ac62a, 'wp-content/plugins/awesome-weather/languages/awesome-weather-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x3c348c3c31e1715c6e63bf952c0c521d),
(0x8040d27bdc5d7f6af22f4851680bdbe0, 'wp-content/plugins/awesome-weather/languages/awesome-weather-tr_TR.po', 1, 0x00000000000000000000000000000000, 0x58aed5e028c8e71bef11ce33fb4a9708),
(0xf40cf1a701de5e997415e231ccc65d73, 'wp-content/plugins/awesome-weather/languages/awesome-weather.pot', 1, 0x00000000000000000000000000000000, 0xc1c52cfb1072e59ba411d6c6fd8c59c6),
(0x8b6afcc983e35929a1f6f368cd829283, 'wp-content/plugins/awesome-weather/readme.txt', 1, 0x00000000000000000000000000000000, 0xabac5fc4b1bbb7378017ed9e11e77f83),
(0x6b46e6f0cc22da64061669ea5dac571a, 'wp-content/plugins/awesome-weather/widget.php', 1, 0x00000000000000000000000000000000, 0xb3ee241408660d358c84139f64e3a08e),
(0xd0ee61e6bdc8e0640fdccd528704e953, 'wp-content/plugins/ct-mortgage-calculator/assets/calc.js', 1, 0x00000000000000000000000000000000, 0x6b601194ebe1c4f65eb7eca3cf59f338),
(0xff8ba37a86a2821cb884d6d684d78de0, 'wp-content/plugins/ct-mortgage-calculator/assets/style.css', 1, 0x00000000000000000000000000000000, 0xeca136aa7421626fa48bd6a240f87459),
(0xa753ede40aec4012ca4c3088072e0e30, 'wp-content/plugins/ct-mortgage-calculator/ct-mortgage-calculator.php', 1, 0x00000000000000000000000000000000, 0xb6645d673c617050572d3f326c9538f4),
(0xd6a25ed8243936dba60a612299669094, 'wp-content/plugins/ct-mortgage-calculator/languages/en_US.mo', 1, 0x00000000000000000000000000000000, 0x1e40e9cc486ecf6105e7ec1770ab0804),
(0xbe2ece2a85c37d8ddff482771d72bab0, 'wp-content/plugins/ct-mortgage-calculator/languages/en_US.po', 1, 0x00000000000000000000000000000000, 0xd9ac37d4554866a0c6117f9644ad87f6),
(0x1ff133abe538800c7d663b92d98ef7b4, 'wp-content/plugins/ct-mortgage-calculator/readme.txt', 1, 0x00000000000000000000000000000000, 0x4e7bf287c0a4f4daaae2a07577e07545),
(0x62dc2733a346dde4e4e0c8277ce757b5, 'wp-content/plugins/dhvc-form/0 - READ ME FIRST.txt', 0, 0x00000000000000000000000000000000, 0x2c1a13874976f853f56a7805f28f15a3),
(0xc45cb3f4641cd2c2ebe1ca56b2723be4, 'wp-content/plugins/dhvc-form/assets/css/admin.css', 0, 0x00000000000000000000000000000000, 0x5a0163eaba6f56132007efc0d4384df9),
(0x55e39323cdbf75b78c2ba7fe0d6fba27, 'wp-content/plugins/dhvc-form/assets/css/style.css', 0, 0x00000000000000000000000000000000, 0xd3a69bd6d1bdb3c5a7e37f4f2e1b52d4),
(0x0f9ec8ca860c657a5c924d3e94f72772, 'wp-content/plugins/dhvc-form/assets/datetimepicker/jquery.datetimepicker.css', 0, 0x00000000000000000000000000000000, 0xae9ee8d42033cd3aca3410a476eb2d2d),
(0xa14bff805c11314cbdf50e8867fb4146, 'wp-content/plugins/dhvc-form/assets/datetimepicker/jquery.datetimepicker.js', 0, 0x00000000000000000000000000000000, 0x91103375f9073f724cd58335b05bea10),
(0x0b165695eea1327c67d1370b09a4b549, 'wp-content/plugins/dhvc-form/assets/datetimepicker/jquery.datetimepicker.min.js', 0, 0x00000000000000000000000000000000, 0xe379a12fd5d03842a4ba31410a93d32a),
(0xbb4d67489ba002e35d035b79a5a8eb6c, 'wp-content/plugins/dhvc-form/assets/fonts/font-awesome/css/font-awesome-admin.min.css', 0, 0x00000000000000000000000000000000, 0xb94b3c1f1721e917d4843cdbb2d19615),
(0x27d5527efeadbdab7daf413651e9a299, 'wp-content/plugins/dhvc-form/assets/fonts/font-awesome/css/font-awesome.css', 0, 0x00000000000000000000000000000000, 0xe4e5f0ff7d97d2851d8f06c26a4e302b),
(0xf67b11311f709c8d97fd4a180428c466, 'wp-content/plugins/dhvc-form/assets/fonts/font-awesome/css/font-awesome.min.css', 0, 0x00000000000000000000000000000000, 0xbbfef9385083d307ad2692c0cf99f611),
(0x3d46c4a44ff34c2073ee81315aa09807, 'wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/FontAwesome.otf', 0, 0x00000000000000000000000000000000, 0x3b15120c304688379525c9f3c15cc4c2),
(0x1fbe2d3dd26063e9c85748d89fff02b4, 'wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot', 0, 0x00000000000000000000000000000000, 0x90186830c9c50a0fed932494581761d9),
(0xecb27273a82e830d3ba944f05c1e35fb, 'wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg', 0, 0x00000000000000000000000000000000, 0x776d58f453c8fe5d6a89e9c31ee223ff),
(0x5806f2abe645222f97bdbdacfb499c9d, 'wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x4f0022f25672c7f501c339cbf98d9117),
(0x4d799ff1dcb24627bd9d4618d23a00f1, 'wp-content/plugins/dhvc-form/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff', 0, 0x00000000000000000000000000000000, 0xfdf491ce5ff5b2da02708cd0e9864719),
(0x4646beb1d550a47e4f865dce680aa892, 'wp-content/plugins/dhvc-form/assets/images/add_bg.png', 0, 0x00000000000000000000000000000000, 0x0b9d7746627b234fd343e8a5b46b3925),
(0x43f01bef6f3d818b7d76057d41449fc4, 'wp-content/plugins/dhvc-form/assets/images/add_grey.png', 0, 0x00000000000000000000000000000000, 0xe505b21efa589e1127dd308e1380ca5f),
(0x95bf9392ab54a0a483edaba2f2b58314, 'wp-content/plugins/dhvc-form/assets/images/ajax-loader.gif', 0, 0x00000000000000000000000000000000, 0xf0d00eb0a7d4f978624a133142e1ed77),
(0x535eee91f2face82bb78009a128823a6, 'wp-content/plugins/dhvc-form/assets/images/ajax-loader@2x.gif', 0, 0x00000000000000000000000000000000, 0xd734a836bc6e399ae39313134e35a2e7);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x5f35f0f37fea8c1d5418cc20d8ac3d45, 'wp-content/plugins/dhvc-form/assets/images/captcha-bg.png', 0, 0x00000000000000000000000000000000, 0xc72dd67fa27c0ce5a6b264278eeeaa88),
(0x5b940623f08545c75bad2da86b1b700d, 'wp-content/plugins/dhvc-form/assets/images/clone_grey.png', 0, 0x00000000000000000000000000000000, 0xa029029e209fdb42ae10e2ccd9b8c1b2),
(0xf470e255750edbecb20a40a4b70a5fe4, 'wp-content/plugins/dhvc-form/assets/images/default-loading.gif', 0, 0x00000000000000000000000000000000, 0xb8e54e5507000d1204317e4d9e7172c7),
(0x09270f23ccc0b07b70dd514375758151, 'wp-content/plugins/dhvc-form/assets/images/edit_grey.png', 0, 0x00000000000000000000000000000000, 0x2e75ff1f1c8b8b240a12c5dfdb30c4ed),
(0xffa7ed86ab534d55f64b88e8c47f3e53, 'wp-content/plugins/dhvc-form/assets/images/form-items.png', 0, 0x00000000000000000000000000000000, 0xb1818bfd64a1f712552f1ed7a4d2d7af),
(0xd9c81c6fe1d8678caeaad64972973a0d, 'wp-content/plugins/dhvc-form/assets/images/form-items2.png', 0, 0x00000000000000000000000000000000, 0xc41e24f32e6fa966f8cd426cee64e881),
(0x5961468664e9c137503bb87958855bcc, 'wp-content/plugins/dhvc-form/assets/images/form_checkbox.png', 0, 0x00000000000000000000000000000000, 0xcac4788813ea7a52aaa41e72084f19b4),
(0x35b3410f721ee2012840324d65e62cf0, 'wp-content/plugins/dhvc-form/assets/images/form_container.png', 0, 0x00000000000000000000000000000000, 0x67518d0971ac74193d091f4dade73a0b),
(0x82e251497966748430b91421bbc2b72d, 'wp-content/plugins/dhvc-form/assets/images/form_radio.png', 0, 0x00000000000000000000000000000000, 0xfdedb17cf2ab9898e1813aa084e2b8dc),
(0x79cb2c0b416dfaeca404b068a93113b9, 'wp-content/plugins/dhvc-form/assets/images/form_select.png', 0, 0x00000000000000000000000000000000, 0x8819636cb016863d26eeadf269c90dd4),
(0xe71dd9229f56891b39ba2d358b627526, 'wp-content/plugins/dhvc-form/assets/images/form_text.png', 0, 0x00000000000000000000000000000000, 0xa69bef5ee7dcd246723148b8edaec016),
(0x16d5a7830532750ae40fa6820b442064, 'wp-content/plugins/dhvc-form/assets/images/form_textarea.png', 0, 0x00000000000000000000000000000000, 0xa95bc8f8ec511c273b628313c4c1c18b),
(0x7bcae0703def36cf54b3f00fe52e2795, 'wp-content/plugins/dhvc-form/assets/images/form_upload.png', 0, 0x00000000000000000000000000000000, 0x1a45ef73c963449f1b90dd5d9cad63d8),
(0x753c986c2ac75d6d5fbd52adc163a8f7, 'wp-content/plugins/dhvc-form/assets/images/help.png', 0, 0x00000000000000000000000000000000, 0xf551356aab6c132993a20d298db781b9),
(0x6c7ed90a5b990c47e1117ecf5fe762c5, 'wp-content/plugins/dhvc-form/assets/images/minus.png', 0, 0x00000000000000000000000000000000, 0xabdcde59a977c973b8e24869ad9980f5),
(0x602790e1374cc81171455146ac2fc518, 'wp-content/plugins/dhvc-form/assets/images/plus.png', 0, 0x00000000000000000000000000000000, 0x5e74ac56d6a31681a1dcadfada738902),
(0xf222911b06d72c30b5dafee09d35b1a0, 'wp-content/plugins/dhvc-form/assets/images/read.png', 0, 0x00000000000000000000000000000000, 0x4211daec1c7b2c8040e1c2411d37cd33),
(0x0184f2413961ff12e9c43ddef1fdddf9, 'wp-content/plugins/dhvc-form/assets/images/remove_grey.png', 0, 0x00000000000000000000000000000000, 0x18ceec7b6e11f7f8783f3557a695efba),
(0x23d2254d7654ead15fe2aebd7504ea5f, 'wp-content/plugins/dhvc-form/assets/images/spinner.gif', 0, 0x00000000000000000000000000000000, 0x67f40a30bfa13743e5c4e86bfa467a90),
(0xe28ac83245b059eb0c232d80ed344097, 'wp-content/plugins/dhvc-form/assets/images/unread.png', 0, 0x00000000000000000000000000000000, 0x240b7f81bbe232839c869a702e627de9),
(0x80e9b9cf722fa5e7f2cf07cea0a3897c, 'wp-content/plugins/dhvc-form/assets/images/visual_composer.png', 0, 0x00000000000000000000000000000000, 0x5611ac3b5a8cfa135373c0cf62fb43d5),
(0x6dabc33af42be9010f8e9090e84ebd2b, 'wp-content/plugins/dhvc-form/assets/js/admin.js', 0, 0x00000000000000000000000000000000, 0x061fcdea9c657245011ebdd6bcd55979),
(0xab06137c97924945685be7e0dad17ecd, 'wp-content/plugins/dhvc-form/assets/js/dhvc-form-script.dev.js', 0, 0x00000000000000000000000000000000, 0xb91c1a1e1de0233c10a9a5380ab7d242),
(0x3b475f263ce594f0515c2146a1906350, 'wp-content/plugins/dhvc-form/assets/js/jquery.form.min.js', 0, 0x00000000000000000000000000000000, 0x8d12a9c67e053f725b8a061a13e0e5f9),
(0xe5b1678268aab3e09a18dd9500c8fee8, 'wp-content/plugins/dhvc-form/assets/js/jquery.ui.touch-punch.min.js', 0, 0x00000000000000000000000000000000, 0x700b877cd3ade98ce6cd4be349d81a5c),
(0x612e0b54b97a19067c18009272960c37, 'wp-content/plugins/dhvc-form/assets/js/script.js', 0, 0x00000000000000000000000000000000, 0x467f24d5660e969224916e3df03e7280),
(0x46fbff106e6c7789afab5619a547ceb1, 'wp-content/plugins/dhvc-form/assets/js/vc-admin.js', 0, 0x00000000000000000000000000000000, 0xa0d724ef9d62f7f311f40c2d84a6293f),
(0xd0d7a6cac2dc8505a5fd204e4e77c286, 'wp-content/plugins/dhvc-form/assets/minicolors/jquery.minicolors.css', 0, 0x00000000000000000000000000000000, 0xb2e258739d5f6cfd1bfd1ab6f9d95afc),
(0x0939dcbb830e05658d1bf803971f53f5, 'wp-content/plugins/dhvc-form/assets/minicolors/jquery.minicolors.js', 0, 0x00000000000000000000000000000000, 0xd08113d748395209464e9d8cb61db96e),
(0x5943714fdeb4178d08f1a98bfbe2df2d, 'wp-content/plugins/dhvc-form/assets/minicolors/jquery.minicolors.min.css', 0, 0x00000000000000000000000000000000, 0xd203e5c7455f53137b59c5030289231d),
(0x6f6eca7de500f71a88a41f4932f238f5, 'wp-content/plugins/dhvc-form/assets/minicolors/jquery.minicolors.min.js', 0, 0x00000000000000000000000000000000, 0x0a952da3309de949114267fe1bbc817e),
(0xd4a94ea17c200adad7656181258415b2, 'wp-content/plugins/dhvc-form/assets/minicolors/jquery.minicolors.png', 0, 0x00000000000000000000000000000000, 0xd36c75e3d8880ebfece375fd7cd46787),
(0x6539a9d7a2e07313bf549b167260a83e, 'wp-content/plugins/dhvc-form/assets/validate/additional-methods.js', 0, 0x00000000000000000000000000000000, 0x54cac72c4ecc4fe6191818374fa8d218),
(0xd7abd8f369c348e80a4045902f2a1ff9, 'wp-content/plugins/dhvc-form/assets/validate/additional-methods.min.js', 0, 0x00000000000000000000000000000000, 0xd464758371944566c6e856628e0dd2d4),
(0x88877b37492615d14095cac76d32fffb, 'wp-content/plugins/dhvc-form/assets/validate/jquery.validate.js', 0, 0x00000000000000000000000000000000, 0x3286491edc45411f1347a80da241f1db),
(0x835151a79df473f32a0d1a89fe49e0a3, 'wp-content/plugins/dhvc-form/assets/validate/jquery.validate.min.js', 0, 0x00000000000000000000000000000000, 0xd7c953a9036ef06a14e5f225d1cd0ae6),
(0x53a31fbabaca75f818f6ffa04d9b7640, 'wp-content/plugins/dhvc-form/captcha.php', 0, 0x00000000000000000000000000000000, 0x18a1c0c81783b540637ca00bb4849b54),
(0x4ce899c9b11bab97c6e3299c2a11bfe0, 'wp-content/plugins/dhvc-form/dhvc-form.php', 0, 0x00000000000000000000000000000000, 0xfe8860fd28beb5b1ba382a55d629c220),
(0xaabdb6b7057ea1e3c8d473b6853b7070, 'wp-content/plugins/dhvc-form/export.php', 0, 0x00000000000000000000000000000000, 0xb166e7861e990c33176c31b50ff67251),
(0xe5d2fee84f8438ed396cdd756cee39fd, 'wp-content/plugins/dhvc-form/includes/MCAPI.class.php', 0, 0x00000000000000000000000000000000, 0xbc941ee460818007df929d5b7f6b68e2),
(0x161c58fe3d96cd4c0c5f21e7d93c1edc, 'wp-content/plugins/dhvc-form/includes/admin.php', 0, 0x00000000000000000000000000000000, 0xf36a787cda1e6a8118cad0a1a51b0a9f),
(0x729246cc7d6683dfde3b4d45b5c2dd4f, 'wp-content/plugins/dhvc-form/includes/captcha/LICENSE.txt', 0, 0x00000000000000000000000000000000, 0xd32239bcb673463ab874e80d47fae504),
(0x738c3c20ea0526ff29c2505fb8a80faa, 'wp-content/plugins/dhvc-form/includes/captcha/captcha.php', 0, 0x00000000000000000000000000000000, 0x94105fc8f6b68668f5348abda4d65bf1),
(0xfbf0769de86f0d8b4c9b4c00b5a3ef61, 'wp-content/plugins/dhvc-form/includes/captcha/example.jpg', 0, 0x00000000000000000000000000000000, 0xc43a4ccb03c2ab8d5daaad15e0c93192),
(0x654d9be9d731ba9cd8556f548680b7c3, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/AntykwaBold.ttf', 0, 0x00000000000000000000000000000000, 0xb9106ffe9631b4ab2e28f3d7accc48a3),
(0x0e6bc1c1b508ef5796a7cec6eba15167, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/Candice.ttf', 0, 0x00000000000000000000000000000000, 0x9c7bc61ece0a61a85b6e8a59bebef3d2),
(0x4eeec195bea4ea26aac5feb810bb9813, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/Ding-DongDaddyO.ttf', 0, 0x00000000000000000000000000000000, 0x7bc55743d12c71e4594f4b6b918f8917),
(0x9e97e684fd31fbd0f5e3bbb7f085e275, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/Duality.ttf', 0, 0x00000000000000000000000000000000, 0x0a28056baf1a5d86a8b822236462b7cb),
(0xf8f6d97041a868064277bd5dac7409ce, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/Heineken.ttf', 0, 0x00000000000000000000000000000000, 0xfbe82ed64fbbd2fef712ad10fc2be7cb),
(0x24c94d848a880c8ca2f4ebf0daadd77a, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/Jura.ttf', 0, 0x00000000000000000000000000000000, 0x33a1ce8894390c3ccf3ad9d0971ccfff),
(0x436536c3f257a2aecba26515af0ffd91, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/StayPuft.ttf', 0, 0x00000000000000000000000000000000, 0x59299d5b871590f70b455395c244e8d6),
(0x6cc51300ddd15571aba4233ddc81eeff, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/TimesNewRomanBold.ttf', 0, 0x00000000000000000000000000000000, 0xed6e29caf3843142d739232aa8642158),
(0x37d18a6c2de18fe52cddd320a917e226, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/VeraSansBold.ttf', 0, 0x00000000000000000000000000000000, 0x4ebf664c986099acf6d151c62bdb24eb),
(0xd0eadf6d6d46a87ff2c5d0f4d0c3f074, 'wp-content/plugins/dhvc-form/includes/captcha/resources/fonts/source.ttf', 0, 0x00000000000000000000000000000000, 0x3b585b1db8862180a6d4d948a25f2238),
(0x4db62a3f27f944b4e02f6614d2f79c0f, 'wp-content/plugins/dhvc-form/includes/captcha/resources/tools/dictionary-import/README.txt', 0, 0x00000000000000000000000000000000, 0x8dfa4a2001f3a1934eac8c5634eaf7d7),
(0x32b6c9b3304e9c98b0c92603b61d45d8, 'wp-content/plugins/dhvc-form/includes/captcha/resources/tools/dictionary-import/importwords.php', 0, 0x00000000000000000000000000000000, 0xcf033b2ade2006a71fc63b0b65c1d9d0),
(0xa98ef9408f7b52685f00c3e3ade0d2a9, 'wp-content/plugins/dhvc-form/includes/captcha/resources/tools/dictionary-import/sample-words-en.txt', 0, 0x00000000000000000000000000000000, 0xd750dbbc0ffd664f8393f31ceb521e42),
(0x631d5a47c8538099cf69ce9eebc331b0, 'wp-content/plugins/dhvc-form/includes/captcha/resources/tools/dictionary-import/sample-words-es.txt', 0, 0x00000000000000000000000000000000, 0x86e831ec736bb57f624a8cb1462d8c86),
(0x0a17c537b092358dd203933ec3657171, 'wp-content/plugins/dhvc-form/includes/captcha/resources/words/en.php', 0, 0x00000000000000000000000000000000, 0xd7b591f35be2dbeb589923b5b979a53d),
(0xc3b12787c54907e8b58e4bbaf8d4110f, 'wp-content/plugins/dhvc-form/includes/captcha/resources/words/es.php', 0, 0x00000000000000000000000000000000, 0x6c97d1081960610c83f8129a7c95e7b7),
(0xc1897c3575a1e323cbfbbccd67be784d, 'wp-content/plugins/dhvc-form/includes/email.php', 0, 0x00000000000000000000000000000000, 0x55a678f7ced5a625914ac125c2282703),
(0xa83e5d7c2bc52c6ec7d1f584d1c075d1, 'wp-content/plugins/dhvc-form/includes/functions.php', 0, 0x00000000000000000000000000000000, 0xaf3189793c3c2a69c2ca30da80e06963),
(0x670c51f0d27faaa586dc29f00e9b9223, 'wp-content/plugins/dhvc-form/includes/index.php', 0, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850),
(0x169bd03fef95d18337ded870b421d664, 'wp-content/plugins/dhvc-form/includes/map.php', 0, 0x00000000000000000000000000000000, 0xb7b31cc4d6ec41fd6a2fc01af439e8b8),
(0xb53afd9b62bd4231908ee85b05780060, 'wp-content/plugins/dhvc-form/includes/query.php', 0, 0x00000000000000000000000000000000, 0x9e3df131686445cbf5153d778fc843ec),
(0xd01e15b6de4cbc8e3d5a6bd4947c4cbb, 'wp-content/plugins/dhvc-form/includes/recaptchalib.php', 0, 0x00000000000000000000000000000000, 0xb206569ed973563107c29902ca7ab35b),
(0x62240616de9a859bb59ba4608f6e1a99, 'wp-content/plugins/dhvc-form/includes/shortcodes.php', 0, 0x00000000000000000000000000000000, 0x7e300407acd9764b7695c0153db625f1),
(0x0aa38ab97d82d33402c3c8ed0f2b7be8, 'wp-content/plugins/dhvc-form/index.php', 0, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850),
(0x695258814fe1350ed8a3c55734981a43, 'wp-content/plugins/dhvc-form/languages/dhvc-form.mo', 0, 0x00000000000000000000000000000000, 0xd41dd1e623e998342ba53be9f4d0168b),
(0xb04f861c8a34d9da26db1582aeeb663d, 'wp-content/plugins/dhvc-form/languages/dhvc-form.po', 0, 0x00000000000000000000000000000000, 0xeb5cfedf78d54656de94c28b3a8299e5),
(0x95237a14431bc3ba8de53f060c21516c, 'wp-content/plugins/dhvc-form/templates/dhvc_form_captcha.php', 0, 0x00000000000000000000000000000000, 0x563aeac39f6e9976a0fb7f92e329f90b),
(0xdeb2a1a34983a35a0ee56bf529de2996, 'wp-content/plugins/dhvc-form/templates/dhvc_form_checkbox.php', 0, 0x00000000000000000000000000000000, 0x8aee7335ae9fe81ecc1d24f81cc981e0),
(0xed83e934963a09fb40624b3715e89559, 'wp-content/plugins/dhvc-form/templates/dhvc_form_color.php', 0, 0x00000000000000000000000000000000, 0x7f3a69506705e5615b8a0055c17632b5),
(0xf499dd04d053906752d715d0d79eb9ba, 'wp-content/plugins/dhvc-form/templates/dhvc_form_datetime.php', 0, 0x00000000000000000000000000000000, 0x7ab1345bbf3e59c2b3708eeedc45a7e9),
(0x9c9050f6b78b178d339b3ffce191f203, 'wp-content/plugins/dhvc-form/templates/dhvc_form_email.php', 0, 0x00000000000000000000000000000000, 0x83a2e548646a69c41463ee5562a9bdb5),
(0x9fb64b72ddabbbf236d5b16decb57ef1, 'wp-content/plugins/dhvc-form/templates/dhvc_form_file.php', 0, 0x00000000000000000000000000000000, 0x99f4a3a1999a10605aaa813fa2491333),
(0xffcc834220823b85910f4e248b04913c, 'wp-content/plugins/dhvc-form/templates/dhvc_form_hidden.php', 0, 0x00000000000000000000000000000000, 0x7537afe851fbfbfb47ee2348f4ea71f7),
(0xf71184955c567ac321887f035b94f502, 'wp-content/plugins/dhvc-form/templates/dhvc_form_label.php', 0, 0x00000000000000000000000000000000, 0x2684aba7f99ff667daf79b7ae7891b83),
(0xe9e30e3105d78d251299586b2b0f97fc, 'wp-content/plugins/dhvc-form/templates/dhvc_form_password.php', 0, 0x00000000000000000000000000000000, 0x0af0f50650681f95e5790aacb9e4c67f),
(0x701ef8bad5e7119f926452a40ceed6a0, 'wp-content/plugins/dhvc-form/templates/dhvc_form_radio.php', 0, 0x00000000000000000000000000000000, 0xecb2f99ed8d3ce97031ce80eacf2f45e),
(0x8bf3136ee936492d5241346838aabed7, 'wp-content/plugins/dhvc-form/templates/dhvc_form_rate.php', 0, 0x00000000000000000000000000000000, 0x5003dc51dba6afc9f6a6cce75de6a7dc),
(0x71c060a3613800c5becbc0b9e95e0c6f, 'wp-content/plugins/dhvc-form/templates/dhvc_form_recaptcha.php', 0, 0x00000000000000000000000000000000, 0x4ac00634c7e351436469ea1cfbe56ca5),
(0xb6f2ffb454763e71f8a33f4476c3a877, 'wp-content/plugins/dhvc-form/templates/dhvc_form_select.php', 0, 0x00000000000000000000000000000000, 0x3e3f50afee39b7334a2f675b54927665),
(0x0e8c04b9b2c43c1b829b494eeba3d9c5, 'wp-content/plugins/dhvc-form/templates/dhvc_form_slider.php', 0, 0x00000000000000000000000000000000, 0x5c1251a94420b95dbf54b367588a3392),
(0xa3203a11f0226a59d79da2e710ff5101, 'wp-content/plugins/dhvc-form/templates/dhvc_form_submit_button.php', 0, 0x00000000000000000000000000000000, 0xcf1b2abafbc08644d4e913bfdb4b9059),
(0xb75abed140b950de41171426b2f41afe, 'wp-content/plugins/dhvc-form/templates/dhvc_form_text.php', 0, 0x00000000000000000000000000000000, 0x6bc1b817a132765cbd1fc35689f8d287),
(0xf9a1252f560943d24bf7f1c264cc13ef, 'wp-content/plugins/dhvc-form/templates/dhvc_form_textarea.php', 0, 0x00000000000000000000000000000000, 0xc26db49d42c68a0e3ac278b65fdc4382),
(0x6514075d9c299b128a0bc7bb298fb733, 'wp-content/plugins/duplicate-post/duplicate-post-admin.php', 1, 0x00000000000000000000000000000000, 0x32cc1606490c263ae9c3bc1d9537b8e9),
(0xb2943cda90f3880bc6c7e3565b0c6706, 'wp-content/plugins/duplicate-post/duplicate-post-common.php', 1, 0x00000000000000000000000000000000, 0x217d2c6d6e385fb54e9c2d82543aee80),
(0x204d248febc4fd14470ea2d45fdb57c2, 'wp-content/plugins/duplicate-post/duplicate-post-options.php', 1, 0x00000000000000000000000000000000, 0xb4938a596a9fcb8b8fe37da8108c3268),
(0xc591786d20fce574f49e69731268a6e7, 'wp-content/plugins/duplicate-post/duplicate-post.php', 1, 0x00000000000000000000000000000000, 0xc40ad87186c807ccd1d0c42e904c037d),
(0x9dee0dc29c2d39eb8749924bf7f708b5, 'wp-content/plugins/duplicate-post/gpl-2.0.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0x4cdb5112590d2ec737838a436021b0bc, 'wp-content/plugins/duplicate-post/languages/duplicate-post-ca.mo', 1, 0x00000000000000000000000000000000, 0xd932ca58d061d9cc3ddf9d58624eb367),
(0x1cdf5fe054e54805144c0269d05d0902, 'wp-content/plugins/duplicate-post/languages/duplicate-post-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0xbccdb2c664a43c23718efc7226924666),
(0x36a86ed0c70d0e9ea742866e8b93ccdc, 'wp-content/plugins/duplicate-post/languages/duplicate-post-da_DK.mo', 1, 0x00000000000000000000000000000000, 0x7182dcb8c39609877b7f5f78cada7dfc),
(0x7db32e7d28e871076c342c25e4deebd8, 'wp-content/plugins/duplicate-post/languages/duplicate-post-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xcde3b00f1d15828b3a23184c852d2cf7),
(0x6b85154e5d6972c451d664c63e3780e3, 'wp-content/plugins/duplicate-post/languages/duplicate-post-es.mo', 1, 0x00000000000000000000000000000000, 0xd7d8ddedeb11e12a7d658782dc636296),
(0xf3e4f5cd0905330e18a27fdb9966ff0d, 'wp-content/plugins/duplicate-post/languages/duplicate-post-fi.mo', 1, 0x00000000000000000000000000000000, 0x5c8381b7b600c6206e1339f94e04e435),
(0x7fe2539b572bd1e138b84644b542be60, 'wp-content/plugins/duplicate-post/languages/duplicate-post-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x45a8f4d1999690201a41010c7d396e12),
(0xadf63bc228bc77acc27be670f09400f2, 'wp-content/plugins/duplicate-post/languages/duplicate-post-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x183300bfb4adff28d4b574a88b3933ed),
(0x525cc37e1305c67c2a5f73db5c917fd1, 'wp-content/plugins/duplicate-post/languages/duplicate-post-hr.mo', 1, 0x00000000000000000000000000000000, 0x30ff483ac58017407bb4974a4a6fe746),
(0x36eebd560815b7e934e9eba980edb0ba, 'wp-content/plugins/duplicate-post/languages/duplicate-post-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x963da14fc8f92dcc41580a031f28fd4c),
(0x8d4ffd2ce29b28fd09f8e46369f63aec, 'wp-content/plugins/duplicate-post/languages/duplicate-post-ja.mo', 1, 0x00000000000000000000000000000000, 0x5ff6ee2b9124ff9a28fe8d17eedb036a),
(0xdc2f229aba3ab45c1b18fc657fa118f1, 'wp-content/plugins/duplicate-post/languages/duplicate-post-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x08bd24a37caff9909f0c944590b17218),
(0xef9b8b0f1d3c0a92721cda4ee28c4fce, 'wp-content/plugins/duplicate-post/languages/duplicate-post-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0xa9bf07766d906d9e097f1a98b2af2037),
(0xa761389e829e21730de290fe6f3d6047, 'wp-content/plugins/duplicate-post/languages/duplicate-post-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0xda439936b620fffd11789868d2da65c3),
(0xf0c0bb9a36f1bec5203cd88107d78f11, 'wp-content/plugins/duplicate-post/languages/duplicate-post-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0x86450e3bc4b8e88af2f5eb70334a9b9f),
(0x8cfc8e441df7d0383b14d5087e85acfa, 'wp-content/plugins/duplicate-post/languages/duplicate-post-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0x6d7a4bd85b0a4e368b505ed16bd80d3c),
(0xdd823e91b1e2bd6012cbe6401d5f6f45, 'wp-content/plugins/duplicate-post/languages/duplicate-post-tr.mo', 1, 0x00000000000000000000000000000000, 0x75b5979933aaf120b639fe420af02d0e),
(0x11e6c09422ab0d1de6f6ce6d621f0183, 'wp-content/plugins/duplicate-post/languages/duplicate-post-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x442575d041ee01a1e45f8913269f8a30),
(0x8c50a9b0fa816637aec722bae005d27c, 'wp-content/plugins/duplicate-post/readme.txt', 0, 0x00000000000000000000000000000000, 0xeb4cc6c0d45e34d8ae4bc3a9810611ed),
(0x8ff7311e03fe7b9761caff0cd12cb9a0, 'wp-content/plugins/duplicator/assets/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0x4083f5d376eb849a458cc790b53ba080),
(0x0d72c7b569a701f30d3275bc31cd9324, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8),
(0xd8e6d290446fbdd03d28e1b953f07b66, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x8692e6efddf882acbff144c38ea7dfdf),
(0xb3d51ef039e438cda4abebf546fa2477, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0xf8f4558e0b92ff2cd6136781533902ec),
(0xa9f2da50cc08fef278aeaa9f0b0ea25f, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xe5a8f32e28fd5c27bf0fed33c8a8b9b5),
(0xa9080c96e42391d6fd9fe71f47aadb05, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0xc12c6510dad3ebfa64c8a30e959a2469),
(0x0ecfcb4b52f23cc382f1a88581528e42, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xf4254356c2a8c9a383205ef2c4de22c4),
(0x8c4f4e35859a64baeaddb9d7fa20d2c9, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0xfb99b0d4d2f0b82a6fa65deeef120163),
(0x512eae8fc5455879faff3c8bc9805cb0, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x72c593d16e998952cd8d798fee33c6f3),
(0x8e8c11e101d51d17c99cbc11478ac226, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xebe6b6902a408fbf9cac6379a1477525),
(0x65b2f991fbcaf72af36921c565cd5a03, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x6e7a87edf112d7544015589f8291e752),
(0x74d3c478942ad66edd981c26d892f582, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x119dd0c2e94ad689de873ef39fd43e6e),
(0x181ba438aa24e55d9b38be7f45d93906, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x9c46d7cab43e22a14bad26d2d4806d80),
(0xa221a99c9348e0164d31bf901c823ced, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x3e450c2a2c66328d9498e7001ad7197c),
(0x1f2f0e29735c3b523f56376f1ff38f33, 'wp-content/plugins/duplicator/assets/css/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0xa4670525d5133a3db3cab91742425d1c),
(0xca3042cb235b774975a9ce95b7e4d304, 'wp-content/plugins/duplicator/assets/css/style.css', 1, 0x00000000000000000000000000000000, 0xbff6ffc00a2c0586e515591ff893624e),
(0x4d2879cc0b837c5c3d1d9d4417260af4, 'wp-content/plugins/duplicator/assets/fonts/FontAwesome.otf', 1, 0x00000000000000000000000000000000, 0x5dc41d8fe329a22fa1ee9225571c843e),
(0xfa63102558e37e35e25ce2e1065c65a4, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x25a32416abee198dd821b0b17a198a8f),
(0xec8fec450064ce3c261fadbe0ef416ba, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0xd7c639084f684d66a1bc66855d193ed8),
(0x3de9ddb264203e536d5b8f30c1f81bb7, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0x1dc35d25e61d819a9c357074014867ab),
(0x52570c3e30bb1ee0bbbc609478b77a70, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xc8ddf1e5e5bf3682bc7bebf30f394148),
(0xbe00f16221bd3d38684f808938e18050, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xe6cf7c6ec7c2d6f670ae9d762604cb0b),
(0x63a88b72aa68ffbe3a903bd2cee65c5b, 'wp-content/plugins/duplicator/assets/img/5star.png', 1, 0x00000000000000000000000000000000, 0x8a0e48988c8ea5d6607ce39752e12a28),
(0x8439d6a1547d1fd0055f641524e6c23d, 'wp-content/plugins/duplicator/assets/img/amazon-64.png', 1, 0x00000000000000000000000000000000, 0x1b7ac8e102d47d70efb7c430cf87a215),
(0x802e4726ec933c6def62b48f88fc2cae, 'wp-content/plugins/duplicator/assets/img/cpanel-48.png', 1, 0x00000000000000000000000000000000, 0x1390e3352f5881256183ceb7d3a2690b),
(0x0cc81d89b94293c3b78ec5d1ecd66350, 'wp-content/plugins/duplicator/assets/img/create.png', 1, 0x00000000000000000000000000000000, 0xbb45c8ccf38cb86875cf8d3534529b0b),
(0xed9e02c7680206ead06467f8ee501dad, 'wp-content/plugins/duplicator/assets/img/dropbox-64.png', 1, 0x00000000000000000000000000000000, 0x28221d6180c3f23148ddcb7a0a3d4e0d),
(0x61999645184dbf4d905adda0fe0a415c, 'wp-content/plugins/duplicator/assets/img/ftp-64.png', 1, 0x00000000000000000000000000000000, 0xd6e97d4cdc1eaa4155bbbad750ee5f12),
(0x30bdd2d4c17c06a24c1e3dbc4142b405, 'wp-content/plugins/duplicator/assets/img/google_drive_64px.png', 1, 0x00000000000000000000000000000000, 0x7d0c2c94a43e33ca2bfcff5c7b1562bc),
(0x1048a2196a9279825caf38e3a3bdaa4e, 'wp-content/plugins/duplicator/assets/img/hdivider.png', 1, 0x00000000000000000000000000000000, 0xd93d7ce951a6145db510ddfcd601e803),
(0x35a2c3146794969de8c19f018827c85b, 'wp-content/plugins/duplicator/assets/img/logo-box.png', 1, 0x00000000000000000000000000000000, 0x13fd0e0a7f010155ee76c0516dd881bf),
(0x6f4d0277597cdbc453ba7f75c35822bd, 'wp-content/plugins/duplicator/assets/img/logo-dpro-300x50-nosnap.png', 1, 0x00000000000000000000000000000000, 0x00b08056bde31a190f305b471e532f22),
(0x34d5aa036daac598012b8908de7a2b72, 'wp-content/plugins/duplicator/assets/img/logo-dpro-300x50.png', 1, 0x00000000000000000000000000000000, 0x8bef58a7d0ed76a3c1888504fb5bfe54),
(0x061edb2937927199daaf4fff71e80774, 'wp-content/plugins/duplicator/assets/img/logo-menu.png', 1, 0x00000000000000000000000000000000, 0x7d12c655a7e14a0c28320a3cb568f388),
(0x6ae03e3f29d241da59a71f419a0b4462, 'wp-content/plugins/duplicator/assets/img/logo-menu.svg', 1, 0x00000000000000000000000000000000, 0x186d5ff21c3436191a59662e9456f92b),
(0x5f576cc6ca66c338670e50abd5c5c763, 'wp-content/plugins/duplicator/assets/img/logo-pro-32.png', 1, 0x00000000000000000000000000000000, 0xd5a58e53689a15a6a3e67a1a1fe04fdf),
(0x764b3928f29581d23c8fe461c4d4c553, 'wp-content/plugins/duplicator/assets/img/logo.png', 1, 0x00000000000000000000000000000000, 0xfd1744ce04ec5c6523a9ffb8458becfe),
(0x593f392323314487a761dfc8a3f46f3a, 'wp-content/plugins/duplicator/assets/img/paypal.png', 1, 0x00000000000000000000000000000000, 0xe27ecb16d5b4f9e2a8cd15b213f0add2),
(0xb36a6d7eb6fbd9b1f7c460bb28eb8400, 'wp-content/plugins/duplicator/assets/img/perks_bluehost.png', 1, 0x00000000000000000000000000000000, 0x504b76d77e80205460ba02c1bdd1eaee),
(0x0df08bbe8dbd67b4dc2ab81eb1b4da16, 'wp-content/plugins/duplicator/assets/img/perks_ethemes.png', 1, 0x00000000000000000000000000000000, 0xe969a478ef3cce58c8608072b2c21a98),
(0x7a1d0f61632df410286d5c0c586445e4, 'wp-content/plugins/duplicator/assets/img/perks_inmotion.png', 1, 0x00000000000000000000000000000000, 0x0807a57ad8ebfea96f92102d36ce2751),
(0xf5b49e3950c6e4ac39ed79b81fa8a0a0, 'wp-content/plugins/duplicator/assets/img/perks_managewp.png', 1, 0x00000000000000000000000000000000, 0x854fe515043538ee66f1365a0bc38f8d),
(0xf6b765a835fc3f1b16b907622cce1997, 'wp-content/plugins/duplicator/assets/img/perks_maxcdn.png', 1, 0x00000000000000000000000000000000, 0x771a273080eacc45005b4332dd0f4389),
(0x93ae3017a6045afb09fb81e24a597ee2, 'wp-content/plugins/duplicator/assets/img/perks_ninjaforms.png', 1, 0x00000000000000000000000000000000, 0xed35c0e07784b65424efaba15cdf77c1),
(0xe0eb2a2ab5a5cf9ce15617d1476042d9, 'wp-content/plugins/duplicator/assets/img/perks_optinmonster.png', 1, 0x00000000000000000000000000000000, 0xd1d7e165a1a2c708234bed0e8d7d4f25),
(0x2b8ae65a05e80d391f9322b1cce43d76, 'wp-content/plugins/duplicator/assets/js/javascript.php', 1, 0x00000000000000000000000000000000, 0xf4c86f0044ad81691bc30b94a698b146),
(0x356054638d9ec309773db5390d6e3160, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/jquery.qtip.min.css', 1, 0x00000000000000000000000000000000, 0x4d7d40f66aa66a9f8767c9981619bf10),
(0xfbb913a62cb6f478f77c6119724c7da9, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/jquery.qtip.min.js', 1, 0x00000000000000000000000000000000, 0xbd3a04e1ff2195e9c2d597fd2ed98423),
(0xfa576187e772f75e51cda40b2471f935, 'wp-content/plugins/duplicator/assets/js/parsley-standalone.min.js', 1, 0x00000000000000000000000000000000, 0x851d74cc118c0bf055e7b75054441392),
(0x7e20af35bf6e58a227d975f1747f65ee, 'wp-content/plugins/duplicator/classes/logging.php', 1, 0x00000000000000000000000000000000, 0x47bb2e0d1bbcec066efc175e9b9225e8),
(0x4ae06855fa607c0047ff297e27f0c40b, 'wp-content/plugins/duplicator/classes/package.archive.php', 1, 0x00000000000000000000000000000000, 0x2ae089f62abfa20e7a5f375dad196618),
(0x4c804e39b032c29c18961a68ff798be8, 'wp-content/plugins/duplicator/classes/package.archive.zip.php', 1, 0x00000000000000000000000000000000, 0xddcb53eb9626cfe47398169c8705d6a7),
(0x27a7d9f987522a1ee5a5f6e403f1104f, 'wp-content/plugins/duplicator/classes/package.database.php', 1, 0x00000000000000000000000000000000, 0xc4f7eacff6d398ef9a4059463168a2af),
(0x56a2bca9ca784a3a663ab2c4804e9f39, 'wp-content/plugins/duplicator/classes/package.installer.php', 1, 0x00000000000000000000000000000000, 0x0d42c45aa8cbc80b9914e7a1628fd943),
(0x886d17c1166dcc5cbe54f75ff76f6e33, 'wp-content/plugins/duplicator/classes/package.php', 1, 0x00000000000000000000000000000000, 0x2bea4c4e03aaab2c0cd8a71f8836d3ed),
(0x94d6ab3d39ab6a0b56dced6f637932e5, 'wp-content/plugins/duplicator/classes/server.php', 1, 0x00000000000000000000000000000000, 0xb9c7647c4921217d8bf9a1d3358efa98),
(0xbc961c8b506cac54d91ee3cd46afed59, 'wp-content/plugins/duplicator/classes/settings.php', 1, 0x00000000000000000000000000000000, 0x04ab433545e719340f90158ceb0b8729),
(0x9f1f4f825cb26f6b6308292f4a7e201a, 'wp-content/plugins/duplicator/classes/ui.php', 1, 0x00000000000000000000000000000000, 0xa8cf77fb178e1016c73e2801a59f627f),
(0xd9c6d6a8a2b0fa15e9fd0805eaee0b35, 'wp-content/plugins/duplicator/classes/utility.php', 1, 0x00000000000000000000000000000000, 0x142ee2525059299fbe3570ed5c749160),
(0xb493278de7ed4ade2d610c78c03f92d4, 'wp-content/plugins/duplicator/define.php', 1, 0x00000000000000000000000000000000, 0x8f5d4a69572518a3376f7185c5d65004),
(0x2630975e1e15aedb1fa018475994132d, 'wp-content/plugins/duplicator/duplicator.php', 1, 0x00000000000000000000000000000000, 0xd476ffdf9d239415bb7080ebfd707737),
(0x79dff3160e4328fdee04e0b8e2235470, 'wp-content/plugins/duplicator/installer/build/ajax.step1.php', 1, 0x00000000000000000000000000000000, 0xe1b5048021ec5d67e57c9e7402089d41),
(0xdad0a04c0cc86a511fa544088197c49e, 'wp-content/plugins/duplicator/installer/build/ajax.step2.php', 1, 0x00000000000000000000000000000000, 0x1b91359476b7b922fb148b9e5ab4b4ea),
(0x5ffce69fa3b391ad434be9999ceb5b30, 'wp-content/plugins/duplicator/installer/build/assets/inc.css.php', 1, 0x00000000000000000000000000000000, 0x46a0f1dd1939526100af395ab8f3d73c),
(0xfd1184b2530bc06076dfac5e37401cf1, 'wp-content/plugins/duplicator/installer/build/assets/inc.js.php', 1, 0x00000000000000000000000000000000, 0x564ca367221fed1a8d3bd15ad3434c47),
(0x04ceb048c3fce530ae1155ac26836085, 'wp-content/plugins/duplicator/installer/build/assets/inc.libs.css.php', 1, 0x00000000000000000000000000000000, 0xe33c5ea041126f1a83315d155e0eb79b),
(0x53e81a75a81cd3b0cd879a9e038751e1, 'wp-content/plugins/duplicator/installer/build/assets/inc.libs.js.php', 1, 0x00000000000000000000000000000000, 0x6bfd8ccb5fb49b17006f093f5107c2f4),
(0x0fd89c42835c11ce2675c7fcd560e0cd, 'wp-content/plugins/duplicator/installer/build/classes/class.conf.srv.php', 1, 0x00000000000000000000000000000000, 0x5e6e98aed1d3a3f9fa91e305c228b819),
(0x163a3925028426b0c7343a515f8ce72d, 'wp-content/plugins/duplicator/installer/build/classes/class.conf.wp.php', 1, 0x00000000000000000000000000000000, 0x08f2f69ccbcf980a91907af04e7a9f40),
(0xad11067a20cb8e3a42cc7e85f8d1e3a5, 'wp-content/plugins/duplicator/installer/build/classes/class.logging.php', 1, 0x00000000000000000000000000000000, 0xc14597dc0f7879d60af9411424d4d8f1),
(0x46596e92417a00fb9a10f61ccc3e514d, 'wp-content/plugins/duplicator/installer/build/classes/class.serializer.php', 1, 0x00000000000000000000000000000000, 0x67ab799a047414dcf0bf79399b4a5a04),
(0xea254e7b0e6b50fc52c8674930aa6c0d, 'wp-content/plugins/duplicator/installer/build/classes/class.utils.php', 1, 0x00000000000000000000000000000000, 0x0d94d5d97ab102fb20080dc94e97e82c),
(0x61263fd541d407dbf5cfe2a8d6287e28, 'wp-content/plugins/duplicator/installer/build/main.installer.php', 1, 0x00000000000000000000000000000000, 0xb52597e3af288fdadc36f056b32cd8b1),
(0x35d2f132815bd24a38eeeaea7637bfd3, 'wp-content/plugins/duplicator/installer/build/view.help.php', 1, 0x00000000000000000000000000000000, 0x12d5e8d27ea6c4c052dbcf9523f9f631),
(0xd1f22a1ae5f14362d1b828eb96033345, 'wp-content/plugins/duplicator/installer/build/view.step0.php', 1, 0x00000000000000000000000000000000, 0xcf87edb2ca9d342ea503bf64ee1f05ac),
(0xeed7986ea060550e4dd2b5a5d0ded8db, 'wp-content/plugins/duplicator/installer/build/view.step1.php', 1, 0x00000000000000000000000000000000, 0x4f11be837f3a6a8b557522de4dbcf11d),
(0x49ea4b3b48853a808c9d2e82116fc221, 'wp-content/plugins/duplicator/installer/build/view.step2.php', 1, 0x00000000000000000000000000000000, 0x7118e28b72545b305cb8b9d3adc606af),
(0x5b2303f12e763a1d15e43c86250c540f, 'wp-content/plugins/duplicator/installer/build/view.step3.php', 1, 0x00000000000000000000000000000000, 0xc85b0af4dff0745687d26796825a985a),
(0x2309aebd16eaa33997f82487ddb80417, 'wp-content/plugins/duplicator/installer/dtoken.php', 1, 0x00000000000000000000000000000000, 0xc6ae56de1c7b1269fba8ca589f7e9548),
(0xebfc713b3a007acdead773f0b6ca5625, 'wp-content/plugins/duplicator/lib/forceutf8/Encoding.php', 1, 0x00000000000000000000000000000000, 0x688564fb70ab49fa75e56dc45182de4d),
(0xe47e24aa3d5276dabad066d4c4ffb0e7, 'wp-content/plugins/duplicator/lib/forceutf8/README.md', 1, 0x00000000000000000000000000000000, 0xa5309327504b18401e092eb50674e974),
(0x1b4c2795e4235451ad9a511dcc7ed7f3, 'wp-content/plugins/duplicator/readme.txt', 1, 0x00000000000000000000000000000000, 0x94fe4fdfd35934d00d51499953e431be),
(0xf207dd1930e8a93149724246b848c532, 'wp-content/plugins/duplicator/uninstall.php', 1, 0x00000000000000000000000000000000, 0x5a29519aeec0f165ff2a6e145cd412e8),
(0xa92b0180f2e084a0af18c9864957857b, 'wp-content/plugins/duplicator/views/actions.php', 1, 0x00000000000000000000000000000000, 0x9532b5800f211aae78bee541338eaabc),
(0x029fc39a359904c7b844c3ff9e81e9f5, 'wp-content/plugins/duplicator/views/help/about.php', 1, 0x00000000000000000000000000000000, 0xf332bd68ad2a6e29d273bfff3e6a5697),
(0x437a063076fc713572bb2ae82de3a8e1, 'wp-content/plugins/duplicator/views/help/gopro.php', 1, 0x00000000000000000000000000000000, 0xe253b49391d68cf3743be38e31973b2a),
(0xdb99fa13a2b2e2ccb140a3c65e31c04c, 'wp-content/plugins/duplicator/views/help/help.php', 1, 0x00000000000000000000000000000000, 0xf028492d8db36f8b75ed2412f9d142fb),
(0x74f56ea4385c934d6db5e95b3e06c5ef, 'wp-content/plugins/duplicator/views/help/perks.php', 1, 0x00000000000000000000000000000000, 0x51f688a60f4efd0c5f147236d1d0fd5f),
(0x27bcfb48e94204c32f9f2c7cac6918bf, 'wp-content/plugins/duplicator/views/inc.header.php', 1, 0x00000000000000000000000000000000, 0xaa7188c8a77450afa681e69c630eab69),
(0xd04ce0f2ebb8fbae441d35320f8b5fb1, 'wp-content/plugins/duplicator/views/javascript.php', 1, 0x00000000000000000000000000000000, 0x17c59cb71c3a5ffab6258c51de3136ff),
(0x8eea4c659506245468e8599faadc9fcc, 'wp-content/plugins/duplicator/views/packages/controller.php', 1, 0x00000000000000000000000000000000, 0x3c723d090025325e2983db2531d33c1d),
(0x847e02b9f24820997c93aeec6524bbd6, 'wp-content/plugins/duplicator/views/packages/details/controller.php', 1, 0x00000000000000000000000000000000, 0x6de8565aab55d4d8309fb74672ab2d5b),
(0x187b530ee0f418629f3309b73f6b6978, 'wp-content/plugins/duplicator/views/packages/details/detail.php', 1, 0x00000000000000000000000000000000, 0x54a0e83bc260eb73b12f58bda4ea021e),
(0x41e2c15a63540d8eea60ef90288ca4d8, 'wp-content/plugins/duplicator/views/packages/details/transfer.php', 1, 0x00000000000000000000000000000000, 0x731b62d90a59302842f92c4e0bf853ff),
(0xe23432080df589135aa7bb06a1c06af1, 'wp-content/plugins/duplicator/views/packages/main/controller.php', 1, 0x00000000000000000000000000000000, 0xc52da6680199ab8e78bbeb0db896a512),
(0xbee005796daac9bac342fc36cf048eb1, 'wp-content/plugins/duplicator/views/packages/main/new1.base.php', 1, 0x00000000000000000000000000000000, 0xb3c0a3593d20d84cc2d5206dce392896),
(0x2689de7a7b97281924bffa93b2487ba2, 'wp-content/plugins/duplicator/views/packages/main/new1.inc.form.php', 1, 0x00000000000000000000000000000000, 0x3adba67666f7ea80b851491919f386ad),
(0x13760115f91c46a7c81905376f513539, 'wp-content/plugins/duplicator/views/packages/main/new1.setup.php', 1, 0x00000000000000000000000000000000, 0xb3c0a3593d20d84cc2d5206dce392896),
(0x882107089de83838f0a45ebba165cada, 'wp-content/plugins/duplicator/views/packages/main/new2.base.php', 1, 0x00000000000000000000000000000000, 0x2c0bf7cd05d13c630f8b224fc20cff00),
(0xf5cca06650ec468995c3379bd5b914d5, 'wp-content/plugins/duplicator/views/packages/main/new2.scan.php', 1, 0x00000000000000000000000000000000, 0x3157b1a6c40b4a5907e8836c7a4446b5),
(0xad2ca48aacdfb93155a1711a56543985, 'wp-content/plugins/duplicator/views/packages/main/new3.base.php', 1, 0x00000000000000000000000000000000, 0xfba3021282db1d23353aafe87f57274e),
(0xc8e8523c5c18b2c51ebbd6c9dcc5eac6, 'wp-content/plugins/duplicator/views/packages/main/new3.build.php', 1, 0x00000000000000000000000000000000, 0xfba3021282db1d23353aafe87f57274e),
(0xad8605a1f65b26b0c9e07def8356fc45, 'wp-content/plugins/duplicator/views/packages/main/packages.php', 1, 0x00000000000000000000000000000000, 0xc4a6765699d39f707854bd39971e8845),
(0xa2686aacef811ecc9fd88201708275e8, 'wp-content/plugins/duplicator/views/settings/controller.php', 1, 0x00000000000000000000000000000000, 0x13f24b2c141d89f0f372b816945b045f),
(0x1e9d3abfb971d7c6428306f712eee27f, 'wp-content/plugins/duplicator/views/settings/general.php', 1, 0x00000000000000000000000000000000, 0x18a350e60433ab2780ed78a7fc5a364c),
(0x89f5c9da9dcd1f0926ef28ffa42157f7, 'wp-content/plugins/duplicator/views/tools/cleanup.php', 1, 0x00000000000000000000000000000000, 0xaac1d89e6fed6f0cb938c2fd35801026),
(0x778bd91d43b8874fca78b7df239b296e, 'wp-content/plugins/duplicator/views/tools/controller.php', 1, 0x00000000000000000000000000000000, 0x4917f024950827655d0484450e488425),
(0x9ade2c92282b84d81c51e139a9720896, 'wp-content/plugins/duplicator/views/tools/diagnostics.php', 1, 0x00000000000000000000000000000000, 0x45f6b4618a47aaab09a899e12124c836),
(0x1081236552d0e6c77e5b19f9e2ce0929, 'wp-content/plugins/duplicator/views/tools/logging.php', 1, 0x00000000000000000000000000000000, 0x7dcc8347d5ed1dbb877ac942319760da),
(0x20563700c8ce83848ce98075bd1facaf, 'wp-content/plugins/easy-tables-vc/README.md', 0, 0x00000000000000000000000000000000, 0x7244b04025d29f236519b5ba12c8fb06),
(0x6caa84f4f4444db7d5a7acdb1ab72356, 'wp-content/plugins/easy-tables-vc/assets/css/admin.css', 0, 0x00000000000000000000000000000000, 0xd17292ce66f88d62f314f1a91f178029),
(0x8cfa4af4d09ed578441059f599947311, 'wp-content/plugins/easy-tables-vc/assets/css/style.css', 0, 0x00000000000000000000000000000000, 0x0d3f50f2003a8dc49fd4c550d8d1ab65),
(0x6e2001383400bb2dd6e86810d1a5a870, 'wp-content/plugins/easy-tables-vc/assets/css/themes.css', 0, 0x00000000000000000000000000000000, 0xdd366990f57a55a6ada629fdd98a693d),
(0xf9de083b9ee521d3642f1aca60c7aaef, 'wp-content/plugins/easy-tables-vc/assets/img/align_center.png', 0, 0x00000000000000000000000000000000, 0xbdbdff1ff228fcb0d3623ab9a143d36d),
(0x9a9ae3a469f47136af5772710895fb8d, 'wp-content/plugins/easy-tables-vc/assets/img/align_left.png', 0, 0x00000000000000000000000000000000, 0x78b3fa3854e53c72810a62b357a75fe2),
(0x884871822e48f92dfe3c24e6453a346f, 'wp-content/plugins/easy-tables-vc/assets/img/align_right.png', 0, 0x00000000000000000000000000000000, 0x12ac91cf8c6241848671cb14a94608e9),
(0xceb73c89d3959abd50eb45b82c9bd180, 'wp-content/plugins/easy-tables-vc/assets/img/all_borders.png', 0, 0x00000000000000000000000000000000, 0x335e32025c92c05f5040297b46dd7a10),
(0xbed73d5d6c70c75cec03d131137dc173, 'wp-content/plugins/easy-tables-vc/assets/img/background_color.png', 0, 0x00000000000000000000000000000000, 0x20a690e5507004bea00243ee97205b1b),
(0x6ef8cc25e7bbc152989168be6a5bd663, 'wp-content/plugins/easy-tables-vc/assets/img/bold.png', 0, 0x00000000000000000000000000000000, 0xfb6b25318877518af0dad2cdd50df604),
(0x2776ce8bc7381fb912ed8f37545a6c29, 'wp-content/plugins/easy-tables-vc/assets/img/bottom_border.png', 0, 0x00000000000000000000000000000000, 0xa820cd91ce26944e5a8f7cdee34bd514),
(0x1a866aec3d0ccb2e07f4a8010b28f77b, 'wp-content/plugins/easy-tables-vc/assets/img/font.png', 0, 0x00000000000000000000000000000000, 0x037e64d0faf6f97ef8b5671d2dfeb64c),
(0xebbc8f30cc96e6bd55bbb3dfa42daa22, 'wp-content/plugins/easy-tables-vc/assets/img/horizontal_borders.png', 0, 0x00000000000000000000000000000000, 0xfe12b8bd59bcd766e09232d5890af823),
(0xe130a3d7e38039f0de0f298bd23015ea, 'wp-content/plugins/easy-tables-vc/assets/img/inner_borders.png', 0, 0x00000000000000000000000000000000, 0xf9e97e74be7c9ff251640447832d197d),
(0x47fe71a0b274ff83f6a7f53fcbb40b1e, 'wp-content/plugins/easy-tables-vc/assets/img/italic.png', 0, 0x00000000000000000000000000000000, 0xe6a00af1a6a8f362e4c3000d1ad45cc7),
(0xc81c7c6ba4aa7b549c8d95e0245528a6, 'wp-content/plugins/easy-tables-vc/assets/img/left_border.png', 0, 0x00000000000000000000000000000000, 0x9dd0577b9d40c99f3b724ad18a71fac4),
(0xd06941ea063cb6c54d976f1e5f06b19b, 'wp-content/plugins/easy-tables-vc/assets/img/none_borders.png', 0, 0x00000000000000000000000000000000, 0x7ffb45d2c1355a982acec6e6a745b8c2),
(0x356107e67f09f6069ea0a446ab2714f8, 'wp-content/plugins/easy-tables-vc/assets/img/outer_borders.png', 0, 0x00000000000000000000000000000000, 0x5390404638bee023b615c3520b9544b7),
(0x6fe314063b6f8faa836ce0f44906b5a3, 'wp-content/plugins/easy-tables-vc/assets/img/right_border.png', 0, 0x00000000000000000000000000000000, 0x5f09c49889d5d561b91e023a08772412),
(0x6f84ec43f1f3f472cfb0aadcb0e3375e, 'wp-content/plugins/easy-tables-vc/assets/img/strikethrough.png', 0, 0x00000000000000000000000000000000, 0xcf25f036aa3d24212a3191b04a0b4024),
(0xb10990f5d8af5e6fcba0efa3174c78ad, 'wp-content/plugins/easy-tables-vc/assets/img/theme.png', 0, 0x00000000000000000000000000000000, 0xe801c46fcca4a31bdd08f6cbce420fae),
(0xe4667c86fabcd6de9d67b8bb5ba5c3f8, 'wp-content/plugins/easy-tables-vc/assets/img/theme_classic.png', 0, 0x00000000000000000000000000000000, 0x3257e1568ee56693a4620f7e5bffee62),
(0x24a631c253ff5bfc59b93d3d4f864043, 'wp-content/plugins/easy-tables-vc/assets/img/theme_classic_blue.png', 0, 0x00000000000000000000000000000000, 0x1e5414eb415407be4196be5a67babef4),
(0xf5f4169c028052f6cd7cceca156e1d68, 'wp-content/plugins/easy-tables-vc/assets/img/theme_classic_green.png', 0, 0x00000000000000000000000000000000, 0xc66b456b0f0518ca73740fdb04f51a37),
(0xcccf02a745d66d9ee24dcdd2e5bf6511, 'wp-content/plugins/easy-tables-vc/assets/img/theme_classic_orange.png', 0, 0x00000000000000000000000000000000, 0xb93743a665fced33504f0cf15898ff15),
(0xf6a77ddc0aa1b18c3452c3ad6d2dd618, 'wp-content/plugins/easy-tables-vc/assets/img/theme_classic_pink.png', 0, 0x00000000000000000000000000000000, 0x06403e12a8bb3c93e7da11a50e7ee3d7),
(0x7c0733f79285a3a987ce6259cb18d4a5, 'wp-content/plugins/easy-tables-vc/assets/img/theme_classic_purple.png', 0, 0x00000000000000000000000000000000, 0x02edadcfbbbd27caab8c6eeca61654f1),
(0x34ff0a6734f86e3332be0b37a018d93b, 'wp-content/plugins/easy-tables-vc/assets/img/theme_simple.png', 0, 0x00000000000000000000000000000000, 0xbe7fc053b9fe3de8f59549fad3add56b),
(0xa3829c5e762201820fa45e7fde3473f9, 'wp-content/plugins/easy-tables-vc/assets/img/theme_simple_blue.png', 0, 0x00000000000000000000000000000000, 0x93d113866f976a0b192018bda244bbc5),
(0xa518a575f329dc1cca007f7f30096430, 'wp-content/plugins/easy-tables-vc/assets/img/theme_simple_green.png', 0, 0x00000000000000000000000000000000, 0xbb0a255ec3e49b49d547dc26b74bd7de),
(0x01d950db6527836d6e9e1be06679066d, 'wp-content/plugins/easy-tables-vc/assets/img/theme_simple_orange.png', 0, 0x00000000000000000000000000000000, 0x7152d3b9873906f5eb8dbbb0b7234ff2),
(0x9a88351efd8ed3ff0ed9684ce66b2fca, 'wp-content/plugins/easy-tables-vc/assets/img/theme_simple_pink.png', 0, 0x00000000000000000000000000000000, 0x29cf6b89521df963b3d44bf28b47270e),
(0x5a8fb484c6b69cab6a7169f361735b86, 'wp-content/plugins/easy-tables-vc/assets/img/theme_simple_purple.png', 0, 0x00000000000000000000000000000000, 0x06d66a36bcfea848c7d922f723486e75),
(0x760f6b7708e291647f40c300edcf563e, 'wp-content/plugins/easy-tables-vc/assets/img/top_border.png', 0, 0x00000000000000000000000000000000, 0xe68354dcc7aff80450dd9d546094ed16),
(0x67504c6bc294bbc2c4d9f4ca48165ab8, 'wp-content/plugins/easy-tables-vc/assets/img/underline.png', 0, 0x00000000000000000000000000000000, 0x9a882f6794f92904dd2a49f66214c754),
(0xdcd320509c7ca3464d8868b4d2a1a211, 'wp-content/plugins/easy-tables-vc/assets/img/vc_tables.png', 0, 0x00000000000000000000000000000000, 0xe29790adc4652994bec30d17ce88e925),
(0x1b547c9c3918c68446f1ebeba358ba83, 'wp-content/plugins/easy-tables-vc/assets/img/vertical_borders.png', 0, 0x00000000000000000000000000000000, 0x933075910756ceebc23a297924b0fbb9),
(0x4c53829f050cc9ceb57f33104bf7881d, 'wp-content/plugins/easy-tables-vc/assets/js/table.js', 0, 0x00000000000000000000000000000000, 0x5d6d504d24445047bb31742d1e0c5c7e),
(0x7920dfb49c1c7a7f465822aadcf75870, 'wp-content/plugins/easy-tables-vc/assets/js/table_param.js', 0, 0x00000000000000000000000000000000, 0xf3365be1b4ae9b656d03f1fafeaa986e),
(0x25b19f0f81e112ce7c46dd781b42b19c, 'wp-content/plugins/easy-tables-vc/assets/less/admin.less', 0, 0x00000000000000000000000000000000, 0x50d42770567be5fa2d3caa9c9296e9b1),
(0xffee8cf0cdf774e541f08c38582ee973, 'wp-content/plugins/easy-tables-vc/assets/less/dropdown.less', 0, 0x00000000000000000000000000000000, 0x88da7983646bf1a3affcd2987c1bfa64),
(0x9b40917d5026a0e908a07f8d26243adc, 'wp-content/plugins/easy-tables-vc/assets/less/style.less', 0, 0x00000000000000000000000000000000, 0x044ea28afad8b40714022b3bdcfb94bd),
(0xa5422a4a39e54e2b5ec71b1610cb0d4a, 'wp-content/plugins/easy-tables-vc/assets/less/table.less', 0, 0x00000000000000000000000000000000, 0x6b1954a6f50bf979edad57be9d1f7216),
(0x51cba79c2ba659340383b46cee94c703, 'wp-content/plugins/easy-tables-vc/assets/less/theme_param.less', 0, 0x00000000000000000000000000000000, 0xaa231578799e493ee8f17e82e445f574),
(0x531c5036b7722a821309480b8f269607, 'wp-content/plugins/easy-tables-vc/assets/less/themes.less', 0, 0x00000000000000000000000000000000, 0x8d6b5a12406bdb6ba4e6e044d45e82de),
(0x68698cc2f5f7b9706d1ba997b72b1159, 'wp-content/plugins/easy-tables-vc/assets/lib/bootstrap-dropdown/bootstrap.js', 0, 0x00000000000000000000000000000000, 0x369b6046d0d122ad1d0dcbd727610611),
(0x511d6f7ea357d0c8f550535bac865e56, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/.travis.yml', 0, 0x00000000000000000000000000000000, 0xc82501ccdd598960576b31d9b56b839b),
(0xc07dff6e8b755a4bf9e759702352985a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/CHANGELOG.md', 0, 0x00000000000000000000000000000000, 0xcad29ad2923388d7c509c23691a75df3),
(0xaaac2fde0531b4ae123c58b107474220, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/CNAME', 0, 0x00000000000000000000000000000000, 0xb24095304d2ca740ee445b420f01c443),
(0x31e511bd29cad1cd09ff249ff5eb294e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/CONTRIBUTING.md', 0, 0x00000000000000000000000000000000, 0xa027806a8475f0def5c0845f06c0650e),
(0x7be25dccf8da5e58e6bcdb9864c24b12, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/Gruntfile.js', 0, 0x00000000000000000000000000000000, 0xfdcca6d90ac1d8f917d5699b95061f7c),
(0x206a81b17fec94d54ce0ef85edc7a529, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/LICENSE', 0, 0x00000000000000000000000000000000, 0xffaad5bb52dd53776bbdd26ddef0b165),
(0xa7c1122c447cfdfe6ab8ad8c16ef3552, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/README.md', 0, 0x00000000000000000000000000000000, 0xe9ae90a2c42e5788161cd2ac22ecce04),
(0xff28d75362f38893a257fe4c9793e5d6, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/bower.json', 0, 0x00000000000000000000000000000000, 0x1d819fa2565261ca758483192685e8a7),
(0xc08bfe2fafff3bb8328cdf574ffad7c6, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/ajax.html', 0, 0x00000000000000000000000000000000, 0xbfc5253e903a62d56f8e9be1f0a8426a),
(0x3eaf974f239d68071cae1455cc4cc26d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/autocomplete.html', 0, 0x00000000000000000000000000000000, 0x7a90f295e1c7c8013918cd2a4319f35d),
(0xcbbbb4abfe518788b22d0094b68b104c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/backbone.html', 0, 0x00000000000000000000000000000000, 0xa8cfdb4ca8993e439044290f821866bb),
(0x456ed47564fe7b45139237327d512d78, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/beforeKeyDown.html', 0, 0x00000000000000000000000000000000, 0xdb04664ce9dc93face6eb196d6ee1aa1),
(0x0b849c750698d15d977c271db3cacd7b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bigCells.html', 0, 0x00000000000000000000000000000000, 0x0f7272fe79494419a7fdd4e42a77f34f),
(0xf83f56337c0a42f41147efd131f7c627, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bootstrap/css/bootstrap-responsive.css', 0, 0x00000000000000000000000000000000, 0xe26f2c71fa69ffa8c5d35703337c2e88),
(0x2a08198a0931e24e82da821880641334, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bootstrap/css/bootstrap-responsive.min.css', 0, 0x00000000000000000000000000000000, 0x12d88b292711cd2af776fc3c8cf2649e);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xd65e3525cca9522f115265ad66316f24, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bootstrap/css/bootstrap.css', 0, 0x00000000000000000000000000000000, 0x4b6cf9d982da64f10922c30891901941),
(0xb4e6f87324931ee0a1d8a1f014920252, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bootstrap/css/bootstrap.min.css', 0, 0x00000000000000000000000000000000, 0x323f5dbc2c30537175dad260d75cf7ad),
(0x5f1537b6eb38f16d730346966c85a686, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bootstrap/img/glyphicons-halflings-white.png', 0, 0x00000000000000000000000000000000, 0x9bbc6e9602998a385c2ea13df56470fd),
(0x7544cfc6f04e22e36e1ce2b081f95bed, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bootstrap/img/glyphicons-halflings.png', 0, 0x00000000000000000000000000000000, 0x2516339970d710819585f90773aebe0a),
(0xf7a4eba17bc3d05691c32e48953f602a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bootstrap/js/bootstrap.js', 0, 0x00000000000000000000000000000000, 0x4c24933a54aa9164ff84cf837821ac85),
(0x9f974808ae446476c81a91a156df7fe3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bootstrap/js/bootstrap.min.js', 0, 0x00000000000000000000000000000000, 0x2916bdd0ab40bc45f6cb6d5b99e34368),
(0x770539eaf8f2b492103600faff2010dc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/bootstrap.html', 0, 0x00000000000000000000000000000000, 0x6dd41762463f87097e96650afba5ca23),
(0xb13304ac798672480b3c1ee7265339da, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/buttons.html', 0, 0x00000000000000000000000000000000, 0xf2a3e68ace049e020585a57d3eb59815),
(0x88f6458c444b6c422e5eb973928070ef, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/callbacks.html', 0, 0x00000000000000000000000000000000, 0x4df7f3fdf6aca38fae526ff0f2311fe5),
(0x00366e38c304d9270eec99ec437204ba, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/column_resize.html', 0, 0x00000000000000000000000000000000, 0xa3f454229b1fdce29aafb657bd2532bd),
(0xbd950a071e7ce04e8c09d162f961f946, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/conditional.html', 0, 0x00000000000000000000000000000000, 0xb8a38035dd7ac430be558d21f2cbe6a7),
(0x89526169faf09e5ace9523df7f323db3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/contextmenu.html', 0, 0x00000000000000000000000000000000, 0x498dd79cb3e041c934a16d97ec3c9f34),
(0xc62565f251aaf7f29761572fec0e969b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/css/samples.css', 0, 0x00000000000000000000000000000000, 0x40f4c77126053ad12673aeee7c6622cb),
(0x4b45fca5cd06470e2f681f55c8d3041b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/current.html', 0, 0x00000000000000000000000000000000, 0xc2e44990adc137224eab89a913b2e086),
(0x490c5569013d1fe727ccfb222c774ffc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/datasources.html', 0, 0x00000000000000000000000000000000, 0x1d3d3a7b31148d0524bda962f6f0ae1b),
(0xb5183e88a48eb25b22486d5749b937fe, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/date.html', 0, 0x00000000000000000000000000000000, 0x79ce519359d5f29ebcd9c97c8e600007),
(0x6bbf2bd94e85942e2b7e63bb015d056e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/dragdown.html', 0, 0x00000000000000000000000000000000, 0x734a0530f59c94c64a3aee5772ed2502),
(0x8eb1256e0b608e44e8f4a650c2ed13bd, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/fixed.html', 0, 0x00000000000000000000000000000000, 0x9f5c5912d71428ed674a126687dcc59b),
(0x849fe086bea04cd06d3b9eb8dc645757, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/github-buttons/README.md', 0, 0x00000000000000000000000000000000, 0x6d2d553f07b8c6f3f765a05435461ea8),
(0x69bfe15653d15e692a01f7aa79437a78, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/github-buttons/github-btn.html', 0, 0x00000000000000000000000000000000, 0xd739d4128a52a11fde03ad24f59f2105),
(0x473703ef6109915fa380d4402df41cba, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/handsontable.html', 0, 0x00000000000000000000000000000000, 0xa823156be4899dfc03374229114dee7e),
(0x6aad6fd64662f89b95dfbe6f250940be, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/image/fork-github.png', 0, 0x00000000000000000000000000000000, 0x5b6b3233153feca50a94aa6c60873a5f),
(0xb308b4c319b86efe59b2b7122adb12bc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/image/og-image.png', 0, 0x00000000000000000000000000000000, 0xc4d7ba6f12ff035a9cd6d975ff1c9d1e),
(0x2beae5947371f6548de982a635ac2e34, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/backbone/backbone-relational/LICENSE.txt', 0, 0x00000000000000000000000000000000, 0x699c6a34734144183704ff3da6286b38),
(0x331f862322828782a54b6322e4c130e8, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/backbone/backbone-relational/backbone-relational.js', 0, 0x00000000000000000000000000000000, 0xdf347620383a798da4cac86bff0003f9),
(0xd2d026ae2205059a0ce177477f63236d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/backbone/backbone.js', 0, 0x00000000000000000000000000000000, 0xad9ce13f310772f4a639ae920f908084),
(0xf31b6cb892631fc2528d1c8e6f5d259f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/backbone/lodash.underscore.js', 0, 0x00000000000000000000000000000000, 0xbf24c90d8ac51b21a4d09a62d0263fc5),
(0xa292ea1a0bd5f0163acd2bc4b825d16c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/ga.js', 0, 0x00000000000000000000000000000000, 0x04bb5002e2e6b7769b776913671c27f2),
(0xb74f7dde12f9c9eac91da54282edcc29, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/highlight/LICENSE', 0, 0x00000000000000000000000000000000, 0xec39d75cbc4de8171c2f6656a26816a3),
(0x62604d4d24e1ea26a4891949254c0396, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/highlight/README.md', 0, 0x00000000000000000000000000000000, 0x86b795b8afda8af041d895b3bdd56c4f),
(0x7f9123eeb8667167add818822d7ebfa3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/highlight/highlight.pack.js', 0, 0x00000000000000000000000000000000, 0x32a01944e5dd1476bc6e420856c3e51b),
(0xbe0c4aef7984a2f1b3245bd00a970b00, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/highlight/styles/github.css', 0, 0x00000000000000000000000000000000, 0x70e24514feb4400827bb77c007e5d237),
(0x22f9bebf8c955d0e9ae9a4637b14c702, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/highlight/styles/zenburn.css', 0, 0x00000000000000000000000000000000, 0x36f220d164eaa0db39a10f7d9445ee3c),
(0x84bcc93325c8c6f5944b85e9dc5e3e07, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/json2.min.js', 0, 0x00000000000000000000000000000000, 0xfe98c8e7e44589973cdef15d59c9bc76),
(0xa8ec59dd0182d8626cb7ab55dbdea088, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/js/samples.js', 0, 0x00000000000000000000000000000000, 0xda68f3f1fd2553a922c7a5f9a1c9509c),
(0x9f7b258d6627e02975560bb072af6dbf, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/json/autocomplete.json', 0, 0x00000000000000000000000000000000, 0x84dad081a1532a1ae80dad6145338d5a),
(0xab5b34e4ca378e9f366e91bf00940e33, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/json/load.json', 0, 0x00000000000000000000000000000000, 0x8f73241ce3b6c07b8bb6b4dd1839f6cd),
(0xa469354df14a5745d995f821dc41ec65, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/json/save.json', 0, 0x00000000000000000000000000000000, 0x5f158ba5809571bc04b71344bc3d2eef),
(0xf18371543f60e68167bde62198d54765, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/legend.html', 0, 0x00000000000000000000000000000000, 0xa24431744c1e04e25cb96fb98215e806),
(0x0907c8f7fcc865b5660c1461a1d03cb0, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/numeric.html', 0, 0x00000000000000000000000000000000, 0xdb65980bc353d540ac9a6a84527377b6),
(0xccca5386b6694847832a17273619479e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/options.html', 0, 0x00000000000000000000000000000000, 0x432e363632aa28e1112037efdd8fbd38),
(0xca6cc142dbf3aaeb15829a6fafdacdc2, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/pagination.html', 0, 0x00000000000000000000000000000000, 0xbac32e61a853f07fbe18c54ea9e67489),
(0x1957cc283788c75150383a5652d18fe9, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/php/cars.php', 0, 0x00000000000000000000000000000000, 0x1682e6c3728260380032bf4648626352),
(0x70850b5572570683ced89f6b98269a1e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/php/functions.php', 0, 0x00000000000000000000000000000000, 0xf760f44cc8eebd1efba025e87badb6c2),
(0xb8b39a6a5cd25ce6ba49b2a45d57267e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/php/load.php', 0, 0x00000000000000000000000000000000, 0xe7f55ffb80218b8b2800e6f48441a9c4),
(0xeb1f3496e490a0fef6fed433ac74da91, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/php/reset.php', 0, 0x00000000000000000000000000000000, 0x29cf99043beccbde184f14311ae80921),
(0x3975c674420b294635864b93fe22038b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/php/save.php', 0, 0x00000000000000000000000000000000, 0xbcf8694206d1497405619af765d1e1a9),
(0xfb9e97ad0f7d2034bddd3b7a064224a0, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/php.html', 0, 0x00000000000000000000000000000000, 0x7013cae029936942d06abd4d5dc2043e),
(0x5b4636adece1acf701d1a345cb2d96cf, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/prepopulate.html', 0, 0x00000000000000000000000000000000, 0xe1c9623cfc14721857022cd83cf10072),
(0x99f6a3e4fd31566a08b822ba67f86787, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/readonly.html', 0, 0x00000000000000000000000000000000, 0x6aef5c24d37a4e370e5bcfeb87964857),
(0xd5cea5413aa35e1d802b1713fbab8495, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/renderers.html', 0, 0x00000000000000000000000000000000, 0x240fc4ae446f25ac64d376193ca8d62d),
(0xa2094938d968b79a7b83578b2ffd8e9d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/renderers_html.html', 0, 0x00000000000000000000000000000000, 0x680bff905c2c8eb2dc5722b99200008f),
(0xb433fcffc41587e3c70948e8a6a46c9b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/scroll.html', 0, 0x00000000000000000000000000000000, 0xf4458cf6d53a5ec2235a07747da0c537),
(0x42a2919d01a92480f4a51f973a429e28, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/scroll_native.html', 0, 0x00000000000000000000000000000000, 0x50ada7c1cd52871993c77b1d87779385),
(0xaa8b32017371df0f602149179c1d74c5, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/search.html', 0, 0x00000000000000000000000000000000, 0x14940454572ddf89156d8adaa4958bf6),
(0x82da4b6317d17ea969ba198d171ae585, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/sorting.html', 0, 0x00000000000000000000000000000000, 0xce189eb168e57cc890973ac2fa8179f7),
(0x2ecbd8d58333bbc4ccf6304cb63e88b7, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/understanding_reference.html', 0, 0x00000000000000000000000000000000, 0x8bf4f480e9b93b7a5c5514bb86c9ddf4),
(0x84a6d321416a4f3b9a3c8d76cbcbf042, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/validation.html', 0, 0x00000000000000000000000000000000, 0x2e50ac9a8e716940572b30711e64f251),
(0x4c51f45a7be7e1b25069a5375542a702, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/web_component/polymer/polymer.min.js', 0, 0x00000000000000000000000000000000, 0x81789e80409cbee2b52d8bf6562223ce),
(0x5bd5b334d773fd039a9ee62aaf033699, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/web_component/x-tile.html', 0, 0x00000000000000000000000000000000, 0x1779e8efc6518c0eec59bac2cb5208db),
(0x1f013a750b23ff154bffcb82712ad8aa, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/demo/web_component.html', 0, 0x00000000000000000000000000000000, 0x4beacf5fd2f1003947a28a70c68c2257),
(0x78a1cc2351a5c9f9168dc4a56ec40a9d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist/README.md', 0, 0x00000000000000000000000000000000, 0xd5a5d86987de55fe7ed142eb3b011831),
(0x8e80f2635c2dcf89acc00f6e267a4db9, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist/jquery.handsontable.css', 0, 0x00000000000000000000000000000000, 0x916433ad8edd2c3dd1350b4fb4a01c02),
(0x3165954489a6f834922bc9332c220c43, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist/jquery.handsontable.full.css', 0, 0x00000000000000000000000000000000, 0x98785c0454bfc9db8e34427f9b968d51),
(0xd0c18599d59bf100c6ca51984cb2f061, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist/jquery.handsontable.full.js', 0, 0x00000000000000000000000000000000, 0xa71b8963e79b6e99c225aa89b48e85b1),
(0x03dd791afae7ae94901c9e581b91abc7, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist/jquery.handsontable.js', 0, 0x00000000000000000000000000000000, 0x8ea2c210de2c7f63790581abf9ba72a2),
(0x84c2ed1720f194091b129e8dff46bb38, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist_wc/README.md', 0, 0x00000000000000000000000000000000, 0xe4e8f8c38e02b5a484c026088dd08b1e),
(0x97ebffc5ee3a27bcc7aa081e7e06246c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist_wc/x-handsontable/jquery-2.min.js', 0, 0x00000000000000000000000000000000, 0x0a6e846b954e345951e710cd6ce3440e),
(0xfa9e7c7a02c95a5f341d2750a298f8dc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist_wc/x-handsontable/jquery.handsontable.full.css', 0, 0x00000000000000000000000000000000, 0x98785c0454bfc9db8e34427f9b968d51),
(0x4314f2d6b798a3c0d9430654ffe34edc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist_wc/x-handsontable/jquery.handsontable.full.js', 0, 0x00000000000000000000000000000000, 0xa71b8963e79b6e99c225aa89b48e85b1),
(0x53a713cb0ffc859eca9cd7dac9ee9b2b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist_wc/x-handsontable/numeral.de-de.js', 0, 0x00000000000000000000000000000000, 0xa15fbf3518bc3e853637121d87287cce),
(0xa6c82109bde77afc1adafe2e2c11f1b1, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/dist_wc/x-handsontable.html', 0, 0x00000000000000000000000000000000, 0x2697c495c04730c2b98410d7ef3edb14),
(0xb38e3c9a483a011b56cfed5ca3bf8bcc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/extensions/jquery.handsontable.bootstrap.css', 0, 0x00000000000000000000000000000000, 0x8aec74adc65c8c93ca4c51bf11aac76e),
(0xb2d76a3129858bde9fd865652bd5f16a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/extensions/jquery.handsontable.removeRow.css', 0, 0x00000000000000000000000000000000, 0x30ce527e7e53779c52def21c64d1205a),
(0x1813aed5fbc3d77c7d1f496b7a02b91c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/extensions/jquery.handsontable.removeRow.js', 0, 0x00000000000000000000000000000000, 0x2256b0c4846bdf6d69c002a212e37e5f),
(0x274bc4c85262ed388eb1fc60c1ad2835, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/handsontable.jquery.json', 0, 0x00000000000000000000000000000000, 0x0b6434e867303b73df4524561a5fb603),
(0x7fceef76f6db1794b1cfa53d4a772c0a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/index.html', 0, 0x00000000000000000000000000000000, 0x4d149fe9708240381d240bad4a240e96),
(0xcc06bd1f9cfe35216871a1e029787c8f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/bootstrap-typeahead.js', 0, 0x00000000000000000000000000000000, 0x706c857c942cc4062fe2ddaae6bc4d5d),
(0xd8933bc9c4845eeab310d0e3bb56cc8b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jQuery-contextMenu/jquery.contextMenu.css', 0, 0x00000000000000000000000000000000, 0x1983c3d5b8c8990901fa62b5305d4320),
(0x7c110b950e54e8bd1b8a3f338fc450c4, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jQuery-contextMenu/jquery.contextMenu.js', 0, 0x00000000000000000000000000000000, 0xbe067ad5406994c149b306dd08a0d3ec),
(0x846e0e4a7e777250544624677427cb83, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jQuery-contextMenu/jquery.ui.position.js', 0, 0x00000000000000000000000000000000, 0x1e22b43fb20e05357eb657e83f27bc0a),
(0x1a5776dce28df4634d5d5975df559c67, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-2.js', 0, 0x00000000000000000000000000000000, 0xb29c22eae459aa715cdd8fa340bb6e29),
(0xa9919e218cf0e8bda47459f9cccdc9d0, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-2.min.js', 0, 0x00000000000000000000000000000000, 0x0a6e846b954e345951e710cd6ce3440e),
(0x1edfd310ef3801a3c3d6205c2585520a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/animated-overlay.gif', 0, 0x00000000000000000000000000000000, 0x2b912f7c0653008ca28ebacda49025e7),
(0xeaa1e5353df0870eeec5d940ce51c0fd, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_diagonals-thick_18_b81900_40x40.png', 0, 0x00000000000000000000000000000000, 0xed1e81dc522a58fd718a249d5abbfa54),
(0x4c88c658122e346eaab394009d17812e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_diagonals-thick_20_666666_40x40.png', 0, 0x00000000000000000000000000000000, 0x4d9590628776f33de2290dc38f193912),
(0xdd7524c7b9e8c664512aa7f43012a7df, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', 0, 0x00000000000000000000000000000000, 0x4b4efb0c19edf07fd8300fbaa2f468a9),
(0xe4df7b02cd23431ab9afc6956074b1a5, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_flat_10_000000_40x100.png', 0, 0x00000000000000000000000000000000, 0x4b65c90ef2ae39802268937bec9519ad),
(0x36aac0a7818e0f77fc6b0d87e7431346, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', 0, 0x00000000000000000000000000000000, 0x5b1e281868b7c141a309e4b0afa4ce2e),
(0x263b80d06884610386197c48b93d3a5e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_glass_100_f6f6f6_1x400.png', 0, 0x00000000000000000000000000000000, 0x54aaaf8f37a0444d066a8d88b8a16041),
(0x005724cb7dc22bf54f9ca34b10554022, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_glass_100_fdf5ce_1x400.png', 0, 0x00000000000000000000000000000000, 0x2accd8a4524cd837560596646dfa8996),
(0x411606dee29bb1dbcef8a43a7f07bed9, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 0, 0x00000000000000000000000000000000, 0x55681a773d903928605858666bf448fa),
(0xd61a8fc48aa58fa54d6134a3c7983fd5, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 0, 0x00000000000000000000000000000000, 0xd54c5cd9afe99957390946e67061556e),
(0x27c11f15ca1f4ecb1ac338a13ca52775, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 0, 0x00000000000000000000000000000000, 0xaa7e3246857a11b57a141345d763052d),
(0x8697847a046b2b7a165b6c0ed30200df, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 0, 0x00000000000000000000000000000000, 0x9550ce89fe14f2edc7cbc05563a2569e),
(0x5968eb6cc25b57cd660d1e9d86362608, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 0, 0x00000000000000000000000000000000, 0xe9c541854de68f9cd047979e12caab7f),
(0xe3d0daefd1e2a5febba05b918e27dbe6, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_gloss-wave_35_f6a828_500x100.png', 0, 0x00000000000000000000000000000000, 0x39dfe6a1f8faed6471afaa01108551d5),
(0xe1b2d650d8422e6d44e58c544d74c084, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png', 0, 0x00000000000000000000000000000000, 0xd2a9d9e66caaad87693bbfda33b0a66c),
(0x3c50e41217f448cf36dff30888013bc7, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 0, 0x00000000000000000000000000000000, 0xf298e8b1c1620731b8d33ffb8298beba),
(0x8ec170fdf5504d0218f9812245dba12e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png', 0, 0x00000000000000000000000000000000, 0xc0e57fcc039c31358d8cc9f8fa4b5486),
(0x4142ef393490928b24ca2a9cb4630c99, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png', 0, 0x00000000000000000000000000000000, 0xa1b3887a86cf1791f23c0b53b4d3585f),
(0xb8d11d6455daaf1835418fa5315b6246, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-icons_228ef1_256x240.png', 0, 0x00000000000000000000000000000000, 0x73044fed6bab2c5ed02eed93b7d3adaa),
(0x7da6945ce7236ce2c029ab1dc321ec5b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png', 0, 0x00000000000000000000000000000000, 0x764c37efbf6d7ffc176b466fadc6f2ca),
(0x7a36a27c2cefe181784c6bf66da9b2de, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png', 0, 0x00000000000000000000000000000000, 0x6b29e362591a05e270b33c4fc3f67cb2),
(0x7a6663f01ac41f97d9dff98e2f18f38c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png', 0, 0x00000000000000000000000000000000, 0x302ae7a7aed5730c16146b677b123638),
(0x5acadc9908f0aef8794717814c048a59, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png', 0, 0x00000000000000000000000000000000, 0x5c78585b80fbf4342d21674a04e89c8b),
(0xff213803c1f6e923c9baeb981b99deb4, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-icons_ef8c08_256x240.png', 0, 0x00000000000000000000000000000000, 0x1eec256e4f7b8324e619aae36ecfbfbd),
(0xc6769f2bd5bddb53efa6e56d8eff78e2, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-icons_ffd27a_256x240.png', 0, 0x00000000000000000000000000000000, 0xc1a79bd65be08aa2be391cba2321f448),
(0x7de85b7721ac60dcad46d5ee14e020e5, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/images/ui-icons_ffffff_256x240.png', 0, 0x00000000000000000000000000000000, 0xe3f4748b19b87aadaa924d85f0882432),
(0xb47c144d848b6a13997dbd7a32c33158, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/jquery-ui.custom.css', 0, 0x00000000000000000000000000000000, 0x569888c83ed5d674bdf0cef8958861bc),
(0x453bf3766bcf5b9b6f74ffd891efa620, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/smoothness/jquery-ui.custom.min.css', 0, 0x00000000000000000000000000000000, 0x4abf0adbd1090ebabe5d0102026765a8),
(0x287effc0c4533534b4dce5b751228c6d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png', 0, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8),
(0x535bdcc06a8e19621e06a9b5ff79cf87, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-bg_glass_55_fbf9ee_1x400.png', 0, 0x00000000000000000000000000000000, 0xf8f4558e0b92ff2cd6136781533902ec),
(0x7777dd6fedca54d46496092dac6f5d35, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-bg_glass_65_ffffff_1x400.png', 0, 0x00000000000000000000000000000000, 0xe5a8f32e28fd5c27bf0fed33c8a8b9b5),
(0x24c6ca9daeec92522bca9b9e279f1d18, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-bg_glass_75_dadada_1x400.png', 0, 0x00000000000000000000000000000000, 0xc12c6510dad3ebfa64c8a30e959a2469),
(0xc368785d465b3d2de26d7d425b0fff51, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.png', 0, 0x00000000000000000000000000000000, 0xf4254356c2a8c9a383205ef2c4de22c4),
(0xd20cd1049fcb48e88179f62ade7e1f7f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-bg_glass_75_ffffff_1x400.png', 0, 0x00000000000000000000000000000000, 0x97b10a98a6ab3ed7c668fe0ca62fd964),
(0xcc0a3bb3c1bdfe44d55ac93025e5f39e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 0, 0x00000000000000000000000000000000, 0x72c593d16e998952cd8d798fee33c6f3),
(0x5bf7cf0851b3f2f81466afa731bbca2b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-bg_inset-soft_95_fef1ec_1x100.png', 0, 0x00000000000000000000000000000000, 0x61cef242cc2b5e1118607c302b87cbc9),
(0x01005db2757b224d254ba89c6e35ea7c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-icons_222222_256x240.png', 0, 0x00000000000000000000000000000000, 0xebe6b6902a408fbf9cac6379a1477525),
(0x8e63e4c638f7d193b2b2a120c01891b7, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-icons_2e83ff_256x240.png', 0, 0x00000000000000000000000000000000, 0x2b99a5e48d3c3957d03027d36a25e8bb),
(0x3ea71bb67b99e0d03f5f209409bb0d02, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-icons_454545_256x240.png', 0, 0x00000000000000000000000000000000, 0x119dd0c2e94ad689de873ef39fd43e6e),
(0x04cca57b4fdadd15dd5c3d5015136ba2, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-icons_888888_256x240.png', 0, 0x00000000000000000000000000000000, 0x9c46d7cab43e22a14bad26d2d4806d80),
(0xeb940ca69e261640827cf140073b67ae, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-icons_cd0a0a_256x240.png', 0, 0x00000000000000000000000000000000, 0x3e450c2a2c66328d9498e7001ad7197c),
(0x9f11edfbb9e8d21936b8a6cafab7ef6d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/images/ui-icons_f6cf3b_256x240.png', 0, 0x00000000000000000000000000000000, 0x6dea8bce32eb41b0ab48b136ca4a0221),
(0x278aad5cb36f0cfda407b32e6e6668a0, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/css/ui-bootstrap/jquery-ui.custom.css', 0, 0x00000000000000000000000000000000, 0x1936166c901945762accd61308b326a2),
(0xbb9a6e77d410d70af2d5e003c971eb7b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/js/jquery-ui.custom.js', 0, 0x00000000000000000000000000000000, 0x2dfb88323e2fc999041c5625ca30851e),
(0xf9cf62be55ddc6a6f7dab9c5e69c8630, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery-ui/js/jquery-ui.custom.min.js', 0, 0x00000000000000000000000000000000, 0xc4216422d6d1c46f2641c298cf373b05),
(0x8f0d2dd31dd61b283dc79bf0ff1c891c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery.js', 0, 0x00000000000000000000000000000000, 0x91515770ce8c55de23b306444d8ea998),
(0x8c9b04cbb0721b6bbfcadb47b7d560c9, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/jquery.min.js', 0, 0x00000000000000000000000000000000, 0x628072e7212db1e8cdacb22b21752cda),
(0xd456cb9eca9d101fb888fe6cc9744b80, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/numeral.de-de.js', 0, 0x00000000000000000000000000000000, 0xa15fbf3518bc3e853637121d87287cce),
(0x18334416114014a49cc1276139116ff8, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/numeral.js', 0, 0x00000000000000000000000000000000, 0x871db936a7f0e88cd830fda4bbb8ddd3),
(0x9c5823f88f0c4a33a6d249536c71e3de, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/lib/shims/array.filter.js', 0, 0x00000000000000000000000000000000, 0x7115dc38d4441db0ed20f4c161fd277e),
(0xc59aa83a4ca9585df6fbe733c747a79e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/package.json', 0, 0x00000000000000000000000000000000, 0x843a4889166ed7cd1970675282b7f0cd),
(0x8e707bde55e0c9ed1a3102be132103a3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/copypaste.js', 0, 0x00000000000000000000000000000000, 0x1ae029446d36becab310efadc20e9665),
(0x976a7a72adcdd475fabfbcc7d9b91b1a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/jquery.autoresize.js', 0, 0x00000000000000000000000000000000, 0x71692943a200ce70d0b3a2a4b7fa0d1c),
(0xccda850feee5c24499b36dfb48b0bdfd, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/json-patch-duplex.js', 0, 0x00000000000000000000000000000000, 0x34bfd5cd4b6c3deec48d4063b913dda0),
(0x628eaffe1e5631f9f001a08488643350, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/sheetclip.js', 0, 0x00000000000000000000000000000000, 0x2ce6899033ea9445c796c4011ec72170),
(0xed542c198c692c5d000c142c186a2bb3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/README.md', 0, 0x00000000000000000000000000000000, 0x582d9d1c7d1159e5576d7e6db04a6f21),
(0x6e1701563e638047d0cb72354ed0fb4d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/css/bootstrap.css', 0, 0x00000000000000000000000000000000, 0xb33f300a94618a82a3f849b90438de93),
(0x3d55a820a5e60a9f9810ef39aa357231, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/css/walkontable.css', 0, 0x00000000000000000000000000000000, 0x6c358061cbf0867abf97e15b9fc09852),
(0xc95b12bea905e1db2ccfaa53e2b816ad, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/index.html', 0, 0x00000000000000000000000000000000, 0xa9107fdccf33861fb41c85862d74263f),
(0xfbd460224827b6cbed11b67cd83c13b3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/index.js', 0, 0x00000000000000000000000000000000, 0x1a8e18719dbcee5a21e120c59612151c),
(0x5c9fdf2cb3ff160b4a4a162cc7e626bb, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/package.json', 0, 0x00000000000000000000000000000000, 0x062e156032c395cb0fa3ba63a0628051),
(0x52505c2766b50ff44d6ccb4bba542d02, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/3rdparty/dragdealer.js', 0, 0x00000000000000000000000000000000, 0x275ebebca6a2967a50245991b750556c),
(0x3efa1901201a95ee009c343f803f7e4d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/3rdparty/jquery.browser.js', 0, 0x00000000000000000000000000000000, 0x0b44dd17c9a6cd31196ad6a76ddbd164),
(0xaf0333ae2c724122c7858c2561c9513a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/3rdparty/jquery.mousewheel.js', 0, 0x00000000000000000000000000000000, 0xf77bd9ca0396c7a8672f536884b1e1aa),
(0xceea7d56d4158c8957eb3677bfcb4119, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/border.js', 0, 0x00000000000000000000000000000000, 0xcd006ff3dd15b1f1fe445cd360da8a19),
(0xe1e7418d71e2bf320b8ca99d4cfedeba, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/cellFilter.js', 0, 0x00000000000000000000000000000000, 0xf21914187f4a4b10ee22f96e73e27b16),
(0x3846870f94703eb8b7a61d882666bd8b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/cellStrategy.js', 0, 0x00000000000000000000000000000000, 0x6013b61e025ca8e27a3ca205012825b5),
(0x1d32127777720118cecf660218e72aac, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/classNameCache.js', 0, 0x00000000000000000000000000000000, 0x7d380253e9a1958fa3b84d38f020a3cd),
(0x6b89d0b8377c812737daf5406e779140, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/columnFilter.js', 0, 0x00000000000000000000000000000000, 0x6884f5cf9b5bec60efa3acfd8f354c1e),
(0x45a8e70dcabf0a7ff9a1f40d73a4e5d7, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/columnStrategy.js', 0, 0x00000000000000000000000000000000, 0x984fc8bb7d81963aac5780e525834f08),
(0xfa9eed5af33389b735b2f7d7af5ec87c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/core.js', 0, 0x00000000000000000000000000000000, 0xd271808ca93fd48539b02c197345defe),
(0x0308f5c2daba8529bad856393ac2ff18, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/dom.js', 0, 0x00000000000000000000000000000000, 0xd6379de575d013c1d3df8c1d533a71dd),
(0x16ba50357a49e4e2fd2e394aecd10d95, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/event.js', 0, 0x00000000000000000000000000000000, 0x3d5c447048596d4e1d3c831ce7b5fef1),
(0x092e6d94d29403f898043bb52bb1baf4, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/helpers.js', 0, 0x00000000000000000000000000000000, 0x7c8ef3ce3e9913272cb502c0d0535d95),
(0x8914514acb3c4878c6b490ea4445ff7d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/polyfill.js', 0, 0x00000000000000000000000000000000, 0xc37e55c88f435b7c5e2527794e703d82),
(0xfe7b9b367929c08205a00c722a2da5f2, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/rowFilter.js', 0, 0x00000000000000000000000000000000, 0xef3d66bc7bbc839aeace91cfe648c221),
(0xa7dce8a794bdf81145a94f5539ba7f7a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/rowStrategy.js', 0, 0x00000000000000000000000000000000, 0x0e6a123e862e075ce6d121c6ec11ae21),
(0x6962531ea945152c94ecd2af30a25a9e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/scroll.js', 0, 0x00000000000000000000000000000000, 0xf0dfc0c036eb3a6660c3ccf1488013de),
(0x71c7713e9b2b8b07275157c30559efc5, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/scrollbar.js', 0, 0x00000000000000000000000000000000, 0x178e55687a30dfb2dd06ea5774223ec5),
(0x321970a2b2bf36beb03d124fd8985f2b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/scrollbarNative.js', 0, 0x00000000000000000000000000000000, 0x8a1a9c403a0e30654127c419d4074d84),
(0x929d0704097464342edda757c11a8087, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/scrollbars.js', 0, 0x00000000000000000000000000000000, 0x8d0edcee5cbd2b8db9746e61156d6e1d),
(0xc84d89215b3f20e313a2540e1f606263, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/selection.js', 0, 0x00000000000000000000000000000000, 0xf20027a107da289a4ae5a724f16ce2c3),
(0x66bfffdd0a9fa440893063fe15d15ad7, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/settings.js', 0, 0x00000000000000000000000000000000, 0xd312402eea81345acd4d4e43bc281c68),
(0x72ff3310274f91641623e86bc753d5a9, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/table.js', 0, 0x00000000000000000000000000000000, 0x9161bbee0021d4d7394ad45c21fe2a0b),
(0xc62830f799be1365612d640755cb4d02, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/viewport.js', 0, 0x00000000000000000000000000000000, 0x8343080f34944b72d077539e9b9039a3),
(0xa4547341e73d07cc360e3736b37f4c00, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/src/wheel.js', 0, 0x00000000000000000000000000000000, 0x72283d0bf675c864651a2984c30bc3c3),
(0x2fd33244d6b155690d023ad0cf19381f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/SpecHelper.js', 0, 0x00000000000000000000000000000000, 0x42b68d3d59bc8f23bee30e144bd883d1),
(0xd2d3f8a0b0a0a4c98c29e7509ffecff5, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/SpecRunner.html', 0, 0x00000000000000000000000000000000, 0x38d75e6c7cf25c337eb80694297f96e5),
(0xc4b614a19ba9a505b91475c23b662a94, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine/MIT.LICENSE', 0, 0x00000000000000000000000000000000, 0xee4bc64f30f3e9d1aed570562d8713e7),
(0xe6545c3e7c5a7c09ffc76e68c09abe6e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine/jasmine-helper.js', 0, 0x00000000000000000000000000000000, 0xd3079505cc93f8b99ef9f45e685c5f4f),
(0x0c6bb4bb077b740fc23883cadae70ff5, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine/jasmine-html.js', 0, 0x00000000000000000000000000000000, 0x49f0dfd1034e504589cd8a54f105d04b),
(0x9f58bb65344f7cd254c50393d5cb560c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine/jasmine.css', 0, 0x00000000000000000000000000000000, 0x6d5f2eac2c0e5c4d882494e189814922),
(0x736a46e1426e2af96e532827337bb847, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine/jasmine.js', 0, 0x00000000000000000000000000000000, 0x38622df07f0470b16995ae93bbd41dc8),
(0x7b46c3d1b367813fa064fdc635d40746, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine/jasmine_favicon.png', 0, 0x00000000000000000000000000000000, 0xa165833061487789d9d008cc57571c25),
(0xd9b56f2a6dd4ac12d493fa1e3679689b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine/phantom-polyfill.js', 0, 0x00000000000000000000000000000000, 0xd9909ceff46b8fbceb1f0e1f2e686ccd),
(0xff732c3d3c2e3bb364d87d427f516ebf, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine/reporter.js', 0, 0x00000000000000000000000000000000, 0x46bf4cbd6bcecfe87c19456ffae2a4ae),
(0xb039dfd3216d7153387da49b6ccc15b0, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine-html-hacks.js', 0, 0x00000000000000000000000000000000, 0x7d39667faff3df71a8beefed0e136d60),
(0x8b9c49c7cd8e2332ca0181d8f1e97af8, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jasmine-jsreporter.js', 0, 0x00000000000000000000000000000000, 0x32e2de1c8275c57e8655f4a0e7a24861),
(0x7bf8fb8ef5618183f045fefc62d15f7d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/lib/jquery.min.js', 0, 0x00000000000000000000000000000000, 0x0b6ecf17e30037994d3ffee51b525914),
(0x2ac422ac3eaf2a99ee99a06b4a7b1859, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/cellFilter.spec.js', 0, 0x00000000000000000000000000000000, 0x8ad7c6994b7d8246729ecdba238a5f6f),
(0x7d78b3bdc1459079c481364473f52f58, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/columnFilter.spec.js', 0, 0x00000000000000000000000000000000, 0xe02c280878df345811ce0da419e61912),
(0x0ffbe03e52987935836dcf722ec311d3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/columnStrategy.spec.js', 0, 0x00000000000000000000000000000000, 0xc8e5f3e8dac28be2262ef0119068d897),
(0xaa223ce423a60fb9232825e5c6fad8af, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/core.spec.js', 0, 0x00000000000000000000000000000000, 0x852b178754ac2879d742c74e2bafc027),
(0xc1199be027d05e0a971b59cdadec137d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/dom.spec.js', 0, 0x00000000000000000000000000000000, 0xa5bb2aa9c7ac65f78b44ea06e810f999),
(0xe186c993485caad3ff2ef3771b3c9c90, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/event.spec.js', 0, 0x00000000000000000000000000000000, 0x0e437ec09e2564addcd8aaeba4895e2a),
(0x003c5853a5acbdad3b8d1c8c407f2ba5, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/helpers.spec.js', 0, 0x00000000000000000000000000000000, 0xe4d73c959be8cfd12415335a1f9a2ddc),
(0x318a780d22937fe9862956af463c1da3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/rowStrategy.spec.js', 0, 0x00000000000000000000000000000000, 0x49b9540108566513c96df4580b29717c),
(0xb1bc6efe1ac948ef909bf329c349f086, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/scroll.spec.js', 0, 0x00000000000000000000000000000000, 0xa4b9018615e95341d23c325e73b6ff53),
(0x4e927195b2e022bfbf9844c8213e4fe3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/scrollbar.spec.js', 0, 0x00000000000000000000000000000000, 0x63a09233ad3c7b24c8cd946a23410154),
(0x0b41ff79b8b54e4e1e3f74352fb6ad30, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/scrollbarNative.spec.js', 0, 0x00000000000000000000000000000000, 0x272e808ba3317f498d4671b6a34df86e),
(0x0e779ae0e1ac12a255b902bad0de4b88, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/selection.spec.js', 0, 0x00000000000000000000000000000000, 0x943cf1f44387c3892f3d62c47bd7f4f8),
(0x7ed9e51443f420343da75ea73f95b46f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/settings.spec.js', 0, 0x00000000000000000000000000000000, 0xbd501d9248cb5fd574364f971d69ec12),
(0x59991bdaefd89f27788a2a425283d4fe, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/table.spec.js', 0, 0x00000000000000000000000000000000, 0x13e238db07b22f1b2bde5cbb931a4e8b),
(0x197afb79741aae2b39d70b01cc101768, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/spec/wheel.spec.js', 0, 0x00000000000000000000000000000000, 0xbfdc7c6499e1d4390f59c70b2a64fd62),
(0xc6d6bd997bb8caffd423204f18524182, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/templates/SpecRunner.tmpl', 0, 0x00000000000000000000000000000000, 0xc37ca7dc95aac04fd4f7b313197ff9ca),
(0xd54a13dfb40fcc45458b3d5f934ad723, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/jasmine/test-init.js', 0, 0x00000000000000000000000000000000, 0x307fd6659091db38f71ad9ee5e0138d0),
(0x157521105f5186a02d08149500b46c36, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/performance/basic.html', 0, 0x00000000000000000000000000000000, 0x2c7f881140c4af32e1a942e17dccaf5d),
(0xcc20c53d2dfad59e3bcc2545c5e2da15, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/performance/basic.js', 0, 0x00000000000000000000000000000000, 0x2e20bc6b95b62299cb5b6e057cf3969a),
(0x3a18d62729c1f7624b4ebee69475bab2, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/performance/lib/benchmark.js/benchmark.js', 0, 0x00000000000000000000000000000000, 0xd6f5b66f3b27b8676bb11f623fdeee40),
(0x15e53fb643d8c9e40bdf04da002539e2, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/performance/lib/benchmark.js/nano.jar', 0, 0x00000000000000000000000000000000, 0x0ac5cb1baca151060061fcd091cade93),
(0xb46f2c1dd78d959564c2a2e018f5c22f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/3rdparty/walkontable/test/performance/run.js', 0, 0x00000000000000000000000000000000, 0x52faa5fcca6dd0a3f97f5b0bf4ddb81e),
(0x694fbfad00fa48e6a4f23ea66326de38, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/cellTypes.js', 0, 0x00000000000000000000000000000000, 0xd9e0af2de89afe3d4ea59de88a334b8c),
(0x470a07e8899bfa70741138b624d340eb, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/core.js', 0, 0x00000000000000000000000000000000, 0x5a22ab40f2f5168123edfc6e366bda60),
(0x28f9adc1a01fe51dd1f6561992cf94d0, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/css/jquery.handsontable.css', 0, 0x00000000000000000000000000000000, 0x0207a0c965b1b758f751ae019507ab08),
(0x10e255377cbad34129c59ab813474165, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/editors/autocompleteEditor.js', 0, 0x00000000000000000000000000000000, 0xc01ce15f4f5a11c565efbee71da051e4),
(0xb276aedf8b2568643a8c973fd25ec1b2, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/editors/checkboxEditor.js', 0, 0x00000000000000000000000000000000, 0xa9afa0750f758e1740819ed4ffadb30c),
(0x28410a991150e2b2240bd18dcbec1004, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/editors/dateEditor.js', 0, 0x00000000000000000000000000000000, 0xd2e17a5c638283e594743e6944885165),
(0xfd3584eeea6c81f5391a74aceb7e8c1d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/editors/handsontableEditor.js', 0, 0x00000000000000000000000000000000, 0x5c42a00aa9bed95a30186324ef715291),
(0xfe64976287601a795a8bf8e1da46997b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/editors/textEditor.js', 0, 0x00000000000000000000000000000000, 0xc1421ee436731e96c17bca699046a31c),
(0x5c5a931c4f2248071027694470a55077, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/helpers.js', 0, 0x00000000000000000000000000000000, 0xebeabb5ad316d36723a3b559eb149ae2),
(0x971e9e09d9686cdbac271179f183ec62, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/intro.js', 0, 0x00000000000000000000000000000000, 0x2b35e0670d2da5c622e8ad82757aaa11),
(0xffcc0ce328da0be23ba3df4f943c4178, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/outro.js', 0, 0x00000000000000000000000000000000, 0xecc8e0b80ba4b98f90448fb7be1a0233),
(0xba034af1da82b44ec78e7020a697946f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/pluginHooks.js', 0, 0x00000000000000000000000000000000, 0xeb54eff2af877daf8e3d44ce68e6cd14),
(0xdeab94b019e08654d202d455575f14bf, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/plugins/autoColumnSize.js', 0, 0x00000000000000000000000000000000, 0x5761fe88de041647ea4cf33b30c8bcc2),
(0xb3d5234a55b27aaefdb46c3da097d138, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/plugins/columnSorting.js', 0, 0x00000000000000000000000000000000, 0x5a373b57d01c2b412b78228c1a345151),
(0xdf69e4385316edf58af6717a60322295, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/plugins/contextMenu.js', 0, 0x00000000000000000000000000000000, 0x02fd26e36ac9da08673d3e7f0de2f456),
(0x2eacb9aed2b7784b62b602ce741638e3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/plugins/legacy.js', 0, 0x00000000000000000000000000000000, 0x8dc3dd3c47fe6edd35bae88419e64aba),
(0xf23544ce95b130d8d349bee9a41c1196, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/plugins/manualColumnMove.js', 0, 0x00000000000000000000000000000000, 0x2f1670d832b60b5eaba60dc66d4acc99),
(0xa147f5523374dffa4c27f54e3b4fa8eb, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/plugins/manualColumnResize.js', 0, 0x00000000000000000000000000000000, 0xe40f07c8de1f01f6358e2bf57cc546f3),
(0xf001d274271cc217b8f0d6e014fde6a3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/plugins/observeChanges.js', 0, 0x00000000000000000000000000000000, 0xf27cb55131ba0e05f37dac094be3d8e6),
(0x4fda4ffee7dc3d8fe5c2a5d31257d89e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/plugins/persistentState.js', 0, 0x00000000000000000000000000000000, 0x0e201c294871780faa652ebb06969bc6),
(0x4169da64c6ae225c7070cbe2bd119a81, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/renderers/autocompleteRenderer.js', 0, 0x00000000000000000000000000000000, 0xbe744a025dec7e1c97fb20a3a6e634ea);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xa8730576a08dcfe4a8744cf1f580b94c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/renderers/checkboxRenderer.js', 0, 0x00000000000000000000000000000000, 0x91edf80ab599d88c61e09ba426b0aeb0),
(0x0e616657891e6f3f4e0b392055fb5f9b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/renderers/numericRenderer.js', 0, 0x00000000000000000000000000000000, 0xdc6bad2a133d9eb62de9533591e06f5c),
(0xe79e69d9b4662987d4f83edcbf72e06b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/renderers/textRenderer.js', 0, 0x00000000000000000000000000000000, 0xa8023f418ddb98c68fda28b8e09f16e1),
(0xbafb4c8c38baac204592390128571164, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/selectionPoint.js', 0, 0x00000000000000000000000000000000, 0xfa8b05913c57163b1879eff907b50b39),
(0x7368bd95a30bc905dac3d7266b7781e4, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/tableView.js', 0, 0x00000000000000000000000000000000, 0x8bd45bc26d16fd105ddac41d203a75f7),
(0x4764b45fe2f120df707b3f8549d13f5a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/undoRedo.js', 0, 0x00000000000000000000000000000000, 0x6e53e4776a94d509344911f0b8f2f964),
(0x9b7c9336ddd10ded9a105ed8bd4074ea, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/validators/autocompleteValidator.js', 0, 0x00000000000000000000000000000000, 0x96186be67c041911d376dee4fa9fd9f1),
(0x6edd61037852a6b10db7cac60c5f068a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/validators/numericValidator.js', 0, 0x00000000000000000000000000000000, 0x4f5ea6ec3ebdbd964ececc2965a1590b),
(0xbbe779a830b0976ed8d8e325f59bc169, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/wc/x-handsontable-controller.js', 0, 0x00000000000000000000000000000000, 0xfd32a59deb0ea261014e40d7a1d08a2f),
(0xafd921add3c936ad8504fdb07e37e0f0, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/src/wc/x-handsontable.html', 0, 0x00000000000000000000000000000000, 0x9c6d2925a230cbef410aa3c94ab85c55),
(0x0d0fab9d37d91361b0a86cb2238f8e8a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/SpecRunner.html', 0, 0x00000000000000000000000000000000, 0x40117a37fb96c873a6649594dc728474),
(0xf2a862821f042ce912f4468d3d8decfa, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/css/SpecRunner.css', 0, 0x00000000000000000000000000000000, 0x6e41333e95187dc5a8acb3052a1ae446),
(0x11c082fc34d77b210b2101fa1e440108, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine/MIT.LICENSE', 0, 0x00000000000000000000000000000000, 0xee4bc64f30f3e9d1aed570562d8713e7),
(0xb0617c57a73514514195a020cafaaff4, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine/jasmine-helper.js', 0, 0x00000000000000000000000000000000, 0xd3079505cc93f8b99ef9f45e685c5f4f),
(0xc46f5e15c984693df5180fb3d5ca834c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine/jasmine-html.js', 0, 0x00000000000000000000000000000000, 0x49f0dfd1034e504589cd8a54f105d04b),
(0x777a6a48a57c51480bde6960f8540e1d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine/jasmine.css', 0, 0x00000000000000000000000000000000, 0x6d5f2eac2c0e5c4d882494e189814922),
(0xd996d4826453ea4b7772def788032c4b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine/jasmine.js', 0, 0x00000000000000000000000000000000, 0x38622df07f0470b16995ae93bbd41dc8),
(0x51a2e84ced5c033e6e8f4dc433102264, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine/jasmine_favicon.png', 0, 0x00000000000000000000000000000000, 0xa165833061487789d9d008cc57571c25),
(0xb6932147b0d37606d15884376e8effa3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine/phantom-polyfill.js', 0, 0x00000000000000000000000000000000, 0xd9909ceff46b8fbceb1f0e1f2e686ccd),
(0xfa94ac1e8b38defeb2574bcaf5e124a4, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine/reporter.js', 0, 0x00000000000000000000000000000000, 0x46bf4cbd6bcecfe87c19456ffae2a4ae),
(0x0ec54e7cfdc4ba53ee09b1ddbe0028b9, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine-extensions.js', 0, 0x00000000000000000000000000000000, 0x01d3c578a6c7e831c0532102201c4090),
(0xca3e6a28c7249ac2a63257fba2c0928d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/jasmine-html-hacks.js', 0, 0x00000000000000000000000000000000, 0x7d39667faff3df71a8beefed0e136d60),
(0x6f870b3acf7615dba1cc0e171d083669, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/lib/nodeShim.js', 0, 0x00000000000000000000000000000000, 0x8b1e4d7405c37e79f244e98d311d0757),
(0xff1c7637dffc416ecf0ca33fe6daef5a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/ColHeaderSpec.js', 0, 0x00000000000000000000000000000000, 0xfba2cc196bcaf71ec869269dfebe2fb2),
(0x9418c42e81a5cdff37761081a7109139, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_alterSpec.js', 0, 0x00000000000000000000000000000000, 0x4f7dc024b213f6ffa3ffcd5c9ecb2476),
(0xe0ebe4f5c1f3d103d1d9577fc110ca7a, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_beforeKeyDownSpec.js', 0, 0x00000000000000000000000000000000, 0x3d48b9ec80abae5fcfbc96ab864b332c),
(0xd48048c0b70d42b2ea1df3c42bcd381d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_beforechangeSpec.js', 0, 0x00000000000000000000000000000000, 0x019316aea438d425081a49285e75b0ab),
(0x35525253f5134e959b3d081e42d755c7, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_copySpec.js', 0, 0x00000000000000000000000000000000, 0x9535512810d998513f4c2d756a1168f5),
(0x20d2543d5056a821129f4d923e42cb51, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_countSpec.js', 0, 0x00000000000000000000000000000000, 0x24cf52ae91dc3e002f7b32e6ffcaca94),
(0xa484a5c6e8173b555a97a604fb8e4fe8, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_dataSchemaSpec.js', 0, 0x00000000000000000000000000000000, 0x27fbd1cd9a16192ca186d88968a06bcc),
(0xc86177c476c829087790868df83214a5, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_datachangeSpec.js', 0, 0x00000000000000000000000000000000, 0x1960f1f2a88109cc255cdfdc9c5f6552),
(0xebe0c5b7f17e122b92f9a57ba99cb354, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_destroyEditorSpec.js', 0, 0x00000000000000000000000000000000, 0xfa62536c541cffc691a58282c890147e),
(0xbc6a42bc0e6d1e664a153ff9d63287fc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_destroySpec.js', 0, 0x00000000000000000000000000000000, 0xa6c7589f5102160a477cf522041259ea),
(0xa911c86800bb9b925dde4911ae27c4f2, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_getCellMetaSpec.js', 0, 0x00000000000000000000000000000000, 0xf278651942cbc0ae5736a0dd9ab4beb9),
(0xfc09020918ba73895b1021095386a561, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_getColHeaderSpec.js', 0, 0x00000000000000000000000000000000, 0xa31ca074e6a1333029e24bc7925706fa),
(0x009d20fd70c5e26da197dd6a34090f4d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_getDataAt___Spec.js', 0, 0x00000000000000000000000000000000, 0xbda8f53addc82c1bcefc8f5a130bef84),
(0x39b0f625d517cb2974f0bf69f9b703ee, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_getRowHeaderSpec.js', 0, 0x00000000000000000000000000000000, 0x3a98ca8ee47ba1fad34d9ffedb7843b2),
(0xd46a78e6633290fec365263b9aceb9d8, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_initSpec.js', 0, 0x00000000000000000000000000000000, 0xb58fc564be56ca2f20371133f6406249),
(0xbbe0e70e0077234c2b96ec8502b706c6, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_isEmptySpec.js', 0, 0x00000000000000000000000000000000, 0x9f20bd5c7ffb5c97fe0ffc96c7c39d9b),
(0x823b55fd9da6b66957275b3e2466cb9f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_keepEmptyRowsSpec.js', 0, 0x00000000000000000000000000000000, 0x28c1f053525bb7cda2ef813a5d81b6cc),
(0x0b6c293362cf15d3f705e52b70b328c2, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_listenSpec.js', 0, 0x00000000000000000000000000000000, 0x81065942081e31bcda4633a8396591da),
(0xf304fcb6f0df1bbe34906a065c6b1d10, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_loadDataSpec.js', 0, 0x00000000000000000000000000000000, 0xf99ed5a72c4d7172c8a300feee6810e7),
(0xe16738277e5ca9ff0b23b9f53a469b6c, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_onKeyDownSpec.js', 0, 0x00000000000000000000000000000000, 0x1d020b6743c9c0f9a7effd89fb389d99),
(0x3357b479e0f616624a8d53639be77a7e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_pasteSpec.js', 0, 0x00000000000000000000000000000000, 0x8463906c963487f87cc36830268697c3),
(0x477e55df9e3caf527dbd732df4c03cfa, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_populateFromArraySpec.js', 0, 0x00000000000000000000000000000000, 0x042d66843abacf15acd19028d4690adb),
(0x4b37ec8b1e2dc0cde2b231eb70861736, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_renderSpec.js', 0, 0x00000000000000000000000000000000, 0xd9b9dd9438ac1cc2e11be512a0d096ed),
(0xc3f235bdb003318dd2605fad4bf0834b, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_selectionSpec.js', 0, 0x00000000000000000000000000000000, 0xc8b2270d4c6b9c2c46e242653deffd27),
(0x6b669e0e1572a8e51900671aa8d9db91, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_setDataAtCellSpec.js', 0, 0x00000000000000000000000000000000, 0xdd0fb6ff19831588ba0c5aef860da18e),
(0xf64ee117c410cfba9ed8286c265a4235, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_spliceSpec.js', 0, 0x00000000000000000000000000000000, 0x7dd15528b8984f7656c40835614d0a38),
(0xb78154fedf0267f81fddefd9f4cb67af, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_updateSpec.js', 0, 0x00000000000000000000000000000000, 0xdfff959cf3013cf23bbbe115b970e957),
(0x7c9f8ff32f060aad052b618b6f4f5a5d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_validateSpec.js', 0, 0x00000000000000000000000000000000, 0xc3d97d31324f37ac4d816ef7dfd24aa2),
(0x1b8da84d98a9f06747ac3481c8f19644, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/Core_viewSpec.js', 0, 0x00000000000000000000000000000000, 0x773df4339ea4cde1b2761f667314a4f8),
(0x8a6b596b2e40a8fec61d299badb5cb6d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/FillHandleSpec.js', 0, 0x00000000000000000000000000000000, 0xebe774a31980e89b074f868d9cea44a0),
(0xcd163194091c0e1dd312b06043886105, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/PerformanceSpec.js', 0, 0x00000000000000000000000000000000, 0x7312e7df7a7bd20ef8b64d817d9d139c),
(0x0711857364f54f9412014072461e827d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/RowHeaderSpec.js', 0, 0x00000000000000000000000000000000, 0xb2756afb69bde92640d2ce1e1815f7ba),
(0xe0d81e1db52b8c54d856780112e6dbc8, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/SpecHelper.js', 0, 0x00000000000000000000000000000000, 0x1d936397fe56da5f70df2d1cdb9905c8),
(0x7828d2218b17ce3ee33339e2caf77847, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/UndoRedoSpec.js', 0, 0x00000000000000000000000000000000, 0x536bb8e45c0d996042bfb8d7dae625d2),
(0xe78d1462d2bd5b49f0b9ede6f633ba18, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/editors/autocompleteEditorSpec.js', 0, 0x00000000000000000000000000000000, 0xc66e236f293170d5583922c55571811c),
(0x8c4e70864b788923d921366d95a59cb4, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/editors/dateEditorSpec.js', 0, 0x00000000000000000000000000000000, 0x5872ec22f10be4df9cfe2a86a6f820fd),
(0x9e94c0f7bb05d68bd60baab1ae501dc3, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/editors/handsontableEditorSpec.js', 0, 0x00000000000000000000000000000000, 0x7a4449098be334d64ba3159d1414dae4),
(0xb6a9bcf07c95f37b7d3fe13a2c91760e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/editors/numericEditorSpec.js', 0, 0x00000000000000000000000000000000, 0xf8d1e2c06ccd4626503333375036814d),
(0xf3a202a6ab9c7cc3a83426198d92290e, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/editors/textEditorSpec.js', 0, 0x00000000000000000000000000000000, 0xcb421b1db6917fba4da1478bdcf53c5d),
(0x881db4dae8d30483e4909997d06bbd1f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/extensions/removeRowSpec.js', 0, 0x00000000000000000000000000000000, 0x735a64e95f52809b13a11a6a2fbc3984),
(0x2d71a7e740942e7746e4250b79b17787, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/plugins/PluginHooksSpec.js', 0, 0x00000000000000000000000000000000, 0x6f85eb8d04260f8327d8c558b80dc755),
(0x704b70694b795b1343cc0f69e18d0581, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/plugins/autoColumnSizeSpec.js', 0, 0x00000000000000000000000000000000, 0xcfacc346b350807524233d17922e5435),
(0x8647ec02fbd46d8799ee9ab28327fecf, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/plugins/columnSortingSpec.js', 0, 0x00000000000000000000000000000000, 0x7037980550ead72c0169167297183cf4),
(0x55b31b7e8ab7186573bf254ef519e322, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/plugins/contextMenuSpec.js', 0, 0x00000000000000000000000000000000, 0x108f09613732867b4f2475d639452326),
(0x608d81fc06ff11a7be2ccc59c43d86fb, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/plugins/manualColumnMoveSpec.js', 0, 0x00000000000000000000000000000000, 0xbc8d72fc46b0c66e67e47766d709ddcd),
(0xafc689e853288ce55c46b8fd9abcdcdf, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/plugins/manualColumnResizeSpec.js', 0, 0x00000000000000000000000000000000, 0x4dba5be258a3b038c18219a56ef8ef65),
(0xbe34eea7c5acaa269459e5caafd11262, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/plugins/observeChangesSpec.js', 0, 0x00000000000000000000000000000000, 0x6f2139984fd3c01afb87733ba8c47227),
(0x3d7db7dcf52b6890f5e65d7bc743b9f9, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/plugins/persistentStateSpec.js', 0, 0x00000000000000000000000000000000, 0x7dd426c8f0ef5de809b7f582bda0886b),
(0x3b9b7f0fa1dedd40c3039ce95c6261f8, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/renderers/autocompleteRendererSpec.js', 0, 0x00000000000000000000000000000000, 0x963cc9de44c158440f7c07d931e3b473),
(0x74c96ada06002a4f896594e196168cdc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/renderers/checkboxRendererSpec.js', 0, 0x00000000000000000000000000000000, 0xecca27383acae127c48a90c1aa628b97),
(0x22791cb3050239b7aaa8a3c9f9ff13c0, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/renderers/numericRendererSpec.js', 0, 0x00000000000000000000000000000000, 0xb96e04f7d3b55eea2b680fa798a9289f),
(0xb91cff9dac3181a2803a96c8fe3cbd25, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/renderers/textRendererSpec.js', 0, 0x00000000000000000000000000000000, 0x1e5e519e165621f0313db8d34015dd77),
(0x2bbf9f006be755787a6d9e593204bc32, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/settings/editorSpec.js', 0, 0x00000000000000000000000000000000, 0x983c46e6b6c3cf08778a2436e7ea9216),
(0xaeeb56805b96160168296777be8dd5e6, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/settings/fragmentSelectionSpec.js', 0, 0x00000000000000000000000000000000, 0xeb32241b125d8d28b8f1328be9d1fcf5),
(0xf218a93b766e5f14956872993eab51cc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/settings/heightSpec.js', 0, 0x00000000000000000000000000000000, 0x11657660c0ff1dfdb75ef7e81f23888d),
(0x38c37f7952b3e01ef8683b9c266c34bc, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/settings/rendererSpec.js', 0, 0x00000000000000000000000000000000, 0x295846b754a1fdbeac4e438d0273b74c),
(0x351cb994d9ba76fdc33952ce893c5faa, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/test-init.js', 0, 0x00000000000000000000000000000000, 0x307fd6659091db38f71ad9ee5e0138d0),
(0xe3b49e692839f669ebc7c610b711fe23, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/spec/validators/numericValidatorSpec.js', 0, 0x00000000000000000000000000000000, 0x8024859421604563880cdac4a975de72),
(0x597fc1e8eb7109b401703463b4119e50, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/jasmine/templates/SpecRunner.tmpl', 0, 0x00000000000000000000000000000000, 0xc37ca7dc95aac04fd4f7b313197ff9ca),
(0xeccba9f73d78c3e87c27d1938493065d, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/performance/lib/benchmark.js/benchmark.js', 0, 0x00000000000000000000000000000000, 0xde32594d31f668ce24fecd4ba7c1dd1d),
(0x24e56810d060fedbeccc1da1f297840f, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/performance/lib/benchmark.js/lodash.js', 0, 0x00000000000000000000000000000000, 0x080448c85c75a534608f5d563ccec3b3),
(0xf1c76aad570b9b60dc3a34d79ddfda65, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/performance/render.html', 0, 0x00000000000000000000000000000000, 0x51df7727351273c013e2e53862330f63),
(0x39f2226ca7d64e70d4a5802169ac8d46, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/performance/render.js', 0, 0x00000000000000000000000000000000, 0x94221fbe3320eedfcb0461f8365c3cb7),
(0xb0e48205adf328d0823955d8f444e1e0, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/performance/run_phantomjs.js', 0, 0x00000000000000000000000000000000, 0x2f1ea7674274f3d009e603c79feb063d),
(0xfadf842440ad2bbb4b731cee448e2171, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/performance/textRenderer.html', 0, 0x00000000000000000000000000000000, 0x802b2005804bc6f701f3fcf1f4a07eb4),
(0x79471a22d60d66a7df543e5294125431, 'wp-content/plugins/easy-tables-vc/assets/lib/jquery-handsontable/test/performance/textRenderer.js', 0, 0x00000000000000000000000000000000, 0x6089718d7f1ece9dd7f4936d6ed3af78),
(0xe45b2152d36c744da4a2cb8423281e28, 'wp-content/plugins/easy-tables-vc/changes.txt', 0, 0x00000000000000000000000000000000, 0xdba62bca433fcfef80a6a1db792de2c7),
(0xfd63e973df2d3745f24a74aad8270cc8, 'wp-content/plugins/easy-tables-vc/credits.txt', 0, 0x00000000000000000000000000000000, 0x45119863bb87b61fcb2cc84534ad7b7c),
(0xaf6846c4b471137abf433a20a2de90ca, 'wp-content/plugins/easy-tables-vc/index.php', 0, 0x00000000000000000000000000000000, 0x17aebd1c7108da355eeaf1ecada871a5),
(0x865db027d1cb22f7ab488961bac6a1f4, 'wp-content/plugins/easy-tables-vc/lib/templates/templates.html.php', 0, 0x00000000000000000000000000000000, 0xce2299a48ee3db2432cfc86f85029452),
(0x70e7e20bfd77c8838e971c8364d57cef, 'wp-content/plugins/easy-tables-vc/lib/templates/vc_table.html.php', 0, 0x00000000000000000000000000000000, 0x123028965e25c991376425314701b81b),
(0x41c5d0c994eff435494d3d8f947f21b6, 'wp-content/plugins/easy-tables-vc/lib/vc_table_manager.php', 0, 0x00000000000000000000000000000000, 0xbe869c0efbfe6c529fc8deaba8350adc),
(0xc76fd06f086d6cac6812b228183c32e8, 'wp-content/plugins/easy-tables-vc/lib/vc_table_param.php', 0, 0x00000000000000000000000000000000, 0xb26a509d0f3ca4274b6ffd0c152c4e79),
(0x9d075ea0821374bde7f521176edc9a29, 'wp-content/plugins/easy-tables-vc/lib/vc_table_shortcode.php', 0, 0x00000000000000000000000000000000, 0xe57d141e08e4e9979a8c70aeb00e2952),
(0xe59ef6183ea317eafcb5b35359079a72, 'wp-content/plugins/easy-tables-vc/resources/themes_icons.psd', 0, 0x00000000000000000000000000000000, 0x04a4c50749fc345567d9e5ff0d8eb564),
(0xb0e9cb715eddb6598abeafadced641c9, 'wp-content/plugins/easy-tables-vc/vc-table-manager.php', 0, 0x00000000000000000000000000000000, 0xda7c0bdd851841a2ef7781d4b48e2009),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', 0, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850),
(0x3785bd27234e93f73da352e07f49d493, 'wp-content/plugins/iwp-client/ZeroClipboard.js', 1, 0x00000000000000000000000000000000, 0x15c3749afed4c6f99de28a7e2ca9a31d),
(0x5270af72ef94ca424f5ac3136f8cd7e0, 'wp-content/plugins/iwp-client/ZeroClipboard.swf', 1, 0x00000000000000000000000000000000, 0xe6e71187b967f87fff3a7dc324b202b3),
(0x6cbde69f2307e461204c6df813093d6b, 'wp-content/plugins/iwp-client/activities_log.class.php', 1, 0x00000000000000000000000000000000, 0xad350d3ab2290f3daa7cb9d3d8a17835),
(0xf857f5782943f57e0c5bd586079710ba, 'wp-content/plugins/iwp-client/addons/backup_repository/backup_repository.class.php', 1, 0x00000000000000000000000000000000, 0x25f208e3b33943406598ab65aecfd9b2),
(0x7572344763852c7c25d4c9a4b4f86abb, 'wp-content/plugins/iwp-client/addons/brokenlinks/brokenlinks.class.php', 1, 0x00000000000000000000000000000000, 0x1aeea3bc8d944b1f59dbb674b789cd7e),
(0xf2cad3b8f741f487a5a2b8b0c18b1112, 'wp-content/plugins/iwp-client/addons/comments/comments.class.php', 1, 0x00000000000000000000000000000000, 0x51769d4e27dfb1a19639dc3018db65a6),
(0x8c381a9271446d8c4cc496dbb3d423a5, 'wp-content/plugins/iwp-client/addons/file_editor/file_editor.class.php', 1, 0x00000000000000000000000000000000, 0x9ad2c6b17ebd5407ff1fb6b400c7d524),
(0x98d9ea592d651dd07add6ce0c975260b, 'wp-content/plugins/iwp-client/addons/google_webmasters/google_webmasters.class.php', 1, 0x00000000000000000000000000000000, 0xae4a7f5943f205addb3330eda9ff18dc),
(0xe3cc7813c346b951e89d3044b025da81, 'wp-content/plugins/iwp-client/addons/manage_users/user.class.php', 1, 0x00000000000000000000000000000000, 0xdd01e88c2b52b3ac17e111bdac93f52b),
(0x36681ecb16e88e43084421e1550edfb7, 'wp-content/plugins/iwp-client/addons/post_links/link.class.php', 1, 0x00000000000000000000000000000000, 0x569c141c8396389caff0049b7d992567),
(0x9299be9846a77059f7624c4164b1df48, 'wp-content/plugins/iwp-client/addons/post_links/post.class.php', 1, 0x00000000000000000000000000000000, 0x3d66ebb4d3963236abb003041e8260c0),
(0xfcd943c106153322e1ab1367f044717e, 'wp-content/plugins/iwp-client/addons/wordfence/wordfence.class.php', 1, 0x00000000000000000000000000000000, 0xe8f2e97f4de87f6ed675a317304310b1),
(0x57c069ece7b74e42f9687789ac7a802b, 'wp-content/plugins/iwp-client/addons/wp_optimize/optimize.class.php', 1, 0x00000000000000000000000000000000, 0x76c34d0af65a140b0a553eea428bcb47),
(0x0f7452b0fbb0ce2e6f96514d75ae10e8, 'wp-content/plugins/iwp-client/addons/yoast_wp_seo/yoast_wp_seo.class.php', 1, 0x00000000000000000000000000000000, 0x1793a4eb7c566577b27601bfc19ba883),
(0x7bfbd0052fb65a6325cb892914397fb2, 'wp-content/plugins/iwp-client/api.php', 1, 0x00000000000000000000000000000000, 0xce24adb62cd1ab31bb406d936e438c00),
(0xd4e977c475e6a7e293e73fdb05de807a, 'wp-content/plugins/iwp-client/backup.class.multicall.php', 1, 0x00000000000000000000000000000000, 0x26f7babd59c6df4b151d3c5fa2f5177f),
(0xf8faa7d0536de835b7a8cfb8092353f0, 'wp-content/plugins/iwp-client/backup.class.singlecall.php', 1, 0x00000000000000000000000000000000, 0x953cb9a8bc4cc12b3f5cffd630996e05),
(0x6f3f84ae3382f9e68559dfe57c901aca, 'wp-content/plugins/iwp-client/core.class.php', 1, 0x00000000000000000000000000000000, 0xa6ce2f5667b926896549b88f08e637e3),
(0x5a79f2a07d8fe4cc242cabffbd917126, 'wp-content/plugins/iwp-client/helper.class.php', 1, 0x00000000000000000000000000000000, 0x43d864e5d6b308484e923e7a1f1cd9f9),
(0x90ace3eaf43fb230c4f1c4ecbe94e448, 'wp-content/plugins/iwp-client/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x85ff0f22d0711af243594a92f7d3f305, 'wp-content/plugins/iwp-client/init.php', 1, 0x00000000000000000000000000000000, 0x514f58e4e9bfc990a906d9828ed007f6),
(0xf5753adf81136fd803cd00ce0e6a7ba7, 'wp-content/plugins/iwp-client/installer.class.php', 1, 0x00000000000000000000000000000000, 0x370feb701f1190d1cb792288509a1e97),
(0x1b837e66621b03329a3748ca8388249d, 'wp-content/plugins/iwp-client/lib/Google/Auth/Abstract.php', 1, 0x00000000000000000000000000000000, 0xaf540b7104ba692c7e13fa66e700f409),
(0x8d8e190db605eb117fe9154c67313786, 'wp-content/plugins/iwp-client/lib/Google/Auth/AssertionCredentials.php', 1, 0x00000000000000000000000000000000, 0xfe40f73ada4bbdb36fe40fb433e450aa),
(0x13a58dd260205a7181f519e372998649, 'wp-content/plugins/iwp-client/lib/Google/Auth/Exception.php', 1, 0x00000000000000000000000000000000, 0x95d0148cd1f4480401e969a71a6c5705),
(0x064d90b921de6242c83693f0b1c7e97d, 'wp-content/plugins/iwp-client/lib/Google/Auth/LoginTicket.php', 1, 0x00000000000000000000000000000000, 0x806845e29c2c3895773ef4d9908c50db),
(0x9646299a9548bd424c219c1c6d24214e, 'wp-content/plugins/iwp-client/lib/Google/Auth/OAuth2.php', 1, 0x00000000000000000000000000000000, 0x775948cbea8c8eea6f39fabb8d3f49b5),
(0x24e98332684f1249d4ecac1da4b60ed0, 'wp-content/plugins/iwp-client/lib/Google/Auth/Simple.php', 1, 0x00000000000000000000000000000000, 0xa4db222555ed47d4fd9b9ab682286914),
(0xf50dec3c437c10d3fc51b4f8c890cc24, 'wp-content/plugins/iwp-client/lib/Google/Cache/Abstract.php', 1, 0x00000000000000000000000000000000, 0x6f3e0d516ad9aa199460187e1a9bd9de),
(0xa8603e9ecdec62c8ea2453b6dd0b5d77, 'wp-content/plugins/iwp-client/lib/Google/Cache/Apc.php', 1, 0x00000000000000000000000000000000, 0xa7b5116c836abdc0a82256d6f75fc2d9),
(0x7b9fea55d286f157f83860bbf9faa7df, 'wp-content/plugins/iwp-client/lib/Google/Cache/Exception.php', 1, 0x00000000000000000000000000000000, 0xbc46f0dcf98d15e8565537b4e8aa4067),
(0x10224b135e315d1a3e831e98eca40b7f, 'wp-content/plugins/iwp-client/lib/Google/Cache/File.php', 1, 0x00000000000000000000000000000000, 0xc5e53a38d1f9bb76a6b343b68c72aef5),
(0x74ea6dce116a21f03d15317817529b7f, 'wp-content/plugins/iwp-client/lib/Google/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0x5f55ed2766ca58c86400e38c390128ad),
(0x114182235925e868f36637d77e233414, 'wp-content/plugins/iwp-client/lib/Google/Cache/Null.php', 1, 0x00000000000000000000000000000000, 0x614935d60d595abef7acb3fb794498dd),
(0x712819774551973aefc056f5e14d1a34, 'wp-content/plugins/iwp-client/lib/Google/Client.php', 1, 0x00000000000000000000000000000000, 0xfd501580944ac32ac683fc8e8871c1d6),
(0x5eeac503695c0c328bd59743059f8267, 'wp-content/plugins/iwp-client/lib/Google/Collection.php', 1, 0x00000000000000000000000000000000, 0x1a551aa011edb64818be5b70b3b70ad6),
(0x614347808c0fc5a0e4a83ce4851ba39a, 'wp-content/plugins/iwp-client/lib/Google/Config.php', 1, 0x00000000000000000000000000000000, 0xef22a2cad88dbd37da42e0c6c792cb96),
(0x888706b7eccae3e5d7f25060d047935b, 'wp-content/plugins/iwp-client/lib/Google/Exception.php', 1, 0x00000000000000000000000000000000, 0xbce471bd132f2d3cec0e58bc91d851c4),
(0x60a2456d6221e118d2a883aea69f6df3, 'wp-content/plugins/iwp-client/lib/Google/Http/Batch.php', 1, 0x00000000000000000000000000000000, 0x53c271954d9c08cab6b38d97afc2da0f),
(0xe81f9056d2cb061e45b2b2abcd436307, 'wp-content/plugins/iwp-client/lib/Google/Http/CacheParser.php', 1, 0x00000000000000000000000000000000, 0x4c5d7767b9dce7385be19974d85cdb4c),
(0x62f3dbafe466202475ad87171179d938, 'wp-content/plugins/iwp-client/lib/Google/Http/MediaFileUpload.php', 1, 0x00000000000000000000000000000000, 0x58b0b34aa26c0f3597dd913ddf712fa5),
(0x9f8b7694f820618517d8d75f268728b8, 'wp-content/plugins/iwp-client/lib/Google/Http/REST.php', 1, 0x00000000000000000000000000000000, 0xf40132ef2c3610955d360e75e1c8208e),
(0xede9ee0c96580b6b0306194d8aa4d6fb, 'wp-content/plugins/iwp-client/lib/Google/Http/Request.php', 1, 0x00000000000000000000000000000000, 0x23dca2a71fb8700dcbc718f308b2881e),
(0xeae1b505d417f3832e595ed8bfd8d670, 'wp-content/plugins/iwp-client/lib/Google/IO/Abstract.php', 1, 0x00000000000000000000000000000000, 0xd9e099949029788053ec9cca4dee4134),
(0xd1b1f8445dd4599149cbafe4de7ca6ff, 'wp-content/plugins/iwp-client/lib/Google/IO/Curl.php', 1, 0x00000000000000000000000000000000, 0x23f03ee71827df28849aee74a6547850),
(0x0ea49f36847415491c52f039697b089f, 'wp-content/plugins/iwp-client/lib/Google/IO/Exception.php', 1, 0x00000000000000000000000000000000, 0x4c9eb979878402bfe3393fce810c283a),
(0xa06ae896e67dd0874ca54a0ac4464639, 'wp-content/plugins/iwp-client/lib/Google/IO/Stream.php', 1, 0x00000000000000000000000000000000, 0x965c5eae1cc844116efb963a81845e83),
(0xae4dd5f81e1f3e6ed7f78dfb2ff2d556, 'wp-content/plugins/iwp-client/lib/Google/IO/cacerts.pem', 1, 0x00000000000000000000000000000000, 0xea80c8b262513db6db2c4fa3e3d1c3ab),
(0xf68246a91fd76886659f635942d39485, 'wp-content/plugins/iwp-client/lib/Google/Model.php', 1, 0x00000000000000000000000000000000, 0x3e8612d81017e25d461592124274731c),
(0x4eeea8c67cd1ae1cbcd8ee8b3043ac2f, 'wp-content/plugins/iwp-client/lib/Google/Service/Drive.php', 1, 0x00000000000000000000000000000000, 0x9b7c7f5255fa2957479b958a1dce8561),
(0xe23ffa2028c0090d946a0ec3e3020048, 'wp-content/plugins/iwp-client/lib/Google/Service/Exception.php', 1, 0x00000000000000000000000000000000, 0xad9342b8b7f8600ce267593e0793d73f),
(0x9021c63e296cdff57fe37b0dd2b7965f, 'wp-content/plugins/iwp-client/lib/Google/Service/Oauth2.php', 1, 0x00000000000000000000000000000000, 0x90c6590995a6318fde62efa6b3622a1a),
(0x9a176bd7ab74c194e3be2590e0e39739, 'wp-content/plugins/iwp-client/lib/Google/Service/Resource.php', 1, 0x00000000000000000000000000000000, 0x6beda2b32f6ce73ad749f666755fa94e),
(0xc717d8422f033bfb6d659f89acd1c175, 'wp-content/plugins/iwp-client/lib/Google/Service.php', 1, 0x00000000000000000000000000000000, 0x621f991877aa2d38cbd78b63c83ade0f),
(0xdfac669f2aa8fc0b68f0eaa36575cd6e, 'wp-content/plugins/iwp-client/lib/Google/Signer/Abstract.php', 1, 0x00000000000000000000000000000000, 0xf86c739ebc3fdada6c459e27a03a4d9a),
(0x98059dee77c7f60a993ef11b7236f314, 'wp-content/plugins/iwp-client/lib/Google/Signer/P12.php', 1, 0x00000000000000000000000000000000, 0x61465f3f2e2116b230c0a54a50a11b0d),
(0xc5f041d317dd9da72e35f64fccae64f2, 'wp-content/plugins/iwp-client/lib/Google/Utils/URITemplate.php', 1, 0x00000000000000000000000000000000, 0x7f176fb10ee1e317bb5652a266cf0808),
(0xae1fccb405d4e149d79dc816776cc63d, 'wp-content/plugins/iwp-client/lib/Google/Utils.php', 1, 0x00000000000000000000000000000000, 0x2a6f6185e38e969b2912fb194c2bea6b),
(0x5964d8f51a3843b780c69eb34a026618, 'wp-content/plugins/iwp-client/lib/Google/Verifier/Abstract.php', 1, 0x00000000000000000000000000000000, 0xfa7254d03518ce08fbbe6637738ea2a8),
(0x8afd6abc9d78258ba2afb2cf350d64ad, 'wp-content/plugins/iwp-client/lib/Google/Verifier/Pem.php', 1, 0x00000000000000000000000000000000, 0x6a8bfa9f4d0ab67e28dc9d2abadcbf8e),
(0xb1476c28db02ff06860f00cae15892f7, 'wp-content/plugins/iwp-client/lib/amazon/autoload.php', 1, 0x00000000000000000000000000000000, 0x0738969f72207188e1702b9b659bbd44),
(0x3f323d51101434ab84a5ce89dcd0f50b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Aws.php', 1, 0x00000000000000000000000000000000, 0x9ab5e689b736b43db5718540d4adab0f),
(0xff736a031767d15f9854a98aa13bf7ad, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php', 1, 0x00000000000000000000000000000000, 0x1ac85bb3f2420604a47d6e444c30a181),
(0x596dcd8ccb9c7cf67fa663029e9742a5, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php', 1, 0x00000000000000000000000000000000, 0x5a61efc9049bfd97dc96532709ca82d2),
(0x31e6fbc65454ede1d9067543e19f40ac, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php', 1, 0x00000000000000000000000000000000, 0xde09c71fa301d4290df835732a2aceb0),
(0x3bac309754727b464b774f2efe22e8c8, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php', 1, 0x00000000000000000000000000000000, 0x3059bc8591ad8fa04506bc7a81fa8177),
(0xeee35e64376e1550c862e1b2b8e2c839, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php', 1, 0x00000000000000000000000000000000, 0x12e856dbc70e0940b5dbdf5b3dc0ab4f),
(0x7dd06e0d38038ca4e19caf4cb750acc6, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php', 1, 0x00000000000000000000000000000000, 0x93a776ab4202a8fc2a102c4d179b47c8),
(0xdb846c2bfd8737fc307cb8e7ff88556f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php', 1, 0x00000000000000000000000000000000, 0x2e5b5ba39571980ff6cc05a91c7d3b71),
(0x7e44561e0e1444f5a2ad6c258d0b425f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php', 1, 0x00000000000000000000000000000000, 0x8b20aec78541691e3e4f2f8e9784e49c),
(0x27b9a5ed16ed3ff5b61ef28e95aa49b3, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php', 1, 0x00000000000000000000000000000000, 0x0df7c707dc8138681ba1047ff3720bd0),
(0xcf6fc8f96548d978375c244acb057e01, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php', 1, 0x00000000000000000000000000000000, 0x04d6cfa4f58293b08fe2bc065ff9b88f),
(0x602756333ab71f106b778a6a0a89a890, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php', 1, 0x00000000000000000000000000000000, 0xd3fc902e9e5e2311fc3aaf3e63d8b76c),
(0x2d43536cdc17d0e83bae72e245a2cf0e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php', 1, 0x00000000000000000000000000000000, 0x19e615264596920d7b3c990127ca7e1d),
(0x0b0b15f483cfe0d5c237925ef43e3381, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php', 1, 0x00000000000000000000000000000000, 0x20d54b02813a419a42c8ba7f0463ff2b),
(0x1efa44e5c04c01a34d3eb7406fbb4590, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php', 1, 0x00000000000000000000000000000000, 0xbe68dc341a1ec08b22bea10c4fe6617a),
(0xc162f3f1ddc4dd1065c28187c85543e2, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php', 1, 0x00000000000000000000000000000000, 0xdc7aeade9d72e4ce73d67c9119aa6b3f),
(0x75156994c0b1c30c9f7a791515622e51, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php', 1, 0x00000000000000000000000000000000, 0x8670602ae46317d65d60ac941aebc9a9),
(0x2ab7bbfa51d51325ff5488f0ea491d70, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php', 1, 0x00000000000000000000000000000000, 0xcca4bfb51775068b3c6f5c620238867e),
(0xfbc3d5709ae1fc29c34be6bc9d08b091, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php', 1, 0x00000000000000000000000000000000, 0x6deebed264a7f0ef95003077084f51eb),
(0x534234e601335061d3c395f7de71e1ea, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php', 1, 0x00000000000000000000000000000000, 0xf103de2706e551206a225f01c2df5891),
(0x6de603fbf66f7235458cee7d62020219, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php', 1, 0x00000000000000000000000000000000, 0xec13941248f06f6aea8fdd63233c4814),
(0x5a21979d2b4f9489e618f34eb7075e27, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php', 1, 0x00000000000000000000000000000000, 0x7ee682035a66cca17295e21f7b504cfd),
(0x46a36313758ae44afe3b6eb93a6a2051, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php', 1, 0x00000000000000000000000000000000, 0x0d0257cff21098d22acb4420a2fb8a93),
(0x15782647c2462433a983cad61aa4fa56, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php', 1, 0x00000000000000000000000000000000, 0xe0ee01891532aa5e3ef4ec6b2e2d2c17),
(0x798b131a37016eb0f84010d0feb5ebd6, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php', 1, 0x00000000000000000000000000000000, 0x87b47664dd858d7109b537bdb7125d17),
(0x78b6b580d6b163adbf89a279d65e0d46, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php', 1, 0x00000000000000000000000000000000, 0x1f2450cb6a961d2664e0de17d730b54b),
(0x456bad3531805a5c93dd7b7ab4dffb62, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Enum.php', 1, 0x00000000000000000000000000000000, 0x786f3143fa21053cf20b10a54cb36c92),
(0xc65a8136da8e11baffa592cf086fab24, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x795d7148ba6a57f624c1f89be968ec95),
(0x5dff9730820de72815747693b45d2e39, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php', 1, 0x00000000000000000000000000000000, 0x01ba5cf52b554ac7cad06c3cd66d3b68),
(0x1fdf94f56853718f39ce1e3488c85c6d, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php', 1, 0x00000000000000000000000000000000, 0x3c3faba7e7ae64e8702d5733a2b7529a),
(0x209b529e0eaad1ae977fb3cca3dc6271, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xf1de9510ca5786203b0c3ff295683499),
(0xad00d8a03f8db841c0567055f9652644, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php', 1, 0x00000000000000000000000000000000, 0x6792f72f04454540f8247fb65e4e9bc7),
(0x430dbb3f89461a87c7bac43588e91d6c, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php', 1, 0x00000000000000000000000000000000, 0x83a1065c56a44165d2ce422805446e0e),
(0x9da49fb8160599b4a08adbaae7e7612d, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x021b081ae01db06b3d27f5f5ecfa5397),
(0xbe779078529c9116beee9821037bad6b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php', 1, 0x00000000000000000000000000000000, 0xba059997579d0a1b4d99a8460e8a33c8),
(0xfe81db9ba5e53824b960ea932e4fc723, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php', 1, 0x00000000000000000000000000000000, 0x4eca36383e8d019d59853f637868f23e),
(0x67389eed0c5c9af59580365655ff3ae0, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php', 1, 0x00000000000000000000000000000000, 0xaff4b869a8a61336a2586f2acb2ff191),
(0x1c97080db561fcd6d557e730f283b34f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php', 1, 0x00000000000000000000000000000000, 0x718091fabbf33416b328e2d0e60c27c7),
(0x57f2cb4e760c898f1d640137edc176b4, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php', 1, 0x00000000000000000000000000000000, 0x3fcf02a75c2cc436e3a91a2ac5bb5e3f),
(0x6953b04064ef8c3f2ae0b34109547ad4, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php', 1, 0x00000000000000000000000000000000, 0xbb880cc326d13e8afac2319d8df67f7b),
(0x1e8389e76623e2549b2c8b2c868311f1, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php', 1, 0x00000000000000000000000000000000, 0xab8d0c96152bcc890a8f0437eebd0593),
(0x370f2e58bf875f8d591c7590b18a4625, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php', 1, 0x00000000000000000000000000000000, 0x38dca304a51c137d2d39552abb0833ef),
(0x4b060486beca901f3c35c478b2af9afb, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php', 1, 0x00000000000000000000000000000000, 0x59719aa2eac8c1ff144f9d4ee56bb528),
(0x02af90eac0b3d3050c89fcb272b5625f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php', 1, 0x00000000000000000000000000000000, 0x4ea61c3b71c26f84d6554ed9c7748cfe),
(0x7401cfc51f75c59099a1633d8535269c, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php', 1, 0x00000000000000000000000000000000, 0x300cbc8a20c09d0ec958dd31f4ed9fe2),
(0x6dde035000c0833a30316b5c0d285d09, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0x3b9483e9710ab317846e20e2c293b27b),
(0x2c7850d80d3ad25fd98cfac2a452f50d, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php', 1, 0x00000000000000000000000000000000, 0x0ea9b024365095e623a22d28f0e55a0b),
(0x0b3259275d13057146516c373605ee88, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php', 1, 0x00000000000000000000000000000000, 0x242e2c52ca02a1dbb343f95a3aac04e8),
(0xeea600dda9023b3e494f24d0011c20f8, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php', 1, 0x00000000000000000000000000000000, 0xc3f0a8cb582123296c3fe14760defe90),
(0x46a5bbedc64735f44cf36a257eb1b21f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php', 1, 0x00000000000000000000000000000000, 0x28b11b14833b8c16678658f789b58d72),
(0x0ab0616757e288e52ae0af95ecf13b62, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php', 1, 0x00000000000000000000000000000000, 0xf4fd8107956692f0f55205d816bd3c00),
(0x661a9ebada18b3c17b75cb848708c357, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php', 1, 0x00000000000000000000000000000000, 0xff58c5b74e8e30665808df98e0ed4916),
(0x74be4b2cdc4d871930e470900bfe01dd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php', 1, 0x00000000000000000000000000000000, 0xe5f75d8e1d11b70b3a9d7633dfbff98c),
(0x6dbec6f1ebbfebe5660a1cec93c71396, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php', 1, 0x00000000000000000000000000000000, 0x110b0302b3ce114583a8378e01900f3c),
(0xaff86ff4d5766a119926b85e50154054, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php', 1, 0x00000000000000000000000000000000, 0x58fb3bca1ae36220e32baa5d9d8ec420),
(0x4c33eafce5e13721c771993b5b2388fd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php', 1, 0x00000000000000000000000000000000, 0x31bb4daf125ca7db9f1d6c0b2159085b),
(0x0d336f7e469c3beb7bbb05eb788c917c, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php', 1, 0x00000000000000000000000000000000, 0x6f10a3c32ad96fdac4a76873add5dd91),
(0x884b420b6567e4696ebade22a9c4139c, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php', 1, 0x00000000000000000000000000000000, 0x9391bf00d418910c4e8b877649286f70),
(0x184ddbaa1008574b3e51c328b71ed9e8, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php', 1, 0x00000000000000000000000000000000, 0xe6426559401b8ecb45fd29b746bc3c9b),
(0x6c9bb369fbd40e874958997a9593a938, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php', 1, 0x00000000000000000000000000000000, 0xd7348a718c7e75fe5938a0adf2150908),
(0xfda3f248dba6570b57d2e83b8d1b8cc6, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php', 1, 0x00000000000000000000000000000000, 0xeedd0bfca90d1e3390e7c3d766588cd9),
(0x743f8ea76912abf2ccd4ffac1f7524e8, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php', 1, 0x00000000000000000000000000000000, 0x085a7023ec01ba2ebdce2e6cd734abe3),
(0x381f2b0d0b2f9e88aa4e16b45c998a04, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php', 1, 0x00000000000000000000000000000000, 0x59fcab383c211a1677dc71330cd4e7fc),
(0xe90a1b3cb386ce7c1bd9ef2f937efaa4, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php', 1, 0x00000000000000000000000000000000, 0x6b5f52c4aa7138d98cac7b1ed205c385),
(0x12e7e8a0b21830143a7bd919e6d01f6e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php', 1, 0x00000000000000000000000000000000, 0x264ccca02adf3ccca65753326619f89f),
(0x78621ca15319e9e56a915b37e8232c8f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php', 1, 0x00000000000000000000000000000000, 0xc1af0734d0007eee6236e7d22730c320),
(0x13db0bdc48c1d01f37688e7718becdad, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php', 1, 0x00000000000000000000000000000000, 0x8d1f206d4f1a0ae823e8968de016993f),
(0xcbe729f737ff04095d641572d398391b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php', 1, 0x00000000000000000000000000000000, 0xc0eae41c3d97272ff51b7449203ecbf9),
(0xd6253d1041420f7215e38500f1c599f3, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php', 1, 0x00000000000000000000000000000000, 0x3c175746d692205e214d7e599680b357),
(0x1e121eb22895e2535b7e8e6e428f6497, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php', 1, 0x00000000000000000000000000000000, 0x4e703f77127665e6e83b16cfcf245975),
(0xae4f99f087d6f3825fceefc26a535b5a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php', 1, 0x00000000000000000000000000000000, 0xde40c6133ef8c841e1405e69ee40426d),
(0x9ec2988bb38e34619eadf7390e31c3ff, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php', 1, 0x00000000000000000000000000000000, 0xa26a1bfa0d6108c127a505bf6213430a),
(0x658f2860097cfdafb38b2c47a68aa9a3, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php', 1, 0x00000000000000000000000000000000, 0xda8f8f5bc06ab3d738fdb07a57ef9168),
(0xa89442ed41ecbebd833881a4f1260fdc, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php', 1, 0x00000000000000000000000000000000, 0x7af9df8902b893efba44813b99b78b61),
(0xdec0cca30570dde8dfd18c28673bedc3, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php', 1, 0x00000000000000000000000000000000, 0xf3034afbfb21b4df60c016772dc558a5),
(0x0a972aa37294572062ec04e698c7745e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php', 1, 0x00000000000000000000000000000000, 0x2d92fbd238647f3a641bc42ad45634fa),
(0xbbc5fbb6acfbd6ffa2fa9407b5909943, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php', 1, 0x00000000000000000000000000000000, 0x71bf70c934118c23f20e8ed693f51f89),
(0xb3214dead51a12d998d929aacb3dfc6e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php', 1, 0x00000000000000000000000000000000, 0xaab381e78ed04505ca2df8ea10a29fd8),
(0x26d9ea49fd7304ddd3eda38aca5a9e94, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php', 1, 0x00000000000000000000000000000000, 0x4bf85eb5ee064117d5cdce616515d4e5),
(0x9bdad8936ee16415ea3c7ab3ef51ddc0, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php', 1, 0x00000000000000000000000000000000, 0x9b3f779e629681969f7a4699937f24f1),
(0xd915f4b0ae49c5f1c329459f5c07a614, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php', 1, 0x00000000000000000000000000000000, 0x5cf27ae06f98786ec43cf2aa204f564e),
(0x1fee9763b684d21e2d60a1324536c0e7, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php', 1, 0x00000000000000000000000000000000, 0xa34d100040de1668244ddafc4aba9f3e);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x6eb34749ef47b4d80842873d01f8f541, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php', 1, 0x00000000000000000000000000000000, 0xab4c0b41eadd0b6b8e7f11a965b3cfa5),
(0x0d7c37b608cd9fa418e9dc3167d5f886, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php', 1, 0x00000000000000000000000000000000, 0x189376445c1e7f81b3deb55bcb3e5e7e),
(0x08d0422e22f7a83ddc6e4a44d353a83c, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php', 1, 0x00000000000000000000000000000000, 0xab5c289aafbc3487be857bec84cb52de),
(0xc99e65f83bdb5b0ae865c95c7ce92a7e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php', 1, 0x00000000000000000000000000000000, 0x813d1cefe93ba69f691af603f38724cb),
(0x10ca300926ce807e8faaaf0d905fb281, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php', 1, 0x00000000000000000000000000000000, 0xfe353a0eb2182776c9798745212ed362),
(0xa512413345e33adbe2b32389cadbe2cd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php', 1, 0x00000000000000000000000000000000, 0x138673a939112c70612709bcb1198fff),
(0x0244979967e6f97ae201d6f868e7093c, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php', 1, 0x00000000000000000000000000000000, 0xdfd010fb40f4bb7120453329a96617e4),
(0x82e288655486b4e1b1ec28771c310e60, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php', 1, 0x00000000000000000000000000000000, 0xc0b9dd28b8b94d21a7fc7a737ce6a7cf),
(0x8a46bc0d1a91fc95af16b762a778ac25, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x2d0e8ece873111ae6274f1a1494a935f),
(0x052149bdeb114fa12bae11a41d40e887, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php', 1, 0x00000000000000000000000000000000, 0x05b7859b875984d25bf0c94fa861c5f2),
(0x9ef2b256ad94f6e822046f476847887b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/AcpListener.php', 1, 0x00000000000000000000000000000000, 0x8abb4f7d1c0086de929923d2c0e439ac),
(0x6bc2cf15fe462b3fee7a0d015e16deb1, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php', 1, 0x00000000000000000000000000000000, 0xfb8e91c5276bb48651b5e5713c8080d7),
(0x6b8f44e30dbaee5eeccab24a8dc98d94, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php', 1, 0x00000000000000000000000000000000, 0x77043af92a4c244559c88d02673279b9),
(0x54968637b3f0d4ca2cfa63f803979cb5, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php', 1, 0x00000000000000000000000000000000, 0xc0343126b26964da1b5743bbed0cb3fb),
(0x9b48ebe1dd966824c5d00f499b31176a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php', 1, 0x00000000000000000000000000000000, 0x3319882e791ec2cf2476fc3f656ded47),
(0x2d58b5462cc5bca7badf62e4a9e54738, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php', 1, 0x00000000000000000000000000000000, 0x3f15d3edcd484cb0f304601ad2c48267),
(0xc19847bf6ac829dd20011665bc63824b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php', 1, 0x00000000000000000000000000000000, 0x36c4a7b015205f0b19343d08d28db37b),
(0x6ac3bd4b80c3a5397596e20beea40d82, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php', 1, 0x00000000000000000000000000000000, 0x10df092fa7fc50926bfdee84a0128392),
(0xa801fb4be624fc6ab935f31d6d597491, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php', 1, 0x00000000000000000000000000000000, 0x74c72ebcbdd97b25112258fdee93864f),
(0x3c4b5736a631b51e4317f92bdfc9ac3a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php', 1, 0x00000000000000000000000000000000, 0x5881a31cf8f1f44c750d87de6a279d41),
(0x3c0864147b7e0d16cf350184c883830a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php', 1, 0x00000000000000000000000000000000, 0x68ae1618622ec8d55ea9a3910e2667c1),
(0x6b901df0c86c92967177c9b1ac28ffd5, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php', 1, 0x00000000000000000000000000000000, 0xe89c64c5bf80b47f23f6c27f790a6c22),
(0x02ec7f3cce3219f24fd4efa29d6fd6f4, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php', 1, 0x00000000000000000000000000000000, 0xec6e5b593c48b63b15b05c509caeca91),
(0x05d1fbe5405622da4b66d25d38bd844a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php', 1, 0x00000000000000000000000000000000, 0x2af3597716c1410174e9d4451ff9dde8),
(0x0fb63e9507435f7af7340fea6b3c568d, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php', 1, 0x00000000000000000000000000000000, 0xb987e1412d366e8fce32b3aab14b8e80),
(0xc4fb1cca899f2c6f37e6558ec4dfe46e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php', 1, 0x00000000000000000000000000000000, 0x5f3a1aa6f93eac35b11bfac7cd6ee7b8),
(0xf5dcd6485d348b671ddba15cf874f034, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php', 1, 0x00000000000000000000000000000000, 0xfd9bcfc46a1b5ff65d6e4e358d31677a),
(0xb4ee73fa60698ad4001a5604177b5b44, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php', 1, 0x00000000000000000000000000000000, 0xcd228fd21fcfaf6993f45ffb54ab2942),
(0xc58a2b62b568c267d1295e36c0bafb73, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php', 1, 0x00000000000000000000000000000000, 0x47a73a7301b8c649fed440011c7a70be),
(0x34dfd3586f0a18011a96fa158f6fa6dc, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php', 1, 0x00000000000000000000000000000000, 0xcbbca9dfaa4e81c1ff332242b0ce44ff),
(0x49579a5859add91c89ab82f6f8c7859f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php', 1, 0x00000000000000000000000000000000, 0xfc40b53d10f4e0b74f95b79133598499),
(0x6ddb5fcd3e011327113d4b50a56939bd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php', 1, 0x00000000000000000000000000000000, 0xf8ee4430462890bd49ba4d6cfb27ec52),
(0x613f1092c9e6da1369a1007c89edeea7, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php', 1, 0x00000000000000000000000000000000, 0x8bb5da58885264e12cfc341259e62921),
(0xf4233e38829ee4ead77e678fcbefc76a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php', 1, 0x00000000000000000000000000000000, 0x86dfbb3944e36581e05a679bbce1ffff),
(0x55c2ea392f831b4c6e86cae9d3c56920, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php', 1, 0x00000000000000000000000000000000, 0xd124e842430f48780c3763ebfb54b469),
(0x9a9b7a2744406af764cbb84bf006b9f2, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php', 1, 0x00000000000000000000000000000000, 0x3eccfd36027880b5b34b56a8e072f58a),
(0x13ca6b522c0239fa7cbaa5ddcd744d55, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php', 1, 0x00000000000000000000000000000000, 0xed39d786089130ab91f2db17752bfd9d),
(0xac882249701a721a3361df1b4da17cb3, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php', 1, 0x00000000000000000000000000000000, 0xf8a4f732083b466295e97c4b3770c04f),
(0xb2894f2b8a44a22093cdbd19e2e794f1, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php', 1, 0x00000000000000000000000000000000, 0xca74a5c5fa91799e6fc6cde87defc3c4),
(0x3fdc3422a2a3c854271ed2b45f914a16, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php', 1, 0x00000000000000000000000000000000, 0xaa7acc6ccf8d4539fed6fe7f44e18333),
(0x61e0bf481f5bffe34caac306478efd88, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php', 1, 0x00000000000000000000000000000000, 0x5b0cfe805c88b8b9ce3155e4cf16840e),
(0x3bc29375cd16ee2899c7e41a5d1243b9, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php', 1, 0x00000000000000000000000000000000, 0xd9091b1ba3d7d8e62570363d1fead692),
(0xbeab4efbce5bf7d163cb7bffb0cf3d8f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php', 1, 0x00000000000000000000000000000000, 0x0c39c72265e09f084d363dbdc5fd239c),
(0x2b522a7ec83c0733620421583dc1d0af, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php', 1, 0x00000000000000000000000000000000, 0xc583eb695d7cc043265acc8e87f8e187),
(0x0ed7050b6deb0fbafbc5f15e3a203c43, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php', 1, 0x00000000000000000000000000000000, 0x9d7ff241dd41cbf448e7166b8fb4ef01),
(0x5adabb8ab25be8d2d4e16a766604116a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php', 1, 0x00000000000000000000000000000000, 0x8a8eaa74ef193af3ce7de6d54269e771),
(0xec68ee26737094084b00339bf6c83763, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php', 1, 0x00000000000000000000000000000000, 0x8c4fa230626a8c35a9582c617de88fe6),
(0xa76a36283d073e09d4858d7f9dde2d67, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xa1b9ebb0c7e2221c4b61f50efd44ab0d),
(0xd5b2cf42956b0934a81f4345fc096107, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php', 1, 0x00000000000000000000000000000000, 0x72373c2122c4b4683ed16a4688e6a583),
(0x082533cf5074fd789c3f2460fa015863, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php', 1, 0x00000000000000000000000000000000, 0x2c0e4a802cf4df756dc451bc6db2561c),
(0xc524e51807e3005547c5e70ff3393e30, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php', 1, 0x00000000000000000000000000000000, 0x79702fc5d7b54d3e5a84939bb09df6ca),
(0x75aecd142b5cd9330a5a052baf0537cf, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php', 1, 0x00000000000000000000000000000000, 0x2aa69f458996c78d50e78d5db3349060),
(0x4f8130956bcf7c5fba1d529593208260, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php', 1, 0x00000000000000000000000000000000, 0x5afc2eb506e33a7f7b476df52b999458),
(0x65baddbd9893cde168b7fc6abebd3288, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php', 1, 0x00000000000000000000000000000000, 0x1e139bde9640df97226730f5e92f0bae),
(0xbcdf3ef06550d3e77c6f22cc8847d9ff, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php', 1, 0x00000000000000000000000000000000, 0x73fddc9350f04908c8637c49eb4c16e0),
(0xef1153fb5fade654670b1b0594395b62, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php', 1, 0x00000000000000000000000000000000, 0xcc6b25cf799d48d7b8fd50e7b33ad8e3),
(0x51a9c1ab4de0547d6246f2f9dc2f2059, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php', 1, 0x00000000000000000000000000000000, 0x61e18398c8fde65d97663c7c3f534771),
(0x82bed5c813d81c0659f0ae351759eaa8, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x11a5f2302060bee241b697e53a52e58c),
(0xe9d0a409822f65fd0bc0a3355e8d5f47, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php', 1, 0x00000000000000000000000000000000, 0xa0f0a93390ba43deb1d22e52c9ede06a),
(0x2e31a9bdbbdb49410a59463f64e45f50, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php', 1, 0x00000000000000000000000000000000, 0xe2a5617d3fa12047ac04036c318f74f8),
(0x2cdf11b6bfc1f876ea56ab22c10dafdd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php', 1, 0x00000000000000000000000000000000, 0x18fd223ebf7341dae0cc23a8308e0709),
(0xcc220e162ca868432be7d0a2b5a8d4ef, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php', 1, 0x00000000000000000000000000000000, 0x5ef4e69584cdf0397198573cd6e795fb),
(0xf5e8a5edaf2cb91f96d2ab7d94cf92ee, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php', 1, 0x00000000000000000000000000000000, 0x74a2a17544fcf74e1d42613d9b6fb1d4),
(0x680d5bec2c9cae8390f71dfe2b9ce399, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php', 1, 0x00000000000000000000000000000000, 0x5064c3ef99f306df7602279dbda97f37),
(0x896b14c632ce58e5ec3da3c47a157a0b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php', 1, 0x00000000000000000000000000000000, 0x3ce5349ea748eb974c905de9f451b21f),
(0x2f2e3f01cd58ba07e765d025f4303c0e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php', 1, 0x00000000000000000000000000000000, 0x5950cee0823c3f0e5a99f92c09909f08),
(0x0b6a7163561f166386d63009a467a213, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php', 1, 0x00000000000000000000000000000000, 0xf81cd6ab91b90a720ec68baceef56fa2),
(0xc4aba8a501d823ed637db48fc6dbe14e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php', 1, 0x00000000000000000000000000000000, 0xfc8181852d8472c4a72cb1856c7a6ea9),
(0x202128af11454f5056dedc45e896a748, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php', 1, 0x00000000000000000000000000000000, 0x084a046972322061c0cd4180950500ce),
(0x5877722e039dd97128b58637978a6bfd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php', 1, 0x00000000000000000000000000000000, 0xcb8407441be3186a5dd7a3c592a6d41a),
(0xd787187cba21b6e5d2e70f6c37e4a582, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php', 1, 0x00000000000000000000000000000000, 0x285ed5f87ae6c72454fba703b991dc3c),
(0x0f682218da4325318847d77f5f40f98b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php', 1, 0x00000000000000000000000000000000, 0x16250f60be892ea0dc4848c4397c797a),
(0x23022c09d2506478e01515d38f8372f4, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php', 1, 0x00000000000000000000000000000000, 0x08496fb742408875233dae6a736324a4),
(0x136bc7b60f7d5f32d70915f2aab591e6, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php', 1, 0x00000000000000000000000000000000, 0xc841bb8650f4467576003f93dd90bf01),
(0x2619516bdc4f7b91b7f7126bc075ea5c, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php', 1, 0x00000000000000000000000000000000, 0x6eb962b8645cb45398e19cbc2cec277f),
(0xfe634131f211f31b9e239ef7f0811732, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php', 1, 0x00000000000000000000000000000000, 0x6a3d1f39aa6108e66f8af41f40fde634),
(0x2491b58ceea4ea677e70ff1d09728c3d, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php', 1, 0x00000000000000000000000000000000, 0xec0447c69a5a84c37387882b18915d74),
(0x4c380d115b4b3c29e9dbc7628d0e04b2, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php', 1, 0x00000000000000000000000000000000, 0x212f525ed76a5ecdb0240f90c5f5abfa),
(0xc9e81ac358100dc795812ccc7d946273, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php', 1, 0x00000000000000000000000000000000, 0x9630fe7900ac7d750d7f95ea0ed8a4b7),
(0x5afc25ad4adca4b3daa34e7d264c977b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php', 1, 0x00000000000000000000000000000000, 0x8b25ca0fd0621f48b12039a1f92b0a03),
(0xe62aefd876ee8718087a945d2689055a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php', 1, 0x00000000000000000000000000000000, 0xeb7b0b476973be81498e5e417905f6e9),
(0x58d096c2047fbd0e5c34489052c90b08, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php', 1, 0x00000000000000000000000000000000, 0x199568c563fec8b08491158c5ae2be4f),
(0x324f7a163a908af3a163e91693c54535, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php', 1, 0x00000000000000000000000000000000, 0x2d7dc167d5ca2bd47f3b107e57aad30a),
(0xc0481861020add89a1d28d2c6142e7d8, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php', 1, 0x00000000000000000000000000000000, 0x00cdc6dbdee3f3ffa5bbac0540d9ba2a),
(0x9b0bcea31194a02ea6c01b0daacd597a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php', 1, 0x00000000000000000000000000000000, 0x3b6030599758b469732751ad0ecf41e2),
(0x9a25b80fbd4db7250b36a77889e7eb02, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php', 1, 0x00000000000000000000000000000000, 0x6566e70277fd86b5fb038d1aa7571b47),
(0x76235b00954426c00f34886b6b0933a5, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php', 1, 0x00000000000000000000000000000000, 0x3e57b02d0a6c8dd2fda6baf042537fea),
(0xe5d01ddde7597c5bfd6650fe3fe49895, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php', 1, 0x00000000000000000000000000000000, 0xfe81b563b3b25640a78c7e5c01f0e7d0),
(0xd20e9ff1c30bf2462c6b977c352014cf, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php', 1, 0x00000000000000000000000000000000, 0x6bd5ce7dc052aaf9300564247fa3ce13),
(0x0ae4b6948e94a70313dbe89722ed1ecd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php', 1, 0x00000000000000000000000000000000, 0x082b27b1c9ac4a11adf9e57984271fef),
(0x0565505399615a764b7a1c0fbf1bde39, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php', 1, 0x00000000000000000000000000000000, 0xe614fd93d342ae43ec27ecc239682cec),
(0x1f85db9a14b2d53c202a38329fb5951d, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php', 1, 0x00000000000000000000000000000000, 0x48c1f3ff4c60476fc22fc8ce9eaf8604),
(0x33eb03b0c2681c7555ab49304c45127b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php', 1, 0x00000000000000000000000000000000, 0xf0b2cc27d9f4608b9b78852a7c259478),
(0xcd7bd7f519bc1a6e12580f00a729b801, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php', 1, 0x00000000000000000000000000000000, 0x32e01b2b05f50c79354ee590ae16c96d),
(0x1d26461a776159c3a7cedefc868724f1, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php', 1, 0x00000000000000000000000000000000, 0x0bf6a2de935aeaf671e7d909c366b0bd),
(0x6fd8fd97cfc5119161e7ca403ff2f0a2, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php', 1, 0x00000000000000000000000000000000, 0x826c8cc201131ee6cd8133c2c26a89af),
(0x7208df98b810680a0b550aaf41079078, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php', 1, 0x00000000000000000000000000000000, 0x76a124f51b026752a721785f291b7e3a),
(0xad2baf59d0922162eacff4601dcbb0f3, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php', 1, 0x00000000000000000000000000000000, 0x3c3f2b8e59b780b77e1c13483116ee1d),
(0xaecc4c20ef9d9ca6ef2061d420392939, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php', 1, 0x00000000000000000000000000000000, 0x6c859df4fe8cb8cf13fa34989fc8c462),
(0xc0a6c29a6494fbe18d7f0aec37c3e90a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php', 1, 0x00000000000000000000000000000000, 0x2bddf1f1c0f73a0bd49e8756037a7bc0),
(0x52bc3a61908e8a4d50e2f5c810f735ab, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php', 1, 0x00000000000000000000000000000000, 0x0732d558f05579b3120da99acb4e9ada),
(0x1877247c08203ed4faf93a4c019edeca, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php', 1, 0x00000000000000000000000000000000, 0x8c6436792c971af9193e52946887656b),
(0x7aa5ef39434fe2bc79b2a64bd98dedf2, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php', 1, 0x00000000000000000000000000000000, 0xd2979e4aef7a3ce758c61a47fc62c0a3),
(0xa85b0dd8017698af57cfd0b9fdc46c93, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php', 1, 0x00000000000000000000000000000000, 0x9bc3be74a23f5fe72a4ec26aa428a7bd),
(0x18462720f18fc24a84d8f709732e5b0a, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php', 1, 0x00000000000000000000000000000000, 0xa2a6ae05eeaebf3e52f1d709c6181a1d),
(0xa5b6fe45956456eca1bda0b4c0580ccd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php', 1, 0x00000000000000000000000000000000, 0x0138f6922b099ea6932f93b55e2eb386),
(0xda2725434518841b1365e31508944ecd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php', 1, 0x00000000000000000000000000000000, 0x7f713aa9ffb5cb96f43a53e4204db5bb),
(0xaba59a9243977162bfda4acc38e950b5, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php', 1, 0x00000000000000000000000000000000, 0x3a0b626836a8c7e2b836db79f55132e5),
(0xa98d83ab6a864bd35d1df1c61e662385, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php', 1, 0x00000000000000000000000000000000, 0xa9a12e24bae1093329157dedb7ed2106),
(0x4d8f8154b62fcf064aa56b96cfc5165d, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php', 1, 0x00000000000000000000000000000000, 0x8b0aeb1795267829a34f43405f1143bc),
(0xd0398dd23484f89faebe4b75cdae1ce7, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php', 1, 0x00000000000000000000000000000000, 0x32976da2dcdc0b33a1238e5e8d11c1ca),
(0x5ded824b7b43a193576b8b6a5b92ddf7, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php', 1, 0x00000000000000000000000000000000, 0xbcb729b695acf89b4a4f2655c11f8739),
(0xacb7c4923e091daa391bf593c5f31f2c, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php', 1, 0x00000000000000000000000000000000, 0x355e55bf5cbe9b0e6eb667d98cf73e85),
(0xe49b0e8100a61491e3dae0c04f943cb9, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php', 1, 0x00000000000000000000000000000000, 0x79cbefadeef35cea30b6ee387e685ce7),
(0x9dc4e19f146c16c5366be1044ee5ff65, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php', 1, 0x00000000000000000000000000000000, 0xd3a791219cfbbd6e929449d040dea341),
(0xea97a680b6052596d7cceb3389a1af4e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php', 1, 0x00000000000000000000000000000000, 0x875caeeffe4cd943464a0c110db086e8),
(0x79070e247992d86702b20589e5cfd53c, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php', 1, 0x00000000000000000000000000000000, 0x73192b35cc7c9079cbaa5100b6f10d4c),
(0x15beb9ca744a422e9bbab55b3e83e8d9, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php', 1, 0x00000000000000000000000000000000, 0xd7bedd0c553a22be427d9ba288031a04),
(0xe3bb1095ba4f88c18e69bec6be36ed1e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php', 1, 0x00000000000000000000000000000000, 0xa3e1f37d1fcfd1b07566ed472c099d82),
(0x786d4f52871bba991747d427000406b2, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php', 1, 0x00000000000000000000000000000000, 0x31e6fde15c871adea3d649daa0fa2322),
(0xf6e6cd8f2037f68b4acadbdcfa109ba6, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php', 1, 0x00000000000000000000000000000000, 0xd9b85d4f4451480e3b85c987835e0230),
(0x4b2a4b15877dc60a29a98ef17a4cda04, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php', 1, 0x00000000000000000000000000000000, 0x3a810923fb45e4b5c32f556662558cbf),
(0xae944080bec7dc672b3bdb9cdc0c3a30, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php', 1, 0x00000000000000000000000000000000, 0x6534b96f1d9ddb86ba83c9313f5e8e32),
(0xa9fd1b164df2668e85b49586dc277747, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php', 1, 0x00000000000000000000000000000000, 0x4c3a0621df9613d3db31d8462287b512),
(0x2d40e3c2e4a445da52dc25264ce634a9, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php', 1, 0x00000000000000000000000000000000, 0xbdf04ce66c744e7300a069ae3c9cc8c4),
(0x65e4bedcc0a8f461e2816d662922ebc1, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php', 1, 0x00000000000000000000000000000000, 0x49697a27665182d6f2a4b90b6ce971bb),
(0x2d41cb61cad24a8e699c1252da9e2cf3, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php', 1, 0x00000000000000000000000000000000, 0xb7651e4e037685007f1416d9c09b1d97),
(0xc1ecff6b3e4d0413ad0f21f2f8b2295d, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php', 1, 0x00000000000000000000000000000000, 0x6090a7506fa226a0c3ce4fa8f69858d3),
(0x8e899dc12a89253807d822afefd88bd4, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php', 1, 0x00000000000000000000000000000000, 0x7395f52cde8765267dee9aba6e35b96d),
(0x605cddc70ef8e1ba0414f7d67aca6e73, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php', 1, 0x00000000000000000000000000000000, 0xd0be355165386b7ce683377611577ee5),
(0x6af0bc12a5d95bb790b9d36c6fddbf1e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php', 1, 0x00000000000000000000000000000000, 0x9d75d7b240910da74159c2eb648de48c),
(0xb03cd5fc9443ed8d03211ef3249f523f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php', 1, 0x00000000000000000000000000000000, 0xe44cbf161e7dcc583b5dcab8300a3587),
(0x46044038c53fe1db2df0fa45b65349cc, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php', 1, 0x00000000000000000000000000000000, 0x48763c434280a58488e7d62b20c66dc1),
(0xfadfc23f87d2eeadef0c5ba9970c281e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php', 1, 0x00000000000000000000000000000000, 0x973c6f35172cfbb28cd43aba10fe0cec),
(0x3eb0845ecabe9b3779a4a73208b70c91, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/S3Client.php', 1, 0x00000000000000000000000000000000, 0x35a2007d960fa9481e73ab30ef2beda8),
(0xc44cc299e5f0095c3eef50a744b5c301, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php', 1, 0x00000000000000000000000000000000, 0x4751e24424e880b9c92cbcca30327283),
(0xc96efe0d542d5dea68c1e02ee35435d0, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/S3Signature.php', 1, 0x00000000000000000000000000000000, 0xbfa5efa97fdb0bfc1aa180f70db40041),
(0xca7c9bd964070cbf55c9bb076dc1cddd, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php', 1, 0x00000000000000000000000000000000, 0x4157cb02f8d3f5c34f5c40fdb174d006),
(0xc15da78e528a89aea1bb4bac4637e758, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php', 1, 0x00000000000000000000000000000000, 0x870df58828e4da9f3abed82a6d58b036),
(0xdab5db3033ff0d18730d5524de5ba594, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php', 1, 0x00000000000000000000000000000000, 0x26c02eae9da7928a631309cf5559a13b),
(0xc0facc8d3de08c1a18f92e9534f6a8a8, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php', 1, 0x00000000000000000000000000000000, 0xb31dbe9ec7c8008b95f84139985882a3),
(0xc40b107c93c9d86d6bd81e6028b20df4, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0xf8b3fd71891d12b2897c81422aaa028b),
(0x05b6755f32f1c26820935262bb5397e2, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php', 1, 0x00000000000000000000000000000000, 0x528b382c2ed7c0ff04cc45e49dcbb0bf),
(0x076e2029398c45a610e5ecd41a811900, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php', 1, 0x00000000000000000000000000000000, 0x22c5fd597108a6361b415583623483c1),
(0xe76969ca7821937dd6c5283a41cbf130, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php', 1, 0x00000000000000000000000000000000, 0x2e5c9a0d3c98ac95e2ee04211d0b6954),
(0x0caa252472b7c270d13a61738066d515, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php', 1, 0x00000000000000000000000000000000, 0xbbc7fd5a08616e1faa12f31fe0634072),
(0x834aa9e0b64a6cc9691a860a4cd9d87f, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php', 1, 0x00000000000000000000000000000000, 0x1d9d06de981dd4568ef677bd602bf56c),
(0xe5a8100941deb0598c6985ae7dc68f6b, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php', 1, 0x00000000000000000000000000000000, 0x677bcdcf2272e494c41105cac9514edb),
(0xa7c2657a7367be761e33e6cfe10f14a1, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php', 1, 0x00000000000000000000000000000000, 0xed5d5e2ef9f57f069fbbfa33ae0bdaea),
(0x5e706f2fa6090e8689d0b60a40b05cba, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php', 1, 0x00000000000000000000000000000000, 0x49bcdbb4ac50b0076789c534b7ae5544),
(0x73ad609e751fc3f8014f8a4c8938266e, 'wp-content/plugins/iwp-client/lib/amazon/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php', 1, 0x00000000000000000000000000000000, 0x7591f25a79c3dadf38efcfa1eb32fcaa),
(0x0ce9491efec3c5873982aeee7696a782, 'wp-content/plugins/iwp-client/lib/amazon/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xdeffff69c41aac9f63be5cf6bae65755),
(0xe04dd4cdca1b259e152e67ca7b27409a, 'wp-content/plugins/iwp-client/lib/amazon/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x2251150c642619bae5ae83cabcc28323),
(0x12c88d8864fc81015b13cb5778df7149, 'wp-content/plugins/iwp-client/lib/amazon/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0xb6d104ab53e45ea64ceeea42d93d1abb),
(0x843558c0cfb238fd76a5631189f05c42, 'wp-content/plugins/iwp-client/lib/amazon/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xcc54f9a2ae424b00074a50c940e91320),
(0xe8a5e9547a782ac9f2c50f97e2c23fed, 'wp-content/plugins/iwp-client/lib/amazon/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x1043205fc9e5800536619be42308ec21),
(0x791d316ddf6e6bdf989c0333b96eeddf, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x8d5f6c840011fe2f6aa00632f6cc2f25),
(0xbc28c2c5170bdc3bed56f2b963baeab6, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', 1, 0x00000000000000000000000000000000, 0xbbbaa1e8fcbdd75273cf9aa744a9e54f),
(0x3711ec5e4845cb73b52af2a4a19e927f, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', 1, 0x00000000000000000000000000000000, 0xb5cde974920182872cf8fb1925ee0460),
(0x163d1f0a03a64041535da8bbcf6219c9, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x4873510f39edabec1b9e9d354c52d504),
(0xfb06c14db617dea6957ec2fd28b56317, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0xc1dcc3bee98a39568fd7ed1a1beab665),
(0x02e9e13baa4afe2f2c9cd28a4dd458de, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x4232578296d6c276a91cd7bcaef81519),
(0xbd3c33d11756143323b2ed703a96939b, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x2d5b48ecbcae51e0527329230a2dc1a4),
(0x517ef357b79a26e1152cb2228c31bc46, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x275fc373c23a9c5a52c3bb3d889d53fe),
(0xa13c6b4a36505f65d7ddbdac058d9e73, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', 1, 0x00000000000000000000000000000000, 0xace7751285eacf62101e6f2531cbe510),
(0x91133b24e511c7647a8af81b838979c3, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/Collection.php', 1, 0x00000000000000000000000000000000, 0xa89d9ffa8dd37db2c5b6119a1c9760d0),
(0x298011e3e45b549eca7ed0d1be8a30a6, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/Event.php', 1, 0x00000000000000000000000000000000, 0x86b17a24e7453f6b6bab4527449eab80),
(0x594f5c3f05b86e6d7c98653b49f5ca45, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', 1, 0x00000000000000000000000000000000, 0x9c68dd8e30a43126a16edadf96361fdd),
(0x63ec99698b1d8e0b7577325d05d7b72b, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', 1, 0x00000000000000000000000000000000, 0x4960145aa3c885d74e4ec1e5081aea74),
(0x337f07a3ee588a8452ae5c8e5a3d6134, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0xe942455ed5eb8bb6161862941b2d01cf),
(0xba7fcb6fc3f2ddcff8436c773cc0e66f, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xe0863ce0812f835c81c0c6d3232d5eb1),
(0x8656e49475204158166b0ca9ccce3227, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0xce19a44b03bc46cae43016ee763e1185),
(0xc2da43d49c141f8779dacb449abb774c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', 1, 0x00000000000000000000000000000000, 0xa5db1234f4932d8a519cfdfd71949de2),
(0xf9f6beb17422d8533b78ea0774347cd7, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', 1, 0x00000000000000000000000000000000, 0x130a14a50c54aec21daa55d748fa9686),
(0x99919e289be0ee0403347bcfd6f43537, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', 1, 0x00000000000000000000000000000000, 0x83056647ea979ddb8e3dfed4835f6e6f),
(0xe4aa1458494977e06e23e1169fa87e58, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', 1, 0x00000000000000000000000000000000, 0x340452face3f58961a524ea58eae18cd),
(0x08e4531ebed269d687f5f0e4001157dc, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Common/Version.php', 1, 0x00000000000000000000000000000000, 0x353d5fac6e49b668c715ff65ca074bbb),
(0x35e7b8bb9445907b10a5fe361bbd29a5, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', 1, 0x00000000000000000000000000000000, 0xc23750e24715d733617ce511fc0ed6b9),
(0x9d734211ea1cf32fa674fc41a151a087, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', 1, 0x00000000000000000000000000000000, 0x2230deb3e32e877ca3ef34c981ba0705),
(0x117bea88cc2ee81eaa079d62d57d97cc, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Client.php', 1, 0x00000000000000000000000000000000, 0x2264f01524ab19f8ea90ba58c474da4b),
(0xc128e1da2151e2afa1968498f0c66c0d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0xaee51dbd9457e996616b36c730a8a7db),
(0x40048146fc8bab8fbeba509430d77140, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', 1, 0x00000000000000000000000000000000, 0x9c395ada0ec60d1532cefde097a5f1aa),
(0xac1596904074599006f54b45cfac5596, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', 1, 0x00000000000000000000000000000000, 0x9437eee15244986bc7a4a037669e96b5),
(0xfcecfe99774898de2199f9736925dc6a, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', 1, 0x00000000000000000000000000000000, 0xa86819c5e1ae0d48f62e21be95c57136),
(0x3c78a8b9f8693a160f06f461db124684, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', 1, 0x00000000000000000000000000000000, 0x300f6509dfe4e9ba6a299ff36f56f4ed),
(0x8e99dd8afac3cc91bf1910d7f046bfa9, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', 1, 0x00000000000000000000000000000000, 0xe7c1ab1e4a6318d12e26f10624568902),
(0x00c7bd4eeb43ed01dbb7208ceb24db50, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', 1, 0x00000000000000000000000000000000, 0x8933750ac8acde066541bd417cd144a1),
(0xe85695d65b48b9d1432ba660a36a4f88, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', 1, 0x00000000000000000000000000000000, 0xf1334a688ced7ce2b5d77bced0838740),
(0x5b92cac547adaa933a5e71c457ac5353, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/EntityBody.php-tmp', 1, 0x00000000000000000000000000000000, 0xc389cf6cf0d345477290bbe03004b32b),
(0xa0dc8ad73d39e14ce70214b9864110b0, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', 1, 0x00000000000000000000000000000000, 0xcf369edacc9baf89d0be4b0b7498cfc4),
(0xb7af6b42139f6500e15acaa49b8fa8a6, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0x58eac4339e6ba62e36fc780131757bea),
(0x02175a9bc4dc05c0a90f74a751e82766, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', 1, 0x00000000000000000000000000000000, 0xaf2a3728a2e30a4f5ec055b0262c4095),
(0x88e83d2d8bcd1170137bcc459cf8d9d4, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', 1, 0x00000000000000000000000000000000, 0x51a35db83e4d404e7a004b58eea8ff0f),
(0x3ceb52031d87afdb1a2811d2b4700d5a, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', 1, 0x00000000000000000000000000000000, 0x78ff772b4833ae42d50d998d1792e0cf),
(0x418f79874d6aef1afbf9178f1c8833c4, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0x8f6032cf7e1013c84ede3e81c8198f6d),
(0x50fa21bda03e72aff5d819b7d45a423d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', 1, 0x00000000000000000000000000000000, 0xc328924187e82027884accddc5496200),
(0x51661631794eaccece8aae76eed418ee, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0xbc22cfb93363448a4513825cf8b70f4b),
(0xee6a5521d7b8b7e0ef6b96afdc122783, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', 1, 0x00000000000000000000000000000000, 0xda86796137fc6050c63ac02fce0fd96f),
(0xde532c8adf822879ca3354c8f3cc9382, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0x7df0c67b00d11ffa4b7809001b827b29),
(0x5e259536a24cc747d539c4b66031a26e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', 1, 0x00000000000000000000000000000000, 0xd86134b6ceb0c2e2a0c13be64546889c),
(0x77bf1e92f7d31cd8ba1d0fb5ce0737e0, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', 1, 0x00000000000000000000000000000000, 0xdf5df87b48e2005246bc0dc6a755190b),
(0xddc30c9cf5a4d647a053080f27077128, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', 1, 0x00000000000000000000000000000000, 0xd1e74fea5ead396f95195914906b96b3),
(0x4f55df314a5ae2781c75156c947da6c8, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x1a3d6c30e399457211fabe277008345c),
(0x24ce1a7bb70ca1e43676ee76ac78da1a, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', 1, 0x00000000000000000000000000000000, 0x4e4d5674292a7355b41b80856c987011),
(0x3471f08b01a6e307cdb34d35136ea656, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', 1, 0x00000000000000000000000000000000, 0x51c50c7f945fed1843eff63f77308ada),
(0xf82c8ce8ecad5d8bbf64a1fb1a723e1d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', 1, 0x00000000000000000000000000000000, 0xaf24008b57dc72743c8aceff1abf7d1a),
(0xf5bf935ed9cadfb6295bea32c28f8a63, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xcc544492e32c2950679c2b321c1c0b63),
(0x2e155ba6475c4be579c6827fdeba4e68, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', 1, 0x00000000000000000000000000000000, 0x77675d1b655fc1bcccf4efd7d134803b),
(0xe91f3732286720f9e6c6ef77ac73c357, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', 1, 0x00000000000000000000000000000000, 0x0477e22acb6a9a1c0d397d9c18381f76),
(0x1ae9a558396656c9dd9ee79fa848c693, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', 1, 0x00000000000000000000000000000000, 0x3f5eee0ba8f6c9d2e6b7d45c01b70acc),
(0xba031af820af22c2c60c832a5a7bad2f, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0xf08d35563c8b4b7c0f9c39e140b94f4b),
(0xe6614dfc6b312ff9459d8f4ace200ff2, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', 1, 0x00000000000000000000000000000000, 0x4ba6b10381ecc9e8f103a23c3baf2e75),
(0x7f57b53a1e99fecd337b72484be6ac56, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', 1, 0x00000000000000000000000000000000, 0x6e4946338ffc0ff6c1eb8f9fc7aeb491),
(0x8c7c38e95771608af1e92a49005a12bb, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', 1, 0x00000000000000000000000000000000, 0x19d4c9c357f5a4dba9d3de8c6dbcefb2),
(0x7fe3ae56ad07ef3ee61fb36ace040cf6, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xc892c4cee78e8b8274b77a2e61f657c7),
(0x8f145bcf97bedaa626dae9e309b387d4, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x3a710b3e550439bde3e997185b3d87cf),
(0x7551e992465956e6eeff7b1103bae451, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0x71bea9f3b555351d825d65507970e090),
(0xd9cfd36140f2c6a7af239505f516735e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', 1, 0x00000000000000000000000000000000, 0xcb17cc89949d1ea2f0f705e069263582),
(0x102881e97191bbed39f1a22e0603ae07, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', 1, 0x00000000000000000000000000000000, 0xba8a5382af1162cf72c03a892877af7f),
(0x687d7520a3538dd287bdc13a31fb3961, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', 1, 0x00000000000000000000000000000000, 0x9d4768fe66f5bd5c513164f9ac01dabb),
(0xe6348e00d1588c271cf99c2216328008, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', 1, 0x00000000000000000000000000000000, 0x8dcd893c3eb5a14a10986451df022503),
(0xc524ddbc806236e78baf5f0674dc6b47, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', 1, 0x00000000000000000000000000000000, 0x4c79599b451b0757d1395821a9134c5a),
(0x7e8176c7f40872b04c17e0c21eaf3dbf, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', 1, 0x00000000000000000000000000000000, 0x6d4a7a3630ca35615f50915e1b16192f),
(0x6b91cf2a2b25db9901b99fa4c9c43e7e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/QueryString.php', 1, 0x00000000000000000000000000000000, 0x700632d6004f5e34b23c595c7bbabac2),
(0x3b9a04d54c3fb12a5ede39117205f765, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', 1, 0x00000000000000000000000000000000, 0xea94245099dc45a905b1d0f23b8cda11),
(0x18a6fa0f5e7d6b5e16776aecaf263f08, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', 1, 0x00000000000000000000000000000000, 0x93f3665edf6ffe8c63015401ee1a5a50),
(0x59b8685af57a451f00ad6626f5eee9a5, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem', 1, 0x00000000000000000000000000000000, 0x1c15432a4d5a8bbe035fd3e3e1f698c2),
(0x42a471e9a13eca31104f0783bf9a46cd, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', 1, 0x00000000000000000000000000000000, 0xf66de2ecd832a34c7df16d2b50bd99f6),
(0x17eabe1720d4fc1d8547fd130f62ec80, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Http/Url.php', 1, 0x00000000000000000000000000000000, 0x37a9135319561b625ce2f6ac227d93ca),
(0x1a3a88122e8a9970d5f8e315f7508063, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', 1, 0x00000000000000000000000000000000, 0x2bb887744a9c5c4d727d034a54d6d661),
(0x70c4b4c30329d24069ff263eda44962e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', 1, 0x00000000000000000000000000000000, 0x73c700a39ce4f7c8703a0b6175857b21),
(0x81de9c02cf5eac6620d6e622d83cef23, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', 1, 0x00000000000000000000000000000000, 0xc06770a3edbd375343495faefd7191d8);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xdecb11f44d9bac0e539f3ff0c2027d6d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', 1, 0x00000000000000000000000000000000, 0x99422ba992d16b0188133d051175a5d6),
(0x24b60319ba10cbf1949cfa6d3a580ddd, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', 1, 0x00000000000000000000000000000000, 0x0c902c7a3c6dd68e3a14300ebebb9821),
(0x3446b859b918dfc74e7ae099a3a54ab5, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', 1, 0x00000000000000000000000000000000, 0x45f433733ee52ae2535dff2ad120d96b),
(0x681aa27a3a41b7c3baabfcb18acbffc4, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', 1, 0x00000000000000000000000000000000, 0x4d08801fe08790c5fc110331f800361c),
(0xd77d5c792c7dc36888bc7b7a26af15a6, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', 1, 0x00000000000000000000000000000000, 0x064e232a1b543e39767000db750bd580),
(0x41f290cd1dd5cebe5089463ead1c0be0, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', 1, 0x00000000000000000000000000000000, 0xc82f2a7090ee8d43802629cc92ac6fb4),
(0xb75af1077e9055878d125a95d7d74d66, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Iterator/README.md', 1, 0x00000000000000000000000000000000, 0x0216028ba75c5b4ca184a8f5abf5a40c),
(0x30d76273957c0c9d9ad79cb9c35cd3a1, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', 1, 0x00000000000000000000000000000000, 0x5ccbca7ff0cfc8f4b0978b361a77fbd7),
(0x33c4f4fb5ff0d3f5a4234c6500ecd087, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', 1, 0x00000000000000000000000000000000, 0x1cdecf204600591c5c60b837d1c02440),
(0xcfdfb6accbc9b6bac17cbe71f49dff7d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', 1, 0x00000000000000000000000000000000, 0x7a1a1db9127f4da90aa72b2891b33b2f),
(0xd1ebb3e71ec9e84ecf64c1d043292b6d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', 1, 0x00000000000000000000000000000000, 0xbc6462f07e383895458cdbe5e3b82704),
(0x4bbe55b5b8a8a1ffb1a8a547e81d2333, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', 1, 0x00000000000000000000000000000000, 0x19600b9f1c1739a80a973073da3ea128),
(0x1ab4bf79f100433c0697b3160a7b7c80, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', 1, 0x00000000000000000000000000000000, 0xeb7d8342c2d4795fdb77d3c6bd08813e),
(0xf595ceeac7f735e4866a943c70d1698a, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', 1, 0x00000000000000000000000000000000, 0x9f701e980e38f1fabc3f498f3b1221aa),
(0xcdec0db5109327eac7ed6427d26e8d97, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', 1, 0x00000000000000000000000000000000, 0x9f9a9098c5c0b049ee5d29d800eda61d),
(0xc30b1c747fc79702e4481a1abffae247, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', 1, 0x00000000000000000000000000000000, 0xcca838b53f11d894c92e1dea34eaf758),
(0x261ac92d189630d6dab3d44f28eea4ca, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', 1, 0x00000000000000000000000000000000, 0x2c5ee7828b9b6e345e018ef91648d9e7),
(0xe275fb8215d86df77d2bb9ce185c2f22, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', 1, 0x00000000000000000000000000000000, 0x3a95cf4d570ed3433ad3bf5bcdeb585e),
(0x04b0e8abd894f3a5e425a3f2eae5665c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', 1, 0x00000000000000000000000000000000, 0x04f56d00bebabae4b46598b6559492d5),
(0x0ac2486d04acc5713a4856c5a4804620, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', 1, 0x00000000000000000000000000000000, 0x21e84b4a43a2b756b623e61e3da5de09),
(0xf4ee256bc351bc06786d6870ba7d85fc, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x0876d91cefd510f3b31eae92dd337fa4),
(0x60d34e3c961b097dcae7132b91b5a134, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x5e5ea17e240bf70155d97b41c2a90049),
(0xb92b3a678c8d817405798adf27c2c469, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', 1, 0x00000000000000000000000000000000, 0x6311cfb23c10bbe7a611c1696ced6017),
(0x26971a467e927020dbafd2420089d39b, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', 1, 0x00000000000000000000000000000000, 0x7164bbeadae83cd836c6b54a88cccb61),
(0xe2920d1cfdf223e88f3e67ee4063b3e4, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', 1, 0x00000000000000000000000000000000, 0xbb1343a386070199f78791fb74d38574),
(0x10653aa69dee7b5b720ca0ee81ca668c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x16b041395aa95a774a5c2c1c93a2afa2),
(0x08a94457c8d6dad914586c99fde9d867, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0xde6a8d8404b5a63694938e4f6471fa4c),
(0xa765432bcef913052b7a45b85954515a, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0xcb2d3536989373cb54e2f0b1176e1352),
(0x351a00cf3c74afbbabb3bc5eff9d7def, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0xa014788db00eda0a0fe95ca2f1584177),
(0xb053b4f5a6272ba975af90a6fe4173b7, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0xb303f35be29b4381ceddd3448e99b58c),
(0xba5bbdf11e37efbc4512d4e8b7941a5d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0xde3ef5bd3d995c32c5383d6599a3a231),
(0x9435aa483bbf6c391c675314c835c14b, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x6c8004aac611cf4e63555d337edf7113),
(0x20d9320e3d9209a1d25e74f3aeb18aac, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0xf2ef60fb03eb22db531b1673c55e66bd),
(0x69ebac002b502d4d1089aea068bb1ded, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x601bc6fbac37c5ff1688adcbc1102d89),
(0x1c241c622ce400259dca9687b1b1984e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', 1, 0x00000000000000000000000000000000, 0x4988535f25fe6315b423cb6e537f60d5),
(0xe370b2f3eb33173805ed0676a639c8b4, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', 1, 0x00000000000000000000000000000000, 0x4a8643e189d6ee4d819e2c80b7792618),
(0xee6f34188929625cb2f7e4b3e15368a4, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', 1, 0x00000000000000000000000000000000, 0xde0fcb6737cd39a58ee47f3a55a15a19),
(0xc7f8850b1b961f1e5f890326daf1e43e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', 1, 0x00000000000000000000000000000000, 0xf196f49c071a704dfb6905de290ea073),
(0xe6bcd63a76bd7f050c5436a88a3c9bf9, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', 1, 0x00000000000000000000000000000000, 0x9b77b506488090e4bbbd8f05a178923f),
(0x2159fd53398f667afd38f6aea71f25eb, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', 1, 0x00000000000000000000000000000000, 0xcbdb534983ee956e0520403a069630c8),
(0x97b0cb157d954166ec59c913827d9be4, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', 1, 0x00000000000000000000000000000000, 0x769d88664886de6fc3c17de3e4b3c2c6),
(0xe5dc91a662423015dae1a241fd101aa9, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', 1, 0x00000000000000000000000000000000, 0x7ce515c14c368591713277530375922a),
(0x83d51df7775542fe16cff70539706613, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', 1, 0x00000000000000000000000000000000, 0x710c18a78b186b8e2ceda80da92be24d),
(0x91c30203dc6f63e33cfd314556c69bd6, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', 1, 0x00000000000000000000000000000000, 0x83951794a93c0dd01e2b30ae5662f538),
(0x343db6ef5a2d2060abcaf097d7446038, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', 1, 0x00000000000000000000000000000000, 0x97b84d9b531b8ee5bf7946e17f5076d0),
(0xca97aac377696c79fdb39768dbfb6b9e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', 1, 0x00000000000000000000000000000000, 0x6d439045bc4c92b18e60237d690324a4),
(0xe9cf948468774ff1261dcc49a2e62c0a, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', 1, 0x00000000000000000000000000000000, 0xbe0a852c2c9001c32441145623116620),
(0xcca1fffa7552422ed3f24f0d41da3b01, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0x00da668df93d678f358de7ccf0f4b98e),
(0xf0ea41574e6a76ce048546d45629954d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0xdc29af4ec1e7c35a20dda44b1c6db98a),
(0x4e71ed4687e4a2a26bc20f0c0437088d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', 1, 0x00000000000000000000000000000000, 0xe15ea608e61003b8c7acce7830958c4a),
(0x1942e8a7fd95220881f5f940e71ad267, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', 1, 0x00000000000000000000000000000000, 0x5175360714f14d4d5ee6aa8509dc8037),
(0x193823899feea1bd2502daacce8374e1, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', 1, 0x00000000000000000000000000000000, 0x686483f252c8a21ef0ed807027f33042),
(0x1e4349ad3f79a15aba0adb375bcdb7ca, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xf9dbcae68f0fea02295b791b0e0c6a4a),
(0x3227d0953b07a65a4e36d5db4c5ad6e3, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', 1, 0x00000000000000000000000000000000, 0x038f746eb1b46999cdb20f10728e3bca),
(0x01ee45317763b1962d57c191d20ea330, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', 1, 0x00000000000000000000000000000000, 0xf7ba1f3b2617edb90847868a149b3804),
(0xa8ac41a4022eb40cdd598da9f97a3976, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', 1, 0x00000000000000000000000000000000, 0x022058e961b368278f29d860c2fe3e48),
(0xdc8a9e34c104e432caba81b1ba7ded9c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', 1, 0x00000000000000000000000000000000, 0x404a391b2d856c47a59f252c8dd26ac6),
(0x5d17a1f0cf9636dbbf62c0b21657214d, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', 1, 0x00000000000000000000000000000000, 0x459811f65d35f0343ddcca2b4bf363bf),
(0xd1557f5b36c517ae5cfd4102023318fe, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', 1, 0x00000000000000000000000000000000, 0x97aed39f06a9cd636009458cee190db8),
(0x715f1f92305afdeb33d50a831964f524, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', 1, 0x00000000000000000000000000000000, 0x20cad02726dc050975df04cc51368567),
(0x5dc9bdd2b4c005b920bc217054539406, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', 1, 0x00000000000000000000000000000000, 0x21c3e3c2c7b8b5b1b1c085238756d138),
(0x799375bd33386f83ae7d9c1445fdf818, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', 1, 0x00000000000000000000000000000000, 0x18d3c3515f537407ec976e4e8483fd9b),
(0x71b778ff459177943f1eed87973df7c7, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', 1, 0x00000000000000000000000000000000, 0xa1f1dd5c4bc659e8822612b51b8f519a),
(0x7ac202f34ce5af2281cfcc7247d185bd, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', 1, 0x00000000000000000000000000000000, 0x4ff03ab6ec06abc78312e4990ac615f6),
(0x7086feb981db708fa3a2dc714c5ca0db, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', 1, 0x00000000000000000000000000000000, 0x1f97cd1e70becd51c463c065ae6ef84a),
(0x9c50dd6bf97c42b838b08af9e0c4e833, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', 1, 0x00000000000000000000000000000000, 0xab579cb061aa122322b12e4e7e4110ff),
(0x6f9eb01222f539a07b8272dc788b6bb8, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Client.php', 1, 0x00000000000000000000000000000000, 0x413fc1d229570f0c6f33c7e5a108afec),
(0xe94d6f21348bae06016d8bf8e78ff0d4, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x72c0b7e24e7b61d6b6e0f8f8f61116fc),
(0xada7edb7ee458745615066facf4d700f, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', 1, 0x00000000000000000000000000000000, 0xb871eae4a6e8eed3a163bcabac8d11b7),
(0xe764048bdf63c676896a42e0f5611207, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', 1, 0x00000000000000000000000000000000, 0xb93d8166451bf7382be3fa52b31e337e),
(0xad06d5813bb63af99f07b60f9d522041, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', 1, 0x00000000000000000000000000000000, 0x715cd7fd40a715d39b1bc3af7109f054),
(0x88c4813c93cd8104f0bae98259aac357, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', 1, 0x00000000000000000000000000000000, 0xcb0c22716d6a1e72e2d99c051c22700b),
(0x83a3f0765b952099516a8be2e761f09a, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', 1, 0x00000000000000000000000000000000, 0x6711659cadaf45c6966ffe279bf707f1),
(0x467d65b1c4d59b0cdd7ca0702372b598, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', 1, 0x00000000000000000000000000000000, 0xf7d10d3fd24ec62d8c0742ce556d4a89),
(0x97c845e7060a052efbce14ab9d7ebd61, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', 1, 0x00000000000000000000000000000000, 0x9b124c8463b53f392c9f71b2f2095398),
(0x86e0555b44bd2d562c59b3067d839349, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', 1, 0x00000000000000000000000000000000, 0xdabe020d67e972f5125ecbbcbceee8b1),
(0x5c96b716b38da0be64b7046616be492e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', 1, 0x00000000000000000000000000000000, 0x5b693c533191bdfeaed1a95a792256c3),
(0xa111b92105f0175b1508cb751465a8b3, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x573239f9872cb8114b63c14179f65b36),
(0x64ea10fbedc3d8f2bbd53289c1b2143e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', 1, 0x00000000000000000000000000000000, 0x43b39a9ec7bfbd5f2972b89367120eed),
(0x12424409225204d20f0b5472c9ad9fc0, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', 1, 0x00000000000000000000000000000000, 0xa4f4e627c192d9c64bd83d9aa00115b4),
(0x6dfc918ea20299b16b8eb407ba85c7b2, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', 1, 0x00000000000000000000000000000000, 0xbddeff91e19bccf29c236c1d90ccf843),
(0x56fbbccbbae7775ffc34b132b7f72f6f, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', 1, 0x00000000000000000000000000000000, 0xe2bb5ec029d7909fdf7ff52436f250fa),
(0xb4327bb79cef81d713db9320a21cea0e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', 1, 0x00000000000000000000000000000000, 0x736143f1a72514fe1fc322cce0667dba),
(0x856cb1ab3ea0686a27494c83f84fc668, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', 1, 0x00000000000000000000000000000000, 0x963444f56b4bb777a827dae51a86fd03),
(0x60ae82d9661390de8e17c190ab7dec1c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', 1, 0x00000000000000000000000000000000, 0x504e6de1434707bc5493f3312f665411),
(0x5f67b373770692b426354b61f9d03cf5, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', 1, 0x00000000000000000000000000000000, 0x04beb2a37eeedd63d9d172925d45fb56),
(0x8accfd666e9ff264e3cf3937f93e79aa, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', 1, 0x00000000000000000000000000000000, 0xf46fe4e8e9a2186fc290cc425cc7a76e),
(0x3bb96eca6d7a0af6d81e479cc7a9042b, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', 1, 0x00000000000000000000000000000000, 0x0664b37a1ada5fca58d4e13f450f646b),
(0xdf6b0131ae3f8c77c67780fefd3ba4de, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', 1, 0x00000000000000000000000000000000, 0xa31f558a39797837db8f361fc31f3fef),
(0x3f19f660c450e192ddab3b1336d0eaea, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', 1, 0x00000000000000000000000000000000, 0x3c911ae4f5ec17f4591d43fcc1a747d4),
(0x0a8c9b20fd97ec8ce360a7e3fa5f3cbc, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', 1, 0x00000000000000000000000000000000, 0x8aa2bac2a67a7538d0893d12160b639b),
(0xcd47e5443fc6ec2b917107e8a6db0521, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', 1, 0x00000000000000000000000000000000, 0xd6df6038dd9b677a0dd1a04352a5f3c4),
(0x90152c75842c5895cb3eb9b46daaf8f8, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', 1, 0x00000000000000000000000000000000, 0xb88908781ae72672f792c8af8ca17134),
(0xdcd67a7221dbfcb2dc5ac3cfa726c28e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', 1, 0x00000000000000000000000000000000, 0x63d2f49d50de83a079be057a9077e89d),
(0x5ce9cfd10483c0fe74b12c62487d9633, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', 1, 0x00000000000000000000000000000000, 0xc4085db5718357d742b6f88099e4e67f),
(0x90b0d26a171cbc12ffe6d4bd8641cb00, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', 1, 0x00000000000000000000000000000000, 0xa3805010a7595cdcd8b7d28e113a64eb),
(0x96f74ec6e492c906cad20e92432c0ccb, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x80fc359ad7599b1fad17c4885629e0f2),
(0xf68b1d75314bc7e5f4a86b816bc46052, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', 1, 0x00000000000000000000000000000000, 0x674d02842356c0adbbdd7e5c65d29575),
(0xe0d1715c7b124b749fb856136d8abd9f, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', 1, 0x00000000000000000000000000000000, 0x11ae0ab8ccc12d99e9968c7d3ad5e7cd),
(0x7393c917f5eed035b3faa587f379988c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', 1, 0x00000000000000000000000000000000, 0xbb4f698eefcce3cbbff00b26d73ac34b),
(0x98c6ec74ef03a93a47aba18dded97010, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', 1, 0x00000000000000000000000000000000, 0x8e1eb3f07eb3e75a63d963f6459937f4),
(0xb8fb6beba3a5248552f35e1310c90717, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', 1, 0x00000000000000000000000000000000, 0x569f21a68dbc161661f1ed22761f3288),
(0x71867ab66935bef8c96e83c19abab2ec, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', 1, 0x00000000000000000000000000000000, 0xb84294f3237b73089af7d808e3c41174),
(0x345aa81119f6b2df7251131a79534db8, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', 1, 0x00000000000000000000000000000000, 0xc10d01324a797ce54b7a5032840d2945),
(0xc9a7c2998b6348e405460e9c774c7364, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', 1, 0x00000000000000000000000000000000, 0x9e31ef4c06d9e61248356ce871923d7c),
(0x1c3a1e33bef14fcdd7b6a2f2602ee10e, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', 1, 0x00000000000000000000000000000000, 0x03b546ca3b1e3a5f3874dcb71db7bf19),
(0x1a6936efac76e0724f4f1c192b124805, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', 1, 0x00000000000000000000000000000000, 0xf2048a657a353494abf31c1edf73bb52),
(0xd96011553796741e7a9e450df88595f0, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', 1, 0x00000000000000000000000000000000, 0xac4ba94339b6587ed51e50f4052fd4b4),
(0xcba6247f7ff7ce11485b183c1b67a10a, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', 1, 0x00000000000000000000000000000000, 0x390842c429b7c9ea23b163bf328ed2cf),
(0xc81b44ed5193220c93c0e1ce07a9be5c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', 1, 0x00000000000000000000000000000000, 0xf0670f22d9dd464e1096e63a5cd9bb48),
(0x28e2bfb1ea49d595f7845c49e7c0a763, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', 1, 0x00000000000000000000000000000000, 0xc30353290f02dadd0f336e26b0e733e1),
(0xfbe4d5473e55221a4bb9076ff5616014, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', 1, 0x00000000000000000000000000000000, 0x77752986abc0326c27273fb63f287115),
(0xefdc7a1bc8e47c40f94d270b33672434, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', 1, 0x00000000000000000000000000000000, 0x7d51f1326f622352b6a3adf59c59b433),
(0xb4784190a95886ac76bbc345b1355972, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', 1, 0x00000000000000000000000000000000, 0x3bb71ef137dca65373c391d98c89b557),
(0xd2cc6b3e9d3a927c63db2697385356ac, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', 1, 0x00000000000000000000000000000000, 0x99e584baa6410698f67f76b0d13d226a),
(0x9e96178a098c058bdc4f33aeef7894e6, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', 1, 0x00000000000000000000000000000000, 0x4be79fcc3a9b29966a6725953426b1e3),
(0xcd0cdb2172bab8aaac5e0e203df453b9, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', 1, 0x00000000000000000000000000000000, 0x7950e7ab64374e0706aba2b6a82d8485),
(0xee3fd59996038feb0f2d4b0979bc73d5, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', 1, 0x00000000000000000000000000000000, 0xab2bd9176690011ebd56cb3165539b95),
(0xf8dcb78893196ce80d311d40b1d27e88, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', 1, 0x00000000000000000000000000000000, 0xa36805a5d5cf6a554c2b522b4a4a4564),
(0x8f6c6676084d78394e67e01efbd437e0, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', 1, 0x00000000000000000000000000000000, 0xb553e82839238c8474d2f6a6e5af3cc5),
(0x455489bd990f26c9c9898871ca898fea, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xf59c1ebfeeca4c1e01344f43ec9befa3),
(0x96daad5dd17f92af878a99b684215ec0, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', 1, 0x00000000000000000000000000000000, 0x0eeb6e8280d35dd7684f6bdd8740ca3e),
(0x587d6767f4b5d30c0afa4b33aebda34c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', 1, 0x00000000000000000000000000000000, 0x08d27deeabce447f268466a4607a1223),
(0x1fbaa8db1d36f76a5d5ccf4b4f57d23c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', 1, 0x00000000000000000000000000000000, 0x6c0da0aa12385180d9fe17374ab426a6),
(0xa3321d16cc79f7ea474a3d3d9e2200d5, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', 1, 0x00000000000000000000000000000000, 0x3751f6ebe00e33cb0662ce2569989e8e),
(0x0d9cb6c48f0237f6eaa53bbbd8bab985, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', 1, 0x00000000000000000000000000000000, 0x8aec14935ca4c09c49a98ee149e11f03),
(0x96f20d22b9f2fa0be10f3b84c04756a7, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', 1, 0x00000000000000000000000000000000, 0x141ad089236eea66ee8abb6946c20603),
(0x493f53e736c5453de4f592ba67d50d1c, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', 1, 0x00000000000000000000000000000000, 0x89041e79c3bebda048d506681b08c767),
(0xe6c0667a8b0a191d6dfda7c7e98e8e20, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', 1, 0x00000000000000000000000000000000, 0x4862cf0c701bba4f3d8a9414ba9333ee),
(0x11b53ac09d9c938f0fb8233307dc27ec, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x437bc2469eaad87806c90cf6eb57e917),
(0xc02ee1f4cfb3593e322d58224d5be257, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', 1, 0x00000000000000000000000000000000, 0xfe5065586f0ef257ba8a344e79de5913),
(0x61625a9fe7a36985412491bec14c1e78, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', 1, 0x00000000000000000000000000000000, 0xbdc6ccb3c2456ad8392bceb6cb9f6838),
(0x73f5827aa4c07cc7c3fe2f8e0937fd96, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Stream/Stream.php', 1, 0x00000000000000000000000000000000, 0x63857734eb8ab6c02d4fed259bffa0bc),
(0xcc603b991240dd14e61657e13a060c72, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0x777c1ebd1965c1fd6f4125d815c24403),
(0x0502f66ddfe0a3d4973d49c29187c577, 'wp-content/plugins/iwp-client/lib/amazon/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x9d9a7466a31941c5a06a9a144e4a78fb),
(0x329bd9fee98f02325473130c7a2158a0, 'wp-content/plugins/iwp-client/lib/amazon/s3IWPBackup.php', 1, 0x00000000000000000000000000000000, 0xc479c94aa04fb96d26eb9813ab0892a4),
(0xc7d03f1488eaecf5245b9e78a3a258a2, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php', 1, 0x00000000000000000000000000000000, 0x5008fce896ed28c0f4bc04e71a654789),
(0xb91b8e11405727ab68c572881438c710, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php', 1, 0x00000000000000000000000000000000, 0x2a966a226335b8b4ed27c94d7d173fd6),
(0xa0d16b687292f57cd0c222e8e1a88103, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php', 1, 0x00000000000000000000000000000000, 0x2f5ee1a5fbfb95822a57a4901c370180),
(0x46fcb51618a3bf97876042ec954b9dc6, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/WrappedListener.php', 1, 0x00000000000000000000000000000000, 0x3f4a2cb7587f373f5d5de9de0d86efdf),
(0x5002355bdd1884fc5805c1404ad549c1, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php', 1, 0x00000000000000000000000000000000, 0xa197ca3a469c8a1bf778e52a0d1d83a0),
(0x91a0d22ecaa4c66f42c49dd4ddb0abe8, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php', 1, 0x00000000000000000000000000000000, 0x1be5443a0a5f391bfd6cd02926733463),
(0x30b29f64da05ad5caecf75d199f10c6e, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php', 1, 0x00000000000000000000000000000000, 0x9e61aa273733b34fa4fa43cce89fb51b),
(0xdf8c0ae4d97c094a4fbd9ee65ff049e4, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php', 1, 0x00000000000000000000000000000000, 0x6cbdb191d7c7a3cfcce8473c64d92f6d),
(0xad4258bd089b4a8a5c40c04ce971ef3a, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php', 1, 0x00000000000000000000000000000000, 0xf023693716a5e8ea4a2708a0b21ee427),
(0x6d82c6b546451fc51767e27bf3c0483d, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php', 1, 0x00000000000000000000000000000000, 0x91e5cfc244ba65d0fda27705cd358f1f),
(0x8d91fdbe8b0b1318333fdc9ae14b8e29, 'wp-content/plugins/iwp-client/lib/amazon/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php', 1, 0x00000000000000000000000000000000, 0x0cae3248e313ee56374aeef67241cfe2),
(0x3007c668dbaeabe8aad0222cb6ab8059, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/extensions/dynamodbsessionhandler.class.php', 1, 0x00000000000000000000000000000000, 0xcbc2b3651cc9dc5b4a6340d7c8f4221f),
(0x7d752a7ee4d3b9d0b4a1ef784e0ace98, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/extensions/s3browserupload.class.php', 1, 0x00000000000000000000000000000000, 0xcabffdb660c1e949e77b76f01b1279e5),
(0xa018310e4a1ae93047e23623f2765c0d, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/extensions/s3streamwrapper.class.php', 1, 0x00000000000000000000000000000000, 0x608d77565de9b3d659867dba5cc08fc9),
(0x791941f7888a5e6bfa2695386e912911, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/lib/requestcore/LICENSE', 1, 0x00000000000000000000000000000000, 0x2aa5106184a59fddec7e24fa567188db),
(0xfdf1ad8df29e194b7987ec38625a32ea, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/lib/requestcore/README.md', 1, 0x00000000000000000000000000000000, 0xf1db5104d89b02a8262ba02880a077d4),
(0xcbb02a02b06bb1398b516c0333e1c500, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/lib/requestcore/cacert.pem', 1, 0x00000000000000000000000000000000, 0x6b8e910233846bbea35ee6da2a92bc84),
(0x1a5c38582eac512c5913692830d1af98, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/lib/requestcore/requestcore.class.php', 1, 0x00000000000000000000000000000000, 0x6943068473c0ea88316778e5f16826c0),
(0xfbefe39c088d58ac6c78f8a3d8a4067d, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/sdk.class.php', 1, 0x00000000000000000000000000000000, 0xa6b576c9cd9dd3f0be5324e4cbb6e5f5),
(0x6ab8b093e3d411ed0797caebe974054c, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/services/s3.class.php', 1, 0x00000000000000000000000000000000, 0x07c30630f2d96add5d3e9a3a1c884704),
(0x6658ac7fe3db5d93ef69de9bb06eb118, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/utilities/array.class.php', 1, 0x00000000000000000000000000000000, 0xda4434ec9297f1fb58960a80740f33a4),
(0x2704e6eef79c11ccfb71f598d1517191, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/utilities/batchrequest.class.php', 1, 0x00000000000000000000000000000000, 0xf27bc2811b712d317f37df7d00ce39d4),
(0xf3b91ca73730ea9d164d0b36e64c9317, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/utilities/credential.class.php', 1, 0x00000000000000000000000000000000, 0x8b41976306a86f8947654c2dd644afe3),
(0xf621cb8381cb074d0fe537dd0d53533c, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/utilities/credentials.class.php', 1, 0x00000000000000000000000000000000, 0x1739f90cb5af8e6e1a02d951cf25924d),
(0x1cb13a8c6698be325138dc234584ab60, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/utilities/mimetypes.class.php', 1, 0x00000000000000000000000000000000, 0x23e010f36e6b9f842c22b5ce1894b845),
(0x450121ddeb15bd8ec65f82af290a4d76, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/utilities/request.class.php', 1, 0x00000000000000000000000000000000, 0x93bc09805c8fe195a6cad1ab53d39f3b),
(0x93a8bb9d334723503e07baa385825663, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/utilities/response.class.php', 1, 0x00000000000000000000000000000000, 0xfa1c644e434b09314b36949c5116e4a7),
(0x4fdde5d9fbbe79677f80209f92ba65b5, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/utilities/simplexml.class.php', 1, 0x00000000000000000000000000000000, 0xb54792f7deb6d3f42b2787f9808eaeaa),
(0x5178f4261a4c7cf65d05e680529f50a4, 'wp-content/plugins/iwp-client/lib/amazon_s3_bwd_comp/utilities/utilities.class.php', 1, 0x00000000000000000000000000000000, 0x1e571bbbd2bb9840453b3cc57e286a38),
(0xd04756954ea86b7e552c1202906d4193, 'wp-content/plugins/iwp-client/lib/cacert.pem', 1, 0x00000000000000000000000000000000, 0x6b8e910233846bbea35ee6da2a92bc84),
(0x31c83dfff75478e1535543d98e214be2, 'wp-content/plugins/iwp-client/lib/dropbox.php', 1, 0x00000000000000000000000000000000, 0x9b7412d24267f3e65335c339eae149b3),
(0x637ec131c38f6f5b2daa633cc2fb7617, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/AES.php', 1, 0x00000000000000000000000000000000, 0x3cb45081e50a3198d78c30669ddf581b),
(0xc7c9322c8c8ab50aafc3f06be5f59d39, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/Base.php', 1, 0x00000000000000000000000000000000, 0x703dae1a47e5803bc082ae57f646ce3d),
(0xea8db2e749e37a956786853184dcfdf1, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/Blowfish.php', 1, 0x00000000000000000000000000000000, 0x3e198e853c65723846c28e412dcf519f),
(0x07b98758f561ccbb9a052556635a7280, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/DES.php', 1, 0x00000000000000000000000000000000, 0xd28487198be7ad37362f2ceab73c8c7f),
(0x53a8d52f9cfd7903beb3b68c22b7095b, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/Hash.php', 1, 0x00000000000000000000000000000000, 0x80467eb596258754f46d5f26a9a2cd1a),
(0x85e232cf298aed23ce8fa3c5930e0f48, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/RC2.php', 1, 0x00000000000000000000000000000000, 0x5e7ad47cb43c12e4b0e4b145c2bb90d3),
(0x13a8c6bb8717ffb1bd807126978e44e4, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/RC4.php', 1, 0x00000000000000000000000000000000, 0x83be2078a5ed9710cc154b7d0596420a),
(0x096d42092d19e80d5f359ecddc6fb068, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/RSA.php', 1, 0x00000000000000000000000000000000, 0x158051c445d140e7b4486487307a8f11),
(0xd216074ef4977d66d3b8e21e628ff069, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/Random.php', 1, 0x00000000000000000000000000000000, 0xb97a4ac10858d89d3228be5779e6232b),
(0x1a657e2d7b687cac810742b1c7ecb945, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/Rijndael.php', 1, 0x00000000000000000000000000000000, 0xfe2d7cf93603d52ae740cabd83c792d2),
(0xcdf547e6179ea6520f83f0464d833247, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/TripleDES.php', 1, 0x00000000000000000000000000000000, 0xa40af3cb8ef6958f92babb859673807d),
(0xc648eb833e0b1b0489f1e8310a68ee6f, 'wp-content/plugins/iwp-client/lib/phpseclib/Crypt/Twofish.php', 1, 0x00000000000000000000000000000000, 0x4995a24260eb430ece0cc7a52e97cff8),
(0x543320a3585310812f6b8b9ecf51087a, 'wp-content/plugins/iwp-client/lib/phpseclib/File/ANSI.php', 1, 0x00000000000000000000000000000000, 0x52c81999493b0c59e1a679ff046f55bd),
(0xa6ef5b8ca4b454a08a4137c9591530f0, 'wp-content/plugins/iwp-client/lib/phpseclib/File/ASN1.php', 1, 0x00000000000000000000000000000000, 0x7e64e1fcc250c8d7f0cfb39a34b6bf0b),
(0xedb03207232ecbe9fecab69bf1a5d270, 'wp-content/plugins/iwp-client/lib/phpseclib/File/X509.php', 1, 0x00000000000000000000000000000000, 0xa28e745b56a62770862b3e1bcb5cafbb),
(0xe5b4d9c87ed04e047fef758b5d3f6219, 'wp-content/plugins/iwp-client/lib/phpseclib/Math/BigInteger.php', 1, 0x00000000000000000000000000000000, 0xfbfd03c41e7b012435a87949e264ae0b),
(0x06e404c85ce59da5491583c1722a8295, 'wp-content/plugins/iwp-client/lib/phpseclib/Net/SCP.php', 1, 0x00000000000000000000000000000000, 0xf4156527c74b10f15ddf34c614d576c4),
(0x0c694957809d9edaebcf6996396222e6, 'wp-content/plugins/iwp-client/lib/phpseclib/Net/SFTP/Stream.php', 1, 0x00000000000000000000000000000000, 0x890da9517c18dd13f7dfb8b532027201),
(0xb0d023cddf3d98c9cf03cfa4fe3e85cf, 'wp-content/plugins/iwp-client/lib/phpseclib/Net/SFTP.php', 1, 0x00000000000000000000000000000000, 0x2c08f2161d2e4eb2a434b616e3110bc7),
(0xbc21eb7425f854957e6fc380234b9030, 'wp-content/plugins/iwp-client/lib/phpseclib/Net/SSH1.php', 1, 0x00000000000000000000000000000000, 0x04dc1c21330d1555065775bc514fff52),
(0x3cd5beefae1e0ee2c1994141eff5174a, 'wp-content/plugins/iwp-client/lib/phpseclib/Net/SSH2.php', 1, 0x00000000000000000000000000000000, 0xa201ebf934248a017f7d3fd4463a1691),
(0xaca1b214147f732ebc1283fed5d47e49, 'wp-content/plugins/iwp-client/lib/phpseclib/System/SSH_Agent.php', 1, 0x00000000000000000000000000000000, 0xf061edd43ab08e5d0e94ce2c26706a2f),
(0x30f10ebc7d2a9d77c3479cae1e17894a, 'wp-content/plugins/iwp-client/lib/phpseclib/openssl.cnf', 1, 0x00000000000000000000000000000000, 0x3286bed1a10284d3a49c839ba622b75e),
(0xada3402c072cc9125e84041f561fb1a2, 'wp-content/plugins/iwp-client/pclzip.class.php', 1, 0x00000000000000000000000000000000, 0xebbd084b94c7fe90bc55eabea335b249),
(0x4e06a5f678d29eeba2f087a49102cf03, 'wp-content/plugins/iwp-client/plugins/cleanup/cleanup.php', 1, 0x00000000000000000000000000000000, 0x275f3d5616d25e42db812543ff52c6b6),
(0x42896f293a2a36fd190cede1f9b5ee7b, 'wp-content/plugins/iwp-client/plugins/extra_html_example/extra_html_example.php', 1, 0x00000000000000000000000000000000, 0x25c504c8266793274b81a0542829f658),
(0xc343c914dfdfe8e28ddfb1403967d3ac, 'wp-content/plugins/iwp-client/plugins/search/search.php', 1, 0x00000000000000000000000000000000, 0x035e47ef53522f3f6ffcf16be799044c),
(0x77bae740fa30eb3a8998bd8e4ae32868, 'wp-content/plugins/iwp-client/readme.txt', 0, 0x00000000000000000000000000000000, 0x4925b1c55e6dddd5aa82f4120835a1ce),
(0xe8db8418ad76c5aa33d240a706aeb76c, 'wp-content/plugins/iwp-client/stats.class.php', 1, 0x00000000000000000000000000000000, 0x88e7ea2152f2d6a14bb9cd1a5d34a2ba),
(0x87f4fe077ae5c0f12291c6a5fad96d2d, 'wp-content/plugins/js_composer/assets/css/js_composer.min.css', 0, 0x00000000000000000000000000000000, 0x75524a37b1fdfa976ca2a302619812ec),
(0x24e0a173c221ea93eab5e3fb8beedddb, 'wp-content/plugins/js_composer/assets/css/js_composer_backend_editor.min.css', 0, 0x00000000000000000000000000000000, 0x22ebcf73785fe3104a41ee71dc0a56f2),
(0x9fbb018b7eeb364b39ba3e1b0465a479, 'wp-content/plugins/js_composer/assets/css/js_composer_frontend_editor.min.css', 0, 0x00000000000000000000000000000000, 0xef04e8c5da4c30523cb6a9e517abf992),
(0xee078be23b6f23401d33e6dc0930c7de, 'wp-content/plugins/js_composer/assets/css/js_composer_frontend_editor_iframe.min.css', 0, 0x00000000000000000000000000000000, 0x48653577318f1ce8cadd6fff2174b653),
(0x8b1be139343a39b7f3c0aba1f0c15bce, 'wp-content/plugins/js_composer/assets/css/js_composer_settings.min.css', 0, 0x00000000000000000000000000000000, 0x13607255e76aceb86f0d793856035e44),
(0xf91595913b499ff7e9a0462632fd4054, 'wp-content/plugins/js_composer/assets/css/lib/isotope.min.css', 0, 0x00000000000000000000000000000000, 0x2f9c4fb7d76a1a9fd5fe361d51abaabf),
(0x5fea6c0f5226f2ca4e1794081ae93031, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.eot', 0, 0x00000000000000000000000000000000, 0x05d72bd616722f39afef30004839ce08),
(0x1b03923b71499114c343da511aaae465, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.otf', 0, 0x00000000000000000000000000000000, 0xbb587e5c486d57dfc51d5579c9ea4b49),
(0x0d26e4a41a0ac944c756c3ca78979a0b, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg', 0, 0x00000000000000000000000000000000, 0xf9e431dc8d2ae45148edfc6f2ac6f961),
(0xdf726035ef2bd406ad50d9ec3b3ca04c, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.ttf', 0, 0x00000000000000000000000000000000, 0xd3b5827e4faf0b034d4b2bcaa6d43724),
(0xec8516cf207e5b508b527aa93f43d4d5, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.woff', 0, 0x00000000000000000000000000000000, 0x6ef18e62928bfbe78057f6604702062a),
(0x163aba8cec7a3f362a7cbee3ccd63681, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/monosocialiconsfont.min.css', 0, 0x00000000000000000000000000000000, 0xf20877eddf55fe531bff5bac04ad5e4a),
(0x0b21efa85855f1fbc364d9c653e000a3, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/LICENCE.md', 0, 0x00000000000000000000000000000000, 0x138257dc1dc7703485147fadc12893c3),
(0x35858dfcfcd0930c82059004fedc179f, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.eot', 0, 0x00000000000000000000000000000000, 0xa509074c88f07e40a8d2f158c4fcdda8),
(0xf6be15210913849ab588008f06c3f021, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.min.css', 0, 0x00000000000000000000000000000000, 0xb60c37779f6e3ee9c082eeb5a6997a59),
(0x1060de3c263ec6b9a9a6f41d6b5c803a, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg', 0, 0x00000000000000000000000000000000, 0x107d077d609efa7239165672c26a3c8b),
(0x0a151195ccd1ed93c4f8573402e7dcd4, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.ttf', 0, 0x00000000000000000000000000000000, 0x29f9630f7d87a79830d1c321e1600f2e),
(0x7c63fcbda758c5070048b37bafb1cdf8, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.woff', 0, 0x00000000000000000000000000000000, 0x95aa28e29618c068e8a53f64c87cb6a9),
(0xb4d7b7ef5d23ec05c487241ba3c7b15e, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot', 0, 0x00000000000000000000000000000000, 0x0ea88478b62e92b5a6e6f6f40b1fa2b8),
(0x4268b044f76a113789bf89cd8471a460, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg', 0, 0x00000000000000000000000000000000, 0x6fd1b67024a29599ea0fcec785c21909),
(0x6652a956c93e2720ef5f08538592abee, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.ttf', 0, 0x00000000000000000000000000000000, 0x9ae5efdfcc29aa39a9c1e1444d1ebdf8),
(0x8015cd36e8429f4c9925640ad36f3bb7, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.woff', 0, 0x00000000000000000000000000000000, 0x5460a9ba11448e34f332f25e72dc16df),
(0x75d382ee0cc46e2ff8161f9c85692433, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/vc_entypo.min.css', 0, 0x00000000000000000000000000000000, 0x540450a63bd1a7247dc6ef304e0af9a5),
(0x5d0d25f32c43c8d2fad88896a435bd29, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot', 0, 0x00000000000000000000000000000000, 0x37cb8c1ad6745ac852e821e5ab78d40f),
(0x99780768e606f3c72f22ba34dafb4bdb, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg', 0, 0x00000000000000000000000000000000, 0x7be74dee2b6a712f7668218fda71947b),
(0x569d5276062d871221721247f9e1bff5, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.ttf', 0, 0x00000000000000000000000000000000, 0x05cadd863565f64ce538d3da26536a21),
(0xd3581811bd3863bd5d629a21a0a46a67, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.woff', 0, 0x00000000000000000000000000000000, 0xf7e1d7f91c602afedad1e575e5696e30),
(0x8aefd76a6d464763015b64f0e155bd2d, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/vc_linecons_icons.min.css', 0, 0x00000000000000000000000000000000, 0x337b4ee81d439394a5b2d8e82a7ab7ea),
(0xdaae66dff56caa347e1cf62b9fc33119, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot', 0, 0x00000000000000000000000000000000, 0x0428489a6947b43ba32bae2eec59483e),
(0xaa6a62a92b43157a134ff5565b9a6b46, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg', 0, 0x00000000000000000000000000000000, 0x479f66f1a4ada7ba94ead86d924e8394),
(0x8b636ba0e796128605c926bb004b1337, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.ttf', 0, 0x00000000000000000000000000000000, 0x5e271f68dcf705f8b2264a9b209bb378),
(0x86c9be364b52ce1c81a33f0954298acb, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.woff', 0, 0x00000000000000000000000000000000, 0x2e3659f9fd0120142d7f9c83a931a9ac),
(0x62e46cb57a93c76751ee2864763bd790, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/vc_openiconic.min.css', 0, 0x00000000000000000000000000000000, 0x892b4ec20ca7e996370165d436b570e5),
(0xb00d5d91612a06784d50abe00934fba1, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png', 0, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8),
(0x1213520b653bb4672807f6250f3ac3c5, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_0_eeeeee_40x100.png', 0, 0x00000000000000000000000000000000, 0x7bc7b055c099a06473917c6e3f3df859),
(0x5458394f9e259f0b06316861fceb15b3, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_55_ffffff_40x100.png', 0, 0x00000000000000000000000000000000, 0x8692e6efddf882acbff144c38ea7dfdf),
(0x926e60b6f8083e5927f0d3283d619a46, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_75_ffffff_40x100.png', 0, 0x00000000000000000000000000000000, 0x8692e6efddf882acbff144c38ea7dfdf),
(0xba2cff79e6e90e884fee73a5698534ba, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_glass_65_ffffff_1x400.png', 0, 0x00000000000000000000000000000000, 0xe5a8f32e28fd5c27bf0fed33c8a8b9b5),
(0x88a6689829b943ecaa124780d5d18aec, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png', 0, 0x00000000000000000000000000000000, 0xf09a7f32f3b899aecd9ff9cfd375833d),
(0x53dfbb54960f7bf8a63fc8f755a4be32, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_25_eaf2fa_1x100.png', 0, 0x00000000000000000000000000000000, 0x0f35ae465a06fadf4857d866f737b1fc),
(0x5f7ea17298b24ef7a4bc9213a5911e5f, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_50_dddddd_1x100.png', 0, 0x00000000000000000000000000000000, 0xf522d8dea1ee6ff206f5f9658b6cbca0);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xddf139205b0cf0063685bf7044c29870, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_1982d1_256x240.png', 0, 0x00000000000000000000000000000000, 0x37064e3e5e827b876952920573a7ad42),
(0x8c6e0672b48261fdb1ffddabc67b2dd8, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_333333_256x240.png', 0, 0x00000000000000000000000000000000, 0x548a05af48ef6545db2fd999b12ca937),
(0x6fd6a3b9690abfad8c868abc8af352ae, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_454545_256x240.png', 0, 0x00000000000000000000000000000000, 0x119dd0c2e94ad689de873ef39fd43e6e),
(0x725e69f7f4809d8c4db4ec11e71231cd, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_ff0046_256x240.png', 0, 0x00000000000000000000000000000000, 0xe278325e6a9c3b7d2249e0d840ef1c07),
(0x4687033950dae90836813452fa3ee26a, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-resize-icon.png', 0, 0x00000000000000000000000000000000, 0x808ddc178c40b54d845f7ef96a7a9b3a),
(0x20899fe0ad43f220dac4bb03abfbe894, 'wp-content/plugins/js_composer/assets/css/ui-custom-theme/jquery-ui-less.custom.min.css', 0, 0x00000000000000000000000000000000, 0xb4cd098eb29498820ac16db914f02e1f),
(0xc2bc6ac0299a8895a14ce1f7d59a55a0, 'wp-content/plugins/js_composer/assets/css/vc-ie8.min.css', 0, 0x00000000000000000000000000000000, 0xd4049f0e4c4d5b08ff93eeb196f86449),
(0xb861c8e5dbd46e7c0733a75d6c825e49, 'wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css', 0, 0x00000000000000000000000000000000, 0x3d1321c363d7eb79904a6fb8c00b29c4),
(0xd1aadc0b365cacf928821998bee4288a, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot', 0, 0x00000000000000000000000000000000, 0x5e9f192bcef373b2d92bc742a79ee8ba),
(0xff92dd6a8ac8bfbf219497b4a795c266, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg', 0, 0x00000000000000000000000000000000, 0xbc4f2891f8d58624fab45627ce7cd946),
(0xa3871c22cb0d3824987a67ca8b9e7036, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf', 0, 0x00000000000000000000000000000000, 0x2fa9f977afc811ce1f38920a9bdb100c),
(0xfe721c8e23bce74b5b54d756ebbc61d0, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff', 0, 0x00000000000000000000000000000000, 0x37c19e3cfefdc99b1d62fed4ef9cf553),
(0x2f587139a9e01f1b834b0bd83e81f8c0, 'wp-content/plugins/js_composer/assets/images/flickr.png', 0, 0x00000000000000000000000000000000, 0xda8643d63c8a058fdadf69bee5b35468),
(0xeb052f652c4b9bd8e2a5106793527892, 'wp-content/plugins/js_composer/assets/images/icons/address-book.png', 0, 0x00000000000000000000000000000000, 0xa9b305f3f0513ea0369f9246b4fa34c5),
(0x540d763146b87eac6397b1d75f1d2f28, 'wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png', 0, 0x00000000000000000000000000000000, 0x956950e6fc5b328a87c8afccd508d99c),
(0xe4ad80401981c12e223f2d7217ed99de, 'wp-content/plugins/js_composer/assets/images/icons/anchor.png', 0, 0x00000000000000000000000000000000, 0x31e53f7271996d184da8269363302c44),
(0x5aef00da00f0bc94d8601427010467f4, 'wp-content/plugins/js_composer/assets/images/icons/application-image.png', 0, 0x00000000000000000000000000000000, 0x0f79cf9f7c9fcf2a97f93fdca08e991c),
(0x7d722440190b44bd7c4970b27a0f70a2, 'wp-content/plugins/js_composer/assets/images/icons/arrow.png', 0, 0x00000000000000000000000000000000, 0x64c6eb55ead1f4fecb2c645f66d9079e),
(0xd8d531f316d9380e72d29efc43b7131b, 'wp-content/plugins/js_composer/assets/images/icons/asterisk.png', 0, 0x00000000000000000000000000000000, 0x13ef7fb148cfc57c4ca873546cd9cc41),
(0x69966235146cdd4d5d2a3a34faab9c6f, 'wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png', 0, 0x00000000000000000000000000000000, 0xa2b0d42c8a5816114bc67b0b71fd3fe7),
(0xc9ee034a0f51c66b23cd56c6a4544d40, 'wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png', 0, 0x00000000000000000000000000000000, 0xa3c78a4395fcfbfdaf459fb8a1c20584),
(0x3117d36fdd4401cac23f11dbe7147807, 'wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png', 0, 0x00000000000000000000000000000000, 0x77e24143d24bd4d8bd636538f2520521),
(0xb79e50c7c12de9efa0725617f19ad732, 'wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png', 0, 0x00000000000000000000000000000000, 0xa0d617f2e4553b66be3e8e61ee7721c1),
(0xe86e188354b739f5eff62bf19647377e, 'wp-content/plugins/js_composer/assets/images/icons/balloon.png', 0, 0x00000000000000000000000000000000, 0xd64338abf01cbfde2c85f897ef78dea1),
(0x4d45abc998eddb185458a2f47fbadcc4, 'wp-content/plugins/js_composer/assets/images/icons/battery-full.png', 0, 0x00000000000000000000000000000000, 0x730df970f860f3c0d664c064ac249ce7),
(0x2b4eec5eab25e34f3fca75112c58bb4c, 'wp-content/plugins/js_composer/assets/images/icons/binocular.png', 0, 0x00000000000000000000000000000000, 0x3605cd50ec42401e1809bef466f81f7e),
(0x5aa9990cbf25c896f77552fe91440404, 'wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png', 0, 0x00000000000000000000000000000000, 0x6dce70866dd85d30068de6ebd758a943),
(0xc8b80fdea34c301a744414b664518625, 'wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png', 0, 0x00000000000000000000000000000000, 0xf917753d3fa64e8a11679223a3fae2b0),
(0x34d86e46687e59434c39805b8fc0a286, 'wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png', 0, 0x00000000000000000000000000000000, 0xe9780eaf8228c601cd5161a6600ffa7c),
(0x79decfd15599e18f875a669b51dd154b, 'wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png', 0, 0x00000000000000000000000000000000, 0x36b977556e7ac24da00c3a4f8924cac2),
(0xd049ab23879d7bfec4174511ca0d9274, 'wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png', 0, 0x00000000000000000000000000000000, 0xcc30db679f0fc8b4ae1dfe0873c13056),
(0x1895cab072d23ff77f2af38bcfcc745d, 'wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png', 0, 0x00000000000000000000000000000000, 0x040699d98f0f85809b505a5f809dc434),
(0x23c5812d54873ef31dfa90cd19c2e6d8, 'wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png', 0, 0x00000000000000000000000000000000, 0x8e1c2e8a601d67b074bc8fcc145d52aa),
(0xa87f7ede6c8e0dd097ef579f7bf97b20, 'wp-content/plugins/js_composer/assets/images/icons/bookmark.png', 0, 0x00000000000000000000000000000000, 0x072c746398b86d9d8f3fc11f2ccb7b5f),
(0x047bb2907357e2740f82fdf70e60085c, 'wp-content/plugins/js_composer/assets/images/icons/camcorder.png', 0, 0x00000000000000000000000000000000, 0xc190699e71c1303888bca89cbde673d7),
(0x68fc7c94c99130ef73570af5a090f014, 'wp-content/plugins/js_composer/assets/images/icons/camera.png', 0, 0x00000000000000000000000000000000, 0x1d7392d095530b691db14cee81d14e68),
(0x3d940e1c0f03ca493652cd0a57b9d3ed, 'wp-content/plugins/js_composer/assets/images/icons/chart-pie.png', 0, 0x00000000000000000000000000000000, 0x3b2953743cd7281ad2e819972709a5e0),
(0xaf0377f52634e4af676ce51a99c52607, 'wp-content/plugins/js_composer/assets/images/icons/chart.png', 0, 0x00000000000000000000000000000000, 0xa3129bd8173278d11c334b673ef9788e),
(0x721d7d6c67bc13488f90cd20f4de9ccf, 'wp-content/plugins/js_composer/assets/images/icons/clock.png', 0, 0x00000000000000000000000000000000, 0xaa17b172586459db4cb67b5739d1ac98),
(0x1a29a806ced5d1d60f6639605025bd5e, 'wp-content/plugins/js_composer/assets/images/icons/control.png', 0, 0x00000000000000000000000000000000, 0x02849d7ff1c555964699c4b3abd85c39),
(0x8528d7ac3a221501619778454cbe034d, 'wp-content/plugins/js_composer/assets/images/icons/fire.png', 0, 0x00000000000000000000000000000000, 0x490db596fb30e146dc4237cc61f8f9d2),
(0x804e367b080d6a1a60d6e17836a4e9bd, 'wp-content/plugins/js_composer/assets/images/icons/heart.png', 0, 0x00000000000000000000000000000000, 0x199c6fad87ef3c78005fc5e9cc25b7c9),
(0xe489c9c42f67076f0694e9bd4d52aaa2, 'wp-content/plugins/js_composer/assets/images/icons/mail.png', 0, 0x00000000000000000000000000000000, 0x0937feb3b19e28477b450d8c26ab196d),
(0x1a26793c60c2f3125a4d0bf8cd5bc5aa, 'wp-content/plugins/js_composer/assets/images/icons/plus-shield.png', 0, 0x00000000000000000000000000000000, 0x91974bd140052ff9987402db9e98beff),
(0xdd4dc68e84ef706023ddf75703827964, 'wp-content/plugins/js_composer/assets/images/icons/video.png', 0, 0x00000000000000000000000000000000, 0xbe4f609389a7b092892990724ca7976f),
(0x88837ac9d8a50db353e333b166d17677, 'wp-content/plugins/js_composer/assets/images/spinner.gif', 0, 0x00000000000000000000000000000000, 0x73e57937304d89f251e7e540a24b095a),
(0xdeddb14083d7d2a6793bf7b1715941a8, 'wp-content/plugins/js_composer/assets/images/toggle_close.png', 0, 0x00000000000000000000000000000000, 0x5f8610e80ac310f0f85d03cc38ced313),
(0xdfb76f45be22b88cdd6fd5752b7650f2, 'wp-content/plugins/js_composer/assets/images/toggle_open.png', 0, 0x00000000000000000000000000000000, 0x3a66eec8d7518b94c187bea2c7cb3ffa),
(0x41a1b693fce7cfb4aeb623ff5f6e8758, 'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js', 0, 0x00000000000000000000000000000000, 0x6cee47a1ea5453e9bfb7d3cdfc479af8),
(0x4892a23ec666ed3e41dfe9a05f7cf4ec, 'wp-content/plugins/js_composer/assets/js/dist/backend.min.js', 0, 0x00000000000000000000000000000000, 0x692bf65ed8e75f5aa21dd86f0973b1aa),
(0x463123833af418d1c12fac6d812e693d, 'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js', 0, 0x00000000000000000000000000000000, 0x320c9c66f099dbbe9f0616cffcaf9cfa),
(0x8f4252ef3f0d7e7510ffae4dbe6725d3, 'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js', 0, 0x00000000000000000000000000000000, 0xabc193f0bce71b923ec8d0b1ebe5dae8),
(0x53bb63210b25be2e4b6bb8f8c32a74d5, 'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js', 0, 0x00000000000000000000000000000000, 0xeaec6e2daab1c854eda7a25509f0cfb7),
(0x184f23dc7188b1b2fa36894b9255c91f, 'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js', 0, 0x00000000000000000000000000000000, 0xc1a37174bc8f0a047621f30a994625ed),
(0x4db23e7316729df95d9bde02dae75c99, 'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js', 0, 0x00000000000000000000000000000000, 0x0d281fef187b0a182c7bda7cdde4e5a3),
(0xe874131d230581dd9578d5674d24bf1f, 'wp-content/plugins/js_composer/assets/js/dist/settings.min.js', 0, 0x00000000000000000000000000000000, 0x3ce2c23c1715e8fcd0739ca3204fd06e),
(0x4d8804e3aa793b7cc71d0903a441eb97, 'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js', 0, 0x00000000000000000000000000000000, 0x276ba5ae53e1505741b3c61a592e706f),
(0x8cbc430a30a975592af45843eaa2bd61, 'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js', 0, 0x00000000000000000000000000000000, 0xf6766f09e8d2da300058a7a89a9a548a),
(0xf7019655cddc26288166cb2b39d3bdd8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js', 0, 0x00000000000000000000000000000000, 0xc070915e33399785ab0f923a0d5ec5e3),
(0x0a501258a76c30d2ad3582e8ee42717a, 'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js', 0, 0x00000000000000000000000000000000, 0x3b67aae8c9a681c257fbd3e9977f63be),
(0x78ba2916b9063da1de448286756df11d, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js', 0, 0x00000000000000000000000000000000, 0x70623ad7ef9b13ed53872a8b5c1d022f),
(0x0d45381a2fd4a275c50b6356c85b6401, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js', 0, 0x00000000000000000000000000000000, 0xa3c510dc481eae993cb68da6cdbc539d),
(0xf6ca76f26d872101ebd6f43da633e70c, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js', 0, 0x00000000000000000000000000000000, 0x902b7ca09549975e55e136fb0026df9a),
(0xfe29729d9fc3b382bb4679126ed5b787, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js', 0, 0x00000000000000000000000000000000, 0x96b611af9424d731d41b7172bfa95d64),
(0xd427db311f69d35f481ec554d4578473, 'wp-content/plugins/js_composer/assets/js/vendors/yoast.js', 0, 0x00000000000000000000000000000000, 0x2e76e0dcfd40d033445d57425ea13621),
(0x6a9b0587f8f44a9fad6a311a6abe7596, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/content_block.less', 0, 0x00000000000000000000000000000000, 0xacb12299763625896fc6ba51739e4814),
(0xaddeba8df73e39a193ecf8bc3b282631, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/empty_containers.less', 0, 0x00000000000000000000000000000000, 0x84cab60c8239a609fb5cba35b3236e8a),
(0x1012d131570f714007b73f67276cdf56, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/rows_columns.less', 0, 0x00000000000000000000000000000000, 0x48056c0c8ddbf99c07326362f914e82d),
(0xb8fbbaa97a9de92b443037db8de95c3b, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion.less', 0, 0x00000000000000000000000000000000, 0x7939e34567e1731f27610f2a0c6c4f00),
(0x696c6f60f2bbb76f0a92346177360523, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion_tab.less', 0, 0x00000000000000000000000000000000, 0x34885cf451ca1050bea3c2d73c63cc24),
(0x2c83f38a7eef8359f2ca0f49ed6056a7, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_button.less', 0, 0x00000000000000000000000000000000, 0xa867ef587186b91cd1e6e4e2a540b971),
(0x361fe95982c3c3837e3a208996abc140, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_button3.less', 0, 0x00000000000000000000000000000000, 0xfe998af08b1033a8f0adfe03d3ecc1c9),
(0xe4cae142928f6dc6decf6315f3fca17e, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_call_to_action3.less', 0, 0x00000000000000000000000000000000, 0xcbf754557f4ada52be053386043f32d7),
(0x5c44f5615bc96c402396646b60d4a413, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_charts.less', 0, 0x00000000000000000000000000000000, 0x6f32cc4c99d9a3420c26189ca254f17a),
(0x8d5d4dae9e73f4be71a32a6b725246fb, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_column_text.less', 0, 0x00000000000000000000000000000000, 0xe9966392ce68fb1cc19cf49be54ae230),
(0x1e10c22ae0fc555c52651e111b0da70f, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_cta_button.less', 0, 0x00000000000000000000000000000000, 0x27b12dfa05bf233f3da2fa37341f77f7),
(0x0d3e38a7fda0c924beebde7436db33a2, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_empty_space.less', 0, 0x00000000000000000000000000000000, 0xea2c0832788bd3d267ec7ac6eba2c01a),
(0x3e24918601303b42feebc25b30fb7738, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_facebook.less', 0, 0x00000000000000000000000000000000, 0xecb3708466ee716c1f0f79a353cbfe94),
(0x9da893619f4ceb8f60953625c09b6178, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_flickr.less', 0, 0x00000000000000000000000000000000, 0x2657d1f8ba4e53677cce948889147aa2),
(0xcde26c92057540100bbfadab6cf42300, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_gallery.less', 0, 0x00000000000000000000000000000000, 0x471123e9e6b53b149ca5efbbdf52468e),
(0x33dbd95051549050b4b6f646707096d2, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_gmaps.less', 0, 0x00000000000000000000000000000000, 0x70e3b98e25f92ea4c2d3fb41e75fe3a9),
(0xfb0f1595f6850a97c26670b655fe5aea, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_googleplus.less', 0, 0x00000000000000000000000000000000, 0x8a27c1b83554e6fb3fd2faf45c15e585),
(0xf472b47b6000b2e954ce73357b06c428, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_images_carousel.less', 0, 0x00000000000000000000000000000000, 0xc37b53859539c58e776ebda668d05b27),
(0x9e6287ec6bd1a0b9b07ec470b784f70d, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_message_box.less', 0, 0x00000000000000000000000000000000, 0x4b7e2b246649323ade44eb12cf263ae8),
(0xa132501a4d67ce7e516eab86e00743ed, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_pie.less', 0, 0x00000000000000000000000000000000, 0x8d70e79ed0a10a532e1d594f6342346c),
(0x69c2c35f694fe8659c680f825ef60bf1, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_pinterest.less', 0, 0x00000000000000000000000000000000, 0xecd2ae848f94403c48af72a64b102864),
(0xdd56c68d76bf55602bc7c679b3210ec7, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_posts_slider.less', 0, 0x00000000000000000000000000000000, 0x075c8e2cac30ed1a50eef955736d6c8b),
(0xb5a8cf4dc7a706f99edc376a97fdf5c8, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_progress_bar.less', 0, 0x00000000000000000000000000000000, 0x74ba06d3a749e275c82d796e235b50e4),
(0x65b2d5e00b0c198946b42f4d14d5e9c5, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_html.less', 0, 0x00000000000000000000000000000000, 0x7ffdff6de46ad353119a2df1b5ffd3e2),
(0x380ba0c3eb48989c77b4a753085219f3, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_js.less', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xc51d62ff418bfb1aa5fb78050d33d728, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_separator.less', 0, 0x00000000000000000000000000000000, 0x14e8db9bbba568d8f7895cda54756734),
(0xa2494257575ed1a61cb89736333eee5f, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_single_image.less', 0, 0x00000000000000000000000000000000, 0x3a420d4b8473a26b67199d7fc289a38c),
(0x0c96615d71d1ecc973bd59fea187f5bb, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tab.less', 0, 0x00000000000000000000000000000000, 0x9d2fdf1ede605ace843523a2538501a0),
(0x208b00c1eb0ecdf6d4f855ecc038b3f7, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tabs.less', 0, 0x00000000000000000000000000000000, 0xe85cc023acf1edb6073d6bb34d980a38),
(0xca5c3a708842856c1c8e0bcf2723dc4f, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_teaser_grid.less', 0, 0x00000000000000000000000000000000, 0x47d3d83a5d4f0b4d4e193d80eeb868b8),
(0xa2e4e114d516d34999f07b85616240d8, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_toggle.less', 0, 0x00000000000000000000000000000000, 0xec9fce53eedce4b7cf8eb7c709c5092b),
(0xba228263078da8abd70f2cf90810dfe1, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tour.less', 0, 0x00000000000000000000000000000000, 0xce829fc6aa802d16a1bbb362387165f1),
(0x734e7abb69421c6dd13c9ab2451f0e6a, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tta.less', 0, 0x00000000000000000000000000000000, 0x69cbcf5c81a73286a898b79f9160f76e),
(0x2c971664d09588471c8e1027ea539812, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tweetmeme.less', 0, 0x00000000000000000000000000000000, 0x89d39293c964a0c29c16fd04c79a7ae1),
(0xdda26ef97b0dabe71263398a0ac0aaa4, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_twitter.less', 0, 0x00000000000000000000000000000000, 0x1172516e9a5ce81c931fe152764b2e4c),
(0x0810f8808ad6c1c67c097947267c3c79, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_video.less', 0, 0x00000000000000000000000000000000, 0x080509fd8e7de103f1c1f909c4f0bae2),
(0x5c08f4bbea859954ae9cd31109b8b25d, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_widget_sidebar.less', 0, 0x00000000000000000000000000000000, 0x24621d53ad117ad395b72bf7c9c8da9b),
(0x35e9a16097d38bc91184e31f3a070a1c, 'wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_wp_widget.less', 0, 0x00000000000000000000000000000000, 0x37b7e7fdc8efdcb94dc2476e5e2c6166),
(0x0ed432a84c07c1ece6d56d1bb6220999, 'wp-content/plugins/js_composer/assets/less/config/admin_variables.less', 0, 0x00000000000000000000000000000000, 0x6283acfb76168409174ad2191626adb8),
(0x36ad2d698879f0c23973fcad8e47ed22, 'wp-content/plugins/js_composer/assets/less/config/variables.less', 0, 0x00000000000000000000000000000000, 0x8dc0356f13f98a991b06394786f3631b),
(0xbd5024f45ab95e208ff5783b1d791e6d, 'wp-content/plugins/js_composer/assets/less/config/variables_colors.less', 0, 0x00000000000000000000000000000000, 0xe5b1332f78f6d294b314d90871763e48),
(0x91cf26c5ca844b8f59d84a5990cf45a1, 'wp-content/plugins/js_composer/assets/less/config/variables_common.less', 0, 0x00000000000000000000000000000000, 0x6d8adede85122a4201608b4f91884792),
(0x99d69e496562909a2f22edd8564f392f, 'wp-content/plugins/js_composer/assets/less/js_composer.less', 0, 0x00000000000000000000000000000000, 0x6e093ee4ff139dafe9e4025bdbda65a7),
(0x556aa227e55112b810b0225ea30236da, 'wp-content/plugins/js_composer/assets/less/js_composer_backend_editor.less', 0, 0x00000000000000000000000000000000, 0x70d21f0a798f1a08d428d0e69b3212eb),
(0x0fb63e86a16996fadf4fc5c3fa3286c9, 'wp-content/plugins/js_composer/assets/less/js_composer_frontend_editor.less', 0, 0x00000000000000000000000000000000, 0x3749ef9a8fcf6199e17ab128cd10a3d0),
(0xe653099e945be6760d0c125caf18cba9, 'wp-content/plugins/js_composer/assets/less/js_composer_frontend_editor_iframe.less', 0, 0x00000000000000000000000000000000, 0x79156f85bb349980b30ba473c6e5fa2c),
(0x19725828b2a83f30d9cd9a72903231a7, 'wp-content/plugins/js_composer/assets/less/js_composer_settings.less', 0, 0x00000000000000000000000000000000, 0xaa94b10181a7a2db8ea81852a04c9f78),
(0x2b11988e6c661df1b6767ce6860cf117, 'wp-content/plugins/js_composer/assets/less/lib/backend_controls.less', 0, 0x00000000000000000000000000000000, 0x05f385f68031a84abaeedaba92476f0d),
(0x2575acbb6b84f0e5277e1db27368e58a, 'wp-content/plugins/js_composer/assets/less/lib/backend_draganddrop.less', 0, 0x00000000000000000000000000000000, 0xa8053df7b17e6560b7c9aa17feab9823),
(0x044024601a569c2cc2bc5776d078d4e8, 'wp-content/plugins/js_composer/assets/less/lib/backend_grid_element_pointers.less', 0, 0x00000000000000000000000000000000, 0xafa9ebeeebefe1cc9cf9a66fd0e11252),
(0x838a6798da56cceef7a40786d6001211, 'wp-content/plugins/js_composer/assets/less/lib/bootstrap-components.less', 0, 0x00000000000000000000000000000000, 0xeb6a3b40504e40295f9cda14df359de6),
(0xdd0cf5b5f9207cf8cb3acf4b61bcf79b, 'wp-content/plugins/js_composer/assets/less/lib/controls.less', 0, 0x00000000000000000000000000000000, 0x92ffcd4362f03b62ea73256915d782cc),
(0x3277a92a84eebaea22f66c23a5b0581d, 'wp-content/plugins/js_composer/assets/less/lib/css3_animations.less', 0, 0x00000000000000000000000000000000, 0xb3139bee53d6ba64570156aa5bc95e91),
(0x5b5a94ff120e381dca43b99070c6b8d2, 'wp-content/plugins/js_composer/assets/less/lib/editor.less', 0, 0x00000000000000000000000000000000, 0x919d4b7571b37baae39a7adc616cdbe1),
(0x445e46325f3cf43912e20b0a5616401e, 'wp-content/plugins/js_composer/assets/less/lib/elements_icons.less', 0, 0x00000000000000000000000000000000, 0x5608853ae25a1ba12bd9409ad78ec87c),
(0xe7ec295723f71ab142e528c735d57a0f, 'wp-content/plugins/js_composer/assets/less/lib/front.less', 0, 0x00000000000000000000000000000000, 0x7d5def57debc36d2a8248c36168ced68),
(0xeb0598f06fba73af891577b9c5f198f5, 'wp-content/plugins/js_composer/assets/less/lib/frontend_draganddrop.less', 0, 0x00000000000000000000000000000000, 0xf4ed7d535fa4d39502b66bed6202257a),
(0x1777f6ae72ce1c3ea4302bb506c90e38, 'wp-content/plugins/js_composer/assets/less/lib/frontend_editor_controls.less', 0, 0x00000000000000000000000000000000, 0x69a66fdd1f6d3e120e02d1a65f1a7d66),
(0xe5955f7be1999e04a92d7a3ca750db7c, 'wp-content/plugins/js_composer/assets/less/lib/frontend_vc_elements.less', 0, 0x00000000000000000000000000000000, 0x73c9e33b80619c111d68cdb409769887),
(0x56357ff3d31179682dc6efd146ae5161, 'wp-content/plugins/js_composer/assets/less/lib/frontend_vc_row.less', 0, 0x00000000000000000000000000000000, 0x1a1ff31ed700ba0f4d04b28b83e73fb4),
(0xbd84a5ebf608279ba38c0610b73adc97, 'wp-content/plugins/js_composer/assets/less/lib/grid.less', 0, 0x00000000000000000000000000000000, 0x534f634d20301da3312508fba45929af),
(0x0e92eb042c7c43abe147ffb19185611b, 'wp-content/plugins/js_composer/assets/less/lib/media-gallery.less', 0, 0x00000000000000000000000000000000, 0xb819a1ed231bdff72f6596d224f0a428),
(0xd85f65f86a8a0d4e2e256cfc8f08e095, 'wp-content/plugins/js_composer/assets/less/lib/panel_preview.less', 0, 0x00000000000000000000000000000000, 0x4bcaca91c00fa2e12fbf0981f7974f89),
(0x88b4bd339e3ca8fa214da2936d212889, 'wp-content/plugins/js_composer/assets/less/lib/parallax.less', 0, 0x00000000000000000000000000000000, 0xe210a93ded635359e15c0d1ca8c63a8c),
(0xbf3a13ce50193db3d14e981e8a951e42, 'wp-content/plugins/js_composer/assets/less/lib/pixel_icons.less', 0, 0x00000000000000000000000000000000, 0xc6801035d13464fc954f1431275cb4e9),
(0xbcb44bf41bb16c229480029a53b542dc, 'wp-content/plugins/js_composer/assets/less/lib/resizable_modal.less', 0, 0x00000000000000000000000000000000, 0xebff1126cf669f8b91107399dbe9604a),
(0x67ea02e2be28db7df375d0ecff65fa61, 'wp-content/plugins/js_composer/assets/less/lib/responsive-utilities.less', 0, 0x00000000000000000000000000000000, 0xa842bd4e38e39a686780948bead22351),
(0xf1c852d5339cd7dc87da469a3d056205, 'wp-content/plugins/js_composer/assets/less/lib/utils.less', 0, 0x00000000000000000000000000000000, 0x446bccb8f6b64f68e74f05fc7a231aee),
(0x83ebffb1d38c9dd73b74bcd7872dee00, 'wp-content/plugins/js_composer/assets/less/lib/vc_font.less', 0, 0x00000000000000000000000000000000, 0xa694a0bc50377c70386d9f8dfcc10737),
(0x88dd17e67b016c785efb7a5e72d1a5e8, 'wp-content/plugins/js_composer/assets/less/lib/vc_mixins.less', 0, 0x00000000000000000000000000000000, 0x498f08d868520a4020c078802e95a4de),
(0x5bedb33aa18d6b205ece69266b0ceae8, 'wp-content/plugins/js_composer/assets/less/lib/vc_pointer.less', 0, 0x00000000000000000000000000000000, 0x354928a660b8cd237c2c6e668617108e),
(0x27aa6133a620b993dfe667ccdeefa2f3, 'wp-content/plugins/js_composer/assets/less/lib/vc_row.less', 0, 0x00000000000000000000000000000000, 0x7dabe73c300148c763aaa1cdcc7f4274),
(0x387393e86ef947962fa5e1ad28f8e296, 'wp-content/plugins/js_composer/assets/less/lib/wpb_icon.less', 0, 0x00000000000000000000000000000000, 0xaee36a8a21b29beb34ed523b1a8835eb),
(0x333e28e4c75b037ee279a94ffa4e9ddc, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-button.less', 0, 0x00000000000000000000000000000000, 0x0b0e66663d115479cb1325e3a4efa4c2),
(0xce7cd2a83bc2887adc5eeab282ef12ce, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-dropdown.less', 0, 0x00000000000000000000000000000000, 0x0d59cb5a305bf858191d8444da5b1c81),
(0x6fa2fe7471b0903c33c8a0390049b1c7, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-flex-bootstrap.less', 0, 0x00000000000000000000000000000000, 0x1211a1168cc7a23b9e640a08d334946d),
(0x5f74d4ef66e3e155eed1a1959de65503, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-fonts.less', 0, 0x00000000000000000000000000000000, 0x9b87694cfd78b867dd04187e57952f54),
(0x5210a37dd28e42fccf8dfeb8df7df1dc, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-gaps.less', 0, 0x00000000000000000000000000000000, 0x5b283d193895302da819508afc0c1750),
(0xc9909a5b16b2aeeff79e73e8d8fdaf5c, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-helper.less', 0, 0x00000000000000000000000000000000, 0xea496334869f3981dcdd528cc892c71b),
(0x414eaa052aa382000dd28cb0aa16e7f0, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-icon-pixel.less', 0, 0x00000000000000000000000000000000, 0x6b37bf85647f1991cdbac88726568144),
(0x2b2667efa43c02d7e7e487fd28073eec, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-list-bar.less', 0, 0x00000000000000000000000000000000, 0xd919dc81b99d8da4e6d63345b6cf1a34),
(0x51733b77caf3469d68051b58d1f2d507, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-loaders.less', 0, 0x00000000000000000000000000000000, 0xbf756c85020cde77e7a8052453f835f5),
(0x24e20df6c542ebbf7c049625a25ebe4c, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-content.less', 0, 0x00000000000000000000000000000000, 0x91b83e9ea33198c505926edac0e5fc7d),
(0x7aaa7a1f19843cc70d73592317100686, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-footer.less', 0, 0x00000000000000000000000000000000, 0x2f82feae133448e82f3d993584d33d5e),
(0xf2d348871c19a621419663e61753269a, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-header.less', 0, 0x00000000000000000000000000000000, 0x2bb734cd021ab12939514f18b3a2afc0),
(0x036c9f4cad3256249ed6e36c1b755be4, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-window.less', 0, 0x00000000000000000000000000000000, 0x7f6bd877abaf0adcbf8fd4f7d9e7610e),
(0xa079d5dff6591dfbe3e988eae3ee050d, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel.less', 0, 0x00000000000000000000000000000000, 0x4eafdf7bc46ebf865a9a8fc739b81a28),
(0x97775a7867eb985d5b7e4aa0add11050, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-edit-element.less', 0, 0x00000000000000000000000000000000, 0x647167ed7c68f43090ce90afe18df31a),
(0x41383d64d915a9b310327e8dfc7ad9ac, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-row-layout.less', 0, 0x00000000000000000000000000000000, 0x72fc6b6524245c0836a57f33e30dd18f),
(0x04e73874b2c9bbab9306855995ce39ba, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-templates.less', 0, 0x00000000000000000000000000000000, 0x54c4100a610df7266c0fa5c3990b6a7e),
(0x72016c4a38c46a380e87e595252450f5, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-prompt.less', 0, 0x00000000000000000000000000000000, 0x1da5dfcbb313a2e82f3d05cb2b47ed18),
(0x45688e0000a5439e7937385b965eafcc, 'wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-tabs-line.less', 0, 0x00000000000000000000000000000000, 0x3113428ec37736e99cd93e571fcdffaf),
(0xecfad24c7621e9792f9cf065a536cfc0, 'wp-content/plugins/js_composer/assets/less/modules/vc_buttons.less', 0, 0x00000000000000000000000000000000, 0x9a3d61da7bde151083bcc7b198d49cc0),
(0x7badae3851a5363fb834c412b5fbac08, 'wp-content/plugins/js_composer/assets/less/modules/vc_fullscreen.less', 0, 0x00000000000000000000000000000000, 0x730d2fac1b0b899590e9162f292a0c69),
(0xfdc8bd546b804c29f2da9cb020115537, 'wp-content/plugins/js_composer/assets/less/modules/vc_helper.less', 0, 0x00000000000000000000000000000000, 0x13713f1192277293ea5a7ddb9930bd31),
(0xc94993cb6088c09f05a087dbd2f769cc, 'wp-content/plugins/js_composer/assets/less/modules/vc_messages.less', 0, 0x00000000000000000000000000000000, 0xcb095338b203901a8e08e19ec0391bc0),
(0x2890fe375ad34e7ee5e4a53422100bd3, 'wp-content/plugins/js_composer/assets/less/modules/vc_modals.less', 0, 0x00000000000000000000000000000000, 0x78a9cee115bfd5a8b0cd137761b23f21),
(0x4d197aa62eaf207b2b271fa2a952c77a, 'wp-content/plugins/js_composer/assets/less/modules/vc_navbar.less', 0, 0x00000000000000000000000000000000, 0x3b64165b3ddceb7736e8126131c61e54),
(0x4884937a1b531adf21432e2cfac6ab28, 'wp-content/plugins/js_composer/assets/less/modules/vc_panels.less', 0, 0x00000000000000000000000000000000, 0x2ad2dab1971a1500d6d0e1199eca08f8),
(0x3d2363058955dbe3f41de4f1c2d83778, 'wp-content/plugins/js_composer/assets/less/modules/vc_placeholder.less', 0, 0x00000000000000000000000000000000, 0x32f12a6792d49a9f8e46c3518058ef2e),
(0x0b98c7eb572b54f394856dd22c9e331b, 'wp-content/plugins/js_composer/assets/less/modules/vc_preloader.less', 0, 0x00000000000000000000000000000000, 0x62f4b7455b1a45a45881df2a51a4d9d2),
(0xf017cc15410a6ff013c35b49cad66ad9, 'wp-content/plugins/js_composer/assets/less/modules/vc_switcher.less', 0, 0x00000000000000000000000000000000, 0x7c4395c53edcead668eda0da9e221502),
(0x587b6db5d313350646603eebfc6d0981, 'wp-content/plugins/js_composer/assets/less/modules/vc_table.less', 0, 0x00000000000000000000000000000000, 0x3f0c95b5535c77ab7cf860fa75ab01ee),
(0x7d1d7261b1405757f434630d200d1a47, 'wp-content/plugins/js_composer/assets/less/modules/vc_teaser_box.less', 0, 0x00000000000000000000000000000000, 0xa7d14022378596e8c8485abb1a95d8df),
(0x3ea9e674fd0722541b1fd6b76b28214f, 'wp-content/plugins/js_composer/assets/less/modules/vc_welcome.less', 0, 0x00000000000000000000000000000000, 0x7578e94f7bb31ba7a98c691e6b4d45a3),
(0x30546584992550fe39703da42b5ca313, 'wp-content/plugins/js_composer/assets/less/pages/vc_welcome.less', 0, 0x00000000000000000000000000000000, 0xafe3da5c1676b19cbf0dcd60959f084c),
(0xd5e79b18124adb8b5649208caf572840, 'wp-content/plugins/js_composer/assets/less/params/autocomplete.less', 0, 0x00000000000000000000000000000000, 0x10a0b09cd3b7ff0ace3773682401170e),
(0x7a99b7415b4dcb21791f446a752aee54, 'wp-content/plugins/js_composer/assets/less/params/colorpicker.less', 0, 0x00000000000000000000000000000000, 0x1123df759a0b940e6c7cd1509251b23e),
(0x6911886bd0aedd3acea556bb1f6acb48, 'wp-content/plugins/js_composer/assets/less/params/column_offset.less', 0, 0x00000000000000000000000000000000, 0x191a383c47eff5478321eb1dd1b60254),
(0xc4fed2c48d90639ca3242b59d0c57a3b, 'wp-content/plugins/js_composer/assets/less/params/css_editor.less', 0, 0x00000000000000000000000000000000, 0x3c4c505ffe438e85c3ce70475962cb7b),
(0x95368bf1c6584c35f4add77ab0ee975e, 'wp-content/plugins/js_composer/assets/less/params/dropdown.less', 0, 0x00000000000000000000000000000000, 0x81fee7ce1a3283c5531e268c3996b9f0),
(0x3f8023b6c1a7369c7ffed940e6993625, 'wp-content/plugins/js_composer/assets/less/params/hidden.less', 0, 0x00000000000000000000000000000000, 0x1c7dd9fb792a881c8a51b274c6a19143),
(0xd2223cd71ca494992adc1f03c9f687b7, 'wp-content/plugins/js_composer/assets/less/params/iconpicker.less', 0, 0x00000000000000000000000000000000, 0xf9ef2a582e989eb54ab214718613695c),
(0x4f52ee296dffebc55e142197f9b1be8a, 'wp-content/plugins/js_composer/assets/less/params/loop.less', 0, 0x00000000000000000000000000000000, 0x21a5626b5a36bcae25465fbc3d27263f),
(0xbdf2b57d377a049d58ea3ed91c3dd5e6, 'wp-content/plugins/js_composer/assets/less/params/options_field.less', 0, 0x00000000000000000000000000000000, 0x757ea069c56714a46e4288a5a6509beb),
(0x43773cea625489ffa46ff5735e4c349f, 'wp-content/plugins/js_composer/assets/less/params/param_group.less', 0, 0x00000000000000000000000000000000, 0x8c936cd4111475024807413b80dbdb04),
(0x706fe8cb8be2c843c8080ce5ef734efa, 'wp-content/plugins/js_composer/assets/less/params/sorted_list.less', 0, 0x00000000000000000000000000000000, 0xa287a536fc40051736e83176527a7ac8),
(0x4c93f2ee9c904f147b89a527a5a53eb0, 'wp-content/plugins/js_composer/assets/less/params/vc_grid.less', 0, 0x00000000000000000000000000000000, 0x2c07a66d2761f5eadff95cf823c428dd),
(0xee42fd57cc823a1f67c8143232b95e91, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_element.less', 0, 0x00000000000000000000000000000000, 0x7984bb804beb88f96eb2b2682ae25512),
(0x8b0a4f04313d299e70c253b30f816664, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/navbar.less', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xb6c1e8669a097f7326300d48d17bff0f, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/preview.less', 0, 0x00000000000000000000000000000000, 0x18f9b8f4da3708b5e82fd33581529cce),
(0x39998aaf16fd6deaeb8d3e74abb65c81, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block.less', 0, 0x00000000000000000000000000000000, 0x406af647ada9d80d13b6a1d7df30cfb6),
(0x5a9d99c2b92657dbc4b5f1904fecff8d, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block_admin.less', 0, 0x00000000000000000000000000000000, 0x05a5805e0c531bb834bd46b578507a72),
(0x9b5232d71b6e3c2da091d515063cca9e, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_col.less', 0, 0x00000000000000000000000000000000, 0xcbe12f049665afa35abdf4673846c7bb),
(0x6346884592329920f628864e18db23e7, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_gitem_zone_height_mode.less', 0, 0x00000000000000000000000000000000, 0x899bbb87f59657ea251e412ec88e1648),
(0xe5dccc372c3cbeb3e9a2f917dc4cbf3d, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_categories.less', 0, 0x00000000000000000000000000000000, 0xb0338dd5ceb885d465eef33d11b8e29b),
(0x7a704678bf622c6b709f1ee4c889df85, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_data.less', 0, 0x00000000000000000000000000000000, 0x8c79cc7f07e26b73fc0de993b8691b0c),
(0x7b8878b9a391d07b88da9e33e1e65dae, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row.less', 0, 0x00000000000000000000000000000000, 0x76fe7f9e203a31b363867aba6119bfdc),
(0xb5ddb531e4c0967f638c4a92ea0c3080, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row_admin.less', 0, 0x00000000000000000000000000000000, 0xf5b5fd1f813de176e40191c5ff904923),
(0x28509556d52c6ee53be219954b144cf1, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone.less', 0, 0x00000000000000000000000000000000, 0x3d6ded7b141d29a3bc00881b727dc74b),
(0x3a4c079e6ef8b6c0b7aca806e5458a32, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_a.less', 0, 0x00000000000000000000000000000000, 0x0d0ce987c726cf5b8bd62b9111a500f5),
(0x0ee06c848dadcd08a28396e53251cc43, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_admin.less', 0, 0x00000000000000000000000000000000, 0x3d193b10bf32ec8aff61189a87f41155),
(0x6f6f4d73339a9b1b791821572443bbfe, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_b.less', 0, 0x00000000000000000000000000000000, 0xa0a52f3c43c69b3940ed0b2133b50e58),
(0x109342c15386a60c63143f5892ceef82, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_c.less', 0, 0x00000000000000000000000000000000, 0x5a78f26930f48742fbc909af0e5d520e),
(0xbe61508c4ed925701d693157aea5d8c0, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/vc_gitem_editor.less', 0, 0x00000000000000000000000000000000, 0xf6078a72a1e17801074b2a158473ed5a),
(0x08b8fa80df0a13d3625d5cf1f4d138d3, 'wp-content/plugins/js_composer/assets/less/params/vc_grid_item/vc_grid_item.less', 0, 0x00000000000000000000000000000000, 0x8f52ce1930a39edae6c9c1d1d967195f),
(0x0e195ea2ce3b8f6bb6ac47c134f976cc, 'wp-content/plugins/js_composer/assets/less/params/vc_link.less', 0, 0x00000000000000000000000000000000, 0x86272c6988315f27c00a1d3ca4364ff9),
(0x5ce9a9c6e958d1e3ad58a9a9b9028e60, 'wp-content/plugins/js_composer/assets/less/params/vc_message_color.less', 0, 0x00000000000000000000000000000000, 0x0bfefb23b5158c51f02b1d03084575ed),
(0x603d8ee10235e26948281da888fccea5, 'wp-content/plugins/js_composer/assets/less/popups/modal_add_element.less', 0, 0x00000000000000000000000000000000, 0xa9ebbe683b53a50071993964f7973271),
(0xb0b56b55320f16ea419bd63384204f0f, 'wp-content/plugins/js_composer/assets/less/popups/panel_edit_form.less', 0, 0x00000000000000000000000000000000, 0xf7a735e5951d1af48576168bd79deeef),
(0x9e4c7a7fa5fbf6e45d7863b6eac0b4e7, 'wp-content/plugins/js_composer/assets/less/popups/panel_edit_layout.less', 0, 0x00000000000000000000000000000000, 0x5079c3af0bf8b2793b7698facd1c2204),
(0x3df2ac639df079ec3bda062c61ad6b56, 'wp-content/plugins/js_composer/assets/less/popups/panel_post_settings.less', 0, 0x00000000000000000000000000000000, 0x7ffdc95a799c31bf492a6d5f6df84108),
(0xa4ba96db1421319f2c7ad641d629097d, 'wp-content/plugins/js_composer/assets/less/settings_tabs/automapper.less', 0, 0x00000000000000000000000000000000, 0xce7f7d184e9014373e36df120113c827),
(0x459a48d3d5afe8fcd4ed4805f5872232, 'wp-content/plugins/js_composer/assets/less/settings_tabs/custom_css.less', 0, 0x00000000000000000000000000000000, 0xf9be29bf2ff078a39983320d615fe3d5),
(0x60693495acbbf30bfe359b9a57c89f9e, 'wp-content/plugins/js_composer/assets/less/settings_tabs/design_options.less', 0, 0x00000000000000000000000000000000, 0x8c9a67906349b23fd5176db66180a8e9),
(0x6775a63e5a5781fe54b54ac5aa935d29, 'wp-content/plugins/js_composer/assets/less/settings_tabs/element_css.less', 0, 0x00000000000000000000000000000000, 0x92f7fd3ab14fe16e05fea2be01694a58),
(0xe273c00f8d5cc16683085adf59db3dea, 'wp-content/plugins/js_composer/assets/less/settings_tabs/general_settings.less', 0, 0x00000000000000000000000000000000, 0x921a05e0facc0f59654ecfe41a653f1b),
(0x872288cc236fc6a1120527dcec9c9c73, 'wp-content/plugins/js_composer/assets/less/settings_tabs/product_license.less', 0, 0x00000000000000000000000000000000, 0xea5ab4f39f171d56c75e3549c88b855a),
(0x5a61450892ea0431c1a77c1bd4721413, 'wp-content/plugins/js_composer/assets/less/settings_tabs/tabs_ui.less', 0, 0x00000000000000000000000000000000, 0x414d68ff729e85f4cb264a69013a7aae),
(0x17bcca319160f4597598fabc9737b365, 'wp-content/plugins/js_composer/assets/less/settings_tabs/user-group.less', 0, 0x00000000000000000000000000000000, 0x6cc857f96bef605bdaa1863ebd274499),
(0x62f3f4e8b027ce038adb9855f6849c5d, 'wp-content/plugins/js_composer/assets/less/settings_tabs/vc_roles.less', 0, 0x00000000000000000000000000000000, 0x04c3c92b9785c301dacd7fca578268cc),
(0xd6fcdc48fc79c8116668bf9e6c3eebf3, 'wp-content/plugins/js_composer/assets/less/shortcodes/_shortcodes_container.less', 0, 0x00000000000000000000000000000000, 0x94b052df374686851c3a01c212eef2d6),
(0x76940e71aa27488a2bedd1aa19113731, 'wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-colors.less', 0, 0x00000000000000000000000000000000, 0xe5f7cd05bdce636b03b39ed0822979de),
(0x3f0816531b795b3d8fdd79d8d967f9b5, 'wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-core.less', 0, 0x00000000000000000000000000000000, 0xb20e25b04b89c76ff3e6788c7d8eaf4c),
(0xab579153155feacd9664df7638220053, 'wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-frontend-editor.less', 0, 0x00000000000000000000000000000000, 0xb9592935a352bb09c16f42ea9c740e40),
(0x655e67d1c66637e04852a176a1e79ee9, 'wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-icon-controls.less', 0, 0x00000000000000000000000000000000, 0xce300683ac4540d9cd3c1772fcc5e3b6),
(0x8e3e6c9c5746edfc3c63c92aa9f0b29d, 'wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-mixins.less', 0, 0x00000000000000000000000000000000, 0x1ebca56e13f2b0ecad9852335beb5f3f),
(0xc99b6fee2260fcd1b256e2bf73df5c95, 'wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-options.less', 0, 0x00000000000000000000000000000000, 0xad25cce995038378fefe9ee8e5af00d7),
(0x352e39ad7d873ab69f7ab76acb8b4175, 'wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-variables.less', 0, 0x00000000000000000000000000000000, 0xe9ca520770ce1a6f252afdc88c8c5067),
(0xcd492f00ffdb1c8f4e443e21eed63c1d, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_alert.less', 0, 0x00000000000000000000000000000000, 0x7d13f435c3f476a74f94328844aa4210),
(0x644b8adaef490e9e87fbf2893e077ba3, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_bordered.less', 0, 0x00000000000000000000000000000000, 0x3f48fa6b45bdd96f7c78f0d303fad58d),
(0x0e336b7c4f2545aa965490050d4c7435, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default.less', 0, 0x00000000000000000000000000000000, 0x636a86fb2254164054854b6362e6ac4c),
(0xe96e2e61ba7d01a9aac5dc32d5d0bbc1, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default_less_rounded.less', 0, 0x00000000000000000000000000000000, 0xf3b0c131b7bf91966b87db00916a37ff),
(0x2712cefac162b3a99eac7fd400b4b98a, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_dropdown.less', 0, 0x00000000000000000000000000000000, 0x821bec57b93f4d43b8e69b208fcf11fd),
(0x6bb4281b2148633a45913d8d1324403c, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_filled.less', 0, 0x00000000000000000000000000000000, 0x43f080555b43f68e9a9f27ad3661ec6f),
(0x99dbd71cf0b57a641c2b4673b31e2a22, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid.less', 0, 0x00000000000000000000000000000000, 0x0cd900e8b9091b7691621e4a1823bd40),
(0x51cb89f94c9df685db292168f3198dd2, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_arrows.less', 0, 0x00000000000000000000000000000000, 0xa04e7f2a6e6ddc7b639523b8a5bcb65f),
(0xaa0f92d5f60b5a104349827565d859c8, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_carousel.less', 0, 0x00000000000000000000000000000000, 0x116ac1cdbac9932a13e255400bd3636e),
(0xaac4a619ec3096c38f1e3f093e901aa5, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_filter.less', 0, 0x00000000000000000000000000000000, 0x9a7d214bfbeb520e1b8b4b07db244143),
(0x65b66b37da6af34c3691730b1573e74d, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_gap.less', 0, 0x00000000000000000000000000000000, 0xde3ff508d6247f1e6a3687ad5409dda2),
(0x0a164841ca2429694c83b414c1b400e5, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_loading.less', 0, 0x00000000000000000000000000000000, 0x8bfc63105a127ac87def01388d544a92),
(0xe824dfca80851dc7667b92c284ad89bf, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_dots.less', 0, 0x00000000000000000000000000000000, 0x3a9c35caf3a78c94662065eb48c6538b),
(0x7089e719bb155974dc6c4e920f949f91, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_numbers.less', 0, 0x00000000000000000000000000000000, 0xd34af11dcd6875df737f8a365e972423),
(0x3e0cd5d9c10d5f8ba1fd3b79efa0e94e, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_style.less', 0, 0x00000000000000000000000000000000, 0x60a49f343dc28f5a1a0b2a95c90e32b7),
(0x8040adc9291d982b3ed96589c659173e, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_button.less', 0, 0x00000000000000000000000000000000, 0x7f56a75d7c023254812a4eb3845daba5),
(0x92c871c5261e950f12121e344a18060a, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_button3.less', 0, 0x00000000000000000000000000000000, 0x20532b9144609a1151ea5a38c952ceee),
(0xcbf1e092d6f486f8dbf092b11cfbf53e, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_button3_editform.less', 0, 0x00000000000000000000000000000000, 0xa73d93167e7ec5ad0cbab8808a7e8bea),
(0x3a28c7d25aa7861619d3dcc7e2335e10, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_call_to_action.less', 0, 0x00000000000000000000000000000000, 0x7efa3e31767ccd06fe66c59ead9e06dc),
(0x3b1f4c10019f04af7075615f37cd0969, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_call_to_action3.less', 0, 0x00000000000000000000000000000000, 0xdd400c978747f36c33ef35775153a5c0),
(0x68249ed6bc5cffb8674caa7b45cf3d72, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_carousel.less', 0, 0x00000000000000000000000000000000, 0x92f84b0c549f20a060a3aef6b45c97b8),
(0xa2067175d20d66e8d8d8e4f4cfac1e8a, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_charts.less', 0, 0x00000000000000000000000000000000, 0xcaff271b55a7a44eec349fc4dea7c98f),
(0x0a2e8b7486ffb3308272774488e770d2, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_cta3_editform.less', 0, 0x00000000000000000000000000000000, 0xe9d069271367b7bcf6125ec8357c805e),
(0xfda0d63f27264701128978f61200426c, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_custom_heading.less', 0, 0x00000000000000000000000000000000, 0x9e8c2353c6dac7a45ea4bee3dd44b6e2),
(0x430a8b64d7ef30e89309d1b449332f22, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_flickr.less', 0, 0x00000000000000000000000000000000, 0x27ccf7774c4038810d16ba7908f17644),
(0x10bde9aea3db6cdb64aa2470d457b41f, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_google_maps.less', 0, 0x00000000000000000000000000000000, 0x74c4665bc4ea8fd0dc82ff19dbeaed60),
(0xfe85639cafbf79c7ff94de5a1cd66685, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_icon_element.less', 0, 0x00000000000000000000000000000000, 0xb1d652d7a32e06e57dc50ee25683a951),
(0xadc408970468d0f67b7fd1b41754a849, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_image_gallery.less', 0, 0x00000000000000000000000000000000, 0xa819425a5650b3bb712ee423b12aff3b),
(0xa2009af481d977d19913da065b1a8d28, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_2.less', 0, 0x00000000000000000000000000000000, 0x461dddc2671c668673a304d86b4229bd),
(0x8ef9a67e620125dd9826add2567b4504, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_front.less', 0, 0x00000000000000000000000000000000, 0xb4336b8d1b9fc7bac1c7aea1df371538),
(0xeb8afcccef3bffce8b3debf50bce70ca, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_mixins.less', 0, 0x00000000000000000000000000000000, 0xe21bcb7637a07e3da001db705cb66507),
(0xc4e2b44a7177c6f9ea0e20c771dd79b7, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_variables.less', 0, 0x00000000000000000000000000000000, 0x37386ef095ef162cccfdf8717cf1d784),
(0x249d87b25ac80eb13e126e907df2bf7a, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_pagination.less', 0, 0x00000000000000000000000000000000, 0x745754ece53d16bb959939879501c66e),
(0xe7921b071f74af80f75a73144b1efa01, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_pie.less', 0, 0x00000000000000000000000000000000, 0x66fc346848cbebd757453904043d6adc),
(0x29b628737c5b3df7f30af504c2818247, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_post_slider.less', 0, 0x00000000000000000000000000000000, 0x5ca1dd907865f87741dcd0bae707dbac),
(0xe684d0b602e7b840fc04679d21975c0b, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_progress_bar.less', 0, 0x00000000000000000000000000000000, 0x895dfccf5da32b42611a110965373572),
(0x64f3b2074bc61dfd89dc6707613a82de, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_responsive.less', 0, 0x00000000000000000000000000000000, 0x613dac1fbee3a8b9a94267630bb29cbf),
(0xb2cdc5577c067911dfaf2ede9da3db31, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_separator.less', 0, 0x00000000000000000000000000000000, 0xd03b1b85f2e60a3dbd969a690b93a4d3),
(0x04e32056ab5695610bbae2d774369197, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_single_image.less', 0, 0x00000000000000000000000000000000, 0x4e27a68d7a4d533e92541e0990662b0e);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x09ced16b8442cc61cb4702b6129f97c0, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_social_btns.less', 0, 0x00000000000000000000000000000000, 0xaac4f155517e60c0fbf72f2454ef1317),
(0x0957b13e370366e3b6d1fe28c7f8ea8d, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_tabs_tour_accordion.less', 0, 0x00000000000000000000000000000000, 0xebb7027f642a475e4d5717f26365f38f),
(0x96285d7ea699977d1d11e835a18ed6af, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_teaser_grid.less', 0, 0x00000000000000000000000000000000, 0xc4b0f539d7f49ca72f972587f8a436ef),
(0xa84cd4f534924bd56aa6e2ffb55f0a11, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_toggle.less', 0, 0x00000000000000000000000000000000, 0x385346422f437a12a590843cd7b5dc08),
(0x33958d7de7e8414f47bdc5c12f879910, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_tta.less', 0, 0x00000000000000000000000000000000, 0x3f48c0b5d926776b1e73d21fd230feb3),
(0x06c8e0b068e131a298b6f70c9be0d240, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_video_widget.less', 0, 0x00000000000000000000000000000000, 0xfe514cc84521a85288939650b9d3928f),
(0x8cf84181f7faf165e3d3b2b97c33133f, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_widgetised_column.less', 0, 0x00000000000000000000000000000000, 0xf8e213d24158f7b8f899c9b6d0d51aa6),
(0x3ab7f0918249257a68e6c12b0e027cc1, 'wp-content/plugins/js_composer/assets/less/shortcodes/vc_zoom.less', 0, 0x00000000000000000000000000000000, 0x9de197214d60d62ca2174bf1f1717f52),
(0x29f6839d6efaf8c579f4edc9156c8a64, 'wp-content/plugins/js_composer/assets/less/vc_lte_ie9.less', 0, 0x00000000000000000000000000000000, 0x8b152ef2869568f7561f36ba8f4ad058),
(0x0fc049ab4a21302798a5518ef5ec37a6, 'wp-content/plugins/js_composer/assets/less/vendor/contact_form_7.less', 0, 0x00000000000000000000000000000000, 0xf4fac8c81a3272f763e9c1d791626830),
(0x01bfca6d7bac3dd7f16fe022b417fc64, 'wp-content/plugins/js_composer/assets/less/vendor/gravity_form.less', 0, 0x00000000000000000000000000000000, 0x2d569ef2c877d98bff8b69a6b984ebf7),
(0xb995d76e9877649cbdf77134c9774e96, 'wp-content/plugins/js_composer/assets/less/vendor/jwplayer.less', 0, 0x00000000000000000000000000000000, 0x77a1eb6530ee14810b32946177cfe455),
(0x3dc0746ba6b6ebe1d44db6422a9d3c12, 'wp-content/plugins/js_composer/assets/less/vendor/layerslider.less', 0, 0x00000000000000000000000000000000, 0xd5487851723ea59b208b45278ba2a47c),
(0xcef416f2aa6d9bd2c8dc63b0c081f63e, 'wp-content/plugins/js_composer/assets/less/vendor/rev_slider.less', 0, 0x00000000000000000000000000000000, 0x81b9bdc4e3f468dba6452b54e118cee6),
(0x6db9b8a72da4cc111b7b5853650894e7, 'wp-content/plugins/js_composer/assets/less/vendor/woocommerce.less', 0, 0x00000000000000000000000000000000, 0x1dbb076a4747983ea4060e762d09a969),
(0x20f427bc760a7a026287a8446a23c82c, 'wp-content/plugins/js_composer/assets/less/wp/accordion.less', 0, 0x00000000000000000000000000000000, 0x1e5b6e5d6c8b9790afdd9eb016e7d7be),
(0x6fea763c12f7345ec48927f745c0a505, 'wp-content/plugins/js_composer/assets/less/wp/form.less', 0, 0x00000000000000000000000000000000, 0xfbd645426644c1d3cf57c2678181bd81),
(0xdfbe34a9122bf94bd826cf568723da63, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js', 0, 0x00000000000000000000000000000000, 0x8fda0bf06e60ee1629de3d212e34cc6c),
(0xcf9ea2d3dac0aa3c10f29082f2e7ea3f, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js', 0, 0x00000000000000000000000000000000, 0xe08b9c77d53a7178f89410e51bd6da6f),
(0xf965094fb627206b6db579d99c93db07, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js', 0, 0x00000000000000000000000000000000, 0xe28d16cb55d12000ff675beae3b58d97),
(0x830a52c6652ec753b605a18ce34786d7, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js', 0, 0x00000000000000000000000000000000, 0xe07c90bb62747d4c738179a36a846d80),
(0x686a0f414cdea5de5777214b7aeba565, 'wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css', 0, 0x00000000000000000000000000000000, 0x9a43256b8c9daf6d6e2c8dcd8e3633e0),
(0x99755fcd16f7791c35ebceae8f557aaa, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js', 0, 0x00000000000000000000000000000000, 0x25fcc8b3e425c70fa90d31f2115e9d86),
(0xa0e7164e045172d39c343644a19f5465, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js', 0, 0x00000000000000000000000000000000, 0xa5fd6ff86466da813d5b11fc2e3c392a),
(0xcc310925678b61f8789d7d44a823097f, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js', 0, 0x00000000000000000000000000000000, 0xcda50412301aaee446dfb1d555cc463b),
(0xb9f5f1f3dccd27370f3534899c2ee553, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js', 0, 0x00000000000000000000000000000000, 0x1050012aed730b2f8d8b5c301285a0d0),
(0x48a53b19c8d40a19e884afc840eb40ad, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js', 0, 0x00000000000000000000000000000000, 0xa105b317d1876707cc6782c40d606266),
(0xb192bc1e8edd7f1347b6bdfc28592925, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js', 0, 0x00000000000000000000000000000000, 0x5eaf32d24a9730630101eca32970b1c7),
(0x763af78115c5cc0c255a4f1e62bbbeed, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js', 0, 0x00000000000000000000000000000000, 0x8e4378d30bb3b8924deadbb08efce108),
(0xb42b1f024cb248a25597e335048d44e6, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js', 0, 0x00000000000000000000000000000000, 0xf6854a05da30b78dd5c5cfba2ea4444e),
(0x62ac22a49f07f2cff6711975c78382df, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js', 0, 0x00000000000000000000000000000000, 0x4673ed29941a9bea3b440a3ee8ba677c),
(0xfe0f23b535e0adb372a7dfd9ec9bf981, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js', 0, 0x00000000000000000000000000000000, 0x9e89ea838374d042ea0f5743382e8836),
(0x3bfe828676750e254b6c699bf38d20ee, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js', 0, 0x00000000000000000000000000000000, 0x872fe7a6851594d4fbbaf44d1404a4b1),
(0xcdcaa50e9823b41d8d12bd3df2fbc020, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js', 0, 0x00000000000000000000000000000000, 0x38ab8b3b4c40b08302237bb03e0fc4db),
(0x1bf85d08f75030448d7eb3d5faaab54c, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js', 0, 0x00000000000000000000000000000000, 0x2eb81482d3d40c037deb5e204ab0b10e),
(0x1daad1ec03b858124ac2539e3184ad12, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/alerts.less', 0, 0x00000000000000000000000000000000, 0x6e45fd732dfe839c6174a6b154a2706e),
(0xcb7685bd0710ed737e63d86f90b86902, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/badges.less', 0, 0x00000000000000000000000000000000, 0x95a80e3c31dcd7215f9251fa6a8b6189),
(0xb85ccafbfc0ff369c096014c531458bb, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/bootstrap.less', 0, 0x00000000000000000000000000000000, 0x795f03e9246302d89820ab9f944d249a),
(0x9b310c837c8d0c109c6a6357a93b7beb, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/breadcrumbs.less', 0, 0x00000000000000000000000000000000, 0x7dce9541e6a59de6301403a7d25036fa),
(0x7dc0715815207694e743a4cc751294a8, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/button-groups.less', 0, 0x00000000000000000000000000000000, 0xf5f5803155dfc84e9df82512ac7ab72f),
(0x88b878dedfc050b293ab22e38a6ebe59, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/buttons.less', 0, 0x00000000000000000000000000000000, 0x9045db0e868ffd5de130b4b0517a9231),
(0x618a70d544a4683ad36efc2e138258c1, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/carousel.less', 0, 0x00000000000000000000000000000000, 0x4dfe7eeb533aac6c9c2f477f0d597d30),
(0x7b501bd476b8a6554fd97f6b95e7c2f3, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/close.less', 0, 0x00000000000000000000000000000000, 0xe6b8bbb5dfb0bfa0f5f0a329aa11f8c0),
(0xda62326584a4f2a46c9f2a7fc3778c0d, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/code.less', 0, 0x00000000000000000000000000000000, 0x523710562413ea45b7581b628eddce28),
(0xe316704852413307866bd9dcc4ff05f2, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/component-animations.less', 0, 0x00000000000000000000000000000000, 0x833c81a0f3f56822e9de569bd03c5ffd),
(0x7347d6a8407f0039d1c14a67bc98747c, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/dropdowns.less', 0, 0x00000000000000000000000000000000, 0x448b79b092145fb2b72591f17d75cbb0),
(0xe005f3793ab3d236bb4e289095c6c5f7, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/forms.less', 0, 0x00000000000000000000000000000000, 0x2ba9ca845da60d4a450b299971e8a5d2),
(0xbe074ba38ddade7b381e68a0681ecdb8, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/glyphicons.less', 0, 0x00000000000000000000000000000000, 0x6ce2ee18b3e6dd304c06524f764abdb0),
(0xf13a43260b7a7599d0be8ebc9d453c84, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/grid.less', 0, 0x00000000000000000000000000000000, 0xc27679fdc7a793f3ef833ad1136a957f),
(0x16b57396e2f5ccecf58e73bcf4507b37, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/input-groups.less', 0, 0x00000000000000000000000000000000, 0xd8539e0b587c344d4ca75e1539698f8a),
(0xc7028106ecc936227fa8a9ed8ed79fb2, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/jumbotron.less', 0, 0x00000000000000000000000000000000, 0xb69196767afbf1c6cd7866bfac4a215c),
(0x7ee298854ca7bc126a1899d9643fadaa, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/labels.less', 0, 0x00000000000000000000000000000000, 0x18e545cfb7385e21c753ba236824210a),
(0x0408744c0ad64561ec92c550ef7787f2, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/list-group.less', 0, 0x00000000000000000000000000000000, 0x6d04b70c8199af36742afc252f3d5481),
(0xa4fd6f998ebd28c5dd1f50595fc13a73, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/media.less', 0, 0x00000000000000000000000000000000, 0x0772388431f540b03877cf5519d7a3d6),
(0x75d632265e304f8d869de9a60d89d6b6, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/alerts.less', 0, 0x00000000000000000000000000000000, 0x78aa25760d223bf51d8d4edf59c2d384),
(0xbb77cc904da87d357751b595dd2f0d4f, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/background-variant.less', 0, 0x00000000000000000000000000000000, 0x34c5b4585baca57889dc1d390f563ae5),
(0x5d722e89f0bb0f625ac485fa5611943f, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/border-radius.less', 0, 0x00000000000000000000000000000000, 0x30d64faff1cc98361fb1ec89b4e29418),
(0xf5a689cf48bb717bf9974b994ef1d70e, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/buttons.less', 0, 0x00000000000000000000000000000000, 0xdddedf720ed5baea7d24446fdb4dd61a),
(0x72945bf3726a944ddf7edf1dd854f203, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/center-block.less', 0, 0x00000000000000000000000000000000, 0xe2328a0e18978ca3f20412c36b014865),
(0x7c357c02efc6ed2f40f4987f23d3320e, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/clearfix.less', 0, 0x00000000000000000000000000000000, 0x8e9c9440f515f1586205aa595ae713ba),
(0x6ffa86cb9d37afcb97f3eb17462c70a1, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/forms.less', 0, 0x00000000000000000000000000000000, 0xc4e8df63320154809f60d5001d4b24e0),
(0x603b22d46f06a030afecee61c51b0581, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/gradients.less', 0, 0x00000000000000000000000000000000, 0x16a24c0e580c0d2516269b0593893395),
(0x28036b23492ca8d86eb6bc99b84ff3fa, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid-framework.less', 0, 0x00000000000000000000000000000000, 0x20eeb16ebc94f062bab9c032f3414364),
(0x4ca6b19bb11d0c93ff21a134d7cd742e, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid.less', 0, 0x00000000000000000000000000000000, 0x2f25b9b6c2c15a72aaeebd386ff9f5e7),
(0xb623194fe2d28c10b9a8ba36a18c99a4, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/hide-text.less', 0, 0x00000000000000000000000000000000, 0xe588fdb4311e69e3a5fcee7ebe9c6c99),
(0x7af1b34750adab9ca0a5022f7e30440a, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/image.less', 0, 0x00000000000000000000000000000000, 0x0af48a82a48f4a2e0ae68afdc5295e5f),
(0x6f72a7af64a9e1b47c9e12c420ef50e6, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/labels.less', 0, 0x00000000000000000000000000000000, 0xe9248fda51f0a2e15fdfae9a23da1dae),
(0xbb1cb699f1d283ddd412d4a85bb20ab6, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/list-group.less', 0, 0x00000000000000000000000000000000, 0x66e3e724e2fc3c9089ac1cd006084e0c),
(0x85cbec15a487e5ae0ec54c3bbe5d04b9, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-divider.less', 0, 0x00000000000000000000000000000000, 0x846f793e8d601915b31d2d7699bc35ab),
(0x16bef6b4dc24472feb1746c3708a1eb8, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-vertical-align.less', 0, 0x00000000000000000000000000000000, 0xa9e830f1c39bd7e89679fe6ea200763c),
(0x390d503e11eb40d182b332fb0981fc8c, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/opacity.less', 0, 0x00000000000000000000000000000000, 0x1be3f12daf02e4f36a4b7896b377c773),
(0xd9765bebddf14974b16c1dca61b60ce5, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/pagination.less', 0, 0x00000000000000000000000000000000, 0xd1670390120629299270f67d56466b5b),
(0x2d96d4591d1fdaefd41806b0cff9c44d, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/panels.less', 0, 0x00000000000000000000000000000000, 0x702aa4b209e98934500dce0833b13798),
(0x149b497353397191cae82c03c67a8895, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/progress-bar.less', 0, 0x00000000000000000000000000000000, 0xa6ddfc8dc309d26f14ce8500308b175a),
(0x344f994912640809794aeb8bfefd5c52, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/reset-filter.less', 0, 0x00000000000000000000000000000000, 0xff42fe79f10deeaea892af691711fa33),
(0x3c08b30477c9cdccc2d8c0a800417f0b, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/resize.less', 0, 0x00000000000000000000000000000000, 0xb6ef275960e5f97b064c1aff7d6b3951),
(0x58a567a444a1ae4fcc394a980d62f147, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/responsive-visibility.less', 0, 0x00000000000000000000000000000000, 0x74fcac885ba966f828a373f405b755b4),
(0xe085bc1cbe65c16f151b3d42ca933ca0, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/size.less', 0, 0x00000000000000000000000000000000, 0xcb591f72667a90bbc04e539332278019),
(0x65471b05d12fd62105f71c3309da9f3c, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/tab-focus.less', 0, 0x00000000000000000000000000000000, 0x888e1e5f8e41a88aaa1afa58214b072e),
(0x71fce70e868d4ce2047887814a2f248e, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/table-row.less', 0, 0x00000000000000000000000000000000, 0x3b3855aeeb76f7dd6868d68303d18a2e),
(0xc4156c56e63ce101d13d8bd8053c077a, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-emphasis.less', 0, 0x00000000000000000000000000000000, 0xa94099d8756dec84aeb54e7f022ab6e2),
(0xab054f3638dd95fb6fee904e3bf3f33b, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-overflow.less', 0, 0x00000000000000000000000000000000, 0x97f3e435fd0a2d7734213f94483a685e),
(0x2af60ea67abb389826838e798b396541, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/vendor-prefixes.less', 0, 0x00000000000000000000000000000000, 0x80c823aa5decc01fc1b26dfeebb66400),
(0xe253702e63c43a2a034469633cf1093b, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins.less', 0, 0x00000000000000000000000000000000, 0x394c9a1adcfd0dbd151dd5a466097985),
(0xc6cb4ea510d4c9bc8b5a6d67873fb7b3, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/modals.less', 0, 0x00000000000000000000000000000000, 0xae66349bf6d6f7c146c1f37cf1cd3421),
(0xd2b29c9c39e1c5cbdd1332a63518b94c, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/navbar.less', 0, 0x00000000000000000000000000000000, 0x2eb60090010568710a3a1444f2c21d2e),
(0x01e499b2efd29c325b3e2ea95177b9ad, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/navs.less', 0, 0x00000000000000000000000000000000, 0xd7bc4830d176f06ab882d1e375dc79f6),
(0xbbf097941cf6df2ad8f24d9f48a13eb2, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/normalize.less', 0, 0x00000000000000000000000000000000, 0xcdcbbb33b9e0d6194451b37eff6cf74b),
(0x6a144c9a0f14c5d6e2aa5082560ad927, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/pager.less', 0, 0x00000000000000000000000000000000, 0xd9ac01b29527f9da10ec0a0d5047a019),
(0x4bddfc3f0aa1b958cdf1ad6e9ed2bd29, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/pagination.less', 0, 0x00000000000000000000000000000000, 0xe66fac501c05eb12a671fbbc8d332cf3),
(0x84cc78197798ba5be56cf644f9951ad3, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/panels.less', 0, 0x00000000000000000000000000000000, 0x335fd851a3110b4d2bc173bb6e6c7d02),
(0x648da2e8f7396000127d08ba3ea82dfa, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/popovers.less', 0, 0x00000000000000000000000000000000, 0x458fff7529ccd0897335376d64f799c8),
(0x3b64277871e255d4b070753d02c32e49, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/print.less', 0, 0x00000000000000000000000000000000, 0x339deed7cdfe94651f37fd7ed604c29c),
(0x3e460bb925dcc3c92637cf8f13a03580, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/progress-bars.less', 0, 0x00000000000000000000000000000000, 0xd459e0cf836ba21c3a4b30bda5f87a45),
(0x578ffa136941df589c62d1ef9175ff00, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-embed.less', 0, 0x00000000000000000000000000000000, 0x48c4cc4bdf27c622ee44fed95e5e3992),
(0xb5f20462417e94cd653dee78a41de5d9, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-utilities.less', 0, 0x00000000000000000000000000000000, 0x8a64c69dcfc081a7858285f1ab2992f5),
(0xdd325bef08e40690a23c1feda2d75c1b, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/scaffolding.less', 0, 0x00000000000000000000000000000000, 0x51356c12675334f88a9cb1945889792d),
(0x29b631a5ccebe13f61359f8857c1a499, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/tables.less', 0, 0x00000000000000000000000000000000, 0xe2a3550a2ecc068cfa5fb5b1157490bb),
(0xda7b89c2eef4c8a4fb8ea0bf3ce6e12d, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/theme.less', 0, 0x00000000000000000000000000000000, 0x52929d56e68f1fbf3a3eb0c7e3c8ae0a),
(0x23ca4fb5f2aea1806bb0e27d6a14262b, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/thumbnails.less', 0, 0x00000000000000000000000000000000, 0x0867dbfe76890faf4e10db63f4b5e948),
(0x8d33b0363db2265fd1b623865b1c57e2, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/tooltip.less', 0, 0x00000000000000000000000000000000, 0xe95d7b009aa11771bb86cb0f16192bff),
(0x2321a11420f2f3785babe5a77647256d, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/type.less', 0, 0x00000000000000000000000000000000, 0x796254a09d33d1b55a0af59078753f29),
(0x337d8c427740ad3ae0c080c12d0b8778, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/utilities.less', 0, 0x00000000000000000000000000000000, 0x32d06c96051b6cd191c6f6d8d00fb7c5),
(0x1729a4cd6f92f07ffb3b80499e60bfbb, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/variables.less', 0, 0x00000000000000000000000000000000, 0x648fc0b411a58ae0a6c0c5e687167c0d),
(0x147c30cd902b06d49a06fa8d896fc7ef, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/wells.less', 0, 0x00000000000000000000000000000000, 0x496407c34cd52fab0c1ca1d17f0353a1),
(0x730147c64c9fd56727e0a95cf7afc5c3, 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js', 0, 0x00000000000000000000000000000000, 0x7d8fd0c1dc6732675a1bd453a3f643a1),
(0x3f12f58aa0a7a19a4c43716063ec3ec4, 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/README.md', 0, 0x00000000000000000000000000000000, 0xf55f567f8b37d778a1d7dd72c8a76893),
(0x9d75b0fcb908425388d8d5c14e0ac66c, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/README.mdown', 0, 0x00000000000000000000000000000000, 0x890470ff5f3fca82c01b741b153768ea),
(0xe27e108453dfae0e8801b6114d872751, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/flexslider.min.css', 0, 0x00000000000000000000000000000000, 0x09f4340dccca29a1ee0a82c9256af772),
(0xd76ce16971dc479b004f0da30cc94ced, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.eot', 0, 0x00000000000000000000000000000000, 0x9c9cb7a6055043933ba68854f521af45),
(0x54aa798d14baf087fd25116d0ddc586a, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg', 0, 0x00000000000000000000000000000000, 0x10e8a5455c4522c48aa975eacd4f0023),
(0x9f51e630b6012dbffa32eb139c0a2e0f, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.ttf', 0, 0x00000000000000000000000000000000, 0xb4c9e5057989b9727a5df4e0a21af33c),
(0x80b47a830069fc3fe29d7814e8aedf4e, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.woff', 0, 0x00000000000000000000000000000000, 0xf8b92f66539473eea649c8514eb836a0),
(0xd1fa8faa9ea5821b46e101422dd7a80c, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/images/bg_play_pause.png', 0, 0x00000000000000000000000000000000, 0x8ce580e78dc19b76e072cadd529c0aa9),
(0x817714b4b040bc2ad4eae6212eaa91a7, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js', 0, 0x00000000000000000000000000000000, 0x9ec3c315b67f434aabc4da58eabc6c3a),
(0x7beac15c02df06a066b4c71ab500bfb4, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css', 0, 0x00000000000000000000000000000000, 0x7d7c67beb5a3ece63f0a947be957099b),
(0xb9a6a156889e7c02ff544473f2d7dcff, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/FontAwesome.otf', 0, 0x00000000000000000000000000000000, 0x87d8ca3ddc57e7d2da6226e480f90457),
(0x9a700425f642a033541ce9de31a1fb10, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot', 0, 0x00000000000000000000000000000000, 0x32400f4e08932a94d8bfd2422702c446),
(0x1e15229899145e058c03f151a03788d5, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg', 0, 0x00000000000000000000000000000000, 0xf775f9cca88e21d45bebe185b27c0e5b),
(0x7315817a33f88db3e848fd817fa0d8de, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xa3de2170e4e9df77161ea5d3f31b2668),
(0xd6cc3f755e2b6cd777ad9fc889fcdd53, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff', 0, 0x00000000000000000000000000000000, 0xa35720c2fed2c7f043bc7e4ffb45e073),
(0x778647649f26aeb48e83f9dc455a0e57, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff2', 0, 0x00000000000000000000000000000000, 0xdb812d8a70a4e88e888744c1c9a27e89),
(0xb1d381d9052a070a676cd8dc05f359c9, 'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js', 0, 0x00000000000000000000000000000000, 0x511ef2f6ee750edc32bb5c8d5d324e7e),
(0x19935d7ed22d68400a067a79c6c6e171, 'wp-content/plugins/js_composer/assets/lib/bower/isotope/README.mdown', 0, 0x00000000000000000000000000000000, 0x69e50af0080452ecb4907516471812c5),
(0xc000fa805742984cd566e7f90d329508, 'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js', 0, 0x00000000000000000000000000000000, 0x95ed1955938c1024a682da5565431c98),
(0x3234764a7023e5f6c9713c808ed94f6c, 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/README', 0, 0x00000000000000000000000000000000, 0xfd66989030e0a5aa761950b2de7348d0),
(0x21f82a1660f69d5ea715bedd0e4707ec, 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js', 0, 0x00000000000000000000000000000000, 0xfdf0e09d57a95c8d88dedeba7829d308),
(0xe74036823e6e1e4d765e5369bc67e4bc, 'wp-content/plugins/js_composer/assets/lib/bower/json-js/README', 0, 0x00000000000000000000000000000000, 0x8ac5f66ba87e7260a45af2c688313c4b),
(0x2a031ae966038d379dee8362d85c1d85, 'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js', 0, 0x00000000000000000000000000000000, 0x8e687fc0971b0227488410ea1c61d7dd),
(0xb4519181e0e223a20bc0fdef16551397, 'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js', 0, 0x00000000000000000000000000000000, 0xa799e13047cf98ac2c474b46cfda9599),
(0x66c2f6ae1dd453335f90c72702598f19, 'wp-content/plugins/js_composer/assets/lib/bower/masonry/README.mdown', 0, 0x00000000000000000000000000000000, 0x35db1ea0d84485d8c8669d772ae98469),
(0xcd26c1c305267bf8c43a2f293a355211, 'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js', 0, 0x00000000000000000000000000000000, 0x4718bbecd682b9701ec534a0a582aab9),
(0x529fb59e4c060fba7f7f57b8e5700b2e, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js', 0, 0x00000000000000000000000000000000, 0x0cf3f8b677dcd27b6d46f4a56d65fdb2),
(0x6db029a0071859902217d91ff4dea07d, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/license.txt', 0, 0x00000000000000000000000000000000, 0xb33de89b9b54413e6afd18b47102982a),
(0x1ca9295f278cb93bc2b41daed2b25179, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/nivo-slider.min.css', 0, 0x00000000000000000000000000000000, 0x1505ba4cfd1d816f395b065af6448184),
(0xa83417d2c4d121bfeddb161c897504c8, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/arrows.png', 0, 0x00000000000000000000000000000000, 0x09b24f1a73b9eeb5cc62db7ec0b60bca),
(0x5708659e0c673e36df3fdcbefe7db232, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/bullets.png', 0, 0x00000000000000000000000000000000, 0xacc66fce35a54d815a3aa3fd573cdd90),
(0x60ea70313ffdbf4c2be813f33c26f5d2, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/default.min.css', 0, 0x00000000000000000000000000000000, 0x441805333f1d4129288b3131cd1793fb),
(0x6f858b98758ff8be98bfabda83556f58, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/loading.gif', 0, 0x00000000000000000000000000000000, 0xdd6b7b0bf5c3af22499abc0a9ee1e1b2),
(0xaa3c72250026dae2e2ea98afe1a0abc8, 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js', 0, 0x00000000000000000000000000000000, 0x0ebd226f6f83501b563f702651e0ce4f),
(0xb8688d5ef38fbde79a2511054889ad07, 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/README.md', 0, 0x00000000000000000000000000000000, 0x911bfb7e0fb23f89e5e0a0032c84c81b),
(0x2025946613b872a04932db02fad558cf, 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/LICENSE', 0, 0x00000000000000000000000000000000, 0xf5f6a434ca35e83565e47923006fb721),
(0xc25853ab3786de13154c1c7ded607435, 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js', 0, 0x00000000000000000000000000000000, 0x3424df5663cf253a2d48b38402c43828),
(0xf1329071f409fe03753fc2ea91388f5c, 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/README.md', 0, 0x00000000000000000000000000000000, 0xe312cb38ff2aa533c4148a42c75100c2),
(0xd140e0676bfdc5db3b6cb7b5ffce3069, 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js', 0, 0x00000000000000000000000000000000, 0xc8bdfc99c3ad3718bbe2e93ee25f2db5),
(0xba63f8cd6dfab31077164d8ccdb36641, 'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js', 0, 0x00000000000000000000000000000000, 0x708baa039a198873c48b73a06bd198fb),
(0xc71bd55aaac589515828d094703d2370, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/css/jquery.fonticonpicker.min.css', 0, 0x00000000000000000000000000000000, 0xe691271c322856786097c99ac290183b),
(0xfcc7caa884000913eaba648c0669e748, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js', 0, 0x00000000000000000000000000000000, 0x36a193b5bcfb7090b6569d7ad6792c08),
(0x1bd5919313b0b1d62339d502f6f26b2f, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/themes/grey-theme/jquery.fonticonpicker.vcgrey.min.css', 0, 0x00000000000000000000000000000000, 0x9fe70d75aeecbb17b07a9aae59567f35),
(0x35c36a73633ea017065ec24f722c3a66, 'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js', 0, 0x00000000000000000000000000000000, 0xed7298b291df9e72400a7e38888c9a0a),
(0x67ca048e28df21290b749105f27cb74f, 'wp-content/plugins/js_composer/assets/lib/bower/zoom/readme.md', 0, 0x00000000000000000000000000000000, 0x4d299c9fa5a84c9d9f2d6833ba84033d),
(0x14ef0fac0826d1411d3ecfa1559f3677, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/LICENSE', 0, 0x00000000000000000000000000000000, 0x1c3de5717178b64d49a1dd6276cdbc81),
(0x9f21be21e234b139e4bdd7a4d4171112, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.min.css', 0, 0x00000000000000000000000000000000, 0x8f3bb884305ed84fb33acd7e5a1cbe2c),
(0x8209b36f3fe48e6e6d543601f3e14243, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.video.play.png', 0, 0x00000000000000000000000000000000, 0x4a37f8008959c75f619bf0a3a4e2d7a2),
(0xb2d71f81c72b0176bfa717cec3c962e8, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js', 0, 0x00000000000000000000000000000000, 0x32c1e1dcf248758339d96486a5e24ffc),
(0x1d38acacad20052d31726c130e6be5c1, 'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js', 0, 0x00000000000000000000000000000000, 0xec26124be1c0b725779e44f57b15c7f7),
(0x0684a12040ea5e8e869efdd6051889b9, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/README', 0, 0x00000000000000000000000000000000, 0x8e3ab3382ff758d85bcf3cdfdb83f93c),
(0x9ac9265369d609757d51b5a9f61e9d38, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/css/prettyPhoto.min.css', 0, 0x00000000000000000000000000000000, 0x1e3d2a8f2d20b714385b459544a62bcf),
(0xd3b3e57ed7bac3a607d75a39b6bdca62, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png', 0, 0x00000000000000000000000000000000, 0x0a89018b6e4a1492623ca2b608b606ff),
(0xc377b95f2e90fa52e59f56866ccc8b3a, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0x9ad8565740908ecab23ff67990e590cc),
(0x04b86461c903ccf4f11e31d8205e84c3, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png', 0, 0x00000000000000000000000000000000, 0x2f2d883ab9986e7eaa9f1cba98e2bbaf),
(0x166c5319b6c97f969405bb63bd33237f, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0x1d9b18912742137752dfe7ca8da45f77, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif', 0, 0x00000000000000000000000000000000, 0x4297900ae2d9d0c4eb00d1c15462fb19),
(0x39ab968c6914e6c80b044a773a7d8d95, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png', 0, 0x00000000000000000000000000000000, 0x272462d6f733a5f1723ea87916afa4f1),
(0x6c4fb9328a58b290c116b042acd83b12, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/btnNext.png', 0, 0x00000000000000000000000000000000, 0x0a89018b6e4a1492623ca2b608b606ff),
(0x496cb456cff610c9fdda78468b4eaf33, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0x9ad8565740908ecab23ff67990e590cc),
(0x7deea1343986e977cf21311893dec70b, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/contentPattern.png', 0, 0x00000000000000000000000000000000, 0x6660e3acf8523be8de932abe1e075370),
(0xb6742d90c4d3a8b3a7c1ac3fb749cbd6, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0xa2c858c0d8fe4382ad0daa2ed754440e, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/loader.gif', 0, 0x00000000000000000000000000000000, 0x4297900ae2d9d0c4eb00d1c15462fb19),
(0x4fafff85ebaa6a9bc704ff5afd717b68, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/sprite.png', 0, 0x00000000000000000000000000000000, 0x6b25600839837ed891e1d2f17ba01c28),
(0x800348b8e3bc0084b6599f51cb0f03eb, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/default_thumb.png', 0, 0x00000000000000000000000000000000, 0x8a3e7c798030574d519d3d167a5e6d5d),
(0x2755aa37e9e69c6c2e7682702196497f, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/loader.gif', 0, 0x00000000000000000000000000000000, 0x8393c5f7e394698f751ee6a11fff3dc7),
(0x44e77623493c2a966d40be84aaa5e210, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite.png', 0, 0x00000000000000000000000000000000, 0xf814686dca4830164d3f8d2c949b42cf),
(0x5f0e35bc49e974b9e8fac2f7bd959dec, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_next.png', 0, 0x00000000000000000000000000000000, 0xb903c8c15dff677b7b3dfd042fe8d860),
(0x19f92f77c792914a13e5a78ef6b63536, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_prev.png', 0, 0x00000000000000000000000000000000, 0xbf55ea7dede2004166dc4024c5b5528c),
(0xe2cf735a1ca8fede9fb8c9ae53ddd232, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_x.png', 0, 0x00000000000000000000000000000000, 0x26b97559a5225bf3cc3e1634950bcb84),
(0x935a7c86b499a717445dfdb4edbfa996, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_y.png', 0, 0x00000000000000000000000000000000, 0x096e04fbfb474c46cf17a9a878b3d221),
(0xdda3dbaa2ab5afce38dd1409079d2839, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/btnNext.png', 0, 0x00000000000000000000000000000000, 0xb8d4bf8440aae57321064ecaf2efea7e),
(0xa6e2337876d8be2a5ca4899ad0dda0fd, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0xb251170307bcb724ac5b4e97482dc6ed),
(0x723b549d347dbabc899cee609729473b, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png', 0, 0x00000000000000000000000000000000, 0xa6fab9b4551a6274d71703b610eb6abd),
(0x1bb37b91db87288551f7321510fd4079, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png', 0, 0x00000000000000000000000000000000, 0x3b7f995669ad8cbf24acccb8f1d70f4d),
(0x7d316afb50245c2405d358bc78273d45, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png', 0, 0x00000000000000000000000000000000, 0x74bfb933f639e76971ca5db1ae612011),
(0xde4114e2d8bfd1e0d391d58d374feae8, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png', 0, 0x00000000000000000000000000000000, 0xc2e5c4ec6fc9ee4e49c79ff7e18c9695),
(0x58c799d1bd0c31dc378c8b22eaffebc5, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0xd59bbdc116be64e98cc3d57b57c3fb34, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/loader.gif', 0, 0x00000000000000000000000000000000, 0xdf46993044576f83f2c2cc1a64e18f31),
(0xa88e4986dce2d28b7c8a3dbc0976c028, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/sprite.png', 0, 0x00000000000000000000000000000000, 0xa157ef765ce8288984373a7eba6b9a23),
(0x0081d3cff1dbc0022f5a01a557c19549, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png', 0, 0x00000000000000000000000000000000, 0x0a89018b6e4a1492623ca2b608b606ff),
(0xd3e061b61529650fd4fe7c5c2ff20fb4, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0x9ad8565740908ecab23ff67990e590cc),
(0x775ed6a87601b78ed01ad0abb7f2eeba, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0x1d8fdce3827e3bd70eb5fb8b707083ff, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/loader.gif', 0, 0x00000000000000000000000000000000, 0xdf46993044576f83f2c2cc1a64e18f31),
(0x8da5503caca774b8bdfcc0aacdd57dce, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/sprite.png', 0, 0x00000000000000000000000000000000, 0x45b32c620cfb4a677f9b8c4360a8d3c4),
(0x042b44f58a70043e5bf4ca327fd40b7d, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/btnNext.png', 0, 0x00000000000000000000000000000000, 0x0a89018b6e4a1492623ca2b608b606ff),
(0x3fb64de288ea19e599c2c1b6dbbfb01f, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0x9ad8565740908ecab23ff67990e590cc),
(0x7a0ae76280d135ba17efa3feeb5e1a6c, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0x150077ddbec71dcd33cc610ea10526f1, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/loader.gif', 0, 0x00000000000000000000000000000000, 0xdf46993044576f83f2c2cc1a64e18f31),
(0x8f6efcbf4964e6468ff26a702dd430c2, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/sprite.png', 0, 0x00000000000000000000000000000000, 0x6b25600839837ed891e1d2f17ba01c28),
(0x37245e5a778ac31d4542ff5bd355eddb, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js', 0, 0x00000000000000000000000000000000, 0xc9caf24f20b83d0b0bb75641c3b78502),
(0x519e9a11cf6623305ae9e53fc71db3e2, 'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js', 0, 0x00000000000000000000000000000000, 0xbfaeca16cddae8893a9c2db43e341498),
(0xd2af8b65d41613a4ca0782b88d862b66, 'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js', 0, 0x00000000000000000000000000000000, 0xa3ecf4f51118664d187af6cf2d712cab),
(0x56129e4bb3cfdbe14624a01b1383bf8f, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/LICENSE', 0, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57),
(0xa21a485048ffc23e0fa9a2ed07b1dc85, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/css/vc_carousel.min.css', 0, 0x00000000000000000000000000000000, 0xdc985d13e51dbdb0ef364353709d8a0f),
(0x59380ffb7901cb7098996b43d1a56631, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.eot', 0, 0x00000000000000000000000000000000, 0xb30e2603f37d19d579fafbcb448faee9),
(0x7810ddfea6b857f8a94fc39194756d7e, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg', 0, 0x00000000000000000000000000000000, 0x3b31e1de93290779334c84c9b07c6eed),
(0xc65a5790293eb010a6182ace72a81d46, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.ttf', 0, 0x00000000000000000000000000000000, 0x7ca49988b0d938abb855b6570f84ba6e),
(0x9b633ca4f0a7dd6962806caac997b0c6, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.woff', 0, 0x00000000000000000000000000000000, 0xfc4f5426b64b683a2ed14841acae06d7),
(0xecaa1e6cdb63e17b00a19d4b9e79d2fa, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js', 0, 0x00000000000000000000000000000000, 0xfe6bf6ea7f47844560d6ea5ab7d3c462),
(0x234da3fec94223b42efa32220b32a45e, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js', 0, 0x00000000000000000000000000000000, 0x6f050d40093898b1628c9ac1bdcc6c7a),
(0x8309fca53864d3974560224dcd14091a, 'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js', 0, 0x00000000000000000000000000000000, 0x130c892b8ba143f15aa786c255894ba2),
(0x323a31fb51d693e19f6f3de526989a09, 'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js', 0, 0x00000000000000000000000000000000, 0xfcc40a90c565551995012d2c9f8edadf),
(0x191b77cf395304add48b193afd36df1f, 'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js', 0, 0x00000000000000000000000000000000, 0x317e814da3084ccbe6d32feff78e643e),
(0xcff8c8560459fdf5cfa7fb1bdf0c7763, 'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js', 0, 0x00000000000000000000000000000000, 0xe937a6675c8c5413754e258d5531d667),
(0x9073c667c63b3453dcc866d9473a076f, 'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js', 0, 0x00000000000000000000000000000000, 0x525a7db293b782e92141ab4f2cd44ee5),
(0xcb8e8c3c1ef30d388723094129eb4151, 'wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js', 0, 0x00000000000000000000000000000000, 0xac5840cf0870ecc0833ec7f0b46abdac),
(0x21ffd67d3645f1e3364039c19855a7c6, 'wp-content/plugins/js_composer/assets/vc/3rd-party/jwplayer.png', 0, 0x00000000000000000000000000000000, 0x10c6076d6021780b75870162cff32137),
(0x359d974311028ea0b83fdadf1f6a4a44, 'wp-content/plugins/js_composer/assets/vc/add.png', 0, 0x00000000000000000000000000000000, 0x226b8d2e705206807b6be4cab2ed52eb),
(0x2b726dd1f042e113178f8fe5ff771d68, 'wp-content/plugins/js_composer/assets/vc/alert.png', 0, 0x00000000000000000000000000000000, 0x8a5a1fd32c9594743abe4dd409fb410e),
(0x395c966c7c1f0e4076fcd1d1ebd9b2c5, 'wp-content/plugins/js_composer/assets/vc/atm_controls.png', 0, 0x00000000000000000000000000000000, 0xc4b098528f4247c568f2dc26f369ff73),
(0xd257f5c045c471fc874adb099e63bacd, 'wp-content/plugins/js_composer/assets/vc/blank.gif', 0, 0x00000000000000000000000000000000, 0x325472601571f31e1bf00674c368d335),
(0x890ea436facab5fbee1b43b1c9c6551a, 'wp-content/plugins/js_composer/assets/vc/blur.svg', 0, 0x00000000000000000000000000000000, 0x87bc806fc888895c24fc4662d06fbac6),
(0x137aaed4807151f77e9190432c4b4c6f, 'wp-content/plugins/js_composer/assets/vc/column_offset_screen_size.png', 0, 0x00000000000000000000000000000000, 0x8e00409d4d319c5ba01000076d9bc5c3),
(0x6f7b603a358eab93f7d5e0de34cabb35, 'wp-content/plugins/js_composer/assets/vc/controls.png', 0, 0x00000000000000000000000000000000, 0x806dc9b1be12f0a2e1df7e92a7090fc9),
(0xccf7e4c189d88b6bf1a369aaa4670672, 'wp-content/plugins/js_composer/assets/vc/drag_handler.gif', 0, 0x00000000000000000000000000000000, 0xe3c9f406a8a41be72798a698821ad875),
(0x4e50f89a6469a340b58fe3275b18614c, 'wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-header-graphics/vc_ui-header-graphic.png', 0, 0x00000000000000000000000000000000, 0x8be5408973384ab6a2c6567fcc768e9c),
(0x49feb7d0d0761a1c15b4df4c80aa5291, 'wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-header-graphics/vc_ui-icon-pixel-search.png', 0, 0x00000000000000000000000000000000, 0x0b260fcb72b6093727ef1144ec88cbf1),
(0xc7c072c99b1c3cceb74e0d07fa8afb21, 'wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-icon-pixel/controls.png', 0, 0x00000000000000000000000000000000, 0x0b87fbd622cc8b6b8782ff7c19cecd2f),
(0xde12844185e037763cd697c978979d0c, 'wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-icon-pixel/vc_ui-sprite.png', 0, 0x00000000000000000000000000000000, 0x5a2116acf2436fcdf2b1a4043a911dfa),
(0x46c29cb51ea66861e76589759af7f1ae, 'wp-content/plugins/js_composer/assets/vc/elements_icons_sprite.png', 0, 0x00000000000000000000000000000000, 0xbc99bec6cef363a31e7c111c70fa6b2d),
(0xa40b70c844c78351716a42860d358612, 'wp-content/plugins/js_composer/assets/vc/empty_row.png', 0, 0x00000000000000000000000000000000, 0x904c31c2d40305be0d8b5bdd62cdcf76),
(0xe60d515321e2130b1f14de74f5c7793e, 'wp-content/plugins/js_composer/assets/vc/exclamation.png', 0, 0x00000000000000000000000000000000, 0x9bf11ae175d5ad949683e5f18c164025),
(0x748becc1ea9612f409877823c2d7c83e, 'wp-content/plugins/js_composer/assets/vc/fe/close_panel.png', 0, 0x00000000000000000000000000000000, 0x7a44a6e6e08d26cc89b3c48bb520f117),
(0x7d4fe48b52139c147010fe1d4ccd2568, 'wp-content/plugins/js_composer/assets/vc/fe/controls.png', 0, 0x00000000000000000000000000000000, 0xf7259ed97f42265a64be650aa05ae84d),
(0x1c7ce2d6c62c72e392535ae67c24f890, 'wp-content/plugins/js_composer/assets/vc/fe/empty_row_sprite.png', 0, 0x00000000000000000000000000000000, 0x5ab649967f8aa3ccba26934e50afd336),
(0x2739787b229206a0207987ceabaa6cbf, 'wp-content/plugins/js_composer/assets/vc/fe/expand.gif', 0, 0x00000000000000000000000000000000, 0xfc2cce511b7fffbf72f3a9b6d03300db),
(0xf3dedf0bbc9f5246dfc9d351a76b9a81, 'wp-content/plugins/js_composer/assets/vc/fe/eye_ico.png', 0, 0x00000000000000000000000000000000, 0x5a78c0edb25cf5398baf05a00335ccae),
(0x2c5b7075663e78aee3a999b1bc125894, 'wp-content/plugins/js_composer/assets/vc/fe/js_icon.png', 0, 0x00000000000000000000000000000000, 0xd45859bce4a3ba7250c0a20284873bb6),
(0x29ecd39565362612a8f451076b70c041, 'wp-content/plugins/js_composer/assets/vc/fe/layout_sprite.png', 0, 0x00000000000000000000000000000000, 0xeec5b19511224cc2152e3c1c547a3290),
(0x4dfb0a43c1f0d7abb574fce7e17c6610, 'wp-content/plugins/js_composer/assets/vc/fe/modal_minimize.png', 0, 0x00000000000000000000000000000000, 0x55d2bc50ea02f6165aba52d58ea61776),
(0x61527e5fb48189bf7f1f53ab5509fe08, 'wp-content/plugins/js_composer/assets/vc/fe/move.png', 0, 0x00000000000000000000000000000000, 0x15341b83bd7968db06a0a57ea1d88a34),
(0x89b18f9b87f021c521b4aadf93deb56b, 'wp-content/plugins/js_composer/assets/vc/fe/preloader.gif', 0, 0x00000000000000000000000000000000, 0x9766292533bc82c2119497122c3045d1),
(0xe8638aa7bcc8d2c524d6232df7a1aaed, 'wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/ipad_h.png', 0, 0x00000000000000000000000000000000, 0x6a96666b97aec5402bb30c72304ef5fd),
(0x4b950e2e4b4c17caebffd5d8ee60ada1, 'wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/ipad_v.png', 0, 0x00000000000000000000000000000000, 0xecb96427e3e479218da79c5da6109551),
(0x93a81734e3866b39b53a6d3a1021971a, 'wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/iphone_h.png', 0, 0x00000000000000000000000000000000, 0x5326f06182b475c99f603a0025c7cb7b),
(0x0deadce231cf43dce18aa8e003e932d7, 'wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/iphone_v.png', 0, 0x00000000000000000000000000000000, 0x328910cce6b54b77e96c453af28453aa),
(0xc1ffd3f275b54694ffbfd0b4979669a5, 'wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/laptop.png', 0, 0x00000000000000000000000000000000, 0x3ed597bc5cf6a3bec1b2da5ed888828c),
(0x04dc1cfcf040a59e884af7c6a47b7f5f, 'wp-content/plugins/js_composer/assets/vc/fe/social/fb/box_count.png', 0, 0x00000000000000000000000000000000, 0xd1bf52053db9d6c159dd6e3edc9d6c25),
(0xc8767c9f432baa3293bf5e8703a172aa, 'wp-content/plugins/js_composer/assets/vc/fe/social/fb/button_count.png', 0, 0x00000000000000000000000000000000, 0xe34d11683b2d338f9acd7a0ea9fdd299),
(0xe58b9f062991efe7ebbf0ab7102e394f, 'wp-content/plugins/js_composer/assets/vc/fe/social/fb/standart.png', 0, 0x00000000000000000000000000000000, 0x523f8a71d13844ff10de06bd29109ed1),
(0x252b77c9f8a05c46775a1f4245be1a75, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/medium.png', 0, 0x00000000000000000000000000000000, 0x5373da938204f29fc098aa28d7487e7d),
(0x180870efe344509725961b800f90b218, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/medium_bubble.png', 0, 0x00000000000000000000000000000000, 0xebb3dfb5bcb35bb176f88821815d41da),
(0x06f417cdfe1f8d9143c078009ec21668, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/medium_desc.png', 0, 0x00000000000000000000000000000000, 0x48700f80cfe7bd9439a7a4e4b9436c49),
(0x416030ba4f115a42c208ce661b749395, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/small.png', 0, 0x00000000000000000000000000000000, 0xfac1772e45389eb8705b9aec3adfab02),
(0x683a6323af7a18bee1105394ee8290f4, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/small_bubble.png', 0, 0x00000000000000000000000000000000, 0x347f0ba223142fe1c889f70c5449a3b9),
(0xdc139b221f6eb9413baa90e83a846e5b, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/small_desc.png', 0, 0x00000000000000000000000000000000, 0x0e282acbef4029e0ce928e19300e2a46),
(0x2a24887bea986f7f082e6938d7907a09, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/standard.png', 0, 0x00000000000000000000000000000000, 0x536997b40ebac53fe5f572c5c7923250),
(0x2e5ee056462a86dc7787d85b4af57b37, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/standard_bubble.png', 0, 0x00000000000000000000000000000000, 0x04835acb356bbff04b57f24ca86d035f),
(0x30e21fb857bf66425c96f8df61766776, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/standard_desc.png', 0, 0x00000000000000000000000000000000, 0x298b9c91fe41cf31a3d27238d388fe98);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xc1a3d523a58b780a3a0564a529b03e6d, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/tall.png', 0, 0x00000000000000000000000000000000, 0x8ce5f6cc05557c90362672b781458dc0),
(0x140cdf2db242854a31ddf9f6d42dcc83, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/tall_bubble.png', 0, 0x00000000000000000000000000000000, 0x4e216fc3dcdce8833d8073b9c6683d20),
(0xc5eed7eb1a61370a01e7944e58f556e9, 'wp-content/plugins/js_composer/assets/vc/fe/social/gp/tall_desc.png', 0, 0x00000000000000000000000000000000, 0x38fae0ee977f2bfcb1690abc0969f03e),
(0x513654114eb79c9bb6c513fd672fade1, 'wp-content/plugins/js_composer/assets/vc/fe/social/pinterest/horizontal.png', 0, 0x00000000000000000000000000000000, 0xe1299f60be7c7c8fccda576e0bd524c8),
(0xc4b16ffa74e68a585a3c25049b123111, 'wp-content/plugins/js_composer/assets/vc/fe/social/pinterest/none.png', 0, 0x00000000000000000000000000000000, 0x313668703ba634f03f8d37b67321136d),
(0x0d6beda75e727adeb3c07bf05728fc79, 'wp-content/plugins/js_composer/assets/vc/fe/social/pinterest/vertical.png', 0, 0x00000000000000000000000000000000, 0x98f5f0ca41f20d8df73181c927b2a862),
(0x69576fc8e1892ff8d4b8a882a02bae10, 'wp-content/plugins/js_composer/assets/vc/fe/social/tw/none.png', 0, 0x00000000000000000000000000000000, 0x6f660c4f6e2896dd574869ebd4b197e0),
(0x6c604461a6eed408c70baacb98bd8f69, 'wp-content/plugins/js_composer/assets/vc/fe/visual_composer_32.png', 0, 0x00000000000000000000000000000000, 0xdc84e7ce470c3d47911ddf063bdaf1f7),
(0xeedd7e9db100e3fb726d88fe833c4129, 'wp-content/plugins/js_composer/assets/vc/gb_additional_content.png', 0, 0x00000000000000000000000000000000, 0x2fe1306b13859567f9c9cb07f5234af4),
(0x7914ab81567565c6352c1a557a4531df, 'wp-content/plugins/js_composer/assets/vc/info.png', 0, 0x00000000000000000000000000000000, 0x0d56b98cb4b4ceb799f5d7a3beb2d9c8),
(0xef6f40cb82f4b7ab0ec02120afc8fac3, 'wp-content/plugins/js_composer/assets/vc/item_icon.png', 0, 0x00000000000000000000000000000000, 0x62bfb71b6b81de9c811b3b7809ec679a),
(0x153b8ff2a79aea7547421fdcdb6e9c18, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg', 0, 0x00000000000000000000000000000000, 0x1be0e48ff3d577609c3cf7b8ac1bb41e),
(0x6549510258c11b7df09b2da3ec8c6525, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg', 0, 0x00000000000000000000000000000000, 0x74ed964bef6afbdf14a35a1bf1fb0585),
(0x3c455f0fad7e9618f610c9141e243044, 'wp-content/plugins/js_composer/assets/vc/logo/64x64.png', 0, 0x00000000000000000000000000000000, 0x1305eb60fe36035939331a25659369a8),
(0x80584424717b9f6246d415b9e06d8aba, 'wp-content/plugins/js_composer/assets/vc/logo_ce.png', 0, 0x00000000000000000000000000000000, 0x865d8ef7ba1f77b93d91199c88664183),
(0xc29d049ab0faa02c2718dd5b60c515e9, 'wp-content/plugins/js_composer/assets/vc/minus.png', 0, 0x00000000000000000000000000000000, 0x33529419d93b29fbe973a37682642337),
(0xfa71cad7e2d21d79a3a68931939f606d, 'wp-content/plugins/js_composer/assets/vc/navbar_controls.png', 0, 0x00000000000000000000000000000000, 0x4faf317939c6899be143995d30ea985a),
(0xccdd3dac18f35c85bd9155ee094929f0, 'wp-content/plugins/js_composer/assets/vc/no_image.png', 0, 0x00000000000000000000000000000000, 0x6e4a6655847ea3530c440bcca69240c0),
(0xd92f070fa230528da97a48010e2a1bf1, 'wp-content/plugins/js_composer/assets/vc/pattern.gif', 0, 0x00000000000000000000000000000000, 0x777080900fcaa2a7cea3c8bc8ccc2dd9),
(0x9280247b103409293b3db6b012a8ad05, 'wp-content/plugins/js_composer/assets/vc/plus.png', 0, 0x00000000000000000000000000000000, 0x6647e15a87aaf8b062c09628385653d8),
(0xe7802f01e762fac272323fbd89c57f1e, 'wp-content/plugins/js_composer/assets/vc/remove.png', 0, 0x00000000000000000000000000000000, 0xa3586ac9c62b84c45ebce035cd14cd91),
(0xdf43d591d1618a6a95cebde874ed12a5, 'wp-content/plugins/js_composer/assets/vc/row_layouts/1.gif', 0, 0x00000000000000000000000000000000, 0xf41b896e0fe328f2c572783c6d361016),
(0x3db01a39869cbcc7e30aa5ff7dc0c226, 'wp-content/plugins/js_composer/assets/vc/row_layouts/12_12.gif', 0, 0x00000000000000000000000000000000, 0xa17ed7d091cfca7b05fe62ddb59a89b6),
(0xae715543baefed5ccea06039dcedf734, 'wp-content/plugins/js_composer/assets/vc/row_layouts/13_13_13.gif', 0, 0x00000000000000000000000000000000, 0x4ec56b9bb3724f37ad282320719fdbd7),
(0x81940ea6300769d8b479707383b6577f, 'wp-content/plugins/js_composer/assets/vc/row_layouts/13_23.gif', 0, 0x00000000000000000000000000000000, 0xad06f4f8c976b7920c8630445554ae73),
(0xbd6f48ce92b07f062a6908bdeef4156f, 'wp-content/plugins/js_composer/assets/vc/row_layouts/14_12_14.gif', 0, 0x00000000000000000000000000000000, 0x22dbd2534fa636f3ed881150c2218623),
(0x41b15baa631175df09e3944bb81c1659, 'wp-content/plugins/js_composer/assets/vc/row_layouts/14_14_14_14.gif', 0, 0x00000000000000000000000000000000, 0x862e9cae439b71cd6155702fe6f4d1dd),
(0x15efab20dd45d9f727fc61ec68873339, 'wp-content/plugins/js_composer/assets/vc/row_layouts/14_34.gif', 0, 0x00000000000000000000000000000000, 0x634af791b3cbb7ee1d940de6b54369e7),
(0xf6af2ab82f26541c20e1574f84e80239, 'wp-content/plugins/js_composer/assets/vc/row_layouts/14_46_16.gif', 0, 0x00000000000000000000000000000000, 0xc72eaf20773e3cdca9bb6a6ce9770923),
(0xa1474f95ce477c1aa7e481cd88bde5fe, 'wp-content/plugins/js_composer/assets/vc/row_layouts/16_16_16_12.gif', 0, 0x00000000000000000000000000000000, 0xbe32c6930d0d57e3180fbd2deafc8b10),
(0x21e324a7a2fd86a7d375afdcaceb4708, 'wp-content/plugins/js_composer/assets/vc/row_layouts/16_16_16_16_16_16.gif', 0, 0x00000000000000000000000000000000, 0x78d1fc9c5f6f771fdff1fac9fc4f0b8c),
(0x9e84bfde5d37d09cf00dac9525b8cea7, 'wp-content/plugins/js_composer/assets/vc/row_layouts/23_13.gif', 0, 0x00000000000000000000000000000000, 0xf66bc3e16ecc40f17493bc47b53c8693),
(0x812f107016895e5979026baa0b407724, 'wp-content/plugins/js_composer/assets/vc/row_layouts/56_16.gif', 0, 0x00000000000000000000000000000000, 0xee676d05a000cab1f8ced387426edb36),
(0xb53728cc51975f36deb396ebf91ebbe3, 'wp-content/plugins/js_composer/assets/vc/rowbg.png', 0, 0x00000000000000000000000000000000, 0x6856b11484b784ddb4fd266d7ec28ccf),
(0x0879130ceded541a4dbea8a4a13eaa76, 'wp-content/plugins/js_composer/assets/vc/search.png', 0, 0x00000000000000000000000000000000, 0x209e3308de70e0054357066b6dd13938),
(0x724b8f43f00698093b7f4d4a2c6cc775, 'wp-content/plugins/js_composer/assets/vc/separator.gif', 0, 0x00000000000000000000000000000000, 0x91bdd836ee263cc877013fb1348c281e),
(0x945cabf2ff981293f382e9f0e3b39926, 'wp-content/plugins/js_composer/assets/vc/tick.png', 0, 0x00000000000000000000000000000000, 0x70a607ca6d061739a78173c7bec58a32),
(0x9c430daeb4c8d184c2a82fc096a2653e, 'wp-content/plugins/js_composer/assets/vc/vc-welcome/01.png', 0, 0x00000000000000000000000000000000, 0xf2b7ae33bca4e979b36fd310295e0dea),
(0xb4f84397d200e801566877ffd715ffb0, 'wp-content/plugins/js_composer/assets/vc/vc-welcome/02.png', 0, 0x00000000000000000000000000000000, 0x65fe574e5b7e40ab922f6fb2bb472f03),
(0xb5d1e8669daf6e107fcf85ea171dd226, 'wp-content/plugins/js_composer/assets/vc/vc-welcome/03.png', 0, 0x00000000000000000000000000000000, 0x093ae06182cb9a566daa34d1415fbc62),
(0x47aa5b78af30ad0ae599173ae71e1746, 'wp-content/plugins/js_composer/assets/vc/vc-welcome/screenshot.png', 0, 0x00000000000000000000000000000000, 0x16c8e7df90a5bc0afe27c4c8f4e080f9),
(0xadef6494245e823ff0e8fab89c0bbc94, 'wp-content/plugins/js_composer/assets/vc/vc_gitem_image.png', 0, 0x00000000000000000000000000000000, 0x625832f38907f3263ad730255090498b),
(0xddbcdac679e8e37f1bfb28527faceb72, 'wp-content/plugins/js_composer/assets/vc/visual_composer.png', 0, 0x00000000000000000000000000000000, 0xcaa935cf67fe1f1d40c02614036bdcbe),
(0x627bfd34be58301381e755e2dc123268, 'wp-content/plugins/js_composer/assets/vc/visual_composer_32.png', 0, 0x00000000000000000000000000000000, 0x355031bbb9c0c1ce78ee022b5614b203),
(0xf71a849b7c92dfcf2409e1be86a167aa, 'wp-content/plugins/js_composer/changes.txt', 0, 0x00000000000000000000000000000000, 0x82f0d39c24f16dd72a7505483e6280cc),
(0xbae7ba501bc3532ee7b782d2f3af708c, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php', 0, 0x00000000000000000000000000000000, 0x00fc6b8aae8dac187a4352f49629c520),
(0x86a6d9227ca5b656c9ce95d8967d5ac9, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php', 0, 0x00000000000000000000000000000000, 0xb504f4bb32ecaa28d3429bcfb59c9521),
(0x2555ec836406f2498a861ee334f428e2, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php', 0, 0x00000000000000000000000000000000, 0xc9b7af24ef07e9caf982a6d63ded368b),
(0x38c848141abf1137b081b060b5b31d92, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php', 0, 0x00000000000000000000000000000000, 0xc8725544ec50f89b65fd30e365eca493),
(0x3584365fd4aa087d5c732f3aff2f7a55, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php', 0, 0x00000000000000000000000000000000, 0x73d706914f012b17fbad4bae7aae24c3),
(0xab11277af1259b2a5b9b4bdde06bb511, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php', 0, 0x00000000000000000000000000000000, 0xb6985ab944edcdae0add75fe48ea4952),
(0x7a16316fb2c9bc83bd4002c98561f4df, 'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php', 0, 0x00000000000000000000000000000000, 0x5b5a5c7ca377924957fd29627e1155bf),
(0x251a533100910ad756014411d8569efb, 'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php', 0, 0x00000000000000000000000000000000, 0x8f20e7c7605998c5b6903b027d6ac94b),
(0xc77eacee9c13c665e5cd3ca905dc6c18, 'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php', 0, 0x00000000000000000000000000000000, 0x94617f71981c31995d4f0ddd4816d4c6),
(0x3bb5fe03b0f46c10cd3f5be67772f7ff, 'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php', 0, 0x00000000000000000000000000000000, 0x4f5bca57f1ee0b9b97466cb8548a9c26),
(0xaf830c6cb2fdc3922d3b50e8274087e1, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php', 0, 0x00000000000000000000000000000000, 0xff42203e4ba3dac09da04518adc94afc),
(0xe3cf0184b7f41797e7b0f2a872d80f23, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php', 0, 0x00000000000000000000000000000000, 0x15148fe9728b7fc5a62311f48b285117),
(0x88986a3f62b494de74b3b3ec423c08d0, 'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php', 0, 0x00000000000000000000000000000000, 0xb40e66adcc3542fc5bdd71c428c8de00),
(0xafed90db9b733572307eb307976ea129, 'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php', 0, 0x00000000000000000000000000000000, 0x9ccbcb9bfd0759902e931dddae9a3658),
(0x4fad7fad6cb5d76967f7f03ecfe73628, 'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php', 0, 0x00000000000000000000000000000000, 0xb2aa67ce91be8fee0c4296280f4f1f54),
(0x4ef1080c93083647986f74bb13656113, 'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php', 0, 0x00000000000000000000000000000000, 0x06e6237e63a43a44ee5bfbaf18aa5974),
(0x61c76b676aa723eb89f017de51912aa0, 'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php', 0, 0x00000000000000000000000000000000, 0x98a7dbbbb3275e2ad4e411b3f62d2444),
(0x81d60d8f0a27276fa6c2cf87f8f94d67, 'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php', 0, 0x00000000000000000000000000000000, 0xbf6597f95cad3dedfc97a72063a1c0e4),
(0xf72a661d7bfa4be372d192b57cd1b4d6, 'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php', 0, 0x00000000000000000000000000000000, 0x5d9144593727e94afc1adcfb4742533c),
(0x37fe2689ff9bfc4f1fd7bd552adcfc7d, 'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php', 0, 0x00000000000000000000000000000000, 0x9cd10ea4f4c841e630d2303dc47a80f5),
(0x8d5c849202d189753c8f221759da9cc6, 'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php', 0, 0x00000000000000000000000000000000, 0xe88947447df3997130179a1d56b42f45),
(0x6f6607063ee7b5f17dd0d17548035b3f, 'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php', 0, 0x00000000000000000000000000000000, 0xc4bf4f3966a59c58f7433ba1f4598dae),
(0x99972c82fcd618b1f5aa235e988475e8, 'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php', 0, 0x00000000000000000000000000000000, 0xe6901d22dd6b544df4e4b984dd766104),
(0x4905528e93763ac15169e961ab1568d8, 'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php', 0, 0x00000000000000000000000000000000, 0xb7d7a1375f9dfd57817afcd59496575b),
(0xa5f337e407fc378dde96f1c0ef97b97a, 'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php', 0, 0x00000000000000000000000000000000, 0xd17c2abb3812487657169ea728f7a2d7),
(0x27d78a4be767676b0c2655422481218d, 'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php', 0, 0x00000000000000000000000000000000, 0x5b1e03a6bc358b1d6a046f86e560f5bd),
(0xebcbb3b85ea06320830118db88bd4a96, 'wp-content/plugins/js_composer/config/content/vc-icon-element.php', 0, 0x00000000000000000000000000000000, 0x1c9270735d408f377387f880a3d97b97),
(0xf6189bcf01091914b24f5accaf719971, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php', 0, 0x00000000000000000000000000000000, 0xcfa551d4b7136286be0262005ed3350b),
(0xd7282bf96a613e5833bb61b6ee21d24c, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php', 0, 0x00000000000000000000000000000000, 0x18cde0f0817041a9c9b942dc9d3a27b5),
(0x5d4d1d16cc95874730a7b3d8d75f0d06, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php', 0, 0x00000000000000000000000000000000, 0x7d37a5d3d2cfb2fe2d86562a7b07f95b),
(0x91e84225c37e7d92780903b1b5ed1250, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php', 0, 0x00000000000000000000000000000000, 0x51fdd59fc1ba91775b588ff6b3cdfaaf),
(0x1ac8a6ab32ff0426a866effd82314ba8, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php', 0, 0x00000000000000000000000000000000, 0xb07e78ace7ec29a20ce4b3c4b53b9c2f),
(0x74fb9dd9848fe4f11d1ab0b21871437e, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php', 0, 0x00000000000000000000000000000000, 0x7c4b3dba61f5f8be822d0aa0ebe7f3c7),
(0x217aedfeaf6879796e985e2d7d15c8bd, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php', 0, 0x00000000000000000000000000000000, 0xe65f1f6eb54139219ab06774c7d68eb7),
(0xce257b7782e39cd6e541c4500648ba7d, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php', 0, 0x00000000000000000000000000000000, 0x0f3420ea9862159ff2030c55601d07c0),
(0xdf75abd58b6c894e5d1d4e422263eed5, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php', 0, 0x00000000000000000000000000000000, 0x7d0a7475e0888288db23d7a76e40ad81),
(0xd798fc511866948b440b85213be97bde, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php', 0, 0x00000000000000000000000000000000, 0x34c8fbbd530356a42868d74f9d559a76),
(0x4a8bf86d4fe3eac4d21b600ce18a66e3, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php', 0, 0x00000000000000000000000000000000, 0xa48ed5eb02fcd2efb73cd02cdf5fd945),
(0x0bf4145b344db39c8e972034d4859fc0, 'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php', 0, 0x00000000000000000000000000000000, 0x1058446f97aeaa7e4e086b990207a1b2),
(0x05e758cd402bbb38964cff7f1b1e181c, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php', 0, 0x00000000000000000000000000000000, 0xa59473897819e2d52dd16d70b5fd8f37),
(0x5d34880cd4b92df3dc36f5f18b24dc22, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php', 0, 0x00000000000000000000000000000000, 0xa6d212f925c3fc51a266fe33c8c3a8ab),
(0x34ae850aa3db3c9a4a483436955c2d09, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php', 0, 0x00000000000000000000000000000000, 0xac8162d1d8e65428b8e21d28e69db18c),
(0x64ae46dc490ac75d320ae811f754670c, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php', 0, 0x00000000000000000000000000000000, 0x741b15b59849a32887232a70f539da6e),
(0x003629450e445158f46e1907d6f00e57, 'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php', 0, 0x00000000000000000000000000000000, 0x35d6aab7a7d2e173978bc3cf4cdfaf22),
(0xd9abda1602f19578ebcbb0944664c15d, 'wp-content/plugins/js_composer/config/lean-map.php', 0, 0x00000000000000000000000000000000, 0x9384f3e4c2cd9534c89ffbe7d3fa838e),
(0xa5a6196ec27ed4a5f0a37eb1ad9da43f, 'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php', 0, 0x00000000000000000000000000000000, 0x6f5bc7a14fa9ffbe079765276d7d5d6e),
(0x1455e69dbeaa5c57af1f800d28a67022, 'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php', 0, 0x00000000000000000000000000000000, 0x84a08ac412da158d7d36624a5ea71261),
(0x623f2c51a1e00319db1465da66f85c49, 'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php', 0, 0x00000000000000000000000000000000, 0x51d3bb1f37df80bee1f18433d0e03160),
(0xaa6a708864aa72f81b86193e3d451aa8, 'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php', 0, 0x00000000000000000000000000000000, 0xca5f79206b500243fadbce90b9e678ef),
(0x29ea9e4d048996a71d0991c9cffbd49c, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php', 0, 0x00000000000000000000000000000000, 0x06cfe8d43d8a138f6ffd665981af8f62),
(0xfae9925b4b1419fdc20181bb22c4c67a, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php', 0, 0x00000000000000000000000000000000, 0x21a0de899f7aa0dc5a94f82507bc17b1),
(0xab303f9cd158a33819149b116f1ee81b, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php', 0, 0x00000000000000000000000000000000, 0xd9d2b31a7eea92b8be34cc5d4925ba4f),
(0x813ad01ab9920b5388c82117330199c8, 'wp-content/plugins/js_composer/config/templates.php', 0, 0x00000000000000000000000000000000, 0x87ae686dd3a2e1e6ce6994700fbf774d),
(0xa9d818b1f05e7b38b83d1c2b495444ce, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php', 0, 0x00000000000000000000000000000000, 0xc3911443472d0f88bba835bb053a255f),
(0x53e132dc3f3ef40b698e2671785edf0c, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php', 0, 0x00000000000000000000000000000000, 0x5842d62c3493d66739be9112fba34548),
(0xad156d73a14ac07b202a87a57b34b4b9, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php', 0, 0x00000000000000000000000000000000, 0x6d063dcdcc58d21e34ff36c5c2c1dc12),
(0x38c8d7de46fa131067e27338d31a07a9, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php', 0, 0x00000000000000000000000000000000, 0x2ec7cf10489548b83fdbdea5d93b3775),
(0xf1abe6e91224041eb8619a6435e99c54, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php', 0, 0x00000000000000000000000000000000, 0xcdb432e9d968ce5f9c4e73c31ea4f71c),
(0x233908763a48176b3ba2e3faa44c0674, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php', 0, 0x00000000000000000000000000000000, 0xcc26cc5344dccd48e281738d17fd06bd),
(0x2246db60861d3b69ea81760522097c49, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php', 0, 0x00000000000000000000000000000000, 0x36fa7c09d482cc42112d2263b02cd3ab),
(0xf93cfeefe96e66b96fa053d39d072e2a, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php', 0, 0x00000000000000000000000000000000, 0x0fc2cd5492df2a0d2894a81123268733),
(0x0ebd04b64a41c3a402c82379c2cf16f8, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php', 0, 0x00000000000000000000000000000000, 0x85d6a5101d09ee4f07df49d276078c3d),
(0x3b7615b403e0ddfdeb306310c613a4e3, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php', 0, 0x00000000000000000000000000000000, 0x823afe95fe650f57a9e214a3b772b8cb),
(0xf7185c71728caa9ddf4667987d3160b0, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php', 0, 0x00000000000000000000000000000000, 0xb97672103a81df8f0a91855a2ed15c34),
(0xa7f5138a956d72bf840fc61638709872, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php', 0, 0x00000000000000000000000000000000, 0x88d58588bb884fc456ac9964ba43478b),
(0xb64212bd672a5ebd01d01dbd8935d439, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php', 0, 0x00000000000000000000000000000000, 0x547319fc19c21a8d6e77409a163261fc),
(0x469e8d9002ec426515e168d2da719e8b, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php', 0, 0x00000000000000000000000000000000, 0xd3a4418ae9dbdb934f955ad9172ee8e6),
(0x33bcad9f955e9138670a6d9b0074afff, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php', 0, 0x00000000000000000000000000000000, 0x429391753fa10e76b3c7be3b9cdac88c),
(0x3fb9c792f4a69e630fdcac2a39e3d71c, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php', 0, 0x00000000000000000000000000000000, 0x0fa435ad5aec74097a5a58e280345312),
(0xc3f08ec8b852ba8962b5fea827d6fe57, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php', 0, 0x00000000000000000000000000000000, 0xdbc7042ee38a654badfd68e6a9dc08e8),
(0xd75859486f24bf5ce68dda1184886840, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php', 0, 0x00000000000000000000000000000000, 0x91b51a4f00febcf5b900a01f632b2c89),
(0xecc7825011659f691a7f7244f4b1eb50, 'wp-content/plugins/js_composer/credits.txt', 0, 0x00000000000000000000000000000000, 0x628691bedd05b8c6819e0428eef9210f),
(0x6e8ef0f2f31b58cc24489622e3941f31, 'wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php', 0, 0x00000000000000000000000000000000, 0xaa20ac4ee2e850e04f01fd719d71de34),
(0xd293c3597a1e24b8e9d309c7c81a2b1c, 'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php', 0, 0x00000000000000000000000000000000, 0x0e012b6b5bfedf581a04957121ba9985),
(0xef5ea8b9c34155ad68d0254bc719a935, 'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php', 0, 0x00000000000000000000000000000000, 0x4471b0dd962b1db496c9484b45fec8b2),
(0x14a2fa7c23a740f34183c2e994b67ca7, 'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php', 0, 0x00000000000000000000000000000000, 0x3ed7ecdd1d3a97495d9138dfb147fdc6),
(0xbbc3083d54836ad79da2e368c8b25494, 'wp-content/plugins/js_composer/include/autoload/components.json', 0, 0x00000000000000000000000000000000, 0xcac5fa6fcc2ff8fe44063b8763a85a52),
(0x6cfd58e6bed74e70ef3f96a0620502dd, 'wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php', 0, 0x00000000000000000000000000000000, 0x2cdab05ff09ea0eddc8ab0d8efd6b053),
(0xc125c2868dfd5196d61ccf3728e65c36, 'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php', 0, 0x00000000000000000000000000000000, 0xe88d6a0437563bc7683db363a43105a8),
(0xa243ceb3133b73baa0cf73565d9b5ea6, 'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php', 0, 0x00000000000000000000000000000000, 0x2a7cde51404893ec87203d198ce9a407),
(0xb02b1a23544bff405f86ebfcb29ac5d2, 'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php', 0, 0x00000000000000000000000000000000, 0xb0601629188de5e7008f609c44288541),
(0x174c8d9ae5924b0baf4a2c0bb392c4b6, 'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php', 0, 0x00000000000000000000000000000000, 0xe6ed270a956ca6cc0781d778fed56ced),
(0x1a715cc7d44fa6391b1746cf37d08730, 'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php', 0, 0x00000000000000000000000000000000, 0xa405b508f75015dc4e847327d20e9d03),
(0xe2782b29241acdabc49c13a480e3b864, 'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php', 0, 0x00000000000000000000000000000000, 0xfca36d94032ed7ec8ee260eb9b48291e),
(0xb001492d96bc6929f0506e02d2ccddc0, 'wp-content/plugins/js_composer/include/autoload/params/hidden.php', 0, 0x00000000000000000000000000000000, 0xbc9618f5cd512550b36f1a25452a9cf1),
(0x06ade6e0df8425c2cf53d589b1bcd730, 'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php', 0, 0x00000000000000000000000000000000, 0xb176284c9547207ce75cf1915feee52a),
(0x832821f95d4572cf76884bbe0955a438, 'wp-content/plugins/js_composer/include/autoload/params-to-init.php', 0, 0x00000000000000000000000000000000, 0x07f6eca1bf28bd07a457093e04873e64),
(0xe8f5b425cc2481673364ba4e33f4fbf6, 'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php', 0, 0x00000000000000000000000000000000, 0x488371a816ddae3af626d20970cc17ba),
(0xed446ecd766f77274511a2eeee3be970, 'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php', 0, 0x00000000000000000000000000000000, 0x54a2781dd9c897272ccee5ba3b2b5e11),
(0xd1956c7c2c3a52a69538b60bc8732848, 'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php', 0, 0x00000000000000000000000000000000, 0xd92c834542f9db2197634095570fc708),
(0xacae2d225af463dc31d7263f7a6a4565, 'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php', 0, 0x00000000000000000000000000000000, 0xc2ae66be41d79833262d9bf8b3957c71),
(0x8ca8fea2d628cd01eb72a1b5407ffa01, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php', 0, 0x00000000000000000000000000000000, 0x93ca1774d25c14498bb58d508d4053fa),
(0x16f6cc3d3cb8451e2d17a42c403c38a3, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php', 0, 0x00000000000000000000000000000000, 0x68a4de24de433690fecbd517e4fe445c),
(0x961062f303bd2f28da7f8fa35a498cf1, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php', 0, 0x00000000000000000000000000000000, 0x020b693d5028e72960e4bf72cc8e5c20),
(0x2de551a767e76d80ac550d4f2bedcfe9, 'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php', 0, 0x00000000000000000000000000000000, 0x1faded6bc6777283d117072e3dbe3742),
(0x2aca3ddceb2672c8367e707e2c292716, 'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php', 0, 0x00000000000000000000000000000000, 0x026b15f301d0db335f22f5a3bed5d9fa),
(0xb2b31503c07f1b9ac13ba174696f07ce, 'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php', 0, 0x00000000000000000000000000000000, 0x898b3a53cf67fc85fac11957ec506935),
(0x4f0e1ea3055a42e30f5683b6ff0f02a0, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php', 0, 0x00000000000000000000000000000000, 0x7d530472d701c6ecb422733982182d40),
(0xa3032429885ff421655dff058c197890, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php', 0, 0x00000000000000000000000000000000, 0xac9c686da5904e3b2e1b6ac124b8b227),
(0x03487a39840238c365568acdd1795273, 'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php', 0, 0x00000000000000000000000000000000, 0x7970fca8a5e9596bfcc381d58815f6a1),
(0xd9fac7942504e20897285a0ae5247780, 'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php', 0, 0x00000000000000000000000000000000, 0x647df7090f94d08d1fcca196464484c0),
(0x2e8a59172c3d90ad089d85309484fa1b, 'wp-content/plugins/js_composer/include/autoload/vc-single-image.php', 0, 0x00000000000000000000000000000000, 0x1cbdc73497cfdb6e2cac1bd1805e48b4),
(0x542b083c5e643a3b911645672849d546, 'wp-content/plugins/js_composer/include/autoload/vendors/acf.php', 0, 0x00000000000000000000000000000000, 0x36a7de0ecda501a439e2ada87c017058),
(0xf7b1b657c7fd9a2a8a8c72a82539d655, 'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php', 0, 0x00000000000000000000000000000000, 0x782786c76526a81018cd60d689478eaa),
(0xd26eb59186e09282463337904cdfa1c1, 'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php', 0, 0x00000000000000000000000000000000, 0x12a25e657a376d054506d09c694b7d85),
(0x5b34f9696b80470f8651084309165020, 'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php', 0, 0x00000000000000000000000000000000, 0xab365a759177b70889724c211ed42e10),
(0xbc2c12cbd3f1c373b39d36c0b42b139d, 'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php', 0, 0x00000000000000000000000000000000, 0x7ba289052b879dcb166139e1e08f97f3),
(0x9169128a1726389e1ed1248a5be03f3f, 'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php', 0, 0x00000000000000000000000000000000, 0x68c5bd2b26940d49a935bcae97faf7d2),
(0x93ae8458fa512fcd4c8a5c59c410fdc7, 'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php', 0, 0x00000000000000000000000000000000, 0xa61e82eca8c1d85b5f9811c691d04793),
(0xf495d3159eeb23b5dac0d9f17caad916, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php', 0, 0x00000000000000000000000000000000, 0x5f8e1417b8ae77da995aec61d07d6592),
(0xe3efa9612ce53b7756a353592c9d84f3, 'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php', 0, 0x00000000000000000000000000000000, 0x01f43e96ea5dccaa853d73775a01411f),
(0x6875fafc50414e00537ecc560c97eab1, 'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php', 0, 0x00000000000000000000000000000000, 0x58d64df2b128f07af05aa77582c99745),
(0xa616de46e6eb4f18057433dfc7768c9c, 'wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php', 0, 0x00000000000000000000000000000000, 0xd845ddd66caf49f782d26146bc43d9a4),
(0xc9710cbb7c3a59d7ee2add7c2fdfecb2, 'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php', 0, 0x00000000000000000000000000000000, 0x761e86020e79dead2a512b13db230b61),
(0x88400eca2d891553ac54599468fac04f, 'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php', 0, 0x00000000000000000000000000000000, 0xa62bfb4ea6ad204449079a7325e42d00),
(0x29a2cbfa058760037c95275f04cfa279, 'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php', 0, 0x00000000000000000000000000000000, 0x31e584ee2df557d6acc6fb602d5d77ea),
(0x9c08f4844e54a23830af47fe1d91ac30, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php', 0, 0x00000000000000000000000000000000, 0x5568c3bbce2500fadb19c2a0a6f2713e),
(0x6fe091dcb1a875c405068602fed71804, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php', 0, 0x00000000000000000000000000000000, 0x1dc04a754eec5f8c50be45d48563234e),
(0x391dccb081b6fb105a7a25a492753fc4, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php', 0, 0x00000000000000000000000000000000, 0x712d79c0d500c1e10392028a4ff5b69a),
(0x88683fd8683d01fea8d9907073c0946a, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php', 0, 0x00000000000000000000000000000000, 0xf5859110a1075fde11d6a12a6951d7a2),
(0x3eefcca804156b12a5a46f5c0636d3ab, 'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php', 0, 0x00000000000000000000000000000000, 0x0040e39f539da2a19df8a0ceeee4bf7d),
(0x26974d229181394bb33a36be5753482d, 'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php', 0, 0x00000000000000000000000000000000, 0x9161d23070154df801cfa219b4fc628f),
(0xf816757a4656f9caa59fcb72fd74606c, 'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php', 0, 0x00000000000000000000000000000000, 0x8baca0e9bf4d2070d4d0cc17bd040923),
(0xdae829199256e73afd9676ce7cdf8c76, 'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php', 0, 0x00000000000000000000000000000000, 0x8928ed68053300241d57505a81b1b372),
(0x47b133731efc71d9b4c2df4660a66afd, 'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php', 0, 0x00000000000000000000000000000000, 0x8d1ac852e71636162c165dd6baf8edc8),
(0xf31015bffa23e58ff53152998d0ee95c, 'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php', 0, 0x00000000000000000000000000000000, 0x6bdf5ec7a15257acf9bafd083159f699),
(0xbe7f8b9357bb1313548f3c371e1d2059, 'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php', 0, 0x00000000000000000000000000000000, 0xac820b4845cee0660483c1da482c9fed),
(0x8803d28d91a8746898ca66ff77817cfe, 'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php', 0, 0x00000000000000000000000000000000, 0x9307a092f567ee5770c24051d2b45f65),
(0xdcbbfc433e5f4b2f0e256d831a0a7398, 'wp-content/plugins/js_composer/include/classes/core/interfaces.php', 0, 0x00000000000000000000000000000000, 0xf875a373a1dcd58bd42921e775fa0603),
(0x11710c6648961fbdb63cec4f0ca9c63b, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php', 0, 0x00000000000000000000000000000000, 0x0a71daaacc3b933e40076f8100557421),
(0xb24b681b1827a23fcc69d9efbdfd5932, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php', 0, 0x00000000000000000000000000000000, 0x3895064f2c6bd1cc37d567df4e9646cc),
(0x83a0cbaabac8188bdc9abc1b23cd41ec, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php', 0, 0x00000000000000000000000000000000, 0xb046e5ce9db97114aac6e774c55533a0),
(0x48c4ba307003eae8e69ad0dd2753d8f4, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php', 0, 0x00000000000000000000000000000000, 0x48ed4cb71eb3752648c838aa24e77318),
(0x8d3e92025ee63ee51dc801a228bc16d9, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php', 0, 0x00000000000000000000000000000000, 0xa3ea8ad3bca269b503dad81b604aa6df),
(0xa016c0ce32b4b1d6aef85cf105c6af44, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php', 0, 0x00000000000000000000000000000000, 0xde2f9191e128b7c2f22ef7c43a7b83d0),
(0x57bebb92a04347718909b638ad0a6174, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php', 0, 0x00000000000000000000000000000000, 0x8ee9a680ac6024d539cd921785e892e4),
(0x4b2e4a0fe5dc22106f1ffdc60b44689c, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php', 0, 0x00000000000000000000000000000000, 0x6fb9a96a858d716813e53c922f7c210a),
(0x851784e40cc9db7587ab011f78dd402f, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php', 0, 0x00000000000000000000000000000000, 0xd6c5ef5ed0a23476ff11094809022293),
(0xbc2dce2825158cc2a88d973d43c3d6b9, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-editor.php', 0, 0x00000000000000000000000000000000, 0x357bdb31bf3be3c0abbdf0f445c7f913),
(0xe8facbfd76ba4216420d010680d35a24, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php', 0, 0x00000000000000000000000000000000, 0x854458c729826048ae1045cda6324c63),
(0x3c6cedae76bb833186aba1b73fb456e7, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php', 0, 0x00000000000000000000000000000000, 0xe8e93424890dd39042a6f9c3975a2739),
(0x352aaabedba88bf6d3d6b6e4d370bcc0, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php', 0, 0x00000000000000000000000000000000, 0xd8eb60f07d621be07db9026643ae6b16),
(0xa6432ad148eae499865b5b170c882cde, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php', 0, 0x00000000000000000000000000000000, 0x6195887df7b2e02b632198f872f2879a),
(0x2a8a878b303df74ef9f593060e90016a, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php', 0, 0x00000000000000000000000000000000, 0xe8825d426a376651c525c835778aeedc),
(0xef3b68d41a8491ffcd7853ce1fe69b6f, 'wp-content/plugins/js_composer/include/classes/shortcodes/example.php', 0, 0x00000000000000000000000000000000, 0x0d3a08e6d370f0666521dac3fedc49ca),
(0xccab09752b1dc4a5ef00a2fbcc242953, 'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php', 0, 0x00000000000000000000000000000000, 0xb1f3404c7aa1c19b73d55412e6da9b6a),
(0xd18073e88a24501cbed36c4049fe9623, 'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php', 0, 0x00000000000000000000000000000000, 0x58f527e5625f1a9bc2ba41415b9c78f7),
(0x47264da54d5c42aca51aeacf84a180e2, 'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php', 0, 0x00000000000000000000000000000000, 0x3efdef1affaecd83067baa5c0f8c57ee),
(0x52d5b03046ea38df3a774e58ea3674d8, 'wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php', 0, 0x00000000000000000000000000000000, 0x8757d4e5a3ac8be25a9a4884c91f7c21),
(0x96f3123914b988cd93c8da12cb92314c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php', 0, 0x00000000000000000000000000000000, 0xc32fa29f3a87dd6908bc87660d529af6),
(0xb3c06e0df96225bcbee96071ea052188, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php', 0, 0x00000000000000000000000000000000, 0x331e6442c0c532bd7283aa1c6b05c099),
(0xf84ab8b3a9486c1d35b9e8d6a98dd350, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php', 0, 0x00000000000000000000000000000000, 0x0995a7b74ae92f95c6c6d0d314692326),
(0x1dc1a7ce97dcb94d8db22b3e159d6c26, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php', 0, 0x00000000000000000000000000000000, 0x9f9dd0c0f630664a5e9546c3c1a22665),
(0x4fe82b08a4cec76cd1da00ccfb2e0995, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php', 0, 0x00000000000000000000000000000000, 0xe524a9159f04314b4edb365b96526bee),
(0x1578aec5d2b1f09827b016c901e00468, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php', 0, 0x00000000000000000000000000000000, 0x8f49324bc77be48ef85148594fe5fade),
(0x2e5554462c797b1af753991655c2d472, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php', 0, 0x00000000000000000000000000000000, 0xb349d30eecaff26c65c6e85643b59c94),
(0xf9c29a307846fd1532d509603a4fc379, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php', 0, 0x00000000000000000000000000000000, 0x2decb8206539d72b7a2bf77cef5f8317),
(0x28a43b8d2e0e75830de47855d100c856, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php', 0, 0x00000000000000000000000000000000, 0x72f038fd29ed8f640a4d86461bf685f5),
(0xe041350f760909fd42277066a9f61461, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php', 0, 0x00000000000000000000000000000000, 0x1f314573e1cec7ca8a002aa77e5bbe2a),
(0x36e306d08ddd18863690970c2facb0d1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php', 0, 0x00000000000000000000000000000000, 0x2de9976fb0d84a40efce1edd4b4e268a),
(0x00d5a0da13f9de924128b7f63d870063, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php', 0, 0x00000000000000000000000000000000, 0x0ebbb4f4f036d99fe0270554d0913bbe),
(0x5fbe6ecf3cb96704759ad752475eeea6, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php', 0, 0x00000000000000000000000000000000, 0x1d9f7dd4b9f5f6bc869140041e6e32dd),
(0xe1321a93e800906de6b1cde818c310db, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php', 0, 0x00000000000000000000000000000000, 0xae977268c5d69ef0fa2810ea7d7a8351),
(0xebd14c2608497e361aee0a64c6c5e5e2, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php', 0, 0x00000000000000000000000000000000, 0x5cd180ad2f20eb5f0e3bff1087cc2c21),
(0x5f92d042e50f8724bb98b17a2e34b411, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php', 0, 0x00000000000000000000000000000000, 0x1ea914027efd953c6c73d89ab4fc21f1),
(0xb3b12808d389c9da44d210626626f9ba, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php', 0, 0x00000000000000000000000000000000, 0xc2581bf059d8b06cd268a0684c4a0d40),
(0x4dfa705bf4add4d7586a95ee9e130fb5, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php', 0, 0x00000000000000000000000000000000, 0xa4ecd33f1f79f246790eeb16caf0cc19),
(0xb53416a2f5663917332ed79b038cc03f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php', 0, 0x00000000000000000000000000000000, 0xda6e9fcc49fe138d91b2186d473519b3),
(0x91637e5931f31ce7d30ebfb39840db67, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php', 0, 0x00000000000000000000000000000000, 0x63bcec23bff7f4b0dc8603a5ee711c4e),
(0x8164a737dac6e316d4d35863f0c4a83f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php', 0, 0x00000000000000000000000000000000, 0x2391829c91e4da40ce288274bc466689),
(0xe318ad0b17cbdbb9275adafc54935821, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php', 0, 0x00000000000000000000000000000000, 0xf7ef71e078d19e6b86533998cdcbb7de),
(0x32d188bd2a3de75c7cfa754a749720a0, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php', 0, 0x00000000000000000000000000000000, 0xdb69f90a9a392acf58886c7cafec4713),
(0x8abf384b37d8645e98078627ece5dc74, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php', 0, 0x00000000000000000000000000000000, 0x6d82b286963af39b5c395e4f6c39f2e2),
(0x59c392d506cb3c8e4c26f3ba69b9f62e, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php', 0, 0x00000000000000000000000000000000, 0x773d89eb3de3421286fda47c05ad50d3),
(0xdab982de7c509ec014b6ad04140f8990, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php', 0, 0x00000000000000000000000000000000, 0xcf950157df0c7fdcd977b2e1d37ece92),
(0x0109348bf272764858614b1d70174a94, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php', 0, 0x00000000000000000000000000000000, 0x92ebd9f6f06512d50c9d0e2e9401423a),
(0xd7e35bcbded64aa462ac0836675a8d23, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php', 0, 0x00000000000000000000000000000000, 0xc31b64ee2de3a454812747ec5bba15f2),
(0x93c6c5d2ab50e69e4e227a983d34cd4d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php', 0, 0x00000000000000000000000000000000, 0x83adfde47078438acc6fd6a7e287738a),
(0xa42ce149f415ad5baedbe3d464221edc, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php', 0, 0x00000000000000000000000000000000, 0x5c3180c69a2f91dcdb9e24ceb8a69212),
(0x9a0fc69485f82ac07dcb0267aa30a30a, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php', 0, 0x00000000000000000000000000000000, 0x2d6e42cab35067921f4590b58d1707cd),
(0x4f47e5ab3e966bc89b7aed5b9d327bfb, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php', 0, 0x00000000000000000000000000000000, 0xa4c8d754b051d558544f3ccef5a72318),
(0x476dd4bb2697ebcfd0f2101cd6f1a96b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php', 0, 0x00000000000000000000000000000000, 0x17392486562e35ae0f6e3d78ff9e3949),
(0x016e735716f287dd659c7ddeccd9b3be, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php', 0, 0x00000000000000000000000000000000, 0x9bcefdb18bad0c90c7006187094ae3f1),
(0x1f3eb399cdd128f735a98d2dce0ac339, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php', 0, 0x00000000000000000000000000000000, 0xd04020ac6f9120a610f0c024b2d31522),
(0xa3f26121f1aede7807b37a2a791757e4, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php', 0, 0x00000000000000000000000000000000, 0x2c577558e2973ebc3a3707b52b144b1c),
(0x4369351120f87d7513ffaa68ff813b1f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php', 0, 0x00000000000000000000000000000000, 0x31e45e5b0513e2343ae26eb3399e673a),
(0xf9c9bf6a834b09b31eea0f321dbf83c5, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php', 0, 0x00000000000000000000000000000000, 0xb35680a84bf24664f0eeaef0b80d9dd1),
(0x6ee51e85b3e207f458400ae226f43aa7, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php', 0, 0x00000000000000000000000000000000, 0xc03c7814fb5de472da944437667a0e56),
(0x3be406d5723b6c4ba072c88646d30b9b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php', 0, 0x00000000000000000000000000000000, 0x1c7802e3487fcc9be2cb1e9d5ad9450a),
(0xb4a046c11bcb12e8edae39b1341a60ae, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php', 0, 0x00000000000000000000000000000000, 0x17c58629d7b99513aabead665023ae71),
(0x32eb262eaf0c9d8c3ea6ade037c29f26, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php', 0, 0x00000000000000000000000000000000, 0x2bd41eaf219e046d802b01e0b860842a),
(0x726067d46dfee6c09402ff9f599d5c95, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php', 0, 0x00000000000000000000000000000000, 0xfb2fc363ab7efadad1c37114444a5bd7),
(0x9918b93ab95e5e9600bd248734c20a76, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php', 0, 0x00000000000000000000000000000000, 0x28f287589bb71c26da0f01e3771c8f0b),
(0xd435bbd876aa2564f96ffa5af5374c87, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php', 0, 0x00000000000000000000000000000000, 0x1442eceac1bf71ce063a7918d5cb3ba7),
(0x51dc99ee1850f99f35d9e9532c7ab2c9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php', 0, 0x00000000000000000000000000000000, 0x6cc3454f02eb412fb3fabf7d2fbfc842),
(0x5a8c464b201947d0d5145ce11bc961e1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php', 0, 0x00000000000000000000000000000000, 0x7c7a92cb74e10e184c147a8eab2c2b2f),
(0xca1fb76e4941d0810839f8f3166b27f4, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php', 0, 0x00000000000000000000000000000000, 0xe88c4b738caa8b0a5eda40e236ce9446),
(0x3c308d436f5ac7fbffff6574652a88bd, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php', 0, 0x00000000000000000000000000000000, 0x6be8e76a18a3ea7daf714f8e01527198),
(0xee3a0d1d22c3997999d8c945bb899b12, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php', 0, 0x00000000000000000000000000000000, 0x863051540dc2eecad2d7fe5521228d58),
(0xb5983dcb599a4fae8f146f4fcd328bb9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php', 0, 0x00000000000000000000000000000000, 0x96c162e6a261e2ef9e4d7ace5ce43975),
(0xd53ccb41c5b991f4008cbb35a8fddbe0, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php', 0, 0x00000000000000000000000000000000, 0x2dba287da156fe7b8477c0c688746eb6),
(0x9b47127e8d592dea3bf3ab6a31b300dd, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php', 0, 0x00000000000000000000000000000000, 0x47f051cfc800b04c90a09ffa81316d07),
(0x79bd0eeb57899bc38ce5aef2686d6f39, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php', 0, 0x00000000000000000000000000000000, 0x3d61bb17491deb79db9400eb12209a0f),
(0x8f203349cf4184438770a6027e09a9ba, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php', 0, 0x00000000000000000000000000000000, 0xd766b9080ab70229d2bed2fd38bc0f73),
(0xb1b82fc97b5402b8cabdd2db8fcae96a, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php', 0, 0x00000000000000000000000000000000, 0xf8cf1970bc24eff47a091b28c6f8aafc),
(0x1eb9a8ac3cfefd8d147ec328be2b7f20, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php', 0, 0x00000000000000000000000000000000, 0xce5596fec51a473eaee1372730e0fcfd),
(0x22b2dba448aaef316d81089d753c0f7d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php', 0, 0x00000000000000000000000000000000, 0x62de021cb33de05c988d4d1d1bcc8669),
(0x0f4d7d1147e17167a57a281f15f3e359, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php', 0, 0x00000000000000000000000000000000, 0x8f1bd024fe25ef8bf25f32e8f1dd4d70),
(0xd82e0940c24b48e2b8fa59681557732c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php', 0, 0x00000000000000000000000000000000, 0xbc5a8bb3c5a2cf8aa8e2f240ac60ffd7),
(0xd36bbefbd85d9cba7f6c4b865649be24, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php', 0, 0x00000000000000000000000000000000, 0xba979035ba63845d9cc9ebe1ec3361c3),
(0x1a746af7ec2b7a1cfe7f9b5f2370fb6c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php', 0, 0x00000000000000000000000000000000, 0x616924d1d53bd1b34f2b3929b1a029f1),
(0x52d829145f6a07401aeb1d83f06e5170, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php', 0, 0x00000000000000000000000000000000, 0x22f19807dfa76f5d371ef5e6e1c73f31),
(0x29178bac0b59feca4da34b1da43a23f1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php', 0, 0x00000000000000000000000000000000, 0xd1c8502c93dfcaadb77176c827598af4),
(0xb66b0dd585f8655c505d1e322913062d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php', 0, 0x00000000000000000000000000000000, 0x51da4f06a52b9e23848e74b86d4ed00d),
(0x6b92deb7b993003b7b408abd3c2464f9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php', 0, 0x00000000000000000000000000000000, 0x649719c3c0b0f240c5835e2f7c4531e8),
(0xec52e43b437f8e5fa62f97dc6a6c784b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php', 0, 0x00000000000000000000000000000000, 0xc04245fd6945b36cadcc177a6f4a3c0e),
(0x5520130087b84771d007872a7ec2f1b8, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php', 0, 0x00000000000000000000000000000000, 0x11ca162db83fba89c1a3a8f443680146),
(0x03ea3dad4ddadc562a62b572e3780b66, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php', 0, 0x00000000000000000000000000000000, 0x2a1acb9f81fdad20ab6f651202cbbecd),
(0xd7c92d5326d5fab1ac3fae2643ebaefc, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php', 0, 0x00000000000000000000000000000000, 0xa1eb4bb6e827ef64905dd6e58d5faeb6),
(0xee20dad989653e51d9d9c21a2e7902f5, 'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php', 0, 0x00000000000000000000000000000000, 0x31f39a6be22b8213066c90691390a7d7),
(0xa77b231ba6d6dd3cbc986bc90251c873, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php', 0, 0x00000000000000000000000000000000, 0x04afa0416689eb4661fc1e0ad0c023c6),
(0x1bbbf7a4aa8979406299aa5463fd8e95, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php', 0, 0x00000000000000000000000000000000, 0x39a2b985cb918741d19ed96df1c23d8c);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xfa32f56a4a1465ef7f48fde8cf7ed724, 'wp-content/plugins/js_composer/include/classes/vendors/class-vc-vendors-manager.php', 0, 0x00000000000000000000000000000000, 0x9e8530f8e51555689275ac101b458013),
(0xab94839295678a9166e7975fa1437dfe, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php', 0, 0x00000000000000000000000000000000, 0xfd049c7b97906184f6be6d34dddfe588),
(0xeaa81aaabb5469f9537887ddc62d667f, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php', 0, 0x00000000000000000000000000000000, 0x370deaefb732f569368dba90c0f72a5b),
(0x39767afdb8e1edb19393a139ca0d76a8, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php', 0, 0x00000000000000000000000000000000, 0xda52303f8970a5ce5b2f71d5ec575da1),
(0x8d38df5b4d92e318c36ef9042d1e9c6d, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php', 0, 0x00000000000000000000000000000000, 0x5d85111f70a8791e0056637d1b0b4d70),
(0xb1da07a18d8ec09c3ca8482dab41ba0a, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php', 0, 0x00000000000000000000000000000000, 0x42f184af514b2b892d3c48a790aa1a66),
(0xd3690ffe62570e789b6f34c36abe3fc0, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php', 0, 0x00000000000000000000000000000000, 0xc3234a2e3d7e822faf0d16c8d61bfe41),
(0xb79fe3ba115e3da2e9879927517278db, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php', 0, 0x00000000000000000000000000000000, 0xc6d378cbcda04e22b4ecf9b8932b3bae),
(0xbd2bae9c3c4fce8ed6470d5831c9c3f1, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php', 0, 0x00000000000000000000000000000000, 0xd34e799d47ab78c185a48417fc63c658),
(0xaec825e2faaf8edaf4b1b974ada48997, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php', 0, 0x00000000000000000000000000000000, 0xc697e89d0ae7c4482768ea44c69fccb2),
(0x926383c5cdd436d7992bf6fe8ff0a4a4, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php', 0, 0x00000000000000000000000000000000, 0xc06bbfa804a7f127d07da3307d0fa3ab),
(0xad469846015051248c187a6e13fc6386, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php', 0, 0x00000000000000000000000000000000, 0x4f68f4dd0fd00a6256670b228681260e),
(0x00d6c2c2cd87c401e5f8307ae9afaf78, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php', 0, 0x00000000000000000000000000000000, 0x6803785739eb0735604816a76fd25a59),
(0x12cc0727f807b74de5b0190c66f59916, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php', 0, 0x00000000000000000000000000000000, 0x4cfbce590897e8ba55031a77197b0b7e),
(0x51020b8c657f866878f9b099f10f012e, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php', 0, 0x00000000000000000000000000000000, 0xc74539fad7bd3c67c2da028a9781c971),
(0xeab5672a65335462a1001be847881b5a, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php', 0, 0x00000000000000000000000000000000, 0xe60d8f87eb2a8b0889bb9b011e03e4ac),
(0x9207616e5ab4889dc3005250c4fa4818, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php', 0, 0x00000000000000000000000000000000, 0x637b9bbc4f6efc2d01294b3b7fbed54d),
(0x003f5bf7ec165864b632fd2c96334951, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php', 0, 0x00000000000000000000000000000000, 0x75fb22499739eb1c1244cfae4c0a29d5),
(0x1f3c1e123ba1c31dec82c44901dbd0fc, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php', 0, 0x00000000000000000000000000000000, 0x43409e868fea32559926afe23115fa5e),
(0x039958e10e89c27106c9b393e8918249, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php', 0, 0x00000000000000000000000000000000, 0x6cbb5a41e1aff965b4038ca751856db4),
(0xb0a25312003bd0536bb3ad67359d5da0, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php', 0, 0x00000000000000000000000000000000, 0x1660e2444432fdcca4989ac995793b5d),
(0x79c270ba146e564a6d0aebc2ae50a8b6, 'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php', 0, 0x00000000000000000000000000000000, 0x71822d9080eef61df6f43cee9a718997),
(0x28d055e7bf6b953357ab8f950ca82c54, 'wp-content/plugins/js_composer/include/helpers/filters.php', 0, 0x00000000000000000000000000000000, 0xa29d5ee3f50d461d484166e215875820),
(0xa5c58b51f53ee14e66ad337753e5e527, 'wp-content/plugins/js_composer/include/helpers/helpers.php', 0, 0x00000000000000000000000000000000, 0x0eb112eb49965092ba507d585688f440),
(0xf9376c6a4c0abe87903862b49b9e7de9, 'wp-content/plugins/js_composer/include/helpers/helpers_api.php', 0, 0x00000000000000000000000000000000, 0x30132aac434b657c336252878de6e17b),
(0x0907eed4c4a8df5481a8770e1ddf5943, 'wp-content/plugins/js_composer/include/helpers/helpers_factory.php', 0, 0x00000000000000000000000000000000, 0x90962e1d11c0d6aa97f4ae0072a68d67),
(0xd5c8eadd8c34be143116c2fc9392d193, 'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php', 0, 0x00000000000000000000000000000000, 0x6ef1d310985c515401920a2ef63f7009),
(0x791ca15e621a86820254811c6bd59151, 'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php', 0, 0x00000000000000000000000000000000, 0xd09adef1acbc32073691d9ce2b0bc7f6),
(0x63fa949a1e5734b328809eab7a052c49, 'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php', 0, 0x00000000000000000000000000000000, 0xc80c753116e8de666550e9100daea1a2),
(0x3be43abfca246d3ea494fe96f37234bd, 'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php', 0, 0x00000000000000000000000000000000, 0xc0c80def86a77e4f7c23d11f622e9f82),
(0x3c3e785002bcf5e2fea5bfacefc246f6, 'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php', 0, 0x00000000000000000000000000000000, 0x3ecffc315d608839b091b8a20eb0a74f),
(0x0115202eb5732235c7d48978b0926348, 'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php', 0, 0x00000000000000000000000000000000, 0xd05c768a45f552157a8a13d60a3c6cc9),
(0x505f775eae211752fdef33f131718edd, 'wp-content/plugins/js_composer/include/params/default_params.php', 0, 0x00000000000000000000000000000000, 0xd57dc228ae44d319727588e65df13da3),
(0xd40087bd4464341fa8ef1deec042f560, 'wp-content/plugins/js_composer/include/params/el_id/el_id.php', 0, 0x00000000000000000000000000000000, 0x65afcddbb2780319f2566c2017a70414),
(0x13dc8d01767ab8d20913632a31246ee7, 'wp-content/plugins/js_composer/include/params/font_container/font_container.php', 0, 0x00000000000000000000000000000000, 0xb70d0743862a4de87b47a6acd7721fde),
(0x8545444f75eb4bed295cf2ee479d5388, 'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php', 0, 0x00000000000000000000000000000000, 0xf461de6adf03c70c1f3ad91918923971),
(0x3a2294c0048da89c6928d9c3325872c5, 'wp-content/plugins/js_composer/include/params/hidden/hidden.php', 0, 0x00000000000000000000000000000000, 0x60c1a3563ad2e46e1dc3188fc3e8635c),
(0x2d776dad97f860476784be432311e5cf, 'wp-content/plugins/js_composer/include/params/href/href.php', 0, 0x00000000000000000000000000000000, 0xe8d735a21a70ba6f435089561ad453e9),
(0x0e117c7626d01e1df14920bafedc8b66, 'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php', 0, 0x00000000000000000000000000000000, 0xafca50caa5c48a181be6c0babc5afc01),
(0x05f4d5a80a06ac70686a69613182a8ff, 'wp-content/plugins/js_composer/include/params/load.php', 0, 0x00000000000000000000000000000000, 0x3c644a87fef9c2485645a0efbaaef6d4),
(0x080039951510f54d29c1b3a7ec885ed2, 'wp-content/plugins/js_composer/include/params/loop/loop.php', 0, 0x00000000000000000000000000000000, 0x6c32db8877eb2a9f738a48a0ee02a6ac),
(0x08f4cac0e4d84d54eb7baa6ad499cac8, 'wp-content/plugins/js_composer/include/params/options/options.php', 0, 0x00000000000000000000000000000000, 0x365e687998971dd599fd090b16cd8b1c),
(0x6272a6102c1756f03a54f7fbdfe055f0, 'wp-content/plugins/js_composer/include/params/param_group/param_group.php', 0, 0x00000000000000000000000000000000, 0xf8f128acf65c94505fcc20891d004f4f),
(0x2683416705f7328af6a64ef60b717cc1, 'wp-content/plugins/js_composer/include/params/params.php', 0, 0x00000000000000000000000000000000, 0xbdb2eb4171db8bb336082d5fa01f3ba2),
(0xacd9db1c16464c60878a61e129935d5a, 'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php', 0, 0x00000000000000000000000000000000, 0xd475650a3bae91e802eb3f456f580683),
(0xd896d2d420976554e602770163bc766f, 'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php', 0, 0x00000000000000000000000000000000, 0x08fea9f9d1e3d27d600d4718fb74b845),
(0xad4b66870d6bdc1ca906b536d2425f29, 'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php', 0, 0x00000000000000000000000000000000, 0xad78d4a897d85295ace7b9e87fbc5922),
(0xc5f2432ddd0f200147bd134e52ebf8d1, 'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php', 0, 0x00000000000000000000000000000000, 0xf8244e8bb2f2a5d3bc61ed1c33d28c25),
(0x2f66e48cb45e9860e7341ee522b2ce36, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php', 0, 0x00000000000000000000000000000000, 0x855c43869700d8f698c24bc01ed55364),
(0x238ebb2c048962f1817f5b22a61b2603, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php', 0, 0x00000000000000000000000000000000, 0x377180820128d065b9cfb202f9c3485c),
(0x98f0d639429ffcc37b16e08527b44df4, 'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php', 0, 0x00000000000000000000000000000000, 0xa362c1d1346d7de7471349db50e90f1f),
(0x61d22341261ba1c9f6fa1b9fcdfd56de, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php', 0, 0x00000000000000000000000000000000, 0x03838c553a624f8ee815e7505adac36d),
(0x4815b3b840bff6863407e8670aee4bdf, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php', 0, 0x00000000000000000000000000000000, 0xba31573282da2f2295314f36c44c6a3d),
(0x0311cccafef5026495786c04a482e8fd, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php', 0, 0x00000000000000000000000000000000, 0xda83e083cb2c799c04aeac5276ec2101),
(0xc7d30c64a880524900a2ab9667230205, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php', 0, 0x00000000000000000000000000000000, 0x02d2575b6f099c898d7eae948535623b),
(0x0e0533b4ddfde20602639735f4e4889f, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php', 0, 0x00000000000000000000000000000000, 0x64f9568f4fcadee9cb45b1472fc531a5),
(0x81cf7bffd9b2cd8e4b90ef8edb331727, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php', 0, 0x00000000000000000000000000000000, 0x513ee82b5f86b3800fb1632d7c6342d1),
(0x6e9334ed3255ed344e8f1a62746d4e6c, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php', 0, 0x00000000000000000000000000000000, 0xc53e2d18617aeae54b2b67697e309780),
(0x90fee3fb93bc044a0f93f813148cd315, 'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php', 0, 0x00000000000000000000000000000000, 0xe4d1602637a012554c5f7dd09a77d3d8),
(0x8376ae0cb5098a3c04e9eef95af65d71, 'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php', 0, 0x00000000000000000000000000000000, 0x8eec7c46cf96f6dd0ae408f416d45729),
(0xb2a0aaac4fa3f28cd51c0d907e51c0d3, 'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php', 0, 0x00000000000000000000000000000000, 0x7423f7274019c8033302498139e0491f),
(0x8ad4a590ca3835a35e1ec7e191515afa, 'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0xeee95d367974882023727f4810b9ae80),
(0x30040c635550fc655051b1fb9d9fd3d1, 'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0x1a91746a0c1f396f483956ac36ccb22c),
(0x55dda064099ad15b0a35af990ea8d2eb, 'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php', 0, 0x00000000000000000000000000000000, 0x8ae344b069a0b5c77ac229afbac4d865),
(0x0fe39f477984c4b0abed69166beaedaa, 'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php', 0, 0x00000000000000000000000000000000, 0x2b0f39a48bb8956e7873cdadc508ca56),
(0x2219e891cff9469950602023c376ce4b, 'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php', 0, 0x00000000000000000000000000000000, 0x5a71a61c721b72d3055162e6a3b84c77),
(0x27ba18ab071ec5484403ce936e7f0010, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php', 0, 0x00000000000000000000000000000000, 0x7ee7869b9b42a2b59daca17ee1e9283a),
(0x73ee872a81fc0888761e8360ac630892, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php', 0, 0x00000000000000000000000000000000, 0x7971ef86656c8fd150481393d90c2a40),
(0xc5cef81d742e329ba8ca9cbac611ecdb, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php', 0, 0x00000000000000000000000000000000, 0x3f25856dd79d7329bcaadbc6a6fbcec8),
(0xa442c8be6ad369416289e7e8fdf7ddac, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php', 0, 0x00000000000000000000000000000000, 0xa156839f2e78d844011aea6f07948974),
(0x062c902121e9c5f4694d294e6226abe0, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php', 0, 0x00000000000000000000000000000000, 0x482578c66483e2380ef636e4927cf5a5),
(0x2f616605773dabd83f1a3650a4c149fb, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php', 0, 0x00000000000000000000000000000000, 0x959c2ab534a39b16bb841b693bae262f),
(0x0ab20df4b1211a0ff0046f3e9229e545, 'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php', 0, 0x00000000000000000000000000000000, 0xce9b511ceb66b50289e6d48dd3b5f94c),
(0xfed83a1fc44e9620e021d98d93c19c82, 'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php', 0, 0x00000000000000000000000000000000, 0xfdbf94c331c816ef21d7ffe6df9a27a0),
(0xd2485d571d1e367a8d2308a79a388c64, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt.tpl.php', 0, 0x00000000000000000000000000000000, 0x7e419e5bb46f62ca2dfe86805ac05fda),
(0x4877a90071218161d41ce13751781738, 'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php', 0, 0x00000000000000000000000000000000, 0xfa3f3cf3afb49de2736f50171aed6024),
(0x12746c5e6983149b6d835fe2ccf6c925, 'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php', 0, 0x00000000000000000000000000000000, 0xcc4ae3ba6759ba8d97d64b2d347616cb),
(0xd0022db9421050cd95e7be3594cfeafb, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php', 0, 0x00000000000000000000000000000000, 0xc96f9e20747f1bcaa7f157c6f088bcf6),
(0xd834c18c0a287bfc4fea6c33157fbecf, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-presets-dropdown.tpl.php', 0, 0x00000000000000000000000000000000, 0x1fab2e6aa7fb78dbb87934e501b62666),
(0xdb6fa4df2fae6f59d499933e4b266b78, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php', 0, 0x00000000000000000000000000000000, 0xad2f5c22d5c98d5afea3d5351fa3705b),
(0x43c0d1e95415abc2a9e15d2a7ea13cea, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php', 0, 0x00000000000000000000000000000000, 0x573e37f8937e8ad39f32f87e4e09410b),
(0xc5c621c53bc7e92b25e3b879781973b5, 'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php', 0, 0x00000000000000000000000000000000, 0x7d065694c54e7b1edca04fb5e0be1144),
(0x3fce999871f8b5ef60c01157c93e88bd, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_edit_layout.tpl.php', 0, 0x00000000000000000000000000000000, 0xdbc93886aa8defd874bd2c10679660d5),
(0xf3e1e71dd983b886830b759234fab809, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php', 0, 0x00000000000000000000000000000000, 0x8198e5107b4e7a72f4c39d4637bf5cc3),
(0xbc1a4f40704227f3bf85e9c7524ba41f, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_post_settings.tpl.php', 0, 0x00000000000000000000000000000000, 0x7a549f3e8aacdbb38b8a51c4bc9df499),
(0xb69901759b4d43c539844f6377f73128, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php', 0, 0x00000000000000000000000000000000, 0xc02e5ed082a90673ebeead52febef7f7),
(0xe4d73a2b119d13766038697f9c8490b4, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_templates.tpl.php', 0, 0x00000000000000000000000000000000, 0xc67b69b9442046c98458f7295fc03e73),
(0x652f2a445da5f0b2ece1fdf46e329ad0, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_templates_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0x165b6a1c5548b93b0f6b1abff43a9bc7),
(0x4f4017685ac898e5c2916a7c3fdbe773, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php', 0, 0x00000000000000000000000000000000, 0xf2a584af570d6974c6d8f1e5ffabcc05),
(0xce53eb7004cd9d5cea50ec41416d9f62, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php', 0, 0x00000000000000000000000000000000, 0x0e9b5764ee11c22eec34113ac3b52d1c),
(0x009c4dc0700e5c064492fae2cb64a900, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php', 0, 0x00000000000000000000000000000000, 0x16c7167627032a68cdf9b356db4800ba),
(0x88f16fc3e0f33f31aa2d9dd147922a67, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php', 0, 0x00000000000000000000000000000000, 0xac003640a2235f202ec9fb87e529bb3b),
(0x8d65f07d13516d4abc545dadc118bed6, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php', 0, 0x00000000000000000000000000000000, 0xa5c6531cfcca72788a37e0ffff6338e7),
(0x6a2b96b2a12edcd346bf5c11b811111f, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php', 0, 0x00000000000000000000000000000000, 0xd1a839755f60bae062f16318f84b30e3),
(0xab64582473840ad47faae677ab5dabaa, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php', 0, 0x00000000000000000000000000000000, 0xa32eb7ae1103ae366e5a2287e8a0c735),
(0x024dcfff603e48be7ee4d2f532471908, 'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php', 0, 0x00000000000000000000000000000000, 0xf8f2e1359e6fbf048c27f5b1f956d0c9),
(0x1647f29870b4464bff293669ce071538, 'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php', 0, 0x00000000000000000000000000000000, 0x799363f690ab7fe06dd50432ce310914),
(0x112957c4f0255daa21de143bb0fdd57a, 'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php', 0, 0x00000000000000000000000000000000, 0x2fdbf175f2d218e54f76a16431ff0104),
(0xc6722549b75ad1aa0dd9a8f9f2cf4978, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0xe0954ff16ccc8a5821532e73d39695c5),
(0x10b70689884b05958a136f520bb3c47d, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0x95c9c4a511e2f0a8e3db1e74be3c0373),
(0x81ed3e73bea7eefd80fcc04813e0b288, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php', 0, 0x00000000000000000000000000000000, 0xcd776ea5fec3bdb198840d50a4871031),
(0xab27ed2333303852a31b558711af54cd, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php', 0, 0x00000000000000000000000000000000, 0x1bed710c9dcdf8e52acb7446be7c0c46),
(0xb6eabb10c6d2698633d6853bf502d628, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php', 0, 0x00000000000000000000000000000000, 0x457b1f72bc7bea5d61d27b2e47465f77),
(0x72c142d7f159a4d4297f4150192ba21e, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php', 0, 0x00000000000000000000000000000000, 0x79ef950482f3c77e87f720399f925d94),
(0xe183ff6c8059d64f94c34976594af825, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php', 0, 0x00000000000000000000000000000000, 0xdf6023ba2ddd8f667d7f5ffa0173014b),
(0x8e50fa2439f465607ab6ae40bafc333e, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php', 0, 0x00000000000000000000000000000000, 0x5aed914d942762df645a0263eadc1f70),
(0x619fb150098229d2bcbfbb096c86fbbc, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php', 0, 0x00000000000000000000000000000000, 0xea0a86590a26f4e6fffd0813a1e51dd1),
(0xf0bf86920fc2bff74f26b99026d4352f, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php', 0, 0x00000000000000000000000000000000, 0x9fb790dc78633a61b8e7e0a223c60eeb),
(0x97f4ecebccef3b458f747acf62b72da4, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php', 0, 0x00000000000000000000000000000000, 0x84f11d7d06aa2243dface9e0e5d33c2c),
(0x33eca1dde143742fbc4ea4d229441f49, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php', 0, 0x00000000000000000000000000000000, 0xba23a1e060e0bd31c49cbbe1980c19aa),
(0xc2d9b52fc10a35d6394a7ab194a5ebf7, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php', 0, 0x00000000000000000000000000000000, 0x9749ed82052f1f4e12292de56a6a7723),
(0x452c6b4f629ff0ac83e4bee76e9a496a, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php', 0, 0x00000000000000000000000000000000, 0xf9a9aeb3762944918ec7856242d923ef),
(0x8ac75b599accfc9af1fdcb8b258b89c1, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php', 0, 0x00000000000000000000000000000000, 0x8a4bef7ebcbffa1a17d8aa2b5efbf33d),
(0x3a3746ebf056420a62469f4a72691029, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php', 0, 0x00000000000000000000000000000000, 0x881b39d6f7eaa50634c93ce90bfbcb16),
(0x79c7acdb7dbbb62afafb4ba52aa40fe6, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php', 0, 0x00000000000000000000000000000000, 0xe5b3155c30fbb58060979e879963d080),
(0xc1b7d09e83b8d5ba503f9373a5e48faa, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php', 0, 0x00000000000000000000000000000000, 0x2005d6055d0b25773be8141070ed2b21),
(0xc036fb3e12a6215e609e1331059bf362, 'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php', 0, 0x00000000000000000000000000000000, 0x5c810403706770784ddc7803f55e6c06),
(0xb895d315a58de643840dfa5802e5c901, 'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php', 0, 0x00000000000000000000000000000000, 0x99d6e97210169af6a5c8cbac1b929268),
(0x3b24da2db129d442c23b624be63be5ee, 'wp-content/plugins/js_composer/include/templates/params/loop/templates.html', 0, 0x00000000000000000000000000000000, 0x4a2a7521926dbe49db9ee600e7525720),
(0x1610100d8055ebcfdd7a4ad3a2df4245, 'wp-content/plugins/js_composer/include/templates/params/options/templates.html', 0, 0x00000000000000000000000000000000, 0x4c9043896f9edd91cfe7235f3d91abeb),
(0x0c6b42dd104fce250c6353e3e30e0313, 'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php', 0, 0x00000000000000000000000000000000, 0xd4e8bc779ffa6a950089059b5340631d),
(0x03a6337e669adfa7d1e89783be2063f3, 'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php', 0, 0x00000000000000000000000000000000, 0x5ccf08a0c017f630bf54bf98b87c53a1),
(0x582c49e489cf8fc2ad9af664d510c8cd, 'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php', 0, 0x00000000000000000000000000000000, 0xe1c8401ba346ee2aad75f306018b193d),
(0x3fd482afa8fb8f8bfc3f6f7df596a70f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php', 0, 0x00000000000000000000000000000000, 0x4025ee9641f3e0465c3bf1015d9e602a),
(0xf683d09e5da620eb776aa5ae647a4b6a, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php', 0, 0x00000000000000000000000000000000, 0x724dfaf6525ece348c9e275d267e1a56),
(0xe1c25eb48bff004fb7c2c0e08c295718, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php', 0, 0x00000000000000000000000000000000, 0xf7f4c976f3ba27dbc51cb0ff415d04f0),
(0x5f7c27ec9fb9a01f2d5ce1b94bd3308b, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php', 0, 0x00000000000000000000000000000000, 0xe9ffad1bbbe632dcf06376b0f136fb90),
(0x770c36bd64f1c2ba62064c10e34febe0, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0x6835c0b9a58a694a9ef3033bb8d46529),
(0x87e5a0afdaf19808b7585f77c4aeecb2, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php', 0, 0x00000000000000000000000000000000, 0x63039abe488248f606851bfdfbd36efe),
(0xa972ef5b0b2817302ca79f9738f92d0f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php', 0, 0x00000000000000000000000000000000, 0xf9088edad7584f6ccde49d7fcd4d887d),
(0xd823df7047bb1f84a94153c43b883b3f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php', 0, 0x00000000000000000000000000000000, 0x49f9bbbdf02b816a0bcd33f7fcb7425d),
(0x9e09450fa864f350879060d0543d8e7c, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php', 0, 0x00000000000000000000000000000000, 0x87d2410b9dd31589aa4274fcdd3f28ed),
(0x8a843554143f76c283a0524b83922be6, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php', 0, 0x00000000000000000000000000000000, 0x60949fccb324b55abe09c6a21296920e),
(0x4630890e363cbf2c41cce92d4bdee35e, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php', 0, 0x00000000000000000000000000000000, 0xceaf8d17e8cc61b16f2b3e387e0c89ff),
(0xab88790c573d86e2854487717de7cad6, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php', 0, 0x00000000000000000000000000000000, 0x1a2ba64de921ca3027b069082eb8ba4e),
(0x48d4d6dffe1286a896cb302107217ec3, 'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php', 0, 0x00000000000000000000000000000000, 0x4bed2cbe0109608116f97bdea9fb5aac),
(0x7a3a32afacb66d4d768a4beedb990b75, 'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php', 0, 0x00000000000000000000000000000000, 0xc389d2c2cc201776b5615dcd7d5816df),
(0x8cede406892a676516b78b980bc618f4, 'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php', 0, 0x00000000000000000000000000000000, 0xf4697ccadcdfa8949c695466ec876d60),
(0xab9c2c4cea716d5cc06a58232e73ffce, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php', 0, 0x00000000000000000000000000000000, 0x132c57d02d81c7794b7cb28a6d31cc2d),
(0x587d1ae6ce09fdeeea3d3b2147942da0, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php', 0, 0x00000000000000000000000000000000, 0x912177fbf1edf8938f188fce5592549d),
(0xb75617745162d0a8b8c1b0f338da2db0, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php', 0, 0x00000000000000000000000000000000, 0x8216589e79f4f069015ae19ba25e0b05),
(0xbde4467e1eedffeae9443bbda0422c8a, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php', 0, 0x00000000000000000000000000000000, 0xab4f4da4c0dacb1f9609a82c89049e2f),
(0x3455531412ae99898fcd6929770663d2, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php', 0, 0x00000000000000000000000000000000, 0xe37188e7ec179a8c0c1a8b1b5dd7549b),
(0x491886276a88675b446d9d80db018632, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php', 0, 0x00000000000000000000000000000000, 0x31ad6a355554fc6fe623ccc70bab222d),
(0xd2b929134547da54a5c0eccdf8683ec8, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php', 0, 0x00000000000000000000000000000000, 0x4d690c16dfff12cabbe2afae9e982aa3),
(0xf697ece7daa3a154ace006f3e22d0957, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php', 0, 0x00000000000000000000000000000000, 0x773b5dbfa0763443d97e2f6fdaec8222),
(0x57bfe028389e08aae4f5ef7782eea5bc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php', 0, 0x00000000000000000000000000000000, 0xabe0d78b4c7fb2e1f4ee581122cf7cc4),
(0x292c12ef099159604ce622b9be2470a5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php', 0, 0x00000000000000000000000000000000, 0x3b71a4d7c61cee4b231815147a9a957e),
(0xe2e1c111c3072932b63a2049f3752b81, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php', 0, 0x00000000000000000000000000000000, 0x22cd68d580673877a7c60fdf4d7603d0),
(0x1383ac8ae4a4f623eb573bb7f9f4a9ac, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php', 0, 0x00000000000000000000000000000000, 0x4d15db59fabccba47ba3776922745401),
(0x6f838e7119b131bb43ad864374055eb5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php', 0, 0x00000000000000000000000000000000, 0xdbabceda256a1b4eed15fff862cfffe5),
(0x208fcc7f7d1df37b3f64be14395cc631, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php', 0, 0x00000000000000000000000000000000, 0xefb41d1380584e22fc0c437c3398c4f3),
(0x5fda7b78cc58b2c231454cbbdea4cd73, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php', 0, 0x00000000000000000000000000000000, 0x0688db48c57e698206cec5f8c8449541),
(0xd7abab9eb99f577f75f7e836a64562ed, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php', 0, 0x00000000000000000000000000000000, 0xeb9c241ac11062ad94bb245b953b4d62),
(0x4d88b83f944cc4233342be7f28614d67, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php', 0, 0x00000000000000000000000000000000, 0xa03cfdf9fa7c5ed62fd89fa46746406c),
(0xe5ba96385687798dcf4b1c354176f499, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php', 0, 0x00000000000000000000000000000000, 0xe87643faf6d1c3f09fc05d1e3e582ef4),
(0xb991e0e3fbed1f25a89be2a295093b57, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php', 0, 0x00000000000000000000000000000000, 0x04e2ff143bd5c5ff05742550a275ebbf),
(0xff6c9cb90a2e18b8fc62918eae92f716, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php', 0, 0x00000000000000000000000000000000, 0x95c4d129c7acba6c979a80b07a2b5eeb),
(0xe189c9924c2403a2cbe62f6c61056b7c, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php', 0, 0x00000000000000000000000000000000, 0x3f0d76a5105db6d3ebc32559f5a2cb5a),
(0x1cfcc21899b19d2d5703ec2dd946ea38, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php', 0, 0x00000000000000000000000000000000, 0x6e7192840988132e4b3942f42e35b97e),
(0x9ae9657266e9afcd23e1e787eca54957, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php', 0, 0x00000000000000000000000000000000, 0x7a790ed38b38a75872999087291ecc72),
(0x6a14967741b408734a68c1005a267b2f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php', 0, 0x00000000000000000000000000000000, 0x41697ebba2e14468437263044560963b),
(0x61f3e9b9c886c2e6c05e1459f9cabfe6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php', 0, 0x00000000000000000000000000000000, 0xc77644fe90f13ed9df948ac7e2440db1),
(0xe6f1bf1b61cd34427f1a3e238b7d9bca, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php', 0, 0x00000000000000000000000000000000, 0x94ef8ea72892d2e0f4cb5aa7dfd7c6ec),
(0x22a4d5bb3e894c693f06aac2337f6ca5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php', 0, 0x00000000000000000000000000000000, 0xc24c9cf1c17affe61223fb01bc4b945c),
(0xf638f58e15eb4167fe99a9159d786198, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php', 0, 0x00000000000000000000000000000000, 0x8f33ecd1b74ded93ceccdeb820359a8a),
(0x10c39f417f8fc66f9596e7c8264ec5b4, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php', 0, 0x00000000000000000000000000000000, 0x1c386590eea5458589b9c69670591f9f),
(0x5693ab7373abdb0e3ae580a40fb73701, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php', 0, 0x00000000000000000000000000000000, 0x62789d9dd2d288df4606aeed4d85dfa7),
(0xda07a2470d953687c466fa4c762dace9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php', 0, 0x00000000000000000000000000000000, 0x50d1fea5cd81ffe3e3a77b102d843bcc),
(0x2eefeb6fc39e1eb7cd5b6f4404e5e5ba, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php', 0, 0x00000000000000000000000000000000, 0xbf88986c8d77a46e7d89895fb80321ad),
(0x624841a65ab3cf87cf65a232cf9df0e6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php', 0, 0x00000000000000000000000000000000, 0x4b986581d1bc638bc1c5650229bd6c00),
(0x2ee688ca514a0ab2a8d629e0de9be9b7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php', 0, 0x00000000000000000000000000000000, 0xc2aff99b571731b487bc73a048890026),
(0x0f572944528509fdd6d6039b19d878e7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php', 0, 0x00000000000000000000000000000000, 0x44eca7d56b732e118b0f9fcc1b98c310),
(0x0d1de80a32c1ac5448ffb954e2e855da, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php', 0, 0x00000000000000000000000000000000, 0x93a1d052e91ecadd195cae713f063156),
(0xa50f7b27663ebb54eb27009491534ab2, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php', 0, 0x00000000000000000000000000000000, 0xb7b855bd4b9b6d4b02a9f9553bbe24fa),
(0xd7e27340b332ca94654ffc04878ce611, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php', 0, 0x00000000000000000000000000000000, 0x6e96da864a6e1692364459438d557109),
(0x6b25d753c7d9b97a66cd4b1845018e63, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php', 0, 0x00000000000000000000000000000000, 0xefafb9ce8073248b7a93c1660bbe48c0),
(0xde2023b52a13fdc2b8f0b833a416d2ed, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php', 0, 0x00000000000000000000000000000000, 0x70b318ad65eab18c094289a9bbbe1649),
(0x55d02b6513e2d306165ab44315cf5869, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php', 0, 0x00000000000000000000000000000000, 0x4159787b7807c416082f64c7275a20e2),
(0x3af07b115f3c1c1490ba64da461738d5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php', 0, 0x00000000000000000000000000000000, 0x8e2e4206f158f9579405e033223a67e6),
(0x89b697a3fdec493311af0aee59c01e3f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php', 0, 0x00000000000000000000000000000000, 0x148d2e4a73707a298fd95aa555bbbed7),
(0x4e59d13eeddc2f71ce1921f4f77773e9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php', 0, 0x00000000000000000000000000000000, 0xc807e09c2df89575402ae25d58a09602),
(0xd9cb13d6152aedfcfe67cac0b30651cf, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php', 0, 0x00000000000000000000000000000000, 0xaf43e94b9663f6b4076dec8472d62d22),
(0xfd0ff651def6498ece6038b46dc64417, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php', 0, 0x00000000000000000000000000000000, 0x30f583f4142806d5bcc71f70b569c285),
(0x5c523a0ffcfbeaaf067407cd3c572ade, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php', 0, 0x00000000000000000000000000000000, 0x5ee716ebd889727a42a31e25ad1259e9),
(0x578b86dd973140e4360c8b25864f2939, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php', 0, 0x00000000000000000000000000000000, 0x5a880fa13db8c9a929c7b9f57fea6af2),
(0xfb2157e38e83cf54e7e0006140a3ec6f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php', 0, 0x00000000000000000000000000000000, 0xd1e69cf6577d273e48783e5eb8085a7f),
(0x3504c21fc4cbe3286fad26d3213220dc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php', 0, 0x00000000000000000000000000000000, 0x04cbdde384751948f0d81d18303a2ede),
(0x3ad274c6f00791eae82905bb953c7597, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php', 0, 0x00000000000000000000000000000000, 0x6ce1919ce0b3a42e687dd35e2c5b32fc),
(0x048dedef244fe5f2a6760028ac018bc1, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php', 0, 0x00000000000000000000000000000000, 0xafcac4a77d66717e9311fb77e36d5e05),
(0xd7e2c40df7d8ecd535cae678c973f2f5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php', 0, 0x00000000000000000000000000000000, 0xa864cbe269e73444f3adb33ed001aaa2),
(0xf72216a398df753bef4eec5e60d8a7a5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php', 0, 0x00000000000000000000000000000000, 0x36a795614f45a3ed7c7c438af1f6007c),
(0x40cd7312f175849f4452db3eb353438d, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php', 0, 0x00000000000000000000000000000000, 0x1826d2e48b61840430dc3b7b017dc64f),
(0x6a7c334c00d922155ea07c8be7a7a35b, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php', 0, 0x00000000000000000000000000000000, 0x88effce72995177ec1d33c7a09273623),
(0x1f18282ba54c1757e6ca17b17e00c7a3, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php', 0, 0x00000000000000000000000000000000, 0x596f452e554f758d496cdaa636a626ad),
(0xf5b6ed1bf84432af6434e1a9c5641879, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php', 0, 0x00000000000000000000000000000000, 0xa3d35e8f219d7a2861ea33594d939652),
(0xb255eb6a0dfb9671b0db9b4be80cd014, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php', 0, 0x00000000000000000000000000000000, 0xccc30c8ee6e2d3511f82f8c7383e6b56),
(0xac51fc1c36cc4235158f723fac162239, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php', 0, 0x00000000000000000000000000000000, 0xcbff5059b5c09855b4c568fc3ef770db),
(0x0bd8bcd2877267dc33b3240e2a819725, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php', 0, 0x00000000000000000000000000000000, 0x37eed1f91ce4d45362966da1c29282ca),
(0x2ebc8079a5e3ed1989c77db792d3e3a6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php', 0, 0x00000000000000000000000000000000, 0x0ece19663bd3a2d4451b420a9ce4f405),
(0xe736f6d782121a6f249354bca37cdee1, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php', 0, 0x00000000000000000000000000000000, 0x2bd8a8f411d9735136e532170f6c8049),
(0x35fd8868635d5ff23f0646524214ef58, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php', 0, 0x00000000000000000000000000000000, 0xb5cd1de7cdeb559e0d4f2cdcd5c5a5fb),
(0x67d358c6dccc38cf8a2d1b41f5d91b2e, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php', 0, 0x00000000000000000000000000000000, 0xe9284ab64d81974b7e3c7965b62ecb33),
(0xb42c51a81b2202e6d574e13788036eea, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php', 0, 0x00000000000000000000000000000000, 0x6f374da97c0a6d7392ab9ecb45db79c3),
(0x5e8a81d095bbd1eb89b397076d788ccd, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php', 0, 0x00000000000000000000000000000000, 0x85b530c766185547389d9b04da081201),
(0xe32ce7dd852b5b52585837db8fe4f3f9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php', 0, 0x00000000000000000000000000000000, 0xe14e3d26fb64d0bc5a2dbbdebc739672),
(0x8216d41dbb79642b300e79f3609ae828, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php', 0, 0x00000000000000000000000000000000, 0x021242e53bf7fe5a51f7aaba251fe4c8),
(0x63a6fad2bdf005fd561c2508246ee9cc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php', 0, 0x00000000000000000000000000000000, 0x1c208ffa1d48c7e2796a4773372fc67e),
(0x5de84932079f201c0608e8a6223fc021, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php', 0, 0x00000000000000000000000000000000, 0x269a5e5d2d3070049b826e9d6f9fbf54),
(0x5f9f8a2331de9f4a480e70f0bc1143b7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php', 0, 0x00000000000000000000000000000000, 0xb1084ab0fb4748de964a8f7706a164e0),
(0xbb9273d8bd346adbb058049147b0c2a3, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php', 0, 0x00000000000000000000000000000000, 0xc39f0d62900e8268fb659c0350f7a81e),
(0x6b3a040debb74f25673d38dd1cc785a9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php', 0, 0x00000000000000000000000000000000, 0x00dcfb1f9cd04cd874b5b36119a73498),
(0x9acdcfb76113d60b9fe314db6d6fccab, 'wp-content/plugins/js_composer/include/templates/teaser.html.php', 0, 0x00000000000000000000000000000000, 0x90da64d12296c14011ffd4ca3102eb2d),
(0x05af1ec618416c0bd4e16f46f8aa3ccd, 'wp-content/plugins/js_composer/index.php', 0, 0x00000000000000000000000000000000, 0xaaa1de3f6c9aaab8acbe8abf30384b0b),
(0xfb491ad125f49eb3f886784b257b6b31, 'wp-content/plugins/js_composer/js_composer.php', 0, 0x00000000000000000000000000000000, 0x1cc600603c6c41cc5dfb601eec0e5200),
(0x07e32a87439b54dbb7b280029f62e2d7, 'wp-content/plugins/js_composer/locale/default.mo', 0, 0x00000000000000000000000000000000, 0x98c7959143c269352eb184a35287fc5f),
(0xcf43a23bcc3689b7ed21bc4a13e5c56c, 'wp-content/plugins/js_composer/locale/default.po', 0, 0x00000000000000000000000000000000, 0x8fa2165f6932c1e7c6bb0e5af2c87750),
(0xa84fbea374b0e1691fd84e2f0bb8626a, 'wp-content/plugins/js_composer/locale/js_composer-bg_BG.mo', 0, 0x00000000000000000000000000000000, 0x410fdecb22aa56919a8e9b221e988360),
(0xbaeb352f2c59f0b8132fc88ada0a16d3, 'wp-content/plugins/js_composer/locale/js_composer-bg_BG.po', 0, 0x00000000000000000000000000000000, 0xed0df18e962e9ac7d4313044de929a42),
(0x35480766082e9a03ef0a69f51478d2a2, 'wp-content/plugins/js_composer/locale/js_composer-cs_CZ.mo', 0, 0x00000000000000000000000000000000, 0xe23232ec80f3839d7d28aec0fed9ede9),
(0x392161f71e954cfc804f8b4ec0a621a6, 'wp-content/plugins/js_composer/locale/js_composer-cs_CZ.po', 0, 0x00000000000000000000000000000000, 0x7290ba4b0f68c58989e9f764ff2e9dd4),
(0xc8c9faadc2f2136f6591a535d888e2c3, 'wp-content/plugins/js_composer/locale/js_composer-de_DE.mo', 0, 0x00000000000000000000000000000000, 0x90068cdeddf27c427af2f511cf907f7c),
(0xd8574e9870fa1f3f13adc62ac0c93897, 'wp-content/plugins/js_composer/locale/js_composer-de_DE.po', 0, 0x00000000000000000000000000000000, 0xc2b51d52de69c7edee7cce2de0252256),
(0xf45cb0555696cd1854cfc536cb3e1382, 'wp-content/plugins/js_composer/locale/js_composer-es_ES.mo', 0, 0x00000000000000000000000000000000, 0xcf90ed254fc60871cc9e6d4d86c1b642),
(0x22c7701ecd14d842054d30192d5af846, 'wp-content/plugins/js_composer/locale/js_composer-es_ES.po', 0, 0x00000000000000000000000000000000, 0xe2fb8a1c039998de16e5447be16c1ce7),
(0x60f913ff6cd4b297796ea0efd64c3bbf, 'wp-content/plugins/js_composer/locale/js_composer-fa_IR.mo', 0, 0x00000000000000000000000000000000, 0xa7b215ad5742995e18cd91916ffb0734),
(0x1d642337b2ae63b7abb8964f41588e83, 'wp-content/plugins/js_composer/locale/js_composer-fa_IR.po', 0, 0x00000000000000000000000000000000, 0xa2d05f992c7094a407c7fee9b2fd63c6),
(0x243fb795ab10265de79c0fbcf885ba0d, 'wp-content/plugins/js_composer/locale/js_composer-fr_FR.mo', 0, 0x00000000000000000000000000000000, 0x4a8deafedb52ecbb28a4679691d15590),
(0xf3999298bb4c19457d3b7367760a305d, 'wp-content/plugins/js_composer/locale/js_composer-fr_FR.po', 0, 0x00000000000000000000000000000000, 0x53e5590c272df048690da325b1b4b5dc),
(0x47341522947673f5c5b59e69a470efff, 'wp-content/plugins/js_composer/locale/js_composer-it_IT.mo', 0, 0x00000000000000000000000000000000, 0x075795c2093e24b34ae2a5af51ab1e02),
(0x66a33d7766c1b6a5a236c00f79a13b1d, 'wp-content/plugins/js_composer/locale/js_composer-it_IT.po', 0, 0x00000000000000000000000000000000, 0xa3c25d1b0be8006d3acf8faaaa285293),
(0x04a8522adc0bb8d3f3cf319e2b56d52a, 'wp-content/plugins/js_composer/locale/js_composer-ja_JP.mo', 0, 0x00000000000000000000000000000000, 0x846bc05156c0a9bf1eea02948c4a5fab),
(0x5de0b54c247abf1caa47d086be21ae58, 'wp-content/plugins/js_composer/locale/js_composer-ja_JP.po', 0, 0x00000000000000000000000000000000, 0x55c171af86b53add9b4ff31da06cbf52),
(0x0ee6de49d97fd521c5a213d4416a6598, 'wp-content/plugins/js_composer/locale/js_composer-nl_NL.mo', 0, 0x00000000000000000000000000000000, 0x8eb80790c294cf0fce5d13534d83e99c),
(0x9ff04f36625f8d6ae008bba1425012db, 'wp-content/plugins/js_composer/locale/js_composer-nl_NL.po', 0, 0x00000000000000000000000000000000, 0x7233e127c5b8aec5d9926da29d5c54a1),
(0xc9b8e154f6e7f0925351fa4efa193a42, 'wp-content/plugins/js_composer/locale/js_composer-pl_PL.mo', 0, 0x00000000000000000000000000000000, 0xcaed25f1d9d16750076b8b973a9ba1a0),
(0x27ff0c4e90f9a5f2d68d4ad1a95a10f0, 'wp-content/plugins/js_composer/locale/js_composer-pl_PL.po', 0, 0x00000000000000000000000000000000, 0x4458cff614305b32c66a61d8cdd9899e),
(0xd7569f94ebfbb5723565b2bf0c28904e, 'wp-content/plugins/js_composer/locale/js_composer-pt_BR.mo', 0, 0x00000000000000000000000000000000, 0x06ca27177779b51bc629449777b6c379),
(0xb186c5d9615517e5db18037bac2213c6, 'wp-content/plugins/js_composer/locale/js_composer-pt_BR.po', 0, 0x00000000000000000000000000000000, 0xb148f1953a9296db30e4eb669a2f306b),
(0x41f15075303bfc96224db5a3943cc671, 'wp-content/plugins/js_composer/locale/js_composer-ru_RU.mo', 0, 0x00000000000000000000000000000000, 0xe384bb68fb5808f660f0a1f3c8ea43e3),
(0x8d3f85f2ea88071b22d606d6f0e87748, 'wp-content/plugins/js_composer/locale/js_composer-ru_RU.po', 0, 0x00000000000000000000000000000000, 0xe6032f7d0e5fa403f52224fc9e3ed0fb),
(0x3aa2f73f3dcb794a852e07e4499a8444, 'wp-content/plugins/js_composer/locale/js_composer-zh_TW.mo', 0, 0x00000000000000000000000000000000, 0x64c6001749b33f907d941c64164e77d4),
(0x54b5a27b819a252faee8b13ec3e9857d, 'wp-content/plugins/js_composer/locale/js_composer-zh_TW.po', 0, 0x00000000000000000000000000000000, 0x3c58e4909b955f5cb74faf3b56c92243),
(0xd72e44ea962313a1310c693a4809a7bd, 'wp-content/plugins/js_composer/locale/readme.txt', 0, 0x00000000000000000000000000000000, 0x716914002a6f3c08c6b3789d2038e505),
(0x53ad2e5c06324409164b7e614645977a, 'wp-content/plugins/js_composer/vc_classmap.json.php', 0, 0x00000000000000000000000000000000, 0x57b1e1981fc9fe487a24624cba8e262d),
(0xb6a978e0fe938d85f6f6c340ca9682c5, 'wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/LICENCE', 0, 0x00000000000000000000000000000000, 0x4e2402b6f7290e689516af939f140ca8),
(0x89aed810ebda66690dcbb1c64a281725, 'wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/README.md', 0, 0x00000000000000000000000000000000, 0x3a598dc82487ed40b6d4c9a56314ad9e),
(0x9855e05bee9ba066520e5703cb9cfbf1, 'wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php', 0, 0x00000000000000000000000000000000, 0x7c5e04da497a49bde883613f3423ef8f),
(0xad13511a6d77ad3db1f4fd176165814d, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminAbstractPage.php', 1, 0x00000000000000000000000000000000, 0x0081779d5adeba8ee523f47c70bd2396),
(0x7d273e4b4d71d26547cda8f9cb0694b6, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminActivate.php', 1, 0x00000000000000000000000000000000, 0xd2566b0bf7a4917d366d478f12b4534b),
(0xcda4d1f6b4aa37b9b03f419b32162bef, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminBio.php', 1, 0x00000000000000000000000000000000, 0xef7969424b2cb406089249f241df3285),
(0xe1cb3381f0507a57d829ed1c71610bb8, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminCommunityPages.php', 1, 0x00000000000000000000000000000000, 0x19e91d4b3c71d65b2bccbaa55729d3a2),
(0x5f8c220a7940e9606501bc93318d4175, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminConfiguration.php', 1, 0x00000000000000000000000000000000, 0x86032feabd33a4631d7f2b66ff45fa1b),
(0xdce67a2bc28610a9d63dc6bd9f8cd280, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminControlPanel.php', 1, 0x00000000000000000000000000000000, 0x77860d63bdce9c8f9745f6cdda7104a4),
(0xcd81ecb7b25c3fc82ee831ccaa558e6a, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminEmail.php', 1, 0x00000000000000000000000000000000, 0xc88dd8b1d8e31cbbbe13cb5fe87f8e58),
(0x1e3424d2450bd73a499c9672009d5ef7, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminInformation.php', 1, 0x00000000000000000000000000000000, 0x71c18bd8d739344c1fcd9d5991437814),
(0x49c76ac3c33f60de1167932578811d46, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminPageConfig.php', 1, 0x00000000000000000000000000000000, 0x64f576e76d68c666161fa14fc53551ca);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x75739d813e5844571ccefc956cd54c2c, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminPageInterface.php', 1, 0x00000000000000000000000000000000, 0x89b3f5cc3a0aa83da2076d0d63efdbba),
(0xf20a5c00dd97a13889aa2811994bbfe6, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminSeoCityLinks.php', 1, 0x00000000000000000000000000000000, 0x5a63defbf303007d6adca7a0890ed1bd),
(0x7bd90b51ffb42720d90a27aa11002dce, 'wp-content/plugins/optima-express/adminPage/iHomefinderAdminSocial.php', 1, 0x00000000000000000000000000000000, 0xb5101c96dee131b9a0060c1d11785d4c),
(0x4d0f518555719d400a3157598ee897ea, 'wp-content/plugins/optima-express/css/areaPicker.css', 1, 0x00000000000000000000000000000000, 0x523cde2a9f7e4a47540d61bb7c85515b),
(0x8cce7a2c42b6b8f905b2a838bd20d475, 'wp-content/plugins/optima-express/css/bootstrap/ihf-bootstrap-3-glyph.css', 1, 0x00000000000000000000000000000000, 0x80c63c7567cd41b3d6007a2ba63b4e39),
(0x6cab08103a849bfe43a94ddc68c9b3e8, 'wp-content/plugins/optima-express/css/bootstrap/ihf-bootstrap-3.css', 1, 0x00000000000000000000000000000000, 0x3380c4732b740c40b9b3ade4a7560ada),
(0x44f7e26b0ad8b96d268b789ed05f108f, 'wp-content/plugins/optima-express/css/bootstrap.css', 1, 0x00000000000000000000000000000000, 0x03cbc5dc0b5b117264ae74515cd3fb76),
(0xce49ab8010a20562df6f5b182d5f8df0, 'wp-content/plugins/optima-express/css/chosen-sprite.png', 1, 0x00000000000000000000000000000000, 0x25b9acb1b504c95c6b95c33986b7317e),
(0xdebaf9e1e18504e71b51313ed1a00f77, 'wp-content/plugins/optima-express/css/chosen.css', 1, 0x00000000000000000000000000000000, 0xa7de6bea803915a79e1757c43c105ac2),
(0x646e43d3cfde50a07d7deefb60707b8d, 'wp-content/plugins/optima-express/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0x87eef42cfd48497a90c5f04cc286b5ca),
(0x80d6eb21804d57a91dfef22b421f076b, 'wp-content/plugins/optima-express/css/fonts/glyphicons-halflings-regular.eot', 1, 0x00000000000000000000000000000000, 0x2469ccfe446daa49d5c1446732d1436d),
(0x91524f2dee6597a29b42d60b60880b25, 'wp-content/plugins/optima-express/css/fonts/glyphicons-halflings-regular.svg', 1, 0x00000000000000000000000000000000, 0x3b31e1de93290779334c84c9b07c6eed),
(0x266291c36e606bcc7f7206ae80b6606a, 'wp-content/plugins/optima-express/css/fonts/glyphicons-halflings-regular.ttf', 1, 0x00000000000000000000000000000000, 0xaa9c7490c2fd52cb96c729753cc4f2d5),
(0x3691262553ac648d09157a3755d97578, 'wp-content/plugins/optima-express/css/fonts/glyphicons-halflings-regular.woff', 1, 0x00000000000000000000000000000000, 0x7c4cbe928205c888831ba76548563ca3),
(0x15277fd4fe104b6fd1f7410630ae5619, 'wp-content/plugins/optima-express/css/ih-lib-override.css', 1, 0x00000000000000000000000000000000, 0xffdd515fa84d069082702e45b4a8791e),
(0xbc7c6775c91bf9d7060e76d1a956d104, 'wp-content/plugins/optima-express/css/ihf-map.css', 1, 0x00000000000000000000000000000000, 0x3eba48227cda7b12549adf93c2df56f0),
(0x8f9c2cb198410e752e747725ad3d7720, 'wp-content/plugins/optima-express/css/ihlayout-blue-gradient.css', 1, 0x00000000000000000000000000000000, 0xb58990aed5dacaefc4b359c0871755ef),
(0x1a8ee7b0f51f9d2abed6dec338e0db3e, 'wp-content/plugins/optima-express/css/ihlayout-blue.css', 1, 0x00000000000000000000000000000000, 0x0086196deb06088d1416e17db13e6b68),
(0xc5c863d502db8245663de26435f8f152, 'wp-content/plugins/optima-express/css/ihlayout-green.css', 1, 0x00000000000000000000000000000000, 0x7b13b7a8031e14afded618183834df60),
(0x84ce7b961ba7f015fe3853005f67c9df, 'wp-content/plugins/optima-express/css/ihlayout-lightblue.css', 1, 0x00000000000000000000000000000000, 0x7f2c6720a8f41f82bb839ef1fe9ead80),
(0x5860f5556dae7ad9aa047cba46caf868, 'wp-content/plugins/optima-express/css/ihlayout-orange.css', 1, 0x00000000000000000000000000000000, 0x155fad39507bf4d3321f5cb6ca100d66),
(0x3b53973ad35d83818ff493c666d9d0bc, 'wp-content/plugins/optima-express/css/ihlayout-red.css', 1, 0x00000000000000000000000000000000, 0x37c0aa444e78e87243fea8693ea270e9),
(0x0357ff908b3f73630e38c3e6cd5233de, 'wp-content/plugins/optima-express/css/ihlayout.css', 1, 0x00000000000000000000000000000000, 0xf679a0549d575a71e9820caf356076db),
(0x5128321b6cb0508da0201cc79bc590fe, 'wp-content/plugins/optima-express/css/images/ui-bg_glass_100_f6f6f6_1x400.png', 1, 0x00000000000000000000000000000000, 0x5f1847175ba18c41322cb9cb0581e0fb),
(0x502b5a33b80e3efddfc40a1b1de11f81, 'wp-content/plugins/optima-express/css/images/ui-bg_glass_100_fdf5ce_1x400.png', 1, 0x00000000000000000000000000000000, 0xe679fbd466a2d656f194a5da4fa083cd),
(0x7398fc4e39be50d13d1767d33939d403, 'wp-content/plugins/optima-express/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png', 1, 0x00000000000000000000000000000000, 0x58d2cd501e01573cf537089c694ba899),
(0x0cb3470e11569be66ab33717cd27c0e7, 'wp-content/plugins/optima-express/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png', 1, 0x00000000000000000000000000000000, 0xe679fbd466a2d656f194a5da4fa083cd),
(0xbb8bd3b53b708c46ff39c06dd3717df2, 'wp-content/plugins/optima-express/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png', 1, 0x00000000000000000000000000000000, 0x5da3d7f275f78e65ad0f80bbe068e75a),
(0x461d395ff20ec4bbb5ecd44a6823b9f1, 'wp-content/plugins/optima-express/css/images/ui-icons_ef8c08_256x240.png', 1, 0x00000000000000000000000000000000, 0xef9a6ccfe3b14041928ddc708665b226),
(0xea6480212e191c9759e6848d81fe1499, 'wp-content/plugins/optima-express/css/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x342bc03f6264c75d3f1d7f99e34295b9),
(0x726912fc6a7cfdb627b8e9baa4e880c9, 'wp-content/plugins/optima-express/css/jquery-ui-1.10.3.custom.min.css', 1, 0x00000000000000000000000000000000, 0xd3dd00a4b931aaafb10a418912b1066d),
(0xd7e482b33ff4dc5a510fbf510f04d2ba, 'wp-content/plugins/optima-express/css/widget-style.css', 1, 0x00000000000000000000000000000000, 0x9477347990d26f0e88104e6b16802262),
(0x456e0b1362b490d9f636561706527ef1, 'wp-content/plugins/optima-express/iHomefinder.php', 1, 0x00000000000000000000000000000000, 0xed8bc656440281d8e0f351c6edd194c1),
(0x8dee3912f44e8e34d84dfddac18cd3da, 'wp-content/plugins/optima-express/iHomefinderAdmin.php', 1, 0x00000000000000000000000000000000, 0x343161fe0956a8ca1e542919809c58b3),
(0x5664317c03535340dc5e61b63a4c6f97, 'wp-content/plugins/optima-express/iHomefinderAjaxHandler.php', 1, 0x00000000000000000000000000000000, 0x3c9c6b5201c512487768ba5b334930d4),
(0x388be562b429d9929b790551fa213fec, 'wp-content/plugins/optima-express/iHomefinderAutoloader.php', 1, 0x00000000000000000000000000000000, 0x6df38ea0d839b3f062996599c0da1d26),
(0xf364b9271e8e0c1aad67f6ec9d056ddb, 'wp-content/plugins/optima-express/iHomefinderCacheUtility.php', 1, 0x00000000000000000000000000000000, 0xa4822f05ff5514c2f62870b3beb7e0a6),
(0xf03be30120442c4341a44523b174656f, 'wp-content/plugins/optima-express/iHomefinderConstants.php', 1, 0x00000000000000000000000000000000, 0x5213a0a596a6801be2ebe88a80d1f58c),
(0xac31ca6837423bf2e73256c4aa44e8fe, 'wp-content/plugins/optima-express/iHomefinderDisplayRules.php', 1, 0x00000000000000000000000000000000, 0x7ab981f48821217bf076d928922d6d58),
(0xc75bd6361b1cf58b029404715282eb76, 'wp-content/plugins/optima-express/iHomefinderEnqueueResource.php', 1, 0x00000000000000000000000000000000, 0xa5ebba0b664a1bc06445e0547b78ae66),
(0xcb1806bf31c38e6431ca885b40e7c9b4, 'wp-content/plugins/optima-express/iHomefinderFormData.php', 1, 0x00000000000000000000000000000000, 0xec9e1dd2d248b2ad12a3433a914efc53),
(0xbe840ee14ddc20a10c81c4d59ac31c2f, 'wp-content/plugins/optima-express/iHomefinderInstaller.php', 1, 0x00000000000000000000000000000000, 0x2a90ff0ad5b7338b7ea9217d62738c1a),
(0x63515f869ac02c3f031d4d599281a01d, 'wp-content/plugins/optima-express/iHomefinderListingInfo.php', 1, 0x00000000000000000000000000000000, 0x14e799260ed8132a248ec1d113549778),
(0x2485042d068e766219f0dd7983d8cd9c, 'wp-content/plugins/optima-express/iHomefinderLogger.php', 1, 0x00000000000000000000000000000000, 0xc875ad5d54d6bf4c0069f211f3829052),
(0xd15212ecfd4a36335747691900b82626, 'wp-content/plugins/optima-express/iHomefinderMenu.php', 1, 0x00000000000000000000000000000000, 0xd972f56c4b98178e0c7d0d9cb70640d2),
(0x06778860e215c7452da7e94253d2f326, 'wp-content/plugins/optima-express/iHomefinderRemoteResponse.php', 1, 0x00000000000000000000000000000000, 0x67a47679df37e12d5dec219c3b1c712f),
(0xa593281c5d119e759f7ebe983f2db505, 'wp-content/plugins/optima-express/iHomefinderRequestor.php', 1, 0x00000000000000000000000000000000, 0x72c2ecd468d76616b5ef429174a4a0d7),
(0xadcbdacb9460e4fd1614b8e29aa13db7, 'wp-content/plugins/optima-express/iHomefinderRewriteRules.php', 1, 0x00000000000000000000000000000000, 0xcec61ef07b17ff1fa4db63ede016cf59),
(0x4e66f6ecdf1332025209ee023cf3072c, 'wp-content/plugins/optima-express/iHomefinderSearchLinkInfo.php', 1, 0x00000000000000000000000000000000, 0xfa61e820ca4284af6b1da06625305c99),
(0x3d8fe8e5014ef11731d8e6577abbafae, 'wp-content/plugins/optima-express/iHomefinderShortcodeDispatcher.php', 1, 0x00000000000000000000000000000000, 0x31f9177f1a3396252895fd5fdac2e07d),
(0x20064c43b7f1aa96ce0124212f5e121f, 'wp-content/plugins/optima-express/iHomefinderShortcodeSelector.php', 1, 0x00000000000000000000000000000000, 0x42b9ec0efb141a2cbb3f1d6e8762058e),
(0xcf208b731468c1d61813e77b148f3812, 'wp-content/plugins/optima-express/iHomefinderStateManager.php', 1, 0x00000000000000000000000000000000, 0x767135eb3bbde04c96a69d7e099ecda8),
(0xf56326d6461ac9c43cb45386b88ec04b, 'wp-content/plugins/optima-express/iHomefinderUrlFactory.php', 1, 0x00000000000000000000000000000000, 0x122ebc94f524e50dd8b03c78b3c2873e),
(0xa3aaa19f83e7474d7f2beb29bb5bf57c, 'wp-content/plugins/optima-express/iHomefinderUtility.php', 1, 0x00000000000000000000000000000000, 0xb282ddf783547af55bc274ebcd8ffcc3),
(0xdaa5cd28209be49948b1a41cc6647e9f, 'wp-content/plugins/optima-express/iHomefinderVariable.php', 1, 0x00000000000000000000000000000000, 0x296c18a5636383ba989d684ad2957d37),
(0xb8cdaa8bb3b269f3216981055b27bc0d, 'wp-content/plugins/optima-express/iHomefinderVariableUtility.php', 1, 0x00000000000000000000000000000000, 0x6bd85d8c743eaff0c1db878a00eb7f87),
(0x20f5ddc2ef2868543b95e30e15b05540, 'wp-content/plugins/optima-express/iHomefinderVirtualPageDispatcher.php', 1, 0x00000000000000000000000000000000, 0xfb8b069e8fad149ff74f9e0a3b7b23e8),
(0x8cdf8d3f2317dc0beaa8229e5b596ce6, 'wp-content/plugins/optima-express/iHomefinderVirtualPageFactory.php', 1, 0x00000000000000000000000000000000, 0x37fad7a404981ae8f0c38bbf720da11f),
(0x9246078b9661f4a59f1054d2f3d14dd4, 'wp-content/plugins/optima-express/images/facebook-icon-white-nobg.png', 1, 0x00000000000000000000000000000000, 0x500acdbf5ebe9d3dd4bbd66444c0fe35),
(0x3b543d96b373c19eccc342d4744e9171, 'wp-content/plugins/optima-express/images/facebook-icon.png', 1, 0x00000000000000000000000000000000, 0x4798a9a7d08fa11ef5f7a42356b9b04e),
(0xd9e699aca4457c8f8f9b8e551ee60ac4, 'wp-content/plugins/optima-express/images/google-plus-icon-white-nobg.png', 1, 0x00000000000000000000000000000000, 0x8c3c28f9a01564e12cc5856e0cd499c1),
(0xa9b3b3bed25b42a61c2c0d7cfe94a8fc, 'wp-content/plugins/optima-express/images/google-plus-icon.png', 1, 0x00000000000000000000000000000000, 0x62883fb70131f3f5776910c94637cf85),
(0x4bf8ce73793e434dc8ce8707ab143fa2, 'wp-content/plugins/optima-express/images/instagram-icon-white-nobg.png', 1, 0x00000000000000000000000000000000, 0x3e5cfe24aa75b0513af98e081bb013cf),
(0xdf66bba6420823e9d534ecd16dc14026, 'wp-content/plugins/optima-express/images/instagram-icon.png', 1, 0x00000000000000000000000000000000, 0xf47df170865cbe874d84030c96947083),
(0xc7322853f6bc21598550f0ec122ed5aa, 'wp-content/plugins/optima-express/images/linkedin-icon-white-nobg.png', 1, 0x00000000000000000000000000000000, 0xc6c2d362c13bb58654414e65ecf97aae),
(0x3fbd4d75883c22b234d1766c2fea229a, 'wp-content/plugins/optima-express/images/linkedin-icon.png', 1, 0x00000000000000000000000000000000, 0x1d1ad79629d78d14c6484fdf1b8cbc9e),
(0x1ca64197928b9e72bc4c20aaeaabccf2, 'wp-content/plugins/optima-express/images/pinterest-icon-white-nobg.png', 1, 0x00000000000000000000000000000000, 0x669b2099ad75852c4b4758b4c8ccbf29),
(0x7fdad0c27b1885986316a390c6b6c913, 'wp-content/plugins/optima-express/images/pinterest-icon.png', 1, 0x00000000000000000000000000000000, 0x5b47a9286fa393fc370fd21e9fa1d94d),
(0x1958db0bce8e3ec63b741bad71b30c15, 'wp-content/plugins/optima-express/images/twitter-icon-white-nobg.png', 1, 0x00000000000000000000000000000000, 0x86eb05d43be09b286d7cf8c6ea298435),
(0x3f544e560ba116227b725d836d0bc896, 'wp-content/plugins/optima-express/images/twitter-icon.png', 1, 0x00000000000000000000000000000000, 0x231ba21b0f51d5baf3425efecdd434f7),
(0xa86d87aea6db67da9a62e041196eecda, 'wp-content/plugins/optima-express/images/yelp-icon-white-nobg.png', 1, 0x00000000000000000000000000000000, 0x991c0c625e794b6c5577b38bcee89207),
(0x54616e73f1a897377d580da9a5940506, 'wp-content/plugins/optima-express/images/yelp-icon.png', 1, 0x00000000000000000000000000000000, 0xfb7c152dfb23a929f2aeb9a9368bcea6),
(0x040a871bfb1cccb34a694f832ecf4dc0, 'wp-content/plugins/optima-express/images/youtube-icon-white-nobg.png', 1, 0x00000000000000000000000000000000, 0xec2924f0add4a5e11c1dbb0314239d15),
(0xc9f500d173e7bd345abec6f8abce7e46, 'wp-content/plugins/optima-express/images/youtube-icon.png', 1, 0x00000000000000000000000000000000, 0xe86a8f1a8288cf504c9a8837cd0bd03a),
(0xa9f53e925f1ae3ead834050ac3985541, 'wp-content/plugins/optima-express/js/IhfEventManager.js', 1, 0x00000000000000000000000000000000, 0x644d2f0103cee62ccc7a87d1b4dfcbb6),
(0xbc76bd0fbf7525318ca89f1ec68dcf97, 'wp-content/plugins/optima-express/js/areaPicker.js', 1, 0x00000000000000000000000000000000, 0xf88256cd26fd5d49ccc678b1379d0427),
(0x191c93ee18127cf65b76c1b388311e28, 'wp-content/plugins/optima-express/js/bootstrap-libs/bootstrap.min.js', 1, 0x00000000000000000000000000000000, 0x9e25e8e29ef0ea358e9778082ffd97d8),
(0x2f4a250b8d850a8400f1976a9ad65733, 'wp-content/plugins/optima-express/js/bootstrap.js', 1, 0x00000000000000000000000000000000, 0xba847811448ef90d98d272aeccef2a95),
(0x97e2b33c77f2247ccfc87ca646855d96, 'wp-content/plugins/optima-express/js/c3/c3.min.css', 1, 0x00000000000000000000000000000000, 0x91de9ba975bf863f6b9922ebe2a987ad),
(0xd0e40b056fe411ec09ec5c3e56776eb2, 'wp-content/plugins/optima-express/js/c3/c3.min.js', 1, 0x00000000000000000000000000000000, 0xe4b016d8d1ec301f5a604e4c3d780671),
(0xae2ddf58abf0420c8785dd84488e6ab2, 'wp-content/plugins/optima-express/js/chosen/chosen.jquery.js', 1, 0x00000000000000000000000000000000, 0x8786a9ac3b0cc1f8e6621ea6c7f5eba5),
(0xcc190e2f4acab14257fdba8cb703f7a4, 'wp-content/plugins/optima-express/js/chosen/ihf-chosen.js', 1, 0x00000000000000000000000000000000, 0xfef759ffe9ea13370efabc05049f3634),
(0xad00cde2b4cf2fd99e2c157fd4a9c834, 'wp-content/plugins/optima-express/js/d3/d3.min.js', 1, 0x00000000000000000000000000000000, 0xf3ba03784f98e7e7985fc96413714837),
(0xa6e4871b6d59e619b3427fb842296c92, 'wp-content/plugins/optima-express/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0x3b33a8abcaff3491e591e265da6f8509),
(0x2a1d896f5ac5650abc2e9d5809874a83, 'wp-content/plugins/optima-express/js/jquery-libs/additional-methods.min.js', 1, 0x00000000000000000000000000000000, 0xd9abd3670d4018e83903b773de98a79b),
(0xc824a28b9adbbb7432e6c74ec55bc26e, 'wp-content/plugins/optima-express/js/jquery-libs/jquery.cycle2.min.js', 1, 0x00000000000000000000000000000000, 0x56e56496f9b2e53666d72c923dff1f49),
(0x4399d3425682537d472e5cb540f6702b, 'wp-content/plugins/optima-express/js/jquery-libs/jquery.touchSwipe.min-1.6.4.js', 1, 0x00000000000000000000000000000000, 0xd864745bcad4427ce7cc5cb90b9fd68e),
(0xa9056e8f58a7d24df67acaea92453fc2, 'wp-content/plugins/optima-express/js/jquery-libs/jquery.validate.min.js', 1, 0x00000000000000000000000000000000, 0x15d67ada60f2b7a862e0fdcd1baddf72),
(0x9ad1d0934a851ee5f32526c5ccacc163, 'wp-content/plugins/optima-express/js/jquery-textrange.js', 1, 0x00000000000000000000000000000000, 0x4e42a7cce92af0c19b880616dabdd029),
(0xad0ea367081c96581fe113a2d2176b9f, 'wp-content/plugins/optima-express/js/leaflet-0.7.3/images/layers-2x.png', 1, 0x00000000000000000000000000000000, 0x324b4fcaf164735c627269504b7bc28e),
(0x53ee9843053bae4c4567b98a5baf36a5, 'wp-content/plugins/optima-express/js/leaflet-0.7.3/images/layers.png', 1, 0x00000000000000000000000000000000, 0x7cb0d2482ecadc1b80eb0abe457371b6),
(0x145388b23852dcc739fae487451d38b1, 'wp-content/plugins/optima-express/js/leaflet-0.7.3/images/marker-icon-2x.png', 1, 0x00000000000000000000000000000000, 0x1c824216f354218b04b25a57e0f7ab1f),
(0x0ea8e31a9ac2f1e9bf43884ca44da804, 'wp-content/plugins/optima-express/js/leaflet-0.7.3/images/marker-icon.png', 1, 0x00000000000000000000000000000000, 0x87f6ca46ac356e81dc438589630ae107),
(0xc30d606563040fcf23815107f65ea66b, 'wp-content/plugins/optima-express/js/leaflet-0.7.3/images/marker-shadow.png', 1, 0x00000000000000000000000000000000, 0xe7bd5e4b8dbbc3dfbe3ed88c098bc61e),
(0x8122f4658e281ac206f9e299233ae360, 'wp-content/plugins/optima-express/js/leaflet-0.7.3/leaflet.css', 1, 0x00000000000000000000000000000000, 0x508a9152edee29484ed209845c60b3e9),
(0xcbe600d49c944f307f996ead8e933f9d, 'wp-content/plugins/optima-express/js/leaflet-0.7.3/leaflet.js', 1, 0x00000000000000000000000000000000, 0x57ff70669f76ceeaa710f1064387fa14),
(0xaf42d92d7fba81c9078c61cc728a8e9b, 'wp-content/plugins/optima-express/js/maps/leaflet.markercluster.js', 1, 0x00000000000000000000000000000000, 0xa4b793a04c2af6f90dfb3f58b171ea19),
(0xae050a7974105bbb20056ed5b83d006f, 'wp-content/plugins/optima-express/js/maps/mapManager.js', 1, 0x00000000000000000000000000000000, 0xd2b6a325025d63b90e7c855e4681fd54),
(0xf5b9c4eadb91cace3863812be19ebf26, 'wp-content/plugins/optima-express/js/radial-progress/radial-progress.js', 1, 0x00000000000000000000000000000000, 0x228252a9ad98f5011eab0a897703326a),
(0xe568179b8e8a70257ff7b994ada836b6, 'wp-content/plugins/optima-express/js/radial-progress/style.css', 1, 0x00000000000000000000000000000000, 0x0fa748faef2897c8037b5266f853fe20),
(0xe5f518adc680473c4cc9ccb41b15aef1, 'wp-content/plugins/optima-express/readme.txt', 1, 0x00000000000000000000000000000000, 0x6c2c16e392279c1bbd83230d86557f2a),
(0xe4067739dcb1d7190651a40a549cab49, 'wp-content/plugins/optima-express/tinymce/ihomefinderShortcodeSelector/dialog.js', 1, 0x00000000000000000000000000000000, 0xfbead516989bcc6504550325154216d1),
(0x4960a0a34f1cba655f4d524cda9a4beb, 'wp-content/plugins/optima-express/tinymce/ihomefinderShortcodeSelector/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xacf012f83405b3d72cf76e1352f6c695),
(0xe9f6016783d3a26e2df9c8a77c804075, 'wp-content/plugins/optima-express/tinymce/ihomefinderShortcodeSelector/icon.png', 1, 0x00000000000000000000000000000000, 0x20935a4d8e475a7015122eb8b51956fe),
(0x4bc9eba799e11dcbec9957fa07f49bb9, 'wp-content/plugins/optima-express/virtualPage/iHomefinderAbstractPropertyOrganizerVirtualPage.php', 1, 0x00000000000000000000000000000000, 0x1cca42ccc1f3a3ac86cae45ca73fbd34),
(0x2c92f11a616928d723962a4753d6755b, 'wp-content/plugins/optima-express/virtualPage/iHomefinderAbstractVirtualPage.php', 1, 0x00000000000000000000000000000000, 0xecab799ad7f3cf5455f168df32864059),
(0x9e5eb132ff48a4a7e33bb9a29d5e23cc, 'wp-content/plugins/optima-express/virtualPage/iHomefinderAdvancedSearchFormVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x3507d0fab40b8c6a4ab3e2c151a85ff4),
(0x6b126431883b223b008fbb4cbd2cb1a0, 'wp-content/plugins/optima-express/virtualPage/iHomefinderAgentDetailVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x78cc179431044abf8dbb8e86ed239adc),
(0xec41352de40f991691dd213cc09ccfd3, 'wp-content/plugins/optima-express/virtualPage/iHomefinderAgentListVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xedd4070561b9f4818415b3b098a6220f),
(0xa602310976e296d099b6fcb1cfa95f20, 'wp-content/plugins/optima-express/virtualPage/iHomefinderAgentOrOfficeListingsVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x983c7f61b56c6eb07f74133e71d4c938),
(0x4d745da9fee8f035b0979ada77276c26, 'wp-content/plugins/optima-express/virtualPage/iHomefinderContactFormVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xb18507f45c8099d44f78e8f07b8c7259),
(0x074ff27c4fc00ee8a1c9cd3bafcf5ab9, 'wp-content/plugins/optima-express/virtualPage/iHomefinderDefaultVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x10f861cf39e03a65631ec55dc61c2008),
(0xd54092f6b8a7f0e5bd67544a42c0d604, 'wp-content/plugins/optima-express/virtualPage/iHomefinderFeaturedSearchVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xc0d96b5ef89bbe1de299de1cd269d299),
(0x2594e91978a865e950381a9aad609f62, 'wp-content/plugins/optima-express/virtualPage/iHomefinderHotSheetListingReportVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xfab9074be8df14b430a3de9ac968a275),
(0x551baf850dfaef2e9579f8ec02048d55, 'wp-content/plugins/optima-express/virtualPage/iHomefinderHotsheetListVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xa03443b4fee1feba4b7f2ceec69b5db1),
(0xef9abd196a02a38be0f6ce3833a23b32, 'wp-content/plugins/optima-express/virtualPage/iHomefinderHotsheetMarketReportVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x4f16ed373b7c7c115687386624f96cb8),
(0x3bc0af298465e9fd1e874a0f31b67074, 'wp-content/plugins/optima-express/virtualPage/iHomefinderHotsheetOpenHomeReportVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xd84cc1fd5129e43e5f325f1e9340a772),
(0x3240ec093cdd455cef0e1969ed2f055f, 'wp-content/plugins/optima-express/virtualPage/iHomefinderListingDetailVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x72d8560d8850d5a6b94c49fe1f42bfb3),
(0x9e4a685360b061d34e1f5533eac6d5e8, 'wp-content/plugins/optima-express/virtualPage/iHomefinderListingSoldDetailVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xe4903d455e12fe3301adac99ae2facec),
(0xac69d8c4657e54121518b63a060cbb83, 'wp-content/plugins/optima-express/virtualPage/iHomefinderMapSearchVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xe0a874849a78efcb3292f63ad9231e37),
(0xf64a8aee51e599e23ca6b8b3cf6e2782, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOfficeDetailVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x1fd9706d66f6cd38016e55e81f4dca98),
(0xe25800f0d1900534ed48bad9b57ae402, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOfficeListVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x0acb564ab49521989ecf2191d875f950),
(0x39ccb7089486dcdd22a6604122ae88c6, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOpenHomeSearchFormVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x39537f0c35375e7f2b2f91a383c428e8),
(0x60e0e985bb34d4ac8ae354580b742a34, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerActivateSubscriberVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xfa9484661630fb2ae597dbc51f974b10),
(0xbc8fad020b854cc99860ae9a52eb5f60, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerDeleteSavedListingVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x420a640a56f5973701fd4977ac644935),
(0x877e4e913673602be7a77a955a43f73c, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerDeleteSavedSearchVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xea7c677ae507399808e34aec531bc7c0),
(0x280103f28946ed6719e1cc310dc1bc8c, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerEditSavedSearchFormVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x43185d543c788f7c0c323f450021f8ca),
(0x7c882c5564de42bdb8521d1eff335d08, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerEditSavedSearchVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xc054777d80ba4680f131bd781dcd8b56),
(0x154ba014859a7fe0cd4bdaab4115c0c7, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerEditSubscriberVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x42caf70283fc6f24bb2b240643f9f1d5),
(0x71dd60947a1b16103af6c18123cda71c, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerEmailUpdatesConfirmationVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x13c8609ae74bcaf35b4ad30eda3b4dfc),
(0xc069aee1d269a586f561dd6503356760, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerHelpVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x7c4118ade6e0652ce16d5c5b7ec764e8),
(0x5c47057d93cc0ccc0ec85694c7ee719e, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerLoginFormVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xe86195b72171b8075958f1c8af0333e3),
(0x2ce8acafd41c8067fc78f2d10904de44, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerLoginSubmitVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x33eb06a9a34c7bcad00ac527e0fedf7e),
(0x1f7b9e731b312eb63c1e849023b4e1db, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerLogoutVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x6f76520522b30c99cf9d16a9de6cb0d0),
(0x54deb30dd2f8a7103f032303915133ba, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerResendConfirmationVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x1e2be04f622eaf95d93587b9c6007ec9),
(0xef3ba7c4980450a185411c7576587254, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerSendSubscriberPasswordVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x0751e5a5a037052ed8dffe2626d7b399),
(0xf97ef60d7995ed9fcee4adfe83c41ecf, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerViewSavedListingListVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xecc9570aec8643b22c280ba8ce254087),
(0x93e0f3f6eff83f7fe809cf58db377e0f, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerViewSavedSearchListVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x99ee9d31f8f181df573b71d995c9c513),
(0xacc4d1f8dd52564ffb01f4beb88a70f0, 'wp-content/plugins/optima-express/virtualPage/iHomefinderOrganizerViewSavedSearchVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x9e2bc3299b58498418e791ff4b2e536a),
(0xd5c8742bd724a5a504bf7b6e566e6be1, 'wp-content/plugins/optima-express/virtualPage/iHomefinderQuickSearchFormVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xab1946b13edd22c09dcce3ef3e7c232d),
(0xfa4e73a1b09c6fafd7531e9948bfaf7a, 'wp-content/plugins/optima-express/virtualPage/iHomefinderSearchFormVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x1c7261dca343b4564f8eb9eab4094d00),
(0xe29a77284df71f0467262f11a5b87cdc, 'wp-content/plugins/optima-express/virtualPage/iHomefinderSearchResultsVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xb4316cab877953da6cd319e22826bf9b),
(0x43e612468f879dcdec2d5a430f727ea7, 'wp-content/plugins/optima-express/virtualPage/iHomefinderSoldFeaturedListingVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x27e7151e8b1278bc90b52322d1107da4),
(0x59396a35d6d6a7fb0196fa40f9ba9fae, 'wp-content/plugins/optima-express/virtualPage/iHomefinderSupplementalListingVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0xed9e62f25cc45c4e6a6e51598bf233ec),
(0x12afc82e3cbe3958fd37d9cc08e62437, 'wp-content/plugins/optima-express/virtualPage/iHomefinderValuationFormVirtualPageImpl.php', 1, 0x00000000000000000000000000000000, 0x2aae32cfd4a8c9f871b7a0e4171e3636),
(0x9081ea9b58b7162216edb8712603f96a, 'wp-content/plugins/optima-express/virtualPage/iHomefinderVirtualPageInterface.php', 1, 0x00000000000000000000000000000000, 0x7f09e320f1a13e9766b8023822b02fa8),
(0x014456afa501ae7e6e6230894b2cc0bd, 'wp-content/plugins/optima-express/widget/iHomefinderAgentBioWidget.php', 1, 0x00000000000000000000000000000000, 0x7aadd4fe880c805fadd027d218e5b8fb),
(0x652b52f157924c45fe55bac0d4f7468a, 'wp-content/plugins/optima-express/widget/iHomefinderContactFormWidget.php', 1, 0x00000000000000000000000000000000, 0x846940e2ec69c9fe848471c639b83fdd),
(0x806b470f1914f221a6523588218c920c, 'wp-content/plugins/optima-express/widget/iHomefinderEmailSignupFormWidget.php', 1, 0x00000000000000000000000000000000, 0x855803b27cbd3765460b48c94d25562f),
(0x466ee58ae0ccfbca10a4663d1f44b2e8, 'wp-content/plugins/optima-express/widget/iHomefinderHotsheetListWidget.php', 1, 0x00000000000000000000000000000000, 0xc25a53f3cd51bf7418c9f8ade06eb64f),
(0x993127cf31f654b90640f1ee7d6c22b9, 'wp-content/plugins/optima-express/widget/iHomefinderLinkWidget.php', 1, 0x00000000000000000000000000000000, 0x68e3e367c86bed2e2b5d615e86c371ae),
(0x847513f884b201afc19ecd5de7b7e8c1, 'wp-content/plugins/optima-express/widget/iHomefinderMoreInfoWidget.php', 1, 0x00000000000000000000000000000000, 0x61f051e8214b2c08619824cce210d427),
(0xf0991b31c481ffca1ea2b0e1a893f77a, 'wp-content/plugins/optima-express/widget/iHomefinderPropertiesGallery.php', 1, 0x00000000000000000000000000000000, 0x0e3dde710a23814cf0009525bb8812c4),
(0xe8047940a2a99ef99674f4cb2f8054c2, 'wp-content/plugins/optima-express/widget/iHomefinderQuickSearchWidget.php', 1, 0x00000000000000000000000000000000, 0xea906660a2d27d4a55922ba6812b2587),
(0xd29349fd3343a726b0fd9dc13e3b5a7a, 'wp-content/plugins/optima-express/widget/iHomefinderSearchByAddressWidget.php', 1, 0x00000000000000000000000000000000, 0xd589e3d35ce7aed5756342787eed50d5),
(0x9a9b331b8795bacecbe3035fef4059e6, 'wp-content/plugins/optima-express/widget/iHomefinderSearchByListingIdWidget.php', 1, 0x00000000000000000000000000000000, 0xcfcbd50d91d8f61edb164546db46161e),
(0xc564e12e68e31f13a3e293b8818b9fb3, 'wp-content/plugins/optima-express/widget/iHomefinderSocialWidget.php', 1, 0x00000000000000000000000000000000, 0xa7a5415ff122d8de989b92239f1a4982),
(0x84e8fe4c3124cb6595424df92a73e962, 'wp-content/plugins/optima-express/widget/iHomefinderValuationWidget.php', 1, 0x00000000000000000000000000000000, 0xd58299e0f5e84d9354806857068c0644),
(0xa426b562348937b5f2aeda343bba6255, 'wp-content/plugins/optima-express/widget/iHomefinderWidget.php', 1, 0x00000000000000000000000000000000, 0xf05f3ae67f1341c809d11370d9e43ccb),
(0x6d0399d77437db0881d1d90fa23a4199, 'wp-content/plugins/revslider/.htaccess', 0, 0x00000000000000000000000000000000, 0x5ee1c0c05e2f05a071d52f59dc481a8d),
(0x01673aa5c48c29e7612796ebdd2f3d0b, 'wp-content/plugins/revslider/admin/assets/css/admin.css', 0, 0x00000000000000000000000000000000, 0xe27963cf97256cc573089592ca5e5395),
(0x198a94291b5662216f68fc4f3b1dcc0d, 'wp-content/plugins/revslider/admin/assets/css/edit_layers.css', 0, 0x00000000000000000000000000000000, 0xa80144e4df17fefa40c2a1dde7ffba41),
(0xc83eb0e3e6a1458c0e90242e0200aaec, 'wp-content/plugins/revslider/admin/assets/css/font/egfont.eot', 0, 0x00000000000000000000000000000000, 0x7984e569c52953b66336cae93405f80b),
(0x9769b47b292463778f1af8713c54e143, 'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg', 0, 0x00000000000000000000000000000000, 0x4db56e156255fcef2e959d0d4a001508),
(0x31e23359f28cc3c563a87ba3c9b53c51, 'wp-content/plugins/revslider/admin/assets/css/font/egfont.ttf', 0, 0x00000000000000000000000000000000, 0xe424d23cebd02d4d0540f5512b6c6b27),
(0x251ee8df5f772aea919538f6d3fb75f4, 'wp-content/plugins/revslider/admin/assets/css/font/egfont.woff', 0, 0x00000000000000000000000000000000, 0x247b82360d5b852302c873313cd3cfca),
(0xc2af1a5edee3776f2edfb37c8f17c142, 'wp-content/plugins/revslider/admin/assets/css/font/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd4211b8c36c99e3da4576e40c9730f62, 'wp-content/plugins/revslider/admin/assets/css/global.css', 0, 0x00000000000000000000000000000000, 0xa509fd910602a7744bc5d69f4d76e1d4),
(0x7f30c7d2522981a42fe44b9010228dad, 'wp-content/plugins/revslider/admin/assets/css/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x38f21e2f6dc7b597b410508570877376, 'wp-content/plugins/revslider/admin/assets/css/tipsy.css', 0, 0x00000000000000000000000000000000, 0xc34c8131ee3d5cb6f501e109aba2a521),
(0x3f9c9e37f6cdd2362dfe6ad0d705172b, 'wp-content/plugins/revslider/admin/assets/images/add_template.png', 0, 0x00000000000000000000000000000000, 0x24555fea4f39a71cb1eee3d87de2a784),
(0x926bfe4b02834f28ecf4206860211965, 'wp-content/plugins/revslider/admin/assets/images/add_template_bg.jpg', 0, 0x00000000000000000000000000000000, 0xabe8df326ccf26f41256ad6b4221ab30),
(0xcc0180c9dd05f3e2adfd00ab7a11102e, 'wp-content/plugins/revslider/admin/assets/images/dash-buket.png', 0, 0x00000000000000000000000000000000, 0xbaf3a26e2723f6a9ba9369aee6b9cc2b),
(0x0922940fe8de7510d3f74ec312d34bad, 'wp-content/plugins/revslider/admin/assets/images/dash-copy.png', 0, 0x00000000000000000000000000000000, 0x0804372a03cdbd27600f6caf09f45fa5),
(0xae9279c8672be4cbad00ba9d606ba9f4, 'wp-content/plugins/revslider/admin/assets/images/dash-credit.png', 0, 0x00000000000000000000000000000000, 0xc7806f80886b9920deac87d36e44b9be),
(0x1d8a5c48a01c061942b1f8a7ffe9037f, 'wp-content/plugins/revslider/admin/assets/images/dash-diamond.png', 0, 0x00000000000000000000000000000000, 0xc40c86b8feb791acf2e61ca2b5d994cb),
(0x5b15c307a31deaad76da75cfd8a46264, 'wp-content/plugins/revslider/admin/assets/images/dash-download.png', 0, 0x00000000000000000000000000000000, 0xfda9244f160c8493d009dec8c267ae91),
(0x237d057886334da7f32976b2a32abb55, 'wp-content/plugins/revslider/admin/assets/images/dash-gift.png', 0, 0x00000000000000000000000000000000, 0xef9fdf8bd974d3e69b5acca036af69a7),
(0x92ceb2eb1611078b826ac78b2d454140, 'wp-content/plugins/revslider/admin/assets/images/dash-light.png', 0, 0x00000000000000000000000000000000, 0x3bf6766d37d5a1eb91197dec99d7a2eb),
(0x5c7a8b8ca26f208cc1f9dbd7bfb2328d, 'wp-content/plugins/revslider/admin/assets/images/dash-notregistered.png', 0, 0x00000000000000000000000000000000, 0xdaedff1232b3a12ff74a8c9a18ecd3f5),
(0x3806f327e8ea556eb7713ed808691929, 'wp-content/plugins/revslider/admin/assets/images/dash-plugin.png', 0, 0x00000000000000000000000000000000, 0x6a27757f12093a56c8f62b5d43bd6ada),
(0xa2cd9f1c6d6e181303ec4a8bf7690fcc, 'wp-content/plugins/revslider/admin/assets/images/dash-refresh.png', 0, 0x00000000000000000000000000000000, 0x20cdcad0ca35eaa02febc68df9c46fc7),
(0x989e3ef88d81c8b3fc6dbaa38e968bf7, 'wp-content/plugins/revslider/admin/assets/images/dash-smile.png', 0, 0x00000000000000000000000000000000, 0x739b74922de0fb826cc64a325879948a),
(0x08204120da89d3722401673176f33e62, 'wp-content/plugins/revslider/admin/assets/images/dash-speaker.png', 0, 0x00000000000000000000000000000000, 0x22a708edf30752a0bf5d480bde374524),
(0x9ffd36112797b60035a0fcb62f50a618, 'wp-content/plugins/revslider/admin/assets/images/dash-template-bg.jpg', 0, 0x00000000000000000000000000000000, 0xe14e78c0263b88154d82b0e59f6c22cf),
(0xc148510b5a7c8c57b82abbf301dea872, 'wp-content/plugins/revslider/admin/assets/images/dash-ticket.png', 0, 0x00000000000000000000000000000000, 0xe56ac2736d7f3b8783485e5e5d22d2dc),
(0xffb1f0c5f3f1943a2827ad7b479898ad, 'wp-content/plugins/revslider/admin/assets/images/dotted_horizontal.png', 0, 0x00000000000000000000000000000000, 0x04a26ac614bf78625443e6f5e73c4355),
(0x4e0cb028c3cefabbe5758fecc3382204, 'wp-content/plugins/revslider/admin/assets/images/dotted_vertical.png', 0, 0x00000000000000000000000000000000, 0xd5e2339dce2069f104ceb4a506362a37),
(0x6b845490cbbe5dddcfd158f2429a759f, 'wp-content/plugins/revslider/admin/assets/images/dummy.png', 0, 0x00000000000000000000000000000000, 0x9b4f2764cc40c19e43530e22ef1b8ed4),
(0x28b8e9428d05d2cb48835058dcaa8a36, 'wp-content/plugins/revslider/admin/assets/images/gridtile.png', 0, 0x00000000000000000000000000000000, 0xbdc21cc00e9290a24aef7b34a0377dc4),
(0xf5c7f3926bd06a696b9d76c98f3094aa, 'wp-content/plugins/revslider/admin/assets/images/gridtile_3x3.png', 0, 0x00000000000000000000000000000000, 0x32962e55384eb5f08af6d123119f98cf),
(0x7aae8c8ce589d6e7fdeff583d981d226, 'wp-content/plugins/revslider/admin/assets/images/gridtile_3x3_white.png', 0, 0x00000000000000000000000000000000, 0x678700e6b8d760b9990e3289611d60e3),
(0x3e24e7efaded412cda3059696ca10df3, 'wp-content/plugins/revslider/admin/assets/images/gridtile_white.png', 0, 0x00000000000000000000000000000000, 0x969259228d87828935939c20a884fc24),
(0x1a5989a2018c6f9d521708df65e77e22, 'wp-content/plugins/revslider/admin/assets/images/i_addlayer_button.png', 0, 0x00000000000000000000000000000000, 0x0fade04456278d10ee953f55d951aca7),
(0x5559f645dfbd6ec25c522d85b2c8a04b, 'wp-content/plugins/revslider/admin/assets/images/i_addlayer_image.png', 0, 0x00000000000000000000000000000000, 0xe151df023799c729b591a5107a0a9d24),
(0xce78d0e7940577260380b06358a4713d, 'wp-content/plugins/revslider/admin/assets/images/i_addlayer_shape.png', 0, 0x00000000000000000000000000000000, 0xc27938bab45936b1c458917c113924d3),
(0x903d3fc7789f02abab0cd39fcce456bf, 'wp-content/plugins/revslider/admin/assets/images/i_addlayer_text.png', 0, 0x00000000000000000000000000000000, 0xa1bec0693eeb6525d6674d32b7441f3e),
(0x93fc6849b4b48565b73b882f2f0561e7, 'wp-content/plugins/revslider/admin/assets/images/i_addlayer_video.png', 0, 0x00000000000000000000000000000000, 0x1207b996d2f75897d96b7e81e51ae94b),
(0xdacf56ac17464e6b7b0084d70fa8614e, 'wp-content/plugins/revslider/admin/assets/images/icon-all.png', 0, 0x00000000000000000000000000000000, 0x322059f2278646e563c562462d955ec6),
(0xeae004cb13d3f905530e7fbf8d7a29b6, 'wp-content/plugins/revslider/admin/assets/images/icon-button-layer.png', 0, 0x00000000000000000000000000000000, 0xe2fe5a50873b94f844dcc1089e7b1891),
(0x9e88319553c94f9446d19c0b3d661231, 'wp-content/plugins/revslider/admin/assets/images/icon-edit.png', 0, 0x00000000000000000000000000000000, 0xb0e3a7cb39793c4f4e166a788b3e7630),
(0x85ec49edf371e6c8ee5d61c7c8788404, 'wp-content/plugins/revslider/admin/assets/images/icon-image-layer.png', 0, 0x00000000000000000000000000000000, 0x1bfd2a6896c05c141a63b43c987f479d),
(0xcb73c1d870ef2ab24779322e656c0efb, 'wp-content/plugins/revslider/admin/assets/images/icon-no-problem-found.png', 0, 0x00000000000000000000000000000000, 0xa6c6869babf7ff36df3f031fe0b68df2),
(0xf052bd34907d105da73f0cc43ed82954, 'wp-content/plugins/revslider/admin/assets/images/icon-not-activated.png', 0, 0x00000000000000000000000000000000, 0x61ac8ddef7da70ccf93cffeedbce52c6),
(0xcd05dc43edbce5e63b143aacfee22854, 'wp-content/plugins/revslider/admin/assets/images/icon-not-registered.png', 0, 0x00000000000000000000000000000000, 0x76ec80a270a51c1974ad774b7b2e9b0a),
(0x99110e059a001fbbaa2f059166615bcc, 'wp-content/plugins/revslider/admin/assets/images/icon-plus.png', 0, 0x00000000000000000000000000000000, 0x70c9c173a01d2d4b35d657e4da6ba1c3),
(0xe5e03fddf0a32606467de14ed160ea83, 'wp-content/plugins/revslider/admin/assets/images/icon-problem-found.png', 0, 0x00000000000000000000000000000000, 0xc258cd09d4fb5b89ae8104672825afa8),
(0x83e55c6a159fd3dfd3307ed78639f8e7, 'wp-content/plugins/revslider/admin/assets/images/icon-shape-layer.png', 0, 0x00000000000000000000000000000000, 0x512247837963834b46b2244a717555ec),
(0x617961fac327e2f2463c542f6800e2f2, 'wp-content/plugins/revslider/admin/assets/images/icon-text-layer.png', 0, 0x00000000000000000000000000000000, 0x009de416a804a26ed7f71f802484e73a),
(0x152b7f164925ac182eb5ffc78fe66a29, 'wp-content/plugins/revslider/admin/assets/images/icon-trash.png', 0, 0x00000000000000000000000000000000, 0x96f007c814ad521642ee96cdf1c10827),
(0x0dc42a0ad0570f9b3dc7b30d98bb6540, 'wp-content/plugins/revslider/admin/assets/images/icon-update-refresh.png', 0, 0x00000000000000000000000000000000, 0x0b4019fc1a256bdb086aa404c0546f74),
(0x0baf7bc9fc36a460517928b4629e00d1, 'wp-content/plugins/revslider/admin/assets/images/icon-video-layer.png', 0, 0x00000000000000000000000000000000, 0x624d3200236de1b84900bf6361cd7a85),
(0xc49e2f948617cd654b1de4f89dcf2d24, 'wp-content/plugins/revslider/admin/assets/images/icon_html5.png', 0, 0x00000000000000000000000000000000, 0x9aca04f4ec68f88c026724c2fddbf51b),
(0x76bacb8a1aedee61c07c7e00d988ac0f, 'wp-content/plugins/revslider/admin/assets/images/icon_vimeo.png', 0, 0x00000000000000000000000000000000, 0x5989187d5669b9591f3fa330c4843a18),
(0x40eefc557214ab21cd0e1ff37729c3ae, 'wp-content/plugins/revslider/admin/assets/images/icon_youtube.png', 0, 0x00000000000000000000000000000000, 0xe378de3f4f3cb569a4bf0e23e179cb96),
(0x3c291044f1895d505774f9fa0ef4d490, 'wp-content/plugins/revslider/admin/assets/images/imac.png', 0, 0x00000000000000000000000000000000, 0x1af0f6ad85269364bd894bca9f5d10a1),
(0x56b0156027f4d455076ba935a6491813, 'wp-content/plugins/revslider/admin/assets/images/import_slider.png', 0, 0x00000000000000000000000000000000, 0xbeee5d0daa7aee63725aed4699e2a731),
(0x6acad277a5d63df4c19dd34f11bcad35, 'wp-content/plugins/revslider/admin/assets/images/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x42a74a89f614b15843ddac8fddd8fdca, 'wp-content/plugins/revslider/admin/assets/images/install_slider.png', 0, 0x00000000000000000000000000000000, 0x3f37efd1722dd2e392542cd0219a9ff1),
(0x27aaeebaafc958342ab01d1b447312ad, 'wp-content/plugins/revslider/admin/assets/images/ipadair.png', 0, 0x00000000000000000000000000000000, 0x75210e215e76392845f61e82f2ea5db6),
(0xe04a2a067eecb286486ee13503b34322, 'wp-content/plugins/revslider/admin/assets/images/iphone.png', 0, 0x00000000000000000000000000000000, 0xfba231c967643ac02a1e872e9fc03db0),
(0xdbdf5d86bdb4e654498dc58bbad49db1, 'wp-content/plugins/revslider/admin/assets/images/loader.gif', 0, 0x00000000000000000000000000000000, 0xcf46f7db4c452ea2a94d33eabca8ba93),
(0xbb8e4b371cca10079a31e6b7ef11b089, 'wp-content/plugins/revslider/admin/assets/images/logo_small.png', 0, 0x00000000000000000000000000000000, 0x8184d3592828755e8fa7785e193c4742),
(0x4a23cecd40b9d8857b2ce256d071839f, 'wp-content/plugins/revslider/admin/assets/images/macbook.png', 0, 0x00000000000000000000000000000000, 0xa8c65441ac322c7ef06add58cbe80c71),
(0x942a5c0b5875349e24d1ee7c487c52bc, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/add_preset.png', 0, 0x00000000000000000000000000000000, 0xaa71a7576e82b7d180a395fb7e60aa14),
(0xcb9ccc31a5187021252d3ff3a7d80867, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/arrows.png', 0, 0x00000000000000000000000000000000, 0x0a08775040f7470189a12622cf7006c4),
(0x605b0184df50b697a4d2a96172a5dc15, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/auto.png', 0, 0x00000000000000000000000000000000, 0x5f0853a7ec2e8b8891266f224e0188ca),
(0xb349ad4cbb8b774d3f24b6ddb719e43e, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/bullets.png', 0, 0x00000000000000000000000000000000, 0xd25ef2ca1b8b471da69562ae78a9dd9d),
(0x1f27a0d0537a4481f2d8c03cd0819173, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/cssicon.png', 0, 0x00000000000000000000000000000000, 0x09cae7dbd32980c272ac7b240019c8f4),
(0xc0069e8037ebf8e9fc4293f8142124d4, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/fullscreen.png', 0, 0x00000000000000000000000000000000, 0xbe46359938c24e6506e55c62e91018f3),
(0xa1bfe182ecd1e5f10aa4df6c396a31b0, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/fullwidth.png', 0, 0x00000000000000000000000000000000, 0x8d33c4bc1930355be9d70168fe567ed1),
(0xc8214fe2c6bb4cc8f0f69a8c92b91f4c, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/imageicon.png', 0, 0x00000000000000000000000000000000, 0xca80eba65b77b2b6ef6e150494b72b1e),
(0x66176e0f46faf542fbca45ab6fc978cf, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd51ca4fe87591ece03615d8154f96221, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/jqueryicon.png', 0, 0x00000000000000000000000000000000, 0x06c9cf9398e8e044f37b77cf9c14efe0),
(0x89423b027c5917b9d6ad0e196b250f35, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/linktoslide.png', 0, 0x00000000000000000000000000000000, 0x7d085f7cfc932e1f851488e7767b396c),
(0x6845c3c764bb0e63ee965e434bdb775f, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/mini-customizeslide.jpg', 0, 0x00000000000000000000000000000000, 0x4f77c56e37c6ce3a26dff496b25ec6e3),
(0x95018252847973582027e83b7a3ad52f, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/mini-editslide.jpg', 0, 0x00000000000000000000000000000000, 0x67b7c69a5a74341ad33d8bb448d2e8dc),
(0xfcd12574690d0703cb041d30da914445, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/mini-implement.jpg', 0, 0x00000000000000000000000000000000, 0xec11db58f0ef94e7ce3a29d96a4e03f8),
(0xc916996fbdf071e70060df92cbfc5bff, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/openclose.png', 0, 0x00000000000000000000000000000000, 0x3b583bae74f0ce7fd1063c4c514550cf),
(0xfa14421bf243f30db68c146e63fa83db, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/showimage.png', 0, 0x00000000000000000000000000000000, 0x6271041a8e6bb4335086fbb1b37f2af5),
(0xba7dd02841113539fdc507ca6c7f3a05, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/tabs.png', 0, 0x00000000000000000000000000000000, 0x20c99e6f9232e7a539d95c61b178e7c6),
(0x729313e9e2e3914f15198aaf35f270ce, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/thumbnails.png', 0, 0x00000000000000000000000000000000, 0x988b785ac6ed96ccaa6047d43fb1c93a),
(0xd8c14f7e12d87353cb1ec9dcd2f567a7, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/tp_uparrow.png', 0, 0x00000000000000000000000000000000, 0x4506e551875cb0105def0162df6e4f36),
(0x41003e5f2ad5e9b1e7cc258b05173285, 'wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x85e0392a355e8dcd6d3bd869fc8c068c, 'wp-content/plugins/revslider/admin/assets/images/navigationeditor/tp_thumb.jpg', 0, 0x00000000000000000000000000000000, 0x8fcea5f22da173e9327157c4b9dae413),
(0x144548fc77d54482af56ab55c5be2004, 'wp-content/plugins/revslider/admin/assets/images/new_slider.png', 0, 0x00000000000000000000000000000000, 0xd4d6c9c37a7d8a23e6531dba8fc11d76),
(0x24a35f325deb70978c30a37a600271e1, 'wp-content/plugins/revslider/admin/assets/images/newsletter-figure.png', 0, 0x00000000000000000000000000000000, 0xe54b6b7e8cacd55033048a481081f612),
(0xfd9d6cdcaf973c21c543e21e8008c452, 'wp-content/plugins/revslider/admin/assets/images/preview.png', 0, 0x00000000000000000000000000000000, 0xdd74b1bcd6322816863d2b4c3656533e),
(0xbc9247511fd33b6aef72a1f333e9412f, 'wp-content/plugins/revslider/admin/assets/images/quickslider.png', 0, 0x00000000000000000000000000000000, 0x33b87ac2385f97a150790ebb5eacdea5),
(0x754c6d3812e4b8eefe470a1e0ccbf0c4, 'wp-content/plugins/revslider/admin/assets/images/rs_center.png', 0, 0x00000000000000000000000000000000, 0x3dbbf77e36f5762cbe1f45d4fd160a67),
(0xcdd627de53f871fb1d737bac576742a7, 'wp-content/plugins/revslider/admin/assets/images/rs_rotate.png', 0, 0x00000000000000000000000000000000, 0x049967247bb07772a97b8abffd8642fb),
(0x436e3355ac6a593395e5dabda43d720b, 'wp-content/plugins/revslider/admin/assets/images/slidebg.jpg', 0, 0x00000000000000000000000000000000, 0x58aadc69d0de767609777dedb752b348),
(0xee6e10d08a28efa1d6fe37bdebd01bc6, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/carousel_full_rounded.png', 0, 0x00000000000000000000000000000000, 0xc74a195c063feb63d29087249410ab99),
(0xacecfb92ec95df425d3b3494589cebeb, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/carousel_thumbs_right_fullscreen.png', 0, 0x00000000000000000000000000000000, 0x650fe5444809d0e3f7fb8f503fb69202),
(0x1caf23aaefbf66e739aac0bb1720a594, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/cover_carousel_endless.png', 0, 0x00000000000000000000000000000000, 0xd0ee5df488a06cb18e7cbb27d99509f5),
(0xbf48b5300a710d769f9e51da227850c1, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/cover_carousel_thumbs.png', 0, 0x00000000000000000000000000000000, 0x377948e84458ade2710bb83c4be57560),
(0x6e5c04b7699830a6b4baa7790ebe75ce, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/flat_carousel.png', 0, 0x00000000000000000000000000000000, 0x9e2b5a160fe9d32b7305afb5a9041496),
(0x5aad07d01c69231bdbcf5c984f9d18ed, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/flat_carousel_thumbs.png', 0, 0x00000000000000000000000000000000, 0x8945b51f8a512c766d31cc6a75830c07),
(0xe83c51415cce410141b24afd34793355, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/flat_carousel_thumbs_left.png', 0, 0x00000000000000000000000000000000, 0x041986d44db1751668d4b0143f884019),
(0xa8bd7cd607621b6e1c39603ee88289e0, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x570e06f4ab41f8b57d05cb6f1fa8e4c5, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/scroll_fullscreen.png', 0, 0x00000000000000000000000000000000, 0x8a8e1a27d9227b0adaf7df8a15513da8),
(0x01c6a7783a43936d192f114815cbb454, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/slideshow_auto_layout.png', 0, 0x00000000000000000000000000000000, 0x1d9f47fdeb8eb367e5d89ccdfc450625),
(0x9776dfd09b4fd38a3928d0ceafb8aec7, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/thumb_auto1.png', 0, 0x00000000000000000000000000000000, 0xd094621d23798a666eec4571fc38c447),
(0xbb112ecbef728e5b22b39afd5c2e5c89, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/thumbs_left_auto.png', 0, 0x00000000000000000000000000000000, 0x6c2218b01da03ad758e3e37055be0551),
(0x854a211683168ebc7a4d0faf3a5980a8, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/thumbs_right_auto.png', 0, 0x00000000000000000000000000000000, 0x19e82d5ca93f02a8254f521eacc4aa47),
(0xef64ed7708a3a2bdd6d7b8d940ac72b8, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/wide_fullscreen.png', 0, 0x00000000000000000000000000000000, 0x8b9cbe7a2f9d7a5414f8a254d811341e),
(0x2d316f1989e4b2c4aba50e26f4f24cad, 'wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x3c6fdf9c309c7c2c566cf615701b5878, 'wp-content/plugins/revslider/admin/assets/images/sliderselector/type_carousel.png', 0, 0x00000000000000000000000000000000, 0xafe1fda9c67ca9320b4eb10a97418339);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x70e33ce5759d8f9f4981b6b232bfcb82, 'wp-content/plugins/revslider/admin/assets/images/sliderselector/type_hero.png', 0, 0x00000000000000000000000000000000, 0x3696085e6836087b4f846241d27f10ed),
(0x46c0618c32df4188847d0531baa86475, 'wp-content/plugins/revslider/admin/assets/images/sliderselector/type_slider.png', 0, 0x00000000000000000000000000000000, 0xb327486f2cb50680b1f3eb08b85f7a21),
(0xb3cdca23ef587d3d388d470b66c2c6a9, 'wp-content/plugins/revslider/admin/assets/images/slidersources/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xcb5f588c52910393129c9400c76175e0, 'wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_defa.png', 0, 0x00000000000000000000000000000000, 0x07cb55baa6b72d3357ef5263289fbe73),
(0x293ae23728b3450b3be4b61ff086202d, 'wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_face.png', 0, 0x00000000000000000000000000000000, 0x0e9fb2332cd4c3a72c1b8550108d07d8),
(0x3787063f85fca42e082cac7d9045b2de, 'wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_flic.png', 0, 0x00000000000000000000000000000000, 0x389bf3e989f22ece310ab51da93878b0),
(0x3f35b6a1ecfd8def67912d37b539bba6, 'wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_inst.png', 0, 0x00000000000000000000000000000000, 0x8c578130bf785fdab64208b77cef075c),
(0x8fa18c8629a1600463135295649c3970, 'wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_post.png', 0, 0x00000000000000000000000000000000, 0x70a4e76b2259213ed6300a5e31860f71),
(0x271b21fac700fad141a5c9cc088d22b6, 'wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_twit.png', 0, 0x00000000000000000000000000000000, 0xcb87a74b759a20c74fbea7a21f2ec568),
(0x5145e9d6f405d90752133121d851c97f, 'wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_vime.png', 0, 0x00000000000000000000000000000000, 0x19516ec9540062171b353c2d9f160ece),
(0xad884d91036c37c5f467337fde67a71a, 'wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_wooc.png', 0, 0x00000000000000000000000000000000, 0x86efd39cbcd75a11c2814cc95b69bb1e),
(0xe45a1ad098a3fdf70c15e03f33dcaee0, 'wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_yout.png', 0, 0x00000000000000000000000000000000, 0x664b6eb6693739a91eea8e0e62cf9da5),
(0xa11ed062f2c2b561f9b41a0560412b9e, 'wp-content/plugins/revslider/admin/assets/images/sources/fb.png', 0, 0x00000000000000000000000000000000, 0x1a36f7f2e9d6b99840dce102bfbfcf49),
(0x6ce2493adc48a12253017c532a6fb842, 'wp-content/plugins/revslider/admin/assets/images/sources/fr.png', 0, 0x00000000000000000000000000000000, 0x68f873940f3d3b1c24f6b91ff93c131e),
(0xfa35c0471fee224aa926aeb8b49d68d5, 'wp-content/plugins/revslider/admin/assets/images/sources/ig.png', 0, 0x00000000000000000000000000000000, 0x7b6561d521abb3d81fa29a5bb9159d41),
(0x120d7b9e1232f754b50d1290c47630b5, 'wp-content/plugins/revslider/admin/assets/images/sources/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x8a3d27489f97473b7f1ed43605d11e5f, 'wp-content/plugins/revslider/admin/assets/images/sources/notice.txt', 0, 0x00000000000000000000000000000000, 0xa6e5630563c9e2f6edf2e26e546d3f0f),
(0x7a27e24aaf8999729b78353c48a164a8, 'wp-content/plugins/revslider/admin/assets/images/sources/post.png', 0, 0x00000000000000000000000000000000, 0x0b7b630603720d4d873cf0d55c35d9d3),
(0xe95ac44acccfe032ee1a9282826222a3, 'wp-content/plugins/revslider/admin/assets/images/sources/revolution_slide1.png', 0, 0x00000000000000000000000000000000, 0xabdf23e29902535c64859f5c3e1e15ae),
(0x7c6a3c81b224dfed07eb7b19732f5d71, 'wp-content/plugins/revslider/admin/assets/images/sources/revolution_slide2.png', 0, 0x00000000000000000000000000000000, 0x3712285dca890b22e2f45a16b0fd6afe),
(0x8ecc55a1e0666641e4319911c3b0b3ba, 'wp-content/plugins/revslider/admin/assets/images/sources/tw.png', 0, 0x00000000000000000000000000000000, 0x490d4640fbe07aa3cbbe339955ac116e),
(0xfa79c54624609dd2e290a8626f13ab11, 'wp-content/plugins/revslider/admin/assets/images/sources/vm.png', 0, 0x00000000000000000000000000000000, 0xccd38a1e49a8f49ddd3773562b4765d5),
(0x8a028f5e74b6545cfa32982a2d03db61, 'wp-content/plugins/revslider/admin/assets/images/sources/wc.png', 0, 0x00000000000000000000000000000000, 0xc383e20f22e69ec878ef7cc47e0664c2),
(0x68fcc4f0131ce70bc8cc40083fb47a15, 'wp-content/plugins/revslider/admin/assets/images/sources/yt.png', 0, 0x00000000000000000000000000000000, 0xecd30f912c0de277c54222c72bc5e1ec),
(0x9200ea0ed5462d6deb81f92d777f6a62, 'wp-content/plugins/revslider/admin/assets/images/tipsy.gif', 0, 0x00000000000000000000000000000000, 0x84c683bb61e04eed786306a59ae8cbf5),
(0x658f373359aca09bf34aa08b86392421, 'wp-content/plugins/revslider/admin/assets/images/toolbar/addlayer.png', 0, 0x00000000000000000000000000000000, 0x0cfe0fc57c074359c79dc52fc11f6e62),
(0x901ab45cf2037c6f5cea0e603f046b7b, 'wp-content/plugins/revslider/admin/assets/images/toolbar/advancedcss.png', 0, 0x00000000000000000000000000000000, 0x43e0bcc7864946deff635f59d98db97b),
(0x7872ad5db54a5f95a04ee6d5b8790f2e, 'wp-content/plugins/revslider/admin/assets/images/toolbar/animate_in.png', 0, 0x00000000000000000000000000000000, 0xdfefa4d668ebb8e641c8303d7d6e142d),
(0x34aa990a8691396d20d255e7ffaa9800, 'wp-content/plugins/revslider/admin/assets/images/toolbar/animate_out.png', 0, 0x00000000000000000000000000000000, 0x252437dee9fe332b4ca36e3fe0779b8b),
(0x5462d65d45b4f45420228cbd50f6fa97, 'wp-content/plugins/revslider/admin/assets/images/toolbar/arrow_grey.png', 0, 0x00000000000000000000000000000000, 0x378d4de5d815fcde67e6e612064ad93e),
(0xd6e8e9f878c4be111ec628e82d38115a, 'wp-content/plugins/revslider/admin/assets/images/toolbar/arrow_white.png', 0, 0x00000000000000000000000000000000, 0x215fb2e57edb5e4efab67bf407991a3d),
(0x58edb264e35200fdc0c7ab4858f025bf, 'wp-content/plugins/revslider/admin/assets/images/toolbar/backtoidle.png', 0, 0x00000000000000000000000000000000, 0x01a611579147b37773eed11856175c99),
(0x3b6778e2a9194055e5f40c5834aeea21, 'wp-content/plugins/revslider/admin/assets/images/toolbar/conflict.png', 0, 0x00000000000000000000000000000000, 0xa886ad28b712208af335f10b3c5dde2b),
(0x242e0ce675d7b71264eab61d595269be, 'wp-content/plugins/revslider/admin/assets/images/toolbar/droplet_black.png', 0, 0x00000000000000000000000000000000, 0x06a1e7f989ad011da38c4caf7e5097be),
(0x39775e76af7ae0e6fe205333b6ce21f1, 'wp-content/plugins/revslider/admin/assets/images/toolbar/droplet_white.png', 0, 0x00000000000000000000000000000000, 0xe678697a36f2787e50dcd5b03050cb82),
(0x0f69fcb05ddb51683ea6404328a4fb47, 'wp-content/plugins/revslider/admin/assets/images/toolbar/eye_black.png', 0, 0x00000000000000000000000000000000, 0x078d58ec9081d24c8188f200279d7a09),
(0x2289a8d2664b1d8ae3b634f4cd313126, 'wp-content/plugins/revslider/admin/assets/images/toolbar/eye_white.png', 0, 0x00000000000000000000000000000000, 0x3ab774b823e68305b3e33f7f083c0023),
(0x81f6abbd3c6f8d859d2b575b93be40ea, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-2drotation.png', 0, 0x00000000000000000000000000000000, 0x64b05782747de2520c95e98009601fe0),
(0x142672d4d953a792d30ffdfc09169643, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-add-duplicate.png', 0, 0x00000000000000000000000000000000, 0x4c99c49272679f455e8260149cd7b6d5),
(0x74274bc036d538313f4543c5f051a2c3, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-add-image.png', 0, 0x00000000000000000000000000000000, 0x4350f5b962f6d30ddebc6ed14e548534),
(0x81a322a9765d484aa628046f61579e39, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-add-layer.png', 0, 0x00000000000000000000000000000000, 0x317c5883f653de16448e7d2143e16491),
(0xce898d198dbf0764a159243627ed77d5, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-add-video.png', 0, 0x00000000000000000000000000000000, 0x1edc6053d4b8097ab0650bce3fd9a79c),
(0x1f7e585e02f2f63ccfa5b1764a2d33fb, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-align.png', 0, 0x00000000000000000000000000000000, 0x21ea94536442fadab909ca4d18a8c92c),
(0x2f0d49a778a65d61674e8dba6cf58142, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignbottom-dark.png', 0, 0x00000000000000000000000000000000, 0x2f6198a3a297602d09de7e9172680aa8),
(0x6c3facfcbcfa1f6d6feb830467540121, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignbottom-light.png', 0, 0x00000000000000000000000000000000, 0x9615c9ed4e6960b057afd56dba7e9de2),
(0xf60ece12cedc32d8b0db695c3439cf62, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterh-dark.png', 0, 0x00000000000000000000000000000000, 0x64385262fa6560e18ce29d2cd33925bb),
(0xb6286d8160ff0624661da022b48de677, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterh-light.png', 0, 0x00000000000000000000000000000000, 0x0766cf0514a14cf3ff50844793a9db55),
(0x13d8fed8ebd69a0ff9afd96f44b77707, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterv-dark.png', 0, 0x00000000000000000000000000000000, 0x5e474ae04e4e22ec0dcf98e7db9883a7),
(0x25534ca82961261c8a3ebf7e5f70435e, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterv-light.png', 0, 0x00000000000000000000000000000000, 0xb608813addb2b74f6a853e65990ecb82),
(0x6b049550bf490158971df8a29d4ae4b5, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignleft-dark.png', 0, 0x00000000000000000000000000000000, 0x636311c8e5eaee4a3a5c74ab70692b8d),
(0xa589542c76d0d25bd344c7b4dd034a15, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignleft-light.png', 0, 0x00000000000000000000000000000000, 0xd4070565745cb4e50eecdcff67c1a2cc),
(0x5bf30f754c6795a8d44b6a07594851e3, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignright-dark.png', 0, 0x00000000000000000000000000000000, 0xcb105eaf713b03dbe217ac5b6aa50278),
(0x837bac5f97915985ecffb8509cfa78ff, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignright-light.png', 0, 0x00000000000000000000000000000000, 0x91ac288b762953a5a9087ab6087bbcc9),
(0x18f4e687a82237a5d33d918debf24367, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligntop-dark.png', 0, 0x00000000000000000000000000000000, 0xce356365e69ac96022bdd39e975ae707),
(0x5c6b37eb82363a134ac521ce3bd9b34c, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligntop-light.png', 0, 0x00000000000000000000000000000000, 0xd5327d70c69a8e7da1bbb32f0badd893),
(0xffef4545043bba2f2b4fe17bfa7759c2, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-basketball2.png', 0, 0x00000000000000000000000000000000, 0xc65968a4e1f4bf0e150128eb9ca2abaa),
(0xf7c4e0ad19881ef8799823b4534a5c59, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-bg.png', 0, 0x00000000000000000000000000000000, 0xe5cd12f9cbaf3dbe109ba40784202893),
(0x5607233262d4a76928b1c46d73181550, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-bordercolor.png', 0, 0x00000000000000000000000000000000, 0x6927c65d39966912a40908a482542b57),
(0x500bc29682ef2c0f08431cba39785ff2, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-borderradius.png', 0, 0x00000000000000000000000000000000, 0x06021d9cb0194246733fbe70a872afb3),
(0xac170bd87d8b999fca86fc703c079d82, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-borderstyle.png', 0, 0x00000000000000000000000000000000, 0x23ff43c3a76e6925e59510297d160cf6),
(0xffcf047662ae10d5e414177f410dcc25, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-borderwidth.png', 0, 0x00000000000000000000000000000000, 0x4dbdf680a1f8169599467c2a48553fbe),
(0xb92159e5b10cc7618e15bb8e987ff707, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-1-dark.png', 0, 0x00000000000000000000000000000000, 0x347edd19e4df1736d34e4b3bb64a72b2),
(0x3768d7b61c60e034663d3d9415975434, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-1-light.png', 0, 0x00000000000000000000000000000000, 0x0a521529c156a70cf8429772e4b1efbe),
(0x5ab9a1529af4395809fed09b387a4b2e, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-2-dark.png', 0, 0x00000000000000000000000000000000, 0xa066fe092dc1fe1763a381beb8fe9350),
(0xbe2a8b855f209ee8b5134f3ce256d5f5, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-2-light.png', 0, 0x00000000000000000000000000000000, 0x276f01205b0a37bcfbcaf90c42bdbbc6),
(0x64bc6aaf2e0d3799dfcc64c319666976, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-3-dark.png', 0, 0x00000000000000000000000000000000, 0x7f3bc1ff5e7f167f1b4f8a13be852266),
(0x9498e1b83829a35980e2ebb1c51a9cdc, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-3-light.png', 0, 0x00000000000000000000000000000000, 0xf19bedb7045bcd4d1f9aed6b16c4941d),
(0xf8c66f45c587b2dfe00d76db7f4dc9bf, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-clock.png', 0, 0x00000000000000000000000000000000, 0x021d17327e93c39aed936ce24fd41a0a),
(0x4e3f5be7c08fc3d4af09859e5ea4ffb0, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-close-big.png', 0, 0x00000000000000000000000000000000, 0x117e11f0d1869d74f56d1f12cec3bfdc),
(0x8d70f671cff46eb110befb3435c4e823, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-close.png', 0, 0x00000000000000000000000000000000, 0x0dde8bec18197a988df16bf8d7c95778),
(0xcc5bb50449caa0189ecb96b353a13c93, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-color.png', 0, 0x00000000000000000000000000000000, 0x0ff308e0773925f60c64e3b3b8a6cd44),
(0xce0a16b4ff1a71f892c86365caab6c81, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-decoration.png', 0, 0x00000000000000000000000000000000, 0xba0ada6a1a86365ee0aadd1f40d9d9ca),
(0x20e1196b2ba38127b23f7aaa824558ae, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-delete.png', 0, 0x00000000000000000000000000000000, 0xf0f9eb70e57991781fc09285a47a8fd2),
(0xcece4fce4296fef7030a257fb381187e, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-easing.png', 0, 0x00000000000000000000000000000000, 0x593c2796af6d0a56fea147dceb2d0ad1),
(0x1a61aaef30e934def1fa7f3be43d1970, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-edit.png', 0, 0x00000000000000000000000000000000, 0x8375d919f873f62d0aa69027110d6560),
(0xb402a88938e1a8c6d269bc33f90a59be, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-edit_dark.png', 0, 0x00000000000000000000000000000000, 0x335e2c8302a7f1f84c4efd3559a5a64b),
(0x4fce2758be13e058fab85c7f1f00df32, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-fontfamily.png', 0, 0x00000000000000000000000000000000, 0x3d9f67ce6773553ccb1b50bffaeed3c9),
(0x0327f060eea61d5ca308a12e8cd7a6e7, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-fontsize.png', 0, 0x00000000000000000000000000000000, 0xb3ecadaa4ff99ef82a86a88475211261),
(0xe6e0e5d8c3ab2e65372e1eef07b44d7b, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-fonttemplate.png', 0, 0x00000000000000000000000000000000, 0xf3e91cc287a0f1324f9c6ebe4fc48973),
(0x9fdcd8c712a423179e2a7d4a6c6abc75, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-fontweight.png', 0, 0x00000000000000000000000000000000, 0x874eb4a0d14ab4cdd21516275924e367),
(0xf984380b7bcad6b9a7a6177fc730027e, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-globe.png', 0, 0x00000000000000000000000000000000, 0x2f9f0fe6f24bbf7b4cf6e4997cdd7a36),
(0x77a8ccf21ae81ac8df90498d8e74c179, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-italic.png', 0, 0x00000000000000000000000000000000, 0x6a356101f53eb36b64921e5135bb86ee),
(0xa29cecc0d11fc442ca4d6b5016351730, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-lineheight.png', 0, 0x00000000000000000000000000000000, 0x19019fe7c54410047d3f2f385eeed79a),
(0x0c0e9355432964a965e9b11d3b864298, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-link-light.png', 0, 0x00000000000000000000000000000000, 0x3aaa46d2a576bccfd59a10cdb8938db1),
(0x1f807e77024d4795814cacd2ddf555b5, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-link.png', 0, 0x00000000000000000000000000000000, 0xa7eea2d359b40f13bf4a6c399bb75e53),
(0x7169a4f2fc7a87e85cf73b60fbb17a7f, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-maxheight.png', 0, 0x00000000000000000000000000000000, 0xd2fc9bec8f43a453eb49981ac0fbecd1),
(0x5985c36dd84c5f5bbcb6d9aa10876df6, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-maxwidth.png', 0, 0x00000000000000000000000000000000, 0xc64b9d47d3f49bd72b89182e10e3ebc3),
(0x78b3d70df2fd4276831d9ad6b1ecccf1, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-desktop-dark.png', 0, 0x00000000000000000000000000000000, 0x0d9f3085ebba2069c25d839db732a2e9),
(0x9fcc420b0f164116346c0a970551ab5f, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-desktop-light.png', 0, 0x00000000000000000000000000000000, 0x13d9b8d07b2be10932e8052f0f8fab98),
(0xbe71bfc5fc1044a6bc6d6fc150fecf8b, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-laptop-dark.png', 0, 0x00000000000000000000000000000000, 0x6bfb99d84eb37ae2f1c4161822d0a041),
(0xb5d514f48d581856101d182131d6473d, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-laptop-light.png', 0, 0x00000000000000000000000000000000, 0x1dd7c9eb05631d48d23d7e047184f735),
(0xa9b95ff76cd7efae82ed36745e5c0a28, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-phone-dark.png', 0, 0x00000000000000000000000000000000, 0x95c68a5ef3374c7b816f6c4651edeb99),
(0xd49eef2bd87afbc515f908a86b540f6e, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-phone-light.png', 0, 0x00000000000000000000000000000000, 0xecf2ea0e06cb693c656944d0d3c2930a),
(0x921a875139c794a13e1b967d03930fbd, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-tablet-dark.png', 0, 0x00000000000000000000000000000000, 0x4c50ea683e1ce10caf64a1550d50f568),
(0x6acc7ccccfe5a8dc7b0b3b259493bdb7, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-tablet-light.png', 0, 0x00000000000000000000000000000000, 0xa916b8c1452a4315baf1135bfb0f2b47),
(0x025d97131ccf3ebf4303b1512ec1d91d, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-opacity.png', 0, 0x00000000000000000000000000000000, 0x379f934ec726ae32e0ccf394a3166a33),
(0x4c73a6b10f3c6b1301289ba642b8cab2, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-originx.png', 0, 0x00000000000000000000000000000000, 0x9783d40f76fc4ad487a026c3d51b969c),
(0x948604d60e460920e786afdff674bbdc, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-originy.png', 0, 0x00000000000000000000000000000000, 0x79fec99fe6c47f69e6daeaea1e0e60c8),
(0x6896e9dffc4551253066e8e190b1720d, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-padding.png', 0, 0x00000000000000000000000000000000, 0xd56cc8d500edf0b8e95d9ae7c183006c),
(0xac6744bf96fe3f4cb615564fdeb7e6a4, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-parallax.png', 0, 0x00000000000000000000000000000000, 0x7f8d358ce1cb67c3bfc8d2203b8546d1),
(0xf3cd717cd6ca8bf14cd12f052f0f9342, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-perspective.png', 0, 0x00000000000000000000000000000000, 0x9afb59b4fd84b0e38fc1b9daefc66fb7),
(0xce8b53e97759436183dd0df42dc84652, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rev-logo-mini-2.png', 0, 0x00000000000000000000000000000000, 0xc071cb67d0ea7b2656d3c62a1fa156eb),
(0x58b4320dc5c6c7ec18b02f0705e09d3d, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rev-logo-mini.png', 0, 0x00000000000000000000000000000000, 0x0a8e0123bc0b6a9f76f62d20614888a2),
(0xe66966d4954ea4ac4420f8b3cc54ecff, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotation-end.png', 0, 0x00000000000000000000000000000000, 0x87e980fe93d35b001ff2a95b9038ab6b),
(0x89e9ce96a61f08d9215e2a1938094021, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotation-start.png', 0, 0x00000000000000000000000000000000, 0x2bf3b01481aae1d317a824b6ddf29d17),
(0x11bbae9330a155895094cb6eea1ccffc, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotationx.png', 0, 0x00000000000000000000000000000000, 0xe52920d2fe36e8e14bd619c0d2414acc),
(0x79a5eacd50f2822d51f04a65c30acb37, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotationy.png', 0, 0x00000000000000000000000000000000, 0x60a094be98cb64b1a397d4ce1a03cc13),
(0xaa489115f6df73293d7ae63027e6c0eb, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotationz.png', 0, 0x00000000000000000000000000000000, 0xc5d601ef39e26a6afbd0537e33bb8892),
(0x53f834f87ed7d9545138479ff2ba4d27, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-save-big.png', 0, 0x00000000000000000000000000000000, 0xbff4bd7bf287c0b17cf98dfdf01c17c8),
(0xbf9a15c61546c4cd067c605e8b42be0b, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-save-dark.png', 0, 0x00000000000000000000000000000000, 0x1b1d34d32a1a716cac33dbd3921ed1ce),
(0x06c3b95e519d0da84e8baccf8cde2028, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-save-light.png', 0, 0x00000000000000000000000000000000, 0xa52704c9e9f1004072778ecfda2b300d),
(0xbba3586475e429f99c4667238a3f68f7, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-scalex.png', 0, 0x00000000000000000000000000000000, 0x818330100d9f3dbdbb1fed90d64b121e),
(0x9a9a9fce8d819a666e81785d312d7d26, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-scaley.png', 0, 0x00000000000000000000000000000000, 0xe113aaa6219fa1f7785974ac39c0841f),
(0xbc8828d266113cc317d1a5644296b4ac, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-shortcode.png', 0, 0x00000000000000000000000000000000, 0x67ed3c9e9b0edf0ebd17c1623be3ca4f),
(0x99cf49b63c808511a84d4f2603827d1a, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-skewx.png', 0, 0x00000000000000000000000000000000, 0xf4f843f772381da49ff0d355c572e8e6),
(0x35a25b760b9205d939883b7ed2cd7f8b, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-skewy.png', 0, 0x00000000000000000000000000000000, 0x0fd9bb6646344a1847e657f78ec8ceb7),
(0xa9167ba27ab598ab185a9ccd41851bd9, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-slide-published.png', 0, 0x00000000000000000000000000000000, 0x5f5582e2a213c3fc4455ae0d1d0d9fd5),
(0xe221f9d663b632397f9a97c41eca1d4b, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-slide-unpublished.png', 0, 0x00000000000000000000000000000000, 0x1a9764bed8c4477608e0ef6afc239d14),
(0x8de4dabd5b0c7585016322743b18a056, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-splittext-delay.png', 0, 0x00000000000000000000000000000000, 0xd779d02562c64b0cd6ed0adc19f9b401),
(0x65d1bfa74dfa4e2e0dd197b9870162ec, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-splittext.png', 0, 0x00000000000000000000000000000000, 0x69c8ccfed34892fa1c65d915bfd02506),
(0xe7da4d88f00cc6cf9a1744c0c3eeee8e, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-transition.png', 0, 0x00000000000000000000000000000000, 0x8d3fd78e6e6014fa2fa9214eed209b71),
(0x476c5fdf0ef903ef840f10690e07164c, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-wrap-light.png', 0, 0x00000000000000000000000000000000, 0xd69b240d0ac7c8319e81e19626f7cd08),
(0xeb4a96e84ae2dd4df24a7c13b4054f28, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-wrap.png', 0, 0x00000000000000000000000000000000, 0xaef9f224de84349883de8ec404603af9),
(0xf4781f48fb7c559d54657647276538de, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-xoffset.png', 0, 0x00000000000000000000000000000000, 0x23726722a594d8a4d06b39eb86f75d74),
(0xc5d3db2acd32069a283c39a811b77b08, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-yoffset.png', 0, 0x00000000000000000000000000000000, 0xac47d1bc90a660e0e6761ddc6930759a),
(0x62d9d8a86f05b18c5492c962b4f6037a, 'wp-content/plugins/revslider/admin/assets/images/toolbar/icon-zoffset.png', 0, 0x00000000000000000000000000000000, 0x0f27216d45c329531bfc0e774cff8b07),
(0x3d2b3adf24ee157ce8b069cae0ef49f4, 'wp-content/plugins/revslider/admin/assets/images/toolbar/in_black.png', 0, 0x00000000000000000000000000000000, 0xbdfe3efcdec94000faa17354381294c2),
(0x39ee2b9406b07b36734e38cf31953989, 'wp-content/plugins/revslider/admin/assets/images/toolbar/in_white.png', 0, 0x00000000000000000000000000000000, 0x9b9f9d835ecde7949d77cb61293f6a86),
(0x528c61e6ff59a32f50fd81402e91ca1c, 'wp-content/plugins/revslider/admin/assets/images/toolbar/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xdb306aa77bc529b6c836ca25eb6507c7, 'wp-content/plugins/revslider/admin/assets/images/toolbar/largearrow_black.png', 0, 0x00000000000000000000000000000000, 0x35821e9e7fc66dd8e536960c4b26c645),
(0xe75d021b5d684fd6c625e612d0c1822b, 'wp-content/plugins/revslider/admin/assets/images/toolbar/layers_bg_tile.png', 0, 0x00000000000000000000000000000000, 0x4b8da00ed88dc8fc0267555226279f78),
(0xc47e8b75314749b3e67388f765017e71, 'wp-content/plugins/revslider/admin/assets/images/toolbar/lightcopy.png', 0, 0x00000000000000000000000000000000, 0xe46ba69dacfca09533552950ff84413a),
(0x67ed59a40b333aff3d7dffb9ddbde8c1, 'wp-content/plugins/revslider/admin/assets/images/toolbar/lightpencil.png', 0, 0x00000000000000000000000000000000, 0x9042a0610ed169fdcfa17db7b1c45b41),
(0xcd4d6dce9a0578cb131968d89e6c227a, 'wp-content/plugins/revslider/admin/assets/images/toolbar/lighttrash.png', 0, 0x00000000000000000000000000000000, 0x41311346f521a6e23c6c15fad217e93d),
(0xf566bc6b6ac6a92aa9a631211fdd954a, 'wp-content/plugins/revslider/admin/assets/images/toolbar/morestyles_black.png', 0, 0x00000000000000000000000000000000, 0x6385a279703474aa085293f151c69071),
(0x4f704ab38cd51e5ca0a09359af9047ac, 'wp-content/plugins/revslider/admin/assets/images/toolbar/morestyles_white.png', 0, 0x00000000000000000000000000000000, 0xd719a5e26b5bcb5e6a79d8fbe3a6e29c),
(0x29b97f295581b9a331cfb6ef9de83a29, 'wp-content/plugins/revslider/admin/assets/images/toolbar/newlinear-horizontal.png', 0, 0x00000000000000000000000000000000, 0x80079542f1019b04e9658ed549fa32df),
(0xf5f6399976bea25fc983529e47a83210, 'wp-content/plugins/revslider/admin/assets/images/toolbar/newlinear-vertical.png', 0, 0x00000000000000000000000000000000, 0x75412b5309df26a445551e9000646236),
(0x7cf64e3b4e86df0afcb487719fb8defa, 'wp-content/plugins/revslider/admin/assets/images/toolbar/newlinear.png', 0, 0x00000000000000000000000000000000, 0xe0f8060436043599f7842fd5cf255be1),
(0xd5156650802ed2d5bbc014dbea1028b3, 'wp-content/plugins/revslider/admin/assets/images/toolbar/out_black.png', 0, 0x00000000000000000000000000000000, 0x667079783b5108ab8aec77a6e6c37f60),
(0x6d80bebd3c5edf978cf36e910ef80957, 'wp-content/plugins/revslider/admin/assets/images/toolbar/out_white.png', 0, 0x00000000000000000000000000000000, 0x70afd931ead503cdd4163802dedecb6b),
(0x1353e39253694cc6626d73e50e34d1a7, 'wp-content/plugins/revslider/admin/assets/images/toolbar/plus_black.png', 0, 0x00000000000000000000000000000000, 0xfd2ae21a6700182ef0a447d79d6cad1c),
(0x17d673c47ab07344821c0e7f2eb624b7, 'wp-content/plugins/revslider/admin/assets/images/toolbar/plus_grey.png', 0, 0x00000000000000000000000000000000, 0x9cefe79c6e2b28e325870f4f96a2db1b),
(0x35c5b0fa651f1afdcd61ebe8d76b6bdd, 'wp-content/plugins/revslider/admin/assets/images/toolbar/plus_white.png', 0, 0x00000000000000000000000000000000, 0x52288078dcc5e342244d1d72296c191a),
(0xcd6a5c35b8535d99b7a7763ae1ded843, 'wp-content/plugins/revslider/admin/assets/images/toolbar/schematic_in.png', 0, 0x00000000000000000000000000000000, 0x470b2005d9c204ddbc9dcb9b04b3dc8f),
(0x65a428f2ecb45931e7b08d59592f1c72, 'wp-content/plugins/revslider/admin/assets/images/toolbar/schematic_out.png', 0, 0x00000000000000000000000000000000, 0x6b6671ed4191180648d59cf01a7683b8),
(0x7ed611052eb357e960d03134895ba2c0, 'wp-content/plugins/revslider/admin/assets/images/toolbar/tiled-darkgrey.png', 0, 0x00000000000000000000000000000000, 0x85eed9424955f2f9da24aa90578100e2),
(0x3c5fd41b08d6b06ff64f03395cd3e297, 'wp-content/plugins/revslider/admin/assets/images/toolbar/tiled-lightgrey.png', 0, 0x00000000000000000000000000000000, 0x4f925b7ab06411ce57749bef306c517b),
(0x27221407fc814b12f90835af16e49033, 'wp-content/plugins/revslider/admin/assets/images/toolbar/tiled-red.png', 0, 0x00000000000000000000000000000000, 0x60e1115a08f45b3b309a07f5257fc5c3),
(0x1e5711bb17ef345eab4abbc1782d7492, 'wp-content/plugins/revslider/admin/assets/images/toolbar/toolbar-bg.png', 0, 0x00000000000000000000000000000000, 0x642b4531a04c104a62aafe642fea60c9),
(0xdb2bea481222d939f9ceacfd22379a63, 'wp-content/plugins/revslider/admin/assets/images/toolbar/tools_black.png', 0, 0x00000000000000000000000000000000, 0x52214a5f5d0d9447fc9891a9bfb75821),
(0x609a77ec8657755ca7a8ef804db072ff, 'wp-content/plugins/revslider/admin/assets/images/toolbar/tools_white.png', 0, 0x00000000000000000000000000000000, 0x17cc73d312d59ab15036b6f664ed6dec),
(0x09a266575e3ba2421aea0b8660b77963, 'wp-content/plugins/revslider/admin/assets/images/toolbar/visibility_black.png', 0, 0x00000000000000000000000000000000, 0x332840cea18c4bb6c6dfa512a7de48f1),
(0x4b90d82ba9f8d01602c9d39f5ab07b48, 'wp-content/plugins/revslider/admin/assets/images/toolbar/visibility_white.png', 0, 0x00000000000000000000000000000000, 0xe40047d8077611e3df92cd7e495bb130),
(0xd80ee78ced45fcfb3a56a84432cf89fe, 'wp-content/plugins/revslider/admin/assets/images/tooltips/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xb3687ab1d9897c4706c7a0267a023b94, 'wp-content/plugins/revslider/admin/assets/images/tooltips/progressbar.png', 0, 0x00000000000000000000000000000000, 0xf4d0a60feb135b973dd62ea12d7355a7),
(0x07a34ba72113b7281d82714d054560dc, 'wp-content/plugins/revslider/admin/assets/images/tooltips/slide_placeholder.png', 0, 0x00000000000000000000000000000000, 0xb3e397dc902ed0e1c12966d7352e4bcb),
(0x3f9ca54a5e0b08af911ac131eaf56fe2, 'wp-content/plugins/revslider/admin/assets/images/tooltips/slide_placeholder_cut.png', 0, 0x00000000000000000000000000000000, 0xa3650d6b3fe81abdf2bf33d3338e16c3),
(0x809da12f045b69dac4b3542347c5836c, 'wp-content/plugins/revslider/admin/assets/images/topbar.png', 0, 0x00000000000000000000000000000000, 0x0cbb4593b621d66d4748a423d8e1d577),
(0xcd5ce2eca121ff49b17eee89cd454b46, 'wp-content/plugins/revslider/admin/assets/images/tp-brokenimage.png', 0, 0x00000000000000000000000000000000, 0x711168ac70a0b68cfc483549780f0c2a),
(0x5e7d32d807e971c668e9c4712d8ce44e, 'wp-content/plugins/revslider/admin/assets/images/tp_newsletter_bg.png', 0, 0x00000000000000000000000000000000, 0x2caa98b9f1eea4d85b0523a9e3fb801a),
(0x0c59157eb8e8395b23b67b1ee5cdf481, 'wp-content/plugins/revslider/admin/assets/images/trans_tile.png', 0, 0x00000000000000000000000000000000, 0x886dae40f7d95614a64fac0d11bc3e43),
(0x72bcbea2fb8bbb7abbf3de6c8f0c20b9, 'wp-content/plugins/revslider/admin/assets/images/trans_tile2.png', 0, 0x00000000000000000000000000000000, 0x01039d0c32784f648b47acf2a3c6c0d9),
(0x6ecb19e7f37585fe503c95ca2d4a63b3, 'wp-content/plugins/revslider/admin/assets/images/transparent.png', 0, 0x00000000000000000000000000000000, 0x78673a6ae6ae4654de39ae770e4bde11),
(0xdd72acf73254346fed9678e01ed26089, 'wp-content/plugins/revslider/admin/assets/images/visitstore.png', 0, 0x00000000000000000000000000000000, 0x2f54fa7edb9a5e0d3ee6b4d90e628d16),
(0x36b08bd8f0527da486520f4b40240b6e, 'wp-content/plugins/revslider/admin/assets/images/wp-arrows.png', 0, 0x00000000000000000000000000000000, 0x9e6974860b99cef7eeb3b90e9e87f26a),
(0x54f0254bf89fe5843bcf4421564288ce, 'wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x41be996b879781143ed05e07a7bda11f, 'wp-content/plugins/revslider/admin/assets/imports/agency-intro/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x7279aff7aa27a0f5c01dd3f23cc8195d),
(0x0f3df9154dc0dc22ccfcfbbd5ead3a0b, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x314dcf0c83d58d3ae6c6a0bc408a8ce5, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xe1b006fe523b4a8e2f4684558a18a4e4),
(0xac940d24e3d365fa6fd9766c81edf94c, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x1794afeab181e885b4f9480c7bf8d195),
(0xa8809f244fc970d219d400e49ff249f2, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide3.jpg', 0, 0x00000000000000000000000000000000, 0xd677d00c6ccfa450424eb2206a996897),
(0x68748ba039c88650e39ca8ae3fc37bec, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide4.jpg', 0, 0x00000000000000000000000000000000, 0xb5ce6a45e896379280f94a09e258ed11),
(0x3e7199270f2f7f16082a87c6534bf3c3, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide5.jpg', 0, 0x00000000000000000000000000000000, 0xb5297bbfb6710ef0ade4d50631047434),
(0x86d995a684ecfbdb11dfc3a49f007dc1, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slider.jpg', 0, 0x00000000000000000000000000000000, 0x9071da7ed9b0255e360ef39348553c4f),
(0x40c924a3f429ce28365395136329555e, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x3cc8efc3a484f46f9d17e76f451fa396, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xe1b006fe523b4a8e2f4684558a18a4e4),
(0xc04d8b1f6650b1d1d5b225544aef409e, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x1794afeab181e885b4f9480c7bf8d195),
(0x66f823d73b4d2fed6460469be129ec3f, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/slide3.jpg', 0, 0x00000000000000000000000000000000, 0xd677d00c6ccfa450424eb2206a996897),
(0x167beb4b7b75c5df5d0b58054aade9d0, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/slide4.jpg', 0, 0x00000000000000000000000000000000, 0xb5ce6a45e896379280f94a09e258ed11),
(0xc12dca8a030018551b32d3f2d3a4bda7, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/slide5.jpg', 0, 0x00000000000000000000000000000000, 0xb5297bbfb6710ef0ade4d50631047434),
(0xbfcd35c65064541cba7d502967fb2220, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/slider.jpg', 0, 0x00000000000000000000000000000000, 0x9b15152d5da3697898e9709178f4e0cf),
(0x293e923e138cf713fa462696f3ee03ee, 'wp-content/plugins/revslider/admin/assets/imports/concept/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x0f9b37567075e57c8c2282774cd6ffd4, 'wp-content/plugins/revslider/admin/assets/imports/concept/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x02ec86709cae8bb5c74cf4941887413d),
(0xc59bbf066823da3d66cece3c533380b1, 'wp-content/plugins/revslider/admin/assets/imports/concept/slide2.jpg', 0, 0x00000000000000000000000000000000, 0xb448f932f07e3891382acf850805b07b),
(0x276efd43feb90c784cd8bc79830f5147, 'wp-content/plugins/revslider/admin/assets/imports/concept/slide3.jpg', 0, 0x00000000000000000000000000000000, 0xa214fb6a54a354a8f31e82dc580c67a8),
(0xa1d7c78d7a875ce481a1bab81f87db42, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x591ebd29991a445a21d848621dff35a6, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xe80c73c134312393d04fef0cb3c5f09e),
(0xd80b2df8a7373af680e3c2431c148353, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x46c0af0ea52c9394cf5cee4d62e71b41),
(0x3dfec1bd0b073e3764c94e1331f2af67, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x46015e6cc91d2412bb2628b875864b40),
(0x31bd58a661f54b67415944fa306331b0, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/slider.jpg', 0, 0x00000000000000000000000000000000, 0xa077a5c262127f4150b56514330b5ed1),
(0xad9985ef8f566314dd7df8a9cf59f56c, 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xbc4f168019354ec7c7177d057ecad43e, 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xa8b73eea6fec59abe32b4164bcdb00fc),
(0xb04c59dd77a398de72c9e869698586df, 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/slide2.jpg', 0, 0x00000000000000000000000000000000, 0xeb0695cb5b5a43e99f22dc9d4ebfe7d0),
(0xdf07cd42d4708ecbea66375552f86e2c, 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x6766ed65c5cd352cdaf4d578f4a52dd9),
(0x9a86c2aa35b6d96554d58e16f8cf2268, 'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x47e4cd9607bae4f7cabba6b1e8510e0c, 'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xbb1fd7736749d883f82fb95337d239bf),
(0x2318994c86fa2aae1abf8192d0a37836, 'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/slider.jpg', 0, 0x00000000000000000000000000000000, 0xbb1fd7736749d883f82fb95337d239bf),
(0x8d972dd013dc0b44114e970bb24537af, 'wp-content/plugins/revslider/admin/assets/imports/fashion/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x58a5faab3c2ea19c8588cffb5706fdee, 'wp-content/plugins/revslider/admin/assets/imports/fashion/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x9d1faae245beccbc9ae209f90251cea3),
(0xd6c5008c43941088b5d7ec3889e15609, 'wp-content/plugins/revslider/admin/assets/imports/fashion/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x9d8f4cc6fba2865fef3bed71a1afec73),
(0xec5c005a5de65f5ef8d1390e766e623c, 'wp-content/plugins/revslider/admin/assets/imports/fashion/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x13036d6ddc046fffdf6e39cc903fa084),
(0x4a41f896eccc1f8f0fddb992efc61adc, 'wp-content/plugins/revslider/admin/assets/imports/fashion/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x8a179db0d7030e12844165a7800cc942),
(0x5e5522757ea14c2b7b25734829d9e6b8, 'wp-content/plugins/revslider/admin/assets/imports/fashion/slide5.jpg', 0, 0x00000000000000000000000000000000, 0x5e99c21183ab88e2471abb3d6bb20764),
(0x47d36f8e9411d68add055601bd364e67, 'wp-content/plugins/revslider/admin/assets/imports/fashion/slider.jpg', 0, 0x00000000000000000000000000000000, 0x4af03c6559e95fc10f73fa5a529d3f86),
(0x92d1bce694ba3e6662058b15414aff4a, 'wp-content/plugins/revslider/admin/assets/imports/finedining/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x0bb24733cbd95440814e167b8cdfb286, 'wp-content/plugins/revslider/admin/assets/imports/finedining/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x3ec0be6ce7a29e841c45eef1aa66f4d8),
(0xce373a7bad7eaa441a96615fbd5ae720, 'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd06b50438a2532f63fe0177f4f93fc17, 'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xbc1655a1a553693e5caf6c7bb3fa308b),
(0xc17c1e350e5a4093834ae1d748a933c2, 'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/slider.jpg', 0, 0x00000000000000000000000000000000, 0xbc1655a1a553693e5caf6c7bb3fa308b),
(0x9aa0a46244fb5cd4d633aa3746723206, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x22049d11ad44fba0e394a063b7e5eb7e, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x2942b20d87e49edf6cb5264ef9104b82),
(0xe0336c04c0377ec2dd52dd781dd94000, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x44bd21cfb13004dbbda4b3a06313bb1a),
(0xd8352f7bc43e49b32ac996d50cc657c8, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x6d8ec63a22dce972f630fad83dbb52fe),
(0xb9326cc5d341ac324fa05898910933a6, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/slide4.jpg', 0, 0x00000000000000000000000000000000, 0xc36b7c39be4919a292448a3d2e53eea7),
(0x731b028786eb64e810e4cef41bbb5c7a, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/slide5.jpg', 0, 0x00000000000000000000000000000000, 0x1b878dacdfcfd630755de6b4e1368dfc),
(0x00d2c974f213140555c59f19c4d8ab16, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/slide6.jpg', 0, 0x00000000000000000000000000000000, 0x9611370afce5f9d478d64a51bc9b61a5),
(0x199321fd7e3b9abc3c8e848e0acd9d49, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/slide7.jpg', 0, 0x00000000000000000000000000000000, 0x1f0383114d8fd01955c8df5220896706),
(0xb40d793a664fdea8e412ae5e460a62af, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/slider_cover.jpg', 0, 0x00000000000000000000000000000000, 0x12ca7910d7e3c814e8c41a9254341257),
(0x90dfbe359e3d301e4e6109c92324daf0, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x91567fe30c6cfa7cb0f810adc39ead54, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xcd5a202b01a0b64fbea8e2b8bd1d64e1),
(0xe539811f2525a59a133a092afbdb6600, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/slide2.jpg', 0, 0x00000000000000000000000000000000, 0xbcef505a559f452eafbe91ed0b9a53e0),
(0xe0d1bfcdfd0bb80e663d65f29cd5c562, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x3b72e490af37b1c63357c9a24af72243),
(0x970f8b63e54ff81da1acc4079a2bcaa5, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x1f5a250aea60781fdb6e968bb47a7f36),
(0x8d7f437b0b2f694a571bda731c2c1a01, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/slide5.jpg', 0, 0x00000000000000000000000000000000, 0xe2ddf1c3780bc310305b861e151a5b9d),
(0x1c86966402fa1412f49841594ce76f0f, 'wp-content/plugins/revslider/admin/assets/imports/gym/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xc35d1a761647311e7b229705dcab1228, 'wp-content/plugins/revslider/admin/assets/imports/gym/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x8a6e265f6886ee3ededdded838b21d53),
(0xae9c4196177c28fe85b4462ed3799e7d, 'wp-content/plugins/revslider/admin/assets/imports/gym/slide2.jpg', 0, 0x00000000000000000000000000000000, 0xc6f8bbccded3e60c18e776e7b4269d92),
(0xdd8c75daefd25c7f5dfcd9cd8fe55f62, 'wp-content/plugins/revslider/admin/assets/imports/gym/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x7ada86c3ef7ed60df75f489c7449afde),
(0x9fc95d195bb023571db9b4d7326de1ab, 'wp-content/plugins/revslider/admin/assets/imports/gym/slider.jpg', 0, 0x00000000000000000000000000000000, 0xb879cb071302a2a5995f406517182e26),
(0x7c77d8c44349dcf9d40a84731a68c9b6, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x20a466c0d6c8f9ee821b625fc7969f36, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x35c309917667d2b3981021964fa5c7a4),
(0xa088d23638f243d8f2f04b2bcfdd9401, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x98826a7ab412840d5546ecd5f8511d5e),
(0x44c74dc235d246d884208f5e5db6843d, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x53a38861605463e40dcbba24816d549a),
(0x98d91b42b90f8d8ba10fc615b1e40106, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x33e7ee2f5ca78ae0b34ea75ab0e8c6a5),
(0x5b7897d3fb56e043ff46ba6c8a89b815, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slider.jpg', 0, 0x00000000000000000000000000000000, 0xc92c9d25d5ace28b8f2c09f7b72179be),
(0xa405185a68feb1b8cbae55573d314fd0, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xb4a7dd74a78d2ad16499cf06df8afb3d, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x35c309917667d2b3981021964fa5c7a4),
(0x0cf5a125da8638ea3b892c1d08d65002, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x98826a7ab412840d5546ecd5f8511d5e),
(0x47bcaa5d58cda2b1027863815ee76246, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x53a38861605463e40dcbba24816d549a),
(0x0ea7dd74c68a30b9b17b7e495bae9a08, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x33e7ee2f5ca78ae0b34ea75ab0e8c6a5),
(0xcd9483a60d951efcd86a81702d46045c, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slider.jpg', 0, 0x00000000000000000000000000000000, 0x66ad07bfbf85f87831e29935d3b8b6d1),
(0x341fbb67d70d3830a1a3fea00e27e455, 'wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x35589f6489a521d570ec0f0590b599a9, 'wp-content/plugins/revslider/admin/assets/imports/imagehero/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x9f7e450a6cb8bc442c3efb33d409f85f),
(0x970976f60970567f17019bdc81342edc, 'wp-content/plugins/revslider/admin/assets/imports/imagehero/slider.jpg', 0, 0x00000000000000000000000000000000, 0x9f7e450a6cb8bc442c3efb33d409f85f),
(0xd3523b45f88c9a6a35c0ef9e3111408b, 'wp-content/plugins/revslider/admin/assets/imports/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x22141b34b4435ad51ea4e2b77124c5b0, 'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xf5728e25936e71764f82c3f579eeda29, 'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x6929c057e1a54428b394205538fb919a),
(0x06fe7f6249b8fc5fd2f22a23f321821a, 'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/slider.jpg', 0, 0x00000000000000000000000000000000, 0x6929c057e1a54428b394205538fb919a),
(0x4729a29a544f98099e794ff9699a5982, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xa4afee7146e9470cfb5d821941988236, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x66f051f75d287588eae0e48a38f32ca3),
(0xb52f730e2ee233e3c5e7d358f226f59e, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide2.jpg', 0, 0x00000000000000000000000000000000, 0xdcca35c769f9f6e42179d3c463299531),
(0xc51a934505f75b93dcbfbdb9cb1fd94f, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x8aea3b201f2b9c35a602e2275191c60c),
(0xf6592a79e1599013a2aa492f43067102, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x1a8ca3203e2d26ba3ac1b945caea082b),
(0xde38a13127b75750f88a39c2d131b981, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide5.jpg', 0, 0x00000000000000000000000000000000, 0xe47070ee4f2cc56555a72f9489a5bab6),
(0x240f093ba64a4af0d01c2504f1e29ebf, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slider.jpg', 0, 0x00000000000000000000000000000000, 0xe590a07cbabd520671a24fd6df5cf26b),
(0x0a0fae619f35d9a61e30f4c33d50d99e, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x768d27bcb567643117181481ffe75ceb, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xcc6bb438255c889598320b6449339ac6),
(0x075a58c3a227dc6ea2e49263f701edbc, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide2.jpg', 0, 0x00000000000000000000000000000000, 0xdb7d9a9dfbd5de09d9439cc98c653b13),
(0xae8dc489bc591a2b10b715f81f3ec3a2, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x27825db70cdea9672d030e7fdd99fd69),
(0x1a20988d0624854a48b80094dbf5861a, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x031dff7944927b64caf9a7e3533dcdab),
(0x16ccdcd15e698fbc045579181d153271, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide5.jpg', 0, 0x00000000000000000000000000000000, 0x935872ea3f5130a4b6ade05362697f15),
(0x8aa587a4db27f85e874d2c2f154b9c8a, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide6.jpg', 0, 0x00000000000000000000000000000000, 0x5d662879f0f65d9cac955d8a3cdfb731);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xa5083c5907c16e083df98138a0d69277, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide7.jpg', 0, 0x00000000000000000000000000000000, 0x4ad405df2a536e12ffaa83f56abe8768),
(0xc52c03ee1d0538a3b3ae785b0dfd1c23, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/slider.jpg', 0, 0x00000000000000000000000000000000, 0x034caaaf5f5e217835f459ac6d0789d7),
(0x887b4ccca35074d9e54a692d5e5965bf, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x79303456e6594e5894264a7a4a11d877, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x0a075ed682a7f38b54ff677164e0170f),
(0x2baa5eefec0f471b4cd920b73f2e8193, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x3d06d1f8c3229934d98a3c00ef6dc89b),
(0x642c3e88cda0d17122c070ebab1787e3, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide3.jpg', 0, 0x00000000000000000000000000000000, 0xa77ccdc4c55518b0ff9e57b63683f1b7),
(0x5e1ac0aee6e02d3d0b5d217f186bbc90, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x048edec55e06ac1a7e7c0ca01ef41ebc),
(0x0d3f918306fbb30e636a7021bd6632a4, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide5.jpg', 0, 0x00000000000000000000000000000000, 0x38655318f0ea3f20d813c0916c4b50ea),
(0x2eabaf91a542c8848004ef09b4e30918, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide6.jpg', 0, 0x00000000000000000000000000000000, 0x1052262c48e4f67bad530e9f06478da0),
(0x5957b88e6fd11143a51fb79fd09d7729, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slider.jpg', 0, 0x00000000000000000000000000000000, 0x2b99836e406c9ec02a578179b82e4eea),
(0xe6f99222f512c1ac099c37e6fd3bb597, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x16d3f44f3652f89506e199a5e05275c2, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x3d06d1f8c3229934d98a3c00ef6dc89b),
(0x67ebd6e1a3ea360325bd71b6ff0c9222, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x0a075ed682a7f38b54ff677164e0170f),
(0xb1f7d9f7ed2d78d2970c5116fa088978, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide3.jpg', 0, 0x00000000000000000000000000000000, 0xa77ccdc4c55518b0ff9e57b63683f1b7),
(0x1332dce4a752902f266593cfd4527eb2, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x048edec55e06ac1a7e7c0ca01ef41ebc),
(0x9ed64931ac480c4ca3bb8c41de395933, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide5.jpg', 0, 0x00000000000000000000000000000000, 0x38655318f0ea3f20d813c0916c4b50ea),
(0x977c14b50df35cb89229e270636b8f30, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide6.jpg', 0, 0x00000000000000000000000000000000, 0x1052262c48e4f67bad530e9f06478da0),
(0xec420e23eb5af8a8e6155196c43da1c8, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slider.jpg', 0, 0x00000000000000000000000000000000, 0xc93e0ede3e8ee72404e0197c0e1ae444),
(0xe6c3f187bbb615dd79984b94ffcc4bf8, 'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x513391e39a2524b83195aa414441d2a2, 'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xe284853f56ae3c8a22d52155bfeaf0bc),
(0x46aec846e80b2b3a93302ffed529d9fe, 'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/slider.jpg', 0, 0x00000000000000000000000000000000, 0xe284853f56ae3c8a22d52155bfeaf0bc),
(0x08ec9436a37e7d70011454ecf8d1cbf1, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x4a7974ecca0c3c82ebac7340ed97256a, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xcecdfecfc7891392eda29821ac536e5c),
(0xcba79c63752fda29ecfe2fdc05f9c1f8, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x173afaa92e6808d66327a10915b1dbff),
(0xdd335a57b1881e4149acae9cd15cab80, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/slide3.jpg', 0, 0x00000000000000000000000000000000, 0xccacefa0da5e338e97c5765bf728bff1),
(0xf4251b5f312921c0c618353ca118459c, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x7ae16691875c08e743d47a565c76fe1e),
(0x1724c3eb92733c686a05facccfe0032f, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/slider.jpg', 0, 0x00000000000000000000000000000000, 0xcecdfecfc7891392eda29821ac536e5c),
(0xd59dbf3546917748ab016602edbe755d, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x54dfda7e06d5a06d87ac60f05175f77a, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x35d8cf4945289bc660ac462f6ead2054),
(0x03064c72b1ace7be9e03fd878547d4fa, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/slider.jpg', 0, 0x00000000000000000000000000000000, 0x35d8cf4945289bc660ac462f6ead2054),
(0xc9e1ceb8f026bc8387eb08262f1e30ad, 'wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x0dff561b8adb8d64d21c31dc08684a31, 'wp-content/plugins/revslider/admin/assets/imports/news-hero/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x35d8cf4945289bc660ac462f6ead2054),
(0xf3a7ea2195da9e5861845ded52bfd72f, 'wp-content/plugins/revslider/admin/assets/imports/news-hero/slider.jpg', 0, 0x00000000000000000000000000000000, 0x35d8cf4945289bc660ac462f6ead2054),
(0x22f5ca1a4e77b28fdbd73f54ee071804, 'wp-content/plugins/revslider/admin/assets/imports/news-video/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x88d971121eae3819ddc449c0d70c4932, 'wp-content/plugins/revslider/admin/assets/imports/news-video/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x26784e1b8b0df07e26feaef4bb273f68),
(0xfaa694eb4c8113570077d313a21884cd, 'wp-content/plugins/revslider/admin/assets/imports/news-video/slider.jpg', 0, 0x00000000000000000000000000000000, 0x26784e1b8b0df07e26feaef4bb273f68),
(0x06d552b2e678ed493a54baec2b6d3e2b, 'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x418162d0a5b9485f10fcd720cc023ec9, 'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xacbd9d3ff660d22953cd77da57e15fea),
(0x945df5b59b9ec584d19a580e4a62d2da, 'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/slider.jpg', 0, 0x00000000000000000000000000000000, 0xacbd9d3ff660d22953cd77da57e15fea),
(0x45d21f1c3ceae5ca82d0da0db6d0ac94, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x5963ed61946c1620be0828e9e69b14a3, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xa732551cea74134a23c6f6c8cfd7ab8c),
(0xb065f7ede67a389249d4982d739c8121, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x552a978082e89d8f57280a42f7a1aed4),
(0xb3b40de00445056616fadb9c2736165d, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x3752eaa40485966e13d4fd5a22d12f01),
(0x021d0df2ca81f6786bfafc3413ee8d0d, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide4.jpg', 0, 0x00000000000000000000000000000000, 0xe29442634ed6d7a3e3a076ad6ebc4afb),
(0xa8b761d9f72e11bca830b8d91b7d80f0, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide5.jpg', 0, 0x00000000000000000000000000000000, 0x255f3eb8a73e91b72b423fbd51086bca),
(0xc35d534c1e80549749c12c8c6e2df18c, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/slider.jpg', 0, 0x00000000000000000000000000000000, 0xa732551cea74134a23c6f6c8cfd7ab8c),
(0x649f668aaf9eb3a34cb8f79cfae9b54e, 'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x91f3f90931c865aead6ccf6655611101, 'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x4442bda3612c0f22829d61bcadb4603d),
(0x6fd171cef9f57fe58fe6181623eee8e8, 'wp-content/plugins/revslider/admin/assets/imports/photography/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xde9992d736c1098138cc77f21cb8c8a9, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x39e0a1d6acdbd89f1deb8e19b2a19fb7),
(0x80dcb2012ee089c937d5f3b7b8aad742, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide10.jpg', 0, 0x00000000000000000000000000000000, 0x37dafce682b0864b62bb3ddf1c1f0e90),
(0x2b838a8790e1f978daec09472b48ab63, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x560f366cb4bf1e20aed69c60b3d753ea),
(0xbdcca4335ccfb6f30ed188d8f2efaade, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide3.jpg', 0, 0x00000000000000000000000000000000, 0xc597511cc717ee3f975b3cd3ea6e15e2),
(0x5156ac6f468a89cefb7e59ae690c3651, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x0b6bd8e8fea8dcc555230d3a73f94706),
(0x24d5c9cfe47edfccae1afe8b2331081a, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide5.jpg', 0, 0x00000000000000000000000000000000, 0x1045bf2b8d25585f19e70471fe754fb1),
(0x1564ccc761e6bc2475380b1bd68a3e7c, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide6.jpg', 0, 0x00000000000000000000000000000000, 0xb28c9e914340ab50c44b5d4477ede22e),
(0xd7405bb44034e9ec5e7389a4c863bd4a, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide7.jpg', 0, 0x00000000000000000000000000000000, 0xc2af118efcb8a94a26763e71fbc4221d),
(0xd88885eb06e59810232b1732a4209383, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide8.jpg', 0, 0x00000000000000000000000000000000, 0xfca06401f4a9ccbcd0bf472945185180),
(0x254e6ea1cb4b8be0d123b8b527a25cb4, 'wp-content/plugins/revslider/admin/assets/imports/photography/slide9.jpg', 0, 0x00000000000000000000000000000000, 0xb5f3762d21bf6d3caf6f1d07d02f6b27),
(0x8effd381274e2a41300e2b6c7d8f89fa, 'wp-content/plugins/revslider/admin/assets/imports/photography/slider.jpg', 0, 0x00000000000000000000000000000000, 0x39e0a1d6acdbd89f1deb8e19b2a19fb7),
(0x380068d1b7736313e4294d157684062e, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x63e49ae3d6d4b4467841e022a9f03c0f, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x39e0a1d6acdbd89f1deb8e19b2a19fb7),
(0xb1a53f8287e6919b77d807308fc1e238, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide10.jpg', 0, 0x00000000000000000000000000000000, 0x37dafce682b0864b62bb3ddf1c1f0e90),
(0x606d58b1a07257fae423554582dc9e5d, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x560f366cb4bf1e20aed69c60b3d753ea),
(0x5c1dd06efdf7c5728959ee9c715fd22b, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide3.jpg', 0, 0x00000000000000000000000000000000, 0xc597511cc717ee3f975b3cd3ea6e15e2),
(0xdcd3bf21757b6663a4857210f0d2c57c, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x0b6bd8e8fea8dcc555230d3a73f94706),
(0x8570499f2f514fb5765ce2dcd94ca6be, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide5.jpg', 0, 0x00000000000000000000000000000000, 0x1045bf2b8d25585f19e70471fe754fb1),
(0xceb5945ba182da547483191c69e037c2, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide6.jpg', 0, 0x00000000000000000000000000000000, 0xb28c9e914340ab50c44b5d4477ede22e),
(0x49d7ab6f7a9ce6516bad32ea5ccaaed9, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide7.jpg', 0, 0x00000000000000000000000000000000, 0xc2af118efcb8a94a26763e71fbc4221d),
(0x179acf2831b933398ee699b8df9fc6d7, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide8.jpg', 0, 0x00000000000000000000000000000000, 0xfca06401f4a9ccbcd0bf472945185180),
(0x47682918529f0e352d1277e7b37ae5b2, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide9.jpg', 0, 0x00000000000000000000000000000000, 0xb5f3762d21bf6d3caf6f1d07d02f6b27),
(0x97601787ced4901bf9c3c20ee7382eb8, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slider.jpg', 0, 0x00000000000000000000000000000000, 0x08dca180379171b694a738043545761e),
(0x0e7a71082203054b4ed37325a5269117, 'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xb04f7d6ec8c0c1f5cfb573a0c0f0bb65, 'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x0727155842b8674b5b9b9b226204b34f),
(0x0c8caeb55b3e00c09e35e5d635422445, 'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/slider.jpg', 0, 0x00000000000000000000000000000000, 0x0727155842b8674b5b9b9b226204b34f),
(0x9d4d1a4d2a64fa666343f06adf37d7c4, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xcf10f32c8d58283b632589f688c63144, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x8abbcee46428a5bb5529d59694dd24af),
(0x0fc64839a7308a876e85ff9966b0085d, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide2.jpg', 0, 0x00000000000000000000000000000000, 0xbb1a68365ab5f296c69c7874069bd8a4),
(0xb6e1894d2f91fc6d99461c81fd8a7bba, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x1e43b73c0de7a706d15e6cba16cc0a31),
(0x02f1aa6694d80eeaa8f24d48a86a8a73, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x3f25183934aaee54f0a037aaaf55eab1),
(0x10ad5c337be50b926a8a98befb1b35c6, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide5.jpg', 0, 0x00000000000000000000000000000000, 0xd605c8aad47499fbf9b5ac6b1bbe24d4),
(0x3046bf9ac8ed4dbea90781870eb7112d, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide6.jpg', 0, 0x00000000000000000000000000000000, 0x59269e6a894c52517a335d7b6fcf10d6),
(0xcaac874c9e09a8288dc5b21a3d29b9f9, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide7.jpg', 0, 0x00000000000000000000000000000000, 0xec027e44737d3629f635fcda89dfbc81),
(0xe9080695349986373881eaa36523ba9b, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide8.jpg', 0, 0x00000000000000000000000000000000, 0x366d6c2245c39fd3aa9cb79dc4457f47),
(0xd5862cdeeda00fbd64e7c48c07c0207b, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide9.jpg', 0, 0x00000000000000000000000000000000, 0x01d979fe4dcee9ec447f67a23076c236),
(0x84f316966609bc1bf135bfc7c266e1b7, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slider.jpg', 0, 0x00000000000000000000000000000000, 0x48425fefdf89abfc151ea3131b3a9857),
(0xe6ade02faea1118f1db0a2cc56a3e6ad, 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd8cd8c634c8249e73400066f460b0323, 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x5827356a4ef3320db24ce1536af67f8c),
(0xaa05e24a3568e15bf1c7b5d38f79b8bd, 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x69a444b207c2628860eb2f00cec33b82),
(0x8987bfb87b00d313eeabef3e6f88eb34, 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x5f97fb2017f5ff1ec1f7924e76cf49c7),
(0xb8adfe83b91d51dce163259a67af8292, 'wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xc0941741fe52032997e897a4244b2a80, 'wp-content/plugins/revslider/admin/assets/imports/sportshero/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xe763bc028dc687da5fd35ca465c8fd80),
(0x63f6a198e5928b40a474d4a759f4e32c, 'wp-content/plugins/revslider/admin/assets/imports/sportshero/slider.jpg', 0, 0x00000000000000000000000000000000, 0xe763bc028dc687da5fd35ca465c8fd80),
(0x0a438acaa1aadb925d7a78afa2271524, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xeab69dac1a79087b35692bcced1c9c0a, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x5e72db0f4d4bc9b2a986555ce5226d6f),
(0x6d3a1e0ad42b73bdd6b32faaeaad2945, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/slide2.jpg', 0, 0x00000000000000000000000000000000, 0x9c410146574591ccf70cfb5ced781381),
(0x24d9efc840d1b816c0be4d7487d77c29, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x4b87df40739da5a6f72d12ffe68cf3af),
(0xfd7ceb0b13df06dd5bac02f0ad9da7d8, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x472b37c71db9665720cdad1f1b18b783),
(0x0658b8c5f9a18d854bef3eb60629b254, 'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x2e74c7d32671c83035207d92bd9c2bb7, 'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x6d9d0a8a564e8285ea616da7f5488205),
(0x29e21489393ad70634b358d390806602, 'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/slider.jpg', 0, 0x00000000000000000000000000000000, 0x6d9d0a8a564e8285ea616da7f5488205),
(0x36f6bb932212691188bb6e47b91ae5d8, 'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x3cffcabc12370c28b9fd008258d0dde1, 'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xb812762507c8507f4d027125cc67fac0),
(0xdb4651b109345e24a8fc6a0219fa0143, 'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/slider.jpg', 0, 0x00000000000000000000000000000000, 0xb812762507c8507f4d027125cc67fac0),
(0x6c58d59c1b33b12601eddcf115beb627, 'wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xbe0e5c1da84a4d1f9b08c0270bf33fbd, 'wp-content/plugins/revslider/admin/assets/imports/vimeohero/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x434b8ebae01e2a13999d031256bdaf55),
(0x26d03492ec565dc873f494d320066128, 'wp-content/plugins/revslider/admin/assets/imports/vimeohero/slider.jpg', 0, 0x00000000000000000000000000000000, 0x434b8ebae01e2a13999d031256bdaf55),
(0x623ecc637d647a425f5ea353782d0e62, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x7de39e188a8a11e0ae43989bc9ad8540, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xce0862645c13f1d544cf39949564530f),
(0x96341379afa4cab23126e7e8b821c883, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slide2.jpg', 0, 0x00000000000000000000000000000000, 0xa80e7b66a2689c95878ba230dcefe43c),
(0xe6413f3e5c696d64a6921d2b5ba8c256, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slide3.jpg', 0, 0x00000000000000000000000000000000, 0xe36888efa874d5964fb5ef32824f6c3a),
(0xca852daa8967cf43a4dfaa713d8b2035, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x6e9f91de36e0f126aa8333e5f260eb14),
(0x71b0773ae8a6f4980092e36f92e2fd22, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slider.jpg', 0, 0x00000000000000000000000000000000, 0xce0862645c13f1d544cf39949564530f),
(0xae67285d0d5bab99c692752cbceecd3e, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xa0e705d943d2072dff7aa3341c2c2a90, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xdace0ea363c247c5422ac57870038c75),
(0xabed09977e7665e05f73c0f25b655abe, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/slider.jpg', 0, 0x00000000000000000000000000000000, 0xdace0ea363c247c5422ac57870038c75),
(0x45616fd00d67f3eadcbc5ddb0c37ff58, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x4d3b5424e69582898ab77b8ff284a22d, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x095dfef6ee9d262875c9d8c570f88092),
(0x6273abc61158f26bcd1064be4bd96862, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/slider.jpg', 0, 0x00000000000000000000000000000000, 0x095dfef6ee9d262875c9d8c570f88092),
(0x02d77d8c5de0d8f08aee970685c2dcc2, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x1a9d679b2b3b80c1fa1f0320912fd58b, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x59cd45ef76f34c6841f8f20df1475468),
(0x363cf058cd06018b06fefb4dde4512ea, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd787e56be1c86d0228e9c1547cbe4bd7, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x1c68dd4a59af318dabf2f4836834c852),
(0xf5d61dc7b42e3b1b74bd54266c759c2f, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/slide2.jpg', 0, 0x00000000000000000000000000000000, 0xd2c1d13bfb29bb9a9bbec64901286099),
(0x4e88ba5bfd0d6afef8ac68f6d6ba116b, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/slide3.jpg', 0, 0x00000000000000000000000000000000, 0x8eef773e18fcc8ab73acbe618405eec1),
(0x522990236dcb6cba7a6fd27af2899475, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/slide4.jpg', 0, 0x00000000000000000000000000000000, 0x378bc291df0f28b7f1294db73da63716),
(0xf3bbafae60452e886a7496408a551cef, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/slider.jpg', 0, 0x00000000000000000000000000000000, 0x1c68dd4a59af318dabf2f4836834c852),
(0x015f317a08d4e61bb31b83ad2a6fbb3e, 'wp-content/plugins/revslider/admin/assets/imports/woobig/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xe1aaee24b9cbf0b655200e02692516fc, 'wp-content/plugins/revslider/admin/assets/imports/woobig/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x68e20efd0f8047f402b10396b0c2944c),
(0x9c7635a8ae8005b4c7c42da7814aa414, 'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x9e977f46422b8b0707c5d720e0b2cc38, 'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/slide1.jpg', 0, 0x00000000000000000000000000000000, 0x258ab46049f3fd6fb4136c34d669bd82),
(0x34db95f95984be93efa05bc5ab1b3c1d, 'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xfdb5c66f50f2087bf0927e37d8cc8f0c, 'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xea2d56e94bbf3993f7fe97d068ca140b),
(0x7a98ddce98ac8c0aab56398390732c77, 'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/slider.jpg', 0, 0x00000000000000000000000000000000, 0xea2d56e94bbf3993f7fe97d068ca140b),
(0x5fdf96d6b8b3fce9d75c0ca56f2b5b79, 'wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x983fda8f99dcd5fd48ddeb52e4abc325, 'wp-content/plugins/revslider/admin/assets/imports/youtubehero/slide1.jpg', 0, 0x00000000000000000000000000000000, 0xc465ccf005dccadeb31d419bee1964d2),
(0x8d0e1a7be905e46289cf4bd1d9b7d884, 'wp-content/plugins/revslider/admin/assets/imports/youtubehero/slider.jpg', 0, 0x00000000000000000000000000000000, 0xc465ccf005dccadeb31d419bee1964d2),
(0x906e5de47ce8081cbd7b20ecf5fa5157, 'wp-content/plugins/revslider/admin/assets/index.php', 0, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395),
(0x05fa93b0837666401e0f49ae3c96566c, 'wp-content/plugins/revslider/admin/assets/js/admin.js', 0, 0x00000000000000000000000000000000, 0xc6cba6b524a7c3b97a1206aeb323edc9),
(0xd288fe69526f65750aa4626300393597, 'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.css', 0, 0x00000000000000000000000000000000, 0xe3417a4d21c098485fc9e9a6af55d5e0),
(0xbf2c332877d552f3476f106b1c018a98, 'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js', 0, 0x00000000000000000000000000000000, 0x81682a84405442f32b7365b1d1a414f2),
(0x28582a020ca597f5ffeb2cc6dd457a05, 'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js', 0, 0x00000000000000000000000000000000, 0x66179d3c258cddc45929e0d22bffde5e),
(0x6d1384a40b076327578938cfa460175e, 'wp-content/plugins/revslider/admin/assets/js/codemirror/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x94d599b25db3c4380e40fae2b4d6288e, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js', 0, 0x00000000000000000000000000000000, 0xa379e22ef4f9da609b7a04503e4d1b75),
(0x80e9576ff5a6134695a24f31bc31514f, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.css', 0, 0x00000000000000000000000000000000, 0xb77cdba4fbece47b4924ed1861013c71),
(0x10a6908e42fb06d93ab8cdce27a872dc, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js', 0, 0x00000000000000000000000000000000, 0x1883f8872dfd4f75f08c17d055f32134),
(0xd99bf138bf5587a99a9f653dfcc80cbc, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js', 0, 0x00000000000000000000000000000000, 0xe673a41ba4f1540070f13b8ad86b4164),
(0x93219c8893d1ed8c736b0dcfceb89d27, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js', 0, 0x00000000000000000000000000000000, 0x6a8b25e8a084135c83d90b77258e9c64),
(0x42c006d639f015676cbcae06d00d9fb3, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x7683441d0044e89c12d4e298876ce755, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js', 0, 0x00000000000000000000000000000000, 0x2533dc0b779d154e8f3144ae1901a04d),
(0xa373b77b0ed2ad94d3c0c9e5f2470211, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js', 0, 0x00000000000000000000000000000000, 0xe9082cfbad2713724646c44e7afcf177),
(0x682b9bcc2b5c07e6ff6c06c2d85bbb8f, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js', 0, 0x00000000000000000000000000000000, 0x96ecd377fc615660e47a8d427857ddc1),
(0x34501e476787fb86b63a3ed10591b74f, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js', 0, 0x00000000000000000000000000000000, 0x35131d08d564597bc9f9548361ad3e2f),
(0x5a9077811416d1d9cba93edcd2f70ecf, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js', 0, 0x00000000000000000000000000000000, 0x240c5026842d9bce7fbdf4abc6088a6a),
(0x2495bb4760c05a54c1248f3641ec0437, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js', 0, 0x00000000000000000000000000000000, 0x061691a4eb0b93e8ef9f1dfa571995e7),
(0x5ad558aabc1d7e16b9e6d43a89516a73, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js', 0, 0x00000000000000000000000000000000, 0xa0efd2e9f150da30457624a3f7067947),
(0x0f728dca715edfefb593dc896344c042, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js', 0, 0x00000000000000000000000000000000, 0x5c5eb7d1f7b0193315b0128077e7c5e7),
(0x99901eb488a6235357bd4e5e60ae4f54, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js', 0, 0x00000000000000000000000000000000, 0xa0953841015f8567a90985a873429cf9),
(0x645c1a2bf0d1ee9afa976a2b9f690336, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js', 0, 0x00000000000000000000000000000000, 0xae64a29e4e6046b5dcbcddd6df2c35fa),
(0x7d286fbe02a748d08460fff693b52e3f, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.css', 0, 0x00000000000000000000000000000000, 0x55a5102f1b82825aa13530eb6f037d04),
(0x6d73e25aa1da472b81f21b498d01c738, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js', 0, 0x00000000000000000000000000000000, 0x53d28d8109faf1740c237a3eff1cafcb),
(0x0daec25e9988562f1a803728cc5a0ae1, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js', 0, 0x00000000000000000000000000000000, 0xa0561c068a9ed936aead92563a911d6d),
(0x3c31842b582cae8788fbe0eaf25509e8, 'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js', 0, 0x00000000000000000000000000000000, 0x4304a1cbddb1f976e42893f59de690a1),
(0xbced85f1908c7d7e653b216189879f95, 'wp-content/plugins/revslider/admin/assets/js/css_editor.js', 0, 0x00000000000000000000000000000000, 0xc5a3d9dad83d48b6b0bea5d2cf739c10),
(0xa52f11fe5375f9ec3afa6c075aedce1c, 'wp-content/plugins/revslider/admin/assets/js/edit_layers.js', 0, 0x00000000000000000000000000000000, 0x61ea4a21125e5a04030ad40696b8c367),
(0xe44fb2dde74ff0d2140d84737390f4cc, 'wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js', 0, 0x00000000000000000000000000000000, 0xae936692b3b28fb8bc1f201a96df2657),
(0x0acf06e787616b0dfc5bdcf6996da554, 'wp-content/plugins/revslider/admin/assets/js/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x480f538d47e3d576ac65beb049025e3a, 'wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js', 0, 0x00000000000000000000000000000000, 0x5a4f11bec90d01c15b537ccff6d9f1d7),
(0x9fb6bbc8d44165b82bf04dbf0c264192, 'wp-content/plugins/revslider/admin/assets/js/newvideo.js', 0, 0x00000000000000000000000000000000, 0x552b2e9071cce507447b6d76f999d7b0),
(0xac5e9e41f6e99ad6e4f28db2ffb4c72c, 'wp-content/plugins/revslider/admin/assets/js/oldvideo.js', 0, 0x00000000000000000000000000000000, 0xbcd22b4c1e6a1d93b0e80d6a0920996e),
(0xda7a3bc7704cb8220b63b5c51b3e38c8, 'wp-content/plugins/revslider/admin/assets/js/rev_admin.js', 0, 0x00000000000000000000000000000000, 0xab0bfdf35dfb08bfed231730c58af5b3),
(0xc5292b1a3f2d97d585eaafae8478e225, 'wp-content/plugins/revslider/admin/assets/js/settings.js', 0, 0x00000000000000000000000000000000, 0x5601be15ce3f50ababe1ecb367d8de7e),
(0x2aeac568e0437d73c9500af09e89afe3, 'wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js', 0, 0x00000000000000000000000000000000, 0x8f8200a61997ba58bd77d2399f382067),
(0x9b29ef6fa4d7e2dac051c28e1c919f06, 'wp-content/plugins/revslider/admin/assets/js/vc.js', 0, 0x00000000000000000000000000000000, 0xade42f3ace2df27ceb9b349327435bef),
(0x15b5425f2ec1a74a12f6c114dedaa3e3, 'wp-content/plugins/revslider/admin/index.php', 0, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395),
(0x29c7bf2eb402235358780c41ed4fb591, 'wp-content/plugins/revslider/admin/revslider-admin.class.php', 0, 0x00000000000000000000000000000000, 0x4a0b0b5d2c97d2b4c6786ff9a43041f9),
(0xa698533f10be73c69bbad9fcd7ede38a, 'wp-content/plugins/revslider/admin/views/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xecfd5b65bc51c4907ae36dc0e0d665fd, 'wp-content/plugins/revslider/admin/views/master-view.php', 0, 0x00000000000000000000000000000000, 0x91e3c6b9ee671d75254ed23cf62e7cf8),
(0x08a5f65f0517741dc0ce242be212294a, 'wp-content/plugins/revslider/admin/views/navigation-editor.php', 0, 0x00000000000000000000000000000000, 0x7a35feecca3f9095ea0d611e1da28f03),
(0x69595167a61156fd02bd202f63090d82, 'wp-content/plugins/revslider/admin/views/slide-editor.php', 0, 0x00000000000000000000000000000000, 0x9f8b6c9fc4366ed359055226490d882a),
(0xab8b83e35eda54dfe73511d3e66a2da1, 'wp-content/plugins/revslider/admin/views/slide-overview.php', 0, 0x00000000000000000000000000000000, 0xe78533d8e5a366a016718305641f4399),
(0x8a56577370369fae3f939e350ffa5cc5, 'wp-content/plugins/revslider/admin/views/slider-editor.php', 0, 0x00000000000000000000000000000000, 0x58a77c0309bd6d6cb1bd2eb39cf645e8),
(0x12e6ceb7367cd86676e589a4537e495e, 'wp-content/plugins/revslider/admin/views/slider-overview.php', 0, 0x00000000000000000000000000000000, 0xd827f640e92459463c96956ef398eb10),
(0x8c40f871faf5e21a9d553b58e6f75876, 'wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php', 0, 0x00000000000000000000000000000000, 0xd6e5885ed8d9778344c814bd0406dc6f),
(0xbdf07ec601142b45cf5ebbb8b33b8a64, 'wp-content/plugins/revslider/admin/views/system/dialog-global-settings.php', 0, 0x00000000000000000000000000000000, 0xae693aff1e645946fb44b528ae417ece),
(0xea18c82c9b790f73d1bce5c3871ceebd, 'wp-content/plugins/revslider/admin/views/system/dialog-video.php', 0, 0x00000000000000000000000000000000, 0x367ff42aaf12e3f18f807284cc222f2e),
(0x4624bad2954373d4e008804cc0c63027, 'wp-content/plugins/revslider/admin/views/system/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xfd3caceb3c5b0b6e5c7086eb0f308d0f, 'wp-content/plugins/revslider/admin/views/system/validation.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xf91ba0c31ce00022b78a3d2aa54c1bdd, 'wp-content/plugins/revslider/admin/views/templates/create-slider.php', 0, 0x00000000000000000000000000000000, 0x3ccd4083d279d4b0cbdfb42aa5cfa41d),
(0xe820e7554c74473845f7d68d4e368413, 'wp-content/plugins/revslider/admin/views/templates/edit-slider.php', 0, 0x00000000000000000000000000000000, 0x601bd44464161207cddbd593dd1e2990),
(0x70128f83d5f3b884ec4c0c7eb5d3cbac, 'wp-content/plugins/revslider/admin/views/templates/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x13b1268479968f4ee6389d272591d061, 'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php', 0, 0x00000000000000000000000000000000, 0x02fe8b3030d351eb26de541f7a0b04ff),
(0x4710e22893acff78b2ea150a5e8002ae, 'wp-content/plugins/revslider/admin/views/templates/slide-selector.php', 0, 0x00000000000000000000000000000000, 0x003761066df3f6f0e611cdd0f007dd1c),
(0xea6e7c323b0f251fe3e2df093dc567a0, 'wp-content/plugins/revslider/admin/views/templates/slide-stage.php', 0, 0x00000000000000000000000000000000, 0x781597fb4c9f15fa9cc5a9c79b3c3c41),
(0x8a7a5aaa4a35da71d2561bd605074d2d, 'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php', 0, 0x00000000000000000000000000000000, 0x7654ed517040d3f34c3950e29f3de28c),
(0xb54bf158d3e0ca18e2dd0a0efdad3efa, 'wp-content/plugins/revslider/admin/views/templates/sliders-list.php', 0, 0x00000000000000000000000000000000, 0xd665c3a3540f84962f600e318684a4da),
(0x0d381d3d2544b5d9284321b4e06da2b7, 'wp-content/plugins/revslider/admin/views/templates/slides-list.php', 0, 0x00000000000000000000000000000000, 0xb542fff26aa125e834d2a550560fae00),
(0xaef33c738ef80f0dbbf3cd270297ac05, 'wp-content/plugins/revslider/admin/views/templates/slides.php', 0, 0x00000000000000000000000000000000, 0x7c291e9e527f646aef2cfd37d6d56a6e),
(0x42db805c7b5e23e956ce172d9407eceb, 'wp-content/plugins/revslider/admin/views/templates/template-selector.php', 0, 0x00000000000000000000000000000000, 0x515d1e8cfc9e7b0b20101018c42f6662),
(0x0701d9106bfaddc6b84aff339e504b34, 'wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php', 0, 0x00000000000000000000000000000000, 0xad3fe274b062881951daa5698ec36545),
(0x050542aae65072986666d61d83433505, 'wp-content/plugins/revslider/admin/views/templates/wpml-selector.php', 0, 0x00000000000000000000000000000000, 0xf88ee19d91668ff53f27b3112cdc93c3),
(0xc4227c7f421b6105c3d8eb443de24866, 'wp-content/plugins/revslider/backup/captions-original.css', 0, 0x00000000000000000000000000000000, 0x7a65ff5a76f6daed83bd54721366c4c1),
(0xdb52d0846cd089290baca5c3875e3ff0, 'wp-content/plugins/revslider/backup/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd885d19001594d2c88a6777450df8882, 'wp-content/plugins/revslider/includes/extension.class.php', 0, 0x00000000000000000000000000000000, 0xc435655acf400fff1d7e40cfe3570630),
(0x2b81b58f4ea7a7456a50e25dd02fa785, 'wp-content/plugins/revslider/includes/external-sources.class.php', 0, 0x00000000000000000000000000000000, 0xcc7915b2f3cc799b72e6ef2f8831b9ab),
(0x01318448a74df7f46723124b3a21e2c5, 'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php', 0, 0x00000000000000000000000000000000, 0xb6ab2e8773e68ec9f4c3aa5c98db96bf),
(0x27ba117543b3ce2a18d8fdae65026c07, 'wp-content/plugins/revslider/includes/framework/base-admin.class.php', 0, 0x00000000000000000000000000000000, 0x48efdc4b49b70892c06cce48afbe67d2),
(0x75bd7070b7404b71c0288a6fdb940b3a, 'wp-content/plugins/revslider/includes/framework/base-front.class.php', 0, 0x00000000000000000000000000000000, 0x052acd746e0438dea7c248fb09152cc5),
(0x9ab844c6a2c558065c8712ec62478a13, 'wp-content/plugins/revslider/includes/framework/base.class.php', 0, 0x00000000000000000000000000000000, 0x908a5f6ebd35bdce00cc50c2fa27359c),
(0x429a3d7ca6bfbf6128a4fe6a54439986, 'wp-content/plugins/revslider/includes/framework/cssparser.class.php', 0, 0x00000000000000000000000000000000, 0xb6ff7813a3774ba6a66f5deb58eec5ac),
(0x6bb026b5887f8ce7d4f3d6bfb0362bf4, 'wp-content/plugins/revslider/includes/framework/db.class.php', 0, 0x00000000000000000000000000000000, 0x725e704ee04a2e1ee1db5a299ef5a18d),
(0x159dd91de96bca4b200c7e05526da818, 'wp-content/plugins/revslider/includes/framework/elements-base.class.php', 0, 0x00000000000000000000000000000000, 0x0f7ebe4e027de4638c09dfcc88370ae3),
(0xf65f27fdf12683f0be3707eeb12cebe5, 'wp-content/plugins/revslider/includes/framework/em-integration.class.php', 0, 0x00000000000000000000000000000000, 0xc6367b0e7fc18d021319ee7a5fbcb814),
(0x80c1f932a0a6bb6c5dac7784446e4d48, 'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php', 0, 0x00000000000000000000000000000000, 0x2d0676f96846029ed5c691ec62ad5d93),
(0x82121d9a11c6327ba139542c57252147, 'wp-content/plugins/revslider/includes/framework/functions.class.php', 0, 0x00000000000000000000000000000000, 0x2db4ab9c0537ef64ba68d8626b6afd38),
(0xc9308f07e9bbfb0732a4743ab8bed9ac, 'wp-content/plugins/revslider/includes/framework/include-framework.php', 0, 0x00000000000000000000000000000000, 0x7cb43b97bcb202e5ba36fa96d9dffe59),
(0xe2422b30f59af9c844468112d44fe09a, 'wp-content/plugins/revslider/includes/framework/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x75d733ceccf3fc050520e7cba098cd01, 'wp-content/plugins/revslider/includes/framework/newsletter.class.php', 0, 0x00000000000000000000000000000000, 0xfb755ac4886f6db0e54281b16b2a6158),
(0x466e25c696f89ec77c7dc95538922160, 'wp-content/plugins/revslider/includes/framework/plugin-update.class.php', 0, 0x00000000000000000000000000000000, 0x1e33211f831fd5382be0a47d0eb39b99),
(0xc41c7fc18e8e467550c9a655c7687cc0, 'wp-content/plugins/revslider/includes/framework/update.class.php', 0, 0x00000000000000000000000000000000, 0x08f32ff6d5fd4cd981c5ebd7777e3020),
(0x1eb6caa8cf7cea5e36cab9b9956a597d, 'wp-content/plugins/revslider/includes/framework/woocommerce.class.php', 0, 0x00000000000000000000000000000000, 0xd6bb449a686b041bf549604becd32031),
(0x4ae2aa4b40f83af4b3914a70446ffedb, 'wp-content/plugins/revslider/includes/framework/wpml.class.php', 0, 0x00000000000000000000000000000000, 0xe31733e080abaaa3155f2edd375a9981),
(0x22a254d12a5751380979dd486be306e5, 'wp-content/plugins/revslider/includes/globals.class.php', 0, 0x00000000000000000000000000000000, 0xd9f649bb362946c558e3d0c089c197df),
(0xe5bbe8c9dc826c8ccfca082a78264552, 'wp-content/plugins/revslider/includes/googlefonts.php', 0, 0x00000000000000000000000000000000, 0x972702f7b4b9931d1ce0d55b313e9840),
(0x8480ab69bcf20ab43d91d12bce69b7ca, 'wp-content/plugins/revslider/includes/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xdf1749cd18fadd0622942bf4c5c10b9d, 'wp-content/plugins/revslider/includes/navigation.class.php', 0, 0x00000000000000000000000000000000, 0x10b75f1e65c6ad3bd27c3b5a781642c6),
(0xb54110a9abdafbe91feee31b7da8b2c9, 'wp-content/plugins/revslider/includes/operations.class.php', 0, 0x00000000000000000000000000000000, 0xfc5ccba3706d99fb7ce4f538ba743000),
(0x2a12fd0ff60f278b828bda0d4f82d633, 'wp-content/plugins/revslider/includes/output.class.php', 0, 0x00000000000000000000000000000000, 0x405986541af82d2376e72c5c93526a82),
(0xb3b1b535c72b7d8a100c3b81fc26c21c, 'wp-content/plugins/revslider/includes/slide.class.php', 0, 0x00000000000000000000000000000000, 0xbced0e46bec97133d40bada80cb8d050),
(0x557e0f5785aae1581776fc5f23329ffc, 'wp-content/plugins/revslider/includes/slider.class.php', 0, 0x00000000000000000000000000000000, 0xa822614fb80c51bdad0368dac56616e3),
(0xcf6378803eb5db6ab2da6895c9495605, 'wp-content/plugins/revslider/includes/template.class.php', 0, 0x00000000000000000000000000000000, 0xb88401761b40527dda8901e15155167a),
(0x35f47f02848f82d1a5071ce562a721bf, 'wp-content/plugins/revslider/includes/tinybox.class.php', 0, 0x00000000000000000000000000000000, 0x8981a938d2d3616e2f8bdbc026d63bfa),
(0x19c2139ff59978d6b09c23d9b234fedd, 'wp-content/plugins/revslider/includes/widget.class.php', 0, 0x00000000000000000000000000000000, 0x404b6d001d5d65e0afafaf03c7e97320),
(0x476ca188aff5108f3e4712efe2b0ce9a, 'wp-content/plugins/revslider/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x36da3b23091e02d8fa0f256c2bf9beb4, 'wp-content/plugins/revslider/languages/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xe8b106755a05b600f25b3b4074ccbeea, 'wp-content/plugins/revslider/languages/revslider-de_DE.mo', 0, 0x00000000000000000000000000000000, 0xaf2fadbe1a5d9ae22addf99a3c2df0ef),
(0x897357a96857b3ac972f716dca5da550, 'wp-content/plugins/revslider/languages/revslider-de_DE.po', 0, 0x00000000000000000000000000000000, 0xcf5afb0c9e08ac1283e09dc77d030162),
(0xa184d5d08b87a37de2ee9dc9cd1760e3, 'wp-content/plugins/revslider/languages/revslider-en_US.mo', 0, 0x00000000000000000000000000000000, 0x156778c64dd775b51067cafb5e0fab11),
(0x572e2a89032a26ef82f49dd235cea608, 'wp-content/plugins/revslider/languages/revslider-en_US.po', 0, 0x00000000000000000000000000000000, 0x5c351b7a512d556245bd46bd7c51303f),
(0x1efaa27fec13cc9ac6a4fcf7a5f2a96c, 'wp-content/plugins/revslider/languages/revslider-hu_HU.mo', 0, 0x00000000000000000000000000000000, 0xe91a4735cc1a5fbaf6f922c6743f2758),
(0x31d1803d2914d6cb4f85a51ff4b9a265, 'wp-content/plugins/revslider/languages/revslider-hu_HU.po', 0, 0x00000000000000000000000000000000, 0xfd3b48668ab6a2d665f6e5f969673d45),
(0x5bad8d02a03d11b5da857d97a06da3ff, 'wp-content/plugins/revslider/languages/revslider-it_IT.mo', 0, 0x00000000000000000000000000000000, 0x933c06ed4d232472f9c213068346b041),
(0xd185fe66b1807a24e241401962405c06, 'wp-content/plugins/revslider/languages/revslider-it_IT.po', 0, 0x00000000000000000000000000000000, 0x196cb6c14a83af3f50f57c2567f6c9e5),
(0x24a21a0f85b8515982c25aa57a3e7f93, 'wp-content/plugins/revslider/languages/revslider-pl_PL.mo', 0, 0x00000000000000000000000000000000, 0x2c2c5d91a6308042d107d9c983016922),
(0xe2352f513361677cda8236ee4c3c8b0c, 'wp-content/plugins/revslider/languages/revslider-pl_PL.po', 0, 0x00000000000000000000000000000000, 0x6f17905f6a7625330e874fc2448eade6),
(0x917b8c87687001aa89832a9fc15fc5f1, 'wp-content/plugins/revslider/languages/revslider-ru_RU.mo', 0, 0x00000000000000000000000000000000, 0xc7c6e473a85dabb92d998913e007e1f7),
(0x4a9c8677c011642582e596cdd5b51c58, 'wp-content/plugins/revslider/languages/revslider-ru_RU.po', 0, 0x00000000000000000000000000000000, 0x742513ec9c12d57c883e69f353b7ca4a),
(0x3173ceffcdac88fe1dfc037356d8a4b5, 'wp-content/plugins/revslider/languages/revslider-zh_CN.mo', 0, 0x00000000000000000000000000000000, 0x736a5382c2b7c8545e4d81b6ffffb499),
(0x583d3ab7937f3b16ff150635fba377e8, 'wp-content/plugins/revslider/languages/revslider-zh_CN.po', 0, 0x00000000000000000000000000000000, 0x9d2ae82a9bca6bfc4f706a3154735c03),
(0x3dee179dffb5db3dc309a6c282929973, 'wp-content/plugins/revslider/languages/revslider.pot', 0, 0x00000000000000000000000000000000, 0x22b9fd74c1f329e4d4183f228e011780),
(0x9e5ad299de55a9538f50078a4bc68c2e, 'wp-content/plugins/revslider/public/assets/assets/coloredbg.png', 0, 0x00000000000000000000000000000000, 0x397e5bd80bc0fe4e18c1837deead5e72),
(0x0a4825cbbd36169b1bbbd648326247c1, 'wp-content/plugins/revslider/public/assets/assets/gridtile.png', 0, 0x00000000000000000000000000000000, 0xbdc21cc00e9290a24aef7b34a0377dc4),
(0x1b7cb6d3afa1a81dc4efcbbcc719a9b3, 'wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png', 0, 0x00000000000000000000000000000000, 0x32962e55384eb5f08af6d123119f98cf),
(0xfba3485032b7d9da811ae1150e435b01, 'wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png', 0, 0x00000000000000000000000000000000, 0x678700e6b8d760b9990e3289611d60e3),
(0x45a52e150739723662262c1cd07c0957, 'wp-content/plugins/revslider/public/assets/assets/gridtile_white.png', 0, 0x00000000000000000000000000000000, 0x969259228d87828935939c20a884fc24),
(0x86acb42ad712655aa66bfe56b7dec97b, 'wp-content/plugins/revslider/public/assets/assets/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xca27401537b717425ba2f686d4c9d031, 'wp-content/plugins/revslider/public/assets/assets/loader.gif', 0, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04),
(0x2a25e5bdf36809e83ee6d489a6d409e7, 'wp-content/plugins/revslider/public/assets/assets/sources/fb.png', 0, 0x00000000000000000000000000000000, 0x1a36f7f2e9d6b99840dce102bfbfcf49),
(0x2e5f8921045436881d21611defea3e20, 'wp-content/plugins/revslider/public/assets/assets/sources/fr.png', 0, 0x00000000000000000000000000000000, 0x68f873940f3d3b1c24f6b91ff93c131e),
(0x458a1848916c19c1542449772effe926, 'wp-content/plugins/revslider/public/assets/assets/sources/ig.png', 0, 0x00000000000000000000000000000000, 0x7b6561d521abb3d81fa29a5bb9159d41),
(0x454c062fa3d293131a97c45b83a9a5c7, 'wp-content/plugins/revslider/public/assets/assets/sources/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xa0b60a418d376e151e79cd5918f3ab7e, 'wp-content/plugins/revslider/public/assets/assets/sources/post.png', 0, 0x00000000000000000000000000000000, 0x0b7b630603720d4d873cf0d55c35d9d3),
(0x268bc54a403ff50874dcdb4bdb57b58e, 'wp-content/plugins/revslider/public/assets/assets/sources/revolution_slide1.png', 0, 0x00000000000000000000000000000000, 0xabdf23e29902535c64859f5c3e1e15ae),
(0x53df4db0bc3c5e343e105fefb79b495c, 'wp-content/plugins/revslider/public/assets/assets/sources/revolution_slide2.png', 0, 0x00000000000000000000000000000000, 0x3712285dca890b22e2f45a16b0fd6afe),
(0x636cf659a0f21d2bdf790571adce8aae, 'wp-content/plugins/revslider/public/assets/assets/sources/tw.png', 0, 0x00000000000000000000000000000000, 0x490d4640fbe07aa3cbbe339955ac116e),
(0x82ca7d5f95af87a0e0e794208f4c6779, 'wp-content/plugins/revslider/public/assets/assets/sources/vm.png', 0, 0x00000000000000000000000000000000, 0xccd38a1e49a8f49ddd3773562b4765d5),
(0x0642dcc34d53658ef54778c37cf686f0, 'wp-content/plugins/revslider/public/assets/assets/sources/wc.png', 0, 0x00000000000000000000000000000000, 0xc383e20f22e69ec878ef7cc47e0664c2),
(0xc3594cdbb80b59177b84aa8436a3b3ec, 'wp-content/plugins/revslider/public/assets/assets/sources/yt.png', 0, 0x00000000000000000000000000000000, 0xecd30f912c0de277c54222c72bc5e1ec),
(0xb3ae2e56a9b58c49012ed816b2416c42, 'wp-content/plugins/revslider/public/assets/css/closedhand.cur', 0, 0x00000000000000000000000000000000, 0xa8c874b93b3d848f39a71260c57e3863),
(0x4a636ed961cd6ac8e434d09f10206fdc, 'wp-content/plugins/revslider/public/assets/css/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xfd9a04e07054bb7660b61f4edfcff6e1, 'wp-content/plugins/revslider/public/assets/css/openhand.cur', 0, 0x00000000000000000000000000000000, 0xb06c243f534d9c5461d16528156cd5a8),
(0x316f227baad51bfc68a6294c787ec413, 'wp-content/plugins/revslider/public/assets/css/settings.css', 0, 0x00000000000000000000000000000000, 0x41f6538a3ccff03b1b36a5ed12a0cc3a),
(0x0609f65c2e23043eb68a80e47af6f483, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/font-awesome.css', 0, 0x00000000000000000000000000000000, 0xedc82065d98abff1b35d202ca06e370c),
(0x74baa9d493428971af6d48fcc4b23d17, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/font-awesome.min.css', 0, 0x00000000000000000000000000000000, 0xdb3b59cc88cadbf6076b5a6cbd4e7d2a),
(0x2cdec22eb38f13b9e29ff5fcfe871cfa, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/FontAwesome.otf', 0, 0x00000000000000000000000000000000, 0x87d8ca3ddc57e7d2da6226e480f90457),
(0xdb98f5da205a7721624fd3225df447be, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot', 0, 0x00000000000000000000000000000000, 0x32400f4e08932a94d8bfd2422702c446),
(0xda47acf03eeeba8d4473f1a1c8a41f00, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg', 0, 0x00000000000000000000000000000000, 0xf775f9cca88e21d45bebe185b27c0e5b),
(0xd259be93366608c16369782deb72496a, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xa3de2170e4e9df77161ea5d3f31b2668),
(0x75295de34973581c5111a9f0d0982cca, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff', 0, 0x00000000000000000000000000000000, 0xa35720c2fed2c7f043bc7e4ffb45e073),
(0xe7b33270e6295edb33e67c54d83f1ece, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2', 0, 0x00000000000000000000000000000000, 0xdb812d8a70a4e88e888744c1c9a27e89),
(0x05302705aafc60fb0ce163c0325fcf13, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x96edd6b5c8ab58bc85377163e21a863e, 'wp-content/plugins/revslider/public/assets/fonts/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x93f2a4a565aa682a38f74df02ebcceb9, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/helper.css', 0, 0x00000000000000000000000000000000, 0x90b5a0d5b6499dfbc25fe868533b2b3b),
(0x1230eb86d2e0719f40d447366b9fc6d5, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x18acedc6a18057b2fb6856801ed0a055, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css', 0, 0x00000000000000000000000000000000, 0xbef1263df0f939c21c4810509b7f268e),
(0x07408e6cc9bc90b629116e3b65d0616c, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot', 0, 0x00000000000000000000000000000000, 0x71394c0c7ad6c1e7d5c77e8ac292fba5),
(0xce31344a063ce26ff16b58f7d46a90e3, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg', 0, 0x00000000000000000000000000000000, 0xdedf26989fdd78c33cb9ae664a604d6c),
(0xf6adc6efc31fa502798a0edeabf2dced, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf', 0, 0x00000000000000000000000000000000, 0x01798bc13e33afc36a52f2826638d386),
(0x8c1d5e18da0400caf7bba819b0f0fae5, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff', 0, 0x00000000000000000000000000000000, 0xb38ef310874bdd008ac14ef3db939032),
(0xcf4b169b088d1fb35873533ed9face64, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x551a44d1c8abeabcce83d03c5baa9d80, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xe7c0f7c393babf5dc99aca648251eb76, 'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x165a122fa90f587e64c935b879ecca5b, 'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot', 0, 0x00000000000000000000000000000000, 0x2feb69ccb596730c72920c6ba3e37ef8),
(0xd560e83c3656debe0980c1fe8d397bca, 'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg', 0, 0x00000000000000000000000000000000, 0x1142a254da20b59e7d10ac39e78c4fbf),
(0x112f2d71ec1f52ea53377486c90404ff, 'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf', 0, 0x00000000000000000000000000000000, 0x17629a5dfe0d3c3946cf401e1895f091),
(0x2c3f8b1d11a667cca2d307e5dadfaf7f, 'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff', 0, 0x00000000000000000000000000000000, 0x04eb8fc57f27498e5ae37523e3bfb2c7),
(0x3cb1d72aa13125c947c9abebd9563929, 'wp-content/plugins/revslider/public/assets/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x612602d886ffc636bdd18459ef2685a6, 'wp-content/plugins/revslider/public/assets/info.cfg', 0, 0x00000000000000000000000000000000, 0x12c7034ae4ccaca6a157387d4bd77c33),
(0x6522a45953f74feb2da91d2ed1a909cd, 'wp-content/plugins/revslider/public/assets/js/extensions/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x29221357ec257831de6534d0774fb650, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js', 0, 0x00000000000000000000000000000000, 0x651b05d9124aeccbf2992fbfbe58e520),
(0x6cca4ab955260c020dea53cf8f88cf49, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js', 0, 0x00000000000000000000000000000000, 0x7799c076398bbc16d26a067bf6692e54),
(0x15e7207d4b1093aea0324e85f81adcc4, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js', 0, 0x00000000000000000000000000000000, 0x2af3650e079ea088f7467879470e0d8d),
(0xc24a7090845d9c762313928bd727d021, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js', 0, 0x00000000000000000000000000000000, 0xc0fa89005229d680839d5e2039ef1e56),
(0x1046ea3f2c03e790dac565b23439b237, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js', 0, 0x00000000000000000000000000000000, 0xd01dd682b2b1c47e8975c74d5bdd768b),
(0xf2556accfacd49024dccc2f17b7b2191, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js', 0, 0x00000000000000000000000000000000, 0xcbe72321ea7f9ac0c3ff7c54de0e0586),
(0x1e0a44b226f5c142609aa9f108e27d85, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js', 0, 0x00000000000000000000000000000000, 0x23952e9fe8e48a8b299373f8480c5799),
(0xea4835281449782679babdf5c096a41b, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js', 0, 0x00000000000000000000000000000000, 0xf5e89ee0d380ff74e5747cbf0faf4fd4),
(0x85a76ddf6de9acf7864b37e6fd81776b, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min copy.js', 0, 0x00000000000000000000000000000000, 0x73e84260bb63ddb19e44b69ef1634855),
(0xa5790b923a3429a289d4021f2e798cf9, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js', 0, 0x00000000000000000000000000000000, 0xb502d4d272d1d45be88ad4c5dc1b9391),
(0x35e114d063bf4e6ea2a1dbc2add75783, 'wp-content/plugins/revslider/public/assets/js/extensions/source/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xf5a4ce4571e64f6ccdb15b717b2c786b, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.actions.js', 0, 0x00000000000000000000000000000000, 0x70ae23db36b85d306807240dca64e31e),
(0x957a2c743c85930f041be148bb2576f2, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.carousel.js', 0, 0x00000000000000000000000000000000, 0x91c1a987684b490fb21467792f39be28),
(0xaeeb077fa2aa6940c9f5a57e89333ebd, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.kenburn.js', 0, 0x00000000000000000000000000000000, 0x7f479ecfa01035d8046a769d48af064a),
(0x9c4280641f8e1205d57b00291bb73fcd, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.layeranimation.js', 0, 0x00000000000000000000000000000000, 0x2fbf30c3d7f8c71a2d4365654efda6ee),
(0xcdaaac1913742dcbcbe31bcd1157e8a0, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.migration.js', 0, 0x00000000000000000000000000000000, 0xe3c7e003a510c7cd3dd33b0c3f5a34be),
(0xf665e645c27d8192791b299389779257, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.navigation.js', 0, 0x00000000000000000000000000000000, 0xc0390be34844d688f50ee8716f91e719),
(0x48568b5c8f70c71727178d98754c930a, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.parallax.js', 0, 0x00000000000000000000000000000000, 0x187146986420a22d5a4f67d6988d230e),
(0x6bc14d13fbce781ea1f1aaa04973558f, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.slideanims.js', 0, 0x00000000000000000000000000000000, 0xc2daf9f1959cfcf0f87733bf0ff281fe),
(0xf329436f890d9c2bf98de2bec9716861, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.video.js', 0, 0x00000000000000000000000000000000, 0x8d86f0ff8abea1378978bbc15d0f0b1a),
(0xd90a68c50307e2b9d56ae8666d383a63, 'wp-content/plugins/revslider/public/assets/js/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x11823e1073be8d30b0609d5bb34bd42c, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js', 0, 0x00000000000000000000000000000000, 0xf846c7bfef1815dc6f91c9c392336b9e),
(0x5ae2dba0318f5e07f9ae31510eaa5b9e, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js', 0, 0x00000000000000000000000000000000, 0xc6ecd8ad32960082375110d0c9c92522),
(0x749b089a692f59e324bbefc58512ceb2, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js', 0, 0x00000000000000000000000000000000, 0x02f01e5f656eaec82f39104318a86559),
(0xbad56848ae783117a5b8959698886ebd, 'wp-content/plugins/revslider/public/assets/js/source/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xf6de8735ea3f3e375dc096aa53eff1ed, 'wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.enablelog.js', 0, 0x00000000000000000000000000000000, 0xf846c7bfef1815dc6f91c9c392336b9e),
(0x2d69b720f47406153608827b6c332fac, 'wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.revolution.js', 0, 0x00000000000000000000000000000000, 0x00a6f1c846b06730611c5d5a747c69cf),
(0x8e940d9b42611aad8846444d1bcd9f35, 'wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.tools.min.js', 0, 0x00000000000000000000000000000000, 0x2a0f2f15a27bf041c89795596899b05a),
(0x6c8096d0341201aed4ee5a5ce3a81558, 'wp-content/plugins/revslider/public/index.php', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xaa5477c3109deacd940a34c393d73086, 'wp-content/plugins/revslider/public/revslider-front.class.php', 0, 0x00000000000000000000000000000000, 0xd9cfb5a4cfa8a226c2b0482fdadd543a),
(0x4f175cd529ea18983307f50ba0503534, 'wp-content/plugins/revslider/release_log.html', 0, 0x00000000000000000000000000000000, 0x1d388a1f4baf6ccb211935ab657ed2ae),
(0x9266b4d9327c62073592d7d6a4f4cf1c, 'wp-content/plugins/revslider/revslider.php', 0, 0x00000000000000000000000000000000, 0x09ca438d048a718be572388df9a9463a),
(0xbbca36cb1af82369573f54fdf2e53dc2, 'wp-content/plugins/revslider/uninstall.php', 0, 0x00000000000000000000000000000000, 0x5d99e0dc73febf6c3968cec36a255fd7),
(0x51bba3bf2bd66e17f263794153f678bb, 'wp-content/plugins/symple-shortcodes/.DS_Store', 0, 0x00000000000000000000000000000000, 0xcdb791954986d5c587fb5e841f057cec),
(0x009a7f77138609c43532c162e8d33e20, 'wp-content/plugins/symple-shortcodes/inc/.DS_Store', 0, 0x00000000000000000000000000000000, 0x194577a7e20bdcc7afbb718f502c134c),
(0x11c9cad7ace5c27d4f81880f9bfc6d67, 'wp-content/plugins/symple-shortcodes/inc/commons.php', 0, 0x00000000000000000000000000000000, 0x6643739de496a73058db1c7df964f2c3),
(0x30b9b0761ea515444dccb6da70e0c87e, 'wp-content/plugins/symple-shortcodes/inc/image-resizer.php', 0, 0x00000000000000000000000000000000, 0xc84d4531b3df26ad5123fac99d3c2842),
(0x981d43fe484da3f670276fb842be0ef1, 'wp-content/plugins/symple-shortcodes/index.php', 0, 0x00000000000000000000000000000000, 0xc74ea4f0276f4418cc48ca67c690066d),
(0x8a23bb773e276f4768eab515960c3b0c, 'wp-content/plugins/symple-shortcodes/languages/default.mo', 0, 0x00000000000000000000000000000000, 0x23ad4876e762840c423999a298e3095c),
(0x8f6cc6ce794588b6d19edf7b87c84c0d, 'wp-content/plugins/symple-shortcodes/languages/default.po', 0, 0x00000000000000000000000000000000, 0x4c95b22ec46d85d2bafa3303c4d8b483),
(0xcf33cdc3be34ac24711b046b8b83b660, 'wp-content/plugins/symple-shortcodes/shortcodes/.DS_Store', 0, 0x00000000000000000000000000000000, 0xf9ed109e2d3e67c993e06ac017b04b08),
(0xd7690d5bf756cb1fbe46e43528ade9d8, 'wp-content/plugins/symple-shortcodes/shortcodes/css/.DS_Store', 0, 0x00000000000000000000000000000000, 0xf02d33ccf4c27e6bfad3dda5401c7d7a),
(0x7725820b4f0e132ed00bdebbaae50976, 'wp-content/plugins/symple-shortcodes/shortcodes/css/font-awesome.min.css', 0, 0x00000000000000000000000000000000, 0x04425bbdc6243fc6e54bf8984fe50330),
(0xe2bc46f9981c98b673a57ef3cc241cdf, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/arrow.psd', 0, 0x00000000000000000000000000000000, 0x347cf79e5a9cecb75096187025a990a4),
(0xde7e7d34cf55774fb90c80c2412a64b0, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/arrows.png', 0, 0x00000000000000000000000000000000, 0xcc165550a1ba630004765ac34e8c6abb),
(0x223f8d401125b35831ed36eb83add701, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/bg_play_pause.png', 0, 0x00000000000000000000000000000000, 0x8ce580e78dc19b76e072cadd529c0aa9),
(0xaa6a457b6b087d8ec2ad8915b25c03a0, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/bullets-blue.png', 0, 0x00000000000000000000000000000000, 0x2ea8b726cdd9900e15eb27990ab63a04),
(0xe98ca7cc4047603397ebc343dde36b84, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/bullets-gray.png', 0, 0x00000000000000000000000000000000, 0x92df7a45901a392e105766f3ec6797a9),
(0x30f049fe6c0dc87d58e5aa4497155727, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/bullets-purple.png', 0, 0x00000000000000000000000000000000, 0xdc5349709609eafd41aa81f71e851598),
(0xcf8e7b7276107632dca0b5e48930a3b9, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/bullets-red.png', 0, 0x00000000000000000000000000000000, 0xd4e6e313ede3bf9be3dc3dfba4361efe),
(0xf7ce6cd586c5750807e7d3251f2ca2ba, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/check.png', 0, 0x00000000000000000000000000000000, 0x9b48236ebd5cd8adf30ecf7991cff3a8),
(0x349cf868310e1eef78fa957a5ee1ad05, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/dashed.png', 0, 0x00000000000000000000000000000000, 0x1fc5e5c81f857a0e76de9bc3f82dd576),
(0x2f0ae0ba2ea7c08cb412ee19e2ad3457, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/dotted-light.png', 0, 0x00000000000000000000000000000000, 0xb1a6f1b58928f730d45535ffecbaee8d),
(0xccb176a213c284114f9dfd14dbd0f729, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/dotted.png', 0, 0x00000000000000000000000000000000, 0xb66fe12485a8189cfc877efe66b41a8c),
(0xb3fb52ed3b8784d559d836f91907c1a3, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/double-line.png', 0, 0x00000000000000000000000000000000, 0xb68756c70136e84379d346cc72db7b6a),
(0x16c9c9e28c28dc1ffad14a3c304ade23, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/loader.gif', 0, 0x00000000000000000000000000000000, 0x931bdb6b50816b03206c66921760b246),
(0xceb2d5cf6c33800c0c54b34d88bc3c99, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/minus.png', 0, 0x00000000000000000000000000000000, 0x2e0268d24ef0b6e492b4a51b04bdaa9f),
(0xb80f8e871d47e03dd721065b06083c14, 'wp-content/plugins/symple-shortcodes/shortcodes/css/images/plus.png', 0, 0x00000000000000000000000000000000, 0x5b3c5d5fc2cf8de62b480ba8893e20b3),
(0x7990cd585c06739914cb0c7b5adb19a6, 'wp-content/plugins/symple-shortcodes/shortcodes/css/symple_shortcodes_styles.css', 0, 0x00000000000000000000000000000000, 0x3fa40870bd071f543719d2cf71432212),
(0xc2f8544f686cf31296bcc7f613956bdc, 'wp-content/plugins/symple-shortcodes/shortcodes/fonts/FontAwesome.otf', 0, 0x00000000000000000000000000000000, 0x0b462f5cc07779cab3bef252c0271f2b),
(0xf517468bf5b9a16ddfd67d8fca1140aa, 'wp-content/plugins/symple-shortcodes/shortcodes/fonts/fontawesome-webfont.eot', 0, 0x00000000000000000000000000000000, 0xf7c2b4b747b1a225eb8dee034134a1b0),
(0x817a6829c8d1debaf5f52803238cee5b, 'wp-content/plugins/symple-shortcodes/shortcodes/fonts/fontawesome-webfont.svg', 0, 0x00000000000000000000000000000000, 0x2980083682e94d33a66eef2e7d612519),
(0xeed178f7e1184e0638fdf4644ec6f71f, 'wp-content/plugins/symple-shortcodes/shortcodes/fonts/fontawesome-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x706450d7bba6374ca02fe167d86685cb),
(0x1fa73c65b41587af406784fc7b05dfed, 'wp-content/plugins/symple-shortcodes/shortcodes/fonts/fontawesome-webfont.woff', 0, 0x00000000000000000000000000000000, 0xd9ee23d59d0e0e727b51368b458a0bff),
(0x7add574ecdba921a5f8e6b9850f01bff, 'wp-content/plugins/symple-shortcodes/shortcodes/fonts/fontawesome-webfont.woff2', 0, 0x00000000000000000000000000000000, 0x97493d3f11c0a3bd5cbd959f5d19b699),
(0x7de8412179154e2a3d9970ba6d30df60, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/behance.png', 0, 0x00000000000000000000000000000000, 0x1c4d2fb0ad9b8d1edba1f00ac5b479d4),
(0x3c719e1f1e9c005c0796456724a0d6c9, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/dribbble.png', 0, 0x00000000000000000000000000000000, 0xdd3b85dc02bab55577e6f13eecc483ac),
(0xefc9464e8e8d6df6824ae8f1a5c8a939, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/dropbox.png', 0, 0x00000000000000000000000000000000, 0x073894dd8bb5ef3a1161d22b84c83c91),
(0x98a844c4943ac9941a0af4e629284a83, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/facebook.png', 0, 0x00000000000000000000000000000000, 0xeca4141f53378067448db440c73fba7f),
(0xf19ef5d6c9471e169f30d980be741b9c, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/flickr.png', 0, 0x00000000000000000000000000000000, 0x14dda3a89d4cd1378bbe364b11e4876f),
(0xac5c1986ac4e1edc323c923863e84472, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/forrst.png', 0, 0x00000000000000000000000000000000, 0x01cff66d36853ee2286efb3b525ed163),
(0x5528713d4aeea4ce521c9b813cb2fc8a, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/github.png', 0, 0x00000000000000000000000000000000, 0x686f700be398f1f9abaa676096292fa8),
(0x9c44d36f99ac2556bbc144a4170b01a9, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/google.png', 0, 0x00000000000000000000000000000000, 0xe551451edbd2d0b9339abe01a285bc86),
(0x47deeb6992d97c6689f9144de4a908ab, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/googleplus.png', 0, 0x00000000000000000000000000000000, 0xe551451edbd2d0b9339abe01a285bc86),
(0xb13e69204a260e1824c99ea6c0531a05, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/instagram.png', 0, 0x00000000000000000000000000000000, 0x1ff998ce17637c9d1b2e6b6d8d124f12),
(0xb29ca616c2d1f555487379a0094f64d6, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/linkedin.png', 0, 0x00000000000000000000000000000000, 0x4910921e88585dd6783c5a0dafd42cdb),
(0x9190c53f0462416c801da43036bcd851, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/pinterest.png', 0, 0x00000000000000000000000000000000, 0xea43c1f556f40927edfd732fac0a80db),
(0xa124dcbbe1a046f9c78a2ce55c6ac8be, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/rss.png', 0, 0x00000000000000000000000000000000, 0x1375afccf318fa50980bd40c7a5b66cd),
(0x59128b1477bd72f7e9ec6e191b4141cb, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/tumblr.png', 0, 0x00000000000000000000000000000000, 0x0f689e35bec72bb02706e0d37c18a673),
(0x0b7f38517a66f9c8288c82e2f5ea749b, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/twitter.png', 0, 0x00000000000000000000000000000000, 0x52ef3d8aa9ac5d08870f23bc3158f0b6),
(0x91b344b14270cc5daf15c80bb72d09e6, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/vimeo.png', 0, 0x00000000000000000000000000000000, 0xb2cb89d1f4654432e9999ab41a3f1174),
(0x58d35cc4b258769292a3fd514e1db1df, 'wp-content/plugins/symple-shortcodes/shortcodes/images/social/youtube.png', 0, 0x00000000000000000000000000000000, 0xae23304af788b7c54c50f286952f7919),
(0xb35d6ce4eaef5780f96891391eab53ca, 'wp-content/plugins/symple-shortcodes/shortcodes/js/caroufredsel.js', 0, 0x00000000000000000000000000000000, 0xbbb2c833b3b18bb26d1d2a328b8ee88a),
(0x9d696ccf360e56a1da375928ab546ffa, 'wp-content/plugins/symple-shortcodes/shortcodes/js/flexslider.js', 0, 0x00000000000000000000000000000000, 0x6dc1ccea9307cc399a16cf5e6e9ae42d),
(0xfbbf4e78310a125d8873ee491baf3c9f, 'wp-content/plugins/symple-shortcodes/shortcodes/js/imagesLoaded.js', 0, 0x00000000000000000000000000000000, 0x511ef2f6ee750edc32bb5c8d5d324e7e),
(0xb5918b76d6e51a45f69b08238898487f, 'wp-content/plugins/symple-shortcodes/shortcodes/js/magnific-popup.min.js', 0, 0x00000000000000000000000000000000, 0x3db9dbcc9d7b5f6e8a3f3196c975c57e),
(0x943dc56717556fb8ed1a62525fc93f06, 'wp-content/plugins/symple-shortcodes/shortcodes/js/symple_accordion.js', 0, 0x00000000000000000000000000000000, 0x646508433b535aef8f333ecdbd2c40cf),
(0x06486b063075b86d1a1f8ed8ef25c5e7, 'wp-content/plugins/symple-shortcodes/shortcodes/js/symple_googlemap.js', 0, 0x00000000000000000000000000000000, 0x9e84e4176c10308fceb678c2768376ae),
(0xce60de761800808222b850b01e18ff6f, 'wp-content/plugins/symple-shortcodes/shortcodes/js/symple_lightbox.js', 0, 0x00000000000000000000000000000000, 0x9318b0afec8f9659cf0c98d9d7097d17),
(0xab0d60acae4dacd89a2015d10f97672a, 'wp-content/plugins/symple-shortcodes/shortcodes/js/symple_parallax.js', 0, 0x00000000000000000000000000000000, 0x743f2843af064eca02f6f79f404634c8),
(0x2a3bb56caa846a5020affc48c24069ea, 'wp-content/plugins/symple-shortcodes/shortcodes/js/symple_scroll_fade.js', 0, 0x00000000000000000000000000000000, 0x0c5a5dc2c06e01d17d50444fb8380e72),
(0x5c273292d7333f003819928833801234, 'wp-content/plugins/symple-shortcodes/shortcodes/js/symple_skillbar.js', 0, 0x00000000000000000000000000000000, 0x692d13e4bf961ea1fc8353f70788c649),
(0x8622ad504075edb859c900995ce6d50d, 'wp-content/plugins/symple-shortcodes/shortcodes/js/symple_tabs.js', 0, 0x00000000000000000000000000000000, 0xee91d258f976b1146c7c0fe2ba2edbfd),
(0x28f7911d77126331b11658d7719361a7, 'wp-content/plugins/symple-shortcodes/shortcodes/js/symple_toggle.js', 0, 0x00000000000000000000000000000000, 0xb32d278dab11cb8397c88ad4e57f4c90),
(0x3da8bb1407e23344129e56bacc0f03ec, 'wp-content/plugins/symple-shortcodes/shortcodes/js/touchSwipe.js', 0, 0x00000000000000000000000000000000, 0x4224c565891e1902a10fc394bf3c6448),
(0x161eb99240aaa42f40b4bd96295823c1, 'wp-content/plugins/symple-shortcodes/shortcodes/js/transit.js', 0, 0x00000000000000000000000000000000, 0x537c384c5a7ee3c0ee095ec6860aa3cf),
(0x3f6ed211967c8f54239f8001eaa799f0, 'wp-content/plugins/symple-shortcodes/shortcodes/shortcodes.php', 0, 0x00000000000000000000000000000000, 0xf4ac14ccf235e36f09f721adffbbb399),
(0xb3658c3115094deae2024ae4358dac5d, 'wp-content/plugins/symple-shortcodes/symple-shortcodes.php', 0, 0x00000000000000000000000000000000, 0x95c128b81063bb49f848f4e293f308e7),
(0xeaf7e8cd5167ac95785653a44cea0f82, 'wp-content/plugins/symple-shortcodes/tinymce/symple-shortcodes.png', 0, 0x00000000000000000000000000000000, 0x65c950e176fbe449b3ca5a48a794f349),
(0x6274a168373989b03a9f3b7039467d3b, 'wp-content/plugins/symple-shortcodes/tinymce/symple_shortcodes_tinymce.js', 0, 0x00000000000000000000000000000000, 0xfdb72de8cfcef5facb9ff197aaf2455e),
(0x0f84ae2e885d7be7ecdd54f8012c20c4, 'wp-content/plugins/symple-shortcodes/tinymce/symple_shortcodes_tinymce_style.css', 0, 0x00000000000000000000000000000000, 0x2a8d6247e7bf771a6e01c9efb1d3d309),
(0x20c24cdea062a0c500538f3755f7d85a, 'wp-content/plugins/symple-shortcodes/visual-composer/.DS_Store', 0, 0x00000000000000000000000000000000, 0xd4557cb7c57fadf198695fbc3fb76bc8),
(0x0b7bb39d4a83d6709760d182b1cb869b, 'wp-content/plugins/symple-shortcodes/visual-composer/css/.DS_Store', 0, 0x00000000000000000000000000000000, 0x194577a7e20bdcc7afbb718f502c134c),
(0x4723bb3f81df08cbd2b29b15e3aaa211, 'wp-content/plugins/symple-shortcodes/visual-composer/css/symple-shortcodes-vc.css', 0, 0x00000000000000000000000000000000, 0xda433bb33d6c119465d0a7388c74e611),
(0x523187c9041eb221ec270c5d105f49b5, 'wp-content/plugins/symple-shortcodes/visual-composer/map.php', 0, 0x00000000000000000000000000000000, 0x300eda1f10fb56abb0c2b08ea005919e),
(0x2958e305ee4ef5cb2738b2622f6759dc, 'wp-content/plugins/symple-shortcodes/wp-updates-plugin.php', 0, 0x00000000000000000000000000000000, 0xfec571d6b871c4db39601f7cc6d0a4cf),
(0x048f9d6f9c7660871f4c86238546e196, 'wp-content/plugins/templatera/README.md', 0, 0x00000000000000000000000000000000, 0x2a39f2a16c22a73a711da60fcb7094df),
(0x2e18bc461e6ab66f4f2b4f392dec80b9, 'wp-content/plugins/templatera/assets/css/front_style.css', 0, 0x00000000000000000000000000000000, 0xdd7244c36487442c26180ee6d7e243e5),
(0x13ddb0bb2cc2ea0cda6d82efeb8f16e9, 'wp-content/plugins/templatera/assets/css/style.css', 0, 0x00000000000000000000000000000000, 0xb4f4798d5963fc37adcfa9ddec590909),
(0x0e3a8c9419ebce4e423bb7783ed902a6, 'wp-content/plugins/templatera/assets/images/controls.png', 0, 0x00000000000000000000000000000000, 0x6b5d246a110192b760e5653d371ba06c),
(0x4b4979b86de50f8cb32613033341f815, 'wp-content/plugins/templatera/assets/images/edit.png', 0, 0x00000000000000000000000000000000, 0x6384f8cc13d3d93cda01ad95e3c366ee),
(0xa0cd1d9b6c0483548871841be1a05ed3, 'wp-content/plugins/templatera/assets/images/icon.gif', 0, 0x00000000000000000000000000000000, 0x80133d09b62a04a040325b11c4aa59bf),
(0xfe980cb23f9397c6d033b426f74c32d5, 'wp-content/plugins/templatera/assets/images/icon32.gif', 0, 0x00000000000000000000000000000000, 0x543d1275f6b1e597dd589c33b20d1b96),
(0x2d6d99fce6531066aac5b8ee1bd85563, 'wp-content/plugins/templatera/assets/images/icon_12.gif', 0, 0x00000000000000000000000000000000, 0x904c10b5ba8d774a03f7b242ae687492),
(0x6022d95dd8d7c614fd122ce6f821f2fc, 'wp-content/plugins/templatera/assets/images/templatera.png', 0, 0x00000000000000000000000000000000, 0x7e305ddc5052a78c93ee641aa4687b9a),
(0x3c55ed8e3371063b90fa2143a89c7949, 'wp-content/plugins/templatera/assets/images/templatera_32.png', 0, 0x00000000000000000000000000000000, 0x0d11f945cba7be58c081ba5bf6aca76c),
(0x12098e9dcbab0be1ca126f28eed905f2, 'wp-content/plugins/templatera/assets/images/toggle_close.png', 0, 0x00000000000000000000000000000000, 0x5f8610e80ac310f0f85d03cc38ced313),
(0x6776a1d30ec1cf251e56381f3446eb72, 'wp-content/plugins/templatera/assets/images/toggle_open.png', 0, 0x00000000000000000000000000000000, 0x3a66eec8d7518b94c187bea2c7cb3ffa),
(0xd3be39d2297281d8556ea1195df24d80, 'wp-content/plugins/templatera/assets/images/visual_composer.png', 0, 0x00000000000000000000000000000000, 0x5611ac3b5a8cfa135373c0cf62fb43d5),
(0xeee0ea4d6184517ea688af0bf232c8bf, 'wp-content/plugins/templatera/assets/js/templatera-grid-id-param.js', 0, 0x00000000000000000000000000000000, 0xe59e3e1f6793abf69c7c3c36180baf93),
(0xfa6aa6760bc49e298ad6c4156a342306, 'wp-content/plugins/templatera/assets/js/templates.js', 0, 0x00000000000000000000000000000000, 0x2945819b3de9f82f974a8f3cc6ce6199),
(0x1440f7c7ce28fc269f261531d2f45861, 'wp-content/plugins/templatera/assets/js/templates_panels.js', 0, 0x00000000000000000000000000000000, 0xf42a847f17e7ce40f3ac6270929dbec8),
(0x8700e718c43993bf8bb9d208f1243b59, 'wp-content/plugins/templatera/assets/less/front_style.less', 0, 0x00000000000000000000000000000000, 0x6a151a704a3f8f1efe7e851d131b0840),
(0x0fe35ebd7c77655b1efe250dc3279855, 'wp-content/plugins/templatera/assets/less/style.less', 0, 0x00000000000000000000000000000000, 0x5294df4a635abbfd6a8ee20bf2c14757),
(0x2c187a47bce352a4e6d644141d8b0aa1, 'wp-content/plugins/templatera/changes.txt', 0, 0x00000000000000000000000000000000, 0x8d724f4bbb6fcfbec0bb8519f7cdd6e3),
(0x8634689b24c6cd4e74d0321e7f0cf596, 'wp-content/plugins/templatera/index.php', 0, 0x00000000000000000000000000000000, 0x17aebd1c7108da355eeaf1ecada871a5),
(0x0df20ab6c78efd71ff103f7f60238556, 'wp-content/plugins/templatera/lib/vc_template_manager.php', 0, 0x00000000000000000000000000000000, 0xfd944ce20e0ee263eaf1e3308ea41f4a),
(0xd45830a1b2ae9eceb4f4735f54d8c392, 'wp-content/plugins/templatera/locale/default.mo', 0, 0x00000000000000000000000000000000, 0x5fad112ddc4c7c2e67a1a9aea29e0a49),
(0xbca7a915634bf01e6d616723c8d59883, 'wp-content/plugins/templatera/locale/default.po', 0, 0x00000000000000000000000000000000, 0x3171120bce70e18dcc1e0c02ec38a70d),
(0xe886997accf20c61a39aa5ccd2596577, 'wp-content/plugins/templatera/locale/templatera-ru_RU.mo', 0, 0x00000000000000000000000000000000, 0xbcccdf0c759523885815d3bb35120d12),
(0xd2bc1509760a9a2eace52f01e1775e73, 'wp-content/plugins/templatera/locale/templatera-ru_RU.po', 0, 0x00000000000000000000000000000000, 0x5f0dad9d83287cc656777c145b0341b2),
(0x4112cd2f14dfc76637707389d0aac369, 'wp-content/plugins/templatera/templatera.php', 0, 0x00000000000000000000000000000000, 0x2c9bce5b834d22fc6ad4490bf767f545),
(0x7ba5235b9bd9c6b860ad1a8c15845937, 'wp-content/plugins/toolset-reset/toolset-reset.php', 0, 0x00000000000000000000000000000000, 0x4d4483e2b5e180fc9a0b381a2f824f41),
(0x47d999e58289b6e3b6d47518823682bc, 'wp-content/plugins/ultimatum-library/fonts/cufon/Aaargh_400.font.js', 0, 0x00000000000000000000000000000000, 0xaf619ff79e32b769e9ca5eaaac1792de),
(0x6716ec5b134dd0e8471881e0148e4138, 'wp-content/plugins/ultimatum-library/fonts/cufon/Andika_Basic_400.font.js', 0, 0x00000000000000000000000000000000, 0x2aed44aed882363ea56a9782486ad7a3),
(0x135a16637af5824517d1977f941c251d, 'wp-content/plugins/ultimatum-library/fonts/cufon/Aurulent_Sans_400.font.js', 0, 0x00000000000000000000000000000000, 0x06a9877a5787caf6415634766b71cf72),
(0xd8fef3adf9682b578054deef09329279, 'wp-content/plugins/ultimatum-library/fonts/cufon/BPreplay.font.js', 0, 0x00000000000000000000000000000000, 0x3f28677a01abc682169cc2c282dc9953),
(0x6531900ad3e1bb51cc0413f370f80ec9, 'wp-content/plugins/ultimatum-library/fonts/cufon/Blokletters_Potlood_200.font.js', 0, 0x00000000000000000000000000000000, 0x3f0d5dd0cd29ceccbce00aeabd388515),
(0x520e4768626aada6182ffdcf33c68d95, 'wp-content/plugins/ultimatum-library/fonts/cufon/Candela_Bold_400.font.js', 0, 0x00000000000000000000000000000000, 0xf01aa1dce3e1af2997667dfa789f1e0b),
(0x29912a337187a457a753905454a1b111, 'wp-content/plugins/ultimatum-library/fonts/cufon/Candela_Book_400.font.js', 0, 0x00000000000000000000000000000000, 0xc7ef9adebdc7e5f874385e22e57b79d1),
(0xdd48d5cd92c8e73886361175263aafcf, 'wp-content/plugins/ultimatum-library/fonts/cufon/Chelsea_400.font.js', 0, 0x00000000000000000000000000000000, 0x6e8ad5c583aec68c46651f12ff63caf0),
(0x337b931c7116af1b3bd4007184402f71, 'wp-content/plugins/ultimatum-library/fonts/cufon/ChunkFive_400.font.js', 0, 0x00000000000000000000000000000000, 0x016066e5982201857b363e47b34bda71),
(0xf24c39c05cdd1cc6d0282f2a4f2f572b, 'wp-content/plugins/ultimatum-library/fonts/cufon/Cicle_400.font.js', 0, 0x00000000000000000000000000000000, 0xbcd3c4e49de297e415dc6d12af08ec6d),
(0xf2cf413cd89f7b82de807246d13cb832, 'wp-content/plugins/ultimatum-library/fonts/cufon/Cicle_Gordita_700.font.js', 0, 0x00000000000000000000000000000000, 0xa57887227c279c1b9e9cc3526d37f774),
(0x5c0e45abaf52650e9c677ee8a5b97d1e, 'wp-content/plugins/ultimatum-library/fonts/cufon/Cicle_Semi_400.font.js', 0, 0x00000000000000000000000000000000, 0xc952ca2e7f8432701d34b8f9d5a62db7),
(0x729c0f716ce76612abc5ef4bf0a8b34e, 'wp-content/plugins/ultimatum-library/fonts/cufon/Colaborate-Bold_400.font.js', 0, 0x00000000000000000000000000000000, 0xa0b231fb19fc61ec044abf2605e30b43),
(0x25b3336ef7d6a4cf2a68eafd0df9ce6c, 'wp-content/plugins/ultimatum-library/fonts/cufon/Colaborate-Medium_400.font.js', 0, 0x00000000000000000000000000000000, 0x47270901e222b9e740fdc96b81a0a633),
(0xcd03eeeb6360fec20d6fd78856dc06de, 'wp-content/plugins/ultimatum-library/fonts/cufon/Colaborate-Regular_400.font.js', 0, 0x00000000000000000000000000000000, 0xebbd85b5f4505aa6ebe3ac48e7b3229a),
(0x141f54613f15f3a7ba20bddd0be5952c, 'wp-content/plugins/ultimatum-library/fonts/cufon/Colaborate-Thin_400.font.js', 0, 0x00000000000000000000000000000000, 0xdda5411c4c56cda6d4819263dbebeff4),
(0xf4d6545f3a0659d66ae55da3d03ef61a, 'wp-content/plugins/ultimatum-library/fonts/cufon/ColaborateLight_400.font.js', 0, 0x00000000000000000000000000000000, 0x3a8c2f8782213ae8191f64871e4ff8c6),
(0xc221d7709f87c25830ecdabb2c4d1096, 'wp-content/plugins/ultimatum-library/fonts/cufon/Daniel_400.font.js', 0, 0x00000000000000000000000000000000, 0xed56d384fda0cea0e2bffca22e63e9da),
(0x8770dec68a4bf6430f8186c1ed222c40, 'wp-content/plugins/ultimatum-library/fonts/cufon/Droid_Serif_400.font.js', 0, 0x00000000000000000000000000000000, 0xc1dc18bedf32a96af542649313891452),
(0x16ab65c8cc867103d26a498eeb8f62b9, 'wp-content/plugins/ultimatum-library/fonts/cufon/Hattori_Hanzo_300.font.js', 0, 0x00000000000000000000000000000000, 0x078c0338e8f1f54268a9b2236006e523),
(0x7a286fdbaebd9efba324e4d50fb3235e, 'wp-content/plugins/ultimatum-library/fonts/cufon/Imperator_400.font.js', 0, 0x00000000000000000000000000000000, 0x481b16a0e5086ce70dcd55bee0c40ccb),
(0xfb1ff6ab61e9ae93335fb98e821c8290, 'wp-content/plugins/ultimatum-library/fonts/cufon/Liberation_Sans_400.font.js', 0, 0x00000000000000000000000000000000, 0x36568cf6165f532d2c486c2a24e8db99),
(0x4589a51fd8fcbfbda9f456e9f60e3466, 'wp-content/plugins/ultimatum-library/fonts/cufon/Liberation_Sans_700.font.js', 0, 0x00000000000000000000000000000000, 0x87620821ac7d86229bb5bde3028dd224),
(0xb99c74079888c0d0cc489157b408dc6b, 'wp-content/plugins/ultimatum-library/fonts/cufon/Luna_400.font.js', 0, 0x00000000000000000000000000000000, 0x95da22bd4bffcbd55304c0031a094889),
(0x7fb4962502c4458a318856c23c3d14ab, 'wp-content/plugins/ultimatum-library/fonts/cufon/Nobile_400.font.js', 0, 0x00000000000000000000000000000000, 0x3bb20dcc88a10b8e96fd26148812a0f6),
(0x2adad34977155841d42690a46f25bf45, 'wp-content/plugins/ultimatum-library/fonts/cufon/Oregon_LDO_400.font.js', 0, 0x00000000000000000000000000000000, 0x0195410b359de66ffcfc2875d6f64121),
(0x27e3daa8683efce940a86c2cf74e8578, 'wp-content/plugins/ultimatum-library/fonts/cufon/Oregon_LDO_Book_400.font.js', 0, 0x00000000000000000000000000000000, 0xe68f7d275649d54bb7a7d83c5297ccc0),
(0x392c784a26e419e3eff50a3c0185355f, 'wp-content/plugins/ultimatum-library/fonts/cufon/PT_Sans_400.font.js', 0, 0x00000000000000000000000000000000, 0x23677c7a7ac80c507ff228d1c12ee371),
(0xd9a98c823239d77c3a2452bd64a925ac, 'wp-content/plugins/ultimatum-library/fonts/cufon/PT_Sans_Bold_700.font.js', 0, 0x00000000000000000000000000000000, 0x64dd998a343d5ecfe019198282feb2dc),
(0x1a7069a573569e55c6431e762be63fdf, 'wp-content/plugins/ultimatum-library/fonts/cufon/PT_Sans_Caption_400.font.js', 0, 0x00000000000000000000000000000000, 0xf47ca5c80630bcac34f604908bcf55d7),
(0x517c55bd1c48631090fc806fc5924795, 'wp-content/plugins/ultimatum-library/fonts/cufon/PT_Sans_Narrow_400.font.js', 0, 0x00000000000000000000000000000000, 0xc4fb21b0af7c1a37b9b0b9f51ecba568),
(0xa1c737dc86005a92a2ef63b506d1f302, 'wp-content/plugins/ultimatum-library/fonts/cufon/Quicksand_Bold_700.font.js', 0, 0x00000000000000000000000000000000, 0x73aa8071ac0b0a5bcf23ca7d349217a2),
(0xff91693053bdcc64fdd1978233d9a70c, 'wp-content/plugins/ultimatum-library/fonts/cufon/Quicksand_Book_400.font.js', 0, 0x00000000000000000000000000000000, 0x1c7da582e31e410b1e0c01246a9d5a73),
(0xee6e2f500ca5e6eedb4dd5f2b17918ed, 'wp-content/plugins/ultimatum-library/fonts/cufon/Quicksand_Light_300.font.js', 0, 0x00000000000000000000000000000000, 0x74bb6149aae0e32be0e747c1665ab460),
(0xb1b98397d3c598c1006b933d8b1223f0, 'wp-content/plugins/ultimatum-library/fonts/cufon/Sansation_300.font.js', 0, 0x00000000000000000000000000000000, 0xff08aa16742d5e81eae121b27af90ff1),
(0x0a986f991a3aae44e8ceb07738f23cbe, 'wp-content/plugins/ultimatum-library/fonts/cufon/Sansation_400.font.js', 0, 0x00000000000000000000000000000000, 0x4b3824ed80e8d8a6dcc5ed50a2d92e55),
(0x70eb65cbad9707d5de1a13425bcf96c3, 'wp-content/plugins/ultimatum-library/fonts/cufon/Sansation_700.font.js', 0, 0x00000000000000000000000000000000, 0x5e3f0823a020309902eb7e5dfa76f706),
(0xb369fada56e8b5ac186514f5f8aed803, 'wp-content/plugins/ultimatum-library/fonts/cufon/Segan_300.font.js', 0, 0x00000000000000000000000000000000, 0x9846f567c32b4cec2520a027e0c92e36),
(0x01b89cb3b170f59fdb9e62dd28177fd6, 'wp-content/plugins/ultimatum-library/fonts/cufon/Swansea_400.font.js', 0, 0x00000000000000000000000000000000, 0xa32de904697fa5b15da5cdd3e29fc68f),
(0xeb302e5d8d11ca3bec9eeebf939c6844, 'wp-content/plugins/ultimatum-library/fonts/cufon/Swansea_700.font.js', 0, 0x00000000000000000000000000000000, 0x5d2430b9ef233699f9314296a692cbcc),
(0x44cbb55e43f3400cc5ca1b5598d55cc7, 'wp-content/plugins/ultimatum-library/fonts/cufon/Tenderness_400.font.js', 0, 0x00000000000000000000000000000000, 0x45a5e4e7e2e7261b8e2bf1dae79ea11c),
(0xebb0f7cee823b0c8af229c70d3e5f04b, 'wp-content/plugins/ultimatum-library/fonts/cufon/TitilliumText22L_Lt_300.font.js', 0, 0x00000000000000000000000000000000, 0x2c01eae26fdfcaf31c7bbc18e2f61836),
(0x17136fd07aba16aab73fab402de7a073, 'wp-content/plugins/ultimatum-library/fonts/cufon/TitilliumText22L_Rg_400.font.js', 0, 0x00000000000000000000000000000000, 0x7413bbefbde4dac416d750d2dbd84ece),
(0xa55d88a494b3cae98f52c35b1c397923, 'wp-content/plugins/ultimatum-library/fonts/cufon/TitilliumText22L_Th_100.font.js', 0, 0x00000000000000000000000000000000, 0x3cc4722d183bb7e58055b95a508b9b31),
(0x88c47281157bbfa148dc51d3e8801f26, 'wp-content/plugins/ultimatum-library/fonts/cufon/Vegur_300.font.js', 0, 0x00000000000000000000000000000000, 0x4467f273cd5c4fde7e2917fd8ca4d0c9),
(0x332693b9ebdce683797d9192a76fceb7, 'wp-content/plugins/ultimatum-library/fonts/cufon/Vegur_400.font.js', 0, 0x00000000000000000000000000000000, 0x482eff92260511b0d53a3d0524b68cf4),
(0xd17c1f5e72d82f8e9e5561b131bc901a, 'wp-content/plugins/ultimatum-library/fonts/cufon/Vegur_500.font.js', 0, 0x00000000000000000000000000000000, 0xb90824b84da74c2b529bc42a7ecfa8b5),
(0xbee7ecc9d7b3e419bef6a83f41cf7a73, 'wp-content/plugins/ultimatum-library/fonts/cufon/Walkway_Bold_400.font.js', 0, 0x00000000000000000000000000000000, 0xe6ef6106647d622b17a1297ddb2536ec),
(0x6d0a56b1b01de0b6d92018a1d54f359b, 'wp-content/plugins/ultimatum-library/fonts/cufon/Walkway_SemiBold_400.font.js', 0, 0x00000000000000000000000000000000, 0xf758f594bd3957363b3e6bf2c8b697a7),
(0xc4b21238b26778601d7169b95f6c9604, 'wp-content/plugins/ultimatum-library/fonts/cufon/Walkway_UltraBold_400.font.js', 0, 0x00000000000000000000000000000000, 0xc6f6bedc7b5802a34f8a0508526cbcbb),
(0x28a40aa248bc883d33e6be28b91bcfa1, 'wp-content/plugins/ultimatum-library/fonts/cufon/harabara.cufonfonts.js', 0, 0x00000000000000000000000000000000, 0x8b97d82227f5759b6a8a51483c10bc66),
(0x874b07adb54bc9d5b4f475eee748b47b, 'wp-content/plugins/ultimatum-library/fonts/cufon/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x65a3e0409d5d620dbfb9f7c43780d324, 'wp-content/plugins/ultimatum-library/fonts/cufon/league-gothic.cufonfonts.js', 0, 0x00000000000000000000000000000000, 0xf4cbebde3524592f77f641c5d7a27c12),
(0x28f262a846281f32cef66bac0f75d4d4, 'wp-content/plugins/ultimatum-library/fonts/cufon/top-secret.cufonfonts.js', 0, 0x00000000000000000000000000000000, 0x8d41ebfae52a65d7d0359478ab0f0004),
(0x52c9fa4685caebf9b173e8f0ccc59da0, 'wp-content/plugins/ultimatum-library/fonts/fontface/ALoveOfThunder/A_Love_of_Thunder.eot', 0, 0x00000000000000000000000000000000, 0xfb9b5e978d7b056be94d760de94e9b12),
(0x905f26a3be2e5c4d050e2e09490078f5, 'wp-content/plugins/ultimatum-library/fonts/fontface/ALoveOfThunder/A_Love_of_Thunder.svg', 0, 0x00000000000000000000000000000000, 0xa8a8aa10906ce30dfb27ef3905346a1b),
(0x869397390da665a8d1dd48e3f9a3836d, 'wp-content/plugins/ultimatum-library/fonts/fontface/ALoveOfThunder/A_Love_of_Thunder.ttf', 0, 0x00000000000000000000000000000000, 0xdbafef8c15e6f752523df6a5aaa68a33),
(0x55a7e5076ca33300d33201abdc90d8c2, 'wp-content/plugins/ultimatum-library/fonts/fontface/ALoveOfThunder/A_Love_of_Thunder.woff', 0, 0x00000000000000000000000000000000, 0x5fdfca3285bbe83eb9cbd4c1cbd12a42),
(0x81d78cfecaa343383c4f5c980a502e89, 'wp-content/plugins/ultimatum-library/fonts/fontface/ALoveOfThunder/demo.html', 0, 0x00000000000000000000000000000000, 0xb5741c8279740fd76b9896c89ec609fc),
(0x6fd2a329e91691b81e9b2a706905efe3, 'wp-content/plugins/ultimatum-library/fonts/fontface/ALoveOfThunder/readme.txt', 0, 0x00000000000000000000000000000000, 0xba0c7a080abe2a3441d3f9844762c707),
(0xd5f71a3f5b9cf624732071de898e2075, 'wp-content/plugins/ultimatum-library/fonts/fontface/ALoveOfThunder/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x9baa1e5a2e7738cbaa493bea57ecaea7),
(0xc4937b17aa7996396aa701dd741ed59a, 'wp-content/plugins/ultimatum-library/fonts/fontface/BPscript-fontfacekit/BPscript-webfont.eot', 0, 0x00000000000000000000000000000000, 0xcbb4e2f39524c2430e0a52983f5a3878),
(0x11bc7ed4a83fac4eb4af3ccae3d4d1f1, 'wp-content/plugins/ultimatum-library/fonts/fontface/BPscript-fontfacekit/BPscript-webfont.svg', 0, 0x00000000000000000000000000000000, 0xe2d05d9597487060acdd1bd126af96f6),
(0x796b6e7d1bc214c4d74cba40c212bd77, 'wp-content/plugins/ultimatum-library/fonts/fontface/BPscript-fontfacekit/BPscript-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x0cf870121734679e11f54d1d53244c50),
(0x5b186bdb7939faf7f3bfd254af147120, 'wp-content/plugins/ultimatum-library/fonts/fontface/BPscript-fontfacekit/BPscript-webfont.woff', 0, 0x00000000000000000000000000000000, 0x819da09fda28abed2e815bfa22aeddeb),
(0xcce39bf6b20d12322e58f2d05aef4cc6, 'wp-content/plugins/ultimatum-library/fonts/fontface/BPscript-fontfacekit/Creative Commons Attribution-No Derivative Works 3.txt', 0, 0x00000000000000000000000000000000, 0x68ab0e43e7ffcd7cfa9af9ecbd80be67),
(0xa334696c27e53e7676a265d1244e44db, 'wp-content/plugins/ultimatum-library/fonts/fontface/BPscript-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0x14afdb5824292e82015eaf842964133c),
(0x6c2bd5e3a6eddaf00829fe8b69682512, 'wp-content/plugins/ultimatum-library/fonts/fontface/BPscript-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x2f0534295543c2aad5bcdc469f7ece5d),
(0x5801a824a2a60fdba4c3f79445df4ce0, 'wp-content/plugins/ultimatum-library/fonts/fontface/BlackJack-fontfacekit/Typadelic License - Black Jack.txt', 0, 0x00000000000000000000000000000000, 0xc9523eabb7687aa599506d5dc1341769),
(0x80670ae304fd79a786f06dd38b3d00e4, 'wp-content/plugins/ultimatum-library/fonts/fontface/BlackJack-fontfacekit/black_jack-webfont.eot', 0, 0x00000000000000000000000000000000, 0xda821eff8f58f18ec75bbedbb7bfe68e),
(0xb681c5e2df7962136aae997bc22f568a, 'wp-content/plugins/ultimatum-library/fonts/fontface/BlackJack-fontfacekit/black_jack-webfont.svg', 0, 0x00000000000000000000000000000000, 0x4d424decd60a44d8fb5840a8a7be22cb),
(0xda7711bcbbe8ed8931dba7ad7420c866, 'wp-content/plugins/ultimatum-library/fonts/fontface/BlackJack-fontfacekit/black_jack-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xec6b3fa4bbc8cf5f85c4c4d1f2b41c8a),
(0xb35214ceadfc0a810152d7c3b09631a4, 'wp-content/plugins/ultimatum-library/fonts/fontface/BlackJack-fontfacekit/black_jack-webfont.woff', 0, 0x00000000000000000000000000000000, 0xf8231a04d2a11ddf6b2672286e627351),
(0xf4917004362f61bf548cf534c72d93d3, 'wp-content/plugins/ultimatum-library/fonts/fontface/BlackJack-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0xb8e81db3cfa021625fc095da1f28a854),
(0x7f402f8461cd2ff3fb4c048b6734a1af, 'wp-content/plugins/ultimatum-library/fonts/fontface/BlackJack-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x16f968cf148ce0931cc3357e3dadecc9),
(0xb6a9441fc5105520dca2e7d551ccecb3, 'wp-content/plugins/ultimatum-library/fonts/fontface/ChunkFive-fontfacekit/Chunkfive-webfont.eot', 0, 0x00000000000000000000000000000000, 0xc143a1552cb00aa89f88e09b35304922),
(0xdf3172e376f3b0f138b5f37854c48555, 'wp-content/plugins/ultimatum-library/fonts/fontface/ChunkFive-fontfacekit/Chunkfive-webfont.svg', 0, 0x00000000000000000000000000000000, 0xd7df17878868d1ce229b828f51b33fac),
(0xaaab518cdc17ad383e3eca966d615ba5, 'wp-content/plugins/ultimatum-library/fonts/fontface/ChunkFive-fontfacekit/Chunkfive-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x96a469dd4fb65d605b71ee2642b1dcf7),
(0x8031df08cbe72650ca578f1efbc720a8, 'wp-content/plugins/ultimatum-library/fonts/fontface/ChunkFive-fontfacekit/Chunkfive-webfont.woff', 0, 0x00000000000000000000000000000000, 0xfab7a62c672156c672862214b2163b1b),
(0xd542193a00586fe26f7a9a214d75d5cf, 'wp-content/plugins/ultimatum-library/fonts/fontface/ChunkFive-fontfacekit/SIL Open Font License 1.1.txt', 0, 0x00000000000000000000000000000000, 0x1d0f659dc1270c81f8da4bf1b514f6c9),
(0xf707d52fd8859d605e84cb53614a8870, 'wp-content/plugins/ultimatum-library/fonts/fontface/ChunkFive-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0x2949c5cad8bdb21319c8d35111e93037),
(0xc11ecc22c31d734cbdd14657de9541fa, 'wp-content/plugins/ultimatum-library/fonts/fontface/ChunkFive-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0xf1ac2c469f59f932cd48a36d1b4ef6ff),
(0xb6704098cd7525de3d2dcbe4d1621336, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabBol-webfont.eot', 0, 0x00000000000000000000000000000000, 0x8cff10c2954dc6c86120ddf2818d505e),
(0x95f6f2214c633f8f2b9ed5ba2490b36a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabBol-webfont.svg', 0, 0x00000000000000000000000000000000, 0x2be91d6b42997bdc54bf17191b4ae971),
(0x558ab1c2838bee8f08153c9aa486d6bd, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabBol-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x9a8252fe0337be6ec42ab59d9151b175),
(0x1b6419fa77f20afd8dc728e954cb4148, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabBol-webfont.woff', 0, 0x00000000000000000000000000000000, 0x60abca7bede57b7af912a57f4499e9d5),
(0xaac5b7818c22c049be93bd0357b56f50, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabLig-webfont.eot', 0, 0x00000000000000000000000000000000, 0xe9b94d053bd45e9d09261799eb24f1f8),
(0x8c2d4159d10257829c5cf9345c333706, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabLig-webfont.svg', 0, 0x00000000000000000000000000000000, 0x779d3b6eb36d55a5b362352ab9ed41a7),
(0xbfabd065c8a7fa8f3156f5773201101c, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabLig-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x608d4a46d034d51701b1cdb2dbab712e),
(0xa4f6bab43d736e3e6aa5e0824bdffc20, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabLig-webfont.woff', 0, 0x00000000000000000000000000000000, 0xb36ded3e2b314659ed7013d59d5c06ae),
(0x6a74d96b065a05b3b4d3d02d20369cb4, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabMed-webfont.eot', 0, 0x00000000000000000000000000000000, 0x7c8ef50fa2a2670c37e3f1e1289f12bd),
(0x9e05cfba66761ff3a82ecf67fcec9a1a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabMed-webfont.svg', 0, 0x00000000000000000000000000000000, 0xaf1279924878a88ac63dea7f6b20f28f),
(0x3597876a2f117c546cb62ebb355fab78, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabMed-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x4487b7637426974ae18326c8553fba3c),
(0x273fcb395ab1e42f1fb768a22e78b94e, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabMed-webfont.woff', 0, 0x00000000000000000000000000000000, 0xf46eaf2c092ccd7ed75790a23c5ee81f),
(0x244d4892f4c987e0240382a333eea2c9, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabReg-webfont.eot', 0, 0x00000000000000000000000000000000, 0xf0329340f5e98f7ac779d496fc69d71b),
(0xf24a2632a4c82d2377a24cc0af6f221c, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabReg-webfont.svg', 0, 0x00000000000000000000000000000000, 0x7c1d7dd61955453d3c68557c1de41578),
(0x07c96cece4f42b583d6ab565c4b8003e, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabReg-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xa9bf1e594f43d8d616106c0bc9b39cbf),
(0x781e1952b5bc15c3ea584a3ebe59d943, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabReg-webfont.woff', 0, 0x00000000000000000000000000000000, 0x1561e90b4bd8c5e90493bb1dc1615380),
(0xb225594894693dbbe1d55ee0e8755597, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabThi-webfont.eot', 0, 0x00000000000000000000000000000000, 0xb49596811fe7e33e6b7d52e404220cbd),
(0x1499be10f4dacd2cbd6a3d70fcc06483, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabThi-webfont.svg', 0, 0x00000000000000000000000000000000, 0x7b0f2a508ea8e7ddaa3e94682c8e194c);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x696d4f58475ec4033e7b48a2daf9062f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabThi-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xf76a25092857c93d07002b00ce0a618b),
(0xc02b3a0ec44906c1553c001cb08115ad, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/ColabThi-webfont.woff', 0, 0x00000000000000000000000000000000, 0x2ec53232a8e143353e54379dfcba6e6d),
(0xbca933394477b099cbb23236276d9f98, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/Ralph Oliver du Carrois License.txt', 0, 0x00000000000000000000000000000000, 0x6ebbcf51e9fc422bcef6dfd5e805127a),
(0x2e6969e8f3c2afd5a4c3d4ebd47e1213, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0x3ee1d5d4b2addcb79558e0d2271b5b69),
(0x9fde0d13a04b86fcc3b023fc6c96c68c, 'wp-content/plugins/ultimatum-library/fonts/fontface/Colaborate-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x47e719cb3f0c8fd8f9b8d46be7bf50da),
(0x8d00a964793d3519556b2b38299a7658, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-Light-webfont.eot', 0, 0x00000000000000000000000000000000, 0x2557d60aee00ae68a1343959f0fe09af),
(0x13c7f9af377498aa459e2d10faa8449b, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-Light-webfont.svg', 0, 0x00000000000000000000000000000000, 0xa35a86538cdae16421bdce6ac1322719),
(0x89f8817be5811f3387d35617c8d37e0d, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-Light-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x140842eb8f0080038d3b5bc136807384),
(0x954e0db144d54f7630e5a593d05ac8ee, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-Light-webfont.woff', 0, 0x00000000000000000000000000000000, 0xb8fcdab5d0e9f5abf58a7c6e0229f75b),
(0xcbef76b44a5bf1ed65f4a918fb43ae34, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-StencilLight-webfont.eot', 0, 0x00000000000000000000000000000000, 0xdf6b54bf2055cefae29c2c76e97ac924),
(0xcd3397b23cfe5b5b445946d85e58e893, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-StencilLight-webfont.svg', 0, 0x00000000000000000000000000000000, 0xce90867c60a34c0bf6c5e740b02c24f6),
(0x2ae580631a6ac4185d53451489eb1d95, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-StencilLight-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xccf3b9183a2938300d256d44e09f5325),
(0x291b23431da7b8574c1bc3638bb8796f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-StencilLight-webfont.woff', 0, 0x00000000000000000000000000000000, 0x3758ab4ad1e5693dec7c054eae4307cb),
(0x5ba8e2d6b11b2aae7cf9420d099a2157, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-UnicaseLight-webfont.eot', 0, 0x00000000000000000000000000000000, 0x4c8cc1d8eb7d949f96262f8a9ca15f22),
(0x76358771016b2a52252a4b78e2c52e1f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-UnicaseLight-webfont.svg', 0, 0x00000000000000000000000000000000, 0xba5305cfb09c65da93f3a7332cffe117),
(0x81b6a0df4df19325e44a125e8292b913, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-UnicaseLight-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xcec1090407db0208d3b7758fc0aec716),
(0x7635c4e4feea3e365b554495695064a8, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Existence-UnicaseLight-webfont.woff', 0, 0x00000000000000000000000000000000, 0x1f2ecaf717d9e4f3236023a1aa3f6f97),
(0x67831411bdefa67e89891589e8d87404, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/Yeah Noah License.txt', 0, 0x00000000000000000000000000000000, 0x8dabfb3dbe36d00e6833b4e0b77b6fdd),
(0x2f3bbe332ecdbdf73f74de726a80068a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0x9d66aff58ad4e98989c152fe968131c8),
(0x2c0f842a1a4a1c87868f708cd45bc732, 'wp-content/plugins/ultimatum-library/fonts/fontface/Existence-Light-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0xff82d29979eaaff3120e4386108110a2),
(0x10a5da90d55e26844f031f1a310f146b, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings License.txt', 0, 0x00000000000000000000000000000000, 0xcd0301a0406d9e413276e4c49ca574a7),
(0xe5579ad3caf986c85f227c73538ad93a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica-webfont.eot', 0, 0x00000000000000000000000000000000, 0x27104ced76f144b575c2309968ec44ef),
(0x500c36903dec97e342bbd0890cc7beac, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica-webfont.svg', 0, 0x00000000000000000000000000000000, 0x172458b641dd72b2c0ebf70b617854ed),
(0xd39fb2f7f60707b92a644d5e2b5d2bc7, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x99cf8fd0fce420a840e21775f6073d75),
(0x0eef575bb31c76631664fef5cc3bfa83, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica-webfont.woff', 0, 0x00000000000000000000000000000000, 0x9118f37ae13418d27d59edc4015c61e5),
(0x1bd2c72da3b5c96737c969735357eb10, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica_Italic-webfont.eot', 0, 0x00000000000000000000000000000000, 0xdbd8bff5d3e1ed78bde78206dcca9d4a),
(0x4820012249760eb57cae685d762f5c79, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica_Italic-webfont.svg', 0, 0x00000000000000000000000000000000, 0x9439fdb43434303ba496a019b216c42d),
(0x7e5f9e862ad6e069884410810bedda2f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica_Italic-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x8825e2630466621fa2e24222ba610dd6),
(0x63a7432f8d7006cc65153189f208e690, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica_Italic-webfont.woff', 0, 0x00000000000000000000000000000000, 0x0ba7ddf66a7e89c5fa1e5673af2459e4),
(0xbce5cfa6f730665a70ed8bc2d0ec57f8, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica_Light-webfont.eot', 0, 0x00000000000000000000000000000000, 0xac01ed2d2e7025ec190939cf6b3b40bf),
(0x2f5a78b1eab0d6fa13fbc13412a6657f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica_Light-webfont.svg', 0, 0x00000000000000000000000000000000, 0x9642d3e9ace65310f0e8ed318b95a86b),
(0x9e23fc0cd137d1eb609b336492779492, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica_Light-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xd3e67648e3e9ce87fa1bc87ac49ddf15),
(0x84f19eab7b1ba24abaf0440a3e20e852, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/Kingthings_Calligraphica_Light-webfont.woff', 0, 0x00000000000000000000000000000000, 0x85d0263a952c58c9c075bdbb5256a6a9),
(0xa6e335284b568a07ad91868a05174459, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0x8ae64887a9bc609d6777bd919f2ae9f6),
(0x03771fc1ae9b1fb5a12ffaad48ca020d, 'wp-content/plugins/ultimatum-library/fonts/fontface/Kingthings-Calligraphica-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x0456877f8f38c1f092f72f9d651f27ea),
(0x040bd0c6cb9366487c99952295a0bd7c, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/Apostrophic Labs License.txt', 0, 0x00000000000000000000000000000000, 0x562cf183807a79c658fa2ccf9a89bd9b),
(0x2df3372448f315019cdba9b486e6a6f3, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Axis-webfont.eot', 0, 0x00000000000000000000000000000000, 0x13009c955b9cb804e12aa3ca45b0c34c),
(0x884da13524bf15d2e8018091ddef53b2, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Axis-webfont.svg', 0, 0x00000000000000000000000000000000, 0x9b0b4c34527e50e719157371398bde23),
(0xca081117d0fb31d60e7dff4001c53cb1, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Axis-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x943fe094f6b77d02f2a42379ef351681),
(0xd68a2a244357e032544ba0ac2f897590, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Axis-webfont.woff', 0, 0x00000000000000000000000000000000, 0xf00a37ea246f47d6a52f73e19fe7a7c2),
(0x54a4bc37b0ce625a7c2a068a3cb2056f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Kaps-webfont.eot', 0, 0x00000000000000000000000000000000, 0xead321d0181f70c1aa9794a51b677d1c),
(0x62d5dfedc3466c1d4af3b54883e3bad7, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Kaps-webfont.svg', 0, 0x00000000000000000000000000000000, 0x1b582fc0a20b267d0238b5d592ddc9d3),
(0xf1d0b376fb67d13513b2a51dfe8fd18f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Kaps-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xdf1606916c985589ce73242a1d4be431),
(0x1c061bdd55afd2d9ceeedc0129e3ebb9, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Kaps-webfont.woff', 0, 0x00000000000000000000000000000000, 0x523bf868c3f25105ad0ebfc411b8b358),
(0xaba3dbf3384ae16521d477eaaa3801fd, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Paint-webfont.eot', 0, 0x00000000000000000000000000000000, 0xe184544738cc98ab5e835a654d8922c3),
(0xf20ce7581665b254b735901cbcafacbf, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Paint-webfont.svg', 0, 0x00000000000000000000000000000000, 0x4a6518b375dc2c906bd033a2b207ad13),
(0x9497dacbec5a403d5755952492d51e7b, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Paint-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x0bd240c363db62be4c66246d629e7465),
(0x2916012fe54a9638e15e4e10138fe1e9, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Paint-webfont.woff', 0, 0x00000000000000000000000000000000, 0x5ecf1c4a793d423649cf59b9524735fb),
(0x7b92272c209607878e0d25a1a49205be, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Wide-webfont.eot', 0, 0x00000000000000000000000000000000, 0xb58c186c03c958623ef1d8e682b08378),
(0x147faa4ae5ec91ca91c0920ebe656efe, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Wide-webfont.svg', 0, 0x00000000000000000000000000000000, 0x01f5977030d8ca5aaf57bc31a6a8b0de),
(0x28139d38ccd6d6977230cff97b92adbd, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Wide-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x63a27a74ac7b5b1e98d5ab4897c23123),
(0x4455c895d26cf033a0bbb59cb10042d6, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-Wide-webfont.woff', 0, 0x00000000000000000000000000000000, 0x5b80558f8d4334288a47403eb3a258f0),
(0xe1f1ca318eb0376b95e3734089549650, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-webfont.eot', 0, 0x00000000000000000000000000000000, 0x90a29c4b8b8e015d59557869412c7f30),
(0x3aad93d25f4f280e3b6ee89f0b6659a1, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-webfont.svg', 0, 0x00000000000000000000000000000000, 0x48a905e47a2da5b1db7ed722344ecee0),
(0x3f1a33eb77c4ef79d6578ef609f0ebff, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xa804ad8486a549acfd00836037bc08b1),
(0x181feff469f8d4d58f3611ac54c3bf83, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/KomikaTitle-webfont.woff', 0, 0x00000000000000000000000000000000, 0x58a7ea4080e5c44125ca58176e538090),
(0x82a171311f2deac59d9545280f96af85, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0xc2ee1dcfce1c4b3a157c8423a31ab61b),
(0xf589ae0abeff28f27217ecc1c9ff1a46, 'wp-content/plugins/ultimatum-library/fonts/fontface/Komika-Title-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x79712c0ddc8d93420c2553420136be4f),
(0x4cd1983d9811219f9646993e20175ead, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/SIL Open Font License 1.1.txt', 0, 0x00000000000000000000000000000000, 0x1d0f659dc1270c81f8da4bf1b514f6c9),
(0x1aceac787531edc5b83d65d1d44b83ac, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0x51c8b9e79d92cdb5403f4aaadaee26ae),
(0xa847762b253ec384d353569c7514d71e, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile-webfont.eot', 0, 0x00000000000000000000000000000000, 0x5f128f4df3a3fdaef2e0e33919d1797f),
(0x5056fa45c164e76cad7849edc621b46a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile-webfont.svg', 0, 0x00000000000000000000000000000000, 0xa0d8c6f7fb62cafa410c194bb8c242cf),
(0xd708e767d417c9d7c239851a8b868b01, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x8702a9500f69cf3ec48962536a8e6678),
(0x87254fc73f4037ff2e3d0500cc623d6b, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile-webfont.woff', 0, 0x00000000000000000000000000000000, 0x4c5343fa2ae879ff447d96194e84b7dc),
(0x0576be8fe881cedd6d49e5ba649c0626, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_bold-webfont.eot', 0, 0x00000000000000000000000000000000, 0xb64dd70eb2f42128f7874f3fb20b3287),
(0x218ad5b321ecb8d890a103ff525992d4, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_bold-webfont.svg', 0, 0x00000000000000000000000000000000, 0x49dc2fdec0aa8705c61ca4f30a581938),
(0x94abefe9342d6a74157defd7d7c21c5a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_bold-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x9b957a8b4714e7011e806cbabc42c7ef),
(0x76981a480c8776e07370850b08a25dce, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_bold-webfont.woff', 0, 0x00000000000000000000000000000000, 0x89cf0c291663587d9be89d01daf7df87),
(0x6819f6db54743e7f74f6e5cd69e1a7e6, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_bold_italic-webfont.eot', 0, 0x00000000000000000000000000000000, 0x634830b58eebbf218e63ab0a11bd4114),
(0x8766f9e028a12c74e9f1f604f18b6e25, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_bold_italic-webfont.svg', 0, 0x00000000000000000000000000000000, 0x7be08ddc9b86972d76848df55e71a20a),
(0x26ad6ba1219e4c16d08b91423c8164f2, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_bold_italic-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x3f1a341317b474b4fea87db2b82ed0e1),
(0x2b5aefec354faef690eca7abcbf6d7a5, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_bold_italic-webfont.woff', 0, 0x00000000000000000000000000000000, 0xd3d42226e9f4ed6d338ea416c3b56ac7),
(0x9b63d8cf7d6f2cb6bf2b499c4ae6bbb9, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_italic-webfont.eot', 0, 0x00000000000000000000000000000000, 0x7c9eccc6f74b6c43b7cb5a5481637f69),
(0x6f9816894226d2e42f8c33bc8599470f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_italic-webfont.svg', 0, 0x00000000000000000000000000000000, 0x4017fbde0312290a90a3a6504fe179e6),
(0xbf3c2adae6d0c139050665fee989894b, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_italic-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x815d3415370eab1596e31a9fb63084e5),
(0xea5dedad3c5e83c5f19fd9cb5546eb26, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/nobile_italic-webfont.woff', 0, 0x00000000000000000000000000000000, 0x2a12e753a2669239fe6ca64a354e2c54),
(0xc926168b22f6251888863ce582d9a37f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Nobile-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x287f49fa9496a74b85a0f792d07e1143),
(0xb2093d4102df3de47b8c4d25abe53e22, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTC55F-webfont.eot', 0, 0x00000000000000000000000000000000, 0x6940abc4118e1f38bf66a2994b32a751),
(0xb65a204f7edb2883186d7cede16d7bbc, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTC55F-webfont.svg', 0, 0x00000000000000000000000000000000, 0xa0c90138594295238d9e1d38d353b581),
(0x884d1e065da2f10a553699d6ca6f6600, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTC55F-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xfa51714d422773f3b2529709565bdb2c),
(0xfa26970e26becf17c43d591bbe8dbf02, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTC55F-webfont.woff', 0, 0x00000000000000000000000000000000, 0x560d200dfae2f90cf1846a535f3b5f0e),
(0x15a9baf9d499f8a53fb71f0ce8aaa730, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTC75F-webfont.eot', 0, 0x00000000000000000000000000000000, 0x1d1af4f8735a9e7058f4645a9ae79402),
(0x90b08c32df2c02931680378f7bf354ed, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTC75F-webfont.svg', 0, 0x00000000000000000000000000000000, 0x1a9d237e0d6a3db39cdf7afa82221121),
(0x8b43d8fe1c38702c82dd535858a238ec, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTC75F-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x4123451ec7c7463849381bef7f096477),
(0xd7e9edb85e535b226386ebf298b058ed, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTC75F-webfont.woff', 0, 0x00000000000000000000000000000000, 0x3dca42fdca8d53bb0fcf394580ff10ca),
(0xe8afff672d1ac0221eb2d901e3ec476f, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTN57F-webfont.eot', 0, 0x00000000000000000000000000000000, 0x497d7de78c96203a4c18f93eb7631ee1),
(0xb304a6cf93354e7e557289f0fc2c7228, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTN57F-webfont.svg', 0, 0x00000000000000000000000000000000, 0x705296741cade3405d328c57753f4f45),
(0x66e103ff0d3e16c0439d821dcc8131a3, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTN57F-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x4dc78942bd54507d17fe82406efaf4fe),
(0xd05eb2e174231bd3d43cd08cddf9ad11, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTN57F-webfont.woff', 0, 0x00000000000000000000000000000000, 0xfb24a7b5943aa4e0e5e53d86874584ea),
(0xce3a262a29f6c87dd81a9190667f7ad7, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTN77F-webfont.eot', 0, 0x00000000000000000000000000000000, 0xe9338158595c00e13738765a8175beea),
(0xa0a89b54b6c74be2db5740526ce3c71e, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTN77F-webfont.svg', 0, 0x00000000000000000000000000000000, 0xcb03989c12a6f6ad8b822eec3c0f8f11),
(0x532d534c80adb997a369ab0b273f1858, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTN77F-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x309d59b8e265b559a9af67113ed5f0c1),
(0x79ca56a788b96e94130aefae86b3fef6, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTN77F-webfont.woff', 0, 0x00000000000000000000000000000000, 0x7ccee53784d7e06b7f018fdb896ced68),
(0x04f91d77b5edba36bfebc75e3042c13e, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS55F-webfont.eot', 0, 0x00000000000000000000000000000000, 0x1a952da9a9e603dcb02de96033d5ce40),
(0x28661c021364107d9f60f5b07e19643b, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS55F-webfont.svg', 0, 0x00000000000000000000000000000000, 0x203d3cb19f436ef4d659224608bab59f),
(0xf1f6f6ee39ea5c4b21a0920663f82f6a, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS55F-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x559a00272814158f7aa15f0c44a9599b),
(0xb6e0133b879f550d5637c0ea085c0aa1, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS55F-webfont.woff', 0, 0x00000000000000000000000000000000, 0x8d05c5673b88028896e1bba83730f18c),
(0x3a0c53c2e31a6faea3d6024822ec28bf, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS56F-webfont.eot', 0, 0x00000000000000000000000000000000, 0x79ab0f469d60b8f1c449cce74adc1665),
(0x5bcca544a4d4f99432c966acd41a4dd4, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS56F-webfont.svg', 0, 0x00000000000000000000000000000000, 0x32985a54fa050cbb2f4d34dfa7dd6b5e),
(0x2a72f6253c5167e5913ea200497af8fc, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS56F-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x856391f7b1d4fe945e5e3e0145df3c20),
(0x96becfec5e3ab832488d1890a05e2426, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS56F-webfont.woff', 0, 0x00000000000000000000000000000000, 0xb2e2a196cd895a0fea781ef3d56a6629),
(0xf8a73ef43c5cb308f1302b46279a15e1, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS75F-webfont.eot', 0, 0x00000000000000000000000000000000, 0x0e4f071cb5582e7c78fc16e400d14740),
(0xfca3e93789b6d2708abf23b785c45997, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS75F-webfont.svg', 0, 0x00000000000000000000000000000000, 0x5523dc472978924616c8eb761036774e),
(0x856726d4405303fb823bc7b0c0d3d73c, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS75F-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x77c5964adc95228ab9d3d51499c9bf21),
(0x48b9288cad423b62d3935dbe21289e1a, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS75F-webfont.woff', 0, 0x00000000000000000000000000000000, 0xea0490640896dd458cfc88120fa76353),
(0x1da08ce12b4db00c1d40fb9bbaabd0e9, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS76F-webfont.eot', 0, 0x00000000000000000000000000000000, 0x9ed94c1397ec3dee2093d446f2742dde),
(0x103ac2d08e4ff366653473ab7eb658a4, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS76F-webfont.svg', 0, 0x00000000000000000000000000000000, 0xaa6ddbbbb8918a65cf16ddf4c1ec59d7),
(0x21c818555ea41393665cbf4be2ef0860, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS76F-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x71178441e747246348f5afedfaab3dab),
(0xeabe5c1589a263788dd2e6928548799f, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/PTS76F-webfont.woff', 0, 0x00000000000000000000000000000000, 0x9da31daba678ccc6ca8676045d59b8bd),
(0xa024bb41ddd686de97761ce79a545c40, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/Paratype PT Sans Free Font License.txt', 0, 0x00000000000000000000000000000000, 0x882d1b8330d01a616482150a8118cdc8),
(0x985785ab38e553f9710a695bed2c5bf2, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0xcb8f16d627722bfc765aa831524ea13d),
(0xf5e75ff669950fa2fdb04fdacbf87671, 'wp-content/plugins/ultimatum-library/fonts/fontface/PT-Sans-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x1c357a4999d9c104c561353c4ec77806),
(0xef0e05ab6a47df5a00b370ee4edb0b29, 'wp-content/plugins/ultimatum-library/fonts/fontface/Rabiohead-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0xa03df427be82664d74865121f093ec56),
(0xa4ff646ef153b1f0598456e336111380, 'wp-content/plugins/ultimatum-library/fonts/fontface/Rabiohead-fontfacekit/pizzadude.dk License.txt', 0, 0x00000000000000000000000000000000, 0x5b410450e843e675267b90bbb3a1e491),
(0xc6da68ab130849c2ea12d377f1e22f09, 'wp-content/plugins/ultimatum-library/fonts/fontface/Rabiohead-fontfacekit/rabiohead-webfont.eot', 0, 0x00000000000000000000000000000000, 0xad4f7c6392a3874dcf973246e448410f),
(0x3e8a4bf19cf62420c672c9071b0e02a2, 'wp-content/plugins/ultimatum-library/fonts/fontface/Rabiohead-fontfacekit/rabiohead-webfont.svg', 0, 0x00000000000000000000000000000000, 0xcafa9265a65d8b7f1f1d6b5a0236a9d5),
(0x2f74982f37592602479de6dc87cd037a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Rabiohead-fontfacekit/rabiohead-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x39a44a3c04427377b3fb726189b1bc03),
(0x44c6dfdb8b194225fc44be3aaae1c158, 'wp-content/plugins/ultimatum-library/fonts/fontface/Rabiohead-fontfacekit/rabiohead-webfont.woff', 0, 0x00000000000000000000000000000000, 0x65c55d7d67f9d161ac48ae9dcd9650d5),
(0x96d46ccf4eab1fc7c6f0d7d356657a99, 'wp-content/plugins/ultimatum-library/fonts/fontface/Rabiohead-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x491ceef12c5bd5e61c4785f5c0575ca8),
(0xf6294f7aa1459e7992dbf61949969687, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Bernd Montag License.txt', 0, 0x00000000000000000000000000000000, 0x9166f2ac6be5ac9791ab1ac204da434d),
(0x476f746fb3dfd078015157e1f1ccdac2, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Bold-webfont.eot', 0, 0x00000000000000000000000000000000, 0xc02a6b7965e8772b22686d12582828eb),
(0xa5443ce6c529c3ad6ed6cfef4b8c454a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Bold-webfont.svg', 0, 0x00000000000000000000000000000000, 0x1c8b11c63c28099f86bf8879fa979e35),
(0x55549009a9279b88e3d2f8b872669a20, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Bold-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x33cb16f6f9e0fae71145d6bbf5d86117),
(0x38e14852e30d6e2f052d487d1e01f356, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Bold-webfont.woff', 0, 0x00000000000000000000000000000000, 0x6eed7dc06b5245abbaf35836e5385511),
(0x2cd7e5245cad361fe689e3ee5d777372, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Light-webfont.eot', 0, 0x00000000000000000000000000000000, 0xcdc7d8d81e1279e82f4e312a61668d48),
(0x522e7642bbb1b351b311d99d6b11be06, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Light-webfont.svg', 0, 0x00000000000000000000000000000000, 0x90c473ae42cf1d92ae88576ae63ee57b),
(0xa8691b0b0a1ac60a0702fcf34568eec5, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Light-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x96925cb891e72503ebea49e5e024e72f),
(0xd13f51c89c0b352a3f7e4c125849b86a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Light-webfont.woff', 0, 0x00000000000000000000000000000000, 0xd31a64dc55180a986e496d96f0eed847),
(0x10b9d41c1b37e12157d48713ad762cf0, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Regular-webfont.eot', 0, 0x00000000000000000000000000000000, 0x8fd7ff3f4abab5cce8f9538c037d8c3a),
(0x7ad296ef858da832b9b008132a18513d, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Regular-webfont.svg', 0, 0x00000000000000000000000000000000, 0xc18f1e93eb74f137ea0ea31f471e408e),
(0x599ae6c5e4c92cf5d97a1aa8ba92eb71, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Regular-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x566fd0647a6b642211c92816e8d7fce0),
(0x41602e92bf4fc0a118e4ba69f0666037, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/Sansation_Regular-webfont.woff', 0, 0x00000000000000000000000000000000, 0x7fcc4e4c185dc14b3b5c8249eac6ca97),
(0x9c437dad6825b09d0a5e23e921219ddc, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0x0378b476584a7400623c1a8853a39538),
(0xdedb3f4c14a0630a6325611184d37ea9, 'wp-content/plugins/ultimatum-library/fonts/fontface/Sansation-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x99891e50d0508d5a0ef2bcf97164fbe2),
(0xec1a850b017ed0de1565da63727be814, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/SIL Open Font License 1.1.txt', 0, 0x00000000000000000000000000000000, 0x1d0f659dc1270c81f8da4bf1b514f6c9),
(0xb2321728c6f0b8ea7330048789568957, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L001-webfont.eot', 0, 0x00000000000000000000000000000000, 0x631bcb0daaedb314f4038d90227443b5),
(0xf372b383afb2e8c4603e97940e1c0ab7, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L001-webfont.svg', 0, 0x00000000000000000000000000000000, 0x2cb00a7b25347898491bf23a98732457),
(0x73eaaa7489dc384c526510ca7b2a3a56, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L001-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xfcf1e054fc361b2d4c295cca36e2801f),
(0xf904c80bb82daf16e4adae86c48ebee3, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L001-webfont.woff', 0, 0x00000000000000000000000000000000, 0x715c8ddb350635b78069267f750cf650),
(0xc46d2f1c77b2eff69e68908e354e4259, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L002-webfont.eot', 0, 0x00000000000000000000000000000000, 0xcdaad3c20abf926378248d2e215c6bb8),
(0x228dd13738c3732fdddecc9a5a0b9422, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L002-webfont.svg', 0, 0x00000000000000000000000000000000, 0x3421a981842af76e2dfcc5e843f0546a),
(0xc88a693e570b960a888727439f53f346, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L002-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xaf06106cbc4ff5f256dc66495011a1f3),
(0xca4363e27306d6ae84deef8fff4b0836, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L002-webfont.woff', 0, 0x00000000000000000000000000000000, 0xed64f4ba140b7bf2d029241cd308a365),
(0x01fbe9e3623e1e03c6f1ade06fff09b8, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L003-webfont.eot', 0, 0x00000000000000000000000000000000, 0xea55354418f0813892792297c0d1e035),
(0x62e1c363bca96424fe32ca3efd072302, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L003-webfont.svg', 0, 0x00000000000000000000000000000000, 0xca8b3ee1b4c9181ab70781b6d07bc5ae),
(0xd41ee38dd77ad35b5f13505b518fc983, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L003-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xbd637a46890916aa55510a811caee4cd),
(0xe9582bbed38570febebf45bd74775819, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L003-webfont.woff', 0, 0x00000000000000000000000000000000, 0xaa3faca17fb4f80287e83dfa3bfe575e),
(0x18c19a3805cf84d4950598b3998bc00b, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L004-webfont.eot', 0, 0x00000000000000000000000000000000, 0xf9b60bf9314265accec2ca47b52a2c22),
(0xf3299cb48262b742203f92f379b1877c, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L004-webfont.svg', 0, 0x00000000000000000000000000000000, 0x24904b12c2c4adbc5f203225fcb71584),
(0x443728c7f35bcae01eaa5533de9161fe, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L004-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x6e16e26171e091e1bd065fa918626f02),
(0x058d13553523ef4a67c1568c2ae9c80b, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L004-webfont.woff', 0, 0x00000000000000000000000000000000, 0x659766c63a3b2c0f660223f8d8bf79e6),
(0x42afb5e69a7de73d276293e799dfe843, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L005-webfont.eot', 0, 0x00000000000000000000000000000000, 0x96ca239f4bc753cc031057d0fa22b8f3),
(0x1c1e3158d483df2b8d4bfa6a27aa9cdd, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L005-webfont.svg', 0, 0x00000000000000000000000000000000, 0xfaec7034443317334c32a837f9b62cdb),
(0xd7599a0a28ae8f98427ab319647f650c, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L005-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xa30a1e26322c6033bf86a547994f6420),
(0x5f94e78ec429f5a34c117cd33a3444e6, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L005-webfont.woff', 0, 0x00000000000000000000000000000000, 0x6cfc341f4313cec95e75cfc167a1a59f),
(0x15a6cd78de2af13ff9693130acd79404, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L006-webfont.eot', 0, 0x00000000000000000000000000000000, 0x5259b1f51028c08f1e2b6df3e5553379),
(0x57ebca259b3a6feece3a2907495ab35d, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L006-webfont.svg', 0, 0x00000000000000000000000000000000, 0xb819c06620d7b4e0390abba879b11ce2),
(0x189cb429c89b81c89270855d23573671, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L006-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xaa8c99a167c6467d25ce699190eb8565),
(0x64ba81cc7464463f12ed126a6e78349b, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/TitilliumText22L006-webfont.woff', 0, 0x00000000000000000000000000000000, 0x3ea7b57328461688889ac6e05a264c9d),
(0x5b1e06c2c58b1be49fbc3802cc8bede0, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0xbba5432140204f0dbbec0dfa2d6bdb34),
(0xbc6369e885f8a5021a5ba63726de49fe, 'wp-content/plugins/ultimatum-library/fonts/fontface/TitilliumText-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x3b5221b0281296de7e69705707e71009),
(0xaf196a7a4dd117ff3db11e97b2af8fa2, 'wp-content/plugins/ultimatum-library/fonts/fontface/Undercover-fontfacekit/UNDERCOV-webfont.eot', 0, 0x00000000000000000000000000000000, 0x6e79a50e6880877cca523df859408574),
(0x473742e3d91f0ea502dbce3df09d7678, 'wp-content/plugins/ultimatum-library/fonts/fontface/Undercover-fontfacekit/UNDERCOV-webfont.svg', 0, 0x00000000000000000000000000000000, 0x0af2807d8995b3bb2dc8178dd26e9aec),
(0xd42093acc555d61a28da71b3b1b37e24, 'wp-content/plugins/ultimatum-library/fonts/fontface/Undercover-fontfacekit/UNDERCOV-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x8d76b68468b8bf5426d2bdea52b37efe),
(0x92467e45342e1a931186df0e63ae662c, 'wp-content/plugins/ultimatum-library/fonts/fontface/Undercover-fontfacekit/UNDERCOV-webfont.woff', 0, 0x00000000000000000000000000000000, 0xa0ce0c73786e7c1b4e76bebc53c3a505),
(0x4972c23b1fdf91bb3eb62c4cf5d499d0, 'wp-content/plugins/ultimatum-library/fonts/fontface/Undercover-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0xdb783564d7401d2e006ba4ffbae926e0),
(0xf81a1902f60491cb41298d7c94abb58f, 'wp-content/plugins/ultimatum-library/fonts/fontface/Undercover-fontfacekit/pizzadude.dk License.txt', 0, 0x00000000000000000000000000000000, 0x5b410450e843e675267b90bbb3a1e491),
(0x1aaf3bdf8186da60c469e6d5a9413b9a, 'wp-content/plugins/ultimatum-library/fonts/fontface/Undercover-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x883ae602954b5febed3f4fb7d4ab50fc),
(0xa5b3ec53ae659aa63c6b4090aab89376, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Freeware License.txt', 0, 0x00000000000000000000000000000000, 0x9b2bd6a1d68a7343662657c39a0fdebc),
(0xd1ab515b58071be319394080f6f96f7c, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Black-webfont.eot', 0, 0x00000000000000000000000000000000, 0xc3e61bd5ddf82883d64966fd243c675b),
(0xfee42e8f5da58db2136ba36e27cd7ce7, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Black-webfont.svg', 0, 0x00000000000000000000000000000000, 0xa57ff8489fa4c327ac5c971d7691d9c3),
(0x23032805e2324a04f86d1ef84b1c6d15, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Black-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x491dc80ad73bc7f0802af5e01f4d32a4),
(0xf969fdea906caa9da1ec63e95b6d0a4d, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Black-webfont.woff', 0, 0x00000000000000000000000000000000, 0x6ba1bde6ead1efec647af5601664e8c9),
(0x06ce2f76d24b924702eb3a07f8a280bf, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Bold-webfont.eot', 0, 0x00000000000000000000000000000000, 0x090a88e1ab24fef847b56a0fe66b69e8),
(0x42c053cb8c9a7c0015ddc21b01765a68, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Bold-webfont.svg', 0, 0x00000000000000000000000000000000, 0x9d4d9131a1addb44b59687fef79d4350),
(0x445226e22c2d94b52bce4d2a815d8ee9, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Bold-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x9e289ecad1ca1058702da4625af762ec),
(0x375153f7deb57951a77022dfb1ad38dd, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Bold-webfont.woff', 0, 0x00000000000000000000000000000000, 0x77caec2e4977f7fbde7e3e2a2c35c372),
(0xdc12a7171398c5744b286349fa504810, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique-webfont.eot', 0, 0x00000000000000000000000000000000, 0x0d06de225fb704b12bc66afd68fcc5b7),
(0x42960c01b33c79051d8e5b82e4155581, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique-webfont.svg', 0, 0x00000000000000000000000000000000, 0xac345f02f4d78516247cd789ddf07d6c),
(0x5f30941f0022fa2d7e92424809378f05, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x2a11b307926260bfd5da3c74e338d7a8),
(0xd01c552189ffc87a1cf5adc6904a70e2, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique-webfont.woff', 0, 0x00000000000000000000000000000000, 0xb9151d5fe79d504817ce9d5354736eae),
(0x42d5c0049b174eb3c9d519fb6de00710, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_Black-webfont.eot', 0, 0x00000000000000000000000000000000, 0x571b1441e1eb071ae8824e7c5e22e5d9),
(0x0fd06d0a46ce83ee7148b87d421dc0ed, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_Black-webfont.svg', 0, 0x00000000000000000000000000000000, 0x1650eda2fd97e7137ad06abee2dd9fcc),
(0xb90277790df091685a4d910faa528abf, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_Black-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x32fb21cce9caf7b3f74849128b9c8964),
(0x4cf3f619ff3d8aa2d4535352b463e797, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_Black-webfont.woff', 0, 0x00000000000000000000000000000000, 0x5ec8801dd9ee01207bfda1295732492c),
(0xe606538c98858f16269a8ee1255c10bd, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_Bold-webfont.eot', 0, 0x00000000000000000000000000000000, 0x1289b578ab5ed5c9956d98c7ae49d817),
(0x4e4867969aac617015954f682d2cc926, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_Bold-webfont.svg', 0, 0x00000000000000000000000000000000, 0xd8b5c882f0a69db4cfe4fd6215dff7ed),
(0x2278f5aece195dde477ab137021b205e, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_Bold-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x6aa1fe972b06bbe9aeb6125603f72214),
(0xe6db2e9e9da9fc8a3d0f5cba1bc0c283, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_Bold-webfont.woff', 0, 0x00000000000000000000000000000000, 0x1be66049d81bc52738ccff4d9fbbce93),
(0xcd248eb9a13ea9d4766148aaf3c96d15, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_SemiBold-webfont.eot', 0, 0x00000000000000000000000000000000, 0x2ad6ae40da71c04a79f90db00ddcc3e3),
(0x79a0c1318423fb4e8d33de1ae498436c, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_SemiBold-webfont.svg', 0, 0x00000000000000000000000000000000, 0xad5cce1e72ebacc4e391a5ce8468bad3),
(0xc8c726fc2b1366a1fa125b580a22d38c, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_SemiBold-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xfa4b832ba480fd056a16f8a6c7ddabfd),
(0xf93c1548e5f181036f3c217f5ea80e69, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_SemiBold-webfont.woff', 0, 0x00000000000000000000000000000000, 0x8fdda06e548296d7e890bc9eab60773a),
(0x0dc9c6e53ad04b1ed28c59596ea93e8b, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_UltraBold-webfont.eot', 0, 0x00000000000000000000000000000000, 0xfd3130a8dd91fe2d781a4417df108e91),
(0x9d840889e730c98a397970232d54524e, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_UltraBold-webfont.svg', 0, 0x00000000000000000000000000000000, 0x192ca1feff44d6637a1669bbf1a0e219),
(0x6ffd2c8834bfea9bd620e01a81ebe0f8, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_UltraBold-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x4bb8543f7737dfa5d3fa8e444fe37a26),
(0x818506062de74c14e83db9ca2ab25c01, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_Oblique_UltraBold-webfont.woff', 0, 0x00000000000000000000000000000000, 0xe0703f0030998b0c7aed2cafc6867f12),
(0xfae68d969e3b1d90c762b159c4367cf3, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_SemiBold-webfont.eot', 0, 0x00000000000000000000000000000000, 0x4a8cccc4ac1a7e5aaf533f25b41e3585),
(0x459493fe8f29ae8b145b657d85664568, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_SemiBold-webfont.svg', 0, 0x00000000000000000000000000000000, 0xdc9c4a77a74a02b867d38a52595f142d),
(0x0203bf43f6d817facfe97ac4f8deb1d5, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_SemiBold-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x3d3380004fc0473300dd1238d2b33e66),
(0xeedabee4c94f601ee79c6798924e99d4, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_SemiBold-webfont.woff', 0, 0x00000000000000000000000000000000, 0x7bb46a5ac69dff895d366e43908d8815),
(0x3eaf6111857b9af91ee3d469c02e16bc, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_UltraBold-webfont.eot', 0, 0x00000000000000000000000000000000, 0x9b00e64b9a85ad5080eb092b4559eee5),
(0x9926ccd87d814adba9323980d4513f15, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_UltraBold-webfont.svg', 0, 0x00000000000000000000000000000000, 0xc87502516087bfb2953488c0ba2f8aea),
(0x65fc2dcdb6069c4b6b44d1575b1d4073, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_UltraBold-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xa3395346f0bdc13e26f3e0062eebdaf6),
(0x416c2e3e4c8b87a321d0497c161b5b59, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/Walkway_UltraBold-webfont.woff', 0, 0x00000000000000000000000000000000, 0x9360fa86349489dbf186ab441aea83aa),
(0xfd0c151fdc4dcc79812f4d842632ee7c, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/demo.html', 0, 0x00000000000000000000000000000000, 0xaa23f7db2f3e772a26bd59d12a9fca8f),
(0xcaa6975a24a3bfa1500bb63866f6d667, 'wp-content/plugins/ultimatum-library/fonts/fontface/Walkway-fontfacekit/stylesheet.css', 0, 0x00000000000000000000000000000000, 0xfd0183954528bcec8bbf0c750eca8f31),
(0xc90630ba46de28ee88e927acdfd7dd19, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/HomoarakhnRegular-demo.html', 0, 0x00000000000000000000000000000000, 0x929c5a2c514e34495c5ed5da7de96d72),
(0x399d4bf85c451b446e7e6e1231de304c, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/generator_config.txt', 0, 0x00000000000000000000000000000000, 0xa7920fca8aa01ab429a04a64f01f9b0b),
(0x22448b59f467af9aa65dfee747c27543, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/homoarak-webfont.eot', 0, 0x00000000000000000000000000000000, 0x5375c65e61752e197ce2154c37b4bf2b),
(0xb2fd9def7cce962952322765ea561146, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/homoarak-webfont.svg', 0, 0x00000000000000000000000000000000, 0x5fb27419cb0f616c7d07a79308cabf05),
(0xb05317361e096aec177d589ce6c2cde8, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/homoarak-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x2f06a2e98944624d0f59bbfcf37ebcd5),
(0x3cec29618c3f0c7728d7cad676a86771, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/homoarak-webfont.woff', 0, 0x00000000000000000000000000000000, 0xd88969a733ee9a241e99746626c9e1f0),
(0x350faecad529fa7604d4579036bfc836, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/specimen_files/easytabs.js', 0, 0x00000000000000000000000000000000, 0xca967cf40ebb80004a08c67d53824dc4),
(0x1c304955ec34b404ddf48e0ca9c4f930, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/specimen_files/grid_12-825-55-15.css', 0, 0x00000000000000000000000000000000, 0x45e9422c89bf16e8067b6ca13c6a7405),
(0xea6a80265bf4a5ee40afa745762dfbca, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/specimen_files/homoarak-cleartype.png', 0, 0x00000000000000000000000000000000, 0x8975836b02f72acd5ee90a3d049ecb88),
(0x007dcf2f3df354e6a75141143d545727, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/specimen_files/specimen_stylesheet.css', 0, 0x00000000000000000000000000000000, 0xe2cb9ea14b546a77ddd7e9dfc8c0d32f),
(0x1793250407a5a841dc94bd6306f99a7b, 'wp-content/plugins/ultimatum-library/fonts/fontface/homoroak/stylesheet.css', 0, 0x00000000000000000000000000000000, 0x9d5a0458b13ed70771974831c950f73f),
(0x1f862db30ad63431052a1833140f1f15, 'wp-content/plugins/ultimatum-library/fonts/fontface/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x00f86aef44db3d203fc139a194dec483, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/BBCNassimRegular-demo.html', 0, 0x00000000000000000000000000000000, 0x07ad7dccd112d99d49fd03e2dae66eff),
(0x89be748a440798884ef76413ad3ae645, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/bbc-nassim-regular-webfont.eot', 0, 0x00000000000000000000000000000000, 0xd6ead58cb547585b3ee2e8551e658adc),
(0x4d0242cf28d907911ba480fe768d8410, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/bbc-nassim-regular-webfont.svg', 0, 0x00000000000000000000000000000000, 0xef11d314257fdab7c10efe67f7bd1391),
(0xa39067bdc828d9465a5294753d74044e, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/bbc-nassim-regular-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x2a560b1eefcd561118c30a5151ca548b),
(0x3e1c7b42cfdc016701dc90ad13d87d77, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/bbc-nassim-regular-webfont.woff', 0, 0x00000000000000000000000000000000, 0xac98539a5839616e3d05ac1e7793dd36),
(0x0392a47509b8f46e73153a22e8777b2f, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/generator_config.txt', 0, 0x00000000000000000000000000000000, 0x47e8ab1bac51662517b4634fc9bfd80d),
(0x1b516c6ceb689b942f9cff2b31eb4f46, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/specimen_files/easytabs.js', 0, 0x00000000000000000000000000000000, 0xca967cf40ebb80004a08c67d53824dc4),
(0x646329537dbac41b5226be56ce727387, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/specimen_files/grid_12-825-55-15.css', 0, 0x00000000000000000000000000000000, 0x45e9422c89bf16e8067b6ca13c6a7405),
(0xc4a4c1a12a1e7a921cec7b6626c4c04c, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/specimen_files/specimen_stylesheet.css', 0, 0x00000000000000000000000000000000, 0xe2cb9ea14b546a77ddd7e9dfc8c0d32f),
(0x37634cb2b512e8dd5327e2079e8abc84, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120420-114618/stylesheet.css', 0, 0x00000000000000000000000000000000, 0xe5db41a59ab1f23105e21fdc0d81ee2a),
(0x6451b1a9abb10f01aea1b28ec00775f0, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/generator_config.txt', 0, 0x00000000000000000000000000000000, 0x47e8ab1bac51662517b4634fc9bfd80d),
(0x97a39dbd14378c7754b3a2b9b5fb8868, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/khalaad_al-arabeh-webfont-webfont.eot', 0, 0x00000000000000000000000000000000, 0xe0b4a225cc943adc031332bd83c40497);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x4317690f5d212ea4f987d92eefcccb24, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/khalaad_al-arabeh-webfont-webfont.svg', 0, 0x00000000000000000000000000000000, 0xdffb1d88767f491436c63b4b3196bb53),
(0x2e06130cc71cdda54c11b2dcfa0db7bf, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/khalaad_al-arabeh-webfont-webfont.ttf', 0, 0x00000000000000000000000000000000, 0xf6fba8c4467df72d91002a4f5be56ef6),
(0x944f411e06694f0389b99aeb48b8d0b8, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/khalaad_al-arabeh-webfont-webfont.woff', 0, 0x00000000000000000000000000000000, 0x30d5c755b690046deb57732810325237),
(0xd43d0ea8a12ed16ab1fef88da4432aa5, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/khalaadalarabeh2khalaadalarabeh2-demo.html', 0, 0x00000000000000000000000000000000, 0xef63e8e02823e044b7b58a4576ee355c),
(0x009507f0220698bb406b9acc2366594d, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/specimen_files/easytabs.js', 0, 0x00000000000000000000000000000000, 0xca967cf40ebb80004a08c67d53824dc4),
(0x8093b3b94e8812b2dbd0f8ef18d81267, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/specimen_files/grid_12-825-55-15.css', 0, 0x00000000000000000000000000000000, 0x45e9422c89bf16e8067b6ca13c6a7405),
(0x88464eff3e9fcba76811caf3b13a2d36, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/specimen_files/specimen_stylesheet.css', 0, 0x00000000000000000000000000000000, 0xe2cb9ea14b546a77ddd7e9dfc8c0d32f),
(0x7f9473c75b3b5aac534175098f4ec49b, 'wp-content/plugins/ultimatum-library/fonts/fontface/webfontkit-20120423-020425/stylesheet.css', 0, 0x00000000000000000000000000000000, 0xe5184022d6719b223874fcc5bf23cc91),
(0x8d1204a8b6f5246f1dc7eb0e362df6ab, 'wp-content/plugins/ultimatum-library/fonts/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x708d4b7b00ce90b707cf461d2393920d, 'wp-content/plugins/ultimatum-library/images/icons/16/32Bit.png', 0, 0x00000000000000000000000000000000, 0x69cab826a1f8e5d25c56adf05953f5ea),
(0x1c9fa025a32511bc37df2a5dd4915ced, 'wp-content/plugins/ultimatum-library/images/icons/16/64bit.png', 0, 0x00000000000000000000000000000000, 0x9e78e355667da9d38a679f54bcc1382c),
(0x27e49a88059a20e08d18bf1b63070e9e, 'wp-content/plugins/ultimatum-library/images/icons/16/add.png', 0, 0x00000000000000000000000000000000, 0xf500253f797e20b7891c4a6940682f48),
(0x70d5b4a265c099bf9f2229605f6f4825, 'wp-content/plugins/ultimatum-library/images/icons/16/addressbook.png', 0, 0x00000000000000000000000000000000, 0x169be4f7166436ade986e97b73588b84),
(0xdd125ef8b316e5662852dede8bb8e043, 'wp-content/plugins/ultimatum-library/images/icons/16/addressbook_user.png', 0, 0x00000000000000000000000000000000, 0xc75d2580a7cc00e9368297792bfb2f15),
(0x923e9193bb14e37ac1330cd7f5fdda5b, 'wp-content/plugins/ultimatum-library/images/icons/16/apple-script.png', 0, 0x00000000000000000000000000000000, 0x4f8b24f114a850447c9d6c7c0bf03b7f),
(0xf5896e66b531a99c0cfcddb934a3d051, 'wp-content/plugins/ultimatum-library/images/icons/16/applications.png', 0, 0x00000000000000000000000000000000, 0x3e8ea78062e455267242824f08d6105a),
(0xce392fdbd0b68600d9d713b3afd25135, 'wp-content/plugins/ultimatum-library/images/icons/16/arrow_down.png', 0, 0x00000000000000000000000000000000, 0x8a0dd94ca99c5747256df5211a4c1cec),
(0x53b664fb21b9982d5815e57ec1cea3de, 'wp-content/plugins/ultimatum-library/images/icons/16/arrow_left.png', 0, 0x00000000000000000000000000000000, 0x03a50ab022d43ae9520a16499f69eeec),
(0x7b1571963825472e6d4fcf3c7c459dd8, 'wp-content/plugins/ultimatum-library/images/icons/16/arrow_right.png', 0, 0x00000000000000000000000000000000, 0xddc455020c3ea4e1ce052d435a93a917),
(0xdb7bb3c52ef6bff66eb21ea54b65514e, 'wp-content/plugins/ultimatum-library/images/icons/16/arrow_up.png', 0, 0x00000000000000000000000000000000, 0x1b553355bef37493235d7a041f2f727d),
(0x1cdf18c6e2365ae896629c82ecafe7e1, 'wp-content/plugins/ultimatum-library/images/icons/16/attention-blue.png', 0, 0x00000000000000000000000000000000, 0xe90bf921601a32859d7bbb7be643d6a5),
(0x873502718656625e38ce33b5b98eab86, 'wp-content/plugins/ultimatum-library/images/icons/16/attention-green.png', 0, 0x00000000000000000000000000000000, 0x76e261820d0b027f7cf45e394be242a9),
(0xde613de905356297f401fe524e372593, 'wp-content/plugins/ultimatum-library/images/icons/16/attention-orange.png', 0, 0x00000000000000000000000000000000, 0xe6ef4ba892bb071770df11f4c71f1a4b),
(0x5acc977f3f573be62aa40467268392e0, 'wp-content/plugins/ultimatum-library/images/icons/16/attention-red.png', 0, 0x00000000000000000000000000000000, 0x8cedfc7f2b2ac6b67d5d1211248b41c2),
(0x778d54e72901a7cc82b4552813e41442, 'wp-content/plugins/ultimatum-library/images/icons/16/audio_notification.png', 0, 0x00000000000000000000000000000000, 0x1f36a56c3fdb7ff5483629d0fd8a2c95),
(0xe985740365995173ff88d3257d79c191, 'wp-content/plugins/ultimatum-library/images/icons/16/badge_3g.png', 0, 0x00000000000000000000000000000000, 0x6bc87f0350bcd9e0293ebb18b81de8cd),
(0x5b2af0ff7328c2d0c2757422d29c4f14, 'wp-content/plugins/ultimatum-library/images/icons/16/badge_edge.png', 0, 0x00000000000000000000000000000000, 0xfd347ec3379c03f5a8e64eb0c5b8fbf4),
(0x016bdcf2c6e015c3c34c1c1c7d3f7f58, 'wp-content/plugins/ultimatum-library/images/icons/16/badge_gprs.png', 0, 0x00000000000000000000000000000000, 0x5250e6ba661270779628fadd692bcc20),
(0xddf728b5f0b871dc552e5f990aeef0c9, 'wp-content/plugins/ultimatum-library/images/icons/16/badge_umts.png', 0, 0x00000000000000000000000000000000, 0xa9aa181212715c046c88780540cd4658),
(0x78491d0e7ee046a25667c35074421c0a, 'wp-content/plugins/ultimatum-library/images/icons/16/badge_wifi.png', 0, 0x00000000000000000000000000000000, 0x011a379c180a200d0cd615d5849f3526),
(0x232b94e82bfc3ec937870c74fbe2e53a, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_10percent.png', 0, 0x00000000000000000000000000000000, 0x4d7ec11ecf112a94bd3f99b1af7eea9d),
(0x0c8daa2e3fb713f79177e436d1f6a252, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_20percent.png', 0, 0x00000000000000000000000000000000, 0x186fa618f3c4b5a1b66b23d05bb287c3),
(0xba3c9969208511d2679a6c3174b51d3f, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_40percent.png', 0, 0x00000000000000000000000000000000, 0x228ed68974024ceb7a520f019488cea1),
(0xe6e72245270d73b27f8744af4d7a19bd, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_60percent.png', 0, 0x00000000000000000000000000000000, 0x0fb2b15a70e59ae67bf259d3a82b6403),
(0xc0103324b84c4ccf83bce65eaedbe3c3, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_80percent.png', 0, 0x00000000000000000000000000000000, 0xbda0b90dec713e36d6173806b54b7cd7),
(0x38c52ad6a512077cd458c749adea0888, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_charging.png', 0, 0x00000000000000000000000000000000, 0x3ec988596fd4b86988bf0c21006f4fdb),
(0x88c654a8d5aa2d8d2fdd5a16ea9767a3, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_empty.png', 0, 0x00000000000000000000000000000000, 0xcb71759f43f4d018016d8d6e42aee94b),
(0x20f29c29a5f8bff56a645073413f17bd, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_full.png', 0, 0x00000000000000000000000000000000, 0x2e5dd239ea3093d8c3be48563e5753fb),
(0x8a4fd35cfb90eeec914c69f699212e73, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_horizontal_10percent.png', 0, 0x00000000000000000000000000000000, 0xa5e4ced06f6c1a3ab6637902ef028cea),
(0xbfbe388e7a332117db00492cd10b707e, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_horizontal_20percent.png', 0, 0x00000000000000000000000000000000, 0x32832b01507f5ad31e2467bfaa66dfd8),
(0xbebbcc5816e0722d7bb1f2662ae0ad18, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_horizontal_40percent.png', 0, 0x00000000000000000000000000000000, 0xee1c346fea72ab61dc2e7b71d024e77f),
(0xc815016b15a27050e58eebd66f6730a9, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_horizontal_60percent.png', 0, 0x00000000000000000000000000000000, 0xa0837a83ea3c6fb95f6ccfebf836cb85),
(0x467240123aea75ad0c3d3bfa23939c4b, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_horizontal_80percent.png', 0, 0x00000000000000000000000000000000, 0x54aac6ce5f0ecbf4b0e2de9bafa3a426),
(0xe46ddaa3089b0749b07baba26f51756a, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_horizontal_charging.png', 0, 0x00000000000000000000000000000000, 0xfc31ff840cd9e62b9d334e59736f8d98),
(0xf4cfe65e3623096e0dff75a0085e0b6b, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_horizontal_empty.png', 0, 0x00000000000000000000000000000000, 0x53c847ed6c7b5f1f2dbc2086b8478f19),
(0xacbb7204ef4e47f5d908e7c6a28a5d41, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_horizontal_full.png', 0, 0x00000000000000000000000000000000, 0xc34837672802843f3f5cda681b34fe66),
(0xde513462286d149ad7d374318ed013e2, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_horizontal_plugged_in.png', 0, 0x00000000000000000000000000000000, 0x5e3bf56abe01c83ef35ab8aa9345cdd6),
(0xf6835de9b99f1e42177ee480ace6bfb8, 'wp-content/plugins/ultimatum-library/images/icons/16/battery_pluged_in.png', 0, 0x00000000000000000000000000000000, 0xd2135109c84b54f51ea1883ee961eeb7),
(0xbdb24c634516909d8654571dab549b7f, 'wp-content/plugins/ultimatum-library/images/icons/16/beer.png', 0, 0x00000000000000000000000000000000, 0x119def187ffa70391dc746ab591e3ada),
(0x12e20c35bbd17733331e5e2e36293a1b, 'wp-content/plugins/ultimatum-library/images/icons/16/bible.png', 0, 0x00000000000000000000000000000000, 0x8a3bdee60ee4177532d4d998c67bfee4),
(0xf3a32b72b4852f64c34114c2dd7f64e8, 'wp-content/plugins/ultimatum-library/images/icons/16/bomb.png', 0, 0x00000000000000000000000000000000, 0xbdbdd00899fc790210a989293171b8fb),
(0x90837e1ac4327bf4cf39d9d1939c0e6c, 'wp-content/plugins/ultimatum-library/images/icons/16/box_address.png', 0, 0x00000000000000000000000000000000, 0x7eecd474be190a38ced6333416fa699d),
(0x752360fe6ad72e7f2df734c7a13aa57a, 'wp-content/plugins/ultimatum-library/images/icons/16/box_download.png', 0, 0x00000000000000000000000000000000, 0x8fcde4cb4b9142910bbb182326287825),
(0x778050c4f336384028b340cf0dae86e3, 'wp-content/plugins/ultimatum-library/images/icons/16/box_fragile.png', 0, 0x00000000000000000000000000000000, 0xb6ea71dfa1d164f1cadc75bd2a27e420),
(0x89f8d6aad59f4089d1d0b8b386f2c73a, 'wp-content/plugins/ultimatum-library/images/icons/16/box_rar.png', 0, 0x00000000000000000000000000000000, 0x4e869243e607eef194cff3dbc9b60095),
(0xb401e674ab055fe01f7fffec74df8b8b, 'wp-content/plugins/ultimatum-library/images/icons/16/box_zip.png', 0, 0x00000000000000000000000000000000, 0x81e348820808433b7d3adb116d60a687),
(0xf3309d339cfb17b300bd7524952527a7, 'wp-content/plugins/ultimatum-library/images/icons/16/brainstorming.png', 0, 0x00000000000000000000000000000000, 0x673dee6dcb6b2beec0004d8ae82e0a0d),
(0xde3715b24f908cfb90bb4ab9b01cfd86, 'wp-content/plugins/ultimatum-library/images/icons/16/brainstorming_alternative.png', 0, 0x00000000000000000000000000000000, 0x48f0c29f6752e6cf5beaf5c7b8ba6d11),
(0x7aa4c07cf75232547d0e7d8cf6a6df77, 'wp-content/plugins/ultimatum-library/images/icons/16/browser.png', 0, 0x00000000000000000000000000000000, 0x824a1587745c67ac49c335a773ec6f7c),
(0xece55a13c7c6637b70ab6e3e61986d02, 'wp-content/plugins/ultimatum-library/images/icons/16/burning.png', 0, 0x00000000000000000000000000000000, 0x21ba13702249e5d0b80b8f1826ce8b11),
(0x1df2d935647500b121a4245532216984, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_add.png', 0, 0x00000000000000000000000000000000, 0xf49f0461b38e562b085abf6bcb251bad),
(0xbd17607a618702ca957c7b1c7ce85cdb, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_close.png', 0, 0x00000000000000000000000000000000, 0x1bf4c8bf70ff85511206f79f11a84755),
(0x2fde1c35f9f27e48e5f6625279e1b08c, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_delete.png', 0, 0x00000000000000000000000000000000, 0x50032d655849730e026481a39824ed5f),
(0x7e73fbc6cecd4b3569d08f4dd739e6cb, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_fastforward.png', 0, 0x00000000000000000000000000000000, 0x6feaa180872ca70fda1fd75b3e0e225a),
(0x03494038acf6977cf6ce582677041bf1, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_heart.png', 0, 0x00000000000000000000000000000000, 0x9e96ba6cd918209aa4ec308984c0004d),
(0xdffc84e08e3b3369e75fdef0a1b00ab2, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_pause.png', 0, 0x00000000000000000000000000000000, 0xe7bc8a49702685bfbf8cdeddd74dc0b7),
(0x52089ea2f29c46caf55334911875f534, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_play.png', 0, 0x00000000000000000000000000000000, 0x29c3f81a6d6b860f074cd70a958fbdae),
(0x4231f344460fc7ac6fc2c6be79987ad9, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_record.png', 0, 0x00000000000000000000000000000000, 0xcd3574f8e04673ef12498aa6f1072056),
(0x74a1a3e927e542f0c08475f1bc188012, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_rewind.png', 0, 0x00000000000000000000000000000000, 0x27136573c82c196758ee01a2a8a86962),
(0x4554e66f6d5b17dacfa336f170efd77e, 'wp-content/plugins/ultimatum-library/images/icons/16/button_blue_stop.png', 0, 0x00000000000000000000000000000000, 0x0310faca239586c8036a2b45e03d71d8),
(0xa3c5de02fd354f993ab2dec2cc7de5b1, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_add.png', 0, 0x00000000000000000000000000000000, 0x40dfd8729bd235d154e7a22ac1a41c06),
(0x24f9b2dafe62a9cc23e911a32597ed36, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_close.png', 0, 0x00000000000000000000000000000000, 0x123e9180fed5cf2f54da5e4989ef9e17),
(0xb598d476949d1500fe3e7a16f4bba964, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_delete.png', 0, 0x00000000000000000000000000000000, 0x3b319d4e82108cae4cf9df2f02c2189f),
(0x64efe5d5036b48259aa24526d50d03d3, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_fastforward.png', 0, 0x00000000000000000000000000000000, 0x0c0568ea655ceba776323d919757d961),
(0x408fb53d5c0103ea92337e90ce68e78d, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_heart.png', 0, 0x00000000000000000000000000000000, 0xbb76d3065944c970a13fe2dece17f49e),
(0x050bdcbd2868717af047c432d751c01d, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_pause.png', 0, 0x00000000000000000000000000000000, 0x519c3fcab4b9917cff069137249cf4f7),
(0xc4373b9d9ee1b69ed029d4ddad3e26c1, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_play.png', 0, 0x00000000000000000000000000000000, 0x8733a997e64ff3b7a7b5a6daeaec84aa),
(0xfc549150f2d7bdcaae0d2cb97243261f, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_record.png', 0, 0x00000000000000000000000000000000, 0x7e4e8fa4171c70c1d9947a95300e8359),
(0x07ab8733b6c88ad962ae5928d93076e2, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_rewind.png', 0, 0x00000000000000000000000000000000, 0xafb23d13c41f1cd6df4bebfe9f64e457),
(0xea55b91a56ff523e7d359f3b543d8b03, 'wp-content/plugins/ultimatum-library/images/icons/16/button_green_stop.png', 0, 0x00000000000000000000000000000000, 0x6833839e33c453eb37a982438b491839),
(0xace915e9daee0c37f28cd11386eae2e7, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_add.png', 0, 0x00000000000000000000000000000000, 0x7063593aae7f0b85de65d77670d9bff3),
(0x3175e85bba11c5eca3c977276352096c, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_close.png', 0, 0x00000000000000000000000000000000, 0xdeed438003aea1fad5636cef1b3689b9),
(0x21dcc96450a9c8eba8d204444e5aaf3a, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_delete.png', 0, 0x00000000000000000000000000000000, 0xdd7f51f978b1c86ca5008158e7fc6699),
(0x7f24a8938289da0933bf5fc6d59cf987, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_fastforward.png', 0, 0x00000000000000000000000000000000, 0x76d51a27c3dd375aa9c3dfc95ba1374c),
(0xda58c75b30887e506ec71158957f3020, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_heart.png', 0, 0x00000000000000000000000000000000, 0x14a9c37ed659fe2c66d2094a1ecb0385),
(0x33a418bd680d9d87935589237edfdb0d, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_pause.png', 0, 0x00000000000000000000000000000000, 0xfb8d8b0e79e4365bf84b014425b991dc),
(0x5d92952f8bfcdf39f56f3424245133dd, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_play.png', 0, 0x00000000000000000000000000000000, 0x6854e505b89908ce6f829b145a43253d),
(0x00245da74c70baa62d9d2944b8e52eb0, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_record.png', 0, 0x00000000000000000000000000000000, 0x44f5dfa4aaba8705b89cdff1ec564617),
(0x446331568d353738b3e63387a7f4aba5, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_rewind.png', 0, 0x00000000000000000000000000000000, 0xf858e5ca184561a1d20c1a6cfa8c1113),
(0x2e84fba31918ce3c61f1b8e20b9b5eb2, 'wp-content/plugins/ultimatum-library/images/icons/16/button_grey_stop.png', 0, 0x00000000000000000000000000000000, 0x87eed284e699660788c8d222840f152f),
(0xb34d640a2b00c948543b6f686fb852c4, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_add.png', 0, 0x00000000000000000000000000000000, 0xb7aa2ada63a78aad00e5456553dd6968),
(0xdab5f3c9229b3e3bf141cb0b9d55dd9d, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_close.png', 0, 0x00000000000000000000000000000000, 0xd384776b7bfc8d3c3da5b32d6807de6a),
(0x3cb4c12057f6f3fb2b10722c80434734, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_delete.png', 0, 0x00000000000000000000000000000000, 0x1b2f91687e50dbaa90f71bc818322ddd),
(0x9f3aae3ba6d6920c4e501f63584dee2e, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_fastforward.png', 0, 0x00000000000000000000000000000000, 0xc8c77d937879468898a373a43be70842),
(0xb38472b095dc20f6bf413fb524c6ce30, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_heart.png', 0, 0x00000000000000000000000000000000, 0x3fa47a201a29e8011b9958313ed7136e),
(0x282808abf6ff169df4d6d9683b81bf85, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_pause.png', 0, 0x00000000000000000000000000000000, 0xb5868b985e8694f8e9ba130cc68c3c35),
(0x18886b964644a739e4563622a4068015, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_play.png', 0, 0x00000000000000000000000000000000, 0xb14b9902dfd47a56391bf30e7c70b369),
(0x0edca16a50d4d38556c83b7f6008d7de, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_record.png', 0, 0x00000000000000000000000000000000, 0x172cadfeee37a5d3ca42595fa8f63b20),
(0xce215697bc3a8a8e73cc2f0871733966, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_rewind.png', 0, 0x00000000000000000000000000000000, 0x45ef88f106b2ec25202560eda2372848),
(0xb003fb13f3963cdfd25a51eef70998a3, 'wp-content/plugins/ultimatum-library/images/icons/16/button_pink_stop.png', 0, 0x00000000000000000000000000000000, 0x1bd986981f918e0d7eec623d3521c873),
(0x20b694c8bc99a857675273bac3a91a6a, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_add.png', 0, 0x00000000000000000000000000000000, 0x3bb7166621470de80ed813e1f968c074),
(0xc287fca5458c3809267943bb6f1e3e7b, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_close.png', 0, 0x00000000000000000000000000000000, 0x4fc9c38e5133f312fa52b6ee9a81fdd3),
(0xd53c541974212c2a5ee706dc9bf961de, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_delete.png', 0, 0x00000000000000000000000000000000, 0xbfe656aff1c8fc54339592584bb5a913),
(0x5a8fe44e59594246346619770878f44b, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_fastforward.png', 0, 0x00000000000000000000000000000000, 0xace7fd5ac57383ae3f03887a50591f24),
(0x8c0cbde8a78fb455b5504ff166fbf048, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_heart.png', 0, 0x00000000000000000000000000000000, 0x1cd4a3a539b82013d3f43515f769075f),
(0xca1fd23f09853ba03853b1d030b62ee6, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_pause.png', 0, 0x00000000000000000000000000000000, 0x3dd6053e21dbf6a31b9842c77241b9e7),
(0x062c6f229936f6cc8194e90672bb260e, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_play.png', 0, 0x00000000000000000000000000000000, 0xe84e9cea867037003a5220348be4b963),
(0x9a31a182abde2f5df0381da9c572a456, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_record.png', 0, 0x00000000000000000000000000000000, 0xa9faca2c7002cb86a54fb87b878997bb),
(0x95820c2b825d58b8800dffa376f44d8e, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_rewind.png', 0, 0x00000000000000000000000000000000, 0x33764868a539f8f74962a31ea4707c4d),
(0xa3adc9291c32124acb871d5836a779ad, 'wp-content/plugins/ultimatum-library/images/icons/16/button_red_stop.png', 0, 0x00000000000000000000000000000000, 0x396499544592bdaae9bffbf5a68a3542),
(0x7b2108b068b7a061b2b83fad99b3277f, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_add.png', 0, 0x00000000000000000000000000000000, 0xde4d2e09dac5cc24480fb20d47d00c46),
(0x1c8ea36bb6af5e967433bd49abfc0f7a, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_close.png', 0, 0x00000000000000000000000000000000, 0x54548b24a02ad7698be6b3a908390c56),
(0x33af125df24d7895fa646b277b4c565b, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_delete.png', 0, 0x00000000000000000000000000000000, 0xaa382b6e84dd2c6d9cd988873e0b98e5),
(0xa6c7a953d59f888b71b1ea44019f29a6, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_fastforward.png', 0, 0x00000000000000000000000000000000, 0x9591822f660dba39a6a70f2df15bee6e),
(0x36ea2de03766441263e07d8f8990d9f8, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_heart.png', 0, 0x00000000000000000000000000000000, 0x8faef11f92e15d5d1f97af9273369907),
(0x5c4c8dde1bffe9d4f9e1f173cdf4ccf6, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_pause.png', 0, 0x00000000000000000000000000000000, 0x9b94f0df376c33b98d4c71cc1f739415),
(0xe976b33be196cb625cf1297cd96f6465, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_play.png', 0, 0x00000000000000000000000000000000, 0x9a46023815e43c58f0058457b73fe7e3),
(0xcfd8c90290bd8133b2dcac7fd0fab3c2, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_record.png', 0, 0x00000000000000000000000000000000, 0x13ddb439f852b850cff0a5158da69966),
(0xfad8ecb4661c7371f82da3bf43c8c28a, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_rewind.png', 0, 0x00000000000000000000000000000000, 0x366a416a9e1ba88431828ffe0a53d73e),
(0x2aaa3491569a91127529c25f8602685f, 'wp-content/plugins/ultimatum-library/images/icons/16/button_violet_stop.png', 0, 0x00000000000000000000000000000000, 0x27c417776365b6252e6c8d59ae7725ee),
(0x997f9b0564a18124be7a0f300fc03b04, 'wp-content/plugins/ultimatum-library/images/icons/16/cake.png', 0, 0x00000000000000000000000000000000, 0x83703ee854091096f874b8f3c3ae8ce0),
(0xc5f9e4076dbfb72487d2c5b2b014ec9d, 'wp-content/plugins/ultimatum-library/images/icons/16/calculator.png', 0, 0x00000000000000000000000000000000, 0xf53c5d34883985a3cee73ada59170f10),
(0x18166879b60897c9ecdbbc0a671e9295, 'wp-content/plugins/ultimatum-library/images/icons/16/case.png', 0, 0x00000000000000000000000000000000, 0x6df79095c5c2a5c77786b65e33e7bfe1),
(0xd29926ad20aa654ad5801e4f1c7c724d, 'wp-content/plugins/ultimatum-library/images/icons/16/cd.png', 0, 0x00000000000000000000000000000000, 0x2a1767747339d6f824f5167e32b10391),
(0x824cb1447b9079fc4b0db6a8c966ca50, 'wp-content/plugins/ultimatum-library/images/icons/16/cd_burning.png', 0, 0x00000000000000000000000000000000, 0x89d5f3c6e1adde232c8546043b5e77d8),
(0x3bab1558e82ea66844b35bd7b82036fb, 'wp-content/plugins/ultimatum-library/images/icons/16/cd_burning_spectrum.png', 0, 0x00000000000000000000000000000000, 0x6fda1d63395570813469ba792cb0e147),
(0x408d652525ccab131f6317e4c21530e7, 'wp-content/plugins/ultimatum-library/images/icons/16/cd_spectrum.png', 0, 0x00000000000000000000000000000000, 0x0e46d6e316d06ba00d201ce944245b68),
(0x1102c87fd33a1b3a00d9a4592ad4dfe2, 'wp-content/plugins/ultimatum-library/images/icons/16/chart.png', 0, 0x00000000000000000000000000000000, 0xe4c563a88182bb6df8058dc859d552c0),
(0x7f76f35562f8f4b00666ae7304da22c7, 'wp-content/plugins/ultimatum-library/images/icons/16/chart_pie.png', 0, 0x00000000000000000000000000000000, 0xa11a596505324ce9a26b6e4f732eaa1c),
(0xa549560626983de9e3d17fac01c58ece, 'wp-content/plugins/ultimatum-library/images/icons/16/check.png', 0, 0x00000000000000000000000000000000, 0x2a05ab9d2b780bad3d4045ea3b3c6046),
(0x5926b055e798a3f2e0537da8c6f35fe0, 'wp-content/plugins/ultimatum-library/images/icons/16/chrome.png', 0, 0x00000000000000000000000000000000, 0x6f1b241fcd782b86412a57a6f9e572fb),
(0x5af4c5db8bbde0d3bad5e877227cb5b8, 'wp-content/plugins/ultimatum-library/images/icons/16/cialis.png', 0, 0x00000000000000000000000000000000, 0x9da514c2da9363ede60caf62a0d7846f),
(0x03707d7d4a365d923728a02e36609ed7, 'wp-content/plugins/ultimatum-library/images/icons/16/cialis_professional.png', 0, 0x00000000000000000000000000000000, 0xdb0a33ade2903af95d62efeee04859ca),
(0x89856da5bc4f82748be0d4ff11172274, 'wp-content/plugins/ultimatum-library/images/icons/16/clipboard.png', 0, 0x00000000000000000000000000000000, 0xb4ebe2db70533bb5e74218c80464af5d),
(0x6087e466828df55c92680344f7fe7ac4, 'wp-content/plugins/ultimatum-library/images/icons/16/clipboard_add.png', 0, 0x00000000000000000000000000000000, 0x51559257066016f9907134ea3c0e84ad),
(0xb6a790702a152c6bfa9a4f2efde97752, 'wp-content/plugins/ultimatum-library/images/icons/16/clipboard_alert.png', 0, 0x00000000000000000000000000000000, 0x4f1d0968efbbdda2624f8d0984ebafd4),
(0xb4a46ddb8f3219dec94ae711fbd048cc, 'wp-content/plugins/ultimatum-library/images/icons/16/clipboard_check.png', 0, 0x00000000000000000000000000000000, 0x7c141690f1159e0e3e587481a1c90458),
(0xeb1209f37847af54245d7a039b10d8d4, 'wp-content/plugins/ultimatum-library/images/icons/16/clipboard_cut.png', 0, 0x00000000000000000000000000000000, 0xfa20dd889e685a9d30521ec9e9eed6c2),
(0x710999559f2e84bc2d101f8ec9f0b8bf, 'wp-content/plugins/ultimatum-library/images/icons/16/clipboard_delete.png', 0, 0x00000000000000000000000000000000, 0xe918dfbc12bd67b308189358c20afc4f),
(0x55287687a574b375d155869982490c8d, 'wp-content/plugins/ultimatum-library/images/icons/16/clipboard_download.png', 0, 0x00000000000000000000000000000000, 0x1f1bd187aad97fb3e47520732455aee3),
(0x6303564990d0216132340a2c1af2223e, 'wp-content/plugins/ultimatum-library/images/icons/16/clipboard_full.png', 0, 0x00000000000000000000000000000000, 0x35164a1d0fb01e6df20c75cb98735a2c),
(0x0251ce5c549c69d3f4f47f3913dc07df, 'wp-content/plugins/ultimatum-library/images/icons/16/clock.png', 0, 0x00000000000000000000000000000000, 0x79ed22a2db6d52cd7be378354079e78b),
(0x8f350a6524471710249a4bbb748e6b19, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud.png', 0, 0x00000000000000000000000000000000, 0x372ed5e3ddfb301f39171f17a6ee2057),
(0x0dd6e1b3b03fee8476040fbc6945f9ce, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_add.png', 0, 0x00000000000000000000000000000000, 0x123e5ab042c3dbefd8fa4fb0618571fd),
(0xf9eda1131aa044c949383b2328d35f16, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_alert.png', 0, 0x00000000000000000000000000000000, 0x46b44938dd3c221600faffdbb365419e),
(0xf28bb7dfc74e7c81c09e678046740b65, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_back.png', 0, 0x00000000000000000000000000000000, 0x609ea8518483d999bae00f62e06f6f21),
(0xd552648e107739b33a98f8d011c418a3, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_backup.png', 0, 0x00000000000000000000000000000000, 0x10817bd469b88d1db786570bb6169745),
(0x52fda1ee1ae3f3968c3373431cd14916, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_check.png', 0, 0x00000000000000000000000000000000, 0xac2af4257982aeca764c4450c5c323a5),
(0x08ecda75c2dae5118b577999b06a9140, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_delete.png', 0, 0x00000000000000000000000000000000, 0xb45180bf528d6ea43c6b893c767e8101),
(0xed8092fd87ead34a70bc8271ed8cf23c, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_download.png', 0, 0x00000000000000000000000000000000, 0x2f6065ae513affff911593aef9d7f6ae),
(0x508c7d9283e66cc4ddfca241e2714466, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_exchange.png', 0, 0x00000000000000000000000000000000, 0xbac5511d121dd30be5366680a2affe80),
(0xcdc054048c5d79ba4013967cce0c4553, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_forward.png', 0, 0x00000000000000000000000000000000, 0xa831cec3d1615513d02e4c2dd1aa1348),
(0xf175e535dd1490a6b6672c5014cd0223, 'wp-content/plugins/ultimatum-library/images/icons/16/cloud_upload.png', 0, 0x00000000000000000000000000000000, 0xc899f851d37e90fe1b52d210fb1a53ca),
(0x4dee6ec9d7c14f38242b11204c1fb295, 'wp-content/plugins/ultimatum-library/images/icons/16/coffee_to_go.png', 0, 0x00000000000000000000000000000000, 0xd5e3e7cef38053b4187ce10907d27fd6),
(0x9bf71093c0e5a804e8257d7b693a72f2, 'wp-content/plugins/ultimatum-library/images/icons/16/color_wheel.png', 0, 0x00000000000000000000000000000000, 0x5dfcd471669a108b8d8f4c569307f668),
(0x8e1732bd7e05e67894b7c4548e1d8721, 'wp-content/plugins/ultimatum-library/images/icons/16/comments.png', 0, 0x00000000000000000000000000000000, 0xbf5996172b666a31568919ae50cbb817),
(0xf7e6a8e2f9c83570c70429b636017fe0, 'wp-content/plugins/ultimatum-library/images/icons/16/comments_add.png', 0, 0x00000000000000000000000000000000, 0xe5e61ad1d2b454eec8c2553ef29ebe98),
(0xdde514d5047faed3ec7c42c6ee4bcfce, 'wp-content/plugins/ultimatum-library/images/icons/16/comments_alert.png', 0, 0x00000000000000000000000000000000, 0x88705303256f92a36a435e7d3bed393f),
(0x05d3c9f81c29b6417cd88a17e235217a, 'wp-content/plugins/ultimatum-library/images/icons/16/comments_check.png', 0, 0x00000000000000000000000000000000, 0xbc33956603427ee0c48814094e9b8441),
(0x72aac1dbc2b3722c2341ba684b5513a7, 'wp-content/plugins/ultimatum-library/images/icons/16/comments_count.png', 0, 0x00000000000000000000000000000000, 0x25f14381633637dff75d3f63347be370),
(0xc76d13a0122d30cc8c934538f79fe3a1, 'wp-content/plugins/ultimatum-library/images/icons/16/comments_delete.png', 0, 0x00000000000000000000000000000000, 0xad54f0f3ef6335832c7c4e3a49baff38),
(0x209f87aa5a496e2a1aa61397f5f5b77f, 'wp-content/plugins/ultimatum-library/images/icons/16/comments_reply.png', 0, 0x00000000000000000000000000000000, 0x863c8a4193db16250dcd0eaf00e19002),
(0xa296df089b85709745488a839785aea9, 'wp-content/plugins/ultimatum-library/images/icons/16/comments_report.png', 0, 0x00000000000000000000000000000000, 0xaebaad758f903e37b90fa00c6a5dc66c),
(0x485f0803d9ee33998d71bb844d599e38, 'wp-content/plugins/ultimatum-library/images/icons/16/copy-document.png', 0, 0x00000000000000000000000000000000, 0x136e25de1a65fdf94efc5a392937af77),
(0xb8f62f629013fbcb0b3cc76f15083d8d, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_acrobat.png', 0, 0x00000000000000000000000000000000, 0xfc4ac397d3532853518989dc699160d7),
(0x22f41d68722dc200372054aa105de3cf, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_after_effects.png', 0, 0x00000000000000000000000000000000, 0x46201e7191e02ad9ccee8630dc898155),
(0x4dd68feeede6afedecd0d50c76c96841, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_bridge.png', 0, 0x00000000000000000000000000000000, 0xc8291bfc18ec223be77ebdafea6125dd),
(0x1ad61929c78d058d41f94698693d70c7, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_dreamweaver.png', 0, 0x00000000000000000000000000000000, 0x2f396ff12ab1eb3e100a39704ce5daf5),
(0xf9159e1455e3bc1d57c8911d64fa2721, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_fireworks.png', 0, 0x00000000000000000000000000000000, 0x3efb221c0d3776226d69b1e0da3455dc),
(0x98dc7fe7d44cddf602934d8ce5aec406, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_flash.png', 0, 0x00000000000000000000000000000000, 0xcd51920e8e3e6fc48fc131d2dde339c4),
(0xd0cb5e65824d3567fb9ece0e3620a6b6, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_illustrator.png', 0, 0x00000000000000000000000000000000, 0x0970880b24a321b329e071bca80647ac),
(0xe3354fdb62de7fbf540dba9840cfe11f, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_indesign.png', 0, 0x00000000000000000000000000000000, 0xcecc1c76ba4a37dfa4847f0212af2dd4),
(0x3963c8b67259af0bc018dc8c7f2b4b83, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_photoshop.png', 0, 0x00000000000000000000000000000000, 0x52de1bc8b941c6d12d1c9fc108a5c53e),
(0x476bc48bce45f882361834b88b25cc36, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_premiere.png', 0, 0x00000000000000000000000000000000, 0x01efa0905d12aeff0c228010e7a61909),
(0x9f5bc64c4a1a0e79dfec9b2ace6c65d9, 'wp-content/plugins/ultimatum-library/images/icons/16/creative_suite_sound_booth.png', 0, 0x00000000000000000000000000000000, 0xbcf7f8e278a80e7ff83e83a3d61eb502),
(0x1d11a07f12321460788e2064a93ebc92, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_gold_amex.png', 0, 0x00000000000000000000000000000000, 0x629c7f11d4c84f20cd1c52c6b8cfbd60),
(0xcf30e79c6f695930c27655b3951fd3ff, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_gold_diners_club.png', 0, 0x00000000000000000000000000000000, 0xdc8e1a3661b9c8e6bbe6b675f47aed60),
(0x7c0ff31479c32670a248a7a39cc0c411, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_gold_master_card.png', 0, 0x00000000000000000000000000000000, 0xfa28e2872945a53576bb105edcbb5b0c),
(0x06ff8e372aa8c5e02c58af05f78dad1b, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_gold_paypal.png', 0, 0x00000000000000000000000000000000, 0xa8e79ac524dd924a1ddbff0d3f6ca94f),
(0xfed3bdb5e9fcb166810bb033e0081b8b, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_gold_visa.png', 0, 0x00000000000000000000000000000000, 0xd3f7b5153cfd5bf2d539f8c90fb67541),
(0xc8df18abcbf36f396f3551eacb3ecd5c, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_platinum_amex.png', 0, 0x00000000000000000000000000000000, 0x07ca344e06db79e3dcfbd1499b1e9031),
(0xbd60e2fd72dc3ec1308ad44b5148171d, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_platinum_diners_club.png', 0, 0x00000000000000000000000000000000, 0x2b675fa22ff017581649055513954fa2),
(0x844bbdcdedd83ed008d0164ca5992069, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_platinum_master_card.png', 0, 0x00000000000000000000000000000000, 0x24a4de5d73464b023bbdec434a9cd4d0),
(0x56ee32a773eebc5430751312dabc2eb5, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_platinum_paypal.png', 0, 0x00000000000000000000000000000000, 0x4afc7be03438bd3a9dbe691602623612),
(0xdca19bfbdb7d159980ab845d40a7e188, 'wp-content/plugins/ultimatum-library/images/icons/16/credit-card_platinum_via.png', 0, 0x00000000000000000000000000000000, 0x4a3553ffc616b14d4e90d8c2093e7aca),
(0x1b54655b57971996202d7c6e66b0cbc6, 'wp-content/plugins/ultimatum-library/images/icons/16/cross.png', 0, 0x00000000000000000000000000000000, 0x4e51cb8335b37273e7434af2dc0e3804),
(0x73cda9a2c4c1271a611109204e23a65b, 'wp-content/plugins/ultimatum-library/images/icons/16/curriculum_vitae.png', 0, 0x00000000000000000000000000000000, 0x78d2f6f87e2d97a943da67c98f23fc3e),
(0x213b307dd0b78207b65c8df8e27b8b84, 'wp-content/plugins/ultimatum-library/images/icons/16/cutting_pad.png', 0, 0x00000000000000000000000000000000, 0x0bb238d5836faf7a7a39bc67cb2dfe63),
(0x0c4503f3d28cf721c521ea89237bb5bf, 'wp-content/plugins/ultimatum-library/images/icons/16/database.png', 0, 0x00000000000000000000000000000000, 0xd17e8073228e268b9256ed29ad86523c),
(0x5690a9ce75cfecf9216c1a886045e491, 'wp-content/plugins/ultimatum-library/images/icons/16/database_add.png', 0, 0x00000000000000000000000000000000, 0x20dc1bb3595526b57da5a17c2a84fa6e),
(0x70dd73378447a59b453bf01d9a5a1a41, 'wp-content/plugins/ultimatum-library/images/icons/16/database_alert.png', 0, 0x00000000000000000000000000000000, 0x96ef912079344f94cf071181dffbd966),
(0x8d54670acc38c1bc4b6aea184cb6e3a5, 'wp-content/plugins/ultimatum-library/images/icons/16/database_check.png', 0, 0x00000000000000000000000000000000, 0x8f1d1395d0bd2be96afdb5d4c93206ec),
(0x5bb5d1d3f7bdc5ca1b46c197fa1fbe2f, 'wp-content/plugins/ultimatum-library/images/icons/16/database_delete.png', 0, 0x00000000000000000000000000000000, 0x34950e6ec93f1266f6dca54f0add553d),
(0x5a5e81c790b5f5268c08a60a76f17f54, 'wp-content/plugins/ultimatum-library/images/icons/16/database_download.png', 0, 0x00000000000000000000000000000000, 0xc0fe1a57ef018f808dc4dcb9c5b1e7b6),
(0x883dea994f1b1ddd4d3a0b3b9296879d, 'wp-content/plugins/ultimatum-library/images/icons/16/desktop_addictedtocoffee.png', 0, 0x00000000000000000000000000000000, 0x4d934f5ef5b30b89e8ee9f6fae897208),
(0x1dd8f94bb7683bd5c091107d44bc77d3, 'wp-content/plugins/ultimatum-library/images/icons/16/desktop_aqua.png', 0, 0x00000000000000000000000000000000, 0xa662d68b8017bd75f91c1b9f81c21d1b),
(0x9b008e9ae710f56fad1917700c8e0cd7, 'wp-content/plugins/ultimatum-library/images/icons/16/desktop_aurora_leopard.png', 0, 0x00000000000000000000000000000000, 0x663610ace073c06c0e66f4e0d4eff111),
(0x2af61ee2248fc3e18e97ed2802b04a1b, 'wp-content/plugins/ultimatum-library/images/icons/16/desktop_aurora_snow_leopard.png', 0, 0x00000000000000000000000000000000, 0x2662dfe8c2cb93e0c51ce174779725c1),
(0x567aaa749bf05d827e83cae477ac6c5e, 'wp-content/plugins/ultimatum-library/images/icons/16/desktop_blazeoflight.png', 0, 0x00000000000000000000000000000000, 0xfc0241a83419d55aced58a872c20c6df),
(0x964662c4c6ed98212d8987efbe50a627, 'wp-content/plugins/ultimatum-library/images/icons/16/desktop_into_the_sun.png', 0, 0x00000000000000000000000000000000, 0xec0ee5974854e3cc7256aa45f82d9008),
(0x32e04be3d71a3d922b1f6aa9356913eb, 'wp-content/plugins/ultimatum-library/images/icons/16/desktop_lensflare.png', 0, 0x00000000000000000000000000000000, 0xf980087e511345e882040ef6402fc54b),
(0x45c1310ed11f8d008280d568047fd56e, 'wp-content/plugins/ultimatum-library/images/icons/16/desktop_wallpapers_aqua.png', 0, 0x00000000000000000000000000000000, 0xd5c724fb4252baf978c2016e6ba8aed7),
(0xa4e818119be5422d0c0a6ba294fff3e1, 'wp-content/plugins/ultimatum-library/images/icons/16/desktop_wallpapers_aurora.png', 0, 0x00000000000000000000000000000000, 0x8346da4995f1e03456defb83eb440a53),
(0x938b5b9f4e45fb25d512ac5be4690916, 'wp-content/plugins/ultimatum-library/images/icons/16/digital_camera.png', 0, 0x00000000000000000000000000000000, 0xb5a4c49eadf0753aba71f3cb3c9df982),
(0xe007e8c2aa40eccd3a7b57a1258a92b2, 'wp-content/plugins/ultimatum-library/images/icons/16/document-lined-pen.png', 0, 0x00000000000000000000000000000000, 0x57c2ba90d37ddd46933bcf31b829cb99),
(0x6fe057f51ef1cfe14b652d8319025e46, 'wp-content/plugins/ultimatum-library/images/icons/16/document-plaid-pen.png', 0, 0x00000000000000000000000000000000, 0x237e26050fb2c31c333858be81af6a99),
(0xaf56065123bc6e2870e0fa0f80aa381b, 'wp-content/plugins/ultimatum-library/images/icons/16/document_blank.png', 0, 0x00000000000000000000000000000000, 0x9ca8be76744695131bb883b1f58357b8),
(0x224abf319a6dcc3148f620cf6178ee96, 'wp-content/plugins/ultimatum-library/images/icons/16/document_pen.png', 0, 0x00000000000000000000000000000000, 0x17305b7b7e0c7212e78d44200a35b4ab),
(0x05e4ff8dc83887d554bb151815f9494a, 'wp-content/plugins/ultimatum-library/images/icons/16/emote_biggrin.png', 0, 0x00000000000000000000000000000000, 0x996ca8ff5a023309f60492a6bb37a8e1),
(0xb2adda2d8f3de90f37afe145e65f4e9d, 'wp-content/plugins/ultimatum-library/images/icons/16/emote_love.png', 0, 0x00000000000000000000000000000000, 0xe4791fa8deede2b63d1ce9336c004a59),
(0xd4cba011c66f9a575b998cfbed1f37ad, 'wp-content/plugins/ultimatum-library/images/icons/16/emote_nerd.png', 0, 0x00000000000000000000000000000000, 0x0722d70da2bfbb311baf39b82999f7b5),
(0xfe20e0c31fca5451239dc4e15045da77, 'wp-content/plugins/ultimatum-library/images/icons/16/emote_nerd_penholder.png', 0, 0x00000000000000000000000000000000, 0x13c7fb23322b1075b18bfdc5acb4f1cc),
(0xc411f9088b1f88f0cda9ef6e43736418, 'wp-content/plugins/ultimatum-library/images/icons/16/emote_sad.png', 0, 0x00000000000000000000000000000000, 0x201692d9668d1d1c36fef657a65acdbd),
(0xebfe7a08e9160da23c835781847f0325, 'wp-content/plugins/ultimatum-library/images/icons/16/emote_smile.png', 0, 0x00000000000000000000000000000000, 0xb102714287e27c39a7254b066fd2c080),
(0xb00c9928f6645dee6fd99dab6295b993, 'wp-content/plugins/ultimatum-library/images/icons/16/emote_wink.png', 0, 0x00000000000000000000000000000000, 0x40a7c52915bd525a62200b51a867ea36),
(0x00f944a3c40323559a247a31ea6f9cf3, 'wp-content/plugins/ultimatum-library/images/icons/16/emote_woohoooo.png', 0, 0x00000000000000000000000000000000, 0xd3f396ebe978920956e0ffdb415b7f9b),
(0x116d1da6547ac7079a45fdd19e820983, 'wp-content/plugins/ultimatum-library/images/icons/16/entry_add.png', 0, 0x00000000000000000000000000000000, 0x5be989c69602e48d8e5eb0607c4b61d5),
(0xef5c42f6fd2be467a042da40a281042c, 'wp-content/plugins/ultimatum-library/images/icons/16/entry_alert.png', 0, 0x00000000000000000000000000000000, 0x788760a7bd0d67daca42f0e7d446754e),
(0x0314e49faa1ff90c4e6913c96f095d88, 'wp-content/plugins/ultimatum-library/images/icons/16/entry_delete.png', 0, 0x00000000000000000000000000000000, 0x991f4d2990d78ea3584176ddcacd8e6a),
(0x2807e61a4c5473b26b913d109143752b, 'wp-content/plugins/ultimatum-library/images/icons/16/entry_preview.png', 0, 0x00000000000000000000000000000000, 0x6c4578613e0c100c7b9862311c9c568c),
(0x83784c117fbe6c2f2aef215d6908dd03, 'wp-content/plugins/ultimatum-library/images/icons/16/entry_save.png', 0, 0x00000000000000000000000000000000, 0x037d4681b89b5f9a64fa4bff1310ad5a),
(0x2f6e20c3e45873c426cb85766b42b8eb, 'wp-content/plugins/ultimatum-library/images/icons/16/entry_saved.png', 0, 0x00000000000000000000000000000000, 0x380bbce567372724ba8507a1d0383a46),
(0xbb881193ef71988dc0b946a1d265e9e1, 'wp-content/plugins/ultimatum-library/images/icons/16/file_aac.png', 0, 0x00000000000000000000000000000000, 0x2bef855a1fed79d3a27c44915d2dd273),
(0x46e419745d355485952577b6582412b2, 'wp-content/plugins/ultimatum-library/images/icons/16/file_ai.png', 0, 0x00000000000000000000000000000000, 0xb675aa195c50c1c2b2610b5a9fb7aebb),
(0xd3ca892b96ef14e5822f472323e07702, 'wp-content/plugins/ultimatum-library/images/icons/16/file_avi.png', 0, 0x00000000000000000000000000000000, 0x290bb11620e2dd31286272203a3cc9e3),
(0x7c620e1ad07a38cf14d5375dff161bef, 'wp-content/plugins/ultimatum-library/images/icons/16/file_bin.png', 0, 0x00000000000000000000000000000000, 0x7393f29bb12f95195f99cb0b7b7fffa7),
(0x778238683c309f19547c45ad43dd5db6, 'wp-content/plugins/ultimatum-library/images/icons/16/file_bmp.png', 0, 0x00000000000000000000000000000000, 0x46590a7f89454e8c5cc6900d4634c8a5),
(0x50919da3d810f00953d66d19e61e6841, 'wp-content/plugins/ultimatum-library/images/icons/16/file_cue.png', 0, 0x00000000000000000000000000000000, 0x9bb094bf6a29961e14949427d34885bf),
(0x0bbfe89bc3d6318f93c488be8b70a4a1, 'wp-content/plugins/ultimatum-library/images/icons/16/file_divx.png', 0, 0x00000000000000000000000000000000, 0xb12ab8cc0d288f0c997061d9b62a0274),
(0x3aa7019566734b229cf0535f130f71e4, 'wp-content/plugins/ultimatum-library/images/icons/16/file_doc.png', 0, 0x00000000000000000000000000000000, 0x8b9c04862056316522daf61eaf88810d),
(0xa9ee35ea0f632070cb6621108533f5c3, 'wp-content/plugins/ultimatum-library/images/icons/16/file_eps.png', 0, 0x00000000000000000000000000000000, 0x9b9a1a3f074396ce3628773620de932a),
(0x251fc5e3ab04bddec63c0dac2494fa12, 'wp-content/plugins/ultimatum-library/images/icons/16/file_flac.png', 0, 0x00000000000000000000000000000000, 0xcfe8d54c2ddf6a888441d9561d11412a),
(0x6729eb64faf04b404f952dd9506c23c3, 'wp-content/plugins/ultimatum-library/images/icons/16/file_flv.png', 0, 0x00000000000000000000000000000000, 0xd77df23194956f9e2631109c9883a661),
(0xe0115bf3e520c458c787db44bd915408, 'wp-content/plugins/ultimatum-library/images/icons/16/file_gif.png', 0, 0x00000000000000000000000000000000, 0x2119eb70418c3ee09f0097dc6aa30997),
(0xcb3b4c11b778c1e5a421567e5690a35d, 'wp-content/plugins/ultimatum-library/images/icons/16/file_html.png', 0, 0x00000000000000000000000000000000, 0xbb1b590f39dbc34a42a9d60dd9e1618c),
(0x16cd01482119dde7f44a809e4f4fc9c4, 'wp-content/plugins/ultimatum-library/images/icons/16/file_ical.png', 0, 0x00000000000000000000000000000000, 0x93e25772bd200a2bdfac9428d9900450),
(0x05a2000d7d0a6c71ba27f6dac8e8807d, 'wp-content/plugins/ultimatum-library/images/icons/16/file_indd.png', 0, 0x00000000000000000000000000000000, 0x9118e4438cc5bfb7979b0092f787c7f0),
(0xacc63b8ee161a8a0babf4f52ef3c8d7d, 'wp-content/plugins/ultimatum-library/images/icons/16/file_inx.png', 0, 0x00000000000000000000000000000000, 0xa066f126833c1b9cef77f02a82236f66),
(0xe1337061540ffa8e0da723edc8b695c2, 'wp-content/plugins/ultimatum-library/images/icons/16/file_iso.png', 0, 0x00000000000000000000000000000000, 0x04d2c288899d05cae9d0bc06d62d7aed),
(0x444884bfa628828381efee31af6ebf2d, 'wp-content/plugins/ultimatum-library/images/icons/16/file_jpg.png', 0, 0x00000000000000000000000000000000, 0x1bc86ac653f9e26f64130273018bf06d),
(0x5bf7f599799cd0e60c4eee03d7b0bb3d, 'wp-content/plugins/ultimatum-library/images/icons/16/file_mov.png', 0, 0x00000000000000000000000000000000, 0x2ab5758227b7803d7a409249bad95d7c),
(0x83068c3fa91d2671f32f411311a2552b, 'wp-content/plugins/ultimatum-library/images/icons/16/file_mp3.png', 0, 0x00000000000000000000000000000000, 0x31ea39f2e49bcf962dc763720424cfe7),
(0x84879ba848f1a68ed2889337d0741ede, 'wp-content/plugins/ultimatum-library/images/icons/16/file_mpg.png', 0, 0x00000000000000000000000000000000, 0xa0da1543c271edcdf07ee144a3cf309e),
(0x1a0d49ceadbdaf9050127aa7c24fe132, 'wp-content/plugins/ultimatum-library/images/icons/16/file_pdf.png', 0, 0x00000000000000000000000000000000, 0x348ad7e797c96f78319a06eda547ab24),
(0x49c25da7a01cec5ef6a5d18569ebda07, 'wp-content/plugins/ultimatum-library/images/icons/16/file_php.png', 0, 0x00000000000000000000000000000000, 0xdf2feb3ada36024d81722d49b216a471),
(0xeaf84f87402ebb7b7ee1dbdd22112342, 'wp-content/plugins/ultimatum-library/images/icons/16/file_png.png', 0, 0x00000000000000000000000000000000, 0x0af3ce620511ff44a2b0c10482c9c56f),
(0x390a893c805132f21657bb548ccbcd5b, 'wp-content/plugins/ultimatum-library/images/icons/16/file_pps.png', 0, 0x00000000000000000000000000000000, 0x9ee3cdd1ddd49f524807cfddc1efd66e),
(0x8d0e4b661c2971ae1d31413bd3176520, 'wp-content/plugins/ultimatum-library/images/icons/16/file_ppt.png', 0, 0x00000000000000000000000000000000, 0xdf3f74bb1dcee4509b0c535a1a9f92b3),
(0x7f3920a1a7de60c5eaa07eb91b57142e, 'wp-content/plugins/ultimatum-library/images/icons/16/file_psd.png', 0, 0x00000000000000000000000000000000, 0x1723098c33eaa487b7009c0e8240b169),
(0xe2e4bff5674b9c32bec333a8e86354dd, 'wp-content/plugins/ultimatum-library/images/icons/16/file_qxd.png', 0, 0x00000000000000000000000000000000, 0xa33e4e00f2d8bcc7ba6366f7af56c147),
(0x46a92adabaac8e6a4d845054c9af3169, 'wp-content/plugins/ultimatum-library/images/icons/16/file_qxp.png', 0, 0x00000000000000000000000000000000, 0xca4889573c1210556ee9fc25287462e4),
(0x7286441402920b87eda42f9ac0b01d62, 'wp-content/plugins/ultimatum-library/images/icons/16/file_raw.png', 0, 0x00000000000000000000000000000000, 0x0bbbccdb1e7738c41d330464f9820540),
(0xf175456e33b9259ba6b32530e418613d, 'wp-content/plugins/ultimatum-library/images/icons/16/file_rtf.png', 0, 0x00000000000000000000000000000000, 0xcfa72ecdd5c08c935dbd41d776e61ace),
(0xb896d1eebe441d29f2714739b5f0327a, 'wp-content/plugins/ultimatum-library/images/icons/16/file_svg.png', 0, 0x00000000000000000000000000000000, 0xde1d65d308106efaac087d2d83b2208d),
(0xe019cdaa266aeb26990e7583b406456d, 'wp-content/plugins/ultimatum-library/images/icons/16/file_tif.png', 0, 0x00000000000000000000000000000000, 0x6bb654d869723a43f9609f327c900d77),
(0x087f47dcb4d3affbe39cbd8de05bff62, 'wp-content/plugins/ultimatum-library/images/icons/16/file_txt.png', 0, 0x00000000000000000000000000000000, 0x905610f00b5c5abe8640d0769428db56),
(0xe97215f567895ff0177b6d2267bf4ca8, 'wp-content/plugins/ultimatum-library/images/icons/16/file_vcf.png', 0, 0x00000000000000000000000000000000, 0xb5d3d9e4bd2f905ce9019a19ed88b3a7),
(0xe9896ac320c56b04261d75006ff9c1d6, 'wp-content/plugins/ultimatum-library/images/icons/16/file_wav.png', 0, 0x00000000000000000000000000000000, 0x332b88e1c9852218a8296c461ab9dd6c),
(0xdaa3b183616b6851eae3009f0a3cd7f3, 'wp-content/plugins/ultimatum-library/images/icons/16/file_wma.png', 0, 0x00000000000000000000000000000000, 0xebcf5c788aeb02cb67cd387dc011844d),
(0x9e62f6bde1b63738d7b3c3492ff1c058, 'wp-content/plugins/ultimatum-library/images/icons/16/file_xls.png', 0, 0x00000000000000000000000000000000, 0x5aa9d2cd6a5282260ee877ee94a1ef38),
(0xa420d139010eab62ab5f0ec75d0b9ba3, 'wp-content/plugins/ultimatum-library/images/icons/16/file_xml.png', 0, 0x00000000000000000000000000000000, 0x8762597dee87ca784c42e61330c0ad56),
(0x35db78ce07b38868244620d6db2839a1, 'wp-content/plugins/ultimatum-library/images/icons/16/firefox.png', 0, 0x00000000000000000000000000000000, 0xeac8d7993553cf71716ce0222f219bd4),
(0x66cdaa2867bfc4882815ab564d14dd2f, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_andorra.png', 0, 0x00000000000000000000000000000000, 0x4226abca4fc06f8103ed81d8a38df879),
(0xba348ddb8d17a720f4f2deb586666fd2, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_argentina.png', 0, 0x00000000000000000000000000000000, 0xf52b1a16dd04e2a0fd280e19c21e1728),
(0x0a39116a8b42aeac3e1b70dde3d0dc0f, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_australia.png', 0, 0x00000000000000000000000000000000, 0x198285691c7d70ff22a874d53d7d7cab);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xd247d932d03b5f4495e06495b9768b4f, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_austria.png', 0, 0x00000000000000000000000000000000, 0x3c984e9a6410da8ecaeca4304dfe8f16),
(0x2f1e380a6e8c58a01f557c9ecc63ed52, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_belgium.png', 0, 0x00000000000000000000000000000000, 0xf82c329d21311f2832582c8fa2d6dc9a),
(0x875f8fd99863c15eed8a6002dce47a85, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_botswana.png', 0, 0x00000000000000000000000000000000, 0xa9cd764de8d61fd27ba4fdb2db8c8f59),
(0xe84e8577d68ce6477210063a1c7fe90a, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_brasil.png', 0, 0x00000000000000000000000000000000, 0x5e550db0d1467636934bdff878e14f8a),
(0xeb5a79182c48e9a5d59c3af799930693, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_bulgaria.png', 0, 0x00000000000000000000000000000000, 0x495600408732fe3248ebb623808a973f),
(0xfbb4f3b1b7d106737d6613e01a1d218d, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_cameroon.png', 0, 0x00000000000000000000000000000000, 0x3dd8445ce8c664a5c2649680ff8d0c25),
(0x522c1b50cd7870b1a23aa8c28bfaf7a7, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_canada.png', 0, 0x00000000000000000000000000000000, 0x5e2f9a3ec9544b3d734653e6f8b25a39),
(0x9a879fd1fb48b8f6025604154521d2b0, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_central_african_republic.png', 0, 0x00000000000000000000000000000000, 0x03d82f888d529cf93872923a5ebb8470),
(0xd64430416ab11acf0ad565bce90b2d09, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_chile.png', 0, 0x00000000000000000000000000000000, 0x33ffcbb2ef167fba1ffae2a4fe8f6340),
(0x259651d6b5e43045df97dd534eeccfb4, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_china.png', 0, 0x00000000000000000000000000000000, 0xbc8699c7cf9ed3f80e7e5764a9aef81f),
(0x8f88f36d7a6073cf50bf19e500e7bee7, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_colombia.png', 0, 0x00000000000000000000000000000000, 0x7532ec5a229661c97591918af3c1f96f),
(0x01bc7abd8de94e22ee4daa5eb0e508a7, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_croatia.png', 0, 0x00000000000000000000000000000000, 0xce419dac8bfdb1f20c4c6c98a8208c75),
(0x6a20f4bec925798a67b975215aa02d73, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_czech_republic.png', 0, 0x00000000000000000000000000000000, 0x990f3e49719f24259eba1db2d8bf345f),
(0x44b8d3ebe89570faff43c6f1e6ecd962, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_denmark.png', 0, 0x00000000000000000000000000000000, 0x88f09e9b5667f3df8719cb24d0c4e74f),
(0xf6b280d33d300fcc705407f352f1874c, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_dominican_republic.png', 0, 0x00000000000000000000000000000000, 0x7ac0e5d6a512edea8f0836e762addf14),
(0x26d53ccc179adf9802fc7b6655635e13, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_ecuador.png', 0, 0x00000000000000000000000000000000, 0x6816e1b9726837ca53cfbc09d4266f8a),
(0x1e3e64fb8ab2263efb9808e1ae508449, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_egypt.png', 0, 0x00000000000000000000000000000000, 0x78b8d67d0a9d26976e02c49b658fd533),
(0xa5b551c1540409f393d5dce721c63bee, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_el_salvador.png', 0, 0x00000000000000000000000000000000, 0xeab33368f805e5d2612e8c41c4afa3e1),
(0x8e7dc7672ba393a51d6c4ff340a328c3, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_equatorial_guinea.png', 0, 0x00000000000000000000000000000000, 0x929781531a6fcc7859de681b164532de),
(0x16fefff77b860f498ca25b3a4b4112df, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_estonia.png', 0, 0x00000000000000000000000000000000, 0x27f11dfa26d4a4013fe536da6d1d7243),
(0x33b66ac8eb7ff078564a514d72b15772, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_european_union.png', 0, 0x00000000000000000000000000000000, 0x45797f9674d11a7e96c34c98a03d9141),
(0x9bf1d028f753c92b128472c6c27b14d9, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_france.png', 0, 0x00000000000000000000000000000000, 0xe9f0699de98d385600301bd8f06d0a79),
(0x66b18e31629ac1c3da9d3dc1d0630a29, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_gay_pride.png', 0, 0x00000000000000000000000000000000, 0x00eaffe6b9b01a7b3263f3a2b9cb85f5),
(0x47cb9016d0b0e1b91a2152aad364d6e8, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_germany.png', 0, 0x00000000000000000000000000000000, 0x0696167045df1ba6d6b195a67d746c73),
(0xd735a4dd54106e5094719c462cdb1b60, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_greece.png', 0, 0x00000000000000000000000000000000, 0xc7de148e604ef227406e621af0ff5e30),
(0x0b7fa7f5759e26c8f3d546b691b629ab, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_guatemala.png', 0, 0x00000000000000000000000000000000, 0xda83b95c5632762660cefa50760d8474),
(0xeae66201878cbf45f7a8132796259c5e, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_guinea-bissau.png', 0, 0x00000000000000000000000000000000, 0x3e58c24ec8b1af6cce026be22b199fc5),
(0x7710d008d3db59b4726259018ba48f66, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_guinea.png', 0, 0x00000000000000000000000000000000, 0x7b0f74a9bb971d4c72d044f7e1ac0d7d),
(0x25309a7e2cf632be6b23ddd31f037082, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_honduras.png', 0, 0x00000000000000000000000000000000, 0x019fc4af74e08c8c1d67bed97c825e39),
(0x912f03b87d96b361ad872d7e6e29cd91, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_hong_kong.png', 0, 0x00000000000000000000000000000000, 0x64363f612667e4c39fd05bb4c9a65112),
(0xa8b83d266761d42c97fa84f3c5951cab, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_hungary.png', 0, 0x00000000000000000000000000000000, 0xe5716526218e45361b0cb99d08d471a5),
(0x3ff495f3f5a858044c1e9f69dce243ff, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_india.png', 0, 0x00000000000000000000000000000000, 0x620ce6f9104c64b6be7e84f102430a44),
(0x763bdda0f5b6d21a3d05c0d44844cb1d, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_indonesia.png', 0, 0x00000000000000000000000000000000, 0xff9d78fbcc7bb579c58e7607f9c6ce85),
(0x750e1ea0e57f765dcfc7576276280634, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_ireland.png', 0, 0x00000000000000000000000000000000, 0x7e24de1a16e1f7e6601d8f5c4df012ed),
(0xfe01074729718adb463577ac2e10195f, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_israel.png', 0, 0x00000000000000000000000000000000, 0xbc0edd946f717caa0d5a194a54e07716),
(0x46ebda18a2e998b297ee12d9d9c35e7f, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_italy.png', 0, 0x00000000000000000000000000000000, 0x217070f9e9922862cb50b6bc55410dfe),
(0xd5112a0097086f4c061e2ae2de547c98, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_ivory_coast.png', 0, 0x00000000000000000000000000000000, 0x10458dafaf600d9283c944ce77557fc9),
(0x251ca6041ae6810becd832d59ce8f821, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_jamaica.png', 0, 0x00000000000000000000000000000000, 0xc9ea8307c7d4c6c5293ad25c488e5ba5),
(0x5be6e54f4677eaaa64bfaffa915fb4eb, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_japan.png', 0, 0x00000000000000000000000000000000, 0x008a3a987412e97d0e6c6cc5bf410af6),
(0xb9a63af153f06e6849c15f6db711cb15, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_jordan.png', 0, 0x00000000000000000000000000000000, 0x180942a3a1d7c3228f5963383afca979),
(0xfe1a120e0c7f4bf0f25ebf3a6b9323d3, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_kenya.png', 0, 0x00000000000000000000000000000000, 0xbed464c2095bbe03f0f7e095525d557f),
(0xc5d28073f813714df3109ee452d35998, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_korea.png', 0, 0x00000000000000000000000000000000, 0x521eaad6490439f8f20a53adcd66b2c4),
(0x50a321abaa691328f0638c74f6d50cea, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_latvia.png', 0, 0x00000000000000000000000000000000, 0x92c449a6ab70471fd6ff60cd6a5ea9b4),
(0x593bda73f5173266bf9972949e23df8e, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_liechtenstein.png', 0, 0x00000000000000000000000000000000, 0x9385b1aa40cbdb0140aa1e007ac6b89e),
(0x844047065ac1fb2f0545f16011328e73, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_lithuania.png', 0, 0x00000000000000000000000000000000, 0x9b2e244c49fc03926177bbc96ce7a311),
(0xd4e0647b7f87b2c207151a1c95113865, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_luxembourg.png', 0, 0x00000000000000000000000000000000, 0xa5a01ffd6d60ef12ddf543049e6f7aa4),
(0xfbb3619fd62a2548231b5bb9cc624f05, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_macau.png', 0, 0x00000000000000000000000000000000, 0x2fc8391b3784cb09da05d07280982853),
(0x5146a3e4670037379fc38fca26025159, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_macedonia.png', 0, 0x00000000000000000000000000000000, 0x4fa33df92961b11d733da9146a5a4b8b),
(0x2ca5cee6448b02d5dc5ed75065f965a9, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_madagascar.png', 0, 0x00000000000000000000000000000000, 0xb19365ad746b77bb892812011550578f),
(0x7117b91959a0b69f2ddfd40f0c7b9fae, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_malaysia.png', 0, 0x00000000000000000000000000000000, 0x0a403d8a1c22040ca969faa1775efeab),
(0xe151f443796708595db88bc85f12f828, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_mali.png', 0, 0x00000000000000000000000000000000, 0xbaac2a30007f038d7406fc4047b2aa5c),
(0x7ceef5cde1c492c68290169b87e6bb27, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_malta.png', 0, 0x00000000000000000000000000000000, 0x63b87ea794fa34aa1a6e31fc40979413),
(0x9e7d88a9dc4424632a804baa479303d5, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_mauritius.png', 0, 0x00000000000000000000000000000000, 0x5353fbec87d9465f6adda17bf495a3ec),
(0x68e65143ce81a29583a2e18d8ee367ea, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_mexico.png', 0, 0x00000000000000000000000000000000, 0x877aa0abbdaaabeaab9d7ebe9997abab),
(0x71596901ce1e8a3f266a3bcf6c509d38, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_moldova.png', 0, 0x00000000000000000000000000000000, 0x8a29e200f930f1bc06c8dbe85427b0be),
(0xe0495726ac15754b3df9a1fcd1bdb15a, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_monaco.png', 0, 0x00000000000000000000000000000000, 0x129eefb2b5496c2b0d741ffcba4321bf),
(0x0450c31cc74cc5e349d0692b11a3ac42, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_montenegro.png', 0, 0x00000000000000000000000000000000, 0x87de9c84135ce54a2750191e1b0f7fdc),
(0xc94267423770526c04069b301550df8c, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_netherlands.png', 0, 0x00000000000000000000000000000000, 0x13795524fb0901335c6bfabb7d783fb1),
(0xc32b5eda7a90c1d62189ee0fca4290a7, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_new_zealand.png', 0, 0x00000000000000000000000000000000, 0xb4ca50114ff9f43e5210d9517d09f72d),
(0xdc9a908749262c2bef9e2bda59301cbf, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_nicaragua.png', 0, 0x00000000000000000000000000000000, 0xe00a7aea6f5ee89ea7d96c26e021f3e8),
(0xf80dffd06450426caed29f3ddf01a655, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_niger.png', 0, 0x00000000000000000000000000000000, 0x7e276783bf8d897b19a921c4e64ff0a5),
(0xc02dd49f24e8afd9738c29112754d2ab, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_norway.png', 0, 0x00000000000000000000000000000000, 0xb2000c4aa927e963312b3f60df424b7c),
(0x80fd029917d11e360a4773dd6421da52, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_panama.png', 0, 0x00000000000000000000000000000000, 0x59bc25453ad505ee6795a5f7ae0fd576),
(0x8e6873c7bdc68864332888d124cd5755, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_paraguay.png', 0, 0x00000000000000000000000000000000, 0x9f9704fdbc445c6e906bcd4b93b8a401),
(0x55e04dcfbd11b0eddb36755aa5d5bc0d, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_peru.png', 0, 0x00000000000000000000000000000000, 0xf43d9d20d747fae0b9210ffe342bec50),
(0x14033d73ebfa71e6dd8c6c986b2df2b7, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_phillippines.png', 0, 0x00000000000000000000000000000000, 0x668accf0abebd7ec589ea609f7626075),
(0xf9125a07b86813f2be72e848d7414314, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_poland.png', 0, 0x00000000000000000000000000000000, 0xb700d3efa4464c002e44553cf0d86a41),
(0xb3b23875e6d7e93aac1f376571289252, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_portugal.png', 0, 0x00000000000000000000000000000000, 0xe23d9aa29e6cc2e64a8f3eecea835d56),
(0xb00336e4048cb317a7d6b90e71b0bd84, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_puerto_rico.png', 0, 0x00000000000000000000000000000000, 0x10d5a7619ffa0787a83b3a347f7fd56e),
(0xaee79f2d7d2022207ed38301ae073188, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_qatar.png', 0, 0x00000000000000000000000000000000, 0x2f6968dbf17dfae6abd72affbbdf1774),
(0x0d33e48a8a4fde1a15d13ed78cd2a68d, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_romania.png', 0, 0x00000000000000000000000000000000, 0x45f1a9a5ca94362c943725736bf5d72b),
(0x90e7d17a7592ada0bb2021d0c6589c02, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_russia.png', 0, 0x00000000000000000000000000000000, 0xe982689f910123c24fc87a250642063c),
(0x3cd229d7675a2f68ca73511537f5d600, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_saudi_arabia.png', 0, 0x00000000000000000000000000000000, 0xc12d80f2643d49f6608f5ac684443c6d),
(0xf2cc3daef3338394ed34c1259e858ea3, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_senegal.png', 0, 0x00000000000000000000000000000000, 0xda0dba8092560c449b0f8ba5fac8dce2),
(0x5b0ad32c464522d03aa90654a73d03a4, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_singapore.png', 0, 0x00000000000000000000000000000000, 0xaba9bb5752703c3b31388f043c04b6d0),
(0xc0f5eec6fa003cf920385dba8497a1b6, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_slovakia.png', 0, 0x00000000000000000000000000000000, 0xbe203668c3445d6f2281c900a5f07631),
(0xb152b35e36b6c7fd8243310b0a6d509a, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_south_africa.png', 0, 0x00000000000000000000000000000000, 0x5c411693855b56caf5d768a085c0e250),
(0xe124b7bf3cccbad087dce35a96583692, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_spain.png', 0, 0x00000000000000000000000000000000, 0x459df9d656b5088a025f7b40c80e6cb9),
(0x3fb3f8130536a47da21aa7450b32119f, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_suomi.png', 0, 0x00000000000000000000000000000000, 0xaeb44d5217a9a0f91b4bcfb2e3dcb9be),
(0x6619e42c67212eb8a3ccb1e562ab7cef, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_sweden.png', 0, 0x00000000000000000000000000000000, 0x98a4bece49cd10bc83e6c9543a0f2ae4),
(0x020e9c02322f185aa6940bebced8a566, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_switzerland.png', 0, 0x00000000000000000000000000000000, 0x17a2a1fcf3a079c2489adbb3c1eea4df),
(0x62dadcfb45471d55d4a8df30aef6225d, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_taiwan.png', 0, 0x00000000000000000000000000000000, 0xbdc3f071ad71e8c85b296124ccffa4dc),
(0x3e3eb992cca761e2ba0f17b013325f24, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_thailand.png', 0, 0x00000000000000000000000000000000, 0xc57c4ac5d3500ff15387d81235c01d2a),
(0x64fba19496da7f4a441760dc1846fbbf, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_turkey.png', 0, 0x00000000000000000000000000000000, 0xa9638416dd03f8b6001b0644233a3259),
(0x0bb30b8198e3d66cc7e0bea1b7883fce, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_united_arab_emirates.png', 0, 0x00000000000000000000000000000000, 0x05b86e8c536575a3596a3868178de257),
(0xbdfaa0f5a0fe2b8d515e830db101cc78, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_united_kingdom.png', 0, 0x00000000000000000000000000000000, 0xca10aa9147b86b7f369244a5e75c5e31),
(0xe7ec971a8036a3f7d2a34ac19ea34ed7, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_uruguay.png', 0, 0x00000000000000000000000000000000, 0x621268b9bc977c7df872a2359d5b6a66),
(0x1d9415020597cc109e900c05273962ef, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_usa.png', 0, 0x00000000000000000000000000000000, 0x851aa741b040be3b04c2be6c98995780),
(0x0bc55e917b3b31c4891c7b69e41a4933, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_vatican.png', 0, 0x00000000000000000000000000000000, 0xae202c06a6aeda46d5a59df7240c609f),
(0xc52a5815662cd5082bb6a4a096c3bc03, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_venezuela.png', 0, 0x00000000000000000000000000000000, 0xef5824d0f047d9cd2f5ee5f3f3b3d57c),
(0xd92874e867256ff6df8537c71cf38889, 'wp-content/plugins/ultimatum-library/images/icons/16/flag_vietnam.png', 0, 0x00000000000000000000000000000000, 0xfc79b1cfb3f787ce34abde1d839b2a97),
(0x67ca34b30417e974d1c2588ef55f6ae8, 'wp-content/plugins/ultimatum-library/images/icons/16/flickr.png', 0, 0x00000000000000000000000000000000, 0x069799a9f014922e8edb76c50d04a292),
(0xbd51718eaec8295c604992905ab33a94, 'wp-content/plugins/ultimatum-library/images/icons/16/floppy-disk.png', 0, 0x00000000000000000000000000000000, 0x229dcc1a0ff184491390cecb7a6a60de),
(0xa5a264c77d776a519b57894bc249c9ed, 'wp-content/plugins/ultimatum-library/images/icons/16/floppy-disk_dos.png', 0, 0x00000000000000000000000000000000, 0xd5777755cec81d87d6aa38ed411b54fe),
(0xd03a7e88c66ecdee3b0df696b877c470, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_blue.png', 0, 0x00000000000000000000000000000000, 0xe34a1c5cfdac48cae216d89dc053a7b5),
(0xa4459d1d3ad5d569cd3c4bf05603dbf0, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_blue_backup.png', 0, 0x00000000000000000000000000000000, 0x37942039496fa3e42dd017e4fbdf85b1),
(0x0f3ed9eac1f8aaf86ecb04b354e90acb, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_blue_conversations.png', 0, 0x00000000000000000000000000000000, 0x6b981cf958992cb897edc364f5eb4e80),
(0xfac0c40acf21f1fc8af0799462951229, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_blue_favorites.png', 0, 0x00000000000000000000000000000000, 0x5473f6a9b26ee96cbe2189d41bb609b3),
(0x98073a0fa44f04da45870409be3e134b, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_blue_ideas.png', 0, 0x00000000000000000000000000000000, 0xe2fa2f3433851f05af26558a67f48d63),
(0x7c30c6f7e853ed0575345532145f2b1e, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_blue_mails.png', 0, 0x00000000000000000000000000000000, 0x55745591ac9ca9a2f6f72d8592756135),
(0xd6de943911a085ce294fcbff277966db, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_blue_music.png', 0, 0x00000000000000000000000000000000, 0x2e0580ab4893d86da4bb4ca7257d19e0),
(0xf166dd702870040ebb1ceee0eac66269, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_blue_stuffed.png', 0, 0x00000000000000000000000000000000, 0xbaf5baf85c379b9f980d8c9613fc3472),
(0x43f8217c4a9923ef32fa98bdde01dffe, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_blue_todos.png', 0, 0x00000000000000000000000000000000, 0x404798164a7357086ffffcd6db6eee52),
(0xb7a46bb3b4cab3d29e3b6a363c7f71f8, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_green.png', 0, 0x00000000000000000000000000000000, 0xae7c3b63a676c76e9d88c954f9daeb3f),
(0xa27641ece9fdf0adf710fb33140929ab, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_green_backup.png', 0, 0x00000000000000000000000000000000, 0xbee75220b2029c9c9227b02c24e96de6),
(0xa5b2bcc42a9c3f891ab51b9cbf276c3c, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_green_conversations.png', 0, 0x00000000000000000000000000000000, 0xf5bd5808e6293113de0c79c528bf3a1c),
(0x9646a72a36ff99d7b23e5f2f0816e8cd, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_green_favorites.png', 0, 0x00000000000000000000000000000000, 0x69a743d9e668b5343187b4c5695405a3),
(0x6c78eced6081a20550088658ee139566, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_green_ideas.png', 0, 0x00000000000000000000000000000000, 0x0b1235506b4f3bbf91a8ebbac97ab3bc),
(0x32ff6c4e48229a9f2c3f7390ffdaec73, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_green_mails.png', 0, 0x00000000000000000000000000000000, 0x9e912624bff5e090d2b872a5d27e9f57),
(0xe9ec450ad93f8b7be5fdc7753e09198f, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_green_music.png', 0, 0x00000000000000000000000000000000, 0xff54131bdd9fa6bf89513e5c25958371),
(0x1092b0be49829ea571d80facc11c068f, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_green_stuffed.png', 0, 0x00000000000000000000000000000000, 0xf25eff34a81c30dc59828cbf82e52517),
(0x13185bdcd3cc035a107fca44a500fb79, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_green_todos.png', 0, 0x00000000000000000000000000000000, 0x07ee51dc952efa83c6f55ef20a6a51b4),
(0x533add173e6d0842b7e57777f2689e51, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_pink.png', 0, 0x00000000000000000000000000000000, 0x3421515e30dd9e3e8993d3fd0170ffbd),
(0x9eacaf6b02be220d60cb8313cd02df47, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_pink_backup.png', 0, 0x00000000000000000000000000000000, 0xfef8dec0ea36cf1154370100b1756b71),
(0xbdebfd766bbeef8abf226149c81f81ce, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_pink_conversations.png', 0, 0x00000000000000000000000000000000, 0xc37abde4942510f3e4c4d2030c8d9801),
(0xc3772ef12c4d6fc24f687211d5b10840, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_pink_favorites.png', 0, 0x00000000000000000000000000000000, 0xdab8e3798f69141e1c32302d2c3d249a),
(0x548ec0ecaf63a4b3f55f49b0e0c7762f, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_pink_ideas.png', 0, 0x00000000000000000000000000000000, 0x40d792458b8078486e351625c6264e38),
(0x1dcf8c04435c7db131ab2b466cbb523f, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_pink_mails.png', 0, 0x00000000000000000000000000000000, 0xfe33be8e84b946c0758f5da1b942fe2a),
(0x74c52a6e159f98187e2ca95e1dee6c34, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_pink_music.png', 0, 0x00000000000000000000000000000000, 0xed4c24888bc76b31d33ca2b12ff90559),
(0x47547535b6580b1407ef01e5d4a9bd80, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_pink_stuffed.png', 0, 0x00000000000000000000000000000000, 0x0502590af8cca9cf1e3bad7040f470c2),
(0xa46fa1fb8746e0d535483c414f850bb4, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_pink_todos.png', 0, 0x00000000000000000000000000000000, 0x994abf0208210722c4fc77a2514cdbbc),
(0x56f2db2505eaefaae4c943b4caeac2ec, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_red.png', 0, 0x00000000000000000000000000000000, 0xfa28ad29525465982bd67b518cd726d1),
(0x8565de562aa9a9943f04a2f605f71bc6, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_red_backup.png', 0, 0x00000000000000000000000000000000, 0xc5d72e09babc5ec93cf3c13950e62214),
(0xe49689b1c85d386db2d1c476d40859bd, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_red_conversations.png', 0, 0x00000000000000000000000000000000, 0x8a692ed858ba88928523e8274a259fe4),
(0x1844150a784a10ae27d383765d971242, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_red_favorites.png', 0, 0x00000000000000000000000000000000, 0xfc455c84329fea16d61ac8af4c634469),
(0xd4db9ebd503eac5e31b4e147a06afc98, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_red_ideas.png', 0, 0x00000000000000000000000000000000, 0x96f86176e8f467043bd27b6e44cb40ca),
(0x0e59d03a962bbc7b3edf190ec3005e4c, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_red_mails.png', 0, 0x00000000000000000000000000000000, 0xe08c971a890a2caed634c9b1a4a25151),
(0xb66c0efb595b287fba82990ffe207056, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_red_music.png', 0, 0x00000000000000000000000000000000, 0x81789c271239ccc3f1bcb90b01051937),
(0xd4fd8b0fd0f9793eb0c41164bba6293c, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_red_stuffed.png', 0, 0x00000000000000000000000000000000, 0xe3efc89bf62828d1b2f8e61d6faac2c3),
(0x5f66bf38e6ce69ad61d1b050c9ff1ed6, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_red_todos.png', 0, 0x00000000000000000000000000000000, 0xe43e823a85bd3bef41f0dc5389599762),
(0xc3a1d55925a9541028a108f4d7953c57, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_backup_blue.png', 0, 0x00000000000000000000000000000000, 0x7bb30b034c2650c2c3322b802d17585a),
(0x09038147c1e54dc1f8b27109ddaa586f, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_backup_green.png', 0, 0x00000000000000000000000000000000, 0x3c6213a5ab582c41943915db74b3035b),
(0x37b33c392f95a93ec1a619bb0b1d1e1f, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_backup_pink.png', 0, 0x00000000000000000000000000000000, 0xe7f3fd81565a53f8f6ce6a68e3e6c94c),
(0x6f9c2a8af7cfa256cc077f9dbfe4b8b1, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_backup_red.png', 0, 0x00000000000000000000000000000000, 0xa49768b97ae48143bd91cdf19d70337e),
(0xa35b3dd50f57e9c06268507f99d41fc1, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_backup_violet.png', 0, 0x00000000000000000000000000000000, 0x3a85b776607908ec0de9d2c24dc64267),
(0x72fd12443f9582d51df0bcf3e4bd7542, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_blue.png', 0, 0x00000000000000000000000000000000, 0xe622e18ce1eb5200c425c8fd2eb637de),
(0xc6219acd9fdd23a2357fc30c6c5167ea, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_green.png', 0, 0x00000000000000000000000000000000, 0x9c3fa775862597e141be9c8891b59a7d),
(0x6d77de3d6dcd30a2d7f3e96fc8432ecd, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_pink.png', 0, 0x00000000000000000000000000000000, 0x11e3e22c9facf073c1667dab00bb998b),
(0x48e783a82b412424890916fbeca9561d, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_red.png', 0, 0x00000000000000000000000000000000, 0x17219992f2a0f085166ce27335ad0c4e),
(0x3ede406ee35302214fd1c099eff54051, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_remote_violet.png', 0, 0x00000000000000000000000000000000, 0xe303738e48a85992a2eb53e975e8e1e2),
(0x58a7b49e2b0459ebfe1e6a9ebaf93fc7, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_violet.png', 0, 0x00000000000000000000000000000000, 0x006de9c89db6e63019b8a65308be00ab),
(0x5468b421d5b80d8c4f73ec037e5a7c29, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_violet_backup.png', 0, 0x00000000000000000000000000000000, 0xc6226031b1d1f2f6dd83cf2c0d040cec),
(0x22faf939fb21fcb71b2725b6b4b16ebc, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_violet_conversations.png', 0, 0x00000000000000000000000000000000, 0x8d0e4d0b6402640045dcd4c3c6741b1a),
(0xfa9ba4d9ac9fd50d8985f46c2fa2f6fe, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_violet_favorites.png', 0, 0x00000000000000000000000000000000, 0xb5d003087bc9ee217fec7ce8ce096bc4),
(0x6976a2f9fc063ed207c2fc14f39c69fa, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_violet_ideas.png', 0, 0x00000000000000000000000000000000, 0xcb28b61f7d2e032f044b33cbf65f9b51),
(0x3f2a7caa3c983d8befae5acbe9bb348a, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_violet_mails.png', 0, 0x00000000000000000000000000000000, 0x91f8bf530dafd598ec70cdb91cf03067),
(0xf9896bb5d277ecfe0ec4f01c1bd6f4f4, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_violet_music.png', 0, 0x00000000000000000000000000000000, 0x1d5bff8adc9b0398eaf599efef0c6202),
(0x08b41ee03f297c3322246457fe742b83, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_violet_stuffed.png', 0, 0x00000000000000000000000000000000, 0x798396dc59e5b3e39def41641500c3eb),
(0xe4b21653418aa4d30a701f15cee55b54, 'wp-content/plugins/ultimatum-library/images/icons/16/folder_violet_todos.png', 0, 0x00000000000000000000000000000000, 0x1ade8cae3afc296049e695bc6f4ccaf9),
(0x2d9ac0a441bc0170e175b430d9137356, 'wp-content/plugins/ultimatum-library/images/icons/16/fullscreen.png', 0, 0x00000000000000000000000000000000, 0x71b12ba7ee3e217405e46bff479d0b8d),
(0xa9e226661f1d629e6e2311c39e231456, 'wp-content/plugins/ultimatum-library/images/icons/16/game_controller.png', 0, 0x00000000000000000000000000000000, 0xe7fb1ff15e1a3ae72abe3714d1c6301f),
(0x55a9855f9ebe1b25afede515ce05eed2, 'wp-content/plugins/ultimatum-library/images/icons/16/gift.png', 0, 0x00000000000000000000000000000000, 0x267ce027f5087b6e1cd2f7e22ed0715d),
(0x49d0f046a73bc0d0af70a9cc09407452, 'wp-content/plugins/ultimatum-library/images/icons/16/gmail.png', 0, 0x00000000000000000000000000000000, 0xfe82cd23a748d278feb1159c37ba1c8e),
(0x270f06cc087e89020af61ac0eed4643b, 'wp-content/plugins/ultimatum-library/images/icons/16/google.png', 0, 0x00000000000000000000000000000000, 0xf425179f8ab69ff29a13e0c17f345d2e),
(0x1399cd359eaa281597c22b30cae1301a, 'wp-content/plugins/ultimatum-library/images/icons/16/harddrive.png', 0, 0x00000000000000000000000000000000, 0x91fa6b7011e0a6dde053f5bb0c15cf18),
(0xc1c0fa06d0b20e4888a5b1eb73feb5e7, 'wp-content/plugins/ultimatum-library/images/icons/16/heart_empty.png', 0, 0x00000000000000000000000000000000, 0xbc2fb1beed03adec8a2c91a064d8f171),
(0x72a834d1089e9f1daf829001758e453b, 'wp-content/plugins/ultimatum-library/images/icons/16/heart_full.png', 0, 0x00000000000000000000000000000000, 0x98a0098ae95c655517e5b5ea5b39233a),
(0xa2074fcb6271aa2a9149253e1765005c, 'wp-content/plugins/ultimatum-library/images/icons/16/heart_half.png', 0, 0x00000000000000000000000000000000, 0x2c93d72dac790c7f12d08b9cfaf08c2a),
(0x613540462518d4f834852689c38834d1, 'wp-content/plugins/ultimatum-library/images/icons/16/ical.png', 0, 0x00000000000000000000000000000000, 0xfb0476ca90a66bdab7513896a1e0a7a9),
(0xa3ad00e80c2866c62955326c6705591a, 'wp-content/plugins/ultimatum-library/images/icons/16/iconfinder.png', 0, 0x00000000000000000000000000000000, 0x9dd70b5e2fff3e39d35a3f090f46ca10),
(0x0294d6d536e04dc75e614a4be221335a, 'wp-content/plugins/ultimatum-library/images/icons/16/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xfcebef79b620a97dc0bba2868b4b669d, 'wp-content/plugins/ultimatum-library/images/icons/16/internet_explorer.png', 0, 0x00000000000000000000000000000000, 0xda0a1de5ed315d38d010810f2c6cc64c),
(0x2e6fd2f1083457d59abb638aa01a04eb, 'wp-content/plugins/ultimatum-library/images/icons/16/invoice.png', 0, 0x00000000000000000000000000000000, 0xce01b1951570a35105c2a63aaa281237),
(0x2aa973f3ef384cd1c236c78a3d9ea542, 'wp-content/plugins/ultimatum-library/images/icons/16/iphone.png', 0, 0x00000000000000000000000000000000, 0x904142cd88ceddcc95f2aa27b26f2110),
(0xdcd42081c9868f7e6318a940eaf882f4, 'wp-content/plugins/ultimatum-library/images/icons/16/ipod_nano_blue.png', 0, 0x00000000000000000000000000000000, 0x7baee3735501662a1d46c344a134e6ff),
(0x219fa97d84ec0d8b63da8c38080f0749, 'wp-content/plugins/ultimatum-library/images/icons/16/ipod_nano_green.png', 0, 0x00000000000000000000000000000000, 0x805dcd763d5d50534a307a15246dce4a),
(0x5b5b68ecfc7ebc46237cf823adaa1d0a, 'wp-content/plugins/ultimatum-library/images/icons/16/ipod_nano_orange.png', 0, 0x00000000000000000000000000000000, 0xc9477a1502dc468435ac414b494bd74a),
(0x4307ac4501bdd297af052c89491648c5, 'wp-content/plugins/ultimatum-library/images/icons/16/ipod_nano_pink.png', 0, 0x00000000000000000000000000000000, 0xa465bad556bf5f6737c334cf7acc04a1),
(0xfe6ce5bc55d62ec584b62f9d4c953a0c, 'wp-content/plugins/ultimatum-library/images/icons/16/ipod_nano_red.png', 0, 0x00000000000000000000000000000000, 0x39f48d05b314d570b4bdbb60fa1911d5),
(0xb81726f51cb55e8dfd3804d6b918055b, 'wp-content/plugins/ultimatum-library/images/icons/16/ipod_nano_silver.png', 0, 0x00000000000000000000000000000000, 0xccca0c8f5ab411787350acfacb2789e7),
(0x0776fcc09912e80cbf95d0321eefe53f, 'wp-content/plugins/ultimatum-library/images/icons/16/ipod_nano_violet.png', 0, 0x00000000000000000000000000000000, 0x0d52eda1d955c098b12a12fcbca7df98),
(0x4654c968ec41e376688992ffc1ddb539, 'wp-content/plugins/ultimatum-library/images/icons/16/jewel_case.png', 0, 0x00000000000000000000000000000000, 0xb8b12a8e9a0aca2e7a382c6e0ba3b1b9),
(0x69c423395f1a98647b22ae51bdfd4ebf, 'wp-content/plugins/ultimatum-library/images/icons/16/jewel_case_international-pony.png', 0, 0x00000000000000000000000000000000, 0x3d290d42fd293d528086faaea2260afc),
(0xf585ba1f8463b036d34bd95366342cfc, 'wp-content/plugins/ultimatum-library/images/icons/16/jewel_case_keane-under_the_iron_sea.png', 0, 0x00000000000000000000000000000000, 0xc6c71b46dfc6a678b58ab6eb0df76398),
(0xd7a92f1133a7aad3f9ef87e18567adac, 'wp-content/plugins/ultimatum-library/images/icons/16/jewel_case_linkin-park_reanimation.png', 0, 0x00000000000000000000000000000000, 0xe385f2056c83b2c03645b43e80e9e006),
(0x2b25dc1b4f0932cf21dc89359c48687f, 'wp-content/plugins/ultimatum-library/images/icons/16/jewel_case_ministryofsound_annual2009.png', 0, 0x00000000000000000000000000000000, 0x01fcf1d511001e826fd9f288f4bb0964),
(0x8ee2e77db0ff8332b50d3a38bb39612e, 'wp-content/plugins/ultimatum-library/images/icons/16/jewel_case_spectral.png', 0, 0x00000000000000000000000000000000, 0xd33f09a3e8bc2212584445c634420bec),
(0x7643b6a3c7713798ba2f1e2b3b7a024b, 'wp-content/plugins/ultimatum-library/images/icons/16/key.png', 0, 0x00000000000000000000000000000000, 0xad5ee8cd21efb662d4979879c1faf491),
(0xaefb6715e2f6cb0950f4fb32f4b88504, 'wp-content/plugins/ultimatum-library/images/icons/16/key_0.png', 0, 0x00000000000000000000000000000000, 0xb88873b6e6f7ebf6176ddc7a7bdd722e),
(0xf86a18d4fd01e89780ae56a5817b3b6d, 'wp-content/plugins/ultimatum-library/images/icons/16/key_1.png', 0, 0x00000000000000000000000000000000, 0x60c47fa4e34cdc021df0fc978a9ab6d2),
(0x13e44130000f1001932163f8515bd7bd, 'wp-content/plugins/ultimatum-library/images/icons/16/key_2.png', 0, 0x00000000000000000000000000000000, 0x9036e2e81d2d921d906f77535a4eb975),
(0xaa6d25832961c1d8f9e2aa0e6b7abfec, 'wp-content/plugins/ultimatum-library/images/icons/16/key_3.png', 0, 0x00000000000000000000000000000000, 0x823fa7f6b6f00c5b1cc2c661dbadbd84),
(0xad78bc7fdfd6ee29555bd0362cca333e, 'wp-content/plugins/ultimatum-library/images/icons/16/key_4.png', 0, 0x00000000000000000000000000000000, 0x062c35aabc6e72edf4c492e4e6a4cb3d),
(0x10e139f7727110ed56dfc6dd893e6738, 'wp-content/plugins/ultimatum-library/images/icons/16/key_5.png', 0, 0x00000000000000000000000000000000, 0xd26bbf6b417411a9782d46786042f73a),
(0xe64f11947e4249d50e726ace73ce256e, 'wp-content/plugins/ultimatum-library/images/icons/16/key_6.png', 0, 0x00000000000000000000000000000000, 0xf304b8e8dcad5d448d62fde6384a0ea3),
(0x66e72eccb2f0292b055a6d9a497bf695, 'wp-content/plugins/ultimatum-library/images/icons/16/key_7.png', 0, 0x00000000000000000000000000000000, 0xc8f6ef4154d46121b0929fbfc72a7aa5),
(0xd0986cc4a17c36e3dbf3862fe99a81e5, 'wp-content/plugins/ultimatum-library/images/icons/16/key_8.png', 0, 0x00000000000000000000000000000000, 0x896d143a381f3d37b19dab2cffe99474),
(0xf0fc655898bc5404ccdfd7b47f58bd72, 'wp-content/plugins/ultimatum-library/images/icons/16/key_9.png', 0, 0x00000000000000000000000000000000, 0xa2207313f9ec6d2aed82f98be065630d),
(0x25f2aa3f05bbb74d35672eb2b0098d01, 'wp-content/plugins/ultimatum-library/images/icons/16/key_A.png', 0, 0x00000000000000000000000000000000, 0xb864e4fdb0910daffe5c0482be98cd94),
(0x07aed56637c18156e2fc2d04596a34e1, 'wp-content/plugins/ultimatum-library/images/icons/16/key_AT.png', 0, 0x00000000000000000000000000000000, 0x5c13225a0ecb835970e02162def99983),
(0x715eb38c76428a2bc6a428705a20204c, 'wp-content/plugins/ultimatum-library/images/icons/16/key_B.png', 0, 0x00000000000000000000000000000000, 0xc2a54cfad24078ddbc977f6406dd861a),
(0x64f74de71497ca5614069f2bcffcb00e, 'wp-content/plugins/ultimatum-library/images/icons/16/key_C.png', 0, 0x00000000000000000000000000000000, 0xdb714dbd51622c1a7947467aad10896b),
(0xdd1574e7adf72dfddd611576dd2164ee, 'wp-content/plugins/ultimatum-library/images/icons/16/key_D.png', 0, 0x00000000000000000000000000000000, 0xcd24fd5194ce43d85771f51452453dcd),
(0x4397734475d8e67b9ca53d68f941d598, 'wp-content/plugins/ultimatum-library/images/icons/16/key_E.png', 0, 0x00000000000000000000000000000000, 0xd4a6601c37e0f8b14530dea62e43e4ff),
(0x52cbaae57cc356d7362135b61df1f7e1, 'wp-content/plugins/ultimatum-library/images/icons/16/key_F.png', 0, 0x00000000000000000000000000000000, 0xc3856e3897ac2949514e9c3e89ee7566),
(0x6e296e8607eecb0c3d2de9c635774c82, 'wp-content/plugins/ultimatum-library/images/icons/16/key_G.png', 0, 0x00000000000000000000000000000000, 0x54963e9318e4128d192849c984aebec7),
(0x3660e4ace4e55749709ca9fe3d6c7384, 'wp-content/plugins/ultimatum-library/images/icons/16/key_H.png', 0, 0x00000000000000000000000000000000, 0xe219b5c0770f1cc7bd2b38ffa57c7aaa),
(0x4d4b161a06ddb4066e066a3951585ee8, 'wp-content/plugins/ultimatum-library/images/icons/16/key_I.png', 0, 0x00000000000000000000000000000000, 0x229248ab93814c28c05bedbb2a6ae005),
(0xc4cea25b961b153475a23f664f4384a4, 'wp-content/plugins/ultimatum-library/images/icons/16/key_J.png', 0, 0x00000000000000000000000000000000, 0xee763a83f3787f63a4b49befd277df21),
(0xb4d1da285624329e83b5fde8c30fdb3c, 'wp-content/plugins/ultimatum-library/images/icons/16/key_K.png', 0, 0x00000000000000000000000000000000, 0x835189e69ab29985e2fbd022a15bcc3c),
(0x80b766f2fe70b4102fd558683ce249ea, 'wp-content/plugins/ultimatum-library/images/icons/16/key_L.png', 0, 0x00000000000000000000000000000000, 0x6f7615e886fbfe6b393360e7a972e5b0),
(0x1906d1a051626e494aa5b046e1520acd, 'wp-content/plugins/ultimatum-library/images/icons/16/key_M.png', 0, 0x00000000000000000000000000000000, 0x478e59885163969f6c5a4e14b04329a6),
(0x7bbb78a9c0c49e0cb2b1157a221679a1, 'wp-content/plugins/ultimatum-library/images/icons/16/key_N.png', 0, 0x00000000000000000000000000000000, 0x15f149eff806e956e24dd0813853d546),
(0xcba4f1885f4f12aad048572d725eb8f7, 'wp-content/plugins/ultimatum-library/images/icons/16/key_O.png', 0, 0x00000000000000000000000000000000, 0xf7969a1ea341f4fd8a7360f181db3cae),
(0xc2c6c8145fffbea064ac04004ae4eaef, 'wp-content/plugins/ultimatum-library/images/icons/16/key_P.png', 0, 0x00000000000000000000000000000000, 0x03d5cce2c6754e2c9483199fe171142e),
(0x34d85c459338bb3f9eddf2b7b9d74055, 'wp-content/plugins/ultimatum-library/images/icons/16/key_Q.png', 0, 0x00000000000000000000000000000000, 0x46b253bf9c1192955e8ae6de4f7d5457),
(0x1c359b57257e85cb58a7f0ee377db92e, 'wp-content/plugins/ultimatum-library/images/icons/16/key_R.png', 0, 0x00000000000000000000000000000000, 0xbb27310fdd28f412671a088699d02236),
(0x3f75f5dc6b197f3eea3529a2c8a880ea, 'wp-content/plugins/ultimatum-library/images/icons/16/key_S.png', 0, 0x00000000000000000000000000000000, 0xa8953185750f61d44f84348233d04f93),
(0x62e16d4d6dd9c8baa5bb3b9be517c4d6, 'wp-content/plugins/ultimatum-library/images/icons/16/key_T.png', 0, 0x00000000000000000000000000000000, 0x67ff40fad224d881c6e1b7eb94ac8028),
(0xcbae3de3cfaaa9ac64ce645ae582e535, 'wp-content/plugins/ultimatum-library/images/icons/16/key_U.png', 0, 0x00000000000000000000000000000000, 0xbed98ff5626e346667477c6a82600e5f),
(0x2c65aeb95b27365a1171b1650fee5582, 'wp-content/plugins/ultimatum-library/images/icons/16/key_V.png', 0, 0x00000000000000000000000000000000, 0x941bc3a065cf6d0f88a40e624c18376c),
(0x9f538aef7d43527e98b9159267d009d2, 'wp-content/plugins/ultimatum-library/images/icons/16/key_W.png', 0, 0x00000000000000000000000000000000, 0x7873cd63f7219a3c8a8ccc302c0ad425),
(0xf789e20c88607df8f61056ed3f9f44ee, 'wp-content/plugins/ultimatum-library/images/icons/16/key_X.png', 0, 0x00000000000000000000000000000000, 0x838022105ccbde91bb907ae4ec87d270),
(0xf3d59a67dfaab694fb63536c9b98d728, 'wp-content/plugins/ultimatum-library/images/icons/16/key_Y.png', 0, 0x00000000000000000000000000000000, 0xb184e9ccbb1cfeb53625dd06c3118cd4),
(0x78064f9e8fa84b60b69bbd35b737b336, 'wp-content/plugins/ultimatum-library/images/icons/16/key_Z.png', 0, 0x00000000000000000000000000000000, 0x3228b6a73ed1ea1690285062051280e3),
(0x1f275698aa67e2ef5d4cfd321e28a939, 'wp-content/plugins/ultimatum-library/images/icons/16/key_alt.png', 0, 0x00000000000000000000000000000000, 0xbf847c3a6b00d9c3d1caa8adb2183b12),
(0xf0c2cf03cba87cdd1b045644a2c889b1, 'wp-content/plugins/ultimatum-library/images/icons/16/key_alt_alternative.png', 0, 0x00000000000000000000000000000000, 0x3c85ec3ac072bdc9409960f67316b909),
(0xe672f4c6c2aa8758d63be4e9a55cd049, 'wp-content/plugins/ultimatum-library/images/icons/16/key_ampersand.png', 0, 0x00000000000000000000000000000000, 0x405ba647204765bc265d5ea553b5fe56),
(0x3f543b02cf8d50a40bc1daafc3cc1177, 'wp-content/plugins/ultimatum-library/images/icons/16/key_apple.png', 0, 0x00000000000000000000000000000000, 0xe81a43ef5f9e6d2d5b82f8b1e0a18c82),
(0xb66a05cfaa8281fd68043a27b9c06b67, 'wp-content/plugins/ultimatum-library/images/icons/16/key_bracket.png', 0, 0x00000000000000000000000000000000, 0xea7042fd5efdd8005b77535defe40834),
(0xca3ed025c110c7cf29e0b5eabc219a11, 'wp-content/plugins/ultimatum-library/images/icons/16/key_bracket_close.png', 0, 0x00000000000000000000000000000000, 0x57c6634b68a615f693c969610dab060f),
(0x7489be3878971602afa67bfa2632aca5, 'wp-content/plugins/ultimatum-library/images/icons/16/key_check.png', 0, 0x00000000000000000000000000000000, 0x4943af9f5aa26d3052f4aaa7af918ccd),
(0x4fd75f605a06ebccb06b43223f3fc17f, 'wp-content/plugins/ultimatum-library/images/icons/16/key_cmd.png', 0, 0x00000000000000000000000000000000, 0xc290dc7303bcb4fee45f8d0be0ec90b8),
(0x68f61ff499dfcf7b07166dd4a11604a2, 'wp-content/plugins/ultimatum-library/images/icons/16/key_cmd_alternative.png', 0, 0x00000000000000000000000000000000, 0xc8b617d24fdfda61fd0d9dd2894ed596),
(0x7c7609e1e768901a2618e8052c5886d9, 'wp-content/plugins/ultimatum-library/images/icons/16/key_colon.png', 0, 0x00000000000000000000000000000000, 0x995a7cce8adda9cf15ab9d1d11637998),
(0x01c2be3a2d6d1a555d8e7eabfdbdcb20, 'wp-content/plugins/ultimatum-library/images/icons/16/key_comma.png', 0, 0x00000000000000000000000000000000, 0xa6667932525cbfdf821f041d7cefdef9),
(0x2448b4e0d41679482ee7a40a6a406e67, 'wp-content/plugins/ultimatum-library/images/icons/16/key_ctrl.png', 0, 0x00000000000000000000000000000000, 0x85778aa21deb6abee52b7fc7ade4f1d7),
(0x2210c9fde500d0f63970f5bbc53769d2, 'wp-content/plugins/ultimatum-library/images/icons/16/key_ctrl_alternative.png', 0, 0x00000000000000000000000000000000, 0xd1a7db6ce0eef89680aa9f5b2200895b),
(0xe64dd98bd4882dac54635b2de77bcd29, 'wp-content/plugins/ultimatum-library/images/icons/16/key_curly_bracket.png', 0, 0x00000000000000000000000000000000, 0xe4fa7a5ff2a8e0e842c9529a8bad8017),
(0x4f4e67eafd560d3f0cd076b2ec75329f, 'wp-content/plugins/ultimatum-library/images/icons/16/key_curly_bracket_close.png', 0, 0x00000000000000000000000000000000, 0x880c36cc6933091a6fb39dfeaa65b27a),
(0x7141eeae303080a94881e48e51432add, 'wp-content/plugins/ultimatum-library/images/icons/16/key_dash.png', 0, 0x00000000000000000000000000000000, 0x973d8633a34fe890c74f6eb5bba6d1d4),
(0x054007140d11b58c5d7757f38acdcaa5, 'wp-content/plugins/ultimatum-library/images/icons/16/key_dollar.png', 0, 0x00000000000000000000000000000000, 0xdb337bc0fa52dd914723b77939e94be4),
(0xdb9db6b100a72e7d2f6fbc0cebc9dd0a, 'wp-content/plugins/ultimatum-library/images/icons/16/key_down.png', 0, 0x00000000000000000000000000000000, 0x2dd321b03b64c6fe07854ba377699fb7),
(0x36a290f150a2cf9fa1160e3612343dc0, 'wp-content/plugins/ultimatum-library/images/icons/16/key_eject.png', 0, 0x00000000000000000000000000000000, 0x275775b1b96012c72d855484b636eda5),
(0x842fa02026075067d20e5fe3e17cd527, 'wp-content/plugins/ultimatum-library/images/icons/16/key_equal.png', 0, 0x00000000000000000000000000000000, 0x7d9a21c1364a74935bee060928c2bc49),
(0x3e8faa824875557167b4a0e24353d6cf, 'wp-content/plugins/ultimatum-library/images/icons/16/key_escape.png', 0, 0x00000000000000000000000000000000, 0x371ffd2562db398823154deb66569bce),
(0x61e0504c3c6373fac46b33299ff69a0d, 'wp-content/plugins/ultimatum-library/images/icons/16/key_euro.png', 0, 0x00000000000000000000000000000000, 0xb1cf8bacf404a65f8cc76e637011a6f2),
(0x7e35cfb3372ca7e68a11053da8e970c2, 'wp-content/plugins/ultimatum-library/images/icons/16/key_exclamation.png', 0, 0x00000000000000000000000000000000, 0x2a5e930f20ac73639e4be5032abbf560),
(0x1444828ce119aba2837a1ed3edbbd441, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f1.png', 0, 0x00000000000000000000000000000000, 0x1caa3b288b88fb5d9cd12af055e23c2a),
(0x54d967e9888f7f2c3947c47816449325, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f10.png', 0, 0x00000000000000000000000000000000, 0x9d378dfdcc134fd49636a86594722784),
(0xd338f37e0eaaa8888c1dce1a4bf3a149, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f11.png', 0, 0x00000000000000000000000000000000, 0x3226a0aa21415de96aa3e512d986f37b),
(0x528cecfda680f5ea879e31a33d314174, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f12.png', 0, 0x00000000000000000000000000000000, 0x2df2ac094265f18eb06da1d9b371bacf),
(0xda3fbe4f07ff431c1bc1dd1198699358, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f13.png', 0, 0x00000000000000000000000000000000, 0xb16a569dd06faa453d2fb14a8f1353ae),
(0x8aca9b574723378b4ef6516bf76c89b6, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f14.png', 0, 0x00000000000000000000000000000000, 0x1ecb043bc826383d96f10a3d353d7f71),
(0x0d9ee937048743117c263a2e69fcefd3, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f15.png', 0, 0x00000000000000000000000000000000, 0xecb9eb1f26596b7471c9496c6a369242),
(0x17815bc3b8a75d251ae6f0c3af490f29, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f2.png', 0, 0x00000000000000000000000000000000, 0x1ec3905a5e4e89db038e74166e397e4a),
(0x2315edbc433e8726862c3cd533018d03, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f3.png', 0, 0x00000000000000000000000000000000, 0x9af7ea10568c126f9cdb400939319fba),
(0x304b7a3bf63fe940acbda91a1e983b03, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f4.png', 0, 0x00000000000000000000000000000000, 0x901a2715daaac446933a4f39c5a2583a),
(0xc0cf21dfc563e4e947d3b97f0b7ba550, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f5.png', 0, 0x00000000000000000000000000000000, 0x0a5fad1d953c11e02a7d3a0dc3c1368d),
(0x6e815676ae04eefa4b61c300bbce7aa7, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f6.png', 0, 0x00000000000000000000000000000000, 0xb15b77cde3f1749765b41a36fbebb814),
(0x2d7388c977310e741535bd9d7e0561ab, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f7.png', 0, 0x00000000000000000000000000000000, 0x30b00bf75f2eb5b2e41ce822ac7bb23e),
(0xb4cb4fbd8c150bcd8bd6bdc75f9c7f1d, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f8.png', 0, 0x00000000000000000000000000000000, 0x476b6f50e1a44a62ec6cb485189fbe52),
(0x5d46f1449799c19132a7c6632ac35b09, 'wp-content/plugins/ultimatum-library/images/icons/16/key_f9.png', 0, 0x00000000000000000000000000000000, 0xbfe68659d1ed4cb6f87f264f360c7849),
(0x9c0a247275a93a3d8db66826590cb3c7, 'wp-content/plugins/ultimatum-library/images/icons/16/key_fast_forward.png', 0, 0x00000000000000000000000000000000, 0x298245b81b87d319b20d8fc211481cec),
(0xe55eff52016c23d113d6ec44212d5c92, 'wp-content/plugins/ultimatum-library/images/icons/16/key_fw_slash.png', 0, 0x00000000000000000000000000000000, 0x580a7e8aaffa9f5c5da033208c65f46c),
(0xd00faebaa31766d1b341881de45f59bb, 'wp-content/plugins/ultimatum-library/images/icons/16/key_hash.png', 0, 0x00000000000000000000000000000000, 0x511e005543e756ef6e1ff6b366caa89b),
(0x5e050bfcd701991b11b1acb8024940b2, 'wp-content/plugins/ultimatum-library/images/icons/16/key_heart.png', 0, 0x00000000000000000000000000000000, 0xaaf6b4ef0dc0ede43b6bbd2bef01b3a3),
(0x7095edca434ce59cfe2b6bbe69f0cc8f, 'wp-content/plugins/ultimatum-library/images/icons/16/key_left.png', 0, 0x00000000000000000000000000000000, 0xf3bd92717293c92b986395beaccab8ad),
(0x9ec1b6e006f4ea74e3830b25aa40458a, 'wp-content/plugins/ultimatum-library/images/icons/16/key_minus.png', 0, 0x00000000000000000000000000000000, 0xc0c23172eb039614285c3574643ea999),
(0x603bd41558d37dfb1944abcba69e2c54, 'wp-content/plugins/ultimatum-library/images/icons/16/key_note.png', 0, 0x00000000000000000000000000000000, 0xf67a1a7cca1b5688294782ed2394553c),
(0x304841b6c4651f597957c9df8e329b7e, 'wp-content/plugins/ultimatum-library/images/icons/16/key_note_double.png', 0, 0x00000000000000000000000000000000, 0x0502c0cadf7ba8c7f0776e1d39510caf),
(0xb9cb8a107de3ad7a7025ea218a82ab4e, 'wp-content/plugins/ultimatum-library/images/icons/16/key_paragraph.png', 0, 0x00000000000000000000000000000000, 0x06a31ca12868df65bee6c468fb5983e5),
(0x09b251d51a8dededf2a2015b1c2062f6, 'wp-content/plugins/ultimatum-library/images/icons/16/key_percent.png', 0, 0x00000000000000000000000000000000, 0x7a89a8a6c521a5f49abae86ee2fe094d),
(0x31333d08bbe39017ffca51ce4bd0bbf5, 'wp-content/plugins/ultimatum-library/images/icons/16/key_period.png', 0, 0x00000000000000000000000000000000, 0xaf918256308d02921b5003d6a75a9651),
(0x689f4d97afe4eeb1072e940e69f5812e, 'wp-content/plugins/ultimatum-library/images/icons/16/key_play_pause.png', 0, 0x00000000000000000000000000000000, 0xcaabaeeb472cbd47f629620017cf57c3),
(0xaf16d238404ea17b8edceab0dcc052d6, 'wp-content/plugins/ultimatum-library/images/icons/16/key_plus.png', 0, 0x00000000000000000000000000000000, 0x3fd537d40c349ed16e21d564495113ea),
(0x35a52e7410f8bff314d899dc0ee22269, 'wp-content/plugins/ultimatum-library/images/icons/16/key_question.png', 0, 0x00000000000000000000000000000000, 0xaed7014f6d850d1f19530773065666c2),
(0x966549a810a89af8572b1cbf19846c7f, 'wp-content/plugins/ultimatum-library/images/icons/16/key_record.png', 0, 0x00000000000000000000000000000000, 0xab2a384ad2041e67f5550b3fae16c8c5),
(0xb1ab1b9da5999cae1a8c62df38728b22, 'wp-content/plugins/ultimatum-library/images/icons/16/key_return.png', 0, 0x00000000000000000000000000000000, 0xdc607278629ed8217b7fdd352cc3f3b3),
(0x78450ef43fc1eaa5f061e60dd4702e13, 'wp-content/plugins/ultimatum-library/images/icons/16/key_rewind.png', 0, 0x00000000000000000000000000000000, 0x26c13ea9fe099745b65aa01d0d3659ba);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xb273be399a7de7c6e093382151ef305b, 'wp-content/plugins/ultimatum-library/images/icons/16/key_right.png', 0, 0x00000000000000000000000000000000, 0x73a6c91bab4dffbef3a45de543fed9e1),
(0xea33b98a520433b37820377c06739faf, 'wp-content/plugins/ultimatum-library/images/icons/16/key_semicolon.png', 0, 0x00000000000000000000000000000000, 0x73454c8dcdcec5bc0a6f23f2d049b622),
(0x259f360b9067f89d9a6817c2c2299d93, 'wp-content/plugins/ultimatum-library/images/icons/16/key_shift.png', 0, 0x00000000000000000000000000000000, 0xa2aa58c12a87910977164e809b95796c),
(0x07b3e3f67c117dfdaa91337533f0eba4, 'wp-content/plugins/ultimatum-library/images/icons/16/key_slash.png', 0, 0x00000000000000000000000000000000, 0x11222a8d0cbf08af3dce6ee955d59e99),
(0xc33d448a14e35be2db139373138025cb, 'wp-content/plugins/ultimatum-library/images/icons/16/key_square_bracket.png', 0, 0x00000000000000000000000000000000, 0xc0b25fa7f0b20adb9512ba55eaff2bdb),
(0x1f0328c09ba71d1ff754d5bdd404f762, 'wp-content/plugins/ultimatum-library/images/icons/16/key_square_bracket_close.png', 0, 0x00000000000000000000000000000000, 0x3c99b608b4f7645c46ce5fd5768ae10c),
(0xae309fdca30153ccc8f498e8a06fc349, 'wp-content/plugins/ultimatum-library/images/icons/16/key_star.png', 0, 0x00000000000000000000000000000000, 0xda6c85cce99fd77054b5afdbff3b1c57),
(0x94d924dcf160337fbfc1a05383e82584, 'wp-content/plugins/ultimatum-library/images/icons/16/key_stop.png', 0, 0x00000000000000000000000000000000, 0xdbac030d0ac1b645e5b903b6bd02c199),
(0x716261d61bcb3f2a3f9e13e5a8a4983d, 'wp-content/plugins/ultimatum-library/images/icons/16/key_tag.png', 0, 0x00000000000000000000000000000000, 0xf0fa6d0a83b47ccf2d0c845c8482f947),
(0x9a09fc30737524efe4c1fa91a934e08f, 'wp-content/plugins/ultimatum-library/images/icons/16/key_tag_close.png', 0, 0x00000000000000000000000000000000, 0x2e2850aaddc79e181fada6281e486bba),
(0x4fd1905b953235a1fb36c06dda322fbe, 'wp-content/plugins/ultimatum-library/images/icons/16/key_to_infinity_and_beyond.png', 0, 0x00000000000000000000000000000000, 0xbed0ccbfe5a0b34329717d5ed9811fbd),
(0x5fa800dab14f54abc1f9e14270a18c13, 'wp-content/plugins/ultimatum-library/images/icons/16/key_underscore.png', 0, 0x00000000000000000000000000000000, 0xf937ae95b614291bc903040cc38177c3),
(0x44837a1dea4edc1942f3a06232cde722, 'wp-content/plugins/ultimatum-library/images/icons/16/key_up.png', 0, 0x00000000000000000000000000000000, 0x26d0636ae5b529cda1f6f24360161f3f),
(0x7c473942f8a8ccbfcc9c67fee6d70ec7, 'wp-content/plugins/ultimatum-library/images/icons/16/knife.png', 0, 0x00000000000000000000000000000000, 0x16e6118d845800225327d695cd9d8dc3),
(0x0a1f96c5a270556becce1a015abd5251, 'wp-content/plugins/ultimatum-library/images/icons/16/knife_bloody.png', 0, 0x00000000000000000000000000000000, 0x7efb6663eca5e6bdfc3eb1c0226928f5),
(0x2a079a1d15d1aac8b5d92a0c9e232b6f, 'wp-content/plugins/ultimatum-library/images/icons/16/last-fm.png', 0, 0x00000000000000000000000000000000, 0x3506f77ee6bec37b8a0ab0c55c121577),
(0x5ff607d04fb114020894eb6f102c2f51, 'wp-content/plugins/ultimatum-library/images/icons/16/lock_closed.png', 0, 0x00000000000000000000000000000000, 0x7e88e747bbf1addcbce08867db2b6321),
(0xee953564bcd82ec6a19a3ad03155fbc3, 'wp-content/plugins/ultimatum-library/images/icons/16/lock_open.png', 0, 0x00000000000000000000000000000000, 0x2ea7029a78f3cbee7d80f4957491b077),
(0xff1ad5de380a5b3348f7311fb0ffc548, 'wp-content/plugins/ultimatum-library/images/icons/16/magic_mouse.png', 0, 0x00000000000000000000000000000000, 0x78e15759e3852af7f6ee8f69d38f8f15),
(0x97aed8d5f4f62fbaadbfa55446809b7f, 'wp-content/plugins/ultimatum-library/images/icons/16/magic_wand.png', 0, 0x00000000000000000000000000000000, 0xc1c8cc3a1d6b28ec4ac218edef754e9f),
(0xcb738f302652870075fc67c51bef5e50, 'wp-content/plugins/ultimatum-library/images/icons/16/mail_add.png', 0, 0x00000000000000000000000000000000, 0x0b6f2286c152e1fb4b5baae62e3ea740),
(0x1ee2a2abb8fe1107403c71c39ba5418b, 'wp-content/plugins/ultimatum-library/images/icons/16/mail_alert.png', 0, 0x00000000000000000000000000000000, 0xc10c30b939bbce021c9643afa8cbbe39),
(0x5da7fd79fb0ac34da0c5246f9c69d7a0, 'wp-content/plugins/ultimatum-library/images/icons/16/mail_check.png', 0, 0x00000000000000000000000000000000, 0xc7153dff8fec52cc5f98173878bea4f9),
(0x6852bddd684fc6abdf9797118d930b27, 'wp-content/plugins/ultimatum-library/images/icons/16/mail_delete.png', 0, 0x00000000000000000000000000000000, 0x931742b6e2ef30b974bdf9f482dce912),
(0x6686b9a231702ba60a89f4d9e9d9c24b, 'wp-content/plugins/ultimatum-library/images/icons/16/mail_download.png', 0, 0x00000000000000000000000000000000, 0x5f8d9404cb442884afb904a83d68d446),
(0xe7155acb15931f762bd112256e1c0d9b, 'wp-content/plugins/ultimatum-library/images/icons/16/mail_forward.png', 0, 0x00000000000000000000000000000000, 0x958aa901537ffdc800b0a9addf91ce7b),
(0xb59b14125a44eb0a7923819f9316f4b0, 'wp-content/plugins/ultimatum-library/images/icons/16/mail_plain.png', 0, 0x00000000000000000000000000000000, 0xdb6bce3bb69a382112504edbcf25c83b),
(0xb69fe32c45c38108b0d1c18b131f8d80, 'wp-content/plugins/ultimatum-library/images/icons/16/mail_reply.png', 0, 0x00000000000000000000000000000000, 0x3e07c61e65b4763d150d5f9b3da87a99),
(0xe02f8156af14297df725f0151a88508f, 'wp-content/plugins/ultimatum-library/images/icons/16/mighty_mouse.png', 0, 0x00000000000000000000000000000000, 0xf48405b2075714f2d30ff5f639e410e6),
(0x426a976f6b6f93d583bcee922dd8fea8, 'wp-content/plugins/ultimatum-library/images/icons/16/moleskine_black.png', 0, 0x00000000000000000000000000000000, 0x93dfd826d8643eae4d7d1d14509bea27),
(0x1292ea7121e440d446b35eb45742ed67, 'wp-content/plugins/ultimatum-library/images/icons/16/moleskine_red.png', 0, 0x00000000000000000000000000000000, 0x414f44935fa3dd97aeac019e24e2c576),
(0x5fab235a642764ae5d094adcbe3cde30, 'wp-content/plugins/ultimatum-library/images/icons/16/money_1.png', 0, 0x00000000000000000000000000000000, 0x2e50762e59007e2e1bbaadf603789770),
(0xde26b83d7540c789ce8e8c3e102855f4, 'wp-content/plugins/ultimatum-library/images/icons/16/money_10.png', 0, 0x00000000000000000000000000000000, 0xafcb1be868e8db943ca97a07d9af3dac),
(0xc3d91b1f2a5a419abe9628d294961388, 'wp-content/plugins/ultimatum-library/images/icons/16/money_100.png', 0, 0x00000000000000000000000000000000, 0x8d7968dcd023a1ddb3a4604938524af9),
(0x6f8ea8fbe33da6c29cfa27c9c53b591f, 'wp-content/plugins/ultimatum-library/images/icons/16/money_100_coins.png', 0, 0x00000000000000000000000000000000, 0xfb6f6e3882c6bbd25c481995bebeb4f2),
(0x2eca21f150659f1d3e2458febdcd1659, 'wp-content/plugins/ultimatum-library/images/icons/16/money_10_coins.png', 0, 0x00000000000000000000000000000000, 0x793b8f4e902fba8c74ca9bd06d318b94),
(0xc80f5895c816170286f447930fad9cf8, 'wp-content/plugins/ultimatum-library/images/icons/16/money_1_coins.png', 0, 0x00000000000000000000000000000000, 0xe9ca9fb7485c3069b9bf179b4cafbdd2),
(0x77d4cc2091126278a2ef488b2e088f46, 'wp-content/plugins/ultimatum-library/images/icons/16/money_20.png', 0, 0x00000000000000000000000000000000, 0xbe4f019d4ddefa51b7607d662d5e2999),
(0x9ae7e34a70755ae224787bbcc5de43a1, 'wp-content/plugins/ultimatum-library/images/icons/16/money_20_coins.png', 0, 0x00000000000000000000000000000000, 0x68dd65011ba2a085b4187996b0a0183d),
(0x6ccb4169cad72eef1719c44f4cd6c9be, 'wp-content/plugins/ultimatum-library/images/icons/16/money_5.png', 0, 0x00000000000000000000000000000000, 0xf7fe835a8b195fc429a26456d397bbc8),
(0x004321182ce26105e9d2717e3acd9115, 'wp-content/plugins/ultimatum-library/images/icons/16/money_50.png', 0, 0x00000000000000000000000000000000, 0xde2e0fb62adda67a2a7032fe3abea52b),
(0xbc3088973f4bedb1fe1442e09e6b9f8a, 'wp-content/plugins/ultimatum-library/images/icons/16/money_50_coins.png', 0, 0x00000000000000000000000000000000, 0x95fb97d20787debbcb13460f5b568171),
(0x204eb12c46a147ccdea5c8bfff556e86, 'wp-content/plugins/ultimatum-library/images/icons/16/money_5_coins.png', 0, 0x00000000000000000000000000000000, 0x785b799a48a069b79b554a3041e4c68f),
(0x947f50a1b4af61259d44fcea77a7aff3, 'wp-content/plugins/ultimatum-library/images/icons/16/monitor.png', 0, 0x00000000000000000000000000000000, 0x30fc5fb9067a420c57caa40f54dbd747),
(0x0f1f832452e1ee7569760df92661f826, 'wp-content/plugins/ultimatum-library/images/icons/16/opera.png', 0, 0x00000000000000000000000000000000, 0x75aa7e146a2d56393c15459935900b1a),
(0xc21b274fb17fad20ac6442863cd6b4e6, 'wp-content/plugins/ultimatum-library/images/icons/16/pen.png', 0, 0x00000000000000000000000000000000, 0x59273345b3456acdc7f470d73af3209a),
(0x49671f998bfd3c6fe8720a44fd3c58cf, 'wp-content/plugins/ultimatum-library/images/icons/16/pencil.png', 0, 0x00000000000000000000000000000000, 0xaf1fa83b16ed3b339f3f6fd9264ae556),
(0xa8d4ec7c1573043bf02bcc99855c2993, 'wp-content/plugins/ultimatum-library/images/icons/16/podcast.png', 0, 0x00000000000000000000000000000000, 0xa913ab50fd03dc96a6ff1f42f25c3e13),
(0x9a0e1ce61bc2a7fdd37af97610a48ba3, 'wp-content/plugins/ultimatum-library/images/icons/16/preferences.png', 0, 0x00000000000000000000000000000000, 0x433d17d9b11293f922cd13716527d369),
(0xae74b3bc47333fe024fcd65c78eea3c9, 'wp-content/plugins/ultimatum-library/images/icons/16/presentation.png', 0, 0x00000000000000000000000000000000, 0x61255f6138e0521dde156f96a92345e5),
(0x89a9a8bc023a92ba6617d83db50d2d82, 'wp-content/plugins/ultimatum-library/images/icons/16/printer.png', 0, 0x00000000000000000000000000000000, 0xc7de175b37fd66ed3b7adde0f2f87f41),
(0xab4e697a63028068b6853468d2c70236, 'wp-content/plugins/ultimatum-library/images/icons/16/rss.png', 0, 0x00000000000000000000000000000000, 0x729c6a82310d6a3f7305ee2d26c3b009),
(0x1b0d64416f2ea70f205fb9ccdbf1d8b0, 'wp-content/plugins/ultimatum-library/images/icons/16/rss_alternative.png', 0, 0x00000000000000000000000000000000, 0xd8a58900df978317a5e25add0d5c75a0),
(0x0214d1ad23d4103180210258781dcffd, 'wp-content/plugins/ultimatum-library/images/icons/16/rss_circle.png', 0, 0x00000000000000000000000000000000, 0x8b23c00015b1dc313e3816b676bedd2b),
(0x68fccbf97bc6e23c36d7e17793e41c17, 'wp-content/plugins/ultimatum-library/images/icons/16/rss_circle_comments.png', 0, 0x00000000000000000000000000000000, 0xa4b3db1a7b0a3d540aac5b4fc46e02ec),
(0xc0537613f3b5939540a2c4c09e0056f0, 'wp-content/plugins/ultimatum-library/images/icons/16/rss_comments.png', 0, 0x00000000000000000000000000000000, 0x2145f2fd4194cc1f2b4cd5bad21cff8a),
(0x79205fda09e049c5d4c0528790d83622, 'wp-content/plugins/ultimatum-library/images/icons/16/rss_square.png', 0, 0x00000000000000000000000000000000, 0x40774ca90e0a53ef571b947d38dd4dcb),
(0xb90680e58fa02871c07ab8e286306766, 'wp-content/plugins/ultimatum-library/images/icons/16/rss_square_comments.png', 0, 0x00000000000000000000000000000000, 0x15b45dcf4b336f48b8dbd55a472f4e67),
(0xe65def31908b4a8db7e1d172054eefc3, 'wp-content/plugins/ultimatum-library/images/icons/16/safari.png', 0, 0x00000000000000000000000000000000, 0x7a023521fd531aeb980957e429430ad6),
(0x239c49989fc77e4305104dcbefec3c6c, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_addicted-to-coffee.png', 0, 0x00000000000000000000000000000000, 0x5fe149e67f1a2334b784dd8bc4cf3d0a),
(0x111a4bb56d9b3e6431acd8d9d14b62d7, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_addicted-to-coffee_glossy.png', 0, 0x00000000000000000000000000000000, 0x8fd16e2a2c6e44e4178d74fbe3ad507a),
(0x44b5e43c991231a2d244a6a31221d5e2, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_aqua.png', 0, 0x00000000000000000000000000000000, 0x9e444fdbb4dab13d33392aed25ef5f77),
(0xc04c1498ca82ec979ec213d3e385a426, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_aqua_glossy.png', 0, 0x00000000000000000000000000000000, 0x73bf4b62617820affb675207b5f17160),
(0x36fbbb1ebcbb620f49747b27cd3a7dc6, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_aurora_leopard.png', 0, 0x00000000000000000000000000000000, 0xe1d5514fb68da02b836769d39dfce9fd),
(0xc0e5ea9389fe4860d0ee78a6f673e3df, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_aurora_leopard_glossy.png', 0, 0x00000000000000000000000000000000, 0x0f7313120408aa834ee6a52963c6b2dd),
(0x2163d37f94b88b26b37c8077701053c1, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_aurora_snowleopard.png', 0, 0x00000000000000000000000000000000, 0xbc05c89a394a32fbfa2cfb0cd4c93c8e),
(0x7dc488d1c47c9b76fe55e11d785e9b3f, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_aurora_snowleopard_glossy.png', 0, 0x00000000000000000000000000000000, 0xd69e017b9e6a2fdb54b080ff4f082f9d),
(0xda36fe1059782065f5dceacce8857789, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_blaze-of-light.png', 0, 0x00000000000000000000000000000000, 0x87e25b759d7c63ac9071f52aea2afc42),
(0x7da45ce07c208f80befd74454dbfd482, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_blaze-of-light_glossy.png', 0, 0x00000000000000000000000000000000, 0x6824f46fdde19b6de7055d87a4e6ce62),
(0x37462208f7778ba36f3a67c855dc77ad, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_lensflare.png', 0, 0x00000000000000000000000000000000, 0x735ae01c401d263de4c6a15d3384cf76),
(0xd93c9c52894e1d4f4429962a115fc4c2, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_lensflare_glossy.png', 0, 0x00000000000000000000000000000000, 0xaa6dd13c07b9ee9e3c73aae1dede246f),
(0x92a593f3a77647cb7700d97ad19ad99f, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_rulers.png', 0, 0x00000000000000000000000000000000, 0xe80b20d75a0c958ef9ed9e67774e97be),
(0x42e7b0bef0077be61a954a50e7c47ea4, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_rulers_glossy.png', 0, 0x00000000000000000000000000000000, 0xf84b97d4b87007e609ea51d9422fbbfb),
(0x41e5f45e30c7fd7e7c72ebbe8f2ace5c, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_sleep.png', 0, 0x00000000000000000000000000000000, 0xc697d8a3db59a789e2dbcf1ff4dce229),
(0x057d466401923b2868aadde2f0fb9c94, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_sleep_glossy.png', 0, 0x00000000000000000000000000000000, 0xff9880169855c99ea5a2cd0721ae99b8),
(0x735c185fa98731469cdf3e6849b269c0, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_tron-legacy.png', 0, 0x00000000000000000000000000000000, 0xe6a70b9e2c0503af1ed325889f428f67),
(0x7b4a7126cc88b9ffa57f67c4e2c9e61c, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_tron-legacy_glossy.png', 0, 0x00000000000000000000000000000000, 0xc5a6b60962bb5a46dda3e135b1ba277f),
(0x4e75b4dc6eb813dca387a45bea2230f0, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_twitter.png', 0, 0x00000000000000000000000000000000, 0xa7e906822911abb73b75b675cd760e51),
(0xb1a1449e49bccd6ccf57a07b5656438e, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_twitter_glossy.png', 0, 0x00000000000000000000000000000000, 0xb1cdb58b4cc16e62bb25c16c165d9bad),
(0x7d358d0348553699e432553b8577fd99, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_windows.png', 0, 0x00000000000000000000000000000000, 0xf42a195958072df062b07384adf14f88),
(0x78184a5c5d05271267cff9350ed40492, 'wp-content/plugins/ultimatum-library/images/icons/16/screen_windows_glossy.png', 0, 0x00000000000000000000000000000000, 0x1a8b2ab7cdba5dd949c13380588f2b03),
(0xef22932e4c9b99c177d6302c459dce30, 'wp-content/plugins/ultimatum-library/images/icons/16/search.png', 0, 0x00000000000000000000000000000000, 0xdabbf9066b6ae9ff14a4243cf78253e8),
(0xd56f8617e391c44f704cc4140d5f7248, 'wp-content/plugins/ultimatum-library/images/icons/16/security.png', 0, 0x00000000000000000000000000000000, 0x82e5277d60981e223a8e42c2670b0f05),
(0xf0d67c00acb4b8e5fe31ee9ebaeaad64, 'wp-content/plugins/ultimatum-library/images/icons/16/shopping_basket.png', 0, 0x00000000000000000000000000000000, 0xb685ddc5bf0dbe893645053f7140d3bb),
(0x6d5d7bace5d5106c807132afb7687662, 'wp-content/plugins/ultimatum-library/images/icons/16/show_reel.png', 0, 0x00000000000000000000000000000000, 0xebe2008a61462335a5ad8f945b1cc23a),
(0x4ef7371a1ff7701b7c4f58c09af1d2f7, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_available.png', 0, 0x00000000000000000000000000000000, 0x87ff1bdc0ca21d786166c2c0341ac5d8),
(0x18f90be405f248d2c9e9462742474a1c, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_available_red.png', 0, 0x00000000000000000000000000000000, 0xdf187732044d18f2b2062e1fb415bf5c),
(0x101b04110b0ad2e4b7fa1e805d4b4e51, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_busy.png', 0, 0x00000000000000000000000000000000, 0x65409d488bd68c7a6849482c350447b6),
(0x6b0554abb852cd23f6b93c7492750d89, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_busy_red.png', 0, 0x00000000000000000000000000000000, 0x69a1c1a58ddf233ac4cb3f0200297a28),
(0x02b23eff2c899da7325144974052f4a2, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_free.png', 0, 0x00000000000000000000000000000000, 0xa27d22cdcf4e35b4e17ac9fd4f813450),
(0x90ba444f3d29005de265d11e04a8d9f7, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_free_red.png', 0, 0x00000000000000000000000000000000, 0xf9c0ac051fd522bbb1eccd00172c8889),
(0x256d721cc21f02ec41a71c392ce6b644, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_hire_me.png', 0, 0x00000000000000000000000000000000, 0x8032c8e32acf9a642288a00df684bbd2),
(0x9abaef06fedb6a90d30b45c029e3a91d, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_hire_me_red.png', 0, 0x00000000000000000000000000000000, 0xbf8efb1bd8dd020fac85b8d2b3926088),
(0x82b79870430848b74871d9a9653b4ef8, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_we-are-hiring.png', 0, 0x00000000000000000000000000000000, 0xec7bc09d87e25ad8b6dc2ff48a16c520),
(0x4757d820835ad7fe53fddd48d84e06d2, 'wp-content/plugins/ultimatum-library/images/icons/16/sign_we-are-hiring_red.png', 0, 0x00000000000000000000000000000000, 0xca5206917743c6222d62860cc9d166ae),
(0xd2c242f112ee007b68054f15cca1290c, 'wp-content/plugins/ultimatum-library/images/icons/16/smashing-mag.png', 0, 0x00000000000000000000000000000000, 0x32b94e4ee834e3e68bbd7c30c462a362),
(0xe4d03a31d1e4e5d16078d4110bb40e94, 'wp-content/plugins/ultimatum-library/images/icons/16/social_aim.png', 0, 0x00000000000000000000000000000000, 0x12f89902d578a8db21fda10261f49988),
(0x5b962421478b17b0de603a0e8fde9ccd, 'wp-content/plugins/ultimatum-library/images/icons/16/social_amazon.png', 0, 0x00000000000000000000000000000000, 0xab29c9a0a1f675b085450a3c03e65338),
(0x83264c41de71e6a49247832254be82c8, 'wp-content/plugins/ultimatum-library/images/icons/16/social_apple.png', 0, 0x00000000000000000000000000000000, 0x27042652da7a93090e44abc79abc1959),
(0x35fe3b065832a148cef5d8c2a5ee9b19, 'wp-content/plugins/ultimatum-library/images/icons/16/social_appstore.png', 0, 0x00000000000000000000000000000000, 0x6613693e965263de2b2bc541d7494119),
(0x425e84984b4607a86a3bb9ced7e9ca5a, 'wp-content/plugins/ultimatum-library/images/icons/16/social_behance.png', 0, 0x00000000000000000000000000000000, 0x9ce77d59f4a880ccc59b56cc51621191),
(0x058a511f2c7208b38c31106a7613779e, 'wp-content/plugins/ultimatum-library/images/icons/16/social_blogger.png', 0, 0x00000000000000000000000000000000, 0xac345748a76a2ea0cc973d3a7a43db23),
(0x003de7fd3158a65ae8942d8d4c85a21e, 'wp-content/plugins/ultimatum-library/images/icons/16/social_brightkite.png', 0, 0x00000000000000000000000000000000, 0x2336d1ed46aef1f7ccfad896ed1c5567),
(0x4ff8bb8cce85d687f3430ee0a428cf82, 'wp-content/plugins/ultimatum-library/images/icons/16/social_brightkite_flag.png', 0, 0x00000000000000000000000000000000, 0xa56e9d74c598dbd32c5d7c17a309a141),
(0xfbd1b081108fef49f15d4cca0f58f29c, 'wp-content/plugins/ultimatum-library/images/icons/16/social_delicious.png', 0, 0x00000000000000000000000000000000, 0x11a0846d566fb5dd6b4d7a64ed04bd60),
(0xc5774e30327e34a320466bd198d0e0cc, 'wp-content/plugins/ultimatum-library/images/icons/16/social_designfloat.png', 0, 0x00000000000000000000000000000000, 0x573eff27982d874b490974a3350956d6),
(0x06573b140a9519da7ccec31ae3e16d76, 'wp-content/plugins/ultimatum-library/images/icons/16/social_designmoo.png', 0, 0x00000000000000000000000000000000, 0xa3cd0a8155d759d513bc3190ff762f6a),
(0x54a7aba21303fe762026cc291d9558d7, 'wp-content/plugins/ultimatum-library/images/icons/16/social_deviantart.png', 0, 0x00000000000000000000000000000000, 0xe09ddaf596cec59acf75851475f6272b),
(0x54d00d28712f7c920d959482f22678e4, 'wp-content/plugins/ultimatum-library/images/icons/16/social_digg.png', 0, 0x00000000000000000000000000000000, 0xa723938888794b5aaaa5d934cdf525f3),
(0x8e4238086b9aa64d376b04cd9ce132d9, 'wp-content/plugins/ultimatum-library/images/icons/16/social_digg_guy.png', 0, 0x00000000000000000000000000000000, 0xa0d8610f216e176a3d95a05d4218e2a1),
(0xf50c31799c13560a416012b69117b281, 'wp-content/plugins/ultimatum-library/images/icons/16/social_dopplr.png', 0, 0x00000000000000000000000000000000, 0x96fcb8f24a71222fdfa4ed8138a8b095),
(0x9417ed4553da2365a2dbe62c6e01b6f9, 'wp-content/plugins/ultimatum-library/images/icons/16/social_dribbble.png', 0, 0x00000000000000000000000000000000, 0x31a2df9393280acef03ba696fb58662d),
(0x57901cab0250831d264640ad6538d5bb, 'wp-content/plugins/ultimatum-library/images/icons/16/social_ebay.png', 0, 0x00000000000000000000000000000000, 0x13c54594307b9588259a175037714bd0),
(0x4a132529d7999d7ba0dd1c299a9a9953, 'wp-content/plugins/ultimatum-library/images/icons/16/social_ebay_colored.png', 0, 0x00000000000000000000000000000000, 0xd31eeab83a022019321fa77a58c924f6),
(0xc8bc0176f1ff19098f46f329e77741de, 'wp-content/plugins/ultimatum-library/images/icons/16/social_evernote.png', 0, 0x00000000000000000000000000000000, 0xa72871bc76b1669306bf1e2a0f07378a),
(0x76259f971ee6fb889b161e7e72775389, 'wp-content/plugins/ultimatum-library/images/icons/16/social_facebook.png', 0, 0x00000000000000000000000000000000, 0xf319c5aa8dbeeb67525e0e564e9ec87f),
(0xad00b6ad394665917e103643ec8d8b58, 'wp-content/plugins/ultimatum-library/images/icons/16/social_flickr.png', 0, 0x00000000000000000000000000000000, 0xd62ce39cfb87f41972540c13acb32236),
(0x9fdb9b0ee31d3853a0b00efe7f6675bb, 'wp-content/plugins/ultimatum-library/images/icons/16/social_foursquare.png', 0, 0x00000000000000000000000000000000, 0xda1c477285ab05d1a5732e76d7064179),
(0x913c699c94e77ad574f88b6c4c5934df, 'wp-content/plugins/ultimatum-library/images/icons/16/social_friendfeed.png', 0, 0x00000000000000000000000000000000, 0xb9e8a72bc9158e091779cc958b2529c2),
(0xde8dfa69606346f178dd8abc4ad8c02a, 'wp-content/plugins/ultimatum-library/images/icons/16/social_google.png', 0, 0x00000000000000000000000000000000, 0x7424b4580acd347a05bd5e2bcd4c7fa6),
(0x1c4cf7390e99985398d6edeeeffee95f, 'wp-content/plugins/ultimatum-library/images/icons/16/social_google_buzz.png', 0, 0x00000000000000000000000000000000, 0xea5e60fe8100e42e092d295440437a82),
(0x66b24bf86965a2ac4550758f1b4c9ae1, 'wp-content/plugins/ultimatum-library/images/icons/16/social_google_talk.png', 0, 0x00000000000000000000000000000000, 0xab6f9b91089f8fceaf0ffdf638460d5f),
(0x706051b69d9b83868341047bdff75aeb, 'wp-content/plugins/ultimatum-library/images/icons/16/social_gowalla.png', 0, 0x00000000000000000000000000000000, 0x7be9e21483e9e7ff95a5b5faf3094c5a),
(0x2d38ffcbc8f804e5c4c9d540454c7b72, 'wp-content/plugins/ultimatum-library/images/icons/16/social_last_fm.png', 0, 0x00000000000000000000000000000000, 0x0df88d8feeeef00fb41dcc3ae50891cf),
(0x1d84a8b363a77cb7a5f35f57d7c11e93, 'wp-content/plugins/ultimatum-library/images/icons/16/social_linked_in.png', 0, 0x00000000000000000000000000000000, 0xa55e839effa705d70ee83be8e6d6af24),
(0xc8cb5f6e8ac729af2049e3222f9b4174, 'wp-content/plugins/ultimatum-library/images/icons/16/social_meinvz.png', 0, 0x00000000000000000000000000000000, 0x43d2288e21c9d2e84d01476c3a9c0a2b),
(0x38f43367112cd9b6d7d878329049a58c, 'wp-content/plugins/ultimatum-library/images/icons/16/social_mixxt.png', 0, 0x00000000000000000000000000000000, 0xd791ba2c0e8b65a13f4933f29af61ffd),
(0x7bafc461da51af341f2c1fa72ac68033, 'wp-content/plugins/ultimatum-library/images/icons/16/social_mobileme.png', 0, 0x00000000000000000000000000000000, 0x871fec4fb470826626b2e3b023d23334),
(0x0270db18cc48d5326cf91156a8d9904b, 'wp-content/plugins/ultimatum-library/images/icons/16/social_mynameisE.png', 0, 0x00000000000000000000000000000000, 0xe9555d4e5bb7091f5d53a234bc0b028f),
(0xeffeb443e46e8de076abbb765547640e, 'wp-content/plugins/ultimatum-library/images/icons/16/social_myspace.png', 0, 0x00000000000000000000000000000000, 0xff4d6109971229533b188d5120081017),
(0x9cb6f0cd85bee663c23346e7c05adcc3, 'wp-content/plugins/ultimatum-library/images/icons/16/social_netvibes.png', 0, 0x00000000000000000000000000000000, 0x687c0978b5925998da10bd7eafd94cec),
(0xad40399b5740868497093bb8b773c9c4, 'wp-content/plugins/ultimatum-library/images/icons/16/social_ning.png', 0, 0x00000000000000000000000000000000, 0xa614e1f413f53301edc65619980a655b),
(0xa20a647e9740808b02253b7e5bec180c, 'wp-content/plugins/ultimatum-library/images/icons/16/social_paypal.png', 0, 0x00000000000000000000000000000000, 0x212e32c0a9941b984516e1e51333e18d),
(0x035cbff5324b76eb21bb79e9e38bcf10, 'wp-content/plugins/ultimatum-library/images/icons/16/social_posterous.png', 0, 0x00000000000000000000000000000000, 0x0aef77784641b40f02ad5a53d34583af),
(0x37d1ae096d5b3c0029fdb82ec441f22e, 'wp-content/plugins/ultimatum-library/images/icons/16/social_qik.png', 0, 0x00000000000000000000000000000000, 0xbbf1255965112d68da1aff8c13f1ec7c),
(0xb0e858bb78002957491723c474950731, 'wp-content/plugins/ultimatum-library/images/icons/16/social_reddit.png', 0, 0x00000000000000000000000000000000, 0x32375649c13d4d756d6dd529ca013cc1),
(0x18fdf6fcb12e55ffbb166560571906f3, 'wp-content/plugins/ultimatum-library/images/icons/16/social_schuelervz.png', 0, 0x00000000000000000000000000000000, 0x85bb84cede4c7518f2737b167c28c7ff),
(0x10b7e0cbce54a5ec962ff13b590d8d51, 'wp-content/plugins/ultimatum-library/images/icons/16/social_sevenload.png', 0, 0x00000000000000000000000000000000, 0x49507b6665517419c8dbbddbfc633c79),
(0xe716b7e2e7a979b2f18815690fce4bc4, 'wp-content/plugins/ultimatum-library/images/icons/16/social_skype.png', 0, 0x00000000000000000000000000000000, 0xbf90c765f94450183881ae046cd0ac82),
(0x305f72dec7f4a51bbd6840add7feb1c4, 'wp-content/plugins/ultimatum-library/images/icons/16/social_studivz.png', 0, 0x00000000000000000000000000000000, 0x35b61b882f904678fc7f83a1135ff9bb),
(0x07a8852a4764625f9050d51e2eba124c, 'wp-content/plugins/ultimatum-library/images/icons/16/social_stumble_upon.png', 0, 0x00000000000000000000000000000000, 0x83c5025cebad0327ed41eaa700804163),
(0x0590bbdc0480b47a1fca42545ac8d37f, 'wp-content/plugins/ultimatum-library/images/icons/16/social_technorati.png', 0, 0x00000000000000000000000000000000, 0xb406a78628ce5c4912261018ca459880),
(0x5bcad3c1e8bed360d71b02f35f392e8f, 'wp-content/plugins/ultimatum-library/images/icons/16/social_todo.png', 0, 0x00000000000000000000000000000000, 0x6ad6d9d4637bb5875ae4397858171698),
(0x5a459652d1affb3987fe05b89da04c27, 'wp-content/plugins/ultimatum-library/images/icons/16/social_tumblr.png', 0, 0x00000000000000000000000000000000, 0xa0c0b65477a9d279b861ecaf2d625f7c),
(0x734b90d385db0577f5e23a12af6852ec, 'wp-content/plugins/ultimatum-library/images/icons/16/social_twitter.png', 0, 0x00000000000000000000000000000000, 0xd0999eff175e2bb361230b76e3ef2f07),
(0x87ce020602a729a077e32970a16af432, 'wp-content/plugins/ultimatum-library/images/icons/16/social_twitter_bird.png', 0, 0x00000000000000000000000000000000, 0x6f7a0c035ac023bd2c82b9f2922a32d0),
(0x1e2f6f38c4cc4e0b171c00e37d9f24ac, 'wp-content/plugins/ultimatum-library/images/icons/16/social_twitter_retweet.png', 0, 0x00000000000000000000000000000000, 0xe9d1daeed89e14936cfee20bc02792f8),
(0x004e796c35c82aaa492fabf55e4c4b9b, 'wp-content/plugins/ultimatum-library/images/icons/16/social_vimeo.png', 0, 0x00000000000000000000000000000000, 0xeef5ac201e3d8113c4784e5adea8301a),
(0x36596ea55e104906a07a1814d08e3eb7, 'wp-content/plugins/ultimatum-library/images/icons/16/social_vimeo_V.png', 0, 0x00000000000000000000000000000000, 0xb0f9cbe60608212a259612de1b898acf),
(0x369d407c0aeeba8c6f67f28b7b96d675, 'wp-content/plugins/ultimatum-library/images/icons/16/social_xing.png', 0, 0x00000000000000000000000000000000, 0xd9a8f40c0619154d4f8260895b333bab),
(0x26d6330767fa556269f9c7ef52d70d3f, 'wp-content/plugins/ultimatum-library/images/icons/16/social_yahoo_messenger.png', 0, 0x00000000000000000000000000000000, 0x79e3e2ac297bea810129f328109758b5),
(0x7eb8c61054e065f4b761151731f5cbab, 'wp-content/plugins/ultimatum-library/images/icons/16/social_yahoo_messenger_smiley.png', 0, 0x00000000000000000000000000000000, 0x54f67b37074145d94ffb7850dc61132d),
(0x2b7116c4a03f59c6357fa821127e6e3b, 'wp-content/plugins/ultimatum-library/images/icons/16/social_you_tube.png', 0, 0x00000000000000000000000000000000, 0x34d8be1575927e937b521bbc6808f658),
(0x2e4490f2edb0e867032593fab51fae45, 'wp-content/plugins/ultimatum-library/images/icons/16/social_zootool.png', 0, 0x00000000000000000000000000000000, 0x22857965fe9c91848e98cdd9c3ea6261),
(0x8f0c6b488f0f13ba5bfb31c2d0f1a7a5, 'wp-content/plugins/ultimatum-library/images/icons/16/speech_bubble_blue.png', 0, 0x00000000000000000000000000000000, 0x23991be9700d266c6eb4778fd04fc727),
(0x0d25117d38001bbcf764d560e3f93d3a, 'wp-content/plugins/ultimatum-library/images/icons/16/speech_bubble_green.png', 0, 0x00000000000000000000000000000000, 0xb92b7c9bcbbd3534ac2389e0f92aaeab),
(0x9877953f45c1599f93d5234dfc4b3846, 'wp-content/plugins/ultimatum-library/images/icons/16/speech_bubble_grey.png', 0, 0x00000000000000000000000000000000, 0x785320f6ce9203c4b3a1224ec55d344e),
(0x51dd8a8047fed17f07eecf51270362c9, 'wp-content/plugins/ultimatum-library/images/icons/16/speech_bubble_pink.png', 0, 0x00000000000000000000000000000000, 0x74a65565107a8206afb4368f975d6606),
(0xdcbe62430cd89c000ad3670290193878, 'wp-content/plugins/ultimatum-library/images/icons/16/speech_bubble_red.png', 0, 0x00000000000000000000000000000000, 0x0fa0a99d843d2a4274c90311b5747999),
(0x96ef4b2eea18b054f2e1cbca50f15dd0, 'wp-content/plugins/ultimatum-library/images/icons/16/speech_bubble_violet.png', 0, 0x00000000000000000000000000000000, 0xca4c75dfef9523a01ebcff7eb73273e7),
(0x7a32d726a46e50025975b30b1d552612, 'wp-content/plugins/ultimatum-library/images/icons/16/speed_kmh.png', 0, 0x00000000000000000000000000000000, 0xea42b3e4f4572f3d78796a14d789becc),
(0x5bed8a4c0438562b39c455196b62ed1f, 'wp-content/plugins/ultimatum-library/images/icons/16/speed_mph.png', 0, 0x00000000000000000000000000000000, 0xfd641323274d02d9db5859fde292eef0),
(0xadaeb448644c7c338fa130c29efd5183, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_beta_blue.png', 0, 0x00000000000000000000000000000000, 0xcd1fde9a095a307bc35c938e04a96615),
(0x1450b4f1efd9c7b15b3783d0cb7a9fcb, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_beta_brown.png', 0, 0x00000000000000000000000000000000, 0x415cb738028d4e790c511e2ac5b0afec),
(0x1739fbca5e9b95afeacd9b46cecb6499, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_beta_green.png', 0, 0x00000000000000000000000000000000, 0xd2f589be364e77fff134ae574762edd2),
(0xd3e71524abebd78c91cbcce593f517e2, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_beta_lightblue.png', 0, 0x00000000000000000000000000000000, 0xa3db2d47359515cb23a467124fbbd1e1),
(0xbae5b44529be5826b5ce5b049850d984, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_beta_lightgreen.png', 0, 0x00000000000000000000000000000000, 0x347399eda8eb9490b29ed1858a0d8164),
(0xe004a540ab2451b05424a3337ee62689, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_beta_orange.png', 0, 0x00000000000000000000000000000000, 0x0a80cf14c4a1484b3fdcd1e88493b964),
(0x106ab380693e4f5f98ff6ea85b109ea3, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_beta_pink.png', 0, 0x00000000000000000000000000000000, 0xc71b19564491baf18149c71660a9d927),
(0x97cc5ddc315158b48ac002b44010227a, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_beta_rose.png', 0, 0x00000000000000000000000000000000, 0x095cc22aebbfcf96bab5522201df7a44),
(0xe871d3616333a546826e6bf8c9bfb3a8, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_beta_violet.png', 0, 0x00000000000000000000000000000000, 0x6e3ed31157452fa10cfa9f17fff26f73),
(0x0a343a31807f62211cd6180e89203a7c, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_blue.png', 0, 0x00000000000000000000000000000000, 0x08b8323c31f1810ca196d8489fa2e29a),
(0x482dc94cc0ce7464f8bbe9d05907a155, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_brown.png', 0, 0x00000000000000000000000000000000, 0x4e7d0fb837baebd02f394e2c05b23138),
(0x7f1d6511fb386e29e0692ac0071a0f12, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_green1.png', 0, 0x00000000000000000000000000000000, 0x026b18fc5521c321f3ec07f567294c49),
(0x59086591e69122106af92871637d5974, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_green2.png', 0, 0x00000000000000000000000000000000, 0x16838b0f483039c3776277bfd0e0e53c),
(0x44d8fe913e285cf4bd57cc30a914fbbf, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_lightblue.png', 0, 0x00000000000000000000000000000000, 0xc8cf03f6e1d86dca16315663ad1c8205),
(0x2fcee36a42e3e1c0910512275bfd55e6, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_new_blue.png', 0, 0x00000000000000000000000000000000, 0xd4ff538614ba21ef8db74b9b8cc0508c),
(0xf117af099fe6ee640a0f34c1d91dbfda, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_new_brown.png', 0, 0x00000000000000000000000000000000, 0xc69e7055fb82209c7ed09b3f449115fd),
(0x3a0fcf59c9fe3d486ae512b845341614, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_new_green1.png', 0, 0x00000000000000000000000000000000, 0x8c27b10485bb431f8e8b865d6d705ce8),
(0xb023719a3293431790400e219a28e27f, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_new_green2.png', 0, 0x00000000000000000000000000000000, 0x478658694d8329269e7b613c6481e983),
(0xbd5ee6d4f9c94e567f06c08f79c0534d, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_new_lightblue.png', 0, 0x00000000000000000000000000000000, 0xa7b62947d40e8ed0c730c1b2754d426d),
(0x764cc8bfc9695253fec542ced4577634, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_new_orange.png', 0, 0x00000000000000000000000000000000, 0x3536a88a5d17349afc07be10b02ea27f),
(0xb7b05c5824da734a3e21561c80201d3d, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_new_pink.png', 0, 0x00000000000000000000000000000000, 0x156087daf0260ae9a9bc295bdf079d90),
(0x5c451f576e99c5fa102e70385318bb78, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_new_rose.png', 0, 0x00000000000000000000000000000000, 0x8382d924de4369605a0dc3f24903c9ce),
(0x9784c1b5d47bbfdda323a0cc38ffd3a6, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_new_violet.png', 0, 0x00000000000000000000000000000000, 0xc48bc7c5aa1b9b10571261153f0655cc),
(0x350cea891dde391c28e80acdcfbd4978, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_orange.png', 0, 0x00000000000000000000000000000000, 0xd589ae2ea83b69041c5f5822d4dcb909),
(0x9960250a021475d8155b09e286d65625, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_pink.png', 0, 0x00000000000000000000000000000000, 0x44f7344eacba28d4a03caafd6541f80f),
(0x597fdd1b23ed957b672f4b2783bb2cd1, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_rose.png', 0, 0x00000000000000000000000000000000, 0xc3f8dbfe7aa64b31ade65cc1765035eb),
(0x50bc702662e0b3da2f3f31a136ae96c4, 'wp-content/plugins/ultimatum-library/images/icons/16/splash_violet.png', 0, 0x00000000000000000000000000000000, 0x835d53ccec5f8262552e4844071e38cf),
(0xd77bab01d4b4f1b717a63c0255e34d6d, 'wp-content/plugins/ultimatum-library/images/icons/16/star.png', 0, 0x00000000000000000000000000000000, 0x72ed459d2b4c4c6dd4b3f649a6c7c666),
(0x1e174e1c72f380345c076f52a1115a5a, 'wp-content/plugins/ultimatum-library/images/icons/16/star_empty.png', 0, 0x00000000000000000000000000000000, 0x45a0d235abea439e0a9f755a90f340f0),
(0x1aaba694ffe05a3ebcd66b0f779d5451, 'wp-content/plugins/ultimatum-library/images/icons/16/star_half.png', 0, 0x00000000000000000000000000000000, 0x600b9ccaac16da3ca4cf8fa60b0aba92),
(0x33a21eba550eb1122b720ee8e9ca5600, 'wp-content/plugins/ultimatum-library/images/icons/16/super_mario_coin.png', 0, 0x00000000000000000000000000000000, 0xb96ff053da4abf579a96116a7ab73a09),
(0x6a64ffc5f8216e79b4a7f6aac1b47663, 'wp-content/plugins/ultimatum-library/images/icons/16/super_mario_mushroom.png', 0, 0x00000000000000000000000000000000, 0x02d6f9aa3bc75f3da81bc467e1c62b6b),
(0x0e3467a799cd9110bd322a53cd0f4d91, 'wp-content/plugins/ultimatum-library/images/icons/16/super_mario_mushroom_one_up.png', 0, 0x00000000000000000000000000000000, 0x2d8975e1508c7ebb6f230f4dc364f9e3),
(0x90685c3c41fbfc518805a02305975934, 'wp-content/plugins/ultimatum-library/images/icons/16/super_mario_piranha_plant.png', 0, 0x00000000000000000000000000000000, 0x3df6c0549f26d57df230653cd21e57cb),
(0x9b8c10fed7f8d414b80aafa299941cb3, 'wp-content/plugins/ultimatum-library/images/icons/16/super_mario_question_box.png', 0, 0x00000000000000000000000000000000, 0x33623add6481f80acfde9989e6768baf),
(0x1265b14872fe800373022f48f88c0aaf, 'wp-content/plugins/ultimatum-library/images/icons/16/super_mario_rocket.png', 0, 0x00000000000000000000000000000000, 0x5f2205969aa443a336f83d4a41814c65),
(0x64931efcea4ea6c488151fedc31b31a7, 'wp-content/plugins/ultimatum-library/images/icons/16/sync.png', 0, 0x00000000000000000000000000000000, 0x7a148842373417549a208f7cb5105646),
(0xed3ca6004f84fb91ee3801e813c6c666, 'wp-content/plugins/ultimatum-library/images/icons/16/tablet.png', 0, 0x00000000000000000000000000000000, 0xffc23ef450335fd22ea6257d70cb2fca),
(0x16b7561c9d62364e6d2becc0eb7bbb6e, 'wp-content/plugins/ultimatum-library/images/icons/16/tag.png', 0, 0x00000000000000000000000000000000, 0x0c062e813504d661fca9fbe1ecd2e98c),
(0xbb5a0aea4f4431c5d3074defaba78406, 'wp-content/plugins/ultimatum-library/images/icons/16/tag_barcode.png', 0, 0x00000000000000000000000000000000, 0xab3f56a891e2e846882c23392a3c2139),
(0x6b131b478841231ccf98bc1dc8f09a8a, 'wp-content/plugins/ultimatum-library/images/icons/16/tag_white.png', 0, 0x00000000000000000000000000000000, 0xa38bbf69c4f4da37034bc7413038857b),
(0x66ff7eb9ecd9a6112ff2279e572b92e6, 'wp-content/plugins/ultimatum-library/images/icons/16/tag_white_barcode.png', 0, 0x00000000000000000000000000000000, 0x1a2af31f66e882dc110fac22069bf7ea),
(0x232ba3d0f3f63a64ff023b1bd1fc868f, 'wp-content/plugins/ultimatum-library/images/icons/16/terminal.png', 0, 0x00000000000000000000000000000000, 0x9ffe4f8aaeaadab5e8402f2bba3052ef),
(0xba0ed0f93de490817a2775593cf11021, 'wp-content/plugins/ultimatum-library/images/icons/16/to-do-list.png', 0, 0x00000000000000000000000000000000, 0xcf0e5f149f576e40904ed1988499ca3c),
(0x943c8b9b01dc9c5da3992a8b60998742, 'wp-content/plugins/ultimatum-library/images/icons/16/to-do-list_checked1.png', 0, 0x00000000000000000000000000000000, 0x4d4244d18ceae0a535255f494bb2146c),
(0x2f6c471e6e4af646b62e4f9179a5b467, 'wp-content/plugins/ultimatum-library/images/icons/16/to-do-list_checked2.png', 0, 0x00000000000000000000000000000000, 0x963589447ab60bb23ee3b82de3e58b98),
(0xb291f8ba8bf9f16904816e50742692bb, 'wp-content/plugins/ultimatum-library/images/icons/16/to-do-list_checked3.png', 0, 0x00000000000000000000000000000000, 0x83012aa0141bae163491e9ec58232b67),
(0x635906754c85e001d4285413b9866696, 'wp-content/plugins/ultimatum-library/images/icons/16/trash_empty.png', 0, 0x00000000000000000000000000000000, 0x87505ad4fb5eb53ecd41134929b900ad),
(0x4d8e713e812abcfdb803b88c6aa0c4e4, 'wp-content/plugins/ultimatum-library/images/icons/16/trash_full.png', 0, 0x00000000000000000000000000000000, 0x9c71bd0f69b53530e13a8baafcceab47),
(0x9475f5b0c5d03da57a910afe2c325f2f, 'wp-content/plugins/ultimatum-library/images/icons/16/twitter.png', 0, 0x00000000000000000000000000000000, 0x370e4c51599aa1ae36adeaf0909c8f2f),
(0x1c3824521caf5ba66b13b991d5dae405, 'wp-content/plugins/ultimatum-library/images/icons/16/twitter_standing.png', 0, 0x00000000000000000000000000000000, 0xf2eb1b3d277b7d3ac73e45fe2f340f63),
(0x84407c188212ab69314ec45cdd989532, 'wp-content/plugins/ultimatum-library/images/icons/16/universal_binary.png', 0, 0x00000000000000000000000000000000, 0x92db4a5b686bd16e387cfdd61b4cc5db),
(0xa340c6415392003ebf06568524d61c33, 'wp-content/plugins/ultimatum-library/images/icons/16/usb-stick.png', 0, 0x00000000000000000000000000000000, 0xdea95fe5823adda5c9fdbe795e0e61b7),
(0x569a34a8c1b5f23a488e9018a5feb51d, 'wp-content/plugins/ultimatum-library/images/icons/16/user.png', 0, 0x00000000000000000000000000000000, 0x5824775145d388123b57aad8fec91249),
(0xdf3a340ec44253601daf8427a715b1c9, 'wp-content/plugins/ultimatum-library/images/icons/16/user_add.png', 0, 0x00000000000000000000000000000000, 0x880222926d5725f6ff68e89059c3987d),
(0x334934ecf2647caded5f3dd93bc666de, 'wp-content/plugins/ultimatum-library/images/icons/16/user_alert.png', 0, 0x00000000000000000000000000000000, 0xea66dddeda87001f784d882711e4238f),
(0x9fb38939cbad5290fa577033b1baf2e1, 'wp-content/plugins/ultimatum-library/images/icons/16/user_check.png', 0, 0x00000000000000000000000000000000, 0x15480d1af39401d38fba1ad2f2a1be7c),
(0x9d801921f32da843c9ba17b8b84844b6, 'wp-content/plugins/ultimatum-library/images/icons/16/user_count.png', 0, 0x00000000000000000000000000000000, 0xb9416d466dd2138fea88f91879656e1b),
(0xd102ff04f272174f74befd23d92df378, 'wp-content/plugins/ultimatum-library/images/icons/16/user_delete.png', 0, 0x00000000000000000000000000000000, 0x1ad3e2548da9c0aaa5ea8d71bae00623),
(0x4caf8f5ab2fc7906e0b5e78380e0176b, 'wp-content/plugins/ultimatum-library/images/icons/16/user_download.png', 0, 0x00000000000000000000000000000000, 0xa24e570dbe4997e8f5f84767f7849a15),
(0x7da4d709fe07f4e3821c61bf5630bbb7, 'wp-content/plugins/ultimatum-library/images/icons/16/user_group.png', 0, 0x00000000000000000000000000000000, 0x6a747f1dbee01db3e1190c25bc599be3),
(0x8e34a11d80f5425c9cb525fe0ee655cd, 'wp-content/plugins/ultimatum-library/images/icons/16/user_group_add.png', 0, 0x00000000000000000000000000000000, 0x14cd06b2c1dc598c53363cc9a1a8daee),
(0xabeff679a0f8aa343d301415cdc37256, 'wp-content/plugins/ultimatum-library/images/icons/16/user_group_alert.png', 0, 0x00000000000000000000000000000000, 0xa0620bd346eb80b2a0786932216aa573),
(0x71b11b16ec81151eb4d68b0d42b42d13, 'wp-content/plugins/ultimatum-library/images/icons/16/user_group_check.png', 0, 0x00000000000000000000000000000000, 0xcb4b9afcb37d73719cda6b726a77de2e),
(0x18e4916fa7a1a2d265f7d4ac44644d13, 'wp-content/plugins/ultimatum-library/images/icons/16/user_group_count.png', 0, 0x00000000000000000000000000000000, 0x8c7a965784fde0e83e0357c0cbb948e2),
(0x010bba8d68d73e0711b09f53ae310f97, 'wp-content/plugins/ultimatum-library/images/icons/16/user_group_delete.png', 0, 0x00000000000000000000000000000000, 0x56d815658c0aefe81fe790906c067bc0),
(0x0e53852caf80941eb3ccd09cd9af2571, 'wp-content/plugins/ultimatum-library/images/icons/16/user_group_download.png', 0, 0x00000000000000000000000000000000, 0x41c8be7ec299633dc56705dde7be4d1a),
(0xa621874da310ac385505ee1a428108ff, 'wp-content/plugins/ultimatum-library/images/icons/16/vcard.png', 0, 0x00000000000000000000000000000000, 0x95b67868f059b1ac6c6f8c4e9d7db441),
(0x320ae6025198c6cc2837b98a0040b3bb, 'wp-content/plugins/ultimatum-library/images/icons/16/vcard_add.png', 0, 0x00000000000000000000000000000000, 0x9663b5dffbb275249d8c6aa9f60972c0),
(0xf5d9687b87a4a06ee57e7aee3bab5b43, 'wp-content/plugins/ultimatum-library/images/icons/16/vcard_check.png', 0, 0x00000000000000000000000000000000, 0x70c7a93e9d0840941ef4874f45f3183a),
(0xe807d726a770da276d8a182075a2524c, 'wp-content/plugins/ultimatum-library/images/icons/16/vcard_delete.png', 0, 0x00000000000000000000000000000000, 0x904f30cf93015b8e262f87a73d9890f9),
(0x8bdb3636dd867b5f28bfb2ec1bb8b03a, 'wp-content/plugins/ultimatum-library/images/icons/16/vcard_download.png', 0, 0x00000000000000000000000000000000, 0x1bfcbd47847a27cd418290545425c6da),
(0x403fe3417d953a45feb553957e189d9b, 'wp-content/plugins/ultimatum-library/images/icons/16/vcard_forward.png', 0, 0x00000000000000000000000000000000, 0xe19fe8356397d00498b9e54c115750ef),
(0xa305b058a1e1e0d18229d2c65a494d71, 'wp-content/plugins/ultimatum-library/images/icons/16/viagra.png', 0, 0x00000000000000000000000000000000, 0x071211124de845c38339c987d21ddad3),
(0x2447c4f46baf2e5ef75aab69ddfdfe24, 'wp-content/plugins/ultimatum-library/images/icons/16/viagra_female.png', 0, 0x00000000000000000000000000000000, 0xdd49b6e73448633c03ab372ef921d739),
(0x86c0f665b87f34b81d16e8a7cc6a96ae, 'wp-content/plugins/ultimatum-library/images/icons/16/viagra_professional.png', 0, 0x00000000000000000000000000000000, 0xe39c130566410d2983efe4edae9f4c52),
(0xbb7c9816cfb9d16f2a2e05b8dafa9e70, 'wp-content/plugins/ultimatum-library/images/icons/16/wacom_intuos4.png', 0, 0x00000000000000000000000000000000, 0x212636b4a7833486f978c6f80cd3b5c9),
(0xf4f84a678d2c97e1fc6cb11833f13b64, 'wp-content/plugins/ultimatum-library/images/icons/16/wallet.png', 0, 0x00000000000000000000000000000000, 0xddda62492e065de0942305f620b6c5cc),
(0x930567f496f613b8ca800de11ad9abba, 'wp-content/plugins/ultimatum-library/images/icons/16/wallet_bills.png', 0, 0x00000000000000000000000000000000, 0x6f83ea8036619e13252a3c25dab6e397),
(0xf10547c3b271d9e4e19fb6727a634a87, 'wp-content/plugins/ultimatum-library/images/icons/16/wallet_coins.png', 0, 0x00000000000000000000000000000000, 0x75c3bbb6d62e0c7b7fd762d2c919f59e),
(0x1cb87750a3d8f070ed2cd18ad16e538a, 'wp-content/plugins/ultimatum-library/images/icons/16/wallet_louis_vuitton.png', 0, 0x00000000000000000000000000000000, 0xcac4ac0f3dc187ae22922225f8a7befa),
(0x429525797cf40b492b528719cc1cfc9a, 'wp-content/plugins/ultimatum-library/images/icons/16/wallet_louis_vuitton_bills.png', 0, 0x00000000000000000000000000000000, 0x0198fb789e0e98270f25e4983f67be9c),
(0xdb1d61180653a8c9d49ac000b40d349c, 'wp-content/plugins/ultimatum-library/images/icons/16/wallet_louis_vuitton_coins.png', 0, 0x00000000000000000000000000000000, 0xa4b44dbf4540dba9d42102c5b1f0862e),
(0x58b47da2e4fb264b7b0881c283e7c693, 'wp-content/plugins/ultimatum-library/images/icons/16/wallet_louis_vuitton_money.png', 0, 0x00000000000000000000000000000000, 0x7d249066a2ea812878f3a1c5bfce30d1),
(0xcb8ffc4edb6364d6432382d13ec63f4f, 'wp-content/plugins/ultimatum-library/images/icons/16/wallet_money.png', 0, 0x00000000000000000000000000000000, 0x5f6a3eec6e176679f945e24b79fa839e),
(0x7576de9caf1b78f0a21d612746a528cf, 'wp-content/plugins/ultimatum-library/images/icons/16/web_blue.png', 0, 0x00000000000000000000000000000000, 0x1142d7868d46eeb21050c3642246ec4c),
(0x9a74d26aa1a0b612a075fc8080dbd02c, 'wp-content/plugins/ultimatum-library/images/icons/16/web_violet.png', 0, 0x00000000000000000000000000000000, 0xedf5292a4756e87c18425896a8bd6f94),
(0x7f85d0a2e06845a51d1bd14c1e12f83d, 'wp-content/plugins/ultimatum-library/images/icons/16/window_osx.png', 0, 0x00000000000000000000000000000000, 0x0bb3f2b3f4c48cb0c101c3881844d16d),
(0x252db0817ff810f488a0ed14b26f91df, 'wp-content/plugins/ultimatum-library/images/icons/16/zoom_in.png', 0, 0x00000000000000000000000000000000, 0x2da8ab71f20b0e350b24d527599e71df),
(0x709b8b320e07380e1c2e838f581ad240, 'wp-content/plugins/ultimatum-library/images/icons/16/zoom_original.png', 0, 0x00000000000000000000000000000000, 0x19807c316d472bcdaa0b7d04ea6b4d63),
(0x5efdbbe89cbf462e3a2c423ca2c3d19d, 'wp-content/plugins/ultimatum-library/images/icons/16/zoom_out.png', 0, 0x00000000000000000000000000000000, 0xa219a46667f15cd45cca95806314fb10),
(0x1141307e7e325b5ced079bfb7387c0cd, 'wp-content/plugins/ultimatum-library/images/icons/24/32Bit.png', 0, 0x00000000000000000000000000000000, 0x72ed037cea5999cf4c021f3fa88a22bb),
(0xf048ecadd141d37438e9db2b1b060d6f, 'wp-content/plugins/ultimatum-library/images/icons/24/64bit.png', 0, 0x00000000000000000000000000000000, 0xb1b1bab92dbf75f1287b7b849e1cbafe),
(0x06e49c155d0635b3e6a9a2340ca667a1, 'wp-content/plugins/ultimatum-library/images/icons/24/add.png', 0, 0x00000000000000000000000000000000, 0x13e3ff5961bed382150ed1114ae3d5f0),
(0x3ff0fac5403e2caa9ee613436e0c4d50, 'wp-content/plugins/ultimatum-library/images/icons/24/addressbook.png', 0, 0x00000000000000000000000000000000, 0xe006377abdd36d2a7d067bcc80937a3e),
(0x5ed2447c556deaa4d7e59813a2e8b86c, 'wp-content/plugins/ultimatum-library/images/icons/24/addressbook_user.png', 0, 0x00000000000000000000000000000000, 0x44483a36c7d8b0027aae2dc3584c973a),
(0x4b0d8c62c09bd535f5c40c4b99c8b2e0, 'wp-content/plugins/ultimatum-library/images/icons/24/apple-script.png', 0, 0x00000000000000000000000000000000, 0x93c3376722c37efbbc72bc3b2f9d69f4),
(0x3664144b1e114565dcc0b08b8839b60e, 'wp-content/plugins/ultimatum-library/images/icons/24/applications.png', 0, 0x00000000000000000000000000000000, 0x155e3bc3f9912a54f5575f5797edeee9),
(0x9820430e9723ab07cfbf84e6bedfa9bd, 'wp-content/plugins/ultimatum-library/images/icons/24/arrow_down.png', 0, 0x00000000000000000000000000000000, 0x8beeae8db4bd2f2cd252da5ee129a737),
(0x881d86048ef902b22343abf5c17af4e1, 'wp-content/plugins/ultimatum-library/images/icons/24/arrow_left.png', 0, 0x00000000000000000000000000000000, 0x2521c8e6c91bda39d5013ba532220b57),
(0x4778c7692449cdf5f4c58f8d240081a7, 'wp-content/plugins/ultimatum-library/images/icons/24/arrow_right.png', 0, 0x00000000000000000000000000000000, 0xe97e188efd01537a30fc130493c70ebf),
(0x6d988d98bd6e71a2b3730df460b351f7, 'wp-content/plugins/ultimatum-library/images/icons/24/arrow_up.png', 0, 0x00000000000000000000000000000000, 0x674cc455f4b54cbbd0c43c0380ab9ae2),
(0x175b81c9bc5a153d2ea0564770dc9e31, 'wp-content/plugins/ultimatum-library/images/icons/24/attention-blue.png', 0, 0x00000000000000000000000000000000, 0x63a70ce0c770b90a41dd4211d199e451),
(0xb1ae11c11b68a41bbe6995f7e2237174, 'wp-content/plugins/ultimatum-library/images/icons/24/attention-green.png', 0, 0x00000000000000000000000000000000, 0xc82b1e7e5fa789f47141072eb9ed4aaa),
(0x2c5b33608f7908e3e26f68fad3561fdd, 'wp-content/plugins/ultimatum-library/images/icons/24/attention-orange.png', 0, 0x00000000000000000000000000000000, 0xc92e91a7b3b58251dada9c1a2f8f78ba),
(0x4419e3a420b9a2c3fda3d895a67e559f, 'wp-content/plugins/ultimatum-library/images/icons/24/attention-red.png', 0, 0x00000000000000000000000000000000, 0xc15ba4284f4cb3cb0efa68b1825e4d7d);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x0983ca4a7543c07d01780bf4bbf6dfbc, 'wp-content/plugins/ultimatum-library/images/icons/24/audio_notification.png', 0, 0x00000000000000000000000000000000, 0x885e0d13aa2df45f63ac30ba527ae4ae),
(0x1ce402116a23e37e315d93c4c72e5078, 'wp-content/plugins/ultimatum-library/images/icons/24/badge_3g.png', 0, 0x00000000000000000000000000000000, 0xc31ba05302147d8547915651be4db81c),
(0x6884a90eabf2d4f007a4fa80c7ec8de1, 'wp-content/plugins/ultimatum-library/images/icons/24/badge_edge.png', 0, 0x00000000000000000000000000000000, 0xee170e13beb6fda64fafece2a704f47f),
(0xce82678efc1b7c075ef99e574cc75183, 'wp-content/plugins/ultimatum-library/images/icons/24/badge_gprs.png', 0, 0x00000000000000000000000000000000, 0xb854aef85e5a66388a97069bdf1265ec),
(0x5442abbfa4386edcd9b1d38f42d5c2fb, 'wp-content/plugins/ultimatum-library/images/icons/24/badge_umts.png', 0, 0x00000000000000000000000000000000, 0xfcb452992c5c3a6649157d7d67879326),
(0x439a2bbb1fa04138151dbe3218e3f43c, 'wp-content/plugins/ultimatum-library/images/icons/24/badge_wifi.png', 0, 0x00000000000000000000000000000000, 0x2096ea8bd28a629aa20ff2689d9c32ea),
(0x0a31f1dc2d78d41b99bdaf6e6b7acc25, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_10percent.png', 0, 0x00000000000000000000000000000000, 0xb69b1580459e1f570f843b62b2d08d9d),
(0xf4f03681d170493abd851cc2c60f7550, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_20percent.png', 0, 0x00000000000000000000000000000000, 0xbbd2d20709d38ce7b715c2d1203064c4),
(0xbe1678056cf3ee4ca67a9e9d6ebb0b75, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_40percent.png', 0, 0x00000000000000000000000000000000, 0xbb30a08d24e92f27c97c1808ca879d20),
(0xb2b7e0376472170d6f4f325736931227, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_60percent.png', 0, 0x00000000000000000000000000000000, 0x832edd1b04ca88854f790850270d6f6a),
(0xc302db51c4cfe9529240a63eb7295f1f, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_80percent.png', 0, 0x00000000000000000000000000000000, 0xf41ab6e9dfca02497f2bb0805466454d),
(0xd194b66fc6ef794acd626b71e7cd4a5f, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_charging.png', 0, 0x00000000000000000000000000000000, 0x475810c473abab872b0df1a8e852c89c),
(0x53a9ae47259bfc9091e401eb131d9d63, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_empty.png', 0, 0x00000000000000000000000000000000, 0x907b335792c8e52184b9693e2f753461),
(0xa52daff03e6e5a0cff94ad7b92c1a2b6, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_full.png', 0, 0x00000000000000000000000000000000, 0xa08d2cf155f2d0b5e213249d6f5e1d2a),
(0xdcb8df2e5529239ceb088fdc2b6c0f6c, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_horizontal_10percent.png', 0, 0x00000000000000000000000000000000, 0x7df213c4acebe7923116294286d908dc),
(0x06cdfe4e6ad89c6b65513a03289b412d, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_horizontal_20percent.png', 0, 0x00000000000000000000000000000000, 0xd67d76d26afd37b8e15c15a6a4b01877),
(0xaa0140a5ed2b6b74454ce2ce07927f78, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_horizontal_40percent.png', 0, 0x00000000000000000000000000000000, 0xe4151fd5219c5d9aed7ae1cb440405be),
(0x11854fa64861d596d56807fa7eceba36, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_horizontal_60percent.png', 0, 0x00000000000000000000000000000000, 0x13092cc1871f761879fb98f2755bdaaf),
(0x6c4c4df1dc7e60f5f0e3a94f06879da0, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_horizontal_80percent.png', 0, 0x00000000000000000000000000000000, 0xa8de708cbb6c8f6e6dd71cdebd1ca564),
(0x04a79b207988b602b88e78ff03f77190, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_horizontal_charging.png', 0, 0x00000000000000000000000000000000, 0x4892b8f33b30f0146d11bcb40e5a422f),
(0x173ef077f7253dfbfd626e010670faf4, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_horizontal_empty.png', 0, 0x00000000000000000000000000000000, 0xa940df8dc6a7320cb703b41007d789d8),
(0xb0c86c71a9a0e07945b2a9396f1b323c, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_horizontal_full.png', 0, 0x00000000000000000000000000000000, 0x377f3202f9d2f6a4b27221749a49cbfb),
(0xe157891dbca870709c4d468993b69a8c, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_horizontal_plugged_in.png', 0, 0x00000000000000000000000000000000, 0xf44c4ec9097702d36f7b351f197cfe61),
(0x0d4af9bc1be71466b898caad8abd1f24, 'wp-content/plugins/ultimatum-library/images/icons/24/battery_pluged_in.png', 0, 0x00000000000000000000000000000000, 0x38b3e06c30091ea993b9020cadae009f),
(0xf43c9773430130dbc4a980144cb012f6, 'wp-content/plugins/ultimatum-library/images/icons/24/beer.png', 0, 0x00000000000000000000000000000000, 0xc49c03b7a8502c75c218e414d3052b57),
(0x93fbc66eb93c691d9b5dcbab3d199553, 'wp-content/plugins/ultimatum-library/images/icons/24/bible.png', 0, 0x00000000000000000000000000000000, 0x2a4ac51f4a304c01e027dc295111598b),
(0x1b5eca7e7b205aba3fa58e08a2e97fea, 'wp-content/plugins/ultimatum-library/images/icons/24/bomb.png', 0, 0x00000000000000000000000000000000, 0xefb9150f683483dad542c812ac2800e2),
(0x00a65815fb89f85f14c5220d88c72dad, 'wp-content/plugins/ultimatum-library/images/icons/24/box_address.png', 0, 0x00000000000000000000000000000000, 0x86b31cb3d90b1b299680b322e94f520a),
(0x41b35db2d2bd3a6c8152fde280ff367d, 'wp-content/plugins/ultimatum-library/images/icons/24/box_download.png', 0, 0x00000000000000000000000000000000, 0x1876089d6e53560bec344c676afd97e5),
(0x6e9d731bfe60529d8ca38266e0458efe, 'wp-content/plugins/ultimatum-library/images/icons/24/box_fragile.png', 0, 0x00000000000000000000000000000000, 0x31f5adc48b007e1be67b2107d37cc920),
(0x3c20cd41ab3ede935612b2cf6bb32064, 'wp-content/plugins/ultimatum-library/images/icons/24/box_rar.png', 0, 0x00000000000000000000000000000000, 0x421a3905ed5055fafa5e1789f1dd9a09),
(0xe62305cd3172c8ecfbbd630f99d7d71a, 'wp-content/plugins/ultimatum-library/images/icons/24/box_zip.png', 0, 0x00000000000000000000000000000000, 0x76904a813f8172e826c5f175c94a439c),
(0x73eaa438d159a459d5b4a585067c135b, 'wp-content/plugins/ultimatum-library/images/icons/24/brainstorming.png', 0, 0x00000000000000000000000000000000, 0x5afb174c3db33d0613a5fa2f7f0fffd3),
(0x061d6db2ae0d6d36c66a3dca63b0bbca, 'wp-content/plugins/ultimatum-library/images/icons/24/brainstorming_alternative.png', 0, 0x00000000000000000000000000000000, 0xa61c0270bf11e186aab90ba5f369ced0),
(0x6082ab34fdce034e8922a612396f4cf9, 'wp-content/plugins/ultimatum-library/images/icons/24/browser.png', 0, 0x00000000000000000000000000000000, 0x0da21c269e715aea8885141af22d62b0),
(0xcf77021ce2b06edcc6788d204807e757, 'wp-content/plugins/ultimatum-library/images/icons/24/burning.png', 0, 0x00000000000000000000000000000000, 0xb1e67735871040f08ff03abdea03a621),
(0xd6cf01e4885dba5835d66e3a86e38e2f, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_add.png', 0, 0x00000000000000000000000000000000, 0x4476f93f7fd66c37006401a7cdabffef),
(0x789b02db2542541f731960519a707c1f, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_close.png', 0, 0x00000000000000000000000000000000, 0x9dfdd7de497b71da0d0e4bb67a037fa0),
(0xc6c1b0fd88eeccd9088f88ade6aa9282, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_delete.png', 0, 0x00000000000000000000000000000000, 0x3a71e7c23d0b43b3f12ae313d10a8345),
(0xa11e36d132bf8507a33ee3fee9378bf4, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_fastforward.png', 0, 0x00000000000000000000000000000000, 0x56e916d2bfc848f6277b753318caf36c),
(0xec8bd6d4767f28ee834b9fda0d67ea00, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_heart.png', 0, 0x00000000000000000000000000000000, 0x9adfdf9652fdd5dd8d46b15c9398fe7a),
(0xb66ed3e4bd845be05b6df22ad5e8a80f, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_pause.png', 0, 0x00000000000000000000000000000000, 0x34217b44945160b03faa81686641f78d),
(0x76900a689572f28c109f626d137b268a, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_play.png', 0, 0x00000000000000000000000000000000, 0x7b43788553c1647baaf204db6793c9f4),
(0x658cfc2a07f459daa96002fa0f7d9139, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_record.png', 0, 0x00000000000000000000000000000000, 0xcc789514f1d87949eba7253e32ef9e81),
(0x89c69dfb9b6fc7ace3a40bd42ab2e8a5, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_rewind.png', 0, 0x00000000000000000000000000000000, 0xa0d09cbc0da6a3386b9263ccf3c655bf),
(0x8b4c3541a7190013677fcdf5a0c428f8, 'wp-content/plugins/ultimatum-library/images/icons/24/button_blue_stop.png', 0, 0x00000000000000000000000000000000, 0x0657748df62448cb089a030e0544a6e2),
(0xb7efb80949d3d1122831048fc2e4f093, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_add.png', 0, 0x00000000000000000000000000000000, 0x7466481c4a6a3281b21db685062fb44d),
(0x4692c18a61bd6d27dd298a3ff402d06c, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_close.png', 0, 0x00000000000000000000000000000000, 0x7a721916fb14e9e8a5b8b9a913ff0450),
(0x07a823d966d2ae82cbe0f384eeb9b91d, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_delete.png', 0, 0x00000000000000000000000000000000, 0x9f93c65e99243799ded7b20f31c62bff),
(0xad89311508e50861490cb938440bbc63, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_fastforward.png', 0, 0x00000000000000000000000000000000, 0x9e462d4b6cd13cd855d20d5c31f71c3b),
(0xb6687e28c410a0ca692fcfcdec2cf7eb, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_heart.png', 0, 0x00000000000000000000000000000000, 0x3209a89159065e764790ad47bb66bec0),
(0x7196f8d6c3ed404655dc4665df5d331d, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_pause.png', 0, 0x00000000000000000000000000000000, 0x22586723585ec6f83bcb628d8c91ddeb),
(0x1d859f4c8ed419cf535fb7b72f619ffe, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_play.png', 0, 0x00000000000000000000000000000000, 0x605e2b7d2f710e138004bee530600696),
(0x07a694835ff8d590122044a763215665, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_record.png', 0, 0x00000000000000000000000000000000, 0xb95767c0ea6d6b6d2dcebfbdabd859b6),
(0x0f9831053ea58e80bf29c015cece43e6, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_rewind.png', 0, 0x00000000000000000000000000000000, 0xcac2ef3efcafa08fa35e8fa34767eae8),
(0x5d0bb1c4e0cec709fc478cba9f4444eb, 'wp-content/plugins/ultimatum-library/images/icons/24/button_green_stop.png', 0, 0x00000000000000000000000000000000, 0x6d7cbac55493a241f129fab88dbdd9fb),
(0xf57bf1de5cce22fd47301611c748ecd7, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_add.png', 0, 0x00000000000000000000000000000000, 0x434b1a42492c294ce94ab723a124e2a9),
(0x78db6c1dcc7c59aa77e15a6821e72df1, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_close.png', 0, 0x00000000000000000000000000000000, 0x0964184dcdd74a7c77f2440971c43066),
(0xf85542d8bd3fc3070c3fb7cbb1c0c770, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_delete.png', 0, 0x00000000000000000000000000000000, 0x78e38860f22b0b5e56df27695286471f),
(0x13f3f02a14ecf59c2f0b2a59ee9715b4, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_fastforward.png', 0, 0x00000000000000000000000000000000, 0x4893b3261ab15874ad9cd1e614791a9e),
(0xa891a31cf02db5a81128661a5710bd5c, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_heart.png', 0, 0x00000000000000000000000000000000, 0x9477e64afd202dd30c3e4ff133a2cc05),
(0x5116c3dbfb419a5ee1884ed4fd4fb91b, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_pause.png', 0, 0x00000000000000000000000000000000, 0xed5352a92dc57d5c4253e3f3ba706629),
(0x98228c845c24bc7a42e636632fa4f5c7, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_play.png', 0, 0x00000000000000000000000000000000, 0x604387b4ce8d076c17267b7bf611ee8c),
(0x9b7d2887aa6c9f0fc146c7a7f2fab675, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_record.png', 0, 0x00000000000000000000000000000000, 0x70d77571e30f2a8b9487b3c8432e97b6),
(0xf80a7c6e5d2d43dd482782d0edea9432, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_rewind.png', 0, 0x00000000000000000000000000000000, 0xcf25d2d2d1db5351ae3e1cba3f3f10e2),
(0xc143ab56606eb40ba9ea462410d18b29, 'wp-content/plugins/ultimatum-library/images/icons/24/button_grey_stop.png', 0, 0x00000000000000000000000000000000, 0x5052438f777cd162330a816cfd14077c),
(0x45e871e6ca8b6a4f69e75f621ba4f7cd, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_add.png', 0, 0x00000000000000000000000000000000, 0x3a1182751c1be2714ed3b5bd05fd5f0a),
(0x9d58601424e8c13e0d468bd0c0081ec6, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_close.png', 0, 0x00000000000000000000000000000000, 0xdbcdf42d5a4352927bd69d94506bc113),
(0x50026c6e9778babe5e651e5cdc8b797b, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_delete.png', 0, 0x00000000000000000000000000000000, 0x137e8d855dad51ebbc09eb314f2c9770),
(0x4e88e0c6a19a083104103e77df1c0a0d, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_fastforward.png', 0, 0x00000000000000000000000000000000, 0xb8db59f4a285b56e2396aea49857d73e),
(0x9cd74a6acfe6f627f8809623faadf80c, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_heart.png', 0, 0x00000000000000000000000000000000, 0x04e3dcc430b28f04f61b6e51b491d470),
(0x8e2e543d7c5922c3611abe4ba911a9a3, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_pause.png', 0, 0x00000000000000000000000000000000, 0xf954e95ac62dbadab63b4393d2c26204),
(0x2c695f0428b28b051455b7a1f2e20826, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_play.png', 0, 0x00000000000000000000000000000000, 0x9c66c57609239d356b651e8a069a5eb4),
(0x1a215c454d0ae7f1d0bd37c85d23b119, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_record.png', 0, 0x00000000000000000000000000000000, 0x3d31efc94ccb0c6c91a7013c70e39e73),
(0xc686ad8709b4e1d0862eae677045d6d8, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_rewind.png', 0, 0x00000000000000000000000000000000, 0x0cdb73f8428fecb56f79060828cf3dce),
(0x70c852b16027457eff226062ed7f95fa, 'wp-content/plugins/ultimatum-library/images/icons/24/button_pink_stop.png', 0, 0x00000000000000000000000000000000, 0x622c65494d19bc6bf794a52889d1c7d2),
(0x9ca92fa87321d36e2da955680d85cd90, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_add.png', 0, 0x00000000000000000000000000000000, 0x8ddcc3d29598a896c15e3343ad31508d),
(0x13ec6d6daf663a38b09b656e4c8c9b4f, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_close.png', 0, 0x00000000000000000000000000000000, 0x3b51114a01dc020e5bd42ae11da80346),
(0x8854c62dc897a2faca89ba7f80eef390, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_delete.png', 0, 0x00000000000000000000000000000000, 0x90b6abe3f6ea7695fdb982b54ae0bab1),
(0x9b5eeb520c2110ca150343dde93c14b3, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_fastforward.png', 0, 0x00000000000000000000000000000000, 0xc8eb651096b8f696170875090457187d),
(0xf5bcf3dc963c129e8c00621ea5785620, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_heart.png', 0, 0x00000000000000000000000000000000, 0x3ebde51dc2156f8c6ec770961dc96528),
(0xf5a7dd0f7bd2ab16cdeb33491f86b21f, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_pause.png', 0, 0x00000000000000000000000000000000, 0x5004802108b9226609f19bb017e6fee1),
(0xd77cf705643ca1162aac480482490877, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_play.png', 0, 0x00000000000000000000000000000000, 0x7d8251f8625f546243b1c70828a5c5eb),
(0x14bfb391ea6ca3a005459b1e1d6ac1b0, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_record.png', 0, 0x00000000000000000000000000000000, 0x595799e2d1ec0318576b3ec44ee0ccf0),
(0xc4a2bdd7beea7256508ce2c69f450046, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_rewind.png', 0, 0x00000000000000000000000000000000, 0xb7eebfce1178e772a95e28a0edaea939),
(0x246c4affb9180af0fcc33fd6aba948b9, 'wp-content/plugins/ultimatum-library/images/icons/24/button_red_stop.png', 0, 0x00000000000000000000000000000000, 0x8aeb353eedf872de057062079d34e1c4),
(0xb315ab4612c8c30d7371e3bd3c617cd6, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_add.png', 0, 0x00000000000000000000000000000000, 0x7915814e100d66120ead9e39d20e4765),
(0x9cea407031378a1b8f153801c8a1b7d0, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_close.png', 0, 0x00000000000000000000000000000000, 0x347c8d887c049b0e28a1a93746ecd063),
(0xa50cce86074ec35cfc7adcff8159ad5f, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_delete.png', 0, 0x00000000000000000000000000000000, 0x85f284fff5b03acc053c81b113ab22ec),
(0xbad045e914a2d8a7f275eb7ca1c4d575, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_fastforward.png', 0, 0x00000000000000000000000000000000, 0x4fbd2e50d491bbe3a84264aff70e4b8f),
(0xbeb5e6fbe95174837ef40bf1de36ae08, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_heart.png', 0, 0x00000000000000000000000000000000, 0xa9d3581015df655db2e42ff47e49007c),
(0x7905cd492bac6ac578a4dba114cf44a0, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_pause.png', 0, 0x00000000000000000000000000000000, 0x555d4f46323b8d755b07f907c60e75c4),
(0x3272b04c8d8151c6ee87c1965771e759, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_play.png', 0, 0x00000000000000000000000000000000, 0x325d62a6a26892850e54d7a119ae5d40),
(0xc46fff672cdec0425f409a727e9a9922, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_record.png', 0, 0x00000000000000000000000000000000, 0xcc591ed5f7b4b79247090d644ead75be),
(0xa9c7026f71fe367208cf69724970a170, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_rewind.png', 0, 0x00000000000000000000000000000000, 0x5f5e1bbc8ed79c93c16105a01f628b41),
(0xc834e9a5fe33b0915c94f83c098a387a, 'wp-content/plugins/ultimatum-library/images/icons/24/button_violet_stop.png', 0, 0x00000000000000000000000000000000, 0x3915bfe5a165953a234c5405bda78f80),
(0x6e8ba6fb43af0b577a041bad89806005, 'wp-content/plugins/ultimatum-library/images/icons/24/cake.png', 0, 0x00000000000000000000000000000000, 0x9a3b2057df140673b5340a924ee6ddb5),
(0xf6b305e119fff42c897dc4b9f0f93ecb, 'wp-content/plugins/ultimatum-library/images/icons/24/calculator.png', 0, 0x00000000000000000000000000000000, 0x59979aa273e4dbc131f8051eb844de1c),
(0x0b2ae1b38403b863d77dc7e1346d8348, 'wp-content/plugins/ultimatum-library/images/icons/24/case.png', 0, 0x00000000000000000000000000000000, 0x23453a35e7241bc6f207553ae5d80ffc),
(0x5c85ef1be7579005292ecd9e11051018, 'wp-content/plugins/ultimatum-library/images/icons/24/cd.png', 0, 0x00000000000000000000000000000000, 0xfeb3b4a8158f537b7e3e9413323b1f81),
(0x514573c96436c77b1f1e4a380a3feb7b, 'wp-content/plugins/ultimatum-library/images/icons/24/cd_burning.png', 0, 0x00000000000000000000000000000000, 0x437ba7c1a702cc3d5f92e0bf96957e81),
(0x0db22f5f5210639b9ba0a21fe06f815f, 'wp-content/plugins/ultimatum-library/images/icons/24/cd_burning_spectrum.png', 0, 0x00000000000000000000000000000000, 0x9d24dc2985f6305f3a28361b8bdc171b),
(0x8b64b7081c24e97d98bcabdc279a6cdf, 'wp-content/plugins/ultimatum-library/images/icons/24/cd_spectrum.png', 0, 0x00000000000000000000000000000000, 0x410f41b2323b4382873116474aec57c2),
(0xd9adf146b08d91fabf1bf6076a486b4a, 'wp-content/plugins/ultimatum-library/images/icons/24/chart.png', 0, 0x00000000000000000000000000000000, 0x6decd9a9007a4e9db8db034653326a98),
(0x18e936a3704220b5ec19892818950139, 'wp-content/plugins/ultimatum-library/images/icons/24/chart_pie.png', 0, 0x00000000000000000000000000000000, 0x6910487056679e176ad44757c0af76fe),
(0x264d6f6ce1291c8b7879bf3e48298a86, 'wp-content/plugins/ultimatum-library/images/icons/24/check.png', 0, 0x00000000000000000000000000000000, 0x1779527175d8c9b4abaf02b6f27c1f90),
(0xa488d06d263b701d29b9a49e312326f8, 'wp-content/plugins/ultimatum-library/images/icons/24/chrome.png', 0, 0x00000000000000000000000000000000, 0xbbbd730371050a4fffa3ef0c5e1d252b),
(0xefe7bf78094443f05b4388ed03ff2aa4, 'wp-content/plugins/ultimatum-library/images/icons/24/cialis.png', 0, 0x00000000000000000000000000000000, 0x7074c87caea5fd7240c30f0c41a1c7d0),
(0x990a3a6416924f5d1d3dbae7e9f0d2b4, 'wp-content/plugins/ultimatum-library/images/icons/24/cialis_professional.png', 0, 0x00000000000000000000000000000000, 0x11e2bdaa990626e548e67e680bedf1e7),
(0x75de06385d8498281290d181192194f8, 'wp-content/plugins/ultimatum-library/images/icons/24/clipboard.png', 0, 0x00000000000000000000000000000000, 0x0bff5e60e1073b4effd9f801a9fde02e),
(0x4f6ec9660b587ad6e30952ec2ef99d64, 'wp-content/plugins/ultimatum-library/images/icons/24/clipboard_add.png', 0, 0x00000000000000000000000000000000, 0x7bbcd666b93bce10f258b2559836040c),
(0x5b0c7d7a38c41b3447a5935881f7ed28, 'wp-content/plugins/ultimatum-library/images/icons/24/clipboard_alert.png', 0, 0x00000000000000000000000000000000, 0xad1e964688cfb61cdab9568471b926f6),
(0x68137d1ff7e22fd639c0483d8d158497, 'wp-content/plugins/ultimatum-library/images/icons/24/clipboard_check.png', 0, 0x00000000000000000000000000000000, 0x379cec7a30bde14d7169793c282232f7),
(0xa3295632ba71091017deae4c72fd7191, 'wp-content/plugins/ultimatum-library/images/icons/24/clipboard_cut.png', 0, 0x00000000000000000000000000000000, 0x02fee3c8c2f4103ea2c950db49787eca),
(0x1288ddbd3ca6025aae87ee14b2815c4d, 'wp-content/plugins/ultimatum-library/images/icons/24/clipboard_delete.png', 0, 0x00000000000000000000000000000000, 0x5501b33d1ea83137cb21fae20a7299b9),
(0x23c0c3b4bd2a70355b2ad2051019922e, 'wp-content/plugins/ultimatum-library/images/icons/24/clipboard_download.png', 0, 0x00000000000000000000000000000000, 0x1d2d6bc7727e0a28c515e98cad2a480e),
(0xf235fa3eb6f97000b58b44a5fb4356b9, 'wp-content/plugins/ultimatum-library/images/icons/24/clipboard_full.png', 0, 0x00000000000000000000000000000000, 0xe9f9561b806651e34e9f42f125631526),
(0xcc74c4ef5a0291581e1559d04d102028, 'wp-content/plugins/ultimatum-library/images/icons/24/clock.png', 0, 0x00000000000000000000000000000000, 0xed66aaf1d09032b775a5e708c5eee246),
(0x428b06e5e02f5e3eea9c6c2c05495b3e, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud.png', 0, 0x00000000000000000000000000000000, 0x446d0715c167354376a7fb73a842d923),
(0xf51de14d72326c6fadb0a19cb5d98ada, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_add.png', 0, 0x00000000000000000000000000000000, 0x3117558845a2dfeb44df7a1fd797871e),
(0x3e7807d8d4d4110ddc1abfd149cb82ec, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_alert.png', 0, 0x00000000000000000000000000000000, 0xe3750e910f1986f91c3f38d9178ab28f),
(0x7b07ac50336e50e65cd4cfd9f3a5b8d2, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_back.png', 0, 0x00000000000000000000000000000000, 0x6fad7796f982feed19221c624014251e),
(0x209a6f57e95fafdb555316308058c320, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_backup.png', 0, 0x00000000000000000000000000000000, 0x3863167473d658f2a5102271833b9ea2),
(0xb9374f8fb2b0ead1ca364822eb1cfe9a, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_check.png', 0, 0x00000000000000000000000000000000, 0xa10cd6a6507a1d2291d93e1f263c8f1e),
(0x8ce49d0d3290a2ac49aed9479e56e1fa, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_delete.png', 0, 0x00000000000000000000000000000000, 0xff360b8f9706d7e395d1921d881f0d87),
(0x2ac7262285f02d11b21573fc5241a3d9, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_download.png', 0, 0x00000000000000000000000000000000, 0x627bbbf96e3d2f8c1a70fa9582eda5b8),
(0x0653d6181bd97b20fb3c90b9ff8ffa19, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_exchange.png', 0, 0x00000000000000000000000000000000, 0xae3fcaa482e9652ea45465a10cc094bf),
(0x3d44e7e30998c4095264e5300dc03e0f, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_forward.png', 0, 0x00000000000000000000000000000000, 0x6f5fce0c01a044f1b858788023b54026),
(0x22340ac7804647557e52877e56352331, 'wp-content/plugins/ultimatum-library/images/icons/24/cloud_upload.png', 0, 0x00000000000000000000000000000000, 0x051a49c4075dbffd9cd53ca61cf1be2b),
(0x7006e9ccdce6a6661b416808f894b190, 'wp-content/plugins/ultimatum-library/images/icons/24/coffee_to_go.png', 0, 0x00000000000000000000000000000000, 0x4e23fa845765817f561c5bfb7a5b5e7e),
(0x679e39bfba46d17e78d0bb1f64c589af, 'wp-content/plugins/ultimatum-library/images/icons/24/color_wheel.png', 0, 0x00000000000000000000000000000000, 0x0565fa3ce996228a4226f82456e94032),
(0xff131006e80bf8c81596f106ec0dd63c, 'wp-content/plugins/ultimatum-library/images/icons/24/comments.png', 0, 0x00000000000000000000000000000000, 0x73496abde4df43f4063bc3466a085191),
(0xb5a0424251b11260752c672e90d138e1, 'wp-content/plugins/ultimatum-library/images/icons/24/comments_add.png', 0, 0x00000000000000000000000000000000, 0x0ac56006b4a9a7190f171be9b219b6e7),
(0x4a47d1116d2696f4df255aa73dfa706a, 'wp-content/plugins/ultimatum-library/images/icons/24/comments_alert.png', 0, 0x00000000000000000000000000000000, 0x91f0ef8ce9bf67918d112a20c6bed84a),
(0xf064534ebec49c6c08ac352247ff93bf, 'wp-content/plugins/ultimatum-library/images/icons/24/comments_check.png', 0, 0x00000000000000000000000000000000, 0xc3ce9ab8606583df52894f9812ddef4f),
(0x4f20ae86589121f46826c0746dfd2c7a, 'wp-content/plugins/ultimatum-library/images/icons/24/comments_count.png', 0, 0x00000000000000000000000000000000, 0x02470755403ced0c6549221c435afedb),
(0x85fb6b43ce1222d54ac410ecd917d94b, 'wp-content/plugins/ultimatum-library/images/icons/24/comments_delete.png', 0, 0x00000000000000000000000000000000, 0xc6d2f51e7c54777a39bc5aa7cb23a063),
(0x7098641960b87a3f7069d855c27da1b5, 'wp-content/plugins/ultimatum-library/images/icons/24/comments_reply.png', 0, 0x00000000000000000000000000000000, 0x783d1ad026828d5a55ca1a39cac34162),
(0xace24f9f402739eda144a7f6f25b1c48, 'wp-content/plugins/ultimatum-library/images/icons/24/comments_report.png', 0, 0x00000000000000000000000000000000, 0x1de7bb93a4fb9868b91501f8992ceee5),
(0xbcf0456dcfcb1b659e1ef3afdafea04c, 'wp-content/plugins/ultimatum-library/images/icons/24/copy-document.png', 0, 0x00000000000000000000000000000000, 0xebb5a7ed9e44c6fc9b767f37bd49609f),
(0x46897acda7a08dd648888d72b95e9226, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_acrobat.png', 0, 0x00000000000000000000000000000000, 0xe025278fe70c7065038e39dff5247296),
(0x0498396bf14620eab231c1e657d6695f, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_after_effects.png', 0, 0x00000000000000000000000000000000, 0x9da741d284d20d227dbc7dd21a85c0f7),
(0x4933750f9f4a60f2b1a84059f64659d6, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_bridge.png', 0, 0x00000000000000000000000000000000, 0x709b64267dcd80fcc6518bd1aec7f0c4),
(0xa2a07238fab3a24e52bf1e51e21e4a27, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_dreamweaver.png', 0, 0x00000000000000000000000000000000, 0x3c5bf6681461cd629a5cf31488b18795),
(0x732db9f07a213d3ce86ce4628c13318a, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_fireworks.png', 0, 0x00000000000000000000000000000000, 0x4767271e4bb8d993a416ddbe84458c72),
(0x73e769d5690458e8df63faac69c0057b, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_flash.png', 0, 0x00000000000000000000000000000000, 0x4e529cd2ef832defa1f2c7ec132be633),
(0xa5547ebaa403a88c445f59a053ed7526, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_illustrator.png', 0, 0x00000000000000000000000000000000, 0xb55b3e36b455e942298c7ace4e85d9e2),
(0x653edc50631804bce889058ecca452f2, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_indesign.png', 0, 0x00000000000000000000000000000000, 0x62c7dfdbd16bf8054804253d5bf213ad),
(0x048a56705f36453040e4707b0a599d25, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_photoshop.png', 0, 0x00000000000000000000000000000000, 0x5930a99c78cb9115b6a5983ff5b0c6e8),
(0x0b48f3ad790fdfdc232132f79441721c, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_premiere.png', 0, 0x00000000000000000000000000000000, 0xb9a9d1809faca1fed9d1476eccffb569),
(0x968e6ad9b4afc864a77c91362e149b7a, 'wp-content/plugins/ultimatum-library/images/icons/24/creative_suite_sound_booth.png', 0, 0x00000000000000000000000000000000, 0x3fb3ab627466b09243f2659fe421b291),
(0xee681e77229cc88fa670b2ca8731eefb, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_gold_amex.png', 0, 0x00000000000000000000000000000000, 0x141e9a9149937887aa4ba6aae4918ad8),
(0x152b7a3887398d5a2fa2e83031a768fc, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_gold_diners_club.png', 0, 0x00000000000000000000000000000000, 0x9262c97304ac8f5a461e6430ae294881),
(0xb9430d1a33535a6cff07d5689886f2e6, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_gold_master_card.png', 0, 0x00000000000000000000000000000000, 0x084698a1fe3067f09596027bdc9c9258),
(0x1003195de58b53ecb1a08deb49e95d22, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_gold_paypal.png', 0, 0x00000000000000000000000000000000, 0xc53abf13b5420183d084b52c0b3e9cc7),
(0xc6662e9ef1f621b7cb9e75abcba13b4f, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_gold_visa.png', 0, 0x00000000000000000000000000000000, 0x293fe518c545b23068bfb7fff17f03b3),
(0xf8b8d5130e4c85e6bc964a7c5bd0f26d, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_platinum_amex.png', 0, 0x00000000000000000000000000000000, 0xbec868e565814dac4c94e23b992fcbd9),
(0xeb35e45c563c757c231248610c9a50a6, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_platinum_diners_club.png', 0, 0x00000000000000000000000000000000, 0xfa8d5b777504aac162d527e1fa937961),
(0x00f8ccc50cdd4d658ecc0fdd65d66851, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_platinum_master_card.png', 0, 0x00000000000000000000000000000000, 0xd1d0fdfbd49fb394e5085fd6d7ee8bc0),
(0xefc4c2d32e0baf27fe6dbaaac43af589, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_platinum_paypal.png', 0, 0x00000000000000000000000000000000, 0x3bd085cb1ac2245c6c14d3adbfe181f1),
(0xbd22836a13f267e8cc4188254d141871, 'wp-content/plugins/ultimatum-library/images/icons/24/credit-card_platinum_via.png', 0, 0x00000000000000000000000000000000, 0x8003f76eb048b0d396d97093eec1bdaa),
(0x7690a4da050e8d05255f8edc7df7e4a0, 'wp-content/plugins/ultimatum-library/images/icons/24/cross.png', 0, 0x00000000000000000000000000000000, 0xca4844d061b0ce67feb25d23dd962374),
(0x3c174d2b535a3f30c2de6af777e73625, 'wp-content/plugins/ultimatum-library/images/icons/24/curriculum_vitae.png', 0, 0x00000000000000000000000000000000, 0x2c36a1497f87e214f61747d617cac3c6),
(0xf95524beb53b936fc8630906ac16d9aa, 'wp-content/plugins/ultimatum-library/images/icons/24/cutting_pad.png', 0, 0x00000000000000000000000000000000, 0xd473c7f6487195020535bc489ec94e90),
(0xea7c979a3e651b72933d5a8d6ce36571, 'wp-content/plugins/ultimatum-library/images/icons/24/database.png', 0, 0x00000000000000000000000000000000, 0xa760fdc57d0b3259a8351168f982be39),
(0x4c0bf090bf0db349d9f865afa49a4a2e, 'wp-content/plugins/ultimatum-library/images/icons/24/database_add.png', 0, 0x00000000000000000000000000000000, 0x5fe78af495958be1a248787944e55dad),
(0x13f726050652614c55c007cfc4ec1d45, 'wp-content/plugins/ultimatum-library/images/icons/24/database_alert.png', 0, 0x00000000000000000000000000000000, 0xd28ba740f868a23b065b7e97d11d5102),
(0x502b70e33ecba7681b0d1d8484611aab, 'wp-content/plugins/ultimatum-library/images/icons/24/database_check.png', 0, 0x00000000000000000000000000000000, 0xc3178e137f7eedd3b87f87443987ea0c),
(0x577f894891edf9fd56343c317b20552e, 'wp-content/plugins/ultimatum-library/images/icons/24/database_delete.png', 0, 0x00000000000000000000000000000000, 0x2254cf161cf86287e9f26b2f575ba3e5),
(0xda19a3415ea4ca43eee5913cc01b6584, 'wp-content/plugins/ultimatum-library/images/icons/24/database_download.png', 0, 0x00000000000000000000000000000000, 0x1d7f7da0bbc80947a3970c7da8c0b6aa),
(0xb5297093678c51acfb8e428823e50b40, 'wp-content/plugins/ultimatum-library/images/icons/24/desktop_addictedtocoffee.png', 0, 0x00000000000000000000000000000000, 0xe5f529cd75f8abf6a7be9d1a2fde74fa),
(0x6cde9892a3cd511439bbf2a531a21efe, 'wp-content/plugins/ultimatum-library/images/icons/24/desktop_aqua.png', 0, 0x00000000000000000000000000000000, 0xc04c756d9353ec2f84ec991c678e6398),
(0x90f5075fed4b6ed25dcc08ad72719d67, 'wp-content/plugins/ultimatum-library/images/icons/24/desktop_aurora_leopard.png', 0, 0x00000000000000000000000000000000, 0x418c5becd2e8076cae057eb421e02758),
(0x527dbab00e826e228d9ea761c2b000f8, 'wp-content/plugins/ultimatum-library/images/icons/24/desktop_aurora_snow_leopard.png', 0, 0x00000000000000000000000000000000, 0x73eaa730d5e77cf441aaba6ce863b20f),
(0x09444102112ec68040c052d59948c924, 'wp-content/plugins/ultimatum-library/images/icons/24/desktop_blazeoflight.png', 0, 0x00000000000000000000000000000000, 0x50d8a3042bacbef274c4290dab68bf13),
(0xd2c7623e3cc4b1dc45071aed72a6656e, 'wp-content/plugins/ultimatum-library/images/icons/24/desktop_into_the_sun.png', 0, 0x00000000000000000000000000000000, 0xe135b96a7106c02706552b19fa8e0af5),
(0x1aca3b7924c7702a983428c2258bc6e4, 'wp-content/plugins/ultimatum-library/images/icons/24/desktop_lensflare.png', 0, 0x00000000000000000000000000000000, 0xdf9a287c3290680fbef4af20b13429c4),
(0x3c1278d040a74f5ddb55bd8ed52b4528, 'wp-content/plugins/ultimatum-library/images/icons/24/desktop_wallpapers_aqua.png', 0, 0x00000000000000000000000000000000, 0x19d15b90f672a24f0cedf76753035ab7),
(0x592de54990cb04506d002e25008cb76e, 'wp-content/plugins/ultimatum-library/images/icons/24/desktop_wallpapers_aurora.png', 0, 0x00000000000000000000000000000000, 0x005aa4a134dcb4cdf57a3f396e9c6b7e),
(0x181475724d7ff4dca495a2cbdae2da25, 'wp-content/plugins/ultimatum-library/images/icons/24/digital_camera.png', 0, 0x00000000000000000000000000000000, 0xf2223fee96cbae1179adcc2ef656483e),
(0xa832f32e6f1d6809b838d17eeb0c7379, 'wp-content/plugins/ultimatum-library/images/icons/24/document-lined-pen.png', 0, 0x00000000000000000000000000000000, 0xb986fa2071fad2f27cecac817c655891),
(0x48563be5f4500c1cd07b2ff752cb24f2, 'wp-content/plugins/ultimatum-library/images/icons/24/document-plaid-pen.png', 0, 0x00000000000000000000000000000000, 0x05b810c1edfd3ba9b09caa90469f3f71),
(0x22d981febb0c8e8219ac30fed3b8507d, 'wp-content/plugins/ultimatum-library/images/icons/24/document_blank.png', 0, 0x00000000000000000000000000000000, 0xd3612852b2fbdba7852e5c61360d182e),
(0xc908de88ddd5db618bb0e10b1bd918e5, 'wp-content/plugins/ultimatum-library/images/icons/24/document_pen.png', 0, 0x00000000000000000000000000000000, 0x98100e69b4a77a7112fbc5dfd9485b22),
(0x54209bd615ecf8466f220adda809fb83, 'wp-content/plugins/ultimatum-library/images/icons/24/emote_biggrin.png', 0, 0x00000000000000000000000000000000, 0xd3694e04f4b8c083d00e67a40715ed3a),
(0x225811c397f45219bfae6d586f5acb5d, 'wp-content/plugins/ultimatum-library/images/icons/24/emote_love.png', 0, 0x00000000000000000000000000000000, 0x7551d0fa5431bcc9f3455b21974a42ea),
(0x6ff065c0c9c3c72d600550e090bbf84a, 'wp-content/plugins/ultimatum-library/images/icons/24/emote_nerd.png', 0, 0x00000000000000000000000000000000, 0xcabe6ba9a45e70ad1a3f17b88ddc9fda),
(0x8045afd5e218c0c5ad342108f1e58dcc, 'wp-content/plugins/ultimatum-library/images/icons/24/emote_nerd_penholder.png', 0, 0x00000000000000000000000000000000, 0xc401b005308856cb5566b2c6c6c9086f),
(0x8eb9cb4211093941771b342e5e06716a, 'wp-content/plugins/ultimatum-library/images/icons/24/emote_sad.png', 0, 0x00000000000000000000000000000000, 0x246badf1e7d4dcf86b2fce265596d10b),
(0x1181071ba4a8126d0222ead38e37de17, 'wp-content/plugins/ultimatum-library/images/icons/24/emote_smile.png', 0, 0x00000000000000000000000000000000, 0x080d45bc093cfa4e6cfc7a862e79c205),
(0x5bee8299ac68cf201d0a57479f1662f0, 'wp-content/plugins/ultimatum-library/images/icons/24/emote_wink.png', 0, 0x00000000000000000000000000000000, 0x5057a402885f9531dcec5a521ee7f226),
(0x0f59544fc6c819531677b7bb52e560f7, 'wp-content/plugins/ultimatum-library/images/icons/24/emote_woohoooo.png', 0, 0x00000000000000000000000000000000, 0x3faaafce0bb7913b5f381a3383ef77c1),
(0x2a28fdedf7fc42da4e1cf809bfff14d0, 'wp-content/plugins/ultimatum-library/images/icons/24/entry_add.png', 0, 0x00000000000000000000000000000000, 0xb36ae77ae991283a07f5bb7dfc1d8b89),
(0x746a758912dd20d90ac2fb2d9fb4ce66, 'wp-content/plugins/ultimatum-library/images/icons/24/entry_alert.png', 0, 0x00000000000000000000000000000000, 0x56a3ded0e54c436160169f003e147a92),
(0x92f70ac20629082fa0a59e63a1e7da3d, 'wp-content/plugins/ultimatum-library/images/icons/24/entry_delete.png', 0, 0x00000000000000000000000000000000, 0x32a3f51d99a451cccaed8155338e5f27),
(0x06d694176c6d381fec70610a3a5a61eb, 'wp-content/plugins/ultimatum-library/images/icons/24/entry_preview.png', 0, 0x00000000000000000000000000000000, 0x561b042217bda2323c35ee99bcd85231),
(0xbf1a657643a5641d233f6cde5a77257a, 'wp-content/plugins/ultimatum-library/images/icons/24/entry_save.png', 0, 0x00000000000000000000000000000000, 0x459834cd05105965fa91610d25e102d0),
(0x64e9c241e8800b1d416d950a095f5315, 'wp-content/plugins/ultimatum-library/images/icons/24/entry_saved.png', 0, 0x00000000000000000000000000000000, 0xe0d0e4bddcfb42186c751158ebe3e799),
(0x4011129bd943a6b1f3ee99d9c392a4b5, 'wp-content/plugins/ultimatum-library/images/icons/24/file_aac.png', 0, 0x00000000000000000000000000000000, 0xad2e3bc76c4338b416b8527c93f8d2d4),
(0x4b8cbb1c6bba97d0496daf19920e8d53, 'wp-content/plugins/ultimatum-library/images/icons/24/file_ai.png', 0, 0x00000000000000000000000000000000, 0xb2b2bae7cd60169c29c365eb654f1cb3),
(0x0cf044790eb4b5926c14d409c5228809, 'wp-content/plugins/ultimatum-library/images/icons/24/file_avi.png', 0, 0x00000000000000000000000000000000, 0xef9eea4a31c6b695efb6f929caabd66b),
(0x50dc766ecd35d937e51b2901ba9cf080, 'wp-content/plugins/ultimatum-library/images/icons/24/file_bin.png', 0, 0x00000000000000000000000000000000, 0x6e45ee023059cc335631a6d4de77a06f),
(0x7811f5ef408db9c5ef7d38e1bd7cfc2a, 'wp-content/plugins/ultimatum-library/images/icons/24/file_bmp.png', 0, 0x00000000000000000000000000000000, 0x6709d28a2852db03fc229d419569b2ce),
(0xf36c2f6ecf2100ed2d99225de0c14f16, 'wp-content/plugins/ultimatum-library/images/icons/24/file_cue.png', 0, 0x00000000000000000000000000000000, 0x297ade79a8289ad0e1f111777d818a2d),
(0x64cface62d7253df4eb27d39bf228acd, 'wp-content/plugins/ultimatum-library/images/icons/24/file_divx.png', 0, 0x00000000000000000000000000000000, 0x609494e1f386919f83a7f13bce9d1f63),
(0xc7c6ec35e96d5b670b971bc1e3e27577, 'wp-content/plugins/ultimatum-library/images/icons/24/file_doc.png', 0, 0x00000000000000000000000000000000, 0x0d6508bd07f38bed75f65bd4f75f82fa),
(0xa9afca6fdea125ce95611dc47e2820f3, 'wp-content/plugins/ultimatum-library/images/icons/24/file_eps.png', 0, 0x00000000000000000000000000000000, 0xebbbd70e3d6604861ea3e2f46e70e352),
(0x55cfae2e56040c4387cd3e2ec9f42d1a, 'wp-content/plugins/ultimatum-library/images/icons/24/file_flac.png', 0, 0x00000000000000000000000000000000, 0x52b412709a9892a3c81185933fed1371),
(0x5a3eb2026e661cb4cfa14037ccf7292a, 'wp-content/plugins/ultimatum-library/images/icons/24/file_flv.png', 0, 0x00000000000000000000000000000000, 0x091d8f69d4ff00b8089ba47b2ef885f4),
(0xd137002f0153632f49131ea4bccb3e7c, 'wp-content/plugins/ultimatum-library/images/icons/24/file_gif.png', 0, 0x00000000000000000000000000000000, 0xd82b3a2b958f7d7c0a4c60b0eebb04b3),
(0x54e44444c3e60f1f13d4b21df695e951, 'wp-content/plugins/ultimatum-library/images/icons/24/file_html.png', 0, 0x00000000000000000000000000000000, 0xacf52d4c68a7a13a22d4c163954e24c7),
(0x98aab84dffd8bd6f26783c335551818c, 'wp-content/plugins/ultimatum-library/images/icons/24/file_ical.png', 0, 0x00000000000000000000000000000000, 0x65f16a9127e7c91b8ae154df38ec7ff8),
(0x1894d5266b592caee3c8e44dcaa93877, 'wp-content/plugins/ultimatum-library/images/icons/24/file_indd.png', 0, 0x00000000000000000000000000000000, 0x271a35d85d542abfa37c6e8394578671),
(0x607aa5f5d7f8469ab662256500214501, 'wp-content/plugins/ultimatum-library/images/icons/24/file_inx.png', 0, 0x00000000000000000000000000000000, 0x1348b9f2a66b758f7180ff0cd4bf8f1d),
(0xbfcccd29ecd317141841574ab2470358, 'wp-content/plugins/ultimatum-library/images/icons/24/file_iso.png', 0, 0x00000000000000000000000000000000, 0x58d8316f560bb6ca4d9f1e9cf59d17ed),
(0x4bf432722b3ce5c6b5dfe214a1c9b0b3, 'wp-content/plugins/ultimatum-library/images/icons/24/file_jpg.png', 0, 0x00000000000000000000000000000000, 0x60c80c9c4293e6118f5ecc7089018aae),
(0x114b01accdfac88e41bd534ee77a7127, 'wp-content/plugins/ultimatum-library/images/icons/24/file_mov.png', 0, 0x00000000000000000000000000000000, 0x87efd12003fa285889b0dc371badf639),
(0xfc4b82f6c0db647ac5cdf3398a3a00c6, 'wp-content/plugins/ultimatum-library/images/icons/24/file_mp3.png', 0, 0x00000000000000000000000000000000, 0x47fd9806f4ccf7d97d5cf15a61036e8b),
(0xebb768b579d6f3775924f8322be32494, 'wp-content/plugins/ultimatum-library/images/icons/24/file_mpg.png', 0, 0x00000000000000000000000000000000, 0xc9313b1fa27cd2564ab15ce29cc41368),
(0xd2cd5a345036d460948cd1f638fd3573, 'wp-content/plugins/ultimatum-library/images/icons/24/file_pdf.png', 0, 0x00000000000000000000000000000000, 0x19408b23041d0dc30b0067daad321fae),
(0x6b0ff3dab632a4270dd26bffb392ff78, 'wp-content/plugins/ultimatum-library/images/icons/24/file_php.png', 0, 0x00000000000000000000000000000000, 0x6cffff52ea0f11362758a92b3527251e),
(0xbf545118745f8df66a916fa384d1b85e, 'wp-content/plugins/ultimatum-library/images/icons/24/file_png.png', 0, 0x00000000000000000000000000000000, 0x40a43ea90b0e11ab35e63495da341b09),
(0xfdbcea73da961a1c0fc42311c1c03a88, 'wp-content/plugins/ultimatum-library/images/icons/24/file_pps.png', 0, 0x00000000000000000000000000000000, 0xd832db07dbde12e49f719488257d1fd0),
(0x442cb42984776a3a7579f494b7da34ba, 'wp-content/plugins/ultimatum-library/images/icons/24/file_ppt.png', 0, 0x00000000000000000000000000000000, 0x116e848dc14d945b1d45513cd91afc3c),
(0x4dcef55d08bd3f1d22270b0f2273614b, 'wp-content/plugins/ultimatum-library/images/icons/24/file_psd.png', 0, 0x00000000000000000000000000000000, 0x32c53fc22cd33b98f3a643af1daeded3),
(0xc4b7a95b9e2f71d46b605bd6da17579d, 'wp-content/plugins/ultimatum-library/images/icons/24/file_qxd.png', 0, 0x00000000000000000000000000000000, 0xdacc44d565879a9a1d28d0c400f33c8f),
(0xeae5d5c2a18a2bb359c4f9558905f516, 'wp-content/plugins/ultimatum-library/images/icons/24/file_qxp.png', 0, 0x00000000000000000000000000000000, 0xe16064266c8f9894bc416666833be681),
(0x1f00670a7f3eb1dfaaf1f34eb38e96ff, 'wp-content/plugins/ultimatum-library/images/icons/24/file_raw.png', 0, 0x00000000000000000000000000000000, 0x54db05f554c9fda8130f4d28f254ed0c),
(0xe35ce22429821813b44f2173bb8b80ff, 'wp-content/plugins/ultimatum-library/images/icons/24/file_rtf.png', 0, 0x00000000000000000000000000000000, 0x023bee6233fff82530593417e164a656),
(0x0598f9e5d6b20fb398a64f6af964251e, 'wp-content/plugins/ultimatum-library/images/icons/24/file_svg.png', 0, 0x00000000000000000000000000000000, 0x1c2c0632d2e55ad9214530d1115ada9a),
(0x430380b6684d53647360caf9aab450f2, 'wp-content/plugins/ultimatum-library/images/icons/24/file_tif.png', 0, 0x00000000000000000000000000000000, 0x3605c7d6a37cffa1825981dcc64e53ea),
(0xac253e4d1cacd997fc3e5f64e0027a73, 'wp-content/plugins/ultimatum-library/images/icons/24/file_txt.png', 0, 0x00000000000000000000000000000000, 0xf358902cb4b4d3f261d864c4dc724cc9),
(0xb8c5919f0227b8839220c539ccf97bf9, 'wp-content/plugins/ultimatum-library/images/icons/24/file_vcf.png', 0, 0x00000000000000000000000000000000, 0xfecfd2ab9e05de39fe38f3ac95127c1e),
(0xf2335c392ed2a775184194a2262de6c2, 'wp-content/plugins/ultimatum-library/images/icons/24/file_wav.png', 0, 0x00000000000000000000000000000000, 0xb13ab62df051d627e0dc49e806994ed3),
(0xfe99c5a18a00ebdec56735ec7486bc5a, 'wp-content/plugins/ultimatum-library/images/icons/24/file_wma.png', 0, 0x00000000000000000000000000000000, 0xcea7ab9dc018c5898f7c282957b95d63),
(0x4851db54bbe863315c06bcb972b5019a, 'wp-content/plugins/ultimatum-library/images/icons/24/file_xls.png', 0, 0x00000000000000000000000000000000, 0xfcdae4507f5c0b1b5016b99064cae8b8),
(0x5cfd59779a6fc0b25ad40d84591bafa7, 'wp-content/plugins/ultimatum-library/images/icons/24/file_xml.png', 0, 0x00000000000000000000000000000000, 0x25aab7b6833df56083b05f57137f0625),
(0xca392f7c7f38170f7d18fa56b124cba9, 'wp-content/plugins/ultimatum-library/images/icons/24/firefox.png', 0, 0x00000000000000000000000000000000, 0x07bdd6047b3908fb5cd9875cec23790b),
(0x030a5186b57ac762a095223f209a6212, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_andorra.png', 0, 0x00000000000000000000000000000000, 0x91a94bfa1088a4f1dc56edc999012800),
(0x399f6aec6e9e2be8d80c8a1fff41cb26, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_argentina.png', 0, 0x00000000000000000000000000000000, 0x26ab9688846e3ba81cda12227ea282c1),
(0x27e95ff51aac54fdf6cdddface7f00be, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_australia.png', 0, 0x00000000000000000000000000000000, 0x7321fc5d7167ce29aa06fc49f23a940c),
(0x9f51e7f87b9c4d47b12f30c5be24b6b2, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_austria.png', 0, 0x00000000000000000000000000000000, 0xd124b25fc83d97ffba5c7cc56bd5fbd9),
(0x9563d1b73be4d8794e979317da3a5fca, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_belgium.png', 0, 0x00000000000000000000000000000000, 0x857663259f82f59b4cd7dd60e11b4213),
(0x8a9f2f9dab15f644defed160c3aaeab2, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_botswana.png', 0, 0x00000000000000000000000000000000, 0xdd3d8ddb69da7e80488bcde809a42e32),
(0x640c290bb0ebcae552d81776f6dca243, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_brasil.png', 0, 0x00000000000000000000000000000000, 0x31b594ba9aebd5086e924730fd2a67aa),
(0x1fd4a5213d0049a023a52e6c7aeba32d, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_bulgaria.png', 0, 0x00000000000000000000000000000000, 0xe5573c1c33a5d28298fdc54c3f3b88ab),
(0x539b4f85b8df5c2bfb18d60236ad59bf, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_cameroon.png', 0, 0x00000000000000000000000000000000, 0x790e46f4f5fcecf43072ed6008f5c006),
(0x81eeab715372386f70c219cb3ba0c784, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_canada.png', 0, 0x00000000000000000000000000000000, 0x4c4551f782fedbf06df35e45e329a334),
(0x2a99ae73416df8adcbf7fe51530bf18e, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_central_african_republic.png', 0, 0x00000000000000000000000000000000, 0xc78a790b84011cf14768b606cccf05a6),
(0x8f2490f5d0e2e359e95ab0ea0e8a9e77, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_chile.png', 0, 0x00000000000000000000000000000000, 0x92858f5f00339687dff023cc350d2c6b),
(0xedc744fc6fa256b9e9387b6a29435340, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_china.png', 0, 0x00000000000000000000000000000000, 0xd0c3c055f3f96d9aae7b2d6d6d80ff7a),
(0xaec6656f7a418c645e7a3114b9784cd2, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_colombia.png', 0, 0x00000000000000000000000000000000, 0x8848d6e1e2ac465d5c70774c68840e0a),
(0xdc213ebd4b438664877fdddb2369478f, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_croatia.png', 0, 0x00000000000000000000000000000000, 0x85cd42afe594a29fceacca3b2eb4fa31),
(0x12135009ba44bd84814fabf2f1e4036a, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_czech_republic.png', 0, 0x00000000000000000000000000000000, 0xf5fe390d35f7ff754b134de4bbefd3ac),
(0x6b33ab4907d0de99681d5e864f066d9f, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_denmark.png', 0, 0x00000000000000000000000000000000, 0x04be7a98a6e26ee042db3f0728a9ea10),
(0xfe4bbaffe53ae1f5f9630d83d1527448, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_dominican_republic.png', 0, 0x00000000000000000000000000000000, 0x4aa2256009987db75762765085bbf2b3),
(0x70fe2008c3c3d4873a7f5866d9bd8182, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_ecuador.png', 0, 0x00000000000000000000000000000000, 0x642cb263764cf49be830ddf91413e272),
(0x39b889c3966e254845cd530cab24b6c5, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_egypt.png', 0, 0x00000000000000000000000000000000, 0x4da0274c64e314a10449bc8a804e9b0f),
(0xbe48be0a9a7049c295b7725f115ff645, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_el_salvador.png', 0, 0x00000000000000000000000000000000, 0x930a386d3e15ad3cf4492c80a1338a53),
(0x4cc4908b1f1b5e504f2e131dfdbb95d6, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_equatorial_guinea.png', 0, 0x00000000000000000000000000000000, 0x587130e8f94ddc09e58d75ee7218a4b9),
(0xd7fbe55ef2ed28518dbce41eb06e3fad, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_estonia.png', 0, 0x00000000000000000000000000000000, 0xe4af2d2c3c6c661f9ed2ec333f36d859),
(0x5271f482b242609e77940f1a193948e3, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_european_union.png', 0, 0x00000000000000000000000000000000, 0x0ed88addf64dd5820191aa1e476adae0),
(0x5302abb3bb39caacb7828b43c939f04e, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_france.png', 0, 0x00000000000000000000000000000000, 0x1e200ce97b3b488f863685796ad9f6d6),
(0xfbd73b014316ec914633ef43280dbd5d, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_gay_pride.png', 0, 0x00000000000000000000000000000000, 0x7e7f9110b2c2a409858540eadd9121ba),
(0x462ee612280437d986fa05cb304053b3, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_germany.png', 0, 0x00000000000000000000000000000000, 0xd65c65d367843255cd839fb550c179fe),
(0x64afa1d3a38d13033903131652a1d936, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_greece.png', 0, 0x00000000000000000000000000000000, 0xb850d60eaf8d5f6dfb35a56914fd1ef3),
(0xdd9952299308120c54ec91842491055b, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_guatemala.png', 0, 0x00000000000000000000000000000000, 0xbe11a98ab192380e6ddb066f5a410590);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xf9a3a91012601b96a07567fe4f84a4f1, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_guinea-bissau.png', 0, 0x00000000000000000000000000000000, 0x5f87de32f1db54a577be5e12e6970329),
(0xcba46c2109fc4c4e292ee2a85753c5c4, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_guinea.png', 0, 0x00000000000000000000000000000000, 0x1a97fad408667f95b0cd32f92bfbd363),
(0x4eab841c4e84c107b188cfc8c59e4316, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_honduras.png', 0, 0x00000000000000000000000000000000, 0x46736b16cbc96df6a3439d569667a42e),
(0xc6d3a9697730de87052a1e715748bfa3, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_hong_kong.png', 0, 0x00000000000000000000000000000000, 0xdc9deb1b840180f21ca58110c63a09aa),
(0xcae5b979078c42846ae96178c8be0937, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_hungary.png', 0, 0x00000000000000000000000000000000, 0xe11a00148704f53a522b92eb6018995a),
(0x3debddaaa0664b1a745ffe2289649e28, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_india.png', 0, 0x00000000000000000000000000000000, 0xa670185327f15fd8f2377597c65011eb),
(0x3aeb38c7899ad1943b5ab2638dd52972, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_indonesia.png', 0, 0x00000000000000000000000000000000, 0x62b6613b67afaae56f76f0bfb7f88369),
(0xfc970d5cceae58e3b95dadccfb68d9cb, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_ireland.png', 0, 0x00000000000000000000000000000000, 0x70c616528b9d5509bd62093e1cc01ed3),
(0x809eb0e9d680060929b5605776dc4456, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_israel.png', 0, 0x00000000000000000000000000000000, 0x83421e3f1b30e23eb3e8afee19334513),
(0x77a5a974b78f488422038517c1b597fa, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_italy.png', 0, 0x00000000000000000000000000000000, 0xf1a81917560a8f60f4c7009a6c045be4),
(0x4d829b95d8c7f9fe6997f833094e5521, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_ivory_coast.png', 0, 0x00000000000000000000000000000000, 0x4ecb700a4b3b65542f409d667dbb3bbc),
(0xbfd8bb17b68d0b094674f5df421d09ef, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_jamaica.png', 0, 0x00000000000000000000000000000000, 0x59096dc84e41b3a67045a6dde020ce86),
(0xc0b4c79c5433ebfd45fa14bc3fc6bbb7, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_japan.png', 0, 0x00000000000000000000000000000000, 0x15efe56dd68a06ed2f3c34fc861376dc),
(0xcec55f19a402fa960321e5eb02a0d6de, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_jordan.png', 0, 0x00000000000000000000000000000000, 0xf6750ff572e8140e6d74e073ddb7b3a2),
(0xb39039d72c11edeadad0b8f026ce22fe, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_kenya.png', 0, 0x00000000000000000000000000000000, 0x7a5619a138c4591ff49992220c6befd2),
(0x568f2371244ab1bd45c60d31b860d29f, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_korea.png', 0, 0x00000000000000000000000000000000, 0x1c4aa750273f4f414fa752bc70a39c73),
(0x6fa591a06e8009560e7d3fec79023687, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_latvia.png', 0, 0x00000000000000000000000000000000, 0xe59387d5569fdf3d5ec47c5b47c0c261),
(0xf1665bd332bdb8f8759086c637e7ea16, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_liechtenstein.png', 0, 0x00000000000000000000000000000000, 0x334c120341acec296eef5f9605e2aa7d),
(0x315985f068b6e83f8b296fcefb076c4a, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_lithuania.png', 0, 0x00000000000000000000000000000000, 0x97de1f168f707e5f219b825e5c8f2f4d),
(0x33fec4041fa30d35313c6fc395055941, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_luxembourg.png', 0, 0x00000000000000000000000000000000, 0xb7f80d1f327dcf053208b1e8aa74365b),
(0x68149e9360e5853880530e50e3b3abeb, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_macau.png', 0, 0x00000000000000000000000000000000, 0x1d73cafe708d70040ce5ffd2d0fba06a),
(0x69704457e4b890991e80b891cacec354, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_macedonia.png', 0, 0x00000000000000000000000000000000, 0x8beb45983ba4c4dba6ea1585d2c17326),
(0x51adcdd2972c2100a4ded954abcd38a9, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_madagascar.png', 0, 0x00000000000000000000000000000000, 0xc0982f1528e1a667e6ec88f82f957c01),
(0x56f0475a202b1a7c0f8e25822fb1bdd9, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_malaysia.png', 0, 0x00000000000000000000000000000000, 0x0d80e7769ca0945cd9b9cbf82b81fa78),
(0xbea8aba8aa478dc1379342060cd5af34, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_mali.png', 0, 0x00000000000000000000000000000000, 0xa840cc734fcfb561f13724931c1f9d45),
(0xf2daa8ac65646dea62cb9ebc3d95af21, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_malta.png', 0, 0x00000000000000000000000000000000, 0x72c0c29eb32d09701a87096d43600595),
(0x55e25dbe27de5a8236f7e92e0a83ba32, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_mauritius.png', 0, 0x00000000000000000000000000000000, 0x5303f103062b35950b1ffb91bb2dc495),
(0x028511c91e36a2a4ab8b38b03fb9e986, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_mexico.png', 0, 0x00000000000000000000000000000000, 0xfb8a955953441003c638458aa63983ce),
(0xb2cc743022ea34880c3a7133b043202b, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_moldova.png', 0, 0x00000000000000000000000000000000, 0x209afd699a5e1d9c2164648c234b9fd7),
(0x54d134214664e50f8f78e189fc1ab592, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_monaco.png', 0, 0x00000000000000000000000000000000, 0x6e6fee137822728ae01fdc433bf0daef),
(0x35a0aca3c32db94322bdd44af7b5d47a, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_montenegro.png', 0, 0x00000000000000000000000000000000, 0xb79afdec2b317f902a23301da867403d),
(0xce83d3b0d00cbe3e4a00b87a61853bc9, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_netherlands.png', 0, 0x00000000000000000000000000000000, 0x88882970393d5f3e56458f335f51406e),
(0xb63a8a7f3be735159cac50f4d482e4e0, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_new_zealand.png', 0, 0x00000000000000000000000000000000, 0xd03d89ff2c3d08c03eec18f51068ccee),
(0x04ff3b90130ca1c30e37768981ec7cbe, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_nicaragua.png', 0, 0x00000000000000000000000000000000, 0x7e129f031bedaa316b69729d7c5087ed),
(0x6e6458622ad5027c288a55d00d22d66a, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_niger.png', 0, 0x00000000000000000000000000000000, 0x112636fb76a3bce0163dc04d937cae4e),
(0x104841cc4ba12197e7e33add10e35dd4, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_norway.png', 0, 0x00000000000000000000000000000000, 0xf10a438da09512291cd4a3b247dab52d),
(0x5d6beacaa65b5482d2f7232f8493ff24, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_panama.png', 0, 0x00000000000000000000000000000000, 0x4a016cbb2ee35f85d282f82b354503ef),
(0xa74a79202cc8a0923f64b49208b1e97e, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_paraguay.png', 0, 0x00000000000000000000000000000000, 0xd8547f60e44d823b79687a648fd210e8),
(0x5f0b3655e225274546dc3c90aa54f7c5, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_peru.png', 0, 0x00000000000000000000000000000000, 0x58150a8a4f7b083cb4d3883e4db5054f),
(0xc1031df1ce67e9f3afbea7058afc2c6a, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_phillippines.png', 0, 0x00000000000000000000000000000000, 0xe7c3ed85e717cc766b506526016b75b3),
(0x5605ceb3933df504f362e4177aa870b2, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_poland.png', 0, 0x00000000000000000000000000000000, 0x006a32f8c492c6303a1317780c78640a),
(0x9fbb6553391acd9479e3635082778726, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_portugal.png', 0, 0x00000000000000000000000000000000, 0x0f81018835a3f075691da087593803b2),
(0x09f81d3477f280f04bbd09050f901112, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_puerto_rico.png', 0, 0x00000000000000000000000000000000, 0x66ecd8e5b04f33bb25d0a9aff976a31f),
(0x1df3e137d5c42ea3ab0913e567da73fe, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_qatar.png', 0, 0x00000000000000000000000000000000, 0x289a988a322aafc48633fab178be452f),
(0xe7dd894b82e3c32153e3e0f7cffc37e7, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_romania.png', 0, 0x00000000000000000000000000000000, 0x07bd705374a81603aae63a143b014218),
(0xeb92237bdd7a972fe4b34976fdf14cce, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_russia.png', 0, 0x00000000000000000000000000000000, 0x49cc6fb38f4f3c84f09b8873c221fa6e),
(0xf8bede11cc7c1f813dbd15ad98c68196, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_saudi_arabia.png', 0, 0x00000000000000000000000000000000, 0x8d0e3f7a0dd7659363e657c30eef04b9),
(0xa8c7fd1655af664e74c82ecb1b56115c, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_senegal.png', 0, 0x00000000000000000000000000000000, 0x00de0a0403ba8166ada9ff391cf4f9e7),
(0x669c6ba0a0e4859339a67a2178e7bdc4, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_singapore.png', 0, 0x00000000000000000000000000000000, 0x84ce2314dbe9d5785ac9dfb7a970a78d),
(0xf27b587f8217e46f4772d10c8945d856, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_slovakia.png', 0, 0x00000000000000000000000000000000, 0x30ac783794ae995cafd3d4722c43c639),
(0x0aed2421bd68e47cc87075225a7d84e1, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_south_africa.png', 0, 0x00000000000000000000000000000000, 0x426eaed800ed699b3030d5db2c14ccd0),
(0x3372b0c1e5b06b859e4b3636721aec64, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_spain.png', 0, 0x00000000000000000000000000000000, 0xf5b063dd6dea37948a6f13d33a6050b1),
(0x48ada806f7d15ffc4a390dd3ce834296, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_suomi.png', 0, 0x00000000000000000000000000000000, 0xdc73d27e21b1fa2eb792d5204651763b),
(0x2f9bc954ab89b32746e4482456a92c97, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_sweden.png', 0, 0x00000000000000000000000000000000, 0xb3cf74df904a1e7f5ea558168b61d446),
(0x65c5af6bdc599e0052750ff48d3e3878, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_switzerland.png', 0, 0x00000000000000000000000000000000, 0x130dc6626e4b93a466ce0e942cb7ad0e),
(0x0ef99a0d241bfb55ba536977944f648b, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_taiwan.png', 0, 0x00000000000000000000000000000000, 0xc2a2181be134052fc045d377b4c87d62),
(0xea7512d674ca65d7138b38b23b57f602, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_thailand.png', 0, 0x00000000000000000000000000000000, 0x85aa705dcf2c717881eee32a7e24b655),
(0x7bf66d5c940eca1025acd353f52c8656, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_turkey.png', 0, 0x00000000000000000000000000000000, 0x39e94dced81ae6ee982e5743315d7dcc),
(0xa7efe8649f0635a51b1779626a901aea, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_united_arab_emirates.png', 0, 0x00000000000000000000000000000000, 0x54602db2e6ac0464afcc7a69f9c0ee54),
(0x8eb61820caf8f099595c86c926f0ff9e, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_united_kingdom.png', 0, 0x00000000000000000000000000000000, 0x58b313695eccce5db936062fce68a9aa),
(0x853867bbae4f7b493f1ae629605ad508, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_uruguay.png', 0, 0x00000000000000000000000000000000, 0x186c84a1be6e85f09283aca2695383e1),
(0x8fa783aeb98ce54a55ebc11d8512f93f, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_usa.png', 0, 0x00000000000000000000000000000000, 0xf7defdd1c820ccd646fd7100245dd765),
(0x2442656c1c4a436279d1e0f63fdf9688, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_vatican.png', 0, 0x00000000000000000000000000000000, 0x501ab5322cd2a4e0c9a6c130c38ff2d3),
(0xb4aa9088e0a43a1bf44a88c73c464511, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_venezuela.png', 0, 0x00000000000000000000000000000000, 0x2d9e192bcb5cf0c81452ee27824564a3),
(0x12bd725a1835ee67d5f21d7e7eb4bd53, 'wp-content/plugins/ultimatum-library/images/icons/24/flag_vietnam.png', 0, 0x00000000000000000000000000000000, 0x65d033d949a1eb2038c2e81887310705),
(0x8ce08d0ba833c8a94b5b5175d803b8dd, 'wp-content/plugins/ultimatum-library/images/icons/24/flickr.png', 0, 0x00000000000000000000000000000000, 0xba88d2f37f54b0084952406ac5cbb785),
(0xe14ff508c5a1a86594c806f31792ac6c, 'wp-content/plugins/ultimatum-library/images/icons/24/floppy-disk.png', 0, 0x00000000000000000000000000000000, 0x489de07edf54716cf9d5e7614fb4e3b6),
(0x953015818b9d25f412ba561d6ea9e176, 'wp-content/plugins/ultimatum-library/images/icons/24/floppy-disk_dos.png', 0, 0x00000000000000000000000000000000, 0x04d466f1dce70a72a7e03a96924b9bf6),
(0x6f5e89b7c51c79c6c4b54b64f1006210, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_blue.png', 0, 0x00000000000000000000000000000000, 0x08ece49297f98c6b69b1855037a73990),
(0xb717a9291a7ef7cad209d4a8d97712a8, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_blue_backup.png', 0, 0x00000000000000000000000000000000, 0x9be795cb9f697de7aa768a1b79abc613),
(0x4b07eec5b09d04a4ca9ec85ee0ca7e52, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_blue_conversations.png', 0, 0x00000000000000000000000000000000, 0xc0314cd203e21a543e3875f715198b2e),
(0x6aa0abe11c8fab0dd8d8dca4baf04faa, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_blue_favorites.png', 0, 0x00000000000000000000000000000000, 0x96717754e42a08bfa6d9170f2c962b36),
(0x28692880c7d246c4fe1aac8f0aa447fc, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_blue_ideas.png', 0, 0x00000000000000000000000000000000, 0x8a251776c3cde288d3b5df9d477ca691),
(0x35d7695246ece0ffece4e03ceac38212, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_blue_mails.png', 0, 0x00000000000000000000000000000000, 0xb3ccb43e07aa193e42f8db6d67afc658),
(0x00b70f68ac7fd957abac352aed1e5fec, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_blue_music.png', 0, 0x00000000000000000000000000000000, 0x5f8f62ebf4c7b6a80ca121eee1455b32),
(0x906e2aa0a6cd70dfc0a6628b2ff14d1c, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_blue_stuffed.png', 0, 0x00000000000000000000000000000000, 0x7694fdaae3caefa415839f52da234de9),
(0xaad39752281790a46f0ce67ae5d08581, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_blue_todos.png', 0, 0x00000000000000000000000000000000, 0x4d4106b5afce130bc4666891ac44b483),
(0x7b494a8626ca4446a7ab3bd26904cf57, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_green.png', 0, 0x00000000000000000000000000000000, 0xaecb40fb61cbe537dae337380a4a0ce2),
(0xef1c17877bea3ded00891e6738d059be, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_green_backup.png', 0, 0x00000000000000000000000000000000, 0xe841ad8099d62260f759bc7f4cdbf44a),
(0xe4f438c6aa2353c81aee886e67352b18, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_green_conversations.png', 0, 0x00000000000000000000000000000000, 0x71bcd24bb65996c65d9037bac9e1739e),
(0x1accb81ca5af89666c939ed17c197343, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_green_favorites.png', 0, 0x00000000000000000000000000000000, 0xbaa2e44ec439e512e660c1985562598f),
(0xb3c06dc6e5ca103c47859eab8d731db5, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_green_ideas.png', 0, 0x00000000000000000000000000000000, 0x15c75520802edf4344d4a7bc5f27b603),
(0x29445f3cc57eed638f5cd6af4218b31e, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_green_mails.png', 0, 0x00000000000000000000000000000000, 0x2e676fbbe134e876f5d07037642be189),
(0x89f4af8a86c396efb302460c5fafaf48, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_green_music.png', 0, 0x00000000000000000000000000000000, 0xf77a3232619a1b32d4c7542147ee7c19),
(0xeed3706eba33d28a64e8d6a1a014c04c, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_green_stuffed.png', 0, 0x00000000000000000000000000000000, 0xda8afdbd4308739132e123355ce12179),
(0x109ea4977b7776ae23cd2ad0ce0336c7, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_green_todos.png', 0, 0x00000000000000000000000000000000, 0x992287be3a49a7da661861c4997ba28d),
(0x13918c7280d9472495b03ee316f9faa0, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_pink.png', 0, 0x00000000000000000000000000000000, 0xcdc5b83e1cae9b6db8a9720e1725bca6),
(0x070c0f976abbddd61c19b8e4bbc4dd2e, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_pink_backup.png', 0, 0x00000000000000000000000000000000, 0xbe12cda343fe9fdfe3c70a9c0b620251),
(0xb054fb691f1481fb383f46610aedb955, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_pink_conversations.png', 0, 0x00000000000000000000000000000000, 0x166c9e009030bfaa8633cbd56def2b5c),
(0xfedf87a28dec14addef899ae0c871eee, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_pink_favorites.png', 0, 0x00000000000000000000000000000000, 0x4c11ce13f92e084cc87ac3242328afb1),
(0xd8bb8adc9ff437075b2d4092dfb56b26, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_pink_ideas.png', 0, 0x00000000000000000000000000000000, 0xa10be22fde6a3e294e52c6706c3e24f3),
(0x4013fdcd69faa6a27b9ab21669034233, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_pink_mails.png', 0, 0x00000000000000000000000000000000, 0x712a7e5772ae2a106656a20f63c6b807),
(0xfe473471ca64bd61e719560c96a49d82, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_pink_music.png', 0, 0x00000000000000000000000000000000, 0xed20b91c3f77186b68d5e6da05a6fd42),
(0x5c8df152f06cf329c780bc19c29e2f9a, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_pink_stuffed.png', 0, 0x00000000000000000000000000000000, 0x846c70d46f0f589d2a57616b10b2730a),
(0x307b78f33b451a85fd20b356f256d100, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_pink_todos.png', 0, 0x00000000000000000000000000000000, 0x79e1e86065367cae0f4c5b6f656fc807),
(0xd2181a3306c46d0e5caae31973a9f329, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_red.png', 0, 0x00000000000000000000000000000000, 0x2e667e310dd17cfdb75edaa83bde01e9),
(0x0f9c743fd1e9f858d2e142dae8de955b, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_red_backup.png', 0, 0x00000000000000000000000000000000, 0x20433717437f1c2e9e770861955a3444),
(0xcaf34ba3abb8599f733744a382b05ea2, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_red_conversations.png', 0, 0x00000000000000000000000000000000, 0x61152166068417f29a5d32d821d48634),
(0x6848e4e8ffb7d2a3c2135a33925dfa61, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_red_favorites.png', 0, 0x00000000000000000000000000000000, 0x6adb2d6111672146e6e1a0d652535896),
(0xeec3a8746249c6db58ec675b3c06214e, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_red_ideas.png', 0, 0x00000000000000000000000000000000, 0x38fd946d8358eb79cf03cef5275bf6be),
(0x7f3f28ec086bdab2fc84d585e64d731d, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_red_mails.png', 0, 0x00000000000000000000000000000000, 0xd487f92c291d09077c7127212b9dbeb5),
(0x6b83fd81284ef993a1aa602785ee1ed0, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_red_music.png', 0, 0x00000000000000000000000000000000, 0xaeb0369c1ff3c08dd8b18171eac33ed9),
(0xbbf00568d44e01820754b3b840464028, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_red_stuffed.png', 0, 0x00000000000000000000000000000000, 0x4b062170bdf9a5f07a5110a0f31035c8),
(0x73fd6c0064673208652bed6519b7d70e, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_red_todos.png', 0, 0x00000000000000000000000000000000, 0xa11bc6ab197b2a408c0a12b385cb5f22),
(0xee4c1dd79b685452c0126796a25f38b1, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_backup_blue.png', 0, 0x00000000000000000000000000000000, 0x4ed39bc844846fde74b6660cb32b1a30),
(0xb9c17a8979037b7a0c68bee0a5ea2e2c, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_backup_green.png', 0, 0x00000000000000000000000000000000, 0xde3e71476598c12707fc5e04d663d47e),
(0x06559f9ec59742c555a2f35009f85087, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_backup_pink.png', 0, 0x00000000000000000000000000000000, 0x5442b910ab51fa0168221bb4117f4c6a),
(0x7667d5c6ba5a7f125b5ea14dc835165c, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_backup_red.png', 0, 0x00000000000000000000000000000000, 0x4fdb4d655eacc2f725f566184c47f49d),
(0x3c4c82ed346dfdf63b155821d7e4d42e, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_backup_violet.png', 0, 0x00000000000000000000000000000000, 0xf7128fffcaa98e193f0ce223306bf17b),
(0x0fd79d08f09ef4e8923fef0232277402, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_blue.png', 0, 0x00000000000000000000000000000000, 0xb4c93305381a62217237b87b4440fc19),
(0xf11d41e033f1b1f5c3e04939a72596e2, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_green.png', 0, 0x00000000000000000000000000000000, 0x53a7f45498c642c2e9ed0fac9ba2166d),
(0x2fa1a52806c5dbc5cd5fccf9395e7f6c, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_pink.png', 0, 0x00000000000000000000000000000000, 0x1a6ab354d62269a2d492edefcad556ed),
(0xe3f3a13c5c8c19b0587aa04907dd0d4f, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_red.png', 0, 0x00000000000000000000000000000000, 0x1731e960e754e9457de472fa9e93a00b),
(0xabc6f1094a66b7d7ac6478fc010b6032, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_remote_violet.png', 0, 0x00000000000000000000000000000000, 0x2509ad800c15f1a97271f6b0a092b690),
(0xaad3c2d921d7fae160cfef6fdb373cd8, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_violet.png', 0, 0x00000000000000000000000000000000, 0x80f6b69e3c50a787965427762c947e61),
(0x51f235cecc188da44ce657b571a4e22a, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_violet_backup.png', 0, 0x00000000000000000000000000000000, 0xf240baf80aac9830ab94c114fe62127f),
(0x9232b0a9d4ef156073ab970173a01ea0, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_violet_conversations.png', 0, 0x00000000000000000000000000000000, 0x886952cf1c2951ad6f036394477260c4),
(0xed2c3a05b1636b4fdc13875fa94231f2, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_violet_favorites.png', 0, 0x00000000000000000000000000000000, 0x625b7c67806de3a6406e10bec12a4400),
(0x01048d0443dfc483004d775c0c757738, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_violet_ideas.png', 0, 0x00000000000000000000000000000000, 0xe3012dc89c3a708f7474b528ed0ca55b),
(0xbbf33fecc5f7da5521486fcc0530f97a, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_violet_mails.png', 0, 0x00000000000000000000000000000000, 0xabac21ce634f45f278e808ad9152e539),
(0xc7af591440637e345a7e641c49ae9805, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_violet_music.png', 0, 0x00000000000000000000000000000000, 0x0f0907a3a9a030b7c52114ec24dc0ca3),
(0xe6a30daa02a1a595b379f3ec4f6936e8, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_violet_stuffed.png', 0, 0x00000000000000000000000000000000, 0xed3f44ea126831d7a2a6eaed42eec538),
(0xa29b57e9bd21cf33717ec9a26660c7bf, 'wp-content/plugins/ultimatum-library/images/icons/24/folder_violet_todos.png', 0, 0x00000000000000000000000000000000, 0x2b3a63cf6a4a3c8e049a6da2636f1b19),
(0x83d0d90cda35b6c7b7785fa9c9754353, 'wp-content/plugins/ultimatum-library/images/icons/24/fullscreen.png', 0, 0x00000000000000000000000000000000, 0x45d593a02a0746b3c07930b10b9a4a49),
(0x0be34e53bfed44c850d83a44ba9b7ca7, 'wp-content/plugins/ultimatum-library/images/icons/24/game_controller.png', 0, 0x00000000000000000000000000000000, 0x29c1a665bf12c4c48f83934870868621),
(0xf3310c88edf20a53d1dec3fdc6b539c0, 'wp-content/plugins/ultimatum-library/images/icons/24/gift.png', 0, 0x00000000000000000000000000000000, 0xeac14f8f6f31ec4bceaf00be6567810c),
(0xa1041ccd85dda285a96a8aa0d0d2f8ba, 'wp-content/plugins/ultimatum-library/images/icons/24/gmail.png', 0, 0x00000000000000000000000000000000, 0xdf7c9e57b95b2689b40735e9fac57f92),
(0xd3087ce2f43cf03327e1aaf81f14754e, 'wp-content/plugins/ultimatum-library/images/icons/24/google.png', 0, 0x00000000000000000000000000000000, 0x3cf8ac5c3f17d3a85dbfbe6ba2fe9f12),
(0x2a00806aa2a3bf8f49eeb8e093660d87, 'wp-content/plugins/ultimatum-library/images/icons/24/harddrive.png', 0, 0x00000000000000000000000000000000, 0x4454c23cee348c693be3102d2ae31814),
(0xde28572a238551b07fccc27aac290957, 'wp-content/plugins/ultimatum-library/images/icons/24/heart_empty.png', 0, 0x00000000000000000000000000000000, 0x95c52b14f9485689b63ea26a43a2cb67),
(0x1bc63ce7726439279aa0599d6da429c8, 'wp-content/plugins/ultimatum-library/images/icons/24/heart_full.png', 0, 0x00000000000000000000000000000000, 0x21f0c526a2a4861750e3cbbc119adbef),
(0xe0a2e8abb92846bc5cf5f25a1ccbe049, 'wp-content/plugins/ultimatum-library/images/icons/24/heart_half.png', 0, 0x00000000000000000000000000000000, 0xaca4979194979f37b6ce0e8d1049c495),
(0xbb3b0cac83b22cd5bb5efbb66cb92964, 'wp-content/plugins/ultimatum-library/images/icons/24/ical.png', 0, 0x00000000000000000000000000000000, 0x63a0be246ebdc735101500a28adbf5ca),
(0x30b345e77b7f1abefb0c81ae381c7621, 'wp-content/plugins/ultimatum-library/images/icons/24/iconfinder.png', 0, 0x00000000000000000000000000000000, 0x37da6cad413c05eabf4a09fe4357c6a3),
(0xcb8a43603951d1293af68db3ef4e32f9, 'wp-content/plugins/ultimatum-library/images/icons/24/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x1427caeb522c4ce5381ae07172112ca8, 'wp-content/plugins/ultimatum-library/images/icons/24/internet_explorer.png', 0, 0x00000000000000000000000000000000, 0xb3a4fd285884aa430d39fc0e1963b686),
(0x3974058a60d61258d64b75832b0083b2, 'wp-content/plugins/ultimatum-library/images/icons/24/invoice.png', 0, 0x00000000000000000000000000000000, 0x27c9060591b5881ae0319c98bef44434),
(0xf234e6fedd2c5ad2f91e715f53ab19b7, 'wp-content/plugins/ultimatum-library/images/icons/24/iphone.png', 0, 0x00000000000000000000000000000000, 0xc45e4da76680e8aee91fbb29969e8734),
(0xf2484531d8fbd9340030413fe58ca4d5, 'wp-content/plugins/ultimatum-library/images/icons/24/ipod_nano_blue.png', 0, 0x00000000000000000000000000000000, 0x3c2f44573bbe6b043466d236ec4bbae0),
(0x491103a488a8f978546094e77188a19a, 'wp-content/plugins/ultimatum-library/images/icons/24/ipod_nano_green.png', 0, 0x00000000000000000000000000000000, 0x3c54aac99cc13853e4309e2f509a3ddb),
(0xea1f4ea31830ef954fadc9161d6ab41f, 'wp-content/plugins/ultimatum-library/images/icons/24/ipod_nano_orange.png', 0, 0x00000000000000000000000000000000, 0xc2a7b68ddb9a87b9a2f1a212616c6474),
(0x0e838cfc7c6ad8a3f65d7e9fae0947f2, 'wp-content/plugins/ultimatum-library/images/icons/24/ipod_nano_pink.png', 0, 0x00000000000000000000000000000000, 0xa89cbab8c360140ba2ad5f6351077973),
(0x1409da23ed49a971f1fde4c3cade1a98, 'wp-content/plugins/ultimatum-library/images/icons/24/ipod_nano_red.png', 0, 0x00000000000000000000000000000000, 0x7793dc1bebc57653115bc1b89d476753),
(0x2c12c270a1089ff495e2ed19a4d34d99, 'wp-content/plugins/ultimatum-library/images/icons/24/ipod_nano_silver.png', 0, 0x00000000000000000000000000000000, 0x465ce2a51dff4b75bd3739b5b777fc7f),
(0x6c1c76427f68963aa37f40e5bff5bc3c, 'wp-content/plugins/ultimatum-library/images/icons/24/ipod_nano_violet.png', 0, 0x00000000000000000000000000000000, 0xfaa76ad19b5e2dbfb3d55f25a835cea9),
(0x38c8434e9be6b54daf2f6dd9d9d49aa1, 'wp-content/plugins/ultimatum-library/images/icons/24/jewel_case.png', 0, 0x00000000000000000000000000000000, 0xfbd3ace7d645389ef50ef3ebd1b1b2e4),
(0x4bcb36b35c51f444607be59a0301053e, 'wp-content/plugins/ultimatum-library/images/icons/24/jewel_case_international-pony.png', 0, 0x00000000000000000000000000000000, 0x358ec1b753dcb29a3a203e07a8bedfb0),
(0xd49ce8a8119120443c97e97fba508763, 'wp-content/plugins/ultimatum-library/images/icons/24/jewel_case_keane-under_the_iron_sea.png', 0, 0x00000000000000000000000000000000, 0x8d958262bd9da162324f4d94eadab74b),
(0xda1174851a6226ca986f65877edc06fa, 'wp-content/plugins/ultimatum-library/images/icons/24/jewel_case_linkin-park_reanimation.png', 0, 0x00000000000000000000000000000000, 0xbbe76a6e07320aab2a6a88f1624a438c),
(0xf90c155f0612d2d06b80b2c4d07e9026, 'wp-content/plugins/ultimatum-library/images/icons/24/jewel_case_ministryofsound_annual2009.png', 0, 0x00000000000000000000000000000000, 0xf5ba431adcc40fa3abaab9fcb27a1ae1),
(0xd384a543765de6ddc69ae109b821f481, 'wp-content/plugins/ultimatum-library/images/icons/24/jewel_case_spectral.png', 0, 0x00000000000000000000000000000000, 0x6d4726d6708059ca0ba2b90060d46386),
(0x2ae4b58e23cd2744eea8871ebc0f2ed2, 'wp-content/plugins/ultimatum-library/images/icons/24/key.png', 0, 0x00000000000000000000000000000000, 0x4299ec2003359db78a973e677277f3f5),
(0xe8044800a94a697b9beb1ca03d3983b2, 'wp-content/plugins/ultimatum-library/images/icons/24/key_0.png', 0, 0x00000000000000000000000000000000, 0x486ced9c43917e1679ea41d6ecce9260),
(0x29456a5bca39941bba9bece6942b01a3, 'wp-content/plugins/ultimatum-library/images/icons/24/key_1.png', 0, 0x00000000000000000000000000000000, 0x060409732c5e17b10770a735575ec649),
(0x4757bb3a25369af7885befd09cc5dc67, 'wp-content/plugins/ultimatum-library/images/icons/24/key_2.png', 0, 0x00000000000000000000000000000000, 0x32047d88a6233f0db8d7f53c0bc7950d),
(0xc8a5d5eaa9401149ceacd7242f06a679, 'wp-content/plugins/ultimatum-library/images/icons/24/key_3.png', 0, 0x00000000000000000000000000000000, 0xab4467a382cb1ca9c465c854f1e81949),
(0xec3bb6e8d7cd74a84778f56346aed457, 'wp-content/plugins/ultimatum-library/images/icons/24/key_4.png', 0, 0x00000000000000000000000000000000, 0x75d58dc1161ff1f3b0517301ce44dda5),
(0x97ce5af4999bd024dcb5ca7d6f3171e0, 'wp-content/plugins/ultimatum-library/images/icons/24/key_5.png', 0, 0x00000000000000000000000000000000, 0xd96bc155e2c70cd5e15ca57fa218f7a7),
(0xd7911414719410534373bee85e50eea7, 'wp-content/plugins/ultimatum-library/images/icons/24/key_6.png', 0, 0x00000000000000000000000000000000, 0x4f0502c9e06cef53c36759569b772f9c),
(0x3ef2b96dd8c05ce7a6d406f6f968fbce, 'wp-content/plugins/ultimatum-library/images/icons/24/key_7.png', 0, 0x00000000000000000000000000000000, 0x127bb76cc821bedd446ad991b0b7cf28),
(0xc0d83538bba3dfb54bc74a1c18ddef36, 'wp-content/plugins/ultimatum-library/images/icons/24/key_8.png', 0, 0x00000000000000000000000000000000, 0x98727c517657857b0707be27634892a7),
(0x5ee4bef35205f426cd53fc94fdc31b4d, 'wp-content/plugins/ultimatum-library/images/icons/24/key_9.png', 0, 0x00000000000000000000000000000000, 0x6263c8bbd792a7fbbdad8a9429bf9238),
(0x90a7e413335f275d6eb2fa750652d2bd, 'wp-content/plugins/ultimatum-library/images/icons/24/key_A.png', 0, 0x00000000000000000000000000000000, 0x3462ded6b5ed9f3efd0f950439a7ca19),
(0x89a14694ad127b205b4652e8704fe140, 'wp-content/plugins/ultimatum-library/images/icons/24/key_AT.png', 0, 0x00000000000000000000000000000000, 0x2818373f3936b2c6d06e9c89477d50e5),
(0x0a1c9b833620c4f2313fbfdcabf31be3, 'wp-content/plugins/ultimatum-library/images/icons/24/key_B.png', 0, 0x00000000000000000000000000000000, 0x2c947bfb499d88cbde73c7efb73a0f10),
(0x0a16867e2be6af7a5d4955bdc33fbfb9, 'wp-content/plugins/ultimatum-library/images/icons/24/key_C.png', 0, 0x00000000000000000000000000000000, 0x4d337f5299c7a5abd61fc60fc81cf5f2),
(0x96a2a49b7a95a7291b10264a2ccc6273, 'wp-content/plugins/ultimatum-library/images/icons/24/key_D.png', 0, 0x00000000000000000000000000000000, 0xb19975e7863dbe56ded4d8b005b92404),
(0x541d1aabc4380431ccf7b0720eb4db06, 'wp-content/plugins/ultimatum-library/images/icons/24/key_E.png', 0, 0x00000000000000000000000000000000, 0x0f94942396373bfa0ce1981471254740),
(0x02c69952d3b8f3ab2cdf6653938091e9, 'wp-content/plugins/ultimatum-library/images/icons/24/key_F.png', 0, 0x00000000000000000000000000000000, 0x44cb8de96cf12a27c2954f476b281696),
(0xada384770084e1d67f69405d096be977, 'wp-content/plugins/ultimatum-library/images/icons/24/key_G.png', 0, 0x00000000000000000000000000000000, 0x5dd7857b9f2877f17d219d2ab3400159),
(0x5702a2d77e30493b95ea546fd423bf26, 'wp-content/plugins/ultimatum-library/images/icons/24/key_H.png', 0, 0x00000000000000000000000000000000, 0x6e9073b7ded0f19ffe0fdf120d8fbb05),
(0xc568e5b5646d7b25b05b325e0ec79d1f, 'wp-content/plugins/ultimatum-library/images/icons/24/key_I.png', 0, 0x00000000000000000000000000000000, 0x56589ea5f6433013af4f6e11a01f7a79),
(0xbe6589ae1b60ca5be82229fb7ee8fa20, 'wp-content/plugins/ultimatum-library/images/icons/24/key_J.png', 0, 0x00000000000000000000000000000000, 0x20683ccb73f848b5cf30b04804a92d12),
(0xa46d93b44c33267d205db30955adbac2, 'wp-content/plugins/ultimatum-library/images/icons/24/key_K.png', 0, 0x00000000000000000000000000000000, 0xf92c81cde6ecdcc572bbbd5b12dabebb),
(0x16ba64efb0e959092c65f67b2628f799, 'wp-content/plugins/ultimatum-library/images/icons/24/key_L.png', 0, 0x00000000000000000000000000000000, 0xb56bb3a06b7adcdb998fdd82f7ee7abc),
(0x449517af174cbe666df4800c8cfdeb50, 'wp-content/plugins/ultimatum-library/images/icons/24/key_M.png', 0, 0x00000000000000000000000000000000, 0x29314a9540be5922aff0c5a243fbac57),
(0x5fe590ebe76d7418987552671e6855ed, 'wp-content/plugins/ultimatum-library/images/icons/24/key_N.png', 0, 0x00000000000000000000000000000000, 0x3fca8398135ea85c5ada9f7b27648cc2),
(0x71fbc02f8244a9525ada6833b8b89f0d, 'wp-content/plugins/ultimatum-library/images/icons/24/key_O.png', 0, 0x00000000000000000000000000000000, 0xc1149b8d10cbaab2af663cd9c6ca4c89),
(0x7ba80646779801bcc1009287109adeb8, 'wp-content/plugins/ultimatum-library/images/icons/24/key_P.png', 0, 0x00000000000000000000000000000000, 0x7b961219345804682631058b88517c76),
(0xd371dfe232a48663f802dd9b5015380a, 'wp-content/plugins/ultimatum-library/images/icons/24/key_Q.png', 0, 0x00000000000000000000000000000000, 0x0bc917acb768649a76f77ee45bdfee7d),
(0xa95c58cd8929cdd818ed21d6c277d9d3, 'wp-content/plugins/ultimatum-library/images/icons/24/key_R.png', 0, 0x00000000000000000000000000000000, 0x327dc7eb90100272d744da6492445060),
(0xd4a0f445f14447787ef5ef051dccb20b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_S.png', 0, 0x00000000000000000000000000000000, 0x3df01b6a6d37cafcb5a83d7caff48c9f),
(0x80c01710e7eac71f08b18a3c8ef446da, 'wp-content/plugins/ultimatum-library/images/icons/24/key_T.png', 0, 0x00000000000000000000000000000000, 0xdc00b9a96a60ee068b53122f973086a5),
(0x574d1d09d09ebfb4916e01262f9ef278, 'wp-content/plugins/ultimatum-library/images/icons/24/key_U.png', 0, 0x00000000000000000000000000000000, 0xe19b38d7e1c2b6fa818979ba5dab89b6),
(0x61848d4bd4754d15fb98f1f2941dfa27, 'wp-content/plugins/ultimatum-library/images/icons/24/key_V.png', 0, 0x00000000000000000000000000000000, 0x48ca41ee90054d6c2c92157bf8098254),
(0x12a8e829f6d271565933bfa6b998d2d3, 'wp-content/plugins/ultimatum-library/images/icons/24/key_W.png', 0, 0x00000000000000000000000000000000, 0x5de9b6f8ae53ba5ba3ef63ceda37eeba),
(0xf1207174b9d63f1b67fa911001424b1b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_X.png', 0, 0x00000000000000000000000000000000, 0x0d098dbec24dc5c6cdd63bca85e1c2cc),
(0xe2bfa4ef48958787a6edd70b9a3fba4b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_Y.png', 0, 0x00000000000000000000000000000000, 0xc93c6a86241f2707ac11bd1bec7d59f1),
(0xcd3a6ff7fa0434d00a3556ffe7296ae7, 'wp-content/plugins/ultimatum-library/images/icons/24/key_Z.png', 0, 0x00000000000000000000000000000000, 0x3e2fd39525723c62ad9b4a51437cb210),
(0x31148c3607c3a609ec874c01023256e6, 'wp-content/plugins/ultimatum-library/images/icons/24/key_alt.png', 0, 0x00000000000000000000000000000000, 0xb3286be89b907990f8168799db3398af),
(0xf8c686dc0ee9de9ed12d63a79b84c68c, 'wp-content/plugins/ultimatum-library/images/icons/24/key_alt_alternative.png', 0, 0x00000000000000000000000000000000, 0xaab19c9737e1e61afcaf8b866720e636),
(0x43d9bb22fe3a7be1b6d66c61a477eec1, 'wp-content/plugins/ultimatum-library/images/icons/24/key_ampersand.png', 0, 0x00000000000000000000000000000000, 0xf9340b8bcadd2fabc56df65a2d5b0d28),
(0x449706d5d3f3dd6af23d27ec3eb3f427, 'wp-content/plugins/ultimatum-library/images/icons/24/key_apple.png', 0, 0x00000000000000000000000000000000, 0xa21dd79432031a56437666b8f19902e9),
(0xe432f0f827e9d3c047a68a169d62abb8, 'wp-content/plugins/ultimatum-library/images/icons/24/key_bracket.png', 0, 0x00000000000000000000000000000000, 0xc306b7578e44030d1fe61696725565b6),
(0x474bc38d2103a54e0ea5ca29237e020b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_bracket_close.png', 0, 0x00000000000000000000000000000000, 0xe82125c9a0dfd86f598d9d7a8e8f575b),
(0xb38eac2fb26835d1075ab9e2f9f5cb36, 'wp-content/plugins/ultimatum-library/images/icons/24/key_check.png', 0, 0x00000000000000000000000000000000, 0x85435c2e316dbf9993befc14e41895e7),
(0x917c47a0a000e876b4e453d14f165e05, 'wp-content/plugins/ultimatum-library/images/icons/24/key_cmd.png', 0, 0x00000000000000000000000000000000, 0xcc4498e5b5c4a8c0b39b971218728a27),
(0x91e1ddc5a02a81a92a096522b561f13a, 'wp-content/plugins/ultimatum-library/images/icons/24/key_cmd_alternative.png', 0, 0x00000000000000000000000000000000, 0x805b1e25b60ca4c8376cd441e2146328),
(0xdcb49bd84829e10d33a576882d9d499f, 'wp-content/plugins/ultimatum-library/images/icons/24/key_colon.png', 0, 0x00000000000000000000000000000000, 0x5af8723850580b23a78e7f80c70b865b),
(0xf12ad56baea297e06ba13ae39c1a7947, 'wp-content/plugins/ultimatum-library/images/icons/24/key_comma.png', 0, 0x00000000000000000000000000000000, 0x7b6e96fb47c9019dd17eb46040aa934d),
(0x6a4d86fae4c2b66662866ebb2eb9111c, 'wp-content/plugins/ultimatum-library/images/icons/24/key_ctrl.png', 0, 0x00000000000000000000000000000000, 0x013ac2773ec0d0ab01beee0ce69cb6dc),
(0x400862534683a484c4c310c95f1d8d1b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_ctrl_alternative.png', 0, 0x00000000000000000000000000000000, 0x860f16acb84f4cd8abadf66d4d5cc4c7),
(0xfa8fcc970996fbf3b6522e5133616dbf, 'wp-content/plugins/ultimatum-library/images/icons/24/key_curly_bracket.png', 0, 0x00000000000000000000000000000000, 0xa7db263db343ffe68cb0940aed969e26),
(0x7b27209b2b28c9ab69c945799332b176, 'wp-content/plugins/ultimatum-library/images/icons/24/key_curly_bracket_close.png', 0, 0x00000000000000000000000000000000, 0xcfadd17202905f2cd7d64f96f828c1cb),
(0x1d5dba3023c0b4c6afbcd45ac9951662, 'wp-content/plugins/ultimatum-library/images/icons/24/key_dash.png', 0, 0x00000000000000000000000000000000, 0x5cc0f43ba37ad2ba5e2e733faf3bdffd),
(0xa2525ec77b281fa84b1d87041cea398d, 'wp-content/plugins/ultimatum-library/images/icons/24/key_dollar.png', 0, 0x00000000000000000000000000000000, 0xfe3267703bae521363c630d6803e4de7),
(0xe5d12ff9b4df8c56618da7b7ff57df99, 'wp-content/plugins/ultimatum-library/images/icons/24/key_down.png', 0, 0x00000000000000000000000000000000, 0x9c8197d418c907597571f21aad9bc1e4),
(0x991e2e671456445bccc1f8e426f17ea4, 'wp-content/plugins/ultimatum-library/images/icons/24/key_eject.png', 0, 0x00000000000000000000000000000000, 0x97007d818da0f4c32d4330fa158d447b),
(0x86b51c2ed787b172228cb20d609b76d9, 'wp-content/plugins/ultimatum-library/images/icons/24/key_equal.png', 0, 0x00000000000000000000000000000000, 0x077ee0d7395f4c81351e5924f1300d5c),
(0x50d81e7a45b7100bffc20b1d18503de3, 'wp-content/plugins/ultimatum-library/images/icons/24/key_escape.png', 0, 0x00000000000000000000000000000000, 0x9fd9eece786a45a599390d0b109b9ad9),
(0x736d333a7d950d639458787eba0dfeee, 'wp-content/plugins/ultimatum-library/images/icons/24/key_euro.png', 0, 0x00000000000000000000000000000000, 0xabeb228894eaf3549d504c38df764b08),
(0x9f8e89d6bc0ee5cfbe5bfe866485cae3, 'wp-content/plugins/ultimatum-library/images/icons/24/key_exclamation.png', 0, 0x00000000000000000000000000000000, 0xa34d4e3ac530c904646773a1fc831105),
(0xb6206d5741eed2d9c7f278d8a94767db, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f1.png', 0, 0x00000000000000000000000000000000, 0x7f392a5685bb3dd1cdd00ab16f694b57),
(0xc049674a464d25a087b19893a9470da3, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f10.png', 0, 0x00000000000000000000000000000000, 0x2421166185c1aeaffc0bd10ba844845a),
(0xaad7bee3c47828570c9d65f1e60612b5, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f11.png', 0, 0x00000000000000000000000000000000, 0x90579464de443d27d59dd71ad619ddae),
(0xa132719244390feae0f94fe26f513cdb, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f12.png', 0, 0x00000000000000000000000000000000, 0xc82a30f491efd38378345353fc111c03),
(0xaa74a9fdfc65403552df014fbb47828b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f13.png', 0, 0x00000000000000000000000000000000, 0x2a26410e97ebc3e4d877bbee15142165),
(0x997d65b6ccd6708c8a1e760a30a3f978, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f14.png', 0, 0x00000000000000000000000000000000, 0x3273b79d3b9978463eca5c286497f4b5),
(0x57b993403e3299f426723714dcee6f25, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f15.png', 0, 0x00000000000000000000000000000000, 0x812188aa33b430c2baa39055732a890f),
(0x8e409316db3d9e566c32db90da97fd22, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f2.png', 0, 0x00000000000000000000000000000000, 0x515591db7edb85846a4b89850962c141),
(0xa25996ee3441606b70b2e21632ff56f6, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f3.png', 0, 0x00000000000000000000000000000000, 0x81b4adb0bac0308f121d5cc69e9905f1),
(0x92708ed39cd96d6a8c28ed212fd4700b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f4.png', 0, 0x00000000000000000000000000000000, 0xbd9a6e420c805ac43e311fe9575a7e6f),
(0xaa69d0c205ce83fdb37e51462ac6be4c, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f5.png', 0, 0x00000000000000000000000000000000, 0x60e3015d5733c308ac36d21a7cb8b613),
(0xed8a665e2ddfd029499e87355b1916c0, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f6.png', 0, 0x00000000000000000000000000000000, 0xb72ad67d176ceaa9cb58293a98192ea3),
(0xffd6247c35a4b2b669544793846a17ff, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f7.png', 0, 0x00000000000000000000000000000000, 0x7ae01df0cf84ab32f05a471e09212792),
(0x94f5ab7ada667204fe2388609e7b0a37, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f8.png', 0, 0x00000000000000000000000000000000, 0x598fd31569826635363004b4312b01b1),
(0x5787d985accb82ff78e5f51f3efd6e99, 'wp-content/plugins/ultimatum-library/images/icons/24/key_f9.png', 0, 0x00000000000000000000000000000000, 0x3268763503aec4b1e390ce7a5b2f1ddd),
(0x15100253530b138a4f4971e978f72f14, 'wp-content/plugins/ultimatum-library/images/icons/24/key_fast_forward.png', 0, 0x00000000000000000000000000000000, 0xbd5a74af6ec14a0cfcc9288dc3e3c543),
(0x1a02f631ad6ed5034868fabc8bef6a90, 'wp-content/plugins/ultimatum-library/images/icons/24/key_fw_slash.png', 0, 0x00000000000000000000000000000000, 0x1138f3864cf6e32e509a832590125486),
(0xa5167c0decd2274102f69c193e545bf2, 'wp-content/plugins/ultimatum-library/images/icons/24/key_hash.png', 0, 0x00000000000000000000000000000000, 0xffac87a4e596a1f4199876b82d929269),
(0x577d4bc2e29b3d0a6ab6181d32e8644b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_heart.png', 0, 0x00000000000000000000000000000000, 0xe9ea73432963b5271b8226f77f2e3c89),
(0x4dd4edb05bed043188db36bfadc05a84, 'wp-content/plugins/ultimatum-library/images/icons/24/key_left.png', 0, 0x00000000000000000000000000000000, 0x89ea76b2266fb635d1a50fbf681d899c),
(0xa1bc14cb39f54568e78b63543a50d138, 'wp-content/plugins/ultimatum-library/images/icons/24/key_minus.png', 0, 0x00000000000000000000000000000000, 0xcf0a2959a1ca0345a5a7c84082054499),
(0x61e66ac1ae2ede6503d560a2722f2fd9, 'wp-content/plugins/ultimatum-library/images/icons/24/key_note.png', 0, 0x00000000000000000000000000000000, 0xa34078c4cd1bc9baa4dd9567dbe26b17),
(0x6b8691ebfaa0b20260838aa1e7a41d15, 'wp-content/plugins/ultimatum-library/images/icons/24/key_note_double.png', 0, 0x00000000000000000000000000000000, 0x06fb27922d6bc34a80a523f5ac1b6668),
(0x99901dcfcd81c786aff950a05cd4bcca, 'wp-content/plugins/ultimatum-library/images/icons/24/key_paragraph.png', 0, 0x00000000000000000000000000000000, 0x0cd72b45612de73a9d70387a986bc50a),
(0xed91ec134790dcd7ba45dbd0b6ed31eb, 'wp-content/plugins/ultimatum-library/images/icons/24/key_percent.png', 0, 0x00000000000000000000000000000000, 0x8fc1022c9bfc67fb00ca8a1d9862c6d5),
(0xf8058dc4082735586a5a97e9f501d482, 'wp-content/plugins/ultimatum-library/images/icons/24/key_period.png', 0, 0x00000000000000000000000000000000, 0x7834999163e3b9e95125e4035c25fb1b),
(0xb934c0ab3f0593df511a5dd662020e84, 'wp-content/plugins/ultimatum-library/images/icons/24/key_play_pause.png', 0, 0x00000000000000000000000000000000, 0x884fc469ac9632b3db8f060638c1a67c),
(0xb487d2c3397907a134985e21218655d6, 'wp-content/plugins/ultimatum-library/images/icons/24/key_plus.png', 0, 0x00000000000000000000000000000000, 0x228b74f945e8980a24da1dbe175867d7),
(0xf72b84c8350593a1cd298863670e94b8, 'wp-content/plugins/ultimatum-library/images/icons/24/key_question.png', 0, 0x00000000000000000000000000000000, 0x9fc7b6288cb5502483d39a0498860d69),
(0x810a69d44dffb6a7522eb61a3cb3c830, 'wp-content/plugins/ultimatum-library/images/icons/24/key_record.png', 0, 0x00000000000000000000000000000000, 0xd825816760bd5c7e1ecd7cd2e87ff180),
(0x6d9d2f46322898a365fff902a8debab0, 'wp-content/plugins/ultimatum-library/images/icons/24/key_return.png', 0, 0x00000000000000000000000000000000, 0x775830d9508dab0de7a87bbd35e1d314),
(0xdc0779de0aca95a2747a459bdfe21afb, 'wp-content/plugins/ultimatum-library/images/icons/24/key_rewind.png', 0, 0x00000000000000000000000000000000, 0xd8e89152bca9bb91a504695e8742c775),
(0x5b8333d23a08780dfffe097690920eed, 'wp-content/plugins/ultimatum-library/images/icons/24/key_right.png', 0, 0x00000000000000000000000000000000, 0x88f0bb089273c479646665de35cfe1de),
(0xfbbad5cc6fa4f91e9cbacbb7165e8679, 'wp-content/plugins/ultimatum-library/images/icons/24/key_semicolon.png', 0, 0x00000000000000000000000000000000, 0x8076c65ee48354de14ecc7e763b50bbb),
(0x2ae296107e2b41553d58f30bc2d3165b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_shift.png', 0, 0x00000000000000000000000000000000, 0xd98ae8791025ea6948944a882f5b9092),
(0xe8e3ec2000fc44be393d52b61bfd170b, 'wp-content/plugins/ultimatum-library/images/icons/24/key_slash.png', 0, 0x00000000000000000000000000000000, 0xacf47b08904698e2d8bdea211bd22aa0),
(0xb156327564c3b11943a3e5b8bc078801, 'wp-content/plugins/ultimatum-library/images/icons/24/key_square_bracket.png', 0, 0x00000000000000000000000000000000, 0xbc06eb461c53ee9644fcc2159bcf610d),
(0xd0985a9bfd6b82f1bfa5f73daf8b7d34, 'wp-content/plugins/ultimatum-library/images/icons/24/key_square_bracket_close.png', 0, 0x00000000000000000000000000000000, 0xa6f613f1f384fb80b1f8b8272c3c3933),
(0x999a13b582a4c6654f6ad7d54f8a2b4c, 'wp-content/plugins/ultimatum-library/images/icons/24/key_star.png', 0, 0x00000000000000000000000000000000, 0xacf7c53bf8335815cbbee420df2d0344),
(0x1608f5df667616d6c45db64dbc55d259, 'wp-content/plugins/ultimatum-library/images/icons/24/key_stop.png', 0, 0x00000000000000000000000000000000, 0x551740487da37c1b11d8e68df7cf9cf5),
(0xb11c529c3629fc51b0574ebe0784687f, 'wp-content/plugins/ultimatum-library/images/icons/24/key_tag.png', 0, 0x00000000000000000000000000000000, 0x7ef91d2c9f687f9e3f0d7b547b68496d),
(0xf13af9f032971e27f446baa9101a4bde, 'wp-content/plugins/ultimatum-library/images/icons/24/key_tag_close.png', 0, 0x00000000000000000000000000000000, 0x87607cd188d052a50b6b7231eac9f24a),
(0xab507b5b024c8f7671a619e689fd6230, 'wp-content/plugins/ultimatum-library/images/icons/24/key_to_infinity_and_beyond.png', 0, 0x00000000000000000000000000000000, 0x1096c4ccf76106e11ef19f82cf2a51f6),
(0xe3e877f7564c65ffb560f06a471cb2f3, 'wp-content/plugins/ultimatum-library/images/icons/24/key_underscore.png', 0, 0x00000000000000000000000000000000, 0x0cb958019daef68fa85968be47143aa5),
(0xa6b809f42d618434744ef41b6cc13db8, 'wp-content/plugins/ultimatum-library/images/icons/24/key_up.png', 0, 0x00000000000000000000000000000000, 0xa34a68285aafa1dcad9697b0f3925fec),
(0x6fb289c9b592e2af4b3b799581f56b1a, 'wp-content/plugins/ultimatum-library/images/icons/24/knife.png', 0, 0x00000000000000000000000000000000, 0x7fd987b967c5c1847249af621c46f568),
(0x68f9a8aecabaf7b52db3a4d3c8645f9e, 'wp-content/plugins/ultimatum-library/images/icons/24/knife_bloody.png', 0, 0x00000000000000000000000000000000, 0x216ff77c552d33539cdd48e98854b840),
(0x7573aac728ce2ae8a0fe5e76dcae4c20, 'wp-content/plugins/ultimatum-library/images/icons/24/last-fm.png', 0, 0x00000000000000000000000000000000, 0x2fc1e58e80ec12a7ff7bcba08b59c821),
(0x84a12986508f29e5d7cb31b436bb33e3, 'wp-content/plugins/ultimatum-library/images/icons/24/lock_closed.png', 0, 0x00000000000000000000000000000000, 0x94edb0e7d613cbe9b34e438fc7fb5b6d),
(0xe4a6585b65edb43a235d17fe9459dcc2, 'wp-content/plugins/ultimatum-library/images/icons/24/lock_open.png', 0, 0x00000000000000000000000000000000, 0x6c919cdb977cf1a3cdbfa3f5d4b597d3),
(0x7b4693c582fb9d6b35d9881db480ae51, 'wp-content/plugins/ultimatum-library/images/icons/24/magic_mouse.png', 0, 0x00000000000000000000000000000000, 0xbf13c508e17f46f8ad97b095c8673989),
(0x80ae1265502b2d61cabc01d8e7bb401a, 'wp-content/plugins/ultimatum-library/images/icons/24/magic_wand.png', 0, 0x00000000000000000000000000000000, 0x9f45e8d092cfc6031d926205fc8dfb91),
(0x302212bafde2f530216daaaec485ab83, 'wp-content/plugins/ultimatum-library/images/icons/24/mail_add.png', 0, 0x00000000000000000000000000000000, 0xa226d82fb832cbdc1f33b99166a04436),
(0xeffdcc343ebe8bc33167b739926215f5, 'wp-content/plugins/ultimatum-library/images/icons/24/mail_alert.png', 0, 0x00000000000000000000000000000000, 0xd8244518af62a9362629219c0cba9d81),
(0x1b4a25e32c3d299344b565494810a0c3, 'wp-content/plugins/ultimatum-library/images/icons/24/mail_check.png', 0, 0x00000000000000000000000000000000, 0x521a277b20e85acd9019f65e3174dfc7),
(0xf9da5290f37179e1ee12c2df6feb64a8, 'wp-content/plugins/ultimatum-library/images/icons/24/mail_delete.png', 0, 0x00000000000000000000000000000000, 0xbe4b59d8b8472a110c3e1aea9de685e5),
(0x47c9c70b7fc811d1bbb605e7a24b48cd, 'wp-content/plugins/ultimatum-library/images/icons/24/mail_download.png', 0, 0x00000000000000000000000000000000, 0xdbdc9b7f2dc9de390fd4b1697d09550a),
(0x39cd87e2a1827eda88fb8a2b6a68f6f1, 'wp-content/plugins/ultimatum-library/images/icons/24/mail_forward.png', 0, 0x00000000000000000000000000000000, 0xeb92a976db0f477361bb01f54cb50262);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x124093a9bb706f10f9de13593284be46, 'wp-content/plugins/ultimatum-library/images/icons/24/mail_plain.png', 0, 0x00000000000000000000000000000000, 0xc846c8b3c7cc817bfe15d019fee3ce91),
(0x1046feda7cbac08db6a26260847b8b65, 'wp-content/plugins/ultimatum-library/images/icons/24/mail_reply.png', 0, 0x00000000000000000000000000000000, 0x060fd672132fec62a53fe7f703c13e02),
(0xd45acde3d7b86c62773fe0c5beb8f39b, 'wp-content/plugins/ultimatum-library/images/icons/24/mighty_mouse.png', 0, 0x00000000000000000000000000000000, 0xf9d5733d87fe852554f795eaab8be60f),
(0xb77e267c35b48e9c25de7229bbdbb053, 'wp-content/plugins/ultimatum-library/images/icons/24/moleskine_black.png', 0, 0x00000000000000000000000000000000, 0xe8af578c7112c34109f26a4dbc66520c),
(0xadbdb561e4bf14d396d5d679dc497edd, 'wp-content/plugins/ultimatum-library/images/icons/24/moleskine_red.png', 0, 0x00000000000000000000000000000000, 0x929fc7bc1078687e7e516a2677d77b6c),
(0xf5f0c87b2ff3797822564987d2499d2b, 'wp-content/plugins/ultimatum-library/images/icons/24/money_1.png', 0, 0x00000000000000000000000000000000, 0x4a47bfc1a4d65cb329fd8dc9e8c292ca),
(0xcdc1ebbc1710d6fdaa4e9ababa5043b1, 'wp-content/plugins/ultimatum-library/images/icons/24/money_10.png', 0, 0x00000000000000000000000000000000, 0x80df1b74a913e969a3584b3c72b5ef77),
(0x9057146000a8634810a6346e8cf4eed9, 'wp-content/plugins/ultimatum-library/images/icons/24/money_100.png', 0, 0x00000000000000000000000000000000, 0x6b29a109363d24a7ab1caed679864fdd),
(0x0e3c98316ab9a070d547135380b0bab2, 'wp-content/plugins/ultimatum-library/images/icons/24/money_100_coins.png', 0, 0x00000000000000000000000000000000, 0xcaede5a5fd7fc3c691ea98f30349464d),
(0xfd67366cffef9f51f2da425e456375ee, 'wp-content/plugins/ultimatum-library/images/icons/24/money_10_coins.png', 0, 0x00000000000000000000000000000000, 0x8d0e0e7b5375cb8b5054e8b106f1eb70),
(0xa89cfe7ce9c3d1543611cddbf2ec2391, 'wp-content/plugins/ultimatum-library/images/icons/24/money_1_coins.png', 0, 0x00000000000000000000000000000000, 0xc8d6f24522479ec957318d0ec24e7cd8),
(0xfca80e5494f95f562aec2aa663cd88f1, 'wp-content/plugins/ultimatum-library/images/icons/24/money_20.png', 0, 0x00000000000000000000000000000000, 0xf520c3b3b6f1318b9b51b05dc180418b),
(0x978f921ef0236342f8a208366f30d74a, 'wp-content/plugins/ultimatum-library/images/icons/24/money_20_coins.png', 0, 0x00000000000000000000000000000000, 0x981e6fbd10f9252b1a02e0ffbf4b7c8b),
(0x2a0b59ae69a507987f8c4c9d7c69ccd2, 'wp-content/plugins/ultimatum-library/images/icons/24/money_5.png', 0, 0x00000000000000000000000000000000, 0x0013f7d76caaf58ee4a91652614d9a9b),
(0x7d581c6ccd5f6d4d57937bb598c05210, 'wp-content/plugins/ultimatum-library/images/icons/24/money_50.png', 0, 0x00000000000000000000000000000000, 0x954c824e7df52920d4cf563303006f14),
(0xe8af99ad2e72859e12ffde582a79ce12, 'wp-content/plugins/ultimatum-library/images/icons/24/money_50_coins.png', 0, 0x00000000000000000000000000000000, 0xa8c68596421347d2b81791da1ca4bca8),
(0x3a691fd01a78f95d2d096bba7088090f, 'wp-content/plugins/ultimatum-library/images/icons/24/money_5_coins.png', 0, 0x00000000000000000000000000000000, 0x1bbb1be541d699d1e35c460fc1174653),
(0x02a8048948d2d3cd3b74244442e27647, 'wp-content/plugins/ultimatum-library/images/icons/24/monitor.png', 0, 0x00000000000000000000000000000000, 0xfad4a2c2aa41ef4727a13127877a00e7),
(0x3d175c128acd3c99e8afccb6ab0517c6, 'wp-content/plugins/ultimatum-library/images/icons/24/opera.png', 0, 0x00000000000000000000000000000000, 0x93245cb8b8227808a5e7ff042e428c93),
(0x2d0c548b08b828c7f7f536330c24adfd, 'wp-content/plugins/ultimatum-library/images/icons/24/pen.png', 0, 0x00000000000000000000000000000000, 0xb66c05bb8909da81e0bc49f18889f5ca),
(0x5dd6e5bf8cbe02275b4b2ee6858edc41, 'wp-content/plugins/ultimatum-library/images/icons/24/pencil.png', 0, 0x00000000000000000000000000000000, 0x77bd4c517b40e4b0fca4ec8b5f12198a),
(0xd26316c512d4485e1f7f1495f21db53c, 'wp-content/plugins/ultimatum-library/images/icons/24/podcast.png', 0, 0x00000000000000000000000000000000, 0xebbb2b2c5a3af34afe32d1ddaec8ee0d),
(0xfddfc72420253d7835524732230693bf, 'wp-content/plugins/ultimatum-library/images/icons/24/preferences.png', 0, 0x00000000000000000000000000000000, 0x631eb6df5d6deb470990942177eb70cc),
(0xd18199afcc4952a5a5151796d05b1f06, 'wp-content/plugins/ultimatum-library/images/icons/24/presentation.png', 0, 0x00000000000000000000000000000000, 0x2b90c283e434c5bb32644a5c67a03cd9),
(0x6444729e7613287248f47c57dbc28dbe, 'wp-content/plugins/ultimatum-library/images/icons/24/printer.png', 0, 0x00000000000000000000000000000000, 0x80ab14104913130d1dd40b724d743132),
(0x108861227baa3f21c5f391671b464251, 'wp-content/plugins/ultimatum-library/images/icons/24/rss.png', 0, 0x00000000000000000000000000000000, 0x6cc0cb1ac0d04929e82b8bc384eca86e),
(0x9e17746020a39b1ad47a8818b14176c2, 'wp-content/plugins/ultimatum-library/images/icons/24/rss_alternative.png', 0, 0x00000000000000000000000000000000, 0xec4c8b84265d1dbf3c038fd084b013a9),
(0x5e46cefbadb0204472455dc64e5f33eb, 'wp-content/plugins/ultimatum-library/images/icons/24/rss_circle.png', 0, 0x00000000000000000000000000000000, 0x754e717ca17d6d36ad6b3fd18313b75c),
(0x2e4e096dbb8e05585d8fcea865dc30df, 'wp-content/plugins/ultimatum-library/images/icons/24/rss_circle_comments.png', 0, 0x00000000000000000000000000000000, 0x1a1c409ccb2bcfdbdc4e687127e878b0),
(0xf4832529f8c3ffd65b0f964ae2af7aa4, 'wp-content/plugins/ultimatum-library/images/icons/24/rss_comments.png', 0, 0x00000000000000000000000000000000, 0xb7d9d218b247a03e6a14fbdb82e414cd),
(0x7563647af452782ff079b85c8f775d39, 'wp-content/plugins/ultimatum-library/images/icons/24/rss_square.png', 0, 0x00000000000000000000000000000000, 0xf0b69d5a855ae3b897c820b9b88117a7),
(0xadff8a4c76e7743a5cff212bd59a8846, 'wp-content/plugins/ultimatum-library/images/icons/24/rss_square_comments.png', 0, 0x00000000000000000000000000000000, 0x9f6b7e8d1fed0cbd2949dede592db3c6),
(0xaf3a6a6f40aa1e5a89ed1b8e36f76511, 'wp-content/plugins/ultimatum-library/images/icons/24/safari.png', 0, 0x00000000000000000000000000000000, 0xce965b9ab3dc6336459de2e4c4c3e045),
(0x0dbbd7e1611d93188875ffc1c937283a, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_addicted-to-coffee.png', 0, 0x00000000000000000000000000000000, 0x1fa71f0cb8a3be0bdb0e930e8509f243),
(0xbfe84016fdb415f8bd10f8796fa00171, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_addicted-to-coffee_glossy.png', 0, 0x00000000000000000000000000000000, 0x2d3021d48f6b8c9e6572c763e7be5743),
(0x668b2212cafcab355f83601149846ee4, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_aqua.png', 0, 0x00000000000000000000000000000000, 0xb5b0a5bf23899e3a0c8f91c2b2c0571f),
(0x0bd668b08526d8cec0ab145bcd5fa3cb, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_aqua_glossy.png', 0, 0x00000000000000000000000000000000, 0x255f43c9f797e20c2348236b22687c17),
(0x0f54ea6f91089d3622174828d8d01f69, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_aurora_leopard.png', 0, 0x00000000000000000000000000000000, 0x4a1a82b4b6aff54e00cb6d30a3db240b),
(0x39a3a151b02c0f2554f21d361f6a4d31, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_aurora_leopard_glossy.png', 0, 0x00000000000000000000000000000000, 0xb87b722d4726fc085c3c7e7dfc618ef4),
(0x2c83bb2e3c442d34e8f97c56e8ef2fce, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_aurora_snowleopard.png', 0, 0x00000000000000000000000000000000, 0x2528a0a5dcfd08eb36e226aa77ef64cb),
(0xcf8d0537ac49c705e88060afed673f86, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_aurora_snowleopard_glossy.png', 0, 0x00000000000000000000000000000000, 0xcfd6cf504fd698257d274f16cc00b45e),
(0x8e2ffcbabc4adfe3393900b237f54b91, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_blaze-of-light.png', 0, 0x00000000000000000000000000000000, 0xa158f1c7fa571b35c5d5fbfc8efe20e1),
(0x19ffd81af13d491fb4814988b4a1f744, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_blaze-of-light_glossy.png', 0, 0x00000000000000000000000000000000, 0x475a82f0040ad9e887201617b281b876),
(0x0c8bca0aeebebd2eadaeac93b73af6a8, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_lensflare.png', 0, 0x00000000000000000000000000000000, 0x9dec09ade9f75de9339ba12ac6c1acbc),
(0x7d168bacccf1cf618bcdac13c36f804d, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_lensflare_glossy.png', 0, 0x00000000000000000000000000000000, 0xcc478d56de349818ae010d7f37f63ae0),
(0xfac0cc271a45dd7f3b57fc790bf267fd, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_rulers.png', 0, 0x00000000000000000000000000000000, 0x0e9d05567116f9e2ac08e99d6aaf89df),
(0x68c2d0b11842e45de0070303690da6c9, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_rulers_glossy.png', 0, 0x00000000000000000000000000000000, 0xfe5e7413e71b3385d1a53f6ee3bf8c23),
(0x7f175bb7307e289d5ab90674fae25a05, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_sleep.png', 0, 0x00000000000000000000000000000000, 0xd577779bd2fd77f1c52abd08ec35392b),
(0x6e5eead74ab9c16c5a1982d35e698aba, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_sleep_glossy.png', 0, 0x00000000000000000000000000000000, 0x6fd9f4d8f6c0faec58741b8657523ac6),
(0xde9417306fc452aad7e6521c62da5f5d, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_tron-legacy.png', 0, 0x00000000000000000000000000000000, 0xc4a258d1ae2724993e325c774e0b542d),
(0xb08c57f8c21303cb5bc5ead1aa0bff5a, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_tron-legacy_glossy.png', 0, 0x00000000000000000000000000000000, 0x5eba45203f463f5cbaa0f0edf7b32794),
(0x78ae4e4ee962a364f577bccf63b0dfdb, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_twitter.png', 0, 0x00000000000000000000000000000000, 0x2f427b8e41c263d5f78234e761849e53),
(0x8960b2ef88bf5ff05001ebecd683ca22, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_twitter_glossy.png', 0, 0x00000000000000000000000000000000, 0x8dccde5cf116864d2884de1f10d0bcc6),
(0xa8a405283ebec80c90bbc16985fc166c, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_windows.png', 0, 0x00000000000000000000000000000000, 0xeea40f51ee283936b08ea82650abc6b1),
(0x3114310480791105558b71e626b2df04, 'wp-content/plugins/ultimatum-library/images/icons/24/screen_windows_glossy.png', 0, 0x00000000000000000000000000000000, 0x192e1db9387107a1c3cc0aa63cc6eaa5),
(0x246ee584d16589299551d24b80580de3, 'wp-content/plugins/ultimatum-library/images/icons/24/search.png', 0, 0x00000000000000000000000000000000, 0x9f609aacb6907255497cd8b03fd79cda),
(0x23a3c897184b447c515d641fcdd3588c, 'wp-content/plugins/ultimatum-library/images/icons/24/security.png', 0, 0x00000000000000000000000000000000, 0x3ce24d87f7740c64e5e0f74ef4b6a59e),
(0xc1fcc0a3b4915b03943b0d062df67997, 'wp-content/plugins/ultimatum-library/images/icons/24/shopping_basket.png', 0, 0x00000000000000000000000000000000, 0xb722a2f5cf782c17ac832ec087c76510),
(0xa697f52bfa438e418cf0f2af8f8cf689, 'wp-content/plugins/ultimatum-library/images/icons/24/show_reel.png', 0, 0x00000000000000000000000000000000, 0x5846c364edc598c778d38cc3f26b8654),
(0xa56b8d710b1017a4ee2f486fa2289aab, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_available.png', 0, 0x00000000000000000000000000000000, 0x946882d85aa5e4fba0e9943349c47658),
(0x598b3c1cad2238000a939f5df07aed34, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_available_red.png', 0, 0x00000000000000000000000000000000, 0xb40c6ac20b8cd566eae6e09d847a80fa),
(0x1b7fe231bfda4f75abbb91f929b51c5b, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_busy.png', 0, 0x00000000000000000000000000000000, 0xca8ba53fdb0d4983055b753fc8218b42),
(0xb05219a4f5403dcb61c799cba45f67e3, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_busy_red.png', 0, 0x00000000000000000000000000000000, 0x8ab60721bb582e12fc5bc8e70d7dd747),
(0xee1f011dd2100c895bdf067b5aef5e60, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_free.png', 0, 0x00000000000000000000000000000000, 0x6ca7f2601d4ece4a8761ed9a8040069d),
(0xc39ed8a4c0e27c4db2234c84f90e52bf, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_free_red.png', 0, 0x00000000000000000000000000000000, 0xd48eb1044029ed278ffad45f13ceca5d),
(0xff622b168930247d2872da7490db5c98, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_hire_me.png', 0, 0x00000000000000000000000000000000, 0xd6a3b2c4503dc7161fb3fb6e90e4247f),
(0x31ded55791ece8b6fb98e658e397a99a, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_hire_me_red.png', 0, 0x00000000000000000000000000000000, 0xf0c3e6247926a6bba7589adabee98127),
(0x327ab965a8325a7be7a27d91f4ec50f2, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_we-are-hiring.png', 0, 0x00000000000000000000000000000000, 0x64b8afde490dbd12e806ab00b21be3b6),
(0x6f776676ceb5f9b859e3cf8a3aeed0c5, 'wp-content/plugins/ultimatum-library/images/icons/24/sign_we-are-hiring_red.png', 0, 0x00000000000000000000000000000000, 0x0a6d28b76324f0234e4eb4f158ce99d5),
(0x609dad6dd09d39f7a1593fc908c19813, 'wp-content/plugins/ultimatum-library/images/icons/24/smashing-mag.png', 0, 0x00000000000000000000000000000000, 0x29b953c72743dfdc76a206ab401a95f3),
(0x763f91be42f394872a926e38814e214d, 'wp-content/plugins/ultimatum-library/images/icons/24/social_aim.png', 0, 0x00000000000000000000000000000000, 0x17e7c5886cae93e65d11f3c8683084f6),
(0x1dce46ccbf72c9fd0ae6c8e102fbd51a, 'wp-content/plugins/ultimatum-library/images/icons/24/social_amazon.png', 0, 0x00000000000000000000000000000000, 0xc322ecff78ab0a575679deafbefe992b),
(0x4daa215405e60429c90e02c9537c9554, 'wp-content/plugins/ultimatum-library/images/icons/24/social_apple.png', 0, 0x00000000000000000000000000000000, 0x37dea17675692f44559915d8254522bd),
(0xa1814e124f931798c316e8d1d22103ba, 'wp-content/plugins/ultimatum-library/images/icons/24/social_appstore.png', 0, 0x00000000000000000000000000000000, 0x65ec7b59310dd08b305a85e271435a40),
(0xa75bac72bddf9e418640b7ea062f0266, 'wp-content/plugins/ultimatum-library/images/icons/24/social_behance.png', 0, 0x00000000000000000000000000000000, 0x3e9d13fb88a45c0463aab48cf6c23315),
(0x9f0644eba0144dd8cace6b72c29a1498, 'wp-content/plugins/ultimatum-library/images/icons/24/social_blogger.png', 0, 0x00000000000000000000000000000000, 0x220f54ea88a0c5832ac47346486a2bc5),
(0xbf817fc4ff81c17a6c4cccd0d04e4c12, 'wp-content/plugins/ultimatum-library/images/icons/24/social_brightkite.png', 0, 0x00000000000000000000000000000000, 0xccc2914c38502620d18bfe3c9e8532f3),
(0x7da4b6e68bf30f22e87c0223c4a60536, 'wp-content/plugins/ultimatum-library/images/icons/24/social_brightkite_flag.png', 0, 0x00000000000000000000000000000000, 0xeb97ae0ad50c847e2d56126658025e0c),
(0xee7f40c8525ef0981b4bab87454ef63c, 'wp-content/plugins/ultimatum-library/images/icons/24/social_delicious.png', 0, 0x00000000000000000000000000000000, 0x76b6d36a7bee5a712f54dcfe21a4b65a),
(0xabb0de127b22191647f69569e9cba7d8, 'wp-content/plugins/ultimatum-library/images/icons/24/social_designfloat.png', 0, 0x00000000000000000000000000000000, 0x857d5bea4ef12045884f37d4a0ead3cc),
(0x2453ae39ba39800de43ae0a2dd55843d, 'wp-content/plugins/ultimatum-library/images/icons/24/social_designmoo.png', 0, 0x00000000000000000000000000000000, 0x4c1c3f9a8163febbfef0619a90c38eda),
(0xf8ccf1593b4781bde3a02d677e78f2cb, 'wp-content/plugins/ultimatum-library/images/icons/24/social_deviantart.png', 0, 0x00000000000000000000000000000000, 0x77e549e13ec71c72aa4cac427e5a1b21),
(0xdcb4743e8a0a3ecae9af3ebc2297ee9d, 'wp-content/plugins/ultimatum-library/images/icons/24/social_digg.png', 0, 0x00000000000000000000000000000000, 0xceae601b6f91a6d9afd349f503e554e1),
(0x8d0a39d78fba3d52a277a579cb7aa76b, 'wp-content/plugins/ultimatum-library/images/icons/24/social_digg_guy.png', 0, 0x00000000000000000000000000000000, 0xcb2a7132339927a68f65a366e764573e),
(0x36ce47c357116800a20b6a4edad40884, 'wp-content/plugins/ultimatum-library/images/icons/24/social_dopplr.png', 0, 0x00000000000000000000000000000000, 0xa7f7d7fbf6cb6cde5d3285abdf2f49fd),
(0x54e7b722f4d8ca31a4ae2dad662d1514, 'wp-content/plugins/ultimatum-library/images/icons/24/social_dribbble.png', 0, 0x00000000000000000000000000000000, 0xe79560b17ca8fcabc431093f3a636928),
(0xc7b8136425cd684046d8e96274a7a14b, 'wp-content/plugins/ultimatum-library/images/icons/24/social_ebay.png', 0, 0x00000000000000000000000000000000, 0x41220425700f85f68ed1eee7b0645db0),
(0x6caea088d1e7a6d5bd9a9ed6640e141a, 'wp-content/plugins/ultimatum-library/images/icons/24/social_ebay_colored.png', 0, 0x00000000000000000000000000000000, 0xb65c302063f2fb0124790eeccafbfaa8),
(0x3cd452389a62d53c66b6c7efd59a92d6, 'wp-content/plugins/ultimatum-library/images/icons/24/social_evernote.png', 0, 0x00000000000000000000000000000000, 0x3f35d9cd9c8fc9ada541c1ab4e8b20f0),
(0x85164e3ee70d2f8f59155d38b26698ae, 'wp-content/plugins/ultimatum-library/images/icons/24/social_facebook.png', 0, 0x00000000000000000000000000000000, 0xf91e470238f5e6a8a8a5c5b79c1283b2),
(0x05fd76a35814c5bbbea7d8ed8b451ffb, 'wp-content/plugins/ultimatum-library/images/icons/24/social_flickr.png', 0, 0x00000000000000000000000000000000, 0xb55c0335e834022e8f9be8b038e9df98),
(0x48c6d529866bfc25b084961062c4c456, 'wp-content/plugins/ultimatum-library/images/icons/24/social_foursquare.png', 0, 0x00000000000000000000000000000000, 0x117de39219cb1e2564789f484ae9f6d2),
(0xcba28636eed50537c3bcae39d425cc5c, 'wp-content/plugins/ultimatum-library/images/icons/24/social_friendfeed.png', 0, 0x00000000000000000000000000000000, 0x4cd84a474791f69e33b2748a1ea487a6),
(0x589b1319a15a0f014210134dc2a4a2b1, 'wp-content/plugins/ultimatum-library/images/icons/24/social_google.png', 0, 0x00000000000000000000000000000000, 0x9f6dfaf4b8fdde435f0259f135a2c0e6),
(0x9f4ecf989f6a79d897fe06b719a74bf6, 'wp-content/plugins/ultimatum-library/images/icons/24/social_google_buzz.png', 0, 0x00000000000000000000000000000000, 0xc3ea359d426f2e6945c20f554901b6e7),
(0x7ba3a8570b007e2ee1b15eb3522c364a, 'wp-content/plugins/ultimatum-library/images/icons/24/social_google_talk.png', 0, 0x00000000000000000000000000000000, 0xfd936e3766dc0a033043e5b72b8dcaee),
(0x1f2f3b16508a45c3d9b3ad2b8fccfc9b, 'wp-content/plugins/ultimatum-library/images/icons/24/social_gowalla.png', 0, 0x00000000000000000000000000000000, 0xc90af940c7749bd0f45dd88f18bd3c61),
(0x21dfa1106ffcc4c7d2cf48a84450c186, 'wp-content/plugins/ultimatum-library/images/icons/24/social_last_fm.png', 0, 0x00000000000000000000000000000000, 0xe3328d9840b1a8c7c03a14e4874638fa),
(0x7fd8fff2c791b41a06007f61db0f8a51, 'wp-content/plugins/ultimatum-library/images/icons/24/social_linked_in.png', 0, 0x00000000000000000000000000000000, 0x8849269a3b21fe40567e05fbadeaa478),
(0xfae2d042ab7b95e80ee01aa08d77b5ae, 'wp-content/plugins/ultimatum-library/images/icons/24/social_meinvz.png', 0, 0x00000000000000000000000000000000, 0x7bb5b51ace29e579c2d01953e0643a59),
(0x54c525f2a1bb6fdba98a55840a98038a, 'wp-content/plugins/ultimatum-library/images/icons/24/social_mixxt.png', 0, 0x00000000000000000000000000000000, 0xbfff4e1eacbfdf618d36b81471783c3d),
(0x6a1f982ee9e830441efce20b59bb83dd, 'wp-content/plugins/ultimatum-library/images/icons/24/social_mobileme.png', 0, 0x00000000000000000000000000000000, 0xa82d62692830e009fb9e8ebbb95969d9),
(0x2099140fd0dbf7e97ec8ba4d4da7fbac, 'wp-content/plugins/ultimatum-library/images/icons/24/social_mynameisE.png', 0, 0x00000000000000000000000000000000, 0x4826d0c7d2663ce3c131a682ff08ddcf),
(0x8869d25c728581d45f8d62d01c79ac39, 'wp-content/plugins/ultimatum-library/images/icons/24/social_myspace.png', 0, 0x00000000000000000000000000000000, 0x2f68fead8c5a77c9f4f736952968fe95),
(0xcc05e98a9af03f8ae95690ae8289dac2, 'wp-content/plugins/ultimatum-library/images/icons/24/social_netvibes.png', 0, 0x00000000000000000000000000000000, 0x54bbcd4fa4d5c13b0012fe21822ffa81),
(0x5557c0585a93d2e0040f60bbfb6d5c50, 'wp-content/plugins/ultimatum-library/images/icons/24/social_ning.png', 0, 0x00000000000000000000000000000000, 0x4c9c6dcb02a26805c89eb4c9ac0abc4b),
(0xa0516266b4275a6365d0bf5485db309e, 'wp-content/plugins/ultimatum-library/images/icons/24/social_paypal.png', 0, 0x00000000000000000000000000000000, 0xd84cbe2a84f8650c34185d1c85fcf2f1),
(0x9f69c38535c90654b210c138fab82cf6, 'wp-content/plugins/ultimatum-library/images/icons/24/social_posterous.png', 0, 0x00000000000000000000000000000000, 0x742ddbb6df5b7edb9e6ff44387919490),
(0x57176eb5b4fc9f1008c26fd6bb6f464f, 'wp-content/plugins/ultimatum-library/images/icons/24/social_qik.png', 0, 0x00000000000000000000000000000000, 0x2e98f087034e1bb9f90379ac778d1185),
(0xea8c9ce68466adfb81ee9913883fddba, 'wp-content/plugins/ultimatum-library/images/icons/24/social_reddit.png', 0, 0x00000000000000000000000000000000, 0x7d86b220b14bb09f5bd7493e75907cf9),
(0x5145fcc90004c55cc4784f8e55017d44, 'wp-content/plugins/ultimatum-library/images/icons/24/social_schuelervz.png', 0, 0x00000000000000000000000000000000, 0x05b8d0349fe87f680b4132076c334afe),
(0xf876d4394e067e1f03115cd7862b839d, 'wp-content/plugins/ultimatum-library/images/icons/24/social_sevenload.png', 0, 0x00000000000000000000000000000000, 0x46f0612a5a2ebf3b8110e0089ab45380),
(0xeb66a4282225200de85e6a55c6359651, 'wp-content/plugins/ultimatum-library/images/icons/24/social_skype.png', 0, 0x00000000000000000000000000000000, 0x5822ea201c5b6e42fe9fc52e03c3611a),
(0xe9daa077ed9842ef906030923723cdc1, 'wp-content/plugins/ultimatum-library/images/icons/24/social_studivz.png', 0, 0x00000000000000000000000000000000, 0x876854330698fd96b995bbee536aa0f6),
(0x917e60c72f7e30b78c8204cb7e301d8a, 'wp-content/plugins/ultimatum-library/images/icons/24/social_stumble_upon.png', 0, 0x00000000000000000000000000000000, 0xb29f9e574cc017c9b74e81087a1c4cbb),
(0x1cf812250913e289afa555d16655ad55, 'wp-content/plugins/ultimatum-library/images/icons/24/social_technorati.png', 0, 0x00000000000000000000000000000000, 0x00ab199879cc75a7a4c4fdb9497c0d18),
(0xfa3460179c79fdbc7c7289253627c4d3, 'wp-content/plugins/ultimatum-library/images/icons/24/social_todo.png', 0, 0x00000000000000000000000000000000, 0x41ee0cfdb98e03d9600be8b4ea8c47dd),
(0x34dc8f33ff60ba06a7b067ece6532d43, 'wp-content/plugins/ultimatum-library/images/icons/24/social_tumblr.png', 0, 0x00000000000000000000000000000000, 0x8fabb56c32da4e4b22da702dbe883439),
(0x5c042a85935acbae30474ffe9b319ace, 'wp-content/plugins/ultimatum-library/images/icons/24/social_twitter.png', 0, 0x00000000000000000000000000000000, 0x9b6d2c594191287e049efce20e083d5e),
(0x7c23f565fcec2432b1d88c993f000f73, 'wp-content/plugins/ultimatum-library/images/icons/24/social_twitter_bird.png', 0, 0x00000000000000000000000000000000, 0x4cfe2ec72c828fe9fbc799e8e3549fc7),
(0xfa6ac3d3d1b1bf79dd55ba44838a6437, 'wp-content/plugins/ultimatum-library/images/icons/24/social_twitter_retweet.png', 0, 0x00000000000000000000000000000000, 0x44672fec8c343009ad040dbf6cb534ec),
(0x827df9bd88b040b8a7300bca66440a17, 'wp-content/plugins/ultimatum-library/images/icons/24/social_vimeo.png', 0, 0x00000000000000000000000000000000, 0xf729c5bd4196f560fd5f5d1495b2e4b7),
(0x203d603a6617a579ba1b6081fb30c596, 'wp-content/plugins/ultimatum-library/images/icons/24/social_vimeo_V.png', 0, 0x00000000000000000000000000000000, 0x1a903ee68c1d9dc76c9a55334119795e),
(0x1fea4037adee1df65bddd12b7c81ff71, 'wp-content/plugins/ultimatum-library/images/icons/24/social_xing.png', 0, 0x00000000000000000000000000000000, 0xd980e3b104326c2f16520fa833da07e7),
(0x14468946cf8ffc12dfb415f79012b50a, 'wp-content/plugins/ultimatum-library/images/icons/24/social_yahoo_messenger.png', 0, 0x00000000000000000000000000000000, 0xe6862af7853cba741cdcab272a0e1e9b),
(0x61b420988e1602ee38e6cd44b59a16d8, 'wp-content/plugins/ultimatum-library/images/icons/24/social_yahoo_messenger_smiley.png', 0, 0x00000000000000000000000000000000, 0x0c699ba328bb593614fff9ca89266c00),
(0xa7f5a5e1294c6a4355408c7b6ae4b278, 'wp-content/plugins/ultimatum-library/images/icons/24/social_you_tube.png', 0, 0x00000000000000000000000000000000, 0x54543422b222ef68fdd764eea2da9b39),
(0x37a7a94d9a71fdc12473b4c06e9e94d4, 'wp-content/plugins/ultimatum-library/images/icons/24/social_zootool.png', 0, 0x00000000000000000000000000000000, 0x16718204a007b27c01fb74fb743083ae),
(0x2932e9f2d1810723951df1771c1e7a68, 'wp-content/plugins/ultimatum-library/images/icons/24/speech_bubble_blue.png', 0, 0x00000000000000000000000000000000, 0xa4bafa0391f95186fe9ae7e800706d64),
(0x433949d538bfee3d8fb492eb79e00109, 'wp-content/plugins/ultimatum-library/images/icons/24/speech_bubble_green.png', 0, 0x00000000000000000000000000000000, 0x3b273409dc8ba38945a1740f7cb6f4ba),
(0x327d014cd3fdb241e0295086562b6185, 'wp-content/plugins/ultimatum-library/images/icons/24/speech_bubble_grey.png', 0, 0x00000000000000000000000000000000, 0x7b6afed639643ef1432c012f53605499),
(0x5e82c6e526fa0fcd911f773be35c1aaa, 'wp-content/plugins/ultimatum-library/images/icons/24/speech_bubble_pink.png', 0, 0x00000000000000000000000000000000, 0x36a09b57ec717d63ff60b0c83e820a2f),
(0x1895908c449a31e624d10089e6628c84, 'wp-content/plugins/ultimatum-library/images/icons/24/speech_bubble_red.png', 0, 0x00000000000000000000000000000000, 0x739660631f9a7253801301bc59575c11),
(0x04859dfbc54eb7f841cf9dd9520bdf45, 'wp-content/plugins/ultimatum-library/images/icons/24/speech_bubble_violet.png', 0, 0x00000000000000000000000000000000, 0x3eaab1f77d217baa67208c97340f01c7),
(0x33438d50764d0dad7520fbad2de88407, 'wp-content/plugins/ultimatum-library/images/icons/24/speed_kmh.png', 0, 0x00000000000000000000000000000000, 0xefe76aec985c65a41f3cfc0ae996532a),
(0x21adcf75e68e60b7675489467156cbf2, 'wp-content/plugins/ultimatum-library/images/icons/24/speed_mph.png', 0, 0x00000000000000000000000000000000, 0xa63e501448eafcca00d230bd12c21dcc),
(0x752f0cda84e6f012a1ca6c3e45068e90, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_beta_blue.png', 0, 0x00000000000000000000000000000000, 0x51ee100df2891abd560467d0dc01031c),
(0x056c8a2851951e37256fc96e797da526, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_beta_brown.png', 0, 0x00000000000000000000000000000000, 0x9065a16f49db0c498d7d964b01a2eb53),
(0x71e3a1546eaa9b2a7cfd795585af0c99, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_beta_green.png', 0, 0x00000000000000000000000000000000, 0x7a3a5eeced3501ca9c075665c0f5ba04),
(0x4d7a425082049b82a61d5ac7cd090e8c, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_beta_lightblue.png', 0, 0x00000000000000000000000000000000, 0xca1ab10cd982a5898d89ac7c8eed3986),
(0x9ebc6e2f6aa827e57cfdd206e8348c9e, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_beta_lightgreen.png', 0, 0x00000000000000000000000000000000, 0xff844f3ed8fc23f997a38588621d87b9),
(0x756f4ac924eb0de7b0fd3f9ed72d5029, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_beta_orange.png', 0, 0x00000000000000000000000000000000, 0x9094536b5aff0e56be3e4abb06156a58),
(0x8d512e8a3d72fc24f128399882f1d456, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_beta_pink.png', 0, 0x00000000000000000000000000000000, 0xa5a047a425be6f125cccdb8174f6aad3),
(0xe8d82b7b67776c85a17467adb5bd5364, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_beta_rose.png', 0, 0x00000000000000000000000000000000, 0xbdeff26ef786b5350ab6ae5ee5561977),
(0x3488996105043e489eae3afccfb1d9e1, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_beta_violet.png', 0, 0x00000000000000000000000000000000, 0x903a918e7777050efcd81b7e5382eb98),
(0xdcc88f1f05c5d3cc0a630c61f124a0ce, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_blue.png', 0, 0x00000000000000000000000000000000, 0x1008d65f95476e904dcae47b15dd02be),
(0x7a1880a6be4a262d7cf47eef83c4b4cf, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_brown.png', 0, 0x00000000000000000000000000000000, 0x3afd9e1c9c51eaa8b209c1fc3c0586e6),
(0xefbad75726e3de03252dd4104f054096, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_green1.png', 0, 0x00000000000000000000000000000000, 0xbfee3ae2e8b832e63b00c671b7a9ea7e),
(0x4acde4c4fc451062f5c4600d04174ecd, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_green2.png', 0, 0x00000000000000000000000000000000, 0xa3eea8971d3f219b7e65bcc7d4449271),
(0xc676794704a6ffbd2bc7c8a54f34ba97, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_lightblue.png', 0, 0x00000000000000000000000000000000, 0x34b01489dc4981cd3c21bc99b3daf02f),
(0xfa6032ee8ab71e87d4a9f1f040a81f31, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_new_blue.png', 0, 0x00000000000000000000000000000000, 0x52f46c7e0b7721345bcad038858fbc45),
(0xc2fd219414732931ab777cb27342effe, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_new_brown.png', 0, 0x00000000000000000000000000000000, 0x0e5fc2926ed0288b975734fa5b8447c8),
(0xadda4221baae0af59dbbc8c14cb9b1dc, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_new_green1.png', 0, 0x00000000000000000000000000000000, 0xc9f13a55e85dac785c816cc7649b1d9a),
(0xbba2d8c855331bc6eabb9c4fba224d9b, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_new_green2.png', 0, 0x00000000000000000000000000000000, 0x197ac382b3a60cc24cb046c11a858e8b),
(0xc29d0fce69ac5c2c429d87b971df1d85, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_new_lightblue.png', 0, 0x00000000000000000000000000000000, 0xe055852ac18f714c75d4f6b910a6d99b),
(0xd2fb76ba0b236d1cbf38eb9efb35c056, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_new_orange.png', 0, 0x00000000000000000000000000000000, 0xb99da2b1ab55daac4f40e719f4830f3b),
(0x90b7bc6e63bc58851f8ed1142e019377, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_new_pink.png', 0, 0x00000000000000000000000000000000, 0x5c242ed74cc6bb6319dc7f37a625bc35),
(0x6893b16d7c834b27bc8852ce5ee43164, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_new_rose.png', 0, 0x00000000000000000000000000000000, 0x53a611a46f2782900dc834c8f8c3d62a),
(0x9bc144916ae9331cc66d2c56154dfef1, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_new_violet.png', 0, 0x00000000000000000000000000000000, 0xf0c337f787a92785348074a6dd335021),
(0x9e82ef9ad451118a3bb655d1aac3c09c, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_orange.png', 0, 0x00000000000000000000000000000000, 0x3b10416ee395372ed201d6d9dd475a5e),
(0x04601d57e82c734957066a8569b1a9ad, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_pink.png', 0, 0x00000000000000000000000000000000, 0xd48ac94820c6f5fc4e9178932d3b4b9d),
(0x8397f71f6e2d4a9607ca12a161e35323, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_rose.png', 0, 0x00000000000000000000000000000000, 0x9aa74a183b7a65254cb95b5474d94a63),
(0xfad0680088a08bc2a4435090ad165479, 'wp-content/plugins/ultimatum-library/images/icons/24/splash_violet.png', 0, 0x00000000000000000000000000000000, 0x1580e4135e2b6f41e910103372725c76),
(0x14ecc2267ffa25255d5252842aaf0211, 'wp-content/plugins/ultimatum-library/images/icons/24/star.png', 0, 0x00000000000000000000000000000000, 0xfcac62f04e9c17a52d561ea00b963dab),
(0x43667713969549d58ae7894611143c0c, 'wp-content/plugins/ultimatum-library/images/icons/24/star_empty.png', 0, 0x00000000000000000000000000000000, 0xf25ac6b9a5dd7901d4be837c7e354f20),
(0x715ae50e950c642878618d4f3e6e8d7c, 'wp-content/plugins/ultimatum-library/images/icons/24/star_half.png', 0, 0x00000000000000000000000000000000, 0xeeb2ef6cd6726ef77548057623c16951),
(0x436e7b67ba2856298ef7fc3742830062, 'wp-content/plugins/ultimatum-library/images/icons/24/super_mario_coin.png', 0, 0x00000000000000000000000000000000, 0x69a36536fff20a37f69057869c2b606c),
(0x222324d21c1ea9a5421c8c488a8230cb, 'wp-content/plugins/ultimatum-library/images/icons/24/super_mario_mushroom.png', 0, 0x00000000000000000000000000000000, 0x10d249870c241d22c5904179f750ec91),
(0x42692cbff5b6949ac7aaac711c7ef53a, 'wp-content/plugins/ultimatum-library/images/icons/24/super_mario_mushroom_one_up.png', 0, 0x00000000000000000000000000000000, 0x2f318e9aa57083bb0ea84c96486dd0ab),
(0x68fa8f2bb0b92283beae439f82bbae28, 'wp-content/plugins/ultimatum-library/images/icons/24/super_mario_piranha_plant.png', 0, 0x00000000000000000000000000000000, 0x1ceeb778b01cc4e13e2eb0a5bdb961ef),
(0xcbd76d25200616ab535db5eec9fe1f1d, 'wp-content/plugins/ultimatum-library/images/icons/24/super_mario_question_box.png', 0, 0x00000000000000000000000000000000, 0xdd3a368156844f295d5523cbc0fd12b5),
(0xb431c75b64ea3c8081699e91795958eb, 'wp-content/plugins/ultimatum-library/images/icons/24/super_mario_rocket.png', 0, 0x00000000000000000000000000000000, 0xa551b9b5f26d93d6b205cb9f01d35718),
(0x30ec65a8b109e0908fe41a7c1c207d94, 'wp-content/plugins/ultimatum-library/images/icons/24/sync.png', 0, 0x00000000000000000000000000000000, 0x763d3bdcd68e5fe0ce2a800fc980ee93),
(0x914bb1525525da46b99c39f398b3ef1e, 'wp-content/plugins/ultimatum-library/images/icons/24/tablet.png', 0, 0x00000000000000000000000000000000, 0xf9e591b5c53a7ce32ca7072abc9d07d0),
(0x6e0bb57f272ec5edd4ffae27d0b0a55d, 'wp-content/plugins/ultimatum-library/images/icons/24/tag.png', 0, 0x00000000000000000000000000000000, 0x670aeb8f24bdf941d914f5b2e83b5e50),
(0xdbbd02f5f3cc8c38d84cf93a61ce2922, 'wp-content/plugins/ultimatum-library/images/icons/24/tag_barcode.png', 0, 0x00000000000000000000000000000000, 0xc3f1c8b0e86e3faeb15e6317653039d8),
(0x241909a37a43eb042b52915cb6ea8afa, 'wp-content/plugins/ultimatum-library/images/icons/24/tag_white.png', 0, 0x00000000000000000000000000000000, 0x08697c07ce3f5dadc5c7c86b35cc7951),
(0xea8319c2b8686a41514b1d34918feb58, 'wp-content/plugins/ultimatum-library/images/icons/24/tag_white_barcode.png', 0, 0x00000000000000000000000000000000, 0xace27331a021ac780d7de19fb17bc603),
(0x6231bfc74422df95df4c7a0296cc8678, 'wp-content/plugins/ultimatum-library/images/icons/24/terminal.png', 0, 0x00000000000000000000000000000000, 0x5d4cfbdad49d6f0e12884af7421bb79b),
(0xa0877f555f4c78daf7f52087146ccbf5, 'wp-content/plugins/ultimatum-library/images/icons/24/to-do-list.png', 0, 0x00000000000000000000000000000000, 0x5eae4d8514bae8ebac3121b026f7057a),
(0x23471beb36a2597d64c87824c7a3dfb7, 'wp-content/plugins/ultimatum-library/images/icons/24/to-do-list_checked1.png', 0, 0x00000000000000000000000000000000, 0x12533c5a1b2f4e470dd8bc56d63ba694),
(0x6e5241603205dca97c490e4f1e2859cb, 'wp-content/plugins/ultimatum-library/images/icons/24/to-do-list_checked2.png', 0, 0x00000000000000000000000000000000, 0x80d198f7a63ec73968d02bee457842ae),
(0xc9d59f76865bf3450fe5ed92f9ac8a0b, 'wp-content/plugins/ultimatum-library/images/icons/24/to-do-list_checked3.png', 0, 0x00000000000000000000000000000000, 0x9175afd9bb57b173e88a08da3e5e9a95),
(0xf750e1f6e1651f827b9b542bec6d1bb3, 'wp-content/plugins/ultimatum-library/images/icons/24/trash_empty.png', 0, 0x00000000000000000000000000000000, 0xb10541667f3db33825d1e1b731c9fbaa),
(0x434035401236fc17497323f0171b463f, 'wp-content/plugins/ultimatum-library/images/icons/24/trash_full.png', 0, 0x00000000000000000000000000000000, 0x3a706a033a8eadc0fb2548e27a334b11),
(0x9523db665b732dd64f5db71b730389b5, 'wp-content/plugins/ultimatum-library/images/icons/24/twitter.png', 0, 0x00000000000000000000000000000000, 0x2db330c6b4c193c47a599d3cf15e7f15),
(0x0ac89f6fce5f2a497c29b31ebb54d929, 'wp-content/plugins/ultimatum-library/images/icons/24/twitter_standing.png', 0, 0x00000000000000000000000000000000, 0xabafb3204eb54cfb18c9d2341c8e47b3),
(0xc78a392f71249fdc7c983642f8287ec9, 'wp-content/plugins/ultimatum-library/images/icons/24/universal_binary.png', 0, 0x00000000000000000000000000000000, 0x5cd87d27e4a0ccf8fd12ecf832b8c4f9),
(0xc0dd10b11b67800fa9281e1c3a3f2bb3, 'wp-content/plugins/ultimatum-library/images/icons/24/usb-stick.png', 0, 0x00000000000000000000000000000000, 0x6d1004406c15a214858736bfe334206e),
(0xf1e0f55870f3652200f9021488e09696, 'wp-content/plugins/ultimatum-library/images/icons/24/user.png', 0, 0x00000000000000000000000000000000, 0x7474c8e5de7361574544c4e7320c671a),
(0xe4a3710c1c4225269bd8e065712b4a97, 'wp-content/plugins/ultimatum-library/images/icons/24/user_add.png', 0, 0x00000000000000000000000000000000, 0xe03e06af91957d113db0bc1de469cc78),
(0x7da7e862d58c1da57a1c4977b9ec2253, 'wp-content/plugins/ultimatum-library/images/icons/24/user_alert.png', 0, 0x00000000000000000000000000000000, 0x4e32e81ab64b05241f6d939e73ec101d),
(0x2b5c41ee22bd6639a1e0455b456984bc, 'wp-content/plugins/ultimatum-library/images/icons/24/user_check.png', 0, 0x00000000000000000000000000000000, 0xa0d1d167faa25927b6852a94a69999d8),
(0x1961741621d888934fd78512660e9a66, 'wp-content/plugins/ultimatum-library/images/icons/24/user_count.png', 0, 0x00000000000000000000000000000000, 0xf4fb561c5c50d644c4e341c5b99fe3ad),
(0x05eb52971486f061eb5549026fc0a468, 'wp-content/plugins/ultimatum-library/images/icons/24/user_delete.png', 0, 0x00000000000000000000000000000000, 0x690cbe77eaf137114938486f00030768),
(0x40c80ddcd02eae5fe7a8ed5ff21d4299, 'wp-content/plugins/ultimatum-library/images/icons/24/user_download.png', 0, 0x00000000000000000000000000000000, 0xd68ea001faa572f674e9430261dfcf58),
(0xfdc22734f61fcb35177776038e296046, 'wp-content/plugins/ultimatum-library/images/icons/24/user_group.png', 0, 0x00000000000000000000000000000000, 0x205251930544fa84efd3557db9eb4a32),
(0x1912ce86fc41b9b69e5f00500a1fb0b0, 'wp-content/plugins/ultimatum-library/images/icons/24/user_group_add.png', 0, 0x00000000000000000000000000000000, 0xaa039d70a97422b2ecd9be17982e743b),
(0x04bc7166d3183010a44b8f083ffe41eb, 'wp-content/plugins/ultimatum-library/images/icons/24/user_group_alert.png', 0, 0x00000000000000000000000000000000, 0xb84e94f4d57b74ff32905bde6dcc60f0),
(0x573d5edc56a90988127087959f07f812, 'wp-content/plugins/ultimatum-library/images/icons/24/user_group_check.png', 0, 0x00000000000000000000000000000000, 0x1d62d0f245c792091492751faf1621df),
(0xfc610f02ac006b7d130f6619ca6d5356, 'wp-content/plugins/ultimatum-library/images/icons/24/user_group_count.png', 0, 0x00000000000000000000000000000000, 0xa90f70ac6ef04f0e37011989d7478e13),
(0xf96f561bc7d562e53ca71a0691cbbddf, 'wp-content/plugins/ultimatum-library/images/icons/24/user_group_delete.png', 0, 0x00000000000000000000000000000000, 0x43ae521176cc109bdb0351a61e0d6468),
(0x876f2fb1244220ccd2c9c57e36be94d1, 'wp-content/plugins/ultimatum-library/images/icons/24/user_group_download.png', 0, 0x00000000000000000000000000000000, 0x4f3b0bb66dc8a403a305b6bb9ad437f9),
(0xf6ef05924e1905e93f802d0194c9e221, 'wp-content/plugins/ultimatum-library/images/icons/24/vcard.png', 0, 0x00000000000000000000000000000000, 0x6dc81755de449680dfee1f57401ac2ab),
(0x4c120e2379dceb449f2cd50fda54dda1, 'wp-content/plugins/ultimatum-library/images/icons/24/vcard_add.png', 0, 0x00000000000000000000000000000000, 0x787b12a57676634a2137723c777222e2),
(0xdd32c7eb04141bd918b1769d7de3d93c, 'wp-content/plugins/ultimatum-library/images/icons/24/vcard_check.png', 0, 0x00000000000000000000000000000000, 0x9794197444f529adc4be2bf342837ec1),
(0x20a966c6d7c3c3f4f9a670adf5ab02c3, 'wp-content/plugins/ultimatum-library/images/icons/24/vcard_delete.png', 0, 0x00000000000000000000000000000000, 0xffa66fe435b85b13283aa845a6989897),
(0x07f4b02773cbd2b206878ab0bec71363, 'wp-content/plugins/ultimatum-library/images/icons/24/vcard_download.png', 0, 0x00000000000000000000000000000000, 0xa3bde07e94cf6acdb5763392f3f19e5b),
(0xaa5ae63cee187ff724931c4554e3e215, 'wp-content/plugins/ultimatum-library/images/icons/24/vcard_forward.png', 0, 0x00000000000000000000000000000000, 0x7bf4648176f46bf34045adb516ebccb5),
(0xf9f7dae36cd473fd83382588170acc1e, 'wp-content/plugins/ultimatum-library/images/icons/24/viagra.png', 0, 0x00000000000000000000000000000000, 0x47026282369e4f86e69344d9fe8b4f2a),
(0xa35447928e47a2747b3db63a48fa8ee3, 'wp-content/plugins/ultimatum-library/images/icons/24/viagra_female.png', 0, 0x00000000000000000000000000000000, 0xfa52f9175be0c73f308bcd51c2b0819d),
(0xb804b49187c788b6be8ae7667b98cddf, 'wp-content/plugins/ultimatum-library/images/icons/24/viagra_professional.png', 0, 0x00000000000000000000000000000000, 0xf68917aac8a869f178360d00b37f0fe9),
(0xbc8628ec7908b486363704f9f63a7ba0, 'wp-content/plugins/ultimatum-library/images/icons/24/wacom_intuos4.png', 0, 0x00000000000000000000000000000000, 0xa81fcd1c1ed9ead13fa37c610947bd3d),
(0x7cf0f74b224cbc2ef5b7f7d6ebc0cf22, 'wp-content/plugins/ultimatum-library/images/icons/24/wallet.png', 0, 0x00000000000000000000000000000000, 0xdc9f8ff56b6afa172dd461147dc60fd0),
(0xcaa61ac255dba0c1e99be5f4a2c1c2d2, 'wp-content/plugins/ultimatum-library/images/icons/24/wallet_bills.png', 0, 0x00000000000000000000000000000000, 0x4b9c58d366d7725190ac4ee5fdf06211),
(0x07258cb3acd587a61715d1cd8508816c, 'wp-content/plugins/ultimatum-library/images/icons/24/wallet_coins.png', 0, 0x00000000000000000000000000000000, 0xc36d6a4bf3a0b1619060db945955ca03),
(0x26d2c6c8be39788bbc8452667f788a33, 'wp-content/plugins/ultimatum-library/images/icons/24/wallet_louis_vuitton.png', 0, 0x00000000000000000000000000000000, 0xff9e33c6f163788bc4c3e5c50704b047),
(0xd62cdfc50f5b235358369a2bc20d396b, 'wp-content/plugins/ultimatum-library/images/icons/24/wallet_louis_vuitton_bills.png', 0, 0x00000000000000000000000000000000, 0x5f54dd51f71e31136b559ce8139af053),
(0xf654d240c30144b6ab818fdfc97c6025, 'wp-content/plugins/ultimatum-library/images/icons/24/wallet_louis_vuitton_coins.png', 0, 0x00000000000000000000000000000000, 0xfad2afc284c51d5611203b0c34c8c6aa),
(0xeb5daff21c1bb3ce18121e3f8c1bafd1, 'wp-content/plugins/ultimatum-library/images/icons/24/wallet_louis_vuitton_money.png', 0, 0x00000000000000000000000000000000, 0x3aa706d4b2f392358b588be63b21af26),
(0xfed143c8003f298cff3fd865dafe5839, 'wp-content/plugins/ultimatum-library/images/icons/24/wallet_money.png', 0, 0x00000000000000000000000000000000, 0x42b0740be9f7b26f9c62cf441914c9f5),
(0x6afe07c929340f0fce2037bf27ec2816, 'wp-content/plugins/ultimatum-library/images/icons/24/web_blue.png', 0, 0x00000000000000000000000000000000, 0x357d8b17b3a566485481385358c9dde0),
(0x01679257d552693ddb0c586a7fe6f5b9, 'wp-content/plugins/ultimatum-library/images/icons/24/web_violet.png', 0, 0x00000000000000000000000000000000, 0xc2d29b9c44b60466bacaa3597b198180),
(0xf018827e4cd8402cb7a84f6002dca22f, 'wp-content/plugins/ultimatum-library/images/icons/24/window_osx.png', 0, 0x00000000000000000000000000000000, 0x706cf212cdf48235a4019dcbae87aece),
(0xc2c760f276827982c2dae68af6af3e8f, 'wp-content/plugins/ultimatum-library/images/icons/24/zoom_in.png', 0, 0x00000000000000000000000000000000, 0xf4acf36e5e9c2490b50af17af3855be2),
(0x97bf3e940081d0ed6012aa8640d946be, 'wp-content/plugins/ultimatum-library/images/icons/24/zoom_original.png', 0, 0x00000000000000000000000000000000, 0x4a2df5f455742557a6bd1d06b797f292),
(0x0aa2bcca67000d9a763abbbf23650451, 'wp-content/plugins/ultimatum-library/images/icons/24/zoom_out.png', 0, 0x00000000000000000000000000000000, 0x7fe2827f45ee3b3089d4680db85ae704),
(0x6c43e52cdf5420008c86b3bb09c74493, 'wp-content/plugins/ultimatum-library/images/icons/32/32Bit.png', 0, 0x00000000000000000000000000000000, 0x37473745fafc978f2432045eeef766b3),
(0x4789414f48d7745d7d4e76c56c3f1d84, 'wp-content/plugins/ultimatum-library/images/icons/32/64bit.png', 0, 0x00000000000000000000000000000000, 0xb1b5f068939d51e8565093431c48eb88),
(0xc383afaad5c7eb5e4ca647eac2221a8b, 'wp-content/plugins/ultimatum-library/images/icons/32/add.png', 0, 0x00000000000000000000000000000000, 0xef0778700ce8a63121510f811bc3da64),
(0xe44d2e7e78cbfa327c4344b52f3183a5, 'wp-content/plugins/ultimatum-library/images/icons/32/addressbook.png', 0, 0x00000000000000000000000000000000, 0x13cc1fe6667254ea89bb3adf2573682a),
(0x8b482a8bdbac691ca0261a828136bfb0, 'wp-content/plugins/ultimatum-library/images/icons/32/addressbook_user.png', 0, 0x00000000000000000000000000000000, 0x6f1f7f79c62612b9bc06065fd3f7b8a2),
(0x5bce291b1b697ea1c6869ed6a5f84ed1, 'wp-content/plugins/ultimatum-library/images/icons/32/apple-script.png', 0, 0x00000000000000000000000000000000, 0xbfacb3995cf151bbd33f5c963ecb50cd),
(0xe231289ea5113ba5ea878a5f61ceda2e, 'wp-content/plugins/ultimatum-library/images/icons/32/applications.png', 0, 0x00000000000000000000000000000000, 0xdfc462cbf950fb273f3521117670309d),
(0x1e330756c750a6a7bb46f72d3447c27f, 'wp-content/plugins/ultimatum-library/images/icons/32/arrow_down.png', 0, 0x00000000000000000000000000000000, 0xaddb2bf8864792a7a499ea7e8c057d81),
(0x76e185cddc616375c83aacc454cb6825, 'wp-content/plugins/ultimatum-library/images/icons/32/arrow_left.png', 0, 0x00000000000000000000000000000000, 0x3d07068d0860a9700e0fc9a292ba1acc),
(0x716f88759ebaecbf47b873b949cba551, 'wp-content/plugins/ultimatum-library/images/icons/32/arrow_right.png', 0, 0x00000000000000000000000000000000, 0x844f4546205c019e5d2d487a75297586),
(0xcd8cc79866b20b7581346b768bae9265, 'wp-content/plugins/ultimatum-library/images/icons/32/arrow_up.png', 0, 0x00000000000000000000000000000000, 0x3a7f12bd8fb3402e90bc468fd1ebf6f2),
(0x5e790c49ce61d52e96cb044dec2d4a78, 'wp-content/plugins/ultimatum-library/images/icons/32/attention-blue.png', 0, 0x00000000000000000000000000000000, 0x24a1969d1c237a6f04000bd154f1cc60),
(0x6c0cb5b7823d4061517109653a00f04b, 'wp-content/plugins/ultimatum-library/images/icons/32/attention-green.png', 0, 0x00000000000000000000000000000000, 0x739ee424a23561922fe86cd37130335e),
(0x6e6989cd714139117f6da83f0e986a12, 'wp-content/plugins/ultimatum-library/images/icons/32/attention-orange.png', 0, 0x00000000000000000000000000000000, 0x1b4c0aae53884e6a09a610c9dc929e8d),
(0x346223b6f14618bd4f01f842634d39b6, 'wp-content/plugins/ultimatum-library/images/icons/32/attention-red.png', 0, 0x00000000000000000000000000000000, 0xbcd006ae988f04947a059dbe7a15fff8),
(0xefe6c507fec450860043ec5c9d679fc6, 'wp-content/plugins/ultimatum-library/images/icons/32/audio_notification.png', 0, 0x00000000000000000000000000000000, 0x01d4909874a390fec75c5ec549eb29e2),
(0x979db6168e41d67aebf0f1e4a9e4e121, 'wp-content/plugins/ultimatum-library/images/icons/32/badge_3g.png', 0, 0x00000000000000000000000000000000, 0x2ea38f221b343d255923bd115e0aca9b),
(0xf7710c2b54c01667ceb27a4b1ef91db4, 'wp-content/plugins/ultimatum-library/images/icons/32/badge_edge.png', 0, 0x00000000000000000000000000000000, 0x296da97384dc8d73f0d6462c346ea92e),
(0xfb6817943f44e54efba42c89f6df8553, 'wp-content/plugins/ultimatum-library/images/icons/32/badge_gprs.png', 0, 0x00000000000000000000000000000000, 0xe4409adb0c26de5ee818aa37c65b3626),
(0x79b2c2cb7794bedab4a9c6dbe5fb2cf6, 'wp-content/plugins/ultimatum-library/images/icons/32/badge_umts.png', 0, 0x00000000000000000000000000000000, 0x65006bb3dabad26faddbd4eaac813870),
(0x6b7ce80f5fed49cfe5c0e032d91e6848, 'wp-content/plugins/ultimatum-library/images/icons/32/badge_wifi.png', 0, 0x00000000000000000000000000000000, 0xbc17e4114bce7af7d1626ed22602fe2e),
(0xe8951bf5b4a7fd0156863dc9b68326aa, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_10percent.png', 0, 0x00000000000000000000000000000000, 0x37afe4287cc00ddf8f3b982f9cadeaf3),
(0x835be5b4f28b3a644d30ac44219e4e1b, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_20percent.png', 0, 0x00000000000000000000000000000000, 0xf30b37c16082165b42e9f94b7e63c9de),
(0xf7fcf121acb86b93cdbf01341f5909e6, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_40percent.png', 0, 0x00000000000000000000000000000000, 0x82dbb66bb4fe1ee90d1c75e313f3cd96),
(0x65d8d8db40bbbd0c1a1cb192583e379d, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_60percent.png', 0, 0x00000000000000000000000000000000, 0xbce13c2932282a3cc26406922313eb9e),
(0xc502c9109bbaf5f34a7cc50ed6da1222, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_80percent.png', 0, 0x00000000000000000000000000000000, 0xa29afaaa06f00cdfc13a9de2658f95ed),
(0x5ec00c8d5a74eec6cea8bc4849c1a58f, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_charging.png', 0, 0x00000000000000000000000000000000, 0x82d0f7b52e983cd69aa02036a5ec20e0),
(0x960b77bf610e93da330a6f8e62fd4983, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_empty.png', 0, 0x00000000000000000000000000000000, 0xc428b73ddbadd9c7ff04c1d8a6068842),
(0x2e22d4ef72b8bb7139e0483ebdb1d243, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_full.png', 0, 0x00000000000000000000000000000000, 0x07aa68d366e56128d17eefd043693f75),
(0x3da02b907517f7fdbcd8ead3ace024fe, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_horizontal_10percent.png', 0, 0x00000000000000000000000000000000, 0x87e4c1f4050016caad3a9a2337259af0),
(0x49c9e4cdef7e0e50184ae4cb95a64c94, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_horizontal_20percent.png', 0, 0x00000000000000000000000000000000, 0x15633471b1613b9b81aa10b04645daf9),
(0xe8c23a342654d4df9ca52d5c55163d81, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_horizontal_40percent.png', 0, 0x00000000000000000000000000000000, 0x945a40b1aef81569d2ef0332152537a1),
(0xf999f514ae93f3fee3414e4a63904f90, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_horizontal_60percent.png', 0, 0x00000000000000000000000000000000, 0x4d413e036d7e83de197cb09f0f69d2d6),
(0xa3f44445a1c84adc634bfa682a719c34, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_horizontal_80percent.png', 0, 0x00000000000000000000000000000000, 0x449a40725bdc261b12c8363a63f9bd90),
(0xf4b7b8434887925d7424b9bfb1d5c761, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_horizontal_charging.png', 0, 0x00000000000000000000000000000000, 0x1261ee3d1154c4a647a205cb4506f286),
(0x5e7e079b3ec3104387fe3771549719ce, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_horizontal_empty.png', 0, 0x00000000000000000000000000000000, 0x628afdd36f992c32aa1aca97f5bb69fb),
(0x4dbdfe96267e1c0a86c84cda0411f048, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_horizontal_full.png', 0, 0x00000000000000000000000000000000, 0x08bc7ab623e774b4745922634c96be59),
(0x3fa5b551220f8f836a23b4aa1da47ba3, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_horizontal_plugged_in.png', 0, 0x00000000000000000000000000000000, 0x25a0c5ff3d77bb21aefd5e300ac77f12),
(0x6da6df88d0ab778c6cecbc1650e552a9, 'wp-content/plugins/ultimatum-library/images/icons/32/battery_pluged_in.png', 0, 0x00000000000000000000000000000000, 0x7397c882641838edd3d9a79a85e67c8e),
(0x2e65b371f48d346937ff3fd04a601be9, 'wp-content/plugins/ultimatum-library/images/icons/32/beer.png', 0, 0x00000000000000000000000000000000, 0x58b7558000d538a066babba6ca3f14ef);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xa0c62176b55ca0625ef49180f9c0ebbd, 'wp-content/plugins/ultimatum-library/images/icons/32/bible.png', 0, 0x00000000000000000000000000000000, 0xa749b451bf80929c87031342c94cd534),
(0xc6702ac00f4d3f9644dc493f9e306781, 'wp-content/plugins/ultimatum-library/images/icons/32/bomb.png', 0, 0x00000000000000000000000000000000, 0x45bfc71650f09a6016d0ae849239d800),
(0x43d644e5bae18d68d432680c3d383c99, 'wp-content/plugins/ultimatum-library/images/icons/32/box_address.png', 0, 0x00000000000000000000000000000000, 0xbf291009fec52158ec04075dff4fce7e),
(0xd5f2f9d6ea76d7f956cce9c213cf3244, 'wp-content/plugins/ultimatum-library/images/icons/32/box_download.png', 0, 0x00000000000000000000000000000000, 0x638cbde0003361f5399616b8777bba8f),
(0x9babd2514c05f07bb9db27acd2264c6c, 'wp-content/plugins/ultimatum-library/images/icons/32/box_fragile.png', 0, 0x00000000000000000000000000000000, 0xc9f3ddf790dc96d76960cf5905b6ddfd),
(0x268076e3564a3465a5e3b6376442ffd3, 'wp-content/plugins/ultimatum-library/images/icons/32/box_rar.png', 0, 0x00000000000000000000000000000000, 0xb13f66dab770c90e2f3d9276617dcfcb),
(0x8c67aa6a0635ad09a3e4327fb3664453, 'wp-content/plugins/ultimatum-library/images/icons/32/box_zip.png', 0, 0x00000000000000000000000000000000, 0xddb2b99db983ed49ad7f165ee0d2bcbc),
(0x658cfe38fbd5306f6ec14a9639c3997e, 'wp-content/plugins/ultimatum-library/images/icons/32/brainstorming.png', 0, 0x00000000000000000000000000000000, 0xafb17ebb09620be2f7af7e76cae7b48a),
(0x7ea4e247a0652ffaff4fc04a8a355e01, 'wp-content/plugins/ultimatum-library/images/icons/32/brainstorming_alternative.png', 0, 0x00000000000000000000000000000000, 0x8a9894e07ed2198ae17348af73df8771),
(0x5ebe5d811eb9c39a97ea45c9ed4424ac, 'wp-content/plugins/ultimatum-library/images/icons/32/browser.png', 0, 0x00000000000000000000000000000000, 0x64cdd16c674c6e805703eba7de249f97),
(0x840cdf22078ad0021d84c55c9a2bb61d, 'wp-content/plugins/ultimatum-library/images/icons/32/burning.png', 0, 0x00000000000000000000000000000000, 0xd1b3b5122bfa3c83f1589b84c27b9621),
(0x70b341032d481c2a791059f027988e4f, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_add.png', 0, 0x00000000000000000000000000000000, 0x4e05161c2247c54de2cb05f23b249d66),
(0x825e6f19f264a107f04b4a5f7b91f308, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_close.png', 0, 0x00000000000000000000000000000000, 0xbf6f4bbb1495feb87f8a9e2ee62dea5a),
(0x4a5a5a9a77afb89bbc3327888ad2156e, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_delete.png', 0, 0x00000000000000000000000000000000, 0x85899595357534fdb457dcf6b07198d0),
(0x4eac9655c635278fe362865dbf608b58, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_fastforward.png', 0, 0x00000000000000000000000000000000, 0x228cea98ea00cfaaf4d9c97e08eb6846),
(0x9ae535910265be69641c9364a7632d33, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_heart.png', 0, 0x00000000000000000000000000000000, 0x68ce2ef28eb8af58b9963edb8012d57b),
(0xfb7009197836b5c15f21e76424518cae, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_pause.png', 0, 0x00000000000000000000000000000000, 0x411db6aa04708c6b2fa4f5711252725a),
(0x76022a2b6f7aae5c0e4ea5d969c907c6, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_play.png', 0, 0x00000000000000000000000000000000, 0xfb06f2cb100676390471cba145bfbade),
(0xe3857c62add7de227184de12e4bb3298, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_record.png', 0, 0x00000000000000000000000000000000, 0xd7a9b505d3c678cf36ffccfe0d4907c9),
(0xb44f414b723e3d793e50c3753f9be538, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_rewind.png', 0, 0x00000000000000000000000000000000, 0xf995e2e84008bbcb0f53cd609dc87630),
(0x886e11115832fe428bc4358379a2f2f1, 'wp-content/plugins/ultimatum-library/images/icons/32/button_blue_stop.png', 0, 0x00000000000000000000000000000000, 0x4124478a2ff9bdc64c844636f38c3c5a),
(0xe84fc077366665ae89d9e7f056f1630a, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_add.png', 0, 0x00000000000000000000000000000000, 0x0801f6898b03383bcc1a8a994f1a8604),
(0x0294494e86eb6ae8f58e52629f466713, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_close.png', 0, 0x00000000000000000000000000000000, 0x0f134615a9792999557847b72d434a03),
(0xc822ffadf660bcdc65c4a062d615cf25, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_delete.png', 0, 0x00000000000000000000000000000000, 0xb4b2f1c0e338494fdda396a9fbdcb2ce),
(0x27a284726af4a8873983b871925cb312, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_fastforward.png', 0, 0x00000000000000000000000000000000, 0x871930813977e0aad8c6975cd16bcb6e),
(0x116616a25fb8f5f6d40bcf8291975b12, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_heart.png', 0, 0x00000000000000000000000000000000, 0xc202e7880ca1386d01862057782b124f),
(0x106117992a61607314c87f83fc84f138, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_pause.png', 0, 0x00000000000000000000000000000000, 0x8730efc2b571a55d1337f98d906ec3eb),
(0x6e4ddd3f0c25303c596ec49812ef16a0, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_play.png', 0, 0x00000000000000000000000000000000, 0xdd00cedd5f19c91ecb9c918545acb587),
(0x213cd5390603a4cd930a4adf4187cd98, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_record.png', 0, 0x00000000000000000000000000000000, 0x8074d673b9b3d1ccbf1278f189ae7806),
(0x2be85f94cbf46e14d34c3ec6f041f9ad, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_rewind.png', 0, 0x00000000000000000000000000000000, 0x977765478f808cb369d69660177093b2),
(0x68222fa40be365e4673dda41ad92b6e9, 'wp-content/plugins/ultimatum-library/images/icons/32/button_green_stop.png', 0, 0x00000000000000000000000000000000, 0x9cf2d6f816479c46fb03e6d409f76c3f),
(0x5ec3226d1f935aa648210b79eede0ccf, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_add.png', 0, 0x00000000000000000000000000000000, 0xecdb897d149ef0557d541e7a68a9a7e3),
(0x73d650b4c52242e70f89dce92c0623bc, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_close.png', 0, 0x00000000000000000000000000000000, 0xe84d23dd79258fb4f0b7807b3b1112df),
(0x5c57ff3de284a2461923d72e1c0b19bd, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_delete.png', 0, 0x00000000000000000000000000000000, 0x7ccf27283ccf0bf1404800356559dbbb),
(0x6c6ad56304ec96d110dcfd82794ba58e, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_fastforward.png', 0, 0x00000000000000000000000000000000, 0xb8416fe5bce5fad0f07c313fa1a62e16),
(0x17fb5d5e809012175ffb87699cbded55, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_heart.png', 0, 0x00000000000000000000000000000000, 0xa391ba9a04b84cc5ad57d092103e879c),
(0x91567e0b1afe757bd427f7ffa15a1c7c, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_pause.png', 0, 0x00000000000000000000000000000000, 0x9e7502da200035595d2d4c22ebaee41e),
(0x0a7dd4dda0496ff777e7e8bd6c86c574, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_play.png', 0, 0x00000000000000000000000000000000, 0xc7c10af07250328d965b9e9c455c8789),
(0x1f1bb1690a54ed641ea86445b6fbb4bf, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_record.png', 0, 0x00000000000000000000000000000000, 0x14faf1d3e2e21004c9be26e0b60d7a6d),
(0xb147c3189320a511f9cb22f5937f52bb, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_rewind.png', 0, 0x00000000000000000000000000000000, 0xf1eae99491d1b4f3dd0221d9e1c617e8),
(0x20c3bc2031fc551885855f2c55963810, 'wp-content/plugins/ultimatum-library/images/icons/32/button_grey_stop.png', 0, 0x00000000000000000000000000000000, 0x6b823801f8a0c7eab7b838d00cfae098),
(0xb8c6c716378af4df210253d3c09a8f17, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_add.png', 0, 0x00000000000000000000000000000000, 0x5b90b7b5a81efcb43223906b77c7bb9d),
(0xf40ec5b99d11c171a6d99fcb86fba853, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_close.png', 0, 0x00000000000000000000000000000000, 0x677e660d428f536530ca622246fd9b28),
(0xee3e559aefe708000e283186cb969f5d, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_delete.png', 0, 0x00000000000000000000000000000000, 0xe9df6577bd2cd4d9404e02129c56a2e5),
(0xe47bcb67c21c3052aa0dfc25fea26d56, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_fastforward.png', 0, 0x00000000000000000000000000000000, 0x47969dee9303a616a4a9126a388adf0c),
(0xaebae3154e61d5bad97c258a45daca3e, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_heart.png', 0, 0x00000000000000000000000000000000, 0x34a990cf37d15d169a81e2a159dacbf2),
(0x1c819f40091d870529c6d04e4d1aaaa7, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_pause.png', 0, 0x00000000000000000000000000000000, 0x74cc9956da452e12b922e5bbfda444da),
(0x10d827393293b1f878ce9dcac5e36cbf, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_play.png', 0, 0x00000000000000000000000000000000, 0x25f56dd504c6cab36bcc1e0158993e30),
(0xf36623512429e17a515b4ef78efc9a1f, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_record.png', 0, 0x00000000000000000000000000000000, 0xd8c6eacb23109e612dfea76cc8b71856),
(0xf57851c82e358b5728fe428a06d91296, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_rewind.png', 0, 0x00000000000000000000000000000000, 0x86312baeae92f6b25743439dcfa42f9b),
(0x1ced3e3fbb19f45b21d737567d2324f3, 'wp-content/plugins/ultimatum-library/images/icons/32/button_pink_stop.png', 0, 0x00000000000000000000000000000000, 0x08590c135a751b26c47d6777e1bdb1f1),
(0xf797fcb1c4d08fadfbd308e87b66db68, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_add.png', 0, 0x00000000000000000000000000000000, 0x2b5fec7bd19cb6b2458852dea9e61cc8),
(0x78220416719855e0d15b3e0afc536974, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_close.png', 0, 0x00000000000000000000000000000000, 0x55382784687713b24b2c4b59fc884fda),
(0x599267fdc0520fe17d2a7a69c750f081, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_delete.png', 0, 0x00000000000000000000000000000000, 0x04d8715d1788003d8d947ce3f9d34952),
(0x1d1c8716a4bfeae35b3147151f223d16, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_fastforward.png', 0, 0x00000000000000000000000000000000, 0x7dd02756dd1b28ecce0ddfc083c87493),
(0x58a76bd16f9c6a40c534260f3d55a40b, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_heart.png', 0, 0x00000000000000000000000000000000, 0x23c621972e7f91bddf9bbc9826a23ddd),
(0x2bebcac81457484f84993c77ec57ac80, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_pause.png', 0, 0x00000000000000000000000000000000, 0xd748349fe7cdd2297bc4118e5f6d0fe4),
(0xdf13b6ab567c5c148740b6b93bc25355, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_play.png', 0, 0x00000000000000000000000000000000, 0x737673a14c3b8b7f73a6b08c30d996e0),
(0x0126119ba525e25f1db55daa9478bc0e, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_record.png', 0, 0x00000000000000000000000000000000, 0xf404463476d7432effd278cc6d7e3f7b),
(0x627effc18c717b19a7e1b40d92c95ef9, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_rewind.png', 0, 0x00000000000000000000000000000000, 0xea33c31fea8fbdf7880c6e6d7d0dc526),
(0xaa1549b529ba8ebcf126f9d619b5247c, 'wp-content/plugins/ultimatum-library/images/icons/32/button_red_stop.png', 0, 0x00000000000000000000000000000000, 0x2d1f3d665055a558df1eb52da9aa9fcd),
(0x88adb6f83b84adb35cbd04dd3c418f75, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_add.png', 0, 0x00000000000000000000000000000000, 0x4e3867bb904990f776ce1826fc428720),
(0xde05eb893bb17c6460997e2232d87028, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_close.png', 0, 0x00000000000000000000000000000000, 0x87c8669e3709bad93960a7fecccf6e61),
(0xb5f1dfe46ef0dc13b300d6cca7dbc53f, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_delete.png', 0, 0x00000000000000000000000000000000, 0x2f6c16ba6faf4ae8e6d904791b7ddee5),
(0x6b7b0d1bc079d231faa1550fbd1f9134, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_fastforward.png', 0, 0x00000000000000000000000000000000, 0xa2a9c468fe2dd42d393c82cc67076214),
(0xffad28aed0878d8c1ef56e30ef47d4ad, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_heart.png', 0, 0x00000000000000000000000000000000, 0xc6bf858318186d40bce161636c1e182c),
(0x7ff00c041b2de52d2779cc66007f5c15, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_pause.png', 0, 0x00000000000000000000000000000000, 0x2fa47142fcafef68d53dcdaa730e218d),
(0x87f764d3fc72e7c5bd8f0aa3ce6d047a, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_play.png', 0, 0x00000000000000000000000000000000, 0x4c7be77ba9e52ad11bdd528be529e926),
(0xf65ad62d5ed1d675aaa95dada07fe9ad, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_record.png', 0, 0x00000000000000000000000000000000, 0xe5f26f41965fe818c4a62c177442bb5d),
(0xa5ab59010618651f220b0400c6a053bd, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_rewind.png', 0, 0x00000000000000000000000000000000, 0x1552c8093076a519cce6329581ef0959),
(0xe45a2c846cd15787b1d39085a8767261, 'wp-content/plugins/ultimatum-library/images/icons/32/button_violet_stop.png', 0, 0x00000000000000000000000000000000, 0x48bea11727abc29b267435e7992aa6f4),
(0xb36f493f514ef18547da14fc317bae94, 'wp-content/plugins/ultimatum-library/images/icons/32/cake.png', 0, 0x00000000000000000000000000000000, 0x7b671119e6dbd5f2d26b8a447491042e),
(0x86cfc3785ae454937f39932ac02e4d2e, 'wp-content/plugins/ultimatum-library/images/icons/32/calculator.png', 0, 0x00000000000000000000000000000000, 0xdba1002451218300aaaeb082476a47bc),
(0xadddc57642b733acfca115a1df525b44, 'wp-content/plugins/ultimatum-library/images/icons/32/case.png', 0, 0x00000000000000000000000000000000, 0x257db451d0d69d86ce98df4405445311),
(0x1945a7c5fc6063176117b72d5af40182, 'wp-content/plugins/ultimatum-library/images/icons/32/cd.png', 0, 0x00000000000000000000000000000000, 0x3f7b2ec1f7ae94e100971067dfe2d498),
(0x64bb35194bb37d49c7d25bb76f69f0cc, 'wp-content/plugins/ultimatum-library/images/icons/32/cd_burning.png', 0, 0x00000000000000000000000000000000, 0x092d00aa0a447202b35090b496732def),
(0xaf0dd09584556ef97b6da8a8116552b5, 'wp-content/plugins/ultimatum-library/images/icons/32/cd_burning_spectrum.png', 0, 0x00000000000000000000000000000000, 0x1d2cbe38975ebf6808641c74b3c36117),
(0x6b5a5579cc35ef4a9f94fe1ec6c000bb, 'wp-content/plugins/ultimatum-library/images/icons/32/cd_spectrum.png', 0, 0x00000000000000000000000000000000, 0xd4edb4fcd157a67d7176f1dcd348ad88),
(0xe580ad17fa456b084e5f958128317da5, 'wp-content/plugins/ultimatum-library/images/icons/32/chart.png', 0, 0x00000000000000000000000000000000, 0x06ca77dab6230d922363ded2ae3ffba9),
(0xf698b6d35d083ad88d66762210895375, 'wp-content/plugins/ultimatum-library/images/icons/32/chart_pie.png', 0, 0x00000000000000000000000000000000, 0xaa3cd5cae705da58d25f5db637eeb89d),
(0x6cc6e2c8245b374a8d4ccde9d0bd9ae1, 'wp-content/plugins/ultimatum-library/images/icons/32/check.png', 0, 0x00000000000000000000000000000000, 0x3d944658cce5fe40983033e3e4676f7d),
(0x20cadd1b8f599a64c4f4148421aaaf9b, 'wp-content/plugins/ultimatum-library/images/icons/32/chrome.png', 0, 0x00000000000000000000000000000000, 0x47e4c169083d72758f2d9ca9f56a1c9b),
(0x3d8c263f2bf2343c47d87e13587778ba, 'wp-content/plugins/ultimatum-library/images/icons/32/cialis.png', 0, 0x00000000000000000000000000000000, 0x5637e5e96e7a580fe20bdd177f7312d2),
(0x2a71f6ed90b13fcb3416b8bfc07db046, 'wp-content/plugins/ultimatum-library/images/icons/32/cialis_professional.png', 0, 0x00000000000000000000000000000000, 0xef313f61d96ee3dba74fcc7c7d311ee8),
(0x6ff1d642c32b1e368bed3dc338996ee6, 'wp-content/plugins/ultimatum-library/images/icons/32/clipboard.png', 0, 0x00000000000000000000000000000000, 0xf59f386895dfd65c833a71a8b30a5628),
(0x9048fecd2c9ce0f5c0c00d5c9699ab84, 'wp-content/plugins/ultimatum-library/images/icons/32/clipboard_add.png', 0, 0x00000000000000000000000000000000, 0x60a1bdbfaab7c9e929107b450015200b),
(0x3c25b564797dbca735e8a82f10eab79a, 'wp-content/plugins/ultimatum-library/images/icons/32/clipboard_alert.png', 0, 0x00000000000000000000000000000000, 0xb012fd38ceff1ef21802bb9eb806f1d1),
(0x94a55e2c216c935b0229558facd7bfce, 'wp-content/plugins/ultimatum-library/images/icons/32/clipboard_check.png', 0, 0x00000000000000000000000000000000, 0xc0bc38999fcb6e8d8a6c37308ad2f897),
(0xbca91d3377ccecb6f292f85b0b15cc61, 'wp-content/plugins/ultimatum-library/images/icons/32/clipboard_cut.png', 0, 0x00000000000000000000000000000000, 0xc63fb7bef7840dc7fadacf8ead0b4953),
(0xe9474ea67e4183538a418c810f84e101, 'wp-content/plugins/ultimatum-library/images/icons/32/clipboard_delete.png', 0, 0x00000000000000000000000000000000, 0x0bf887cad23938534e0436c59b553966),
(0xb4bb21a2514453a37d0a69987ee23c3d, 'wp-content/plugins/ultimatum-library/images/icons/32/clipboard_download.png', 0, 0x00000000000000000000000000000000, 0x493fc4729a61ab28199b3efb5d4cf232),
(0x8ba9703665b7bbc28418061dbc5a2bb3, 'wp-content/plugins/ultimatum-library/images/icons/32/clipboard_full.png', 0, 0x00000000000000000000000000000000, 0x554783b01a610922a0da402a5af5e5f9),
(0x2d3ad87157580ad771d3ba3fef733808, 'wp-content/plugins/ultimatum-library/images/icons/32/clock.png', 0, 0x00000000000000000000000000000000, 0x8ea8b4a83d108a90d43c7203c9dd1ea8),
(0x505d0b76b68a4dcbb0465e21ea6ddc3e, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud.png', 0, 0x00000000000000000000000000000000, 0x1baabc89f848a3eacdcd6a58f87a3525),
(0xd3753cc31601510683a1f30e7867eb4b, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_add.png', 0, 0x00000000000000000000000000000000, 0x836bdd42217e1241a290c9a5c9a97d39),
(0x628c79837208d1b8e59ab67533707b46, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_alert.png', 0, 0x00000000000000000000000000000000, 0xd2c159fa906322dc47f41352901563e3),
(0xfcdd3829ab169bc9da8484199280d20f, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_back.png', 0, 0x00000000000000000000000000000000, 0x5ea2c41b5ad9df821abf209388428b46),
(0xc47e743afdd77f2de849a79ac9253a73, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_backup.png', 0, 0x00000000000000000000000000000000, 0x760fcc581b0489285321641a12869fa7),
(0x97002d0e5117b766d7be12c25d30962f, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_check.png', 0, 0x00000000000000000000000000000000, 0x18255f12fc80fbc69602f74b5f865f43),
(0x11a036787c284f280402cbbc9db6402b, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_delete.png', 0, 0x00000000000000000000000000000000, 0x05c56c9e9069fdd3cff00526c9c4d019),
(0xf164f796042c5bd8a496f0beef6cae2b, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_download.png', 0, 0x00000000000000000000000000000000, 0x96b97206f51ea0a5af0192a80f6e5169),
(0x78fcd0a13a6c9c67f700e3e0f4094675, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_exchange.png', 0, 0x00000000000000000000000000000000, 0xc8a5f379fa50d4d25fd9d5db4446948a),
(0xfad48e89448702174c8dd7dd59e74f97, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_forward.png', 0, 0x00000000000000000000000000000000, 0x636c4b1ffca7cbfd31956e0b1ac595f6),
(0x7d0eff8511220b56298205f436b54d76, 'wp-content/plugins/ultimatum-library/images/icons/32/cloud_upload.png', 0, 0x00000000000000000000000000000000, 0x47037cab066407ae4e6ee6edf98f1519),
(0xe2733253a31bf73778424da3139bfcb2, 'wp-content/plugins/ultimatum-library/images/icons/32/coffee_to_go.png', 0, 0x00000000000000000000000000000000, 0x07521db6327a035e83da60f99c93f83a),
(0x406f1262ffc5c98d6e968644b23abc68, 'wp-content/plugins/ultimatum-library/images/icons/32/color_wheel.png', 0, 0x00000000000000000000000000000000, 0x3bf4cc553ecf9a0aeef2f90deefff499),
(0x28b18889287c4e35b35ee7c5bff67df5, 'wp-content/plugins/ultimatum-library/images/icons/32/comments.png', 0, 0x00000000000000000000000000000000, 0x02a616ca268e0231f3d8a5909e5231f9),
(0x57213e932d87bb71e93543d46ae3e28b, 'wp-content/plugins/ultimatum-library/images/icons/32/comments_add.png', 0, 0x00000000000000000000000000000000, 0xb1a9c2667229f06b3136fd1aa87eae57),
(0x4684c3431c502b33497928e8ebe0d023, 'wp-content/plugins/ultimatum-library/images/icons/32/comments_alert.png', 0, 0x00000000000000000000000000000000, 0x3c2373bdfa62c79c67a49b1d7542b2a0),
(0x935c7e867d896af67555b6be1365a420, 'wp-content/plugins/ultimatum-library/images/icons/32/comments_check.png', 0, 0x00000000000000000000000000000000, 0xaa9c4e9080aef8fa1926d94f7d6f116e),
(0xffe56bac06f9e9b1934bef893cfe23d8, 'wp-content/plugins/ultimatum-library/images/icons/32/comments_count.png', 0, 0x00000000000000000000000000000000, 0xef7d2d8b1681d260e0ca665cff67ee0f),
(0x39a9a9e5a34bd77875d6775638f14b3d, 'wp-content/plugins/ultimatum-library/images/icons/32/comments_delete.png', 0, 0x00000000000000000000000000000000, 0xf8cf04cf76695fe7e8d9b738ad41dd26),
(0x8b859e042e1e39aa02e9d86f6eb3dd4c, 'wp-content/plugins/ultimatum-library/images/icons/32/comments_reply.png', 0, 0x00000000000000000000000000000000, 0x0fee30615f18b3f2e1645ac65d706b85),
(0x8679f84b6ce41eaae1178557c3e34dba, 'wp-content/plugins/ultimatum-library/images/icons/32/comments_report.png', 0, 0x00000000000000000000000000000000, 0x181b58e7c3e51a2fd429185348547bdc),
(0xf371522c8bbda2f95a32d5408f008edc, 'wp-content/plugins/ultimatum-library/images/icons/32/copy-document.png', 0, 0x00000000000000000000000000000000, 0x25b09561c22dfa62fd5ac0c5deb1d4d2),
(0xe776bbe62f18ed661db11b81557084f2, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_acrobat.png', 0, 0x00000000000000000000000000000000, 0x6b049700e92e20ee5ff361bff615cc0d),
(0xb1c9d24c1e2d29c10953a5559a1f3db9, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_after_effects.png', 0, 0x00000000000000000000000000000000, 0xa8b75eb4b5eb18d7b9da5ea8ec6c8e6e),
(0x834175e5922b27e6a383d9c1cf9553dc, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_bridge.png', 0, 0x00000000000000000000000000000000, 0x1a232ef2c2a8f22603b59b826fa27392),
(0x1ac89b7771f06928a1855ce544d24d99, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_dreamweaver.png', 0, 0x00000000000000000000000000000000, 0xb357651f457280f12fcf3a42a12407cb),
(0x897792a66a718912b989649641330673, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_fireworks.png', 0, 0x00000000000000000000000000000000, 0x34a0065f0b34cf61851ac56e40a169bd),
(0x4af7b25de08ae26d45d0ce054bee16a7, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_flash.png', 0, 0x00000000000000000000000000000000, 0xfdb1763e36b0d2deb9067ab0b3d7b591),
(0x0bb23704ce3642006c05565b50fc12e9, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_illustrator.png', 0, 0x00000000000000000000000000000000, 0x8d2ad6bb0fdf7780d8442e288d608e07),
(0xfc3e77dd3532d42f5336da96e30276e4, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_indesign.png', 0, 0x00000000000000000000000000000000, 0x6196f61cf46cc273cf5759f9023f87fd),
(0x11dd9d4ef4d1b689ca6db112ae245a92, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_photoshop.png', 0, 0x00000000000000000000000000000000, 0x04f70500d21595bf37d9c7d14b27f930),
(0x06a551ab78d734b45e38d55ee5999b4c, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_premiere.png', 0, 0x00000000000000000000000000000000, 0x0705bc401031491bfb26a19c8448fb39),
(0x1cd2efee9e774b6367391c6cfdd4324c, 'wp-content/plugins/ultimatum-library/images/icons/32/creative_suite_sound_booth.png', 0, 0x00000000000000000000000000000000, 0xdd40dbce29b65d0b3e52031d61e9ad40),
(0x70e18c68d38d2068e73285cedf6f9529, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_gold_amex.png', 0, 0x00000000000000000000000000000000, 0x537b361dbac31b4f411ef9f0e16d2b72),
(0x9ba51fe45ed6f38cb218591677fc59d2, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_gold_diners_club.png', 0, 0x00000000000000000000000000000000, 0x8f6f7255d22b36b63ae7582f2477b4a5),
(0x0b44c731dd626a1c999a619e77d8dad6, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_gold_master_card.png', 0, 0x00000000000000000000000000000000, 0x4c6aff7a1d16878f79a2c0fa62951642),
(0xd53e5791aa8fb0a967301737b08b72dd, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_gold_paypal.png', 0, 0x00000000000000000000000000000000, 0x8267971b24b774dc2760a4456afe24eb),
(0x32efa36969f6373be39255fd11133116, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_gold_visa.png', 0, 0x00000000000000000000000000000000, 0x3ce3b43d1fdf02c08bd9b7fac40e451f),
(0x98d7a84d7fec055c3687b9be847e146e, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_platinum_amex.png', 0, 0x00000000000000000000000000000000, 0xe22edf7fd112d603b20f8c0bd280b994),
(0x4acf88a2b74675bd6076626a849d7a7c, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_platinum_diners_club.png', 0, 0x00000000000000000000000000000000, 0x7b3fe89b824059d51229b739cde86fde),
(0x62fe74daef348eaf54a6249278ef3fce, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_platinum_master_card.png', 0, 0x00000000000000000000000000000000, 0xdf8e557bc73e8b871d73d1dbe3014938),
(0xc9a4970030cd163a2aa3f879fdca10c4, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_platinum_paypal.png', 0, 0x00000000000000000000000000000000, 0xcf102769208f0ac91bfa6af86fac5f02),
(0x26148bae2b941172a4e9acce3b524c9c, 'wp-content/plugins/ultimatum-library/images/icons/32/credit-card_platinum_via.png', 0, 0x00000000000000000000000000000000, 0x5ff02986822a233917949eddb9e35418),
(0x8fbcd333e1aaeb78f973bf119bf2850e, 'wp-content/plugins/ultimatum-library/images/icons/32/cross.png', 0, 0x00000000000000000000000000000000, 0x44cb18c0176b61a75f10f9516e7f8398),
(0x07a0a5b41bd3ef97206991ed32f409df, 'wp-content/plugins/ultimatum-library/images/icons/32/curriculum_vitae.png', 0, 0x00000000000000000000000000000000, 0xf93eb30f289ee6c60e4128d5df1a2ad5),
(0x138440feb8ddce51e119c15c3ee47ba3, 'wp-content/plugins/ultimatum-library/images/icons/32/cutting_pad.png', 0, 0x00000000000000000000000000000000, 0x2b3795db578c9f31413474d469dcc963),
(0x2a273423adfe6fcef5ecf3fe1f12c51e, 'wp-content/plugins/ultimatum-library/images/icons/32/database.png', 0, 0x00000000000000000000000000000000, 0xecc212b1c9ff09496a145fdb4dca4313),
(0x39509800970977cc10e4b78c50dada7d, 'wp-content/plugins/ultimatum-library/images/icons/32/database_add.png', 0, 0x00000000000000000000000000000000, 0x2aedffc12b102f5a15c3e2aca463948a),
(0x3059b82c1ae292d785d351a67761dce9, 'wp-content/plugins/ultimatum-library/images/icons/32/database_alert.png', 0, 0x00000000000000000000000000000000, 0x9cd3ae26315c682905604bc17275af0d),
(0xa3f716735916dff6adfe57c667998caa, 'wp-content/plugins/ultimatum-library/images/icons/32/database_check.png', 0, 0x00000000000000000000000000000000, 0x901f25a8ffcc01898ee0c71b6579ff2b),
(0x733e89f2314d1cc98fbfd9c8b5a5e7a5, 'wp-content/plugins/ultimatum-library/images/icons/32/database_delete.png', 0, 0x00000000000000000000000000000000, 0xf5cc5a2aaab5c8663d3926e924585fde),
(0xea2ff694b7a6a8315f13cb6547bf52b1, 'wp-content/plugins/ultimatum-library/images/icons/32/database_download.png', 0, 0x00000000000000000000000000000000, 0x83da514ab2a47c4e34ed5af64e99d541),
(0xe1e64b4844ee1ffcb7d9f9aed5016b79, 'wp-content/plugins/ultimatum-library/images/icons/32/desktop_addictedtocoffee.png', 0, 0x00000000000000000000000000000000, 0xc026a562149035a292ecd96446d0f2dd),
(0xa47e6e80f6fcbc063c50fce7b8a8b5d9, 'wp-content/plugins/ultimatum-library/images/icons/32/desktop_aqua.png', 0, 0x00000000000000000000000000000000, 0x458dc161d228b47e51cfb20e17d09679),
(0x1b13e9e5f45719722a8f3a9cfaa0da41, 'wp-content/plugins/ultimatum-library/images/icons/32/desktop_aurora_leopard.png', 0, 0x00000000000000000000000000000000, 0x0525e0c3c70228547a647c52be8fee78),
(0xc2455264f839c227e7e10584d7b35952, 'wp-content/plugins/ultimatum-library/images/icons/32/desktop_aurora_snow_leopard.png', 0, 0x00000000000000000000000000000000, 0x4ce124e7f26843cab0646a3bd74da0f6),
(0x9d18a3ed1ee88ac1458399dc8282e264, 'wp-content/plugins/ultimatum-library/images/icons/32/desktop_blazeoflight.png', 0, 0x00000000000000000000000000000000, 0x3d73083ae547a6017755d21a6489d9ab),
(0xccd9a1d010a45a71b0a3ac6fd8cd8f06, 'wp-content/plugins/ultimatum-library/images/icons/32/desktop_into_the_sun.png', 0, 0x00000000000000000000000000000000, 0x8b4858365389f7b8d34ada0c432f9ce9),
(0x66788c02960ae0d17eb0db1e689d9794, 'wp-content/plugins/ultimatum-library/images/icons/32/desktop_lensflare.png', 0, 0x00000000000000000000000000000000, 0xb93a972e9879f56ee422f19736015a38),
(0x8f1678f51c18799c1fb359bd0ae8508d, 'wp-content/plugins/ultimatum-library/images/icons/32/desktop_wallpapers_aqua.png', 0, 0x00000000000000000000000000000000, 0x2bba23ec6d9f8a4022701c67b0b09064),
(0xd33632d284eb12e461b5da5b4a28cf12, 'wp-content/plugins/ultimatum-library/images/icons/32/desktop_wallpapers_aurora.png', 0, 0x00000000000000000000000000000000, 0x88562d373f175a525cd57ef214158008),
(0x572418a4b286879c194033b46d7ea1b3, 'wp-content/plugins/ultimatum-library/images/icons/32/digital_camera.png', 0, 0x00000000000000000000000000000000, 0x733fb1e88e09bcb27d6b740b255441d9),
(0x80fd4b1398121115aca88b3e227e20da, 'wp-content/plugins/ultimatum-library/images/icons/32/document-lined-pen.png', 0, 0x00000000000000000000000000000000, 0x7751da65958e5167dc0260b3e969783f),
(0xcea7974e6ad987c117a216e60aa0943b, 'wp-content/plugins/ultimatum-library/images/icons/32/document-plaid-pen.png', 0, 0x00000000000000000000000000000000, 0x31e4d390f73edbe7d291f0d95d387323),
(0xf9c475c66fdb09e557ee79179d35e5cd, 'wp-content/plugins/ultimatum-library/images/icons/32/document_blank.png', 0, 0x00000000000000000000000000000000, 0xf23e4483bc053010dd9d866edf38fc50),
(0xf15b76c0b2a2391c9486cd20ae5a3717, 'wp-content/plugins/ultimatum-library/images/icons/32/document_pen.png', 0, 0x00000000000000000000000000000000, 0x032517f66d7057fcb9adfe499ffdfe62),
(0x4973ec1526abfb09fbf2e0ffd1d55765, 'wp-content/plugins/ultimatum-library/images/icons/32/emote_biggrin.png', 0, 0x00000000000000000000000000000000, 0xdfdaa1e0203399a0ab6a6f029575a8c3),
(0x3b1fac03415e449f5721dfa110ade971, 'wp-content/plugins/ultimatum-library/images/icons/32/emote_love.png', 0, 0x00000000000000000000000000000000, 0x1037842e5e852b0231b682c275e6b7c3),
(0x6bdb9f6915a5df4633a456c74ded9633, 'wp-content/plugins/ultimatum-library/images/icons/32/emote_nerd.png', 0, 0x00000000000000000000000000000000, 0x5b0eb4cf5254288f6972d7f95a4bdfca),
(0xb5efbc631e5d4334f0e41b49f3c54684, 'wp-content/plugins/ultimatum-library/images/icons/32/emote_nerd_penholder.png', 0, 0x00000000000000000000000000000000, 0xe7a3c44eeb21d8804359d3e08baf25a8),
(0x129fd9173d52ec4835951bdcec4e3a67, 'wp-content/plugins/ultimatum-library/images/icons/32/emote_sad.png', 0, 0x00000000000000000000000000000000, 0xdd9aba983223bb778c71cc2d4099dcb5),
(0x8c4389b5070b49325a3e8042a24de7ba, 'wp-content/plugins/ultimatum-library/images/icons/32/emote_smile.png', 0, 0x00000000000000000000000000000000, 0x527000b3f6e7ffe386ff0360f18f5b1f),
(0xe7abb30970745378211d807472ea9263, 'wp-content/plugins/ultimatum-library/images/icons/32/emote_wink.png', 0, 0x00000000000000000000000000000000, 0xfb2fd49c372654cbf5af60bcd2eb76b4),
(0xdd4944308e93305442174d7cd9000229, 'wp-content/plugins/ultimatum-library/images/icons/32/emote_woohoooo.png', 0, 0x00000000000000000000000000000000, 0x92489cdfddc12e02bd32c7ef71adfe8b),
(0x18db307650afd1778a576178087aa68b, 'wp-content/plugins/ultimatum-library/images/icons/32/entry_add.png', 0, 0x00000000000000000000000000000000, 0xd6992b3c1b9a1d1dac667b8231077c29),
(0xad165a53504c81627c29243e55a6b720, 'wp-content/plugins/ultimatum-library/images/icons/32/entry_alert.png', 0, 0x00000000000000000000000000000000, 0x6b0dbe84a3b0d4f286c5881bd4400131),
(0x8505decdc3a930f0fdedf1b140909af4, 'wp-content/plugins/ultimatum-library/images/icons/32/entry_delete.png', 0, 0x00000000000000000000000000000000, 0x77cc30d3810832c1e764136078a9942e),
(0xe81e4a1f6eac8661b59fb257fa2c9356, 'wp-content/plugins/ultimatum-library/images/icons/32/entry_preview.png', 0, 0x00000000000000000000000000000000, 0x18893abc92e71a4756d9e001607b0486),
(0xcbfa004ae9c2e9199c49b1d6de24383c, 'wp-content/plugins/ultimatum-library/images/icons/32/entry_save.png', 0, 0x00000000000000000000000000000000, 0xf20c80984eb1e849155a36d64c888cac),
(0x0e419f8568719208dd342572841c991a, 'wp-content/plugins/ultimatum-library/images/icons/32/entry_saved.png', 0, 0x00000000000000000000000000000000, 0x69f000a8a988aaa4f52050d0bdb0ba0c),
(0xe64c1b3683f4c6082649f38d98aa2492, 'wp-content/plugins/ultimatum-library/images/icons/32/file_aac.png', 0, 0x00000000000000000000000000000000, 0x23f509957afeca40916982699d0dceca),
(0xf948c879412c4a3cf4dac098abb73fc5, 'wp-content/plugins/ultimatum-library/images/icons/32/file_ai.png', 0, 0x00000000000000000000000000000000, 0x0b3a8ff8d39c8c79fd717b1e5bb0da2e),
(0x379a7fc198deb9f295fd5057b1ac5f38, 'wp-content/plugins/ultimatum-library/images/icons/32/file_avi.png', 0, 0x00000000000000000000000000000000, 0x6d013206f2af777869742b5da0e90e59),
(0xa92bcf607371ba4aacfc420bd6a466f7, 'wp-content/plugins/ultimatum-library/images/icons/32/file_bin.png', 0, 0x00000000000000000000000000000000, 0x8ceeee0c43cb148a99a53bab3bd1e0d0),
(0x75d55d54a97924cae5fae67784f48554, 'wp-content/plugins/ultimatum-library/images/icons/32/file_bmp.png', 0, 0x00000000000000000000000000000000, 0x2914e83a89a6817ff857d21b971651d0),
(0x73a2e814dc3917d7ab2db2e6134e867e, 'wp-content/plugins/ultimatum-library/images/icons/32/file_cue.png', 0, 0x00000000000000000000000000000000, 0x5915eeea074da2f021015194e8651894),
(0xc5236a0b324180f16a1a5688838575ce, 'wp-content/plugins/ultimatum-library/images/icons/32/file_divx.png', 0, 0x00000000000000000000000000000000, 0x65aebe5714db837e160118070bce0239),
(0x6745dcb2af4dad92d343b8c0cea25402, 'wp-content/plugins/ultimatum-library/images/icons/32/file_doc.png', 0, 0x00000000000000000000000000000000, 0x368df2a0d3d96150eee54808d658f151),
(0x33be102145ee126921ba89f1f3dcbfb5, 'wp-content/plugins/ultimatum-library/images/icons/32/file_eps.png', 0, 0x00000000000000000000000000000000, 0xb4b182ee46aa94c50872f8aba86fdd27),
(0xfb7dafd1db076cf72a0943f0a6ba163f, 'wp-content/plugins/ultimatum-library/images/icons/32/file_flac.png', 0, 0x00000000000000000000000000000000, 0xafd4ccb97666a35d4af5caae0ae4cde0),
(0xd8b50340186dcbaf45511a1c0b5e626d, 'wp-content/plugins/ultimatum-library/images/icons/32/file_flv.png', 0, 0x00000000000000000000000000000000, 0x8466e89600b970d36dde92f24080b566),
(0xe55048c631adcaf4a5a31000a942e7c6, 'wp-content/plugins/ultimatum-library/images/icons/32/file_gif.png', 0, 0x00000000000000000000000000000000, 0x420b4acb5911d56ee1810c1c53cfa0af),
(0x302a1de5b334351b59b3cce76a021edf, 'wp-content/plugins/ultimatum-library/images/icons/32/file_html.png', 0, 0x00000000000000000000000000000000, 0x78b057f839fbe001ebb8a9484605f58a),
(0xd6b2afca05eda4cbcd416a92ac111a7c, 'wp-content/plugins/ultimatum-library/images/icons/32/file_ical.png', 0, 0x00000000000000000000000000000000, 0x3ae8f222a7510f250b0e5c00e7325aa3),
(0x64b829158d27fb58f0e2f9fd4eead538, 'wp-content/plugins/ultimatum-library/images/icons/32/file_indd.png', 0, 0x00000000000000000000000000000000, 0x667de262b5b12766e08cd2a13be45f47),
(0x8aca755a952a1f6c0c47ddec279fc30c, 'wp-content/plugins/ultimatum-library/images/icons/32/file_inx.png', 0, 0x00000000000000000000000000000000, 0xd93a1ca74079598d405574f3fb4f4316),
(0x81cf69166f8c2492e67f8c3916117ee7, 'wp-content/plugins/ultimatum-library/images/icons/32/file_iso.png', 0, 0x00000000000000000000000000000000, 0x5e0383ab6c60ea558c07e9afa85bf27a),
(0x035a0b12fab2ac51c2ac24a6ca4f991c, 'wp-content/plugins/ultimatum-library/images/icons/32/file_jpg.png', 0, 0x00000000000000000000000000000000, 0x334f4e6a00926bd289ea6a600c835747),
(0xd2457b0403467b38a3c24f6a0fc04c6b, 'wp-content/plugins/ultimatum-library/images/icons/32/file_mov.png', 0, 0x00000000000000000000000000000000, 0x8c982073c7b819669ca1c1ccc33511d9),
(0xff5505e5a48b6a3c2ab227efcf674dab, 'wp-content/plugins/ultimatum-library/images/icons/32/file_mp3.png', 0, 0x00000000000000000000000000000000, 0x770a32d748b3b22da6cff49701e31d98),
(0xff3abe0ace1e4a6c496042a63adf738e, 'wp-content/plugins/ultimatum-library/images/icons/32/file_mpg.png', 0, 0x00000000000000000000000000000000, 0x1ef89a578e1e2a7d0a7e8a627006cacc),
(0xbb4a98ae391ffe584f4b2873df493461, 'wp-content/plugins/ultimatum-library/images/icons/32/file_pdf.png', 0, 0x00000000000000000000000000000000, 0x0b4af3cd5846199450eb762c9abbbb5d),
(0xee9a801528b4b905a99bfc6ba2192bd3, 'wp-content/plugins/ultimatum-library/images/icons/32/file_php.png', 0, 0x00000000000000000000000000000000, 0x858ebbfab79153c9112bfbd4cd6ff53e),
(0x021b9d3e3502fc7ba29a39bea0a93196, 'wp-content/plugins/ultimatum-library/images/icons/32/file_png.png', 0, 0x00000000000000000000000000000000, 0x78008f19a40a8d22b93dd5dee3e04743),
(0x2ece7617e2709602d70e4932e0b4c9ae, 'wp-content/plugins/ultimatum-library/images/icons/32/file_pps.png', 0, 0x00000000000000000000000000000000, 0x348b8d3a5b500c8fa7045ac8cfac2cf1),
(0x27895b219dc11ccd008afb72b1e75b49, 'wp-content/plugins/ultimatum-library/images/icons/32/file_ppt.png', 0, 0x00000000000000000000000000000000, 0x7efae65e78e93e9ff2adda7e82299f99),
(0x6aaaa2053a2dfe28446bf64a8326caa0, 'wp-content/plugins/ultimatum-library/images/icons/32/file_psd.png', 0, 0x00000000000000000000000000000000, 0xde40058a8393f7f02d1e0dc472a238f1),
(0x0d6cd95a2d0a18c35a7ac860dd05c853, 'wp-content/plugins/ultimatum-library/images/icons/32/file_qxd.png', 0, 0x00000000000000000000000000000000, 0x58166be55c0af2a337e8fa78663084e4),
(0xc4537bd2307832cc08e093af71e1764f, 'wp-content/plugins/ultimatum-library/images/icons/32/file_qxp.png', 0, 0x00000000000000000000000000000000, 0x8b6ad88edd2b8f4697ae8d6380bbc356),
(0x55f3832e2b89cbb645d66ccfcf772254, 'wp-content/plugins/ultimatum-library/images/icons/32/file_raw.png', 0, 0x00000000000000000000000000000000, 0x27c34038024aa1459aefef73da64a068),
(0xd4fed205d5c78c3b7139cfef086c578d, 'wp-content/plugins/ultimatum-library/images/icons/32/file_rtf.png', 0, 0x00000000000000000000000000000000, 0x977970a375f0f771a4848d5e075696dd),
(0x98587952ce5b9699c7fd65d6017422cf, 'wp-content/plugins/ultimatum-library/images/icons/32/file_svg.png', 0, 0x00000000000000000000000000000000, 0x6deb7b98d97131570575eab3117a5ee6),
(0xc4e6838c1031122a004090415853f14e, 'wp-content/plugins/ultimatum-library/images/icons/32/file_tif.png', 0, 0x00000000000000000000000000000000, 0xf14693be63ca9394a424a90df6c72d98),
(0xbadb4515dd41e29618a27cae51f64024, 'wp-content/plugins/ultimatum-library/images/icons/32/file_txt.png', 0, 0x00000000000000000000000000000000, 0x10260575916974746bd87356da2b9bbe),
(0xe8f0647f20e2627fa088cac3836a236f, 'wp-content/plugins/ultimatum-library/images/icons/32/file_vcf.png', 0, 0x00000000000000000000000000000000, 0x3ad9748f620936a7b9adc8edb5b8ead6),
(0x5a8f35854906bf119941d2d2a7a41ada, 'wp-content/plugins/ultimatum-library/images/icons/32/file_wav.png', 0, 0x00000000000000000000000000000000, 0x04302e9007d665cd0b527c65e3820cc8),
(0x48c80bd667a339757183bf5474298a35, 'wp-content/plugins/ultimatum-library/images/icons/32/file_wma.png', 0, 0x00000000000000000000000000000000, 0x648c6f330cf7b8925d0cd4043d3e2800),
(0x582e95d88af259db4a9579fc1d0da23d, 'wp-content/plugins/ultimatum-library/images/icons/32/file_xls.png', 0, 0x00000000000000000000000000000000, 0x9c3311e2de8d3a4a93f1b27fd5dfe3e7),
(0x8ad00f70d8d4369173104c1236e83ae6, 'wp-content/plugins/ultimatum-library/images/icons/32/file_xml.png', 0, 0x00000000000000000000000000000000, 0x6baf47cda21c2e450c3f3d73bec4a1e9),
(0xca53346cc5594c2d14a83ce3fd0a4a74, 'wp-content/plugins/ultimatum-library/images/icons/32/firefox.png', 0, 0x00000000000000000000000000000000, 0x1bb49d97bdb62010b1bd2c3bf131aed5),
(0xa9ae4e030a791c71fb43c73ef067a87a, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_andorra.png', 0, 0x00000000000000000000000000000000, 0x6cc8af2b4cf4b5a7a1cf3daeb5daac7d),
(0xdc6a54e3fad65f5919d4b0e55d3425fd, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_argentina.png', 0, 0x00000000000000000000000000000000, 0x3d8917084417375e1f1121be4220d24d),
(0x10ac93f304b5cb70a3338a608039e7a7, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_australia.png', 0, 0x00000000000000000000000000000000, 0x116c26a33121a052f245970a34c32d61),
(0xe023a30aa05ea3007ac9240b57c660f5, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_austria.png', 0, 0x00000000000000000000000000000000, 0x8c27e49129f17a2baa0244e404984bc3),
(0x6079f77a0c9344e4abc7b02fa2541274, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_belgium.png', 0, 0x00000000000000000000000000000000, 0xde2458c7b5feff7a5ff584d32ce02c5a),
(0xa651f102440af6350893d94d8db0eece, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_botswana.png', 0, 0x00000000000000000000000000000000, 0x7c3fb2d88b8182008952add6e33c9799),
(0xf2bf18f8052a4f3455a955b4c2d47651, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_brasil.png', 0, 0x00000000000000000000000000000000, 0x0a30db294f1ac40ede88ccf4840fc3d7),
(0x007092090c0e231d18d68d021ca0914c, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_bulgaria.png', 0, 0x00000000000000000000000000000000, 0x0c7a02615b844a7f4755fe57e682ceb0),
(0x6b6ba376f308469037eea4825f27956d, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_cameroon.png', 0, 0x00000000000000000000000000000000, 0x36ee2156995599558014bb226d2abce8),
(0x8780c24255a201c9cc7c4f939a367956, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_canada.png', 0, 0x00000000000000000000000000000000, 0xa49a0f7a0e7bbb053f81f52e3078412a),
(0x0fcca688d1ac9c244db0ca941711aa67, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_central_african_republic.png', 0, 0x00000000000000000000000000000000, 0xf1bbd7af9339d20e4c3de83bdd91be38),
(0x451db219bab820fd4bdd59f71cc4349d, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_chile.png', 0, 0x00000000000000000000000000000000, 0x1f3d6c184a024828756c7ce25ada716c),
(0x97c41f7df3b7a557941c71de004a346b, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_china.png', 0, 0x00000000000000000000000000000000, 0x80fefa96bc6aacadaecace98a8d88aa5),
(0x9242bfdeb6bc29429ff8f69451708806, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_colombia.png', 0, 0x00000000000000000000000000000000, 0x0149755910d9b6d97a4e52fdee691950),
(0xa26da84812e259e170d01de7cbbe9817, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_croatia.png', 0, 0x00000000000000000000000000000000, 0x6660b9278b821be1cc04bc51d8da3db2),
(0x0eb41e998997611701ff7707fa700704, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_czech_republic.png', 0, 0x00000000000000000000000000000000, 0x4844ba7b8833cb3363b88a3d2849bb54),
(0x7fdef7a30700064052ec4d039a8601c7, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_denmark.png', 0, 0x00000000000000000000000000000000, 0x1997a618804c6b5f7bf1680e38431408),
(0xfb3ee2a804eba6e216ebcd07c8b7b01b, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_dominican_republic.png', 0, 0x00000000000000000000000000000000, 0x4a467d9b4433ac1d7de16e417daa825b),
(0x5976f203fa98ac4d2c15bdef0ad49d10, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_ecuador.png', 0, 0x00000000000000000000000000000000, 0xba0c3510cd9fc2a375c2ee2e3d30e622),
(0xa777e9870fa82d7ae525dd0e35f85eae, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_egypt.png', 0, 0x00000000000000000000000000000000, 0x4f840736d3a2d3736b66261e19b344a0),
(0x57564c31b19c894b1d5d9d8c49da6c3d, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_el_salvador.png', 0, 0x00000000000000000000000000000000, 0x288da3240e3009944d48f01a43ca0b32),
(0xdc0aff7428f43d5806121f9c9e67c4d0, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_equatorial_guinea.png', 0, 0x00000000000000000000000000000000, 0x8abcb373954750073391a6a922b53b1e),
(0xa9f33a6e4d05f09c28099fff6537b8fb, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_estonia.png', 0, 0x00000000000000000000000000000000, 0x6923be8607c3b37f36180131d0e2e51c),
(0x2f686a2b78a9c92537c4a3d0ff123c79, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_european_union.png', 0, 0x00000000000000000000000000000000, 0x2833e71e4d26954612ba8a66d24564cb),
(0x6931974e455644d9479b6005cd6d3471, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_france.png', 0, 0x00000000000000000000000000000000, 0xef4885b42c10e3ec4c1b14881f8303e0),
(0x273275e4ca5af0118ac1c56aa6109ee6, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_gay_pride.png', 0, 0x00000000000000000000000000000000, 0xb54c1caa4a7a0bd051583a70e4611dc0),
(0xd90f71d11b33ebd2b4ae117a8157f0ba, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_germany.png', 0, 0x00000000000000000000000000000000, 0x93b91c8d37dd4c92c9d0ec4de1fbe380),
(0x5b8719cfc84fb59264b655cb0b4037e4, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_greece.png', 0, 0x00000000000000000000000000000000, 0x627b08c1c58ee36a3fd2d6193d625cdc),
(0xcdcd857334c56e701921305c349b9f04, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_guatemala.png', 0, 0x00000000000000000000000000000000, 0x00e1ea863b0225fbc5f9ecf2e5b85068),
(0xda8622dda6c8eea7b599f3093258f1c7, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_guinea-bissau.png', 0, 0x00000000000000000000000000000000, 0x5d3672b50e99605e3f0f474af80688c4),
(0x832d7e203bd9bc83f8fbe83a771baddc, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_guinea.png', 0, 0x00000000000000000000000000000000, 0xa8675da6ef9f6fbf8ee9672073644e9f),
(0x7008efdeeed6341f5ad3fe6fc14ccb28, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_honduras.png', 0, 0x00000000000000000000000000000000, 0xe11e4411662da32efbfd4e1c5cc2029e),
(0xa2344b0b002b59f463381e68696af2d5, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_hong_kong.png', 0, 0x00000000000000000000000000000000, 0x45350a95b53cb1168f6b09cf4d3fbda0),
(0xf311148932c14b50a6700132bde24216, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_hungary.png', 0, 0x00000000000000000000000000000000, 0x56ae7303389fbff9883c20a05485669f),
(0x2dedb80abd244146b2d5ddf737e7315d, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_india.png', 0, 0x00000000000000000000000000000000, 0x20bf836f54192fb1b378f660829870ff),
(0xfbd7263a0bd240e482a4b11c715fd313, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_indonesia.png', 0, 0x00000000000000000000000000000000, 0x65bb496a31de9915ad2f0c105ad058be),
(0x37914e1f9026f18fd3876ef4018f6816, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_ireland.png', 0, 0x00000000000000000000000000000000, 0x78229521a578ae95fff35f85818bdbab),
(0x0c64ecc1a779e1f2b64498dd7302c539, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_israel.png', 0, 0x00000000000000000000000000000000, 0x917cb978f6a94897ff32013b524344e4),
(0xa27ba6a06858947f33b1e81d01d4c323, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_italy.png', 0, 0x00000000000000000000000000000000, 0x16138a4d83fa97ecd5fd8890b4bcaf93),
(0xd6ad46aa815d1c894a319e4bf0c5069b, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_ivory_coast.png', 0, 0x00000000000000000000000000000000, 0x07ebdbfb3fa8bf73acac019b851a7b8d),
(0x2b0921fb068d83bae7802e4ff30a19e7, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_jamaica.png', 0, 0x00000000000000000000000000000000, 0x45f87c5043b417130d876f2453f71790),
(0x5e05d4360fa492b713ad5dbae5e6eacc, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_japan.png', 0, 0x00000000000000000000000000000000, 0xa255a9ab6e6656d8254a21a2bbbb7989),
(0xb76d5d13fca84e598f6cb8568927b89b, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_jordan.png', 0, 0x00000000000000000000000000000000, 0x2bcc03b8f433279c529f6794dc5e5349),
(0x09f5070d7132f13282e837bb3a2c9776, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_kenya.png', 0, 0x00000000000000000000000000000000, 0xd1e6389e7c3fdf9ed768753f54905a2d),
(0x6af9a8bc333ccdb1edb5cfb1cda78945, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_korea.png', 0, 0x00000000000000000000000000000000, 0x7e891aee0cc8efb3566cc0ed5aaa437e),
(0x68f7f5d103d694667d7f549c1f2c1d34, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_latvia.png', 0, 0x00000000000000000000000000000000, 0x274b46d10497adaab47eb576faf268a6),
(0x7169e26b71d8c0cd39b1a4bb1b40daaf, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_liechtenstein.png', 0, 0x00000000000000000000000000000000, 0x09bc031a69efcfb7012a1bb6e568441c),
(0x73fba4b22cc2b57b792ccbf9c152eec9, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_lithuania.png', 0, 0x00000000000000000000000000000000, 0x5c458b18a050400d908a43bc0a2b5569),
(0x6e71d8222785846f030a960c4df1a024, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_luxembourg.png', 0, 0x00000000000000000000000000000000, 0xe035093f5f337820d7333ca3e77b89be),
(0xed1b60b7ffd4b7d8303d70155d830c98, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_macau.png', 0, 0x00000000000000000000000000000000, 0x178de8c7ce8a30110f6c98086d3e321c),
(0x13edf2c5050d62d7b358ee6496120e3b, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_macedonia.png', 0, 0x00000000000000000000000000000000, 0xb3590007b9951f1f70e2d6d9616fcbd8),
(0x14988bf30b45e4fca29a4ed903863daa, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_madagascar.png', 0, 0x00000000000000000000000000000000, 0x905254b3f14718765c2dc9ac16422bc3),
(0x94f575046f0c05aedff8973af8130c04, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_malaysia.png', 0, 0x00000000000000000000000000000000, 0x95c7cde7bb5b4537cedcb6a204abdd1f),
(0x07e59d1b46c9de78e76c657b1b24db13, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_mali.png', 0, 0x00000000000000000000000000000000, 0x66759c5e29ca294e64feb8ef834fb6fc),
(0x569a777c08f676654e0c875289fe704b, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_malta.png', 0, 0x00000000000000000000000000000000, 0x3d4b18bbf0a04fdef188fed27d26fdfa);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xac2a270b037644c84c8b84d0d82590e8, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_mauritius.png', 0, 0x00000000000000000000000000000000, 0xd5c736171f761b68b38e4b9d08f9cbcc),
(0x929b728c57bc94a71d18897b3fdca387, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_mexico.png', 0, 0x00000000000000000000000000000000, 0x3a106a283aace731cc8d57bea3e44cdb),
(0x287d37068b41b788899defb17500c329, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_moldova.png', 0, 0x00000000000000000000000000000000, 0x78c14490f5e7501738d381c04fd7cba6),
(0xcda3d511432fe5e7ef317eaea3afdd23, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_monaco.png', 0, 0x00000000000000000000000000000000, 0x3e200ae26053e8d9c7cf44753db3f611),
(0x6d2c2c68455d7609c9ccc3e671711542, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_montenegro.png', 0, 0x00000000000000000000000000000000, 0x104af80070481bdf2645f55ce172a975),
(0xe7a29a6f6f68468b074916acec834b96, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_netherlands.png', 0, 0x00000000000000000000000000000000, 0x9ad041f1f5eaeb30c1ab4bc1b4aaae85),
(0x08b0f70a4fc857f757f233d1405f98e1, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_new_zealand.png', 0, 0x00000000000000000000000000000000, 0x555303cfc60e03e86fe303b6c9288414),
(0xc633f56a03a8b060fb9a7343e90e3adf, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_nicaragua.png', 0, 0x00000000000000000000000000000000, 0x632e3babebd6069c22733d805546c024),
(0x486189755db936aacf74c8e080289238, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_niger.png', 0, 0x00000000000000000000000000000000, 0xddb5d7a9a301e8cc4daa1b7da900de80),
(0x4497dd704d73c42d421accf10ab9fdb8, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_norway.png', 0, 0x00000000000000000000000000000000, 0x31d92e03058eefd01f270260ce83a4ad),
(0x9bdcdfd9397e84fb2881530d0eae5790, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_panama.png', 0, 0x00000000000000000000000000000000, 0x07bac14013a37209990d9dfc41e7bdf2),
(0x822d08d42089fb171f623dd5e9741105, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_paraguay.png', 0, 0x00000000000000000000000000000000, 0x7cef2dfa21bd11f3275966d3e829ce42),
(0x4e42711d2686c5f76fd33ac60252d592, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_peru.png', 0, 0x00000000000000000000000000000000, 0xaaf76cbf2ab5e4474d38ad456a10f281),
(0xe7b8ba9e79a9969721a79956c25f4084, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_phillippines.png', 0, 0x00000000000000000000000000000000, 0xd499236655e68ea2a0f48279287e0262),
(0x5c95bc4c5854f1cc7c9895d79302465e, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_poland.png', 0, 0x00000000000000000000000000000000, 0x401940b38f2f47a4947acf77308eabe3),
(0x7a61d2237505198978282da416791dbe, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_portugal.png', 0, 0x00000000000000000000000000000000, 0x538c8b0e49461b80211476b511f81e03),
(0x5a6ade4f261086f69cd0622ccfa11709, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_puerto_rico.png', 0, 0x00000000000000000000000000000000, 0x1abf7948cfdaf8a92a4164d31e36e300),
(0x358bdfbad170980e3768f9f20ada0f49, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_qatar.png', 0, 0x00000000000000000000000000000000, 0xb3acc222ee820616f5dbbedde85b8d4d),
(0xf72faf553293c767305a924786cced87, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_romania.png', 0, 0x00000000000000000000000000000000, 0xe7cda03306bccce5299da36bf67e12a0),
(0xc865b0602227caf4f2dd6dede6750f1e, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_russia.png', 0, 0x00000000000000000000000000000000, 0x500bfd6996cd91d4c10d18b24bb869f8),
(0x3abdaa3c047282c15b90fae9b4409067, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_saudi_arabia.png', 0, 0x00000000000000000000000000000000, 0xdc11f33c64a8ea6930a5e5783888754b),
(0x720e6a0024d5eb72f61c9e2b3aed40ff, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_senegal.png', 0, 0x00000000000000000000000000000000, 0x94c269dab68c1c7b762d522b05489778),
(0x3450e951a1a89e8b8e6010aef50a033f, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_singapore.png', 0, 0x00000000000000000000000000000000, 0x8f3645e85dac4758ba255b0a81b42bfe),
(0x43cd27963d6f48b3a9c0d05103383f89, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_slovakia.png', 0, 0x00000000000000000000000000000000, 0xeca972bd25a42927a5c5c5f21f7df612),
(0x39e183147246d4ec99fa60b37b073875, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_south_africa.png', 0, 0x00000000000000000000000000000000, 0x3455f3e780c3654cac5732179d7ed84a),
(0x4bb37c0cb2f31f377cd17d40996aa6e6, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_spain.png', 0, 0x00000000000000000000000000000000, 0x22f722b41ab2d308f0b898b9be6332d0),
(0xdec5a0f6991ff6c77c7b7151e90bb3bc, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_suomi.png', 0, 0x00000000000000000000000000000000, 0xc3ddb53ab282ebf63a5735290b74232f),
(0x5781fdf23c280f49b27d05183746a2d3, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_sweden.png', 0, 0x00000000000000000000000000000000, 0x324e4873e63fc965981525b25aa3c4a6),
(0xdd9b9b00dd47b3c1bd4304653ca51801, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_switzerland.png', 0, 0x00000000000000000000000000000000, 0xe2a37df750dbd0c946590ba35de2bcdf),
(0x7ec949ba843f050d652d5b240564650c, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_taiwan.png', 0, 0x00000000000000000000000000000000, 0xa3979f52832d7461016f41f07867a6b1),
(0x662f58db4cddf15556bad428df301fda, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_thailand.png', 0, 0x00000000000000000000000000000000, 0xee73cbeb157e0dbf426c738611283874),
(0x84e8868f6794c8fd1220a577f86cf0de, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_turkey.png', 0, 0x00000000000000000000000000000000, 0x27e0a10e48b3428200a274893744a99d),
(0xd1fc9957daf26d429fef9507117908a7, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_united_arab_emirates.png', 0, 0x00000000000000000000000000000000, 0x7e4264356baf3749cde08c1c3191ec49),
(0x42bc7d8e3a4ec57fffba66b92acce10d, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_united_kingdom.png', 0, 0x00000000000000000000000000000000, 0xe52e7c1ebe13fe1f32e307321e0c1a7a),
(0xce280fc7550ef962a35c41b1da68fd43, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_uruguay.png', 0, 0x00000000000000000000000000000000, 0x50fa5744f3861b06a7181e204f0e791b),
(0x5af1e3ac9a51c2fdf35f807df6693627, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_usa.png', 0, 0x00000000000000000000000000000000, 0x7f8d18c5ca7229682ab6ea35bce4927f),
(0x94a5b6af22c0848aa525b33be5cd4df1, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_vatican.png', 0, 0x00000000000000000000000000000000, 0xebbee79f5acc0813801cc38a02872380),
(0x52987c9ae0d81bf9a255a0799c660039, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_venezuela.png', 0, 0x00000000000000000000000000000000, 0x71d096b2116fa2b0393209c83a31be82),
(0xf34cf349c7a73717856907990fdd43f7, 'wp-content/plugins/ultimatum-library/images/icons/32/flag_vietnam.png', 0, 0x00000000000000000000000000000000, 0x521b577784b053b77239f0920f890f38),
(0x06d386527f7884a9e790d5153045ff91, 'wp-content/plugins/ultimatum-library/images/icons/32/flickr.png', 0, 0x00000000000000000000000000000000, 0x3234f79af29020b4e0fed7de5b4fce6e),
(0xd2d62df95ba63a174ce4f5df7a0aad6d, 'wp-content/plugins/ultimatum-library/images/icons/32/floppy-disk.png', 0, 0x00000000000000000000000000000000, 0xdc4ffb21c4a5e504f0c226d39608c6a1),
(0x96c10eab71479b27b42bf9aa042966e0, 'wp-content/plugins/ultimatum-library/images/icons/32/floppy-disk_dos.png', 0, 0x00000000000000000000000000000000, 0xb412ebdd46b4db2786046716caec77bc),
(0x1cfcdbcb6fb90ca332783974a2b34a2c, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_blue.png', 0, 0x00000000000000000000000000000000, 0x096d1dd29f7c38a98ae33e7ba56fd4a2),
(0x8948a93f36f7fceb617085e4914bea54, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_blue_backup.png', 0, 0x00000000000000000000000000000000, 0x862fbc0953652635224af3293b139b71),
(0x4e215866e8869605efd9d6c226c3b2f6, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_blue_conversations.png', 0, 0x00000000000000000000000000000000, 0x37eaf92995adb101ebac2f137d3dda1d),
(0x68f1a8f8e0b889424e318d662c587383, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_blue_favorites.png', 0, 0x00000000000000000000000000000000, 0xa4ae65fe974f6449f2f2854c71b8cef4),
(0xddf4472209e2b9a55210b4d9f848fead, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_blue_ideas.png', 0, 0x00000000000000000000000000000000, 0x537e266804550d7a44a74041cf1f19f4),
(0x13032fa4bd31a674b52bafbac8ed691f, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_blue_mails.png', 0, 0x00000000000000000000000000000000, 0x637aae1db2cb34cf212ce3bbd09bcef7),
(0x6bbb02e7db51279b022fdb8597968eb7, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_blue_music.png', 0, 0x00000000000000000000000000000000, 0x4f6fa3ef3890459b7f226dcb548ff814),
(0x66c176a442565ea9b5771bad1f1bba4f, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_blue_stuffed.png', 0, 0x00000000000000000000000000000000, 0xb662e51b554e663cfc80c7d662a4f16a),
(0x80ffe96c0757079db3ee92786814c2ec, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_blue_todos.png', 0, 0x00000000000000000000000000000000, 0x8a62c01003cf0cb389a7221005c2f2ec),
(0xe466cab310584b279d3f84a9bc2f8335, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_green.png', 0, 0x00000000000000000000000000000000, 0x5f014a8a31bdf7b61ead46cc75f6cf21),
(0x9763e90cd8a3975db6e71afe176a6960, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_green_backup.png', 0, 0x00000000000000000000000000000000, 0x9372864c0efc5c53fe13d198cd936802),
(0x404ff9be1b1290fda7b133187db6be18, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_green_conversations.png', 0, 0x00000000000000000000000000000000, 0x4b07f9076bf1f8422a06cc192140ecd3),
(0xad9224a6ac570f6cb87259eb848c4c8e, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_green_favorites.png', 0, 0x00000000000000000000000000000000, 0x950a13c1c62a0f9a0345a6228075a7be),
(0x64ea3abd4209d4c7bfe408f0c08affc1, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_green_ideas.png', 0, 0x00000000000000000000000000000000, 0x9ce5fe07b7ca9b73f47358e19ad524ee),
(0xb0891b96ed786dad5cb9544f0a256a34, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_green_mails.png', 0, 0x00000000000000000000000000000000, 0x9655873cb38dcfa32bd2808fe4e979cc),
(0x6febd5606bbe44ad6d10eff2ca7cc84e, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_green_music.png', 0, 0x00000000000000000000000000000000, 0xc604f2f935d54aa5f82f561dd68cdb7d),
(0xaa1c5c8581160bb04914f7a080ba0b5f, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_green_stuffed.png', 0, 0x00000000000000000000000000000000, 0x5f831d0150a70613d99055f2f63cec16),
(0xb514d13a5d03754e2fc71d105b62e4f9, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_green_todos.png', 0, 0x00000000000000000000000000000000, 0xf99300fb653c3e63071e9d375eb3cf27),
(0x77f6dbaf266335809911175c5b1a6e74, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_pink.png', 0, 0x00000000000000000000000000000000, 0x9a5d2711ab171e5f9610b8e6eaf00e88),
(0x6f8632c764e8c9ab0108248fd69fb34f, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_pink_backup.png', 0, 0x00000000000000000000000000000000, 0x2a3ae4104436a0eab418d27a8653bdbb),
(0x4584cf0003b17770266cf52d08197e4a, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_pink_conversations.png', 0, 0x00000000000000000000000000000000, 0xa193a78d3098c8fe712277b8faee3e06),
(0x77c00f0edf92985597c3b281352ee983, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_pink_favorites.png', 0, 0x00000000000000000000000000000000, 0x52ad89d94105cd340758d5a3e9a4bbcd),
(0x29356579bad2b37e67c9edb3be1ef690, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_pink_ideas.png', 0, 0x00000000000000000000000000000000, 0x393958e1f76290fcf0b79c676bb04db7),
(0x33075c9b70355185ef6a3691376ebe99, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_pink_mails.png', 0, 0x00000000000000000000000000000000, 0x3dc358154cd1e736ad6ae4612ea75aaf),
(0x9f01436e67c5c2cab7c32b19159baf76, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_pink_music.png', 0, 0x00000000000000000000000000000000, 0xff9f824bac3349a866802f5d5a117186),
(0x64c602d9e67c89941cfd924c9dcad7dc, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_pink_stuffed.png', 0, 0x00000000000000000000000000000000, 0xc38be33c5717cc0e159347c2b0220482),
(0xde16ba34ef4054aff95146521aca82be, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_pink_todos.png', 0, 0x00000000000000000000000000000000, 0x722c55233a46b61e5cd316560347473a),
(0x88bb15f7ba1b9dac9cb9f0f04f3c9f17, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_red.png', 0, 0x00000000000000000000000000000000, 0x577af3c64a41238e465039eeb94764db),
(0x81150bd61d7bdaf52fe86b30aac70a84, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_red_backup.png', 0, 0x00000000000000000000000000000000, 0xa6d99a59da2770621eb0057a2f027c22),
(0x619bd19a497f2225d5a504502ca7d168, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_red_conversations.png', 0, 0x00000000000000000000000000000000, 0x2284f58f4f08f718c1267437497f95de),
(0x3735bcf7bb9bcfe73c0b9376e6038ea1, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_red_favorites.png', 0, 0x00000000000000000000000000000000, 0xed36c7074286f55ad056079541c339c5),
(0x087e82fec57d93a8ea8cca1181701b82, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_red_ideas.png', 0, 0x00000000000000000000000000000000, 0x020f111be46b8cc0e3c07e51132848a5),
(0x459808f94dc2377f877454696e0bef9e, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_red_mails.png', 0, 0x00000000000000000000000000000000, 0x252242cf5b29d8212bca7f6b696d02a5),
(0x399847f8c69e3a4fd0a03db92444dd57, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_red_music.png', 0, 0x00000000000000000000000000000000, 0x5bae520af51f15665656f27867c86ed8),
(0xf787e55f19eaf87425f6be7d550676df, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_red_stuffed.png', 0, 0x00000000000000000000000000000000, 0x21cd11deb3d8c89b319e4cada53294c6),
(0x8239a1bd49ebbaf016fcfba3106d3719, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_red_todos.png', 0, 0x00000000000000000000000000000000, 0x4624d1ec4d73fbe5cd34addd88328c08),
(0x29b4869c4eca7c7610133fc40dcf086e, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_backup_blue.png', 0, 0x00000000000000000000000000000000, 0x465017ab4add5ea6cff76bacc03b1fe7),
(0x8dcb7c99238ef70cba4378e13188c179, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_backup_green.png', 0, 0x00000000000000000000000000000000, 0xbc90a3ec55fb219b57f33d28cdcf1f08),
(0x06f5571614b9665e1cf3d67095fa259a, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_backup_pink.png', 0, 0x00000000000000000000000000000000, 0xf84a38759fffa6e0f0cafa1e31845f89),
(0x3afaea4f780e842920598824609f11e2, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_backup_red.png', 0, 0x00000000000000000000000000000000, 0xf654662a43f596ef298c7fcb7e47fb84),
(0x01680286e34703b1a18a3afdc705ca81, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_backup_violet.png', 0, 0x00000000000000000000000000000000, 0x8c46ccf0a8a868afbbc3e705a08a27b4),
(0xac3f88bcf65cf7eda54c16ba7743c76a, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_blue.png', 0, 0x00000000000000000000000000000000, 0x18c65af0379d7b49fb1388d7b31df7c9),
(0x6e836f900ea1ac2598dbabf8d44c33e0, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_green.png', 0, 0x00000000000000000000000000000000, 0xf00dc10870b0ccfcf9fb3c745b7fc577),
(0x78ab88472d89928b598652bdb7b51b26, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_pink.png', 0, 0x00000000000000000000000000000000, 0xba47eb650435462c34575dd9eb75dfce),
(0xf3c7d8641fec977789126ad62439f7c3, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_red.png', 0, 0x00000000000000000000000000000000, 0xf731149c027d0c84111e1b17f6bcf34e),
(0x3f14da82f15532a1167c0500f23b002f, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_remote_violet.png', 0, 0x00000000000000000000000000000000, 0x6730a8863b5b720880d74055e4bd7405),
(0x399642486cd1bc9248ef645bf929a8b2, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_violet.png', 0, 0x00000000000000000000000000000000, 0x9c5005b7febc559d2bcb5fba310c5f33),
(0x2577629d113ac3122a0fcacfbf51661b, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_violet_backup.png', 0, 0x00000000000000000000000000000000, 0x87067b1d638ef38a6c1b0cc5aa7fa8e1),
(0x40b3e413920a2c3456593883022f8729, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_violet_conversations.png', 0, 0x00000000000000000000000000000000, 0x58dd134ed67cf29351f2499dc612efab),
(0x095c07a31bbefc5d732fced6f95f5947, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_violet_favorites.png', 0, 0x00000000000000000000000000000000, 0x35ca997ad9e2fd76c7970a8eaad8c11c),
(0xc1eb62ae98fd96fb1978ea010c1a33a8, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_violet_ideas.png', 0, 0x00000000000000000000000000000000, 0x460a50283aff704617a5486a597daf53),
(0xc4ed7f0e2d36bb6909389a9e0a33499c, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_violet_mails.png', 0, 0x00000000000000000000000000000000, 0x5e66a570c53b49ea54a5bbe49b375dd8),
(0x20eb530b156bac83b367940dcc5e6020, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_violet_music.png', 0, 0x00000000000000000000000000000000, 0x1e4dd5186657a839786ec5cd35430662),
(0xdebb525ec24e2ec4abf91803cb43290b, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_violet_stuffed.png', 0, 0x00000000000000000000000000000000, 0x8afc7f4e563199574876812436c3a186),
(0xb6a48fed5a88c21e3da13479955cf6ca, 'wp-content/plugins/ultimatum-library/images/icons/32/folder_violet_todos.png', 0, 0x00000000000000000000000000000000, 0x37147850dcf0a30bdd9179214c51048a),
(0x6c69b05e5f46a39a3e167b6033b69a28, 'wp-content/plugins/ultimatum-library/images/icons/32/fullscreen.png', 0, 0x00000000000000000000000000000000, 0xc63b49c4866efa95670ebb96fec1a76f),
(0x45ba4fcc0533f7ae02ab9648e7ef1856, 'wp-content/plugins/ultimatum-library/images/icons/32/game_controller.png', 0, 0x00000000000000000000000000000000, 0x152bef7d5d6fecd2af609d5b7ac7d2df),
(0xd32f61c6a29b11181c21b353ad913415, 'wp-content/plugins/ultimatum-library/images/icons/32/gift.png', 0, 0x00000000000000000000000000000000, 0xde9d776d0cc2eb6dbd6c77357c37fda4),
(0x7f7f78a9378266548b1c10e67899eacd, 'wp-content/plugins/ultimatum-library/images/icons/32/gmail.png', 0, 0x00000000000000000000000000000000, 0x1c95ce7fe71645ff8820dc20aace46eb),
(0x6468a6e0adb7f491625d6829ee41fccc, 'wp-content/plugins/ultimatum-library/images/icons/32/google.png', 0, 0x00000000000000000000000000000000, 0x2d3082cf91e369fca054d7262796ce16),
(0xf5e3a6f924cdb5c2fa6afdd268136d80, 'wp-content/plugins/ultimatum-library/images/icons/32/harddrive.png', 0, 0x00000000000000000000000000000000, 0x9720a65daa779e2972c70166297fb817),
(0x2bab090ca98c4f5d397fc18cb8a4131c, 'wp-content/plugins/ultimatum-library/images/icons/32/heart_empty.png', 0, 0x00000000000000000000000000000000, 0xb531c10fc95ab2e544192a789858ddd4),
(0xbde7a62486ba49f8f6fae059e8f8f8c8, 'wp-content/plugins/ultimatum-library/images/icons/32/heart_full.png', 0, 0x00000000000000000000000000000000, 0x179daf4afa05aa32276acdf20707f519),
(0x1d67d18147599685823a8999d3b66ee9, 'wp-content/plugins/ultimatum-library/images/icons/32/heart_half.png', 0, 0x00000000000000000000000000000000, 0x62fdee2d755076bce06b1e1a716a3b55),
(0x8875bb445945858b60923b541d0664f0, 'wp-content/plugins/ultimatum-library/images/icons/32/ical.png', 0, 0x00000000000000000000000000000000, 0x00271e0757cc36628471eeaf1bb229aa),
(0x607fd6f4d7226e6fd174c968a4b43e05, 'wp-content/plugins/ultimatum-library/images/icons/32/iconfinder.png', 0, 0x00000000000000000000000000000000, 0xb7444fe699086b2fab5114f2edc3725b),
(0x692086137782cf57c45dc2870bc5b503, 'wp-content/plugins/ultimatum-library/images/icons/32/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x75570b07d572ccf64c87fa66e4705027, 'wp-content/plugins/ultimatum-library/images/icons/32/internet_explorer.png', 0, 0x00000000000000000000000000000000, 0x0fdd5211eb9c7916e6b4fb91c3853ffc),
(0x99510e0a40e9c33f4c84af271caa8bfa, 'wp-content/plugins/ultimatum-library/images/icons/32/invoice.png', 0, 0x00000000000000000000000000000000, 0x8851d150994e637af1e44b8943ada9de),
(0x4843e27289d0a3ea6b2df10de58d2c7d, 'wp-content/plugins/ultimatum-library/images/icons/32/iphone.png', 0, 0x00000000000000000000000000000000, 0x28952c0e9e4b46cc1b5ffdecb519a2c0),
(0x791264569b0e88dd14c9ceb21993f724, 'wp-content/plugins/ultimatum-library/images/icons/32/ipod_nano_blue.png', 0, 0x00000000000000000000000000000000, 0xa39d30c913aa01e9959379fc30d07b70),
(0x6cf954a17f06cdfe8071e84b61c43aa3, 'wp-content/plugins/ultimatum-library/images/icons/32/ipod_nano_green.png', 0, 0x00000000000000000000000000000000, 0xccbd6ad98935969832f29c7295568524),
(0x05878c0f1149df286ac415ff4a186347, 'wp-content/plugins/ultimatum-library/images/icons/32/ipod_nano_orange.png', 0, 0x00000000000000000000000000000000, 0xd34c0315a15492715ec76aba43fba2b4),
(0x13d8e00332cdb5cdc5ee2c4ee18bf725, 'wp-content/plugins/ultimatum-library/images/icons/32/ipod_nano_pink.png', 0, 0x00000000000000000000000000000000, 0xcfacac46e8143d22aef04908c20e1e44),
(0xb756309b0fbd2e8d0afe586a80092ee1, 'wp-content/plugins/ultimatum-library/images/icons/32/ipod_nano_red.png', 0, 0x00000000000000000000000000000000, 0x674e683124780e718f83700d15a6c22e),
(0x03dc7123197bd0317c72b25020b2e701, 'wp-content/plugins/ultimatum-library/images/icons/32/ipod_nano_silver.png', 0, 0x00000000000000000000000000000000, 0xe7b6e1034b9f63712edabab38719430d),
(0xaf70778647f23f7aaf3cb8880ba15c15, 'wp-content/plugins/ultimatum-library/images/icons/32/ipod_nano_violet.png', 0, 0x00000000000000000000000000000000, 0x393644f3d074c4a900fa579f35a13789),
(0xc8be3181e1b9d58c9348f3159bb38e60, 'wp-content/plugins/ultimatum-library/images/icons/32/jewel_case.png', 0, 0x00000000000000000000000000000000, 0xf0c1e8dc64922c7fc9dedf79e5cfa356),
(0x3c0b6a75299f59dab035784f9668e47b, 'wp-content/plugins/ultimatum-library/images/icons/32/jewel_case_international-pony.png', 0, 0x00000000000000000000000000000000, 0x1a263d8e1d07e482c0146e23c2d05262),
(0x6292f96701863e125e124e5ab56907bb, 'wp-content/plugins/ultimatum-library/images/icons/32/jewel_case_keane-under_the_iron_sea.png', 0, 0x00000000000000000000000000000000, 0x7d001197e36a46e1bed22b03d72bd05c),
(0x3e08590be0aa5ec72780f8736dda3c0c, 'wp-content/plugins/ultimatum-library/images/icons/32/jewel_case_linkin-park_reanimation.png', 0, 0x00000000000000000000000000000000, 0x51928e0292fb1331661b2d51a31c8daa),
(0x791d3af5ceb2499cf1e4c013b7d8b9e5, 'wp-content/plugins/ultimatum-library/images/icons/32/jewel_case_ministryofsound_annual2009.png', 0, 0x00000000000000000000000000000000, 0x215be64c45987da7614fbcc69a5dad3b),
(0x4e386523771de99c254a9cf8ae8325ee, 'wp-content/plugins/ultimatum-library/images/icons/32/jewel_case_spectral.png', 0, 0x00000000000000000000000000000000, 0xc36f6d310067060bc5c70c2e29cdf348),
(0x5ea5cd1494f376930895316d6e00fb1c, 'wp-content/plugins/ultimatum-library/images/icons/32/key.png', 0, 0x00000000000000000000000000000000, 0x613135cb51e855dc7d1619a1712fb068),
(0xa3db699d185316cb45b9eed47bcbe796, 'wp-content/plugins/ultimatum-library/images/icons/32/key_0.png', 0, 0x00000000000000000000000000000000, 0x4b18819fc546b70541efbfd34caff18b),
(0x2812ca6f93d464581fd170578c9512c5, 'wp-content/plugins/ultimatum-library/images/icons/32/key_1.png', 0, 0x00000000000000000000000000000000, 0xf41b404ba53dc8a0930c3a98102afe1b),
(0x522457a25fe835f4f77786e3a4402854, 'wp-content/plugins/ultimatum-library/images/icons/32/key_2.png', 0, 0x00000000000000000000000000000000, 0x1b96f52093ce30367787fd4ff3e93a71),
(0x88c71cce6f126cc7b834ddeaa4da97de, 'wp-content/plugins/ultimatum-library/images/icons/32/key_3.png', 0, 0x00000000000000000000000000000000, 0xa0c79f347c4e48d0665dd23a7c09e0ad),
(0xdabb7ee10a7c2db6dbc1369515246add, 'wp-content/plugins/ultimatum-library/images/icons/32/key_4.png', 0, 0x00000000000000000000000000000000, 0xb17f0ccf793b87be1772c2fbb5f8082f),
(0x3eb54b52f99faf6d8f17d2964958675b, 'wp-content/plugins/ultimatum-library/images/icons/32/key_5.png', 0, 0x00000000000000000000000000000000, 0x3b2f0110c77fbc99f2594b416e3e28dd),
(0x6f3bdc6c87281b28ef5c633cac36d81f, 'wp-content/plugins/ultimatum-library/images/icons/32/key_6.png', 0, 0x00000000000000000000000000000000, 0x87dc42ac2e5f198ff574c37a978b330f),
(0x2f05733e113cd87c1c901f65b3162368, 'wp-content/plugins/ultimatum-library/images/icons/32/key_7.png', 0, 0x00000000000000000000000000000000, 0xb1b990c12042c2eb06454e7c4773b13d),
(0xbcd0fbc5b9c2d0a303b618fe8683db36, 'wp-content/plugins/ultimatum-library/images/icons/32/key_8.png', 0, 0x00000000000000000000000000000000, 0x2a609226f7f2d3105b980fc8212f6366),
(0x7d5100beabf57eb420e47a16ed87b729, 'wp-content/plugins/ultimatum-library/images/icons/32/key_9.png', 0, 0x00000000000000000000000000000000, 0x8ee1c758ddcad8e40852cc3e32ad5c35),
(0xc4679627af239ff35aabc1a1b82d59e4, 'wp-content/plugins/ultimatum-library/images/icons/32/key_A.png', 0, 0x00000000000000000000000000000000, 0x3d78ade318af921e56d6d46bdc5525ee),
(0xf60d06ef960fae44cdd128bb0ffc78ae, 'wp-content/plugins/ultimatum-library/images/icons/32/key_AT.png', 0, 0x00000000000000000000000000000000, 0x1458de22c52193db318a4d767af25410),
(0xaa76fac7d615cb379b1259100b53ee6f, 'wp-content/plugins/ultimatum-library/images/icons/32/key_B.png', 0, 0x00000000000000000000000000000000, 0xcb085ce9b0d401a20b71250443a0b3b1),
(0x7dac54209bfca4848c77de516352f5dd, 'wp-content/plugins/ultimatum-library/images/icons/32/key_C.png', 0, 0x00000000000000000000000000000000, 0x127589e3da8cb27118aef26edeff3cea),
(0x8cc065bb2a44bdf601f0be23189da849, 'wp-content/plugins/ultimatum-library/images/icons/32/key_D.png', 0, 0x00000000000000000000000000000000, 0xd8fdaa3790e57c1b7265179a457fe355),
(0xb77c5949faa933689275e424316f854e, 'wp-content/plugins/ultimatum-library/images/icons/32/key_E.png', 0, 0x00000000000000000000000000000000, 0x0cf684e47b1b54453606e59cf5ea8c32),
(0xf1ce5421c13a9332e2432957d41f54e0, 'wp-content/plugins/ultimatum-library/images/icons/32/key_F.png', 0, 0x00000000000000000000000000000000, 0xffd605587910146eaa2fd088d9db3bbe),
(0x0876742a5cdd252c36bf1e9503ec5c7a, 'wp-content/plugins/ultimatum-library/images/icons/32/key_G.png', 0, 0x00000000000000000000000000000000, 0x78368a510448b23be3c485eee96adbe7),
(0x80cd56b5d3e18398937df032b9cdc911, 'wp-content/plugins/ultimatum-library/images/icons/32/key_H.png', 0, 0x00000000000000000000000000000000, 0xe9ed31a57de529cc89ce12c97eeaedac),
(0x2bff3ffd937a938c7091a54705bc7191, 'wp-content/plugins/ultimatum-library/images/icons/32/key_I.png', 0, 0x00000000000000000000000000000000, 0xdc729a8db0f9a2bcc8836e80be43cf52),
(0x9a67aa7b34a8cde60495a94d71ca0d56, 'wp-content/plugins/ultimatum-library/images/icons/32/key_J.png', 0, 0x00000000000000000000000000000000, 0x7e0e4b5ca3b3c1ed26e0d4ea5d0fefcc),
(0x6aede39aa3b2bddc55a16320b45b38aa, 'wp-content/plugins/ultimatum-library/images/icons/32/key_K.png', 0, 0x00000000000000000000000000000000, 0x7f3f04d957742c9f757fde28310a7d23),
(0xcf17c73e4ca91f3ab4e161870d7cb469, 'wp-content/plugins/ultimatum-library/images/icons/32/key_L.png', 0, 0x00000000000000000000000000000000, 0xcd3af24a2229e606d1cae38fdb91bb4a),
(0x79527ac63f449b5647d76833baa6d74b, 'wp-content/plugins/ultimatum-library/images/icons/32/key_M.png', 0, 0x00000000000000000000000000000000, 0x3696e805657515376e086cad5871c089),
(0x8bace216f0b04eb2f23f78b336b99bed, 'wp-content/plugins/ultimatum-library/images/icons/32/key_N.png', 0, 0x00000000000000000000000000000000, 0xec6938d28d37d52116e220a75acf94c1),
(0xc8618296aecc75420be84cd4067d91f4, 'wp-content/plugins/ultimatum-library/images/icons/32/key_O.png', 0, 0x00000000000000000000000000000000, 0xfb99dbb54c9cdd99d1e0636aabeb75dc),
(0x43ce80c71e6ff4665d3842c0d263e0eb, 'wp-content/plugins/ultimatum-library/images/icons/32/key_P.png', 0, 0x00000000000000000000000000000000, 0xc6a1577cbc02105c97a6a3d94bebc76c),
(0xa803814055717d8c0db3531d44d4c6f6, 'wp-content/plugins/ultimatum-library/images/icons/32/key_Q.png', 0, 0x00000000000000000000000000000000, 0xa3cfcbf2faf3859657e053b644e1c049),
(0x58e6bf42a192ddfef1c3de8b7630a01c, 'wp-content/plugins/ultimatum-library/images/icons/32/key_R.png', 0, 0x00000000000000000000000000000000, 0xc2cc78b39726ef746d4b9af8e5003536),
(0xeb706aca675b33cbd41972be00521ff9, 'wp-content/plugins/ultimatum-library/images/icons/32/key_S.png', 0, 0x00000000000000000000000000000000, 0x1e0fc99aff9656af70ea89255733b324),
(0x79af42364cc69fa270b239d20cbf4a4e, 'wp-content/plugins/ultimatum-library/images/icons/32/key_T.png', 0, 0x00000000000000000000000000000000, 0x39b49c37d157bf1f95a2335cef95e370),
(0xcbee27f4133dbf7267efb651da4620c2, 'wp-content/plugins/ultimatum-library/images/icons/32/key_U.png', 0, 0x00000000000000000000000000000000, 0xc0fc0d7f8940f693b550a8b690c496b8),
(0x21ec1801d937ec69c89a53ffdacab5ab, 'wp-content/plugins/ultimatum-library/images/icons/32/key_V.png', 0, 0x00000000000000000000000000000000, 0x9c243a264b2bd456cc3f7fb8ac75b17b),
(0xa89959d783ef60493078eab613a8eccf, 'wp-content/plugins/ultimatum-library/images/icons/32/key_W.png', 0, 0x00000000000000000000000000000000, 0x8f545f434b889a03629f5eb9cc40c8bc),
(0x617a67aae5abe398b5e526f8edd1df28, 'wp-content/plugins/ultimatum-library/images/icons/32/key_X.png', 0, 0x00000000000000000000000000000000, 0x6dfe94a18ae41adb92cb99a3c1382d9e),
(0x06a86ec24a30475325e387730fba24e2, 'wp-content/plugins/ultimatum-library/images/icons/32/key_Y.png', 0, 0x00000000000000000000000000000000, 0xf114af7c820a0f9b17ff7d9d01c0b750),
(0x8609805190a2de9504193a4dd02f7b03, 'wp-content/plugins/ultimatum-library/images/icons/32/key_Z.png', 0, 0x00000000000000000000000000000000, 0xf71c1cff9d102833bf574aeb36ba25d6),
(0x78d4311b68a9dc4d937034ef96dadf17, 'wp-content/plugins/ultimatum-library/images/icons/32/key_alt.png', 0, 0x00000000000000000000000000000000, 0xb3acd58d88152ba028ac8b5fedd3b5df),
(0xd5fb465e76ddd373b33fcf66ef218f4f, 'wp-content/plugins/ultimatum-library/images/icons/32/key_alt_alternative.png', 0, 0x00000000000000000000000000000000, 0x28face963cc9a3d718a4b88b8ad3bead),
(0x906149e9100561babf762ee2a975998f, 'wp-content/plugins/ultimatum-library/images/icons/32/key_ampersand.png', 0, 0x00000000000000000000000000000000, 0xa3bbf54239158e2cdede2fe29eaf11e4),
(0x4981a94ad650a526714c3ecf909741e4, 'wp-content/plugins/ultimatum-library/images/icons/32/key_apple.png', 0, 0x00000000000000000000000000000000, 0x688d2972c5e108d5aed91b594a54c335),
(0xda5be15f585fc30c2f0c7129128c58a5, 'wp-content/plugins/ultimatum-library/images/icons/32/key_bracket.png', 0, 0x00000000000000000000000000000000, 0x5d8ca408dfab3a649f7f94f17f1d8784),
(0xdd605959bd3b43f932fc7c13ba5e28b7, 'wp-content/plugins/ultimatum-library/images/icons/32/key_bracket_close.png', 0, 0x00000000000000000000000000000000, 0xb955c8bc51156d5800f4d05eaa7d10a7),
(0x23fcc456b86fe07ad804eed9faa6079b, 'wp-content/plugins/ultimatum-library/images/icons/32/key_check.png', 0, 0x00000000000000000000000000000000, 0xf50970d3240fb426efac5044be3cda67),
(0xc3089d7d615bea32df03f54553d4ac75, 'wp-content/plugins/ultimatum-library/images/icons/32/key_cmd.png', 0, 0x00000000000000000000000000000000, 0x9f11aee40b3c8a9b549c4cd51bf727ab),
(0x97c8b4507e322847287241da8b6a8b3b, 'wp-content/plugins/ultimatum-library/images/icons/32/key_cmd_alternative.png', 0, 0x00000000000000000000000000000000, 0x0d5f0cd24ff07af51d2112f880fea6ac),
(0x8eadcfa232f7c753702005e82e299a02, 'wp-content/plugins/ultimatum-library/images/icons/32/key_colon.png', 0, 0x00000000000000000000000000000000, 0xd2d970e93f1a763c0a1d5ec1dca7551e),
(0xcfaaf490561f46c6bea188d19716541b, 'wp-content/plugins/ultimatum-library/images/icons/32/key_comma.png', 0, 0x00000000000000000000000000000000, 0x534ce26bfe8a34cbd2ba037c2c402cd2),
(0x78f7d81df3a9b24fb8638537e3481a0d, 'wp-content/plugins/ultimatum-library/images/icons/32/key_ctrl.png', 0, 0x00000000000000000000000000000000, 0x5851eb362be76561ee795b6dba4bef88),
(0x710e44f13ad7b0385bec45e4a86876fc, 'wp-content/plugins/ultimatum-library/images/icons/32/key_ctrl_alternative.png', 0, 0x00000000000000000000000000000000, 0x430c8bf669c241b7c9188affa6c329a6),
(0x3c2b0f0f4dc6296900f5b950d12c8f10, 'wp-content/plugins/ultimatum-library/images/icons/32/key_curly_bracket.png', 0, 0x00000000000000000000000000000000, 0x7ea27a9ca4c67ed5638e33aa0fa6f3a5),
(0xcf53594ec45a03484656376be20c9ce1, 'wp-content/plugins/ultimatum-library/images/icons/32/key_curly_bracket_close.png', 0, 0x00000000000000000000000000000000, 0x563584e95c2914814e69b2ed4be39856),
(0xfbd6067f8ecae96076970fe6ff911207, 'wp-content/plugins/ultimatum-library/images/icons/32/key_dash.png', 0, 0x00000000000000000000000000000000, 0x3c1d20cacc6da39925d894c874c5c747),
(0x95b2baa3cb88393db84925e17370e96f, 'wp-content/plugins/ultimatum-library/images/icons/32/key_dollar.png', 0, 0x00000000000000000000000000000000, 0x62ea447d11e4240a8e3ed0ab1f95211e),
(0xf669e53e838aba4b1858d2d97d36a7f5, 'wp-content/plugins/ultimatum-library/images/icons/32/key_down.png', 0, 0x00000000000000000000000000000000, 0x6202a6ef6fa49fdd5a0d9a75c89fcdf8),
(0x44a8e27996700385d33f62bbff02fad6, 'wp-content/plugins/ultimatum-library/images/icons/32/key_eject.png', 0, 0x00000000000000000000000000000000, 0x521ee18ba5b0470fe38ffc57985f1f99),
(0xee899293988dccb95f159874c150f036, 'wp-content/plugins/ultimatum-library/images/icons/32/key_equal.png', 0, 0x00000000000000000000000000000000, 0xe4870348e62888c39ad69b61334f0aa1),
(0xb91abbdc9df318c3de0aefcccd3eb3fb, 'wp-content/plugins/ultimatum-library/images/icons/32/key_escape.png', 0, 0x00000000000000000000000000000000, 0x0c34be1e5ce3fa54f4923c13c04afc43),
(0x0bde5afdf535668b6c7b9a8a0751e807, 'wp-content/plugins/ultimatum-library/images/icons/32/key_euro.png', 0, 0x00000000000000000000000000000000, 0xdb8c9799b584ec443bab05c25af0cad2),
(0xffd52dfbbe17128e9452b1bcc099d3d0, 'wp-content/plugins/ultimatum-library/images/icons/32/key_exclamation.png', 0, 0x00000000000000000000000000000000, 0x8ab29d98ddadba674d3b79c1cadb76ca),
(0x2bc4a804859fd6f0ee1a6f20143b7f0b, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f1.png', 0, 0x00000000000000000000000000000000, 0x1e2df12548456d6418fefe6756a8c3d8),
(0x54f232a7173d0686a9e2113a044c26cc, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f10.png', 0, 0x00000000000000000000000000000000, 0x4f006655f6fc3bd4f776a168751dc1d2),
(0x4c321b4733fef62da288adea2583008c, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f11.png', 0, 0x00000000000000000000000000000000, 0x81b32ca43487cb85bc341e4ef914335f),
(0x49090ac0ab766ed7da9f5a9d14d99455, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f12.png', 0, 0x00000000000000000000000000000000, 0xa51ddd96392f71aa57aad1ed3f8288e8),
(0xc08e0be2203effd8993199f82c5ccd68, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f13.png', 0, 0x00000000000000000000000000000000, 0x29972ad40ed0fef21e0e104e36383350),
(0x72ec7105bb9e4f526c88fdee2c1376e9, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f14.png', 0, 0x00000000000000000000000000000000, 0x4129b71d51e390fa6796a91fe12f98d9),
(0x03d7a7675ac80357865aba7e37b80b22, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f15.png', 0, 0x00000000000000000000000000000000, 0x3162b132a26b7c0718fd1be6c8df58fc),
(0x8572f85a6aabc97ba5edcf66d9eec0ea, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f2.png', 0, 0x00000000000000000000000000000000, 0x23e969a82f095ad96d2774ab6401c4eb),
(0x5ff6eba6f1fb62c6ca8073bc1d93a9bb, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f3.png', 0, 0x00000000000000000000000000000000, 0x6562f8e425109d9487ae15e5802006b1),
(0xcbcf452e706046aec94e0dc3259ccba8, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f4.png', 0, 0x00000000000000000000000000000000, 0xff62527819f30ce3f1714e25f2669e6d),
(0x623c04102572c1e9a13d23c13d90f00b, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f5.png', 0, 0x00000000000000000000000000000000, 0xaed0dc0edbec346c51f3860c48cb8b1f),
(0x64af9b98bd5ae1b3ef99e320854c3eec, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f6.png', 0, 0x00000000000000000000000000000000, 0x6217be6891f3ff2e2b07d42387a87442),
(0xf65b3adf8c1191880a3e69a6b66c2825, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f7.png', 0, 0x00000000000000000000000000000000, 0xd07c3da348ab33d3b2bd9130b0c8103b),
(0xa0eaaa9debbb6fac650a8ebabe5ec3ba, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f8.png', 0, 0x00000000000000000000000000000000, 0x157ca740a7a8d81e5297c50d2273ce7b),
(0x4b893c3d68958f181bb947f7255ea319, 'wp-content/plugins/ultimatum-library/images/icons/32/key_f9.png', 0, 0x00000000000000000000000000000000, 0x6d6a03e1d3ec4a8d3d81d184d24b16f4),
(0xed03a3099eba535be113181264ddf0a6, 'wp-content/plugins/ultimatum-library/images/icons/32/key_fast_forward.png', 0, 0x00000000000000000000000000000000, 0x072b7d1836a88019b570138e107cf946),
(0xa425acaeb4c33550c75a95b21e8f3083, 'wp-content/plugins/ultimatum-library/images/icons/32/key_fw_slash.png', 0, 0x00000000000000000000000000000000, 0xd17b98de0df5565823c91b4d4cecd38f),
(0xe67f6049595bd8edacfb7ac8f97d5175, 'wp-content/plugins/ultimatum-library/images/icons/32/key_hash.png', 0, 0x00000000000000000000000000000000, 0x04d9648e562eb9a1a6151cad2570bda9),
(0xb1c207d13ba7fd1284b05b258448f2bd, 'wp-content/plugins/ultimatum-library/images/icons/32/key_heart.png', 0, 0x00000000000000000000000000000000, 0x9ae3b97e49a80b316fde2f01eb19dc70),
(0xb566cbb68abe5d0c0a632693f3b5ab3a, 'wp-content/plugins/ultimatum-library/images/icons/32/key_left.png', 0, 0x00000000000000000000000000000000, 0xfedf439bbcefae723d350e509f49389a),
(0x206c717a4f74c3122161398eb466d473, 'wp-content/plugins/ultimatum-library/images/icons/32/key_minus.png', 0, 0x00000000000000000000000000000000, 0xea7325d6d24e1f21c633c50d19a9559e),
(0xa17044bcb33d77458a214acd073715d4, 'wp-content/plugins/ultimatum-library/images/icons/32/key_note.png', 0, 0x00000000000000000000000000000000, 0xaedf8edda8cad21939661299d6ab90ef),
(0x1e579167a34f76d054c1351b351c78fb, 'wp-content/plugins/ultimatum-library/images/icons/32/key_note_double.png', 0, 0x00000000000000000000000000000000, 0x46ae2cacf232c15a7b0cb1dd50eb0b67),
(0x1dac9c93009d8d12f9af807d07e91628, 'wp-content/plugins/ultimatum-library/images/icons/32/key_paragraph.png', 0, 0x00000000000000000000000000000000, 0x5936328d86e0436cea7ca7810bc4a4db),
(0x8fe62b3fd5bb56a23af7b9e172a3268a, 'wp-content/plugins/ultimatum-library/images/icons/32/key_percent.png', 0, 0x00000000000000000000000000000000, 0xe98d063d296b4497504d09aa7ca08c63),
(0x5bfe32630674267e261b2e2431b6c0b2, 'wp-content/plugins/ultimatum-library/images/icons/32/key_period.png', 0, 0x00000000000000000000000000000000, 0x71e609b06e12e886a963e40db19f3381),
(0x866be1ba4aa85961a37330aeaedd4d04, 'wp-content/plugins/ultimatum-library/images/icons/32/key_play_pause.png', 0, 0x00000000000000000000000000000000, 0x0439e77416d3af7e135aad18036d546c),
(0xe77a3c94761b1dfda0a4bc0d7ec80796, 'wp-content/plugins/ultimatum-library/images/icons/32/key_plus.png', 0, 0x00000000000000000000000000000000, 0x958a3e95c2eca096f3813c5e1e652143),
(0xe2b49060709bf3a982f10d1d3c990d46, 'wp-content/plugins/ultimatum-library/images/icons/32/key_question.png', 0, 0x00000000000000000000000000000000, 0xdc97561b08a4403c815bcc765281ebfd),
(0xd01e4b8b87a26af1614288162ba2595e, 'wp-content/plugins/ultimatum-library/images/icons/32/key_record.png', 0, 0x00000000000000000000000000000000, 0xa24a498b5d303f2efc38d10e9856002d),
(0x9d2c06f7e670598bb65ddef89fd16a48, 'wp-content/plugins/ultimatum-library/images/icons/32/key_return.png', 0, 0x00000000000000000000000000000000, 0x8e8fdfbafe9d05f76559fe323c0459e6),
(0xf946fef5ba51eccd06b6f4810981c4f3, 'wp-content/plugins/ultimatum-library/images/icons/32/key_rewind.png', 0, 0x00000000000000000000000000000000, 0xa146a46b24ab2c8d04e9f3bc0a3006ab),
(0x4e2f738179a71a977a496d936db3e089, 'wp-content/plugins/ultimatum-library/images/icons/32/key_right.png', 0, 0x00000000000000000000000000000000, 0x0e17cf0e15917a83ce2e7684bf51a3e7),
(0x6601d2d6ad97aa2facbc37b5c5838533, 'wp-content/plugins/ultimatum-library/images/icons/32/key_semicolon.png', 0, 0x00000000000000000000000000000000, 0xa22b3354bea52f39ddc67b5e18aa8e5a),
(0x2d9a21b93965d8ccefc1cc4ce6b4b659, 'wp-content/plugins/ultimatum-library/images/icons/32/key_shift.png', 0, 0x00000000000000000000000000000000, 0x482815f914673942ed3b276c0b4adc6b),
(0xe2819f493963afceda6f37dbe517d2c8, 'wp-content/plugins/ultimatum-library/images/icons/32/key_slash.png', 0, 0x00000000000000000000000000000000, 0x144a75fd1968ee3c985e8cda6b5051e9),
(0xa5ac159b3ee08d9f111c2c0a26005877, 'wp-content/plugins/ultimatum-library/images/icons/32/key_square_bracket.png', 0, 0x00000000000000000000000000000000, 0x35a83de60990f2f28d1e6012211abe65),
(0x9995badbb698dcd5f6efc7726b495086, 'wp-content/plugins/ultimatum-library/images/icons/32/key_square_bracket_close.png', 0, 0x00000000000000000000000000000000, 0xc6bc9e33db62c19a04a56c9685eed53f),
(0x5b5f6656b2bb33dc1baaddfe1bde6d61, 'wp-content/plugins/ultimatum-library/images/icons/32/key_star.png', 0, 0x00000000000000000000000000000000, 0xa97dd1a7da4a24f74cbb4d26a6ae20d6),
(0xea93634099472cb72b6eb1713fa4ceb0, 'wp-content/plugins/ultimatum-library/images/icons/32/key_stop.png', 0, 0x00000000000000000000000000000000, 0x69cbf950153517d7c3b8c52c47acb719),
(0x3b0880426810660c58cf1d0d1585f24a, 'wp-content/plugins/ultimatum-library/images/icons/32/key_tag.png', 0, 0x00000000000000000000000000000000, 0x5d8ad7c0e22d64d0ef751f8974ddf528),
(0x734f30a1a10d512811ee54cfc901a297, 'wp-content/plugins/ultimatum-library/images/icons/32/key_tag_close.png', 0, 0x00000000000000000000000000000000, 0xf08c65019f312c98f6de11720dc5138a),
(0x9a267d9a6519b3a63673105ee98638d9, 'wp-content/plugins/ultimatum-library/images/icons/32/key_to_infinity_and_beyond.png', 0, 0x00000000000000000000000000000000, 0xb593ac8a1ba254691e9ec533e6849693),
(0x39e82cf20b4e38a99095a34aa2fac089, 'wp-content/plugins/ultimatum-library/images/icons/32/key_underscore.png', 0, 0x00000000000000000000000000000000, 0xd1fc9ff8e6c7160ab2fce6b206aa49b2),
(0x53baa8168c56862ac01d8cfe331c7a8b, 'wp-content/plugins/ultimatum-library/images/icons/32/key_up.png', 0, 0x00000000000000000000000000000000, 0x527bb00aad608671ced0fbfc314dc703),
(0xd319056663611f9d4987bd13223af0b4, 'wp-content/plugins/ultimatum-library/images/icons/32/knife.png', 0, 0x00000000000000000000000000000000, 0xe9c94d556764f84e58bd7f5254c1f358),
(0x0fd76bf5c0b1fd82542d9cd393cc5db1, 'wp-content/plugins/ultimatum-library/images/icons/32/knife_bloody.png', 0, 0x00000000000000000000000000000000, 0xcfc696b61e19ff2d854c09b28a38e222),
(0x4dcb83f7f1be1f3b010397bf5ce077aa, 'wp-content/plugins/ultimatum-library/images/icons/32/last-fm.png', 0, 0x00000000000000000000000000000000, 0x192bad7f2db072392588695a4d9d998f),
(0xedd0b98229840acf3454c96f0fd0465c, 'wp-content/plugins/ultimatum-library/images/icons/32/lock_closed.png', 0, 0x00000000000000000000000000000000, 0x306281c16c76a2ad5113a8eeefb10cb0),
(0xa907b4d799ce03fd79cbd5583879b4d9, 'wp-content/plugins/ultimatum-library/images/icons/32/lock_open.png', 0, 0x00000000000000000000000000000000, 0xd47d3cb4b587b7f12800d5ae0d45cbef),
(0x10e3e5d7ba485ec900739c1f3de7d278, 'wp-content/plugins/ultimatum-library/images/icons/32/magic_mouse.png', 0, 0x00000000000000000000000000000000, 0x0092a14d8aab9cceeba018cb6b24cd1f),
(0xf9ef6de0acd24ecec2a0a41984f6db51, 'wp-content/plugins/ultimatum-library/images/icons/32/magic_wand.png', 0, 0x00000000000000000000000000000000, 0xc7b06ccb9598a81e3d7c81efd14351b8),
(0x3dcfaa171be0177a137d478744bea1da, 'wp-content/plugins/ultimatum-library/images/icons/32/mail_add.png', 0, 0x00000000000000000000000000000000, 0xbc2aabba2c214f245bdf3151d85706dd),
(0x97dda1d5c122fbabaa582c2b4178e428, 'wp-content/plugins/ultimatum-library/images/icons/32/mail_alert.png', 0, 0x00000000000000000000000000000000, 0x67e3620c22e1cdce3a865a13c1d6a952),
(0xcf2d16bc848aec1144c85bb601609fb9, 'wp-content/plugins/ultimatum-library/images/icons/32/mail_check.png', 0, 0x00000000000000000000000000000000, 0xcb38c229e1814cbc78004e92ace3f046),
(0xbdd7b34c8e9d5bf7aed0c2fa358b1184, 'wp-content/plugins/ultimatum-library/images/icons/32/mail_delete.png', 0, 0x00000000000000000000000000000000, 0x740ee32d7733dfc3e43846370be8150a),
(0x3319dcc00894db1ba6a93a4e8e74a953, 'wp-content/plugins/ultimatum-library/images/icons/32/mail_download.png', 0, 0x00000000000000000000000000000000, 0x631fa11799ffe70e36de8fae4e75d660),
(0xb4e7d0cff2fc185291aae4978e3d3c05, 'wp-content/plugins/ultimatum-library/images/icons/32/mail_forward.png', 0, 0x00000000000000000000000000000000, 0x97ff10b8e2f1098f230b7c7d55ca6cc0),
(0xc80d30b378f2c46136e27127c8de6db9, 'wp-content/plugins/ultimatum-library/images/icons/32/mail_plain.png', 0, 0x00000000000000000000000000000000, 0x321beadd81351fb778d7c742444831bc),
(0x9ed3354341e820c7a5911a8afcf47c76, 'wp-content/plugins/ultimatum-library/images/icons/32/mail_reply.png', 0, 0x00000000000000000000000000000000, 0xbf8369bf50629ce3ae503beb6dcd0862),
(0x759197b63f448467037efd5cccc4e4dc, 'wp-content/plugins/ultimatum-library/images/icons/32/mighty_mouse.png', 0, 0x00000000000000000000000000000000, 0x7d340df0084ea6c730165bdf269ddd97),
(0xd792e2f307ed512016cd43040229279b, 'wp-content/plugins/ultimatum-library/images/icons/32/moleskine_black.png', 0, 0x00000000000000000000000000000000, 0x1b67115468ffd46ca6cfa389b688d81b),
(0x5f26852e7c834972288f5716ab4c062c, 'wp-content/plugins/ultimatum-library/images/icons/32/moleskine_red.png', 0, 0x00000000000000000000000000000000, 0xd3d4deeb5a17cc83e889f5df1b8cb5ec),
(0xf34a358b66ce3179fd98fe95e1918a8a, 'wp-content/plugins/ultimatum-library/images/icons/32/money_1.png', 0, 0x00000000000000000000000000000000, 0xf648406929ca851f0e8e4e16d6acb5be),
(0xc5ed3dde0612fa32251149b54edc257c, 'wp-content/plugins/ultimatum-library/images/icons/32/money_10.png', 0, 0x00000000000000000000000000000000, 0x21c2f3efd5e52a390ec4a64a656620af),
(0xbe8f142f9b03fed2254101693abce1a2, 'wp-content/plugins/ultimatum-library/images/icons/32/money_100.png', 0, 0x00000000000000000000000000000000, 0xe51109328ab1133643c172e0a881f0ad),
(0x43ad3826d5dd8fb9cc4bcc64f0e43f67, 'wp-content/plugins/ultimatum-library/images/icons/32/money_100_coins.png', 0, 0x00000000000000000000000000000000, 0x0fd2c9cbb60a1c09f2ea4222d85cf689),
(0x36b1eacc15b46b46549b7b25d540dd5f, 'wp-content/plugins/ultimatum-library/images/icons/32/money_10_coins.png', 0, 0x00000000000000000000000000000000, 0xd36bc87f759433e91bb292bd64b7c68d),
(0xfa2e554a413da5f1e02ba20ece29c596, 'wp-content/plugins/ultimatum-library/images/icons/32/money_1_coins.png', 0, 0x00000000000000000000000000000000, 0x2e30c8923fb7b5b0eb1aa1e33d42ada4),
(0xde050ebee3b3d03efafc8aba83044717, 'wp-content/plugins/ultimatum-library/images/icons/32/money_20.png', 0, 0x00000000000000000000000000000000, 0xb1386d01ad2fc428b0604a2474ac3e4b),
(0x635fb38f57b141037b659d295983b6f2, 'wp-content/plugins/ultimatum-library/images/icons/32/money_20_coins.png', 0, 0x00000000000000000000000000000000, 0x61f78db12d6d222991d4f7578320d5ff),
(0x482c01927c3998580b701544322f7bba, 'wp-content/plugins/ultimatum-library/images/icons/32/money_5.png', 0, 0x00000000000000000000000000000000, 0xd6ba7a92c77ecd1d5426b095fa80f7a8),
(0x73e6f9c1c2c6323b050d0749d4c6a54a, 'wp-content/plugins/ultimatum-library/images/icons/32/money_50.png', 0, 0x00000000000000000000000000000000, 0x214fe7211f2df10734b4191e527d13eb),
(0xb4f898e99924fe03606b5f49376caf71, 'wp-content/plugins/ultimatum-library/images/icons/32/money_50_coins.png', 0, 0x00000000000000000000000000000000, 0xeb4e1cabbb1115cf4ab13e55de6312d0),
(0xd33c52b76425cf40d6a9d14c0064b22e, 'wp-content/plugins/ultimatum-library/images/icons/32/money_5_coins.png', 0, 0x00000000000000000000000000000000, 0x1c630c645dab90cbcda0834c1a215ace),
(0xf30667b453bccc736e3c9f2dc3e5f949, 'wp-content/plugins/ultimatum-library/images/icons/32/monitor.png', 0, 0x00000000000000000000000000000000, 0x80704adef3e46299401e8d4fc79732d2),
(0x573c79cdeeb65e624170d36151a2c502, 'wp-content/plugins/ultimatum-library/images/icons/32/opera.png', 0, 0x00000000000000000000000000000000, 0x53727c35671d257b611616979773ef32),
(0x07b6a253f5eee6b49fff03b96581a437, 'wp-content/plugins/ultimatum-library/images/icons/32/pen.png', 0, 0x00000000000000000000000000000000, 0x34dc4b6d166fe463f91ce2d166510a9c),
(0xd6783b14d9dea482cca27af404ec7ddb, 'wp-content/plugins/ultimatum-library/images/icons/32/pencil.png', 0, 0x00000000000000000000000000000000, 0x0a5a6d29aeccac670a63ce9ad0a31580),
(0x95338ada36c0bd062fc55ae0d10b5a6b, 'wp-content/plugins/ultimatum-library/images/icons/32/podcast.png', 0, 0x00000000000000000000000000000000, 0x328fb2d411d6ab49bc083025777a9612),
(0x16561514eeb31329e548450429cd28bf, 'wp-content/plugins/ultimatum-library/images/icons/32/preferences.png', 0, 0x00000000000000000000000000000000, 0x03ab5a94fcef1d54ec7af94fdecdbdab),
(0x47bc8fc24c5f029e842f77c985c97042, 'wp-content/plugins/ultimatum-library/images/icons/32/presentation.png', 0, 0x00000000000000000000000000000000, 0x6b7c609521f8cbde7dd42c1be370c9bb),
(0x7d83177ab011ff0522ea39e1f7ccae7d, 'wp-content/plugins/ultimatum-library/images/icons/32/printer.png', 0, 0x00000000000000000000000000000000, 0x93e152449e495beb4875c8fe148fac15),
(0x7d6e6f147cf887aca25546a713348614, 'wp-content/plugins/ultimatum-library/images/icons/32/rss.png', 0, 0x00000000000000000000000000000000, 0x8f7869f37fd6495da9b59f66a292bfa2),
(0x4622a76302b39e4f8fc8dc0e348db357, 'wp-content/plugins/ultimatum-library/images/icons/32/rss_alternative.png', 0, 0x00000000000000000000000000000000, 0x9f012b34eff02cdb562acb8549e89211);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x35aa03591f556b748ad344d7a6d49e64, 'wp-content/plugins/ultimatum-library/images/icons/32/rss_circle.png', 0, 0x00000000000000000000000000000000, 0x1e57fa2549c7f2b60e094ac937ea7bde),
(0x7b61b6ea50dcf764ce7bdf64f8af5c7f, 'wp-content/plugins/ultimatum-library/images/icons/32/rss_circle_comments.png', 0, 0x00000000000000000000000000000000, 0x7b85f7ee9a9127956a605cebe965f131),
(0xf64e83ab3506b568653834782d532bfc, 'wp-content/plugins/ultimatum-library/images/icons/32/rss_comments.png', 0, 0x00000000000000000000000000000000, 0x1b882b798349a9e3e5c009dc9b47cf49),
(0xc601bdc649cb4e2a703b853d66208b95, 'wp-content/plugins/ultimatum-library/images/icons/32/rss_square.png', 0, 0x00000000000000000000000000000000, 0xd9fe0bc61770fee973be00c41b2caa18),
(0x413160f8ce191444c43f0442a2eedcc2, 'wp-content/plugins/ultimatum-library/images/icons/32/rss_square_comments.png', 0, 0x00000000000000000000000000000000, 0xf7fe09cb394ca5b61daf56001d682e24),
(0x8b3e9d68ba02c4f2aba70e974b436fd5, 'wp-content/plugins/ultimatum-library/images/icons/32/safari.png', 0, 0x00000000000000000000000000000000, 0xa3dd6eacfb0f85c990eb98e884df32e0),
(0x12844e6db32297b7c076d417bc3cfc63, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_addicted-to-coffee.png', 0, 0x00000000000000000000000000000000, 0x80aa85c52ec49ce7c67f73ecce467fdf),
(0x82a9c3e00b8cabe8af5b8f3b2a421006, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_addicted-to-coffee_glossy.png', 0, 0x00000000000000000000000000000000, 0x7f8a6c388012a43623fa0d1264a8f316),
(0x294c67c041af18e2fb00a7991ad13d61, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_aqua.png', 0, 0x00000000000000000000000000000000, 0x2fa2e997f4f437a10666131d523f8373),
(0x8c617e90e3255b724b35a278d04f0018, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_aqua_glossy.png', 0, 0x00000000000000000000000000000000, 0x95791b494b21a9fd2406fd094255e4ff),
(0x942f0a25f7adaea97154a148bde276c0, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_aurora_leopard.png', 0, 0x00000000000000000000000000000000, 0x003527489997b1a4ce92f6272b5568b1),
(0x36a775f5354249408f7f1a6c2a46dd4f, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_aurora_leopard_glossy.png', 0, 0x00000000000000000000000000000000, 0x15250f22fd602373525633e4047438a0),
(0xe1dea2b20ddbda3d407c231b85f30465, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_aurora_snowleopard.png', 0, 0x00000000000000000000000000000000, 0x44788c47cffad2d94b1ce39141a816b4),
(0xb7c27609c32bbd8a4536ba38f1992d3d, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_aurora_snowleopard_glossy.png', 0, 0x00000000000000000000000000000000, 0x810ae0193b5225ab4c12ad616b8673a8),
(0x27c119c58f73eb8e0b8a102b8bc38b45, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_blaze-of-light.png', 0, 0x00000000000000000000000000000000, 0x4114fd1fa379b2ab4151803ab2131ae9),
(0x11bb622c7f0fa6747273ae867728ed84, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_blaze-of-light_glossy.png', 0, 0x00000000000000000000000000000000, 0x48ace9ddc5862676d2f3c7c71c1eee1b),
(0x22ef117549eb7456dd959ac93aed1dac, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_lensflare.png', 0, 0x00000000000000000000000000000000, 0xc0c29550781023b64ffaa3c308a10a7b),
(0x0708b5c4c3984afd9168ddad259a1a1a, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_lensflare_glossy.png', 0, 0x00000000000000000000000000000000, 0x3efcdf28f5645ed7d77417fe885418f8),
(0x6187c67052ad42c4a0b94932655f7caf, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_rulers.png', 0, 0x00000000000000000000000000000000, 0xdc60800a436c05420b8067f15be69c5c),
(0xf484fc3877cc18ebdfaede2700a347bd, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_rulers_glossy.png', 0, 0x00000000000000000000000000000000, 0xef6eeff6112c015912995f6a15e1c9b7),
(0xf98c5e846aca42a016eb478cc7de99d2, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_sleep.png', 0, 0x00000000000000000000000000000000, 0x2e359a2d6c0552636f2c6f7d7d9085c9),
(0x923ff2d92972719a23e257e7699174ad, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_sleep_glossy.png', 0, 0x00000000000000000000000000000000, 0x3bf383c958768408765723a8829cf223),
(0xbfc39632f648eff2ad3ba255889c2fe9, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_tron-legacy.png', 0, 0x00000000000000000000000000000000, 0xc2a48b3c99c70dfc1024cf8d16074ff1),
(0xa02656f5b8386fd1de59823e89c7c926, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_tron-legacy_glossy.png', 0, 0x00000000000000000000000000000000, 0xfade958433f2453c00e8178448771934),
(0xeda517d84110574d331ccfe523899454, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_twitter.png', 0, 0x00000000000000000000000000000000, 0xa5233bbcc87b7885de70ac6b49cc219e),
(0x87ab064641ad8c06b7a83031302a3b3f, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_twitter_glossy.png', 0, 0x00000000000000000000000000000000, 0x2fab867bc4981a4535b77ac3d5abacc4),
(0x922f4949eec132992097d853afd302ed, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_windows.png', 0, 0x00000000000000000000000000000000, 0xddcbf44b85f8e9e81bc83ed7db44534a),
(0x4df83b8689a6d5e6a5e236b725d9a7b1, 'wp-content/plugins/ultimatum-library/images/icons/32/screen_windows_glossy.png', 0, 0x00000000000000000000000000000000, 0x1778a26e577a169bb8d09d47867c7e3e),
(0x17ee1bb9caa8601a85a80db01bdd426d, 'wp-content/plugins/ultimatum-library/images/icons/32/search.png', 0, 0x00000000000000000000000000000000, 0x19998465867505262e800b0345185b64),
(0x923e4c76382641cd75b9a689c9654f67, 'wp-content/plugins/ultimatum-library/images/icons/32/security.png', 0, 0x00000000000000000000000000000000, 0x427edd6d78638d3c210a6dd65d1617f3),
(0xbca06686cfa28baafa0cd030762bc805, 'wp-content/plugins/ultimatum-library/images/icons/32/shopping_basket.png', 0, 0x00000000000000000000000000000000, 0xefe97655f863e981c7c6bc487d28d767),
(0xc6792dea01c924cbfcec3ab2977fd149, 'wp-content/plugins/ultimatum-library/images/icons/32/show_reel.png', 0, 0x00000000000000000000000000000000, 0x03241c80d20ae500c453d7e26e431b32),
(0xa95dad259d9d6e99f350e157aeb639cc, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_available.png', 0, 0x00000000000000000000000000000000, 0x712ecb3e053cbee22a4bded4c328d771),
(0x113efbd406631d0fdfdec681cd00f269, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_available_red.png', 0, 0x00000000000000000000000000000000, 0xa6e1d663be9ec47105636487e48a93f9),
(0x36a23a12c693b300502fb17d9c91f52d, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_busy.png', 0, 0x00000000000000000000000000000000, 0xb43687e85689529081d250bd5614adae),
(0xea8b1643344d35a092b18004b6b888c3, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_busy_red.png', 0, 0x00000000000000000000000000000000, 0x6eb846072a241d96fe697d7c0f029570),
(0x72bec5fe6b6bf53e1ff4afb1f162443e, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_free.png', 0, 0x00000000000000000000000000000000, 0xb38fef55c3919c5ff59e73b88759f470),
(0xdefc67314d8671a90b6b080111e813e4, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_free_red.png', 0, 0x00000000000000000000000000000000, 0xd1c7ab6a7cfeb066010ba279ba9103dc),
(0x19beef506f70010fb8dfb2d39359a02d, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_hire_me.png', 0, 0x00000000000000000000000000000000, 0x008ceff3eb40897f4b846038b61b1715),
(0x5a96998a4d5554721f3c04be770d4065, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_hire_me_red.png', 0, 0x00000000000000000000000000000000, 0x3ce4a7beb6378e52af4bc9d7ff385039),
(0x3b4128aa286d5e447e21cc61830a9286, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_we-are-hiring.png', 0, 0x00000000000000000000000000000000, 0x34d41371033902928d4a5147d509f0b0),
(0x787d2e35b456ad02c465a525167dc9b3, 'wp-content/plugins/ultimatum-library/images/icons/32/sign_we-are-hiring_red.png', 0, 0x00000000000000000000000000000000, 0x70028910b5e5ecf6040bfee6908576a6),
(0x8ede67e2debb3664919706cccc011566, 'wp-content/plugins/ultimatum-library/images/icons/32/smashing-mag.png', 0, 0x00000000000000000000000000000000, 0x39a6a980515cc4e5938167545027264d),
(0x346412667c078cd7454701cd02cfa19b, 'wp-content/plugins/ultimatum-library/images/icons/32/social_aim.png', 0, 0x00000000000000000000000000000000, 0x1cb0e42ca28db805a782155aea257606),
(0xb770d487eac3c07a9a4f391886f2ef80, 'wp-content/plugins/ultimatum-library/images/icons/32/social_amazon.png', 0, 0x00000000000000000000000000000000, 0x0c967c40b15e072dac6d2e9b9052e0ae),
(0x90e59bd6813415c8d23158a8f6b0d191, 'wp-content/plugins/ultimatum-library/images/icons/32/social_apple.png', 0, 0x00000000000000000000000000000000, 0xd5c6d279d2a1730cb471b929c9bc75cd),
(0x918d8f092a1313e6d39cd41111fe09dd, 'wp-content/plugins/ultimatum-library/images/icons/32/social_appstore.png', 0, 0x00000000000000000000000000000000, 0x39c3facac22e9e8895c94bd7d081f7ba),
(0x2ede4d677debbd11944f47cec8692ff1, 'wp-content/plugins/ultimatum-library/images/icons/32/social_behance.png', 0, 0x00000000000000000000000000000000, 0xb60d0c0fb40423761312cc82f97e6abd),
(0x2615564030ee3c6da7e327322eb5cd51, 'wp-content/plugins/ultimatum-library/images/icons/32/social_blogger.png', 0, 0x00000000000000000000000000000000, 0x29e662c40d2d62130988253e6898e061),
(0x89b85be343d42bde660d65324ef23aee, 'wp-content/plugins/ultimatum-library/images/icons/32/social_brightkite.png', 0, 0x00000000000000000000000000000000, 0x39262eb42624afe17a2d985f32999903),
(0x1c6ed32444373dbcd6c0ccfa16236808, 'wp-content/plugins/ultimatum-library/images/icons/32/social_brightkite_flag.png', 0, 0x00000000000000000000000000000000, 0x5f7cecbe8e37428a4fd45ad283083b85),
(0x2d5c6bf3aa2ca6049c3cfb8ad7da1d3c, 'wp-content/plugins/ultimatum-library/images/icons/32/social_delicious.png', 0, 0x00000000000000000000000000000000, 0x0922909ab57218819fd6b584bf694f6f),
(0x2be3192e9c275d66a042a1bb5eeeb735, 'wp-content/plugins/ultimatum-library/images/icons/32/social_designfloat.png', 0, 0x00000000000000000000000000000000, 0xf6431f796ccf68989f8b0c64dba8c1a2),
(0x2b45b45c1e76730cf9431ee2ba1a3bb4, 'wp-content/plugins/ultimatum-library/images/icons/32/social_designmoo.png', 0, 0x00000000000000000000000000000000, 0x9c4e1356b1bc5ece54fc09590823ca79),
(0xfac7c22b422f811f8861afda01a36ee3, 'wp-content/plugins/ultimatum-library/images/icons/32/social_deviantart.png', 0, 0x00000000000000000000000000000000, 0x0a8d85a6f79919425e1eb043eebf2cea),
(0x1b456defd7fcabadaff941f2abd38ebc, 'wp-content/plugins/ultimatum-library/images/icons/32/social_digg.png', 0, 0x00000000000000000000000000000000, 0x0e82f7836e4b7336635b9df575b9ba2c),
(0x37f62a3d9cd4c5006dd77e90aa1b172a, 'wp-content/plugins/ultimatum-library/images/icons/32/social_digg_guy.png', 0, 0x00000000000000000000000000000000, 0xae1c9b5d1aaa705fe7e6ca2d17fec231),
(0x80fd0b5ffadbdc5841b0bbddf90ba6bf, 'wp-content/plugins/ultimatum-library/images/icons/32/social_dopplr.png', 0, 0x00000000000000000000000000000000, 0xca6fed0ce14e83b662cf4c4fd5e7ece4),
(0xfbe2839d45aa6022cf306a549fe02ba1, 'wp-content/plugins/ultimatum-library/images/icons/32/social_dribbble.png', 0, 0x00000000000000000000000000000000, 0xcbb068b3c4028c77d17e496ec56c46ac),
(0x7dab86ad3bfa447b31a86134d1ab3486, 'wp-content/plugins/ultimatum-library/images/icons/32/social_ebay.png', 0, 0x00000000000000000000000000000000, 0x256bd0883ceb85a5ea615bffd4442e92),
(0x55f8004a730c7c50ea0cbd56b1ff7e93, 'wp-content/plugins/ultimatum-library/images/icons/32/social_ebay_colored.png', 0, 0x00000000000000000000000000000000, 0xbf87404e8add1efa116badcc20580a6b),
(0x9b63c0af3b756a16dd294102e2f76c53, 'wp-content/plugins/ultimatum-library/images/icons/32/social_evernote.png', 0, 0x00000000000000000000000000000000, 0x0ddac6f6e7a73005bc39124387faeeb0),
(0x62e796d457d8b441ab9a7830c1856773, 'wp-content/plugins/ultimatum-library/images/icons/32/social_facebook.png', 0, 0x00000000000000000000000000000000, 0xb395c35a8db77a38edef4bef932694d4),
(0x452405f6b0a59125f14cb95fa276924d, 'wp-content/plugins/ultimatum-library/images/icons/32/social_flickr.png', 0, 0x00000000000000000000000000000000, 0xb59f147cd5a475f7a7db77c13ef0c630),
(0x5f15c49f084e8c98aaa2c7fc10956b44, 'wp-content/plugins/ultimatum-library/images/icons/32/social_foursquare.png', 0, 0x00000000000000000000000000000000, 0x4cc4c474b469ee5f5ebdb1c08ab7e6d9),
(0x5823451e7274953bfaac7eae31a745b5, 'wp-content/plugins/ultimatum-library/images/icons/32/social_friendfeed.png', 0, 0x00000000000000000000000000000000, 0x7217e5ba2249aced5b0e64b8074c1283),
(0xd1254727c28859099d2a6e1092fa5baa, 'wp-content/plugins/ultimatum-library/images/icons/32/social_google.png', 0, 0x00000000000000000000000000000000, 0x4d642f6d31d5637e81bc8ed2bc30f22d),
(0x2957301efcc84f1709bb43a44950d74b, 'wp-content/plugins/ultimatum-library/images/icons/32/social_google_buzz.png', 0, 0x00000000000000000000000000000000, 0xa34824c022f799a071f1b54cd0b6de6f),
(0x3ef7c4d7f73a65272310954b372488d9, 'wp-content/plugins/ultimatum-library/images/icons/32/social_google_talk.png', 0, 0x00000000000000000000000000000000, 0x06ad31a80c4c250cfd1e3e5faf398242),
(0x2a79a4c0fbb40f483ce0e87bcfcbede8, 'wp-content/plugins/ultimatum-library/images/icons/32/social_gowalla.png', 0, 0x00000000000000000000000000000000, 0x5ccf10c101efe59ebb600c9228cc8e62),
(0xbce61ffa6ccf8bb658e0e6bdf6e3a842, 'wp-content/plugins/ultimatum-library/images/icons/32/social_last_fm.png', 0, 0x00000000000000000000000000000000, 0xeb95fc5507096c2be5972ba6af4e6276),
(0x6a9375b3024fde76a5241f415d9f1fc7, 'wp-content/plugins/ultimatum-library/images/icons/32/social_linked_in.png', 0, 0x00000000000000000000000000000000, 0xdf7ffcbfde3dfd8fd706ee5a36cfeeb6),
(0x84da3cd1082f0f2364eb32fdd29dea23, 'wp-content/plugins/ultimatum-library/images/icons/32/social_meinvz.png', 0, 0x00000000000000000000000000000000, 0xc354a8fc3d5d31c6ead8a0b33c3961d7),
(0x7dcca3ff12827b12e0c7e1ef6a5ab194, 'wp-content/plugins/ultimatum-library/images/icons/32/social_mixxt.png', 0, 0x00000000000000000000000000000000, 0xaf5b137e85209a1859a4f54bf3e99bca),
(0x3dff23700eba75309bd2cdba7bcb32ed, 'wp-content/plugins/ultimatum-library/images/icons/32/social_mobileme.png', 0, 0x00000000000000000000000000000000, 0xfb59c3df4e3326594844cdfb01a35c33),
(0x1eb774b9201977dd46647a6f8beb0e40, 'wp-content/plugins/ultimatum-library/images/icons/32/social_mynameisE.png', 0, 0x00000000000000000000000000000000, 0x38bd80a12ffb24e6153dbd77ad5da61b),
(0x2b1bad594ff1b1cd6d91282498e6618c, 'wp-content/plugins/ultimatum-library/images/icons/32/social_myspace.png', 0, 0x00000000000000000000000000000000, 0x572d9fa5ed8c40981866f6dcd28a3519),
(0xee0d0a5a09bff8250212bfb8cf9d296c, 'wp-content/plugins/ultimatum-library/images/icons/32/social_netvibes.png', 0, 0x00000000000000000000000000000000, 0xee475d3927e1a407c851051896e7eb35),
(0xf332c035af2b50ad4a229ae62c64c529, 'wp-content/plugins/ultimatum-library/images/icons/32/social_ning.png', 0, 0x00000000000000000000000000000000, 0xd45259aa6d917767dbd97d1e805cfa63),
(0x4e690a7e0e8e2de79594bb0d72c2a68a, 'wp-content/plugins/ultimatum-library/images/icons/32/social_paypal.png', 0, 0x00000000000000000000000000000000, 0x0a43fbc51efaf4509c65fa75293c3002),
(0x18a462b483a7c389a990f3a9e06b5f82, 'wp-content/plugins/ultimatum-library/images/icons/32/social_posterous.png', 0, 0x00000000000000000000000000000000, 0xf22d122294ed296438007a312f39a36e),
(0xc9c9094d0002c1c6851a3353652eff49, 'wp-content/plugins/ultimatum-library/images/icons/32/social_qik.png', 0, 0x00000000000000000000000000000000, 0x87482c948381bc95b222aaa391648288),
(0x2091bad47dc2190abebbfee0ddf65705, 'wp-content/plugins/ultimatum-library/images/icons/32/social_reddit.png', 0, 0x00000000000000000000000000000000, 0x839325cf2f518bd6ffe06dd2b25c2fda),
(0x56e9fc56364542e22908e27da46d9806, 'wp-content/plugins/ultimatum-library/images/icons/32/social_schuelervz.png', 0, 0x00000000000000000000000000000000, 0x4a820b57d760f3dc4b21cdd0885306ff),
(0x09c2a8c9936e94f281fd82ba8bb25a50, 'wp-content/plugins/ultimatum-library/images/icons/32/social_sevenload.png', 0, 0x00000000000000000000000000000000, 0x12d07d0c16c8455c51799b05359f660a),
(0xbf84d379d614ea754bb8f686cd9473f0, 'wp-content/plugins/ultimatum-library/images/icons/32/social_skype.png', 0, 0x00000000000000000000000000000000, 0xe3aa3165575a710ccfdd764ee0bee6d7),
(0x20cc6c4ad03feefff7144cf399d3f2bc, 'wp-content/plugins/ultimatum-library/images/icons/32/social_studivz.png', 0, 0x00000000000000000000000000000000, 0xb9adebc77ef07c6ae6564529e3adf339),
(0x02a92e18d236ea80b37ac0d2bd82eecd, 'wp-content/plugins/ultimatum-library/images/icons/32/social_stumble_upon.png', 0, 0x00000000000000000000000000000000, 0xa92259d7748e11f49b41f705eb921877),
(0x4e61e7a2c57465b1c2effa3f0ed80b81, 'wp-content/plugins/ultimatum-library/images/icons/32/social_technorati.png', 0, 0x00000000000000000000000000000000, 0x6e5f2cf1e14ac413227a3511c24cf7e9),
(0x3d01e8be077ed436b0145931f17ce4aa, 'wp-content/plugins/ultimatum-library/images/icons/32/social_todo.png', 0, 0x00000000000000000000000000000000, 0xdaeef0cc675407d648dbcc7efeb02186),
(0xb999b480544082cdfc5deb426cc314c5, 'wp-content/plugins/ultimatum-library/images/icons/32/social_tumblr.png', 0, 0x00000000000000000000000000000000, 0xfd1b5405df3a1795b621b3ac9c59ef1e),
(0x73b7e8e847bd079aa7c119541b6df46d, 'wp-content/plugins/ultimatum-library/images/icons/32/social_twitter.png', 0, 0x00000000000000000000000000000000, 0x500c5e41fd2a644253402b6554d3e2f4),
(0xcb4c767e0743df6241d6ef127b6d5565, 'wp-content/plugins/ultimatum-library/images/icons/32/social_twitter_bird.png', 0, 0x00000000000000000000000000000000, 0x7280624cdcf22957b5446a93a5cbef2f),
(0x548375018290e4d5292083208cf9d797, 'wp-content/plugins/ultimatum-library/images/icons/32/social_twitter_retweet.png', 0, 0x00000000000000000000000000000000, 0x29a21c2b66ffb039e22ad0092f93778d),
(0xd15ae79c6f64908f8784bc788d05291d, 'wp-content/plugins/ultimatum-library/images/icons/32/social_vimeo.png', 0, 0x00000000000000000000000000000000, 0x3276aae695d389012494b207ea62eb58),
(0x64cf7cefd240d5bc815f3c01aa5a2007, 'wp-content/plugins/ultimatum-library/images/icons/32/social_vimeo_V.png', 0, 0x00000000000000000000000000000000, 0x846e0d853546b3eed645be8340f31d8f),
(0xb5bddd2109bea0f723162794c339a29c, 'wp-content/plugins/ultimatum-library/images/icons/32/social_xing.png', 0, 0x00000000000000000000000000000000, 0xa1b5ec1cce5efc976f040254079fe9b8),
(0xebd9d66b6088cb82178e9ebe0b32fd89, 'wp-content/plugins/ultimatum-library/images/icons/32/social_yahoo_messenger.png', 0, 0x00000000000000000000000000000000, 0x4eda154e87faa7ba6af1e118d2cb534b),
(0x8d45a47815998bf832538937217aae45, 'wp-content/plugins/ultimatum-library/images/icons/32/social_yahoo_messenger_smiley.png', 0, 0x00000000000000000000000000000000, 0x47d13279f719dfd0d16da7357fdf7e0f),
(0xca0febdf9421db364eab3d9f4f4a149f, 'wp-content/plugins/ultimatum-library/images/icons/32/social_you_tube.png', 0, 0x00000000000000000000000000000000, 0xdca0ec5b68094cea2d6aa4c575355700),
(0x4325b2713ec510b124b2cbaf04453a9b, 'wp-content/plugins/ultimatum-library/images/icons/32/social_zootool.png', 0, 0x00000000000000000000000000000000, 0xfe2e4db9209471454331f96bde336825),
(0x1274a68c9313ab7517ec3f0d5d0fb9eb, 'wp-content/plugins/ultimatum-library/images/icons/32/speech_bubble_blue.png', 0, 0x00000000000000000000000000000000, 0xafde2619e7cd5242d20ab7a01561576f),
(0x8aac02465f7600cd229833b01eec2f80, 'wp-content/plugins/ultimatum-library/images/icons/32/speech_bubble_green.png', 0, 0x00000000000000000000000000000000, 0x1f809b5788ef15bece2c4733a9531770),
(0x1add674c4598eb40c2dae92d7063a33c, 'wp-content/plugins/ultimatum-library/images/icons/32/speech_bubble_grey.png', 0, 0x00000000000000000000000000000000, 0xce57291a2fc14f8f8f35c5cf8e385431),
(0x8b7b279cbf56fc6e41768c7fb1d03355, 'wp-content/plugins/ultimatum-library/images/icons/32/speech_bubble_pink.png', 0, 0x00000000000000000000000000000000, 0x4e5f2e7e6d007aa35d10ada44f659562),
(0x111c4df639aecd7f7f7a76b20a5029b6, 'wp-content/plugins/ultimatum-library/images/icons/32/speech_bubble_red.png', 0, 0x00000000000000000000000000000000, 0x5d4407ba8a8d1ea396f0b7ebb2ce7e94),
(0xb2cc6d5e11cf21d8b11bd0e865f70718, 'wp-content/plugins/ultimatum-library/images/icons/32/speech_bubble_violet.png', 0, 0x00000000000000000000000000000000, 0x31f471cd18f93445ba8ff6f44d048c22),
(0x0c146baff7480f1506953cfc43bcc1c1, 'wp-content/plugins/ultimatum-library/images/icons/32/speed_kmh.png', 0, 0x00000000000000000000000000000000, 0xd0c752771f2707e2fae80e05be498896),
(0x4f1a0552bf0d9f5ba2671ce038c0a6a3, 'wp-content/plugins/ultimatum-library/images/icons/32/speed_mph.png', 0, 0x00000000000000000000000000000000, 0x92e31b71be6d0c1677b58b042555a36e),
(0xde6edc250e2863526110565e9df80989, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_beta_blue.png', 0, 0x00000000000000000000000000000000, 0x7e9e529a21778d4ff9b9353f8919082d),
(0x700113d877623d1890bffa03ba8a9a71, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_beta_brown.png', 0, 0x00000000000000000000000000000000, 0x94281510045b7b228252a4b8e2691b02),
(0xc11e22f343ae49c0eb762bab2cca8f53, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_beta_green.png', 0, 0x00000000000000000000000000000000, 0x74b2c59cb3b4a5e7c96f512d75d8dfef),
(0x5a245aaf3b8ed6573dde147efe69fdb1, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_beta_lightblue.png', 0, 0x00000000000000000000000000000000, 0xef726b9509af7d2894b9d554fb03a525),
(0x5eadc14c8af5f399e7bafb96222ad76d, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_beta_lightgreen.png', 0, 0x00000000000000000000000000000000, 0xb10e725088fddde3ce3c183df602f60c),
(0x2c3ed3fc494f0eac517fa4f4f6430642, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_beta_orange.png', 0, 0x00000000000000000000000000000000, 0x63dce1db49f71af6a77f438936d5551d),
(0x78da27ff6155c15819c93afddc64a539, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_beta_pink.png', 0, 0x00000000000000000000000000000000, 0xe6712c281a0aa9e58ae5e446c79419fe),
(0x7e4685a192ee9b5be27696185dc7c117, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_beta_rose.png', 0, 0x00000000000000000000000000000000, 0x5d9751dca8dffccfaad0722017646847),
(0x3165ea2c99ffc3a0090c61181eaa962e, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_beta_violet.png', 0, 0x00000000000000000000000000000000, 0x9909734c9b0276f964d4b15dd293d1b0),
(0x3f5020b1fa8a10a430591b4bd1bb0d1a, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_blue.png', 0, 0x00000000000000000000000000000000, 0xe189cae6413c309fc78bb80f4fc4df15),
(0x58b53be4e3aa28d0bbb2f2016b64e926, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_brown.png', 0, 0x00000000000000000000000000000000, 0x37c76d5937a5c25fcc8ec4134b89620a),
(0x9a5b2e9fa2478b7d472830b0553a301f, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_green1.png', 0, 0x00000000000000000000000000000000, 0x1cb5da7e71e7585be09483dfc920db7c),
(0x8d39706fb031b6bc20ee37a99f3ec22e, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_green2.png', 0, 0x00000000000000000000000000000000, 0xb0d789cffe72658e8a3c2e9e7dce7a36),
(0x39e4c65fb9aacba302be0fb620e578ba, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_lightblue.png', 0, 0x00000000000000000000000000000000, 0x984315d5d89f19b7ec954e8dfe532046),
(0xeb9a722c13541b64e48eadf082620c31, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_new_blue.png', 0, 0x00000000000000000000000000000000, 0x51eb09ebe8bb71cfebc0de3434441f8a),
(0x3dccad80eb907ac2f83ee837a7f2108c, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_new_brown.png', 0, 0x00000000000000000000000000000000, 0xcf38f3594ea87a403520c1da7547b869),
(0x2e138dd61e08b4b3a2e59e1b23fa8c94, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_new_green1.png', 0, 0x00000000000000000000000000000000, 0x3bbae26f2316fd7d6897c086097a9245),
(0xcf0441ce7d07cd54883e733bc00a619f, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_new_green2.png', 0, 0x00000000000000000000000000000000, 0x7374fe2678df379052b034951f389a6d),
(0xeb356d1dd1dd596425834e56603ae011, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_new_lightblue.png', 0, 0x00000000000000000000000000000000, 0x9449c46dbb6c5de2cc7c3363eeb09b5d),
(0x2401a26e58b98fa1585bcd5732d9388e, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_new_orange.png', 0, 0x00000000000000000000000000000000, 0x45e247dbb10958be17706cb54fc74587),
(0x40ed2e18d746c8d37019ba75b907a600, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_new_pink.png', 0, 0x00000000000000000000000000000000, 0xb8938e6e25db345e2b1027f5e2daefe3),
(0x083969cffe07ef4a144d7a2f89aa915b, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_new_rose.png', 0, 0x00000000000000000000000000000000, 0x20aad32c82eb9299558a4988d3b25ce9),
(0x96aa80e8d3b4f339648f2103849a3d3d, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_new_violet.png', 0, 0x00000000000000000000000000000000, 0x0692865d4eb2dca94d6084a898bb5acf),
(0x505cdbdfcfcd1d07b2308e73f05a6d40, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_orange.png', 0, 0x00000000000000000000000000000000, 0xb2a13e61c1bfb3941d3ad2e28fdfa9fb),
(0x791e92a737eccfffc7d34db66997a70c, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_pink.png', 0, 0x00000000000000000000000000000000, 0x6517ffa9a1f77b1036e85dc5953ed16c),
(0x149902ecb35cfed18d0cf70f851a187f, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_rose.png', 0, 0x00000000000000000000000000000000, 0x710fbeb8b3e4e8cfb39c369de23720e3),
(0x42f263d42fa2dc77eb147cd3fcd813ed, 'wp-content/plugins/ultimatum-library/images/icons/32/splash_violet.png', 0, 0x00000000000000000000000000000000, 0x9910b3995fa27b25752443997e5ebb32),
(0xd8408c67168766308dd8929a1b17ba68, 'wp-content/plugins/ultimatum-library/images/icons/32/star.png', 0, 0x00000000000000000000000000000000, 0x8c8a3fb968bde0cb22c8a01f562d37ce),
(0xcf927ffc7e957124e52167221bcd0902, 'wp-content/plugins/ultimatum-library/images/icons/32/star_empty.png', 0, 0x00000000000000000000000000000000, 0x72a7263a945bdc139af94d55a06afd89),
(0x7207e96d7a1283392a0a51225386c129, 'wp-content/plugins/ultimatum-library/images/icons/32/star_half.png', 0, 0x00000000000000000000000000000000, 0x9a88de6476b2a1935fad2c379c7e6cee),
(0xe8c1bff964a2ad2354b66e625e415dd1, 'wp-content/plugins/ultimatum-library/images/icons/32/super_mario_coin.png', 0, 0x00000000000000000000000000000000, 0x5e370f6ca4818c26a57f958eac9bf1e4),
(0x57d6cf9f60a7fb5c4d85a33df26cbbd2, 'wp-content/plugins/ultimatum-library/images/icons/32/super_mario_mushroom.png', 0, 0x00000000000000000000000000000000, 0x7e090ffc23d8f7993c3a45d58f8c167f),
(0xe549cc82f2338d41d144779c9b39bb5f, 'wp-content/plugins/ultimatum-library/images/icons/32/super_mario_mushroom_one_up.png', 0, 0x00000000000000000000000000000000, 0x4e370bf5c2bae7995c12c24062282a74),
(0xe2b1653eb242449b73d00903456adcb2, 'wp-content/plugins/ultimatum-library/images/icons/32/super_mario_piranha_plant.png', 0, 0x00000000000000000000000000000000, 0x75248b8e8922687c08ddc6316ed1fef7),
(0xdf54c7bac38d502eb08f019ea6a008fe, 'wp-content/plugins/ultimatum-library/images/icons/32/super_mario_question_box.png', 0, 0x00000000000000000000000000000000, 0xb1ac12d4685155cb8d2e215ba8a34ef9),
(0x866f9bb1b55026d3ab853472f70ac5c4, 'wp-content/plugins/ultimatum-library/images/icons/32/super_mario_rocket.png', 0, 0x00000000000000000000000000000000, 0x3f757d112264489a69d70d475fe7000f),
(0x95e672822cfd1118be00d797d64150c0, 'wp-content/plugins/ultimatum-library/images/icons/32/sync.png', 0, 0x00000000000000000000000000000000, 0x3ae2973cbfaae3364adb218f7ce55674),
(0x31ed7e6fc989a4ab4079168b7a6752f2, 'wp-content/plugins/ultimatum-library/images/icons/32/tablet.png', 0, 0x00000000000000000000000000000000, 0x3184d80a91a72f8d0b781aff0649de83),
(0xfbfa17f771c6a887b1707465611a4ca5, 'wp-content/plugins/ultimatum-library/images/icons/32/tag.png', 0, 0x00000000000000000000000000000000, 0xc819cd3c3a48985e9eda0c7bc2f2cc07),
(0xf6b3dc52965203660d49a4c7c4952a93, 'wp-content/plugins/ultimatum-library/images/icons/32/tag_barcode.png', 0, 0x00000000000000000000000000000000, 0xfa38ed806924bae734cbbb7b761da0cc),
(0x6eaf65c031decedb01dd486d563e9bf9, 'wp-content/plugins/ultimatum-library/images/icons/32/tag_white.png', 0, 0x00000000000000000000000000000000, 0x17ca029118814fd49eb526029bcd2af2),
(0xfca6370f37cd529ffd6a2aca4bafd89e, 'wp-content/plugins/ultimatum-library/images/icons/32/tag_white_barcode.png', 0, 0x00000000000000000000000000000000, 0x8bd6b1a43ef418ea2ec25d4a87da80ee),
(0x3b8857f1efb018685679a714c4e967e1, 'wp-content/plugins/ultimatum-library/images/icons/32/terminal.png', 0, 0x00000000000000000000000000000000, 0x82afe28d594e59bca82b79dbf12004b6),
(0x60021029254d46a83772c4a07821dbc5, 'wp-content/plugins/ultimatum-library/images/icons/32/to-do-list.png', 0, 0x00000000000000000000000000000000, 0x1870bdfd825d2facb1ca2644267a8cd6),
(0x5b3e7148f07c82781e25e455b034caad, 'wp-content/plugins/ultimatum-library/images/icons/32/to-do-list_checked1.png', 0, 0x00000000000000000000000000000000, 0xab107343582d025273f37fd460fab5eb),
(0x551b8b98512872b807e3cfe8797a2ec9, 'wp-content/plugins/ultimatum-library/images/icons/32/to-do-list_checked2.png', 0, 0x00000000000000000000000000000000, 0x146375545f9681356888fd3f15b3b88d),
(0x6bf8656a2c0472012881b46ca8f53a68, 'wp-content/plugins/ultimatum-library/images/icons/32/to-do-list_checked3.png', 0, 0x00000000000000000000000000000000, 0x4ad7e7d125e355a84efaf4dc4c3f2832),
(0x9206deca38df78b5b1ab551735947385, 'wp-content/plugins/ultimatum-library/images/icons/32/trash_empty.png', 0, 0x00000000000000000000000000000000, 0x421e2df38c014f5bf448e5f8a0a4f74c),
(0x30a5c729374299bfbf962f53f6523ecf, 'wp-content/plugins/ultimatum-library/images/icons/32/trash_full.png', 0, 0x00000000000000000000000000000000, 0x8b7688bf0e0948c7587daaeeee0c0b9d),
(0x3dffc6fea9d2ade2a6e60f93db7a7fc4, 'wp-content/plugins/ultimatum-library/images/icons/32/twitter.png', 0, 0x00000000000000000000000000000000, 0xf8540d52d9ff21417766a51478396d63),
(0x078182db23c39686984932eb6ac171b1, 'wp-content/plugins/ultimatum-library/images/icons/32/twitter_standing.png', 0, 0x00000000000000000000000000000000, 0x69035fe08d1fdbfc10a651c65e86fe46),
(0x46f55b81e1c37c557845b71e2050ecd4, 'wp-content/plugins/ultimatum-library/images/icons/32/universal_binary.png', 0, 0x00000000000000000000000000000000, 0xa05bb9521f2fdcaa7f8fa907e0167c2c),
(0x5e69fe5c1a04c55c217b74ad7e420898, 'wp-content/plugins/ultimatum-library/images/icons/32/usb-stick.png', 0, 0x00000000000000000000000000000000, 0xc6468ca7589c082acc189f2315d6f863),
(0x8d0913ff456a0ee3a7a76aa8998d71a6, 'wp-content/plugins/ultimatum-library/images/icons/32/user.png', 0, 0x00000000000000000000000000000000, 0xb2234f65c8408ed716f2ddb33712a8ca),
(0x225c3f1d92daaf29fcd4f1ce96d282bf, 'wp-content/plugins/ultimatum-library/images/icons/32/user_add.png', 0, 0x00000000000000000000000000000000, 0xc898622699042efc4d0c879b61253da9),
(0x0fa462837de695b03c76291b7a5a5a63, 'wp-content/plugins/ultimatum-library/images/icons/32/user_alert.png', 0, 0x00000000000000000000000000000000, 0x73737cec2a59fa2bfe34cf586bbd4eca),
(0xcde3e0711a7647d5fae9bbb85fa9346b, 'wp-content/plugins/ultimatum-library/images/icons/32/user_check.png', 0, 0x00000000000000000000000000000000, 0x067c9057f26db5257ac7d0be82c42282),
(0x341002653584d83850ffc163674d9f96, 'wp-content/plugins/ultimatum-library/images/icons/32/user_count.png', 0, 0x00000000000000000000000000000000, 0x5d2638e33aee840b2004ae17e3db16d5),
(0x6b4cc8da6f1678c40b6439dbe5702c74, 'wp-content/plugins/ultimatum-library/images/icons/32/user_delete.png', 0, 0x00000000000000000000000000000000, 0xf606877e1df8a9c8048c3dcbf3985b89),
(0x6b6e4b751935af9dc5348a4515cd7893, 'wp-content/plugins/ultimatum-library/images/icons/32/user_download.png', 0, 0x00000000000000000000000000000000, 0x2708749ab3d5bd9f6bb7741b48c2a2be),
(0xb4ffc33e71c0a1089785bbaf0ad03e27, 'wp-content/plugins/ultimatum-library/images/icons/32/user_group.png', 0, 0x00000000000000000000000000000000, 0xa766db7f735c8c0968d5f60e194a1f94),
(0x069be81f56d1ac580af88374d8ba0174, 'wp-content/plugins/ultimatum-library/images/icons/32/user_group_add.png', 0, 0x00000000000000000000000000000000, 0xed2ef89c2bb05c95aa952f1f0a2ce242),
(0x54235054608a0e00e95b2e8e0d60ff33, 'wp-content/plugins/ultimatum-library/images/icons/32/user_group_alert.png', 0, 0x00000000000000000000000000000000, 0x6ed73f2fd126c4f8b04f86e59a1febe7),
(0x50c34bde08a44668559cf11a7c8f1f99, 'wp-content/plugins/ultimatum-library/images/icons/32/user_group_check.png', 0, 0x00000000000000000000000000000000, 0x80e02222116093795097db942de479d7),
(0x2dc2631b27f67b9376611fd3cac785ac, 'wp-content/plugins/ultimatum-library/images/icons/32/user_group_count.png', 0, 0x00000000000000000000000000000000, 0x4fe88aace33b7d80c8dd319fe075b3d5),
(0x470e0ff643692ae9897858b195e7caad, 'wp-content/plugins/ultimatum-library/images/icons/32/user_group_delete.png', 0, 0x00000000000000000000000000000000, 0x3222610f881e1427f48d6c5bfa5155bb),
(0x535a406868a6289b394c1f1ef18073ee, 'wp-content/plugins/ultimatum-library/images/icons/32/user_group_download.png', 0, 0x00000000000000000000000000000000, 0x179616c941fd97b6914e93bb8790ab93),
(0xf28b217dfeacd74867bfbfb9eabeb33d, 'wp-content/plugins/ultimatum-library/images/icons/32/vcard.png', 0, 0x00000000000000000000000000000000, 0x28a68c85378c169a78cddb8bf8fabc07),
(0xa30141723d6ec7ba846fcd906b640893, 'wp-content/plugins/ultimatum-library/images/icons/32/vcard_add.png', 0, 0x00000000000000000000000000000000, 0xc035e75d2cbda3da9cd2592227913570),
(0x1b599d282ff3624f051574839b521bca, 'wp-content/plugins/ultimatum-library/images/icons/32/vcard_check.png', 0, 0x00000000000000000000000000000000, 0xf86cc9ca75df6827974c15ff14dff397),
(0x764c8917f074c60307b85002f9e9851d, 'wp-content/plugins/ultimatum-library/images/icons/32/vcard_delete.png', 0, 0x00000000000000000000000000000000, 0xacbaac24dee289fdba2a3b4abfd9cfad),
(0xc42e89db76bf9ebd421bedcba1a54b67, 'wp-content/plugins/ultimatum-library/images/icons/32/vcard_download.png', 0, 0x00000000000000000000000000000000, 0xaa143bc9d3b944184683335c12b55f91),
(0x86d450c33256c017338056ce7436565d, 'wp-content/plugins/ultimatum-library/images/icons/32/vcard_forward.png', 0, 0x00000000000000000000000000000000, 0xd4dae8707aec7f68ddd0393bb1c3ffb7),
(0x3abe52fc6bbf5f88c73ad4c0422f0db3, 'wp-content/plugins/ultimatum-library/images/icons/32/viagra.png', 0, 0x00000000000000000000000000000000, 0xef741f3e6de878759d8c896194e8baf0),
(0x8196737255203f39bbf1b167532225a7, 'wp-content/plugins/ultimatum-library/images/icons/32/viagra_female.png', 0, 0x00000000000000000000000000000000, 0x0c252e0c9d040493cfc2f6b63e6008ce),
(0x8385252bb98a4a29b37609d4ca45e0a2, 'wp-content/plugins/ultimatum-library/images/icons/32/viagra_professional.png', 0, 0x00000000000000000000000000000000, 0x9daa0a2140d223bed95f8fb6e6b961fe),
(0xf070c286e9edb7655c9c801aa9e63839, 'wp-content/plugins/ultimatum-library/images/icons/32/wacom_intuos4.png', 0, 0x00000000000000000000000000000000, 0x82eb270e84685ff9665639205436afb8),
(0xcf20c25ffe6963650624d7596174225e, 'wp-content/plugins/ultimatum-library/images/icons/32/wallet.png', 0, 0x00000000000000000000000000000000, 0x155dcaa8331bf2f27f38ed5726eca8e1),
(0xb1ede94195274bd1098fa060cdd35580, 'wp-content/plugins/ultimatum-library/images/icons/32/wallet_bills.png', 0, 0x00000000000000000000000000000000, 0x35c6b8cec87254643c1b858346a66d02),
(0x23093a15d939922c30467d6bb34faeeb, 'wp-content/plugins/ultimatum-library/images/icons/32/wallet_coins.png', 0, 0x00000000000000000000000000000000, 0xbff29889d3c1e6405a9f84241931bbec),
(0x0a89b38771a2f444b41980e1c7e9cac8, 'wp-content/plugins/ultimatum-library/images/icons/32/wallet_louis_vuitton.png', 0, 0x00000000000000000000000000000000, 0x04be1d1f7928c1af5b76546873c03ff7),
(0xf5ae89a7cfc546e62a1945281836473b, 'wp-content/plugins/ultimatum-library/images/icons/32/wallet_louis_vuitton_bills.png', 0, 0x00000000000000000000000000000000, 0x6a0aa13dfed6683aecf3f6774e5dedce),
(0xc97b1788f7c5b34741e9ed2b36136dd0, 'wp-content/plugins/ultimatum-library/images/icons/32/wallet_louis_vuitton_coins.png', 0, 0x00000000000000000000000000000000, 0xec6d4517cf18fd6999e5fe8184f87ea7),
(0xf416b5cb89240a8aef17e6ddbed5ca7f, 'wp-content/plugins/ultimatum-library/images/icons/32/wallet_louis_vuitton_money.png', 0, 0x00000000000000000000000000000000, 0x256def9560707e88dcd29cc6e9472222),
(0x96f17719a124917439410de802bb8b6d, 'wp-content/plugins/ultimatum-library/images/icons/32/wallet_money.png', 0, 0x00000000000000000000000000000000, 0x03f92ce53c21ad2e489218fec6bae912),
(0xd8008113aaff9d1119301d712a4e26ef, 'wp-content/plugins/ultimatum-library/images/icons/32/web_blue.png', 0, 0x00000000000000000000000000000000, 0x18e4c9b732e0dac279614e99c9e1a2f3),
(0x193301f2f40d057902c969b64eb498b1, 'wp-content/plugins/ultimatum-library/images/icons/32/web_violet.png', 0, 0x00000000000000000000000000000000, 0x7078c5404afb9422c8ea0efe629eba3b),
(0xeb782f09771a4422e681acb80f70aa9e, 'wp-content/plugins/ultimatum-library/images/icons/32/window_osx.png', 0, 0x00000000000000000000000000000000, 0x92c2829b25c3b8b059a95d590875f0da),
(0x345625a52ef28780c71dc521eb222b00, 'wp-content/plugins/ultimatum-library/images/icons/32/zoom_in.png', 0, 0x00000000000000000000000000000000, 0xb594aca62bbb594616dd3e4c3275587f),
(0x28df4fe7dec71938f181399c903ac51a, 'wp-content/plugins/ultimatum-library/images/icons/32/zoom_original.png', 0, 0x00000000000000000000000000000000, 0xecdc168713c101c71e6a0c3e49d23d8d),
(0x7a4d100d8a7b08984e192aa128066ca9, 'wp-content/plugins/ultimatum-library/images/icons/32/zoom_out.png', 0, 0x00000000000000000000000000000000, 0x118869ffff2797c337e0576446baa3df),
(0xd5f376236a68a34db09afb1b3fdff9f1, 'wp-content/plugins/ultimatum-library/images/icons/48/32Bit.png', 0, 0x00000000000000000000000000000000, 0x6f964f674f376c86bd384a77fc6a32ed),
(0xe2c1b25f23ccb80330e8bf615a6ffe56, 'wp-content/plugins/ultimatum-library/images/icons/48/64bit.png', 0, 0x00000000000000000000000000000000, 0xd718a8aca927966a0cb9a625b315437f),
(0x58520e51090c8b066cec707ed32dacbb, 'wp-content/plugins/ultimatum-library/images/icons/48/add.png', 0, 0x00000000000000000000000000000000, 0x577b996c82eb061798c476549629b2f2),
(0xd245f8989eb4817249165ca0800e2ad6, 'wp-content/plugins/ultimatum-library/images/icons/48/addressbook.png', 0, 0x00000000000000000000000000000000, 0xf5c828904bacecdbe429adf13cd8a5e6),
(0x7d1687c0f6411381eaa1589d170bf902, 'wp-content/plugins/ultimatum-library/images/icons/48/addressbook_user.png', 0, 0x00000000000000000000000000000000, 0x11d528e85104f295a4733717bfe3647a),
(0x9bf160949796c51c3fe9999fa9ff8521, 'wp-content/plugins/ultimatum-library/images/icons/48/apple-script.png', 0, 0x00000000000000000000000000000000, 0x126bd9c56a65ce2bf785df5535611c80),
(0xb5b65c6b041bd42ea997ffc3881a07ea, 'wp-content/plugins/ultimatum-library/images/icons/48/applications.png', 0, 0x00000000000000000000000000000000, 0x7000c03c45684e4ba6a45b2e8cd86b50),
(0x8026646557b6b2d0fe1e0acb1b5d1c8b, 'wp-content/plugins/ultimatum-library/images/icons/48/arrow_down.png', 0, 0x00000000000000000000000000000000, 0x8c02cb408e1e47f8ce2137af8ce586d3),
(0xb58372edb5f31d83cac1573a54d1be38, 'wp-content/plugins/ultimatum-library/images/icons/48/arrow_left.png', 0, 0x00000000000000000000000000000000, 0x4eee72180d826e6e3dcb6d896a034cb3),
(0xf4058d7e808352fbad8dc3bf520b0091, 'wp-content/plugins/ultimatum-library/images/icons/48/arrow_right.png', 0, 0x00000000000000000000000000000000, 0xb51cbc0be7d005de802b43e100ff94d3),
(0x69261ea4ff53a0447db09ca54695b4d7, 'wp-content/plugins/ultimatum-library/images/icons/48/arrow_up.png', 0, 0x00000000000000000000000000000000, 0x442b30c78ca9ee5be07e7c3f664bde3a),
(0x0a19c329cb4a37a7de072e015ced68a6, 'wp-content/plugins/ultimatum-library/images/icons/48/attention-blue.png', 0, 0x00000000000000000000000000000000, 0xd0f4219e9a2cc4c7291d27418d7d4f28),
(0x9061a5a0612c110db3ffd25a9e814c4d, 'wp-content/plugins/ultimatum-library/images/icons/48/attention-green.png', 0, 0x00000000000000000000000000000000, 0x1987ea789b341a4af35a2abcb8f04ba0),
(0xa3d9ebdf238491e799a89a5476fe60e0, 'wp-content/plugins/ultimatum-library/images/icons/48/attention-orange.png', 0, 0x00000000000000000000000000000000, 0x8a974c28173f4fd44adf051aeaff1df4),
(0x7f4759c3ddf7385315c92402cbb09645, 'wp-content/plugins/ultimatum-library/images/icons/48/attention-red.png', 0, 0x00000000000000000000000000000000, 0x912f7d7498f6bab49e196181a3bcbd24),
(0xa000d8fe4c493da0410130633f351527, 'wp-content/plugins/ultimatum-library/images/icons/48/audio_notification.png', 0, 0x00000000000000000000000000000000, 0x81fa47f6a45739e4e1e1893991af2e92),
(0xb37960fd50efa8a49b6c1ddf900eabd7, 'wp-content/plugins/ultimatum-library/images/icons/48/badge_3g.png', 0, 0x00000000000000000000000000000000, 0x5e9d31864025cac43a73d87b6ab2c7c5),
(0x2c1accb68fdc9b19620861af9490c653, 'wp-content/plugins/ultimatum-library/images/icons/48/badge_edge.png', 0, 0x00000000000000000000000000000000, 0xe2a06772c233d79be64e441a2f76f060),
(0x83f0ba308e00d74f8dcad32d6e2d4edf, 'wp-content/plugins/ultimatum-library/images/icons/48/badge_gprs.png', 0, 0x00000000000000000000000000000000, 0x2c3247a3daabbe104513d6aca746a6dc),
(0xfb6e5f5d433efb417a540a3712ec5f08, 'wp-content/plugins/ultimatum-library/images/icons/48/badge_umts.png', 0, 0x00000000000000000000000000000000, 0x218a1169be0670a1928cd05018301885),
(0xdd34d9e534f80b9963b75a828d872749, 'wp-content/plugins/ultimatum-library/images/icons/48/badge_wifi.png', 0, 0x00000000000000000000000000000000, 0x3a0829adfd4e8ea2f3e6afad65545ea2),
(0xc98c32296d38ac2ad19f00191f295b84, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_10percent.png', 0, 0x00000000000000000000000000000000, 0x34cb9361a3af91879f5711931de0ef80),
(0x6f4e02109d33839e158903dc606d101d, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_20percent.png', 0, 0x00000000000000000000000000000000, 0x91461bbdea538df89138769288b30a05),
(0xe58c2a07d62bca7996fdd2b9ed5c23f4, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_40percent.png', 0, 0x00000000000000000000000000000000, 0x6ed1c3277bcfbf35a49ddaf1db385e23),
(0xb111888a1495792285af0fa2071cb9da, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_60percent.png', 0, 0x00000000000000000000000000000000, 0x00acf7af8cb97d16301faf6513ccef0c),
(0x8d42e50c9a4f19cfe5df0a02d8a5ad59, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_80percent.png', 0, 0x00000000000000000000000000000000, 0xc4f0c4cc078b14f83bfe54890d5462c7),
(0x21a4a64141afa1ea598f01441da3649f, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_charging.png', 0, 0x00000000000000000000000000000000, 0x75e23ab5372ad24a08657df53d3613bb),
(0xc10f6ca85d096641f1bdbe0cda02fd45, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_empty.png', 0, 0x00000000000000000000000000000000, 0x5a228ec0ff0b87e3f6969d6dc87c5589),
(0x86c7e773760c35f4dd841e739919164d, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_full.png', 0, 0x00000000000000000000000000000000, 0xaae2f18d4ff32326e3d5254e8ef39b2c),
(0x3e8bccee3a50cedf995c4b5b3794d687, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_horizontal_10percent.png', 0, 0x00000000000000000000000000000000, 0x23d7bab4435692e3a4010eeb7d94a6fa),
(0xbb0c6820732407116b1ff41f60fb7594, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_horizontal_20percent.png', 0, 0x00000000000000000000000000000000, 0xd8487983f487972ba1e76856e91adba7),
(0x00e4ecb71f2b42b940541cf92b886cf0, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_horizontal_40percent.png', 0, 0x00000000000000000000000000000000, 0xd4781d9a162953abd9a403e52f089885),
(0x7cede80ab80841af6dba17b6eb3453d6, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_horizontal_60percent.png', 0, 0x00000000000000000000000000000000, 0xa03a178f6338a42f4f94fcea0284892c),
(0x0cf9c48c630374fdf6cb8e127355a83a, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_horizontal_80percent.png', 0, 0x00000000000000000000000000000000, 0x5d51144bd9f5fc4c29d88caab54ffe2d),
(0x94d68b08734c870443c337be0d8676fd, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_horizontal_charging.png', 0, 0x00000000000000000000000000000000, 0xa53412689454b4579d282b740b3d3c13),
(0x8a22821ed57c2de05f46e56fbe0f6c07, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_horizontal_empty.png', 0, 0x00000000000000000000000000000000, 0x20556ef6f487aad2fee8608691e7deed),
(0x5d820d47e43fe7d1689971c9aaf5dfd8, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_horizontal_full.png', 0, 0x00000000000000000000000000000000, 0x6de6b99f2980b2da8050ced1849c3d23),
(0xda26cb5f27e2be5c884e29cb6d044047, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_horizontal_plugged_in.png', 0, 0x00000000000000000000000000000000, 0xa9edd3e7cdf723757cfc391efac91a78),
(0xa24cf561b394140a7e7367e193baad94, 'wp-content/plugins/ultimatum-library/images/icons/48/battery_pluged_in.png', 0, 0x00000000000000000000000000000000, 0xff7ade614d94472598ce2e31b18f146b),
(0x4364614923dfc4ed96a4973853c0bfa8, 'wp-content/plugins/ultimatum-library/images/icons/48/beer.png', 0, 0x00000000000000000000000000000000, 0xb7b8db525088330f0fe2b6dcab0f1794),
(0x547bb0b1852fbb499877d9fb48d3be1a, 'wp-content/plugins/ultimatum-library/images/icons/48/bible.png', 0, 0x00000000000000000000000000000000, 0x7ae07700fc144e5ffb9e2d31ee08768c),
(0x39bf6d7ef382748008c14055a0a7f303, 'wp-content/plugins/ultimatum-library/images/icons/48/bomb.png', 0, 0x00000000000000000000000000000000, 0x0cd865958152d117a6b69d2a93b90cb7),
(0x2a2c989efad00c0eca4818f6e01b0da4, 'wp-content/plugins/ultimatum-library/images/icons/48/box_address.png', 0, 0x00000000000000000000000000000000, 0xe8e783b67ba122eeffc2c69ee7afe3b3),
(0x1e014e1a33cf24c6856734a6d8b689de, 'wp-content/plugins/ultimatum-library/images/icons/48/box_download.png', 0, 0x00000000000000000000000000000000, 0xba08225411d7ac446d9f80f633506de2),
(0xaa24084e23f0d0c633da36a56a4a4363, 'wp-content/plugins/ultimatum-library/images/icons/48/box_fragile.png', 0, 0x00000000000000000000000000000000, 0x93d63ecab3521f902acce90474ae958e),
(0x674703753d0f2a50fd8413f84294b877, 'wp-content/plugins/ultimatum-library/images/icons/48/box_rar.png', 0, 0x00000000000000000000000000000000, 0xa85886c9aef32cc1868e63be114f6c63),
(0xd93c8a873febcc39b32be8854c3b4a2a, 'wp-content/plugins/ultimatum-library/images/icons/48/box_zip.png', 0, 0x00000000000000000000000000000000, 0x1ea62c82f4cd921ca134b4b5acb6e60c),
(0xa6d06b2cd65def6d9a558398d3b0fbdf, 'wp-content/plugins/ultimatum-library/images/icons/48/brainstorming.png', 0, 0x00000000000000000000000000000000, 0x845f5fa0d4c085a5a6ec072952c2ed2c),
(0xd77b768135935774e8eacf234e123a18, 'wp-content/plugins/ultimatum-library/images/icons/48/brainstorming_alternative.png', 0, 0x00000000000000000000000000000000, 0xd11ef032ba9b13f5ea05ebef272c05d5),
(0x6d1c489e8eea32e7630cb2065e4486ae, 'wp-content/plugins/ultimatum-library/images/icons/48/browser.png', 0, 0x00000000000000000000000000000000, 0x023dc1a7e364e70e79c4fe1fff87e3e1),
(0xf2a1ea3b9c43e1f652fb3ff7efa40c79, 'wp-content/plugins/ultimatum-library/images/icons/48/burning.png', 0, 0x00000000000000000000000000000000, 0xe79f8227b3a9ac2a7ba16562e24b3e18),
(0xed5a90f87d0b52130ff6b27fcda6fe23, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_add.png', 0, 0x00000000000000000000000000000000, 0xbba673cb4ac40205601a9ff386659385),
(0x9c65c2b869a74c596fab4cee6cc55ebd, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_close.png', 0, 0x00000000000000000000000000000000, 0x272e98ec987305087ac3a84730fa8591),
(0x283fce1c1439171cf3743130e9b4c339, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_delete.png', 0, 0x00000000000000000000000000000000, 0x335db6dace0cd2ed220b75b3d2864d14),
(0x5bd7edd21e5f287bf1d7710daf07fa93, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_fastforward.png', 0, 0x00000000000000000000000000000000, 0x38941a6cd717ab0a09a42fa5cb709172),
(0xc411affa1d436d5d5db6de8097efeed9, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_heart.png', 0, 0x00000000000000000000000000000000, 0xaf3a23444c9212a8af3c8ae5df8eb211),
(0xd1c333ab7007fc0633fb9e033f8ae7e7, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_pause.png', 0, 0x00000000000000000000000000000000, 0xe794eef23c327ddc4588b0a93e3bfcdf),
(0x6c3b6b66d6616c51147b59295020cb75, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_play.png', 0, 0x00000000000000000000000000000000, 0xf9e4ff7a28bbcf80548c3d06ef2040fe),
(0xddee006fc4516c8629fc82d3e10a384b, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_record.png', 0, 0x00000000000000000000000000000000, 0x9fd7778d72a194af4839a7c34efe8c4d),
(0x27d3656651ce0f0765303a1469186435, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_rewind.png', 0, 0x00000000000000000000000000000000, 0x8ac10926d8cb56131110c51b8f1094f0),
(0x1153d352cf420cab84d7f9ef6bd3b3ea, 'wp-content/plugins/ultimatum-library/images/icons/48/button_blue_stop.png', 0, 0x00000000000000000000000000000000, 0x4b054eafdf976e00a33c30ffa8917d80),
(0xebe9d9bf388395aaaab43f8260af8136, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_add.png', 0, 0x00000000000000000000000000000000, 0x89e02d8c49faf039e04798b1eff9d319),
(0xa74b1c09ea5cf8fb2b6a5aa5cf89c8ba, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_close.png', 0, 0x00000000000000000000000000000000, 0x84c0db12c3413afad3b85bc2c9b4ef02),
(0xa73c25c2f59c50e30e69bdb6bcacfc93, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_delete.png', 0, 0x00000000000000000000000000000000, 0x447b5c5114e8366267fc5c0c7b5b3693),
(0xa259c2fc269b3b29d2e0ed808154e1a0, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_fastforward.png', 0, 0x00000000000000000000000000000000, 0xabea287634551e67e02f6dffcfc8a0b3),
(0xb20e0d444996598a7f670ae30fad33c3, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_heart.png', 0, 0x00000000000000000000000000000000, 0x48e9fad6d95d89fdd6fcdf5b39657604);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xd70c33719850c95a020b66f69d878ed2, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_pause.png', 0, 0x00000000000000000000000000000000, 0xb295a9e0ac98edbd43ea40a1ce75b102),
(0x3c53eaecda1940cd29e0eeb797a668a3, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_play.png', 0, 0x00000000000000000000000000000000, 0xfce844e575c3baee03ffeb734ff8cb21),
(0x8147f8900df04609c3233c3d56409e3f, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_record.png', 0, 0x00000000000000000000000000000000, 0xd4314980bad40d62b7fb55cfcdc95a5b),
(0xde8655f8f73b02807dd6aeb0dcfc1bf0, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_rewind.png', 0, 0x00000000000000000000000000000000, 0xc9e54187f43c879fe6e53bceb643233c),
(0xb1cca47302fd301bd05df2311e88428e, 'wp-content/plugins/ultimatum-library/images/icons/48/button_green_stop.png', 0, 0x00000000000000000000000000000000, 0xfacd52d72b68e1a1c068d9ce9eff36a8),
(0x2ef315a65f8c906c32990a1bbc2f9d21, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_add.png', 0, 0x00000000000000000000000000000000, 0x0da4160a371da2eb23795d340adabb95),
(0x01126d0a88f5de46083e72fb25a771b6, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_close.png', 0, 0x00000000000000000000000000000000, 0x057eca39de21fd68f736301e18e12fed),
(0x7b8d0ec79797d6fbb779bed21f34a7a9, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_delete.png', 0, 0x00000000000000000000000000000000, 0x4c78d4387af6b765e1fbb9de30821d08),
(0x5535e1a40d1c8ed05c173a7ec85e0cab, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_fastforward.png', 0, 0x00000000000000000000000000000000, 0x27aa61dd7e8edf997e230d1695ee7513),
(0x25aa6adc620731e6ee054d4ca78f1113, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_heart.png', 0, 0x00000000000000000000000000000000, 0x9958133bb0dd54af7cd0a1a6db968f41),
(0x6ca3d0062bc6e833b71a1b0ba554cf8a, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_pause.png', 0, 0x00000000000000000000000000000000, 0x68aa34b5ec609f928dcd6405c8f46407),
(0x7de1014038d1559e22736f28b74694e8, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_play.png', 0, 0x00000000000000000000000000000000, 0xa7b4ba5552eb54d2e52941abc809be60),
(0x289616ce7f688689ac1f967f8a989581, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_record.png', 0, 0x00000000000000000000000000000000, 0x460cd43572b472b651282db6fd9d7132),
(0x31a86aded42e372bb2518e46a5bd59fe, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_rewind.png', 0, 0x00000000000000000000000000000000, 0x6d9e6ece63ac87f0ec141a50877e55ce),
(0xe2b455b59b026a9ec531474ef883fea5, 'wp-content/plugins/ultimatum-library/images/icons/48/button_grey_stop.png', 0, 0x00000000000000000000000000000000, 0x0f9dc9bc8d29182182e926c89dca6192),
(0xae341543ff4307e14a15baab35eb469c, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_add.png', 0, 0x00000000000000000000000000000000, 0x57c8fcdf70aca521109b706dfb6cd93f),
(0xe456fd11fdc883945f4ea2b07498fee9, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_close.png', 0, 0x00000000000000000000000000000000, 0xe32dcdbb301e22d4a4a39d79c3862c8e),
(0xb8352f038a92cb86bae56431ce5e62f3, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_delete.png', 0, 0x00000000000000000000000000000000, 0x133cb47fba3d70e97f465aed21cc87ef),
(0x6cfdd4cbacceafaba711d807f2b9bdf0, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_fastforward.png', 0, 0x00000000000000000000000000000000, 0xdbf74f5bb208c192c9a17c2bec1fcb2c),
(0x93f13ad63b91700a30c76dc7de0d4318, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_heart.png', 0, 0x00000000000000000000000000000000, 0x2164a58d8f9f1f394a3fc7e400b45c83),
(0xd00919726d50549e4ec00f275cbb7747, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_pause.png', 0, 0x00000000000000000000000000000000, 0x112390249882ec93f30f29ef0c61a119),
(0xffcc96689a8a43f6095f3ab0736f5dc2, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_play.png', 0, 0x00000000000000000000000000000000, 0xbd21d95fa2d2c996709a28879e0d8e67),
(0xd56f70e727a996f1428c3d221dbd3d8c, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_record.png', 0, 0x00000000000000000000000000000000, 0xd582ebc610ca8c8270fdb88b37e8594e),
(0x934268292cb06156a6478872d835b3a7, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_rewind.png', 0, 0x00000000000000000000000000000000, 0x32278ae8f71555538260d0e33bd17e5e),
(0x42feb782a500433a585ee5f035b89cbd, 'wp-content/plugins/ultimatum-library/images/icons/48/button_pink_stop.png', 0, 0x00000000000000000000000000000000, 0xa320ce061b4c61da4279c8cf6d80a4c9),
(0x6498a6e5a2853eda49631cca24b8d79e, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_add.png', 0, 0x00000000000000000000000000000000, 0x0ae84eae461b71d6449be4a6d3a03457),
(0xcca556381e5aadbf3bfc2a4a587ed305, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_close.png', 0, 0x00000000000000000000000000000000, 0x7f6bf681083e2edcf91b1e379fd06c1f),
(0xf02c863d3b357292f793f2c05d188c66, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_delete.png', 0, 0x00000000000000000000000000000000, 0x6cbe79e0a7420af2485d0cc7af0fa0ff),
(0xa1cbef2d3396437c3bef6e880afce726, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_fastforward.png', 0, 0x00000000000000000000000000000000, 0x0c05f851736d6ebc5729b8a735e4973e),
(0x2fae8b480c98aa7c231965995242e58e, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_heart.png', 0, 0x00000000000000000000000000000000, 0xa64b8904f0fd401f746c4f3f937aa162),
(0xe5397a03fbf5032aff4bc86630ff9921, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_pause.png', 0, 0x00000000000000000000000000000000, 0xf987155ebe46bc8c9b146b268bfc43c5),
(0x67f01f6ab26fef6c4038c640861f9c66, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_play.png', 0, 0x00000000000000000000000000000000, 0x74258a5a9572cac303ebf48fbe59f6b1),
(0x7e0d87a2d2bec0f06b186b2ce30b8c72, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_record.png', 0, 0x00000000000000000000000000000000, 0x265875e0375a1d5a94aa2137db999e09),
(0x19f9df58c6a084d05d302db1e8ce0827, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_rewind.png', 0, 0x00000000000000000000000000000000, 0x8438d97ffc72a1553cf2fbf3c6cb53d4),
(0xbd7eee784658925df16cfa6f9a59d679, 'wp-content/plugins/ultimatum-library/images/icons/48/button_red_stop.png', 0, 0x00000000000000000000000000000000, 0xb4b3b7b5e35b1dcf9a36ca05308ef604),
(0x5523546bf87de4c95e712fc01e25e91b, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_add.png', 0, 0x00000000000000000000000000000000, 0x173fb8376644a8965cf49b373336e5d4),
(0x780b46d8692ae311e1c9eba015612616, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_close.png', 0, 0x00000000000000000000000000000000, 0xa2b32e7b4bf7d8fbbfa2e4c10a3bf75e),
(0x22cca841f68ffb2580dce694424881f3, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_delete.png', 0, 0x00000000000000000000000000000000, 0x48248420e8d64e5315a755563cef189d),
(0x11d0298c063293fd623e0c9953b87807, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_fastforward.png', 0, 0x00000000000000000000000000000000, 0xd985b591dec7ffe2280322cae2e54914),
(0x1d3be5f79278d8b8f79802c7639a9687, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_heart.png', 0, 0x00000000000000000000000000000000, 0x347558e154122fe73cbde9b36646c2e0),
(0x36b3ebe24e70c1dafe8f388a89be3df0, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_pause.png', 0, 0x00000000000000000000000000000000, 0x271e65e40fec03aad73b015c95d8c638),
(0x5b285f84e9ebb9a9ae6c7743dfcea8bc, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_play.png', 0, 0x00000000000000000000000000000000, 0x830074b93e999cea0470d5e0df93663f),
(0x37d7b60eb0fe7d949da77cbb7df35f12, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_record.png', 0, 0x00000000000000000000000000000000, 0x8fb69d8de24bc9abb5d106cfd0feb19a),
(0x77139493439eb896ce15f29d37dc668a, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_rewind.png', 0, 0x00000000000000000000000000000000, 0x4016b99eed3e7d0c18dbc8a30a26dfd5),
(0x985389381c4a14143d7d9b3a9e4d71e4, 'wp-content/plugins/ultimatum-library/images/icons/48/button_violet_stop.png', 0, 0x00000000000000000000000000000000, 0xc0bfdae3401c742fe3cb4d726938c216),
(0x503d8eb525d27bb087ae2b79cc474d40, 'wp-content/plugins/ultimatum-library/images/icons/48/cake.png', 0, 0x00000000000000000000000000000000, 0x0bc8a1ea6fc76f951fe2c6fa63a8efcd),
(0xae31aec97d41fa89bd8067a28c4f10da, 'wp-content/plugins/ultimatum-library/images/icons/48/calculator.png', 0, 0x00000000000000000000000000000000, 0x9282613873fe0c355ca095ca76c120fb),
(0x63843452cd2fd7e583ebe29261f23b0e, 'wp-content/plugins/ultimatum-library/images/icons/48/case.png', 0, 0x00000000000000000000000000000000, 0x6471008671213d480a5b58e3e340f2b8),
(0x9e937fbb41e18eb493da839d257c1f18, 'wp-content/plugins/ultimatum-library/images/icons/48/cd.png', 0, 0x00000000000000000000000000000000, 0x0e6a108359ab948637cba60da897e2b8),
(0xe7b1f80cf203f0c2daf04782815cb295, 'wp-content/plugins/ultimatum-library/images/icons/48/cd_burning.png', 0, 0x00000000000000000000000000000000, 0xf1ba6e517c5e0b3c4418cd6245c29df6),
(0x8af710d992746c55e357667789e9e43d, 'wp-content/plugins/ultimatum-library/images/icons/48/cd_burning_spectrum.png', 0, 0x00000000000000000000000000000000, 0xc0539e7b54a245bfc89ace6c430e2611),
(0x57c3223045ca8e88c6e348a3c78e47d4, 'wp-content/plugins/ultimatum-library/images/icons/48/cd_spectrum.png', 0, 0x00000000000000000000000000000000, 0x7604cddbf14860d214bb69418a20ea05),
(0x44b1424e93302faa1991d0da33a1e3ae, 'wp-content/plugins/ultimatum-library/images/icons/48/chart.png', 0, 0x00000000000000000000000000000000, 0x9ce80e545c8e1b3cd25b7589f28e0c9e),
(0xe99d80186dc8b647c4c12cff67721662, 'wp-content/plugins/ultimatum-library/images/icons/48/chart_pie.png', 0, 0x00000000000000000000000000000000, 0x0ffa603c899658eb67e433891827c617),
(0x05c11dfb95a6bb117edbb0699afda9c6, 'wp-content/plugins/ultimatum-library/images/icons/48/check.png', 0, 0x00000000000000000000000000000000, 0xbdd5a2654a51dd20c1d05de3473a9955),
(0x1bc7778436dc62c8ecf6224b243e930c, 'wp-content/plugins/ultimatum-library/images/icons/48/chrome.png', 0, 0x00000000000000000000000000000000, 0xa119c7f9b585188a23287c2b402fc12f),
(0x9dbcfe0dfedd930f06ddf812436347bd, 'wp-content/plugins/ultimatum-library/images/icons/48/cialis.png', 0, 0x00000000000000000000000000000000, 0xb57f939765d0999b5b58304b5f396626),
(0x69f40cb0212a3e3ff052061d2a1eb846, 'wp-content/plugins/ultimatum-library/images/icons/48/cialis_professional.png', 0, 0x00000000000000000000000000000000, 0x16ab101bd7f454ae3a17e7d4dc290e4e),
(0x69c2ced3fc610d838173015549020379, 'wp-content/plugins/ultimatum-library/images/icons/48/clipboard.png', 0, 0x00000000000000000000000000000000, 0xa4acb5348382baeb33048e54d386f984),
(0x91a5322ad7872f7ff0ee1786e8a1f3e6, 'wp-content/plugins/ultimatum-library/images/icons/48/clipboard_add.png', 0, 0x00000000000000000000000000000000, 0xaff89a41766902ec472786533add75f4),
(0xe5626cd05788091473f41d31b66d099e, 'wp-content/plugins/ultimatum-library/images/icons/48/clipboard_alert.png', 0, 0x00000000000000000000000000000000, 0xeaad78560638a01af417c71329a7ed7a),
(0xdd556df9913b4be4d29b9a420f364495, 'wp-content/plugins/ultimatum-library/images/icons/48/clipboard_check.png', 0, 0x00000000000000000000000000000000, 0x63f2d06150e3886fd88c21136531b718),
(0xc189856f1ee923c39140bdc6a3e570f4, 'wp-content/plugins/ultimatum-library/images/icons/48/clipboard_cut.png', 0, 0x00000000000000000000000000000000, 0x34db96b789bb905dde89fa341453c09c),
(0x89355527f54f47877271de769c1199df, 'wp-content/plugins/ultimatum-library/images/icons/48/clipboard_delete.png', 0, 0x00000000000000000000000000000000, 0x71feb8c0e67ef370a2a621ffeb9a85ff),
(0xbfe89cfa79924c04b19ca903b9815829, 'wp-content/plugins/ultimatum-library/images/icons/48/clipboard_download.png', 0, 0x00000000000000000000000000000000, 0xd1f32290717b8573e994c33bc9c65bef),
(0x7f7f429a2711ec8013f2ddb790f4dc92, 'wp-content/plugins/ultimatum-library/images/icons/48/clipboard_full.png', 0, 0x00000000000000000000000000000000, 0xa16d8dd7db591427e6be5277732df221),
(0x8f7bbc286df1edf2d0ff64e64d46c2bd, 'wp-content/plugins/ultimatum-library/images/icons/48/clock.png', 0, 0x00000000000000000000000000000000, 0xf44b22f8b90bfdeb688f5150fb918f46),
(0x0047e597c84e3a4f48efe3e3e39c4483, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud.png', 0, 0x00000000000000000000000000000000, 0x251082514dfb5909f6f0fcc83321f9c7),
(0x70212cac80f6422bc217c457e1f3e588, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_add.png', 0, 0x00000000000000000000000000000000, 0x59e504de8de50c55b76fa29b7bd97444),
(0x030f1a363c797ea9957ce0f26e9aeee6, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_alert.png', 0, 0x00000000000000000000000000000000, 0xc4bb9338099a0a1efb184c0a5493794a),
(0x13cb044f2da00d5de57e6be56eda3080, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_back.png', 0, 0x00000000000000000000000000000000, 0xd785aa619923bfbf41529fb101dbd5f1),
(0x0b7527d04e1969b34f5b02a00c2f9049, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_backup.png', 0, 0x00000000000000000000000000000000, 0xcd6359759bc184f863a34c382d13aca5),
(0xd604818f142694dc764ad89829435896, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_check.png', 0, 0x00000000000000000000000000000000, 0x66dc5b08289db6a8172e10818cbdadf1),
(0x586a9b4de34842ebd1e3c5ccdfca1288, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_delete.png', 0, 0x00000000000000000000000000000000, 0xc592f21adff1594d6212e7902f0bbb62),
(0x5e8fefe39f3035ada9bce4f5c150aaa9, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_download.png', 0, 0x00000000000000000000000000000000, 0x980027281d750fbaf53cf4719b58296e),
(0xb8e75ba40f6e7515ebc911d92d954ea5, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_exchange.png', 0, 0x00000000000000000000000000000000, 0xfcb51c9e1b43f8eeeb8a19b4a810f7de),
(0xd92f05fd1d6f0b505fbc1b83ed6c0db1, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_forward.png', 0, 0x00000000000000000000000000000000, 0xd4d0b278ba191b542d20876402d61714),
(0x45f1d86174b375ffd083e7f158bcc351, 'wp-content/plugins/ultimatum-library/images/icons/48/cloud_upload.png', 0, 0x00000000000000000000000000000000, 0x6f92024a980c2cdba4c52887731aa6e9),
(0x541990cabe41a7bf47fd21b449454718, 'wp-content/plugins/ultimatum-library/images/icons/48/coffee_to_go.png', 0, 0x00000000000000000000000000000000, 0xc5f2954eff067086ab4d0654db143295),
(0x91715ccc57502a1cfe8f0481298213e2, 'wp-content/plugins/ultimatum-library/images/icons/48/color_wheel.png', 0, 0x00000000000000000000000000000000, 0xe792667f4d932e3765fc50055f6e1641),
(0xd6af4634cc93d9ee0a7b571db9cf9487, 'wp-content/plugins/ultimatum-library/images/icons/48/comments.png', 0, 0x00000000000000000000000000000000, 0x3bcee835a346cdcbe3791025c2e737d9),
(0xc340517249ef93797ffefaf5b3906937, 'wp-content/plugins/ultimatum-library/images/icons/48/comments_add.png', 0, 0x00000000000000000000000000000000, 0xc233a29bb65007717ef749516cf4d754),
(0xc458c138bbbd899b5a1864261e51d9db, 'wp-content/plugins/ultimatum-library/images/icons/48/comments_alert.png', 0, 0x00000000000000000000000000000000, 0x925da33fe86a789e041c11b64f155c19),
(0xaa9fc7bcd50548b9ba7d2ae9c64065ec, 'wp-content/plugins/ultimatum-library/images/icons/48/comments_check.png', 0, 0x00000000000000000000000000000000, 0x1b9a7cbd987439553bb560892e0c121d),
(0x6b4b7b17ca39d1345d4c6ebe58fcc0b0, 'wp-content/plugins/ultimatum-library/images/icons/48/comments_count.png', 0, 0x00000000000000000000000000000000, 0xa06970c4302bfd16a48729aeb18fad52),
(0x60cbff22643e32e458c8fdeee4767e0b, 'wp-content/plugins/ultimatum-library/images/icons/48/comments_delete.png', 0, 0x00000000000000000000000000000000, 0x987d2f1babc4a63c3291611c66221bc1),
(0x7178b46d8a86e7845f29ee6a909113e1, 'wp-content/plugins/ultimatum-library/images/icons/48/comments_reply.png', 0, 0x00000000000000000000000000000000, 0xac87813ccf0b25bfebf1716914feded0),
(0xed712bb5046a4a0aacdd3d304da624f4, 'wp-content/plugins/ultimatum-library/images/icons/48/comments_report.png', 0, 0x00000000000000000000000000000000, 0xe4dfc406ac9fe83c49681a1667c857a2),
(0xafa0f4dcae8096510a2fae28a58d59cc, 'wp-content/plugins/ultimatum-library/images/icons/48/copy-document.png', 0, 0x00000000000000000000000000000000, 0xaa72f050199adf365c86f29ed9632cfe),
(0xf4906c5af68b64a156d169dd632a2fc9, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_acrobat.png', 0, 0x00000000000000000000000000000000, 0x9bb85d680dbaf6da52308dde70b39d70),
(0x34b5df8cdf66a37b7a825ca4e6af2a6e, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_after_effects.png', 0, 0x00000000000000000000000000000000, 0x9ba69c2f3a24259c3705a0e71c9fa13b),
(0x2e04f2b29562c4b30431682901196ccf, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_bridge.png', 0, 0x00000000000000000000000000000000, 0x36b78292381ccdc6655ec733bbd0372a),
(0x4612f5b869f0f0dbf4d62357acfdd1a2, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_dreamweaver.png', 0, 0x00000000000000000000000000000000, 0xdc1124dd23a5f78833696f2160bb58e7),
(0x52abfcda318a250ef8ac60a26094ab3e, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_fireworks.png', 0, 0x00000000000000000000000000000000, 0x001f713db0f4502119ce248db107a27e),
(0x77e67869e93c55f0c4cc8218ee6613c1, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_flash.png', 0, 0x00000000000000000000000000000000, 0x539943bb0482c2ea253b35e022cce55d),
(0x8ff9df7558506616b25e715791b99fa5, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_illustrator.png', 0, 0x00000000000000000000000000000000, 0x3ac0fa4ff569032dcfb38114ee6f2152),
(0x28b6a74c30c36b6d809bdc892d0a4b15, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_indesign.png', 0, 0x00000000000000000000000000000000, 0x292cc35e4cf77346399061941b59ec88),
(0x8824daf719e3e37e621fe392a913551d, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_photoshop.png', 0, 0x00000000000000000000000000000000, 0x62ffc8f82fe33de34c303d6f823d2e03),
(0xf826c9d872102de475799ba517a6606d, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_premiere.png', 0, 0x00000000000000000000000000000000, 0x24eb25ea68bb9f34de7fd3dce25c0111),
(0xb75b7a2aa8c156ed344680ed51b6d2c5, 'wp-content/plugins/ultimatum-library/images/icons/48/creative_suite_sound_booth.png', 0, 0x00000000000000000000000000000000, 0xfe5b89acd03faacfc93c5d3a4873b137),
(0xb40f7be07dc59fe8e891aaf59a4de2a7, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_gold_amex.png', 0, 0x00000000000000000000000000000000, 0x9e95e278aca5f20681e9614da8bcd803),
(0x41d3e7eea9930dc3b74a8411c22b6113, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_gold_diners_club.png', 0, 0x00000000000000000000000000000000, 0xf19a44ae93dace10188ba8b628206c5b),
(0x78a58a90c31cf19e4a5902f802465601, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_gold_master_card.png', 0, 0x00000000000000000000000000000000, 0xda1062f76278193664b7899fed312db3),
(0xb2a33c8eec42d3350ae3c3d014a815b4, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_gold_paypal.png', 0, 0x00000000000000000000000000000000, 0x5726b922bbbc66463f5e198259a1a46a),
(0xe8ebd226a9ac352699193243af28e1e5, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_gold_visa.png', 0, 0x00000000000000000000000000000000, 0xd24c7f1a3ca891755bab0c1236009882),
(0xf874927a5903ec19b573bb7d5c7fa81b, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_platinum_amex.png', 0, 0x00000000000000000000000000000000, 0xba2aa13c440733aae999a8c8975f56cd),
(0x4caa9a7f7aa20c23431ca4e65a7ad555, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_platinum_diners_club.png', 0, 0x00000000000000000000000000000000, 0x07c9e3ecfa0e5b0b8c49264bb2b5510d),
(0x99cccefcb7ccbbdfe86fb77d0266ec8b, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_platinum_master_card.png', 0, 0x00000000000000000000000000000000, 0x0a02b572905a7310f2091887fbe12ea8),
(0x0b64e8d804b5a6ef0dd8ad96bee4f57c, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_platinum_paypal.png', 0, 0x00000000000000000000000000000000, 0x46331f9dc359b2a9622d69e8a20aaac8),
(0x080835244ef28a68ce7403ba2c02abae, 'wp-content/plugins/ultimatum-library/images/icons/48/credit-card_platinum_via.png', 0, 0x00000000000000000000000000000000, 0x00e7bfc5cc024a83fc0508256b2a49bd),
(0x4b2c42aca557b119358b0a1765e77a2e, 'wp-content/plugins/ultimatum-library/images/icons/48/cross.png', 0, 0x00000000000000000000000000000000, 0x62337a659bcb21112d848471a8f857ba),
(0xb76e01fd3f84da3a002f026e457db393, 'wp-content/plugins/ultimatum-library/images/icons/48/curriculum_vitae.png', 0, 0x00000000000000000000000000000000, 0x2561a240cb6432f5acb630766e51d90a),
(0x5cc8212681e06b4e4284c686c28ea66c, 'wp-content/plugins/ultimatum-library/images/icons/48/cutting_pad.png', 0, 0x00000000000000000000000000000000, 0xf281892b2937b2297463b7a3bafbdc95),
(0x09e5a0bd90d93b9c466ec096e01f5302, 'wp-content/plugins/ultimatum-library/images/icons/48/database.png', 0, 0x00000000000000000000000000000000, 0xa2b7d179f914e61cb23c110f525f6480),
(0x6c7962b5bcaf8680b6ba68d622906f47, 'wp-content/plugins/ultimatum-library/images/icons/48/database_add.png', 0, 0x00000000000000000000000000000000, 0x3bbda2bedb984e6fd8ad25f9b3f9aabc),
(0x0c973e2420fdfbcb3f5790e2535aa99e, 'wp-content/plugins/ultimatum-library/images/icons/48/database_alert.png', 0, 0x00000000000000000000000000000000, 0xea39935d5fdaf485fec5f3f32c07df52),
(0x42536b3eebac89808a6462e7111d7471, 'wp-content/plugins/ultimatum-library/images/icons/48/database_check.png', 0, 0x00000000000000000000000000000000, 0xa9e7d54ae75acbd85079f22afa281b2a),
(0xb0d787787f135c5d2bd4eeb4544be2f4, 'wp-content/plugins/ultimatum-library/images/icons/48/database_delete.png', 0, 0x00000000000000000000000000000000, 0xf6b838438aa65b1535e7d8c0e96fc394),
(0x3f0d8fbb384bbcb37599cf663ea48a4c, 'wp-content/plugins/ultimatum-library/images/icons/48/database_download.png', 0, 0x00000000000000000000000000000000, 0x426fe0814881e4bf20b14bfb449c5965),
(0x6842db8611a97670f976f9e08b292078, 'wp-content/plugins/ultimatum-library/images/icons/48/desktop_addictedtocoffee.png', 0, 0x00000000000000000000000000000000, 0x8d07866f9aed8ebddd79a4cc2755b768),
(0x8b1827f4aaf914efc3200b0821f87596, 'wp-content/plugins/ultimatum-library/images/icons/48/desktop_aqua.png', 0, 0x00000000000000000000000000000000, 0xc2f3470806afd5b992a897c140291534),
(0x456a721976a1b28f8a5eb7388930f5c7, 'wp-content/plugins/ultimatum-library/images/icons/48/desktop_aurora_leopard.png', 0, 0x00000000000000000000000000000000, 0xba3d7e97e1b849d8b9415398eed5396b),
(0x60fe66a8dd24bcbd77031da4c6330bba, 'wp-content/plugins/ultimatum-library/images/icons/48/desktop_aurora_snow_leopard.png', 0, 0x00000000000000000000000000000000, 0x4107f4abdcc2670a062460be131f5b61),
(0xdea8b0a8152cbb73322fc47ce68e4017, 'wp-content/plugins/ultimatum-library/images/icons/48/desktop_blazeoflight.png', 0, 0x00000000000000000000000000000000, 0xa6a6a224e13a88ced7192f25e727c322),
(0x637c9f2699c2a1e7101486bc56e4861a, 'wp-content/plugins/ultimatum-library/images/icons/48/desktop_into_the_sun.png', 0, 0x00000000000000000000000000000000, 0x5cbd0d06660eeed56545cd3dba165cda),
(0x97041869269a35942a6a69eb7dc32f91, 'wp-content/plugins/ultimatum-library/images/icons/48/desktop_lensflare.png', 0, 0x00000000000000000000000000000000, 0xe9bb97e380b2990335493a2897ab954f),
(0x36ccd1ab86ab3291d505877ca03b36ad, 'wp-content/plugins/ultimatum-library/images/icons/48/desktop_wallpapers_aqua.png', 0, 0x00000000000000000000000000000000, 0xfd1acbe1da59825a2015687e53fb6ebf),
(0x2457e1bb2da783206d0a3309ee5998ae, 'wp-content/plugins/ultimatum-library/images/icons/48/desktop_wallpapers_aurora.png', 0, 0x00000000000000000000000000000000, 0xd97c4545ad6b6ad2c049500c0821a6c4),
(0x19f1926d9e26e38d827a944f28619607, 'wp-content/plugins/ultimatum-library/images/icons/48/digital_camera.png', 0, 0x00000000000000000000000000000000, 0x544366f88d5c22103eba672c055eafed),
(0x13272345e4d524d433ea00ab8c787496, 'wp-content/plugins/ultimatum-library/images/icons/48/document-lined-pen.png', 0, 0x00000000000000000000000000000000, 0xc3f5ccda16735eb17dd4b665f0b1a266),
(0x4055683eac72220f69082a3dfd27c3b8, 'wp-content/plugins/ultimatum-library/images/icons/48/document-plaid-pen.png', 0, 0x00000000000000000000000000000000, 0xdb3cb56388db281870edb0a4d0253845),
(0x4809bc03fc42615a302057d403fe6cc6, 'wp-content/plugins/ultimatum-library/images/icons/48/document_blank.png', 0, 0x00000000000000000000000000000000, 0x188d68e38caf68ce5e6800ed6a7673c0),
(0xab0426f8d0e6acb260e7bca7569bde94, 'wp-content/plugins/ultimatum-library/images/icons/48/document_pen.png', 0, 0x00000000000000000000000000000000, 0x21e648a89dae045f20eafa0e968071b2),
(0x4137fc4c062cea56a1b2027f280a963f, 'wp-content/plugins/ultimatum-library/images/icons/48/emote_biggrin.png', 0, 0x00000000000000000000000000000000, 0x63a4dd6774eab5b6688bfe99ea907f1a),
(0x3dc1a4bd6ddd7d2ff8865b3bb5ab511d, 'wp-content/plugins/ultimatum-library/images/icons/48/emote_love.png', 0, 0x00000000000000000000000000000000, 0x7d1b2abfaff4a013c8a216bb9c8a0f7f),
(0xb02e30057ae3630baa0c6acd02bd3aad, 'wp-content/plugins/ultimatum-library/images/icons/48/emote_nerd.png', 0, 0x00000000000000000000000000000000, 0x9418ccadba1f57bc81369d630d0fb36a),
(0x8183297e5b84b58042d900f66699e52e, 'wp-content/plugins/ultimatum-library/images/icons/48/emote_nerd_penholder.png', 0, 0x00000000000000000000000000000000, 0x44192d820448daa4a8aa393352e5d657),
(0xdb4ecbcf57b9a106877137ffd69be9ef, 'wp-content/plugins/ultimatum-library/images/icons/48/emote_sad.png', 0, 0x00000000000000000000000000000000, 0xbeba527ccb8831acc18ba86af0e5fa17),
(0xbe423ba3f795b42cbd351b3700c8d85b, 'wp-content/plugins/ultimatum-library/images/icons/48/emote_smile.png', 0, 0x00000000000000000000000000000000, 0x1628f6ef0c7a3cd82c0c862f15b7c913),
(0xdda2492dec27cbdaf1e7461a837c54cd, 'wp-content/plugins/ultimatum-library/images/icons/48/emote_wink.png', 0, 0x00000000000000000000000000000000, 0x9d49408ab7acb0ad18b0828e8861bf38),
(0xff601fca63604f5c5471123ee4c339d7, 'wp-content/plugins/ultimatum-library/images/icons/48/emote_woohoooo.png', 0, 0x00000000000000000000000000000000, 0xb5c1582bc2cce1719dcd55ee676cc520),
(0xd874ce9924cb48a70205996fd7203aab, 'wp-content/plugins/ultimatum-library/images/icons/48/entry_add.png', 0, 0x00000000000000000000000000000000, 0x532e3192676f9fd11b571c342e7e91e2),
(0x2cd6d899467fd32c18100e47d1091026, 'wp-content/plugins/ultimatum-library/images/icons/48/entry_alert.png', 0, 0x00000000000000000000000000000000, 0x591483a62f7207b93c9dee97fd243003),
(0x3c466e456c4d147a4eef91e4cc2a0027, 'wp-content/plugins/ultimatum-library/images/icons/48/entry_delete.png', 0, 0x00000000000000000000000000000000, 0xc9025a64d0fa8a457d0664206702c495),
(0x6a077579a3ccbbfb9394189f03ada390, 'wp-content/plugins/ultimatum-library/images/icons/48/entry_preview.png', 0, 0x00000000000000000000000000000000, 0xad55e35e997cb05a8c89d3fa6b4dc070),
(0x01f4234828004b931324a8a12c6b37c4, 'wp-content/plugins/ultimatum-library/images/icons/48/entry_save.png', 0, 0x00000000000000000000000000000000, 0x8848feb361d3a47bbcdb443a5e1ea58f),
(0x3c581544703af29bf9f7867096cda884, 'wp-content/plugins/ultimatum-library/images/icons/48/entry_saved.png', 0, 0x00000000000000000000000000000000, 0x7f9e0a8c1c2e53ed60f1a1a6eeeee78e),
(0x244338414690769a7c880299ee48c07c, 'wp-content/plugins/ultimatum-library/images/icons/48/file_aac.png', 0, 0x00000000000000000000000000000000, 0x63266f1c72d219329b93c5996057e7ad),
(0x68a535207221b09c447a8b34c029fd23, 'wp-content/plugins/ultimatum-library/images/icons/48/file_ai.png', 0, 0x00000000000000000000000000000000, 0x293541d91534f764bdbbf8c157556258),
(0x260ada648956598df0d7e7b97575bab3, 'wp-content/plugins/ultimatum-library/images/icons/48/file_avi.png', 0, 0x00000000000000000000000000000000, 0xde85e2185c9b11b5db92011019be5a0d),
(0x4f618a0bed99379d4ae96638265e9916, 'wp-content/plugins/ultimatum-library/images/icons/48/file_bin.png', 0, 0x00000000000000000000000000000000, 0xaf9ab6cad30ec6458075907e6981d8e9),
(0xbd6f8d917a031a309e09bbae5bfe2f22, 'wp-content/plugins/ultimatum-library/images/icons/48/file_bmp.png', 0, 0x00000000000000000000000000000000, 0xe0dcc78f2d8a37cd9e32cd9677007cb5),
(0x392521ca7b0fb1f262e95ce705338efe, 'wp-content/plugins/ultimatum-library/images/icons/48/file_cue.png', 0, 0x00000000000000000000000000000000, 0xae5f3872f88ba0d7129be7fec9f07ebd),
(0x74e694cceb14eec80e046da939180e25, 'wp-content/plugins/ultimatum-library/images/icons/48/file_divx.png', 0, 0x00000000000000000000000000000000, 0x279f0e83bc2349d1fa7482d22d668540),
(0x84b6e504ff39bff8d220d68ee8f9546b, 'wp-content/plugins/ultimatum-library/images/icons/48/file_doc.png', 0, 0x00000000000000000000000000000000, 0x6b9460cfaa9dd9297e2c143bcb7f6620),
(0x495e910ea2758a7c4b7466c6546be83e, 'wp-content/plugins/ultimatum-library/images/icons/48/file_eps.png', 0, 0x00000000000000000000000000000000, 0xe5ae98fd2866177e424b394b13076913),
(0x9b925ae1ed707e2fc7e21c869ba72c31, 'wp-content/plugins/ultimatum-library/images/icons/48/file_flac.png', 0, 0x00000000000000000000000000000000, 0x02cb3f281c3f9d3441065c71c2d61a54),
(0x4ffc3ffd744361b2f43cf5a9c3a15604, 'wp-content/plugins/ultimatum-library/images/icons/48/file_flv.png', 0, 0x00000000000000000000000000000000, 0xcae21b0b2be3a5fe62928a7b293dea2d),
(0x6c08431ccea379450ca663ad67344c4d, 'wp-content/plugins/ultimatum-library/images/icons/48/file_gif.png', 0, 0x00000000000000000000000000000000, 0x3e1b10386840a46a0e14afb60333b7eb),
(0xd38fd6a5b19fa65bca069ad710452bac, 'wp-content/plugins/ultimatum-library/images/icons/48/file_html.png', 0, 0x00000000000000000000000000000000, 0xd598149be8910d7e0faefad73a5e3f1f),
(0x194ee19d07b511fc928c9ad93918dae7, 'wp-content/plugins/ultimatum-library/images/icons/48/file_ical.png', 0, 0x00000000000000000000000000000000, 0x764a73eabe330481b748bead6fe1f074),
(0x92c487bfd1c1cdb9e39b9e50f5751a21, 'wp-content/plugins/ultimatum-library/images/icons/48/file_indd.png', 0, 0x00000000000000000000000000000000, 0x17af16e1ae36bb1ee72a1d242f2ff37b),
(0x6a4a88cf4f06a05e4c5dbdea4383107c, 'wp-content/plugins/ultimatum-library/images/icons/48/file_inx.png', 0, 0x00000000000000000000000000000000, 0x606e084c16b4f94a110da889c52a7ab0),
(0x4ed361372048abdf89c680baa7f4c130, 'wp-content/plugins/ultimatum-library/images/icons/48/file_iso.png', 0, 0x00000000000000000000000000000000, 0x862d46e6ddd25acf277d42ef7aaaa354),
(0x28cd0ba6bb2feb79b4689ef3cccdd1d9, 'wp-content/plugins/ultimatum-library/images/icons/48/file_jpg.png', 0, 0x00000000000000000000000000000000, 0x31a5822c762bcca6cc462b5dc293aa2f),
(0x63c0f7dfe6ac1f45de0a9e3db6265228, 'wp-content/plugins/ultimatum-library/images/icons/48/file_mov.png', 0, 0x00000000000000000000000000000000, 0x7e850861a8ad06f7ea8a1be6541e9543),
(0x189212aa213140ae10eb0e5ca3e7cc3b, 'wp-content/plugins/ultimatum-library/images/icons/48/file_mp3.png', 0, 0x00000000000000000000000000000000, 0x9b786675ed4d1d64f28fad353207551e),
(0xf1a49f76e9d2df40e4657c87b335df45, 'wp-content/plugins/ultimatum-library/images/icons/48/file_mpg.png', 0, 0x00000000000000000000000000000000, 0x6de31dc6cf52a66e6e0a3a112b5995b8),
(0x5f2f02f4d570e9aa970550cd6172c69d, 'wp-content/plugins/ultimatum-library/images/icons/48/file_pdf.png', 0, 0x00000000000000000000000000000000, 0x61a9ff28f353939e56bbc658ce40136b),
(0xd90bfe235a513044806d385b7de95739, 'wp-content/plugins/ultimatum-library/images/icons/48/file_php.png', 0, 0x00000000000000000000000000000000, 0x7a18d9d366f59d476628f51982940c00),
(0x6b7a0561abf39c718c020384a67ea1d8, 'wp-content/plugins/ultimatum-library/images/icons/48/file_png.png', 0, 0x00000000000000000000000000000000, 0x8e33cf7931332b20807a1c9eba785873),
(0x5de2c5cffa5bfdd61dee982726b7f7d7, 'wp-content/plugins/ultimatum-library/images/icons/48/file_pps.png', 0, 0x00000000000000000000000000000000, 0x1662918834577a8ba8b0743ea3c122de),
(0x1b0410630e5d7df04553e5df2450eec2, 'wp-content/plugins/ultimatum-library/images/icons/48/file_ppt.png', 0, 0x00000000000000000000000000000000, 0x64f5cd9a571237791fca55df4d52a525),
(0x9b8a6576f80126fab8c9c4e3180eba11, 'wp-content/plugins/ultimatum-library/images/icons/48/file_psd.png', 0, 0x00000000000000000000000000000000, 0x0f3f0e437bcabcdc26e645a02e1bc310),
(0x81f08f6de730004ca8173d2319946dfd, 'wp-content/plugins/ultimatum-library/images/icons/48/file_qxd.png', 0, 0x00000000000000000000000000000000, 0x9142a69f9e8828892f1c86362c185b0e),
(0x0b3d1d8112cbc2feb5112f8a8897d720, 'wp-content/plugins/ultimatum-library/images/icons/48/file_qxp.png', 0, 0x00000000000000000000000000000000, 0xbc33480a22b7e4ec0923ecfc1e4655fb),
(0xa6835ad8614f24ce093fc917803033d1, 'wp-content/plugins/ultimatum-library/images/icons/48/file_raw.png', 0, 0x00000000000000000000000000000000, 0x963153c9f6935a9447e9280880982b01),
(0x6dccafd53b5c6e624edf65d552903669, 'wp-content/plugins/ultimatum-library/images/icons/48/file_rtf.png', 0, 0x00000000000000000000000000000000, 0xb6be69c09980ec4a524663cfcae78c3f),
(0x108b269dae4afb3b4f0aa4021e5f0a7c, 'wp-content/plugins/ultimatum-library/images/icons/48/file_svg.png', 0, 0x00000000000000000000000000000000, 0xdfc448be34d587e6a5296e1e629d13ca),
(0x91826fc7b52de0e3e35322d3dec3fc04, 'wp-content/plugins/ultimatum-library/images/icons/48/file_tif.png', 0, 0x00000000000000000000000000000000, 0xa5db810dbb5e08696079294d8acf0846),
(0x4ec189a0d9c644194a9db19d98c3ad28, 'wp-content/plugins/ultimatum-library/images/icons/48/file_txt.png', 0, 0x00000000000000000000000000000000, 0xa831469d34778cb16b4d3eb5957d38c2),
(0x41c85d054f48b53aa0c0395605c00f32, 'wp-content/plugins/ultimatum-library/images/icons/48/file_vcf.png', 0, 0x00000000000000000000000000000000, 0xacac693c7b25106863b79b9029c1fb7f),
(0x11887a4d51e217d2d0df69192b88bed9, 'wp-content/plugins/ultimatum-library/images/icons/48/file_wav.png', 0, 0x00000000000000000000000000000000, 0xecbfe812599e5a72813fb9741c0ea3b1),
(0x22013be91bd7153134bec9a5ad6ea56f, 'wp-content/plugins/ultimatum-library/images/icons/48/file_wma.png', 0, 0x00000000000000000000000000000000, 0x18ddc5c8be83f713f05ed306d1cf4c17),
(0x7a5c40a468f260cf10631cdee277fe57, 'wp-content/plugins/ultimatum-library/images/icons/48/file_xls.png', 0, 0x00000000000000000000000000000000, 0x71465e44f0f41fe0c0a7868b7c713d61),
(0x2790939b28e4c05547404a8294e9f920, 'wp-content/plugins/ultimatum-library/images/icons/48/file_xml.png', 0, 0x00000000000000000000000000000000, 0x325533908b35e9c236e6c77ef88e2de6),
(0x85956952228a096d876778034c80cbf3, 'wp-content/plugins/ultimatum-library/images/icons/48/firefox.png', 0, 0x00000000000000000000000000000000, 0x70b1bbb503ba44275f3e43c5ad85d66f),
(0x897f8c275d3697cbea8f1869b0c2dc5f, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_andorra.png', 0, 0x00000000000000000000000000000000, 0xe067aece7b176d8442e6ddff9a8118e5),
(0x94bb927ae958254d74dbd1498c7a4f99, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_argentina.png', 0, 0x00000000000000000000000000000000, 0x661ecfb3c21ebcd120a4debcbd6a58d2),
(0x12f196aefbc04aa86d3d1afb893568fd, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_australia.png', 0, 0x00000000000000000000000000000000, 0xea2ff47b4a0b645a37148da0ddd09262),
(0xacf938cc097671e6dc18b2a587720d59, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_austria.png', 0, 0x00000000000000000000000000000000, 0xce718899c55ff22b5bd3904d8b01c11b),
(0x1995741f07e4767ae766946a989214b3, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_belgium.png', 0, 0x00000000000000000000000000000000, 0xee809ace670149f4203f7a6527de25e5),
(0x6d45c38e3d9ef5dbe01160369c64a30e, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_botswana.png', 0, 0x00000000000000000000000000000000, 0xa5dc6d4670bb5ed0bbb10b62678870e9),
(0xcd3147c053446bc1aba2f8602894dfeb, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_brasil.png', 0, 0x00000000000000000000000000000000, 0x3ba1b3b09e976747f7824547c4501170),
(0xa04a971476d5866784125fda0a6f46f4, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_bulgaria.png', 0, 0x00000000000000000000000000000000, 0xa4f5bebbbe85593f025770c654e3a43e),
(0x8375f31ef1f46540e9db98023bcfe786, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_cameroon.png', 0, 0x00000000000000000000000000000000, 0x1ae991785b2578a57df8aa4f93753db0),
(0x87c9d6b8a338db2c21d89cf9bc23b1ec, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_canada.png', 0, 0x00000000000000000000000000000000, 0x50e1526d463e97b2aace87ebbebc466c),
(0x28ca83aa2fb1fcce70d45b8c52a7581a, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_central_african_republic.png', 0, 0x00000000000000000000000000000000, 0x48d3fd2a4b6479c2a2add2bf21bc09ce),
(0x4625dc90ab0d2cf17cd3a1c1aaa6ae73, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_chile.png', 0, 0x00000000000000000000000000000000, 0x44a54bc03040a0adfe43855890084885),
(0x56a4f278cd63b2cd205d12e231f387c2, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_china.png', 0, 0x00000000000000000000000000000000, 0x4d1514a6bd92645d76949ad37c9c2aa3),
(0xfb488a49e33e37365089a966069c230e, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_colombia.png', 0, 0x00000000000000000000000000000000, 0xf39c2dd8f2ab087810015e218faa30ef),
(0x780ce31d3bba9f18ef9aa620f9b0e880, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_croatia.png', 0, 0x00000000000000000000000000000000, 0x357c0fab9451c790695d83a912c51f14),
(0x72d00c58e77aa8836fb606eafb706ebc, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_czech_republic.png', 0, 0x00000000000000000000000000000000, 0x6ab93c45e084fbb9dce1d55239f31b2a),
(0xb863459829530aadba5f623332e6202a, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_denmark.png', 0, 0x00000000000000000000000000000000, 0x6a3e84e529e56c43ae4a3472ee8d8d4a),
(0xc2b6133233f857c47a26362b0b5f0128, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_dominican_republic.png', 0, 0x00000000000000000000000000000000, 0xc94bafc2429c54f62951e46f9bd2079f),
(0xa91aace44f3875d0f49705c55bd3dbae, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_ecuador.png', 0, 0x00000000000000000000000000000000, 0x1c30a2c4dea6460abc07d7b279d6aaaf),
(0xdde153a680b2eaec1ecfa8608e67c4d7, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_egypt.png', 0, 0x00000000000000000000000000000000, 0xc6c7596166f9e79b95049019e855d533),
(0x8d1a61ab9561a7578581cfa572b913af, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_el_salvador.png', 0, 0x00000000000000000000000000000000, 0xc6b2a61a7b8ec56035691cb5ee1caa5e),
(0x3992dab434779da63decbd43d603c27f, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_equatorial_guinea.png', 0, 0x00000000000000000000000000000000, 0xc2ad26cd1e2d66ae9f56d455ffa6350b),
(0x503ffc9893dabc62c0ff8a147da917cd, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_estonia.png', 0, 0x00000000000000000000000000000000, 0x91e93191d542b67ec673e66ec84a6c2c),
(0xa60e94cddcabc335352edf140b5d405f, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_european_union.png', 0, 0x00000000000000000000000000000000, 0xf327323685a3f0d5ffa035accdef16e8),
(0xd7e810cd5f2c70ed657627694b94bf9d, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_france.png', 0, 0x00000000000000000000000000000000, 0x7a0bc2407546ceb17328f04a4d2c3fc3),
(0x961ef02cee62cff33714d923abb81239, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_gay_pride.png', 0, 0x00000000000000000000000000000000, 0xa8ee4db7d9d23c9fc0080f8d0996f914),
(0xe3ce7a1f2bd754ebaca1d9affb70595f, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_germany.png', 0, 0x00000000000000000000000000000000, 0xb002856f05a948ebd45912dde4df7433),
(0x760b9456acba93dd381eeeb38c9efa75, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_greece.png', 0, 0x00000000000000000000000000000000, 0x95ec89ca21809598f5a5b69dc811ce3e),
(0x450176e2902e8d6d89e6faddf090c8f6, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_guatemala.png', 0, 0x00000000000000000000000000000000, 0x698799242caf665b4cedfab962fe266f),
(0xefb40cc074b9f67b2619d9187972ffc8, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_guinea-bissau.png', 0, 0x00000000000000000000000000000000, 0x86b924dd016957804c1448cf2d4f3d71),
(0xfd2e9e82e18f57cc91ec106b4eb289c6, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_guinea.png', 0, 0x00000000000000000000000000000000, 0xc174bf9d470fde26aa32e0a197701a1c),
(0x390c7ffea7c84ee2cfa458593148b01a, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_honduras.png', 0, 0x00000000000000000000000000000000, 0x8681f299784f4387d3c4b90251a0ab76),
(0xd10c87ae36d008ce8eefa52ab8aa0f2e, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_hong_kong.png', 0, 0x00000000000000000000000000000000, 0xe55d07f1d8f93f6ffb38b2d55b35eb23),
(0x91f4e4fd489794c67241c2028178ce2b, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_hungary.png', 0, 0x00000000000000000000000000000000, 0xd450a8446f9de37f4f3401adf8fc7e18),
(0xc67a49afa19c47739a42aa724bcfd734, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_india.png', 0, 0x00000000000000000000000000000000, 0x7f0be66e5071a37c669eec594569b8f6),
(0x917ad37a15ad141580b73c5a5f5f2567, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_indonesia.png', 0, 0x00000000000000000000000000000000, 0x346dd74fdc2974a53e3586f2ac6f5b18),
(0xe7ff2864bc43fdf363b4d8359921d814, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_ireland.png', 0, 0x00000000000000000000000000000000, 0xbaa6fbb907b44fca8cc430ddfd3b9a77),
(0x1132b39b50f168dcf9a2fce5c479951f, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_israel.png', 0, 0x00000000000000000000000000000000, 0xfe62c509d3a8df79113a5ca114080acc),
(0x76b7f6057e1f7016b8c698461821a583, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_italy.png', 0, 0x00000000000000000000000000000000, 0x4ef56990562411e6b96ee0a049dc3c9b),
(0xdf7fe30aa21b828555bf803dab47779b, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_ivory_coast.png', 0, 0x00000000000000000000000000000000, 0xf3284efa450dfc2abe5f9a0cbad8aa8f),
(0xf400dabe85801c10a42c143d03513463, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_jamaica.png', 0, 0x00000000000000000000000000000000, 0x517d33afc079b3bb7218f99366bc3d9d),
(0xd5f0b99b2a9f566e55849658c47694ba, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_japan.png', 0, 0x00000000000000000000000000000000, 0x588d8d7c19f6d709798f175e72614aec),
(0x683615386a3aefb3a6730eda1cf3b422, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_jordan.png', 0, 0x00000000000000000000000000000000, 0xb1e46c0df1117edad0904ee9253a1cf9),
(0xaa41ac3c281db773b1591d1001b69fe1, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_kenya.png', 0, 0x00000000000000000000000000000000, 0x7eb507db22162ac5363926aaced2298d),
(0x3e5610d6a99acef8426f4e7130dd371b, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_korea.png', 0, 0x00000000000000000000000000000000, 0xd17d66b88ba83f45168ae8a150fe0b8f),
(0x1d6c5aa9bdc639ea30fdfa02989beaa0, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_latvia.png', 0, 0x00000000000000000000000000000000, 0x593030b21a3b6eea20f65058f6603699),
(0x518d9697bd953b5702cba7364fa2003f, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_liechtenstein.png', 0, 0x00000000000000000000000000000000, 0x523682dc3e55ab5d991d16e7aed49de9),
(0x269c10f8f993600fe3a7dd356ed6877d, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_lithuania.png', 0, 0x00000000000000000000000000000000, 0x9c6be0a1826047ba9f061c9583f4f949),
(0xd3c2b6efd01f055d5fe4d0db2c95eece, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_luxembourg.png', 0, 0x00000000000000000000000000000000, 0x50d9f61c5d5db68730dcbd7848e0e6b8),
(0xadcef68cd8629f98a2a5d7e54670d567, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_macau.png', 0, 0x00000000000000000000000000000000, 0x8ed06f04987a13381e37f6cc5ae78c40),
(0xe18dd4a2afce6ea8a6c182c9b91b8555, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_macedonia.png', 0, 0x00000000000000000000000000000000, 0x7b6eebcec60b5e7c926256f3577112d5),
(0xb3221cc73c1bd353ead59d072340683a, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_madagascar.png', 0, 0x00000000000000000000000000000000, 0xe7d22aed43c7ca7577f9c4bcb0ebc55a),
(0x1ced4d611be035b2ead97269378d9f70, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_malaysia.png', 0, 0x00000000000000000000000000000000, 0xb8f316cd89ba7967310db4d494057c05),
(0xb7b1bc1b93c12bbd0add7e163a4a6ae3, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_mali.png', 0, 0x00000000000000000000000000000000, 0xdb6c0b27dd52ada64965bca94eebb5a5),
(0xc4fbe276a352d5c546c18926dc4bea40, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_malta.png', 0, 0x00000000000000000000000000000000, 0x06b3dab46c622f9db8e6873b49e1f3f3),
(0xdc94b1a67c6faf9fc1dd566debc84463, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_mauritius.png', 0, 0x00000000000000000000000000000000, 0x3de954b4ca4372210b5608e7e883830a),
(0x2a2cf753475c815e8d264a78781910b5, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_mexico.png', 0, 0x00000000000000000000000000000000, 0x0c11185ae03925f6df69c4ec8c04caf1),
(0x4481e12c018e763db4b819123277bc40, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_moldova.png', 0, 0x00000000000000000000000000000000, 0x5de8ff9da525ee7fdd0664dc5da4ed67),
(0x698d2dfac68244891b0c05bccac15686, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_monaco.png', 0, 0x00000000000000000000000000000000, 0x0725fee5401b6557716350f9904ee026),
(0x70151af493f7f881a36824e715ec3960, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_montenegro.png', 0, 0x00000000000000000000000000000000, 0xf58b39ed6e73bf4f549990feffaa40c8),
(0xafdad1ae7cc5170fdf5921a06ca19f74, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_netherlands.png', 0, 0x00000000000000000000000000000000, 0xd56e5efc3330d50ace643030edb18afe),
(0x78f8ad17d73580b18f1ffbbad8a31ac6, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_new_zealand.png', 0, 0x00000000000000000000000000000000, 0xfc96912cd71d78bc1199e35a95382b28),
(0xef2e50ae22fc02d26da2d3a005ecf157, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_nicaragua.png', 0, 0x00000000000000000000000000000000, 0xa878519e2764968daae6bd5cd1e17dee),
(0xada6b3ef6e097c1a3f15a282f7a4c571, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_niger.png', 0, 0x00000000000000000000000000000000, 0x37525928ad338fa9702effd9400be2ad),
(0xe9327fb02732cf0d64d975964a44311c, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_norway.png', 0, 0x00000000000000000000000000000000, 0x510daaddcf3a58fb44bce0b5a1c431eb),
(0x3609235f3ef13c99553fe5fc027fb559, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_panama.png', 0, 0x00000000000000000000000000000000, 0xf8d203737427df4de8207d81a97c3d56),
(0x6e8ad78d5da9e437a291d25b66e6e0c2, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_paraguay.png', 0, 0x00000000000000000000000000000000, 0xe00bbc52fc4be048b2234a815ba0ceff),
(0xfbbbfaa5300ffe53308fd1323168025c, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_peru.png', 0, 0x00000000000000000000000000000000, 0x61742dc7a43ebbecaa73a55fa87ec5aa),
(0xde41dc7097ed60ba5765799108246f58, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_phillippines.png', 0, 0x00000000000000000000000000000000, 0x942637f24cedbef2b5ac33f2758a7efe),
(0x25077c6eeb9949dbb5adcda2432904e3, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_poland.png', 0, 0x00000000000000000000000000000000, 0x8c48082a361f850d3d9874ace879f1a7),
(0xd48cdd3cc861a263e6f4f6fb5420284c, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_portugal.png', 0, 0x00000000000000000000000000000000, 0x2208bbc82016c36a2ebc0cacd10421b4),
(0xdfc57a41439531072fd67ea65a27f1d6, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_puerto_rico.png', 0, 0x00000000000000000000000000000000, 0x24d6d69592ca54b3d2f0a797628ae859),
(0x5d8a759a187cb9749bb265e25be9cce1, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_qatar.png', 0, 0x00000000000000000000000000000000, 0xf179368a443987ab202421b1c95c1775),
(0xb1bb0b6d897d96bb784d29b1935881a5, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_romania.png', 0, 0x00000000000000000000000000000000, 0xad2d3880d78af0da26fff4e9b015f00b),
(0x0846f438b38935d57c26b6d3d3ae17f9, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_russia.png', 0, 0x00000000000000000000000000000000, 0xd299a4fc137347cfeb2686238c7d5496),
(0xce54a67fe4338ee65ec8f7e539869425, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_saudi_arabia.png', 0, 0x00000000000000000000000000000000, 0x64b0418dc72db26f7a5bd1f97764e606),
(0xc50cd2547c9474401d848d26c89b20c9, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_senegal.png', 0, 0x00000000000000000000000000000000, 0x094f25ede2881417aad4564182e0fd4e),
(0x0c4edeb26febe8026e3fc54f6b8676a1, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_singapore.png', 0, 0x00000000000000000000000000000000, 0x12fd922412e55f50d0d74ab0d16c2120),
(0x083fd8e4ad7ca7a32df80d07525abc12, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_slovakia.png', 0, 0x00000000000000000000000000000000, 0x316ede11deee1cf12252ea10ad21820b),
(0xea8df614eec7a3988340ee51f5bd0d19, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_south_africa.png', 0, 0x00000000000000000000000000000000, 0x3eab897f1ca530c6fa7c78808fac3bd3),
(0x302724ef45839637bca2d486649a7c09, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_spain.png', 0, 0x00000000000000000000000000000000, 0xe57c5b057943924ef2f1cb9aa1ab8a98);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x558a2d21f34d023cbd5baeca8bf3d176, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_suomi.png', 0, 0x00000000000000000000000000000000, 0x601e99cbd3a40ccf3f3b47ffc4e70784),
(0x27c6c09258046dc6afaae192cd34795c, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_sweden.png', 0, 0x00000000000000000000000000000000, 0x43868e9779a7594c6049592ed6a908d5),
(0x1298bac985561fae12eabd3ec37f9638, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_switzerland.png', 0, 0x00000000000000000000000000000000, 0xe08d4a152b139a5d82401f32411a961d),
(0x259673f423dd9adbe0525604fc1799b5, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_taiwan.png', 0, 0x00000000000000000000000000000000, 0x1fa2f76d8c16f051a3a4b7c94139c131),
(0x89410f0484e1fcf539a03b112cce1d31, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_thailand.png', 0, 0x00000000000000000000000000000000, 0xf2a7bcbe8861d9c267ca2a36b4f42efe),
(0xf6898560f3ac16a15bb63584d762c698, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_turkey.png', 0, 0x00000000000000000000000000000000, 0xf57541fa7b1f61fcb3944211816edcb3),
(0x50fef02997ba40ee8b9838e60c2c92b3, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_united_arab_emirates.png', 0, 0x00000000000000000000000000000000, 0x2905992022a3507fc9e9e767a2306c94),
(0x1cc3e172f0b0204dd235fc2c6bdb3f40, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_united_kingdom.png', 0, 0x00000000000000000000000000000000, 0x6aa9eaf1da3e90f5b26ba2d1b39d536e),
(0x31b6162f7dc0e294b9a6be1051ded851, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_uruguay.png', 0, 0x00000000000000000000000000000000, 0xa5e7203510212364c03b6625012b6df3),
(0x83d59fffb7b8ebdf98b3a6d4540c9b93, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_usa.png', 0, 0x00000000000000000000000000000000, 0x6693d2f247d1ecc9456ea43ebc466cc0),
(0xaa3c48b05c7d54c94675cfbee8ab0ac4, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_vatican.png', 0, 0x00000000000000000000000000000000, 0x73da13016c654a260d9e326a2597dff7),
(0x5f2d17f63d1b82417117ebf9a92ddc35, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_venezuela.png', 0, 0x00000000000000000000000000000000, 0x39082be3faa79aa35a9e66bac6f1af47),
(0xc0735d8821f670741a5f6d0ed42950c9, 'wp-content/plugins/ultimatum-library/images/icons/48/flag_vietnam.png', 0, 0x00000000000000000000000000000000, 0x48dbf85ee1e6067f44263096103fe29d),
(0x21eb8fb1ba15122845d147fa4f620dc6, 'wp-content/plugins/ultimatum-library/images/icons/48/flickr.png', 0, 0x00000000000000000000000000000000, 0x28e1660add560d0574760345c75fd013),
(0xf48e434e0ecf5ed6c5c0faf87a928d38, 'wp-content/plugins/ultimatum-library/images/icons/48/floppy-disk.png', 0, 0x00000000000000000000000000000000, 0xfb5ce0a6a6a1e27214e14b690178bd53),
(0x91f52a1fe3b56519b3b9fbc0aea2a79e, 'wp-content/plugins/ultimatum-library/images/icons/48/floppy-disk_dos.png', 0, 0x00000000000000000000000000000000, 0x8f057a4dc53f214388a8ab8efa1e4a9a),
(0x679ce087962fd9c8bd0989a6f8380fae, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_blue.png', 0, 0x00000000000000000000000000000000, 0x21eab3b0d660a5d89dc5b386fbc890a2),
(0x3c5af66d4ff474c728e01e182ad36308, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_blue_backup.png', 0, 0x00000000000000000000000000000000, 0x09b7e7b44ad35940e3deee144417e5a2),
(0x552e910336bd85e225ceb7844ed3efba, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_blue_conversations.png', 0, 0x00000000000000000000000000000000, 0xe584f79fc010fd8aebc96ece60922ae1),
(0x72d0c076e25ecc0f1ef61e0893ec63a5, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_blue_favorites.png', 0, 0x00000000000000000000000000000000, 0xb48005f3ac554e5485b1a91d8b75e446),
(0x8a400c1b4f15a3e7314a9f512e7ea1fe, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_blue_ideas.png', 0, 0x00000000000000000000000000000000, 0x50b7c810ebf26b2c0e2216369123e81a),
(0xd15406ddeb72b9ee88bf991e1c019647, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_blue_mails.png', 0, 0x00000000000000000000000000000000, 0x559bd7585e03e1b526033fd108e5bc78),
(0xad07946f265c389648741493c3616345, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_blue_music.png', 0, 0x00000000000000000000000000000000, 0x2bdc8e2717cbb3e493120bd351930d34),
(0xf601ddca73c055a5108a2694b14bb769, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_blue_stuffed.png', 0, 0x00000000000000000000000000000000, 0x06af9fc50dc2a6f065a7b69988a9c316),
(0xc4e5d31cfe398b753fa9bb3e48bd829b, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_blue_todos.png', 0, 0x00000000000000000000000000000000, 0xa387e863503810c17531c2b0cc351f7a),
(0xf790ba398a23e5bdf90e90fbfdf17d49, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_green.png', 0, 0x00000000000000000000000000000000, 0xacc07216e042dd9d2ed8bc67b1a65613),
(0x87f9d9e721969cfccf6931278f2c6068, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_green_backup.png', 0, 0x00000000000000000000000000000000, 0x831f3f79bc446c63933ff278af25fe6f),
(0x3e3cce5e89a2e89e42514b08dff288d2, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_green_conversations.png', 0, 0x00000000000000000000000000000000, 0x4fa1108c2d193093455dbbf1281fd8be),
(0x4fde3fc45e36f793a60ad09a0cf098be, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_green_favorites.png', 0, 0x00000000000000000000000000000000, 0x8f0a951caa787d820f9f730ebe5240f9),
(0xa3dd1d46a423f17bed8508c9f9dedc22, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_green_ideas.png', 0, 0x00000000000000000000000000000000, 0xb22cf3f33021e71872dc6ec994b200bf),
(0x9eb19d2452ece9a242c3ff3508df631e, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_green_mails.png', 0, 0x00000000000000000000000000000000, 0xf9e8ddaeb25770764eb6398eddfecf1b),
(0x8ed57a6d4d1672def1c0535632eb1eb6, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_green_music.png', 0, 0x00000000000000000000000000000000, 0x8a4be774424e0a4a025dc4e7c103b405),
(0x81f20efa6b6184090cf5cebece89b3a6, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_green_stuffed.png', 0, 0x00000000000000000000000000000000, 0x09d5aec1e443ae02fd21e2e125bb4289),
(0xad22fa93b570bb35ba4d2b11d46806e5, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_green_todos.png', 0, 0x00000000000000000000000000000000, 0xe22d8a2fd79b405f9dbf4e2bc6284c23),
(0x20920b6fe1b916cf95a465215ee99d28, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_pink.png', 0, 0x00000000000000000000000000000000, 0xf4880f81e5b328c94d7a8efabcd012e9),
(0xc442890ea9efcf0ae48c8a5f34d017c2, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_pink_backup.png', 0, 0x00000000000000000000000000000000, 0x4f4851336caa8d10e75ac30a583793ed),
(0x22be8a08617ecb0e53586ca9e3ecc9fb, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_pink_conversations.png', 0, 0x00000000000000000000000000000000, 0xf3fc9080f067abb3dce053373ca5a05b),
(0x2bcee402e04f195c56a19460043ae3d7, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_pink_favorites.png', 0, 0x00000000000000000000000000000000, 0xe96358f4493558e1bf6aca1bb51f7197),
(0x0fc02cd5f3485553157c83e7b8c4a808, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_pink_ideas.png', 0, 0x00000000000000000000000000000000, 0x4da25c59f3a583694a884eec9632448a),
(0x9092dd96dc348c0df513f029f8f02d64, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_pink_mails.png', 0, 0x00000000000000000000000000000000, 0xd692f8e1a9ea21b76acf9082c7583f88),
(0xb302e2409cea81190bcfd0ba84db2972, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_pink_music.png', 0, 0x00000000000000000000000000000000, 0x3ea9e7490b0830d75d13b41aeb7fdaaf),
(0x96f8880d0b81f887b84d8542a83d113a, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_pink_stuffed.png', 0, 0x00000000000000000000000000000000, 0xf1dd8729292efa3b3c4424ca98dd67b5),
(0xa3cefb636aea3c91b4400769cfc341cd, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_pink_todos.png', 0, 0x00000000000000000000000000000000, 0xbce1bf6205759bae82c54dad50eb49a4),
(0x85bf34ab23bc81aa6d11e3f9aba8ecf4, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_red.png', 0, 0x00000000000000000000000000000000, 0x3550e466c6c3e698798ea61521995600),
(0x955228ab66cbdbce1b8611665621b975, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_red_backup.png', 0, 0x00000000000000000000000000000000, 0x42dd9617015c9cc51b826ff5896f2e8f),
(0xc561332415a1aad6b78ed43082bdc55b, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_red_conversations.png', 0, 0x00000000000000000000000000000000, 0xc4e6af29885668427d3f9a0a31c5ae98),
(0xfb68c404da47ae1c1f53b2f856d7b017, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_red_favorites.png', 0, 0x00000000000000000000000000000000, 0xde808163e3f6dce8a8804e10b9b9db59),
(0x67189fa8dd09302096c70c3e0735ec70, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_red_ideas.png', 0, 0x00000000000000000000000000000000, 0x346e0f31bea13630ab777cd22d11f9fd),
(0x85c913c8234754a1bbcfa469832f9c80, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_red_mails.png', 0, 0x00000000000000000000000000000000, 0xee15d6f0527951452bc8fdddd293c8af),
(0xcb98e9cdc7e7ca16f35eb5d0e7c704f2, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_red_music.png', 0, 0x00000000000000000000000000000000, 0xe1fa920fdf2061642da85cb2dc13881e),
(0x7e5b22047044aa2041eb983c93c05426, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_red_stuffed.png', 0, 0x00000000000000000000000000000000, 0x079fe5eb46c03ce6d5464776817246f9),
(0x1ef36bb4e2e018023dd9527a2f575008, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_red_todos.png', 0, 0x00000000000000000000000000000000, 0x45fb89268e19f7a89223e7bea4b9cf25),
(0x2d8d21159db66e5042c96c78ea666211, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_backup_blue.png', 0, 0x00000000000000000000000000000000, 0xcb24ce68698be22a0379da381e7239ef),
(0x4c46ce8b344ed36f6757c07ffbb75492, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_backup_green.png', 0, 0x00000000000000000000000000000000, 0x1ad50bb46ae3d268f06ea2453ae6ff80),
(0xd021e8451c90ed0f07cc2eb36050e2ba, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_backup_pink.png', 0, 0x00000000000000000000000000000000, 0xd8d3873cafa227367936c9a74f461b34),
(0x74785fdf93496fa82cccb7fe8c76cb1b, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_backup_red.png', 0, 0x00000000000000000000000000000000, 0x6a84ac4e9699375c63f1759f7307a075),
(0xc37fc38936b6eced0e6b3fb457181561, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_backup_violet.png', 0, 0x00000000000000000000000000000000, 0x84a11e50c3d2aa3d89392f143804e58c),
(0x0857dd2e95091759852518bf5c980700, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_blue.png', 0, 0x00000000000000000000000000000000, 0xe68ddba7069e119dfb571dcf9ea3ddd3),
(0x7cc64a729c9b6caad09dee8064f14c6b, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_green.png', 0, 0x00000000000000000000000000000000, 0xe3c98334921facc8ad96a8d21915746f),
(0x922742dabb9257d259f6b6af72918bc1, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_pink.png', 0, 0x00000000000000000000000000000000, 0x8d6c8fad877bef11055a957cea1576ae),
(0x8141bba845b1cc839d17f0b3ba750312, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_red.png', 0, 0x00000000000000000000000000000000, 0x63407703086aa27e70667d8141dd6530),
(0x52a94563a7c6450637daf73dc2c8ae91, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_remote_violet.png', 0, 0x00000000000000000000000000000000, 0xd01fa45ce29f31c82e7a2ca80b05e5ed),
(0x985345f92dfed75277d0423c0821a27e, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_violet.png', 0, 0x00000000000000000000000000000000, 0x34d4059ec541ee66bcd7369034c4b8f0),
(0x075a61cf6d2d369fc7b8a08cf973d472, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_violet_backup.png', 0, 0x00000000000000000000000000000000, 0x252534aa16360b819dba4bb540f5dc76),
(0x198ed27a254a5d0ede70a77e8500aaf5, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_violet_conversations.png', 0, 0x00000000000000000000000000000000, 0x411d2611a8081044fbd70cc0ec82cf1d),
(0x9f93a39decbeaeead1a3615b4a929d42, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_violet_favorites.png', 0, 0x00000000000000000000000000000000, 0x48353f7ceaf6ead600ab83c29569425e),
(0x76358623fb0a21a60ee340be6f5ba8aa, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_violet_ideas.png', 0, 0x00000000000000000000000000000000, 0xbe363c55e95588a7ad2e469130ebf57c),
(0x857023f4feb9783c8b3cbc5bb6573276, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_violet_mails.png', 0, 0x00000000000000000000000000000000, 0x6e5aeef843464fc2079470ce9ba0b90f),
(0x3ba04d324239cc04996ea33ddfcce042, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_violet_music.png', 0, 0x00000000000000000000000000000000, 0xe53e9fc80720bbffc47a989b3861e911),
(0xd9c58ea365aafb58debe280662cd8dbb, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_violet_stuffed.png', 0, 0x00000000000000000000000000000000, 0x5064be3fdc9d7354032eb76479f8f5e6),
(0x00e9b60636b86d29aa224d4186047122, 'wp-content/plugins/ultimatum-library/images/icons/48/folder_violet_todos.png', 0, 0x00000000000000000000000000000000, 0x4afd63368a18b2151f8f000a2434c33a),
(0x29a59343d57a11e4dce5ca97b81c1a11, 'wp-content/plugins/ultimatum-library/images/icons/48/fullscreen.png', 0, 0x00000000000000000000000000000000, 0x6c95aec72169727928aa9d9d556ef7b9),
(0x5fb7b8b04ed422d7cf816968dfb89d79, 'wp-content/plugins/ultimatum-library/images/icons/48/game_controller.png', 0, 0x00000000000000000000000000000000, 0x5856f9d2ceafc6621319595838b0aecc),
(0xacf4ae7fce2c9cb54fee0c2a5bcdf9a7, 'wp-content/plugins/ultimatum-library/images/icons/48/gift.png', 0, 0x00000000000000000000000000000000, 0x8a1490eb59ea97523e3d253d1191fbb5),
(0x371c0d23c63186d241604fcbc4d646e3, 'wp-content/plugins/ultimatum-library/images/icons/48/gmail.png', 0, 0x00000000000000000000000000000000, 0x92d3948f6ff9c588f745f1cf7bebca6d),
(0x420b6347cbe00c75cd64aeab5b09d09b, 'wp-content/plugins/ultimatum-library/images/icons/48/google.png', 0, 0x00000000000000000000000000000000, 0x62e38534213222c10009f97898dfe9ec),
(0xa0fadf7183494f7d9245052fe22106ee, 'wp-content/plugins/ultimatum-library/images/icons/48/harddrive.png', 0, 0x00000000000000000000000000000000, 0x69785ea6e3d98dc804edde5b0a74ffac),
(0xccb9664cc3a03f511f5992cd954b6489, 'wp-content/plugins/ultimatum-library/images/icons/48/heart_empty.png', 0, 0x00000000000000000000000000000000, 0xd527ed381c1d44b138049ecde077b8dd),
(0x7972d891a9b3444820df2733c6c86428, 'wp-content/plugins/ultimatum-library/images/icons/48/heart_full.png', 0, 0x00000000000000000000000000000000, 0x3e3269c327807e1a56411d3e3792c5b0),
(0xbd640d5adcaeba139d9df0465376f43e, 'wp-content/plugins/ultimatum-library/images/icons/48/heart_half.png', 0, 0x00000000000000000000000000000000, 0x1601b4b489c4d23424e9efaa09470268),
(0xac580acb285918a23f4c2a18da771468, 'wp-content/plugins/ultimatum-library/images/icons/48/ical.png', 0, 0x00000000000000000000000000000000, 0x7e1dd7a6509acb397106b5f60ae0035b),
(0x3aab41bf7ce8b18727d520dfb35ac376, 'wp-content/plugins/ultimatum-library/images/icons/48/iconfinder.png', 0, 0x00000000000000000000000000000000, 0x0210c41970115e7327546921447cb60b),
(0x94776b09a2f137889aa28d0a4fd38de0, 'wp-content/plugins/ultimatum-library/images/icons/48/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x377bf95c0484f9f2d53c64392d5187e3, 'wp-content/plugins/ultimatum-library/images/icons/48/internet_explorer.png', 0, 0x00000000000000000000000000000000, 0x8cb39ca7ff25d29737ddd1e66fe1a77d),
(0xeec098782488a7542d7e8891d77484fd, 'wp-content/plugins/ultimatum-library/images/icons/48/invoice.png', 0, 0x00000000000000000000000000000000, 0x2e7e40830c39a1b96050cfd49a92edb2),
(0xd218427a27c5f9fa3485630129ec4937, 'wp-content/plugins/ultimatum-library/images/icons/48/iphone.png', 0, 0x00000000000000000000000000000000, 0x810d5b58487a1c89b2a73684e8b269af),
(0xa213ca8c586871cf8531f5004ebab240, 'wp-content/plugins/ultimatum-library/images/icons/48/ipod_nano_blue.png', 0, 0x00000000000000000000000000000000, 0xef605c7e54218af72b6e97c32aaaa254),
(0x379dae8eacf8bff2647631371232366c, 'wp-content/plugins/ultimatum-library/images/icons/48/ipod_nano_green.png', 0, 0x00000000000000000000000000000000, 0x7973cf2350e92e59f8a179ce895188f8),
(0x8272c2c57582c51ea660dfc875a78fd9, 'wp-content/plugins/ultimatum-library/images/icons/48/ipod_nano_orange.png', 0, 0x00000000000000000000000000000000, 0x5eadc0b9c2ad2b5646f03da9038c95dd),
(0x9aba3627952110a59f0ed1f30dd0f6be, 'wp-content/plugins/ultimatum-library/images/icons/48/ipod_nano_pink.png', 0, 0x00000000000000000000000000000000, 0x14277e36b0745854f3b643e3ad8093f6),
(0xfe313a0f303f0198a6bec369798ffe6c, 'wp-content/plugins/ultimatum-library/images/icons/48/ipod_nano_red.png', 0, 0x00000000000000000000000000000000, 0xfd429f5541c4520599d65e43023b8ce9),
(0xcedfa14f908763e16dde988fffd58063, 'wp-content/plugins/ultimatum-library/images/icons/48/ipod_nano_silver.png', 0, 0x00000000000000000000000000000000, 0xf3b947f105e3bca6a57b64e216c3a9dd),
(0x2a146bb2ba16a5648fa4f35c7a5a3504, 'wp-content/plugins/ultimatum-library/images/icons/48/ipod_nano_violet.png', 0, 0x00000000000000000000000000000000, 0xe6848291852e2dc815c75a6f2c1303e0),
(0x433f67b2f062802d2ca320124a08505d, 'wp-content/plugins/ultimatum-library/images/icons/48/jewel_case.png', 0, 0x00000000000000000000000000000000, 0xcd629b4e3256461fd5b9d9d6aed3ce47),
(0x5a668e5a681260874ef8857603acc9ea, 'wp-content/plugins/ultimatum-library/images/icons/48/jewel_case_international-pony.png', 0, 0x00000000000000000000000000000000, 0xf0c74934b027a08c6a7d66d76bc7b835),
(0x9743b62dd775cfde9cc6d81998d5bf17, 'wp-content/plugins/ultimatum-library/images/icons/48/jewel_case_keane-under_the_iron_sea.png', 0, 0x00000000000000000000000000000000, 0x35935939a4630fa6ed71b246dc5d030e),
(0xc949269fc6d1c5848f92e47145a097f3, 'wp-content/plugins/ultimatum-library/images/icons/48/jewel_case_linkin-park_reanimation.png', 0, 0x00000000000000000000000000000000, 0x3f0300aa329ac1af4402704015a387e8),
(0xb38145c1d175ee5bf0f8bb840de258a1, 'wp-content/plugins/ultimatum-library/images/icons/48/jewel_case_ministryofsound_annual2009.png', 0, 0x00000000000000000000000000000000, 0x204ec043cee7f03de6189e8cc60992d5),
(0x1ccee8e8d1c5874b9d41155a968ae2ac, 'wp-content/plugins/ultimatum-library/images/icons/48/jewel_case_spectral.png', 0, 0x00000000000000000000000000000000, 0x915fe7c7041a8cb60a98fd8a61bbc972),
(0xfa11396bafdb44cdf891628cc08d3cdb, 'wp-content/plugins/ultimatum-library/images/icons/48/key.png', 0, 0x00000000000000000000000000000000, 0x4cae1d77b536833008909bd785f6fb8b),
(0x65359850fd7a57a1769e6ffe8a7a0733, 'wp-content/plugins/ultimatum-library/images/icons/48/key_0.png', 0, 0x00000000000000000000000000000000, 0xbf03a918c026622b6695fe2263772dad),
(0x380d7013a207d3edfe32c78acd75e3d5, 'wp-content/plugins/ultimatum-library/images/icons/48/key_1.png', 0, 0x00000000000000000000000000000000, 0x08421c8bd3430b772b6372eaec260064),
(0x065d7580add9efceada8ec4ae2df8c6b, 'wp-content/plugins/ultimatum-library/images/icons/48/key_2.png', 0, 0x00000000000000000000000000000000, 0x498c1292491bd94e405373040f0b5daf),
(0x89cc7c06b1a312d105e82ab26426f0f6, 'wp-content/plugins/ultimatum-library/images/icons/48/key_3.png', 0, 0x00000000000000000000000000000000, 0x4f8cbbc28859bce30e69e94a5ef34c32),
(0xadc286b7e2909bd1c4caa31986b8df64, 'wp-content/plugins/ultimatum-library/images/icons/48/key_4.png', 0, 0x00000000000000000000000000000000, 0x9457674f1052df945347f6677cb2ec80),
(0x97afd1b7c179c6e6aa4ddc98b36c712f, 'wp-content/plugins/ultimatum-library/images/icons/48/key_5.png', 0, 0x00000000000000000000000000000000, 0x336aff4bff2f71f6e92d5f64d81e6280),
(0xe9d01141037599bb5876ca0d973c986c, 'wp-content/plugins/ultimatum-library/images/icons/48/key_6.png', 0, 0x00000000000000000000000000000000, 0x5c968d9827b7010c656a28bff01af4b5),
(0x3e480fff980f79d45fb80ef70b2d70d9, 'wp-content/plugins/ultimatum-library/images/icons/48/key_7.png', 0, 0x00000000000000000000000000000000, 0x1fc06d81571d5eaa849757d9e73e9a2e),
(0xc1ec4d19c49d97bd53c5306f60a4db44, 'wp-content/plugins/ultimatum-library/images/icons/48/key_8.png', 0, 0x00000000000000000000000000000000, 0x6c5db22b573ba2eb57a7d8ed91ed4543),
(0xacd6e7fd061c6be999178a424cf6c2c3, 'wp-content/plugins/ultimatum-library/images/icons/48/key_9.png', 0, 0x00000000000000000000000000000000, 0xcd53aaee0767651d4c4ecc013cc7a2a6),
(0x712a12742ae31661505b3ccb79d22359, 'wp-content/plugins/ultimatum-library/images/icons/48/key_A.png', 0, 0x00000000000000000000000000000000, 0xf090793bc3cce7ed3aa821333f2c220c),
(0x0df4041505b21096da06ee2e76e81761, 'wp-content/plugins/ultimatum-library/images/icons/48/key_AT.png', 0, 0x00000000000000000000000000000000, 0x402bc3546b2803cec7619de881f59113),
(0x7d52e5f7a90bb7da034f5769f0f0bbb3, 'wp-content/plugins/ultimatum-library/images/icons/48/key_B.png', 0, 0x00000000000000000000000000000000, 0xea13dfa16ecbc2048387abba3c165d93),
(0x63f2ac101f888d2232ff19d12a4cdc6d, 'wp-content/plugins/ultimatum-library/images/icons/48/key_C.png', 0, 0x00000000000000000000000000000000, 0x43ab324e8e34a5cbfc3461a569ed42fb),
(0x60434ec039765df0ac4e4ff1e0f05bb4, 'wp-content/plugins/ultimatum-library/images/icons/48/key_D.png', 0, 0x00000000000000000000000000000000, 0x635b0753ac534dedd1c0408fd3fded2d),
(0x001c887663ac162058ee17cf04356558, 'wp-content/plugins/ultimatum-library/images/icons/48/key_E.png', 0, 0x00000000000000000000000000000000, 0xf437a4359ab2c8d8a353c9b384f35efe),
(0xbaa5e45cffc1b10f878223310c49aecc, 'wp-content/plugins/ultimatum-library/images/icons/48/key_F.png', 0, 0x00000000000000000000000000000000, 0xf18bf9cff585cfd3fa48e029dac1dece),
(0x7651d9aa30e88664695c8cc48f1b652f, 'wp-content/plugins/ultimatum-library/images/icons/48/key_G.png', 0, 0x00000000000000000000000000000000, 0xa7f0f10055fc6aad50805c6811d05751),
(0xc103ae5f54a3163b93d605e1400fe0b8, 'wp-content/plugins/ultimatum-library/images/icons/48/key_H.png', 0, 0x00000000000000000000000000000000, 0xa3d9f6841a6229b4b16dc536069d216c),
(0x6f195608f55a13d1b49c20e57a052b56, 'wp-content/plugins/ultimatum-library/images/icons/48/key_I.png', 0, 0x00000000000000000000000000000000, 0xaefe4f1fd7cd775e25ac465f0a544d17),
(0xef68764f893f7a7b954a1fa3f95951db, 'wp-content/plugins/ultimatum-library/images/icons/48/key_J.png', 0, 0x00000000000000000000000000000000, 0x43e78025d3d8a90fce53f2e73945a104),
(0x57984b655bfb6ad23011feae3b0e15d0, 'wp-content/plugins/ultimatum-library/images/icons/48/key_K.png', 0, 0x00000000000000000000000000000000, 0xf30c7dfa786f9e04afa5a09e9b9a6d2f),
(0x9b38faaf13bd5d56e53b9591e1440382, 'wp-content/plugins/ultimatum-library/images/icons/48/key_L.png', 0, 0x00000000000000000000000000000000, 0x28476befa22ee995dde081542578c496),
(0x114821eda35017bb6a5027d2dbef02e6, 'wp-content/plugins/ultimatum-library/images/icons/48/key_M.png', 0, 0x00000000000000000000000000000000, 0x452d5fa83afda4070f9d686035405f6e),
(0x186f994223f5dcab115feeb23f4d5e8b, 'wp-content/plugins/ultimatum-library/images/icons/48/key_N.png', 0, 0x00000000000000000000000000000000, 0x44a546e19a66a74768892495ec4ffb7e),
(0xec06fb234403c20d125d30a57fd92462, 'wp-content/plugins/ultimatum-library/images/icons/48/key_O.png', 0, 0x00000000000000000000000000000000, 0x4c93e5ecd584d61aaa2737bbefff68f0),
(0x39b27561344b53353a677ebc7e6bda10, 'wp-content/plugins/ultimatum-library/images/icons/48/key_P.png', 0, 0x00000000000000000000000000000000, 0xedd4def171f40f5984f22fa7fe057156),
(0x4ae613c2ea05b9418593e2e17835e7b5, 'wp-content/plugins/ultimatum-library/images/icons/48/key_Q.png', 0, 0x00000000000000000000000000000000, 0x42f07ba6ba7d6554a6cd155992f59141),
(0x31d3bf29a1e0633667cb8a7da7b1577d, 'wp-content/plugins/ultimatum-library/images/icons/48/key_R.png', 0, 0x00000000000000000000000000000000, 0xf689ad290ab12ac1cc747dcdde97390b),
(0xe40d1615c5002a599971f11abdab21f8, 'wp-content/plugins/ultimatum-library/images/icons/48/key_S.png', 0, 0x00000000000000000000000000000000, 0xdcf91ce02cbac5a6f766600e072d46e6),
(0x18494dc2670e061ca852a28176f734f9, 'wp-content/plugins/ultimatum-library/images/icons/48/key_T.png', 0, 0x00000000000000000000000000000000, 0x781e4f7b722e01acb12861a1cb4bb708),
(0x0ab01c50157811f016e90e5a307f5b33, 'wp-content/plugins/ultimatum-library/images/icons/48/key_U.png', 0, 0x00000000000000000000000000000000, 0x8fb90b08d89bf0fe91031a9649f4a539),
(0xa9177f5af63ee2d7e039cf50cbcac46a, 'wp-content/plugins/ultimatum-library/images/icons/48/key_V.png', 0, 0x00000000000000000000000000000000, 0x34d2b57e31de12592f9b1e0f0f5d6006),
(0xa78de0728f9227a21cf4efe606691f80, 'wp-content/plugins/ultimatum-library/images/icons/48/key_W.png', 0, 0x00000000000000000000000000000000, 0xbf21ff99c8c0cc90bdb30ce5bd1ac6e6),
(0xe00ecf5c5c53d1ad41bb781a0b150b2a, 'wp-content/plugins/ultimatum-library/images/icons/48/key_X.png', 0, 0x00000000000000000000000000000000, 0x86ff801b893ed87ecbec8f660eb40019),
(0xdfa693de7785248fece544d59115ea27, 'wp-content/plugins/ultimatum-library/images/icons/48/key_Y.png', 0, 0x00000000000000000000000000000000, 0xd9d93d717f7d782b5772c48020125746),
(0x60361bd7b94d56f4126ddd99726215b0, 'wp-content/plugins/ultimatum-library/images/icons/48/key_Z.png', 0, 0x00000000000000000000000000000000, 0x69d62c767b43c3848c0d69b7dada0b00),
(0xe76f90db3afbc61af06d3539d23c3732, 'wp-content/plugins/ultimatum-library/images/icons/48/key_alt.png', 0, 0x00000000000000000000000000000000, 0xc0498aea7373728c8330b80fb8b8d96b),
(0xed62de081dc5ccd31208680a8db9127d, 'wp-content/plugins/ultimatum-library/images/icons/48/key_alt_alternative.png', 0, 0x00000000000000000000000000000000, 0x8a43e927bb2330b5f43902c7d59ac39f),
(0x26f83ced2f91be33376208e57472cdaa, 'wp-content/plugins/ultimatum-library/images/icons/48/key_ampersand.png', 0, 0x00000000000000000000000000000000, 0xbda2d6385cc8345c041a5c8a65a8bf83),
(0x08ce0db14b259bba196ca043ed290f43, 'wp-content/plugins/ultimatum-library/images/icons/48/key_apple.png', 0, 0x00000000000000000000000000000000, 0x34fccfff31cfcddfbe81b23fd549c119),
(0x1a3f5e567c6ea4d05d5d452a808aa11b, 'wp-content/plugins/ultimatum-library/images/icons/48/key_bracket.png', 0, 0x00000000000000000000000000000000, 0x3a1ec7499beb8e32f48a1b8045bf74ee),
(0x81f4e75b9520845cdada13c77f603dd3, 'wp-content/plugins/ultimatum-library/images/icons/48/key_bracket_close.png', 0, 0x00000000000000000000000000000000, 0xb2909a3e7d5c96560718d4f782d5b51d),
(0x867b696a5d2acf6086dc245ff4244937, 'wp-content/plugins/ultimatum-library/images/icons/48/key_check.png', 0, 0x00000000000000000000000000000000, 0x95bb60f46e613f72c49688cdbdef4374),
(0x7027f6452be4266043c7e9917eec5845, 'wp-content/plugins/ultimatum-library/images/icons/48/key_cmd.png', 0, 0x00000000000000000000000000000000, 0x6993f21ef296d492b84077a0cae7fd45),
(0x4dd8a00cf12e6012c2849f9a65136905, 'wp-content/plugins/ultimatum-library/images/icons/48/key_cmd_alternative.png', 0, 0x00000000000000000000000000000000, 0xc73e207bb9e5329a37e638dc4220e604),
(0xc0e9cfadbe6c59748a1644af230f7b9a, 'wp-content/plugins/ultimatum-library/images/icons/48/key_colon.png', 0, 0x00000000000000000000000000000000, 0x6ee1f9480d15bc79c0689443f0587f0d),
(0x0eac530b587ff4bf7a38007cb14f6418, 'wp-content/plugins/ultimatum-library/images/icons/48/key_comma.png', 0, 0x00000000000000000000000000000000, 0x7479359b0cd3c3c6b5841ec9d0b7fcd0),
(0xc468f29845cac4e1f150ad0b748818c7, 'wp-content/plugins/ultimatum-library/images/icons/48/key_ctrl.png', 0, 0x00000000000000000000000000000000, 0xdb9bef7f4dddfb36a19de6a6843d53b8),
(0xd4fd240c2665b71dd606a8222dd86ec0, 'wp-content/plugins/ultimatum-library/images/icons/48/key_ctrl_alternative.png', 0, 0x00000000000000000000000000000000, 0xbc3326ca667a8a5485219e8998ff2a9a),
(0xa830d0ed2e70993cabc364ea445ebac0, 'wp-content/plugins/ultimatum-library/images/icons/48/key_curly_bracket.png', 0, 0x00000000000000000000000000000000, 0xfd8c8b65c92bb18ec498dcfb8704fafe),
(0x212b358c69dcc4758ef166e1cad107e7, 'wp-content/plugins/ultimatum-library/images/icons/48/key_curly_bracket_close.png', 0, 0x00000000000000000000000000000000, 0x0211a12172a9b17224a25293f5db2854),
(0xd80e744d4def8bdaf5b4dd9f353378d5, 'wp-content/plugins/ultimatum-library/images/icons/48/key_dash.png', 0, 0x00000000000000000000000000000000, 0xb179ed5af8ba98573cb6c6789ace108f),
(0x15a059a1355bfa9802c5cda16f0971a8, 'wp-content/plugins/ultimatum-library/images/icons/48/key_dollar.png', 0, 0x00000000000000000000000000000000, 0x859bd7d9e92f2187f0eabbcc21ccfc32),
(0x6fd48eccec3e3c2a9843106d7cb1a496, 'wp-content/plugins/ultimatum-library/images/icons/48/key_down.png', 0, 0x00000000000000000000000000000000, 0x92d0c8a3c42a5e58bef879c4c8b68177),
(0xf94d8579c1246345c206c662abfa0cdf, 'wp-content/plugins/ultimatum-library/images/icons/48/key_eject.png', 0, 0x00000000000000000000000000000000, 0xb0a205278ce49ca9eac83e39b52f1941),
(0x27ec311ce3f357fc6381a3bcb918c6ef, 'wp-content/plugins/ultimatum-library/images/icons/48/key_equal.png', 0, 0x00000000000000000000000000000000, 0x9b20306c5416f42d5929dd05c54638cf),
(0xb5d860c039cd279197659ccbdce73a1d, 'wp-content/plugins/ultimatum-library/images/icons/48/key_escape.png', 0, 0x00000000000000000000000000000000, 0x59f29d5682a1674551c83dafaf5f20c2),
(0xabe925d367472b43e114c5801838dcf3, 'wp-content/plugins/ultimatum-library/images/icons/48/key_euro.png', 0, 0x00000000000000000000000000000000, 0x89eda7b702066f7335294c16d6092032),
(0xa38a2f8ed50a766dbc63bc8986dce584, 'wp-content/plugins/ultimatum-library/images/icons/48/key_exclamation.png', 0, 0x00000000000000000000000000000000, 0x05269a28c6df5b0fa2bb661e773d7972),
(0xa988805b024db114a40571bf03887b9e, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f1.png', 0, 0x00000000000000000000000000000000, 0x5f1083d256f7756fa82ea5793315839a),
(0x6e215ed5387d27637a429b81232b6367, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f10.png', 0, 0x00000000000000000000000000000000, 0x730d5a3288c9934ee0419339db884e6f),
(0xd3b234989663f7f7f55ce9d6ac745e79, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f11.png', 0, 0x00000000000000000000000000000000, 0x221a3b175b0be506da82c6fddc74cb9a),
(0x206e48b6d62f0a074d8129c13a144515, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f12.png', 0, 0x00000000000000000000000000000000, 0xab461c0b86da3adaf2f146cad67faeef),
(0x18b0d27c9900ac425c9a33f6fdb5a2ea, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f13.png', 0, 0x00000000000000000000000000000000, 0xf8ccc7644952c8a09f531882e08b0ed2),
(0x5db670d658af11bb32f1b2e8f02ab089, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f14.png', 0, 0x00000000000000000000000000000000, 0xb5d757e34ddeab559e459d0b0b8d1d40),
(0xffa49774d327da013a0d59364a69dafd, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f15.png', 0, 0x00000000000000000000000000000000, 0x916cb24bb893393e965d0e777172f617),
(0x02ae65ce5273a61d704f950c0c882227, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f2.png', 0, 0x00000000000000000000000000000000, 0x2a35e5f0e46fef38a3536bfe834fe849),
(0xaacc57dadac8c082a2dc307705283a32, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f3.png', 0, 0x00000000000000000000000000000000, 0xdae91cd654004c582981887d678897f4),
(0x4b7737a84c2a6dd24806a570a73f7c2c, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f4.png', 0, 0x00000000000000000000000000000000, 0xf2b24f3df538c1c79af2a39e5d272013),
(0x4673850e52f0fc618b534709f53c577b, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f5.png', 0, 0x00000000000000000000000000000000, 0x91ad7b1ae3ccbcd20b4c41ed91b6cded),
(0x0a19be23c2de86fc8a8436e80355e44a, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f6.png', 0, 0x00000000000000000000000000000000, 0x003c1bc8c6b87495866144fadfd74311),
(0xcd11de2ba6d0e7e43437d3206007a28d, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f7.png', 0, 0x00000000000000000000000000000000, 0xfdec5c40ddd526090fe84d3161204ccb),
(0xb25db784c5fc88fdc9b3e09913fad55e, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f8.png', 0, 0x00000000000000000000000000000000, 0xa09a81dfe7ddba809dbeedf9f682c02e),
(0xba6d8948d5862e18672b35bf87d52c86, 'wp-content/plugins/ultimatum-library/images/icons/48/key_f9.png', 0, 0x00000000000000000000000000000000, 0x1f2b2763e0fa9aba1692f4f1568b9fd6),
(0x91100fd73125c6ec19e8189fce629216, 'wp-content/plugins/ultimatum-library/images/icons/48/key_fast_forward.png', 0, 0x00000000000000000000000000000000, 0x8c6cd54a37836e0bf8c094856a7230a5),
(0x07c03c03b9b52fa9ec6e89b640225538, 'wp-content/plugins/ultimatum-library/images/icons/48/key_fw_slash.png', 0, 0x00000000000000000000000000000000, 0x1c70c76cb3afb910a1da29a3b5e39363),
(0xc5d7974ecb159693175946494e4e38b6, 'wp-content/plugins/ultimatum-library/images/icons/48/key_hash.png', 0, 0x00000000000000000000000000000000, 0x191cc1c6936935340283583f2e51ad3c),
(0xcd15a9dbe2f8bc66427488d315b43cd4, 'wp-content/plugins/ultimatum-library/images/icons/48/key_heart.png', 0, 0x00000000000000000000000000000000, 0xa068130e360860a917181f01a771f678),
(0x2d6360109a39cb8d614a4c7ab0d3ac91, 'wp-content/plugins/ultimatum-library/images/icons/48/key_left.png', 0, 0x00000000000000000000000000000000, 0x7132b14f647e25995ffb46eda82152a7),
(0xf085e65a3d558d1f912951d545bf892a, 'wp-content/plugins/ultimatum-library/images/icons/48/key_minus.png', 0, 0x00000000000000000000000000000000, 0xaf2456d4500cdcbca4d4854b7cd8d270),
(0x66452c6263ef2088a59f949e8c1df673, 'wp-content/plugins/ultimatum-library/images/icons/48/key_note.png', 0, 0x00000000000000000000000000000000, 0x075f2e1df370ce9a0964272136d4596c),
(0xa2b3200083b4cc7057bccba1d045dec5, 'wp-content/plugins/ultimatum-library/images/icons/48/key_note_double.png', 0, 0x00000000000000000000000000000000, 0x1a52c80eec458c6a60b82b3e80282fae),
(0xf52fb9ca9ab7b04a9149290c2b059dee, 'wp-content/plugins/ultimatum-library/images/icons/48/key_paragraph.png', 0, 0x00000000000000000000000000000000, 0xcfd5c85386fa3152acf984aeec1cc9ea),
(0x732a7563202ce2022735db367907d57c, 'wp-content/plugins/ultimatum-library/images/icons/48/key_percent.png', 0, 0x00000000000000000000000000000000, 0x95c2629d7e24a14e061a6c134cc68821),
(0x4b1f2409ac1980e4814fe8e2f92499d1, 'wp-content/plugins/ultimatum-library/images/icons/48/key_period.png', 0, 0x00000000000000000000000000000000, 0x18a08fe8c6cbb1fb196fc0738c54d506),
(0x4c8d155a3bc757b6035678e6afeea99e, 'wp-content/plugins/ultimatum-library/images/icons/48/key_play_pause.png', 0, 0x00000000000000000000000000000000, 0x876494b6fa46080bf524f42b5665814b),
(0x7fa55f703eed096e6b1b0d0bf19f246e, 'wp-content/plugins/ultimatum-library/images/icons/48/key_plus.png', 0, 0x00000000000000000000000000000000, 0x18c6ef5391dc811bc2e6ad71b7b5051e),
(0x6fefdf6aa4ea0c97580eff7b506f578f, 'wp-content/plugins/ultimatum-library/images/icons/48/key_question.png', 0, 0x00000000000000000000000000000000, 0x84a4aff2e17800e087b8ec5b79f40102),
(0xb75c61fb5889ec9e4afee8ae6c02eaf9, 'wp-content/plugins/ultimatum-library/images/icons/48/key_record.png', 0, 0x00000000000000000000000000000000, 0x95b7a9a164fae722042bc3f9e7d95ee5),
(0xdce51e86547b49d341ae2c827ec61fad, 'wp-content/plugins/ultimatum-library/images/icons/48/key_return.png', 0, 0x00000000000000000000000000000000, 0xd867e1c6032ac8651c308d0260670121),
(0x727f4f8f2c42b4a1b3f6d7ad0e566908, 'wp-content/plugins/ultimatum-library/images/icons/48/key_rewind.png', 0, 0x00000000000000000000000000000000, 0x45030bbee80d9ed1843cbb5697fe6411),
(0x7bb7f165d1f98b9826de036383177216, 'wp-content/plugins/ultimatum-library/images/icons/48/key_right.png', 0, 0x00000000000000000000000000000000, 0xbdb85b214fe0953f5fc001b96fca359a),
(0x7bc51f5432502a383daa831da20e2074, 'wp-content/plugins/ultimatum-library/images/icons/48/key_semicolon.png', 0, 0x00000000000000000000000000000000, 0x779f902b68781b199a731fa266536aaf),
(0xc950d51a7c2840d80c7a922cda02bf30, 'wp-content/plugins/ultimatum-library/images/icons/48/key_shift.png', 0, 0x00000000000000000000000000000000, 0x4a78236e4f6029dfa5340654474a4f41),
(0x4ed125045247ea70a4f2a01959682327, 'wp-content/plugins/ultimatum-library/images/icons/48/key_slash.png', 0, 0x00000000000000000000000000000000, 0xf07200facdca505c92a7e2de7afa1282),
(0x1ac19a0054ef60e4286f62afe908bec1, 'wp-content/plugins/ultimatum-library/images/icons/48/key_square_bracket.png', 0, 0x00000000000000000000000000000000, 0x7228163954e2680693255e7a9b0d2ed7),
(0x45df3e4cf664028e7093916751fa3aa0, 'wp-content/plugins/ultimatum-library/images/icons/48/key_square_bracket_close.png', 0, 0x00000000000000000000000000000000, 0x3f6b5690cfd94e5093b6b98a4e28abb5),
(0x44fff1457f346d226438d8119167ad13, 'wp-content/plugins/ultimatum-library/images/icons/48/key_star.png', 0, 0x00000000000000000000000000000000, 0x9dfecb49b71d67e719d8474a74b60461),
(0x0e85f4ebcadd2de44cdb9b0ee622c938, 'wp-content/plugins/ultimatum-library/images/icons/48/key_stop.png', 0, 0x00000000000000000000000000000000, 0x263304da7090f4f25848be7e588b0bfa),
(0x1c10f0c4ab0940df83b414bbf689599a, 'wp-content/plugins/ultimatum-library/images/icons/48/key_tag.png', 0, 0x00000000000000000000000000000000, 0xa1331dafa3e1759a6943a21730cca009),
(0x992547343c55de81279da6cca64b25bd, 'wp-content/plugins/ultimatum-library/images/icons/48/key_tag_close.png', 0, 0x00000000000000000000000000000000, 0x82ab450bbf12580ac27d3c385ab9d48a),
(0x91b2ad685c3d0a0983b18272e6a5b9ca, 'wp-content/plugins/ultimatum-library/images/icons/48/key_to_infinity_and_beyond.png', 0, 0x00000000000000000000000000000000, 0x01a4c8636ecda0e0523c0db912976c30),
(0xf1b23b5b6ebcdb107a5613f26f978ac5, 'wp-content/plugins/ultimatum-library/images/icons/48/key_underscore.png', 0, 0x00000000000000000000000000000000, 0x25cfa97ec1ed1619679ce1f88b53e735),
(0x3088efe0deab6693a0d4e078e193e2ed, 'wp-content/plugins/ultimatum-library/images/icons/48/key_up.png', 0, 0x00000000000000000000000000000000, 0x0a438d3b97ab28a3f03bb21ed4d05572),
(0xb462adbfb034da451b12d9384af80430, 'wp-content/plugins/ultimatum-library/images/icons/48/knife.png', 0, 0x00000000000000000000000000000000, 0xe771793e0a7d3a1bfff9d735348e6ff6),
(0x73048ee9e881c932aab92c412c5a10c2, 'wp-content/plugins/ultimatum-library/images/icons/48/knife_bloody.png', 0, 0x00000000000000000000000000000000, 0x69e7aa075a758ef81a3c13a8660632c5),
(0x72e5c179b43fdf1a808374e4f1b56df4, 'wp-content/plugins/ultimatum-library/images/icons/48/last-fm.png', 0, 0x00000000000000000000000000000000, 0x1c51c00ec578957cb16f26da78a1122a),
(0xedb79e1bd34d3728786a131288bf9331, 'wp-content/plugins/ultimatum-library/images/icons/48/lock_closed.png', 0, 0x00000000000000000000000000000000, 0x7d59ba7a9d942014d49c3962d8d20191),
(0x0c47c4e7b68243ec9c660eb4bc42dc90, 'wp-content/plugins/ultimatum-library/images/icons/48/lock_open.png', 0, 0x00000000000000000000000000000000, 0xf5fcfcf94cff0c32ade573125dc61ecf),
(0x3f99552a04642a1210708d4b8c258b61, 'wp-content/plugins/ultimatum-library/images/icons/48/magic_mouse.png', 0, 0x00000000000000000000000000000000, 0x3e54db5ee426ac356973b38891ae5ac6),
(0x060e4fdff9c4803502988cb38fbe3c4c, 'wp-content/plugins/ultimatum-library/images/icons/48/magic_wand.png', 0, 0x00000000000000000000000000000000, 0x67eb5e7a31e423da1fcef6ae23e89abc),
(0xb8d5cf48fca11b521d26ee7d73f8e3d5, 'wp-content/plugins/ultimatum-library/images/icons/48/mail_add.png', 0, 0x00000000000000000000000000000000, 0x58678da7cd816b0687e10af94e71da63),
(0x60263c1f51feb3766dec80120afddaf6, 'wp-content/plugins/ultimatum-library/images/icons/48/mail_alert.png', 0, 0x00000000000000000000000000000000, 0x32ad0c4b7d9c3f850d8756e436cf0dc6),
(0x12b11fb83ac73217c5d2e24c19c91366, 'wp-content/plugins/ultimatum-library/images/icons/48/mail_check.png', 0, 0x00000000000000000000000000000000, 0x7d28860c066fd58ef29a776593644f49),
(0xada439b644d45ba0ca34d08c841601aa, 'wp-content/plugins/ultimatum-library/images/icons/48/mail_delete.png', 0, 0x00000000000000000000000000000000, 0x654edacddd96be6381f45dbc951a0d2e),
(0x62fa45f1f3d2868340bae95cd2dfc469, 'wp-content/plugins/ultimatum-library/images/icons/48/mail_download.png', 0, 0x00000000000000000000000000000000, 0xf3e7dd8fb9fcdfbb2b5a388081a6b58d),
(0x41a9da4fc726e2c3ce69f475d1d35e05, 'wp-content/plugins/ultimatum-library/images/icons/48/mail_forward.png', 0, 0x00000000000000000000000000000000, 0xd302a5a0cf8e63b3db0aed392a90a3fd),
(0xe2e6dc522b7888079180f90d17edd73b, 'wp-content/plugins/ultimatum-library/images/icons/48/mail_plain.png', 0, 0x00000000000000000000000000000000, 0x7aa7c639318294e6a3ac26ff880f89f8),
(0x7ec7770f9fe6785bb628d9a0972fa2c3, 'wp-content/plugins/ultimatum-library/images/icons/48/mail_reply.png', 0, 0x00000000000000000000000000000000, 0x919ae5afa8520204a358fbfdfbe5f660),
(0x35e63dce12b34ea226fbb3fde19b6c46, 'wp-content/plugins/ultimatum-library/images/icons/48/mighty_mouse.png', 0, 0x00000000000000000000000000000000, 0x15fb0f1b2af144cb9ea3d0337a18b53a),
(0xa51ba486e78fcefcbcc82f6e6398a2e2, 'wp-content/plugins/ultimatum-library/images/icons/48/moleskine_black.png', 0, 0x00000000000000000000000000000000, 0x00a599366580c3d7c9499c7bcf0dc219),
(0x63e6c5be2d081d535a83d5a440778192, 'wp-content/plugins/ultimatum-library/images/icons/48/moleskine_red.png', 0, 0x00000000000000000000000000000000, 0x279a8cfccc5f683e9f7779b1e54c3f82),
(0xa4342b5c9a4c313eacdf22cfd6391f2e, 'wp-content/plugins/ultimatum-library/images/icons/48/money_1.png', 0, 0x00000000000000000000000000000000, 0x6bc810c092c0ab48a3cadc5ae90fd2cb),
(0xb8e6b094789287e5e424c470543738f7, 'wp-content/plugins/ultimatum-library/images/icons/48/money_10.png', 0, 0x00000000000000000000000000000000, 0xee994d60168a732ddbc92fc971e58dfd),
(0x6497ca47a56785c9a0b863e814236544, 'wp-content/plugins/ultimatum-library/images/icons/48/money_100.png', 0, 0x00000000000000000000000000000000, 0x9905dc479424de3e4c2524816a3d2023),
(0x61a5c02c235f4d5a4a0727fe405bd711, 'wp-content/plugins/ultimatum-library/images/icons/48/money_100_coins.png', 0, 0x00000000000000000000000000000000, 0xa5cf942e420b87c2884013824cb2f4c7),
(0xd63e201404418616735f535a0b3f2860, 'wp-content/plugins/ultimatum-library/images/icons/48/money_10_coins.png', 0, 0x00000000000000000000000000000000, 0xbf401ac54ca90f28955203137fff2967),
(0x34b687658f106980256944cd2d690786, 'wp-content/plugins/ultimatum-library/images/icons/48/money_1_coins.png', 0, 0x00000000000000000000000000000000, 0xf0fe4f5c84f522ee8ec100f662d1c5f7),
(0x563115a15e48de38a883b241f3fc8355, 'wp-content/plugins/ultimatum-library/images/icons/48/money_20.png', 0, 0x00000000000000000000000000000000, 0x271dadd146e487de3c1a63561e53f9af),
(0x8fa5d77d7956aaba8a6b43a0e98a7d3c, 'wp-content/plugins/ultimatum-library/images/icons/48/money_20_coins.png', 0, 0x00000000000000000000000000000000, 0x5e0174984ab6bb3faeafe555beb07eb8),
(0x43df1dcfad9e50114a42176ef9fe316a, 'wp-content/plugins/ultimatum-library/images/icons/48/money_5.png', 0, 0x00000000000000000000000000000000, 0xf6928d343652a2b91f60ea6affda75a6),
(0x29611c8ac5586161b6f786588d7cd61f, 'wp-content/plugins/ultimatum-library/images/icons/48/money_50.png', 0, 0x00000000000000000000000000000000, 0x8db11e717d34543400a25e1a330777b4),
(0xe111146c81f887ab2192eb2f1f758bce, 'wp-content/plugins/ultimatum-library/images/icons/48/money_50_coins.png', 0, 0x00000000000000000000000000000000, 0xa000416825108216c24893a9b55347a1),
(0xc7d460df84313829c2df70353e3b26e4, 'wp-content/plugins/ultimatum-library/images/icons/48/money_5_coins.png', 0, 0x00000000000000000000000000000000, 0xd57e936eb293e4c830cb391223beee8f),
(0x2f12287b41ef8a5fc5587cf388a427a2, 'wp-content/plugins/ultimatum-library/images/icons/48/monitor.png', 0, 0x00000000000000000000000000000000, 0xb63f9d5d26710ba28b491024a6918615),
(0x26c9cbfa22c54ab06a988b66a844a777, 'wp-content/plugins/ultimatum-library/images/icons/48/opera.png', 0, 0x00000000000000000000000000000000, 0x425d845086ecbb7ce99a2feb509c1bfc),
(0x3757a45d3bc418a9bcaeb38343a33dfa, 'wp-content/plugins/ultimatum-library/images/icons/48/pen.png', 0, 0x00000000000000000000000000000000, 0x4b12a202764c8fc77f316cc3e2bb9a50),
(0x1b2ad66a29bffae6d23ffabd22bb067b, 'wp-content/plugins/ultimatum-library/images/icons/48/pencil.png', 0, 0x00000000000000000000000000000000, 0x7415f9d75c2e663d1bd84f2deefb48ea),
(0x8ed726d53e40dc7785290b2f80aa71df, 'wp-content/plugins/ultimatum-library/images/icons/48/podcast.png', 0, 0x00000000000000000000000000000000, 0x928ac4f1e65d6de52c794e84fbf71134),
(0xacd43081690f8e12c0abb2bf1817bcce, 'wp-content/plugins/ultimatum-library/images/icons/48/preferences.png', 0, 0x00000000000000000000000000000000, 0x738fa01f5b4d1d518aab851fe8ac7a42),
(0x171f7848ef051e4271c8fd69362b482a, 'wp-content/plugins/ultimatum-library/images/icons/48/presentation.png', 0, 0x00000000000000000000000000000000, 0x92508663d6a67eb9f2bcc45607912046),
(0xc2a33110a2e0faca9d0e57d17e4e810f, 'wp-content/plugins/ultimatum-library/images/icons/48/printer.png', 0, 0x00000000000000000000000000000000, 0xcb3b1035f36142c15cb642cbb80509ee),
(0x888321edb2c2ce83b7bc54ab8f52c717, 'wp-content/plugins/ultimatum-library/images/icons/48/rss.png', 0, 0x00000000000000000000000000000000, 0xffb7ecf95ae8e73dfaf88fb35e105de6),
(0x0dd3a3f049321c94ea4f55341af80f62, 'wp-content/plugins/ultimatum-library/images/icons/48/rss_alternative.png', 0, 0x00000000000000000000000000000000, 0x44ce304deb0e4539794ac5d7dc62ba97),
(0xe952ad67e6142890832e96c44ea00ba7, 'wp-content/plugins/ultimatum-library/images/icons/48/rss_circle.png', 0, 0x00000000000000000000000000000000, 0xa06a4f1b29b99ef850d1c37eb368c880),
(0x737675385a7d1e98e3e357315b7cf2b4, 'wp-content/plugins/ultimatum-library/images/icons/48/rss_circle_comments.png', 0, 0x00000000000000000000000000000000, 0x665ca8df3bfc5d9287a42d4fda056e17),
(0x3bb244a78eb0588b6ae6845fc60811d0, 'wp-content/plugins/ultimatum-library/images/icons/48/rss_comments.png', 0, 0x00000000000000000000000000000000, 0x35a2a631dcd88fc8b99fe1c3b4299ec7),
(0x962161f69d810d57f32adfbffd87d4c4, 'wp-content/plugins/ultimatum-library/images/icons/48/rss_square.png', 0, 0x00000000000000000000000000000000, 0x9ba69b7afdfd893899bc6e2981f64fae),
(0xd0c8d89984b6d2cf75ac1a5152ce8dd4, 'wp-content/plugins/ultimatum-library/images/icons/48/rss_square_comments.png', 0, 0x00000000000000000000000000000000, 0x87a36584ad995c54b86ddcc1d03350b5),
(0x0f2f3915649cfcf40b91529efba56862, 'wp-content/plugins/ultimatum-library/images/icons/48/safari.png', 0, 0x00000000000000000000000000000000, 0xbd3d21912495e55e7c819b7cf162becc),
(0x64c58fcef179ec471fcf44ebf4f4ec76, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_addicted-to-coffee.png', 0, 0x00000000000000000000000000000000, 0x6d36d22d9575f896846138438b554491),
(0x113151013a50c848888d0f10b6d25aa8, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_addicted-to-coffee_glossy.png', 0, 0x00000000000000000000000000000000, 0x8eec669bcaa8c9169b8703adfedc9795),
(0x432d85581c5590d6923f8e7197be1d3d, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_aqua.png', 0, 0x00000000000000000000000000000000, 0x7948e92d1c40648d6756283140a62a67),
(0x55b9e2a1816c83eaedf2527d22b133a9, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_aqua_glossy.png', 0, 0x00000000000000000000000000000000, 0x7810b509e60e95f6a5cc37c922d8499f),
(0xcf27d904677b54b4eeeb66985f6fd353, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_aurora_leopard.png', 0, 0x00000000000000000000000000000000, 0x7922daf1f24a35fa48e2bce40631a84d),
(0xe9a5aecb59fd50ef44d1301ef1b4e387, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_aurora_leopard_glossy.png', 0, 0x00000000000000000000000000000000, 0xeb3dd10729d33388f3b0720105fbfecc),
(0x53b87b236c454804be93be619efc9a0e, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_aurora_snowleopard.png', 0, 0x00000000000000000000000000000000, 0xf263ccca806d46aff59e29994f5e6730),
(0xb5fd19495ccaf90c3c2566ed0187b4e4, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_aurora_snowleopard_glossy.png', 0, 0x00000000000000000000000000000000, 0x1a3ba8b111dddeb73960386d25fec1de),
(0x0cc0e82273834669caef5ea96249a5c7, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_blaze-of-light.png', 0, 0x00000000000000000000000000000000, 0x3935992b0eb8494ead663992a0a84dbc),
(0x0705d4484b52bbdebdf87b407c93b329, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_blaze-of-light_glossy.png', 0, 0x00000000000000000000000000000000, 0x67020751523dd09487a707deda141637),
(0xb9b0c89d0d959f5424e9c3e9240f54eb, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_lensflare.png', 0, 0x00000000000000000000000000000000, 0xc9fcc1a78800b57a203fbf1641432433),
(0xaff9733c7e7462c2ce4335f1213d7855, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_lensflare_glossy.png', 0, 0x00000000000000000000000000000000, 0x8910f049481f75ed1269013fc535bc11),
(0x1010a923f6d88f7cf0098c1fef42f9b6, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_rulers.png', 0, 0x00000000000000000000000000000000, 0x6cbab51ab5185f75c1dd5e10d5d1f1b7),
(0x76f6d6c25317e85f658245c042e118f0, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_rulers_glossy.png', 0, 0x00000000000000000000000000000000, 0xe8b138e80b5c62c9da1f1becfbcea852),
(0xaa6c2aaffb81f746b25714faf5afe3c8, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_sleep.png', 0, 0x00000000000000000000000000000000, 0xbace7fb185368bd920335aa50bea36df),
(0xe3c650f796c6eafa2f3fa01f12cfef36, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_sleep_glossy.png', 0, 0x00000000000000000000000000000000, 0x3529bcb86be6d5b11112446894799b08),
(0x08ff42405380b0955feba4f476192368, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_tron-legacy.png', 0, 0x00000000000000000000000000000000, 0x55806744787a197e3509d1b6c4d531b3),
(0x2cc3f003da4b94f9838ee35d96d3b25f, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_tron-legacy_glossy.png', 0, 0x00000000000000000000000000000000, 0xaad6d7a963b943e3fee23c06b2965254),
(0xce844a200a584ea744b1074766f3001f, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_twitter.png', 0, 0x00000000000000000000000000000000, 0x3d3b308e8bdd5984302f2bf28ed5488a);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xe7b39f4a5f9d227e38a0818518290af0, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_twitter_glossy.png', 0, 0x00000000000000000000000000000000, 0x0658ee2ca474cc0cb1e8df2b183490a6),
(0xb61566e4e1be04e983478610a95305ac, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_windows.png', 0, 0x00000000000000000000000000000000, 0x440c5d7b0a31da05204d4a6dca6066f2),
(0xc87f3dc68bd25c093a7e103c65d30987, 'wp-content/plugins/ultimatum-library/images/icons/48/screen_windows_glossy.png', 0, 0x00000000000000000000000000000000, 0x5be54eb96ecef7937473a63e819396cc),
(0x026d67b348504f71fe017308fbfc957d, 'wp-content/plugins/ultimatum-library/images/icons/48/search.png', 0, 0x00000000000000000000000000000000, 0x38f439039108cdd4edb4c9fdb63ddccd),
(0x2d5c6dd3947c413ea2354c6015b323aa, 'wp-content/plugins/ultimatum-library/images/icons/48/security.png', 0, 0x00000000000000000000000000000000, 0x1a4013de03318a0f5188f20d2600446c),
(0x9ab7945aae5959ec863908f61c6aa834, 'wp-content/plugins/ultimatum-library/images/icons/48/shopping_basket.png', 0, 0x00000000000000000000000000000000, 0x853ba99768ee7054ffe022095f0be30a),
(0x908e8009a1ea8e519a5c550b764cec14, 'wp-content/plugins/ultimatum-library/images/icons/48/show_reel.png', 0, 0x00000000000000000000000000000000, 0x68932a9b7e0eb0b5453e56b1ed783a87),
(0x7105906bcd453854861010711cd521f1, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_available.png', 0, 0x00000000000000000000000000000000, 0xd246f58c0983cbdd63c131295f83eab0),
(0x3aa41d3c51f81cc32bbe004183a4bfbd, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_available_red.png', 0, 0x00000000000000000000000000000000, 0x22bcf8fe4c08836001911862bc9552cf),
(0xeeadf94612c4bac4c8572d4e5720b805, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_busy.png', 0, 0x00000000000000000000000000000000, 0xa5163c20398367d2ca8072a7571522b2),
(0x5cd7a7800f025128da44a539ad5ab7e6, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_busy_red.png', 0, 0x00000000000000000000000000000000, 0x0653aa0e079db89315094d333c55d484),
(0xb8d66bed9bb0d903f79296a663c6fe2e, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_free.png', 0, 0x00000000000000000000000000000000, 0x7e808368a38bdac208169b174b3a2ec7),
(0xd762d04f4affff2bb3176e712c472987, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_free_red.png', 0, 0x00000000000000000000000000000000, 0x0a60ff930d92fe41680f5b00d7ae0a6b),
(0x7c9f43fc4b3ada5913d7b8ff4f1d3ac1, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_hire_me.png', 0, 0x00000000000000000000000000000000, 0x6f9c7c228c23a87274456c43e40d69c3),
(0xf3afc439c2af14b5b6084b996ceed260, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_hire_me_red.png', 0, 0x00000000000000000000000000000000, 0xf8f90b42eac6d94fc86a3d34670ac1e1),
(0xe503dfc87859326ec2ebdfe93e03fcc0, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_we-are-hiring.png', 0, 0x00000000000000000000000000000000, 0x38b619c6c346bd7df239e7f117cc573a),
(0x21a58dadba8a9b97579e9fea0ae25f75, 'wp-content/plugins/ultimatum-library/images/icons/48/sign_we-are-hiring_red.png', 0, 0x00000000000000000000000000000000, 0x9979836863b6571b439ada551f93d8c1),
(0xffd511d89e25d47c139999ad580d2a1c, 'wp-content/plugins/ultimatum-library/images/icons/48/smashing-mag.png', 0, 0x00000000000000000000000000000000, 0x62f53cee8f63dc136ffbc6fc626981a0),
(0x24b05cdff8708cff31bcba4793e02865, 'wp-content/plugins/ultimatum-library/images/icons/48/social_aim.png', 0, 0x00000000000000000000000000000000, 0x3dabd87789236b40caf4f80fd0bf6f84),
(0x9635a8783bbe9c2015c785ec26f56bbd, 'wp-content/plugins/ultimatum-library/images/icons/48/social_amazon.png', 0, 0x00000000000000000000000000000000, 0x55bde2e79da273281a162cd4c3cd00ea),
(0x053646d870af0fc5be92eb7b5cb63dd2, 'wp-content/plugins/ultimatum-library/images/icons/48/social_apple.png', 0, 0x00000000000000000000000000000000, 0x5afbbb9fd55c5b17f25fdbd1508edf97),
(0x3ef908317ff8f2de2660172a82b502de, 'wp-content/plugins/ultimatum-library/images/icons/48/social_appstore.png', 0, 0x00000000000000000000000000000000, 0x75e32b5fa07af9e235ad42243b91076d),
(0x74f998fbbf67c49cf0d63b04d9abb272, 'wp-content/plugins/ultimatum-library/images/icons/48/social_behance.png', 0, 0x00000000000000000000000000000000, 0x136c5752b8e679023e32c38b00da1239),
(0x07c935cd4f3543f68d3248a6845334f5, 'wp-content/plugins/ultimatum-library/images/icons/48/social_blogger.png', 0, 0x00000000000000000000000000000000, 0xfdd9b65e3bb914cab15114d83930281d),
(0x0fd16876d5831df17e96182b4b491bf9, 'wp-content/plugins/ultimatum-library/images/icons/48/social_brightkite.png', 0, 0x00000000000000000000000000000000, 0x84af5193c2d7feff6c99e150d49e55e4),
(0x073426be7f4bfe9050702baf95299af9, 'wp-content/plugins/ultimatum-library/images/icons/48/social_brightkite_flag.png', 0, 0x00000000000000000000000000000000, 0xcb56cc5cef4d602c0bf5757239af4537),
(0x5126b1566d28a82bb83c0f3841e1d815, 'wp-content/plugins/ultimatum-library/images/icons/48/social_delicious.png', 0, 0x00000000000000000000000000000000, 0x537aa7c11f30516e234900818b101edb),
(0x8e13a3a7ff7caf76b9c479a8e5c769a2, 'wp-content/plugins/ultimatum-library/images/icons/48/social_designfloat.png', 0, 0x00000000000000000000000000000000, 0xa550d83e6c062d05981dd6e8dbddef12),
(0x5c7a17fdc88e5db1ad1657bd4cdc0940, 'wp-content/plugins/ultimatum-library/images/icons/48/social_designmoo.png', 0, 0x00000000000000000000000000000000, 0x1235f6ef28b4f7f96f07ae169fafd91c),
(0xdca66bd190b71340a92f4a5a7001dc03, 'wp-content/plugins/ultimatum-library/images/icons/48/social_deviantart.png', 0, 0x00000000000000000000000000000000, 0xb0144a6bccbc9b61a470bfdc26002d85),
(0x662ee37ca41da5a46ba461f5920890b2, 'wp-content/plugins/ultimatum-library/images/icons/48/social_digg.png', 0, 0x00000000000000000000000000000000, 0xb226701a49c56bea871479383f60fd8e),
(0xb8e5fd67750b6ea3121c674321ddf826, 'wp-content/plugins/ultimatum-library/images/icons/48/social_digg_guy.png', 0, 0x00000000000000000000000000000000, 0xe8acf48f9fb9413dce990b8cd8a4fb01),
(0xcf8c448b6120eebf6d26b1ae35feb16b, 'wp-content/plugins/ultimatum-library/images/icons/48/social_dopplr.png', 0, 0x00000000000000000000000000000000, 0xcf1a2fd913a53ca883b4de85d9d6b468),
(0x84357a6231dbd8c3a4502f7b9e55fc15, 'wp-content/plugins/ultimatum-library/images/icons/48/social_dribbble.png', 0, 0x00000000000000000000000000000000, 0x9f33ed8e8eb75a1625a8eab36549ddab),
(0xb77895be8da38d35bf5b1102b18c3c05, 'wp-content/plugins/ultimatum-library/images/icons/48/social_ebay.png', 0, 0x00000000000000000000000000000000, 0xd653fc09e2bf6aaeb1e06eb063d09427),
(0x8f6bc8f440862b92baa07cfe2454edfb, 'wp-content/plugins/ultimatum-library/images/icons/48/social_ebay_colored.png', 0, 0x00000000000000000000000000000000, 0xda58cf48c9d342a10c9aa6055644469a),
(0x6ee2f7e0ef06ea6e29cf3c2021bcaa94, 'wp-content/plugins/ultimatum-library/images/icons/48/social_evernote.png', 0, 0x00000000000000000000000000000000, 0x2a2e2896bac2a36e696310c0b96d4f05),
(0x4f2054027689c9d8ee59bc587d85253f, 'wp-content/plugins/ultimatum-library/images/icons/48/social_facebook.png', 0, 0x00000000000000000000000000000000, 0x40f24f89fd36265fa81b6f06e88d3e3c),
(0x45a840fc75af1279e2bacde20d482baf, 'wp-content/plugins/ultimatum-library/images/icons/48/social_flickr.png', 0, 0x00000000000000000000000000000000, 0x4e2bf19fc67e1098a214468789202687),
(0x4d480e3261f56682e1e1e6dc02c30095, 'wp-content/plugins/ultimatum-library/images/icons/48/social_foursquare.png', 0, 0x00000000000000000000000000000000, 0x881745e11e1489827029caad65d6a35a),
(0x0740788cfdc558ebc203bf3f8a3ef91e, 'wp-content/plugins/ultimatum-library/images/icons/48/social_friendfeed.png', 0, 0x00000000000000000000000000000000, 0x5e7b7b750075b28ca47020e0d4107daa),
(0x2371bc2de8a1f325a5d7a1a7972ff607, 'wp-content/plugins/ultimatum-library/images/icons/48/social_google.png', 0, 0x00000000000000000000000000000000, 0x2a297f2a822eda3f116a0d2ce643e69c),
(0x9a15a9105c81730c41477f59bc1153ed, 'wp-content/plugins/ultimatum-library/images/icons/48/social_google_buzz.png', 0, 0x00000000000000000000000000000000, 0x3c9c8ee891671bb5db229a8b89c4567a),
(0x97abc227ff84b0be93b61c5314de2b7f, 'wp-content/plugins/ultimatum-library/images/icons/48/social_google_talk.png', 0, 0x00000000000000000000000000000000, 0x8e3addc805518208ec5b1d17a1db31fa),
(0xde9f7ea585500cda7f136e888adf3f9c, 'wp-content/plugins/ultimatum-library/images/icons/48/social_gowalla.png', 0, 0x00000000000000000000000000000000, 0x105cc8604bbbbc4a068d0bf84d06446d),
(0x442a7be3f137b75f845c343f8e80487e, 'wp-content/plugins/ultimatum-library/images/icons/48/social_last_fm.png', 0, 0x00000000000000000000000000000000, 0x8396f5f9386d8fcbcdd5bf88ac1d9703),
(0x95dbbcfede1c8f75c94a0dfc8a22cad0, 'wp-content/plugins/ultimatum-library/images/icons/48/social_linked_in.png', 0, 0x00000000000000000000000000000000, 0x6e19536c2484cc854e2ed34b6d7ec562),
(0x785f4e48bb4f9dd60c30993c9098fd0d, 'wp-content/plugins/ultimatum-library/images/icons/48/social_meinvz.png', 0, 0x00000000000000000000000000000000, 0x2b5a81fd8e93fa4a91bc59220419f113),
(0x2a17fac89ec2d47a513cdb2ac83a732b, 'wp-content/plugins/ultimatum-library/images/icons/48/social_mixxt.png', 0, 0x00000000000000000000000000000000, 0x0896c1332b8794a3776721bf4647428d),
(0xd7103cf078953ddd9e91786970da20b1, 'wp-content/plugins/ultimatum-library/images/icons/48/social_mobileme.png', 0, 0x00000000000000000000000000000000, 0xe7e7858665208e2dd7c3800a4fb5a5bc),
(0xae4ce52d1ac9054a82b339168f68c897, 'wp-content/plugins/ultimatum-library/images/icons/48/social_mynameisE.png', 0, 0x00000000000000000000000000000000, 0x4b622dd8468450d3e0a741e6c93c77a5),
(0x3cf9b93238127055012b8cb1fab03b47, 'wp-content/plugins/ultimatum-library/images/icons/48/social_myspace.png', 0, 0x00000000000000000000000000000000, 0x4cc258d0d689cd44b88b99e482f0cc7f),
(0x974cca9c7d09241cfec446ba5cb62de9, 'wp-content/plugins/ultimatum-library/images/icons/48/social_netvibes.png', 0, 0x00000000000000000000000000000000, 0x859091046c65ec92d0516d508c366d03),
(0xcdbfbb0b63020aadc7d2d419a3d8399f, 'wp-content/plugins/ultimatum-library/images/icons/48/social_ning.png', 0, 0x00000000000000000000000000000000, 0x3eb6e7711f3f1915933a9e771e164608),
(0x4e789362d7eaa01f98c69536cbd27468, 'wp-content/plugins/ultimatum-library/images/icons/48/social_paypal.png', 0, 0x00000000000000000000000000000000, 0x92c6f639c08b1450ff66eea0d986711b),
(0x6ac4277ccb2e409936ee39e70b98cc82, 'wp-content/plugins/ultimatum-library/images/icons/48/social_posterous.png', 0, 0x00000000000000000000000000000000, 0x3312a98ed1fe75ad0dacfc054f12133d),
(0x4ea13acedd31fcfa21f17bf78ae4059f, 'wp-content/plugins/ultimatum-library/images/icons/48/social_qik.png', 0, 0x00000000000000000000000000000000, 0xefcc3392918dd429bf72b9e54afcbccb),
(0xcfb17f7c7ba33a4f3ec1eb2405ebe0e1, 'wp-content/plugins/ultimatum-library/images/icons/48/social_reddit.png', 0, 0x00000000000000000000000000000000, 0xe715638c51ea7ea4fa9513c4087806d6),
(0xee7ece12045079e5fe89a542913a3398, 'wp-content/plugins/ultimatum-library/images/icons/48/social_schuelervz.png', 0, 0x00000000000000000000000000000000, 0x687b0281694f092199e3fc0bf2fdcc73),
(0xbb575a9fe4053bab2a94e9f12891d318, 'wp-content/plugins/ultimatum-library/images/icons/48/social_sevenload.png', 0, 0x00000000000000000000000000000000, 0x0753e1b4b010803989959272842f4412),
(0x98c17c6a354c985e52e2ee1e8037cd8d, 'wp-content/plugins/ultimatum-library/images/icons/48/social_skype.png', 0, 0x00000000000000000000000000000000, 0xe6719150975a7655a825717deed17e94),
(0xed674c6074579ac5fb3deff07191d181, 'wp-content/plugins/ultimatum-library/images/icons/48/social_studivz.png', 0, 0x00000000000000000000000000000000, 0x029784069f476f51f02c6ef2e6502968),
(0x561a0c74a24e996d33416074b7ce3e3a, 'wp-content/plugins/ultimatum-library/images/icons/48/social_stumble_upon.png', 0, 0x00000000000000000000000000000000, 0x598f9be0a043d33b29ec0b3fa13acf00),
(0x20056cf5c56d9363c6ede844aa9898a4, 'wp-content/plugins/ultimatum-library/images/icons/48/social_technorati.png', 0, 0x00000000000000000000000000000000, 0xc349ee616349e7f795f5aa969fca12c2),
(0x00214dd364972b980a9a292df439e287, 'wp-content/plugins/ultimatum-library/images/icons/48/social_todo.png', 0, 0x00000000000000000000000000000000, 0x3b323fcf5f3cd7b967b1e36e1e7a0005),
(0xab2b73747bdfbce1f6f9e6afb9ff6175, 'wp-content/plugins/ultimatum-library/images/icons/48/social_tumblr.png', 0, 0x00000000000000000000000000000000, 0x9632abc7558e3c475dc3c5f7d23e90e4),
(0x536f32d10c6f3a5c7662697b18c89bd6, 'wp-content/plugins/ultimatum-library/images/icons/48/social_twitter.png', 0, 0x00000000000000000000000000000000, 0x8bd9a59e5c4264e9fde0c6e1748be7f3),
(0xbb64dc2f8e588d60e554d88f7c850e59, 'wp-content/plugins/ultimatum-library/images/icons/48/social_twitter_bird.png', 0, 0x00000000000000000000000000000000, 0x4ba8f0ca019fe04974180ca1174b97eb),
(0x6e8ae32ed96ac1ed06e0bf784a48c209, 'wp-content/plugins/ultimatum-library/images/icons/48/social_twitter_retweet.png', 0, 0x00000000000000000000000000000000, 0xea80badd244560ab63c3887081835855),
(0x958e310868c515f97a243838bfbe8705, 'wp-content/plugins/ultimatum-library/images/icons/48/social_vimeo.png', 0, 0x00000000000000000000000000000000, 0x432ba1f0f145343d8e3c941fac9d47ec),
(0x1ca096f143702af930e41d63750d384b, 'wp-content/plugins/ultimatum-library/images/icons/48/social_vimeo_V.png', 0, 0x00000000000000000000000000000000, 0x7aafdef8863cfbfe6ed6ed0b75e9a097),
(0x27703e0bfe3afcb0dedd4f85f0e6e990, 'wp-content/plugins/ultimatum-library/images/icons/48/social_xing.png', 0, 0x00000000000000000000000000000000, 0xa10a67caaa578df085ce768e14db16e9),
(0x4695a7a5e08c3c60b0ae00b89b2b2ba8, 'wp-content/plugins/ultimatum-library/images/icons/48/social_yahoo_messenger.png', 0, 0x00000000000000000000000000000000, 0x98d08de78ff3aefc0a833dee65929298),
(0xdcc0796c6356872f09b99a5c39bb37b2, 'wp-content/plugins/ultimatum-library/images/icons/48/social_yahoo_messenger_smiley.png', 0, 0x00000000000000000000000000000000, 0xc2aacbc22a357298a6a48a0e139e61a9),
(0x0d1540cd3d5b2e8e2f3b7db385befde0, 'wp-content/plugins/ultimatum-library/images/icons/48/social_you_tube.png', 0, 0x00000000000000000000000000000000, 0x4c4a0c65340dcc4b9f1057c5e9cc452e),
(0x2c46f6b2352f520678f835714ad39419, 'wp-content/plugins/ultimatum-library/images/icons/48/social_zootool.png', 0, 0x00000000000000000000000000000000, 0xf49ed7b4921d013e01b35e8e2eb394fc),
(0x0f61277c5cbee8e128d39ea328e7d6ef, 'wp-content/plugins/ultimatum-library/images/icons/48/speech_bubble_blue.png', 0, 0x00000000000000000000000000000000, 0x19c5b2a6121b31fc9a154d5b2ab7322b),
(0x7f2ba27d59045f9fab60970bc2212893, 'wp-content/plugins/ultimatum-library/images/icons/48/speech_bubble_green.png', 0, 0x00000000000000000000000000000000, 0x5d36f2409647a88b2e1171301edb3274),
(0x30bce911b2923df580fec4d0ac5f3116, 'wp-content/plugins/ultimatum-library/images/icons/48/speech_bubble_grey.png', 0, 0x00000000000000000000000000000000, 0x38b3c3539a2376ba3396727d77d0a4a9),
(0x2d08d66c73f8c1b041e25780992ad408, 'wp-content/plugins/ultimatum-library/images/icons/48/speech_bubble_pink.png', 0, 0x00000000000000000000000000000000, 0x623429149d9f8b5ff2896445b0666ab9),
(0xcdc6aa3034ea2dd495ca59fde8741fe9, 'wp-content/plugins/ultimatum-library/images/icons/48/speech_bubble_red.png', 0, 0x00000000000000000000000000000000, 0xf889c310bc16f40f35c1d8cbd287706c),
(0x6fb3cac1e8f7ad71641b03346bb51e60, 'wp-content/plugins/ultimatum-library/images/icons/48/speech_bubble_violet.png', 0, 0x00000000000000000000000000000000, 0x05e39ad36727038b835ba02010cb80a9),
(0x62360dcdb3a3f4041910978200c5e52e, 'wp-content/plugins/ultimatum-library/images/icons/48/speed_kmh.png', 0, 0x00000000000000000000000000000000, 0x355a021d542858af08aaa1941261af3f),
(0xe1722ac2d323a4ab72876171d548bdad, 'wp-content/plugins/ultimatum-library/images/icons/48/speed_mph.png', 0, 0x00000000000000000000000000000000, 0x20ebfe8e8b9a0ef22dffd814960350f5),
(0xffd7b3444485d61a7ff41a028ae881d0, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_beta_blue.png', 0, 0x00000000000000000000000000000000, 0xc844190212612027a88e35e47cd19993),
(0x5896a13ba4a2f327b6f499434ff382a4, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_beta_brown.png', 0, 0x00000000000000000000000000000000, 0x92a0e84873875b128d1cb5fadb6b33a0),
(0x057f7f7cd3e2f4386805b4c674c6605e, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_beta_green.png', 0, 0x00000000000000000000000000000000, 0xeda94cd04a0f118d5b756681b3dcf261),
(0x8a58a967e5489baada0ee949033d20ab, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_beta_lightblue.png', 0, 0x00000000000000000000000000000000, 0xb6b504d8b27bb00a11938af72e3b0800),
(0x7065da7ee614b949a69d3df56a9f19b2, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_beta_lightgreen.png', 0, 0x00000000000000000000000000000000, 0x5680979cb351b99c3e2ed5352f380f2e),
(0x80f7f05c693ec13ee168d2b629fb7fe2, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_beta_orange.png', 0, 0x00000000000000000000000000000000, 0x5a83e6ec1a9353cf896117b630683ca3),
(0x3c8d234bda59df05db6a7459e4b2f57f, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_beta_pink.png', 0, 0x00000000000000000000000000000000, 0xe30ea54d2eed995606dbeedbc9e601a3),
(0xefd6d9f98a4e60fac48ed373889330db, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_beta_rose.png', 0, 0x00000000000000000000000000000000, 0x8c765b3ce525a870c3ac4e333985db05),
(0x1853c68c94d6017cd332f2fff645335c, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_beta_violet.png', 0, 0x00000000000000000000000000000000, 0xb81ffee2fc17c0548ac9e2963daebbdb),
(0xe8296b58770e44651a6f2a50305533ee, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_blue.png', 0, 0x00000000000000000000000000000000, 0xb26144956a26e3371b278cf9c4db3f4e),
(0xee084eae74ba1e9e8f4155995b4136fd, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_brown.png', 0, 0x00000000000000000000000000000000, 0xa6191de56e18959a5c497a265b931af1),
(0xd5f4b1296fe1c802bbba2515f3ed93c0, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_green1.png', 0, 0x00000000000000000000000000000000, 0x2a5fc1fd2fd1b9aebb93dc92475f7764),
(0x613c7c6a8346056e46157700e40a0b1e, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_green2.png', 0, 0x00000000000000000000000000000000, 0x6cba9f3960e7916dc283e9e61a5ccd8d),
(0x5690ea6b34598f7b541acdaf7e4fe94e, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_lightblue.png', 0, 0x00000000000000000000000000000000, 0xf4d13408c9c9d71e10bfd6ecf24100b7),
(0xc8f296cc4a6ea0eb6a34e226a0a656ef, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_new_blue.png', 0, 0x00000000000000000000000000000000, 0xd6302379cdaed0392df12d88883dab9b),
(0x1d8efd20b43958fbad45eb2874b26599, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_new_brown.png', 0, 0x00000000000000000000000000000000, 0x044eaef1c36e786a01022ee19d092570),
(0x48bb1e971955fe3ab5ce9433ff1580a4, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_new_green1.png', 0, 0x00000000000000000000000000000000, 0xe81e7f9c7af8c32e7a9f5ac8e7e5a45a),
(0xcf5ad8e28809f0f9a52ab609a58e88cf, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_new_green2.png', 0, 0x00000000000000000000000000000000, 0xe2c22e6255558a2e393a2488c76b6ef4),
(0xb3848e51129529e01eac2f4722adf5d5, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_new_lightblue.png', 0, 0x00000000000000000000000000000000, 0xc54ea29f99696717911177dbe67b3727),
(0xdd9777160b2e97a808a068a2a64a833f, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_new_orange.png', 0, 0x00000000000000000000000000000000, 0xdd371c353e7afd7f562918b0ac2ca1d0),
(0x15298212746edb11b79f71920d79020b, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_new_pink.png', 0, 0x00000000000000000000000000000000, 0x92d73ea5761536822500e4592a1eb44c),
(0x1b6ee66211034c694c0d23d07b97586d, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_new_rose.png', 0, 0x00000000000000000000000000000000, 0xb3c93c1a9ec1985ff498054c1aa4b92a),
(0xdc7c7618ddddf453b4c06df79f6f851d, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_new_violet.png', 0, 0x00000000000000000000000000000000, 0x087621518732671270656787ee5500ba),
(0x0f0b8d6bf50967af9f3973e48f2e3375, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_orange.png', 0, 0x00000000000000000000000000000000, 0x643b599e157ea7c255d698bbafea985b),
(0x87321b28a111ab79a794e43b48a57ae6, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_pink.png', 0, 0x00000000000000000000000000000000, 0x01724958c56696724584e4f03ace8628),
(0x1ee4dc1ca228c330db3cacfbb061e0b3, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_rose.png', 0, 0x00000000000000000000000000000000, 0x31a538b5a5e2637b5bec6ba8d23783c0),
(0xe2f53a6cda11452d10b4c1eb75f274e6, 'wp-content/plugins/ultimatum-library/images/icons/48/splash_violet.png', 0, 0x00000000000000000000000000000000, 0x7bdf739f8389262b353238dfe806d9ad),
(0x7dfaae26b10cd216ba22084162d806c2, 'wp-content/plugins/ultimatum-library/images/icons/48/star.png', 0, 0x00000000000000000000000000000000, 0x4fa3afbb2aab698cda5445a7f156199e),
(0x07a261d2b2b9c401e74443936a223ad5, 'wp-content/plugins/ultimatum-library/images/icons/48/star_empty.png', 0, 0x00000000000000000000000000000000, 0x9a39d38be811b256e9d2926622823400),
(0x06c4ddbafb98964d3f8dc269085d0a43, 'wp-content/plugins/ultimatum-library/images/icons/48/star_half.png', 0, 0x00000000000000000000000000000000, 0xf9f3b6e4d556be1dac854a28316b9c2b),
(0x7ec667868370a194cdc8b786f720f6ec, 'wp-content/plugins/ultimatum-library/images/icons/48/super_mario_coin.png', 0, 0x00000000000000000000000000000000, 0x4533d22a2d38f1c6064771c25271392e),
(0xd25e5dca2c5c8de0b60edabd5a9832da, 'wp-content/plugins/ultimatum-library/images/icons/48/super_mario_mushroom.png', 0, 0x00000000000000000000000000000000, 0x9a0817c0e6389b82d7a6afa95468fbec),
(0x635977069bbac21e1ae28c488d031faf, 'wp-content/plugins/ultimatum-library/images/icons/48/super_mario_mushroom_one_up.png', 0, 0x00000000000000000000000000000000, 0x18ff9c66496a44de5e4f825f3017c3f9),
(0x983b82cd35186db754774bda9752c67f, 'wp-content/plugins/ultimatum-library/images/icons/48/super_mario_piranha_plant.png', 0, 0x00000000000000000000000000000000, 0x8882feaf9f05e72ace748e0fd7a50322),
(0x8957bf190fb7c05b2452015575a34b75, 'wp-content/plugins/ultimatum-library/images/icons/48/super_mario_question_box.png', 0, 0x00000000000000000000000000000000, 0x9c2ae635b2adb83544e1108e6762b523),
(0x9bca1ef158a62de7f6aacf660c7fbc6a, 'wp-content/plugins/ultimatum-library/images/icons/48/super_mario_rocket.png', 0, 0x00000000000000000000000000000000, 0xdbf5bf0ec6af2e384802bb887ffa3557),
(0x03bd250818a9cf1edc1ff9b95a6d6969, 'wp-content/plugins/ultimatum-library/images/icons/48/sync.png', 0, 0x00000000000000000000000000000000, 0x7d724b105d8f3ebb3485201a34997ce9),
(0xad16cc8f4d15c575923056a6acfffd9b, 'wp-content/plugins/ultimatum-library/images/icons/48/tablet.png', 0, 0x00000000000000000000000000000000, 0x2a91c697aa7b7b9030c07b213ad73a47),
(0x02cc41f43e92dec3ccb8a7f1927a7035, 'wp-content/plugins/ultimatum-library/images/icons/48/tag.png', 0, 0x00000000000000000000000000000000, 0x262b106271c3894789168b2cf95c11e5),
(0x8b9829a601ddc55c3a0d7766f5fdfd78, 'wp-content/plugins/ultimatum-library/images/icons/48/tag_barcode.png', 0, 0x00000000000000000000000000000000, 0x5b5785c009b54ea13113c7e9b81f2350),
(0x7b87bcb81a80f8239efce1fd1f7d2d2a, 'wp-content/plugins/ultimatum-library/images/icons/48/tag_white.png', 0, 0x00000000000000000000000000000000, 0x6aa004362d3ba7afc05d2abba379f295),
(0x40897d57e19c8c5d1b394157eca8f9fd, 'wp-content/plugins/ultimatum-library/images/icons/48/tag_white_barcode.png', 0, 0x00000000000000000000000000000000, 0x56374d3746a1e64cf68f7cc0b674b31d),
(0x0188155837b698e30e775813ff623ea7, 'wp-content/plugins/ultimatum-library/images/icons/48/terminal.png', 0, 0x00000000000000000000000000000000, 0x9ef793c786ff84433bf370903b9363a8),
(0xa84c3b4872f9aba6de9b8299f9a85169, 'wp-content/plugins/ultimatum-library/images/icons/48/to-do-list.png', 0, 0x00000000000000000000000000000000, 0x48445922381aa6241a13f086ae495b38),
(0xf8ae5be6edc1fe2e32c449422a725f03, 'wp-content/plugins/ultimatum-library/images/icons/48/to-do-list_checked1.png', 0, 0x00000000000000000000000000000000, 0xbfbe1b97a11fd5c0b4cbd60544044803),
(0xd1cefc7bbc683c24c147ce6898b5c6ea, 'wp-content/plugins/ultimatum-library/images/icons/48/to-do-list_checked2.png', 0, 0x00000000000000000000000000000000, 0xdce1ce90852d80abcda91d83c8fb1d51),
(0x8b337bb186c8389e3325e4769859c626, 'wp-content/plugins/ultimatum-library/images/icons/48/to-do-list_checked3.png', 0, 0x00000000000000000000000000000000, 0x17edee58eb24438a06144215ffe3eef2),
(0xc22f30e3a92652a5787d31d241afb7c5, 'wp-content/plugins/ultimatum-library/images/icons/48/trash_empty.png', 0, 0x00000000000000000000000000000000, 0xbf0cb7a845e8eb1f234e248af8c5e37e),
(0x89219b3d67de9d9798ff9b8074520f88, 'wp-content/plugins/ultimatum-library/images/icons/48/trash_full.png', 0, 0x00000000000000000000000000000000, 0xbe7c77547f69ebaf8cf526581c26240b),
(0x3456312599593046070f5f172685ddd2, 'wp-content/plugins/ultimatum-library/images/icons/48/twitter.png', 0, 0x00000000000000000000000000000000, 0x2a8a30e5be5e41c0f5c701c552914ae9),
(0x9cfaf8ee396beb8d6b4c264645b5ffd7, 'wp-content/plugins/ultimatum-library/images/icons/48/twitter_standing.png', 0, 0x00000000000000000000000000000000, 0x360af6a5a039d49ed5011b7048f2b66f),
(0x48e51835535a6881d04c408959b89924, 'wp-content/plugins/ultimatum-library/images/icons/48/universal_binary.png', 0, 0x00000000000000000000000000000000, 0x8bac30484a206defed7957a40a9abc17),
(0x79d478dc4a5e375a6dfc957eca3b8c8f, 'wp-content/plugins/ultimatum-library/images/icons/48/usb-stick.png', 0, 0x00000000000000000000000000000000, 0x3728185ef42c6a278c4148959d9ae1fa),
(0x844fd705028e481c11cc3b283e5a96da, 'wp-content/plugins/ultimatum-library/images/icons/48/user.png', 0, 0x00000000000000000000000000000000, 0xe83a65b76ee351e6644c6227d6253dec),
(0x556801242b6132d7e975f6029b720d42, 'wp-content/plugins/ultimatum-library/images/icons/48/user_add.png', 0, 0x00000000000000000000000000000000, 0x2e89eecd922c00754c4cc088ade57a73),
(0x00e65da9b5228faed74e786099a1857e, 'wp-content/plugins/ultimatum-library/images/icons/48/user_alert.png', 0, 0x00000000000000000000000000000000, 0x1a7a385de96098dcceff1fc3b08e23a6),
(0x3530edcf96128ca4ae1e3faa13e5cce7, 'wp-content/plugins/ultimatum-library/images/icons/48/user_check.png', 0, 0x00000000000000000000000000000000, 0x030ee57447458b441b8bb323142cfad6),
(0x16a154205223805c0cfcdc1660a3ec54, 'wp-content/plugins/ultimatum-library/images/icons/48/user_count.png', 0, 0x00000000000000000000000000000000, 0x68aea0472763527524fc2138f935d7f0),
(0xad167e0c3e74c2b59f4de5058fa7ab86, 'wp-content/plugins/ultimatum-library/images/icons/48/user_delete.png', 0, 0x00000000000000000000000000000000, 0x9d33e52a84b799ea9eea639d51b552f1),
(0xb85cd760e20001eb87faedbb08b39b71, 'wp-content/plugins/ultimatum-library/images/icons/48/user_download.png', 0, 0x00000000000000000000000000000000, 0x7c655a9477247bcb3cdda5719fdfdfe6),
(0xae198e87f2f14b24140914666e944d33, 'wp-content/plugins/ultimatum-library/images/icons/48/user_group.png', 0, 0x00000000000000000000000000000000, 0x045c33a21e4fb0b368366d70813416d1),
(0xc86df4a38529719c3b0256d6f5869f49, 'wp-content/plugins/ultimatum-library/images/icons/48/user_group_add.png', 0, 0x00000000000000000000000000000000, 0x71569d1449675df3a76a8f2ecfc76300),
(0xadbcf9286e4c1f483254ece468a13e82, 'wp-content/plugins/ultimatum-library/images/icons/48/user_group_alert.png', 0, 0x00000000000000000000000000000000, 0x355839708c8aede3b7bfbc1845297fba),
(0xa528c77760d3d401847aaead7bfa723b, 'wp-content/plugins/ultimatum-library/images/icons/48/user_group_check.png', 0, 0x00000000000000000000000000000000, 0x71258d9e25817aaf737ad18ac649e2a9),
(0xb1c9d8b09a02ecd75da529c948b36184, 'wp-content/plugins/ultimatum-library/images/icons/48/user_group_count.png', 0, 0x00000000000000000000000000000000, 0xc589ed081be678d8207cc2a716a9331e),
(0x94f20bbfb41796b8b3f3c0a5cc0e2c00, 'wp-content/plugins/ultimatum-library/images/icons/48/user_group_delete.png', 0, 0x00000000000000000000000000000000, 0x9cc529bff6fd442dc911df4e04bcbc9b),
(0xa99f4ea4f94442a3e2e027a6656e65f6, 'wp-content/plugins/ultimatum-library/images/icons/48/user_group_download.png', 0, 0x00000000000000000000000000000000, 0xbc9b1ff241e5e4f78b5600c988426191),
(0xa1774e96a7c443250265734615933a0b, 'wp-content/plugins/ultimatum-library/images/icons/48/vcard.png', 0, 0x00000000000000000000000000000000, 0x151077c627594e03774f4826858f5fa6),
(0x513548dbcfc773623fac8760727443bd, 'wp-content/plugins/ultimatum-library/images/icons/48/vcard_add.png', 0, 0x00000000000000000000000000000000, 0xd65a98220770d336de9418446d61e2f1),
(0x8d0acdc80b42bee842eaba332fdf09f0, 'wp-content/plugins/ultimatum-library/images/icons/48/vcard_check.png', 0, 0x00000000000000000000000000000000, 0xe6208ad720f17d18b06efa0f0bc9ce38),
(0xd127eca00d2da70455e03d30feb1a53d, 'wp-content/plugins/ultimatum-library/images/icons/48/vcard_delete.png', 0, 0x00000000000000000000000000000000, 0x3a0568520c476dd7c3965b06d6a507ae),
(0x25f9bf3f6f252f6d010cffc61a484a48, 'wp-content/plugins/ultimatum-library/images/icons/48/vcard_download.png', 0, 0x00000000000000000000000000000000, 0xc2f49c1c3e9f33d36bfae80648ec0c4d),
(0x3394115e9f10b368f36e38908d38c086, 'wp-content/plugins/ultimatum-library/images/icons/48/vcard_forward.png', 0, 0x00000000000000000000000000000000, 0xc738d2462b522988cc7b8a5d9acdf4f4),
(0x3af3fdd98f2dc0fdacde58b6bc6603dc, 'wp-content/plugins/ultimatum-library/images/icons/48/viagra.png', 0, 0x00000000000000000000000000000000, 0x008833f8f8dc6119947273ec6a32d65e),
(0x370ab9a622dacd7cc70225cf5d288a6c, 'wp-content/plugins/ultimatum-library/images/icons/48/viagra_female.png', 0, 0x00000000000000000000000000000000, 0xaed2c9aecbc3f02eedca63a6109cee82),
(0x56a8cef259da4eaa22c120867f46db7b, 'wp-content/plugins/ultimatum-library/images/icons/48/viagra_professional.png', 0, 0x00000000000000000000000000000000, 0x83142de94da8651edbf70397f2ce8d6d),
(0x44c653767559c0214aa6178cef9ee3cd, 'wp-content/plugins/ultimatum-library/images/icons/48/wacom_intuos4.png', 0, 0x00000000000000000000000000000000, 0x1c05f12a7b2cbce8eb123996b64631b6),
(0xaca55b2cf8d00f5c538be0c1fb4ab850, 'wp-content/plugins/ultimatum-library/images/icons/48/wallet.png', 0, 0x00000000000000000000000000000000, 0x587582a2b46f1779342855e3c5387e98),
(0xc787de86121f89bc8ee8de20a1101ac4, 'wp-content/plugins/ultimatum-library/images/icons/48/wallet_bills.png', 0, 0x00000000000000000000000000000000, 0x35a226fe169d3337987bb0080112dd64),
(0xd68dee92ba1c0cb700d2dacf729bf2f2, 'wp-content/plugins/ultimatum-library/images/icons/48/wallet_coins.png', 0, 0x00000000000000000000000000000000, 0xb358fc3d658d02d8a73b755bd5262936),
(0x10ee674bc9da4607fd907ce91ce7404c, 'wp-content/plugins/ultimatum-library/images/icons/48/wallet_louis_vuitton.png', 0, 0x00000000000000000000000000000000, 0x3b475e80883af39a58aef9aef02106eb),
(0xefad367ce2e6f2c309640eb011d7b96e, 'wp-content/plugins/ultimatum-library/images/icons/48/wallet_louis_vuitton_bills.png', 0, 0x00000000000000000000000000000000, 0x0038960dd18128c487182559d71baf6a),
(0x9985de1f607ab9836db0ccf52d2b409e, 'wp-content/plugins/ultimatum-library/images/icons/48/wallet_louis_vuitton_coins.png', 0, 0x00000000000000000000000000000000, 0x242b06432de19edfb34b8766a0eb1006),
(0x06d8f31fdbd6e63c8b8885060844e524, 'wp-content/plugins/ultimatum-library/images/icons/48/wallet_louis_vuitton_money.png', 0, 0x00000000000000000000000000000000, 0x6327214868196825c30fba1485d3b0c0),
(0x655e90f4a4d632f6dd3e723faf6bf8c8, 'wp-content/plugins/ultimatum-library/images/icons/48/wallet_money.png', 0, 0x00000000000000000000000000000000, 0x34368eba4317cb5e1726f28c8dedcae9),
(0x6f65fe8c27e58e2b5bfbe3c5919ad53b, 'wp-content/plugins/ultimatum-library/images/icons/48/web_blue.png', 0, 0x00000000000000000000000000000000, 0x8f5b0fa0fe8b6944ccb587c890f637b8),
(0x62d7c6059e297ba0238af47ca6518c77, 'wp-content/plugins/ultimatum-library/images/icons/48/web_violet.png', 0, 0x00000000000000000000000000000000, 0x5689501c61200333cf1ef6932542888d),
(0x42410293dbb30435f46a44ed1dbc5d5a, 'wp-content/plugins/ultimatum-library/images/icons/48/window_osx.png', 0, 0x00000000000000000000000000000000, 0x5850a4f3b7232d22d638fb5672e06b44),
(0xa05c43247ed84568daf65200371e1684, 'wp-content/plugins/ultimatum-library/images/icons/48/zoom_in.png', 0, 0x00000000000000000000000000000000, 0x798b7726fabd7439fca0810672d1f4f8),
(0xf5e27df7604bffe627458d81ff866e47, 'wp-content/plugins/ultimatum-library/images/icons/48/zoom_original.png', 0, 0x00000000000000000000000000000000, 0xe92a26c04baa6207d2eab126adaeb342),
(0x5e68fe520b37ee57a96975219b2fdd13, 'wp-content/plugins/ultimatum-library/images/icons/48/zoom_out.png', 0, 0x00000000000000000000000000000000, 0xb44555bcf58527fcc2442c5e5a79f4ec),
(0xb1cbba7415930b39e31aa8a7b00e51bb, 'wp-content/plugins/ultimatum-library/images/icons/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x7029f779b1af112487b2dd217a81f88c, 'wp-content/plugins/ultimatum-library/ultimatum-library.php', 0, 0x00000000000000000000000000000000, 0x053f5487a0802b821f45eb6e8c0bd7d4),
(0x531622fd5d9c6eecfc706cdf53c31c51, 'wp-content/plugins/ultimatum-social-share/assets/jquery.sharrre.min.js', 0, 0x00000000000000000000000000000000, 0x684a872bc47cfcfa28f1c5e1a7ff5917),
(0x170b2338e4064afc9bd0cd2ae1ddc599, 'wp-content/plugins/ultimatum-social-share/assets/ut-sharre.css', 0, 0x00000000000000000000000000000000, 0xcb51dbd420c0c09f44a85b7050c78c90),
(0x57e821766d762942ffae0845a722bd62, 'wp-content/plugins/ultimatum-social-share/includes/admin.utsocialshare.php', 0, 0x00000000000000000000000000000000, 0x775ab923fd9352aa857e47e1291785bb),
(0xe02e3af15c85877638599688371c8b00, 'wp-content/plugins/ultimatum-social-share/includes/front.utsocialshare.php', 0, 0x00000000000000000000000000000000, 0x8b400a3025061d428168b69224c6fe8d),
(0xa101bc1d7344713334d513223fe998d1, 'wp-content/plugins/ultimatum-social-share/includes/options.utsocialshare.php', 0, 0x00000000000000000000000000000000, 0x524ec08f06a9a54fb043ec2466d29328),
(0xb6020bb2fecf27fe573bdc91cfb22c9c, 'wp-content/plugins/ultimatum-social-share/includes/sharrre.php', 0, 0x00000000000000000000000000000000, 0x2f4db2e08bae023cbdb67b20838a9aeb),
(0x319ba84139136f2acec367b5a45dc3bc, 'wp-content/plugins/ultimatum-social-share/plugin.php', 0, 0x00000000000000000000000000000000, 0x0f50dbb74b3fc0edf4cea450f01d7ba7),
(0xde3c11c60bdfe538364b6f0c02858c58, 'wp-content/plugins/wordfence/css/activity-report-widget.css', 1, 0x00000000000000000000000000000000, 0xb6d2160fe50ddc146d45b264ff6206a8),
(0xfd214041823b311029534a97c862b7cc, 'wp-content/plugins/wordfence/css/colorbox.css', 1, 0x00000000000000000000000000000000, 0x6a5220e8c1538dfefc37bd8bbe954d87),
(0xfcd5c5b7154e0900f9db661a54b21b8a, 'wp-content/plugins/wordfence/css/diff.css', 1, 0x00000000000000000000000000000000, 0xe422a88993f4d5791c3185f79d345ac6),
(0x61e57c0a82fc7c40580ab69c664d0da7, 'wp-content/plugins/wordfence/css/dt_table.css', 1, 0x00000000000000000000000000000000, 0xa25b14a166fee61a99aa047dc1492b6f),
(0xbb9c355ab491fffccc6f06978ed2ae3c, 'wp-content/plugins/wordfence/css/fullLog.css', 1, 0x00000000000000000000000000000000, 0x2bb719ddf2f257896a0577cb847d9ae4),
(0xe021fdd730c70fb07454b5289720a78b, 'wp-content/plugins/wordfence/css/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x660e905c4bf94b91471d92d0bb5341c0),
(0x4c575dea0be43d8ce0f4c501003bf03a, 'wp-content/plugins/wordfence/css/images/ui-bg_flat_100_1997c7_40x100.png', 1, 0x00000000000000000000000000000000, 0x6ae81a4bc89a902d22c9d6617b2a307f),
(0x950803123fe03e00256c445b54899319, 'wp-content/plugins/wordfence/css/images/ui-bg_flat_100_222_40x100.png', 1, 0x00000000000000000000000000000000, 0xbf5ed7469522d6497ef30e008b47cdb2),
(0x93b651b363241b32db0c362ebe6985ad, 'wp-content/plugins/wordfence/css/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x293b372f45cafb7719e2af4104e7df67),
(0xea6e6d7100b3bdcd4070461b8212642a, 'wp-content/plugins/wordfence/css/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0xc09e30ecc8e02835d626336c68ea2957),
(0x50a3e2a9a32d01c685088bc5c0fa6983, 'wp-content/plugins/wordfence/css/images/ui-bg_highlight-soft_75_a5a5a5_1x100.png', 1, 0x00000000000000000000000000000000, 0x85fd6d384f4093fc640738a73c51c5be),
(0xc596e42f504983a3af05ab63ad443d59, 'wp-content/plugins/wordfence/css/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0x3a3c5468f484f07ac4a320d9e22acb8c),
(0x45f53066dbbf6fc069e30de722879226, 'wp-content/plugins/wordfence/css/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0xfdc58c14e91fbb086f953818c525a7ee),
(0x8c4d2421a982f05ccd1b7ab4f41bda01, 'wp-content/plugins/wordfence/css/images/ui-icons_fbe569_256x240.png', 1, 0x00000000000000000000000000000000, 0x98d0c275dd1f33c03cbd95c91185d26a),
(0xfcec4d07af4aa2f064422e8099eea32a, 'wp-content/plugins/wordfence/css/images/ui-icons_fff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da),
(0x07156aabe66fa42b88b173db37db381c, 'wp-content/plugins/wordfence/css/iptraf.css', 1, 0x00000000000000000000000000000000, 0x2b0913ce12e6eb1d3cbc647185375eb3),
(0x3fb024204f99078ccd3bd13ed5a5e59d, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.css', 1, 0x00000000000000000000000000000000, 0x2965edf466d523a160509e7e37c4146e),
(0x574ee4096225d539705926d81891eded, 'wp-content/plugins/wordfence/css/jquery-ui.min.css', 1, 0x00000000000000000000000000000000, 0x4e3328147fc22da04d89b2e5a10de0d9),
(0xb2687b6ebc562201f3b9e11f309789cf, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.css', 1, 0x00000000000000000000000000000000, 0xdeed5c40af1c31440babe93fcfd21e99),
(0x72749f1569982e20bf3a768dde5626d3, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.css', 1, 0x00000000000000000000000000000000, 0x92c5f27b5fae1ed8cee5af2313c6d453),
(0x6fd0e561c8e6773568de402b770d1ebc, 'wp-content/plugins/wordfence/css/main.css', 1, 0x00000000000000000000000000000000, 0x108377111c1b8f6db35ac86cb6ad4070),
(0xbafce6867305e15958cd0c9aace39e97, 'wp-content/plugins/wordfence/css/phpinfo.css', 1, 0x00000000000000000000000000000000, 0xa33c60cc2c37917fdc4a06037500139f),
(0x4af70934ced62fabdcca7ca8fd09d201, 'wp-content/plugins/wordfence/css/select2.min.css', 1, 0x00000000000000000000000000000000, 0x138258aaab4e7c37905abe04f22843ef),
(0xf112399f6011e7bfad832162ba86fe21, 'wp-content/plugins/wordfence/css/wordfenceBox.css', 1, 0x00000000000000000000000000000000, 0x5e9714e02b91438492ad2e6682eaa6c1),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73),
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec),
(0xefbe9802518cb9a97ff7b429420aeb2c, 'wp-content/plugins/wordfence/images/loading_large.gif', 1, 0x00000000000000000000000000000000, 0x8259bcae7b114f628955577ebc59cb99),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039),
(0x3a6d77764b0dff9e9491825a898c7e7f, 'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png', 1, 0x00000000000000000000000000000000, 0x59e97e462ca24e387ad0d418a8fa4f32),
(0x460be00fe84fdba3a0ffd4ffe7eb6790, 'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png', 1, 0x00000000000000000000000000000000, 0xbf17cc1540dbaf49ebd80beddf7555d0),
(0x6adabfb474d8c13175a9ac867da3a7be, 'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png', 1, 0x00000000000000000000000000000000, 0x11765ebc49ea4e2fa9c86740f6905c75),
(0xa37a52b275bd9d0598f79f1defc1093b, 'wp-content/plugins/wordfence/images/wordfenceFalcon.png', 1, 0x00000000000000000000000000000000, 0x64276d5f0430f2785a1e622dd5eec425),
(0x3d98d33bd438914ed72e829245f333f8, 'wp-content/plugins/wordfence/images/wordfenceFalconEngineSmall.png', 1, 0x00000000000000000000000000000000, 0x96739f2aed66f026064037851e3d4a03),
(0x9c64f7975bfea819ff38c6f934a06b79, 'wp-content/plugins/wordfence/images/wordfenceFalconSmall.png', 1, 0x00000000000000000000000000000000, 0x3e9cca688f1e6a04b54bb877f37eba85),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67),
(0x373c4cbe55338439ad5455b533c68f73, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.js', 1, 0x00000000000000000000000000000000, 0x9934423b30b2dc66cb3d5369c31d1536),
(0xe9221206f0a2d35b125109d8c3c205f0, 'wp-content/plugins/wordfence/js/admin.js', 1, 0x00000000000000000000000000000000, 0xc7bb2b635391457cf70071e99a95f478),
(0xa2ddc1f3f20cb5a02c7b48f6ecc4ac71, 'wp-content/plugins/wordfence/js/admin.liveTraffic.js', 1, 0x00000000000000000000000000000000, 0x41fd8a4f5af206fdb1bbbfa234ba551b),
(0x5b51224142622e51d0c806cce7843a81, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.js', 1, 0x00000000000000000000000000000000, 0xf85ced23fe6b7a9b9caa97bc08ec495d),
(0x177710cb41c92f09a2fffebbc4895c71, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.js', 1, 0x00000000000000000000000000000000, 0x343f4ac783b347fd60920ad64eca786c),
(0x99e1454e191830cf7fa116951cdc0c36, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.js', 1, 0x00000000000000000000000000000000, 0x6147ccee7aef9dc0c6eb10d8d7b311f9),
(0x611ac8639f9db3fc7295321be404f4ac, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a),
(0xb1fab395cb84987606efd82bb96e47d3, 'wp-content/plugins/wordfence/js/jquery.tools.min.js', 1, 0x00000000000000000000000000000000, 0xd13a0e2db7e10645d5a078a124e0b842),
(0x4865307c9d11f2f1d4f3463024d895fd, 'wp-content/plugins/wordfence/js/knockout-3.3.0.js', 1, 0x00000000000000000000000000000000, 0xa2d65ff1c1198342386c635ee984d207),
(0xf9a9805869125531608eb25d8293eb93, 'wp-content/plugins/wordfence/js/perf.js', 1, 0x00000000000000000000000000000000, 0x7551f722ca7746f7dce11752141f4070),
(0x7df330b7a235b09ffe4d02a65a9fee8a, 'wp-content/plugins/wordfence/js/select2.min.js', 1, 0x00000000000000000000000000000000, 0x206247de2e69feca540152f21355b017),
(0x87da157992f82febf6647a83516794b5, 'wp-content/plugins/wordfence/js/tourTip.js', 1, 0x00000000000000000000000000000000, 0xc608084bddef2467864dc37be59da577),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0x86c2b188e2dd748b5432a6792570bc07),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0x70b4fe80751551f884ac3a20cc04042a),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x894fd22225c3a914be4fb2445ade046a),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', 1, 0x00000000000000000000000000000000, 0x527cd024b9c8ece7a9563b50e093e2d9),
(0xd3261129032dc3a2ab1a088dce999570, 'wp-content/plugins/wordfence/lib/GeoIP.dat', 1, 0x00000000000000000000000000000000, 0x01c9b20aba8c8fe19d2ac9ead34b408c),
(0x9567ef5254364b58c6d217ef93d11ac3, 'wp-content/plugins/wordfence/lib/GeoIPv6.dat', 1, 0x00000000000000000000000000000000, 0x47d967fae25dab47687d723f6fca44c7),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0xda0cda30745e4ad2cbdcc3d646ad2d0a),
(0x4b15be8d06e4f7dfbae186621ca41c13, 'wp-content/plugins/wordfence/lib/compat.php', 1, 0x00000000000000000000000000000000, 0xe3fa3f48c459f80185012f3299a63f54),
(0x80a917f25350d33b5ec6ad1c7a90df49, 'wp-content/plugins/wordfence/lib/conntest.php', 1, 0x00000000000000000000000000000000, 0x916a9806cf2282e8a67facbcea1e720d),
(0x83f766a04eca649aa9b48f814cfafe01, 'wp-content/plugins/wordfence/lib/cronview.php', 1, 0x00000000000000000000000000000000, 0xef576adb9abb0807e6a2fed6c1d9854f),
(0xbfbcadc7b7ae95acb58ffab50a8248b9, 'wp-content/plugins/wordfence/lib/dashboard.php', 1, 0x00000000000000000000000000000000, 0x26c3f089e05de66d12f4dbe22b1a2503),
(0xfbccc3f63652692a358ef0c1c414c3a6, 'wp-content/plugins/wordfence/lib/dbview.php', 1, 0x00000000000000000000000000000000, 0xa6c0ae281e449865838e64ab3aa15d18),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x4959c10c855938865c40b73664277223),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0xc758365efc29f6bfdd43025543fadc36),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', 1, 0x00000000000000000000000000000000, 0xa8e2d6aa966a14c77c48d9ba11ce14ad),
(0xcce4a5742b8cbb894e2da8cc92b0881f, 'wp-content/plugins/wordfence/lib/email_passwdChanged.php', 1, 0x00000000000000000000000000000000, 0xf549774bfdb76d4b617bc4afe20e3ba8),
(0x27bbe23fb768cf097dfa13590049470b, 'wp-content/plugins/wordfence/lib/email_pleaseChangePasswd.php', 1, 0x00000000000000000000000000000000, 0x13e82a7f9c4773a3577f63c8901ee233),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0xb620da45db0632382e11363352baedb8),
(0xd890565c133d106c53a98b6cbf4a9a26, 'wp-content/plugins/wordfence/lib/menuHeader.php', 1, 0x00000000000000000000000000000000, 0x107642a9be705f302aab6b38bf6f470f),
(0x8e524c5392662cfd4095884c3d10ec2e, 'wp-content/plugins/wordfence/lib/menu_activity.php', 1, 0x00000000000000000000000000000000, 0xf35e3271300decbb4157329e73d71cca);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x80e615f12b0cc2e3a830a6b1c7d8c631, 'wp-content/plugins/wordfence/lib/menu_blockedIPs.php', 1, 0x00000000000000000000000000000000, 0xaa7d85a18e01f59407f5d985b328ebb7),
(0x488760488dc79bef4f2ebaeb56186943, 'wp-content/plugins/wordfence/lib/menu_countryBlocking.php', 1, 0x00000000000000000000000000000000, 0xf54204a0aa684fc603de6dc648c5ef42),
(0x0089135e394e901374227475b2f9ec0b, 'wp-content/plugins/wordfence/lib/menu_diagnostic.php', 1, 0x00000000000000000000000000000000, 0xa946a54724d6066e47c6d82f2bc6fa5e),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0x31a4e785be29dc0f6a3b55be47e65760),
(0xf34ba3927ab2993dbb47eae1f8f83869, 'wp-content/plugins/wordfence/lib/menu_passwd.php', 1, 0x00000000000000000000000000000000, 0xc188ff82d99dae26f0552595c875795d),
(0x2d3e0bfbea5dd4cd1bb50c326ab4b7d5, 'wp-content/plugins/wordfence/lib/menu_rangeBlocking.php', 1, 0x00000000000000000000000000000000, 0xe5d3e7fdbd6fb6d36021dd8cd624130d),
(0xb336630f491dfb0940db9e6f8eeef3e4, 'wp-content/plugins/wordfence/lib/menu_scan.php', 1, 0x00000000000000000000000000000000, 0xafbd1e782a2844a0638dbb967d6f9182),
(0xe2202af173135ce14f93e910690f6cea, 'wp-content/plugins/wordfence/lib/menu_scanSchedule.php', 1, 0x00000000000000000000000000000000, 0xd94364854e72949d2c2227006722539b),
(0xe07ca4f31942bffdc7e9e33559931be8, 'wp-content/plugins/wordfence/lib/menu_sitePerf.php', 1, 0x00000000000000000000000000000000, 0xcdbf228ee3783cf3250ff9e2932bf534),
(0xe141160921669059eb6a3d0971517c48, 'wp-content/plugins/wordfence/lib/menu_sitePerfStats.php', 1, 0x00000000000000000000000000000000, 0x42399b3ecc12f9719bcc892db7e68abc),
(0x938a6ee0aaee34b1db86c47802f280ce, 'wp-content/plugins/wordfence/lib/menu_twoFactor.php', 1, 0x00000000000000000000000000000000, 0xf8327b556a59567a9654be5bbea28409),
(0xe8e5000f12f3d6130bb29b2424a44aeb, 'wp-content/plugins/wordfence/lib/menu_waf.php', 1, 0x00000000000000000000000000000000, 0x2cd123729c68a27b9e8886861d7dec81),
(0x0697c58aeb60f637a7fe54ea17b30361, 'wp-content/plugins/wordfence/lib/menu_whois.php', 1, 0x00000000000000000000000000000000, 0x26963aa91784ff6f8f751eec292f6e36),
(0x9d23f5f43ee4ab08ed9112d286c34b6c, 'wp-content/plugins/wordfence/lib/pageTitle.php', 1, 0x00000000000000000000000000000000, 0xe54812689249afe68d2153d93f3f106b),
(0x7ed3a4c377ec4accbc0384bf07a12ef9, 'wp-content/plugins/wordfence/lib/schedWeekEntry.php', 1, 0x00000000000000000000000000000000, 0x44d431bf0444319f9fc5e6b9e4202e56),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0x5a69ef54b41054326b55fa7de58ad9a4),
(0xff87b7d64d7e0404eb5e78f9bc3b87f0, 'wp-content/plugins/wordfence/lib/unknownFiles.php', 1, 0x00000000000000000000000000000000, 0x41d17bd1c9ee1055c0ead07aa45b8ad8),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0xd9ec9edd8900a67787da6159a8012550),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0xd02d5ed51bc18aa84ba744a0146824e1),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', 1, 0x00000000000000000000000000000000, 0xfef66cd7c13cc4fe30be8fb786309d94),
(0x0e1523e796addbadaa76220bfe974dbc, 'wp-content/plugins/wordfence/lib/wfAction.php', 1, 0x00000000000000000000000000000000, 0x40e292d35f05cfedad85f2b5c93e6a73),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0x9f2c030637f1ccb06280b37715308127),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0x13fada65a66d79b88656f44dbc1aacba),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0x80e4510f3f53586c86b534b65af5113e),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0xa4c6c1de1029159829859a4bcfbbedd4),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0x1f7ddac3ec084dec8ab1a2b3f25f2339),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0x0a482fb13d6d63cdda4a319a8a0efb2d),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', 1, 0x00000000000000000000000000000000, 0x7842f9bd7893b9dfe2bacdd12c9261fa),
(0xb2fd8d4203b904365b738f964df77f18, 'wp-content/plugins/wordfence/lib/wfCountryMap.php', 1, 0x00000000000000000000000000000000, 0x5d68461f9333c7d00bac6bdd3b03b475),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0x9d4c85e37f05e4552f10e5b86d60411a),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', 1, 0x00000000000000000000000000000000, 0x9ca9c157b4ed6b7cb8d329fec192342b),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0x439be73f385d4e0a3a7d4d51e2827f9c),
(0x6c39e97fb93daffc68c72c3ed9c3e726, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, 0x00000000000000000000000000000000, 0xc498aea2573e0d0af109ebcff1157def),
(0xf546a4eb1ac193e71eae43fcec31ae50, 'wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x052a90ee1736411c7474ebe623c31314),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0xecbc987e645bb5214c95b841be2fbd39),
(0x3d1e391e299c911ead29c25c1fd51596, 'wp-content/plugins/wordfence/lib/wfGeoIP.php', 1, 0x00000000000000000000000000000000, 0x4974ee68a0145c35aca69f71e1786455),
(0x71be863540a32a3df52610b4e65c58e1, 'wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, 0x00000000000000000000000000000000, 0x3befd72117b7c88dcbc93451d5de5823),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', 1, 0x00000000000000000000000000000000, 0xa14f5688466144118e56de349834dcaa),
(0x69e16becf1ad12bd43f110ed541c2cec, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, 0x00000000000000000000000000000000, 0xc0b443f30de4bbefdeec3f4ecd95be0f),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', 1, 0x00000000000000000000000000000000, 0xd2fe5f89cd92c65aaebcfd92596bf6b7),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0xdddb57d1b1d458f1b2652044a3c0189a),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0x1b7ebb32565205f4b30c48145b648332),
(0x7f5e6bbfd6aa44760e07053605975290, 'wp-content/plugins/wordfence/lib/wfRate.php', 1, 0x00000000000000000000000000000000, 0x817c5c13588345b19fe0900ab457ee00),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', 1, 0x00000000000000000000000000000000, 0x568280bcd5feee2af7fc9a3341a2dd1f),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x7deccd1306b6fb75c5a2c1c9947a4dec),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', 1, 0x00000000000000000000000000000000, 0xada14ff747721ccbe3a65597b4d60aa9),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0x0e680d3ec15bbbe63f5267fba9ed5465),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0xa70d8cdcec1718935e2c6cb53810216c),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', 1, 0x00000000000000000000000000000000, 0xf138c9e53b57e1e9c4452a34a20441f7),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0xe287b22ab821fc50d3277cfa16251ad8),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x09714e0bc1ecba4b383019c14fabb71d),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0xb49082e398fd84f250193399f3c99f80),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0x333b0c85be732c8c78d898ecc9b231a5),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0x4c19520668aff48f6ee7bc0f61c83bbc),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0xaba41d83dc452a81793078aff3f77073),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0x380ae5f3190f2b2e38477e2d52c09a3b),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', 1, 0x00000000000000000000000000000000, 0xe7378dadbc31ff7a91be62c3ebfca32d),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04),
(0x3d539636c86114b09f03586fb02c9432, 'wp-content/plugins/wordfence/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x66ea5c6fc51ce209cae86a6b5f131c7f),
(0x5f03a36b34e9f7b7212a7d8882dd8420, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x3e420cbf8bc3c56158e3dcd277613b03),
(0xa230e1c126a559a9eed51ca0d513c1a1, 'wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x084a034acbad39464e3df608c6dc064f),
(0x2230c2720f4e314d95e1e4239ea0e1c0, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4),
(0x1f74898e7fae91c4f421e61a1787250a, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9),
(0x73ec0e0bc3cbb18c592a75bfa9e14f84, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xdd3a00f0d13eb29781edd8c77d4c5100),
(0x7ec5d3b86263f6dd1a24904024a9f22a, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xf963bb1640e971f4e3fb78793d6084f9),
(0xd00811ac5d6dd9b2a71f0907e296adec, 'wp-content/plugins/wordfence/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x4fbb15f36649fc97021138a578be451a),
(0x7b507acbd2b9f9fe61a765d2d3a7d239, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/bootstrap-sample.php', 1, 0x00000000000000000000000000000000, 0x4b211d9abfe0b39a06520c826cfa7160),
(0x84d66e76fb9f5af9591e56dffb1fc9fe, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 1, 0x00000000000000000000000000000000, 0xaa15e924fa2a288dee0033ee1de903c5),
(0x424a92844fa29ee41faffc867a8f44b1, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, 0x00000000000000000000000000000000, 0x3beefb00777a6bd04265b7d33c23efa9),
(0x81ec11b650641fbab593fd92ed638133, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, 0x00000000000000000000000000000000, 0x73c35b27eae8fbd4f7683798333b2c89),
(0xf9115e51366c84cf4a21a00409e2cda6, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, 0x00000000000000000000000000000000, 0xd30f4ae96144354806fa72faaaf105bd),
(0xdfb956cc3dbfa3bb22e0236ea70902b9, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, 0x00000000000000000000000000000000, 0x491617f5f0093dc47e15ccf40569cdf8),
(0xe096ca7210aad64dd3dcb42d0a538384, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, 0x00000000000000000000000000000000, 0xe9f00d636d6dc4e66a02f8ed9d696b9b),
(0x188ac8e0fdd7582f0ff7db00fe830f09, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 1, 0x00000000000000000000000000000000, 0x3248730ba33d4601fbe1ad9d0a1b6e48),
(0x6ef3caf3308d16390f6aae760138f522, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 1, 0x00000000000000000000000000000000, 0xa39c99553b2cef1083c736108205508d),
(0xd2adf3905f566c4bf867b02101708631, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 1, 0x00000000000000000000000000000000, 0x9d802785807abd3e39ebc90ef7a8b32a),
(0x21f14f8a34d6624352529b66144f04b2, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, 0x00000000000000000000000000000000, 0x2530607e6c3e8df36d401b3d782dcc3f),
(0x63fe06865b625dcbc005feddbd874a46, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 1, 0x00000000000000000000000000000000, 0x7663f56027fd4f1b415b11cf999855c2),
(0x7fd80bd0a1714406d69a3fd31e699e58, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, 0x00000000000000000000000000000000, 0x808493b9ad2ca0d8a71a2e388b65b4dc),
(0xe5270fd26046cc94cc7ed908c496939c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, 0x00000000000000000000000000000000, 0x7d9b914a0c9667db0621667994e14cfa),
(0x9e85b6bbbdeea212e8863cef78cd428c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 1, 0x00000000000000000000000000000000, 0xf763c1e8113180b33e954880d64dea44),
(0xf997384bb0e7200b3f4f0b5d12cab959, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 1, 0x00000000000000000000000000000000, 0x10baa71a6c595e5b460dc83278cabb02),
(0x41d8bb141523a81db2b922f3e0c56aad, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, 0x00000000000000000000000000000000, 0x5a6f6ff13eefe6a0c55577d9f12899e4),
(0x51a7dbf7364b1f34f6ca15a880d2f048, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, 0x00000000000000000000000000000000, 0xbee1ebb19d9f155208847cac24f9da64),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0x3d5cad16756ab3ac74d151b3d73b7a8d),
(0x05488393ca0c63e5c1a449b24a25b548, 'wp-content/plugins/wordfence/views/reports/activity-report-email.php', 1, 0x00000000000000000000000000000000, 0xb8d8049bef7f1b766379323beda539cd),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', 1, 0x00000000000000000000000000000000, 0xc60dfdff029044b337703d3b10caa3e0),
(0xd68b02cb38935bbdc0a6899830bdca8a, 'wp-content/plugins/wordfence/views/waf/debug.php', 1, 0x00000000000000000000000000000000, 0x33e00be354c9a482cbe63e4d32c8c169),
(0xa1d848e9618c2bf5a7adadccb00b49b1, 'wp-content/plugins/wordfence/waf/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x41efbd0b603021af87abb06dd8d7a6b3),
(0x2510fba2c3079b033703d2e1e5a8b3cc, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, 0x00000000000000000000000000000000, 0x0ee1b4e6b6df9fb50c675e4c849990cb),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', 1, 0x00000000000000000000000000000000, 0xed37b7c4d95551921b3eaa9a349f56c7),
(0x238f10480173dd679a31d32ce344f6e6, 'wp-content/themes/editedfiles.txt', 0, 0x00000000000000000000000000000000, 0x0155647bffe887cfed25ac15725a8606),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', 0, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850),
(0x6fd177db1c6302c9b13a54321998c3d6, 'wp-content/themes/rainier-child-theme/functions.php', 0, 0x00000000000000000000000000000000, 0x6eeae2839d94c9a7923a1782dbe077c6),
(0x84074d2481cbb21e8c457709055acf81, 'wp-content/themes/rainier-child-theme/screenshot.png', 0, 0x00000000000000000000000000000000, 0xfb1284f3f859acf9eb5aaea3d74aaaeb),
(0xc32f295a5c62b6a306522405a0fa7ea4, 'wp-content/themes/rainier-child-theme/style.css', 0, 0x00000000000000000000000000000000, 0x0ad7db7868f7f4829c5c5d974a0e2d60),
(0xd9b9d38332484159ea664d9c238e6dca, 'wp-content/themes/twentysixteen/404.php', 1, 0x00000000000000000000000000000000, 0x38c8974713403d0c1d2f36bc28c90de0),
(0xa2d38d3f4b0cbdf68e25513624d6fb33, 'wp-content/themes/twentysixteen/archive.php', 1, 0x00000000000000000000000000000000, 0x6f6cbdb939a4eefc69ad7e6565150a00),
(0x7afadc371f2c441a32dc12a4e3ad894d, 'wp-content/themes/twentysixteen/comments.php', 1, 0x00000000000000000000000000000000, 0x6eef443e449757ea25f45f5d7e8d1596),
(0xb468b3309a8d736fb4da1850f46d29d9, 'wp-content/themes/twentysixteen/css/editor-style.css', 1, 0x00000000000000000000000000000000, 0xfa8d078c71d5110cf46df79d48ba5ec4),
(0xa956143b0bc536185ce1cc81863dc6be, 'wp-content/themes/twentysixteen/css/ie.css', 1, 0x00000000000000000000000000000000, 0xc4befec0a6e11c831ed7f4c188181b6a),
(0xa1caebf15fa2ec56be0e8206d986c062, 'wp-content/themes/twentysixteen/css/ie7.css', 1, 0x00000000000000000000000000000000, 0xb0c5ff1a5ebdd5862688eb0674496ddd),
(0xb29fe8538357d14d2361b721f6253492, 'wp-content/themes/twentysixteen/css/ie8.css', 1, 0x00000000000000000000000000000000, 0x22870c763f8a125017fe2efc543c57d0),
(0xd1dfeb7a8517401bebabca251e86b405, 'wp-content/themes/twentysixteen/footer.php', 1, 0x00000000000000000000000000000000, 0x2649588fad6ff41ecc1f129010cf4f71),
(0x1e3c51e0349bbe2c915a0c68caa8847c, 'wp-content/themes/twentysixteen/functions.php', 1, 0x00000000000000000000000000000000, 0x0d2c52c1f43cee6ec6686bbeb6d9f5ad),
(0xb45e2b847737623dbbf63b9745b07b0c, 'wp-content/themes/twentysixteen/genericons/COPYING.txt', 1, 0x00000000000000000000000000000000, 0xb9423b96eb6160477fd4a2b7de890419),
(0xfd667740c5cae6c1bd4a9abe461695d4, 'wp-content/themes/twentysixteen/genericons/Genericons.eot', 1, 0x00000000000000000000000000000000, 0xbebb165302a5d3a90ab9012f3b5d733e),
(0x8d3984f47ddcf9ebaa9ff9a9211a0db4, 'wp-content/themes/twentysixteen/genericons/Genericons.svg', 1, 0x00000000000000000000000000000000, 0x29816c642aaa0e5a8c9402f4d2da62cf),
(0x4578228b8c47437e324ab0dec59573a4, 'wp-content/themes/twentysixteen/genericons/Genericons.ttf', 1, 0x00000000000000000000000000000000, 0x008827208ffc4eeab99bf3cc14fe1e56),
(0x7306ac91792d90209641e658a651e467, 'wp-content/themes/twentysixteen/genericons/Genericons.woff', 1, 0x00000000000000000000000000000000, 0xf3f73b280148eeed102d4a6874ac7886),
(0x14a6546650ac252c053548e4c4348cb8, 'wp-content/themes/twentysixteen/genericons/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0xa22371eb5b0a684b2beab538ede96d78, 'wp-content/themes/twentysixteen/genericons/README.md', 1, 0x00000000000000000000000000000000, 0x031ec4ed36a007d7d9f15600d7ebd5e8),
(0xd6f2a99097a1e2bc91429c1714ef9757, 'wp-content/themes/twentysixteen/genericons/genericons.css', 1, 0x00000000000000000000000000000000, 0x13a6500ddf36c6dd581877aefc78d34d),
(0x0807bb43e77e67492f1eaf91c9695f44, 'wp-content/themes/twentysixteen/header.php', 1, 0x00000000000000000000000000000000, 0xab5146424e9be12155ac61ee86ecc6e5),
(0x0595d1bc52ed4b649be2e5fe1ee41550, 'wp-content/themes/twentysixteen/image.php', 1, 0x00000000000000000000000000000000, 0xb2870b12d1692538a157f70f92d5194f),
(0x82fce75d5d530213881278bb5ef636d6, 'wp-content/themes/twentysixteen/inc/back-compat.php', 1, 0x00000000000000000000000000000000, 0x9b9bcb80065e860f6cea17ae74f1df8c),
(0x66990279c490b28cc6bc76684b8a151d, 'wp-content/themes/twentysixteen/inc/customizer.php', 1, 0x00000000000000000000000000000000, 0x1fc29d258f3ab097d1885fc86e5e965c),
(0x78db6ba98081f14d8b5eeede11a3084f, 'wp-content/themes/twentysixteen/inc/template-tags.php', 1, 0x00000000000000000000000000000000, 0x4c66b9e779f727ef95b205905e80f400),
(0xfe0c7377ad66f2085072d9d375b9173b, 'wp-content/themes/twentysixteen/index.php', 1, 0x00000000000000000000000000000000, 0xe892c7110a2cbfcaaa25a0dc4e832a19),
(0x6288caa146083174963daac7e2de0976, 'wp-content/themes/twentysixteen/js/color-scheme-control.js', 1, 0x00000000000000000000000000000000, 0x5a95c970e1edcdf6322ff93e297e4f7a),
(0xaa4d6cd82f41c9f3cf71dbb79dde0f2d, 'wp-content/themes/twentysixteen/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0x3241a807c07ff37024d5a318b14a54d0),
(0xc7c944e68526d44deaad45d62adea953, 'wp-content/themes/twentysixteen/js/functions.js', 1, 0x00000000000000000000000000000000, 0x41ea2a94670de0e183c4262b67784399),
(0xbce935385295a6ab1c7978899f91842a, 'wp-content/themes/twentysixteen/js/html5.js', 1, 0x00000000000000000000000000000000, 0x5ee990907b315027da600eeeaee2e04b),
(0x3e23d7d6f8aaa0a7d17774a09245ba37, 'wp-content/themes/twentysixteen/js/keyboard-image-navigation.js', 1, 0x00000000000000000000000000000000, 0x5de7ed2727c193e9f32f5797a590889e),
(0xdc4dde8d2c54c976f31a00b60028d555, 'wp-content/themes/twentysixteen/js/skip-link-focus-fix.js', 1, 0x00000000000000000000000000000000, 0xf1224221e5eecb4831ade6b6ad2f5073),
(0x9c1adb8cab98f87c855150c8242c8e6e, 'wp-content/themes/twentysixteen/languages/twentysixteen.pot', 1, 0x00000000000000000000000000000000, 0xc6867f8fc7db1e47d32cee3f9cf7aed4),
(0xcf800cbc3301a6cbd3b0c60bdb21c226, 'wp-content/themes/twentysixteen/page.php', 1, 0x00000000000000000000000000000000, 0xb9e96fcae16a74cc6dfa4a703ba05ad1),
(0x36b1dd1fe018f9df74699d79d178d9bf, 'wp-content/themes/twentysixteen/readme.txt', 1, 0x00000000000000000000000000000000, 0x1c2fce4644a7c8a833137ae90b8743f2),
(0xf042f5c8b0ba2ebae300a51b37c6fed5, 'wp-content/themes/twentysixteen/rtl.css', 1, 0x00000000000000000000000000000000, 0x8ec2f57f746c2e5981ce5a387e58cfa7),
(0x1778d92cc2a8feb6154e3244f1b5cbb1, 'wp-content/themes/twentysixteen/screenshot.png', 1, 0x00000000000000000000000000000000, 0x90defe8d6e5c230e4a01b32f3c0f57cd),
(0x8d4d85e39332f681ceaddd22d240e138, 'wp-content/themes/twentysixteen/search.php', 1, 0x00000000000000000000000000000000, 0xd8af7665469040a0b7310481610801c2),
(0x184662d989aeab51d56c02af9abca243, 'wp-content/themes/twentysixteen/searchform.php', 1, 0x00000000000000000000000000000000, 0x82db8fd49b68a57525d03ebcd700235e),
(0xae80fa82b698d0016cfbfafc1e91dead, 'wp-content/themes/twentysixteen/sidebar-content-bottom.php', 1, 0x00000000000000000000000000000000, 0x2b24f15644973caa9e3a7417f82a4132),
(0xb85f8ad3c6df4261bcb2a6bb50473bcf, 'wp-content/themes/twentysixteen/sidebar.php', 1, 0x00000000000000000000000000000000, 0xeac298afb626b7030f15a3fa49eb7e72),
(0xd4fa129b2655b08c10ffe408cae56bfc, 'wp-content/themes/twentysixteen/single.php', 1, 0x00000000000000000000000000000000, 0xa0fa3eb0573b6f5d1eb355a36f6c7e50),
(0xfb3ad63b3a2d731381a6d8e735279207, 'wp-content/themes/twentysixteen/style.css', 1, 0x00000000000000000000000000000000, 0x729aa758bb330dc50f6bea29f7979398),
(0xcf864b09b4d5a84c8a483a6467c53c36, 'wp-content/themes/twentysixteen/template-parts/biography.php', 1, 0x00000000000000000000000000000000, 0x3c5d5fd7a8b480cb6f83754e07814292),
(0x34f54272381358f9731329ad93898fed, 'wp-content/themes/twentysixteen/template-parts/content-none.php', 1, 0x00000000000000000000000000000000, 0x782006598d42a9b76a9fb8be8479f6a5),
(0x43f04caf9be0eee34cb04ad64007d7cd, 'wp-content/themes/twentysixteen/template-parts/content-page.php', 1, 0x00000000000000000000000000000000, 0x7345d516801b45cb172ab81cc6d7c8b7),
(0x95b9734b9787a62043c20fb7f45c472f, 'wp-content/themes/twentysixteen/template-parts/content-search.php', 1, 0x00000000000000000000000000000000, 0x077d4139a0d0ce6c0b7f7ffc630a4f57),
(0xe32e9488615a9ef897e8c56af8a8be61, 'wp-content/themes/twentysixteen/template-parts/content-single.php', 1, 0x00000000000000000000000000000000, 0xdf63599ec46fe84c1d78e2edfa967746),
(0xd856c8f0b2f18d1edb9ce9f81e917d41, 'wp-content/themes/twentysixteen/template-parts/content.php', 1, 0x00000000000000000000000000000000, 0x828b24e78ef32f733d4eb09c0e9eb0e6),
(0x7108deece879b88e4fdbec0ad397ea30, 'wp-content/themes/ultimatum/assets/css/font/FontAwesome.otf', 0, 0x00000000000000000000000000000000, 0x0b462f5cc07779cab3bef252c0271f2b),
(0x2343cd4fe83ccc612c95723b1a5fadeb, 'wp-content/themes/ultimatum/assets/css/font/MonoSocialIconsFont.eot', 0, 0x00000000000000000000000000000000, 0xaf197fe8a0cfd7cbb8c42a8069482500),
(0xe559f9afe4d7c02d9866752e4d4e31e3, 'wp-content/themes/ultimatum/assets/css/font/MonoSocialIconsFont.otf', 0, 0x00000000000000000000000000000000, 0x6234fb092fe017198fac3d54d90e25ec),
(0xd63608da1e83171be3b9b430060f432a, 'wp-content/themes/ultimatum/assets/css/font/MonoSocialIconsFont.svg', 0, 0x00000000000000000000000000000000, 0x4e3d31c924273518a03aec2d319fe33e),
(0x416dd3a14390de9eea3695113887b04b, 'wp-content/themes/ultimatum/assets/css/font/MonoSocialIconsFont.ttf', 0, 0x00000000000000000000000000000000, 0xfbb47b1c678f7b33a24f3d3a85163b49),
(0x46faaf5148ba4b95675d5ea547e7473f, 'wp-content/themes/ultimatum/assets/css/font/MonoSocialIconsFont.woff', 0, 0x00000000000000000000000000000000, 0x233e7c47fbe2792b6c06a57fdffb8adb),
(0x33b13dbc36687cc82378ff5ac6bd0bbb, 'wp-content/themes/ultimatum/assets/css/font/fontawesome-webfont.eot', 0, 0x00000000000000000000000000000000, 0xf7c2b4b747b1a225eb8dee034134a1b0),
(0x2c53f496c3b61eea1e25f46f644f149a, 'wp-content/themes/ultimatum/assets/css/font/fontawesome-webfont.svg', 0, 0x00000000000000000000000000000000, 0x2980083682e94d33a66eef2e7d612519),
(0x5226ee571a0e14ba189b04278ec06bf9, 'wp-content/themes/ultimatum/assets/css/font/fontawesome-webfont.ttf', 0, 0x00000000000000000000000000000000, 0x706450d7bba6374ca02fe167d86685cb),
(0xefd0adabc1bea7939c1407db75814fd8, 'wp-content/themes/ultimatum/assets/css/font/fontawesome-webfont.woff', 0, 0x00000000000000000000000000000000, 0xd9ee23d59d0e0e727b51368b458a0bff),
(0x7d0d98538a5fff7ed89f86a2e17e58fe, 'wp-content/themes/ultimatum/assets/css/font/fontawesome-webfont.woff2', 0, 0x00000000000000000000000000000000, 0x97493d3f11c0a3bd5cbd959f5d19b699),
(0x4b571b6d36fadec8654c8c8adc661f0f, 'wp-content/themes/ultimatum/assets/css/font/glyphicons-halflings-regular.eot', 0, 0x00000000000000000000000000000000, 0x7ad17c6085dee9a33787bac28fb23d46),
(0xf43125e167e521fa8f3db8e056f5640c, 'wp-content/themes/ultimatum/assets/css/font/glyphicons-halflings-regular.svg', 0, 0x00000000000000000000000000000000, 0x32941d6330044744c02493835b799e90),
(0xa2b1c92a9fcbb327514181340bc4dee2, 'wp-content/themes/ultimatum/assets/css/font/glyphicons-halflings-regular.ttf', 0, 0x00000000000000000000000000000000, 0xe49d52e74b7689a0727def99da31f3eb),
(0x3352c2c5bf6625b41bf18735fbc88f0f, 'wp-content/themes/ultimatum/assets/css/font/glyphicons-halflings-regular.woff', 0, 0x00000000000000000000000000000000, 0x68ed1dac06bf0409c18ae7bc62889170),
(0x66dbda9eea5a480c71b09b0ad230408b, 'wp-content/themes/ultimatum/assets/css/font/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x101d4cab72293b65a48c8fe7c7d324c1, 'wp-content/themes/ultimatum/assets/css/font-awesome.min.css', 0, 0x00000000000000000000000000000000, 0xab52692815a807dcb186396dc89715c5),
(0xa928a67aafefc0765c2590da41306235, 'wp-content/themes/ultimatum/assets/css/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x05586bf276ad39e1fa310bb145fa2f92, 'wp-content/themes/ultimatum/assets/css/src/anything.css', 0, 0x00000000000000000000000000000000, 0x2da48e0490337e728ae8d2cd9e3ac701),
(0xee1578a3e9634b615cffe84dba33290a, 'wp-content/themes/ultimatum/assets/css/src/ddsmooth.css', 0, 0x00000000000000000000000000000000, 0x97d9a8415e126f19b9f018a359be6afb),
(0x0710c0eda7441c35a76550e8eaece485, 'wp-content/themes/ultimatum/assets/css/src/ei-slider.css', 0, 0x00000000000000000000000000000000, 0x8f7ef42bc1c26af611a99f34c1dc1ed6),
(0xd7b07bed000f7b7f80031116cc1d164b, 'wp-content/themes/ultimatum/assets/css/src/flex-slider.css', 0, 0x00000000000000000000000000000000, 0x30cb68397b293b4e93b76bae90b7ae2c),
(0xc208b3a0cc805e40868c361d8e240502, 'wp-content/themes/ultimatum/assets/css/src/nivo.css', 0, 0x00000000000000000000000000000000, 0x4fd415ef1389092ed1ce2df21237a2c4),
(0xd734b0485fe6af1b733d72dc10d3cec4, 'wp-content/themes/ultimatum/assets/css/src/prettyPhoto.css', 0, 0x00000000000000000000000000000000, 0xe8d324d0a1c308cc2c9fdddb263223d5),
(0xe9c8a22fb6f01777a2e9e6a7edaa4161, 'wp-content/themes/ultimatum/assets/css/src/s3-slider.css', 0, 0x00000000000000000000000000000000, 0x9eb24b07dca8dc9ed0e3ae3d76cf130d),
(0xc2b757c9df468171bf441d7b4690e0ec, 'wp-content/themes/ultimatum/assets/css/src/sidr-menu.css', 0, 0x00000000000000000000000000000000, 0x9af130879e71bce733fd5be863dacaf4),
(0x948a14b40b7761213cf5327ff924fe1a, 'wp-content/themes/ultimatum/assets/css/src/slicknav.css', 0, 0x00000000000000000000000000000000, 0x0d53f0c20d38f6042823e06053b46f0a),
(0x8889e68cd4d8ab886e405e4cf0be8e45, 'wp-content/themes/ultimatum/assets/css/src/slidedeck.css', 0, 0x00000000000000000000000000000000, 0xc1f09f3a8e9c2e5614e7e48b21249378),
(0x7ce8f3070c6559c4462fa33904e7efd5, 'wp-content/themes/ultimatum/assets/css/src/social-icon.css', 0, 0x00000000000000000000000000000000, 0xd74498742d4defe0396b9f078017dfca),
(0xdaa138fbfdde1fcc7a10b0b3ec784a3c, 'wp-content/themes/ultimatum/assets/css/src/supersized-slider.css', 0, 0x00000000000000000000000000000000, 0x16710fc12d645f6b52448d7c1b2893ce),
(0x07f486cced7646aa32950f006b04397b, 'wp-content/themes/ultimatum/assets/css/src/ult-menu.css', 0, 0x00000000000000000000000000000000, 0x15d30a3bc3e25189fa551a6703010389),
(0x486c8ada4f07b498a29564504cad8ee7, 'wp-content/themes/ultimatum/assets/css/src/ultimatum.css', 0, 0x00000000000000000000000000000000, 0x719c8ff6669c5aa1e5383df630617fcf),
(0x2891678c4a3f1f35bf9cffe2fbabfca7, 'wp-content/themes/ultimatum/assets/css/src/wfm-mega-vertical.css', 0, 0x00000000000000000000000000000000, 0xbf5dd6a3c4ab3f407e1d159ca549c946),
(0xecd9de060333f2485069c07295a43c0b, 'wp-content/themes/ultimatum/assets/css/src/wfm-mega.css', 0, 0x00000000000000000000000000000000, 0x5c96b799a374e85c9dfd59ae5f5ffc09),
(0xc7c039c788c2165ce15267cd98c8760b, 'wp-content/themes/ultimatum/assets/css/theme.global.css', 0, 0x00000000000000000000000000000000, 0xa3355e5e630cbd453959e54764e991f1),
(0x8486402c81868e5a73cc39ad61c8ecb8, 'wp-content/themes/ultimatum/assets/images/acc_togg.png', 0, 0x00000000000000000000000000000000, 0x47607d6607ba82f629a3b6f702e52799),
(0xdc55af475db231103d52e68cf7525948, 'wp-content/themes/ultimatum/assets/images/arrow-bullet.png', 0, 0x00000000000000000000000000000000, 0x867720aa1a413b1c0e0e6f2db63b72bf),
(0x9ecbff68657c81b46118ef2980b1b45a, 'wp-content/themes/ultimatum/assets/images/hmm/arrow.png', 0, 0x00000000000000000000000000000000, 0x7f5050a2ae0dfc56bd79a736aea5bfe6),
(0x20f20877159088bb02484234af8c8048, 'wp-content/themes/ultimatum/assets/images/hmm/arrow_off.png', 0, 0x00000000000000000000000000000000, 0x9f67854da3a2ba0e841d8266903eee2a),
(0x101fb942f06bb2660106754cec580bdc, 'wp-content/themes/ultimatum/assets/images/hmm/arrow_on.png', 0, 0x00000000000000000000000000000000, 0x07c2e2ee88d8caa41fa96c39bfbe6803),
(0x056912153b5d294e7328a6914304ca02, 'wp-content/themes/ultimatum/assets/images/hmm/arrow_side.png', 0, 0x00000000000000000000000000000000, 0x0fde3cac0b2c5b6408fed20c30528511),
(0x2951009e3ab498754a8dd88ed625f8bd, 'wp-content/themes/ultimatum/assets/images/hmm/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xdd5bb3e057fde927ed39e33fa162c348, 'wp-content/themes/ultimatum/assets/images/icon_play.jpg', 0, 0x00000000000000000000000000000000, 0x55da53cf430107621970a428b04f957c),
(0x2585febf8031b1af10b5a4130c265fc4, 'wp-content/themes/ultimatum/assets/images/icon_zoom.jpg', 0, 0x00000000000000000000000000000000, 0xcca5ac1d0d175b6170613bf912eeabed),
(0xc24ed3c8c047625b9b555e364680c329, 'wp-content/themes/ultimatum/assets/images/loading.gif', 0, 0x00000000000000000000000000000000, 0xdabc105d85305f06c59679a464fa922f),
(0x86eec1cd06c072bc317c25c3f5630c8e, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_rounded/btnNext.png', 0, 0x00000000000000000000000000000000, 0x0a89018b6e4a1492623ca2b608b606ff),
(0x74958529058b8d35bacd9e8f6018a0fb, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_rounded/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0x9ad8565740908ecab23ff67990e590cc),
(0x97bcbbff252b3bec4ebe9761a499f102, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_rounded/contentPattern.png', 0, 0x00000000000000000000000000000000, 0x2f2d883ab9986e7eaa9f1cba98e2bbaf),
(0xd624786474b847969b8d6541c6c26699, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_rounded/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0x0c84ea7330fc3666c60b3242dcc71de5, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_rounded/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x3f08ad56bd2e2421397133fab69e0b84, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_rounded/loader.gif', 0, 0x00000000000000000000000000000000, 0x4297900ae2d9d0c4eb00d1c15462fb19),
(0x425e1787cf6b4b348b74d94b9eef9bd0, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_rounded/sprite.png', 0, 0x00000000000000000000000000000000, 0x272462d6f733a5f1723ea87916afa4f1),
(0xb62f62600cc15fc680df8236831c25e0, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_square/btnNext.png', 0, 0x00000000000000000000000000000000, 0x0a89018b6e4a1492623ca2b608b606ff),
(0x78f0a6431cc80f4da3ef8028416acf61, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_square/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0x9ad8565740908ecab23ff67990e590cc),
(0x8a2804477cc72a04ed509e1a0b2f76e8, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_square/contentPattern.png', 0, 0x00000000000000000000000000000000, 0x6660e3acf8523be8de932abe1e075370),
(0xdab4a5fe94285d91fe56f8521a17c9f2, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_square/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0x9f9d28061772cf4fdd89bb3e15102573, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_square/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xdf52f1bbe6ef5b28c51326128fb21e18, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_square/loader.gif', 0, 0x00000000000000000000000000000000, 0x4297900ae2d9d0c4eb00d1c15462fb19),
(0x96bf2c0a9ea37c243a1025c028d61925, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/dark_square/sprite.png', 0, 0x00000000000000000000000000000000, 0x6b25600839837ed891e1d2f17ba01c28),
(0x20e306cba4dd2191283b8a3c57a043d6, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/default/default_thumb.png', 0, 0x00000000000000000000000000000000, 0x8a3e7c798030574d519d3d167a5e6d5d),
(0x7a1f1ceb94f2c64f977e89db07d359b6, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/default/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd793326924aae0ce2e667c8fee65a969, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/default/loader.gif', 0, 0x00000000000000000000000000000000, 0x8393c5f7e394698f751ee6a11fff3dc7),
(0x57dbda3411c11fe0d7ec9eebbb158ce6, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/default/sprite.png', 0, 0x00000000000000000000000000000000, 0xf814686dca4830164d3f8d2c949b42cf),
(0xf9a7e92787efb6b4e35daf3a8fa412c9, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/default/sprite_next.png', 0, 0x00000000000000000000000000000000, 0xb903c8c15dff677b7b3dfd042fe8d860),
(0x2b18ff9960d84c5dae6e29aade19da28, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/default/sprite_prev.png', 0, 0x00000000000000000000000000000000, 0xbf55ea7dede2004166dc4024c5b5528c),
(0x07ac30c4236f00ca21ae170be465f870, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/default/sprite_x.png', 0, 0x00000000000000000000000000000000, 0x26b97559a5225bf3cc3e1634950bcb84),
(0xfd287d952491e131775665d8bbe5351c, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/default/sprite_y.png', 0, 0x00000000000000000000000000000000, 0x096e04fbfb474c46cf17a9a878b3d221),
(0x64cbfbc1441ca39d2678b88d07d40948, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/btnNext.png', 0, 0x00000000000000000000000000000000, 0xb8d4bf8440aae57321064ecaf2efea7e),
(0x97e199d1ce822602fdd735b02266fd8b, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0xb251170307bcb724ac5b4e97482dc6ed),
(0x9be2cd86dfab40d1f50083e9b494620c, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/contentPatternBottom.png', 0, 0x00000000000000000000000000000000, 0xa6fab9b4551a6274d71703b610eb6abd),
(0x0038c782ab73f975c5ab984539cd5bee, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/contentPatternLeft.png', 0, 0x00000000000000000000000000000000, 0x3b7f995669ad8cbf24acccb8f1d70f4d),
(0xa6a95dea1f608c93d8b2f372205942bf, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/contentPatternRight.png', 0, 0x00000000000000000000000000000000, 0x74bfb933f639e76971ca5db1ae612011),
(0xab4f0fab65bed96b86a7a8ae08ee32bc, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/contentPatternTop.png', 0, 0x00000000000000000000000000000000, 0xc2e5c4ec6fc9ee4e49c79ff7e18c9695),
(0x4e306b37df2f011c5c7295b61b3d2267, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0x5302d8a278a042a6d7fd57c8fd68a675, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd48d49088c990f44f56ddfb39a4bc31e, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/loader.gif', 0, 0x00000000000000000000000000000000, 0xdf46993044576f83f2c2cc1a64e18f31),
(0x0f9dbc7a5b772e2fd8303969b1e42c06, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/facebook/sprite.png', 0, 0x00000000000000000000000000000000, 0xa157ef765ce8288984373a7eba6b9a23),
(0x01de0f4d20fd4e52c887ee4142647234, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xae2a58cd8def13e9c6116ad11e67fb0d, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_rounded/btnNext.png', 0, 0x00000000000000000000000000000000, 0x0a89018b6e4a1492623ca2b608b606ff),
(0xc9ba34c4745d7dfc637e2e36203fd069, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_rounded/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0x9ad8565740908ecab23ff67990e590cc),
(0x7cef923d1ec05ef41d44fdf249c8070d, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_rounded/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0x9c2e99059dffc5378e50beecf08f4343, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_rounded/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x8c5386d9af193828c5680aa82e7812e5, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_rounded/loader.gif', 0, 0x00000000000000000000000000000000, 0xdf46993044576f83f2c2cc1a64e18f31),
(0x6e070b5e95f0466cc1c2f5c1861b5a66, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_rounded/sprite.png', 0, 0x00000000000000000000000000000000, 0x45b32c620cfb4a677f9b8c4360a8d3c4),
(0xfde51e2e8c27aa45455e09cd8e065ca8, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_square/btnNext.png', 0, 0x00000000000000000000000000000000, 0x0a89018b6e4a1492623ca2b608b606ff),
(0x61be3edd1710f64ccad7c60e1cee4771, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_square/btnPrevious.png', 0, 0x00000000000000000000000000000000, 0x9ad8565740908ecab23ff67990e590cc),
(0xbcedfc55a29438a261a2daba933599f3, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_square/default_thumbnail.gif', 0, 0x00000000000000000000000000000000, 0xed52db277173876860b62071785a2177),
(0x06a248af117e5779ba451a13b92ed8f5, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_square/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x53ee3a540df0d1bcfba946863d15d6ae, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_square/loader.gif', 0, 0x00000000000000000000000000000000, 0xdf46993044576f83f2c2cc1a64e18f31),
(0xd962248d3933c6e04a184097baeb472f, 'wp-content/themes/ultimatum/assets/images/prettyPhoto/light_square/sprite.png', 0, 0x00000000000000000000000000000000, 0x6b25600839837ed891e1d2f17ba01c28),
(0x0d2cde99dc240d50b9153fe393c6237e, 'wp-content/themes/ultimatum/assets/images/progress-back.png', 0, 0x00000000000000000000000000000000, 0x0078d403d23f02f2414798a99176b544),
(0x4276d0740d5ea3e054beabafe0faafcb, 'wp-content/themes/ultimatum/assets/images/progress-bar.png', 0, 0x00000000000000000000000000000000, 0x13ebe750fca0942640c097c66e9b6393),
(0xd2efff72d19f64d16085dd9a06eca745, 'wp-content/themes/ultimatum/assets/images/progress.gif', 0, 0x00000000000000000000000000000000, 0x7d8f893ee87cbbe0dcbaa86401862a64),
(0x3087c5b61552538ce500bb069102bf78, 'wp-content/themes/ultimatum/assets/images/slideshows/back.png', 0, 0x00000000000000000000000000000000, 0x957c11b9c7f50a4d278a8bd42e97edbf),
(0x0927ba04eabededa6ba798e2a0743d63, 'wp-content/themes/ultimatum/assets/images/slideshows/blue_arrows.png', 0, 0x00000000000000000000000000000000, 0x534b7dad50c6c1ccee7db7e0a77f75d7),
(0x37b5f07948441b67b1e2a7c99855c87d, 'wp-content/themes/ultimatum/assets/images/slideshows/blue_auto.png', 0, 0x00000000000000000000000000000000, 0xb59b4100f7e2d635a83fdb115b61ac37),
(0x7449b02793f4217a02ff72891cad6ce9, 'wp-content/themes/ultimatum/assets/images/slideshows/blue_pager.png', 0, 0x00000000000000000000000000000000, 0x2b6d79b2edb238c52225ca0388b5c842),
(0x49735f3391a2e193e32cc8b9fcefb8a2, 'wp-content/themes/ultimatum/assets/images/slideshows/corner.png', 0, 0x00000000000000000000000000000000, 0xaf775e62e1d220d03b90e038025afa5b),
(0x7ee980adf472eea90c1b1d761726a319, 'wp-content/themes/ultimatum/assets/images/slideshows/flex_theme/bg_control_nav.png', 0, 0x00000000000000000000000000000000, 0x5ccb0f9067a0c2bb46865ddb5006ec8e),
(0xaf77257b2e013661b309996f8b5442d4, 'wp-content/themes/ultimatum/assets/images/slideshows/flex_theme/bg_direction_nav.png', 0, 0x00000000000000000000000000000000, 0xb35b28555d143f1f24318649610651ac),
(0x382d4103a6f31d05ef845f2c98bad9af, 'wp-content/themes/ultimatum/assets/images/slideshows/gray_arrows.png', 0, 0x00000000000000000000000000000000, 0xba3a08fb6e336799fc8c1b89a626cfbd),
(0x944d6599cc32cc6445f89a3093de29c0, 'wp-content/themes/ultimatum/assets/images/slideshows/gray_auto.png', 0, 0x00000000000000000000000000000000, 0x2e21fd1478c7e5f45ef97863e0e3c0b8),
(0xb6035c6a07393723ef0dcb205988a666, 'wp-content/themes/ultimatum/assets/images/slideshows/gray_pager.png', 0, 0x00000000000000000000000000000000, 0x450c119332f6035d73d760ccfbccb529),
(0x46748367e405b8a90c2091fa1adf653f, 'wp-content/themes/ultimatum/assets/images/slideshows/green_arrows.png', 0, 0x00000000000000000000000000000000, 0xf80e8c85ac1989e52a246ecd15b0d2d3),
(0x950e57d8dbf7c4bce9f2c0e16cd680fb, 'wp-content/themes/ultimatum/assets/images/slideshows/green_auto.png', 0, 0x00000000000000000000000000000000, 0xa5a3e1f419e1b3f952981d782b2cd1eb),
(0xe7816b933b009e6ce357f79ad946de0f, 'wp-content/themes/ultimatum/assets/images/slideshows/green_pager.png', 0, 0x00000000000000000000000000000000, 0xd4d1ea53fbe9873edf4d74a886e82c37),
(0x722c16ded78f3a5e7fd03a8f83a14dd7, 'wp-content/themes/ultimatum/assets/images/slideshows/loading.gif', 0, 0x00000000000000000000000000000000, 0xdabc105d85305f06c59679a464fa922f),
(0xce043e5856b9bca3651098069ee077e9, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/bar/arrows.png', 0, 0x00000000000000000000000000000000, 0x09b24f1a73b9eeb5cc62db7ec0b60bca),
(0x4b80fb18dc2c88e342c7c6a95ce8ce54, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/bar/bullets.png', 0, 0x00000000000000000000000000000000, 0xacc66fce35a54d815a3aa3fd573cdd90),
(0xe2834703f46bde4d5151524b5600fcf1, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/bar/loading.gif', 0, 0x00000000000000000000000000000000, 0xdd6b7b0bf5c3af22499abc0a9ee1e1b2),
(0x328329ed8cb3657e9d6b8e6603884589, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/dark/arrows.png', 0, 0x00000000000000000000000000000000, 0x4d2ed50facf20fdc9206e65be96097d6),
(0xdbc2563e679f5ddb8649f1808b29e6eb, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/dark/bullets.png', 0, 0x00000000000000000000000000000000, 0x208e649ac5a7e0daf2023e30d92f675e),
(0x9c95dd85bab4492b99f6ef296eecb074, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/dark/loading.gif', 0, 0x00000000000000000000000000000000, 0xdd6b7b0bf5c3af22499abc0a9ee1e1b2),
(0xac7a1a4d1105113c2e97c1192b04dca9, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/default/arrows.png', 0, 0x00000000000000000000000000000000, 0x09b24f1a73b9eeb5cc62db7ec0b60bca),
(0x97164b5000ea3e2ef5052b0664226bfa, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/default/bullets.png', 0, 0x00000000000000000000000000000000, 0xacc66fce35a54d815a3aa3fd573cdd90),
(0x0592deb989df97112714f209b8237935, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/default/loading.gif', 0, 0x00000000000000000000000000000000, 0xdd6b7b0bf5c3af22499abc0a9ee1e1b2),
(0x8b3fb25399c109b30845b5ac9337467f, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/light/arrows.png', 0, 0x00000000000000000000000000000000, 0x246c707d1243339b740fefe80a76fd00),
(0x3379b11a6f39c3ea9b00db064c228fd2, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/light/bullets.png', 0, 0x00000000000000000000000000000000, 0x8be81f8814c2ba9b2ab77264d3132aef),
(0xd3a0713522de86a216bef6d9a21bbab9, 'wp-content/themes/ultimatum/assets/images/slideshows/nivo/light/loading.gif', 0, 0x00000000000000000000000000000000, 0xdd6b7b0bf5c3af22499abc0a9ee1e1b2),
(0x785a2449301a5e9b386bf40db390e581, 'wp-content/themes/ultimatum/assets/images/slideshows/orange_arrows.png', 0, 0x00000000000000000000000000000000, 0xcad0f3698e0517cdd2c93a6669c72b19),
(0xb82e3d256f3c0139d564ec719fea0c93, 'wp-content/themes/ultimatum/assets/images/slideshows/orange_auto.png', 0, 0x00000000000000000000000000000000, 0x418c5c0389cdc31633fa75734b6f01bb),
(0x99f38b5b62fc80c3e80688ae0ae10eca, 'wp-content/themes/ultimatum/assets/images/slideshows/orange_pager.png', 0, 0x00000000000000000000000000000000, 0x469b10a915b40c55ac2ad4d209a9936b),
(0xa341aa500b6e8ddaf65b598eafa73e3d, 'wp-content/themes/ultimatum/assets/images/slideshows/purple_arrows.png', 0, 0x00000000000000000000000000000000, 0xc9b6069706b54329dc3102d593c5a655),
(0xb5ef0a7b643afc6639e235d167064f64, 'wp-content/themes/ultimatum/assets/images/slideshows/purple_auto.png', 0, 0x00000000000000000000000000000000, 0xfdc940755e63a67f86cc93381f81cc9d),
(0x78fb61dae01a78c8e48c75135e80cc48, 'wp-content/themes/ultimatum/assets/images/slideshows/purple_pager.png', 0, 0x00000000000000000000000000000000, 0xad29b7c1d15724fc7e1eddc51450fc45),
(0xc480f32564b5ddf00eacc37fd71f12bd, 'wp-content/themes/ultimatum/assets/images/slideshows/red_arrows.png', 0, 0x00000000000000000000000000000000, 0x3fa287e31121bed0b72919c545deca53),
(0xe85bae586b5bef4af55de4fc414955ac, 'wp-content/themes/ultimatum/assets/images/slideshows/red_auto.png', 0, 0x00000000000000000000000000000000, 0x03df2d18f69075d54ed8c0f31a9f73cb),
(0xc6586f1fb69cb51a4fae749ee833422f, 'wp-content/themes/ultimatum/assets/images/slideshows/red_pager.png', 0, 0x00000000000000000000000000000000, 0x95d1ee6d4ae00fab4633cfbb18b05c80),
(0x2f9e9ccde16a91ef5d1d99e0ed683736, 'wp-content/themes/ultimatum/assets/images/slideshows/slides.png', 0, 0x00000000000000000000000000000000, 0x2c0c9514b94bd63b050f497c2b30debc),
(0x126e6f575f74869eba8257802c89cb7d, 'wp-content/themes/ultimatum/assets/images/slideshows/spines.png', 0, 0x00000000000000000000000000000000, 0x9b3a8633e316b3204681f3a2d9b409df),
(0x9352a5b41014d714e5b9f75eb9051f3a, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/back.png', 0, 0x00000000000000000000000000000000, 0x292061abf404a891a5f9de4d240975aa),
(0x0c51646399f2940fd85d5415a164b60f, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/bg-black.png', 0, 0x00000000000000000000000000000000, 0xcebccc1fc335bc5349c1b497250367a3),
(0xf8da7ccfc6ac959dcd7f037eb030c612, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/bg-hover.png', 0, 0x00000000000000000000000000000000, 0x8194f4910d1613080345db4358c8eb01),
(0x058495014f36d2ad64a3d9773fc7c26e, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/button-tray-down.png', 0, 0x00000000000000000000000000000000, 0xd8dd1376f9315a83eb9c6751d413899e),
(0xdfd8ff6de7bb2a76969f4095ccb18d76, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/button-tray-up.png', 0, 0x00000000000000000000000000000000, 0x30cad09c6310b6c0d716ff35a1aec55d),
(0x720374f54d3577eae166b5d43d63679f, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/forward.png', 0, 0x00000000000000000000000000000000, 0x3ef215136a3df8ac6e961f7680fddec7),
(0x95e249bf4548d830089dffaae283b533, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/nav-bg.png', 0, 0x00000000000000000000000000000000, 0x9f2c8ee7fe3e01f40ceeffa8373e958c),
(0xd8321f457de76a6e7a9ede1cd0d7eda8, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/nav-dot.png', 0, 0x00000000000000000000000000000000, 0x64790b86075006d7cccb654d8c212aae),
(0xc78ab8a2a7fee5ee3e5ec41027144fb9, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/pause.png', 0, 0x00000000000000000000000000000000, 0x0089d316f67b5d26f036e34d18c36596),
(0x33e7d9e583bae8e04dec9a716976a29c, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/play.png', 0, 0x00000000000000000000000000000000, 0x45e4640272023e2876d462af37a24ce3),
(0x905252d978f863121c369b4a04770a7a, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/progress-back.png', 0, 0x00000000000000000000000000000000, 0x0078d403d23f02f2414798a99176b544);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xc0cda13a13b651b142336d6c3ab2674c, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/progress-bar.png', 0, 0x00000000000000000000000000000000, 0x13ebe750fca0942640c097c66e9b6393),
(0x1dfd5a470d73d2aac82a79acb842454f, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/progress.gif', 0, 0x00000000000000000000000000000000, 0x7d8f893ee87cbbe0dcbaa86401862a64),
(0xe25d5227e78acb8d0e6940f6e938dd40, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/supersized-logo.png', 0, 0x00000000000000000000000000000000, 0x9ccaa3563d6e9c0810ffec6533087f8c),
(0x1e67ecbe385882a244121f525a1283c4, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/thumb-back.png', 0, 0x00000000000000000000000000000000, 0x6f05527ac50b36982fe5f3ed9d401f97),
(0x8d6c3413d23bae5fe37c9257e44af74d, 'wp-content/themes/ultimatum/assets/images/slideshows/supersized/thumb-forward.png', 0, 0x00000000000000000000000000000000, 0x772deaa105aee126b47d89dbac9b8f96),
(0x7d111452ad65dd27b17977d47232aa06, 'wp-content/themes/ultimatum/assets/images/slideshows/yellow_arrows.png', 0, 0x00000000000000000000000000000000, 0xbf4cdff317ccefea2ff785ba15688aba),
(0x3d8c6f055cf1aab4836e2d7c4276e092, 'wp-content/themes/ultimatum/assets/images/slideshows/yellow_auto.png', 0, 0x00000000000000000000000000000000, 0x330b8e883e5f2cc113530b9767cb784b),
(0x30eb7f2e9dd433650f23ed34b5441ba9, 'wp-content/themes/ultimatum/assets/images/slideshows/yellow_pager.png', 0, 0x00000000000000000000000000000000, 0xc71f9410fcf4b4908af08ae34522d78e),
(0xa9beced980b10f133342a8e0e393e18b, 'wp-content/themes/ultimatum/assets/images/ultimatum-icon.png', 0, 0x00000000000000000000000000000000, 0x4ea109e9c16a0cc07b007bbbd025c6e0),
(0x5a0c14737b21eb2eb721b33cc3998724, 'wp-content/themes/ultimatum/assets/js/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xa80a5693dc80d3e0a08ed9e998c0c8c5, 'wp-content/themes/ultimatum/assets/js/menus/ddsmoothmenu.js', 0, 0x00000000000000000000000000000000, 0x7855c233dd17db51f89e1388327f7b37),
(0xd743777e7f4e8f2c60ad47f5b1640bc3, 'wp-content/themes/ultimatum/assets/js/menus/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x0ceccfeee321541793356589535fc3df, 'wp-content/themes/ultimatum/assets/js/menus/jquery.dcmegamenu.1.3.3.js', 0, 0x00000000000000000000000000000000, 0xb72a00e6736544e4422f30baceb30b01),
(0x7b3db2c1b75b08e05b5c14260a7d0730, 'wp-content/themes/ultimatum/assets/js/menus/jquery.dcverticalmegamenu.1.3.js', 0, 0x00000000000000000000000000000000, 0x56e597fd30d45e340d8a47452addd654),
(0xbb4f330f44d74c52b06504f2cc3a5138, 'wp-content/themes/ultimatum/assets/js/plugins/cufon-yui.js', 0, 0x00000000000000000000000000000000, 0x455688807e00d053bc93f79ec96bd2ae),
(0x376cff41194ba8387e723a17947c215a, 'wp-content/themes/ultimatum/assets/js/plugins/holder.js', 0, 0x00000000000000000000000000000000, 0x42c104e0365379667785b74d8929865d),
(0x4ebc7aca30014c572820763c3072fda7, 'wp-content/themes/ultimatum/assets/js/plugins/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x4446a539de08b2a8631298315bb0649a, 'wp-content/themes/ultimatum/assets/js/plugins/jquery.easing.min.js', 0, 0x00000000000000000000000000000000, 0xec64dc8377266f617caf00ebc5067a14),
(0x615235e307d218f9696a58e12556e174, 'wp-content/themes/ultimatum/assets/js/plugins/jquery.gmap.js', 0, 0x00000000000000000000000000000000, 0x36aece0870c22b08915e07176f3aa495),
(0x1e1d3ef697be5b8d8abda4afd93af8e7, 'wp-content/themes/ultimatum/assets/js/plugins/jquery.hoverIntent.min.js', 0, 0x00000000000000000000000000000000, 0x36f67c0e4487984e36541dbb8fbdd52f),
(0xae5c05ec9f6915f639aca44fd7a29886, 'wp-content/themes/ultimatum/assets/js/plugins/jquery.mousewheel.min.js', 0, 0x00000000000000000000000000000000, 0x8ab1248e35ba1908d0054fe3cc4fc93e),
(0x59385668c628e07d9d8796b150c4b6ba, 'wp-content/themes/ultimatum/assets/js/plugins/jquery.tweet.js', 0, 0x00000000000000000000000000000000, 0xdafb20644f69638d8587a0a9cefa1333),
(0x5460a93a767d5270762c3bd7774fed9f, 'wp-content/themes/ultimatum/assets/js/plugins/stellar.js', 0, 0x00000000000000000000000000000000, 0xf1caf47058502af220123dd174c0862c),
(0x7b35a29119174f1eabf8b8e6025f40e1, 'wp-content/themes/ultimatum/assets/js/plugins/swfobject.js', 0, 0x00000000000000000000000000000000, 0x892a543f3abb54e8ec1ada55be3b0649),
(0x8e9c03ecd1240db73c798cf6644e8800, 'wp-content/themes/ultimatum/assets/js/pro/bmb.js', 0, 0x00000000000000000000000000000000, 0xd2f750c5d453624d4d2caf3808fb6c4b),
(0xed2df82aa011b331fbe294d43e2fc481, 'wp-content/themes/ultimatum/assets/js/pro/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x56ebe173e263ba713f6aba1e0f82b67e, 'wp-content/themes/ultimatum/assets/js/pro/ultimatum-mobile.js', 0, 0x00000000000000000000000000000000, 0x53621803f6ff4cf28a87b5c47556b056),
(0x2989cd895bef18037c84f993d6087c2d, 'wp-content/themes/ultimatum/assets/js/slideshows/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xc0fa9b55e33bb1393450de546cdb4a98, 'wp-content/themes/ultimatum/assets/js/slideshows/jquery.anythingslider.fx.min.js', 0, 0x00000000000000000000000000000000, 0x42110bbc62783e94bab9f2aec69c5668),
(0xa535833c0f9479551d82ee04900461fd, 'wp-content/themes/ultimatum/assets/js/slideshows/jquery.anythingslider.min.js', 0, 0x00000000000000000000000000000000, 0x41463eddf7e175ba097374d0e325ae97),
(0x9f684f5c4189e3321c2d4fe8f7134919, 'wp-content/themes/ultimatum/assets/js/slideshows/jquery.anythingslider.video.min.js', 0, 0x00000000000000000000000000000000, 0xd8901867c79644e210967bf9d2e0e4c5),
(0xb652091a1bf3573bbe8438bc45d78856, 'wp-content/themes/ultimatum/assets/js/slideshows/jquery.eislideshow.js', 0, 0x00000000000000000000000000000000, 0x78db20eeee96abf6d088ad0d0c385913),
(0x2489bf0a34adf7e61fab9dc031cd525e, 'wp-content/themes/ultimatum/assets/js/slideshows/jquery.flexslider-min.js', 0, 0x00000000000000000000000000000000, 0xa220ca136d70be2c43b554b1a965bb7e),
(0x575430645f60cc2c7e1af4e599f1da5f, 'wp-content/themes/ultimatum/assets/js/slideshows/jquery.nivo.slider.pack.js', 0, 0x00000000000000000000000000000000, 0x0cf3f8b677dcd27b6d46f4a56d65fdb2),
(0x32451e01fcb12f6255cfeae7a5d45253, 'wp-content/themes/ultimatum/assets/js/slideshows/jquery.s3slider.js', 0, 0x00000000000000000000000000000000, 0xf77f688eb9c6b9ecd1bf93ff1f8c1b76),
(0x731ba732dfa7e3e2db814ff20aac6236, 'wp-content/themes/ultimatum/assets/js/slideshows/jquery.zaccordion.min.js', 0, 0x00000000000000000000000000000000, 0xabd025ca2dc0258a8f42d51352cdeaf9),
(0xcea19499806cc7b5018ddf0400d6362b, 'wp-content/themes/ultimatum/assets/js/slideshows/slidedeck.jquery.lite.js', 0, 0x00000000000000000000000000000000, 0x1f121f435f1ebc9f149522fa34a46d72),
(0xed0cb2e5298215e2c50d3ce0f159d4df, 'wp-content/themes/ultimatum/assets/js/slideshows/supersized.3.2.7.min.js', 0, 0x00000000000000000000000000000000, 0x8a2f18b6de55ea4f7255afb6a7595037),
(0xc4b16d3c22287de3f03c34490ab0a91c, 'wp-content/themes/ultimatum/assets/js/slideshows/supersized.shutter.min.js', 0, 0x00000000000000000000000000000000, 0x811011ebf1d8b4f957b043caefc3a198),
(0x378649977f4a9c72e87c1816a4ef08a4, 'wp-content/themes/ultimatum/assets/js/src/bootstrap.2.3.2.min.js', 0, 0x00000000000000000000000000000000, 0xbed31fb959612a0a77d8e87b9d0b3683),
(0x0147ea9fd9c8c3af5146c28155a663e0, 'wp-content/themes/ultimatum/assets/js/src/bootstrap.3.3.4.min.js', 0, 0x00000000000000000000000000000000, 0x8c237312864d2e4c4f03544cd4f9b195),
(0x7728e344c0be6b53b5d89efb477b4bf6, 'wp-content/themes/ultimatum/assets/js/src/jquery.fitvids.js', 0, 0x00000000000000000000000000000000, 0x4862c3f30420198f2c5456271e280425),
(0xfc24409cff34f8f2d56ef86ceb753476, 'wp-content/themes/ultimatum/assets/js/src/jquery.prettyPhoto.js', 0, 0x00000000000000000000000000000000, 0x51d2c2977e3dbb58e8ee5a5f52673aa0),
(0x18a552d479cd791d5b05e0074e5567f7, 'wp-content/themes/ultimatum/assets/js/src/jquery.sidr.min.js', 0, 0x00000000000000000000000000000000, 0x6797bfefca61c7fb237f40435b17293d),
(0x573a88cf115ea592e0fa1ebb5bb79eb2, 'wp-content/themes/ultimatum/assets/js/src/jquery.slicknav.js', 0, 0x00000000000000000000000000000000, 0x498d4a422f319d9f81aeeae240de36d2),
(0xaf0620f30ba1e452b106d33f5894adf5, 'wp-content/themes/ultimatum/assets/js/src/theme.js', 0, 0x00000000000000000000000000000000, 0xd348e35b1d3177f7c4270fe11868f0b8),
(0xbe88d573ab254c030e4dfa9d46b71cf4, 'wp-content/themes/ultimatum/assets/js/src/ult.menu.js', 0, 0x00000000000000000000000000000000, 0x058c030ff32de2fdf7da1a7cc9e66e64),
(0x103dfa2c4b1546608458431af43c5b83, 'wp-content/themes/ultimatum/assets/js/theme.global.tbs2.js', 0, 0x00000000000000000000000000000000, 0x534b95d5ed5172f3ccb54f35393229c5),
(0xe72a401ba64261de6e681c0f2cacb0a5, 'wp-content/themes/ultimatum/assets/js/theme.global.tbs2.min.js', 0, 0x00000000000000000000000000000000, 0xed99451888695d2ac3ecc793b1ddeb7d),
(0xaae85cc2e911fbc7da2b974bbcc4a09a, 'wp-content/themes/ultimatum/assets/js/theme.global.tbs3.js', 0, 0x00000000000000000000000000000000, 0x6cdd34db6a4246bbdbc3816f332dc6a0),
(0x6cf20c391ac6db660a3351e8992e8705, 'wp-content/themes/ultimatum/assets/js/theme.global.tbs3.min.js', 0, 0x00000000000000000000000000000000, 0xb24e7932b0baf2d118e3612988643bdd),
(0xbbaccc279031d72c4c57909dfd017e93, 'wp-content/themes/ultimatum/assets/less/960/960gs-responsive.less', 0, 0x00000000000000000000000000000000, 0x21b34a0e67701fd170ae481b11988a76),
(0x1836ee74ebe33b4d77b6d5ab3e28a047, 'wp-content/themes/ultimatum/assets/less/960/960gs.less', 0, 0x00000000000000000000000000000000, 0x31f4c9a8eb20b3878897f5bfeb7034be),
(0x5098588ce43367f1639891b6ca6021fb, 'wp-content/themes/ultimatum/assets/less/960/mixins.less', 0, 0x00000000000000000000000000000000, 0x8a1ae22b3f5379c51098aa33bba76e00),
(0x3eab837489da22528ff04c2e951f62d0, 'wp-content/themes/ultimatum/assets/less/960/variables.less', 0, 0x00000000000000000000000000000000, 0xa8799a17414041e67d38fff3a85ce5d3),
(0xb3456dfcebda6dfa26f0ed3f83835ab2, 'wp-content/themes/ultimatum/assets/less/tbs2/accordion.less', 0, 0x00000000000000000000000000000000, 0x1974d611a4b40f6f352edb35abce11d1),
(0xa24ff07f208396dafbc5eaf674db0e40, 'wp-content/themes/ultimatum/assets/less/tbs2/alerts.less', 0, 0x00000000000000000000000000000000, 0xbbcc5df82ddeed0b7fcc754426fcc4ee),
(0x7841231b8f048a15d7030c8d158baa2e, 'wp-content/themes/ultimatum/assets/less/tbs2/amelia/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x5668c7dae4024e6d5ccac1140e5840eb),
(0x25ffcda8e70774f0006690757b8f2e5c, 'wp-content/themes/ultimatum/assets/less/tbs2/amelia/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x94fcf1ad742958c4d0ff11a6db51dcb0, 'wp-content/themes/ultimatum/assets/less/tbs2/amelia/variables.less', 0, 0x00000000000000000000000000000000, 0x385603cec3b40bb9267efaf92794f094),
(0xcd1234433394a16b721f979815c3f978, 'wp-content/themes/ultimatum/assets/less/tbs2/bootstrap.less', 0, 0x00000000000000000000000000000000, 0xc5fc15708a0b340f6f8f0cdd2c5e481d),
(0xf6e3f34f55540ed317422bf1e0884311, 'wp-content/themes/ultimatum/assets/less/tbs2/breadcrumbs.less', 0, 0x00000000000000000000000000000000, 0x8d9b57e77a1b0f5207ac61c9783f197c),
(0xcfebf6e77af42fd1546a2eed0cd4bd87, 'wp-content/themes/ultimatum/assets/less/tbs2/button-groups.less', 0, 0x00000000000000000000000000000000, 0x5a22b812c0cd4da5b290da34efc1d5eb),
(0x9d203d3ccbdb424934fe2fe6d249b044, 'wp-content/themes/ultimatum/assets/less/tbs2/buttons.less', 0, 0x00000000000000000000000000000000, 0x329480bb82cdaeaf297b383b06129d42),
(0xfadca4775689a49c410be595f65fa6fe, 'wp-content/themes/ultimatum/assets/less/tbs2/carousel.less', 0, 0x00000000000000000000000000000000, 0x8eae6e45083e7da69a1a0996da1800d6),
(0x4d0a2a16551fd04ccb9686d058a4c99f, 'wp-content/themes/ultimatum/assets/less/tbs2/cerulean/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x24da15cc838c225cd9361c2c0bf6c2b4),
(0xa8b46bcb9b7ef563a78f11353d1b1df0, 'wp-content/themes/ultimatum/assets/less/tbs2/cerulean/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x6a5b30a5cd5165117ceb46726557bd6c, 'wp-content/themes/ultimatum/assets/less/tbs2/cerulean/variables.less', 0, 0x00000000000000000000000000000000, 0x3748cc1435c026b1c0b73a66a1d9d126),
(0xae0b032c023f274ce126bc7390700361, 'wp-content/themes/ultimatum/assets/less/tbs2/close.less', 0, 0x00000000000000000000000000000000, 0x6e2768cdf2ed5f62171399e408e45261),
(0xbf64a8de0e17880d1667e917178cd84d, 'wp-content/themes/ultimatum/assets/less/tbs2/code.less', 0, 0x00000000000000000000000000000000, 0x0f818863c4ef36bef0abe4aacdfb27c4),
(0x436e4d7a9f44b91a7d6983c6f8c85b35, 'wp-content/themes/ultimatum/assets/less/tbs2/component-animations.less', 0, 0x00000000000000000000000000000000, 0x187f9da4ce323b12c0a84ffa2d736f6c),
(0x32a6f4413d2d65c8d03f3afe5496b396, 'wp-content/themes/ultimatum/assets/less/tbs2/cosmo/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xc7602e72dfd25b99ef74ee6468f0e6ee),
(0xc0f5c2d89015eaf6a78efc9b4f799c51, 'wp-content/themes/ultimatum/assets/less/tbs2/cosmo/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x767a19b1b33cb3fd47a0cd542b22cc3c, 'wp-content/themes/ultimatum/assets/less/tbs2/cosmo/variables.less', 0, 0x00000000000000000000000000000000, 0xfa0cded964a34e9849cbaa9fe4011b87),
(0x03bb92cab39ee3177aeaf9c1e039d10d, 'wp-content/themes/ultimatum/assets/less/tbs2/cyborg/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xcf0b73b24c87bec80b091881ef36cc45),
(0xc9757664ce554038a028b66361ba1a9a, 'wp-content/themes/ultimatum/assets/less/tbs2/cyborg/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xfb796d6f39c7005aeb25ef7cb2e42d72, 'wp-content/themes/ultimatum/assets/less/tbs2/cyborg/variables.less', 0, 0x00000000000000000000000000000000, 0xbb2d3415f5975724d94137e9c94a1728),
(0x58ebc839f22840b6940d578d97ab06dc, 'wp-content/themes/ultimatum/assets/less/tbs2/default/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x152634092f042817da8fabea94a48794, 'wp-content/themes/ultimatum/assets/less/tbs2/default/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x4b4d78ee6ca4f4d3246e6f05bd965da5, 'wp-content/themes/ultimatum/assets/less/tbs2/default/variables.less', 0, 0x00000000000000000000000000000000, 0x61b443682e7785403a30e22fbabf7895),
(0x5b594e886b747785eaa0f3a0a609a337, 'wp-content/themes/ultimatum/assets/less/tbs2/dropdowns.less', 0, 0x00000000000000000000000000000000, 0x482a7ca4937378fdd7b029fbc03e9c53),
(0x92f0ce69d23367bd0571d4fd04be3235, 'wp-content/themes/ultimatum/assets/less/tbs2/flatly/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x9fdc2556d43aa6906cc3fe7ccbdec796),
(0x353b79da4187582f918fac48a7bb7897, 'wp-content/themes/ultimatum/assets/less/tbs2/flatly/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x5a207451d005480e9f6c9d414a6ef374, 'wp-content/themes/ultimatum/assets/less/tbs2/flatly/variables.less', 0, 0x00000000000000000000000000000000, 0x0f0b3abc6d2e30c59ae949fd12e489d8),
(0x6d8ee6eb565cbccf6455cacea41bb52f, 'wp-content/themes/ultimatum/assets/less/tbs2/forms.less', 0, 0x00000000000000000000000000000000, 0x1a19565d04deda2b6b4007c7ba56353f),
(0xbda387fc40c3e0d568884e2e3cecbf94, 'wp-content/themes/ultimatum/assets/less/tbs2/grid.less', 0, 0x00000000000000000000000000000000, 0x2d2437fc0a66629c5d69d2eb59931483),
(0xdf704b1eb435e5d96f9a6f3ca57deb3b, 'wp-content/themes/ultimatum/assets/less/tbs2/hero-unit.less', 0, 0x00000000000000000000000000000000, 0xc9d70e67eacc36f0db73acbe25df7090),
(0xc0fc64c51d0b13c67d12daeaa691df89, 'wp-content/themes/ultimatum/assets/less/tbs2/journal/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x21305f98a7860dfd4d1376ef1fc765d3),
(0xbc50ba95a97968360f3e271266bece05, 'wp-content/themes/ultimatum/assets/less/tbs2/journal/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x40e222a083d4c296e2bc9d84180f79ae, 'wp-content/themes/ultimatum/assets/less/tbs2/journal/variables.less', 0, 0x00000000000000000000000000000000, 0x2af7f51ab97538b281223a364ddc7a2e),
(0xcef784d1a1cb2c17b72f7abb595e5947, 'wp-content/themes/ultimatum/assets/less/tbs2/labels-badges.less', 0, 0x00000000000000000000000000000000, 0x04b0b39a95dc6017ceaba899fef2aa07),
(0x21952d56eb536136ac76348f3ffa0157, 'wp-content/themes/ultimatum/assets/less/tbs2/layouts.less', 0, 0x00000000000000000000000000000000, 0x90413797569e34a2b5e10b53d6e61087),
(0xdf28c430595e818dba6b36f0fe98bd25, 'wp-content/themes/ultimatum/assets/less/tbs2/media.less', 0, 0x00000000000000000000000000000000, 0x52be6ae7fe9e1d267ce1e2188e790ecc),
(0xf20cd68a2a36461d6322f32adb012204, 'wp-content/themes/ultimatum/assets/less/tbs2/mixins.less', 0, 0x00000000000000000000000000000000, 0xe80bacdd3fc0f454cfd6e2944241aa09),
(0xc238d0c63553d06be273a3e8b4ecafa7, 'wp-content/themes/ultimatum/assets/less/tbs2/modals.less', 0, 0x00000000000000000000000000000000, 0x638205b9a6a5e3d99bf0e4b48799b442),
(0x76dc5f25195609d375185cbfc68162f1, 'wp-content/themes/ultimatum/assets/less/tbs2/navbar.less', 0, 0x00000000000000000000000000000000, 0xa0ca6ff15e6cb203566ea101b7306cc3),
(0x2923b0bffaf3774598878793c8c0686e, 'wp-content/themes/ultimatum/assets/less/tbs2/navs.less', 0, 0x00000000000000000000000000000000, 0xb9dd2296bf62ec09c36743f612bf8117),
(0xc5a38523163e201296a1f4e19adbc72b, 'wp-content/themes/ultimatum/assets/less/tbs2/pager.less', 0, 0x00000000000000000000000000000000, 0x24ea9d2a69a24bb5912fcdf1db8f8f30),
(0x57b3885963d5c9af8e89be47f215508e, 'wp-content/themes/ultimatum/assets/less/tbs2/pagination.less', 0, 0x00000000000000000000000000000000, 0x8148999e1d69b53d061f4d215793b5df),
(0x3987c5b0e27103bad9a35a2de91808a3, 'wp-content/themes/ultimatum/assets/less/tbs2/popovers.less', 0, 0x00000000000000000000000000000000, 0xdea13f688bf2921b5187d9d5cd5a1b08),
(0xdd54f1ec4d06e35cd35dbd45ff1e4a3d, 'wp-content/themes/ultimatum/assets/less/tbs2/progress-bars.less', 0, 0x00000000000000000000000000000000, 0x2ba5f2c06f791713d2fa433fd724fdf0),
(0x2259d29e22100ca597904be986ab030f, 'wp-content/themes/ultimatum/assets/less/tbs2/readable/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x4ae61d3afa5e62a4f33e252070f92639),
(0x7a4be5304d27027e7743bce9b93e7d59, 'wp-content/themes/ultimatum/assets/less/tbs2/readable/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd7b1c6bcd7b4d1e50a320f179f84801e, 'wp-content/themes/ultimatum/assets/less/tbs2/readable/variables.less', 0, 0x00000000000000000000000000000000, 0xc668f620676e0ac60d12afdd078efb1e),
(0x8f41c4a093942e4443bee74a93fc4dcc, 'wp-content/themes/ultimatum/assets/less/tbs2/reset.less', 0, 0x00000000000000000000000000000000, 0x8763590ef5a528a1d0cac6ec1693522e),
(0x1cae8387d80fa9518633d9323bf88eae, 'wp-content/themes/ultimatum/assets/less/tbs2/responsive-1200px-min.less', 0, 0x00000000000000000000000000000000, 0x0cec9870b3de459002ae746379011a6e),
(0x4d0f3aeb00095220555762df13216569, 'wp-content/themes/ultimatum/assets/less/tbs2/responsive-767px-max.less', 0, 0x00000000000000000000000000000000, 0xb8a5289f6b271bfd991b3aa54c8ab0f8),
(0x5cdac93031c9dd0b34dfdb5e3780ecc4, 'wp-content/themes/ultimatum/assets/less/tbs2/responsive-768px-979px.less', 0, 0x00000000000000000000000000000000, 0x30249de0ab74c60a4e1e0730a63c0c1c),
(0x824fbd05bbfe8bd6fba52207fb160956, 'wp-content/themes/ultimatum/assets/less/tbs2/responsive-navbar.less', 0, 0x00000000000000000000000000000000, 0x5ebd5338fac9cb5bf89d34ae6db3fef0),
(0xb5d40aa1f25b81ddd0df84df5a844d13, 'wp-content/themes/ultimatum/assets/less/tbs2/responsive-utilities.less', 0, 0x00000000000000000000000000000000, 0xf04b59d0062491fd839f58c8e555051b),
(0xd2d3cb17c0f06d0785118a0e9454074b, 'wp-content/themes/ultimatum/assets/less/tbs2/responsive.less', 0, 0x00000000000000000000000000000000, 0xab8d6b4aac426c2cb26f4a43447d5ccc),
(0x0dd8092d9620c4ea89725434fcbb8976, 'wp-content/themes/ultimatum/assets/less/tbs2/scaffolding.less', 0, 0x00000000000000000000000000000000, 0x76f771a236d2d00e8664fb0b4471d164),
(0x3b79cea9399db697779e6957f7d05c30, 'wp-content/themes/ultimatum/assets/less/tbs2/simplex/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x148c728f2a56c028d096933486412c58),
(0xe0068b179b2f4db245a72fd86e85d141, 'wp-content/themes/ultimatum/assets/less/tbs2/simplex/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x6be194ca776d8faad40168eb42bb3299, 'wp-content/themes/ultimatum/assets/less/tbs2/simplex/variables.less', 0, 0x00000000000000000000000000000000, 0x5949b7e1ce90a1ffd4baf1441e757cd6),
(0xc8b5ac25297a93094b4a60de48deff80, 'wp-content/themes/ultimatum/assets/less/tbs2/slate/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x3e40bc1f510196b0b6ddc390bbb5b49f),
(0xdf51e7e1e2458bd1fdc69ef232adcf05, 'wp-content/themes/ultimatum/assets/less/tbs2/slate/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xce5359f27a234d0899634d9ef5448a16, 'wp-content/themes/ultimatum/assets/less/tbs2/slate/variables.less', 0, 0x00000000000000000000000000000000, 0xce170b6de123e06ffcdf9115ce8a3072),
(0x86e990adca4ae4cb4c9fc05a95ac05fa, 'wp-content/themes/ultimatum/assets/less/tbs2/spacelab/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xf3415ffb18e60a76df3964c8b1742945),
(0xe88609bd927b300ed6f564760fe93dbc, 'wp-content/themes/ultimatum/assets/less/tbs2/spacelab/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x543abda63c82e55086d2422d836fe066, 'wp-content/themes/ultimatum/assets/less/tbs2/spacelab/variables.less', 0, 0x00000000000000000000000000000000, 0xd620ab032d85897393b3b6390e8fa18a),
(0x9d04ac108cad89e9d1684ffe8cc88e2c, 'wp-content/themes/ultimatum/assets/less/tbs2/sprites.less', 0, 0x00000000000000000000000000000000, 0xe88abc134271b9379a05a2d4831e4a36),
(0xb59a2e67c35b588a9bd0c57b28935c6a, 'wp-content/themes/ultimatum/assets/less/tbs2/spruce/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xd14403478286ea2a786c56a1889b3e21),
(0xa97ab54d73d1f9017c4a6ce8e894ef7a, 'wp-content/themes/ultimatum/assets/less/tbs2/spruce/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xee5dfb6bfae6ad0c775d50d22dc999ec, 'wp-content/themes/ultimatum/assets/less/tbs2/spruce/variables.less', 0, 0x00000000000000000000000000000000, 0x50144262bba03e546d93ccdc46c8e3be),
(0x2c19d559b72dd919ebdbdf8d842d4f61, 'wp-content/themes/ultimatum/assets/less/tbs2/superhero/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x8b7a2bb3400aeed159d58ba6abeed4c5),
(0x3c03b3e83ff6bc70b8eba4f0db8dafaa, 'wp-content/themes/ultimatum/assets/less/tbs2/superhero/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xf657808f97aec43539bd4be0271364bd, 'wp-content/themes/ultimatum/assets/less/tbs2/superhero/variables.less', 0, 0x00000000000000000000000000000000, 0x9854cc44a8aca2663ffbc1bb761bd5c0),
(0xc2754aa2847880cd59f6460ca831f3a8, 'wp-content/themes/ultimatum/assets/less/tbs2/swatchmaker-cdn.less', 0, 0x00000000000000000000000000000000, 0xcdead750ee58c3fbb6b4f3172c4f74d6),
(0x0b2a6eddde17ea55ac8f97ecb37e39ab, 'wp-content/themes/ultimatum/assets/less/tbs2/swatchmaker-responsive.less', 0, 0x00000000000000000000000000000000, 0xcd1994211d767f4bd69b02f9f4eb3748),
(0x99248947e386a367207170e3b638284f, 'wp-content/themes/ultimatum/assets/less/tbs2/swatchmaker.less', 0, 0x00000000000000000000000000000000, 0x67d4a0809125ff2f3d6458b1536f5338),
(0x3e132433d9dad6c112d1f15e671371e2, 'wp-content/themes/ultimatum/assets/less/tbs2/tables.less', 0, 0x00000000000000000000000000000000, 0xa774597e85202a1eaf20c1fdc3e919d0),
(0xd25216514cf8adb27436220e66597ee4, 'wp-content/themes/ultimatum/assets/less/tbs2/thumbnails.less', 0, 0x00000000000000000000000000000000, 0xaeef82df3b2ab83e880c15c689b3e9bd),
(0x1ee7ff37cc1cf24be3be8f535fa7ca3a, 'wp-content/themes/ultimatum/assets/less/tbs2/tooltip.less', 0, 0x00000000000000000000000000000000, 0xd93629650f6dceb5bd0b14f61a97175f),
(0xc54d00f94e7def0e180d1fb8f9d95633, 'wp-content/themes/ultimatum/assets/less/tbs2/type.less', 0, 0x00000000000000000000000000000000, 0xa9cbf55392e5a0d69dc185d1c6e26799),
(0x616bd94a8c8d6dbb59198e31508abdbe, 'wp-content/themes/ultimatum/assets/less/tbs2/united/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xb16675e1bae05b5d048f6f6cc70ef36e),
(0x8794a29619d4d6d72c1034bb628a57a9, 'wp-content/themes/ultimatum/assets/less/tbs2/united/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xb4a8bf8f0a9146bf9c0e758342d3953a, 'wp-content/themes/ultimatum/assets/less/tbs2/united/variables.less', 0, 0x00000000000000000000000000000000, 0xf920c3983ddfe562161bbedec38bfaae),
(0xd134901d889943f11d81f2c2ec65c414, 'wp-content/themes/ultimatum/assets/less/tbs2/utilities.less', 0, 0x00000000000000000000000000000000, 0xc7a238b720e8ba267c6903a72743e1e4),
(0x8b0de69e4826fc4717f577d38e038226, 'wp-content/themes/ultimatum/assets/less/tbs2/variables.less', 0, 0x00000000000000000000000000000000, 0x7a8161d8b74b6168464d7415e3c705e8),
(0x3d6639d87dbbb1b6e34be84b5f514ff8, 'wp-content/themes/ultimatum/assets/less/tbs2/wells.less', 0, 0x00000000000000000000000000000000, 0x7b11225ab45c93b4d17b17237fee17a8),
(0x90303a298da53f131449317f90b28738, 'wp-content/themes/ultimatum/assets/less/tbs3/alerts.less', 0, 0x00000000000000000000000000000000, 0xd6b62e1b2aeb1a17888f53e9af6ae4e9),
(0x8ae0d01fcc43395ca03fd23d9e3ad2c0, 'wp-content/themes/ultimatum/assets/less/tbs3/amelia/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xac4915918307000d046a73a1d727e4fe),
(0x046f13878e4736ad0798c2a1e5c012e5, 'wp-content/themes/ultimatum/assets/less/tbs3/amelia/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd669cc343a943c6e2f67c567776933d1, 'wp-content/themes/ultimatum/assets/less/tbs3/amelia/variables.less', 0, 0x00000000000000000000000000000000, 0x92e3d3a5cb787c0a7ec4e0e57f4fbe7c),
(0xafee4dd46923c2bce57d9cee3aab64ac, 'wp-content/themes/ultimatum/assets/less/tbs3/badges.less', 0, 0x00000000000000000000000000000000, 0x0227516600bc31aed05953285836cd81),
(0xa137b814784f0639964483c0bf1b8564, 'wp-content/themes/ultimatum/assets/less/tbs3/bootstrap.less', 0, 0x00000000000000000000000000000000, 0x795f03e9246302d89820ab9f944d249a),
(0xbeec862b5bc2225b4fa3a02b15281304, 'wp-content/themes/ultimatum/assets/less/tbs3/breadcrumbs.less', 0, 0x00000000000000000000000000000000, 0x7dce9541e6a59de6301403a7d25036fa),
(0x5129c2b5922949b6d7d07caaebfacd0b, 'wp-content/themes/ultimatum/assets/less/tbs3/button-groups.less', 0, 0x00000000000000000000000000000000, 0xf8cd9f808673b2f335d31b17082f6fda),
(0x30b877fe5d55e410be0519d990eb5b50, 'wp-content/themes/ultimatum/assets/less/tbs3/buttons.less', 0, 0x00000000000000000000000000000000, 0xf07962750d22b319543cd1a2aba994a6),
(0xc1923c176943374168241e5c5a4c047a, 'wp-content/themes/ultimatum/assets/less/tbs3/carousel.less', 0, 0x00000000000000000000000000000000, 0x9267465184dd8c95bdbf56d6c7aabedf),
(0xc619e39394d4d9624166003ae7985ce8, 'wp-content/themes/ultimatum/assets/less/tbs3/cerulean/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xceea8763834c23f0faff3e9bc09887a0),
(0xfd2992a191fbb824f2a982891099b3a0, 'wp-content/themes/ultimatum/assets/less/tbs3/cerulean/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xeeff0d1c8e01e91619428c4504e66765, 'wp-content/themes/ultimatum/assets/less/tbs3/cerulean/variables.less', 0, 0x00000000000000000000000000000000, 0xa04207e5db6a49f624f2167d8a8e5d20),
(0x5614f8eae7e60a796177fcc9a458f3c0, 'wp-content/themes/ultimatum/assets/less/tbs3/close.less', 0, 0x00000000000000000000000000000000, 0xd1106a9df41e0ef26a376551b5bbfd15),
(0x90e863014f23769af0d7dfe7a834c40d, 'wp-content/themes/ultimatum/assets/less/tbs3/code.less', 0, 0x00000000000000000000000000000000, 0x3c1f555d2382fdced70cfe1662631f71),
(0x4d3d51cb223db7cb302bd5636815bb1d, 'wp-content/themes/ultimatum/assets/less/tbs3/component-animations.less', 0, 0x00000000000000000000000000000000, 0xf7605695861c6f68a422d5fa9a936845),
(0x136e136daefa067423ab8a3a8e35346d, 'wp-content/themes/ultimatum/assets/less/tbs3/cosmo/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x627757c48939367028f29f43bb3b6360),
(0x909689fd88d1fe96e7a8bdb1e3ee4f5a, 'wp-content/themes/ultimatum/assets/less/tbs3/cosmo/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd4902b74382995ca276c7f2a606e5ef5, 'wp-content/themes/ultimatum/assets/less/tbs3/cosmo/variables.less', 0, 0x00000000000000000000000000000000, 0x4ac16304f91a4eaf940e1215309d31bc),
(0x38cccb4890e56a24b1b2da2960be78be, 'wp-content/themes/ultimatum/assets/less/tbs3/cyborg/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xda26476e3f842474f80d34881a9a428b),
(0xdff3310d012c1bc5db42044ac3951c8d, 'wp-content/themes/ultimatum/assets/less/tbs3/cyborg/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xb90e62c10dbf037b5e1c9d24943872df, 'wp-content/themes/ultimatum/assets/less/tbs3/cyborg/variables.less', 0, 0x00000000000000000000000000000000, 0x37c66b9fa972618abdf913ad430a7925),
(0xd95084e963bf33e6035cdbb32538adbb, 'wp-content/themes/ultimatum/assets/less/tbs3/darkly/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x8ec4c79fd47fa00ee900df338a932f86),
(0x1ee05c3799021b56adc2258abc4712ca, 'wp-content/themes/ultimatum/assets/less/tbs3/darkly/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x04a61fb4981e29744d6a0a3e76847f08, 'wp-content/themes/ultimatum/assets/less/tbs3/darkly/variables.less', 0, 0x00000000000000000000000000000000, 0x3abc96cefb07dffd6c747c4156438be6),
(0xaea8b225da2561cd705479ad723bbc6f, 'wp-content/themes/ultimatum/assets/less/tbs3/default/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x7244f731a84c10414f374d86591131f3, 'wp-content/themes/ultimatum/assets/less/tbs3/default/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xe7c3af2069c4311073f5d2bf9583c64c, 'wp-content/themes/ultimatum/assets/less/tbs3/default/variables.less', 0, 0x00000000000000000000000000000000, 0xefb365311078c7a58ec161e701d040c0),
(0xb15bffb99a76a05460daa3aa59aee085, 'wp-content/themes/ultimatum/assets/less/tbs3/dropdowns.less', 0, 0x00000000000000000000000000000000, 0x3efbe3f33f960d2db3b20baae206093c),
(0xe39635df585d61aab19e5d0687db3a43, 'wp-content/themes/ultimatum/assets/less/tbs3/flatly/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xeb8fb2d533fc847db580b0abb0c3e516),
(0x036cd5c437c2fdea673288286f0f12f9, 'wp-content/themes/ultimatum/assets/less/tbs3/flatly/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xa027936942758f40ba7ed78edd72fb58, 'wp-content/themes/ultimatum/assets/less/tbs3/flatly/variables.less', 0, 0x00000000000000000000000000000000, 0x7f8eae9adf9ef084e3b02a2c44084146),
(0x4f28809cef500ea520ac7da4f0910a89, 'wp-content/themes/ultimatum/assets/less/tbs3/forms.less', 0, 0x00000000000000000000000000000000, 0xaddeb078aeae838192b3fd100ae75f14),
(0x421f5fbefb2e6aec0225a80d8bbe282d, 'wp-content/themes/ultimatum/assets/less/tbs3/glyphicons.less', 0, 0x00000000000000000000000000000000, 0x6e96c0d23189ee16ffc6d1dda78e3ce8),
(0xcef4d77bf5e35e607806d8eae8472db7, 'wp-content/themes/ultimatum/assets/less/tbs3/grid.less', 0, 0x00000000000000000000000000000000, 0xc27679fdc7a793f3ef833ad1136a957f),
(0xcd9706564fe0062aff7bfad06444837e, 'wp-content/themes/ultimatum/assets/less/tbs3/input-groups.less', 0, 0x00000000000000000000000000000000, 0xd8539e0b587c344d4ca75e1539698f8a),
(0xac3f5cb83e6b73615e6cd846c6530f89, 'wp-content/themes/ultimatum/assets/less/tbs3/journal/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x69d1fd300a1e412d4a9b176fc57caf5e),
(0x8e0524ddd279701be590bc5000f1a153, 'wp-content/themes/ultimatum/assets/less/tbs3/journal/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x48ce46815c8909085e34c859dca91f0f, 'wp-content/themes/ultimatum/assets/less/tbs3/journal/variables.less', 0, 0x00000000000000000000000000000000, 0x451805b0dac2f5607ff6a6556310a460),
(0x6b789fcbc2c10c02bce57eece3a608f9, 'wp-content/themes/ultimatum/assets/less/tbs3/jumbotron.less', 0, 0x00000000000000000000000000000000, 0xaebf1fa069a68b88a049e66edb7ccb27),
(0xe6aad0a9d3c0b440cd54a15d0d7dd6a0, 'wp-content/themes/ultimatum/assets/less/tbs3/labels.less', 0, 0x00000000000000000000000000000000, 0x18e545cfb7385e21c753ba236824210a),
(0x253aff4611d242469b0d0bfc8eb9db83, 'wp-content/themes/ultimatum/assets/less/tbs3/list-group.less', 0, 0x00000000000000000000000000000000, 0x83ca85f279c544c4057daca7f97ba8fb),
(0xad58658f70c7e4bf6e2cde5dc1e1a7e1, 'wp-content/themes/ultimatum/assets/less/tbs3/lumen/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xe38d746c5e488ff2c1f23bad9342249c),
(0xdd1b237a1eaae956e5e6d41df0095c1c, 'wp-content/themes/ultimatum/assets/less/tbs3/lumen/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x107547eafd79021150f46e488b6e129e, 'wp-content/themes/ultimatum/assets/less/tbs3/lumen/variables.less', 0, 0x00000000000000000000000000000000, 0xa4cc8637d380b5428a090bcb1a5579f0),
(0xc6d7d57c77d0eef07b81311c7da42114, 'wp-content/themes/ultimatum/assets/less/tbs3/media.less', 0, 0x00000000000000000000000000000000, 0xbfbb8fa5c70a4115c41b406dd7160f06),
(0x7aafb8c7e6c901b7709dd6e4701888e5, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/alerts.less', 0, 0x00000000000000000000000000000000, 0x78aa25760d223bf51d8d4edf59c2d384),
(0x749b66f814dbd003556f616eb2e9c6b2, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/background-variant.less', 0, 0x00000000000000000000000000000000, 0x34c5b4585baca57889dc1d390f563ae5),
(0xdea1a10d3a52a251cc9cf91c38c3bb6d, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/border-radius.less', 0, 0x00000000000000000000000000000000, 0x30d64faff1cc98361fb1ec89b4e29418),
(0x53364ffa1e02933a0b96a6ec2bc5cbc0, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/buttons.less', 0, 0x00000000000000000000000000000000, 0xcdce53083c010e33f6056372111bd40a),
(0x2915349de03c22eeff8f74f3dfed5c64, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/center-block.less', 0, 0x00000000000000000000000000000000, 0xe2328a0e18978ca3f20412c36b014865),
(0x50708190914484576d0e010e7b1fd078, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/clearfix.less', 0, 0x00000000000000000000000000000000, 0x8e9c9440f515f1586205aa595ae713ba),
(0x6158f1ccb2c7c1b891546d0843e6f13b, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/forms.less', 0, 0x00000000000000000000000000000000, 0x92448ff5635fdcbe1322dd36929be43f),
(0x8a9b42fabfde0dd9e995cb1bfd109a80, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/gradients.less', 0, 0x00000000000000000000000000000000, 0x7f6754b3b31e2ad1272360e5a7d72124),
(0x5b62fafb1c4f86d311c1d74ef7cac9ec, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/grid-framework.less', 0, 0x00000000000000000000000000000000, 0xa7b575d472ca0bc957036bdfe54bb437),
(0x064f8ea60c2d9cdc68b8421a97089766, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/grid.less', 0, 0x00000000000000000000000000000000, 0x20c6cbe3e09aad4d6f7d382059a90ba3),
(0xfe8d36be3c5f947dab7aa5b3665f48b5, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/hide-text.less', 0, 0x00000000000000000000000000000000, 0xe588fdb4311e69e3a5fcee7ebe9c6c99),
(0x7176bc4b15d43fb5f7ddfe2b9b2ac49a, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/image.less', 0, 0x00000000000000000000000000000000, 0x0af48a82a48f4a2e0ae68afdc5295e5f),
(0xa1368a63764ab31127b12aa9e1e85397, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/labels.less', 0, 0x00000000000000000000000000000000, 0xd3c6a97bacf167db12bb187f1ebc4a15),
(0x8e72025fc6249bea45bdf65653ec0754, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/list-group.less', 0, 0x00000000000000000000000000000000, 0x66e3e724e2fc3c9089ac1cd006084e0c),
(0xa02f4e0cdce5d1c03c14c8566d7ed111, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/nav-divider.less', 0, 0x00000000000000000000000000000000, 0x846f793e8d601915b31d2d7699bc35ab),
(0x8416903a71081fdebb7a7c2a70ca35cf, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/nav-vertical-align.less', 0, 0x00000000000000000000000000000000, 0xa9e830f1c39bd7e89679fe6ea200763c),
(0xbcba7af18a50e9f2c1bc0814549360eb, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/opacity.less', 0, 0x00000000000000000000000000000000, 0x1be3f12daf02e4f36a4b7896b377c773),
(0x6b0a995af8eee8f8b43e2c67d36c6534, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/pagination.less', 0, 0x00000000000000000000000000000000, 0xd1670390120629299270f67d56466b5b),
(0xa70936bb62aa40a1ce2ab71ccbad7e21, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/panels.less', 0, 0x00000000000000000000000000000000, 0x2d317d8386b126f6bd80a946e6c0ebf4),
(0x833f9e08f33358b8467a3f4f7b1bd585, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/progress-bar.less', 0, 0x00000000000000000000000000000000, 0x7039dc30596272eaf95604ce46532263),
(0x37a90049f2b6b94596d44a4c0b37b654, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/reset-filter.less', 0, 0x00000000000000000000000000000000, 0xff42fe79f10deeaea892af691711fa33),
(0x48e1371c043f67b0d48823c014d31c0f, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/resize.less', 0, 0x00000000000000000000000000000000, 0xb6ef275960e5f97b064c1aff7d6b3951),
(0xfe03eb5d4687aba72622244bc360d365, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/responsive-visibility.less', 0, 0x00000000000000000000000000000000, 0x74fcac885ba966f828a373f405b755b4),
(0xfa09e7c1612eedf08ba87cbd8a23cd07, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/size.less', 0, 0x00000000000000000000000000000000, 0xcb591f72667a90bbc04e539332278019),
(0x4d7ae4c2f43f03d5eb76ef68a8ec40a8, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/tab-focus.less', 0, 0x00000000000000000000000000000000, 0x888e1e5f8e41a88aaa1afa58214b072e),
(0x34fc61880a96a92e9c6c9de10b8b2cfe, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/table-row.less', 0, 0x00000000000000000000000000000000, 0x3b3855aeeb76f7dd6868d68303d18a2e),
(0x0350a8a9096e23fb3dbef522ae51c8b4, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/text-emphasis.less', 0, 0x00000000000000000000000000000000, 0xa94099d8756dec84aeb54e7f022ab6e2),
(0xa68b04677ea82f5094278eac205ba3b9, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/text-overflow.less', 0, 0x00000000000000000000000000000000, 0x97f3e435fd0a2d7734213f94483a685e),
(0xc50dd0d886aa73f826da000553864e23, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins/vendor-prefixes.less', 0, 0x00000000000000000000000000000000, 0x56a8bac1b9ddd3de170512d7e9269c1b),
(0x935b833b26cfdb452259decb670bca9f, 'wp-content/themes/ultimatum/assets/less/tbs3/mixins.less', 0, 0x00000000000000000000000000000000, 0x394c9a1adcfd0dbd151dd5a466097985),
(0xcf215077e806a7555d7e75b0593f9af5, 'wp-content/themes/ultimatum/assets/less/tbs3/modals.less', 0, 0x00000000000000000000000000000000, 0x0523408a961e40e76f3808cad4658fe8),
(0xb236b51e35115a14ef923371b8c3a41c, 'wp-content/themes/ultimatum/assets/less/tbs3/navbar.less', 0, 0x00000000000000000000000000000000, 0x829c59127f7339c17e803cae87017261),
(0x3cd8a530c8bb8470e56f69d9aaac2e2c, 'wp-content/themes/ultimatum/assets/less/tbs3/navs.less', 0, 0x00000000000000000000000000000000, 0x8a6cb19b0b4bd8e16c6b2aa5b834c184),
(0xce4bfecafdf3832032a29d8a87c53578, 'wp-content/themes/ultimatum/assets/less/tbs3/normalize.less', 0, 0x00000000000000000000000000000000, 0x5dd1cd423d73e1c62d4b8d733774a979),
(0xc76ac4a258ae72076543dbacf924fee8, 'wp-content/themes/ultimatum/assets/less/tbs3/pager.less', 0, 0x00000000000000000000000000000000, 0xe4ba7eaa37b76f58f65cef48cbdcea52),
(0xdb09a4cbb21b1549243b915e2dcd538e, 'wp-content/themes/ultimatum/assets/less/tbs3/pagination.less', 0, 0x00000000000000000000000000000000, 0x4087b47633fab26fbfe4e8067d3381a8),
(0xe24c4693df4c00de9d4168543cbb7bed, 'wp-content/themes/ultimatum/assets/less/tbs3/panels.less', 0, 0x00000000000000000000000000000000, 0xb8f81db5b9ac79653064696b0d18267f),
(0x11dba26f8ade81b0bc49378c1851bca1, 'wp-content/themes/ultimatum/assets/less/tbs3/paper/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xdae64f7648ee29b341d6230362084359),
(0x3f99f1389b825decf5ebac4a61fdef37, 'wp-content/themes/ultimatum/assets/less/tbs3/paper/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x6a70cc14a593ba849f663fc0a27db96f, 'wp-content/themes/ultimatum/assets/less/tbs3/paper/variables.less', 0, 0x00000000000000000000000000000000, 0x00d95c7aa4b00bf9964778caf2336c85),
(0x5b6e02c468e1ce9d345259f5fd6b75e8, 'wp-content/themes/ultimatum/assets/less/tbs3/popovers.less', 0, 0x00000000000000000000000000000000, 0x4d2dbf45189b6224e61ded012373ae12),
(0x6c3e9fe80df24afeedb9c7be194d0f4b, 'wp-content/themes/ultimatum/assets/less/tbs3/print.less', 0, 0x00000000000000000000000000000000, 0x65e635aafa1f04d3eaa3201ebdf45432),
(0xd19bb1d0ded33bc366c4e0b6ffd81fcf, 'wp-content/themes/ultimatum/assets/less/tbs3/progress-bars.less', 0, 0x00000000000000000000000000000000, 0x620d57934cdd4e984919a7d0e2bd7173),
(0xe6346e26e4b934636c5bc7fc36c323a8, 'wp-content/themes/ultimatum/assets/less/tbs3/readable/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x7357ac316f9227cc6e47389a8208291b),
(0xbeb6cf88ef6b19e6eb132c85393030aa, 'wp-content/themes/ultimatum/assets/less/tbs3/readable/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xca0af8e04032685ac52deb1049a5c1d3, 'wp-content/themes/ultimatum/assets/less/tbs3/readable/variables.less', 0, 0x00000000000000000000000000000000, 0xc7076ba752048c54dabbfc8862f2f36e),
(0xa41a3e14f4c07a7d6c7fe40b1c0a11db, 'wp-content/themes/ultimatum/assets/less/tbs3/responsive-embed.less', 0, 0x00000000000000000000000000000000, 0x2c7057d9a90998866bf84c1112caf631),
(0x7adde46d01a31728936e0ed553586042, 'wp-content/themes/ultimatum/assets/less/tbs3/responsive-utilities.less', 0, 0x00000000000000000000000000000000, 0x8a64c69dcfc081a7858285f1ab2992f5),
(0xf569a35b124f0d22798c3c4a2d425183, 'wp-content/themes/ultimatum/assets/less/tbs3/sandstone/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x73a9139e81eca1035abf3f5079c8d7cc),
(0x7b294bdf33eb7a528e2e6679f6540137, 'wp-content/themes/ultimatum/assets/less/tbs3/sandstone/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x81efc78232f12b0cfe11be5f318b5237, 'wp-content/themes/ultimatum/assets/less/tbs3/sandstone/variables.less', 0, 0x00000000000000000000000000000000, 0x9ee7f788c6b9c2a7fb5607cf16b5007c),
(0x69d37e9da243e73d50ffd6bf06bb10e3, 'wp-content/themes/ultimatum/assets/less/tbs3/scaffolding.less', 0, 0x00000000000000000000000000000000, 0x89b390aaf81e78554df748f8a5585f60),
(0x4c6d297564579fadade462d591361b6a, 'wp-content/themes/ultimatum/assets/less/tbs3/simplex/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x31d0757103a5cab8fca86e3e592e3719),
(0x1e8982319345ec9647e146d4f3d4ae87, 'wp-content/themes/ultimatum/assets/less/tbs3/simplex/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xe80bb6f96e91df10be8ab0be99cac396, 'wp-content/themes/ultimatum/assets/less/tbs3/simplex/variables.less', 0, 0x00000000000000000000000000000000, 0x57d3e9610489bcdf3a05d0179b432ef4),
(0xaa0b8aceffcc6f3ec1615edd4a2b3484, 'wp-content/themes/ultimatum/assets/less/tbs3/slate/bootswatch.less', 0, 0x00000000000000000000000000000000, 0xb52e2f8dfe4092d662aafe7023976a62),
(0xa131d3d1adc4aaf31522fd78b7d0514f, 'wp-content/themes/ultimatum/assets/less/tbs3/slate/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xd73f213fa010bf98036184180ef570b2, 'wp-content/themes/ultimatum/assets/less/tbs3/slate/variables.less', 0, 0x00000000000000000000000000000000, 0x281fc72273e13895bee8e5e2e2eba696),
(0x605691eff24937c0f9b262f3ee4064b0, 'wp-content/themes/ultimatum/assets/less/tbs3/spacelab/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x5df3e0304680ee76f0c8538dd5c0afc8),
(0xaa48dfa0693f67035b3d0994094181a0, 'wp-content/themes/ultimatum/assets/less/tbs3/spacelab/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xe7c3585f6ead7bd01ea94d99243e89a3, 'wp-content/themes/ultimatum/assets/less/tbs3/spacelab/variables.less', 0, 0x00000000000000000000000000000000, 0x32b15d95e730dd28a13ebdcd61a4383d),
(0x3da8fa070e4ba323b0d49e4c61bb5a7d, 'wp-content/themes/ultimatum/assets/less/tbs3/superhero/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x56919d671cc950bd1b0f1670b712f7d0),
(0xf33fe4e83903d84e52c6d156bb7374ba, 'wp-content/themes/ultimatum/assets/less/tbs3/superhero/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x10d6a73313e5b2b946aa9a31848719b5, 'wp-content/themes/ultimatum/assets/less/tbs3/superhero/variables.less', 0, 0x00000000000000000000000000000000, 0x4cc00fe8265ee23d18207c1732516b90),
(0x74ab50b7d7b62f662afb1290d9908f67, 'wp-content/themes/ultimatum/assets/less/tbs3/swatchmaker-cdn.less', 0, 0x00000000000000000000000000000000, 0x3801a0d29ce932ef763aad22dd49a9b3),
(0x5e1fcafa80f485561b0b4bad45160131, 'wp-content/themes/ultimatum/assets/less/tbs3/swatchmaker-responsive.less', 0, 0x00000000000000000000000000000000, 0x59f63d4086f56d971af628dc072578f5),
(0x57d5be2484c653452bcd039ffca295f9, 'wp-content/themes/ultimatum/assets/less/tbs3/swatchmaker.less', 0, 0x00000000000000000000000000000000, 0xf43183ab97cea1010efbc7bcd945c424),
(0xf3d980f1f4b234392175c5719b3a4d3a, 'wp-content/themes/ultimatum/assets/less/tbs3/tables.less', 0, 0x00000000000000000000000000000000, 0x6480c1133eeb09ad0154eb33edff35d8),
(0xdc6b52c73412b9cf25cb42fcfe40ade9, 'wp-content/themes/ultimatum/assets/less/tbs3/theme.less', 0, 0x00000000000000000000000000000000, 0x80f55b129fa5c0f5712ca68dabb632e2),
(0xec63323d76ae2b4c486826e159f174c6, 'wp-content/themes/ultimatum/assets/less/tbs3/thumbnails.less', 0, 0x00000000000000000000000000000000, 0x2f0e86101267acacdd1466ea36044f3e),
(0xcadafe231c3217b60e3a4be5948fe14d, 'wp-content/themes/ultimatum/assets/less/tbs3/tooltip.less', 0, 0x00000000000000000000000000000000, 0x395dc36adf84368291ae47f29fdc54d4),
(0x3b03ff3948e089d74ed4df47f5f88c2d, 'wp-content/themes/ultimatum/assets/less/tbs3/type.less', 0, 0x00000000000000000000000000000000, 0x2965c8e86a8840df16b03bf35245a153),
(0x419ee62f6441194633485dc9840c86e7, 'wp-content/themes/ultimatum/assets/less/tbs3/united/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x986916d1a1c1853deba17eb41de1132b),
(0x9edfc4e0dbb08dd717fb5d70d6723eee, 'wp-content/themes/ultimatum/assets/less/tbs3/united/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x786d1d141a0b1b29b4e7bcaa03508325, 'wp-content/themes/ultimatum/assets/less/tbs3/united/variables.less', 0, 0x00000000000000000000000000000000, 0x80bb3a4fbb1ceb46eb388b86efef4d8e),
(0x3e35026d004e94bb77c4e8a58e94ef67, 'wp-content/themes/ultimatum/assets/less/tbs3/utilities.less', 0, 0x00000000000000000000000000000000, 0xf8baac5bf438a29cc1b58328974049a9),
(0x6e88e3783278543b255901c71725a14f, 'wp-content/themes/ultimatum/assets/less/tbs3/variables.less', 0, 0x00000000000000000000000000000000, 0xefb365311078c7a58ec161e701d040c0),
(0xf922265aa1ec1d32956a1622717e7968, 'wp-content/themes/ultimatum/assets/less/tbs3/wells.less', 0, 0x00000000000000000000000000000000, 0x496407c34cd52fab0c1ca1d17f0353a1),
(0x4f3ca90c837bd9a59c29828c83a1a290, 'wp-content/themes/ultimatum/assets/less/tbs3/yeti/bootswatch.less', 0, 0x00000000000000000000000000000000, 0x12bf2069464f081147fe3316dfa839d0),
(0x919d76cb6243d7b20917dec39e5b5761, 'wp-content/themes/ultimatum/assets/less/tbs3/yeti/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x41fa76b2f5b1bb47c93bd7b9d1d2e0a4, 'wp-content/themes/ultimatum/assets/less/tbs3/yeti/variables.less', 0, 0x00000000000000000000000000000000, 0x7d9623741a5a15b604e0d5159c61a3aa),
(0x829e92621db03c088d4445afe30ed60c, 'wp-content/themes/ultimatum/assets/less/ultimatum/ultimatum-responsive.less', 0, 0x00000000000000000000000000000000, 0x40b0819bafb3d0e2fd5f572aee0a11fc),
(0x06444cafa4731f7c4e0278af0c4df93e, 'wp-content/themes/ultimatum/assets/less/ultimatum/ultimatum.less', 0, 0x00000000000000000000000000000000, 0x94424a6e457dbbd29ad3f8797bd7db32),
(0x97422876a72d51fdae2d860a2de7c516, 'wp-content/themes/ultimatum/assets/swf/expressInstall.swf', 0, 0x00000000000000000000000000000000, 0x7b65fbfaec8b2955090389af60646e8b),
(0xbe602639e04426a40370d36002e220fc, 'wp-content/themes/ultimatum/assets/swf/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xa491335eaa82e62d6d8c93a74069f2ce, 'wp-content/themes/ultimatum/comments.php', 0, 0x00000000000000000000000000000000, 0xc50c433b085836a329480863c631056c),
(0x18591085fe7d343aec7591a970db98dd, 'wp-content/themes/ultimatum/footer.php', 0, 0x00000000000000000000000000000000, 0x81fb2dbe415825aa026dc0c7384a55f8),
(0x4bb334984d2cef0fa2a04ccdb72b78ba, 'wp-content/themes/ultimatum/functions.php', 0, 0x00000000000000000000000000000000, 0x31cac59a57c629c4c670909f7291de0a),
(0x82a44e4ac162c9588ea2b0fc83a97502, 'wp-content/themes/ultimatum/header.php', 0, 0x00000000000000000000000000000000, 0x4b4272a02215fde4183c840e8a7da7fb),
(0xd9139dee20fa5b5242930177fa4c4bb0, 'wp-content/themes/ultimatum/index.html', 0, 0x00000000000000000000000000000000, 0x98852825d6eb56a0f89afd1a711e9fac),
(0x795519784774879705fc7fb80b0d9383, 'wp-content/themes/ultimatum/index.php', 0, 0x00000000000000000000000000000000, 0x65c8626a113b67e74b282879583c3f48),
(0x7cc970079f0d284d6e483ae4e17c036f, 'wp-content/themes/ultimatum/languages/ether-en_EN.mo', 0, 0x00000000000000000000000000000000, 0x0a13282a4efe1071a542d3146cd1b807),
(0xcaf3683c4a72ee937063693b10ec4952, 'wp-content/themes/ultimatum/languages/ether-en_EN.po', 0, 0x00000000000000000000000000000000, 0x64f49116ec250bb396c2dd9e39e99dac);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x88ec3eb35f533b8a6d46ef3b1a165109, 'wp-content/themes/ultimatum/languages/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xb386bf5aefc980f4ab948bd3ce427195, 'wp-content/themes/ultimatum/languages/ultimatum.pot', 0, 0x00000000000000000000000000000000, 0x1d3023c983bbf7b6954fae10fdd5c5ef),
(0x56f25e751b1136cc8702a4d194c6ad4a, 'wp-content/themes/ultimatum/page.php', 0, 0x00000000000000000000000000000000, 0xeeb89e7dc6fa86535cbf9eb46855d4af),
(0xad18672ae86e032f78afab191e757d5e, 'wp-content/themes/ultimatum/screenshot-child.png', 0, 0x00000000000000000000000000000000, 0xfb1284f3f859acf9eb5aaea3d74aaaeb),
(0x7589a8ce5cc9f232f1782138b9d044b7, 'wp-content/themes/ultimatum/screenshot.png', 0, 0x00000000000000000000000000000000, 0xb9e573f7c1bbafa141957fb631d1946b),
(0x3814d67da97537ef8228e1540f3cd9e6, 'wp-content/themes/ultimatum/sidebar.php', 0, 0x00000000000000000000000000000000, 0x2bea6d8b31630e0381f33da9b958be7f),
(0x921de02cf20a16ef48e464a338909056, 'wp-content/themes/ultimatum/style.css', 0, 0x00000000000000000000000000000000, 0x45f927a7d96a3d8f9bdf2f12e44b1290),
(0xeb8f036a8f14c04dd84e5f9c8e3ccc5b, 'wp-content/themes/ultimatum/ultinstall/BasicTemplate.utx', 0, 0x00000000000000000000000000000000, 0x550bd045badccf602de492aa780843b7),
(0xf36bbece18b364467318781770bc1d88, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/extras.php', 0, 0x00000000000000000000000000000000, 0x990af0eec85ed9b364c2ed7acfa3ed02),
(0x7848cf535fc27663183da0556b65f057, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/css/ult-css.css', 0, 0x00000000000000000000000000000000, 0xa2ba0b19f8269d07e7bb629a53862301),
(0xa3ae66ffa997f8bd0c67405351d1e2f8, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/img/config.png', 0, 0x00000000000000000000000000000000, 0xe559b75e5a2070f9a7653fc088d85cdf),
(0x9b0d7506635f86278518e224cd8541eb, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/img/left_shift.png', 0, 0x00000000000000000000000000000000, 0x7d7d7d2625170fd27aac34b86aa7f943),
(0xc35cea8e465e2b5540ba4823bcd98b80, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/img/lookup.png', 0, 0x00000000000000000000000000000000, 0xdf8eb4088b5049dd44ee1d3f569b3bfd),
(0x9a296351b6fd700b3c212532bfdf202f, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/img/node_closed.png', 0, 0x00000000000000000000000000000000, 0x6c0293b0a95c44945e10a8d7ce604dd5),
(0xb4016ace491ae3d2c1a99adf7de159a3, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/img/node_opened.png', 0, 0x00000000000000000000000000000000, 0xe4f534b4c9d60faace95f135e2ca4a73),
(0x488ab85456141b0ce58d542236d05c12, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/img/options_close.png', 0, 0x00000000000000000000000000000000, 0xec055f60b17f81142df52a78b8b80d56),
(0x2f833513a1a6699b1b98cfe75c2662bf, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/img/right_shift.png', 0, 0x00000000000000000000000000000000, 0xb4216080b1c5305735025f8da67af3fc),
(0xa935408c0936cdce5b16913fd0703baa, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/js/ult-css.js', 0, 0x00000000000000000000000000000000, 0x3af6caa911ec509ef49cfc3d295a16b3),
(0x10dfb0d62cb2b1110fbea504ceb08051, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/frontend-css/ult-css.php', 0, 0x00000000000000000000000000000000, 0x2dd5b3fbdd022f43df7f9d9dc765c13f),
(0xfdd306ef89942059b511a8821df7b905, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xfce6e6fde7bf283437f3d22575d8b401, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/codeinsert.php', 0, 0x00000000000000000000000000000000, 0xc02ef0639c5b4771fec6518f09e3bb84),
(0x2d324f98d884b7a74512cddc88351da1, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/config.php', 0, 0x00000000000000000000000000000000, 0x5cd31dfd71ed4edabff20d169bd3c14e),
(0x9fd04bcdc9b6205e3fcf08f1a5aceb77, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/editor_plugin_post.js', 0, 0x00000000000000000000000000000000, 0xb5b476fb1ade72c79b29f49007c00881),
(0x8489ad9d4dea4f773d8289950dab5a98, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/fa-icons.php', 0, 0x00000000000000000000000000000000, 0xcc1c45de57ac2098d5898e196fd652b9),
(0x644351368140d57f2682a3b5d3774fdf, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/funcs.php', 0, 0x00000000000000000000000000000000, 0x3171cbd11ff82322ee826695dab5de92),
(0x7accf784000830da353522fd2aeeac52, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x2236647e97bfbe6a301405718161f565, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/tinymce.js', 0, 0x00000000000000000000000000000000, 0xfc7ac3d52c222576109980cd17e83ad2),
(0x3459851458e9e17564afee1724bca051, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/tinymce.php', 0, 0x00000000000000000000000000000000, 0x7e0f0ff89b3f0650c0dde283b797ffcd),
(0x7d2c2a33b4a5bf24836d859365cc20a7, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/ultimatum-32.gif', 0, 0x00000000000000000000000000000000, 0x5ec2d970f2630760702e2581d1361a5f),
(0xeb07dceb6fefcff5794d1ea9a9535d0a, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/tinymce/ultimatum-icon.png', 0, 0x00000000000000000000000000000000, 0x99287eb2fcd381cd3356c0aa2c2fcb6f),
(0x5cac7dd6909f9bd48b5c1827a5226803, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/ult-iframe/ult-iframe.php', 0, 0x00000000000000000000000000000000, 0xec83cb22c0209520ab04b36b07a0ba61),
(0xcdbe308f92b4083ce6b27877b5e27dcf, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/ult-mega-menu/admin.php', 0, 0x00000000000000000000000000000000, 0xdada562c4c47b37e1784348642d3d2e5),
(0x3a6cc58ff55e83e80d1f25b3a2a047b9, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/ult-sliders/usliders.php', 0, 0x00000000000000000000000000000000, 0x63a00882d84e56fa4a686e714120da67),
(0xe89623a47a1d7894fbe964fb46e78f25, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/ult-wysiwyg-widget/assets/ult-wysiwyg-widget.css', 0, 0x00000000000000000000000000000000, 0x5cad5123bd330d3ac695f0280dc3f8a0),
(0x3b8ebdc3f68e030345649cf349827ba2, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/ult-wysiwyg-widget/assets/ult-wysiwyg-widget.js', 0, 0x00000000000000000000000000000000, 0xbfac77a55d4bbe08a2d1fb5c11ca04d2),
(0x597fdb18596e6c5f9ebe1e6727a49e30, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/ult-wysiwyg-widget/ult-wysiwyg-widget.php', 0, 0x00000000000000000000000000000000, 0x5080a58b7c94a9b25e2d5ef6a5fb59f0),
(0xab0c89764153e9db7b289c0dedd35654, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/ultimatum_core/attachment-fields.php', 0, 0x00000000000000000000000000000000, 0x8188e57292b88cdab88bdc7445654dcc),
(0x09a1a68d9d7875db6f849e10e90efb3e, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/ultimatum_core/layout-selector.php', 0, 0x00000000000000000000000000000000, 0x7f57f51be9cc18bfa638542b6197dfc8),
(0x257d78d6d1a99e1800395e873f1476c2, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/ultimatum_core/ultimatum-meta.php', 0, 0x00000000000000000000000000000000, 0xd305a2e031bd10e1b2447dbbc126210e),
(0x0273ed480595bc5c81e6395ac3158746, 'wp-content/themes/ultimatum/wonderfoundry/addons/plugins/widget-extender/widget-extender.php', 0, 0x00000000000000000000000000000000, 0xdc47abbff63b135e900113943156ef27),
(0x1279eae51531b5b2db207260731d9502, 'wp-content/themes/ultimatum/wonderfoundry/addons/shortcodes/columns.php', 0, 0x00000000000000000000000000000000, 0x7083f29c09147f9df2bd34f9fba56749),
(0x4a0233fdd0e5b8d567da1f2587c6a0bf, 'wp-content/themes/ultimatum/wonderfoundry/addons/shortcodes/gallery.php', 0, 0x00000000000000000000000000000000, 0x334ae44f57821b3a725f89938ad2c713),
(0xfae22ddd687113e6b0ae35a3af63e463, 'wp-content/themes/ultimatum/wonderfoundry/addons/shortcodes/google.php', 0, 0x00000000000000000000000000000000, 0x63bc75fcc97bd8453e022a8d20cd4dcc),
(0x37ed318a91903f4d14d4fe8085cbb4ec, 'wp-content/themes/ultimatum/wonderfoundry/addons/shortcodes/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x55f5bbc868c56421f542a6b9a9f7208e, 'wp-content/themes/ultimatum/wonderfoundry/addons/shortcodes/togglers.php', 0, 0x00000000000000000000000000000000, 0x272793ed3a074c1954daaed45c42ebcc),
(0xdc93bfbe04776b83d2c333607cc66c23, 'wp-content/themes/ultimatum/wonderfoundry/addons/shortcodes/typography.php', 0, 0x00000000000000000000000000000000, 0x0196a0b144ebbe1fc5b32fafd2cef075),
(0x76827f11fc123099c0d54ff295a7c421, 'wp-content/themes/ultimatum/wonderfoundry/addons/shortcodes/video.php', 0, 0x00000000000000000000000000000000, 0x3e3cac3dcbe8d87cb21146ec2634263d),
(0x83d65f453bf61e733bce0a7755dedfd2, 'wp-content/themes/ultimatum/wonderfoundry/admin/ajax/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0xbf285ef1c1a51b7720a5608cbce5119e, 'wp-content/themes/ultimatum/wonderfoundry/admin/ajax/list-layouts.php', 0, 0x00000000000000000000000000000000, 0xcbc567df429d428c36d05b1d8c80b6db),
(0x27133d6fc023b9aa9d57f40a5af5f25e, 'wp-content/themes/ultimatum/wonderfoundry/admin/ajax/metabox-image-item.php', 0, 0x00000000000000000000000000000000, 0x022224f477da639e72dc7d37d649d874),
(0xfd94b8f53cf16195da2dc50ba3137832, 'wp-content/themes/ultimatum/wonderfoundry/admin/ajax/row-generator-2.php', 0, 0x00000000000000000000000000000000, 0x146e0f1a9f6da5efb4f66e45186a93b9),
(0xad76334baebd78615dae2a3296a8e547, 'wp-content/themes/ultimatum/wonderfoundry/admin/ajax/row-generator.php', 0, 0x00000000000000000000000000000000, 0x499e1af1b02083dee033bf437b780fb6),
(0x192ed76ee2d291eb851476f5497a2f7a, 'wp-content/themes/ultimatum/wonderfoundry/admin/ajax/scpreview.php', 0, 0x00000000000000000000000000000000, 0xddc08ec2f0b78bc804ec1fd22436dc26),
(0xb645421d777db56a6405f39e6235af37, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/admin-style-38.css', 0, 0x00000000000000000000000000000000, 0xcb739081003480636d9eebfa0a5bcb2d),
(0x41872ab7f81bac9db55b53cbb4ada7e2, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/admin-style.css', 0, 0x00000000000000000000000000000000, 0x63ea9526ab572b8d6f1b7cc214ad1829),
(0x78828653dc81f08185a7a862413ebe34, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/admin.styles.css', 0, 0x00000000000000000000000000000000, 0xd3520842a191eae8ec41bf8712b4791f),
(0x607be12081d04f5306dad8dcdb0cab26, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/animate.css', 0, 0x00000000000000000000000000000000, 0x5cb50c554117fff550c3dd2860da5513),
(0x5721d7b3f304df2fe0fd29a7a3feff8b, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/inactive-disabler.css', 0, 0x00000000000000000000000000000000, 0xb1b327a599e334eceaa0843c90d41372),
(0xf82b0d8aae4203f312895fd83c0fc8c9, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x08b4563188601a725d36166a2aca8095, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/isotope.css', 0, 0x00000000000000000000000000000000, 0xbddd5eaf8071bacedd59b9a414131262),
(0xf28add728ec5ea2223c522824db26012, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/mce.css', 0, 0x00000000000000000000000000000000, 0xc94e883962734801a33407785e096cde),
(0x92d4d050c56b3bad117405b206233c61, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/site.forms.css', 0, 0x00000000000000000000000000000000, 0x99d9bf2765f683ef4b3692e59ceab8b5),
(0xe7fd49b2251d98e080e697e335305293, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/slideshow-edit-image.css', 0, 0x00000000000000000000000000000000, 0x8cf9a1c0d8ed2212d86c485e3f639ff0),
(0xa243bec25c13664b86c19a9afbfa17c2, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/slideshow-post.css', 0, 0x00000000000000000000000000000000, 0xcdc95630ec2d13943945ce7520cda0a8),
(0xb7be869d07cbdbb3cdb71d2d3e490006, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/ultimatum-menu.css', 0, 0x00000000000000000000000000000000, 0x340faff68c75e03abba8afba94ccba71),
(0x1567de1b5761a0c97c460eaaf4be2c3e, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/ultimatum-sc-editor.css', 0, 0x00000000000000000000000000000000, 0x36683bbae5af65f6384fe567f9f19e93),
(0xf526fc69861caa1fd65b0c3b310df5e4, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/css/ultimatum.row.selector.css', 0, 0x00000000000000000000000000000000, 0xc80d3ae5ddb601bf394921cc2f88f68e),
(0x5371c360ba8c639241b8af932369f318, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/accordion-48px.png', 0, 0x00000000000000000000000000000000, 0xbff7978e5314ff38e49b041bb1a50952),
(0x22cef3a56a272b429b36ae3f21067489, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/add-widget-24px.png', 0, 0x00000000000000000000000000000000, 0xf445bb16749dbaa8cc6096297b19ebcd),
(0xe3c0340979fdebc8fff1e2512a5863d9, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/arrows-dark-vs.png', 0, 0x00000000000000000000000000000000, 0xc2f74c2b9b1df2cc386d392500dd0ee8),
(0x64d3adf51019d9817c1d9ab789bd697b, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/arrows-dark.png', 0, 0x00000000000000000000000000000000, 0xc0505b3bad5e9bdfe40c06c38f776de7),
(0xe619f7eb5514dbe4aa252e09fa4aaa20, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/arrows-vs.png', 0, 0x00000000000000000000000000000000, 0xb38381cea9ea41160eec78b7bbc6e6f1),
(0x955234d1b23ce18781e0afd9fd17e869, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/arrows.png', 0, 0x00000000000000000000000000000000, 0x7992d11b4dee7e5731ffb0e129176d2e),
(0xeb3d9704809f9614b573562e06a06229, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-1-48px.png', 0, 0x00000000000000000000000000000000, 0x8a4f26d4fe51d44cfc4687acb8f6f964),
(0xd8ffef0aa024fe924a54b2e8a444a970, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-1-64px.png', 0, 0x00000000000000000000000000000000, 0x749001206e31499faadf8a93eb6e797b),
(0xe995b8ea1a54fd705e44bbe2c7394c5b, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-2-48px.png', 0, 0x00000000000000000000000000000000, 0x306deeac5a68a1b26370016a417f5604),
(0x19890a0ea873ab2c8d9d4a644fec23fc, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-2d3-1-48px.png', 0, 0x00000000000000000000000000000000, 0x52acbd5f3cac4b2aab282ea59f1d2c3e),
(0x3fbc2292d5ca51c8b9f6b160f4f4d4ef, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-2d3-2-48px.png', 0, 0x00000000000000000000000000000000, 0x088d988082c02c92e807fff221e8b300),
(0xd3a6345417c65e9aea357b9937e05e13, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-2d4-1-48px.png', 0, 0x00000000000000000000000000000000, 0xd9ad47b8eb44674bf007c679562ccd3c),
(0x3fab929c8e962976b9c0ee5850f7be54, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-2d4-2-48px.png', 0, 0x00000000000000000000000000000000, 0xc192c3bdca5198f42572144ace081292),
(0x57aa798cc1e764a6bc7e3e6e5971a48b, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-2d4-3-48px.png', 0, 0x00000000000000000000000000000000, 0xcc3aae52721d10a2f2926766681bcd4e),
(0x2a2da8c0fb7b7f52b167c0d09c5c0483, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-3-48px.png', 0, 0x00000000000000000000000000000000, 0x43d327ffe79e2639970cf7b95ea75efe),
(0x7f045e7e06cf917653cee5a74ce15f65, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-3d4-1-48px.png', 0, 0x00000000000000000000000000000000, 0x82e43de7a7849684b509e085aef68b9d),
(0x809d99c48b631c7de8745f79bda0fccc, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-3d4-2-48px.png', 0, 0x00000000000000000000000000000000, 0x51e8a6fdb1a1bea1ff1d0c9692b167ad),
(0x6fe1346498d4e6015d314684bd46a679, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-4-48px.png', 0, 0x00000000000000000000000000000000, 0x170dd50a8ceeb811d61661acb3abbc14),
(0xca1d96d82c569ccbee175e4f0cb5bc21, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-5-48px.png', 0, 0x00000000000000000000000000000000, 0x868d23e1876404f1c62483211d64909d),
(0x49488b5ab0bacc21bb9f08e552401d21, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/cols-6-48px.png', 0, 0x00000000000000000000000000000000, 0x3ea86ca684b523d02c1de7eb3bb45536),
(0x6f43c0b8e31367e7c8a6dc98942f57f6, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/column-separator-bottom.png', 0, 0x00000000000000000000000000000000, 0x296c509968a616c6dbe0da6d6a546851),
(0x28ab4b883f62aa6cd7196be3453f87e0, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/column-separator-top.png', 0, 0x00000000000000000000000000000000, 0x68640112da4ef9997c3aebf3cde334d2),
(0x7c8dd64920515375677fc86599f485d2, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/columns.png', 0, 0x00000000000000000000000000000000, 0x47aeaa12fb431dbfbc119a197062bca1),
(0xca413d8193eac537cd89be9b5e7be10d, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/divider-48px.png', 0, 0x00000000000000000000000000000000, 0xcb51075c4be5d70b05766397882a3ed5),
(0xda4725dab546c6fa646c4cc5ba150797, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/dropzone-32px.png', 0, 0x00000000000000000000000000000000, 0xbd6e8ce2b399d0bd8c28ecacbdadaa35),
(0xf50bfaa75201bf123c817cdf0ad5bd17, 'wp-content/themes/ultimatum/wonderfoundry/admin/assets/images/form-48px.png', 0, 0x00000000000000000000000000000000, 0x300d20dec022042253c5665d7b4adff7);
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfHits`
--
CREATE TABLE `wp_wfHits` (
`id` int(10) UNSIGNED NOT NULL,
`attackLogTime` double(17,6) UNSIGNED NOT NULL,
`ctime` double(17,6) UNSIGNED NOT NULL,
`IP` binary(16) DEFAULT NULL,
`jsRun` tinyint(4) DEFAULT 0,
`statusCode` int(11) NOT NULL DEFAULT 0,
`isGoogle` tinyint(4) NOT NULL,
`userID` int(10) UNSIGNED NOT NULL,
`newVisit` tinyint(3) UNSIGNED NOT NULL,
`URL` text DEFAULT NULL,
`referer` text DEFAULT NULL,
`UA` text DEFAULT NULL,
`action` varchar(64) NOT NULL DEFAULT '',
`actionDescription` text DEFAULT NULL,
`actionData` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `wp_wfHits`
--
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(1, 0.000000, 1458805144.586224, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(2, 0.000000, 1458805464.078078, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/category/finance-news/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(3, 0.000000, 1458811871.747885, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/2015/06/19/affective-august-1-2015-changes-to-mortgage-financing-reporting/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(4, 0.000000, 1458828706.690991, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/category/general-news/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(5, 0.000000, 1458898877.745335, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6, 0.000000, 1458907913.546793, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/2015/06/19/meet-our-team/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7, 0.000000, 1458907959.513506, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/about-us/our-agents/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8, 0.000000, 1458908169.382295, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/author/masteradmin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(9, 0.000000, 1458909076.789146, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/2015/06/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(10, 0.000000, 1458909108.653519, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/about-us/testimonials/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(11, 0.000000, 1458909168.579006, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/2015/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(12, 0.000000, 1458909188.987289, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/community-info/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(13, 0.000000, 1458909269.732513, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/about-us/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(14, 0.000000, 1459043925.542401, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(15, 0.000000, 1459330708.667985, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/about-us/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(16, 0.000000, 1459486941.675938, 0x00000000000000000000ffff4ba6c182, 0, 200, 0, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36', '', NULL, NULL),
(17, 0.000000, 1459487391.624489, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 1, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(18, 0.000000, 1459877253.560958, 0x00000000000000000000ffff42f94992, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(19, 0.000000, 1459917274.313690, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(20, 0.000000, 1459999330.992898, 0x00000000000000000000ffff42f94992, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(21, 0.000000, 1460061381.214016, 0x00000000000000000000ffff18b631c1, 1, 200, 0, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36', '', NULL, NULL),
(22, 0.000000, 1460092880.624266, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 1, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(23, 0.000000, 1460096458.545404, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(24, 0.000000, 1460388801.365272, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(25, 0.000000, 1460394650.002341, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 1, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(26, 0.000000, 1460526832.410046, 0x00000000000000000000ffff4c594503, 1, 200, 0, 0, 1, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36', '', NULL, NULL),
(27, 0.000000, 1460528529.103467, 0x00000000000000000000ffff4c594503, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36', '', NULL, NULL),
(28, 0.000000, 1460540806.800537, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(29, 0.000000, 1460540814.149653, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(30, 0.000000, 1460543740.118398, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(31, 0.000000, 1460543741.716565, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(32, 0.000000, 1460552992.638672, 0x00000000000000000000ffffdcb56c65, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(33, 0.000000, 1460552996.552585, 0x00000000000000000000ffffdcb56c50, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34, 0.000000, 1460555947.663267, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35, 0.000000, 1460555951.940140, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(36, 0.000000, 1460562067.593012, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(37, 0.000000, 1460562068.368932, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(38, 0.000000, 1460665755.051330, 0x00000000000000000000ffff617cbf50, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(39, 0.000000, 1460704627.147524, 0x00000000000000000000ffff617cbf50, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/wp-login.php?redirect_to=http%3A%2F%2F216.172.168.58%2Frainier%2Fwp-admin%2F&reauth=1', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(40, 0.000000, 1460704662.193236, 0x00000000000000000000ffff617cbf50, 1, 200, 0, 4, 0, 'http://denverheirlooms.com/wp-login.php', 'http://denverheirlooms.com/wp-login.php?redirect_to=http%3A%2F%2F216.172.168.58%2Frainier%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'loginOK', NULL, NULL),
(41, 0.000000, 1460704785.228694, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(42, 0.000000, 1460704787.171452, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(43, 0.000000, 1460754093.426738, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(44, 0.000000, 1460754100.639128, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(45, 0.000000, 1460756151.551450, 0x00000000000000000000ffff5ec79716, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Wotbox/2.01 (+http://www.wotbox.com/bot/)', '', NULL, NULL),
(46, 0.000000, 1460886072.378603, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(47, 0.000000, 1460886079.708725, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(48, 0.000000, 1460888023.902933, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(49, 0.000000, 1460888025.331474, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(50, 0.000000, 1460913078.202197, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(51, 0.000000, 1460913090.362587, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(52, 0.000000, 1460927649.578727, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(53, 0.000000, 1460927651.889880, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(54, 0.000000, 1460938759.085865, 0x00000000000000000000ffff463b28b8, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/wp-login.php?redirect_to=http%3A%2F%2F216.172.168.58%2Frainier%2Fwp-admin%2F&reauth=1', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(55, 0.000000, 1460938760.039099, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(56, 0.000000, 1460959402.852508, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(57, 0.000000, 1460959415.574394, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(58, 0.000000, 1461000057.406495, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(59, 0.000000, 1461010042.963422, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(60, 0.000000, 1461010061.451313, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(61, 0.000000, 1461014461.494950, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(62, 0.000000, 1461014464.967575, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(63, 0.000000, 1461038978.775031, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(64, 0.000000, 1461038981.950461, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(65, 0.000000, 1461107773.190738, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(66, 0.000000, 1461107783.709350, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(67, 0.000000, 1461141073.382550, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(68, 0.000000, 1461141079.121979, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(69, 0.000000, 1461172902.898673, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(70, 0.000000, 1461175256.964717, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(71, 0.000000, 1461175262.787450, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(72, 0.000000, 1461184354.560428, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/wp-login.php?redirect_to=http%3A%2F%2F216.172.168.58%2Frainier%2Fwp-admin%2F&reauth=1', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(73, 0.000000, 1461184369.899360, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 4, 0, 'http://denverheirlooms.com/wp-login.php', 'http://denverheirlooms.com/wp-login.php?redirect_to=http%3A%2F%2F216.172.168.58%2Frainier%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'loginOK', NULL, NULL),
(74, 0.000000, 1461213622.022675, 0x00000000000000000000ffff42f941fe, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(75, 0.000000, 1461213639.793697, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(76, 0.000000, 1461227380.321716, 0x00000000000000000000ffff42f9418e, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(77, 0.000000, 1461227383.733699, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(78, 0.000000, 1461242964.172649, 0x00000000000000000000ffff42f9418e, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(79, 0.000000, 1461242981.402685, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(80, 0.000000, 1461251165.665502, 0x00000000000000000000ffff42f941fe, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(81, 0.000000, 1461251178.319519, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(82, 0.000000, 1461256553.764288, 0x00000000000000000000ffff42f9418e, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(83, 0.000000, 1461256556.136208, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(84, 0.000000, 1461280281.238373, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(85, 0.000000, 1461280282.530115, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(86, 0.000000, 1461285071.562166, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(87, 0.000000, 1461285073.450226, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(88, 0.000000, 1461289397.778878, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(89, 0.000000, 1461289434.730332, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(90, 0.000000, 1461350314.392162, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(91, 0.000000, 1461350317.693645, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(92, 0.000000, 1461362400.368509, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(93, 0.000000, 1461362443.267730, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(94, 0.000000, 1461376874.429591, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(95, 0.000000, 1461376877.130199, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(96, 0.000000, 1461380951.767074, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(97, 0.000000, 1461380954.236064, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(98, 0.000000, 1461392447.985631, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(99, 0.000000, 1461392453.390893, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(100, 0.000000, 1461394070.311562, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(101, 0.000000, 1461394071.629457, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(102, 0.000000, 1461403200.071863, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(103, 0.000000, 1461403201.714843, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(104, 0.000000, 1461409084.451566, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(105, 0.000000, 1461409085.815932, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(106, 0.000000, 1461417573.869045, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(107, 0.000000, 1461417579.915855, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(108, 0.000000, 1461427846.107163, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(109, 0.000000, 1461427848.492843, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(110, 0.000000, 1461450227.353153, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(111, 0.000000, 1461450229.212913, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(112, 0.000000, 1461457451.094229, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(113, 0.000000, 1461457453.231521, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(114, 0.000000, 1461479855.278272, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(115, 0.000000, 1461479856.985266, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(116, 0.000000, 1461487973.381216, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(117, 0.000000, 1461487975.255491, 0x00000000000000000000ffff42f94989, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(118, 0.000000, 1461525444.141641, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(119, 0.000000, 1461525457.303487, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(120, 0.000000, 1461541347.532882, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(121, 0.000000, 1461541348.891929, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(122, 0.000000, 1461550961.064886, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(123, 0.000000, 1461550965.698636, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(124, 0.000000, 1461562731.297356, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(125, 0.000000, 1461562736.930904, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(126, 0.000000, 1461580607.616268, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(127, 0.000000, 1461580611.559226, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(128, 0.000000, 1461602214.831588, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(129, 0.000000, 1461602216.949940, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(130, 0.000000, 1461604500.178316, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(131, 0.000000, 1461604509.505970, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/wp-login.php?redirect_to=http%3A%2F%2F216.172.168.58%2Frainier%2Fwp-admin%2F&reauth=1', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(132, 0.000000, 1461604534.793002, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 4, 0, 'http://denverheirlooms.com/wp-login.php', 'http://denverheirlooms.com/wp-login.php?redirect_to=http%3A%2F%2F216.172.168.58%2Frainier%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'loginOK', NULL, NULL),
(133, 0.000000, 1461617791.489575, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(134, 0.000000, 1461617793.773221, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(135, 0.000000, 1461630048.152348, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(136, 0.000000, 1461630058.030305, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(137, 0.000000, 1461658890.282772, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(138, 0.000000, 1461658896.022421, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(139, 0.000000, 1461665255.358231, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(140, 0.000000, 1461665258.909362, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(141, 0.000000, 1461687722.469275, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(142, 0.000000, 1461687727.088869, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(143, 0.000000, 1461706071.170470, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(144, 0.000000, 1461706077.827864, 0x00000000000000000000ffff42f949cd, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(145, 0.000000, 1461723645.842288, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(146, 0.000000, 1461723652.793609, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(147, 0.000000, 1461763799.064891, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(148, 0.000000, 1461763808.708652, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(149, 0.000000, 1461778805.870657, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(150, 0.000000, 1461789154.961159, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(151, 0.000000, 1461789163.254068, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(152, 0.000000, 1461792660.305366, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(153, 0.000000, 1461792662.622313, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(154, 0.000000, 1461833150.361197, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(155, 0.000000, 1461833153.014419, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(156, 0.000000, 1461846166.592879, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(157, 0.000000, 1461846176.663994, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(158, 0.000000, 1461849891.994935, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(159, 0.000000, 1461849893.900509, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(160, 0.000000, 1461857632.612392, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(161, 0.000000, 1461857642.681943, 0x00000000000000000000ffff42f94992, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(162, 0.000000, 1461861448.119580, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(163, 0.000000, 1461861450.358684, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(164, 0.000000, 1461876051.087344, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(165, 0.000000, 1461876063.776663, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(166, 0.000000, 1461880651.482601, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(167, 0.000000, 1461880657.894616, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(168, 0.000000, 1461889887.459220, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(169, 0.000000, 1461889889.578523, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(170, 0.000000, 1461894141.103297, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(171, 0.000000, 1461894151.787473, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(172, 0.000000, 1461910725.472948, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(173, 0.000000, 1461910734.900456, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(174, 0.000000, 1461925809.332654, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(175, 0.000000, 1461925811.096055, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(176, 0.000000, 1461939234.352941, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(177, 0.000000, 1461939237.860004, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(178, 0.000000, 1461953097.774873, 0x00000000000000000000ffff42f9417c, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(179, 0.000000, 1461953113.822047, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(180, 0.000000, 1461964668.504243, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(181, 0.000000, 1461964670.612872, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(182, 0.000000, 1461978581.945029, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(183, 0.000000, 1461978585.133463, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(184, 0.000000, 1461993663.118970, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(185, 0.000000, 1461993665.288922, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(186, 0.000000, 1462004033.142705, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(187, 0.000000, 1462004035.211968, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(188, 0.000000, 1462029394.068876, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(189, 0.000000, 1462029400.038628, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(190, 0.000000, 1462086471.958903, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(191, 0.000000, 1462086474.269579, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(192, 0.000000, 1462120707.514364, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(193, 0.000000, 1462120709.315219, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(194, 0.000000, 1462124637.402321, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(195, 0.000000, 1462124639.074878, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(196, 0.000000, 1462140812.982924, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(197, 0.000000, 1462140815.148578, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(198, 0.000000, 1462143184.154368, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(199, 0.000000, 1462143185.800348, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(200, 0.000000, 1462153648.233688, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(201, 0.000000, 1462153650.021415, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(202, 0.000000, 1462172362.093084, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(203, 0.000000, 1462172367.711066, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(204, 0.000000, 1462185362.037680, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(205, 0.000000, 1462185371.527632, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(206, 0.000000, 1462206499.731449, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(207, 0.000000, 1462206508.614979, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(208, 0.000000, 1462215311.473592, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(209, 0.000000, 1462215335.805682, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(210, 0.000000, 1462221310.499580, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(211, 0.000000, 1462221312.802459, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(212, 0.000000, 1462297585.878176, 0x00000000000000000000ffff42f94167, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(213, 0.000000, 1462297588.044131, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL);
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(214, 0.000000, 1462318864.862392, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(215, 0.000000, 1462318866.655702, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(216, 0.000000, 1462324267.053252, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(217, 0.000000, 1462324283.864473, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(218, 0.000000, 1462330313.293948, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(219, 0.000000, 1462330315.123841, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(220, 0.000000, 1462344136.924260, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(221, 0.000000, 1462344138.802517, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(222, 0.000000, 1462350547.918945, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(223, 0.000000, 1462350549.481889, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(224, 0.000000, 1462360336.717055, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(225, 0.000000, 1462360338.019629, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(226, 0.000000, 1462373441.553041, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(227, 0.000000, 1462373447.716059, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(228, 0.000000, 1462378613.177738, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(229, 0.000000, 1462378614.625580, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(230, 0.000000, 1462382917.800334, 0x00000000000000000000ffff50565e07, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)', '', NULL, NULL),
(231, 0.000000, 1462383656.974862, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(232, 0.000000, 1462391694.821224, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(233, 0.000000, 1462391696.621491, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(234, 0.000000, 1462412686.490143, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(235, 0.000000, 1462412688.029523, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(236, 0.000000, 1462424426.472382, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(237, 0.000000, 1462424427.754755, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(238, 0.000000, 1462445759.509903, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(239, 0.000000, 1462445766.653564, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(240, 0.000000, 1462449854.410870, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(241, 0.000000, 1462449856.814926, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(242, 0.000000, 1462455351.854717, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(243, 0.000000, 1462465565.653027, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(244, 0.000000, 1462465567.672411, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(245, 0.000000, 1462467093.454427, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', NULL, NULL),
(246, 0.000000, 1462480680.395207, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(247, 0.000000, 1462480753.090580, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(248, 0.000000, 1462483182.310930, 0x00000000000000000000ffff463b28b8, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36', '', NULL, NULL),
(249, 0.000000, 1462530436.004824, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(250, 0.000000, 1462530448.734409, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(251, 0.000000, 1462569398.099950, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(252, 0.000000, 1462569400.323705, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(253, 0.000000, 1462581422.916410, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(254, 0.000000, 1462581425.523470, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(255, 0.000000, 1462601841.957129, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(256, 0.000000, 1462601843.598346, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(257, 0.000000, 1462607373.200068, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(258, 0.000000, 1462607374.475588, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(259, 0.000000, 1462628191.128737, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(260, 0.000000, 1462628197.607392, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(261, 0.000000, 1462633372.587826, 0x00000000000000000000ffff44b4e6e6, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(262, 0.000000, 1462641952.879187, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(263, 0.000000, 1462641968.500833, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(264, 0.000000, 1462668503.153443, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(265, 0.000000, 1462668508.828177, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(266, 0.000000, 1462700282.181845, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(267, 0.000000, 1462700290.887747, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(268, 0.000000, 1462711000.665422, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(269, 0.000000, 1462711002.946014, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(270, 0.000000, 1462729323.421383, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(271, 0.000000, 1462729329.885940, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(272, 0.000000, 1462735591.686119, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(273, 0.000000, 1462735620.274052, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(274, 0.000000, 1462746156.560852, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(275, 0.000000, 1462746158.208353, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(276, 0.000000, 1462760606.499723, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(277, 0.000000, 1462760608.061390, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(278, 0.000000, 1462795569.246162, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(279, 0.000000, 1462795588.215648, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(280, 0.000000, 1462800695.653513, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(281, 0.000000, 1462800697.072400, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(282, 0.000000, 1462812326.438699, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(283, 0.000000, 1462812329.115653, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(284, 0.000000, 1462827914.302340, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(285, 0.000000, 1462827917.981790, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(286, 0.000000, 1462843851.463835, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(287, 0.000000, 1462843853.473731, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(288, 0.000000, 1462856577.134894, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(289, 0.000000, 1462856584.588166, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(290, 0.000000, 1462870510.613218, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(291, 0.000000, 1462870526.192074, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(292, 0.000000, 1462884171.729821, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(293, 0.000000, 1462884184.347545, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(294, 0.000000, 1462891178.723386, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(295, 0.000000, 1462891181.333903, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(296, 0.000000, 1462898378.932857, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(297, 0.000000, 1462898381.663003, 0x00000000000000000000ffff42f94980, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(298, 0.000000, 1462914979.145642, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(299, 0.000000, 1462915052.722051, 0x00000000000000000000ffff42f94989, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(300, 0.000000, 1462929952.662167, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(301, 0.000000, 1462930023.058761, 0x00000000000000000000ffff42f94989, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(302, 0.000000, 1462989613.397036, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(303, 0.000000, 1462993530.634957, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(304, 0.000000, 1462993951.480353, 0x00000000000000000000ffff42f94989, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(305, 0.000000, 1463595977.508358, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(306, 0.000000, 1463602700.036048, 0x00000000000000000000ffffcf2e0d8a, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(307, 0.000000, 1463811933.413589, 0x00000000000000000000ffff9d372717, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(308, 0.000000, 1464109094.759981, 0x00000000000000000000ffff284da72c, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(309, 0.000000, 1464201607.882355, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(310, 0.000000, 1464728549.299297, 0x00000000000000000000ffff47d4ed81, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://216.172.168.58/berniegallerani/about-us/our-team/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36', '', NULL, NULL),
(311, 0.000000, 1464735876.608178, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(312, 0.000000, 1464735880.309157, 0x00000000000000000000ffff42f94135, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(313, 0.000000, 1464806419.473913, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(314, 0.000000, 1464832420.784798, 0x00000000000000000000ffff47d4ed81, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36', '', NULL, NULL),
(315, 0.000000, 1464907572.108455, 0x00000000000000000000ffff7b7d4717, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(316, 0.000000, 1464907574.619110, 0x00000000000000000000ffff7b7d473c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(317, 0.000000, 1465001480.470855, 0x00000000000000000000ffffdcb56ca3, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(318, 0.000000, 1465001485.077578, 0x00000000000000000000ffffdcb56c9d, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(319, 0.000000, 1465177360.844733, 0x00000000000000000000ffffcf2e0d67, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(320, 0.000000, 1465355643.264045, 0x00000000000000000000ffff42f94125, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(321, 0.000000, 1465355649.821279, 0x00000000000000000000ffff42f94135, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(322, 0.000000, 1465390396.842287, 0x00000000000000000000ffff284da738, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(323, 0.000000, 1465411256.817415, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(324, 0.000000, 1465752830.989147, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(325, 0.000000, 1465752832.515381, 0x00000000000000000000ffff42f94135, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(326, 0.000000, 1465878429.096488, 0x00000000000000000000ffff42f94128, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(327, 0.000000, 1465878431.763557, 0x00000000000000000000ffff42f94135, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(328, 0.000000, 1465952068.429708, 0x00000000000000000000ffff284da715, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(329, 0.000000, 1466017222.011582, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(330, 0.000000, 1466383117.059539, 0x00000000000000000000ffff9d37278f, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(331, 0.000000, 1466452920.564131, 0x00000000000000000000ffff47d4e7dd, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', '', NULL, NULL),
(332, 0.000000, 1466589782.417711, 0x00000000000000000000ffff9d37278f, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(333, 0.000000, 1466797220.073764, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(334, 0.000000, 1466828122.661146, 0x00000000000000000000ffff9d3727c2, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(335, 0.000000, 1467177683.440263, 0x00000000000000000000ffff9d372733, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(336, 0.000000, 1467324758.369438, 0x00000000000000000000ffff47d4e3e5, 1, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', '', NULL, NULL),
(337, 0.000000, 1467349620.573932, 0x00000000000000000000ffff284da73d, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(338, 0.000000, 1467403222.880387, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(339, 0.000000, 1467482736.137998, 0x00000000000000000000ffff42f9412b, 0, 200, 1, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(340, 0.000000, 1467482741.246995, 0x00000000000000000000ffff42f94135, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(341, 0.000000, 1467596743.121153, 0x00000000000000000000ffff284da73d, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(342, 0.000000, 1467970903.128405, 0x00000000000000000000ffff42f945d7, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(343, 0.000000, 1468008029.231146, 0x00000000000000000000ffffadfe4e1c, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', 'http://denverheirlooms.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 InfiniteWP', '', NULL, NULL),
(344, 0.000000, 1468032743.488712, 0x00000000000000000000ffff284da730, 0, 200, 0, 0, 0, 'http://prospertxrealtor.com/rainier/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(345, 0.000000, 1468041423.943470, 0x00000000000000000000ffffcf2e0d70, 0, 200, 0, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(346, 0.000000, 1468190645.571213, 0x00000000000000000000ffff42f94bfe, 0, 200, 1, 0, 0, 'http://denverheirlooms.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfHoover`
--
CREATE TABLE `wp_wfHoover` (
`id` int(10) UNSIGNED NOT NULL,
`owner` text DEFAULT NULL,
`host` text DEFAULT NULL,
`path` text DEFAULT NULL,
`hostKey` binary(4) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfIssues`
--
CREATE TABLE `wp_wfIssues` (
`id` int(10) UNSIGNED NOT NULL,
`time` int(10) UNSIGNED NOT NULL,
`status` varchar(10) NOT NULL,
`type` varchar(20) NOT NULL,
`severity` tinyint(3) UNSIGNED NOT NULL,
`ignoreP` char(32) NOT NULL,
`ignoreC` char(32) NOT NULL,
`shortMsg` varchar(255) NOT NULL,
`longMsg` text DEFAULT NULL,
`data` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `wp_wfIssues`
--
INSERT INTO `wp_wfIssues` (`id`, `time`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(113, 1468288692, 'new', 'file', 2, '966535f72365e50ac53f9d0c7a480c0d', '8477842ac658e232df64baf147aa23a6', 'Modified plugin file: wp-content/plugins/iwp-client/readme.txt', 'This file belongs to plugin \"InfiniteWP - Client\" version \"1.6.0\" and has been modified from the file that is distributed by WordPress.org for this version. Please use the link to see how the file has changed. If you have modified this file yourself, you can safely ignore this warning. If you see a lot of changed files in a plugin that have been made by the author, then try uninstalling and reinstalling the plugin to force an upgrade. Doing this is a workaround for plugin authors who don\'t manage their code correctly. [See our FAQ on www.wordfence.com for more info]', 'a:8:{s:4:\"file\";s:40:\"wp-content/plugins/iwp-client/readme.txt\";s:5:\"cType\";s:6:\"plugin\";s:7:\"canDiff\";b:1;s:6:\"canFix\";b:1;s:9:\"canDelete\";b:0;s:5:\"cName\";s:19:\"InfiniteWP - Client\";s:8:\"cVersion\";s:5:\"1.6.0\";s:4:\"cKey\";s:19:\"iwp-client/init.php\";}'),
(112, 1468288661, 'new', 'file', 2, '5691c765df0b6f0ea7371f8707932e23', '35343aeca1ca6821b3b5ad0ad7b271ca', 'Modified plugin file: wp-content/plugins/duplicate-post/readme.txt', 'This file belongs to plugin \"Duplicate Post\" version \"2.6\" and has been modified from the file that is distributed by WordPress.org for this version. Please use the link to see how the file has changed. If you have modified this file yourself, you can safely ignore this warning. If you see a lot of changed files in a plugin that have been made by the author, then try uninstalling and reinstalling the plugin to force an upgrade. Doing this is a workaround for plugin authors who don\'t manage their code correctly. [See our FAQ on www.wordfence.com for more info]', 'a:8:{s:4:\"file\";s:44:\"wp-content/plugins/duplicate-post/readme.txt\";s:5:\"cType\";s:6:\"plugin\";s:7:\"canDiff\";b:1;s:6:\"canFix\";b:1;s:9:\"canDelete\";b:0;s:5:\"cName\";s:14:\"Duplicate Post\";s:8:\"cVersion\";s:3:\"2.6\";s:4:\"cKey\";s:33:\"duplicate-post/duplicate-post.php\";}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfLeechers`
--
CREATE TABLE `wp_wfLeechers` (
`eMin` int(10) UNSIGNED NOT NULL,
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfLockedOut`
--
CREATE TABLE `wp_wfLockedOut` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`blockedTime` bigint(20) NOT NULL,
`reason` varchar(255) NOT NULL,
`lastAttempt` int(10) UNSIGNED DEFAULT 0,
`blockedHits` int(10) UNSIGNED DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfLocs`
--
CREATE TABLE `wp_wfLocs` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`ctime` int(10) UNSIGNED NOT NULL,
`failed` tinyint(3) UNSIGNED NOT NULL,
`city` varchar(255) DEFAULT '',
`region` varchar(255) DEFAULT '',
`countryName` varchar(255) DEFAULT '',
`countryCode` char(2) DEFAULT '',
`lat` float(10,7) DEFAULT 0.0000000,
`lon` float(10,7) DEFAULT 0.0000000
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfLogins`
--
CREATE TABLE `wp_wfLogins` (
`id` int(10) UNSIGNED NOT NULL,
`hitID` int(11) DEFAULT NULL,
`ctime` double(17,6) UNSIGNED NOT NULL,
`fail` tinyint(3) UNSIGNED NOT NULL,
`action` varchar(40) NOT NULL,
`username` varchar(255) NOT NULL,
`userID` int(10) UNSIGNED NOT NULL,
`IP` binary(16) DEFAULT NULL,
`UA` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `wp_wfLogins`
--
INSERT INTO `wp_wfLogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(1, NULL, 1459486951.864689, 1, 'loginFailValidUsername', 'masteradmin', 4, 0x00000000000000000000ffff4ba6c182, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(2, NULL, 1459486968.539695, 1, 'loginFailValidUsername', 'masteradmin', 4, 0x00000000000000000000ffff4ba6c182, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(3, NULL, 1459486995.973507, 1, 'loginFailValidUsername', 'masteradmin', 4, 0x00000000000000000000ffff4ba6c182, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(4, NULL, 1459487076.212683, 1, 'loginFailValidUsername', 'masteradmin', 4, 0x00000000000000000000ffff4ba6c182, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(5, NULL, 1459487095.759737, 1, 'loginFailValidUsername', 'masteradmin', 4, 0x00000000000000000000ffff4ba6c182, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(6, NULL, 1459487291.080889, 0, 'loginOK', 'masteradmin', 4, 0x00000000000000000000ffff4ba6c182, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(7, NULL, 1460394529.908006, 1, 'loginFailValidUsername', 'masteradmin', 4, 0x00000000000000000000ffff617cbf50, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(8, NULL, 1460394555.281934, 1, 'loginFailValidUsername', 'masteradmin', 4, 0x00000000000000000000ffff617cbf50, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(9, NULL, 1460394575.395271, 1, 'loginFailValidUsername', 'masteradmin', 4, 0x00000000000000000000ffff617cbf50, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(10, NULL, 1460394584.429612, 0, 'loginOK', 'masteradmin', 4, 0x00000000000000000000ffff617cbf50, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),
(11, 40, 1460704662.736811, 0, 'loginOK', 'masteradmin', 4, 0x00000000000000000000ffff617cbf50, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(12, 73, 1461184370.286053, 0, 'loginOK', 'masteradmin', 4, 0x00000000000000000000ffff463b28b8, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(13, 132, 1461604535.225413, 0, 'loginOK', 'masteradmin', 4, 0x00000000000000000000ffff463b28b8, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36');
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfNet404s`
--
CREATE TABLE `wp_wfNet404s` (
`sig` binary(16) NOT NULL,
`ctime` int(10) UNSIGNED NOT NULL,
`URI` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfReverseCache`
--
CREATE TABLE `wp_wfReverseCache` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`host` varchar(255) NOT NULL,
`lastUpdate` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfScanners`
--
CREATE TABLE `wp_wfScanners` (
`eMin` int(10) UNSIGNED NOT NULL,
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`hits` smallint(5) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_wfStatus`
--
CREATE TABLE `wp_wfStatus` (
`id` bigint(20) UNSIGNED NOT NULL,
`ctime` double(17,6) UNSIGNED NOT NULL,
`level` tinyint(3) UNSIGNED NOT NULL,
`type` char(5) NOT NULL,
`msg` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `wp_wfStatus`
--
INSERT INTO `wp_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(26780, 1468167286.848622, 2, 'info', 'Scanned contents of 1760 additional files at 90.51 per second'),
(26781, 1468167288.139978, 2, 'info', 'Scanned contents of 1859 additional files at 89.65 per second'),
(26782, 1468167289.230347, 2, 'info', 'Scanned contents of 1889 additional files at 86.55 per second'),
(26783, 1468167290.233305, 2, 'info', 'Scanned contents of 2189 additional files at 95.89 per second'),
(26784, 1468167291.244453, 2, 'info', 'Scanned contents of 2314 additional files at 97.06 per second'),
(26168, 1467904789.364221, 2, 'info', 'Analyzed 8100 files containing 89.58 MB of data so far'),
(26169, 1467904791.395775, 2, 'info', 'Analyzed 8200 files containing 92.47 MB of data so far'),
(26170, 1467904796.541608, 2, 'info', 'Analyzed 8300 files containing 92.87 MB of data so far'),
(26171, 1467904798.645323, 2, 'info', 'Analyzed 8400 files containing 93.65 MB of data so far'),
(26327, 1467971077.238712, 2, 'info', 'Analyzed 5300 files containing 77.48 MB of data so far'),
(26184, 1467904849.834344, 2, 'info', 'Analyzed 9700 files containing 113.74 MB of data so far'),
(26185, 1467904859.051196, 2, 'info', 'Analyzed 9800 files containing 115.24 MB of data so far'),
(26186, 1467904865.027170, 2, 'info', 'Analyzed 9900 files containing 116.63 MB of data so far'),
(26187, 1467904866.069502, 2, 'info', 'Analyzed 10000 files containing 119.29 MB of data so far'),
(27038, 1468288617.855717, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(26065, 1467822128.613904, 2, 'error', 'Scan terminated with error: We received an error response when trying to contact the Wordfence scanning servers. The HTTP status code was [502]'),
(26772, 1468167277.561834, 2, 'info', 'Scanned contents of 1162 additional files at 114.40 per second'),
(26773, 1468167278.581137, 2, 'info', 'Scanned contents of 1337 additional files at 119.62 per second'),
(26774, 1468167279.583006, 2, 'info', 'Scanned contents of 1372 additional files at 112.65 per second'),
(26775, 1468167281.761465, 2, 'info', 'Scanned contents of 1438 additional files at 100.16 per second'),
(26776, 1468167282.837783, 2, 'info', 'Scanned contents of 1479 additional files at 95.83 per second'),
(26777, 1468167283.842334, 2, 'info', 'Scanned contents of 1512 additional files at 91.98 per second'),
(26778, 1468167284.842557, 2, 'info', 'Scanned contents of 1646 additional files at 94.39 per second'),
(26779, 1468167285.844503, 2, 'info', 'Scanned contents of 1718 additional files at 93.17 per second'),
(26721, 1468167205.633576, 2, 'info', 'Analyzed 6900 files containing 79.64 MB of data so far'),
(26722, 1468167206.980723, 2, 'info', 'Analyzed 7000 files containing 79.84 MB of data so far'),
(26325, 1467971076.528464, 2, 'info', 'Analyzed 5100 files containing 77.36 MB of data so far'),
(26326, 1467971076.927597, 2, 'info', 'Analyzed 5200 files containing 77.44 MB of data so far'),
(26765, 1468167270.433437, 2, 'info', 'Scanned contents of 278 additional files at 91.77 per second'),
(26766, 1468167271.489865, 2, 'info', 'Scanned contents of 350 additional files at 85.66 per second'),
(26767, 1468167272.507125, 2, 'info', 'Scanned contents of 373 additional files at 73.10 per second'),
(25988, 1467735424.617160, 2, 'info', 'Analyzed 10008 files containing 119.42 MB of data.'),
(26064, 1467822121.149735, 1, 'info', 'Contacting Wordfence to initiate scan'),
(26744, 1468167244.859875, 2, 'info', 'Analyzed 9200 files containing 105.03 MB of data so far'),
(26172, 1467904802.257554, 2, 'info', 'Analyzed 8500 files containing 94.16 MB of data so far'),
(26317, 1467971047.843882, 2, 'info', 'Analyzed 4300 files containing 62.39 MB of data so far'),
(26174, 1467904805.751519, 2, 'info', 'Analyzed 8700 files containing 95.58 MB of data so far'),
(26173, 1467904803.815940, 2, 'info', 'Analyzed 8600 files containing 95.15 MB of data so far'),
(26420, 1467971233.103387, 2, 'info', 'Done URL check.'),
(26421, 1467971233.103760, 2, 'info', 'Done examining URLs'),
(27053, 1468288657.160505, 2, 'info', 'Analyzed 1200 files containing 18.65 MB of data so far'),
(27052, 1468288652.718429, 2, 'info', 'Analyzed 1100 files containing 16.31 MB of data so far'),
(26424, 1467971233.122501, 2, 'info', 'Checking 1 host keys against Wordfence scanning servers.'),
(26425, 1467971233.459890, 2, 'info', 'Done host key check.'),
(27051, 1468288649.928949, 2, 'info', 'Analyzed 1000 files containing 15.33 MB of data so far'),
(27036, 1468288616.169861, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(27037, 1468288617.232217, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(26749, 1468167256.222332, 2, 'info', 'Analyzed 9700 files containing 113.74 MB of data so far'),
(26716, 1468167200.196431, 2, 'info', 'Analyzed 6400 files containing 78.77 MB of data so far'),
(26715, 1468167197.587341, 2, 'info', 'Analyzed 6300 files containing 78.59 MB of data so far'),
(26714, 1468167197.146946, 2, 'info', 'Analyzed 6200 files containing 78.47 MB of data so far'),
(25984, 1467735420.813650, 2, 'info', 'Analyzed 9700 files containing 113.62 MB of data so far'),
(25983, 1467735420.265052, 2, 'info', 'Analyzed 9600 files containing 112.88 MB of data so far'),
(25982, 1467735418.877382, 2, 'info', 'Analyzed 9500 files containing 111.84 MB of data so far'),
(26592, 1468032908.419593, 2, 'info', 'Scanned contents of 2393 additional files at 114.17 per second'),
(26183, 1467904844.781508, 2, 'info', 'Analyzed 9600 files containing 113 MB of data so far'),
(26786, 1468167293.313734, 2, 'info', 'Scanned contents of 2445 additional files at 94.37 per second'),
(26785, 1468167292.301389, 2, 'info', 'Scanned contents of 2365 additional files at 94.99 per second'),
(26593, 1468032909.482199, 2, 'info', 'Scanned contents of 2450 additional files at 111.25 per second'),
(26741, 1468167237.730818, 2, 'info', 'Analyzed 8900 files containing 99.07 MB of data so far'),
(26742, 1468167239.919936, 2, 'info', 'Analyzed 9000 files containing 100.24 MB of data so far'),
(26743, 1468167242.602607, 2, 'info', 'Analyzed 9100 files containing 102.02 MB of data so far'),
(26311, 1467971033.129119, 2, 'info', 'Analyzed 3700 files containing 52.47 MB of data so far'),
(26602, 1468032911.831095, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(26601, 1468032911.829323, 2, 'info', 'Done file contents scan'),
(26600, 1468032911.826318, 2, 'info', 'Done URL check.'),
(26599, 1468032911.113962, 2, 'info', 'Checking 59 URLs from 45 sources.'),
(26598, 1468032911.105223, 2, 'info', 'Done host key check.'),
(26597, 1468032910.618221, 2, 'info', 'Checking 630 host keys against Wordfence scanning servers.'),
(26596, 1468032910.613798, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(26595, 1468032910.613545, 2, 'info', 'Scanned contents of 2558 additional files at 110.48 per second'),
(26594, 1468032910.483939, 2, 'info', 'Scanned contents of 2538 additional files at 110.23 per second'),
(26284, 1467970960.743612, 2, 'info', 'Analyzed 1000 files containing 15.33 MB of data so far'),
(27034, 1468288615.628807, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(27035, 1468288616.167658, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(26739, 1468167236.040798, 2, 'info', 'Analyzed 8700 files containing 95.58 MB of data so far'),
(26321, 1467971064.948251, 2, 'info', 'Analyzed 4700 files containing 75.29 MB of data so far'),
(26320, 1467971063.817273, 2, 'info', 'Analyzed 4600 files containing 72.02 MB of data so far'),
(26764, 1468167269.430969, 2, 'info', 'Scanned contents of 212 additional files at 104.60 per second'),
(26591, 1468032907.389232, 2, 'info', 'Scanned contents of 2289 additional files at 114.85 per second'),
(26590, 1468032906.387055, 2, 'info', 'Scanned contents of 2150 additional files at 113.59 per second'),
(26589, 1468032905.385617, 2, 'info', 'Scanned contents of 1873 additional files at 104.49 per second'),
(26588, 1468032904.267409, 2, 'info', 'Scanned contents of 1837 additional files at 109.29 per second'),
(26757, 1468167266.589111, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(26756, 1468167266.197094, 10, 'info', 'SUM_ENDBAD:Comparing plugins against WordPress.org originals'),
(26419, 1467971232.812507, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(26418, 1467971232.811538, 2, 'info', 'Done host key check.'),
(26417, 1467971232.510701, 2, 'info', 'Checking 78 host keys against Wordfence scanning servers.'),
(26416, 1467971232.509871, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(27054, 1468288661.184588, 2, 'info', 'Analyzed 1300 files containing 23.98 MB of data so far'),
(27055, 1468288663.180017, 2, 'info', 'Analyzed 1400 files containing 25.68 MB of data so far'),
(27056, 1468288667.430953, 2, 'info', 'Analyzed 1500 files containing 26.56 MB of data so far'),
(26412, 1467971232.450373, 2, 'info', 'Done file contents scan'),
(26411, 1467971232.446545, 2, 'info', 'Done URL check.'),
(26410, 1467971231.973958, 2, 'info', 'Checking 59 URLs from 45 sources.'),
(26409, 1467971231.965916, 2, 'info', 'Done host key check.'),
(26408, 1467971231.565599, 2, 'info', 'Checking 630 host keys against Wordfence scanning servers.'),
(26712, 1468167193.185205, 2, 'info', 'Analyzed 6000 files containing 78.27 MB of data so far'),
(26713, 1468167193.972691, 2, 'info', 'Analyzed 6100 files containing 78.33 MB of data so far'),
(26709, 1468167189.758042, 2, 'info', 'Analyzed 5700 files containing 77.87 MB of data so far'),
(26710, 1468167190.640101, 2, 'info', 'Analyzed 5800 files containing 78.01 MB of data so far'),
(26711, 1468167192.672908, 2, 'info', 'Analyzed 5900 files containing 78.16 MB of data so far'),
(26654, 1468167100.379140, 2, 'info', 'Analyzed 200 files containing 2.31 MB of data so far'),
(26655, 1468167102.404024, 2, 'info', 'Analyzed 300 files containing 3.8 MB of data so far'),
(26310, 1467971031.140665, 2, 'info', 'Analyzed 3600 files containing 51.78 MB of data so far'),
(26309, 1467971027.627011, 2, 'info', 'Analyzed 3500 files containing 50.85 MB of data so far'),
(26308, 1467971020.870825, 2, 'info', 'Analyzed 3400 files containing 45.13 MB of data so far'),
(26303, 1467971017.571247, 2, 'info', 'Analyzed 2900 files containing 43.19 MB of data so far'),
(26304, 1467971018.944173, 2, 'info', 'Analyzed 3000 files containing 43.43 MB of data so far'),
(26305, 1467971019.480045, 2, 'info', 'Analyzed 3100 files containing 43.9 MB of data so far'),
(26306, 1467971019.754056, 2, 'info', 'Analyzed 3200 files containing 44.3 MB of data so far'),
(26307, 1467971019.971372, 2, 'info', 'Analyzed 3300 files containing 44.91 MB of data so far'),
(26763, 1468167268.406044, 2, 'info', 'Scanned contents of 128 additional files at 127.76 per second'),
(26762, 1468167267.403832, 2, 'info', 'Starting scan of file contents'),
(26761, 1468167266.612625, 10, 'info', 'SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),
(26151, 1467904747.900284, 2, 'info', 'Analyzed 6400 files containing 78.77 MB of data so far'),
(26702, 1468167184.497650, 2, 'info', 'Analyzed 5000 files containing 77.28 MB of data so far'),
(26703, 1468167185.935128, 2, 'info', 'Analyzed 5100 files containing 77.36 MB of data so far'),
(26704, 1468167187.082264, 2, 'info', 'Analyzed 5200 files containing 77.44 MB of data so far'),
(26705, 1468167187.511400, 2, 'info', 'Analyzed 5300 files containing 77.48 MB of data so far'),
(26706, 1468167188.277938, 2, 'info', 'Analyzed 5400 files containing 77.56 MB of data so far'),
(26707, 1468167188.545088, 2, 'info', 'Analyzed 5500 files containing 77.63 MB of data so far'),
(26708, 1468167189.169773, 2, 'info', 'Analyzed 5600 files containing 77.74 MB of data so far'),
(26771, 1468167276.560989, 2, 'info', 'Scanned contents of 1089 additional files at 118.93 per second'),
(26770, 1468167275.559431, 2, 'info', 'Scanned contents of 913 additional files at 111.95 per second'),
(26769, 1468167274.557955, 2, 'info', 'Scanned contents of 734 additional files at 102.60 per second'),
(26768, 1468167273.557032, 2, 'info', 'Scanned contents of 516 additional files at 83.86 per second'),
(26405, 1467971230.572470, 2, 'info', 'Scanned contents of 2451 additional files at 106.35 per second'),
(26406, 1467971231.561393, 2, 'info', 'Scanned contents of 2558 additional files at 106.43 per second'),
(26407, 1467971231.561631, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(26758, 1468167266.606757, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(26759, 1468167266.608233, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(26760, 1468167266.610898, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(26720, 1468167204.997921, 2, 'info', 'Analyzed 6800 files containing 79.52 MB of data so far'),
(26313, 1467971034.542149, 2, 'info', 'Analyzed 3900 files containing 53.16 MB of data so far'),
(26295, 1467971001.150556, 2, 'info', 'Analyzed 2100 files containing 32.93 MB of data so far'),
(26294, 1467971000.194802, 2, 'info', 'Analyzed 2000 files containing 32.48 MB of data so far'),
(26290, 1467970984.741424, 2, 'info', 'Analyzed 1600 files containing 28.83 MB of data so far'),
(26291, 1467970990.597705, 2, 'info', 'Analyzed 1700 files containing 30.13 MB of data so far'),
(26292, 1467970996.279179, 2, 'info', 'Analyzed 1800 files containing 31.04 MB of data so far'),
(26293, 1467970999.810786, 2, 'info', 'Analyzed 1900 files containing 32.29 MB of data so far'),
(26288, 1467970974.453322, 2, 'info', 'Analyzed 1400 files containing 25.68 MB of data so far'),
(26289, 1467970977.669395, 2, 'info', 'Analyzed 1500 files containing 26.56 MB of data so far'),
(26312, 1467971034.190904, 2, 'info', 'Analyzed 3800 files containing 52.82 MB of data so far'),
(26285, 1467970961.192227, 2, 'info', 'Analyzed 1100 files containing 16.31 MB of data so far'),
(26286, 1467970966.461174, 2, 'info', 'Analyzed 1200 files containing 18.65 MB of data so far'),
(26287, 1467970972.721897, 2, 'info', 'Analyzed 1300 files containing 23.98 MB of data so far'),
(26748, 1468167255.239116, 2, 'info', 'Analyzed 9600 files containing 113 MB of data so far'),
(26747, 1468167253.214265, 2, 'info', 'Analyzed 9500 files containing 111.94 MB of data so far'),
(26152, 1467904749.863413, 2, 'info', 'Analyzed 6500 files containing 78.96 MB of data so far'),
(26746, 1468167252.336552, 2, 'info', 'Analyzed 9400 files containing 109.39 MB of data so far'),
(26153, 1467904750.458897, 2, 'info', 'Analyzed 6600 files containing 79.17 MB of data so far'),
(26696, 1468167171.487184, 2, 'info', 'Analyzed 4400 files containing 64.55 MB of data so far'),
(26697, 1468167172.466211, 2, 'info', 'Analyzed 4500 files containing 67.7 MB of data so far'),
(26698, 1468167173.967177, 2, 'info', 'Analyzed 4600 files containing 72.02 MB of data so far'),
(26699, 1468167175.991830, 2, 'info', 'Analyzed 4700 files containing 75.29 MB of data so far'),
(26700, 1468167179.869895, 2, 'info', 'Analyzed 4800 files containing 77.11 MB of data so far'),
(26701, 1468167180.677030, 2, 'info', 'Analyzed 4900 files containing 77.19 MB of data so far'),
(26695, 1468167169.449331, 2, 'info', 'Analyzed 4300 files containing 62.39 MB of data so far'),
(26318, 1467971052.733702, 2, 'info', 'Analyzed 4400 files containing 64.55 MB of data so far'),
(26319, 1467971057.763346, 2, 'info', 'Analyzed 4500 files containing 67.7 MB of data so far'),
(26296, 1467971001.695323, 2, 'info', 'Analyzed 2200 files containing 33.55 MB of data so far'),
(26297, 1467971002.412715, 2, 'info', 'Analyzed 2300 files containing 33.85 MB of data so far'),
(26298, 1467971009.268028, 2, 'info', 'Analyzed 2400 files containing 39.38 MB of data so far'),
(26518, 1468032838.131579, 2, 'info', 'Analyzed 5500 files containing 77.63 MB of data so far'),
(26517, 1468032837.856552, 2, 'info', 'Analyzed 5400 files containing 77.56 MB of data so far'),
(26516, 1468032837.251666, 2, 'info', 'Analyzed 5300 files containing 77.48 MB of data so far'),
(26515, 1468032836.959185, 2, 'info', 'Analyzed 5200 files containing 77.44 MB of data so far'),
(26514, 1468032836.672643, 2, 'info', 'Analyzed 5100 files containing 77.36 MB of data so far'),
(26513, 1468032836.406284, 2, 'info', 'Analyzed 5000 files containing 77.28 MB of data so far'),
(26512, 1468032836.135426, 2, 'info', 'Analyzed 4900 files containing 77.19 MB of data so far'),
(26506, 1468032826.436227, 2, 'info', 'Analyzed 4300 files containing 62.39 MB of data so far'),
(26507, 1468032827.669591, 2, 'info', 'Analyzed 4400 files containing 64.55 MB of data so far'),
(26508, 1468032828.419685, 2, 'info', 'Analyzed 4500 files containing 67.7 MB of data so far'),
(26509, 1468032830.873944, 2, 'info', 'Analyzed 4600 files containing 72.02 MB of data so far'),
(26510, 1468032834.021778, 2, 'info', 'Analyzed 4700 files containing 75.29 MB of data so far'),
(26511, 1468032835.105158, 2, 'info', 'Analyzed 4800 files containing 77.11 MB of data so far'),
(25985, 1467735422.264216, 2, 'info', 'Analyzed 9800 files containing 115.19 MB of data so far'),
(26404, 1467971228.815578, 2, 'info', 'Scanned contents of 2445 additional files at 114.84 per second'),
(26403, 1467971227.811296, 2, 'info', 'Scanned contents of 2375 additional files at 117.08 per second'),
(26745, 1468167245.381067, 2, 'info', 'Analyzed 9300 files containing 105.94 MB of data so far'),
(26723, 1468167207.428344, 2, 'info', 'Analyzed 7100 files containing 80.02 MB of data so far'),
(25987, 1467735424.431309, 2, 'info', 'Analyzed 10000 files containing 119.33 MB of data so far'),
(25986, 1467735423.281337, 2, 'info', 'Analyzed 9900 files containing 116.55 MB of data so far'),
(26740, 1468167237.010799, 2, 'info', 'Analyzed 8800 files containing 96.75 MB of data so far'),
(26724, 1468167208.526643, 2, 'info', 'Analyzed 7200 files containing 80.63 MB of data so far'),
(26725, 1468167214.898091, 2, 'info', 'Analyzed 7300 files containing 81.25 MB of data so far'),
(26726, 1468167216.960768, 2, 'info', 'Analyzed 7400 files containing 81.86 MB of data so far'),
(26398, 1467971222.709936, 2, 'info', 'Scanned contents of 1676 additional files at 110.38 per second'),
(26399, 1467971223.715714, 2, 'info', 'Scanned contents of 1812 additional files at 111.92 per second'),
(26400, 1467971224.729352, 2, 'info', 'Scanned contents of 1873 additional files at 108.87 per second'),
(26401, 1467971225.731160, 2, 'info', 'Scanned contents of 2107 additional files at 115.74 per second'),
(26402, 1467971226.809044, 2, 'info', 'Scanned contents of 2237 additional files at 116.01 per second'),
(26139, 1467904714.356676, 2, 'info', 'Analyzed 5200 files containing 77.44 MB of data so far'),
(26140, 1467904715.369792, 2, 'info', 'Analyzed 5300 files containing 77.48 MB of data so far'),
(26141, 1467904715.857480, 2, 'info', 'Analyzed 5400 files containing 77.56 MB of data so far'),
(26142, 1467904716.252099, 2, 'info', 'Analyzed 5500 files containing 77.63 MB of data so far'),
(26143, 1467904719.402458, 2, 'info', 'Analyzed 5600 files containing 77.74 MB of data so far'),
(26144, 1467904720.317983, 2, 'info', 'Analyzed 5700 files containing 77.87 MB of data so far'),
(26145, 1467904721.065040, 2, 'info', 'Analyzed 5800 files containing 78.01 MB of data so far'),
(26146, 1467904726.782050, 2, 'info', 'Analyzed 5900 files containing 78.16 MB of data so far'),
(26147, 1467904729.876555, 2, 'info', 'Analyzed 6000 files containing 78.27 MB of data so far'),
(26148, 1467904732.804960, 2, 'info', 'Analyzed 6100 files containing 78.33 MB of data so far'),
(26149, 1467904735.290010, 2, 'info', 'Analyzed 6200 files containing 78.47 MB of data so far'),
(26150, 1467904737.130220, 2, 'info', 'Analyzed 6300 files containing 78.59 MB of data so far'),
(26717, 1468167202.383992, 2, 'info', 'Analyzed 6500 files containing 78.96 MB of data so far'),
(26718, 1468167203.282175, 2, 'info', 'Analyzed 6600 files containing 79.17 MB of data so far'),
(26719, 1468167204.554415, 2, 'info', 'Analyzed 6700 files containing 79.39 MB of data so far'),
(26155, 1467904751.360838, 2, 'info', 'Analyzed 6800 files containing 79.52 MB of data so far'),
(26690, 1468167159.413155, 2, 'info', 'Analyzed 3800 files containing 52.82 MB of data so far'),
(26156, 1467904751.711427, 2, 'info', 'Analyzed 6900 files containing 79.64 MB of data so far'),
(26157, 1467904752.208071, 2, 'info', 'Analyzed 7000 files containing 79.84 MB of data so far'),
(26689, 1468167158.919381, 2, 'info', 'Analyzed 3700 files containing 52.47 MB of data so far'),
(26688, 1468167158.371796, 2, 'info', 'Analyzed 3600 files containing 51.78 MB of data so far'),
(26687, 1468167156.967699, 2, 'info', 'Analyzed 3500 files containing 50.85 MB of data so far'),
(26158, 1467904752.896842, 2, 'info', 'Analyzed 7100 files containing 80.02 MB of data so far'),
(26686, 1468167154.933727, 2, 'info', 'Analyzed 3400 files containing 45.13 MB of data so far'),
(26159, 1467904755.081665, 2, 'info', 'Analyzed 7200 files containing 80.63 MB of data so far'),
(26685, 1468167154.411031, 2, 'info', 'Analyzed 3300 files containing 44.91 MB of data so far'),
(26684, 1468167153.938434, 2, 'info', 'Analyzed 3200 files containing 44.3 MB of data so far'),
(26530, 1468032846.137089, 2, 'info', 'Analyzed 6700 files containing 79.39 MB of data so far'),
(26160, 1467904761.813247, 2, 'info', 'Analyzed 7300 files containing 81.25 MB of data so far'),
(26161, 1467904765.285036, 2, 'info', 'Analyzed 7400 files containing 81.86 MB of data so far'),
(26162, 1467904770.605648, 2, 'info', 'Analyzed 7500 files containing 82.49 MB of data so far'),
(26163, 1467904772.519560, 2, 'info', 'Analyzed 7600 files containing 82.92 MB of data so far'),
(26167, 1467904787.844335, 2, 'info', 'Analyzed 8000 files containing 88.04 MB of data so far'),
(26519, 1468032838.677692, 2, 'info', 'Analyzed 5600 files containing 77.74 MB of data so far'),
(26520, 1468032840.189638, 2, 'info', 'Analyzed 5700 files containing 77.87 MB of data so far'),
(26521, 1468032840.957497, 2, 'info', 'Analyzed 5800 files containing 78.01 MB of data so far'),
(26166, 1467904781.662713, 2, 'info', 'Analyzed 7900 files containing 84.68 MB of data so far'),
(26165, 1467904776.155378, 2, 'info', 'Analyzed 7800 files containing 84.12 MB of data so far'),
(26164, 1467904773.648120, 2, 'info', 'Analyzed 7700 files containing 83.46 MB of data so far'),
(26522, 1468032842.103072, 2, 'info', 'Analyzed 5900 files containing 78.16 MB of data so far'),
(26523, 1468032842.467454, 2, 'info', 'Analyzed 6000 files containing 78.27 MB of data so far'),
(26524, 1468032843.436455, 2, 'info', 'Analyzed 6100 files containing 78.33 MB of data so far'),
(26525, 1468032843.816010, 2, 'info', 'Analyzed 6200 files containing 78.47 MB of data so far'),
(26526, 1468032844.243442, 2, 'info', 'Analyzed 6300 files containing 78.59 MB of data so far'),
(26527, 1468032844.983074, 2, 'info', 'Analyzed 6400 files containing 78.77 MB of data so far'),
(26528, 1468032845.343442, 2, 'info', 'Analyzed 6500 files containing 78.96 MB of data so far'),
(26529, 1468032845.777282, 2, 'info', 'Analyzed 6600 files containing 79.17 MB of data so far'),
(26694, 1468167168.161063, 2, 'info', 'Analyzed 4200 files containing 57.79 MB of data so far'),
(26693, 1468167166.440005, 2, 'info', 'Analyzed 4100 files containing 55.65 MB of data so far'),
(26692, 1468167163.418058, 2, 'info', 'Analyzed 4000 files containing 54.42 MB of data so far'),
(26691, 1468167160.392340, 2, 'info', 'Analyzed 3900 files containing 53.16 MB of data so far'),
(26154, 1467904750.900436, 2, 'info', 'Analyzed 6700 files containing 79.39 MB of data so far'),
(26328, 1467971077.510953, 2, 'info', 'Analyzed 5400 files containing 77.56 MB of data so far'),
(26329, 1467971077.805112, 2, 'info', 'Analyzed 5500 files containing 77.63 MB of data so far'),
(26330, 1467971081.149428, 2, 'info', 'Analyzed 5600 files containing 77.74 MB of data so far'),
(26331, 1467971085.502036, 2, 'info', 'Analyzed 5700 files containing 77.87 MB of data so far'),
(26316, 1467971043.066136, 2, 'info', 'Analyzed 4200 files containing 57.79 MB of data so far'),
(26315, 1467971041.623483, 2, 'info', 'Analyzed 4100 files containing 55.65 MB of data so far'),
(26175, 1467904806.915719, 2, 'info', 'Analyze